vs/v5.0.0/node_modules/npm/node_modules/nopt/package.json

{
  "_args": [
    [
      "nopt@~3.0.3",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "nopt@>=3.0.3 <3.1.0",
  "_id": "nopt@3.0.4",
  "_inCache": true,
  "_location": "/nopt",
  "_nodeVersion": "2.2.2",
  "_npmUser": {
    "email": "kat@sykosomatic.org",
    "name": "zkat"
  },
  "_npmVersion": "2.14.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "nopt",
    "raw": "nopt@~3.0.3",
    "rawSpec": "~3.0.3",
    "scope": null,
    "spec": ">=3.0.3 <3.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz",
  "_shasum": "dd63bc9c72a6e4e85b85cdc0ca314598facede5e",
  "_shrinkwrap": null,
  "_spec": "nopt@~3.0.3",
  "_where": "/Users/rebecca/code/npm",
  "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": "dd63bc9c72a6e4e85b85cdc0ca314598facede5e",
    "tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz"
  },
  "gitHead": "f52626631ea1afef5a6dd9acf23ddd1466831a08",
  "homepage": "https://github.com/isaacs/nopt#readme",
  "installable": true,
  "license": "ISC",
  "main": "lib/nopt.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "nopt",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/isaacs/nopt.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "3.0.4"
}