proxy-from-env determines which proxy (if any) should be used for a given URL, by reading the standard *_proxy environment variables. No lifecycle scripts; nothing runs at install time.
{
"name": "proxy-from-env",
"version": "1.1.0",
"description": "Given a URL, determine the proxy to use, following the conventions set out by curl.",
"main": "index.js",
"license": "MIT"
}