@expofp/loader 1.0.58 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/bundle/bundle.js +156 -156
  2. package/dist/bundle/bundle.js.map +1 -1
  3. package/dist/bundle/{downloadZip-BbVnryS9.js → downloadZip-CohB2rQN.js} +326 -324
  4. package/dist/bundle/downloadZip-CohB2rQN.js.map +1 -0
  5. package/dist/bundle/makeOffline-DuRXI_Dd.js.map +1 -1
  6. package/dist/bundle/makeOfflineBundle-XjvmvDQE.js.map +1 -1
  7. package/dist/esm/importJson.js +2 -1
  8. package/dist/esm/index.js +3 -3
  9. package/dist/esm/loadAndWaitGlobal.js +1 -1
  10. package/dist/esm/logger.d.ts +1 -2
  11. package/dist/esm/logger.js +4 -1
  12. package/dist/esm/offline/downloadZip.js +2 -0
  13. package/dist/esm/offline/makeOffline.js +2 -1
  14. package/dist/esm/offline/makeOfflineBundle.js +1 -1
  15. package/dist/esm/resolve.js +2 -1
  16. package/dist/esm/resolvers/_OLD_expoResolver.js +1 -1
  17. package/dist/esm/resolvers/assetResolver.js +1 -1
  18. package/dist/esm/resolvers/bundleAssetsResolver.js +1 -1
  19. package/dist/esm/resolvers/expoRuntimeBranchResolver.js +1 -1
  20. package/dist/esm/resolvers/expoRuntimeGetBranchResolver.js +1 -1
  21. package/dist/esm/resolvers/expoRuntimeResolver.js +2 -1
  22. package/dist/esm/resolvers/httpResolver.js +1 -1
  23. package/dist/esm/resolvers/legacyAssetUrlsResolver.js +9 -10
  24. package/dist/esm/resolvers/legacyDataResolver.js +1 -1
  25. package/dist/esm/shared.d.ts +0 -1
  26. package/dist/esm/shared.js +0 -6
  27. package/package.json +1 -1
  28. package/dist/bundle/downloadZip-BbVnryS9.js.map +0 -1
  29. package/dist/esm/offline/downloadZip copy.d.ts +0 -1
  30. package/dist/esm/offline/downloadZip copy.js +0 -89
  31. package/dist/esm/offline/makeOfflineBundle copy.d.ts +0 -1
  32. package/dist/esm/offline/makeOfflineBundle copy.js +0 -92
