96 lines
2.3 KiB
JSON
96 lines
2.3 KiB
JSON
{
|
|
"_from": "follow-redirects@^1.0.0",
|
|
"_id": "follow-redirects@1.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==",
|
|
"_location": "/follow-redirects",
|
|
"_phantomChildren": {
|
|
"ms": "2.1.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "follow-redirects@^1.0.0",
|
|
"name": "follow-redirects",
|
|
"escapedName": "follow-redirects",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/http-proxy"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz",
|
|
"_shasum": "489ebc198dc0e7f64167bd23b03c4c19b5784c76",
|
|
"_spec": "follow-redirects@^1.0.0",
|
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/http-proxy",
|
|
"author": {
|
|
"name": "Ruben Verborgh",
|
|
"email": "ruben@verborgh.org",
|
|
"url": "https://ruben.verborgh.org/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/follow-redirects/follow-redirects/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Olivier Lalonde",
|
|
"email": "olalonde@gmail.com",
|
|
"url": "http://www.syskall.com"
|
|
},
|
|
{
|
|
"name": "James Talmage",
|
|
"email": "james@talmage.io"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"debug": "^3.2.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "HTTP and HTTPS modules that follow redirects.",
|
|
"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"
|
|
},
|
|
"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",
|
|
"nyc": {
|
|
"reporter": [
|
|
"lcov",
|
|
"text"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://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.7.0"
|
|
}
|