package.json 1.6 KB

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