12345678910111213141516171819202122 |
- {
- "name": "nopt",
- "version": "1.0.10",
- "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "main": "lib/nopt.js",
- "scripts": {
- "test": "node lib/nopt.js"
- },
- "repository": "http://github.com/isaacs/nopt",
- "bin": "./bin/nopt.js",
- "license": {
- "type": "MIT",
- "url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
- },
- "dependencies": {
- "abbrev": "1"
- },
- "__npminstall_done": true,
- "_from": "nopt@1.0.10",
- "_resolved": "https://registry.npmmirror.com/nopt/-/nopt-1.0.10.tgz"
- }
|