zip

v1.2.0
An implementation of unzip for JavaScript
zip compression

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)

npm i zip

Metadata

  • Unknown
  • Whatever
  • Kris Kowal
  • released 4/5/2014

Downloads