| { |
| "author": "Ben Coe <ben@npmjs.com>", |
| "dependencies": { |
| "camelcase": "^5.0.0", |
| "decamelize": "^1.2.0" |
| }, |
| "description": "the mighty option parser used by yargs", |
| "devDependencies": { |
| "chai": "^4.2.0", |
| "coveralls": "^3.0.2", |
| "mocha": "^5.2.0", |
| "nyc": "^13.0.1", |
| "standard": "^12.0.1", |
| "standard-version": "^4.4.0" |
| }, |
| "engine": { |
| "node": ">=6" |
| }, |
| "files": [ |
| "lib", |
| "index.js" |
| ], |
| "keywords": [ |
| "argument", |
| "parser", |
| "yargs", |
| "command", |
| "cli", |
| "parsing", |
| "option", |
| "args", |
| "argument" |
| ], |
| "license": "ISC", |
| "main": "index.js", |
| "name": "yargs-parser", |
| "repository": { |
| "url": "git@github.com:yargs/yargs-parser.git" |
| }, |
| "scripts": { |
| "coverage": "nyc report --reporter=text-lcov | coveralls", |
| "posttest": "standard", |
| "release": "standard-version", |
| "test": "nyc mocha test/*.js" |
| }, |
| "version": "13.0.0" |
| } |