Package: wnpp Severity: wishlist Owner: Andrew Kelley <superjo...@gmail.com> X-Debbugs-CC: debian-devel@lists.debian.org
* Package name : node-zip-stream Version : 0.3.5 Upstream Author : Chris Talkington (http://christalkington.com/) * URL : https://github.com/ctalkington/node-zip-stream * License : Expat Programming Lang: JavaScript Description : streaming zip archive generator - Node.js module zip-stream is a streaming zip archive generator Node.js module. It was built to be a successor to zipstream. Dependencies are kept to a minimum through the use of many of Node.js's built-in modules including the use of zlib module for compression. . This module is meant to be wrapped internally by other modules and therefore lacks any queue management. This means you have to wait until the previous entry has been fully consumed to add another. Nested callbacks should be used to add multiple entries. There are modules like async that ease the so called "callback hell". . If you want a module that handles entry queueing and more, you should check out archiver which uses this module internally. . Node.js is an event-based server-side JavaScript engine.