node-duplexer3 1.0.0+~0.1.1-ok1 source package in openKylin

Changelog

node-duplexer3 (1.0.0+~0.1.1-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 15:08:01 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main javascript
Huanghe V3.0 release main javascript
Nile V2.0 release main javascript
Nile V2.0 proposed main javascript

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
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-ok1.debian.tar.xz 4.9 KiB 6fa83f41102046d5da51ef8ccfcec5d4dffe42e537670ce4fa5e2e4a59e0e9e3
node-duplexer3_1.0.0+~0.1.1-ok1.dsc 2.3 KiB ae22ccefd50d6bcd94ca6de857fd7fe00873a1a7fa8e8976d39f25fb3fdee2c6

Available diffs

View changes file

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.