Package Exports
- zip-stream
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (zip-stream) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
zip-stream v0.1.0-alpha 
zip-stream is a streaming zip generator. It was built to be a successor to node-zipstream. Dependencies are kept to a minimum through the use of many of node's built-in modules including the use of zlib module for compression.
Install
npm install zip-stream --saveYou can also use npm install https://github.com/ctalkington/node-zip-stream/archive/master.tar.gz to test upcoming versions.
Things of Interest
Credits
Concept inspired by Antoine van Wel's node-zipstream.