package.json 811 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "dashdash",
  3. "description": "A light, featureful and explicit option parsing library.",
  4. "version": "1.14.1",
  5. "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
  6. "keywords": [
  7. "option",
  8. "parser",
  9. "parsing",
  10. "cli",
  11. "command",
  12. "args",
  13. "bash",
  14. "completion"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/trentm/node-dashdash.git"
  19. },
  20. "main": "./lib/dashdash.js",
  21. "dependencies": {
  22. "assert-plus": "^1.0.0"
  23. },
  24. "devDependencies": {
  25. "nodeunit": "0.9.x"
  26. },
  27. "engines": {
  28. "node": ">=0.10"
  29. },
  30. "scripts": {
  31. "test": "nodeunit test/*.test.js"
  32. },
  33. "license": "MIT",
  34. "__npminstall_done": true,
  35. "_from": "dashdash@1.14.1",
  36. "_resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz"
  37. }