conventional-changelog-action/node_modules/dargs/package.json

55 lines
1.0 KiB
JSON

{
"name": "dargs",
"version": "4.1.0",
"description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
"repository": "sindresorhus/dargs",
"keywords": [
"options",
"arguments",
"args",
"flags",
"cli",
"nopt",
"minimist",
"bin",
"binary",
"command",
"cmd",
"reverse",
"inverse",
"opposite",
"invert",
"switch",
"construct",
"parse",
"parser",
"argv"
],
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"scripts": {
"test": "xo && ava"
},
"dependencies": {
"number-is-nan": "^1.0.0"
},
"devDependencies": {
"array-equal": "^1.0.0",
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"files": [
"index.js"
]
,"_resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz"
,"_integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc="
,"_from": "dargs@4.1.0"
}