Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / yargs / node_modules / yargs-parser / package.json
root on 7 May 2019 1 KB Initial commit
{
  "name": "yargs-parser",
  "version": "5.0.0",
  "description": "the mighty option parser used by yargs",
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "nyc mocha test/*.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "release": "standard-version"
  },
  "repository": {
    "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  },
  "keywords": [
    "argument",
    "parser",
    "yargs",
    "command",
    "cli",
    "parsing",
    "option",
    "args",
    "argument"
  ],
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "license": "ISC",
  "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"
  },
  "dependencies": {
    "camelcase": "^3.0.0"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "gitHead": "2c95ba9e5ad3b8bb6248bf41f013d9bd3700d56f",
  "bugs": {
    "url": "https://github.com/yargs/yargs-parser/issues"
  },
  "homepage": "https://github.com/yargs/yargs-parser#readme",
  "_id": "yargs-parser@5.0.0",
  "_shasum": "275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a",
  "_from": "yargs-parser@^5.0.0",
  "_npmVersion": "2.15.1",
  "_nodeVersion": "0.10.48",
  "_npmUser": {
    "name": "bcoe",
    "email": "ben@npmjs.com"
  },
  "dist": {
    "shasum": "275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a",
    "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz"
  },
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "nexdrew",
      "email": "andrew@npmjs.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/yargs-parser-5.0.0.tgz_1487447930908_0.674228576477617"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz"
}