@@ -1,11 +1,11 @@
1
- import { c as vt, g as Ot } from "./bundle.js";
2
- import { makeOfflineBundle as Bt } from "./makeOfflineBundle-XjvmvDQE.js";
1
+ import { c as vt, g as Ot, l as Bt } from "./bundle.js";
2
+ import { makeOfflineBundle as Rt } from "./makeOfflineBundle-XjvmvDQE.js";
3
3
  function yt(ct) {
4
4
  throw new Error('Could not dynamically require "' + ct + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
5
5
  }
6
6
  var xt = { exports: {} };
7
7
  var Ct;
8
- function Rt() {
8
+ function Tt() {
9
9
  return Ct || (Ct = 1, (function(ct, wt) {
10
10
  (function(b) {
11
11
  ct.exports = b();
@@ -28,35 +28,35 @@ function Rt() {
28
28
  }
29
29
  return w[_].exports;
30
30
  }
31
- for (var n = typeof yt == "function" && yt, h = 0; h < l.length; h++) o(l[h]);
31
+ for (var n = typeof yt == "function" && yt, u = 0; u < l.length; u++) o(l[u]);
32
32
  return o;
33
33
  })({ 1: [function(b, U, w) {
34
34
  var l = b("./utils"), o = b("./support"), n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
35
- w.encode = function(h) {
36
- for (var _, y, p, g, i, d, r, u = [], a = 0, c = h.length, v = c, S = l.getTypeOf(h) !== "string"; a < h.length; ) v = c - a, p = S ? (_ = h[a++], y = a < c ? h[a++] : 0, a < c ? h[a++] : 0) : (_ = h.charCodeAt(a++), y = a < c ? h.charCodeAt(a++) : 0, a < c ? h.charCodeAt(a++) : 0), g = _ >> 2, i = (3 & _) << 4 | y >> 4, d = 1 < v ? (15 & y) << 2 | p >> 6 : 64, r = 2 < v ? 63 & p : 64, u.push(n.charAt(g) + n.charAt(i) + n.charAt(d) + n.charAt(r));
37
- return u.join("");
38
- }, w.decode = function(h) {
39
- var _, y, p, g, i, d, r = 0, u = 0, a = "data:";
40
- if (h.substr(0, a.length) === a) throw new Error("Invalid base64 input, it looks like a data url.");
41
- var c, v = 3 * (h = h.replace(/[^A-Za-z0-9+/=]/g, "")).length / 4;
42
- if (h.charAt(h.length - 1) === n.charAt(64) && v--, h.charAt(h.length - 2) === n.charAt(64) && v--, v % 1 != 0) throw new Error("Invalid base64 input, bad content length.");
43
- for (c = o.uint8array ? new Uint8Array(0 | v) : new Array(0 | v); r < h.length; ) _ = n.indexOf(h.charAt(r++)) << 2 | (g = n.indexOf(h.charAt(r++))) >> 4, y = (15 & g) << 4 | (i = n.indexOf(h.charAt(r++))) >> 2, p = (3 & i) << 6 | (d = n.indexOf(h.charAt(r++))), c[u++] = _, i !== 64 && (c[u++] = y), d !== 64 && (c[u++] = p);
35
+ w.encode = function(u) {
36
+ for (var _, y, p, g, i, d, r, h = [], a = 0, c = u.length, v = c, S = l.getTypeOf(u) !== "string"; a < u.length; ) v = c - a, p = S ? (_ = u[a++], y = a < c ? u[a++] : 0, a < c ? u[a++] : 0) : (_ = u.charCodeAt(a++), y = a < c ? u.charCodeAt(a++) : 0, a < c ? u.charCodeAt(a++) : 0), g = _ >> 2, i = (3 & _) << 4 | y >> 4, d = 1 < v ? (15 & y) << 2 | p >> 6 : 64, r = 2 < v ? 63 & p : 64, h.push(n.charAt(g) + n.charAt(i) + n.charAt(d) + n.charAt(r));
37
+ return h.join("");
38
+ }, w.decode = function(u) {
39
+ var _, y, p, g, i, d, r = 0, h = 0, a = "data:";
40
+ if (u.substr(0, a.length) === a) throw new Error("Invalid base64 input, it looks like a data url.");
41
+ var c, v = 3 * (u = u.replace(/[^A-Za-z0-9+/=]/g, "")).length / 4;
42
+ if (u.charAt(u.length - 1) === n.charAt(64) && v--, u.charAt(u.length - 2) === n.charAt(64) && v--, v % 1 != 0) throw new Error("Invalid base64 input, bad content length.");
43
+ for (c = o.uint8array ? new Uint8Array(0 | v) : new Array(0 | v); r < u.length; ) _ = n.indexOf(u.charAt(r++)) << 2 | (g = n.indexOf(u.charAt(r++))) >> 4, y = (15 & g) << 4 | (i = n.indexOf(u.charAt(r++))) >> 2, p = (3 & i) << 6 | (d = n.indexOf(u.charAt(r++))), c[h++] = _, i !== 64 && (c[h++] = y), d !== 64 && (c[h++] = p);
44
44
  return c;
45
45
  };
46
46
  }, { "./support": 30, "./utils": 32 }], 2: [function(b, U, w) {
47
- var l = b("./external"), o = b("./stream/DataWorker"), n = b("./stream/Crc32Probe"), h = b("./stream/DataLengthProbe");
47
+ var l = b("./external"), o = b("./stream/DataWorker"), n = b("./stream/Crc32Probe"), u = b("./stream/DataLengthProbe");
48
48
  function _(y, p, g, i, d) {
49
49
  this.compressedSize = y, this.uncompressedSize = p, this.crc32 = g, this.compression = i, this.compressedContent = d;
50
50
  }
51
51
  _.prototype = { getContentWorker: function() {
52
- var y = new o(l.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new h("data_length")), p = this;
52
+ var y = new o(l.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new u("data_length")), p = this;
53
53
  return y.on("end", function() {
54
54
  if (this.streamInfo.data_length !== p.uncompressedSize) throw new Error("Bug : uncompressed data size mismatch");
55
55
  }), y;
56
56
  }, getCompressedWorker: function() {
57
57
  return new o(l.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize", this.compressedSize).withStreamInfo("uncompressedSize", this.uncompressedSize).withStreamInfo("crc32", this.crc32).withStreamInfo("compression", this.compression);
58
58
  } }, _.createWorkerFrom = function(y, p, g) {
59
- return y.pipe(new n()).pipe(new h("uncompressedSize")).pipe(p.compressWorker(g)).pipe(new h("compressedSize")).withStreamInfo("compression", p);
59
+ return y.pipe(new n()).pipe(new u("uncompressedSize")).pipe(p.compressWorker(g)).pipe(new u("compressedSize")).withStreamInfo("compression", p);
60
60
  }, U.exports = _;
61
61
  }, { "./external": 6, "./stream/Crc32Probe": 25, "./stream/DataLengthProbe": 26, "./stream/DataWorker": 27 }], 3: [function(b, U, w) {
62
62
  var l = b("./stream/GenericWorker");
@@ -67,25 +67,25 @@ function Rt() {
67
67
  } }, w.DEFLATE = b("./flate");
68
68
  }, { "./flate": 7, "./stream/GenericWorker": 28 }], 4: [function(b, U, w) {
69
69
  var l = b("./utils"), o = (function() {
70
- for (var n, h = [], _ = 0; _ < 256; _++) {
70
+ for (var n, u = [], _ = 0; _ < 256; _++) {
71
71
  n = _;
72
72
  for (var y = 0; y < 8; y++) n = 1 & n ? 3988292384 ^ n >>> 1 : n >>> 1;
73
- h[_] = n;
73
+ u[_] = n;
74
74
  }
75
- return h;
75
+ return u;
76
76
  })();
77
- U.exports = function(n, h) {
77
+ U.exports = function(n, u) {
78
78
  return n !== void 0 && n.length ? l.getTypeOf(n) !== "string" ? (function(_, y, p, g) {
79
79
  var i = o, d = g + p;
80
80
  _ ^= -1;
81
81
  for (var r = g; r < d; r++) _ = _ >>> 8 ^ i[255 & (_ ^ y[r])];
82
82
  return -1 ^ _;
83
- })(0 | h, n, n.length, 0) : (function(_, y, p, g) {
83
+ })(0 | u, n, n.length, 0) : (function(_, y, p, g) {
84
84
  var i = o, d = g + p;
85
85
  _ ^= -1;
86
86
  for (var r = g; r < d; r++) _ = _ >>> 8 ^ i[255 & (_ ^ y.charCodeAt(r))];
87
87
  return -1 ^ _;
88
- })(0 | h, n, n.length, 0) : 0;
88
+ })(0 | u, n, n.length, 0) : 0;
89
89
  };
90
90
  }, { "./utils": 32 }], 5: [function(b, U, w) {
91
91
  w.base64 = !1, w.binary = !1, w.dir = !1, w.createFolders = !0, w.date = null, w.compression = null, w.compressionOptions = null, w.comment = null, w.unixPermissions = null, w.dosPermissions = null;
@@ -93,16 +93,16 @@ function Rt() {
93
93
  var l = null;
94
94
  l = typeof Promise < "u" ? Promise : b("lie"), U.exports = { Promise: l };
95
95
  }, { lie: 37 }], 7: [function(b, U, w) {
96
- var l = typeof Uint8Array < "u" && typeof Uint16Array < "u" && typeof Uint32Array < "u", o = b("pako"), n = b("./utils"), h = b("./stream/GenericWorker"), _ = l ? "uint8array" : "array";
96
+ var l = typeof Uint8Array < "u" && typeof Uint16Array < "u" && typeof Uint32Array < "u", o = b("pako"), n = b("./utils"), u = b("./stream/GenericWorker"), _ = l ? "uint8array" : "array";
97
97
  function y(p, g) {
98
- h.call(this, "FlateWorker/" + p), this._pako = null, this._pakoAction = p, this._pakoOptions = g, this.meta = {};
98
+ u.call(this, "FlateWorker/" + p), this._pako = null, this._pakoAction = p, this._pakoOptions = g, this.meta = {};
99
99
  }
100
- w.magic = "\b\0", n.inherits(y, h), y.prototype.processChunk = function(p) {
100
+ w.magic = "\b\0", n.inherits(y, u), y.prototype.processChunk = function(p) {
101
101
  this.meta = p.meta, this._pako === null && this._createPako(), this._pako.push(n.transformTo(_, p.data), !1);
102
102
  }, y.prototype.flush = function() {
103
- h.prototype.flush.call(this), this._pako === null && this._createPako(), this._pako.push([], !0);
103
+ u.prototype.flush.call(this), this._pako === null && this._createPako(), this._pako.push([], !0);
104
104
  }, y.prototype.cleanUp = function() {
105
- h.prototype.cleanUp.call(this), this._pako = null;
105
+ u.prototype.cleanUp.call(this), this._pako = null;
106
106
  }, y.prototype._createPako = function() {
107
107
  this._pako = new o[this._pakoAction]({ raw: !0, level: this._pakoOptions.level || -1 });
108
108
  var p = this;
@@ -116,11 +116,11 @@ function Rt() {
116
116
  };
117
117
  }, { "./stream/GenericWorker": 28, "./utils": 32, pako: 38 }], 8: [function(b, U, w) {
118
118
  function l(i, d) {
119
- var r, u = "";
120
- for (r = 0; r < d; r++) u += String.fromCharCode(255 & i), i >>>= 8;
121
- return u;
119
+ var r, h = "";
120
+ for (r = 0; r < d; r++) h += String.fromCharCode(255 & i), i >>>= 8;
121
+ return h;
122
122
  }
123
- function o(i, d, r, u, a, c) {
123
+ function o(i, d, r, h, a, c) {
124
124
  var v, S, x = i.file, D = i.compression, O = c !== _.utf8encode, L = n.transformTo("string", c(x.name)), I = n.transformTo("string", _.utf8encode(x.name)), W = x.comment, q = n.transformTo("string", c(W)), m = n.transformTo("string", _.utf8encode(W)), B = I.length !== x.name.length, e = m.length !== W.length, T = "", J = "", P = "", $ = x.dir, j = x.date, V = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };
125
125
  d && !r || (V.crc32 = i.crc32, V.compressedSize = i.compressedSize, V.uncompressedSize = i.uncompressedSize);
126
126
  var E = 0;
@@ -134,15 +134,15 @@ function Rt() {
134
134
  })(x.dosPermissions)), v = j.getUTCHours(), v <<= 6, v |= j.getUTCMinutes(), v <<= 5, v |= j.getUTCSeconds() / 2, S = j.getUTCFullYear() - 1980, S <<= 4, S |= j.getUTCMonth() + 1, S <<= 5, S |= j.getUTCDate(), B && (J = l(1, 1) + l(y(L), 4) + I, T += "up" + l(J.length, 2) + J), e && (P = l(1, 1) + l(y(q), 4) + m, T += "uc" + l(P.length, 2) + P);
135
135
  var G = "";
136
136
  return G += `
137
- \0`, G += l(E, 2), G += D.magic, G += l(v, 2), G += l(S, 2), G += l(V.crc32, 4), G += l(V.compressedSize, 4), G += l(V.uncompressedSize, 4), G += l(L.length, 2), G += l(T.length, 2), { fileRecord: p.LOCAL_FILE_HEADER + G + L + T, dirRecord: p.CENTRAL_FILE_HEADER + l(X, 2) + G + l(q.length, 2) + "\0\0\0\0" + l(C, 4) + l(u, 4) + L + T + q };
137
+ \0`, G += l(E, 2), G += D.magic, G += l(v, 2), G += l(S, 2), G += l(V.crc32, 4), G += l(V.compressedSize, 4), G += l(V.uncompressedSize, 4), G += l(L.length, 2), G += l(T.length, 2), { fileRecord: p.LOCAL_FILE_HEADER + G + L + T, dirRecord: p.CENTRAL_FILE_HEADER + l(X, 2) + G + l(q.length, 2) + "\0\0\0\0" + l(C, 4) + l(h, 4) + L + T + q };
138
138
  }
139
- var n = b("../utils"), h = b("../stream/GenericWorker"), _ = b("../utf8"), y = b("../crc32"), p = b("../signature");
140
- function g(i, d, r, u) {
141
- h.call(this, "ZipFileWorker"), this.bytesWritten = 0, this.zipComment = d, this.zipPlatform = r, this.encodeFileName = u, this.streamFiles = i, this.accumulate = !1, this.contentBuffer = [], this.dirRecords = [], this.currentSourceOffset = 0, this.entriesCount = 0, this.currentFile = null, this._sources = [];
139
+ var n = b("../utils"), u = b("../stream/GenericWorker"), _ = b("../utf8"), y = b("../crc32"), p = b("../signature");
140
+ function g(i, d, r, h) {
141
+ u.call(this, "ZipFileWorker"), this.bytesWritten = 0, this.zipComment = d, this.zipPlatform = r, this.encodeFileName = h, this.streamFiles = i, this.accumulate = !1, this.contentBuffer = [], this.dirRecords = [], this.currentSourceOffset = 0, this.entriesCount = 0, this.currentFile = null, this._sources = [];
142
142
  }
143
- n.inherits(g, h), g.prototype.push = function(i) {
144
- var d = i.meta.percent || 0, r = this.entriesCount, u = this._sources.length;
145
- this.accumulate ? this.contentBuffer.push(i) : (this.bytesWritten += i.data.length, h.prototype.push.call(this, { data: i.data, meta: { currentFile: this.currentFile, percent: r ? (d + 100 * (r - u - 1)) / r : 100 } }));
143
+ n.inherits(g, u), g.prototype.push = function(i) {
144
+ var d = i.meta.percent || 0, r = this.entriesCount, h = this._sources.length;
145
+ this.accumulate ? this.contentBuffer.push(i) : (this.bytesWritten += i.data.length, u.prototype.push.call(this, { data: i.data, meta: { currentFile: this.currentFile, percent: r ? (d + 100 * (r - h - 1)) / r : 100 } }));
146
146
  }, g.prototype.openedSource = function(i) {
147
147
  this.currentSourceOffset = this.bytesWritten, this.currentFile = i.file.name;
148
148
  var d = this.streamFiles && !i.file.dir;
@@ -153,18 +153,18 @@ function Rt() {
153
153
  }, g.prototype.closedSource = function(i) {
154
154
  this.accumulate = !1;
155
155
  var d = this.streamFiles && !i.file.dir, r = o(i, d, !0, this.currentSourceOffset, this.zipPlatform, this.encodeFileName);
156
- if (this.dirRecords.push(r.dirRecord), d) this.push({ data: (function(u) {
157
- return p.DATA_DESCRIPTOR + l(u.crc32, 4) + l(u.compressedSize, 4) + l(u.uncompressedSize, 4);
156
+ if (this.dirRecords.push(r.dirRecord), d) this.push({ data: (function(h) {
157
+ return p.DATA_DESCRIPTOR + l(h.crc32, 4) + l(h.compressedSize, 4) + l(h.uncompressedSize, 4);
158
158
  })(i), meta: { percent: 100 } });
159
159
  else for (this.push({ data: r.fileRecord, meta: { percent: 0 } }); this.contentBuffer.length; ) this.push(this.contentBuffer.shift());
160
160
  this.currentFile = null;
161
161
  }, g.prototype.flush = function() {
162
162
  for (var i = this.bytesWritten, d = 0; d < this.dirRecords.length; d++) this.push({ data: this.dirRecords[d], meta: { percent: 100 } });
163
- var r = this.bytesWritten - i, u = (function(a, c, v, S, x) {
163
+ var r = this.bytesWritten - i, h = (function(a, c, v, S, x) {
164
164
  var D = n.transformTo("string", x(S));
165
165
  return p.CENTRAL_DIRECTORY_END + "\0\0\0\0" + l(a, 2) + l(a, 2) + l(c, 4) + l(v, 4) + l(D.length, 2) + D;
166
166
  })(this.dirRecords.length, r, i, this.zipComment, this.encodeFileName);
167
- this.push({ data: u, meta: { percent: 100 } });
167
+ this.push({ data: h, meta: { percent: 100 } });
168
168
  }, g.prototype.prepareNextSource = function() {
169
169
  this.previous = this._sources.shift(), this.openedSource(this.previous.streamInfo), this.isPaused ? this.previous.pause() : this.previous.resume();
170
170
  }, g.prototype.registerPrevious = function(i) {
@@ -178,23 +178,23 @@ function Rt() {
178
178
  d.error(r);
179
179
  }), this;
180
180
  }, g.prototype.resume = function() {
181
- return !!h.prototype.resume.call(this) && (!this.previous && this._sources.length ? (this.prepareNextSource(), !0) : this.previous || this._sources.length || this.generatedError ? void 0 : (this.end(), !0));
181
+ return !!u.prototype.resume.call(this) && (!this.previous && this._sources.length ? (this.prepareNextSource(), !0) : this.previous || this._sources.length || this.generatedError ? void 0 : (this.end(), !0));
182
182
  }, g.prototype.error = function(i) {
183
183
  var d = this._sources;
184
- if (!h.prototype.error.call(this, i)) return !1;
184
+ if (!u.prototype.error.call(this, i)) return !1;
185
185
  for (var r = 0; r < d.length; r++) try {
186
186
  d[r].error(i);
187
187
  } catch {
188
188
  }
189
189
  return !0;
190
190
  }, g.prototype.lock = function() {
191
- h.prototype.lock.call(this);
191
+ u.prototype.lock.call(this);
192
192
  for (var i = this._sources, d = 0; d < i.length; d++) i[d].lock();
193
193
  }, U.exports = g;
194
194
  }, { "../crc32": 4, "../signature": 23, "../stream/GenericWorker": 28, "../utf8": 31, "../utils": 32 }], 9: [function(b, U, w) {
195
195
  var l = b("../compressions"), o = b("./ZipFileWorker");
196
- w.generateWorker = function(n, h, _) {
197
- var y = new o(h.streamFiles, _, h.platform, h.encodeFileName), p = 0;
196
+ w.generateWorker = function(n, u, _) {
197
+ var y = new o(u.streamFiles, _, u.platform, u.encodeFileName), p = 0;
198
198
  try {
199
199
  n.forEach(function(g, i) {
200
200
  p++;
@@ -202,8 +202,8 @@ function Rt() {
202
202
  var S = c || v, x = l[S];
203
203
  if (!x) throw new Error(S + " is not a valid compression method !");
204
204
  return x;
205
- })(i.options.compression, h.compression), r = i.options.compressionOptions || h.compressionOptions || {}, u = i.dir, a = i.date;
206
- i._compressWorker(d, r).withStreamInfo("file", { name: g, dir: u, date: a, comment: i.comment || "", unixPermissions: i.unixPermissions, dosPermissions: i.dosPermissions }).pipe(y);
205
+ })(i.options.compression, u.compression), r = i.options.compressionOptions || u.compressionOptions || {}, h = i.dir, a = i.date;
206
+ i._compressWorker(d, r).withStreamInfo("file", { name: g, dir: h, date: a, comment: i.comment || "", unixPermissions: i.unixPermissions, dosPermissions: i.dosPermissions }).pipe(y);
207
207
  }), y.entriesCount = p;
208
208
  } catch (g) {
209
209
  y.error(g);
@@ -224,12 +224,12 @@ function Rt() {
224
224
  return new l().loadAsync(o, n);
225
225
  }, l.external = b("./external"), U.exports = l;
226
226
  }, { "./defaults": 5, "./external": 6, "./load": 11, "./object": 15, "./support": 30 }], 11: [function(b, U, w) {
227
- var l = b("./utils"), o = b("./external"), n = b("./utf8"), h = b("./zipEntries"), _ = b("./stream/Crc32Probe"), y = b("./nodejsUtils");
227
+ var l = b("./utils"), o = b("./external"), n = b("./utf8"), u = b("./zipEntries"), _ = b("./stream/Crc32Probe"), y = b("./nodejsUtils");
228
228
  function p(g) {
229
229
  return new o.Promise(function(i, d) {
230
230
  var r = g.decompressed.getContentWorker().pipe(new _());
231
- r.on("error", function(u) {
232
- d(u);
231
+ r.on("error", function(h) {
232
+ d(h);
233
233
  }).on("end", function() {
234
234
  r.streamInfo.crc32 !== g.decompressed.crc32 ? d(new Error("Corrupted zip : CRC32 mismatch")) : i();
235
235
  }).resume();
@@ -238,28 +238,28 @@ function Rt() {
238
238
  U.exports = function(g, i) {
239
239
  var d = this;
240
240
  return i = l.extend(i || {}, { base64: !1, checkCRC32: !1, optimizedBinaryString: !1, createFolders: !1, decodeFileName: n.utf8decode }), y.isNode && y.isStream(g) ? o.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")) : l.prepareContent("the loaded zip file", g, !0, i.optimizedBinaryString, i.base64).then(function(r) {
241
- var u = new h(i);
242
- return u.load(r), u;
241
+ var h = new u(i);
242
+ return h.load(r), h;
243
243
  }).then(function(r) {
244
- var u = [o.Promise.resolve(r)], a = r.files;
245
- if (i.checkCRC32) for (var c = 0; c < a.length; c++) u.push(p(a[c]));
246
- return o.Promise.all(u);
244
+ var h = [o.Promise.resolve(r)], a = r.files;
245
+ if (i.checkCRC32) for (var c = 0; c < a.length; c++) h.push(p(a[c]));
246
+ return o.Promise.all(h);
247
247
  }).then(function(r) {
248
- for (var u = r.shift(), a = u.files, c = 0; c < a.length; c++) {
248
+ for (var h = r.shift(), a = h.files, c = 0; c < a.length; c++) {
249
249
  var v = a[c], S = v.fileNameStr, x = l.resolve(v.fileNameStr);
250
250
  d.file(x, v.decompressed, { binary: !0, optimizedBinaryString: !0, date: v.date, dir: v.dir, comment: v.fileCommentStr.length ? v.fileCommentStr : null, unixPermissions: v.unixPermissions, dosPermissions: v.dosPermissions, createFolders: i.createFolders }), v.dir || (d.file(x).unsafeOriginalName = S);
251
251
  }
252
- return u.zipComment.length && (d.comment = u.zipComment), d;
252
+ return h.zipComment.length && (d.comment = h.zipComment), d;
253
253
  });
254
254
  };
255
255
  }, { "./external": 6, "./nodejsUtils": 14, "./stream/Crc32Probe": 25, "./utf8": 31, "./utils": 32, "./zipEntries": 33 }], 12: [function(b, U, w) {
256
256
  var l = b("../utils"), o = b("../stream/GenericWorker");
257
- function n(h, _) {
258
- o.call(this, "Nodejs stream input adapter for " + h), this._upstreamEnded = !1, this._bindStream(_);
257
+ function n(u, _) {
258
+ o.call(this, "Nodejs stream input adapter for " + u), this._upstreamEnded = !1, this._bindStream(_);
259
259
  }
260
- l.inherits(n, o), n.prototype._bindStream = function(h) {
260
+ l.inherits(n, o), n.prototype._bindStream = function(u) {
261
261
  var _ = this;
262
- (this._stream = h).pause(), h.on("data", function(y) {
262
+ (this._stream = u).pause(), u.on("data", function(y) {
263
263
  _.push({ data: y, meta: { percent: 0 } });
264
264
  }).on("error", function(y) {
265
265
  _.isPaused ? this.generatedError = y : _.error(y);
@@ -273,8 +273,8 @@ function Rt() {
273
273
  }, U.exports = n;
274
274
  }, { "../stream/GenericWorker": 28, "../utils": 32 }], 13: [function(b, U, w) {
275
275
  var l = b("readable-stream").Readable;
276
- function o(n, h, _) {
277
- l.call(this, h), this._helper = n;
276
+ function o(n, u, _) {
277
+ l.call(this, u), this._helper = n;
278
278
  var y = this;
279
279
  n.on("data", function(p, g) {
280
280
  y.push(p) || y._helper.pause(), _ && _(g);
@@ -304,15 +304,15 @@ function Rt() {
304
304
  }, {}], 15: [function(b, U, w) {
305
305
  function l(x, D, O) {
306
306
  var L, I = n.getTypeOf(D), W = n.extend(O || {}, y);
307
- W.date = W.date || /* @__PURE__ */ new Date(), W.compression !== null && (W.compression = W.compression.toUpperCase()), typeof W.unixPermissions == "string" && (W.unixPermissions = parseInt(W.unixPermissions, 8)), W.unixPermissions && 16384 & W.unixPermissions && (W.dir = !0), W.dosPermissions && 16 & W.dosPermissions && (W.dir = !0), W.dir && (x = a(x)), W.createFolders && (L = u(x)) && c.call(this, L, !0);
307
+ W.date = W.date || /* @__PURE__ */ new Date(), W.compression !== null && (W.compression = W.compression.toUpperCase()), typeof W.unixPermissions == "string" && (W.unixPermissions = parseInt(W.unixPermissions, 8)), W.unixPermissions && 16384 & W.unixPermissions && (W.dir = !0), W.dosPermissions && 16 & W.dosPermissions && (W.dir = !0), W.dir && (x = a(x)), W.createFolders && (L = h(x)) && c.call(this, L, !0);
308
308
  var q = I === "string" && W.binary === !1 && W.base64 === !1;
309
309
  O && O.binary !== void 0 || (W.binary = !q), (D instanceof p && D.uncompressedSize === 0 || W.dir || !D || D.length === 0) && (W.base64 = !1, W.binary = !0, D = "", W.compression = "STORE", I = "string");
310
310
  var m = null;
311
- m = D instanceof p || D instanceof h ? D : d.isNode && d.isStream(D) ? new r(x, D) : n.prepareContent(x, D, W.binary, W.optimizedBinaryString, W.base64);
311
+ m = D instanceof p || D instanceof u ? D : d.isNode && d.isStream(D) ? new r(x, D) : n.prepareContent(x, D, W.binary, W.optimizedBinaryString, W.base64);
312
312
  var B = new g(x, m, W);
313
313
  this.files[x] = B;
314
314
  }
315
- var o = b("./utf8"), n = b("./utils"), h = b("./stream/GenericWorker"), _ = b("./stream/StreamHelper"), y = b("./defaults"), p = b("./compressedObject"), g = b("./zipObject"), i = b("./generate"), d = b("./nodejsUtils"), r = b("./nodejs/NodejsStreamInputAdapter"), u = function(x) {
315
+ var o = b("./utf8"), n = b("./utils"), u = b("./stream/GenericWorker"), _ = b("./stream/StreamHelper"), y = b("./defaults"), p = b("./compressedObject"), g = b("./zipObject"), i = b("./generate"), d = b("./nodejsUtils"), r = b("./nodejs/NodejsStreamInputAdapter"), h = function(x) {
316
316
  x.slice(-1) === "/" && (x = x.substring(0, x.length - 1));
317
317
  var D = x.lastIndexOf("/");
318
318
  return 0 < D ? x.substring(0, D) : "";
@@ -369,7 +369,7 @@ function Rt() {
369
369
  var L = O.comment || this.comment || "";
370
370
  D = i.generateWorker(this, O, L);
371
371
  } catch (I) {
372
- (D = new h("error")).error(I);
372
+ (D = new u("error")).error(I);
373
373
  }
374
374
  return new _(D, O.type || "string", O.mimeType);
375
375
  }, generateAsync: function(x, D) {
@@ -384,20 +384,20 @@ function Rt() {
384
384
  var l = b("./DataReader");
385
385
  function o(n) {
386
386
  l.call(this, n);
387
- for (var h = 0; h < this.data.length; h++) n[h] = 255 & n[h];
387
+ for (var u = 0; u < this.data.length; u++) n[u] = 255 & n[u];
388
388
  }
389
389
  b("../utils").inherits(o, l), o.prototype.byteAt = function(n) {
390
390
  return this.data[this.zero + n];
391
391
  }, o.prototype.lastIndexOfSignature = function(n) {
392
- for (var h = n.charCodeAt(0), _ = n.charCodeAt(1), y = n.charCodeAt(2), p = n.charCodeAt(3), g = this.length - 4; 0 <= g; --g) if (this.data[g] === h && this.data[g + 1] === _ && this.data[g + 2] === y && this.data[g + 3] === p) return g - this.zero;
392
+ for (var u = n.charCodeAt(0), _ = n.charCodeAt(1), y = n.charCodeAt(2), p = n.charCodeAt(3), g = this.length - 4; 0 <= g; --g) if (this.data[g] === u && this.data[g + 1] === _ && this.data[g + 2] === y && this.data[g + 3] === p) return g - this.zero;
393
393
  return -1;
394
394
  }, o.prototype.readAndCheckSignature = function(n) {
395
- var h = n.charCodeAt(0), _ = n.charCodeAt(1), y = n.charCodeAt(2), p = n.charCodeAt(3), g = this.readData(4);
396
- return h === g[0] && _ === g[1] && y === g[2] && p === g[3];
395
+ var u = n.charCodeAt(0), _ = n.charCodeAt(1), y = n.charCodeAt(2), p = n.charCodeAt(3), g = this.readData(4);
396
+ return u === g[0] && _ === g[1] && y === g[2] && p === g[3];
397
397
  }, o.prototype.readData = function(n) {
398
398
  if (this.checkOffset(n), n === 0) return [];
399
- var h = this.data.slice(this.zero + this.index, this.zero + this.index + n);
400
- return this.index += n, h;
399
+ var u = this.data.slice(this.zero + this.index, this.zero + this.index + n);
400
+ return this.index += n, u;
401
401
  }, U.exports = o;
402
402
  }, { "../utils": 32, "./DataReader": 18 }], 18: [function(b, U, w) {
403
403
  var l = b("../utils");
@@ -414,8 +414,8 @@ function Rt() {
414
414
  this.setIndex(this.index + n);
415
415
  }, byteAt: function() {
416
416
  }, readInt: function(n) {
417
- var h, _ = 0;
418
- for (this.checkOffset(n), h = this.index + n - 1; h >= this.index; h--) _ = (_ << 8) + this.byteAt(h);
417
+ var u, _ = 0;
418
+ for (this.checkOffset(n), u = this.index + n - 1; u >= this.index; u--) _ = (_ << 8) + this.byteAt(u);
419
419
  return this.index += n, _;
420
420
  }, readString: function(n) {
421
421
  return l.transformTo("string", this.readData(n));
@@ -433,8 +433,8 @@ function Rt() {
433
433
  }
434
434
  b("../utils").inherits(o, l), o.prototype.readData = function(n) {
435
435
  this.checkOffset(n);
436
- var h = this.data.slice(this.zero + this.index, this.zero + this.index + n);
437
- return this.index += n, h;
436
+ var u = this.data.slice(this.zero + this.index, this.zero + this.index + n);
437
+ return this.index += n, u;
438
438
  }, U.exports = o;
439
439
  }, { "../utils": 32, "./Uint8ArrayReader": 21 }], 20: [function(b, U, w) {
440
440
  var l = b("./DataReader");
@@ -449,8 +449,8 @@ function Rt() {
449
449
  return n === this.readData(4);
450
450
  }, o.prototype.readData = function(n) {
451
451
  this.checkOffset(n);
452
- var h = this.data.slice(this.zero + this.index, this.zero + this.index + n);
453
- return this.index += n, h;
452
+ var u = this.data.slice(this.zero + this.index, this.zero + this.index + n);
453
+ return this.index += n, u;
454
454
  }, U.exports = o;
455
455
  }, { "../utils": 32, "./DataReader": 18 }], 21: [function(b, U, w) {
456
456
  var l = b("./ArrayReader");
@@ -459,51 +459,51 @@ function Rt() {
459
459
  }
460
460
  b("../utils").inherits(o, l), o.prototype.readData = function(n) {
461
461
  if (this.checkOffset(n), n === 0) return new Uint8Array(0);
462
- var h = this.data.subarray(this.zero + this.index, this.zero + this.index + n);
463
- return this.index += n, h;
462
+ var u = this.data.subarray(this.zero + this.index, this.zero + this.index + n);
463
+ return this.index += n, u;
464
464
  }, U.exports = o;
465
465
  }, { "../utils": 32, "./ArrayReader": 17 }], 22: [function(b, U, w) {
466
- var l = b("../utils"), o = b("../support"), n = b("./ArrayReader"), h = b("./StringReader"), _ = b("./NodeBufferReader"), y = b("./Uint8ArrayReader");
466
+ var l = b("../utils"), o = b("../support"), n = b("./ArrayReader"), u = b("./StringReader"), _ = b("./NodeBufferReader"), y = b("./Uint8ArrayReader");
467
467
  U.exports = function(p) {
468
468
  var g = l.getTypeOf(p);
469
- return l.checkSupport(g), g !== "string" || o.uint8array ? g === "nodebuffer" ? new _(p) : o.uint8array ? new y(l.transformTo("uint8array", p)) : new n(l.transformTo("array", p)) : new h(p);
469
+ return l.checkSupport(g), g !== "string" || o.uint8array ? g === "nodebuffer" ? new _(p) : o.uint8array ? new y(l.transformTo("uint8array", p)) : new n(l.transformTo("array", p)) : new u(p);
470
470
  };
471
471
  }, { "../support": 30, "../utils": 32, "./ArrayReader": 17, "./NodeBufferReader": 19, "./StringReader": 20, "./Uint8ArrayReader": 21 }], 23: [function(b, U, w) {
472
472
  w.LOCAL_FILE_HEADER = "PK", w.CENTRAL_FILE_HEADER = "PK", w.CENTRAL_DIRECTORY_END = "PK", w.ZIP64_CENTRAL_DIRECTORY_LOCATOR = "PK\x07", w.ZIP64_CENTRAL_DIRECTORY_END = "PK", w.DATA_DESCRIPTOR = "PK\x07\b";
473
473
  }, {}], 24: [function(b, U, w) {
474
474
  var l = b("./GenericWorker"), o = b("../utils");
475
- function n(h) {
476
- l.call(this, "ConvertWorker to " + h), this.destType = h;
475
+ function n(u) {
476
+ l.call(this, "ConvertWorker to " + u), this.destType = u;
477
477
  }
478
- o.inherits(n, l), n.prototype.processChunk = function(h) {
479
- this.push({ data: o.transformTo(this.destType, h.data), meta: h.meta });
478
+ o.inherits(n, l), n.prototype.processChunk = function(u) {
479
+ this.push({ data: o.transformTo(this.destType, u.data), meta: u.meta });
480
480
  }, U.exports = n;
481
481
  }, { "../utils": 32, "./GenericWorker": 28 }], 25: [function(b, U, w) {
482
482
  var l = b("./GenericWorker"), o = b("../crc32");
483
483
  function n() {
484
484
  l.call(this, "Crc32Probe"), this.withStreamInfo("crc32", 0);
485
485
  }
486
- b("../utils").inherits(n, l), n.prototype.processChunk = function(h) {
487
- this.streamInfo.crc32 = o(h.data, this.streamInfo.crc32 || 0), this.push(h);
486
+ b("../utils").inherits(n, l), n.prototype.processChunk = function(u) {
487
+ this.streamInfo.crc32 = o(u.data, this.streamInfo.crc32 || 0), this.push(u);
488
488
  }, U.exports = n;
489
489
  }, { "../crc32": 4, "../utils": 32, "./GenericWorker": 28 }], 26: [function(b, U, w) {
490
490
  var l = b("../utils"), o = b("./GenericWorker");
491
- function n(h) {
492
- o.call(this, "DataLengthProbe for " + h), this.propName = h, this.withStreamInfo(h, 0);
491
+ function n(u) {
492
+ o.call(this, "DataLengthProbe for " + u), this.propName = u, this.withStreamInfo(u, 0);
493
493
  }
494
- l.inherits(n, o), n.prototype.processChunk = function(h) {
495
- if (h) {
494
+ l.inherits(n, o), n.prototype.processChunk = function(u) {
495
+ if (u) {
496
496
  var _ = this.streamInfo[this.propName] || 0;
497
- this.streamInfo[this.propName] = _ + h.data.length;
497
+ this.streamInfo[this.propName] = _ + u.data.length;
498
498
  }
499
- o.prototype.processChunk.call(this, h);
499
+ o.prototype.processChunk.call(this, u);
500
500
  }, U.exports = n;
501
501
  }, { "../utils": 32, "./GenericWorker": 28 }], 27: [function(b, U, w) {
502
502
  var l = b("../utils"), o = b("./GenericWorker");
503
- function n(h) {
503
+ function n(u) {
504
504
  o.call(this, "DataWorker");
505
505
  var _ = this;
506
- this.dataIsReady = !1, this.index = 0, this.max = 0, this.data = null, this.type = "", this._tickScheduled = !1, h.then(function(y) {
506
+ this.dataIsReady = !1, this.index = 0, this.max = 0, this.data = null, this.type = "", this._tickScheduled = !1, u.then(function(y) {
507
507
  _.dataIsReady = !0, _.data = y, _.max = y && y.length || 0, _.type = l.getTypeOf(y), _.isPaused || _._tickAndRepeat();
508
508
  }, function(y) {
509
509
  _.error(y);
@@ -517,20 +517,20 @@ function Rt() {
517
517
  this._tickScheduled = !1, this.isPaused || this.isFinished || (this._tick(), this.isFinished || (l.delay(this._tickAndRepeat, [], this), this._tickScheduled = !0));
518
518
  }, n.prototype._tick = function() {
519
519
  if (this.isPaused || this.isFinished) return !1;
520
- var h = null, _ = Math.min(this.max, this.index + 16384);
520
+ var u = null, _ = Math.min(this.max, this.index + 16384);
521
521
  if (this.index >= this.max) return this.end();
522
522
  switch (this.type) {
523
523
  case "string":
524
- h = this.data.substring(this.index, _);
524
+ u = this.data.substring(this.index, _);
525
525
  break;
526
526
  case "uint8array":
527
- h = this.data.subarray(this.index, _);
527
+ u = this.data.subarray(this.index, _);
528
528
  break;
529
529
  case "array":
530
530
  case "nodebuffer":
531
- h = this.data.slice(this.index, _);
531
+ u = this.data.slice(this.index, _);
532
532
  }
533
- return this.index = _, this.push({ data: h, meta: { percent: this.max ? this.index / this.max * 100 : 0 } });
533
+ return this.index = _, this.push({ data: u, meta: { percent: this.max ? this.index / this.max * 100 : 0 } });
534
534
  }, U.exports = n;
535
535
  }, { "../utils": 32, "./GenericWorker": 28 }], 28: [function(b, U, w) {
536
536
  function l(o) {
@@ -554,19 +554,19 @@ function Rt() {
554
554
  }, cleanUp: function() {
555
555
  this.streamInfo = this.generatedError = this.extraStreamInfo = null, this._listeners = [];
556
556
  }, emit: function(o, n) {
557
- if (this._listeners[o]) for (var h = 0; h < this._listeners[o].length; h++) this._listeners[o][h].call(this, n);
557
+ if (this._listeners[o]) for (var u = 0; u < this._listeners[o].length; u++) this._listeners[o][u].call(this, n);
558
558
  }, pipe: function(o) {
559
559
  return o.registerPrevious(this);
560
560
  }, registerPrevious: function(o) {
561
561
  if (this.isLocked) throw new Error("The stream '" + this + "' has already been used.");
562
562
  this.streamInfo = o.streamInfo, this.mergeStreamInfo(), this.previous = o;
563
563
  var n = this;
564
- return o.on("data", function(h) {
565
- n.processChunk(h);
564
+ return o.on("data", function(u) {
565
+ n.processChunk(u);
566
566
  }), o.on("end", function() {
567
567
  n.end();
568
- }), o.on("error", function(h) {
569
- n.error(h);
568
+ }), o.on("error", function(u) {
569
+ n.error(u);
570
570
  }), this;
571
571
  }, pause: function() {
572
572
  return !this.isPaused && !this.isFinished && (this.isPaused = !0, this.previous && this.previous.pause(), !0);
@@ -589,13 +589,13 @@ function Rt() {
589
589
  return this.previous ? this.previous + " -> " + o : o;
590
590
  } }, U.exports = l;
591
591
  }, {}], 29: [function(b, U, w) {
592
- var l = b("../utils"), o = b("./ConvertWorker"), n = b("./GenericWorker"), h = b("../base64"), _ = b("../support"), y = b("../external"), p = null;
592
+ var l = b("../utils"), o = b("./ConvertWorker"), n = b("./GenericWorker"), u = b("../base64"), _ = b("../support"), y = b("../external"), p = null;
593
593
  if (_.nodestream) try {
594
594
  p = b("../nodejs/NodejsStreamOutputAdapter");
595
595
  } catch {
596
596
  }
597
597
  function g(d, r) {
598
- return new y.Promise(function(u, a) {
598
+ return new y.Promise(function(h, a) {
599
599
  var c = [], v = d._internalType, S = d._outputType, x = d._mimeType;
600
600
  d.on("data", function(D, O) {
601
601
  c.push(D), r && r(O);
@@ -608,7 +608,7 @@ function Rt() {
608
608
  case "blob":
609
609
  return l.newBlob(l.transformTo("arraybuffer", L), I);
610
610
  case "base64":
611
- return h.encode(L);
611
+ return u.encode(L);
612
612
  default:
613
613
  return l.transformTo(O, L);
614
614
  }
@@ -629,7 +629,7 @@ function Rt() {
629
629
  throw new Error("concat : unsupported type '" + O + "'");
630
630
  }
631
631
  })(v, c), x);
632
- u(D);
632
+ h(D);
633
633
  } catch (O) {
634
634
  a(O);
635
635
  }
@@ -637,7 +637,7 @@ function Rt() {
637
637
  }).resume();
638
638
  });
639
639
  }
640
- function i(d, r, u) {
640
+ function i(d, r, h) {
641
641
  var a = r;
642
642
  switch (r) {
643
643
  case "blob":
@@ -648,7 +648,7 @@ function Rt() {
648
648
  a = "string";
649
649
  }
650
650
  try {
651
- this._internalType = a, this._outputType = r, this._mimeType = u, l.checkSupport(a), this._worker = d.pipe(new o(a)), d.lock();
651
+ this._internalType = a, this._outputType = r, this._mimeType = h, l.checkSupport(a), this._worker = d.pipe(new o(a)), d.lock();
652
652
  } catch (c) {
653
653
  this._worker = new n("error"), this._worker.error(c);
654
654
  }
@@ -656,11 +656,11 @@ function Rt() {
656
656
  i.prototype = { accumulate: function(d) {
657
657
  return g(this, d);
658
658
  }, on: function(d, r) {
659
- var u = this;
659
+ var h = this;
660
660
  return d === "data" ? this._worker.on(d, function(a) {
661
- r.call(u, a.data, a.meta);
661
+ r.call(h, a.data, a.meta);
662
662
  }) : this._worker.on(d, function() {
663
- l.delay(r, arguments, u);
663
+ l.delay(r, arguments, h);
664
664
  }), this;
665
665
  }, resume: function() {
666
666
  return l.delay(this._worker.resume, [], this._worker), this;
@@ -691,33 +691,33 @@ function Rt() {
691
691
  w.nodestream = !1;
692
692
  }
693
693
  }, { "readable-stream": 16 }], 31: [function(b, U, w) {
694
- for (var l = b("./utils"), o = b("./support"), n = b("./nodejsUtils"), h = b("./stream/GenericWorker"), _ = new Array(256), y = 0; y < 256; y++) _[y] = 252 <= y ? 6 : 248 <= y ? 5 : 240 <= y ? 4 : 224 <= y ? 3 : 192 <= y ? 2 : 1;
694
+ for (var l = b("./utils"), o = b("./support"), n = b("./nodejsUtils"), u = b("./stream/GenericWorker"), _ = new Array(256), y = 0; y < 256; y++) _[y] = 252 <= y ? 6 : 248 <= y ? 5 : 240 <= y ? 4 : 224 <= y ? 3 : 192 <= y ? 2 : 1;
695
695
  _[254] = _[254] = 1;
696
696
  function p() {
697
- h.call(this, "utf-8 decode"), this.leftOver = null;
697
+ u.call(this, "utf-8 decode"), this.leftOver = null;
698
698
  }
699
699
  function g() {
700
- h.call(this, "utf-8 encode");
700
+ u.call(this, "utf-8 encode");
701
701
  }
702
702
  w.utf8encode = function(i) {
703
703
  return o.nodebuffer ? n.newBufferFrom(i, "utf-8") : (function(d) {
704
- var r, u, a, c, v, S = d.length, x = 0;
705
- for (c = 0; c < S; c++) (64512 & (u = d.charCodeAt(c))) == 55296 && c + 1 < S && (64512 & (a = d.charCodeAt(c + 1))) == 56320 && (u = 65536 + (u - 55296 << 10) + (a - 56320), c++), x += u < 128 ? 1 : u < 2048 ? 2 : u < 65536 ? 3 : 4;
706
- for (r = o.uint8array ? new Uint8Array(x) : new Array(x), c = v = 0; v < x; c++) (64512 & (u = d.charCodeAt(c))) == 55296 && c + 1 < S && (64512 & (a = d.charCodeAt(c + 1))) == 56320 && (u = 65536 + (u - 55296 << 10) + (a - 56320), c++), u < 128 ? r[v++] = u : (u < 2048 ? r[v++] = 192 | u >>> 6 : (u < 65536 ? r[v++] = 224 | u >>> 12 : (r[v++] = 240 | u >>> 18, r[v++] = 128 | u >>> 12 & 63), r[v++] = 128 | u >>> 6 & 63), r[v++] = 128 | 63 & u);
704
+ var r, h, a, c, v, S = d.length, x = 0;
705
+ for (c = 0; c < S; c++) (64512 & (h = d.charCodeAt(c))) == 55296 && c + 1 < S && (64512 & (a = d.charCodeAt(c + 1))) == 56320 && (h = 65536 + (h - 55296 << 10) + (a - 56320), c++), x += h < 128 ? 1 : h < 2048 ? 2 : h < 65536 ? 3 : 4;
706
+ for (r = o.uint8array ? new Uint8Array(x) : new Array(x), c = v = 0; v < x; c++) (64512 & (h = d.charCodeAt(c))) == 55296 && c + 1 < S && (64512 & (a = d.charCodeAt(c + 1))) == 56320 && (h = 65536 + (h - 55296 << 10) + (a - 56320), c++), h < 128 ? r[v++] = h : (h < 2048 ? r[v++] = 192 | h >>> 6 : (h < 65536 ? r[v++] = 224 | h >>> 12 : (r[v++] = 240 | h >>> 18, r[v++] = 128 | h >>> 12 & 63), r[v++] = 128 | h >>> 6 & 63), r[v++] = 128 | 63 & h);
707
707
  return r;
708
708
  })(i);
709
709
  }, w.utf8decode = function(i) {
710
710
  return o.nodebuffer ? l.transformTo("nodebuffer", i).toString("utf-8") : (function(d) {
711
- var r, u, a, c, v = d.length, S = new Array(2 * v);
712
- for (r = u = 0; r < v; ) if ((a = d[r++]) < 128) S[u++] = a;
713
- else if (4 < (c = _[a])) S[u++] = 65533, r += c - 1;
711
+ var r, h, a, c, v = d.length, S = new Array(2 * v);
712
+ for (r = h = 0; r < v; ) if ((a = d[r++]) < 128) S[h++] = a;
713
+ else if (4 < (c = _[a])) S[h++] = 65533, r += c - 1;
714
714
  else {
715
715
  for (a &= c === 2 ? 31 : c === 3 ? 15 : 7; 1 < c && r < v; ) a = a << 6 | 63 & d[r++], c--;
716
- 1 < c ? S[u++] = 65533 : a < 65536 ? S[u++] = a : (a -= 65536, S[u++] = 55296 | a >> 10 & 1023, S[u++] = 56320 | 1023 & a);
716
+ 1 < c ? S[h++] = 65533 : a < 65536 ? S[h++] = a : (a -= 65536, S[h++] = 55296 | a >> 10 & 1023, S[h++] = 56320 | 1023 & a);
717
717
  }
718
- return S.length !== u && (S.subarray ? S = S.subarray(0, u) : S.length = u), l.applyFromCharCode(S);
718
+ return S.length !== h && (S.subarray ? S = S.subarray(0, h) : S.length = h), l.applyFromCharCode(S);
719
719
  })(i = l.transformTo(o.uint8array ? "uint8array" : "array", i));
720
- }, l.inherits(p, h), p.prototype.processChunk = function(i) {
720
+ }, l.inherits(p, u), p.prototype.processChunk = function(i) {
721
721
  var d = l.transformTo(o.uint8array ? "uint8array" : "array", i.data);
722
722
  if (this.leftOver && this.leftOver.length) {
723
723
  if (o.uint8array) {
@@ -726,47 +726,47 @@ function Rt() {
726
726
  } else d = this.leftOver.concat(d);
727
727
  this.leftOver = null;
728
728
  }
729
- var u = (function(c, v) {
729
+ var h = (function(c, v) {
730
730
  var S;
731
731
  for ((v = v || c.length) > c.length && (v = c.length), S = v - 1; 0 <= S && (192 & c[S]) == 128; ) S--;
732
732
  return S < 0 || S === 0 ? v : S + _[c[S]] > v ? S : v;
733
733
  })(d), a = d;
734
- u !== d.length && (o.uint8array ? (a = d.subarray(0, u), this.leftOver = d.subarray(u, d.length)) : (a = d.slice(0, u), this.leftOver = d.slice(u, d.length))), this.push({ data: w.utf8decode(a), meta: i.meta });
734
+ h !== d.length && (o.uint8array ? (a = d.subarray(0, h), this.leftOver = d.subarray(h, d.length)) : (a = d.slice(0, h), this.leftOver = d.slice(h, d.length))), this.push({ data: w.utf8decode(a), meta: i.meta });
735
735
  }, p.prototype.flush = function() {
736
736
  this.leftOver && this.leftOver.length && (this.push({ data: w.utf8decode(this.leftOver), meta: {} }), this.leftOver = null);
737
- }, w.Utf8DecodeWorker = p, l.inherits(g, h), g.prototype.processChunk = function(i) {
737
+ }, w.Utf8DecodeWorker = p, l.inherits(g, u), g.prototype.processChunk = function(i) {
738
738
  this.push({ data: w.utf8encode(i.data), meta: i.meta });
739
739
  }, w.Utf8EncodeWorker = g;
740
740
  }, { "./nodejsUtils": 14, "./stream/GenericWorker": 28, "./support": 30, "./utils": 32 }], 32: [function(b, U, w) {
741
- var l = b("./support"), o = b("./base64"), n = b("./nodejsUtils"), h = b("./external");
741
+ var l = b("./support"), o = b("./base64"), n = b("./nodejsUtils"), u = b("./external");
742
742
  function _(r) {
743
743
  return r;
744
744
  }
745
- function y(r, u) {
746
- for (var a = 0; a < r.length; ++a) u[a] = 255 & r.charCodeAt(a);
747
- return u;
745
+ function y(r, h) {
746
+ for (var a = 0; a < r.length; ++a) h[a] = 255 & r.charCodeAt(a);
747
+ return h;
748
748
  }
749
- b("setimmediate"), w.newBlob = function(r, u) {
749
+ b("setimmediate"), w.newBlob = function(r, h) {
750
750
  w.checkSupport("blob");
751
751
  try {
752
- return new Blob([r], { type: u });
752
+ return new Blob([r], { type: h });
753
753
  } catch {
754
754
  try {
755
755
  var a = new (self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuilder)();
756
- return a.append(r), a.getBlob(u);
756
+ return a.append(r), a.getBlob(h);
757
757
  } catch {
758
758
  throw new Error("Bug : can't construct the Blob.");
759
759
  }
760
760
  }
761
761
  };
762
- var p = { stringifyByChunk: function(r, u, a) {
762
+ var p = { stringifyByChunk: function(r, h, a) {
763
763
  var c = [], v = 0, S = r.length;
764
764
  if (S <= a) return String.fromCharCode.apply(null, r);
765
- for (; v < S; ) u === "array" || u === "nodebuffer" ? c.push(String.fromCharCode.apply(null, r.slice(v, Math.min(v + a, S)))) : c.push(String.fromCharCode.apply(null, r.subarray(v, Math.min(v + a, S)))), v += a;
765
+ for (; v < S; ) h === "array" || h === "nodebuffer" ? c.push(String.fromCharCode.apply(null, r.slice(v, Math.min(v + a, S)))) : c.push(String.fromCharCode.apply(null, r.subarray(v, Math.min(v + a, S)))), v += a;
766
766
  return c.join("");
767
767
  }, stringifyByChar: function(r) {
768
- for (var u = "", a = 0; a < r.length; a++) u += String.fromCharCode(r[a]);
769
- return u;
768
+ for (var h = "", a = 0; a < r.length; a++) h += String.fromCharCode(r[a]);
769
+ return h;
770
770
  }, applyCanBeUsed: { uint8array: (function() {
771
771
  try {
772
772
  return l.uint8array && String.fromCharCode.apply(null, new Uint8Array(1)).length === 1;
@@ -781,17 +781,17 @@ function Rt() {
781
781
  }
782
782
  })() } };
783
783
  function g(r) {
784
- var u = 65536, a = w.getTypeOf(r), c = !0;
785
- if (a === "uint8array" ? c = p.applyCanBeUsed.uint8array : a === "nodebuffer" && (c = p.applyCanBeUsed.nodebuffer), c) for (; 1 < u; ) try {
786
- return p.stringifyByChunk(r, a, u);
784
+ var h = 65536, a = w.getTypeOf(r), c = !0;
785
+ if (a === "uint8array" ? c = p.applyCanBeUsed.uint8array : a === "nodebuffer" && (c = p.applyCanBeUsed.nodebuffer), c) for (; 1 < h; ) try {
786
+ return p.stringifyByChunk(r, a, h);
787
787
  } catch {
788
- u = Math.floor(u / 2);
788
+ h = Math.floor(h / 2);
789
789
  }
790
790
  return p.stringifyByChar(r);
791
791
  }
792
- function i(r, u) {
793
- for (var a = 0; a < r.length; a++) u[a] = r[a];
794
- return u;
792
+ function i(r, h) {
793
+ for (var a = 0; a < r.length; a++) h[a] = r[a];
794
+ return h;
795
795
  }
796
796
  w.applyFromCharCode = g;
797
797
  var d = {};
@@ -829,15 +829,15 @@ function Rt() {
829
829
  return d.nodebuffer.uint8array(r).buffer;
830
830
  }, uint8array: function(r) {
831
831
  return i(r, new Uint8Array(r.length));
832
- }, nodebuffer: _ }, w.transformTo = function(r, u) {
833
- if (u = u || "", !r) return u;
832
+ }, nodebuffer: _ }, w.transformTo = function(r, h) {
833
+ if (h = h || "", !r) return h;
834
834
  w.checkSupport(r);
835
- var a = w.getTypeOf(u);
836
- return d[a][r](u);
835
+ var a = w.getTypeOf(h);
836
+ return d[a][r](h);
837
837
  }, w.resolve = function(r) {
838
- for (var u = r.split("/"), a = [], c = 0; c < u.length; c++) {
839
- var v = u[c];
840
- v === "." || v === "" && c !== 0 && c !== u.length - 1 || (v === ".." ? a.pop() : a.push(v));
838
+ for (var h = r.split("/"), a = [], c = 0; c < h.length; c++) {
839
+ var v = h[c];
840
+ v === "." || v === "" && c !== 0 && c !== h.length - 1 || (v === ".." ? a.pop() : a.push(v));
841
841
  }
842
842
  return a.join("/");
843
843
  }, w.getTypeOf = function(r) {
@@ -845,24 +845,24 @@ function Rt() {
845
845
  }, w.checkSupport = function(r) {
846
846
  if (!l[r.toLowerCase()]) throw new Error(r + " is not supported by this platform");
847
847
  }, w.MAX_VALUE_16BITS = 65535, w.MAX_VALUE_32BITS = -1, w.pretty = function(r) {
848
- var u, a, c = "";
849
- for (a = 0; a < (r || "").length; a++) c += "\\x" + ((u = r.charCodeAt(a)) < 16 ? "0" : "") + u.toString(16).toUpperCase();
848
+ var h, a, c = "";
849
+ for (a = 0; a < (r || "").length; a++) c += "\\x" + ((h = r.charCodeAt(a)) < 16 ? "0" : "") + h.toString(16).toUpperCase();
850
850
  return c;
851
- }, w.delay = function(r, u, a) {
851
+ }, w.delay = function(r, h, a) {
852
852
  setImmediate(function() {
853
- r.apply(a || null, u || []);
853
+ r.apply(a || null, h || []);
854
854
  });
855
- }, w.inherits = function(r, u) {
855
+ }, w.inherits = function(r, h) {
856
856
  function a() {
857
857
  }
858
- a.prototype = u.prototype, r.prototype = new a();
858
+ a.prototype = h.prototype, r.prototype = new a();
859
859
  }, w.extend = function() {
860
- var r, u, a = {};
861
- for (r = 0; r < arguments.length; r++) for (u in arguments[r]) Object.prototype.hasOwnProperty.call(arguments[r], u) && a[u] === void 0 && (a[u] = arguments[r][u]);
860
+ var r, h, a = {};
861
+ for (r = 0; r < arguments.length; r++) for (h in arguments[r]) Object.prototype.hasOwnProperty.call(arguments[r], h) && a[h] === void 0 && (a[h] = arguments[r][h]);
862
862
  return a;
863
- }, w.prepareContent = function(r, u, a, c, v) {
864
- return h.Promise.resolve(u).then(function(S) {
865
- return l.blob && (S instanceof Blob || ["[object File]", "[object Blob]"].indexOf(Object.prototype.toString.call(S)) !== -1) && typeof FileReader < "u" ? new h.Promise(function(x, D) {
863
+ }, w.prepareContent = function(r, h, a, c, v) {
864
+ return u.Promise.resolve(h).then(function(S) {
865
+ return l.blob && (S instanceof Blob || ["[object File]", "[object Blob]"].indexOf(Object.prototype.toString.call(S)) !== -1) && typeof FileReader < "u" ? new u.Promise(function(x, D) {
866
866
  var O = new FileReader();
867
867
  O.onload = function(L) {
868
868
  x(L.target.result);
@@ -874,11 +874,11 @@ function Rt() {
874
874
  var x = w.getTypeOf(S);
875
875
  return x ? (x === "arraybuffer" ? S = w.transformTo("uint8array", S) : x === "string" && (v ? S = o.decode(S) : a && c !== !0 && (S = (function(D) {
876
876
  return y(D, l.uint8array ? new Uint8Array(D.length) : new Array(D.length));
877
- })(S))), S) : h.Promise.reject(new Error("Can't read the data of '" + r + "'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"));
877
+ })(S))), S) : u.Promise.reject(new Error("Can't read the data of '" + r + "'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"));
878
878
  });
879
879
  };
880
880
  }, { "./base64": 1, "./external": 6, "./nodejsUtils": 14, "./support": 30, setimmediate: 54 }], 33: [function(b, U, w) {
881
- var l = b("./reader/readerFor"), o = b("./utils"), n = b("./signature"), h = b("./zipEntry"), _ = b("./support");
881
+ var l = b("./reader/readerFor"), o = b("./utils"), n = b("./signature"), u = b("./zipEntry"), _ = b("./support");
882
882
  function y(p) {
883
883
  this.files = [], this.loadOptions = p;
884
884
  }
@@ -907,7 +907,7 @@ function Rt() {
907
907
  for (p = 0; p < this.files.length; p++) g = this.files[p], this.reader.setIndex(g.localHeaderOffset), this.checkSignature(n.LOCAL_FILE_HEADER), g.readLocalPart(this.reader), g.handleUTF8(), g.processAttributes();
908
908
  }, readCentralDir: function() {
909
909
  var p;
910
- for (this.reader.setIndex(this.centralDirOffset); this.reader.readAndCheckSignature(n.CENTRAL_FILE_HEADER); ) (p = new h({ zip64: this.zip64 }, this.loadOptions)).readCentralPart(this.reader), this.files.push(p);
910
+ for (this.reader.setIndex(this.centralDirOffset); this.reader.readAndCheckSignature(n.CENTRAL_FILE_HEADER); ) (p = new u({ zip64: this.zip64 }, this.loadOptions)).readCentralPart(this.reader), this.files.push(p);
911
911
  if (this.centralDirRecords !== this.files.length && this.centralDirRecords !== 0 && this.files.length === 0) throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length);
912
912
  }, readEndOfCentral: function() {
913
913
  var p = this.reader.lastIndexOfSignature(n.CENTRAL_DIRECTORY_END);
@@ -930,7 +930,7 @@ function Rt() {
930
930
  this.prepareReader(p), this.readEndOfCentral(), this.readCentralDir(), this.readLocalFiles();
931
931
  } }, U.exports = y;
932
932
  }, { "./reader/readerFor": 22, "./signature": 23, "./support": 30, "./utils": 32, "./zipEntry": 34 }], 34: [function(b, U, w) {
933
- var l = b("./reader/readerFor"), o = b("./utils"), n = b("./compressedObject"), h = b("./crc32"), _ = b("./utf8"), y = b("./compressions"), p = b("./support");
933
+ var l = b("./reader/readerFor"), o = b("./utils"), n = b("./compressedObject"), u = b("./crc32"), _ = b("./utf8"), y = b("./compressions"), p = b("./support");
934
934
  function g(i, d) {
935
935
  this.options = i, this.loadOptions = d;
936
936
  }
@@ -941,8 +941,8 @@ function Rt() {
941
941
  }, readLocalPart: function(i) {
942
942
  var d, r;
943
943
  if (i.skip(22), this.fileNameLength = i.readInt(2), r = i.readInt(2), this.fileName = i.readData(this.fileNameLength), i.skip(r), this.compressedSize === -1 || this.uncompressedSize === -1) throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");
944
- if ((d = (function(u) {
945
- for (var a in y) if (Object.prototype.hasOwnProperty.call(y, a) && y[a].magic === u) return y[a];
944
+ if ((d = (function(h) {
945
+ for (var a in y) if (Object.prototype.hasOwnProperty.call(y, a) && y[a].magic === h) return y[a];
946
946
  return null;
947
947
  })(this.compressionMethod)) === null) throw new Error("Corrupted zip : compression " + o.pretty(this.compressionMethod) + " unknown (inner file : " + o.transformTo("string", this.fileName) + ")");
948
948
  this.decompressed = new n(this.compressedSize, this.uncompressedSize, this.crc32, d, i.readData(this.compressedSize));
@@ -961,8 +961,8 @@ function Rt() {
961
961
  this.uncompressedSize === o.MAX_VALUE_32BITS && (this.uncompressedSize = i.readInt(8)), this.compressedSize === o.MAX_VALUE_32BITS && (this.compressedSize = i.readInt(8)), this.localHeaderOffset === o.MAX_VALUE_32BITS && (this.localHeaderOffset = i.readInt(8)), this.diskNumberStart === o.MAX_VALUE_32BITS && (this.diskNumberStart = i.readInt(4));
962
962
  }
963
963
  }, readExtraFields: function(i) {
964
- var d, r, u, a = i.index + this.extraFieldsLength;
965
- for (this.extraFields || (this.extraFields = {}); i.index + 4 < a; ) d = i.readInt(2), r = i.readInt(2), u = i.readData(r), this.extraFields[d] = { id: d, length: r, value: u };
964
+ var d, r, h, a = i.index + this.extraFieldsLength;
965
+ for (this.extraFields || (this.extraFields = {}); i.index + 4 < a; ) d = i.readInt(2), r = i.readInt(2), h = i.readData(r), this.extraFields[d] = { id: d, length: r, value: h };
966
966
  i.setIndex(a);
967
967
  }, handleUTF8: function() {
968
968
  var i = p.uint8array ? "uint8array" : "array";
@@ -974,8 +974,8 @@ function Rt() {
974
974
  var r = o.transformTo(i, this.fileName);
975
975
  this.fileNameStr = this.loadOptions.decodeFileName(r);
976
976
  }
977
- var u = this.findExtraFieldUnicodeComment();
978
- if (u !== null) this.fileCommentStr = u;
977
+ var h = this.findExtraFieldUnicodeComment();
978
+ if (h !== null) this.fileCommentStr = h;
979
979
  else {
980
980
  var a = o.transformTo(i, this.fileComment);
981
981
  this.fileCommentStr = this.loadOptions.decodeFileName(a);
@@ -985,42 +985,42 @@ function Rt() {
985
985
  var i = this.extraFields[28789];
986
986
  if (i) {
987
987
  var d = l(i.value);
988
- return d.readInt(1) !== 1 || h(this.fileName) !== d.readInt(4) ? null : _.utf8decode(d.readData(i.length - 5));
988
+ return d.readInt(1) !== 1 || u(this.fileName) !== d.readInt(4) ? null : _.utf8decode(d.readData(i.length - 5));
989
989
  }
990
990
  return null;
991
991
  }, findExtraFieldUnicodeComment: function() {
992
992
  var i = this.extraFields[25461];
993
993
  if (i) {
994
994
  var d = l(i.value);
995
- return d.readInt(1) !== 1 || h(this.fileComment) !== d.readInt(4) ? null : _.utf8decode(d.readData(i.length - 5));
995
+ return d.readInt(1) !== 1 || u(this.fileComment) !== d.readInt(4) ? null : _.utf8decode(d.readData(i.length - 5));
996
996
  }
997
997
  return null;
998
998
  } }, U.exports = g;
999
999
  }, { "./compressedObject": 2, "./compressions": 3, "./crc32": 4, "./reader/readerFor": 22, "./support": 30, "./utf8": 31, "./utils": 32 }], 35: [function(b, U, w) {
1000
- function l(d, r, u) {
1001
- this.name = d, this.dir = u.dir, this.date = u.date, this.comment = u.comment, this.unixPermissions = u.unixPermissions, this.dosPermissions = u.dosPermissions, this._data = r, this._dataBinary = u.binary, this.options = { compression: u.compression, compressionOptions: u.compressionOptions };
1000
+ function l(d, r, h) {
1001
+ this.name = d, this.dir = h.dir, this.date = h.date, this.comment = h.comment, this.unixPermissions = h.unixPermissions, this.dosPermissions = h.dosPermissions, this._data = r, this._dataBinary = h.binary, this.options = { compression: h.compression, compressionOptions: h.compressionOptions };
1002
1002
  }
1003
- var o = b("./stream/StreamHelper"), n = b("./stream/DataWorker"), h = b("./utf8"), _ = b("./compressedObject"), y = b("./stream/GenericWorker");
1003
+ var o = b("./stream/StreamHelper"), n = b("./stream/DataWorker"), u = b("./utf8"), _ = b("./compressedObject"), y = b("./stream/GenericWorker");
1004
1004
  l.prototype = { internalStream: function(d) {
1005
- var r = null, u = "string";
1005
+ var r = null, h = "string";
1006
1006
  try {
1007
1007
  if (!d) throw new Error("No output type specified.");
1008
- var a = (u = d.toLowerCase()) === "string" || u === "text";
1009
- u !== "binarystring" && u !== "text" || (u = "string"), r = this._decompressWorker();
1008
+ var a = (h = d.toLowerCase()) === "string" || h === "text";
1009
+ h !== "binarystring" && h !== "text" || (h = "string"), r = this._decompressWorker();
1010
1010
  var c = !this._dataBinary;
1011
- c && !a && (r = r.pipe(new h.Utf8EncodeWorker())), !c && a && (r = r.pipe(new h.Utf8DecodeWorker()));
1011
+ c && !a && (r = r.pipe(new u.Utf8EncodeWorker())), !c && a && (r = r.pipe(new u.Utf8DecodeWorker()));
1012
1012
  } catch (v) {
1013
1013
  (r = new y("error")).error(v);
1014
1014
  }
1015
- return new o(r, u, "");
1015
+ return new o(r, h, "");
1016
1016
  }, async: function(d, r) {
1017
1017
  return this.internalStream(d).accumulate(r);
1018
1018
  }, nodeStream: function(d, r) {
1019
1019
  return this.internalStream(d || "nodebuffer").toNodejsStream(r);
1020
1020
  }, _compressWorker: function(d, r) {
1021
1021
  if (this._data instanceof _ && this._data.compression.magic === d.magic) return this._data.getCompressedWorker();
1022
- var u = this._decompressWorker();
1023
- return this._dataBinary || (u = u.pipe(new h.Utf8EncodeWorker())), _.createWorkerFrom(u, d, r);
1022
+ var h = this._decompressWorker();
1023
+ return this._dataBinary || (h = h.pipe(new u.Utf8EncodeWorker())), _.createWorkerFrom(h, d, r);
1024
1024
  }, _decompressWorker: function() {
1025
1025
  return this._data instanceof _ ? this._data.getContentWorker() : this._data instanceof y ? this._data : new n(this._data);
1026
1026
  } };
@@ -1030,9 +1030,9 @@ function Rt() {
1030
1030
  U.exports = l;
1031
1031
  }, { "./compressedObject": 2, "./stream/DataWorker": 27, "./stream/GenericWorker": 28, "./stream/StreamHelper": 29, "./utf8": 31 }], 36: [function(b, U, w) {
1032
1032
  (function(l) {
1033
- var o, n, h = l.MutationObserver || l.WebKitMutationObserver;
1034
- if (h) {
1035
- var _ = 0, y = new h(d), p = l.document.createTextNode("");
1033
+ var o, n, u = l.MutationObserver || l.WebKitMutationObserver;
1034
+ if (u) {
1035
+ var _ = 0, y = new u(d), p = l.document.createTextNode("");
1036
1036
  y.observe(p, { characterData: !0 }), o = function() {
1037
1037
  p.data = _ = ++_ % 2;
1038
1038
  };
@@ -1052,10 +1052,10 @@ function Rt() {
1052
1052
  }
1053
1053
  var i = [];
1054
1054
  function d() {
1055
- var r, u;
1055
+ var r, h;
1056
1056
  n = !0;
1057
1057
  for (var a = i.length; a; ) {
1058
- for (u = i, i = [], r = -1; ++r < a; ) u[r]();
1058
+ for (h = i, i = [], r = -1; ++r < a; ) h[r]();
1059
1059
  a = i.length;
1060
1060
  }
1061
1061
  n = !1;
@@ -1068,7 +1068,7 @@ function Rt() {
1068
1068
  var l = b("immediate");
1069
1069
  function o() {
1070
1070
  }
1071
- var n = {}, h = ["REJECTED"], _ = ["FULFILLED"], y = ["PENDING"];
1071
+ var n = {}, u = ["REJECTED"], _ = ["FULFILLED"], y = ["PENDING"];
1072
1072
  function p(a) {
1073
1073
  if (typeof a != "function") throw new TypeError("resolver must be a function");
1074
1074
  this.state = y, this.queue = [], this.outcome = void 0, a !== o && r(this, a);
@@ -1101,12 +1101,12 @@ function Rt() {
1101
1101
  function x(O) {
1102
1102
  v || (v = !0, n.resolve(a, O));
1103
1103
  }
1104
- var D = u(function() {
1104
+ var D = h(function() {
1105
1105
  c(x, S);
1106
1106
  });
1107
1107
  D.status === "error" && S(D.value);
1108
1108
  }
1109
- function u(a, c) {
1109
+ function h(a, c) {
1110
1110
  var v = {};
1111
1111
  try {
1112
1112
  v.value = a(c), v.status = "success";
@@ -1130,7 +1130,7 @@ function Rt() {
1130
1130
  }, p.prototype.catch = function(a) {
1131
1131
  return this.then(null, a);
1132
1132
  }, p.prototype.then = function(a, c) {
1133
- if (typeof a != "function" && this.state === _ || typeof c != "function" && this.state === h) return this;
1133
+ if (typeof a != "function" && this.state === _ || typeof c != "function" && this.state === u) return this;
1134
1134
  var v = new this.constructor(o);
1135
1135
  return this.state !== y ? i(v, this.state === _ ? a : c, this.outcome) : this.queue.push(new g(v, a, c)), v;
1136
1136
  }, g.prototype.callFulfilled = function(a) {
@@ -1142,7 +1142,7 @@ function Rt() {
1142
1142
  }, g.prototype.otherCallRejected = function(a) {
1143
1143
  i(this.promise, this.onRejected, a);
1144
1144
  }, n.resolve = function(a, c) {
1145
- var v = u(d, c);
1145
+ var v = h(d, c);
1146
1146
  if (v.status === "error") return n.reject(a, v.value);
1147
1147
  var S = v.value;
1148
1148
  if (S) r(a, S);
@@ -1152,7 +1152,7 @@ function Rt() {
1152
1152
  }
1153
1153
  return a;
1154
1154
  }, n.reject = function(a, c) {
1155
- a.state = h, a.outcome = c;
1155
+ a.state = u, a.outcome = c;
1156
1156
  for (var v = -1, S = a.queue.length; ++v < S; ) a.queue[v].callRejected(c);
1157
1157
  return a;
1158
1158
  }, p.resolve = function(a) {
@@ -1191,23 +1191,23 @@ function Rt() {
1191
1191
  var l = {};
1192
1192
  (0, b("./lib/utils/common").assign)(l, b("./lib/deflate"), b("./lib/inflate"), b("./lib/zlib/constants")), U.exports = l;
1193
1193
  }, { "./lib/deflate": 39, "./lib/inflate": 40, "./lib/utils/common": 41, "./lib/zlib/constants": 44 }], 39: [function(b, U, w) {
1194
- var l = b("./zlib/deflate"), o = b("./utils/common"), n = b("./utils/strings"), h = b("./zlib/messages"), _ = b("./zlib/zstream"), y = Object.prototype.toString, p = 0, g = -1, i = 0, d = 8;
1194
+ var l = b("./zlib/deflate"), o = b("./utils/common"), n = b("./utils/strings"), u = b("./zlib/messages"), _ = b("./zlib/zstream"), y = Object.prototype.toString, p = 0, g = -1, i = 0, d = 8;
1195
1195
  function r(a) {
1196
1196
  if (!(this instanceof r)) return new r(a);
1197
1197
  this.options = o.assign({ level: g, method: d, chunkSize: 16384, windowBits: 15, memLevel: 8, strategy: i, to: "" }, a || {});
1198
1198
  var c = this.options;
1199
1199
  c.raw && 0 < c.windowBits ? c.windowBits = -c.windowBits : c.gzip && 0 < c.windowBits && c.windowBits < 16 && (c.windowBits += 16), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new _(), this.strm.avail_out = 0;
1200
1200
  var v = l.deflateInit2(this.strm, c.level, c.method, c.windowBits, c.memLevel, c.strategy);
1201
- if (v !== p) throw new Error(h[v]);
1201
+ if (v !== p) throw new Error(u[v]);
1202
1202
  if (c.header && l.deflateSetHeader(this.strm, c.header), c.dictionary) {
1203
1203
  var S;
1204
- if (S = typeof c.dictionary == "string" ? n.string2buf(c.dictionary) : y.call(c.dictionary) === "[object ArrayBuffer]" ? new Uint8Array(c.dictionary) : c.dictionary, (v = l.deflateSetDictionary(this.strm, S)) !== p) throw new Error(h[v]);
1204
+ if (S = typeof c.dictionary == "string" ? n.string2buf(c.dictionary) : y.call(c.dictionary) === "[object ArrayBuffer]" ? new Uint8Array(c.dictionary) : c.dictionary, (v = l.deflateSetDictionary(this.strm, S)) !== p) throw new Error(u[v]);
1205
1205
  this._dict_set = !0;
1206
1206
  }
1207
1207
  }
1208
- function u(a, c) {
1208
+ function h(a, c) {
1209
1209
  var v = new r(c);
1210
- if (v.push(a, !0), v.err) throw v.msg || h[v.err];
1210
+ if (v.push(a, !0), v.err) throw v.msg || u[v.err];
1211
1211
  return v.result;
1212
1212
  }
1213
1213
  r.prototype.push = function(a, c) {
@@ -1223,72 +1223,72 @@ function Rt() {
1223
1223
  this.chunks.push(a);
1224
1224
  }, r.prototype.onEnd = function(a) {
1225
1225
  a === p && (this.options.to === "string" ? this.result = this.chunks.join("") : this.result = o.flattenChunks(this.chunks)), this.chunks = [], this.err = a, this.msg = this.strm.msg;
1226
- }, w.Deflate = r, w.deflate = u, w.deflateRaw = function(a, c) {
1227
- return (c = c || {}).raw = !0, u(a, c);
1226
+ }, w.Deflate = r, w.deflate = h, w.deflateRaw = function(a, c) {
1227
+ return (c = c || {}).raw = !0, h(a, c);
1228
1228
  }, w.gzip = function(a, c) {
1229
- return (c = c || {}).gzip = !0, u(a, c);
1229
+ return (c = c || {}).gzip = !0, h(a, c);
1230
1230
  };
1231
1231
  }, { "./utils/common": 41, "./utils/strings": 42, "./zlib/deflate": 46, "./zlib/messages": 51, "./zlib/zstream": 53 }], 40: [function(b, U, w) {
1232
- var l = b("./zlib/inflate"), o = b("./utils/common"), n = b("./utils/strings"), h = b("./zlib/constants"), _ = b("./zlib/messages"), y = b("./zlib/zstream"), p = b("./zlib/gzheader"), g = Object.prototype.toString;
1232
+ var l = b("./zlib/inflate"), o = b("./utils/common"), n = b("./utils/strings"), u = b("./zlib/constants"), _ = b("./zlib/messages"), y = b("./zlib/zstream"), p = b("./zlib/gzheader"), g = Object.prototype.toString;
1233
1233
  function i(r) {
1234
1234
  if (!(this instanceof i)) return new i(r);
1235
1235
  this.options = o.assign({ chunkSize: 16384, windowBits: 0, to: "" }, r || {});
1236
- var u = this.options;
1237
- u.raw && 0 <= u.windowBits && u.windowBits < 16 && (u.windowBits = -u.windowBits, u.windowBits === 0 && (u.windowBits = -15)), !(0 <= u.windowBits && u.windowBits < 16) || r && r.windowBits || (u.windowBits += 32), 15 < u.windowBits && u.windowBits < 48 && (15 & u.windowBits) == 0 && (u.windowBits |= 15), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new y(), this.strm.avail_out = 0;
1238
- var a = l.inflateInit2(this.strm, u.windowBits);
1239
- if (a !== h.Z_OK) throw new Error(_[a]);
1236
+ var h = this.options;
1237
+ h.raw && 0 <= h.windowBits && h.windowBits < 16 && (h.windowBits = -h.windowBits, h.windowBits === 0 && (h.windowBits = -15)), !(0 <= h.windowBits && h.windowBits < 16) || r && r.windowBits || (h.windowBits += 32), 15 < h.windowBits && h.windowBits < 48 && (15 & h.windowBits) == 0 && (h.windowBits |= 15), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new y(), this.strm.avail_out = 0;
1238
+ var a = l.inflateInit2(this.strm, h.windowBits);
1239
+ if (a !== u.Z_OK) throw new Error(_[a]);
1240
1240
  this.header = new p(), l.inflateGetHeader(this.strm, this.header);
1241
1241
  }
1242
- function d(r, u) {
1243
- var a = new i(u);
1242
+ function d(r, h) {
1243
+ var a = new i(h);
1244
1244
  if (a.push(r, !0), a.err) throw a.msg || _[a.err];
1245
1245
  return a.result;
1246
1246
  }
1247
- i.prototype.push = function(r, u) {
1247
+ i.prototype.push = function(r, h) {
1248
1248
  var a, c, v, S, x, D, O = this.strm, L = this.options.chunkSize, I = this.options.dictionary, W = !1;
1249
1249
  if (this.ended) return !1;
1250
- c = u === ~~u ? u : u === !0 ? h.Z_FINISH : h.Z_NO_FLUSH, typeof r == "string" ? O.input = n.binstring2buf(r) : g.call(r) === "[object ArrayBuffer]" ? O.input = new Uint8Array(r) : O.input = r, O.next_in = 0, O.avail_in = O.input.length;
1250
+ c = h === ~~h ? h : h === !0 ? u.Z_FINISH : u.Z_NO_FLUSH, typeof r == "string" ? O.input = n.binstring2buf(r) : g.call(r) === "[object ArrayBuffer]" ? O.input = new Uint8Array(r) : O.input = r, O.next_in = 0, O.avail_in = O.input.length;
1251
1251
  do {
1252
- if (O.avail_out === 0 && (O.output = new o.Buf8(L), O.next_out = 0, O.avail_out = L), (a = l.inflate(O, h.Z_NO_FLUSH)) === h.Z_NEED_DICT && I && (D = typeof I == "string" ? n.string2buf(I) : g.call(I) === "[object ArrayBuffer]" ? new Uint8Array(I) : I, a = l.inflateSetDictionary(this.strm, D)), a === h.Z_BUF_ERROR && W === !0 && (a = h.Z_OK, W = !1), a !== h.Z_STREAM_END && a !== h.Z_OK) return this.onEnd(a), !(this.ended = !0);
1253
- O.next_out && (O.avail_out !== 0 && a !== h.Z_STREAM_END && (O.avail_in !== 0 || c !== h.Z_FINISH && c !== h.Z_SYNC_FLUSH) || (this.options.to === "string" ? (v = n.utf8border(O.output, O.next_out), S = O.next_out - v, x = n.buf2string(O.output, v), O.next_out = S, O.avail_out = L - S, S && o.arraySet(O.output, O.output, v, S, 0), this.onData(x)) : this.onData(o.shrinkBuf(O.output, O.next_out)))), O.avail_in === 0 && O.avail_out === 0 && (W = !0);
1254
- } while ((0 < O.avail_in || O.avail_out === 0) && a !== h.Z_STREAM_END);
1255
- return a === h.Z_STREAM_END && (c = h.Z_FINISH), c === h.Z_FINISH ? (a = l.inflateEnd(this.strm), this.onEnd(a), this.ended = !0, a === h.Z_OK) : c !== h.Z_SYNC_FLUSH || (this.onEnd(h.Z_OK), !(O.avail_out = 0));
1252
+ if (O.avail_out === 0 && (O.output = new o.Buf8(L), O.next_out = 0, O.avail_out = L), (a = l.inflate(O, u.Z_NO_FLUSH)) === u.Z_NEED_DICT && I && (D = typeof I == "string" ? n.string2buf(I) : g.call(I) === "[object ArrayBuffer]" ? new Uint8Array(I) : I, a = l.inflateSetDictionary(this.strm, D)), a === u.Z_BUF_ERROR && W === !0 && (a = u.Z_OK, W = !1), a !== u.Z_STREAM_END && a !== u.Z_OK) return this.onEnd(a), !(this.ended = !0);
1253
+ O.next_out && (O.avail_out !== 0 && a !== u.Z_STREAM_END && (O.avail_in !== 0 || c !== u.Z_FINISH && c !== u.Z_SYNC_FLUSH) || (this.options.to === "string" ? (v = n.utf8border(O.output, O.next_out), S = O.next_out - v, x = n.buf2string(O.output, v), O.next_out = S, O.avail_out = L - S, S && o.arraySet(O.output, O.output, v, S, 0), this.onData(x)) : this.onData(o.shrinkBuf(O.output, O.next_out)))), O.avail_in === 0 && O.avail_out === 0 && (W = !0);
1254
+ } while ((0 < O.avail_in || O.avail_out === 0) && a !== u.Z_STREAM_END);
1255
+ return a === u.Z_STREAM_END && (c = u.Z_FINISH), c === u.Z_FINISH ? (a = l.inflateEnd(this.strm), this.onEnd(a), this.ended = !0, a === u.Z_OK) : c !== u.Z_SYNC_FLUSH || (this.onEnd(u.Z_OK), !(O.avail_out = 0));
1256
1256
  }, i.prototype.onData = function(r) {
1257
1257
  this.chunks.push(r);
1258
1258
  }, i.prototype.onEnd = function(r) {
1259
- r === h.Z_OK && (this.options.to === "string" ? this.result = this.chunks.join("") : this.result = o.flattenChunks(this.chunks)), this.chunks = [], this.err = r, this.msg = this.strm.msg;
1260
- }, w.Inflate = i, w.inflate = d, w.inflateRaw = function(r, u) {
1261
- return (u = u || {}).raw = !0, d(r, u);
1259
+ r === u.Z_OK && (this.options.to === "string" ? this.result = this.chunks.join("") : this.result = o.flattenChunks(this.chunks)), this.chunks = [], this.err = r, this.msg = this.strm.msg;
1260
+ }, w.Inflate = i, w.inflate = d, w.inflateRaw = function(r, h) {
1261
+ return (h = h || {}).raw = !0, d(r, h);
1262
1262
  }, w.ungzip = d;
1263
1263
  }, { "./utils/common": 41, "./utils/strings": 42, "./zlib/constants": 44, "./zlib/gzheader": 47, "./zlib/inflate": 49, "./zlib/messages": 51, "./zlib/zstream": 53 }], 41: [function(b, U, w) {
1264
1264
  var l = typeof Uint8Array < "u" && typeof Uint16Array < "u" && typeof Int32Array < "u";
1265
- w.assign = function(h) {
1265
+ w.assign = function(u) {
1266
1266
  for (var _ = Array.prototype.slice.call(arguments, 1); _.length; ) {
1267
1267
  var y = _.shift();
1268
1268
  if (y) {
1269
1269
  if (typeof y != "object") throw new TypeError(y + "must be non-object");
1270
- for (var p in y) y.hasOwnProperty(p) && (h[p] = y[p]);
1270
+ for (var p in y) y.hasOwnProperty(p) && (u[p] = y[p]);
1271
1271
  }
1272
1272
  }
1273
- return h;
1274
- }, w.shrinkBuf = function(h, _) {
1275
- return h.length === _ ? h : h.subarray ? h.subarray(0, _) : (h.length = _, h);
1273
+ return u;
1274
+ }, w.shrinkBuf = function(u, _) {
1275
+ return u.length === _ ? u : u.subarray ? u.subarray(0, _) : (u.length = _, u);
1276
1276
  };
1277
- var o = { arraySet: function(h, _, y, p, g) {
1278
- if (_.subarray && h.subarray) h.set(_.subarray(y, y + p), g);
1279
- else for (var i = 0; i < p; i++) h[g + i] = _[y + i];
1280
- }, flattenChunks: function(h) {
1277
+ var o = { arraySet: function(u, _, y, p, g) {
1278
+ if (_.subarray && u.subarray) u.set(_.subarray(y, y + p), g);
1279
+ else for (var i = 0; i < p; i++) u[g + i] = _[y + i];
1280
+ }, flattenChunks: function(u) {
1281
1281
  var _, y, p, g, i, d;
1282
- for (_ = p = 0, y = h.length; _ < y; _++) p += h[_].length;
1283
- for (d = new Uint8Array(p), _ = g = 0, y = h.length; _ < y; _++) i = h[_], d.set(i, g), g += i.length;
1282
+ for (_ = p = 0, y = u.length; _ < y; _++) p += u[_].length;
1283
+ for (d = new Uint8Array(p), _ = g = 0, y = u.length; _ < y; _++) i = u[_], d.set(i, g), g += i.length;
1284
1284
  return d;
1285
- } }, n = { arraySet: function(h, _, y, p, g) {
1286
- for (var i = 0; i < p; i++) h[g + i] = _[y + i];
1287
- }, flattenChunks: function(h) {
1288
- return [].concat.apply([], h);
1285
+ } }, n = { arraySet: function(u, _, y, p, g) {
1286
+ for (var i = 0; i < p; i++) u[g + i] = _[y + i];
1287
+ }, flattenChunks: function(u) {
1288
+ return [].concat.apply([], u);
1289
1289
  } };
1290
- w.setTyped = function(h) {
1291
- h ? (w.Buf8 = Uint8Array, w.Buf16 = Uint16Array, w.Buf32 = Int32Array, w.assign(w, o)) : (w.Buf8 = Array, w.Buf16 = Array, w.Buf32 = Array, w.assign(w, n));
1290
+ w.setTyped = function(u) {
1291
+ u ? (w.Buf8 = Uint8Array, w.Buf16 = Uint16Array, w.Buf32 = Int32Array, w.assign(w, o)) : (w.Buf8 = Array, w.Buf16 = Array, w.Buf32 = Array, w.assign(w, n));
1292
1292
  }, w.setTyped(l);
1293
1293
  }, {}], 42: [function(b, U, w) {
1294
1294
  var l = b("./common"), o = !0, n = !0;
@@ -1302,16 +1302,16 @@ function Rt() {
1302
1302
  } catch {
1303
1303
  n = !1;
1304
1304
  }
1305
- for (var h = new l.Buf8(256), _ = 0; _ < 256; _++) h[_] = 252 <= _ ? 6 : 248 <= _ ? 5 : 240 <= _ ? 4 : 224 <= _ ? 3 : 192 <= _ ? 2 : 1;
1305
+ for (var u = new l.Buf8(256), _ = 0; _ < 256; _++) u[_] = 252 <= _ ? 6 : 248 <= _ ? 5 : 240 <= _ ? 4 : 224 <= _ ? 3 : 192 <= _ ? 2 : 1;
1306
1306
  function y(p, g) {
1307
1307
  if (g < 65537 && (p.subarray && n || !p.subarray && o)) return String.fromCharCode.apply(null, l.shrinkBuf(p, g));
1308
1308
  for (var i = "", d = 0; d < g; d++) i += String.fromCharCode(p[d]);
1309
1309
  return i;
1310
1310
  }
1311
- h[254] = h[254] = 1, w.string2buf = function(p) {
1312
- var g, i, d, r, u, a = p.length, c = 0;
1311
+ u[254] = u[254] = 1, w.string2buf = function(p) {
1312
+ var g, i, d, r, h, a = p.length, c = 0;
1313
1313
  for (r = 0; r < a; r++) (64512 & (i = p.charCodeAt(r))) == 55296 && r + 1 < a && (64512 & (d = p.charCodeAt(r + 1))) == 56320 && (i = 65536 + (i - 55296 << 10) + (d - 56320), r++), c += i < 128 ? 1 : i < 2048 ? 2 : i < 65536 ? 3 : 4;
1314
- for (g = new l.Buf8(c), r = u = 0; u < c; r++) (64512 & (i = p.charCodeAt(r))) == 55296 && r + 1 < a && (64512 & (d = p.charCodeAt(r + 1))) == 56320 && (i = 65536 + (i - 55296 << 10) + (d - 56320), r++), i < 128 ? g[u++] = i : (i < 2048 ? g[u++] = 192 | i >>> 6 : (i < 65536 ? g[u++] = 224 | i >>> 12 : (g[u++] = 240 | i >>> 18, g[u++] = 128 | i >>> 12 & 63), g[u++] = 128 | i >>> 6 & 63), g[u++] = 128 | 63 & i);
1314
+ for (g = new l.Buf8(c), r = h = 0; h < c; r++) (64512 & (i = p.charCodeAt(r))) == 55296 && r + 1 < a && (64512 & (d = p.charCodeAt(r + 1))) == 56320 && (i = 65536 + (i - 55296 << 10) + (d - 56320), r++), i < 128 ? g[h++] = i : (i < 2048 ? g[h++] = 192 | i >>> 6 : (i < 65536 ? g[h++] = 224 | i >>> 12 : (g[h++] = 240 | i >>> 18, g[h++] = 128 | i >>> 12 & 63), g[h++] = 128 | i >>> 6 & 63), g[h++] = 128 | 63 & i);
1315
1315
  return g;
1316
1316
  }, w.buf2binstring = function(p) {
1317
1317
  return y(p, p.length);
@@ -1319,23 +1319,23 @@ function Rt() {
1319
1319
  for (var g = new l.Buf8(p.length), i = 0, d = g.length; i < d; i++) g[i] = p.charCodeAt(i);
1320
1320
  return g;
1321
1321
  }, w.buf2string = function(p, g) {
1322
- var i, d, r, u, a = g || p.length, c = new Array(2 * a);
1322
+ var i, d, r, h, a = g || p.length, c = new Array(2 * a);
1323
1323
  for (i = d = 0; i < a; ) if ((r = p[i++]) < 128) c[d++] = r;
1324
- else if (4 < (u = h[r])) c[d++] = 65533, i += u - 1;
1324
+ else if (4 < (h = u[r])) c[d++] = 65533, i += h - 1;
1325
1325
  else {
1326
- for (r &= u === 2 ? 31 : u === 3 ? 15 : 7; 1 < u && i < a; ) r = r << 6 | 63 & p[i++], u--;
1327
- 1 < u ? c[d++] = 65533 : r < 65536 ? c[d++] = r : (r -= 65536, c[d++] = 55296 | r >> 10 & 1023, c[d++] = 56320 | 1023 & r);
1326
+ for (r &= h === 2 ? 31 : h === 3 ? 15 : 7; 1 < h && i < a; ) r = r << 6 | 63 & p[i++], h--;
1327
+ 1 < h ? c[d++] = 65533 : r < 65536 ? c[d++] = r : (r -= 65536, c[d++] = 55296 | r >> 10 & 1023, c[d++] = 56320 | 1023 & r);
1328
1328
  }
1329
1329
  return y(c, d);
1330
1330
  }, w.utf8border = function(p, g) {
1331
1331
  var i;
1332
1332
  for ((g = g || p.length) > p.length && (g = p.length), i = g - 1; 0 <= i && (192 & p[i]) == 128; ) i--;
1333
- return i < 0 || i === 0 ? g : i + h[p[i]] > g ? i : g;
1333
+ return i < 0 || i === 0 ? g : i + u[p[i]] > g ? i : g;
1334
1334
  };
1335
1335
  }, { "./common": 41 }], 43: [function(b, U, w) {
1336
- U.exports = function(l, o, n, h) {
1336
+ U.exports = function(l, o, n, u) {
1337
1337
  for (var _ = 65535 & l | 0, y = l >>> 16 & 65535 | 0, p = 0; n !== 0; ) {
1338
- for (n -= p = 2e3 < n ? 2e3 : n; y = y + (_ = _ + o[h++] | 0) | 0, --p; ) ;
1338
+ for (n -= p = 2e3 < n ? 2e3 : n; y = y + (_ = _ + o[u++] | 0) | 0, --p; ) ;
1339
1339
  _ %= 65521, y %= 65521;
1340
1340
  }
1341
1341
  return _ | y << 16 | 0;
@@ -1344,21 +1344,21 @@ function Rt() {
1344
1344
  U.exports = { Z_NO_FLUSH: 0, Z_PARTIAL_FLUSH: 1, Z_SYNC_FLUSH: 2, Z_FULL_FLUSH: 3, Z_FINISH: 4, Z_BLOCK: 5, Z_TREES: 6, Z_OK: 0, Z_STREAM_END: 1, Z_NEED_DICT: 2, Z_ERRNO: -1, Z_STREAM_ERROR: -2, Z_DATA_ERROR: -3, Z_BUF_ERROR: -5, Z_NO_COMPRESSION: 0, Z_BEST_SPEED: 1, Z_BEST_COMPRESSION: 9, Z_DEFAULT_COMPRESSION: -1, Z_FILTERED: 1, Z_HUFFMAN_ONLY: 2, Z_RLE: 3, Z_FIXED: 4, Z_DEFAULT_STRATEGY: 0, Z_BINARY: 0, Z_TEXT: 1, Z_UNKNOWN: 2, Z_DEFLATED: 8 };
1345
1345
  }, {}], 45: [function(b, U, w) {
1346
1346
  var l = (function() {
1347
- for (var o, n = [], h = 0; h < 256; h++) {
1348
- o = h;
1347
+ for (var o, n = [], u = 0; u < 256; u++) {
1348
+ o = u;
1349
1349
  for (var _ = 0; _ < 8; _++) o = 1 & o ? 3988292384 ^ o >>> 1 : o >>> 1;
1350
- n[h] = o;
1350
+ n[u] = o;
1351
1351
  }
1352
1352
  return n;
1353
1353
  })();
1354
- U.exports = function(o, n, h, _) {
1355
- var y = l, p = _ + h;
1354
+ U.exports = function(o, n, u, _) {
1355
+ var y = l, p = _ + u;
1356
1356
  o ^= -1;
1357
1357
  for (var g = _; g < p; g++) o = o >>> 8 ^ y[255 & (o ^ n[g])];
1358
1358
  return -1 ^ o;
1359
1359
  };
1360
1360
  }, {}], 46: [function(b, U, w) {
1361
- var l, o = b("../utils/common"), n = b("./trees"), h = b("./adler32"), _ = b("./crc32"), y = b("./messages"), p = 0, g = 4, i = 0, d = -2, r = -1, u = 4, a = 2, c = 8, v = 9, S = 286, x = 30, D = 19, O = 2 * S + 1, L = 15, I = 3, W = 258, q = W + I + 1, m = 42, B = 113, e = 1, T = 2, J = 3, P = 4;
1361
+ var l, o = b("../utils/common"), n = b("./trees"), u = b("./adler32"), _ = b("./crc32"), y = b("./messages"), p = 0, g = 4, i = 0, d = -2, r = -1, h = 4, a = 2, c = 8, v = 9, S = 286, x = 30, D = 19, O = 2 * S + 1, L = 15, I = 3, W = 258, q = W + I + 1, m = 42, B = 113, e = 1, T = 2, J = 3, P = 4;
1362
1362
  function $(t, R) {
1363
1363
  return t.msg = y[R], R;
1364
1364
  }
@@ -1407,7 +1407,7 @@ function Rt() {
1407
1407
  s += M;
1408
1408
  }
1409
1409
  if (t.strm.avail_in === 0) break;
1410
- if (F = t.strm, N = t.window, z = t.strstart + t.lookahead, Z = s, K = void 0, K = F.avail_in, Z < K && (K = Z), A = K === 0 ? 0 : (F.avail_in -= K, o.arraySet(N, F.input, F.next_in, K, z), F.state.wrap === 1 ? F.adler = h(F.adler, N, K, z) : F.state.wrap === 2 && (F.adler = _(F.adler, N, K, z)), F.next_in += K, F.total_in += K, K), t.lookahead += A, t.lookahead + t.insert >= I) for (k = t.strstart - t.insert, t.ins_h = t.window[k], t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + 1]) & t.hash_mask; t.insert && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + I - 1]) & t.hash_mask, t.prev[k & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = k, k++, t.insert--, !(t.lookahead + t.insert < I)); ) ;
1410
+ if (F = t.strm, N = t.window, z = t.strstart + t.lookahead, Z = s, K = void 0, K = F.avail_in, Z < K && (K = Z), A = K === 0 ? 0 : (F.avail_in -= K, o.arraySet(N, F.input, F.next_in, K, z), F.state.wrap === 1 ? F.adler = u(F.adler, N, K, z) : F.state.wrap === 2 && (F.adler = _(F.adler, N, K, z)), F.next_in += K, F.total_in += K, K), t.lookahead += A, t.lookahead + t.insert >= I) for (k = t.strstart - t.insert, t.ins_h = t.window[k], t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + 1]) & t.hash_mask; t.insert && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + I - 1]) & t.hash_mask, t.prev[k & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = k, k++, t.insert--, !(t.lookahead + t.insert < I)); ) ;
1411
1411
  } while (t.lookahead < q && t.strm.avail_in !== 0);
1412
1412
  }
1413
1413
  function ot(t, R) {
@@ -1456,10 +1456,10 @@ function Rt() {
1456
1456
  A.window_size = 2 * A.w_size, V(A.head), A.max_lazy_match = l[A.level].max_lazy, A.good_match = l[A.level].good_length, A.nice_match = l[A.level].nice_length, A.max_chain_length = l[A.level].max_chain, A.strstart = 0, A.block_start = 0, A.lookahead = 0, A.insert = 0, A.match_length = A.prev_length = I - 1, A.match_available = 0, A.ins_h = 0;
1457
1457
  })(t.state), R;
1458
1458
  }
1459
- function ut(t, R, A, f, s, k) {
1459
+ function ht(t, R, A, f, s, k) {
1460
1460
  if (!t) return d;
1461
1461
  var F = 1;
1462
- if (R === r && (R = 6), f < 0 ? (F = 0, f = -f) : 15 < f && (F = 2, f -= 16), s < 1 || v < s || A !== c || f < 8 || 15 < f || R < 0 || 9 < R || k < 0 || u < k) return $(t, d);
1462
+ if (R === r && (R = 6), f < 0 ? (F = 0, f = -f) : 15 < f && (F = 2, f -= 16), s < 1 || v < s || A !== c || f < 8 || 15 < f || R < 0 || 9 < R || k < 0 || h < k) return $(t, d);
1463
1463
  f === 8 && (f = 9);
1464
1464
  var N = new st();
1465
1465
  return (t.state = N).strm = t, N.wrap = F, N.gzhead = null, N.w_bits = f, N.w_size = 1 << N.w_bits, N.w_mask = N.w_size - 1, N.hash_bits = s + 7, N.hash_size = 1 << N.hash_bits, N.hash_mask = N.hash_size - 1, N.hash_shift = ~~((N.hash_bits + I - 1) / I), N.window = new o.Buf8(2 * N.w_size), N.head = new o.Buf16(N.hash_size), N.prev = new o.Buf16(N.w_size), N.lit_bufsize = 1 << s + 6, N.pending_buf_size = 4 * N.lit_bufsize, N.pending_buf = new o.Buf8(N.pending_buf_size), N.d_buf = 1 * N.lit_bufsize, N.l_buf = 3 * N.lit_bufsize, N.level = R, N.strategy = k, N.method = A, lt(t);
@@ -1477,8 +1477,8 @@ function Rt() {
1477
1477
  }
1478
1478
  return t.insert = 0, R === g ? (C(t, !0), t.strm.avail_out === 0 ? J : P) : (t.strstart > t.block_start && (C(t, !1), t.strm.avail_out), e);
1479
1479
  }), new et(4, 4, 8, 4, ot), new et(4, 5, 16, 8, ot), new et(4, 6, 32, 32, ot), new et(4, 4, 16, 16, Q), new et(8, 16, 32, 32, Q), new et(8, 16, 128, 128, Q), new et(8, 32, 128, 256, Q), new et(32, 128, 258, 1024, Q), new et(32, 258, 258, 4096, Q)], w.deflateInit = function(t, R) {
1480
- return ut(t, R, c, 15, 8, 0);
1481
- }, w.deflateInit2 = ut, w.deflateReset = lt, w.deflateResetKeep = it, w.deflateSetHeader = function(t, R) {
1480
+ return ht(t, R, c, 15, 8, 0);
1481
+ }, w.deflateInit2 = ht, w.deflateReset = lt, w.deflateResetKeep = it, w.deflateSetHeader = function(t, R) {
1482
1482
  return t && t.state ? t.state.wrap !== 2 ? d : (t.state.gzhead = R, i) : d;
1483
1483
  }, w.deflate = function(t, R) {
1484
1484
  var A, f, s, k;
@@ -1556,7 +1556,7 @@ function Rt() {
1556
1556
  }, w.deflateSetDictionary = function(t, R) {
1557
1557
  var A, f, s, k, F, N, z, Z, K = R.length;
1558
1558
  if (!t || !t.state || (k = (A = t.state).wrap) === 2 || k === 1 && A.status !== m || A.lookahead) return d;
1559
- for (k === 1 && (t.adler = h(t.adler, R, K, 0)), A.wrap = 0, K >= A.w_size && (k === 0 && (V(A.head), A.strstart = 0, A.block_start = 0, A.insert = 0), Z = new o.Buf8(A.w_size), o.arraySet(Z, R, K - A.w_size, A.w_size, 0), R = Z, K = A.w_size), F = t.avail_in, N = t.next_in, z = t.input, t.avail_in = K, t.next_in = 0, t.input = R, nt(A); A.lookahead >= I; ) {
1559
+ for (k === 1 && (t.adler = u(t.adler, R, K, 0)), A.wrap = 0, K >= A.w_size && (k === 0 && (V(A.head), A.strstart = 0, A.block_start = 0, A.insert = 0), Z = new o.Buf8(A.w_size), o.arraySet(Z, R, K - A.w_size, A.w_size, 0), R = Z, K = A.w_size), F = t.avail_in, N = t.next_in, z = t.input, t.avail_in = K, t.next_in = 0, t.input = R, nt(A); A.lookahead >= I; ) {
1560
1560
  for (f = A.strstart, s = A.lookahead - (I - 1); A.ins_h = (A.ins_h << A.hash_shift ^ A.window[f + I - 1]) & A.hash_mask, A.prev[f & A.w_mask] = A.head[A.ins_h], A.head[A.ins_h] = f, f++, --s; ) ;
1561
1561
  A.strstart = f, A.lookahead = I - 1, nt(A);
1562
1562
  }
@@ -1568,10 +1568,10 @@ function Rt() {
1568
1568
  };
1569
1569
  }, {}], 48: [function(b, U, w) {
1570
1570
  U.exports = function(l, o) {
1571
- var n, h, _, y, p, g, i, d, r, u, a, c, v, S, x, D, O, L, I, W, q, m, B, e, T;
1572
- n = l.state, h = l.next_in, e = l.input, _ = h + (l.avail_in - 5), y = l.next_out, T = l.output, p = y - (o - l.avail_out), g = y + (l.avail_out - 257), i = n.dmax, d = n.wsize, r = n.whave, u = n.wnext, a = n.window, c = n.hold, v = n.bits, S = n.lencode, x = n.distcode, D = (1 << n.lenbits) - 1, O = (1 << n.distbits) - 1;
1571
+ var n, u, _, y, p, g, i, d, r, h, a, c, v, S, x, D, O, L, I, W, q, m, B, e, T;
1572
+ n = l.state, u = l.next_in, e = l.input, _ = u + (l.avail_in - 5), y = l.next_out, T = l.output, p = y - (o - l.avail_out), g = y + (l.avail_out - 257), i = n.dmax, d = n.wsize, r = n.whave, h = n.wnext, a = n.window, c = n.hold, v = n.bits, S = n.lencode, x = n.distcode, D = (1 << n.lenbits) - 1, O = (1 << n.distbits) - 1;
1573
1573
  t: do {
1574
- v < 15 && (c += e[h++] << v, v += 8, c += e[h++] << v, v += 8), L = S[c & D];
1574
+ v < 15 && (c += e[u++] << v, v += 8, c += e[u++] << v, v += 8), L = S[c & D];
1575
1575
  e: for (; ; ) {
1576
1576
  if (c >>>= I = L >>> 24, v -= I, (I = L >>> 16 & 255) === 0) T[y++] = 65535 & L;
1577
1577
  else {
@@ -1587,7 +1587,7 @@ function Rt() {
1587
1587
  l.msg = "invalid literal/length code", n.mode = 30;
1588
1588
  break t;
1589
1589
  }
1590
- W = 65535 & L, (I &= 15) && (v < I && (c += e[h++] << v, v += 8), W += c & (1 << I) - 1, c >>>= I, v -= I), v < 15 && (c += e[h++] << v, v += 8, c += e[h++] << v, v += 8), L = x[c & O];
1590
+ W = 65535 & L, (I &= 15) && (v < I && (c += e[u++] << v, v += 8), W += c & (1 << I) - 1, c >>>= I, v -= I), v < 15 && (c += e[u++] << v, v += 8, c += e[u++] << v, v += 8), L = x[c & O];
1591
1591
  r: for (; ; ) {
1592
1592
  if (c >>>= I = L >>> 24, v -= I, !(16 & (I = L >>> 16 & 255))) {
1593
1593
  if ((64 & I) == 0) {
@@ -1597,7 +1597,7 @@ function Rt() {
1597
1597
  l.msg = "invalid distance code", n.mode = 30;
1598
1598
  break t;
1599
1599
  }
1600
- if (q = 65535 & L, v < (I &= 15) && (c += e[h++] << v, (v += 8) < I && (c += e[h++] << v, v += 8)), i < (q += c & (1 << I) - 1)) {
1600
+ if (q = 65535 & L, v < (I &= 15) && (c += e[u++] << v, (v += 8) < I && (c += e[u++] << v, v += 8)), i < (q += c & (1 << I) - 1)) {
1601
1601
  l.msg = "invalid distance too far back", n.mode = 30;
1602
1602
  break t;
1603
1603
  }
@@ -1606,20 +1606,20 @@ function Rt() {
1606
1606
  l.msg = "invalid distance too far back", n.mode = 30;
1607
1607
  break t;
1608
1608
  }
1609
- if (B = a, (m = 0) === u) {
1609
+ if (B = a, (m = 0) === h) {
1610
1610
  if (m += d - I, I < W) {
1611
1611
  for (W -= I; T[y++] = a[m++], --I; ) ;
1612
1612
  m = y - q, B = T;
1613
1613
  }
1614
- } else if (u < I) {
1615
- if (m += d + u - I, (I -= u) < W) {
1614
+ } else if (h < I) {
1615
+ if (m += d + h - I, (I -= h) < W) {
1616
1616
  for (W -= I; T[y++] = a[m++], --I; ) ;
1617
- if (m = 0, u < W) {
1618
- for (W -= I = u; T[y++] = a[m++], --I; ) ;
1617
+ if (m = 0, h < W) {
1618
+ for (W -= I = h; T[y++] = a[m++], --I; ) ;
1619
1619
  m = y - q, B = T;
1620
1620
  }
1621
1621
  }
1622
- } else if (m += u - I, I < W) {
1622
+ } else if (m += h - I, I < W) {
1623
1623
  for (W -= I; T[y++] = a[m++], --I; ) ;
1624
1624
  m = y - q, B = T;
1625
1625
  }
@@ -1634,11 +1634,11 @@ function Rt() {
1634
1634
  }
1635
1635
  break;
1636
1636
  }
1637
- } while (h < _ && y < g);
1638
- h -= W = v >> 3, c &= (1 << (v -= W << 3)) - 1, l.next_in = h, l.next_out = y, l.avail_in = h < _ ? _ - h + 5 : 5 - (h - _), l.avail_out = y < g ? g - y + 257 : 257 - (y - g), n.hold = c, n.bits = v;
1637
+ } while (u < _ && y < g);
1638
+ u -= W = v >> 3, c &= (1 << (v -= W << 3)) - 1, l.next_in = u, l.next_out = y, l.avail_in = u < _ ? _ - u + 5 : 5 - (u - _), l.avail_out = y < g ? g - y + 257 : 257 - (y - g), n.hold = c, n.bits = v;
1639
1639
  };
1640
1640
  }, {}], 49: [function(b, U, w) {
1641
- var l = b("../utils/common"), o = b("./adler32"), n = b("./crc32"), h = b("./inffast"), _ = b("./inftrees"), y = 1, p = 2, g = 0, i = -2, d = 1, r = 852, u = 592;
1641
+ var l = b("../utils/common"), o = b("./adler32"), n = b("./crc32"), u = b("./inffast"), _ = b("./inftrees"), y = 1, p = 2, g = 0, i = -2, d = 1, r = 852, h = 592;
1642
1642
  function a(m) {
1643
1643
  return (m >>> 24 & 255) + (m >>> 8 & 65280) + ((65280 & m) << 8) + ((255 & m) << 24);
1644
1644
  }
@@ -1647,7 +1647,7 @@ function Rt() {
1647
1647
  }
1648
1648
  function v(m) {
1649
1649
  var B;
1650
- return m && m.state ? (B = m.state, m.total_in = m.total_out = B.total = 0, m.msg = "", B.wrap && (m.adler = 1 & B.wrap), B.mode = d, B.last = 0, B.havedict = 0, B.dmax = 32768, B.head = null, B.hold = 0, B.bits = 0, B.lencode = B.lendyn = new l.Buf32(r), B.distcode = B.distdyn = new l.Buf32(u), B.sane = 1, B.back = -1, g) : i;
1650
+ return m && m.state ? (B = m.state, m.total_in = m.total_out = B.total = 0, m.msg = "", B.wrap && (m.adler = 1 & B.wrap), B.mode = d, B.last = 0, B.havedict = 0, B.dmax = 32768, B.head = null, B.hold = 0, B.bits = 0, B.lencode = B.lendyn = new l.Buf32(r), B.distcode = B.distdyn = new l.Buf32(h), B.sane = 1, B.back = -1, g) : i;
1651
1651
  }
1652
1652
  function S(m) {
1653
1653
  var B;
@@ -1681,7 +1681,7 @@ function Rt() {
1681
1681
  w.inflateReset = S, w.inflateReset2 = x, w.inflateResetKeep = v, w.inflateInit = function(m) {
1682
1682
  return D(m, 15);
1683
1683
  }, w.inflateInit2 = D, w.inflate = function(m, B) {
1684
- var e, T, J, P, $, j, V, E, C, X, G, H, nt, ot, Q, et, st, it, lt, ut, t, R, A, f, s = 0, k = new l.Buf8(4), F = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
1684
+ var e, T, J, P, $, j, V, E, C, X, G, H, nt, ot, Q, et, st, it, lt, ht, t, R, A, f, s = 0, k = new l.Buf8(4), F = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
1685
1685
  if (!m || !m.state || !m.output || !m.input && m.avail_in !== 0) return i;
1686
1686
  (e = m.state).mode === 12 && (e.mode = 13), $ = m.next_out, J = m.output, V = m.avail_out, P = m.next_in, T = m.input, j = m.avail_in, E = e.hold, C = e.bits, X = j, G = V, R = g;
1687
1687
  t: for (; ; ) switch (e.mode) {
@@ -1915,7 +1915,7 @@ function Rt() {
1915
1915
  e.mode = 21;
1916
1916
  case 21:
1917
1917
  if (6 <= j && 258 <= V) {
1918
- m.next_out = $, m.avail_out = V, m.next_in = P, m.avail_in = j, e.hold = E, e.bits = C, h(m, G), $ = m.next_out, J = m.output, V = m.avail_out, P = m.next_in, T = m.input, j = m.avail_in, E = e.hold, C = e.bits, e.mode === 12 && (e.back = -1);
1918
+ m.next_out = $, m.avail_out = V, m.next_in = P, m.avail_in = j, e.hold = E, e.bits = C, u(m, G), $ = m.next_out, J = m.output, V = m.avail_out, P = m.next_in, T = m.input, j = m.avail_in, E = e.hold, C = e.bits, e.mode === 12 && (e.back = -1);
1919
1919
  break;
1920
1920
  }
1921
1921
  for (e.back = 0; et = (s = e.lencode[E & (1 << e.lenbits) - 1]) >>> 16 & 255, st = 65535 & s, !((Q = s >>> 24) <= C); ) {
@@ -1923,7 +1923,7 @@ function Rt() {
1923
1923
  j--, E += T[P++] << C, C += 8;
1924
1924
  }
1925
1925
  if (et && (240 & et) == 0) {
1926
- for (it = Q, lt = et, ut = st; et = (s = e.lencode[ut + ((E & (1 << it + lt) - 1) >> it)]) >>> 16 & 255, st = 65535 & s, !(it + (Q = s >>> 24) <= C); ) {
1926
+ for (it = Q, lt = et, ht = st; et = (s = e.lencode[ht + ((E & (1 << it + lt) - 1) >> it)]) >>> 16 & 255, st = 65535 & s, !(it + (Q = s >>> 24) <= C); ) {
1927
1927
  if (j === 0) break t;
1928
1928
  j--, E += T[P++] << C, C += 8;
1929
1929
  }
@@ -1957,7 +1957,7 @@ function Rt() {
1957
1957
  j--, E += T[P++] << C, C += 8;
1958
1958
  }
1959
1959
  if ((240 & et) == 0) {
1960
- for (it = Q, lt = et, ut = st; et = (s = e.distcode[ut + ((E & (1 << it + lt) - 1) >> it)]) >>> 16 & 255, st = 65535 & s, !(it + (Q = s >>> 24) <= C); ) {
1960
+ for (it = Q, lt = et, ht = st; et = (s = e.distcode[ht + ((E & (1 << it + lt) - 1) >> it)]) >>> 16 & 255, st = 65535 & s, !(it + (Q = s >>> 24) <= C); ) {
1961
1961
  if (j === 0) break t;
1962
1962
  j--, E += T[P++] << C, C += 8;
1963
1963
  }
@@ -2048,8 +2048,8 @@ function Rt() {
2048
2048
  return m && m.state ? (e = m.state).wrap !== 0 && e.mode !== 11 ? i : e.mode === 11 && o(1, B, T, 0) !== e.check ? -3 : q(m, B, T, T) ? (e.mode = 31, -4) : (e.havedict = 1, g) : i;
2049
2049
  }, w.inflateInfo = "pako inflate (from Nodeca project)";
2050
2050
  }, { "../utils/common": 41, "./adler32": 43, "./crc32": 45, "./inffast": 48, "./inftrees": 50 }], 50: [function(b, U, w) {
2051
- var l = b("../utils/common"), o = [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0], n = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], h = [1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577, 0, 0], _ = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64];
2052
- U.exports = function(y, p, g, i, d, r, u, a) {
2051
+ var l = b("../utils/common"), o = [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0], n = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], u = [1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577, 0, 0], _ = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64];
2052
+ U.exports = function(y, p, g, i, d, r, h, a) {
2053
2053
  var c, v, S, x, D, O, L, I, W, q = a.bits, m = 0, B = 0, e = 0, T = 0, J = 0, P = 0, $ = 0, j = 0, V = 0, E = 0, C = null, X = 0, G = new l.Buf16(16), H = new l.Buf16(16), nt = null, ot = 0;
2054
2054
  for (m = 0; m <= 15; m++) G[m] = 0;
2055
2055
  for (B = 0; B < i; B++) G[p[g + B]]++;
@@ -2059,14 +2059,14 @@ function Rt() {
2059
2059
  for (J < e && (J = e), m = j = 1; m <= 15; m++) if (j <<= 1, (j -= G[m]) < 0) return -1;
2060
2060
  if (0 < j && (y === 0 || T !== 1)) return -1;
2061
2061
  for (H[1] = 0, m = 1; m < 15; m++) H[m + 1] = H[m] + G[m];
2062
- for (B = 0; B < i; B++) p[g + B] !== 0 && (u[H[p[g + B]]++] = B);
2063
- if (O = y === 0 ? (C = nt = u, 19) : y === 1 ? (C = o, X -= 257, nt = n, ot -= 257, 256) : (C = h, nt = _, -1), m = e, D = r, $ = B = E = 0, S = -1, x = (V = 1 << (P = J)) - 1, y === 1 && 852 < V || y === 2 && 592 < V) return 1;
2062
+ for (B = 0; B < i; B++) p[g + B] !== 0 && (h[H[p[g + B]]++] = B);
2063
+ if (O = y === 0 ? (C = nt = h, 19) : y === 1 ? (C = o, X -= 257, nt = n, ot -= 257, 256) : (C = u, nt = _, -1), m = e, D = r, $ = B = E = 0, S = -1, x = (V = 1 << (P = J)) - 1, y === 1 && 852 < V || y === 2 && 592 < V) return 1;
2064
2064
  for (; ; ) {
2065
- for (L = m - $, W = u[B] < O ? (I = 0, u[B]) : u[B] > O ? (I = nt[ot + u[B]], C[X + u[B]]) : (I = 96, 0), c = 1 << m - $, e = v = 1 << P; d[D + (E >> $) + (v -= c)] = L << 24 | I << 16 | W | 0, v !== 0; ) ;
2065
+ for (L = m - $, W = h[B] < O ? (I = 0, h[B]) : h[B] > O ? (I = nt[ot + h[B]], C[X + h[B]]) : (I = 96, 0), c = 1 << m - $, e = v = 1 << P; d[D + (E >> $) + (v -= c)] = L << 24 | I << 16 | W | 0, v !== 0; ) ;
2066
2066
  for (c = 1 << m - 1; E & c; ) c >>= 1;
2067
2067
  if (c !== 0 ? (E &= c - 1, E += c) : E = 0, B++, --G[m] == 0) {
2068
2068
  if (m === T) break;
2069
- m = p[g + u[B]];
2069
+ m = p[g + h[B]];
2070
2070
  }
2071
2071
  if (J < m && (E & x) !== S) {
2072
2072
  for ($ === 0 && ($ = J), D += e, j = 1 << (P = m - $); P + $ < T && !((j -= G[P + $]) <= 0); ) P++, j <<= 1;
@@ -2080,19 +2080,19 @@ function Rt() {
2080
2080
  U.exports = { 2: "need dictionary", 1: "stream end", 0: "", "-1": "file error", "-2": "stream error", "-3": "data error", "-4": "insufficient memory", "-5": "buffer error", "-6": "incompatible version" };
2081
2081
  }, {}], 52: [function(b, U, w) {
2082
2082
  var l = b("../utils/common"), o = 0, n = 1;
2083
- function h(s) {
2083
+ function u(s) {
2084
2084
  for (var k = s.length; 0 <= --k; ) s[k] = 0;
2085
2085
  }
2086
- var _ = 0, y = 29, p = 256, g = p + 1 + y, i = 30, d = 19, r = 2 * g + 1, u = 15, a = 16, c = 7, v = 256, S = 16, x = 17, D = 18, O = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0], L = [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13], I = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], W = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], q = new Array(2 * (g + 2));
2087
- h(q);
2086
+ var _ = 0, y = 29, p = 256, g = p + 1 + y, i = 30, d = 19, r = 2 * g + 1, h = 15, a = 16, c = 7, v = 256, S = 16, x = 17, D = 18, O = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0], L = [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13], I = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], W = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], q = new Array(2 * (g + 2));
2087
+ u(q);
2088
2088
  var m = new Array(2 * i);
2089
- h(m);
2089
+ u(m);
2090
2090
  var B = new Array(512);
2091
- h(B);
2091
+ u(B);
2092
2092
  var e = new Array(256);
2093
- h(e);
2093
+ u(e);
2094
2094
  var T = new Array(y);
2095
- h(T);
2095
+ u(T);
2096
2096
  var J, P, $, j = new Array(i);
2097
2097
  function V(s, k, F, N, z) {
2098
2098
  this.static_tree = s, this.extra_bits = k, this.extra_base = F, this.elems = N, this.max_length = z, this.has_stree = s && s.length;
@@ -2117,8 +2117,8 @@ function Rt() {
2117
2117
  return F >>> 1;
2118
2118
  }
2119
2119
  function ot(s, k, F) {
2120
- var N, z, Z = new Array(u + 1), K = 0;
2121
- for (N = 1; N <= u; N++) Z[N] = K = K + F[N - 1] << 1;
2120
+ var N, z, Z = new Array(h + 1), K = 0;
2121
+ for (N = 1; N <= h; N++) Z[N] = K = K + F[N - 1] << 1;
2122
2122
  for (z = 0; z <= k; z++) {
2123
2123
  var M = s[2 * z + 1];
2124
2124
  M !== 0 && (s[2 * z] = nt(Z[M]++, M));
@@ -2147,15 +2147,15 @@ function Rt() {
2147
2147
  if (s.last_lit !== 0) for (; N = s.pending_buf[s.d_buf + 2 * M] << 8 | s.pending_buf[s.d_buf + 2 * M + 1], z = s.pending_buf[s.l_buf + M], M++, N === 0 ? H(s, z, k) : (H(s, (Z = e[z]) + p + 1, k), (K = O[Z]) !== 0 && G(s, z -= T[Z], K), H(s, Z = C(--N), F), (K = L[Z]) !== 0 && G(s, N -= j[Z], K)), M < s.last_lit; ) ;
2148
2148
  H(s, v, k);
2149
2149
  }
2150
- function ut(s, k) {
2150
+ function ht(s, k) {
2151
2151
  var F, N, z, Z = k.dyn_tree, K = k.stat_desc.static_tree, M = k.stat_desc.has_stree, Y = k.stat_desc.elems, rt = -1;
2152
2152
  for (s.heap_len = 0, s.heap_max = r, F = 0; F < Y; F++) Z[2 * F] !== 0 ? (s.heap[++s.heap_len] = rt = F, s.depth[F] = 0) : Z[2 * F + 1] = 0;
2153
2153
  for (; s.heap_len < 2; ) Z[2 * (z = s.heap[++s.heap_len] = rt < 2 ? ++rt : 0)] = 1, s.depth[z] = 0, s.opt_len--, M && (s.static_len -= K[2 * z + 1]);
2154
2154
  for (k.max_code = rt, F = s.heap_len >> 1; 1 <= F; F--) it(s, Z, F);
2155
2155
  for (z = Y; F = s.heap[1], s.heap[1] = s.heap[s.heap_len--], it(s, Z, 1), N = s.heap[1], s.heap[--s.heap_max] = F, s.heap[--s.heap_max] = N, Z[2 * z] = Z[2 * F] + Z[2 * N], s.depth[z] = (s.depth[F] >= s.depth[N] ? s.depth[F] : s.depth[N]) + 1, Z[2 * F + 1] = Z[2 * N + 1] = z, s.heap[1] = z++, it(s, Z, 1), 2 <= s.heap_len; ) ;
2156
- s.heap[--s.heap_max] = s.heap[1], (function(tt, ht) {
2157
- var pt, ft, mt, at, gt, kt, dt = ht.dyn_tree, St = ht.max_code, Et = ht.stat_desc.static_tree, At = ht.stat_desc.has_stree, It = ht.stat_desc.extra_bits, zt = ht.stat_desc.extra_base, _t = ht.stat_desc.max_length, bt = 0;
2158
- for (at = 0; at <= u; at++) tt.bl_count[at] = 0;
2156
+ s.heap[--s.heap_max] = s.heap[1], (function(tt, ut) {
2157
+ var pt, ft, mt, at, gt, kt, dt = ut.dyn_tree, St = ut.max_code, Et = ut.stat_desc.static_tree, At = ut.stat_desc.has_stree, It = ut.stat_desc.extra_bits, zt = ut.stat_desc.extra_base, _t = ut.stat_desc.max_length, bt = 0;
2158
+ for (at = 0; at <= h; at++) tt.bl_count[at] = 0;
2159
2159
  for (dt[2 * tt.heap[tt.heap_max] + 1] = 0, pt = tt.heap_max + 1; pt < r; pt++) _t < (at = dt[2 * dt[2 * (ft = tt.heap[pt]) + 1] + 1] + 1) && (at = _t, bt++), dt[2 * ft + 1] = at, St < ft || (tt.bl_count[at]++, gt = 0, zt <= ft && (gt = It[ft - zt]), kt = dt[2 * ft], tt.opt_len += kt * (at + gt), At && (tt.static_len += kt * (Et[2 * ft + 1] + gt)));
2160
2160
  if (bt !== 0) {
2161
2161
  do {
@@ -2178,7 +2178,7 @@ function Rt() {
2178
2178
  Z = z, rt = (M = 0) === K ? (Y = 138, 3) : z === K ? (Y = 6, 3) : (Y = 7, 4);
2179
2179
  }
2180
2180
  }
2181
- h(j);
2181
+ u(j);
2182
2182
  var A = !1;
2183
2183
  function f(s, k, F, N) {
2184
2184
  G(s, (_ << 1) + (N ? 1 : 0), 3), (function(z, Z, K, M) {
@@ -2187,17 +2187,17 @@ function Rt() {
2187
2187
  }
2188
2188
  w._tr_init = function(s) {
2189
2189
  A || ((function() {
2190
- var k, F, N, z, Z, K = new Array(u + 1);
2190
+ var k, F, N, z, Z, K = new Array(h + 1);
2191
2191
  for (z = N = 0; z < y - 1; z++) for (T[z] = N, k = 0; k < 1 << O[z]; k++) e[N++] = z;
2192
2192
  for (e[N - 1] = z, z = Z = 0; z < 16; z++) for (j[z] = Z, k = 0; k < 1 << L[z]; k++) B[Z++] = z;
2193
2193
  for (Z >>= 7; z < i; z++) for (j[z] = Z << 7, k = 0; k < 1 << L[z] - 7; k++) B[256 + Z++] = z;
2194
- for (F = 0; F <= u; F++) K[F] = 0;
2194
+ for (F = 0; F <= h; F++) K[F] = 0;
2195
2195
  for (k = 0; k <= 143; ) q[2 * k + 1] = 8, k++, K[8]++;
2196
2196
  for (; k <= 255; ) q[2 * k + 1] = 9, k++, K[9]++;
2197
2197
  for (; k <= 279; ) q[2 * k + 1] = 7, k++, K[7]++;
2198
2198
  for (; k <= 287; ) q[2 * k + 1] = 8, k++, K[8]++;
2199
2199
  for (ot(q, g + 1, K), k = 0; k < i; k++) m[2 * k + 1] = 5, m[2 * k] = nt(k, 5);
2200
- J = new V(q, O, p + 1, g, u), P = new V(m, L, 0, i, u), $ = new V(new Array(0), I, 0, d, c);
2200
+ J = new V(q, O, p + 1, g, h), P = new V(m, L, 0, i, h), $ = new V(new Array(0), I, 0, d, c);
2201
2201
  })(), A = !0), s.l_desc = new E(s.dyn_ltree, J), s.d_desc = new E(s.dyn_dtree, P), s.bl_desc = new E(s.bl_tree, $), s.bi_buf = 0, s.bi_valid = 0, Q(s);
2202
2202
  }, w._tr_stored_block = f, w._tr_flush_block = function(s, k, F, N) {
2203
2203
  var z, Z, K = 0;
@@ -2207,13 +2207,13 @@ function Rt() {
2207
2207
  if (M.dyn_ltree[18] !== 0 || M.dyn_ltree[20] !== 0 || M.dyn_ltree[26] !== 0) return n;
2208
2208
  for (Y = 32; Y < p; Y++) if (M.dyn_ltree[2 * Y] !== 0) return n;
2209
2209
  return o;
2210
- })(s)), ut(s, s.l_desc), ut(s, s.d_desc), K = (function(M) {
2210
+ })(s)), ht(s, s.l_desc), ht(s, s.d_desc), K = (function(M) {
2211
2211
  var Y;
2212
- for (t(M, M.dyn_ltree, M.l_desc.max_code), t(M, M.dyn_dtree, M.d_desc.max_code), ut(M, M.bl_desc), Y = d - 1; 3 <= Y && M.bl_tree[2 * W[Y] + 1] === 0; Y--) ;
2212
+ for (t(M, M.dyn_ltree, M.l_desc.max_code), t(M, M.dyn_dtree, M.d_desc.max_code), ht(M, M.bl_desc), Y = d - 1; 3 <= Y && M.bl_tree[2 * W[Y] + 1] === 0; Y--) ;
2213
2213
  return M.opt_len += 3 * (Y + 1) + 5 + 5 + 4, Y;
2214
2214
  })(s), z = s.opt_len + 3 + 7 >>> 3, (Z = s.static_len + 3 + 7 >>> 3) <= z && (z = Z)) : z = Z = F + 5, F + 4 <= z && k !== -1 ? f(s, k, F, N) : s.strategy === 4 || Z === z ? (G(s, 2 + (N ? 1 : 0), 3), lt(s, q, m)) : (G(s, 4 + (N ? 1 : 0), 3), (function(M, Y, rt, tt) {
2215
- var ht;
2216
- for (G(M, Y - 257, 5), G(M, rt - 1, 5), G(M, tt - 4, 4), ht = 0; ht < tt; ht++) G(M, M.bl_tree[2 * W[ht] + 1], 3);
2215
+ var ut;
2216
+ for (G(M, Y - 257, 5), G(M, rt - 1, 5), G(M, tt - 4, 4), ut = 0; ut < tt; ut++) G(M, M.bl_tree[2 * W[ut] + 1], 3);
2217
2217
  R(M, M.dyn_ltree, Y - 1), R(M, M.dyn_dtree, rt - 1);
2218
2218
  })(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, K + 1), lt(s, s.dyn_ltree, s.dyn_dtree)), Q(s), N && et(s);
2219
2219
  }, w._tr_tally = function(s, k, F) {
@@ -2231,8 +2231,8 @@ function Rt() {
2231
2231
  (function(l) {
2232
2232
  (function(o, n) {
2233
2233
  if (!o.setImmediate) {
2234
- var h, _, y, p, g = 1, i = {}, d = !1, r = o.document, u = Object.getPrototypeOf && Object.getPrototypeOf(o);
2235
- u = u && u.setTimeout ? u : o, h = {}.toString.call(o.process) === "[object process]" ? function(S) {
2234
+ var u, _, y, p, g = 1, i = {}, d = !1, r = o.document, h = Object.getPrototypeOf && Object.getPrototypeOf(o);
2235
+ h = h && h.setTimeout ? h : o, u = {}.toString.call(o.process) === "[object process]" ? function(S) {
2236
2236
  process.nextTick(function() {
2237
2237
  c(S);
2238
2238
  });
@@ -2256,12 +2256,12 @@ function Rt() {
2256
2256
  }, _.appendChild(x);
2257
2257
  }) : function(S) {
2258
2258
  setTimeout(c, 0, S);
2259
- }, u.setImmediate = function(S) {
2259
+ }, h.setImmediate = function(S) {
2260
2260
  typeof S != "function" && (S = new Function("" + S));
2261
2261
  for (var x = new Array(arguments.length - 1), D = 0; D < x.length; D++) x[D] = arguments[D + 1];
2262
2262
  var O = { callback: S, args: x };
2263
- return i[g] = O, h(g), g++;
2264
- }, u.clearImmediate = a;
2263
+ return i[g] = O, u(g), g++;
2264
+ }, h.clearImmediate = a;
2265
2265
  }
2266
2266
  function a(S) {
2267
2267
  delete i[S];
@@ -2307,16 +2307,18 @@ function Rt() {
2307
2307
  });
2308
2308
  })(xt)), xt.exports;
2309
2309
  }
2310
- var Tt = Rt();
2311
- const Dt = /* @__PURE__ */ Ot(Tt);
2312
- async function Ut(ct) {
2313
- const wt = new Dt(), b = await Bt(ct);
2310
+ var Dt = Tt();
2311
+ const Ft = /* @__PURE__ */ Ot(Dt);
2312
+ async function Pt(ct) {
2313
+ const wt = new Ft(), b = await Rt(ct);
2314
2314
  for await (const l of b)
2315
2315
  wt.file(l.path, l.data);
2316
- const U = await wt.generateAsync({ type: "blob" }), w = document.createElement("a");
2316
+ const U = await wt.generateAsync({ type: "blob" });
2317
+ Bt("Generated offline ZIP bundle, size:", U.size);
2318
+ const w = document.createElement("a");
2317
2319
  w.href = URL.createObjectURL(U), w.download = "offline.zip", w.click(), URL.revokeObjectURL(w.href);
2318
2320
  }
2319
2321
  export {
2320
- Ut as downloadZip
2322
+ Pt as downloadZip
2321
2323
  };
2322
- //# sourceMappingURL=downloadZip-BbVnryS9.js.map
2324
+ //# sourceMappingURL=downloadZip-CohB2rQN.js.map