browserify-zlib

WebJar for browserify-zlib

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

browserify-zlib
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

browserify-zlib
WebJar for browserify-zlib
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/devongovett/browserify-zlib

Download browserify-zlib

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/browserify-zlib/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>browserify-zlib</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/browserify-zlib/
implementation 'org.webjars.npm:browserify-zlib:0.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/browserify-zlib/
implementation ("org.webjars.npm:browserify-zlib:0.2.0")
'org.webjars.npm:browserify-zlib:jar:0.2.0'
<dependency org="org.webjars.npm" name="browserify-zlib" rev="0.2.0">
  <artifact name="browserify-zlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='browserify-zlib', version='0.2.0')
)
libraryDependencies += "org.webjars.npm" % "browserify-zlib" % "0.2.0"
[org.webjars.npm/browserify-zlib "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : pako jar [1.0.5,1.1)

Project Modules

There are no modules declared in this project.

browserify-zlib

Travis CI Dependency Status js-standard-style

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 compatibility 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 params method

License

MIT

Versions

Version
0.2.0
0.1.4