package.json 2.8 KB
{
  "_args": [
    [
      {
        "raw": "yargs-parser@^4.2.0",
        "scope": null,
        "escapedName": "yargs-parser",
        "name": "yargs-parser",
        "rawSpec": "^4.2.0",
        "spec": ">=4.2.0 <5.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/webpack/node_modules/yargs"
    ]
  ],
  "_from": "yargs-parser@>=4.2.0 <5.0.0",
  "_id": "yargs-parser@4.2.1",
  "_inCache": true,
  "_location": "/yargs-parser",
  "_nodeVersion": "7.1.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/yargs-parser-4.2.1.tgz_1483386157947_0.938966978341341"
  },
  "_npmUser": {
    "name": "bcoe",
    "email": "ben@npmjs.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "yargs-parser@^4.2.0",
    "scope": null,
    "escapedName": "yargs-parser",
    "name": "yargs-parser",
    "rawSpec": "^4.2.0",
    "spec": ">=4.2.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack/yargs"
  ],
  "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz",
  "_shasum": "29cceac0dc4f03c6c87b4a9f217dd18c9f74871c",
  "_shrinkwrap": null,
  "_spec": "yargs-parser@^4.2.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/webpack/node_modules/yargs",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/yargs/yargs-parser/issues"
  },
  "dependencies": {
    "camelcase": "^3.0.0"
  },
  "description": "the mighty option parser used by yargs",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "mocha": "^3.0.1",
    "nyc": "^10.0.0",
    "standard": "^8.0.0",
    "standard-version": "^4.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "29cceac0dc4f03c6c87b4a9f217dd18c9f74871c",
    "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "gitHead": "924b014ac25ecbaa2a01f40c2100512a68bdba1d",
  "homepage": "https://github.com/yargs/yargs-parser#readme",
  "keywords": [
    "argument",
    "parser",
    "yargs",
    "command",
    "cli",
    "parsing",
    "option",
    "args",
    "argument"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "nexdrew",
      "email": "andrew@npmjs.com"
    }
  ],
  "name": "yargs-parser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "pretest": "standard",
    "release": "standard-version",
    "test": "nyc mocha test/*.js"
  },
  "version": "4.2.1"
}