Update checked-in dependencies
This commit is contained in:
parent
4fad06f438
commit
40a500c743
4168 changed files with 298222 additions and 374905 deletions
3
node_modules/adm-zip/headers/mainHeader.js
generated
vendored
3
node_modules/adm-zip/headers/mainHeader.js
generated
vendored
|
|
@ -76,7 +76,7 @@ module.exports = function () {
|
|||
// total number of entries
|
||||
_totalEntries = Utils.readBigUInt64LE(data, Constants.ZIP64TOT);
|
||||
// central directory size in bytes
|
||||
_size = Utils.readBigUInt64LE(data, Constants.ZIP64SIZ);
|
||||
_size = Utils.readBigUInt64LE(data, Constants.ZIP64SIZE);
|
||||
// offset of first CEN header
|
||||
_offset = Utils.readBigUInt64LE(data, Constants.ZIP64OFF);
|
||||
|
||||
|
|
@ -127,3 +127,4 @@ module.exports = function () {
|
|||
}
|
||||
};
|
||||
};
|
||||
// Misspelled
|
||||
Loading…
Add table
Add a link
Reference in a new issue