パッケージ: node-yauzl (2.10.0-2)
node-yauzl に関するリンク
Debian の資源:
node-yauzl ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
yet another unzip library - Node.js module
yauzl is a Node.js module which provides the ability to read from zip files. It follows the spec by reading the central directory for file metadata instead of scanning for local file headers which might be deleted. yauzl also keeps memory usage low by not attempting to buffer entire files in RAM at once. yauzl is designed to generate an error instead of crashing when encountering corrupted or malicious zip files and has a robust test suite to ensure this.
Node.js is an event-based server-side JavaScript engine.
その他の node-yauzl 関連パッケージ
|
|
|
|
-
- dep: node-buffer-crc32
- computes crc32 of buffers and strings - module for Node.js
-
- dep: node-fd-slicer
- create multiple ReadStreams or WriteStreams from the same fd - Node.js module
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable