{ "name": "follow-redirects", "version": "1.2.6", "description": "HTTP and HTTPS modules that follow redirects.", "main": "index.js", "engines": { "node": ">=4.0" }, "scripts": { "test": "xo && BLUEBIRD_DEBUG=1 nyc mocha" }, "repository": { "type": "git", "url": "git@github.com:olalonde/follow-redirects.git" }, "homepage": "https://github.com/olalonde/follow-redirects", "bugs": { "url": "https://github.com/olalonde/follow-redirects/issues" }, "keywords": [ "http", "https", "url", "redirect", "client", "location", "utility" ], "author": { "name": "Olivier Lalonde", "email": "olalonde@gmail.com", "url": "http://www.syskall.com" }, "contributors": [ "James Talmage ", "Ruben Verborgh (https://ruben.verborgh.org/)" ], "files": [ "index.js", "create.js", "http.js", "https.js" ], "dependencies": { "debug": "^3.1.0" }, "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" }, "license": "MIT", "nyc": { "reporter": [ "lcov", "text" ] }, "xo": { "envs": [ "mocha" ] }, "_from": "follow-redirects@1.2.6", "_resolved": "http://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.2.6.tgz" }