Source: node-stream-splicer Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper (>= 11) , dh-buildinfo , dpkg-dev (>= 1.17.14) , nodejs (>= 6) , node-inherits (>= 2.0.1) , node-split (>=1.0) , node-tape (>= 4.2.0) , node-through2 (>= 2.0.5-2) , node-jsonstream (>= 1.0.4) , node-concat-stream (>= 1.4.6) , node-tap (>= 10) Standards-Version: 4.1.4 Homepage: https://github.com/substack/stream-splicer Vcs-Git: https://salsa.debian.org/js-team/node-stream-splicer.git Vcs-Browser: https://salsa.debian.org/js-team/node-stream-splicer Package: node-stream-splicer Architecture: all Depends: ${misc:Depends} , nodejs (>=6) , node-inherits (>= 2.0.1) Description: streaming pipeline with a mutable configuration This modules allows one to create a pipeline duplex stream given an array of streams. Each stream will be piped to the next. . Streams could also be added and removed dynamically at runtime. . Node.js is an event-based server-side JavaScript engine.