package.json 624 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "nopt",
  3. "version": "3.0.6",
  4. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  5. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  6. "main": "lib/nopt.js",
  7. "scripts": {
  8. "test": "tap test/*.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/npm/nopt.git"
  13. },
  14. "bin": "./bin/nopt.js",
  15. "license": "ISC",
  16. "dependencies": {
  17. "abbrev": "1"
  18. },
  19. "devDependencies": {
  20. "tap": "^1.2.0"
  21. },
  22. "__npminstall_done": true,
  23. "_from": "nopt@3.0.6",
  24. "_resolved": "https://registry.npmmirror.com/nopt/-/nopt-3.0.6.tgz"
  25. }