package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "argparse@^1.0.7",
  6. "scope": null,
  7. "escapedName": "argparse",
  8. "name": "argparse",
  9. "rawSpec": "^1.0.7",
  10. "spec": ">=1.0.7 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/js-yaml"
  14. ]
  15. ],
  16. "_from": "argparse@>=1.0.7 <2.0.0",
  17. "_id": "argparse@1.0.9",
  18. "_inCache": true,
  19. "_location": "/argparse",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/argparse-1.0.9.tgz_1475177461025_0.33920647646300495"
  24. },
  25. "_npmUser": {
  26. "name": "vitaly",
  27. "email": "vitaly@rcdesign.ru"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "argparse@^1.0.7",
  33. "scope": null,
  34. "escapedName": "argparse",
  35. "name": "argparse",
  36. "rawSpec": "^1.0.7",
  37. "spec": ">=1.0.7 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/js-yaml"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
  44. "_shasum": "73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86",
  45. "_shrinkwrap": null,
  46. "_spec": "argparse@^1.0.7",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/js-yaml",
  48. "bugs": {
  49. "url": "https://github.com/nodeca/argparse/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Eugene Shkuropat"
  54. },
  55. {
  56. "name": "Paul Jacobson"
  57. }
  58. ],
  59. "dependencies": {
  60. "sprintf-js": "~1.0.2"
  61. },
  62. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  63. "devDependencies": {
  64. "eslint": "^2.13.1",
  65. "istanbul": "^0.4.5",
  66. "mocha": "^3.1.0",
  67. "ndoc": "^5.0.1"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86",
  72. "tarball": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz"
  73. },
  74. "files": [
  75. "index.js",
  76. "lib/"
  77. ],
  78. "gitHead": "acb39f2d726b90d2eadf9e6574a938d6250ad248",
  79. "homepage": "https://github.com/nodeca/argparse#readme",
  80. "keywords": [
  81. "cli",
  82. "parser",
  83. "argparse",
  84. "option",
  85. "args"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "vitaly",
  91. "email": "vitaly@rcdesign.ru"
  92. }
  93. ],
  94. "name": "argparse",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/nodeca/argparse.git"
  100. },
  101. "scripts": {
  102. "test": "make test"
  103. },
  104. "version": "1.0.9"
  105. }