{
  "_from": "yargs-unparser@1.6.0",
  "_id": "yargs-unparser@1.6.0",
  "_inBundle": false,
  "_integrity": "sha1-7yXCx2n/a9CeSw+dfGBfsnhG6p8=",
  "_location": "/yargs-unparser",
  "_phantomChildren": {
    "ansi-styles": "3.2.1",
    "decamelize": "1.2.0",
    "emoji-regex": "7.0.3",
    "find-up": "3.0.0",
    "require-directory": "2.1.1",
    "set-blocking": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yargs-unparser@1.6.0",
    "name": "yargs-unparser",
    "escapedName": "yargs-unparser",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "/mocha"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/yargs-unparser/download/yargs-unparser-1.6.0.tgz",
  "_shasum": "ef25c2c769ff6bd09e4b0f9d7c605fb27846ea9f",
  "_spec": "yargs-unparser@1.6.0",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/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.15",
    "yargs": "^13.3.0"
  },
  "deprecated": false,
  "description": "Converts back a yargs argv object to its original array form",
  "devDependencies": {
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "eslint": "^6.1.0",
    "eslint-config-moxy": "^7.1.0",
    "husky": "^3.0.1",
    "jest": "^24.8.0",
    "lint-staged": "^9.2.1",
    "minimist": "^1.2.0",
    "standard-version": "^7.0.0",
    "yargs-parser": "^13.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"
    }
  },
  "version": "1.6.0"
}
