0.4.8 • Published 6 years ago

adm-zip-with-enc v0.4.8

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

What is different from original adm-zip?

Added support zip entry filename encoding.

/* Supports decompression only to avoid spreading more chaos! */
  var AdmZip = require("adm-zip-with-enc");
  var zip = new AdmZip("./file_made_by_windows.zip", "shiftjis");
  zip.extractAllTo('./dest');

Supported encodings are based on iconv-lite. The main target of this module is zip created on Windows.

Installation

With npm do:

$ npm install adm-zip-with-enc
0.4.8

6 years ago

0.4.7

6 years ago