browserify-zlib (0.2.0)
Published 2026-02-24 13:53:39 +00:00 by atheaadmin
Installation
registry=npm install browserify-zlib@0.2.0"browserify-zlib": "0.2.0"About this package
browserify-zlib
Description
Emulates Node's zlib module for the browser. Can be used as a drop in replacement with Browserify and webpack.
The heavy lifting is done using pako. The code in this module is modeled closely after the code in the source of Node core to get as much compatability as possible.
API
https://nodejs.org/api/zlib.html
Not implemented
The following options/methods are not supported because pako does not support them yet.
- The
paramsmethod
License
MIT
Dependencies
Dependencies
| ID | Version |
|---|---|
| pako | ~1.0.5 |
Development Dependencies
| ID | Version |
|---|---|
| assert | ^1.4.1 |
| babel-cli | ^6.24.1 |
| babel-plugin-transform-es2015-arrow-functions | ^6.22.0 |
| babel-plugin-transform-es2015-block-scoping | ^6.24.1 |
| babel-plugin-transform-es2015-template-literals | ^6.22.0 |
| babelify | ^7.3.0 |
| brfs | ^1.4.3 |
| browserify | ^14.4.0 |
| exec-glob | ^1.2.2 |
| glob | ^7.1.2 |
| karma | ^1.7.0 |
| karma-chrome-launcher | ^2.1.1 |
| karma-firefox-launcher | ^1.0.1 |
| karma-mocha | ^1.3.0 |
| karma-mocha-own-reporter | ^1.1.2 |
| karma-phantomjs-launcher | ^1.0.4 |
| mocha | ^3.4.2 |
| phantomjs-prebuilt | ^2.1.14 |
| standard | ^10.0.2 |
| watchify | ^3.9.0 |
Keywords
zlib
browserify