Kevin 29b9a0c50c clean && clean html base il y a 4 ans
..
node_modules 29b9a0c50c clean && clean html base il y a 4 ans
index.js 29b9a0c50c clean && clean html base il y a 4 ans
license 29b9a0c50c clean && clean html base il y a 4 ans
package.json 29b9a0c50c clean && clean html base il y a 4 ans
readme.md 29b9a0c50c clean && clean html base il y a 4 ans

readme.md

decompress-unzip Build Status

zip decompress plugin

Install

$ npm install --save decompress-unzip

Usage

const decompress = require('decompress');
const decompressUnzip = require('decompress-unzip');

decompress('unicorn.zip', 'dist', {
	plugins: [
		decompressUnzip()
	]
}).then(() => {
	console.log('Files decompressed');
});

API

decompressUnzip()(buf)

buf

Type: Buffer

Buffer to decompress.

License

MIT © Kevin Mårtensson