{
  "_args": [
    [
      "@semantic-release/commit-analyzer@6.2.0",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "@semantic-release/commit-analyzer@6.2.0",
  "_id": "@semantic-release/commit-analyzer@6.2.0",
  "_inBundle": false,
  "_integrity": "sha512-oUtPydYcbtJsEY6WCPi4wynTgRecK5zCkKaGmHi+9Xl7d6jGf7LomnJCg++6dNF1tyavrbGMSdXTCPH6Dx9LbA==",
  "_location": "/@semantic-release/commit-analyzer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@semantic-release/commit-analyzer@6.2.0",
    "name": "@semantic-release/commit-analyzer",
    "escapedName": "@semantic-release%2fcommit-analyzer",
    "scope": "@semantic-release",
    "rawSpec": "6.2.0",
    "saveSpec": null,
    "fetchSpec": "6.2.0"
  },
  "_requiredBy": [
    "/semantic-release"
  ],
  "_resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-6.2.0.tgz",
  "_spec": "6.2.0",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Pierre Vanduynslager",
    "url": "https://twitter.com/@pvdlg_"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ],
    "helpers": [
      "test/helpers/**/*"
    ]
  },
  "bugs": {
    "url": "https://github.com/semantic-release/commit-analyzer/issues"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "contributors": [
    {
      "name": "Stephan Bönnemann",
      "email": "stephan@boennemann.me",
      "url": "http://boennemann.me"
    },
    {
      "name": "Gregor Martynus",
      "url": "https://twitter.com/gr2m"
    }
  ],
  "dependencies": {
    "conventional-changelog-angular": "^5.0.0",
    "conventional-commits-filter": "^2.0.0",
    "conventional-commits-parser": "^3.0.0",
    "debug": "^4.0.0",
    "import-from": "^3.0.0",
    "lodash": "^4.17.4"
  },
  "description": "semantic-release plugin to analyze commits with conventional-changelog",
  "devDependencies": {
    "ava": "^2.0.0",
    "codecov": "^3.0.0",
    "commitizen": "^3.0.0",
    "conventional-changelog-atom": "^2.0.0",
    "conventional-changelog-ember": "^2.0.0",
    "conventional-changelog-eslint": "^3.0.0",
    "conventional-changelog-express": "^2.0.0",
    "conventional-changelog-jshint": "^2.0.0",
    "cz-conventional-changelog": "^2.0.0",
    "nyc": "^14.0.0",
    "rimraf": "^2.6.1",
    "semantic-release": "^15.0.0",
    "sinon": "^7.1.1",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8.3"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "homepage": "https://github.com/semantic-release/commit-analyzer#readme",
  "keywords": [
    "changelog",
    "commit-analyzer",
    "conventional-changelog",
    "conventional-commits",
    "github",
    "publish",
    "release",
    "semantic-release"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@semantic-release/commit-analyzer",
  "nyc": {
    "include": [
      "lib/**/*.js",
      "index.js"
    ],
    "reporter": [
      "json",
      "text",
      "html"
    ],
    "all": true
  },
  "peerDependencies": {
    "semantic-release": ">=15.8.0 <16.0.0"
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/semantic-release/commit-analyzer.git"
  },
  "scripts": {
    "cm": "git-cz",
    "codecov": "codecov -f coverage/coverage-final.json",
    "lint": "xo",
    "pretest": "npm run lint",
    "semantic-release": "semantic-release",
    "test": "nyc ava -v"
  },
  "version": "6.2.0",
  "xo": {
    "prettier": true,
    "space": true
  }
}
