mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 08:44:40 +02:00
Remove archiver dependency
This commit is contained in:
parent
415e0a7b5a
commit
ab08d83c04
35 changed files with 4046 additions and 194 deletions
14
server/libs/archiver/crc32-stream/index.js
Normal file
14
server/libs/archiver/crc32-stream/index.js
Normal 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')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue