# zipjs-browserify

> Browserify port of the awesome zip.js library

Latest version **1.0.1** (published 2015-11-19) · BSD license · 0 weekly downloads

## Install

```sh
npm install zipjs-browserify
pnpm add zipjs-browserify
yarn add zipjs-browserify
bun add zipjs-browserify
```

## 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.0.1 |
| Published | 2015-11-19 |
| First published | 2015-10-31 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Maintainers | juliangruber |

## Links

- npm: https://www.npmjs.com/package/zipjs-browserify
- Repository: https://github.com/juliangruber/zipjs-browserify
- Homepage: https://github.com/juliangruber/zipjs-browserify#readme
- Issues: https://github.com/juliangruber/zipjs-browserify/issues
- npm.io page: https://npm.io/package/zipjs-browserify

## Dependencies (2)

- [brfs](https://npm.io/package/brfs.md) ^1.4.1
- [browserify-shim](https://npm.io/package/browserify-shim.md) ^3.8.11

## Recent versions

- 1.0.1 (latest) — 2015-11-19
- 1.0.0 — 2015-10-31

## README

# zipjs-browserify

  Browserify port of the awesome [zip.js](http://gildas-lormeau.github.io/zip.js/) library.

## Example

```js
var zip = require('zipjs-browserify');

// for more, check http://gildas-lormeau.github.io/zip.js/
```

## Installation

```bash
$ npm install zipjs-browserify
```

## API

Check the [zip.js documentation](http://gildas-lormeau.github.io/zip.js/)!

## License

  BSD

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