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