刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 | пре 2 месеци | |
---|---|---|
.. | ||
node_modules | пре 2 месеци | |
index.js | пре 2 месеци | |
license | пре 2 месеци | |
package.json | пре 2 месеци | |
readme.md | пре 2 месеци |
tar decompress plugin
$ npm install decompress-tar
const decompress = require('decompress');
const decompressTar = require('decompress-tar');
decompress('unicorn.tar', 'dist', {
plugins: [
decompressTar()
]
}).then(() => {
console.log('Files decompressed');
});
Returns both a Promise for a Buffer and a Duplex stream.
Type: Buffer
Stream
Buffer or stream to decompress.
MIT © Kevin Mårtensson