Package: wnpp Severity: wishlist Owner: Tushar Agey <agey.tush...@gmail.com> X-Debbugs-CC: debian-devel@lists.debian.org
* Package name : node-duplexer3 Version : 0.1.4 Upstream Author : Conrad Pankoff <deo...@fknsrs.biz> (http://www.fknsrs.biz/) * URL : https://github.com/floatdrop/duplexer3 * License : BSD-3-Clause Programming Lang: JavaScript Description : Like duplexer but using streams3 An implementation 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.