node-duplexer3 1.0.0+~0.1.1-2 source package in Ubuntu

Changelog

node-duplexer3 (1.0.0+~0.1.1-2) unstable; urgency=medium

  * Team upload
  * Back to unstable

 -- Yadd <email address hidden>  Sun, 04 Dec 2022 16:49:20 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-duplexer3_1.0.0+~0.1.1-2.dsc 2.5 KiB d6fbb90602f1602837cf4be655ab677ad97d16bbb681e02e61659201606e3c4a
node-duplexer3_1.0.0+~0.1.1.orig-types-duplexer3.tar.gz 1.7 KiB dde4390957b67c940b76d5e26ba6cac2b78a85c9e43b7c039cdf4d9f7120d59e
node-duplexer3_1.0.0+~0.1.1.orig.tar.gz 3.5 KiB ffd1d8538c7b91cf9aaf19d95c228338c67197f3136862ccdb4b7aae06fd31a6
node-duplexer3_1.0.0+~0.1.1-2.debian.tar.xz 4.5 KiB 8cd02f2a3cb79809e074fedbdef215a9d695ffc61e2048b4a6b165cbec451504

Available diffs

No changes file available.

Binary packages built by this source

node-duplexer3: Like duplexer but using streams3

 This is a reimplementation of duplexer using the Streams3 API
 which is standard in Node as of v4. Everything largely works the same
 Duplexer takes a writable stream and a readable stream and makes them
 appear as a readable writable stream.
 .
 Node.js is an event-based server-side JavaScript engine.