package.json 1.7 KB

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