decompress-unzip
decompress zip plugin
Last updated 9 years ago by kevva .
MIT · Repository · Bugs · Original npm
$ cnpm install decompress-unzip 
SYNC missed versions from official npm registry.

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

Current Tags

  • 4.0.1                                ...           latest (9 years ago)

2 Versions

  • 3.4.0                                ...           10 years ago
  • 4.0.1                                ...           9 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (3)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org