package.json 790 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": "Thu Dec 24 2020 20:21:08 GMT+0800 (CST)",
  23. "_from": "nopt@3.0.6",
  24. "_resolved": "https://registry.npm.taobao.org/nopt/download/nopt-3.0.6.tgz?cache=0&sync_timestamp=1597649979168&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnopt%2Fdownload%2Fnopt-3.0.6.tgz"
  25. }