You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.5 KiB

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