node-duplexify 4.1.1-1 source package in Ubuntu

Changelog

node-duplexify (4.1.1-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Switch test and install to pkg-js-tools
  * New upstream version 4.1.1

 -- Xavier Guimard <email address hidden>  Tue, 26 Nov 2019 18:41:06 +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-duplexify_4.1.1-1.dsc 2.2 KiB bd37f0532dc9bdcc6e7bf60c70ecdc7c464ee91e28284c100d1f59ce96e8334c
node-duplexify_4.1.1.orig.tar.gz 5.3 KiB f4b84e00c50eed45b7031fa31fcc6d1736a5c8cac59006af4e8a376ad6e9674b
node-duplexify_4.1.1-1.debian.tar.xz 2.5 KiB d87339bdfad45d5ff35df7c8b89d77b6b87fd01aab2c3d19844a8bf73c903ce1

Available diffs

No changes file available.

Binary packages built by this source

node-duplexify: Turn a writable and readable stream into a streams2 duplex stream

 Similar to duplexer2 except it supports both streams2 and streams1 as input
 and it allows you to set the readable and writable part asynchronously using
 setReadable(stream) and setWritable(stream).
 .
 Node.js is an event-based server-side JavaScript engine.