Source: node-concat-stream Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ross Gammon Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-inherits , node-readable-stream , node-tape , node-typedarray Standards-Version: 4.6.1 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 , node-readable-stream , node-typedarray Provides: ${nodejs:Provides} Multi-Arch: foreign 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.