50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "yargs-parser",
|
|
"version": "18.1.2",
|
|
"description": "the mighty option parser used by yargs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"fix": "standard --fix",
|
|
"test": "c8 --reporter=text --reporter=html mocha test/*.js",
|
|
"posttest": "standard",
|
|
"coverage": "c8 report --check-coverage check-coverage --lines=100 --branches=97 --statements=100"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yargs/yargs-parser.git"
|
|
},
|
|
"keywords": [
|
|
"argument",
|
|
"parser",
|
|
"yargs",
|
|
"command",
|
|
"cli",
|
|
"parsing",
|
|
"option",
|
|
"args",
|
|
"argument"
|
|
],
|
|
"author": "Ben Coe <ben@npmjs.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"c8": "^7.0.1",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^7.0.0",
|
|
"standard": "^14.3.1"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.2.tgz"
|
|
,"_integrity": "sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ=="
|
|
,"_from": "yargs-parser@18.1.2"
|
|
} |