doipjs/node_modules/yargs-unparser/package.json
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

83 lines
2 KiB
JSON

{
"_from": "yargs-unparser@2.0.0",
"_id": "yargs-unparser@2.0.0",
"_inBundle": false,
"_integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==",
"_location": "/yargs-unparser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "yargs-unparser@2.0.0",
"name": "yargs-unparser",
"escapedName": "yargs-unparser",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz",
"_shasum": "f131f9226911ae5d9ad38c432fe809366c2325eb",
"_spec": "yargs-unparser@2.0.0",
"_where": "/home/yarmo/dev/keyoxide/doipjs/node_modules/mocha",
"author": {
"name": "André Cruz",
"email": "andre@moxy.studio"
},
"bugs": {
"url": "https://github.com/yargs/yargs-unparser/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase": "^6.0.0",
"decamelize": "^4.0.0",
"flat": "^5.0.2",
"is-plain-obj": "^2.1.0"
},
"deprecated": false,
"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": {
"type": "git",
"url": "git+https://github.com/yargs/yargs-unparser.git"
},
"scripts": {
"fix": "eslint . --fix",
"lint": "eslint .",
"precommit": "lint-staged",
"prerelease": "npm t && npm run lint",
"test": "jest --env node --coverage"
},
"version": "2.0.0"
}