Source: node-concat-stream Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ross Gammon Build-Depends: debhelper-compat (= 12) , node-inherits (>= 2.0.3) , node-readable-stream , node-tap (>= 10) , node-tape (>= 4.6.2) , node-typedarray (>= 0.0.6) , pkg-js-tools (>= 0.9.35~) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-concat-stream Vcs-Git: https://salsa.debian.org/js-team/node-concat-stream.git Homepage: https://github.com/maxogden/concat-stream Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-concat-stream Architecture: all Depends: ${misc:Depends} , node-inherits (>= 2.0.3) , node-readable-stream , node-typedarray (>= 0.0.6) , nodejs (>= 6) Description: writable stream that concatenates strings Node-concat-stream creates a writable stream that concatenates strings or binary data and calls a callback with the result. . Node.js is an event-based server-side JavaScript engine.