package.json 626 B

12345678910111213141516171819202122
  1. {
  2. "name": "nopt",
  3. "version": "1.0.10",
  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": "node lib/nopt.js"
  9. },
  10. "repository": "http://github.com/isaacs/nopt",
  11. "bin": "./bin/nopt.js",
  12. "license": {
  13. "type": "MIT",
  14. "url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
  15. },
  16. "dependencies": {
  17. "abbrev": "1"
  18. },
  19. "__npminstall_done": true,
  20. "_from": "nopt@1.0.10",
  21. "_resolved": "https://registry.npmmirror.com/nopt/-/nopt-1.0.10.tgz"
  22. }