{
  "_args": [
    [
      "yargs@^3.31.0",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "yargs@>=3.31.0 <4.0.0",
  "_id": "yargs@3.31.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/yargs",
  "_nodeVersion": "3.2.0",
  "_npmUser": {
    "email": "ben@npmjs.com",
    "name": "bcoe"
  },
  "_npmVersion": "2.14.13",
  "_phantomChildren": {
    "string-width": "1.0.1",
    "strip-ansi": "3.0.0",
    "wrap-ansi": "1.0.0"
  },
  "_requested": {
    "name": "yargs",
    "raw": "yargs@^3.31.0",
    "rawSpec": "^3.31.0",
    "scope": null,
    "spec": ">=3.31.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://registry.npmjs.org/yargs/-/yargs-3.31.0.tgz",
  "_shasum": "9f28210aaa0a796570e99505644b968f5e41a1bc",
  "_shrinkwrap": null,
  "_spec": "yargs@^3.31.0",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "email": "Alex.Ford@CodeTunnel.com",
    "name": "Alex Ford",
    "url": "http://CodeTunnel.com"
  },
  "bugs": {
    "url": "https://github.com/bcoe/yargs/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Coe",
      "email": "ben@npmjs.com",
      "url": "https://github.com/bcoe"
    },
    {
      "name": "Andrew Goode",
      "url": "https://github.com/nexdrew"
    },
    {
      "name": "Chris Needham",
      "email": "chris@chrisneedham.com",
      "url": "http://chrisneedham.com"
    },
    {
      "name": "James Nylen",
      "email": "jnylen@gmail.com",
      "url": "https://github.com/nylen"
    },
    {
      "name": "Benjamin Horsleben",
      "url": "https://github.com/fizker"
    },
    {
      "name": "Lin Clark",
      "url": "https://github.com/linclark"
    },
    {
      "name": "Tim Schaub",
      "url": "https://github.com/tschaub"
    }
  ],
  "dependencies": {
    "camelcase": "^2.0.1",
    "cliui": "^3.0.3",
    "decamelize": "^1.1.1",
    "os-locale": "^1.4.0",
    "string-width": "^1.0.1",
    "window-size": "^0.1.4",
    "y18n": "^3.2.0"
  },
  "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",
    "es6-promise": "^3.0.2",
    "hashish": "0.0.4",
    "mocha": "^2.3.4",
    "nyc": "^4.0.1",
    "standard": "^5.4.1",
    "which": "^1.1.2",
    "win-spawn": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9f28210aaa0a796570e99505644b968f5e41a1bc",
    "tarball": "http://registry.npmjs.org/yargs/-/yargs-3.31.0.tgz"
  },
  "engine": {
    "node": ">=0.4"
  },
  "files": [
    "LICENSE",
    "completion.sh.hbs",
    "index.js",
    "lib",
    "locales"
  ],
  "gitHead": "e37a70c7ca67742e05ec6420772793c9d5e6bc82",
  "homepage": "https://github.com/bcoe/yargs#readme",
  "keywords": [
    "args",
    "argument",
    "cli",
    "command",
    "option",
    "parser",
    "parsing"
  ],
  "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/bcoe/yargs.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "standard && nyc ./node_modules/.bin/_mocha --timeout=4000 --check-leaks"
  },
  "standard": {
    "globals": [
      "it"
    ],
    "ignore": [
      "**/example/**"
    ]
  },
  "version": "3.31.0"
}
