package.json 1.7 KB

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