Remove archiver dependency

This commit is contained in:
advplyr 2022-07-06 20:12:14 -05:00
parent 415e0a7b5a
commit ab08d83c04
35 changed files with 4046 additions and 194 deletions

View file

@ -0,0 +1,14 @@
/**
* node-crc32-stream
*
* Copyright (c) 2014 Chris Talkington, contributors.
* Licensed under the MIT license.
* https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT
*/
'use strict';
module.exports = {
CRC32Stream: require('./crc32-stream'),
DeflateCRC32Stream: require('./deflate-crc32-stream')
}