{
  "_from": "gh-got@^5.0.0",
  "_id": "gh-got@5.0.0",
  "_inBundle": false,
  "_integrity": "sha1-7pW+NxBv2HSKlvjR20uuqJ4b+oo=",
  "_location": "/gh-got",
  "_phantomChildren": {
    "create-error-class": "3.0.2",
    "duplexer3": "0.1.4",
    "get-stream": "3.0.0",
    "is-redirect": "1.0.0",
    "is-retry-allowed": "1.2.0",
    "is-stream": "1.1.0",
    "lowercase-keys": "1.0.1",
    "prepend-http": "1.0.4",
    "safe-buffer": "5.1.2",
    "timed-out": "4.0.1",
    "unzip-response": "2.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gh-got@^5.0.0",
    "name": "gh-got",
    "escapedName": "gh-got",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/github-username"
  ],
  "_resolved": "https://registry.npmjs.org/gh-got/-/gh-got-5.0.0.tgz",
  "_shasum": "ee95be37106fd8748a96f8d1db4baea89e1bfa8a",
  "_spec": "gh-got@^5.0.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/github-username",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/gh-got/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "got": "^6.2.0",
    "is-plain-obj": "^1.1.0"
  },
  "deprecated": false,
  "description": "Convenience wrapper for `got` to interact with the GitHub API",
  "devDependencies": {
    "ava": "*",
    "get-stream": "^2.0.0",
    "nock": "^8.0.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/gh-got#readme",
  "keywords": [
    "got",
    "gh",
    "github",
    "api",
    "request",
    "http",
    "https",
    "get",
    "url",
    "uri",
    "util",
    "utility"
  ],
  "license": "MIT",
  "name": "gh-got",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/gh-got.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "5.0.0",
  "xo": {
    "esnext": true
  }
}
