Source: node-duplexer3
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tushar Agey <agey.tushar3@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , node-tap
 , mocha
Standards-Version: 4.1.2
Homepage: https://github.com/floatdrop/duplexer3
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-duplexer3.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-duplexer3.git

Package: node-duplexer3
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Like duplexer but using streams3
 This is a reimplementation of duplexer using the Streams3 API
 which is standard in Node as of v4. Everything largely works the same
 Duplexer takes a writable stream and a readable stream and makes them
 appear as a readable writable stream.
 .
 Node.js is an event-based server-side JavaScript engine.
