Няма описание

12345678910111213141516171819202122232425
  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" : ["cli", "parser", "argparse", "option", "args"],
  6. "homepage" : "https://github.com/nodeca/argparse",
  7. "contributors" : ["Eugene Shkuropat", "Paul Jacobson"],
  8. "bugs" : { "url": "https://github.com/nodeca/argparse/issues" },
  9. "license" : "MIT",
  10. "repository" : { "type": "git", "url": "git://github.com/nodeca/argparse.git" },
  11. "main" : "./index.js",
  12. "scripts" : {
  13. "test": "make test"
  14. },
  15. "dependencies" : {
  16. "underscore" : "~1.7.0",
  17. "underscore.string" : "~2.4.0"
  18. },
  19. "devDependencies" : { "mocha": "*" }
  20. }