This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/yargs-unparser/package.json
2020-11-01 22:46:04 +00:00

50 lines
1.1 KiB
JSON

{
"name": "yargs-unparser",
"description": "Converts back a yargs argv object to its original array form",
"version": "1.6.1",
"keywords": [
"yargs",
"unparse",
"expand",
"inverse",
"argv"
],
"author": "André Cruz <andre@moxy.studio>",
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/yargs/yargs-unparser",
"repository": "yargs/yargs-unparser",
"license": "MIT",
"main": "index.js",
"files": [],
"scripts": {
"lint": "eslint .",
"test": "jest --env node --coverage",
"prerelease": "npm t && npm run lint",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"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"
},
"dependencies": {
"camelcase": "^5.3.1",
"decamelize": "^1.2.0",
"flat": "^4.1.0",
"is-plain-obj": "^1.1.0",
"yargs": "^14.2.3"
}
}