1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: node-duplexify
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11),
node-concat-stream,
node-end-of-stream,
node-readable-stream,
node-stream-shift,
node-tape,
node-through2 (>= 2.0.5-2),
nodejs
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-duplexify
Vcs-Git: https://salsa.debian.org/js-team/node-duplexify.git
Homepage: https://github.com/mafintosh/duplexify
Package: node-duplexify
Architecture: all
Depends: ${misc:Depends},
nodejs,
node-end-of-stream,
node-readable-stream,
node-stream-shift,
node-inherits
Description: 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.
|