react-native-simple-epub-reader 0.1.0
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.
- package/LICENSE +20 -0
- package/README.md +37 -0
- package/lib/module/components/GestureHandler/index.js +39 -0
- package/lib/module/components/GestureHandler/index.js.map +1 -0
- package/lib/module/components/Reader.js +207 -0
- package/lib/module/components/Reader.js.map +1 -0
- package/lib/module/constants/template.js +402 -0
- package/lib/module/constants/template.js.map +1 -0
- package/lib/module/constants/theme.js +43 -0
- package/lib/module/constants/theme.js.map +1 -0
- package/lib/module/context/ReaderContext.js +213 -0
- package/lib/module/context/ReaderContext.js.map +1 -0
- package/lib/module/context/types.js +4 -0
- package/lib/module/context/types.js.map +1 -0
- package/lib/module/helpers/downloadEpub.js +17 -0
- package/lib/module/helpers/downloadEpub.js.map +1 -0
- package/lib/module/helpers/loadScripts.js +21 -0
- package/lib/module/helpers/loadScripts.js.map +1 -0
- package/lib/module/helpers/saveTemplateToFile.js +21 -0
- package/lib/module/helpers/saveTemplateToFile.js.map +1 -0
- package/lib/module/helpers/webViewInjectFunctions.js +14 -0
- package/lib/module/helpers/webViewInjectFunctions.js.map +1 -0
- package/lib/module/hooks/useInjectWebviewVariables.js +20 -0
- package/lib/module/hooks/useInjectWebviewVariables.js.map +1 -0
- package/lib/module/hooks/useReaderState.js +117 -0
- package/lib/module/hooks/useReaderState.js.map +1 -0
- package/lib/module/index.js +6 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/module/scripts/epub.js +14326 -0
- package/lib/module/scripts/epub.js.map +1 -0
- package/lib/module/scripts/jszip.js +6646 -0
- package/lib/module/scripts/jszip.js.map +1 -0
- package/lib/module/types/index.js +14 -0
- package/lib/module/types/index.js.map +1 -0
- package/lib/module/types/state.types.js +23 -0
- package/lib/module/types/state.types.js.map +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/components/GestureHandler/index.d.ts +5 -0
- package/lib/typescript/src/components/GestureHandler/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Reader.d.ts +4 -0
- package/lib/typescript/src/components/Reader.d.ts.map +1 -0
- package/lib/typescript/src/constants/template.d.ts +3 -0
- package/lib/typescript/src/constants/template.d.ts.map +1 -0
- package/lib/typescript/src/constants/theme.d.ts +3 -0
- package/lib/typescript/src/constants/theme.d.ts.map +1 -0
- package/lib/typescript/src/context/ReaderContext.d.ts +7 -0
- package/lib/typescript/src/context/ReaderContext.d.ts.map +1 -0
- package/lib/typescript/src/context/types.d.ts +60 -0
- package/lib/typescript/src/context/types.d.ts.map +1 -0
- package/lib/typescript/src/helpers/downloadEpub.d.ts +2 -0
- package/lib/typescript/src/helpers/downloadEpub.d.ts.map +1 -0
- package/lib/typescript/src/helpers/loadScripts.d.ts +2 -0
- package/lib/typescript/src/helpers/loadScripts.d.ts.map +1 -0
- package/lib/typescript/src/helpers/saveTemplateToFile.d.ts +3 -0
- package/lib/typescript/src/helpers/saveTemplateToFile.d.ts.map +1 -0
- package/lib/typescript/src/helpers/webViewInjectFunctions.d.ts +4 -0
- package/lib/typescript/src/helpers/webViewInjectFunctions.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useInjectWebviewVariables.d.ts +12 -0
- package/lib/typescript/src/hooks/useInjectWebviewVariables.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useReaderState.d.ts +6 -0
- package/lib/typescript/src/hooks/useReaderState.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +4 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/scripts/epub.d.ts +3 -0
- package/lib/typescript/src/scripts/epub.d.ts.map +1 -0
- package/lib/typescript/src/scripts/jszip.d.ts +3 -0
- package/lib/typescript/src/scripts/jszip.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts +72 -0
- package/lib/typescript/src/types/index.d.ts.map +1 -0
- package/lib/typescript/src/types/state.types.d.ts +83 -0
- package/lib/typescript/src/types/state.types.d.ts.map +1 -0
- package/package.json +171 -0
- package/src/components/GestureHandler/index.tsx +63 -0
- package/src/components/Reader.tsx +262 -0
- package/src/constants/template.ts +399 -0
- package/src/constants/theme.ts +42 -0
- package/src/context/ReaderContext.tsx +265 -0
- package/src/context/types.ts +62 -0
- package/src/helpers/downloadEpub.ts +21 -0
- package/src/helpers/loadScripts.ts +22 -0
- package/src/helpers/saveTemplateToFile.ts +20 -0
- package/src/helpers/webViewInjectFunctions.ts +18 -0
- package/src/hooks/useInjectWebviewVariables.ts +51 -0
- package/src/hooks/useReaderState.ts +118 -0
- package/src/index.tsx +3 -0
- package/src/scripts/epub.ts +14323 -0
- package/src/scripts/jszip.ts +6643 -0
- package/src/types/index.ts +83 -0
- package/src/types/state.types.ts +86 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"epub.d.ts","sourceRoot":"","sources":["../../../../src/scripts/epub.ts"],"names":[],"mappings":";AAAA,wBAk/bE"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\n/*!\n\nJSZip v3.1.5 - A JavaScript class for generating and reading zip files\n<http://stuartk.com/jszip>\n\n(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>\nDual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.\n\nJSZip uses the library pako released under the MIT license :\nhttps://github.com/nodeca/pako/blob/master/LICENSE\n*/\n!(function (a) {\n if ('object' == typeof exports && 'undefined' != typeof module)\n module.exports = a();\n else if ('function' == typeof define && define.amd) define([], a);\n else {\n var b;\n (b =\n 'undefined' != typeof window\n ? window\n : 'undefined' != typeof global\n ? global\n : 'undefined' != typeof self\n ? self\n : this),\n (b.JSZip = a());\n }\n})(function () {\n return (function a(b, c, d) {\n function e(g, h) {\n if (!c[g]) {\n if (!b[g]) {\n var i = 'function' == typeof require && require;\n if (!h && i) return i(g, !0);\n if (f) return f(g, !0);\n var j = new Error(\"Cannot find module '\" + g + \"'\");\n throw ((j.code = 'MODULE_NOT_FOUND'), j);\n }\n var k = (c[g] = { exports: {} });\n b[g][0].call(\n k.exports,\n function (a) {\n var c = b[g][1][a];\n return e(c ? c : a);\n },\n k,\n k.exports,\n a,\n b,\n c,\n d\n );\n }\n return c[g].exports;\n }\n for (\n var f = 'function' == typeof require && require, g = 0;\n g < d.length;\n g++\n )\n e(d[g]);\n return e;\n })(\n {\n 1: [\n function (a, b, c) {\n 'use strict';\n var d = a('./utils'),\n e = a('./support'),\n f =\n 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\n (c.encode = function (a) {\n for (\n var b,\n c,\n e,\n g,\n h,\n i,\n j,\n k = [],\n l = 0,\n m = a.length,\n n = m,\n o = 'string' !== d.getTypeOf(a);\n l < a.length;\n\n )\n (n = m - l),\n o\n ? ((b = a[l++]),\n (c = l < m ? a[l++] : 0),\n (e = l < m ? a[l++] : 0))\n : ((b = a.charCodeAt(l++)),\n (c = l < m ? a.charCodeAt(l++) : 0),\n (e = l < m ? a.charCodeAt(l++) : 0)),\n (g = b >> 2),\n (h = ((3 & b) << 4) | (c >> 4)),\n (i = n > 1 ? ((15 & c) << 2) | (e >> 6) : 64),\n (j = n > 2 ? 63 & e : 64),\n k.push(f.charAt(g) + f.charAt(h) + f.charAt(i) + f.charAt(j));\n return k.join('');\n }),\n (c.decode = function (a) {\n var b,\n c,\n d,\n g,\n h,\n i,\n j,\n k = 0,\n l = 0,\n m = 'data:';\n if (a.substr(0, m.length) === m)\n throw new Error(\n 'Invalid base64 input, it looks like a data url.'\n );\n a = a.replace(/[^A-Za-z0-9\\+\\/\\=]/g, '');\n var n = (3 * a.length) / 4;\n if (\n (a.charAt(a.length - 1) === f.charAt(64) && n--,\n a.charAt(a.length - 2) === f.charAt(64) && n--,\n n % 1 !== 0)\n )\n throw new Error('Invalid base64 input, bad content length.');\n var o;\n for (\n o = e.uint8array ? new Uint8Array(0 | n) : new Array(0 | n);\n k < a.length;\n\n )\n (g = f.indexOf(a.charAt(k++))),\n (h = f.indexOf(a.charAt(k++))),\n (i = f.indexOf(a.charAt(k++))),\n (j = f.indexOf(a.charAt(k++))),\n (b = (g << 2) | (h >> 4)),\n (c = ((15 & h) << 4) | (i >> 2)),\n (d = ((3 & i) << 6) | j),\n (o[l++] = b),\n 64 !== i && (o[l++] = c),\n 64 !== j && (o[l++] = d);\n return o;\n });\n },\n { './support': 30, './utils': 32 },\n ],\n 2: [\n function (a, b, c) {\n 'use strict';\n function d(a, b, c, d, e) {\n (this.compressedSize = a),\n (this.uncompressedSize = b),\n (this.crc32 = c),\n (this.compression = d),\n (this.compressedContent = e);\n }\n var e = a('./external'),\n f = a('./stream/DataWorker'),\n g = a('./stream/DataLengthProbe'),\n h = a('./stream/Crc32Probe'),\n g = a('./stream/DataLengthProbe');\n (d.prototype = {\n getContentWorker: function () {\n var a = new f(e.Promise.resolve(this.compressedContent))\n .pipe(this.compression.uncompressWorker())\n .pipe(new g('data_length')),\n b = this;\n return (\n a.on('end', function () {\n if (this.streamInfo.data_length !== b.uncompressedSize)\n throw new Error('Bug : uncompressed data size mismatch');\n }),\n a\n );\n },\n getCompressedWorker: function () {\n return new f(e.Promise.resolve(this.compressedContent))\n .withStreamInfo('compressedSize', this.compressedSize)\n .withStreamInfo('uncompressedSize', this.uncompressedSize)\n .withStreamInfo('crc32', this.crc32)\n .withStreamInfo('compression', this.compression);\n },\n }),\n (d.createWorkerFrom = function (a, b, c) {\n return a\n .pipe(new h())\n .pipe(new g('uncompressedSize'))\n .pipe(b.compressWorker(c))\n .pipe(new g('compressedSize'))\n .withStreamInfo('compression', b);\n }),\n (b.exports = d);\n },\n {\n './external': 6,\n './stream/Crc32Probe': 25,\n './stream/DataLengthProbe': 26,\n './stream/DataWorker': 27,\n },\n ],\n 3: [\n function (a, b, c) {\n 'use strict';\n var d = a('./stream/GenericWorker');\n (c.STORE = {\n magic: '\\0\\0',\n compressWorker: function (a) {\n return new d('STORE compression');\n },\n uncompressWorker: function () {\n return new d('STORE decompression');\n },\n }),\n (c.DEFLATE = a('./flate'));\n },\n { './flate': 7, './stream/GenericWorker': 28 },\n ],\n 4: [\n function (a, b, c) {\n 'use strict';\n function d() {\n for (var a, b = [], c = 0; c < 256; c++) {\n a = c;\n for (var d = 0; d < 8; d++)\n a = 1 & a ? 3988292384 ^ (a >>> 1) : a >>> 1;\n b[c] = a;\n }\n return b;\n }\n function e(a, b, c, d) {\n var e = h,\n f = d + c;\n a ^= -1;\n for (var g = d; g < f; g++) a = (a >>> 8) ^ e[255 & (a ^ b[g])];\n return a ^ -1;\n }\n function f(a, b, c, d) {\n var e = h,\n f = d + c;\n a ^= -1;\n for (var g = d; g < f; g++)\n a = (a >>> 8) ^ e[255 & (a ^ b.charCodeAt(g))];\n return a ^ -1;\n }\n var g = a('./utils'),\n h = d();\n b.exports = function (a, b) {\n if ('undefined' == typeof a || !a.length) return 0;\n var c = 'string' !== g.getTypeOf(a);\n return c ? e(0 | b, a, a.length, 0) : f(0 | b, a, a.length, 0);\n };\n },\n { './utils': 32 },\n ],\n 5: [\n function (a, b, c) {\n 'use strict';\n (c.base64 = !1),\n (c.binary = !1),\n (c.dir = !1),\n (c.createFolders = !0),\n (c.date = null),\n (c.compression = null),\n (c.compressionOptions = null),\n (c.comment = null),\n (c.unixPermissions = null),\n (c.dosPermissions = null);\n },\n {},\n ],\n 6: [\n function (a, b, c) {\n 'use strict';\n var d = null;\n (d = 'undefined' != typeof Promise ? Promise : a('lie')),\n (b.exports = { Promise: d });\n },\n { lie: 58 },\n ],\n 7: [\n function (a, b, c) {\n 'use strict';\n function d(a, b) {\n h.call(this, 'FlateWorker/' + a),\n (this._pako = null),\n (this._pakoAction = a),\n (this._pakoOptions = b),\n (this.meta = {});\n }\n var e =\n 'undefined' != typeof Uint8Array &&\n 'undefined' != typeof Uint16Array &&\n 'undefined' != typeof Uint32Array,\n f = a('pako'),\n g = a('./utils'),\n h = a('./stream/GenericWorker'),\n i = e ? 'uint8array' : 'array';\n (c.magic = '\\b\\0'),\n g.inherits(d, h),\n (d.prototype.processChunk = function (a) {\n (this.meta = a.meta),\n null === this._pako && this._createPako(),\n this._pako.push(g.transformTo(i, a.data), !1);\n }),\n (d.prototype.flush = function () {\n h.prototype.flush.call(this),\n null === this._pako && this._createPako(),\n this._pako.push([], !0);\n }),\n (d.prototype.cleanUp = function () {\n h.prototype.cleanUp.call(this), (this._pako = null);\n }),\n (d.prototype._createPako = function () {\n this._pako = new f[this._pakoAction]({\n raw: !0,\n level: this._pakoOptions.level || -1,\n });\n var a = this;\n this._pako.onData = function (b) {\n a.push({ data: b, meta: a.meta });\n };\n }),\n (c.compressWorker = function (a) {\n return new d('Deflate', a);\n }),\n (c.uncompressWorker = function () {\n return new d('Inflate', {});\n });\n },\n { './stream/GenericWorker': 28, './utils': 32, pako: 59 },\n ],\n 8: [\n function (a, b, c) {\n 'use strict';\n function d(a, b, c, d) {\n f.call(this, 'ZipFileWorker'),\n (this.bytesWritten = 0),\n (this.zipComment = b),\n (this.zipPlatform = c),\n (this.encodeFileName = d),\n (this.streamFiles = a),\n (this.accumulate = !1),\n (this.contentBuffer = []),\n (this.dirRecords = []),\n (this.currentSourceOffset = 0),\n (this.entriesCount = 0),\n (this.currentFile = null),\n (this._sources = []);\n }\n var e = a('../utils'),\n f = a('../stream/GenericWorker'),\n g = a('../utf8'),\n h = a('../crc32'),\n i = a('../signature'),\n j = function (a, b) {\n var c,\n d = '';\n for (c = 0; c < b; c++)\n (d += String.fromCharCode(255 & a)), (a >>>= 8);\n return d;\n },\n k = function (a, b) {\n var c = a;\n return a || (c = b ? 16893 : 33204), (65535 & c) << 16;\n },\n l = function (a, b) {\n return 63 & (a || 0);\n },\n m = function (a, b, c, d, f, m) {\n var n,\n o,\n p = a.file,\n q = a.compression,\n r = m !== g.utf8encode,\n s = e.transformTo('string', m(p.name)),\n t = e.transformTo('string', g.utf8encode(p.name)),\n u = p.comment,\n v = e.transformTo('string', m(u)),\n w = e.transformTo('string', g.utf8encode(u)),\n x = t.length !== p.name.length,\n y = w.length !== u.length,\n z = '',\n A = '',\n B = '',\n C = p.dir,\n D = p.date,\n E = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };\n (b && !c) ||\n ((E.crc32 = a.crc32),\n (E.compressedSize = a.compressedSize),\n (E.uncompressedSize = a.uncompressedSize));\n var F = 0;\n b && (F |= 8), r || (!x && !y) || (F |= 2048);\n var G = 0,\n H = 0;\n C && (G |= 16),\n 'UNIX' === f\n ? ((H = 798), (G |= k(p.unixPermissions, C)))\n : ((H = 20), (G |= l(p.dosPermissions, C))),\n (n = D.getUTCHours()),\n (n <<= 6),\n (n |= D.getUTCMinutes()),\n (n <<= 5),\n (n |= D.getUTCSeconds() / 2),\n (o = D.getUTCFullYear() - 1980),\n (o <<= 4),\n (o |= D.getUTCMonth() + 1),\n (o <<= 5),\n (o |= D.getUTCDate()),\n x &&\n ((A = j(1, 1) + j(h(s), 4) + t),\n (z += 'up' + j(A.length, 2) + A)),\n y &&\n ((B = j(1, 1) + j(h(v), 4) + w),\n (z += 'uc' + j(B.length, 2) + B));\n var I = '';\n (I += '\\n\\0'),\n (I += j(F, 2)),\n (I += q.magic),\n (I += j(n, 2)),\n (I += j(o, 2)),\n (I += j(E.crc32, 4)),\n (I += j(E.compressedSize, 4)),\n (I += j(E.uncompressedSize, 4)),\n (I += j(s.length, 2)),\n (I += j(z.length, 2));\n var J = i.LOCAL_FILE_HEADER + I + s + z,\n K =\n i.CENTRAL_FILE_HEADER +\n j(H, 2) +\n I +\n j(v.length, 2) +\n '\\0\\0\\0\\0' +\n j(G, 4) +\n j(d, 4) +\n s +\n z +\n v;\n return { fileRecord: J, dirRecord: K };\n },\n n = function (a, b, c, d, f) {\n var g = '',\n h = e.transformTo('string', f(d));\n return (g =\n i.CENTRAL_DIRECTORY_END +\n '\\0\\0\\0\\0' +\n j(a, 2) +\n j(a, 2) +\n j(b, 4) +\n j(c, 4) +\n j(h.length, 2) +\n h);\n },\n o = function (a) {\n var b = '';\n return (b =\n i.DATA_DESCRIPTOR +\n j(a.crc32, 4) +\n j(a.compressedSize, 4) +\n j(a.uncompressedSize, 4));\n };\n e.inherits(d, f),\n (d.prototype.push = function (a) {\n var b = a.meta.percent || 0,\n c = this.entriesCount,\n d = this._sources.length;\n this.accumulate\n ? this.contentBuffer.push(a)\n : ((this.bytesWritten += a.data.length),\n f.prototype.push.call(this, {\n data: a.data,\n meta: {\n currentFile: this.currentFile,\n percent: c ? (b + 100 * (c - d - 1)) / c : 100,\n },\n }));\n }),\n (d.prototype.openedSource = function (a) {\n (this.currentSourceOffset = this.bytesWritten),\n (this.currentFile = a.file.name);\n var b = this.streamFiles && !a.file.dir;\n if (b) {\n var c = m(\n a,\n b,\n !1,\n this.currentSourceOffset,\n this.zipPlatform,\n this.encodeFileName\n );\n this.push({ data: c.fileRecord, meta: { percent: 0 } });\n } else this.accumulate = !0;\n }),\n (d.prototype.closedSource = function (a) {\n this.accumulate = !1;\n var b = this.streamFiles && !a.file.dir,\n c = m(\n a,\n b,\n !0,\n this.currentSourceOffset,\n this.zipPlatform,\n this.encodeFileName\n );\n if ((this.dirRecords.push(c.dirRecord), b))\n this.push({ data: o(a), meta: { percent: 100 } });\n else\n for (\n this.push({ data: c.fileRecord, meta: { percent: 0 } });\n this.contentBuffer.length;\n\n )\n this.push(this.contentBuffer.shift());\n this.currentFile = null;\n }),\n (d.prototype.flush = function () {\n for (\n var a = this.bytesWritten, b = 0;\n b < this.dirRecords.length;\n b++\n )\n this.push({ data: this.dirRecords[b], meta: { percent: 100 } });\n var c = this.bytesWritten - a,\n d = n(\n this.dirRecords.length,\n c,\n a,\n this.zipComment,\n this.encodeFileName\n );\n this.push({ data: d, meta: { percent: 100 } });\n }),\n (d.prototype.prepareNextSource = function () {\n (this.previous = this._sources.shift()),\n this.openedSource(this.previous.streamInfo),\n this.isPaused ? this.previous.pause() : this.previous.resume();\n }),\n (d.prototype.registerPrevious = function (a) {\n this._sources.push(a);\n var b = this;\n return (\n a.on('data', function (a) {\n b.processChunk(a);\n }),\n a.on('end', function () {\n b.closedSource(b.previous.streamInfo),\n b._sources.length ? b.prepareNextSource() : b.end();\n }),\n a.on('error', function (a) {\n b.error(a);\n }),\n this\n );\n }),\n (d.prototype.resume = function () {\n return (\n !!f.prototype.resume.call(this) &&\n (!this.previous && this._sources.length\n ? (this.prepareNextSource(), !0)\n : this.previous || this._sources.length || this.generatedError\n ? void 0\n : (this.end(), !0))\n );\n }),\n (d.prototype.error = function (a) {\n var b = this._sources;\n if (!f.prototype.error.call(this, a)) return !1;\n for (var c = 0; c < b.length; c++)\n try {\n b[c].error(a);\n } catch (a) {}\n return !0;\n }),\n (d.prototype.lock = function () {\n f.prototype.lock.call(this);\n for (var a = this._sources, b = 0; b < a.length; b++) a[b].lock();\n }),\n (b.exports = d);\n },\n {\n '../crc32': 4,\n '../signature': 23,\n '../stream/GenericWorker': 28,\n '../utf8': 31,\n '../utils': 32,\n },\n ],\n 9: [\n function (a, b, c) {\n 'use strict';\n var d = a('../compressions'),\n e = a('./ZipFileWorker'),\n f = function (a, b) {\n var c = a || b,\n e = d[c];\n if (!e)\n throw new Error(c + ' is not a valid compression method !');\n return e;\n };\n c.generateWorker = function (a, b, c) {\n var d = new e(b.streamFiles, c, b.platform, b.encodeFileName),\n g = 0;\n try {\n a.forEach(function (a, c) {\n g++;\n var e = f(c.options.compression, b.compression),\n h =\n c.options.compressionOptions || b.compressionOptions || {},\n i = c.dir,\n j = c.date;\n c._compressWorker(e, h)\n .withStreamInfo('file', {\n name: a,\n dir: i,\n date: j,\n comment: c.comment || '',\n unixPermissions: c.unixPermissions,\n dosPermissions: c.dosPermissions,\n })\n .pipe(d);\n }),\n (d.entriesCount = g);\n } catch (h) {\n d.error(h);\n }\n return d;\n };\n },\n { '../compressions': 3, './ZipFileWorker': 8 },\n ],\n 10: [\n function (a, b, c) {\n 'use strict';\n function d() {\n if (!(this instanceof d)) return new d();\n if (arguments.length)\n throw new Error(\n 'The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.'\n );\n (this.files = {}),\n (this.comment = null),\n (this.root = ''),\n (this.clone = function () {\n var a = new d();\n for (var b in this)\n 'function' != typeof this[b] && (a[b] = this[b]);\n return a;\n });\n }\n (d.prototype = a('./object')),\n (d.prototype.loadAsync = a('./load')),\n (d.support = a('./support')),\n (d.defaults = a('./defaults')),\n (d.version = '3.1.5'),\n (d.loadAsync = function (a, b) {\n return new d().loadAsync(a, b);\n }),\n (d.external = a('./external')),\n (b.exports = d);\n },\n {\n './defaults': 5,\n './external': 6,\n './load': 11,\n './object': 15,\n './support': 30,\n },\n ],\n 11: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n return new f.Promise(function (b, c) {\n var d = a.decompressed.getContentWorker().pipe(new i());\n d.on('error', function (a) {\n c(a);\n })\n .on('end', function () {\n d.streamInfo.crc32 !== a.decompressed.crc32\n ? c(new Error('Corrupted zip : CRC32 mismatch'))\n : b();\n })\n .resume();\n });\n }\n var e = a('./utils'),\n f = a('./external'),\n g = a('./utf8'),\n e = a('./utils'),\n h = a('./zipEntries'),\n i = a('./stream/Crc32Probe'),\n j = a('./nodejsUtils');\n b.exports = function (a, b) {\n var c = this;\n return (\n (b = e.extend(b || {}, {\n base64: !1,\n checkCRC32: !1,\n optimizedBinaryString: !1,\n createFolders: !1,\n decodeFileName: g.utf8decode,\n })),\n j.isNode && j.isStream(a)\n ? f.Promise.reject(\n new Error(\n \"JSZip can't accept a stream when loading a zip file.\"\n )\n )\n : e\n .prepareContent(\n 'the loaded zip file',\n a,\n !0,\n b.optimizedBinaryString,\n b.base64\n )\n .then(function (a) {\n var c = new h(b);\n return c.load(a), c;\n })\n .then(function (a) {\n var c = [f.Promise.resolve(a)],\n e = a.files;\n if (b.checkCRC32)\n for (var g = 0; g < e.length; g++) c.push(d(e[g]));\n return f.Promise.all(c);\n })\n .then(function (a) {\n for (\n var d = a.shift(), e = d.files, f = 0;\n f < e.length;\n f++\n ) {\n var g = e[f];\n c.file(g.fileNameStr, g.decompressed, {\n binary: !0,\n optimizedBinaryString: !0,\n date: g.date,\n dir: g.dir,\n comment: g.fileCommentStr.length\n ? g.fileCommentStr\n : null,\n unixPermissions: g.unixPermissions,\n dosPermissions: g.dosPermissions,\n createFolders: b.createFolders,\n });\n }\n return (\n d.zipComment.length && (c.comment = d.zipComment), c\n );\n })\n );\n };\n },\n {\n './external': 6,\n './nodejsUtils': 14,\n './stream/Crc32Probe': 25,\n './utf8': 31,\n './utils': 32,\n './zipEntries': 33,\n },\n ],\n 12: [\n function (a, b, c) {\n 'use strict';\n function d(a, b) {\n f.call(this, 'Nodejs stream input adapter for ' + a),\n (this._upstreamEnded = !1),\n this._bindStream(b);\n }\n var e = a('../utils'),\n f = a('../stream/GenericWorker');\n e.inherits(d, f),\n (d.prototype._bindStream = function (a) {\n var b = this;\n (this._stream = a),\n a.pause(),\n a\n .on('data', function (a) {\n b.push({ data: a, meta: { percent: 0 } });\n })\n .on('error', function (a) {\n b.isPaused ? (this.generatedError = a) : b.error(a);\n })\n .on('end', function () {\n b.isPaused ? (b._upstreamEnded = !0) : b.end();\n });\n }),\n (d.prototype.pause = function () {\n return (\n !!f.prototype.pause.call(this) && (this._stream.pause(), !0)\n );\n }),\n (d.prototype.resume = function () {\n return (\n !!f.prototype.resume.call(this) &&\n (this._upstreamEnded ? this.end() : this._stream.resume(), !0)\n );\n }),\n (b.exports = d);\n },\n { '../stream/GenericWorker': 28, '../utils': 32 },\n ],\n 13: [\n function (a, b, c) {\n 'use strict';\n function d(a, b, c) {\n e.call(this, b), (this._helper = a);\n var d = this;\n a.on('data', function (a, b) {\n d.push(a) || d._helper.pause(), c && c(b);\n })\n .on('error', function (a) {\n d.emit('error', a);\n })\n .on('end', function () {\n d.push(null);\n });\n }\n var e = a('readable-stream').Readable,\n f = a('../utils');\n f.inherits(d, e),\n (d.prototype._read = function () {\n this._helper.resume();\n }),\n (b.exports = d);\n },\n { '../utils': 32, 'readable-stream': 16 },\n ],\n 14: [\n function (a, b, c) {\n 'use strict';\n b.exports = {\n isNode: 'undefined' != typeof Buffer,\n newBufferFrom: function (a, b) {\n return new Buffer(a, b);\n },\n allocBuffer: function (a) {\n return Buffer.alloc ? Buffer.alloc(a) : new Buffer(a);\n },\n isBuffer: function (a) {\n return Buffer.isBuffer(a);\n },\n isStream: function (a) {\n return (\n a &&\n 'function' == typeof a.on &&\n 'function' == typeof a.pause &&\n 'function' == typeof a.resume\n );\n },\n };\n },\n {},\n ],\n 15: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n return '[object RegExp]' === Object.prototype.toString.call(a);\n }\n var e = a('./utf8'),\n f = a('./utils'),\n g = a('./stream/GenericWorker'),\n h = a('./stream/StreamHelper'),\n i = a('./defaults'),\n j = a('./compressedObject'),\n k = a('./zipObject'),\n l = a('./generate'),\n m = a('./nodejsUtils'),\n n = a('./nodejs/NodejsStreamInputAdapter'),\n o = function (a, b, c) {\n var d,\n e = f.getTypeOf(b),\n h = f.extend(c || {}, i);\n (h.date = h.date || new Date()),\n null !== h.compression &&\n (h.compression = h.compression.toUpperCase()),\n 'string' == typeof h.unixPermissions &&\n (h.unixPermissions = parseInt(h.unixPermissions, 8)),\n h.unixPermissions && 16384 & h.unixPermissions && (h.dir = !0),\n h.dosPermissions && 16 & h.dosPermissions && (h.dir = !0),\n h.dir && (a = q(a)),\n h.createFolders && (d = p(a)) && r.call(this, d, !0);\n var l = 'string' === e && h.binary === !1 && h.base64 === !1;\n (c && 'undefined' != typeof c.binary) || (h.binary = !l);\n var o = b instanceof j && 0 === b.uncompressedSize;\n (o || h.dir || !b || 0 === b.length) &&\n ((h.base64 = !1),\n (h.binary = !0),\n (b = ''),\n (h.compression = 'STORE'),\n (e = 'string'));\n var s = null;\n s =\n b instanceof j || b instanceof g\n ? b\n : m.isNode && m.isStream(b)\n ? new n(a, b)\n : f.prepareContent(\n a,\n b,\n h.binary,\n h.optimizedBinaryString,\n h.base64\n );\n var t = new k(a, s, h);\n this.files[a] = t;\n },\n p = function (a) {\n '/' === a.slice(-1) && (a = a.substring(0, a.length - 1));\n var b = a.lastIndexOf('/');\n return b > 0 ? a.substring(0, b) : '';\n },\n q = function (a) {\n return '/' !== a.slice(-1) && (a += '/'), a;\n },\n r = function (a, b) {\n return (\n (b = 'undefined' != typeof b ? b : i.createFolders),\n (a = q(a)),\n this.files[a] ||\n o.call(this, a, null, { dir: !0, createFolders: b }),\n this.files[a]\n );\n },\n s = {\n load: function () {\n throw new Error(\n 'This method has been removed in JSZip 3.0, please check the upgrade guide.'\n );\n },\n forEach: function (a) {\n var b, c, d;\n for (b in this.files)\n this.files.hasOwnProperty(b) &&\n ((d = this.files[b]),\n (c = b.slice(this.root.length, b.length)),\n c && b.slice(0, this.root.length) === this.root && a(c, d));\n },\n filter: function (a) {\n var b = [];\n return (\n this.forEach(function (c, d) {\n a(c, d) && b.push(d);\n }),\n b\n );\n },\n file: function (a, b, c) {\n if (1 === arguments.length) {\n if (d(a)) {\n var e = a;\n return this.filter(function (a, b) {\n return !b.dir && e.test(a);\n });\n }\n var f = this.files[this.root + a];\n return f && !f.dir ? f : null;\n }\n return (a = this.root + a), o.call(this, a, b, c), this;\n },\n folder: function (a) {\n if (!a) return this;\n if (d(a))\n return this.filter(function (b, c) {\n return c.dir && a.test(b);\n });\n var b = this.root + a,\n c = r.call(this, b),\n e = this.clone();\n return (e.root = c.name), e;\n },\n remove: function (a) {\n a = this.root + a;\n var b = this.files[a];\n if (\n (b ||\n ('/' !== a.slice(-1) && (a += '/'), (b = this.files[a])),\n b && !b.dir)\n )\n delete this.files[a];\n else\n for (\n var c = this.filter(function (b, c) {\n return c.name.slice(0, a.length) === a;\n }),\n d = 0;\n d < c.length;\n d++\n )\n delete this.files[c[d].name];\n return this;\n },\n generate: function (a) {\n throw new Error(\n 'This method has been removed in JSZip 3.0, please check the upgrade guide.'\n );\n },\n generateInternalStream: function (a) {\n var b,\n c = {};\n try {\n if (\n ((c = f.extend(a || {}, {\n streamFiles: !1,\n compression: 'STORE',\n compressionOptions: null,\n type: '',\n platform: 'DOS',\n comment: null,\n mimeType: 'application/zip',\n encodeFileName: e.utf8encode,\n })),\n (c.type = c.type.toLowerCase()),\n (c.compression = c.compression.toUpperCase()),\n 'binarystring' === c.type && (c.type = 'string'),\n !c.type)\n )\n throw new Error('No output type specified.');\n f.checkSupport(c.type),\n ('darwin' !== c.platform &&\n 'freebsd' !== c.platform &&\n 'linux' !== c.platform &&\n 'sunos' !== c.platform) ||\n (c.platform = 'UNIX'),\n 'win32' === c.platform && (c.platform = 'DOS');\n var d = c.comment || this.comment || '';\n b = l.generateWorker(this, c, d);\n } catch (i) {\n (b = new g('error')), b.error(i);\n }\n return new h(b, c.type || 'string', c.mimeType);\n },\n generateAsync: function (a, b) {\n return this.generateInternalStream(a).accumulate(b);\n },\n generateNodeStream: function (a, b) {\n return (\n (a = a || {}),\n a.type || (a.type = 'nodebuffer'),\n this.generateInternalStream(a).toNodejsStream(b)\n );\n },\n };\n b.exports = s;\n },\n {\n './compressedObject': 2,\n './defaults': 5,\n './generate': 9,\n './nodejs/NodejsStreamInputAdapter': 12,\n './nodejsUtils': 14,\n './stream/GenericWorker': 28,\n './stream/StreamHelper': 29,\n './utf8': 31,\n './utils': 32,\n './zipObject': 35,\n },\n ],\n 16: [\n function (a, b, c) {\n b.exports = a('stream');\n },\n { stream: void 0 },\n ],\n 17: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n e.call(this, a);\n for (var b = 0; b < this.data.length; b++) a[b] = 255 & a[b];\n }\n var e = a('./DataReader'),\n f = a('../utils');\n f.inherits(d, e),\n (d.prototype.byteAt = function (a) {\n return this.data[this.zero + a];\n }),\n (d.prototype.lastIndexOfSignature = function (a) {\n for (\n var b = a.charCodeAt(0),\n c = a.charCodeAt(1),\n d = a.charCodeAt(2),\n e = a.charCodeAt(3),\n f = this.length - 4;\n f >= 0;\n --f\n )\n if (\n this.data[f] === b &&\n this.data[f + 1] === c &&\n this.data[f + 2] === d &&\n this.data[f + 3] === e\n )\n return f - this.zero;\n return -1;\n }),\n (d.prototype.readAndCheckSignature = function (a) {\n var b = a.charCodeAt(0),\n c = a.charCodeAt(1),\n d = a.charCodeAt(2),\n e = a.charCodeAt(3),\n f = this.readData(4);\n return b === f[0] && c === f[1] && d === f[2] && e === f[3];\n }),\n (d.prototype.readData = function (a) {\n if ((this.checkOffset(a), 0 === a)) return [];\n var b = this.data.slice(\n this.zero + this.index,\n this.zero + this.index + a\n );\n return (this.index += a), b;\n }),\n (b.exports = d);\n },\n { '../utils': 32, './DataReader': 18 },\n ],\n 18: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n (this.data = a),\n (this.length = a.length),\n (this.index = 0),\n (this.zero = 0);\n }\n var e = a('../utils');\n (d.prototype = {\n checkOffset: function (a) {\n this.checkIndex(this.index + a);\n },\n checkIndex: function (a) {\n if (this.length < this.zero + a || a < 0)\n throw new Error(\n 'End of data reached (data length = ' +\n this.length +\n ', asked index = ' +\n a +\n '). Corrupted zip ?'\n );\n },\n setIndex: function (a) {\n this.checkIndex(a), (this.index = a);\n },\n skip: function (a) {\n this.setIndex(this.index + a);\n },\n byteAt: function (a) {},\n readInt: function (a) {\n var b,\n c = 0;\n for (\n this.checkOffset(a), b = this.index + a - 1;\n b >= this.index;\n b--\n )\n c = (c << 8) + this.byteAt(b);\n return (this.index += a), c;\n },\n readString: function (a) {\n return e.transformTo('string', this.readData(a));\n },\n readData: function (a) {},\n lastIndexOfSignature: function (a) {},\n readAndCheckSignature: function (a) {},\n readDate: function () {\n var a = this.readInt(4);\n return new Date(\n Date.UTC(\n ((a >> 25) & 127) + 1980,\n ((a >> 21) & 15) - 1,\n (a >> 16) & 31,\n (a >> 11) & 31,\n (a >> 5) & 63,\n (31 & a) << 1\n )\n );\n },\n }),\n (b.exports = d);\n },\n { '../utils': 32 },\n ],\n 19: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n e.call(this, a);\n }\n var e = a('./Uint8ArrayReader'),\n f = a('../utils');\n f.inherits(d, e),\n (d.prototype.readData = function (a) {\n this.checkOffset(a);\n var b = this.data.slice(\n this.zero + this.index,\n this.zero + this.index + a\n );\n return (this.index += a), b;\n }),\n (b.exports = d);\n },\n { '../utils': 32, './Uint8ArrayReader': 21 },\n ],\n 20: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n e.call(this, a);\n }\n var e = a('./DataReader'),\n f = a('../utils');\n f.inherits(d, e),\n (d.prototype.byteAt = function (a) {\n return this.data.charCodeAt(this.zero + a);\n }),\n (d.prototype.lastIndexOfSignature = function (a) {\n return this.data.lastIndexOf(a) - this.zero;\n }),\n (d.prototype.readAndCheckSignature = function (a) {\n var b = this.readData(4);\n return a === b;\n }),\n (d.prototype.readData = function (a) {\n this.checkOffset(a);\n var b = this.data.slice(\n this.zero + this.index,\n this.zero + this.index + a\n );\n return (this.index += a), b;\n }),\n (b.exports = d);\n },\n { '../utils': 32, './DataReader': 18 },\n ],\n 21: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n e.call(this, a);\n }\n var e = a('./ArrayReader'),\n f = a('../utils');\n f.inherits(d, e),\n (d.prototype.readData = function (a) {\n if ((this.checkOffset(a), 0 === a)) return new Uint8Array(0);\n var b = this.data.subarray(\n this.zero + this.index,\n this.zero + this.index + a\n );\n return (this.index += a), b;\n }),\n (b.exports = d);\n },\n { '../utils': 32, './ArrayReader': 17 },\n ],\n 22: [\n function (a, b, c) {\n 'use strict';\n var d = a('../utils'),\n e = a('../support'),\n f = a('./ArrayReader'),\n g = a('./StringReader'),\n h = a('./NodeBufferReader'),\n i = a('./Uint8ArrayReader');\n b.exports = function (a) {\n var b = d.getTypeOf(a);\n return (\n d.checkSupport(b),\n 'string' !== b || e.uint8array\n ? 'nodebuffer' === b\n ? new h(a)\n : e.uint8array\n ? new i(d.transformTo('uint8array', a))\n : new f(d.transformTo('array', a))\n : new g(a)\n );\n };\n },\n {\n '../support': 30,\n '../utils': 32,\n './ArrayReader': 17,\n './NodeBufferReader': 19,\n './StringReader': 20,\n './Uint8ArrayReader': 21,\n },\n ],\n 23: [\n function (a, b, c) {\n 'use strict';\n (c.LOCAL_FILE_HEADER = 'PK\u0003\u0004'),\n (c.CENTRAL_FILE_HEADER = 'PK\u0001\u0002'),\n (c.CENTRAL_DIRECTORY_END = 'PK\u0005\u0006'),\n (c.ZIP64_CENTRAL_DIRECTORY_LOCATOR = 'PK\u0006\u0007'),\n (c.ZIP64_CENTRAL_DIRECTORY_END = 'PK\u0006\u0006'),\n (c.DATA_DESCRIPTOR = 'PK\u0007\\b');\n },\n {},\n ],\n 24: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n e.call(this, 'ConvertWorker to ' + a), (this.destType = a);\n }\n var e = a('./GenericWorker'),\n f = a('../utils');\n f.inherits(d, e),\n (d.prototype.processChunk = function (a) {\n this.push({\n data: f.transformTo(this.destType, a.data),\n meta: a.meta,\n });\n }),\n (b.exports = d);\n },\n { '../utils': 32, './GenericWorker': 28 },\n ],\n 25: [\n function (a, b, c) {\n 'use strict';\n function d() {\n e.call(this, 'Crc32Probe'), this.withStreamInfo('crc32', 0);\n }\n var e = a('./GenericWorker'),\n f = a('../crc32'),\n g = a('../utils');\n g.inherits(d, e),\n (d.prototype.processChunk = function (a) {\n (this.streamInfo.crc32 = f(a.data, this.streamInfo.crc32 || 0)),\n this.push(a);\n }),\n (b.exports = d);\n },\n { '../crc32': 4, '../utils': 32, './GenericWorker': 28 },\n ],\n 26: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n f.call(this, 'DataLengthProbe for ' + a),\n (this.propName = a),\n this.withStreamInfo(a, 0);\n }\n var e = a('../utils'),\n f = a('./GenericWorker');\n e.inherits(d, f),\n (d.prototype.processChunk = function (a) {\n if (a) {\n var b = this.streamInfo[this.propName] || 0;\n this.streamInfo[this.propName] = b + a.data.length;\n }\n f.prototype.processChunk.call(this, a);\n }),\n (b.exports = d);\n },\n { '../utils': 32, './GenericWorker': 28 },\n ],\n 27: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n f.call(this, 'DataWorker');\n var b = this;\n (this.dataIsReady = !1),\n (this.index = 0),\n (this.max = 0),\n (this.data = null),\n (this.type = ''),\n (this._tickScheduled = !1),\n a.then(\n function (a) {\n (b.dataIsReady = !0),\n (b.data = a),\n (b.max = (a && a.length) || 0),\n (b.type = e.getTypeOf(a)),\n b.isPaused || b._tickAndRepeat();\n },\n function (a) {\n b.error(a);\n }\n );\n }\n var e = a('../utils'),\n f = a('./GenericWorker'),\n g = 16384;\n e.inherits(d, f),\n (d.prototype.cleanUp = function () {\n f.prototype.cleanUp.call(this), (this.data = null);\n }),\n (d.prototype.resume = function () {\n return (\n !!f.prototype.resume.call(this) &&\n (!this._tickScheduled &&\n this.dataIsReady &&\n ((this._tickScheduled = !0),\n e.delay(this._tickAndRepeat, [], this)),\n !0)\n );\n }),\n (d.prototype._tickAndRepeat = function () {\n (this._tickScheduled = !1),\n this.isPaused ||\n this.isFinished ||\n (this._tick(),\n this.isFinished ||\n (e.delay(this._tickAndRepeat, [], this),\n (this._tickScheduled = !0)));\n }),\n (d.prototype._tick = function () {\n if (this.isPaused || this.isFinished) return !1;\n var a = g,\n b = null,\n c = Math.min(this.max, this.index + a);\n if (this.index >= this.max) return this.end();\n switch (this.type) {\n case 'string':\n b = this.data.substring(this.index, c);\n break;\n case 'uint8array':\n b = this.data.subarray(this.index, c);\n break;\n case 'array':\n case 'nodebuffer':\n b = this.data.slice(this.index, c);\n }\n return (\n (this.index = c),\n this.push({\n data: b,\n meta: {\n percent: this.max ? (this.index / this.max) * 100 : 0,\n },\n })\n );\n }),\n (b.exports = d);\n },\n { '../utils': 32, './GenericWorker': 28 },\n ],\n 28: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n (this.name = a || 'default'),\n (this.streamInfo = {}),\n (this.generatedError = null),\n (this.extraStreamInfo = {}),\n (this.isPaused = !0),\n (this.isFinished = !1),\n (this.isLocked = !1),\n (this._listeners = { data: [], end: [], error: [] }),\n (this.previous = null);\n }\n (d.prototype = {\n push: function (a) {\n this.emit('data', a);\n },\n end: function () {\n if (this.isFinished) return !1;\n this.flush();\n try {\n this.emit('end'), this.cleanUp(), (this.isFinished = !0);\n } catch (a) {\n this.emit('error', a);\n }\n return !0;\n },\n error: function (a) {\n return (\n !this.isFinished &&\n (this.isPaused\n ? (this.generatedError = a)\n : ((this.isFinished = !0),\n this.emit('error', a),\n this.previous && this.previous.error(a),\n this.cleanUp()),\n !0)\n );\n },\n on: function (a, b) {\n return this._listeners[a].push(b), this;\n },\n cleanUp: function () {\n (this.streamInfo =\n this.generatedError =\n this.extraStreamInfo =\n null),\n (this._listeners = []);\n },\n emit: function (a, b) {\n if (this._listeners[a])\n for (var c = 0; c < this._listeners[a].length; c++)\n this._listeners[a][c].call(this, b);\n },\n pipe: function (a) {\n return a.registerPrevious(this);\n },\n registerPrevious: function (a) {\n if (this.isLocked)\n throw new Error(\n \"The stream '\" + this + \"' has already been used.\"\n );\n (this.streamInfo = a.streamInfo),\n this.mergeStreamInfo(),\n (this.previous = a);\n var b = this;\n return (\n a.on('data', function (a) {\n b.processChunk(a);\n }),\n a.on('end', function () {\n b.end();\n }),\n a.on('error', function (a) {\n b.error(a);\n }),\n this\n );\n },\n pause: function () {\n return (\n !this.isPaused &&\n !this.isFinished &&\n ((this.isPaused = !0),\n this.previous && this.previous.pause(),\n !0)\n );\n },\n resume: function () {\n if (!this.isPaused || this.isFinished) return !1;\n this.isPaused = !1;\n var a = !1;\n return (\n this.generatedError &&\n (this.error(this.generatedError), (a = !0)),\n this.previous && this.previous.resume(),\n !a\n );\n },\n flush: function () {},\n processChunk: function (a) {\n this.push(a);\n },\n withStreamInfo: function (a, b) {\n return (\n (this.extraStreamInfo[a] = b), this.mergeStreamInfo(), this\n );\n },\n mergeStreamInfo: function () {\n for (var a in this.extraStreamInfo)\n this.extraStreamInfo.hasOwnProperty(a) &&\n (this.streamInfo[a] = this.extraStreamInfo[a]);\n },\n lock: function () {\n if (this.isLocked)\n throw new Error(\n \"The stream '\" + this + \"' has already been used.\"\n );\n (this.isLocked = !0), this.previous && this.previous.lock();\n },\n toString: function () {\n var a = 'Worker ' + this.name;\n return this.previous ? this.previous + ' -> ' + a : a;\n },\n }),\n (b.exports = d);\n },\n {},\n ],\n 29: [\n function (a, b, c) {\n 'use strict';\n function d(a, b, c) {\n switch (a) {\n case 'blob':\n return h.newBlob(h.transformTo('arraybuffer', b), c);\n case 'base64':\n return k.encode(b);\n default:\n return h.transformTo(a, b);\n }\n }\n function e(a, b) {\n var c,\n d = 0,\n e = null,\n f = 0;\n for (c = 0; c < b.length; c++) f += b[c].length;\n switch (a) {\n case 'string':\n return b.join('');\n case 'array':\n return Array.prototype.concat.apply([], b);\n case 'uint8array':\n for (e = new Uint8Array(f), c = 0; c < b.length; c++)\n e.set(b[c], d), (d += b[c].length);\n return e;\n case 'nodebuffer':\n return Buffer.concat(b);\n default:\n throw new Error(\"concat : unsupported type '\" + a + \"'\");\n }\n }\n function f(a, b) {\n return new m.Promise(function (c, f) {\n var g = [],\n h = a._internalType,\n i = a._outputType,\n j = a._mimeType;\n a.on('data', function (a, c) {\n g.push(a), b && b(c);\n })\n .on('error', function (a) {\n (g = []), f(a);\n })\n .on('end', function () {\n try {\n var a = d(i, e(h, g), j);\n c(a);\n } catch (b) {\n f(b);\n }\n g = [];\n })\n .resume();\n });\n }\n function g(a, b, c) {\n var d = b;\n switch (b) {\n case 'blob':\n case 'arraybuffer':\n d = 'uint8array';\n break;\n case 'base64':\n d = 'string';\n }\n try {\n (this._internalType = d),\n (this._outputType = b),\n (this._mimeType = c),\n h.checkSupport(d),\n (this._worker = a.pipe(new i(d))),\n a.lock();\n } catch (e) {\n (this._worker = new j('error')), this._worker.error(e);\n }\n }\n var h = a('../utils'),\n i = a('./ConvertWorker'),\n j = a('./GenericWorker'),\n k = a('../base64'),\n l = a('../support'),\n m = a('../external'),\n n = null;\n if (l.nodestream)\n try {\n n = a('../nodejs/NodejsStreamOutputAdapter');\n } catch (o) {}\n (g.prototype = {\n accumulate: function (a) {\n return f(this, a);\n },\n on: function (a, b) {\n var c = this;\n return (\n 'data' === a\n ? this._worker.on(a, function (a) {\n b.call(c, a.data, a.meta);\n })\n : this._worker.on(a, function () {\n h.delay(b, arguments, c);\n }),\n this\n );\n },\n resume: function () {\n return h.delay(this._worker.resume, [], this._worker), this;\n },\n pause: function () {\n return this._worker.pause(), this;\n },\n toNodejsStream: function (a) {\n if (\n (h.checkSupport('nodestream'),\n 'nodebuffer' !== this._outputType)\n )\n throw new Error(\n this._outputType + ' is not supported by this method'\n );\n return new n(\n this,\n { objectMode: 'nodebuffer' !== this._outputType },\n a\n );\n },\n }),\n (b.exports = g);\n },\n {\n '../base64': 1,\n '../external': 6,\n '../nodejs/NodejsStreamOutputAdapter': 13,\n '../support': 30,\n '../utils': 32,\n './ConvertWorker': 24,\n './GenericWorker': 28,\n },\n ],\n 30: [\n function (a, b, c) {\n 'use strict';\n if (\n ((c.base64 = !0),\n (c.array = !0),\n (c.string = !0),\n (c.arraybuffer =\n 'undefined' != typeof ArrayBuffer &&\n 'undefined' != typeof Uint8Array),\n (c.nodebuffer = 'undefined' != typeof Buffer),\n (c.uint8array = 'undefined' != typeof Uint8Array),\n 'undefined' == typeof ArrayBuffer)\n )\n c.blob = !1;\n else {\n var d = new ArrayBuffer(0);\n try {\n c.blob = 0 === new Blob([d], { type: 'application/zip' }).size;\n } catch (e) {\n try {\n var f =\n self.BlobBuilder ||\n self.WebKitBlobBuilder ||\n self.MozBlobBuilder ||\n self.MSBlobBuilder,\n g = new f();\n g.append(d), (c.blob = 0 === g.getBlob('application/zip').size);\n } catch (e) {\n c.blob = !1;\n }\n }\n }\n try {\n c.nodestream = !!a('readable-stream').Readable;\n } catch (e) {\n c.nodestream = !1;\n }\n },\n { 'readable-stream': 16 },\n ],\n 31: [\n function (a, b, c) {\n 'use strict';\n function d() {\n i.call(this, 'utf-8 decode'), (this.leftOver = null);\n }\n function e() {\n i.call(this, 'utf-8 encode');\n }\n for (\n var f = a('./utils'),\n g = a('./support'),\n h = a('./nodejsUtils'),\n i = a('./stream/GenericWorker'),\n j = new Array(256),\n k = 0;\n k < 256;\n k++\n )\n j[k] =\n k >= 252\n ? 6\n : k >= 248\n ? 5\n : k >= 240\n ? 4\n : k >= 224\n ? 3\n : k >= 192\n ? 2\n : 1;\n j[254] = j[254] = 1;\n var l = function (a) {\n var b,\n c,\n d,\n e,\n f,\n h = a.length,\n i = 0;\n for (e = 0; e < h; e++)\n (c = a.charCodeAt(e)),\n 55296 === (64512 & c) &&\n e + 1 < h &&\n ((d = a.charCodeAt(e + 1)),\n 56320 === (64512 & d) &&\n ((c = 65536 + ((c - 55296) << 10) + (d - 56320)), e++)),\n (i += c < 128 ? 1 : c < 2048 ? 2 : c < 65536 ? 3 : 4);\n for (\n b = g.uint8array ? new Uint8Array(i) : new Array(i),\n f = 0,\n e = 0;\n f < i;\n e++\n )\n (c = a.charCodeAt(e)),\n 55296 === (64512 & c) &&\n e + 1 < h &&\n ((d = a.charCodeAt(e + 1)),\n 56320 === (64512 & d) &&\n ((c = 65536 + ((c - 55296) << 10) + (d - 56320)), e++)),\n c < 128\n ? (b[f++] = c)\n : c < 2048\n ? ((b[f++] = 192 | (c >>> 6)), (b[f++] = 128 | (63 & c)))\n : c < 65536\n ? ((b[f++] = 224 | (c >>> 12)),\n (b[f++] = 128 | ((c >>> 6) & 63)),\n (b[f++] = 128 | (63 & c)))\n : ((b[f++] = 240 | (c >>> 18)),\n (b[f++] = 128 | ((c >>> 12) & 63)),\n (b[f++] = 128 | ((c >>> 6) & 63)),\n (b[f++] = 128 | (63 & c)));\n return b;\n },\n m = function (a, b) {\n var c;\n for (\n b = b || a.length, b > a.length && (b = a.length), c = b - 1;\n c >= 0 && 128 === (192 & a[c]);\n\n )\n c--;\n return c < 0 ? b : 0 === c ? b : c + j[a[c]] > b ? c : b;\n },\n n = function (a) {\n var b,\n c,\n d,\n e,\n g = a.length,\n h = new Array(2 * g);\n for (c = 0, b = 0; b < g; )\n if (((d = a[b++]), d < 128)) h[c++] = d;\n else if (((e = j[d]), e > 4)) (h[c++] = 65533), (b += e - 1);\n else {\n for (d &= 2 === e ? 31 : 3 === e ? 15 : 7; e > 1 && b < g; )\n (d = (d << 6) | (63 & a[b++])), e--;\n e > 1\n ? (h[c++] = 65533)\n : d < 65536\n ? (h[c++] = d)\n : ((d -= 65536),\n (h[c++] = 55296 | ((d >> 10) & 1023)),\n (h[c++] = 56320 | (1023 & d)));\n }\n return (\n h.length !== c &&\n (h.subarray ? (h = h.subarray(0, c)) : (h.length = c)),\n f.applyFromCharCode(h)\n );\n };\n (c.utf8encode = function (a) {\n return g.nodebuffer ? h.newBufferFrom(a, 'utf-8') : l(a);\n }),\n (c.utf8decode = function (a) {\n return g.nodebuffer\n ? f.transformTo('nodebuffer', a).toString('utf-8')\n : ((a = f.transformTo(\n g.uint8array ? 'uint8array' : 'array',\n a\n )),\n n(a));\n }),\n f.inherits(d, i),\n (d.prototype.processChunk = function (a) {\n var b = f.transformTo(\n g.uint8array ? 'uint8array' : 'array',\n a.data\n );\n if (this.leftOver && this.leftOver.length) {\n if (g.uint8array) {\n var d = b;\n (b = new Uint8Array(d.length + this.leftOver.length)),\n b.set(this.leftOver, 0),\n b.set(d, this.leftOver.length);\n } else b = this.leftOver.concat(b);\n this.leftOver = null;\n }\n var e = m(b),\n h = b;\n e !== b.length &&\n (g.uint8array\n ? ((h = b.subarray(0, e)),\n (this.leftOver = b.subarray(e, b.length)))\n : ((h = b.slice(0, e)),\n (this.leftOver = b.slice(e, b.length)))),\n this.push({ data: c.utf8decode(h), meta: a.meta });\n }),\n (d.prototype.flush = function () {\n this.leftOver &&\n this.leftOver.length &&\n (this.push({ data: c.utf8decode(this.leftOver), meta: {} }),\n (this.leftOver = null));\n }),\n (c.Utf8DecodeWorker = d),\n f.inherits(e, i),\n (e.prototype.processChunk = function (a) {\n this.push({ data: c.utf8encode(a.data), meta: a.meta });\n }),\n (c.Utf8EncodeWorker = e);\n },\n {\n './nodejsUtils': 14,\n './stream/GenericWorker': 28,\n './support': 30,\n './utils': 32,\n },\n ],\n 32: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n var b = null;\n return (\n (b = i.uint8array\n ? new Uint8Array(a.length)\n : new Array(a.length)),\n f(a, b)\n );\n }\n function e(a) {\n return a;\n }\n function f(a, b) {\n for (var c = 0; c < a.length; ++c) b[c] = 255 & a.charCodeAt(c);\n return b;\n }\n function g(a) {\n var b = 65536,\n d = c.getTypeOf(a),\n e = !0;\n if (\n ('uint8array' === d\n ? (e = n.applyCanBeUsed.uint8array)\n : 'nodebuffer' === d && (e = n.applyCanBeUsed.nodebuffer),\n e)\n )\n for (; b > 1; )\n try {\n return n.stringifyByChunk(a, d, b);\n } catch (f) {\n b = Math.floor(b / 2);\n }\n return n.stringifyByChar(a);\n }\n function h(a, b) {\n for (var c = 0; c < a.length; c++) b[c] = a[c];\n return b;\n }\n var i = a('./support'),\n j = a('./base64'),\n k = a('./nodejsUtils'),\n l = a('core-js/library/fn/set-immediate'),\n m = a('./external');\n c.newBlob = function (a, b) {\n c.checkSupport('blob');\n try {\n return new Blob([a], { type: b });\n } catch (d) {\n try {\n var e =\n self.BlobBuilder ||\n self.WebKitBlobBuilder ||\n self.MozBlobBuilder ||\n self.MSBlobBuilder,\n f = new e();\n return f.append(a), f.getBlob(b);\n } catch (d) {\n throw new Error(\"Bug : can't construct the Blob.\");\n }\n }\n };\n var n = {\n stringifyByChunk: function (a, b, c) {\n var d = [],\n e = 0,\n f = a.length;\n if (f <= c) return String.fromCharCode.apply(null, a);\n for (; e < f; )\n 'array' === b || 'nodebuffer' === b\n ? d.push(\n String.fromCharCode.apply(\n null,\n a.slice(e, Math.min(e + c, f))\n )\n )\n : d.push(\n String.fromCharCode.apply(\n null,\n a.subarray(e, Math.min(e + c, f))\n )\n ),\n (e += c);\n return d.join('');\n },\n stringifyByChar: function (a) {\n for (var b = '', c = 0; c < a.length; c++)\n b += String.fromCharCode(a[c]);\n return b;\n },\n applyCanBeUsed: {\n uint8array: (function () {\n try {\n return (\n i.uint8array &&\n 1 ===\n String.fromCharCode.apply(null, new Uint8Array(1)).length\n );\n } catch (a) {\n return !1;\n }\n })(),\n nodebuffer: (function () {\n try {\n return (\n i.nodebuffer &&\n 1 ===\n String.fromCharCode.apply(null, k.allocBuffer(1)).length\n );\n } catch (a) {\n return !1;\n }\n })(),\n },\n };\n c.applyFromCharCode = g;\n var o = {};\n (o.string = {\n string: e,\n array: function (a) {\n return f(a, new Array(a.length));\n },\n arraybuffer: function (a) {\n return o.string.uint8array(a).buffer;\n },\n uint8array: function (a) {\n return f(a, new Uint8Array(a.length));\n },\n nodebuffer: function (a) {\n return f(a, k.allocBuffer(a.length));\n },\n }),\n (o.array = {\n string: g,\n array: e,\n arraybuffer: function (a) {\n return new Uint8Array(a).buffer;\n },\n uint8array: function (a) {\n return new Uint8Array(a);\n },\n nodebuffer: function (a) {\n return k.newBufferFrom(a);\n },\n }),\n (o.arraybuffer = {\n string: function (a) {\n return g(new Uint8Array(a));\n },\n array: function (a) {\n return h(new Uint8Array(a), new Array(a.byteLength));\n },\n arraybuffer: e,\n uint8array: function (a) {\n return new Uint8Array(a);\n },\n nodebuffer: function (a) {\n return k.newBufferFrom(new Uint8Array(a));\n },\n }),\n (o.uint8array = {\n string: g,\n array: function (a) {\n return h(a, new Array(a.length));\n },\n arraybuffer: function (a) {\n return a.buffer;\n },\n uint8array: e,\n nodebuffer: function (a) {\n return k.newBufferFrom(a);\n },\n }),\n (o.nodebuffer = {\n string: g,\n array: function (a) {\n return h(a, new Array(a.length));\n },\n arraybuffer: function (a) {\n return o.nodebuffer.uint8array(a).buffer;\n },\n uint8array: function (a) {\n return h(a, new Uint8Array(a.length));\n },\n nodebuffer: e,\n }),\n (c.transformTo = function (a, b) {\n if ((b || (b = ''), !a)) return b;\n c.checkSupport(a);\n var d = c.getTypeOf(b),\n e = o[d][a](b);\n return e;\n }),\n (c.getTypeOf = function (a) {\n return 'string' == typeof a\n ? 'string'\n : '[object Array]' === Object.prototype.toString.call(a)\n ? 'array'\n : i.nodebuffer && k.isBuffer(a)\n ? 'nodebuffer'\n : i.uint8array && a instanceof Uint8Array\n ? 'uint8array'\n : i.arraybuffer && a instanceof ArrayBuffer\n ? 'arraybuffer'\n : void 0;\n }),\n (c.checkSupport = function (a) {\n var b = i[a.toLowerCase()];\n if (!b) throw new Error(a + ' is not supported by this platform');\n }),\n (c.MAX_VALUE_16BITS = 65535),\n (c.MAX_VALUE_32BITS = -1),\n (c.pretty = function (a) {\n var b,\n c,\n d = '';\n for (c = 0; c < (a || '').length; c++)\n (b = a.charCodeAt(c)),\n (d +=\n '\\\\x' + (b < 16 ? '0' : '') + b.toString(16).toUpperCase());\n return d;\n }),\n (c.delay = function (a, b, c) {\n l(function () {\n a.apply(c || null, b || []);\n });\n }),\n (c.inherits = function (a, b) {\n var c = function () {};\n (c.prototype = b.prototype), (a.prototype = new c());\n }),\n (c.extend = function () {\n var a,\n b,\n c = {};\n for (a = 0; a < arguments.length; a++)\n for (b in arguments[a])\n arguments[a].hasOwnProperty(b) &&\n 'undefined' == typeof c[b] &&\n (c[b] = arguments[a][b]);\n return c;\n }),\n (c.prepareContent = function (a, b, e, f, g) {\n var h = m.Promise.resolve(b).then(function (a) {\n var b =\n i.blob &&\n (a instanceof Blob ||\n ['[object File]', '[object Blob]'].indexOf(\n Object.prototype.toString.call(a)\n ) !== -1);\n return b && 'undefined' != typeof FileReader\n ? new m.Promise(function (b, c) {\n var d = new FileReader();\n (d.onload = function (a) {\n b(a.target.result);\n }),\n (d.onerror = function (a) {\n c(a.target.error);\n }),\n d.readAsArrayBuffer(a);\n })\n : a;\n });\n return h.then(function (b) {\n var h = c.getTypeOf(b);\n return h\n ? ('arraybuffer' === h\n ? (b = c.transformTo('uint8array', b))\n : 'string' === h &&\n (g ? (b = j.decode(b)) : e && f !== !0 && (b = d(b))),\n b)\n : m.Promise.reject(\n new Error(\n \"Can't read the data of '\" +\n a +\n \"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?\"\n )\n );\n });\n });\n },\n {\n './base64': 1,\n './external': 6,\n './nodejsUtils': 14,\n './support': 30,\n 'core-js/library/fn/set-immediate': 36,\n },\n ],\n 33: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n (this.files = []), (this.loadOptions = a);\n }\n var e = a('./reader/readerFor'),\n f = a('./utils'),\n g = a('./signature'),\n h = a('./zipEntry'),\n i = (a('./utf8'), a('./support'));\n (d.prototype = {\n checkSignature: function (a) {\n if (!this.reader.readAndCheckSignature(a)) {\n this.reader.index -= 4;\n var b = this.reader.readString(4);\n throw new Error(\n 'Corrupted zip or bug: unexpected signature (' +\n f.pretty(b) +\n ', expected ' +\n f.pretty(a) +\n ')'\n );\n }\n },\n isSignature: function (a, b) {\n var c = this.reader.index;\n this.reader.setIndex(a);\n var d = this.reader.readString(4),\n e = d === b;\n return this.reader.setIndex(c), e;\n },\n readBlockEndOfCentral: function () {\n (this.diskNumber = this.reader.readInt(2)),\n (this.diskWithCentralDirStart = this.reader.readInt(2)),\n (this.centralDirRecordsOnThisDisk = this.reader.readInt(2)),\n (this.centralDirRecords = this.reader.readInt(2)),\n (this.centralDirSize = this.reader.readInt(4)),\n (this.centralDirOffset = this.reader.readInt(4)),\n (this.zipCommentLength = this.reader.readInt(2));\n var a = this.reader.readData(this.zipCommentLength),\n b = i.uint8array ? 'uint8array' : 'array',\n c = f.transformTo(b, a);\n this.zipComment = this.loadOptions.decodeFileName(c);\n },\n readBlockZip64EndOfCentral: function () {\n (this.zip64EndOfCentralSize = this.reader.readInt(8)),\n this.reader.skip(4),\n (this.diskNumber = this.reader.readInt(4)),\n (this.diskWithCentralDirStart = this.reader.readInt(4)),\n (this.centralDirRecordsOnThisDisk = this.reader.readInt(8)),\n (this.centralDirRecords = this.reader.readInt(8)),\n (this.centralDirSize = this.reader.readInt(8)),\n (this.centralDirOffset = this.reader.readInt(8)),\n (this.zip64ExtensibleData = {});\n for (\n var a, b, c, d = this.zip64EndOfCentralSize - 44, e = 0;\n e < d;\n\n )\n (a = this.reader.readInt(2)),\n (b = this.reader.readInt(4)),\n (c = this.reader.readData(b)),\n (this.zip64ExtensibleData[a] = {\n id: a,\n length: b,\n value: c,\n });\n },\n readBlockZip64EndOfCentralLocator: function () {\n if (\n ((this.diskWithZip64CentralDirStart = this.reader.readInt(4)),\n (this.relativeOffsetEndOfZip64CentralDir =\n this.reader.readInt(8)),\n (this.disksCount = this.reader.readInt(4)),\n this.disksCount > 1)\n )\n throw new Error('Multi-volumes zip are not supported');\n },\n readLocalFiles: function () {\n var a, b;\n for (a = 0; a < this.files.length; a++)\n (b = this.files[a]),\n this.reader.setIndex(b.localHeaderOffset),\n this.checkSignature(g.LOCAL_FILE_HEADER),\n b.readLocalPart(this.reader),\n b.handleUTF8(),\n b.processAttributes();\n },\n readCentralDir: function () {\n var a;\n for (\n this.reader.setIndex(this.centralDirOffset);\n this.reader.readAndCheckSignature(g.CENTRAL_FILE_HEADER);\n\n )\n (a = new h({ zip64: this.zip64 }, this.loadOptions)),\n a.readCentralPart(this.reader),\n this.files.push(a);\n if (\n this.centralDirRecords !== this.files.length &&\n 0 !== this.centralDirRecords &&\n 0 === this.files.length\n )\n throw new Error(\n 'Corrupted zip or bug: expected ' +\n this.centralDirRecords +\n ' records in central dir, got ' +\n this.files.length\n );\n },\n readEndOfCentral: function () {\n var a = this.reader.lastIndexOfSignature(g.CENTRAL_DIRECTORY_END);\n if (a < 0) {\n var b = !this.isSignature(0, g.LOCAL_FILE_HEADER);\n throw b\n ? new Error(\n \"Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html\"\n )\n : new Error(\n \"Corrupted zip: can't find end of central directory\"\n );\n }\n this.reader.setIndex(a);\n var c = a;\n if (\n (this.checkSignature(g.CENTRAL_DIRECTORY_END),\n this.readBlockEndOfCentral(),\n this.diskNumber === f.MAX_VALUE_16BITS ||\n this.diskWithCentralDirStart === f.MAX_VALUE_16BITS ||\n this.centralDirRecordsOnThisDisk === f.MAX_VALUE_16BITS ||\n this.centralDirRecords === f.MAX_VALUE_16BITS ||\n this.centralDirSize === f.MAX_VALUE_32BITS ||\n this.centralDirOffset === f.MAX_VALUE_32BITS)\n ) {\n if (\n ((this.zip64 = !0),\n (a = this.reader.lastIndexOfSignature(\n g.ZIP64_CENTRAL_DIRECTORY_LOCATOR\n )),\n a < 0)\n )\n throw new Error(\n \"Corrupted zip: can't find the ZIP64 end of central directory locator\"\n );\n if (\n (this.reader.setIndex(a),\n this.checkSignature(g.ZIP64_CENTRAL_DIRECTORY_LOCATOR),\n this.readBlockZip64EndOfCentralLocator(),\n !this.isSignature(\n this.relativeOffsetEndOfZip64CentralDir,\n g.ZIP64_CENTRAL_DIRECTORY_END\n ) &&\n ((this.relativeOffsetEndOfZip64CentralDir =\n this.reader.lastIndexOfSignature(\n g.ZIP64_CENTRAL_DIRECTORY_END\n )),\n this.relativeOffsetEndOfZip64CentralDir < 0))\n )\n throw new Error(\n \"Corrupted zip: can't find the ZIP64 end of central directory\"\n );\n this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),\n this.checkSignature(g.ZIP64_CENTRAL_DIRECTORY_END),\n this.readBlockZip64EndOfCentral();\n }\n var d = this.centralDirOffset + this.centralDirSize;\n this.zip64 && ((d += 20), (d += 12 + this.zip64EndOfCentralSize));\n var e = c - d;\n if (e > 0)\n this.isSignature(c, g.CENTRAL_FILE_HEADER) ||\n (this.reader.zero = e);\n else if (e < 0)\n throw new Error(\n 'Corrupted zip: missing ' + Math.abs(e) + ' bytes.'\n );\n },\n prepareReader: function (a) {\n this.reader = e(a);\n },\n load: function (a) {\n this.prepareReader(a),\n this.readEndOfCentral(),\n this.readCentralDir(),\n this.readLocalFiles();\n },\n }),\n (b.exports = d);\n },\n {\n './reader/readerFor': 22,\n './signature': 23,\n './support': 30,\n './utf8': 31,\n './utils': 32,\n './zipEntry': 34,\n },\n ],\n 34: [\n function (a, b, c) {\n 'use strict';\n function d(a, b) {\n (this.options = a), (this.loadOptions = b);\n }\n var e = a('./reader/readerFor'),\n f = a('./utils'),\n g = a('./compressedObject'),\n h = a('./crc32'),\n i = a('./utf8'),\n j = a('./compressions'),\n k = a('./support'),\n l = 0,\n m = 3,\n n = function (a) {\n for (var b in j)\n if (j.hasOwnProperty(b) && j[b].magic === a) return j[b];\n return null;\n };\n (d.prototype = {\n isEncrypted: function () {\n return 1 === (1 & this.bitFlag);\n },\n useUTF8: function () {\n return 2048 === (2048 & this.bitFlag);\n },\n readLocalPart: function (a) {\n var b, c;\n if (\n (a.skip(22),\n (this.fileNameLength = a.readInt(2)),\n (c = a.readInt(2)),\n (this.fileName = a.readData(this.fileNameLength)),\n a.skip(c),\n this.compressedSize === -1 || this.uncompressedSize === -1)\n )\n throw new Error(\n \"Bug or corrupted zip : didn't get enough informations from the central directory (compressedSize === -1 || uncompressedSize === -1)\"\n );\n if (((b = n(this.compressionMethod)), null === b))\n throw new Error(\n 'Corrupted zip : compression ' +\n f.pretty(this.compressionMethod) +\n ' unknown (inner file : ' +\n f.transformTo('string', this.fileName) +\n ')'\n );\n this.decompressed = new g(\n this.compressedSize,\n this.uncompressedSize,\n this.crc32,\n b,\n a.readData(this.compressedSize)\n );\n },\n readCentralPart: function (a) {\n (this.versionMadeBy = a.readInt(2)),\n a.skip(2),\n (this.bitFlag = a.readInt(2)),\n (this.compressionMethod = a.readString(2)),\n (this.date = a.readDate()),\n (this.crc32 = a.readInt(4)),\n (this.compressedSize = a.readInt(4)),\n (this.uncompressedSize = a.readInt(4));\n var b = a.readInt(2);\n if (\n ((this.extraFieldsLength = a.readInt(2)),\n (this.fileCommentLength = a.readInt(2)),\n (this.diskNumberStart = a.readInt(2)),\n (this.internalFileAttributes = a.readInt(2)),\n (this.externalFileAttributes = a.readInt(4)),\n (this.localHeaderOffset = a.readInt(4)),\n this.isEncrypted())\n )\n throw new Error('Encrypted zip are not supported');\n a.skip(b),\n this.readExtraFields(a),\n this.parseZIP64ExtraField(a),\n (this.fileComment = a.readData(this.fileCommentLength));\n },\n processAttributes: function () {\n (this.unixPermissions = null), (this.dosPermissions = null);\n var a = this.versionMadeBy >> 8;\n (this.dir = !!(16 & this.externalFileAttributes)),\n a === l &&\n (this.dosPermissions = 63 & this.externalFileAttributes),\n a === m &&\n (this.unixPermissions =\n (this.externalFileAttributes >> 16) & 65535),\n this.dir ||\n '/' !== this.fileNameStr.slice(-1) ||\n (this.dir = !0);\n },\n parseZIP64ExtraField: function (a) {\n if (this.extraFields[1]) {\n var b = e(this.extraFields[1].value);\n this.uncompressedSize === f.MAX_VALUE_32BITS &&\n (this.uncompressedSize = b.readInt(8)),\n this.compressedSize === f.MAX_VALUE_32BITS &&\n (this.compressedSize = b.readInt(8)),\n this.localHeaderOffset === f.MAX_VALUE_32BITS &&\n (this.localHeaderOffset = b.readInt(8)),\n this.diskNumberStart === f.MAX_VALUE_32BITS &&\n (this.diskNumberStart = b.readInt(4));\n }\n },\n readExtraFields: function (a) {\n var b,\n c,\n d,\n e = a.index + this.extraFieldsLength;\n for (this.extraFields || (this.extraFields = {}); a.index < e; )\n (b = a.readInt(2)),\n (c = a.readInt(2)),\n (d = a.readData(c)),\n (this.extraFields[b] = { id: b, length: c, value: d });\n },\n handleUTF8: function () {\n var a = k.uint8array ? 'uint8array' : 'array';\n if (this.useUTF8())\n (this.fileNameStr = i.utf8decode(this.fileName)),\n (this.fileCommentStr = i.utf8decode(this.fileComment));\n else {\n var b = this.findExtraFieldUnicodePath();\n if (null !== b) this.fileNameStr = b;\n else {\n var c = f.transformTo(a, this.fileName);\n this.fileNameStr = this.loadOptions.decodeFileName(c);\n }\n var d = this.findExtraFieldUnicodeComment();\n if (null !== d) this.fileCommentStr = d;\n else {\n var e = f.transformTo(a, this.fileComment);\n this.fileCommentStr = this.loadOptions.decodeFileName(e);\n }\n }\n },\n findExtraFieldUnicodePath: function () {\n var a = this.extraFields[28789];\n if (a) {\n var b = e(a.value);\n return 1 !== b.readInt(1)\n ? null\n : h(this.fileName) !== b.readInt(4)\n ? null\n : i.utf8decode(b.readData(a.length - 5));\n }\n return null;\n },\n findExtraFieldUnicodeComment: function () {\n var a = this.extraFields[25461];\n if (a) {\n var b = e(a.value);\n return 1 !== b.readInt(1)\n ? null\n : h(this.fileComment) !== b.readInt(4)\n ? null\n : i.utf8decode(b.readData(a.length - 5));\n }\n return null;\n },\n }),\n (b.exports = d);\n },\n {\n './compressedObject': 2,\n './compressions': 3,\n './crc32': 4,\n './reader/readerFor': 22,\n './support': 30,\n './utf8': 31,\n './utils': 32,\n },\n ],\n 35: [\n function (a, b, c) {\n 'use strict';\n var d = a('./stream/StreamHelper'),\n e = a('./stream/DataWorker'),\n f = a('./utf8'),\n g = a('./compressedObject'),\n h = a('./stream/GenericWorker'),\n i = function (a, b, c) {\n (this.name = a),\n (this.dir = c.dir),\n (this.date = c.date),\n (this.comment = c.comment),\n (this.unixPermissions = c.unixPermissions),\n (this.dosPermissions = c.dosPermissions),\n (this._data = b),\n (this._dataBinary = c.binary),\n (this.options = {\n compression: c.compression,\n compressionOptions: c.compressionOptions,\n });\n };\n i.prototype = {\n internalStream: function (a) {\n var b = null,\n c = 'string';\n try {\n if (!a) throw new Error('No output type specified.');\n c = a.toLowerCase();\n var e = 'string' === c || 'text' === c;\n ('binarystring' !== c && 'text' !== c) || (c = 'string'),\n (b = this._decompressWorker());\n var g = !this._dataBinary;\n g && !e && (b = b.pipe(new f.Utf8EncodeWorker())),\n !g && e && (b = b.pipe(new f.Utf8DecodeWorker()));\n } catch (i) {\n (b = new h('error')), b.error(i);\n }\n return new d(b, c, '');\n },\n async: function (a, b) {\n return this.internalStream(a).accumulate(b);\n },\n nodeStream: function (a, b) {\n return this.internalStream(a || 'nodebuffer').toNodejsStream(b);\n },\n _compressWorker: function (a, b) {\n if (\n this._data instanceof g &&\n this._data.compression.magic === a.magic\n )\n return this._data.getCompressedWorker();\n var c = this._decompressWorker();\n return (\n this._dataBinary || (c = c.pipe(new f.Utf8EncodeWorker())),\n g.createWorkerFrom(c, a, b)\n );\n },\n _decompressWorker: function () {\n return this._data instanceof g\n ? this._data.getContentWorker()\n : this._data instanceof h\n ? this._data\n : new e(this._data);\n },\n };\n for (\n var j = [\n 'asText',\n 'asBinary',\n 'asNodeBuffer',\n 'asUint8Array',\n 'asArrayBuffer',\n ],\n k = function () {\n throw new Error(\n 'This method has been removed in JSZip 3.0, please check the upgrade guide.'\n );\n },\n l = 0;\n l < j.length;\n l++\n )\n i.prototype[j[l]] = k;\n b.exports = i;\n },\n {\n './compressedObject': 2,\n './stream/DataWorker': 27,\n './stream/GenericWorker': 28,\n './stream/StreamHelper': 29,\n './utf8': 31,\n },\n ],\n 36: [\n function (a, b, c) {\n a('../modules/web.immediate'),\n (b.exports = a('../modules/_core').setImmediate);\n },\n { '../modules/_core': 40, '../modules/web.immediate': 56 },\n ],\n 37: [\n function (a, b, c) {\n b.exports = function (a) {\n if ('function' != typeof a)\n throw TypeError(a + ' is not a function!');\n return a;\n };\n },\n {},\n ],\n 38: [\n function (a, b, c) {\n var d = a('./_is-object');\n b.exports = function (a) {\n if (!d(a)) throw TypeError(a + ' is not an object!');\n return a;\n };\n },\n { './_is-object': 51 },\n ],\n 39: [\n function (a, b, c) {\n var d = {}.toString;\n b.exports = function (a) {\n return d.call(a).slice(8, -1);\n };\n },\n {},\n ],\n 40: [\n function (a, b, c) {\n var d = (b.exports = { version: '2.3.0' });\n 'number' == typeof __e && (__e = d);\n },\n {},\n ],\n 41: [\n function (a, b, c) {\n var d = a('./_a-function');\n b.exports = function (a, b, c) {\n if ((d(a), void 0 === b)) return a;\n switch (c) {\n case 1:\n return function (c) {\n return a.call(b, c);\n };\n case 2:\n return function (c, d) {\n return a.call(b, c, d);\n };\n case 3:\n return function (c, d, e) {\n return a.call(b, c, d, e);\n };\n }\n return function () {\n return a.apply(b, arguments);\n };\n };\n },\n { './_a-function': 37 },\n ],\n 42: [\n function (a, b, c) {\n b.exports = !a('./_fails')(function () {\n return (\n 7 !=\n Object.defineProperty({}, 'a', {\n get: function () {\n return 7;\n },\n }).a\n );\n });\n },\n { './_fails': 45 },\n ],\n 43: [\n function (a, b, c) {\n var d = a('./_is-object'),\n e = a('./_global').document,\n f = d(e) && d(e.createElement);\n b.exports = function (a) {\n return f ? e.createElement(a) : {};\n };\n },\n { './_global': 46, './_is-object': 51 },\n ],\n 44: [\n function (a, b, c) {\n var d = a('./_global'),\n e = a('./_core'),\n f = a('./_ctx'),\n g = a('./_hide'),\n h = 'prototype',\n i = function (a, b, c) {\n var j,\n k,\n l,\n m = a & i.F,\n n = a & i.G,\n o = a & i.S,\n p = a & i.P,\n q = a & i.B,\n r = a & i.W,\n s = n ? e : e[b] || (e[b] = {}),\n t = s[h],\n u = n ? d : o ? d[b] : (d[b] || {})[h];\n n && (c = b);\n for (j in c)\n (k = !m && u && void 0 !== u[j]),\n (k && j in s) ||\n ((l = k ? u[j] : c[j]),\n (s[j] =\n n && 'function' != typeof u[j]\n ? c[j]\n : q && k\n ? f(l, d)\n : r && u[j] == l\n ? (function (a) {\n var b = function (b, c, d) {\n if (this instanceof a) {\n switch (arguments.length) {\n case 0:\n return new a();\n case 1:\n return new a(b);\n case 2:\n return new a(b, c);\n }\n return new a(b, c, d);\n }\n return a.apply(this, arguments);\n };\n return (b[h] = a[h]), b;\n })(l)\n : p && 'function' == typeof l\n ? f(Function.call, l)\n : l),\n p &&\n (((s.virtual || (s.virtual = {}))[j] = l),\n a & i.R && t && !t[j] && g(t, j, l)));\n };\n (i.F = 1),\n (i.G = 2),\n (i.S = 4),\n (i.P = 8),\n (i.B = 16),\n (i.W = 32),\n (i.U = 64),\n (i.R = 128),\n (b.exports = i);\n },\n { './_core': 40, './_ctx': 41, './_global': 46, './_hide': 47 },\n ],\n 45: [\n function (a, b, c) {\n b.exports = function (a) {\n try {\n return !!a();\n } catch (b) {\n return !0;\n }\n };\n },\n {},\n ],\n 46: [\n function (a, b, c) {\n var d = (b.exports =\n 'undefined' != typeof window && window.Math == Math\n ? window\n : 'undefined' != typeof self && self.Math == Math\n ? self\n : Function('return this')());\n 'number' == typeof __g && (__g = d);\n },\n {},\n ],\n 47: [\n function (a, b, c) {\n var d = a('./_object-dp'),\n e = a('./_property-desc');\n b.exports = a('./_descriptors')\n ? function (a, b, c) {\n return d.f(a, b, e(1, c));\n }\n : function (a, b, c) {\n return (a[b] = c), a;\n };\n },\n { './_descriptors': 42, './_object-dp': 52, './_property-desc': 53 },\n ],\n 48: [\n function (a, b, c) {\n b.exports = a('./_global').document && document.documentElement;\n },\n { './_global': 46 },\n ],\n 49: [\n function (a, b, c) {\n b.exports =\n !a('./_descriptors') &&\n !a('./_fails')(function () {\n return (\n 7 !=\n Object.defineProperty(a('./_dom-create')('div'), 'a', {\n get: function () {\n return 7;\n },\n }).a\n );\n });\n },\n { './_descriptors': 42, './_dom-create': 43, './_fails': 45 },\n ],\n 50: [\n function (a, b, c) {\n b.exports = function (a, b, c) {\n var d = void 0 === c;\n switch (b.length) {\n case 0:\n return d ? a() : a.call(c);\n case 1:\n return d ? a(b[0]) : a.call(c, b[0]);\n case 2:\n return d ? a(b[0], b[1]) : a.call(c, b[0], b[1]);\n case 3:\n return d ? a(b[0], b[1], b[2]) : a.call(c, b[0], b[1], b[2]);\n case 4:\n return d\n ? a(b[0], b[1], b[2], b[3])\n : a.call(c, b[0], b[1], b[2], b[3]);\n }\n return a.apply(c, b);\n };\n },\n {},\n ],\n 51: [\n function (a, b, c) {\n b.exports = function (a) {\n return 'object' == typeof a ? null !== a : 'function' == typeof a;\n };\n },\n {},\n ],\n 52: [\n function (a, b, c) {\n var d = a('./_an-object'),\n e = a('./_ie8-dom-define'),\n f = a('./_to-primitive'),\n g = Object.defineProperty;\n c.f = a('./_descriptors')\n ? Object.defineProperty\n : function (a, b, c) {\n if ((d(a), (b = f(b, !0)), d(c), e))\n try {\n return g(a, b, c);\n } catch (h) {}\n if ('get' in c || 'set' in c)\n throw TypeError('Accessors not supported!');\n return 'value' in c && (a[b] = c.value), a;\n };\n },\n {\n './_an-object': 38,\n './_descriptors': 42,\n './_ie8-dom-define': 49,\n './_to-primitive': 55,\n },\n ],\n 53: [\n function (a, b, c) {\n b.exports = function (a, b) {\n return {\n enumerable: !(1 & a),\n configurable: !(2 & a),\n writable: !(4 & a),\n value: b,\n };\n };\n },\n {},\n ],\n 54: [\n function (a, b, c) {\n var d,\n e,\n f,\n g = a('./_ctx'),\n h = a('./_invoke'),\n i = a('./_html'),\n j = a('./_dom-create'),\n k = a('./_global'),\n l = k.process,\n m = k.setImmediate,\n n = k.clearImmediate,\n o = k.MessageChannel,\n p = 0,\n q = {},\n r = 'onreadystatechange',\n s = function () {\n var a = +this;\n if (q.hasOwnProperty(a)) {\n var b = q[a];\n delete q[a], b();\n }\n },\n t = function (a) {\n s.call(a.data);\n };\n (m && n) ||\n ((m = function (a) {\n for (var b = [], c = 1; arguments.length > c; )\n b.push(arguments[c++]);\n return (\n (q[++p] = function () {\n h('function' == typeof a ? a : Function(a), b);\n }),\n d(p),\n p\n );\n }),\n (n = function (a) {\n delete q[a];\n }),\n 'process' == a('./_cof')(l)\n ? (d = function (a) {\n l.nextTick(g(s, a, 1));\n })\n : o\n ? ((e = new o()),\n (f = e.port2),\n (e.port1.onmessage = t),\n (d = g(f.postMessage, f, 1)))\n : k.addEventListener &&\n 'function' == typeof postMessage &&\n !k.importScripts\n ? ((d = function (a) {\n k.postMessage(a + '', '*');\n }),\n k.addEventListener('message', t, !1))\n : (d =\n r in j('script')\n ? function (a) {\n i.appendChild(j('script'))[r] = function () {\n i.removeChild(this), s.call(a);\n };\n }\n : function (a) {\n setTimeout(g(s, a, 1), 0);\n })),\n (b.exports = { set: m, clear: n });\n },\n {\n './_cof': 39,\n './_ctx': 41,\n './_dom-create': 43,\n './_global': 46,\n './_html': 48,\n './_invoke': 50,\n },\n ],\n 55: [\n function (a, b, c) {\n var d = a('./_is-object');\n b.exports = function (a, b) {\n if (!d(a)) return a;\n var c, e;\n if (\n b &&\n 'function' == typeof (c = a.toString) &&\n !d((e = c.call(a)))\n )\n return e;\n if ('function' == typeof (c = a.valueOf) && !d((e = c.call(a))))\n return e;\n if (\n !b &&\n 'function' == typeof (c = a.toString) &&\n !d((e = c.call(a)))\n )\n return e;\n throw TypeError(\"Can't convert object to primitive value\");\n };\n },\n { './_is-object': 51 },\n ],\n 56: [\n function (a, b, c) {\n var d = a('./_export'),\n e = a('./_task');\n d(d.G + d.B, { setImmediate: e.set, clearImmediate: e.clear });\n },\n { './_export': 44, './_task': 54 },\n ],\n 57: [\n function (a, b, c) {\n (function (a) {\n 'use strict';\n function c() {\n k = !0;\n for (var a, b, c = l.length; c; ) {\n for (b = l, l = [], a = -1; ++a < c; ) b[a]();\n c = l.length;\n }\n k = !1;\n }\n function d(a) {\n 1 !== l.push(a) || k || e();\n }\n var e,\n f = a.MutationObserver || a.WebKitMutationObserver;\n if (f) {\n var g = 0,\n h = new f(c),\n i = a.document.createTextNode('');\n h.observe(i, { characterData: !0 }),\n (e = function () {\n i.data = g = ++g % 2;\n });\n } else if (a.setImmediate || 'undefined' == typeof a.MessageChannel)\n e =\n 'document' in a &&\n 'onreadystatechange' in a.document.createElement('script')\n ? function () {\n var b = a.document.createElement('script');\n (b.onreadystatechange = function () {\n c(),\n (b.onreadystatechange = null),\n b.parentNode.removeChild(b),\n (b = null);\n }),\n a.document.documentElement.appendChild(b);\n }\n : function () {\n setTimeout(c, 0);\n };\n else {\n var j = new a.MessageChannel();\n (j.port1.onmessage = c),\n (e = function () {\n j.port2.postMessage(0);\n });\n }\n var k,\n l = [];\n b.exports = d;\n }).call(\n this,\n 'undefined' != typeof global\n ? global\n : 'undefined' != typeof self\n ? self\n : 'undefined' != typeof window\n ? window\n : {}\n );\n },\n {},\n ],\n 58: [\n function (a, b, c) {\n 'use strict';\n function d() {}\n function e(a) {\n if ('function' != typeof a)\n throw new TypeError('resolver must be a function');\n (this.state = s),\n (this.queue = []),\n (this.outcome = void 0),\n a !== d && i(this, a);\n }\n function f(a, b, c) {\n (this.promise = a),\n 'function' == typeof b &&\n ((this.onFulfilled = b),\n (this.callFulfilled = this.otherCallFulfilled)),\n 'function' == typeof c &&\n ((this.onRejected = c),\n (this.callRejected = this.otherCallRejected));\n }\n function g(a, b, c) {\n o(function () {\n var d;\n try {\n d = b(c);\n } catch (e) {\n return p.reject(a, e);\n }\n d === a\n ? p.reject(\n a,\n new TypeError('Cannot resolve promise with itself')\n )\n : p.resolve(a, d);\n });\n }\n function h(a) {\n var b = a && a.then;\n if (\n a &&\n ('object' == typeof a || 'function' == typeof a) &&\n 'function' == typeof b\n )\n return function () {\n b.apply(a, arguments);\n };\n }\n function i(a, b) {\n function c(b) {\n f || ((f = !0), p.reject(a, b));\n }\n function d(b) {\n f || ((f = !0), p.resolve(a, b));\n }\n function e() {\n b(d, c);\n }\n var f = !1,\n g = j(e);\n 'error' === g.status && c(g.value);\n }\n function j(a, b) {\n var c = {};\n try {\n (c.value = a(b)), (c.status = 'success');\n } catch (d) {\n (c.status = 'error'), (c.value = d);\n }\n return c;\n }\n function k(a) {\n return a instanceof this ? a : p.resolve(new this(d), a);\n }\n function l(a) {\n var b = new this(d);\n return p.reject(b, a);\n }\n function m(a) {\n function b(a, b) {\n function d(a) {\n (g[b] = a), ++h !== e || f || ((f = !0), p.resolve(j, g));\n }\n c.resolve(a).then(d, function (a) {\n f || ((f = !0), p.reject(j, a));\n });\n }\n var c = this;\n if ('[object Array]' !== Object.prototype.toString.call(a))\n return this.reject(new TypeError('must be an array'));\n var e = a.length,\n f = !1;\n if (!e) return this.resolve([]);\n for (\n var g = new Array(e), h = 0, i = -1, j = new this(d);\n ++i < e;\n\n )\n b(a[i], i);\n return j;\n }\n function n(a) {\n function b(a) {\n c.resolve(a).then(\n function (a) {\n f || ((f = !0), p.resolve(h, a));\n },\n function (a) {\n f || ((f = !0), p.reject(h, a));\n }\n );\n }\n var c = this;\n if ('[object Array]' !== Object.prototype.toString.call(a))\n return this.reject(new TypeError('must be an array'));\n var e = a.length,\n f = !1;\n if (!e) return this.resolve([]);\n for (var g = -1, h = new this(d); ++g < e; ) b(a[g]);\n return h;\n }\n var o = a('immediate'),\n p = {},\n q = ['REJECTED'],\n r = ['FULFILLED'],\n s = ['PENDING'];\n (b.exports = e),\n (e.prototype['catch'] = function (a) {\n return this.then(null, a);\n }),\n (e.prototype.then = function (a, b) {\n if (\n ('function' != typeof a && this.state === r) ||\n ('function' != typeof b && this.state === q)\n )\n return this;\n var c = new this.constructor(d);\n if (this.state !== s) {\n var e = this.state === r ? a : b;\n g(c, e, this.outcome);\n } else this.queue.push(new f(c, a, b));\n return c;\n }),\n (f.prototype.callFulfilled = function (a) {\n p.resolve(this.promise, a);\n }),\n (f.prototype.otherCallFulfilled = function (a) {\n g(this.promise, this.onFulfilled, a);\n }),\n (f.prototype.callRejected = function (a) {\n p.reject(this.promise, a);\n }),\n (f.prototype.otherCallRejected = function (a) {\n g(this.promise, this.onRejected, a);\n }),\n (p.resolve = function (a, b) {\n var c = j(h, b);\n if ('error' === c.status) return p.reject(a, c.value);\n var d = c.value;\n if (d) i(a, d);\n else {\n (a.state = r), (a.outcome = b);\n for (var e = -1, f = a.queue.length; ++e < f; )\n a.queue[e].callFulfilled(b);\n }\n return a;\n }),\n (p.reject = function (a, b) {\n (a.state = q), (a.outcome = b);\n for (var c = -1, d = a.queue.length; ++c < d; )\n a.queue[c].callRejected(b);\n return a;\n }),\n (e.resolve = k),\n (e.reject = l),\n (e.all = m),\n (e.race = n);\n },\n { immediate: 57 },\n ],\n 59: [\n function (a, b, c) {\n 'use strict';\n var d = a('./lib/utils/common').assign,\n e = a('./lib/deflate'),\n f = a('./lib/inflate'),\n g = a('./lib/zlib/constants'),\n h = {};\n d(h, e, f, g), (b.exports = h);\n },\n {\n './lib/deflate': 60,\n './lib/inflate': 61,\n './lib/utils/common': 62,\n './lib/zlib/constants': 65,\n },\n ],\n 60: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n if (!(this instanceof d)) return new d(a);\n this.options = i.assign(\n {\n level: s,\n method: u,\n chunkSize: 16384,\n windowBits: 15,\n memLevel: 8,\n strategy: t,\n to: '',\n },\n a || {}\n );\n var b = this.options;\n b.raw && b.windowBits > 0\n ? (b.windowBits = -b.windowBits)\n : b.gzip &&\n b.windowBits > 0 &&\n b.windowBits < 16 &&\n (b.windowBits += 16),\n (this.err = 0),\n (this.msg = ''),\n (this.ended = !1),\n (this.chunks = []),\n (this.strm = new l()),\n (this.strm.avail_out = 0);\n var c = h.deflateInit2(\n this.strm,\n b.level,\n b.method,\n b.windowBits,\n b.memLevel,\n b.strategy\n );\n if (c !== p) throw new Error(k[c]);\n if (\n (b.header && h.deflateSetHeader(this.strm, b.header),\n b.dictionary)\n ) {\n var e;\n if (\n ((e =\n 'string' == typeof b.dictionary\n ? j.string2buf(b.dictionary)\n : '[object ArrayBuffer]' === m.call(b.dictionary)\n ? new Uint8Array(b.dictionary)\n : b.dictionary),\n (c = h.deflateSetDictionary(this.strm, e)),\n c !== p)\n )\n throw new Error(k[c]);\n this._dict_set = !0;\n }\n }\n function e(a, b) {\n var c = new d(b);\n if ((c.push(a, !0), c.err)) throw c.msg || k[c.err];\n return c.result;\n }\n function f(a, b) {\n return (b = b || {}), (b.raw = !0), e(a, b);\n }\n function g(a, b) {\n return (b = b || {}), (b.gzip = !0), e(a, b);\n }\n var h = a('./zlib/deflate'),\n i = a('./utils/common'),\n j = a('./utils/strings'),\n k = a('./zlib/messages'),\n l = a('./zlib/zstream'),\n m = Object.prototype.toString,\n n = 0,\n o = 4,\n p = 0,\n q = 1,\n r = 2,\n s = -1,\n t = 0,\n u = 8;\n (d.prototype.push = function (a, b) {\n var c,\n d,\n e = this.strm,\n f = this.options.chunkSize;\n if (this.ended) return !1;\n (d = b === ~~b ? b : b === !0 ? o : n),\n 'string' == typeof a\n ? (e.input = j.string2buf(a))\n : '[object ArrayBuffer]' === m.call(a)\n ? (e.input = new Uint8Array(a))\n : (e.input = a),\n (e.next_in = 0),\n (e.avail_in = e.input.length);\n do {\n if (\n (0 === e.avail_out &&\n ((e.output = new i.Buf8(f)),\n (e.next_out = 0),\n (e.avail_out = f)),\n (c = h.deflate(e, d)),\n c !== q && c !== p)\n )\n return this.onEnd(c), (this.ended = !0), !1;\n (0 !== e.avail_out &&\n (0 !== e.avail_in || (d !== o && d !== r))) ||\n ('string' === this.options.to\n ? this.onData(\n j.buf2binstring(i.shrinkBuf(e.output, e.next_out))\n )\n : this.onData(i.shrinkBuf(e.output, e.next_out)));\n } while ((e.avail_in > 0 || 0 === e.avail_out) && c !== q);\n return d === o\n ? ((c = h.deflateEnd(this.strm)),\n this.onEnd(c),\n (this.ended = !0),\n c === p)\n : d !== r || (this.onEnd(p), (e.avail_out = 0), !0);\n }),\n (d.prototype.onData = function (a) {\n this.chunks.push(a);\n }),\n (d.prototype.onEnd = function (a) {\n a === p &&\n ('string' === this.options.to\n ? (this.result = this.chunks.join(''))\n : (this.result = i.flattenChunks(this.chunks))),\n (this.chunks = []),\n (this.err = a),\n (this.msg = this.strm.msg);\n }),\n (c.Deflate = d),\n (c.deflate = e),\n (c.deflateRaw = f),\n (c.gzip = g);\n },\n {\n './utils/common': 62,\n './utils/strings': 63,\n './zlib/deflate': 67,\n './zlib/messages': 72,\n './zlib/zstream': 74,\n },\n ],\n 61: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n if (!(this instanceof d)) return new d(a);\n this.options = h.assign(\n { chunkSize: 16384, windowBits: 0, to: '' },\n a || {}\n );\n var b = this.options;\n b.raw &&\n b.windowBits >= 0 &&\n b.windowBits < 16 &&\n ((b.windowBits = -b.windowBits),\n 0 === b.windowBits && (b.windowBits = -15)),\n !(b.windowBits >= 0 && b.windowBits < 16) ||\n (a && a.windowBits) ||\n (b.windowBits += 32),\n b.windowBits > 15 &&\n b.windowBits < 48 &&\n 0 === (15 & b.windowBits) &&\n (b.windowBits |= 15),\n (this.err = 0),\n (this.msg = ''),\n (this.ended = !1),\n (this.chunks = []),\n (this.strm = new l()),\n (this.strm.avail_out = 0);\n var c = g.inflateInit2(this.strm, b.windowBits);\n if (c !== j.Z_OK) throw new Error(k[c]);\n (this.header = new m()), g.inflateGetHeader(this.strm, this.header);\n }\n function e(a, b) {\n var c = new d(b);\n if ((c.push(a, !0), c.err)) throw c.msg || k[c.err];\n return c.result;\n }\n function f(a, b) {\n return (b = b || {}), (b.raw = !0), e(a, b);\n }\n var g = a('./zlib/inflate'),\n h = a('./utils/common'),\n i = a('./utils/strings'),\n j = a('./zlib/constants'),\n k = a('./zlib/messages'),\n l = a('./zlib/zstream'),\n m = a('./zlib/gzheader'),\n n = Object.prototype.toString;\n (d.prototype.push = function (a, b) {\n var c,\n d,\n e,\n f,\n k,\n l,\n m = this.strm,\n o = this.options.chunkSize,\n p = this.options.dictionary,\n q = !1;\n if (this.ended) return !1;\n (d = b === ~~b ? b : b === !0 ? j.Z_FINISH : j.Z_NO_FLUSH),\n 'string' == typeof a\n ? (m.input = i.binstring2buf(a))\n : '[object ArrayBuffer]' === n.call(a)\n ? (m.input = new Uint8Array(a))\n : (m.input = a),\n (m.next_in = 0),\n (m.avail_in = m.input.length);\n do {\n if (\n (0 === m.avail_out &&\n ((m.output = new h.Buf8(o)),\n (m.next_out = 0),\n (m.avail_out = o)),\n (c = g.inflate(m, j.Z_NO_FLUSH)),\n c === j.Z_NEED_DICT &&\n p &&\n ((l =\n 'string' == typeof p\n ? i.string2buf(p)\n : '[object ArrayBuffer]' === n.call(p)\n ? new Uint8Array(p)\n : p),\n (c = g.inflateSetDictionary(this.strm, l))),\n c === j.Z_BUF_ERROR && q === !0 && ((c = j.Z_OK), (q = !1)),\n c !== j.Z_STREAM_END && c !== j.Z_OK)\n )\n return this.onEnd(c), (this.ended = !0), !1;\n m.next_out &&\n ((0 !== m.avail_out &&\n c !== j.Z_STREAM_END &&\n (0 !== m.avail_in ||\n (d !== j.Z_FINISH && d !== j.Z_SYNC_FLUSH))) ||\n ('string' === this.options.to\n ? ((e = i.utf8border(m.output, m.next_out)),\n (f = m.next_out - e),\n (k = i.buf2string(m.output, e)),\n (m.next_out = f),\n (m.avail_out = o - f),\n f && h.arraySet(m.output, m.output, e, f, 0),\n this.onData(k))\n : this.onData(h.shrinkBuf(m.output, m.next_out)))),\n 0 === m.avail_in && 0 === m.avail_out && (q = !0);\n } while (\n (m.avail_in > 0 || 0 === m.avail_out) &&\n c !== j.Z_STREAM_END\n );\n return (\n c === j.Z_STREAM_END && (d = j.Z_FINISH),\n d === j.Z_FINISH\n ? ((c = g.inflateEnd(this.strm)),\n this.onEnd(c),\n (this.ended = !0),\n c === j.Z_OK)\n : d !== j.Z_SYNC_FLUSH ||\n (this.onEnd(j.Z_OK), (m.avail_out = 0), !0)\n );\n }),\n (d.prototype.onData = function (a) {\n this.chunks.push(a);\n }),\n (d.prototype.onEnd = function (a) {\n a === j.Z_OK &&\n ('string' === this.options.to\n ? (this.result = this.chunks.join(''))\n : (this.result = h.flattenChunks(this.chunks))),\n (this.chunks = []),\n (this.err = a),\n (this.msg = this.strm.msg);\n }),\n (c.Inflate = d),\n (c.inflate = e),\n (c.inflateRaw = f),\n (c.ungzip = e);\n },\n {\n './utils/common': 62,\n './utils/strings': 63,\n './zlib/constants': 65,\n './zlib/gzheader': 68,\n './zlib/inflate': 70,\n './zlib/messages': 72,\n './zlib/zstream': 74,\n },\n ],\n 62: [\n function (a, b, c) {\n 'use strict';\n var d =\n 'undefined' != typeof Uint8Array &&\n 'undefined' != typeof Uint16Array &&\n 'undefined' != typeof Int32Array;\n (c.assign = function (a) {\n for (var b = Array.prototype.slice.call(arguments, 1); b.length; ) {\n var c = b.shift();\n if (c) {\n if ('object' != typeof c)\n throw new TypeError(c + 'must be non-object');\n for (var d in c) c.hasOwnProperty(d) && (a[d] = c[d]);\n }\n }\n return a;\n }),\n (c.shrinkBuf = function (a, b) {\n return a.length === b\n ? a\n : a.subarray\n ? a.subarray(0, b)\n : ((a.length = b), a);\n });\n var e = {\n arraySet: function (a, b, c, d, e) {\n if (b.subarray && a.subarray)\n return void a.set(b.subarray(c, c + d), e);\n for (var f = 0; f < d; f++) a[e + f] = b[c + f];\n },\n flattenChunks: function (a) {\n var b, c, d, e, f, g;\n for (d = 0, b = 0, c = a.length; b < c; b++) d += a[b].length;\n for (\n g = new Uint8Array(d), e = 0, b = 0, c = a.length;\n b < c;\n b++\n )\n (f = a[b]), g.set(f, e), (e += f.length);\n return g;\n },\n },\n f = {\n arraySet: function (a, b, c, d, e) {\n for (var f = 0; f < d; f++) a[e + f] = b[c + f];\n },\n flattenChunks: function (a) {\n return [].concat.apply([], a);\n },\n };\n (c.setTyped = function (a) {\n a\n ? ((c.Buf8 = Uint8Array),\n (c.Buf16 = Uint16Array),\n (c.Buf32 = Int32Array),\n c.assign(c, e))\n : ((c.Buf8 = Array),\n (c.Buf16 = Array),\n (c.Buf32 = Array),\n c.assign(c, f));\n }),\n c.setTyped(d);\n },\n {},\n ],\n 63: [\n function (a, b, c) {\n 'use strict';\n function d(a, b) {\n if (b < 65537 && ((a.subarray && g) || (!a.subarray && f)))\n return String.fromCharCode.apply(null, e.shrinkBuf(a, b));\n for (var c = '', d = 0; d < b; d++) c += String.fromCharCode(a[d]);\n return c;\n }\n var e = a('./common'),\n f = !0,\n g = !0;\n try {\n String.fromCharCode.apply(null, [0]);\n } catch (h) {\n f = !1;\n }\n try {\n String.fromCharCode.apply(null, new Uint8Array(1));\n } catch (h) {\n g = !1;\n }\n for (var i = new e.Buf8(256), j = 0; j < 256; j++)\n i[j] =\n j >= 252\n ? 6\n : j >= 248\n ? 5\n : j >= 240\n ? 4\n : j >= 224\n ? 3\n : j >= 192\n ? 2\n : 1;\n (i[254] = i[254] = 1),\n (c.string2buf = function (a) {\n var b,\n c,\n d,\n f,\n g,\n h = a.length,\n i = 0;\n for (f = 0; f < h; f++)\n (c = a.charCodeAt(f)),\n 55296 === (64512 & c) &&\n f + 1 < h &&\n ((d = a.charCodeAt(f + 1)),\n 56320 === (64512 & d) &&\n ((c = 65536 + ((c - 55296) << 10) + (d - 56320)), f++)),\n (i += c < 128 ? 1 : c < 2048 ? 2 : c < 65536 ? 3 : 4);\n for (b = new e.Buf8(i), g = 0, f = 0; g < i; f++)\n (c = a.charCodeAt(f)),\n 55296 === (64512 & c) &&\n f + 1 < h &&\n ((d = a.charCodeAt(f + 1)),\n 56320 === (64512 & d) &&\n ((c = 65536 + ((c - 55296) << 10) + (d - 56320)), f++)),\n c < 128\n ? (b[g++] = c)\n : c < 2048\n ? ((b[g++] = 192 | (c >>> 6)), (b[g++] = 128 | (63 & c)))\n : c < 65536\n ? ((b[g++] = 224 | (c >>> 12)),\n (b[g++] = 128 | ((c >>> 6) & 63)),\n (b[g++] = 128 | (63 & c)))\n : ((b[g++] = 240 | (c >>> 18)),\n (b[g++] = 128 | ((c >>> 12) & 63)),\n (b[g++] = 128 | ((c >>> 6) & 63)),\n (b[g++] = 128 | (63 & c)));\n return b;\n }),\n (c.buf2binstring = function (a) {\n return d(a, a.length);\n }),\n (c.binstring2buf = function (a) {\n for (\n var b = new e.Buf8(a.length), c = 0, d = b.length;\n c < d;\n c++\n )\n b[c] = a.charCodeAt(c);\n return b;\n }),\n (c.buf2string = function (a, b) {\n var c,\n e,\n f,\n g,\n h = b || a.length,\n j = new Array(2 * h);\n for (e = 0, c = 0; c < h; )\n if (((f = a[c++]), f < 128)) j[e++] = f;\n else if (((g = i[f]), g > 4)) (j[e++] = 65533), (c += g - 1);\n else {\n for (f &= 2 === g ? 31 : 3 === g ? 15 : 7; g > 1 && c < h; )\n (f = (f << 6) | (63 & a[c++])), g--;\n g > 1\n ? (j[e++] = 65533)\n : f < 65536\n ? (j[e++] = f)\n : ((f -= 65536),\n (j[e++] = 55296 | ((f >> 10) & 1023)),\n (j[e++] = 56320 | (1023 & f)));\n }\n return d(j, e);\n }),\n (c.utf8border = function (a, b) {\n var c;\n for (\n b = b || a.length, b > a.length && (b = a.length), c = b - 1;\n c >= 0 && 128 === (192 & a[c]);\n\n )\n c--;\n return c < 0 ? b : 0 === c ? b : c + i[a[c]] > b ? c : b;\n });\n },\n { './common': 62 },\n ],\n 64: [\n function (a, b, c) {\n 'use strict';\n function d(a, b, c, d) {\n for (\n var e = (65535 & a) | 0, f = ((a >>> 16) & 65535) | 0, g = 0;\n 0 !== c;\n\n ) {\n (g = c > 2e3 ? 2e3 : c), (c -= g);\n do (e = (e + b[d++]) | 0), (f = (f + e) | 0);\n while (--g);\n (e %= 65521), (f %= 65521);\n }\n return e | (f << 16) | 0;\n }\n b.exports = d;\n },\n {},\n ],\n 65: [\n function (a, b, c) {\n 'use strict';\n b.exports = {\n Z_NO_FLUSH: 0,\n Z_PARTIAL_FLUSH: 1,\n Z_SYNC_FLUSH: 2,\n Z_FULL_FLUSH: 3,\n Z_FINISH: 4,\n Z_BLOCK: 5,\n Z_TREES: 6,\n Z_OK: 0,\n Z_STREAM_END: 1,\n Z_NEED_DICT: 2,\n Z_ERRNO: -1,\n Z_STREAM_ERROR: -2,\n Z_DATA_ERROR: -3,\n Z_BUF_ERROR: -5,\n Z_NO_COMPRESSION: 0,\n Z_BEST_SPEED: 1,\n Z_BEST_COMPRESSION: 9,\n Z_DEFAULT_COMPRESSION: -1,\n Z_FILTERED: 1,\n Z_HUFFMAN_ONLY: 2,\n Z_RLE: 3,\n Z_FIXED: 4,\n Z_DEFAULT_STRATEGY: 0,\n Z_BINARY: 0,\n Z_TEXT: 1,\n Z_UNKNOWN: 2,\n Z_DEFLATED: 8,\n };\n },\n {},\n ],\n 66: [\n function (a, b, c) {\n 'use strict';\n function d() {\n for (var a, b = [], c = 0; c < 256; c++) {\n a = c;\n for (var d = 0; d < 8; d++)\n a = 1 & a ? 3988292384 ^ (a >>> 1) : a >>> 1;\n b[c] = a;\n }\n return b;\n }\n function e(a, b, c, d) {\n var e = f,\n g = d + c;\n a ^= -1;\n for (var h = d; h < g; h++) a = (a >>> 8) ^ e[255 & (a ^ b[h])];\n return a ^ -1;\n }\n var f = d();\n b.exports = e;\n },\n {},\n ],\n 67: [\n function (a, b, c) {\n 'use strict';\n function d(a, b) {\n return (a.msg = I[b]), b;\n }\n function e(a) {\n return (a << 1) - (a > 4 ? 9 : 0);\n }\n function f(a) {\n for (var b = a.length; --b >= 0; ) a[b] = 0;\n }\n function g(a) {\n var b = a.state,\n c = b.pending;\n c > a.avail_out && (c = a.avail_out),\n 0 !== c &&\n (E.arraySet(\n a.output,\n b.pending_buf,\n b.pending_out,\n c,\n a.next_out\n ),\n (a.next_out += c),\n (b.pending_out += c),\n (a.total_out += c),\n (a.avail_out -= c),\n (b.pending -= c),\n 0 === b.pending && (b.pending_out = 0));\n }\n function h(a, b) {\n F._tr_flush_block(\n a,\n a.block_start >= 0 ? a.block_start : -1,\n a.strstart - a.block_start,\n b\n ),\n (a.block_start = a.strstart),\n g(a.strm);\n }\n function i(a, b) {\n a.pending_buf[a.pending++] = b;\n }\n function j(a, b) {\n (a.pending_buf[a.pending++] = (b >>> 8) & 255),\n (a.pending_buf[a.pending++] = 255 & b);\n }\n function k(a, b, c, d) {\n var e = a.avail_in;\n return (\n e > d && (e = d),\n 0 === e\n ? 0\n : ((a.avail_in -= e),\n E.arraySet(b, a.input, a.next_in, e, c),\n 1 === a.state.wrap\n ? (a.adler = G(a.adler, b, e, c))\n : 2 === a.state.wrap && (a.adler = H(a.adler, b, e, c)),\n (a.next_in += e),\n (a.total_in += e),\n e)\n );\n }\n function l(a, b) {\n var c,\n d,\n e = a.max_chain_length,\n f = a.strstart,\n g = a.prev_length,\n h = a.nice_match,\n i = a.strstart > a.w_size - la ? a.strstart - (a.w_size - la) : 0,\n j = a.window,\n k = a.w_mask,\n l = a.prev,\n m = a.strstart + ka,\n n = j[f + g - 1],\n o = j[f + g];\n a.prev_length >= a.good_match && (e >>= 2),\n h > a.lookahead && (h = a.lookahead);\n do\n if (\n ((c = b),\n j[c + g] === o &&\n j[c + g - 1] === n &&\n j[c] === j[f] &&\n j[++c] === j[f + 1])\n ) {\n (f += 2), c++;\n do;\n while (\n j[++f] === j[++c] &&\n j[++f] === j[++c] &&\n j[++f] === j[++c] &&\n j[++f] === j[++c] &&\n j[++f] === j[++c] &&\n j[++f] === j[++c] &&\n j[++f] === j[++c] &&\n j[++f] === j[++c] &&\n f < m\n );\n if (((d = ka - (m - f)), (f = m - ka), d > g)) {\n if (((a.match_start = b), (g = d), d >= h)) break;\n (n = j[f + g - 1]), (o = j[f + g]);\n }\n }\n while ((b = l[b & k]) > i && 0 !== --e);\n return g <= a.lookahead ? g : a.lookahead;\n }\n function m(a) {\n var b,\n c,\n d,\n e,\n f,\n g = a.w_size;\n do {\n if (\n ((e = a.window_size - a.lookahead - a.strstart),\n a.strstart >= g + (g - la))\n ) {\n E.arraySet(a.window, a.window, g, g, 0),\n (a.match_start -= g),\n (a.strstart -= g),\n (a.block_start -= g),\n (c = a.hash_size),\n (b = c);\n do (d = a.head[--b]), (a.head[b] = d >= g ? d - g : 0);\n while (--c);\n (c = g), (b = c);\n do (d = a.prev[--b]), (a.prev[b] = d >= g ? d - g : 0);\n while (--c);\n e += g;\n }\n if (0 === a.strm.avail_in) break;\n if (\n ((c = k(a.strm, a.window, a.strstart + a.lookahead, e)),\n (a.lookahead += c),\n a.lookahead + a.insert >= ja)\n )\n for (\n f = a.strstart - a.insert,\n a.ins_h = a.window[f],\n a.ins_h =\n ((a.ins_h << a.hash_shift) ^ a.window[f + 1]) &\n a.hash_mask;\n a.insert &&\n ((a.ins_h =\n ((a.ins_h << a.hash_shift) ^ a.window[f + ja - 1]) &\n a.hash_mask),\n (a.prev[f & a.w_mask] = a.head[a.ins_h]),\n (a.head[a.ins_h] = f),\n f++,\n a.insert--,\n !(a.lookahead + a.insert < ja));\n\n );\n } while (a.lookahead < la && 0 !== a.strm.avail_in);\n }\n function n(a, b) {\n var c = 65535;\n for (\n c > a.pending_buf_size - 5 && (c = a.pending_buf_size - 5);\n ;\n\n ) {\n if (a.lookahead <= 1) {\n if ((m(a), 0 === a.lookahead && b === J)) return ua;\n if (0 === a.lookahead) break;\n }\n (a.strstart += a.lookahead), (a.lookahead = 0);\n var d = a.block_start + c;\n if (\n (0 === a.strstart || a.strstart >= d) &&\n ((a.lookahead = a.strstart - d),\n (a.strstart = d),\n h(a, !1),\n 0 === a.strm.avail_out)\n )\n return ua;\n if (\n a.strstart - a.block_start >= a.w_size - la &&\n (h(a, !1), 0 === a.strm.avail_out)\n )\n return ua;\n }\n return (\n (a.insert = 0),\n b === M\n ? (h(a, !0), 0 === a.strm.avail_out ? wa : xa)\n : a.strstart > a.block_start &&\n (h(a, !1), 0 === a.strm.avail_out)\n ? ua\n : ua\n );\n }\n function o(a, b) {\n for (var c, d; ; ) {\n if (a.lookahead < la) {\n if ((m(a), a.lookahead < la && b === J)) return ua;\n if (0 === a.lookahead) break;\n }\n if (\n ((c = 0),\n a.lookahead >= ja &&\n ((a.ins_h =\n ((a.ins_h << a.hash_shift) ^\n a.window[a.strstart + ja - 1]) &\n a.hash_mask),\n (c = a.prev[a.strstart & a.w_mask] = a.head[a.ins_h]),\n (a.head[a.ins_h] = a.strstart)),\n 0 !== c &&\n a.strstart - c <= a.w_size - la &&\n (a.match_length = l(a, c)),\n a.match_length >= ja)\n )\n if (\n ((d = F._tr_tally(\n a,\n a.strstart - a.match_start,\n a.match_length - ja\n )),\n (a.lookahead -= a.match_length),\n a.match_length <= a.max_lazy_match && a.lookahead >= ja)\n ) {\n a.match_length--;\n do\n a.strstart++,\n (a.ins_h =\n ((a.ins_h << a.hash_shift) ^\n a.window[a.strstart + ja - 1]) &\n a.hash_mask),\n (c = a.prev[a.strstart & a.w_mask] = a.head[a.ins_h]),\n (a.head[a.ins_h] = a.strstart);\n while (0 !== --a.match_length);\n a.strstart++;\n } else\n (a.strstart += a.match_length),\n (a.match_length = 0),\n (a.ins_h = a.window[a.strstart]),\n (a.ins_h =\n ((a.ins_h << a.hash_shift) ^ a.window[a.strstart + 1]) &\n a.hash_mask);\n else\n (d = F._tr_tally(a, 0, a.window[a.strstart])),\n a.lookahead--,\n a.strstart++;\n if (d && (h(a, !1), 0 === a.strm.avail_out)) return ua;\n }\n return (\n (a.insert = a.strstart < ja - 1 ? a.strstart : ja - 1),\n b === M\n ? (h(a, !0), 0 === a.strm.avail_out ? wa : xa)\n : a.last_lit && (h(a, !1), 0 === a.strm.avail_out)\n ? ua\n : va\n );\n }\n function p(a, b) {\n for (var c, d, e; ; ) {\n if (a.lookahead < la) {\n if ((m(a), a.lookahead < la && b === J)) return ua;\n if (0 === a.lookahead) break;\n }\n if (\n ((c = 0),\n a.lookahead >= ja &&\n ((a.ins_h =\n ((a.ins_h << a.hash_shift) ^\n a.window[a.strstart + ja - 1]) &\n a.hash_mask),\n (c = a.prev[a.strstart & a.w_mask] = a.head[a.ins_h]),\n (a.head[a.ins_h] = a.strstart)),\n (a.prev_length = a.match_length),\n (a.prev_match = a.match_start),\n (a.match_length = ja - 1),\n 0 !== c &&\n a.prev_length < a.max_lazy_match &&\n a.strstart - c <= a.w_size - la &&\n ((a.match_length = l(a, c)),\n a.match_length <= 5 &&\n (a.strategy === U ||\n (a.match_length === ja &&\n a.strstart - a.match_start > 4096)) &&\n (a.match_length = ja - 1)),\n a.prev_length >= ja && a.match_length <= a.prev_length)\n ) {\n (e = a.strstart + a.lookahead - ja),\n (d = F._tr_tally(\n a,\n a.strstart - 1 - a.prev_match,\n a.prev_length - ja\n )),\n (a.lookahead -= a.prev_length - 1),\n (a.prev_length -= 2);\n do\n ++a.strstart <= e &&\n ((a.ins_h =\n ((a.ins_h << a.hash_shift) ^\n a.window[a.strstart + ja - 1]) &\n a.hash_mask),\n (c = a.prev[a.strstart & a.w_mask] = a.head[a.ins_h]),\n (a.head[a.ins_h] = a.strstart));\n while (0 !== --a.prev_length);\n if (\n ((a.match_available = 0),\n (a.match_length = ja - 1),\n a.strstart++,\n d && (h(a, !1), 0 === a.strm.avail_out))\n )\n return ua;\n } else if (a.match_available) {\n if (\n ((d = F._tr_tally(a, 0, a.window[a.strstart - 1])),\n d && h(a, !1),\n a.strstart++,\n a.lookahead--,\n 0 === a.strm.avail_out)\n )\n return ua;\n } else (a.match_available = 1), a.strstart++, a.lookahead--;\n }\n return (\n a.match_available &&\n ((d = F._tr_tally(a, 0, a.window[a.strstart - 1])),\n (a.match_available = 0)),\n (a.insert = a.strstart < ja - 1 ? a.strstart : ja - 1),\n b === M\n ? (h(a, !0), 0 === a.strm.avail_out ? wa : xa)\n : a.last_lit && (h(a, !1), 0 === a.strm.avail_out)\n ? ua\n : va\n );\n }\n function q(a, b) {\n for (var c, d, e, f, g = a.window; ; ) {\n if (a.lookahead <= ka) {\n if ((m(a), a.lookahead <= ka && b === J)) return ua;\n if (0 === a.lookahead) break;\n }\n if (\n ((a.match_length = 0),\n a.lookahead >= ja &&\n a.strstart > 0 &&\n ((e = a.strstart - 1),\n (d = g[e]),\n d === g[++e] && d === g[++e] && d === g[++e]))\n ) {\n f = a.strstart + ka;\n do;\n while (\n d === g[++e] &&\n d === g[++e] &&\n d === g[++e] &&\n d === g[++e] &&\n d === g[++e] &&\n d === g[++e] &&\n d === g[++e] &&\n d === g[++e] &&\n e < f\n );\n (a.match_length = ka - (f - e)),\n a.match_length > a.lookahead &&\n (a.match_length = a.lookahead);\n }\n if (\n (a.match_length >= ja\n ? ((c = F._tr_tally(a, 1, a.match_length - ja)),\n (a.lookahead -= a.match_length),\n (a.strstart += a.match_length),\n (a.match_length = 0))\n : ((c = F._tr_tally(a, 0, a.window[a.strstart])),\n a.lookahead--,\n a.strstart++),\n c && (h(a, !1), 0 === a.strm.avail_out))\n )\n return ua;\n }\n return (\n (a.insert = 0),\n b === M\n ? (h(a, !0), 0 === a.strm.avail_out ? wa : xa)\n : a.last_lit && (h(a, !1), 0 === a.strm.avail_out)\n ? ua\n : va\n );\n }\n function r(a, b) {\n for (var c; ; ) {\n if (0 === a.lookahead && (m(a), 0 === a.lookahead)) {\n if (b === J) return ua;\n break;\n }\n if (\n ((a.match_length = 0),\n (c = F._tr_tally(a, 0, a.window[a.strstart])),\n a.lookahead--,\n a.strstart++,\n c && (h(a, !1), 0 === a.strm.avail_out))\n )\n return ua;\n }\n return (\n (a.insert = 0),\n b === M\n ? (h(a, !0), 0 === a.strm.avail_out ? wa : xa)\n : a.last_lit && (h(a, !1), 0 === a.strm.avail_out)\n ? ua\n : va\n );\n }\n function s(a, b, c, d, e) {\n (this.good_length = a),\n (this.max_lazy = b),\n (this.nice_length = c),\n (this.max_chain = d),\n (this.func = e);\n }\n function t(a) {\n (a.window_size = 2 * a.w_size),\n f(a.head),\n (a.max_lazy_match = D[a.level].max_lazy),\n (a.good_match = D[a.level].good_length),\n (a.nice_match = D[a.level].nice_length),\n (a.max_chain_length = D[a.level].max_chain),\n (a.strstart = 0),\n (a.block_start = 0),\n (a.lookahead = 0),\n (a.insert = 0),\n (a.match_length = a.prev_length = ja - 1),\n (a.match_available = 0),\n (a.ins_h = 0);\n }\n function u() {\n (this.strm = null),\n (this.status = 0),\n (this.pending_buf = null),\n (this.pending_buf_size = 0),\n (this.pending_out = 0),\n (this.pending = 0),\n (this.wrap = 0),\n (this.gzhead = null),\n (this.gzindex = 0),\n (this.method = $),\n (this.last_flush = -1),\n (this.w_size = 0),\n (this.w_bits = 0),\n (this.w_mask = 0),\n (this.window = null),\n (this.window_size = 0),\n (this.prev = null),\n (this.head = null),\n (this.ins_h = 0),\n (this.hash_size = 0),\n (this.hash_bits = 0),\n (this.hash_mask = 0),\n (this.hash_shift = 0),\n (this.block_start = 0),\n (this.match_length = 0),\n (this.prev_match = 0),\n (this.match_available = 0),\n (this.strstart = 0),\n (this.match_start = 0),\n (this.lookahead = 0),\n (this.prev_length = 0),\n (this.max_chain_length = 0),\n (this.max_lazy_match = 0),\n (this.level = 0),\n (this.strategy = 0),\n (this.good_match = 0),\n (this.nice_match = 0),\n (this.dyn_ltree = new E.Buf16(2 * ha)),\n (this.dyn_dtree = new E.Buf16(2 * (2 * fa + 1))),\n (this.bl_tree = new E.Buf16(2 * (2 * ga + 1))),\n f(this.dyn_ltree),\n f(this.dyn_dtree),\n f(this.bl_tree),\n (this.l_desc = null),\n (this.d_desc = null),\n (this.bl_desc = null),\n (this.bl_count = new E.Buf16(ia + 1)),\n (this.heap = new E.Buf16(2 * ea + 1)),\n f(this.heap),\n (this.heap_len = 0),\n (this.heap_max = 0),\n (this.depth = new E.Buf16(2 * ea + 1)),\n f(this.depth),\n (this.l_buf = 0),\n (this.lit_bufsize = 0),\n (this.last_lit = 0),\n (this.d_buf = 0),\n (this.opt_len = 0),\n (this.static_len = 0),\n (this.matches = 0),\n (this.insert = 0),\n (this.bi_buf = 0),\n (this.bi_valid = 0);\n }\n function v(a) {\n var b;\n return a && a.state\n ? ((a.total_in = a.total_out = 0),\n (a.data_type = Z),\n (b = a.state),\n (b.pending = 0),\n (b.pending_out = 0),\n b.wrap < 0 && (b.wrap = -b.wrap),\n (b.status = b.wrap ? na : sa),\n (a.adler = 2 === b.wrap ? 0 : 1),\n (b.last_flush = J),\n F._tr_init(b),\n O)\n : d(a, Q);\n }\n function w(a) {\n var b = v(a);\n return b === O && t(a.state), b;\n }\n function x(a, b) {\n return a && a.state\n ? 2 !== a.state.wrap\n ? Q\n : ((a.state.gzhead = b), O)\n : Q;\n }\n function y(a, b, c, e, f, g) {\n if (!a) return Q;\n var h = 1;\n if (\n (b === T && (b = 6),\n e < 0 ? ((h = 0), (e = -e)) : e > 15 && ((h = 2), (e -= 16)),\n f < 1 ||\n f > _ ||\n c !== $ ||\n e < 8 ||\n e > 15 ||\n b < 0 ||\n b > 9 ||\n g < 0 ||\n g > X)\n )\n return d(a, Q);\n 8 === e && (e = 9);\n var i = new u();\n return (\n (a.state = i),\n (i.strm = a),\n (i.wrap = h),\n (i.gzhead = null),\n (i.w_bits = e),\n (i.w_size = 1 << i.w_bits),\n (i.w_mask = i.w_size - 1),\n (i.hash_bits = f + 7),\n (i.hash_size = 1 << i.hash_bits),\n (i.hash_mask = i.hash_size - 1),\n (i.hash_shift = ~~((i.hash_bits + ja - 1) / ja)),\n (i.window = new E.Buf8(2 * i.w_size)),\n (i.head = new E.Buf16(i.hash_size)),\n (i.prev = new E.Buf16(i.w_size)),\n (i.lit_bufsize = 1 << (f + 6)),\n (i.pending_buf_size = 4 * i.lit_bufsize),\n (i.pending_buf = new E.Buf8(i.pending_buf_size)),\n (i.d_buf = 1 * i.lit_bufsize),\n (i.l_buf = 3 * i.lit_bufsize),\n (i.level = b),\n (i.strategy = g),\n (i.method = c),\n w(a)\n );\n }\n function z(a, b) {\n return y(a, b, $, aa, ba, Y);\n }\n function A(a, b) {\n var c, h, k, l;\n if (!a || !a.state || b > N || b < 0) return a ? d(a, Q) : Q;\n if (\n ((h = a.state),\n !a.output ||\n (!a.input && 0 !== a.avail_in) ||\n (h.status === ta && b !== M))\n )\n return d(a, 0 === a.avail_out ? S : Q);\n if (\n ((h.strm = a),\n (c = h.last_flush),\n (h.last_flush = b),\n h.status === na)\n )\n if (2 === h.wrap)\n (a.adler = 0),\n i(h, 31),\n i(h, 139),\n i(h, 8),\n h.gzhead\n ? (i(\n h,\n (h.gzhead.text ? 1 : 0) +\n (h.gzhead.hcrc ? 2 : 0) +\n (h.gzhead.extra ? 4 : 0) +\n (h.gzhead.name ? 8 : 0) +\n (h.gzhead.comment ? 16 : 0)\n ),\n i(h, 255 & h.gzhead.time),\n i(h, (h.gzhead.time >> 8) & 255),\n i(h, (h.gzhead.time >> 16) & 255),\n i(h, (h.gzhead.time >> 24) & 255),\n i(\n h,\n 9 === h.level\n ? 2\n : h.strategy >= V || h.level < 2\n ? 4\n : 0\n ),\n i(h, 255 & h.gzhead.os),\n h.gzhead.extra &&\n h.gzhead.extra.length &&\n (i(h, 255 & h.gzhead.extra.length),\n i(h, (h.gzhead.extra.length >> 8) & 255)),\n h.gzhead.hcrc &&\n (a.adler = H(a.adler, h.pending_buf, h.pending, 0)),\n (h.gzindex = 0),\n (h.status = oa))\n : (i(h, 0),\n i(h, 0),\n i(h, 0),\n i(h, 0),\n i(h, 0),\n i(\n h,\n 9 === h.level\n ? 2\n : h.strategy >= V || h.level < 2\n ? 4\n : 0\n ),\n i(h, ya),\n (h.status = sa));\n else {\n var m = ($ + ((h.w_bits - 8) << 4)) << 8,\n n = -1;\n (n =\n h.strategy >= V || h.level < 2\n ? 0\n : h.level < 6\n ? 1\n : 6 === h.level\n ? 2\n : 3),\n (m |= n << 6),\n 0 !== h.strstart && (m |= ma),\n (m += 31 - (m % 31)),\n (h.status = sa),\n j(h, m),\n 0 !== h.strstart &&\n (j(h, a.adler >>> 16), j(h, 65535 & a.adler)),\n (a.adler = 1);\n }\n if (h.status === oa)\n if (h.gzhead.extra) {\n for (\n k = h.pending;\n h.gzindex < (65535 & h.gzhead.extra.length) &&\n (h.pending !== h.pending_buf_size ||\n (h.gzhead.hcrc &&\n h.pending > k &&\n (a.adler = H(a.adler, h.pending_buf, h.pending - k, k)),\n g(a),\n (k = h.pending),\n h.pending !== h.pending_buf_size));\n\n )\n i(h, 255 & h.gzhead.extra[h.gzindex]), h.gzindex++;\n h.gzhead.hcrc &&\n h.pending > k &&\n (a.adler = H(a.adler, h.pending_buf, h.pending - k, k)),\n h.gzindex === h.gzhead.extra.length &&\n ((h.gzindex = 0), (h.status = pa));\n } else h.status = pa;\n if (h.status === pa)\n if (h.gzhead.name) {\n k = h.pending;\n do {\n if (\n h.pending === h.pending_buf_size &&\n (h.gzhead.hcrc &&\n h.pending > k &&\n (a.adler = H(a.adler, h.pending_buf, h.pending - k, k)),\n g(a),\n (k = h.pending),\n h.pending === h.pending_buf_size)\n ) {\n l = 1;\n break;\n }\n (l =\n h.gzindex < h.gzhead.name.length\n ? 255 & h.gzhead.name.charCodeAt(h.gzindex++)\n : 0),\n i(h, l);\n } while (0 !== l);\n h.gzhead.hcrc &&\n h.pending > k &&\n (a.adler = H(a.adler, h.pending_buf, h.pending - k, k)),\n 0 === l && ((h.gzindex = 0), (h.status = qa));\n } else h.status = qa;\n if (h.status === qa)\n if (h.gzhead.comment) {\n k = h.pending;\n do {\n if (\n h.pending === h.pending_buf_size &&\n (h.gzhead.hcrc &&\n h.pending > k &&\n (a.adler = H(a.adler, h.pending_buf, h.pending - k, k)),\n g(a),\n (k = h.pending),\n h.pending === h.pending_buf_size)\n ) {\n l = 1;\n break;\n }\n (l =\n h.gzindex < h.gzhead.comment.length\n ? 255 & h.gzhead.comment.charCodeAt(h.gzindex++)\n : 0),\n i(h, l);\n } while (0 !== l);\n h.gzhead.hcrc &&\n h.pending > k &&\n (a.adler = H(a.adler, h.pending_buf, h.pending - k, k)),\n 0 === l && (h.status = ra);\n } else h.status = ra;\n if (\n (h.status === ra &&\n (h.gzhead.hcrc\n ? (h.pending + 2 > h.pending_buf_size && g(a),\n h.pending + 2 <= h.pending_buf_size &&\n (i(h, 255 & a.adler),\n i(h, (a.adler >> 8) & 255),\n (a.adler = 0),\n (h.status = sa)))\n : (h.status = sa)),\n 0 !== h.pending)\n ) {\n if ((g(a), 0 === a.avail_out)) return (h.last_flush = -1), O;\n } else if (0 === a.avail_in && e(b) <= e(c) && b !== M)\n return d(a, S);\n if (h.status === ta && 0 !== a.avail_in) return d(a, S);\n if (\n 0 !== a.avail_in ||\n 0 !== h.lookahead ||\n (b !== J && h.status !== ta)\n ) {\n var o =\n h.strategy === V\n ? r(h, b)\n : h.strategy === W\n ? q(h, b)\n : D[h.level].func(h, b);\n if (\n ((o !== wa && o !== xa) || (h.status = ta),\n o === ua || o === wa)\n )\n return 0 === a.avail_out && (h.last_flush = -1), O;\n if (\n o === va &&\n (b === K\n ? F._tr_align(h)\n : b !== N &&\n (F._tr_stored_block(h, 0, 0, !1),\n b === L &&\n (f(h.head),\n 0 === h.lookahead &&\n ((h.strstart = 0),\n (h.block_start = 0),\n (h.insert = 0)))),\n g(a),\n 0 === a.avail_out)\n )\n return (h.last_flush = -1), O;\n }\n return b !== M\n ? O\n : h.wrap <= 0\n ? P\n : (2 === h.wrap\n ? (i(h, 255 & a.adler),\n i(h, (a.adler >> 8) & 255),\n i(h, (a.adler >> 16) & 255),\n i(h, (a.adler >> 24) & 255),\n i(h, 255 & a.total_in),\n i(h, (a.total_in >> 8) & 255),\n i(h, (a.total_in >> 16) & 255),\n i(h, (a.total_in >> 24) & 255))\n : (j(h, a.adler >>> 16), j(h, 65535 & a.adler)),\n g(a),\n h.wrap > 0 && (h.wrap = -h.wrap),\n 0 !== h.pending ? O : P);\n }\n function B(a) {\n var b;\n return a && a.state\n ? ((b = a.state.status),\n b !== na &&\n b !== oa &&\n b !== pa &&\n b !== qa &&\n b !== ra &&\n b !== sa &&\n b !== ta\n ? d(a, Q)\n : ((a.state = null), b === sa ? d(a, R) : O))\n : Q;\n }\n function C(a, b) {\n var c,\n d,\n e,\n g,\n h,\n i,\n j,\n k,\n l = b.length;\n if (!a || !a.state) return Q;\n if (\n ((c = a.state),\n (g = c.wrap),\n 2 === g || (1 === g && c.status !== na) || c.lookahead)\n )\n return Q;\n for (\n 1 === g && (a.adler = G(a.adler, b, l, 0)),\n c.wrap = 0,\n l >= c.w_size &&\n (0 === g &&\n (f(c.head),\n (c.strstart = 0),\n (c.block_start = 0),\n (c.insert = 0)),\n (k = new E.Buf8(c.w_size)),\n E.arraySet(k, b, l - c.w_size, c.w_size, 0),\n (b = k),\n (l = c.w_size)),\n h = a.avail_in,\n i = a.next_in,\n j = a.input,\n a.avail_in = l,\n a.next_in = 0,\n a.input = b,\n m(c);\n c.lookahead >= ja;\n\n ) {\n (d = c.strstart), (e = c.lookahead - (ja - 1));\n do\n (c.ins_h =\n ((c.ins_h << c.hash_shift) ^ c.window[d + ja - 1]) &\n c.hash_mask),\n (c.prev[d & c.w_mask] = c.head[c.ins_h]),\n (c.head[c.ins_h] = d),\n d++;\n while (--e);\n (c.strstart = d), (c.lookahead = ja - 1), m(c);\n }\n return (\n (c.strstart += c.lookahead),\n (c.block_start = c.strstart),\n (c.insert = c.lookahead),\n (c.lookahead = 0),\n (c.match_length = c.prev_length = ja - 1),\n (c.match_available = 0),\n (a.next_in = i),\n (a.input = j),\n (a.avail_in = h),\n (c.wrap = g),\n O\n );\n }\n var D,\n E = a('../utils/common'),\n F = a('./trees'),\n G = a('./adler32'),\n H = a('./crc32'),\n I = a('./messages'),\n J = 0,\n K = 1,\n L = 3,\n M = 4,\n N = 5,\n O = 0,\n P = 1,\n Q = -2,\n R = -3,\n S = -5,\n T = -1,\n U = 1,\n V = 2,\n W = 3,\n X = 4,\n Y = 0,\n Z = 2,\n $ = 8,\n _ = 9,\n aa = 15,\n ba = 8,\n ca = 29,\n da = 256,\n ea = da + 1 + ca,\n fa = 30,\n ga = 19,\n ha = 2 * ea + 1,\n ia = 15,\n ja = 3,\n ka = 258,\n la = ka + ja + 1,\n ma = 32,\n na = 42,\n oa = 69,\n pa = 73,\n qa = 91,\n ra = 103,\n sa = 113,\n ta = 666,\n ua = 1,\n va = 2,\n wa = 3,\n xa = 4,\n ya = 3;\n (D = [\n new s(0, 0, 0, 0, n),\n new s(4, 4, 8, 4, o),\n new s(4, 5, 16, 8, o),\n new s(4, 6, 32, 32, o),\n new s(4, 4, 16, 16, p),\n new s(8, 16, 32, 32, p),\n new s(8, 16, 128, 128, p),\n new s(8, 32, 128, 256, p),\n new s(32, 128, 258, 1024, p),\n new s(32, 258, 258, 4096, p),\n ]),\n (c.deflateInit = z),\n (c.deflateInit2 = y),\n (c.deflateReset = w),\n (c.deflateResetKeep = v),\n (c.deflateSetHeader = x),\n (c.deflate = A),\n (c.deflateEnd = B),\n (c.deflateSetDictionary = C),\n (c.deflateInfo = 'pako deflate (from Nodeca project)');\n },\n {\n '../utils/common': 62,\n './adler32': 64,\n './crc32': 66,\n './messages': 72,\n './trees': 73,\n },\n ],\n 68: [\n function (a, b, c) {\n 'use strict';\n function d() {\n (this.text = 0),\n (this.time = 0),\n (this.xflags = 0),\n (this.os = 0),\n (this.extra = null),\n (this.extra_len = 0),\n (this.name = ''),\n (this.comment = ''),\n (this.hcrc = 0),\n (this.done = !1);\n }\n b.exports = d;\n },\n {},\n ],\n 69: [\n function (a, b, c) {\n 'use strict';\n var d = 30,\n e = 12;\n b.exports = function (a, b) {\n var c,\n f,\n g,\n h,\n i,\n j,\n k,\n l,\n m,\n n,\n o,\n p,\n q,\n r,\n s,\n t,\n u,\n v,\n w,\n x,\n y,\n z,\n A,\n B,\n C;\n (c = a.state),\n (f = a.next_in),\n (B = a.input),\n (g = f + (a.avail_in - 5)),\n (h = a.next_out),\n (C = a.output),\n (i = h - (b - a.avail_out)),\n (j = h + (a.avail_out - 257)),\n (k = c.dmax),\n (l = c.wsize),\n (m = c.whave),\n (n = c.wnext),\n (o = c.window),\n (p = c.hold),\n (q = c.bits),\n (r = c.lencode),\n (s = c.distcode),\n (t = (1 << c.lenbits) - 1),\n (u = (1 << c.distbits) - 1);\n a: do {\n q < 15 &&\n ((p += B[f++] << q), (q += 8), (p += B[f++] << q), (q += 8)),\n (v = r[p & t]);\n b: for (;;) {\n if (\n ((w = v >>> 24),\n (p >>>= w),\n (q -= w),\n (w = (v >>> 16) & 255),\n 0 === w)\n )\n C[h++] = 65535 & v;\n else {\n if (!(16 & w)) {\n if (0 === (64 & w)) {\n v = r[(65535 & v) + (p & ((1 << w) - 1))];\n continue b;\n }\n if (32 & w) {\n c.mode = e;\n break a;\n }\n (a.msg = 'invalid literal/length code'), (c.mode = d);\n break a;\n }\n (x = 65535 & v),\n (w &= 15),\n w &&\n (q < w && ((p += B[f++] << q), (q += 8)),\n (x += p & ((1 << w) - 1)),\n (p >>>= w),\n (q -= w)),\n q < 15 &&\n ((p += B[f++] << q),\n (q += 8),\n (p += B[f++] << q),\n (q += 8)),\n (v = s[p & u]);\n c: for (;;) {\n if (\n ((w = v >>> 24),\n (p >>>= w),\n (q -= w),\n (w = (v >>> 16) & 255),\n !(16 & w))\n ) {\n if (0 === (64 & w)) {\n v = s[(65535 & v) + (p & ((1 << w) - 1))];\n continue c;\n }\n (a.msg = 'invalid distance code'), (c.mode = d);\n break a;\n }\n if (\n ((y = 65535 & v),\n (w &= 15),\n q < w &&\n ((p += B[f++] << q),\n (q += 8),\n q < w && ((p += B[f++] << q), (q += 8))),\n (y += p & ((1 << w) - 1)),\n y > k)\n ) {\n (a.msg = 'invalid distance too far back'), (c.mode = d);\n break a;\n }\n if (((p >>>= w), (q -= w), (w = h - i), y > w)) {\n if (((w = y - w), w > m && c.sane)) {\n (a.msg = 'invalid distance too far back'), (c.mode = d);\n break a;\n }\n if (((z = 0), (A = o), 0 === n)) {\n if (((z += l - w), w < x)) {\n x -= w;\n do C[h++] = o[z++];\n while (--w);\n (z = h - y), (A = C);\n }\n } else if (n < w) {\n if (((z += l + n - w), (w -= n), w < x)) {\n x -= w;\n do C[h++] = o[z++];\n while (--w);\n if (((z = 0), n < x)) {\n (w = n), (x -= w);\n do C[h++] = o[z++];\n while (--w);\n (z = h - y), (A = C);\n }\n }\n } else if (((z += n - w), w < x)) {\n x -= w;\n do C[h++] = o[z++];\n while (--w);\n (z = h - y), (A = C);\n }\n for (; x > 2; )\n (C[h++] = A[z++]),\n (C[h++] = A[z++]),\n (C[h++] = A[z++]),\n (x -= 3);\n x && ((C[h++] = A[z++]), x > 1 && (C[h++] = A[z++]));\n } else {\n z = h - y;\n do\n (C[h++] = C[z++]),\n (C[h++] = C[z++]),\n (C[h++] = C[z++]),\n (x -= 3);\n while (x > 2);\n x && ((C[h++] = C[z++]), x > 1 && (C[h++] = C[z++]));\n }\n break;\n }\n }\n break;\n }\n } while (f < g && h < j);\n (x = q >> 3),\n (f -= x),\n (q -= x << 3),\n (p &= (1 << q) - 1),\n (a.next_in = f),\n (a.next_out = h),\n (a.avail_in = f < g ? 5 + (g - f) : 5 - (f - g)),\n (a.avail_out = h < j ? 257 + (j - h) : 257 - (h - j)),\n (c.hold = p),\n (c.bits = q);\n };\n },\n {},\n ],\n 70: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n return (\n ((a >>> 24) & 255) +\n ((a >>> 8) & 65280) +\n ((65280 & a) << 8) +\n ((255 & a) << 24)\n );\n }\n function e() {\n (this.mode = 0),\n (this.last = !1),\n (this.wrap = 0),\n (this.havedict = !1),\n (this.flags = 0),\n (this.dmax = 0),\n (this.check = 0),\n (this.total = 0),\n (this.head = null),\n (this.wbits = 0),\n (this.wsize = 0),\n (this.whave = 0),\n (this.wnext = 0),\n (this.window = null),\n (this.hold = 0),\n (this.bits = 0),\n (this.length = 0),\n (this.offset = 0),\n (this.extra = 0),\n (this.lencode = null),\n (this.distcode = null),\n (this.lenbits = 0),\n (this.distbits = 0),\n (this.ncode = 0),\n (this.nlen = 0),\n (this.ndist = 0),\n (this.have = 0),\n (this.next = null),\n (this.lens = new s.Buf16(320)),\n (this.work = new s.Buf16(288)),\n (this.lendyn = null),\n (this.distdyn = null),\n (this.sane = 0),\n (this.back = 0),\n (this.was = 0);\n }\n function f(a) {\n var b;\n return a && a.state\n ? ((b = a.state),\n (a.total_in = a.total_out = b.total = 0),\n (a.msg = ''),\n b.wrap && (a.adler = 1 & b.wrap),\n (b.mode = L),\n (b.last = 0),\n (b.havedict = 0),\n (b.dmax = 32768),\n (b.head = null),\n (b.hold = 0),\n (b.bits = 0),\n (b.lencode = b.lendyn = new s.Buf32(pa)),\n (b.distcode = b.distdyn = new s.Buf32(qa)),\n (b.sane = 1),\n (b.back = -1),\n D)\n : G;\n }\n function g(a) {\n var b;\n return a && a.state\n ? ((b = a.state),\n (b.wsize = 0),\n (b.whave = 0),\n (b.wnext = 0),\n f(a))\n : G;\n }\n function h(a, b) {\n var c, d;\n return a && a.state\n ? ((d = a.state),\n b < 0\n ? ((c = 0), (b = -b))\n : ((c = (b >> 4) + 1), b < 48 && (b &= 15)),\n b && (b < 8 || b > 15)\n ? G\n : (null !== d.window && d.wbits !== b && (d.window = null),\n (d.wrap = c),\n (d.wbits = b),\n g(a)))\n : G;\n }\n function i(a, b) {\n var c, d;\n return a\n ? ((d = new e()),\n (a.state = d),\n (d.window = null),\n (c = h(a, b)),\n c !== D && (a.state = null),\n c)\n : G;\n }\n function j(a) {\n return i(a, sa);\n }\n function k(a) {\n if (ta) {\n var b;\n for (q = new s.Buf32(512), r = new s.Buf32(32), b = 0; b < 144; )\n a.lens[b++] = 8;\n for (; b < 256; ) a.lens[b++] = 9;\n for (; b < 280; ) a.lens[b++] = 7;\n for (; b < 288; ) a.lens[b++] = 8;\n for (\n w(y, a.lens, 0, 288, q, 0, a.work, { bits: 9 }), b = 0;\n b < 32;\n\n )\n a.lens[b++] = 5;\n w(z, a.lens, 0, 32, r, 0, a.work, { bits: 5 }), (ta = !1);\n }\n (a.lencode = q),\n (a.lenbits = 9),\n (a.distcode = r),\n (a.distbits = 5);\n }\n function l(a, b, c, d) {\n var e,\n f = a.state;\n return (\n null === f.window &&\n ((f.wsize = 1 << f.wbits),\n (f.wnext = 0),\n (f.whave = 0),\n (f.window = new s.Buf8(f.wsize))),\n d >= f.wsize\n ? (s.arraySet(f.window, b, c - f.wsize, f.wsize, 0),\n (f.wnext = 0),\n (f.whave = f.wsize))\n : ((e = f.wsize - f.wnext),\n e > d && (e = d),\n s.arraySet(f.window, b, c - d, e, f.wnext),\n (d -= e),\n d\n ? (s.arraySet(f.window, b, c - d, d, 0),\n (f.wnext = d),\n (f.whave = f.wsize))\n : ((f.wnext += e),\n f.wnext === f.wsize && (f.wnext = 0),\n f.whave < f.wsize && (f.whave += e))),\n 0\n );\n }\n function m(a, b) {\n var c,\n e,\n f,\n g,\n h,\n i,\n j,\n m,\n n,\n o,\n p,\n q,\n r,\n pa,\n qa,\n ra,\n sa,\n ta,\n ua,\n va,\n wa,\n xa,\n ya,\n za,\n Aa = 0,\n Ba = new s.Buf8(4),\n Ca = [\n 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1,\n 15,\n ];\n if (!a || !a.state || !a.output || (!a.input && 0 !== a.avail_in))\n return G;\n (c = a.state),\n c.mode === W && (c.mode = X),\n (h = a.next_out),\n (f = a.output),\n (j = a.avail_out),\n (g = a.next_in),\n (e = a.input),\n (i = a.avail_in),\n (m = c.hold),\n (n = c.bits),\n (o = i),\n (p = j),\n (xa = D);\n a: for (;;)\n switch (c.mode) {\n case L:\n if (0 === c.wrap) {\n c.mode = X;\n break;\n }\n for (; n < 16; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (2 & c.wrap && 35615 === m) {\n (c.check = 0),\n (Ba[0] = 255 & m),\n (Ba[1] = (m >>> 8) & 255),\n (c.check = u(c.check, Ba, 2, 0)),\n (m = 0),\n (n = 0),\n (c.mode = M);\n break;\n }\n if (\n ((c.flags = 0),\n c.head && (c.head.done = !1),\n !(1 & c.wrap) || (((255 & m) << 8) + (m >> 8)) % 31)\n ) {\n (a.msg = 'incorrect header check'), (c.mode = ma);\n break;\n }\n if ((15 & m) !== K) {\n (a.msg = 'unknown compression method'), (c.mode = ma);\n break;\n }\n if (\n ((m >>>= 4), (n -= 4), (wa = (15 & m) + 8), 0 === c.wbits)\n )\n c.wbits = wa;\n else if (wa > c.wbits) {\n (a.msg = 'invalid window size'), (c.mode = ma);\n break;\n }\n (c.dmax = 1 << wa),\n (a.adler = c.check = 1),\n (c.mode = 512 & m ? U : W),\n (m = 0),\n (n = 0);\n break;\n case M:\n for (; n < 16; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (((c.flags = m), (255 & c.flags) !== K)) {\n (a.msg = 'unknown compression method'), (c.mode = ma);\n break;\n }\n if (57344 & c.flags) {\n (a.msg = 'unknown header flags set'), (c.mode = ma);\n break;\n }\n c.head && (c.head.text = (m >> 8) & 1),\n 512 & c.flags &&\n ((Ba[0] = 255 & m),\n (Ba[1] = (m >>> 8) & 255),\n (c.check = u(c.check, Ba, 2, 0))),\n (m = 0),\n (n = 0),\n (c.mode = N);\n case N:\n for (; n < 32; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n c.head && (c.head.time = m),\n 512 & c.flags &&\n ((Ba[0] = 255 & m),\n (Ba[1] = (m >>> 8) & 255),\n (Ba[2] = (m >>> 16) & 255),\n (Ba[3] = (m >>> 24) & 255),\n (c.check = u(c.check, Ba, 4, 0))),\n (m = 0),\n (n = 0),\n (c.mode = O);\n case O:\n for (; n < 16; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n c.head && ((c.head.xflags = 255 & m), (c.head.os = m >> 8)),\n 512 & c.flags &&\n ((Ba[0] = 255 & m),\n (Ba[1] = (m >>> 8) & 255),\n (c.check = u(c.check, Ba, 2, 0))),\n (m = 0),\n (n = 0),\n (c.mode = P);\n case P:\n if (1024 & c.flags) {\n for (; n < 16; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (c.length = m),\n c.head && (c.head.extra_len = m),\n 512 & c.flags &&\n ((Ba[0] = 255 & m),\n (Ba[1] = (m >>> 8) & 255),\n (c.check = u(c.check, Ba, 2, 0))),\n (m = 0),\n (n = 0);\n } else c.head && (c.head.extra = null);\n c.mode = Q;\n case Q:\n if (\n 1024 & c.flags &&\n ((q = c.length),\n q > i && (q = i),\n q &&\n (c.head &&\n ((wa = c.head.extra_len - c.length),\n c.head.extra ||\n (c.head.extra = new Array(c.head.extra_len)),\n s.arraySet(c.head.extra, e, g, q, wa)),\n 512 & c.flags && (c.check = u(c.check, e, q, g)),\n (i -= q),\n (g += q),\n (c.length -= q)),\n c.length)\n )\n break a;\n (c.length = 0), (c.mode = R);\n case R:\n if (2048 & c.flags) {\n if (0 === i) break a;\n q = 0;\n do\n (wa = e[g + q++]),\n c.head &&\n wa &&\n c.length < 65536 &&\n (c.head.name += String.fromCharCode(wa));\n while (wa && q < i);\n if (\n (512 & c.flags && (c.check = u(c.check, e, q, g)),\n (i -= q),\n (g += q),\n wa)\n )\n break a;\n } else c.head && (c.head.name = null);\n (c.length = 0), (c.mode = S);\n case S:\n if (4096 & c.flags) {\n if (0 === i) break a;\n q = 0;\n do\n (wa = e[g + q++]),\n c.head &&\n wa &&\n c.length < 65536 &&\n (c.head.comment += String.fromCharCode(wa));\n while (wa && q < i);\n if (\n (512 & c.flags && (c.check = u(c.check, e, q, g)),\n (i -= q),\n (g += q),\n wa)\n )\n break a;\n } else c.head && (c.head.comment = null);\n c.mode = T;\n case T:\n if (512 & c.flags) {\n for (; n < 16; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (m !== (65535 & c.check)) {\n (a.msg = 'header crc mismatch'), (c.mode = ma);\n break;\n }\n (m = 0), (n = 0);\n }\n c.head &&\n ((c.head.hcrc = (c.flags >> 9) & 1), (c.head.done = !0)),\n (a.adler = c.check = 0),\n (c.mode = W);\n break;\n case U:\n for (; n < 32; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (a.adler = c.check = d(m)), (m = 0), (n = 0), (c.mode = V);\n case V:\n if (0 === c.havedict)\n return (\n (a.next_out = h),\n (a.avail_out = j),\n (a.next_in = g),\n (a.avail_in = i),\n (c.hold = m),\n (c.bits = n),\n F\n );\n (a.adler = c.check = 1), (c.mode = W);\n case W:\n if (b === B || b === C) break a;\n case X:\n if (c.last) {\n (m >>>= 7 & n), (n -= 7 & n), (c.mode = ja);\n break;\n }\n for (; n < 3; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n switch (((c.last = 1 & m), (m >>>= 1), (n -= 1), 3 & m)) {\n case 0:\n c.mode = Y;\n break;\n case 1:\n if ((k(c), (c.mode = ca), b === C)) {\n (m >>>= 2), (n -= 2);\n break a;\n }\n break;\n case 2:\n c.mode = _;\n break;\n case 3:\n (a.msg = 'invalid block type'), (c.mode = ma);\n }\n (m >>>= 2), (n -= 2);\n break;\n case Y:\n for (m >>>= 7 & n, n -= 7 & n; n < 32; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if ((65535 & m) !== ((m >>> 16) ^ 65535)) {\n (a.msg = 'invalid stored block lengths'), (c.mode = ma);\n break;\n }\n if (\n ((c.length = 65535 & m),\n (m = 0),\n (n = 0),\n (c.mode = Z),\n b === C)\n )\n break a;\n case Z:\n c.mode = $;\n case $:\n if ((q = c.length)) {\n if ((q > i && (q = i), q > j && (q = j), 0 === q)) break a;\n s.arraySet(f, e, g, q, h),\n (i -= q),\n (g += q),\n (j -= q),\n (h += q),\n (c.length -= q);\n break;\n }\n c.mode = W;\n break;\n case _:\n for (; n < 14; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (\n ((c.nlen = (31 & m) + 257),\n (m >>>= 5),\n (n -= 5),\n (c.ndist = (31 & m) + 1),\n (m >>>= 5),\n (n -= 5),\n (c.ncode = (15 & m) + 4),\n (m >>>= 4),\n (n -= 4),\n c.nlen > 286 || c.ndist > 30)\n ) {\n (a.msg = 'too many length or distance symbols'),\n (c.mode = ma);\n break;\n }\n (c.have = 0), (c.mode = aa);\n case aa:\n for (; c.have < c.ncode; ) {\n for (; n < 3; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (c.lens[Ca[c.have++]] = 7 & m), (m >>>= 3), (n -= 3);\n }\n for (; c.have < 19; ) c.lens[Ca[c.have++]] = 0;\n if (\n ((c.lencode = c.lendyn),\n (c.lenbits = 7),\n (ya = { bits: c.lenbits }),\n (xa = w(x, c.lens, 0, 19, c.lencode, 0, c.work, ya)),\n (c.lenbits = ya.bits),\n xa)\n ) {\n (a.msg = 'invalid code lengths set'), (c.mode = ma);\n break;\n }\n (c.have = 0), (c.mode = ba);\n case ba:\n for (; c.have < c.nlen + c.ndist; ) {\n for (\n ;\n (Aa = c.lencode[m & ((1 << c.lenbits) - 1)]),\n (qa = Aa >>> 24),\n (ra = (Aa >>> 16) & 255),\n (sa = 65535 & Aa),\n !(qa <= n);\n\n ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (sa < 16)\n (m >>>= qa), (n -= qa), (c.lens[c.have++] = sa);\n else {\n if (16 === sa) {\n for (za = qa + 2; n < za; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (((m >>>= qa), (n -= qa), 0 === c.have)) {\n (a.msg = 'invalid bit length repeat'), (c.mode = ma);\n break;\n }\n (wa = c.lens[c.have - 1]),\n (q = 3 + (3 & m)),\n (m >>>= 2),\n (n -= 2);\n } else if (17 === sa) {\n for (za = qa + 3; n < za; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (m >>>= qa),\n (n -= qa),\n (wa = 0),\n (q = 3 + (7 & m)),\n (m >>>= 3),\n (n -= 3);\n } else {\n for (za = qa + 7; n < za; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (m >>>= qa),\n (n -= qa),\n (wa = 0),\n (q = 11 + (127 & m)),\n (m >>>= 7),\n (n -= 7);\n }\n if (c.have + q > c.nlen + c.ndist) {\n (a.msg = 'invalid bit length repeat'), (c.mode = ma);\n break;\n }\n for (; q--; ) c.lens[c.have++] = wa;\n }\n }\n if (c.mode === ma) break;\n if (0 === c.lens[256]) {\n (a.msg = 'invalid code -- missing end-of-block'),\n (c.mode = ma);\n break;\n }\n if (\n ((c.lenbits = 9),\n (ya = { bits: c.lenbits }),\n (xa = w(y, c.lens, 0, c.nlen, c.lencode, 0, c.work, ya)),\n (c.lenbits = ya.bits),\n xa)\n ) {\n (a.msg = 'invalid literal/lengths set'), (c.mode = ma);\n break;\n }\n if (\n ((c.distbits = 6),\n (c.distcode = c.distdyn),\n (ya = { bits: c.distbits }),\n (xa = w(\n z,\n c.lens,\n c.nlen,\n c.ndist,\n c.distcode,\n 0,\n c.work,\n ya\n )),\n (c.distbits = ya.bits),\n xa)\n ) {\n (a.msg = 'invalid distances set'), (c.mode = ma);\n break;\n }\n if (((c.mode = ca), b === C)) break a;\n case ca:\n c.mode = da;\n case da:\n if (i >= 6 && j >= 258) {\n (a.next_out = h),\n (a.avail_out = j),\n (a.next_in = g),\n (a.avail_in = i),\n (c.hold = m),\n (c.bits = n),\n v(a, p),\n (h = a.next_out),\n (f = a.output),\n (j = a.avail_out),\n (g = a.next_in),\n (e = a.input),\n (i = a.avail_in),\n (m = c.hold),\n (n = c.bits),\n c.mode === W && (c.back = -1);\n break;\n }\n for (\n c.back = 0;\n (Aa = c.lencode[m & ((1 << c.lenbits) - 1)]),\n (qa = Aa >>> 24),\n (ra = (Aa >>> 16) & 255),\n (sa = 65535 & Aa),\n !(qa <= n);\n\n ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (ra && 0 === (240 & ra)) {\n for (\n ta = qa, ua = ra, va = sa;\n (Aa =\n c.lencode[va + ((m & ((1 << (ta + ua)) - 1)) >> ta)]),\n (qa = Aa >>> 24),\n (ra = (Aa >>> 16) & 255),\n (sa = 65535 & Aa),\n !(ta + qa <= n);\n\n ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (m >>>= ta), (n -= ta), (c.back += ta);\n }\n if (\n ((m >>>= qa),\n (n -= qa),\n (c.back += qa),\n (c.length = sa),\n 0 === ra)\n ) {\n c.mode = ia;\n break;\n }\n if (32 & ra) {\n (c.back = -1), (c.mode = W);\n break;\n }\n if (64 & ra) {\n (a.msg = 'invalid literal/length code'), (c.mode = ma);\n break;\n }\n (c.extra = 15 & ra), (c.mode = ea);\n case ea:\n if (c.extra) {\n for (za = c.extra; n < za; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (c.length += m & ((1 << c.extra) - 1)),\n (m >>>= c.extra),\n (n -= c.extra),\n (c.back += c.extra);\n }\n (c.was = c.length), (c.mode = fa);\n case fa:\n for (\n ;\n (Aa = c.distcode[m & ((1 << c.distbits) - 1)]),\n (qa = Aa >>> 24),\n (ra = (Aa >>> 16) & 255),\n (sa = 65535 & Aa),\n !(qa <= n);\n\n ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (0 === (240 & ra)) {\n for (\n ta = qa, ua = ra, va = sa;\n (Aa =\n c.distcode[va + ((m & ((1 << (ta + ua)) - 1)) >> ta)]),\n (qa = Aa >>> 24),\n (ra = (Aa >>> 16) & 255),\n (sa = 65535 & Aa),\n !(ta + qa <= n);\n\n ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (m >>>= ta), (n -= ta), (c.back += ta);\n }\n if (((m >>>= qa), (n -= qa), (c.back += qa), 64 & ra)) {\n (a.msg = 'invalid distance code'), (c.mode = ma);\n break;\n }\n (c.offset = sa), (c.extra = 15 & ra), (c.mode = ga);\n case ga:\n if (c.extra) {\n for (za = c.extra; n < za; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n (c.offset += m & ((1 << c.extra) - 1)),\n (m >>>= c.extra),\n (n -= c.extra),\n (c.back += c.extra);\n }\n if (c.offset > c.dmax) {\n (a.msg = 'invalid distance too far back'), (c.mode = ma);\n break;\n }\n c.mode = ha;\n case ha:\n if (0 === j) break a;\n if (((q = p - j), c.offset > q)) {\n if (((q = c.offset - q), q > c.whave && c.sane)) {\n (a.msg = 'invalid distance too far back'), (c.mode = ma);\n break;\n }\n q > c.wnext\n ? ((q -= c.wnext), (r = c.wsize - q))\n : (r = c.wnext - q),\n q > c.length && (q = c.length),\n (pa = c.window);\n } else (pa = f), (r = h - c.offset), (q = c.length);\n q > j && (q = j), (j -= q), (c.length -= q);\n do f[h++] = pa[r++];\n while (--q);\n 0 === c.length && (c.mode = da);\n break;\n case ia:\n if (0 === j) break a;\n (f[h++] = c.length), j--, (c.mode = da);\n break;\n case ja:\n if (c.wrap) {\n for (; n < 32; ) {\n if (0 === i) break a;\n i--, (m |= e[g++] << n), (n += 8);\n }\n if (\n ((p -= j),\n (a.total_out += p),\n (c.total += p),\n p &&\n (a.adler = c.check =\n c.flags\n ? u(c.check, f, p, h - p)\n : t(c.check, f, p, h - p)),\n (p = j),\n (c.flags ? m : d(m)) !== c.check)\n ) {\n (a.msg = 'incorrect data check'), (c.mode = ma);\n break;\n }\n (m = 0), (n = 0);\n }\n c.mode = ka;\n case ka:\n if (c.wrap && c.flags) {\n for (; n < 32; ) {\n if (0 === i) break a;\n i--, (m += e[g++] << n), (n += 8);\n }\n if (m !== (4294967295 & c.total)) {\n (a.msg = 'incorrect length check'), (c.mode = ma);\n break;\n }\n (m = 0), (n = 0);\n }\n c.mode = la;\n case la:\n xa = E;\n break a;\n case ma:\n xa = H;\n break a;\n case na:\n return I;\n case oa:\n default:\n return G;\n }\n return (\n (a.next_out = h),\n (a.avail_out = j),\n (a.next_in = g),\n (a.avail_in = i),\n (c.hold = m),\n (c.bits = n),\n (c.wsize ||\n (p !== a.avail_out &&\n c.mode < ma &&\n (c.mode < ja || b !== A))) &&\n l(a, a.output, a.next_out, p - a.avail_out)\n ? ((c.mode = na), I)\n : ((o -= a.avail_in),\n (p -= a.avail_out),\n (a.total_in += o),\n (a.total_out += p),\n (c.total += p),\n c.wrap &&\n p &&\n (a.adler = c.check =\n c.flags\n ? u(c.check, f, p, a.next_out - p)\n : t(c.check, f, p, a.next_out - p)),\n (a.data_type =\n c.bits +\n (c.last ? 64 : 0) +\n (c.mode === W ? 128 : 0) +\n (c.mode === ca || c.mode === Z ? 256 : 0)),\n ((0 === o && 0 === p) || b === A) && xa === D && (xa = J),\n xa)\n );\n }\n function n(a) {\n if (!a || !a.state) return G;\n var b = a.state;\n return b.window && (b.window = null), (a.state = null), D;\n }\n function o(a, b) {\n var c;\n return a && a.state\n ? ((c = a.state),\n 0 === (2 & c.wrap) ? G : ((c.head = b), (b.done = !1), D))\n : G;\n }\n function p(a, b) {\n var c,\n d,\n e,\n f = b.length;\n return a && a.state\n ? ((c = a.state),\n 0 !== c.wrap && c.mode !== V\n ? G\n : c.mode === V &&\n ((d = 1), (d = t(d, b, f, 0)), d !== c.check)\n ? H\n : (e = l(a, b, f, f))\n ? ((c.mode = na), I)\n : ((c.havedict = 1), D))\n : G;\n }\n var q,\n r,\n s = a('../utils/common'),\n t = a('./adler32'),\n u = a('./crc32'),\n v = a('./inffast'),\n w = a('./inftrees'),\n x = 0,\n y = 1,\n z = 2,\n A = 4,\n B = 5,\n C = 6,\n D = 0,\n E = 1,\n F = 2,\n G = -2,\n H = -3,\n I = -4,\n J = -5,\n K = 8,\n L = 1,\n M = 2,\n N = 3,\n O = 4,\n P = 5,\n Q = 6,\n R = 7,\n S = 8,\n T = 9,\n U = 10,\n V = 11,\n W = 12,\n X = 13,\n Y = 14,\n Z = 15,\n $ = 16,\n _ = 17,\n aa = 18,\n ba = 19,\n ca = 20,\n da = 21,\n ea = 22,\n fa = 23,\n ga = 24,\n ha = 25,\n ia = 26,\n ja = 27,\n ka = 28,\n la = 29,\n ma = 30,\n na = 31,\n oa = 32,\n pa = 852,\n qa = 592,\n ra = 15,\n sa = ra,\n ta = !0;\n (c.inflateReset = g),\n (c.inflateReset2 = h),\n (c.inflateResetKeep = f),\n (c.inflateInit = j),\n (c.inflateInit2 = i),\n (c.inflate = m),\n (c.inflateEnd = n),\n (c.inflateGetHeader = o),\n (c.inflateSetDictionary = p),\n (c.inflateInfo = 'pako inflate (from Nodeca project)');\n },\n {\n '../utils/common': 62,\n './adler32': 64,\n './crc32': 66,\n './inffast': 69,\n './inftrees': 71,\n },\n ],\n 71: [\n function (a, b, c) {\n 'use strict';\n var d = a('../utils/common'),\n e = 15,\n f = 852,\n g = 592,\n h = 0,\n i = 1,\n j = 2,\n k = [\n 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43,\n 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0,\n ],\n l = [\n 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18,\n 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78,\n ],\n m = [\n 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257,\n 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289,\n 16385, 24577, 0, 0,\n ],\n n = [\n 16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22,\n 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64,\n ];\n b.exports = function (a, b, c, o, p, q, r, s) {\n var t,\n u,\n v,\n w,\n x,\n y,\n z,\n A,\n B,\n C = s.bits,\n D = 0,\n E = 0,\n F = 0,\n G = 0,\n H = 0,\n I = 0,\n J = 0,\n K = 0,\n L = 0,\n M = 0,\n N = null,\n O = 0,\n P = new d.Buf16(e + 1),\n Q = new d.Buf16(e + 1),\n R = null,\n S = 0;\n for (D = 0; D <= e; D++) P[D] = 0;\n for (E = 0; E < o; E++) P[b[c + E]]++;\n for (H = C, G = e; G >= 1 && 0 === P[G]; G--);\n if ((H > G && (H = G), 0 === G))\n return (p[q++] = 20971520), (p[q++] = 20971520), (s.bits = 1), 0;\n for (F = 1; F < G && 0 === P[F]; F++);\n for (H < F && (H = F), K = 1, D = 1; D <= e; D++)\n if (((K <<= 1), (K -= P[D]), K < 0)) return -1;\n if (K > 0 && (a === h || 1 !== G)) return -1;\n for (Q[1] = 0, D = 1; D < e; D++) Q[D + 1] = Q[D] + P[D];\n for (E = 0; E < o; E++) 0 !== b[c + E] && (r[Q[b[c + E]]++] = E);\n if (\n (a === h\n ? ((N = R = r), (y = 19))\n : a === i\n ? ((N = k), (O -= 257), (R = l), (S -= 257), (y = 256))\n : ((N = m), (R = n), (y = -1)),\n (M = 0),\n (E = 0),\n (D = F),\n (x = q),\n (I = H),\n (J = 0),\n (v = -1),\n (L = 1 << H),\n (w = L - 1),\n (a === i && L > f) || (a === j && L > g))\n )\n return 1;\n for (;;) {\n (z = D - J),\n r[E] < y\n ? ((A = 0), (B = r[E]))\n : r[E] > y\n ? ((A = R[S + r[E]]), (B = N[O + r[E]]))\n : ((A = 96), (B = 0)),\n (t = 1 << (D - J)),\n (u = 1 << I),\n (F = u);\n do\n (u -= t), (p[x + (M >> J) + u] = (z << 24) | (A << 16) | B | 0);\n while (0 !== u);\n for (t = 1 << (D - 1); M & t; ) t >>= 1;\n if (\n (0 !== t ? ((M &= t - 1), (M += t)) : (M = 0),\n E++,\n 0 === --P[D])\n ) {\n if (D === G) break;\n D = b[c + r[E]];\n }\n if (D > H && (M & w) !== v) {\n for (\n 0 === J && (J = H), x += F, I = D - J, K = 1 << I;\n I + J < G && ((K -= P[I + J]), !(K <= 0));\n\n )\n I++, (K <<= 1);\n if (((L += 1 << I), (a === i && L > f) || (a === j && L > g)))\n return 1;\n (v = M & w), (p[v] = (H << 24) | (I << 16) | (x - q) | 0);\n }\n }\n return (\n 0 !== M && (p[x + M] = ((D - J) << 24) | (64 << 16) | 0),\n (s.bits = H),\n 0\n );\n };\n },\n { '../utils/common': 62 },\n ],\n 72: [\n function (a, b, c) {\n 'use strict';\n b.exports = {\n 2: 'need dictionary',\n 1: 'stream end',\n 0: '',\n '-1': 'file error',\n '-2': 'stream error',\n '-3': 'data error',\n '-4': 'insufficient memory',\n '-5': 'buffer error',\n '-6': 'incompatible version',\n };\n },\n {},\n ],\n 73: [\n function (a, b, c) {\n 'use strict';\n function d(a) {\n for (var b = a.length; --b >= 0; ) a[b] = 0;\n }\n function e(a, b, c, d, e) {\n (this.static_tree = a),\n (this.extra_bits = b),\n (this.extra_base = c),\n (this.elems = d),\n (this.max_length = e),\n (this.has_stree = a && a.length);\n }\n function f(a, b) {\n (this.dyn_tree = a), (this.max_code = 0), (this.stat_desc = b);\n }\n function g(a) {\n return a < 256 ? ia[a] : ia[256 + (a >>> 7)];\n }\n function h(a, b) {\n (a.pending_buf[a.pending++] = 255 & b),\n (a.pending_buf[a.pending++] = (b >>> 8) & 255);\n }\n function i(a, b, c) {\n a.bi_valid > X - c\n ? ((a.bi_buf |= (b << a.bi_valid) & 65535),\n h(a, a.bi_buf),\n (a.bi_buf = b >> (X - a.bi_valid)),\n (a.bi_valid += c - X))\n : ((a.bi_buf |= (b << a.bi_valid) & 65535), (a.bi_valid += c));\n }\n function j(a, b, c) {\n i(a, c[2 * b], c[2 * b + 1]);\n }\n function k(a, b) {\n var c = 0;\n do (c |= 1 & a), (a >>>= 1), (c <<= 1);\n while (--b > 0);\n return c >>> 1;\n }\n function l(a) {\n 16 === a.bi_valid\n ? (h(a, a.bi_buf), (a.bi_buf = 0), (a.bi_valid = 0))\n : a.bi_valid >= 8 &&\n ((a.pending_buf[a.pending++] = 255 & a.bi_buf),\n (a.bi_buf >>= 8),\n (a.bi_valid -= 8));\n }\n function m(a, b) {\n var c,\n d,\n e,\n f,\n g,\n h,\n i = b.dyn_tree,\n j = b.max_code,\n k = b.stat_desc.static_tree,\n l = b.stat_desc.has_stree,\n m = b.stat_desc.extra_bits,\n n = b.stat_desc.extra_base,\n o = b.stat_desc.max_length,\n p = 0;\n for (f = 0; f <= W; f++) a.bl_count[f] = 0;\n for (\n i[2 * a.heap[a.heap_max] + 1] = 0, c = a.heap_max + 1;\n c < V;\n c++\n )\n (d = a.heap[c]),\n (f = i[2 * i[2 * d + 1] + 1] + 1),\n f > o && ((f = o), p++),\n (i[2 * d + 1] = f),\n d > j ||\n (a.bl_count[f]++,\n (g = 0),\n d >= n && (g = m[d - n]),\n (h = i[2 * d]),\n (a.opt_len += h * (f + g)),\n l && (a.static_len += h * (k[2 * d + 1] + g)));\n if (0 !== p) {\n do {\n for (f = o - 1; 0 === a.bl_count[f]; ) f--;\n a.bl_count[f]--,\n (a.bl_count[f + 1] += 2),\n a.bl_count[o]--,\n (p -= 2);\n } while (p > 0);\n for (f = o; 0 !== f; f--)\n for (d = a.bl_count[f]; 0 !== d; )\n (e = a.heap[--c]),\n e > j ||\n (i[2 * e + 1] !== f &&\n ((a.opt_len += (f - i[2 * e + 1]) * i[2 * e]),\n (i[2 * e + 1] = f)),\n d--);\n }\n }\n function n(a, b, c) {\n var d,\n e,\n f = new Array(W + 1),\n g = 0;\n for (d = 1; d <= W; d++) f[d] = g = (g + c[d - 1]) << 1;\n for (e = 0; e <= b; e++) {\n var h = a[2 * e + 1];\n 0 !== h && (a[2 * e] = k(f[h]++, h));\n }\n }\n function o() {\n var a,\n b,\n c,\n d,\n f,\n g = new Array(W + 1);\n for (c = 0, d = 0; d < Q - 1; d++)\n for (ka[d] = c, a = 0; a < 1 << ba[d]; a++) ja[c++] = d;\n for (ja[c - 1] = d, f = 0, d = 0; d < 16; d++)\n for (la[d] = f, a = 0; a < 1 << ca[d]; a++) ia[f++] = d;\n for (f >>= 7; d < T; d++)\n for (la[d] = f << 7, a = 0; a < 1 << (ca[d] - 7); a++)\n ia[256 + f++] = d;\n for (b = 0; b <= W; b++) g[b] = 0;\n for (a = 0; a <= 143; ) (ga[2 * a + 1] = 8), a++, g[8]++;\n for (; a <= 255; ) (ga[2 * a + 1] = 9), a++, g[9]++;\n for (; a <= 279; ) (ga[2 * a + 1] = 7), a++, g[7]++;\n for (; a <= 287; ) (ga[2 * a + 1] = 8), a++, g[8]++;\n for (n(ga, S + 1, g), a = 0; a < T; a++)\n (ha[2 * a + 1] = 5), (ha[2 * a] = k(a, 5));\n (ma = new e(ga, ba, R + 1, S, W)),\n (na = new e(ha, ca, 0, T, W)),\n (oa = new e(new Array(0), da, 0, U, Y));\n }\n function p(a) {\n var b;\n for (b = 0; b < S; b++) a.dyn_ltree[2 * b] = 0;\n for (b = 0; b < T; b++) a.dyn_dtree[2 * b] = 0;\n for (b = 0; b < U; b++) a.bl_tree[2 * b] = 0;\n (a.dyn_ltree[2 * Z] = 1),\n (a.opt_len = a.static_len = 0),\n (a.last_lit = a.matches = 0);\n }\n function q(a) {\n a.bi_valid > 8\n ? h(a, a.bi_buf)\n : a.bi_valid > 0 && (a.pending_buf[a.pending++] = a.bi_buf),\n (a.bi_buf = 0),\n (a.bi_valid = 0);\n }\n function r(a, b, c, d) {\n q(a),\n d && (h(a, c), h(a, ~c)),\n G.arraySet(a.pending_buf, a.window, b, c, a.pending),\n (a.pending += c);\n }\n function s(a, b, c, d) {\n var e = 2 * b,\n f = 2 * c;\n return a[e] < a[f] || (a[e] === a[f] && d[b] <= d[c]);\n }\n function t(a, b, c) {\n for (\n var d = a.heap[c], e = c << 1;\n e <= a.heap_len &&\n (e < a.heap_len && s(b, a.heap[e + 1], a.heap[e], a.depth) && e++,\n !s(b, d, a.heap[e], a.depth));\n\n )\n (a.heap[c] = a.heap[e]), (c = e), (e <<= 1);\n a.heap[c] = d;\n }\n function u(a, b, c) {\n var d,\n e,\n f,\n h,\n k = 0;\n if (0 !== a.last_lit)\n do\n (d =\n (a.pending_buf[a.d_buf + 2 * k] << 8) |\n a.pending_buf[a.d_buf + 2 * k + 1]),\n (e = a.pending_buf[a.l_buf + k]),\n k++,\n 0 === d\n ? j(a, e, b)\n : ((f = ja[e]),\n j(a, f + R + 1, b),\n (h = ba[f]),\n 0 !== h && ((e -= ka[f]), i(a, e, h)),\n d--,\n (f = g(d)),\n j(a, f, c),\n (h = ca[f]),\n 0 !== h && ((d -= la[f]), i(a, d, h)));\n while (k < a.last_lit);\n j(a, Z, b);\n }\n function v(a, b) {\n var c,\n d,\n e,\n f = b.dyn_tree,\n g = b.stat_desc.static_tree,\n h = b.stat_desc.has_stree,\n i = b.stat_desc.elems,\n j = -1;\n for (a.heap_len = 0, a.heap_max = V, c = 0; c < i; c++)\n 0 !== f[2 * c]\n ? ((a.heap[++a.heap_len] = j = c), (a.depth[c] = 0))\n : (f[2 * c + 1] = 0);\n for (; a.heap_len < 2; )\n (e = a.heap[++a.heap_len] = j < 2 ? ++j : 0),\n (f[2 * e] = 1),\n (a.depth[e] = 0),\n a.opt_len--,\n h && (a.static_len -= g[2 * e + 1]);\n for (b.max_code = j, c = a.heap_len >> 1; c >= 1; c--) t(a, f, c);\n e = i;\n do\n (c = a.heap[1]),\n (a.heap[1] = a.heap[a.heap_len--]),\n t(a, f, 1),\n (d = a.heap[1]),\n (a.heap[--a.heap_max] = c),\n (a.heap[--a.heap_max] = d),\n (f[2 * e] = f[2 * c] + f[2 * d]),\n (a.depth[e] =\n (a.depth[c] >= a.depth[d] ? a.depth[c] : a.depth[d]) + 1),\n (f[2 * c + 1] = f[2 * d + 1] = e),\n (a.heap[1] = e++),\n t(a, f, 1);\n while (a.heap_len >= 2);\n (a.heap[--a.heap_max] = a.heap[1]), m(a, b), n(f, j, a.bl_count);\n }\n function w(a, b, c) {\n var d,\n e,\n f = -1,\n g = b[1],\n h = 0,\n i = 7,\n j = 4;\n for (\n 0 === g && ((i = 138), (j = 3)),\n b[2 * (c + 1) + 1] = 65535,\n d = 0;\n d <= c;\n d++\n )\n (e = g),\n (g = b[2 * (d + 1) + 1]),\n (++h < i && e === g) ||\n (h < j\n ? (a.bl_tree[2 * e] += h)\n : 0 !== e\n ? (e !== f && a.bl_tree[2 * e]++, a.bl_tree[2 * $]++)\n : h <= 10\n ? a.bl_tree[2 * _]++\n : a.bl_tree[2 * aa]++,\n (h = 0),\n (f = e),\n 0 === g\n ? ((i = 138), (j = 3))\n : e === g\n ? ((i = 6), (j = 3))\n : ((i = 7), (j = 4)));\n }\n function x(a, b, c) {\n var d,\n e,\n f = -1,\n g = b[1],\n h = 0,\n k = 7,\n l = 4;\n for (0 === g && ((k = 138), (l = 3)), d = 0; d <= c; d++)\n if (((e = g), (g = b[2 * (d + 1) + 1]), !(++h < k && e === g))) {\n if (h < l) {\n do j(a, e, a.bl_tree);\n while (0 !== --h);\n } else\n 0 !== e\n ? (e !== f && (j(a, e, a.bl_tree), h--),\n j(a, $, a.bl_tree),\n i(a, h - 3, 2))\n : h <= 10\n ? (j(a, _, a.bl_tree), i(a, h - 3, 3))\n : (j(a, aa, a.bl_tree), i(a, h - 11, 7));\n (h = 0),\n (f = e),\n 0 === g\n ? ((k = 138), (l = 3))\n : e === g\n ? ((k = 6), (l = 3))\n : ((k = 7), (l = 4));\n }\n }\n function y(a) {\n var b;\n for (\n w(a, a.dyn_ltree, a.l_desc.max_code),\n w(a, a.dyn_dtree, a.d_desc.max_code),\n v(a, a.bl_desc),\n b = U - 1;\n b >= 3 && 0 === a.bl_tree[2 * ea[b] + 1];\n b--\n );\n return (a.opt_len += 3 * (b + 1) + 5 + 5 + 4), b;\n }\n function z(a, b, c, d) {\n var e;\n for (\n i(a, b - 257, 5), i(a, c - 1, 5), i(a, d - 4, 4), e = 0;\n e < d;\n e++\n )\n i(a, a.bl_tree[2 * ea[e] + 1], 3);\n x(a, a.dyn_ltree, b - 1), x(a, a.dyn_dtree, c - 1);\n }\n function A(a) {\n var b,\n c = 4093624447;\n for (b = 0; b <= 31; b++, c >>>= 1)\n if (1 & c && 0 !== a.dyn_ltree[2 * b]) return I;\n if (\n 0 !== a.dyn_ltree[18] ||\n 0 !== a.dyn_ltree[20] ||\n 0 !== a.dyn_ltree[26]\n )\n return J;\n for (b = 32; b < R; b++) if (0 !== a.dyn_ltree[2 * b]) return J;\n return I;\n }\n function B(a) {\n pa || (o(), (pa = !0)),\n (a.l_desc = new f(a.dyn_ltree, ma)),\n (a.d_desc = new f(a.dyn_dtree, na)),\n (a.bl_desc = new f(a.bl_tree, oa)),\n (a.bi_buf = 0),\n (a.bi_valid = 0),\n p(a);\n }\n function C(a, b, c, d) {\n i(a, (L << 1) + (d ? 1 : 0), 3), r(a, b, c, !0);\n }\n function D(a) {\n i(a, M << 1, 3), j(a, Z, ga), l(a);\n }\n function E(a, b, c, d) {\n var e,\n f,\n g = 0;\n a.level > 0\n ? (a.strm.data_type === K && (a.strm.data_type = A(a)),\n v(a, a.l_desc),\n v(a, a.d_desc),\n (g = y(a)),\n (e = (a.opt_len + 3 + 7) >>> 3),\n (f = (a.static_len + 3 + 7) >>> 3),\n f <= e && (e = f))\n : (e = f = c + 5),\n c + 4 <= e && b !== -1\n ? C(a, b, c, d)\n : a.strategy === H || f === e\n ? (i(a, (M << 1) + (d ? 1 : 0), 3), u(a, ga, ha))\n : (i(a, (N << 1) + (d ? 1 : 0), 3),\n z(a, a.l_desc.max_code + 1, a.d_desc.max_code + 1, g + 1),\n u(a, a.dyn_ltree, a.dyn_dtree)),\n p(a),\n d && q(a);\n }\n function F(a, b, c) {\n return (\n (a.pending_buf[a.d_buf + 2 * a.last_lit] = (b >>> 8) & 255),\n (a.pending_buf[a.d_buf + 2 * a.last_lit + 1] = 255 & b),\n (a.pending_buf[a.l_buf + a.last_lit] = 255 & c),\n a.last_lit++,\n 0 === b\n ? a.dyn_ltree[2 * c]++\n : (a.matches++,\n b--,\n a.dyn_ltree[2 * (ja[c] + R + 1)]++,\n a.dyn_dtree[2 * g(b)]++),\n a.last_lit === a.lit_bufsize - 1\n );\n }\n var G = a('../utils/common'),\n H = 4,\n I = 0,\n J = 1,\n K = 2,\n L = 0,\n M = 1,\n N = 2,\n O = 3,\n P = 258,\n Q = 29,\n R = 256,\n S = R + 1 + Q,\n T = 30,\n U = 19,\n V = 2 * S + 1,\n W = 15,\n X = 16,\n Y = 7,\n Z = 256,\n $ = 16,\n _ = 17,\n aa = 18,\n ba = [\n 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4,\n 4, 4, 5, 5, 5, 5, 0,\n ],\n ca = [\n 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,\n 10, 10, 11, 11, 12, 12, 13, 13,\n ],\n da = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7],\n ea = [\n 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15,\n ],\n fa = 512,\n ga = new Array(2 * (S + 2));\n d(ga);\n var ha = new Array(2 * T);\n d(ha);\n var ia = new Array(fa);\n d(ia);\n var ja = new Array(P - O + 1);\n d(ja);\n var ka = new Array(Q);\n d(ka);\n var la = new Array(T);\n d(la);\n var ma,\n na,\n oa,\n pa = !1;\n (c._tr_init = B),\n (c._tr_stored_block = C),\n (c._tr_flush_block = E),\n (c._tr_tally = F),\n (c._tr_align = D);\n },\n { '../utils/common': 62 },\n ],\n 74: [\n function (a, b, c) {\n 'use strict';\n function d() {\n (this.input = null),\n (this.next_in = 0),\n (this.avail_in = 0),\n (this.total_in = 0),\n (this.output = null),\n (this.next_out = 0),\n (this.avail_out = 0),\n (this.total_out = 0),\n (this.msg = ''),\n (this.state = null),\n (this.data_type = 2),\n (this.adler = 0);\n }\n b.exports = d;\n },\n {},\n ],\n },\n {},\n [10]\n )(10);\n});\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=jszip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jszip.d.ts","sourceRoot":"","sources":["../../../../src/scripts/jszip.ts"],"names":[],"mappings":";AAIA,wBA8+ME"}
|