{
  "_args": [
    [
      "issue-parser@4.0.0",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "issue-parser@4.0.0",
  "_id": "issue-parser@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-1RmmAXHl5+cqTZ9dRr861xWy0Gkc9TWTEklgjKv+nhlB1dY1NmGBV8b20jTWRL5cPGpOIXkz84kEcDBM8Nc0cw==",
  "_location": "/issue-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "issue-parser@4.0.0",
    "name": "issue-parser",
    "escapedName": "issue-parser",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/@semantic-release/github"
  ],
  "_resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Pierre Vanduynslager",
    "url": "https://github.com/pvdlg"
  },
  "bugs": {
    "url": "https://github.com/pvdlg/issue-parser/issues"
  },
  "dependencies": {
    "lodash.capitalize": "^4.2.1",
    "lodash.escaperegexp": "^4.1.2",
    "lodash.isplainobject": "^4.0.6",
    "lodash.isstring": "^4.0.1",
    "lodash.uniqby": "^4.7.0"
  },
  "description": "Parser for Github, GitLab, Bitbucket and Waffle issues actions, references and mentions",
  "devDependencies": {
    "ava": "^1.0.1",
    "codecov": "^3.0.0",
    "nyc": "^14.0.0",
    "semantic-release": "^15.0.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8.3"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "homepage": "https://github.com/pvdlg/issue-parser#readme",
  "keywords": [
    "bitbucket",
    "close",
    "duplicate",
    "fix",
    "github",
    "gitlab",
    "issues",
    "mentions",
    "parser",
    "pr",
    "pull-request",
    "references",
    "resolve",
    "waffle"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "issue-parser",
  "nyc": {
    "include": [
      "lib/**/*.js",
      "index.js"
    ],
    "reporter": [
      "json",
      "text",
      "html"
    ],
    "all": true
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pvdlg/issue-parser.git"
  },
  "scripts": {
    "codecov": "codecov -f coverage/coverage-final.json",
    "lint": "xo",
    "semantic-release": "semantic-release",
    "test": "xo && nyc ava -v"
  },
  "version": "4.0.0",
  "xo": {
    "prettier": true
  }
}
