| { | |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | |
| "bin": "./bin/nopt.js", | |
| "dependencies": { | |
| "abbrev": "1" | |
| }, | |
| "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", | |
| "devDependencies": { | |
| "tap": "^1.2.0" | |
| }, | |
| "license": "ISC", | |
| "main": "lib/nopt.js", | |
| "name": "nopt", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/npm/nopt.git" | |
| }, | |
| "scripts": { | |
| "test": "tap test/*.js" | |
| }, | |
| "version": "3.0.6" | |
| } |