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,16 @@
/**
* node-compress-commons
*
* Copyright (c) 2014 Chris Talkington, contributors.
* Licensed under the MIT license.
* https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT
*/
var ArchiveEntry = module.exports = function() {};
ArchiveEntry.prototype.getName = function() {};
ArchiveEntry.prototype.getSize = function() {};
ArchiveEntry.prototype.getLastModifiedDate = function() {};
ArchiveEntry.prototype.isDirectory = function() {};