node-duplexer3 0.1.4-5 source package in Ubuntu

Changelog

node-duplexer3 (0.1.4-5) unstable; urgency=medium

  * Fix duplexer2 install (Closes: #931712)
  * Use pkg-js-tools auto test & install
  * Declare compliance with policy 4.5.0
  * Add Rules-Requires-Root: no
  * Add debian/gbp.conf
  * Update metadata

 -- Xavier Guimard <email address hidden>  Mon, 17 Feb 2020 15:21:53 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-duplexer3_0.1.4-5.dsc 2.1 KiB be93483f30a44e3ee8d7de469e6ed7ff7c8de46f648eef3ef8cb4a466b53288c
node-duplexer3_0.1.4.orig.tar.gz 3.9 KiB 257453cb414c80a5dd4096598087643397306c1a6fbddf3651c6cadee5cf3fd5
node-duplexer3_0.1.4-5.debian.tar.xz 3.4 KiB 3ab5f0dd71c26d59393e28170a01f956382075fffe6d49a6d75be77ba20938a7

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.