@zoom/videosdk
Version:
Zoom Web Video SDK
1 lines • 630 kB
JavaScript
if((()=>{var e={9021:function(e,t,r){var i;e.exports=(i=i||function(e){var t;if("undefined"!=typeof window&&window.crypto&&(t=window.crypto),"undefined"!=typeof self&&self.crypto&&(t=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(t=globalThis.crypto),!t&&"undefined"!=typeof window&&window.msCrypto&&(t=window.msCrypto),!t&&void 0!==r.g&&r.g.crypto&&(t=r.g.crypto),!t)try{t=r(477)}catch(e){}var i=function(){if(t){if("function"==typeof t.getRandomValues)try{return t.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof t.randomBytes)try{return t.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),n={},o=n.lib={},a=o.Base={extend:function(e){var t=s(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},l=o.WordArray=a.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||c).stringify(this)},concat:function(e){var t=this.words,r=e.words,i=this.sigBytes,s=e.sigBytes;if(this.clamp(),i%4)for(var n=0;n<s;n++){var o=r[n>>>2]>>>24-n%4*8&255;t[i+n>>>2]|=o<<24-(i+n)%4*8}else for(var a=0;a<s;a+=4)t[i+a>>>2]=r[a>>>2];return this.sigBytes+=s,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=a.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(i());return new l.init(t,e)}}),h=n.enc={},c=h.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,i=[],s=0;s<r;s++){var n=t[s>>>2]>>>24-s%4*8&255;i.push((n>>>4).toString(16)),i.push((15&n).toString(16))}return i.join("")},parse:function(e){for(var t=e.length,r=[],i=0;i<t;i+=2)r[i>>>3]|=parseInt(e.substr(i,2),16)<<24-i%8*4;return new l.init(r,t/2)}},u=h.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,i=[],s=0;s<r;s++){var n=t[s>>>2]>>>24-s%4*8&255;i.push(String.fromCharCode(n))}return i.join("")},parse:function(e){for(var t=e.length,r=[],i=0;i<t;i++)r[i>>>2]|=(255&e.charCodeAt(i))<<24-i%4*8;return new l.init(r,t)}},d=h.Utf8={stringify:function(e){try{return decodeURIComponent(escape(u.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return u.parse(unescape(encodeURIComponent(e)))}},_=o.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new l.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=d.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,i=this._data,s=i.words,n=i.sigBytes,o=this.blockSize,a=n/(4*o),h=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*o,c=e.min(4*h,n);if(h){for(var u=0;u<h;u+=o)this._doProcessBlock(s,u);r=s.splice(0,h),i.sigBytes-=c}return new l.init(r,c)},clone:function(){var e=a.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),p=(o.Hasher=_.extend({cfg:a.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){_.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}}),n.algo={});return n}(Math),i)},754:function(e,t,r){var i,s,n;e.exports=(i=r(9021),n=(s=i).lib.WordArray,s.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,i=this._map;e.clamp();for(var s=[],n=0;n<r;n+=3)for(var o=(t[n>>>2]>>>24-n%4*8&255)<<16|(t[n+1>>>2]>>>24-(n+1)%4*8&255)<<8|t[n+2>>>2]>>>24-(n+2)%4*8&255,a=0;a<4&&n+.75*a<r;a++)s.push(i.charAt(o>>>6*(3-a)&63));var l=i.charAt(64);if(l)for(;s.length%4;)s.push(l);return s.join("")},parse:function(e){var t=e.length,r=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var s=0;s<r.length;s++)i[r.charCodeAt(s)]=s}var o=r.charAt(64);if(o){var a=e.indexOf(o);-1!==a&&(t=a)}return function(e,t,r){for(var i=[],s=0,o=0;o<t;o++)if(o%4){var a=r[e.charCodeAt(o-1)]<<o%4*2|r[e.charCodeAt(o)]>>>6-o%4*2;i[s>>>2]|=a<<24-s%4*8,s++}return n.create(i,s)}(e,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},i.enc.Base64)},5178:function(e,t,r){e.exports=r(9021).enc.Utf8},1549:(e,t,r)=>{var i=r(2032),s=r(3862),n=r(6721),o=r(2749),a=r(5749);function l(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=n,l.prototype.has=o,l.prototype.set=a,e.exports=l},79:(e,t,r)=>{var i=r(3702),s=r(80),n=r(4739),o=r(8655),a=r(3556);function l(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=n,l.prototype.has=o,l.prototype.set=a,e.exports=l},8223:(e,t,r)=>{var i=r(6110)(r(9325),"Map");e.exports=i},3661:(e,t,r)=>{var i=r(3040),s=r(7670),n=r(289),o=r(4509),a=r(2949);function l(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=n,l.prototype.has=o,l.prototype.set=a,e.exports=l},7217:(e,t,r)=>{var i=r(79),s=r(1420),n=r(938),o=r(3605),a=r(9817),l=r(945);function h(e){var t=this.__data__=new i(e);this.size=t.size}h.prototype.clear=s,h.prototype.delete=n,h.prototype.get=o,h.prototype.has=a,h.prototype.set=l,e.exports=h},1873:(e,t,r)=>{var i=r(9325).Symbol;e.exports=i},7828:(e,t,r)=>{var i=r(9325).Uint8Array;e.exports=i},1033:e=>{e.exports=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}},695:(e,t,r)=>{var i=r(8096),s=r(2428),n=r(6449),o=r(3656),a=r(361),l=r(7167),h=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=n(e),c=!r&&s(e),u=!r&&!c&&o(e),d=!r&&!c&&!u&&l(e),_=r||c||u||d,p=_?i(e.length,String):[],v=p.length;for(var f in e)!t&&!h.call(e,f)||_&&("length"==f||u&&("offset"==f||"parent"==f)||d&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||a(f,v))||p.push(f);return p}},7805:(e,t,r)=>{var i=r(3360),s=r(5288);e.exports=function(e,t,r){(void 0!==r&&!s(e[t],r)||void 0===r&&!(t in e))&&i(e,t,r)}},6547:(e,t,r)=>{var i=r(3360),s=r(5288),n=Object.prototype.hasOwnProperty;e.exports=function(e,t,r){var o=e[t];n.call(e,t)&&s(o,r)&&(void 0!==r||t in e)||i(e,t,r)}},6025:(e,t,r)=>{var i=r(5288);e.exports=function(e,t){for(var r=e.length;r--;)if(i(e[r][0],t))return r;return-1}},3360:(e,t,r)=>{var i=r(3243);e.exports=function(e,t,r){"__proto__"==t&&i?i(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},9344:(e,t,r)=>{var i=r(3805),s=Object.create,n=function(){function e(){}return function(t){if(!i(t))return{};if(s)return s(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();e.exports=n},6649:(e,t,r)=>{var i=r(3221)();e.exports=i},2552:(e,t,r)=>{var i=r(1873),s=r(659),n=r(9350),o=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?s(e):n(e)}},7534:(e,t,r)=>{var i=r(2552),s=r(346);e.exports=function(e){return s(e)&&"[object Arguments]"==i(e)}},5083:(e,t,r)=>{var i=r(1882),s=r(7296),n=r(3805),o=r(7473),a=/^\[object .+?Constructor\]$/,l=Function.prototype,h=Object.prototype,c=l.toString,u=h.hasOwnProperty,d=RegExp("^"+c.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!n(e)||s(e))&&(i(e)?d:a).test(o(e))}},4901:(e,t,r)=>{var i=r(2552),s=r(294),n=r(346),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return n(e)&&s(e.length)&&!!o[i(e)]}},2903:(e,t,r)=>{var i=r(3805),s=r(5527),n=r(181),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return n(e);var t=s(e),r=[];for(var a in e)("constructor"!=a||!t&&o.call(e,a))&&r.push(a);return r}},5250:(e,t,r)=>{var i=r(7217),s=r(7805),n=r(6649),o=r(2824),a=r(3805),l=r(7241),h=r(4974);e.exports=function e(t,r,c,u,d){t!==r&&n(r,(function(n,l){if(d||(d=new i),a(n))o(t,r,l,c,e,u,d);else{var _=u?u(h(t,l),n,l+"",t,r,d):void 0;void 0===_&&(_=n),s(t,l,_)}}),l)}},2824:(e,t,r)=>{var i=r(7805),s=r(3290),n=r(1961),o=r(3007),a=r(5529),l=r(2428),h=r(6449),c=r(3693),u=r(3656),d=r(1882),_=r(3805),p=r(1331),v=r(7167),f=r(4974),g=r(9884);e.exports=function(e,t,r,m,y,w,b){var E=f(e,r),S=f(t,r),T=b.get(S);if(T)i(e,r,T);else{var x=w?w(E,S,r+"",e,t,b):void 0,k=void 0===x;if(k){var R=h(S),C=!R&&u(S),A=!R&&!C&&v(S);x=S,R||C||A?h(E)?x=E:c(E)?x=o(E):C?(k=!1,x=s(S,!0)):A?(k=!1,x=n(S,!0)):x=[]:p(S)||l(S)?(x=E,l(E)?x=g(E):_(E)&&!d(E)||(x=a(S))):k=!1}k&&(b.set(S,x),y(x,S,m,w,b),b.delete(S)),i(e,r,x)}}},9302:(e,t,r)=>{var i=r(3488),s=r(6757),n=r(2865);e.exports=function(e,t){return n(s(e,t,i),e+"")}},9570:(e,t,r)=>{var i=r(7334),s=r(3243),n=r(3488),o=s?function(e,t){return s(e,"toString",{configurable:!0,enumerable:!1,value:i(t),writable:!0})}:n;e.exports=o},8096:e=>{e.exports=function(e,t){for(var r=-1,i=Array(e);++r<e;)i[r]=t(r);return i}},7301:e=>{e.exports=function(e){return function(t){return e(t)}}},9653:(e,t,r)=>{var i=r(7828);e.exports=function(e){var t=new e.constructor(e.byteLength);return new i(t).set(new i(e)),t}},3290:(e,t,r)=>{e=r.nmd(e);var i=r(9325),s=t&&!t.nodeType&&t,n=s&&e&&!e.nodeType&&e,o=n&&n.exports===s?i.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var r=e.length,i=a?a(r):new e.constructor(r);return e.copy(i),i}},1961:(e,t,r)=>{var i=r(9653);e.exports=function(e,t){var r=t?i(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}},3007:e=>{e.exports=function(e,t){var r=-1,i=e.length;for(t||(t=Array(i));++r<i;)t[r]=e[r];return t}},1791:(e,t,r)=>{var i=r(6547),s=r(3360);e.exports=function(e,t,r,n){var o=!r;r||(r={});for(var a=-1,l=t.length;++a<l;){var h=t[a],c=n?n(r[h],e[h],h,r,e):void 0;void 0===c&&(c=e[h]),o?s(r,h,c):i(r,h,c)}return r}},5481:(e,t,r)=>{var i=r(9325)["__core-js_shared__"];e.exports=i},999:(e,t,r)=>{var i=r(9302),s=r(6800);e.exports=function(e){return i((function(t,r){var i=-1,n=r.length,o=n>1?r[n-1]:void 0,a=n>2?r[2]:void 0;for(o=e.length>3&&"function"==typeof o?(n--,o):void 0,a&&s(r[0],r[1],a)&&(o=n<3?void 0:o,n=1),t=Object(t);++i<n;){var l=r[i];l&&e(t,l,i,o)}return t}))}},3221:e=>{e.exports=function(e){return function(t,r,i){for(var s=-1,n=Object(t),o=i(t),a=o.length;a--;){var l=o[e?a:++s];if(!1===r(n[l],l,n))break}return t}}},3243:(e,t,r)=>{var i=r(6110),s=function(){try{var e=i(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=s},2459:(e,t,r)=>{var i="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=i},2651:(e,t,r)=>{var i=r(4218);e.exports=function(e,t){var r=e.__data__;return i(t)?r["string"==typeof t?"string":"hash"]:r.map}},6110:(e,t,r)=>{var i=r(5083),s=r(392);e.exports=function(e,t){var r=s(e,t);return i(r)?r:void 0}},8879:(e,t,r)=>{var i=r(4335)(Object.getPrototypeOf,Object);e.exports=i},659:(e,t,r)=>{var i=r(1873),s=Object.prototype,n=s.hasOwnProperty,o=s.toString,a=i?i.toStringTag:void 0;e.exports=function(e){var t=n.call(e,a),r=e[a];try{e[a]=void 0;var i=!0}catch(e){}var s=o.call(e);return i&&(t?e[a]=r:delete e[a]),s}},392:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},2032:(e,t,r)=>{var i=r(1042);e.exports=function(){this.__data__=i?i(null):{},this.size=0}},3862:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},6721:(e,t,r)=>{var i=r(1042),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(i){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(t,e)?t[e]:void 0}},2749:(e,t,r)=>{var i=r(1042),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return i?void 0!==t[e]:s.call(t,e)}},5749:(e,t,r)=>{var i=r(1042);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=i&&void 0===t?"__lodash_hash_undefined__":t,this}},5529:(e,t,r)=>{var i=r(9344),s=r(8879),n=r(5527);e.exports=function(e){return"function"!=typeof e.constructor||n(e)?{}:i(s(e))}},361:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var i=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==i||"symbol"!=i&&t.test(e))&&e>-1&&e%1==0&&e<r}},6800:(e,t,r)=>{var i=r(5288),s=r(4894),n=r(361),o=r(3805);e.exports=function(e,t,r){if(!o(r))return!1;var a=typeof t;return!!("number"==a?s(r)&&n(t,r.length):"string"==a&&t in r)&&i(r[t],e)}},4218:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},7296:(e,t,r)=>{var i,s=r(5481),n=(i=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";e.exports=function(e){return!!n&&n in e}},5527:e=>{var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},3702:e=>{e.exports=function(){this.__data__=[],this.size=0}},80:(e,t,r)=>{var i=r(6025),s=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=i(t,e);return!(r<0||(r==t.length-1?t.pop():s.call(t,r,1),--this.size,0))}},4739:(e,t,r)=>{var i=r(6025);e.exports=function(e){var t=this.__data__,r=i(t,e);return r<0?void 0:t[r][1]}},8655:(e,t,r)=>{var i=r(6025);e.exports=function(e){return i(this.__data__,e)>-1}},3556:(e,t,r)=>{var i=r(6025);e.exports=function(e,t){var r=this.__data__,s=i(r,e);return s<0?(++this.size,r.push([e,t])):r[s][1]=t,this}},3040:(e,t,r)=>{var i=r(1549),s=r(79),n=r(8223);e.exports=function(){this.size=0,this.__data__={hash:new i,map:new(n||s),string:new i}}},7670:(e,t,r)=>{var i=r(2651);e.exports=function(e){var t=i(this,e).delete(e);return this.size-=t?1:0,t}},289:(e,t,r)=>{var i=r(2651);e.exports=function(e){return i(this,e).get(e)}},4509:(e,t,r)=>{var i=r(2651);e.exports=function(e){return i(this,e).has(e)}},2949:(e,t,r)=>{var i=r(2651);e.exports=function(e,t){var r=i(this,e),s=r.size;return r.set(e,t),this.size+=r.size==s?0:1,this}},1042:(e,t,r)=>{var i=r(6110)(Object,"create");e.exports=i},181:e=>{e.exports=function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t}},6009:(e,t,r)=>{e=r.nmd(e);var i=r(2459),s=t&&!t.nodeType&&t,n=s&&e&&!e.nodeType&&e,o=n&&n.exports===s&&i.process,a=function(){try{return n&&n.require&&n.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a},9350:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},4335:e=>{e.exports=function(e,t){return function(r){return e(t(r))}}},6757:(e,t,r)=>{var i=r(1033),s=Math.max;e.exports=function(e,t,r){return t=s(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,a=s(n.length-t,0),l=Array(a);++o<a;)l[o]=n[t+o];o=-1;for(var h=Array(t+1);++o<t;)h[o]=n[o];return h[t]=r(l),i(e,this,h)}}},9325:(e,t,r)=>{var i=r(2459),s="object"==typeof self&&self&&self.Object===Object&&self,n=i||s||Function("return this")();e.exports=n},4974:e=>{e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},2865:(e,t,r)=>{var i=r(9570),s=r(1811)(i);e.exports=s},1811:e=>{var t=Date.now;e.exports=function(e){var r=0,i=0;return function(){var s=t(),n=16-(s-i);if(i=s,n>0){if(++r>=800)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}},1420:(e,t,r)=>{var i=r(79);e.exports=function(){this.__data__=new i,this.size=0}},938:e=>{e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},3605:e=>{e.exports=function(e){return this.__data__.get(e)}},9817:e=>{e.exports=function(e){return this.__data__.has(e)}},945:(e,t,r)=>{var i=r(79),s=r(8223),n=r(3661);e.exports=function(e,t){var r=this.__data__;if(r instanceof i){var o=r.__data__;if(!s||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new n(o)}return r.set(e,t),this.size=r.size,this}},7473:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7334:e=>{e.exports=function(e){return function(){return e}}},5288:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},3488:e=>{e.exports=function(e){return e}},2428:(e,t,r)=>{var i=r(7534),s=r(346),n=Object.prototype,o=n.hasOwnProperty,a=n.propertyIsEnumerable,l=i(function(){return arguments}())?i:function(e){return s(e)&&o.call(e,"callee")&&!a.call(e,"callee")};e.exports=l},6449:e=>{var t=Array.isArray;e.exports=t},4894:(e,t,r)=>{var i=r(1882),s=r(294);e.exports=function(e){return null!=e&&s(e.length)&&!i(e)}},3693:(e,t,r)=>{var i=r(4894),s=r(346);e.exports=function(e){return s(e)&&i(e)}},3656:(e,t,r)=>{e=r.nmd(e);var i=r(9325),s=r(9935),n=t&&!t.nodeType&&t,o=n&&e&&!e.nodeType&&e,a=o&&o.exports===n?i.Buffer:void 0,l=(a?a.isBuffer:void 0)||s;e.exports=l},1882:(e,t,r)=>{var i=r(2552),s=r(3805);e.exports=function(e){if(!s(e))return!1;var t=i(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},294:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3805:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},346:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},1331:(e,t,r)=>{var i=r(2552),s=r(8879),n=r(346),o=Function.prototype,a=Object.prototype,l=o.toString,h=a.hasOwnProperty,c=l.call(Object);e.exports=function(e){if(!n(e)||"[object Object]"!=i(e))return!1;var t=s(e);if(null===t)return!0;var r=h.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&l.call(r)==c}},7167:(e,t,r)=>{var i=r(4901),s=r(7301),n=r(6009),o=n&&n.isTypedArray,a=o?s(o):i;e.exports=a},7241:(e,t,r)=>{var i=r(695),s=r(2903),n=r(4894);e.exports=function(e){return n(e)?i(e,!0):s(e)}},5364:(e,t,r)=>{var i=r(5250),s=r(999)((function(e,t,r){i(e,t,r)}));e.exports=s},9935:e=>{e.exports=function(){return!1}},9884:(e,t,r)=>{var i=r(1791),s=r(7241);e.exports=function(e){return i(e,s(e))}},1668:(e,t,r)=>{"use strict";const{Deflate:i,deflate:s,deflateRaw:n,gzip:o}=r(3303),{Inflate:a,inflate:l,inflateRaw:h,ungzip:c}=r(7083),u=r(9681);e.exports.Deflate=i,e.exports.deflate=s,e.exports.deflateRaw=n,e.exports.gzip=o,e.exports.Inflate=a,e.exports.inflate=l,e.exports.inflateRaw=h,e.exports.ungzip=c,e.exports.constants=u},3303:(e,t,r)=>{"use strict";const i=r(8411),s=r(9805),n=r(1996),o=r(4674),a=r(4442),l=Object.prototype.toString,{Z_NO_FLUSH:h,Z_SYNC_FLUSH:c,Z_FULL_FLUSH:u,Z_FINISH:d,Z_OK:_,Z_STREAM_END:p,Z_DEFAULT_COMPRESSION:v,Z_DEFAULT_STRATEGY:f,Z_DEFLATED:g}=r(9681);function m(e){this.options=s.assign({level:v,method:g,chunkSize:16384,windowBits:15,memLevel:8,strategy:f},e||{});let t=this.options;t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new a,this.strm.avail_out=0;let r=i.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(r!==_)throw new Error(o[r]);if(t.header&&i.deflateSetHeader(this.strm,t.header),t.dictionary){let e;if(e="string"==typeof t.dictionary?n.string2buf(t.dictionary):"[object ArrayBuffer]"===l.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,r=i.deflateSetDictionary(this.strm,e),r!==_)throw new Error(o[r]);this._dict_set=!0}}function y(e,t){const r=new m(t);if(r.push(e,!0),r.err)throw r.msg||o[r.err];return r.result}m.prototype.push=function(e,t){const r=this.strm,s=this.options.chunkSize;let o,a;if(this.ended)return!1;for(a=t===~~t?t:!0===t?d:h,"string"==typeof e?r.input=n.string2buf(e):"[object ArrayBuffer]"===l.call(e)?r.input=new Uint8Array(e):r.input=e,r.next_in=0,r.avail_in=r.input.length;;)if(0===r.avail_out&&(r.output=new Uint8Array(s),r.next_out=0,r.avail_out=s),(a===c||a===u)&&r.avail_out<=6)this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;else{if(o=i.deflate(r,a),o===p)return r.next_out>0&&this.onData(r.output.subarray(0,r.next_out)),o=i.deflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===_;if(0!==r.avail_out){if(a>0&&r.next_out>0)this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;else if(0===r.avail_in)break}else this.onData(r.output)}return!0},m.prototype.onData=function(e){this.chunks.push(e)},m.prototype.onEnd=function(e){e===_&&(this.result=s.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},e.exports.Deflate=m,e.exports.deflate=y,e.exports.deflateRaw=function(e,t){return(t=t||{}).raw=!0,y(e,t)},e.exports.gzip=function(e,t){return(t=t||{}).gzip=!0,y(e,t)},e.exports.constants=r(9681)},7083:(e,t,r)=>{"use strict";const i=r(1447),s=r(9805),n=r(1996),o=r(4674),a=r(4442),l=r(7414),h=Object.prototype.toString,{Z_NO_FLUSH:c,Z_FINISH:u,Z_OK:d,Z_STREAM_END:_,Z_NEED_DICT:p,Z_STREAM_ERROR:v,Z_DATA_ERROR:f,Z_MEM_ERROR:g}=r(9681);function m(e){this.options=s.assign({chunkSize:65536,windowBits:15,to:""},e||{});const t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&(15&t.windowBits||(t.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new a,this.strm.avail_out=0;let r=i.inflateInit2(this.strm,t.windowBits);if(r!==d)throw new Error(o[r]);if(this.header=new l,i.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"==typeof t.dictionary?t.dictionary=n.string2buf(t.dictionary):"[object ArrayBuffer]"===h.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(r=i.inflateSetDictionary(this.strm,t.dictionary),r!==d)))throw new Error(o[r])}function y(e,t){const r=new m(t);if(r.push(e),r.err)throw r.msg||o[r.err];return r.result}m.prototype.push=function(e,t){const r=this.strm,s=this.options.chunkSize,o=this.options.dictionary;let a,l,m;if(this.ended)return!1;for(l=t===~~t?t:!0===t?u:c,"[object ArrayBuffer]"===h.call(e)?r.input=new Uint8Array(e):r.input=e,r.next_in=0,r.avail_in=r.input.length;;){for(0===r.avail_out&&(r.output=new Uint8Array(s),r.next_out=0,r.avail_out=s),a=i.inflate(r,l),a===p&&o&&(a=i.inflateSetDictionary(r,o),a===d?a=i.inflate(r,l):a===f&&(a=p));r.avail_in>0&&a===_&&r.state.wrap>0&&0!==e[r.next_in];)i.inflateReset(r),a=i.inflate(r,l);switch(a){case v:case f:case p:case g:return this.onEnd(a),this.ended=!0,!1}if(m=r.avail_out,r.next_out&&(0===r.avail_out||a===_))if("string"===this.options.to){let e=n.utf8border(r.output,r.next_out),t=r.next_out-e,i=n.buf2string(r.output,e);r.next_out=t,r.avail_out=s-t,t&&r.output.set(r.output.subarray(e,e+t),0),this.onData(i)}else this.onData(r.output.length===r.next_out?r.output:r.output.subarray(0,r.next_out));if(a!==d||0!==m){if(a===_)return a=i.inflateEnd(this.strm),this.onEnd(a),this.ended=!0,!0;if(0===r.avail_in)break}}return!0},m.prototype.onData=function(e){this.chunks.push(e)},m.prototype.onEnd=function(e){e===d&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=s.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},e.exports.Inflate=m,e.exports.inflate=y,e.exports.inflateRaw=function(e,t){return(t=t||{}).raw=!0,y(e,t)},e.exports.ungzip=y,e.exports.constants=r(9681)},9805:e=>{"use strict";const t=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);e.exports.assign=function(e){const r=Array.prototype.slice.call(arguments,1);for(;r.length;){const i=r.shift();if(i){if("object"!=typeof i)throw new TypeError(i+"must be non-object");for(const r in i)t(i,r)&&(e[r]=i[r])}}return e},e.exports.flattenChunks=e=>{let t=0;for(let r=0,i=e.length;r<i;r++)t+=e[r].length;const r=new Uint8Array(t);for(let t=0,i=0,s=e.length;t<s;t++){let s=e[t];r.set(s,i),i+=s.length}return r}},1996:e=>{"use strict";let t=!0;try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){t=!1}const r=new Uint8Array(256);for(let e=0;e<256;e++)r[e]=e>=252?6:e>=248?5:e>=240?4:e>=224?3:e>=192?2:1;r[254]=r[254]=1,e.exports.string2buf=e=>{if("function"==typeof TextEncoder&&TextEncoder.prototype.encode)return(new TextEncoder).encode(e);let t,r,i,s,n,o=e.length,a=0;for(s=0;s<o;s++)r=e.charCodeAt(s),55296==(64512&r)&&s+1<o&&(i=e.charCodeAt(s+1),56320==(64512&i)&&(r=65536+(r-55296<<10)+(i-56320),s++)),a+=r<128?1:r<2048?2:r<65536?3:4;for(t=new Uint8Array(a),n=0,s=0;n<a;s++)r=e.charCodeAt(s),55296==(64512&r)&&s+1<o&&(i=e.charCodeAt(s+1),56320==(64512&i)&&(r=65536+(r-55296<<10)+(i-56320),s++)),r<128?t[n++]=r:r<2048?(t[n++]=192|r>>>6,t[n++]=128|63&r):r<65536?(t[n++]=224|r>>>12,t[n++]=128|r>>>6&63,t[n++]=128|63&r):(t[n++]=240|r>>>18,t[n++]=128|r>>>12&63,t[n++]=128|r>>>6&63,t[n++]=128|63&r);return t},e.exports.buf2string=(e,i)=>{const s=i||e.length;if("function"==typeof TextDecoder&&TextDecoder.prototype.decode)return(new TextDecoder).decode(e.subarray(0,i));let n,o;const a=new Array(2*s);for(o=0,n=0;n<s;){let t=e[n++];if(t<128){a[o++]=t;continue}let i=r[t];if(i>4)a[o++]=65533,n+=i-1;else{for(t&=2===i?31:3===i?15:7;i>1&&n<s;)t=t<<6|63&e[n++],i--;i>1?a[o++]=65533:t<65536?a[o++]=t:(t-=65536,a[o++]=55296|t>>10&1023,a[o++]=56320|1023&t)}}return((e,r)=>{if(r<65534&&e.subarray&&t)return String.fromCharCode.apply(null,e.length===r?e:e.subarray(0,r));let i="";for(let t=0;t<r;t++)i+=String.fromCharCode(e[t]);return i})(a,o)},e.exports.utf8border=(e,t)=>{(t=t||e.length)>e.length&&(t=e.length);let i=t-1;for(;i>=0&&128==(192&e[i]);)i--;return i<0||0===i?t:i+r[e[i]]>t?i:t}},3269:e=>{"use strict";e.exports=(e,t,r,i)=>{let s=65535&e,n=e>>>16&65535,o=0;for(;0!==r;){o=r>2e3?2e3:r,r-=o;do{s=s+t[i++]|0,n=n+s|0}while(--o);s%=65521,n%=65521}return s|n<<16}},9681:e=>{"use strict";e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},4823:e=>{"use strict";const t=new Uint32Array((()=>{let e,t=[];for(var r=0;r<256;r++){e=r;for(var i=0;i<8;i++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t})());e.exports=(e,r,i,s)=>{const n=t,o=s+i;e^=-1;for(let t=s;t<o;t++)e=e>>>8^n[255&(e^r[t])];return~e}},8411:(e,t,r)=>{"use strict";const{_tr_init:i,_tr_stored_block:s,_tr_flush_block:n,_tr_tally:o,_tr_align:a}=r(3665),l=r(3269),h=r(4823),c=r(4674),{Z_NO_FLUSH:u,Z_PARTIAL_FLUSH:d,Z_FULL_FLUSH:_,Z_FINISH:p,Z_BLOCK:v,Z_OK:f,Z_STREAM_END:g,Z_STREAM_ERROR:m,Z_DATA_ERROR:y,Z_BUF_ERROR:w,Z_DEFAULT_COMPRESSION:b,Z_FILTERED:E,Z_HUFFMAN_ONLY:S,Z_RLE:T,Z_FIXED:x,Z_DEFAULT_STRATEGY:k,Z_UNKNOWN:R,Z_DEFLATED:C}=r(9681),A=258,I=262,M=42,N=113,L=666,O=(e,t)=>(e.msg=c[t],t),P=e=>2*e-(e>4?9:0),D=e=>{let t=e.length;for(;--t>=0;)e[t]=0},F=e=>{let t,r,i,s=e.w_size;t=e.hash_size,i=t;do{r=e.head[--i],e.head[i]=r>=s?r-s:0}while(--t);t=s,i=t;do{r=e.prev[--i],e.prev[i]=r>=s?r-s:0}while(--t)};let U=(e,t,r)=>(t<<e.hash_shift^r)&e.hash_mask;const W=e=>{const t=e.state;let r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(e.output.set(t.pending_buf.subarray(t.pending_out,t.pending_out+r),e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))},V=(e,t)=>{n(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,W(e.strm)},B=(e,t)=>{e.pending_buf[e.pending++]=t},z=(e,t)=>{e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t},j=(e,t,r,i)=>{let s=e.avail_in;return s>i&&(s=i),0===s?0:(e.avail_in-=s,t.set(e.input.subarray(e.next_in,e.next_in+s),r),1===e.state.wrap?e.adler=l(e.adler,t,s,r):2===e.state.wrap&&(e.adler=h(e.adler,t,s,r)),e.next_in+=s,e.total_in+=s,s)},G=(e,t)=>{let r,i,s=e.max_chain_length,n=e.strstart,o=e.prev_length,a=e.nice_match;const l=e.strstart>e.w_size-I?e.strstart-(e.w_size-I):0,h=e.window,c=e.w_mask,u=e.prev,d=e.strstart+A;let _=h[n+o-1],p=h[n+o];e.prev_length>=e.good_match&&(s>>=2),a>e.lookahead&&(a=e.lookahead);do{if(r=t,h[r+o]===p&&h[r+o-1]===_&&h[r]===h[n]&&h[++r]===h[n+1]){n+=2,r++;do{}while(h[++n]===h[++r]&&h[++n]===h[++r]&&h[++n]===h[++r]&&h[++n]===h[++r]&&h[++n]===h[++r]&&h[++n]===h[++r]&&h[++n]===h[++r]&&h[++n]===h[++r]&&n<d);if(i=A-(d-n),n=d-A,i>o){if(e.match_start=t,o=i,i>=a)break;_=h[n+o-1],p=h[n+o]}}}while((t=u[t&c])>l&&0!=--s);return o<=e.lookahead?o:e.lookahead},H=e=>{const t=e.w_size;let r,i,s;do{if(i=e.window_size-e.lookahead-e.strstart,e.strstart>=t+(t-I)&&(e.window.set(e.window.subarray(t,t+t-i),0),e.match_start-=t,e.strstart-=t,e.block_start-=t,e.insert>e.strstart&&(e.insert=e.strstart),F(e),i+=t),0===e.strm.avail_in)break;if(r=j(e.strm,e.window,e.strstart+e.lookahead,i),e.lookahead+=r,e.lookahead+e.insert>=3)for(s=e.strstart-e.insert,e.ins_h=e.window[s],e.ins_h=U(e,e.ins_h,e.window[s+1]);e.insert&&(e.ins_h=U(e,e.ins_h,e.window[s+3-1]),e.prev[s&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=s,s++,e.insert--,!(e.lookahead+e.insert<3)););}while(e.lookahead<I&&0!==e.strm.avail_in)},q=(e,t)=>{let r,i,n,o=e.pending_buf_size-5>e.w_size?e.w_size:e.pending_buf_size-5,a=0,l=e.strm.avail_in;do{if(r=65535,n=e.bi_valid+42>>3,e.strm.avail_out<n)break;if(n=e.strm.avail_out-n,i=e.strstart-e.block_start,r>i+e.strm.avail_in&&(r=i+e.strm.avail_in),r>n&&(r=n),r<o&&(0===r&&t!==p||t===u||r!==i+e.strm.avail_in))break;a=t===p&&r===i+e.strm.avail_in?1:0,s(e,0,0,a),e.pending_buf[e.pending-4]=r,e.pending_buf[e.pending-3]=r>>8,e.pending_buf[e.pending-2]=~r,e.pending_buf[e.pending-1]=~r>>8,W(e.strm),i&&(i>r&&(i=r),e.strm.output.set(e.window.subarray(e.block_start,e.block_start+i),e.strm.next_out),e.strm.next_out+=i,e.strm.avail_out-=i,e.strm.total_out+=i,e.block_start+=i,r-=i),r&&(j(e.strm,e.strm.output,e.strm.next_out,r),e.strm.next_out+=r,e.strm.avail_out-=r,e.strm.total_out+=r)}while(0===a);return l-=e.strm.avail_in,l&&(l>=e.w_size?(e.matches=2,e.window.set(e.strm.input.subarray(e.strm.next_in-e.w_size,e.strm.next_in),0),e.strstart=e.w_size,e.insert=e.strstart):(e.window_size-e.strstart<=l&&(e.strstart-=e.w_size,e.window.set(e.window.subarray(e.w_size,e.w_size+e.strstart),0),e.matches<2&&e.matches++,e.insert>e.strstart&&(e.insert=e.strstart)),e.window.set(e.strm.input.subarray(e.strm.next_in-l,e.strm.next_in),e.strstart),e.strstart+=l,e.insert+=l>e.w_size-e.insert?e.w_size-e.insert:l),e.block_start=e.strstart),e.high_water<e.strstart&&(e.high_water=e.strstart),a?4:t!==u&&t!==p&&0===e.strm.avail_in&&e.strstart===e.block_start?2:(n=e.window_size-e.strstart,e.strm.avail_in>n&&e.block_start>=e.w_size&&(e.block_start-=e.w_size,e.strstart-=e.w_size,e.window.set(e.window.subarray(e.w_size,e.w_size+e.strstart),0),e.matches<2&&e.matches++,n+=e.w_size,e.insert>e.strstart&&(e.insert=e.strstart)),n>e.strm.avail_in&&(n=e.strm.avail_in),n&&(j(e.strm,e.window,e.strstart,n),e.strstart+=n,e.insert+=n>e.w_size-e.insert?e.w_size-e.insert:n),e.high_water<e.strstart&&(e.high_water=e.strstart),n=e.bi_valid+42>>3,n=e.pending_buf_size-n>65535?65535:e.pending_buf_size-n,o=n>e.w_size?e.w_size:n,i=e.strstart-e.block_start,(i>=o||(i||t===p)&&t!==u&&0===e.strm.avail_in&&i<=n)&&(r=i>n?n:i,a=t===p&&0===e.strm.avail_in&&r===i?1:0,s(e,e.block_start,r,a),e.block_start+=r,W(e.strm)),a?3:1)},X=(e,t)=>{let r,i;for(;;){if(e.lookahead<I){if(H(e),e.lookahead<I&&t===u)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=U(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-I&&(e.match_length=G(e,r)),e.match_length>=3)if(i=o(e,e.strstart-e.match_start,e.match_length-3),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=3){e.match_length--;do{e.strstart++,e.ins_h=U(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart}while(0!=--e.match_length);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=U(e,e.ins_h,e.window[e.strstart+1]);else i=o(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(i&&(V(e,!1),0===e.strm.avail_out))return 1}return e.insert=e.strstart<2?e.strstart:2,t===p?(V(e,!0),0===e.strm.avail_out?3:4):e.sym_next&&(V(e,!1),0===e.strm.avail_out)?1:2},K=(e,t)=>{let r,i,s;for(;;){if(e.lookahead<I){if(H(e),e.lookahead<I&&t===u)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=U(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=2,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-I&&(e.match_length=G(e,r),e.match_length<=5&&(e.strategy===E||3===e.match_length&&e.strstart-e.match_start>4096)&&(e.match_length=2)),e.prev_length>=3&&e.match_length<=e.prev_length){s=e.strstart+e.lookahead-3,i=o(e,e.strstart-1-e.prev_match,e.prev_length-3),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=s&&(e.ins_h=U(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart)}while(0!=--e.prev_length);if(e.match_available=0,e.match_length=2,e.strstart++,i&&(V(e,!1),0===e.strm.avail_out))return 1}else if(e.match_available){if(i=o(e,0,e.window[e.strstart-1]),i&&V(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(i=o(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<2?e.strstart:2,t===p?(V(e,!0),0===e.strm.avail_out?3:4):e.sym_next&&(V(e,!1),0===e.strm.avail_out)?1:2};function Y(e,t,r,i,s){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=i,this.func=s}const $=[new Y(0,0,0,0,q),new Y(4,4,8,4,X),new Y(4,5,16,8,X),new Y(4,6,32,32,X),new Y(4,4,16,16,K),new Y(8,16,32,32,K),new Y(8,16,128,128,K),new Y(8,32,128,256,K),new Y(32,128,258,1024,K),new Y(32,258,258,4096,K)];function Z(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=C,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(1146),this.dyn_dtree=new Uint16Array(122),this.bl_tree=new Uint16Array(78),D(this.dyn_ltree),D(this.dyn_dtree),D(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(16),this.heap=new Uint16Array(573),D(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(573),D(this.depth),this.sym_buf=0,this.lit_bufsize=0,this.sym_next=0,this.sym_end=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}const Q=e=>{if(!e)return 1;const t=e.state;return!t||t.strm!==e||t.status!==M&&57!==t.status&&69!==t.status&&73!==t.status&&91!==t.status&&103!==t.status&&t.status!==N&&t.status!==L?1:0},J=e=>{if(Q(e))return O(e,m);e.total_in=e.total_out=0,e.data_type=R;const t=e.state;return t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=2===t.wrap?57:t.wrap?M:N,e.adler=2===t.wrap?0:1,t.last_flush=-2,i(t),f},ee=e=>{const t=J(e);var r;return t===f&&((r=e.state).window_size=2*r.w_size,D(r.head),r.max_lazy_match=$[r.level].max_lazy,r.good_match=$[r.level].good_length,r.nice_match=$[r.level].nice_length,r.max_chain_length=$[r.level].max_chain,r.strstart=0,r.block_start=0,r.lookahead=0,r.insert=0,r.match_length=r.prev_length=2,r.match_available=0,r.ins_h=0),t},te=(e,t,r,i,s,n)=>{if(!e)return m;let o=1;if(t===b&&(t=6),i<0?(o=0,i=-i):i>15&&(o=2,i-=16),s<1||s>9||r!==C||i<8||i>15||t<0||t>9||n<0||n>x||8===i&&1!==o)return O(e,m);8===i&&(i=9);const a=new Z;return e.state=a,a.strm=e,a.status=M,a.wrap=o,a.gzhead=null,a.w_bits=i,a.w_size=1<<a.w_bits,a.w_mask=a.w_size-1,a.hash_bits=s+7,a.hash_size=1<<a.hash_bits,a.hash_mask=a.hash_size-1,a.hash_shift=~~((a.hash_bits+3-1)/3),a.window=new Uint8Array(2*a.w_size),a.head=new Uint16Array(a.hash_size),a.prev=new Uint16Array(a.w_size),a.lit_bufsize=1<<s+6,a.pending_buf_size=4*a.lit_bufsize,a.pending_buf=new Uint8Array(a.pending_buf_size),a.sym_buf=a.lit_bufsize,a.sym_end=3*(a.lit_bufsize-1),a.level=t,a.strategy=n,a.method=r,ee(e)};e.exports.deflateInit=(e,t)=>te(e,t,C,15,8,k),e.exports.deflateInit2=te,e.exports.deflateReset=ee,e.exports.deflateResetKeep=J,e.exports.deflateSetHeader=(e,t)=>Q(e)||2!==e.state.wrap?m:(e.state.gzhead=t,f),e.exports.deflate=(e,t)=>{if(Q(e)||t>v||t<0)return e?O(e,m):m;const r=e.state;if(!e.output||0!==e.avail_in&&!e.input||r.status===L&&t!==p)return O(e,0===e.avail_out?w:m);const i=r.last_flush;if(r.last_flush=t,0!==r.pending){if(W(e),0===e.avail_out)return r.last_flush=-1,f}else if(0===e.avail_in&&P(t)<=P(i)&&t!==p)return O(e,w);if(r.status===L&&0!==e.avail_in)return O(e,w);if(r.status===M&&0===r.wrap&&(r.status=N),r.status===M){let t=C+(r.w_bits-8<<4)<<8,i=-1;if(i=r.strategy>=S||r.level<2?0:r.level<6?1:6===r.level?2:3,t|=i<<6,0!==r.strstart&&(t|=32),t+=31-t%31,z(r,t),0!==r.strstart&&(z(r,e.adler>>>16),z(r,65535&e.adler)),e.adler=1,r.status=N,W(e),0!==r.pending)return r.last_flush=-1,f}if(57===r.status)if(e.adler=0,B(r,31),B(r,139),B(r,8),r.gzhead)B(r,(r.gzhead.text?1:0)+(r.gzhead.hcrc?2:0)+(r.gzhead.extra?4:0)+(r.gzhead.name?8:0)+(r.gzhead.comment?16:0)),B(r,255&r.gzhead.time),B(r,r.gzhead.time>>8&255),B(r,r.gzhead.time>>16&255),B(r,r.gzhead.time>>24&255),B(r,9===r.level?2:r.strategy>=S||r.level<2?4:0),B(r,255&r.gzhead.os),r.gzhead.extra&&r.gzhead.extra.length&&(B(r,255&r.gzhead.extra.length),B(r,r.gzhead.extra.length>>8&255)),r.gzhead.hcrc&&(e.adler=h(e.adler,r.pending_buf,r.pending,0)),r.gzindex=0,r.status=69;else if(B(r,0),B(r,0),B(r,0),B(r,0),B(r,0),B(r,9===r.level?2:r.strategy>=S||r.level<2?4:0),B(r,3),r.status=N,W(e),0!==r.pending)return r.last_flush=-1,f;if(69===r.status){if(r.gzhead.extra){let t=r.pending,i=(65535&r.gzhead.extra.length)-r.gzindex;for(;r.pending+i>r.pending_buf_size;){let s=r.pending_buf_size-r.pending;if(r.pending_buf.set(r.gzhead.extra.subarray(r.gzindex,r.gzindex+s),r.pending),r.pending=r.pending_buf_size,r.gzhead.hcrc&&r.pending>t&&(e.adler=h(e.adler,r.pending_buf,r.pending-t,t)),r.gzindex+=s,W(e),0!==r.pending)return r.last_flush=-1,f;t=0,i-=s}let s=new Uint8Array(r.gzhead.extra);r.pending_buf.set(s.subarray(r.gzindex,r.gzindex+i),r.pending),r.pending+=i,r.gzhead.hcrc&&r.pending>t&&(e.adler=h(e.adler,r.pending_buf,r.pending-t,t)),r.gzindex=0}r.status=73}if(73===r.status){if(r.gzhead.name){let t,i=r.pending;do{if(r.pending===r.pending_buf_size){if(r.gzhead.hcrc&&r.pending>i&&(e.adler=h(e.adler,r.pending_buf,r.pending-i,i)),W(e),0!==r.pending)return r.last_flush=-1,f;i=0}t=r.gzindex<r.gzhead.name.length?255&r.gzhead.name.charCodeAt(r.gzindex++):0,B(r,t)}while(0!==t);r.gzhead.hcrc&&r.pending>i&&(e.adler=h(e.adler,r.pending_buf,r.pending-i,i)),r.gzindex=0}r.status=91}if(91===r.status){if(r.gzhead.comment){let t,i=r.pending;do{if(r.pending===r.pending_buf_size){if(r.gzhead.hcrc&&r.pending>i&&(e.adler=h(e.adler,r.pending_buf,r.pending-i,i)),W(e),0!==r.pending)return r.last_flush=-1,f;i=0}t=r.gzindex<r.gzhead.comment.length?255&r.gzhead.comment.charCodeAt(r.gzindex++):0,B(r,t)}while(0!==t);r.gzhead.hcrc&&r.pending>i&&(e.adler=h(e.adler,r.pending_buf,r.pending-i,i))}r.status=103}if(103===r.status){if(r.gzhead.hcrc){if(r.pending+2>r.pending_buf_size&&(W(e),0!==r.pending))return r.last_flush=-1,f;B(r,255&e.adler),B(r,e.adler>>8&255),e.adler=0}if(r.status=N,W(e),0!==r.pending)return r.last_flush=-1,f}if(0!==e.avail_in||0!==r.lookahead||t!==u&&r.status!==L){let i=0===r.level?q(r,t):r.strategy===S?((e,t)=>{let r;for(;;){if(0===e.lookahead&&(H(e),0===e.lookahead)){if(t===u)return 1;break}if(e.match_length=0,r=o(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(V(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===p?(V(e,!0),0===e.strm.avail_out?3:4):e.sym_next&&(V(e,!1),0===e.strm.avail_out)?1:2})(r,t):r.strategy===T?((e,t)=>{let r,i,s,n;const a=e.window;for(;;){if(e.lookahead<=A){if(H(e),e.lookahead<=A&&t===u)return 1;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=3&&e.strstart>0&&(s=e.strstart-1,i=a[s],i===a[++s]&&i===a[++s]&&i===a[++s])){n=e.strstart+A;do{}while(i===a[++s]&&i===a[++s]&&i===a[++s]&&i===a[++s]&&i===a[++s]&&i===a[++s]&&i===a[++s]&&i===a[++s]&&s<n);e.match_length=A-(n-s),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=3?(r=o(e,1,e.match_length-3),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=o(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(V(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===p?(V(e,!0),0===e.strm.avail_out?3:4):e.sym_next&&(V(e,!1),0===e.strm.avail_out)?1:2})(r,t):$[r.level].func(r,t);if(3!==i&&4!==i||(r.status=L),1===i||3===i)return 0===e.avail_out&&(r.last_flush=-1),f;if(2===i&&(t===d?a(r):t!==v&&(s(r,0,0,!1),t===_&&(D(r.head),0===r.lookahead&&(r.strstart=0,r.block_start=0,r.insert=0))),W(e),0===e.avail_out))return r.last_flush=-1,f}return t!==p?f:r.wrap<=0?g:(2===r.wrap?(B(r,255&e.adler),B(r,e.adler>>8&255),B(r,e.adler>>16&255),B(r,e.adler>>24&255),B(r,255&e.total_in),B(r,e.total_in>>8&255),B(r,e.total_in>>16&255),B(r,e.total_in>>24&255)):(z(r,e.adler>>>16),z(r,65535&e.adler)),W(e),r.wrap>0&&(r.wrap=-r.wrap),0!==r.pending?f:g)},e.exports.deflateEnd=e=>{if(Q(e))return m;const t=e.state.status;return e.state=null,t===N?O(e,y):f},e.exports.deflateSetDictionary=(e,t)=>{let r=t.length;if(Q(e))return m;const i=e.state,s=i.wrap;if(2===s||1===s&&i.status!==M||i.lookahead)return m;if(1===s&&(e.adler=l(e.adler,t,r,0)),i.wrap=0,r>=i.w_size){0===s&&(D(i.head),i.strstart=0,i.block_start=0,i.insert=0);let e=new Uint8Array(i.w_size);e.set(t.subarray(r-i.w_size,r),0),t=e,r=i.w_size}const n=e.avail_in,o=e.next_in,a=e.input;for(e.avail_in=r,e.next_in=0,e.input=t,H(i);i.lookahead>=3;){let e=i.strstart,t=i.lookahead-2;do{i.ins_h=U(i,i.ins_h,i.window[e+3-1]),i.prev[e&i.w_mask]=i.head[i.ins_h],i.head[i.ins_h]=e,e++}while(--t);i.strstart=e,i.lookahead=2,H(i)}return i.strstart+=i.lookahead,i.block_start=i.strstart,i.insert=i.lookahead,i.lookahead=0,i.match_length=i.prev_length=2,i.match_available=0,e.next_in=o,e.input=a,e.avail_in=n,i.wrap=s,f},e.exports.deflateInfo="pako deflate (from Nodeca project)"},7414:e=>{"use strict";e.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},7293:e=>{"use strict";const t=16209;e.exports=function(e,r){let i,s,n,o,a,l,h,c,u,d,_,p,v,f,g,m,y,w,b,E,S,T,x,k;const R=e.state;i=e.next_in,x=e.input,s=i+(e.avail_in-5),n=e.next_out,k=e.output,o=n-(r-e.avail_out),a=n+(e.avail_out-257),l=R.dmax,h=R.wsize,c=R.whave,u=R.wnext,d=R.window,_=R.hold,p=R.bits,v=R.lencode,f=R.distcode,g=(1<<R.lenbits)-1,m=(1<<R.distbits)-1;e:do{p<15&&(_+=x[i++]<<p,p+=8,_+=x[i++]<<p,p+=8),y=v[_&g];t:for(;;){if(w=y>>>24,_>>>=w,p-=w,w=y>>>16&255,0===w)k[n++]=65535&y;else{if(!(16&w)){if(64&w){if(32&w){R.mode=16191;break e}e.msg="invalid literal/length code",R.mode=t;break e}y=v[(65535&y)+(_&(1<<w)-1)];continue t}for(b=65535&y,w&=15,w&&(p<w&&(_+=x[i++]<<p,p+=8),b+=_&(1<<w)-1,_>>>=w,p-=w),p<15&&(_+=x[i++]<<p,p+=8,_+=x[i++]<<p,p+=8),y=f[_&m];;){if(w=y>>>24,_>>>=w,p-=w,w=y>>>16&255,16&w){if(E=65535&y,w&=15,p<w&&(_+=x[i++]<<p,p+=8,p<w&&(_+=x[i++]<<p,p+=8)),E+=_&(1<<w)-1,E>l){e.msg="invalid distance too far back",R.mode=t;break e}if(_>>>=w,p-=w,w=n-o,E>w){if(w=E-w,w>c&&R.sane){e.msg="invalid distance too far back",R.mode=t;break e}if(S=0,T=d,0===u){if(S+=h-w,w<b){b-=w;do{k[n++]=d[S++]}while(--w);S=n-E,T=k}}else if(u<w){if(S+=h+u-w,w-=u,w<b){b-=w;do{k[n++]=d[S++]}while(--w);if(S=0,u<b){w=u,b-=w;do{k[n++]=d[S++]}while(--w);S=n-E,T=k}}}else if(S+=u-w,w<b){b-=w;do{k[n++]=d[S++]}while(--w);S=n-E,T=k}for(;b>2;)k[n++]=T[S++],k[n++]=T[S++],k[n++]=T[S++],b-=3;b&&(k[n++]=T[S++],b>1&&(k[n++]=T[S++]))}else{S=n-E;do{k[n++]=k[S++],k[n++]=k[S++],k[n++]=k[S++],b-=3}while(b>2);b&&(k[n++]=k[S++],b>1&&(k[n++]=k[S++]))}break}if(64&w){e.msg="invalid distance code",R.mode=t;break e}y=f[(65535&y)+(_&(1<<w)-1)]}}break}}while(i<s&&n<a);b=p>>3,i-=b,p-=b<<3,_&=(1<<p)-1,e.next_in=i,e.next_out=n,e.avail_in=i<s?s-i+5:5-(i-s),e.avail_out=n<a?a-n+257:257-(n-a),R.hold=_,R.bits=p}},1447:(e,t,r)=>{"use strict";const i=r(3269),s=r(4823),n=r(7293),o=r(1998),{Z_FINISH:a,Z_BLOCK:l,Z_TREES:h,Z_OK:c,Z_STREAM_END:u,Z_NEED_DICT:d,Z_STREAM_ERROR:_,Z_DATA_ERROR:p,Z_MEM_ERROR:v,Z_BUF_ERROR:f,Z_DEFLATED:g}=r(9681),m=16180,y=16190,w=16191,b=16192,E=16194,S=16199,T=16200,x=16206,k=16209,R=16210,C=e=>(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24);function A(){this.strm=null,this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Uint16Array(320),this.work=new Uint16Array(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}const I=e=>{if(!e)return 1;const t=e.state;return!t||t.strm!==e||t.mode<m||t.mode>16211?1:0},M=e=>{if(I(e))return _;const t=e.state;return e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=m,t.last=0,t.havedict=0,t.flags=-1,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new Int32Array(852),t.distcode=t.distdyn=new Int32Array(592),t.sane=1,t.back=-1,c},N=e=>{if(I(e))return _;const t=e.state;return t.wsize=0,t.whave=0,t.wnext=0,M(e)},L=(e,t)=>{let r;if(I(e))return _;const i=e.state;return t<0?(r=0,t=-t):(r=5+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?_:(null!==i.window&&i.wbits!==t&&(i.window=null),i.wrap=r,i.wbits=t,N(e))},O=(e,t)=>{if(!e)return _;const r=new A;e.state=r,r.strm=e,r.window=null,r.mode=m;const i=L(e,t);return i!==c&&(e.state=null),i};let P,D,F=!0;const U=e=>{if(F){P=new Int32Array(512),D=new Int32Array(32);let t=0;for(;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(o(1,e.lens,0,288,P,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;o(2,e.lens,0,32,D,0,e.work,{bits:5}),F=!1}e.lencode=P,e.lenbits=9,e.distcode=D,e.distbits=5},W=(e,t,r,i)=>{let s;const n=e.state;return null===n.window&&(n.wsize=1<<n.wbits,n.wnext=0,n.whave=0,n.window=new Uint8Array(n.wsize)),i>=n.wsize?(n.window.set(t.subarray(r-n.wsize,r),0),n.wnext=0,n.whave=n.wsize):(s=n.wsize-n.wnext,s>i&&(s=i),n.window.set(t.subarray(r-i,r-i+s),n.wnext),(i-=s)?(n.window.set(t.subarray(r-i,r),0),n.wnext=i,n.whave=n.wsize):(n.wnext+=s,n.wnext===n.wsize&&(n.wnext=0),n.whave<n.wsize&&(n.whave+=s))),0};e.exports.inflateReset=N,e.exports.inflateReset2=L,e.exports.inflateResetKeep=M,e.exports.inflateInit=e=>O(e,15),e.exports.inflateInit2=O,e.exports.inflate=(e,t)=>{let r,A,M,N,L,O,P,D,F,V,B,z,j,G,H,q,X,K,Y,$,Z,Q,J=0;const ee=new Uint8Array(4);let te,re;const ie=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);if(I(e)||!e.output||!e.input&&0!==e.avail_in)return _;r=e.state,r.mode===w&&(r.mode=b),L=e.next_out,M=e.output,P=e.avail_out,N=e.next_in,A=e.input,O=e.avail_in,D=r.hold,F=r.bits,V=O,B=P,Q=c;e:for(;;)switch(r.mode){case m:if(0===r.wrap){r.mode=b;break}for(;F<16;){if(0===O)break e;O--,D+=A[N++]<<F,F+=8}if(2&r.wrap&&35615===D){0===r.wbits&&(r.wbits=15),r.check=0,ee[0]=255&D,ee[1]=D>>>8&255,r.check=s(r.check,ee,2,0),D=0,F=0,r.mode=16181;break}if(r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&D)<<8)+(D>>8))%31){e.msg="incorrect header check",r.mode=k;break}if((15&D)!==g){e.msg="unknown compression method",r.mode=k;break}if(D>>>=4,F-=4,Z=8+(15&D),0===r.wbits&&(r.wbits=Z),Z>15||Z>r.wbits){e.msg="invalid window size",r.mode=k;break}r.dmax=1<<r.wbits,r.flags=0,e.adler=r.check=1,r.mode=512&D?16189:w,D=0,F=0;break;case 16181:for(;F<16;){if(0===O)break e;O--,D+=A[N++]<<F,F+=8}if(r.flags=D,(255&r.flags)!==g){e.msg="unknown compression method",r.mode=k;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=k;break}r.head&&(r.head.text=D>>8&1),512&r.flags&&4&r.wrap&&(ee[0]=255&D,ee[1]=D>>>8&255,r.check=s(r.check,ee,2,0)),D=0,F=0,r.mode=16182;case 16182:for(;F<32;){if(0===O)break e;O--,D+=A[N++]<<F,F+=8}r.head&&(r.head.time=D),512&r.flags&&4&r.wrap&&(ee[0]=255&D,ee[1]=D>>>8&255,ee[2]=D>>>16&255,ee[3]=D>>>24&255,r.check=s(r.check,ee,4,0)),D=0,F=0,r.mode=16183;case 16183:for(;F<16;){if(0===O)break e;O--,D+=A[N++]<<F,F+=8}r.head&&(r.head.xflags=255&D,r.head.os=D>>8),512&r.flags&&4&r.wrap&&(ee[0]=255&D,ee[1]=D>>>8&255,r.check=s(r.check,ee,2,0)),D=0,F=0,r.mode=16184;case 16184:if(1024&r.flags){for(;F<16;){if(0===O)break e;O--,D+=A[N++]<<F,F+=8}r.length=D