package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "argparse@1.0.10",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "argparse@1.0.10",
  10. "_id": "argparse@1.0.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  13. "_location": "/argparse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "argparse@1.0.10",
  19. "name": "argparse",
  20. "escapedName": "argparse",
  21. "rawSpec": "1.0.10",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.10"
  24. },
  25. "_requiredBy": [
  26. "/cosmiconfig/js-yaml",
  27. "/cssnano-preset-default/js-yaml",
  28. "/js-yaml"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  31. "_spec": "1.0.10",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "bugs": {
  34. "url": "https://github.com/nodeca/argparse/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Eugene Shkuropat"
  39. },
  40. {
  41. "name": "Paul Jacobson"
  42. }
  43. ],
  44. "dependencies": {
  45. "sprintf-js": "~1.0.2"
  46. },
  47. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  48. "devDependencies": {
  49. "eslint": "^2.13.1",
  50. "istanbul": "^0.4.5",
  51. "mocha": "^3.1.0",
  52. "ndoc": "^5.0.1"
  53. },
  54. "files": [
  55. "index.js",
  56. "lib/"
  57. ],
  58. "homepage": "https://github.com/nodeca/argparse#readme",
  59. "keywords": [
  60. "cli",
  61. "parser",
  62. "argparse",
  63. "option",
  64. "args"
  65. ],
  66. "license": "MIT",
  67. "name": "argparse",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/nodeca/argparse.git"
  71. },
  72. "scripts": {
  73. "test": "make test"
  74. },
  75. "version": "1.0.10"
  76. }