UNPKG

npm

Version:

a package manager for JavaScript

80 lines (79 loc) 1.81 kB
{ "_args": [ [ "nopt@~3.0.2", "/Users/rebecca/code/release/npm-3" ] ], "_from": "nopt@>=3.0.2 <3.1.0", "_id": "nopt@3.0.3", "_inCache": true, "_location": "/nopt", "_nodeVersion": "2.2.1", "_npmUser": { "email": "isaacs@npmjs.com", "name": "isaacs" }, "_npmVersion": "2.12.0", "_phantomChildren": {}, "_requested": { "name": "nopt", "raw": "nopt@~3.0.2", "rawSpec": "~3.0.2", "scope": null, "spec": ">=3.0.2 <3.1.0", "type": "range" }, "_requiredBy": [ "/", "/node-gyp" ], "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.3.tgz", "_shasum": "0e9978f33016bae0b75e3748c03bbbb71da5c530", "_shrinkwrap": null, "_spec": "nopt@~3.0.2", "_where": "/Users/rebecca/code/release/npm-3", "author": { "email": "i@izs.me", "name": "Isaac Z. Schlueter", "url": "http://blog.izs.me/" }, "bin": { "nopt": "./bin/nopt.js" }, "bugs": { "url": "https://github.com/isaacs/nopt/issues" }, "dependencies": { "abbrev": "1" }, "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", "devDependencies": { "tap": "^1.2.0" }, "directories": {}, "dist": { "shasum": "0e9978f33016bae0b75e3748c03bbbb71da5c530", "tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.3.tgz" }, "gitHead": "f64a64cd48d9f2660dd4e59191ff46a26397d6b1", "homepage": "https://github.com/isaacs/nopt#readme", "license": "ISC", "main": "lib/nopt.js", "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "name": "nopt", "optionalDependencies": {}, "repository": { "type": "git", "url": "git+ssh://git@github.com/isaacs/nopt.git" }, "scripts": { "test": "tap test/*.js" }, "version": "3.0.3" }