Source: node-callback-stream Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-inherits , node-readable-stream , node-tap Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-callback-stream Vcs-Git: https://salsa.debian.org/js-team/node-callback-stream.git Homepage: https://github.com/mcollina/callback-stream Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-callback-stream Architecture: all Depends: ${misc:Depends} , node-inherits , node-readable-stream Description: pipeable stream that calls your callback callback-stream a safe variant of the concat-stream package that will always return an array. It does everything callback-stream does, minus the concatenation. In fact, it just callbacks you with an array containing your good stuff. It is based on the Stream 2 API, but it also works on node v0.8. It also support Stream 3, which is bundled with node v0.12 and iojs. . Node.js is an event-based server-side JavaScript engine.