package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "argparse@^2.0.1",
  3. "_id": "argparse@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  6. "_location": "/argparse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "argparse@^2.0.1",
  12. "name": "argparse",
  13. "escapedName": "argparse",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/js-yaml"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  22. "_shasum": "246f50f3ca78a3240f6c997e8a9bd1eac49e4b38",
  23. "_spec": "argparse@^2.0.1",
  24. "_where": "E:\\2023\\8\\MT_APP\\node_modules\\js-yaml",
  25. "bugs": {
  26. "url": "https://github.com/nodeca/argparse/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "CLI arguments parser. Native port of python's argparse.",
  31. "devDependencies": {
  32. "@babel/eslint-parser": "^7.11.0",
  33. "@babel/plugin-syntax-class-properties": "^7.10.4",
  34. "eslint": "^7.5.0",
  35. "mocha": "^8.0.1",
  36. "nyc": "^15.1.0"
  37. },
  38. "files": [
  39. "argparse.js",
  40. "lib/"
  41. ],
  42. "homepage": "https://github.com/nodeca/argparse#readme",
  43. "keywords": [
  44. "cli",
  45. "parser",
  46. "argparse",
  47. "option",
  48. "args"
  49. ],
  50. "license": "Python-2.0",
  51. "main": "argparse.js",
  52. "name": "argparse",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/nodeca/argparse.git"
  56. },
  57. "scripts": {
  58. "coverage": "npm run test && nyc report --reporter html",
  59. "lint": "eslint .",
  60. "test": "npm run lint && nyc mocha"
  61. },
  62. "version": "2.0.1"
  63. }