package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "argparse@~ 0.1.11",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/js-yaml"
  6. ]
  7. ],
  8. "_from": "argparse@>=0.1.11 <0.2.0",
  9. "_id": "argparse@0.1.16",
  10. "_inCache": true,
  11. "_location": "/argparse",
  12. "_npmUser": {
  13. "email": "vitaly@rcdesign.ru",
  14. "name": "vitaly"
  15. },
  16. "_npmVersion": "1.4.28",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "argparse",
  20. "raw": "argparse@~ 0.1.11",
  21. "rawSpec": "~ 0.1.11",
  22. "scope": null,
  23. "spec": ">=0.1.11 <0.2.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/js-yaml"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
  30. "_shasum": "cfd01e0fbba3d6caed049fbd758d40f65196f57c",
  31. "_shrinkwrap": null,
  32. "_spec": "argparse@~ 0.1.11",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/js-yaml",
  34. "bugs": {
  35. "url": "https://github.com/nodeca/argparse/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Eugene Shkuropat"
  40. },
  41. {
  42. "name": "Paul Jacobson"
  43. }
  44. ],
  45. "dependencies": {
  46. "underscore": "~1.7.0",
  47. "underscore.string": "~2.4.0"
  48. },
  49. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  50. "devDependencies": {
  51. "mocha": "*"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "cfd01e0fbba3d6caed049fbd758d40f65196f57c",
  56. "tarball": "http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz"
  57. },
  58. "gitHead": "9c32eb1405d5d4b5686087d95bac010774979659",
  59. "homepage": "https://github.com/nodeca/argparse",
  60. "installable": true,
  61. "keywords": [
  62. "argparse",
  63. "args",
  64. "cli",
  65. "option",
  66. "parser"
  67. ],
  68. "license": "MIT",
  69. "main": "./index.js",
  70. "maintainers": [
  71. {
  72. "name": "vitaly",
  73. "email": "vitaly@rcdesign.ru"
  74. }
  75. ],
  76. "name": "argparse",
  77. "optionalDependencies": {},
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/nodeca/argparse.git"
  81. },
  82. "scripts": {
  83. "test": "make test"
  84. },
  85. "version": "0.1.16"
  86. }