{ "_from": "follow-redirects@^1.3.0", "_id": "follow-redirects@1.5.9", "_inBundle": false, "_integrity": "sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==", "_location": "/follow-redirects", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "follow-redirects@^1.3.0", "name": "follow-redirects", "escapedName": "follow-redirects", "rawSpec": "^1.3.0", "saveSpec": null, "fetchSpec": "^1.3.0" }, "_requiredBy": [ "/axios", "/http-proxy" ], "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.9.tgz", "_shasum": "c9ed9d748b814a39535716e531b9196a845d89c6", "_spec": "follow-redirects@^1.3.0", "_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\axios", "author": { "name": "Olivier Lalonde", "email": "olalonde@gmail.com", "url": "http://www.syskall.com" }, "bugs": { "url": "https://github.com/olalonde/follow-redirects/issues" }, "bundleDependencies": false, "contributors": [ { "name": "James Talmage", "email": "james@talmage.io" }, { "name": "Ruben Verborgh", "email": "ruben@verborgh.org", "url": "https://ruben.verborgh.org/" } ], "dependencies": { "debug": "=3.1.0" }, "deprecated": false, "description": "HTTP and HTTPS modules that follow redirects.", "devDependencies": { "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" }, "engines": { "node": ">=4.0" }, "files": [ "index.js", "create.js", "http.js", "https.js" ], "homepage": "https://github.com/olalonde/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/olalonde/follow-redirects.git" }, "scripts": { "lint": "eslint *.js test", "mocha": "nyc mocha", "test": "npm run lint && npm run mocha" }, "version": "1.5.9" }