pako.min.js 77 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335
  1. /*! pako 2.1.0 https://github.com/nodeca/pako @license (MIT AND Zlib) */ ! function(t, e) {
  2. "object" == typeof exports && "undefined" != typeof module ? e(exports) : "function" == typeof define && define.amd ? define(["exports"], e) : e((t = "undefined" != typeof globalThis ? globalThis : t || self).pako = {})
  3. }(this, (function(t) {
  4. "use strict";
  5. function e(t) {
  6. let e = t.length;
  7. for (; --e >= 0;) t[e] = 0
  8. }
  9. const a = 256, i = 286, n = 30, s = 15, r = new Uint8Array([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]), o = new Uint8Array([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]), l = new Uint8Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7]), h = new Uint8Array([16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]), d = new Array(576);
  10. e(d);
  11. const _ = new Array(60);
  12. e(_);
  13. const f = new Array(512);
  14. e(f);
  15. const c = new Array(256);
  16. e(c);
  17. const u = new Array(29);
  18. e(u);
  19. const w = new Array(n);
  20. function m(t, e, a, i, n) {
  21. this.static_tree = t, this.extra_bits = e, this.extra_base = a, this.elems = i, this.max_length = n, this.has_stree = t && t.length
  22. }
  23. let b, g, p;
  24. function k(t, e) {
  25. this.dyn_tree = t, this.max_code = 0, this.stat_desc = e
  26. }
  27. e(w);
  28. const v = t => t < 256 ? f[t] : f[256 + (t >>> 7)], y = (t, e) => {
  29. t.pending_buf[t.pending++] = 255 & e, t.pending_buf[t.pending++] = e >>> 8 & 255
  30. }, x = (t, e, a) => {
  31. t.bi_valid > 16 - a ? (t.bi_buf |= e << t.bi_valid & 65535, y(t, t.bi_buf), t.bi_buf = e >> 16 - t.bi_valid, t.bi_valid += a - 16) : (t.bi_buf |= e << t.bi_valid & 65535, t.bi_valid += a)
  32. }, z = (t, e, a) => {
  33. x(t, a[2 * e], a[2 * e + 1])
  34. }, A = (t, e) => {
  35. let a = 0;
  36. do {
  37. a |= 1 & t, t >>>= 1, a <<= 1
  38. } while (--e > 0);
  39. return a >>> 1
  40. }, E = (t, e, a) => {
  41. const i = new Array(16);
  42. let n, r, o = 0;
  43. for (n = 1; n <= s; n++) o = o + a[n - 1] << 1, i[n] = o;
  44. for (r = 0; r <= e; r++) {
  45. let e = t[2 * r + 1];
  46. 0 !== e && (t[2 * r] = A(i[e]++, e))
  47. }
  48. }, R = t => {
  49. let e;
  50. for (e = 0; e < i; e++) t.dyn_ltree[2 * e] = 0;
  51. for (e = 0; e < n; e++) t.dyn_dtree[2 * e] = 0;
  52. for (e = 0; e < 19; e++) t.bl_tree[2 * e] = 0;
  53. t.dyn_ltree[512] = 1, t.opt_len = t.static_len = 0, t.sym_next = t.matches = 0
  54. }, Z = t => {
  55. t.bi_valid > 8 ? y(t, t.bi_buf) : t.bi_valid > 0 && (t.pending_buf[t.pending++] = t.bi_buf), t.bi_buf = 0, t.bi_valid = 0
  56. }, U = (t, e, a, i) => {
  57. const n = 2 * e, s = 2 * a;
  58. return t[n] < t[s] || t[n] === t[s] && i[e] <= i[a]
  59. }, S = (t, e, a) => {
  60. const i = t.heap[a];
  61. let n = a << 1;
  62. for (; n <= t.heap_len && (n < t.heap_len && U(e, t.heap[n + 1], t.heap[n], t.depth) && n++, !U(e, i, t.heap[n], t.depth));) t.heap[a] = t.heap[n], a = n, n <<= 1;
  63. t.heap[a] = i
  64. }, D = (t, e, i) => {
  65. let n, s, l, h, d = 0;
  66. if (0 !== t.sym_next) do {
  67. n = 255 & t.pending_buf[t.sym_buf + d++], n += (255 & t.pending_buf[t.sym_buf + d++]) << 8, s = t.pending_buf[t.sym_buf + d++], 0 === n ? z(t, s, e) : (l = c[s], z(t, l + a + 1, e), h = r[l], 0 !== h && (s -= u[l], x(t, s, h)), n--, l = v(n), z(t, l, i), h = o[l], 0 !== h && (n -= w[l], x(t, n, h)))
  68. } while (d < t.sym_next);
  69. z(t, 256, e)
  70. }, T = (t, e) => {
  71. const a = e.dyn_tree, i = e.stat_desc.static_tree, n = e.stat_desc.has_stree, r = e.stat_desc.elems;
  72. let o, l, h, d = -1;
  73. for (t.heap_len = 0, t.heap_max = 573, o = 0; o < r; o++) 0 !== a[2 * o] ? (t.heap[++t.heap_len] = d = o, t.depth[o] = 0) : a[2 * o + 1] = 0;
  74. for (; t.heap_len < 2;) h = t.heap[++t.heap_len] = d < 2 ? ++d : 0, a[2 * h] = 1, t.depth[h] = 0, t.opt_len--, n && (t.static_len -= i[2 * h + 1]);
  75. for (e.max_code = d, o = t.heap_len >> 1; o >= 1; o--) S(t, a, o);
  76. h = r;
  77. do {
  78. o = t.heap[1], t.heap[1] = t.heap[t.heap_len--], S(t, a, 1), l = t.heap[1], t.heap[--t.heap_max] = o, t.heap[--t.heap_max] = l, a[2 * h] = a[2 * o] + a[2 * l], t.depth[h] = (t.depth[o] >= t.depth[l] ? t.depth[o] : t.depth[l]) + 1, a[2 * o + 1] = a[2 * l + 1] = h, t.heap[1] = h++, S(t, a, 1)
  79. } while (t.heap_len >= 2);
  80. t.heap[--t.heap_max] = t.heap[1], ((t, e) => {
  81. const a = e.dyn_tree, i = e.max_code, n = e.stat_desc.static_tree, r = e.stat_desc.has_stree, o = e.stat_desc.extra_bits, l = e.stat_desc.extra_base, h = e.stat_desc.max_length;
  82. let d, _, f, c, u, w, m = 0;
  83. for (c = 0; c <= s; c++) t.bl_count[c] = 0;
  84. for (a[2 * t.heap[t.heap_max] + 1] = 0, d = t.heap_max + 1; d < 573; d++) _ = t.heap[d], c = a[2 * a[2 * _ + 1] + 1] + 1, c > h && (c = h, m++), a[2 * _ + 1] = c, _ > i || (t.bl_count[c]++, u = 0, _ >= l && (u = o[_ - l]), w = a[2 * _], t.opt_len += w * (c + u), r && (t.static_len += w * (n[2 * _ + 1] + u)));
  85. if (0 !== m) {
  86. do {
  87. for (c = h - 1; 0 === t.bl_count[c];) c--;
  88. t.bl_count[c]--, t.bl_count[c + 1] += 2, t.bl_count[h]--, m -= 2
  89. } while (m > 0);
  90. for (c = h; 0 !== c; c--) for (_ = t.bl_count[c]; 0 !== _;) f = t.heap[--d], f > i || (a[2 * f + 1] !== c && (t.opt_len += (c - a[2 * f + 1]) * a[2 * f], a[2 * f + 1] = c), _--)
  91. }
  92. })(t, e), E(a, d, t.bl_count)
  93. }, O = (t, e, a) => {
  94. let i, n, s = -1, r = e[1], o = 0, l = 7, h = 4;
  95. for (0 === r && (l = 138, h = 3), e[2 * (a + 1) + 1] = 65535, i = 0; i <= a; i++) n = r, r = e[2 * (i + 1) + 1], ++o < l && n === r || (o < h ? t.bl_tree[2 * n] += o : 0 !== n ? (n !== s && t.bl_tree[2 * n]++, t.bl_tree[32]++) : o <= 10 ? t.bl_tree[34]++ : t.bl_tree[36]++, o = 0, s = n, 0 === r ? (l = 138, h = 3) : n === r ? (l = 6, h = 3) : (l = 7, h = 4))
  96. }, I = (t, e, a) => {
  97. let i, n, s = -1, r = e[1], o = 0, l = 7, h = 4;
  98. for (0 === r && (l = 138, h = 3), i = 0; i <= a; i++) if (n = r, r = e[2 * (i + 1) + 1], !(++o < l && n === r)) {
  99. if (o < h) do {
  100. z(t, n, t.bl_tree)
  101. } while (0 != --o);
  102. else 0 !== n ? (n !== s && (z(t, n, t.bl_tree), o--), z(t, 16, t.bl_tree), x(t, o - 3, 2)) : o <= 10 ? (z(t, 17, t.bl_tree), x(t, o - 3, 3)) : (z(t, 18, t.bl_tree), x(t, o - 11, 7));
  103. o = 0, s = n, 0 === r ? (l = 138, h = 3) : n === r ? (l = 6, h = 3) : (l = 7, h = 4)
  104. }
  105. };
  106. let F = !1;
  107. const L = (t, e, a, i) => {
  108. x(t, 0 + (i ? 1 : 0), 3), Z(t), y(t, a), y(t, ~a), a && t.pending_buf.set(t.window.subarray(e, e + a), t.pending), t.pending += a
  109. };
  110. var N = (t, e, i, n) => {
  111. let s, r, o = 0;
  112. t.level > 0 ? (2 === t.strm.data_type && (t.strm.data_type = (t => {
  113. let e, i = 4093624447;
  114. for (e = 0; e <= 31; e++, i >>>= 1) if (1 & i && 0 !== t.dyn_ltree[2 * e]) return 0;
  115. if (0 !== t.dyn_ltree[18] || 0 !== t.dyn_ltree[20] || 0 !== t.dyn_ltree[26]) return 1;
  116. for (e = 32; e < a; e++) if (0 !== t.dyn_ltree[2 * e]) return 1;
  117. return 0
  118. })(t)), T(t, t.l_desc), T(t, t.d_desc), o = (t => {
  119. let e;
  120. for (O(t, t.dyn_ltree, t.l_desc.max_code), O(t, t.dyn_dtree, t.d_desc.max_code), T(t, t.bl_desc), e = 18; e >= 3 && 0 === t.bl_tree[2 * h[e] + 1]; e--);
  121. return t.opt_len += 3 * (e + 1) + 5 + 5 + 4, e
  122. })(t), s = t.opt_len + 3 + 7 >>> 3, r = t.static_len + 3 + 7 >>> 3, r <= s && (s = r)) : s = r = i + 5, i + 4 <= s && -1 !== e ? L(t, e, i, n) : 4 === t.strategy || r === s ? (x(t, 2 + (n ? 1 : 0), 3), D(t, d, _)) : (x(t, 4 + (n ? 1 : 0), 3), ((t, e, a, i) => {
  123. let n;
  124. for (x(t, e - 257, 5), x(t, a - 1, 5), x(t, i - 4, 4), n = 0; n < i; n++) x(t, t.bl_tree[2 * h[n] + 1], 3);
  125. I(t, t.dyn_ltree, e - 1), I(t, t.dyn_dtree, a - 1)
  126. })(t, t.l_desc.max_code + 1, t.d_desc.max_code + 1, o + 1), D(t, t.dyn_ltree, t.dyn_dtree)), R(t), n && Z(t)
  127. }, B = {
  128. _tr_init: t => {
  129. F || ((() => {
  130. let t, e, a, h, k;
  131. const v = new Array(16);
  132. for (a = 0, h = 0; h < 28; h++) for (u[h] = a, t = 0; t < 1 << r[h]; t++) c[a++] = h;
  133. for (c[a - 1] = h, k = 0, h = 0; h < 16; h++) for (w[h] = k, t = 0; t < 1 << o[h]; t++) f[k++] = h;
  134. for (k >>= 7; h < n; h++) for (w[h] = k << 7, t = 0; t < 1 << o[h] - 7; t++) f[256 + k++] = h;
  135. for (e = 0; e <= s; e++) v[e] = 0;
  136. for (t = 0; t <= 143;) d[2 * t + 1] = 8, t++, v[8]++;
  137. for (; t <= 255;) d[2 * t + 1] = 9, t++, v[9]++;
  138. for (; t <= 279;) d[2 * t + 1] = 7, t++, v[7]++;
  139. for (; t <= 287;) d[2 * t + 1] = 8, t++, v[8]++;
  140. for (E(d, 287, v), t = 0; t < n; t++) _[2 * t + 1] = 5, _[2 * t] = A(t, 5);
  141. b = new m(d, r, 257, i, s), g = new m(_, o, 0, n, s), p = new m(new Array(0), l, 0, 19, 7)
  142. })(), F = !0), t.l_desc = new k(t.dyn_ltree, b), t.d_desc = new k(t.dyn_dtree, g), t.bl_desc = new k(t.bl_tree, p), t.bi_buf = 0, t.bi_valid = 0, R(t)
  143. },
  144. _tr_stored_block: L,
  145. _tr_flush_block: N,
  146. _tr_tally: (t, e, i) => (t.pending_buf[t.sym_buf + t.sym_next++] = e, t.pending_buf[t.sym_buf + t.sym_next++] = e >> 8, t.pending_buf[t.sym_buf + t.sym_next++] = i, 0 === e ? t.dyn_ltree[2 * i]++ : (t.matches++, e--, t.dyn_ltree[2 * (c[i] + a + 1)]++, t.dyn_dtree[2 * v(e)]++), t.sym_next === t.sym_end),
  147. _tr_align: t => {
  148. x(t, 2, 3), z(t, 256, d), (t => {
  149. 16 === t.bi_valid ? (y(t, t.bi_buf), t.bi_buf = 0, t.bi_valid = 0) : t.bi_valid >= 8 && (t.pending_buf[t.pending++] = 255 & t.bi_buf, t.bi_buf >>= 8, t.bi_valid -= 8)
  150. })(t)
  151. }
  152. };
  153. var C = (t, e, a, i) => {
  154. let n = 65535 & t | 0, s = t >>> 16 & 65535 | 0, r = 0;
  155. for (; 0 !== a;) {
  156. r = a > 2e3 ? 2e3 : a, a -= r;
  157. do {
  158. n = n + e[i++] | 0, s = s + n | 0
  159. } while (--r);
  160. n %= 65521, s %= 65521
  161. }
  162. return n | s << 16 | 0
  163. };
  164. const M = new Uint32Array((() => {
  165. let t, e = [];
  166. for (var a = 0; a < 256; a++) {
  167. t = a;
  168. for (var i = 0; i < 8; i++) t = 1 & t ? 3988292384 ^ t >>> 1 : t >>> 1;
  169. e[a] = t
  170. }
  171. return e
  172. })());
  173. var H = (t, e, a, i) => {
  174. const n = M, s = i + a;
  175. t ^= -1;
  176. for (let a = i; a < s; a++) t = t >>> 8 ^ n[255 & (t ^ e[a])];
  177. return -1 ^ t
  178. }, j = {
  179. 2: "need dictionary",
  180. 1: "stream end",
  181. 0: "",
  182. "-1": "file error",
  183. "-2": "stream error",
  184. "-3": "data error",
  185. "-4": "insufficient memory",
  186. "-5": "buffer error",
  187. "-6": "incompatible version"
  188. }, K = {
  189. Z_NO_FLUSH: 0,
  190. Z_PARTIAL_FLUSH: 1,
  191. Z_SYNC_FLUSH: 2,
  192. Z_FULL_FLUSH: 3,
  193. Z_FINISH: 4,
  194. Z_BLOCK: 5,
  195. Z_TREES: 6,
  196. Z_OK: 0,
  197. Z_STREAM_END: 1,
  198. Z_NEED_DICT: 2,
  199. Z_ERRNO: -1,
  200. Z_STREAM_ERROR: -2,
  201. Z_DATA_ERROR: -3,
  202. Z_MEM_ERROR: -4,
  203. Z_BUF_ERROR: -5,
  204. Z_NO_COMPRESSION: 0,
  205. Z_BEST_SPEED: 1,
  206. Z_BEST_COMPRESSION: 9,
  207. Z_DEFAULT_COMPRESSION: -1,
  208. Z_FILTERED: 1,
  209. Z_HUFFMAN_ONLY: 2,
  210. Z_RLE: 3,
  211. Z_FIXED: 4,
  212. Z_DEFAULT_STRATEGY: 0,
  213. Z_BINARY: 0,
  214. Z_TEXT: 1,
  215. Z_UNKNOWN: 2,
  216. Z_DEFLATED: 8
  217. };
  218. const {
  219. _tr_init: P,
  220. _tr_stored_block: Y,
  221. _tr_flush_block: G,
  222. _tr_tally: X,
  223. _tr_align: W
  224. } = B, {
  225. Z_NO_FLUSH: q,
  226. Z_PARTIAL_FLUSH: J,
  227. Z_FULL_FLUSH: Q,
  228. Z_FINISH: V,
  229. Z_BLOCK: $,
  230. Z_OK: tt,
  231. Z_STREAM_END: et,
  232. Z_STREAM_ERROR: at,
  233. Z_DATA_ERROR: it,
  234. Z_BUF_ERROR: nt,
  235. Z_DEFAULT_COMPRESSION: st,
  236. Z_FILTERED: rt,
  237. Z_HUFFMAN_ONLY: ot,
  238. Z_RLE: lt,
  239. Z_FIXED: ht,
  240. Z_DEFAULT_STRATEGY: dt,
  241. Z_UNKNOWN: _t,
  242. Z_DEFLATED: ft
  243. } = K, ct = 258, ut = 262, wt = 42, mt = 113, bt = 666, gt = (t, e) => (t.msg = j[e], e), pt = t => 2 * t - (t > 4 ? 9 : 0), kt = t => {
  244. let e = t.length;
  245. for (; --e >= 0;) t[e] = 0
  246. }, vt = t => {
  247. let e, a, i, n = t.w_size;
  248. e = t.hash_size, i = e;
  249. do {
  250. a = t.head[--i], t.head[i] = a >= n ? a - n : 0
  251. } while (--e);
  252. e = n, i = e;
  253. do {
  254. a = t.prev[--i], t.prev[i] = a >= n ? a - n : 0
  255. } while (--e)
  256. };
  257. let yt = (t, e, a) => (e << t.hash_shift ^ a) & t.hash_mask;
  258. const xt = t => {
  259. const e = t.state;
  260. let a = e.pending;
  261. a > t.avail_out && (a = t.avail_out), 0 !== a && (t.output.set(e.pending_buf.subarray(e.pending_out, e.pending_out + a), t.next_out), t.next_out += a, e.pending_out += a, t.total_out += a, t.avail_out -= a, e.pending -= a, 0 === e.pending && (e.pending_out = 0))
  262. }, zt = (t, e) => {
  263. G(t, t.block_start >= 0 ? t.block_start : -1, t.strstart - t.block_start, e), t.block_start = t.strstart, xt(t.strm)
  264. }, At = (t, e) => {
  265. t.pending_buf[t.pending++] = e
  266. }, Et = (t, e) => {
  267. t.pending_buf[t.pending++] = e >>> 8 & 255, t.pending_buf[t.pending++] = 255 & e
  268. }, Rt = (t, e, a, i) => {
  269. let n = t.avail_in;
  270. return n > i && (n = i), 0 === n ? 0 : (t.avail_in -= n, e.set(t.input.subarray(t.next_in, t.next_in + n), a), 1 === t.state.wrap ? t.adler = C(t.adler, e, n, a) : 2 === t.state.wrap && (t.adler = H(t.adler, e, n, a)), t.next_in += n, t.total_in += n, n)
  271. }, Zt = (t, e) => {
  272. let a, i, n = t.max_chain_length, s = t.strstart, r = t.prev_length, o = t.nice_match;
  273. const l = t.strstart > t.w_size - ut ? t.strstart - (t.w_size - ut) : 0, h = t.window, d = t.w_mask, _ = t.prev, f = t.strstart + ct;
  274. let c = h[s + r - 1], u = h[s + r];
  275. t.prev_length >= t.good_match && (n >>= 2), o > t.lookahead && (o = t.lookahead);
  276. do {
  277. if (a = e, h[a + r] === u && h[a + r - 1] === c && h[a] === h[s] && h[++a] === h[s + 1]) {
  278. s += 2, a++;
  279. do {} while (h[++s] === h[++a] && h[++s] === h[++a] && h[++s] === h[++a] && h[++s] === h[++a] && h[++s] === h[++a] && h[++s] === h[++a] && h[++s] === h[++a] && h[++s] === h[++a] && s < f);
  280. if (i = ct - (f - s), s = f - ct, i > r) {
  281. if (t.match_start = e, r = i, i >= o) break;
  282. c = h[s + r - 1], u = h[s + r]
  283. }
  284. }
  285. } while ((e = _[e & d]) > l && 0 != --n);
  286. return r <= t.lookahead ? r : t.lookahead
  287. }, Ut = t => {
  288. const e = t.w_size;
  289. let a, i, n;
  290. do {
  291. if (i = t.window_size - t.lookahead - t.strstart, t.strstart >= e + (e - ut) && (t.window.set(t.window.subarray(e, e + e - i), 0), t.match_start -= e, t.strstart -= e, t.block_start -= e, t.insert > t.strstart && (t.insert = t.strstart), vt(t), i += e), 0 === t.strm.avail_in) break;
  292. if (a = Rt(t.strm, t.window, t.strstart + t.lookahead, i), t.lookahead += a, t.lookahead + t.insert >= 3) for (n = t.strstart - t.insert, t.ins_h = t.window[n], t.ins_h = yt(t, t.ins_h, t.window[n + 1]); t.insert && (t.ins_h = yt(t, t.ins_h, t.window[n + 3 - 1]), t.prev[n & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = n, n++, t.insert--, !(t.lookahead + t.insert < 3)););
  293. } while (t.lookahead < ut && 0 !== t.strm.avail_in)
  294. }, St = (t, e) => {
  295. let a, i, n, s = t.pending_buf_size - 5 > t.w_size ? t.w_size : t.pending_buf_size - 5, r = 0, o = t.strm.avail_in;
  296. do {
  297. if (a = 65535, n = t.bi_valid + 42 >> 3, t.strm.avail_out < n) break;
  298. if (n = t.strm.avail_out - n, i = t.strstart - t.block_start, a > i + t.strm.avail_in && (a = i + t.strm.avail_in), a > n && (a = n), a < s && (0 === a && e !== V || e === q || a !== i + t.strm.avail_in)) break;
  299. r = e === V && a === i + t.strm.avail_in ? 1 : 0, Y(t, 0, 0, r), t.pending_buf[t.pending - 4] = a, t.pending_buf[t.pending - 3] = a >> 8, t.pending_buf[t.pending - 2] = ~a, t.pending_buf[t.pending - 1] = ~a >> 8, xt(t.strm), i && (i > a && (i = a), t.strm.output.set(t.window.subarray(t.block_start, t.block_start + i), t.strm.next_out), t.strm.next_out += i, t.strm.avail_out -= i, t.strm.total_out += i, t.block_start += i, a -= i), a && (Rt(t.strm, t.strm.output, t.strm.next_out, a), t.strm.next_out += a, t.strm.avail_out -= a, t.strm.total_out += a)
  300. } while (0 === r);
  301. return o -= t.strm.avail_in, o && (o >= t.w_size ? (t.matches = 2, t.window.set(t.strm.input.subarray(t.strm.next_in - t.w_size, t.strm.next_in), 0), t.strstart = t.w_size, t.insert = t.strstart) : (t.window_size - t.strstart <= o && (t.strstart -= t.w_size, t.window.set(t.window.subarray(t.w_size, t.w_size + t.strstart), 0), t.matches < 2 && t.matches++, t.insert > t.strstart && (t.insert = t.strstart)), t.window.set(t.strm.input.subarray(t.strm.next_in - o, t.strm.next_in), t.strstart), t.strstart += o, t.insert += o > t.w_size - t.insert ? t.w_size - t.insert : o), t.block_start = t.strstart), t.high_water < t.strstart && (t.high_water = t.strstart), r ? 4 : e !== q && e !== V && 0 === t.strm.avail_in && t.strstart === t.block_start ? 2 : (n = t.window_size - t.strstart, t.strm.avail_in > n && t.block_start >= t.w_size && (t.block_start -= t.w_size, t.strstart -= t.w_size, t.window.set(t.window.subarray(t.w_size, t.w_size + t.strstart), 0), t.matches < 2 && t.matches++, n += t.w_size, t.insert > t.strstart && (t.insert = t.strstart)), n > t.strm.avail_in && (n = t.strm.avail_in), n && (Rt(t.strm, t.window, t.strstart, n), t.strstart += n, t.insert += n > t.w_size - t.insert ? t.w_size - t.insert : n), t.high_water < t.strstart && (t.high_water = t.strstart), n = t.bi_valid + 42 >> 3, n = t.pending_buf_size - n > 65535 ? 65535 : t.pending_buf_size - n, s = n > t.w_size ? t.w_size : n, i = t.strstart - t.block_start, (i >= s || (i || e === V) && e !== q && 0 === t.strm.avail_in && i <= n) && (a = i > n ? n : i, r = e === V && 0 === t.strm.avail_in && a === i ? 1 : 0, Y(t, t.block_start, a, r), t.block_start += a, xt(t.strm)), r ? 3 : 1)
  302. }, Dt = (t, e) => {
  303. let a, i;
  304. for (;;) {
  305. if (t.lookahead < ut) {
  306. if (Ut(t), t.lookahead < ut && e === q) return 1;
  307. if (0 === t.lookahead) break
  308. }
  309. if (a = 0, t.lookahead >= 3 && (t.ins_h = yt(t, t.ins_h, t.window[t.strstart + 3 - 1]), a = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart), 0 !== a && t.strstart - a <= t.w_size - ut && (t.match_length = Zt(t, a)), t.match_length >= 3) if (i = X(t, t.strstart - t.match_start, t.match_length - 3), t.lookahead -= t.match_length, t.match_length <= t.max_lazy_match && t.lookahead >= 3) {
  310. t.match_length--;
  311. do {
  312. t.strstart++, t.ins_h = yt(t, t.ins_h, t.window[t.strstart + 3 - 1]), a = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart
  313. } while (0 != --t.match_length);
  314. t.strstart++
  315. } else t.strstart += t.match_length, t.match_length = 0, t.ins_h = t.window[t.strstart], t.ins_h = yt(t, t.ins_h, t.window[t.strstart + 1]);
  316. else i = X(t, 0, t.window[t.strstart]), t.lookahead--, t.strstart++;
  317. if (i && (zt(t, !1), 0 === t.strm.avail_out)) return 1
  318. }
  319. return t.insert = t.strstart < 2 ? t.strstart : 2, e === V ? (zt(t, !0), 0 === t.strm.avail_out ? 3 : 4) : t.sym_next && (zt(t, !1), 0 === t.strm.avail_out) ? 1 : 2
  320. }, Tt = (t, e) => {
  321. let a, i, n;
  322. for (;;) {
  323. if (t.lookahead < ut) {
  324. if (Ut(t), t.lookahead < ut && e === q) return 1;
  325. if (0 === t.lookahead) break
  326. }
  327. if (a = 0, t.lookahead >= 3 && (t.ins_h = yt(t, t.ins_h, t.window[t.strstart + 3 - 1]), a = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart), t.prev_length = t.match_length, t.prev_match = t.match_start, t.match_length = 2, 0 !== a && t.prev_length < t.max_lazy_match && t.strstart - a <= t.w_size - ut && (t.match_length = Zt(t, a), t.match_length <= 5 && (t.strategy === rt || 3 === t.match_length && t.strstart - t.match_start > 4096) && (t.match_length = 2)), t.prev_length >= 3 && t.match_length <= t.prev_length) {
  328. n = t.strstart + t.lookahead - 3, i = X(t, t.strstart - 1 - t.prev_match, t.prev_length - 3), t.lookahead -= t.prev_length - 1, t.prev_length -= 2;
  329. do {++t.strstart <= n && (t.ins_h = yt(t, t.ins_h, t.window[t.strstart + 3 - 1]), a = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart)
  330. } while (0 != --t.prev_length);
  331. if (t.match_available = 0, t.match_length = 2, t.strstart++, i && (zt(t, !1), 0 === t.strm.avail_out)) return 1
  332. } else if (t.match_available) {
  333. if (i = X(t, 0, t.window[t.strstart - 1]), i && zt(t, !1), t.strstart++, t.lookahead--, 0 === t.strm.avail_out) return 1
  334. } else t.match_available = 1, t.strstart++, t.lookahead--
  335. }
  336. return t.match_available && (i = X(t, 0, t.window[t.strstart - 1]), t.match_available = 0), t.insert = t.strstart < 2 ? t.strstart : 2, e === V ? (zt(t, !0), 0 === t.strm.avail_out ? 3 : 4) : t.sym_next && (zt(t, !1), 0 === t.strm.avail_out) ? 1 : 2
  337. };
  338. function Ot(t, e, a, i, n) {
  339. this.good_length = t, this.max_lazy = e, this.nice_length = a, this.max_chain = i, this.func = n
  340. }
  341. const It = [new Ot(0, 0, 0, 0, St), new Ot(4, 4, 8, 4, Dt), new Ot(4, 5, 16, 8, Dt), new Ot(4, 6, 32, 32, Dt), new Ot(4, 4, 16, 16, Tt), new Ot(8, 16, 32, 32, Tt), new Ot(8, 16, 128, 128, Tt), new Ot(8, 32, 128, 256, Tt), new Ot(32, 128, 258, 1024, Tt), new Ot(32, 258, 258, 4096, Tt)];
  342. function Ft() {
  343. this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = ft, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new Uint16Array(1146), this.dyn_dtree = new Uint16Array(122), this.bl_tree = new Uint16Array(78), kt(this.dyn_ltree), kt(this.dyn_dtree), kt(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new Uint16Array(16), this.heap = new Uint16Array(573), kt(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new Uint16Array(573), kt(this.depth), this.sym_buf = 0, this.lit_bufsize = 0, this.sym_next = 0, this.sym_end = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0
  344. }
  345. const Lt = t => {
  346. if (!t) return 1;
  347. const e = t.state;
  348. return !e || e.strm !== t || e.status !== wt && 57 !== e.status && 69 !== e.status && 73 !== e.status && 91 !== e.status && 103 !== e.status && e.status !== mt && e.status !== bt ? 1 : 0
  349. }, Nt = t => {
  350. if (Lt(t)) return gt(t, at);
  351. t.total_in = t.total_out = 0, t.data_type = _t;
  352. const e = t.state;
  353. return e.pending = 0, e.pending_out = 0, e.wrap < 0 && (e.wrap = -e.wrap), e.status = 2 === e.wrap ? 57 : e.wrap ? wt : mt, t.adler = 2 === e.wrap ? 0 : 1, e.last_flush = -2, P(e), tt
  354. }, Bt = t => {
  355. const e = Nt(t);
  356. var a;
  357. return e === tt && ((a = t.state).window_size = 2 * a.w_size, kt(a.head), a.max_lazy_match = It[a.level].max_lazy, a.good_match = It[a.level].good_length, a.nice_match = It[a.level].nice_length, a.max_chain_length = It[a.level].max_chain, a.strstart = 0, a.block_start = 0, a.lookahead = 0, a.insert = 0, a.match_length = a.prev_length = 2, a.match_available = 0, a.ins_h = 0), e
  358. }, Ct = (t, e, a, i, n, s) => {
  359. if (!t) return at;
  360. let r = 1;
  361. if (e === st && (e = 6), i < 0 ? (r = 0, i = -i) : i > 15 && (r = 2, i -= 16), n < 1 || n > 9 || a !== ft || i < 8 || i > 15 || e < 0 || e > 9 || s < 0 || s > ht || 8 === i && 1 !== r) return gt(t, at);
  362. 8 === i && (i = 9);
  363. const o = new Ft;
  364. return t.state = o, o.strm = t, o.status = wt, o.wrap = r, o.gzhead = null, o.w_bits = i, o.w_size = 1 << o.w_bits, o.w_mask = o.w_size - 1, o.hash_bits = n + 7, o.hash_size = 1 << o.hash_bits, o.hash_mask = o.hash_size - 1, o.hash_shift = ~~ ((o.hash_bits + 3 - 1) / 3), o.window = new Uint8Array(2 * o.w_size), o.head = new Uint16Array(o.hash_size), o.prev = new Uint16Array(o.w_size), o.lit_bufsize = 1 << n + 6, o.pending_buf_size = 4 * o.lit_bufsize, o.pending_buf = new Uint8Array(o.pending_buf_size), o.sym_buf = o.lit_bufsize, o.sym_end = 3 * (o.lit_bufsize - 1), o.level = e, o.strategy = s, o.method = a, Bt(t)
  365. };
  366. var Mt = {
  367. deflateInit: (t, e) => Ct(t, e, ft, 15, 8, dt),
  368. deflateInit2: Ct,
  369. deflateReset: Bt,
  370. deflateResetKeep: Nt,
  371. deflateSetHeader: (t, e) => Lt(t) || 2 !== t.state.wrap ? at : (t.state.gzhead = e, tt),
  372. deflate: (t, e) => {
  373. if (Lt(t) || e > $ || e < 0) return t ? gt(t, at) : at;
  374. const a = t.state;
  375. if (!t.output || 0 !== t.avail_in && !t.input || a.status === bt && e !== V) return gt(t, 0 === t.avail_out ? nt : at);
  376. const i = a.last_flush;
  377. if (a.last_flush = e, 0 !== a.pending) {
  378. if (xt(t), 0 === t.avail_out) return a.last_flush = -1, tt
  379. } else if (0 === t.avail_in && pt(e) <= pt(i) && e !== V) return gt(t, nt);
  380. if (a.status === bt && 0 !== t.avail_in) return gt(t, nt);
  381. if (a.status === wt && 0 === a.wrap && (a.status = mt), a.status === wt) {
  382. let e = ft + (a.w_bits - 8 << 4) << 8, i = -1;
  383. if (i = a.strategy >= ot || a.level < 2 ? 0 : a.level < 6 ? 1 : 6 === a.level ? 2 : 3, e |= i << 6, 0 !== a.strstart && (e |= 32), e += 31 - e % 31, Et(a, e), 0 !== a.strstart && (Et(a, t.adler >>> 16), Et(a, 65535 & t.adler)), t.adler = 1, a.status = mt, xt(t), 0 !== a.pending) return a.last_flush = -1, tt
  384. }
  385. if (57 === a.status) if (t.adler = 0, At(a, 31), At(a, 139), At(a, 8), a.gzhead) At(a, (a.gzhead.text ? 1 : 0) + (a.gzhead.hcrc ? 2 : 0) + (a.gzhead.extra ? 4 : 0) + (a.gzhead.name ? 8 : 0) + (a.gzhead.comment ? 16 : 0)), At(a, 255 & a.gzhead.time), At(a, a.gzhead.time >> 8 & 255), At(a, a.gzhead.time >> 16 & 255), At(a, a.gzhead.time >> 24 & 255), At(a, 9 === a.level ? 2 : a.strategy >= ot || a.level < 2 ? 4 : 0), At(a, 255 & a.gzhead.os), a.gzhead.extra && a.gzhead.extra.length && (At(a, 255 & a.gzhead.extra.length), At(a, a.gzhead.extra.length >> 8 & 255)), a.gzhead.hcrc && (t.adler = H(t.adler, a.pending_buf, a.pending, 0)), a.gzindex = 0, a.status = 69;
  386. else if (At(a, 0), At(a, 0), At(a, 0), At(a, 0), At(a, 0), At(a, 9 === a.level ? 2 : a.strategy >= ot || a.level < 2 ? 4 : 0), At(a, 3), a.status = mt, xt(t), 0 !== a.pending) return a.last_flush = -1, tt;
  387. if (69 === a.status) {
  388. if (a.gzhead.extra) {
  389. let e = a.pending, i = (65535 & a.gzhead.extra.length) - a.gzindex;
  390. for (; a.pending + i > a.pending_buf_size;) {
  391. let n = a.pending_buf_size - a.pending;
  392. if (a.pending_buf.set(a.gzhead.extra.subarray(a.gzindex, a.gzindex + n), a.pending), a.pending = a.pending_buf_size, a.gzhead.hcrc && a.pending > e && (t.adler = H(t.adler, a.pending_buf, a.pending - e, e)), a.gzindex += n, xt(t), 0 !== a.pending) return a.last_flush = -1, tt;
  393. e = 0, i -= n
  394. }
  395. let n = new Uint8Array(a.gzhead.extra);
  396. a.pending_buf.set(n.subarray(a.gzindex, a.gzindex + i), a.pending), a.pending += i, a.gzhead.hcrc && a.pending > e && (t.adler = H(t.adler, a.pending_buf, a.pending - e, e)), a.gzindex = 0
  397. }
  398. a.status = 73
  399. }
  400. if (73 === a.status) {
  401. if (a.gzhead.name) {
  402. let e, i = a.pending;
  403. do {
  404. if (a.pending === a.pending_buf_size) {
  405. if (a.gzhead.hcrc && a.pending > i && (t.adler = H(t.adler, a.pending_buf, a.pending - i, i)), xt(t), 0 !== a.pending) return a.last_flush = -1, tt;
  406. i = 0
  407. }
  408. e = a.gzindex < a.gzhead.name.length ? 255 & a.gzhead.name.charCodeAt(a.gzindex++) : 0, At(a, e)
  409. } while (0 !== e);
  410. a.gzhead.hcrc && a.pending > i && (t.adler = H(t.adler, a.pending_buf, a.pending - i, i)), a.gzindex = 0
  411. }
  412. a.status = 91
  413. }
  414. if (91 === a.status) {
  415. if (a.gzhead.comment) {
  416. let e, i = a.pending;
  417. do {
  418. if (a.pending === a.pending_buf_size) {
  419. if (a.gzhead.hcrc && a.pending > i && (t.adler = H(t.adler, a.pending_buf, a.pending - i, i)), xt(t), 0 !== a.pending) return a.last_flush = -1, tt;
  420. i = 0
  421. }
  422. e = a.gzindex < a.gzhead.comment.length ? 255 & a.gzhead.comment.charCodeAt(a.gzindex++) : 0, At(a, e)
  423. } while (0 !== e);
  424. a.gzhead.hcrc && a.pending > i && (t.adler = H(t.adler, a.pending_buf, a.pending - i, i))
  425. }
  426. a.status = 103
  427. }
  428. if (103 === a.status) {
  429. if (a.gzhead.hcrc) {
  430. if (a.pending + 2 > a.pending_buf_size && (xt(t), 0 !== a.pending)) return a.last_flush = -1, tt;
  431. At(a, 255 & t.adler), At(a, t.adler >> 8 & 255), t.adler = 0
  432. }
  433. if (a.status = mt, xt(t), 0 !== a.pending) return a.last_flush = -1, tt
  434. }
  435. if (0 !== t.avail_in || 0 !== a.lookahead || e !== q && a.status !== bt) {
  436. let i = 0 === a.level ? St(a, e) : a.strategy === ot ? ((t, e) => {
  437. let a;
  438. for (;;) {
  439. if (0 === t.lookahead && (Ut(t), 0 === t.lookahead)) {
  440. if (e === q) return 1;
  441. break
  442. }
  443. if (t.match_length = 0, a = X(t, 0, t.window[t.strstart]), t.lookahead--, t.strstart++, a && (zt(t, !1), 0 === t.strm.avail_out)) return 1
  444. }
  445. return t.insert = 0, e === V ? (zt(t, !0), 0 === t.strm.avail_out ? 3 : 4) : t.sym_next && (zt(t, !1), 0 === t.strm.avail_out) ? 1 : 2
  446. })(a, e) : a.strategy === lt ? ((t, e) => {
  447. let a, i, n, s;
  448. const r = t.window;
  449. for (;;) {
  450. if (t.lookahead <= ct) {
  451. if (Ut(t), t.lookahead <= ct && e === q) return 1;
  452. if (0 === t.lookahead) break
  453. }
  454. if (t.match_length = 0, t.lookahead >= 3 && t.strstart > 0 && (n = t.strstart - 1, i = r[n], i === r[++n] && i === r[++n] && i === r[++n])) {
  455. s = t.strstart + ct;
  456. do {} while (i === r[++n] && i === r[++n] && i === r[++n] && i === r[++n] && i === r[++n] && i === r[++n] && i === r[++n] && i === r[++n] && n < s);
  457. t.match_length = ct - (s - n), t.match_length > t.lookahead && (t.match_length = t.lookahead)
  458. }
  459. if (t.match_length >= 3 ? (a = X(t, 1, t.match_length - 3), t.lookahead -= t.match_length, t.strstart += t.match_length, t.match_length = 0) : (a = X(t, 0, t.window[t.strstart]), t.lookahead--, t.strstart++), a && (zt(t, !1), 0 === t.strm.avail_out)) return 1
  460. }
  461. return t.insert = 0, e === V ? (zt(t, !0), 0 === t.strm.avail_out ? 3 : 4) : t.sym_next && (zt(t, !1), 0 === t.strm.avail_out) ? 1 : 2
  462. })(a, e) : It[a.level].func(a, e);
  463. if (3 !== i && 4 !== i || (a.status = bt), 1 === i || 3 === i) return 0 === t.avail_out && (a.last_flush = -1), tt;
  464. if (2 === i && (e === J ? W(a) : e !== $ && (Y(a, 0, 0, !1), e === Q && (kt(a.head), 0 === a.lookahead && (a.strstart = 0, a.block_start = 0, a.insert = 0))), xt(t), 0 === t.avail_out)) return a.last_flush = -1, tt
  465. }
  466. return e !== V ? tt : a.wrap <= 0 ? et : (2 === a.wrap ? (At(a, 255 & t.adler), At(a, t.adler >> 8 & 255), At(a, t.adler >> 16 & 255), At(a, t.adler >> 24 & 255), At(a, 255 & t.total_in), At(a, t.total_in >> 8 & 255), At(a, t.total_in >> 16 & 255), At(a, t.total_in >> 24 & 255)) : (Et(a, t.adler >>> 16), Et(a, 65535 & t.adler)), xt(t), a.wrap > 0 && (a.wrap = -a.wrap), 0 !== a.pending ? tt : et)
  467. },
  468. deflateEnd: t => {
  469. if (Lt(t)) return at;
  470. const e = t.state.status;
  471. return t.state = null, e === mt ? gt(t, it) : tt
  472. },
  473. deflateSetDictionary: (t, e) => {
  474. let a = e.length;
  475. if (Lt(t)) return at;
  476. const i = t.state, n = i.wrap;
  477. if (2 === n || 1 === n && i.status !== wt || i.lookahead) return at;
  478. if (1 === n && (t.adler = C(t.adler, e, a, 0)), i.wrap = 0, a >= i.w_size) {
  479. 0 === n && (kt(i.head), i.strstart = 0, i.block_start = 0, i.insert = 0);
  480. let t = new Uint8Array(i.w_size);
  481. t.set(e.subarray(a - i.w_size, a), 0), e = t, a = i.w_size
  482. }
  483. const s = t.avail_in, r = t.next_in, o = t.input;
  484. for (t.avail_in = a, t.next_in = 0, t.input = e, Ut(i); i.lookahead >= 3;) {
  485. let t = i.strstart, e = i.lookahead - 2;
  486. do {
  487. i.ins_h = yt(i, i.ins_h, i.window[t + 3 - 1]), i.prev[t & i.w_mask] = i.head[i.ins_h], i.head[i.ins_h] = t, t++
  488. } while (--e);
  489. i.strstart = t, i.lookahead = 2, Ut(i)
  490. }
  491. return i.strstart += i.lookahead, i.block_start = i.strstart, i.insert = i.lookahead, i.lookahead = 0, i.match_length = i.prev_length = 2, i.match_available = 0, t.next_in = r, t.input = o, t.avail_in = s, i.wrap = n, tt
  492. },
  493. deflateInfo: "pako deflate (from Nodeca project)"
  494. };
  495. const Ht = (t, e) => Object.prototype.hasOwnProperty.call(t, e);
  496. var jt = function(t) {
  497. const e = Array.prototype.slice.call(arguments, 1);
  498. for (; e.length;) {
  499. const a = e.shift();
  500. if (a) {
  501. if ("object" != typeof a) throw new TypeError(a + "must be non-object");
  502. for (const e in a) Ht(a, e) && (t[e] = a[e])
  503. }
  504. }
  505. return t
  506. }, Kt = t => {
  507. let e = 0;
  508. for (let a = 0, i = t.length; a < i; a++) e += t[a].length;
  509. const a = new Uint8Array(e);
  510. for (let e = 0, i = 0, n = t.length; e < n; e++) {
  511. let n = t[e];
  512. a.set(n, i), i += n.length
  513. }
  514. return a
  515. };
  516. let Pt = !0;
  517. try {
  518. String.fromCharCode.apply(null, new Uint8Array(1))
  519. } catch (t) {
  520. Pt = !1
  521. }
  522. const Yt = new Uint8Array(256);
  523. for (let t = 0; t < 256; t++) Yt[t] = t >= 252 ? 6 : t >= 248 ? 5 : t >= 240 ? 4 : t >= 224 ? 3 : t >= 192 ? 2 : 1;
  524. Yt[254] = Yt[254] = 1;
  525. var Gt = t => {
  526. if ("function" == typeof TextEncoder && TextEncoder.prototype.encode) return (new TextEncoder).encode(t);
  527. let e, a, i, n, s, r = t.length, o = 0;
  528. for (n = 0; n < r; n++) a = t.charCodeAt(n), 55296 == (64512 & a) && n + 1 < r && (i = t.charCodeAt(n + 1), 56320 == (64512 & i) && (a = 65536 + (a - 55296 << 10) + (i - 56320), n++)), o += a < 128 ? 1 : a < 2048 ? 2 : a < 65536 ? 3 : 4;
  529. for (e = new Uint8Array(o), s = 0, n = 0; s < o; n++) a = t.charCodeAt(n), 55296 == (64512 & a) && n + 1 < r && (i = t.charCodeAt(n + 1), 56320 == (64512 & i) && (a = 65536 + (a - 55296 << 10) + (i - 56320), n++)), a < 128 ? e[s++] = a : a < 2048 ? (e[s++] = 192 | a >>> 6, e[s++] = 128 | 63 & a) : a < 65536 ? (e[s++] = 224 | a >>> 12, e[s++] = 128 | a >>> 6 & 63, e[s++] = 128 | 63 & a) : (e[s++] = 240 | a >>> 18, e[s++] = 128 | a >>> 12 & 63, e[s++] = 128 | a >>> 6 & 63, e[s++] = 128 | 63 & a);
  530. return e
  531. }, Xt = (t, e) => {
  532. const a = e || t.length;
  533. if ("function" == typeof TextDecoder && TextDecoder.prototype.decode) return (new TextDecoder).decode(t.subarray(0, e));
  534. let i, n;
  535. const s = new Array(2 * a);
  536. for (n = 0, i = 0; i < a;) {
  537. let e = t[i++];
  538. if (e < 128) {
  539. s[n++] = e;
  540. continue
  541. }
  542. let r = Yt[e];
  543. if (r > 4) s[n++] = 65533, i += r - 1;
  544. else {
  545. for (e &= 2 === r ? 31 : 3 === r ? 15 : 7; r > 1 && i < a;) e = e << 6 | 63 & t[i++], r--;
  546. r > 1 ? s[n++] = 65533 : e < 65536 ? s[n++] = e : (e -= 65536, s[n++] = 55296 | e >> 10 & 1023, s[n++] = 56320 | 1023 & e)
  547. }
  548. }
  549. return ((t, e) => {
  550. if (e < 65534 && t.subarray && Pt) return String.fromCharCode.apply(null, t.length === e ? t : t.subarray(0, e));
  551. let a = "";
  552. for (let i = 0; i < e; i++) a += String.fromCharCode(t[i]);
  553. return a
  554. })(s, n)
  555. }, Wt = (t, e) => {
  556. (e = e || t.length) > t.length && (e = t.length);
  557. let a = e - 1;
  558. for (; a >= 0 && 128 == (192 & t[a]);) a--;
  559. return a < 0 || 0 === a ? e : a + Yt[t[a]] > e ? a : e
  560. };
  561. var qt = function() {
  562. this.input = null, this.next_in = 0, this.avail_in = 0, this.total_in = 0, this.output = null, this.next_out = 0, this.avail_out = 0, this.total_out = 0, this.msg = "", this.state = null, this.data_type = 2, this.adler = 0
  563. };
  564. const Jt = Object.prototype.toString, {
  565. Z_NO_FLUSH: Qt,
  566. Z_SYNC_FLUSH: Vt,
  567. Z_FULL_FLUSH: $t,
  568. Z_FINISH: te,
  569. Z_OK: ee,
  570. Z_STREAM_END: ae,
  571. Z_DEFAULT_COMPRESSION: ie,
  572. Z_DEFAULT_STRATEGY: ne,
  573. Z_DEFLATED: se
  574. } = K;
  575. function re(t) {
  576. this.options = jt({
  577. level: ie,
  578. method: se,
  579. chunkSize: 16384,
  580. windowBits: 15,
  581. memLevel: 8,
  582. strategy: ne
  583. }, t || {});
  584. let e = this.options;
  585. e.raw && e.windowBits > 0 ? e.windowBits = -e.windowBits : e.gzip && e.windowBits > 0 && e.windowBits < 16 && (e.windowBits += 16), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new qt, this.strm.avail_out = 0;
  586. let a = Mt.deflateInit2(this.strm, e.level, e.method, e.windowBits, e.memLevel, e.strategy);
  587. if (a !== ee) throw new Error(j[a]);
  588. if (e.header && Mt.deflateSetHeader(this.strm, e.header), e.dictionary) {
  589. let t;
  590. if (t = "string" == typeof e.dictionary ? Gt(e.dictionary) : "[object ArrayBuffer]" === Jt.call(e.dictionary) ? new Uint8Array(e.dictionary) : e.dictionary, a = Mt.deflateSetDictionary(this.strm, t), a !== ee) throw new Error(j[a]);
  591. this._dict_set = !0
  592. }
  593. }
  594. function oe(t, e) {
  595. const a = new re(e);
  596. if (a.push(t, !0), a.err) throw a.msg || j[a.err];
  597. return a.result
  598. }
  599. re.prototype.push = function(t, e) {
  600. const a = this.strm, i = this.options.chunkSize;
  601. let n, s;
  602. if (this.ended) return !1;
  603. for (s = e === ~~e ? e : !0 === e ? te : Qt, "string" == typeof t ? a.input = Gt(t) : "[object ArrayBuffer]" === Jt.call(t) ? a.input = new Uint8Array(t) : a.input = t, a.next_in = 0, a.avail_in = a.input.length;;) if (0 === a.avail_out && (a.output = new Uint8Array(i), a.next_out = 0, a.avail_out = i), (s === Vt || s === $t) && a.avail_out <= 6) this.onData(a.output.subarray(0, a.next_out)), a.avail_out = 0;
  604. else {
  605. if (n = Mt.deflate(a, s), n === ae) return a.next_out > 0 && this.onData(a.output.subarray(0, a.next_out)), n = Mt.deflateEnd(this.strm), this.onEnd(n), this.ended = !0, n === ee;
  606. if (0 !== a.avail_out) {
  607. if (s > 0 && a.next_out > 0) this.onData(a.output.subarray(0, a.next_out)), a.avail_out = 0;
  608. else if (0 === a.avail_in) break
  609. } else this.onData(a.output)
  610. }
  611. return !0
  612. }, re.prototype.onData = function(t) {
  613. this.chunks.push(t)
  614. }, re.prototype.onEnd = function(t) {
  615. t === ee && (this.result = Kt(this.chunks)), this.chunks = [], this.err = t, this.msg = this.strm.msg
  616. };
  617. var le = {
  618. Deflate: re,
  619. deflate: oe,
  620. deflateRaw: function(t, e) {
  621. return (e = e || {}).raw = !0, oe(t, e)
  622. },
  623. gzip: function(t, e) {
  624. return (e = e || {}).gzip = !0, oe(t, e)
  625. },
  626. constants: K
  627. };
  628. const he = 16209;
  629. var de = function(t, e) {
  630. let a, i, n, s, r, o, l, h, d, _, f, c, u, w, m, b, g, p, k, v, y, x, z, A;
  631. const E = t.state;
  632. a = t.next_in, z = t.input, i = a + (t.avail_in - 5), n = t.next_out, A = t.output, s = n - (e - t.avail_out), r = n + (t.avail_out - 257), o = E.dmax, l = E.wsize, h = E.whave, d = E.wnext, _ = E.window, f = E.hold, c = E.bits, u = E.lencode, w = E.distcode, m = (1 << E.lenbits) - 1, b = (1 << E.distbits) - 1;
  633. t: do {
  634. c < 15 && (f += z[a++] << c, c += 8, f += z[a++] << c, c += 8), g = u[f & m];
  635. e: for (;;) {
  636. if (p = g >>> 24, f >>>= p, c -= p, p = g >>> 16 & 255, 0 === p) A[n++] = 65535 & g;
  637. else {
  638. if (!(16 & p)) {
  639. if (0 == (64 & p)) {
  640. g = u[(65535 & g) + (f & (1 << p) - 1)];
  641. continue e
  642. }
  643. if (32 & p) {
  644. E.mode = 16191;
  645. break t
  646. }
  647. t.msg = "invalid literal/length code", E.mode = he;
  648. break t
  649. }
  650. k = 65535 & g, p &= 15, p && (c < p && (f += z[a++] << c, c += 8), k += f & (1 << p) - 1, f >>>= p, c -= p), c < 15 && (f += z[a++] << c, c += 8, f += z[a++] << c, c += 8), g = w[f & b];
  651. a: for (;;) {
  652. if (p = g >>> 24, f >>>= p, c -= p, p = g >>> 16 & 255, !(16 & p)) {
  653. if (0 == (64 & p)) {
  654. g = w[(65535 & g) + (f & (1 << p) - 1)];
  655. continue a
  656. }
  657. t.msg = "invalid distance code", E.mode = he;
  658. break t
  659. }
  660. if (v = 65535 & g, p &= 15, c < p && (f += z[a++] << c, c += 8, c < p && (f += z[a++] << c, c += 8)), v += f & (1 << p) - 1, v > o) {
  661. t.msg = "invalid distance too far back", E.mode = he;
  662. break t
  663. }
  664. if (f >>>= p, c -= p, p = n - s, v > p) {
  665. if (p = v - p, p > h && E.sane) {
  666. t.msg = "invalid distance too far back", E.mode = he;
  667. break t
  668. }
  669. if (y = 0, x = _, 0 === d) {
  670. if (y += l - p, p < k) {
  671. k -= p;
  672. do {
  673. A[n++] = _[y++]
  674. } while (--p);
  675. y = n - v, x = A
  676. }
  677. } else if (d < p) {
  678. if (y += l + d - p, p -= d, p < k) {
  679. k -= p;
  680. do {
  681. A[n++] = _[y++]
  682. } while (--p);
  683. if (y = 0, d < k) {
  684. p = d, k -= p;
  685. do {
  686. A[n++] = _[y++]
  687. } while (--p);
  688. y = n - v, x = A
  689. }
  690. }
  691. } else if (y += d - p, p < k) {
  692. k -= p;
  693. do {
  694. A[n++] = _[y++]
  695. } while (--p);
  696. y = n - v, x = A
  697. }
  698. for (; k > 2;) A[n++] = x[y++], A[n++] = x[y++], A[n++] = x[y++], k -= 3;
  699. k && (A[n++] = x[y++], k > 1 && (A[n++] = x[y++]))
  700. } else {
  701. y = n - v;
  702. do {
  703. A[n++] = A[y++], A[n++] = A[y++], A[n++] = A[y++], k -= 3
  704. } while (k > 2);
  705. k && (A[n++] = A[y++], k > 1 && (A[n++] = A[y++]))
  706. }
  707. break
  708. }
  709. }
  710. break
  711. }
  712. } while (a < i && n < r);
  713. k = c >> 3, a -= k, c -= k << 3, f &= (1 << c) - 1, t.next_in = a, t.next_out = n, t.avail_in = a < i ? i - a + 5 : 5 - (a - i), t.avail_out = n < r ? r - n + 257 : 257 - (n - r), E.hold = f, E.bits = c
  714. };
  715. const _e = 15, fe = new Uint16Array([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]), ce = new Uint8Array([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]), ue = new Uint16Array([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]), we = new Uint8Array([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]);
  716. var me = (t, e, a, i, n, s, r, o) => {
  717. const l = o.bits;
  718. let h, d, _, f, c, u, w = 0, m = 0, b = 0, g = 0, p = 0, k = 0, v = 0, y = 0, x = 0, z = 0, A = null;
  719. const E = new Uint16Array(16), R = new Uint16Array(16);
  720. let Z, U, S, D = null;
  721. for (w = 0; w <= _e; w++) E[w] = 0;
  722. for (m = 0; m < i; m++) E[e[a + m]]++;
  723. for (p = l, g = _e; g >= 1 && 0 === E[g]; g--);
  724. if (p > g && (p = g), 0 === g) return n[s++] = 20971520, n[s++] = 20971520, o.bits = 1, 0;
  725. for (b = 1; b < g && 0 === E[b]; b++);
  726. for (p < b && (p = b), y = 1, w = 1; w <= _e; w++) if (y <<= 1, y -= E[w], y < 0) return -1;
  727. if (y > 0 && (0 === t || 1 !== g)) return -1;
  728. for (R[1] = 0, w = 1; w < _e; w++) R[w + 1] = R[w] + E[w];
  729. for (m = 0; m < i; m++) 0 !== e[a + m] && (r[R[e[a + m]]++] = m);
  730. if (0 === t ? (A = D = r, u = 20) : 1 === t ? (A = fe, D = ce, u = 257) : (A = ue, D = we, u = 0), z = 0, m = 0, w = b, c = s, k = p, v = 0, _ = -1, x = 1 << p, f = x - 1, 1 === t && x > 852 || 2 === t && x > 592) return 1;
  731. for (;;) {
  732. Z = w - v, r[m] + 1 < u ? (U = 0, S = r[m]) : r[m] >= u ? (U = D[r[m] - u], S = A[r[m] - u]) : (U = 96, S = 0), h = 1 << w - v, d = 1 << k, b = d;
  733. do {
  734. d -= h, n[c + (z >> v) + d] = Z << 24 | U << 16 | S | 0
  735. } while (0 !== d);
  736. for (h = 1 << w - 1; z & h;) h >>= 1;
  737. if (0 !== h ? (z &= h - 1, z += h) : z = 0, m++, 0 == --E[w]) {
  738. if (w === g) break;
  739. w = e[a + r[m]]
  740. }
  741. if (w > p && (z & f) !== _) {
  742. for (0 === v && (v = p), c += b, k = w - v, y = 1 << k; k + v < g && (y -= E[k + v], !(y <= 0));) k++, y <<= 1;
  743. if (x += 1 << k, 1 === t && x > 852 || 2 === t && x > 592) return 1;
  744. _ = z & f, n[_] = p << 24 | k << 16 | c - s | 0
  745. }
  746. }
  747. return 0 !== z && (n[c + z] = w - v << 24 | 64 << 16 | 0), o.bits = p, 0
  748. };
  749. const {
  750. Z_FINISH: be,
  751. Z_BLOCK: ge,
  752. Z_TREES: pe,
  753. Z_OK: ke,
  754. Z_STREAM_END: ve,
  755. Z_NEED_DICT: ye,
  756. Z_STREAM_ERROR: xe,
  757. Z_DATA_ERROR: ze,
  758. Z_MEM_ERROR: Ae,
  759. Z_BUF_ERROR: Ee,
  760. Z_DEFLATED: Re
  761. } = K, Ze = 16180, Ue = 16190, Se = 16191, De = 16192, Te = 16194, Oe = 16199, Ie = 16200, Fe = 16206, Le = 16209, Ne = t => (t >>> 24 & 255) + (t >>> 8 & 65280) + ((65280 & t) << 8) + ((255 & t) << 24);
  762. function Be() {
  763. this.strm = null, this.mode = 0, this.last = !1, this.wrap = 0, this.havedict = !1, this.flags = 0, this.dmax = 0, this.check = 0, this.total = 0, this.head = null, this.wbits = 0, this.wsize = 0, this.whave = 0, this.wnext = 0, this.window = null, this.hold = 0, this.bits = 0, this.length = 0, this.offset = 0, this.extra = 0, this.lencode = null, this.distcode = null, this.lenbits = 0, this.distbits = 0, this.ncode = 0, this.nlen = 0, this.ndist = 0, this.have = 0, this.next = null, this.lens = new Uint16Array(320), this.work = new Uint16Array(288), this.lendyn = null, this.distdyn = null, this.sane = 0, this.back = 0, this.was = 0
  764. }
  765. const Ce = t => {
  766. if (!t) return 1;
  767. const e = t.state;
  768. return !e || e.strm !== t || e.mode < Ze || e.mode > 16211 ? 1 : 0
  769. }, Me = t => {
  770. if (Ce(t)) return xe;
  771. const e = t.state;
  772. return t.total_in = t.total_out = e.total = 0, t.msg = "", e.wrap && (t.adler = 1 & e.wrap), e.mode = Ze, e.last = 0, e.havedict = 0, e.flags = -1, e.dmax = 32768, e.head = null, e.hold = 0, e.bits = 0, e.lencode = e.lendyn = new Int32Array(852), e.distcode = e.distdyn = new Int32Array(592), e.sane = 1, e.back = -1, ke
  773. }, He = t => {
  774. if (Ce(t)) return xe;
  775. const e = t.state;
  776. return e.wsize = 0, e.whave = 0, e.wnext = 0, Me(t)
  777. }, je = (t, e) => {
  778. let a;
  779. if (Ce(t)) return xe;
  780. const i = t.state;
  781. return e < 0 ? (a = 0, e = -e) : (a = 5 + (e >> 4), e < 48 && (e &= 15)), e && (e < 8 || e > 15) ? xe : (null !== i.window && i.wbits !== e && (i.window = null), i.wrap = a, i.wbits = e, He(t))
  782. }, Ke = (t, e) => {
  783. if (!t) return xe;
  784. const a = new Be;
  785. t.state = a, a.strm = t, a.window = null, a.mode = Ze;
  786. const i = je(t, e);
  787. return i !== ke && (t.state = null), i
  788. };
  789. let Pe, Ye, Ge = !0;
  790. const Xe = t => {
  791. if (Ge) {
  792. Pe = new Int32Array(512), Ye = new Int32Array(32);
  793. let e = 0;
  794. for (; e < 144;) t.lens[e++] = 8;
  795. for (; e < 256;) t.lens[e++] = 9;
  796. for (; e < 280;) t.lens[e++] = 7;
  797. for (; e < 288;) t.lens[e++] = 8;
  798. for (me(1, t.lens, 0, 288, Pe, 0, t.work, {
  799. bits: 9
  800. }), e = 0; e < 32;) t.lens[e++] = 5;
  801. me(2, t.lens, 0, 32, Ye, 0, t.work, {
  802. bits: 5
  803. }), Ge = !1
  804. }
  805. t.lencode = Pe, t.lenbits = 9, t.distcode = Ye, t.distbits = 5
  806. }, We = (t, e, a, i) => {
  807. let n;
  808. const s = t.state;
  809. return null === s.window && (s.wsize = 1 << s.wbits, s.wnext = 0, s.whave = 0, s.window = new Uint8Array(s.wsize)), i >= s.wsize ? (s.window.set(e.subarray(a - s.wsize, a), 0), s.wnext = 0, s.whave = s.wsize) : (n = s.wsize - s.wnext, n > i && (n = i), s.window.set(e.subarray(a - i, a - i + n), s.wnext), (i -= n) ? (s.window.set(e.subarray(a - i, a), 0), s.wnext = i, s.whave = s.wsize) : (s.wnext += n, s.wnext === s.wsize && (s.wnext = 0), s.whave < s.wsize && (s.whave += n))), 0
  810. };
  811. var qe = {
  812. inflateReset: He,
  813. inflateReset2: je,
  814. inflateResetKeep: Me,
  815. inflateInit: t => Ke(t, 15),
  816. inflateInit2: Ke,
  817. inflate: (t, e) => {
  818. let a, i, n, s, r, o, l, h, d, _, f, c, u, w, m, b, g, p, k, v, y, x, z = 0;
  819. const A = new Uint8Array(4);
  820. let E, R;
  821. const Z = new Uint8Array([16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]);
  822. if (Ce(t) || !t.output || !t.input && 0 !== t.avail_in) return xe;
  823. a = t.state, a.mode === Se && (a.mode = De), r = t.next_out, n = t.output, l = t.avail_out, s = t.next_in, i = t.input, o = t.avail_in, h = a.hold, d = a.bits, _ = o, f = l, x = ke;
  824. t: for (;;) switch (a.mode) {
  825. case Ze:
  826. if (0 === a.wrap) {
  827. a.mode = De;
  828. break
  829. }
  830. for (; d < 16;) {
  831. if (0 === o) break t;
  832. o--, h += i[s++] << d, d += 8
  833. }
  834. if (2 & a.wrap && 35615 === h) {
  835. 0 === a.wbits && (a.wbits = 15), a.check = 0, A[0] = 255 & h, A[1] = h >>> 8 & 255, a.check = H(a.check, A, 2, 0), h = 0, d = 0, a.mode = 16181;
  836. break
  837. }
  838. if (a.head && (a.head.done = !1), !(1 & a.wrap) || (((255 & h) << 8) + (h >> 8)) % 31) {
  839. t.msg = "incorrect header check", a.mode = Le;
  840. break
  841. }
  842. if ((15 & h) !== Re) {
  843. t.msg = "unknown compression method", a.mode = Le;
  844. break
  845. }
  846. if (h >>>= 4, d -= 4, y = 8 + (15 & h), 0 === a.wbits && (a.wbits = y), y > 15 || y > a.wbits) {
  847. t.msg = "invalid window size", a.mode = Le;
  848. break
  849. }
  850. a.dmax = 1 << a.wbits, a.flags = 0, t.adler = a.check = 1, a.mode = 512 & h ? 16189 : Se, h = 0, d = 0;
  851. break;
  852. case 16181:
  853. for (; d < 16;) {
  854. if (0 === o) break t;
  855. o--, h += i[s++] << d, d += 8
  856. }
  857. if (a.flags = h, (255 & a.flags) !== Re) {
  858. t.msg = "unknown compression method", a.mode = Le;
  859. break
  860. }
  861. if (57344 & a.flags) {
  862. t.msg = "unknown header flags set", a.mode = Le;
  863. break
  864. }
  865. a.head && (a.head.text = h >> 8 & 1), 512 & a.flags && 4 & a.wrap && (A[0] = 255 & h, A[1] = h >>> 8 & 255, a.check = H(a.check, A, 2, 0)), h = 0, d = 0, a.mode = 16182;
  866. case 16182:
  867. for (; d < 32;) {
  868. if (0 === o) break t;
  869. o--, h += i[s++] << d, d += 8
  870. }
  871. a.head && (a.head.time = h), 512 & a.flags && 4 & a.wrap && (A[0] = 255 & h, A[1] = h >>> 8 & 255, A[2] = h >>> 16 & 255, A[3] = h >>> 24 & 255, a.check = H(a.check, A, 4, 0)), h = 0, d = 0, a.mode = 16183;
  872. case 16183:
  873. for (; d < 16;) {
  874. if (0 === o) break t;
  875. o--, h += i[s++] << d, d += 8
  876. }
  877. a.head && (a.head.xflags = 255 & h, a.head.os = h >> 8), 512 & a.flags && 4 & a.wrap && (A[0] = 255 & h, A[1] = h >>> 8 & 255, a.check = H(a.check, A, 2, 0)), h = 0, d = 0, a.mode = 16184;
  878. case 16184:
  879. if (1024 & a.flags) {
  880. for (; d < 16;) {
  881. if (0 === o) break t;
  882. o--, h += i[s++] << d, d += 8
  883. }
  884. a.length = h, a.head && (a.head.extra_len = h), 512 & a.flags && 4 & a.wrap && (A[0] = 255 & h, A[1] = h >>> 8 & 255, a.check = H(a.check, A, 2, 0)), h = 0, d = 0
  885. } else a.head && (a.head.extra = null);
  886. a.mode = 16185;
  887. case 16185:
  888. if (1024 & a.flags && (c = a.length, c > o && (c = o), c && (a.head && (y = a.head.extra_len - a.length, a.head.extra || (a.head.extra = new Uint8Array(a.head.extra_len)), a.head.extra.set(i.subarray(s, s + c), y)), 512 & a.flags && 4 & a.wrap && (a.check = H(a.check, i, c, s)), o -= c, s += c, a.length -= c), a.length)) break t;
  889. a.length = 0, a.mode = 16186;
  890. case 16186:
  891. if (2048 & a.flags) {
  892. if (0 === o) break t;
  893. c = 0;
  894. do {
  895. y = i[s + c++], a.head && y && a.length < 65536 && (a.head.name += String.fromCharCode(y))
  896. } while (y && c < o);
  897. if (512 & a.flags && 4 & a.wrap && (a.check = H(a.check, i, c, s)), o -= c, s += c, y) break t
  898. } else a.head && (a.head.name = null);
  899. a.length = 0, a.mode = 16187;
  900. case 16187:
  901. if (4096 & a.flags) {
  902. if (0 === o) break t;
  903. c = 0;
  904. do {
  905. y = i[s + c++], a.head && y && a.length < 65536 && (a.head.comment += String.fromCharCode(y))
  906. } while (y && c < o);
  907. if (512 & a.flags && 4 & a.wrap && (a.check = H(a.check, i, c, s)), o -= c, s += c, y) break t
  908. } else a.head && (a.head.comment = null);
  909. a.mode = 16188;
  910. case 16188:
  911. if (512 & a.flags) {
  912. for (; d < 16;) {
  913. if (0 === o) break t;
  914. o--, h += i[s++] << d, d += 8
  915. }
  916. if (4 & a.wrap && h !== (65535 & a.check)) {
  917. t.msg = "header crc mismatch", a.mode = Le;
  918. break
  919. }
  920. h = 0, d = 0
  921. }
  922. a.head && (a.head.hcrc = a.flags >> 9 & 1, a.head.done = !0), t.adler = a.check = 0, a.mode = Se;
  923. break;
  924. case 16189:
  925. for (; d < 32;) {
  926. if (0 === o) break t;
  927. o--, h += i[s++] << d, d += 8
  928. }
  929. t.adler = a.check = Ne(h), h = 0, d = 0, a.mode = Ue;
  930. case Ue:
  931. if (0 === a.havedict) return t.next_out = r, t.avail_out = l, t.next_in = s, t.avail_in = o, a.hold = h, a.bits = d, ye;
  932. t.adler = a.check = 1, a.mode = Se;
  933. case Se:
  934. if (e === ge || e === pe) break t;
  935. case De:
  936. if (a.last) {
  937. h >>>= 7 & d, d -= 7 & d, a.mode = Fe;
  938. break
  939. }
  940. for (; d < 3;) {
  941. if (0 === o) break t;
  942. o--, h += i[s++] << d, d += 8
  943. }
  944. switch (a.last = 1 & h, h >>>= 1, d -= 1, 3 & h) {
  945. case 0:
  946. a.mode = 16193;
  947. break;
  948. case 1:
  949. if (Xe(a), a.mode = Oe, e === pe) {
  950. h >>>= 2, d -= 2;
  951. break t
  952. }
  953. break;
  954. case 2:
  955. a.mode = 16196;
  956. break;
  957. case 3:
  958. t.msg = "invalid block type", a.mode = Le
  959. }
  960. h >>>= 2, d -= 2;
  961. break;
  962. case 16193:
  963. for (h >>>= 7 & d, d -= 7 & d; d < 32;) {
  964. if (0 === o) break t;
  965. o--, h += i[s++] << d, d += 8
  966. }
  967. if ((65535 & h) != (h >>> 16 ^ 65535)) {
  968. t.msg = "invalid stored block lengths", a.mode = Le;
  969. break
  970. }
  971. if (a.length = 65535 & h, h = 0, d = 0, a.mode = Te, e === pe) break t;
  972. case Te:
  973. a.mode = 16195;
  974. case 16195:
  975. if (c = a.length, c) {
  976. if (c > o && (c = o), c > l && (c = l), 0 === c) break t;
  977. n.set(i.subarray(s, s + c), r), o -= c, s += c, l -= c, r += c, a.length -= c;
  978. break
  979. }
  980. a.mode = Se;
  981. break;
  982. case 16196:
  983. for (; d < 14;) {
  984. if (0 === o) break t;
  985. o--, h += i[s++] << d, d += 8
  986. }
  987. if (a.nlen = 257 + (31 & h), h >>>= 5, d -= 5, a.ndist = 1 + (31 & h), h >>>= 5, d -= 5, a.ncode = 4 + (15 & h), h >>>= 4, d -= 4, a.nlen > 286 || a.ndist > 30) {
  988. t.msg = "too many length or distance symbols", a.mode = Le;
  989. break
  990. }
  991. a.have = 0, a.mode = 16197;
  992. case 16197:
  993. for (; a.have < a.ncode;) {
  994. for (; d < 3;) {
  995. if (0 === o) break t;
  996. o--, h += i[s++] << d, d += 8
  997. }
  998. a.lens[Z[a.have++]] = 7 & h, h >>>= 3, d -= 3
  999. }
  1000. for (; a.have < 19;) a.lens[Z[a.have++]] = 0;
  1001. if (a.lencode = a.lendyn, a.lenbits = 7, E = {
  1002. bits: a.lenbits
  1003. }, x = me(0, a.lens, 0, 19, a.lencode, 0, a.work, E), a.lenbits = E.bits, x) {
  1004. t.msg = "invalid code lengths set", a.mode = Le;
  1005. break
  1006. }
  1007. a.have = 0, a.mode = 16198;
  1008. case 16198:
  1009. for (; a.have < a.nlen + a.ndist;) {
  1010. for (; z = a.lencode[h & (1 << a.lenbits) - 1], m = z >>> 24, b = z >>> 16 & 255, g = 65535 & z, !(m <= d);) {
  1011. if (0 === o) break t;
  1012. o--, h += i[s++] << d, d += 8
  1013. }
  1014. if (g < 16) h >>>= m, d -= m, a.lens[a.have++] = g;
  1015. else {
  1016. if (16 === g) {
  1017. for (R = m + 2; d < R;) {
  1018. if (0 === o) break t;
  1019. o--, h += i[s++] << d, d += 8
  1020. }
  1021. if (h >>>= m, d -= m, 0 === a.have) {
  1022. t.msg = "invalid bit length repeat", a.mode = Le;
  1023. break
  1024. }
  1025. y = a.lens[a.have - 1], c = 3 + (3 & h), h >>>= 2, d -= 2
  1026. } else if (17 === g) {
  1027. for (R = m + 3; d < R;) {
  1028. if (0 === o) break t;
  1029. o--, h += i[s++] << d, d += 8
  1030. }
  1031. h >>>= m, d -= m, y = 0, c = 3 + (7 & h), h >>>= 3, d -= 3
  1032. } else {
  1033. for (R = m + 7; d < R;) {
  1034. if (0 === o) break t;
  1035. o--, h += i[s++] << d, d += 8
  1036. }
  1037. h >>>= m, d -= m, y = 0, c = 11 + (127 & h), h >>>= 7, d -= 7
  1038. }
  1039. if (a.have + c > a.nlen + a.ndist) {
  1040. t.msg = "invalid bit length repeat", a.mode = Le;
  1041. break
  1042. }
  1043. for (; c--;) a.lens[a.have++] = y
  1044. }
  1045. }
  1046. if (a.mode === Le) break;
  1047. if (0 === a.lens[256]) {
  1048. t.msg = "invalid code -- missing end-of-block", a.mode = Le;
  1049. break
  1050. }
  1051. if (a.lenbits = 9, E = {
  1052. bits: a.lenbits
  1053. }, x = me(1, a.lens, 0, a.nlen, a.lencode, 0, a.work, E), a.lenbits = E.bits, x) {
  1054. t.msg = "invalid literal/lengths set", a.mode = Le;
  1055. break
  1056. }
  1057. if (a.distbits = 6, a.distcode = a.distdyn, E = {
  1058. bits: a.distbits
  1059. }, x = me(2, a.lens, a.nlen, a.ndist, a.distcode, 0, a.work, E), a.distbits = E.bits, x) {
  1060. t.msg = "invalid distances set", a.mode = Le;
  1061. break
  1062. }
  1063. if (a.mode = Oe, e === pe) break t;
  1064. case Oe:
  1065. a.mode = Ie;
  1066. case Ie:
  1067. if (o >= 6 && l >= 258) {
  1068. t.next_out = r, t.avail_out = l, t.next_in = s, t.avail_in = o, a.hold = h, a.bits = d, de(t, f), r = t.next_out, n = t.output, l = t.avail_out, s = t.next_in, i = t.input, o = t.avail_in, h = a.hold, d = a.bits, a.mode === Se && (a.back = -1);
  1069. break
  1070. }
  1071. for (a.back = 0; z = a.lencode[h & (1 << a.lenbits) - 1], m = z >>> 24, b = z >>> 16 & 255, g = 65535 & z, !(m <= d);) {
  1072. if (0 === o) break t;
  1073. o--, h += i[s++] << d, d += 8
  1074. }
  1075. if (b && 0 == (240 & b)) {
  1076. for (p = m, k = b, v = g; z = a.lencode[v + ((h & (1 << p + k) - 1) >> p)], m = z >>> 24, b = z >>> 16 & 255, g = 65535 & z, !(p + m <= d);) {
  1077. if (0 === o) break t;
  1078. o--, h += i[s++] << d, d += 8
  1079. }
  1080. h >>>= p, d -= p, a.back += p
  1081. }
  1082. if (h >>>= m, d -= m, a.back += m, a.length = g, 0 === b) {
  1083. a.mode = 16205;
  1084. break
  1085. }
  1086. if (32 & b) {
  1087. a.back = -1, a.mode = Se;
  1088. break
  1089. }
  1090. if (64 & b) {
  1091. t.msg = "invalid literal/length code", a.mode = Le;
  1092. break
  1093. }
  1094. a.extra = 15 & b, a.mode = 16201;
  1095. case 16201:
  1096. if (a.extra) {
  1097. for (R = a.extra; d < R;) {
  1098. if (0 === o) break t;
  1099. o--, h += i[s++] << d, d += 8
  1100. }
  1101. a.length += h & (1 << a.extra) - 1, h >>>= a.extra, d -= a.extra, a.back += a.extra
  1102. }
  1103. a.was = a.length, a.mode = 16202;
  1104. case 16202:
  1105. for (; z = a.distcode[h & (1 << a.distbits) - 1], m = z >>> 24, b = z >>> 16 & 255, g = 65535 & z, !(m <= d);) {
  1106. if (0 === o) break t;
  1107. o--, h += i[s++] << d, d += 8
  1108. }
  1109. if (0 == (240 & b)) {
  1110. for (p = m, k = b, v = g; z = a.distcode[v + ((h & (1 << p + k) - 1) >> p)], m = z >>> 24, b = z >>> 16 & 255, g = 65535 & z, !(p + m <= d);) {
  1111. if (0 === o) break t;
  1112. o--, h += i[s++] << d, d += 8
  1113. }
  1114. h >>>= p, d -= p, a.back += p
  1115. }
  1116. if (h >>>= m, d -= m, a.back += m, 64 & b) {
  1117. t.msg = "invalid distance code", a.mode = Le;
  1118. break
  1119. }
  1120. a.offset = g, a.extra = 15 & b, a.mode = 16203;
  1121. case 16203:
  1122. if (a.extra) {
  1123. for (R = a.extra; d < R;) {
  1124. if (0 === o) break t;
  1125. o--, h += i[s++] << d, d += 8
  1126. }
  1127. a.offset += h & (1 << a.extra) - 1, h >>>= a.extra, d -= a.extra, a.back += a.extra
  1128. }
  1129. if (a.offset > a.dmax) {
  1130. t.msg = "invalid distance too far back", a.mode = Le;
  1131. break
  1132. }
  1133. a.mode = 16204;
  1134. case 16204:
  1135. if (0 === l) break t;
  1136. if (c = f - l, a.offset > c) {
  1137. if (c = a.offset - c, c > a.whave && a.sane) {
  1138. t.msg = "invalid distance too far back", a.mode = Le;
  1139. break
  1140. }
  1141. c > a.wnext ? (c -= a.wnext, u = a.wsize - c) : u = a.wnext - c, c > a.length && (c = a.length), w = a.window
  1142. } else w = n, u = r - a.offset, c = a.length;
  1143. c > l && (c = l), l -= c, a.length -= c;
  1144. do {
  1145. n[r++] = w[u++]
  1146. } while (--c);
  1147. 0 === a.length && (a.mode = Ie);
  1148. break;
  1149. case 16205:
  1150. if (0 === l) break t;
  1151. n[r++] = a.length, l--, a.mode = Ie;
  1152. break;
  1153. case Fe:
  1154. if (a.wrap) {
  1155. for (; d < 32;) {
  1156. if (0 === o) break t;
  1157. o--, h |= i[s++] << d, d += 8
  1158. }
  1159. if (f -= l, t.total_out += f, a.total += f, 4 & a.wrap && f && (t.adler = a.check = a.flags ? H(a.check, n, f, r - f) : C(a.check, n, f, r - f)), f = l, 4 & a.wrap && (a.flags ? h : Ne(h)) !== a.check) {
  1160. t.msg = "incorrect data check", a.mode = Le;
  1161. break
  1162. }
  1163. h = 0, d = 0
  1164. }
  1165. a.mode = 16207;
  1166. case 16207:
  1167. if (a.wrap && a.flags) {
  1168. for (; d < 32;) {
  1169. if (0 === o) break t;
  1170. o--, h += i[s++] << d, d += 8
  1171. }
  1172. if (4 & a.wrap && h !== (4294967295 & a.total)) {
  1173. t.msg = "incorrect length check", a.mode = Le;
  1174. break
  1175. }
  1176. h = 0, d = 0
  1177. }
  1178. a.mode = 16208;
  1179. case 16208:
  1180. x = ve;
  1181. break t;
  1182. case Le:
  1183. x = ze;
  1184. break t;
  1185. case 16210:
  1186. return Ae;
  1187. default:
  1188. return xe
  1189. }
  1190. return t.next_out = r,
  1191. t.avail_out = l,
  1192. t.next_in = s,
  1193. t.avail_in = o,
  1194. a.hold = h,
  1195. a.bits = d,
  1196. (a.wsize || f !== t.avail_out && a.mode < Le && (a.mode < Fe || e !== be)) && We(t, t.output, t.next_out, f - t.avail_out),
  1197. _ -= t.avail_in,
  1198. f -= t.avail_out,
  1199. t.total_in += _,
  1200. t.total_out += f,
  1201. a.total += f,
  1202. 4 & a.wrap && f && (t.adler = a.check = a.flags ? H(a.check, n, f, t.next_out - f) : C(a.check, n, f, t.next_out - f)),
  1203. t.data_type = a.bits + (a.last ? 64 : 0) + (a.mode === Se ? 128 : 0) + (a.mode === Oe || a.mode === Te ? 256 : 0),
  1204. (0 === _ && 0 === f || e === be) && x === ke && (x = Ee),
  1205. x
  1206. },
  1207. inflateEnd: t => {
  1208. if (Ce(t)) return xe;
  1209. let e = t.state;
  1210. return e.window && (e.window = null), t.state = null, ke
  1211. },
  1212. inflateGetHeader: (t, e) => {
  1213. if (Ce(t)) return xe;
  1214. const a = t.state;
  1215. return 0 == (2 & a.wrap) ? xe : (a.head = e, e.done = !1, ke)
  1216. },
  1217. inflateSetDictionary: (t, e) => {
  1218. const a = e.length;
  1219. let i, n, s;
  1220. return Ce(t) ? xe : (i = t.state, 0 !== i.wrap && i.mode !== Ue ? xe : i.mode === Ue && (n = 1, n = C(n, e, a, 0), n !== i.check) ? ze : (s = We(t, e, a, a), s ? (i.mode = 16210, Ae) : (i.havedict = 1, ke)))
  1221. },
  1222. inflateInfo: "pako inflate (from Nodeca project)"
  1223. };
  1224. var Je = function() {
  1225. this.text = 0, this.time = 0, this.xflags = 0, this.os = 0, this.extra = null, this.extra_len = 0, this.name = "", this.comment = "", this.hcrc = 0, this.done = !1
  1226. };
  1227. const Qe = Object.prototype.toString, {
  1228. Z_NO_FLUSH: Ve,
  1229. Z_FINISH: $e,
  1230. Z_OK: ta,
  1231. Z_STREAM_END: ea,
  1232. Z_NEED_DICT: aa,
  1233. Z_STREAM_ERROR: ia,
  1234. Z_DATA_ERROR: na,
  1235. Z_MEM_ERROR: sa
  1236. } = K;
  1237. function ra(t) {
  1238. this.options = jt({
  1239. chunkSize: 65536,
  1240. windowBits: 15,
  1241. to: ""
  1242. }, t || {});
  1243. const e = this.options;
  1244. e.raw && e.windowBits >= 0 && e.windowBits < 16 && (e.windowBits = -e.windowBits, 0 === e.windowBits && (e.windowBits = -15)), !(e.windowBits >= 0 && e.windowBits < 16) || t && t.windowBits || (e.windowBits += 32), e.windowBits > 15 && e.windowBits < 48 && 0 == (15 & e.windowBits) && (e.windowBits |= 15), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new qt, this.strm.avail_out = 0;
  1245. let a = qe.inflateInit2(this.strm, e.windowBits);
  1246. if (a !== ta) throw new Error(j[a]);
  1247. if (this.header = new Je, qe.inflateGetHeader(this.strm, this.header), e.dictionary && ("string" == typeof e.dictionary ? e.dictionary = Gt(e.dictionary) : "[object ArrayBuffer]" === Qe.call(e.dictionary) && (e.dictionary = new Uint8Array(e.dictionary)), e.raw && (a = qe.inflateSetDictionary(this.strm, e.dictionary), a !== ta))) throw new Error(j[a])
  1248. }
  1249. function oa(t, e) {
  1250. const a = new ra(e);
  1251. if (a.push(t), a.err) throw a.msg || j[a.err];
  1252. return a.result
  1253. }
  1254. ra.prototype.push = function(t, e) {
  1255. const a = this.strm, i = this.options.chunkSize, n = this.options.dictionary;
  1256. let s, r, o;
  1257. if (this.ended) return !1;
  1258. for (r = e === ~~e ? e : !0 === e ? $e : Ve, "[object ArrayBuffer]" === Qe.call(t) ? a.input = new Uint8Array(t) : a.input = t, a.next_in = 0, a.avail_in = a.input.length;;) {
  1259. for (0 === a.avail_out && (a.output = new Uint8Array(i), a.next_out = 0, a.avail_out = i), s = qe.inflate(a, r), s === aa && n && (s = qe.inflateSetDictionary(a, n), s === ta ? s = qe.inflate(a, r) : s === na && (s = aa)); a.avail_in > 0 && s === ea && a.state.wrap > 0 && 0 !== t[a.next_in];) qe.inflateReset(a), s = qe.inflate(a, r);
  1260. switch (s) {
  1261. case ia:
  1262. case na:
  1263. case aa:
  1264. case sa:
  1265. return this.onEnd(s), this.ended = !0, !1
  1266. }
  1267. if (o = a.avail_out, a.next_out && (0 === a.avail_out || s === ea)) if ("string" === this.options.to) {
  1268. let t = Wt(a.output, a.next_out), e = a.next_out - t, n = Xt(a.output, t);
  1269. a.next_out = e, a.avail_out = i - e, e && a.output.set(a.output.subarray(t, t + e), 0), this.onData(n)
  1270. } else this.onData(a.output.length === a.next_out ? a.output : a.output.subarray(0, a.next_out));
  1271. if (s !== ta || 0 !== o) {
  1272. if (s === ea) return s = qe.inflateEnd(this.strm), this.onEnd(s), this.ended = !0, !0;
  1273. if (0 === a.avail_in) break
  1274. }
  1275. }
  1276. return !0
  1277. }, ra.prototype.onData = function(t) {
  1278. this.chunks.push(t)
  1279. }, ra.prototype.onEnd = function(t) {
  1280. t === ta && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Kt(this.chunks)), this.chunks = [], this.err = t, this.msg = this.strm.msg
  1281. };
  1282. var la = {
  1283. Inflate: ra,
  1284. inflate: oa,
  1285. inflateRaw: function(t, e) {
  1286. return (e = e || {}).raw = !0, oa(t, e)
  1287. },
  1288. ungzip: oa,
  1289. constants: K
  1290. };
  1291. const {
  1292. Deflate: ha,
  1293. deflate: da,
  1294. deflateRaw: _a,
  1295. gzip: fa
  1296. } = le, {
  1297. Inflate: ca,
  1298. inflate: ua,
  1299. inflateRaw: wa,
  1300. ungzip: ma
  1301. } = la;
  1302. var ba = ha,
  1303. ga = da,
  1304. pa = _a,
  1305. ka = fa,
  1306. va = ca,
  1307. ya = ua,
  1308. xa = wa,
  1309. za = ma,
  1310. Aa = K,
  1311. Ea = {
  1312. Deflate: ba,
  1313. deflate: ga,
  1314. deflateRaw: pa,
  1315. gzip: ka,
  1316. Inflate: va,
  1317. inflate: ya,
  1318. inflateRaw: xa,
  1319. ungzip: za,
  1320. constants: Aa
  1321. };
  1322. t.Deflate = ba, t.Inflate = va, t.constants = Aa, t.
  1323. default = Ea, t.deflate = ga, t.deflateRaw = pa, t.gzip = ka, t.inflate = ya, t.inflateRaw = xa, t.ungzip = za, Object.defineProperty(t, "__esModule", {
  1324. value: !0
  1325. })
  1326. }));