package.json 776 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "argparse",
  3. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  4. "version": "1.0.10",
  5. "keywords": [
  6. "cli",
  7. "parser",
  8. "argparse",
  9. "option",
  10. "args"
  11. ],
  12. "contributors": [
  13. "Eugene Shkuropat",
  14. "Paul Jacobson"
  15. ],
  16. "files": [
  17. "index.js",
  18. "lib/"
  19. ],
  20. "license": "MIT",
  21. "repository": "nodeca/argparse",
  22. "scripts": {
  23. "test": "make test"
  24. },
  25. "dependencies": {
  26. "sprintf-js": "~1.0.2"
  27. },
  28. "devDependencies": {
  29. "eslint": "^2.13.1",
  30. "istanbul": "^0.4.5",
  31. "mocha": "^3.1.0",
  32. "ndoc": "^5.0.1"
  33. },
  34. "__npminstall_done": true,
  35. "_from": "argparse@1.0.10",
  36. "_resolved": "https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz"
  37. }