[ 原始碼: node-yazl ]
套件:node-yazl(2.5.1-3)
yet another zip library - Node.js module
yazl is a Node.js module which provides the ability to generate zip files. It uses async APIs to avoid blocking the JavaScript thread, avoids buffering entire files in RAM, and opens input files one at a time to avoid EMFILE errors. yazl supports adding files, buffers, and streams. The output is a stream. If all the files in the zip file are uncompressed, the final size is known before the stream starts.
Node.js is an event-based server-side JavaScript engine.
其他與 node-yazl 有關的套件
|
|
|
|
-
- dep: node-buffer-crc32
- computes crc32 of buffers and strings - module for Node.js