node-agent-base 6.0.2+~cs5.4.1-3 source package in Ubuntu

Changelog

node-agent-base (6.0.2+~cs5.4.1-3) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Update typescript patch (Closes: #997725)
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Wed, 27 Oct 2021 12:20:32 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-agent-base_6.0.2+~cs5.4.1-3.dsc 2.9 KiB 8fbbb88b7be052ee15d45129333ed82cd6378811bfd34b4593a525452bb507c6
node-agent-base_6.0.2+~cs5.4.1.orig-async-listen.tar.gz 1.6 KiB e898a52f761f3f40664441ec5fdda01b8bc2ccd229b28f2d82a0ee4bf6146aa9
node-agent-base_6.0.2+~cs5.4.1.orig-types-agent-base.tar.gz 1.8 KiB 09d22eb02d5930cd24665ca9b88b4c194de1bd463461fd448abc5d402a47d13b
node-agent-base_6.0.2+~cs5.4.1.orig.tar.gz 12.9 KiB d9d376fc429a748528c1ad3f633af37832b39849d4419cd8067ed60853020707
node-agent-base_6.0.2+~cs5.4.1-3.debian.tar.xz 3.9 KiB bdce68fcda08133cc76626361f9f2a0904f9168b322fc83d080b11fa625d6d02

No changes file available.

Binary packages built by this source

node-agent-base: Turn a function into an http.Agent instance

 This module provides an http.Agent generator. That is, you pass it an async
 callback function, and it returns a new http.Agent instance that will invoke
 the given callback function when sending outbound HTTP requests.
 .
 Node.js is an event-based server-side JavaScript engine.