adm-zip-with-enc

0.4.8 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i adm-zip-with-enc

    Weekly Downloads

    2

    Version

    0.4.8

    License

    MIT

    Last publish

    Collaborators

    • mizjser