Source: node-duplexer3 Maintainer: Debian Javascript Maintainers Uploaders: Tushar Agey , Xavier Guimard Section: javascript Priority: optional Build-Depends: debhelper (>= 12~), nodejs (>= 10), node-tap, mocha Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/js-team/node-duplexer3 Vcs-Git: https://salsa.debian.org/js-team/node-duplexer3.git Homepage: https://github.com/floatdrop/duplexer3 Multi-Arch: foreign Package: node-duplexer3 Architecture: all Depends: ${misc:Depends}, nodejs Breaks: node-duplexer2 (<< 0.1.4-1) Provides: node-duplexer2 (= ${source:Version}) Replaces: node-duplexer2 Description: 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.