Source: node-stream-combiner2 Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-duplexer2 , node-tape , node-through2 Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-stream-combiner2 Vcs-Git: https://salsa.debian.org/js-team/node-stream-combiner2.git Homepage: https://github.com/substack/stream-combiner2 Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-stream-combiner2 Architecture: all Depends: ${misc:Depends} , node-duplexer2 Multi-Arch: foreign Description: combine stream using stream3 Node.js API This module turns a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last stream. . Node.js is an event-based server-side JavaScript engine.