Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Notes Server
Claim
by
truaxki
GitHub
Note Taking
Python
MIT License
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
node_modules
follow-redirects
node_modules/follow-redirects/debug.js
node_modules/follow-redirects/http.js
node_modules/follow-redirects/https.js
node_modules/follow-redirects/index.js
node_modules/follow-redirects/LICENSE
node_modules/follow-redirects/package.json
node_modules/follow-redirects/README.md
{ "name": "follow-redirects", "version": "1.15.9", "description": "HTTP and HTTPS modules that follow redirects.", "license": "MIT", "main": "index.js", "files": [ "*.js" ], "engines": { "node": ">=4.0" }, "scripts": { "lint": "eslint *.js test", "test": "nyc mocha" }, "repository": { "type": "git", "url": "git+ssh://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>" ], "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], "peerDependenciesMeta": { "debug": { "optional": true } }, "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" } }