{
  "_args": [
    [
      {
        "raw": "follow-redirects@1.2.6",
        "scope": null,
        "escapedName": "follow-redirects",
        "name": "follow-redirects",
        "rawSpec": "1.2.6",
        "spec": "1.2.6",
        "type": "version"
      },
      "/Users/robertdodson/Documents/htdocs/new-html/node_modules/github"
    ]
  ],
  "_from": "follow-redirects@1.2.6",
  "_id": "follow-redirects@1.2.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/follow-redirects",
  "_nodeVersion": "8.8.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/follow-redirects-1.2.6.tgz_1511346901294_0.8867264720611274"
  },
  "_npmUser": {
    "name": "rubenverborgh",
    "email": "ruben.verborgh@gmail.com"
  },
  "_npmVersion": "5.4.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "follow-redirects@1.2.6",
    "scope": null,
    "escapedName": "follow-redirects",
    "name": "follow-redirects",
    "rawSpec": "1.2.6",
    "spec": "1.2.6",
    "type": "version"
  },
  "_requiredBy": [
    "/github"
  ],
  "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.6.tgz",
  "_shasum": "4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf",
  "_shrinkwrap": null,
  "_spec": "follow-redirects@1.2.6",
  "_where": "/Users/robertdodson/Documents/htdocs/new-html/node_modules/github",
  "author": {
    "name": "Olivier Lalonde",
    "email": "olalonde@gmail.com",
    "url": "http://www.syskall.com"
  },
  "bugs": {
    "url": "https://github.com/olalonde/follow-redirects/issues"
  },
  "contributors": [
    {
      "name": "James Talmage",
      "email": "james@talmage.io"
    },
    {
      "name": "Ruben Verborgh",
      "email": "ruben@verborgh.org",
      "url": "https://ruben.verborgh.org/"
    }
  ],
  "dependencies": {
    "debug": "^3.1.0"
  },
  "description": "HTTP and HTTPS modules that follow redirects.",
  "devDependencies": {
    "bluebird": "^3.4.0",
    "concat-stream": "^1.5.2",
    "coveralls": "^3.0.0",
    "express": "^4.13.0",
    "mocha": "^4.0.1",
    "nyc": "^11.3.0",
    "xo": "^0.17.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-FrMqZ/FONtHnbqO651UPpfRUVukIEwJhXMfdr/JWAmrDbeYBu773b1J6gdWDyRIj4hvvzQEHoEOTrdR8o6KLYA==",
    "shasum": "4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf",
    "tarball": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.6.tgz"
  },
  "engines": {
    "node": ">=4.0"
  },
  "files": [
    "index.js",
    "create.js",
    "http.js",
    "https.js"
  ],
  "gitHead": "99bd703a765992a260f07e1a2721005fa8b7501d",
  "homepage": "https://github.com/olalonde/follow-redirects",
  "keywords": [
    "http",
    "https",
    "url",
    "redirect",
    "client",
    "location",
    "utility"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "rubenverborgh",
      "email": "ruben.verborgh@gmail.com"
    },
    {
      "name": "jamestalmage",
      "email": "james@talmage.io"
    },
    {
      "name": "olalonde",
      "email": "olalonde@gmail.com"
    }
  ],
  "name": "follow-redirects",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/olalonde/follow-redirects.git"
  },
  "scripts": {
    "test": "xo && BLUEBIRD_DEBUG=1 nyc mocha"
  },
  "version": "1.2.6",
  "xo": {
    "envs": [
      "mocha"
    ]
  }
}
