Source: node-through2 Maintainer: Debian Javascript Maintainers Uploaders: Leo Iannacone Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , chai , mocha , node-bl , node-readable-stream (>= 3) , node-xtend Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-through2 Vcs-Git: https://salsa.debian.org/js-team/node-through2.git Homepage: https://github.com/rvagg/through2 Rules-Requires-Root: no Package: node-through2 Architecture: all Depends: ${misc:Depends} , node-readable-stream (>= 3) Description: Make a stream.Transform out of a function - Node.js module This package provide a tiny wrapper around stream.Transform from Node.js library to avoid explicit subclassing noise. . Inspired by Dominic Tarr's through module in that it's so much easier to make a stream out of a function than it is to set up the prototype chain properly. . Node.js is an event-based server-side JavaScript engine.