{
  "_args": [
    [
      {
        "raw": "yargs@4.3.1",
        "scope": null,
        "escapedName": "yargs",
        "name": "yargs",
        "rawSpec": "4.3.1",
        "spec": "4.3.1",
        "type": "version"
      },
      "C:\\src\\pnpm\\node_modules\\docpress"
    ]
  ],
  "_from": "yargs@4.3.1",
  "_id": "yargs@4.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/yargs",
  "_nodeVersion": "3.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/yargs-4.3.1.tgz_1457822654763_0.5851653071586043"
  },
  "_npmUser": {
    "name": "bcoe",
    "email": "ben@npmjs.com"
  },
  "_npmVersion": "3.3.0",
  "_phantomChildren": {
    "string-width": "1.0.2",
    "strip-ansi": "3.0.1",
    "wrap-ansi": "2.0.0"
  },
  "_requested": {
    "raw": "yargs@4.3.1",
    "scope": null,
    "escapedName": "yargs",
    "name": "yargs",
    "rawSpec": "4.3.1",
    "spec": "4.3.1",
    "type": "version"
  },
  "_requiredBy": [
    "/docpress"
  ],
  "_resolved": "https://registry.npmjs.org/yargs/-/yargs-4.3.1.tgz",
  "_shasum": "10b54f4387cff569222ada3c9bbacb8ed8a71721",
  "_shrinkwrap": null,
  "_spec": "yargs@4.3.1",
  "_where": "C:\\src\\pnpm\\node_modules\\docpress",
  "bugs": {
    "url": "https://github.com/yargs/yargs/issues"
  },
  "dependencies": {
    "camelcase": "^2.0.1",
    "cliui": "^3.0.3",
    "decamelize": "^1.1.1",
    "lodash.assign": "^4.0.3",
    "os-locale": "^1.4.0",
    "pkg-conf": "^1.1.1",
    "read-pkg-up": "^1.0.1",
    "require-main-filename": "^1.0.1",
    "string-width": "^1.0.1",
    "window-size": "^0.2.0",
    "y18n": "^3.2.0",
    "yargs-parser": "^2.1.1"
  },
  "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  "devDependencies": {
    "chai": "^3.4.1",
    "chalk": "^1.1.1",
    "coveralls": "^2.11.4",
    "cpr": "^1.0.0",
    "es6-promise": "^3.0.2",
    "hashish": "0.0.4",
    "mocha": "^2.4.5",
    "nyc": "^6.0.0",
    "rimraf": "^2.5.0",
    "standard": "^6.0.5",
    "which": "^1.1.2",
    "win-spawn": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "10b54f4387cff569222ada3c9bbacb8ed8a71721",
    "tarball": "https://registry.npmjs.org/yargs/-/yargs-4.3.1.tgz"
  },
  "engine": {
    "node": ">=0.10"
  },
  "files": [
    "index.js",
    "yargs.js",
    "lib",
    "locales",
    "completion.sh.hbs",
    "LICENSE"
  ],
  "gitHead": "0ccecec7592618469266fd2fc089f981a4bcad33",
  "homepage": "http://yargs.js.org/",
  "keywords": [
    "argument",
    "args",
    "option",
    "parser",
    "parsing",
    "cli",
    "command"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "chevex",
      "email": "alex.ford@codetunnel.com"
    },
    {
      "name": "nexdrew",
      "email": "andrew@npmjs.com"
    },
    {
      "name": "nylen",
      "email": "jnylen@gmail.com"
    }
  ],
  "name": "yargs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yargs/yargs.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "pretest": "standard",
    "test": "nyc --cache mocha --require ./test/before.js --timeout=4000 --check-leaks"
  },
  "standard": {
    "ignore": [
      "**/example/**"
    ]
  },
  "version": "4.3.1"
}
