1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: node-labeled-stream-splicer
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-browser-pack <!nocheck>
, node-concat-stream <!nocheck>
, node-inherits <!nocheck>
, node-module-deps <!nocheck>
, node-stream-splicer <!nocheck>
, node-tape <!nocheck>
, node-through <!nocheck>
Standards-Version: 4.5.1
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
Rules-Requires-Root: no
Package: node-labeled-stream-splicer
Architecture: all
Depends: ${misc:Depends}
, node-inherits
, node-stream-splicer
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
|