Source: node-duplexify Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13), node-concat-stream , node-end-of-stream , node-readable-stream , node-stream-shift , node-tape , node-through2 , dh-sequence-nodejs Standards-Version: 4.6.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 Rules-Requires-Root: no Package: node-duplexify Architecture: all Depends: ${misc:Depends}, nodejs, node-end-of-stream, node-inherits, node-readable-stream, node-stream-shift 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.