bzip2.js icon indicating copy to clipboard operation
bzip2.js copied to clipboard

a bunzip implementation in pure javascript

Results 3 bzip2.js issues
Sort by recently updated
recently updated
newest added

Any idea what the license is? MIT?

Hi Is it possible to use bzip2.js in a pipe like the following with createGunzip: ``` javascript var zlib = require('zlib') , tar = require('tar') , request = require('request'); request.get("http://localhost/file.tar.gz")...