Source: node-pumpify Maintainer: Debian Javascript Maintainers Uploaders: Ying-Chun Liu (PaulLiu) Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12), node-duplexify (>= 3.6.1), node-inherits, node-pump, node-tape, node-through2, nodejs, pkg-js-tools (>= 0.8.11) Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/js-team/node-pumpify Vcs-Git: https://salsa.debian.org/js-team/node-pumpify.git Homepage: https://github.com/mafintosh/pumpify Package: node-pumpify Architecture: all Depends: ${misc:Depends}, node-duplexify (>= 3.6.1), node-inherits, node-pump, nodejs Description: combine streams into a single duplex stream by pump and duplexify Combine an array of streams into a single duplex stream using pump and duplexify. If one of the streams closes/errors all streams in the pipeline will be destroyed. . Node.js is an event-based server-side JavaScript engine.