Update checked-in dependencies
This commit is contained in:
parent
66736a1775
commit
ea1261a218
433 changed files with 3684 additions and 1810 deletions
4
node_modules/adm-zip/headers/entryHeader.js
generated
vendored
4
node_modules/adm-zip/headers/entryHeader.js
generated
vendored
|
|
@ -83,7 +83,9 @@ module.exports = function () {
|
|||
set time(val) {
|
||||
setTime(val);
|
||||
},
|
||||
|
||||
get timeHighByte() {
|
||||
return (_time >>> 8) & 0xff;
|
||||
},
|
||||
get crc() {
|
||||
return _crc;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue