package.json 893 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "argparse",
  3. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  4. "version": "0.1.16",
  5. "keywords": [
  6. "cli",
  7. "parser",
  8. "argparse",
  9. "option",
  10. "args"
  11. ],
  12. "homepage": "https://github.com/nodeca/argparse",
  13. "contributors": [
  14. "Eugene Shkuropat",
  15. "Paul Jacobson"
  16. ],
  17. "bugs": {
  18. "url": "https://github.com/nodeca/argparse/issues"
  19. },
  20. "license": "MIT",
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/nodeca/argparse.git"
  24. },
  25. "main": "./index.js",
  26. "scripts": {
  27. "test": "make test"
  28. },
  29. "dependencies": {
  30. "underscore": "~1.7.0",
  31. "underscore.string": "~2.4.0"
  32. },
  33. "devDependencies": {
  34. "mocha": "*"
  35. },
  36. "__npminstall_done": true,
  37. "_from": "argparse@0.1.16",
  38. "_resolved": "https://registry.npmmirror.com/argparse/-/argparse-0.1.16.tgz"
  39. }