Sha256: ac834e79c9bffe8a67aaa5824d44aa5524beebe71c83dcc198cb1e497a4eec23
Contents?: true
Size: 1.24 KB
Versions: 7
Compression:
Stored size: 1.24 KB
Contents
{ "name": "follow-redirects", "version": "1.7.0", "description": "HTTP and HTTPS modules that follow redirects.", "main": "index.js", "files": [ "*.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:follow-redirects/follow-redirects.git" }, "homepage": "https://github.com/follow-redirects/follow-redirects", "bugs": { "url": "https://github.com/follow-redirects/follow-redirects/issues" }, "keywords": [ "http", "https", "url", "redirect", "client", "location", "utility" ], "author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)", "contributors": [ "Olivier Lalonde <olalonde@gmail.com> (http://www.syskall.com)", "James Talmage <james@talmage.io>" ], "dependencies": { "debug": "^3.2.6" }, "devDependencies": { "concat-stream": "^1.6.0", "coveralls": "^3.0.2", "eslint": "^4.19.1", "express": "^4.16.2", "lolex": "^3.0.0", "mocha": "^5.0.0", "nyc": "^11.8.0" }, "license": "MIT", "nyc": { "reporter": [ "lcov", "text" ] } }
Version data entries
7 entries across 7 versions & 2 rubygems