node-duplexer3 0.1.4-ok1 source package in openKylin
Changelog
node-duplexer3 (0.1.4-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Mon, 20 Feb 2023 16:09:22 +0800
node-duplexer3 (0.1.4-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Mon, 20 Feb 2023 16:09:22 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | javascript | |
Yangtze V1.0 | proposed | main | javascript |
File | Size | SHA-256 Checksum |
---|---|---|
node-duplexer3_0.1.4.orig.tar.gz | 3.9 KiB | 257453cb414c80a5dd4096598087643397306c1a6fbddf3651c6cadee5cf3fd5 |
node-duplexer3_0.1.4-ok1.debian.tar.xz | 2.8 KiB | 6bbc89d88b1c15c9531e9bb34a93f9ac7601049b09cc8a54cbaa0c4a0bbbfe3d |
node-duplexer3_0.1.4-ok1.dsc | 1.8 KiB | 77025d205d49670be69db3a248d7f84452f90578d35685953628d2a6cb01b2d5 |
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.