{
  "_args": [
    [
      {
        "raw": "follow-redirects@^1.0.0",
        "scope": null,
        "escapedName": "follow-redirects",
        "name": "follow-redirects",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-jens/node_modules/http-proxy"
    ]
  ],
  "_from": "follow-redirects@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "follow-redirects@1.13.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/follow-redirects",
  "_nodeVersion": "14.15.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/follow-redirects_1.13.3_1614436874039_0.265570528092943"
  },
  "_npmUser": {
    "name": "rubenverborgh",
    "email": "ruben@verborgh.org"
  },
  "_npmVersion": "6.14.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "follow-redirects@^1.0.0",
    "scope": null,
    "escapedName": "follow-redirects",
    "name": "follow-redirects",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/http-proxy"
  ],
  "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
  "_shasum": "e5598ad50174c1bc4e872301e82ac2cd97f90267",
  "_shrinkwrap": null,
  "_spec": "follow-redirects@^1.0.0",
  "_where": "/home/lively4/lively4/lively4-jens/node_modules/http-proxy",
  "author": {
    "name": "Ruben Verborgh",
    "email": "ruben@verborgh.org",
    "url": "https://ruben.verborgh.org/"
  },
  "bugs": {
    "url": "https://github.com/follow-redirects/follow-redirects/issues"
  },
  "contributors": [
    {
      "name": "Olivier Lalonde",
      "email": "olalonde@gmail.com",
      "url": "http://www.syskall.com"
    },
    {
      "name": "James Talmage",
      "email": "james@talmage.io"
    }
  ],
  "dependencies": {},
  "description": "HTTP and HTTPS modules that follow redirects.",
  "devDependencies": {
    "concat-stream": "^2.0.0",
    "eslint": "^5.16.0",
    "express": "^4.16.4",
    "lolex": "^3.1.0",
    "mocha": "^6.0.2",
    "nyc": "^14.1.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==",
    "shasum": "e5598ad50174c1bc4e872301e82ac2cd97f90267",
    "tarball": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
    "fileCount": 7,
    "unpackedSize": 25071,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOloKCRA9TVsSAnZWagAA7I4QAIGv3HDAuRLIGj8UJ2Nb\nL9Lxa+3bu9iH8l7AUOrhBkZxMTTqnIqiaBuXw6G2v6y4hPAoMLhE4wb+7nzm\nHGzqUFVu2K06eXfmSAtr5VoYQ6c3jBHvgwVaQvwZeEeqjJaoUmID+SugL6dN\nNVtL29aInons4K44uxb8d4S2pRcSVTTE1UTXAZBQh4QrXX+jnLMh6imK0M5Z\nHe2pz/hgPTiJ5lDihvMh0gmEaLEOEZ+D0gI8+hQ9KuQ9jvIJkjbDYMNo2mWo\nZSvjwtDYp0qMQm/LEIQQai4nIQs6IaQDe/Ms0uRQrlxKasUnMAMPhjCetYLe\nEQgEJdHeU/jTjcJAqJ7oQKMPS1q+IAguE1OoXOj+WkEgqg/QubVh+cM9u3nB\ngoSi1xC+1QD5C8dIDV58WT4qPabRXBb7WY9eSVAU561EcXOcZRH0NVpHGtY+\nqiBzCIxsUqxU+bUhZ1Tm+ZN21JuwyBwFjJx5GJRFSbt+/bTEk4Zmw68PtOBr\n/DRUFyi8fC8/rd+yoYjTpllxPTyJqGmVRwc3h/HLt9HTHBLJSNvaXd2e+efJ\nuU9gC+fth+a1uTXzRz+Pwblj2ao1+eLzqlgEA24LqbIBGKQyC9MZWKG2YsMt\nbB1AJ7WyYIfGW4CGRGx2xzaamzNOdPTsDMCqBxGj90qgyRnF64hu/B0Zf8vF\nrHKw\r\n=pJms\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=4.0"
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://github.com/sponsors/RubenVerborgh"
    }
  ],
  "gitHead": "2bdeedf70c5abbd631e5106848cb0732bcca794c",
  "homepage": "https://github.com/follow-redirects/follow-redirects",
  "keywords": [
    "http",
    "https",
    "url",
    "redirect",
    "client",
    "location",
    "utility"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "rubenverborgh",
      "email": "ruben@verborgh.org"
    },
    {
      "name": "olalonde",
      "email": "olalonde@gmail.com"
    }
  ],
  "name": "follow-redirects",
  "optionalDependencies": {},
  "peerDependenciesMeta": {
    "debug": {
      "optional": true
    }
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  },
  "scripts": {
    "lint": "eslint *.js test",
    "mocha": "nyc mocha",
    "test": "npm run lint && npm run mocha"
  },
  "version": "1.13.3"
}
