Your message dated Sat, 13 Sep 2014 09:33:38 -0700
with message-id
<CACXN+=qriynsh5204f8p-ueimxq87v33ptd3mwfmkdcof8s...@mail.gmail.com>
and subject line I no longer intend to package this module.
has caused the Debian Bug report #753418,
regarding ITP: node-zip-stream -- streaming zip archive generator
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
753418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753418
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley <[email protected]>
X-Debbugs-CC: [email protected]
* 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.
--- End Message ---
--- Begin Message ---
--- End Message ---