{ "name": "follow-redirects", "version": "1.5.8", "description": "HTTP and HTTPS modules that follow redirects.", "main": "index.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: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.5.1", "concat-stream": "^1.6.0", "coveralls": "^3.0.0", "eslint": "^4.19.1", "express": "^4.16.2", "mocha": "^5.0.0", "nyc": "^11.8.0" }, "license": "MIT", "nyc": { "reporter": [ "lcov", "text" ] } }