Source: node-labeled-stream-splicer Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper , debhelper-compat (= 13) , dh-sequence-nodejs , node-browser-pack , node-concat-stream , node-inherits , node-module-deps , node-stream-splicer , node-tape , node-through Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-labeled-stream-splicer Vcs-Git: https://salsa.debian.org/js-team/node-labeled-stream-splicer.git Homepage: https://github.com/substack/labeled-stream-splicer Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-labeled-stream-splicer Architecture: all Depends: ${misc:Depends} , node-inherits , node-stream-splicer Provides: ${nodejs:Provides} Multi-Arch: foreign Description: streaming pipeline with a mutable configuration and labels 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. Every stream could be associated with a string (label). . This a dependency of browserify. Browserify is a javaScript tool that allows developers to write Node.js-style modules that compile for use in the browser. . Node.js is an event-based server-side JavaScript engine