@zip.js/zip.js
Advanced tools
Comparing version
@@ -1,1 +0,1 @@ | ||
!function(){"use strict";const t=[];for(let e=0;e<256;e++){let n=e;for(let t=0;t<8;t++)1&n?n=n>>>1^3988292384:n>>>=1;t[e]=n}class e{constructor(t){this.crc=t||-1}append(e){let n=0|this.crc;for(let s=0,r=0|e.length;s<r;s++)n=n>>>8^t[255&(n^e[s])];this.crc=n}get(){return~this.crc}}const n={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const s=t[t.length-1],r=n.getPartial(s);return 32===r?t.concat(e):n._shiftRight(e,r,0|s,t.slice(0,t.length-1))},bitLength(t){const e=t.length;if(0===e)return 0;const s=t[e-1];return 32*(e-1)+n.getPartial(s)},clamp(t,e){if(32*t.length<e)return t;const s=(t=t.slice(0,Math.ceil(e/32))).length;return e&=31,s>0&&e&&(t[s-1]=n.partial(e,t[s-1]&2147483648>>e-1,1)),t},partial:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,getPartial:t=>Math.round(t/1099511627776)||32,_shiftRight(t,e,s,r){for(void 0===r&&(r=[]);e>=32;e-=32)r.push(s),s=0;if(0===e)return r.concat(t);for(let n=0;n<t.length;n++)r.push(s|t[n]>>>e),s=t[n]<<32-e;const a=t.length?t[t.length-1]:0,i=n.getPartial(a);return r.push(n.partial(e+i&31,e+i>32?s:r.pop(),1)),r}},s={bytes:{fromBits(t){const e=n.bitLength(t)/8,s=new Uint8Array(e);let r;for(let n=0;n<e;n++)0==(3&n)&&(r=t[n/4]),s[n]=r>>>24,r<<=8;return s},toBits(t){const e=[];let s,r=0;for(s=0;s<t.length;s++)r=r<<8|t[s],3==(3&s)&&(e.push(r),r=0);return 3&s&&e.push(n.partial(8*(3&s),r)),e}}},r={sha1:function(t){t?(this._h=t._h.slice(0),this._buffer=t._buffer.slice(0),this._length=t._length):this.reset()}};r.sha1.prototype={blockSize:512,reset:function(){const t=this;return t._h=this._init.slice(0),t._buffer=[],t._length=0,t},update:function(t){const e=this;"string"==typeof t&&(t=s.utf8String.toBits(t));const r=e._buffer=n.concat(e._buffer,t),a=e._length,i=e._length=a+n.bitLength(t);if(i>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const c=new Uint32Array(r);let o=0;for(let t=e.blockSize+a-(e.blockSize+a&e.blockSize-1);t<=i;t+=e.blockSize)e._block(c.subarray(16*o,16*(o+1))),o+=1;return r.splice(0,16*o),e},finalize:function(){const t=this;let e=t._buffer;const s=t._h;e=n.concat(e,[n.partial(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(Math.floor(t._length/4294967296)),e.push(0|t._length);e.length;)t._block(e.splice(0,16));return t.reset(),s},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:function(t,e,n,s){return t<=19?e&n|~e&s:t<=39?e^n^s:t<=59?e&n|e&s|n&s:t<=79?e^n^s:void 0},_S:function(t,e){return e<<t|e>>>32-t},_block:function(t){const e=this,n=e._h,s=Array(80);for(let e=0;e<16;e++)s[e]=t[e];let r=n[0],a=n[1],i=n[2],c=n[3],o=n[4];for(let t=0;t<=79;t++){t>=16&&(s[t]=e._S(1,s[t-3]^s[t-8]^s[t-14]^s[t-16]));const n=e._S(5,r)+e._f(t,a,i,c)+o+s[t]+e._key[Math.floor(t/20)]|0;o=c,c=i,i=e._S(30,a),a=r,r=n}n[0]=n[0]+r|0,n[1]=n[1]+a|0,n[2]=n[2]+i|0,n[3]=n[3]+c|0,n[4]=n[4]+o|0}};const a={aes:class{constructor(t){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const n=e._tables[0][4],s=e._tables[1],r=t.length;let a,i,c,o=1;if(4!==r&&6!==r&&8!==r)throw new Error("invalid aes key size");for(e._key=[i=t.slice(0),c=[]],a=r;a<4*r+28;a++){let t=i[a-1];(a%r==0||8===r&&a%r==4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],a%r==0&&(t=t<<8^t>>>24^o<<24,o=o<<1^283*(o>>7))),i[a]=i[a-r]^t}for(let t=0;a;t++,a--){const e=i[3&t?a:a-4];c[t]=a<=4||t<4?e:s[0][n[e>>>24]]^s[1][n[e>>16&255]]^s[2][n[e>>8&255]]^s[3][n[255&e]]}}encrypt(t){return this._crypt(t,0)}decrypt(t){return this._crypt(t,1)}_precompute(){const t=this._tables[0],e=this._tables[1],n=t[4],s=e[4],r=[],a=[];let i,c,o,l;for(let t=0;t<256;t++)a[(r[t]=t<<1^283*(t>>7))^t]=t;for(let h=i=0;!n[h];h^=c||1,i=a[i]||1){let a=i^i<<1^i<<2^i<<3^i<<4;a=a>>8^255&a^99,n[h]=a,s[a]=h,l=r[o=r[c=r[h]]];let p=16843009*l^65537*o^257*c^16843008*h,u=257*r[a]^16843008*a;for(let n=0;n<4;n++)t[n][h]=u=u<<24^u>>>8,e[n][a]=p=p<<24^p>>>8}for(let n=0;n<5;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}_crypt(t,e){if(4!==t.length)throw new Error("invalid aes block size");const n=this._key[e],s=n.length/4-2,r=[0,0,0,0],a=this._tables[e],i=a[0],c=a[1],o=a[2],l=a[3],h=a[4];let p,u,d,f=t[0]^n[0],g=t[e?3:1]^n[1],y=t[2]^n[2],w=t[e?1:3]^n[3],_=4;for(let t=0;t<s;t++)p=i[f>>>24]^c[g>>16&255]^o[y>>8&255]^l[255&w]^n[_],u=i[g>>>24]^c[y>>16&255]^o[w>>8&255]^l[255&f]^n[_+1],d=i[y>>>24]^c[w>>16&255]^o[f>>8&255]^l[255&g]^n[_+2],w=i[w>>>24]^c[f>>16&255]^o[g>>8&255]^l[255&y]^n[_+3],_+=4,f=p,g=u,y=d;for(let t=0;t<4;t++)r[e?3&-t:t]=h[f>>>24]<<24^h[g>>16&255]<<16^h[y>>8&255]<<8^h[255&w]^n[_++],p=f,f=g,g=y,y=w,w=p;return r}}},i={ctrGladman:class{constructor(t,e){this._prf=t,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(t){return this.calculate(this._prf,t,this._iv)}incWord(t){if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,s=255&t;255===e?(e=0,255===n?(n=0,255===s?s=0:++s):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=s}else t+=1<<24;return t}incCounter(t){0===(t[0]=this.incWord(t[0]))&&(t[1]=this.incWord(t[1]))}calculate(t,e,s){let r;if(!(r=e.length))return[];const a=n.bitLength(e);for(let n=0;n<r;n+=4){this.incCounter(s);const r=t.encrypt(s);e[n]^=r[0],e[n+1]^=r[1],e[n+2]^=r[2],e[n+3]^=r[3]}return n.clamp(e,a)}}},c={hmacSha1:class{constructor(t){const e=this,n=e._hash=r.sha1,s=[[],[]],a=n.prototype.blockSize/32;e._baseHash=[new n,new n],t.length>a&&(t=n.hash(t));for(let e=0;e<a;e++)s[0][e]=909522486^t[e],s[1][e]=1549556828^t[e];e._baseHash[0].update(s[0]),e._baseHash[1].update(s[1]),e._resultHash=new n(e._baseHash[0])}reset(){const t=this;t._resultHash=new t._hash(t._baseHash[0]),t._updated=!1}update(t){this._updated=!0,this._resultHash.update(t)}digest(){const t=this,e=t._resultHash.finalize(),n=new t._hash(t._baseHash[1]).update(e).finalize();return t.reset(),n}}},o="Invalid pasword",l=16,h={name:"PBKDF2"},p=Object.assign({hash:{name:"HMAC"}},h),u=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},h),d=["deriveBits"],f=[8,12,16],g=[16,24,32],y=10,w=[0,0,0,0],_=s.bytes,b=a.aes,m=i.ctrGladman,k=c.hmacSha1;class A{constructor(t,e,n){Object.assign(this,{password:t,signed:e,strength:n-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;if(e.password){const n=S(t,0,f[e.strength]+2);await async function(t,e,n){await C(t,n,S(e,0,f[t.strength]));const s=S(e,f[t.strength]),r=t.keys.passwordVerification;if(r[0]!=s[0]||r[1]!=s[1])throw new Error(o)}(e,n,e.password),e.password=null,e.aesCtrGladman=new m(new b(e.keys.key),Array.from(w)),e.hmac=new k(e.keys.authentication),t=S(t,f[e.strength]+2)}return z(e,t,new Uint8Array(t.length-y-(t.length-y)%l),0,y,!0)}flush(){const t=this,e=t.pendingInput,n=S(e,0,e.length-y),s=S(e,e.length-y);let r=new Uint8Array(0);if(n.length){const e=_.toBits(n);t.hmac.update(e);const s=t.aesCtrGladman.update(e);r=_.fromBits(s)}let a=!0;if(t.signed){const e=S(_.fromBits(t.hmac.digest()),0,y);for(let t=0;t<y;t++)e[t]!=s[t]&&(a=!1)}return{valid:a,data:r}}}class U{constructor(t,e){Object.assign(this,{password:t,strength:e-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;let n=new Uint8Array(0);e.password&&(n=await async function(t,e){const n=crypto.getRandomValues(new Uint8Array(f[t.strength]));return await C(t,e,n),v(n,t.keys.passwordVerification)}(e,e.password),e.password=null,e.aesCtrGladman=new m(new b(e.keys.key),Array.from(w)),e.hmac=new k(e.keys.authentication));const s=new Uint8Array(n.length+t.length-t.length%l);return s.set(n,0),z(e,t,s,n.length,0)}flush(){const t=this;let e=new Uint8Array(0);if(t.pendingInput.length){const n=t.aesCtrGladman.update(_.toBits(t.pendingInput));t.hmac.update(n),e=_.fromBits(n)}const n=S(_.fromBits(t.hmac.digest()),0,y);return{data:v(e,n),signature:n}}}function z(t,e,n,s,r,a){const i=e.length-r;let c;for(t.pendingInput.length&&(e=v(t.pendingInput,e),n=function(t,e){if(e&&e>t.length){const n=t;(t=new Uint8Array(e)).set(n,0)}return t}(n,i-i%l)),c=0;c<=i-l;c+=l){const r=_.toBits(S(e,c,c+l));a&&t.hmac.update(r);const i=t.aesCtrGladman.update(r);a||t.hmac.update(i),n.set(_.fromBits(i),c+s)}return t.pendingInput=S(e,c),n}async function C(t,e,n){const s=function(t){if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const e=new Uint8Array(t.length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new TextEncoder).encode(t)}(e),r=await crypto.subtle.importKey("raw",s,p,!1,d),a=await crypto.subtle.deriveBits(Object.assign({salt:n},u),r,8*(2*g[t.strength]+2)),i=new Uint8Array(a);t.keys={key:_.toBits(S(i,0,g[t.strength])),authentication:_.toBits(S(i,g[t.strength],2*g[t.strength])),passwordVerification:S(i,2*g[t.strength])}}function v(t,e){let n=t;return t.length+e.length&&(n=new Uint8Array(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function S(t,e,n){return t.subarray(e,n)}const I=12;class B{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),M(this,t)}append(t){const e=this;if(e.password){const n=H(e,t.subarray(0,I));if(e.password=null,n[11]!=e.passwordVerification)throw new Error(o);t=t.subarray(I)}return H(e,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class D{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),M(this,t)}append(t){const e=this;let n,s;if(e.password){e.password=null;const r=crypto.getRandomValues(new Uint8Array(I));r[11]=e.passwordVerification,n=new Uint8Array(t.length+r.length),n.set(V(e,r),0),s=I}else n=new Uint8Array(t.length),s=0;return n.set(V(e,t),s),n}flush(){return{data:new Uint8Array(0)}}}function H(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=E(t)^e[s],j(t,n[s]);return n}function V(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=E(t)^e[s],j(t,e[s]);return n}function M(t,n){t.keys=[305419896,591751049,878082192],t.crcKey0=new e(t.keys[0]),t.crcKey2=new e(t.keys[2]);for(let e=0;e<n.length;e++)j(t,n.charCodeAt(e))}function j(t,e){t.crcKey0.append([e]),t.keys[0]=~t.crcKey0.get(),t.keys[1]=K(t.keys[1]+O(t.keys[0])),t.keys[1]=K(Math.imul(t.keys[1],134775813)+1),t.crcKey2.append([t.keys[1]>>>24]),t.keys[2]=~t.crcKey2.get()}function E(t){const e=2|t.keys[2];return O(Math.imul(e,1^e)>>>8)}function O(t){return 255&t}function K(t){return 4294967295&t}const G="deflate",W="inflate",T="Invalid signature";class L{constructor(t,{signature:n,password:s,signed:r,compressed:a,zipCrypto:i,passwordVerification:c,encryptionStrength:o},{chunkSize:l}){const h=Boolean(s);Object.assign(this,{signature:n,encrypted:h,signed:r,compressed:a,inflate:a&&new t({chunkSize:l}),crc32:r&&new e,zipCrypto:i,decrypt:h&&i?new B(s,c):new A(s,r,o)})}async append(t){const e=this;return e.encrypted&&t.length&&(t=await e.decrypt.append(t)),e.compressed&&t.length&&(t=await e.inflate.append(t)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),t}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.encrypted){const e=t.decrypt.flush();if(!e.valid)throw new Error(T);n=e.data}if((!t.encrypted||t.zipCrypto)&&t.signed){const n=new DataView(new Uint8Array(4).buffer);if(e=t.crc32.get(),n.setUint32(0,e),t.signature!=n.getUint32(0,!1))throw new Error(T)}return t.compressed&&(n=await t.inflate.append(n)||new Uint8Array(0),await t.inflate.flush()),{data:n,signature:e}}}class P{constructor(t,{encrypted:n,signed:s,compressed:r,level:a,zipCrypto:i,password:c,passwordVerification:o,encryptionStrength:l},{chunkSize:h}){Object.assign(this,{encrypted:n,signed:s,compressed:r,deflate:r&&new t({level:a||5,chunkSize:h}),crc32:s&&new e,zipCrypto:i,encrypt:n&&i?new D(c,o):new U(c,l)})}async append(t){const e=this;let n=t;return e.compressed&&t.length&&(n=await e.deflate.append(t)),e.encrypted&&n.length&&(n=await e.encrypt.append(n)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),n}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.compressed&&(n=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){n=await t.encrypt.append(n);const s=t.encrypt.flush();e=s.signature;const r=new Uint8Array(n.length+s.data.length);r.set(n,0),r.set(s.data,n.length),n=r}return t.encrypted&&!t.zipCrypto||!t.signed||(e=t.crc32.get()),{data:n,signature:e}}}const R={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const e=t.options;let n;self.initCodec&&self.initCodec(),e.codecType.startsWith(G)?n=self.Deflate:e.codecType.startsWith(W)&&(n=self.Inflate),x=function(t,e,n){return e.codecType.startsWith(G)?new P(t,e,n):e.codecType.startsWith(W)?new L(t,e,n):void 0}(n,e,t.config)},append:async t=>({data:await x.append(t.data)}),flush:()=>x.flush()};let x;addEventListener("message",(async t=>{const e=t.data,n=e.type,s=R[n];if(s)try{e.data&&(e.data=new Uint8Array(e.data));const t=await s(e)||{};if(t.type=n,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data])}catch(e){postMessage(t)}else postMessage(t)}catch(t){postMessage({type:n,error:{message:t.message,stack:t.stack}})}}));function F(t,e,n){return class{constructor(s){const r=this;r.codec=new t(Object.assign({},e,s)),n(r.codec,(t=>{if(r.pendingData){const e=r.pendingData;r.pendingData=new Uint8Array(e.length+t.length),r.pendingData.set(e,0),r.pendingData.set(t,e.length)}else r.pendingData=new Uint8Array(t)}))}async append(t){return this.codec.push(t),s(this)}async flush(){return this.codec.push(new Uint8Array(0),!0),s(this)}};function s(t){if(t.pendingData){const e=t.pendingData;return t.pendingData=null,e}return new Uint8Array(0)}}self.initCodec=()=>{const{Deflate:t,Inflate:e}=((t,e={},n)=>({Deflate:F(t.Deflate,e.deflate,n),Inflate:F(t.Inflate,e.inflate,n)}))(fflate,void 0,((t,e)=>t.ondata=e));self.Deflate=t,self.Inflate=e}}(); | ||
!function(){"use strict";const t=[];for(let e=0;256>e;e++){let n=e;for(let t=0;8>t;t++)1&n?n=n>>>1^3988292384:n>>>=1;t[e]=n}class e{constructor(t){this.crc=t||-1}append(e){let n=0|this.crc;for(let s=0,r=0|e.length;r>s;s++)n=n>>>8^t[255&(n^e[s])];this.crc=n}get(){return~this.crc}}const n={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const s=t[t.length-1],r=n.getPartial(s);return 32===r?t.concat(e):n._shiftRight(e,r,0|s,t.slice(0,t.length-1))},bitLength(t){const e=t.length;if(0===e)return 0;const s=t[e-1];return 32*(e-1)+n.getPartial(s)},clamp(t,e){if(32*t.length<e)return t;const s=(t=t.slice(0,Math.ceil(e/32))).length;return e&=31,s>0&&e&&(t[s-1]=n.partial(e,t[s-1]&2147483648>>e-1,1)),t},partial:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,getPartial:t=>Math.round(t/1099511627776)||32,_shiftRight(t,e,s,r){for(void 0===r&&(r=[]);e>=32;e-=32)r.push(s),s=0;if(0===e)return r.concat(t);for(let n=0;n<t.length;n++)r.push(s|t[n]>>>e),s=t[n]<<32-e;const a=t.length?t[t.length-1]:0,i=n.getPartial(a);return r.push(n.partial(e+i&31,e+i>32?s:r.pop(),1)),r}},s={bytes:{fromBits(t){const e=n.bitLength(t)/8,s=new Uint8Array(e);let r;for(let n=0;e>n;n++)0==(3&n)&&(r=t[n/4]),s[n]=r>>>24,r<<=8;return s},toBits(t){const e=[];let s,r=0;for(s=0;s<t.length;s++)r=r<<8|t[s],3==(3&s)&&(e.push(r),r=0);return 3&s&&e.push(n.partial(8*(3&s),r)),e}}},r={sha1:function(t){t?(this._h=t._h.slice(0),this._buffer=t._buffer.slice(0),this._length=t._length):this.reset()}};r.sha1.prototype={blockSize:512,reset:function(){const t=this;return t._h=this._init.slice(0),t._buffer=[],t._length=0,t},update:function(t){const e=this;"string"==typeof t&&(t=s.utf8String.toBits(t));const r=e._buffer=n.concat(e._buffer,t),a=e._length,i=e._length=a+n.bitLength(t);if(i>9007199254740991)throw Error("Cannot hash more than 2^53 - 1 bits");const c=new Uint32Array(r);let o=0;for(let t=e.blockSize+a-(e.blockSize+a&e.blockSize-1);i>=t;t+=e.blockSize)e._block(c.subarray(16*o,16*(o+1))),o+=1;return r.splice(0,16*o),e},finalize:function(){const t=this;let e=t._buffer;const s=t._h;e=n.concat(e,[n.partial(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(Math.floor(t._length/4294967296)),e.push(0|t._length);e.length;)t._block(e.splice(0,16));return t.reset(),s},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:(t,e,n,s)=>t>19?t>39?t>59?t>79?void 0:e^n^s:e&n|e&s|n&s:e^n^s:e&n|~e&s,_S:(t,e)=>e<<t|e>>>32-t,_block:function(t){const e=this,n=e._h,s=Array(80);for(let e=0;16>e;e++)s[e]=t[e];let r=n[0],a=n[1],i=n[2],c=n[3],o=n[4];for(let t=0;79>=t;t++){16>t||(s[t]=e._S(1,s[t-3]^s[t-8]^s[t-14]^s[t-16]));const n=e._S(5,r)+e._f(t,a,i,c)+o+s[t]+e._key[Math.floor(t/20)]|0;o=c,c=i,i=e._S(30,a),a=r,r=n}n[0]=n[0]+r|0,n[1]=n[1]+a|0,n[2]=n[2]+i|0,n[3]=n[3]+c|0,n[4]=n[4]+o|0}};const a="Invalid pasword",i=16,c={name:"PBKDF2"},o=Object.assign({hash:{name:"HMAC"}},c),l=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},c),h=["deriveBits"],p=[8,12,16],d=[16,24,32],u=10,f=[0,0,0,0],g=s.bytes,y=class{constructor(t){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const n=e._tables[0][4],s=e._tables[1],r=t.length;let a,i,c,o=1;if(4!==r&&6!==r&&8!==r)throw Error("invalid aes key size");for(e._key=[i=t.slice(0),c=[]],a=r;4*r+28>a;a++){let t=i[a-1];(a%r==0||8===r&&a%r==4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],a%r==0&&(t=t<<8^t>>>24^o<<24,o=o<<1^283*(o>>7))),i[a]=i[a-r]^t}for(let t=0;a;t++,a--){const e=i[3&t?a:a-4];c[t]=4>=a||4>t?e:s[0][n[e>>>24]]^s[1][n[e>>16&255]]^s[2][n[e>>8&255]]^s[3][n[255&e]]}}encrypt(t){return this._crypt(t,0)}decrypt(t){return this._crypt(t,1)}_precompute(){const t=this._tables[0],e=this._tables[1],n=t[4],s=e[4],r=[],a=[];let i,c,o,l;for(let t=0;256>t;t++)a[(r[t]=t<<1^283*(t>>7))^t]=t;for(let h=i=0;!n[h];h^=c||1,i=a[i]||1){let a=i^i<<1^i<<2^i<<3^i<<4;a=a>>8^255&a^99,n[h]=a,s[a]=h,l=r[o=r[c=r[h]]];let p=16843009*l^65537*o^257*c^16843008*h,d=257*r[a]^16843008*a;for(let n=0;4>n;n++)t[n][h]=d=d<<24^d>>>8,e[n][a]=p=p<<24^p>>>8}for(let n=0;5>n;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}_crypt(t,e){if(4!==t.length)throw Error("invalid aes block size");const n=this._key[e],s=n.length/4-2,r=[0,0,0,0],a=this._tables[e],i=a[0],c=a[1],o=a[2],l=a[3],h=a[4];let p,d,u,f=t[0]^n[0],g=t[e?3:1]^n[1],y=t[2]^n[2],w=t[e?1:3]^n[3],_=4;for(let t=0;s>t;t++)p=i[f>>>24]^c[g>>16&255]^o[y>>8&255]^l[255&w]^n[_],d=i[g>>>24]^c[y>>16&255]^o[w>>8&255]^l[255&f]^n[_+1],u=i[y>>>24]^c[w>>16&255]^o[f>>8&255]^l[255&g]^n[_+2],w=i[w>>>24]^c[f>>16&255]^o[g>>8&255]^l[255&y]^n[_+3],_+=4,f=p,g=d,y=u;for(let t=0;4>t;t++)r[e?3&-t:t]=h[f>>>24]<<24^h[g>>16&255]<<16^h[y>>8&255]<<8^h[255&w]^n[_++],p=f,f=g,g=y,y=w,w=p;return r}},w=class{constructor(t,e){this._prf=t,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(t){return this.calculate(this._prf,t,this._iv)}incWord(t){if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,s=255&t;255===e?(e=0,255===n?(n=0,255===s?s=0:++s):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=s}else t+=1<<24;return t}incCounter(t){0===(t[0]=this.incWord(t[0]))&&(t[1]=this.incWord(t[1]))}calculate(t,e,s){let r;if(!(r=e.length))return[];const a=n.bitLength(e);for(let n=0;r>n;n+=4){this.incCounter(s);const r=t.encrypt(s);e[n]^=r[0],e[n+1]^=r[1],e[n+2]^=r[2],e[n+3]^=r[3]}return n.clamp(e,a)}},_=class{constructor(t){const e=this,n=e._hash=r.sha1,s=[[],[]],a=n.prototype.blockSize/32;e._baseHash=[new n,new n],t.length>a&&(t=n.hash(t));for(let e=0;a>e;e++)s[0][e]=909522486^t[e],s[1][e]=1549556828^t[e];e._baseHash[0].update(s[0]),e._baseHash[1].update(s[1]),e._resultHash=new n(e._baseHash[0])}reset(){const t=this;t._resultHash=new t._hash(t._baseHash[0]),t._updated=!1}update(t){this._updated=!0,this._resultHash.update(t)}digest(){const t=this,e=t._resultHash.finalize(),n=new t._hash(t._baseHash[1]).update(e).finalize();return t.reset(),n}};class b{constructor(t,e,n){Object.assign(this,{password:t,signed:e,strength:n-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;if(e.password){const n=z(t,0,p[e.strength]+2);await(async(t,e,n)=>{await A(t,n,z(e,0,p[t.strength]));const s=z(e,p[t.strength]),r=t.keys.passwordVerification;if(r[0]!=s[0]||r[1]!=s[1])throw Error(a)})(e,n,e.password),e.password=null,e.aesCtrGladman=new w(new y(e.keys.key),Array.from(f)),e.hmac=new _(e.keys.authentication),t=z(t,p[e.strength]+2)}return k(e,t,new Uint8Array(t.length-u-(t.length-u)%i),0,u,!0)}flush(){const t=this,e=t.pendingInput,n=z(e,0,e.length-u),s=z(e,e.length-u);let r=new Uint8Array(0);if(n.length){const e=g.toBits(n);t.hmac.update(e);const s=t.aesCtrGladman.update(e);r=g.fromBits(s)}let a=!0;if(t.signed){const e=z(g.fromBits(t.hmac.digest()),0,u);for(let t=0;u>t;t++)e[t]!=s[t]&&(a=!1)}return{valid:a,data:r}}}class m{constructor(t,e){Object.assign(this,{password:t,strength:e-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;let n=new Uint8Array(0);e.password&&(n=await(async(t,e)=>{const n=crypto.getRandomValues(new Uint8Array(p[t.strength]));return await A(t,e,n),U(n,t.keys.passwordVerification)})(e,e.password),e.password=null,e.aesCtrGladman=new w(new y(e.keys.key),Array.from(f)),e.hmac=new _(e.keys.authentication));const s=new Uint8Array(n.length+t.length-t.length%i);return s.set(n,0),k(e,t,s,n.length,0)}flush(){const t=this;let e=new Uint8Array(0);if(t.pendingInput.length){const n=t.aesCtrGladman.update(g.toBits(t.pendingInput));t.hmac.update(n),e=g.fromBits(n)}const n=z(g.fromBits(t.hmac.digest()),0,u);return{data:U(e,n),signature:n}}}function k(t,e,n,s,r,a){const c=e.length-r;let o;for(t.pendingInput.length&&(e=U(t.pendingInput,e),n=((t,e)=>{if(e&&e>t.length){const n=t;(t=new Uint8Array(e)).set(n,0)}return t})(n,c-c%i)),o=0;c-i>=o;o+=i){const r=g.toBits(z(e,o,o+i));a&&t.hmac.update(r);const c=t.aesCtrGladman.update(r);a||t.hmac.update(c),n.set(g.fromBits(c),o+s)}return t.pendingInput=z(e,o),n}async function A(t,e,n){const s=(t=>{if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const e=new Uint8Array(t.length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new TextEncoder).encode(t)})(e),r=await crypto.subtle.importKey("raw",s,o,!1,h),a=await crypto.subtle.deriveBits(Object.assign({salt:n},l),r,8*(2*d[t.strength]+2)),i=new Uint8Array(a);t.keys={key:g.toBits(z(i,0,d[t.strength])),authentication:g.toBits(z(i,d[t.strength],2*d[t.strength])),passwordVerification:z(i,2*d[t.strength])}}function U(t,e){let n=t;return t.length+e.length&&(n=new Uint8Array(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function z(t,e,n){return t.subarray(e,n)}class C{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),B(this,t)}append(t){const e=this;if(e.password){const n=S(e,t.subarray(0,12));if(e.password=null,n[11]!=e.passwordVerification)throw Error(a);t=t.subarray(12)}return S(e,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class v{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),B(this,t)}append(t){const e=this;let n,s;if(e.password){e.password=null;const r=crypto.getRandomValues(new Uint8Array(12));r[11]=e.passwordVerification,n=new Uint8Array(t.length+r.length),n.set(I(e,r),0),s=12}else n=new Uint8Array(t.length),s=0;return n.set(I(e,t),s),n}flush(){return{data:new Uint8Array(0)}}}function S(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=H(t)^e[s],D(t,n[s]);return n}function I(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=H(t)^e[s],D(t,e[s]);return n}function B(t,n){t.keys=[305419896,591751049,878082192],t.crcKey0=new e(t.keys[0]),t.crcKey2=new e(t.keys[2]);for(let e=0;e<n.length;e++)D(t,n.charCodeAt(e))}function D(t,e){t.crcKey0.append([e]),t.keys[0]=~t.crcKey0.get(),t.keys[1]=M(t.keys[1]+V(t.keys[0])),t.keys[1]=M(Math.imul(t.keys[1],134775813)+1),t.crcKey2.append([t.keys[1]>>>24]),t.keys[2]=~t.crcKey2.get()}function H(t){const e=2|t.keys[2];return V(Math.imul(e,1^e)>>>8)}function V(t){return 255&t}function M(t){return 4294967295&t}const j="deflate",E="inflate",O="Invalid signature";class K{constructor(t,{signature:n,password:s,signed:r,compressed:a,zipCrypto:i,passwordVerification:c,encryptionStrength:o},{chunkSize:l}){const h=!!s;Object.assign(this,{signature:n,encrypted:h,signed:r,compressed:a,inflate:a&&new t({chunkSize:l}),crc32:r&&new e,zipCrypto:i,decrypt:h&&i?new C(s,c):new b(s,r,o)})}async append(t){const e=this;return e.encrypted&&t.length&&(t=await e.decrypt.append(t)),e.compressed&&t.length&&(t=await e.inflate.append(t)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),t}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.encrypted){const e=t.decrypt.flush();if(!e.valid)throw Error(O);n=e.data}if((!t.encrypted||t.zipCrypto)&&t.signed){const n=new DataView(new Uint8Array(4).buffer);if(e=t.crc32.get(),n.setUint32(0,e),t.signature!=n.getUint32(0,!1))throw Error(O)}return t.compressed&&(n=await t.inflate.append(n)||new Uint8Array(0),await t.inflate.flush()),{data:n,signature:e}}}class W{constructor(t,{encrypted:n,signed:s,compressed:r,level:a,zipCrypto:i,password:c,passwordVerification:o,encryptionStrength:l},{chunkSize:h}){Object.assign(this,{encrypted:n,signed:s,compressed:r,deflate:r&&new t({level:a||5,chunkSize:h}),crc32:s&&new e,zipCrypto:i,encrypt:n&&i?new v(c,o):new m(c,l)})}async append(t){const e=this;let n=t;return e.compressed&&t.length&&(n=await e.deflate.append(t)),e.encrypted&&n.length&&(n=await e.encrypt.append(n)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),n}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.compressed&&(n=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){n=await t.encrypt.append(n);const s=t.encrypt.flush();e=s.signature;const r=new Uint8Array(n.length+s.data.length);r.set(n,0),r.set(s.data,n.length),n=r}return t.encrypted&&!t.zipCrypto||!t.signed||(e=t.crc32.get()),{data:n,signature:e}}}const T={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const e=t.options;let n;self.initCodec&&self.initCodec(),e.codecType.startsWith(j)?n=self.Deflate:e.codecType.startsWith(E)&&(n=self.Inflate),G=((t,e,n)=>e.codecType.startsWith(j)?new W(t,e,n):e.codecType.startsWith(E)?new K(t,e,n):void 0)(n,e,t.config)},append:async t=>({data:await G.append(t.data)}),flush:()=>G.flush()};let G;function L(t,e,n){return class{constructor(s){const r=this;r.codec=new t(Object.assign({},e,s)),n(r.codec,(t=>{if(r.pendingData){const e=r.pendingData;r.pendingData=new Uint8Array(e.length+t.length),r.pendingData.set(e,0),r.pendingData.set(t,e.length)}else r.pendingData=new Uint8Array(t)}))}async append(t){return this.codec.push(t),s(this)}async flush(){return this.codec.push(new Uint8Array(0),!0),s(this)}};function s(t){if(t.pendingData){const e=t.pendingData;return t.pendingData=null,e}return new Uint8Array(0)}}addEventListener("message",(async t=>{const e=t.data,n=e.type,s=T[n];if(s)try{e.data&&(e.data=new Uint8Array(e.data));const t=await s(e)||{};if(t.type=n,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data])}catch(e){postMessage(t)}else postMessage(t)}catch(t){postMessage({type:n,error:{message:t.message,stack:t.stack}})}})),self.initCodec=()=>{const{Deflate:t,Inflate:e}=((t,e={},n)=>({Deflate:L(t.Deflate,e.deflate,n),Inflate:L(t.Inflate,e.inflate,n)}))(fflate,void 0,((t,e)=>t.ondata=e));self.Deflate=t,self.Inflate=e}}(); |
@@ -1,1 +0,1 @@ | ||
!function(){"use strict";const t=[];for(let e=0;e<256;e++){let n=e;for(let t=0;t<8;t++)1&n?n=n>>>1^3988292384:n>>>=1;t[e]=n}class e{constructor(t){this.crc=t||-1}append(e){let n=0|this.crc;for(let s=0,r=0|e.length;s<r;s++)n=n>>>8^t[255&(n^e[s])];this.crc=n}get(){return~this.crc}}const n={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const s=t[t.length-1],r=n.getPartial(s);return 32===r?t.concat(e):n._shiftRight(e,r,0|s,t.slice(0,t.length-1))},bitLength(t){const e=t.length;if(0===e)return 0;const s=t[e-1];return 32*(e-1)+n.getPartial(s)},clamp(t,e){if(32*t.length<e)return t;const s=(t=t.slice(0,Math.ceil(e/32))).length;return e&=31,s>0&&e&&(t[s-1]=n.partial(e,t[s-1]&2147483648>>e-1,1)),t},partial:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,getPartial:t=>Math.round(t/1099511627776)||32,_shiftRight(t,e,s,r){for(void 0===r&&(r=[]);e>=32;e-=32)r.push(s),s=0;if(0===e)return r.concat(t);for(let n=0;n<t.length;n++)r.push(s|t[n]>>>e),s=t[n]<<32-e;const a=t.length?t[t.length-1]:0,i=n.getPartial(a);return r.push(n.partial(e+i&31,e+i>32?s:r.pop(),1)),r}},s={bytes:{fromBits(t){const e=n.bitLength(t)/8,s=new Uint8Array(e);let r;for(let n=0;n<e;n++)0==(3&n)&&(r=t[n/4]),s[n]=r>>>24,r<<=8;return s},toBits(t){const e=[];let s,r=0;for(s=0;s<t.length;s++)r=r<<8|t[s],3==(3&s)&&(e.push(r),r=0);return 3&s&&e.push(n.partial(8*(3&s),r)),e}}},r={sha1:function(t){t?(this._h=t._h.slice(0),this._buffer=t._buffer.slice(0),this._length=t._length):this.reset()}};r.sha1.prototype={blockSize:512,reset:function(){const t=this;return t._h=this._init.slice(0),t._buffer=[],t._length=0,t},update:function(t){const e=this;"string"==typeof t&&(t=s.utf8String.toBits(t));const r=e._buffer=n.concat(e._buffer,t),a=e._length,i=e._length=a+n.bitLength(t);if(i>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const c=new Uint32Array(r);let o=0;for(let t=e.blockSize+a-(e.blockSize+a&e.blockSize-1);t<=i;t+=e.blockSize)e._block(c.subarray(16*o,16*(o+1))),o+=1;return r.splice(0,16*o),e},finalize:function(){const t=this;let e=t._buffer;const s=t._h;e=n.concat(e,[n.partial(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(Math.floor(t._length/4294967296)),e.push(0|t._length);e.length;)t._block(e.splice(0,16));return t.reset(),s},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:function(t,e,n,s){return t<=19?e&n|~e&s:t<=39?e^n^s:t<=59?e&n|e&s|n&s:t<=79?e^n^s:void 0},_S:function(t,e){return e<<t|e>>>32-t},_block:function(t){const e=this,n=e._h,s=Array(80);for(let e=0;e<16;e++)s[e]=t[e];let r=n[0],a=n[1],i=n[2],c=n[3],o=n[4];for(let t=0;t<=79;t++){t>=16&&(s[t]=e._S(1,s[t-3]^s[t-8]^s[t-14]^s[t-16]));const n=e._S(5,r)+e._f(t,a,i,c)+o+s[t]+e._key[Math.floor(t/20)]|0;o=c,c=i,i=e._S(30,a),a=r,r=n}n[0]=n[0]+r|0,n[1]=n[1]+a|0,n[2]=n[2]+i|0,n[3]=n[3]+c|0,n[4]=n[4]+o|0}};const a={aes:class{constructor(t){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const n=e._tables[0][4],s=e._tables[1],r=t.length;let a,i,c,o=1;if(4!==r&&6!==r&&8!==r)throw new Error("invalid aes key size");for(e._key=[i=t.slice(0),c=[]],a=r;a<4*r+28;a++){let t=i[a-1];(a%r==0||8===r&&a%r==4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],a%r==0&&(t=t<<8^t>>>24^o<<24,o=o<<1^283*(o>>7))),i[a]=i[a-r]^t}for(let t=0;a;t++,a--){const e=i[3&t?a:a-4];c[t]=a<=4||t<4?e:s[0][n[e>>>24]]^s[1][n[e>>16&255]]^s[2][n[e>>8&255]]^s[3][n[255&e]]}}encrypt(t){return this._crypt(t,0)}decrypt(t){return this._crypt(t,1)}_precompute(){const t=this._tables[0],e=this._tables[1],n=t[4],s=e[4],r=[],a=[];let i,c,o,l;for(let t=0;t<256;t++)a[(r[t]=t<<1^283*(t>>7))^t]=t;for(let h=i=0;!n[h];h^=c||1,i=a[i]||1){let a=i^i<<1^i<<2^i<<3^i<<4;a=a>>8^255&a^99,n[h]=a,s[a]=h,l=r[o=r[c=r[h]]];let p=16843009*l^65537*o^257*c^16843008*h,u=257*r[a]^16843008*a;for(let n=0;n<4;n++)t[n][h]=u=u<<24^u>>>8,e[n][a]=p=p<<24^p>>>8}for(let n=0;n<5;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}_crypt(t,e){if(4!==t.length)throw new Error("invalid aes block size");const n=this._key[e],s=n.length/4-2,r=[0,0,0,0],a=this._tables[e],i=a[0],c=a[1],o=a[2],l=a[3],h=a[4];let p,u,d,f=t[0]^n[0],g=t[e?3:1]^n[1],y=t[2]^n[2],w=t[e?1:3]^n[3],_=4;for(let t=0;t<s;t++)p=i[f>>>24]^c[g>>16&255]^o[y>>8&255]^l[255&w]^n[_],u=i[g>>>24]^c[y>>16&255]^o[w>>8&255]^l[255&f]^n[_+1],d=i[y>>>24]^c[w>>16&255]^o[f>>8&255]^l[255&g]^n[_+2],w=i[w>>>24]^c[f>>16&255]^o[g>>8&255]^l[255&y]^n[_+3],_+=4,f=p,g=u,y=d;for(let t=0;t<4;t++)r[e?3&-t:t]=h[f>>>24]<<24^h[g>>16&255]<<16^h[y>>8&255]<<8^h[255&w]^n[_++],p=f,f=g,g=y,y=w,w=p;return r}}},i={ctrGladman:class{constructor(t,e){this._prf=t,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(t){return this.calculate(this._prf,t,this._iv)}incWord(t){if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,s=255&t;255===e?(e=0,255===n?(n=0,255===s?s=0:++s):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=s}else t+=1<<24;return t}incCounter(t){0===(t[0]=this.incWord(t[0]))&&(t[1]=this.incWord(t[1]))}calculate(t,e,s){let r;if(!(r=e.length))return[];const a=n.bitLength(e);for(let n=0;n<r;n+=4){this.incCounter(s);const r=t.encrypt(s);e[n]^=r[0],e[n+1]^=r[1],e[n+2]^=r[2],e[n+3]^=r[3]}return n.clamp(e,a)}}},c={hmacSha1:class{constructor(t){const e=this,n=e._hash=r.sha1,s=[[],[]],a=n.prototype.blockSize/32;e._baseHash=[new n,new n],t.length>a&&(t=n.hash(t));for(let e=0;e<a;e++)s[0][e]=909522486^t[e],s[1][e]=1549556828^t[e];e._baseHash[0].update(s[0]),e._baseHash[1].update(s[1]),e._resultHash=new n(e._baseHash[0])}reset(){const t=this;t._resultHash=new t._hash(t._baseHash[0]),t._updated=!1}update(t){this._updated=!0,this._resultHash.update(t)}digest(){const t=this,e=t._resultHash.finalize(),n=new t._hash(t._baseHash[1]).update(e).finalize();return t.reset(),n}}},o="Invalid pasword",l=16,h={name:"PBKDF2"},p=Object.assign({hash:{name:"HMAC"}},h),u=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},h),d=["deriveBits"],f=[8,12,16],g=[16,24,32],y=10,w=[0,0,0,0],_=s.bytes,b=a.aes,m=i.ctrGladman,k=c.hmacSha1;class A{constructor(t,e,n){Object.assign(this,{password:t,signed:e,strength:n-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;if(e.password){const n=S(t,0,f[e.strength]+2);await async function(t,e,n){await C(t,n,S(e,0,f[t.strength]));const s=S(e,f[t.strength]),r=t.keys.passwordVerification;if(r[0]!=s[0]||r[1]!=s[1])throw new Error(o)}(e,n,e.password),e.password=null,e.aesCtrGladman=new m(new b(e.keys.key),Array.from(w)),e.hmac=new k(e.keys.authentication),t=S(t,f[e.strength]+2)}return z(e,t,new Uint8Array(t.length-y-(t.length-y)%l),0,y,!0)}flush(){const t=this,e=t.pendingInput,n=S(e,0,e.length-y),s=S(e,e.length-y);let r=new Uint8Array(0);if(n.length){const e=_.toBits(n);t.hmac.update(e);const s=t.aesCtrGladman.update(e);r=_.fromBits(s)}let a=!0;if(t.signed){const e=S(_.fromBits(t.hmac.digest()),0,y);for(let t=0;t<y;t++)e[t]!=s[t]&&(a=!1)}return{valid:a,data:r}}}class U{constructor(t,e){Object.assign(this,{password:t,strength:e-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;let n=new Uint8Array(0);e.password&&(n=await async function(t,e){const n=crypto.getRandomValues(new Uint8Array(f[t.strength]));return await C(t,e,n),v(n,t.keys.passwordVerification)}(e,e.password),e.password=null,e.aesCtrGladman=new m(new b(e.keys.key),Array.from(w)),e.hmac=new k(e.keys.authentication));const s=new Uint8Array(n.length+t.length-t.length%l);return s.set(n,0),z(e,t,s,n.length,0)}flush(){const t=this;let e=new Uint8Array(0);if(t.pendingInput.length){const n=t.aesCtrGladman.update(_.toBits(t.pendingInput));t.hmac.update(n),e=_.fromBits(n)}const n=S(_.fromBits(t.hmac.digest()),0,y);return{data:v(e,n),signature:n}}}function z(t,e,n,s,r,a){const i=e.length-r;let c;for(t.pendingInput.length&&(e=v(t.pendingInput,e),n=function(t,e){if(e&&e>t.length){const n=t;(t=new Uint8Array(e)).set(n,0)}return t}(n,i-i%l)),c=0;c<=i-l;c+=l){const r=_.toBits(S(e,c,c+l));a&&t.hmac.update(r);const i=t.aesCtrGladman.update(r);a||t.hmac.update(i),n.set(_.fromBits(i),c+s)}return t.pendingInput=S(e,c),n}async function C(t,e,n){const s=function(t){if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const e=new Uint8Array(t.length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new TextEncoder).encode(t)}(e),r=await crypto.subtle.importKey("raw",s,p,!1,d),a=await crypto.subtle.deriveBits(Object.assign({salt:n},u),r,8*(2*g[t.strength]+2)),i=new Uint8Array(a);t.keys={key:_.toBits(S(i,0,g[t.strength])),authentication:_.toBits(S(i,g[t.strength],2*g[t.strength])),passwordVerification:S(i,2*g[t.strength])}}function v(t,e){let n=t;return t.length+e.length&&(n=new Uint8Array(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function S(t,e,n){return t.subarray(e,n)}const I=12;class B{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),M(this,t)}append(t){const e=this;if(e.password){const n=H(e,t.subarray(0,I));if(e.password=null,n[11]!=e.passwordVerification)throw new Error(o);t=t.subarray(I)}return H(e,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class D{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),M(this,t)}append(t){const e=this;let n,s;if(e.password){e.password=null;const r=crypto.getRandomValues(new Uint8Array(I));r[11]=e.passwordVerification,n=new Uint8Array(t.length+r.length),n.set(V(e,r),0),s=I}else n=new Uint8Array(t.length),s=0;return n.set(V(e,t),s),n}flush(){return{data:new Uint8Array(0)}}}function H(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=E(t)^e[s],j(t,n[s]);return n}function V(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=E(t)^e[s],j(t,e[s]);return n}function M(t,n){t.keys=[305419896,591751049,878082192],t.crcKey0=new e(t.keys[0]),t.crcKey2=new e(t.keys[2]);for(let e=0;e<n.length;e++)j(t,n.charCodeAt(e))}function j(t,e){t.crcKey0.append([e]),t.keys[0]=~t.crcKey0.get(),t.keys[1]=K(t.keys[1]+O(t.keys[0])),t.keys[1]=K(Math.imul(t.keys[1],134775813)+1),t.crcKey2.append([t.keys[1]>>>24]),t.keys[2]=~t.crcKey2.get()}function E(t){const e=2|t.keys[2];return O(Math.imul(e,1^e)>>>8)}function O(t){return 255&t}function K(t){return 4294967295&t}const G="deflate",W="inflate",T="Invalid signature";class L{constructor(t,{signature:n,password:s,signed:r,compressed:a,zipCrypto:i,passwordVerification:c,encryptionStrength:o},{chunkSize:l}){const h=Boolean(s);Object.assign(this,{signature:n,encrypted:h,signed:r,compressed:a,inflate:a&&new t({chunkSize:l}),crc32:r&&new e,zipCrypto:i,decrypt:h&&i?new B(s,c):new A(s,r,o)})}async append(t){const e=this;return e.encrypted&&t.length&&(t=await e.decrypt.append(t)),e.compressed&&t.length&&(t=await e.inflate.append(t)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),t}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.encrypted){const e=t.decrypt.flush();if(!e.valid)throw new Error(T);n=e.data}if((!t.encrypted||t.zipCrypto)&&t.signed){const n=new DataView(new Uint8Array(4).buffer);if(e=t.crc32.get(),n.setUint32(0,e),t.signature!=n.getUint32(0,!1))throw new Error(T)}return t.compressed&&(n=await t.inflate.append(n)||new Uint8Array(0),await t.inflate.flush()),{data:n,signature:e}}}class P{constructor(t,{encrypted:n,signed:s,compressed:r,level:a,zipCrypto:i,password:c,passwordVerification:o,encryptionStrength:l},{chunkSize:h}){Object.assign(this,{encrypted:n,signed:s,compressed:r,deflate:r&&new t({level:a||5,chunkSize:h}),crc32:s&&new e,zipCrypto:i,encrypt:n&&i?new D(c,o):new U(c,l)})}async append(t){const e=this;let n=t;return e.compressed&&t.length&&(n=await e.deflate.append(t)),e.encrypted&&n.length&&(n=await e.encrypt.append(n)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),n}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.compressed&&(n=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){n=await t.encrypt.append(n);const s=t.encrypt.flush();e=s.signature;const r=new Uint8Array(n.length+s.data.length);r.set(n,0),r.set(s.data,n.length),n=r}return t.encrypted&&!t.zipCrypto||!t.signed||(e=t.crc32.get()),{data:n,signature:e}}}const R={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const e=t.options;let n;self.initCodec&&self.initCodec(),e.codecType.startsWith(G)?n=self.Deflate:e.codecType.startsWith(W)&&(n=self.Inflate),x=function(t,e,n){return e.codecType.startsWith(G)?new P(t,e,n):e.codecType.startsWith(W)?new L(t,e,n):void 0}(n,e,t.config)},append:async t=>({data:await x.append(t.data)}),flush:()=>x.flush()};let x;addEventListener("message",(async t=>{const e=t.data,n=e.type,s=R[n];if(s)try{e.data&&(e.data=new Uint8Array(e.data));const t=await s(e)||{};if(t.type=n,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data])}catch(e){postMessage(t)}else postMessage(t)}catch(t){postMessage({type:n,error:{message:t.message,stack:t.stack}})}}));function F(t,e,n){return class{constructor(s){const r=this;r.codec=new t(Object.assign({},e,s)),n(r.codec,(t=>{if(r.pendingData){const e=r.pendingData;r.pendingData=new Uint8Array(e.length+t.length),r.pendingData.set(e,0),r.pendingData.set(t,e.length)}else r.pendingData=new Uint8Array(t)}))}async append(t){return this.codec.push(t),s(this)}async flush(){return this.codec.push(new Uint8Array(0),!0),s(this)}};function s(t){if(t.pendingData){const e=t.pendingData;return t.pendingData=null,e}return new Uint8Array(0)}}self.initCodec=()=>{const{Deflate:t,Inflate:e}=((t,e={},n)=>({Deflate:F(t.Deflate,e.deflate,n),Inflate:F(t.Inflate,e.inflate,n)}))(pako,{deflate:{raw:!0},inflate:{raw:!0}},((t,e)=>t.onData=e));self.Deflate=t,self.Inflate=e}}(); | ||
!function(){"use strict";const t=[];for(let e=0;256>e;e++){let n=e;for(let t=0;8>t;t++)1&n?n=n>>>1^3988292384:n>>>=1;t[e]=n}class e{constructor(t){this.crc=t||-1}append(e){let n=0|this.crc;for(let s=0,r=0|e.length;r>s;s++)n=n>>>8^t[255&(n^e[s])];this.crc=n}get(){return~this.crc}}const n={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const s=t[t.length-1],r=n.getPartial(s);return 32===r?t.concat(e):n._shiftRight(e,r,0|s,t.slice(0,t.length-1))},bitLength(t){const e=t.length;if(0===e)return 0;const s=t[e-1];return 32*(e-1)+n.getPartial(s)},clamp(t,e){if(32*t.length<e)return t;const s=(t=t.slice(0,Math.ceil(e/32))).length;return e&=31,s>0&&e&&(t[s-1]=n.partial(e,t[s-1]&2147483648>>e-1,1)),t},partial:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,getPartial:t=>Math.round(t/1099511627776)||32,_shiftRight(t,e,s,r){for(void 0===r&&(r=[]);e>=32;e-=32)r.push(s),s=0;if(0===e)return r.concat(t);for(let n=0;n<t.length;n++)r.push(s|t[n]>>>e),s=t[n]<<32-e;const a=t.length?t[t.length-1]:0,i=n.getPartial(a);return r.push(n.partial(e+i&31,e+i>32?s:r.pop(),1)),r}},s={bytes:{fromBits(t){const e=n.bitLength(t)/8,s=new Uint8Array(e);let r;for(let n=0;e>n;n++)0==(3&n)&&(r=t[n/4]),s[n]=r>>>24,r<<=8;return s},toBits(t){const e=[];let s,r=0;for(s=0;s<t.length;s++)r=r<<8|t[s],3==(3&s)&&(e.push(r),r=0);return 3&s&&e.push(n.partial(8*(3&s),r)),e}}},r={sha1:function(t){t?(this._h=t._h.slice(0),this._buffer=t._buffer.slice(0),this._length=t._length):this.reset()}};r.sha1.prototype={blockSize:512,reset:function(){const t=this;return t._h=this._init.slice(0),t._buffer=[],t._length=0,t},update:function(t){const e=this;"string"==typeof t&&(t=s.utf8String.toBits(t));const r=e._buffer=n.concat(e._buffer,t),a=e._length,i=e._length=a+n.bitLength(t);if(i>9007199254740991)throw Error("Cannot hash more than 2^53 - 1 bits");const c=new Uint32Array(r);let o=0;for(let t=e.blockSize+a-(e.blockSize+a&e.blockSize-1);i>=t;t+=e.blockSize)e._block(c.subarray(16*o,16*(o+1))),o+=1;return r.splice(0,16*o),e},finalize:function(){const t=this;let e=t._buffer;const s=t._h;e=n.concat(e,[n.partial(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(Math.floor(t._length/4294967296)),e.push(0|t._length);e.length;)t._block(e.splice(0,16));return t.reset(),s},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:(t,e,n,s)=>t>19?t>39?t>59?t>79?void 0:e^n^s:e&n|e&s|n&s:e^n^s:e&n|~e&s,_S:(t,e)=>e<<t|e>>>32-t,_block:function(t){const e=this,n=e._h,s=Array(80);for(let e=0;16>e;e++)s[e]=t[e];let r=n[0],a=n[1],i=n[2],c=n[3],o=n[4];for(let t=0;79>=t;t++){16>t||(s[t]=e._S(1,s[t-3]^s[t-8]^s[t-14]^s[t-16]));const n=e._S(5,r)+e._f(t,a,i,c)+o+s[t]+e._key[Math.floor(t/20)]|0;o=c,c=i,i=e._S(30,a),a=r,r=n}n[0]=n[0]+r|0,n[1]=n[1]+a|0,n[2]=n[2]+i|0,n[3]=n[3]+c|0,n[4]=n[4]+o|0}};const a="Invalid pasword",i=16,c={name:"PBKDF2"},o=Object.assign({hash:{name:"HMAC"}},c),l=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},c),h=["deriveBits"],p=[8,12,16],d=[16,24,32],u=10,f=[0,0,0,0],g=s.bytes,y=class{constructor(t){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const n=e._tables[0][4],s=e._tables[1],r=t.length;let a,i,c,o=1;if(4!==r&&6!==r&&8!==r)throw Error("invalid aes key size");for(e._key=[i=t.slice(0),c=[]],a=r;4*r+28>a;a++){let t=i[a-1];(a%r==0||8===r&&a%r==4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],a%r==0&&(t=t<<8^t>>>24^o<<24,o=o<<1^283*(o>>7))),i[a]=i[a-r]^t}for(let t=0;a;t++,a--){const e=i[3&t?a:a-4];c[t]=4>=a||4>t?e:s[0][n[e>>>24]]^s[1][n[e>>16&255]]^s[2][n[e>>8&255]]^s[3][n[255&e]]}}encrypt(t){return this._crypt(t,0)}decrypt(t){return this._crypt(t,1)}_precompute(){const t=this._tables[0],e=this._tables[1],n=t[4],s=e[4],r=[],a=[];let i,c,o,l;for(let t=0;256>t;t++)a[(r[t]=t<<1^283*(t>>7))^t]=t;for(let h=i=0;!n[h];h^=c||1,i=a[i]||1){let a=i^i<<1^i<<2^i<<3^i<<4;a=a>>8^255&a^99,n[h]=a,s[a]=h,l=r[o=r[c=r[h]]];let p=16843009*l^65537*o^257*c^16843008*h,d=257*r[a]^16843008*a;for(let n=0;4>n;n++)t[n][h]=d=d<<24^d>>>8,e[n][a]=p=p<<24^p>>>8}for(let n=0;5>n;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}_crypt(t,e){if(4!==t.length)throw Error("invalid aes block size");const n=this._key[e],s=n.length/4-2,r=[0,0,0,0],a=this._tables[e],i=a[0],c=a[1],o=a[2],l=a[3],h=a[4];let p,d,u,f=t[0]^n[0],g=t[e?3:1]^n[1],y=t[2]^n[2],w=t[e?1:3]^n[3],_=4;for(let t=0;s>t;t++)p=i[f>>>24]^c[g>>16&255]^o[y>>8&255]^l[255&w]^n[_],d=i[g>>>24]^c[y>>16&255]^o[w>>8&255]^l[255&f]^n[_+1],u=i[y>>>24]^c[w>>16&255]^o[f>>8&255]^l[255&g]^n[_+2],w=i[w>>>24]^c[f>>16&255]^o[g>>8&255]^l[255&y]^n[_+3],_+=4,f=p,g=d,y=u;for(let t=0;4>t;t++)r[e?3&-t:t]=h[f>>>24]<<24^h[g>>16&255]<<16^h[y>>8&255]<<8^h[255&w]^n[_++],p=f,f=g,g=y,y=w,w=p;return r}},w=class{constructor(t,e){this._prf=t,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(t){return this.calculate(this._prf,t,this._iv)}incWord(t){if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,s=255&t;255===e?(e=0,255===n?(n=0,255===s?s=0:++s):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=s}else t+=1<<24;return t}incCounter(t){0===(t[0]=this.incWord(t[0]))&&(t[1]=this.incWord(t[1]))}calculate(t,e,s){let r;if(!(r=e.length))return[];const a=n.bitLength(e);for(let n=0;r>n;n+=4){this.incCounter(s);const r=t.encrypt(s);e[n]^=r[0],e[n+1]^=r[1],e[n+2]^=r[2],e[n+3]^=r[3]}return n.clamp(e,a)}},_=class{constructor(t){const e=this,n=e._hash=r.sha1,s=[[],[]],a=n.prototype.blockSize/32;e._baseHash=[new n,new n],t.length>a&&(t=n.hash(t));for(let e=0;a>e;e++)s[0][e]=909522486^t[e],s[1][e]=1549556828^t[e];e._baseHash[0].update(s[0]),e._baseHash[1].update(s[1]),e._resultHash=new n(e._baseHash[0])}reset(){const t=this;t._resultHash=new t._hash(t._baseHash[0]),t._updated=!1}update(t){this._updated=!0,this._resultHash.update(t)}digest(){const t=this,e=t._resultHash.finalize(),n=new t._hash(t._baseHash[1]).update(e).finalize();return t.reset(),n}};class b{constructor(t,e,n){Object.assign(this,{password:t,signed:e,strength:n-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;if(e.password){const n=z(t,0,p[e.strength]+2);await(async(t,e,n)=>{await A(t,n,z(e,0,p[t.strength]));const s=z(e,p[t.strength]),r=t.keys.passwordVerification;if(r[0]!=s[0]||r[1]!=s[1])throw Error(a)})(e,n,e.password),e.password=null,e.aesCtrGladman=new w(new y(e.keys.key),Array.from(f)),e.hmac=new _(e.keys.authentication),t=z(t,p[e.strength]+2)}return k(e,t,new Uint8Array(t.length-u-(t.length-u)%i),0,u,!0)}flush(){const t=this,e=t.pendingInput,n=z(e,0,e.length-u),s=z(e,e.length-u);let r=new Uint8Array(0);if(n.length){const e=g.toBits(n);t.hmac.update(e);const s=t.aesCtrGladman.update(e);r=g.fromBits(s)}let a=!0;if(t.signed){const e=z(g.fromBits(t.hmac.digest()),0,u);for(let t=0;u>t;t++)e[t]!=s[t]&&(a=!1)}return{valid:a,data:r}}}class m{constructor(t,e){Object.assign(this,{password:t,strength:e-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;let n=new Uint8Array(0);e.password&&(n=await(async(t,e)=>{const n=crypto.getRandomValues(new Uint8Array(p[t.strength]));return await A(t,e,n),U(n,t.keys.passwordVerification)})(e,e.password),e.password=null,e.aesCtrGladman=new w(new y(e.keys.key),Array.from(f)),e.hmac=new _(e.keys.authentication));const s=new Uint8Array(n.length+t.length-t.length%i);return s.set(n,0),k(e,t,s,n.length,0)}flush(){const t=this;let e=new Uint8Array(0);if(t.pendingInput.length){const n=t.aesCtrGladman.update(g.toBits(t.pendingInput));t.hmac.update(n),e=g.fromBits(n)}const n=z(g.fromBits(t.hmac.digest()),0,u);return{data:U(e,n),signature:n}}}function k(t,e,n,s,r,a){const c=e.length-r;let o;for(t.pendingInput.length&&(e=U(t.pendingInput,e),n=((t,e)=>{if(e&&e>t.length){const n=t;(t=new Uint8Array(e)).set(n,0)}return t})(n,c-c%i)),o=0;c-i>=o;o+=i){const r=g.toBits(z(e,o,o+i));a&&t.hmac.update(r);const c=t.aesCtrGladman.update(r);a||t.hmac.update(c),n.set(g.fromBits(c),o+s)}return t.pendingInput=z(e,o),n}async function A(t,e,n){const s=(t=>{if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const e=new Uint8Array(t.length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new TextEncoder).encode(t)})(e),r=await crypto.subtle.importKey("raw",s,o,!1,h),a=await crypto.subtle.deriveBits(Object.assign({salt:n},l),r,8*(2*d[t.strength]+2)),i=new Uint8Array(a);t.keys={key:g.toBits(z(i,0,d[t.strength])),authentication:g.toBits(z(i,d[t.strength],2*d[t.strength])),passwordVerification:z(i,2*d[t.strength])}}function U(t,e){let n=t;return t.length+e.length&&(n=new Uint8Array(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function z(t,e,n){return t.subarray(e,n)}class C{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),D(this,t)}append(t){const e=this;if(e.password){const n=S(e,t.subarray(0,12));if(e.password=null,n[11]!=e.passwordVerification)throw Error(a);t=t.subarray(12)}return S(e,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class v{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),D(this,t)}append(t){const e=this;let n,s;if(e.password){e.password=null;const r=crypto.getRandomValues(new Uint8Array(12));r[11]=e.passwordVerification,n=new Uint8Array(t.length+r.length),n.set(I(e,r),0),s=12}else n=new Uint8Array(t.length),s=0;return n.set(I(e,t),s),n}flush(){return{data:new Uint8Array(0)}}}function S(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=H(t)^e[s],B(t,n[s]);return n}function I(t,e){const n=new Uint8Array(e.length);for(let s=0;s<e.length;s++)n[s]=H(t)^e[s],B(t,e[s]);return n}function D(t,n){t.keys=[305419896,591751049,878082192],t.crcKey0=new e(t.keys[0]),t.crcKey2=new e(t.keys[2]);for(let e=0;e<n.length;e++)B(t,n.charCodeAt(e))}function B(t,e){t.crcKey0.append([e]),t.keys[0]=~t.crcKey0.get(),t.keys[1]=M(t.keys[1]+V(t.keys[0])),t.keys[1]=M(Math.imul(t.keys[1],134775813)+1),t.crcKey2.append([t.keys[1]>>>24]),t.keys[2]=~t.crcKey2.get()}function H(t){const e=2|t.keys[2];return V(Math.imul(e,1^e)>>>8)}function V(t){return 255&t}function M(t){return 4294967295&t}const j="deflate",E="inflate",O="Invalid signature";class K{constructor(t,{signature:n,password:s,signed:r,compressed:a,zipCrypto:i,passwordVerification:c,encryptionStrength:o},{chunkSize:l}){const h=!!s;Object.assign(this,{signature:n,encrypted:h,signed:r,compressed:a,inflate:a&&new t({chunkSize:l}),crc32:r&&new e,zipCrypto:i,decrypt:h&&i?new C(s,c):new b(s,r,o)})}async append(t){const e=this;return e.encrypted&&t.length&&(t=await e.decrypt.append(t)),e.compressed&&t.length&&(t=await e.inflate.append(t)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),t}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.encrypted){const e=t.decrypt.flush();if(!e.valid)throw Error(O);n=e.data}if((!t.encrypted||t.zipCrypto)&&t.signed){const n=new DataView(new Uint8Array(4).buffer);if(e=t.crc32.get(),n.setUint32(0,e),t.signature!=n.getUint32(0,!1))throw Error(O)}return t.compressed&&(n=await t.inflate.append(n)||new Uint8Array(0),await t.inflate.flush()),{data:n,signature:e}}}class W{constructor(t,{encrypted:n,signed:s,compressed:r,level:a,zipCrypto:i,password:c,passwordVerification:o,encryptionStrength:l},{chunkSize:h}){Object.assign(this,{encrypted:n,signed:s,compressed:r,deflate:r&&new t({level:a||5,chunkSize:h}),crc32:s&&new e,zipCrypto:i,encrypt:n&&i?new v(c,o):new m(c,l)})}async append(t){const e=this;let n=t;return e.compressed&&t.length&&(n=await e.deflate.append(t)),e.encrypted&&n.length&&(n=await e.encrypt.append(n)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),n}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.compressed&&(n=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){n=await t.encrypt.append(n);const s=t.encrypt.flush();e=s.signature;const r=new Uint8Array(n.length+s.data.length);r.set(n,0),r.set(s.data,n.length),n=r}return t.encrypted&&!t.zipCrypto||!t.signed||(e=t.crc32.get()),{data:n,signature:e}}}const T={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const e=t.options;let n;self.initCodec&&self.initCodec(),e.codecType.startsWith(j)?n=self.Deflate:e.codecType.startsWith(E)&&(n=self.Inflate),G=((t,e,n)=>e.codecType.startsWith(j)?new W(t,e,n):e.codecType.startsWith(E)?new K(t,e,n):void 0)(n,e,t.config)},append:async t=>({data:await G.append(t.data)}),flush:()=>G.flush()};let G;function L(t,e,n){return class{constructor(s){const r=this;r.codec=new t(Object.assign({},e,s)),n(r.codec,(t=>{if(r.pendingData){const e=r.pendingData;r.pendingData=new Uint8Array(e.length+t.length),r.pendingData.set(e,0),r.pendingData.set(t,e.length)}else r.pendingData=new Uint8Array(t)}))}async append(t){return this.codec.push(t),s(this)}async flush(){return this.codec.push(new Uint8Array(0),!0),s(this)}};function s(t){if(t.pendingData){const e=t.pendingData;return t.pendingData=null,e}return new Uint8Array(0)}}addEventListener("message",(async t=>{const e=t.data,n=e.type,s=T[n];if(s)try{e.data&&(e.data=new Uint8Array(e.data));const t=await s(e)||{};if(t.type=n,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data])}catch(e){postMessage(t)}else postMessage(t)}catch(t){postMessage({type:n,error:{message:t.message,stack:t.stack}})}})),self.initCodec=()=>{const{Deflate:t,Inflate:e}=((t,e={},n)=>({Deflate:L(t.Deflate,e.deflate,n),Inflate:L(t.Inflate,e.inflate,n)}))(pako,{deflate:{raw:!0},inflate:{raw:!0}},((t,e)=>t.onData=e));self.Deflate=t,self.Inflate=e}}(); |
@@ -1,1 +0,1 @@ | ||
!function(){"use strict";const t=[];for(let e=0;e<256;e++){let n=e;for(let t=0;t<8;t++)1&n?n=n>>>1^3988292384:n>>>=1;t[e]=n}class e{constructor(t){this.crc=t||-1}append(e){let n=0|this.crc;for(let i=0,a=0|e.length;i<a;i++)n=n>>>8^t[255&(n^e[i])];this.crc=n}get(){return~this.crc}}const n={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const i=t[t.length-1],a=n.getPartial(i);return 32===a?t.concat(e):n._shiftRight(e,a,0|i,t.slice(0,t.length-1))},bitLength(t){const e=t.length;if(0===e)return 0;const i=t[e-1];return 32*(e-1)+n.getPartial(i)},clamp(t,e){if(32*t.length<e)return t;const i=(t=t.slice(0,Math.ceil(e/32))).length;return e&=31,i>0&&e&&(t[i-1]=n.partial(e,t[i-1]&2147483648>>e-1,1)),t},partial:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,getPartial:t=>Math.round(t/1099511627776)||32,_shiftRight(t,e,i,a){for(void 0===a&&(a=[]);e>=32;e-=32)a.push(i),i=0;if(0===e)return a.concat(t);for(let n=0;n<t.length;n++)a.push(i|t[n]>>>e),i=t[n]<<32-e;const r=t.length?t[t.length-1]:0,s=n.getPartial(r);return a.push(n.partial(e+s&31,e+s>32?i:a.pop(),1)),a}},i={bytes:{fromBits(t){const e=n.bitLength(t)/8,i=new Uint8Array(e);let a;for(let n=0;n<e;n++)0==(3&n)&&(a=t[n/4]),i[n]=a>>>24,a<<=8;return i},toBits(t){const e=[];let i,a=0;for(i=0;i<t.length;i++)a=a<<8|t[i],3==(3&i)&&(e.push(a),a=0);return 3&i&&e.push(n.partial(8*(3&i),a)),e}}},a={sha1:function(t){t?(this._h=t._h.slice(0),this._buffer=t._buffer.slice(0),this._length=t._length):this.reset()}};a.sha1.prototype={blockSize:512,reset:function(){const t=this;return t._h=this._init.slice(0),t._buffer=[],t._length=0,t},update:function(t){const e=this;"string"==typeof t&&(t=i.utf8String.toBits(t));const a=e._buffer=n.concat(e._buffer,t),r=e._length,s=e._length=r+n.bitLength(t);if(s>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const o=new Uint32Array(a);let l=0;for(let t=e.blockSize+r-(e.blockSize+r&e.blockSize-1);t<=s;t+=e.blockSize)e._block(o.subarray(16*l,16*(l+1))),l+=1;return a.splice(0,16*l),e},finalize:function(){const t=this;let e=t._buffer;const i=t._h;e=n.concat(e,[n.partial(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(Math.floor(t._length/4294967296)),e.push(0|t._length);e.length;)t._block(e.splice(0,16));return t.reset(),i},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:function(t,e,n,i){return t<=19?e&n|~e&i:t<=39?e^n^i:t<=59?e&n|e&i|n&i:t<=79?e^n^i:void 0},_S:function(t,e){return e<<t|e>>>32-t},_block:function(t){const e=this,n=e._h,i=Array(80);for(let e=0;e<16;e++)i[e]=t[e];let a=n[0],r=n[1],s=n[2],o=n[3],l=n[4];for(let t=0;t<=79;t++){t>=16&&(i[t]=e._S(1,i[t-3]^i[t-8]^i[t-14]^i[t-16]));const n=e._S(5,a)+e._f(t,r,s,o)+l+i[t]+e._key[Math.floor(t/20)]|0;l=o,o=s,s=e._S(30,r),r=a,a=n}n[0]=n[0]+a|0,n[1]=n[1]+r|0,n[2]=n[2]+s|0,n[3]=n[3]+o|0,n[4]=n[4]+l|0}};const r={aes:class{constructor(t){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const n=e._tables[0][4],i=e._tables[1],a=t.length;let r,s,o,l=1;if(4!==a&&6!==a&&8!==a)throw new Error("invalid aes key size");for(e._key=[s=t.slice(0),o=[]],r=a;r<4*a+28;r++){let t=s[r-1];(r%a==0||8===a&&r%a==4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],r%a==0&&(t=t<<8^t>>>24^l<<24,l=l<<1^283*(l>>7))),s[r]=s[r-a]^t}for(let t=0;r;t++,r--){const e=s[3&t?r:r-4];o[t]=r<=4||t<4?e:i[0][n[e>>>24]]^i[1][n[e>>16&255]]^i[2][n[e>>8&255]]^i[3][n[255&e]]}}encrypt(t){return this._crypt(t,0)}decrypt(t){return this._crypt(t,1)}_precompute(){const t=this._tables[0],e=this._tables[1],n=t[4],i=e[4],a=[],r=[];let s,o,l,_;for(let t=0;t<256;t++)r[(a[t]=t<<1^283*(t>>7))^t]=t;for(let d=s=0;!n[d];d^=o||1,s=r[s]||1){let r=s^s<<1^s<<2^s<<3^s<<4;r=r>>8^255&r^99,n[d]=r,i[r]=d,_=a[l=a[o=a[d]]];let c=16843009*_^65537*l^257*o^16843008*d,f=257*a[r]^16843008*r;for(let n=0;n<4;n++)t[n][d]=f=f<<24^f>>>8,e[n][r]=c=c<<24^c>>>8}for(let n=0;n<5;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}_crypt(t,e){if(4!==t.length)throw new Error("invalid aes block size");const n=this._key[e],i=n.length/4-2,a=[0,0,0,0],r=this._tables[e],s=r[0],o=r[1],l=r[2],_=r[3],d=r[4];let c,f,u,h=t[0]^n[0],b=t[e?3:1]^n[1],w=t[2]^n[2],p=t[e?1:3]^n[3],x=4;for(let t=0;t<i;t++)c=s[h>>>24]^o[b>>16&255]^l[w>>8&255]^_[255&p]^n[x],f=s[b>>>24]^o[w>>16&255]^l[p>>8&255]^_[255&h]^n[x+1],u=s[w>>>24]^o[p>>16&255]^l[h>>8&255]^_[255&b]^n[x+2],p=s[p>>>24]^o[h>>16&255]^l[b>>8&255]^_[255&w]^n[x+3],x+=4,h=c,b=f,w=u;for(let t=0;t<4;t++)a[e?3&-t:t]=d[h>>>24]<<24^d[b>>16&255]<<16^d[w>>8&255]<<8^d[255&p]^n[x++],c=h,h=b,b=w,w=p,p=c;return a}}},s={ctrGladman:class{constructor(t,e){this._prf=t,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(t){return this.calculate(this._prf,t,this._iv)}incWord(t){if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,i=255&t;255===e?(e=0,255===n?(n=0,255===i?i=0:++i):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=i}else t+=1<<24;return t}incCounter(t){0===(t[0]=this.incWord(t[0]))&&(t[1]=this.incWord(t[1]))}calculate(t,e,i){let a;if(!(a=e.length))return[];const r=n.bitLength(e);for(let n=0;n<a;n+=4){this.incCounter(i);const a=t.encrypt(i);e[n]^=a[0],e[n+1]^=a[1],e[n+2]^=a[2],e[n+3]^=a[3]}return n.clamp(e,r)}}},o={hmacSha1:class{constructor(t){const e=this,n=e._hash=a.sha1,i=[[],[]],r=n.prototype.blockSize/32;e._baseHash=[new n,new n],t.length>r&&(t=n.hash(t));for(let e=0;e<r;e++)i[0][e]=909522486^t[e],i[1][e]=1549556828^t[e];e._baseHash[0].update(i[0]),e._baseHash[1].update(i[1]),e._resultHash=new n(e._baseHash[0])}reset(){const t=this;t._resultHash=new t._hash(t._baseHash[0]),t._updated=!1}update(t){this._updated=!0,this._resultHash.update(t)}digest(){const t=this,e=t._resultHash.finalize(),n=new t._hash(t._baseHash[1]).update(e).finalize();return t.reset(),n}}},l="Invalid pasword",_=16,d={name:"PBKDF2"},c=Object.assign({hash:{name:"HMAC"}},d),f=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},d),u=["deriveBits"],h=[8,12,16],b=[16,24,32],w=10,p=[0,0,0,0],x=i.bytes,g=r.aes,y=s.ctrGladman,m=o.hmacSha1;class k{constructor(t,e,n){Object.assign(this,{password:t,signed:e,strength:n-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;if(e.password){const n=z(t,0,h[e.strength]+2);await async function(t,e,n){await U(t,n,z(e,0,h[t.strength]));const i=z(e,h[t.strength]),a=t.keys.passwordVerification;if(a[0]!=i[0]||a[1]!=i[1])throw new Error(l)}(e,n,e.password),e.password=null,e.aesCtrGladman=new y(new g(e.keys.key),Array.from(p)),e.hmac=new m(e.keys.authentication),t=z(t,h[e.strength]+2)}return A(e,t,new Uint8Array(t.length-w-(t.length-w)%_),0,w,!0)}flush(){const t=this,e=t.pendingInput,n=z(e,0,e.length-w),i=z(e,e.length-w);let a=new Uint8Array(0);if(n.length){const e=x.toBits(n);t.hmac.update(e);const i=t.aesCtrGladman.update(e);a=x.fromBits(i)}let r=!0;if(t.signed){const e=z(x.fromBits(t.hmac.digest()),0,w);for(let t=0;t<w;t++)e[t]!=i[t]&&(r=!1)}return{valid:r,data:a}}}class v{constructor(t,e){Object.assign(this,{password:t,strength:e-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;let n=new Uint8Array(0);e.password&&(n=await async function(t,e){const n=crypto.getRandomValues(new Uint8Array(h[t.strength]));return await U(t,e,n),S(n,t.keys.passwordVerification)}(e,e.password),e.password=null,e.aesCtrGladman=new y(new g(e.keys.key),Array.from(p)),e.hmac=new m(e.keys.authentication));const i=new Uint8Array(n.length+t.length-t.length%_);return i.set(n,0),A(e,t,i,n.length,0)}flush(){const t=this;let e=new Uint8Array(0);if(t.pendingInput.length){const n=t.aesCtrGladman.update(x.toBits(t.pendingInput));t.hmac.update(n),e=x.fromBits(n)}const n=z(x.fromBits(t.hmac.digest()),0,w);return{data:S(e,n),signature:n}}}function A(t,e,n,i,a,r){const s=e.length-a;let o;for(t.pendingInput.length&&(e=S(t.pendingInput,e),n=function(t,e){if(e&&e>t.length){const n=t;(t=new Uint8Array(e)).set(n,0)}return t}(n,s-s%_)),o=0;o<=s-_;o+=_){const a=x.toBits(z(e,o,o+_));r&&t.hmac.update(a);const s=t.aesCtrGladman.update(a);r||t.hmac.update(s),n.set(x.fromBits(s),o+i)}return t.pendingInput=z(e,o),n}async function U(t,e,n){const i=function(t){if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const e=new Uint8Array(t.length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new TextEncoder).encode(t)}(e),a=await crypto.subtle.importKey("raw",i,c,!1,u),r=await crypto.subtle.deriveBits(Object.assign({salt:n},f),a,8*(2*b[t.strength]+2)),s=new Uint8Array(r);t.keys={key:x.toBits(z(s,0,b[t.strength])),authentication:x.toBits(z(s,b[t.strength],2*b[t.strength])),passwordVerification:z(s,2*b[t.strength])}}function S(t,e){let n=t;return t.length+e.length&&(n=new Uint8Array(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function z(t,e,n){return t.subarray(e,n)}const E=12;class I{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),H(this,t)}append(t){const e=this;if(e.password){const n=M(e,t.subarray(0,E));if(e.password=null,n[11]!=e.passwordVerification)throw new Error(l);t=t.subarray(E)}return M(e,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class C{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),H(this,t)}append(t){const e=this;let n,i;if(e.password){e.password=null;const a=crypto.getRandomValues(new Uint8Array(E));a[11]=e.passwordVerification,n=new Uint8Array(t.length+a.length),n.set(B(e,a),0),i=E}else n=new Uint8Array(t.length),i=0;return n.set(B(e,t),i),n}flush(){return{data:new Uint8Array(0)}}}function M(t,e){const n=new Uint8Array(e.length);for(let i=0;i<e.length;i++)n[i]=D(t)^e[i],V(t,n[i]);return n}function B(t,e){const n=new Uint8Array(e.length);for(let i=0;i<e.length;i++)n[i]=D(t)^e[i],V(t,e[i]);return n}function H(t,n){t.keys=[305419896,591751049,878082192],t.crcKey0=new e(t.keys[0]),t.crcKey2=new e(t.keys[2]);for(let e=0;e<n.length;e++)V(t,n.charCodeAt(e))}function V(t,e){t.crcKey0.append([e]),t.keys[0]=~t.crcKey0.get(),t.keys[1]=O(t.keys[1]+j(t.keys[0])),t.keys[1]=O(Math.imul(t.keys[1],134775813)+1),t.crcKey2.append([t.keys[1]>>>24]),t.keys[2]=~t.crcKey2.get()}function D(t){const e=2|t.keys[2];return j(Math.imul(e,1^e)>>>8)}function j(t){return 255&t}function O(t){return 4294967295&t}const P="deflate",K="inflate",G="Invalid signature";class W{constructor(t,{signature:n,password:i,signed:a,compressed:r,zipCrypto:s,passwordVerification:o,encryptionStrength:l},{chunkSize:_}){const d=Boolean(i);Object.assign(this,{signature:n,encrypted:d,signed:a,compressed:r,inflate:r&&new t({chunkSize:_}),crc32:a&&new e,zipCrypto:s,decrypt:d&&s?new I(i,o):new k(i,a,l)})}async append(t){const e=this;return e.encrypted&&t.length&&(t=await e.decrypt.append(t)),e.compressed&&t.length&&(t=await e.inflate.append(t)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),t}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.encrypted){const e=t.decrypt.flush();if(!e.valid)throw new Error(G);n=e.data}if((!t.encrypted||t.zipCrypto)&&t.signed){const n=new DataView(new Uint8Array(4).buffer);if(e=t.crc32.get(),n.setUint32(0,e),t.signature!=n.getUint32(0,!1))throw new Error(G)}return t.compressed&&(n=await t.inflate.append(n)||new Uint8Array(0),await t.inflate.flush()),{data:n,signature:e}}}class T{constructor(t,{encrypted:n,signed:i,compressed:a,level:r,zipCrypto:s,password:o,passwordVerification:l,encryptionStrength:_},{chunkSize:d}){Object.assign(this,{encrypted:n,signed:i,compressed:a,deflate:a&&new t({level:r||5,chunkSize:d}),crc32:i&&new e,zipCrypto:s,encrypt:n&&s?new C(o,l):new v(o,_)})}async append(t){const e=this;let n=t;return e.compressed&&t.length&&(n=await e.deflate.append(t)),e.encrypted&&n.length&&(n=await e.encrypt.append(n)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),n}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.compressed&&(n=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){n=await t.encrypt.append(n);const i=t.encrypt.flush();e=i.signature;const a=new Uint8Array(n.length+i.data.length);a.set(n,0),a.set(i.data,n.length),n=a}return t.encrypted&&!t.zipCrypto||!t.signed||(e=t.crc32.get()),{data:n,signature:e}}}const L={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const e=t.options;let n;self.initCodec&&self.initCodec(),e.codecType.startsWith(P)?n=self.Deflate:e.codecType.startsWith(K)&&(n=self.Inflate),R=function(t,e,n){return e.codecType.startsWith(P)?new T(t,e,n):e.codecType.startsWith(K)?new W(t,e,n):void 0}(n,e,t.config)},append:async t=>({data:await R.append(t.data)}),flush:()=>R.flush()};let R;addEventListener("message",(async t=>{const e=t.data,n=e.type,i=L[n];if(i)try{e.data&&(e.data=new Uint8Array(e.data));const t=await i(e)||{};if(t.type=n,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data])}catch(e){postMessage(t)}else postMessage(t)}catch(t){postMessage({type:n,error:{message:t.message,stack:t.stack}})}}));const q=256,F=256,J=-2,N=-5;function Q(t){return X(t.map((([t,e])=>new Array(t).fill(e,0,t))))}function X(t){return t.reduce(((t,e)=>t.concat(Array.isArray(e)?X(e):e)),[])}const Y=[0,1,2,3].concat(...Q([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function Z(){const t=this;function e(t,e){let n=0;do{n|=1&t,t>>>=1,n<<=1}while(--e>0);return n>>>1}t.build_tree=function(n){const i=t.dyn_tree,a=t.stat_desc.static_tree,r=t.stat_desc.elems;let s,o,l,_=-1;for(n.heap_len=0,n.heap_max=573,s=0;s<r;s++)0!==i[2*s]?(n.heap[++n.heap_len]=_=s,n.depth[s]=0):i[2*s+1]=0;for(;n.heap_len<2;)l=n.heap[++n.heap_len]=_<2?++_:0,i[2*l]=1,n.depth[l]=0,n.opt_len--,a&&(n.static_len-=a[2*l+1]);for(t.max_code=_,s=Math.floor(n.heap_len/2);s>=1;s--)n.pqdownheap(i,s);l=r;do{s=n.heap[1],n.heap[1]=n.heap[n.heap_len--],n.pqdownheap(i,1),o=n.heap[1],n.heap[--n.heap_max]=s,n.heap[--n.heap_max]=o,i[2*l]=i[2*s]+i[2*o],n.depth[l]=Math.max(n.depth[s],n.depth[o])+1,i[2*s+1]=i[2*o+1]=l,n.heap[1]=l++,n.pqdownheap(i,1)}while(n.heap_len>=2);n.heap[--n.heap_max]=n.heap[1],function(e){const n=t.dyn_tree,i=t.stat_desc.static_tree,a=t.stat_desc.extra_bits,r=t.stat_desc.extra_base,s=t.stat_desc.max_length;let o,l,_,d,c,f,u=0;for(d=0;d<=15;d++)e.bl_count[d]=0;for(n[2*e.heap[e.heap_max]+1]=0,o=e.heap_max+1;o<573;o++)l=e.heap[o],d=n[2*n[2*l+1]+1]+1,d>s&&(d=s,u++),n[2*l+1]=d,l>t.max_code||(e.bl_count[d]++,c=0,l>=r&&(c=a[l-r]),f=n[2*l],e.opt_len+=f*(d+c),i&&(e.static_len+=f*(i[2*l+1]+c)));if(0!==u){do{for(d=s-1;0===e.bl_count[d];)d--;e.bl_count[d]--,e.bl_count[d+1]+=2,e.bl_count[s]--,u-=2}while(u>0);for(d=s;0!==d;d--)for(l=e.bl_count[d];0!==l;)_=e.heap[--o],_>t.max_code||(n[2*_+1]!=d&&(e.opt_len+=(d-n[2*_+1])*n[2*_],n[2*_+1]=d),l--)}}(n),function(t,n,i){const a=[];let r,s,o,l=0;for(r=1;r<=15;r++)a[r]=l=l+i[r-1]<<1;for(s=0;s<=n;s++)o=t[2*s+1],0!==o&&(t[2*s]=e(a[o]++,o))}(i,t.max_code,n.bl_count)}}function $(t,e,n,i,a){const r=this;r.static_tree=t,r.extra_bits=e,r.extra_base=n,r.elems=i,r.max_length=a}Z._length_code=[0,1,2,3,4,5,6,7].concat(...Q([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),Z.base_length=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],Z.base_dist=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],Z.d_code=function(t){return t<256?Y[t]:Y[256+(t>>>7)]},Z.extra_lbits=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Z.extra_dbits=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],Z.extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Z.bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],$.static_ltree=[12,8,140,8,76,8,204,8,44,8,172,8,108,8,236,8,28,8,156,8,92,8,220,8,60,8,188,8,124,8,252,8,2,8,130,8,66,8,194,8,34,8,162,8,98,8,226,8,18,8,146,8,82,8,210,8,50,8,178,8,114,8,242,8,10,8,138,8,74,8,202,8,42,8,170,8,106,8,234,8,26,8,154,8,90,8,218,8,58,8,186,8,122,8,250,8,6,8,134,8,70,8,198,8,38,8,166,8,102,8,230,8,22,8,150,8,86,8,214,8,54,8,182,8,118,8,246,8,14,8,142,8,78,8,206,8,46,8,174,8,110,8,238,8,30,8,158,8,94,8,222,8,62,8,190,8,126,8,254,8,1,8,129,8,65,8,193,8,33,8,161,8,97,8,225,8,17,8,145,8,81,8,209,8,49,8,177,8,113,8,241,8,9,8,137,8,73,8,201,8,41,8,169,8,105,8,233,8,25,8,153,8,89,8,217,8,57,8,185,8,121,8,249,8,5,8,133,8,69,8,197,8,37,8,165,8,101,8,229,8,21,8,149,8,85,8,213,8,53,8,181,8,117,8,245,8,13,8,141,8,77,8,205,8,45,8,173,8,109,8,237,8,29,8,157,8,93,8,221,8,61,8,189,8,125,8,253,8,19,9,275,9,147,9,403,9,83,9,339,9,211,9,467,9,51,9,307,9,179,9,435,9,115,9,371,9,243,9,499,9,11,9,267,9,139,9,395,9,75,9,331,9,203,9,459,9,43,9,299,9,171,9,427,9,107,9,363,9,235,9,491,9,27,9,283,9,155,9,411,9,91,9,347,9,219,9,475,9,59,9,315,9,187,9,443,9,123,9,379,9,251,9,507,9,7,9,263,9,135,9,391,9,71,9,327,9,199,9,455,9,39,9,295,9,167,9,423,9,103,9,359,9,231,9,487,9,23,9,279,9,151,9,407,9,87,9,343,9,215,9,471,9,55,9,311,9,183,9,439,9,119,9,375,9,247,9,503,9,15,9,271,9,143,9,399,9,79,9,335,9,207,9,463,9,47,9,303,9,175,9,431,9,111,9,367,9,239,9,495,9,31,9,287,9,159,9,415,9,95,9,351,9,223,9,479,9,63,9,319,9,191,9,447,9,127,9,383,9,255,9,511,9,0,7,64,7,32,7,96,7,16,7,80,7,48,7,112,7,8,7,72,7,40,7,104,7,24,7,88,7,56,7,120,7,4,7,68,7,36,7,100,7,20,7,84,7,52,7,116,7,3,8,131,8,67,8,195,8,35,8,163,8,99,8,227,8],$.static_dtree=[0,5,16,5,8,5,24,5,4,5,20,5,12,5,28,5,2,5,18,5,10,5,26,5,6,5,22,5,14,5,30,5,1,5,17,5,9,5,25,5,5,5,21,5,13,5,29,5,3,5,19,5,11,5,27,5,7,5,23,5],$.static_l_desc=new $($.static_ltree,Z.extra_lbits,257,286,15),$.static_d_desc=new $($.static_dtree,Z.extra_dbits,0,30,15),$.static_bl_desc=new $(null,Z.extra_blbits,0,19,7);function tt(t,e,n,i,a){const r=this;r.good_length=t,r.max_lazy=e,r.nice_length=n,r.max_chain=i,r.func=a}const et=[new tt(0,0,0,0,0),new tt(4,4,8,4,1),new tt(4,5,16,8,1),new tt(4,6,32,32,1),new tt(4,4,16,16,2),new tt(8,16,32,32,2),new tt(8,16,128,128,2),new tt(8,32,128,256,2),new tt(32,128,258,1024,2),new tt(32,258,258,4096,2)],nt=["need dictionary","stream end","","","stream error","data error","","buffer error","",""],it=113,at=666,rt=258,st=262;function ot(t,e,n,i){const a=t[2*e],r=t[2*n];return a<r||a==r&&i[e]<=i[n]}function lt(){const t=this;let e,n,i,a,r,s,o,l,_,d,c,f,u,h,b,w,p,x,g,y,m,k,v,A,U,S,z,E,I,C,M,B,H;const V=new Z,D=new Z,j=new Z;let O,P,K,G,W,T;function L(){let e;for(e=0;e<286;e++)M[2*e]=0;for(e=0;e<30;e++)B[2*e]=0;for(e=0;e<19;e++)H[2*e]=0;M[512]=1,t.opt_len=t.static_len=0,P=K=0}function R(t,e){let n,i=-1,a=t[1],r=0,s=7,o=4;0===a&&(s=138,o=3),t[2*(e+1)+1]=65535;for(let l=0;l<=e;l++)n=a,a=t[2*(l+1)+1],++r<s&&n==a||(r<o?H[2*n]+=r:0!==n?(n!=i&&H[2*n]++,H[32]++):r<=10?H[34]++:H[36]++,r=0,i=n,0===a?(s=138,o=3):n==a?(s=6,o=3):(s=7,o=4))}function Q(e){t.pending_buf[t.pending++]=e}function X(t){Q(255&t),Q(t>>>8&255)}function Y(t,e){let n;const i=e;T>16-i?(n=t,W|=n<<T&65535,X(W),W=n>>>16-T,T+=i-16):(W|=t<<T&65535,T+=i)}function tt(t,e){const n=2*t;Y(65535&e[n],65535&e[n+1])}function lt(t,e){let n,i,a=-1,r=t[1],s=0,o=7,l=4;for(0===r&&(o=138,l=3),n=0;n<=e;n++)if(i=r,r=t[2*(n+1)+1],!(++s<o&&i==r)){if(s<l)do{tt(i,H)}while(0!=--s);else 0!==i?(i!=a&&(tt(i,H),s--),tt(16,H),Y(s-3,2)):s<=10?(tt(17,H),Y(s-3,3)):(tt(18,H),Y(s-11,7));s=0,a=i,0===r?(o=138,l=3):i==r?(o=6,l=3):(o=7,l=4)}}function _t(){16==T?(X(W),W=0,T=0):T>=8&&(Q(255&W),W>>>=8,T-=8)}function dt(e,n){let i,a,r;if(t.dist_buf[P]=e,t.lc_buf[P]=255&n,P++,0===e?M[2*n]++:(K++,e--,M[2*(Z._length_code[n]+q+1)]++,B[2*Z.d_code(e)]++),0==(8191&P)&&z>2){for(i=8*P,a=m-p,r=0;r<30;r++)i+=B[2*r]*(5+Z.extra_dbits[r]);if(i>>>=3,K<Math.floor(P/2)&&i<Math.floor(a/2))return!0}return P==O-1}function ct(e,n){let i,a,r,s,o=0;if(0!==P)do{i=t.dist_buf[o],a=t.lc_buf[o],o++,0===i?tt(a,e):(r=Z._length_code[a],tt(r+q+1,e),s=Z.extra_lbits[r],0!==s&&(a-=Z.base_length[r],Y(a,s)),i--,r=Z.d_code(i),tt(r,n),s=Z.extra_dbits[r],0!==s&&(i-=Z.base_dist[r],Y(i,s)))}while(o<P);tt(F,e),G=e[513]}function ft(){T>8?X(W):T>0&&Q(255&W),W=0,T=0}function ut(e,n,i){Y(0+(i?1:0),3),function(e,n,i){ft(),G=8,i&&(X(n),X(~n)),t.pending_buf.set(l.subarray(e,e+n),t.pending),t.pending+=n}(e,n,!0)}function ht(e,n,i){let a,r,s=0;z>0?(V.build_tree(t),D.build_tree(t),s=function(){let e;for(R(M,V.max_code),R(B,D.max_code),j.build_tree(t),e=18;e>=3&&0===H[2*Z.bl_order[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e}(),a=t.opt_len+3+7>>>3,r=t.static_len+3+7>>>3,r<=a&&(a=r)):a=r=n+5,n+4<=a&&-1!=e?ut(e,n,i):r==a?(Y(2+(i?1:0),3),ct($.static_ltree,$.static_dtree)):(Y(4+(i?1:0),3),function(t,e,n){let i;for(Y(t-257,5),Y(e-1,5),Y(n-4,4),i=0;i<n;i++)Y(H[2*Z.bl_order[i]+1],3);lt(M,t-1),lt(B,e-1)}(V.max_code+1,D.max_code+1,s+1),ct(M,B)),L(),i&&ft()}function bt(t){ht(p>=0?p:-1,m-p,t),p=m,e.flush_pending()}function wt(){let t,n,i,a;do{if(a=_-v-m,0===a&&0===m&&0===v)a=r;else if(-1==a)a--;else if(m>=r+r-st){l.set(l.subarray(r,r+r),0),k-=r,m-=r,p-=r,t=u,i=t;do{n=65535&c[--i],c[i]=n>=r?n-r:0}while(0!=--t);t=r,i=t;do{n=65535&d[--i],d[i]=n>=r?n-r:0}while(0!=--t);a+=r}if(0===e.avail_in)return;t=e.read_buf(l,m+v,a),v+=t,v>=3&&(f=255&l[m],f=(f<<w^255&l[m+1])&b)}while(v<st&&0!==e.avail_in)}function pt(t){let e,n,i=U,a=m,s=A;const _=m>r-st?m-(r-st):0;let c=C;const f=o,u=m+rt;let h=l[a+s-1],b=l[a+s];A>=I&&(i>>=2),c>v&&(c=v);do{if(e=t,l[e+s]==b&&l[e+s-1]==h&&l[e]==l[a]&&l[++e]==l[a+1]){a+=2,e++;do{}while(l[++a]==l[++e]&&l[++a]==l[++e]&&l[++a]==l[++e]&&l[++a]==l[++e]&&l[++a]==l[++e]&&l[++a]==l[++e]&&l[++a]==l[++e]&&l[++a]==l[++e]&&a<u);if(n=rt-(u-a),a=u-rt,n>s){if(k=t,s=n,n>=c)break;h=l[a+s-1],b=l[a+s]}}}while((t=65535&d[t&f])>_&&0!=--i);return s<=v?s:v}function xt(e){return e.total_in=e.total_out=0,e.msg=null,t.pending=0,t.pending_out=0,n=it,a=0,V.dyn_tree=M,V.stat_desc=$.static_l_desc,D.dyn_tree=B,D.stat_desc=$.static_d_desc,j.dyn_tree=H,j.stat_desc=$.static_bl_desc,W=0,T=0,G=8,L(),function(){_=2*r,c[u-1]=0;for(let t=0;t<u-1;t++)c[t]=0;S=et[z].max_lazy,I=et[z].good_length,C=et[z].nice_length,U=et[z].max_chain,m=0,p=0,v=0,x=A=2,y=0,f=0}(),0}t.depth=[],t.bl_count=[],t.heap=[],M=[],B=[],H=[],t.pqdownheap=function(e,n){const i=t.heap,a=i[n];let r=n<<1;for(;r<=t.heap_len&&(r<t.heap_len&&ot(e,i[r+1],i[r],t.depth)&&r++,!ot(e,a,i[r],t.depth));)i[n]=i[r],n=r,r<<=1;i[n]=a},t.deflateInit=function(e,n,a,_,f,p){return _||(_=8),f||(f=8),p||(p=0),e.msg=null,-1==n&&(n=6),f<1||f>9||8!=_||a<9||a>15||n<0||n>9||p<0||p>2?J:(e.dstate=t,s=a,r=1<<s,o=r-1,h=f+7,u=1<<h,b=u-1,w=Math.floor((h+3-1)/3),l=new Uint8Array(2*r),d=[],c=[],O=1<<f+6,t.pending_buf=new Uint8Array(4*O),i=4*O,t.dist_buf=new Uint16Array(O),t.lc_buf=new Uint8Array(O),z=n,E=p,xt(e))},t.deflateEnd=function(){return 42!=n&&n!=it&&n!=at?J:(t.lc_buf=null,t.dist_buf=null,t.pending_buf=null,c=null,d=null,l=null,t.dstate=null,n==it?-3:0)},t.deflateParams=function(t,e,n){let i=0;return-1==e&&(e=6),e<0||e>9||n<0||n>2?J:(et[z].func!=et[e].func&&0!==t.total_in&&(i=t.deflate(1)),z!=e&&(z=e,S=et[z].max_lazy,I=et[z].good_length,C=et[z].nice_length,U=et[z].max_chain),E=n,i)},t.deflateSetDictionary=function(t,e,i){let a,s=i,_=0;if(!e||42!=n)return J;if(s<3)return 0;for(s>r-st&&(s=r-st,_=i-s),l.set(e.subarray(_,_+s),0),m=s,p=s,f=255&l[0],f=(f<<w^255&l[1])&b,a=0;a<=s-3;a++)f=(f<<w^255&l[a+2])&b,d[a&o]=c[f],c[f]=a;return 0},t.deflate=function(_,h){let U,I,C,M,B;if(h>4||h<0)return J;if(!_.next_out||!_.next_in&&0!==_.avail_in||n==at&&4!=h)return _.msg=nt[4],J;if(0===_.avail_out)return _.msg=nt[7],N;var H;if(e=_,M=a,a=h,42==n&&(I=8+(s-8<<4)<<8,C=(z-1&255)>>1,C>3&&(C=3),I|=C<<6,0!==m&&(I|=32),I+=31-I%31,n=it,Q((H=I)>>8&255),Q(255&H)),0!==t.pending){if(e.flush_pending(),0===e.avail_out)return a=-1,0}else if(0===e.avail_in&&h<=M&&4!=h)return e.msg=nt[7],N;if(n==at&&0!==e.avail_in)return _.msg=nt[7],N;if(0!==e.avail_in||0!==v||0!=h&&n!=at){switch(B=-1,et[z].func){case 0:B=function(t){let n,a=65535;for(a>i-5&&(a=i-5);;){if(v<=1){if(wt(),0===v&&0==t)return 0;if(0===v)break}if(m+=v,v=0,n=p+a,(0===m||m>=n)&&(v=m-n,m=n,bt(!1),0===e.avail_out))return 0;if(m-p>=r-st&&(bt(!1),0===e.avail_out))return 0}return bt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1}(h);break;case 1:B=function(t){let n,i=0;for(;;){if(v<st){if(wt(),v<st&&0==t)return 0;if(0===v)break}if(v>=3&&(f=(f<<w^255&l[m+2])&b,i=65535&c[f],d[m&o]=c[f],c[f]=m),0!==i&&(m-i&65535)<=r-st&&2!=E&&(x=pt(i)),x>=3)if(n=dt(m-k,x-3),v-=x,x<=S&&v>=3){x--;do{m++,f=(f<<w^255&l[m+2])&b,i=65535&c[f],d[m&o]=c[f],c[f]=m}while(0!=--x);m++}else m+=x,x=0,f=255&l[m],f=(f<<w^255&l[m+1])&b;else n=dt(0,255&l[m]),v--,m++;if(n&&(bt(!1),0===e.avail_out))return 0}return bt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1}(h);break;case 2:B=function(t){let n,i,a=0;for(;;){if(v<st){if(wt(),v<st&&0==t)return 0;if(0===v)break}if(v>=3&&(f=(f<<w^255&l[m+2])&b,a=65535&c[f],d[m&o]=c[f],c[f]=m),A=x,g=k,x=2,0!==a&&A<S&&(m-a&65535)<=r-st&&(2!=E&&(x=pt(a)),x<=5&&(1==E||3==x&&m-k>4096)&&(x=2)),A>=3&&x<=A){i=m+v-3,n=dt(m-1-g,A-3),v-=A-1,A-=2;do{++m<=i&&(f=(f<<w^255&l[m+2])&b,a=65535&c[f],d[m&o]=c[f],c[f]=m)}while(0!=--A);if(y=0,x=2,m++,n&&(bt(!1),0===e.avail_out))return 0}else if(0!==y){if(n=dt(0,255&l[m-1]),n&&bt(!1),m++,v--,0===e.avail_out)return 0}else y=1,m++,v--}return 0!==y&&(n=dt(0,255&l[m-1]),y=0),bt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1}(h)}if(2!=B&&3!=B||(n=at),0==B||2==B)return 0===e.avail_out&&(a=-1),0;if(1==B){if(1==h)Y(2,3),tt(F,$.static_ltree),_t(),1+G+10-T<9&&(Y(2,3),tt(F,$.static_ltree),_t()),G=7;else if(ut(0,0,!1),3==h)for(U=0;U<u;U++)c[U]=0;if(e.flush_pending(),0===e.avail_out)return a=-1,0}}return 4!=h?0:1}}function _t(){const t=this;t.next_in_index=0,t.next_out_index=0,t.avail_in=0,t.total_in=0,t.avail_out=0,t.total_out=0}function dt(t){const e=new _t,n=(i=t&&t.chunkSize?t.chunkSize:65536)+5*(Math.floor(i/16383)+1);var i;const a=new Uint8Array(n);let r=t?t.level:-1;void 0===r&&(r=-1),e.deflateInit(r),e.next_out=a,this.append=function(t,i){let r,s,o=0,l=0,_=0;const d=[];if(t.length){e.next_in_index=0,e.next_in=t,e.avail_in=t.length;do{if(e.next_out_index=0,e.avail_out=n,r=e.deflate(0),0!=r)throw new Error("deflating: "+e.msg);e.next_out_index&&(e.next_out_index==n?d.push(new Uint8Array(a)):d.push(a.slice(0,e.next_out_index))),_+=e.next_out_index,i&&e.next_in_index>0&&e.next_in_index!=o&&(i(e.next_in_index),o=e.next_in_index)}while(e.avail_in>0||0===e.avail_out);return d.length>1?(s=new Uint8Array(_),d.forEach((function(t){s.set(t,l),l+=t.length}))):s=d[0]||new Uint8Array(0),s}},this.flush=function(){let t,i,r=0,s=0;const o=[];do{if(e.next_out_index=0,e.avail_out=n,t=e.deflate(4),1!=t&&0!=t)throw new Error("deflating: "+e.msg);n-e.avail_out>0&&o.push(a.slice(0,e.next_out_index)),s+=e.next_out_index}while(e.avail_in>0||0===e.avail_out);return e.deflateEnd(),i=new Uint8Array(s),o.forEach((function(t){i.set(t,r),r+=t.length})),i}}_t.prototype={deflateInit:function(t,e){const n=this;return n.dstate=new lt,e||(e=15),n.dstate.deflateInit(n,t,e)},deflate:function(t){const e=this;return e.dstate?e.dstate.deflate(e,t):J},deflateEnd:function(){const t=this;if(!t.dstate)return J;const e=t.dstate.deflateEnd();return t.dstate=null,e},deflateParams:function(t,e){const n=this;return n.dstate?n.dstate.deflateParams(n,t,e):J},deflateSetDictionary:function(t,e){const n=this;return n.dstate?n.dstate.deflateSetDictionary(n,t,e):J},read_buf:function(t,e,n){const i=this;let a=i.avail_in;return a>n&&(a=n),0===a?0:(i.avail_in-=a,t.set(i.next_in.subarray(i.next_in_index,i.next_in_index+a),e),i.next_in_index+=a,i.total_in+=a,a)},flush_pending:function(){const t=this;let e=t.dstate.pending;e>t.avail_out&&(e=t.avail_out),0!==e&&(t.next_out.set(t.dstate.pending_buf.subarray(t.dstate.pending_out,t.dstate.pending_out+e),t.next_out_index),t.next_out_index+=e,t.dstate.pending_out+=e,t.total_out+=e,t.avail_out-=e,t.dstate.pending-=e,0===t.dstate.pending&&(t.dstate.pending_out=0))}};const ct=-2,ft=-3,ut=-5,ht=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],bt=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],wt=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],pt=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],xt=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],gt=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],yt=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],mt=15;function kt(){let t,e,n,i,a,r;function s(t,e,s,o,l,_,d,c,f,u,h){let b,w,p,x,g,y,m,k,v,A,U,S,z,E,I;A=0,g=s;do{n[t[e+A]]++,A++,g--}while(0!==g);if(n[0]==s)return d[0]=-1,c[0]=0,0;for(k=c[0],y=1;y<=mt&&0===n[y];y++);for(m=y,k<y&&(k=y),g=mt;0!==g&&0===n[g];g--);for(p=g,k>g&&(k=g),c[0]=k,E=1<<y;y<g;y++,E<<=1)if((E-=n[y])<0)return ft;if((E-=n[g])<0)return ft;for(n[g]+=E,r[1]=y=0,A=1,z=2;0!=--g;)r[z]=y+=n[A],z++,A++;g=0,A=0;do{0!==(y=t[e+A])&&(h[r[y]++]=g),A++}while(++g<s);for(s=r[p],r[0]=g=0,A=0,x=-1,S=-k,a[0]=0,U=0,I=0;m<=p;m++)for(b=n[m];0!=b--;){for(;m>S+k;){if(x++,S+=k,I=p-S,I=I>k?k:I,(w=1<<(y=m-S))>b+1&&(w-=b+1,z=m,y<I))for(;++y<I&&!((w<<=1)<=n[++z]);)w-=n[z];if(I=1<<y,u[0]+I>1440)return ft;a[x]=U=u[0],u[0]+=I,0!==x?(r[x]=g,i[0]=y,i[1]=k,y=g>>>S-k,i[2]=U-a[x-1]-y,f.set(i,3*(a[x-1]+y))):d[0]=U}for(i[1]=m-S,A>=s?i[0]=192:h[A]<o?(i[0]=h[A]<256?0:96,i[2]=h[A++]):(i[0]=_[h[A]-o]+16+64,i[2]=l[h[A++]-o]),w=1<<m-S,y=g>>>S;y<I;y+=w)f.set(i,3*(U+y));for(y=1<<m-1;0!=(g&y);y>>>=1)g^=y;for(g^=y,v=(1<<S)-1;(g&v)!=r[x];)x--,S-=k,v=(1<<S)-1}return 0!==E&&1!=p?ut:0}function o(s){let o;for(t||(t=[],e=[],n=new Int32Array(16),i=[],a=new Int32Array(mt),r=new Int32Array(16)),e.length<s&&(e=[]),o=0;o<s;o++)e[o]=0;for(o=0;o<16;o++)n[o]=0;for(o=0;o<3;o++)i[o]=0;a.set(n.subarray(0,mt),0),r.set(n.subarray(0,16),0)}this.inflate_trees_bits=function(n,i,a,r,l){let _;return o(19),t[0]=0,_=s(n,0,19,19,null,null,a,i,r,t,e),_==ft?l.msg="oversubscribed dynamic bit lengths tree":_!=ut&&0!==i[0]||(l.msg="incomplete dynamic bit lengths tree",_=ft),_},this.inflate_trees_dynamic=function(n,i,a,r,l,_,d,c,f){let u;return o(288),t[0]=0,u=s(a,0,n,257,pt,xt,_,r,c,t,e),0!=u||0===r[0]?(u==ft?f.msg="oversubscribed literal/length tree":-4!=u&&(f.msg="incomplete literal/length tree",u=ft),u):(o(288),u=s(a,n,i,0,gt,yt,d,l,c,t,e),0!=u||0===l[0]&&n>257?(u==ft?f.msg="oversubscribed distance tree":u==ut?(f.msg="incomplete distance tree",u=ft):-4!=u&&(f.msg="empty distance tree with lengths",u=ft),u):0)}}kt.inflate_trees_fixed=function(t,e,n,i){return t[0]=9,e[0]=5,n[0]=bt,i[0]=wt,0};function vt(){const t=this;let e,n,i,a,r=0,s=0,o=0,l=0,_=0,d=0,c=0,f=0,u=0,h=0;function b(t,e,n,i,a,r,s,o){let l,_,d,c,f,u,h,b,w,p,x,g,y,m,k,v;h=o.next_in_index,b=o.avail_in,f=s.bitb,u=s.bitk,w=s.write,p=w<s.read?s.read-w-1:s.end-w,x=ht[t],g=ht[e];do{for(;u<20;)b--,f|=(255&o.read_byte(h++))<<u,u+=8;if(l=f&x,_=n,d=i,v=3*(d+l),0!==(c=_[v]))for(;;){if(f>>=_[v+1],u-=_[v+1],0!=(16&c)){for(c&=15,y=_[v+2]+(f&ht[c]),f>>=c,u-=c;u<15;)b--,f|=(255&o.read_byte(h++))<<u,u+=8;for(l=f&g,_=a,d=r,v=3*(d+l),c=_[v];;){if(f>>=_[v+1],u-=_[v+1],0!=(16&c)){for(c&=15;u<c;)b--,f|=(255&o.read_byte(h++))<<u,u+=8;if(m=_[v+2]+(f&ht[c]),f>>=c,u-=c,p-=y,w>=m)k=w-m,w-k>0&&2>w-k?(s.window[w++]=s.window[k++],s.window[w++]=s.window[k++],y-=2):(s.window.set(s.window.subarray(k,k+2),w),w+=2,k+=2,y-=2);else{k=w-m;do{k+=s.end}while(k<0);if(c=s.end-k,y>c){if(y-=c,w-k>0&&c>w-k)do{s.window[w++]=s.window[k++]}while(0!=--c);else s.window.set(s.window.subarray(k,k+c),w),w+=c,k+=c,c=0;k=0}}if(w-k>0&&y>w-k)do{s.window[w++]=s.window[k++]}while(0!=--y);else s.window.set(s.window.subarray(k,k+y),w),w+=y,k+=y,y=0;break}if(0!=(64&c))return o.msg="invalid distance code",y=o.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,o.avail_in=b,o.total_in+=h-o.next_in_index,o.next_in_index=h,s.write=w,ft;l+=_[v+2],l+=f&ht[c],v=3*(d+l),c=_[v]}break}if(0!=(64&c))return 0!=(32&c)?(y=o.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,o.avail_in=b,o.total_in+=h-o.next_in_index,o.next_in_index=h,s.write=w,1):(o.msg="invalid literal/length code",y=o.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,o.avail_in=b,o.total_in+=h-o.next_in_index,o.next_in_index=h,s.write=w,ft);if(l+=_[v+2],l+=f&ht[c],v=3*(d+l),0===(c=_[v])){f>>=_[v+1],u-=_[v+1],s.window[w++]=_[v+2],p--;break}}else f>>=_[v+1],u-=_[v+1],s.window[w++]=_[v+2],p--}while(p>=258&&b>=10);return y=o.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,o.avail_in=b,o.total_in+=h-o.next_in_index,o.next_in_index=h,s.write=w,0}t.init=function(t,r,s,o,l,_){e=0,c=t,f=r,i=s,u=o,a=l,h=_,n=null},t.proc=function(t,w,p){let x,g,y,m,k,v,A,U=0,S=0,z=0;for(z=w.next_in_index,m=w.avail_in,U=t.bitb,S=t.bitk,k=t.write,v=k<t.read?t.read-k-1:t.end-k;;)switch(e){case 0:if(v>=258&&m>=10&&(t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,p=b(c,f,i,u,a,h,t,w),z=w.next_in_index,m=w.avail_in,U=t.bitb,S=t.bitk,k=t.write,v=k<t.read?t.read-k-1:t.end-k,0!=p)){e=1==p?7:9;break}o=c,n=i,s=u,e=1;case 1:for(x=o;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8}if(g=3*(s+(U&ht[x])),U>>>=n[g+1],S-=n[g+1],y=n[g],0===y){l=n[g+2],e=6;break}if(0!=(16&y)){_=15&y,r=n[g+2],e=2;break}if(0==(64&y)){o=y,s=g/3+n[g+2];break}if(0!=(32&y)){e=7;break}return e=9,w.msg="invalid literal/length code",p=ft,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);case 2:for(x=_;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8}r+=U&ht[x],U>>=x,S-=x,o=f,n=a,s=h,e=3;case 3:for(x=o;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8}if(g=3*(s+(U&ht[x])),U>>=n[g+1],S-=n[g+1],y=n[g],0!=(16&y)){_=15&y,d=n[g+2],e=4;break}if(0==(64&y)){o=y,s=g/3+n[g+2];break}return e=9,w.msg="invalid distance code",p=ft,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);case 4:for(x=_;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8}d+=U&ht[x],U>>=x,S-=x,e=5;case 5:for(A=k-d;A<0;)A+=t.end;for(;0!==r;){if(0===v&&(k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v&&(t.write=k,p=t.inflate_flush(w,p),k=t.write,v=k<t.read?t.read-k-1:t.end-k,k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v)))return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);t.window[k++]=t.window[A++],v--,A==t.end&&(A=0),r--}e=0;break;case 6:if(0===v&&(k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v&&(t.write=k,p=t.inflate_flush(w,p),k=t.write,v=k<t.read?t.read-k-1:t.end-k,k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v)))return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,t.window[k++]=l,v--,e=0;break;case 7:if(S>7&&(S-=8,m++,z--),t.write=k,p=t.inflate_flush(w,p),k=t.write,v=k<t.read?t.read-k-1:t.end-k,t.read!=t.write)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);e=8;case 8:return p=1,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);case 9:return p=ft,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);default:return p=ct,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p)}},t.free=function(){}}const At=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function Ut(t,e){const n=this;let i,a=0,r=0,s=0,o=0;const l=[0],_=[0],d=new vt;let c=0,f=new Int32Array(4320);const u=new kt;n.bitk=0,n.bitb=0,n.window=new Uint8Array(e),n.end=e,n.read=0,n.write=0,n.reset=function(t,e){e&&(e[0]=0),6==a&&d.free(t),a=0,n.bitk=0,n.bitb=0,n.read=n.write=0},n.reset(t,null),n.inflate_flush=function(t,e){let i,a,r;return a=t.next_out_index,r=n.read,i=(r<=n.write?n.write:n.end)-r,i>t.avail_out&&(i=t.avail_out),0!==i&&e==ut&&(e=0),t.avail_out-=i,t.total_out+=i,t.next_out.set(n.window.subarray(r,r+i),a),a+=i,r+=i,r==n.end&&(r=0,n.write==n.end&&(n.write=0),i=n.write-r,i>t.avail_out&&(i=t.avail_out),0!==i&&e==ut&&(e=0),t.avail_out-=i,t.total_out+=i,t.next_out.set(n.window.subarray(r,r+i),a),a+=i,r+=i),t.next_out_index=a,n.read=r,e},n.proc=function(t,e){let h,b,w,p,x,g,y,m;for(p=t.next_in_index,x=t.avail_in,b=n.bitb,w=n.bitk,g=n.write,y=g<n.read?n.read-g-1:n.end-g;;){let k,v,A,U,S,z,E,I;switch(a){case 0:for(;w<3;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8}switch(h=7&b,c=1&h,h>>>1){case 0:b>>>=3,w-=3,h=7&w,b>>>=h,w-=h,a=1;break;case 1:k=[],v=[],A=[[]],U=[[]],kt.inflate_trees_fixed(k,v,A,U),d.init(k[0],v[0],A[0],0,U[0],0),b>>>=3,w-=3,a=6;break;case 2:b>>>=3,w-=3,a=3;break;case 3:return b>>>=3,w-=3,a=9,t.msg="invalid block type",e=ft,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e)}break;case 1:for(;w<32;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8}if((~b>>>16&65535)!=(65535&b))return a=9,t.msg="invalid stored block lengths",e=ft,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);r=65535&b,b=w=0,a=0!==r?2:0!==c?7:0;break;case 2:if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);if(0===y&&(g==n.end&&0!==n.read&&(g=0,y=g<n.read?n.read-g-1:n.end-g),0===y&&(n.write=g,e=n.inflate_flush(t,e),g=n.write,y=g<n.read?n.read-g-1:n.end-g,g==n.end&&0!==n.read&&(g=0,y=g<n.read?n.read-g-1:n.end-g),0===y)))return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);if(e=0,h=r,h>x&&(h=x),h>y&&(h=y),n.window.set(t.read_buf(p,h),g),p+=h,x-=h,g+=h,y-=h,0!=(r-=h))break;a=0!==c?7:0;break;case 3:for(;w<14;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8}if(s=h=16383&b,(31&h)>29||(h>>5&31)>29)return a=9,t.msg="too many length or distance symbols",e=ft,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);if(h=258+(31&h)+(h>>5&31),!i||i.length<h)i=[];else for(m=0;m<h;m++)i[m]=0;b>>>=14,w-=14,o=0,a=4;case 4:for(;o<4+(s>>>10);){for(;w<3;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8}i[At[o++]]=7&b,b>>>=3,w-=3}for(;o<19;)i[At[o++]]=0;if(l[0]=7,h=u.inflate_trees_bits(i,l,_,f,t),0!=h)return(e=h)==ft&&(i=null,a=9),n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);o=0,a=5;case 5:for(;h=s,!(o>=258+(31&h)+(h>>5&31));){let r,d;for(h=l[0];w<h;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8}if(h=f[3*(_[0]+(b&ht[h]))+1],d=f[3*(_[0]+(b&ht[h]))+2],d<16)b>>>=h,w-=h,i[o++]=d;else{for(m=18==d?7:d-14,r=18==d?11:3;w<h+m;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8}if(b>>>=h,w-=h,r+=b&ht[m],b>>>=m,w-=m,m=o,h=s,m+r>258+(31&h)+(h>>5&31)||16==d&&m<1)return i=null,a=9,t.msg="invalid bit length repeat",e=ft,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);d=16==d?i[m-1]:0;do{i[m++]=d}while(0!=--r);o=m}}if(_[0]=-1,S=[],z=[],E=[],I=[],S[0]=9,z[0]=6,h=s,h=u.inflate_trees_dynamic(257+(31&h),1+(h>>5&31),i,S,z,E,I,f,t),0!=h)return h==ft&&(i=null,a=9),e=h,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);d.init(S[0],z[0],f,E[0],f,I[0]),a=6;case 6:if(n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,1!=(e=d.proc(n,t,e)))return n.inflate_flush(t,e);if(e=0,d.free(t),p=t.next_in_index,x=t.avail_in,b=n.bitb,w=n.bitk,g=n.write,y=g<n.read?n.read-g-1:n.end-g,0===c){a=0;break}a=7;case 7:if(n.write=g,e=n.inflate_flush(t,e),g=n.write,y=g<n.read?n.read-g-1:n.end-g,n.read!=n.write)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);a=8;case 8:return e=1,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);case 9:return e=ft,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);default:return e=ct,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e)}}},n.free=function(t){n.reset(t,null),n.window=null,f=null},n.set_dictionary=function(t,e,i){n.window.set(t.subarray(e,e+i),0),n.read=n.write=i},n.sync_point=function(){return 1==a?1:0}}const St=13,zt=[0,0,255,255];function Et(){const t=this;function e(t){return t&&t.istate?(t.total_in=t.total_out=0,t.msg=null,t.istate.mode=7,t.istate.blocks.reset(t,null),0):ct}t.mode=0,t.method=0,t.was=[0],t.need=0,t.marker=0,t.wbits=0,t.inflateEnd=function(e){return t.blocks&&t.blocks.free(e),t.blocks=null,0},t.inflateInit=function(n,i){return n.msg=null,t.blocks=null,i<8||i>15?(t.inflateEnd(n),ct):(t.wbits=i,n.istate.blocks=new Ut(n,1<<i),e(n),0)},t.inflate=function(t,e){let n,i;if(!t||!t.istate||!t.next_in)return ct;const a=t.istate;for(e=4==e?ut:0,n=ut;;)switch(a.mode){case 0:if(0===t.avail_in)return n;if(n=e,t.avail_in--,t.total_in++,8!=(15&(a.method=t.read_byte(t.next_in_index++)))){a.mode=St,t.msg="unknown compression method",a.marker=5;break}if(8+(a.method>>4)>a.wbits){a.mode=St,t.msg="invalid window size",a.marker=5;break}a.mode=1;case 1:if(0===t.avail_in)return n;if(n=e,t.avail_in--,t.total_in++,i=255&t.read_byte(t.next_in_index++),((a.method<<8)+i)%31!=0){a.mode=St,t.msg="incorrect header check",a.marker=5;break}if(0==(32&i)){a.mode=7;break}a.mode=2;case 2:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need=(255&t.read_byte(t.next_in_index++))<<24&4278190080,a.mode=3;case 3:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need+=(255&t.read_byte(t.next_in_index++))<<16&16711680,a.mode=4;case 4:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need+=(255&t.read_byte(t.next_in_index++))<<8&65280,a.mode=5;case 5:return 0===t.avail_in?n:(n=e,t.avail_in--,t.total_in++,a.need+=255&t.read_byte(t.next_in_index++),a.mode=6,2);case 6:return a.mode=St,t.msg="need dictionary",a.marker=0,ct;case 7:if(n=a.blocks.proc(t,n),n==ft){a.mode=St,a.marker=0;break}if(0==n&&(n=e),1!=n)return n;n=e,a.blocks.reset(t,a.was),a.mode=12;case 12:return 1;case St:return ft;default:return ct}},t.inflateSetDictionary=function(t,e,n){let i=0,a=n;if(!t||!t.istate||6!=t.istate.mode)return ct;const r=t.istate;return a>=1<<r.wbits&&(a=(1<<r.wbits)-1,i=n-a),r.blocks.set_dictionary(e,i,a),r.mode=7,0},t.inflateSync=function(t){let n,i,a,r,s;if(!t||!t.istate)return ct;const o=t.istate;if(o.mode!=St&&(o.mode=St,o.marker=0),0===(n=t.avail_in))return ut;for(i=t.next_in_index,a=o.marker;0!==n&&a<4;)t.read_byte(i)==zt[a]?a++:a=0!==t.read_byte(i)?0:4-a,i++,n--;return t.total_in+=i-t.next_in_index,t.next_in_index=i,t.avail_in=n,o.marker=a,4!=a?ft:(r=t.total_in,s=t.total_out,e(t),t.total_in=r,t.total_out=s,o.mode=7,0)},t.inflateSyncPoint=function(t){return t&&t.istate&&t.istate.blocks?t.istate.blocks.sync_point():ct}}function It(){}function Ct(t){const e=new It,n=t&&t.chunkSize?Math.floor(2*t.chunkSize):131072,i=new Uint8Array(n);let a=!1;e.inflateInit(),e.next_out=i,this.append=function(t,r){const s=[];let o,l,_=0,d=0,c=0;if(0!==t.length){e.next_in_index=0,e.next_in=t,e.avail_in=t.length;do{if(e.next_out_index=0,e.avail_out=n,0!==e.avail_in||a||(e.next_in_index=0,a=!0),o=e.inflate(0),a&&o===ut){if(0!==e.avail_in)throw new Error("inflating: bad input")}else if(0!==o&&1!==o)throw new Error("inflating: "+e.msg);if((a||1===o)&&e.avail_in===t.length)throw new Error("inflating: bad input");e.next_out_index&&(e.next_out_index===n?s.push(new Uint8Array(i)):s.push(i.slice(0,e.next_out_index))),c+=e.next_out_index,r&&e.next_in_index>0&&e.next_in_index!=_&&(r(e.next_in_index),_=e.next_in_index)}while(e.avail_in>0||0===e.avail_out);return s.length>1?(l=new Uint8Array(c),s.forEach((function(t){l.set(t,d),d+=t.length}))):l=s[0]||new Uint8Array(0),l}},this.flush=function(){e.inflateEnd()}}It.prototype={inflateInit:function(t){const e=this;return e.istate=new Et,t||(t=15),e.istate.inflateInit(e,t)},inflate:function(t){const e=this;return e.istate?e.istate.inflate(e,t):ct},inflateEnd:function(){const t=this;if(!t.istate)return ct;const e=t.istate.inflateEnd(t);return t.istate=null,e},inflateSync:function(){const t=this;return t.istate?t.istate.inflateSync(t):ct},inflateSetDictionary:function(t,e){const n=this;return n.istate?n.istate.inflateSetDictionary(n,t,e):ct},read_byte:function(t){return this.next_in[t]},read_buf:function(t,e){return this.next_in.subarray(t,t+e)}},self.initCodec=()=>{self.Deflate=dt,self.Inflate=Ct}}(); | ||
!function(){"use strict";const t=[];for(let e=0;256>e;e++){let n=e;for(let t=0;8>t;t++)1&n?n=n>>>1^3988292384:n>>>=1;t[e]=n}class e{constructor(t){this.crc=t||-1}append(e){let n=0|this.crc;for(let i=0,a=0|e.length;a>i;i++)n=n>>>8^t[255&(n^e[i])];this.crc=n}get(){return~this.crc}}const n={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const i=t[t.length-1],a=n.getPartial(i);return 32===a?t.concat(e):n._shiftRight(e,a,0|i,t.slice(0,t.length-1))},bitLength(t){const e=t.length;if(0===e)return 0;const i=t[e-1];return 32*(e-1)+n.getPartial(i)},clamp(t,e){if(32*t.length<e)return t;const i=(t=t.slice(0,Math.ceil(e/32))).length;return e&=31,i>0&&e&&(t[i-1]=n.partial(e,t[i-1]&2147483648>>e-1,1)),t},partial:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,getPartial:t=>Math.round(t/1099511627776)||32,_shiftRight(t,e,i,a){for(void 0===a&&(a=[]);e>=32;e-=32)a.push(i),i=0;if(0===e)return a.concat(t);for(let n=0;n<t.length;n++)a.push(i|t[n]>>>e),i=t[n]<<32-e;const r=t.length?t[t.length-1]:0,s=n.getPartial(r);return a.push(n.partial(e+s&31,e+s>32?i:a.pop(),1)),a}},i={bytes:{fromBits(t){const e=n.bitLength(t)/8,i=new Uint8Array(e);let a;for(let n=0;e>n;n++)0==(3&n)&&(a=t[n/4]),i[n]=a>>>24,a<<=8;return i},toBits(t){const e=[];let i,a=0;for(i=0;i<t.length;i++)a=a<<8|t[i],3==(3&i)&&(e.push(a),a=0);return 3&i&&e.push(n.partial(8*(3&i),a)),e}}},a={sha1:function(t){t?(this._h=t._h.slice(0),this._buffer=t._buffer.slice(0),this._length=t._length):this.reset()}};a.sha1.prototype={blockSize:512,reset:function(){const t=this;return t._h=this._init.slice(0),t._buffer=[],t._length=0,t},update:function(t){const e=this;"string"==typeof t&&(t=i.utf8String.toBits(t));const a=e._buffer=n.concat(e._buffer,t),r=e._length,s=e._length=r+n.bitLength(t);if(s>9007199254740991)throw Error("Cannot hash more than 2^53 - 1 bits");const l=new Uint32Array(a);let o=0;for(let t=e.blockSize+r-(e.blockSize+r&e.blockSize-1);s>=t;t+=e.blockSize)e._block(l.subarray(16*o,16*(o+1))),o+=1;return a.splice(0,16*o),e},finalize:function(){const t=this;let e=t._buffer;const i=t._h;e=n.concat(e,[n.partial(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(Math.floor(t._length/4294967296)),e.push(0|t._length);e.length;)t._block(e.splice(0,16));return t.reset(),i},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:(t,e,n,i)=>t>19?t>39?t>59?t>79?void 0:e^n^i:e&n|e&i|n&i:e^n^i:e&n|~e&i,_S:(t,e)=>e<<t|e>>>32-t,_block:function(t){const e=this,n=e._h,i=Array(80);for(let e=0;16>e;e++)i[e]=t[e];let a=n[0],r=n[1],s=n[2],l=n[3],o=n[4];for(let t=0;79>=t;t++){16>t||(i[t]=e._S(1,i[t-3]^i[t-8]^i[t-14]^i[t-16]));const n=e._S(5,a)+e._f(t,r,s,l)+o+i[t]+e._key[Math.floor(t/20)]|0;o=l,l=s,s=e._S(30,r),r=a,a=n}n[0]=n[0]+a|0,n[1]=n[1]+r|0,n[2]=n[2]+s|0,n[3]=n[3]+l|0,n[4]=n[4]+o|0}};const r="Invalid pasword",s=16,l={name:"PBKDF2"},o=Object.assign({hash:{name:"HMAC"}},l),_=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},l),d=["deriveBits"],c=[8,12,16],f=[16,24,32],u=10,h=[0,0,0,0],b=i.bytes,p=class{constructor(t){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const n=e._tables[0][4],i=e._tables[1],a=t.length;let r,s,l,o=1;if(4!==a&&6!==a&&8!==a)throw Error("invalid aes key size");for(e._key=[s=t.slice(0),l=[]],r=a;4*a+28>r;r++){let t=s[r-1];(r%a==0||8===a&&r%a==4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],r%a==0&&(t=t<<8^t>>>24^o<<24,o=o<<1^283*(o>>7))),s[r]=s[r-a]^t}for(let t=0;r;t++,r--){const e=s[3&t?r:r-4];l[t]=4>=r||4>t?e:i[0][n[e>>>24]]^i[1][n[e>>16&255]]^i[2][n[e>>8&255]]^i[3][n[255&e]]}}encrypt(t){return this._crypt(t,0)}decrypt(t){return this._crypt(t,1)}_precompute(){const t=this._tables[0],e=this._tables[1],n=t[4],i=e[4],a=[],r=[];let s,l,o,_;for(let t=0;256>t;t++)r[(a[t]=t<<1^283*(t>>7))^t]=t;for(let d=s=0;!n[d];d^=l||1,s=r[s]||1){let r=s^s<<1^s<<2^s<<3^s<<4;r=r>>8^255&r^99,n[d]=r,i[r]=d,_=a[o=a[l=a[d]]];let c=16843009*_^65537*o^257*l^16843008*d,f=257*a[r]^16843008*r;for(let n=0;4>n;n++)t[n][d]=f=f<<24^f>>>8,e[n][r]=c=c<<24^c>>>8}for(let n=0;5>n;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}_crypt(t,e){if(4!==t.length)throw Error("invalid aes block size");const n=this._key[e],i=n.length/4-2,a=[0,0,0,0],r=this._tables[e],s=r[0],l=r[1],o=r[2],_=r[3],d=r[4];let c,f,u,h=t[0]^n[0],b=t[e?3:1]^n[1],p=t[2]^n[2],w=t[e?1:3]^n[3],x=4;for(let t=0;i>t;t++)c=s[h>>>24]^l[b>>16&255]^o[p>>8&255]^_[255&w]^n[x],f=s[b>>>24]^l[p>>16&255]^o[w>>8&255]^_[255&h]^n[x+1],u=s[p>>>24]^l[w>>16&255]^o[h>>8&255]^_[255&b]^n[x+2],w=s[w>>>24]^l[h>>16&255]^o[b>>8&255]^_[255&p]^n[x+3],x+=4,h=c,b=f,p=u;for(let t=0;4>t;t++)a[e?3&-t:t]=d[h>>>24]<<24^d[b>>16&255]<<16^d[p>>8&255]<<8^d[255&w]^n[x++],c=h,h=b,b=p,p=w,w=c;return a}},w=class{constructor(t,e){this._prf=t,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(t){return this.calculate(this._prf,t,this._iv)}incWord(t){if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,i=255&t;255===e?(e=0,255===n?(n=0,255===i?i=0:++i):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=i}else t+=1<<24;return t}incCounter(t){0===(t[0]=this.incWord(t[0]))&&(t[1]=this.incWord(t[1]))}calculate(t,e,i){let a;if(!(a=e.length))return[];const r=n.bitLength(e);for(let n=0;a>n;n+=4){this.incCounter(i);const a=t.encrypt(i);e[n]^=a[0],e[n+1]^=a[1],e[n+2]^=a[2],e[n+3]^=a[3]}return n.clamp(e,r)}},x=class{constructor(t){const e=this,n=e._hash=a.sha1,i=[[],[]],r=n.prototype.blockSize/32;e._baseHash=[new n,new n],t.length>r&&(t=n.hash(t));for(let e=0;r>e;e++)i[0][e]=909522486^t[e],i[1][e]=1549556828^t[e];e._baseHash[0].update(i[0]),e._baseHash[1].update(i[1]),e._resultHash=new n(e._baseHash[0])}reset(){const t=this;t._resultHash=new t._hash(t._baseHash[0]),t._updated=!1}update(t){this._updated=!0,this._resultHash.update(t)}digest(){const t=this,e=t._resultHash.finalize(),n=new t._hash(t._baseHash[1]).update(e).finalize();return t.reset(),n}};class g{constructor(t,e,n){Object.assign(this,{password:t,signed:e,strength:n-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;if(e.password){const n=A(t,0,c[e.strength]+2);await(async(t,e,n)=>{await k(t,n,A(e,0,c[t.strength]));const i=A(e,c[t.strength]),a=t.keys.passwordVerification;if(a[0]!=i[0]||a[1]!=i[1])throw Error(r)})(e,n,e.password),e.password=null,e.aesCtrGladman=new w(new p(e.keys.key),Array.from(h)),e.hmac=new x(e.keys.authentication),t=A(t,c[e.strength]+2)}return m(e,t,new Uint8Array(t.length-u-(t.length-u)%s),0,u,!0)}flush(){const t=this,e=t.pendingInput,n=A(e,0,e.length-u),i=A(e,e.length-u);let a=new Uint8Array(0);if(n.length){const e=b.toBits(n);t.hmac.update(e);const i=t.aesCtrGladman.update(e);a=b.fromBits(i)}let r=!0;if(t.signed){const e=A(b.fromBits(t.hmac.digest()),0,u);for(let t=0;u>t;t++)e[t]!=i[t]&&(r=!1)}return{valid:r,data:a}}}class y{constructor(t,e){Object.assign(this,{password:t,strength:e-1,pendingInput:new Uint8Array(0)})}async append(t){const e=this;let n=new Uint8Array(0);e.password&&(n=await(async(t,e)=>{const n=crypto.getRandomValues(new Uint8Array(c[t.strength]));return await k(t,e,n),v(n,t.keys.passwordVerification)})(e,e.password),e.password=null,e.aesCtrGladman=new w(new p(e.keys.key),Array.from(h)),e.hmac=new x(e.keys.authentication));const i=new Uint8Array(n.length+t.length-t.length%s);return i.set(n,0),m(e,t,i,n.length,0)}flush(){const t=this;let e=new Uint8Array(0);if(t.pendingInput.length){const n=t.aesCtrGladman.update(b.toBits(t.pendingInput));t.hmac.update(n),e=b.fromBits(n)}const n=A(b.fromBits(t.hmac.digest()),0,u);return{data:v(e,n),signature:n}}}function m(t,e,n,i,a,r){const l=e.length-a;let o;for(t.pendingInput.length&&(e=v(t.pendingInput,e),n=((t,e)=>{if(e&&e>t.length){const n=t;(t=new Uint8Array(e)).set(n,0)}return t})(n,l-l%s)),o=0;l-s>=o;o+=s){const a=b.toBits(A(e,o,o+s));r&&t.hmac.update(a);const l=t.aesCtrGladman.update(a);r||t.hmac.update(l),n.set(b.fromBits(l),o+i)}return t.pendingInput=A(e,o),n}async function k(t,e,n){const i=(t=>{if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const e=new Uint8Array(t.length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new TextEncoder).encode(t)})(e),a=await crypto.subtle.importKey("raw",i,o,!1,d),r=await crypto.subtle.deriveBits(Object.assign({salt:n},_),a,8*(2*f[t.strength]+2)),s=new Uint8Array(r);t.keys={key:b.toBits(A(s,0,f[t.strength])),authentication:b.toBits(A(s,f[t.strength],2*f[t.strength])),passwordVerification:A(s,2*f[t.strength])}}function v(t,e){let n=t;return t.length+e.length&&(n=new Uint8Array(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function A(t,e,n){return t.subarray(e,n)}class U{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),I(this,t)}append(t){const e=this;if(e.password){const n=z(e,t.subarray(0,12));if(e.password=null,n[11]!=e.passwordVerification)throw Error(r);t=t.subarray(12)}return z(e,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class S{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),I(this,t)}append(t){const e=this;let n,i;if(e.password){e.password=null;const a=crypto.getRandomValues(new Uint8Array(12));a[11]=e.passwordVerification,n=new Uint8Array(t.length+a.length),n.set(E(e,a),0),i=12}else n=new Uint8Array(t.length),i=0;return n.set(E(e,t),i),n}flush(){return{data:new Uint8Array(0)}}}function z(t,e){const n=new Uint8Array(e.length);for(let i=0;i<e.length;i++)n[i]=M(t)^e[i],C(t,n[i]);return n}function E(t,e){const n=new Uint8Array(e.length);for(let i=0;i<e.length;i++)n[i]=M(t)^e[i],C(t,e[i]);return n}function I(t,n){t.keys=[305419896,591751049,878082192],t.crcKey0=new e(t.keys[0]),t.crcKey2=new e(t.keys[2]);for(let e=0;e<n.length;e++)C(t,n.charCodeAt(e))}function C(t,e){t.crcKey0.append([e]),t.keys[0]=~t.crcKey0.get(),t.keys[1]=H(t.keys[1]+B(t.keys[0])),t.keys[1]=H(Math.imul(t.keys[1],134775813)+1),t.crcKey2.append([t.keys[1]>>>24]),t.keys[2]=~t.crcKey2.get()}function M(t){const e=2|t.keys[2];return B(Math.imul(e,1^e)>>>8)}function B(t){return 255&t}function H(t){return 4294967295&t}const V="deflate",D="inflate",j="Invalid signature";class O{constructor(t,{signature:n,password:i,signed:a,compressed:r,zipCrypto:s,passwordVerification:l,encryptionStrength:o},{chunkSize:_}){const d=!!i;Object.assign(this,{signature:n,encrypted:d,signed:a,compressed:r,inflate:r&&new t({chunkSize:_}),crc32:a&&new e,zipCrypto:s,decrypt:d&&s?new U(i,l):new g(i,a,o)})}async append(t){const e=this;return e.encrypted&&t.length&&(t=await e.decrypt.append(t)),e.compressed&&t.length&&(t=await e.inflate.append(t)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),t}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.encrypted){const e=t.decrypt.flush();if(!e.valid)throw Error(j);n=e.data}if((!t.encrypted||t.zipCrypto)&&t.signed){const n=new DataView(new Uint8Array(4).buffer);if(e=t.crc32.get(),n.setUint32(0,e),t.signature!=n.getUint32(0,!1))throw Error(j)}return t.compressed&&(n=await t.inflate.append(n)||new Uint8Array(0),await t.inflate.flush()),{data:n,signature:e}}}class P{constructor(t,{encrypted:n,signed:i,compressed:a,level:r,zipCrypto:s,password:l,passwordVerification:o,encryptionStrength:_},{chunkSize:d}){Object.assign(this,{encrypted:n,signed:i,compressed:a,deflate:a&&new t({level:r||5,chunkSize:d}),crc32:i&&new e,zipCrypto:s,encrypt:n&&s?new S(l,o):new y(l,_)})}async append(t){const e=this;let n=t;return e.compressed&&t.length&&(n=await e.deflate.append(t)),e.encrypted&&n.length&&(n=await e.encrypt.append(n)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),n}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.compressed&&(n=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){n=await t.encrypt.append(n);const i=t.encrypt.flush();e=i.signature;const a=new Uint8Array(n.length+i.data.length);a.set(n,0),a.set(i.data,n.length),n=a}return t.encrypted&&!t.zipCrypto||!t.signed||(e=t.crc32.get()),{data:n,signature:e}}}const K={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const e=t.options;let n;self.initCodec&&self.initCodec(),e.codecType.startsWith(V)?n=self.Deflate:e.codecType.startsWith(D)&&(n=self.Inflate),W=((t,e,n)=>e.codecType.startsWith(V)?new P(t,e,n):e.codecType.startsWith(D)?new O(t,e,n):void 0)(n,e,t.config)},append:async t=>({data:await W.append(t.data)}),flush:()=>W.flush()};let W;addEventListener("message",(async t=>{const e=t.data,n=e.type,i=K[n];if(i)try{e.data&&(e.data=new Uint8Array(e.data));const t=await i(e)||{};if(t.type=n,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data])}catch(e){postMessage(t)}else postMessage(t)}catch(t){postMessage({type:n,error:{message:t.message,stack:t.stack}})}}));const T=-2;function G(t){return L(t.map((([t,e])=>Array(t).fill(e,0,t))))}function L(t){return t.reduce(((t,e)=>t.concat(Array.isArray(e)?L(e):e)),[])}const R=[0,1,2,3].concat(...G([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function q(){const t=this;function e(t,e){let n=0;do{n|=1&t,t>>>=1,n<<=1}while(--e>0);return n>>>1}t.build_tree=n=>{const i=t.dyn_tree,a=t.stat_desc.static_tree,r=t.stat_desc.elems;let s,l,o,_=-1;for(n.heap_len=0,n.heap_max=573,s=0;r>s;s++)0!==i[2*s]?(n.heap[++n.heap_len]=_=s,n.depth[s]=0):i[2*s+1]=0;for(;2>n.heap_len;)o=n.heap[++n.heap_len]=2>_?++_:0,i[2*o]=1,n.depth[o]=0,n.opt_len--,a&&(n.static_len-=a[2*o+1]);for(t.max_code=_,s=Math.floor(n.heap_len/2);s>=1;s--)n.pqdownheap(i,s);o=r;do{s=n.heap[1],n.heap[1]=n.heap[n.heap_len--],n.pqdownheap(i,1),l=n.heap[1],n.heap[--n.heap_max]=s,n.heap[--n.heap_max]=l,i[2*o]=i[2*s]+i[2*l],n.depth[o]=Math.max(n.depth[s],n.depth[l])+1,i[2*s+1]=i[2*l+1]=o,n.heap[1]=o++,n.pqdownheap(i,1)}while(n.heap_len>=2);n.heap[--n.heap_max]=n.heap[1],(e=>{const n=t.dyn_tree,i=t.stat_desc.static_tree,a=t.stat_desc.extra_bits,r=t.stat_desc.extra_base,s=t.stat_desc.max_length;let l,o,_,d,c,f,u=0;for(d=0;15>=d;d++)e.bl_count[d]=0;for(n[2*e.heap[e.heap_max]+1]=0,l=e.heap_max+1;573>l;l++)o=e.heap[l],d=n[2*n[2*o+1]+1]+1,d>s&&(d=s,u++),n[2*o+1]=d,o>t.max_code||(e.bl_count[d]++,c=0,r>o||(c=a[o-r]),f=n[2*o],e.opt_len+=f*(d+c),i&&(e.static_len+=f*(i[2*o+1]+c)));if(0!==u){do{for(d=s-1;0===e.bl_count[d];)d--;e.bl_count[d]--,e.bl_count[d+1]+=2,e.bl_count[s]--,u-=2}while(u>0);for(d=s;0!==d;d--)for(o=e.bl_count[d];0!==o;)_=e.heap[--l],_>t.max_code||(n[2*_+1]!=d&&(e.opt_len+=(d-n[2*_+1])*n[2*_],n[2*_+1]=d),o--)}})(n),((t,n,i)=>{const a=[];let r,s,l,o=0;for(r=1;15>=r;r++)a[r]=o=o+i[r-1]<<1;for(s=0;n>=s;s++)l=t[2*s+1],0!==l&&(t[2*s]=e(a[l]++,l))})(i,t.max_code,n.bl_count)}}function F(t,e,n,i,a){const r=this;r.static_tree=t,r.extra_bits=e,r.extra_base=n,r.elems=i,r.max_length=a}function J(t,e,n,i,a){const r=this;r.good_length=t,r.max_lazy=e,r.nice_length=n,r.max_chain=i,r.func=a}q._length_code=[0,1,2,3,4,5,6,7].concat(...G([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),q.base_length=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],q.base_dist=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],q.d_code=t=>256>t?R[t]:R[256+(t>>>7)],q.extra_lbits=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],q.extra_dbits=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],q.extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],q.bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],F.static_ltree=[12,8,140,8,76,8,204,8,44,8,172,8,108,8,236,8,28,8,156,8,92,8,220,8,60,8,188,8,124,8,252,8,2,8,130,8,66,8,194,8,34,8,162,8,98,8,226,8,18,8,146,8,82,8,210,8,50,8,178,8,114,8,242,8,10,8,138,8,74,8,202,8,42,8,170,8,106,8,234,8,26,8,154,8,90,8,218,8,58,8,186,8,122,8,250,8,6,8,134,8,70,8,198,8,38,8,166,8,102,8,230,8,22,8,150,8,86,8,214,8,54,8,182,8,118,8,246,8,14,8,142,8,78,8,206,8,46,8,174,8,110,8,238,8,30,8,158,8,94,8,222,8,62,8,190,8,126,8,254,8,1,8,129,8,65,8,193,8,33,8,161,8,97,8,225,8,17,8,145,8,81,8,209,8,49,8,177,8,113,8,241,8,9,8,137,8,73,8,201,8,41,8,169,8,105,8,233,8,25,8,153,8,89,8,217,8,57,8,185,8,121,8,249,8,5,8,133,8,69,8,197,8,37,8,165,8,101,8,229,8,21,8,149,8,85,8,213,8,53,8,181,8,117,8,245,8,13,8,141,8,77,8,205,8,45,8,173,8,109,8,237,8,29,8,157,8,93,8,221,8,61,8,189,8,125,8,253,8,19,9,275,9,147,9,403,9,83,9,339,9,211,9,467,9,51,9,307,9,179,9,435,9,115,9,371,9,243,9,499,9,11,9,267,9,139,9,395,9,75,9,331,9,203,9,459,9,43,9,299,9,171,9,427,9,107,9,363,9,235,9,491,9,27,9,283,9,155,9,411,9,91,9,347,9,219,9,475,9,59,9,315,9,187,9,443,9,123,9,379,9,251,9,507,9,7,9,263,9,135,9,391,9,71,9,327,9,199,9,455,9,39,9,295,9,167,9,423,9,103,9,359,9,231,9,487,9,23,9,279,9,151,9,407,9,87,9,343,9,215,9,471,9,55,9,311,9,183,9,439,9,119,9,375,9,247,9,503,9,15,9,271,9,143,9,399,9,79,9,335,9,207,9,463,9,47,9,303,9,175,9,431,9,111,9,367,9,239,9,495,9,31,9,287,9,159,9,415,9,95,9,351,9,223,9,479,9,63,9,319,9,191,9,447,9,127,9,383,9,255,9,511,9,0,7,64,7,32,7,96,7,16,7,80,7,48,7,112,7,8,7,72,7,40,7,104,7,24,7,88,7,56,7,120,7,4,7,68,7,36,7,100,7,20,7,84,7,52,7,116,7,3,8,131,8,67,8,195,8,35,8,163,8,99,8,227,8],F.static_dtree=[0,5,16,5,8,5,24,5,4,5,20,5,12,5,28,5,2,5,18,5,10,5,26,5,6,5,22,5,14,5,30,5,1,5,17,5,9,5,25,5,5,5,21,5,13,5,29,5,3,5,19,5,11,5,27,5,7,5,23,5],F.static_l_desc=new F(F.static_ltree,q.extra_lbits,257,286,15),F.static_d_desc=new F(F.static_dtree,q.extra_dbits,0,30,15),F.static_bl_desc=new F(null,q.extra_blbits,0,19,7);const N=[new J(0,0,0,0,0),new J(4,4,8,4,1),new J(4,5,16,8,1),new J(4,6,32,32,1),new J(4,4,16,16,2),new J(8,16,32,32,2),new J(8,16,128,128,2),new J(8,32,128,256,2),new J(32,128,258,1024,2),new J(32,258,258,4096,2)],Q=["need dictionary","stream end","","","stream error","data error","","buffer error","",""],X=113,Y=666,Z=262;function $(t,e,n,i){const a=t[2*e],r=t[2*n];return r>a||a==r&&i[e]<=i[n]}function tt(){const t=this;let e,n,i,a,r,s,l,o,_,d,c,f,u,h,b,p,w,x,g,y,m,k,v,A,U,S,z,E,I,C,M,B,H;const V=new q,D=new q,j=new q;let O,P,K,W,G,L;function R(){let e;for(e=0;286>e;e++)M[2*e]=0;for(e=0;30>e;e++)B[2*e]=0;for(e=0;19>e;e++)H[2*e]=0;M[512]=1,t.opt_len=t.static_len=0,P=K=0}function J(t,e){let n,i=-1,a=t[1],r=0,s=7,l=4;0===a&&(s=138,l=3),t[2*(e+1)+1]=65535;for(let o=0;e>=o;o++)n=a,a=t[2*(o+1)+1],++r<s&&n==a||(l>r?H[2*n]+=r:0!==n?(n!=i&&H[2*n]++,H[32]++):r>10?H[36]++:H[34]++,r=0,i=n,0===a?(s=138,l=3):n==a?(s=6,l=3):(s=7,l=4))}function tt(e){t.pending_buf[t.pending++]=e}function et(t){tt(255&t),tt(t>>>8&255)}function nt(t,e){let n;const i=e;L>16-i?(n=t,G|=n<<L&65535,et(G),G=n>>>16-L,L+=i-16):(G|=t<<L&65535,L+=i)}function it(t,e){const n=2*t;nt(65535&e[n],65535&e[n+1])}function at(t,e){let n,i,a=-1,r=t[1],s=0,l=7,o=4;for(0===r&&(l=138,o=3),n=0;e>=n;n++)if(i=r,r=t[2*(n+1)+1],++s>=l||i!=r){if(o>s)do{it(i,H)}while(0!=--s);else 0!==i?(i!=a&&(it(i,H),s--),it(16,H),nt(s-3,2)):s>10?(it(18,H),nt(s-11,7)):(it(17,H),nt(s-3,3));s=0,a=i,0===r?(l=138,o=3):i==r?(l=6,o=3):(l=7,o=4)}}function rt(){16==L?(et(G),G=0,L=0):8>L||(tt(255&G),G>>>=8,L-=8)}function st(e,n){let i,a,r;if(t.dist_buf[P]=e,t.lc_buf[P]=255&n,P++,0===e?M[2*n]++:(K++,e--,M[2*(q._length_code[n]+256+1)]++,B[2*q.d_code(e)]++),0==(8191&P)&&z>2){for(i=8*P,a=m-w,r=0;30>r;r++)i+=B[2*r]*(5+q.extra_dbits[r]);if(i>>>=3,Math.floor(P/2)>K&&Math.floor(a/2)>i)return!0}return P==O-1}function lt(e,n){let i,a,r,s,l=0;if(0!==P)do{i=t.dist_buf[l],a=t.lc_buf[l],l++,0===i?it(a,e):(r=q._length_code[a],it(r+256+1,e),s=q.extra_lbits[r],0!==s&&(a-=q.base_length[r],nt(a,s)),i--,r=q.d_code(i),it(r,n),s=q.extra_dbits[r],0!==s&&(i-=q.base_dist[r],nt(i,s)))}while(P>l);it(256,e),W=e[513]}function ot(){L>8?et(G):L>0&&tt(255&G),G=0,L=0}function _t(e,n,i){nt(0+(i?1:0),3),((e,n)=>{ot(),W=8,et(n),et(~n),t.pending_buf.set(o.subarray(e,e+n),t.pending),t.pending+=n})(e,n)}function dt(n){((e,n,i)=>{let a,r,s=0;z>0?(V.build_tree(t),D.build_tree(t),s=(()=>{let e;for(J(M,V.max_code),J(B,D.max_code),j.build_tree(t),e=18;e>=3&&0===H[2*q.bl_order[e]+1];e--);return t.opt_len+=14+3*(e+1),e})(),a=t.opt_len+3+7>>>3,r=t.static_len+3+7>>>3,r>a||(a=r)):a=r=n+5,n+4>a||-1==e?r==a?(nt(2+(i?1:0),3),lt(F.static_ltree,F.static_dtree)):(nt(4+(i?1:0),3),((t,e,n)=>{let i;for(nt(t-257,5),nt(e-1,5),nt(n-4,4),i=0;n>i;i++)nt(H[2*q.bl_order[i]+1],3);at(M,t-1),at(B,e-1)})(V.max_code+1,D.max_code+1,s+1),lt(M,B)):_t(e,n,i),R(),i&&ot()})(0>w?-1:w,m-w,n),w=m,e.flush_pending()}function ct(){let t,n,i,a;do{if(a=_-v-m,0===a&&0===m&&0===v)a=r;else if(-1==a)a--;else if(m>=r+r-Z){o.set(o.subarray(r,r+r),0),k-=r,m-=r,w-=r,t=u,i=t;do{n=65535&c[--i],c[i]=r>n?0:n-r}while(0!=--t);t=r,i=t;do{n=65535&d[--i],d[i]=r>n?0:n-r}while(0!=--t);a+=r}if(0===e.avail_in)return;t=e.read_buf(o,m+v,a),v+=t,3>v||(f=255&o[m],f=(f<<p^255&o[m+1])&b)}while(Z>v&&0!==e.avail_in)}function ft(t){let e,n,i=U,a=m,s=A;const _=m>r-Z?m-(r-Z):0;let c=C;const f=l,u=m+258;let h=o[a+s-1],b=o[a+s];I>A||(i>>=2),c>v&&(c=v);do{if(e=t,o[e+s]==b&&o[e+s-1]==h&&o[e]==o[a]&&o[++e]==o[a+1]){a+=2,e++;do{}while(o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&u>a);if(n=258-(u-a),a=u-258,n>s){if(k=t,s=n,n>=c)break;h=o[a+s-1],b=o[a+s]}}}while((t=65535&d[t&f])>_&&0!=--i);return s>v?v:s}t.depth=[],t.bl_count=[],t.heap=[],M=[],B=[],H=[],t.pqdownheap=(e,n)=>{const i=t.heap,a=i[n];let r=n<<1;for(;r<=t.heap_len&&(r<t.heap_len&&$(e,i[r+1],i[r],t.depth)&&r++,!$(e,a,i[r],t.depth));)i[n]=i[r],n=r,r<<=1;i[n]=a},t.deflateInit=(e,g,k,P,K,q)=>(P||(P=8),K||(K=8),q||(q=0),e.msg=null,-1==g&&(g=6),1>K||K>9||8!=P||9>k||k>15||0>g||g>9||0>q||q>2?T:(e.dstate=t,s=k,r=1<<s,l=r-1,h=K+7,u=1<<h,b=u-1,p=Math.floor((h+3-1)/3),o=new Uint8Array(2*r),d=[],c=[],O=1<<K+6,t.pending_buf=new Uint8Array(4*O),i=4*O,t.dist_buf=new Uint16Array(O),t.lc_buf=new Uint8Array(O),z=g,E=q,(e=>(e.total_in=e.total_out=0,e.msg=null,t.pending=0,t.pending_out=0,n=X,a=0,V.dyn_tree=M,V.stat_desc=F.static_l_desc,D.dyn_tree=B,D.stat_desc=F.static_d_desc,j.dyn_tree=H,j.stat_desc=F.static_bl_desc,G=0,L=0,W=8,R(),(()=>{_=2*r,c[u-1]=0;for(let t=0;u-1>t;t++)c[t]=0;S=N[z].max_lazy,I=N[z].good_length,C=N[z].nice_length,U=N[z].max_chain,m=0,w=0,v=0,x=A=2,y=0,f=0})(),0))(e))),t.deflateEnd=()=>42!=n&&n!=X&&n!=Y?T:(t.lc_buf=null,t.dist_buf=null,t.pending_buf=null,c=null,d=null,o=null,t.dstate=null,n==X?-3:0),t.deflateParams=(t,e,n)=>{let i=0;return-1==e&&(e=6),0>e||e>9||0>n||n>2?T:(N[z].func!=N[e].func&&0!==t.total_in&&(i=t.deflate(1)),z!=e&&(z=e,S=N[z].max_lazy,I=N[z].good_length,C=N[z].nice_length,U=N[z].max_chain),E=n,i)},t.deflateSetDictionary=(t,e,i)=>{let a,s=i,_=0;if(!e||42!=n)return T;if(3>s)return 0;for(s>r-Z&&(s=r-Z,_=i-s),o.set(e.subarray(_,_+s),0),m=s,w=s,f=255&o[0],f=(f<<p^255&o[1])&b,a=0;s-3>=a;a++)f=(f<<p^255&o[a+2])&b,d[a&l]=c[f],c[f]=a;return 0},t.deflate=(_,h)=>{let U,I,C,M,B;if(h>4||0>h)return T;if(!_.next_out||!_.next_in&&0!==_.avail_in||n==Y&&4!=h)return _.msg=Q[4],T;if(0===_.avail_out)return _.msg=Q[7],-5;var H;if(e=_,M=a,a=h,42==n&&(I=8+(s-8<<4)<<8,C=(z-1&255)>>1,C>3&&(C=3),I|=C<<6,0!==m&&(I|=32),I+=31-I%31,n=X,tt((H=I)>>8&255),tt(255&H)),0!==t.pending){if(e.flush_pending(),0===e.avail_out)return a=-1,0}else if(0===e.avail_in&&M>=h&&4!=h)return e.msg=Q[7],-5;if(n==Y&&0!==e.avail_in)return _.msg=Q[7],-5;if(0!==e.avail_in||0!==v||0!=h&&n!=Y){switch(B=-1,N[z].func){case 0:B=(t=>{let n,a=65535;for(a>i-5&&(a=i-5);;){if(1>=v){if(ct(),0===v&&0==t)return 0;if(0===v)break}if(m+=v,v=0,n=w+a,(0===m||m>=n)&&(v=m-n,m=n,dt(!1),0===e.avail_out))return 0;if(m-w>=r-Z&&(dt(!1),0===e.avail_out))return 0}return dt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1})(h);break;case 1:B=(t=>{let n,i=0;for(;;){if(Z>v){if(ct(),Z>v&&0==t)return 0;if(0===v)break}if(3>v||(f=(f<<p^255&o[m+2])&b,i=65535&c[f],d[m&l]=c[f],c[f]=m),0===i||(m-i&65535)>r-Z||2!=E&&(x=ft(i)),3>x)n=st(0,255&o[m]),v--,m++;else if(n=st(m-k,x-3),v-=x,x>S||3>v)m+=x,x=0,f=255&o[m],f=(f<<p^255&o[m+1])&b;else{x--;do{m++,f=(f<<p^255&o[m+2])&b,i=65535&c[f],d[m&l]=c[f],c[f]=m}while(0!=--x);m++}if(n&&(dt(!1),0===e.avail_out))return 0}return dt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1})(h);break;case 2:B=(t=>{let n,i,a=0;for(;;){if(Z>v){if(ct(),Z>v&&0==t)return 0;if(0===v)break}if(3>v||(f=(f<<p^255&o[m+2])&b,a=65535&c[f],d[m&l]=c[f],c[f]=m),A=x,g=k,x=2,0!==a&&S>A&&r-Z>=(m-a&65535)&&(2!=E&&(x=ft(a)),5>=x&&(1==E||3==x&&m-k>4096)&&(x=2)),3>A||x>A)if(0!==y){if(n=st(0,255&o[m-1]),n&&dt(!1),m++,v--,0===e.avail_out)return 0}else y=1,m++,v--;else{i=m+v-3,n=st(m-1-g,A-3),v-=A-1,A-=2;do{++m>i||(f=(f<<p^255&o[m+2])&b,a=65535&c[f],d[m&l]=c[f],c[f]=m)}while(0!=--A);if(y=0,x=2,m++,n&&(dt(!1),0===e.avail_out))return 0}}return 0!==y&&(n=st(0,255&o[m-1]),y=0),dt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1})(h)}if(2!=B&&3!=B||(n=Y),0==B||2==B)return 0===e.avail_out&&(a=-1),0;if(1==B){if(1==h)nt(2,3),it(256,F.static_ltree),rt(),9>1+W+10-L&&(nt(2,3),it(256,F.static_ltree),rt()),W=7;else if(_t(0,0,!1),3==h)for(U=0;u>U;U++)c[U]=0;if(e.flush_pending(),0===e.avail_out)return a=-1,0}}return 4!=h?0:1}}function et(){const t=this;t.next_in_index=0,t.next_out_index=0,t.avail_in=0,t.total_in=0,t.avail_out=0,t.total_out=0}function nt(t){const e=new et,n=(i=t&&t.chunkSize?t.chunkSize:65536)+5*(Math.floor(i/16383)+1);var i;const a=new Uint8Array(n);let r=t?t.level:-1;void 0===r&&(r=-1),e.deflateInit(r),e.next_out=a,this.append=(t,i)=>{let r,s,l=0,o=0,_=0;const d=[];if(t.length){e.next_in_index=0,e.next_in=t,e.avail_in=t.length;do{if(e.next_out_index=0,e.avail_out=n,r=e.deflate(0),0!=r)throw Error("deflating: "+e.msg);e.next_out_index&&(e.next_out_index==n?d.push(new Uint8Array(a)):d.push(a.slice(0,e.next_out_index))),_+=e.next_out_index,i&&e.next_in_index>0&&e.next_in_index!=l&&(i(e.next_in_index),l=e.next_in_index)}while(e.avail_in>0||0===e.avail_out);return d.length>1?(s=new Uint8Array(_),d.forEach((t=>{s.set(t,o),o+=t.length}))):s=d[0]||new Uint8Array(0),s}},this.flush=()=>{let t,i,r=0,s=0;const l=[];do{if(e.next_out_index=0,e.avail_out=n,t=e.deflate(4),1!=t&&0!=t)throw Error("deflating: "+e.msg);n-e.avail_out>0&&l.push(a.slice(0,e.next_out_index)),s+=e.next_out_index}while(e.avail_in>0||0===e.avail_out);return e.deflateEnd(),i=new Uint8Array(s),l.forEach((t=>{i.set(t,r),r+=t.length})),i}}et.prototype={deflateInit:function(t,e){const n=this;return n.dstate=new tt,e||(e=15),n.dstate.deflateInit(n,t,e)},deflate:function(t){const e=this;return e.dstate?e.dstate.deflate(e,t):T},deflateEnd:function(){const t=this;if(!t.dstate)return T;const e=t.dstate.deflateEnd();return t.dstate=null,e},deflateParams:function(t,e){const n=this;return n.dstate?n.dstate.deflateParams(n,t,e):T},deflateSetDictionary:function(t,e){const n=this;return n.dstate?n.dstate.deflateSetDictionary(n,t,e):T},read_buf:function(t,e,n){const i=this;let a=i.avail_in;return a>n&&(a=n),0===a?0:(i.avail_in-=a,t.set(i.next_in.subarray(i.next_in_index,i.next_in_index+a),e),i.next_in_index+=a,i.total_in+=a,a)},flush_pending:function(){const t=this;let e=t.dstate.pending;e>t.avail_out&&(e=t.avail_out),0!==e&&(t.next_out.set(t.dstate.pending_buf.subarray(t.dstate.pending_out,t.dstate.pending_out+e),t.next_out_index),t.next_out_index+=e,t.dstate.pending_out+=e,t.total_out+=e,t.avail_out-=e,t.dstate.pending-=e,0===t.dstate.pending&&(t.dstate.pending_out=0))}};const it=-2,at=-3,rt=-5,st=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],lt=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],ot=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],_t=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],dt=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],ct=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],ft=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];function ut(){let t,e,n,i,a,r;function s(t,e,s,l,o,_,d,c,f,u,h){let b,p,w,x,g,y,m,k,v,A,U,S,z,E,I;A=0,g=s;do{n[t[e+A]]++,A++,g--}while(0!==g);if(n[0]==s)return d[0]=-1,c[0]=0,0;for(k=c[0],y=1;15>=y&&0===n[y];y++);for(m=y,y>k&&(k=y),g=15;0!==g&&0===n[g];g--);for(w=g,k>g&&(k=g),c[0]=k,E=1<<y;g>y;y++,E<<=1)if(0>(E-=n[y]))return at;if(0>(E-=n[g]))return at;for(n[g]+=E,r[1]=y=0,A=1,z=2;0!=--g;)r[z]=y+=n[A],z++,A++;g=0,A=0;do{0!==(y=t[e+A])&&(h[r[y]++]=g),A++}while(++g<s);for(s=r[w],r[0]=g=0,A=0,x=-1,S=-k,a[0]=0,U=0,I=0;w>=m;m++)for(b=n[m];0!=b--;){for(;m>S+k;){if(x++,S+=k,I=w-S,I=I>k?k:I,(p=1<<(y=m-S))>b+1&&(p-=b+1,z=m,I>y))for(;++y<I&&(p<<=1)>n[++z];)p-=n[z];if(I=1<<y,u[0]+I>1440)return at;a[x]=U=u[0],u[0]+=I,0!==x?(r[x]=g,i[0]=y,i[1]=k,y=g>>>S-k,i[2]=U-a[x-1]-y,f.set(i,3*(a[x-1]+y))):d[0]=U}for(i[1]=m-S,s>A?h[A]<l?(i[0]=256>h[A]?0:96,i[2]=h[A++]):(i[0]=_[h[A]-l]+16+64,i[2]=o[h[A++]-l]):i[0]=192,p=1<<m-S,y=g>>>S;I>y;y+=p)f.set(i,3*(U+y));for(y=1<<m-1;0!=(g&y);y>>>=1)g^=y;for(g^=y,v=(1<<S)-1;(g&v)!=r[x];)x--,S-=k,v=(1<<S)-1}return 0!==E&&1!=w?rt:0}function l(s){let l;for(t||(t=[],e=[],n=new Int32Array(16),i=[],a=new Int32Array(15),r=new Int32Array(16)),e.length<s&&(e=[]),l=0;s>l;l++)e[l]=0;for(l=0;16>l;l++)n[l]=0;for(l=0;3>l;l++)i[l]=0;a.set(n.subarray(0,15),0),r.set(n.subarray(0,16),0)}this.inflate_trees_bits=(n,i,a,r,o)=>{let _;return l(19),t[0]=0,_=s(n,0,19,19,null,null,a,i,r,t,e),_==at?o.msg="oversubscribed dynamic bit lengths tree":_!=rt&&0!==i[0]||(o.msg="incomplete dynamic bit lengths tree",_=at),_},this.inflate_trees_dynamic=(n,i,a,r,o,_,d,c,f)=>{let u;return l(288),t[0]=0,u=s(a,0,n,257,_t,dt,_,r,c,t,e),0!=u||0===r[0]?(u==at?f.msg="oversubscribed literal/length tree":-4!=u&&(f.msg="incomplete literal/length tree",u=at),u):(l(288),u=s(a,n,i,0,ct,ft,d,o,c,t,e),0!=u||0===o[0]&&n>257?(u==at?f.msg="oversubscribed distance tree":u==rt?(f.msg="incomplete distance tree",u=at):-4!=u&&(f.msg="empty distance tree with lengths",u=at),u):0)}}function ht(){const t=this;let e,n,i,a,r=0,s=0,l=0,o=0,_=0,d=0,c=0,f=0,u=0,h=0;function b(t,e,n,i,a,r,s,l){let o,_,d,c,f,u,h,b,p,w,x,g,y,m,k,v;h=l.next_in_index,b=l.avail_in,f=s.bitb,u=s.bitk,p=s.write,w=p<s.read?s.read-p-1:s.end-p,x=st[t],g=st[e];do{for(;20>u;)b--,f|=(255&l.read_byte(h++))<<u,u+=8;if(o=f&x,_=n,d=i,v=3*(d+o),0!==(c=_[v]))for(;;){if(f>>=_[v+1],u-=_[v+1],0!=(16&c)){for(c&=15,y=_[v+2]+(f&st[c]),f>>=c,u-=c;15>u;)b--,f|=(255&l.read_byte(h++))<<u,u+=8;for(o=f&g,_=a,d=r,v=3*(d+o),c=_[v];;){if(f>>=_[v+1],u-=_[v+1],0!=(16&c)){for(c&=15;c>u;)b--,f|=(255&l.read_byte(h++))<<u,u+=8;if(m=_[v+2]+(f&st[c]),f>>=c,u-=c,w-=y,m>p){k=p-m;do{k+=s.end}while(0>k);if(c=s.end-k,y>c){if(y-=c,p-k>0&&c>p-k)do{s.window[p++]=s.window[k++]}while(0!=--c);else s.window.set(s.window.subarray(k,k+c),p),p+=c,k+=c,c=0;k=0}}else k=p-m,p-k>0&&2>p-k?(s.window[p++]=s.window[k++],s.window[p++]=s.window[k++],y-=2):(s.window.set(s.window.subarray(k,k+2),p),p+=2,k+=2,y-=2);if(p-k>0&&y>p-k)do{s.window[p++]=s.window[k++]}while(0!=--y);else s.window.set(s.window.subarray(k,k+y),p),p+=y,k+=y,y=0;break}if(0!=(64&c))return l.msg="invalid distance code",y=l.avail_in-b,y=y>u>>3?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=p,at;o+=_[v+2],o+=f&st[c],v=3*(d+o),c=_[v]}break}if(0!=(64&c))return 0!=(32&c)?(y=l.avail_in-b,y=y>u>>3?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=p,1):(l.msg="invalid literal/length code",y=l.avail_in-b,y=y>u>>3?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=p,at);if(o+=_[v+2],o+=f&st[c],v=3*(d+o),0===(c=_[v])){f>>=_[v+1],u-=_[v+1],s.window[p++]=_[v+2],w--;break}}else f>>=_[v+1],u-=_[v+1],s.window[p++]=_[v+2],w--}while(w>=258&&b>=10);return y=l.avail_in-b,y=y>u>>3?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=p,0}t.init=(t,r,s,l,o,_)=>{e=0,c=t,f=r,i=s,u=l,a=o,h=_,n=null},t.proc=(t,p,w)=>{let x,g,y,m,k,v,A,U=0,S=0,z=0;for(z=p.next_in_index,m=p.avail_in,U=t.bitb,S=t.bitk,k=t.write,v=k<t.read?t.read-k-1:t.end-k;;)switch(e){case 0:if(v>=258&&m>=10&&(t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,w=b(c,f,i,u,a,h,t,p),z=p.next_in_index,m=p.avail_in,U=t.bitb,S=t.bitk,k=t.write,v=k<t.read?t.read-k-1:t.end-k,0!=w)){e=1==w?7:9;break}l=c,n=i,s=u,e=1;case 1:for(x=l;x>S;){if(0===m)return t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);w=0,m--,U|=(255&p.read_byte(z++))<<S,S+=8}if(g=3*(s+(U&st[x])),U>>>=n[g+1],S-=n[g+1],y=n[g],0===y){o=n[g+2],e=6;break}if(0!=(16&y)){_=15&y,r=n[g+2],e=2;break}if(0==(64&y)){l=y,s=g/3+n[g+2];break}if(0!=(32&y)){e=7;break}return e=9,p.msg="invalid literal/length code",w=at,t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);case 2:for(x=_;x>S;){if(0===m)return t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);w=0,m--,U|=(255&p.read_byte(z++))<<S,S+=8}r+=U&st[x],U>>=x,S-=x,l=f,n=a,s=h,e=3;case 3:for(x=l;x>S;){if(0===m)return t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);w=0,m--,U|=(255&p.read_byte(z++))<<S,S+=8}if(g=3*(s+(U&st[x])),U>>=n[g+1],S-=n[g+1],y=n[g],0!=(16&y)){_=15&y,d=n[g+2],e=4;break}if(0==(64&y)){l=y,s=g/3+n[g+2];break}return e=9,p.msg="invalid distance code",w=at,t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);case 4:for(x=_;x>S;){if(0===m)return t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);w=0,m--,U|=(255&p.read_byte(z++))<<S,S+=8}d+=U&st[x],U>>=x,S-=x,e=5;case 5:for(A=k-d;0>A;)A+=t.end;for(;0!==r;){if(0===v&&(k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v&&(t.write=k,w=t.inflate_flush(p,w),k=t.write,v=k<t.read?t.read-k-1:t.end-k,k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v)))return t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);t.window[k++]=t.window[A++],v--,A==t.end&&(A=0),r--}e=0;break;case 6:if(0===v&&(k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v&&(t.write=k,w=t.inflate_flush(p,w),k=t.write,v=k<t.read?t.read-k-1:t.end-k,k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v)))return t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);w=0,t.window[k++]=o,v--,e=0;break;case 7:if(S>7&&(S-=8,m++,z--),t.write=k,w=t.inflate_flush(p,w),k=t.write,v=k<t.read?t.read-k-1:t.end-k,t.read!=t.write)return t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);e=8;case 8:return w=1,t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);case 9:return w=at,t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w);default:return w=it,t.bitb=U,t.bitk=S,p.avail_in=m,p.total_in+=z-p.next_in_index,p.next_in_index=z,t.write=k,t.inflate_flush(p,w)}},t.free=()=>{}}ut.inflate_trees_fixed=(t,e,n,i)=>(t[0]=9,e[0]=5,n[0]=lt,i[0]=ot,0);const bt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function pt(t,e){const n=this;let i,a=0,r=0,s=0,l=0;const o=[0],_=[0],d=new ht;let c=0,f=new Int32Array(4320);const u=new ut;n.bitk=0,n.bitb=0,n.window=new Uint8Array(e),n.end=e,n.read=0,n.write=0,n.reset=(t,e)=>{e&&(e[0]=0),6==a&&d.free(t),a=0,n.bitk=0,n.bitb=0,n.read=n.write=0},n.reset(t,null),n.inflate_flush=(t,e)=>{let i,a,r;return a=t.next_out_index,r=n.read,i=(r>n.write?n.end:n.write)-r,i>t.avail_out&&(i=t.avail_out),0!==i&&e==rt&&(e=0),t.avail_out-=i,t.total_out+=i,t.next_out.set(n.window.subarray(r,r+i),a),a+=i,r+=i,r==n.end&&(r=0,n.write==n.end&&(n.write=0),i=n.write-r,i>t.avail_out&&(i=t.avail_out),0!==i&&e==rt&&(e=0),t.avail_out-=i,t.total_out+=i,t.next_out.set(n.window.subarray(r,r+i),a),a+=i,r+=i),t.next_out_index=a,n.read=r,e},n.proc=(t,e)=>{let h,b,p,w,x,g,y,m;for(w=t.next_in_index,x=t.avail_in,b=n.bitb,p=n.bitk,g=n.write,y=g<n.read?n.read-g-1:n.end-g;;){let k,v,A,U,S,z,E,I;switch(a){case 0:for(;3>p;){if(0===x)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(w++))<<p,p+=8}switch(h=7&b,c=1&h,h>>>1){case 0:b>>>=3,p-=3,h=7&p,b>>>=h,p-=h,a=1;break;case 1:k=[],v=[],A=[[]],U=[[]],ut.inflate_trees_fixed(k,v,A,U),d.init(k[0],v[0],A[0],0,U[0],0),b>>>=3,p-=3,a=6;break;case 2:b>>>=3,p-=3,a=3;break;case 3:return b>>>=3,p-=3,a=9,t.msg="invalid block type",e=at,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e)}break;case 1:for(;32>p;){if(0===x)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(w++))<<p,p+=8}if((~b>>>16&65535)!=(65535&b))return a=9,t.msg="invalid stored block lengths",e=at,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);r=65535&b,b=p=0,a=0!==r?2:0!==c?7:0;break;case 2:if(0===x)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);if(0===y&&(g==n.end&&0!==n.read&&(g=0,y=g<n.read?n.read-g-1:n.end-g),0===y&&(n.write=g,e=n.inflate_flush(t,e),g=n.write,y=g<n.read?n.read-g-1:n.end-g,g==n.end&&0!==n.read&&(g=0,y=g<n.read?n.read-g-1:n.end-g),0===y)))return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);if(e=0,h=r,h>x&&(h=x),h>y&&(h=y),n.window.set(t.read_buf(w,h),g),w+=h,x-=h,g+=h,y-=h,0!=(r-=h))break;a=0!==c?7:0;break;case 3:for(;14>p;){if(0===x)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(w++))<<p,p+=8}if(s=h=16383&b,(31&h)>29||(h>>5&31)>29)return a=9,t.msg="too many length or distance symbols",e=at,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);if(h=258+(31&h)+(h>>5&31),!i||i.length<h)i=[];else for(m=0;h>m;m++)i[m]=0;b>>>=14,p-=14,l=0,a=4;case 4:for(;4+(s>>>10)>l;){for(;3>p;){if(0===x)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(w++))<<p,p+=8}i[bt[l++]]=7&b,b>>>=3,p-=3}for(;19>l;)i[bt[l++]]=0;if(o[0]=7,h=u.inflate_trees_bits(i,o,_,f,t),0!=h)return(e=h)==at&&(i=null,a=9),n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);l=0,a=5;case 5:for(;h=s,258+(31&h)+(h>>5&31)>l;){let r,d;for(h=o[0];h>p;){if(0===x)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(w++))<<p,p+=8}if(h=f[3*(_[0]+(b&st[h]))+1],d=f[3*(_[0]+(b&st[h]))+2],16>d)b>>>=h,p-=h,i[l++]=d;else{for(m=18==d?7:d-14,r=18==d?11:3;h+m>p;){if(0===x)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(w++))<<p,p+=8}if(b>>>=h,p-=h,r+=b&st[m],b>>>=m,p-=m,m=l,h=s,m+r>258+(31&h)+(h>>5&31)||16==d&&1>m)return i=null,a=9,t.msg="invalid bit length repeat",e=at,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);d=16==d?i[m-1]:0;do{i[m++]=d}while(0!=--r);l=m}}if(_[0]=-1,S=[],z=[],E=[],I=[],S[0]=9,z[0]=6,h=s,h=u.inflate_trees_dynamic(257+(31&h),1+(h>>5&31),i,S,z,E,I,f,t),0!=h)return h==at&&(i=null,a=9),e=h,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);d.init(S[0],z[0],f,E[0],f,I[0]),a=6;case 6:if(n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,1!=(e=d.proc(n,t,e)))return n.inflate_flush(t,e);if(e=0,d.free(t),w=t.next_in_index,x=t.avail_in,b=n.bitb,p=n.bitk,g=n.write,y=g<n.read?n.read-g-1:n.end-g,0===c){a=0;break}a=7;case 7:if(n.write=g,e=n.inflate_flush(t,e),g=n.write,y=g<n.read?n.read-g-1:n.end-g,n.read!=n.write)return n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);a=8;case 8:return e=1,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);case 9:return e=at,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e);default:return e=it,n.bitb=b,n.bitk=p,t.avail_in=x,t.total_in+=w-t.next_in_index,t.next_in_index=w,n.write=g,n.inflate_flush(t,e)}}},n.free=t=>{n.reset(t,null),n.window=null,f=null},n.set_dictionary=(t,e,i)=>{n.window.set(t.subarray(e,e+i),0),n.read=n.write=i},n.sync_point=()=>1==a?1:0}const wt=13,xt=[0,0,255,255];function gt(){const t=this;function e(t){return t&&t.istate?(t.total_in=t.total_out=0,t.msg=null,t.istate.mode=7,t.istate.blocks.reset(t,null),0):it}t.mode=0,t.method=0,t.was=[0],t.need=0,t.marker=0,t.wbits=0,t.inflateEnd=e=>(t.blocks&&t.blocks.free(e),t.blocks=null,0),t.inflateInit=(n,i)=>(n.msg=null,t.blocks=null,8>i||i>15?(t.inflateEnd(n),it):(t.wbits=i,n.istate.blocks=new pt(n,1<<i),e(n),0)),t.inflate=(t,e)=>{let n,i;if(!t||!t.istate||!t.next_in)return it;const a=t.istate;for(e=4==e?rt:0,n=rt;;)switch(a.mode){case 0:if(0===t.avail_in)return n;if(n=e,t.avail_in--,t.total_in++,8!=(15&(a.method=t.read_byte(t.next_in_index++)))){a.mode=wt,t.msg="unknown compression method",a.marker=5;break}if(8+(a.method>>4)>a.wbits){a.mode=wt,t.msg="invalid window size",a.marker=5;break}a.mode=1;case 1:if(0===t.avail_in)return n;if(n=e,t.avail_in--,t.total_in++,i=255&t.read_byte(t.next_in_index++),((a.method<<8)+i)%31!=0){a.mode=wt,t.msg="incorrect header check",a.marker=5;break}if(0==(32&i)){a.mode=7;break}a.mode=2;case 2:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need=(255&t.read_byte(t.next_in_index++))<<24&4278190080,a.mode=3;case 3:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need+=(255&t.read_byte(t.next_in_index++))<<16&16711680,a.mode=4;case 4:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need+=(255&t.read_byte(t.next_in_index++))<<8&65280,a.mode=5;case 5:return 0===t.avail_in?n:(n=e,t.avail_in--,t.total_in++,a.need+=255&t.read_byte(t.next_in_index++),a.mode=6,2);case 6:return a.mode=wt,t.msg="need dictionary",a.marker=0,it;case 7:if(n=a.blocks.proc(t,n),n==at){a.mode=wt,a.marker=0;break}if(0==n&&(n=e),1!=n)return n;n=e,a.blocks.reset(t,a.was),a.mode=12;case 12:return 1;case wt:return at;default:return it}},t.inflateSetDictionary=(t,e,n)=>{let i=0,a=n;if(!t||!t.istate||6!=t.istate.mode)return it;const r=t.istate;return a<1<<r.wbits||(a=(1<<r.wbits)-1,i=n-a),r.blocks.set_dictionary(e,i,a),r.mode=7,0},t.inflateSync=t=>{let n,i,a,r,s;if(!t||!t.istate)return it;const l=t.istate;if(l.mode!=wt&&(l.mode=wt,l.marker=0),0===(n=t.avail_in))return rt;for(i=t.next_in_index,a=l.marker;0!==n&&4>a;)t.read_byte(i)==xt[a]?a++:a=0!==t.read_byte(i)?0:4-a,i++,n--;return t.total_in+=i-t.next_in_index,t.next_in_index=i,t.avail_in=n,l.marker=a,4!=a?at:(r=t.total_in,s=t.total_out,e(t),t.total_in=r,t.total_out=s,l.mode=7,0)},t.inflateSyncPoint=t=>t&&t.istate&&t.istate.blocks?t.istate.blocks.sync_point():it}function yt(){}function mt(t){const e=new yt,n=t&&t.chunkSize?Math.floor(2*t.chunkSize):131072,i=new Uint8Array(n);let a=!1;e.inflateInit(),e.next_out=i,this.append=(t,r)=>{const s=[];let l,o,_=0,d=0,c=0;if(0!==t.length){e.next_in_index=0,e.next_in=t,e.avail_in=t.length;do{if(e.next_out_index=0,e.avail_out=n,0!==e.avail_in||a||(e.next_in_index=0,a=!0),l=e.inflate(0),a&&l===rt){if(0!==e.avail_in)throw Error("inflating: bad input")}else if(0!==l&&1!==l)throw Error("inflating: "+e.msg);if((a||1===l)&&e.avail_in===t.length)throw Error("inflating: bad input");e.next_out_index&&(e.next_out_index===n?s.push(new Uint8Array(i)):s.push(i.slice(0,e.next_out_index))),c+=e.next_out_index,r&&e.next_in_index>0&&e.next_in_index!=_&&(r(e.next_in_index),_=e.next_in_index)}while(e.avail_in>0||0===e.avail_out);return s.length>1?(o=new Uint8Array(c),s.forEach((t=>{o.set(t,d),d+=t.length}))):o=s[0]||new Uint8Array(0),o}},this.flush=()=>{e.inflateEnd()}}yt.prototype={inflateInit:function(t){const e=this;return e.istate=new gt,t||(t=15),e.istate.inflateInit(e,t)},inflate:function(t){const e=this;return e.istate?e.istate.inflate(e,t):it},inflateEnd:function(){const t=this;if(!t.istate)return it;const e=t.istate.inflateEnd(t);return t.istate=null,e},inflateSync:function(){const t=this;return t.istate?t.istate.inflateSync(t):it},inflateSetDictionary:function(t,e){const n=this;return n.istate?n.istate.inflateSetDictionary(n,t,e):it},read_byte:function(t){return this.next_in[t]},read_buf:function(t,e){return this.next_in.subarray(t,t+e)}},self.initCodec=()=>{self.Deflate=nt,self.Inflate=mt}}(); |
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).zip={})}(this,(function(e){"use strict";const t=256,n=256,r=-2,i=-5;function a(e){return s(e.map((([e,t])=>new Array(e).fill(t,0,e))))}function s(e){return e.reduce(((e,t)=>e.concat(Array.isArray(t)?s(t):t)),[])}const o=[0,1,2,3].concat(...a([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function c(){const e=this;function t(e,t){let n=0;do{n|=1&e,e>>>=1,n<<=1}while(--t>0);return n>>>1}e.build_tree=function(n){const r=e.dyn_tree,i=e.stat_desc.static_tree,a=e.stat_desc.elems;let s,o,c,l=-1;for(n.heap_len=0,n.heap_max=573,s=0;s<a;s++)0!==r[2*s]?(n.heap[++n.heap_len]=l=s,n.depth[s]=0):r[2*s+1]=0;for(;n.heap_len<2;)c=n.heap[++n.heap_len]=l<2?++l:0,r[2*c]=1,n.depth[c]=0,n.opt_len--,i&&(n.static_len-=i[2*c+1]);for(e.max_code=l,s=Math.floor(n.heap_len/2);s>=1;s--)n.pqdownheap(r,s);c=a;do{s=n.heap[1],n.heap[1]=n.heap[n.heap_len--],n.pqdownheap(r,1),o=n.heap[1],n.heap[--n.heap_max]=s,n.heap[--n.heap_max]=o,r[2*c]=r[2*s]+r[2*o],n.depth[c]=Math.max(n.depth[s],n.depth[o])+1,r[2*s+1]=r[2*o+1]=c,n.heap[1]=c++,n.pqdownheap(r,1)}while(n.heap_len>=2);n.heap[--n.heap_max]=n.heap[1],function(t){const n=e.dyn_tree,r=e.stat_desc.static_tree,i=e.stat_desc.extra_bits,a=e.stat_desc.extra_base,s=e.stat_desc.max_length;let o,c,l,u,d,h,f=0;for(u=0;u<=15;u++)t.bl_count[u]=0;for(n[2*t.heap[t.heap_max]+1]=0,o=t.heap_max+1;o<573;o++)c=t.heap[o],u=n[2*n[2*c+1]+1]+1,u>s&&(u=s,f++),n[2*c+1]=u,c>e.max_code||(t.bl_count[u]++,d=0,c>=a&&(d=i[c-a]),h=n[2*c],t.opt_len+=h*(u+d),r&&(t.static_len+=h*(r[2*c+1]+d)));if(0!==f){do{for(u=s-1;0===t.bl_count[u];)u--;t.bl_count[u]--,t.bl_count[u+1]+=2,t.bl_count[s]--,f-=2}while(f>0);for(u=s;0!==u;u--)for(c=t.bl_count[u];0!==c;)l=t.heap[--o],l>e.max_code||(n[2*l+1]!=u&&(t.opt_len+=(u-n[2*l+1])*n[2*l],n[2*l+1]=u),c--)}}(n),function(e,n,r){const i=[];let a,s,o,c=0;for(a=1;a<=15;a++)i[a]=c=c+r[a-1]<<1;for(s=0;s<=n;s++)o=e[2*s+1],0!==o&&(e[2*s]=t(i[o]++,o))}(r,e.max_code,n.bl_count)}}function l(e,t,n,r,i){const a=this;a.static_tree=e,a.extra_bits=t,a.extra_base=n,a.elems=r,a.max_length=i}c._length_code=[0,1,2,3,4,5,6,7].concat(...a([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),c.base_length=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],c.base_dist=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],c.d_code=function(e){return e<256?o[e]:o[256+(e>>>7)]},c.extra_lbits=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],c.extra_dbits=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],c.extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],c.bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],l.static_ltree=[12,8,140,8,76,8,204,8,44,8,172,8,108,8,236,8,28,8,156,8,92,8,220,8,60,8,188,8,124,8,252,8,2,8,130,8,66,8,194,8,34,8,162,8,98,8,226,8,18,8,146,8,82,8,210,8,50,8,178,8,114,8,242,8,10,8,138,8,74,8,202,8,42,8,170,8,106,8,234,8,26,8,154,8,90,8,218,8,58,8,186,8,122,8,250,8,6,8,134,8,70,8,198,8,38,8,166,8,102,8,230,8,22,8,150,8,86,8,214,8,54,8,182,8,118,8,246,8,14,8,142,8,78,8,206,8,46,8,174,8,110,8,238,8,30,8,158,8,94,8,222,8,62,8,190,8,126,8,254,8,1,8,129,8,65,8,193,8,33,8,161,8,97,8,225,8,17,8,145,8,81,8,209,8,49,8,177,8,113,8,241,8,9,8,137,8,73,8,201,8,41,8,169,8,105,8,233,8,25,8,153,8,89,8,217,8,57,8,185,8,121,8,249,8,5,8,133,8,69,8,197,8,37,8,165,8,101,8,229,8,21,8,149,8,85,8,213,8,53,8,181,8,117,8,245,8,13,8,141,8,77,8,205,8,45,8,173,8,109,8,237,8,29,8,157,8,93,8,221,8,61,8,189,8,125,8,253,8,19,9,275,9,147,9,403,9,83,9,339,9,211,9,467,9,51,9,307,9,179,9,435,9,115,9,371,9,243,9,499,9,11,9,267,9,139,9,395,9,75,9,331,9,203,9,459,9,43,9,299,9,171,9,427,9,107,9,363,9,235,9,491,9,27,9,283,9,155,9,411,9,91,9,347,9,219,9,475,9,59,9,315,9,187,9,443,9,123,9,379,9,251,9,507,9,7,9,263,9,135,9,391,9,71,9,327,9,199,9,455,9,39,9,295,9,167,9,423,9,103,9,359,9,231,9,487,9,23,9,279,9,151,9,407,9,87,9,343,9,215,9,471,9,55,9,311,9,183,9,439,9,119,9,375,9,247,9,503,9,15,9,271,9,143,9,399,9,79,9,335,9,207,9,463,9,47,9,303,9,175,9,431,9,111,9,367,9,239,9,495,9,31,9,287,9,159,9,415,9,95,9,351,9,223,9,479,9,63,9,319,9,191,9,447,9,127,9,383,9,255,9,511,9,0,7,64,7,32,7,96,7,16,7,80,7,48,7,112,7,8,7,72,7,40,7,104,7,24,7,88,7,56,7,120,7,4,7,68,7,36,7,100,7,20,7,84,7,52,7,116,7,3,8,131,8,67,8,195,8,35,8,163,8,99,8,227,8],l.static_dtree=[0,5,16,5,8,5,24,5,4,5,20,5,12,5,28,5,2,5,18,5,10,5,26,5,6,5,22,5,14,5,30,5,1,5,17,5,9,5,25,5,5,5,21,5,13,5,29,5,3,5,19,5,11,5,27,5,7,5,23,5],l.static_l_desc=new l(l.static_ltree,c.extra_lbits,257,286,15),l.static_d_desc=new l(l.static_dtree,c.extra_dbits,0,30,15),l.static_bl_desc=new l(null,c.extra_blbits,0,19,7);function u(e,t,n,r,i){const a=this;a.good_length=e,a.max_lazy=t,a.nice_length=n,a.max_chain=r,a.func=i}const d=[new u(0,0,0,0,0),new u(4,4,8,4,1),new u(4,5,16,8,1),new u(4,6,32,32,1),new u(4,4,16,16,2),new u(8,16,32,32,2),new u(8,16,128,128,2),new u(8,32,128,256,2),new u(32,128,258,1024,2),new u(32,258,258,4096,2)],h=["need dictionary","stream end","","","stream error","data error","","buffer error","",""],f=113,p=666,g=258,w=262;function y(e,t,n,r){const i=e[2*t],a=e[2*n];return i<a||i==a&&r[t]<=r[n]}function _(){const e=this;let a,s,o,u,_,m,b,x,A,k,U,v,E,R,z,S,T,D,F,B,M,C,W,I,H,O,P,j,L,N,V,q,K;const G=new c,Z=new c,X=new c;let Y,J,Q,$,ee,te;function ne(){let t;for(t=0;t<286;t++)V[2*t]=0;for(t=0;t<30;t++)q[2*t]=0;for(t=0;t<19;t++)K[2*t]=0;V[512]=1,e.opt_len=e.static_len=0,J=Q=0}function re(e,t){let n,r=-1,i=e[1],a=0,s=7,o=4;0===i&&(s=138,o=3),e[2*(t+1)+1]=65535;for(let c=0;c<=t;c++)n=i,i=e[2*(c+1)+1],++a<s&&n==i||(a<o?K[2*n]+=a:0!==n?(n!=r&&K[2*n]++,K[32]++):a<=10?K[34]++:K[36]++,a=0,r=n,0===i?(s=138,o=3):n==i?(s=6,o=3):(s=7,o=4))}function ie(t){e.pending_buf[e.pending++]=t}function ae(e){ie(255&e),ie(e>>>8&255)}function se(e,t){let n;const r=t;te>16-r?(n=e,ee|=n<<te&65535,ae(ee),ee=n>>>16-te,te+=r-16):(ee|=e<<te&65535,te+=r)}function oe(e,t){const n=2*e;se(65535&t[n],65535&t[n+1])}function ce(e,t){let n,r,i=-1,a=e[1],s=0,o=7,c=4;for(0===a&&(o=138,c=3),n=0;n<=t;n++)if(r=a,a=e[2*(n+1)+1],!(++s<o&&r==a)){if(s<c)do{oe(r,K)}while(0!=--s);else 0!==r?(r!=i&&(oe(r,K),s--),oe(16,K),se(s-3,2)):s<=10?(oe(17,K),se(s-3,3)):(oe(18,K),se(s-11,7));s=0,i=r,0===a?(o=138,c=3):r==a?(o=6,c=3):(o=7,c=4)}}function le(){16==te?(ae(ee),ee=0,te=0):te>=8&&(ie(255&ee),ee>>>=8,te-=8)}function ue(n,r){let i,a,s;if(e.dist_buf[J]=n,e.lc_buf[J]=255&r,J++,0===n?V[2*r]++:(Q++,n--,V[2*(c._length_code[r]+t+1)]++,q[2*c.d_code(n)]++),0==(8191&J)&&P>2){for(i=8*J,a=M-T,s=0;s<30;s++)i+=q[2*s]*(5+c.extra_dbits[s]);if(i>>>=3,Q<Math.floor(J/2)&&i<Math.floor(a/2))return!0}return J==Y-1}function de(r,i){let a,s,o,l,u=0;if(0!==J)do{a=e.dist_buf[u],s=e.lc_buf[u],u++,0===a?oe(s,r):(o=c._length_code[s],oe(o+t+1,r),l=c.extra_lbits[o],0!==l&&(s-=c.base_length[o],se(s,l)),a--,o=c.d_code(a),oe(o,i),l=c.extra_dbits[o],0!==l&&(a-=c.base_dist[o],se(a,l)))}while(u<J);oe(n,r),$=r[513]}function he(){te>8?ae(ee):te>0&&ie(255&ee),ee=0,te=0}function fe(t,n,r){se(0+(r?1:0),3),function(t,n,r){he(),$=8,r&&(ae(n),ae(~n)),e.pending_buf.set(x.subarray(t,t+n),e.pending),e.pending+=n}(t,n,!0)}function pe(t,n,r){let i,a,s=0;P>0?(G.build_tree(e),Z.build_tree(e),s=function(){let t;for(re(V,G.max_code),re(q,Z.max_code),X.build_tree(e),t=18;t>=3&&0===K[2*c.bl_order[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(),i=e.opt_len+3+7>>>3,a=e.static_len+3+7>>>3,a<=i&&(i=a)):i=a=n+5,n+4<=i&&-1!=t?fe(t,n,r):a==i?(se(2+(r?1:0),3),de(l.static_ltree,l.static_dtree)):(se(4+(r?1:0),3),function(e,t,n){let r;for(se(e-257,5),se(t-1,5),se(n-4,4),r=0;r<n;r++)se(K[2*c.bl_order[r]+1],3);ce(V,e-1),ce(q,t-1)}(G.max_code+1,Z.max_code+1,s+1),de(V,q)),ne(),r&&he()}function ge(e){pe(T>=0?T:-1,M-T,e),T=M,a.flush_pending()}function we(){let e,t,n,r;do{if(r=A-W-M,0===r&&0===M&&0===W)r=_;else if(-1==r)r--;else if(M>=_+_-w){x.set(x.subarray(_,_+_),0),C-=_,M-=_,T-=_,e=E,n=e;do{t=65535&U[--n],U[n]=t>=_?t-_:0}while(0!=--e);e=_,n=e;do{t=65535&k[--n],k[n]=t>=_?t-_:0}while(0!=--e);r+=_}if(0===a.avail_in)return;e=a.read_buf(x,M+W,r),W+=e,W>=3&&(v=255&x[M],v=(v<<S^255&x[M+1])&z)}while(W<w&&0!==a.avail_in)}function ye(e){let t,n,r=H,i=M,a=I;const s=M>_-w?M-(_-w):0;let o=N;const c=b,l=M+g;let u=x[i+a-1],d=x[i+a];I>=L&&(r>>=2),o>W&&(o=W);do{if(t=e,x[t+a]==d&&x[t+a-1]==u&&x[t]==x[i]&&x[++t]==x[i+1]){i+=2,t++;do{}while(x[++i]==x[++t]&&x[++i]==x[++t]&&x[++i]==x[++t]&&x[++i]==x[++t]&&x[++i]==x[++t]&&x[++i]==x[++t]&&x[++i]==x[++t]&&x[++i]==x[++t]&&i<l);if(n=g-(l-i),i=l-g,n>a){if(C=e,a=n,n>=o)break;u=x[i+a-1],d=x[i+a]}}}while((e=65535&k[e&c])>s&&0!=--r);return a<=W?a:W}function _e(t){return t.total_in=t.total_out=0,t.msg=null,e.pending=0,e.pending_out=0,s=f,u=0,G.dyn_tree=V,G.stat_desc=l.static_l_desc,Z.dyn_tree=q,Z.stat_desc=l.static_d_desc,X.dyn_tree=K,X.stat_desc=l.static_bl_desc,ee=0,te=0,$=8,ne(),function(){A=2*_,U[E-1]=0;for(let e=0;e<E-1;e++)U[e]=0;O=d[P].max_lazy,L=d[P].good_length,N=d[P].nice_length,H=d[P].max_chain,M=0,T=0,W=0,D=I=2,B=0,v=0}(),0}e.depth=[],e.bl_count=[],e.heap=[],V=[],q=[],K=[],e.pqdownheap=function(t,n){const r=e.heap,i=r[n];let a=n<<1;for(;a<=e.heap_len&&(a<e.heap_len&&y(t,r[a+1],r[a],e.depth)&&a++,!y(t,i,r[a],e.depth));)r[n]=r[a],n=a,a<<=1;r[n]=i},e.deflateInit=function(t,n,i,a,s,c){return a||(a=8),s||(s=8),c||(c=0),t.msg=null,-1==n&&(n=6),s<1||s>9||8!=a||i<9||i>15||n<0||n>9||c<0||c>2?r:(t.dstate=e,m=i,_=1<<m,b=_-1,R=s+7,E=1<<R,z=E-1,S=Math.floor((R+3-1)/3),x=new Uint8Array(2*_),k=[],U=[],Y=1<<s+6,e.pending_buf=new Uint8Array(4*Y),o=4*Y,e.dist_buf=new Uint16Array(Y),e.lc_buf=new Uint8Array(Y),P=n,j=c,_e(t))},e.deflateEnd=function(){return 42!=s&&s!=f&&s!=p?r:(e.lc_buf=null,e.dist_buf=null,e.pending_buf=null,U=null,k=null,x=null,e.dstate=null,s==f?-3:0)},e.deflateParams=function(e,t,n){let i=0;return-1==t&&(t=6),t<0||t>9||n<0||n>2?r:(d[P].func!=d[t].func&&0!==e.total_in&&(i=e.deflate(1)),P!=t&&(P=t,O=d[P].max_lazy,L=d[P].good_length,N=d[P].nice_length,H=d[P].max_chain),j=n,i)},e.deflateSetDictionary=function(e,t,n){let i,a=n,o=0;if(!t||42!=s)return r;if(a<3)return 0;for(a>_-w&&(a=_-w,o=n-a),x.set(t.subarray(o,o+a),0),M=a,T=a,v=255&x[0],v=(v<<S^255&x[1])&z,i=0;i<=a-3;i++)v=(v<<S^255&x[i+2])&z,k[i&b]=U[v],U[v]=i;return 0},e.deflate=function(t,c){let g,y,A,R,H;if(c>4||c<0)return r;if(!t.next_out||!t.next_in&&0!==t.avail_in||s==p&&4!=c)return t.msg=h[4],r;if(0===t.avail_out)return t.msg=h[7],i;var L;if(a=t,R=u,u=c,42==s&&(y=8+(m-8<<4)<<8,A=(P-1&255)>>1,A>3&&(A=3),y|=A<<6,0!==M&&(y|=32),y+=31-y%31,s=f,ie((L=y)>>8&255),ie(255&L)),0!==e.pending){if(a.flush_pending(),0===a.avail_out)return u=-1,0}else if(0===a.avail_in&&c<=R&&4!=c)return a.msg=h[7],i;if(s==p&&0!==a.avail_in)return t.msg=h[7],i;if(0!==a.avail_in||0!==W||0!=c&&s!=p){switch(H=-1,d[P].func){case 0:H=function(e){let t,n=65535;for(n>o-5&&(n=o-5);;){if(W<=1){if(we(),0===W&&0==e)return 0;if(0===W)break}if(M+=W,W=0,t=T+n,(0===M||M>=t)&&(W=M-t,M=t,ge(!1),0===a.avail_out))return 0;if(M-T>=_-w&&(ge(!1),0===a.avail_out))return 0}return ge(4==e),0===a.avail_out?4==e?2:0:4==e?3:1}(c);break;case 1:H=function(e){let t,n=0;for(;;){if(W<w){if(we(),W<w&&0==e)return 0;if(0===W)break}if(W>=3&&(v=(v<<S^255&x[M+2])&z,n=65535&U[v],k[M&b]=U[v],U[v]=M),0!==n&&(M-n&65535)<=_-w&&2!=j&&(D=ye(n)),D>=3)if(t=ue(M-C,D-3),W-=D,D<=O&&W>=3){D--;do{M++,v=(v<<S^255&x[M+2])&z,n=65535&U[v],k[M&b]=U[v],U[v]=M}while(0!=--D);M++}else M+=D,D=0,v=255&x[M],v=(v<<S^255&x[M+1])&z;else t=ue(0,255&x[M]),W--,M++;if(t&&(ge(!1),0===a.avail_out))return 0}return ge(4==e),0===a.avail_out?4==e?2:0:4==e?3:1}(c);break;case 2:H=function(e){let t,n,r=0;for(;;){if(W<w){if(we(),W<w&&0==e)return 0;if(0===W)break}if(W>=3&&(v=(v<<S^255&x[M+2])&z,r=65535&U[v],k[M&b]=U[v],U[v]=M),I=D,F=C,D=2,0!==r&&I<O&&(M-r&65535)<=_-w&&(2!=j&&(D=ye(r)),D<=5&&(1==j||3==D&&M-C>4096)&&(D=2)),I>=3&&D<=I){n=M+W-3,t=ue(M-1-F,I-3),W-=I-1,I-=2;do{++M<=n&&(v=(v<<S^255&x[M+2])&z,r=65535&U[v],k[M&b]=U[v],U[v]=M)}while(0!=--I);if(B=0,D=2,M++,t&&(ge(!1),0===a.avail_out))return 0}else if(0!==B){if(t=ue(0,255&x[M-1]),t&&ge(!1),M++,W--,0===a.avail_out)return 0}else B=1,M++,W--}return 0!==B&&(t=ue(0,255&x[M-1]),B=0),ge(4==e),0===a.avail_out?4==e?2:0:4==e?3:1}(c)}if(2!=H&&3!=H||(s=p),0==H||2==H)return 0===a.avail_out&&(u=-1),0;if(1==H){if(1==c)se(2,3),oe(n,l.static_ltree),le(),1+$+10-te<9&&(se(2,3),oe(n,l.static_ltree),le()),$=7;else if(fe(0,0,!1),3==c)for(g=0;g<E;g++)U[g]=0;if(a.flush_pending(),0===a.avail_out)return u=-1,0}}return 4!=c?0:1}}function m(){const e=this;e.next_in_index=0,e.next_out_index=0,e.avail_in=0,e.total_in=0,e.avail_out=0,e.total_out=0}m.prototype={deflateInit:function(e,t){const n=this;return n.dstate=new _,t||(t=15),n.dstate.deflateInit(n,e,t)},deflate:function(e){const t=this;return t.dstate?t.dstate.deflate(t,e):r},deflateEnd:function(){const e=this;if(!e.dstate)return r;const t=e.dstate.deflateEnd();return e.dstate=null,t},deflateParams:function(e,t){const n=this;return n.dstate?n.dstate.deflateParams(n,e,t):r},deflateSetDictionary:function(e,t){const n=this;return n.dstate?n.dstate.deflateSetDictionary(n,e,t):r},read_buf:function(e,t,n){const r=this;let i=r.avail_in;return i>n&&(i=n),0===i?0:(r.avail_in-=i,e.set(r.next_in.subarray(r.next_in_index,r.next_in_index+i),t),r.next_in_index+=i,r.total_in+=i,i)},flush_pending:function(){const e=this;let t=e.dstate.pending;t>e.avail_out&&(t=e.avail_out),0!==t&&(e.next_out.set(e.dstate.pending_buf.subarray(e.dstate.pending_out,e.dstate.pending_out+t),e.next_out_index),e.next_out_index+=t,e.dstate.pending_out+=t,e.total_out+=t,e.avail_out-=t,e.dstate.pending-=t,0===e.dstate.pending&&(e.dstate.pending_out=0))}};const b={chunkSize:524288,maxWorkers:"undefined"!=typeof navigator&&navigator.hardwareConcurrency||2,terminateWorkerTimeout:5e3,useWebWorkers:!0,workerScripts:void 0},x=Object.assign({},b);function A(e){if(void 0!==e.baseURL&&(x.baseURL=e.baseURL),void 0!==e.chunkSize&&(x.chunkSize=e.chunkSize),void 0!==e.maxWorkers&&(x.maxWorkers=e.maxWorkers),void 0!==e.terminateWorkerTimeout&&(x.terminateWorkerTimeout=e.terminateWorkerTimeout),void 0!==e.useWebWorkers&&(x.useWebWorkers=e.useWebWorkers),void 0!==e.Deflate&&(x.Deflate=e.Deflate),void 0!==e.Inflate&&(x.Inflate=e.Inflate),void 0!==e.workerScripts){if(e.workerScripts.deflate){if(!Array.isArray(e.workerScripts.deflate))throw new Error("workerScripts.deflate must be an array");x.workerScripts||(x.workerScripts={}),x.workerScripts.deflate=e.workerScripts.deflate}if(e.workerScripts.inflate){if(!Array.isArray(e.workerScripts.inflate))throw new Error("workerScripts.inflate must be an array");x.workerScripts||(x.workerScripts={}),x.workerScripts.inflate=e.workerScripts.inflate}}}const k="HTTP error ",U="HTTP Range not supported",v="text/plain",E="GET",R="bytes";class z{constructor(){this.size=0}init(){this.initialized=!0}}class S extends z{}class T extends z{writeUint8Array(e){this.size+=e.length}}class D extends S{constructor(e){super(),this.blob=e,this.size=e.size}async readUint8Array(e,t){if(this.blob.arrayBuffer)return new Uint8Array(await this.blob.slice(e,e+t).arrayBuffer());{const n=new FileReader;return new Promise(((r,i)=>{n.onload=e=>r(new Uint8Array(e.target.result)),n.onerror=()=>i(n.error),n.readAsArrayBuffer(this.blob.slice(e,e+t))}))}}}class F extends T{constructor(e){super(),this.contentType=e,this.arrayBuffers=[]}async writeUint8Array(e){super.writeUint8Array(e),this.arrayBuffers.push(e.buffer)}getData(){return this.blob||(this.blob=new Blob(this.arrayBuffers,{type:this.contentType})),this.blob}}class B extends S{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=Object.assign({},t),delete this.options.preventHeadRequest,delete this.options.useRangeHeader,delete this.options.forceRangeRequests,delete this.options.useXHR}async init(){super.init(),await C(this,N,O)}async readUint8Array(e,t){return W(this,e,t,N,O)}}class M extends S{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=t}async init(){super.init(),await C(this,V,P)}async readUint8Array(e,t){return W(this,e,t,V,P)}}async function C(e,t,n){if(function(e){if("undefined"!=typeof document){const t=document.createElement("a");return t.href=e,"http:"==t.protocol||"https:"==t.protocol}return/^https?:\/\//i.test(e)}(e.url)&&(e.useRangeHeader||e.forceRangeRequests)){const r=await t(E,e,I(e));if(!e.forceRangeRequests&&r.headers.get("Accept-Ranges")!=R)throw new Error(U);{let i;const a=r.headers.get("Content-Range");if(a){const e=a.trim().split(/\s*\/\s*/);if(e.length){const t=e[1];t&&"*"!=t&&(i=Number(t))}}void 0===i?await L(e,t,n):e.size=i}}else await L(e,t,n)}async function W(e,t,n,r,i){if(e.useRangeHeader||e.forceRangeRequests){const i=await r(E,e,I(e,t,n));if(206!=i.status)throw new Error(U);return new Uint8Array(await i.arrayBuffer())}return e.data||await i(e,e.options),new Uint8Array(e.data.subarray(t,t+n))}function I(e,t=0,n=1){return Object.assign({},H(e),{Range:"bytes="+t+"-"+(t+n-1)})}function H(e){let t=e.options.headers;if(t)return Symbol.iterator in t?Object.fromEntries(t):t}async function O(e){await j(e,N)}async function P(e){await j(e,V)}async function j(e,t){const n=await t(E,e,H(e));e.data=new Uint8Array(await n.arrayBuffer()),e.size||(e.size=e.data.length)}async function L(e,t,n){if(e.preventHeadRequest)await n(e,e.options);else{const r=(await t("HEAD",e,H(e))).headers.get("Content-Length");r?e.size=Number(r):await n(e,e.options)}}async function N(e,{options:t,url:n},r){const i=await fetch(n,Object.assign({},t,{method:e,headers:r}));if(i.status<400)return i;throw new Error(k+(i.statusText||i.status))}function V(e,{url:t},n){return new Promise(((r,i)=>{const a=new XMLHttpRequest;if(a.addEventListener("load",(()=>{if(a.status<400){const e=[];a.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach((t=>{const n=t.trim().split(/\s*:\s*/);n[0]=n[0].trim().replace(/^[a-z]|-[a-z]/g,(e=>e.toUpperCase())),e.push(n)})),r({status:a.status,arrayBuffer:()=>a.response,headers:new Map(e)})}else i(new Error(k+(a.statusText||a.status)))}),!1),a.addEventListener("error",(e=>i(e.detail.error)),!1),a.open(e,t),n)for(const e of Object.entries(n))a.setRequestHeader(e[0],e[1]);a.responseType="arraybuffer",a.send()}))}class q extends S{constructor(e,t={}){super(),this.url=e,t.useXHR?this.reader=new M(e,t):this.reader=new B(e,t)}set size(e){}get size(){return this.reader.size}async init(){super.init(),await this.reader.init()}async readUint8Array(e,t){return this.reader.readUint8Array(e,t)}}const K=4294967295,G=65535,Z=67324752,X=134695760,Y=33639248,J=101010256,Q=101075792,$=117853008,ee=21589,te="/",ne=new Date(2107,11,31),re=new Date(1980,0,1),ie=[];for(let e=0;e<256;e++){let t=e;for(let e=0;e<8;e++)1&t?t=t>>>1^3988292384:t>>>=1;ie[e]=t}class ae{constructor(e){this.crc=e||-1}append(e){let t=0|this.crc;for(let n=0,r=0|e.length;n<r;n++)t=t>>>8^ie[255&(t^e[n])];this.crc=t}get(){return~this.crc}}function se(e){if("undefined"==typeof TextEncoder){e=unescape(encodeURIComponent(e));const t=new Uint8Array(e.length);for(let n=0;n<t.length;n++)t[n]=e.charCodeAt(n);return t}return(new TextEncoder).encode(e)}const oe={concat(e,t){if(0===e.length||0===t.length)return e.concat(t);const n=e[e.length-1],r=oe.getPartial(n);return 32===r?e.concat(t):oe._shiftRight(t,r,0|n,e.slice(0,e.length-1))},bitLength(e){const t=e.length;if(0===t)return 0;const n=e[t-1];return 32*(t-1)+oe.getPartial(n)},clamp(e,t){if(32*e.length<t)return e;const n=(e=e.slice(0,Math.ceil(t/32))).length;return t&=31,n>0&&t&&(e[n-1]=oe.partial(t,e[n-1]&2147483648>>t-1,1)),e},partial:(e,t,n)=>32===e?t:(n?0|t:t<<32-e)+1099511627776*e,getPartial:e=>Math.round(e/1099511627776)||32,_shiftRight(e,t,n,r){for(void 0===r&&(r=[]);t>=32;t-=32)r.push(n),n=0;if(0===t)return r.concat(e);for(let i=0;i<e.length;i++)r.push(n|e[i]>>>t),n=e[i]<<32-t;const i=e.length?e[e.length-1]:0,a=oe.getPartial(i);return r.push(oe.partial(t+a&31,t+a>32?n:r.pop(),1)),r}},ce={bytes:{fromBits(e){const t=oe.bitLength(e)/8,n=new Uint8Array(t);let r;for(let i=0;i<t;i++)0==(3&i)&&(r=e[i/4]),n[i]=r>>>24,r<<=8;return n},toBits(e){const t=[];let n,r=0;for(n=0;n<e.length;n++)r=r<<8|e[n],3==(3&n)&&(t.push(r),r=0);return 3&n&&t.push(oe.partial(8*(3&n),r)),t}}},le={sha1:function(e){e?(this._h=e._h.slice(0),this._buffer=e._buffer.slice(0),this._length=e._length):this.reset()}};le.sha1.prototype={blockSize:512,reset:function(){const e=this;return e._h=this._init.slice(0),e._buffer=[],e._length=0,e},update:function(e){const t=this;"string"==typeof e&&(e=ce.utf8String.toBits(e));const n=t._buffer=oe.concat(t._buffer,e),r=t._length,i=t._length=r+oe.bitLength(e);if(i>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const a=new Uint32Array(n);let s=0;for(let e=t.blockSize+r-(t.blockSize+r&t.blockSize-1);e<=i;e+=t.blockSize)t._block(a.subarray(16*s,16*(s+1))),s+=1;return n.splice(0,16*s),t},finalize:function(){const e=this;let t=e._buffer;const n=e._h;t=oe.concat(t,[oe.partial(1,1)]);for(let e=t.length+2;15&e;e++)t.push(0);for(t.push(Math.floor(e._length/4294967296)),t.push(0|e._length);t.length;)e._block(t.splice(0,16));return e.reset(),n},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:function(e,t,n,r){return e<=19?t&n|~t&r:e<=39?t^n^r:e<=59?t&n|t&r|n&r:e<=79?t^n^r:void 0},_S:function(e,t){return t<<e|t>>>32-e},_block:function(e){const t=this,n=t._h,r=Array(80);for(let t=0;t<16;t++)r[t]=e[t];let i=n[0],a=n[1],s=n[2],o=n[3],c=n[4];for(let e=0;e<=79;e++){e>=16&&(r[e]=t._S(1,r[e-3]^r[e-8]^r[e-14]^r[e-16]));const n=t._S(5,i)+t._f(e,a,s,o)+c+r[e]+t._key[Math.floor(e/20)]|0;c=o,o=s,s=t._S(30,a),a=i,i=n}n[0]=n[0]+i|0,n[1]=n[1]+a|0,n[2]=n[2]+s|0,n[3]=n[3]+o|0,n[4]=n[4]+c|0}};const ue={aes:class{constructor(e){const t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();const n=t._tables[0][4],r=t._tables[1],i=e.length;let a,s,o,c=1;if(4!==i&&6!==i&&8!==i)throw new Error("invalid aes key size");for(t._key=[s=e.slice(0),o=[]],a=i;a<4*i+28;a++){let e=s[a-1];(a%i==0||8===i&&a%i==4)&&(e=n[e>>>24]<<24^n[e>>16&255]<<16^n[e>>8&255]<<8^n[255&e],a%i==0&&(e=e<<8^e>>>24^c<<24,c=c<<1^283*(c>>7))),s[a]=s[a-i]^e}for(let e=0;a;e++,a--){const t=s[3&e?a:a-4];o[e]=a<=4||e<4?t:r[0][n[t>>>24]]^r[1][n[t>>16&255]]^r[2][n[t>>8&255]]^r[3][n[255&t]]}}encrypt(e){return this._crypt(e,0)}decrypt(e){return this._crypt(e,1)}_precompute(){const e=this._tables[0],t=this._tables[1],n=e[4],r=t[4],i=[],a=[];let s,o,c,l;for(let e=0;e<256;e++)a[(i[e]=e<<1^283*(e>>7))^e]=e;for(let u=s=0;!n[u];u^=o||1,s=a[s]||1){let a=s^s<<1^s<<2^s<<3^s<<4;a=a>>8^255&a^99,n[u]=a,r[a]=u,l=i[c=i[o=i[u]]];let d=16843009*l^65537*c^257*o^16843008*u,h=257*i[a]^16843008*a;for(let n=0;n<4;n++)e[n][u]=h=h<<24^h>>>8,t[n][a]=d=d<<24^d>>>8}for(let n=0;n<5;n++)e[n]=e[n].slice(0),t[n]=t[n].slice(0)}_crypt(e,t){if(4!==e.length)throw new Error("invalid aes block size");const n=this._key[t],r=n.length/4-2,i=[0,0,0,0],a=this._tables[t],s=a[0],o=a[1],c=a[2],l=a[3],u=a[4];let d,h,f,p=e[0]^n[0],g=e[t?3:1]^n[1],w=e[2]^n[2],y=e[t?1:3]^n[3],_=4;for(let e=0;e<r;e++)d=s[p>>>24]^o[g>>16&255]^c[w>>8&255]^l[255&y]^n[_],h=s[g>>>24]^o[w>>16&255]^c[y>>8&255]^l[255&p]^n[_+1],f=s[w>>>24]^o[y>>16&255]^c[p>>8&255]^l[255&g]^n[_+2],y=s[y>>>24]^o[p>>16&255]^c[g>>8&255]^l[255&w]^n[_+3],_+=4,p=d,g=h,w=f;for(let e=0;e<4;e++)i[t?3&-e:e]=u[p>>>24]<<24^u[g>>16&255]<<16^u[w>>8&255]<<8^u[255&y]^n[_++],d=p,p=g,g=w,w=y,y=d;return i}}},de={ctrGladman:class{constructor(e,t){this._prf=e,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(e){return this.calculate(this._prf,e,this._iv)}incWord(e){if(255==(e>>24&255)){let t=e>>16&255,n=e>>8&255,r=255&e;255===t?(t=0,255===n?(n=0,255===r?r=0:++r):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=r}else e+=1<<24;return e}incCounter(e){0===(e[0]=this.incWord(e[0]))&&(e[1]=this.incWord(e[1]))}calculate(e,t,n){let r;if(!(r=t.length))return[];const i=oe.bitLength(t);for(let i=0;i<r;i+=4){this.incCounter(n);const r=e.encrypt(n);t[i]^=r[0],t[i+1]^=r[1],t[i+2]^=r[2],t[i+3]^=r[3]}return oe.clamp(t,i)}}},he={hmacSha1:class{constructor(e){const t=this,n=t._hash=le.sha1,r=[[],[]],i=n.prototype.blockSize/32;t._baseHash=[new n,new n],e.length>i&&(e=n.hash(e));for(let t=0;t<i;t++)r[0][t]=909522486^e[t],r[1][t]=1549556828^e[t];t._baseHash[0].update(r[0]),t._baseHash[1].update(r[1]),t._resultHash=new n(t._baseHash[0])}reset(){const e=this;e._resultHash=new e._hash(e._baseHash[0]),e._updated=!1}update(e){this._updated=!0,this._resultHash.update(e)}digest(){const e=this,t=e._resultHash.finalize(),n=new e._hash(e._baseHash[1]).update(t).finalize();return e.reset(),n}}},fe="Invalid pasword",pe=16,ge={name:"PBKDF2"},we=Object.assign({hash:{name:"HMAC"}},ge),ye=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},ge),_e=["deriveBits"],me=[8,12,16],be=[16,24,32],xe=10,Ae=[0,0,0,0],ke=ce.bytes,Ue=ue.aes,ve=de.ctrGladman,Ee=he.hmacSha1;class Re{constructor(e,t,n){Object.assign(this,{password:e,signed:t,strength:n-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;if(t.password){const n=Fe(e,0,me[t.strength]+2);await async function(e,t,n){await Te(e,n,Fe(t,0,me[e.strength]));const r=Fe(t,me[e.strength]),i=e.keys.passwordVerification;if(i[0]!=r[0]||i[1]!=r[1])throw new Error(fe)}(t,n,t.password),t.password=null,t.aesCtrGladman=new ve(new Ue(t.keys.key),Array.from(Ae)),t.hmac=new Ee(t.keys.authentication),e=Fe(e,me[t.strength]+2)}return Se(t,e,new Uint8Array(e.length-xe-(e.length-xe)%pe),0,xe,!0)}flush(){const e=this,t=e.pendingInput,n=Fe(t,0,t.length-xe),r=Fe(t,t.length-xe);let i=new Uint8Array(0);if(n.length){const t=ke.toBits(n);e.hmac.update(t);const r=e.aesCtrGladman.update(t);i=ke.fromBits(r)}let a=!0;if(e.signed){const t=Fe(ke.fromBits(e.hmac.digest()),0,xe);for(let e=0;e<xe;e++)t[e]!=r[e]&&(a=!1)}return{valid:a,data:i}}}class ze{constructor(e,t){Object.assign(this,{password:e,strength:t-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;let n=new Uint8Array(0);t.password&&(n=await async function(e,t){const n=crypto.getRandomValues(new Uint8Array(me[e.strength]));return await Te(e,t,n),De(n,e.keys.passwordVerification)}(t,t.password),t.password=null,t.aesCtrGladman=new ve(new Ue(t.keys.key),Array.from(Ae)),t.hmac=new Ee(t.keys.authentication));const r=new Uint8Array(n.length+e.length-e.length%pe);return r.set(n,0),Se(t,e,r,n.length,0)}flush(){const e=this;let t=new Uint8Array(0);if(e.pendingInput.length){const n=e.aesCtrGladman.update(ke.toBits(e.pendingInput));e.hmac.update(n),t=ke.fromBits(n)}const n=Fe(ke.fromBits(e.hmac.digest()),0,xe);return{data:De(t,n),signature:n}}}function Se(e,t,n,r,i,a){const s=t.length-i;let o;for(e.pendingInput.length&&(t=De(e.pendingInput,t),n=function(e,t){if(t&&t>e.length){const n=e;(e=new Uint8Array(t)).set(n,0)}return e}(n,s-s%pe)),o=0;o<=s-pe;o+=pe){const i=ke.toBits(Fe(t,o,o+pe));a&&e.hmac.update(i);const s=e.aesCtrGladman.update(i);a||e.hmac.update(s),n.set(ke.fromBits(s),o+r)}return e.pendingInput=Fe(t,o),n}async function Te(e,t,n){const r=se(t),i=await crypto.subtle.importKey("raw",r,we,!1,_e),a=await crypto.subtle.deriveBits(Object.assign({salt:n},ye),i,8*(2*be[e.strength]+2)),s=new Uint8Array(a);e.keys={key:ke.toBits(Fe(s,0,be[e.strength])),authentication:ke.toBits(Fe(s,be[e.strength],2*be[e.strength])),passwordVerification:Fe(s,2*be[e.strength])}}function De(e,t){let n=e;return e.length+t.length&&(n=new Uint8Array(e.length+t.length),n.set(e,0),n.set(t,e.length)),n}function Fe(e,t,n){return e.subarray(t,n)}const Be=12;class Me{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),He(this,e)}append(e){const t=this;if(t.password){const n=We(t,e.subarray(0,Be));if(t.password=null,n[11]!=t.passwordVerification)throw new Error(fe);e=e.subarray(Be)}return We(t,e)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class Ce{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),He(this,e)}append(e){const t=this;let n,r;if(t.password){t.password=null;const i=crypto.getRandomValues(new Uint8Array(Be));i[11]=t.passwordVerification,n=new Uint8Array(e.length+i.length),n.set(Ie(t,i),0),r=Be}else n=new Uint8Array(e.length),r=0;return n.set(Ie(t,e),r),n}flush(){return{data:new Uint8Array(0)}}}function We(e,t){const n=new Uint8Array(t.length);for(let r=0;r<t.length;r++)n[r]=Pe(e)^t[r],Oe(e,n[r]);return n}function Ie(e,t){const n=new Uint8Array(t.length);for(let r=0;r<t.length;r++)n[r]=Pe(e)^t[r],Oe(e,t[r]);return n}function He(e,t){e.keys=[305419896,591751049,878082192],e.crcKey0=new ae(e.keys[0]),e.crcKey2=new ae(e.keys[2]);for(let n=0;n<t.length;n++)Oe(e,t.charCodeAt(n))}function Oe(e,t){e.crcKey0.append([t]),e.keys[0]=~e.crcKey0.get(),e.keys[1]=Le(e.keys[1]+je(e.keys[0])),e.keys[1]=Le(Math.imul(e.keys[1],134775813)+1),e.crcKey2.append([e.keys[1]>>>24]),e.keys[2]=~e.crcKey2.get()}function Pe(e){const t=2|e.keys[2];return je(Math.imul(t,1^t)>>>8)}function je(e){return 255&e}function Le(e){return 4294967295&e}const Ne="deflate",Ve="Invalid signature";class qe{constructor(e,{signature:t,password:n,signed:r,compressed:i,zipCrypto:a,passwordVerification:s,encryptionStrength:o},{chunkSize:c}){const l=Boolean(n);Object.assign(this,{signature:t,encrypted:l,signed:r,compressed:i,inflate:i&&new e({chunkSize:c}),crc32:r&&new ae,zipCrypto:a,decrypt:l&&a?new Me(n,s):new Re(n,r,o)})}async append(e){const t=this;return t.encrypted&&e.length&&(e=await t.decrypt.append(e)),t.compressed&&e.length&&(e=await t.inflate.append(e)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),e}async flush(){const e=this;let t,n=new Uint8Array(0);if(e.encrypted){const t=e.decrypt.flush();if(!t.valid)throw new Error(Ve);n=t.data}if((!e.encrypted||e.zipCrypto)&&e.signed){const n=new DataView(new Uint8Array(4).buffer);if(t=e.crc32.get(),n.setUint32(0,t),e.signature!=n.getUint32(0,!1))throw new Error(Ve)}return e.compressed&&(n=await e.inflate.append(n)||new Uint8Array(0),await e.inflate.flush()),{data:n,signature:t}}}class Ke{constructor(e,{encrypted:t,signed:n,compressed:r,level:i,zipCrypto:a,password:s,passwordVerification:o,encryptionStrength:c},{chunkSize:l}){Object.assign(this,{encrypted:t,signed:n,compressed:r,deflate:r&&new e({level:i||5,chunkSize:l}),crc32:n&&new ae,zipCrypto:a,encrypt:t&&a?new Ce(s,o):new ze(s,c)})}async append(e){const t=this;let n=e;return t.compressed&&e.length&&(n=await t.deflate.append(e)),t.encrypted&&n.length&&(n=await t.encrypt.append(n)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),n}async flush(){const e=this;let t,n=new Uint8Array(0);if(e.compressed&&(n=await e.deflate.flush()||new Uint8Array(0)),e.encrypted){n=await e.encrypt.append(n);const r=e.encrypt.flush();t=r.signature;const i=new Uint8Array(n.length+r.data.length);i.set(n,0),i.set(r.data,n.length),n=i}return e.encrypted&&!e.zipCrypto||!e.signed||(t=e.crc32.get()),{data:n,signature:t}}}const Ge="init",Ze="append",Xe="flush",Ye="message";let Je=!0;var Qe=(e,t,n,r,i,a,s)=>(Object.assign(e,{busy:!0,codecConstructor:t,options:Object.assign({},n),scripts:s,terminate(){e.worker&&!e.busy&&(e.worker.terminate(),e.interface=null)},onTaskFinished(){e.busy=!1,i(e)}}),a?function(e,t){let n;const r={type:"module"};if(!e.interface){if(Je)try{e.worker=i({},t.baseURL)}catch(n){Je=!1,e.worker=i(r,t.baseURL)}else e.worker=i(r,t.baseURL);e.worker.addEventListener(Ye,o,!1),e.interface={append:e=>a({type:Ze,data:e}),flush:()=>a({type:Xe})}}return e.interface;function i(t,n){let r;try{r=new URL(e.scripts[0],n)}catch(t){r=e.scripts[0]}return new Worker(r,t)}async function a(r){if(!n){const n=e.options,r=e.scripts.slice(1);await s({scripts:r,type:Ge,options:n,config:{chunkSize:t.chunkSize}})}return s(r)}function s(t){const r=e.worker,i=new Promise(((e,t)=>n={resolve:e,reject:t}));try{if(t.data)try{t.data=t.data.buffer,r.postMessage(t,[t.data])}catch(e){r.postMessage(t)}else r.postMessage(t)}catch(t){n.reject(t),n=null,e.onTaskFinished()}return i}function o(t){const r=t.data;if(n){const t=r.error,i=r.type;if(t){const r=new Error(t.message);r.stack=t.stack,n.reject(r),n=null,e.onTaskFinished()}else if(i==Ge||i==Xe||i==Ze){const t=r.data;i==Xe?(n.resolve({data:new Uint8Array(t),signature:r.signature}),n=null,e.onTaskFinished()):n.resolve(t&&new Uint8Array(t))}}}}(e,r):function(e,t){const n=function(e,t,n){return t.codecType.startsWith(Ne)?new Ke(e,t,n):t.codecType.startsWith("inflate")?new qe(e,t,n):void 0}(e.codecConstructor,e.options,t);return{async append(t){try{return await n.append(t)}catch(t){throw e.onTaskFinished(),t}},async flush(){try{return await n.flush()}finally{e.onTaskFinished()}}}}(e,r));let $e=[],et=[];function tt(e){e.terminateTimeout&&(clearTimeout(e.terminateTimeout),e.terminateTimeout=null)}function nt(e,t){if(e&&e.aborted)throw t.flush(),new Error("Abort error")}async function rt(e,t){return t.length&&await e.writeUint8Array(t),t.length}const it=["filename","rawFilename","directory","encrypted","compressedSize","uncompressedSize","lastModDate","rawLastModDate","comment","rawComment","signature","extraField","rawExtraField","bitFlag","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","filenameUTF8","commentUTF8","offset","zip64","compressionMethod","extraFieldNTFS","lastAccessDate","creationDate","extraFieldExtendedTimestamp","version","versionMadeBy","msDosCompatible","internalFileAttribute","externalFileAttribute"];class at{constructor(e){it.forEach((t=>this[t]=e[t]))}}const st="File already exists",ot="Zip file comment exceeds 64KB",ct="File entry comment exceeds 64KB",lt="File entry name exceeds 64KB",ut="Version exceeds 65535",dt="The strength must equal 1, 2, or 3",ht="Extra field type exceeds 65535",ft="Extra field data exceeds 64KB",pt="Zip64 is not supported",gt=new Uint8Array([7,0,2,0,65,69,3,0,0]);let wt=0;function yt(e,t,n){if(e.arrayBuffer)return t||n?e.slice(t,n).arrayBuffer():e.arrayBuffer();{const r=new FileReader;return new Promise(((i,a)=>{r.onload=e=>i(e.target.result),r.onerror=()=>a(r.error),r.readAsArrayBuffer(t||n?e.slice(t,n):e)}))}}function _t(e){if(e)return(BigInt(e.getTime())+BigInt(116444736e5))*BigInt(1e4)}function mt(e,t,n){return void 0===t[n]?e.options[n]:t[n]}function bt(e,t,n){e.setUint8(t,n)}function xt(e,t,n){e.setUint16(t,n,!0)}function At(e,t,n){e.setUint32(t,n,!0)}function kt(e,t,n){e.setBigUint64(t,n,!0)}function Ut(e,t,n){e.set(t,n)}function vt(e){return new DataView(e.buffer)}A({Deflate:function(e){const t=new m,n=(r=e&&e.chunkSize?e.chunkSize:65536)+5*(Math.floor(r/16383)+1);var r;const i=new Uint8Array(n);let a=e?e.level:-1;void 0===a&&(a=-1),t.deflateInit(a),t.next_out=i,this.append=function(e,r){let a,s,o=0,c=0,l=0;const u=[];if(e.length){t.next_in_index=0,t.next_in=e,t.avail_in=e.length;do{if(t.next_out_index=0,t.avail_out=n,a=t.deflate(0),0!=a)throw new Error("deflating: "+t.msg);t.next_out_index&&(t.next_out_index==n?u.push(new Uint8Array(i)):u.push(i.slice(0,t.next_out_index))),l+=t.next_out_index,r&&t.next_in_index>0&&t.next_in_index!=o&&(r(t.next_in_index),o=t.next_in_index)}while(t.avail_in>0||0===t.avail_out);return u.length>1?(s=new Uint8Array(l),u.forEach((function(e){s.set(e,c),c+=e.length}))):s=u[0]||new Uint8Array(0),s}},this.flush=function(){let e,r,a=0,s=0;const o=[];do{if(t.next_out_index=0,t.avail_out=n,e=t.deflate(4),1!=e&&0!=e)throw new Error("deflating: "+t.msg);n-t.avail_out>0&&o.push(i.slice(0,t.next_out_index)),s+=t.next_out_index}while(t.avail_in>0||0===t.avail_out);return t.deflateEnd(),r=new Uint8Array(s),o.forEach((function(e){r.set(e,a),a+=e.length})),r}}}),e.BlobReader=D,e.BlobWriter=F,e.Data64URIReader=class extends S{constructor(e){super(),this.dataURI=e;let t=e.length;for(;"="==e.charAt(t-1);)t--;this.dataStart=e.indexOf(",")+1,this.size=Math.floor(.75*(t-this.dataStart))}async readUint8Array(e,t){const n=new Uint8Array(t),r=4*Math.floor(e/3),i=atob(this.dataURI.substring(r+this.dataStart,4*Math.ceil((e+t)/3)+this.dataStart)),a=e-3*Math.floor(r/4);for(let e=a;e<a+t;e++)n[e-a]=i.charCodeAt(e);return n}},e.Data64URIWriter=class extends T{constructor(e){super(),this.data="data:"+(e||"")+";base64,",this.pending=[]}async writeUint8Array(e){super.writeUint8Array(e);let t=0,n=this.pending;const r=this.pending.length;for(this.pending="",t=0;t<3*Math.floor((r+e.length)/3)-r;t++)n+=String.fromCharCode(e[t]);for(;t<e.length;t++)this.pending+=String.fromCharCode(e[t]);n.length>2?this.data+=btoa(n):this.pending=n}getData(){return this.data+btoa(this.pending)}},e.ERR_DUPLICATED_NAME=st,e.ERR_HTTP_RANGE=U,e.ERR_INVALID_COMMENT=ot,e.ERR_INVALID_ENCRYPTION_STRENGTH=dt,e.ERR_INVALID_ENTRY_COMMENT=ct,e.ERR_INVALID_ENTRY_NAME=lt,e.ERR_INVALID_EXTRAFIELD_DATA=ft,e.ERR_INVALID_EXTRAFIELD_TYPE=ht,e.ERR_INVALID_VERSION=ut,e.ERR_UNSUPPORTED_FORMAT=pt,e.HttpRangeReader=class extends q{constructor(e,t={}){t.useRangeHeader=!0,super(e,t)}},e.HttpReader=q,e.Reader=S,e.TextReader=class extends S{constructor(e){super(),this.blobReader=new D(new Blob([e],{type:v}))}async init(){super.init(),this.blobReader.init(),this.size=this.blobReader.size}async readUint8Array(e,t){return this.blobReader.readUint8Array(e,t)}},e.TextWriter=class extends T{constructor(e){super(),this.encoding=e,this.blob=new Blob([],{type:v})}async writeUint8Array(e){super.writeUint8Array(e),this.blob=new Blob([this.blob,e.buffer],{type:v})}getData(){if(this.blob.text)return this.blob.text();{const e=new FileReader;return new Promise(((t,n)=>{e.onload=e=>t(e.target.result),e.onerror=()=>n(e.error),e.readAsText(this.blob,this.encoding)}))}}},e.Uint8ArrayReader=class extends S{constructor(e){super(),this.array=e,this.size=e.length}async readUint8Array(e,t){return this.array.slice(e,e+t)}},e.Uint8ArrayWriter=class extends T{constructor(){super(),this.array=new Uint8Array(0)}async writeUint8Array(e){super.writeUint8Array(e);const t=this.array;this.array=new Uint8Array(t.length+e.length),this.array.set(t),this.array.set(e,t.length)}getData(){return this.array}},e.Writer=T,e.ZipWriter=class{constructor(e,t={}){Object.assign(this,{writer:e,options:t,config:x,files:new Map,offset:e.size,pendingCompressedSize:0,pendingEntries:[]})}async add(e="",t,n={}){const r=this;if(!(wt<r.config.maxWorkers))return new Promise(((i,a)=>r.pendingEntries.push({name:e,reader:t,options:n,resolve:i,reject:a})));wt++;try{return await async function(e,t,n,r){t=t.trim(),r.directory&&!t.endsWith(te)?t+=te:r.directory=t.endsWith(te);if(e.files.has(t))throw new Error(st);const i=se(t);if(i.length>G)throw new Error(lt);const a=r.comment||"",s=se(a);if(s.length>G)throw new Error(ct);const o=e.options.version||r.version||0;if(o>G)throw new Error(ut);const c=e.options.versionMadeBy||r.versionMadeBy||20;if(c>G)throw new Error(ut);const l=mt(e,r,"lastModDate")||new Date,u=mt(e,r,"lastAccessDate"),d=mt(e,r,"creationDate"),h=mt(e,r,"password"),f=mt(e,r,"encryptionStrength")||3,p=mt(e,r,"zipCrypto");if(void 0!==h&&void 0!==f&&(f<1||f>3))throw new Error(dt);let g=new Uint8Array(0);const w=r.extraField;if(w){let e=0,t=0;w.forEach((t=>e+=4+t.length)),g=new Uint8Array(e),w.forEach(((e,n)=>{if(n>G)throw new Error(ht);if(e.length>G)throw new Error(ft);Ut(g,new Uint16Array([n]),t),Ut(g,new Uint16Array([e.length]),t+2),Ut(g,e,t+4),t+=4+e.length}))}let y=mt(e,r,"extendedTimestamp");void 0===y&&(y=!0);let _=0,m=mt(e,r,"keepOrder");void 0===m&&(m=!0);let b=0,x=mt(e,r,"msDosCompatible");void 0===x&&(x=!0);const A=mt(e,r,"internalFileAttribute")||0,k=mt(e,r,"externalFileAttribute")||0;n&&(n.initialized||await n.init(),b=n.size,_=function(e){return e+5*(Math.floor(e/16383)+1)}(b));let U=r.zip64||e.options.zip64||!1;if(e.offset+e.pendingCompressedSize>=K||b>=K||_>=K){if(!1===r.zip64||!1===e.options.zip64||!m)throw new Error(pt);U=!0}e.pendingCompressedSize+=_,await Promise.resolve();const v=mt(e,r,"level"),E=mt(e,r,"useWebWorkers"),R=mt(e,r,"bufferedWrite");let z=mt(e,r,"dataDescriptor"),S=mt(e,r,"dataDescriptorSignature");const T=mt(e,r,"signal");void 0===z&&(z=!0);z&&void 0===S&&(S=!0);const D=await async function(e,t,n,r){const i=e.files,a=e.writer,s=Array.from(i.values()).pop();let o,c,l,u={};i.set(t,u);try{let d,h,f;if(r.keepOrder&&(d=s&&s.lock),u.lock=f=new Promise((e=>l=e)),r.bufferedWrite||e.lockWrite||!r.dataDescriptor?(h=new F,h.init(),o=!0):(e.lockWrite=new Promise((e=>c=e)),a.initialized||await a.init(),h=a),u=await async function(e,t,n,r){const{rawFilename:i,lastAccessDate:a,creationDate:s,password:o,level:c,zip64:l,zipCrypto:u,dataDescriptor:d,dataDescriptorSignature:h,directory:f,version:p,versionMadeBy:g,rawComment:w,rawExtraField:y,useWebWorkers:_,onprogress:m,signal:b,encryptionStrength:x,extendedTimestamp:A,msDosCompatible:k,internalFileAttribute:U,externalFileAttribute:v}=r,E=Boolean(o&&o.length),R=0!==c&&!f;let z,S,T;if(E&&!u){z=new Uint8Array(gt.length+2);const e=vt(z);xt(e,0,39169),Ut(z,gt,2),bt(e,8,x)}else z=new Uint8Array(0);if(A){T=new Uint8Array(9+(a?4:0)+(s?4:0));const e=vt(T);xt(e,0,ee),xt(e,2,T.length-4);bt(e,4,1+(a?2:0)+(s?4:0)),At(e,5,Math.floor(r.lastModDate.getTime()/1e3)),a&&At(e,9,Math.floor(a.getTime()/1e3)),s&&At(e,13,Math.floor(s.getTime()/1e3));try{S=new Uint8Array(36);const e=vt(S),t=_t(r.lastModDate);xt(e,0,10),xt(e,2,32),xt(e,8,1),xt(e,10,24),kt(e,12,t),kt(e,20,_t(a)||t),kt(e,28,_t(s)||t)}catch(e){S=new Uint8Array(0)}}else S=T=new Uint8Array(0);const D={version:p||20,versionMadeBy:g,zip64:l,directory:Boolean(f),filenameUTF8:!0,rawFilename:i,commentUTF8:!0,rawComment:w,rawExtraFieldZip64:l?new Uint8Array(28):new Uint8Array(0),rawExtraFieldExtendedTimestamp:T,rawExtraFieldNTFS:S,rawExtraFieldAES:z,rawExtraField:y,extendedTimestamp:A,msDosCompatible:k,internalFileAttribute:U,externalFileAttribute:v};let F=D.uncompressedSize=0,B=2048;d&&(B|=8);let M=0;R&&(M=8);l&&(D.version=D.version>45?D.version:45);E&&(B|=1,u||(D.version=D.version>51?D.version:51,M=99,R&&(D.rawExtraFieldAES[9]=8)));D.compressionMethod=M;const C=D.headerArray=new Uint8Array(26),W=vt(C);xt(W,0,D.version),xt(W,2,B),xt(W,4,M);const I=new Uint32Array(1),H=vt(I);let O;O=r.lastModDate<re?re:r.lastModDate>ne?ne:r.lastModDate;xt(H,0,(O.getHours()<<6|O.getMinutes())<<5|O.getSeconds()/2),xt(H,2,(O.getFullYear()-1980<<4|O.getMonth()+1)<<5|O.getDate());const P=I[0];At(W,6,P),xt(W,22,i.length);const j=z.length+T.length+S.length+D.rawExtraField.length;xt(W,24,j);const L=new Uint8Array(30+i.length+j);let N;At(vt(L),0,Z),Ut(L,C,4),Ut(L,i,30),Ut(L,z,30+i.length),Ut(L,T,30+i.length+z.length),Ut(L,S,30+i.length+z.length+T.length),Ut(L,D.rawExtraField,30+i.length+z.length+T.length+S.length);let V=0;if(e){F=D.uncompressedSize=e.size;const r=await function(e,t,n){const r=!(!t.compressed&&!t.signed&&!t.encrypted)&&(t.useWebWorkers||void 0===t.useWebWorkers&&n.useWebWorkers),i=r&&n.workerScripts?n.workerScripts[t.codecType]:[];if($e.length<n.maxWorkers){const s={};return $e.push(s),Qe(s,e,t,n,a,r,i)}{const s=$e.find((e=>!e.busy));return s?(tt(s),Qe(s,e,t,n,a,r,i)):new Promise((n=>et.push({resolve:n,codecConstructor:e,options:t,webWorker:r,scripts:i})))}function a(e){if(et.length){const[{resolve:t,codecConstructor:r,options:i,webWorker:s,scripts:o}]=et.splice(0,1);t(Qe(e,r,i,n,a,s,o))}else e.worker?(tt(e),Number.isFinite(n.terminateWorkerTimeout)&&n.terminateWorkerTimeout>=0&&(e.terminateTimeout=setTimeout((()=>{$e=$e.filter((t=>t!=e)),e.terminate()}),n.terminateWorkerTimeout))):$e=$e.filter((t=>t!=e))}}(n.Deflate,{codecType:Ne,level:c,password:o,encryptionStrength:x,zipCrypto:E&&u,passwordVerification:E&&u&&P>>8&255,signed:!0,compressed:R,encrypted:E,useWebWorkers:_},n);await t.writeUint8Array(L),D.dataWritten=!0,N=await async function(e,t,n,r,i,a,s){const o=Math.max(a.chunkSize,64);return async function a(c=0,l=0){const u=s.signal;if(c<i){nt(u,e);const d=await t.readUint8Array(c+r,Math.min(o,i-c)),h=d.length;nt(u,e);const f=await e.append(d);if(nt(u,e),l+=await rt(n,f),s.onprogress)try{s.onprogress(c+h,i)}catch(e){}return a(c+o,l)}{const t=await e.flush();return l+=await rt(n,t.data),{signature:t.signature,length:l}}}()}(r,e,t,0,F,n,{onprogress:m,signal:b}),V=N.length}else await t.writeUint8Array(L),D.dataWritten=!0;let q,G=new Uint8Array(0),Y=0;d&&(G=new Uint8Array(l?h?24:20:h?16:12),q=vt(G),h&&(Y=4,At(q,0,X)));if(e){const e=N.signature;if(E&&!u||void 0===e||(At(W,10,e),D.signature=e,d&&At(q,Y,e)),l){const e=vt(D.rawExtraFieldZip64);xt(e,0,1),xt(e,2,24),At(W,14,K),kt(e,12,BigInt(V)),At(W,18,K),kt(e,4,BigInt(F)),d&&(kt(q,Y+4,BigInt(V)),kt(q,Y+12,BigInt(F)))}else At(W,14,V),At(W,18,F),d&&(At(q,Y+4,V),At(q,Y+8,F))}d&&await t.writeUint8Array(G);const J=L.length+V+G.length;return Object.assign(D,{compressedSize:V,lastModDate:O,rawLastModDate:P,creationDate:s,lastAccessDate:a,encrypted:E,length:J}),D}(n,h,e.config,r),u.lock=f,i.set(t,u),u.filename=t,o){let t=0;const n=h.getData();let s;await Promise.all([e.lockWrite,d]);do{s=Array.from(i.values()).find((e=>e.writingBufferedData)),s&&await s.lock}while(s&&s.lock);if(u.writingBufferedData=!0,!r.dataDescriptor){const e=26,i=await yt(n,0,e),s=new DataView(i);u.encrypted&&!r.zipCrypto||At(s,14,u.signature),u.zip64?(At(s,18,K),At(s,22,K)):(At(s,18,u.compressedSize),At(s,22,u.uncompressedSize)),await a.writeUint8Array(new Uint8Array(i)),t=e}await async function(e,t,n=0){const r=536870912;async function i(){if(n<t.size){const a=await yt(t,n,n+r);await e.writeUint8Array(new Uint8Array(a)),n+=r,await i()}}await i()}(a,n,t),delete u.writingBufferedData}if(u.offset=e.offset,u.zip64){kt(vt(u.rawExtraFieldZip64),20,BigInt(u.offset))}else if(u.offset>=K)throw new Error(pt);return e.offset+=u.length,u}catch(n){throw(o&&u.writingBufferedData||!o&&u.dataWritten)&&(n.corruptedEntry=e.hasCorruptedEntries=!0,u.uncompressedSize&&(e.offset+=u.uncompressedSize)),i.delete(t),n}finally{l(),c&&c()}}(e,t,n,Object.assign({},r,{rawFilename:i,rawComment:s,version:o,versionMadeBy:c,lastModDate:l,lastAccessDate:u,creationDate:d,rawExtraField:g,zip64:U,password:h,level:v,useWebWorkers:E,encryptionStrength:f,extendedTimestamp:y,zipCrypto:p,bufferedWrite:R,keepOrder:m,dataDescriptor:z,dataDescriptorSignature:S,signal:T,msDosCompatible:x,internalFileAttribute:A,externalFileAttribute:k}));_&&(e.pendingCompressedSize-=_);return Object.assign(D,{name:t,comment:a,extraField:w}),new at(D)}(r,e,t,n)}finally{wt--;const e=r.pendingEntries.shift();e&&r.add(e.name,e.reader,e.options).then(e.resolve).catch(e.reject)}}async close(e=new Uint8Array(0),t={}){return await async function(e,t,n){const r=e.writer,i=e.files;let a=0,s=0,o=e.offset,c=i.size;for(const[,e]of i)s+=46+e.rawFilename.length+e.rawComment.length+e.rawExtraFieldZip64.length+e.rawExtraFieldAES.length+e.rawExtraFieldExtendedTimestamp.length+e.rawExtraFieldNTFS.length+e.rawExtraField.length;let l=n.zip64||e.options.zip64||!1;if(o>=K||s>=K||c>=G){if(!1===n.zip64||!1===e.options.zip64)throw new Error(pt);l=!0}const u=new Uint8Array(s+(l?98:22)),d=vt(u);if(t&&t.length){if(!(t.length<=G))throw new Error(ot);xt(d,a+20,t.length)}for(const[e,t]of Array.from(i.values()).entries()){const{rawFilename:r,rawExtraFieldZip64:s,rawExtraFieldAES:o,rawExtraField:c,rawComment:l,versionMadeBy:h,headerArray:f,directory:p,zip64:g,msDosCompatible:w,internalFileAttribute:y,externalFileAttribute:_}=t;let m,b;if(t.extendedTimestamp){b=t.rawExtraFieldNTFS,m=new Uint8Array(9);const e=vt(m);xt(e,0,ee),xt(e,2,m.length-4),bt(e,4,1),At(e,5,Math.floor(t.lastModDate.getTime()/1e3))}else b=m=new Uint8Array(0);const x=s.length+o.length+m.length+b.length+c.length;if(At(d,a,Y),xt(d,a+4,h),Ut(u,f,a+6),xt(d,a+30,x),xt(d,a+32,l.length),At(d,a+34,y),_?At(d,a+38,_):p&&w&&bt(d,a+38,16),At(d,a+42,g?K:t.offset),Ut(u,r,a+46),Ut(u,s,a+46+r.length),Ut(u,o,a+46+r.length+s.length),Ut(u,m,a+46+r.length+s.length+o.length),Ut(u,b,a+46+r.length+s.length+o.length+m.length),Ut(u,c,a+46+r.length+s.length+o.length+m.length+b.length),Ut(u,l,a+46+r.length+x),a+=46+r.length+x+l.length,n.onprogress)try{n.onprogress(e+1,i.size,new at(t))}catch(e){}}l&&(At(d,a,Q),kt(d,a+4,BigInt(44)),xt(d,a+12,45),xt(d,a+14,45),kt(d,a+24,BigInt(c)),kt(d,a+32,BigInt(c)),kt(d,a+40,BigInt(s)),kt(d,a+48,BigInt(o)),At(d,a+56,$),kt(d,a+64,BigInt(o)+BigInt(s)),At(d,a+72,1),c=G,o=K,s=K,a+=76);At(d,a,J),xt(d,a+8,c),xt(d,a+10,c),At(d,a+12,s),At(d,a+16,o),await r.writeUint8Array(u),t&&t.length&&await r.writeUint8Array(t)}(this,e,t),this.writer.getData()}},e.configure=A,e.getMimeType=function(){return"application/octet-stream"},Object.defineProperty(e,"__esModule",{value:!0})})); | ||
((e,t)=>{"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).zip={})})(this,(function(e){"use strict";const t=-2;function r(e){return n(e.map((([e,t])=>Array(e).fill(t,0,e))))}function n(e){return e.reduce(((e,t)=>e.concat(Array.isArray(t)?n(t):t)),[])}const i=[0,1,2,3].concat(...r([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function a(){const e=this;function t(e,t){let r=0;do{r|=1&e,e>>>=1,r<<=1}while(--t>0);return r>>>1}e.build_tree=r=>{const n=e.dyn_tree,i=e.stat_desc.static_tree,a=e.stat_desc.elems;let s,o,l,c=-1;for(r.heap_len=0,r.heap_max=573,s=0;a>s;s++)0!==n[2*s]?(r.heap[++r.heap_len]=c=s,r.depth[s]=0):n[2*s+1]=0;for(;2>r.heap_len;)l=r.heap[++r.heap_len]=2>c?++c:0,n[2*l]=1,r.depth[l]=0,r.opt_len--,i&&(r.static_len-=i[2*l+1]);for(e.max_code=c,s=Math.floor(r.heap_len/2);s>=1;s--)r.pqdownheap(n,s);l=a;do{s=r.heap[1],r.heap[1]=r.heap[r.heap_len--],r.pqdownheap(n,1),o=r.heap[1],r.heap[--r.heap_max]=s,r.heap[--r.heap_max]=o,n[2*l]=n[2*s]+n[2*o],r.depth[l]=Math.max(r.depth[s],r.depth[o])+1,n[2*s+1]=n[2*o+1]=l,r.heap[1]=l++,r.pqdownheap(n,1)}while(r.heap_len>=2);r.heap[--r.heap_max]=r.heap[1],(t=>{const r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.extra_bits,a=e.stat_desc.extra_base,s=e.stat_desc.max_length;let o,l,c,d,u,h,f=0;for(d=0;15>=d;d++)t.bl_count[d]=0;for(r[2*t.heap[t.heap_max]+1]=0,o=t.heap_max+1;573>o;o++)l=t.heap[o],d=r[2*r[2*l+1]+1]+1,d>s&&(d=s,f++),r[2*l+1]=d,l>e.max_code||(t.bl_count[d]++,u=0,a>l||(u=i[l-a]),h=r[2*l],t.opt_len+=h*(d+u),n&&(t.static_len+=h*(n[2*l+1]+u)));if(0!==f){do{for(d=s-1;0===t.bl_count[d];)d--;t.bl_count[d]--,t.bl_count[d+1]+=2,t.bl_count[s]--,f-=2}while(f>0);for(d=s;0!==d;d--)for(l=t.bl_count[d];0!==l;)c=t.heap[--o],c>e.max_code||(r[2*c+1]!=d&&(t.opt_len+=(d-r[2*c+1])*r[2*c],r[2*c+1]=d),l--)}})(r),((e,r,n)=>{const i=[];let a,s,o,l=0;for(a=1;15>=a;a++)i[a]=l=l+n[a-1]<<1;for(s=0;r>=s;s++)o=e[2*s+1],0!==o&&(e[2*s]=t(i[o]++,o))})(n,e.max_code,r.bl_count)}}function s(e,t,r,n,i){const a=this;a.static_tree=e,a.extra_bits=t,a.extra_base=r,a.elems=n,a.max_length=i}function o(e,t,r,n,i){const a=this;a.good_length=e,a.max_lazy=t,a.nice_length=r,a.max_chain=n,a.func=i}a._length_code=[0,1,2,3,4,5,6,7].concat(...r([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),a.base_length=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],a.base_dist=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],a.d_code=e=>256>e?i[e]:i[256+(e>>>7)],a.extra_lbits=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],a.extra_dbits=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],a.extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],a.bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],s.static_ltree=[12,8,140,8,76,8,204,8,44,8,172,8,108,8,236,8,28,8,156,8,92,8,220,8,60,8,188,8,124,8,252,8,2,8,130,8,66,8,194,8,34,8,162,8,98,8,226,8,18,8,146,8,82,8,210,8,50,8,178,8,114,8,242,8,10,8,138,8,74,8,202,8,42,8,170,8,106,8,234,8,26,8,154,8,90,8,218,8,58,8,186,8,122,8,250,8,6,8,134,8,70,8,198,8,38,8,166,8,102,8,230,8,22,8,150,8,86,8,214,8,54,8,182,8,118,8,246,8,14,8,142,8,78,8,206,8,46,8,174,8,110,8,238,8,30,8,158,8,94,8,222,8,62,8,190,8,126,8,254,8,1,8,129,8,65,8,193,8,33,8,161,8,97,8,225,8,17,8,145,8,81,8,209,8,49,8,177,8,113,8,241,8,9,8,137,8,73,8,201,8,41,8,169,8,105,8,233,8,25,8,153,8,89,8,217,8,57,8,185,8,121,8,249,8,5,8,133,8,69,8,197,8,37,8,165,8,101,8,229,8,21,8,149,8,85,8,213,8,53,8,181,8,117,8,245,8,13,8,141,8,77,8,205,8,45,8,173,8,109,8,237,8,29,8,157,8,93,8,221,8,61,8,189,8,125,8,253,8,19,9,275,9,147,9,403,9,83,9,339,9,211,9,467,9,51,9,307,9,179,9,435,9,115,9,371,9,243,9,499,9,11,9,267,9,139,9,395,9,75,9,331,9,203,9,459,9,43,9,299,9,171,9,427,9,107,9,363,9,235,9,491,9,27,9,283,9,155,9,411,9,91,9,347,9,219,9,475,9,59,9,315,9,187,9,443,9,123,9,379,9,251,9,507,9,7,9,263,9,135,9,391,9,71,9,327,9,199,9,455,9,39,9,295,9,167,9,423,9,103,9,359,9,231,9,487,9,23,9,279,9,151,9,407,9,87,9,343,9,215,9,471,9,55,9,311,9,183,9,439,9,119,9,375,9,247,9,503,9,15,9,271,9,143,9,399,9,79,9,335,9,207,9,463,9,47,9,303,9,175,9,431,9,111,9,367,9,239,9,495,9,31,9,287,9,159,9,415,9,95,9,351,9,223,9,479,9,63,9,319,9,191,9,447,9,127,9,383,9,255,9,511,9,0,7,64,7,32,7,96,7,16,7,80,7,48,7,112,7,8,7,72,7,40,7,104,7,24,7,88,7,56,7,120,7,4,7,68,7,36,7,100,7,20,7,84,7,52,7,116,7,3,8,131,8,67,8,195,8,35,8,163,8,99,8,227,8],s.static_dtree=[0,5,16,5,8,5,24,5,4,5,20,5,12,5,28,5,2,5,18,5,10,5,26,5,6,5,22,5,14,5,30,5,1,5,17,5,9,5,25,5,5,5,21,5,13,5,29,5,3,5,19,5,11,5,27,5,7,5,23,5],s.static_l_desc=new s(s.static_ltree,a.extra_lbits,257,286,15),s.static_d_desc=new s(s.static_dtree,a.extra_dbits,0,30,15),s.static_bl_desc=new s(null,a.extra_blbits,0,19,7);const l=[new o(0,0,0,0,0),new o(4,4,8,4,1),new o(4,5,16,8,1),new o(4,6,32,32,1),new o(4,4,16,16,2),new o(8,16,32,32,2),new o(8,16,128,128,2),new o(8,32,128,256,2),new o(32,128,258,1024,2),new o(32,258,258,4096,2)],c=["need dictionary","stream end","","","stream error","data error","","buffer error","",""],d=113,u=666,h=262;function f(e,t,r,n){const i=e[2*t],a=e[2*r];return a>i||i==a&&n[t]<=n[r]}function p(){const e=this;let r,n,i,o,p,g,w,y,_,m,b,x,A,k,U,v,E,R,z,S,T,D,F,B,M,C,W,I,H,O,P,j,L;const N=new a,V=new a,q=new a;let K,Z,G,X,Y,J;function Q(){let t;for(t=0;286>t;t++)P[2*t]=0;for(t=0;30>t;t++)j[2*t]=0;for(t=0;19>t;t++)L[2*t]=0;P[512]=1,e.opt_len=e.static_len=0,Z=G=0}function $(e,t){let r,n=-1,i=e[1],a=0,s=7,o=4;0===i&&(s=138,o=3),e[2*(t+1)+1]=65535;for(let l=0;t>=l;l++)r=i,i=e[2*(l+1)+1],++a<s&&r==i||(o>a?L[2*r]+=a:0!==r?(r!=n&&L[2*r]++,L[32]++):a>10?L[36]++:L[34]++,a=0,n=r,0===i?(s=138,o=3):r==i?(s=6,o=3):(s=7,o=4))}function ee(t){e.pending_buf[e.pending++]=t}function te(e){ee(255&e),ee(e>>>8&255)}function re(e,t){let r;const n=t;J>16-n?(r=e,Y|=r<<J&65535,te(Y),Y=r>>>16-J,J+=n-16):(Y|=e<<J&65535,J+=n)}function ne(e,t){const r=2*e;re(65535&t[r],65535&t[r+1])}function ie(e,t){let r,n,i=-1,a=e[1],s=0,o=7,l=4;for(0===a&&(o=138,l=3),r=0;t>=r;r++)if(n=a,a=e[2*(r+1)+1],++s>=o||n!=a){if(l>s)do{ne(n,L)}while(0!=--s);else 0!==n?(n!=i&&(ne(n,L),s--),ne(16,L),re(s-3,2)):s>10?(ne(18,L),re(s-11,7)):(ne(17,L),re(s-3,3));s=0,i=n,0===a?(o=138,l=3):n==a?(o=6,l=3):(o=7,l=4)}}function ae(){16==J?(te(Y),Y=0,J=0):8>J||(ee(255&Y),Y>>>=8,J-=8)}function se(t,r){let n,i,s;if(e.dist_buf[Z]=t,e.lc_buf[Z]=255&r,Z++,0===t?P[2*r]++:(G++,t--,P[2*(a._length_code[r]+256+1)]++,j[2*a.d_code(t)]++),0==(8191&Z)&&W>2){for(n=8*Z,i=T-E,s=0;30>s;s++)n+=j[2*s]*(5+a.extra_dbits[s]);if(n>>>=3,Math.floor(Z/2)>G&&Math.floor(i/2)>n)return!0}return Z==K-1}function oe(t,r){let n,i,s,o,l=0;if(0!==Z)do{n=e.dist_buf[l],i=e.lc_buf[l],l++,0===n?ne(i,t):(s=a._length_code[i],ne(s+256+1,t),o=a.extra_lbits[s],0!==o&&(i-=a.base_length[s],re(i,o)),n--,s=a.d_code(n),ne(s,r),o=a.extra_dbits[s],0!==o&&(n-=a.base_dist[s],re(n,o)))}while(Z>l);ne(256,t),X=t[513]}function le(){J>8?te(Y):J>0&&ee(255&Y),Y=0,J=0}function ce(t,r,n){re(0+(n?1:0),3),((t,r)=>{le(),X=8,te(r),te(~r),e.pending_buf.set(y.subarray(t,t+r),e.pending),e.pending+=r})(t,r)}function de(t){((t,r,n)=>{let i,o,l=0;W>0?(N.build_tree(e),V.build_tree(e),l=(()=>{let t;for($(P,N.max_code),$(j,V.max_code),q.build_tree(e),t=18;t>=3&&0===L[2*a.bl_order[t]+1];t--);return e.opt_len+=14+3*(t+1),t})(),i=e.opt_len+3+7>>>3,o=e.static_len+3+7>>>3,o>i||(i=o)):i=o=r+5,r+4>i||-1==t?o==i?(re(2+(n?1:0),3),oe(s.static_ltree,s.static_dtree)):(re(4+(n?1:0),3),((e,t,r)=>{let n;for(re(e-257,5),re(t-1,5),re(r-4,4),n=0;r>n;n++)re(L[2*a.bl_order[n]+1],3);ie(P,e-1),ie(j,t-1)})(N.max_code+1,V.max_code+1,l+1),oe(P,j)):ce(t,r,n),Q(),n&&le()})(0>E?-1:E,T-E,t),E=T,r.flush_pending()}function ue(){let e,t,n,i;do{if(i=_-F-T,0===i&&0===T&&0===F)i=p;else if(-1==i)i--;else if(T>=p+p-h){y.set(y.subarray(p,p+p),0),D-=p,T-=p,E-=p,e=A,n=e;do{t=65535&b[--n],b[n]=p>t?0:t-p}while(0!=--e);e=p,n=e;do{t=65535&m[--n],m[n]=p>t?0:t-p}while(0!=--e);i+=p}if(0===r.avail_in)return;e=r.read_buf(y,T+F,i),F+=e,3>F||(x=255&y[T],x=(x<<v^255&y[T+1])&U)}while(h>F&&0!==r.avail_in)}function he(e){let t,r,n=M,i=T,a=B;const s=T>p-h?T-(p-h):0;let o=O;const l=w,c=T+258;let d=y[i+a-1],u=y[i+a];H>B||(n>>=2),o>F&&(o=F);do{if(t=e,y[t+a]==u&&y[t+a-1]==d&&y[t]==y[i]&&y[++t]==y[i+1]){i+=2,t++;do{}while(y[++i]==y[++t]&&y[++i]==y[++t]&&y[++i]==y[++t]&&y[++i]==y[++t]&&y[++i]==y[++t]&&y[++i]==y[++t]&&y[++i]==y[++t]&&y[++i]==y[++t]&&c>i);if(r=258-(c-i),i=c-258,r>a){if(D=e,a=r,r>=o)break;d=y[i+a-1],u=y[i+a]}}}while((e=65535&m[e&l])>s&&0!=--n);return a>F?F:a}e.depth=[],e.bl_count=[],e.heap=[],P=[],j=[],L=[],e.pqdownheap=(t,r)=>{const n=e.heap,i=n[r];let a=r<<1;for(;a<=e.heap_len&&(a<e.heap_len&&f(t,n[a+1],n[a],e.depth)&&a++,!f(t,i,n[a],e.depth));)n[r]=n[a],r=a,a<<=1;n[r]=i},e.deflateInit=(r,a,c,u,h,f)=>(u||(u=8),h||(h=8),f||(f=0),r.msg=null,-1==a&&(a=6),1>h||h>9||8!=u||9>c||c>15||0>a||a>9||0>f||f>2?t:(r.dstate=e,g=c,p=1<<g,w=p-1,k=h+7,A=1<<k,U=A-1,v=Math.floor((k+3-1)/3),y=new Uint8Array(2*p),m=[],b=[],K=1<<h+6,e.pending_buf=new Uint8Array(4*K),i=4*K,e.dist_buf=new Uint16Array(K),e.lc_buf=new Uint8Array(K),W=a,I=f,(t=>(t.total_in=t.total_out=0,t.msg=null,e.pending=0,e.pending_out=0,n=d,o=0,N.dyn_tree=P,N.stat_desc=s.static_l_desc,V.dyn_tree=j,V.stat_desc=s.static_d_desc,q.dyn_tree=L,q.stat_desc=s.static_bl_desc,Y=0,J=0,X=8,Q(),(()=>{_=2*p,b[A-1]=0;for(let e=0;A-1>e;e++)b[e]=0;C=l[W].max_lazy,H=l[W].good_length,O=l[W].nice_length,M=l[W].max_chain,T=0,E=0,F=0,R=B=2,S=0,x=0})(),0))(r))),e.deflateEnd=()=>42!=n&&n!=d&&n!=u?t:(e.lc_buf=null,e.dist_buf=null,e.pending_buf=null,b=null,m=null,y=null,e.dstate=null,n==d?-3:0),e.deflateParams=(e,r,n)=>{let i=0;return-1==r&&(r=6),0>r||r>9||0>n||n>2?t:(l[W].func!=l[r].func&&0!==e.total_in&&(i=e.deflate(1)),W!=r&&(W=r,C=l[W].max_lazy,H=l[W].good_length,O=l[W].nice_length,M=l[W].max_chain),I=n,i)},e.deflateSetDictionary=(e,r,i)=>{let a,s=i,o=0;if(!r||42!=n)return t;if(3>s)return 0;for(s>p-h&&(s=p-h,o=i-s),y.set(r.subarray(o,o+s),0),T=s,E=s,x=255&y[0],x=(x<<v^255&y[1])&U,a=0;s-3>=a;a++)x=(x<<v^255&y[a+2])&U,m[a&w]=b[x],b[x]=a;return 0},e.deflate=(a,f)=>{let _,k,M,H,O;if(f>4||0>f)return t;if(!a.next_out||!a.next_in&&0!==a.avail_in||n==u&&4!=f)return a.msg=c[4],t;if(0===a.avail_out)return a.msg=c[7],-5;var P;if(r=a,H=o,o=f,42==n&&(k=8+(g-8<<4)<<8,M=(W-1&255)>>1,M>3&&(M=3),k|=M<<6,0!==T&&(k|=32),k+=31-k%31,n=d,ee((P=k)>>8&255),ee(255&P)),0!==e.pending){if(r.flush_pending(),0===r.avail_out)return o=-1,0}else if(0===r.avail_in&&H>=f&&4!=f)return r.msg=c[7],-5;if(n==u&&0!==r.avail_in)return a.msg=c[7],-5;if(0!==r.avail_in||0!==F||0!=f&&n!=u){switch(O=-1,l[W].func){case 0:O=(e=>{let t,n=65535;for(n>i-5&&(n=i-5);;){if(1>=F){if(ue(),0===F&&0==e)return 0;if(0===F)break}if(T+=F,F=0,t=E+n,(0===T||T>=t)&&(F=T-t,T=t,de(!1),0===r.avail_out))return 0;if(T-E>=p-h&&(de(!1),0===r.avail_out))return 0}return de(4==e),0===r.avail_out?4==e?2:0:4==e?3:1})(f);break;case 1:O=(e=>{let t,n=0;for(;;){if(h>F){if(ue(),h>F&&0==e)return 0;if(0===F)break}if(3>F||(x=(x<<v^255&y[T+2])&U,n=65535&b[x],m[T&w]=b[x],b[x]=T),0===n||(T-n&65535)>p-h||2!=I&&(R=he(n)),3>R)t=se(0,255&y[T]),F--,T++;else if(t=se(T-D,R-3),F-=R,R>C||3>F)T+=R,R=0,x=255&y[T],x=(x<<v^255&y[T+1])&U;else{R--;do{T++,x=(x<<v^255&y[T+2])&U,n=65535&b[x],m[T&w]=b[x],b[x]=T}while(0!=--R);T++}if(t&&(de(!1),0===r.avail_out))return 0}return de(4==e),0===r.avail_out?4==e?2:0:4==e?3:1})(f);break;case 2:O=(e=>{let t,n,i=0;for(;;){if(h>F){if(ue(),h>F&&0==e)return 0;if(0===F)break}if(3>F||(x=(x<<v^255&y[T+2])&U,i=65535&b[x],m[T&w]=b[x],b[x]=T),B=R,z=D,R=2,0!==i&&C>B&&p-h>=(T-i&65535)&&(2!=I&&(R=he(i)),5>=R&&(1==I||3==R&&T-D>4096)&&(R=2)),3>B||R>B)if(0!==S){if(t=se(0,255&y[T-1]),t&&de(!1),T++,F--,0===r.avail_out)return 0}else S=1,T++,F--;else{n=T+F-3,t=se(T-1-z,B-3),F-=B-1,B-=2;do{++T>n||(x=(x<<v^255&y[T+2])&U,i=65535&b[x],m[T&w]=b[x],b[x]=T)}while(0!=--B);if(S=0,R=2,T++,t&&(de(!1),0===r.avail_out))return 0}}return 0!==S&&(t=se(0,255&y[T-1]),S=0),de(4==e),0===r.avail_out?4==e?2:0:4==e?3:1})(f)}if(2!=O&&3!=O||(n=u),0==O||2==O)return 0===r.avail_out&&(o=-1),0;if(1==O){if(1==f)re(2,3),ne(256,s.static_ltree),ae(),9>1+X+10-J&&(re(2,3),ne(256,s.static_ltree),ae()),X=7;else if(ce(0,0,!1),3==f)for(_=0;A>_;_++)b[_]=0;if(r.flush_pending(),0===r.avail_out)return o=-1,0}}return 4!=f?0:1}}function g(){const e=this;e.next_in_index=0,e.next_out_index=0,e.avail_in=0,e.total_in=0,e.avail_out=0,e.total_out=0}g.prototype={deflateInit:function(e,t){const r=this;return r.dstate=new p,t||(t=15),r.dstate.deflateInit(r,e,t)},deflate:function(e){const r=this;return r.dstate?r.dstate.deflate(r,e):t},deflateEnd:function(){const e=this;if(!e.dstate)return t;const r=e.dstate.deflateEnd();return e.dstate=null,r},deflateParams:function(e,r){const n=this;return n.dstate?n.dstate.deflateParams(n,e,r):t},deflateSetDictionary:function(e,r){const n=this;return n.dstate?n.dstate.deflateSetDictionary(n,e,r):t},read_buf:function(e,t,r){const n=this;let i=n.avail_in;return i>r&&(i=r),0===i?0:(n.avail_in-=i,e.set(n.next_in.subarray(n.next_in_index,n.next_in_index+i),t),n.next_in_index+=i,n.total_in+=i,i)},flush_pending:function(){const e=this;let t=e.dstate.pending;t>e.avail_out&&(t=e.avail_out),0!==t&&(e.next_out.set(e.dstate.pending_buf.subarray(e.dstate.pending_out,e.dstate.pending_out+t),e.next_out_index),e.next_out_index+=t,e.dstate.pending_out+=t,e.total_out+=t,e.avail_out-=t,e.dstate.pending-=t,0===e.dstate.pending&&(e.dstate.pending_out=0))}};const w={chunkSize:524288,maxWorkers:"undefined"!=typeof navigator&&navigator.hardwareConcurrency||2,terminateWorkerTimeout:5e3,useWebWorkers:!0,workerScripts:void 0},y=Object.assign({},w);function _(e){if(void 0!==e.baseURL&&(y.baseURL=e.baseURL),void 0!==e.chunkSize&&(y.chunkSize=e.chunkSize),void 0!==e.maxWorkers&&(y.maxWorkers=e.maxWorkers),void 0!==e.terminateWorkerTimeout&&(y.terminateWorkerTimeout=e.terminateWorkerTimeout),void 0!==e.useWebWorkers&&(y.useWebWorkers=e.useWebWorkers),void 0!==e.Deflate&&(y.Deflate=e.Deflate),void 0!==e.Inflate&&(y.Inflate=e.Inflate),void 0!==e.workerScripts){if(e.workerScripts.deflate){if(!Array.isArray(e.workerScripts.deflate))throw Error("workerScripts.deflate must be an array");y.workerScripts||(y.workerScripts={}),y.workerScripts.deflate=e.workerScripts.deflate}if(e.workerScripts.inflate){if(!Array.isArray(e.workerScripts.inflate))throw Error("workerScripts.inflate must be an array");y.workerScripts||(y.workerScripts={}),y.workerScripts.inflate=e.workerScripts.inflate}}}const m="HTTP error ",b="HTTP Range not supported",x="text/plain",A="GET";class k{constructor(){this.size=0}init(){this.initialized=!0}}class U extends k{}class v extends k{writeUint8Array(e){this.size+=e.length}}class E extends U{constructor(e){super(),this.blob=e,this.size=e.size}async readUint8Array(e,t){if(this.blob.arrayBuffer)return new Uint8Array(await this.blob.slice(e,e+t).arrayBuffer());{const r=new FileReader;return new Promise(((n,i)=>{r.onload=e=>n(new Uint8Array(e.target.result)),r.onerror=()=>i(r.error),r.readAsArrayBuffer(this.blob.slice(e,e+t))}))}}}class R extends v{constructor(e){super(),this.contentType=e,this.arrayBuffers=[]}async writeUint8Array(e){super.writeUint8Array(e),this.arrayBuffers.push(e.buffer)}getData(){return this.blob||(this.blob=new Blob(this.arrayBuffers,{type:this.contentType})),this.blob}}class z extends U{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=Object.assign({},t),delete this.options.preventHeadRequest,delete this.options.useRangeHeader,delete this.options.forceRangeRequests,delete this.options.useXHR}async init(){super.init(),await T(this,H,M)}async readUint8Array(e,t){return D(this,e,t,H,M)}}class S extends U{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=t}async init(){super.init(),await T(this,O,C)}async readUint8Array(e,t){return D(this,e,t,O,C)}}async function T(e,t,r){if((e=>{if("undefined"!=typeof document){const t=document.createElement("a");return t.href=e,"http:"==t.protocol||"https:"==t.protocol}return/^https?:\/\//i.test(e)})(e.url)&&(e.useRangeHeader||e.forceRangeRequests)){const n=await t(A,e,F(e));if(!e.forceRangeRequests&&"bytes"!=n.headers.get("Accept-Ranges"))throw Error(b);{let i;const a=n.headers.get("Content-Range");if(a){const e=a.trim().split(/\s*\/\s*/);if(e.length){const t=e[1];t&&"*"!=t&&(i=+t)}}void 0===i?await I(e,t,r):e.size=i}}else await I(e,t,r)}async function D(e,t,r,n,i){if(e.useRangeHeader||e.forceRangeRequests){const i=await n(A,e,F(e,t,r));if(206!=i.status)throw Error(b);return new Uint8Array(await i.arrayBuffer())}return e.data||await i(e,e.options),new Uint8Array(e.data.subarray(t,t+r))}function F(e,t=0,r=1){return Object.assign({},B(e),{Range:"bytes="+t+"-"+(t+r-1)})}function B(e){let t=e.options.headers;if(t)return Symbol.iterator in t?Object.fromEntries(t):t}async function M(e){await W(e,H)}async function C(e){await W(e,O)}async function W(e,t){const r=await t(A,e,B(e));e.data=new Uint8Array(await r.arrayBuffer()),e.size||(e.size=e.data.length)}async function I(e,t,r){if(e.preventHeadRequest)await r(e,e.options);else{const n=(await t("HEAD",e,B(e))).headers.get("Content-Length");n?e.size=+n:await r(e,e.options)}}async function H(e,{options:t,url:r},n){const i=await fetch(r,Object.assign({},t,{method:e,headers:n}));if(400>i.status)return i;throw Error(m+(i.statusText||i.status))}function O(e,{url:t},r){return new Promise(((n,i)=>{const a=new XMLHttpRequest;if(a.addEventListener("load",(()=>{if(400>a.status){const e=[];a.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach((t=>{const r=t.trim().split(/\s*:\s*/);r[0]=r[0].trim().replace(/^[a-z]|-[a-z]/g,(e=>e.toUpperCase())),e.push(r)})),n({status:a.status,arrayBuffer:()=>a.response,headers:new Map(e)})}else i(Error(m+(a.statusText||a.status)))}),!1),a.addEventListener("error",(e=>i(e.detail.error)),!1),a.open(e,t),r)for(const e of Object.entries(r))a.setRequestHeader(e[0],e[1]);a.responseType="arraybuffer",a.send()}))}class P extends U{constructor(e,t={}){super(),this.url=e,t.useXHR?this.reader=new S(e,t):this.reader=new z(e,t)}set size(e){}get size(){return this.reader.size}async init(){super.init(),await this.reader.init()}async readUint8Array(e,t){return this.reader.readUint8Array(e,t)}}const j=4294967295,L=65535,N=new Date(2107,11,31),V=new Date(1980,0,1),q=[];for(let e=0;256>e;e++){let t=e;for(let e=0;8>e;e++)1&t?t=t>>>1^3988292384:t>>>=1;q[e]=t}class K{constructor(e){this.crc=e||-1}append(e){let t=0|this.crc;for(let r=0,n=0|e.length;n>r;r++)t=t>>>8^q[255&(t^e[r])];this.crc=t}get(){return~this.crc}}function Z(e){if("undefined"==typeof TextEncoder){e=unescape(encodeURIComponent(e));const t=new Uint8Array(e.length);for(let r=0;r<t.length;r++)t[r]=e.charCodeAt(r);return t}return(new TextEncoder).encode(e)}const G={concat(e,t){if(0===e.length||0===t.length)return e.concat(t);const r=e[e.length-1],n=G.getPartial(r);return 32===n?e.concat(t):G._shiftRight(t,n,0|r,e.slice(0,e.length-1))},bitLength(e){const t=e.length;if(0===t)return 0;const r=e[t-1];return 32*(t-1)+G.getPartial(r)},clamp(e,t){if(32*e.length<t)return e;const r=(e=e.slice(0,Math.ceil(t/32))).length;return t&=31,r>0&&t&&(e[r-1]=G.partial(t,e[r-1]&2147483648>>t-1,1)),e},partial:(e,t,r)=>32===e?t:(r?0|t:t<<32-e)+1099511627776*e,getPartial:e=>Math.round(e/1099511627776)||32,_shiftRight(e,t,r,n){for(void 0===n&&(n=[]);t>=32;t-=32)n.push(r),r=0;if(0===t)return n.concat(e);for(let i=0;i<e.length;i++)n.push(r|e[i]>>>t),r=e[i]<<32-t;const i=e.length?e[e.length-1]:0,a=G.getPartial(i);return n.push(G.partial(t+a&31,t+a>32?r:n.pop(),1)),n}},X={bytes:{fromBits(e){const t=G.bitLength(e)/8,r=new Uint8Array(t);let n;for(let i=0;t>i;i++)0==(3&i)&&(n=e[i/4]),r[i]=n>>>24,n<<=8;return r},toBits(e){const t=[];let r,n=0;for(r=0;r<e.length;r++)n=n<<8|e[r],3==(3&r)&&(t.push(n),n=0);return 3&r&&t.push(G.partial(8*(3&r),n)),t}}},Y={sha1:function(e){e?(this._h=e._h.slice(0),this._buffer=e._buffer.slice(0),this._length=e._length):this.reset()}};Y.sha1.prototype={blockSize:512,reset:function(){const e=this;return e._h=this._init.slice(0),e._buffer=[],e._length=0,e},update:function(e){const t=this;"string"==typeof e&&(e=X.utf8String.toBits(e));const r=t._buffer=G.concat(t._buffer,e),n=t._length,i=t._length=n+G.bitLength(e);if(i>9007199254740991)throw Error("Cannot hash more than 2^53 - 1 bits");const a=new Uint32Array(r);let s=0;for(let e=t.blockSize+n-(t.blockSize+n&t.blockSize-1);i>=e;e+=t.blockSize)t._block(a.subarray(16*s,16*(s+1))),s+=1;return r.splice(0,16*s),t},finalize:function(){const e=this;let t=e._buffer;const r=e._h;t=G.concat(t,[G.partial(1,1)]);for(let e=t.length+2;15&e;e++)t.push(0);for(t.push(Math.floor(e._length/4294967296)),t.push(0|e._length);t.length;)e._block(t.splice(0,16));return e.reset(),r},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:(e,t,r,n)=>e>19?e>39?e>59?e>79?void 0:t^r^n:t&r|t&n|r&n:t^r^n:t&r|~t&n,_S:(e,t)=>t<<e|t>>>32-e,_block:function(e){const t=this,r=t._h,n=Array(80);for(let t=0;16>t;t++)n[t]=e[t];let i=r[0],a=r[1],s=r[2],o=r[3],l=r[4];for(let e=0;79>=e;e++){16>e||(n[e]=t._S(1,n[e-3]^n[e-8]^n[e-14]^n[e-16]));const r=t._S(5,i)+t._f(e,a,s,o)+l+n[e]+t._key[Math.floor(e/20)]|0;l=o,o=s,s=t._S(30,a),a=i,i=r}r[0]=r[0]+i|0,r[1]=r[1]+a|0,r[2]=r[2]+s|0,r[3]=r[3]+o|0,r[4]=r[4]+l|0}};const J="Invalid pasword",Q=16,$={name:"PBKDF2"},ee=Object.assign({hash:{name:"HMAC"}},$),te=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},$),re=["deriveBits"],ne=[8,12,16],ie=[16,24,32],ae=10,se=[0,0,0,0],oe=X.bytes,le=class{constructor(e){const t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();const r=t._tables[0][4],n=t._tables[1],i=e.length;let a,s,o,l=1;if(4!==i&&6!==i&&8!==i)throw Error("invalid aes key size");for(t._key=[s=e.slice(0),o=[]],a=i;4*i+28>a;a++){let e=s[a-1];(a%i==0||8===i&&a%i==4)&&(e=r[e>>>24]<<24^r[e>>16&255]<<16^r[e>>8&255]<<8^r[255&e],a%i==0&&(e=e<<8^e>>>24^l<<24,l=l<<1^283*(l>>7))),s[a]=s[a-i]^e}for(let e=0;a;e++,a--){const t=s[3&e?a:a-4];o[e]=4>=a||4>e?t:n[0][r[t>>>24]]^n[1][r[t>>16&255]]^n[2][r[t>>8&255]]^n[3][r[255&t]]}}encrypt(e){return this._crypt(e,0)}decrypt(e){return this._crypt(e,1)}_precompute(){const e=this._tables[0],t=this._tables[1],r=e[4],n=t[4],i=[],a=[];let s,o,l,c;for(let e=0;256>e;e++)a[(i[e]=e<<1^283*(e>>7))^e]=e;for(let d=s=0;!r[d];d^=o||1,s=a[s]||1){let a=s^s<<1^s<<2^s<<3^s<<4;a=a>>8^255&a^99,r[d]=a,n[a]=d,c=i[l=i[o=i[d]]];let u=16843009*c^65537*l^257*o^16843008*d,h=257*i[a]^16843008*a;for(let r=0;4>r;r++)e[r][d]=h=h<<24^h>>>8,t[r][a]=u=u<<24^u>>>8}for(let r=0;5>r;r++)e[r]=e[r].slice(0),t[r]=t[r].slice(0)}_crypt(e,t){if(4!==e.length)throw Error("invalid aes block size");const r=this._key[t],n=r.length/4-2,i=[0,0,0,0],a=this._tables[t],s=a[0],o=a[1],l=a[2],c=a[3],d=a[4];let u,h,f,p=e[0]^r[0],g=e[t?3:1]^r[1],w=e[2]^r[2],y=e[t?1:3]^r[3],_=4;for(let e=0;n>e;e++)u=s[p>>>24]^o[g>>16&255]^l[w>>8&255]^c[255&y]^r[_],h=s[g>>>24]^o[w>>16&255]^l[y>>8&255]^c[255&p]^r[_+1],f=s[w>>>24]^o[y>>16&255]^l[p>>8&255]^c[255&g]^r[_+2],y=s[y>>>24]^o[p>>16&255]^l[g>>8&255]^c[255&w]^r[_+3],_+=4,p=u,g=h,w=f;for(let e=0;4>e;e++)i[t?3&-e:e]=d[p>>>24]<<24^d[g>>16&255]<<16^d[w>>8&255]<<8^d[255&y]^r[_++],u=p,p=g,g=w,w=y,y=u;return i}},ce=class{constructor(e,t){this._prf=e,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(e){return this.calculate(this._prf,e,this._iv)}incWord(e){if(255==(e>>24&255)){let t=e>>16&255,r=e>>8&255,n=255&e;255===t?(t=0,255===r?(r=0,255===n?n=0:++n):++r):++t,e=0,e+=t<<16,e+=r<<8,e+=n}else e+=1<<24;return e}incCounter(e){0===(e[0]=this.incWord(e[0]))&&(e[1]=this.incWord(e[1]))}calculate(e,t,r){let n;if(!(n=t.length))return[];const i=G.bitLength(t);for(let i=0;n>i;i+=4){this.incCounter(r);const n=e.encrypt(r);t[i]^=n[0],t[i+1]^=n[1],t[i+2]^=n[2],t[i+3]^=n[3]}return G.clamp(t,i)}},de=class{constructor(e){const t=this,r=t._hash=Y.sha1,n=[[],[]],i=r.prototype.blockSize/32;t._baseHash=[new r,new r],e.length>i&&(e=r.hash(e));for(let t=0;i>t;t++)n[0][t]=909522486^e[t],n[1][t]=1549556828^e[t];t._baseHash[0].update(n[0]),t._baseHash[1].update(n[1]),t._resultHash=new r(t._baseHash[0])}reset(){const e=this;e._resultHash=new e._hash(e._baseHash[0]),e._updated=!1}update(e){this._updated=!0,this._resultHash.update(e)}digest(){const e=this,t=e._resultHash.finalize(),r=new e._hash(e._baseHash[1]).update(t).finalize();return e.reset(),r}};class ue{constructor(e,t,r){Object.assign(this,{password:e,signed:t,strength:r-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;if(t.password){const r=we(e,0,ne[t.strength]+2);await(async(e,t,r)=>{await pe(e,r,we(t,0,ne[e.strength]));const n=we(t,ne[e.strength]),i=e.keys.passwordVerification;if(i[0]!=n[0]||i[1]!=n[1])throw Error(J)})(t,r,t.password),t.password=null,t.aesCtrGladman=new ce(new le(t.keys.key),Array.from(se)),t.hmac=new de(t.keys.authentication),e=we(e,ne[t.strength]+2)}return fe(t,e,new Uint8Array(e.length-ae-(e.length-ae)%Q),0,ae,!0)}flush(){const e=this,t=e.pendingInput,r=we(t,0,t.length-ae),n=we(t,t.length-ae);let i=new Uint8Array(0);if(r.length){const t=oe.toBits(r);e.hmac.update(t);const n=e.aesCtrGladman.update(t);i=oe.fromBits(n)}let a=!0;if(e.signed){const t=we(oe.fromBits(e.hmac.digest()),0,ae);for(let e=0;ae>e;e++)t[e]!=n[e]&&(a=!1)}return{valid:a,data:i}}}class he{constructor(e,t){Object.assign(this,{password:e,strength:t-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;let r=new Uint8Array(0);t.password&&(r=await(async(e,t)=>{const r=crypto.getRandomValues(new Uint8Array(ne[e.strength]));return await pe(e,t,r),ge(r,e.keys.passwordVerification)})(t,t.password),t.password=null,t.aesCtrGladman=new ce(new le(t.keys.key),Array.from(se)),t.hmac=new de(t.keys.authentication));const n=new Uint8Array(r.length+e.length-e.length%Q);return n.set(r,0),fe(t,e,n,r.length,0)}flush(){const e=this;let t=new Uint8Array(0);if(e.pendingInput.length){const r=e.aesCtrGladman.update(oe.toBits(e.pendingInput));e.hmac.update(r),t=oe.fromBits(r)}const r=we(oe.fromBits(e.hmac.digest()),0,ae);return{data:ge(t,r),signature:r}}}function fe(e,t,r,n,i,a){const s=t.length-i;let o;for(e.pendingInput.length&&(t=ge(e.pendingInput,t),r=((e,t)=>{if(t&&t>e.length){const r=e;(e=new Uint8Array(t)).set(r,0)}return e})(r,s-s%Q)),o=0;s-Q>=o;o+=Q){const i=oe.toBits(we(t,o,o+Q));a&&e.hmac.update(i);const s=e.aesCtrGladman.update(i);a||e.hmac.update(s),r.set(oe.fromBits(s),o+n)}return e.pendingInput=we(t,o),r}async function pe(e,t,r){const n=Z(t),i=await crypto.subtle.importKey("raw",n,ee,!1,re),a=await crypto.subtle.deriveBits(Object.assign({salt:r},te),i,8*(2*ie[e.strength]+2)),s=new Uint8Array(a);e.keys={key:oe.toBits(we(s,0,ie[e.strength])),authentication:oe.toBits(we(s,ie[e.strength],2*ie[e.strength])),passwordVerification:we(s,2*ie[e.strength])}}function ge(e,t){let r=e;return e.length+t.length&&(r=new Uint8Array(e.length+t.length),r.set(e,0),r.set(t,e.length)),r}function we(e,t,r){return e.subarray(t,r)}class ye{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),xe(this,e)}append(e){const t=this;if(t.password){const r=me(t,e.subarray(0,12));if(t.password=null,r[11]!=t.passwordVerification)throw Error(J);e=e.subarray(12)}return me(t,e)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class _e{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),xe(this,e)}append(e){const t=this;let r,n;if(t.password){t.password=null;const i=crypto.getRandomValues(new Uint8Array(12));i[11]=t.passwordVerification,r=new Uint8Array(e.length+i.length),r.set(be(t,i),0),n=12}else r=new Uint8Array(e.length),n=0;return r.set(be(t,e),n),r}flush(){return{data:new Uint8Array(0)}}}function me(e,t){const r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=ke(e)^t[n],Ae(e,r[n]);return r}function be(e,t){const r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=ke(e)^t[n],Ae(e,t[n]);return r}function xe(e,t){e.keys=[305419896,591751049,878082192],e.crcKey0=new K(e.keys[0]),e.crcKey2=new K(e.keys[2]);for(let r=0;r<t.length;r++)Ae(e,t.charCodeAt(r))}function Ae(e,t){e.crcKey0.append([t]),e.keys[0]=~e.crcKey0.get(),e.keys[1]=ve(e.keys[1]+Ue(e.keys[0])),e.keys[1]=ve(Math.imul(e.keys[1],134775813)+1),e.crcKey2.append([e.keys[1]>>>24]),e.keys[2]=~e.crcKey2.get()}function ke(e){const t=2|e.keys[2];return Ue(Math.imul(t,1^t)>>>8)}function Ue(e){return 255&e}function ve(e){return 4294967295&e}const Ee="deflate",Re="Invalid signature";class ze{constructor(e,{signature:t,password:r,signed:n,compressed:i,zipCrypto:a,passwordVerification:s,encryptionStrength:o},{chunkSize:l}){const c=!!r;Object.assign(this,{signature:t,encrypted:c,signed:n,compressed:i,inflate:i&&new e({chunkSize:l}),crc32:n&&new K,zipCrypto:a,decrypt:c&&a?new ye(r,s):new ue(r,n,o)})}async append(e){const t=this;return t.encrypted&&e.length&&(e=await t.decrypt.append(e)),t.compressed&&e.length&&(e=await t.inflate.append(e)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),e}async flush(){const e=this;let t,r=new Uint8Array(0);if(e.encrypted){const t=e.decrypt.flush();if(!t.valid)throw Error(Re);r=t.data}if((!e.encrypted||e.zipCrypto)&&e.signed){const r=new DataView(new Uint8Array(4).buffer);if(t=e.crc32.get(),r.setUint32(0,t),e.signature!=r.getUint32(0,!1))throw Error(Re)}return e.compressed&&(r=await e.inflate.append(r)||new Uint8Array(0),await e.inflate.flush()),{data:r,signature:t}}}class Se{constructor(e,{encrypted:t,signed:r,compressed:n,level:i,zipCrypto:a,password:s,passwordVerification:o,encryptionStrength:l},{chunkSize:c}){Object.assign(this,{encrypted:t,signed:r,compressed:n,deflate:n&&new e({level:i||5,chunkSize:c}),crc32:r&&new K,zipCrypto:a,encrypt:t&&a?new _e(s,o):new he(s,l)})}async append(e){const t=this;let r=e;return t.compressed&&e.length&&(r=await t.deflate.append(e)),t.encrypted&&r.length&&(r=await t.encrypt.append(r)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),r}async flush(){const e=this;let t,r=new Uint8Array(0);if(e.compressed&&(r=await e.deflate.flush()||new Uint8Array(0)),e.encrypted){r=await e.encrypt.append(r);const n=e.encrypt.flush();t=n.signature;const i=new Uint8Array(r.length+n.data.length);i.set(r,0),i.set(n.data,r.length),r=i}return e.encrypted&&!e.zipCrypto||!e.signed||(t=e.crc32.get()),{data:r,signature:t}}}const Te="init",De="append",Fe="flush";let Be=!0;var Me=(e,t,r,n,i,a,s)=>(Object.assign(e,{busy:!0,codecConstructor:t,options:Object.assign({},r),scripts:s,terminate(){e.worker&&!e.busy&&(e.worker.terminate(),e.interface=null)},onTaskFinished(){e.busy=!1,i(e)}}),a?((e,t)=>{let r;const n={type:"module"};if(!e.interface){if(Be)try{e.worker=i({},t.baseURL)}catch(r){Be=!1,e.worker=i(n,t.baseURL)}else e.worker=i(n,t.baseURL);e.worker.addEventListener("message",(t=>{const n=t.data;if(r){const t=n.error,i=n.type;if(t){const n=Error(t.message);n.stack=t.stack,r.reject(n),r=null,e.onTaskFinished()}else if(i==Te||i==Fe||i==De){const t=n.data;i==Fe?(r.resolve({data:new Uint8Array(t),signature:n.signature}),r=null,e.onTaskFinished()):r.resolve(t&&new Uint8Array(t))}}}),!1),e.interface={append:e=>a({type:De,data:e}),flush:()=>a({type:Fe})}}return e.interface;function i(t,r){let n;try{n=new URL(e.scripts[0],r)}catch(t){n=e.scripts[0]}return new Worker(n,t)}async function a(n){if(!r){const r=e.options,n=e.scripts.slice(1);await s({scripts:n,type:Te,options:r,config:{chunkSize:t.chunkSize}})}return s(n)}function s(t){const n=e.worker,i=new Promise(((e,t)=>r={resolve:e,reject:t}));try{if(t.data)try{t.data=t.data.buffer,n.postMessage(t,[t.data])}catch(e){n.postMessage(t)}else n.postMessage(t)}catch(t){r.reject(t),r=null,e.onTaskFinished()}return i}})(e,n):((e,t)=>{const r=((e,t,r)=>t.codecType.startsWith(Ee)?new Se(e,t,r):t.codecType.startsWith("inflate")?new ze(e,t,r):void 0)(e.codecConstructor,e.options,t);return{async append(t){try{return await r.append(t)}catch(t){throw e.onTaskFinished(),t}},async flush(){try{return await r.flush()}finally{e.onTaskFinished()}}}})(e,n));let Ce=[],We=[];function Ie(e){e.terminateTimeout&&(clearTimeout(e.terminateTimeout),e.terminateTimeout=null)}function He(e,t){if(e&&e.aborted)throw t.flush(),Error("Abort error")}async function Oe(e,t){return t.length&&await e.writeUint8Array(t),t.length}const Pe=["filename","rawFilename","directory","encrypted","compressedSize","uncompressedSize","lastModDate","rawLastModDate","comment","rawComment","signature","extraField","rawExtraField","bitFlag","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","filenameUTF8","commentUTF8","offset","zip64","compressionMethod","extraFieldNTFS","lastAccessDate","creationDate","extraFieldExtendedTimestamp","version","versionMadeBy","msDosCompatible","internalFileAttribute","externalFileAttribute"];class je{constructor(e){Pe.forEach((t=>this[t]=e[t]))}}const Le="File already exists",Ne="Zip file comment exceeds 64KB",Ve="File entry comment exceeds 64KB",qe="File entry name exceeds 64KB",Ke="Version exceeds 65535",Ze="The strength must equal 1, 2, or 3",Ge="Extra field type exceeds 65535",Xe="Extra field data exceeds 64KB",Ye="Zip64 is not supported",Je=new Uint8Array([7,0,2,0,65,69,3,0,0]);let Qe=0;function $e(e,t,r){if(e.arrayBuffer)return t||r?e.slice(t,r).arrayBuffer():e.arrayBuffer();{const n=new FileReader;return new Promise(((i,a)=>{n.onload=e=>i(e.target.result),n.onerror=()=>a(n.error),n.readAsArrayBuffer(t||r?e.slice(t,r):e)}))}}function et(e){if(e)return(BigInt(e.getTime())+BigInt(116444736e5))*BigInt(1e4)}function tt(e,t,r){return void 0===t[r]?e.options[r]:t[r]}function rt(e,t,r){e.setUint8(t,r)}function nt(e,t,r){e.setUint16(t,r,!0)}function it(e,t,r){e.setUint32(t,r,!0)}function at(e,t,r){e.setBigUint64(t,r,!0)}function st(e,t,r){e.set(t,r)}function ot(e){return new DataView(e.buffer)}_({Deflate:function(e){const t=new g,r=(n=e&&e.chunkSize?e.chunkSize:65536)+5*(Math.floor(n/16383)+1);var n;const i=new Uint8Array(r);let a=e?e.level:-1;void 0===a&&(a=-1),t.deflateInit(a),t.next_out=i,this.append=(e,n)=>{let a,s,o=0,l=0,c=0;const d=[];if(e.length){t.next_in_index=0,t.next_in=e,t.avail_in=e.length;do{if(t.next_out_index=0,t.avail_out=r,a=t.deflate(0),0!=a)throw Error("deflating: "+t.msg);t.next_out_index&&(t.next_out_index==r?d.push(new Uint8Array(i)):d.push(i.slice(0,t.next_out_index))),c+=t.next_out_index,n&&t.next_in_index>0&&t.next_in_index!=o&&(n(t.next_in_index),o=t.next_in_index)}while(t.avail_in>0||0===t.avail_out);return d.length>1?(s=new Uint8Array(c),d.forEach((e=>{s.set(e,l),l+=e.length}))):s=d[0]||new Uint8Array(0),s}},this.flush=()=>{let e,n,a=0,s=0;const o=[];do{if(t.next_out_index=0,t.avail_out=r,e=t.deflate(4),1!=e&&0!=e)throw Error("deflating: "+t.msg);r-t.avail_out>0&&o.push(i.slice(0,t.next_out_index)),s+=t.next_out_index}while(t.avail_in>0||0===t.avail_out);return t.deflateEnd(),n=new Uint8Array(s),o.forEach((e=>{n.set(e,a),a+=e.length})),n}}}),e.BlobReader=E,e.BlobWriter=R,e.Data64URIReader=class extends U{constructor(e){super(),this.dataURI=e;let t=e.length;for(;"="==e.charAt(t-1);)t--;this.dataStart=e.indexOf(",")+1,this.size=Math.floor(.75*(t-this.dataStart))}async readUint8Array(e,t){const r=new Uint8Array(t),n=4*Math.floor(e/3),i=atob(this.dataURI.substring(n+this.dataStart,4*Math.ceil((e+t)/3)+this.dataStart)),a=e-3*Math.floor(n/4);for(let e=a;a+t>e;e++)r[e-a]=i.charCodeAt(e);return r}},e.Data64URIWriter=class extends v{constructor(e){super(),this.data="data:"+(e||"")+";base64,",this.pending=[]}async writeUint8Array(e){super.writeUint8Array(e);let t=0,r=this.pending;const n=this.pending.length;for(this.pending="",t=0;t<3*Math.floor((n+e.length)/3)-n;t++)r+=String.fromCharCode(e[t]);for(;t<e.length;t++)this.pending+=String.fromCharCode(e[t]);r.length>2?this.data+=btoa(r):this.pending=r}getData(){return this.data+btoa(this.pending)}},e.ERR_DUPLICATED_NAME=Le,e.ERR_HTTP_RANGE=b,e.ERR_INVALID_COMMENT=Ne,e.ERR_INVALID_ENCRYPTION_STRENGTH=Ze,e.ERR_INVALID_ENTRY_COMMENT=Ve,e.ERR_INVALID_ENTRY_NAME=qe,e.ERR_INVALID_EXTRAFIELD_DATA=Xe,e.ERR_INVALID_EXTRAFIELD_TYPE=Ge,e.ERR_INVALID_VERSION=Ke,e.ERR_UNSUPPORTED_FORMAT=Ye,e.HttpRangeReader=class extends P{constructor(e,t={}){t.useRangeHeader=!0,super(e,t)}},e.HttpReader=P,e.Reader=U,e.TextReader=class extends U{constructor(e){super(),this.blobReader=new E(new Blob([e],{type:x}))}async init(){super.init(),this.blobReader.init(),this.size=this.blobReader.size}async readUint8Array(e,t){return this.blobReader.readUint8Array(e,t)}},e.TextWriter=class extends v{constructor(e){super(),this.encoding=e,this.blob=new Blob([],{type:x})}async writeUint8Array(e){super.writeUint8Array(e),this.blob=new Blob([this.blob,e.buffer],{type:x})}getData(){if(this.blob.text)return this.blob.text();{const e=new FileReader;return new Promise(((t,r)=>{e.onload=e=>t(e.target.result),e.onerror=()=>r(e.error),e.readAsText(this.blob,this.encoding)}))}}},e.Uint8ArrayReader=class extends U{constructor(e){super(),this.array=e,this.size=e.length}async readUint8Array(e,t){return this.array.slice(e,e+t)}},e.Uint8ArrayWriter=class extends v{constructor(){super(),this.array=new Uint8Array(0)}async writeUint8Array(e){super.writeUint8Array(e);const t=this.array;this.array=new Uint8Array(t.length+e.length),this.array.set(t),this.array.set(e,t.length)}getData(){return this.array}},e.Writer=v,e.ZipWriter=class{constructor(e,t={}){Object.assign(this,{writer:e,options:t,config:y,files:new Map,offset:e.size,pendingCompressedSize:0,pendingEntries:[]})}async add(e="",t,r={}){const n=this;if(Qe>=n.config.maxWorkers)return new Promise(((i,a)=>n.pendingEntries.push({name:e,reader:t,options:r,resolve:i,reject:a})));Qe++;try{return await(async(e,t,r,n)=>{if(t=t.trim(),n.directory&&!t.endsWith("/")?t+="/":n.directory=t.endsWith("/"),e.files.has(t))throw Error(Le);const i=Z(t);if(i.length>L)throw Error(qe);const a=n.comment||"",s=Z(a);if(s.length>L)throw Error(Ve);const o=e.options.version||n.version||0;if(o>L)throw Error(Ke);const l=e.options.versionMadeBy||n.versionMadeBy||20;if(l>L)throw Error(Ke);const c=tt(e,n,"lastModDate")||new Date,d=tt(e,n,"lastAccessDate"),u=tt(e,n,"creationDate"),h=tt(e,n,"password"),f=tt(e,n,"encryptionStrength")||3,p=tt(e,n,"zipCrypto");if(void 0!==h&&void 0!==f&&(1>f||f>3))throw Error(Ze);let g=new Uint8Array(0);const w=n.extraField;if(w){let e=0,t=0;w.forEach((t=>e+=4+t.length)),g=new Uint8Array(e),w.forEach(((e,r)=>{if(r>L)throw Error(Ge);if(e.length>L)throw Error(Xe);st(g,new Uint16Array([r]),t),st(g,new Uint16Array([e.length]),t+2),st(g,e,t+4),t+=4+e.length}))}let y=tt(e,n,"extendedTimestamp");void 0===y&&(y=!0);let _=0,m=tt(e,n,"keepOrder");void 0===m&&(m=!0);let b=0,x=tt(e,n,"msDosCompatible");void 0===x&&(x=!0);const A=tt(e,n,"internalFileAttribute")||0,k=tt(e,n,"externalFileAttribute")||0;r&&(r.initialized||await r.init(),b=r.size,_=(e=>e+5*(Math.floor(e/16383)+1))(b));let U=n.zip64||e.options.zip64||!1;if(e.offset+e.pendingCompressedSize>=j||b>=j||_>=j){if(!1===n.zip64||!1===e.options.zip64||!m)throw Error(Ye);U=!0}e.pendingCompressedSize+=_,await Promise.resolve();const v=tt(e,n,"level"),E=tt(e,n,"useWebWorkers"),z=tt(e,n,"bufferedWrite");let S=tt(e,n,"dataDescriptor"),T=tt(e,n,"dataDescriptorSignature");const D=tt(e,n,"signal");void 0===S&&(S=!0),S&&void 0===T&&(T=!0);const F=await(async(e,t,r,n)=>{const i=e.files,a=e.writer,s=Array.from(i.values()).pop();let o,l,c,d={};i.set(t,d);try{let u,h,f;if(n.keepOrder&&(u=s&&s.lock),d.lock=f=new Promise((e=>c=e)),n.bufferedWrite||e.lockWrite||!n.dataDescriptor?(h=new R,h.init(),o=!0):(e.lockWrite=new Promise((e=>l=e)),a.initialized||await a.init(),h=a),d=await(async(e,t,r,n)=>{const{rawFilename:i,lastAccessDate:a,creationDate:s,password:o,level:l,zip64:c,zipCrypto:d,dataDescriptor:u,dataDescriptorSignature:h,directory:f,version:p,versionMadeBy:g,rawComment:w,rawExtraField:y,useWebWorkers:_,onprogress:m,signal:b,encryptionStrength:x,extendedTimestamp:A,msDosCompatible:k,internalFileAttribute:U,externalFileAttribute:v}=n,E=!(!o||!o.length),R=0!==l&&!f;let z,S,T;if(E&&!d){z=new Uint8Array(Je.length+2);const e=ot(z);nt(e,0,39169),st(z,Je,2),rt(e,8,x)}else z=new Uint8Array(0);if(A){T=new Uint8Array(9+(a?4:0)+(s?4:0));const e=ot(T);nt(e,0,21589),nt(e,2,T.length-4),rt(e,4,1+(a?2:0)+(s?4:0)),it(e,5,Math.floor(n.lastModDate.getTime()/1e3)),a&&it(e,9,Math.floor(a.getTime()/1e3)),s&&it(e,13,Math.floor(s.getTime()/1e3));try{S=new Uint8Array(36);const e=ot(S),t=et(n.lastModDate);nt(e,0,10),nt(e,2,32),nt(e,8,1),nt(e,10,24),at(e,12,t),at(e,20,et(a)||t),at(e,28,et(s)||t)}catch(e){S=new Uint8Array(0)}}else S=T=new Uint8Array(0);const D={version:p||20,versionMadeBy:g,zip64:c,directory:!!f,filenameUTF8:!0,rawFilename:i,commentUTF8:!0,rawComment:w,rawExtraFieldZip64:c?new Uint8Array(28):new Uint8Array(0),rawExtraFieldExtendedTimestamp:T,rawExtraFieldNTFS:S,rawExtraFieldAES:z,rawExtraField:y,extendedTimestamp:A,msDosCompatible:k,internalFileAttribute:U,externalFileAttribute:v};let F=D.uncompressedSize=0,B=2048;u&&(B|=8);let M=0;R&&(M=8),c&&(D.version=D.version>45?D.version:45),E&&(B|=1,d||(D.version=D.version>51?D.version:51,M=99,R&&(D.rawExtraFieldAES[9]=8))),D.compressionMethod=M;const C=D.headerArray=new Uint8Array(26),W=ot(C);nt(W,0,D.version),nt(W,2,B),nt(W,4,M);const I=new Uint32Array(1),H=ot(I);let O;O=n.lastModDate<V?V:n.lastModDate>N?N:n.lastModDate,nt(H,0,(O.getHours()<<6|O.getMinutes())<<5|O.getSeconds()/2),nt(H,2,(O.getFullYear()-1980<<4|O.getMonth()+1)<<5|O.getDate());const P=I[0];it(W,6,P),nt(W,22,i.length);const L=z.length+T.length+S.length+D.rawExtraField.length;nt(W,24,L);const q=new Uint8Array(30+i.length+L);let K;it(ot(q),0,67324752),st(q,C,4),st(q,i,30),st(q,z,30+i.length),st(q,T,30+i.length+z.length),st(q,S,30+i.length+z.length+T.length),st(q,D.rawExtraField,30+i.length+z.length+T.length+S.length);let Z=0;if(e){F=D.uncompressedSize=e.size;const n=await((e,t,r)=>{const n=!(!t.compressed&&!t.signed&&!t.encrypted)&&(t.useWebWorkers||void 0===t.useWebWorkers&&r.useWebWorkers),i=n&&r.workerScripts?r.workerScripts[t.codecType]:[];if(Ce.length<r.maxWorkers){const s={};return Ce.push(s),Me(s,e,t,r,a,n,i)}{const s=Ce.find((e=>!e.busy));return s?(Ie(s),Me(s,e,t,r,a,n,i)):new Promise((r=>We.push({resolve:r,codecConstructor:e,options:t,webWorker:n,scripts:i})))}function a(e){if(We.length){const[{resolve:t,codecConstructor:n,options:i,webWorker:s,scripts:o}]=We.splice(0,1);t(Me(e,n,i,r,a,s,o))}else e.worker?(Ie(e),Number.isFinite(r.terminateWorkerTimeout)&&r.terminateWorkerTimeout>=0&&(e.terminateTimeout=setTimeout((()=>{Ce=Ce.filter((t=>t!=e)),e.terminate()}),r.terminateWorkerTimeout))):Ce=Ce.filter((t=>t!=e))}})(r.Deflate,{codecType:Ee,level:l,password:o,encryptionStrength:x,zipCrypto:E&&d,passwordVerification:E&&d&&P>>8&255,signed:!0,compressed:R,encrypted:E,useWebWorkers:_},r);await t.writeUint8Array(q),D.dataWritten=!0,K=await(async(e,t,r,n,i,a,s)=>{const o=Math.max(a.chunkSize,64);return async function n(a=0,l=0){const c=s.signal;if(i>a){He(c,e);const d=await t.readUint8Array(a+0,Math.min(o,i-a)),u=d.length;He(c,e);const h=await e.append(d);if(He(c,e),l+=await Oe(r,h),s.onprogress)try{s.onprogress(a+u,i)}catch(e){}return n(a+o,l)}{const t=await e.flush();return l+=await Oe(r,t.data),{signature:t.signature,length:l}}}()})(n,e,t,0,F,r,{onprogress:m,signal:b}),Z=K.length}else await t.writeUint8Array(q),D.dataWritten=!0;let G,X=new Uint8Array(0),Y=0;if(u&&(X=new Uint8Array(c?h?24:20:h?16:12),G=ot(X),h&&(Y=4,it(G,0,134695760))),e){const e=K.signature;if(E&&!d||void 0===e||(it(W,10,e),D.signature=e,u&&it(G,Y,e)),c){const e=ot(D.rawExtraFieldZip64);nt(e,0,1),nt(e,2,24),it(W,14,j),at(e,12,BigInt(Z)),it(W,18,j),at(e,4,BigInt(F)),u&&(at(G,Y+4,BigInt(Z)),at(G,Y+12,BigInt(F)))}else it(W,14,Z),it(W,18,F),u&&(it(G,Y+4,Z),it(G,Y+8,F))}u&&await t.writeUint8Array(X);const J=q.length+Z+X.length;return Object.assign(D,{compressedSize:Z,lastModDate:O,rawLastModDate:P,creationDate:s,lastAccessDate:a,encrypted:E,length:J}),D})(r,h,e.config,n),d.lock=f,i.set(t,d),d.filename=t,o){let t=0;const r=h.getData();let s;await Promise.all([e.lockWrite,u]);do{s=Array.from(i.values()).find((e=>e.writingBufferedData)),s&&await s.lock}while(s&&s.lock);if(d.writingBufferedData=!0,!n.dataDescriptor){const e=26,i=await $e(r,0,e),s=new DataView(i);d.encrypted&&!n.zipCrypto||it(s,14,d.signature),d.zip64?(it(s,18,j),it(s,22,j)):(it(s,18,d.compressedSize),it(s,22,d.uncompressedSize)),await a.writeUint8Array(new Uint8Array(i)),t=e}await(async(e,t,r=0)=>{const n=536870912;await async function i(){if(r<t.size){const a=await $e(t,r,r+n);await e.writeUint8Array(new Uint8Array(a)),r+=n,await i()}}()})(a,r,t),delete d.writingBufferedData}if(d.offset=e.offset,d.zip64)at(ot(d.rawExtraFieldZip64),20,BigInt(d.offset));else if(d.offset>=j)throw Error(Ye);return e.offset+=d.length,d}catch(r){throw(o&&d.writingBufferedData||!o&&d.dataWritten)&&(r.corruptedEntry=e.hasCorruptedEntries=!0,d.uncompressedSize&&(e.offset+=d.uncompressedSize)),i.delete(t),r}finally{c(),l&&l()}})(e,t,r,Object.assign({},n,{rawFilename:i,rawComment:s,version:o,versionMadeBy:l,lastModDate:c,lastAccessDate:d,creationDate:u,rawExtraField:g,zip64:U,password:h,level:v,useWebWorkers:E,encryptionStrength:f,extendedTimestamp:y,zipCrypto:p,bufferedWrite:z,keepOrder:m,dataDescriptor:S,dataDescriptorSignature:T,signal:D,msDosCompatible:x,internalFileAttribute:A,externalFileAttribute:k}));return _&&(e.pendingCompressedSize-=_),Object.assign(F,{name:t,comment:a,extraField:w}),new je(F)})(n,e,t,r)}finally{Qe--;const e=n.pendingEntries.shift();e&&n.add(e.name,e.reader,e.options).then(e.resolve).catch(e.reject)}}async close(e=new Uint8Array(0),t={}){return await(async(e,t,r)=>{const n=e.writer,i=e.files;let a=0,s=0,o=e.offset,l=i.size;for(const[,e]of i)s+=46+e.rawFilename.length+e.rawComment.length+e.rawExtraFieldZip64.length+e.rawExtraFieldAES.length+e.rawExtraFieldExtendedTimestamp.length+e.rawExtraFieldNTFS.length+e.rawExtraField.length;let c=r.zip64||e.options.zip64||!1;if(o>=j||s>=j||l>=L){if(!1===r.zip64||!1===e.options.zip64)throw Error(Ye);c=!0}const d=new Uint8Array(s+(c?98:22)),u=ot(d);if(t&&t.length){if(t.length>L)throw Error(Ne);nt(u,a+20,t.length)}for(const[e,t]of Array.from(i.values()).entries()){const{rawFilename:n,rawExtraFieldZip64:s,rawExtraFieldAES:o,rawExtraField:l,rawComment:c,versionMadeBy:h,headerArray:f,directory:p,zip64:g,msDosCompatible:w,internalFileAttribute:y,externalFileAttribute:_}=t;let m,b;if(t.extendedTimestamp){b=t.rawExtraFieldNTFS,m=new Uint8Array(9);const e=ot(m);nt(e,0,21589),nt(e,2,m.length-4),rt(e,4,1),it(e,5,Math.floor(t.lastModDate.getTime()/1e3))}else b=m=new Uint8Array(0);const x=s.length+o.length+m.length+b.length+l.length;if(it(u,a,33639248),nt(u,a+4,h),st(d,f,a+6),nt(u,a+30,x),nt(u,a+32,c.length),it(u,a+34,y),_?it(u,a+38,_):p&&w&&rt(u,a+38,16),it(u,a+42,g?j:t.offset),st(d,n,a+46),st(d,s,a+46+n.length),st(d,o,a+46+n.length+s.length),st(d,m,a+46+n.length+s.length+o.length),st(d,b,a+46+n.length+s.length+o.length+m.length),st(d,l,a+46+n.length+s.length+o.length+m.length+b.length),st(d,c,a+46+n.length+x),a+=46+n.length+x+c.length,r.onprogress)try{r.onprogress(e+1,i.size,new je(t))}catch(e){}}c&&(it(u,a,101075792),at(u,a+4,BigInt(44)),nt(u,a+12,45),nt(u,a+14,45),at(u,a+24,BigInt(l)),at(u,a+32,BigInt(l)),at(u,a+40,BigInt(s)),at(u,a+48,BigInt(o)),it(u,a+56,117853008),at(u,a+64,BigInt(o)+BigInt(s)),it(u,a+72,1),l=L,o=j,s=j,a+=76),it(u,a,101010256),nt(u,a+8,l),nt(u,a+10,l),it(u,a+12,s),it(u,a+16,o),await n.writeUint8Array(d),t&&t.length&&await n.writeUint8Array(t)})(this,e,t),this.writer.getData()}},e.configure=_,e.getMimeType=()=>"application/octet-stream",Object.defineProperty(e,"__esModule",{value:!0})})); |
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).zip={})}(this,(function(e){"use strict";const t=-2,n=-3,i=-5,r=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],a=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],s=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],o=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],c=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],l=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],d=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],u=15;function f(){let e,t,r,a,s,f;function h(e,t,o,c,l,d,h,_,w,p,b){let g,y,x,m,k,v,A,R,U,E,S,T,z,D,F;E=0,k=o;do{r[e[t+E]]++,E++,k--}while(0!==k);if(r[0]==o)return h[0]=-1,_[0]=0,0;for(R=_[0],v=1;v<=u&&0===r[v];v++);for(A=v,R<v&&(R=v),k=u;0!==k&&0===r[k];k--);for(x=k,R>k&&(R=k),_[0]=R,D=1<<v;v<k;v++,D<<=1)if((D-=r[v])<0)return n;if((D-=r[k])<0)return n;for(r[k]+=D,f[1]=v=0,E=1,z=2;0!=--k;)f[z]=v+=r[E],z++,E++;k=0,E=0;do{0!==(v=e[t+E])&&(b[f[v]++]=k),E++}while(++k<o);for(o=f[x],f[0]=k=0,E=0,m=-1,T=-R,s[0]=0,S=0,F=0;A<=x;A++)for(g=r[A];0!=g--;){for(;A>T+R;){if(m++,T+=R,F=x-T,F=F>R?R:F,(y=1<<(v=A-T))>g+1&&(y-=g+1,z=A,v<F))for(;++v<F&&!((y<<=1)<=r[++z]);)y-=r[z];if(F=1<<v,p[0]+F>1440)return n;s[m]=S=p[0],p[0]+=F,0!==m?(f[m]=k,a[0]=v,a[1]=R,v=k>>>T-R,a[2]=S-s[m-1]-v,w.set(a,3*(s[m-1]+v))):h[0]=S}for(a[1]=A-T,E>=o?a[0]=192:b[E]<c?(a[0]=b[E]<256?0:96,a[2]=b[E++]):(a[0]=d[b[E]-c]+16+64,a[2]=l[b[E++]-c]),y=1<<A-T,v=k>>>T;v<F;v+=y)w.set(a,3*(S+v));for(v=1<<A-1;0!=(k&v);v>>>=1)k^=v;for(k^=v,U=(1<<T)-1;(k&U)!=f[m];)m--,T-=R,U=(1<<T)-1}return 0!==D&&1!=x?i:0}function _(n){let i;for(e||(e=[],t=[],r=new Int32Array(16),a=[],s=new Int32Array(u),f=new Int32Array(16)),t.length<n&&(t=[]),i=0;i<n;i++)t[i]=0;for(i=0;i<16;i++)r[i]=0;for(i=0;i<3;i++)a[i]=0;s.set(r.subarray(0,u),0),f.set(r.subarray(0,16),0)}this.inflate_trees_bits=function(r,a,s,o,c){let l;return _(19),e[0]=0,l=h(r,0,19,19,null,null,s,a,o,e,t),l==n?c.msg="oversubscribed dynamic bit lengths tree":l!=i&&0!==a[0]||(c.msg="incomplete dynamic bit lengths tree",l=n),l},this.inflate_trees_dynamic=function(r,a,s,u,f,w,p,b,g){let y;return _(288),e[0]=0,y=h(s,0,r,257,o,c,w,u,b,e,t),0!=y||0===u[0]?(y==n?g.msg="oversubscribed literal/length tree":-4!=y&&(g.msg="incomplete literal/length tree",y=n),y):(_(288),y=h(s,r,a,0,l,d,p,f,b,e,t),0!=y||0===f[0]&&r>257?(y==n?g.msg="oversubscribed distance tree":y==i?(g.msg="incomplete distance tree",y=n):-4!=y&&(g.msg="empty distance tree with lengths",y=n),y):0)}}f.inflate_trees_fixed=function(e,t,n,i){return e[0]=9,t[0]=5,n[0]=a,i[0]=s,0};function h(){const e=this;let i,a,s,o,c=0,l=0,d=0,u=0,f=0,h=0,_=0,w=0,p=0,b=0;function g(e,t,i,a,s,o,c,l){let d,u,f,h,_,w,p,b,g,y,x,m,k,v,A,R;p=l.next_in_index,b=l.avail_in,_=c.bitb,w=c.bitk,g=c.write,y=g<c.read?c.read-g-1:c.end-g,x=r[e],m=r[t];do{for(;w<20;)b--,_|=(255&l.read_byte(p++))<<w,w+=8;if(d=_&x,u=i,f=a,R=3*(f+d),0!==(h=u[R]))for(;;){if(_>>=u[R+1],w-=u[R+1],0!=(16&h)){for(h&=15,k=u[R+2]+(_&r[h]),_>>=h,w-=h;w<15;)b--,_|=(255&l.read_byte(p++))<<w,w+=8;for(d=_&m,u=s,f=o,R=3*(f+d),h=u[R];;){if(_>>=u[R+1],w-=u[R+1],0!=(16&h)){for(h&=15;w<h;)b--,_|=(255&l.read_byte(p++))<<w,w+=8;if(v=u[R+2]+(_&r[h]),_>>=h,w-=h,y-=k,g>=v)A=g-v,g-A>0&&2>g-A?(c.window[g++]=c.window[A++],c.window[g++]=c.window[A++],k-=2):(c.window.set(c.window.subarray(A,A+2),g),g+=2,A+=2,k-=2);else{A=g-v;do{A+=c.end}while(A<0);if(h=c.end-A,k>h){if(k-=h,g-A>0&&h>g-A)do{c.window[g++]=c.window[A++]}while(0!=--h);else c.window.set(c.window.subarray(A,A+h),g),g+=h,A+=h,h=0;A=0}}if(g-A>0&&k>g-A)do{c.window[g++]=c.window[A++]}while(0!=--k);else c.window.set(c.window.subarray(A,A+k),g),g+=k,A+=k,k=0;break}if(0!=(64&h))return l.msg="invalid distance code",k=l.avail_in-b,k=w>>3<k?w>>3:k,b+=k,p-=k,w-=k<<3,c.bitb=_,c.bitk=w,l.avail_in=b,l.total_in+=p-l.next_in_index,l.next_in_index=p,c.write=g,n;d+=u[R+2],d+=_&r[h],R=3*(f+d),h=u[R]}break}if(0!=(64&h))return 0!=(32&h)?(k=l.avail_in-b,k=w>>3<k?w>>3:k,b+=k,p-=k,w-=k<<3,c.bitb=_,c.bitk=w,l.avail_in=b,l.total_in+=p-l.next_in_index,l.next_in_index=p,c.write=g,1):(l.msg="invalid literal/length code",k=l.avail_in-b,k=w>>3<k?w>>3:k,b+=k,p-=k,w-=k<<3,c.bitb=_,c.bitk=w,l.avail_in=b,l.total_in+=p-l.next_in_index,l.next_in_index=p,c.write=g,n);if(d+=u[R+2],d+=_&r[h],R=3*(f+d),0===(h=u[R])){_>>=u[R+1],w-=u[R+1],c.window[g++]=u[R+2],y--;break}}else _>>=u[R+1],w-=u[R+1],c.window[g++]=u[R+2],y--}while(y>=258&&b>=10);return k=l.avail_in-b,k=w>>3<k?w>>3:k,b+=k,p-=k,w-=k<<3,c.bitb=_,c.bitk=w,l.avail_in=b,l.total_in+=p-l.next_in_index,l.next_in_index=p,c.write=g,0}e.init=function(e,t,n,r,c,l){i=0,_=e,w=t,s=n,p=r,o=c,b=l,a=null},e.proc=function(e,y,x){let m,k,v,A,R,U,E,S=0,T=0,z=0;for(z=y.next_in_index,A=y.avail_in,S=e.bitb,T=e.bitk,R=e.write,U=R<e.read?e.read-R-1:e.end-R;;)switch(i){case 0:if(U>=258&&A>=10&&(e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,x=g(_,w,s,p,o,b,e,y),z=y.next_in_index,A=y.avail_in,S=e.bitb,T=e.bitk,R=e.write,U=R<e.read?e.read-R-1:e.end-R,0!=x)){i=1==x?7:9;break}d=_,a=s,l=p,i=1;case 1:for(m=d;T<m;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}if(k=3*(l+(S&r[m])),S>>>=a[k+1],T-=a[k+1],v=a[k],0===v){u=a[k+2],i=6;break}if(0!=(16&v)){f=15&v,c=a[k+2],i=2;break}if(0==(64&v)){d=v,l=k/3+a[k+2];break}if(0!=(32&v)){i=7;break}return i=9,y.msg="invalid literal/length code",x=n,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);case 2:for(m=f;T<m;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}c+=S&r[m],S>>=m,T-=m,d=w,a=o,l=b,i=3;case 3:for(m=d;T<m;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}if(k=3*(l+(S&r[m])),S>>=a[k+1],T-=a[k+1],v=a[k],0!=(16&v)){f=15&v,h=a[k+2],i=4;break}if(0==(64&v)){d=v,l=k/3+a[k+2];break}return i=9,y.msg="invalid distance code",x=n,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);case 4:for(m=f;T<m;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}h+=S&r[m],S>>=m,T-=m,i=5;case 5:for(E=R-h;E<0;)E+=e.end;for(;0!==c;){if(0===U&&(R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U&&(e.write=R,x=e.inflate_flush(y,x),R=e.write,U=R<e.read?e.read-R-1:e.end-R,R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U)))return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);e.window[R++]=e.window[E++],U--,E==e.end&&(E=0),c--}i=0;break;case 6:if(0===U&&(R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U&&(e.write=R,x=e.inflate_flush(y,x),R=e.write,U=R<e.read?e.read-R-1:e.end-R,R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U)))return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,e.window[R++]=u,U--,i=0;break;case 7:if(T>7&&(T-=8,A++,z--),e.write=R,x=e.inflate_flush(y,x),R=e.write,U=R<e.read?e.read-R-1:e.end-R,e.read!=e.write)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);i=8;case 8:return x=1,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);case 9:return x=n,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);default:return x=t,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x)}},e.free=function(){}}const _=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function w(e,a){const s=this;let o,c=0,l=0,d=0,u=0;const w=[0],p=[0],b=new h;let g=0,y=new Int32Array(4320);const x=new f;s.bitk=0,s.bitb=0,s.window=new Uint8Array(a),s.end=a,s.read=0,s.write=0,s.reset=function(e,t){t&&(t[0]=0),6==c&&b.free(e),c=0,s.bitk=0,s.bitb=0,s.read=s.write=0},s.reset(e,null),s.inflate_flush=function(e,t){let n,r,a;return r=e.next_out_index,a=s.read,n=(a<=s.write?s.write:s.end)-a,n>e.avail_out&&(n=e.avail_out),0!==n&&t==i&&(t=0),e.avail_out-=n,e.total_out+=n,e.next_out.set(s.window.subarray(a,a+n),r),r+=n,a+=n,a==s.end&&(a=0,s.write==s.end&&(s.write=0),n=s.write-a,n>e.avail_out&&(n=e.avail_out),0!==n&&t==i&&(t=0),e.avail_out-=n,e.total_out+=n,e.next_out.set(s.window.subarray(a,a+n),r),r+=n,a+=n),e.next_out_index=r,s.read=a,t},s.proc=function(e,i){let a,h,m,k,v,A,R,U;for(k=e.next_in_index,v=e.avail_in,h=s.bitb,m=s.bitk,A=s.write,R=A<s.read?s.read-A-1:s.end-A;;){let E,S,T,z,D,F,C,O;switch(c){case 0:for(;m<3;){if(0===v)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,h|=(255&e.read_byte(k++))<<m,m+=8}switch(a=7&h,g=1&a,a>>>1){case 0:h>>>=3,m-=3,a=7&m,h>>>=a,m-=a,c=1;break;case 1:E=[],S=[],T=[[]],z=[[]],f.inflate_trees_fixed(E,S,T,z),b.init(E[0],S[0],T[0],0,z[0],0),h>>>=3,m-=3,c=6;break;case 2:h>>>=3,m-=3,c=3;break;case 3:return h>>>=3,m-=3,c=9,e.msg="invalid block type",i=n,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i)}break;case 1:for(;m<32;){if(0===v)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,h|=(255&e.read_byte(k++))<<m,m+=8}if((~h>>>16&65535)!=(65535&h))return c=9,e.msg="invalid stored block lengths",i=n,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);l=65535&h,h=m=0,c=0!==l?2:0!==g?7:0;break;case 2:if(0===v)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);if(0===R&&(A==s.end&&0!==s.read&&(A=0,R=A<s.read?s.read-A-1:s.end-A),0===R&&(s.write=A,i=s.inflate_flush(e,i),A=s.write,R=A<s.read?s.read-A-1:s.end-A,A==s.end&&0!==s.read&&(A=0,R=A<s.read?s.read-A-1:s.end-A),0===R)))return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);if(i=0,a=l,a>v&&(a=v),a>R&&(a=R),s.window.set(e.read_buf(k,a),A),k+=a,v-=a,A+=a,R-=a,0!=(l-=a))break;c=0!==g?7:0;break;case 3:for(;m<14;){if(0===v)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,h|=(255&e.read_byte(k++))<<m,m+=8}if(d=a=16383&h,(31&a)>29||(a>>5&31)>29)return c=9,e.msg="too many length or distance symbols",i=n,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);if(a=258+(31&a)+(a>>5&31),!o||o.length<a)o=[];else for(U=0;U<a;U++)o[U]=0;h>>>=14,m-=14,u=0,c=4;case 4:for(;u<4+(d>>>10);){for(;m<3;){if(0===v)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,h|=(255&e.read_byte(k++))<<m,m+=8}o[_[u++]]=7&h,h>>>=3,m-=3}for(;u<19;)o[_[u++]]=0;if(w[0]=7,a=x.inflate_trees_bits(o,w,p,y,e),0!=a)return(i=a)==n&&(o=null,c=9),s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);u=0,c=5;case 5:for(;a=d,!(u>=258+(31&a)+(a>>5&31));){let t,l;for(a=w[0];m<a;){if(0===v)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,h|=(255&e.read_byte(k++))<<m,m+=8}if(a=y[3*(p[0]+(h&r[a]))+1],l=y[3*(p[0]+(h&r[a]))+2],l<16)h>>>=a,m-=a,o[u++]=l;else{for(U=18==l?7:l-14,t=18==l?11:3;m<a+U;){if(0===v)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,h|=(255&e.read_byte(k++))<<m,m+=8}if(h>>>=a,m-=a,t+=h&r[U],h>>>=U,m-=U,U=u,a=d,U+t>258+(31&a)+(a>>5&31)||16==l&&U<1)return o=null,c=9,e.msg="invalid bit length repeat",i=n,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);l=16==l?o[U-1]:0;do{o[U++]=l}while(0!=--t);u=U}}if(p[0]=-1,D=[],F=[],C=[],O=[],D[0]=9,F[0]=6,a=d,a=x.inflate_trees_dynamic(257+(31&a),1+(a>>5&31),o,D,F,C,O,y,e),0!=a)return a==n&&(o=null,c=9),i=a,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);b.init(D[0],F[0],y,C[0],y,O[0]),c=6;case 6:if(s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,1!=(i=b.proc(s,e,i)))return s.inflate_flush(e,i);if(i=0,b.free(e),k=e.next_in_index,v=e.avail_in,h=s.bitb,m=s.bitk,A=s.write,R=A<s.read?s.read-A-1:s.end-A,0===g){c=0;break}c=7;case 7:if(s.write=A,i=s.inflate_flush(e,i),A=s.write,R=A<s.read?s.read-A-1:s.end-A,s.read!=s.write)return s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);c=8;case 8:return i=1,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);case 9:return i=n,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);default:return i=t,s.bitb=h,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i)}}},s.free=function(e){s.reset(e,null),s.window=null,y=null},s.set_dictionary=function(e,t,n){s.window.set(e.subarray(t,t+n),0),s.read=s.write=n},s.sync_point=function(){return 1==c?1:0}}const p=13,b=[0,0,255,255];function g(){const e=this;function r(e){return e&&e.istate?(e.total_in=e.total_out=0,e.msg=null,e.istate.mode=7,e.istate.blocks.reset(e,null),0):t}e.mode=0,e.method=0,e.was=[0],e.need=0,e.marker=0,e.wbits=0,e.inflateEnd=function(t){return e.blocks&&e.blocks.free(t),e.blocks=null,0},e.inflateInit=function(n,i){return n.msg=null,e.blocks=null,i<8||i>15?(e.inflateEnd(n),t):(e.wbits=i,n.istate.blocks=new w(n,1<<i),r(n),0)},e.inflate=function(e,r){let a,s;if(!e||!e.istate||!e.next_in)return t;const o=e.istate;for(r=4==r?i:0,a=i;;)switch(o.mode){case 0:if(0===e.avail_in)return a;if(a=r,e.avail_in--,e.total_in++,8!=(15&(o.method=e.read_byte(e.next_in_index++)))){o.mode=p,e.msg="unknown compression method",o.marker=5;break}if(8+(o.method>>4)>o.wbits){o.mode=p,e.msg="invalid window size",o.marker=5;break}o.mode=1;case 1:if(0===e.avail_in)return a;if(a=r,e.avail_in--,e.total_in++,s=255&e.read_byte(e.next_in_index++),((o.method<<8)+s)%31!=0){o.mode=p,e.msg="incorrect header check",o.marker=5;break}if(0==(32&s)){o.mode=7;break}o.mode=2;case 2:if(0===e.avail_in)return a;a=r,e.avail_in--,e.total_in++,o.need=(255&e.read_byte(e.next_in_index++))<<24&4278190080,o.mode=3;case 3:if(0===e.avail_in)return a;a=r,e.avail_in--,e.total_in++,o.need+=(255&e.read_byte(e.next_in_index++))<<16&16711680,o.mode=4;case 4:if(0===e.avail_in)return a;a=r,e.avail_in--,e.total_in++,o.need+=(255&e.read_byte(e.next_in_index++))<<8&65280,o.mode=5;case 5:return 0===e.avail_in?a:(a=r,e.avail_in--,e.total_in++,o.need+=255&e.read_byte(e.next_in_index++),o.mode=6,2);case 6:return o.mode=p,e.msg="need dictionary",o.marker=0,t;case 7:if(a=o.blocks.proc(e,a),a==n){o.mode=p,o.marker=0;break}if(0==a&&(a=r),1!=a)return a;a=r,o.blocks.reset(e,o.was),o.mode=12;case 12:return 1;case p:return n;default:return t}},e.inflateSetDictionary=function(e,n,i){let r=0,a=i;if(!e||!e.istate||6!=e.istate.mode)return t;const s=e.istate;return a>=1<<s.wbits&&(a=(1<<s.wbits)-1,r=i-a),s.blocks.set_dictionary(n,r,a),s.mode=7,0},e.inflateSync=function(e){let a,s,o,c,l;if(!e||!e.istate)return t;const d=e.istate;if(d.mode!=p&&(d.mode=p,d.marker=0),0===(a=e.avail_in))return i;for(s=e.next_in_index,o=d.marker;0!==a&&o<4;)e.read_byte(s)==b[o]?o++:o=0!==e.read_byte(s)?0:4-o,s++,a--;return e.total_in+=s-e.next_in_index,e.next_in_index=s,e.avail_in=a,d.marker=o,4!=o?n:(c=e.total_in,l=e.total_out,r(e),e.total_in=c,e.total_out=l,d.mode=7,0)},e.inflateSyncPoint=function(e){return e&&e.istate&&e.istate.blocks?e.istate.blocks.sync_point():t}}function y(){}y.prototype={inflateInit:function(e){const t=this;return t.istate=new g,e||(e=15),t.istate.inflateInit(t,e)},inflate:function(e){const n=this;return n.istate?n.istate.inflate(n,e):t},inflateEnd:function(){const e=this;if(!e.istate)return t;const n=e.istate.inflateEnd(e);return e.istate=null,n},inflateSync:function(){const e=this;return e.istate?e.istate.inflateSync(e):t},inflateSetDictionary:function(e,n){const i=this;return i.istate?i.istate.inflateSetDictionary(i,e,n):t},read_byte:function(e){return this.next_in[e]},read_buf:function(e,t){return this.next_in.subarray(e,e+t)}};const x={chunkSize:524288,maxWorkers:"undefined"!=typeof navigator&&navigator.hardwareConcurrency||2,terminateWorkerTimeout:5e3,useWebWorkers:!0,workerScripts:void 0},m=Object.assign({},x);function k(e){if(void 0!==e.baseURL&&(m.baseURL=e.baseURL),void 0!==e.chunkSize&&(m.chunkSize=e.chunkSize),void 0!==e.maxWorkers&&(m.maxWorkers=e.maxWorkers),void 0!==e.terminateWorkerTimeout&&(m.terminateWorkerTimeout=e.terminateWorkerTimeout),void 0!==e.useWebWorkers&&(m.useWebWorkers=e.useWebWorkers),void 0!==e.Deflate&&(m.Deflate=e.Deflate),void 0!==e.Inflate&&(m.Inflate=e.Inflate),void 0!==e.workerScripts){if(e.workerScripts.deflate){if(!Array.isArray(e.workerScripts.deflate))throw new Error("workerScripts.deflate must be an array");m.workerScripts||(m.workerScripts={}),m.workerScripts.deflate=e.workerScripts.deflate}if(e.workerScripts.inflate){if(!Array.isArray(e.workerScripts.inflate))throw new Error("workerScripts.inflate must be an array");m.workerScripts||(m.workerScripts={}),m.workerScripts.inflate=e.workerScripts.inflate}}}const v="Abort error";function A(e,t){if(e&&e.aborted)throw t.flush(),new Error(v)}async function R(e,t){return t.length&&await e.writeUint8Array(t),t.length}const U="HTTP error ",E="HTTP Range not supported",S="text/plain",T="GET",z="bytes";class D{constructor(){this.size=0}init(){this.initialized=!0}}class F extends D{}class C extends D{writeUint8Array(e){this.size+=e.length}}class O extends F{constructor(e){super(),this.blob=e,this.size=e.size}async readUint8Array(e,t){if(this.blob.arrayBuffer)return new Uint8Array(await this.blob.slice(e,e+t).arrayBuffer());{const n=new FileReader;return new Promise(((i,r)=>{n.onload=e=>i(new Uint8Array(e.target.result)),n.onerror=()=>r(n.error),n.readAsArrayBuffer(this.blob.slice(e,e+t))}))}}}class I extends F{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=Object.assign({},t),delete this.options.preventHeadRequest,delete this.options.useRangeHeader,delete this.options.forceRangeRequests,delete this.options.useXHR}async init(){super.init(),await M(this,q,N)}async readUint8Array(e,t){return W(this,e,t,q,N)}}class B extends F{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=t}async init(){super.init(),await M(this,G,P)}async readUint8Array(e,t){return W(this,e,t,G,P)}}async function M(e,t,n){if(function(e){if("undefined"!=typeof document){const t=document.createElement("a");return t.href=e,"http:"==t.protocol||"https:"==t.protocol}return/^https?:\/\//i.test(e)}(e.url)&&(e.useRangeHeader||e.forceRangeRequests)){const i=await t(T,e,L(e));if(!e.forceRangeRequests&&i.headers.get("Accept-Ranges")!=z)throw new Error(E);{let r;const a=i.headers.get("Content-Range");if(a){const e=a.trim().split(/\s*\/\s*/);if(e.length){const t=e[1];t&&"*"!=t&&(r=Number(t))}}void 0===r?await V(e,t,n):e.size=r}}else await V(e,t,n)}async function W(e,t,n,i,r){if(e.useRangeHeader||e.forceRangeRequests){const r=await i(T,e,L(e,t,n));if(206!=r.status)throw new Error(E);return new Uint8Array(await r.arrayBuffer())}return e.data||await r(e,e.options),new Uint8Array(e.data.subarray(t,t+n))}function L(e,t=0,n=1){return Object.assign({},H(e),{Range:"bytes="+t+"-"+(t+n-1)})}function H(e){let t=e.options.headers;if(t)return Symbol.iterator in t?Object.fromEntries(t):t}async function N(e){await j(e,q)}async function P(e){await j(e,G)}async function j(e,t){const n=await t(T,e,H(e));e.data=new Uint8Array(await n.arrayBuffer()),e.size||(e.size=e.data.length)}async function V(e,t,n){if(e.preventHeadRequest)await n(e,e.options);else{const i=(await t("HEAD",e,H(e))).headers.get("Content-Length");i?e.size=Number(i):await n(e,e.options)}}async function q(e,{options:t,url:n},i){const r=await fetch(n,Object.assign({},t,{method:e,headers:i}));if(r.status<400)return r;throw new Error(U+(r.statusText||r.status))}function G(e,{url:t},n){return new Promise(((i,r)=>{const a=new XMLHttpRequest;if(a.addEventListener("load",(()=>{if(a.status<400){const e=[];a.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach((t=>{const n=t.trim().split(/\s*:\s*/);n[0]=n[0].trim().replace(/^[a-z]|-[a-z]/g,(e=>e.toUpperCase())),e.push(n)})),i({status:a.status,arrayBuffer:()=>a.response,headers:new Map(e)})}else r(new Error(U+(a.statusText||a.status)))}),!1),a.addEventListener("error",(e=>r(e.detail.error)),!1),a.open(e,t),n)for(const e of Object.entries(n))a.setRequestHeader(e[0],e[1]);a.responseType="arraybuffer",a.send()}))}class Z extends F{constructor(e,t={}){super(),this.url=e,t.useXHR?this.reader=new B(e,t):this.reader=new I(e,t)}set size(e){}get size(){return this.reader.size}async init(){super.init(),await this.reader.init()}async readUint8Array(e,t){return this.reader.readUint8Array(e,t)}}const K=4294967295,X=33639248,Y=101075792,J=[];for(let e=0;e<256;e++){let t=e;for(let e=0;e<8;e++)1&t?t=t>>>1^3988292384:t>>>=1;J[e]=t}class Q{constructor(e){this.crc=e||-1}append(e){let t=0|this.crc;for(let n=0,i=0|e.length;n<i;n++)t=t>>>8^J[255&(t^e[n])];this.crc=t}get(){return~this.crc}}const $={concat(e,t){if(0===e.length||0===t.length)return e.concat(t);const n=e[e.length-1],i=$.getPartial(n);return 32===i?e.concat(t):$._shiftRight(t,i,0|n,e.slice(0,e.length-1))},bitLength(e){const t=e.length;if(0===t)return 0;const n=e[t-1];return 32*(t-1)+$.getPartial(n)},clamp(e,t){if(32*e.length<t)return e;const n=(e=e.slice(0,Math.ceil(t/32))).length;return t&=31,n>0&&t&&(e[n-1]=$.partial(t,e[n-1]&2147483648>>t-1,1)),e},partial:(e,t,n)=>32===e?t:(n?0|t:t<<32-e)+1099511627776*e,getPartial:e=>Math.round(e/1099511627776)||32,_shiftRight(e,t,n,i){for(void 0===i&&(i=[]);t>=32;t-=32)i.push(n),n=0;if(0===t)return i.concat(e);for(let r=0;r<e.length;r++)i.push(n|e[r]>>>t),n=e[r]<<32-t;const r=e.length?e[e.length-1]:0,a=$.getPartial(r);return i.push($.partial(t+a&31,t+a>32?n:i.pop(),1)),i}},ee={bytes:{fromBits(e){const t=$.bitLength(e)/8,n=new Uint8Array(t);let i;for(let r=0;r<t;r++)0==(3&r)&&(i=e[r/4]),n[r]=i>>>24,i<<=8;return n},toBits(e){const t=[];let n,i=0;for(n=0;n<e.length;n++)i=i<<8|e[n],3==(3&n)&&(t.push(i),i=0);return 3&n&&t.push($.partial(8*(3&n),i)),t}}},te={sha1:function(e){e?(this._h=e._h.slice(0),this._buffer=e._buffer.slice(0),this._length=e._length):this.reset()}};te.sha1.prototype={blockSize:512,reset:function(){const e=this;return e._h=this._init.slice(0),e._buffer=[],e._length=0,e},update:function(e){const t=this;"string"==typeof e&&(e=ee.utf8String.toBits(e));const n=t._buffer=$.concat(t._buffer,e),i=t._length,r=t._length=i+$.bitLength(e);if(r>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const a=new Uint32Array(n);let s=0;for(let e=t.blockSize+i-(t.blockSize+i&t.blockSize-1);e<=r;e+=t.blockSize)t._block(a.subarray(16*s,16*(s+1))),s+=1;return n.splice(0,16*s),t},finalize:function(){const e=this;let t=e._buffer;const n=e._h;t=$.concat(t,[$.partial(1,1)]);for(let e=t.length+2;15&e;e++)t.push(0);for(t.push(Math.floor(e._length/4294967296)),t.push(0|e._length);t.length;)e._block(t.splice(0,16));return e.reset(),n},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:function(e,t,n,i){return e<=19?t&n|~t&i:e<=39?t^n^i:e<=59?t&n|t&i|n&i:e<=79?t^n^i:void 0},_S:function(e,t){return t<<e|t>>>32-e},_block:function(e){const t=this,n=t._h,i=Array(80);for(let t=0;t<16;t++)i[t]=e[t];let r=n[0],a=n[1],s=n[2],o=n[3],c=n[4];for(let e=0;e<=79;e++){e>=16&&(i[e]=t._S(1,i[e-3]^i[e-8]^i[e-14]^i[e-16]));const n=t._S(5,r)+t._f(e,a,s,o)+c+i[e]+t._key[Math.floor(e/20)]|0;c=o,o=s,s=t._S(30,a),a=r,r=n}n[0]=n[0]+r|0,n[1]=n[1]+a|0,n[2]=n[2]+s|0,n[3]=n[3]+o|0,n[4]=n[4]+c|0}};const ne={aes:class{constructor(e){const t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();const n=t._tables[0][4],i=t._tables[1],r=e.length;let a,s,o,c=1;if(4!==r&&6!==r&&8!==r)throw new Error("invalid aes key size");for(t._key=[s=e.slice(0),o=[]],a=r;a<4*r+28;a++){let e=s[a-1];(a%r==0||8===r&&a%r==4)&&(e=n[e>>>24]<<24^n[e>>16&255]<<16^n[e>>8&255]<<8^n[255&e],a%r==0&&(e=e<<8^e>>>24^c<<24,c=c<<1^283*(c>>7))),s[a]=s[a-r]^e}for(let e=0;a;e++,a--){const t=s[3&e?a:a-4];o[e]=a<=4||e<4?t:i[0][n[t>>>24]]^i[1][n[t>>16&255]]^i[2][n[t>>8&255]]^i[3][n[255&t]]}}encrypt(e){return this._crypt(e,0)}decrypt(e){return this._crypt(e,1)}_precompute(){const e=this._tables[0],t=this._tables[1],n=e[4],i=t[4],r=[],a=[];let s,o,c,l;for(let e=0;e<256;e++)a[(r[e]=e<<1^283*(e>>7))^e]=e;for(let d=s=0;!n[d];d^=o||1,s=a[s]||1){let a=s^s<<1^s<<2^s<<3^s<<4;a=a>>8^255&a^99,n[d]=a,i[a]=d,l=r[c=r[o=r[d]]];let u=16843009*l^65537*c^257*o^16843008*d,f=257*r[a]^16843008*a;for(let n=0;n<4;n++)e[n][d]=f=f<<24^f>>>8,t[n][a]=u=u<<24^u>>>8}for(let n=0;n<5;n++)e[n]=e[n].slice(0),t[n]=t[n].slice(0)}_crypt(e,t){if(4!==e.length)throw new Error("invalid aes block size");const n=this._key[t],i=n.length/4-2,r=[0,0,0,0],a=this._tables[t],s=a[0],o=a[1],c=a[2],l=a[3],d=a[4];let u,f,h,_=e[0]^n[0],w=e[t?3:1]^n[1],p=e[2]^n[2],b=e[t?1:3]^n[3],g=4;for(let e=0;e<i;e++)u=s[_>>>24]^o[w>>16&255]^c[p>>8&255]^l[255&b]^n[g],f=s[w>>>24]^o[p>>16&255]^c[b>>8&255]^l[255&_]^n[g+1],h=s[p>>>24]^o[b>>16&255]^c[_>>8&255]^l[255&w]^n[g+2],b=s[b>>>24]^o[_>>16&255]^c[w>>8&255]^l[255&p]^n[g+3],g+=4,_=u,w=f,p=h;for(let e=0;e<4;e++)r[t?3&-e:e]=d[_>>>24]<<24^d[w>>16&255]<<16^d[p>>8&255]<<8^d[255&b]^n[g++],u=_,_=w,w=p,p=b,b=u;return r}}},ie={ctrGladman:class{constructor(e,t){this._prf=e,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(e){return this.calculate(this._prf,e,this._iv)}incWord(e){if(255==(e>>24&255)){let t=e>>16&255,n=e>>8&255,i=255&e;255===t?(t=0,255===n?(n=0,255===i?i=0:++i):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=i}else e+=1<<24;return e}incCounter(e){0===(e[0]=this.incWord(e[0]))&&(e[1]=this.incWord(e[1]))}calculate(e,t,n){let i;if(!(i=t.length))return[];const r=$.bitLength(t);for(let r=0;r<i;r+=4){this.incCounter(n);const i=e.encrypt(n);t[r]^=i[0],t[r+1]^=i[1],t[r+2]^=i[2],t[r+3]^=i[3]}return $.clamp(t,r)}}},re={hmacSha1:class{constructor(e){const t=this,n=t._hash=te.sha1,i=[[],[]],r=n.prototype.blockSize/32;t._baseHash=[new n,new n],e.length>r&&(e=n.hash(e));for(let t=0;t<r;t++)i[0][t]=909522486^e[t],i[1][t]=1549556828^e[t];t._baseHash[0].update(i[0]),t._baseHash[1].update(i[1]),t._resultHash=new n(t._baseHash[0])}reset(){const e=this;e._resultHash=new e._hash(e._baseHash[0]),e._updated=!1}update(e){this._updated=!0,this._resultHash.update(e)}digest(){const e=this,t=e._resultHash.finalize(),n=new e._hash(e._baseHash[1]).update(t).finalize();return e.reset(),n}}},ae="Invalid pasword",se=16,oe={name:"PBKDF2"},ce=Object.assign({hash:{name:"HMAC"}},oe),le=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},oe),de=["deriveBits"],ue=[8,12,16],fe=[16,24,32],he=10,_e=[0,0,0,0],we=ee.bytes,pe=ne.aes,be=ie.ctrGladman,ge=re.hmacSha1;class ye{constructor(e,t,n){Object.assign(this,{password:e,signed:t,strength:n-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;if(t.password){const n=Ae(e,0,ue[t.strength]+2);await async function(e,t,n){await ke(e,n,Ae(t,0,ue[e.strength]));const i=Ae(t,ue[e.strength]),r=e.keys.passwordVerification;if(r[0]!=i[0]||r[1]!=i[1])throw new Error(ae)}(t,n,t.password),t.password=null,t.aesCtrGladman=new be(new pe(t.keys.key),Array.from(_e)),t.hmac=new ge(t.keys.authentication),e=Ae(e,ue[t.strength]+2)}return me(t,e,new Uint8Array(e.length-he-(e.length-he)%se),0,he,!0)}flush(){const e=this,t=e.pendingInput,n=Ae(t,0,t.length-he),i=Ae(t,t.length-he);let r=new Uint8Array(0);if(n.length){const t=we.toBits(n);e.hmac.update(t);const i=e.aesCtrGladman.update(t);r=we.fromBits(i)}let a=!0;if(e.signed){const t=Ae(we.fromBits(e.hmac.digest()),0,he);for(let e=0;e<he;e++)t[e]!=i[e]&&(a=!1)}return{valid:a,data:r}}}class xe{constructor(e,t){Object.assign(this,{password:e,strength:t-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;let n=new Uint8Array(0);t.password&&(n=await async function(e,t){const n=crypto.getRandomValues(new Uint8Array(ue[e.strength]));return await ke(e,t,n),ve(n,e.keys.passwordVerification)}(t,t.password),t.password=null,t.aesCtrGladman=new be(new pe(t.keys.key),Array.from(_e)),t.hmac=new ge(t.keys.authentication));const i=new Uint8Array(n.length+e.length-e.length%se);return i.set(n,0),me(t,e,i,n.length,0)}flush(){const e=this;let t=new Uint8Array(0);if(e.pendingInput.length){const n=e.aesCtrGladman.update(we.toBits(e.pendingInput));e.hmac.update(n),t=we.fromBits(n)}const n=Ae(we.fromBits(e.hmac.digest()),0,he);return{data:ve(t,n),signature:n}}}function me(e,t,n,i,r,a){const s=t.length-r;let o;for(e.pendingInput.length&&(t=ve(e.pendingInput,t),n=function(e,t){if(t&&t>e.length){const n=e;(e=new Uint8Array(t)).set(n,0)}return e}(n,s-s%se)),o=0;o<=s-se;o+=se){const r=we.toBits(Ae(t,o,o+se));a&&e.hmac.update(r);const s=e.aesCtrGladman.update(r);a||e.hmac.update(s),n.set(we.fromBits(s),o+i)}return e.pendingInput=Ae(t,o),n}async function ke(e,t,n){const i=function(e){if("undefined"==typeof TextEncoder){e=unescape(encodeURIComponent(e));const t=new Uint8Array(e.length);for(let n=0;n<t.length;n++)t[n]=e.charCodeAt(n);return t}return(new TextEncoder).encode(e)}(t),r=await crypto.subtle.importKey("raw",i,ce,!1,de),a=await crypto.subtle.deriveBits(Object.assign({salt:n},le),r,8*(2*fe[e.strength]+2)),s=new Uint8Array(a);e.keys={key:we.toBits(Ae(s,0,fe[e.strength])),authentication:we.toBits(Ae(s,fe[e.strength],2*fe[e.strength])),passwordVerification:Ae(s,2*fe[e.strength])}}function ve(e,t){let n=e;return e.length+t.length&&(n=new Uint8Array(e.length+t.length),n.set(e,0),n.set(t,e.length)),n}function Ae(e,t,n){return e.subarray(t,n)}const Re=12;class Ue{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),ze(this,e)}append(e){const t=this;if(t.password){const n=Se(t,e.subarray(0,Re));if(t.password=null,n[11]!=t.passwordVerification)throw new Error(ae);e=e.subarray(Re)}return Se(t,e)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class Ee{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),ze(this,e)}append(e){const t=this;let n,i;if(t.password){t.password=null;const r=crypto.getRandomValues(new Uint8Array(Re));r[11]=t.passwordVerification,n=new Uint8Array(e.length+r.length),n.set(Te(t,r),0),i=Re}else n=new Uint8Array(e.length),i=0;return n.set(Te(t,e),i),n}flush(){return{data:new Uint8Array(0)}}}function Se(e,t){const n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=Fe(e)^t[i],De(e,n[i]);return n}function Te(e,t){const n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=Fe(e)^t[i],De(e,t[i]);return n}function ze(e,t){e.keys=[305419896,591751049,878082192],e.crcKey0=new Q(e.keys[0]),e.crcKey2=new Q(e.keys[2]);for(let n=0;n<t.length;n++)De(e,t.charCodeAt(n))}function De(e,t){e.crcKey0.append([t]),e.keys[0]=~e.crcKey0.get(),e.keys[1]=Oe(e.keys[1]+Ce(e.keys[0])),e.keys[1]=Oe(Math.imul(e.keys[1],134775813)+1),e.crcKey2.append([e.keys[1]>>>24]),e.keys[2]=~e.crcKey2.get()}function Fe(e){const t=2|e.keys[2];return Ce(Math.imul(t,1^t)>>>8)}function Ce(e){return 255&e}function Oe(e){return 4294967295&e}const Ie="inflate",Be="Invalid signature";class Me{constructor(e,{signature:t,password:n,signed:i,compressed:r,zipCrypto:a,passwordVerification:s,encryptionStrength:o},{chunkSize:c}){const l=Boolean(n);Object.assign(this,{signature:t,encrypted:l,signed:i,compressed:r,inflate:r&&new e({chunkSize:c}),crc32:i&&new Q,zipCrypto:a,decrypt:l&&a?new Ue(n,s):new ye(n,i,o)})}async append(e){const t=this;return t.encrypted&&e.length&&(e=await t.decrypt.append(e)),t.compressed&&e.length&&(e=await t.inflate.append(e)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),e}async flush(){const e=this;let t,n=new Uint8Array(0);if(e.encrypted){const t=e.decrypt.flush();if(!t.valid)throw new Error(Be);n=t.data}if((!e.encrypted||e.zipCrypto)&&e.signed){const n=new DataView(new Uint8Array(4).buffer);if(t=e.crc32.get(),n.setUint32(0,t),e.signature!=n.getUint32(0,!1))throw new Error(Be)}return e.compressed&&(n=await e.inflate.append(n)||new Uint8Array(0),await e.inflate.flush()),{data:n,signature:t}}}class We{constructor(e,{encrypted:t,signed:n,compressed:i,level:r,zipCrypto:a,password:s,passwordVerification:o,encryptionStrength:c},{chunkSize:l}){Object.assign(this,{encrypted:t,signed:n,compressed:i,deflate:i&&new e({level:r||5,chunkSize:l}),crc32:n&&new Q,zipCrypto:a,encrypt:t&&a?new Ee(s,o):new xe(s,c)})}async append(e){const t=this;let n=e;return t.compressed&&e.length&&(n=await t.deflate.append(e)),t.encrypted&&n.length&&(n=await t.encrypt.append(n)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),n}async flush(){const e=this;let t,n=new Uint8Array(0);if(e.compressed&&(n=await e.deflate.flush()||new Uint8Array(0)),e.encrypted){n=await e.encrypt.append(n);const i=e.encrypt.flush();t=i.signature;const r=new Uint8Array(n.length+i.data.length);r.set(n,0),r.set(i.data,n.length),n=r}return e.encrypted&&!e.zipCrypto||!e.signed||(t=e.crc32.get()),{data:n,signature:t}}}const Le="init",He="append",Ne="flush",Pe="message";let je=!0;var Ve=(e,t,n,i,r,a,s)=>(Object.assign(e,{busy:!0,codecConstructor:t,options:Object.assign({},n),scripts:s,terminate(){e.worker&&!e.busy&&(e.worker.terminate(),e.interface=null)},onTaskFinished(){e.busy=!1,r(e)}}),a?function(e,t){let n;const i={type:"module"};if(!e.interface){if(je)try{e.worker=r({},t.baseURL)}catch(n){je=!1,e.worker=r(i,t.baseURL)}else e.worker=r(i,t.baseURL);e.worker.addEventListener(Pe,o,!1),e.interface={append:e=>a({type:He,data:e}),flush:()=>a({type:Ne})}}return e.interface;function r(t,n){let i;try{i=new URL(e.scripts[0],n)}catch(t){i=e.scripts[0]}return new Worker(i,t)}async function a(i){if(!n){const n=e.options,i=e.scripts.slice(1);await s({scripts:i,type:Le,options:n,config:{chunkSize:t.chunkSize}})}return s(i)}function s(t){const i=e.worker,r=new Promise(((e,t)=>n={resolve:e,reject:t}));try{if(t.data)try{t.data=t.data.buffer,i.postMessage(t,[t.data])}catch(e){i.postMessage(t)}else i.postMessage(t)}catch(t){n.reject(t),n=null,e.onTaskFinished()}return r}function o(t){const i=t.data;if(n){const t=i.error,r=i.type;if(t){const i=new Error(t.message);i.stack=t.stack,n.reject(i),n=null,e.onTaskFinished()}else if(r==Le||r==Ne||r==He){const t=i.data;r==Ne?(n.resolve({data:new Uint8Array(t),signature:i.signature}),n=null,e.onTaskFinished()):n.resolve(t&&new Uint8Array(t))}}}}(e,i):function(e,t){const n=function(e,t,n){return t.codecType.startsWith("deflate")?new We(e,t,n):t.codecType.startsWith(Ie)?new Me(e,t,n):void 0}(e.codecConstructor,e.options,t);return{async append(t){try{return await n.append(t)}catch(t){throw e.onTaskFinished(),t}},async flush(){try{return await n.flush()}finally{e.onTaskFinished()}}}}(e,i));let qe=[],Ge=[];function Ze(e){e.terminateTimeout&&(clearTimeout(e.terminateTimeout),e.terminateTimeout=null)}const Ke="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split("");async function Xe(e,t){if(t&&"cp437"==t.trim().toLowerCase())return(e=>{let t="";for(let n=0;n<e.length;n++)t+=Ke[e[n]];return t})(e);if("undefined"==typeof TextDecoder){const t=new FileReader;return new Promise(((n,i)=>{t.onload=e=>n(e.target.result),t.onerror=()=>i(t.error),t.readAsText(new Blob([e]))}))}return new TextDecoder(t).decode(e)}const Ye=["filename","rawFilename","directory","encrypted","compressedSize","uncompressedSize","lastModDate","rawLastModDate","comment","rawComment","signature","extraField","rawExtraField","bitFlag","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","filenameUTF8","commentUTF8","offset","zip64","compressionMethod","extraFieldNTFS","lastAccessDate","creationDate","extraFieldExtendedTimestamp","version","versionMadeBy","msDosCompatible","internalFileAttribute","externalFileAttribute"];class Je{constructor(e){Ye.forEach((t=>this[t]=e[t]))}}const Qe="File format is not recognized",$e="End of central directory not found",et="End of Zip64 central directory not found",tt="End of Zip64 central directory locator not found",nt="Central directory header not found",it="Local file header not found",rt="Zip64 extra field not found",at="File contains encrypted entry",st="Encryption method not supported",ot="Compression method not supported",ct="utf-8",lt="cp437",dt=["uncompressedSize","compressedSize","offset"];class ut{constructor(e,t,n){Object.assign(this,{reader:e,config:t,options:n})}async getData(e,t,n={}){const i=this,{reader:r,offset:a,extraFieldAES:s,compressionMethod:o,config:c,bitFlag:l,signature:d,rawLastModDate:u,compressedSize:f}=i,h=i.localDirectory={};r.initialized||await r.init();let _=await vt(r,a,30);const w=kt(_);let p=wt(i,n,"password");if(p=p&&p.length&&p,s&&99!=s.originalCompressionMethod)throw new Error(ot);if(0!=o&&8!=o)throw new Error(ot);if(67324752!=xt(w,0))throw new Error(it);ft(h,w,4),_=await vt(r,a,30+h.filenameLength+h.extraFieldLength),h.rawExtraField=_.subarray(30+h.filenameLength),await ht(i,h,w,4),t.lastAccessDate=h.lastAccessDate,t.creationDate=h.creationDate;const b=i.encrypted&&h.encrypted,g=b&&!s;if(b){if(!g&&void 0===s.strength)throw new Error(st);if(!p)throw new Error(at)}const y=await function(e,t,n){const i=!(!t.compressed&&!t.signed&&!t.encrypted)&&(t.useWebWorkers||void 0===t.useWebWorkers&&n.useWebWorkers),r=i&&n.workerScripts?n.workerScripts[t.codecType]:[];if(qe.length<n.maxWorkers){const s={};return qe.push(s),Ve(s,e,t,n,a,i,r)}{const s=qe.find((e=>!e.busy));return s?(Ze(s),Ve(s,e,t,n,a,i,r)):new Promise((n=>Ge.push({resolve:n,codecConstructor:e,options:t,webWorker:i,scripts:r})))}function a(e){if(Ge.length){const[{resolve:t,codecConstructor:i,options:r,webWorker:s,scripts:o}]=Ge.splice(0,1);t(Ve(e,i,r,n,a,s,o))}else e.worker?(Ze(e),Number.isFinite(n.terminateWorkerTimeout)&&n.terminateWorkerTimeout>=0&&(e.terminateTimeout=setTimeout((()=>{qe=qe.filter((t=>t!=e)),e.terminate()}),n.terminateWorkerTimeout))):qe=qe.filter((t=>t!=e))}}(c.Inflate,{codecType:Ie,password:p,zipCrypto:g,encryptionStrength:s&&s.strength,signed:wt(i,n,"checkSignature"),passwordVerification:g&&(l.dataDescriptor?u>>>8&255:d>>>24&255),signature:d,compressed:0!=o,encrypted:b,useWebWorkers:wt(i,n,"useWebWorkers")},c);e.initialized||await e.init();const x=wt(i,n,"signal"),m=a+30+h.filenameLength+h.extraFieldLength;return await async function(e,t,n,i,r,a,s){const o=Math.max(a.chunkSize,64);return async function a(c=0,l=0){const d=s.signal;if(c<r){A(d,e);const u=await t.readUint8Array(c+i,Math.min(o,r-c)),f=u.length;A(d,e);const h=await e.append(u);if(A(d,e),l+=await R(n,h),s.onprogress)try{s.onprogress(c+f,r)}catch(e){}return a(c+o,l)}{const t=await e.flush();return l+=await R(n,t.data),{signature:t.signature,length:l}}}()}(y,r,e,m,f,c,{onprogress:n.onprogress,signal:x}),e.getData()}}function ft(e,t,n){const i=e.rawBitFlag=yt(t,n+2),r=1==(1&i),a=xt(t,n+6);Object.assign(e,{encrypted:r,version:yt(t,n),bitFlag:{level:(6&i)>>1,dataDescriptor:8==(8&i),languageEncodingFlag:2048==(2048&i)},rawLastModDate:a,lastModDate:pt(a),filenameLength:yt(t,n+22),extraFieldLength:yt(t,n+24)})}async function ht(e,t,n,i){const r=t.rawExtraField,a=t.extraField=new Map,s=kt(new Uint8Array(r));let o=0;try{for(;o<r.length;){const e=yt(s,o),t=yt(s,o+2);a.set(e,{type:e,data:r.slice(o+4,o+4+t)}),o+=4+t}}catch(e){}const c=yt(n,i+4);t.signature=xt(n,i+10),t.uncompressedSize=xt(n,i+18),t.compressedSize=xt(n,i+14);const l=a.get(1);l&&(!function(e,t){t.zip64=!0;const n=kt(e.data);e.values=[];for(let t=0;t<Math.floor(e.data.length/8);t++)e.values.push(mt(n,0+8*t));const i=dt.filter((e=>t[e]==K));for(let t=0;t<i.length;t++)e[i[t]]=e.values[t];dt.forEach((n=>{if(t[n]==K){if(void 0===e[n])throw new Error(rt);t[n]=e[n]}}))}(l,t),t.extraFieldZip64=l);const d=a.get(28789);d&&(await _t(d,"filename","rawFilename",t,e),t.extraFieldUnicodePath=d);const u=a.get(25461);u&&(await _t(u,"comment","rawComment",t,e),t.extraFieldUnicodeComment=u);const f=a.get(39169);f?(!function(e,t,n){const i=kt(e.data);e.vendorVersion=gt(i,0),e.vendorId=gt(i,2);const r=gt(i,4);e.strength=r,e.originalCompressionMethod=n,t.compressionMethod=e.compressionMethod=yt(i,5)}(f,t,c),t.extraFieldAES=f):t.compressionMethod=c;const h=a.get(10);h&&(!function(e,t){const n=kt(e.data);let i,r=4;try{for(;r<e.data.length&&!i;){const t=yt(n,r),a=yt(n,r+2);1==t&&(i=e.data.slice(r+4,r+4+a)),r+=4+a}}catch(e){}try{if(i&&24==i.length){const n=kt(i),r=n.getBigUint64(0,!0),a=n.getBigUint64(8,!0),s=n.getBigUint64(16,!0);Object.assign(e,{rawLastModDate:r,rawLastAccessDate:a,rawCreationDate:s});const o=bt(r),c=bt(a),l={lastModDate:o,lastAccessDate:c,creationDate:bt(s)};Object.assign(e,l),Object.assign(t,l)}}catch(e){}}(h,t),t.extraFieldNTFS=h);const _=a.get(21589);_&&(!function(e,t){const n=kt(e.data),i=gt(n,0),r=[],a=[];1==(1&i)&&(r.push("lastModDate"),a.push("rawLastModDate"));2==(2&i)&&(r.push("lastAccessDate"),a.push("rawLastAccessDate"));4==(4&i)&&(r.push("creationDate"),a.push("rawCreationDate"));let s=1;r.forEach(((i,r)=>{if(e.data.length>=s+4){const o=xt(n,s);t[i]=e[i]=new Date(1e3*o);const c=a[r];e[c]=o}s+=4}))}(_,t),t.extraFieldExtendedTimestamp=_)}async function _t(e,t,n,i,r){const a=kt(e.data);e.version=gt(a,0),e.signature=xt(a,1);const s=new Q;s.append(r[n]);const o=kt(new Uint8Array(4));o.setUint32(0,s.get(),!0),e[t]=await Xe(e.data.subarray(5)),e.valid=!r.bitFlag.languageEncodingFlag&&e.signature==xt(o,0),e.valid&&(i[t]=e[t],i[t+"UTF8"]=!0)}function wt(e,t,n){return void 0===t[n]?e.options[n]:t[n]}function pt(e){const t=(4294901760&e)>>16,n=65535&e;try{return new Date(1980+((65024&t)>>9),((480&t)>>5)-1,31&t,(63488&n)>>11,(2016&n)>>5,2*(31&n),0)}catch(e){}}function bt(e){return new Date(Number(e/BigInt(1e4)-BigInt(116444736e5)))}function gt(e,t){return e.getUint8(t)}function yt(e,t){return e.getUint16(t,!0)}function xt(e,t){return e.getUint32(t,!0)}function mt(e,t){return Number(e.getBigUint64(t,!0))}function kt(e){return new DataView(e.buffer)}function vt(e,t,n){return e.readUint8Array(t,n)}k({Inflate:function(e){const t=new y,n=e&&e.chunkSize?Math.floor(2*e.chunkSize):131072,r=new Uint8Array(n);let a=!1;t.inflateInit(),t.next_out=r,this.append=function(e,s){const o=[];let c,l,d=0,u=0,f=0;if(0!==e.length){t.next_in_index=0,t.next_in=e,t.avail_in=e.length;do{if(t.next_out_index=0,t.avail_out=n,0!==t.avail_in||a||(t.next_in_index=0,a=!0),c=t.inflate(0),a&&c===i){if(0!==t.avail_in)throw new Error("inflating: bad input")}else if(0!==c&&1!==c)throw new Error("inflating: "+t.msg);if((a||1===c)&&t.avail_in===e.length)throw new Error("inflating: bad input");t.next_out_index&&(t.next_out_index===n?o.push(new Uint8Array(r)):o.push(r.slice(0,t.next_out_index))),f+=t.next_out_index,s&&t.next_in_index>0&&t.next_in_index!=d&&(s(t.next_in_index),d=t.next_in_index)}while(t.avail_in>0||0===t.avail_out);return o.length>1?(l=new Uint8Array(f),o.forEach((function(e){l.set(e,u),u+=e.length}))):l=o[0]||new Uint8Array(0),l}},this.flush=function(){t.inflateEnd()}}}),e.BlobReader=O,e.BlobWriter=class extends C{constructor(e){super(),this.contentType=e,this.arrayBuffers=[]}async writeUint8Array(e){super.writeUint8Array(e),this.arrayBuffers.push(e.buffer)}getData(){return this.blob||(this.blob=new Blob(this.arrayBuffers,{type:this.contentType})),this.blob}},e.Data64URIReader=class extends F{constructor(e){super(),this.dataURI=e;let t=e.length;for(;"="==e.charAt(t-1);)t--;this.dataStart=e.indexOf(",")+1,this.size=Math.floor(.75*(t-this.dataStart))}async readUint8Array(e,t){const n=new Uint8Array(t),i=4*Math.floor(e/3),r=atob(this.dataURI.substring(i+this.dataStart,4*Math.ceil((e+t)/3)+this.dataStart)),a=e-3*Math.floor(i/4);for(let e=a;e<a+t;e++)n[e-a]=r.charCodeAt(e);return n}},e.Data64URIWriter=class extends C{constructor(e){super(),this.data="data:"+(e||"")+";base64,",this.pending=[]}async writeUint8Array(e){super.writeUint8Array(e);let t=0,n=this.pending;const i=this.pending.length;for(this.pending="",t=0;t<3*Math.floor((i+e.length)/3)-i;t++)n+=String.fromCharCode(e[t]);for(;t<e.length;t++)this.pending+=String.fromCharCode(e[t]);n.length>2?this.data+=btoa(n):this.pending=n}getData(){return this.data+btoa(this.pending)}},e.ERR_ABORT=v,e.ERR_BAD_FORMAT=Qe,e.ERR_CENTRAL_DIRECTORY_NOT_FOUND=nt,e.ERR_ENCRYPTED=at,e.ERR_EOCDR_LOCATOR_ZIP64_NOT_FOUND=tt,e.ERR_EOCDR_NOT_FOUND=$e,e.ERR_EOCDR_ZIP64_NOT_FOUND=et,e.ERR_EXTRAFIELD_ZIP64_NOT_FOUND=rt,e.ERR_HTTP_RANGE=E,e.ERR_INVALID_PASSWORD=ae,e.ERR_INVALID_SIGNATURE=Be,e.ERR_LOCAL_FILE_HEADER_NOT_FOUND=it,e.ERR_UNSUPPORTED_COMPRESSION=ot,e.ERR_UNSUPPORTED_ENCRYPTION=st,e.HttpRangeReader=class extends Z{constructor(e,t={}){t.useRangeHeader=!0,super(e,t)}},e.HttpReader=Z,e.Reader=F,e.TextReader=class extends F{constructor(e){super(),this.blobReader=new O(new Blob([e],{type:S}))}async init(){super.init(),this.blobReader.init(),this.size=this.blobReader.size}async readUint8Array(e,t){return this.blobReader.readUint8Array(e,t)}},e.TextWriter=class extends C{constructor(e){super(),this.encoding=e,this.blob=new Blob([],{type:S})}async writeUint8Array(e){super.writeUint8Array(e),this.blob=new Blob([this.blob,e.buffer],{type:S})}getData(){if(this.blob.text)return this.blob.text();{const e=new FileReader;return new Promise(((t,n)=>{e.onload=e=>t(e.target.result),e.onerror=()=>n(e.error),e.readAsText(this.blob,this.encoding)}))}}},e.Uint8ArrayReader=class extends F{constructor(e){super(),this.array=e,this.size=e.length}async readUint8Array(e,t){return this.array.slice(e,e+t)}},e.Uint8ArrayWriter=class extends C{constructor(){super(),this.array=new Uint8Array(0)}async writeUint8Array(e){super.writeUint8Array(e);const t=this.array;this.array=new Uint8Array(t.length+e.length),this.array.set(t),this.array.set(e,t.length)}getData(){return this.array}},e.Writer=C,e.ZipReader=class{constructor(e,t={}){Object.assign(this,{reader:e,options:t,config:m})}async getEntries(e={}){const t=this,n=t.reader;if(n.initialized||await n.init(),n.size<22)throw new Error(Qe);const i=await async function(e,t,n,i,r){const a=new Uint8Array(4);!function(e,t,n){e.setUint32(t,n,!0)}(kt(a),0,t);const s=i+r;return await o(i)||await o(Math.min(s,n));async function o(t){const r=n-t,s=await vt(e,r,t);for(let e=s.length-i;e>=0;e--)if(s[e]==a[0]&&s[e+1]==a[1]&&s[e+2]==a[2]&&s[e+3]==a[3])return{offset:r+e,buffer:s.slice(e,e+i).buffer}}}(n,101010256,n.size,22,1048560);if(!i)throw new Error($e);const r=kt(i);let a=xt(r,12),s=xt(r,16),o=yt(r,8),c=0;if(s==K||a==K||65535==o){const e=kt(await vt(n,i.offset-20,20));if(117853008!=xt(e,0))throw new Error(et);s=mt(e,8);let t=await vt(n,s,56),r=kt(t);const l=i.offset-20-56;if(xt(r,0)!=Y&&s!=l){const e=s;s=l,c=s-e,t=await vt(n,s,56),r=kt(t)}if(xt(r,0)!=Y)throw new Error(tt);o=mt(r,32),a=mt(r,40),s-=a}if(s<0||s>=n.size)throw new Error(Qe);let l=0,d=await vt(n,s,a),u=kt(d);if(a){const e=i.offset-a;if(xt(u,l)!=X&&s!=e){const t=s;s=e,c=s-t,d=await vt(n,s,a),u=kt(d)}}if(s<0||s>=n.size)throw new Error(Qe);const f=[];for(let i=0;i<o;i++){const r=new ut(n,t.config,t.options);if(xt(u,l)!=X)throw new Error(nt);ft(r,u,l+6);const a=Boolean(r.bitFlag.languageEncodingFlag),s=l+46,h=s+r.filenameLength,_=h+r.extraFieldLength,w=yt(u,l+4),p=0==(0&w);Object.assign(r,{versionMadeBy:w,msDosCompatible:p,compressedSize:0,uncompressedSize:0,commentLength:yt(u,l+32),directory:p&&16==(16>(u,l+38)),offset:xt(u,l+42)+c,internalFileAttribute:xt(u,l+34),externalFileAttribute:xt(u,l+38),rawFilename:d.subarray(s,h),filenameUTF8:a,commentUTF8:a,rawExtraField:d.subarray(h,_)});const b=_+r.commentLength;r.rawComment=d.subarray(_,b);const g=wt(t,e,"filenameEncoding"),y=wt(t,e,"commentEncoding"),[x,m]=await Promise.all([Xe(r.rawFilename,r.filenameUTF8?ct:g||lt),Xe(r.rawComment,r.commentUTF8?ct:y||lt)]);r.filename=x,r.comment=m,!r.directory&&r.filename.endsWith("/")&&(r.directory=!0),await ht(r,r,u,l+6);const k=new Je(r);if(k.getData=(e,t)=>r.getData(e,k,t),f.push(k),l=b,e.onprogress)try{e.onprogress(i+1,o,new Je(r))}catch(e){}}return f}async close(){}},e.configure=k,e.getMimeType=function(){return"application/octet-stream"},Object.defineProperty(e,"__esModule",{value:!0})})); | ||
((e,t)=>{"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).zip={})})(this,(function(e){"use strict";const t=-2,n=-3,i=-5,r=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],a=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],s=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],o=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],l=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],c=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],d=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];function u(){let e,t,r,a,s,u;function f(e,t,o,l,c,d,f,h,_,w,p){let b,g,y,x,m,k,v,A,R,U,E,S,T,z,D;U=0,m=o;do{r[e[t+U]]++,U++,m--}while(0!==m);if(r[0]==o)return f[0]=-1,h[0]=0,0;for(A=h[0],k=1;15>=k&&0===r[k];k++);for(v=k,k>A&&(A=k),m=15;0!==m&&0===r[m];m--);for(y=m,A>m&&(A=m),h[0]=A,z=1<<k;m>k;k++,z<<=1)if(0>(z-=r[k]))return n;if(0>(z-=r[m]))return n;for(r[m]+=z,u[1]=k=0,U=1,T=2;0!=--m;)u[T]=k+=r[U],T++,U++;m=0,U=0;do{0!==(k=e[t+U])&&(p[u[k]++]=m),U++}while(++m<o);for(o=u[y],u[0]=m=0,U=0,x=-1,S=-A,s[0]=0,E=0,D=0;y>=v;v++)for(b=r[v];0!=b--;){for(;v>S+A;){if(x++,S+=A,D=y-S,D=D>A?A:D,(g=1<<(k=v-S))>b+1&&(g-=b+1,T=v,D>k))for(;++k<D&&(g<<=1)>r[++T];)g-=r[T];if(D=1<<k,w[0]+D>1440)return n;s[x]=E=w[0],w[0]+=D,0!==x?(u[x]=m,a[0]=k,a[1]=A,k=m>>>S-A,a[2]=E-s[x-1]-k,_.set(a,3*(s[x-1]+k))):f[0]=E}for(a[1]=v-S,o>U?p[U]<l?(a[0]=256>p[U]?0:96,a[2]=p[U++]):(a[0]=d[p[U]-l]+16+64,a[2]=c[p[U++]-l]):a[0]=192,g=1<<v-S,k=m>>>S;D>k;k+=g)_.set(a,3*(E+k));for(k=1<<v-1;0!=(m&k);k>>>=1)m^=k;for(m^=k,R=(1<<S)-1;(m&R)!=u[x];)x--,S-=A,R=(1<<S)-1}return 0!==z&&1!=y?i:0}function h(n){let i;for(e||(e=[],t=[],r=new Int32Array(16),a=[],s=new Int32Array(15),u=new Int32Array(16)),t.length<n&&(t=[]),i=0;n>i;i++)t[i]=0;for(i=0;16>i;i++)r[i]=0;for(i=0;3>i;i++)a[i]=0;s.set(r.subarray(0,15),0),u.set(r.subarray(0,16),0)}this.inflate_trees_bits=(r,a,s,o,l)=>{let c;return h(19),e[0]=0,c=f(r,0,19,19,null,null,s,a,o,e,t),c==n?l.msg="oversubscribed dynamic bit lengths tree":c!=i&&0!==a[0]||(l.msg="incomplete dynamic bit lengths tree",c=n),c},this.inflate_trees_dynamic=(r,a,s,u,_,w,p,b,g)=>{let y;return h(288),e[0]=0,y=f(s,0,r,257,o,l,w,u,b,e,t),0!=y||0===u[0]?(y==n?g.msg="oversubscribed literal/length tree":-4!=y&&(g.msg="incomplete literal/length tree",y=n),y):(h(288),y=f(s,r,a,0,c,d,p,_,b,e,t),0!=y||0===_[0]&&r>257?(y==n?g.msg="oversubscribed distance tree":y==i?(g.msg="incomplete distance tree",y=n):-4!=y&&(g.msg="empty distance tree with lengths",y=n),y):0)}}function f(){const e=this;let i,a,s,o,l=0,c=0,d=0,u=0,f=0,h=0,_=0,w=0,p=0,b=0;function g(e,t,i,a,s,o,l,c){let d,u,f,h,_,w,p,b,g,y,x,m,k,v,A,R;p=c.next_in_index,b=c.avail_in,_=l.bitb,w=l.bitk,g=l.write,y=g<l.read?l.read-g-1:l.end-g,x=r[e],m=r[t];do{for(;20>w;)b--,_|=(255&c.read_byte(p++))<<w,w+=8;if(d=_&x,u=i,f=a,R=3*(f+d),0!==(h=u[R]))for(;;){if(_>>=u[R+1],w-=u[R+1],0!=(16&h)){for(h&=15,k=u[R+2]+(_&r[h]),_>>=h,w-=h;15>w;)b--,_|=(255&c.read_byte(p++))<<w,w+=8;for(d=_&m,u=s,f=o,R=3*(f+d),h=u[R];;){if(_>>=u[R+1],w-=u[R+1],0!=(16&h)){for(h&=15;h>w;)b--,_|=(255&c.read_byte(p++))<<w,w+=8;if(v=u[R+2]+(_&r[h]),_>>=h,w-=h,y-=k,v>g){A=g-v;do{A+=l.end}while(0>A);if(h=l.end-A,k>h){if(k-=h,g-A>0&&h>g-A)do{l.window[g++]=l.window[A++]}while(0!=--h);else l.window.set(l.window.subarray(A,A+h),g),g+=h,A+=h,h=0;A=0}}else A=g-v,g-A>0&&2>g-A?(l.window[g++]=l.window[A++],l.window[g++]=l.window[A++],k-=2):(l.window.set(l.window.subarray(A,A+2),g),g+=2,A+=2,k-=2);if(g-A>0&&k>g-A)do{l.window[g++]=l.window[A++]}while(0!=--k);else l.window.set(l.window.subarray(A,A+k),g),g+=k,A+=k,k=0;break}if(0!=(64&h))return c.msg="invalid distance code",k=c.avail_in-b,k=k>w>>3?w>>3:k,b+=k,p-=k,w-=k<<3,l.bitb=_,l.bitk=w,c.avail_in=b,c.total_in+=p-c.next_in_index,c.next_in_index=p,l.write=g,n;d+=u[R+2],d+=_&r[h],R=3*(f+d),h=u[R]}break}if(0!=(64&h))return 0!=(32&h)?(k=c.avail_in-b,k=k>w>>3?w>>3:k,b+=k,p-=k,w-=k<<3,l.bitb=_,l.bitk=w,c.avail_in=b,c.total_in+=p-c.next_in_index,c.next_in_index=p,l.write=g,1):(c.msg="invalid literal/length code",k=c.avail_in-b,k=k>w>>3?w>>3:k,b+=k,p-=k,w-=k<<3,l.bitb=_,l.bitk=w,c.avail_in=b,c.total_in+=p-c.next_in_index,c.next_in_index=p,l.write=g,n);if(d+=u[R+2],d+=_&r[h],R=3*(f+d),0===(h=u[R])){_>>=u[R+1],w-=u[R+1],l.window[g++]=u[R+2],y--;break}}else _>>=u[R+1],w-=u[R+1],l.window[g++]=u[R+2],y--}while(y>=258&&b>=10);return k=c.avail_in-b,k=k>w>>3?w>>3:k,b+=k,p-=k,w-=k<<3,l.bitb=_,l.bitk=w,c.avail_in=b,c.total_in+=p-c.next_in_index,c.next_in_index=p,l.write=g,0}e.init=(e,t,n,r,l,c)=>{i=0,_=e,w=t,s=n,p=r,o=l,b=c,a=null},e.proc=(e,y,x)=>{let m,k,v,A,R,U,E,S=0,T=0,z=0;for(z=y.next_in_index,A=y.avail_in,S=e.bitb,T=e.bitk,R=e.write,U=R<e.read?e.read-R-1:e.end-R;;)switch(i){case 0:if(U>=258&&A>=10&&(e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,x=g(_,w,s,p,o,b,e,y),z=y.next_in_index,A=y.avail_in,S=e.bitb,T=e.bitk,R=e.write,U=R<e.read?e.read-R-1:e.end-R,0!=x)){i=1==x?7:9;break}d=_,a=s,c=p,i=1;case 1:for(m=d;m>T;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}if(k=3*(c+(S&r[m])),S>>>=a[k+1],T-=a[k+1],v=a[k],0===v){u=a[k+2],i=6;break}if(0!=(16&v)){f=15&v,l=a[k+2],i=2;break}if(0==(64&v)){d=v,c=k/3+a[k+2];break}if(0!=(32&v)){i=7;break}return i=9,y.msg="invalid literal/length code",x=n,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);case 2:for(m=f;m>T;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}l+=S&r[m],S>>=m,T-=m,d=w,a=o,c=b,i=3;case 3:for(m=d;m>T;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}if(k=3*(c+(S&r[m])),S>>=a[k+1],T-=a[k+1],v=a[k],0!=(16&v)){f=15&v,h=a[k+2],i=4;break}if(0==(64&v)){d=v,c=k/3+a[k+2];break}return i=9,y.msg="invalid distance code",x=n,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);case 4:for(m=f;m>T;){if(0===A)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,A--,S|=(255&y.read_byte(z++))<<T,T+=8}h+=S&r[m],S>>=m,T-=m,i=5;case 5:for(E=R-h;0>E;)E+=e.end;for(;0!==l;){if(0===U&&(R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U&&(e.write=R,x=e.inflate_flush(y,x),R=e.write,U=R<e.read?e.read-R-1:e.end-R,R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U)))return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);e.window[R++]=e.window[E++],U--,E==e.end&&(E=0),l--}i=0;break;case 6:if(0===U&&(R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U&&(e.write=R,x=e.inflate_flush(y,x),R=e.write,U=R<e.read?e.read-R-1:e.end-R,R==e.end&&0!==e.read&&(R=0,U=R<e.read?e.read-R-1:e.end-R),0===U)))return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);x=0,e.window[R++]=u,U--,i=0;break;case 7:if(T>7&&(T-=8,A++,z--),e.write=R,x=e.inflate_flush(y,x),R=e.write,U=R<e.read?e.read-R-1:e.end-R,e.read!=e.write)return e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);i=8;case 8:return x=1,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);case 9:return x=n,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x);default:return x=t,e.bitb=S,e.bitk=T,y.avail_in=A,y.total_in+=z-y.next_in_index,y.next_in_index=z,e.write=R,e.inflate_flush(y,x)}},e.free=()=>{}}u.inflate_trees_fixed=(e,t,n,i)=>(e[0]=9,t[0]=5,n[0]=a,i[0]=s,0);const h=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function _(e,a){const s=this;let o,l=0,c=0,d=0,_=0;const w=[0],p=[0],b=new f;let g=0,y=new Int32Array(4320);const x=new u;s.bitk=0,s.bitb=0,s.window=new Uint8Array(a),s.end=a,s.read=0,s.write=0,s.reset=(e,t)=>{t&&(t[0]=0),6==l&&b.free(e),l=0,s.bitk=0,s.bitb=0,s.read=s.write=0},s.reset(e,null),s.inflate_flush=(e,t)=>{let n,r,a;return r=e.next_out_index,a=s.read,n=(a>s.write?s.end:s.write)-a,n>e.avail_out&&(n=e.avail_out),0!==n&&t==i&&(t=0),e.avail_out-=n,e.total_out+=n,e.next_out.set(s.window.subarray(a,a+n),r),r+=n,a+=n,a==s.end&&(a=0,s.write==s.end&&(s.write=0),n=s.write-a,n>e.avail_out&&(n=e.avail_out),0!==n&&t==i&&(t=0),e.avail_out-=n,e.total_out+=n,e.next_out.set(s.window.subarray(a,a+n),r),r+=n,a+=n),e.next_out_index=r,s.read=a,t},s.proc=(e,i)=>{let a,f,m,k,v,A,R,U;for(k=e.next_in_index,v=e.avail_in,f=s.bitb,m=s.bitk,A=s.write,R=A<s.read?s.read-A-1:s.end-A;;){let E,S,T,z,D,F,C,O;switch(l){case 0:for(;3>m;){if(0===v)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,f|=(255&e.read_byte(k++))<<m,m+=8}switch(a=7&f,g=1&a,a>>>1){case 0:f>>>=3,m-=3,a=7&m,f>>>=a,m-=a,l=1;break;case 1:E=[],S=[],T=[[]],z=[[]],u.inflate_trees_fixed(E,S,T,z),b.init(E[0],S[0],T[0],0,z[0],0),f>>>=3,m-=3,l=6;break;case 2:f>>>=3,m-=3,l=3;break;case 3:return f>>>=3,m-=3,l=9,e.msg="invalid block type",i=n,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i)}break;case 1:for(;32>m;){if(0===v)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,f|=(255&e.read_byte(k++))<<m,m+=8}if((~f>>>16&65535)!=(65535&f))return l=9,e.msg="invalid stored block lengths",i=n,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);c=65535&f,f=m=0,l=0!==c?2:0!==g?7:0;break;case 2:if(0===v)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);if(0===R&&(A==s.end&&0!==s.read&&(A=0,R=A<s.read?s.read-A-1:s.end-A),0===R&&(s.write=A,i=s.inflate_flush(e,i),A=s.write,R=A<s.read?s.read-A-1:s.end-A,A==s.end&&0!==s.read&&(A=0,R=A<s.read?s.read-A-1:s.end-A),0===R)))return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);if(i=0,a=c,a>v&&(a=v),a>R&&(a=R),s.window.set(e.read_buf(k,a),A),k+=a,v-=a,A+=a,R-=a,0!=(c-=a))break;l=0!==g?7:0;break;case 3:for(;14>m;){if(0===v)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,f|=(255&e.read_byte(k++))<<m,m+=8}if(d=a=16383&f,(31&a)>29||(a>>5&31)>29)return l=9,e.msg="too many length or distance symbols",i=n,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);if(a=258+(31&a)+(a>>5&31),!o||o.length<a)o=[];else for(U=0;a>U;U++)o[U]=0;f>>>=14,m-=14,_=0,l=4;case 4:for(;4+(d>>>10)>_;){for(;3>m;){if(0===v)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,f|=(255&e.read_byte(k++))<<m,m+=8}o[h[_++]]=7&f,f>>>=3,m-=3}for(;19>_;)o[h[_++]]=0;if(w[0]=7,a=x.inflate_trees_bits(o,w,p,y,e),0!=a)return(i=a)==n&&(o=null,l=9),s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);_=0,l=5;case 5:for(;a=d,258+(31&a)+(a>>5&31)>_;){let t,c;for(a=w[0];a>m;){if(0===v)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,f|=(255&e.read_byte(k++))<<m,m+=8}if(a=y[3*(p[0]+(f&r[a]))+1],c=y[3*(p[0]+(f&r[a]))+2],16>c)f>>>=a,m-=a,o[_++]=c;else{for(U=18==c?7:c-14,t=18==c?11:3;a+U>m;){if(0===v)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);i=0,v--,f|=(255&e.read_byte(k++))<<m,m+=8}if(f>>>=a,m-=a,t+=f&r[U],f>>>=U,m-=U,U=_,a=d,U+t>258+(31&a)+(a>>5&31)||16==c&&1>U)return o=null,l=9,e.msg="invalid bit length repeat",i=n,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);c=16==c?o[U-1]:0;do{o[U++]=c}while(0!=--t);_=U}}if(p[0]=-1,D=[],F=[],C=[],O=[],D[0]=9,F[0]=6,a=d,a=x.inflate_trees_dynamic(257+(31&a),1+(a>>5&31),o,D,F,C,O,y,e),0!=a)return a==n&&(o=null,l=9),i=a,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);b.init(D[0],F[0],y,C[0],y,O[0]),l=6;case 6:if(s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,1!=(i=b.proc(s,e,i)))return s.inflate_flush(e,i);if(i=0,b.free(e),k=e.next_in_index,v=e.avail_in,f=s.bitb,m=s.bitk,A=s.write,R=A<s.read?s.read-A-1:s.end-A,0===g){l=0;break}l=7;case 7:if(s.write=A,i=s.inflate_flush(e,i),A=s.write,R=A<s.read?s.read-A-1:s.end-A,s.read!=s.write)return s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);l=8;case 8:return i=1,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);case 9:return i=n,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i);default:return i=t,s.bitb=f,s.bitk=m,e.avail_in=v,e.total_in+=k-e.next_in_index,e.next_in_index=k,s.write=A,s.inflate_flush(e,i)}}},s.free=e=>{s.reset(e,null),s.window=null,y=null},s.set_dictionary=(e,t,n)=>{s.window.set(e.subarray(t,t+n),0),s.read=s.write=n},s.sync_point=()=>1==l?1:0}const w=13,p=[0,0,255,255];function b(){const e=this;function r(e){return e&&e.istate?(e.total_in=e.total_out=0,e.msg=null,e.istate.mode=7,e.istate.blocks.reset(e,null),0):t}e.mode=0,e.method=0,e.was=[0],e.need=0,e.marker=0,e.wbits=0,e.inflateEnd=t=>(e.blocks&&e.blocks.free(t),e.blocks=null,0),e.inflateInit=(n,i)=>(n.msg=null,e.blocks=null,8>i||i>15?(e.inflateEnd(n),t):(e.wbits=i,n.istate.blocks=new _(n,1<<i),r(n),0)),e.inflate=(e,r)=>{let a,s;if(!e||!e.istate||!e.next_in)return t;const o=e.istate;for(r=4==r?i:0,a=i;;)switch(o.mode){case 0:if(0===e.avail_in)return a;if(a=r,e.avail_in--,e.total_in++,8!=(15&(o.method=e.read_byte(e.next_in_index++)))){o.mode=w,e.msg="unknown compression method",o.marker=5;break}if(8+(o.method>>4)>o.wbits){o.mode=w,e.msg="invalid window size",o.marker=5;break}o.mode=1;case 1:if(0===e.avail_in)return a;if(a=r,e.avail_in--,e.total_in++,s=255&e.read_byte(e.next_in_index++),((o.method<<8)+s)%31!=0){o.mode=w,e.msg="incorrect header check",o.marker=5;break}if(0==(32&s)){o.mode=7;break}o.mode=2;case 2:if(0===e.avail_in)return a;a=r,e.avail_in--,e.total_in++,o.need=(255&e.read_byte(e.next_in_index++))<<24&4278190080,o.mode=3;case 3:if(0===e.avail_in)return a;a=r,e.avail_in--,e.total_in++,o.need+=(255&e.read_byte(e.next_in_index++))<<16&16711680,o.mode=4;case 4:if(0===e.avail_in)return a;a=r,e.avail_in--,e.total_in++,o.need+=(255&e.read_byte(e.next_in_index++))<<8&65280,o.mode=5;case 5:return 0===e.avail_in?a:(a=r,e.avail_in--,e.total_in++,o.need+=255&e.read_byte(e.next_in_index++),o.mode=6,2);case 6:return o.mode=w,e.msg="need dictionary",o.marker=0,t;case 7:if(a=o.blocks.proc(e,a),a==n){o.mode=w,o.marker=0;break}if(0==a&&(a=r),1!=a)return a;a=r,o.blocks.reset(e,o.was),o.mode=12;case 12:return 1;case w:return n;default:return t}},e.inflateSetDictionary=(e,n,i)=>{let r=0,a=i;if(!e||!e.istate||6!=e.istate.mode)return t;const s=e.istate;return a<1<<s.wbits||(a=(1<<s.wbits)-1,r=i-a),s.blocks.set_dictionary(n,r,a),s.mode=7,0},e.inflateSync=e=>{let a,s,o,l,c;if(!e||!e.istate)return t;const d=e.istate;if(d.mode!=w&&(d.mode=w,d.marker=0),0===(a=e.avail_in))return i;for(s=e.next_in_index,o=d.marker;0!==a&&4>o;)e.read_byte(s)==p[o]?o++:o=0!==e.read_byte(s)?0:4-o,s++,a--;return e.total_in+=s-e.next_in_index,e.next_in_index=s,e.avail_in=a,d.marker=o,4!=o?n:(l=e.total_in,c=e.total_out,r(e),e.total_in=l,e.total_out=c,d.mode=7,0)},e.inflateSyncPoint=e=>e&&e.istate&&e.istate.blocks?e.istate.blocks.sync_point():t}function g(){}g.prototype={inflateInit:function(e){const t=this;return t.istate=new b,e||(e=15),t.istate.inflateInit(t,e)},inflate:function(e){const n=this;return n.istate?n.istate.inflate(n,e):t},inflateEnd:function(){const e=this;if(!e.istate)return t;const n=e.istate.inflateEnd(e);return e.istate=null,n},inflateSync:function(){const e=this;return e.istate?e.istate.inflateSync(e):t},inflateSetDictionary:function(e,n){const i=this;return i.istate?i.istate.inflateSetDictionary(i,e,n):t},read_byte:function(e){return this.next_in[e]},read_buf:function(e,t){return this.next_in.subarray(e,e+t)}};const y={chunkSize:524288,maxWorkers:"undefined"!=typeof navigator&&navigator.hardwareConcurrency||2,terminateWorkerTimeout:5e3,useWebWorkers:!0,workerScripts:void 0},x=Object.assign({},y);function m(e){if(void 0!==e.baseURL&&(x.baseURL=e.baseURL),void 0!==e.chunkSize&&(x.chunkSize=e.chunkSize),void 0!==e.maxWorkers&&(x.maxWorkers=e.maxWorkers),void 0!==e.terminateWorkerTimeout&&(x.terminateWorkerTimeout=e.terminateWorkerTimeout),void 0!==e.useWebWorkers&&(x.useWebWorkers=e.useWebWorkers),void 0!==e.Deflate&&(x.Deflate=e.Deflate),void 0!==e.Inflate&&(x.Inflate=e.Inflate),void 0!==e.workerScripts){if(e.workerScripts.deflate){if(!Array.isArray(e.workerScripts.deflate))throw Error("workerScripts.deflate must be an array");x.workerScripts||(x.workerScripts={}),x.workerScripts.deflate=e.workerScripts.deflate}if(e.workerScripts.inflate){if(!Array.isArray(e.workerScripts.inflate))throw Error("workerScripts.inflate must be an array");x.workerScripts||(x.workerScripts={}),x.workerScripts.inflate=e.workerScripts.inflate}}}const k="Abort error";function v(e,t){if(e&&e.aborted)throw t.flush(),Error(k)}async function A(e,t){return t.length&&await e.writeUint8Array(t),t.length}const R="HTTP error ",U="HTTP Range not supported",E="text/plain",S="GET";class T{constructor(){this.size=0}init(){this.initialized=!0}}class z extends T{}class D extends T{writeUint8Array(e){this.size+=e.length}}class F extends z{constructor(e){super(),this.blob=e,this.size=e.size}async readUint8Array(e,t){if(this.blob.arrayBuffer)return new Uint8Array(await this.blob.slice(e,e+t).arrayBuffer());{const n=new FileReader;return new Promise(((i,r)=>{n.onload=e=>i(new Uint8Array(e.target.result)),n.onerror=()=>r(n.error),n.readAsArrayBuffer(this.blob.slice(e,e+t))}))}}}class C extends z{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=Object.assign({},t),delete this.options.preventHeadRequest,delete this.options.useRangeHeader,delete this.options.forceRangeRequests,delete this.options.useXHR}async init(){super.init(),await I(this,N,B)}async readUint8Array(e,t){return M(this,e,t,N,B)}}class O extends z{constructor(e,t){super(),this.url=e,this.preventHeadRequest=t.preventHeadRequest,this.useRangeHeader=t.useRangeHeader,this.forceRangeRequests=t.forceRangeRequests,this.options=t}async init(){super.init(),await I(this,V,H)}async readUint8Array(e,t){return M(this,e,t,V,H)}}async function I(e,t,n){if((e=>{if("undefined"!=typeof document){const t=document.createElement("a");return t.href=e,"http:"==t.protocol||"https:"==t.protocol}return/^https?:\/\//i.test(e)})(e.url)&&(e.useRangeHeader||e.forceRangeRequests)){const i=await t(S,e,W(e));if(!e.forceRangeRequests&&"bytes"!=i.headers.get("Accept-Ranges"))throw Error(U);{let r;const a=i.headers.get("Content-Range");if(a){const e=a.trim().split(/\s*\/\s*/);if(e.length){const t=e[1];t&&"*"!=t&&(r=+t)}}void 0===r?await j(e,t,n):e.size=r}}else await j(e,t,n)}async function M(e,t,n,i,r){if(e.useRangeHeader||e.forceRangeRequests){const r=await i(S,e,W(e,t,n));if(206!=r.status)throw Error(U);return new Uint8Array(await r.arrayBuffer())}return e.data||await r(e,e.options),new Uint8Array(e.data.subarray(t,t+n))}function W(e,t=0,n=1){return Object.assign({},L(e),{Range:"bytes="+t+"-"+(t+n-1)})}function L(e){let t=e.options.headers;if(t)return Symbol.iterator in t?Object.fromEntries(t):t}async function B(e){await P(e,N)}async function H(e){await P(e,V)}async function P(e,t){const n=await t(S,e,L(e));e.data=new Uint8Array(await n.arrayBuffer()),e.size||(e.size=e.data.length)}async function j(e,t,n){if(e.preventHeadRequest)await n(e,e.options);else{const i=(await t("HEAD",e,L(e))).headers.get("Content-Length");i?e.size=+i:await n(e,e.options)}}async function N(e,{options:t,url:n},i){const r=await fetch(n,Object.assign({},t,{method:e,headers:i}));if(400>r.status)return r;throw Error(R+(r.statusText||r.status))}function V(e,{url:t},n){return new Promise(((i,r)=>{const a=new XMLHttpRequest;if(a.addEventListener("load",(()=>{if(400>a.status){const e=[];a.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach((t=>{const n=t.trim().split(/\s*:\s*/);n[0]=n[0].trim().replace(/^[a-z]|-[a-z]/g,(e=>e.toUpperCase())),e.push(n)})),i({status:a.status,arrayBuffer:()=>a.response,headers:new Map(e)})}else r(Error(R+(a.statusText||a.status)))}),!1),a.addEventListener("error",(e=>r(e.detail.error)),!1),a.open(e,t),n)for(const e of Object.entries(n))a.setRequestHeader(e[0],e[1]);a.responseType="arraybuffer",a.send()}))}class q extends z{constructor(e,t={}){super(),this.url=e,t.useXHR?this.reader=new O(e,t):this.reader=new C(e,t)}set size(e){}get size(){return this.reader.size}async init(){super.init(),await this.reader.init()}async readUint8Array(e,t){return this.reader.readUint8Array(e,t)}}const Z=4294967295,G=33639248,K=101075792,X=[];for(let e=0;256>e;e++){let t=e;for(let e=0;8>e;e++)1&t?t=t>>>1^3988292384:t>>>=1;X[e]=t}class Y{constructor(e){this.crc=e||-1}append(e){let t=0|this.crc;for(let n=0,i=0|e.length;i>n;n++)t=t>>>8^X[255&(t^e[n])];this.crc=t}get(){return~this.crc}}const J={concat(e,t){if(0===e.length||0===t.length)return e.concat(t);const n=e[e.length-1],i=J.getPartial(n);return 32===i?e.concat(t):J._shiftRight(t,i,0|n,e.slice(0,e.length-1))},bitLength(e){const t=e.length;if(0===t)return 0;const n=e[t-1];return 32*(t-1)+J.getPartial(n)},clamp(e,t){if(32*e.length<t)return e;const n=(e=e.slice(0,Math.ceil(t/32))).length;return t&=31,n>0&&t&&(e[n-1]=J.partial(t,e[n-1]&2147483648>>t-1,1)),e},partial:(e,t,n)=>32===e?t:(n?0|t:t<<32-e)+1099511627776*e,getPartial:e=>Math.round(e/1099511627776)||32,_shiftRight(e,t,n,i){for(void 0===i&&(i=[]);t>=32;t-=32)i.push(n),n=0;if(0===t)return i.concat(e);for(let r=0;r<e.length;r++)i.push(n|e[r]>>>t),n=e[r]<<32-t;const r=e.length?e[e.length-1]:0,a=J.getPartial(r);return i.push(J.partial(t+a&31,t+a>32?n:i.pop(),1)),i}},Q={bytes:{fromBits(e){const t=J.bitLength(e)/8,n=new Uint8Array(t);let i;for(let r=0;t>r;r++)0==(3&r)&&(i=e[r/4]),n[r]=i>>>24,i<<=8;return n},toBits(e){const t=[];let n,i=0;for(n=0;n<e.length;n++)i=i<<8|e[n],3==(3&n)&&(t.push(i),i=0);return 3&n&&t.push(J.partial(8*(3&n),i)),t}}},$={sha1:function(e){e?(this._h=e._h.slice(0),this._buffer=e._buffer.slice(0),this._length=e._length):this.reset()}};$.sha1.prototype={blockSize:512,reset:function(){const e=this;return e._h=this._init.slice(0),e._buffer=[],e._length=0,e},update:function(e){const t=this;"string"==typeof e&&(e=Q.utf8String.toBits(e));const n=t._buffer=J.concat(t._buffer,e),i=t._length,r=t._length=i+J.bitLength(e);if(r>9007199254740991)throw Error("Cannot hash more than 2^53 - 1 bits");const a=new Uint32Array(n);let s=0;for(let e=t.blockSize+i-(t.blockSize+i&t.blockSize-1);r>=e;e+=t.blockSize)t._block(a.subarray(16*s,16*(s+1))),s+=1;return n.splice(0,16*s),t},finalize:function(){const e=this;let t=e._buffer;const n=e._h;t=J.concat(t,[J.partial(1,1)]);for(let e=t.length+2;15&e;e++)t.push(0);for(t.push(Math.floor(e._length/4294967296)),t.push(0|e._length);t.length;)e._block(t.splice(0,16));return e.reset(),n},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:(e,t,n,i)=>e>19?e>39?e>59?e>79?void 0:t^n^i:t&n|t&i|n&i:t^n^i:t&n|~t&i,_S:(e,t)=>t<<e|t>>>32-e,_block:function(e){const t=this,n=t._h,i=Array(80);for(let t=0;16>t;t++)i[t]=e[t];let r=n[0],a=n[1],s=n[2],o=n[3],l=n[4];for(let e=0;79>=e;e++){16>e||(i[e]=t._S(1,i[e-3]^i[e-8]^i[e-14]^i[e-16]));const n=t._S(5,r)+t._f(e,a,s,o)+l+i[e]+t._key[Math.floor(e/20)]|0;l=o,o=s,s=t._S(30,a),a=r,r=n}n[0]=n[0]+r|0,n[1]=n[1]+a|0,n[2]=n[2]+s|0,n[3]=n[3]+o|0,n[4]=n[4]+l|0}};const ee="Invalid pasword",te=16,ne={name:"PBKDF2"},ie=Object.assign({hash:{name:"HMAC"}},ne),re=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},ne),ae=["deriveBits"],se=[8,12,16],oe=[16,24,32],le=10,ce=[0,0,0,0],de=Q.bytes,ue=class{constructor(e){const t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();const n=t._tables[0][4],i=t._tables[1],r=e.length;let a,s,o,l=1;if(4!==r&&6!==r&&8!==r)throw Error("invalid aes key size");for(t._key=[s=e.slice(0),o=[]],a=r;4*r+28>a;a++){let e=s[a-1];(a%r==0||8===r&&a%r==4)&&(e=n[e>>>24]<<24^n[e>>16&255]<<16^n[e>>8&255]<<8^n[255&e],a%r==0&&(e=e<<8^e>>>24^l<<24,l=l<<1^283*(l>>7))),s[a]=s[a-r]^e}for(let e=0;a;e++,a--){const t=s[3&e?a:a-4];o[e]=4>=a||4>e?t:i[0][n[t>>>24]]^i[1][n[t>>16&255]]^i[2][n[t>>8&255]]^i[3][n[255&t]]}}encrypt(e){return this._crypt(e,0)}decrypt(e){return this._crypt(e,1)}_precompute(){const e=this._tables[0],t=this._tables[1],n=e[4],i=t[4],r=[],a=[];let s,o,l,c;for(let e=0;256>e;e++)a[(r[e]=e<<1^283*(e>>7))^e]=e;for(let d=s=0;!n[d];d^=o||1,s=a[s]||1){let a=s^s<<1^s<<2^s<<3^s<<4;a=a>>8^255&a^99,n[d]=a,i[a]=d,c=r[l=r[o=r[d]]];let u=16843009*c^65537*l^257*o^16843008*d,f=257*r[a]^16843008*a;for(let n=0;4>n;n++)e[n][d]=f=f<<24^f>>>8,t[n][a]=u=u<<24^u>>>8}for(let n=0;5>n;n++)e[n]=e[n].slice(0),t[n]=t[n].slice(0)}_crypt(e,t){if(4!==e.length)throw Error("invalid aes block size");const n=this._key[t],i=n.length/4-2,r=[0,0,0,0],a=this._tables[t],s=a[0],o=a[1],l=a[2],c=a[3],d=a[4];let u,f,h,_=e[0]^n[0],w=e[t?3:1]^n[1],p=e[2]^n[2],b=e[t?1:3]^n[3],g=4;for(let e=0;i>e;e++)u=s[_>>>24]^o[w>>16&255]^l[p>>8&255]^c[255&b]^n[g],f=s[w>>>24]^o[p>>16&255]^l[b>>8&255]^c[255&_]^n[g+1],h=s[p>>>24]^o[b>>16&255]^l[_>>8&255]^c[255&w]^n[g+2],b=s[b>>>24]^o[_>>16&255]^l[w>>8&255]^c[255&p]^n[g+3],g+=4,_=u,w=f,p=h;for(let e=0;4>e;e++)r[t?3&-e:e]=d[_>>>24]<<24^d[w>>16&255]<<16^d[p>>8&255]<<8^d[255&b]^n[g++],u=_,_=w,w=p,p=b,b=u;return r}},fe=class{constructor(e,t){this._prf=e,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(e){return this.calculate(this._prf,e,this._iv)}incWord(e){if(255==(e>>24&255)){let t=e>>16&255,n=e>>8&255,i=255&e;255===t?(t=0,255===n?(n=0,255===i?i=0:++i):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=i}else e+=1<<24;return e}incCounter(e){0===(e[0]=this.incWord(e[0]))&&(e[1]=this.incWord(e[1]))}calculate(e,t,n){let i;if(!(i=t.length))return[];const r=J.bitLength(t);for(let r=0;i>r;r+=4){this.incCounter(n);const i=e.encrypt(n);t[r]^=i[0],t[r+1]^=i[1],t[r+2]^=i[2],t[r+3]^=i[3]}return J.clamp(t,r)}},he=class{constructor(e){const t=this,n=t._hash=$.sha1,i=[[],[]],r=n.prototype.blockSize/32;t._baseHash=[new n,new n],e.length>r&&(e=n.hash(e));for(let t=0;r>t;t++)i[0][t]=909522486^e[t],i[1][t]=1549556828^e[t];t._baseHash[0].update(i[0]),t._baseHash[1].update(i[1]),t._resultHash=new n(t._baseHash[0])}reset(){const e=this;e._resultHash=new e._hash(e._baseHash[0]),e._updated=!1}update(e){this._updated=!0,this._resultHash.update(e)}digest(){const e=this,t=e._resultHash.finalize(),n=new e._hash(e._baseHash[1]).update(t).finalize();return e.reset(),n}};class _e{constructor(e,t,n){Object.assign(this,{password:e,signed:t,strength:n-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;if(t.password){const n=ye(e,0,se[t.strength]+2);await(async(e,t,n)=>{await be(e,n,ye(t,0,se[e.strength]));const i=ye(t,se[e.strength]),r=e.keys.passwordVerification;if(r[0]!=i[0]||r[1]!=i[1])throw Error(ee)})(t,n,t.password),t.password=null,t.aesCtrGladman=new fe(new ue(t.keys.key),Array.from(ce)),t.hmac=new he(t.keys.authentication),e=ye(e,se[t.strength]+2)}return pe(t,e,new Uint8Array(e.length-le-(e.length-le)%te),0,le,!0)}flush(){const e=this,t=e.pendingInput,n=ye(t,0,t.length-le),i=ye(t,t.length-le);let r=new Uint8Array(0);if(n.length){const t=de.toBits(n);e.hmac.update(t);const i=e.aesCtrGladman.update(t);r=de.fromBits(i)}let a=!0;if(e.signed){const t=ye(de.fromBits(e.hmac.digest()),0,le);for(let e=0;le>e;e++)t[e]!=i[e]&&(a=!1)}return{valid:a,data:r}}}class we{constructor(e,t){Object.assign(this,{password:e,strength:t-1,pendingInput:new Uint8Array(0)})}async append(e){const t=this;let n=new Uint8Array(0);t.password&&(n=await(async(e,t)=>{const n=crypto.getRandomValues(new Uint8Array(se[e.strength]));return await be(e,t,n),ge(n,e.keys.passwordVerification)})(t,t.password),t.password=null,t.aesCtrGladman=new fe(new ue(t.keys.key),Array.from(ce)),t.hmac=new he(t.keys.authentication));const i=new Uint8Array(n.length+e.length-e.length%te);return i.set(n,0),pe(t,e,i,n.length,0)}flush(){const e=this;let t=new Uint8Array(0);if(e.pendingInput.length){const n=e.aesCtrGladman.update(de.toBits(e.pendingInput));e.hmac.update(n),t=de.fromBits(n)}const n=ye(de.fromBits(e.hmac.digest()),0,le);return{data:ge(t,n),signature:n}}}function pe(e,t,n,i,r,a){const s=t.length-r;let o;for(e.pendingInput.length&&(t=ge(e.pendingInput,t),n=((e,t)=>{if(t&&t>e.length){const n=e;(e=new Uint8Array(t)).set(n,0)}return e})(n,s-s%te)),o=0;s-te>=o;o+=te){const r=de.toBits(ye(t,o,o+te));a&&e.hmac.update(r);const s=e.aesCtrGladman.update(r);a||e.hmac.update(s),n.set(de.fromBits(s),o+i)}return e.pendingInput=ye(t,o),n}async function be(e,t,n){const i=(e=>{if("undefined"==typeof TextEncoder){e=unescape(encodeURIComponent(e));const t=new Uint8Array(e.length);for(let n=0;n<t.length;n++)t[n]=e.charCodeAt(n);return t}return(new TextEncoder).encode(e)})(t),r=await crypto.subtle.importKey("raw",i,ie,!1,ae),a=await crypto.subtle.deriveBits(Object.assign({salt:n},re),r,8*(2*oe[e.strength]+2)),s=new Uint8Array(a);e.keys={key:de.toBits(ye(s,0,oe[e.strength])),authentication:de.toBits(ye(s,oe[e.strength],2*oe[e.strength])),passwordVerification:ye(s,2*oe[e.strength])}}function ge(e,t){let n=e;return e.length+t.length&&(n=new Uint8Array(e.length+t.length),n.set(e,0),n.set(t,e.length)),n}function ye(e,t,n){return e.subarray(t,n)}class xe{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),Ae(this,e)}append(e){const t=this;if(t.password){const n=ke(t,e.subarray(0,12));if(t.password=null,n[11]!=t.passwordVerification)throw Error(ee);e=e.subarray(12)}return ke(t,e)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class me{constructor(e,t){Object.assign(this,{password:e,passwordVerification:t}),Ae(this,e)}append(e){const t=this;let n,i;if(t.password){t.password=null;const r=crypto.getRandomValues(new Uint8Array(12));r[11]=t.passwordVerification,n=new Uint8Array(e.length+r.length),n.set(ve(t,r),0),i=12}else n=new Uint8Array(e.length),i=0;return n.set(ve(t,e),i),n}flush(){return{data:new Uint8Array(0)}}}function ke(e,t){const n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=Ue(e)^t[i],Re(e,n[i]);return n}function ve(e,t){const n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=Ue(e)^t[i],Re(e,t[i]);return n}function Ae(e,t){e.keys=[305419896,591751049,878082192],e.crcKey0=new Y(e.keys[0]),e.crcKey2=new Y(e.keys[2]);for(let n=0;n<t.length;n++)Re(e,t.charCodeAt(n))}function Re(e,t){e.crcKey0.append([t]),e.keys[0]=~e.crcKey0.get(),e.keys[1]=Se(e.keys[1]+Ee(e.keys[0])),e.keys[1]=Se(Math.imul(e.keys[1],134775813)+1),e.crcKey2.append([e.keys[1]>>>24]),e.keys[2]=~e.crcKey2.get()}function Ue(e){const t=2|e.keys[2];return Ee(Math.imul(t,1^t)>>>8)}function Ee(e){return 255&e}function Se(e){return 4294967295&e}const Te="inflate",ze="Invalid signature";class De{constructor(e,{signature:t,password:n,signed:i,compressed:r,zipCrypto:a,passwordVerification:s,encryptionStrength:o},{chunkSize:l}){const c=!!n;Object.assign(this,{signature:t,encrypted:c,signed:i,compressed:r,inflate:r&&new e({chunkSize:l}),crc32:i&&new Y,zipCrypto:a,decrypt:c&&a?new xe(n,s):new _e(n,i,o)})}async append(e){const t=this;return t.encrypted&&e.length&&(e=await t.decrypt.append(e)),t.compressed&&e.length&&(e=await t.inflate.append(e)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),e}async flush(){const e=this;let t,n=new Uint8Array(0);if(e.encrypted){const t=e.decrypt.flush();if(!t.valid)throw Error(ze);n=t.data}if((!e.encrypted||e.zipCrypto)&&e.signed){const n=new DataView(new Uint8Array(4).buffer);if(t=e.crc32.get(),n.setUint32(0,t),e.signature!=n.getUint32(0,!1))throw Error(ze)}return e.compressed&&(n=await e.inflate.append(n)||new Uint8Array(0),await e.inflate.flush()),{data:n,signature:t}}}class Fe{constructor(e,{encrypted:t,signed:n,compressed:i,level:r,zipCrypto:a,password:s,passwordVerification:o,encryptionStrength:l},{chunkSize:c}){Object.assign(this,{encrypted:t,signed:n,compressed:i,deflate:i&&new e({level:r||5,chunkSize:c}),crc32:n&&new Y,zipCrypto:a,encrypt:t&&a?new me(s,o):new we(s,l)})}async append(e){const t=this;let n=e;return t.compressed&&e.length&&(n=await t.deflate.append(e)),t.encrypted&&n.length&&(n=await t.encrypt.append(n)),(!t.encrypted||t.zipCrypto)&&t.signed&&e.length&&t.crc32.append(e),n}async flush(){const e=this;let t,n=new Uint8Array(0);if(e.compressed&&(n=await e.deflate.flush()||new Uint8Array(0)),e.encrypted){n=await e.encrypt.append(n);const i=e.encrypt.flush();t=i.signature;const r=new Uint8Array(n.length+i.data.length);r.set(n,0),r.set(i.data,n.length),n=r}return e.encrypted&&!e.zipCrypto||!e.signed||(t=e.crc32.get()),{data:n,signature:t}}}const Ce="init",Oe="append",Ie="flush";let Me=!0;var We=(e,t,n,i,r,a,s)=>(Object.assign(e,{busy:!0,codecConstructor:t,options:Object.assign({},n),scripts:s,terminate(){e.worker&&!e.busy&&(e.worker.terminate(),e.interface=null)},onTaskFinished(){e.busy=!1,r(e)}}),a?((e,t)=>{let n;const i={type:"module"};if(!e.interface){if(Me)try{e.worker=r({},t.baseURL)}catch(n){Me=!1,e.worker=r(i,t.baseURL)}else e.worker=r(i,t.baseURL);e.worker.addEventListener("message",(t=>{const i=t.data;if(n){const t=i.error,r=i.type;if(t){const i=Error(t.message);i.stack=t.stack,n.reject(i),n=null,e.onTaskFinished()}else if(r==Ce||r==Ie||r==Oe){const t=i.data;r==Ie?(n.resolve({data:new Uint8Array(t),signature:i.signature}),n=null,e.onTaskFinished()):n.resolve(t&&new Uint8Array(t))}}}),!1),e.interface={append:e=>a({type:Oe,data:e}),flush:()=>a({type:Ie})}}return e.interface;function r(t,n){let i;try{i=new URL(e.scripts[0],n)}catch(t){i=e.scripts[0]}return new Worker(i,t)}async function a(i){if(!n){const n=e.options,i=e.scripts.slice(1);await s({scripts:i,type:Ce,options:n,config:{chunkSize:t.chunkSize}})}return s(i)}function s(t){const i=e.worker,r=new Promise(((e,t)=>n={resolve:e,reject:t}));try{if(t.data)try{t.data=t.data.buffer,i.postMessage(t,[t.data])}catch(e){i.postMessage(t)}else i.postMessage(t)}catch(t){n.reject(t),n=null,e.onTaskFinished()}return r}})(e,i):((e,t)=>{const n=((e,t,n)=>t.codecType.startsWith("deflate")?new Fe(e,t,n):t.codecType.startsWith(Te)?new De(e,t,n):void 0)(e.codecConstructor,e.options,t);return{async append(t){try{return await n.append(t)}catch(t){throw e.onTaskFinished(),t}},async flush(){try{return await n.flush()}finally{e.onTaskFinished()}}}})(e,i));let Le=[],Be=[];function He(e){e.terminateTimeout&&(clearTimeout(e.terminateTimeout),e.terminateTimeout=null)}const Pe="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split("");async function je(e,t){if(t&&"cp437"==t.trim().toLowerCase())return(e=>{let t="";for(let n=0;n<e.length;n++)t+=Pe[e[n]];return t})(e);if("undefined"==typeof TextDecoder){const t=new FileReader;return new Promise(((n,i)=>{t.onload=e=>n(e.target.result),t.onerror=()=>i(t.error),t.readAsText(new Blob([e]))}))}return new TextDecoder(t).decode(e)}const Ne=["filename","rawFilename","directory","encrypted","compressedSize","uncompressedSize","lastModDate","rawLastModDate","comment","rawComment","signature","extraField","rawExtraField","bitFlag","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","filenameUTF8","commentUTF8","offset","zip64","compressionMethod","extraFieldNTFS","lastAccessDate","creationDate","extraFieldExtendedTimestamp","version","versionMadeBy","msDosCompatible","internalFileAttribute","externalFileAttribute"];class Ve{constructor(e){Ne.forEach((t=>this[t]=e[t]))}}const qe="File format is not recognized",Ze="End of central directory not found",Ge="End of Zip64 central directory not found",Ke="End of Zip64 central directory locator not found",Xe="Central directory header not found",Ye="Local file header not found",Je="Zip64 extra field not found",Qe="File contains encrypted entry",$e="Encryption method not supported",et="Compression method not supported",tt="utf-8",nt="cp437",it=["uncompressedSize","compressedSize","offset"];class rt{constructor(e,t,n){Object.assign(this,{reader:e,config:t,options:n})}async getData(e,t,n={}){const i=this,{reader:r,offset:a,extraFieldAES:s,compressionMethod:o,config:l,bitFlag:c,signature:d,rawLastModDate:u,compressedSize:f}=i,h=i.localDirectory={};r.initialized||await r.init();let _=await pt(r,a,30);const w=wt(_);let p=lt(i,n,"password");if(p=p&&p.length&&p,s&&99!=s.originalCompressionMethod)throw Error(et);if(0!=o&&8!=o)throw Error(et);if(67324752!=ht(w,0))throw Error(Ye);at(h,w,4),_=await pt(r,a,30+h.filenameLength+h.extraFieldLength),h.rawExtraField=_.subarray(30+h.filenameLength),await st(i,h,w,4),t.lastAccessDate=h.lastAccessDate,t.creationDate=h.creationDate;const b=i.encrypted&&h.encrypted,g=b&&!s;if(b){if(!g&&void 0===s.strength)throw Error($e);if(!p)throw Error(Qe)}const y=await((e,t,n)=>{const i=!(!t.compressed&&!t.signed&&!t.encrypted)&&(t.useWebWorkers||void 0===t.useWebWorkers&&n.useWebWorkers),r=i&&n.workerScripts?n.workerScripts[t.codecType]:[];if(Le.length<n.maxWorkers){const s={};return Le.push(s),We(s,e,t,n,a,i,r)}{const s=Le.find((e=>!e.busy));return s?(He(s),We(s,e,t,n,a,i,r)):new Promise((n=>Be.push({resolve:n,codecConstructor:e,options:t,webWorker:i,scripts:r})))}function a(e){if(Be.length){const[{resolve:t,codecConstructor:i,options:r,webWorker:s,scripts:o}]=Be.splice(0,1);t(We(e,i,r,n,a,s,o))}else e.worker?(He(e),Number.isFinite(n.terminateWorkerTimeout)&&n.terminateWorkerTimeout>=0&&(e.terminateTimeout=setTimeout((()=>{Le=Le.filter((t=>t!=e)),e.terminate()}),n.terminateWorkerTimeout))):Le=Le.filter((t=>t!=e))}})(l.Inflate,{codecType:Te,password:p,zipCrypto:g,encryptionStrength:s&&s.strength,signed:lt(i,n,"checkSignature"),passwordVerification:g&&(c.dataDescriptor?u>>>8&255:d>>>24&255),signature:d,compressed:0!=o,encrypted:b,useWebWorkers:lt(i,n,"useWebWorkers")},l);e.initialized||await e.init();const x=lt(i,n,"signal"),m=a+30+h.filenameLength+h.extraFieldLength;return await(async(e,t,n,i,r,a,s)=>{const o=Math.max(a.chunkSize,64);return async function a(l=0,c=0){const d=s.signal;if(r>l){v(d,e);const u=await t.readUint8Array(l+i,Math.min(o,r-l)),f=u.length;v(d,e);const h=await e.append(u);if(v(d,e),c+=await A(n,h),s.onprogress)try{s.onprogress(l+f,r)}catch(e){}return a(l+o,c)}{const t=await e.flush();return c+=await A(n,t.data),{signature:t.signature,length:c}}}()})(y,r,e,m,f,l,{onprogress:n.onprogress,signal:x}),e.getData()}}function at(e,t,n){const i=e.rawBitFlag=ft(t,n+2),r=1==(1&i),a=ht(t,n+6);Object.assign(e,{encrypted:r,version:ft(t,n),bitFlag:{level:(6&i)>>1,dataDescriptor:8==(8&i),languageEncodingFlag:2048==(2048&i)},rawLastModDate:a,lastModDate:ct(a),filenameLength:ft(t,n+22),extraFieldLength:ft(t,n+24)})}async function st(e,t,n,i){const r=t.rawExtraField,a=t.extraField=new Map,s=wt(new Uint8Array(r));let o=0;try{for(;o<r.length;){const e=ft(s,o),t=ft(s,o+2);a.set(e,{type:e,data:r.slice(o+4,o+4+t)}),o+=4+t}}catch(e){}const l=ft(n,i+4);t.signature=ht(n,i+10),t.uncompressedSize=ht(n,i+18),t.compressedSize=ht(n,i+14);const c=a.get(1);c&&(((e,t)=>{t.zip64=!0;const n=wt(e.data);e.values=[];for(let t=0;t<Math.floor(e.data.length/8);t++)e.values.push(_t(n,0+8*t));const i=it.filter((e=>t[e]==Z));for(let t=0;t<i.length;t++)e[i[t]]=e.values[t];it.forEach((n=>{if(t[n]==Z){if(void 0===e[n])throw Error(Je);t[n]=e[n]}}))})(c,t),t.extraFieldZip64=c);const d=a.get(28789);d&&(await ot(d,"filename","rawFilename",t,e),t.extraFieldUnicodePath=d);const u=a.get(25461);u&&(await ot(u,"comment","rawComment",t,e),t.extraFieldUnicodeComment=u);const f=a.get(39169);f?(((e,t,n)=>{const i=wt(e.data);e.vendorVersion=ut(i,0),e.vendorId=ut(i,2);const r=ut(i,4);e.strength=r,e.originalCompressionMethod=n,t.compressionMethod=e.compressionMethod=ft(i,5)})(f,t,l),t.extraFieldAES=f):t.compressionMethod=l;const h=a.get(10);h&&(((e,t)=>{const n=wt(e.data);let i,r=4;try{for(;r<e.data.length&&!i;){const t=ft(n,r),a=ft(n,r+2);1==t&&(i=e.data.slice(r+4,r+4+a)),r+=4+a}}catch(e){}try{if(i&&24==i.length){const n=wt(i),r=n.getBigUint64(0,!0),a=n.getBigUint64(8,!0),s=n.getBigUint64(16,!0);Object.assign(e,{rawLastModDate:r,rawLastAccessDate:a,rawCreationDate:s});const o={lastModDate:dt(r),lastAccessDate:dt(a),creationDate:dt(s)};Object.assign(e,o),Object.assign(t,o)}}catch(e){}})(h,t),t.extraFieldNTFS=h);const _=a.get(21589);_&&(((e,t)=>{const n=wt(e.data),i=ut(n,0),r=[],a=[];1==(1&i)&&(r.push("lastModDate"),a.push("rawLastModDate")),2==(2&i)&&(r.push("lastAccessDate"),a.push("rawLastAccessDate")),4==(4&i)&&(r.push("creationDate"),a.push("rawCreationDate"));let s=1;r.forEach(((i,r)=>{if(e.data.length>=s+4){const o=ht(n,s);t[i]=e[i]=new Date(1e3*o);const l=a[r];e[l]=o}s+=4}))})(_,t),t.extraFieldExtendedTimestamp=_)}async function ot(e,t,n,i,r){const a=wt(e.data);e.version=ut(a,0),e.signature=ht(a,1);const s=new Y;s.append(r[n]);const o=wt(new Uint8Array(4));o.setUint32(0,s.get(),!0),e[t]=await je(e.data.subarray(5)),e.valid=!r.bitFlag.languageEncodingFlag&&e.signature==ht(o,0),e.valid&&(i[t]=e[t],i[t+"UTF8"]=!0)}function lt(e,t,n){return void 0===t[n]?e.options[n]:t[n]}function ct(e){const t=(4294901760&e)>>16,n=65535&e;try{return new Date(1980+((65024&t)>>9),((480&t)>>5)-1,31&t,(63488&n)>>11,(2016&n)>>5,2*(31&n),0)}catch(e){}}function dt(e){return new Date(+(e/BigInt(1e4)-BigInt(116444736e5)))}function ut(e,t){return e.getUint8(t)}function ft(e,t){return e.getUint16(t,!0)}function ht(e,t){return e.getUint32(t,!0)}function _t(e,t){return+e.getBigUint64(t,!0)}function wt(e){return new DataView(e.buffer)}function pt(e,t,n){return e.readUint8Array(t,n)}m({Inflate:function(e){const t=new g,n=e&&e.chunkSize?Math.floor(2*e.chunkSize):131072,r=new Uint8Array(n);let a=!1;t.inflateInit(),t.next_out=r,this.append=(e,s)=>{const o=[];let l,c,d=0,u=0,f=0;if(0!==e.length){t.next_in_index=0,t.next_in=e,t.avail_in=e.length;do{if(t.next_out_index=0,t.avail_out=n,0!==t.avail_in||a||(t.next_in_index=0,a=!0),l=t.inflate(0),a&&l===i){if(0!==t.avail_in)throw Error("inflating: bad input")}else if(0!==l&&1!==l)throw Error("inflating: "+t.msg);if((a||1===l)&&t.avail_in===e.length)throw Error("inflating: bad input");t.next_out_index&&(t.next_out_index===n?o.push(new Uint8Array(r)):o.push(r.slice(0,t.next_out_index))),f+=t.next_out_index,s&&t.next_in_index>0&&t.next_in_index!=d&&(s(t.next_in_index),d=t.next_in_index)}while(t.avail_in>0||0===t.avail_out);return o.length>1?(c=new Uint8Array(f),o.forEach((e=>{c.set(e,u),u+=e.length}))):c=o[0]||new Uint8Array(0),c}},this.flush=()=>{t.inflateEnd()}}}),e.BlobReader=F,e.BlobWriter=class extends D{constructor(e){super(),this.contentType=e,this.arrayBuffers=[]}async writeUint8Array(e){super.writeUint8Array(e),this.arrayBuffers.push(e.buffer)}getData(){return this.blob||(this.blob=new Blob(this.arrayBuffers,{type:this.contentType})),this.blob}},e.Data64URIReader=class extends z{constructor(e){super(),this.dataURI=e;let t=e.length;for(;"="==e.charAt(t-1);)t--;this.dataStart=e.indexOf(",")+1,this.size=Math.floor(.75*(t-this.dataStart))}async readUint8Array(e,t){const n=new Uint8Array(t),i=4*Math.floor(e/3),r=atob(this.dataURI.substring(i+this.dataStart,4*Math.ceil((e+t)/3)+this.dataStart)),a=e-3*Math.floor(i/4);for(let e=a;a+t>e;e++)n[e-a]=r.charCodeAt(e);return n}},e.Data64URIWriter=class extends D{constructor(e){super(),this.data="data:"+(e||"")+";base64,",this.pending=[]}async writeUint8Array(e){super.writeUint8Array(e);let t=0,n=this.pending;const i=this.pending.length;for(this.pending="",t=0;t<3*Math.floor((i+e.length)/3)-i;t++)n+=String.fromCharCode(e[t]);for(;t<e.length;t++)this.pending+=String.fromCharCode(e[t]);n.length>2?this.data+=btoa(n):this.pending=n}getData(){return this.data+btoa(this.pending)}},e.ERR_ABORT=k,e.ERR_BAD_FORMAT=qe,e.ERR_CENTRAL_DIRECTORY_NOT_FOUND=Xe,e.ERR_ENCRYPTED=Qe,e.ERR_EOCDR_LOCATOR_ZIP64_NOT_FOUND=Ke,e.ERR_EOCDR_NOT_FOUND=Ze,e.ERR_EOCDR_ZIP64_NOT_FOUND=Ge,e.ERR_EXTRAFIELD_ZIP64_NOT_FOUND=Je,e.ERR_HTTP_RANGE=U,e.ERR_INVALID_PASSWORD=ee,e.ERR_INVALID_SIGNATURE=ze,e.ERR_LOCAL_FILE_HEADER_NOT_FOUND=Ye,e.ERR_UNSUPPORTED_COMPRESSION=et,e.ERR_UNSUPPORTED_ENCRYPTION=$e,e.HttpRangeReader=class extends q{constructor(e,t={}){t.useRangeHeader=!0,super(e,t)}},e.HttpReader=q,e.Reader=z,e.TextReader=class extends z{constructor(e){super(),this.blobReader=new F(new Blob([e],{type:E}))}async init(){super.init(),this.blobReader.init(),this.size=this.blobReader.size}async readUint8Array(e,t){return this.blobReader.readUint8Array(e,t)}},e.TextWriter=class extends D{constructor(e){super(),this.encoding=e,this.blob=new Blob([],{type:E})}async writeUint8Array(e){super.writeUint8Array(e),this.blob=new Blob([this.blob,e.buffer],{type:E})}getData(){if(this.blob.text)return this.blob.text();{const e=new FileReader;return new Promise(((t,n)=>{e.onload=e=>t(e.target.result),e.onerror=()=>n(e.error),e.readAsText(this.blob,this.encoding)}))}}},e.Uint8ArrayReader=class extends z{constructor(e){super(),this.array=e,this.size=e.length}async readUint8Array(e,t){return this.array.slice(e,e+t)}},e.Uint8ArrayWriter=class extends D{constructor(){super(),this.array=new Uint8Array(0)}async writeUint8Array(e){super.writeUint8Array(e);const t=this.array;this.array=new Uint8Array(t.length+e.length),this.array.set(t),this.array.set(e,t.length)}getData(){return this.array}},e.Writer=D,e.ZipReader=class{constructor(e,t={}){Object.assign(this,{reader:e,options:t,config:x})}async getEntries(e={}){const t=this,n=t.reader;if(n.initialized||await n.init(),22>n.size)throw Error(qe);const i=await(async(e,t,n)=>{const i=new Uint8Array(4);return wt(i).setUint32(0,101010256,!0),await r(22)||await r(Math.min(1048582,n));async function r(t){const r=n-t,a=await pt(e,r,t);for(let e=a.length-22;e>=0;e--)if(a[e]==i[0]&&a[e+1]==i[1]&&a[e+2]==i[2]&&a[e+3]==i[3])return{offset:r+e,buffer:a.slice(e,e+22).buffer}}})(n,0,n.size);if(!i)throw Error(Ze);const r=wt(i);let a=ht(r,12),s=ht(r,16),o=ft(r,8),l=0;if(s==Z||a==Z||65535==o){const e=wt(await pt(n,i.offset-20,20));if(117853008!=ht(e,0))throw Error(Ge);s=_t(e,8);let t=await pt(n,s,56),r=wt(t);const c=i.offset-20-56;if(ht(r,0)!=K&&s!=c){const e=s;s=c,l=s-e,t=await pt(n,s,56),r=wt(t)}if(ht(r,0)!=K)throw Error(Ke);o=_t(r,32),a=_t(r,40),s-=a}if(0>s||s>=n.size)throw Error(qe);let c=0,d=await pt(n,s,a),u=wt(d);if(a){const e=i.offset-a;if(ht(u,c)!=G&&s!=e){const t=s;s=e,l=s-t,d=await pt(n,s,a),u=wt(d)}}if(0>s||s>=n.size)throw Error(qe);const f=[];for(let i=0;o>i;i++){const r=new rt(n,t.config,t.options);if(ht(u,c)!=G)throw Error(Xe);at(r,u,c+6);const a=!!r.bitFlag.languageEncodingFlag,s=c+46,h=s+r.filenameLength,_=h+r.extraFieldLength,w=ft(u,c+4),p=0==(0&w);Object.assign(r,{versionMadeBy:w,msDosCompatible:p,compressedSize:0,uncompressedSize:0,commentLength:ft(u,c+32),directory:p&&16==(16&ut(u,c+38)),offset:ht(u,c+42)+l,internalFileAttribute:ht(u,c+34),externalFileAttribute:ht(u,c+38),rawFilename:d.subarray(s,h),filenameUTF8:a,commentUTF8:a,rawExtraField:d.subarray(h,_)});const b=_+r.commentLength;r.rawComment=d.subarray(_,b);const g=lt(t,e,"filenameEncoding"),y=lt(t,e,"commentEncoding"),[x,m]=await Promise.all([je(r.rawFilename,r.filenameUTF8?tt:g||nt),je(r.rawComment,r.commentUTF8?tt:y||nt)]);r.filename=x,r.comment=m,!r.directory&&r.filename.endsWith("/")&&(r.directory=!0),await st(r,r,u,c+6);const k=new Ve(r);if(k.getData=(e,t)=>r.getData(e,k,t),f.push(k),c=b,e.onprogress)try{e.onprogress(i+1,o,new Ve(r))}catch(e){}}return f}async close(){}},e.configure=m,e.getMimeType=()=>"application/octet-stream",Object.defineProperty(e,"__esModule",{value:!0})})); |
@@ -33,8 +33,7 @@ /* | ||
export default (configure) => { | ||
export default configure => { | ||
if (typeof URL.createObjectURL == "function") { | ||
const code = atob(__workerCode__); | ||
const uri = URL.createObjectURL(new Blob([code], { type: "text/javascript" })); | ||
const uri = URL.createObjectURL(new Blob([atob(__workerCode__)], { type: "text/javascript" })); | ||
configure({ workerScripts: { inflate: [uri], deflate: [uri] } }); | ||
} | ||
}; |
@@ -1,1 +0,1 @@ | ||
export default t=>{if("function"==typeof URL.createObjectURL){const e='\n\t\t\t\n\nconst t=[];for(let e=0;e<256;e++){let n=e;for(let t=0;t<8;t++)1&n?n=n>>>1^3988292384:n>>>=1;t[e]=n;}class e{constructor(t){this.crc=t||-1;}append(e){let n=0|this.crc;for(let i=0,a=0|e.length;i<a;i++)n=n>>>8^t[255&(n^e[i])];this.crc=n;}get(){return ~this.crc}}const n={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const i=t[t.length-1],a=n.getPartial(i);return 32===a?t.concat(e):n._shiftRight(e,a,0|i,t.slice(0,t.length-1))},bitLength(t){const e=t.length;if(0===e)return 0;const i=t[e-1];return 32*(e-1)+n.getPartial(i)},clamp(t,e){if(32*t.length<e)return t;const i=(t=t.slice(0,Math.ceil(e/32))).length;return e&=31,i>0&&e&&(t[i-1]=n.partial(e,t[i-1]&2147483648>>e-1,1)),t},partial:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,getPartial:t=>Math.round(t/1099511627776)||32,_shiftRight(t,e,i,a){for(void 0===a&&(a=[]);e>=32;e-=32)a.push(i),i=0;if(0===e)return a.concat(t);for(let n=0;n<t.length;n++)a.push(i|t[n]>>>e),i=t[n]<<32-e;const r=t.length?t[t.length-1]:0,s=n.getPartial(r);return a.push(n.partial(e+s&31,e+s>32?i:a.pop(),1)),a}},i={bytes:{fromBits(t){const e=n.bitLength(t)/8,i=new Uint8Array(e);let a;for(let n=0;n<e;n++)0==(3&n)&&(a=t[n/4]),i[n]=a>>>24,a<<=8;return i},toBits(t){const e=[];let i,a=0;for(i=0;i<t.length;i++)a=a<<8|t[i],3==(3&i)&&(e.push(a),a=0);return 3&i&&e.push(n.partial(8*(3&i),a)),e}}},a={sha1:function(t){t?(this._h=t._h.slice(0),this._buffer=t._buffer.slice(0),this._length=t._length):this.reset();}};a.sha1.prototype={blockSize:512,reset:function(){const t=this;return t._h=this._init.slice(0),t._buffer=[],t._length=0,t},update:function(t){const e=this;"string"==typeof t&&(t=i.utf8String.toBits(t));const a=e._buffer=n.concat(e._buffer,t),r=e._length,s=e._length=r+n.bitLength(t);if(s>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const l=new Uint32Array(a);let o=0;for(let t=e.blockSize+r-(e.blockSize+r&e.blockSize-1);t<=s;t+=e.blockSize)e._block(l.subarray(16*o,16*(o+1))),o+=1;return a.splice(0,16*o),e},finalize:function(){const t=this;let e=t._buffer;const i=t._h;e=n.concat(e,[n.partial(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(Math.floor(t._length/4294967296)),e.push(0|t._length);e.length;)t._block(e.splice(0,16));return t.reset(),i},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:function(t,e,n,i){return t<=19?e&n|~e&i:t<=39?e^n^i:t<=59?e&n|e&i|n&i:t<=79?e^n^i:void 0},_S:function(t,e){return e<<t|e>>>32-t},_block:function(t){const e=this,n=e._h,i=Array(80);for(let e=0;e<16;e++)i[e]=t[e];let a=n[0],r=n[1],s=n[2],l=n[3],o=n[4];for(let t=0;t<=79;t++){t>=16&&(i[t]=e._S(1,i[t-3]^i[t-8]^i[t-14]^i[t-16]));const n=e._S(5,a)+e._f(t,r,s,l)+o+i[t]+e._key[Math.floor(t/20)]|0;o=l,l=s,s=e._S(30,r),r=a,a=n;}n[0]=n[0]+a|0,n[1]=n[1]+r|0,n[2]=n[2]+s|0,n[3]=n[3]+l|0,n[4]=n[4]+o|0;}};const r={aes:class{constructor(t){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const n=e._tables[0][4],i=e._tables[1],a=t.length;let r,s,l,o=1;if(4!==a&&6!==a&&8!==a)throw new Error("invalid aes key size");for(e._key=[s=t.slice(0),l=[]],r=a;r<4*a+28;r++){let t=s[r-1];(r%a==0||8===a&&r%a==4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],r%a==0&&(t=t<<8^t>>>24^o<<24,o=o<<1^283*(o>>7))),s[r]=s[r-a]^t;}for(let t=0;r;t++,r--){const e=s[3&t?r:r-4];l[t]=r<=4||t<4?e:i[0][n[e>>>24]]^i[1][n[e>>16&255]]^i[2][n[e>>8&255]]^i[3][n[255&e]];}}encrypt(t){return this._crypt(t,0)}decrypt(t){return this._crypt(t,1)}_precompute(){const t=this._tables[0],e=this._tables[1],n=t[4],i=e[4],a=[],r=[];let s,l,o,_;for(let t=0;t<256;t++)r[(a[t]=t<<1^283*(t>>7))^t]=t;for(let d=s=0;!n[d];d^=l||1,s=r[s]||1){let r=s^s<<1^s<<2^s<<3^s<<4;r=r>>8^255&r^99,n[d]=r,i[r]=d,_=a[o=a[l=a[d]]];let c=16843009*_^65537*o^257*l^16843008*d,f=257*a[r]^16843008*r;for(let n=0;n<4;n++)t[n][d]=f=f<<24^f>>>8,e[n][r]=c=c<<24^c>>>8;}for(let n=0;n<5;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0);}_crypt(t,e){if(4!==t.length)throw new Error("invalid aes block size");const n=this._key[e],i=n.length/4-2,a=[0,0,0,0],r=this._tables[e],s=r[0],l=r[1],o=r[2],_=r[3],d=r[4];let c,f,u,h=t[0]^n[0],b=t[e?3:1]^n[1],w=t[2]^n[2],p=t[e?1:3]^n[3],x=4;for(let t=0;t<i;t++)c=s[h>>>24]^l[b>>16&255]^o[w>>8&255]^_[255&p]^n[x],f=s[b>>>24]^l[w>>16&255]^o[p>>8&255]^_[255&h]^n[x+1],u=s[w>>>24]^l[p>>16&255]^o[h>>8&255]^_[255&b]^n[x+2],p=s[p>>>24]^l[h>>16&255]^o[b>>8&255]^_[255&w]^n[x+3],x+=4,h=c,b=f,w=u;for(let t=0;t<4;t++)a[e?3&-t:t]=d[h>>>24]<<24^d[b>>16&255]<<16^d[w>>8&255]<<8^d[255&p]^n[x++],c=h,h=b,b=w,w=p,p=c;return a}}},s={ctrGladman:class{constructor(t,e){this._prf=t,this._initIv=e,this._iv=e;}reset(){this._iv=this._initIv;}update(t){return this.calculate(this._prf,t,this._iv)}incWord(t){if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,i=255&t;255===e?(e=0,255===n?(n=0,255===i?i=0:++i):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=i;}else t+=1<<24;return t}incCounter(t){0===(t[0]=this.incWord(t[0]))&&(t[1]=this.incWord(t[1]));}calculate(t,e,i){let a;if(!(a=e.length))return [];const r=n.bitLength(e);for(let n=0;n<a;n+=4){this.incCounter(i);const a=t.encrypt(i);e[n]^=a[0],e[n+1]^=a[1],e[n+2]^=a[2],e[n+3]^=a[3];}return n.clamp(e,r)}}},l={hmacSha1:class{constructor(t){const e=this,n=e._hash=a.sha1,i=[[],[]],r=n.prototype.blockSize/32;e._baseHash=[new n,new n],t.length>r&&(t=n.hash(t));for(let e=0;e<r;e++)i[0][e]=909522486^t[e],i[1][e]=1549556828^t[e];e._baseHash[0].update(i[0]),e._baseHash[1].update(i[1]),e._resultHash=new n(e._baseHash[0]);}reset(){const t=this;t._resultHash=new t._hash(t._baseHash[0]),t._updated=!1;}update(t){this._updated=!0,this._resultHash.update(t);}digest(){const t=this,e=t._resultHash.finalize(),n=new t._hash(t._baseHash[1]).update(e).finalize();return t.reset(),n}}},o={name:"PBKDF2"},_=Object.assign({hash:{name:"HMAC"}},o),d=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},o),c=["deriveBits"],f=[8,12,16],u=[16,24,32],h=[0,0,0,0],b=i.bytes,w=r.aes,p=s.ctrGladman,x=l.hmacSha1;class g{constructor(t,e,n){Object.assign(this,{password:t,signed:e,strength:n-1,pendingInput:new Uint8Array(0)});}async append(t){const e=this;if(e.password){const n=A(t,0,f[e.strength]+2);await async function(t,e,n){await k(t,n,A(e,0,f[t.strength]));const i=A(e,f[t.strength]),a=t.keys.passwordVerification;if(a[0]!=i[0]||a[1]!=i[1])throw new Error("Invalid pasword")}(e,n,e.password),e.password=null,e.aesCtrGladman=new p(new w(e.keys.key),Array.from(h)),e.hmac=new x(e.keys.authentication),t=A(t,f[e.strength]+2);}return m(e,t,new Uint8Array(t.length-10-(t.length-10)%16),0,10,!0)}flush(){const t=this,e=t.pendingInput,n=A(e,0,e.length-10),i=A(e,e.length-10);let a=new Uint8Array(0);if(n.length){const e=b.toBits(n);t.hmac.update(e);const i=t.aesCtrGladman.update(e);a=b.fromBits(i);}let r=!0;if(t.signed){const e=A(b.fromBits(t.hmac.digest()),0,10);for(let t=0;t<10;t++)e[t]!=i[t]&&(r=!1);}return {valid:r,data:a}}}class y{constructor(t,e){Object.assign(this,{password:t,strength:e-1,pendingInput:new Uint8Array(0)});}async append(t){const e=this;let n=new Uint8Array(0);e.password&&(n=await async function(t,e){const n=crypto.getRandomValues(new Uint8Array(f[t.strength]));return await k(t,e,n),v(n,t.keys.passwordVerification)}(e,e.password),e.password=null,e.aesCtrGladman=new p(new w(e.keys.key),Array.from(h)),e.hmac=new x(e.keys.authentication));const i=new Uint8Array(n.length+t.length-t.length%16);return i.set(n,0),m(e,t,i,n.length,0)}flush(){const t=this;let e=new Uint8Array(0);if(t.pendingInput.length){const n=t.aesCtrGladman.update(b.toBits(t.pendingInput));t.hmac.update(n),e=b.fromBits(n);}const n=A(b.fromBits(t.hmac.digest()),0,10);return {data:v(e,n),signature:n}}}function m(t,e,n,i,a,r){const s=e.length-a;let l;for(t.pendingInput.length&&(e=v(t.pendingInput,e),n=function(t,e){if(e&&e>t.length){const n=t;(t=new Uint8Array(e)).set(n,0);}return t}(n,s-s%16)),l=0;l<=s-16;l+=16){const a=b.toBits(A(e,l,l+16));r&&t.hmac.update(a);const s=t.aesCtrGladman.update(a);r||t.hmac.update(s),n.set(b.fromBits(s),l+i);}return t.pendingInput=A(e,l),n}async function k(t,e,n){const i=function(t){if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const e=new Uint8Array(t.length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return (new TextEncoder).encode(t)}(e),a=await crypto.subtle.importKey("raw",i,_,!1,c),r=await crypto.subtle.deriveBits(Object.assign({salt:n},d),a,8*(2*u[t.strength]+2)),s=new Uint8Array(r);t.keys={key:b.toBits(A(s,0,u[t.strength])),authentication:b.toBits(A(s,u[t.strength],2*u[t.strength])),passwordVerification:A(s,2*u[t.strength])};}function v(t,e){let n=t;return t.length+e.length&&(n=new Uint8Array(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function A(t,e,n){return t.subarray(e,n)}class U{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),E(this,t);}append(t){const e=this;if(e.password){const n=z(e,t.subarray(0,12));if(e.password=null,n[11]!=e.passwordVerification)throw new Error("Invalid pasword");t=t.subarray(12);}return z(e,t)}flush(){return {valid:!0,data:new Uint8Array(0)}}}class S{constructor(t,e){Object.assign(this,{password:t,passwordVerification:e}),E(this,t);}append(t){const e=this;let n,i;if(e.password){e.password=null;const a=crypto.getRandomValues(new Uint8Array(12));a[11]=e.passwordVerification,n=new Uint8Array(t.length+a.length),n.set(I(e,a),0),i=12;}else n=new Uint8Array(t.length),i=0;return n.set(I(e,t),i),n}flush(){return {data:new Uint8Array(0)}}}function z(t,e){const n=new Uint8Array(e.length);for(let i=0;i<e.length;i++)n[i]=M(t)^e[i],C(t,n[i]);return n}function I(t,e){const n=new Uint8Array(e.length);for(let i=0;i<e.length;i++)n[i]=M(t)^e[i],C(t,e[i]);return n}function E(t,n){t.keys=[305419896,591751049,878082192],t.crcKey0=new e(t.keys[0]),t.crcKey2=new e(t.keys[2]);for(let e=0;e<n.length;e++)C(t,n.charCodeAt(e));}function C(t,e){t.crcKey0.append([e]),t.keys[0]=~t.crcKey0.get(),t.keys[1]=H(t.keys[1]+B(t.keys[0])),t.keys[1]=H(Math.imul(t.keys[1],134775813)+1),t.crcKey2.append([t.keys[1]>>>24]),t.keys[2]=~t.crcKey2.get();}function M(t){const e=2|t.keys[2];return B(Math.imul(e,1^e)>>>8)}function B(t){return 255&t}function H(t){return 4294967295&t}class V{constructor(t,{signature:n,password:i,signed:a,compressed:r,zipCrypto:s,passwordVerification:l,encryptionStrength:o},{chunkSize:_}){const d=Boolean(i);Object.assign(this,{signature:n,encrypted:d,signed:a,compressed:r,inflate:r&&new t({chunkSize:_}),crc32:a&&new e,zipCrypto:s,decrypt:d&&s?new U(i,l):new g(i,a,o)});}async append(t){const e=this;return e.encrypted&&t.length&&(t=await e.decrypt.append(t)),e.compressed&&t.length&&(t=await e.inflate.append(t)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),t}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.encrypted){const e=t.decrypt.flush();if(!e.valid)throw new Error("Invalid signature");n=e.data;}if((!t.encrypted||t.zipCrypto)&&t.signed){const n=new DataView(new Uint8Array(4).buffer);if(e=t.crc32.get(),n.setUint32(0,e),t.signature!=n.getUint32(0,!1))throw new Error("Invalid signature")}return t.compressed&&(n=await t.inflate.append(n)||new Uint8Array(0),await t.inflate.flush()),{data:n,signature:e}}}class D{constructor(t,{encrypted:n,signed:i,compressed:a,level:r,zipCrypto:s,password:l,passwordVerification:o,encryptionStrength:_},{chunkSize:d}){Object.assign(this,{encrypted:n,signed:i,compressed:a,deflate:a&&new t({level:r||5,chunkSize:d}),crc32:i&&new e,zipCrypto:s,encrypt:n&&s?new S(l,o):new y(l,_)});}async append(t){const e=this;let n=t;return e.compressed&&t.length&&(n=await e.deflate.append(t)),e.encrypted&&n.length&&(n=await e.encrypt.append(n)),(!e.encrypted||e.zipCrypto)&&e.signed&&t.length&&e.crc32.append(t),n}async flush(){const t=this;let e,n=new Uint8Array(0);if(t.compressed&&(n=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){n=await t.encrypt.append(n);const i=t.encrypt.flush();e=i.signature;const a=new Uint8Array(n.length+i.data.length);a.set(n,0),a.set(i.data,n.length),n=a;}return t.encrypted&&!t.zipCrypto||!t.signed||(e=t.crc32.get()),{data:n,signature:e}}}const j={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const e=t.options;let n;self.initCodec&&self.initCodec(),e.codecType.startsWith("deflate")?n=self.Deflate:e.codecType.startsWith("inflate")&&(n=self.Inflate),O=function(t,e,n){return e.codecType.startsWith("deflate")?new D(t,e,n):e.codecType.startsWith("inflate")?new V(t,e,n):void 0}(n,e,t.config);},append:async t=>({data:await O.append(t.data)}),flush:()=>O.flush()};let O;addEventListener("message",(async t=>{const e=t.data,n=e.type,i=j[n];if(i)try{e.data&&(e.data=new Uint8Array(e.data));const t=await i(e)||{};if(t.type=n,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data]);}catch(e){postMessage(t);}else postMessage(t);}catch(t){postMessage({type:n,error:{message:t.message,stack:t.stack}});}}));function P(t){return K(t.map((([t,e])=>new Array(t).fill(e,0,t))))}function K(t){return t.reduce(((t,e)=>t.concat(Array.isArray(e)?K(e):e)),[])}const G=[0,1,2,3].concat(...P([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function W(){const t=this;function e(t,e){let n=0;do{n|=1&t,t>>>=1,n<<=1;}while(--e>0);return n>>>1}t.build_tree=function(n){const i=t.dyn_tree,a=t.stat_desc.static_tree,r=t.stat_desc.elems;let s,l,o,_=-1;for(n.heap_len=0,n.heap_max=573,s=0;s<r;s++)0!==i[2*s]?(n.heap[++n.heap_len]=_=s,n.depth[s]=0):i[2*s+1]=0;for(;n.heap_len<2;)o=n.heap[++n.heap_len]=_<2?++_:0,i[2*o]=1,n.depth[o]=0,n.opt_len--,a&&(n.static_len-=a[2*o+1]);for(t.max_code=_,s=Math.floor(n.heap_len/2);s>=1;s--)n.pqdownheap(i,s);o=r;do{s=n.heap[1],n.heap[1]=n.heap[n.heap_len--],n.pqdownheap(i,1),l=n.heap[1],n.heap[--n.heap_max]=s,n.heap[--n.heap_max]=l,i[2*o]=i[2*s]+i[2*l],n.depth[o]=Math.max(n.depth[s],n.depth[l])+1,i[2*s+1]=i[2*l+1]=o,n.heap[1]=o++,n.pqdownheap(i,1);}while(n.heap_len>=2);n.heap[--n.heap_max]=n.heap[1],function(e){const n=t.dyn_tree,i=t.stat_desc.static_tree,a=t.stat_desc.extra_bits,r=t.stat_desc.extra_base,s=t.stat_desc.max_length;let l,o,_,d,c,f,u=0;for(d=0;d<=15;d++)e.bl_count[d]=0;for(n[2*e.heap[e.heap_max]+1]=0,l=e.heap_max+1;l<573;l++)o=e.heap[l],d=n[2*n[2*o+1]+1]+1,d>s&&(d=s,u++),n[2*o+1]=d,o>t.max_code||(e.bl_count[d]++,c=0,o>=r&&(c=a[o-r]),f=n[2*o],e.opt_len+=f*(d+c),i&&(e.static_len+=f*(i[2*o+1]+c)));if(0!==u){do{for(d=s-1;0===e.bl_count[d];)d--;e.bl_count[d]--,e.bl_count[d+1]+=2,e.bl_count[s]--,u-=2;}while(u>0);for(d=s;0!==d;d--)for(o=e.bl_count[d];0!==o;)_=e.heap[--l],_>t.max_code||(n[2*_+1]!=d&&(e.opt_len+=(d-n[2*_+1])*n[2*_],n[2*_+1]=d),o--);}}(n),function(t,n,i){const a=[];let r,s,l,o=0;for(r=1;r<=15;r++)a[r]=o=o+i[r-1]<<1;for(s=0;s<=n;s++)l=t[2*s+1],0!==l&&(t[2*s]=e(a[l]++,l));}(i,t.max_code,n.bl_count);};}function T(t,e,n,i,a){const r=this;r.static_tree=t,r.extra_bits=e,r.extra_base=n,r.elems=i,r.max_length=a;}W._length_code=[0,1,2,3,4,5,6,7].concat(...P([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),W.base_length=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],W.base_dist=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],W.d_code=function(t){return t<256?G[t]:G[256+(t>>>7)]},W.extra_lbits=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],W.extra_dbits=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],W.extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],W.bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],T.static_ltree=[12,8,140,8,76,8,204,8,44,8,172,8,108,8,236,8,28,8,156,8,92,8,220,8,60,8,188,8,124,8,252,8,2,8,130,8,66,8,194,8,34,8,162,8,98,8,226,8,18,8,146,8,82,8,210,8,50,8,178,8,114,8,242,8,10,8,138,8,74,8,202,8,42,8,170,8,106,8,234,8,26,8,154,8,90,8,218,8,58,8,186,8,122,8,250,8,6,8,134,8,70,8,198,8,38,8,166,8,102,8,230,8,22,8,150,8,86,8,214,8,54,8,182,8,118,8,246,8,14,8,142,8,78,8,206,8,46,8,174,8,110,8,238,8,30,8,158,8,94,8,222,8,62,8,190,8,126,8,254,8,1,8,129,8,65,8,193,8,33,8,161,8,97,8,225,8,17,8,145,8,81,8,209,8,49,8,177,8,113,8,241,8,9,8,137,8,73,8,201,8,41,8,169,8,105,8,233,8,25,8,153,8,89,8,217,8,57,8,185,8,121,8,249,8,5,8,133,8,69,8,197,8,37,8,165,8,101,8,229,8,21,8,149,8,85,8,213,8,53,8,181,8,117,8,245,8,13,8,141,8,77,8,205,8,45,8,173,8,109,8,237,8,29,8,157,8,93,8,221,8,61,8,189,8,125,8,253,8,19,9,275,9,147,9,403,9,83,9,339,9,211,9,467,9,51,9,307,9,179,9,435,9,115,9,371,9,243,9,499,9,11,9,267,9,139,9,395,9,75,9,331,9,203,9,459,9,43,9,299,9,171,9,427,9,107,9,363,9,235,9,491,9,27,9,283,9,155,9,411,9,91,9,347,9,219,9,475,9,59,9,315,9,187,9,443,9,123,9,379,9,251,9,507,9,7,9,263,9,135,9,391,9,71,9,327,9,199,9,455,9,39,9,295,9,167,9,423,9,103,9,359,9,231,9,487,9,23,9,279,9,151,9,407,9,87,9,343,9,215,9,471,9,55,9,311,9,183,9,439,9,119,9,375,9,247,9,503,9,15,9,271,9,143,9,399,9,79,9,335,9,207,9,463,9,47,9,303,9,175,9,431,9,111,9,367,9,239,9,495,9,31,9,287,9,159,9,415,9,95,9,351,9,223,9,479,9,63,9,319,9,191,9,447,9,127,9,383,9,255,9,511,9,0,7,64,7,32,7,96,7,16,7,80,7,48,7,112,7,8,7,72,7,40,7,104,7,24,7,88,7,56,7,120,7,4,7,68,7,36,7,100,7,20,7,84,7,52,7,116,7,3,8,131,8,67,8,195,8,35,8,163,8,99,8,227,8],T.static_dtree=[0,5,16,5,8,5,24,5,4,5,20,5,12,5,28,5,2,5,18,5,10,5,26,5,6,5,22,5,14,5,30,5,1,5,17,5,9,5,25,5,5,5,21,5,13,5,29,5,3,5,19,5,11,5,27,5,7,5,23,5],T.static_l_desc=new T(T.static_ltree,W.extra_lbits,257,286,15),T.static_d_desc=new T(T.static_dtree,W.extra_dbits,0,30,15),T.static_bl_desc=new T(null,W.extra_blbits,0,19,7);function L(t,e,n,i,a){const r=this;r.good_length=t,r.max_lazy=e,r.nice_length=n,r.max_chain=i,r.func=a;}const R=[new L(0,0,0,0,0),new L(4,4,8,4,1),new L(4,5,16,8,1),new L(4,6,32,32,1),new L(4,4,16,16,2),new L(8,16,32,32,2),new L(8,16,128,128,2),new L(8,32,128,256,2),new L(32,128,258,1024,2),new L(32,258,258,4096,2)],q=["need dictionary","stream end","","","stream error","data error","","buffer error","",""];function F(t,e,n,i){const a=t[2*e],r=t[2*n];return a<r||a==r&&i[e]<=i[n]}function J(){const t=this;let e,n,i,a,r,s,l,o,_,d,c,f,u,h,b,w,p,x,g,y,m,k,v,A,U,S,z,I,E,C,M,B,H;const V=new W,D=new W,j=new W;let O,P,K,G,L,J;function N(){let e;for(e=0;e<286;e++)M[2*e]=0;for(e=0;e<30;e++)B[2*e]=0;for(e=0;e<19;e++)H[2*e]=0;M[512]=1,t.opt_len=t.static_len=0,P=K=0;}function Q(t,e){let n,i=-1,a=t[1],r=0,s=7,l=4;0===a&&(s=138,l=3),t[2*(e+1)+1]=65535;for(let o=0;o<=e;o++)n=a,a=t[2*(o+1)+1],++r<s&&n==a||(r<l?H[2*n]+=r:0!==n?(n!=i&&H[2*n]++,H[32]++):r<=10?H[34]++:H[36]++,r=0,i=n,0===a?(s=138,l=3):n==a?(s=6,l=3):(s=7,l=4));}function X(e){t.pending_buf[t.pending++]=e;}function Y(t){X(255&t),X(t>>>8&255);}function Z(t,e){let n;const i=e;J>16-i?(n=t,L|=n<<J&65535,Y(L),L=n>>>16-J,J+=i-16):(L|=t<<J&65535,J+=i);}function $(t,e){const n=2*t;Z(65535&e[n],65535&e[n+1]);}function tt(t,e){let n,i,a=-1,r=t[1],s=0,l=7,o=4;for(0===r&&(l=138,o=3),n=0;n<=e;n++)if(i=r,r=t[2*(n+1)+1],!(++s<l&&i==r)){if(s<o)do{$(i,H);}while(0!=--s);else 0!==i?(i!=a&&($(i,H),s--),$(16,H),Z(s-3,2)):s<=10?($(17,H),Z(s-3,3)):($(18,H),Z(s-11,7));s=0,a=i,0===r?(l=138,o=3):i==r?(l=6,o=3):(l=7,o=4);}}function et(){16==J?(Y(L),L=0,J=0):J>=8&&(X(255&L),L>>>=8,J-=8);}function nt(e,n){let i,a,r;if(t.dist_buf[P]=e,t.lc_buf[P]=255&n,P++,0===e?M[2*n]++:(K++,e--,M[2*(W._length_code[n]+256+1)]++,B[2*W.d_code(e)]++),0==(8191&P)&&z>2){for(i=8*P,a=m-p,r=0;r<30;r++)i+=B[2*r]*(5+W.extra_dbits[r]);if(i>>>=3,K<Math.floor(P/2)&&i<Math.floor(a/2))return !0}return P==O-1}function it(e,n){let i,a,r,s,l=0;if(0!==P)do{i=t.dist_buf[l],a=t.lc_buf[l],l++,0===i?$(a,e):(r=W._length_code[a],$(r+256+1,e),s=W.extra_lbits[r],0!==s&&(a-=W.base_length[r],Z(a,s)),i--,r=W.d_code(i),$(r,n),s=W.extra_dbits[r],0!==s&&(i-=W.base_dist[r],Z(i,s)));}while(l<P);$(256,e),G=e[513];}function at(){J>8?Y(L):J>0&&X(255&L),L=0,J=0;}function rt(e,n,i){Z(0+(i?1:0),3),function(e,n,i){at(),G=8,i&&(Y(n),Y(~n)),t.pending_buf.set(o.subarray(e,e+n),t.pending),t.pending+=n;}(e,n,!0);}function st(e,n,i){let a,r,s=0;z>0?(V.build_tree(t),D.build_tree(t),s=function(){let e;for(Q(M,V.max_code),Q(B,D.max_code),j.build_tree(t),e=18;e>=3&&0===H[2*W.bl_order[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e}(),a=t.opt_len+3+7>>>3,r=t.static_len+3+7>>>3,r<=a&&(a=r)):a=r=n+5,n+4<=a&&-1!=e?rt(e,n,i):r==a?(Z(2+(i?1:0),3),it(T.static_ltree,T.static_dtree)):(Z(4+(i?1:0),3),function(t,e,n){let i;for(Z(t-257,5),Z(e-1,5),Z(n-4,4),i=0;i<n;i++)Z(H[2*W.bl_order[i]+1],3);tt(M,t-1),tt(B,e-1);}(V.max_code+1,D.max_code+1,s+1),it(M,B)),N(),i&&at();}function lt(t){st(p>=0?p:-1,m-p,t),p=m,e.flush_pending();}function ot(){let t,n,i,a;do{if(a=_-v-m,0===a&&0===m&&0===v)a=r;else if(-1==a)a--;else if(m>=r+r-262){o.set(o.subarray(r,r+r),0),k-=r,m-=r,p-=r,t=u,i=t;do{n=65535&c[--i],c[i]=n>=r?n-r:0;}while(0!=--t);t=r,i=t;do{n=65535&d[--i],d[i]=n>=r?n-r:0;}while(0!=--t);a+=r;}if(0===e.avail_in)return;t=e.read_buf(o,m+v,a),v+=t,v>=3&&(f=255&o[m],f=(f<<w^255&o[m+1])&b);}while(v<262&&0!==e.avail_in)}function _t(t){let e,n,i=U,a=m,s=A;const _=m>r-262?m-(r-262):0;let c=C;const f=l,u=m+258;let h=o[a+s-1],b=o[a+s];A>=E&&(i>>=2),c>v&&(c=v);do{if(e=t,o[e+s]==b&&o[e+s-1]==h&&o[e]==o[a]&&o[++e]==o[a+1]){a+=2,e++;do{}while(o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&o[++a]==o[++e]&&a<u);if(n=258-(u-a),a=u-258,n>s){if(k=t,s=n,n>=c)break;h=o[a+s-1],b=o[a+s];}}}while((t=65535&d[t&f])>_&&0!=--i);return s<=v?s:v}function dt(e){return e.total_in=e.total_out=0,e.msg=null,t.pending=0,t.pending_out=0,n=113,a=0,V.dyn_tree=M,V.stat_desc=T.static_l_desc,D.dyn_tree=B,D.stat_desc=T.static_d_desc,j.dyn_tree=H,j.stat_desc=T.static_bl_desc,L=0,J=0,G=8,N(),function(){_=2*r,c[u-1]=0;for(let t=0;t<u-1;t++)c[t]=0;S=R[z].max_lazy,E=R[z].good_length,C=R[z].nice_length,U=R[z].max_chain,m=0,p=0,v=0,x=A=2,y=0,f=0;}(),0}t.depth=[],t.bl_count=[],t.heap=[],M=[],B=[],H=[],t.pqdownheap=function(e,n){const i=t.heap,a=i[n];let r=n<<1;for(;r<=t.heap_len&&(r<t.heap_len&&F(e,i[r+1],i[r],t.depth)&&r++,!F(e,a,i[r],t.depth));)i[n]=i[r],n=r,r<<=1;i[n]=a;},t.deflateInit=function(e,n,a,_,f,p){return _||(_=8),f||(f=8),p||(p=0),e.msg=null,-1==n&&(n=6),f<1||f>9||8!=_||a<9||a>15||n<0||n>9||p<0||p>2?-2:(e.dstate=t,s=a,r=1<<s,l=r-1,h=f+7,u=1<<h,b=u-1,w=Math.floor((h+3-1)/3),o=new Uint8Array(2*r),d=[],c=[],O=1<<f+6,t.pending_buf=new Uint8Array(4*O),i=4*O,t.dist_buf=new Uint16Array(O),t.lc_buf=new Uint8Array(O),z=n,I=p,dt(e))},t.deflateEnd=function(){return 42!=n&&113!=n&&666!=n?-2:(t.lc_buf=null,t.dist_buf=null,t.pending_buf=null,c=null,d=null,o=null,t.dstate=null,113==n?-3:0)},t.deflateParams=function(t,e,n){let i=0;return -1==e&&(e=6),e<0||e>9||n<0||n>2?-2:(R[z].func!=R[e].func&&0!==t.total_in&&(i=t.deflate(1)),z!=e&&(z=e,S=R[z].max_lazy,E=R[z].good_length,C=R[z].nice_length,U=R[z].max_chain),I=n,i)},t.deflateSetDictionary=function(t,e,i){let a,s=i,_=0;if(!e||42!=n)return -2;if(s<3)return 0;for(s>r-262&&(s=r-262,_=i-s),o.set(e.subarray(_,_+s),0),m=s,p=s,f=255&o[0],f=(f<<w^255&o[1])&b,a=0;a<=s-3;a++)f=(f<<w^255&o[a+2])&b,d[a&l]=c[f],c[f]=a;return 0},t.deflate=function(_,h){let U,E,C,M,B;if(h>4||h<0)return -2;if(!_.next_out||!_.next_in&&0!==_.avail_in||666==n&&4!=h)return _.msg=q[4],-2;if(0===_.avail_out)return _.msg=q[7],-5;var H;if(e=_,M=a,a=h,42==n&&(E=8+(s-8<<4)<<8,C=(z-1&255)>>1,C>3&&(C=3),E|=C<<6,0!==m&&(E|=32),E+=31-E%31,n=113,X((H=E)>>8&255),X(255&H)),0!==t.pending){if(e.flush_pending(),0===e.avail_out)return a=-1,0}else if(0===e.avail_in&&h<=M&&4!=h)return e.msg=q[7],-5;if(666==n&&0!==e.avail_in)return _.msg=q[7],-5;if(0!==e.avail_in||0!==v||0!=h&&666!=n){switch(B=-1,R[z].func){case 0:B=function(t){let n,a=65535;for(a>i-5&&(a=i-5);;){if(v<=1){if(ot(),0===v&&0==t)return 0;if(0===v)break}if(m+=v,v=0,n=p+a,(0===m||m>=n)&&(v=m-n,m=n,lt(!1),0===e.avail_out))return 0;if(m-p>=r-262&&(lt(!1),0===e.avail_out))return 0}return lt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1}(h);break;case 1:B=function(t){let n,i=0;for(;;){if(v<262){if(ot(),v<262&&0==t)return 0;if(0===v)break}if(v>=3&&(f=(f<<w^255&o[m+2])&b,i=65535&c[f],d[m&l]=c[f],c[f]=m),0!==i&&(m-i&65535)<=r-262&&2!=I&&(x=_t(i)),x>=3)if(n=nt(m-k,x-3),v-=x,x<=S&&v>=3){x--;do{m++,f=(f<<w^255&o[m+2])&b,i=65535&c[f],d[m&l]=c[f],c[f]=m;}while(0!=--x);m++;}else m+=x,x=0,f=255&o[m],f=(f<<w^255&o[m+1])&b;else n=nt(0,255&o[m]),v--,m++;if(n&&(lt(!1),0===e.avail_out))return 0}return lt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1}(h);break;case 2:B=function(t){let n,i,a=0;for(;;){if(v<262){if(ot(),v<262&&0==t)return 0;if(0===v)break}if(v>=3&&(f=(f<<w^255&o[m+2])&b,a=65535&c[f],d[m&l]=c[f],c[f]=m),A=x,g=k,x=2,0!==a&&A<S&&(m-a&65535)<=r-262&&(2!=I&&(x=_t(a)),x<=5&&(1==I||3==x&&m-k>4096)&&(x=2)),A>=3&&x<=A){i=m+v-3,n=nt(m-1-g,A-3),v-=A-1,A-=2;do{++m<=i&&(f=(f<<w^255&o[m+2])&b,a=65535&c[f],d[m&l]=c[f],c[f]=m);}while(0!=--A);if(y=0,x=2,m++,n&&(lt(!1),0===e.avail_out))return 0}else if(0!==y){if(n=nt(0,255&o[m-1]),n&<(!1),m++,v--,0===e.avail_out)return 0}else y=1,m++,v--;}return 0!==y&&(n=nt(0,255&o[m-1]),y=0),lt(4==t),0===e.avail_out?4==t?2:0:4==t?3:1}(h);}if(2!=B&&3!=B||(n=666),0==B||2==B)return 0===e.avail_out&&(a=-1),0;if(1==B){if(1==h)Z(2,3),$(256,T.static_ltree),et(),1+G+10-J<9&&(Z(2,3),$(256,T.static_ltree),et()),G=7;else if(rt(0,0,!1),3==h)for(U=0;U<u;U++)c[U]=0;if(e.flush_pending(),0===e.avail_out)return a=-1,0}}return 4!=h?0:1};}function N(){const t=this;t.next_in_index=0,t.next_out_index=0,t.avail_in=0,t.total_in=0,t.avail_out=0,t.total_out=0;}function Q(t){const e=new N,n=(i=t&&t.chunkSize?t.chunkSize:65536)+5*(Math.floor(i/16383)+1);var i;const a=new Uint8Array(n);let r=t?t.level:-1;void 0===r&&(r=-1),e.deflateInit(r),e.next_out=a,this.append=function(t,i){let r,s,l=0,o=0,_=0;const d=[];if(t.length){e.next_in_index=0,e.next_in=t,e.avail_in=t.length;do{if(e.next_out_index=0,e.avail_out=n,r=e.deflate(0),0!=r)throw new Error("deflating: "+e.msg);e.next_out_index&&(e.next_out_index==n?d.push(new Uint8Array(a)):d.push(a.slice(0,e.next_out_index))),_+=e.next_out_index,i&&e.next_in_index>0&&e.next_in_index!=l&&(i(e.next_in_index),l=e.next_in_index);}while(e.avail_in>0||0===e.avail_out);return d.length>1?(s=new Uint8Array(_),d.forEach((function(t){s.set(t,o),o+=t.length;}))):s=d[0]||new Uint8Array(0),s}},this.flush=function(){let t,i,r=0,s=0;const l=[];do{if(e.next_out_index=0,e.avail_out=n,t=e.deflate(4),1!=t&&0!=t)throw new Error("deflating: "+e.msg);n-e.avail_out>0&&l.push(a.slice(0,e.next_out_index)),s+=e.next_out_index;}while(e.avail_in>0||0===e.avail_out);return e.deflateEnd(),i=new Uint8Array(s),l.forEach((function(t){i.set(t,r),r+=t.length;})),i};}N.prototype={deflateInit:function(t,e){const n=this;return n.dstate=new J,e||(e=15),n.dstate.deflateInit(n,t,e)},deflate:function(t){const e=this;return e.dstate?e.dstate.deflate(e,t):-2},deflateEnd:function(){const t=this;if(!t.dstate)return -2;const e=t.dstate.deflateEnd();return t.dstate=null,e},deflateParams:function(t,e){const n=this;return n.dstate?n.dstate.deflateParams(n,t,e):-2},deflateSetDictionary:function(t,e){const n=this;return n.dstate?n.dstate.deflateSetDictionary(n,t,e):-2},read_buf:function(t,e,n){const i=this;let a=i.avail_in;return a>n&&(a=n),0===a?0:(i.avail_in-=a,t.set(i.next_in.subarray(i.next_in_index,i.next_in_index+a),e),i.next_in_index+=a,i.total_in+=a,a)},flush_pending:function(){const t=this;let e=t.dstate.pending;e>t.avail_out&&(e=t.avail_out),0!==e&&(t.next_out.set(t.dstate.pending_buf.subarray(t.dstate.pending_out,t.dstate.pending_out+e),t.next_out_index),t.next_out_index+=e,t.dstate.pending_out+=e,t.total_out+=e,t.avail_out-=e,t.dstate.pending-=e,0===t.dstate.pending&&(t.dstate.pending_out=0));}};const X=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],Y=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],Z=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],$=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],tt=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],et=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],nt=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];function it(){let t,e,n,i,a,r;function s(t,e,s,l,o,_,d,c,f,u,h){let b,w,p,x,g,y,m,k,v,A,U,S,z,I,E;A=0,g=s;do{n[t[e+A]]++,A++,g--;}while(0!==g);if(n[0]==s)return d[0]=-1,c[0]=0,0;for(k=c[0],y=1;y<=15&&0===n[y];y++);for(m=y,k<y&&(k=y),g=15;0!==g&&0===n[g];g--);for(p=g,k>g&&(k=g),c[0]=k,I=1<<y;y<g;y++,I<<=1)if((I-=n[y])<0)return -3;if((I-=n[g])<0)return -3;for(n[g]+=I,r[1]=y=0,A=1,z=2;0!=--g;)r[z]=y+=n[A],z++,A++;g=0,A=0;do{0!==(y=t[e+A])&&(h[r[y]++]=g),A++;}while(++g<s);for(s=r[p],r[0]=g=0,A=0,x=-1,S=-k,a[0]=0,U=0,E=0;m<=p;m++)for(b=n[m];0!=b--;){for(;m>S+k;){if(x++,S+=k,E=p-S,E=E>k?k:E,(w=1<<(y=m-S))>b+1&&(w-=b+1,z=m,y<E))for(;++y<E&&!((w<<=1)<=n[++z]);)w-=n[z];if(E=1<<y,u[0]+E>1440)return -3;a[x]=U=u[0],u[0]+=E,0!==x?(r[x]=g,i[0]=y,i[1]=k,y=g>>>S-k,i[2]=U-a[x-1]-y,f.set(i,3*(a[x-1]+y))):d[0]=U;}for(i[1]=m-S,A>=s?i[0]=192:h[A]<l?(i[0]=h[A]<256?0:96,i[2]=h[A++]):(i[0]=_[h[A]-l]+16+64,i[2]=o[h[A++]-l]),w=1<<m-S,y=g>>>S;y<E;y+=w)f.set(i,3*(U+y));for(y=1<<m-1;0!=(g&y);y>>>=1)g^=y;for(g^=y,v=(1<<S)-1;(g&v)!=r[x];)x--,S-=k,v=(1<<S)-1;}return 0!==I&&1!=p?-5:0}function l(s){let l;for(t||(t=[],e=[],n=new Int32Array(16),i=[],a=new Int32Array(15),r=new Int32Array(16)),e.length<s&&(e=[]),l=0;l<s;l++)e[l]=0;for(l=0;l<16;l++)n[l]=0;for(l=0;l<3;l++)i[l]=0;a.set(n.subarray(0,15),0),r.set(n.subarray(0,16),0);}this.inflate_trees_bits=function(n,i,a,r,o){let _;return l(19),t[0]=0,_=s(n,0,19,19,null,null,a,i,r,t,e),-3==_?o.msg="oversubscribed dynamic bit lengths tree":-5!=_&&0!==i[0]||(o.msg="incomplete dynamic bit lengths tree",_=-3),_},this.inflate_trees_dynamic=function(n,i,a,r,o,_,d,c,f){let u;return l(288),t[0]=0,u=s(a,0,n,257,$,tt,_,r,c,t,e),0!=u||0===r[0]?(-3==u?f.msg="oversubscribed literal/length tree":-4!=u&&(f.msg="incomplete literal/length tree",u=-3),u):(l(288),u=s(a,n,i,0,et,nt,d,o,c,t,e),0!=u||0===o[0]&&n>257?(-3==u?f.msg="oversubscribed distance tree":-5==u?(f.msg="incomplete distance tree",u=-3):-4!=u&&(f.msg="empty distance tree with lengths",u=-3),u):0)};}it.inflate_trees_fixed=function(t,e,n,i){return t[0]=9,e[0]=5,n[0]=Y,i[0]=Z,0};function at(){const t=this;let e,n,i,a,r=0,s=0,l=0,o=0,_=0,d=0,c=0,f=0,u=0,h=0;function b(t,e,n,i,a,r,s,l){let o,_,d,c,f,u,h,b,w,p,x,g,y,m,k,v;h=l.next_in_index,b=l.avail_in,f=s.bitb,u=s.bitk,w=s.write,p=w<s.read?s.read-w-1:s.end-w,x=X[t],g=X[e];do{for(;u<20;)b--,f|=(255&l.read_byte(h++))<<u,u+=8;if(o=f&x,_=n,d=i,v=3*(d+o),0!==(c=_[v]))for(;;){if(f>>=_[v+1],u-=_[v+1],0!=(16&c)){for(c&=15,y=_[v+2]+(f&X[c]),f>>=c,u-=c;u<15;)b--,f|=(255&l.read_byte(h++))<<u,u+=8;for(o=f&g,_=a,d=r,v=3*(d+o),c=_[v];;){if(f>>=_[v+1],u-=_[v+1],0!=(16&c)){for(c&=15;u<c;)b--,f|=(255&l.read_byte(h++))<<u,u+=8;if(m=_[v+2]+(f&X[c]),f>>=c,u-=c,p-=y,w>=m)k=w-m,w-k>0&&2>w-k?(s.window[w++]=s.window[k++],s.window[w++]=s.window[k++],y-=2):(s.window.set(s.window.subarray(k,k+2),w),w+=2,k+=2,y-=2);else {k=w-m;do{k+=s.end;}while(k<0);if(c=s.end-k,y>c){if(y-=c,w-k>0&&c>w-k)do{s.window[w++]=s.window[k++];}while(0!=--c);else s.window.set(s.window.subarray(k,k+c),w),w+=c,k+=c,c=0;k=0;}}if(w-k>0&&y>w-k)do{s.window[w++]=s.window[k++];}while(0!=--y);else s.window.set(s.window.subarray(k,k+y),w),w+=y,k+=y,y=0;break}if(0!=(64&c))return l.msg="invalid distance code",y=l.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=w,-3;o+=_[v+2],o+=f&X[c],v=3*(d+o),c=_[v];}break}if(0!=(64&c))return 0!=(32&c)?(y=l.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=w,1):(l.msg="invalid literal/length code",y=l.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=w,-3);if(o+=_[v+2],o+=f&X[c],v=3*(d+o),0===(c=_[v])){f>>=_[v+1],u-=_[v+1],s.window[w++]=_[v+2],p--;break}}else f>>=_[v+1],u-=_[v+1],s.window[w++]=_[v+2],p--;}while(p>=258&&b>=10);return y=l.avail_in-b,y=u>>3<y?u>>3:y,b+=y,h-=y,u-=y<<3,s.bitb=f,s.bitk=u,l.avail_in=b,l.total_in+=h-l.next_in_index,l.next_in_index=h,s.write=w,0}t.init=function(t,r,s,l,o,_){e=0,c=t,f=r,i=s,u=l,a=o,h=_,n=null;},t.proc=function(t,w,p){let x,g,y,m,k,v,A,U=0,S=0,z=0;for(z=w.next_in_index,m=w.avail_in,U=t.bitb,S=t.bitk,k=t.write,v=k<t.read?t.read-k-1:t.end-k;;)switch(e){case 0:if(v>=258&&m>=10&&(t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,p=b(c,f,i,u,a,h,t,w),z=w.next_in_index,m=w.avail_in,U=t.bitb,S=t.bitk,k=t.write,v=k<t.read?t.read-k-1:t.end-k,0!=p)){e=1==p?7:9;break}l=c,n=i,s=u,e=1;case 1:for(x=l;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8;}if(g=3*(s+(U&X[x])),U>>>=n[g+1],S-=n[g+1],y=n[g],0===y){o=n[g+2],e=6;break}if(0!=(16&y)){_=15&y,r=n[g+2],e=2;break}if(0==(64&y)){l=y,s=g/3+n[g+2];break}if(0!=(32&y)){e=7;break}return e=9,w.msg="invalid literal/length code",p=-3,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);case 2:for(x=_;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8;}r+=U&X[x],U>>=x,S-=x,l=f,n=a,s=h,e=3;case 3:for(x=l;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8;}if(g=3*(s+(U&X[x])),U>>=n[g+1],S-=n[g+1],y=n[g],0!=(16&y)){_=15&y,d=n[g+2],e=4;break}if(0==(64&y)){l=y,s=g/3+n[g+2];break}return e=9,w.msg="invalid distance code",p=-3,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);case 4:for(x=_;S<x;){if(0===m)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,m--,U|=(255&w.read_byte(z++))<<S,S+=8;}d+=U&X[x],U>>=x,S-=x,e=5;case 5:for(A=k-d;A<0;)A+=t.end;for(;0!==r;){if(0===v&&(k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v&&(t.write=k,p=t.inflate_flush(w,p),k=t.write,v=k<t.read?t.read-k-1:t.end-k,k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v)))return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);t.window[k++]=t.window[A++],v--,A==t.end&&(A=0),r--;}e=0;break;case 6:if(0===v&&(k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v&&(t.write=k,p=t.inflate_flush(w,p),k=t.write,v=k<t.read?t.read-k-1:t.end-k,k==t.end&&0!==t.read&&(k=0,v=k<t.read?t.read-k-1:t.end-k),0===v)))return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);p=0,t.window[k++]=o,v--,e=0;break;case 7:if(S>7&&(S-=8,m++,z--),t.write=k,p=t.inflate_flush(w,p),k=t.write,v=k<t.read?t.read-k-1:t.end-k,t.read!=t.write)return t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);e=8;case 8:return p=1,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);case 9:return p=-3,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p);default:return p=-2,t.bitb=U,t.bitk=S,w.avail_in=m,w.total_in+=z-w.next_in_index,w.next_in_index=z,t.write=k,t.inflate_flush(w,p)}},t.free=function(){};}const rt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function st(t,e){const n=this;let i,a=0,r=0,s=0,l=0;const o=[0],_=[0],d=new at;let c=0,f=new Int32Array(4320);const u=new it;n.bitk=0,n.bitb=0,n.window=new Uint8Array(e),n.end=e,n.read=0,n.write=0,n.reset=function(t,e){e&&(e[0]=0),6==a&&d.free(t),a=0,n.bitk=0,n.bitb=0,n.read=n.write=0;},n.reset(t,null),n.inflate_flush=function(t,e){let i,a,r;return a=t.next_out_index,r=n.read,i=(r<=n.write?n.write:n.end)-r,i>t.avail_out&&(i=t.avail_out),0!==i&&-5==e&&(e=0),t.avail_out-=i,t.total_out+=i,t.next_out.set(n.window.subarray(r,r+i),a),a+=i,r+=i,r==n.end&&(r=0,n.write==n.end&&(n.write=0),i=n.write-r,i>t.avail_out&&(i=t.avail_out),0!==i&&-5==e&&(e=0),t.avail_out-=i,t.total_out+=i,t.next_out.set(n.window.subarray(r,r+i),a),a+=i,r+=i),t.next_out_index=a,n.read=r,e},n.proc=function(t,e){let h,b,w,p,x,g,y,m;for(p=t.next_in_index,x=t.avail_in,b=n.bitb,w=n.bitk,g=n.write,y=g<n.read?n.read-g-1:n.end-g;;){let k,v,A,U,S,z,I,E;switch(a){case 0:for(;w<3;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8;}switch(h=7&b,c=1&h,h>>>1){case 0:b>>>=3,w-=3,h=7&w,b>>>=h,w-=h,a=1;break;case 1:k=[],v=[],A=[[]],U=[[]],it.inflate_trees_fixed(k,v,A,U),d.init(k[0],v[0],A[0],0,U[0],0),b>>>=3,w-=3,a=6;break;case 2:b>>>=3,w-=3,a=3;break;case 3:return b>>>=3,w-=3,a=9,t.msg="invalid block type",e=-3,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e)}break;case 1:for(;w<32;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8;}if((~b>>>16&65535)!=(65535&b))return a=9,t.msg="invalid stored block lengths",e=-3,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);r=65535&b,b=w=0,a=0!==r?2:0!==c?7:0;break;case 2:if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);if(0===y&&(g==n.end&&0!==n.read&&(g=0,y=g<n.read?n.read-g-1:n.end-g),0===y&&(n.write=g,e=n.inflate_flush(t,e),g=n.write,y=g<n.read?n.read-g-1:n.end-g,g==n.end&&0!==n.read&&(g=0,y=g<n.read?n.read-g-1:n.end-g),0===y)))return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);if(e=0,h=r,h>x&&(h=x),h>y&&(h=y),n.window.set(t.read_buf(p,h),g),p+=h,x-=h,g+=h,y-=h,0!=(r-=h))break;a=0!==c?7:0;break;case 3:for(;w<14;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8;}if(s=h=16383&b,(31&h)>29||(h>>5&31)>29)return a=9,t.msg="too many length or distance symbols",e=-3,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);if(h=258+(31&h)+(h>>5&31),!i||i.length<h)i=[];else for(m=0;m<h;m++)i[m]=0;b>>>=14,w-=14,l=0,a=4;case 4:for(;l<4+(s>>>10);){for(;w<3;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8;}i[rt[l++]]=7&b,b>>>=3,w-=3;}for(;l<19;)i[rt[l++]]=0;if(o[0]=7,h=u.inflate_trees_bits(i,o,_,f,t),0!=h)return -3==(e=h)&&(i=null,a=9),n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);l=0,a=5;case 5:for(;h=s,!(l>=258+(31&h)+(h>>5&31));){let r,d;for(h=o[0];w<h;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8;}if(h=f[3*(_[0]+(b&X[h]))+1],d=f[3*(_[0]+(b&X[h]))+2],d<16)b>>>=h,w-=h,i[l++]=d;else {for(m=18==d?7:d-14,r=18==d?11:3;w<h+m;){if(0===x)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);e=0,x--,b|=(255&t.read_byte(p++))<<w,w+=8;}if(b>>>=h,w-=h,r+=b&X[m],b>>>=m,w-=m,m=l,h=s,m+r>258+(31&h)+(h>>5&31)||16==d&&m<1)return i=null,a=9,t.msg="invalid bit length repeat",e=-3,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);d=16==d?i[m-1]:0;do{i[m++]=d;}while(0!=--r);l=m;}}if(_[0]=-1,S=[],z=[],I=[],E=[],S[0]=9,z[0]=6,h=s,h=u.inflate_trees_dynamic(257+(31&h),1+(h>>5&31),i,S,z,I,E,f,t),0!=h)return -3==h&&(i=null,a=9),e=h,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);d.init(S[0],z[0],f,I[0],f,E[0]),a=6;case 6:if(n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,1!=(e=d.proc(n,t,e)))return n.inflate_flush(t,e);if(e=0,d.free(t),p=t.next_in_index,x=t.avail_in,b=n.bitb,w=n.bitk,g=n.write,y=g<n.read?n.read-g-1:n.end-g,0===c){a=0;break}a=7;case 7:if(n.write=g,e=n.inflate_flush(t,e),g=n.write,y=g<n.read?n.read-g-1:n.end-g,n.read!=n.write)return n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);a=8;case 8:return e=1,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);case 9:return e=-3,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e);default:return e=-2,n.bitb=b,n.bitk=w,t.avail_in=x,t.total_in+=p-t.next_in_index,t.next_in_index=p,n.write=g,n.inflate_flush(t,e)}}},n.free=function(t){n.reset(t,null),n.window=null,f=null;},n.set_dictionary=function(t,e,i){n.window.set(t.subarray(e,e+i),0),n.read=n.write=i;},n.sync_point=function(){return 1==a?1:0};}const lt=[0,0,255,255];function ot(){const t=this;function e(t){return t&&t.istate?(t.total_in=t.total_out=0,t.msg=null,t.istate.mode=7,t.istate.blocks.reset(t,null),0):-2}t.mode=0,t.method=0,t.was=[0],t.need=0,t.marker=0,t.wbits=0,t.inflateEnd=function(e){return t.blocks&&t.blocks.free(e),t.blocks=null,0},t.inflateInit=function(n,i){return n.msg=null,t.blocks=null,i<8||i>15?(t.inflateEnd(n),-2):(t.wbits=i,n.istate.blocks=new st(n,1<<i),e(n),0)},t.inflate=function(t,e){let n,i;if(!t||!t.istate||!t.next_in)return -2;const a=t.istate;for(e=4==e?-5:0,n=-5;;)switch(a.mode){case 0:if(0===t.avail_in)return n;if(n=e,t.avail_in--,t.total_in++,8!=(15&(a.method=t.read_byte(t.next_in_index++)))){a.mode=13,t.msg="unknown compression method",a.marker=5;break}if(8+(a.method>>4)>a.wbits){a.mode=13,t.msg="invalid window size",a.marker=5;break}a.mode=1;case 1:if(0===t.avail_in)return n;if(n=e,t.avail_in--,t.total_in++,i=255&t.read_byte(t.next_in_index++),((a.method<<8)+i)%31!=0){a.mode=13,t.msg="incorrect header check",a.marker=5;break}if(0==(32&i)){a.mode=7;break}a.mode=2;case 2:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need=(255&t.read_byte(t.next_in_index++))<<24&4278190080,a.mode=3;case 3:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need+=(255&t.read_byte(t.next_in_index++))<<16&16711680,a.mode=4;case 4:if(0===t.avail_in)return n;n=e,t.avail_in--,t.total_in++,a.need+=(255&t.read_byte(t.next_in_index++))<<8&65280,a.mode=5;case 5:return 0===t.avail_in?n:(n=e,t.avail_in--,t.total_in++,a.need+=255&t.read_byte(t.next_in_index++),a.mode=6,2);case 6:return a.mode=13,t.msg="need dictionary",a.marker=0,-2;case 7:if(n=a.blocks.proc(t,n),-3==n){a.mode=13,a.marker=0;break}if(0==n&&(n=e),1!=n)return n;n=e,a.blocks.reset(t,a.was),a.mode=12;case 12:return 1;case 13:return -3;default:return -2}},t.inflateSetDictionary=function(t,e,n){let i=0,a=n;if(!t||!t.istate||6!=t.istate.mode)return -2;const r=t.istate;return a>=1<<r.wbits&&(a=(1<<r.wbits)-1,i=n-a),r.blocks.set_dictionary(e,i,a),r.mode=7,0},t.inflateSync=function(t){let n,i,a,r,s;if(!t||!t.istate)return -2;const l=t.istate;if(13!=l.mode&&(l.mode=13,l.marker=0),0===(n=t.avail_in))return -5;for(i=t.next_in_index,a=l.marker;0!==n&&a<4;)t.read_byte(i)==lt[a]?a++:a=0!==t.read_byte(i)?0:4-a,i++,n--;return t.total_in+=i-t.next_in_index,t.next_in_index=i,t.avail_in=n,l.marker=a,4!=a?-3:(r=t.total_in,s=t.total_out,e(t),t.total_in=r,t.total_out=s,l.mode=7,0)},t.inflateSyncPoint=function(t){return t&&t.istate&&t.istate.blocks?t.istate.blocks.sync_point():-2};}function _t(){}function dt(t){const e=new _t,n=t&&t.chunkSize?Math.floor(2*t.chunkSize):131072,i=new Uint8Array(n);let a=!1;e.inflateInit(),e.next_out=i,this.append=function(t,r){const s=[];let l,o,_=0,d=0,c=0;if(0!==t.length){e.next_in_index=0,e.next_in=t,e.avail_in=t.length;do{if(e.next_out_index=0,e.avail_out=n,0!==e.avail_in||a||(e.next_in_index=0,a=!0),l=e.inflate(0),a&&-5===l){if(0!==e.avail_in)throw new Error("inflating: bad input")}else if(0!==l&&1!==l)throw new Error("inflating: "+e.msg);if((a||1===l)&&e.avail_in===t.length)throw new Error("inflating: bad input");e.next_out_index&&(e.next_out_index===n?s.push(new Uint8Array(i)):s.push(i.slice(0,e.next_out_index))),c+=e.next_out_index,r&&e.next_in_index>0&&e.next_in_index!=_&&(r(e.next_in_index),_=e.next_in_index);}while(e.avail_in>0||0===e.avail_out);return s.length>1?(o=new Uint8Array(c),s.forEach((function(t){o.set(t,d),d+=t.length;}))):o=s[0]||new Uint8Array(0),o}},this.flush=function(){e.inflateEnd();};}_t.prototype={inflateInit:function(t){const e=this;return e.istate=new ot,t||(t=15),e.istate.inflateInit(e,t)},inflate:function(t){const e=this;return e.istate?e.istate.inflate(e,t):-2},inflateEnd:function(){const t=this;if(!t.istate)return -2;const e=t.istate.inflateEnd(t);return t.istate=null,e},inflateSync:function(){const t=this;return t.istate?t.istate.inflateSync(t):-2},inflateSetDictionary:function(t,e){const n=this;return n.istate?n.istate.inflateSetDictionary(n,t,e):-2},read_byte:function(t){return this.next_in[t]},read_buf:function(t,e){return this.next_in.subarray(t,t+e)}},self.initCodec=()=>{self.Deflate=Q,self.Inflate=dt;};\n\n\t\t',n=URL.createObjectURL(new Blob([e],{type:"text/javascript"}));t({workerScripts:{inflate:[n],deflate:[n]}})}}; | ||
var t=t=>{if("function"==typeof URL.createObjectURL){const n=URL.createObjectURL(new Blob(['const t=[];for(let n=0;256>n;n++){let e=n;for(let t=0;8>t;t++)1&e?e=e>>>1^3988292384:e>>>=1;t[n]=e}class n{constructor(t){this.t=t||-1}append(n){let e=0|this.t;for(let r=0,i=0|n.length;i>r;r++)e=e>>>8^t[255&(e^n[r])];this.t=e}get(){return~this.t}}const e={concat(t,n){if(0===t.length||0===n.length)return t.concat(n);const r=t[t.length-1],i=e.i(r);return 32===i?t.concat(n):e.o(n,i,0|r,t.slice(0,t.length-1))},l(t){const n=t.length;if(0===n)return 0;const r=t[n-1];return 32*(n-1)+e.i(r)},u(t,n){if(32*t.length<n)return t;const r=(t=t.slice(0,Math.ceil(n/32))).length;return n&=31,r>0&&n&&(t[r-1]=e.h(n,t[r-1]&2147483648>>n-1,1)),t},h:(t,n,e)=>32===t?n:(e?0|n:n<<32-t)+1099511627776*t,i:t=>Math.round(t/1099511627776)||32,o(t,n,r,i){for(void 0===i&&(i=[]);n>=32;n-=32)i.push(r),r=0;if(0===n)return i.concat(t);for(let e=0;e<t.length;e++)i.push(r|t[e]>>>n),r=t[e]<<32-n;const o=t.length?t[t.length-1]:0,s=e.i(o);return i.push(e.h(n+s&31,n+s>32?r:i.pop(),1)),i}},r={p:{A(t){const n=e.l(t)/8,r=new Uint8Array(n);let i;for(let e=0;n>e;e++)0==(3&e)&&(i=t[e/4]),r[e]=i>>>24,i<<=8;return r},g(t){const n=[];let r,i=0;for(r=0;r<t.length;r++)i=i<<8|t[r],3==(3&r)&&(n.push(i),i=0);return 3&r&&n.push(e.h(8*(3&r),i)),n}}},i={k:function(t){t?(this.U=t.U.slice(0),this.v=t.v.slice(0),this.m=t.m):this.reset()}};i.k.prototype={blockSize:512,reset:function(){const t=this;return t.U=this.M.slice(0),t.v=[],t.m=0,t},update:function(t){const n=this;"string"==typeof t&&(t=r.I.g(t));const i=n.v=e.concat(n.v,t),o=n.m,s=n.m=o+e.l(t);if(s>9007199254740991)throw Error("Cannot hash more than 2^53 - 1 bits");const f=new Uint32Array(i);let c=0;for(let t=n.blockSize+o-(n.blockSize+o&n.blockSize-1);s>=t;t+=n.blockSize)n.S(f.subarray(16*c,16*(c+1))),c+=1;return i.splice(0,16*c),n},_:function(){const t=this;let n=t.v;const r=t.U;n=e.concat(n,[e.h(1,1)]);for(let t=n.length+2;15&t;t++)n.push(0);for(n.push(Math.floor(t.m/4294967296)),n.push(0|t.m);n.length;)t.S(n.splice(0,16));return t.reset(),r},M:[1732584193,4023233417,2562383102,271733878,3285377520],j:[1518500249,1859775393,2400959708,3395469782],O:(t,n,e,r)=>t>19?t>39?t>59?t>79?void 0:n^e^r:n&e|n&r|e&r:n^e^r:n&e|~n&r,C:(t,n)=>n<<t|n>>>32-t,S:function(t){const n=this,e=n.U,r=Array(80);for(let n=0;16>n;n++)r[n]=t[n];let i=e[0],o=e[1],s=e[2],f=e[3],c=e[4];for(let t=0;79>=t;t++){16>t||(r[t]=n.C(1,r[t-3]^r[t-8]^r[t-14]^r[t-16]));const e=n.C(5,i)+n.O(t,o,s,f)+c+r[t]+n.j[Math.floor(t/20)]|0;c=f,f=s,s=n.C(30,o),o=i,i=e}e[0]=e[0]+i|0,e[1]=e[1]+o|0,e[2]=e[2]+s|0,e[3]=e[3]+f|0,e[4]=e[4]+c|0}};const o={name:"PBKDF2"},s=Object.assign({hash:{name:"HMAC"}},o),f=Object.assign({iterations:1e3,hash:{name:"SHA-1"}},o),c=["deriveBits"],a=[8,12,16],l=[16,24,32],u=[0,0,0,0],h=r.p,w=class{constructor(t){const n=this;n.V=[[[],[],[],[],[]],[[],[],[],[],[]]],n.V[0][0][0]||n.B();const e=n.V[0][4],r=n.V[1],i=t.length;let o,s,f,c=1;if(4!==i&&6!==i&&8!==i)throw Error("invalid aes key size");for(n.j=[s=t.slice(0),f=[]],o=i;4*i+28>o;o++){let t=s[o-1];(o%i==0||8===i&&o%i==4)&&(t=e[t>>>24]<<24^e[t>>16&255]<<16^e[t>>8&255]<<8^e[255&t],o%i==0&&(t=t<<8^t>>>24^c<<24,c=c<<1^283*(c>>7))),s[o]=s[o-i]^t}for(let t=0;o;t++,o--){const n=s[3&t?o:o-4];f[t]=4>=o||4>t?n:r[0][e[n>>>24]]^r[1][e[n>>16&255]]^r[2][e[n>>8&255]]^r[3][e[255&n]]}}encrypt(t){return this.D(t,0)}decrypt(t){return this.D(t,1)}B(){const t=this.V[0],n=this.V[1],e=t[4],r=n[4],i=[],o=[];let s,f,c,a;for(let t=0;256>t;t++)o[(i[t]=t<<1^283*(t>>7))^t]=t;for(let l=s=0;!e[l];l^=f||1,s=o[s]||1){let o=s^s<<1^s<<2^s<<3^s<<4;o=o>>8^255&o^99,e[l]=o,r[o]=l,a=i[c=i[f=i[l]]];let u=16843009*a^65537*c^257*f^16843008*l,h=257*i[o]^16843008*o;for(let e=0;4>e;e++)t[e][l]=h=h<<24^h>>>8,n[e][o]=u=u<<24^u>>>8}for(let e=0;5>e;e++)t[e]=t[e].slice(0),n[e]=n[e].slice(0)}D(t,n){if(4!==t.length)throw Error("invalid aes block size");const e=this.j[n],r=e.length/4-2,i=[0,0,0,0],o=this.V[n],s=o[0],f=o[1],c=o[2],a=o[3],l=o[4];let u,h,w,d=t[0]^e[0],y=t[n?3:1]^e[1],p=t[2]^e[2],b=t[n?1:3]^e[3],A=4;for(let t=0;r>t;t++)u=s[d>>>24]^f[y>>16&255]^c[p>>8&255]^a[255&b]^e[A],h=s[y>>>24]^f[p>>16&255]^c[b>>8&255]^a[255&d]^e[A+1],w=s[p>>>24]^f[b>>16&255]^c[d>>8&255]^a[255&y]^e[A+2],b=s[b>>>24]^f[d>>16&255]^c[y>>8&255]^a[255&p]^e[A+3],A+=4,d=u,y=h,p=w;for(let t=0;4>t;t++)i[n?3&-t:t]=l[d>>>24]<<24^l[y>>16&255]<<16^l[p>>8&255]<<8^l[255&b]^e[A++],u=d,d=y,y=p,p=b,b=u;return i}},d=class{constructor(t,n){this.P=t,this.H=n,this.L=n}reset(){this.L=this.H}update(t){return this.R(this.P,t,this.L)}T(t){if(255==(t>>24&255)){let n=t>>16&255,e=t>>8&255,r=255&t;255===n?(n=0,255===e?(e=0,255===r?r=0:++r):++e):++n,t=0,t+=n<<16,t+=e<<8,t+=r}else t+=1<<24;return t}F(t){0===(t[0]=this.T(t[0]))&&(t[1]=this.T(t[1]))}R(t,n,r){let i;if(!(i=n.length))return[];const o=e.l(n);for(let e=0;i>e;e+=4){this.F(r);const i=t.encrypt(r);n[e]^=i[0],n[e+1]^=i[1],n[e+2]^=i[2],n[e+3]^=i[3]}return e.u(n,o)}},y=class{constructor(t){const n=this,e=n.K=i.k,r=[[],[]],o=e.prototype.blockSize/32;n.W=[new e,new e],t.length>o&&(t=e.hash(t));for(let n=0;o>n;n++)r[0][n]=909522486^t[n],r[1][n]=1549556828^t[n];n.W[0].update(r[0]),n.W[1].update(r[1]),n.q=new e(n.W[0])}reset(){const t=this;t.q=new t.K(t.W[0]),t.G=!1}update(t){this.G=!0,this.q.update(t)}digest(){const t=this,n=t.q._(),e=new t.K(t.W[1]).update(n)._();return t.reset(),e}};class p{constructor(t,n,e){Object.assign(this,{password:t,signed:n,J:e-1,N:new Uint8Array(0)})}async append(t){const n=this;if(n.password){const e=U(t,0,a[n.J]+2);await(async(t,n,e)=>{await g(t,e,U(n,0,a[t.J]));const r=U(n,a[t.J]),i=t.keys.passwordVerification;if(i[0]!=r[0]||i[1]!=r[1])throw Error("Invalid pasword")})(n,e,n.password),n.password=null,n.X=new d(new w(n.keys.key),Array.from(u)),n.Y=new y(n.keys.Z),t=U(t,a[n.J]+2)}return A(n,t,new Uint8Array(t.length-10-(t.length-10)%16),0,10,!0)}flush(){const t=this,n=t.N,e=U(n,0,n.length-10),r=U(n,n.length-10);let i=new Uint8Array(0);if(e.length){const n=h.g(e);t.Y.update(n);const r=t.X.update(n);i=h.A(r)}let o=!0;if(t.signed){const n=U(h.A(t.Y.digest()),0,10);for(let t=0;10>t;t++)n[t]!=r[t]&&(o=!1)}return{valid:o,data:i}}}class b{constructor(t,n){Object.assign(this,{password:t,J:n-1,N:new Uint8Array(0)})}async append(t){const n=this;let e=new Uint8Array(0);n.password&&(e=await(async(t,n)=>{const e=crypto.getRandomValues(new Uint8Array(a[t.J]));return await g(t,n,e),k(e,t.keys.passwordVerification)})(n,n.password),n.password=null,n.X=new d(new w(n.keys.key),Array.from(u)),n.Y=new y(n.keys.Z));const r=new Uint8Array(e.length+t.length-t.length%16);return r.set(e,0),A(n,t,r,e.length,0)}flush(){const t=this;let n=new Uint8Array(0);if(t.N.length){const e=t.X.update(h.g(t.N));t.Y.update(e),n=h.A(e)}const e=U(h.A(t.Y.digest()),0,10);return{data:k(n,e),signature:e}}}function A(t,n,e,r,i,o){const s=n.length-i;let f;for(t.N.length&&(n=k(t.N,n),e=((t,n)=>{if(n&&n>t.length){const e=t;(t=new Uint8Array(n)).set(e,0)}return t})(e,s-s%16)),f=0;s-16>=f;f+=16){const i=h.g(U(n,f,f+16));o&&t.Y.update(i);const s=t.X.update(i);o||t.Y.update(s),e.set(h.A(s),f+r)}return t.N=U(n,f),e}async function g(t,n,e){const r=(t=>{if("undefined"==typeof TextEncoder){t=unescape(encodeURIComponent(t));const n=new Uint8Array(t.length);for(let e=0;e<n.length;e++)n[e]=t.charCodeAt(e);return n}return(new TextEncoder).encode(t)})(n),i=await crypto.subtle.importKey("raw",r,s,!1,c),o=await crypto.subtle.deriveBits(Object.assign({salt:e},f),i,8*(2*l[t.J]+2)),a=new Uint8Array(o);t.keys={key:h.g(U(a,0,l[t.J])),Z:h.g(U(a,l[t.J],2*l[t.J])),passwordVerification:U(a,2*l[t.J])}}function k(t,n){let e=t;return t.length+n.length&&(e=new Uint8Array(t.length+n.length),e.set(t,0),e.set(n,t.length)),e}function U(t,n,e){return t.subarray(n,e)}class v{constructor(t,n){Object.assign(this,{password:t,passwordVerification:n}),z(this,t)}append(t){const n=this;if(n.password){const e=M(n,t.subarray(0,12));if(n.password=null,e[11]!=n.passwordVerification)throw Error("Invalid pasword");t=t.subarray(12)}return M(n,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}}class m{constructor(t,n){Object.assign(this,{password:t,passwordVerification:n}),z(this,t)}append(t){const n=this;let e,r;if(n.password){n.password=null;const i=crypto.getRandomValues(new Uint8Array(12));i[11]=n.passwordVerification,e=new Uint8Array(t.length+i.length),e.set(E(n,i),0),r=12}else e=new Uint8Array(t.length),r=0;return e.set(E(n,t),r),e}flush(){return{data:new Uint8Array(0)}}}function M(t,n){const e=new Uint8Array(n.length);for(let r=0;r<n.length;r++)e[r]=S(t)^n[r],I(t,e[r]);return e}function E(t,n){const e=new Uint8Array(n.length);for(let r=0;r<n.length;r++)e[r]=S(t)^n[r],I(t,n[r]);return e}function z(t,e){t.keys=[305419896,591751049,878082192],t.$=new n(t.keys[0]),t.tt=new n(t.keys[2]);for(let n=0;n<e.length;n++)I(t,e.charCodeAt(n))}function I(t,n){t.$.append([n]),t.keys[0]=~t.$.get(),t.keys[1]=j(t.keys[1]+_(t.keys[0])),t.keys[1]=j(Math.imul(t.keys[1],134775813)+1),t.tt.append([t.keys[1]>>>24]),t.keys[2]=~t.tt.get()}function S(t){const n=2|t.keys[2];return _(Math.imul(n,1^n)>>>8)}function _(t){return 255&t}function j(t){return 4294967295&t}class O{constructor(t,{signature:e,password:r,signed:i,compressed:o,zipCrypto:s,passwordVerification:f,encryptionStrength:c},{nt:a}){const l=!!r;Object.assign(this,{signature:e,encrypted:l,signed:i,compressed:o,et:o&&new t({nt:a}),rt:i&&new n,zipCrypto:s,decrypt:l&&s?new v(r,f):new p(r,i,c)})}async append(t){const n=this;return n.encrypted&&t.length&&(t=await n.decrypt.append(t)),n.compressed&&t.length&&(t=await n.et.append(t)),(!n.encrypted||n.zipCrypto)&&n.signed&&t.length&&n.rt.append(t),t}async flush(){const t=this;let n,e=new Uint8Array(0);if(t.encrypted){const n=t.decrypt.flush();if(!n.valid)throw Error("Invalid signature");e=n.data}if((!t.encrypted||t.zipCrypto)&&t.signed){const e=new DataView(new Uint8Array(4).buffer);if(n=t.rt.get(),e.setUint32(0,n),t.signature!=e.getUint32(0,!1))throw Error("Invalid signature")}return t.compressed&&(e=await t.et.append(e)||new Uint8Array(0),await t.et.flush()),{data:e,signature:n}}}class C{constructor(t,{encrypted:e,signed:r,compressed:i,level:o,zipCrypto:s,password:f,passwordVerification:c,encryptionStrength:a},{nt:l}){Object.assign(this,{encrypted:e,signed:r,compressed:i,it:i&&new t({level:o||5,nt:l}),rt:r&&new n,zipCrypto:s,encrypt:e&&s?new m(f,c):new b(f,a)})}async append(t){const n=this;let e=t;return n.compressed&&t.length&&(e=await n.it.append(t)),n.encrypted&&e.length&&(e=await n.encrypt.append(e)),(!n.encrypted||n.zipCrypto)&&n.signed&&t.length&&n.rt.append(t),e}async flush(){const t=this;let n,e=new Uint8Array(0);if(t.compressed&&(e=await t.it.flush()||new Uint8Array(0)),t.encrypted){e=await t.encrypt.append(e);const r=t.encrypt.flush();n=r.signature;const i=new Uint8Array(e.length+r.data.length);i.set(e,0),i.set(r.data,e.length),e=i}return t.encrypted&&!t.zipCrypto||!t.signed||(n=t.rt.get()),{data:e,signature:n}}}const V={init(t){t.scripts&&t.scripts.length&&importScripts.apply(void 0,t.scripts);const n=t.options;let e;self.initCodec&&self.initCodec(),n.codecType.startsWith("deflate")?e=self.Deflate:n.codecType.startsWith("inflate")&&(e=self.Inflate),B=((t,n,e)=>n.codecType.startsWith("deflate")?new C(t,n,e):n.codecType.startsWith("inflate")?new O(t,n,e):void 0)(e,n,t.config)},append:async t=>({data:await B.append(t.data)}),flush:()=>B.flush()};let B;function D(t){return P(t.map((([t,n])=>Array(t).fill(n,0,t))))}function P(t){return t.reduce(((t,n)=>t.concat(Array.isArray(n)?P(n):n)),[])}addEventListener("message",(async t=>{const n=t.data,e=n.type,r=V[e];if(r)try{n.data&&(n.data=new Uint8Array(n.data));const t=await r(n)||{};if(t.type=e,t.data)try{t.data=t.data.buffer,postMessage(t,[t.data])}catch(n){postMessage(t)}else postMessage(t)}catch(t){postMessage({type:e,error:{message:t.message,stack:t.stack}})}}));const x=[0,1,2,3].concat(...D([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function H(){const t=this;function n(t,n){let e=0;do{e|=1&t,t>>>=1,e<<=1}while(--n>0);return e>>>1}t.ot=e=>{const r=t.st,i=t.ct.ft,o=t.ct.at;let s,f,c,a=-1;for(e.lt=0,e.ut=573,s=0;o>s;s++)0!==r[2*s]?(e.ht[++e.lt]=a=s,e.wt[s]=0):r[2*s+1]=0;for(;2>e.lt;)c=e.ht[++e.lt]=2>a?++a:0,r[2*c]=1,e.wt[c]=0,e.dt--,i&&(e.yt-=i[2*c+1]);for(t.bt=a,s=Math.floor(e.lt/2);s>=1;s--)e.At(r,s);c=o;do{s=e.ht[1],e.ht[1]=e.ht[e.lt--],e.At(r,1),f=e.ht[1],e.ht[--e.ut]=s,e.ht[--e.ut]=f,r[2*c]=r[2*s]+r[2*f],e.wt[c]=Math.max(e.wt[s],e.wt[f])+1,r[2*s+1]=r[2*f+1]=c,e.ht[1]=c++,e.At(r,1)}while(e.lt>=2);e.ht[--e.ut]=e.ht[1],(n=>{const e=t.st,r=t.ct.ft,i=t.ct.gt,o=t.ct.kt,s=t.ct.Ut;let f,c,a,l,u,h,w=0;for(l=0;15>=l;l++)n.vt[l]=0;for(e[2*n.ht[n.ut]+1]=0,f=n.ut+1;573>f;f++)c=n.ht[f],l=e[2*e[2*c+1]+1]+1,l>s&&(l=s,w++),e[2*c+1]=l,c>t.bt||(n.vt[l]++,u=0,o>c||(u=i[c-o]),h=e[2*c],n.dt+=h*(l+u),r&&(n.yt+=h*(r[2*c+1]+u)));if(0!==w){do{for(l=s-1;0===n.vt[l];)l--;n.vt[l]--,n.vt[l+1]+=2,n.vt[s]--,w-=2}while(w>0);for(l=s;0!==l;l--)for(c=n.vt[l];0!==c;)a=n.ht[--f],a>t.bt||(e[2*a+1]!=l&&(n.dt+=(l-e[2*a+1])*e[2*a],e[2*a+1]=l),c--)}})(e),((t,e,r)=>{const i=[];let o,s,f,c=0;for(o=1;15>=o;o++)i[o]=c=c+r[o-1]<<1;for(s=0;e>=s;s++)f=t[2*s+1],0!==f&&(t[2*s]=n(i[f]++,f))})(r,t.bt,e.vt)}}function L(t,n,e,r,i){const o=this;o.ft=t,o.gt=n,o.kt=e,o.at=r,o.Ut=i}function R(t,n,e,r,i){const o=this;o.Mt=t,o.Et=n,o.zt=e,o.It=r,o.St=i}H._t=[0,1,2,3,4,5,6,7].concat(...D([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]])),H.jt=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0],H.Ot=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576],H.Ct=t=>256>t?x[t]:x[256+(t>>>7)],H.Vt=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],H.Bt=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],H.Dt=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],H.Pt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],L.xt=[12,8,140,8,76,8,204,8,44,8,172,8,108,8,236,8,28,8,156,8,92,8,220,8,60,8,188,8,124,8,252,8,2,8,130,8,66,8,194,8,34,8,162,8,98,8,226,8,18,8,146,8,82,8,210,8,50,8,178,8,114,8,242,8,10,8,138,8,74,8,202,8,42,8,170,8,106,8,234,8,26,8,154,8,90,8,218,8,58,8,186,8,122,8,250,8,6,8,134,8,70,8,198,8,38,8,166,8,102,8,230,8,22,8,150,8,86,8,214,8,54,8,182,8,118,8,246,8,14,8,142,8,78,8,206,8,46,8,174,8,110,8,238,8,30,8,158,8,94,8,222,8,62,8,190,8,126,8,254,8,1,8,129,8,65,8,193,8,33,8,161,8,97,8,225,8,17,8,145,8,81,8,209,8,49,8,177,8,113,8,241,8,9,8,137,8,73,8,201,8,41,8,169,8,105,8,233,8,25,8,153,8,89,8,217,8,57,8,185,8,121,8,249,8,5,8,133,8,69,8,197,8,37,8,165,8,101,8,229,8,21,8,149,8,85,8,213,8,53,8,181,8,117,8,245,8,13,8,141,8,77,8,205,8,45,8,173,8,109,8,237,8,29,8,157,8,93,8,221,8,61,8,189,8,125,8,253,8,19,9,275,9,147,9,403,9,83,9,339,9,211,9,467,9,51,9,307,9,179,9,435,9,115,9,371,9,243,9,499,9,11,9,267,9,139,9,395,9,75,9,331,9,203,9,459,9,43,9,299,9,171,9,427,9,107,9,363,9,235,9,491,9,27,9,283,9,155,9,411,9,91,9,347,9,219,9,475,9,59,9,315,9,187,9,443,9,123,9,379,9,251,9,507,9,7,9,263,9,135,9,391,9,71,9,327,9,199,9,455,9,39,9,295,9,167,9,423,9,103,9,359,9,231,9,487,9,23,9,279,9,151,9,407,9,87,9,343,9,215,9,471,9,55,9,311,9,183,9,439,9,119,9,375,9,247,9,503,9,15,9,271,9,143,9,399,9,79,9,335,9,207,9,463,9,47,9,303,9,175,9,431,9,111,9,367,9,239,9,495,9,31,9,287,9,159,9,415,9,95,9,351,9,223,9,479,9,63,9,319,9,191,9,447,9,127,9,383,9,255,9,511,9,0,7,64,7,32,7,96,7,16,7,80,7,48,7,112,7,8,7,72,7,40,7,104,7,24,7,88,7,56,7,120,7,4,7,68,7,36,7,100,7,20,7,84,7,52,7,116,7,3,8,131,8,67,8,195,8,35,8,163,8,99,8,227,8],L.Ht=[0,5,16,5,8,5,24,5,4,5,20,5,12,5,28,5,2,5,18,5,10,5,26,5,6,5,22,5,14,5,30,5,1,5,17,5,9,5,25,5,5,5,21,5,13,5,29,5,3,5,19,5,11,5,27,5,7,5,23,5],L.Lt=new L(L.xt,H.Vt,257,286,15),L.Rt=new L(L.Ht,H.Bt,0,30,15),L.Tt=new L(null,H.Dt,0,19,7);const T=[new R(0,0,0,0,0),new R(4,4,8,4,1),new R(4,5,16,8,1),new R(4,6,32,32,1),new R(4,4,16,16,2),new R(8,16,32,32,2),new R(8,16,128,128,2),new R(8,32,128,256,2),new R(32,128,258,1024,2),new R(32,258,258,4096,2)],F=["need dictionary","stream end","","","stream error","data error","","buffer error","",""];function K(t,n,e,r){const i=t[2*n],o=t[2*e];return o>i||i==o&&r[n]<=r[e]}function W(){const t=this;let n,e,r,i,o,s,f,c,a,l,u,h,w,d,y,p,b,A,g,k,U,v,m,M,E,z,I,S,_,j,O,C,V;const B=new H,D=new H,P=new H;let x,R,W,q,G,J;function N(){let n;for(n=0;286>n;n++)O[2*n]=0;for(n=0;30>n;n++)C[2*n]=0;for(n=0;19>n;n++)V[2*n]=0;O[512]=1,t.dt=t.yt=0,R=W=0}function Q(t,n){let e,r=-1,i=t[1],o=0,s=7,f=4;0===i&&(s=138,f=3),t[2*(n+1)+1]=65535;for(let c=0;n>=c;c++)e=i,i=t[2*(c+1)+1],++o<s&&e==i||(f>o?V[2*e]+=o:0!==e?(e!=r&&V[2*e]++,V[32]++):o>10?V[36]++:V[34]++,o=0,r=e,0===i?(s=138,f=3):e==i?(s=6,f=3):(s=7,f=4))}function X(n){t.Ft[t.pending++]=n}function Y(t){X(255&t),X(t>>>8&255)}function Z(t,n){let e;const r=n;J>16-r?(e=t,G|=e<<J&65535,Y(G),G=e>>>16-J,J+=r-16):(G|=t<<J&65535,J+=r)}function $(t,n){const e=2*t;Z(65535&n[e],65535&n[e+1])}function tt(t,n){let e,r,i=-1,o=t[1],s=0,f=7,c=4;for(0===o&&(f=138,c=3),e=0;n>=e;e++)if(r=o,o=t[2*(e+1)+1],++s>=f||r!=o){if(c>s)do{$(r,V)}while(0!=--s);else 0!==r?(r!=i&&($(r,V),s--),$(16,V),Z(s-3,2)):s>10?($(18,V),Z(s-11,7)):($(17,V),Z(s-3,3));s=0,i=r,0===o?(f=138,c=3):r==o?(f=6,c=3):(f=7,c=4)}}function nt(){16==J?(Y(G),G=0,J=0):8>J||(X(255&G),G>>>=8,J-=8)}function et(n,e){let r,i,o;if(t.Kt[R]=n,t.Wt[R]=255&e,R++,0===n?O[2*e]++:(W++,n--,O[2*(H._t[e]+256+1)]++,C[2*H.Ct(n)]++),0==(8191&R)&&I>2){for(r=8*R,i=U-b,o=0;30>o;o++)r+=C[2*o]*(5+H.Bt[o]);if(r>>>=3,Math.floor(R/2)>W&&Math.floor(i/2)>r)return!0}return R==x-1}function rt(n,e){let r,i,o,s,f=0;if(0!==R)do{r=t.Kt[f],i=t.Wt[f],f++,0===r?$(i,n):(o=H._t[i],$(o+256+1,n),s=H.Vt[o],0!==s&&(i-=H.jt[o],Z(i,s)),r--,o=H.Ct(r),$(o,e),s=H.Bt[o],0!==s&&(r-=H.Ot[o],Z(r,s)))}while(R>f);$(256,n),q=n[513]}function it(){J>8?Y(G):J>0&&X(255&G),G=0,J=0}function ot(n,e,r){Z(0+(r?1:0),3),((n,e)=>{it(),q=8,Y(e),Y(~e),t.Ft.set(c.subarray(n,n+e),t.pending),t.pending+=e})(n,e)}function st(e){((n,e,r)=>{let i,o,s=0;I>0?(B.ot(t),D.ot(t),s=(()=>{let n;for(Q(O,B.bt),Q(C,D.bt),P.ot(t),n=18;n>=3&&0===V[2*H.Pt[n]+1];n--);return t.dt+=14+3*(n+1),n})(),i=t.dt+3+7>>>3,o=t.yt+3+7>>>3,o>i||(i=o)):i=o=e+5,e+4>i||-1==n?o==i?(Z(2+(r?1:0),3),rt(L.xt,L.Ht)):(Z(4+(r?1:0),3),((t,n,e)=>{let r;for(Z(t-257,5),Z(n-1,5),Z(e-4,4),r=0;e>r;r++)Z(V[2*H.Pt[r]+1],3);tt(O,t-1),tt(C,n-1)})(B.bt+1,D.bt+1,s+1),rt(O,C)):ot(n,e,r),N(),r&&it()})(0>b?-1:b,U-b,e),b=U,n.qt()}function ft(){let t,e,r,i;do{if(i=a-m-U,0===i&&0===U&&0===m)i=o;else if(-1==i)i--;else if(U>=o+o-262){c.set(c.subarray(o,o+o),0),v-=o,U-=o,b-=o,t=w,r=t;do{e=65535&u[--r],u[r]=o>e?0:e-o}while(0!=--t);t=o,r=t;do{e=65535&l[--r],l[r]=o>e?0:e-o}while(0!=--t);i+=o}if(0===n.Gt)return;t=n.Jt(c,U+m,i),m+=t,3>m||(h=255&c[U],h=(h<<p^255&c[U+1])&y)}while(262>m&&0!==n.Gt)}function ct(t){let n,e,r=E,i=U,s=M;const a=U>o-262?U-(o-262):0;let u=j;const h=f,w=U+258;let d=c[i+s-1],y=c[i+s];_>M||(r>>=2),u>m&&(u=m);do{if(n=t,c[n+s]==y&&c[n+s-1]==d&&c[n]==c[i]&&c[++n]==c[i+1]){i+=2,n++;do{}while(c[++i]==c[++n]&&c[++i]==c[++n]&&c[++i]==c[++n]&&c[++i]==c[++n]&&c[++i]==c[++n]&&c[++i]==c[++n]&&c[++i]==c[++n]&&c[++i]==c[++n]&&w>i);if(e=258-(w-i),i=w-258,e>s){if(v=t,s=e,e>=u)break;d=c[i+s-1],y=c[i+s]}}}while((t=65535&l[t&h])>a&&0!=--r);return s>m?m:s}t.wt=[],t.vt=[],t.ht=[],O=[],C=[],V=[],t.At=(n,e)=>{const r=t.ht,i=r[e];let o=e<<1;for(;o<=t.lt&&(o<t.lt&&K(n,r[o+1],r[o],t.wt)&&o++,!K(n,i,r[o],t.wt));)r[e]=r[o],e=o,o<<=1;r[e]=i},t.Nt=(n,g,v,H,R,F)=>(H||(H=8),R||(R=8),F||(F=0),n.Qt=null,-1==g&&(g=6),1>R||R>9||8!=H||9>v||v>15||0>g||g>9||0>F||F>2?-2:(n.Xt=t,s=v,o=1<<s,f=o-1,d=R+7,w=1<<d,y=w-1,p=Math.floor((d+3-1)/3),c=new Uint8Array(2*o),l=[],u=[],x=1<<R+6,t.Ft=new Uint8Array(4*x),r=4*x,t.Kt=new Uint16Array(x),t.Wt=new Uint8Array(x),I=g,S=F,(n=>(n.Yt=n.Zt=0,n.Qt=null,t.pending=0,t.$t=0,e=113,i=0,B.st=O,B.ct=L.Lt,D.st=C,D.ct=L.Rt,P.st=V,P.ct=L.Tt,G=0,J=0,q=8,N(),(()=>{a=2*o,u[w-1]=0;for(let t=0;w-1>t;t++)u[t]=0;z=T[I].Et,_=T[I].Mt,j=T[I].zt,E=T[I].It,U=0,b=0,m=0,A=M=2,k=0,h=0})(),0))(n))),t.tn=()=>42!=e&&113!=e&&666!=e?-2:(t.Wt=null,t.Kt=null,t.Ft=null,u=null,l=null,c=null,t.Xt=null,113==e?-3:0),t.nn=(t,n,e)=>{let r=0;return-1==n&&(n=6),0>n||n>9||0>e||e>2?-2:(T[I].St!=T[n].St&&0!==t.Yt&&(r=t.it(1)),I!=n&&(I=n,z=T[I].Et,_=T[I].Mt,j=T[I].zt,E=T[I].It),S=e,r)},t.en=(t,n,r)=>{let i,s=r,a=0;if(!n||42!=e)return-2;if(3>s)return 0;for(s>o-262&&(s=o-262,a=r-s),c.set(n.subarray(a,a+s),0),U=s,b=s,h=255&c[0],h=(h<<p^255&c[1])&y,i=0;s-3>=i;i++)h=(h<<p^255&c[i+2])&y,l[i&f]=u[h],u[h]=i;return 0},t.it=(a,d)=>{let E,_,j,O,C;if(d>4||0>d)return-2;if(!a.rn||!a.on&&0!==a.Gt||666==e&&4!=d)return a.Qt=F[4],-2;if(0===a.sn)return a.Qt=F[7],-5;var V;if(n=a,O=i,i=d,42==e&&(_=8+(s-8<<4)<<8,j=(I-1&255)>>1,j>3&&(j=3),_|=j<<6,0!==U&&(_|=32),_+=31-_%31,e=113,X((V=_)>>8&255),X(255&V)),0!==t.pending){if(n.qt(),0===n.sn)return i=-1,0}else if(0===n.Gt&&O>=d&&4!=d)return n.Qt=F[7],-5;if(666==e&&0!==n.Gt)return a.Qt=F[7],-5;if(0!==n.Gt||0!==m||0!=d&&666!=e){switch(C=-1,T[I].St){case 0:C=(t=>{let e,i=65535;for(i>r-5&&(i=r-5);;){if(1>=m){if(ft(),0===m&&0==t)return 0;if(0===m)break}if(U+=m,m=0,e=b+i,(0===U||U>=e)&&(m=U-e,U=e,st(!1),0===n.sn))return 0;if(U-b>=o-262&&(st(!1),0===n.sn))return 0}return st(4==t),0===n.sn?4==t?2:0:4==t?3:1})(d);break;case 1:C=(t=>{let e,r=0;for(;;){if(262>m){if(ft(),262>m&&0==t)return 0;if(0===m)break}if(3>m||(h=(h<<p^255&c[U+2])&y,r=65535&u[h],l[U&f]=u[h],u[h]=U),0===r||(U-r&65535)>o-262||2!=S&&(A=ct(r)),3>A)e=et(0,255&c[U]),m--,U++;else if(e=et(U-v,A-3),m-=A,A>z||3>m)U+=A,A=0,h=255&c[U],h=(h<<p^255&c[U+1])&y;else{A--;do{U++,h=(h<<p^255&c[U+2])&y,r=65535&u[h],l[U&f]=u[h],u[h]=U}while(0!=--A);U++}if(e&&(st(!1),0===n.sn))return 0}return st(4==t),0===n.sn?4==t?2:0:4==t?3:1})(d);break;case 2:C=(t=>{let e,r,i=0;for(;;){if(262>m){if(ft(),262>m&&0==t)return 0;if(0===m)break}if(3>m||(h=(h<<p^255&c[U+2])&y,i=65535&u[h],l[U&f]=u[h],u[h]=U),M=A,g=v,A=2,0!==i&&z>M&&o-262>=(U-i&65535)&&(2!=S&&(A=ct(i)),5>=A&&(1==S||3==A&&U-v>4096)&&(A=2)),3>M||A>M)if(0!==k){if(e=et(0,255&c[U-1]),e&&st(!1),U++,m--,0===n.sn)return 0}else k=1,U++,m--;else{r=U+m-3,e=et(U-1-g,M-3),m-=M-1,M-=2;do{++U>r||(h=(h<<p^255&c[U+2])&y,i=65535&u[h],l[U&f]=u[h],u[h]=U)}while(0!=--M);if(k=0,A=2,U++,e&&(st(!1),0===n.sn))return 0}}return 0!==k&&(e=et(0,255&c[U-1]),k=0),st(4==t),0===n.sn?4==t?2:0:4==t?3:1})(d)}if(2!=C&&3!=C||(e=666),0==C||2==C)return 0===n.sn&&(i=-1),0;if(1==C){if(1==d)Z(2,3),$(256,L.xt),nt(),9>1+q+10-J&&(Z(2,3),$(256,L.xt),nt()),q=7;else if(ot(0,0,!1),3==d)for(E=0;w>E;E++)u[E]=0;if(n.qt(),0===n.sn)return i=-1,0}}return 4!=d?0:1}}function q(){const t=this;t.fn=0,t.cn=0,t.Gt=0,t.Yt=0,t.sn=0,t.Zt=0}function G(t){const n=new q,e=(r=t&&t.nt?t.nt:65536)+5*(Math.floor(r/16383)+1);var r;const i=new Uint8Array(e);let o=t?t.level:-1;void 0===o&&(o=-1),n.Nt(o),n.rn=i,this.append=(t,r)=>{let o,s,f=0,c=0,a=0;const l=[];if(t.length){n.fn=0,n.on=t,n.Gt=t.length;do{if(n.cn=0,n.sn=e,o=n.it(0),0!=o)throw Error("deflating: "+n.Qt);n.cn&&(n.cn==e?l.push(new Uint8Array(i)):l.push(i.slice(0,n.cn))),a+=n.cn,r&&n.fn>0&&n.fn!=f&&(r(n.fn),f=n.fn)}while(n.Gt>0||0===n.sn);return l.length>1?(s=new Uint8Array(a),l.forEach((t=>{s.set(t,c),c+=t.length}))):s=l[0]||new Uint8Array(0),s}},this.flush=()=>{let t,r,o=0,s=0;const f=[];do{if(n.cn=0,n.sn=e,t=n.it(4),1!=t&&0!=t)throw Error("deflating: "+n.Qt);e-n.sn>0&&f.push(i.slice(0,n.cn)),s+=n.cn}while(n.Gt>0||0===n.sn);return n.tn(),r=new Uint8Array(s),f.forEach((t=>{r.set(t,o),o+=t.length})),r}}q.prototype={Nt:function(t,n){const e=this;return e.Xt=new W,n||(n=15),e.Xt.Nt(e,t,n)},it:function(t){const n=this;return n.Xt?n.Xt.it(n,t):-2},tn:function(){const t=this;if(!t.Xt)return-2;const n=t.Xt.tn();return t.Xt=null,n},nn:function(t,n){const e=this;return e.Xt?e.Xt.nn(e,t,n):-2},en:function(t,n){const e=this;return e.Xt?e.Xt.en(e,t,n):-2},Jt:function(t,n,e){const r=this;let i=r.Gt;return i>e&&(i=e),0===i?0:(r.Gt-=i,t.set(r.on.subarray(r.fn,r.fn+i),n),r.fn+=i,r.Yt+=i,i)},qt:function(){const t=this;let n=t.Xt.pending;n>t.sn&&(n=t.sn),0!==n&&(t.rn.set(t.Xt.Ft.subarray(t.Xt.$t,t.Xt.$t+n),t.cn),t.cn+=n,t.Xt.$t+=n,t.Zt+=n,t.sn-=n,t.Xt.pending-=n,0===t.Xt.pending&&(t.Xt.$t=0))}};const J=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],N=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],Q=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],X=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],Y=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],Z=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],$=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];function tt(){let t,n,e,r,i,o;function s(t,n,s,f,c,a,l,u,h,w,d){let y,p,b,A,g,k,U,v,m,M,E,z,I,S,_;M=0,g=s;do{e[t[n+M]]++,M++,g--}while(0!==g);if(e[0]==s)return l[0]=-1,u[0]=0,0;for(v=u[0],k=1;15>=k&&0===e[k];k++);for(U=k,k>v&&(v=k),g=15;0!==g&&0===e[g];g--);for(b=g,v>g&&(v=g),u[0]=v,S=1<<k;g>k;k++,S<<=1)if(0>(S-=e[k]))return-3;if(0>(S-=e[g]))return-3;for(e[g]+=S,o[1]=k=0,M=1,I=2;0!=--g;)o[I]=k+=e[M],I++,M++;g=0,M=0;do{0!==(k=t[n+M])&&(d[o[k]++]=g),M++}while(++g<s);for(s=o[b],o[0]=g=0,M=0,A=-1,z=-v,i[0]=0,E=0,_=0;b>=U;U++)for(y=e[U];0!=y--;){for(;U>z+v;){if(A++,z+=v,_=b-z,_=_>v?v:_,(p=1<<(k=U-z))>y+1&&(p-=y+1,I=U,_>k))for(;++k<_&&(p<<=1)>e[++I];)p-=e[I];if(_=1<<k,w[0]+_>1440)return-3;i[A]=E=w[0],w[0]+=_,0!==A?(o[A]=g,r[0]=k,r[1]=v,k=g>>>z-v,r[2]=E-i[A-1]-k,h.set(r,3*(i[A-1]+k))):l[0]=E}for(r[1]=U-z,s>M?d[M]<f?(r[0]=256>d[M]?0:96,r[2]=d[M++]):(r[0]=a[d[M]-f]+16+64,r[2]=c[d[M++]-f]):r[0]=192,p=1<<U-z,k=g>>>z;_>k;k+=p)h.set(r,3*(E+k));for(k=1<<U-1;0!=(g&k);k>>>=1)g^=k;for(g^=k,m=(1<<z)-1;(g&m)!=o[A];)A--,z-=v,m=(1<<z)-1}return 0!==S&&1!=b?-5:0}function f(s){let f;for(t||(t=[],n=[],e=new Int32Array(16),r=[],i=new Int32Array(15),o=new Int32Array(16)),n.length<s&&(n=[]),f=0;s>f;f++)n[f]=0;for(f=0;16>f;f++)e[f]=0;for(f=0;3>f;f++)r[f]=0;i.set(e.subarray(0,15),0),o.set(e.subarray(0,16),0)}this.an=(e,r,i,o,c)=>{let a;return f(19),t[0]=0,a=s(e,0,19,19,null,null,i,r,o,t,n),-3==a?c.Qt="oversubscribed dynamic bit lengths tree":-5!=a&&0!==r[0]||(c.Qt="incomplete dynamic bit lengths tree",a=-3),a},this.ln=(e,r,i,o,c,a,l,u,h)=>{let w;return f(288),t[0]=0,w=s(i,0,e,257,X,Y,a,o,u,t,n),0!=w||0===o[0]?(-3==w?h.Qt="oversubscribed literal/length tree":-4!=w&&(h.Qt="incomplete literal/length tree",w=-3),w):(f(288),w=s(i,e,r,0,Z,$,l,c,u,t,n),0!=w||0===c[0]&&e>257?(-3==w?h.Qt="oversubscribed distance tree":-5==w?(h.Qt="incomplete distance tree",w=-3):-4!=w&&(h.Qt="empty distance tree with lengths",w=-3),w):0)}}function nt(){const t=this;let n,e,r,i,o=0,s=0,f=0,c=0,a=0,l=0,u=0,h=0,w=0,d=0;function y(t,n,e,r,i,o,s,f){let c,a,l,u,h,w,d,y,p,b,A,g,k,U,v,m;d=f.fn,y=f.Gt,h=s.un,w=s.hn,p=s.write,b=p<s.read?s.read-p-1:s.end-p,A=J[t],g=J[n];do{for(;20>w;)y--,h|=(255&f.wn(d++))<<w,w+=8;if(c=h&A,a=e,l=r,m=3*(l+c),0!==(u=a[m]))for(;;){if(h>>=a[m+1],w-=a[m+1],0!=(16&u)){for(u&=15,k=a[m+2]+(h&J[u]),h>>=u,w-=u;15>w;)y--,h|=(255&f.wn(d++))<<w,w+=8;for(c=h&g,a=i,l=o,m=3*(l+c),u=a[m];;){if(h>>=a[m+1],w-=a[m+1],0!=(16&u)){for(u&=15;u>w;)y--,h|=(255&f.wn(d++))<<w,w+=8;if(U=a[m+2]+(h&J[u]),h>>=u,w-=u,b-=k,U>p){v=p-U;do{v+=s.end}while(0>v);if(u=s.end-v,k>u){if(k-=u,p-v>0&&u>p-v)do{s.window[p++]=s.window[v++]}while(0!=--u);else s.window.set(s.window.subarray(v,v+u),p),p+=u,v+=u,u=0;v=0}}else v=p-U,p-v>0&&2>p-v?(s.window[p++]=s.window[v++],s.window[p++]=s.window[v++],k-=2):(s.window.set(s.window.subarray(v,v+2),p),p+=2,v+=2,k-=2);if(p-v>0&&k>p-v)do{s.window[p++]=s.window[v++]}while(0!=--k);else s.window.set(s.window.subarray(v,v+k),p),p+=k,v+=k,k=0;break}if(0!=(64&u))return f.Qt="invalid distance code",k=f.Gt-y,k=k>w>>3?w>>3:k,y+=k,d-=k,w-=k<<3,s.un=h,s.hn=w,f.Gt=y,f.Yt+=d-f.fn,f.fn=d,s.write=p,-3;c+=a[m+2],c+=h&J[u],m=3*(l+c),u=a[m]}break}if(0!=(64&u))return 0!=(32&u)?(k=f.Gt-y,k=k>w>>3?w>>3:k,y+=k,d-=k,w-=k<<3,s.un=h,s.hn=w,f.Gt=y,f.Yt+=d-f.fn,f.fn=d,s.write=p,1):(f.Qt="invalid literal/length code",k=f.Gt-y,k=k>w>>3?w>>3:k,y+=k,d-=k,w-=k<<3,s.un=h,s.hn=w,f.Gt=y,f.Yt+=d-f.fn,f.fn=d,s.write=p,-3);if(c+=a[m+2],c+=h&J[u],m=3*(l+c),0===(u=a[m])){h>>=a[m+1],w-=a[m+1],s.window[p++]=a[m+2],b--;break}}else h>>=a[m+1],w-=a[m+1],s.window[p++]=a[m+2],b--}while(b>=258&&y>=10);return k=f.Gt-y,k=k>w>>3?w>>3:k,y+=k,d-=k,w-=k<<3,s.un=h,s.hn=w,f.Gt=y,f.Yt+=d-f.fn,f.fn=d,s.write=p,0}t.init=(t,o,s,f,c,a)=>{n=0,u=t,h=o,r=s,w=f,i=c,d=a,e=null},t.dn=(t,p,b)=>{let A,g,k,U,v,m,M,E=0,z=0,I=0;for(I=p.fn,U=p.Gt,E=t.un,z=t.hn,v=t.write,m=v<t.read?t.read-v-1:t.end-v;;)switch(n){case 0:if(m>=258&&U>=10&&(t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,b=y(u,h,r,w,i,d,t,p),I=p.fn,U=p.Gt,E=t.un,z=t.hn,v=t.write,m=v<t.read?t.read-v-1:t.end-v,0!=b)){n=1==b?7:9;break}f=u,e=r,s=w,n=1;case 1:for(A=f;A>z;){if(0===U)return t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);b=0,U--,E|=(255&p.wn(I++))<<z,z+=8}if(g=3*(s+(E&J[A])),E>>>=e[g+1],z-=e[g+1],k=e[g],0===k){c=e[g+2],n=6;break}if(0!=(16&k)){a=15&k,o=e[g+2],n=2;break}if(0==(64&k)){f=k,s=g/3+e[g+2];break}if(0!=(32&k)){n=7;break}return n=9,p.Qt="invalid literal/length code",b=-3,t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);case 2:for(A=a;A>z;){if(0===U)return t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);b=0,U--,E|=(255&p.wn(I++))<<z,z+=8}o+=E&J[A],E>>=A,z-=A,f=h,e=i,s=d,n=3;case 3:for(A=f;A>z;){if(0===U)return t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);b=0,U--,E|=(255&p.wn(I++))<<z,z+=8}if(g=3*(s+(E&J[A])),E>>=e[g+1],z-=e[g+1],k=e[g],0!=(16&k)){a=15&k,l=e[g+2],n=4;break}if(0==(64&k)){f=k,s=g/3+e[g+2];break}return n=9,p.Qt="invalid distance code",b=-3,t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);case 4:for(A=a;A>z;){if(0===U)return t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);b=0,U--,E|=(255&p.wn(I++))<<z,z+=8}l+=E&J[A],E>>=A,z-=A,n=5;case 5:for(M=v-l;0>M;)M+=t.end;for(;0!==o;){if(0===m&&(v==t.end&&0!==t.read&&(v=0,m=v<t.read?t.read-v-1:t.end-v),0===m&&(t.write=v,b=t.yn(p,b),v=t.write,m=v<t.read?t.read-v-1:t.end-v,v==t.end&&0!==t.read&&(v=0,m=v<t.read?t.read-v-1:t.end-v),0===m)))return t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);t.window[v++]=t.window[M++],m--,M==t.end&&(M=0),o--}n=0;break;case 6:if(0===m&&(v==t.end&&0!==t.read&&(v=0,m=v<t.read?t.read-v-1:t.end-v),0===m&&(t.write=v,b=t.yn(p,b),v=t.write,m=v<t.read?t.read-v-1:t.end-v,v==t.end&&0!==t.read&&(v=0,m=v<t.read?t.read-v-1:t.end-v),0===m)))return t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);b=0,t.window[v++]=c,m--,n=0;break;case 7:if(z>7&&(z-=8,U++,I--),t.write=v,b=t.yn(p,b),v=t.write,m=v<t.read?t.read-v-1:t.end-v,t.read!=t.write)return t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);n=8;case 8:return b=1,t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);case 9:return b=-3,t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b);default:return b=-2,t.un=E,t.hn=z,p.Gt=U,p.Yt+=I-p.fn,p.fn=I,t.write=v,t.yn(p,b)}},t.pn=()=>{}}tt.bn=(t,n,e,r)=>(t[0]=9,n[0]=5,e[0]=N,r[0]=Q,0);const et=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function rt(t,n){const e=this;let r,i=0,o=0,s=0,f=0;const c=[0],a=[0],l=new nt;let u=0,h=new Int32Array(4320);const w=new tt;e.hn=0,e.un=0,e.window=new Uint8Array(n),e.end=n,e.read=0,e.write=0,e.reset=(t,n)=>{n&&(n[0]=0),6==i&&l.pn(t),i=0,e.hn=0,e.un=0,e.read=e.write=0},e.reset(t,null),e.yn=(t,n)=>{let r,i,o;return i=t.cn,o=e.read,r=(o>e.write?e.end:e.write)-o,r>t.sn&&(r=t.sn),0!==r&&-5==n&&(n=0),t.sn-=r,t.Zt+=r,t.rn.set(e.window.subarray(o,o+r),i),i+=r,o+=r,o==e.end&&(o=0,e.write==e.end&&(e.write=0),r=e.write-o,r>t.sn&&(r=t.sn),0!==r&&-5==n&&(n=0),t.sn-=r,t.Zt+=r,t.rn.set(e.window.subarray(o,o+r),i),i+=r,o+=r),t.cn=i,e.read=o,n},e.dn=(t,n)=>{let d,y,p,b,A,g,k,U;for(b=t.fn,A=t.Gt,y=e.un,p=e.hn,g=e.write,k=g<e.read?e.read-g-1:e.end-g;;){let v,m,M,E,z,I,S,_;switch(i){case 0:for(;3>p;){if(0===A)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);n=0,A--,y|=(255&t.wn(b++))<<p,p+=8}switch(d=7&y,u=1&d,d>>>1){case 0:y>>>=3,p-=3,d=7&p,y>>>=d,p-=d,i=1;break;case 1:v=[],m=[],M=[[]],E=[[]],tt.bn(v,m,M,E),l.init(v[0],m[0],M[0],0,E[0],0),y>>>=3,p-=3,i=6;break;case 2:y>>>=3,p-=3,i=3;break;case 3:return y>>>=3,p-=3,i=9,t.Qt="invalid block type",n=-3,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n)}break;case 1:for(;32>p;){if(0===A)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);n=0,A--,y|=(255&t.wn(b++))<<p,p+=8}if((~y>>>16&65535)!=(65535&y))return i=9,t.Qt="invalid stored block lengths",n=-3,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);o=65535&y,y=p=0,i=0!==o?2:0!==u?7:0;break;case 2:if(0===A)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);if(0===k&&(g==e.end&&0!==e.read&&(g=0,k=g<e.read?e.read-g-1:e.end-g),0===k&&(e.write=g,n=e.yn(t,n),g=e.write,k=g<e.read?e.read-g-1:e.end-g,g==e.end&&0!==e.read&&(g=0,k=g<e.read?e.read-g-1:e.end-g),0===k)))return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);if(n=0,d=o,d>A&&(d=A),d>k&&(d=k),e.window.set(t.Jt(b,d),g),b+=d,A-=d,g+=d,k-=d,0!=(o-=d))break;i=0!==u?7:0;break;case 3:for(;14>p;){if(0===A)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);n=0,A--,y|=(255&t.wn(b++))<<p,p+=8}if(s=d=16383&y,(31&d)>29||(d>>5&31)>29)return i=9,t.Qt="too many length or distance symbols",n=-3,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);if(d=258+(31&d)+(d>>5&31),!r||r.length<d)r=[];else for(U=0;d>U;U++)r[U]=0;y>>>=14,p-=14,f=0,i=4;case 4:for(;4+(s>>>10)>f;){for(;3>p;){if(0===A)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);n=0,A--,y|=(255&t.wn(b++))<<p,p+=8}r[et[f++]]=7&y,y>>>=3,p-=3}for(;19>f;)r[et[f++]]=0;if(c[0]=7,d=w.an(r,c,a,h,t),0!=d)return-3==(n=d)&&(r=null,i=9),e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);f=0,i=5;case 5:for(;d=s,258+(31&d)+(d>>5&31)>f;){let o,l;for(d=c[0];d>p;){if(0===A)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);n=0,A--,y|=(255&t.wn(b++))<<p,p+=8}if(d=h[3*(a[0]+(y&J[d]))+1],l=h[3*(a[0]+(y&J[d]))+2],16>l)y>>>=d,p-=d,r[f++]=l;else{for(U=18==l?7:l-14,o=18==l?11:3;d+U>p;){if(0===A)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);n=0,A--,y|=(255&t.wn(b++))<<p,p+=8}if(y>>>=d,p-=d,o+=y&J[U],y>>>=U,p-=U,U=f,d=s,U+o>258+(31&d)+(d>>5&31)||16==l&&1>U)return r=null,i=9,t.Qt="invalid bit length repeat",n=-3,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);l=16==l?r[U-1]:0;do{r[U++]=l}while(0!=--o);f=U}}if(a[0]=-1,z=[],I=[],S=[],_=[],z[0]=9,I[0]=6,d=s,d=w.ln(257+(31&d),1+(d>>5&31),r,z,I,S,_,h,t),0!=d)return-3==d&&(r=null,i=9),n=d,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);l.init(z[0],I[0],h,S[0],h,_[0]),i=6;case 6:if(e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,1!=(n=l.dn(e,t,n)))return e.yn(t,n);if(n=0,l.pn(t),b=t.fn,A=t.Gt,y=e.un,p=e.hn,g=e.write,k=g<e.read?e.read-g-1:e.end-g,0===u){i=0;break}i=7;case 7:if(e.write=g,n=e.yn(t,n),g=e.write,k=g<e.read?e.read-g-1:e.end-g,e.read!=e.write)return e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);i=8;case 8:return n=1,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);case 9:return n=-3,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n);default:return n=-2,e.un=y,e.hn=p,t.Gt=A,t.Yt+=b-t.fn,t.fn=b,e.write=g,e.yn(t,n)}}},e.pn=t=>{e.reset(t,null),e.window=null,h=null},e.An=(t,n,r)=>{e.window.set(t.subarray(n,n+r),0),e.read=e.write=r},e.gn=()=>1==i?1:0}const it=[0,0,255,255];function ot(){const t=this;function n(t){return t&&t.kn?(t.Yt=t.Zt=0,t.Qt=null,t.kn.mode=7,t.kn.Un.reset(t,null),0):-2}t.mode=0,t.method=0,t.vn=[0],t.mn=0,t.marker=0,t.Mn=0,t.En=n=>(t.Un&&t.Un.pn(n),t.Un=null,0),t.zn=(e,r)=>(e.Qt=null,t.Un=null,8>r||r>15?(t.En(e),-2):(t.Mn=r,e.kn.Un=new rt(e,1<<r),n(e),0)),t.et=(t,n)=>{let e,r;if(!t||!t.kn||!t.on)return-2;const i=t.kn;for(n=4==n?-5:0,e=-5;;)switch(i.mode){case 0:if(0===t.Gt)return e;if(e=n,t.Gt--,t.Yt++,8!=(15&(i.method=t.wn(t.fn++)))){i.mode=13,t.Qt="unknown compression method",i.marker=5;break}if(8+(i.method>>4)>i.Mn){i.mode=13,t.Qt="invalid window size",i.marker=5;break}i.mode=1;case 1:if(0===t.Gt)return e;if(e=n,t.Gt--,t.Yt++,r=255&t.wn(t.fn++),((i.method<<8)+r)%31!=0){i.mode=13,t.Qt="incorrect header check",i.marker=5;break}if(0==(32&r)){i.mode=7;break}i.mode=2;case 2:if(0===t.Gt)return e;e=n,t.Gt--,t.Yt++,i.mn=(255&t.wn(t.fn++))<<24&4278190080,i.mode=3;case 3:if(0===t.Gt)return e;e=n,t.Gt--,t.Yt++,i.mn+=(255&t.wn(t.fn++))<<16&16711680,i.mode=4;case 4:if(0===t.Gt)return e;e=n,t.Gt--,t.Yt++,i.mn+=(255&t.wn(t.fn++))<<8&65280,i.mode=5;case 5:return 0===t.Gt?e:(e=n,t.Gt--,t.Yt++,i.mn+=255&t.wn(t.fn++),i.mode=6,2);case 6:return i.mode=13,t.Qt="need dictionary",i.marker=0,-2;case 7:if(e=i.Un.dn(t,e),-3==e){i.mode=13,i.marker=0;break}if(0==e&&(e=n),1!=e)return e;e=n,i.Un.reset(t,i.vn),i.mode=12;case 12:return 1;case 13:return-3;default:return-2}},t.In=(t,n,e)=>{let r=0,i=e;if(!t||!t.kn||6!=t.kn.mode)return-2;const o=t.kn;return i<1<<o.Mn||(i=(1<<o.Mn)-1,r=e-i),o.Un.An(n,r,i),o.mode=7,0},t.Sn=t=>{let e,r,i,o,s;if(!t||!t.kn)return-2;const f=t.kn;if(13!=f.mode&&(f.mode=13,f.marker=0),0===(e=t.Gt))return-5;for(r=t.fn,i=f.marker;0!==e&&4>i;)t.wn(r)==it[i]?i++:i=0!==t.wn(r)?0:4-i,r++,e--;return t.Yt+=r-t.fn,t.fn=r,t.Gt=e,f.marker=i,4!=i?-3:(o=t.Yt,s=t.Zt,n(t),t.Yt=o,t.Zt=s,f.mode=7,0)},t._n=t=>t&&t.kn&&t.kn.Un?t.kn.Un.gn():-2}function st(){}function ft(t){const n=new st,e=t&&t.nt?Math.floor(2*t.nt):131072,r=new Uint8Array(e);let i=!1;n.zn(),n.rn=r,this.append=(t,o)=>{const s=[];let f,c,a=0,l=0,u=0;if(0!==t.length){n.fn=0,n.on=t,n.Gt=t.length;do{if(n.cn=0,n.sn=e,0!==n.Gt||i||(n.fn=0,i=!0),f=n.et(0),i&&-5===f){if(0!==n.Gt)throw Error("inflating: bad input")}else if(0!==f&&1!==f)throw Error("inflating: "+n.Qt);if((i||1===f)&&n.Gt===t.length)throw Error("inflating: bad input");n.cn&&(n.cn===e?s.push(new Uint8Array(r)):s.push(r.slice(0,n.cn))),u+=n.cn,o&&n.fn>0&&n.fn!=a&&(o(n.fn),a=n.fn)}while(n.Gt>0||0===n.sn);return s.length>1?(c=new Uint8Array(u),s.forEach((t=>{c.set(t,l),l+=t.length}))):c=s[0]||new Uint8Array(0),c}},this.flush=()=>{n.En()}}st.prototype={zn:function(t){const n=this;return n.kn=new ot,t||(t=15),n.kn.zn(n,t)},et:function(t){const n=this;return n.kn?n.kn.et(n,t):-2},En:function(){const t=this;if(!t.kn)return-2;const n=t.kn.En(t);return t.kn=null,n},Sn:function(){const t=this;return t.kn?t.kn.Sn(t):-2},In:function(t,n){const e=this;return e.kn?e.kn.In(e,t,n):-2},wn:function(t){return this.on[t]},Jt:function(t,n){return this.on.subarray(t,t+n)}},self.initCodec=()=>{self.Deflate=G,self.Inflate=ft};\n'],{type:"text/javascript"}));t({workerScripts:{inflate:[n],deflate:[n]}})}};export{t as default}; |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"type": "module", | ||
@@ -39,12 +39,13 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.16.7", | ||
"@babel/preset-env": "^7.16.8", | ||
"@babel/core": "^7.17.0", | ||
"@babel/preset-env": "^7.16.11", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-node-resolve": "^13.0.6", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"@rollup/plugin-replace": "^3.0.1", | ||
"core-js": "^3.20.3", | ||
"rollup": "^2.59.0", | ||
"babel-plugin-transform-async-to-promises": "^0.8.18", | ||
"core-js": "^3.21.0", | ||
"rollup": "^2.67.0", | ||
"rollup-plugin-terser": "^7.0.2" | ||
} | ||
} |
@@ -23,2 +23,4 @@ import { babel } from "@rollup/plugin-babel"; | ||
const bundledPlugins = [ | ||
commonjs(), | ||
resolve(), | ||
babel({ | ||
@@ -29,9 +31,10 @@ babelHelpers: "bundled", | ||
presets: babelPresets, | ||
compact: false | ||
}), | ||
resolve(), | ||
commonjs() | ||
compact: false, | ||
plugins: [["babel-plugin-transform-async-to-promises", { externalHelpers: true }]] | ||
}) | ||
]; | ||
const inlinePlugins = [ | ||
commonjs(), | ||
resolve(), | ||
babel({ | ||
@@ -43,5 +46,3 @@ babelHelpers: "inline", | ||
compact: false | ||
}), | ||
resolve(), | ||
commonjs() | ||
}) | ||
]; | ||
@@ -60,3 +61,3 @@ | ||
file: "lib/z-worker-inline.js", | ||
format: "esm" | ||
format: "es" | ||
}], | ||
@@ -63,0 +64,0 @@ plugins: [replace({ |
@@ -8,2 +8,33 @@ import { babel } from "@rollup/plugin-babel"; | ||
const bundledTerserOptions = { | ||
compress: { | ||
unsafe: true, | ||
unsafe_comps: true, | ||
unsafe_math: true, | ||
unsafe_symbols: true, | ||
unsafe_proto: true, | ||
keep_fargs: false, | ||
passes: 3, | ||
ecma: "5" | ||
} | ||
}; | ||
const inlineTerserOptions = { | ||
compress: { | ||
unsafe: true, | ||
unsafe_comps: true, | ||
unsafe_math: true, | ||
unsafe_symbols: true, | ||
unsafe_proto: true, | ||
keep_fargs: false, | ||
passes: 3, | ||
ecma: "5" | ||
}, | ||
mangle: { | ||
properties: { | ||
reserved: ["codecType", "config", "salt", "iterations", "keys", "password", "encryptionStrength", "encrypted", "signed", "compressed", "level", "zipCrypto", "passwordVerification"], | ||
} | ||
} | ||
}; | ||
const babelPresets = [ | ||
@@ -25,2 +56,4 @@ [ | ||
const bundledPlugins = [ | ||
commonjs(), | ||
resolve(), | ||
babel({ | ||
@@ -31,9 +64,10 @@ babelHelpers: "bundled", | ||
presets: babelPresets, | ||
compact: false | ||
}), | ||
resolve(), | ||
commonjs() | ||
compact: false, | ||
plugins: [["babel-plugin-transform-async-to-promises", { externalHelpers: true }]] | ||
}) | ||
]; | ||
const inlinePlugins = [ | ||
commonjs(), | ||
resolve(), | ||
babel({ | ||
@@ -45,5 +79,3 @@ babelHelpers: "inline", | ||
compact: false | ||
}), | ||
resolve(), | ||
commonjs() | ||
}) | ||
]; | ||
@@ -56,3 +88,3 @@ | ||
format: "es", | ||
plugins: [terser()] | ||
plugins: [terser(inlineTerserOptions)] | ||
}], | ||
@@ -64,3 +96,3 @@ plugins: inlinePlugins | ||
file: "lib/z-worker-inline.js", | ||
format: "esm" | ||
format: "es" | ||
}], | ||
@@ -72,3 +104,3 @@ plugins: [ | ||
}), | ||
terser() | ||
terser(bundledTerserOptions) | ||
] | ||
@@ -81,3 +113,3 @@ }, { | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -95,3 +127,3 @@ file: "dist/zip-es5.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -109,3 +141,3 @@ file: "dist/zip-full-es5.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -119,3 +151,3 @@ plugins: bundledPlugins | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -129,3 +161,3 @@ plugins: bundledPlugins | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -139,3 +171,3 @@ plugins: bundledPlugins | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -153,3 +185,3 @@ file: "dist/zip-fs-es5.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -166,3 +198,3 @@ file: "dist/zip-fs-full-es5.js", | ||
format: "iife", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -175,3 +207,3 @@ plugins: inlinePlugins | ||
format: "iife", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -184,5 +216,5 @@ plugins: inlinePlugins | ||
format: "iife", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
plugins: inlinePlugins | ||
}]; |
import { nodeResolve } from "@rollup/plugin-node-resolve"; | ||
import replace from "@rollup/plugin-replace"; | ||
import fs from "fs"; | ||
@@ -11,19 +13,13 @@ export default [{ | ||
}, { | ||
input: "lib/z-worker-inline.js", | ||
input: "lib/z-worker-inline-template.js", | ||
output: [{ | ||
intro: | ||
` | ||
export default (configure) => { | ||
if (typeof URL.createObjectURL == "function") { | ||
const code = \` | ||
`, | ||
file: "lib/z-worker-inline.js", | ||
outro: | ||
` \`; | ||
const uri = URL.createObjectURL(new Blob([code], { type : "text/javascript" })); | ||
configure({ workerScripts: { inflate: [uri], deflate: [uri] } }); | ||
} | ||
};`, | ||
format: "esm" | ||
}] | ||
format: "es" | ||
}], | ||
plugins: [ | ||
replace({ | ||
preventAssignment: true, | ||
"__workerCode__": () => fs.readFileSync("lib/z-worker-inline.js").toString() | ||
}) | ||
] | ||
}, { | ||
@@ -30,0 +26,0 @@ input: ["lib/zip.js"], |
import { nodeResolve } from "@rollup/plugin-node-resolve"; | ||
import replace from "@rollup/plugin-replace"; | ||
import { terser } from "rollup-plugin-terser"; | ||
import fs from "fs"; | ||
const bundledTerserOptions = { | ||
compress: { | ||
unsafe: true, | ||
unsafe_arrows: true, | ||
unsafe_comps: true, | ||
unsafe_math: true, | ||
unsafe_symbols: true, | ||
unsafe_proto: true, | ||
keep_fargs: false, | ||
passes: 3, | ||
ecma: "2020" | ||
} | ||
}; | ||
const inlineTerserOptions = { | ||
compress: { | ||
unsafe: true, | ||
unsafe_arrows: true, | ||
unsafe_comps: true, | ||
unsafe_math: true, | ||
unsafe_symbols: true, | ||
unsafe_proto: true, | ||
keep_fargs: false, | ||
passes: 3, | ||
ecma: "2020" | ||
}, | ||
mangle: { | ||
properties: { | ||
reserved: ["codecType", "config", "salt", "iterations", "keys", "password", "encryptionStrength", "encrypted", "signed", "compressed", "level", "zipCrypto", "passwordVerification"], | ||
} | ||
} | ||
}; | ||
export default [{ | ||
@@ -9,24 +44,18 @@ input: "lib/z-worker-fflate.js", | ||
format: "es", | ||
plugins: [terser()] | ||
plugins: [terser(inlineTerserOptions)] | ||
}], | ||
plugins: [nodeResolve()] | ||
}, { | ||
input: "lib/z-worker-inline.js", | ||
input: "lib/z-worker-inline-template.js", | ||
output: [{ | ||
intro: | ||
` | ||
export default (configure) => { | ||
if (typeof URL.createObjectURL == "function") { | ||
const code = \` | ||
`, | ||
file: "lib/z-worker-inline.js", | ||
outro: | ||
` \`; | ||
const uri = URL.createObjectURL(new Blob([code], { type : "text/javascript" })); | ||
configure({ workerScripts: { inflate: [uri], deflate: [uri] } }); | ||
} | ||
};`, | ||
format: "esm", | ||
plugins: [terser()] | ||
}] | ||
format: "es" | ||
}], | ||
plugins: [ | ||
replace({ | ||
preventAssignment: true, | ||
"__workerCode__": () => fs.readFileSync("lib/z-worker-inline.js").toString() | ||
}), | ||
terser(bundledTerserOptions) | ||
] | ||
}, { | ||
@@ -38,3 +67,3 @@ input: ["lib/zip.js"], | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -52,3 +81,3 @@ file: "dist/zip.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -66,3 +95,3 @@ file: "dist/zip-full.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -76,3 +105,3 @@ plugins: [nodeResolve()] | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -86,3 +115,3 @@ plugins: [nodeResolve()] | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
@@ -96,3 +125,3 @@ plugins: [nodeResolve()] | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -110,3 +139,3 @@ file: "dist/zip-fs.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -123,5 +152,5 @@ file: "dist/zip-fs-full.js", | ||
format: "iife", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}], | ||
plugins: [nodeResolve()] | ||
}]; |
@@ -0,1 +1,4 @@ | ||
import replace from "@rollup/plugin-replace"; | ||
import fs from "fs"; | ||
export default [{ | ||
@@ -8,19 +11,13 @@ input: "lib/z-worker.js", | ||
}, { | ||
input: "lib/z-worker-inline.js", | ||
input: "lib/z-worker-inline-template.js", | ||
output: [{ | ||
intro: | ||
` | ||
export default (configure) => { | ||
if (typeof URL.createObjectURL == "function") { | ||
const code = \` | ||
`, | ||
file: "lib/z-worker-inline.js", | ||
outro: | ||
` \`; | ||
const uri = URL.createObjectURL(new Blob([code], { type : "text/javascript" })); | ||
configure({ workerScripts: { inflate: [uri], deflate: [uri] } }); | ||
} | ||
};`, | ||
format: "esm" | ||
}] | ||
format: "es" | ||
}], | ||
plugins: [ | ||
replace({ | ||
preventAssignment: true, | ||
"__workerCode__": () => fs.readFileSync("lib/z-worker-inline.js").toString() | ||
}) | ||
] | ||
}, { | ||
@@ -27,0 +24,0 @@ input: ["lib/zip.js"], |
@@ -0,3 +1,38 @@ | ||
import replace from "@rollup/plugin-replace"; | ||
import { terser } from "rollup-plugin-terser"; | ||
import fs from "fs"; | ||
const bundledTerserOptions = { | ||
compress: { | ||
unsafe: true, | ||
unsafe_arrows: true, | ||
unsafe_comps: true, | ||
unsafe_math: true, | ||
unsafe_symbols: true, | ||
unsafe_proto: true, | ||
keep_fargs: false, | ||
passes: 3, | ||
ecma: "2020" | ||
} | ||
}; | ||
const inlineTerserOptions = { | ||
compress: { | ||
unsafe: true, | ||
unsafe_arrows: true, | ||
unsafe_comps: true, | ||
unsafe_math: true, | ||
unsafe_symbols: true, | ||
unsafe_proto: true, | ||
keep_fargs: false, | ||
passes: 3, | ||
ecma: "2020" | ||
}, | ||
mangle: { | ||
properties: { | ||
reserved: ["codecType", "config", "salt", "iterations", "keys", "password", "encryptionStrength", "encrypted", "signed", "compressed", "level", "zipCrypto", "passwordVerification"], | ||
} | ||
} | ||
}; | ||
export default [{ | ||
@@ -8,23 +43,17 @@ input: "lib/z-worker.js", | ||
format: "es", | ||
plugins: [terser()] | ||
plugins: [terser(inlineTerserOptions)] | ||
}] | ||
}, { | ||
input: "lib/z-worker-inline.js", | ||
input: "lib/z-worker-inline-template.js", | ||
output: [{ | ||
intro: | ||
` | ||
export default (configure) => { | ||
if (typeof URL.createObjectURL == "function") { | ||
const code = \` | ||
`, | ||
file: "lib/z-worker-inline.js", | ||
outro: | ||
` \`; | ||
const uri = URL.createObjectURL(new Blob([code], { type : "text/javascript" })); | ||
configure({ workerScripts: { inflate: [uri], deflate: [uri] } }); | ||
} | ||
};`, | ||
format: "esm", | ||
plugins: [terser()] | ||
}] | ||
format: "es" | ||
}], | ||
plugins: [ | ||
replace({ | ||
preventAssignment: true, | ||
"__workerCode__": () => fs.readFileSync("lib/z-worker-inline.js").toString() | ||
}), | ||
terser(bundledTerserOptions) | ||
] | ||
}, { | ||
@@ -36,3 +65,3 @@ input: ["lib/zip.js"], | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -49,3 +78,3 @@ file: "dist/zip.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -62,3 +91,3 @@ file: "dist/zip-full.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}] | ||
@@ -71,3 +100,3 @@ }, { | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}] | ||
@@ -80,3 +109,3 @@ }, { | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}] | ||
@@ -89,3 +118,3 @@ }, { | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -102,3 +131,3 @@ file: "dist/zip-fs.js", | ||
name: "zip", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}, { | ||
@@ -114,3 +143,3 @@ file: "dist/zip-fs-full.js", | ||
format: "iife", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}] | ||
@@ -122,3 +151,3 @@ }, { | ||
format: "iife", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}] | ||
@@ -130,4 +159,4 @@ }, { | ||
format: "iife", | ||
plugins: [terser()] | ||
plugins: [terser(bundledTerserOptions)] | ||
}] | ||
}]; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
189
0.53%34
-19.05%7370106
-7.72%10
11.11%107509
-6.67%55
7.84%