ziparchive

1.0.0 • Public • Published

ziparchive

JavaScript Library (native JS with alternate C++ implementation coming soon!) for dealing with ZIP archives.

To Install

npm i --save ziparchive

Usage

Right now, only extractFirstFile works (and only with DEFLATE compressed ZIPs).

const { extractFirstFile } = require('ziparchive');
extractFirstFile('./myfile.zip')
  .then(buffer => { ... do something ... })
  .catch(console.error);

License

Open Source under the MIT license. Contributions are welcome.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i ziparchive

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • everettcaleb