{
  "_args": [
    [
      {
        "raw": "github@^12.0.1",
        "scope": null,
        "escapedName": "github",
        "name": "github",
        "rawSpec": "^12.0.1",
        "spec": ">=12.0.1 <13.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/new-html/node_modules/new-html-init"
    ]
  ],
  "_from": "github@>=12.0.1 <13.0.0",
  "_id": "github@12.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/github",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/github-12.1.0.tgz_1511919980015_0.31868003075942397"
  },
  "_npmUser": {
    "name": "octokitbot",
    "email": "octokitbot@martynus.net"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "github@^12.0.1",
    "scope": null,
    "escapedName": "github",
    "name": "github",
    "rawSpec": "^12.0.1",
    "spec": ">=12.0.1 <13.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/new-html-init"
  ],
  "_resolved": "https://registry.npmjs.org/github/-/github-12.1.0.tgz",
  "_shasum": "f2a2dcbd441178155942257491a4bc08bf661dd7",
  "_shrinkwrap": null,
  "_spec": "github@^12.0.1",
  "_where": "/Users/robertdodson/Documents/htdocs/new-html/node_modules/new-html-init",
  "apidoc": {
    "title": "node-github",
    "name": "node-github",
    "version": "11.0.0",
    "template": {
      "withCompare": true
    }
  },
  "author": {
    "name": "Mike de Boer",
    "email": "info@mikedeboer.nl"
  },
  "bugs": {
    "url": "https://github.com/octokit/node-github/issues"
  },
  "contributors": [
    {
      "name": "Mike de Boer",
      "email": "info@mikedeboer.nl"
    },
    {
      "name": "Fabian Jakobs",
      "email": "fabian@c9.io"
    },
    {
      "name": "Joe Gallo",
      "email": "joe@brassafrax.com"
    },
    {
      "name": "Gregor Martynus",
      "url": "https://github.com/gr2m"
    }
  ],
  "dependencies": {
    "dotenv": "^4.0.0",
    "follow-redirects": "1.2.6",
    "https-proxy-agent": "^2.1.0",
    "lodash": "^4.17.4",
    "mime": "^2.0.3",
    "netrc": "^0.1.4"
  },
  "deprecated": "'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)",
  "description": "NodeJS wrapper for the GitHub API",
  "devDependencies": {
    "@octokit/fixtures": "^5.4.0",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "glob": "^7.1.2",
    "mocha": "^4.0.1",
    "mustache": "^2.2.1",
    "npm-run-all": "^4.1.1",
    "nyc": "^11.2.1",
    "proxyquire": "^1.8.0",
    "semantic-release": "^8.2.0",
    "standard": "^10.0.3",
    "standard-markdown": "^4.0.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-HhWjhd/OATC4Hjj7xfGjGRtwWzo/fzTc55EkvsRatI9G6Vp47mVcdBIt1lQ56A9Qit/yVQRX1+M9jbWlcJvgug==",
    "shasum": "f2a2dcbd441178155942257491a4bc08bf661dd7",
    "tarball": "https://registry.npmjs.org/github/-/github-12.1.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "lib"
  ],
  "gitHead": "14f18c20f1aba099462d1cb907f7a41ca5945e9e",
  "homepage": "https://github.com/octokit/node-github#readme",
  "license": "MIT",
  "licenses": [
    {
      "type": "The MIT License",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "lib",
  "maintainers": [
    {
      "name": "octokitbot",
      "email": "octokitbot@martynus.net"
    },
    {
      "name": "gr2m",
      "email": "gregor@martynus.net"
    },
    {
      "name": "zeke",
      "email": "zeke@sikelianos.com"
    },
    {
      "name": "kaizensoze",
      "email": "joe@brassafrax.com"
    },
    {
      "name": "mikedeboer",
      "email": "info@mikedeboer.nl"
    }
  ],
  "name": "github",
  "nyc": {
    "ignore": [
      "examples",
      "test"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octokit/node-github.git"
  },
  "scripts": {
    "build": "npm-run-all build:*",
    "build:flow": "node scripts/generateFlowTypes",
    "build:ts": "node scripts/generateTypeScriptTypes",
    "coverage": "nyc report --reporter=html && open coverage/index.html",
    "coverage:upload": "nyc report --reporter=text-lcov | coveralls",
    "presemantic-release": "npm run -s build",
    "pretest": "standard && standard-markdown",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "nyc mocha test/**/*-test.js"
  },
  "types": "lib/index.d.ts",
  "version": "12.1.0"
}
