package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "/cosmiconfig/js-yaml",
  20. "/cssnano-preset-default/js-yaml",
  21. "/js-yaml"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  24. "_shasum": "bcd6791ea5ae09725e17e5ad988134cd40b3d911",
  25. "_spec": "argparse@^1.0.7",
  26. "_where": "D:\\workSpace\\dealer_front\\node_modules\\js-yaml",
  27. "bugs": {
  28. "url": "https://github.com/nodeca/argparse/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Eugene Shkuropat"
  34. },
  35. {
  36. "name": "Paul Jacobson"
  37. }
  38. ],
  39. "dependencies": {
  40. "sprintf-js": "~1.0.2"
  41. },
  42. "deprecated": false,
  43. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  44. "devDependencies": {
  45. "eslint": "^2.13.1",
  46. "istanbul": "^0.4.5",
  47. "mocha": "^3.1.0",
  48. "ndoc": "^5.0.1"
  49. },
  50. "files": [
  51. "index.js",
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/nodeca/argparse#readme",
  55. "keywords": [
  56. "cli",
  57. "parser",
  58. "argparse",
  59. "option",
  60. "args"
  61. ],
  62. "license": "MIT",
  63. "name": "argparse",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/nodeca/argparse.git"
  67. },
  68. "scripts": {
  69. "test": "make test"
  70. },
  71. "version": "1.0.10"
  72. }