{ "_from": "yargs-unparser@1.5.0", "_id": "yargs-unparser@1.5.0", "_inBundle": false, "_integrity": "sha1-8rsqfoPLyHu5XI5XKCigbJrdbg0=", "_location": "/yargs-unparser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "yargs-unparser@1.5.0", "name": "yargs-unparser", "escapedName": "yargs-unparser", "rawSpec": "1.5.0", "saveSpec": null, "fetchSpec": "1.5.0" }, "_requiredBy": [ "/mocha" ], "_resolved": "http://registry.npm.taobao.org/yargs-unparser/download/yargs-unparser-1.5.0.tgz", "_shasum": "f2bb2a7e83cbc87bb95c8e572828a06c9add6e0d", "_spec": "yargs-unparser@1.5.0", "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\mocha", "author": { "name": "André Cruz", "email": "andre@moxy.studio" }, "bugs": { "url": "https://github.com/yargs/yargs-unparser/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "flat": "^4.1.0", "lodash": "^4.17.11", "yargs": "^12.0.5" }, "deprecated": false, "description": "Converts back a yargs argv object to its original array form", "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^7.1.2", "eslint": "^5.9.0", "eslint-config-moxy": "^6.1.1", "husky": "^1.2.0", "jest": "^23.6.0", "lint-staged": "^8.1.0", "minimist": "^1.2.0", "standard-version": "^4.4.0", "yargs-parser": "^11.1.1" }, "engines": { "node": ">=6" }, "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+ssh://git@github.com/yargs/yargs-unparser.git" }, "scripts": { "commitmsg": "commitlint -e $GIT_PARAMS", "lint": "eslint .", "precommit": "lint-staged", "prerelease": "npm t && npm run lint", "release": "standard-version", "test": "jest --env node --coverage" }, "standard-version": { "scripts": { "posttag": "git push --follow-tags origin master && npm publish" } }, "version": "1.5.0" }