@bluepic/embed 0.1.138 → 0.1.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8336,7 +8336,7 @@ var util$4 = {}, types$2 = {}, shams$1 = function() {
8336
8336
  return !0;
8337
8337
  }, hasSymbols$2 = shams$1, shams = function() {
8338
8338
  return hasSymbols$2() && !!Symbol.toStringTag;
8339
- }, esObjectAtoms = Object, esErrors = Error, _eval = EvalError, range$1 = RangeError, ref = ReferenceError, syntax = SyntaxError, type = TypeError, uri = URIError, abs$1 = Math.abs, floor$1 = Math.floor, max$2 = Math.max, min$2 = Math.min, pow$1 = Math.pow, round$2 = Math.round, _isNaN = Number.isNaN || function(c) {
8339
+ }, esObjectAtoms = Object, esErrors = Error, _eval = EvalError, range$1 = RangeError, ref = ReferenceError, syntax = SyntaxError, type = TypeError, uri = URIError, abs$1 = Math.abs, floor$1 = Math.floor, max$3 = Math.max, min$2 = Math.min, pow$1 = Math.pow, round$2 = Math.round, _isNaN = Number.isNaN || function(c) {
8340
8340
  return c !== c;
8341
8341
  }, $isNaN = _isNaN, sign$2 = function(c) {
8342
8342
  return $isNaN(c) || c === 0 ? c : c < 0 ? -1 : 1;
@@ -8376,69 +8376,49 @@ function requireObject_getPrototypeOf() {
8376
8376
  var m = esObjectAtoms;
8377
8377
  return Object_getPrototypeOf = m.getPrototypeOf || null, Object_getPrototypeOf;
8378
8378
  }
8379
- var implementation, hasRequiredImplementation;
8380
- function requireImplementation() {
8381
- if (hasRequiredImplementation)
8382
- return implementation;
8383
- hasRequiredImplementation = 1;
8384
- var m = "Function.prototype.bind called on incompatible ", c = Object.prototype.toString, ie = Math.max, we = "[object Function]", $e = function(rr, gr) {
8385
- for (var or = [], _r = 0; _r < rr.length; _r += 1)
8386
- or[_r] = rr[_r];
8387
- for (var Lr = 0; Lr < gr.length; Lr += 1)
8388
- or[Lr + rr.length] = gr[Lr];
8389
- return or;
8390
- }, Me = function(rr, gr) {
8391
- for (var or = [], _r = gr || 0, Lr = 0; _r < rr.length; _r += 1, Lr += 1)
8392
- or[Lr] = rr[_r];
8393
- return or;
8394
- }, Ze = function(ne, rr) {
8395
- for (var gr = "", or = 0; or < ne.length; or += 1)
8396
- gr += ne[or], or + 1 < ne.length && (gr += rr);
8397
- return gr;
8398
- };
8399
- return implementation = function(rr) {
8400
- var gr = this;
8401
- if (typeof gr != "function" || c.apply(gr) !== we)
8402
- throw new TypeError(m + gr);
8403
- for (var or = Me(arguments, 1), _r, Lr = function() {
8404
- if (this instanceof _r) {
8405
- var Yr = gr.apply(
8406
- this,
8407
- $e(or, arguments)
8408
- );
8409
- return Object(Yr) === Yr ? Yr : this;
8410
- }
8411
- return gr.apply(
8412
- rr,
8413
- $e(or, arguments)
8379
+ var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ", toStr$4 = Object.prototype.toString, max$2 = Math.max, funcType = "[object Function]", concatty = function(c, ie) {
8380
+ for (var we = [], $e = 0; $e < c.length; $e += 1)
8381
+ we[$e] = c[$e];
8382
+ for (var Me = 0; Me < ie.length; Me += 1)
8383
+ we[Me + c.length] = ie[Me];
8384
+ return we;
8385
+ }, slicy = function(c, ie) {
8386
+ for (var we = [], $e = ie || 0, Me = 0; $e < c.length; $e += 1, Me += 1)
8387
+ we[Me] = c[$e];
8388
+ return we;
8389
+ }, joiny = function(m, c) {
8390
+ for (var ie = "", we = 0; we < m.length; we += 1)
8391
+ ie += m[we], we + 1 < m.length && (ie += c);
8392
+ return ie;
8393
+ }, implementation$1 = function(c) {
8394
+ var ie = this;
8395
+ if (typeof ie != "function" || toStr$4.apply(ie) !== funcType)
8396
+ throw new TypeError(ERROR_MESSAGE + ie);
8397
+ for (var we = slicy(arguments, 1), $e, Me = function() {
8398
+ if (this instanceof $e) {
8399
+ var or = ie.apply(
8400
+ this,
8401
+ concatty(we, arguments)
8414
8402
  );
8415
- }, Ir = ie(0, gr.length - or.length), Ar = [], Rr = 0; Rr < Ir; Rr++)
8416
- Ar[Rr] = "$" + Rr;
8417
- if (_r = Function("binder", "return function (" + Ze(Ar, ",") + "){ return binder.apply(this,arguments); }")(Lr), gr.prototype) {
8418
- var Fr = function() {
8419
- };
8420
- Fr.prototype = gr.prototype, _r.prototype = new Fr(), Fr.prototype = null;
8403
+ return Object(or) === or ? or : this;
8421
8404
  }
8422
- return _r;
8423
- }, implementation;
8424
- }
8425
- var functionBind, hasRequiredFunctionBind;
8426
- function requireFunctionBind() {
8427
- if (hasRequiredFunctionBind)
8428
- return functionBind;
8429
- hasRequiredFunctionBind = 1;
8430
- var m = requireImplementation();
8431
- return functionBind = Function.prototype.bind || m, functionBind;
8432
- }
8433
- var functionCall, hasRequiredFunctionCall;
8434
- function requireFunctionCall() {
8435
- return hasRequiredFunctionCall || (hasRequiredFunctionCall = 1, functionCall = Function.prototype.call), functionCall;
8436
- }
8437
- var functionApply, hasRequiredFunctionApply;
8405
+ return ie.apply(
8406
+ c,
8407
+ concatty(we, arguments)
8408
+ );
8409
+ }, Ze = max$2(0, ie.length - we.length), ne = [], rr = 0; rr < Ze; rr++)
8410
+ ne[rr] = "$" + rr;
8411
+ if ($e = Function("binder", "return function (" + joiny(ne, ",") + "){ return binder.apply(this,arguments); }")(Me), ie.prototype) {
8412
+ var gr = function() {
8413
+ };
8414
+ gr.prototype = ie.prototype, $e.prototype = new gr(), gr.prototype = null;
8415
+ }
8416
+ return $e;
8417
+ }, implementation = implementation$1, functionBind = Function.prototype.bind || implementation, functionCall = Function.prototype.call, functionApply, hasRequiredFunctionApply;
8438
8418
  function requireFunctionApply() {
8439
8419
  return hasRequiredFunctionApply || (hasRequiredFunctionApply = 1, functionApply = Function.prototype.apply), functionApply;
8440
8420
  }
8441
- var reflectApply$1 = typeof Reflect < "u" && Reflect && Reflect.apply, bind$3 = requireFunctionBind(), $apply$2 = requireFunctionApply(), $call$2 = requireFunctionCall(), $reflectApply = reflectApply$1, actualApply$1 = $reflectApply || bind$3.call($call$2, $apply$2), bind$2 = requireFunctionBind(), $TypeError$8 = type, $call$1 = requireFunctionCall(), $actualApply = actualApply$1, callBindApplyHelpers = function(c) {
8421
+ var reflectApply$1 = typeof Reflect < "u" && Reflect && Reflect.apply, bind$3 = functionBind, $apply$2 = requireFunctionApply(), $call$2 = functionCall, $reflectApply = reflectApply$1, actualApply$1 = $reflectApply || bind$3.call($call$2, $apply$2), bind$2 = functionBind, $TypeError$8 = type, $call$1 = functionCall, $actualApply = actualApply$1, callBindApplyHelpers = function(c) {
8442
8422
  if (c.length < 1 || typeof c[0] != "function")
8443
8423
  throw new $TypeError$8("a function is required");
8444
8424
  return $actualApply(bind$2, $call$1, c);
@@ -8480,10 +8460,10 @@ function requireHasown() {
8480
8460
  if (hasRequiredHasown)
8481
8461
  return hasown;
8482
8462
  hasRequiredHasown = 1;
8483
- var m = Function.prototype.call, c = Object.prototype.hasOwnProperty, ie = requireFunctionBind();
8463
+ var m = Function.prototype.call, c = Object.prototype.hasOwnProperty, ie = functionBind;
8484
8464
  return hasown = ie.call(m, c), hasown;
8485
8465
  }
8486
- var undefined$1, $Object = esObjectAtoms, $Error = esErrors, $EvalError = _eval, $RangeError = range$1, $ReferenceError = ref, $SyntaxError$1 = syntax, $TypeError$7 = type, $URIError = uri, abs = abs$1, floor = floor$1, max$1 = max$2, min$1 = min$2, pow = pow$1, round$1 = round$2, sign$1 = sign$2, $Function = Function, getEvalledConstructor = function(m) {
8466
+ var undefined$1, $Object = esObjectAtoms, $Error = esErrors, $EvalError = _eval, $RangeError = range$1, $ReferenceError = ref, $SyntaxError$1 = syntax, $TypeError$7 = type, $URIError = uri, abs = abs$1, floor = floor$1, max$1 = max$3, min$1 = min$2, pow = pow$1, round$1 = round$2, sign$1 = sign$2, $Function = Function, getEvalledConstructor = function(m) {
8487
8467
  try {
8488
8468
  return $Function('"use strict"; return (' + m + ").constructor;")();
8489
8469
  } catch {
@@ -8500,7 +8480,7 @@ var undefined$1, $Object = esObjectAtoms, $Error = esErrors, $EvalError = _eval,
8500
8480
  return throwTypeError;
8501
8481
  }
8502
8482
  }
8503
- }() : throwTypeError, hasSymbols = requireHasSymbols()(), getProto$1 = requireGetProto(), $ObjectGPO = requireObject_getPrototypeOf(), $ReflectGPO = requireReflect_getPrototypeOf(), $apply$1 = requireFunctionApply(), $call = requireFunctionCall(), needsEval = {}, TypedArray = typeof Uint8Array > "u" || !getProto$1 ? undefined$1 : getProto$1(Uint8Array), INTRINSICS = {
8483
+ }() : throwTypeError, hasSymbols = requireHasSymbols()(), getProto$1 = requireGetProto(), $ObjectGPO = requireObject_getPrototypeOf(), $ReflectGPO = requireReflect_getPrototypeOf(), $apply$1 = requireFunctionApply(), $call = functionCall, needsEval = {}, TypedArray = typeof Uint8Array > "u" || !getProto$1 ? undefined$1 : getProto$1(Uint8Array), INTRINSICS = {
8504
8484
  __proto__: null,
8505
8485
  "%AggregateError%": typeof AggregateError > "u" ? undefined$1 : AggregateError,
8506
8486
  "%Array%": Array,
@@ -8658,7 +8638,7 @@ var doEval = function m(c) {
8658
8638
  "%URIErrorPrototype%": ["URIError", "prototype"],
8659
8639
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
8660
8640
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
8661
- }, bind$1 = requireFunctionBind(), hasOwn$2 = requireHasown(), $concat$1 = bind$1.call($call, Array.prototype.concat), $spliceApply = bind$1.call($apply$1, Array.prototype.splice), $replace$1 = bind$1.call($call, String.prototype.replace), $strSlice = bind$1.call($call, String.prototype.slice), $exec$2 = bind$1.call($call, RegExp.prototype.exec), rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, reEscapeChar = /\\(\\)?/g, stringToPath = function(c) {
8641
+ }, bind$1 = functionBind, hasOwn$2 = requireHasown(), $concat$1 = bind$1.call($call, Array.prototype.concat), $spliceApply = bind$1.call($apply$1, Array.prototype.splice), $replace$1 = bind$1.call($call, String.prototype.replace), $strSlice = bind$1.call($call, String.prototype.slice), $exec$2 = bind$1.call($call, RegExp.prototype.exec), rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, reEscapeChar = /\\(\\)?/g, stringToPath = function(c) {
8662
8642
  var ie = $strSlice(c, 0, 1), we = $strSlice(c, -1);
8663
8643
  if (ie === "%" && we !== "%")
8664
8644
  throw new $SyntaxError$1("invalid intrinsic syntax, expected closing `%`");
@@ -8921,7 +8901,7 @@ var hasPropertyDescriptors_1 = hasPropertyDescriptors, GetIntrinsic$2 = getIntri
8921
8901
  Ze && !Ze.configurable && ($e = !1), Ze && !Ze.writable && (Me = !1);
8922
8902
  }
8923
8903
  return ($e || Me || !we) && (hasDescriptors ? define(c, "length", ie, !0, !0) : define(c, "length", ie)), c;
8924
- }, bind = requireFunctionBind(), $apply = requireFunctionApply(), actualApply = actualApply$1, applyBind = function() {
8904
+ }, bind = functionBind, $apply = requireFunctionApply(), actualApply = actualApply$1, applyBind = function() {
8925
8905
  return actualApply(bind, $apply, arguments);
8926
8906
  };
8927
8907
  (function(m) {
@@ -100494,10 +100474,7 @@ class BluepicEmbed extends EventTarget {
100494
100474
  border: 1px solid var(--bluepic-app-border-color);
100495
100475
  overflow: hidden;
100496
100476
  border-radius: var(--bluepic-app-border-radius);
100497
- margin: 30px auto;
100498
100477
  box-sizing: border-box;
100499
- max-width: calc(100vw - 40px);
100500
- max-height: calc(100vh - 40px);
100501
100478
  }
100502
100479
  #${c} {
100503
100480
  height: 100%;
@@ -51,7 +51,7 @@ function print() { __p += __j.call(arguments, '') }
51
51
  * @author Feross Aboukhadijeh <https://feross.org>
52
52
  * @license MIT
53
53
  */(function(m){const c=base64Js,ie=ieee754,we=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;m.Buffer=or,m.SlowBuffer=si,m.INSPECT_MAX_BYTES=50;const Pe=2147483647;m.kMaxLength=Pe;const{Uint8Array:Me,ArrayBuffer:Ze,SharedArrayBuffer:ne}=globalThis;or.TYPED_ARRAY_SUPPORT=rr(),!or.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function rr(){try{const Ci=new Me(1),ri={foo:function(){return 42}};return Object.setPrototypeOf(ri,Me.prototype),Object.setPrototypeOf(Ci,ri),Ci.foo()===42}catch{return!1}}Object.defineProperty(or.prototype,"parent",{enumerable:!0,get:function(){if(!!or.isBuffer(this))return this.buffer}}),Object.defineProperty(or.prototype,"offset",{enumerable:!0,get:function(){if(!!or.isBuffer(this))return this.byteOffset}});function vr(Ci){if(Ci>Pe)throw new RangeError('The value "'+Ci+'" is invalid for option "size"');const ri=new Me(Ci);return Object.setPrototypeOf(ri,or.prototype),ri}function or(Ci,ri,yi){if(typeof Ci=="number"){if(typeof ri=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ar(Ci)}return _r(Ci,ri,yi)}or.poolSize=8192;function _r(Ci,ri,yi){if(typeof Ci=="string")return Pr(Ci,ri);if(Ze.isView(Ci))return Yr(Ci);if(Ci==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Ci);if(Vn(Ci,Ze)||Ci&&Vn(Ci.buffer,Ze)||typeof ne<"u"&&(Vn(Ci,ne)||Ci&&Vn(Ci.buffer,ne)))return Vr(Ci,ri,yi);if(typeof Ci=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const ki=Ci.valueOf&&Ci.valueOf();if(ki!=null&&ki!==Ci)return or.from(ki,ri,yi);const Yi=Xr(Ci);if(Yi)return Yi;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Ci[Symbol.toPrimitive]=="function")return or.from(Ci[Symbol.toPrimitive]("string"),ri,yi);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Ci)}or.from=function(Ci,ri,yi){return _r(Ci,ri,yi)},Object.setPrototypeOf(or.prototype,Me.prototype),Object.setPrototypeOf(or,Me);function Lr(Ci){if(typeof Ci!="number")throw new TypeError('"size" argument must be of type number');if(Ci<0)throw new RangeError('The value "'+Ci+'" is invalid for option "size"')}function Br(Ci,ri,yi){return Lr(Ci),Ci<=0?vr(Ci):ri!==void 0?typeof yi=="string"?vr(Ci).fill(ri,yi):vr(Ci).fill(ri):vr(Ci)}or.alloc=function(Ci,ri,yi){return Br(Ci,ri,yi)};function Ar(Ci){return Lr(Ci),vr(Ci<0?0:Wr(Ci)|0)}or.allocUnsafe=function(Ci){return Ar(Ci)},or.allocUnsafeSlow=function(Ci){return Ar(Ci)};function Pr(Ci,ri){if((typeof ri!="string"||ri==="")&&(ri="utf8"),!or.isEncoding(ri))throw new TypeError("Unknown encoding: "+ri);const yi=li(Ci,ri)|0;let ki=vr(yi);const Yi=ki.write(Ci,ri);return Yi!==yi&&(ki=ki.slice(0,Yi)),ki}function Fr(Ci){const ri=Ci.length<0?0:Wr(Ci.length)|0,yi=vr(ri);for(let ki=0;ki<ri;ki+=1)yi[ki]=Ci[ki]&255;return yi}function Yr(Ci){if(Vn(Ci,Me)){const ri=new Me(Ci);return Vr(ri.buffer,ri.byteOffset,ri.byteLength)}return Fr(Ci)}function Vr(Ci,ri,yi){if(ri<0||Ci.byteLength<ri)throw new RangeError('"offset" is outside of buffer bounds');if(Ci.byteLength<ri+(yi||0))throw new RangeError('"length" is outside of buffer bounds');let ki;return ri===void 0&&yi===void 0?ki=new Me(Ci):yi===void 0?ki=new Me(Ci,ri):ki=new Me(Ci,ri,yi),Object.setPrototypeOf(ki,or.prototype),ki}function Xr(Ci){if(or.isBuffer(Ci)){const ri=Wr(Ci.length)|0,yi=vr(ri);return yi.length===0||Ci.copy(yi,0,0,ri),yi}if(Ci.length!==void 0)return typeof Ci.length!="number"||Zo(Ci.length)?vr(0):Fr(Ci);if(Ci.type==="Buffer"&&Array.isArray(Ci.data))return Fr(Ci.data)}function Wr(Ci){if(Ci>=Pe)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Pe.toString(16)+" bytes");return Ci|0}function si(Ci){return+Ci!=Ci&&(Ci=0),or.alloc(+Ci)}or.isBuffer=function(ri){return ri!=null&&ri._isBuffer===!0&&ri!==or.prototype},or.compare=function(ri,yi){if(Vn(ri,Me)&&(ri=or.from(ri,ri.offset,ri.byteLength)),Vn(yi,Me)&&(yi=or.from(yi,yi.offset,yi.byteLength)),!or.isBuffer(ri)||!or.isBuffer(yi))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(ri===yi)return 0;let ki=ri.length,Yi=yi.length;for(let zn=0,pn=Math.min(ki,Yi);zn<pn;++zn)if(ri[zn]!==yi[zn]){ki=ri[zn],Yi=yi[zn];break}return ki<Yi?-1:Yi<ki?1:0},or.isEncoding=function(ri){switch(String(ri).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},or.concat=function(ri,yi){if(!Array.isArray(ri))throw new TypeError('"list" argument must be an Array of Buffers');if(ri.length===0)return or.alloc(0);let ki;if(yi===void 0)for(yi=0,ki=0;ki<ri.length;++ki)yi+=ri[ki].length;const Yi=or.allocUnsafe(yi);let zn=0;for(ki=0;ki<ri.length;++ki){let pn=ri[ki];if(Vn(pn,Me))zn+pn.length>Yi.length?(or.isBuffer(pn)||(pn=or.from(pn)),pn.copy(Yi,zn)):Me.prototype.set.call(Yi,pn,zn);else if(or.isBuffer(pn))pn.copy(Yi,zn);else throw new TypeError('"list" argument must be an Array of Buffers');zn+=pn.length}return Yi};function li(Ci,ri){if(or.isBuffer(Ci))return Ci.length;if(Ze.isView(Ci)||Vn(Ci,Ze))return Ci.byteLength;if(typeof Ci!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Ci);const yi=Ci.length,ki=arguments.length>2&&arguments[2]===!0;if(!ki&&yi===0)return 0;let Yi=!1;for(;;)switch(ri){case"ascii":case"latin1":case"binary":return yi;case"utf8":case"utf-8":return Kn(Ci).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yi*2;case"hex":return yi>>>1;case"base64":return $o(Ci).length;default:if(Yi)return ki?-1:Kn(Ci).length;ri=(""+ri).toLowerCase(),Yi=!0}}or.byteLength=li;function xi(Ci,ri,yi){let ki=!1;if((ri===void 0||ri<0)&&(ri=0),ri>this.length||((yi===void 0||yi>this.length)&&(yi=this.length),yi<=0)||(yi>>>=0,ri>>>=0,yi<=ri))return"";for(Ci||(Ci="utf8");;)switch(Ci){case"hex":return $r(this,ri,yi);case"utf8":case"utf-8":return pr(this,ri,yi);case"ascii":return $e(this,ri,yi);case"latin1":case"binary":return ur(this,ri,yi);case"base64":return lr(this,ri,yi);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Hr(this,ri,yi);default:if(ki)throw new TypeError("Unknown encoding: "+Ci);Ci=(Ci+"").toLowerCase(),ki=!0}}or.prototype._isBuffer=!0;function di(Ci,ri,yi){const ki=Ci[ri];Ci[ri]=Ci[yi],Ci[yi]=ki}or.prototype.swap16=function(){const ri=this.length;if(ri%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let yi=0;yi<ri;yi+=2)di(this,yi,yi+1);return this},or.prototype.swap32=function(){const ri=this.length;if(ri%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let yi=0;yi<ri;yi+=4)di(this,yi,yi+3),di(this,yi+1,yi+2);return this},or.prototype.swap64=function(){const ri=this.length;if(ri%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let yi=0;yi<ri;yi+=8)di(this,yi,yi+7),di(this,yi+1,yi+6),di(this,yi+2,yi+5),di(this,yi+3,yi+4);return this},or.prototype.toString=function(){const ri=this.length;return ri===0?"":arguments.length===0?pr(this,0,ri):xi.apply(this,arguments)},or.prototype.toLocaleString=or.prototype.toString,or.prototype.equals=function(ri){if(!or.isBuffer(ri))throw new TypeError("Argument must be a Buffer");return this===ri?!0:or.compare(this,ri)===0},or.prototype.inspect=function(){let ri="";const yi=m.INSPECT_MAX_BYTES;return ri=this.toString("hex",0,yi).replace(/(.{2})/g,"$1 ").trim(),this.length>yi&&(ri+=" ... "),"<Buffer "+ri+">"},we&&(or.prototype[we]=or.prototype.inspect),or.prototype.compare=function(ri,yi,ki,Yi,zn){if(Vn(ri,Me)&&(ri=or.from(ri,ri.offset,ri.byteLength)),!or.isBuffer(ri))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof ri);if(yi===void 0&&(yi=0),ki===void 0&&(ki=ri?ri.length:0),Yi===void 0&&(Yi=0),zn===void 0&&(zn=this.length),yi<0||ki>ri.length||Yi<0||zn>this.length)throw new RangeError("out of range index");if(Yi>=zn&&yi>=ki)return 0;if(Yi>=zn)return-1;if(yi>=ki)return 1;if(yi>>>=0,ki>>>=0,Yi>>>=0,zn>>>=0,this===ri)return 0;let pn=zn-Yi,nn=ki-yi;const Rn=Math.min(pn,nn),Mn=this.slice(Yi,zn),Jn=ri.slice(yi,ki);for(let Io=0;Io<Rn;++Io)if(Mn[Io]!==Jn[Io]){pn=Mn[Io],nn=Jn[Io];break}return pn<nn?-1:nn<pn?1:0};function oi(Ci,ri,yi,ki,Yi){if(Ci.length===0)return-1;if(typeof yi=="string"?(ki=yi,yi=0):yi>2147483647?yi=2147483647:yi<-2147483648&&(yi=-2147483648),yi=+yi,Zo(yi)&&(yi=Yi?0:Ci.length-1),yi<0&&(yi=Ci.length+yi),yi>=Ci.length){if(Yi)return-1;yi=Ci.length-1}else if(yi<0)if(Yi)yi=0;else return-1;if(typeof ri=="string"&&(ri=or.from(ri,ki)),or.isBuffer(ri))return ri.length===0?-1:ci(Ci,ri,yi,ki,Yi);if(typeof ri=="number")return ri=ri&255,typeof Me.prototype.indexOf=="function"?Yi?Me.prototype.indexOf.call(Ci,ri,yi):Me.prototype.lastIndexOf.call(Ci,ri,yi):ci(Ci,[ri],yi,ki,Yi);throw new TypeError("val must be string, number or Buffer")}function ci(Ci,ri,yi,ki,Yi){let zn=1,pn=Ci.length,nn=ri.length;if(ki!==void 0&&(ki=String(ki).toLowerCase(),ki==="ucs2"||ki==="ucs-2"||ki==="utf16le"||ki==="utf-16le")){if(Ci.length<2||ri.length<2)return-1;zn=2,pn/=2,nn/=2,yi/=2}function Rn(Jn,Io){return zn===1?Jn[Io]:Jn.readUInt16BE(Io*zn)}let Mn;if(Yi){let Jn=-1;for(Mn=yi;Mn<pn;Mn++)if(Rn(Ci,Mn)===Rn(ri,Jn===-1?0:Mn-Jn)){if(Jn===-1&&(Jn=Mn),Mn-Jn+1===nn)return Jn*zn}else Jn!==-1&&(Mn-=Mn-Jn),Jn=-1}else for(yi+nn>pn&&(yi=pn-nn),Mn=yi;Mn>=0;Mn--){let Jn=!0;for(let Io=0;Io<nn;Io++)if(Rn(Ci,Mn+Io)!==Rn(ri,Io)){Jn=!1;break}if(Jn)return Mn}return-1}or.prototype.includes=function(ri,yi,ki){return this.indexOf(ri,yi,ki)!==-1},or.prototype.indexOf=function(ri,yi,ki){return oi(this,ri,yi,ki,!0)},or.prototype.lastIndexOf=function(ri,yi,ki){return oi(this,ri,yi,ki,!1)};function gr(Ci,ri,yi,ki){yi=Number(yi)||0;const Yi=Ci.length-yi;ki?(ki=Number(ki),ki>Yi&&(ki=Yi)):ki=Yi;const zn=ri.length;ki>zn/2&&(ki=zn/2);let pn;for(pn=0;pn<ki;++pn){const nn=parseInt(ri.substr(pn*2,2),16);if(Zo(nn))return pn;Ci[yi+pn]=nn}return pn}function Ae(Ci,ri,yi,ki){return gn(Kn(ri,Ci.length-yi),Ci,yi,ki)}function ze(Ci,ri,yi,ki){return gn(Bn(ri),Ci,yi,ki)}function Ue(Ci,ri,yi,ki){return gn($o(ri),Ci,yi,ki)}function tr(Ci,ri,yi,ki){return gn(Fn(ri,Ci.length-yi),Ci,yi,ki)}or.prototype.write=function(ri,yi,ki,Yi){if(yi===void 0)Yi="utf8",ki=this.length,yi=0;else if(ki===void 0&&typeof yi=="string")Yi=yi,ki=this.length,yi=0;else if(isFinite(yi))yi=yi>>>0,isFinite(ki)?(ki=ki>>>0,Yi===void 0&&(Yi="utf8")):(Yi=ki,ki=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const zn=this.length-yi;if((ki===void 0||ki>zn)&&(ki=zn),ri.length>0&&(ki<0||yi<0)||yi>this.length)throw new RangeError("Attempt to write outside buffer bounds");Yi||(Yi="utf8");let pn=!1;for(;;)switch(Yi){case"hex":return gr(this,ri,yi,ki);case"utf8":case"utf-8":return Ae(this,ri,yi,ki);case"ascii":case"latin1":case"binary":return ze(this,ri,yi,ki);case"base64":return Ue(this,ri,yi,ki);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return tr(this,ri,yi,ki);default:if(pn)throw new TypeError("Unknown encoding: "+Yi);Yi=(""+Yi).toLowerCase(),pn=!0}},or.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lr(Ci,ri,yi){return ri===0&&yi===Ci.length?c.fromByteArray(Ci):c.fromByteArray(Ci.slice(ri,yi))}function pr(Ci,ri,yi){yi=Math.min(Ci.length,yi);const ki=[];let Yi=ri;for(;Yi<yi;){const zn=Ci[Yi];let pn=null,nn=zn>239?4:zn>223?3:zn>191?2:1;if(Yi+nn<=yi){let Rn,Mn,Jn,Io;switch(nn){case 1:zn<128&&(pn=zn);break;case 2:Rn=Ci[Yi+1],(Rn&192)===128&&(Io=(zn&31)<<6|Rn&63,Io>127&&(pn=Io));break;case 3:Rn=Ci[Yi+1],Mn=Ci[Yi+2],(Rn&192)===128&&(Mn&192)===128&&(Io=(zn&15)<<12|(Rn&63)<<6|Mn&63,Io>2047&&(Io<55296||Io>57343)&&(pn=Io));break;case 4:Rn=Ci[Yi+1],Mn=Ci[Yi+2],Jn=Ci[Yi+3],(Rn&192)===128&&(Mn&192)===128&&(Jn&192)===128&&(Io=(zn&15)<<18|(Rn&63)<<12|(Mn&63)<<6|Jn&63,Io>65535&&Io<1114112&&(pn=Io))}}pn===null?(pn=65533,nn=1):pn>65535&&(pn-=65536,ki.push(pn>>>10&1023|55296),pn=56320|pn&1023),ki.push(pn),Yi+=nn}return nr(ki)}const br=4096;function nr(Ci){const ri=Ci.length;if(ri<=br)return String.fromCharCode.apply(String,Ci);let yi="",ki=0;for(;ki<ri;)yi+=String.fromCharCode.apply(String,Ci.slice(ki,ki+=br));return yi}function $e(Ci,ri,yi){let ki="";yi=Math.min(Ci.length,yi);for(let Yi=ri;Yi<yi;++Yi)ki+=String.fromCharCode(Ci[Yi]&127);return ki}function ur(Ci,ri,yi){let ki="";yi=Math.min(Ci.length,yi);for(let Yi=ri;Yi<yi;++Yi)ki+=String.fromCharCode(Ci[Yi]);return ki}function $r(Ci,ri,yi){const ki=Ci.length;(!ri||ri<0)&&(ri=0),(!yi||yi<0||yi>ki)&&(yi=ki);let Yi="";for(let zn=ri;zn<yi;++zn)Yi+=Xn[Ci[zn]];return Yi}function Hr(Ci,ri,yi){const ki=Ci.slice(ri,yi);let Yi="";for(let zn=0;zn<ki.length-1;zn+=2)Yi+=String.fromCharCode(ki[zn]+ki[zn+1]*256);return Yi}or.prototype.slice=function(ri,yi){const ki=this.length;ri=~~ri,yi=yi===void 0?ki:~~yi,ri<0?(ri+=ki,ri<0&&(ri=0)):ri>ki&&(ri=ki),yi<0?(yi+=ki,yi<0&&(yi=0)):yi>ki&&(yi=ki),yi<ri&&(yi=ri);const Yi=this.subarray(ri,yi);return Object.setPrototypeOf(Yi,or.prototype),Yi};function gi(Ci,ri,yi){if(Ci%1!==0||Ci<0)throw new RangeError("offset is not uint");if(Ci+ri>yi)throw new RangeError("Trying to access beyond buffer length")}or.prototype.readUintLE=or.prototype.readUIntLE=function(ri,yi,ki){ri=ri>>>0,yi=yi>>>0,ki||gi(ri,yi,this.length);let Yi=this[ri],zn=1,pn=0;for(;++pn<yi&&(zn*=256);)Yi+=this[ri+pn]*zn;return Yi},or.prototype.readUintBE=or.prototype.readUIntBE=function(ri,yi,ki){ri=ri>>>0,yi=yi>>>0,ki||gi(ri,yi,this.length);let Yi=this[ri+--yi],zn=1;for(;yi>0&&(zn*=256);)Yi+=this[ri+--yi]*zn;return Yi},or.prototype.readUint8=or.prototype.readUInt8=function(ri,yi){return ri=ri>>>0,yi||gi(ri,1,this.length),this[ri]},or.prototype.readUint16LE=or.prototype.readUInt16LE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,2,this.length),this[ri]|this[ri+1]<<8},or.prototype.readUint16BE=or.prototype.readUInt16BE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,2,this.length),this[ri]<<8|this[ri+1]},or.prototype.readUint32LE=or.prototype.readUInt32LE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,4,this.length),(this[ri]|this[ri+1]<<8|this[ri+2]<<16)+this[ri+3]*16777216},or.prototype.readUint32BE=or.prototype.readUInt32BE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,4,this.length),this[ri]*16777216+(this[ri+1]<<16|this[ri+2]<<8|this[ri+3])},or.prototype.readBigUInt64LE=jn(function(ri){ri=ri>>>0,ln(ri,"offset");const yi=this[ri],ki=this[ri+7];(yi===void 0||ki===void 0)&&Pn(ri,this.length-8);const Yi=yi+this[++ri]*2**8+this[++ri]*2**16+this[++ri]*2**24,zn=this[++ri]+this[++ri]*2**8+this[++ri]*2**16+ki*2**24;return BigInt(Yi)+(BigInt(zn)<<BigInt(32))}),or.prototype.readBigUInt64BE=jn(function(ri){ri=ri>>>0,ln(ri,"offset");const yi=this[ri],ki=this[ri+7];(yi===void 0||ki===void 0)&&Pn(ri,this.length-8);const Yi=yi*2**24+this[++ri]*2**16+this[++ri]*2**8+this[++ri],zn=this[++ri]*2**24+this[++ri]*2**16+this[++ri]*2**8+ki;return(BigInt(Yi)<<BigInt(32))+BigInt(zn)}),or.prototype.readIntLE=function(ri,yi,ki){ri=ri>>>0,yi=yi>>>0,ki||gi(ri,yi,this.length);let Yi=this[ri],zn=1,pn=0;for(;++pn<yi&&(zn*=256);)Yi+=this[ri+pn]*zn;return zn*=128,Yi>=zn&&(Yi-=Math.pow(2,8*yi)),Yi},or.prototype.readIntBE=function(ri,yi,ki){ri=ri>>>0,yi=yi>>>0,ki||gi(ri,yi,this.length);let Yi=yi,zn=1,pn=this[ri+--Yi];for(;Yi>0&&(zn*=256);)pn+=this[ri+--Yi]*zn;return zn*=128,pn>=zn&&(pn-=Math.pow(2,8*yi)),pn},or.prototype.readInt8=function(ri,yi){return ri=ri>>>0,yi||gi(ri,1,this.length),this[ri]&128?(255-this[ri]+1)*-1:this[ri]},or.prototype.readInt16LE=function(ri,yi){ri=ri>>>0,yi||gi(ri,2,this.length);const ki=this[ri]|this[ri+1]<<8;return ki&32768?ki|4294901760:ki},or.prototype.readInt16BE=function(ri,yi){ri=ri>>>0,yi||gi(ri,2,this.length);const ki=this[ri+1]|this[ri]<<8;return ki&32768?ki|4294901760:ki},or.prototype.readInt32LE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,4,this.length),this[ri]|this[ri+1]<<8|this[ri+2]<<16|this[ri+3]<<24},or.prototype.readInt32BE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,4,this.length),this[ri]<<24|this[ri+1]<<16|this[ri+2]<<8|this[ri+3]},or.prototype.readBigInt64LE=jn(function(ri){ri=ri>>>0,ln(ri,"offset");const yi=this[ri],ki=this[ri+7];(yi===void 0||ki===void 0)&&Pn(ri,this.length-8);const Yi=this[ri+4]+this[ri+5]*2**8+this[ri+6]*2**16+(ki<<24);return(BigInt(Yi)<<BigInt(32))+BigInt(yi+this[++ri]*2**8+this[++ri]*2**16+this[++ri]*2**24)}),or.prototype.readBigInt64BE=jn(function(ri){ri=ri>>>0,ln(ri,"offset");const yi=this[ri],ki=this[ri+7];(yi===void 0||ki===void 0)&&Pn(ri,this.length-8);const Yi=(yi<<24)+this[++ri]*2**16+this[++ri]*2**8+this[++ri];return(BigInt(Yi)<<BigInt(32))+BigInt(this[++ri]*2**24+this[++ri]*2**16+this[++ri]*2**8+ki)}),or.prototype.readFloatLE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,4,this.length),ie.read(this,ri,!0,23,4)},or.prototype.readFloatBE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,4,this.length),ie.read(this,ri,!1,23,4)},or.prototype.readDoubleLE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,8,this.length),ie.read(this,ri,!0,52,8)},or.prototype.readDoubleBE=function(ri,yi){return ri=ri>>>0,yi||gi(ri,8,this.length),ie.read(this,ri,!1,52,8)};function Ti(Ci,ri,yi,ki,Yi,zn){if(!or.isBuffer(Ci))throw new TypeError('"buffer" argument must be a Buffer instance');if(ri>Yi||ri<zn)throw new RangeError('"value" argument is out of bounds');if(yi+ki>Ci.length)throw new RangeError("Index out of range")}or.prototype.writeUintLE=or.prototype.writeUIntLE=function(ri,yi,ki,Yi){if(ri=+ri,yi=yi>>>0,ki=ki>>>0,!Yi){const nn=Math.pow(2,8*ki)-1;Ti(this,ri,yi,ki,nn,0)}let zn=1,pn=0;for(this[yi]=ri&255;++pn<ki&&(zn*=256);)this[yi+pn]=ri/zn&255;return yi+ki},or.prototype.writeUintBE=or.prototype.writeUIntBE=function(ri,yi,ki,Yi){if(ri=+ri,yi=yi>>>0,ki=ki>>>0,!Yi){const nn=Math.pow(2,8*ki)-1;Ti(this,ri,yi,ki,nn,0)}let zn=ki-1,pn=1;for(this[yi+zn]=ri&255;--zn>=0&&(pn*=256);)this[yi+zn]=ri/pn&255;return yi+ki},or.prototype.writeUint8=or.prototype.writeUInt8=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,1,255,0),this[yi]=ri&255,yi+1},or.prototype.writeUint16LE=or.prototype.writeUInt16LE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,2,65535,0),this[yi]=ri&255,this[yi+1]=ri>>>8,yi+2},or.prototype.writeUint16BE=or.prototype.writeUInt16BE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,2,65535,0),this[yi]=ri>>>8,this[yi+1]=ri&255,yi+2},or.prototype.writeUint32LE=or.prototype.writeUInt32LE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,4,4294967295,0),this[yi+3]=ri>>>24,this[yi+2]=ri>>>16,this[yi+1]=ri>>>8,this[yi]=ri&255,yi+4},or.prototype.writeUint32BE=or.prototype.writeUInt32BE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,4,4294967295,0),this[yi]=ri>>>24,this[yi+1]=ri>>>16,this[yi+2]=ri>>>8,this[yi+3]=ri&255,yi+4};function wi(Ci,ri,yi,ki,Yi){yn(ri,ki,Yi,Ci,yi,7);let zn=Number(ri&BigInt(4294967295));Ci[yi++]=zn,zn=zn>>8,Ci[yi++]=zn,zn=zn>>8,Ci[yi++]=zn,zn=zn>>8,Ci[yi++]=zn;let pn=Number(ri>>BigInt(32)&BigInt(4294967295));return Ci[yi++]=pn,pn=pn>>8,Ci[yi++]=pn,pn=pn>>8,Ci[yi++]=pn,pn=pn>>8,Ci[yi++]=pn,yi}function ii(Ci,ri,yi,ki,Yi){yn(ri,ki,Yi,Ci,yi,7);let zn=Number(ri&BigInt(4294967295));Ci[yi+7]=zn,zn=zn>>8,Ci[yi+6]=zn,zn=zn>>8,Ci[yi+5]=zn,zn=zn>>8,Ci[yi+4]=zn;let pn=Number(ri>>BigInt(32)&BigInt(4294967295));return Ci[yi+3]=pn,pn=pn>>8,Ci[yi+2]=pn,pn=pn>>8,Ci[yi+1]=pn,pn=pn>>8,Ci[yi]=pn,yi+8}or.prototype.writeBigUInt64LE=jn(function(ri,yi=0){return wi(this,ri,yi,BigInt(0),BigInt("0xffffffffffffffff"))}),or.prototype.writeBigUInt64BE=jn(function(ri,yi=0){return ii(this,ri,yi,BigInt(0),BigInt("0xffffffffffffffff"))}),or.prototype.writeIntLE=function(ri,yi,ki,Yi){if(ri=+ri,yi=yi>>>0,!Yi){const Rn=Math.pow(2,8*ki-1);Ti(this,ri,yi,ki,Rn-1,-Rn)}let zn=0,pn=1,nn=0;for(this[yi]=ri&255;++zn<ki&&(pn*=256);)ri<0&&nn===0&&this[yi+zn-1]!==0&&(nn=1),this[yi+zn]=(ri/pn>>0)-nn&255;return yi+ki},or.prototype.writeIntBE=function(ri,yi,ki,Yi){if(ri=+ri,yi=yi>>>0,!Yi){const Rn=Math.pow(2,8*ki-1);Ti(this,ri,yi,ki,Rn-1,-Rn)}let zn=ki-1,pn=1,nn=0;for(this[yi+zn]=ri&255;--zn>=0&&(pn*=256);)ri<0&&nn===0&&this[yi+zn+1]!==0&&(nn=1),this[yi+zn]=(ri/pn>>0)-nn&255;return yi+ki},or.prototype.writeInt8=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,1,127,-128),ri<0&&(ri=255+ri+1),this[yi]=ri&255,yi+1},or.prototype.writeInt16LE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,2,32767,-32768),this[yi]=ri&255,this[yi+1]=ri>>>8,yi+2},or.prototype.writeInt16BE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,2,32767,-32768),this[yi]=ri>>>8,this[yi+1]=ri&255,yi+2},or.prototype.writeInt32LE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,4,2147483647,-2147483648),this[yi]=ri&255,this[yi+1]=ri>>>8,this[yi+2]=ri>>>16,this[yi+3]=ri>>>24,yi+4},or.prototype.writeInt32BE=function(ri,yi,ki){return ri=+ri,yi=yi>>>0,ki||Ti(this,ri,yi,4,2147483647,-2147483648),ri<0&&(ri=4294967295+ri+1),this[yi]=ri>>>24,this[yi+1]=ri>>>16,this[yi+2]=ri>>>8,this[yi+3]=ri&255,yi+4},or.prototype.writeBigInt64LE=jn(function(ri,yi=0){return wi(this,ri,yi,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),or.prototype.writeBigInt64BE=jn(function(ri,yi=0){return ii(this,ri,yi,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function mi(Ci,ri,yi,ki,Yi,zn){if(yi+ki>Ci.length)throw new RangeError("Index out of range");if(yi<0)throw new RangeError("Index out of range")}function ei(Ci,ri,yi,ki,Yi){return ri=+ri,yi=yi>>>0,Yi||mi(Ci,ri,yi,4),ie.write(Ci,ri,yi,ki,23,4),yi+4}or.prototype.writeFloatLE=function(ri,yi,ki){return ei(this,ri,yi,!0,ki)},or.prototype.writeFloatBE=function(ri,yi,ki){return ei(this,ri,yi,!1,ki)};function Zr(Ci,ri,yi,ki,Yi){return ri=+ri,yi=yi>>>0,Yi||mi(Ci,ri,yi,8),ie.write(Ci,ri,yi,ki,52,8),yi+8}or.prototype.writeDoubleLE=function(ri,yi,ki){return Zr(this,ri,yi,!0,ki)},or.prototype.writeDoubleBE=function(ri,yi,ki){return Zr(this,ri,yi,!1,ki)},or.prototype.copy=function(ri,yi,ki,Yi){if(!or.isBuffer(ri))throw new TypeError("argument should be a Buffer");if(ki||(ki=0),!Yi&&Yi!==0&&(Yi=this.length),yi>=ri.length&&(yi=ri.length),yi||(yi=0),Yi>0&&Yi<ki&&(Yi=ki),Yi===ki||ri.length===0||this.length===0)return 0;if(yi<0)throw new RangeError("targetStart out of bounds");if(ki<0||ki>=this.length)throw new RangeError("Index out of range");if(Yi<0)throw new RangeError("sourceEnd out of bounds");Yi>this.length&&(Yi=this.length),ri.length-yi<Yi-ki&&(Yi=ri.length-yi+ki);const zn=Yi-ki;return this===ri&&typeof Me.prototype.copyWithin=="function"?this.copyWithin(yi,ki,Yi):Me.prototype.set.call(ri,this.subarray(ki,Yi),yi),zn},or.prototype.fill=function(ri,yi,ki,Yi){if(typeof ri=="string"){if(typeof yi=="string"?(Yi=yi,yi=0,ki=this.length):typeof ki=="string"&&(Yi=ki,ki=this.length),Yi!==void 0&&typeof Yi!="string")throw new TypeError("encoding must be a string");if(typeof Yi=="string"&&!or.isEncoding(Yi))throw new TypeError("Unknown encoding: "+Yi);if(ri.length===1){const pn=ri.charCodeAt(0);(Yi==="utf8"&&pn<128||Yi==="latin1")&&(ri=pn)}}else typeof ri=="number"?ri=ri&255:typeof ri=="boolean"&&(ri=Number(ri));if(yi<0||this.length<yi||this.length<ki)throw new RangeError("Out of range index");if(ki<=yi)return this;yi=yi>>>0,ki=ki===void 0?this.length:ki>>>0,ri||(ri=0);let zn;if(typeof ri=="number")for(zn=yi;zn<ki;++zn)this[zn]=ri;else{const pn=or.isBuffer(ri)?ri:or.from(ri,Yi),nn=pn.length;if(nn===0)throw new TypeError('The value "'+ri+'" is invalid for argument "value"');for(zn=0;zn<ki-yi;++zn)this[zn+yi]=pn[zn%nn]}return this};const pi={};function hi(Ci,ri,yi){pi[Ci]=class extends yi{constructor(){super(),Object.defineProperty(this,"message",{value:ri.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${Ci}]`,this.stack,delete this.name}get code(){return Ci}set code(Yi){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:Yi,writable:!0})}toString(){return`${this.name} [${Ci}]: ${this.message}`}}}hi("ERR_BUFFER_OUT_OF_BOUNDS",function(Ci){return Ci?`${Ci} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),hi("ERR_INVALID_ARG_TYPE",function(Ci,ri){return`The "${Ci}" argument must be of type number. Received type ${typeof ri}`},TypeError),hi("ERR_OUT_OF_RANGE",function(Ci,ri,yi){let ki=`The value of "${Ci}" is out of range.`,Yi=yi;return Number.isInteger(yi)&&Math.abs(yi)>2**32?Yi=Oi(String(yi)):typeof yi=="bigint"&&(Yi=String(yi),(yi>BigInt(2)**BigInt(32)||yi<-(BigInt(2)**BigInt(32)))&&(Yi=Oi(Yi)),Yi+="n"),ki+=` It must be ${ri}. Received ${Yi}`,ki},RangeError);function Oi(Ci){let ri="",yi=Ci.length;const ki=Ci[0]==="-"?1:0;for(;yi>=ki+4;yi-=3)ri=`_${Ci.slice(yi-3,yi)}${ri}`;return`${Ci.slice(0,yi)}${ri}`}function qi(Ci,ri,yi){ln(ri,"offset"),(Ci[ri]===void 0||Ci[ri+yi]===void 0)&&Pn(ri,Ci.length-(yi+1))}function yn(Ci,ri,yi,ki,Yi,zn){if(Ci>yi||Ci<ri){const pn=typeof ri=="bigint"?"n":"";let nn;throw zn>3?ri===0||ri===BigInt(0)?nn=`>= 0${pn} and < 2${pn} ** ${(zn+1)*8}${pn}`:nn=`>= -(2${pn} ** ${(zn+1)*8-1}${pn}) and < 2 ** ${(zn+1)*8-1}${pn}`:nn=`>= ${ri}${pn} and <= ${yi}${pn}`,new pi.ERR_OUT_OF_RANGE("value",nn,Ci)}qi(ki,Yi,zn)}function ln(Ci,ri){if(typeof Ci!="number")throw new pi.ERR_INVALID_ARG_TYPE(ri,"number",Ci)}function Pn(Ci,ri,yi){throw Math.floor(Ci)!==Ci?(ln(Ci,yi),new pi.ERR_OUT_OF_RANGE(yi||"offset","an integer",Ci)):ri<0?new pi.ERR_BUFFER_OUT_OF_BOUNDS:new pi.ERR_OUT_OF_RANGE(yi||"offset",`>= ${yi?1:0} and <= ${ri}`,Ci)}const rn=/[^+/0-9A-Za-z-_]/g;function ji(Ci){if(Ci=Ci.split("=")[0],Ci=Ci.trim().replace(rn,""),Ci.length<2)return"";for(;Ci.length%4!==0;)Ci=Ci+"=";return Ci}function Kn(Ci,ri){ri=ri||1/0;let yi;const ki=Ci.length;let Yi=null;const zn=[];for(let pn=0;pn<ki;++pn){if(yi=Ci.charCodeAt(pn),yi>55295&&yi<57344){if(!Yi){if(yi>56319){(ri-=3)>-1&&zn.push(239,191,189);continue}else if(pn+1===ki){(ri-=3)>-1&&zn.push(239,191,189);continue}Yi=yi;continue}if(yi<56320){(ri-=3)>-1&&zn.push(239,191,189),Yi=yi;continue}yi=(Yi-55296<<10|yi-56320)+65536}else Yi&&(ri-=3)>-1&&zn.push(239,191,189);if(Yi=null,yi<128){if((ri-=1)<0)break;zn.push(yi)}else if(yi<2048){if((ri-=2)<0)break;zn.push(yi>>6|192,yi&63|128)}else if(yi<65536){if((ri-=3)<0)break;zn.push(yi>>12|224,yi>>6&63|128,yi&63|128)}else if(yi<1114112){if((ri-=4)<0)break;zn.push(yi>>18|240,yi>>12&63|128,yi>>6&63|128,yi&63|128)}else throw new Error("Invalid code point")}return zn}function Bn(Ci){const ri=[];for(let yi=0;yi<Ci.length;++yi)ri.push(Ci.charCodeAt(yi)&255);return ri}function Fn(Ci,ri){let yi,ki,Yi;const zn=[];for(let pn=0;pn<Ci.length&&!((ri-=2)<0);++pn)yi=Ci.charCodeAt(pn),ki=yi>>8,Yi=yi%256,zn.push(Yi),zn.push(ki);return zn}function $o(Ci){return c.toByteArray(ji(Ci))}function gn(Ci,ri,yi,ki){let Yi;for(Yi=0;Yi<ki&&!(Yi+yi>=ri.length||Yi>=Ci.length);++Yi)ri[Yi+yi]=Ci[Yi];return Yi}function Vn(Ci,ri){return Ci instanceof ri||Ci!=null&&Ci.constructor!=null&&Ci.constructor.name!=null&&Ci.constructor.name===ri.name}function Zo(Ci){return Ci!==Ci}const Xn=function(){const Ci="0123456789abcdef",ri=new Array(256);for(let yi=0;yi<16;++yi){const ki=yi*16;for(let Yi=0;Yi<16;++Yi)ri[ki+Yi]=Ci[yi]+Ci[Yi]}return ri}();function jn(Ci){return typeof BigInt>"u"?ra:Ci}function ra(){throw new Error("BigInt not supported")}})(buffer$1);const Buffer$C=buffer$1.Buffer,Blob$1=buffer$1.Blob,BlobOptions=buffer$1.BlobOptions,Buffer$1$1=buffer$1.Buffer,File$1=buffer$1.File,FileOptions=buffer$1.FileOptions,INSPECT_MAX_BYTES=buffer$1.INSPECT_MAX_BYTES,SlowBuffer=buffer$1.SlowBuffer,TranscodeEncoding=buffer$1.TranscodeEncoding,atob$1=buffer$1.atob,btoa$1=buffer$1.btoa,constants$3=buffer$1.constants,isAscii=buffer$1.isAscii,isUtf8=buffer$1.isUtf8,kMaxLength=buffer$1.kMaxLength,kStringMaxLength=buffer$1.kStringMaxLength,resolveObjectURL=buffer$1.resolveObjectURL,transcode=buffer$1.transcode,dist=Object.freeze(Object.defineProperty({__proto__:null,Blob:Blob$1,BlobOptions,Buffer:Buffer$1$1,File:File$1,FileOptions,INSPECT_MAX_BYTES,SlowBuffer,TranscodeEncoding,atob:atob$1,btoa:btoa$1,constants:constants$3,default:Buffer$C,isAscii,isUtf8,kMaxLength,kStringMaxLength,resolveObjectURL,transcode},Symbol.toStringTag,{value:"Module"})),require$$0$4=getAugmentedNamespace(dist);/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(m,c){var ie=require$$0$4,we=ie.Buffer;function Pe(Ze,ne){for(var rr in Ze)ne[rr]=Ze[rr]}we.from&&we.alloc&&we.allocUnsafe&&we.allocUnsafeSlow?m.exports=ie:(Pe(ie,c),c.Buffer=Me);function Me(Ze,ne,rr){return we(Ze,ne,rr)}Me.prototype=Object.create(we.prototype),Pe(we,Me),Me.from=function(Ze,ne,rr){if(typeof Ze=="number")throw new TypeError("Argument must not be a number");return we(Ze,ne,rr)},Me.alloc=function(Ze,ne,rr){if(typeof Ze!="number")throw new TypeError("Argument must be a number");var vr=we(Ze);return ne!==void 0?typeof rr=="string"?vr.fill(ne,rr):vr.fill(ne):vr.fill(0),vr},Me.allocUnsafe=function(Ze){if(typeof Ze!="number")throw new TypeError("Argument must be a number");return we(Ze)},Me.allocUnsafeSlow=function(Ze){if(typeof Ze!="number")throw new TypeError("Argument must be a number");return ie.SlowBuffer(Ze)}})(safeBuffer$2,safeBuffer$2.exports);var MAX_BYTES=65536,MAX_UINT32=4294967295;function oldBrowser$1(){throw new Error(`Secure random number generation is not supported by this browser.
54
- Use Chrome, Firefox or Internet Explorer 11`)}var Buffer$B=safeBuffer$2.exports.Buffer,crypto$2=commonjsGlobal.crypto||commonjsGlobal.msCrypto;crypto$2&&crypto$2.getRandomValues?browser$c.exports=randomBytes$2:browser$c.exports=oldBrowser$1;function randomBytes$2(m,c){if(m>MAX_UINT32)throw new RangeError("requested too many random bytes");var ie=Buffer$B.allocUnsafe(m);if(m>0)if(m>MAX_BYTES)for(var we=0;we<m;we+=MAX_BYTES)crypto$2.getRandomValues(ie.slice(we,we+MAX_BYTES));else crypto$2.getRandomValues(ie);return typeof c=="function"?process$1.nextTick(function(){c(null,ie)}):ie}var inherits_browser={exports:{}};typeof Object.create=="function"?inherits_browser.exports=function(c,ie){ie&&(c.super_=ie,c.prototype=Object.create(ie.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}))}:inherits_browser.exports=function(c,ie){if(ie){c.super_=ie;var we=function(){};we.prototype=ie.prototype,c.prototype=new we,c.prototype.constructor=c}};var events$2={exports:{}},R$1=typeof Reflect=="object"?Reflect:null,ReflectApply=R$1&&typeof R$1.apply=="function"?R$1.apply:function(c,ie,we){return Function.prototype.apply.call(c,ie,we)},ReflectOwnKeys;R$1&&typeof R$1.ownKeys=="function"?ReflectOwnKeys=R$1.ownKeys:Object.getOwnPropertySymbols?ReflectOwnKeys=function(c){return Object.getOwnPropertyNames(c).concat(Object.getOwnPropertySymbols(c))}:ReflectOwnKeys=function(c){return Object.getOwnPropertyNames(c)};function ProcessEmitWarning(m){console&&console.warn&&console.warn(m)}var NumberIsNaN=Number.isNaN||function(c){return c!==c};function EventEmitter(){EventEmitter.init.call(this)}events$2.exports=EventEmitter,events$2.exports.once=once,EventEmitter.EventEmitter=EventEmitter,EventEmitter.prototype._events=void 0,EventEmitter.prototype._eventsCount=0,EventEmitter.prototype._maxListeners=void 0;var defaultMaxListeners=10;function checkListener(m){if(typeof m!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof m)}Object.defineProperty(EventEmitter,"defaultMaxListeners",{enumerable:!0,get:function(){return defaultMaxListeners},set:function(m){if(typeof m!="number"||m<0||NumberIsNaN(m))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+m+".");defaultMaxListeners=m}}),EventEmitter.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},EventEmitter.prototype.setMaxListeners=function(c){if(typeof c!="number"||c<0||NumberIsNaN(c))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+c+".");return this._maxListeners=c,this};function _getMaxListeners(m){return m._maxListeners===void 0?EventEmitter.defaultMaxListeners:m._maxListeners}EventEmitter.prototype.getMaxListeners=function(){return _getMaxListeners(this)},EventEmitter.prototype.emit=function(c){for(var ie=[],we=1;we<arguments.length;we++)ie.push(arguments[we]);var Pe=c==="error",Me=this._events;if(Me!==void 0)Pe=Pe&&Me.error===void 0;else if(!Pe)return!1;if(Pe){var Ze;if(ie.length>0&&(Ze=ie[0]),Ze instanceof Error)throw Ze;var ne=new Error("Unhandled error."+(Ze?" ("+Ze.message+")":""));throw ne.context=Ze,ne}var rr=Me[c];if(rr===void 0)return!1;if(typeof rr=="function")ReflectApply(rr,this,ie);else for(var vr=rr.length,or=arrayClone(rr,vr),we=0;we<vr;++we)ReflectApply(or[we],this,ie);return!0};function _addListener(m,c,ie,we){var Pe,Me,Ze;if(checkListener(ie),Me=m._events,Me===void 0?(Me=m._events=Object.create(null),m._eventsCount=0):(Me.newListener!==void 0&&(m.emit("newListener",c,ie.listener?ie.listener:ie),Me=m._events),Ze=Me[c]),Ze===void 0)Ze=Me[c]=ie,++m._eventsCount;else if(typeof Ze=="function"?Ze=Me[c]=we?[ie,Ze]:[Ze,ie]:we?Ze.unshift(ie):Ze.push(ie),Pe=_getMaxListeners(m),Pe>0&&Ze.length>Pe&&!Ze.warned){Ze.warned=!0;var ne=new Error("Possible EventEmitter memory leak detected. "+Ze.length+" "+String(c)+" listeners added. Use emitter.setMaxListeners() to increase limit");ne.name="MaxListenersExceededWarning",ne.emitter=m,ne.type=c,ne.count=Ze.length,ProcessEmitWarning(ne)}return m}EventEmitter.prototype.addListener=function(c,ie){return _addListener(this,c,ie,!1)},EventEmitter.prototype.on=EventEmitter.prototype.addListener,EventEmitter.prototype.prependListener=function(c,ie){return _addListener(this,c,ie,!0)};function onceWrapper(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function _onceWrap(m,c,ie){var we={fired:!1,wrapFn:void 0,target:m,type:c,listener:ie},Pe=onceWrapper.bind(we);return Pe.listener=ie,we.wrapFn=Pe,Pe}EventEmitter.prototype.once=function(c,ie){return checkListener(ie),this.on(c,_onceWrap(this,c,ie)),this},EventEmitter.prototype.prependOnceListener=function(c,ie){return checkListener(ie),this.prependListener(c,_onceWrap(this,c,ie)),this},EventEmitter.prototype.removeListener=function(c,ie){var we,Pe,Me,Ze,ne;if(checkListener(ie),Pe=this._events,Pe===void 0)return this;if(we=Pe[c],we===void 0)return this;if(we===ie||we.listener===ie)--this._eventsCount===0?this._events=Object.create(null):(delete Pe[c],Pe.removeListener&&this.emit("removeListener",c,we.listener||ie));else if(typeof we!="function"){for(Me=-1,Ze=we.length-1;Ze>=0;Ze--)if(we[Ze]===ie||we[Ze].listener===ie){ne=we[Ze].listener,Me=Ze;break}if(Me<0)return this;Me===0?we.shift():spliceOne(we,Me),we.length===1&&(Pe[c]=we[0]),Pe.removeListener!==void 0&&this.emit("removeListener",c,ne||ie)}return this},EventEmitter.prototype.off=EventEmitter.prototype.removeListener,EventEmitter.prototype.removeAllListeners=function(c){var ie,we,Pe;if(we=this._events,we===void 0)return this;if(we.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):we[c]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete we[c]),this;if(arguments.length===0){var Me=Object.keys(we),Ze;for(Pe=0;Pe<Me.length;++Pe)Ze=Me[Pe],Ze!=="removeListener"&&this.removeAllListeners(Ze);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(ie=we[c],typeof ie=="function")this.removeListener(c,ie);else if(ie!==void 0)for(Pe=ie.length-1;Pe>=0;Pe--)this.removeListener(c,ie[Pe]);return this};function _listeners(m,c,ie){var we=m._events;if(we===void 0)return[];var Pe=we[c];return Pe===void 0?[]:typeof Pe=="function"?ie?[Pe.listener||Pe]:[Pe]:ie?unwrapListeners(Pe):arrayClone(Pe,Pe.length)}EventEmitter.prototype.listeners=function(c){return _listeners(this,c,!0)},EventEmitter.prototype.rawListeners=function(c){return _listeners(this,c,!1)},EventEmitter.listenerCount=function(m,c){return typeof m.listenerCount=="function"?m.listenerCount(c):listenerCount.call(m,c)},EventEmitter.prototype.listenerCount=listenerCount;function listenerCount(m){var c=this._events;if(c!==void 0){var ie=c[m];if(typeof ie=="function")return 1;if(ie!==void 0)return ie.length}return 0}EventEmitter.prototype.eventNames=function(){return this._eventsCount>0?ReflectOwnKeys(this._events):[]};function arrayClone(m,c){for(var ie=new Array(c),we=0;we<c;++we)ie[we]=m[we];return ie}function spliceOne(m,c){for(;c+1<m.length;c++)m[c]=m[c+1];m.pop()}function unwrapListeners(m){for(var c=new Array(m.length),ie=0;ie<c.length;++ie)c[ie]=m[ie].listener||m[ie];return c}function once(m,c){return new Promise(function(ie,we){function Pe(Ze){m.removeListener(c,Me),we(Ze)}function Me(){typeof m.removeListener=="function"&&m.removeListener("error",Pe),ie([].slice.call(arguments))}eventTargetAgnosticAddListener(m,c,Me,{once:!0}),c!=="error"&&addErrorHandlerIfEventEmitter(m,Pe,{once:!0})})}function addErrorHandlerIfEventEmitter(m,c,ie){typeof m.on=="function"&&eventTargetAgnosticAddListener(m,"error",c,ie)}function eventTargetAgnosticAddListener(m,c,ie,we){if(typeof m.on=="function")we.once?m.once(c,ie):m.on(c,ie);else if(typeof m.addEventListener=="function")m.addEventListener(c,function Pe(Me){we.once&&m.removeEventListener(c,Pe),ie(Me)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof m)}var streamBrowser$1,hasRequiredStreamBrowser;function requireStreamBrowser(){return hasRequiredStreamBrowser||(hasRequiredStreamBrowser=1,streamBrowser$1=events$2.exports.EventEmitter),streamBrowser$1}var util$4={},types$2={},shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var c={},ie=Symbol("test"),we=Object(ie);if(typeof ie=="string"||Object.prototype.toString.call(ie)!=="[object Symbol]"||Object.prototype.toString.call(we)!=="[object Symbol]")return!1;var Pe=42;c[ie]=Pe;for(var Me in c)return!1;if(typeof Object.keys=="function"&&Object.keys(c).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(c).length!==0)return!1;var Ze=Object.getOwnPropertySymbols(c);if(Ze.length!==1||Ze[0]!==ie||!Object.prototype.propertyIsEnumerable.call(c,ie))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var ne=Object.getOwnPropertyDescriptor(c,ie);if(ne.value!==Pe||ne.enumerable!==!0)return!1}return!0},hasSymbols$2=shams$1,shams=function(){return hasSymbols$2()&&!!Symbol.toStringTag},esObjectAtoms=Object,esErrors=Error,_eval=EvalError,range$1=RangeError,ref=ReferenceError,syntax=SyntaxError,type=TypeError,uri=URIError,abs$1=Math.abs,floor$1=Math.floor,max$2=Math.max,min$2=Math.min,pow$1=Math.pow,round$2=Math.round,_isNaN=Number.isNaN||function(c){return c!==c},$isNaN=_isNaN,sign$2=function(c){return $isNaN(c)||c===0?c:c<0?-1:1},gOPD$3=Object.getOwnPropertyDescriptor,$gOPD$1=gOPD$3;if($gOPD$1)try{$gOPD$1([],"length")}catch{$gOPD$1=null}var gopd$1=$gOPD$1,$defineProperty$3=Object.defineProperty||!1;if($defineProperty$3)try{$defineProperty$3({},"a",{value:1})}catch{$defineProperty$3=!1}var esDefineProperty=$defineProperty$3,hasSymbols$1,hasRequiredHasSymbols;function requireHasSymbols(){if(hasRequiredHasSymbols)return hasSymbols$1;hasRequiredHasSymbols=1;var m=typeof Symbol<"u"&&Symbol,c=shams$1;return hasSymbols$1=function(){return typeof m!="function"||typeof Symbol!="function"||typeof m("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:c()},hasSymbols$1}var Reflect_getPrototypeOf,hasRequiredReflect_getPrototypeOf;function requireReflect_getPrototypeOf(){return hasRequiredReflect_getPrototypeOf||(hasRequiredReflect_getPrototypeOf=1,Reflect_getPrototypeOf=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Reflect_getPrototypeOf}var Object_getPrototypeOf,hasRequiredObject_getPrototypeOf;function requireObject_getPrototypeOf(){if(hasRequiredObject_getPrototypeOf)return Object_getPrototypeOf;hasRequiredObject_getPrototypeOf=1;var m=esObjectAtoms;return Object_getPrototypeOf=m.getPrototypeOf||null,Object_getPrototypeOf}var implementation,hasRequiredImplementation;function requireImplementation(){if(hasRequiredImplementation)return implementation;hasRequiredImplementation=1;var m="Function.prototype.bind called on incompatible ",c=Object.prototype.toString,ie=Math.max,we="[object Function]",Pe=function(rr,vr){for(var or=[],_r=0;_r<rr.length;_r+=1)or[_r]=rr[_r];for(var Lr=0;Lr<vr.length;Lr+=1)or[Lr+rr.length]=vr[Lr];return or},Me=function(rr,vr){for(var or=[],_r=vr||0,Lr=0;_r<rr.length;_r+=1,Lr+=1)or[Lr]=rr[_r];return or},Ze=function(ne,rr){for(var vr="",or=0;or<ne.length;or+=1)vr+=ne[or],or+1<ne.length&&(vr+=rr);return vr};return implementation=function(rr){var vr=this;if(typeof vr!="function"||c.apply(vr)!==we)throw new TypeError(m+vr);for(var or=Me(arguments,1),_r,Lr=function(){if(this instanceof _r){var Yr=vr.apply(this,Pe(or,arguments));return Object(Yr)===Yr?Yr:this}return vr.apply(rr,Pe(or,arguments))},Br=ie(0,vr.length-or.length),Ar=[],Pr=0;Pr<Br;Pr++)Ar[Pr]="$"+Pr;if(_r=Function("binder","return function ("+Ze(Ar,",")+"){ return binder.apply(this,arguments); }")(Lr),vr.prototype){var Fr=function(){};Fr.prototype=vr.prototype,_r.prototype=new Fr,Fr.prototype=null}return _r},implementation}var functionBind,hasRequiredFunctionBind;function requireFunctionBind(){if(hasRequiredFunctionBind)return functionBind;hasRequiredFunctionBind=1;var m=requireImplementation();return functionBind=Function.prototype.bind||m,functionBind}var functionCall,hasRequiredFunctionCall;function requireFunctionCall(){return hasRequiredFunctionCall||(hasRequiredFunctionCall=1,functionCall=Function.prototype.call),functionCall}var functionApply,hasRequiredFunctionApply;function requireFunctionApply(){return hasRequiredFunctionApply||(hasRequiredFunctionApply=1,functionApply=Function.prototype.apply),functionApply}var reflectApply$1=typeof Reflect<"u"&&Reflect&&Reflect.apply,bind$3=requireFunctionBind(),$apply$2=requireFunctionApply(),$call$2=requireFunctionCall(),$reflectApply=reflectApply$1,actualApply$1=$reflectApply||bind$3.call($call$2,$apply$2),bind$2=requireFunctionBind(),$TypeError$8=type,$call$1=requireFunctionCall(),$actualApply=actualApply$1,callBindApplyHelpers=function(c){if(c.length<1||typeof c[0]!="function")throw new $TypeError$8("a function is required");return $actualApply(bind$2,$call$1,c)},get,hasRequiredGet;function requireGet(){if(hasRequiredGet)return get;hasRequiredGet=1;var m=callBindApplyHelpers,c=gopd$1,ie;try{ie=[].__proto__===Array.prototype}catch(Ze){if(!Ze||typeof Ze!="object"||!("code"in Ze)||Ze.code!=="ERR_PROTO_ACCESS")throw Ze}var we=!!ie&&c&&c(Object.prototype,"__proto__"),Pe=Object,Me=Pe.getPrototypeOf;return get=we&&typeof we.get=="function"?m([we.get]):typeof Me=="function"?function(ne){return Me(ne==null?ne:Pe(ne))}:!1,get}var getProto$2,hasRequiredGetProto;function requireGetProto(){if(hasRequiredGetProto)return getProto$2;hasRequiredGetProto=1;var m=requireReflect_getPrototypeOf(),c=requireObject_getPrototypeOf(),ie=requireGet();return getProto$2=m?function(Pe){return m(Pe)}:c?function(Pe){if(!Pe||typeof Pe!="object"&&typeof Pe!="function")throw new TypeError("getProto: not an object");return c(Pe)}:ie?function(Pe){return ie(Pe)}:null,getProto$2}var hasown,hasRequiredHasown;function requireHasown(){if(hasRequiredHasown)return hasown;hasRequiredHasown=1;var m=Function.prototype.call,c=Object.prototype.hasOwnProperty,ie=requireFunctionBind();return hasown=ie.call(m,c),hasown}var undefined$1,$Object=esObjectAtoms,$Error=esErrors,$EvalError=_eval,$RangeError=range$1,$ReferenceError=ref,$SyntaxError$1=syntax,$TypeError$7=type,$URIError=uri,abs=abs$1,floor=floor$1,max$1=max$2,min$1=min$2,pow=pow$1,round$1=round$2,sign$1=sign$2,$Function=Function,getEvalledConstructor=function(m){try{return $Function('"use strict"; return ('+m+").constructor;")()}catch{}},$gOPD=gopd$1,$defineProperty$2=esDefineProperty,throwTypeError=function(){throw new $TypeError$7},ThrowTypeError=$gOPD?function(){try{return arguments.callee,throwTypeError}catch{try{return $gOPD(arguments,"callee").get}catch{return throwTypeError}}}():throwTypeError,hasSymbols=requireHasSymbols()(),getProto$1=requireGetProto(),$ObjectGPO=requireObject_getPrototypeOf(),$ReflectGPO=requireReflect_getPrototypeOf(),$apply$1=requireFunctionApply(),$call=requireFunctionCall(),needsEval={},TypedArray=typeof Uint8Array>"u"||!getProto$1?undefined$1:getProto$1(Uint8Array),INTRINSICS={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?undefined$1:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?undefined$1:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto$1?getProto$1([][Symbol.iterator]()):undefined$1,"%AsyncFromSyncIteratorPrototype%":undefined$1,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":typeof Atomics>"u"?undefined$1:Atomics,"%BigInt%":typeof BigInt>"u"?undefined$1:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?undefined$1:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?undefined$1:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?undefined$1:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$Error,"%eval%":eval,"%EvalError%":$EvalError,"%Float32Array%":typeof Float32Array>"u"?undefined$1:Float32Array,"%Float64Array%":typeof Float64Array>"u"?undefined$1:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?undefined$1:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":typeof Int8Array>"u"?undefined$1:Int8Array,"%Int16Array%":typeof Int16Array>"u"?undefined$1:Int16Array,"%Int32Array%":typeof Int32Array>"u"?undefined$1:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto$1?getProto$1(getProto$1([][Symbol.iterator]())):undefined$1,"%JSON%":typeof JSON=="object"?JSON:undefined$1,"%Map%":typeof Map>"u"?undefined$1:Map,"%MapIteratorPrototype%":typeof Map>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":$Object,"%Object.getOwnPropertyDescriptor%":$gOPD,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?undefined$1:Promise,"%Proxy%":typeof Proxy>"u"?undefined$1:Proxy,"%RangeError%":$RangeError,"%ReferenceError%":$ReferenceError,"%Reflect%":typeof Reflect>"u"?undefined$1:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?undefined$1:Set,"%SetIteratorPrototype%":typeof Set>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?undefined$1:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto$1?getProto$1(""[Symbol.iterator]()):undefined$1,"%Symbol%":hasSymbols?Symbol:undefined$1,"%SyntaxError%":$SyntaxError$1,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError$7,"%Uint8Array%":typeof Uint8Array>"u"?undefined$1:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?undefined$1:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?undefined$1:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?undefined$1:Uint32Array,"%URIError%":$URIError,"%WeakMap%":typeof WeakMap>"u"?undefined$1:WeakMap,"%WeakRef%":typeof WeakRef>"u"?undefined$1:WeakRef,"%WeakSet%":typeof WeakSet>"u"?undefined$1:WeakSet,"%Function.prototype.call%":$call,"%Function.prototype.apply%":$apply$1,"%Object.defineProperty%":$defineProperty$2,"%Object.getPrototypeOf%":$ObjectGPO,"%Math.abs%":abs,"%Math.floor%":floor,"%Math.max%":max$1,"%Math.min%":min$1,"%Math.pow%":pow,"%Math.round%":round$1,"%Math.sign%":sign$1,"%Reflect.getPrototypeOf%":$ReflectGPO};if(getProto$1)try{null.error}catch(m){var errorProto=getProto$1(getProto$1(m));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function m(c){var ie;if(c==="%AsyncFunction%")ie=getEvalledConstructor("async function () {}");else if(c==="%GeneratorFunction%")ie=getEvalledConstructor("function* () {}");else if(c==="%AsyncGeneratorFunction%")ie=getEvalledConstructor("async function* () {}");else if(c==="%AsyncGenerator%"){var we=m("%AsyncGeneratorFunction%");we&&(ie=we.prototype)}else if(c==="%AsyncIteratorPrototype%"){var Pe=m("%AsyncGenerator%");Pe&&getProto$1&&(ie=getProto$1(Pe.prototype))}return INTRINSICS[c]=ie,ie},LEGACY_ALIASES={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bind$1=requireFunctionBind(),hasOwn$2=requireHasown(),$concat$1=bind$1.call($call,Array.prototype.concat),$spliceApply=bind$1.call($apply$1,Array.prototype.splice),$replace$1=bind$1.call($call,String.prototype.replace),$strSlice=bind$1.call($call,String.prototype.slice),$exec$2=bind$1.call($call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=function(c){var ie=$strSlice(c,0,1),we=$strSlice(c,-1);if(ie==="%"&&we!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected closing `%`");if(we==="%"&&ie!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected opening `%`");var Pe=[];return $replace$1(c,rePropName,function(Me,Ze,ne,rr){Pe[Pe.length]=ne?$replace$1(rr,reEscapeChar,"$1"):Ze||Me}),Pe},getBaseIntrinsic=function(c,ie){var we=c,Pe;if(hasOwn$2(LEGACY_ALIASES,we)&&(Pe=LEGACY_ALIASES[we],we="%"+Pe[0]+"%"),hasOwn$2(INTRINSICS,we)){var Me=INTRINSICS[we];if(Me===needsEval&&(Me=doEval(we)),typeof Me>"u"&&!ie)throw new $TypeError$7("intrinsic "+c+" exists, but is not available. Please file an issue!");return{alias:Pe,name:we,value:Me}}throw new $SyntaxError$1("intrinsic "+c+" does not exist!")},getIntrinsic=function(c,ie){if(typeof c!="string"||c.length===0)throw new $TypeError$7("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof ie!="boolean")throw new $TypeError$7('"allowMissing" argument must be a boolean');if($exec$2(/^%?[^%]*%?$/,c)===null)throw new $SyntaxError$1("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var we=stringToPath(c),Pe=we.length>0?we[0]:"",Me=getBaseIntrinsic("%"+Pe+"%",ie),Ze=Me.name,ne=Me.value,rr=!1,vr=Me.alias;vr&&(Pe=vr[0],$spliceApply(we,$concat$1([0,1],vr)));for(var or=1,_r=!0;or<we.length;or+=1){var Lr=we[or],Br=$strSlice(Lr,0,1),Ar=$strSlice(Lr,-1);if((Br==='"'||Br==="'"||Br==="`"||Ar==='"'||Ar==="'"||Ar==="`")&&Br!==Ar)throw new $SyntaxError$1("property names with quotes must have matching quotes");if((Lr==="constructor"||!_r)&&(rr=!0),Pe+="."+Lr,Ze="%"+Pe+"%",hasOwn$2(INTRINSICS,Ze))ne=INTRINSICS[Ze];else if(ne!=null){if(!(Lr in ne)){if(!ie)throw new $TypeError$7("base intrinsic for "+c+" exists, but the property is not available.");return}if($gOPD&&or+1>=we.length){var Pr=$gOPD(ne,Lr);_r=!!Pr,_r&&"get"in Pr&&!("originalValue"in Pr.get)?ne=Pr.get:ne=ne[Lr]}else _r=hasOwn$2(ne,Lr),ne=ne[Lr];_r&&!rr&&(INTRINSICS[Ze]=ne)}}return ne},GetIntrinsic$3=getIntrinsic,callBindBasic=callBindApplyHelpers,$indexOf$1=callBindBasic([GetIntrinsic$3("%String.prototype.indexOf%")]),callBound$7=function(c,ie){var we=GetIntrinsic$3(c,!!ie);return typeof we=="function"&&$indexOf$1(c,".prototype.")>-1?callBindBasic([we]):we},hasToStringTag$4=shams(),callBound$6=callBound$7,$toString$2=callBound$6("Object.prototype.toString"),isStandardArguments=function(c){return hasToStringTag$4&&c&&typeof c=="object"&&Symbol.toStringTag in c?!1:$toString$2(c)==="[object Arguments]"},isLegacyArguments=function(c){return isStandardArguments(c)?!0:c!==null&&typeof c=="object"&&"length"in c&&typeof c.length=="number"&&c.length>=0&&$toString$2(c)!=="[object Array]"&&"callee"in c&&$toString$2(c.callee)==="[object Function]"},supportsStandardArguments=function(){return isStandardArguments(arguments)}();isStandardArguments.isLegacyArguments=isLegacyArguments;var isArguments=supportsStandardArguments?isStandardArguments:isLegacyArguments,callBound$5=callBound$7,hasToStringTag$3=shams(),hasOwn$1=requireHasown(),gOPD$2=gopd$1,fn;if(hasToStringTag$3){var $exec$1=callBound$5("RegExp.prototype.exec"),isRegexMarker={},throwRegexMarker=function(){throw isRegexMarker},badStringifier={toString:throwRegexMarker,valueOf:throwRegexMarker};typeof Symbol.toPrimitive=="symbol"&&(badStringifier[Symbol.toPrimitive]=throwRegexMarker),fn=function(c){if(!c||typeof c!="object")return!1;var ie=gOPD$2(c,"lastIndex"),we=ie&&hasOwn$1(ie,"value");if(!we)return!1;try{$exec$1(c,badStringifier)}catch(Pe){return Pe===isRegexMarker}}}else{var $toString$1=callBound$5("Object.prototype.toString"),regexClass="[object RegExp]";fn=function(c){return!c||typeof c!="object"&&typeof c!="function"?!1:$toString$1(c)===regexClass}}var isRegex$1=fn,callBound$4=callBound$7,isRegex=isRegex$1,$exec=callBound$4("RegExp.prototype.exec"),$TypeError$6=type,safeRegexTest$1=function(c){if(!isRegex(c))throw new $TypeError$6("`regex` must be a RegExp");return function(we){return $exec(c,we)!==null}},callBound$3=callBound$7,safeRegexTest=safeRegexTest$1,isFnRegex=safeRegexTest(/^\s*(?:function)?\*/),hasToStringTag$2=shams(),getProto=requireGetProto(),toStr$3=callBound$3("Object.prototype.toString"),fnToStr$1=callBound$3("Function.prototype.toString"),getGeneratorFunc=function(){if(!hasToStringTag$2)return!1;try{return Function("return function*() {}")()}catch{}},GeneratorFunction,isGeneratorFunction=function(c){if(typeof c!="function")return!1;if(isFnRegex(fnToStr$1(c)))return!0;if(!hasToStringTag$2){var ie=toStr$3(c);return ie==="[object GeneratorFunction]"}if(!getProto)return!1;if(typeof GeneratorFunction>"u"){var we=getGeneratorFunc();GeneratorFunction=we?getProto(we):!1}return getProto(c)===GeneratorFunction},fnToStr=Function.prototype.toString,reflectApply=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,badArrayLike,isCallableMarker;if(typeof reflectApply=="function"&&typeof Object.defineProperty=="function")try{badArrayLike=Object.defineProperty({},"length",{get:function(){throw isCallableMarker}}),isCallableMarker={},reflectApply(function(){throw 42},null,badArrayLike)}catch(m){m!==isCallableMarker&&(reflectApply=null)}else reflectApply=null;var constructorRegex=/^\s*class\b/,isES6ClassFn=function(c){try{var ie=fnToStr.call(c);return constructorRegex.test(ie)}catch{return!1}},tryFunctionObject=function(c){try{return isES6ClassFn(c)?!1:(fnToStr.call(c),!0)}catch{return!1}},toStr$2=Object.prototype.toString,objectClass="[object Object]",fnClass="[object Function]",genClass="[object GeneratorFunction]",ddaClass="[object HTMLAllCollection]",ddaClass2="[object HTML document.all class]",ddaClass3="[object HTMLCollection]",hasToStringTag$1=typeof Symbol=="function"&&!!Symbol.toStringTag,isIE68=!(0 in[,]),isDDA=function(){return!1};if(typeof document=="object"){var all=document.all;toStr$2.call(all)===toStr$2.call(document.all)&&(isDDA=function(c){if((isIE68||!c)&&(typeof c>"u"||typeof c=="object"))try{var ie=toStr$2.call(c);return(ie===ddaClass||ie===ddaClass2||ie===ddaClass3||ie===objectClass)&&c("")==null}catch{}return!1})}var isCallable$1=reflectApply?function(c){if(isDDA(c))return!0;if(!c||typeof c!="function"&&typeof c!="object")return!1;try{reflectApply(c,null,badArrayLike)}catch(ie){if(ie!==isCallableMarker)return!1}return!isES6ClassFn(c)&&tryFunctionObject(c)}:function(c){if(isDDA(c))return!0;if(!c||typeof c!="function"&&typeof c!="object")return!1;if(hasToStringTag$1)return tryFunctionObject(c);if(isES6ClassFn(c))return!1;var ie=toStr$2.call(c);return ie!==fnClass&&ie!==genClass&&!/^\[object HTML/.test(ie)?!1:tryFunctionObject(c)},isCallable=isCallable$1,toStr$1=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty,forEachArray=function(c,ie,we){for(var Pe=0,Me=c.length;Pe<Me;Pe++)hasOwnProperty.call(c,Pe)&&(we==null?ie(c[Pe],Pe,c):ie.call(we,c[Pe],Pe,c))},forEachString=function(c,ie,we){for(var Pe=0,Me=c.length;Pe<Me;Pe++)we==null?ie(c.charAt(Pe),Pe,c):ie.call(we,c.charAt(Pe),Pe,c)},forEachObject=function(c,ie,we){for(var Pe in c)hasOwnProperty.call(c,Pe)&&(we==null?ie(c[Pe],Pe,c):ie.call(we,c[Pe],Pe,c))},forEach$1=function(c,ie,we){if(!isCallable(ie))throw new TypeError("iterator must be a function");var Pe;arguments.length>=3&&(Pe=we),toStr$1.call(c)==="[object Array]"?forEachArray(c,ie,Pe):typeof c=="string"?forEachString(c,ie,Pe):forEachObject(c,ie,Pe)},forEach_1=forEach$1,possibleTypedArrayNames=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"],possibleNames=possibleTypedArrayNames,g$3=typeof globalThis>"u"?commonjsGlobal:globalThis,availableTypedArrays$1=function(){for(var c=[],ie=0;ie<possibleNames.length;ie++)typeof g$3[possibleNames[ie]]=="function"&&(c[c.length]=possibleNames[ie]);return c},callBind$1={exports:{}},$defineProperty$1=esDefineProperty,$SyntaxError=syntax,$TypeError$5=type,gopd=gopd$1,defineDataProperty=function(c,ie,we){if(!c||typeof c!="object"&&typeof c!="function")throw new $TypeError$5("`obj` must be an object or a function`");if(typeof ie!="string"&&typeof ie!="symbol")throw new $TypeError$5("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new $TypeError$5("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new $TypeError$5("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new $TypeError$5("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new $TypeError$5("`loose`, if provided, must be a boolean");var Pe=arguments.length>3?arguments[3]:null,Me=arguments.length>4?arguments[4]:null,Ze=arguments.length>5?arguments[5]:null,ne=arguments.length>6?arguments[6]:!1,rr=!!gopd&&gopd(c,ie);if($defineProperty$1)$defineProperty$1(c,ie,{configurable:Ze===null&&rr?rr.configurable:!Ze,enumerable:Pe===null&&rr?rr.enumerable:!Pe,value:we,writable:Me===null&&rr?rr.writable:!Me});else if(ne||!Pe&&!Me&&!Ze)c[ie]=we;else throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},$defineProperty=esDefineProperty,hasPropertyDescriptors=function(){return!!$defineProperty};hasPropertyDescriptors.hasArrayLengthDefineBug=function(){if(!$defineProperty)return null;try{return $defineProperty([],"length",{value:1}).length!==1}catch{return!0}};var hasPropertyDescriptors_1=hasPropertyDescriptors,GetIntrinsic$2=getIntrinsic,define=defineDataProperty,hasDescriptors=hasPropertyDescriptors_1(),gOPD$1=gopd$1,$TypeError$4=type,$floor$1=GetIntrinsic$2("%Math.floor%"),setFunctionLength=function(c,ie){if(typeof c!="function")throw new $TypeError$4("`fn` is not a function");if(typeof ie!="number"||ie<0||ie>4294967295||$floor$1(ie)!==ie)throw new $TypeError$4("`length` must be a positive 32-bit integer");var we=arguments.length>2&&!!arguments[2],Pe=!0,Me=!0;if("length"in c&&gOPD$1){var Ze=gOPD$1(c,"length");Ze&&!Ze.configurable&&(Pe=!1),Ze&&!Ze.writable&&(Me=!1)}return(Pe||Me||!we)&&(hasDescriptors?define(c,"length",ie,!0,!0):define(c,"length",ie)),c},bind=requireFunctionBind(),$apply=requireFunctionApply(),actualApply=actualApply$1,applyBind=function(){return actualApply(bind,$apply,arguments)};(function(m){var c=setFunctionLength,ie=esDefineProperty,we=callBindApplyHelpers,Pe=applyBind;m.exports=function(Ze){var ne=we(arguments),rr=Ze.length-(arguments.length-1);return c(ne,1+(rr>0?rr:0),!0)},ie?ie(m.exports,"apply",{value:Pe}):m.exports.apply=Pe})(callBind$1);var forEach=forEach_1,availableTypedArrays=availableTypedArrays$1,callBind=callBind$1.exports,callBound$2=callBound$7,gOPD=gopd$1,$toString=callBound$2("Object.prototype.toString"),hasToStringTag=shams(),g$2=typeof globalThis>"u"?commonjsGlobal:globalThis,typedArrays=availableTypedArrays(),$slice$1=callBound$2("String.prototype.slice"),getPrototypeOf=Object.getPrototypeOf,$indexOf=callBound$2("Array.prototype.indexOf",!0)||function(c,ie){for(var we=0;we<c.length;we+=1)if(c[we]===ie)return we;return-1},cache={__proto__:null};hasToStringTag&&gOPD&&getPrototypeOf?forEach(typedArrays,function(m){var c=new g$2[m];if(Symbol.toStringTag in c){var ie=getPrototypeOf(c),we=gOPD(ie,Symbol.toStringTag);if(!we){var Pe=getPrototypeOf(ie);we=gOPD(Pe,Symbol.toStringTag)}cache["$"+m]=callBind(we.get)}}):forEach(typedArrays,function(m){var c=new g$2[m],ie=c.slice||c.set;ie&&(cache["$"+m]=callBind(ie))});var tryTypedArrays=function(c){var ie=!1;return forEach(cache,function(we,Pe){if(!ie)try{"$"+we(c)===Pe&&(ie=$slice$1(Pe,1))}catch{}}),ie},trySlices=function(c){var ie=!1;return forEach(cache,function(we,Pe){if(!ie)try{we(c),ie=$slice$1(Pe,1)}catch{}}),ie},whichTypedArray$1=function(c){if(!c||typeof c!="object")return!1;if(!hasToStringTag){var ie=$slice$1($toString(c),8,-1);return $indexOf(typedArrays,ie)>-1?ie:ie!=="Object"?!1:trySlices(c)}return gOPD?tryTypedArrays(c):null},whichTypedArray=whichTypedArray$1,isTypedArray=function(c){return!!whichTypedArray(c)};(function(m){var c=isArguments,ie=isGeneratorFunction,we=whichTypedArray$1,Pe=isTypedArray;function Me(ji){return ji.call.bind(ji)}var Ze=typeof BigInt<"u",ne=typeof Symbol<"u",rr=Me(Object.prototype.toString),vr=Me(Number.prototype.valueOf),or=Me(String.prototype.valueOf),_r=Me(Boolean.prototype.valueOf);if(Ze)var Lr=Me(BigInt.prototype.valueOf);if(ne)var Br=Me(Symbol.prototype.valueOf);function Ar(ji,Kn){if(typeof ji!="object")return!1;try{return Kn(ji),!0}catch{return!1}}m.isArgumentsObject=c,m.isGeneratorFunction=ie,m.isTypedArray=Pe;function Pr(ji){return typeof Promise<"u"&&ji instanceof Promise||ji!==null&&typeof ji=="object"&&typeof ji.then=="function"&&typeof ji.catch=="function"}m.isPromise=Pr;function Fr(ji){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(ji):Pe(ji)||Hr(ji)}m.isArrayBufferView=Fr;function Yr(ji){return we(ji)==="Uint8Array"}m.isUint8Array=Yr;function Vr(ji){return we(ji)==="Uint8ClampedArray"}m.isUint8ClampedArray=Vr;function Xr(ji){return we(ji)==="Uint16Array"}m.isUint16Array=Xr;function Wr(ji){return we(ji)==="Uint32Array"}m.isUint32Array=Wr;function si(ji){return we(ji)==="Int8Array"}m.isInt8Array=si;function li(ji){return we(ji)==="Int16Array"}m.isInt16Array=li;function xi(ji){return we(ji)==="Int32Array"}m.isInt32Array=xi;function di(ji){return we(ji)==="Float32Array"}m.isFloat32Array=di;function oi(ji){return we(ji)==="Float64Array"}m.isFloat64Array=oi;function ci(ji){return we(ji)==="BigInt64Array"}m.isBigInt64Array=ci;function gr(ji){return we(ji)==="BigUint64Array"}m.isBigUint64Array=gr;function Ae(ji){return rr(ji)==="[object Map]"}Ae.working=typeof Map<"u"&&Ae(new Map);function ze(ji){return typeof Map>"u"?!1:Ae.working?Ae(ji):ji instanceof Map}m.isMap=ze;function Ue(ji){return rr(ji)==="[object Set]"}Ue.working=typeof Set<"u"&&Ue(new Set);function tr(ji){return typeof Set>"u"?!1:Ue.working?Ue(ji):ji instanceof Set}m.isSet=tr;function lr(ji){return rr(ji)==="[object WeakMap]"}lr.working=typeof WeakMap<"u"&&lr(new WeakMap);function pr(ji){return typeof WeakMap>"u"?!1:lr.working?lr(ji):ji instanceof WeakMap}m.isWeakMap=pr;function br(ji){return rr(ji)==="[object WeakSet]"}br.working=typeof WeakSet<"u"&&br(new WeakSet);function nr(ji){return br(ji)}m.isWeakSet=nr;function $e(ji){return rr(ji)==="[object ArrayBuffer]"}$e.working=typeof ArrayBuffer<"u"&&$e(new ArrayBuffer);function ur(ji){return typeof ArrayBuffer>"u"?!1:$e.working?$e(ji):ji instanceof ArrayBuffer}m.isArrayBuffer=ur;function $r(ji){return rr(ji)==="[object DataView]"}$r.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&$r(new DataView(new ArrayBuffer(1),0,1));function Hr(ji){return typeof DataView>"u"?!1:$r.working?$r(ji):ji instanceof DataView}m.isDataView=Hr;var gi=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Ti(ji){return rr(ji)==="[object SharedArrayBuffer]"}function wi(ji){return typeof gi>"u"?!1:(typeof Ti.working>"u"&&(Ti.working=Ti(new gi)),Ti.working?Ti(ji):ji instanceof gi)}m.isSharedArrayBuffer=wi;function ii(ji){return rr(ji)==="[object AsyncFunction]"}m.isAsyncFunction=ii;function mi(ji){return rr(ji)==="[object Map Iterator]"}m.isMapIterator=mi;function ei(ji){return rr(ji)==="[object Set Iterator]"}m.isSetIterator=ei;function Zr(ji){return rr(ji)==="[object Generator]"}m.isGeneratorObject=Zr;function pi(ji){return rr(ji)==="[object WebAssembly.Module]"}m.isWebAssemblyCompiledModule=pi;function hi(ji){return Ar(ji,vr)}m.isNumberObject=hi;function Oi(ji){return Ar(ji,or)}m.isStringObject=Oi;function qi(ji){return Ar(ji,_r)}m.isBooleanObject=qi;function yn(ji){return Ze&&Ar(ji,Lr)}m.isBigIntObject=yn;function ln(ji){return ne&&Ar(ji,Br)}m.isSymbolObject=ln;function Pn(ji){return hi(ji)||Oi(ji)||qi(ji)||yn(ji)||ln(ji)}m.isBoxedPrimitive=Pn;function rn(ji){return typeof Uint8Array<"u"&&(ur(ji)||wi(ji))}m.isAnyArrayBuffer=rn,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(ji){Object.defineProperty(m,ji,{enumerable:!1,value:function(){throw new Error(ji+" is not supported in userland")}})})})(types$2);var isBufferBrowser=function(c){return c&&typeof c=="object"&&typeof c.copy=="function"&&typeof c.fill=="function"&&typeof c.readUInt8=="function"};(function(m){var c=Object.getOwnPropertyDescriptors||function(Hr){for(var gi=Object.keys(Hr),Ti={},wi=0;wi<gi.length;wi++)Ti[gi[wi]]=Object.getOwnPropertyDescriptor(Hr,gi[wi]);return Ti},ie=/%[sdj%]/g;m.format=function($r){if(!si($r)){for(var Hr=[],gi=0;gi<arguments.length;gi++)Hr.push(Ze(arguments[gi]));return Hr.join(" ")}for(var gi=1,Ti=arguments,wi=Ti.length,ii=String($r).replace(ie,function(ei){if(ei==="%%")return"%";if(gi>=wi)return ei;switch(ei){case"%s":return String(Ti[gi++]);case"%d":return Number(Ti[gi++]);case"%j":try{return JSON.stringify(Ti[gi++])}catch{return"[Circular]"}default:return ei}}),mi=Ti[gi];gi<wi;mi=Ti[++gi])Vr(mi)||!oi(mi)?ii+=" "+mi:ii+=" "+Ze(mi);return ii},m.deprecate=function($r,Hr){if(typeof process$1<"u"&&process$1.noDeprecation===!0)return $r;if(typeof process$1>"u")return function(){return m.deprecate($r,Hr).apply(this,arguments)};var gi=!1;function Ti(){if(!gi){if(process$1.throwDeprecation)throw new Error(Hr);process$1.traceDeprecation?console.trace(Hr):console.error(Hr),gi=!0}return $r.apply(this,arguments)}return Ti};var we={},Pe=/^$/;if(process$1.env.NODE_DEBUG){var Me=process$1.env.NODE_DEBUG;Me=Me.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),Pe=new RegExp("^"+Me+"$","i")}m.debuglog=function($r){if($r=$r.toUpperCase(),!we[$r])if(Pe.test($r)){var Hr=process$1.pid;we[$r]=function(){var gi=m.format.apply(m,arguments);console.error("%s %d: %s",$r,Hr,gi)}}else we[$r]=function(){};return we[$r]};function Ze($r,Hr){var gi={seen:[],stylize:rr};return arguments.length>=3&&(gi.depth=arguments[2]),arguments.length>=4&&(gi.colors=arguments[3]),Yr(Hr)?gi.showHidden=Hr:Hr&&m._extend(gi,Hr),xi(gi.showHidden)&&(gi.showHidden=!1),xi(gi.depth)&&(gi.depth=2),xi(gi.colors)&&(gi.colors=!1),xi(gi.customInspect)&&(gi.customInspect=!0),gi.colors&&(gi.stylize=ne),or(gi,$r,gi.depth)}m.inspect=Ze,Ze.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},Ze.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function ne($r,Hr){var gi=Ze.styles[Hr];return gi?"\x1B["+Ze.colors[gi][0]+"m"+$r+"\x1B["+Ze.colors[gi][1]+"m":$r}function rr($r,Hr){return $r}function vr($r){var Hr={};return $r.forEach(function(gi,Ti){Hr[gi]=!0}),Hr}function or($r,Hr,gi){if($r.customInspect&&Hr&&Ae(Hr.inspect)&&Hr.inspect!==m.inspect&&!(Hr.constructor&&Hr.constructor.prototype===Hr)){var Ti=Hr.inspect(gi,$r);return si(Ti)||(Ti=or($r,Ti,gi)),Ti}var wi=_r($r,Hr);if(wi)return wi;var ii=Object.keys(Hr),mi=vr(ii);if($r.showHidden&&(ii=Object.getOwnPropertyNames(Hr)),gr(Hr)&&(ii.indexOf("message")>=0||ii.indexOf("description")>=0))return Lr(Hr);if(ii.length===0){if(Ae(Hr)){var ei=Hr.name?": "+Hr.name:"";return $r.stylize("[Function"+ei+"]","special")}if(di(Hr))return $r.stylize(RegExp.prototype.toString.call(Hr),"regexp");if(ci(Hr))return $r.stylize(Date.prototype.toString.call(Hr),"date");if(gr(Hr))return Lr(Hr)}var Zr="",pi=!1,hi=["{","}"];if(Fr(Hr)&&(pi=!0,hi=["[","]"]),Ae(Hr)){var Oi=Hr.name?": "+Hr.name:"";Zr=" [Function"+Oi+"]"}if(di(Hr)&&(Zr=" "+RegExp.prototype.toString.call(Hr)),ci(Hr)&&(Zr=" "+Date.prototype.toUTCString.call(Hr)),gr(Hr)&&(Zr=" "+Lr(Hr)),ii.length===0&&(!pi||Hr.length==0))return hi[0]+Zr+hi[1];if(gi<0)return di(Hr)?$r.stylize(RegExp.prototype.toString.call(Hr),"regexp"):$r.stylize("[Object]","special");$r.seen.push(Hr);var qi;return pi?qi=Br($r,Hr,gi,mi,ii):qi=ii.map(function(yn){return Ar($r,Hr,gi,mi,yn,pi)}),$r.seen.pop(),Pr(qi,Zr,hi)}function _r($r,Hr){if(xi(Hr))return $r.stylize("undefined","undefined");if(si(Hr)){var gi="'"+JSON.stringify(Hr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return $r.stylize(gi,"string")}if(Wr(Hr))return $r.stylize(""+Hr,"number");if(Yr(Hr))return $r.stylize(""+Hr,"boolean");if(Vr(Hr))return $r.stylize("null","null")}function Lr($r){return"["+Error.prototype.toString.call($r)+"]"}function Br($r,Hr,gi,Ti,wi){for(var ii=[],mi=0,ei=Hr.length;mi<ei;++mi)br(Hr,String(mi))?ii.push(Ar($r,Hr,gi,Ti,String(mi),!0)):ii.push("");return wi.forEach(function(Zr){Zr.match(/^\d+$/)||ii.push(Ar($r,Hr,gi,Ti,Zr,!0))}),ii}function Ar($r,Hr,gi,Ti,wi,ii){var mi,ei,Zr;if(Zr=Object.getOwnPropertyDescriptor(Hr,wi)||{value:Hr[wi]},Zr.get?Zr.set?ei=$r.stylize("[Getter/Setter]","special"):ei=$r.stylize("[Getter]","special"):Zr.set&&(ei=$r.stylize("[Setter]","special")),br(Ti,wi)||(mi="["+wi+"]"),ei||($r.seen.indexOf(Zr.value)<0?(Vr(gi)?ei=or($r,Zr.value,null):ei=or($r,Zr.value,gi-1),ei.indexOf(`
54
+ Use Chrome, Firefox or Internet Explorer 11`)}var Buffer$B=safeBuffer$2.exports.Buffer,crypto$2=commonjsGlobal.crypto||commonjsGlobal.msCrypto;crypto$2&&crypto$2.getRandomValues?browser$c.exports=randomBytes$2:browser$c.exports=oldBrowser$1;function randomBytes$2(m,c){if(m>MAX_UINT32)throw new RangeError("requested too many random bytes");var ie=Buffer$B.allocUnsafe(m);if(m>0)if(m>MAX_BYTES)for(var we=0;we<m;we+=MAX_BYTES)crypto$2.getRandomValues(ie.slice(we,we+MAX_BYTES));else crypto$2.getRandomValues(ie);return typeof c=="function"?process$1.nextTick(function(){c(null,ie)}):ie}var inherits_browser={exports:{}};typeof Object.create=="function"?inherits_browser.exports=function(c,ie){ie&&(c.super_=ie,c.prototype=Object.create(ie.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}))}:inherits_browser.exports=function(c,ie){if(ie){c.super_=ie;var we=function(){};we.prototype=ie.prototype,c.prototype=new we,c.prototype.constructor=c}};var events$2={exports:{}},R$1=typeof Reflect=="object"?Reflect:null,ReflectApply=R$1&&typeof R$1.apply=="function"?R$1.apply:function(c,ie,we){return Function.prototype.apply.call(c,ie,we)},ReflectOwnKeys;R$1&&typeof R$1.ownKeys=="function"?ReflectOwnKeys=R$1.ownKeys:Object.getOwnPropertySymbols?ReflectOwnKeys=function(c){return Object.getOwnPropertyNames(c).concat(Object.getOwnPropertySymbols(c))}:ReflectOwnKeys=function(c){return Object.getOwnPropertyNames(c)};function ProcessEmitWarning(m){console&&console.warn&&console.warn(m)}var NumberIsNaN=Number.isNaN||function(c){return c!==c};function EventEmitter(){EventEmitter.init.call(this)}events$2.exports=EventEmitter,events$2.exports.once=once,EventEmitter.EventEmitter=EventEmitter,EventEmitter.prototype._events=void 0,EventEmitter.prototype._eventsCount=0,EventEmitter.prototype._maxListeners=void 0;var defaultMaxListeners=10;function checkListener(m){if(typeof m!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof m)}Object.defineProperty(EventEmitter,"defaultMaxListeners",{enumerable:!0,get:function(){return defaultMaxListeners},set:function(m){if(typeof m!="number"||m<0||NumberIsNaN(m))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+m+".");defaultMaxListeners=m}}),EventEmitter.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},EventEmitter.prototype.setMaxListeners=function(c){if(typeof c!="number"||c<0||NumberIsNaN(c))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+c+".");return this._maxListeners=c,this};function _getMaxListeners(m){return m._maxListeners===void 0?EventEmitter.defaultMaxListeners:m._maxListeners}EventEmitter.prototype.getMaxListeners=function(){return _getMaxListeners(this)},EventEmitter.prototype.emit=function(c){for(var ie=[],we=1;we<arguments.length;we++)ie.push(arguments[we]);var Pe=c==="error",Me=this._events;if(Me!==void 0)Pe=Pe&&Me.error===void 0;else if(!Pe)return!1;if(Pe){var Ze;if(ie.length>0&&(Ze=ie[0]),Ze instanceof Error)throw Ze;var ne=new Error("Unhandled error."+(Ze?" ("+Ze.message+")":""));throw ne.context=Ze,ne}var rr=Me[c];if(rr===void 0)return!1;if(typeof rr=="function")ReflectApply(rr,this,ie);else for(var vr=rr.length,or=arrayClone(rr,vr),we=0;we<vr;++we)ReflectApply(or[we],this,ie);return!0};function _addListener(m,c,ie,we){var Pe,Me,Ze;if(checkListener(ie),Me=m._events,Me===void 0?(Me=m._events=Object.create(null),m._eventsCount=0):(Me.newListener!==void 0&&(m.emit("newListener",c,ie.listener?ie.listener:ie),Me=m._events),Ze=Me[c]),Ze===void 0)Ze=Me[c]=ie,++m._eventsCount;else if(typeof Ze=="function"?Ze=Me[c]=we?[ie,Ze]:[Ze,ie]:we?Ze.unshift(ie):Ze.push(ie),Pe=_getMaxListeners(m),Pe>0&&Ze.length>Pe&&!Ze.warned){Ze.warned=!0;var ne=new Error("Possible EventEmitter memory leak detected. "+Ze.length+" "+String(c)+" listeners added. Use emitter.setMaxListeners() to increase limit");ne.name="MaxListenersExceededWarning",ne.emitter=m,ne.type=c,ne.count=Ze.length,ProcessEmitWarning(ne)}return m}EventEmitter.prototype.addListener=function(c,ie){return _addListener(this,c,ie,!1)},EventEmitter.prototype.on=EventEmitter.prototype.addListener,EventEmitter.prototype.prependListener=function(c,ie){return _addListener(this,c,ie,!0)};function onceWrapper(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function _onceWrap(m,c,ie){var we={fired:!1,wrapFn:void 0,target:m,type:c,listener:ie},Pe=onceWrapper.bind(we);return Pe.listener=ie,we.wrapFn=Pe,Pe}EventEmitter.prototype.once=function(c,ie){return checkListener(ie),this.on(c,_onceWrap(this,c,ie)),this},EventEmitter.prototype.prependOnceListener=function(c,ie){return checkListener(ie),this.prependListener(c,_onceWrap(this,c,ie)),this},EventEmitter.prototype.removeListener=function(c,ie){var we,Pe,Me,Ze,ne;if(checkListener(ie),Pe=this._events,Pe===void 0)return this;if(we=Pe[c],we===void 0)return this;if(we===ie||we.listener===ie)--this._eventsCount===0?this._events=Object.create(null):(delete Pe[c],Pe.removeListener&&this.emit("removeListener",c,we.listener||ie));else if(typeof we!="function"){for(Me=-1,Ze=we.length-1;Ze>=0;Ze--)if(we[Ze]===ie||we[Ze].listener===ie){ne=we[Ze].listener,Me=Ze;break}if(Me<0)return this;Me===0?we.shift():spliceOne(we,Me),we.length===1&&(Pe[c]=we[0]),Pe.removeListener!==void 0&&this.emit("removeListener",c,ne||ie)}return this},EventEmitter.prototype.off=EventEmitter.prototype.removeListener,EventEmitter.prototype.removeAllListeners=function(c){var ie,we,Pe;if(we=this._events,we===void 0)return this;if(we.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):we[c]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete we[c]),this;if(arguments.length===0){var Me=Object.keys(we),Ze;for(Pe=0;Pe<Me.length;++Pe)Ze=Me[Pe],Ze!=="removeListener"&&this.removeAllListeners(Ze);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(ie=we[c],typeof ie=="function")this.removeListener(c,ie);else if(ie!==void 0)for(Pe=ie.length-1;Pe>=0;Pe--)this.removeListener(c,ie[Pe]);return this};function _listeners(m,c,ie){var we=m._events;if(we===void 0)return[];var Pe=we[c];return Pe===void 0?[]:typeof Pe=="function"?ie?[Pe.listener||Pe]:[Pe]:ie?unwrapListeners(Pe):arrayClone(Pe,Pe.length)}EventEmitter.prototype.listeners=function(c){return _listeners(this,c,!0)},EventEmitter.prototype.rawListeners=function(c){return _listeners(this,c,!1)},EventEmitter.listenerCount=function(m,c){return typeof m.listenerCount=="function"?m.listenerCount(c):listenerCount.call(m,c)},EventEmitter.prototype.listenerCount=listenerCount;function listenerCount(m){var c=this._events;if(c!==void 0){var ie=c[m];if(typeof ie=="function")return 1;if(ie!==void 0)return ie.length}return 0}EventEmitter.prototype.eventNames=function(){return this._eventsCount>0?ReflectOwnKeys(this._events):[]};function arrayClone(m,c){for(var ie=new Array(c),we=0;we<c;++we)ie[we]=m[we];return ie}function spliceOne(m,c){for(;c+1<m.length;c++)m[c]=m[c+1];m.pop()}function unwrapListeners(m){for(var c=new Array(m.length),ie=0;ie<c.length;++ie)c[ie]=m[ie].listener||m[ie];return c}function once(m,c){return new Promise(function(ie,we){function Pe(Ze){m.removeListener(c,Me),we(Ze)}function Me(){typeof m.removeListener=="function"&&m.removeListener("error",Pe),ie([].slice.call(arguments))}eventTargetAgnosticAddListener(m,c,Me,{once:!0}),c!=="error"&&addErrorHandlerIfEventEmitter(m,Pe,{once:!0})})}function addErrorHandlerIfEventEmitter(m,c,ie){typeof m.on=="function"&&eventTargetAgnosticAddListener(m,"error",c,ie)}function eventTargetAgnosticAddListener(m,c,ie,we){if(typeof m.on=="function")we.once?m.once(c,ie):m.on(c,ie);else if(typeof m.addEventListener=="function")m.addEventListener(c,function Pe(Me){we.once&&m.removeEventListener(c,Pe),ie(Me)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof m)}var streamBrowser$1,hasRequiredStreamBrowser;function requireStreamBrowser(){return hasRequiredStreamBrowser||(hasRequiredStreamBrowser=1,streamBrowser$1=events$2.exports.EventEmitter),streamBrowser$1}var util$4={},types$2={},shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var c={},ie=Symbol("test"),we=Object(ie);if(typeof ie=="string"||Object.prototype.toString.call(ie)!=="[object Symbol]"||Object.prototype.toString.call(we)!=="[object Symbol]")return!1;var Pe=42;c[ie]=Pe;for(var Me in c)return!1;if(typeof Object.keys=="function"&&Object.keys(c).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(c).length!==0)return!1;var Ze=Object.getOwnPropertySymbols(c);if(Ze.length!==1||Ze[0]!==ie||!Object.prototype.propertyIsEnumerable.call(c,ie))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var ne=Object.getOwnPropertyDescriptor(c,ie);if(ne.value!==Pe||ne.enumerable!==!0)return!1}return!0},hasSymbols$2=shams$1,shams=function(){return hasSymbols$2()&&!!Symbol.toStringTag},esObjectAtoms=Object,esErrors=Error,_eval=EvalError,range$1=RangeError,ref=ReferenceError,syntax=SyntaxError,type=TypeError,uri=URIError,abs$1=Math.abs,floor$1=Math.floor,max$3=Math.max,min$2=Math.min,pow$1=Math.pow,round$2=Math.round,_isNaN=Number.isNaN||function(c){return c!==c},$isNaN=_isNaN,sign$2=function(c){return $isNaN(c)||c===0?c:c<0?-1:1},gOPD$3=Object.getOwnPropertyDescriptor,$gOPD$1=gOPD$3;if($gOPD$1)try{$gOPD$1([],"length")}catch{$gOPD$1=null}var gopd$1=$gOPD$1,$defineProperty$3=Object.defineProperty||!1;if($defineProperty$3)try{$defineProperty$3({},"a",{value:1})}catch{$defineProperty$3=!1}var esDefineProperty=$defineProperty$3,hasSymbols$1,hasRequiredHasSymbols;function requireHasSymbols(){if(hasRequiredHasSymbols)return hasSymbols$1;hasRequiredHasSymbols=1;var m=typeof Symbol<"u"&&Symbol,c=shams$1;return hasSymbols$1=function(){return typeof m!="function"||typeof Symbol!="function"||typeof m("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:c()},hasSymbols$1}var Reflect_getPrototypeOf,hasRequiredReflect_getPrototypeOf;function requireReflect_getPrototypeOf(){return hasRequiredReflect_getPrototypeOf||(hasRequiredReflect_getPrototypeOf=1,Reflect_getPrototypeOf=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Reflect_getPrototypeOf}var Object_getPrototypeOf,hasRequiredObject_getPrototypeOf;function requireObject_getPrototypeOf(){if(hasRequiredObject_getPrototypeOf)return Object_getPrototypeOf;hasRequiredObject_getPrototypeOf=1;var m=esObjectAtoms;return Object_getPrototypeOf=m.getPrototypeOf||null,Object_getPrototypeOf}var ERROR_MESSAGE="Function.prototype.bind called on incompatible ",toStr$4=Object.prototype.toString,max$2=Math.max,funcType="[object Function]",concatty=function(c,ie){for(var we=[],Pe=0;Pe<c.length;Pe+=1)we[Pe]=c[Pe];for(var Me=0;Me<ie.length;Me+=1)we[Me+c.length]=ie[Me];return we},slicy=function(c,ie){for(var we=[],Pe=ie||0,Me=0;Pe<c.length;Pe+=1,Me+=1)we[Me]=c[Pe];return we},joiny=function(m,c){for(var ie="",we=0;we<m.length;we+=1)ie+=m[we],we+1<m.length&&(ie+=c);return ie},implementation$1=function(c){var ie=this;if(typeof ie!="function"||toStr$4.apply(ie)!==funcType)throw new TypeError(ERROR_MESSAGE+ie);for(var we=slicy(arguments,1),Pe,Me=function(){if(this instanceof Pe){var or=ie.apply(this,concatty(we,arguments));return Object(or)===or?or:this}return ie.apply(c,concatty(we,arguments))},Ze=max$2(0,ie.length-we.length),ne=[],rr=0;rr<Ze;rr++)ne[rr]="$"+rr;if(Pe=Function("binder","return function ("+joiny(ne,",")+"){ return binder.apply(this,arguments); }")(Me),ie.prototype){var vr=function(){};vr.prototype=ie.prototype,Pe.prototype=new vr,vr.prototype=null}return Pe},implementation=implementation$1,functionBind=Function.prototype.bind||implementation,functionCall=Function.prototype.call,functionApply,hasRequiredFunctionApply;function requireFunctionApply(){return hasRequiredFunctionApply||(hasRequiredFunctionApply=1,functionApply=Function.prototype.apply),functionApply}var reflectApply$1=typeof Reflect<"u"&&Reflect&&Reflect.apply,bind$3=functionBind,$apply$2=requireFunctionApply(),$call$2=functionCall,$reflectApply=reflectApply$1,actualApply$1=$reflectApply||bind$3.call($call$2,$apply$2),bind$2=functionBind,$TypeError$8=type,$call$1=functionCall,$actualApply=actualApply$1,callBindApplyHelpers=function(c){if(c.length<1||typeof c[0]!="function")throw new $TypeError$8("a function is required");return $actualApply(bind$2,$call$1,c)},get,hasRequiredGet;function requireGet(){if(hasRequiredGet)return get;hasRequiredGet=1;var m=callBindApplyHelpers,c=gopd$1,ie;try{ie=[].__proto__===Array.prototype}catch(Ze){if(!Ze||typeof Ze!="object"||!("code"in Ze)||Ze.code!=="ERR_PROTO_ACCESS")throw Ze}var we=!!ie&&c&&c(Object.prototype,"__proto__"),Pe=Object,Me=Pe.getPrototypeOf;return get=we&&typeof we.get=="function"?m([we.get]):typeof Me=="function"?function(ne){return Me(ne==null?ne:Pe(ne))}:!1,get}var getProto$2,hasRequiredGetProto;function requireGetProto(){if(hasRequiredGetProto)return getProto$2;hasRequiredGetProto=1;var m=requireReflect_getPrototypeOf(),c=requireObject_getPrototypeOf(),ie=requireGet();return getProto$2=m?function(Pe){return m(Pe)}:c?function(Pe){if(!Pe||typeof Pe!="object"&&typeof Pe!="function")throw new TypeError("getProto: not an object");return c(Pe)}:ie?function(Pe){return ie(Pe)}:null,getProto$2}var hasown,hasRequiredHasown;function requireHasown(){if(hasRequiredHasown)return hasown;hasRequiredHasown=1;var m=Function.prototype.call,c=Object.prototype.hasOwnProperty,ie=functionBind;return hasown=ie.call(m,c),hasown}var undefined$1,$Object=esObjectAtoms,$Error=esErrors,$EvalError=_eval,$RangeError=range$1,$ReferenceError=ref,$SyntaxError$1=syntax,$TypeError$7=type,$URIError=uri,abs=abs$1,floor=floor$1,max$1=max$3,min$1=min$2,pow=pow$1,round$1=round$2,sign$1=sign$2,$Function=Function,getEvalledConstructor=function(m){try{return $Function('"use strict"; return ('+m+").constructor;")()}catch{}},$gOPD=gopd$1,$defineProperty$2=esDefineProperty,throwTypeError=function(){throw new $TypeError$7},ThrowTypeError=$gOPD?function(){try{return arguments.callee,throwTypeError}catch{try{return $gOPD(arguments,"callee").get}catch{return throwTypeError}}}():throwTypeError,hasSymbols=requireHasSymbols()(),getProto$1=requireGetProto(),$ObjectGPO=requireObject_getPrototypeOf(),$ReflectGPO=requireReflect_getPrototypeOf(),$apply$1=requireFunctionApply(),$call=functionCall,needsEval={},TypedArray=typeof Uint8Array>"u"||!getProto$1?undefined$1:getProto$1(Uint8Array),INTRINSICS={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?undefined$1:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?undefined$1:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto$1?getProto$1([][Symbol.iterator]()):undefined$1,"%AsyncFromSyncIteratorPrototype%":undefined$1,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":typeof Atomics>"u"?undefined$1:Atomics,"%BigInt%":typeof BigInt>"u"?undefined$1:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?undefined$1:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?undefined$1:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?undefined$1:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$Error,"%eval%":eval,"%EvalError%":$EvalError,"%Float32Array%":typeof Float32Array>"u"?undefined$1:Float32Array,"%Float64Array%":typeof Float64Array>"u"?undefined$1:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?undefined$1:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":typeof Int8Array>"u"?undefined$1:Int8Array,"%Int16Array%":typeof Int16Array>"u"?undefined$1:Int16Array,"%Int32Array%":typeof Int32Array>"u"?undefined$1:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto$1?getProto$1(getProto$1([][Symbol.iterator]())):undefined$1,"%JSON%":typeof JSON=="object"?JSON:undefined$1,"%Map%":typeof Map>"u"?undefined$1:Map,"%MapIteratorPrototype%":typeof Map>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":$Object,"%Object.getOwnPropertyDescriptor%":$gOPD,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?undefined$1:Promise,"%Proxy%":typeof Proxy>"u"?undefined$1:Proxy,"%RangeError%":$RangeError,"%ReferenceError%":$ReferenceError,"%Reflect%":typeof Reflect>"u"?undefined$1:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?undefined$1:Set,"%SetIteratorPrototype%":typeof Set>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?undefined$1:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto$1?getProto$1(""[Symbol.iterator]()):undefined$1,"%Symbol%":hasSymbols?Symbol:undefined$1,"%SyntaxError%":$SyntaxError$1,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError$7,"%Uint8Array%":typeof Uint8Array>"u"?undefined$1:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?undefined$1:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?undefined$1:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?undefined$1:Uint32Array,"%URIError%":$URIError,"%WeakMap%":typeof WeakMap>"u"?undefined$1:WeakMap,"%WeakRef%":typeof WeakRef>"u"?undefined$1:WeakRef,"%WeakSet%":typeof WeakSet>"u"?undefined$1:WeakSet,"%Function.prototype.call%":$call,"%Function.prototype.apply%":$apply$1,"%Object.defineProperty%":$defineProperty$2,"%Object.getPrototypeOf%":$ObjectGPO,"%Math.abs%":abs,"%Math.floor%":floor,"%Math.max%":max$1,"%Math.min%":min$1,"%Math.pow%":pow,"%Math.round%":round$1,"%Math.sign%":sign$1,"%Reflect.getPrototypeOf%":$ReflectGPO};if(getProto$1)try{null.error}catch(m){var errorProto=getProto$1(getProto$1(m));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function m(c){var ie;if(c==="%AsyncFunction%")ie=getEvalledConstructor("async function () {}");else if(c==="%GeneratorFunction%")ie=getEvalledConstructor("function* () {}");else if(c==="%AsyncGeneratorFunction%")ie=getEvalledConstructor("async function* () {}");else if(c==="%AsyncGenerator%"){var we=m("%AsyncGeneratorFunction%");we&&(ie=we.prototype)}else if(c==="%AsyncIteratorPrototype%"){var Pe=m("%AsyncGenerator%");Pe&&getProto$1&&(ie=getProto$1(Pe.prototype))}return INTRINSICS[c]=ie,ie},LEGACY_ALIASES={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bind$1=functionBind,hasOwn$2=requireHasown(),$concat$1=bind$1.call($call,Array.prototype.concat),$spliceApply=bind$1.call($apply$1,Array.prototype.splice),$replace$1=bind$1.call($call,String.prototype.replace),$strSlice=bind$1.call($call,String.prototype.slice),$exec$2=bind$1.call($call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=function(c){var ie=$strSlice(c,0,1),we=$strSlice(c,-1);if(ie==="%"&&we!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected closing `%`");if(we==="%"&&ie!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected opening `%`");var Pe=[];return $replace$1(c,rePropName,function(Me,Ze,ne,rr){Pe[Pe.length]=ne?$replace$1(rr,reEscapeChar,"$1"):Ze||Me}),Pe},getBaseIntrinsic=function(c,ie){var we=c,Pe;if(hasOwn$2(LEGACY_ALIASES,we)&&(Pe=LEGACY_ALIASES[we],we="%"+Pe[0]+"%"),hasOwn$2(INTRINSICS,we)){var Me=INTRINSICS[we];if(Me===needsEval&&(Me=doEval(we)),typeof Me>"u"&&!ie)throw new $TypeError$7("intrinsic "+c+" exists, but is not available. Please file an issue!");return{alias:Pe,name:we,value:Me}}throw new $SyntaxError$1("intrinsic "+c+" does not exist!")},getIntrinsic=function(c,ie){if(typeof c!="string"||c.length===0)throw new $TypeError$7("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof ie!="boolean")throw new $TypeError$7('"allowMissing" argument must be a boolean');if($exec$2(/^%?[^%]*%?$/,c)===null)throw new $SyntaxError$1("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var we=stringToPath(c),Pe=we.length>0?we[0]:"",Me=getBaseIntrinsic("%"+Pe+"%",ie),Ze=Me.name,ne=Me.value,rr=!1,vr=Me.alias;vr&&(Pe=vr[0],$spliceApply(we,$concat$1([0,1],vr)));for(var or=1,_r=!0;or<we.length;or+=1){var Lr=we[or],Br=$strSlice(Lr,0,1),Ar=$strSlice(Lr,-1);if((Br==='"'||Br==="'"||Br==="`"||Ar==='"'||Ar==="'"||Ar==="`")&&Br!==Ar)throw new $SyntaxError$1("property names with quotes must have matching quotes");if((Lr==="constructor"||!_r)&&(rr=!0),Pe+="."+Lr,Ze="%"+Pe+"%",hasOwn$2(INTRINSICS,Ze))ne=INTRINSICS[Ze];else if(ne!=null){if(!(Lr in ne)){if(!ie)throw new $TypeError$7("base intrinsic for "+c+" exists, but the property is not available.");return}if($gOPD&&or+1>=we.length){var Pr=$gOPD(ne,Lr);_r=!!Pr,_r&&"get"in Pr&&!("originalValue"in Pr.get)?ne=Pr.get:ne=ne[Lr]}else _r=hasOwn$2(ne,Lr),ne=ne[Lr];_r&&!rr&&(INTRINSICS[Ze]=ne)}}return ne},GetIntrinsic$3=getIntrinsic,callBindBasic=callBindApplyHelpers,$indexOf$1=callBindBasic([GetIntrinsic$3("%String.prototype.indexOf%")]),callBound$7=function(c,ie){var we=GetIntrinsic$3(c,!!ie);return typeof we=="function"&&$indexOf$1(c,".prototype.")>-1?callBindBasic([we]):we},hasToStringTag$4=shams(),callBound$6=callBound$7,$toString$2=callBound$6("Object.prototype.toString"),isStandardArguments=function(c){return hasToStringTag$4&&c&&typeof c=="object"&&Symbol.toStringTag in c?!1:$toString$2(c)==="[object Arguments]"},isLegacyArguments=function(c){return isStandardArguments(c)?!0:c!==null&&typeof c=="object"&&"length"in c&&typeof c.length=="number"&&c.length>=0&&$toString$2(c)!=="[object Array]"&&"callee"in c&&$toString$2(c.callee)==="[object Function]"},supportsStandardArguments=function(){return isStandardArguments(arguments)}();isStandardArguments.isLegacyArguments=isLegacyArguments;var isArguments=supportsStandardArguments?isStandardArguments:isLegacyArguments,callBound$5=callBound$7,hasToStringTag$3=shams(),hasOwn$1=requireHasown(),gOPD$2=gopd$1,fn;if(hasToStringTag$3){var $exec$1=callBound$5("RegExp.prototype.exec"),isRegexMarker={},throwRegexMarker=function(){throw isRegexMarker},badStringifier={toString:throwRegexMarker,valueOf:throwRegexMarker};typeof Symbol.toPrimitive=="symbol"&&(badStringifier[Symbol.toPrimitive]=throwRegexMarker),fn=function(c){if(!c||typeof c!="object")return!1;var ie=gOPD$2(c,"lastIndex"),we=ie&&hasOwn$1(ie,"value");if(!we)return!1;try{$exec$1(c,badStringifier)}catch(Pe){return Pe===isRegexMarker}}}else{var $toString$1=callBound$5("Object.prototype.toString"),regexClass="[object RegExp]";fn=function(c){return!c||typeof c!="object"&&typeof c!="function"?!1:$toString$1(c)===regexClass}}var isRegex$1=fn,callBound$4=callBound$7,isRegex=isRegex$1,$exec=callBound$4("RegExp.prototype.exec"),$TypeError$6=type,safeRegexTest$1=function(c){if(!isRegex(c))throw new $TypeError$6("`regex` must be a RegExp");return function(we){return $exec(c,we)!==null}},callBound$3=callBound$7,safeRegexTest=safeRegexTest$1,isFnRegex=safeRegexTest(/^\s*(?:function)?\*/),hasToStringTag$2=shams(),getProto=requireGetProto(),toStr$3=callBound$3("Object.prototype.toString"),fnToStr$1=callBound$3("Function.prototype.toString"),getGeneratorFunc=function(){if(!hasToStringTag$2)return!1;try{return Function("return function*() {}")()}catch{}},GeneratorFunction,isGeneratorFunction=function(c){if(typeof c!="function")return!1;if(isFnRegex(fnToStr$1(c)))return!0;if(!hasToStringTag$2){var ie=toStr$3(c);return ie==="[object GeneratorFunction]"}if(!getProto)return!1;if(typeof GeneratorFunction>"u"){var we=getGeneratorFunc();GeneratorFunction=we?getProto(we):!1}return getProto(c)===GeneratorFunction},fnToStr=Function.prototype.toString,reflectApply=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,badArrayLike,isCallableMarker;if(typeof reflectApply=="function"&&typeof Object.defineProperty=="function")try{badArrayLike=Object.defineProperty({},"length",{get:function(){throw isCallableMarker}}),isCallableMarker={},reflectApply(function(){throw 42},null,badArrayLike)}catch(m){m!==isCallableMarker&&(reflectApply=null)}else reflectApply=null;var constructorRegex=/^\s*class\b/,isES6ClassFn=function(c){try{var ie=fnToStr.call(c);return constructorRegex.test(ie)}catch{return!1}},tryFunctionObject=function(c){try{return isES6ClassFn(c)?!1:(fnToStr.call(c),!0)}catch{return!1}},toStr$2=Object.prototype.toString,objectClass="[object Object]",fnClass="[object Function]",genClass="[object GeneratorFunction]",ddaClass="[object HTMLAllCollection]",ddaClass2="[object HTML document.all class]",ddaClass3="[object HTMLCollection]",hasToStringTag$1=typeof Symbol=="function"&&!!Symbol.toStringTag,isIE68=!(0 in[,]),isDDA=function(){return!1};if(typeof document=="object"){var all=document.all;toStr$2.call(all)===toStr$2.call(document.all)&&(isDDA=function(c){if((isIE68||!c)&&(typeof c>"u"||typeof c=="object"))try{var ie=toStr$2.call(c);return(ie===ddaClass||ie===ddaClass2||ie===ddaClass3||ie===objectClass)&&c("")==null}catch{}return!1})}var isCallable$1=reflectApply?function(c){if(isDDA(c))return!0;if(!c||typeof c!="function"&&typeof c!="object")return!1;try{reflectApply(c,null,badArrayLike)}catch(ie){if(ie!==isCallableMarker)return!1}return!isES6ClassFn(c)&&tryFunctionObject(c)}:function(c){if(isDDA(c))return!0;if(!c||typeof c!="function"&&typeof c!="object")return!1;if(hasToStringTag$1)return tryFunctionObject(c);if(isES6ClassFn(c))return!1;var ie=toStr$2.call(c);return ie!==fnClass&&ie!==genClass&&!/^\[object HTML/.test(ie)?!1:tryFunctionObject(c)},isCallable=isCallable$1,toStr$1=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty,forEachArray=function(c,ie,we){for(var Pe=0,Me=c.length;Pe<Me;Pe++)hasOwnProperty.call(c,Pe)&&(we==null?ie(c[Pe],Pe,c):ie.call(we,c[Pe],Pe,c))},forEachString=function(c,ie,we){for(var Pe=0,Me=c.length;Pe<Me;Pe++)we==null?ie(c.charAt(Pe),Pe,c):ie.call(we,c.charAt(Pe),Pe,c)},forEachObject=function(c,ie,we){for(var Pe in c)hasOwnProperty.call(c,Pe)&&(we==null?ie(c[Pe],Pe,c):ie.call(we,c[Pe],Pe,c))},forEach$1=function(c,ie,we){if(!isCallable(ie))throw new TypeError("iterator must be a function");var Pe;arguments.length>=3&&(Pe=we),toStr$1.call(c)==="[object Array]"?forEachArray(c,ie,Pe):typeof c=="string"?forEachString(c,ie,Pe):forEachObject(c,ie,Pe)},forEach_1=forEach$1,possibleTypedArrayNames=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"],possibleNames=possibleTypedArrayNames,g$3=typeof globalThis>"u"?commonjsGlobal:globalThis,availableTypedArrays$1=function(){for(var c=[],ie=0;ie<possibleNames.length;ie++)typeof g$3[possibleNames[ie]]=="function"&&(c[c.length]=possibleNames[ie]);return c},callBind$1={exports:{}},$defineProperty$1=esDefineProperty,$SyntaxError=syntax,$TypeError$5=type,gopd=gopd$1,defineDataProperty=function(c,ie,we){if(!c||typeof c!="object"&&typeof c!="function")throw new $TypeError$5("`obj` must be an object or a function`");if(typeof ie!="string"&&typeof ie!="symbol")throw new $TypeError$5("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new $TypeError$5("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new $TypeError$5("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new $TypeError$5("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new $TypeError$5("`loose`, if provided, must be a boolean");var Pe=arguments.length>3?arguments[3]:null,Me=arguments.length>4?arguments[4]:null,Ze=arguments.length>5?arguments[5]:null,ne=arguments.length>6?arguments[6]:!1,rr=!!gopd&&gopd(c,ie);if($defineProperty$1)$defineProperty$1(c,ie,{configurable:Ze===null&&rr?rr.configurable:!Ze,enumerable:Pe===null&&rr?rr.enumerable:!Pe,value:we,writable:Me===null&&rr?rr.writable:!Me});else if(ne||!Pe&&!Me&&!Ze)c[ie]=we;else throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},$defineProperty=esDefineProperty,hasPropertyDescriptors=function(){return!!$defineProperty};hasPropertyDescriptors.hasArrayLengthDefineBug=function(){if(!$defineProperty)return null;try{return $defineProperty([],"length",{value:1}).length!==1}catch{return!0}};var hasPropertyDescriptors_1=hasPropertyDescriptors,GetIntrinsic$2=getIntrinsic,define=defineDataProperty,hasDescriptors=hasPropertyDescriptors_1(),gOPD$1=gopd$1,$TypeError$4=type,$floor$1=GetIntrinsic$2("%Math.floor%"),setFunctionLength=function(c,ie){if(typeof c!="function")throw new $TypeError$4("`fn` is not a function");if(typeof ie!="number"||ie<0||ie>4294967295||$floor$1(ie)!==ie)throw new $TypeError$4("`length` must be a positive 32-bit integer");var we=arguments.length>2&&!!arguments[2],Pe=!0,Me=!0;if("length"in c&&gOPD$1){var Ze=gOPD$1(c,"length");Ze&&!Ze.configurable&&(Pe=!1),Ze&&!Ze.writable&&(Me=!1)}return(Pe||Me||!we)&&(hasDescriptors?define(c,"length",ie,!0,!0):define(c,"length",ie)),c},bind=functionBind,$apply=requireFunctionApply(),actualApply=actualApply$1,applyBind=function(){return actualApply(bind,$apply,arguments)};(function(m){var c=setFunctionLength,ie=esDefineProperty,we=callBindApplyHelpers,Pe=applyBind;m.exports=function(Ze){var ne=we(arguments),rr=Ze.length-(arguments.length-1);return c(ne,1+(rr>0?rr:0),!0)},ie?ie(m.exports,"apply",{value:Pe}):m.exports.apply=Pe})(callBind$1);var forEach=forEach_1,availableTypedArrays=availableTypedArrays$1,callBind=callBind$1.exports,callBound$2=callBound$7,gOPD=gopd$1,$toString=callBound$2("Object.prototype.toString"),hasToStringTag=shams(),g$2=typeof globalThis>"u"?commonjsGlobal:globalThis,typedArrays=availableTypedArrays(),$slice$1=callBound$2("String.prototype.slice"),getPrototypeOf=Object.getPrototypeOf,$indexOf=callBound$2("Array.prototype.indexOf",!0)||function(c,ie){for(var we=0;we<c.length;we+=1)if(c[we]===ie)return we;return-1},cache={__proto__:null};hasToStringTag&&gOPD&&getPrototypeOf?forEach(typedArrays,function(m){var c=new g$2[m];if(Symbol.toStringTag in c){var ie=getPrototypeOf(c),we=gOPD(ie,Symbol.toStringTag);if(!we){var Pe=getPrototypeOf(ie);we=gOPD(Pe,Symbol.toStringTag)}cache["$"+m]=callBind(we.get)}}):forEach(typedArrays,function(m){var c=new g$2[m],ie=c.slice||c.set;ie&&(cache["$"+m]=callBind(ie))});var tryTypedArrays=function(c){var ie=!1;return forEach(cache,function(we,Pe){if(!ie)try{"$"+we(c)===Pe&&(ie=$slice$1(Pe,1))}catch{}}),ie},trySlices=function(c){var ie=!1;return forEach(cache,function(we,Pe){if(!ie)try{we(c),ie=$slice$1(Pe,1)}catch{}}),ie},whichTypedArray$1=function(c){if(!c||typeof c!="object")return!1;if(!hasToStringTag){var ie=$slice$1($toString(c),8,-1);return $indexOf(typedArrays,ie)>-1?ie:ie!=="Object"?!1:trySlices(c)}return gOPD?tryTypedArrays(c):null},whichTypedArray=whichTypedArray$1,isTypedArray=function(c){return!!whichTypedArray(c)};(function(m){var c=isArguments,ie=isGeneratorFunction,we=whichTypedArray$1,Pe=isTypedArray;function Me(ji){return ji.call.bind(ji)}var Ze=typeof BigInt<"u",ne=typeof Symbol<"u",rr=Me(Object.prototype.toString),vr=Me(Number.prototype.valueOf),or=Me(String.prototype.valueOf),_r=Me(Boolean.prototype.valueOf);if(Ze)var Lr=Me(BigInt.prototype.valueOf);if(ne)var Br=Me(Symbol.prototype.valueOf);function Ar(ji,Kn){if(typeof ji!="object")return!1;try{return Kn(ji),!0}catch{return!1}}m.isArgumentsObject=c,m.isGeneratorFunction=ie,m.isTypedArray=Pe;function Pr(ji){return typeof Promise<"u"&&ji instanceof Promise||ji!==null&&typeof ji=="object"&&typeof ji.then=="function"&&typeof ji.catch=="function"}m.isPromise=Pr;function Fr(ji){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(ji):Pe(ji)||Hr(ji)}m.isArrayBufferView=Fr;function Yr(ji){return we(ji)==="Uint8Array"}m.isUint8Array=Yr;function Vr(ji){return we(ji)==="Uint8ClampedArray"}m.isUint8ClampedArray=Vr;function Xr(ji){return we(ji)==="Uint16Array"}m.isUint16Array=Xr;function Wr(ji){return we(ji)==="Uint32Array"}m.isUint32Array=Wr;function si(ji){return we(ji)==="Int8Array"}m.isInt8Array=si;function li(ji){return we(ji)==="Int16Array"}m.isInt16Array=li;function xi(ji){return we(ji)==="Int32Array"}m.isInt32Array=xi;function di(ji){return we(ji)==="Float32Array"}m.isFloat32Array=di;function oi(ji){return we(ji)==="Float64Array"}m.isFloat64Array=oi;function ci(ji){return we(ji)==="BigInt64Array"}m.isBigInt64Array=ci;function gr(ji){return we(ji)==="BigUint64Array"}m.isBigUint64Array=gr;function Ae(ji){return rr(ji)==="[object Map]"}Ae.working=typeof Map<"u"&&Ae(new Map);function ze(ji){return typeof Map>"u"?!1:Ae.working?Ae(ji):ji instanceof Map}m.isMap=ze;function Ue(ji){return rr(ji)==="[object Set]"}Ue.working=typeof Set<"u"&&Ue(new Set);function tr(ji){return typeof Set>"u"?!1:Ue.working?Ue(ji):ji instanceof Set}m.isSet=tr;function lr(ji){return rr(ji)==="[object WeakMap]"}lr.working=typeof WeakMap<"u"&&lr(new WeakMap);function pr(ji){return typeof WeakMap>"u"?!1:lr.working?lr(ji):ji instanceof WeakMap}m.isWeakMap=pr;function br(ji){return rr(ji)==="[object WeakSet]"}br.working=typeof WeakSet<"u"&&br(new WeakSet);function nr(ji){return br(ji)}m.isWeakSet=nr;function $e(ji){return rr(ji)==="[object ArrayBuffer]"}$e.working=typeof ArrayBuffer<"u"&&$e(new ArrayBuffer);function ur(ji){return typeof ArrayBuffer>"u"?!1:$e.working?$e(ji):ji instanceof ArrayBuffer}m.isArrayBuffer=ur;function $r(ji){return rr(ji)==="[object DataView]"}$r.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&$r(new DataView(new ArrayBuffer(1),0,1));function Hr(ji){return typeof DataView>"u"?!1:$r.working?$r(ji):ji instanceof DataView}m.isDataView=Hr;var gi=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Ti(ji){return rr(ji)==="[object SharedArrayBuffer]"}function wi(ji){return typeof gi>"u"?!1:(typeof Ti.working>"u"&&(Ti.working=Ti(new gi)),Ti.working?Ti(ji):ji instanceof gi)}m.isSharedArrayBuffer=wi;function ii(ji){return rr(ji)==="[object AsyncFunction]"}m.isAsyncFunction=ii;function mi(ji){return rr(ji)==="[object Map Iterator]"}m.isMapIterator=mi;function ei(ji){return rr(ji)==="[object Set Iterator]"}m.isSetIterator=ei;function Zr(ji){return rr(ji)==="[object Generator]"}m.isGeneratorObject=Zr;function pi(ji){return rr(ji)==="[object WebAssembly.Module]"}m.isWebAssemblyCompiledModule=pi;function hi(ji){return Ar(ji,vr)}m.isNumberObject=hi;function Oi(ji){return Ar(ji,or)}m.isStringObject=Oi;function qi(ji){return Ar(ji,_r)}m.isBooleanObject=qi;function yn(ji){return Ze&&Ar(ji,Lr)}m.isBigIntObject=yn;function ln(ji){return ne&&Ar(ji,Br)}m.isSymbolObject=ln;function Pn(ji){return hi(ji)||Oi(ji)||qi(ji)||yn(ji)||ln(ji)}m.isBoxedPrimitive=Pn;function rn(ji){return typeof Uint8Array<"u"&&(ur(ji)||wi(ji))}m.isAnyArrayBuffer=rn,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(ji){Object.defineProperty(m,ji,{enumerable:!1,value:function(){throw new Error(ji+" is not supported in userland")}})})})(types$2);var isBufferBrowser=function(c){return c&&typeof c=="object"&&typeof c.copy=="function"&&typeof c.fill=="function"&&typeof c.readUInt8=="function"};(function(m){var c=Object.getOwnPropertyDescriptors||function(Hr){for(var gi=Object.keys(Hr),Ti={},wi=0;wi<gi.length;wi++)Ti[gi[wi]]=Object.getOwnPropertyDescriptor(Hr,gi[wi]);return Ti},ie=/%[sdj%]/g;m.format=function($r){if(!si($r)){for(var Hr=[],gi=0;gi<arguments.length;gi++)Hr.push(Ze(arguments[gi]));return Hr.join(" ")}for(var gi=1,Ti=arguments,wi=Ti.length,ii=String($r).replace(ie,function(ei){if(ei==="%%")return"%";if(gi>=wi)return ei;switch(ei){case"%s":return String(Ti[gi++]);case"%d":return Number(Ti[gi++]);case"%j":try{return JSON.stringify(Ti[gi++])}catch{return"[Circular]"}default:return ei}}),mi=Ti[gi];gi<wi;mi=Ti[++gi])Vr(mi)||!oi(mi)?ii+=" "+mi:ii+=" "+Ze(mi);return ii},m.deprecate=function($r,Hr){if(typeof process$1<"u"&&process$1.noDeprecation===!0)return $r;if(typeof process$1>"u")return function(){return m.deprecate($r,Hr).apply(this,arguments)};var gi=!1;function Ti(){if(!gi){if(process$1.throwDeprecation)throw new Error(Hr);process$1.traceDeprecation?console.trace(Hr):console.error(Hr),gi=!0}return $r.apply(this,arguments)}return Ti};var we={},Pe=/^$/;if(process$1.env.NODE_DEBUG){var Me=process$1.env.NODE_DEBUG;Me=Me.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),Pe=new RegExp("^"+Me+"$","i")}m.debuglog=function($r){if($r=$r.toUpperCase(),!we[$r])if(Pe.test($r)){var Hr=process$1.pid;we[$r]=function(){var gi=m.format.apply(m,arguments);console.error("%s %d: %s",$r,Hr,gi)}}else we[$r]=function(){};return we[$r]};function Ze($r,Hr){var gi={seen:[],stylize:rr};return arguments.length>=3&&(gi.depth=arguments[2]),arguments.length>=4&&(gi.colors=arguments[3]),Yr(Hr)?gi.showHidden=Hr:Hr&&m._extend(gi,Hr),xi(gi.showHidden)&&(gi.showHidden=!1),xi(gi.depth)&&(gi.depth=2),xi(gi.colors)&&(gi.colors=!1),xi(gi.customInspect)&&(gi.customInspect=!0),gi.colors&&(gi.stylize=ne),or(gi,$r,gi.depth)}m.inspect=Ze,Ze.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},Ze.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function ne($r,Hr){var gi=Ze.styles[Hr];return gi?"\x1B["+Ze.colors[gi][0]+"m"+$r+"\x1B["+Ze.colors[gi][1]+"m":$r}function rr($r,Hr){return $r}function vr($r){var Hr={};return $r.forEach(function(gi,Ti){Hr[gi]=!0}),Hr}function or($r,Hr,gi){if($r.customInspect&&Hr&&Ae(Hr.inspect)&&Hr.inspect!==m.inspect&&!(Hr.constructor&&Hr.constructor.prototype===Hr)){var Ti=Hr.inspect(gi,$r);return si(Ti)||(Ti=or($r,Ti,gi)),Ti}var wi=_r($r,Hr);if(wi)return wi;var ii=Object.keys(Hr),mi=vr(ii);if($r.showHidden&&(ii=Object.getOwnPropertyNames(Hr)),gr(Hr)&&(ii.indexOf("message")>=0||ii.indexOf("description")>=0))return Lr(Hr);if(ii.length===0){if(Ae(Hr)){var ei=Hr.name?": "+Hr.name:"";return $r.stylize("[Function"+ei+"]","special")}if(di(Hr))return $r.stylize(RegExp.prototype.toString.call(Hr),"regexp");if(ci(Hr))return $r.stylize(Date.prototype.toString.call(Hr),"date");if(gr(Hr))return Lr(Hr)}var Zr="",pi=!1,hi=["{","}"];if(Fr(Hr)&&(pi=!0,hi=["[","]"]),Ae(Hr)){var Oi=Hr.name?": "+Hr.name:"";Zr=" [Function"+Oi+"]"}if(di(Hr)&&(Zr=" "+RegExp.prototype.toString.call(Hr)),ci(Hr)&&(Zr=" "+Date.prototype.toUTCString.call(Hr)),gr(Hr)&&(Zr=" "+Lr(Hr)),ii.length===0&&(!pi||Hr.length==0))return hi[0]+Zr+hi[1];if(gi<0)return di(Hr)?$r.stylize(RegExp.prototype.toString.call(Hr),"regexp"):$r.stylize("[Object]","special");$r.seen.push(Hr);var qi;return pi?qi=Br($r,Hr,gi,mi,ii):qi=ii.map(function(yn){return Ar($r,Hr,gi,mi,yn,pi)}),$r.seen.pop(),Pr(qi,Zr,hi)}function _r($r,Hr){if(xi(Hr))return $r.stylize("undefined","undefined");if(si(Hr)){var gi="'"+JSON.stringify(Hr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return $r.stylize(gi,"string")}if(Wr(Hr))return $r.stylize(""+Hr,"number");if(Yr(Hr))return $r.stylize(""+Hr,"boolean");if(Vr(Hr))return $r.stylize("null","null")}function Lr($r){return"["+Error.prototype.toString.call($r)+"]"}function Br($r,Hr,gi,Ti,wi){for(var ii=[],mi=0,ei=Hr.length;mi<ei;++mi)br(Hr,String(mi))?ii.push(Ar($r,Hr,gi,Ti,String(mi),!0)):ii.push("");return wi.forEach(function(Zr){Zr.match(/^\d+$/)||ii.push(Ar($r,Hr,gi,Ti,Zr,!0))}),ii}function Ar($r,Hr,gi,Ti,wi,ii){var mi,ei,Zr;if(Zr=Object.getOwnPropertyDescriptor(Hr,wi)||{value:Hr[wi]},Zr.get?Zr.set?ei=$r.stylize("[Getter/Setter]","special"):ei=$r.stylize("[Getter]","special"):Zr.set&&(ei=$r.stylize("[Setter]","special")),br(Ti,wi)||(mi="["+wi+"]"),ei||($r.seen.indexOf(Zr.value)<0?(Vr(gi)?ei=or($r,Zr.value,null):ei=or($r,Zr.value,gi-1),ei.indexOf(`
55
55
  `)>-1&&(ii?ei=ei.split(`
56
56
  `).map(function(pi){return" "+pi}).join(`
57
57
  `).slice(2):ei=`
@@ -2952,10 +2952,7 @@ list should be an Array.`),ei.length===0)return new Fr(0);if(ei.length===1)retur
2952
2952
  border: 1px solid var(--bluepic-app-border-color);
2953
2953
  overflow: hidden;
2954
2954
  border-radius: var(--bluepic-app-border-radius);
2955
- margin: 30px auto;
2956
2955
  box-sizing: border-box;
2957
- max-width: calc(100vw - 40px);
2958
- max-height: calc(100vh - 40px);
2959
2956
  }
2960
2957
  #${c} {
2961
2958
  height: 100%;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bluepic/embed",
3
3
  "private": false,
4
- "version": "0.1.138",
4
+ "version": "0.1.140",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "package.json",