Files
bake/contrib/bake-vscode/node_modules/dargs/package.json
T
2019-09-17 13:20:42 -04:00

51 lines
792 B
JSON

{
"name": "dargs",
"version": "6.1.0",
"description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
"license": "MIT",
"repository": "sindresorhus/dargs",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"reverse",
"minimist",
"options",
"arguments",
"args",
"flags",
"cli",
"nopt",
"commander",
"bin",
"binary",
"command",
"cmd",
"inverse",
"opposite",
"invert",
"switch",
"construct",
"parse",
"parser",
"argv"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}