# zip

> An implementation of unzip for JavaScript

Latest version **1.2.0** (published 2014-04-05) · 0 weekly downloads

## Install

```sh
npm install zip
pnpm add zip
yarn add zip
bun add zip
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2014-04-05 |
| First published | 2011-02-10 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 84 |
| Author | Kris Kowal |
| Maintainers | kriskowal, steffen, deathcap |
| Keywords | zip, compression |

## Links

- npm: https://www.npmjs.com/package/zip
- Repository: https://github.com/kriskowal/zip
- Homepage: http://github.com/kriskowal/zip
- Issues: http://github.com/kriskowal/zip/issues
- npm.io page: https://npm.io/package/zip

## Dependencies (1)

- [bops](https://npm.io/package/bops.md) ~0.1.1

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.2.0 (latest) — 2014-04-05
- 1.1.1 — 2013-09-13
- 1.1.0 — 2012-12-01
- 1.0.0 — 2012-12-01
- 0.0.6 — 2011-10-11
- 0.0.4 — 2011-08-12
- 0.0.3 — 2011-05-18
- 0.0.2 — 2011-05-18
- 0.0.1 — 2011-02-11
- 0.0.0 — 2011-02-10

## README

```javascript
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)

---
_Source: https://npm.io/package/zip · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
