| { |
| "author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)", |
| "bugs": { |
| "url": "https://github.com/follow-redirects/follow-redirects/issues" |
| }, |
| "contributors": [ |
| "Olivier Lalonde <olalonde@gmail.com> (http://www.syskall.com)", |
| "James Talmage <james@talmage.io>" |
| ], |
| "dependencies": { |
| "debug": "^3.0.0" |
| }, |
| "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" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| }, |
| "files": [ |
| "*.js" |
| ], |
| "homepage": "https://github.com/follow-redirects/follow-redirects", |
| "keywords": [ |
| "http", |
| "https", |
| "url", |
| "redirect", |
| "client", |
| "location", |
| "utility" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "follow-redirects", |
| "repository": { |
| "type": "git", |
| "url": "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.9.0" |
| } |