blob: 5f4bfbc63bdcfa24396c244af6cb1275364b9563 [file] [log] [blame] [edit]
{
"author": "Andr\u00e9 Cruz <andre@moxy.studio>",
"dependencies": {
"camelcase": "^6.0.0",
"decamelize": "^4.0.0",
"flat": "^5.0.2",
"is-plain-obj": "^2.1.0"
},
"description": "Converts back a yargs argv object to its original array form",
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-moxy": "^7.1.0",
"husky": "^3.0.1",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"minimist": "^1.2.5",
"yargs-parser": "^18.1.3"
},
"engines": {
"node": ">=10"
},
"files": [],
"homepage": "https://github.com/yargs/yargs-unparser",
"keywords": [
"yargs",
"unparse",
"expand",
"inverse",
"argv"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "index.js",
"name": "yargs-unparser",
"repository": "yargs/yargs-unparser",
"scripts": {
"fix": "eslint . --fix",
"lint": "eslint .",
"precommit": "lint-staged",
"prerelease": "npm t && npm run lint",
"test": "jest --env node --coverage"
},
"version": "2.0.0"
}