zip
An implementation of unzip for JavaScript
Last updated 12 years ago by deathcap .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install zip 
SYNC missed versions from official npm registry.
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 iz@onicos.co.jp License Unknown Copyright 2010 Tom Robinson (http://tlrobinson.net/) MIT License (enclosed) Copyright 2011 Kristopher Michael Kowal MIT License (enclosed)

Current Tags

  • 1.2.0                                ...           latest (12 years ago)

10 Versions

  • 1.2.0                                ...           12 years ago
  • 1.1.1                                ...           13 years ago
  • 1.1.0                                ...           13 years ago
  • 1.0.0                                ...           13 years ago
  • 0.0.6                                ...           14 years ago
  • 0.0.4                                ...           15 years ago
  • 0.0.3                                ...           15 years ago
  • 0.0.2                                ...           15 years ago
  • 0.0.1                                ...           15 years ago
  • 0.0.0                                ...           15 years ago
Downloads
Today 0
This Week 0
This Month 7
Last Day 0
Last Week 7
Last Month 1
Dependencies (1)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |