Source: node-proxy-from-env Maintainer: Debian Javascript Maintainers Uploaders: Andrius Merkys Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-proxy-from-env Vcs-Git: https://salsa.debian.org/js-team/node-proxy-from-env.git Homepage: https://github.com/Rob--W/proxy-from-env#readme Rules-Requires-Root: no Package: node-proxy-from-env Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: offers getProxyForUrl to get the proxy URL for a URL proxy-from-env is a Node.js package that exports a function (getProxyForUrl) that takes an input URL (a string or url.parse's return value) and returns the desired proxy URL (also a string) based on standard proxy environment variables. If no proxy is set, an empty string is returned.