{
  "_args": [
    [
      {
        "raw": "commitizen@^2.8.6",
        "scope": null,
        "escapedName": "commitizen",
        "name": "commitizen",
        "rawSpec": "^2.8.6",
        "spec": ">=2.8.6 <3.0.0",
        "type": "range"
      },
      "C:\\src\\pnpm"
    ]
  ],
  "_from": "commitizen@>=2.8.6 <3.0.0",
  "_id": "commitizen@2.8.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/commitizen",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/commitizen-2.8.6.tgz_1471329158593_0.8509776641149074"
  },
  "_npmUser": {
    "name": "jimthedev",
    "email": "jimthedev@gmail.com"
  },
  "_npmVersion": "2.15.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "commitizen@^2.8.6",
    "scope": null,
    "escapedName": "commitizen",
    "name": "commitizen",
    "rawSpec": "^2.8.6",
    "spec": ">=2.8.6 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/commitizen/-/commitizen-2.8.6.tgz",
  "_shasum": "578483abbf5b67368d1ccdb9d9d978c74972011b",
  "_shrinkwrap": null,
  "_spec": "commitizen@^2.8.6",
  "_where": "C:\\src\\pnpm",
  "author": {
    "name": "Jim Cummins",
    "email": "jimthedev@gmail.com",
    "url": "https://github.com/jimthedev"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-2"
    ]
  },
  "bin": {
    "git-cz": "./bin/git-cz",
    "commitizen": "./bin/commitizen"
  },
  "bugs": {
    "url": "https://github.com/commitizen/cz-cli/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "pre-commit": "npm run test && npm run check-coverage"
    }
  },
  "dependencies": {
    "chalk": "1.1.3",
    "cz-conventional-changelog": "1.2.0",
    "dedent": "0.6.0",
    "detect-indent": "4.0.0",
    "find-node-modules": "1.0.3",
    "find-root": "1.0.0",
    "glob": "7.0.5",
    "home-or-tmp": "2.0.0",
    "inquirer": "1.1.2",
    "lodash": "4.15.0",
    "minimist": "1.2.0",
    "path-exists": "2.1.0",
    "shelljs": "0.5.3",
    "strip-json-comments": "2.0.1"
  },
  "description": "Git commit, but play nice with conventions.",
  "devDependencies": {
    "axios": "0.13.1",
    "babel-cli": "6.11.4",
    "babel-core": "6.13.2",
    "babel-preset-es2015": "6.13.1",
    "babel-preset-stage-2": "6.5.0",
    "chai": "3.5.0",
    "codecov.io": "0.1.6",
    "ghooks": "1.3.0",
    "in-publish": "^2.0.0",
    "mocha": "3.0.1",
    "node-uuid": "1.4.7",
    "nodemon": "1.9.2",
    "nyc": "6.6.1",
    "proxyquire": "1.7.10",
    "rimraf": "2.5.4",
    "semantic-release": "4.3.5",
    "semver": "5.3.0",
    "sinon": "1.17.3"
  },
  "directories": {},
  "dist": {
    "shasum": "578483abbf5b67368d1ccdb9d9d978c74972011b",
    "tarball": "https://registry.npmjs.org/commitizen/-/commitizen-2.8.6.tgz"
  },
  "engineStrict": true,
  "engines": {
    "node": ">= 0.12"
  },
  "gitHead": "45bdd76d5fa3dab634c962f4eef353cf501d8fb2",
  "homepage": "https://github.com/commitizen/cz-cli",
  "keywords": [
    "commit",
    "pretty",
    "format",
    "conventional changelog",
    "commitizen"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "maintainers": [
    {
      "name": "commitizen-bot",
      "email": "kent+commitizen-bot@doddsfamily.us"
    },
    {
      "name": "jimthedev",
      "email": "jimthedev@gmail.com"
    },
    {
      "name": "kentcdodds",
      "email": "kent@doddsfamily.us"
    },
    {
      "name": "linusu",
      "email": "linus@folkdatorn.se"
    }
  ],
  "name": "commitizen",
  "nyc": {
    "exclude": [
      "src/cli",
      "test"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commitizen/cz-cli.git"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "build:watch": "babel --watch src --out-dir dist",
    "check-coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80 ",
    "commit": "node bin/git-cz",
    "prepublish": "not-in-install && npm run build || true",
    "report-coverage": "nyc report --reporter=lcov | codecov",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "start": "npm run test:watch",
    "test": "nyc --require babel-core/register _mocha -- test/tests/index.js",
    "test:watch": "nodemon -q --ignore test/.tmp/ --ignore test/artifacts/ --ignore coverage/ --exec \"npm run test\" --",
    "test:windows": "node ./test/tools/trigger-appveyor-tests.js"
  },
  "version": "2.8.6"
}
