node-proxy-from-env 1.1.0-4 source package in Ubuntu

Changelog

node-proxy-from-env (1.1.0-4) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-proxy-from-env: Add Multi-Arch: foreign.
  * Update standards version to 4.6.1, no changes needed.

  [ Yadd ]
  * Fix filenamemangle
  * Replace /releases by /tags in GitHub urls

 -- Yadd <email address hidden>  Sun, 30 Oct 2022 07:51:11 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-proxy-from-env_1.1.0-4.dsc 2.1 KiB 336b07da5a4b6bec43d084a363898fd62c3780c4e783dcfb2d666dd465d102ef
node-proxy-from-env_1.1.0.orig.tar.gz 7.7 KiB 404fbc5907d10748312125aa79c45b69168b1c04d28bea1667a8e23c808a2c06
node-proxy-from-env_1.1.0-4.debian.tar.xz 2.5 KiB b15c4de0641841e0ed24e3edf8f9539e86bd9a222456a5f390591ad895a3f15d

Available diffs

No changes file available.

Binary packages built by this source

node-proxy-from-env: 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.