{
  "_args": [
    [
      "@semantic-release/github@5.4.2",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "@semantic-release/github@5.4.2",
  "_id": "@semantic-release/github@5.4.2",
  "_inBundle": false,
  "_integrity": "sha512-8gkOa5tED/+sjAPwZRYsLaGr6VuAGLZinSvLsuF9/l4qLeYV8gvj7fhjFJepGu6y31t7PR2J9SWzmsqsBAyyKQ==",
  "_location": "/@semantic-release/github",
  "_phantomChildren": {
    "@types/glob": "7.1.1",
    "dir-glob": "3.0.1",
    "fast-glob": "3.0.4",
    "glob": "7.1.4",
    "merge2": "1.2.3",
    "slash": "3.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@semantic-release/github@5.4.2",
    "name": "@semantic-release/github",
    "escapedName": "@semantic-release%2fgithub",
    "scope": "@semantic-release",
    "rawSpec": "5.4.2",
    "saveSpec": null,
    "fetchSpec": "5.4.2"
  },
  "_requiredBy": [
    "/semantic-release"
  ],
  "_resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-5.4.2.tgz",
  "_spec": "5.4.2",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Pierre Vanduynslager",
    "url": "https://twitter.com/@pvdlg_"
  },
  "ava": {
    "helpers": [
      "test/helpers/**/*"
    ]
  },
  "bugs": {
    "url": "https://github.com/semantic-release/github/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": {
    "@octokit/rest": "^16.27.0",
    "@semantic-release/error": "^2.2.0",
    "aggregate-error": "^3.0.0",
    "bottleneck": "^2.18.1",
    "debug": "^4.0.0",
    "dir-glob": "^3.0.0",
    "fs-extra": "^8.0.0",
    "globby": "^10.0.0",
    "http-proxy-agent": "^2.1.0",
    "https-proxy-agent": "^2.2.1",
    "issue-parser": "^4.0.0",
    "lodash": "^4.17.4",
    "mime": "^2.4.3",
    "p-filter": "^2.0.0",
    "p-retry": "^4.0.0",
    "parse-github-url": "^1.0.1",
    "url-join": "^4.0.0"
  },
  "description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
  "devDependencies": {
    "ava": "^2.0.0",
    "clear-module": "^3.0.0",
    "codecov": "^3.5.0",
    "commitizen": "^3.0.0",
    "cz-conventional-changelog": "^2.0.0",
    "nock": "^10.0.0",
    "nyc": "^14.1.1",
    "proxy": "^0.2.4",
    "proxyquire": "^2.0.0",
    "semantic-release": "^15.13.12",
    "server-destroy": "^1.0.1",
    "sinon": "^7.1.1",
    "tempy": "^0.3.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8.3"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "homepage": "https://github.com/semantic-release/github#readme",
  "keywords": [
    "git",
    "github",
    "issue",
    "notifications",
    "publish",
    "pull-request",
    "release",
    "semantic-release",
    "version"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@semantic-release/github",
  "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/github.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": "5.4.2",
  "xo": {
    "prettier": true,
    "space": true,
    "rules": {
      "camelcase": [
        "error",
        {
          "allow": [
            "issue_number",
            "pull_number"
          ]
        }
      ]
    }
  }
}
