{
  "name": "follow-redirects",
  "version": "1.7.0",
  "description": "HTTP and HTTPS modules that follow redirects.",
  "main": "index.js",
  "files": [
    "*.js"
  ],
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "test": "npm run lint && npm run mocha",
    "lint": "eslint *.js test",
    "mocha": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:follow-redirects/follow-redirects.git"
  },
  "homepage": "https://github.com/follow-redirects/follow-redirects",
  "bugs": {
    "url": "https://github.com/follow-redirects/follow-redirects/issues"
  },
  "keywords": [
    "http",
    "https",
    "url",
    "redirect",
    "client",
    "location",
    "utility"
  ],
  "author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)",
  "contributors": [
    "Olivier Lalonde <olalonde@gmail.com> (http://www.syskall.com)",
    "James Talmage <james@talmage.io>"
  ],
  "dependencies": {
    "debug": "^3.2.6"
  },
  "devDependencies": {
    "concat-stream": "^1.6.0",
    "coveralls": "^3.0.2",
    "eslint": "^4.19.1",
    "express": "^4.16.2",
    "lolex": "^3.0.0",
    "mocha": "^5.0.0",
    "nyc": "^11.8.0"
  },
  "license": "MIT",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "__npminstall_done": "Wed May 15 2019 13:44:12 GMT+0800 (GMT+08:00)",
  "_from": "follow-redirects@1.7.0",
  "_resolved": "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.7.0.tgz"
}