node-proxy-agents 0~2023071921-2ubuntu1 source package in Ubuntu

Changelog

node-proxy-agents (0~2023071921-2ubuntu1) noble; urgency=medium

  * Ignore tests for now, they needs internet.

 -- Gianfranco Costamagna <email address hidden>  Thu, 23 Nov 2023 19:52:30 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-proxy-agents_0~2023071921.orig-args.tar.xz 57.0 KiB 57fa7108fc23a7538154c75e11288674992fefb7ef5f1d87aac3098f7cac7e46
node-proxy-agents_0~2023071921.orig-basic-ftp.tar.xz 59.2 KiB b144122b9dd3c2b45832b5be5a4614cef9a105a2fdba487b0c800f010fe77b0d
node-proxy-agents_0~2023071921.orig-types-args.tar.xz 2.0 KiB bf48ee55604a69dc74e85f050f3e17d6cdbbf008bf770d7805d7d77215be56f6
node-proxy-agents_0~2023071921.orig.tar.xz 195.8 KiB 12f41885e6e9cf0a0c6f0d6dfeec3b50ffd2fb291f6ee92bf8aeab0de46cc296
node-proxy-agents_0~2023071921-2ubuntu1.debian.tar.xz 42.6 KiB 52cac7ffb9c8b5277e9fde983733a916ada40a674fc38aa292f8e58c1c3e2322
node-proxy-agents_0~2023071921-2ubuntu1.dsc 4.2 KiB cc840546c7c50414c96a42aa22327291ca5d84ac6d400ac4f6bcee3f291c8306

View changes file

Binary packages built by this source

node-agent-base: Node.js wrapper around http.Agent class

 node-agent-base provides an abstract class that must define a connect()
 function which is responsible for creating the underlying socket that the
 HTTP client requests will use.

node-args: Node.js module to create command line interfaces

 node-args makes creating command line interfaces a breeze.

node-basic-ftp: FTP client library for Node.js

 node-basic-ftp is an FTP client library for Node.js. It supports FTPS over
 TLS, Passive Mode over IPv6, has a Promise-based API, and offers methods to
 operate on whole directories.

node-data-uri-to-buffer: Node.js module that generate a Buffer instance from a Data URI string

 node-data-uri-to-buffer accepts a "data" URI string of data and returns a
 Node.js Buffer instance with the decoded data.

node-degenerator: Node.js module that compiles sync functions into async functions

 node-degenerator takes a String to one or more synchronous JavaScript
 functions, and returns a new String that with those JS functions transpiled
 into async functions.

node-get-uri: Node.js module that returns a stream.Readable from a URI string

 node-get-uri is a high-level module. It accepts a URI string and returns a
 Readable stream instance. There is built-in support for a variety of
 "protocols", and it's asily extensible.

node-http-proxy-agent: HTTP(s) proxy http.Agent implementation for HTTP

 node-http-proxy-agent provides an http.Agent implementation that connects
 to a specified HTTP or HTTPS proxy server, and can be used with the built-in
 http module.

node-https-proxy-agent: HTTP(s) proxy http.Agent implementation for HTTPS

 node-http-proxy-agent provides an http.Agent implementation that connects
 to a specified HTTP or HTTPS proxy server, and can be used with the built-in
 https module.
 .
 Specifically, this Agent implementation connects to an intermediary "proxy"
 server and issues the CONNECT HTTP method, which tells the proxy to open a
 direct TCP connection to the destination server.

node-pac-proxy-agent: PAC file proxy http.Agent implementation for HTTP and HTTPS

 node-pac-proxy-agent provides an `http.Agent` implementation that retreives
 the specified PAC proxy file and uses it to resolve which HTTP, HTTPS, or
 SOCKS proxy, or if a direct connection should be used to connect to the HTTP
 endpoint.

node-pac-resolver: Node.js module that generates an asynchronous resolver function from a PAC file

 node-pac-resolver accepts a JavaScript String of code, which is meant to be
 a PAC proxy file, and returns a generated asynchronous FindProxyForURL()
 functions.

node-proxy: Node.js HTTP proxy

 node-proxy provides standard "HTTP proxy" logic that allows one to script
 its own server using the node-proxy server API.

node-proxy-agent: Maps proxy protocols to http.Agent implementations

 This module provides an http.Agent implementation which automatically uses
 proxy servers based off of the various proxy-related environment variables
 (`HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` among others).

node-socks-proxy-agent: SOCKS proxy http.Agent implementation for HTTP and HTTPS

 node-socks-proxy-agent provides an http.Agent implementation that connects
 to a specified SOCKS proxy server, and can be used with the built-in http
 and https modules.