Source: node-stream-splicer Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , node-concat-stream , node-jsonstream (>= 1.0.4) , node-inherits , node-readable-stream , node-split , node-tap (>= 10) , node-tape , node-through2 (>= 2.0.5-2) , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-stream-splicer Vcs-Git: https://salsa.debian.org/js-team/node-stream-splicer.git Homepage: https://github.com/substack/stream-splicer Rules-Requires-Root: no Package: node-stream-splicer Architecture: all Depends: ${misc:Depends} , nodejs (>=6) , node-inherits , node-readable-stream 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.