Skip to content
/ zip Public
forked from kriskowal/zip

An implementation of unzip in JavaScript for Node

License

Notifications You must be signed in to change notification settings

ajdonnison/zip

 
 

Repository files navigation

ZIP

Build Status Build status NPM version Dependency Status npm

var ZIP = require('zip');
var data = new Buffer(...);
var reader = ZIP.Reader(data);

reader.toObject(charset_opt);
reader.forEach(function (entry) {});
reader.iterator();

Copyright 1999 Masanao Izumo [email protected] License Unknown Copyright 2010 Tom Robinson (http://tlrobinson.net/) MIT License (enclosed) Copyright 2011 Kristopher Michael Kowal MIT License (enclosed)

About

An implementation of unzip in JavaScript for Node

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%