{ "name": "follow-redirects", "version": "1.15.6", "description": "HTTP and HTTPS modules that follow redirects.", "license": "MIT", "main": "index.js", "files": [ "*.js" ], "engines": { "node": ">=4.0" }, "repository": { "type": "git", "url": "git@github.com:follow-redirects/follow-redirects.git" }, "homepage": "https://github.com/follow-redirects/follow-redirects", "author": "Ruben Verborgh (https://ruben.verborgh.org/)", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], "peerDependenciesMeta": { "debug": { "optional": true } }, "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" } }