1 line
288 KiB
JavaScript
1 line
288 KiB
JavaScript
var __shared__;const e=module,t={Array:global.Array,Buffer:global.Buffer,Error:global.Error,EvalError:global.EvalError,Function:global.Function,JSON:global.JSON,Object:global.Object,Promise:global.Promise,RangeError:global.RangeError,ReferenceError:global.ReferenceError,Reflect:global.Reflect,SyntaxError:global.SyntaxError,TypeError:global.TypeError,URIError:global.URIError,eval:global.eval},r=global.console;module.exports=(function(e){var t={};function r(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.d=function(e,t,r){Reflect.defineProperty(e,t,{configurable:!0,enumerable:!0,get:r})},r.n=function(e){return e.a=e,function(){return e}},r(r.s=2)})([(function(e,t){var r;t=e.exports=$,"object"==typeof process&&process,r=function(){},t.SEMVER_SPEC_VERSION="2.0.0";var i=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,s=t.re=[],a=t.src=[],o=0,u=o++;a[u]="0|[1-9]\\d*";var l=o++;a[l]="[0-9]+";var c=o++;a[c]="\\d*[a-zA-Z-][a-zA-Z0-9-]*";var p=o++;a[p]="("+a[u]+")\\.("+a[u]+")\\.("+a[u]+")";var h=o++;a[h]="("+a[l]+")\\.("+a[l]+")\\.("+a[l]+")";var f=o++;a[f]="(?:"+a[u]+"|"+a[c]+")";var d=o++;a[d]="(?:"+a[l]+"|"+a[c]+")";var m=o++;a[m]="(?:-("+a[f]+"(?:\\."+a[f]+")*))";var v=o++;a[v]="(?:-?("+a[d]+"(?:\\."+a[d]+")*))";var g=o++;a[g]="[0-9A-Za-z-]+";var y=o++;a[y]="(?:\\+("+a[g]+"(?:\\."+a[g]+")*))";var x=o++,b="v?"+a[p]+a[m]+"?"+a[y]+"?";a[x]="^"+b+"$";var w="[v=\\s]*"+a[h]+a[v]+"?"+a[y]+"?",E=o++;a[E]="^"+w+"$";var S=o++;a[S]="((?:<|>)?=?)";var R=o++;a[R]=a[l]+"|x|X|\\*";var P=o++;a[P]=a[u]+"|x|X|\\*";var _=o++;a[_]="[v=\\s]*("+a[P]+")(?:\\.("+a[P]+")(?:\\.("+a[P]+")(?:"+a[m]+")?"+a[y]+"?)?)?";var k=o++;a[k]="[v=\\s]*("+a[R]+")(?:\\.("+a[R]+")(?:\\.("+a[R]+")(?:"+a[v]+")?"+a[y]+"?)?)?";var I=o++;a[I]="^"+a[S]+"\\s*"+a[_]+"$";var A=o++;a[A]="^"+a[S]+"\\s*"+a[k]+"$";var N=o++;a[N]="(?:^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])";var C=o++;a[C]="(?:~>?)";var O=o++;a[O]="(\\s*)"+a[C]+"\\s+",s[O]=RegExp(a[O],"g");var T=o++;a[T]="^"+a[C]+a[_]+"$";var M=o++;a[M]="^"+a[C]+a[k]+"$";var L=o++;a[L]="(?:\\^)";var F=o++;a[F]="(\\s*)"+a[L]+"\\s+",s[F]=RegExp(a[F],"g");var D=o++;a[D]="^"+a[L]+a[_]+"$";var j=o++;a[j]="^"+a[L]+a[k]+"$";var V=o++;a[V]="^"+a[S]+"\\s*("+w+")$|^$";var G=o++;a[G]="^"+a[S]+"\\s*("+b+")$|^$";var B=o++;a[B]="(\\s*)"+a[S]+"\\s*("+w+"|"+a[_]+")",s[B]=RegExp(a[B],"g");var U=o++;a[U]="^\\s*("+a[_]+")\\s+-\\s+("+a[_]+")\\s*$";var W=o++;a[W]="^\\s*("+a[k]+")\\s+-\\s+("+a[k]+")\\s*$";var q=o++;a[q]="(<|>)?=?\\s*\\*";for(var z=0;z<35;z++)r(z,a[z]),s[z]||(s[z]=RegExp(a[z]));function H(e,t){"use strict";if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof $)return e;if("string"!=typeof e)return null;if(e.length>i)return null;var r=t.loose?s[E]:s[x];if(!r.test(e))return null;try{return new $(e,t)}catch(e){return null}}function $(e,t){"use strict";if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof $){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>i)throw new TypeError("version is longer than "+i+" characters");if(!(this instanceof $))return new $(e,t);r("SemVer",e,t),this.options=t,this.loose=!!t.loose;var a=e.trim().match(t.loose?s[E]:s[x]);if(!a)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+a[1],this.minor=+a[2],this.patch=+a[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");this.prerelease=a[4]?a[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<n)return t}return e})):[],this.build=a[5]?a[5].split("."):[],this.format()}t.parse=H,t.valid=function(e,t){"use strict";var r=H(e,t);return r?r.version:null},t.clean=function(e,t){"use strict";var r=H(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null},t.SemVer=$,$.prototype.format=function(){"use strict";return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},$.prototype.toString=function(){"use strict";return this.version},$.prototype.compare=function(e){"use strict";return r("SemVer.compare",this.version,this.options,e),e instanceof $||(e=new $(e,this.options)),this.compareMain(e)||this.comparePre(e)},$.prototype.compareMain=function(e){"use strict";return e instanceof $||(e=new $(e,this.options)),J(this.major,e.major)||J(this.minor,e.minor)||J(this.patch,e.patch)},$.prototype.comparePre=function(e){"use strict";if(e instanceof $||(e=new $(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var t=0;do{var i=this.prerelease[t],n=e.prerelease[t];if(r("prerelease compare",t,i,n),void 0===i&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===i)return-1;if(i!==n)return J(i,n)}while(++t)},$.prototype.inc=function(e,t){"use strict";switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var r=this.prerelease.length;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);-1===r&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,r,i){"use strict";"string"==typeof r&&(i=r,r=void 0);try{return new $(e,r).inc(t,i).version}catch(e){return null}},t.diff=function(e,t){"use strict";if(Z(e,t))return null;var r=H(e),i=H(t),n="";if(r.prerelease.length||i.prerelease.length){n="pre";var s="prerelease"}for(var a in r)if(("major"===a||"minor"===a||"patch"===a)&&r[a]!==i[a])return n+a;return s},t.compareIdentifiers=J;var K=/^[0-9]+$/;function J(e,t){"use strict";var r=K.test(e),i=K.test(t);return r&&i&&(e=+e,t=+t),e===t?0:r&&!i?-1:i&&!r?1:e<t?-1:1}function Y(e,t,r){"use strict";return new $(e,r).compare(new $(t,r))}function X(e,t,r){"use strict";return Y(e,t,r)>0}function Q(e,t,r){"use strict";return Y(e,t,r)<0}function Z(e,t,r){"use strict";return 0===Y(e,t,r)}function ee(e,t,r){"use strict";return 0!==Y(e,t,r)}function te(e,t,r){"use strict";return Y(e,t,r)>=0}function re(e,t,r){"use strict";return Y(e,t,r)<=0}function ie(e,t,r,i){"use strict";switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return Z(e,r,i);case"!=":return ee(e,r,i);case">":return X(e,r,i);case">=":return te(e,r,i);case"<":return Q(e,r,i);case"<=":return re(e,r,i);default:throw new TypeError("Invalid operator: "+t)}}function ne(e,t){"use strict";if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof ne){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof ne))return new ne(e,t);r("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.value=this.semver===se?"":this.operator+this.semver.version,r("comp",this)}t.rcompareIdentifiers=function(e,t){"use strict";return J(t,e)},t.major=function(e,t){"use strict";return new $(e,t).major},t.minor=function(e,t){"use strict";return new $(e,t).minor},t.patch=function(e,t){"use strict";return new $(e,t).patch},t.compare=Y,t.compareLoose=function(e,t){"use strict";return Y(e,t,!0)},t.rcompare=function(e,t,r){"use strict";return Y(t,e,r)},t.sort=function(e,r){"use strict";return e.sort((function(e,i){return t.compare(e,i,r)}))},t.rsort=function(e,r){"use strict";return e.sort((function(e,i){return t.rcompare(e,i,r)}))},t.gt=X,t.lt=Q,t.eq=Z,t.neq=ee,t.gte=te,t.lte=re,t.cmp=ie,t.Comparator=ne;var se={};function ae(e,t){"use strict";if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof ae)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new ae(e.raw,t);if(e instanceof ne)return new ae(e.value,t);if(!(this instanceof ae))return new ae(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function oe(e){"use strict";return!e||"x"===e.toLowerCase()||"*"===e}function ue(e,t,r,i,n,s,a,o,u,l,c,p,h){"use strict";return t=oe(r)?"":oe(i)?">="+r+".0.0":oe(n)?">="+r+"."+i+".0":">="+t,o=oe(u)?"":oe(l)?"<"+(+u+1)+".0.0":oe(c)?"<"+u+"."+(+l+1)+".0":p?"<="+u+"."+l+"."+c+"-"+p:"<="+o,(t+" "+o).trim()}function le(e,t,i){"use strict";for(var n=0;n<e.length;n++)if(!e[n].test(t))return!1;if(t.prerelease.length&&!i.includePrerelease){for(n=0;n<e.length;n++)if(r(e[n].semver),e[n].semver!==se&&e[n].semver.prerelease.length>0){var s=e[n].semver;if(s.major===t.major&&s.minor===t.minor&&s.patch===t.patch)return!0}return!1}return!0}function ce(e,t,r){"use strict";try{t=new ae(t,r)}catch(e){return!1}return t.test(e)}function pe(e,t,r,i){"use strict";var n,s,a,o,u;switch(e=new $(e,i),t=new ae(t,i),r){case">":n=X,s=re,a=Q,o=">",u=">=";break;case"<":n=Q,s=te,a=X,o="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(ce(e,t,i))return!1;for(var l=0;l<t.set.length;++l){var c=t.set[l],p=null,h=null;if(c.forEach((function(e){e.semver===se&&(e=new ne(">=0.0.0")),p=p||e,h=h||e,n(e.semver,p.semver,i)?p=e:a(e.semver,h.semver,i)&&(h=e)})),p.operator===o||p.operator===u)return!1;if((!h.operator||h.operator===o)&&s(e,h.semver))return!1;if(h.operator===u&&a(e,h.semver))return!1}return!0}ne.prototype.parse=function(e){"use strict";var t=this.options.loose?s[V]:s[G],r=e.match(t);if(!r)throw new TypeError("Invalid comparator: "+e);this.operator=r[1],"="===this.operator&&(this.operator=""),this.semver=r[2]?new $(r[2],this.options.loose):se},ne.prototype.toString=function(){"use strict";return this.value},ne.prototype.test=function(e){"use strict";return r("Comparator.test",e,this.options.loose),this.semver===se||("string"==typeof e&&(e=new $(e,this.options)),ie(e,this.operator,this.semver,this.options))},ne.prototype.intersects=function(e,t){"use strict";if(!(e instanceof ne))throw new TypeError("a Comparator is required");var r;if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return r=new ae(e.value,t),ce(this.value,r,t);if(""===e.operator)return r=new ae(this.value,t),ce(e.semver,r,t);var i=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),n=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),s=this.semver.version===e.semver.version,a=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),o=ie(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),u=ie(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return i||n||s&&a||o||u},t.Range=ae,ae.prototype.format=function(){"use strict";return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},ae.prototype.toString=function(){"use strict";return this.range},ae.prototype.parseRange=function(e){"use strict";var t=this.options.loose;e=e.trim();var i=t?s[W]:s[U];e=e.replace(i,ue),r("hyphen replace",e),e=e.replace(s[B],"$1$2$3"),r("comparator trim",e,s[B]),e=e.replace(s[O],"$1~"),e=e.replace(s[F],"$1^"),e=e.split(/\s+/).join(" ");var n=t?s[V]:s[G],a=e.split(" ").map((function(e){return(function(e,t){return r("comp",e,t),e=(function(e,t){return e.trim().split(/\s+/).map((function(e){return(function(e,t){r("caret",e,t);var i=t.loose?s[j]:s[D];return e.replace(i,(function(t,i,n,s,a){var o;return r("caret",e,t,i,n,s,a),oe(i)?o="":oe(n)?o=">="+i+".0.0 <"+(+i+1)+".0.0":oe(s)?o="0"===i?">="+i+"."+n+".0 <"+i+"."+(+n+1)+".0":">="+i+"."+n+".0 <"+(+i+1)+".0.0":a?(r("replaceCaret pr",a),o="0"===i?"0"===n?">="+i+"."+n+"."+s+"-"+a+" <"+i+"."+n+"."+(+s+1):">="+i+"."+n+"."+s+"-"+a+" <"+i+"."+(+n+1)+".0":">="+i+"."+n+"."+s+"-"+a+" <"+(+i+1)+".0.0"):(r("no pr"),o="0"===i?"0"===n?">="+i+"."+n+"."+s+" <"+i+"."+n+"."+(+s+1):">="+i+"."+n+"."+s+" <"+i+"."+(+n+1)+".0":">="+i+"."+n+"."+s+" <"+(+i+1)+".0.0"),r("caret return",o),o}))})(e,t)})).join(" ")})(e,t),r("caret",e),e=(function(e,t){return e.trim().split(/\s+/).map((function(e){return(function(e,t){var i=t.loose?s[M]:s[T];return e.replace(i,(function(t,i,n,s,a){var o;return r("tilde",e,t,i,n,s,a),oe(i)?o="":oe(n)?o=">="+i+".0.0 <"+(+i+1)+".0.0":oe(s)?o=">="+i+"."+n+".0 <"+i+"."+(+n+1)+".0":a?(r("replaceTilde pr",a),o=">="+i+"."+n+"."+s+"-"+a+" <"+i+"."+(+n+1)+".0"):o=">="+i+"."+n+"."+s+" <"+i+"."+(+n+1)+".0",r("tilde return",o),o}))})(e,t)})).join(" ")})(e,t),r("tildes",e),e=(function(e,t){return r("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return(function(e,t){e=e.trim();var i=t.loose?s[A]:s[I];return e.replace(i,(function(t,i,n,s,a,o){r("xRange",e,t,i,n,s,a,o);var u=oe(n),l=u||oe(s),c=l||oe(a),p=c;return"="===i&&p&&(i=""),u?t=">"===i||"<"===i?"<0.0.0":"*":i&&p?(l&&(s=0),a=0,">"===i?(i=">=",l?(n=+n+1,s=0,a=0):(s=+s+1,a=0)):"<="===i&&(i="<",l?n=+n+1:s=+s+1),t=i+n+"."+s+"."+a):l?t=">="+n+".0.0 <"+(+n+1)+".0.0":c&&(t=">="+n+"."+s+".0 <"+n+"."+(+s+1)+".0"),r("xRange return",t),t}))})(e,t)})).join(" ")})(e,t),r("xrange",e),e=(function(e,t){return r("replaceStars",e,t),e.trim().replace(s[q],"")})(e,t),r("stars",e),e})(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(a=a.filter((function(e){return!!e.match(n)}))),a=a.map((function(e){return new ne(e,this.options)}),this),a},ae.prototype.intersects=function(e,t){"use strict";if(!(e instanceof ae))throw new TypeError("a Range is required");return this.set.some((function(r){return r.every((function(r){return e.set.some((function(e){return e.every((function(e){return r.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){"use strict";return new ae(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},ae.prototype.test=function(e){"use strict";if(!e)return!1;"string"==typeof e&&(e=new $(e,this.options));for(var t=0;t<this.set.length;t++)if(le(this.set[t],e,this.options))return!0;return!1},t.satisfies=ce,t.maxSatisfying=function(e,t,r){"use strict";var i=null,n=null;try{var s=new ae(t,r)}catch(e){return null}return e.forEach((function(e){s.test(e)&&(i&&-1!==n.compare(e)||(i=e,n=new $(i,r)))})),i},t.minSatisfying=function(e,t,r){"use strict";var i=null,n=null;try{var s=new ae(t,r)}catch(e){return null}return e.forEach((function(e){s.test(e)&&(i&&1!==n.compare(e)||(i=e,n=new $(i,r)))})),i},t.minVersion=function(e,t){"use strict";e=new ae(e,t);var r=new $("0.0.0");if(e.test(r))return r;if(r=new $("0.0.0-0"),e.test(r))return r;r=null;for(var i=0;i<e.set.length;++i){var n=e.set[i];n.forEach((function(e){var t=new $(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":r&&!X(r,t)||(r=t);break;case"<":case"<=":break;default:throw Error("Unexpected operation: "+e.operator)}}))}return r&&e.test(r)?r:null},t.validRange=function(e,t){"use strict";try{return new ae(e,t).range||"*"}catch(e){return null}},t.ltr=function(e,t,r){"use strict";return pe(e,t,"<",r)},t.gtr=function(e,t,r){"use strict";return pe(e,t,">",r)},t.outside=pe,t.prerelease=function(e,t){"use strict";var r=H(e,t);return r&&r.prerelease.length?r.prerelease:null},t.intersects=function(e,t,r){"use strict";return e=new ae(e,r),t=new ae(t,r),e.intersects(t)},t.coerce=function(e){"use strict";if(e instanceof $)return e;if("string"!=typeof e)return null;var t=e.match(s[N]);return null==t?null:H(t[1]+"."+(t[2]||"0")+"."+(t[3]||"0"))}}),(function(e,t,r){var i=!0,n=-1,s=0,a=1,o=2,u=3,l=4,c=5,p=6,h=7,f=8,d=9,m=10,v=11,g=13,y=0,x=[];function b(){var e=x.pop();return e||(e={context:y,elements:null,element_array:null}),e}function w(e){x.push(e)}var E=[];function S(e){E.push(e)}var R=t;R.escape=function(e){var t,r="";if(!e)return e;for(t=0;t<e.length;t++)'"'!==e[t]&&"\\"!==e[t]&&"`"!==e[t]&&"'"!==e[t]||(r+="\\"),r+=e[t];return r},R.begin=function(e,t){var r,x={name:null,value_type:s,string:"",contains:null},R={line:1,col:1},P=0,_=0,k=!0,I=!1,A=null,N=void 0,C=[],O={first:null,last:null,saved:null,push(e){var t=this.saved;t?(this.saved=t.next,t.node=e,t.next=null,t.prior=this.last):t={node:e,next:null,prior:this.last},this.last||(this.first=t),this.last=t},pop(){var e=this.last;return e?((this.last=e.prior)||(this.first=null),e.next=this.saved,this.saved=e,e.node):null}},T=y,M=0,L=!1,F=!1,D=!1,j=!1,V=!1,G={first:null,last:null,saved:null,push(e){var t=this.saved;t?(this.saved=t.next,t.node=e,t.next=null,t.prior=this.last):t={node:e,next:null,prior:this.last},this.last||(this.first=t),this.last=t},shift(){var e=this.first;return e?((this.first=e.next)||(this.last=null),e.next=this.saved,this.saved=e,e.node):null},unshift(e){var t=this.saved;t?(this.saved=t.next,t.node=e,t.next=this.first,t.prior=null):t={node:e,next:this.first,prior:null},this.first||(this.last=t),this.first=t}},B=null,U=!1,W=!1,q=!1,z=!1,H=!1,$=!1,K=!1,J=0,Y=0,X=!1,Q=!1;return{value(){var e=A;return A=void 0,e},reset(){_=0,k=!0,G.last&&(G.last.next=G.save),G.save=G.first,G.first=G.last=null,O.last&&(O.last.next=O.save),O.save=G.first,O.first=O.last=null,C=null,N=void 0,T=y,x.value_type=s,x.name=null,x.string="",R.line=1,R.col=1,I=!1,M=0,Q=!1,U=!1,q=!1,z=!1},write(r){var i;for("string"!=typeof r&&(r+=""),i=this._write(r,!1);i>0&&(A&&("function"==typeof t&&(function e(r,i){var n,s,a=r[i];if(a&&"object"==typeof a)for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(s=e(a,n),void 0!==s?a[n]=s:delete a[n]);return t.call(r,i,a)})({"":A},""),e(A),A=void 0),!(i<2));i=this._write());},_write(e,t){var Z,ee,te,re=0;function ie(e,t){throw Error(`${e} '${String.fromCodePoint(t)}' unexpected at ${P} (near '${te.substr(P>4?P-4:0,P>4?3:P-1)}[${String.fromCodePoint(t)}]${te.substr(P,10)}') [${R.line}:${R.col}]`)}function ne(){x.value_type=s,x.string=""}function se(e){return e.length>1&&!L&&!F&&!D&&48===e.charCodeAt(0)?(I?-1:1)*+("0o"+e):(I?-1:1)*+e}function ae(){switch(x.value_type){case c:C.push(i?se(x.string):(I?-1:1)*+x.string);break;case l:C.push(x.string);break;case o:C.push(!0);break;case u:C.push(!1);break;case f:case d:C.push(NaN);break;case m:C.push(-1/0);break;case v:C.push(1/0);break;case a:C.push(null);break;case n:C.push(void 0);break;case g:C.push(void 0),delete C[C.length-1];break;case p:case h:C.push(x.contains)}}function oe(){switch(x.value_type){case c:N[x.name]=i?se(x.string):(I?-1:1)*+x.string;break;case l:N[x.name]=x.string;break;case o:N[x.name]=!0;break;case u:N[x.name]=!1;break;case f:case d:N[x.name]=NaN;break;case m:N[x.name]=-1/0;break;case v:N[x.name]=1/0;break;case a:N[x.name]=null;break;case n:N[x.name]=void 0;break;case p:case h:N[x.name]=x.contains}}function ue(e){for(var t=0;0===t&&P<te.length;){r=te.charAt(P);var i=te.codePointAt(P++);if(i>=65536&&(r+=te.charAt(P),P++),R.col++,i===e)q?(x.string+=r,q=!1):(t=-1,X?ie("Incomplete Octal sequence",i):K?ie("Incomplete hexidecimal sequence",i):$?ie("Incomplete unicode sequence",i):H&&ie("Incomplete long unicode sequence",i),t=1);else if(q){if(X){if(Y<3&&i>=48&&i<=57){if(J*=8,J+=i-48,Y++,3===Y){x.string+=String.fromCodePoint(J),X=!1,q=!1;continue}continue}if(J>255){ie("(escaped character, parsing octal escape val=%d) fault while parsing",i),t=-1;break}x.string+=String.fromCodePoint(J),X=!1,q=!1;continue}if(H){if(125===i){x.string+=String.fromCodePoint(J),H=!1,$=!1,q=!1;continue}if(J*=16,i>=48&&i<=57)J+=i-48;else if(i>=65&&i<=70)J+=i-65+10;else{if(!(i>=97&&i<=102)){ie("(escaped character, parsing hex of \\u)",i),t=-1,H=!1,q=!1;continue}J+=i-97+10}continue}if(K||$){if(0===Y&&123===i){H=!0;continue}if(Y<2||$&&Y<4){if(J*=16,i>=48&&i<=57)J+=i-48;else if(i>=65&&i<=70)J+=i-65+10;else{if(!(i>=97&&i<=102)){ie($?"(escaped character, parsing hex of \\u)":"(escaped character, parsing hex of \\x)",i),t=-1,K=!1,q=!1;continue}J+=i-97+10}Y++,$?4===Y&&(x.string+=String.fromCodePoint(J),$=!1,q=!1):2===Y&&(x.string+=String.fromCodePoint(J),K=!1,q=!1);continue}}switch(i){case 13:z=!0,R.col=1;continue;case 10:case 2028:case 2029:R.line++;break;case 116:x.string+="\t";break;case 98:x.string+="\b";break;case 110:x.string+="\n";break;case 114:x.string+="\r";break;case 102:x.string+="\f";break;case 48:case 49:case 50:case 51:X=!0,J=i-48,Y=1;continue;case 120:K=!0,Y=0,J=0;continue;case 117:$=!0,Y=0,J=0;continue;default:x.string+=r}q=!1}else if(92===i)q?(x.string+="\\",q=!1):q=!0;else{if(z){if(z=!1,10===i){R.line++,R.col=1,q=!1;continue}R.line++,R.col=1;continue}x.string+=r}}return t}function le(){for(var e;(e=P)<te.length;){r=te.charAt(e);var i=te.codePointAt(P++);if(i>=65536&&(ie("fault while parsing number;",i),r+=te.charAt(P),P++),95!==i)if(R.col++,i>=48&&i<=57)D&&(V=!0),x.string+=r;else if(45===i||43===i){if(0!==x.string.length&&(!D||j||V)){k=!1,ie("fault while parsing number;",i);break}x.string+=r,j=!0}else if(46===i){if(F||L||D){k=!1,ie("fault while parsing number;",i);break}x.string+=r,F=!0}else if(120===i||98===i||111===i||88===i||66===i||79===i){if(L||"0"!==x.string){k=!1,ie("fault while parsing number;",i);break}L=!0,x.string+=r}else{if(101!==i&&69!==i){if(32===i||13===i||10===i||9===i||65279===i||44===i||125===i||93===i||58===i)break;t&&(k=!1,ie("fault while parsing number;",i));break}if(D){k=!1,ie("fault while parsing number;",i);break}x.string+=r,D=!0}}P=e,t||P!==te.length?(W=!1,x.value_type=c,T===y&&(Q=!0)):W=!0}if(!k)return-1;for(e&&e.length?(ee=(function(){var e=E.pop();return e?e.n=0:e={buf:null,n:0},e})(),ee.buf=e,G.push(ee)):W&&(W=!1,x.value_type=c,T===y&&(Q=!0),re=1);k&&(ee=G.shift());){if(P=ee.n,te=ee.buf,U){var ce=ue(B);ce<0?k=!1:ce>0&&(U=!1,k&&(x.value_type=l))}for(W&&le();!Q&&k&&P<te.length;){if(r=te.charAt(P),Z=te.codePointAt(P++),Z>=65536&&(r+=te.charAt(P),P++),R.col++,M){if(1===M){if(42===Z){M=3;continue}47!==Z?(ie("fault while parsing;",Z),k=!1):M=2;continue}if(2===M){if(10===Z){M=0;continue}continue}if(3===M){if(42===Z){M=4;continue}continue}if(4===M){if(47===Z){M=0;continue}42!==Z&&(M=3);continue}}switch(Z){case 47:M||(M=1);break;case 123:if(29===_||30===_||3===T&&0===_){ie("fault while parsing; getting field name unexpected ",Z),k=!1;break}var pe=b();x.value_type=p;var he={};T===y?A=N=he:4===T&&(N[x.name]=he),pe.context=T,pe.elements=N,pe.element_array=C,pe.name=x.name,N=he,O.push(pe),ne(),T=3;break;case 91:if(3===T||29===_||30===_){ie("Fault while parsing; while getting field name unexpected",Z),k=!1;break}var fe=b();x.value_type=h;var de=[];T===y?A=C=de:4===T&&(N[x.name]=de),fe.context=T,fe.elements=N,fe.element_array=C,fe.name=x.name,C=de,O.push(fe),ne(),T=1;break;case 58:if(3===T){if(0!==_&&29!==_&&30!==_){k=FALSE,thorwError(`fault while parsing; unquoted keyword used as object field name (state:${_})`,Z);break}_=0,x.name=x.string,x.string="",T=4,x.value_type=s}else ie(1===T?"(in array, got colon out of string):parsing fault;":"(outside any object, got colon out of string):parsing fault;",Z),k=!1;break;case 125:if(31===_&&(_=0),3===T){ne();var me=O.pop();T=me.context,N=me.elements,C=me.element_array,w(me),T===y&&(Q=!0)}else if(4===T){x.value_type!==s&&oe(),x.value_type=p,x.contains=N;var ve=O.pop();x.name=ve.name,T=ve.context,N=ve.elements,C=ve.element_array,w(ve),T===y&&(Q=!0)}else ie("Fault while parsing; unexpected",Z),k=!1;I=!1;break;case 93:31===_&&(_=0),1===T?(x.value_type!==s&&ae(),x.value_type=h,x.contains=C,ve=O.pop(),x.name=ve.name,T=ve.context,N=ve.elements,C=ve.element_array,w(ve),T===y&&(Q=!0)):(ie(`bad context ${T}; fault while parsing`,Z),k=!1),I=!1;break;case 44:31===_&&(_=0),1===T?(x.value_type===s&&(x.value_type=g),x.value_type!==s&&(ae(),ne())):4===T?(T=3,x.value_type!==s&&(oe(),ne())):(k=!1,ie("bad context; excessive commas while parsing;",Z)),I=!1;break;default:if(3===T)switch(Z){case 96:case 34:case 39:if(0===_){var ge=ue(Z);ge?x.value_type=l:(B=Z,U=!0)}else ie("fault while parsing; quote not at start of field name",Z);break;case 10:R.line++,R.col=1;case 13:case 32:case 9:case 65279:if(31===_){_=0,T===y&&(Q=!0);break}if(0===_||30===_)break;29===_?_=30:(k=!1,ie("fault while parsing; whitepsace unexpected",Z));break;default:30===_&&(k=!1,ie("fault while parsing; character unexpected",Z)),0===_&&(_=29),x.string+=r}else switch(Z){case 96:case 34:case 39:var ye=ue(Z);ye?(x.value_type=l,_=31):(B=Z,U=!0);break;case 10:R.line++,R.col=1;case 32:case 9:case 13:case 65279:if(31===_){_=0,T===y&&(Q=!0);break}if(0===_)break;29===_?_=30:(k=!1,ie("fault parsing whitespace",Z));break;case 116:0===_?_=1:27===_?_=28:(k=!1,ie("fault parsing",Z));break;case 114:1===_?_=2:(k=!1,ie("fault parsing",Z));break;case 117:2===_?_=3:9===_?_=10:0===_?_=12:(k=!1,ie("fault parsing",Z));break;case 101:3===_?(x.value_type=o,_=31):8===_?(x.value_type=u,_=31):14===_?_=15:18===_?_=19:(k=!1,ie("fault parsing",Z));break;case 110:0===_?_=9:12===_?_=13:17===_?_=18:22===_?_=23:25===_?_=26:(k=!1,ie("fault parsing",Z));break;case 100:13===_?_=14:19===_?(x.value_type=n,_=31):(k=!1,ie("fault parsing",Z));break;case 105:16===_?_=17:24===_?_=25:26===_?_=27:(k=!1,ie("fault parsing",Z));break;case 108:10===_?_=11:11===_?(x.value_type=a,_=31):6===_?_=7:(k=!1,ie("fault parsing",Z));break;case 102:0===_?_=5:15===_?_=16:23===_?_=24:(k=!1,ie("fault parsing",Z));break;case 97:5===_?_=6:20===_?_=21:(k=!1,ie("fault parsing",Z));break;case 115:7===_?_=8:(k=!1,ie("fault parsing",Z));break;case 73:0===_?_=22:(k=!1,ie("fault parsing",Z));break;case 78:0===_?_=20:21===_?(x.value_type=I?f:d,_=31):(k=!1,ie("fault parsing",Z));break;case 121:28===_?(x.value_type=I?m:v,_=31):(k=!1,ie("fault parsing",Z));break;case 45:0===_?I=!I:(k=!1,ie("fault parsing",Z));break;default:Z>=48&&Z<=57||43===Z||46===Z||45===Z?(L=!1,D=!1,j=!1,V=!1,F=!1,x.string=r,ee.n=P,le()):(k=!1,ie("fault parsing",Z))}}if(Q){31===_&&(_=0);break}}if(P===te.length?(S(ee),U||W||3===T?re=0:T!==y||x.value_type===s&&!A||(Q=!0,re=1)):(ee.n=P,G.unshift(ee),re=2),Q)break}if(!k)return-1;if(Q&&x.value_type!==s){switch(x.value_type){case c:A=i?se(x.string):(I?-1:1)*+x.string;break;case l:A=x.string;break;case o:A=!0;break;case u:A=!1;break;case a:A=null;break;case n:A=void 0;break;case d:case f:A=NaN;break;case v:A=1/0;break;case m:A=-1/0;break;case p:case h:A=x.contains}I=!1,x.string="",x.value_type=s}return Q=!1,re}}};var P=[Object.freeze(R.begin())],_=0;R.parse=function(e,t){var r,i=_++;if(P.length<=i&&P.push(Object.freeze(R.begin())),r=P[i],"string"!=typeof e&&(e+=""),r.reset(),r._write(e,!0)>0){var n=r.value();return"function"==typeof t&&(function e(r,i){var n,s,a=r[i];if(a&&"object"==typeof a)for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(s=e(a,n),void 0!==s?a[n]=s:delete a[n]);return t.call(r,i,a)})({"":n},""),_--,n}}}),(function(i,n,s){var a=function(e){"use strict";return e+"\u200d"},o=Object.prototype.__defineGetter__,u=function(e,t,r){"use strict";return o.call(e,t,r),e},l=Object.prototype.__defineSetter__,c=function(e,t,r){"use strict";return l.call(e,t,r),e},p={configurable:!0,enumerable:!0,value:void 0,writable:!0},h=[],f=function(e,t,r){"use strict";return u(e,t,(function(){return this[t]=void 0,this[t]=Reflect.apply(r,this,h)})),c(e,t,(function(e){p.value=e,Reflect.defineProperty(this,t,p)})),e},d=["index.js","esm.js","esm/loader.js"],m={PACKAGE_DIRNAME:null,PACKAGE_FILENAMES:null,PACKAGE_PREFIX:a("esm"),PACKAGE_RANGE:"3.2.26",PACKAGE_VERSION:"3.2.26",STACK_TRACE_LIMIT:30},v=e,g=v.filename,y=v.parent,x=null!=y&&y.filename;f(m,"PACKAGE_DIRNAME",(function(){"use strict";var e=__shared__.module.safePath;return e.dirname(g)})),f(m,"PACKAGE_FILENAMES",(function(){"use strict";for(var e=__shared__.module.safePath,t=e.sep,r=this.PACKAGE_DIRNAME,i=d.length;i--;)d[i]=r+t+d[i];return d})),f(m,"PACKAGE_PARENT_NAME",(function(){"use strict";var e=__shared__.module.safePath,t=e.sep,r="string"==typeof x?x.lastIndexOf(t+"node_modules"+t):-1;if(-1===r)return"";var i=r+14,n=x.indexOf(t,i);return-1===n?"":x.slice(i,n)}));var b=m,w=b.PACKAGE_PREFIX,E=b.PACKAGE_VERSION,S=Symbol.for(w+"@"+E+":shared"),R=(function(){"use strict";if(void 0!==__shared__)return __shared__.reloaded=!1,__shared__;try{return __shared__=require(S),__shared__.reloaded=!0,__shared__}catch(e){}return e=Function.prototype.toString,r=new Proxy(class{},{[w]:1}),i={wasm:"object"==typeof WebAssembly&&null!==WebAssembly},n={_compile:Symbol.for(w+":module._compile"),entry:Symbol.for(w+":entry"),mjs:Symbol.for(w+':Module._extensions[".mjs"]'),namespace:Symbol.for(w+":namespace"),package:Symbol.for(w+":package"),proxy:Symbol.for(w+":proxy"),realGetProxyDetails:Symbol.for(w+":realGetProxyDetails"),realRequire:Symbol.for(w+":realRequire"),runtime:Symbol.for(w+":runtime"),shared:S,wrapper:Symbol.for(w+":wrapper")},s={},o={bridged:new Map,customInspectKey:void 0,defaultInspectOptions:void 0,entry:{cache:new WeakMap},external:t,inited:!1,loader:new Map,memoize:{builtinEntries:new Map,builtinModules:new Map,fsRealpath:new Map,moduleESMResolveFilename:new Map,moduleInternalFindPath:new Map,moduleInternalReadPackage:new Map,moduleStaticResolveFilename:new Map,shimFunctionPrototypeToString:new WeakMap,shimProcessBindingUtilGetProxyDetails:new Map,shimPuppeteerExecutionContextPrototypeEvaluateHandle:new WeakMap,utilGetProxyDetails:new WeakMap,utilMaskFunction:new WeakMap,utilMaxSatisfying:new Map,utilParseURL:new Map,utilProxyExports:new WeakMap,utilSatisfies:new Map,utilUnwrapOwnProxy:new WeakMap,utilUnwrapProxy:new WeakMap},module:{},moduleState:{instantiating:!1,parsing:!1,requireDepth:0,statFast:null,statSync:null},package:{dir:new Map,root:new Map},pendingScripts:new Map,pendingWrites:new Map,realpathNativeSync:void 0,reloaded:!1,safeGlobal:__global__,support:i,symbol:n,unsafeGlobal:global,utilBinding:s},f(o,"circularErrorMessage",(function(){try{var e={};e.a=e,JSON.stringify(e)}catch(e){var t=e.message;return t}})),f(o,"defaultGlobal",(function(){var e=o.module.safeVM;return new e.Script("this").runInThisContext()})),f(o,"originalConsole",(function(){var e=o.module,t=e.safeInspector,r=e.safeVM,i=e.utilGet,n=i(t,"console");return"function"==typeof n?n:new r.Script("console").runInNewContext()})),f(o,"proxyNativeSourceText",(function(){try{return e.call(r)}catch(e){}return""})),f(o,"runtimeName",(function(){var e=o.module.safeCrypto;return a("_"+e.createHash("md5").update(""+Date.now()).digest("hex").slice(0,3))})),f(o,"unsafeContext",(function(){var e=o.module,t=e.safeVM,r=e.utilPrepareContext;return r(t.createContext(o.unsafeGlobal))})),f(i,"await",(function(){var e=o.module.safeVM;try{return new e.Script("async()=>await 1").runInThisContext(),!0}catch(e){}return!1})),f(i,"consoleOptions",(function(){var e=o.module,t=e.safeProcess,r=e.utilSatisfies;return r(t.version,">=10")})),f(i,"createCachedData",(function(){var e=o.module.safeVM;return"function"==typeof e.Script.prototype.createCachedData})),f(i,"inspectProxies",(function(){var e=o.module.safeUtil,t=e.inspect(r,{depth:1,showProxy:!0});return-1!==t.indexOf("Proxy [")&&-1!==t.indexOf(w)})),f(i,"lookupShadowed",(function(){var e={__proto__:{get a(){},set a(e){}},a:1};return void 0===e.__lookupGetter__("a")&&void 0===e.__lookupSetter__("a")})),f(i,"nativeProxyReceiver",(function(){var e=o.module,t=e.SafeBuffer,r=e.utilGet,i=e.utilToString;try{var n=new Proxy(t.alloc(0),{get:function(e,t){return e[t]}});return"string"==typeof(""+n)}catch(e){return!/Illegal/.test(i(r(e,"message")))}})),f(i,"realpathNative",(function(){var e=o.module,t=e.safeProcess,r=e.utilSatisfies;return r(t.version,">=9.2")})),f(i,"replShowProxy",(function(){var e=o.module,t=e.safeProcess,r=e.utilSatisfies;return r(t.version,">=10")})),f(i,"vmCompileFunction",(function(){var e=o.module,t=e.safeProcess,r=e.utilSatisfies;return r(t.version,">=10.10")})),f(s,"errorDecoratedSymbol",(function(){var e=o.module,t=e.binding,r=e.safeProcess,i=e.utilSatisfies;return i(r.version,"<7")?"node:decorated":t.util.decorated_private_symbol})),f(s,"hiddenKeyType",(function(){return typeof s.errorDecoratedSymbol})),__shared__=o;var e,r,i,n,s,o})(),P=R.inited?R.module.utilUnapply:R.module.utilUnapply=(function(){"use strict";return function(e){return function(t,...r){return Reflect.apply(e,t,r)}}})(),_=R.inited?R.module.GenericFunction:R.module.GenericFunction=(function(){"use strict";return{bind:P(Function.prototype.bind)}})(),k=R.inited?R.module.realRequire:R.module.realRequire=(function(){"use strict";try{var e=require(R.symbol.realRequire);if("function"==typeof e)return e}catch(e){}return require})(),I=R.inited?R.module.realProcess:R.module.realProcess=k("process"),A=R.inited?R.module.utilIsObjectLike:R.module.utilIsObjectLike=(function(){"use strict";return function(e){var t=typeof e;return"function"===t||"object"===t&&null!==e}})(),N=R.inited?R.module.utilSetProperty:R.module.utilSetProperty=(function(){"use strict";var e={configurable:!0,enumerable:!0,value:void 0,writable:!0};return function(t,r,i){return!!A(t)&&(e.value=i,Reflect.defineProperty(t,r,e))}})(),C=R.inited?R.module.utilSilent:R.module.utilSilent=(function(){"use strict";return function(e){var t=Reflect.getOwnPropertyDescriptor(I,"noDeprecation");N(I,"noDeprecation",!0);try{return e()}finally{void 0===t?Reflect.deleteProperty(I,"noDeprecation"):Reflect.defineProperty(I,"noDeprecation",t)}}})(),O=R.inited?R.module.utilGetSilent:R.module.utilGetSilent=(function(){"use strict";return function(e,t){var r=C((function(){try{return e[t]}catch(e){}}));return"function"!=typeof r?r:function(...e){var t=this;return C((function(){return Reflect.apply(r,t,e)}))}}})(),T=R.inited?R.module.utilKeys:R.module.utilKeys=(function(){"use strict";return function(e){return A(e)?Object.keys(e):[]}})(),M=R.inited?R.module.utilHas:R.module.utilHas=(function(){"use strict";var e=Object.prototype.hasOwnProperty;return function(t,r){return null!=t&&e.call(t,r)}})(),L=R.inited?R.module.utilNoop:R.module.utilNoop=(function(){"use strict";return function(){}})(),F=R.inited?R.module.utilGetPrototypeOf:R.module.utilGetPrototypeOf=(function(){"use strict";return function(e){return A(e)?Reflect.getPrototypeOf(e):null}})(),D=R.inited?R.module.utilOwnKeys:R.module.utilOwnKeys=(function(){"use strict";return function(e){return A(e)?Reflect.ownKeys(e):[]}})(),j=R.inited?R.module.utilAllKeys:R.module.utilAllKeys=(function(){"use strict";return function(e){for(var t=new Set(D(e)),r=e;null!==(r=F(r));)for(var i=D(r),n=0,s=null==i?0:i.length;n<s;n++){var a=i[n];t.add(a)}return[...t]}})(),V=R.inited?R.module.utilIsObject:R.module.utilIsObject=(function(){"use strict";return function(e){return"object"==typeof e&&null!==e}})(),G=R.inited?R.module.utilIsDataPropertyDescriptor:R.module.utilIsDataPropertyDescriptor=(function(){"use strict";return function(e){return V(e)&&!0===e.configurable&&!0===e.enumerable&&!0===e.writable&&M(e,"value")}})(),B=R.inited?R.module.utilSafeCopyProperty:R.module.utilSafeCopyProperty=(function(){"use strict";return function(e,t,r){if(!A(e)||!A(t))return e;var i=Reflect.getOwnPropertyDescriptor(t,r);if(void 0!==i){if(M(i,"value")){var n=i.value;Array.isArray(n)&&(i.value=Array.from(n))}G(i)?e[r]=i.value:(i.configurable=!0,M(i,"writable")&&(i.writable=!0),Reflect.defineProperty(e,r,i))}return e}})(),U=R.inited?R.module.utilSafeAssignPropertiesIn:R.module.utilSafeAssignPropertiesIn=(function(){"use strict";return function(e){for(var t=arguments.length,r=0;++r<t;)for(var i=arguments[r],n=j(i),s=0,a=null==n?0:n.length;s<a;s++){var o=n[s];B(e,i,o)}return e}})(),W=R.inited?R.module.utilSetPrototypeOf:R.module.utilSetPrototypeOf=(function(){"use strict";return function(e,t){return A(e)&&Reflect.setPrototypeOf(e,A(t)?t:null)}})(),q=R.inited?R.module.utilSafe:R.module.utilSafe=(function(){"use strict";return function(e){if("function"!=typeof e)return Array.isArray(e)?Array.from(e):V(e)?U({},e):e;for(var t=e,r=function(...e){var r=Reflect.construct(t,e);return W(r,o),r},i=j(t),n=0,s=null==i?0:i.length;n<s;n++){var a=i[n];"prototype"!==a&&B(r,t,a)}var o=r.prototype;return W(o,null),U(o,t.prototype),r}})(),z=R.inited?R.module.safeProcess:R.module.safeProcess=(function(){"use strict";var e=q(I),t=Reflect.getOwnPropertyDescriptor(e,"binding");f(e,"binding",(function(){if(void 0===t)return L;Reflect.defineProperty(e,"binding",t);var r=O(e,"binding"),i="function"==typeof r?_.bind(r,I):L;return N(e,"binding",i),i}));var r=e.config,i={variables:{v8_enable_inspector:0}};return A(r)&&M(r,"variables")&&A(r.variables)&&M(r.variables,"v8_enable_inspector")&&r.variables.v8_enable_inspector&&(i.variables.v8_enable_inspector=1),N(e,"argv",q(e.argv)),N(e,"config",i),N(e,"dlopen",_.bind(e.dlopen,I)),N(e,"emitWarning",_.bind(e.emitWarning,I)),N(e,"env",q(e.env)),N(e,"execArgv",q(e.execArgv)),N(e,"getMaxListeners",_.bind(I.getMaxListeners,I)),N(e,"once",_.bind(I.once,I)),N(e,"setMaxListeners",_.bind(I.setMaxListeners,I)),N(e,"versions",q(e.versions)),e})(),H=z.argv,$=z.config,K=z.cwd,J=z.dlopen,Y=z.emitWarning,X=z.env,Q=z.execArgv,Z=z.getMaxListeners,ee=z.once,te=z.platform,re=z.setMaxListeners,ie=z.stdin,ne=z.type,se=z.versions,ae=z,oe=R.inited?R.module.binding:R.module.binding=(function(){"use strict";for(var e=["fs","inspector","natives","util"],t=new Map([["fs",["internalModuleStat","realpath"]],["inspector",["consoleCall"]],["natives",void 0],["util",["decorated_private_symbol","getProxyDetails","safeGetenv","setHiddenValue"]]]),r={},i=function(e){f(r,e,(function(){var r={},i=ae.binding(e);if(!A(i))return r;var n=t.get(e);void 0===n&&(n=T(i));for(var s=function(e){f(r,e,(function(){if("consoleCall"===e)return C((function(){return i[e]}));var t=O(i,e);return"function"==typeof t?_.bind(t,i):t}))},a=0,o=n,u=null==o?0:o.length;a<u;a++){var l=o[a];s(l)}return r}))},n=0,s=null==e?0:e.length;n<s;n++){var a=e[n];i(a)}return r})(),ue=R.inited?R.module.utilToExternalFunction:R.module.utilToExternalFunction=(function(){"use strict";var e=R.external.Function,t=F(e),r=F(e.prototype);return function(e){return W(e,t),M(e,"prototype")&&W(e.prototype,r),e}})(),le=R.inited?R.module.OwnProxy:R.module.OwnProxy=(function(){"use strict";var e={value:ue((function(){return"{}"}))},t={value:1};class r{constructor(i,n){var s={__proto__:n},a=new Proxy(i,s);for(var o in W(n,null),n)ue(n[o]);Reflect.defineProperty(s,R.customInspectKey,e),Reflect.defineProperty(s,R.symbol.proxy,t),r.instances.set(a,[i,s]);var u={},l=new Proxy(a,u);return r.instances.set(l,[a,u]),l}}return r.instances=new WeakMap,W(r.prototype,null),r})(),ce=R.inited?R.module.safeRequire:R.module.safeRequire=(function(){"use strict";var e=k.resolve;function t(e){try{return k(e)}catch(e){}}return t.resolve=function(t){try{return Reflect.apply(e,k,[t])}catch(e){}return""},t})(),pe=R.inited?R.module.realGetProxyDetails:R.module.realGetProxyDetails=(function(){"use strict";var e,t=ce(R.symbol.realGetProxyDetails);return"function"==typeof t?t:(t=function(t){if(void 0===e&&(e="function"==typeof oe.util.getProxyDetails),e&&A(t))try{return oe.util.getProxyDetails(t)}catch(e){}},t)})(),he=R.inited?R.module.utilGetProxyDetails:R.module.utilGetProxyDetails=(function(){"use strict";return function(e){var t=R.memoize.utilGetProxyDetails,r=t.get(e);if(void 0!==r)return r.details;if(A(e)){var i=le.instances.get(e)||pe(e);return t.set(e,{details:i}),i}}})(),fe=R.inited?R.module.utilUnwrapProxy:R.module.utilUnwrapProxy=(function(){"use strict";return function(e){if(!A(e))return e;var t,r=R.memoize.utilUnwrapProxy,i=r.get(e);if(void 0!==i)return i;for(var n=e;void 0!==(t=he(n));)n=t[0];return r.set(e,n),n}})(),de=R.inited?R.module.realPath:R.module.realPath=fe(k("path")),me=R.inited?R.module.safePath:R.module.safePath=q(de),ve=me.basename,ge=me.delimiter,ye=me.dirname,xe=me.extname,be=me.isAbsolute,we=me.normalize,Ee=me.resolve,Se=me.sep,Re=me.toNamespacedPath,Pe=me,_e={},ke={},Ie=R.inited?R.module.utilAlwaysTrue:R.module.utilAlwaysTrue=(function(){"use strict";return function(){return!0}})(),Ae=R.inited?R.module.FastPath:R.module.FastPath=(function(){"use strict";class e{constructor(e){this.stack=[e]}call(e,t,r){var i=this.stack,n=i[i.length-1];i.push(r,n[r]);var s=e[t](this);return i.length-=2,s}each(e,t){for(var r=this.stack,i=r[r.length-1],n=i.length,s=-1;++s<n;)r.push(s,i[s]),e[t](this),r.length-=2}getNode(e,t){var r=this.stack,i=r.length;for("function"!=typeof t&&(t=Ie),void 0!==e&&(i=e<0?i+e:e);i-- >0;){var n=r[i--];if(V(n)&&!Array.isArray(n)&&t(n))return n}return null}getParentNode(e){return this.getNode(-2,e)}getValue(){var e=this.stack;return e[e.length-1]}}return W(e.prototype,null),e})(),Ne=R.inited?R.module.MagicString:R.module.MagicString=(function(){"use strict";class e{constructor(e,t,r){this.content=r,this.end=t,this.intro="",this.original=r,this.outro="",this.next=null,this.start=e}appendLeft(e){this.outro+=e}appendRight(e){this.intro+=e}contains(e){return this.start<e&&e<this.end}edit(e){this.content=e,this.intro="",this.outro=""}prependLeft(e){this.outro=e+this.outro}prependRight(e){this.intro=e+this.intro}split(t){var r=t-this.start,i=this.original.slice(0,r),n=this.original.slice(r),s=new e(t,this.end,n);return s.outro=this.outro,s.next=this.next,this.original=i,this.end=t,this.content=i,this.outro="",this.next=s,s}toString(){return this.intro+this.content+this.outro}}W(e.prototype,null);class t{constructor(t){var r=new e(0,t.length,t);this.original=t,this.intro="",this.outro="",this.firstChunk=r,this.lastSearchedChunk=r,this.byStart=new Map,this.byStart.set(0,r),this.byEnd=new Map,this.byEnd.set(t.length,r)}appendLeft(e,t){this._split(e);var r=this.byEnd.get(e);return void 0===r?this.intro+=t:r.appendLeft(t),this}appendRight(e,t){this._split(e);var r=this.byStart.get(e);return void 0===r?this.outro+=t:r.appendRight(t),this}overwrite(e,t,r){this._split(e),this._split(t);var i=this.byStart.get(e),n=this.byEnd.get(t);if(e===t)return r?this.appendLeft(e,r):this;if(i.edit(r),i===n)return this;for(var s=i.next;s!==n;)s.edit(""),s=s.next;return s.edit(""),this}prependLeft(e,t){this._split(e);var r=this.byEnd.get(e);return void 0===r?this.intro=t+this.intro:r.prependLeft(t),this}prependRight(e,t){this._split(e);var r=this.byStart.get(e);return void 0===r?this.outro=t+this.outro:r.prependRight(t),this}_split(e){if(!this.byStart.has(e)&&!this.byEnd.has(e))for(var t=this.lastSearchedChunk,r=e>t.end;t;){if(t.contains(e))return void this._splitChunk(t,e);t=r?this.byStart.get(t.end):this.byEnd.get(t.start)}}_splitChunk(e,t){var r=e.split(t);this.byEnd.set(t,e),this.byStart.set(t,r),this.byEnd.set(r.end,r),this.lastSearchedChunk=e}toString(){for(var e=this.intro,t=this.firstChunk;t;)e+=""+t,t=t.next;return e+this.outro}}return W(t.prototype,null),t})();class Ce{constructor(e,t={}){this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null}}function Oe(e,t){"use strict";return new Ce(e,{beforeExpr:!0,binop:t})}var Te={beforeExpr:!0},Me={startsExpr:!0},Le={};function Fe(e,t={}){return t.keyword=e,Le[e]=new Ce(e,t)}var De={num:new Ce("num",Me),regexp:new Ce("regexp",Me),string:new Ce("string",Me),name:new Ce("name",Me),eof:new Ce("eof"),bracketL:new Ce("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new Ce("]"),braceL:new Ce("{",{beforeExpr:!0,startsExpr:!0}),braceR:new Ce("}"),parenL:new Ce("(",{beforeExpr:!0,startsExpr:!0}),parenR:new Ce(")"),comma:new Ce(",",Te),semi:new Ce(";",Te),colon:new Ce(":",Te),dot:new Ce("."),question:new Ce("?",Te),arrow:new Ce("=>",Te),template:new Ce("template"),invalidTemplate:new Ce("invalidTemplate"),ellipsis:new Ce("...",Te),backQuote:new Ce("`",Me),dollarBraceL:new Ce("${",{beforeExpr:!0,startsExpr:!0}),eq:new Ce("=",{beforeExpr:!0,isAssign:!0}),assign:new Ce("_=",{beforeExpr:!0,isAssign:!0}),incDec:new Ce("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new Ce("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:Oe("||",1),logicalAND:Oe("&&",2),bitwiseOR:Oe("|",3),bitwiseXOR:Oe("^",4),bitwiseAND:Oe("&",5),equality:Oe("==/!=/===/!==",6),relational:Oe("</>/<=/>=",7),bitShift:Oe("<</>>/>>>",8),plusMin:new Ce("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:Oe("%",10),star:Oe("*",10),slash:Oe("/",10),starstar:new Ce("**",{beforeExpr:!0}),_break:Fe("break"),_case:Fe("case",Te),_catch:Fe("catch"),_continue:Fe("continue"),_debugger:Fe("debugger"),_default:Fe("default",Te),_do:Fe("do",{isLoop:!0,beforeExpr:!0}),_else:Fe("else",Te),_finally:Fe("finally"),_for:Fe("for",{isLoop:!0}),_function:Fe("function",Me),_if:Fe("if"),_return:Fe("return",Te),_switch:Fe("switch"),_throw:Fe("throw",Te),_try:Fe("try"),_var:Fe("var"),_const:Fe("const"),_while:Fe("while",{isLoop:!0}),_with:Fe("with"),_new:Fe("new",{beforeExpr:!0,startsExpr:!0}),_this:Fe("this",Me),_super:Fe("super",Me),_class:Fe("class",Me),_extends:Fe("extends",Te),_export:Fe("export"),_import:Fe("import"),_null:Fe("null",Me),_true:Fe("true",Me),_false:Fe("false",Me),_in:Fe("in",{beforeExpr:!0,binop:7}),_instanceof:Fe("instanceof",{beforeExpr:!0,binop:7}),_typeof:Fe("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:Fe("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:Fe("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},je={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},Ve="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Ge={5:Ve,6:Ve+" const class extends export import super"},Be=/^in(stanceof)?$/,Ue="\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u08a0-\u08b4\u08b6-\u08bd\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fef\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7b9\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab65\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc",We="\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08d3-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d82\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf2-\u1cf4\u1cf7-\u1cf9\u1dc0-\u1df9\u1dfb-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f",qe=RegExp("["+Ue+"]"),ze=RegExp("["+Ue+We+"]");Ue=We=null;var He=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,190,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,26,230,43,117,63,32,0,257,0,11,39,8,0,22,0,12,39,3,3,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,68,12,0,67,12,65,1,31,6129,15,754,9486,286,82,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541],$e=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,280,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239];function Ke(e,t){"use strict";for(var r=65536,i=0;i<t.length;i+=2){if(r+=t[i],r>e)return!1;if(r+=t[i+1],r>=e)return!0}}function Je(e,t){"use strict";return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&qe.test(String.fromCharCode(e)):!1!==t&&Ke(e,He)))}function Ye(e,t){"use strict";return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&ze.test(String.fromCharCode(e)):!1!==t&&(Ke(e,He)||Ke(e,$e)))))}var Xe=/\r\n?|\n|\u2028|\u2029/,Qe=RegExp(Xe.source,"g");function Ze(e,t){"use strict";return 10===e||13===e||!t&&(8232===e||8233===e)}var et=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,tt=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,rt=Object.prototype,it=rt.hasOwnProperty,nt=rt.toString;function st(e,t){"use strict";return it.call(e,t)}var at=Array.isArray||function(e){return"[object Array]"===nt.call(e)};function ot(e){"use strict";return RegExp("^(?:"+e.replace(/ /g,"|")+")$")}class ut{constructor(e,t){this.line=e,this.column=t}offset(e){return new ut(this.line,this.column+e)}}class lt{constructor(e,t,r){this.start=t,this.end=r,null!==e.sourceFile&&(this.source=e.sourceFile)}}function ct(e,t){"use strict";for(var r=1,i=0;;){Qe.lastIndex=i;var n=Qe.exec(e);if(!(n&&n.index<t))return new ut(r,t-i);++r,i=n.index+n[0].length}}var pt={ecmaVersion:9,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},ht=1,ft=2,dt=ht|ft,mt=4,vt=8,gt=64,yt=128;function xt(e,t){"use strict";return ft|(e?mt:0)|(t?vt:0)}class bt{constructor(e,t,r){this.options=e=(function(e){var t={};for(var r in pt)t[r]=e&&st(e,r)?e[r]:pt[r];if(t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),at(t.onToken)){var i=t.onToken;t.onToken=function(e){return i.push(e)}}return at(t.onComment)&&(t.onComment=(function(e,t){return function(r,i,n,s,a,o){var u={type:r?"Block":"Line",value:i,start:n,end:s};e.locations&&(u.loc=new lt(this,a,o)),e.ranges&&(u.range=[n,s]),t.push(u)}})(t,t.onComment)),t})(e),this.sourceFile=e.sourceFile,this.keywords=ot(Ge[e.ecmaVersion>=6?6:5]);var i="";if(!e.allowReserved){for(var n=e.ecmaVersion;!(i=je[n]);n--);"module"===e.sourceType&&(i+=" await")}this.reservedWords=ot(i);var s=(i?i+" ":"")+je.strict;this.reservedWordsStrict=ot(s),this.reservedWordsStrictBind=ot(s+" "+je.strictBind),this.input=t+"",this.containsEsc=!1,r?(this.pos=r,this.lineStart=this.input.lastIndexOf("\n",r-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(Xe).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=De.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports={},0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(ht),this.regexpState=null}parse(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)}get inFunction(){return(this.currentVarScope().flags&ft)>0}get inGenerator(){return(this.currentVarScope().flags&vt)>0}get inAsync(){return(this.currentVarScope().flags&mt)>0}get allowSuper(){return(this.currentThisScope().flags>)>0}get allowDirectSuper(){return(this.currentThisScope().flags&yt)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}inNonArrowFunction(){return(this.currentThisScope().flags&ft)>0}static extend(...e){for(var t=this,r=0;r<e.length;r++)t=e[r](t);return t}static parse(e,t){return new this(t,e).parse()}static parseExpressionAt(e,t,r){var i=new this(r,e,t);return i.nextToken(),i.parseExpression()}static tokenizer(e,t){return new this(t,e)}}var wt=bt.prototype,Et=/^(?:'((?:\\.|[^'])*?)'|"((?:\\.|[^"])*?)")/;function St(){"use strict";this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1}wt.strictDirective=function(e){"use strict";for(;;){tt.lastIndex=e,e+=tt.exec(this.input)[0].length;var t=Et.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2]))return!0;e+=t[0].length,tt.lastIndex=e,e+=tt.exec(this.input)[0].length,";"===this.input[e]&&e++}},wt.eat=function(e){"use strict";return this.type===e&&(this.next(),!0)},wt.isContextual=function(e){"use strict";return this.type===De.name&&this.value===e&&!this.containsEsc},wt.eatContextual=function(e){"use strict";return!!this.isContextual(e)&&(this.next(),!0)},wt.expectContextual=function(e){"use strict";this.eatContextual(e)||this.unexpected()},wt.canInsertSemicolon=function(){"use strict";return this.type===De.eof||this.type===De.braceR||Xe.test(this.input.slice(this.lastTokEnd,this.start))},wt.insertSemicolon=function(){"use strict";if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},wt.semicolon=function(){"use strict";this.eat(De.semi)||this.insertSemicolon()||this.unexpected()},wt.afterTrailingComma=function(e,t){"use strict";if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},wt.expect=function(e){"use strict";this.eat(e)||this.unexpected()},wt.unexpected=function(e){"use strict";this.raise(null!=e?e:this.start,"Unexpected token")},wt.checkPatternErrors=function(e,t){"use strict";if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var r=t?e.parenthesizedAssign:e.parenthesizedBind;r>-1&&this.raiseRecoverable(r,"Parenthesized pattern")}},wt.checkExpressionErrors=function(e,t){"use strict";if(!e)return!1;var r=e.shorthandAssign,i=e.doubleProto;if(!t)return r>=0||i>=0;r>=0&&this.raise(r,"Shorthand property assignments are valid only in destructuring patterns"),i>=0&&this.raiseRecoverable(i,"Redefinition of __proto__ property")},wt.checkYieldAwaitInDefaultParams=function(){"use strict";this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},wt.isSimpleAssignTarget=function(e){"use strict";return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var Rt=bt.prototype;Rt.checkPropClash=function(e,t,r){"use strict";if(!(this.options.ecmaVersion>=9&&"SpreadElement"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var i,n=e.key;switch(n.type){case"Identifier":i=n.name;break;case"Literal":i=n.value+"";break;default:return}var s=e.kind;if(this.options.ecmaVersion>=6)"__proto__"===i&&"init"===s&&(t.proto&&(r&&r.doubleProto<0?r.doubleProto=n.start:this.raiseRecoverable(n.start,"Redefinition of __proto__ property")),t.proto=!0);else{i="$"+i;var a,o=t[i];o?(a="init"===s?this.strict&&o.init||o.get||o.set:o.init||o[s],a&&this.raiseRecoverable(n.start,"Redefinition of property")):o=t[i]={init:!1,get:!1,set:!1},o[s]=!0}}},Rt.parseExpression=function(e,t){"use strict";var r=this.start,i=this.startLoc,n=this.parseMaybeAssign(e,t);if(this.type===De.comma){var s=this.startNodeAt(r,i);for(s.expressions=[n];this.eat(De.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,"SequenceExpression")}return n},Rt.parseMaybeAssign=function(e,t,r){"use strict";if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var i=!1,n=-1,s=-1,a=-1;t?(n=t.parenthesizedAssign,s=t.trailingComma,a=t.shorthandAssign,t.parenthesizedAssign=t.trailingComma=t.shorthandAssign=-1):(t=new St,i=!0);var o=this.start,u=this.startLoc;this.type!==De.parenL&&this.type!==De.name||(this.potentialArrowAt=this.start);var l=this.parseMaybeConditional(e,t);if(r&&(l=r.call(this,l,o,u)),this.type.isAssign){var c=this.startNodeAt(o,u);return c.operator=this.value,c.left=this.type===De.eq?this.toAssignable(l,!1,t):l,i||St.call(t),t.shorthandAssign=-1,this.checkLVal(l),this.next(),c.right=this.parseMaybeAssign(e),this.finishNode(c,"AssignmentExpression")}return i&&this.checkExpressionErrors(t,!0),n>-1&&(t.parenthesizedAssign=n),s>-1&&(t.trailingComma=s),a>-1&&(t.shorthandAssign=a),l},Rt.parseMaybeConditional=function(e,t){"use strict";var r=this.start,i=this.startLoc,n=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return n;if(this.eat(De.question)){var s=this.startNodeAt(r,i);return s.test=n,s.consequent=this.parseMaybeAssign(),this.expect(De.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,"ConditionalExpression")}return n},Rt.parseExprOps=function(e,t){"use strict";var r=this.start,i=this.startLoc,n=this.parseMaybeUnary(t,!1);return this.checkExpressionErrors(t)?n:n.start===r&&"ArrowFunctionExpression"===n.type?n:this.parseExprOp(n,r,i,-1,e)},Rt.parseExprOp=function(e,t,r,i,n){"use strict";var s=this.type.binop;if(null!=s&&(!n||this.type!==De._in)&&s>i){var a=this.type===De.logicalOR||this.type===De.logicalAND,o=this.value;this.next();var u=this.start,l=this.startLoc,c=this.parseExprOp(this.parseMaybeUnary(null,!1),u,l,s,n),p=this.buildBinary(t,r,e,c,o,a);return this.parseExprOp(p,t,r,i,n)}return e},Rt.buildBinary=function(e,t,r,i,n,s){"use strict";var a=this.startNodeAt(e,t);return a.left=r,a.operator=n,a.right=i,this.finishNode(a,s?"LogicalExpression":"BinaryExpression")},Rt.parseMaybeUnary=function(e,t){"use strict";var r,i=this.start,n=this.startLoc;if(this.isContextual("await")&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction))r=this.parseAwait(),t=!0;else if(this.type.prefix){var s=this.startNode(),a=this.type===De.incDec;s.operator=this.value,s.prefix=!0,this.next(),s.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),a?this.checkLVal(s.argument):this.strict&&"delete"===s.operator&&"Identifier"===s.argument.type?this.raiseRecoverable(s.start,"Deleting local variable in strict mode"):t=!0,r=this.finishNode(s,a?"UpdateExpression":"UnaryExpression")}else{if(r=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return r;for(;this.type.postfix&&!this.canInsertSemicolon();){var o=this.startNodeAt(i,n);o.operator=this.value,o.prefix=!1,o.argument=r,this.checkLVal(r),this.next(),r=this.finishNode(o,"UpdateExpression")}}return!t&&this.eat(De.starstar)?this.buildBinary(i,n,r,this.parseMaybeUnary(null,!1),"**",!1):r},Rt.parseExprSubscripts=function(e){"use strict";var t=this.start,r=this.startLoc,i=this.parseExprAtom(e),n="ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd);if(this.checkExpressionErrors(e)||n)return i;var s=this.parseSubscripts(i,t,r);return e&&"MemberExpression"===s.type&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1)),s},Rt.parseSubscripts=function(e,t,r,i){"use strict";for(var n=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&"async"===this.input.slice(e.start,e.end);;){var s=this.parseSubscript(e,t,r,i,n);if(s===e||"ArrowFunctionExpression"===s.type)return s;e=s}},Rt.parseSubscript=function(e,t,r,i,n){"use strict";var s=this.eat(De.bracketL);if(s||this.eat(De.dot)){var a=this.startNodeAt(t,r);a.object=e,a.property=s?this.parseExpression():this.parseIdent(!0),a.computed=!!s,s&&this.expect(De.bracketR),e=this.finishNode(a,"MemberExpression")}else if(!i&&this.eat(De.parenL)){var o=new St,u=this.yieldPos,l=this.awaitPos,c=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var p=this.parseExprList(De.parenR,this.options.ecmaVersion>=8,!1,o);if(n&&!this.canInsertSemicolon()&&this.eat(De.arrow))return this.checkPatternErrors(o,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=u,this.awaitPos=l,this.awaitIdentPos=c,this.parseArrowExpression(this.startNodeAt(t,r),p,!0);this.checkExpressionErrors(o,!0),this.yieldPos=u||this.yieldPos,this.awaitPos=l||this.awaitPos,this.awaitIdentPos=c||this.awaitIdentPos;var h=this.startNodeAt(t,r);h.callee=e,h.arguments=p,e=this.finishNode(h,"CallExpression")}else if(this.type===De.backQuote){var f=this.startNodeAt(t,r);f.tag=e,f.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(f,"TaggedTemplateExpression")}return e},Rt.parseExprAtom=function(e){"use strict";this.type===De.slash&&this.readRegexp();var t,r=this.potentialArrowAt===this.start;switch(this.type){case De._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),t=this.startNode(),this.next(),this.type!==De.parenL||this.allowDirectSuper||this.raise(t.start,"super() call outside constructor of a subclass"),this.type!==De.dot&&this.type!==De.bracketL&&this.type!==De.parenL&&this.unexpected(),this.finishNode(t,"Super");case De._this:return t=this.startNode(),this.next(),this.finishNode(t,"ThisExpression");case De.name:var i=this.start,n=this.startLoc,s=this.containsEsc,a=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!s&&"async"===a.name&&!this.canInsertSemicolon()&&this.eat(De._function))return this.parseFunction(this.startNodeAt(i,n),0,!1,!0);if(r&&!this.canInsertSemicolon()){if(this.eat(De.arrow))return this.parseArrowExpression(this.startNodeAt(i,n),[a],!1);if(this.options.ecmaVersion>=8&&"async"===a.name&&this.type===De.name&&!s)return a=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(De.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(i,n),[a],!0)}return a;case De.regexp:var o=this.value;return t=this.parseLiteral(o.value),t.regex={pattern:o.pattern,flags:o.flags},t;case De.num:case De.string:return this.parseLiteral(this.value);case De._null:case De._true:case De._false:return t=this.startNode(),t.value=this.type===De._null?null:this.type===De._true,t.raw=this.type.keyword,this.next(),this.finishNode(t,"Literal");case De.parenL:var u=this.start,l=this.parseParenAndDistinguishExpression(r);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(l)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),l;case De.bracketL:return t=this.startNode(),this.next(),t.elements=this.parseExprList(De.bracketR,!0,!0,e),this.finishNode(t,"ArrayExpression");case De.braceL:return this.parseObj(!1,e);case De._function:return t=this.startNode(),this.next(),this.parseFunction(t,0);case De._class:return this.parseClass(this.startNode(),!1);case De._new:return this.parseNew();case De.backQuote:return this.parseTemplate();default:this.unexpected()}},Rt.parseLiteral=function(e){"use strict";var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),this.next(),this.finishNode(t,"Literal")},Rt.parseParenExpression=function(){"use strict";this.expect(De.parenL);var e=this.parseExpression();return this.expect(De.parenR),e},Rt.parseParenAndDistinguishExpression=function(e){"use strict";var t,r=this.start,i=this.startLoc,n=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var s,a=this.start,o=this.startLoc,u=[],l=!0,c=!1,p=new St,h=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==De.parenR;){if(l?l=!1:this.expect(De.comma),n&&this.afterTrailingComma(De.parenR,!0)){c=!0;break}if(this.type===De.ellipsis){s=this.start,u.push(this.parseParenItem(this.parseRestBinding())),this.type===De.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}u.push(this.parseMaybeAssign(!1,p,this.parseParenItem))}var d=this.start,m=this.startLoc;if(this.expect(De.parenR),e&&!this.canInsertSemicolon()&&this.eat(De.arrow))return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=h,this.awaitPos=f,this.parseParenArrowList(r,i,u);u.length&&!c||this.unexpected(this.lastTokStart),s&&this.unexpected(s),this.checkExpressionErrors(p,!0),this.yieldPos=h||this.yieldPos,this.awaitPos=f||this.awaitPos,u.length>1?(t=this.startNodeAt(a,o),t.expressions=u,this.finishNodeAt(t,"SequenceExpression",d,m)):t=u[0]}else t=this.parseParenExpression();if(this.options.preserveParens){var v=this.startNodeAt(r,i);return v.expression=t,this.finishNode(v,"ParenthesizedExpression")}return t},Rt.parseParenItem=function(e){"use strict";return e},Rt.parseParenArrowList=function(e,t,r){"use strict";return this.parseArrowExpression(this.startNodeAt(e,t),r)};var Pt=[];Rt.parseNew=function(){"use strict";var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(De.dot)){e.meta=t;var r=this.containsEsc;return e.property=this.parseIdent(!0),("target"!==e.property.name||r)&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inNonArrowFunction()||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty")}var i=this.start,n=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),i,n,!0),e.arguments=this.eat(De.parenL)?this.parseExprList(De.parenR,this.options.ecmaVersion>=8,!1):Pt,this.finishNode(e,"NewExpression")},Rt.parseTemplateElement=function({isTagged:e}){var t=this.startNode();return this.type===De.invalidTemplate?(e||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),t.value={raw:this.value,cooked:null}):t.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),t.tail=this.type===De.backQuote,this.finishNode(t,"TemplateElement")},Rt.parseTemplate=function({isTagged:e=!1}={}){var t=this.startNode();this.next(),t.expressions=[];var r=this.parseTemplateElement({isTagged:e});for(t.quasis=[r];!r.tail;)this.type===De.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(De.dollarBraceL),t.expressions.push(this.parseExpression()),this.expect(De.braceR),t.quasis.push(r=this.parseTemplateElement({isTagged:e}));return this.next(),this.finishNode(t,"TemplateLiteral")},Rt.isAsyncProp=function(e){"use strict";return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===De.name||this.type===De.num||this.type===De.string||this.type===De.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===De.star)&&!Xe.test(this.input.slice(this.lastTokEnd,this.start))},Rt.parseObj=function(e,t){"use strict";var r=this.startNode(),i=!0,n={};for(r.properties=[],this.next();!this.eat(De.braceR);){if(i)i=!1;else if(this.expect(De.comma),this.afterTrailingComma(De.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,n,t),r.properties.push(s)}return this.finishNode(r,e?"ObjectPattern":"ObjectExpression")},Rt.parseProperty=function(e,t){"use strict";var r,i,n,s,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(De.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===De.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(this.type===De.parenL&&t&&(t.parenthesizedAssign<0&&(t.parenthesizedAssign=this.start),t.parenthesizedBind<0&&(t.parenthesizedBind=this.start)),a.argument=this.parseMaybeAssign(!1,t),this.type===De.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,s=this.startLoc),e||(r=this.eat(De.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!r&&this.isAsyncProp(a)?(i=!0,r=this.options.ecmaVersion>=9&&this.eat(De.star),this.parsePropertyName(a,t)):i=!1,this.parsePropertyValue(a,e,r,i,n,s,t,o),this.finishNode(a,"Property")},Rt.parsePropertyValue=function(e,t,r,i,n,s,a,o){"use strict";if((r||i)&&this.type===De.colon&&this.unexpected(),this.eat(De.colon))e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===De.parenL)t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(r,i);else if(t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===De.comma||this.type===De.braceR)this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((r||i)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=n),e.kind="init",t?e.value=this.parseMaybeDefault(n,s,e.key):this.type===De.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,s,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected();else{(r||i)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var u="get"===e.kind?0:1;if(e.value.params.length!==u){var l=e.value.start;this.raiseRecoverable(l,"get"===e.kind?"getter should have no params":"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}},Rt.parsePropertyName=function(e){"use strict";if(this.options.ecmaVersion>=6){if(this.eat(De.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(De.bracketR),e.key;e.computed=!1}return e.key=this.type===De.num||this.type===De.string?this.parseExprAtom():this.parseIdent(!0)},Rt.initFunction=function(e){"use strict";e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},Rt.parseMethod=function(e,t,r){"use strict";var i=this.startNode(),n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(i),this.options.ecmaVersion>=6&&(i.generator=e),this.options.ecmaVersion>=8&&(i.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(xt(t,i.generator)|gt|(r?yt:0)),this.expect(De.parenL),i.params=this.parseBindingList(De.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(i,!1,!0),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(i,"FunctionExpression")},Rt.parseArrowExpression=function(e,t,r){"use strict";var i=this.yieldPos,n=this.awaitPos,s=this.awaitIdentPos;return this.enterScope(16|xt(r,!1)),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!r),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1),this.yieldPos=i,this.awaitPos=n,this.awaitIdentPos=s,this.finishNode(e,"ArrowFunctionExpression")},Rt.parseFunctionBody=function(e,t,r){"use strict";var i=t&&this.type!==De.braceL,n=this.strict,s=!1;if(i)e.body=this.parseMaybeAssign(),e.expression=!0,this.checkParams(e,!1);else{var a=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);n&&!a||(s=this.strictDirective(this.end),s&&a&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var o=this.labels;this.labels=[],s&&(this.strict=!0),this.checkParams(e,!n&&!s&&!t&&!r&&this.isSimpleParamList(e.params)),e.body=this.parseBlock(!1),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=o}this.exitScope(),this.strict&&e.id&&this.checkLVal(e.id,5),this.strict=n},Rt.isSimpleParamList=function(e){"use strict";for(var t=0,r=null==e?0:e.length;t<r;t++){var i=e[t];if("Identifier"!==i.type)return!1}return!0},Rt.checkParams=function(e,t){"use strict";for(var r={},i=0,n=e.params,s=null==n?0:n.length;i<s;i++){var a=n[i];this.checkLVal(a,1,t?null:r)}},Rt.parseExprList=function(e,t,r,i){"use strict";for(var n=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(De.comma),t&&this.afterTrailingComma(e))break;var a=void 0;r&&this.type===De.comma?a=null:this.type===De.ellipsis?(a=this.parseSpread(i),i&&this.type===De.comma&&i.trailingComma<0&&(i.trailingComma=this.start)):a=this.parseMaybeAssign(!1,i),n.push(a)}return n},Rt.checkUnreserved=function({start:e,end:t,name:r}){if(this.inGenerator&&"yield"===r&&this.raiseRecoverable(e,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&"await"===r&&this.raiseRecoverable(e,"Cannot use 'await' as identifier inside an async function"),this.keywords.test(r)&&this.raise(e,`Unexpected keyword '${r}'`),!(this.options.ecmaVersion<6&&-1!==this.input.slice(e,t).indexOf("\\"))){var i=this.strict?this.reservedWordsStrict:this.reservedWords;i.test(r)&&(this.inAsync||"await"!==r||this.raiseRecoverable(e,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(e,`The keyword '${r}' is reserved`))}},Rt.parseIdent=function(e,t){"use strict";var r=this.startNode();return e&&"never"===this.options.allowReserved&&(e=!1),this.type===De.name?r.name=this.value:this.type.keyword?(r.name=this.type.keyword,"class"!==r.name&&"function"!==r.name||this.lastTokEnd===this.lastTokStart+1&&46===this.input.charCodeAt(this.lastTokStart)||this.context.pop()):this.unexpected(),this.next(),this.finishNode(r,"Identifier"),e||(this.checkUnreserved(r),"await"!==r.name||this.awaitIdentPos||(this.awaitIdentPos=r.start)),r},Rt.parseYield=function(e){"use strict";this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===De.semi||this.canInsertSemicolon()||this.type!==De.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(De.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")},Rt.parseAwait=function(){"use strict";this.awaitPos||(this.awaitPos=this.start);var e=this.startNode();return this.next(),e.argument=this.parseMaybeUnary(null,!0),this.finishNode(e,"AwaitExpression")};var _t=bt.prototype;_t.raise=function(e,t){"use strict";var r=ct(this.input,e);t+=" ("+r.line+":"+r.column+")";var i=new SyntaxError(t);throw i.pos=e,i.loc=r,i.raisedAt=this.pos,i},_t.raiseRecoverable=_t.raise,_t.curPosition=function(){"use strict";if(this.options.locations)return new ut(this.curLine,this.pos-this.lineStart)};var kt=bt.prototype;kt.toAssignable=function(e,t,r){"use strict";if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",r&&this.checkPatternErrors(r,!0);for(var i=0,n=e.properties,s=null==n?0:n.length;i<s;i++){var a=n[i];this.toAssignable(a,t),"RestElement"!==a.type||"ArrayPattern"!==a.argument.type&&"ObjectPattern"!==a.argument.type||this.raise(a.argument.start,"Unexpected token")}break;case"Property":"init"!==e.kind&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",r&&this.checkPatternErrors(r,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),"AssignmentPattern"===e.argument.type&&this.raise(e.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":"="!==e.operator&&this.raise(e.left.end,"Only '=' operator can be used for specifying default value."),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);case"AssignmentPattern":break;case"ParenthesizedExpression":this.toAssignable(e.expression,t,r);break;case"MemberExpression":if(!t)break;default:this.raise(e.start,"Assigning to rvalue")}else r&&this.checkPatternErrors(r,!0);return e},kt.toAssignableList=function(e,t){"use strict";for(var r=e.length,i=0;i<r;i++){var n=e[i];n&&this.toAssignable(n,t)}if(r){var s=e[r-1];6===this.options.ecmaVersion&&t&&s&&"RestElement"===s.type&&"Identifier"!==s.argument.type&&this.unexpected(s.argument.start)}return e},kt.parseSpread=function(e){"use strict";var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")},kt.parseRestBinding=function(){"use strict";var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==De.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")},kt.parseBindingAtom=function(){"use strict";if(this.options.ecmaVersion>=6)switch(this.type){case De.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(De.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case De.braceL:return this.parseObj(!0)}return this.parseIdent()},kt.parseBindingList=function(e,t,r){"use strict";for(var i=[],n=!0;!this.eat(e);)if(n?n=!1:this.expect(De.comma),t&&this.type===De.comma)i.push(null);else{if(r&&this.afterTrailingComma(e))break;if(this.type===De.ellipsis){var s=this.parseRestBinding();this.parseBindingListItem(s),i.push(s),this.type===De.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}var a=this.parseMaybeDefault(this.start,this.startLoc);this.parseBindingListItem(a),i.push(a)}return i},kt.parseBindingListItem=function(e){"use strict";return e},kt.parseMaybeDefault=function(e,t,r){"use strict";if(r=r||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(De.eq))return r;var i=this.startNodeAt(e,t);return i.left=r,i.right=this.parseMaybeAssign(),this.finishNode(i,"AssignmentPattern")},kt.checkLVal=function(e,t=0,r){switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(t?"Binding ":"Assigning to ")+e.name+" in strict mode"),r&&(st(r,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),r[e.name]=!0),0!==t&&5!==t&&this.declareName(e.name,t,e.start);break;case"MemberExpression":t&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ObjectPattern":for(var i=0,n=e.properties,s=null==n?0:n.length;i<s;i++){var a=n[i];this.checkLVal(a,t,r)}break;case"Property":this.checkLVal(e.value,t,r);break;case"ArrayPattern":for(var o=0,u=e.elements,l=null==u?0:u.length;o<l;o++){var c=u[o];c&&this.checkLVal(c,t,r)}break;case"AssignmentPattern":this.checkLVal(e.left,t,r);break;case"RestElement":this.checkLVal(e.argument,t,r);break;case"ParenthesizedExpression":this.checkLVal(e.expression,t,r);break;default:this.raise(e.start,(t?"Binding":"Assigning to")+" rvalue")}};class It{constructor(e,t,r){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new lt(e,r)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])}}var At=bt.prototype;function Nt(e,t,r,i){"use strict";return e.type=t,e.end=r,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=r),e}At.startNode=function(){"use strict";return new It(this,this.start,this.startLoc)},At.startNodeAt=function(e,t){"use strict";return new It(this,e,t)},At.finishNode=function(e,t){"use strict";return Nt.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},At.finishNodeAt=function(e,t,r,i){"use strict";return Nt.call(this,e,t,r,i)};var Ct=bt.prototype;class Ot{constructor(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[]}}Ct.enterScope=function(e){"use strict";this.scopeStack.push(new Ot(e))},Ct.exitScope=function(){"use strict";this.scopeStack.pop()},Ct.treatFunctionsAsVarInScope=function(e){"use strict";return e.flags&ft||!this.inModule&&e.flags&ht},Ct.declareName=function(e,t,r){"use strict";var i=!1;if(2===t){var n=this.currentScope();i=n.lexical.indexOf(e)>-1||n.functions.indexOf(e)>-1||n.var.indexOf(e)>-1,n.lexical.push(e),this.inModule&&n.flags&ht&&delete this.undefinedExports[e]}else if(4===t){var s=this.currentScope();s.lexical.push(e)}else if(3===t){var a=this.currentScope();i=this.treatFunctionsAsVar?a.lexical.indexOf(e)>-1:a.lexical.indexOf(e)>-1||a.var.indexOf(e)>-1,a.functions.push(e)}else for(var o=this.scopeStack.length-1;o>=0;--o){var u=this.scopeStack[o];if(u.lexical.indexOf(e)>-1&&!(32&u.flags&&u.lexical[0]===e)||!this.treatFunctionsAsVarInScope(u)&&u.functions.indexOf(e)>-1){i=!0;break}if(u.var.push(e),this.inModule&&u.flags&ht&&delete this.undefinedExports[e],u.flags&dt)break}i&&this.raiseRecoverable(r,`Identifier '${e}' has already been declared`)},Ct.checkLocalExport=function(e){"use strict";-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},Ct.currentScope=function(){"use strict";return this.scopeStack[this.scopeStack.length-1]},Ct.currentVarScope=function(){"use strict";for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&dt)return t}},Ct.currentThisScope=function(){"use strict";for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&dt&&!(16&t.flags))return t}};var Tt=bt.prototype;Tt.parseTopLevel=function(e){"use strict";var t={};for(e.body||(e.body=[]);this.type!==De.eof;){var r=this.parseStatement(null,!0,t);e.body.push(r)}if(this.inModule)for(var i=0,n=Object.keys(this.undefinedExports),s=null==n?0:n.length;i<s;i++){var a=n[i];this.raiseRecoverable(this.undefinedExports[a].start,`Export '${a}' is not defined`)}return this.adaptDirectivePrologue(e.body),this.next(),this.options.ecmaVersion>=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var Mt={kind:"loop"},Lt={kind:"switch"};Tt.isLet=function(e){"use strict";if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;tt.lastIndex=this.pos;var t=tt.exec(this.input),r=this.pos+t[0].length,i=this.input.charCodeAt(r);if(91===i)return!0;if(e)return!1;if(123===i)return!0;if(Je(i,!0)){for(var n=r+1;Ye(this.input.charCodeAt(n),!0);)++n;var s=this.input.slice(r,n);if(!Be.test(s))return!0}return!1},Tt.isAsyncFunction=function(){"use strict";if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;tt.lastIndex=this.pos;var e=tt.exec(this.input),t=this.pos+e[0].length;return!(Xe.test(this.input.slice(this.pos,t))||"function"!==this.input.slice(t,t+8)||t+8!==this.input.length&&Ye(this.input.charAt(t+8)))},Tt.parseStatement=function(e,t,r){"use strict";var i,n=this.type,s=this.startNode();switch(this.isLet(e)&&(n=De._var,i="let"),n){case De._break:case De._continue:return this.parseBreakContinueStatement(s,n.keyword);case De._debugger:return this.parseDebuggerStatement(s);case De._do:return this.parseDoStatement(s);case De._for:return this.parseForStatement(s);case De._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(s,!1,!e);case De._class:return e&&this.unexpected(),this.parseClass(s,!0);case De._if:return this.parseIfStatement(s);case De._return:return this.parseReturnStatement(s);case De._switch:return this.parseSwitchStatement(s);case De._throw:return this.parseThrowStatement(s);case De._try:return this.parseTryStatement(s);case De._const:case De._var:return i=i||this.value,e&&"var"!==i&&this.unexpected(),this.parseVarStatement(s,i);case De._while:return this.parseWhileStatement(s);case De._with:return this.parseWithStatement(s);case De.braceL:return this.parseBlock(!0,s);case De.semi:return this.parseEmptyStatement(s);case De._export:case De._import:return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),n===De._import?this.parseImport(s):this.parseExport(s,r);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(s,!0,!e);var a=this.value,o=this.parseExpression();return n===De.name&&"Identifier"===o.type&&this.eat(De.colon)?this.parseLabeledStatement(s,a,o,e):this.parseExpressionStatement(s,o)}},Tt.parseBreakContinueStatement=function(e,t){"use strict";var r="break"===t;this.next(),this.eat(De.semi)||this.insertSemicolon()?e.label=null:this.type!==De.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var i=0;i<this.labels.length;++i){var n=this.labels[i];if(null==e.label||n.name===e.label.name){if(null!=n.kind&&(r||"loop"===n.kind))break;if(e.label&&r)break}}return i===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,r?"BreakStatement":"ContinueStatement")},Tt.parseDebuggerStatement=function(e){"use strict";return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},Tt.parseDoStatement=function(e){"use strict";return this.next(),this.labels.push(Mt),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(De._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(De.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},Tt.parseForStatement=function(e){"use strict";this.next();var t=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(Mt),this.enterScope(0),this.expect(De.parenL),this.type===De.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var r=this.isLet();if(this.type===De._var||this.type===De._const||r){var i=this.startNode(),n=r?"let":this.value;return this.next(),this.parseVar(i,!0,n),this.finishNode(i,"VariableDeclaration"),!(this.type===De._in||this.options.ecmaVersion>=6&&this.isContextual("of"))||1!==i.declarations.length||"var"!==n&&i.declarations[0].init?(t>-1&&this.unexpected(t),this.parseFor(e,i)):(this.options.ecmaVersion>=9&&(this.type===De._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,i))}var s=new St,a=this.parseExpression(!0,s);return this.type===De._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.options.ecmaVersion>=9&&(this.type===De._in?t>-1&&this.unexpected(t):e.await=t>-1),this.toAssignable(a,!1,s),this.checkLVal(a),this.parseForIn(e,a)):(this.checkExpressionErrors(s,!0),t>-1&&this.unexpected(t),this.parseFor(e,a))},Tt.parseFunctionStatement=function(e,t,r){"use strict";return this.next(),this.parseFunction(e,Dt|(r?0:jt),!1,t)},Tt.parseIfStatement=function(e){"use strict";return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(De._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},Tt.parseReturnStatement=function(e){"use strict";return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(De.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},Tt.parseSwitchStatement=function(e){"use strict";var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(De.braceL),this.labels.push(Lt),this.enterScope(0);for(var r=!1;this.type!==De.braceR;)if(this.type===De._case||this.type===De._default){var i=this.type===De._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),i?t.test=this.parseExpression():(r&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),r=!0,t.test=null),this.expect(De.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},Tt.parseThrowStatement=function(e){"use strict";return this.next(),Xe.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var Ft=[];Tt.parseTryStatement=function(e){"use strict";if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===De._catch){var t=this.startNode();if(this.next(),this.eat(De.parenL)){t.param=this.parseBindingAtom();var r="Identifier"===t.param.type;this.enterScope(r?32:0),this.checkLVal(t.param,r?4:2),this.expect(De.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0);t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(De._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},Tt.parseVarStatement=function(e,t){"use strict";return this.next(),this.parseVar(e,!1,t),this.semicolon(),this.finishNode(e,"VariableDeclaration")},Tt.parseWhileStatement=function(e){"use strict";return this.next(),e.test=this.parseParenExpression(),this.labels.push(Mt),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},Tt.parseWithStatement=function(e){"use strict";return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")},Tt.parseEmptyStatement=function(e){"use strict";return this.next(),this.finishNode(e,"EmptyStatement")},Tt.parseLabeledStatement=function(e,t,r,i){"use strict";for(var n=0,s=this.labels,a=null==s?0:s.length;n<a;n++){var o=s[n];o.name===t&&this.raise(r.start,"Label '"+t+"' is already declared")}for(var u=this.type.isLoop?"loop":this.type===De._switch?"switch":null,l=this.labels.length-1;l>=0;l--){var c=this.labels[l];if(c.statementStart!==e.start)break;c.statementStart=this.start,c.kind=u}return this.labels.push({name:t,kind:u,statementStart:this.start}),e.body=this.parseStatement(i?-1===i.indexOf("label")?i+"label":i:"label"),this.labels.pop(),e.label=r,this.finishNode(e,"LabeledStatement")},Tt.parseExpressionStatement=function(e,t){"use strict";return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},Tt.parseBlock=function(e=!0,t=this.startNode()){for(t.body=[],this.expect(De.braceL),e&&this.enterScope(0);!this.eat(De.braceR);){var r=this.parseStatement(null);t.body.push(r)}return e&&this.exitScope(),this.finishNode(t,"BlockStatement")},Tt.parseFor=function(e,t){"use strict";return e.init=t,this.expect(De.semi),e.test=this.type===De.semi?null:this.parseExpression(),this.expect(De.semi),e.update=this.type===De.parenR?null:this.parseExpression(),this.expect(De.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},Tt.parseForIn=function(e,t){"use strict";var r=this.type===De._in?"ForInStatement":"ForOfStatement";return this.next(),"ForInStatement"===r&&("AssignmentPattern"===t.type||"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(this.strict||"Identifier"!==t.declarations[0].id.type))&&this.raise(t.start,"Invalid assignment in for-in loop head"),e.left=t,e.right="ForInStatement"===r?this.parseExpression():this.parseMaybeAssign(),this.expect(De.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,r)},Tt.parseVar=function(e,t,r){"use strict";for(e.declarations=[],e.kind=r;;){var i=this.startNode();if(this.parseVarId(i,r),this.eat(De.eq)?i.init=this.parseMaybeAssign(t):"const"!==r||this.type===De._in||this.options.ecmaVersion>=6&&this.isContextual("of")?"Identifier"===i.id.type||t&&(this.type===De._in||this.isContextual("of"))?i.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(i,"VariableDeclarator")),!this.eat(De.comma))break}return e},Tt.parseVarId=function(e,t){"use strict";"const"!==t&&"let"!==t||!this.isContextual("let")||this.raiseRecoverable(this.start,"let is disallowed as a lexically bound name"),e.id=this.parseBindingAtom(),this.checkLVal(e.id,"var"===t?1:2,!1)};var Dt=1,jt=2;Tt.parseFunction=function(e,t,r,i){"use strict";this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!i)&&(this.type===De.star&&t&jt&&this.unexpected(),e.generator=this.eat(De.star)),this.options.ecmaVersion>=8&&(e.async=!!i),t&Dt&&(e.id=4&t&&this.type!==De.name?null:this.parseIdent(),!e.id||t&jt||this.checkLVal(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(xt(e.async,e.generator)),t&Dt||(e.id=this.type===De.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,r,!1),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(e,t&Dt?"FunctionDeclaration":"FunctionExpression")},Tt.parseFunctionParams=function(e){"use strict";this.expect(De.parenL),e.params=this.parseBindingList(De.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},Tt.parseClass=function(e,t){"use strict";this.next();var r=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var i=this.startNode(),n=!1;for(i.body=[],this.expect(De.braceL);!this.eat(De.braceR);){var s=this.parseClassElement(null!==e.superClass);s&&(i.body.push(s),"MethodDefinition"===s.type&&"constructor"===s.kind&&(n&&this.raise(s.start,"Duplicate constructor in the same class"),n=!0))}return e.body=this.finishNode(i,"ClassBody"),this.strict=r,this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},Tt.parseClassElement=function(e){"use strict";var t=this;if(this.eat(De.semi))return null;var r=this.startNode(),i=function(e,i=!1){var n=t.start,s=t.startLoc;return!(!t.eatContextual(e)||(t.type===De.parenL||i&&t.canInsertSemicolon())&&(r.key&&t.unexpected(),r.computed=!1,r.key=t.startNodeAt(n,s),r.key.name=e,t.finishNode(r.key,"Identifier"),1))};r.kind="method",r.static=i("static");var n=this.eat(De.star),s=!1;n||(this.options.ecmaVersion>=8&&i("async",!0)?(s=!0,n=this.options.ecmaVersion>=9&&this.eat(De.star)):i("get")?r.kind="get":i("set")&&(r.kind="set")),r.key||this.parsePropertyName(r);var a=r.key,o=!1;return r.computed||r.static||!("Identifier"===a.type&&"constructor"===a.name||"Literal"===a.type&&"constructor"===a.value)?r.static&&"Identifier"===a.type&&"prototype"===a.name&&this.raise(a.start,"Classes may not have a static property named prototype"):("method"!==r.kind&&this.raise(a.start,"Constructor can't have get/set modifier"),n&&this.raise(a.start,"Constructor can't be a generator"),s&&this.raise(a.start,"Constructor can't be an async method"),r.kind="constructor",o=e),this.parseClassMethod(r,n,s,o),"get"===r.kind&&0!==r.value.params.length&&this.raiseRecoverable(r.value.start,"getter should have no params"),"set"===r.kind&&1!==r.value.params.length&&this.raiseRecoverable(r.value.start,"setter should have exactly one param"),"set"===r.kind&&"RestElement"===r.value.params[0].type&&this.raiseRecoverable(r.value.params[0].start,"Setter cannot use rest params"),r},Tt.parseClassMethod=function(e,t,r,i){"use strict";return e.value=this.parseMethod(t,r,i),this.finishNode(e,"MethodDefinition")},Tt.parseClassId=function(e,t){"use strict";this.type===De.name?(e.id=this.parseIdent(),t&&this.checkLVal(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},Tt.parseClassSuper=function(e){"use strict";e.superClass=this.eat(De._extends)?this.parseExprSubscripts():null},Tt.parseExport=function(e,t){"use strict";if(this.next(),this.eat(De.star))return this.expectContextual("from"),this.type!==De.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(De._default)){var r;if(this.checkExport(t,"default",this.lastTokStart),this.type===De._function||(r=this.isAsyncFunction())){var i=this.startNode();this.next(),r&&this.next(),e.declaration=this.parseFunction(i,4|Dt,!1,r)}else if(this.type===De._class){var n=this.startNode();e.declaration=this.parseClass(n,"nullableID")}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(null),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==De.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var s=0,a=e.specifiers,o=null==a?0:a.length;s<o;s++){var u=a[s];this.checkUnreserved(u.local),this.checkLocalExport(u.local)}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},Tt.checkExport=function(e,t,r){"use strict";e&&(st(e,t)&&this.raiseRecoverable(r,"Duplicate export '"+t+"'"),e[t]=!0)},Tt.checkPatternExport=function(e,t){"use strict";var r=t.type;if("Identifier"===r)this.checkExport(e,t.name,t.start);else if("ObjectPattern"===r)for(var i=0,n=t.properties,s=null==n?0:n.length;i<s;i++){var a=n[i];this.checkPatternExport(e,a)}else if("ArrayPattern"===r)for(var o=0,u=t.elements,l=null==u?0:u.length;o<l;o++){var c=u[o];c&&this.checkPatternExport(e,c)}else"Property"===r?this.checkPatternExport(e,t.value):"AssignmentPattern"===r?this.checkPatternExport(e,t.left):"RestElement"===r?this.checkPatternExport(e,t.argument):"ParenthesizedExpression"===r&&this.checkPatternExport(e,t.expression)},Tt.checkVariableExport=function(e,t){"use strict";if(e)for(var r=0,i=null==t?0:t.length;r<i;r++){var n=t[r];this.checkPatternExport(e,n.id)}},Tt.shouldParseExportStatement=function(){"use strict";return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},Tt.parseExportSpecifiers=function(e){"use strict";var t=[],r=!0;for(this.expect(De.braceL);!this.eat(De.braceR);){if(r)r=!1;else if(this.expect(De.comma),this.afterTrailingComma(De.braceR))break;var i=this.startNode();i.local=this.parseIdent(!0),i.exported=this.eatContextual("as")?this.parseIdent(!0):i.local,this.checkExport(e,i.exported.name,i.exported.start),t.push(this.finishNode(i,"ExportSpecifier"))}return t},Tt.parseImport=function(e){"use strict";return this.next(),this.type===De.string?(e.specifiers=Ft,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===De.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},Tt.parseImportSpecifiers=function(){"use strict";var e=[],t=!0;if(this.type===De.name){var r=this.startNode();if(r.local=this.parseIdent(),this.checkLVal(r.local,2),e.push(this.finishNode(r,"ImportDefaultSpecifier")),!this.eat(De.comma))return e}if(this.type===De.star){var i=this.startNode();return this.next(),this.expectContextual("as"),i.local=this.parseIdent(),this.checkLVal(i.local,2),e.push(this.finishNode(i,"ImportNamespaceSpecifier")),e}for(this.expect(De.braceL);!this.eat(De.braceR);){if(t)t=!1;else if(this.expect(De.comma),this.afterTrailingComma(De.braceR))break;var n=this.startNode();n.imported=this.parseIdent(!0),this.eatContextual("as")?n.local=this.parseIdent():(this.checkUnreserved(n.imported),n.local=n.imported),this.checkLVal(n.local,2),e.push(this.finishNode(n,"ImportSpecifier"))}return e},Tt.adaptDirectivePrologue=function(e){"use strict";for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},Tt.isDirectiveCandidate=function(e){"use strict";return"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&('"'===this.input[e.start]||"'"===this.input[e.start])};class Vt{constructor(e,t,r,i,n){this.token=e,this.isExpr=!!t,this.preserveSpace=!!r,this.override=i,this.generator=!!n}}var Gt={b_stat:new Vt("{",!1),b_expr:new Vt("{",!0),b_tmpl:new Vt("${",!1),p_stat:new Vt("(",!1),p_expr:new Vt("(",!0),q_tmpl:new Vt("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new Vt("function",!1),f_expr:new Vt("function",!0),f_expr_gen:new Vt("function",!0,!1,null,!0),f_gen:new Vt("function",!1,!1,null,!0)},Bt=bt.prototype;Bt.initialContext=function(){"use strict";return[Gt.b_stat]},Bt.braceIsBlock=function(e){"use strict";var t=this.curContext();return t===Gt.f_expr||t===Gt.f_stat||(e!==De.colon||t!==Gt.b_stat&&t!==Gt.b_expr?e===De._return||e===De.name&&this.exprAllowed?Xe.test(this.input.slice(this.lastTokEnd,this.start)):e===De._else||e===De.semi||e===De.eof||e===De.parenR||e===De.arrow||(e===De.braceL?t===Gt.b_stat:e!==De._var&&e!==De._const&&e!==De.name&&!this.exprAllowed):!t.isExpr)},Bt.inGeneratorContext=function(){"use strict";for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},Bt.updateContext=function(e){"use strict";var t,r=this.type;r.keyword&&e===De.dot?this.exprAllowed=!1:(t=r.updateContext)?t.call(this,e):this.exprAllowed=r.beforeExpr},De.parenR.updateContext=De.braceR.updateContext=function(){"use strict";if(1!==this.context.length){var e=this.context.pop();e===Gt.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},De.braceL.updateContext=function(e){"use strict";this.context.push(this.braceIsBlock(e)?Gt.b_stat:Gt.b_expr),this.exprAllowed=!0},De.dollarBraceL.updateContext=function(){"use strict";this.context.push(Gt.b_tmpl),this.exprAllowed=!0},De.parenL.updateContext=function(e){"use strict";var t=e===De._if||e===De._for||e===De._with||e===De._while;this.context.push(t?Gt.p_stat:Gt.p_expr),this.exprAllowed=!0},De.incDec.updateContext=function(){},De._function.updateContext=De._class.updateContext=function(e){"use strict";!e.beforeExpr||e===De.semi||e===De._else||e===De._return&&Xe.test(this.input.slice(this.lastTokEnd,this.start))||(e===De.colon||e===De.braceL)&&this.curContext()===Gt.b_stat?this.context.push(Gt.f_stat):this.context.push(Gt.f_expr),this.exprAllowed=!1},De.backQuote.updateContext=function(){"use strict";this.curContext()===Gt.q_tmpl?this.context.pop():this.context.push(Gt.q_tmpl),this.exprAllowed=!1},De.star.updateContext=function(e){"use strict";if(e===De._function){var t=this.context.length-1;this.context[t]=this.context[t]===Gt.f_expr?Gt.f_expr_gen:Gt.f_gen}this.exprAllowed=!0},De.name.updateContext=function(e){"use strict";var t=!1;this.options.ecmaVersion>=6&&e!==De.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};class Ut{reset(){}}class Wt{constructor(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new lt(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])}}var qt=bt.prototype;function zt(e){"use strict";return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}qt.next=function(){"use strict";this.options.onToken&&this.options.onToken(new Wt(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},qt.getToken=function(){"use strict";return this.next(),new Wt(this)},"undefined"!=typeof Symbol&&(qt[Symbol.iterator]=function(){"use strict";var e=this;return{next:function(){var t=e.getToken();return{done:t.type===De.eof,value:t}}}}),qt.curContext=function(){"use strict";return this.context[this.context.length-1]},qt.nextToken=function(){"use strict";var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(De.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},qt.readToken=function(e){"use strict";return Je(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},qt.fullCharCodeAtPos=function(){"use strict";var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=57344)return e;var t=this.input.charCodeAt(this.pos+1);return(e<<10)+t-56613888},qt.skipBlockComment=function(){"use strict";var e,t=this.options.onComment&&this.curPosition(),r=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations)for(Qe.lastIndex=r;(e=Qe.exec(this.input))&&e.index<this.pos;)++this.curLine,this.lineStart=e.index+e[0].length;this.options.onComment&&this.options.onComment(!0,this.input.slice(r+2,i),r,this.pos,t,this.curPosition())},qt.skipLineComment=function(e){"use strict";for(var t=this.pos,r=this.options.onComment&&this.curPosition(),i=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!Ze(i);)i=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,r,this.curPosition())},qt.skipSpace=function(){"use strict";e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(!(e>8&&e<14||e>=5760&&et.test(String.fromCharCode(e))))break e;++this.pos}}},qt.finishToken=function(e,t){"use strict";this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var r=this.type;this.type=e,this.value=t,this.updateContext(r)},qt.readToken_dot=function(){"use strict";var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(De.ellipsis)):(++this.pos,this.finishToken(De.dot))},qt.readToken_slash=function(){"use strict";var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(De.assign,2):this.finishOp(De.slash,1)},qt.readToken_mult_modulo_exp=function(e){"use strict";var t=this.input.charCodeAt(this.pos+1),r=1,i=42===e?De.star:De.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++r,i=De.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(De.assign,r+1):this.finishOp(i,r)},qt.readToken_pipe_amp=function(e){"use strict";var t=this.input.charCodeAt(this.pos+1);return t===e?this.finishOp(124===e?De.logicalOR:De.logicalAND,2):61===t?this.finishOp(De.assign,2):this.finishOp(124===e?De.bitwiseOR:De.bitwiseAND,1)},qt.readToken_caret=function(){"use strict";var e=this.input.charCodeAt(this.pos+1);return 61===e?this.finishOp(De.assign,2):this.finishOp(De.bitwiseXOR,1)},qt.readToken_plus_min=function(e){"use strict";var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!Xe.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(De.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(De.assign,2):this.finishOp(De.plusMin,1)},qt.readToken_lt_gt=function(e){"use strict";var t=this.input.charCodeAt(this.pos+1),r=1;return t===e?(r=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+r)?this.finishOp(De.assign,r+1):this.finishOp(De.bitShift,r)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(r=2),this.finishOp(De.relational,r)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},qt.readToken_eq_excl=function(e){"use strict";var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(De.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(De.arrow)):this.finishOp(61===e?De.eq:De.prefix,1)},qt.getTokenFromCode=function(e){"use strict";switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(De.parenL);case 41:return++this.pos,this.finishToken(De.parenR);case 59:return++this.pos,this.finishToken(De.semi);case 44:return++this.pos,this.finishToken(De.comma);case 91:return++this.pos,this.finishToken(De.bracketL);case 93:return++this.pos,this.finishToken(De.bracketR);case 123:return++this.pos,this.finishToken(De.braceL);case 125:return++this.pos,this.finishToken(De.braceR);case 58:return++this.pos,this.finishToken(De.colon);case 63:return++this.pos,this.finishToken(De.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(De.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(De.prefix,1)}this.raise(this.pos,"Unexpected character '"+zt(e)+"'")},qt.finishOp=function(e,t){"use strict";var r=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,r)},qt.readRegexp=function(){"use strict";for(var e,t,r=this.pos;;){this.pos>=this.input.length&&this.raise(r,"Unterminated regular expression");var i=this.input.charAt(this.pos);if(Xe.test(i)&&this.raise(r,"Unterminated regular expression"),e)e=!1;else{if("["===i)t=!0;else if("]"===i&&t)t=!1;else if("/"===i&&!t)break;e="\\"===i}++this.pos}var n=this.input.slice(r,this.pos);++this.pos;var s=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(s);var o=this.regexpState||(this.regexpState=new Ut(this));o.reset(r,n,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var u=null;try{u=RegExp(n,a)}catch(e){}return this.finishToken(De.regexp,{pattern:n,flags:a,value:u})},qt.readInt=function(e,t){"use strict";for(var r=this.pos,i=0,n=0,s=null==t?1/0:t;n<s;++n){var a,o=this.input.charCodeAt(this.pos);if(a=o>=97?o-97+10:o>=65?o-65+10:o>=48&&o<=57?o-48:1/0,a>=e)break;++this.pos,i=i*e+a}return this.pos===r||null!=t&&this.pos-r!==t?null:i},qt.readRadixNumber=function(e){"use strict";this.pos+=2;var t=this.readInt(e);return null==t&&this.raise(this.start+2,"Expected number in radix "+e),Je(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(De.num,t)},qt.readNumber=function(e){"use strict";var t=this.pos;e||null!==this.readInt(10)||this.raise(t,"Invalid number");var r=this.pos-t>=2&&48===this.input.charCodeAt(t);r&&this.strict&&this.raise(t,"Invalid number"),r&&/[89]/.test(this.input.slice(t,this.pos))&&(r=!1);var i=this.input.charCodeAt(this.pos);46!==i||r||(++this.pos,this.readInt(10),i=this.input.charCodeAt(this.pos)),69!==i&&101!==i||r||(i=this.input.charCodeAt(++this.pos),43!==i&&45!==i||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),Je(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var n=this.input.slice(t,this.pos),s=r?parseInt(n,8):parseFloat(n);return this.finishToken(De.num,s)},qt.readCodePoint=function(){"use strict";var e,t=this.input.charCodeAt(this.pos);if(123===t){this.options.ecmaVersion<6&&this.unexpected();var r=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(r,"Code point out of bounds")}else e=this.readHexChar(4);return e},qt.readString=function(e){"use strict";for(var t="",r=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var i=this.input.charCodeAt(this.pos);if(i===e)break;92===i?(t+=this.input.slice(r,this.pos),t+=this.readEscapedChar(!1),r=this.pos):(Ze(i,this.options.ecmaVersion>=10)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(r,this.pos++),this.finishToken(De.string,t)};var Ht={};qt.tryReadTemplateToken=function(){"use strict";this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==Ht)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},qt.invalidStringToken=function(e,t){"use strict";if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Ht;this.raise(e,t)},qt.readTmplToken=function(){"use strict";for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var r=this.input.charCodeAt(this.pos);if(96===r||36===r&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==De.template&&this.type!==De.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(De.template,e)):36===r?(this.pos+=2,this.finishToken(De.dollarBraceL)):(++this.pos,this.finishToken(De.backQuote));if(92===r)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(Ze(r)){switch(e+=this.input.slice(t,this.pos),++this.pos,r){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+="\n";break;default:e+=String.fromCharCode(r)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},qt.readInvalidTemplateToken=function(){"use strict";for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case"\\":++this.pos;break;case"$":if("{"!==this.input[this.pos+1])break;case"`":return this.finishToken(De.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")},qt.readEscapedChar=function(e){"use strict";var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return zt(this.readCodePoint());case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";default:if(t>=48&&t<=55){var r=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(r,8);return i>255&&(r=r.slice(0,-1),i=parseInt(r,8)),this.pos+=r.length-1,t=this.input.charCodeAt(this.pos),"0"===r&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-r.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(i)}return Ze(t)?"":String.fromCharCode(t)}},qt.readHexChar=function(e){"use strict";var t=this.pos,r=this.readInt(16,e);return null===r&&this.invalidStringToken(t,"Bad character escape sequence"),r},qt.readWord1=function(){"use strict";this.containsEsc=!1;for(var e="",t=!0,r=this.pos,i=this.options.ecmaVersion>=6;this.pos<this.input.length;){var n=this.fullCharCodeAtPos();if(Ye(n,i))this.pos+=n<=65535?1:2;else{if(92!==n)break;this.containsEsc=!0,e+=this.input.slice(r,this.pos);var s=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var a=this.readCodePoint();(t?Je:Ye)(a,i)||this.invalidStringToken(s,"Invalid Unicode escape"),e+=zt(a),r=this.pos}t=!1}return e+this.input.slice(r,this.pos)},qt.readWord=function(){"use strict";var e=this.readWord1(),t=De.name;return this.keywords.test(e)&&(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+e),t=Le[e]),this.finishToken(t,e)};for(var $t=/^(?:'((?:\\.|[^'])*?)'|"((?:\\.|[^"])*?)"|;)/,Kt={Parser:bt,createWordsRegExp:ot,getLineInfo:ct,isIdentifierChar:Ye,isIdentifierStart:Je,lineBreakRegExp:Xe,literalRegExp:$t,reservedWords:je,skipWhiteSpaceRegExp:tt,tokTypes:De},Jt=R.inited?R.module.utilWrap:R.module.utilWrap=(function(){"use strict";return function(e,t){return function(...r){return Reflect.apply(t,this,[e,r])}}})(),Yt=R.inited?R.module.acornParserBigInt:R.module.acornParserBigInt=(function(){"use strict";var e=110,t={enable:e=>(e.readNumber=Jt(e.readNumber,i),e.readRadixNumber=Jt(e.readRadixNumber,n),e)};function r(t,r){var i=t.pos;return"number"==typeof r?t.pos+=2:r=10,null!==t.readInt(r)&&t.input.charCodeAt(t.pos)===e?(++t.pos,t.finishToken(De.num,null)):(t.pos=i,null)}function i(e,t){var i=t[0];if(!i){var n=r(this);if(null!==n)return n}return Reflect.apply(e,this,t)}function n(e,t){var i=t[0],n=r(this,i);return null===n?Reflect.apply(e,this,t):n}return t})(),Xt=R.inited?R.module.parseBranch:R.module.parseBranch=(function(){"use strict";var e;return function(t){return void 0!==e&&e!==t||(e=dr.create("",{allowAwaitOutsideFunction:!0,allowReturnOutsideFunction:!0,ecmaVersion:10})),e.awaitIdentPos=t.awaitIdentPos,e.awaitPos=t.awaitPos,e.containsEsc=t.containsEsc,e.curLine=t.curLine,e.end=t.end,e.exprAllowed=t.exprAllowed,e.inModule=t.inModule,e.input=t.input,e.inTemplateElement=t.inTemplateElement,e.lastTokEnd=t.lastTokEnd,e.lastTokStart=t.lastTokStart,e.lineStart=t.lineStart,e.pos=t.pos,e.potentialArrowAt=t.potentialArrowAt,e.sourceFile=t.sourceFile,e.start=t.start,e.strict=t.strict,e.type=t.type,e.value=t.value,e.yieldPos=t.yieldPos,e}})(),Qt=R.inited?R.module.acornParserClassFields:R.module.acornParserClassFields=(function(){"use strict";var e=35,t={enable:e=>(e.getTokenFromCode=Jt(e.getTokenFromCode,r),e.parseClassElement=Jt(e.parseClassElement,i),e)};function r(t,r){var i=r[0];return i!==e?Reflect.apply(t,this,r):(++this.pos,this.finishToken(De.name,this.readWord1()))}function i(e,t){var r=this.type;if(r!==De.bracketL&&r!==De.name)return Reflect.apply(e,this,t);var i=Xt(this),n=this.startNode();i.parsePropertyName(n);var s=i.type;if(s===De.parenL)return Reflect.apply(e,this,t);if(s!==De.braceR&&s!==De.eq&&s!==De.semi){if(this.isContextual("async")||this.isContextual("get")||this.isContextual("set"))return Reflect.apply(e,this,t);if(this.isContextual("static")){if(s!==De.bracketL&&s!==De.name)return Reflect.apply(e,this,t);var a=Xt(i);a.parsePropertyName(n);var o=a.type;if(o===De.parenL)return Reflect.apply(e,this,t);if(o!==De.braceR&&o!==De.eq&&o!==De.semi&&(i.isContextual("async")||i.isContextual("get")||i.isContextual("set")))return Reflect.apply(e,this,t)}}var u=this.startNode();return u.static=s!==De.braceR&&s!==De.eq&&this.eatContextual("static"),this.parsePropertyName(u),u.value=this.eat(De.eq)?this.parseExpression():null,this.finishNode(u,"FieldDefinition"),this.semicolon(),u}return t})(),Zt=R.inited?R.module.parseErrors:R.module.parseErrors=(function(){"use strict";function e(e){class t extends e{constructor(e,t,r){super(r);var i=ct(e.input,t),n=i.column,s=i.line;this.column=n,this.inModule=e.inModule,this.line=s}}return Reflect.defineProperty(t,"name",{configurable:!0,value:e.name}),t}return{ReferenceError:e(ReferenceError),SyntaxError:e(SyntaxError)}})(),er=R.inited?R.module.acornParserErrorMessages:R.module.acornParserErrorMessages=(function(){"use strict";var e="Keyword must not contain escaped characters",t="Invalid or unexpected token",r="Unexpected end of input",i="Unexpected token",n="missing ) after argument list",s="Duplicate export of '",a="Duplicate export '",o="'import' and 'export' may only appear at the top level",u="'import' and 'export' may appear only with 'sourceType: module'",l="Escape sequence in keyword ",c=new Set(["await is only valid in async function","HTML comments are not allowed in modules","Cannot use 'import.meta' outside a module","new.target expression is not allowed here","Illegal return statement",e,t,r,"Unexpected eval or arguments in strict mode","Unexpected identifier","Unexpected reserved word","Unexpected strict mode reserved word","Unexpected string",i,n,"Unterminated template literal"]),p=new Map([["'return' outside of function","Illegal return statement"],["Binding arguments in strict mode","Unexpected eval or arguments in strict mode"],["Binding await in strict mode","Unexpected reserved word"],["Cannot use keyword 'await' outside an async function","await is only valid in async function"],["The keyword 'await' is reserved","Unexpected reserved word"],["The keyword 'yield' is reserved","Unexpected strict mode reserved word"],["Unterminated string constant",t],["Unterminated template","Unterminated template literal"],["new.target can only be used in functions","new.target expression is not allowed here"]]),h={enable:e=>(e.parseExprList=f,e.raise=d,e.raiseRecoverable=d,e.unexpected=m,e)};function f(e,t,r,i){for(var s=[],a=!0;!this.eat(e);){if(a)a=!1;else if(r||e!==De.parenR?this.expect(De.comma):this.eat(De.comma)||this.raise(this.start,n),t&&this.afterTrailingComma(e))break;var o=void 0;r&&this.type===De.comma?o=null:this.type===De.ellipsis?(o=this.parseSpread(i),i&&this.type===De.comma&&-1===i.trailingComma&&(i.trailingComma=this.start)):o=this.parseMaybeAssign(!1,i),s.push(o)}return s}function d(t,r){if(p.has(r))r=p.get(r);else if(r===o||r===u)r=i+" "+this.type.label;else if(r.startsWith(a))r=r.replace(a,s);else if(r.startsWith(l))r=e;else if(!c.has(r)&&!r.startsWith(i))return;throw new Zt.SyntaxError(this,t,r)}function m(e){void 0===e&&(e=this.start);var i=this.type===De.eof?r:t;this.raise(e,i)}return h})(),tr=R.inited?R.module.parseLookahead:R.module.parseLookahead=(function(){"use strict";return function(e){var t=Xt(e);return t.next(),t}})(),rr=R.inited?R.module.acornParserFirstAwaitOutSideFunction:R.module.acornParserFirstAwaitOutSideFunction=(function(){"use strict";var e={enable:e=>(e.firstAwaitOutsideFunction=null,e.parseAwait=Jt(e.parseAwait,t),e.parseForStatement=Jt(e.parseForStatement,r),e)};function t(e,t){return this.inAsync||this.inFunction||null!==this.firstAwaitOutsideFunction||(this.firstAwaitOutsideFunction=ct(this.input,this.start)),Reflect.apply(e,this,t)}function r(e,t){if(this.inAsync||this.inFunction||null!==this.firstAwaitOutsideFunction)return Reflect.apply(e,this,t);var r=t[0],i=tr(this),n=i.start,s=Reflect.apply(e,this,t);return r.await&&null===this.firstAwaitOutsideFunction&&(this.firstAwaitOutsideFunction=ct(this.input,n)),s}return e})(),ir=R.inited?R.module.acornParserFirstReturnOutSideFunction:R.module.acornParserFirstReturnOutSideFunction=(function(){"use strict";var e={enable:e=>(e.firstReturnOutsideFunction=null,e.parseReturnStatement=Jt(e.parseReturnStatement,t),e)};function t(e,t){return this.inFunction||null!==this.firstReturnOutsideFunction||(this.firstReturnOutsideFunction=ct(this.input,this.start)),Reflect.apply(e,this,t)}return e})(),nr=R.inited?R.module.acornParserFunctionParamsStart:R.module.acornParserFunctionParamsStart=(function(){"use strict";var e={enable:e=>(e.parseFunctionParams=Jt(e.parseFunctionParams,t),e)};function t(e,t){var r=t[0];return r.functionParamsStart=this.start,Reflect.apply(e,this,t)}return e})(),sr=R.inited?R.module.acornParserHTMLComment:R.module.acornParserHTMLComment=(function(){"use strict";var e=33,t=45,r=60,i=62,n="HTML comments are not allowed in modules",s=Kt.lineBreakRegExp,a={enable:e=>(e.readToken_lt_gt=Jt(e.readToken_lt_gt,o),e.readToken_plus_min=Jt(e.readToken_plus_min,u),e)};function o(i,s){if(this.inModule){var a=s[0],o=this.input,u=this.pos,l=o.charCodeAt(u+1);a===r&&l===e&&o.charCodeAt(u+2)===t&&o.charCodeAt(u+3)===t&&this.raise(u,n)}return Reflect.apply(i,this,s)}function u(e,r){if(this.inModule){var a=r[0],o=this.input,u=this.lastTokEnd,l=this.pos,c=o.charCodeAt(l+1);c!==a||c!==t||o.charCodeAt(l+2)!==i||0!==u&&!s.test(o.slice(u,l))||this.raise(l,n)}return Reflect.apply(e,this,r)}return a})(),ar=R.inited?R.module.acornParserImport:R.module.acornParserImport=(function(){"use strict";var e="Cannot use 'import.meta' outside a module",t="Keyword must not contain escaped characters",r="'import.meta' is not a valid assignment target",i="Invalid left-hand side in assignment",n="Unexpected identifier",s="Unexpected string",a="Unexpected token",o={enable:e=>(De._import.startsExpr=!0,e.checkLVal=Jt(e.checkLVal,u),e.parseExport=Jt(e.parseExport,l),e.parseExprAtom=Jt(e.parseExprAtom,c),e.parseNew=Jt(e.parseNew,p),e.parseStatement=Jt(e.parseStatement,f),e.parseSubscript=Jt(e.parseSubscript,h),e)};function u(e,t){var n=t[0],s=n.type,a=n.start;if("CallExpression"===s&&"Import"===n.callee.type)throw new Zt.SyntaxError(this,a,i);if("MetaProperty"===s&&"import"===n.meta.name&&"meta"===n.property.name)throw new Zt.SyntaxError(this,a,r);return Reflect.apply(e,this,t)}function l(e,t){if(tr(this).type!==De.star)return Reflect.apply(e,this,t);var r=t[0],i=t[1];this.next();var n=this.start,s=this.startLoc;this.next();var a="ExportAllDeclaration";if(this.eatContextual("as")){var o=this.parseIdent(!0);this.checkExport(i,o.name,o.start);var u=this.startNodeAt(n,s);a="ExportNamedDeclaration",u.exported=o,r.declaration=null,r.specifiers=[this.finishNode(u,"ExportNamespaceSpecifier")]}return this.expectContextual("from"),this.type!==De.string&&this.unexpected(),r.source=this.parseExprAtom(),this.semicolon(),this.finishNode(r,a)}function c(r,i){if(this.type===De._import){var s=tr(this),a=s.type;if(a===De.dot)return(function(r){var i=r.startNode(),s=r.parseIdent(!0);i.meta=s,r.expect(De.dot);var a=r.containsEsc,o=r.parseIdent(!0);return i.property=o,"meta"!==o.name?r.raise(o.start,n):a?r.raise(o.start,t):r.inModule||r.raise(s.start,e),r.finishNode(i,"MetaProperty")})(this);if(a===De.parenL)return(function(e){var t=e.startNode();return e.expect(De._import),e.finishNode(t,"Import")})(this);this.unexpected()}var o=Reflect.apply(r,this,i),u=o.type;return u!==De._false&&u!==De._null&&u!==De._true||(o.raw=""),o}function p(e,t){var r=tr(this);return r.type===De._import&&tr(r).type===De.parenL&&this.unexpected(),Reflect.apply(e,this,t)}function h(e,t){var r=t[0],i=t[1],n=t[2];if("Import"===r.type&&this.type===De.parenL){var s=this.startNodeAt(i,n);this.expect(De.parenL),s.arguments=[this.parseMaybeAssign()],s.callee=r,this.expect(De.parenR),this.finishNode(s,"CallExpression"),t[0]=s}return Reflect.apply(e,this,t)}function f(e,t){var r=t[1];if(this.type===De._import){var i,o=tr(this),u=o.start,l=o.type;if(l===De.dot||l===De.parenL){var c=this.startNode(),p=this.parseMaybeAssign();return this.parseExpressionStatement(c,p)}this.inModule&&(r||this.options.allowImportExportEverywhere)||(i=l===De.name?n:l===De.string?s:a+" "+l.label,this.raise(u,i))}return Reflect.apply(e,this,t)}return o})(),or=R.inited?R.module.acornParserNumericSeparator:R.module.acornParserNumericSeparator=(function(){"use strict";var e=48,t=57,r=97,i=95,n=65,s={enable:e=>(e.readInt=a,e)};function a(s,a){for(var o=this.pos,u="number"==typeof a,l=u?a:1/0,c=-1,p=0;++c<l;){var h=this.input.charCodeAt(this.pos);if(h!==i){var f=1/0;if(h>=r?f=h-r+10:h>=n?f=h-n+10:h>=e&&h<=t&&(f=h-e),f>=s)break;++this.pos,p=p*s+f}else++this.pos}var d=this.pos;return d===o||u&&d-o!==a?null:p}return s})(),ur=R.inited?R.module.acornParserLiteral:R.module.acornParserLiteral=(function(){"use strict";var e={enable:e=>(e.parseLiteral=t,e.parseTemplateElement=r,e)};function t(e){var t=this.startNode();return t.raw="",t.value=e,this.next(),this.finishNode(t,"Literal")}function r(){var e=this.startNode();return e.value={cooked:"",raw:""},this.next(),e.tail=this.type===De.backQuote,this.finishNode(e,"TemplateElement")}return e})(),lr=R.inited?R.module.utilAlwaysFalse:R.module.utilAlwaysFalse=(function(){"use strict";return function(){return!1}})(),cr=R.inited?R.module.acornParserTolerance:R.module.acornParserTolerance=(function(){"use strict";var e=new Map,t={enable:e=>(e.isDirectiveCandidate=lr,e.strictDirective=lr,e.isSimpleParamList=Ie,e.adaptDirectivePrologue=L,e.checkLocalExport=L,e.checkParams=L,e.checkPatternErrors=L,e.checkPatternExport=L,e.checkPropClash=L,e.checkVariableExport=L,e.checkYieldAwaitInDefaultParams=L,e.declareName=L,e.invalidStringToken=L,e.validateRegExpFlags=L,e.validateRegExpPattern=L,e.checkExpressionErrors=r,e.enterScope=i,e)};function r(e){return!!e&&-1!==e.shorthandAssign}function i(t){this.scopeStack.push((function(t){var r=e.get(t);return void 0===r&&(r={flags:t,functions:[],lexical:[],var:[]},e.set(t,r)),r})(t))}return t})(),pr=R.inited?R.module.parseGetIdentifiersFromPattern:R.module.parseGetIdentifiersFromPattern=(function(){"use strict";return function(e){for(var t=[],r=[e],i=-1;++i<r.length;){var n=r[i];if(null!==n)switch(n.type){case"Identifier":t.push(n);break;case"Property":case"ObjectProperty":r.push(n.value);break;case"AssignmentPattern":r.push(n.left);break;case"ObjectPattern":r.push(...n.properties);break;case"ArrayPattern":r.push(...n.elements);break;case"RestElement":r.push(n.argument)}}return t}})(),hr=R.inited?R.module.acornParserTopLevel:R.module.acornParserTopLevel=(function(){"use strict";var e={enable:e=>(e.parseTopLevel=t,e)};function t(e){Array.isArray(e.body)||(e.body=[]);for(var t=e.body,i={},n=new Set,s=new Set,a=new Set,o=this.inModule,u={firstAwaitOutsideFunction:null,firstReturnOutsideFunction:null,identifiers:s,importedBindings:a,insertIndex:e.start,insertPrefix:""},l=!1;this.type!==De.eof;){var c=this.parseStatement(null,!0,i),p=c.expression,h=c.type;l||("ExpressionStatement"===h&&"Literal"===p.type&&"string"==typeof p.value?(u.insertIndex=c.end,u.insertPrefix=";"):l=!0);var f=c;if("ExportDefaultDeclaration"!==h&&"ExportNamedDeclaration"!==h||(f=c.declaration,null!==f&&(h=f.type)),"VariableDeclaration"===h)for(var d=0,m=f.declarations,v=null==m?0:m.length;d<v;d++)for(var g=m[d],y=pr(g.id),x=0,b=null==y?0:y.length;x<b;x++){var w=y[x],E=w.name;o&&n.has(E)&&r(this,w.start,E),s.add(E)}else if("ClassDeclaration"===h){var S=f,R=S.id;null!==R&&s.add(R.name)}else if("FunctionDeclaration"===h){var P=f,_=P.id;if(null!==_){var k=_.name;o&&s.has(k)&&r(this,_.start,k),n.add(k),s.add(k)}}else if("ImportDeclaration"===h)for(var I=0,A=f.specifiers,N=null==A?0:A.length;I<N;I++){var C=A[I].local,O=C.name;a.has(O)&&r(this,C.start,O),a.add(O),s.add(O)}t.push(c)}return this.next(),u.firstAwaitOutsideFunction=this.firstAwaitOutsideFunction,u.firstReturnOutsideFunction=this.firstReturnOutsideFunction,e.top=u,this.finishNode(e,"Program")}function r(e,t,r){throw new Zt.SyntaxError(e,t,"Identifier '"+r+"' has already been declared")}return e})(),fr=R.inited?R.module.utilDefaults:R.module.utilDefaults=(function(){"use strict";return function(e){for(var t=arguments.length,r=0;++r<t;){var i=arguments[r];for(var n in i)!M(i,n)||void 0!==e[n]&&M(e,n)||(e[n]=i[n])}return e}})(),dr=R.inited?R.module.Parser:R.module.Parser=(function(){"use strict";var e=ot(je[6]),t=new Map([[2,"module"],[1,"script"]]),r={create:function(t,i){i=r.createOptions(i);var n=i,s=n.strict,a=new bt(i,t);return Yt.enable(a),Qt.enable(a),er.enable(a),rr.enable(a),ir.enable(a),nr.enable(a),sr.enable(a),ar.enable(a),or.enable(a),ur.enable(a),cr.enable(a),hr.enable(a),void 0!==s&&(a.strict=!!s,a.strict||(a.reservedWords=e)),a},createOptions:function(e){var i=fr({},e,r.defaultOptions),n=i.sourceType,s=t.get(n);return void 0!==s&&(n=s),i.sourceType=n,i},defaultOptions:{allowAwaitOutsideFunction:!0,allowReturnOutsideFunction:!1,ecmaVersion:10,sourceType:"module",strict:void 0},parse(e,t){var i=r.create(e,t),n=i.parse();return n.inModule=i.inModule,n.strict=i.strict,n}};return r})(),mr=R.inited?R.module.utilAscendingComparator:R.module.utilAscendingComparator=(function(){"use strict";return function(e,t){return e>t?1:e<t?-1:0}})(),vr=R.inited?R.module.Visitor:R.module.Visitor=(function(){"use strict";var e=new Map,t=new Set(["alternate","argument","arguments","block","body","callee","cases","consequent","declaration","declarations","discriminant","elements","expression","expressions","finalizer","handler","init","key","left","object","properties","right","superClass","test","update","value"]);class r{visit(e,t){this.reset(t);var r=this.possibleIndexes;Array.isArray(r)&&0!==r.length&&(this.possibleEnd=r.length,this.possibleStart=0,this.visitWithoutReset(e))}visitWithoutReset(e){var t=e.getValue();if(V(t))if(Array.isArray(t))e.each(this,"visitWithoutReset");else{var r="visit"+t.type;"function"==typeof this[r]?this[r](e):this.visitChildren(e)}}visitChildren(r){var i=r.getValue(),n=i.end,s=i.start,a=this.possibleIndexes,o=this.possibleStart,u=this.possibleEnd,l=o,c=u;if("number"==typeof s&&"number"==typeof n){for(;l<c&&a[l]<s;)l+=1;for(;l<c&&a[c-1]>n;)c-=1}if(l<c){this.possibleStart=l,this.possibleEnd=c;for(var p=(function(r){var i=e.get(r);if(void 0!==i)return i;i=[];for(var n=T(r),s="Property"!==r.type||!r.computed,a=0,o=null==n?0:n.length;a<o;a++){var u=n[a];s&&"key"===u||t.has(u)&&V(r[u])&&i.push(u)}return e.set(r,i),i})(i),h=0,f=null==p?0:p.length;h<f;h++){var d=p[h];r.call(this,"visitWithoutReset",d)}this.possibleStart=o,this.possibleEnd=u}}}return W(r.prototype,null),r})(),gr=R.inited?R.module.parseGetNamesFromPattern:R.module.parseGetNamesFromPattern=(function(){"use strict";return function(e){for(var t=pr(e),r=[],i=0,n=null==t?0:t.length;i<n;i++){var s=t[i].name;r.push(s)}return r}})(),yr=R.inited?R.module.parseGetShadowed:R.module.parseGetShadowed=(function(){"use strict";return function(e,t,r){var i="arguments"===t,n=null;return e.getParentNode((function(s){var a=s.type;if("WithStatement"===a){var o=e.getValue();return n=s.object===o?null:s,null!==n}var u=r.get(s);void 0===u&&(u=new Map,r.set(s,u));var l=u.get(t);if(void 0!==l)return n=l,null!==n;var c="FunctionExpression"===a,p=c||"FunctionDeclaration"===a;if(i&&p)return n=s,u.set(t,n),!0;if("BlockStatement"===a)for(var h=0,f=s.body,d=null==f?0:f.length;h<d;h++){var m=f[h];if("VariableDeclaration"===m.type)for(var v=0,g=m.declarations,y=null==g?0:g.length;v<y;v++)for(var x=g[v],b=gr(x.id),w=0,E=null==b?0:b.length;w<E;w++){var S=b[w];if(S===t)return n=x,u.set(t,n),!0}}if("CatchClause"===a){var R=s.param;if(null!==R&&R.name===t)return n=R,u.set(t,n),!0}if(c){var P=s.id;if(null!==P&&P.name===t)return n=s,u.set(t,n),!0}if(p||"ArrowFunctionExpression"===a)for(var _=0,k=s.params,I=null==k?0:k.length;_<I;_++){var A=k[_],N=gr(A),C=N[0];if(C===t)return n=A,u.set(t,n),!0}u.set(t,null)})),n}})(),xr=R.inited?R.module.parseIsShadowed:R.module.parseIsShadowed=(function(){"use strict";return function(e,t,r){return null!==yr(e,t,r)}})(),br=R.inited?R.module.parseIsOutsideFunction:R.module.parseIsOutsideFunction=(function(){"use strict";return function(e,t,r){var i=!1;return e.getParentNode((function(e){var n=e.type,s=r.get(e);void 0===s&&(s=new Map,r.set(e,s));var a=s.get(t);return void 0!==a?i=a:"Program"===n?(i=!0,s.set(t,i),!0):(s.set(t,!1),"ArrowFunctionExpression"===n||"FunctionDeclaration"===n||"FunctionExpression"===n||void 0)})),i}})(),wr=R.inited?R.module.parsePad:R.module.parsePad=(function(){"use strict";return function(e,t,r,i){for(var n=e.slice(r,i),s=n.split("\n"),a=t.split("\n"),o=a.length-1,u=s.length,l=o-1;++l<u;){var c=s[l],p=c.charCodeAt(c.length-1);l>o&&(a[l]=""),13===p&&(a[l]+="\r")}return a.join("\n")}})(),Er=R.inited?R.module.parseOverwrite:R.module.parseOverwrite=(function(){"use strict";return function(e,t,r,i){var n=e.magicString,s=wr(n.original,i,t,r);return n.overwrite(t,r,s)}})(),Sr=R.inited?R.module.visitorAssignment:R.module.visitorAssignment=(function(){"use strict";var e=new Map,t=new Map;function r(r,i,n){var s=r.assignableBindings,a=r.importedBindings,o=r.magicString,u=r.runtimeName,l=i.getValue(),c=l[n],p=gr(c),h=l.end,f=l.start;if(r.transformImportBindingAssignments)for(var d=0,m=null==p?0:p.length;d<m;d++){var v=p[d];if(a.has(v)&&!xr(i,v,t)){var g=o.original,y=l.right,x=u+".b("+JSON.stringify(g.slice(c.start,c.end))+',"'+l.operator+'"';void 0!==y&&(x+=","+g.slice(y.start,y.end)),x+=")",Er(r,f,h,x);break}}var b=r.transformInsideFunctions,w=r.transformOutsideFunctions;if(b||w)for(var E=b&&w,S=0,R=null==p?0:p.length;S<R;S++){var P=p[S];if(s.has(P)&&!xr(i,P,t)&&(E||b&&!br(i,P,e)||w&&br(i,P,e))){o.prependLeft(f,u+".u(").prependRight(h,")");break}}}return new class extends vr{reset(e){this.assignableBindings=null,this.importedBindings=null,this.magicString=null,this.possibleIndexes=null,this.runtimeName=null,this.transformImportBindingAssignments=!1,this.transformInsideFunctions=!1,this.transformOutsideFunctions=!1,void 0!==e&&(this.assignableBindings=e.assignableBindings,this.importedBindings=e.importedBindings,this.magicString=e.magicString,this.possibleIndexes=e.possibleIndexes,this.runtimeName=e.runtimeName,this.transformImportBindingAssignments=e.transformImportBindingAssignments,this.transformInsideFunctions=e.transformInsideFunctions,this.transformOutsideFunctions=e.transformOutsideFunctions)}visitAssignmentExpression(e){r(this,e,"left"),e.call(this,"visitWithoutReset","right")}visitUpdateExpression(e){r(this,e,"argument")}}})(),Rr=R.inited?R.module.parseIsBindingIdentifier:R.module.parseIsBindingIdentifier=(function(){"use strict";return function(e,t){if("Identifier"!==e.type)return!1;if(void 0===t)return!0;var r=t.type;return"Property"===r?t.computed||t.shorthand:("AssignmentExpression"!==r&&"AssignmentPattern"!==r||t.left!==e)&&("UpdateExpression"!==r||t.argument!==e)&&"BreakStatement"!==r&&"ContinueStatement"!==r&&"ImportDefaultSpecifier"!==r&&"ImportNamespaceSpecifier"!==r&&"ImportSpecifier"!==r&&"LabeledStatement"!==r}})(),Pr=R.inited?R.module.visitorEval:R.module.visitorEval=(function(){"use strict";var e=new Map;return new class extends vr{reset(e){this.magicString=null,this.possibleIndexes=null,this.runtimeName=null,this.strict=!1,this.transforms=0,this.transformUpdateBindings=!1,void 0!==e&&(this.magicString=e.magicString,this.possibleIndexes=e.possibleIndexes,this.runtimeName=e.runtimeName,this.strict=e.strict,this.transformUpdateBindings=e.transformUpdateBindings)}visitCallExpression(e){var t=e.getValue(),r=t.callee;if("eval"===r.name){if(0!==t.arguments.length){this.transforms|=8;var i=t.end,n=this.magicString,s=this.runtimeName,a=this.strict?s+".c":"(eval==="+s+".v?"+s+".c:"+s+".k)";n.prependLeft(r.end,"("+a).prependRight(i,")"),this.transformUpdateBindings&&n.prependLeft(t.start,s+".u(").prependRight(i,")"),e.call(this,"visitWithoutReset","arguments")}}else this.visitChildren(e)}visitIdentifier(t){var r=t.getValue();if("eval"===r.name){var i=t.getParentNode(),n=i.type;if(("UnaryExpression"!==n||"typeof"!==i.operator)&&Rr(r,i)&&!xr(t,"eval",e)){this.transforms|=8;var s=r.end,a=r.start,o=this.runtimeName,u=this.strict?o+".e":"(eval==="+o+".v?"+o+".e:eval)";"Property"===n&&i.shorthand?this.magicString.prependLeft(s,":"+u):Er(this,a,s,u)}}}}})(),_r=R.inited?R.module.utilEscapeRegExp:R.module.utilEscapeRegExp=(function(){"use strict";var e=/[\\^$.*+?()[\]{}|]/g;return function(t){return"string"==typeof t?t.replace(e,"\\$&"):""}})(),kr=R.inited?R.module.parseFindIndexes:R.module.parseFindIndexes=(function(){"use strict";return function(e,t){var r=[],i=t.length;if(0===i)return r;for(var n,s=i-1,a=RegExp("\\b(?:"+(function(){for(var e=-1,r="";++e<i;)r+=_r(t[e])+(e===s?"":"|");return r})()+")\\b","g");null!==(n=a.exec(e));){var o=n,u=o.index;0!==u&&46===e.charCodeAt(u-1)||r.push(u)}return r}})(),Ir=R.inited?R.module.visitorGlobals:R.module.visitorGlobals=(function(){"use strict";var e=new Map;return new class extends vr{reset(e){this.globals=null,this.magicString=null,this.possibleIndexes=null,this.runtimeName=null,this.transforms=0,void 0!==e&&(this.globals=e.globals,this.magicString=e.magicString,this.possibleIndexes=e.possibleIndexes,this.runtimeName=e.runtimeName)}visitCallExpression(t){var r=t.getValue(),i=r.callee;if("MemberExpression"===i.type){var n=i.object,s=n.name;if(this.globals.has(s)){var a=r.arguments;if(0!==a.length&&!xr(t,s,e)){if("console"===s){for(var o=!0,u=0,l=null==a?0:a.length;u<l;u++){var c=a[u].type;if("Literal"!==c&&"TemplateLiteral"!==c){o=!1;break}}if(o)return;this.transforms|=1}else"Reflect"===s&&(this.transforms|=64);this.magicString.prependLeft(n.start,this.runtimeName+".g."),t.call(this,"visitWithoutReset","arguments")}}else this.visitChildren(t)}else this.visitChildren(t)}visitIdentifier(t){var r=t.getValue(),i=r.name;if(this.globals.has(i)){var n=t.getParentNode(),s=n.type;if(("UnaryExpression"!==s||"typeof"!==n.operator)&&Rr(r,n)&&!xr(t,i,e)){"console"===i?this.transforms|=1:"Reflect"===i&&(this.transforms|=64);var a=this.runtimeName+".g.",o=r.start;"Property"===s&&n.shorthand&&(a=":"+a+i,o=r.end),this.magicString.prependLeft(o,a)}}}}})(),Ar=R.inited?R.module.parseIndexOfPragma:R.module.parseIndexOfPragma=(function(){"use strict";return function(e,t){for(var r=0;;){tt.lastIndex=r,r+=tt.exec(e)[0].length;var i=$t.exec(e.slice(r));if(null===i)return-1;if((i[1]||i[2])===t)return r;r+=i[0].length}}})(),Nr=R.inited?R.module.parseHasPragma:R.module.parseHasPragma=(function(){"use strict";return function(e,t){var r=Ar(e,t);return-1!==r&&(r>=13&&"use module"===t?-1===Ar(e.slice(0,r),"use script"):!(r>=13&&"use script"===t)||-1===Ar(e.slice(0,r),"use module"))}})(),Cr=R.inited?R.module.parsePreserveChild:R.module.parsePreserveChild=(function(){"use strict";return function(e,t,r){var i=t[r],n=i.start,s=t.start,a="";if(n>e.firstLineBreakPos){var o=n-s;a=7===o?" ":" ".repeat(o)}return Er(e,s,n,a)}})(),Or=R.inited?R.module.parsePreserveLine:R.module.parsePreserveLine=(function(){"use strict";return function(e,{end:t,start:r}){return Er(e,r,t,"")}})(),Tr=R.inited?R.module.utilEscapeQuotes:R.module.utilEscapeQuotes=(function(){"use strict";var e=new Map([[39,/\\?'/g],[34,/\\?"/g]]);return function(t,r=34){if("string"!=typeof t)return"";var i=String.fromCharCode(r);return t.replace(e.get(r),"\\"+i)}})(),Mr=R.inited?R.module.utilToString:R.module.utilToString=(function(){"use strict";var e=String;return function(t){if("string"==typeof t)return t;try{return e(t)}catch(e){}return""}})(),Lr=R.inited?R.module.utilUnescapeQuotes:R.module.utilUnescapeQuotes=(function(){"use strict";var e=new Map([[39,/\\'/g],[34,/\\"/g]]);return function(t,r=34){if("string"!=typeof t)return"";var i=String.fromCharCode(r);return t.replace(e.get(r),i)}})(),Fr=R.inited?R.module.utilStripQuotes:R.module.utilStripQuotes=(function(){"use strict";return function(e,t){if("string"!=typeof e)return"";var r=e.charCodeAt(0),i=e.charCodeAt(e.length-1);if(void 0===t&&(39===r&&39===i?t=39:34===r&&34===i&&(t=34)),void 0===t)return e;var n=e.slice(1,-1);return Lr(n,t)}})(),Dr=R.inited?R.module.utilToStringLiteral:R.module.utilToStringLiteral=(function(){"use strict";var e=/[\u2028\u2029]/g,t=new Map([["\u2028","\\u2028"],["\u2029","\\u2029"]]);function r(e){return"\\"+t.get(e)}return function(t,i=34){var n=JSON.stringify(t);if("string"!=typeof n&&(n=Mr(t)),n=n.replace(e,r),34===i&&34===n.charCodeAt(0))return n;var s=String.fromCharCode(i),a=Fr(n,i);return s+Tr(a,i)+s}})(),jr=R.inited?R.module.visitorImportExport:R.module.visitorImportExport=(function(){"use strict";function e(){return{imports:new Map,reExports:new Map,star:!1}}function t(e,t,r){e.hoistedExports.push(...r),t.declaration?Cr(e,t,"declaration"):Or(e,t)}function r(e,t){Or(e,t)}return new class extends vr{finalizeHoisting(){var e=this.top,t=e.importedBindings,r=e.insertPrefix;0!==t.size&&(r+=(this.generateVarDeclarations?"var ":"let ")+[...t].join(",")+";"),r+=(function(e,t){var r="",i=t.length;if(0===i)return r;var n=i-1,s=-1;r+=e.runtimeName+".x([";for(var a=0,o=null==t?0:t.length;a<o;a++){var u=t[a],l=u[0],c=u[1];r+='["'+l+'",()=>'+c+"]"+(++s===n?"":",")}return r+="]);",r})(this,this.hoistedExports);var i=this.runtimeName;this.importSpecifierMap.forEach((function(e,t){r+=i+".w("+Dr(t);var n="";e.imports.forEach((function(e,t){var r=(function e(t,r){return-1===r.indexOf(t)?t:e(a(t),r)})("v",e);n+=(""===n?"":",")+'["'+t+'",'+("*"===t?"null":'["'+e.join('","')+'"]')+",function("+r+"){"+e.join("=")+"="+r+"}]"})),e.reExports.forEach((function(e,t){for(var r=0,s=null==e?0:e.length;r<s;r++){var a=e[r];n+=(""===n?"":",")+'["'+a+'",null,'+i+'.f("'+a+'","'+t+'")]'}})),e.star&&(n+=(""===n?"":",")+'["*",null,'+i+".n()]"),""!==n&&(r+=",["+n+"]"),r+=");"})),this.magicString.prependLeft(e.insertIndex,r),this.yieldIndex+=r.length}reset(e){if(this.assignableBindings=null,this.firstLineBreakPos=-1,this.generateVarDeclarations=!1,this.hoistedExports=null,this.hoistedImportsString="",this.importSpecifierMap=null,this.magicString=null,this.possibleIndexes=null,this.runtimeName=null,this.sourceType=null,this.temporalBindings=null,this.top=null,this.transforms=0,this.yieldIndex=0,void 0!==e){var t=e.magicString;this.assignableBindings=new Set,this.firstLineBreakPos=t.original.search(Xe),this.generateVarDeclarations=e.generateVarDeclarations,this.hoistedExports=[],this.importSpecifierMap=new Map,this.magicString=t,this.possibleIndexes=e.possibleIndexes,this.runtimeName=e.runtimeName,this.sourceType=e.sourceType,this.temporalBindings=new Set,this.top=e.top,this.yieldIndex=e.yieldIndex}}visitCallExpression(e){var t=e.getValue(),r=t.callee;"Import"===r.type?0!==t.arguments.length&&(this.transforms|=2,Er(this,r.start,r.end,this.runtimeName+".i"),e.call(this,"visitWithoutReset","arguments")):this.visitChildren(e)}visitImportDeclaration(t){if(2===this.sourceType){this.transforms|=16;var i=this.importSpecifierMap,n=this.temporalBindings,s=t.getValue(),a=s.source.value,o=s.specifiers,u=i.get(a);void 0===u&&(u=e(),i.set(a,u));for(var l=u,c=l.imports,p=0,h=null==o?0:o.length;p<h;p++){var f=o[p],d=f.type,m="*";"ImportSpecifier"===d?m=f.imported.name:"ImportDefaultSpecifier"===d&&(m="default");var v=c.get(m);void 0===v&&(v=[],c.set(m,v));var g=f.local.name;v.push(g),"*"!==m&&n.add(g)}r(this,s)}}visitExportAllDeclaration(t){if(2===this.sourceType){this.transforms|=4;var i=this.importSpecifierMap,n=t.getValue(),s=n.source.value,a=i.get(s);void 0===a&&(a=e(),i.set(s,a)),a.star=!0,r(this,n)}}visitExportDefaultDeclaration(e){if(2===this.sourceType){this.transforms|=4;var r=e.getValue(),i=r.declaration,n=this.magicString,s=this.runtimeName,a=i.type,o=i.id;void 0===o&&(o=null);var u=null===o?s+"anonymous":o.name;if(null!==o&&"ClassDeclaration"===a||"FunctionDeclaration"===a)null===o&&n.prependLeft(i.functionParamsStart," "+u),t(this,r,[["default",u]]);else{var l=s+".d(",c=");";null!==o||"ArrowFunctionExpression"!==a&&"ClassDeclaration"!==a&&"ClassExpression"!==a&&"FunctionExpression"!==a||(l="const "+u+"=",c=";"+s+".d("+u+");"),"SequenceExpression"===a&&(l+="(",c=")"+c);var p=null===o?s+".o":u;this.hoistedExports.push(["default",p]),Er(this,r.start,i.start,""),Er(this,i.end,r.end,""),n.prependLeft(i.start,l).prependRight(i.end,c)}null!==o&&this.assignableBindings.add(u),e.call(this,"visitWithoutReset","declaration")}}visitExportNamedDeclaration(i){if(2===this.sourceType){this.transforms|=4;var n=this.assignableBindings,s=this.magicString,a=i.getValue(),o=a.declaration,u=a.source,l=a.specifiers;if(null!==o){var c=[],p=o.type;if("ClassDeclaration"===p||"FunctionDeclaration"===p){var h=o.id.name;n.add(h),c.push([h,h])}else if("VariableDeclaration"===p)for(var f=(function({declaration:e,type:t}){if("ExportDefaultDeclaration"===t){var r=e.type;return"FunctionDeclaration"===r||"ClassDeclaration"===r}return"ExportNamedDeclaration"!==t||null===e||"VariableDeclaration"!==e.type||"const"!==e.kind})(a),d=0,m=o.declarations,v=null==m?0:m.length;d<v;d++)for(var g=m[d].id,y=gr(g),x=0,b=null==y?0:y.length;x<b;x++){var w=y[x];f&&n.add(w),c.push([w,w])}t(this,a,c)}else if(null===u){for(var E=[],S=this.top.identifiers,R=0,P=null==l?0:l.length;R<P;R++){var _=l[R],k=_.exported.name,I=_.local.name;if(!S.has(I))throw new Zt.SyntaxError({inModule:!0,input:s.original},_.start,"Export '"+I+"' is not defined in module");n.add(I),E.push([k,I])}t(this,a,E)}else{var A=this.importSpecifierMap,N=u.value,C=A.get(N);void 0===C&&(C=e(),A.set(N,C));for(var O=0,T=null==l?0:l.length;O<T;O++){var M=l[O],L=M.exported.name,F=C,D=F.reExports,j=D.get(L);void 0===j&&(j=[],D.set(L,j));var V="ExportNamespaceSpecifier"===M.type?"*":M.local.name;j.push(V)}r(this,a)}null!==o&&i.call(this,"visitWithoutReset","declaration")}}visitMetaProperty(e){var t=e.getValue(),r=t.meta;"import"===r.name&&(this.transforms|=32,Er(this,r.start,r.end,this.runtimeName+"._"))}}})(),Vr=R.inited?R.module.visitorRequire:R.module.visitorRequire=(function(){"use strict";var e=new Map;return new class extends vr{reset(e){this.found=!1,this.possibleIndexes=null,void 0!==e&&(this.possibleIndexes=e.possibleIndexes)}visitCallExpression(t){var r=t.getValue(),i=r.callee;"require"===i.name?0===r.arguments.length||xr(t,"require",e)||(this.found=!0,t.call(this,"visitWithoutReset","arguments")):this.visitChildren(t)}}})(),Gr=R.inited?R.module.utilStripShebang:R.module.utilStripShebang=(function(){"use strict";var e=/^#!.*/;return function(t){return"string"!=typeof t?"":35===t.charCodeAt(0)?t.replace(e,""):t}})(),Br=R.inited?R.module.parseMaybeIdentifier:R.module.parseMaybeIdentifier=(function(){"use strict";return function(e,t){var r=e.getValue(),i=e.getParentNode();if(Rr(r,i)){for(var n=-2;"MemberExpression"===i.type;){n-=2;var s=e.getNode(n);if(null===s)break;i=s}t(r,i)}}})(),Ur=R.inited?R.module.visitorTemporal:R.module.visitorTemporal=(function(){"use strict";var e=new Map;return new class extends vr{reset(e){this.magicString=null,this.possibleIndexes=null,this.runtimeName=null,this.temporalBindings=null,this.transforms=0,void 0!==e&&(this.magicString=e.magicString,this.possibleIndexes=e.possibleIndexes,this.runtimeName=e.runtimeName,this.temporalBindings=e.temporalBindings)}visitIdentifier(t){var r=this,i=t.getValue(),n=i.name;if(this.temporalBindings.has(n)&&!xr(t,n,e)){var s=this.magicString,a=this.runtimeName;Br(t,(function(e,t){r.transforms|=128;var i=e.end,o=e.start;if(t.shorthand)s.prependLeft(i,":"+a+'.a("'+n+'",'+n+")");else{var u="",l="";"NewExpression"===t.type&&(u="(",l=")"),Er(r,o,i,u+a+'.a("'+n+'",'+n+")"+l)}}))}}visitExportDefaultDeclaration(e){var t=e.getValue(),r=t.declaration;"FunctionDeclaration"!==r.type&&(this.transforms|=128,this.magicString.appendRight(r.end,this.runtimeName+'.j(["default"]);')),e.call(this,"visitWithoutReset","declaration")}visitExportNamedDeclaration(e){var t=e.getValue(),r=t.declaration,i=t.specifiers,n=new Set;if(null!==r){var s=r.type;if("ClassDeclaration"===s)n.add(r.id.name);else if("VariableDeclaration"===s)for(var a=0,o=r.declarations,u=null==o?0:o.length;a<u;a++)for(var l=o[a].id,c=gr(l),p=0,h=null==c?0:c.length;p<h;p++){var f=c[p];n.add(f)}}else if(null===t.source)for(var d=0,m=null==i?0:i.length;d<m;d++){var v=i[d];n.add(v.exported.name)}else for(var g=0,y=null==i?0:i.length;g<y;g++){var x=i[g];n.add(x.exported.name)}if(0!==n.size){this.transforms|=128;var b=r||t,w=b.end;this.magicString.appendRight(w,";"+this.runtimeName+".j("+JSON.stringify([...n])+");")}null!==r&&e.call(this,"visitWithoutReset","declaration")}}})(),Wr=R.inited?R.module.visitorUndeclared:R.module.visitorUndeclared=(function(){"use strict";var e=new Map;return new class extends vr{reset(e){this.magicString=null,this.possibleIndexes=null,this.runtimeName=null,this.transforms=0,this.undeclared=null,void 0!==e&&(this.magicString=e.magicString,this.possibleIndexes=e.possibleIndexes,this.runtimeName=e.runtimeName,this.undeclared=e.undeclared)}visitIdentifier(t){var r=this,i=t.getValue(),n=i.name;if(this.undeclared.has(n)&&Rr(i,s)&&!xr(t,n,e)){var s=t.getParentNode(),a=this.runtimeName;if("UnaryExpression"===s.type&&"typeof"===s.operator)return this.transforms|=256,void Er(this,i.start,i.end,a+".g."+n);Br(t,(function(e,t){r.transforms|=256;var i=e.end,s=e.start;if(t.shorthand)r.magicString.prependLeft(i,":"+a+'.t("'+n+'")');else{var o="",u="";"NewExpression"===t.type&&(o="(",u=")"),Er(r,s,i,o+a+'.t("'+n+'")'+u)}}))}}}})(),qr=R.inited?R.module.Compiler:R.module.Compiler=(function(){"use strict";var e={cjsPaths:!1,cjsVars:!1,generateVarDeclarations:!1,hint:-1,pragmas:!0,runtimeName:"_",sourceType:1,strict:void 0,topLevelReturn:!1},t={createOptions:function(e){return fr({},e,t.defaultOptions)},defaultOptions:e,compile(e,r){e=Gr(e),r=t.createOptions(r),Sr.reset(),Pr.reset(),Ir.reset(),jr.reset(),Vr.reset(),Ur.reset(),Wr.reset();var i={circular:0,code:e,codeWithTDZ:null,filename:null,firstAwaitOutsideFunction:null,firstReturnOutsideFunction:null,mtime:-1,scriptData:null,sourceType:1,transforms:0,yieldIndex:0},n=r,s=n.hint,a=r,o=a.sourceType;1===s?o=1:2===s?o=2:r.pragmas&&(Nr(e,"use module")?o=2:Nr(e,"use script")&&(o=1));var u=kr(e,["export"]),l=kr(e,["eval"]),c=kr(e,["import"]),p=0!==u.length||0!==l.length||0!==c.length;if(!p&&(1===o||3===o))return i;var h,d,m={allowReturnOutsideFunction:r.topLevelReturn||1===o,sourceType:1===o?1:2,strict:r.strict},v=!0;try{h=dr.parse(e,m),v=!1}catch(e){d=e}if(v&&3===o){o=1,m.allowReturnOutsideFunction=!0,m.sourceType=o;try{h=dr.parse(e,m),v=!1}catch(e){}}if(v)throw r.cjsPaths&&(d.inModule=!1),d;var g=r,y=g.cjsVars,x=g.runtimeName,b=h,w=b.strict,E=b.top,S=E.identifiers;Reflect.deleteProperty(h,"inModule"),Reflect.deleteProperty(h,"strict"),Reflect.deleteProperty(h,"top");var R=new Ne(e),P=new Ae(h),_=E.insertIndex;c.push(...u),c.sort(mr),jr.visit(P,{generateVarDeclarations:r.generateVarDeclarations,magicString:R,possibleIndexes:c,runtimeName:x,sourceType:1===o?1:2,top:E,yieldIndex:_});var k,I=jr.transforms,A=0!=(2&I),N=0!=(4&I),C=0!=(16&I),O=0!=(32&I);if(3===o&&(o=N||O||C?2:1),A||C){var T=new Set(["Reflect","console"]),M=[];S.has("console")?T.delete("console"):M.push("console"),S.has("Reflect")?T.delete("Reflect"):M.push("Reflect"),Ir.visit(P,{globals:T,magicString:R,possibleIndexes:kr(e,M),runtimeName:x})}if(S.has("eval")||Pr.visit(P,{magicString:R,possibleIndexes:l,runtimeName:x,strict:w,transformUpdateBindings:N}),N||C){var L=jr.assignableBindings;k=kr(e,[...L]),y&&Vr.visit(P,{possibleIndexes:kr(e,["require"])});var F=E.importedBindings,D=!Vr.found&&0!==F.size,j=k;D&&(j.push(...kr(e,[...F])),j.sort(mr)),Sr.visit(P,{assignableBindings:L,importedBindings:F,magicString:R,possibleIndexes:j,runtimeName:x,transformImportBindingAssignments:D,transformInsideFunctions:!0}),jr.finalizeHoisting()}if(!y&&2===o){for(var V=["__dirname","__filename","arguments","exports","module","require"],G=new Set,B=[],U=0,W=null==V?0:V.length;U<W;U++){var q=V[U];S.has(q)||(G.add(q),B.push(q))}Wr.visit(P,{magicString:R,possibleIndexes:kr(e,B),runtimeName:x,undeclared:G})}if(i.transforms=Pr.transforms|Ir.transforms|I|Wr.transforms,0!==i.transforms&&(_=jr.yieldIndex,i.code=""+R),C){var z=jr.assignableBindings,H=jr.temporalBindings;f(i,"codeWithTDZ",(function(){var t=kr(e,[...H]);t.push(...u),t.sort(mr),Sr.visit(P,{assignableBindings:z,magicString:R,possibleIndexes:k,runtimeName:x,transformOutsideFunctions:!0}),Ur.visit(P,{magicString:R,possibleIndexes:t,runtimeName:x,temporalBindings:H});var r=Ur.transforms;return i.transforms|=r,0==(128&r)?null:""+R})),i.circular=-1}return i.firstAwaitOutsideFunction=E.firstAwaitOutsideFunction,i.firstReturnOutsideFunction=E.firstReturnOutsideFunction,i.sourceType=o,i.yieldIndex=_,i}};return t})(),zr=R.inited?R.module.SafeBuffer:R.module.SafeBuffer=q(R.external.Buffer),Hr=R.inited?R.module.GenericBuffer:R.module.GenericBuffer=(function(){"use strict";return{alloc:zr.alloc,concat:zr.concat,slice:P(zr.prototype.slice)}})(),$r=R.inited?R.module.realFs:R.module.realFs=fe(k("fs")),Kr=R.inited?R.module.safeFs:R.module.safeFs=(function(){"use strict";var e=q($r),t=e.realpathSync.native;return"function"==typeof t&&(R.realpathNativeSync=t),M(e,"constants")&&N(e,"constants",q(e.constants)),N(e,"Stats",q(e.Stats)),e})(),Jr=Kr.mkdirSync,Yr=Kr.readdirSync,Xr=Kr.readFileSync,Qr=Kr.realpathSync,Zr=Kr.Stats,ei=Kr.statSync,ti=Kr.unlinkSync,ri=Kr.writeFileSync,ii=R.inited?R.module.envLastArgMatch:R.module.envLastArgMatch=(function(){"use strict";return function(e,t,r=1){for(var i=null==e?0:e.length;i--;){var n=t.exec(e[i]);if(null!==n)return Fr(n[r])}}})(),ni=R.inited?R.module.utilGetToStringTag:R.module.utilGetToStringTag=(function(){"use strict";var e=Object.prototype.toString;return function(t){return e.call(t)}})(),si=R.inited?R.module.realUtil:R.module.realUtil=fe(k("util")),ai=R.inited?R.module.safeUtil:R.module.safeUtil=(function(){"use strict";var e=q(si),t=e.inspect,r=t.custom;R.customInspectKey="symbol"==typeof r?r:"inspect";var i=t.defaultOptions;return A(i)||(i={breakLength:60,colors:!1,compact:!0,customInspect:!0,depth:2,maxArrayLength:100,showHidden:!1,showProxy:!1}),R.defaultInspectOptions=i,M(e,"types")&&N(e,"types",q(e.types)),e})(),oi=ai.deprecate,ui=ai.inspect,li=ai.types,ci=ai,pi=R.inited?R.module.utilIsRegExp:R.module.utilIsRegExp=(function(){"use strict";return"function"==typeof(li&&li.isRegExp)?li.isRegExp:function(e){return V(e)&&"[object RegExp]"===ni(e)}})(),hi=R.inited?R.module.utilToMatcher:R.module.utilToMatcher=(function(){"use strict";return function(e){return"function"==typeof e?function(t){return e(t)}:pi(e)?function(t){return e.test(t)}:function(t){return t===e}}})(),fi=R.inited?R.module.utilMatches:R.module.utilMatches=(function(){"use strict";return function(e,t){for(var r,i=0,n=null==e?0:e.length;i<n;i++){var s=e[i];if(void 0===r&&(r=hi(t)),r(s))return!0}return!1}})(),di=R.inited?R.module.utilParseCommand:R.module.utilParseCommand=(function(){"use strict";var e=/(?:[^ "'\\]|\\.)*(["'])(?:(?!\1)[^\\]|\\.)*\1|(?:[^ "'\\]|\\.)+/g;return function(t){var r=[];if("string"==typeof t)for(var i;null!==(i=e.exec(t));)r.push(i[0]);return r}})(),mi=R.inited?R.module.envGetFlags:R.module.envGetFlags=(function(){"use strict";return function(){var e=di(X.NODE_OPTIONS);Array.isArray(Q)&&e.push(...Q);var t={};return f(t,"abortOnUncaughtException",(function(){return fi(e,"--abort-on-uncaught-exception")})),f(t,"check",(function(){return fi(e,/^(?:--check|-c)$/)})),f(t,"esModuleSpecifierResolution",(function(){return ii(e,/^--es-module-specifier-resolution=(.+)$/)})),f(t,"eval",(function(){return fi(e,/^(?:--eval|-e)$/)})),f(t,"experimentalJSONModules",(function(){return fi(e,"--experimental-json-modules")})),f(t,"experimentalPolicy",(function(){return fi(e,"--experimental-policy")})),f(t,"experimentalREPLAwait",(function(){return fi(e,"--experimental-repl-await")})),f(t,"experimentalWorker",(function(){return fi(e,"--experimental-worker")})),f(t,"exposeInternals",(function(){return fi(e,/^--expose[-_]internals$/)})),f(t,"inspectBrk",(function(){return fi(e,/^--(?:debug|inspect)-brk(?:=.+)?$/)})),f(t,"interactive",(function(){return fi(e,/^(?:--interactive|-i)$/)})),f(t,"pendingDeprecation",(function(){return fi(e,"--pending-deprecation")})),f(t,"preserveSymlinks",(function(){return fi(e,"--preserve-symlinks")})),f(t,"preserveSymlinksMain",(function(){return fi(e,"--preserve-symlinks-main")})),f(t,"print",(function(){return fi(e,/^(?:--print|-pe?)$/)})),f(t,"type",(function(){return ii(e,/^--type=(.+)$/)})),f(t,"inspect",(function(){return t.inspectBrk||fi(e,/^--(?:debug|inspect)(?:=.*)?$/)})),f(t,"preloadModules",(function(){for(var t=/^(?:--require|-r)$/,r=e.length,i=[],n=-1;++n<r;)t.test(e[n])&&i.push(Fr(e[++n]));return i})),t}})(),vi=R.inited?R.module.pathIsAbsolute:R.module.pathIsAbsolute=(function(){"use strict";return function(e){if("string"!=typeof e||0===e.length)return!1;if(47===e.charCodeAt(0)){var t=tn.WIN32,r=e.charCodeAt(1);if(!t)return 47!==r}return be(e)}})(),gi=R.inited?R.module.envIsWin32:R.module.envIsWin32=(function(){"use strict";return function(){return"win32"===te}})(),yi=R.inited?R.module.pathIsSep:R.module.pathIsSep=(function(){"use strict";var e=gi();return function(t){return"number"==typeof t?47===t||e&&92===t:"/"===t||e&&"\\"===t}})(),xi=R.inited?R.module.pathIsRelativePath:R.module.pathIsRelativePath=(function(){"use strict";return function(e){if("string"!=typeof e)return!1;var t=e.length;if(0===t)return!1;var r=e.charCodeAt(0);if(46!==r)return!1;if(1===t)return!0;if(r=e.charCodeAt(1),46===r){if(2===t)return!0;r=e.charCodeAt(2)}return yi(r)}})(),bi=R.inited?R.module.utilIsPath:R.module.utilIsPath=(function(){"use strict";return function(e){return"string"==typeof e&&0!==e.length&&(xi(e)||vi(e))}})(),wi=s(1),Ei=R.inited?R.module.utilQuotifyJSON:R.module.utilQuotifyJSON=(function(){"use strict";var e=new Set(["false","true"]),t=new Set(['"',"'"]),r=/(|[^a-zA-Z])([a-zA-Z]+)([^a-zA-Z]|)/g;return function(i){return"string"!=typeof i||""===i?i:i.replace(r,(function(r,i,n,s){return t.has(i)||e.has(n)||t.has(s)?r:i+'"'+n+'"'+s}))}})(),Si=R.inited?R.module.utilParseJSON6:R.module.utilParseJSON6=(function(){"use strict";function e(e){if("string"==typeof e&&e.length)try{return Object(wi.parse)(e)}catch(e){}return null}return function(t){return e(t)||e(Ei(t))}})(),Ri=R.inited?R.module.utilStripBOM:R.module.utilStripBOM=(function(){"use strict";return function(e){return"string"!=typeof e?"":65279===e.charCodeAt(0)?e.slice(1):e}})(),Pi=R.inited?R.module.fsReadFile:R.module.fsReadFile=(function(){"use strict";return function(e,t){var r=null;try{r=Xr(e,t)}catch(e){}return r&&"utf8"===t?Ri(r):r}})(),_i=R.inited?R.module.envGetOptions:R.module.envGetOptions=(function(){"use strict";return function(){var e=X&&X.ESM_OPTIONS;if("string"!=typeof e)return null;var t=e.trim();if(bi(t)&&(t=Pi(Ee(t),"utf8"),t=null===t?"":t.trim()),""===t)return null;var r=t.charCodeAt(0);return 39!==r&&123!==r&&34!==r||(t=Si(t)),t}})(),ki=R.inited?R.module.builtinIds:R.module.builtinIds=(function(){"use strict";var t=e.constructor.builtinModules;if(Array.isArray(t)&&Object.isFrozen(t))t=Array.from(t);else{var r=mi(),i=r.exposeInternals;for(var n in t=[],oe.natives)i?"internal/bootstrap_loaders"!==n&&"internal/bootstrap/loaders"!==n&&t.push(n):n.startsWith("internal/")||t.push(n)}return t.sort()})(),Ii=R.inited?R.module.builtinLookup:R.module.builtinLookup=(function(){"use strict";return new Set(ki)})(),Ai=R.inited?R.module.envHasInspector:R.module.envHasInspector=(function(){"use strict";return function(){return 1===$.variables.v8_enable_inspector||Ii.has("inspector")&&A(ce("inspector"))}})(),Ni=R.inited?R.module.envIsBrave:R.module.envIsBrave=(function(){"use strict";return function(){return M(se,"Brave")}})(),Ci=R.inited?R.module.utilIsOwnPath:R.module.utilIsOwnPath=(function(){"use strict";var e=b.PACKAGE_FILENAMES;return function(t){if("string"==typeof t)for(var r=0,i=null==e?0:e.length;r<i;r++){var n=e[r];if(t===n)return!0}return!1}})(),Oi=R.inited?R.module.envHasLoaderModule:R.module.envHasLoaderModule=(function(){"use strict";return function(e){return fi(e,(function({filename:e}){return Ci(e)}))}})(),Ti=R.inited?R.module.envIsInternal:R.module.envIsInternal=(function(){"use strict";return function(){return e.id.startsWith("internal/")}})(),Mi=e,Li=Mi,Fi=Li.parent,Di=new Set;null!=Fi&&!Di.has(Fi);)Di.add(Fi),Mi=Fi,Fi=Mi.parent;var ji=Mi,Vi=R.inited?R.module.envIsPreloaded:R.module.envIsPreloaded=(function(){"use strict";return function(){return!!Ti()||"internal/preload"===ji.id&&Oi(ji.children)}})(),Gi=R.inited?R.module.envIsCheck:R.module.envIsCheck=(function(){"use strict";return function(){var e=H.length;return(1===e||2===e)&&mi().check&&Vi()}})(),Bi=R.inited?R.module.envIsCLI:R.module.envIsCLI=(function(){"use strict";return function(){return H.length>1&&Vi()}})(),Ui=R.inited?R.module.envIsDevelopment:R.module.envIsDevelopment=(function(){"use strict";return function(){return"development"===X.NODE_ENV}})(),Wi=R.inited?R.module.envIsElectron:R.module.envIsElectron=(function(){"use strict";return function(){return M(se,"electron")||Ni()}})(),qi=R.inited?R.module.envIsElectronRenderer:R.module.envIsElectronRenderer=(function(){"use strict";return function(){return"renderer"===ne&&Wi()}})(),zi=R.inited?R.module.envIsPrint:R.module.envIsPrint=(function(){"use strict";return function(){return 1===H.length&&mi().print&&Vi()}})(),Hi=R.inited?R.module.envIsEval:R.module.envIsEval=(function(){"use strict";return function(){if(zi())return!0;if(1!==H.length||!Vi())return!1;var e=mi();return e.eval||!ie.isTTY&&!e.interactive}})(),$i=R.inited?R.module.envIsJamine:R.module.envIsJamine=(function(){"use strict";var e=b.PACKAGE_PARENT_NAME;return function(){return"jasmine"===e}})(),Ki=R.inited?R.module.envIsNdb:R.module.envIsNdb=(function(){"use strict";return function(){return M(se,"ndb")}})(),Ji=R.inited?R.module.envIsNyc:R.module.envIsNyc=(function(){"use strict";return function(){return M(X,"NYC_ROOT_ID")}})(),Yi=R.inited?R.module.envIsREPL:R.module.envIsREPL=(function(){"use strict";return function(){return 1===H.length&&(!!Vi()||"<repl>"===ji.id&&null===ji.filename&&!1===ji.loaded&&null==ji.parent&&Oi(ji.children))}})(),Xi=R.inited?R.module.envIsRunkit:R.module.envIsRunkit=(function(){"use strict";return function(){return M(X,"RUNKIT_HOST")}})(),Qi=R.inited?R.module.envIsTink:R.module.envIsTink=(function(){"use strict";var e=b.PACKAGE_PARENT_NAME;return function(){return"tink"===e}})(),Zi=R.inited?R.module.envIsYarnPnP:R.module.envIsYarnPnP=(function(){"use strict";return function(){return M(se,"pnp")}})(),en={};f(en,"BRAVE",Ni),f(en,"CHECK",Gi),f(en,"CLI",Bi),f(en,"DEVELOPMENT",Ui),f(en,"ELECTRON",Wi),f(en,"ELECTRON_RENDERER",qi),f(en,"EVAL",Hi),f(en,"FLAGS",mi),f(en,"HAS_INSPECTOR",Ai),f(en,"INTERNAL",Ti),f(en,"JASMINE",$i),f(en,"NDB",Ki),f(en,"NYC",Ji),f(en,"OPTIONS",_i),f(en,"PRELOADED",Vi),f(en,"PRINT",zi),f(en,"REPL",Yi),f(en,"RUNKIT",Xi),f(en,"TINK",Qi),f(en,"WIN32",gi),f(en,"YARN_PNP",Zi);var tn=en,rn=R.inited?R.module.fsStatSync:R.module.fsStatSync=(function(){"use strict";var e=tn.ELECTRON,t=Zr.prototype;return function(r){if("string"!=typeof r)return null;var i,n=R.moduleState.statSync;if(null!==n&&(i=n.get(r),void 0!==i))return i;try{i=ei(r),!e||i instanceof Zr||W(i,t)}catch(e){i=null}return null!==n&&n.set(r,i),i}})(),nn=R.inited?R.module.pathToNamespacedPath:R.module.pathToNamespacedPath=(function(){"use strict";return"function"==typeof Re?Re:Pe._makeLong})(),sn=R.inited?R.module.fsStatFast:R.module.fsStatFast=(function(){"use strict";var e,t=Zr.prototype.isFile;return function(r){if("string"!=typeof r)return-1;var i,n=R.moduleState.statFast;return null!==n&&(i=n.get(r),void 0!==i)?i:(i=(function(r){if(void 0===e&&(e="function"==typeof oe.fs.internalModuleStat),e){try{return(function(e){var t="string"==typeof e?oe.fs.internalModuleStat(nn(e)):-1;return t<0?-1:t})(r)}catch(e){}e=!1}return(function(e){var r=rn(e);return null!==r?Reflect.apply(t,r,[])?0:1:-1})(r)})(r),null!==n&&n.set(r,i),i)}})(),an=R.inited?R.module.fsExists:R.module.fsExists=(function(){"use strict";return function(e){return-1!==sn(e)}})(),on=R.inited?R.module.utilGetCachePathHash:R.module.utilGetCachePathHash=(function(){"use strict";return function(e){return"string"==typeof e?e.slice(0,8):""}})(),un=R.inited?R.module.pathIsExtMJS:R.module.pathIsExtMJS=(function(){"use strict";return function(e){if("string"!=typeof e)return!1;var t=e.length;return t>4&&109===e.charCodeAt(t-3)&&46===e.charCodeAt(t-4)&&106===e.charCodeAt(t-2)&&115===e.charCodeAt(t-1)}})(),ln=R.inited?R.module.utilGet:R.module.utilGet=(function(){"use strict";return function(e,t,r){if(null!=e)try{return void 0===r?e[t]:Reflect.get(e,t,r)}catch(e){}}})(),cn=R.inited?R.module.utilGetEnv:R.module.utilGetEnv=(function(){"use strict";return function(e){return ln(I.env,e)}})(),pn=R.inited?R.module.utilIsDirectory:R.module.utilIsDirectory=(function(){"use strict";return function(e){return 1===sn(e)}})(),hn=R.inited?R.module.fsMkdir:R.module.fsMkdir=(function(){"use strict";return function(e){if("string"==typeof e)try{return Jr(e),!0}catch(e){}return!1}})(),fn=R.inited?R.module.fsMkdirp:R.module.fsMkdirp=(function(){"use strict";return function(e){if("string"!=typeof e)return!1;for(var t=[];!pn(e);){t.push(e);var r=ye(e);if(e===r)break;e=r}for(var i=t.length;i--;)if(!hn(t[i]))return!1;return!0}})(),dn=R.inited?R.module.utilParseJSON:R.module.utilParseJSON=(function(){"use strict";return function(e){if("string"==typeof e&&e.length)try{return JSON.parse(e)}catch(e){}return null}})(),mn=R.inited?R.module.pathNormalize:R.module.pathNormalize=(function(){"use strict";var e=gi(),t=/\\/g;return e?function(e){return"string"==typeof e?e.replace(t,"/"):""}:function(e){return"string"==typeof e?e:""}})(),vn=R.inited?R.module.pathRelative:R.module.pathRelative=(function(){"use strict";var e=gi();return e?function(e,t){for(var r=e.length,i=t.length,n=e.toLowerCase(),s=t.toLowerCase(),a=-1;++a<r&&92===e.charCodeAt(a););for(var o=r-a,u=-1;++u<i&&92===t.charCodeAt(u););for(var l=i-u,c=o<l?o:l,p=-1,h=-1;++p<=c;){if(p===c){if(l>c){if(92===t.charCodeAt(u+p))return t.slice(u+p+1);if(2===p)return t.slice(u+p)}o>c&&(92===e.charCodeAt(a+p)?h=p:2===p&&(h=3));break}var f=n.charCodeAt(a+p),d=s.charCodeAt(u+p);if(f!==d)break;92===f&&(h=p)}if(p!==c&&-1===h)return t;var m="";for(-1===h&&(h=0),p=a+h;++p<=r;)p!==r&&92!==e.charCodeAt(p)||(m+=0===m.length?"..":"/..");return m.length>0?m+mn(t.slice(u+h)):(u+=h,92===t.charCodeAt(u)&&++u,mn(t.slice(u)))}:function(e,t){for(var r=e.length,i=r-1,n=1,s=t.length,a=s-n,o=i<a?i:a,u=-1,l=-1;++u<=o;){if(u===o){if(a>o){if(47===t.charCodeAt(n+u))return t.slice(n+u+1);if(0===u)return t.slice(n+u)}else i>o&&(47===e.charCodeAt(1+u)?l=u:0===u&&(l=0));break}var c=e.charCodeAt(1+u),p=t.charCodeAt(n+u);if(c!==p)break;47===c&&(l=u)}var h="";for(u=1+l;++u<=r;)u!==r&&47!==e.charCodeAt(u)||(h+=0===h.length?"..":"/..");return 0!==h.length?h+t.slice(n+l):(n+=l,47===t.charCodeAt(n)&&++n,t.slice(n))}})(),gn=R.inited?R.module.fsRemoveFile:R.module.fsRemoveFile=(function(){"use strict";return function(e){if("string"==typeof e)try{return ti(e),!0}catch(e){}return!1}})(),yn=R.inited?R.module.fsWriteFile:R.module.fsWriteFile=(function(){"use strict";return function(e,t,r){if("string"==typeof e)try{return ri(e,t,r),!0}catch(e){}return!1}})(),xn=R.inited?R.module.CachingCompiler:R.module.CachingCompiler=(function(){"use strict";var e=b.PACKAGE_VERSION,t={compile:(e,t={})=>!t.eval&&t.filename&&t.cachePath?(function(e,t){var i=t.cacheName,n=t.cachePath,s=r(e,t);if(!i||!n||0===s.transforms)return s;var a=R.pendingWrites,o=a.get(n);return void 0===o&&(o=new Map,a.set(n,o)),o.set(i,s),s})(e,t):r(e,t),from(e){var t=e.package,r=t.cache,i=e.cacheName,s=r.meta.get(i);if(void 0===s)return null;var a=s.length,o={circular:0,code:null,codeWithTDZ:null,filename:null,firstAwaitOutsideFunction:null,firstReturnOutsideFunction:null,mtime:-1,scriptData:null,sourceType:1,transforms:0,yieldIndex:-1};if(a>2){var u=s[7];"string"==typeof u&&(o.filename=Ee(t.cachePath,u));var l=s[5];null!==l&&(o.firstAwaitOutsideFunction=n(l));var c=s[6];null!==c&&(o.firstReturnOutsideFunction=n(c)),o.mtime=+s[3],o.sourceType=+s[4],o.transforms=+s[2]}a>7&&2===o.sourceType&&(e.type=3,o.circular=+s[8],o.yieldIndex=+s[9]);var p=s[0],h=s[1];return-1!==p&&-1!==h&&(o.scriptData=Hr.slice(r.buffer,p,h)),e.compileData=o,r.compile.set(i,o),o}};function r(e,t){var r=qr.compile(e,(function(e={}){var t=e.cjsPaths,r=e.cjsVars,i=e.topLevelReturn;un(e.filename)&&(t=void 0,r=void 0,i=void 0);var n=e.runtimeName;return e.eval?{cjsPaths:t,cjsVars:r,runtimeName:n,topLevelReturn:!0}:{cjsPaths:t,cjsVars:r,generateVarDeclarations:e.generateVarDeclarations,hint:e.hint,pragmas:e.pragmas,runtimeName:n,sourceType:e.sourceType,strict:e.strict,topLevelReturn:i}})(t));return t.eval?r:(r.filename=t.filename,r.mtime=t.mtime,r)}function i({column:e,line:t}){return[e,t]}function n([e,t]){return{column:e,line:t}}return re(Z()+1),ee("exit",ue((function(){re(Math.max(Z()-1,0));var t=R.pendingScripts,r=R.pendingWrites,n=R.package.dir;n.forEach((function(e,i){if(""!==i){var s,a=!fn(i),o=e.dirty;o||a||(o=!!dn(cn("ESM_DISABLE_CACHE")),e.dirty=o),(o||a)&&(n.delete(i),t.delete(i),r.delete(i)),a||o&&(s=i+Se+".dirty",an(s)||yn(s,""),gn(i+Se+".data.blob"),gn(i+Se+".data.json"),e.compile.forEach((function(e,t){gn(i+Se+t)})))}}));var s=new Map,a=R.support.createCachedData;t.forEach((function(e,t){var r=n.get(t),i=r.compile,o=r.meta;e.forEach((function(e,r){var n,u=i.get(r);void 0===u&&(u=null),null!==u&&(n=u.scriptData,null===n&&(n=void 0));var l=!1,c=null;if(void 0===n&&(a&&"function"==typeof e.createCachedData?c=e.createCachedData():e.cachedDataProduced&&(c=e.cachedData)),null!==c&&c.length&&(l=!0),null!==u)if(null!==c)u.scriptData=c;else if(void 0!==n&&e.cachedDataRejected){l=!0;var p=o.get(r);void 0!==p&&(p[0]=-1,p[1]=-1),c=null,u.scriptData=null}if(l&&""!==r){var h=s.get(t);void 0===h&&(h=new Map,s.set(t,h)),h.set(r,c)}}))})),s.forEach((function(t,r){var s=n.get(r),a=s.compile,o=s.meta;t.forEach((function(e,t){var n=o.get(t);if(void 0===n){n=[-1,-1];var s=a.get(t);if(void 0===s&&(s=null),null!==s){var u=s,l=u.filename,c=u.firstAwaitOutsideFunction,p=u.firstReturnOutsideFunction,h=u.mtime,f=u.sourceType,d=u.transforms,m=null===c?null:i(c),v=null===p?null:i(p);1===f?0!==d&&n.push(d,h,f,m,v,vn(r,l)):n.push(d,h,f,m,v,vn(r,l),s.circular,s.yieldIndex)}o.set(t,n)}}));var u=s.buffer,l=[],c={},p=0;o.forEach((function(e,r){var i=t.get(r);if(void 0===i){var n=a.get(r);void 0===n&&(n=null);var s=e[0],o=e[1];i=null,null!==n?i=n.scriptData:-1!==s&&-1!==o&&(i=Hr.slice(u,s,o))}null!==i&&(e[0]=p,p+=i.length,e[1]=p,l.push(i)),c[r]=e})),yn(r+Se+".data.blob",Hr.concat(l)),yn(r+Se+".data.json",JSON.stringify({meta:c,version:e}))})),r.forEach((function(e,t){e.forEach((function(e,r){yn(t+Se+r,e.code)&&(function(e,t){var r=R.package.dir.get(e),i=r.compile,n=r.meta,s=on(t);i.forEach((function(r,a){a!==t&&a.startsWith(s)&&(i.delete(a),n.delete(a),gn(e+Se+a))}))})(t,r)}))}))}))),t})(),bn=R.inited?R.module.SafeArray:R.module.SafeArray=q(R.external.Array),wn=R.inited?R.module.GenericArray:R.module.GenericArray=(function(){"use strict";var e=Array.prototype,t=bn.prototype;return{concat:P(t.concat),from:bn.from,indexOf:P(e.indexOf),join:P(e.join),of:bn.of,push:P(e.push),unshift:P(e.unshift)}})(),En=R.inited?R.module.GenericObject:R.module.GenericObject=(function(){"use strict";var e=R.external.Object;return{create:(t,r)=>(null===r&&(r=void 0),null===t||A(t)?Object.create(t,r):void 0===r?new e:Object.defineProperties(new e,r))}})(),Sn=R.inited?R.module.RealModule:R.module.RealModule=fe(k("module")),Rn=R.inited?R.module.SafeModule:R.module.SafeModule=q(Sn),Pn=R.inited?R.module.SafeObject:R.module.SafeObject=q(R.external.Object),_n=R.inited?R.module.utilAssign:R.module.utilAssign=(function(){"use strict";return function(e){for(var t=arguments.length,r=0;++r<t;){var i=arguments[r];for(var n in i)M(i,n)&&(e[n]=i[n])}return e}})(),kn=R.inited?R.module.utilDecodeURIComponent:R.module.utilDecodeURIComponent=(function(){"use strict";var e=decodeURIComponent;return function(t){return"string"==typeof t?e(t):""}})(),In=R.inited?R.module.realPunycode:R.module.realPunycode=(function(){"use strict";if(Ii.has("punycode")){var e=ce("punycode");return A(e)?fe(e):void 0}})(),An=R.inited?R.module.safePunycode:R.module.safePunycode=q(In),Nn=void 0===An?void 0:An.toUnicode,Cn=R.inited?R.module.realURL:R.module.realURL=fe(k("url")),On=R.inited?R.module.safeURL:R.module.safeURL=q(Cn),Tn=On.URL,Mn=On.domainToUnicode,Ln=On.parse,Fn=R.inited?R.module.utilDomainToUnicode:R.module.utilDomainToUnicode=(function(){"use strict";var e="function"==typeof Mn?Mn:Nn;return function(t){return"string"==typeof t?e(t):""}})(),Dn=R.inited?R.module.pathHasEncodedSep:R.module.pathHasEncodedSep=(function(){"use strict";var e=tn.WIN32,t=/%2f/i,r=/%5c|%2f/i;return function(i){return"string"==typeof i&&(e?r.test(i):t.test(i))}})(),jn=R.inited?R.module.utilParseURL:R.module.utilParseURL=(function(){"use strict";var e="function"==typeof Tn,t=["hash","host","hostname","href","pathname","port","protocol","search"];return function(r){var i=R.memoize.utilParseURL,n=i.get(r);return void 0!==n?n:("string"==typeof r&&r.length>1&&47===r.charCodeAt(0)&&47===r.charCodeAt(1)&&(r="file:"+r),n=e?new Tn(r):(function(e){for(var r=Ln(e),i=0,n=null==t?0:t.length;i<n;i++){var s=t[i];"string"!=typeof r[s]&&(r[s]="")}return r})(r),i.set(r,n),n)}})(),Vn=R.inited?R.module.utilGetFilePathFromURL:R.module.utilGetFilePathFromURL=(function(){"use strict";var e=tn.WIN32;return function(t){var r="string"==typeof t?jn(t):t,i=r.pathname;if(""===i||"file:"!==r.protocol||Dn(i))return"";var n=r.host;if(i=kn(i),""!==n&&"localhost"!==n)return e?"\\\\"+Fn(n)+we(i):"";if(!e)return i;if(i.length<3||58!==i.charCodeAt(2))return"";var s=i.charCodeAt(1);return(s>=65&&s<=90||s>=97&&s<=122)&&47===i.charCodeAt(3)?we(i).slice(1):""}})(),Gn=R.inited?R.module.utilIsFileOrigin:R.module.utilIsFileOrigin=(function(){"use strict";return function(e){if("string"!=typeof e)return!1;var t=e.length;return t>7&&102===e.charCodeAt(0)&&105===e.charCodeAt(1)&&108===e.charCodeAt(2)&&101===e.charCodeAt(3)&&58===e.charCodeAt(4)&&47===e.charCodeAt(5)&&47===e.charCodeAt(6)}})(),Bn=R.inited?R.module.utilGetModuleDirname:R.module.utilGetModuleDirname=(function(){"use strict";return function(e){if(V(e)){var t=e.path;if("string"==typeof t)return t;var r=e.id;if(Ii.has(r))return"";var i=e.filename;if(null===i&&"string"==typeof r&&(i=Gn(r)?Vn(r):r),"string"==typeof i)return ye(i)}return"."}})(),Un=R.inited?R.module.pathIsExtNode:R.module.pathIsExtNode=(function(){"use strict";return function(e){if("string"!=typeof e)return!1;var t=e.length;return t>5&&110===e.charCodeAt(t-4)&&46===e.charCodeAt(t-5)&&111===e.charCodeAt(t-3)&&100===e.charCodeAt(t-2)&&101===e.charCodeAt(t-1)}})(),Wn=R.inited?R.module.utilCopyProperty:R.module.utilCopyProperty=(function(){"use strict";return function(e,t,r){if(!A(e)||!A(t))return e;var i=Reflect.getOwnPropertyDescriptor(t,r);return void 0!==i&&(G(i)?e[r]=t[r]:Reflect.defineProperty(e,r,i)),e}})(),qn=R.inited?R.module.utilIsError:R.module.utilIsError=(function(){"use strict";var e=ci.types;if("function"==typeof(e&&e.isNativeError))return e.isNativeError;var t=oe.util.isNativeError;return"function"==typeof t?t:ci.isError})(),zn=R.inited?R.module.errorCaptureStackTrace:R.module.errorCaptureStackTrace=(function(){"use strict";var e=Error.captureStackTrace;return function(t,r){return qn(t)&&("function"==typeof r?e(t,r):e(t)),t}})(),Hn=R.inited?R.module.utilNativeTrap:R.module.utilNativeTrap=(function(){"use strict";return function(e){return function t(...r){try{return Reflect.apply(e,this,r)}catch(e){throw zn(e,t),e}}}})(),$n=R.inited?R.module.utilEmptyArray:R.module.utilEmptyArray=(function(){"use strict";return[]})(),Kn=R.inited?R.module.utilEmptyObject:R.module.utilEmptyObject=(function(){"use strict";return{}})(),Jn=R.inited?R.module.utilIsOwnProxy:R.module.utilIsOwnProxy=(function(){"use strict";var e=b.PACKAGE_PREFIX,t=RegExp("[\\[\"']"+_r(e)+":proxy['\"\\]]\\s*:\\s*1\\s*\\}\\s*.?$"),r={breakLength:1/0,colors:!1,compact:!0,customInspect:!1,depth:0,maxArrayLength:0,showHidden:!1,showProxy:!0},i={breakLength:1/0,colors:!1,compact:!0,customInspect:!1,depth:1,maxArrayLength:0,showHidden:!0,showProxy:!0},n=0;return function(e){return le.instances.has(e)||(function(e){if(!R.support.inspectProxies||!A(e)||1!=++n)return!1;var s;try{s=ui(e,r)}finally{n-=1}if(!s.startsWith("Proxy ["))return!1;n+=1;try{s=ui(e,i)}finally{n-=1}return t.test(s)})(e)}})(),Yn=R.inited?R.module.utilUnwrapOwnProxy:R.module.utilUnwrapOwnProxy=(function(){"use strict";return function(e){if(!A(e))return e;var t=R.memoize.utilUnwrapOwnProxy,r=t.get(e);if(void 0!==r)return r;for(var i,n=le.instances,s=e;void 0!==(i=n.get(s));)s=i[0];return t.set(e,s),s}})(),Xn=R.inited?R.module.shimFunctionPrototypeToString:R.module.shimFunctionPrototypeToString=(function(){"use strict";var e=R.proxyNativeSourceText,t=""===e?"function () { [native code] }":e,r={enable(r){var i=Reflect.getOwnPropertyDescriptor(r,"Function").value.prototype,n=R.memoize.shimFunctionPrototypeToString;if((function(e,t){var r=t.get(e);if(void 0!==r)return r;r=!0;try{var i=e.toString;"function"==typeof i&&(r=Reflect.apply(i,new le(i,Kn),$n)===Reflect.apply(i,i,$n))}catch(e){r=!1}return t.set(e,r),r})(i,n))return r;var s=Hn((function(r,i){""!==e&&Jn(i)&&(i=Yn(i));try{return Reflect.apply(r,i,$n)}catch(e){if("function"!=typeof i)throw e}if(Jn(i))try{return Reflect.apply(r,Yn(i),$n)}catch(e){}return t}));return Reflect.defineProperty(i,"toString",{configurable:!0,value:new le(i.toString,{apply:s}),writable:!0})&&n.set(i,!0),r}};return r})();Xn.enable(R.safeGlobal);var Qn=function(e,t){"use strict";if("function"!=typeof t)return e;var r=R.memoize.utilMaskFunction,i=r.get(e);if(void 0!==i)return i.proxy;i=r.get(t),void 0!==i&&(t=i.source);var n=new le(e,{get:(e,t,r)=>"toString"!==t||M(e,"toString")?(r===n&&(r=e),Reflect.get(e,t,r)):i.toString}),s=M(t,"prototype")?t.prototype:void 0;if(A(s)){var a=M(e,"prototype")?e.prototype:void 0;A(a)||(a=En.create(),Reflect.defineProperty(e,"prototype",{value:a,writable:!0})),Reflect.defineProperty(a,"constructor",{configurable:!0,value:n,writable:!0}),W(a,F(s))}else{var o=Reflect.getOwnPropertyDescriptor(t,"prototype");void 0===o?Reflect.deleteProperty(e,"prototype"):Reflect.defineProperty(e,"prototype",o)}return Wn(e,t,"name"),W(e,F(t)),i={proxy:n,source:t,toString:new le(e.toString,{apply:Hn((function(t,r,n){return gc.state.package.default.options.debug||"function"!=typeof r||Yn(r)!==e||(r=i.source),Reflect.apply(t,r,n)}))})},r.set(e,i),r.set(n,i),n},Zn=R.inited?R.module.utilIsModuleNamespaceObjectLike:R.module.utilIsModuleNamespaceObjectLike=(function(){"use strict";return function(e){if(!V(e)||null!==F(e))return!1;var t=Reflect.getOwnPropertyDescriptor(e,Symbol.toStringTag);return void 0!==t&&!1===t.configurable&&!1===t.enumerable&&!1===t.writable&&"Module"===t.value}})(),es=R.inited?R.module.utilIsProxyInspectable:R.module.utilIsProxyInspectable=(function(){"use strict";return function(e){return!!A(e)&&("function"==typeof e||Array.isArray(e)||Reflect.has(e,Symbol.toStringTag)||e===co.process.module.exports||"[object Object]"===ni(e))}})(),ts=R.inited?R.module.utilIsNativeLikeFunction:R.module.utilIsNativeLikeFunction=(function(){"use strict";var e=Function.prototype.toString,t=RegExp("^"+_r(e.call(e)).replace(/toString|(function ).*?(?=\\\()/g,"$1.*?")+"$");return function(r){if("function"==typeof r)try{return t.test(e.call(r))}catch(e){}return!1}})(),rs=R.inited?R.module.utilIsProxy:R.module.utilIsProxy=(function(){"use strict";if("function"==typeof(li&&li.isProxy))return li.isProxy;var e,t={breakLength:1/0,colors:!1,compact:!0,customInspect:!1,depth:0,maxArrayLength:0,showHidden:!1,showProxy:!0};return function(r){return!!le.instances.has(r)||(void 0===e&&(e="function"==typeof oe.util.getProxyDetails),e?!!he(r):R.support.inspectProxies&&A(r)&&ui(r,t).startsWith("Proxy ["))}})(),is=R.inited?R.module.utilIsNativeFunction:R.module.utilIsNativeFunction=(function(){"use strict";return function(e){if(!ts(e))return!1;var t=e.name;return!("string"==typeof t&&t.startsWith("bound ")||rs(e))}})(),ns=R.inited?R.module.utilIsStackTraceMaskable:R.module.utilIsStackTraceMaskable=(function(){"use strict";return function(e){if(!qn(e))return!1;var t=Reflect.getOwnPropertyDescriptor(e,"stack");return!(void 0!==t&&!0===t.configurable&&!1===t.enumerable&&"function"==typeof t.get&&"function"==typeof t.set&&!is(t.get)&&!is(t.set))}})(),ss=R.inited?R.module.utilSetHiddenValue:R.module.utilSetHiddenValue=(function(){"use strict";var e;return function(t,r,i){if(void 0===e&&(e="function"==typeof oe.util.setHiddenValue),e&&typeof r===R.utilBinding.hiddenKeyType&&null!=r&&A(t))try{return oe.util.setHiddenValue(t,r,i)}catch(e){}return!1}})(),as=R.inited?R.module.errorDecorateStackTrace:R.module.errorDecorateStackTrace=(function(){"use strict";return function(e){return qn(e)&&ss(e,R.utilBinding.errorDecoratedSymbol,!0),e}})(),os=R.inited?R.module.utilEncodeURI:R.module.utilEncodeURI=(function(){"use strict";var e=encodeURI;return function(t){return"string"==typeof t?e(t):""}})(),us=R.inited?R.module.utilGetURLFromFilePath:R.module.utilGetURLFromFilePath=(function(){"use strict";var e=/[?#]/g,t=new Map([["#","%23"],["?","%3F"]]);function r(e){return t.get(e)}return function(t){var i="string"==typeof t?t.length:0;if(0===i)return"file:///";var n=t,s=i;t=mn(Ee(t)),t=os(t).replace(e,r),i=t.length,47!==t.charCodeAt(i-1)&&yi(n.charCodeAt(s-1))&&(t+="/");for(var a=-1;++a<i&&47===t.charCodeAt(a););return a>1?t="/"+t.slice(a):0===a&&(t="/"+t),"file://"+t}})(),ls=R.inited?R.module.utilGetModuleURL:R.module.utilGetModuleURL=(function(){"use strict";return function(e){if("string"==typeof e)return bi(e)?us(e):e;if(V(e)){var t=e.filename,r=e.id;if("string"==typeof t)return us(t);if("string"==typeof r)return r}return""}})(),cs=R.inited?R.module.utilIsParseError:R.module.utilIsParseError=(function(){"use strict";return function(e){for(var t in Zt)if(e instanceof Zt[t])return!0;return!1}})(),ps=R.inited?R.module.utilReplaceWithout:R.module.utilReplaceWithout=(function(){"use strict";return function(e,t,r){if("string"!=typeof e||"string"!=typeof t)return e;var i=r(e.replace(t,"\u200dWITHOUT\u200d"));return"string"==typeof i?i.replace("\u200dWITHOUT\u200d",(function(){return t})):e}})(),hs=R.inited?R.module.utilUntransformRuntime:R.module.utilUntransformRuntime=(function(){"use strict";var e=/\w+\u200D\.a\("(.+?)",\1\)/g,t=/\w+\u200D\.t\("(.+?)"\)/g,r=/\(eval===(\w+\u200D)\.v\?\1\.c:\1\.k\)/g,i=/\(eval===(\w+\u200D)\.v\?\1\.e:eval\)/g,n=/\w+\u200D\.(\w+)(\.)?/g,s=/\w+\u200D\.b\("(.+?)","(.+?)",?/g;function a(e,t){return t}function o(){return""}function u(){return"eval"}function l(e,t,r=""){return"e"===t?"eval"+r:"_"===t||"i"===t?"import"+r:"r"===t?"require"+r:""}function c(e,t,r){return"("+t+r}return function(p){return"string"!=typeof p?"":p.replace(e,a).replace(t,a).replace(r,o).replace(i,u).replace(s,c).replace(n,l)}})(),fs=R.inited?R.module.errorScrubStackTrace:R.module.errorScrubStackTrace=(function(){"use strict";var e=b.PACKAGE_FILENAMES,t=/:1:\d+(?=\)?$)/gm,r=/(\n +at .+)+$/;return function(i){if("string"!=typeof i)return"";var n=r.exec(i);if(null===n)return i;var s=n.index,a=i.slice(0,s),o=i.slice(s).split("\n").filter((function(t){for(var r=0,i=null==e?0:e.length;r<i;r++){var n=e[r];if(-1!==t.indexOf(n))return!1}return!0})).join("\n").replace(t,":1");return a+hs(o)}})(),ds=R.inited?R.module.utilToExternalError:R.module.utilToExternalError=(function(){"use strict";var e=R.external,t=e.Error,r=e.EvalError,i=e.RangeError,n=e.ReferenceError,s=e.SyntaxError,a=e.TypeError,o=e.URIError,u=new Map([["Error",t.prototype],["EvalError",r.prototype],["RangeError",i.prototype],["ReferenceError",n.prototype],["SyntaxError",s.prototype],["TypeError",a.prototype],["URIError",o.prototype]]);return function(e){if(e instanceof Error){var t=F(e),r=t.name,i=u.get(r);void 0!==i&&W(e,i)}return e}})(),ms=R.inited?R.module.errorMaskStackTrace:R.module.errorMaskStackTrace=(function(){"use strict";var e=/^(.+)\n( *\^+)\n(\n)?/m,t=/^( *at (?:.+? \()?)(.+?)(?=:\d+)/gm,r=/^\s*$/,i=/^(.+?):(\d+)(?=\n)/;function n(e,t,r){return t+ls(r)}function s(e,t,r){return ls(t)+":"+r}function a(e){try{return Mr(ln(e,"name"))+": "+Mr(ln(e,"message"))}catch(e){}return""}return function(o,u={}){if(!qn(o))return o;var l,c,p=u.content,h=u.filename,f=u.inModule,d=cs(o);d&&(l=o.column,c=o.line,void 0===f&&(f=o.inModule),Reflect.deleteProperty(o,"column"),Reflect.deleteProperty(o,"inModule"),Reflect.deleteProperty(o,"line")),ds(o);var m=ln(o,"stack");if("string"!=typeof m)return o;var v=a(o);return Reflect.defineProperty(o,"stack",{configurable:!0,get:ue((function(){this.stack="";var o=Mr(ln(this,"message")),u=Mr(ln(this,"name")),g=a(this),y=m.replace(v,(function(){return g}));y=d?(function(e,t,i,n,s,a,o){var u=[0,1];if("string"==typeof o&&(u.push(o+":"+n),"string"!=typeof a&&(a=Pi(o,"utf8"))),"string"==typeof a){var l=a.split("\n"),c=n-1;if(c<l.length){var p="^";i.startsWith("Export '")&&(p=p.repeat(i.indexOf("'",8)-8));var h=l[c];r.test(h)||u.push(h," ".repeat(s)+p,"")}}var f=e.split("\n");return u.push(t+": "+i),f.splice(...u),f.join("\n")})(y,u,o,c,l,p,h):(function(t,r,n){var s=i.exec(t);if(null===s)return"string"==typeof n?n+":1\n"+t:t;var a,o,u=s[0],l=s[1],c=+s[2],p=l!==n&&bi(l);if(!p)if("string"!=typeof r&&"string"==typeof n&&".wasm"!==xe(n)&&(r=Pi(n,"utf8")),"string"!=typeof r||r.startsWith("\0asm"))p=!0;else{var h=c-1;a=r.split("\n"),o=h>-1&&h<a.length?a[h]:""}var f=!1;if(t=t.replace(e,(function(e,t,r,i=""){if(f=!0,p&&(o=t),"string"!=typeof o)return"";if(1===c){var n=O(hc,"wrapper");if(Array.isArray(n)){var s=n[0];if("string"==typeof s&&t.startsWith(s)){var a=s.length;t=t.slice(a),r=r.slice(a)}}}return t===o?o+"\n"+r+"\n"+i:o+(o?"\n\n":"\n")})),f)return t;if(o&&"string"==typeof o){var d=u.length;t=t.slice(0,d)+"\n"+o+"\n"+t.slice(d)}return t})(y,p,h);var x=f?function(e){return(function(e){return e.replace(i,s).replace(t,n)})(fs(e))}:fs;return this.stack=ps(y,g,x)})),set:ue((function(e){Reflect.defineProperty(this,"stack",{configurable:!0,value:e,writable:!0})}))}),as(o),o}})(),vs=function(e){"use strict";var t=gc.state.package.default;return null!==t&&t.options.debug||!ns(e)||ms(e),e},gs=R.inited?R.module.utilIsModuleNamespaceObject:R.module.utilIsModuleNamespaceObject=(function(){"use strict";return function(e){return V(e)&&Reflect.has(e,R.symbol.namespace)&&Jn(e)}})(),ys=R.inited?R.module.utilIsUpdatableDescriptor:R.module.utilIsUpdatableDescriptor=(function(){"use strict";return function(e){return V(e)&&(!0===e.configurable||!0===e.writable)&&M(e,"value")}})(),xs=R.inited?R.module.utilIsUpdatableGet:R.module.utilIsUpdatableGet=(function(){"use strict";return function(e,t){var r=Reflect.getOwnPropertyDescriptor(e,t);return void 0===r||!0===r.configurable||!0===r.writable||"function"==typeof r.get}})(),bs=R.inited?R.module.utilOwnPropertyNames:R.module.utilOwnPropertyNames=(function(){"use strict";return function(e){return A(e)?Object.getOwnPropertyNames(e):[]}})(),ws=R.inited?R.module.utilToRawModuleNamespaceObject:R.module.utilToRawModuleNamespaceObject=(function(){"use strict";var e={value:"Module"};return function(t){var r={__proto__:null};return Reflect.defineProperty(r,Symbol.toStringTag,e),_n(r,t)}})(),Es={},Ss=/\S/;function Rs(e,t){"use strict";return{__proto__:null,[R.customInspectKey]:ue((function(r){var i=_n(En.create(),t);return i.depth=r,Cs(e,i)}))}}function Ps(e,t){"use strict";try{return Reflect.get(e,t)}catch(e){}return Es}function _s(...e){try{return Reflect.apply(ui,this,e)}catch(e){}return""}var ks=function(...e){var t=e[0],r=e[1],i=e[2];if(!A(t))return Reflect.apply(ui,this,e);t=vs(t);var n=En.create();"boolean"==typeof r?n.showHidden=!0:_n(n,r);var s=R.defaultInspectOptions,a=M(n,"customInspect")?n.customInspect:s.customInspect,o=M(n,"showProxy")?n.showProxy:s.showProxy;void 0===i||M(n,"depth")||(n.depth=i),e[0]=t,e[1]=n;var u=Reflect.apply(_s,this,e);return!es(t)||-1===u.indexOf("Proxy [")&&!Zn(t)?u:(n.customInspect=a,n.showProxy=o,r=_n(En.create(),n),e[0]=(function e(t,r,i){"use strict";if(!es(t))return t;if(void 0===i)i=new Map;else{var n=i.get(t);if(void 0!==n)return n}var s,a,o=!1,u=new le(t,{get(e,t,i){i===u&&(i=e);var n=R.customInspectKey,l=Reflect.get(e,t,i),c=l;return l!==Cs||t!==n&&"inspect"!==t?o||t!==n?"toString"===t&&"function"==typeof l&&(c=_.bind(l,e)):c=ue((function(...t){o=!0;var i=t[0],n=t[1],c=_n(En.create(),n),p=r.showProxy;c.customInspect=r.customInspect,c.depth=i,c.showProxy=p;try{return e===Es?c.colors?(function(e,t){var r=Cs.styles.special;if(void 0===r)return"<uninitialized>";var i=Cs.colors[r],n=i[0],s=i[1];return"\x1b["+n+"m<uninitialized>\x1b["+s+"m"})():"<uninitialized>":gs(e)?(function(e,t){for(var r=bs(e),i=ws(),n=0,s=null==r?0:r.length;n<s;n++){var a=r[n];i[a]=Ps(e,a)}var o=Cs(i,t),u=o.slice(0,o.search(Ss)),l=o.slice(o.indexOf("{"),o.lastIndexOf("}")+1);return u+"[Module] "+l})(e,c):(void 0===a&&(a=Jn(e)),void 0===s&&(s=rs(e)),p&&s&&!a?(function(e,t){var r=he(e),i=e;void 0!==r&&(i=new Proxy(Rs(r[0],t),Rs(r[1],t)));var n=_n({},t);return n.customInspect=!0,ui(i,n)})(e,c):("function"!=typeof l&&(c.customInspect=!0),c.showProxy=!1,ui(u,c)))}finally{o=!1}})):c=ui,c!==l&&xs(e,t)?c:vs(l)},getOwnPropertyDescriptor(t,n){var s=Reflect.getOwnPropertyDescriptor(t,n);if(ys(s)){var a=s.value;A(a)&&(s.value=e(a,r,i))}return s}});return i.set(t,u),i.set(u,u),u})(t,r),n.customInspect=!0,n.showProxy=!1,Reflect.apply(ui,this,e))},Is=R.inited?R.module.utilProxyWrap:R.module.utilProxyWrap=(function(){"use strict";return function(e,t){return new le(e,{apply:(e,r,i)=>Reflect.apply(t,r,[e,i]),construct:(e,r,i)=>Reflect.construct(t,[e,r],i)})}})(),As=R.inited?R.module.utilToWrapper:R.module.utilToWrapper=(function(){"use strict";return function(e){return function(t,r){return Reflect.apply(e,this,r)}}})(),Ns=Is(ci.inspect,As(ks)),Cs=Ns;function Os(e){"use strict";try{return JSON.stringify(e)}catch(e){if(qn(e)){if("TypeError"===ln(e,"name")&&ln(e,"message")===R.circularErrorMessage)return"[Circular]";ds(e)}throw e}}var Ts,Ms=function(e,...t){var r=t[0],i=t.length,n=0,s="",a="";if("string"==typeof r){if(1===i)return r;for(var o,u,l=r.length,c=l-1,p=-1,h=0;++p<c;)if(37===r.charCodeAt(p)){var f=r.charCodeAt(++p);if(n+1!==i){var d=void 0;switch(f){case 115:var m=t[++n];"bigint"==typeof m?d=m+"n":V(m)?(void 0===u&&(u=_n({},e,{breakLength:120,colors:!1,compact:!0,depth:0})),d=ks(m,u)):d=m+"";break;case 106:d=Os(t[++n]);break;case 100:var v=t[++n],g=typeof v;d="bigint"===g?v+"n":"symbol"===g?"NaN":+v+"";break;case 79:d=ks(t[++n],e);break;case 111:void 0===o&&(o=_n({},e,{depth:4,showHidden:!0,showProxy:!0})),d=ks(t[++n],o);break;case 105:var y=t[++n],x=typeof y;d="bigint"===x?y+"n":"symbol"===x?"NaN":parseInt(y)+"";break;case 102:var b=t[++n];d="symbol"==typeof b?"NaN":parseFloat(b)+"";break;case 37:a+=r.slice(h,p),h=p+1}h!==p-1&&(a+=r.slice(h,p-1)),a+=d,h=p+1}else 37===f&&(a+=r.slice(h,p),h=p+1)}0!==h&&(++n,s=" ",h<l&&(a+=r.slice(h)))}for(;n<i;){var w=t[n];a+=s+("string"==typeof w?w:ks(w,e)),s=" ",++n}return a},Ls=function(...e){return Ms(Kn,...e)},Fs=ci.formatWithOptions,Ds=ci.types;if(A(Ds)){Ts=En.create();for(var js=Is(Ds.isModuleNamespaceObject,As(gs)),Vs=Is(Ds.isProxy,(function(e,[t]){return e(t)&&!Jn(t)})),Gs=D(Ds),Bs=0,Us=null==Gs?0:Gs.length;Bs<Us;Bs++){var Ws=Gs[Bs];"isModuleNamespaceObject"===Ws?Ts.isModuleNamespaceObject=js:"isProxy"===Ws?Ts.isProxy=Vs:Wn(Ts,Ds,Ws)}}for(var qs=En.create(),zs=D(ci),Hs=0,$s=null==zs?0:zs.length;Hs<$s;Hs++){var Ks=zs[Hs];"format"===Ks?qs.format=Is(ci.format,As(Ls)):"formatWithOptions"===Ks?"function"==typeof Fs&&(qs.formatWithOptions=Is(Fs,As(Ms))):"inspect"===Ks?qs.inspect=Cs:"types"===Ks?void 0!==Ts&&(qs.types=Ts):Wn(qs,ci,Ks)}var Js=qs,Ys=R.inited?R.module.realConsole:R.module.realConsole=fe(k("console")),Xs=R.inited?R.module.safeConsole:R.module.safeConsole=(function(){"use strict";var e=q(Ys),t=e.Console;return N(e,"Console",Qn(q(t),t)),e})(),Qs=R.inited?R.module.safeGlobalConsole:R.module.safeGlobalConsole=q(r),Zs=tn.ELECTRON_RENDERER,ea=tn.FLAGS,ta=tn.HAS_INSPECTOR,ra=Xs.Console,ia=ra.prototype,na=D(ia),sa={customInspect:!0},aa=(function(e){"use strict";for(var t=va(e.log,fa),r=new Map([["assert",va(e.assert,ua)],["debug",t],["dir",va(e.dir,pa)],["dirxml",t],["info",t],["log",t],["trace",va(e.trace)],["warn",va(e.warn)]]),i=T(e),n=0,s=null==i?0:i.length;n<s;n++){var a=i[n];if(ha(a)&&!r.has(a)){var o=e[a];"function"==typeof o&&r.set(a,va(o))}}return r})(ia),oa=(function(e,t){"use strict";for(var r=0,i=null==e?0:e.length;r<i;r++){var n=e[r];if(t.test(Mr(n)))return n}})(Object.getOwnPropertySymbols(Xs),/IsConsole/i);function ua(e,[t,...r]){return Reflect.apply(e,this,[t,...ma(r,da)])}function la(){"use strict";var e=(function(e){try{return(function({stderr:e,stdout:t}){var r=xa.prototype,i=Reflect.construct(xa,R.support.consoleOptions?[{stderr:e,stdout:t}]:[t,e]);W(i,En.create());for(var n=0,s=null==na?0:na.length;n<s;n++){var a=na[n];ha(a)&&!M(i,a)&&Wn(i,r,a)}return i})(e)}catch(e){}return null})(ae);if(null===e)return Ys;if(ta&&ea.inspect)for(var t=oe.inspector.consoleCall,r=R.originalConsole,i="function"==typeof t,n=i?{}:null,s=T(r),a=0,o=null==s?0:s.length;a<o;a++){var u=s[a];if(ha(u)){var l=r[u];if("function"==typeof l){var c=e[u];i&&"function"==typeof c&&M(e,u)?N(e,u,_.bind(t,void 0,l,c,n)):N(e,u,l)}}}else if(Zs)for(var p=T(Qs),h=0,f=null==p?0:p.length;h<f;h++){var d=p[h];if(ha(d)){var m=Qs[d];"function"==typeof m&&N(e,d,m)}}for(var v=D(Xs),g=0,y=null==v?0:v.length;g<y;g++){var x=v[g];ha(x)&&!M(e,x)&&Wn(e,Xs,x)}return e.Console=xa,e}function ca(e){"use strict";for(var t=T(e),r=new Map,i=0,n=null==t?0:t.length;i<n;i++){var s=t[i],a=e[s],o=Qs[s];"function"!=typeof a||"function"!=typeof o||ha(s)&&!ts(o)||r.set(o,a)}return r}function pa(e,[t,r]){return Reflect.apply(e,this,[{[R.customInspectKey](e,i){var n=_n({},i,r);return n.customInspect=!!M(r,"customInspect")&&r.customInspect,n.depth=e,Js.inspect(t,n)}},sa])}function ha(e){"use strict";return"Console"!==e&&"constructor"!==e}function fa(e,t){"use strict";return Reflect.apply(e,this,ma(t,da))}function da(e){"use strict";return V(e)?{[R.customInspectKey](t,r){var i=_n({},r);return i.depth=t,Js.inspect(e,i)}}:e}function ma(e,t){"use strict";for(var r=e.length,i=-1;++i<r;)e[i]=t(e[i]);return e}function va(e,t=function(e,t){"use strict";return Reflect.apply(e,this,t)}){var r={method(...r){var i=R.defaultInspectOptions,n=i.customInspect;N(i,"customInspect",!0);try{return Reflect.apply(t,this,[e,r])}finally{N(i,"customInspect",n)}}};return Qn(r.method,e)}"symbol"!=typeof oa&&(oa=Symbol("kIsConsole"));for(var ga,ya,xa=Qn((function(...e){var t=new.target;if(void 0===t)return Reflect.construct(xa,e);this[oa]=!0;for(var r=xa.prototype,i=T(r),n=0,s=null==i?0:i.length;n<s;n++){var a=i[n];if(ha(a)){var o=this[a];"function"==typeof o&&(this[a]=_.bind(o,this))}}for(var u=Reflect.construct(ra,e,t),l=D(u),c=0,p=null==l?0:l.length;c<p;c++){var h=l[c];ha(h)&&!M(this,h)&&Wn(this,u,h)}}),ra),ba=xa.prototype,wa=0,Ea=null==na?0:na.length;wa<Ea;wa++){var Sa=na[wa];if(ha(Sa)){var Ra=aa.get(Sa);if(void 0===Ra)Wn(ba,ia,Sa);else{var Pa=Reflect.getOwnPropertyDescriptor(ia,Sa);Reflect.defineProperty(ba,Sa,{configurable:Pa.configurable,enumerable:Pa.enumerable,value:Ra,writable:!0===Pa.writable||"function"==typeof Pa.set})}}}Reflect.defineProperty(xa,Symbol.hasInstance,{value:ue((function(e){return e[oa]}))});for(var _a=new le(r,{get(e,t,r){r===_a&&(r=e);var i=Reflect.get(e,t,r);if(xs(e,t)){void 0===ga&&(ga=la(),ya=ca(ga));var n=ya.get(i);if(void 0!==n)return n}return i},getOwnPropertyDescriptor(e,t){var r=Reflect.getOwnPropertyDescriptor(e,t);if(ys(r)){void 0===ga&&(ga=la(),ya=ca(ga));var i=ya.get(r.value);void 0!==i&&(r.value=i)}return r}}),ka=_a,Ia=R.inited?R.module.utilAssignProperties:R.module.utilAssignProperties=(function(){"use strict";return function(e){for(var t=arguments.length,r=0;++r<t;)for(var i=arguments[r],n=D(i),s=0,a=null==n?0:n.length;s<a;s++){var o=n[s];Wn(e,i,o)}return e}})(),Aa=R.inited?R.module.realTimers:R.module.realTimers=fe(k("timers")),Na=R.inited?R.module.safeTimers:R.module.safeTimers=(function(){"use strict";var e=tn.ELECTRON,t=q(Aa);if(e){var r=R.unsafeGlobal;N(t,"setImmediate",r.setImmediate),N(t,"setInterval",r.setInterval),N(t,"setTimeout",r.setTimeout)}return t})(),Ca=Na.setImmediate,Oa=Na,Ta=R.inited?R.module.builtinTimers:R.module.builtinTimers=Ia(En.create(),Oa),Ma=R.inited?R.module.realVM:R.module.realVM=fe(k("vm")),La=R.inited?R.module.safeVM:R.module.safeVM=(function(){"use strict";for(var e=q(Ma),t=e.Script,r=q(t),i=r.prototype,n=F(t.prototype),s=j(n),a=0,o=null==s?0:s.length;a<o;a++){var u=s[a];M(i,u)||Wn(i,n,u)}return W(i,n),N(e,"Script",r),e})(),Fa=La.Script,Da=La,ja=R.inited?R.module.builtinVM:R.module.builtinVM=(function(){"use strict";for(var e=En.create(),t=D(Da),r=0,i=null==t?0:t.length;r<i;r++){var n=t[r];"Module"!==n&&"SourceTextModule"!==n&&Wn(e,Da,n)}return e})(),Va={__proto__:null},Ga=R.memoize.builtinModules,Ba=function(e){f(Va,e,(function(){"use strict";var t=Ga.get(e);if(void 0!==t)return t;var r=new hc(e);return r.exports=(function(e){switch(e){case"console":return ka;case"module":return hc;case"timers":return Ta;case"util":return Js;case"vm":return ja}return fe(k(e))})(e),r.loaded=!0,"console"!==e&&"module"!==e&&"util"!==e&&Ga.set(e,r),r}))},Ua=0,Wa=null==ki?0:ki.length;Ua<Wa;Ua++){var qa=ki[Ua];Ba(qa)}for(var za=Va,Ha=R.inited?R.module.utilInstanceOf:R.module.utilInstanceOf=(function(){"use strict";return function(e,t){for(var r=t.prototype,i=e;null!==(i=F(i));)if(i===r)return!0;return!1}})(),$a=R.inited?R.module.utilGetGetter:R.module.utilGetGetter=(function(){"use strict";var e=Object.prototype.__lookupGetter__;return function(t,r){var i=void 0===r;if(i||!R.support.lookupShadowed){var n=i?t:Reflect.getOwnPropertyDescriptor(t,r);if(void 0!==n)return n.get;if(i)return}return e.call(t,r)}})(),Ka=R.inited?R.module.utilGetSetter:R.module.utilGetSetter=(function(){"use strict";var e=Object.prototype.__lookupSetter__;return function(t,r){var i=void 0===r;if(i||!R.support.lookupShadowed){var n=i?t:Reflect.getOwnPropertyDescriptor(t,r);if(void 0!==n)return n.set;if(i)return}return e.call(t,r)}})(),Ja=R.inited?R.module.utilIsArrowFunction:R.module.utilIsArrowFunction=(function(){"use strict";var e=Function.prototype.toString,t=/^[^=]*=>/;return function(r){if("function"==typeof r)try{return t.test(e.call(r))}catch(e){}return!1}})(),Ya=R.inited?R.module.utilIsBoundFunction:R.module.utilIsBoundFunction=(function(){"use strict";return function(e){if(!ts(e))return!1;var t=e.name;return"string"==typeof t&&t.startsWith("bound ")}})(),Xa=R.inited?R.module.utilIsClassFunction:R.module.utilIsClassFunction=(function(){"use strict";var e=Function.prototype.toString,t=/^class /;return function(r){if("function"==typeof r)try{return t.test(e.call(r))}catch(e){}return!1}})(),Qa=R.inited?R.module.utilIsClassLikeFunction:R.module.utilIsClassLikeFunction=(function(){"use strict";return function(e){if("function"==typeof e){if(Xa(e))return!0;var t=e.name;if("string"==typeof t){var r=t.charCodeAt(0);return r>=65&&r<=90}}return!1}})(),Za=R.inited?R.module.utilIsPlainObject:R.module.utilIsPlainObject=(function(){"use strict";return function(e){if(!V(e))return!1;for(var t=F(e),r=t,i=null;r;)i=r,r=F(i);return t===i}})(),eo=R.inited?R.module.utilIsUpdatableSet:R.module.utilIsUpdatableSet=(function(){"use strict";return function(e,t){var r=Reflect.getOwnPropertyDescriptor(e,t);return void 0===r||!0===r.configurable||!0===r.writable||"function"==typeof r.set}})(),to=R.inited?R.module.utilProxyExports:R.module.utilProxyExports=(function(){"use strict";function e(e,t){if("function"!=typeof e&&"string"!=typeof t){var r=ni(e).slice(8,-1);return"Object"===r?t:r}return t}return function(t){var r=t.module.exports;if(!A(r))return r;var i=R.memoize.utilProxyExports,n=i.get(r);if(void 0!==n)return n.proxy;for(var s=ue((function(e,t,r){r===d&&(r=e);var i=void 0!==$a(e,t),n=Reflect.get(e,t,r);return i&&o(t,n),n})),a=function(e,r){if("function"!=typeof r||Ja(r)||Ya(r)||Qa(r))return r;var i=n.wrap.get(r);return void 0!==i?i:(i=new le(r,{apply:Hn((function(r,i,n){return i!==d&&i!==t.completeMutableNamespace&&i!==t.completeNamespace||(i=e),Reflect.apply(r,i,n)}))}),n.wrap.set(r,i),n.unwrap.set(i,r),i)},o=function(e,r){var i=t.getters,n=i[e];if(void 0!==n){t.addGetter(e,(function(){return r}));try{t.updateBindings(e)}finally{i[e]=n}}else t.updateBindings()},u={defineProperty(e,r,i){var a=i.value;if("function"==typeof a){var o=n.unwrap.get(a);i.value=void 0===o?a:o}return Pn.defineProperty(e,r,i),"function"==typeof i.get&&"function"!=typeof u.get&&(u.get=s),M(t.getters,r)&&(t.addGetter(r,(function(){return t.exports[r]})),t.updateBindings(r)),!0},deleteProperty:(e,r)=>!!Reflect.deleteProperty(e,r)&&(M(t.getters,r)&&(t.addGetter(r,(function(){return t.exports[r]})),t.updateBindings(r)),!0),set(e,r,i,s){if(!eo(e,r))return!1;var a="function"==typeof i?n.unwrap.get(i):void 0;void 0!==a&&(i=a),s===d&&(s=e);var o=void 0!==Ka(e,r);return!!Reflect.set(e,r,i,s)&&(M(t.getters,r)?(t.addGetter(r,(function(){return t.exports[r]})),t.updateBindings(o?void 0:r)):o&&t.updateBindings(),!0)}},l=t.builtin,c=l?null:T(r),p=0,h=null==c?0:c.length;p<h;p++){var f=c[p];if("function"==typeof Reflect.getOwnPropertyDescriptor(r,f).get){u.get=s;break}}R.support.nativeProxyReceiver&&(l||Za(r))?l&&V(r)&&!Reflect.has(r,Symbol.toStringTag)&&"[object Object]"!==ni(r)&&(u.get=function(t,r,i){i===d&&(i=t);var n=Reflect.get(t,r,i);if(r===Symbol.toStringTag){var s=e(t,n);if(s!==n&&xs(t,r))return s}return n}):(u.get=function(t,r,i){i===d&&(i=t);var n=s(t,r,i),o=n;return r===Symbol.toStringTag&&(o=e(t,n)),o=a(t,o),o!==n&&xs(t,r)?o:n},u.getOwnPropertyDescriptor=function(e,t){var r=Reflect.getOwnPropertyDescriptor(e,t);if(ys(r)){var i=r.value;"function"==typeof i&&(r.value=a(e,i))}return r});var d=new le(r,u);return n={proxy:d,unwrap:new WeakMap,wrap:new WeakMap},i.set(r,n),i.set(d,n),d}})(),ro=Function.prototype[Symbol.hasInstance],io={__proto__:null},no=R.memoize.builtinEntries,so=function(e){f(io,e,(function(){"use strict";var t=no.get(e);if(void 0!==t)return t;var r=(function(e){var t=za[e],r=t.exports,i=r,n="function"==typeof i;if(n&&"assert"!==e){var s=i,a=s.prototype,o=Qn((function(e){return(this===r||this===u)&&e instanceof s||Ha(e,this)}),ro),u=new le(s,{get(e,t,i){i!==r&&i!==u||(i=e);var n=Reflect.get(e,t,i),s=n;return t===Symbol.hasInstance?s=o:n===e?s=r:n===a&&(s=l),s!==n&&xs(e,t)?s:n},getOwnPropertyDescriptor(e,t){var r=Reflect.getOwnPropertyDescriptor(e,t);return void 0!==r&&r.value===a&&ys(r)&&(r.value=l),r}}),l=new le(a,{get(e,t,i){i===l&&(i=e);var n=Reflect.get(e,t,i);return n===s&&xs(e,t)?r:n},getOwnPropertyDescriptor(e,t){var i=Reflect.getOwnPropertyDescriptor(e,t);return void 0!==i&&i.value===s&&ys(i)&&(i.value=r),i}});t.exports=u}var c=Hp.get(t);return c.builtin=!0,r=to(c),t.exports=r,c.exports=r,n&&"module"===e&&(i.prototype.constructor=r),c.loaded(),c})(e);return"console"!==e&&"module"!==e&&"util"!==e&&no.set(e,r),r}))},ao=0,oo=null==ki?0:ki.length;ao<oo;ao++){var uo=ki[ao];so(uo)}var lo,co=io,po=R.inited?R.module.builtinReflect:R.module.builtinReflect=(function(){"use strict";var e=R.external.Reflect,t=e.defineProperty,r=e.deleteProperty,i=e.set;function n(e){return Qn((function(...t){var r=t[0];try{return Reflect.apply(e,this,t)}catch(e){if(gs(r))return!1;throw e}}),e)}var s=En.create();return Ia(s,e),"function"==typeof t&&(s.defineProperty=n(t)),"function"==typeof r&&(s.deleteProperty=n(r)),"function"==typeof i&&(s.set=n(i)),s})(),ho=R.inited?R.module.builtinGlobal:R.module.builtinGlobal=(function(){"use strict";var e={Reflect:po,get console(){return co.console.module.exports}},t=new Map([["Reflect",R.external.Reflect],["console",r]]),i=new le(R.unsafeGlobal,{get(r,n,s){s===i&&(s=r);var a=Reflect.get(r,n,s);if(t.has(n)){var o=e[n];if(o!==a&&a===t.get(n)&&xs(r,n))return o}return a},getOwnPropertyDescriptor(r,i){var n=Reflect.getOwnPropertyDescriptor(r,i);return t.has(i)&&void 0!==n&&n.value===t.get(i)&&ys(n)&&(n.value=e[i]),n}});return i})(),fo=R.inited?R.module.errorGetBuiltinErrorConstructor:R.module.errorGetBuiltinErrorConstructor=(function(){"use strict";var e=R.external.Error;return function(t){if(t instanceof Error||t===Error.prototype)return Error;if(t instanceof e||t===e.prototype)return e;for(var r=t;null!==(r=F(r));){var i=r.constructor;if("function"==typeof i&&"Error"===i.name&&is(i))return i}return e}})(),mo=R.inited?R.module.errorConstructError:R.module.errorConstructError=(lo=b.STACK_TRACE_LIMIT,function(e,t,r=lo){var i=fo(e.prototype),n=Reflect.getOwnPropertyDescriptor(i,"stackTraceLimit"),s=void 0===n?void 0:n.value,a=0===r||"number"!=typeof s||Number.isNaN(s)||s<r;a&&N(i,"stackTraceLimit",r);var o=Reflect.construct(e,t);return a&&(void 0===n?Reflect.deleteProperty(i,"stackTraceLimit"):Reflect.defineProperty(i,"stackTraceLimit",n)),o}),vo=R.inited?R.module.errorGetLocationFromStackTrace:R.module.errorGetLocationFromStackTrace=(function(){"use strict";var e=/^(.+?):(\d+)(?=\n)/,t=/^ *at (?:.+? \()?(.+?):(\d+)(?:\:(\d+))?/gm;function r(e){return bi(e)&&!Ci(e)}return function(i){if(!qn(i))return null;var n=ln(i,"stack");if("string"!=typeof n)return null;var s=Mr(ln(i,"message"));n=n.replace(s,"");var a=e.exec(n);if(null!==a){var o=a,u=o[1],l=o[2];if(r(u))return{column:0,filename:u,line:l}}for(t.lastIndex=0;null!==(a=t.exec(n));){var c=a,p=c[1],h=c[2],f=c[3];if(r(p))return{column:f,filename:p,line:h}}return null}})(),go=R.inited?R.module.utilGetModuleName:R.module.utilGetModuleName=(function(){"use strict";return function(e){if(V(e)){var t=e.filename,r=e.id;if("string"==typeof r)return"."===r&&"string"==typeof t?t:r;if("string"==typeof t)return t}return""}})(),yo=function(e,t=128){var r=ks(e);return r.length>t?r.slice(0,t)+"...":r},xo=R.inited?R.module.errors:R.module.errors=(function(){"use strict";var e=39,t=b.PACKAGE_VERSION,r=R.external,i=r.Error,n=r.ReferenceError,s=r.SyntaxError,a=r.TypeError,o=new Map,u={MAIN_NOT_FOUND:function(t,r){var n=new i("Cannot find module "+Dr(t,e)+'. Please verify that the package.json has a valid "main" entry');return n.code="MODULE_NOT_FOUND",n.path=r,n.requestPath=t,n},MODULE_NOT_FOUND:function(t,r){var n=(function(e){for(var t=[],r=new Set;null!=e&&!r.has(e);)r.add(e),t.push(go(e)),e=e.parent;return t})(r),s="Cannot find module "+Dr(t,e);0!==n.length&&(s+="\nRequire stack:\n- "+n.join("\n- "));var a=new i(s);return a.code="MODULE_NOT_FOUND",a.requireStack=n,a}};function l(e,t,r){u[e]=(function(e,t){return function(...r){var i,n=r.length,s=0===n?null:r[n-1],a="function"==typeof s?r.pop():null,u=o.get(t),l=u(...r);null===a?i=mo(e,[l]):(i=mo(e,[l],0),zn(i,a));var c=vo(i);if(null!==c){var p=ln(i,"stack");"string"==typeof p&&Reflect.defineProperty(i,"stack",{configurable:!0,value:c.filename+":"+c.line+"\n"+p,writable:!0})}return i}})(r,e),o.set(e,t)}function c(e,t,r){u[e]=(function(e,t){return class extends e{constructor(...e){var r=o.get(t);super(r(...e));var i=Mr(ln(this,"name"));Reflect.defineProperty(this,"name",{configurable:!0,value:i+" ["+t+"]",writable:!0}),ln(this,"stack"),Reflect.deleteProperty(this,"name")}get code(){return t}set code(e){N(this,"code",e)}}})(r,e),o.set(e,t)}function p(t){return"symbol"==typeof t?Mr(t):Dr(t,e)}return l("ERR_CONST_ASSIGNMENT",(function(){return"Assignment to constant variable."}),a),l("ERR_EXPORT_CYCLE",(function(e,t){return"Detected cycle while resolving name '"+t+"' in '"+ls(e)+"'"}),s),l("ERR_EXPORT_MISSING",(function(e,t){return"The requested module '"+ls(e)+"' does not provide an export named '"+t+"'"}),s),l("ERR_EXPORT_STAR_CONFLICT",(function(e,t){return"The requested module '"+ls(e)+"' contains conflicting star exports for name '"+t+"'"}),s),l("ERR_INVALID_ESM_FILE_EXTENSION",(function(e){return"Cannot load module from .mjs: "+ls(e)}),i),l("ERR_INVALID_ESM_OPTION",(function(r,i,n){return"The esm@"+t+" option "+(n?Mr(r):Dr(r,e))+" is invalid. Received "+yo(i)}),i),l("ERR_NS_ASSIGNMENT",(function(e,t){return"Cannot assign to read only module namespace property "+p(t)+" of "+ls(e)}),a),l("ERR_NS_DEFINITION",(function(e,t){return"Cannot define module namespace property "+p(t)+" of "+ls(e)}),a),l("ERR_NS_DELETION",(function(e,t){return"Cannot delete module namespace property "+p(t)+" of "+ls(e)}),a),l("ERR_NS_EXTENSION",(function(e,t){return"Cannot add module namespace property "+p(t)+" to "+ls(e)}),a),l("ERR_NS_REDEFINITION",(function(e,t){return"Cannot redefine module namespace property "+p(t)+" of "+ls(e)}),a),l("ERR_UNDEFINED_IDENTIFIER",(function(e){return e+" is not defined"}),n),l("ERR_UNKNOWN_ESM_OPTION",(function(e){return"Unknown esm@"+t+" option: "+e}),i),c("ERR_INVALID_ARG_TYPE",(function(e,t,r){var i="The '"+e+"' argument must be "+t;return arguments.length>2&&(i+=". Received type "+(null===r?"null":typeof r)),i}),a),c("ERR_INVALID_ARG_VALUE",(function(e,t,r="is invalid"){return"The argument '"+e+"' "+r+". Received "+yo(t)}),i),c("ERR_INVALID_PROTOCOL",(function(e,t){return"Protocol '"+e+"' not supported. Expected '"+t+"'"}),i),c("ERR_MODULE_RESOLUTION_LEGACY",(function(e,t,r){return e+" not found by import in "+t+". Legacy behavior in require() would have found it at "+r}),i),c("ERR_REQUIRE_ESM",(function(e){return"Must use import to load module: "+ls(e)}),i),c("ERR_UNKNOWN_FILE_EXTENSION",(function(e){return"Unknown file extension: "+e}),i),u})(),bo=R.inited?R.module.bundledLookup:R.module.bundledLookup=(function(){"use strict";var e=tn.BRAVE,t=tn.ELECTRON,r=new Set;return t&&r.add("electron"),e&&r.add("ad-block").add("tracking-protection"),r})(),wo=R.inited?R.module.pathIsExtJS:R.module.pathIsExtJS=(function(){"use strict";return function(e){if("string"!=typeof e)return!1;var t=e.length;return t>3&&46===e.charCodeAt(t-3)&&106===e.charCodeAt(t-2)&&115===e.charCodeAt(t-1)}})(),Eo=R.inited?R.module.moduleInternalReadPackage:R.module.moduleInternalReadPackage=(function(){"use strict";var e=/"main"/;return function(t,r){var i=R.memoize.moduleInternalReadPackage,n=void 0===r?0:r.length,s=t+"\0";n>0&&(s+=1===n?r[0]:r.join());var a=i.get(s);if(void 0!==a)return a;var o,u=t+Se+"package.json",l=Pi(u,"utf8");if(null===l||""===l||1===n&&"main"===r[0]&&!e.test(l))return null;try{o=JSON.parse(l)}catch(e){throw e.message="Error parsing "+u+": "+e.message,e.path=u,ds(e),e}return V(o)?(i.set(s,o),o):null}})(),So=R.inited?R.module.fsRealpath:R.module.fsRealpath=(function(){"use strict";var e,t=tn.ELECTRON,r=tn.WIN32,i=R.realpathNativeSync,n=t||r,s=!n&&"function"==typeof i;function a(t){try{return Qr(t)}catch(r){if(qn(r)&&"ENOENT"===r.code&&(void 0===e&&(e=!n&&!R.support.realpathNative&&"function"==typeof oe.fs.realpath),e))return(function(e){if("string"==typeof e)try{return oe.fs.realpath(nn(e))}catch(e){}return""})(t)}return""}return function(e){if("string"!=typeof e)return"";var t=R.memoize.fsRealpath,r=t.get(e);return void 0!==r?r:(r=s?(function(e){try{return i(e)}catch(e){}return a(e)})(e):a(e),""!==r&&t.set(e,r),r)}})(),Ro=39,Po=tn.FLAGS,_o=tn.TINK,ko=tn.YARN_PNP,Io=xo.MAIN_NOT_FOUND,Ao=Zr.prototype.isFile,No=["main"],Co=_o||ko,Oo=!Co&&!Po.preserveSymlinks,To=!Co&&!Po.preserveSymlinksMain;function Mo(e,t,r){"use strict";for(var i=0,n=null==t?0:t.length;i<n;i++){var s=t[i],a=Fo(e+s,r);if(""!==a)return a}return""}function Lo(e,t,r,i){"use strict";if("string"!=typeof t)return"";var n=Ee(e,t),s=Fo(n,i);return""===s&&(s=Mo(n,r,i)),""===s&&(s=Mo(n+Se+"index",r,i)),s}function Fo(e,t){"use strict";var r=-1;if(wo(e)||un(e)){var i=rn(e);null!==i&&(r=Reflect.apply(Ao,i,[])?0:1)}else r=sn(e);if(r)return"";var n=t?To:Oo;return n?So(e):e}function Do(e,t,r,i,n){"use strict";var s,a,o,u=Eo(t,r);if(null===u)return Mo(t+Se+"index",i,n);for(var l=0,c=null==r?0:r.length;l<c;l++)if(s=r[l],a=u[s],o=Lo(t,a,i,n),""!==o&&("main"===s||!un(o)))return o;var p=t+Se+"package.json";if(o=Mo(t+Se+"index",i,n),""===o)throw new Io(e,p);return Po.pendingDeprecation&&Y("Invalid "+Dr(s,Ro)+" field in "+Dr(p,Ro)+" of "+yo(a)+". Please either fix or report it to the module author","DeprecationWarning","DEP0128"),o}var jo,Vo=function(e,t,r=!1,i,n){var s=t.length,a=e+"\0"+(1===s?t[0]:wn.join(t))+"\0";void 0!==i&&(a+=1===i.length?i[0]:i.join()),a+="\0",void 0!==n&&(a+=1===n.length?n[0]:n.join()),a+="\0",r&&(a+="1");var o=R.memoize.moduleInternalFindPath,u=o.get(a);if(void 0!==u)return u;var l=r?To:Oo,c=vi(e);if(!c&&0===s)return"";var p=e.length,h=0!==p;if(h){var f=e.charCodeAt(p-1);46===f&&(f=e.charCodeAt(p-2),46===f&&(f=e.charCodeAt(p-3))),h=yi(f)}c&&(l?(t=[ye(e)],e=ve(e)):t=[e]);for(var d=0,m=t,v=null==m?0:m.length;d<v;d++){var g=m[d];if(c||1===sn(g)){var y=g;if(!l||(y=So(g),""!==y)){c?l&&(y+=Se+e):y=Ee(y,e);var x=-1,b=null;wo(y)||un(y)?(b=rn(y),null!==b&&(x=Reflect.apply(Ao,b,[])?0:1)):x=sn(y);var w="";if(h||(0===x&&(w=l?So(y):y),""===w&&(void 0===n&&(n=T(hc._extensions)),w=Mo(y,n,r))),1===x&&""===w&&(void 0===n&&(n=T(hc._extensions)),void 0===i&&(i=No),w=Do(e,y,i,n,r)),""!==w)return o.set(a,w),w}}}return""},Go={},Bo=R.inited?R.module.utilValidateString:R.module.utilValidateString=(function(){"use strict";var e=xo.ERR_INVALID_ARG_TYPE;return function(t,r){if("string"!=typeof t)throw new e(r,"string",t)}})(),Uo=tn.ELECTRON,Wo=tn.WIN32,qo=Array.prototype.map.call("node_modules",(function(e){return e.charCodeAt(0)})).reverse(),zo=qo.length,Ho=Qn((function(e){"use strict";if(Bo(e,"from"),Uo)return Rn._nodeModulePaths(e);if(e=Ee(e),Wo){if(e.length>1&&92===e.charCodeAt(e.length-1)&&58===e.charCodeAt(e.length-2))return wn.of(e+"node_modules")}else if("/"===e)return wn.of("/node_modules");for(var t=e,r=t.length,i=r,n=0,s=wn.of();r--;){var a=e.charCodeAt(r);yi(a)?(n!==zo&&wn.push(s,e.slice(0,i)+Se+"node_modules"),i=r,n=0):-1!==n&&(qo[n]===a?n+=1:n=-1)}return Wo||wn.push(s,"/node_modules"),s}),Sn._nodeModulePaths),$o=Ho,Ko=tn.RUNKIT,Jo=b.PACKAGE_DIRNAME,Yo=function(e,t=null,r=!1){var i=null!==t&&t.filename;if(!xi(e)){var n=null!==t&&t.paths,s=n?wn.from(n):wn.of();return n&&!r&&wn.push(s,...gc.state.module.globalPaths),Ko&&(void 0===jo&&(jo=ye(Jo)),s.push(jo)),s.length?s:null}if("string"==typeof i)return wn.of(ye(i));var a=r?$o("."):hc._nodeModulePaths(".");return wn.unshift(a,"."),a},Xo=1,Qo=2,Zo=tn.ELECTRON,eu=tn.FLAGS,tu=tn.YARN_PNP,ru=xo.ERR_INVALID_PROTOCOL,iu=xo.ERR_MODULE_RESOLUTION_LEGACY,nu=xo.ERR_UNKNOWN_FILE_EXTENSION,su=xo.MODULE_NOT_FOUND,au=/^\/\/localhost\b/,ou=/[?#].*$/,uu=[".mjs",".js",".json",".node"],lu=["main"],cu=new Set(uu);function pu(e,t,r,i,n,s,a){"use strict";var o;return i&&Array.isArray(i.paths)?o=(function(e,t,r){for(var i=new hc(""),n=[],s=0,a=null==t?0:t.length;s<a;s++){var o=t[s];i.paths=$o(o);for(var u=Yo(e,i,r),l=0,c=null==u?0:u.length;l<c;l++){var p=u[l];-1===n.indexOf(p)&&n.push(p)}}return n})(e,i.paths,a):(o=Yo(e,t,a),null===o&&(o=[])),Vo(e,o,r,n,s)}function hu(e,t){"use strict";if(!gc.state.package.default.options.debug){var r={filename:null,inModule:!1};if(null!==t){var i=t.type;r.filename=t.filename,r.inModule=(!t.package.options.cjs.paths||".mjs"===t.extname)&&i!==Xo&&i!==Qo}ms(e,r)}return e}var fu=function(e,t,r=!1,i){if(Zo&&bo.has(e))return Rn._resolveFilename(e,t,r,i);if(Ii.has(e))return e;if(tu)return Go._resolveFilename(e,t,r,i);var n,s,a,o=vi(e),u=Hp.get(t);if(null!==u&&u.updateFilename(),n=o?ye(e):null===u?"":u.dirname,!V(i)){s=R.memoize.moduleESMResolveFilename,a=e+"\0"+n+"\0"+(r?"1":"");var l=s.get(a);if(void 0!==l)return l}var c=!o&&xi(e),p=o||c,h=Uc.get(n).options,f=h.cjs.paths,d=h.mainFields;null!==u&&".mjs"===u.extname&&(f=!1,d=lu);var m="";if(p||47!==e.charCodeAt(0)&&-1===e.indexOf(":")){if(p){var v=e.replace(ou,"");if(!Dn(v)){var g,y=o?[""]:[n];f||(g="explicit"===eu.esModuleSpecifierResolution?$n:uu),v=kn(v),m=Vo(v,y,r,d,g)}}else if(!Dn(e)){var x=kn(e),b=!f,w=f?void 0:uu;if(m=pu(x,t,r,i,d,w,b),""===m&&Ii.has(x))return void 0!==s&&s.set(a,x),x}}else{var E=jn(e);if(m=Vn(E),""===m&&"file:"!==E.protocol&&!au.test(e)){var S=new ru(E.protocol,"file:");throw hu(S,u),S}""!==m&&(m=pu(m,t,r,i,$n,$n,!0))}if(""!==m){if(f||r||wo(m)||un(m)||cu.has(xe(m)))return void 0!==s&&s.set(a,m),m;var P=new nu(m);throw hu(P,u),P}if(m=(function(e,t,r,i){"use strict";try{return hc._resolveFilename(e,t,r,i)}catch(e){}return""})(e,t,r,i),""!==m){if(f)return void 0!==s&&s.set(a,m),m;var _=new iu(e,n,m);throw hu(_,u),_}var k=new su(e,t);throw hu(k,u),k},du=function(e,t,r,i){"use strict";var n;try{return fu(e,t,r,i)}catch(e){n=e}try{return hc._resolveFilename(e,t,r,i)}catch(e){}throw n},mu=function(e,t,r=!1,i,n){var s,a=gc.state.module,o=R.moduleState.parsing,u=i[e];void 0===u&&i===a.scratchCache&&(u=hc._cache[e]);var l=void 0!==u;if(l){var c=null!=t&&t.children;if(Array.isArray(c)&&-1===wn.indexOf(c,u)&&wn.push(c,u),s=Hp.get(u),o||u.loaded||2!==s.state)return s}else{if(M(co,e))return co[e];u=new hc(e,t),u.filename=Gn(e)?Vn(e):e,s=Hp.get(u),r&&(u.id=".",a.mainModule=u,I.mainModule=u)}var p=s,h=p.compileData,f=s.extname;if(l||null!==h&&null!==h.code||".json"===f||".wasm"===f)return n(s),s;var d=u,m=d._compile,v=M(u,"_compile");return N(u,"_compile",ue((function(e,t){"use strict";v?N(this,"_compile",m):Reflect.deleteProperty(this,"_compile");var r=M(this,R.symbol._compile)?this[R.symbol._compile]:null,i=m;return"function"==typeof r&&(i=r,Reflect.deleteProperty(this,R.symbol._compile)),Reflect.apply(i,this,[e,t])}))),n(s),s},vu=R.inited?R.module.utilDecodeURI:R.module.utilDecodeURI=(function(){"use strict";var e=decodeURI;return function(t){return"string"==typeof t?e(t):""}})(),gu=R.inited?R.module.utilGetURLQueryFragment:R.module.utilGetURLQueryFragment=(function(){"use strict";var e=/[?#]/;return function(t){var r="string"==typeof t?t.search(e):-1;return-1===r?"":vu(os(t.slice(r)))}})(),yu=R.inited?R.module.moduleInternalFindCompilerExtension:R.module.moduleInternalFindCompilerExtension=(function(){"use strict";return function(e,t){var r=t.basename,i=t.extname,n=t.filename;if(""===i)return i;for(var s,a=n.length-i.length,o=0;-1!==(s=r.indexOf(".",o));)if(o=s+1,0!==s){var u=s===a,l=u?i:r.slice(s);if(M(e,l))return l;if(u)break}return""}})(),xu=function(e,t,r=!1,i){var n,s=R.moduleState.parsing,a=Hp.get(t),o=null===a?null:a.package.options.cjs,u=null!==a&&".mjs"===a.extname,l=null===a?-1:a.type;n=null!==a&&o.paths&&!u?du(e,t,r):fu(e,t,r);var c=ye(n);"."===c&&Ii.has(n)&&(e=n);var p=Uc.from(n),h=p.options.cjs,f=gu(e),d=gc.state.module,m=d.moduleCache,v=d.scratchCache,g=hc._cache,y=!h.cache;if(e=""===f?n:us(n)+f,un(n)||M(m,e))g=m;else if(s)g=v;else if(M(v,e)){var x=v[e];y&&1!==Hp.get(x).type&&(g=m),g[e]=x,Reflect.deleteProperty(v,e)}var b=!1,w=function(e){"use strict";var t=1===e.type;t&&(y=!1),r&&y&&Reflect.deleteProperty(I,"mainModule"),t&&null!==a&&(u||1!==l&&2!==l&&!o.cache)&&(e.module.parent=void 0)},E=mu(e,t,r,g,(function(t){"use strict";b=!0,g[e]=t.module,null!==a&&(a.children[t.name]=t),s||w(t),"function"==typeof i&&i(t),(function(e,t,r,i,n){var s,a=!0;try{(function(e,t,r){var i=R.moduleState.parsing;e.updateFilename(t),null===r&&(r=e);var n=gc.state.module.extensions,s=e.extname,a=r.extname,o=r.type,u=1===o,l=".mjs"===a,c=2===o;(u||c||".js"===s||(".cjs"===s||r.package.options.cjs.extensions)&&!l)&&(n=hc._extensions);var p=yu(n,e);""===p&&(p=".js");var h=e.module;h.paths||(h.paths=u||c||e.package.options.cjs.paths&&!l&&".mjs"!==s?hc._nodeModulePaths(e.dirname):$o(e.dirname)),i&&".cjs"!==p&&".js"!==p&&".json"!==p&&".mjs"!==p&&".wasm"!==p?e.state=2:(n[p](h,t),i||h.loaded||(h.loaded=!0))})(e,t,r),a=!1}catch(e){throw s=e,s}finally{a&&(1!==e.type?Reflect.defineProperty(i,n,{configurable:!0,enumerable:!0,get:ue((function(){throw s})),set:ue((function(e){N(this,n,e)}))}):Reflect.deleteProperty(i,n))}})(t,n,a,g,e)}));return s&&w(E),b||"function"!=typeof i||i(E),null!==a&&(a._lastChild=E),E},bu=R.inited?R.module.moduleEsmValidateDeep:R.module.moduleEsmValidateDeep=(function(){"use strict";var e=1,t=-1,r=3,i=1,n=4,s=2,a=xo.ERR_EXPORT_CYCLE,o=xo.ERR_EXPORT_MISSING;function u(e,t,i){var n=e.setters[t],s=n.findIndex((function({owner:e}){return e===i}));if(-1!==s){var u=(function e(t,i,n){var s=t.name;if(void 0===n)n=new Set;else if(n.has(s))return!0;n.add(s);for(var a=0,o=t.setters[i],u=null==o?0:o.length;a<u;a++){var l=o[a];if(l.type===r&&e(l.owner,l.exportedName,n))return!0}return!1})(e,t)?a:o;throw n.splice(s,1),new u(e.module,t)}}function l(r,a){var o=".mjs"===a.extname,l=a.package.options.cjs.namedExports&&!o;if(r._namespaceFinalized!==t){var c=r.type,p=c===i,h=r._loaded===e,f=(p||c===n)&&!l&&!r.builtin||c===s&&o;if(!p||f||h){var d,m=r._validation,v=r.getters,g=r.setters;for(var y in g){if(f){if("*"===y||"default"===y)continue;u(r,y,a)}var x=m.get(y);if(!0!==x){if(void 0===d&&(d=h?r.getExportByName("*",a):v),M(d,y)){var b=v[y],w=b,E=w.owner;if(E.type===i&&E._loaded!==e)continue;if(!b.deferred){m.set(y,!0);continue}for(var S=new Set;void 0!==b&&b.deferred;)S.has(b)?b=void 0:(S.add(b),b=b.owner.getters[b.id]);if(void 0!==b){v[y]=b,m.set(y,!0);continue}}m.set(y,!1),u(r,y,a)}}}}}return function e(t,r){var n=t.children;if(void 0===r)r=new Set;else if(r.has(t))return;for(var s in r.add(t),n){var a=n[s];a.type!==i&&e(a,r),l(a,t)}}})(),wu=R.inited?R.module.moduleEsmValidateShallow:R.module.moduleEsmValidateShallow=(function(){"use strict";var e=xo.ERR_EXPORT_MISSING;return function(t,r){var i,n=t._validation,s=t.setters;for(var a in s){var o=n.get(a);if(!0!==o)if(void 0===i&&(i=t.getExportByName("*",r)),M(i,a))n.set(a,!0);else{n.set(a,!1);var u=s[a],l=u.findIndex((function({owner:e}){return e===r}));if(-1!==l)throw u.splice(l,1),new e(t.module,a)}}}})(),Eu=xo.ERR_INVALID_ESM_FILE_EXTENSION;function Su(e,t,r){"use strict";var i=r._lastChild;if(null!==i&&Object.is(i.module.exports,t))return i;var n=(function(e,t,r){try{return du(e,t,void 0)}catch(e){}if(bi(e)){var i=t.filename;return"string"==typeof i?Ee(i,e):Ee(e)}return e})(e,r.module),s=new hc(n);return s.exports=t,s.loaded=!0,bi(n)&&(s.filename=n),Hp.get(s)}function Ru(e,t,r){"use strict";var i,n,s=R.moduleState;s.requireDepth+=1;var a=!0;try{i=xu(e,t.module,!1,r),a=!1}catch(e){n=e}if(s.requireDepth-=1,!a)return i;if(".mjs"===t.extname||!qn(n))throw n;var o=n,u=o.code;if("ERR_INVALID_PROTOCOL"!==u&&"MODULE_NOT_FOUND"!==u)throw n;return null}function Pu(e,t){"use strict";t._passthruRequire=!0;try{return t.module.require(e)}finally{t._passthruRequire=!1}}var _u=function(e,t,r,i=!1){var n=R.moduleState,s=n.parsing,a=null,o=!1,u=function(e,t,i=t.name){e.children[i]=t,t.addSetters(r,e)},l=function(){"use strict";if(!o){o=!0;var r=Pu(e,t);if(null===a)a=Su(e,r,t),u(t,a);else if(!Object.is(a.module.exports,r)){var i=a,n=i.name;a=Su(e,r,t),u(t,a,n)}a.loaded(),a.updateBindings(null,3),wu(a,t)}},c=function(e){return u(t,e)};if(i||s){i&&(n.parsing=!0);try{a=Ru(e,t,c)}finally{i&&(n.parsing=!1)}null!==a&&(a.updateBindings(),i&&2===a.state&&1!==a.type&&bu(a))}else a=Ru(e,t,c);if(s){if(null===a){var p=Pu(e,t);a=Su(e,p,t),u(t,a)}a._finalize=l}if(".mjs"===t.extname&&null!==a&&3===a.type&&".mjs"!==a.extname)throw Eu(a.module);s||l()},ku=R.inited?R.module.utilIdentity:R.module.utilIdentity=(function(){"use strict";return function(e){return e}})(),Iu=_e,Au=ke,Nu=xo.ERR_CONST_ASSIGNMENT,Cu=xo.ERR_UNDEFINED_IDENTIFIER,Ou=R.external,Tu=Ou.Promise,Mu=Ou.eval,Lu={addDefaultValue(e){this.addExportGetters([["default",function(){return e}]]),void 0===e&&this.initBindings(["default"])},addExportFromSetter(e,t=e){var r=this,i=Fu(3,(function(i,n){"use strict";var s=r.entry;if(1===s._loaded)return!0;1===n.type&&1!==n._loaded&&(s._namespaceFinalized=-1),s.addGetterFrom(n,e,t)}));return i.exportedName=t,i},addExportGetters(e){this.entry.addGetters(e)},addNamespaceSetter(){var e=this;return Fu(4,(function(t,r){"use strict";var i=e.entry;if(1===i._loaded)return!0;var n=1===r._loaded;if(n||1!==r.type){var s=r.getters,a=i.getters,o=i.name,u=n?r.getExportByName("*",i):r.getters;for(var l in u)if("default"!==l){var c=void 0,p=a[l];if(void 0===p||(c=p.owner.name,o!==c)){var h=s[l].owner.name;void 0!==p&&c!==h||i.addGetterFrom(r,l),c=a[l].owner.name,c!==o&&c!==h&&i.addGetter(l,Fu(2,(function(){return Au})))}}}else i._namespaceFinalized=-1}))},assertImportedBinding:function e(t,r){"use strict";if(!0!==this.entry.importedBindings.get(t))throw new Cu(t,e);return r},assertUndeclared:function e(t){"use strict";var r=R.unsafeGlobal;if(!M(r,t))throw new Cu(t,e);return r[t]},compileEval(e){if("string"!=typeof e)return e;var t=this.entry,r=t.package.options.cjs,i=".mjs"===t.extname,n=r.vars&&!i;try{return xn.compile(e,{cjsVars:n,eval:!0,runtimeName:t.runtimeName}).code}catch(n){if(!gc.state.package.default.options.debug&&ns(n)){var s=t.type;ms(n,{content:e,filename:"eval",inModule:(!r.paths||i)&&1!==s&&2!==s})}else ds(n);throw n}},compileGlobalEval(e){if("string"!=typeof e)return e;var t,r=this.entry,i=r.package.options.cjs,n=".mjs"===r.extname,s=r.runtimeName,a=i.vars&&!n;try{var o=xn.compile(e,{cjsVars:a,eval:!0,runtimeName:s});if(0===o.transforms)return e;t=o.code}catch(t){if(!gc.state.package.default.options.debug&&ns(t)){var u=r.type;ms(t,{content:e,filename:"eval",inModule:(!i.paths||n)&&1!==u&&2!==u})}else ds(t);throw t}var l=R.unsafeGlobal;if(M(l,s))return t;var c=this;return Reflect.defineProperty(l,s,{configurable:!0,get:ue((function(){"use strict";return Reflect.deleteProperty(this,s),c}))}),t=(Nr(t,"use strict")?'"use strict";':"")+"let "+s+"=global."+s+";"+t,t},dynamicImport(e){var t=this.entry;return new Tu(function(r,i){"use strict";Ca((function(){try{var n,s;"string"!=typeof e&&(e+="");var a=[["*",null,Fu(2,(function(e,t){if(1===t._loaded)return n=e,void 0===s&&(s=Ca((function(){return r(n)}))),!0}))]];_u(e,t,a,!0)}catch(e){!gc.state.package.default.options.debug&&ns(e)?ms(e,{inModule:!t.package.options.cjs.paths||".mjs"===t.extname}):ds(e),i(e)}}))})},enable(e,t){if(null!==e.runtime)return e.runtime;var r=e.module,i=r.exports;return e.exports=t,f(i,"meta",(function(){"use strict";var t=e.id,r=null;return Gn(t)?r=t:bi(t)&&(r=us(t)),{__proto__:null,url:r}})),i.addDefaultValue=Lu.addDefaultValue,i.addExportFromSetter=Lu.addExportFromSetter,i.addExportGetters=Lu.addExportGetters,i.addNamespaceSetter=Lu.addNamespaceSetter,i.assertImportedBinding=Lu.assertImportedBinding,i.assertUndeclared=Lu.assertUndeclared,i.compileEval=function(e){return Lu.compileEval.call(i,e)},i.compileGlobalEval=Lu.compileGlobalEval,i.dynamicImport=Lu.dynamicImport,i.entry=e,i.global=ho,i.globalEval=function(e){return Lu.globalEval.call(i,e)},i.import=Lu.import,i.initBindings=Lu.initBindings,i.resumeChildren=Lu.resumeChildren,i.run=Lu.run,i.runResult=void 0,i.throwConstAssignment=Lu.throwConstAssignment,i.updateBindings=Lu.updateBindings,i._=i,i.a=i.assertImportedBinding,i.b=i.throwConstAssignment,i.c=i.compileEval,i.d=i.addDefaultValue,i.e=i.globalEval,i.f=i.addExportFromSetter,i.g=i.global,i.i=i.dynamicImport,i.j=i.initBindings,i.k=ku,i.n=i.addNamespaceSetter,i.o=Iu,i.r=i.run,i.s=i.resumeChildren,i.t=i.assertUndeclared,i.u=i.updateBindings,i.v=Mu,i.w=i.import,i.x=i.addExportGetters,e.runtime=i},globalEval(e){return Mu(this.compileGlobalEval(e))},import(e,t){return _u(e,this.entry,t)},initBindings(e){this.entry.updateBindings(e)},resumeChildren(){this.entry.resumeChildren()},run(e){var t=this.entry,r=3===t.type?ju:Du;return this.runResult=r(t,e)},throwConstAssignment:function e(){"use strict";throw new Nu(e)},updateBindings(e){return this.entry.updateBindings(null,2),e}};function Fu(e,t){"use strict";return t.type=e,t}function Du(e,t){"use strict";var r=e.module,i=e.exports;return r.exports=i,Reflect.apply(t,i,[i,Zp(r)])}function ju(e,t){"use strict";var r=e.module,i=e.exports;return r.exports=i,e.package.options.cjs.vars&&".mjs"!==e.extname?Reflect.apply(t,i,[i,Zp(r)]):Reflect.apply(t,void 0,[])}var Vu,Gu=Lu,Bu=R.inited?R.module.safeJSON:R.module.safeJSON=q(R.external.JSON),Uu=R.inited?R.module.utilCreateSourceMap:R.module.utilCreateSourceMap=(function(){"use strict";var e=/\n/g;return function(t,r){if(!bi(t))return"";for(var i=0,n="";0===i||e.test(r);)n+=(i?";":"")+"AA"+(i?"C":"A")+"A",i+=1;return'{"version":3,"sources":['+Dr(us(t))+'],"names":[],"mappings":"'+n+'"}'}})(),Wu=R.inited?R.module.utilCreateInlineSourceMap:R.module.utilCreateInlineSourceMap=(function(){"use strict";return function(e,t){var r=Uu(e,t);return""===r?r:"//# sourceMappingURL=data:application/json;charset=utf-8,"+os(r)}})(),qu=R.inited?R.module.moduleInternalCompileSource:R.module.moduleInternalCompileSource=(function(){"use strict";var e=59;function t(e,t){var r=t.async,i=0!==e.transforms,n=e.code;if(i){var s=null!==e.firstReturnOutsideFunction,a=t.runtimeName;null===e.firstAwaitOutsideFunction&&(r=!1),n="const "+a+"=exports;"+(s?"return ":"")+a+".r(("+(r?"async ":"")+"function(exports,require){"+n+"\n}))"}else r&&(i=!0,n="(async () => { "+Gr(n)+"\n})();");return i&&t.sourceMap&&(n+=Wu(e.filename,n)),n}function r(t,r){var i=r.cjsVars,n=r.runtimeName,s=null!==t.firstReturnOutsideFunction,a="yield;"+n+".s();",o=t.yieldIndex,u=r.async;null===t.firstAwaitOutsideFunction&&(u=!1);var l=t.code;0===t.transforms&&(l=Gr(l)),-1!==o&&(l=0===o?a+l:l.slice(0,o)+(l.charCodeAt(o-1)===e?"":";")+a+l.slice(o));var c=`const ${n}=exports;global['_esm_runtime_name_']='${n}';`,p=c+(i?"":"__dirname=__filename=arguments=exports=module=require=void 0;")+(s?"return ":"")+n+".r(("+(u?"async ":"")+"function *("+(i?"exports,require":"")+'){"use strict";'+l+"\n}))";return r.sourceMap&&(p+=Wu(t.filename,p)),p}return function(e,i={}){var n=2===e.sourceType?r:t;return n(e,i)}})(),zu=R.inited?R.module.utilGetSourceMappingURL:R.module.utilGetSourceMappingURL=(function(){"use strict";return function(e){if("string"!=typeof e)return"";var t=e.length;if(t<22)return"";for(var r=null,i=t;null===r;){if(i=e.lastIndexOf("sourceMappingURL",i),-1===i||i<4)return"";var n=i+16,s=n+1;if(i-=4,47===e.charCodeAt(i)&&47===e.charCodeAt(i+1)){var a=e.charCodeAt(i+2);if(!(64!==a&&35!==a||(a=e.charCodeAt(i+3),32!==a&&9!==a||n<t&&61!==e.charCodeAt(n)))){if(s===t)return"";r=e.slice(s)}}}var o=r.indexOf("\n");-1!==o&&(r=r.slice(0,o)),r=r.trim();for(var u=r.length,l=-1;++l<u;){var c=r.charCodeAt(l);if(39===c||34===c||32===c||9===c)return""}return r}})(),Hu=R.inited?R.module.errorGetStackFrames:R.module.errorGetStackFrames=(Vu=ue((function(e,t){return t})),function(e){if(!qn(e))return[];var t=fo(e),r=Reflect.getOwnPropertyDescriptor(t,"prepareStackTrace");N(t,"prepareStackTrace",Vu);var i=e.stack;return void 0===r?Reflect.deleteProperty(t,"prepareStackTrace"):Reflect.defineProperty(t,"prepareStackTrace",r),Array.isArray(i)?i:[]}),$u=R.inited?R.module.utilIsIdentifierName:R.module.utilIsIdentifierName=(function(){"use strict";return function(e){if("string"!=typeof e||0===e.length)return!1;var t=0,r=e.codePointAt(t);if(!Je(r,!0))return!1;for(var i=r;void 0!==(r=e.codePointAt(t+=i>65535?2:1));){if(!Ye(r,!0))return!1;i=r}return!0}})(),Ku=R.inited?R.module.utilIsObjectEmpty:R.module.utilIsObjectEmpty=(function(){"use strict";return function(e){for(var t in e)if(M(e,t))return!1;return!0}})(),Ju=_e,Yu=4,Xu=3,Qu=0,Zu=2,el=1,tl=1,rl=3,il=4,nl=5,sl=tn.DEVELOPMENT,al=tn.ELECTRON_RENDERER,ol=tn.FLAGS,ul=tn.NDB,ll="await is only valid in async function",cl={input:""},pl=/^.*?\bexports\b/;function hl(e,t,r){"use strict";var i=e.compileData,n=e.type,s=n===rl,a=n===il,o=".mjs"===e.extname,u=n===nl,l=e.runtime;null===l&&(s||0!==i.transforms?l=Gu.enable(e,En.create()):(l=En.create(),e.runtime=l));var c,p,h=e.package,f=(function(e){return e.package.options.await&&R.support.await&&".mjs"!==e.extname})(e),d=h.options.cjs,m=void 0===l.runResult,v=e.module,g=R.moduleState.parsing,y=!1;if(e.state=g?el:Xu,m){if(e.running=!0,a)l.runResult=(function*(){var i=(function(e,t,r){var i=e.module,n=i.exports,s=e.state,a=!1;if("function"==typeof r){var o=Hp.get(e.parent);a=null!==o&&o.package.options.cjs.extensions&&".mjs"!==o.extname}var u,l,c=a?null:Ri(Pi(t,"utf8")),p=!0;try{a?(r(),l=i.exports):l=Bu.parse(c),p=!1}catch(e){u=e,a||(u.message=t+": "+u.message)}if(a&&(e.state=s,N(i,"exports",n)),p)throw u;for(var h=T(l),f=0,d=null==h?0:h.length;f<d;f++){var m=h[f];$u(m)&&e.addGetter(m,(function(){return Ju}))}return e.addGetter("default",(function(){return Ju})),l})(e,t,r);yield,(function(e,t){e.exports=t,e.module.exports=t;var r=e.getters,i=function(t){e.addGetter(t,(function(){return e.exports[t]}))};for(var n in r)i(n);e.addGetter("default",(function(){return e.exports}))})(e,i)})();else if(u)l.runResult=(function*(){var r={__proto__:null},i=(function(e,t,r){for(var i=new WebAssembly.Module(Pi(t)),n=WebAssembly.Module.exports(i),s=WebAssembly.Module.imports(i),a=0,o=null==n?0:n.length;a<o;a++){var u=n[a].name;$u(u)&&e.addGetter(u,(function(){return Ju}))}for(var l=function(t,i){_u(t,e,[[i,[i],function(e,i){r[t]=i.name}]])},c=0,p=null==s?0:s.length;c<p;c++){var h=s[c],f=h.module,d=h.name;l(f,d)}return i})(e,t,r);yield,(function(e,t,r){e.resumeChildren();var i=e.children;for(var n in r){var s=r[n];r[n]=i[s].module.exports}var a=e.module.exports,o=e.getters,u=new WebAssembly.Instance(t,r),l=_n(En.create(),u.exports);e.exports=l;var c=function(t){var r=function(){return e.exports[t]};M(o,t)&&e.addGetter(t,r),Reflect.defineProperty(a,t,{configurable:!0,enumerable:!0,get:ue(r),set:ue((function(e){N(this,t,e)}))})};for(var p in l)c(p)})(e,i,r)})();else{var x=d.vars&&!o,b=qu(i,{async:f,cjsVars:x,runtimeName:e.runtimeName,sourceMap:fl(e)});if(s)try{e._ranthruCompile?p=Reflect.apply(Ml,v,[b,t]):(e._ranthruCompile=!0,p=v._compile(b,t))}catch(e){y=!0,c=e}else{var w=v._compile;l.runResult=(function*(){return yield,p=Reflect.apply(w,v,[b,t])})()}}e.running=!1}var E=l,S=E.runResult;if(!y&&!g&&m){e.running=!0;try{S.next()}catch(e){y=!0,c=e}e.running=!1}var P=i.firstAwaitOutsideFunction,_=(!d.paths||o)&&e.type!==tl;if(y||e.running||!f||!s||null===P||Ku(e.getters)||(y=!0,c=new Zt.SyntaxError(cl,ll),c.column=P.column,c.inModule=_,c.line=P.line),!y&&!e.running){e.running=!0;try{p=S.next().value}catch(e){y=!0,c=e}e.running=!1}if(!y)return(s||u)&&Reflect.defineProperty(v,"loaded",{configurable:!0,enumerable:!0,get:ue((function(){return!1})),set:ue((function(t){t&&(N(this,"loaded",t),e.updateBindings(),e.loaded())}))}),e.state=g?Zu:Yu,p;if(e.state=Qu,gc.state.package.default.options.debug||!ns(c))throw ds(c),c;var k=Mr(ln(c,"message")),I=ln(c,"name");s&&("SyntaxError"===I||"ReferenceError"===I&&pl.test(k))&&(h.cache.dirty=!0);var A=vo(c);throw null!==A&&(t=A.filename),ms(c,{filename:t,inModule:_}),c}function fl(e){"use strict";var t=e.package.options.sourceMap;return!1!==t&&(t||sl||al||ul||ol.inspect)&&""===zu(e.compileData.code)}var dl,ml,vl,gl,yl,xl=function(e,t,r,i,n){"use strict";var s=t.extname,a=t.module,o=t.package,u=o.options,l=u.mode,c=-1,p=!1,h=!1,f=1;".cjs"===s?c=1:".json"===s?(c=4,p=!0):".mjs"===s?c=2:".wasm"===s&&(c=5,h=!0),3===l?f=2:2===l&&(f=3);var d=gc.state.package.default,m=o===d,v=".mjs"===t.extname,g=t.compileData;if(null===g){var y=t.cacheName;if(g=xn.from(t),null===g||0!==g.transforms){if(p||h)t.type=p?il:nl,g={circular:0,code:null,codeWithTDZ:null,filename:null,firstAwaitOutsideFunction:null,firstReturnOutsideFunction:null,mtime:-1,scriptData:null,sourceType:c,transforms:0,yieldIndex:-1};else{var x=u.cjs,b=x.paths&&!v,w=x.vars&&!v,E=null===g?null:g.scriptData,S=x.topLevelReturn&&!v;g=(function(e,t,r,i){var n;try{return xn.compile(r,i)}catch(e){n=e}throw t.state=Qu,!gc.state.package.default.options.debug&&ns(n)?(zn(n,e),ms(n,{content:r,filename:i.filename})):ds(n),n})(e,t,r,{cacheName:y,cachePath:o.cachePath,cjsPaths:b,cjsVars:w,filename:i,hint:c,mtime:t.mtime,runtimeName:t.runtimeName,sourceType:f,topLevelReturn:S}),g.scriptData=E,2===g.sourceType&&(t.type=rl),m&&t.type===tl&&8===g.transforms&&(g.code=r,g.transforms=0)}t.compileData=g,o.cache.compile.set(y,g)}}null!==g&&null===g.code&&(g.code=r);var P=t.type===rl,_=!1;if(!P&&!h&&"function"==typeof n){var k=Hp.get(t.parent),I=null!==k&&k.type===rl,A=null===k?null:k.package;I||!m&&A!==d||(_=!0)}if(_){t.type=tl;for(var N=Hu(mo(Error,$n)),C=0,O=null==N?0:N.length;C<O;C++){var T=N[C],M=T.getFileName();if(vi(M)&&!Ci(M))return n(r)}return hl(t,i,n)}var L=R.moduleState,F=!1;if(!L.parsing){if(!(P||p||h)||t.state!==Qu)return hl(t,i,n);F=!0,L.parsing=!0,t.state=el}if(P||p||h)try{var D=hl(t,i,n);if(-1===g.circular&&(g.circular=(function e(t,r,i){if(void 0===i)i=new Set;else if(i.has(r))return!1;i.add(r);var n=r.children;for(var s in n){var a=n[s];if(t===a||e(t,a,i))return!0}return!1})(t,t)?1:0),1===g.circular&&(t.circular=!0,P)){t.runtime=null,a.exports=En.create();var j=g,V=j.codeWithTDZ;null!==V&&(g.code=V),D=hl(t,i,n)}if(t.updateBindings(),-1!==t._namespaceFinalized&&t.finalizeNamespace(),!F)return D}finally{F&&(L.parsing=!1)}return hl(t,i,n)},bl=R.inited?R.module.realCrypto:R.module.realCrypto=fe(k("crypto")),wl=R.inited?R.module.safeCrypto:R.module.safeCrypto=(function(){"use strict";var e=q(bl);return N(e,"Hash",q(e.Hash)),e})(),El=wl.Hash,Sl=R.inited?R.module.utilMD5:R.module.utilMD5=(function(){"use strict";return function(e){var t=new El("md5");return"string"==typeof e&&t.update(e),t.digest("hex")}})(),Rl=R.inited?R.module.utilGetCacheName:R.module.utilGetCacheName=(function(){"use strict";var e=b.PACKAGE_VERSION;return function(t,r={}){var i=r.cachePath,n=r.filename,s="d41d8cd98f00b204e9800998ecf8427e";"string"==typeof i&&"string"==typeof n&&(s=Sl(vn(i,n)));var a=Sl(e+"\0"+JSON.stringify(r.packageOptions)+"\0"+t);return s.slice(0,8)+a.slice(0,8)+".js"}})(),Pl=Qn((function(e){"use strict";return hc.wrapper[0]+e+hc.wrapper[1]}),Sn.wrap),_l=Pl,kl=wn.of("(function (exports, require, module, __filename, __dirname) { ","\n});"),Il=kl,Al=tn.ELECTRON,Nl=b.PACKAGE_RANGE,Cl=["exports","require","module","__filename","__dirname"],Ol=Sn.prototype,Tl=Qn((function(e,t){"use strict";Bo(e,"content"),Bo(t,"filename");var r=Hp.get(this),i=r.state,n=0===i;if(1!==r.package.options.mode&&".mjs"!==r.extname&&(n||2===i)){if(void 0===dl){var s=gc.state.package.default.options,a=_n({},s.cjs),o=_n({},s);o.cache=!1,o.cjs=a,dl=new Uc("",Nl,o)}var u;r.initialize(),r.cacheName=Rl(e),r.package=dl,r.runtimeName=R.runtimeName;try{u=xl(Tl,r,e,t)}finally{n&&(r.state=0)}return u}if(void 0===gl&&(gl=Al||!R.support.vmCompileFunction,!gl)){var l=new le(Il,{defineProperty:(e,t,r)=>(gl=!0,Pn.defineProperty(e,t,r),!0),set:(e,t,r,i)=>(gl=!0,i===l&&(i=e),Reflect.set(e,t,r,i))});Reflect.defineProperty(hc,"wrap",{configurable:!0,enumerable:!0,get:ue((function(){return _l})),set:ue((function(e){gl=!0,N(this,"wrap",e)}))}),Reflect.defineProperty(hc,"wrapper",{configurable:!0,enumerable:!0,get:ue((function(){return l})),set:ue((function(e){gl=!0,N(this,"wrapper",e)}))})}var c,p=r.compileData;if(null!==p){var h=p.scriptData;null!==h&&(c=h)}var f=Gr(e);if(gc.state.module.breakFirstLine){if(void 0===ml){var d=I.argv[1];ml=d?hc._resolveFilename(d):"repl"}t===ml&&(gc.state.module.breakFirstLine=!1,Reflect.deleteProperty(I,"_breakFirstLine"),""===zu(f)&&(f+=Wu(t,f)),f="debugger;"+f)}var m=this.exports,v=R.unsafeGlobal,g=[m,Zp(this),this,t,ye(t)];if(Al){if(g.push(I,v),void 0===vl){var y=hc.wrap;vl="function"==typeof y&&-1!==(y("")+"").indexOf("Buffer")}vl&&g.push(R.external.Buffer)}void 0===yl&&(yl=v!==R.defaultGlobal,yl&&(gl=!0));var x,b,w=3===r.type;w||gl?(f=w?_l(f):hc.wrap(f),b=new Ma.Script(f,{cachedData:c,filename:t,produceCachedData:!R.support.createCachedData}),x=yl?b.runInContext(R.unsafeContext,{filename:t}):b.runInThisContext({filename:t})):(b=Ma.compileFunction(f,Cl,{cachedData:c,filename:t,produceCachedData:!0}),x=b);var E=r.package.cachePath;if(""!==E){var S=R.pendingScripts,P=S.get(E);void 0===P&&(P=new Map,S.set(E,P)),P.set(r.cacheName,b)}var _=R.moduleState,k=0===_.requireDepth;k&&(_.statFast=new Map,_.statSync=new Map);var A=Reflect.apply(x,m,g);return k&&(_.statFast=null,_.statSync=null),A}),Ol._compile),Ml=Tl,Ll=Sn.prototype,Fl=Qn((function(e){"use strict";if(Bo(e,"filename"),this.loaded)throw new R.external.Error("Module already loaded: "+this.id);var t=Hp.get(this),r=t,i=r.id,n=gc.state.module.scratchCache;if(M(n,i)){var s=Hp.get(n[i]);t!==s&&(s.exports=this.exports,s.module=this,s.runtime=null,t=s,Hp.set(this,s),Reflect.deleteProperty(n,i))}(function(e,t){e.updateFilename(t);var r=yu(hc._extensions,e);""===r&&(r=".js");var i=e.module;i.paths=hc._nodeModulePaths(e.dirname),hc._extensions[r](i,t),i.loaded||(i.loaded=!0,e.loaded())})(t,e)}),Ll.load),Dl=Fl,jl=xo.ERR_INVALID_ARG_VALUE,Vl=Sn.prototype,Gl=Qn((function(e){"use strict";if(Bo(e,"request"),""===e)throw new jl("request",e,"must be a non-empty string");var t=R.moduleState;t.requireDepth+=1;try{var r=un(this.filename)?Hp.get(this):null;return null!==r&&r._passthruRequire?(r._passthruRequire=!1,xu(e,this).module.exports):hc._load(e,this)}finally{t.requireDepth-=1}}),Vl.require),Bl=Gl,Ul=R.inited?R.module.utilSafeDefaultProperties:R.module.utilSafeDefaultProperties=(function(){"use strict";return function(e){for(var t=arguments.length,r=0;++r<t;)for(var i=arguments[r],n=D(i),s=0,a=null==n?0:n.length;s<a;s++){var o=n[s];!M(i,o)||M(e,o)&&void 0!==ln(e,o)||B(e,i,o)}return e}})(),Wl=Qn((function(e){"use strict";Bo(e,"filename");var t=new hc(e);return t.filename=e,t.paths=hc._nodeModulePaths(ye(e)),Zp(t)}),Sn.createRequireFromPath),ql=Wl,zl=Qn((function(e,t,r){"use strict";Bo(e,"request"),Array.isArray(t)||(t=[]);var i=Vo(e,t,r);return""!==i&&i}),Sn._findPath),Hl=zl,$l=R.inited?R.module.utilSafeGetEnv:R.module.utilSafeGetEnv=(function(){"use strict";var e;return function(t){if(void 0===e&&(e="function"==typeof oe.util.safeGetenv),e)try{return oe.util.safeGetenv(Mr(t))}catch(e){}return cn(t)}})(),Kl=R.inited?R.module.moduleInternalInitGlobalPaths:R.module.moduleInternalInitGlobalPaths=(function(){"use strict";return function(){var e,t,r,i="win32"===I.platform;i?(e=cn("USERPROFILE"),t=cn("HOME")):(e=$l("HOME"),t=$l("NODE_PATH")),r=e&&"string"==typeof e?[Ee(e,".node_modules"),Ee(e,".node_libraries")]:[];var n=Ee(I.execPath,"..",i?"":"..");if(r.push(Ee(n,"lib","node")),t&&"string"==typeof t){var s=t.split(ge),a=r;r=[];for(var o=0,u=null==s?0:s.length;o<u;o++){var l=s[o];"string"==typeof l&&""!==l&&r.push(l)}r.push(...a)}return r}})(),Jl=Qn((function(){"use strict";var e=Kl();gc.state.module.globalPaths=e,hc.globalPaths=wn.from(e)}),Sn._initPaths),Yl=Jl,Xl=xo.ERR_REQUIRE_ESM,Ql=Qn((function(e,t,r=!1){Bo(e,"request");var i=R.moduleState.parsing,n=Hp.get(t);if(null!==n&&n._passthruRequire)return n._passthruRequire=!1,xu(e,t,r).module.exports;var s=null!==n&&1===n.package.options.mode,a=hc._resolveFilename(e,t,r),o=gc.state.module.scratchCache,u=hc._cache;i?u=o:M(o,a)&&(u[a]=o[a],Reflect.deleteProperty(o,a));var l=!1,c=mu(a,t,r,u,(function(e){"use strict";l=!0,u[a]=e.module,(s||".mjs"===e.extname)&&(e._passthruCompile=!0),(function(e,t,r,i){var n=e.module,s=!0;try{n.load(i),s=!1}finally{e._passthruCompile=!1,s&&Reflect.deleteProperty(t,r)}})(e,u,a,a)}));if(!l&&s&&3===c.type)throw new Xl(a);return null!==n&&(n._lastChild=c),c.module.exports}),Sn._load),Zl=Ql,ec=Qn((function(e){"use strict";if(Array.isArray(e)&&0!==e.length){var t=new hc("internal/preload",null);try{t.paths=hc._nodeModulePaths(K())}catch(e){if(!qn(e)||"ENOENT"!==e.code)throw tc(e),e}try{for(var r=0,i=null==e?0:e.length;r<i;r++){var n=e[r];t.require(n)}}catch(e){throw tc(e),e}}}),Sn._preloadModules);function tc(e){"use strict";!gc.state.package.default.options.debug&&ns(e)?ms(e):ds(e)}var rc=ec,ic=Qn((function(e,t,r=!1){if(Bo(e,"request"),Ii.has(e))return r?null:wn.of(e,wn.of());var i=Yo(e,t);return r?i:wn.of(e,i)}),Sn._resolveLookupPaths),nc=ic,sc=tn.ELECTRON,ac=xo.MODULE_NOT_FOUND,oc=Qn((function(e,t,r=!1,i){if(Bo(e,"request"),sc&&bo.has(e))return Rn._resolveFilename(e,t,r,i);if(Ii.has(e))return e;var n,s,a,o=vi(e),u=Hp.get(t);if(null!==u&&u.updateFilename(),n=o?ye(e):null===u?"":u.dirname,!V(i)){s=R.memoize.moduleStaticResolveFilename,a=e+"\0"+n+"\0"+(r?"1":"");var l=s.get(a);if(void 0!==l)return l}var c,p=!o&&xi(e),h=o||p;c=h&&hc._findPath===Hl&&hc._resolveLookupPaths===nc?[n]:void 0===s&&Array.isArray(i.paths)?(function(e,t){"use strict";for(var r=new hc(""),i=[],n=0,s=null==t?0:t.length;n<s;n++){var a=t[n];r.paths=hc._nodeModulePaths(a);for(var o=hc._resolveLookupPaths(e,r,!0),u=0,l=null==o?0:o.length;u<l;u++){var c=o[u];-1===i.indexOf(c)&&i.push(c)}}return i})(e,i.paths):hc._resolveLookupPaths(e,t,!0);var f=hc._findPath(e,c,r);if(!1===f&&(f=""),""!==f)return void 0!==s&&s.set(a,f),f;var d=new ac(e,t);if(!gc.state.package.default.options.debug){var m={filename:null,inModule:!1};if(null!==u){var v=u.type;m.filename=u.filename,m.inModule=(!u.package.options.cjs.paths||".mjs"===u.extname)&&1!==v&&2!==v}ms(d,m)}throw d}),Sn._resolveFilename),uc=oc,lc=tn.ELECTRON,cc=Qn((function(e="",t){this.children=wn.of(),this.exports=En.create(),this.filename=null,this.id=e,this.loaded=!1,this.parent=t,this.paths=void 0,this.path=Bn(this);var r=null==t?null:t.children;Array.isArray(r)&&wn.push(r,this)}),Sn);cc._cache=require.cache,cc._extensions={__proto__:null},cc._findPath=Hl,cc._initPaths=Yl,cc._load=Zl,cc._nodeModulePaths=$o,cc._preloadModules=rc,cc._resolveFilename=uc,cc._resolveLookupPaths=nc,cc.Module=cc,cc.builtinModules=Object.freeze(wn.from(ki)),cc.createRequireFromPath=ql,cc.wrap=_l,_n(cc._extensions,Sn._extensions),Ul(cc,Sn),A(cc._cache)||(cc._cache={__proto__:null}),cc._cache!==Sn._cache&&(cc._cache=new le(cc._cache,{defineProperty(e,t,r){var i=Sn._cache;return Un(t)&&A(i)&&Reflect.defineProperty(i,t,r),Pn.defineProperty(e,t,r),!0},deleteProperty(e,t){var r=Sn._cache;return Un(t)&&A(r)&&Reflect.deleteProperty(r,t),Reflect.deleteProperty(e,t)},set(e,t,r,i){var n=Sn._cache;return Un(t)&&A(n)&&Reflect.set(n,t,r),Reflect.set(e,t,r,i)}})),lc&&Array.isArray(Rn.wrapper)||(cc.wrapper=Il);var pc=cc.prototype;pc._compile=Ml,pc.constructor=cc,pc.load=Dl,pc.require=Bl,Array.isArray(cc.globalPaths)||cc._initPaths();var hc=cc,fc={__proto__:null,".js":function(e,t){"use strict";e._compile(Ri(Xr(t,"utf8")),t)},".json":function(e,t){"use strict";var r,i=Xr(t,"utf8");try{r=Bu.parse(i)}catch(e){throw e.message=t+": "+e.message,e}e.exports=r},".node":function(e,t){"use strict";return J(e,nn(t))}},dc=fc,mc=tn.FLAGS;class vc{static init(e){var t=R.loader,r=t.get(e);return void 0===r&&(r={module:{breakFirstLine:mc.inspectBrk&&!mc.eval,extensions:dc,globalPaths:Array.from(hc.globalPaths),mainModule:I.mainModule,moduleCache:{__proto__:null},scratchCache:{__proto__:null}},package:{cache:new Map,default:null}},t.set(e,r)),vc.state=r}}vc.state=null,f(vc,"state",(function(){return vc.init(JSON.stringify(Uc.createOptions()))})),W(vc.prototype,null);var gc=vc,yc=function(e,t,r){"use strict";var i,n=R.moduleState;n.parsing=!0,n.requireDepth+=1;try{i=xu(e,t,r)}finally{n.parsing=!1,n.requireDepth-=1}try{i.updateBindings(),2===i.state&&(1!==i.type&&bu(i),xu(e,t,r))}finally{n.requireDepth-=1}return i},xc=R.inited?R.module.utilIsCacheName:R.module.utilIsCacheName=(function(){"use strict";return function(e){if("string"!=typeof e||19!==e.length||!wo(e))return!1;for(var t=-1;++t<16;){var r=e.charCodeAt(t);if(!(r>=97&&r<=122||r>=48&&r<=57))return!1}return!0}})(),bc=R.inited?R.module.pathIsExtJSON:R.module.pathIsExtJSON=(function(){"use strict";return function(e){if("string"!=typeof e)return!1;var t=e.length;return t>5&&106===e.charCodeAt(t-4)&&46===e.charCodeAt(t-5)&&115===e.charCodeAt(t-3)&&111===e.charCodeAt(t-2)&&110===e.charCodeAt(t-1)}})(),wc=R.inited?R.module.utilIsFile:R.module.utilIsFile=(function(){"use strict";return function(e){return 0===sn(e)}})(),Ec=R.inited?R.module.fsReadJSON:R.module.fsReadJSON=(function(){"use strict";return function(e){var t=Pi(e,"utf8");return null===t?null:dn(t)}})(),Sc=R.inited?R.module.fsReadJSON6:R.module.fsReadJSON6=(function(){"use strict";return function(e){var t=Pi(e,"utf8");return null===t?null:Si(t)}})(),Rc=R.inited?R.module.fsReaddir:R.module.fsReaddir=(function(){"use strict";return function(e){if("string"==typeof e)try{return Yr(e)}catch(e){}return null}})(),Pc=s(0),_c=46,kc=tn.OPTIONS,Ic=b.PACKAGE_RANGE,Ac=b.PACKAGE_VERSION,Nc="*",Cc=xo.ERR_INVALID_ESM_OPTION,Oc=xo.ERR_UNKNOWN_ESM_OPTION,Tc=".esmrc",Mc="package.json",Lc=[".mjs",".cjs",".js",".json"],Fc={await:!1,cache:!0,cjs:{cache:!1,dedefault:!1,esModule:!1,extensions:!1,mutableNamespace:!1,namedExports:!1,paths:!1,topLevelReturn:!1,vars:!1},debug:!1,force:!1,mainFields:["main"],mode:1,sourceMap:void 0,wasm:!1},Dc={cjs:{cache:!0,dedefault:!1,esModule:!0,extensions:!0,mutableNamespace:!0,namedExports:!0,paths:!0,topLevelReturn:!1,vars:!0},mode:2};class jc{constructor(e,t,r){r=jc.createOptions(r);var i="";"string"==typeof r.cache?i=Ee(e,r.cache):!1!==r.cache&&(i=e+Se+"node_modules"+Se+".cache"+Se+"esm");var n=R.package.dir;if(!n.has(i)){var s={buffer:null,compile:null,meta:null},a=null,o=new Map,u=null;if(""!==i){for(var l=Rc(i),c=!1,p=!1,h=!1,f=0,d=null==l?0:l.length;f<d;f++){var m=l[f];if(xc(m))o.set(m,null);else if(m.charCodeAt(0)===_c)if(".data.blob"===m)c=!0;else if(".data.json"===m)h=!0;else if(".dirty"===m){p=!0;break}}var v=p,g=null;if(h&&!v&&(g=Ec(i+Se+".data.json"),v=null===g||!M(g,"version")||g.version!==Ac||!M(g,"meta")||!V(g.meta)),v&&(c=!1,h=!1,o=new Map,p&&gn(i+Se+".dirty"),(function(e){for(var t=Ee(e,"../@babel/register"),r=Rc(t),i=0,n=null==r?0:r.length;i<n;i++){var s=r[i];bc(s)&&gn(t+Se+s)}})(i)),c&&(a=Pi(i+Se+".data.blob")),h){var y=g.meta,x=T(y);u=new Map;for(var b=0,w=null==x?0:x.length;b<w;b++){var E=x[b];u.set(E,y[E])}}}null===a&&(a=Hr.alloc(0)),null===u&&(u=new Map),s.buffer=a,s.compile=o,s.meta=u,n.set(i,s)}this.cache=n.get(i),this.cachePath=i,this.dirPath=e,this.options=r,this.range=t}clone(){var e=this.options,t=e.cjs,r=_n({__proto__:jc.prototype},this),i=_n({},e);return i.cjs=_n({},t),r.options=i,r}static get(e,t){"."===e&&(e=K());var r=gc.state.package,i=r.cache;""!==e||i.has("")||i.set("",new jc("",Ic,{cache:!1,cjs:{topLevelReturn:!0}}));var n=(function e(t,r){var i=gc.state.package,n=i.cache,s=i.default,a=null;if(n.has(t)&&(a=n.get(t),null!==a||void 0===r.forceOptions))return a;if("node_modules"===ve(t))return n.set(t,null),null;if(a=s&&s.options.force?s.clone():(function(t,r){var i,n=t+Se+Tc,s=wc(n)?Pi(n,"utf8"):null,a=null!==s;a?s=Si(s):n=Vo(n,$n,!1,Lc);var o=r.forceOptions;if(r.forceOptions=void 0,""!==n&&!a)if(a=!0,bc(n))s=Sc(n);else{var u=gc.state.package.cache,l=R.moduleState,c=l.parsing;i=new jc(t,Nc,{cache:jc.createOptions(o).cache}),l.parsing=!1,u.set(t,i);try{i.options=jc.createOptions(yc(n,null).module.exports)}finally{u.set(t,null),l.parsing=c}}var p,h=t+Se+Mc,f=wc(h)?Pi(h,"utf8"):null;if(void 0===o&&null===f){if(!a)return null;p=e(ye(t),r)}var d=0;null===f||a||(f=dn(f),d=null===f?-1:1,1===d&&!a&&M(f,"esm")&&(a=!0,s=f.esm));var m=null;if(void 0!==o)m=Nc;else if(p)m=p.range;else if(0===d&&null!==f&&(f=dn(f),d=null===f?-1:1),1===d&&(m=Vc(f,"dependencies")||Vc(f,"peerDependencies")),null===m){if(!a&&!Vc(f,"devDependencies"))return null;m=Nc}return void 0!==i?(i.range=m,i):(void 0===o||a||(a=!0,s=o),!0!==s&&a||(a=!0,s=kc),1!==d&&null===f&&(t=(function(e){var t=R.package.root,r=t.get(e);return void 0===r&&(r=(function e(t){if("node_modules"===ve(t)||wc(t+Se+Mc))return t;var r=ye(t);return r===t?"":"node_modules"===ve(r)?t:e(r)})(e)||e,t.set(e,r)),r})(t)),new jc(t,m,s))})(t,r),null===a){var o=ye(t);o!==t&&(a=e(o,r))}return n.set(t,a),a})(e,{__proto__:null,forceOptions:t,type:void 0});return null===n?r.default:n}static from(e,t){var r;return r="string"==typeof e?Ii.has(e)?"":ye(e):Bn(e),jc.get(r,t)}static set(e,t){gc.state.package.cache.set(e,t)}}function Vc(e,t){"use strict";if(M(e,t)){var r=e[t];if(M(r,"esm"))return Object(Pc.validRange)(r.esm)}return null}function Gc(e){"use strict";return"dedefault"===e||"topLevelReturn"===e}function Bc(e){"use strict";return"boolean"==typeof e||0===e||1===e}jc.createOptions=function(e){"use strict";var t=jc.defaultOptions,r=[],i={};if("string"==typeof e)r.push("mode"),i.mode=e;else for(var n=T(e),s=0,a=null==n?0:n.length;s<a;s++){var o=n[s];if(M(t,o))r.push(o),i[o]=e[o];else{if("sourcemap"!==o||-1!==n.indexOf("sourceMap"))throw new Oc(o);i.sourceMap=e.sourcemap}}-1===r.indexOf("cjs")&&(i.cjs=Dc.cjs),-1===r.indexOf("mode")&&(i.mode=Dc.mode);var u=(function(e){var t=jc.defaultOptions.cjs,r={};if(void 0===e)return _n(r,t);if(!V(e)){for(var i=T(t),n=!!e,s=0,a=null==i?0:i.length;s<a;s++){var o=i[s];r[o]=!Gc(o)&&n}return r}for(var u=[],l=T(e),c=0,p=null==l?0:l.length;c<p;c++){var h=l[c];if(M(t,h))u.push(h),r[h]=e[h];else{if("interop"!==h||-1!==l.indexOf("esModule"))throw new Oc("cjs["+Dr(h,39)+"]");r.esModule=e.interop}}for(var f=!0,d=0,m=null==u?0:u.length;d<m;d++){var v=u[d],g=r[v];if(!Bc(g))throw new Cc("cjs["+Dr(v,39)+"]",g,!0);var y=!!g;y&&!Gc(v)&&(f=!1),r[v]=y}var x=f?Dc.cjs:t;return fr(r,x)})(i.cjs);fr(i,t),i.cjs=u;var l=i.await;if(!Bc(l))throw new Cc("await",l);i.await=!!l;var c=i.cache;if(Bc(c))i.cache=!!c;else if("string"!=typeof c)throw new Cc("cache",c);var p=i.debug;if(!Bc(p))throw new Cc("debug",p);i.debug=!!p;var h=i.force;if(!Bc(h))throw new Cc("force",c);i.force=!!h;var f=t.mainFields,d=i.mainFields;Array.isArray(d)||(d=[d]),d=d===f?[f[0]]:Array.from(d,(function(e){if("string"!=typeof e)throw new Cc("mainFields",d);return e})),-1===d.indexOf("main")&&d.push("main"),i.mainFields=d;var m=i.mode;if(3===m||"all"===m)i.mode=3;else if(2===m||"auto"===m)i.mode=2;else{if(1!==m&&"strict"!==m)throw new Cc("mode",m);i.mode=1}var v=i.sourceMap;if(Bc(v))i.sourceMap=!!v;else if(void 0!==v)throw new Cc("sourceMap",v);var g=i.wasm;if(!Bc(g))throw new Cc("wasm",g);return i.wasm=!!g,i},jc.defaultOptions=Fc,jc.state=null,W(jc.prototype,null);var Uc=jc,Wc=R.inited?R.module.utilGetCacheStateHash:R.module.utilGetCacheStateHash=(function(){"use strict";return function(e){return"string"==typeof e?e.slice(-11,-3):""}})(),qc=R.inited?R.module.GenericDate:R.module.GenericDate=(function(){"use strict";return{getTime:P(Date.prototype.getTime)}})(),zc=R.inited?R.module.fsGetStatTimestamp:R.module.fsGetStatTimestamp=(function(){"use strict";return function(e,t){if(!V(e))return-1;var r=e[t+"Ms"];return"number"==typeof r?Math.round(r+.5):qc.getTime(e[t])}})(),Hc=R.inited?R.module.utilIsCalledFromStrictCode:R.module.utilIsCalledFromStrictCode=function(){for(var e=Hu(mo(Error,$n)),t=0,r=null==e?0:e.length;t<r;t++){var i=e[t],n=i.getFileName();if(n&&!Ci(n)&&!i.isNative())return void 0===i.getFunction()}return!1},$c=R.inited?R.module.utilIsDescriptorMatch:R.module.utilIsDescriptorMatch=(function(){"use strict";return function(e,t){if(!V(e))return!V(t);for(var r in t)if(!Object.is(e[r],t[r]))return!1;return!0}})(),Kc=R.inited?R.module.utilIsEnumerable:R.module.utilIsEnumerable=(function(){"use strict";var e=Object.prototype.propertyIsEnumerable;return function(t,r){return null!=t&&e.call(t,r)}})(),Jc=R.inited?R.module.shimPuppeteerExecutionContextPrototypeEvaluateHandle:R.module.shimPuppeteerExecutionContextPrototypeEvaluateHandle=(function(){"use strict";var e={enable(e){var t=R.memoize.shimPuppeteerExecutionContextPrototypeEvaluateHandle;if((function(e,t){var r=A(e)?e.ExecutionContext:void 0,i="function"==typeof r?r.prototype:void 0,n=A(i)?i.evaluateHandle:void 0;if("function"!=typeof n)return!0;var s=t.get(i);return void 0!==s?s:(s=Jn(n),t.set(i,s),s)})(e,t))return e;var r=e.ExecutionContext.prototype,i=Is(r.evaluateHandle,(function(e,t){var r=t[0];if("function"==typeof r){var i=new le(r,{get:(e,t,r)=>"toString"!==t||M(e,"toString")?(r===i&&(r=e),Reflect.get(e,t,r)):n}),n=new le(r.toString,{apply:Hn((function(e,t,n){t===i&&(t=r);var s=Reflect.apply(e,t,n);return"string"==typeof s?hs(s):s}))});t[0]=i}return Reflect.apply(e,this,t)}));return Reflect.defineProperty(r,"evaluateHandle",{configurable:!0,value:i,writable:!0})&&t.set(r,!0),e}};return e})(),Yc=69,Xc=_e,Qc=ke,Zc=1,ep=2,tp={},rp=1,ip=0,np=-1,sp=1,ap=0,op=1,up=2,lp=3,cp=4,pp=0,hp=4,fp=3,dp=1,mp=3,vp=4,gp=2,yp=5,xp=1,bp=3,wp=2,Ep=xo.ERR_EXPORT_STAR_CONFLICT,Sp=xo.ERR_NS_ASSIGNMENT,Rp=xo.ERR_NS_DEFINITION,Pp=xo.ERR_NS_DELETION,_p=xo.ERR_NS_EXTENSION,kp=xo.ERR_NS_REDEFINITION,Ip=xo.ERR_UNDEFINED_IDENTIFIER,Ap=Se+"lib"+Se+"ExecutionContext.js",Np=Se+"puppeteer"+Se,Cp=-19,Op=new Date("1985-10-27T00:00Z").getTime(),Tp={value:!0};class Mp{constructor(e){this.initialize(e)}static get(e){if(!V(e))return null;var t=R.entry.cache,r=t.get(e);if(void 0===r)r=new Mp(e);else if(r.type===dp&&r._loaded===rp){var i=R.bridged,n=r.module.exports,s=i.get(n);void 0!==s&&(r=s,i.delete(n))}return void 0!==r&&Mp.set(e,r),r}static has(e){return R.entry.cache.has(e)}static set(e,t){V(e)&&R.entry.cache.set(e,t)}addGetter(e,t){M(t,"id")||(t.id=e),M(t,"owner")||(t.owner=this),M(t,"type")||(t.type=Zc);var r=this.type;if(r!==dp&&r!==gp&&"default"===e){var i=zp(t);"function"==typeof i&&i.name===this.runtimeName+"anonymous"&&Reflect.defineProperty(i,"name",{configurable:!0,value:"default"})}return this.getters[e]=t,this}addGetters(e){for(var t=0,r=null==e?0:e.length;t<r;t++){var i=e[t],n=i[0],s=i[1];this.addGetter(n,s)}return this}addGetterFrom(e,t,r=t){var i=this;if("*"===t)return this.addGetter(r,(function(){return e.getExportByName("*",i)}));var n=e.getters,s=n[t];return e.type!==mp&&".mjs"===this.extname&&(s=function(){return e.partialNamespace[t]},s.owner=e),void 0===s&&(s=function(){return e.getters[t]()},s.deferred=!0,s.id=t,s.owner=e),this.addGetter(r,s)}addSetter(e,t,r,i){r.last=tp,r.localNames=t,r.owner=i,M(r,"exportedName")||(r.exportedName=null),M(r,"type")||(r.type=op);var n=this.setters;M(n,e)||(n[e]=[]),n[e].push(r);for(var s=i.importedBindings,a=0,o=null==t?0:t.length;a<o;a++){var u=t[a];s.has(u)||s.set(u,!1)}return this}addSetters(e,t){for(var r=0,i=null==e?0:e.length;r<i;r++){var n=e[r],s=n[0],a=n[1],o=n[2];this.addSetter(s,a,o,t)}return this}finalizeNamespace(){if(this._namespaceFinalized===sp)return this;this._namespaceFinalized=sp;for(var e=this.getters,t=T(e).sort(),r=0,i=null==t?0:t.length;r<i;r++){var n=t[r];e[n].type!==ep&&(this._completeMutableNamespace[n]=tp,this._completeNamespace[n]=tp)}Object.seal(this._completeNamespace);var s=this.type;if(s===mp||s===yp)return this;if(this.builtin){for(var a=["default"],o=T(this.exports),u=0,l=null==o?0:o.length;u<l;u++){var c=o[u];$u(c)&&a.push(c)}a.sort(),Reflect.deleteProperty(this._partialMutableNamespace,"default"),Reflect.deleteProperty(this._partialNamespace,"default");for(var p=0,h=null==a?0:a.length;p<h;p++){var f=a[p];this._partialMutableNamespace[f]=tp,this._partialNamespace[f]=tp}}return Object.seal(this._partialNamespace),this}getExportByName(e,t){var r=this.type;return r===mp||r===yp?(function(e,t,r){if("*"!==t){var i=e.getters[t];return void 0===i?Xc:zp(i)}var n=r.package.options.cjs.mutableNamespace&&".mjs"!==r.extname,s=!n||".mjs"===e.extname;return s?e.completeNamespace:e.completeMutableNamespace})(this,e,t):(function(e,t,r){var i=".mjs"===r.extname,n=e.type;if("*"!==t){if(e._loaded!==rp)return Xc;if(n===gp&&i&&"default"===t)return e.exports;var s=e.getters[t];return void 0===s?Xc:s()}var a=r.package.options.cjs,o=a.namedExports&&!i,u=a.mutableNamespace&&!i,l=!u||".mjs"===e.extname,c=!o&&n!==mp;return l?c?e.partialNamespace:e.completeNamespace:c?e.partialMutableNamespace:e.completeMutableNamespace})(this,e,t)}initialize(e=this.module){var t=this;this._changed=!1,this._completeMutableNamespace=ws(),this._completeNamespace=ws(),this._finalize=null,this._lastChild=null,this._loaded=ip,this._namespaceFinalized=ap,this._partialMutableNamespace=ws({default:tp}),this._partialNamespace=ws({default:tp}),this._passthruCompile=!1,this._passthruRequire=!1,this._ranthruCompile=!1,this._validation=new Map([["*",!0]]),this.basename=null,this.builtin=!1,this.children={__proto__:null},this.circular=!1,this.dirname=null,this.exports=e.exports,this.extname=null,this.filename=null,this.getters={__proto__:null},this.id=e.id,this.importedBindings=new Map,this.module=e,this.name=null,this.parent=e.parent,this.running=!1,this.runtime=null,this.setters={__proto__:null},this.setters["*"]=[],this.state=pp,this.type=dp,f(this,"cacheName",(function(){var e=t.package;return Rl(t.mtime,{cachePath:e.cachePath,filename:t.filename,packageOptions:e.options})})),f(this,"compileData",(function(){var e=xn.from(t);if(null!==e&&0!==e.transforms){var r=Pi(t.package.cachePath+Se+t.cacheName,"utf8");null!==r&&(e.code=r)}return e})),f(this,"completeMutableNamespace",(function(){return Gp(t,t._completeMutableNamespace)})),f(this,"completeNamespace",(function(){return Vp(t,t._completeNamespace)})),f(this,"mtime",(function(){var e=t.filename;if(bi(e)){var r=rn(e);if(null!==r){var i=zc(r,"mtime");return i<Op&&(i=zc(r,"ctime")),i}}return-1})),f(this,"package",(function(){return Uc.from(t.module)})),f(this,"partialMutableNamespace",(function(){return Gp(t,t._partialMutableNamespace)})),f(this,"partialNamespace",(function(){return Vp(t,t._partialNamespace)})),f(this,"runtimeName",(function(){return a("_"+Wc(t.cacheName).slice(0,3))})),this.updateFilename(!0)}loaded(){var e=this;if(this._loaded!==ip)return this._loaded;var t=this.module;if(!t.loaded)return this._loaded=ip;this._loaded=np;var r=this.children;for(var i in r)if(!r[i].module.loaded)return this._loaded=ip;var n=this.package.options.cjs,s=t.exports;if(this.type===dp){n.esModule&&null!=s&&s.__esModule&&(this.type=gp);for(var a=Bp(this,s),o=function(t){e.addGetter(t,(function(){return e.exports[t]}))},u=0,l=null==a?0:a.length;u<l;u++){var c=a[u];o(c)}if(this.type===dp){var p=this.filename;"string"==typeof p&&p.charCodeAt(p.length+Cp)===Yc&&p.endsWith(Ap)&&-1!==p.indexOf(Np)&&Jc.enable(s),this.addGetter("default",(function(){return e.exports})),s=to(this)}this.exports=s}else if(this.type===vp)s=to(this),t.exports=s,this.exports=s;else if(".mjs"===this.extname)t.exports=jp(this,s);else{var h=Bp(this);n.dedefault&&1===h.length&&"default"===h[0]?t.exports=s.default:(n.esModule&&!M(this.getters,"__esModule")&&Reflect.defineProperty(s,"__esModule",Tp),t.exports=n.mutableNamespace?(function(e,t){var r=Up(),i=new le(t,r);for(var n in Lp(r,e,i),Dp(r,e,i),Reflect.deleteProperty(r,"has"),r)ue(r[n]);return i})(this,s):jp(this,s))}return this.finalizeNamespace(),this._loaded=rp}resumeChildren(){var e=this.children;for(var t in e){var r=e[t];if(!r.running){var i=r.runtime,n=null===i?void 0:i.runResult,s=!0;try{void 0!==n&&r.state<fp&&(r.state=fp,r.running=!0,n.next(),r.module.loaded=!0,r.running=!1),"function"==typeof r._finalize?r._finalize():(r.loaded(),r.updateBindings(null,bp),wu(r,this)),s=!1}finally{r.state=s?pp:hp}}}}updateBindings(e,t=xp,r){var i,n=this.circular||t===wp||t===bp;if(n&&void 0!==r&&r.has(this))return this;if("string"==typeof e&&(e=[e]),this._changed=!1,(function(e,t){if(e.type===mp)if(Array.isArray(t))for(var r=0,i=null==t?0:t.length;r<i;r++){var n=t[r];Wp(e,n)}else for(var s in e.getters)Wp(e,s)})(this,e),(function(e,t,r,i){if(Array.isArray(t))for(var n=0,s=null==t?0:t.length;n<s;n++){var a=t[n];qp(e,a,r,i)}else for(var o in e.setters)qp(e,o,r,i)})(this,e,(function(e){var t=e.owner,r=t.importedBindings;if(e.last!==Xc)for(var s=0,a=e.localNames,o=null==a?0:a.length;s<o;s++){var u=a[s];r.set(u,!0)}n&&(void 0===i&&(i=new Set),i.add(t))}),t),this._changed=!1,void 0===i)return this;var s=t;return s!==xp&&(s=wp),void 0===r&&(r=new Set),r.add(this),i.forEach((function(e){e.loaded(),e.updateBindings(null,s,r)})),this}updateFilename(e,t){var r=this.module;if("boolean"==typeof e&&(t=e,e=void 0),void 0!==e&&(r.filename=e),!t&&this.filename===r.filename)return this;var i=Bn(r),n=r.filename;return this.dirname=i,this.filename=n,this.name=go(r),""===i?(this.basename=n,this.extname=""):"string"!=typeof n?(this.basename="",this.extname=""):(this.basename="."===i?ve(n):n.slice(i.length+1),this.extname=xe(n)),this}}function Lp(e,t,r){"use strict";e.get=function(i,n,s){var a,o=t.getters,u=o[n],l=void 0!==u,c=!1;if("string"==typeof n&&M(i,n)&&Kc(i,n)){var p=t._namespaceFinalized!==sp;if(!p&&l&&(c=!0,a=u(),p=a===Xc),p)throw new Ip(n,e.get)}return t.type===gp&&"default"===n&&i===t._partialNamespace?t.exports:l?c?a:u():(s===r&&(s=i),Reflect.get(i,n,s))},e.getOwnPropertyDescriptor=function(t,r){var i=Reflect.getOwnPropertyDescriptor(t,r);return void 0!==i&&(i.value=e.get(t,r)),i},e.has=function(e,t){return t===R.symbol.namespace||Reflect.has(e,t)},e.preventExtensions=function(e){return t._namespaceFinalized===sp&&Reflect.preventExtensions(e)}}function Fp(e,t){e.defineProperty=function(e,r,i){if(t._namespaceFinalized===sp&&M(e,r)&&$c(Reflect.getOwnPropertyDescriptor(e,r),i))return Reflect.defineProperty(e,r,i);if(!Hc())return!1;throw M(e,r)?new kp(t.module,r):new Rp(t.module,r)},e.deleteProperty=function(e,r){if(Reflect.deleteProperty(e,r))return!0;if(!Hc())return!1;throw new Pp(t.module,r)},e.set=function(e,r){if(!Hc())return!1;if(M(e,r))throw new Sp(t.module,r);throw new _p(t.module,r)}}function Dp(e,t,r){"use strict";e.defineProperty=function(e,r,i){return t._namespaceFinalized===sp&&(Pn.defineProperty(t.exports,r,i),M(e,r)&&(t.addGetter(r,(function(){return t.exports[r]})),t.updateBindings(r)),Reflect.isExtensible(e)||Reflect.defineProperty(e,r,i))},e.deleteProperty=function(e,r){return!!Reflect.deleteProperty(t.exports,r)&&(M(e,r)&&(t.addGetter(r,(function(){return t.exports[r]})),t.updateBindings(r)),Reflect.isExtensible(e))};var i=e.get;"function"==typeof i&&(e.get=function(e,r,n){var s=t.exports,a=i(e,r,n);if(M(s,r)){var o=Reflect.get(s,r,n),u=t.type;if(o!==a&&(u!==dp&&u!==vp||"default"!==r)&&xs(e,r))return o}return a}),e.getOwnPropertyDescriptor=function(r,i){var n=Reflect.getOwnPropertyDescriptor(r,i);if(void 0===n?!Reflect.isExtensible(r):!ys(n))return n;var s=t.exports;if(M(s,i)){var a,o=Reflect.getOwnPropertyDescriptor(s,i);if(M(o,"value"))a=o.value;else if("function"==typeof o.get&&(a=zp(o.get),a===Xc))return n;if(void 0===n)return{configurable:!0,enumerable:o.enumerable,value:a,writable:!0===o.writable||"function"==typeof o.set};n.value=a}else void 0!==n&&(n.value=e.get(r,i));return n},e.set=function(e,i,n,s){if(!eo(e,i))return!1;var a=t.exports;return s===r&&(s=a),!!Reflect.set(a,i,n,s)&&(M(e,i)&&(t.addGetter(i,(function(){return t.exports[i]})),t.updateBindings(i)),!0)}}function jp(e,t){"use strict";var r=Up(),i=new le(t,r);for(var n in Lp(r,e,i),Fp(r,e),Reflect.deleteProperty(r,"has"),r)ue(r[n]);return Object.seal(t),i}function Vp(e,t){"use strict";var r=Up(),i=new le(t,r);for(var n in Lp(r,e,i),Fp(r,e),r)ue(r[n]);return i}function Gp(e,t){"use strict";var r=Up(),i=new le(t,r);for(var n in Lp(r,e,i),Dp(r,e,i),r)ue(r[n]);return i}function Bp(e,t=e.exports){var r,i=e.type;if(i===dp||i===gp){var n="function"==typeof t,s=bs(t),a=F(t);r=[];for(var o=0,u=null==s?0:s.length;o<u;o++){var l=s[o];!Kc(t,l)&&("__esModule"===l||n&&"prototype"===l||M(a,l)&&!Kc(a,l))||r.push(l)}}else r=T(t);for(var c=[],p=0,h=r,f=null==h?0:h.length;p<f;p++){var d=h[p];$u(d)&&c.push(d)}return c}function Up(){"use strict";return{defineProperty:null,deleteProperty:null,get:null,getOwnPropertyDescriptor:null,has:null,set:null}}function Wp(e,t){"use strict";var r=e.getters[t];if(void 0!==r&&r.type!==ep){var i=e.exports,n=zp(r);M(i,t)&&Object.is(i[t],n)||(e._changed=!0,i[t]=n)}}function qp(e,t,r,i){"use strict";var n=e.setters[t];if(void 0!==n)for(var s=e._loaded===rp,a=e._changed,o=n.length;o--;){var u=n[o],l=e.getExportByName(t,u.owner);if(l===Qc)throw n.splice(o,1),new Ep(e.module,t);var c=u.type,p=c!==up&&!Object.is(u.last,l),h=s&&c===up,f=c===lp,d=a&&c===cp,m=i===bp;if(p||h||f||d||m){u.last=l;var v=l===Xc?void 0:l;u(v,e)&&n.splice(o,1),!p&&f||r(u)}}}function zp(e){"use strict";try{return e()}catch(e){}return Xc}W(Mp.prototype,null);var Hp=Mp,$p=R.inited?R.module.utilIsInstalled:R.module.utilIsInstalled=(function(){"use strict";var e=tn.WIN32,t=e?/[\\/]node_modules[\\/]/:/\/node_modules\//;return function({filename:e}){return"string"==typeof e&&t.test(e)}})(),Kp=R.inited?R.module.utilIsOwnModule:R.module.utilIsOwnModule=(function(){"use strict";var e=b.PACKAGE_DIRNAME;return function({filename:t}){return"string"==typeof t&&t.startsWith(e)}})(),Jp=k.resolve,Yp=Jp&&Jp.paths,Xp=R.symbol,Qp=new Map([[Xp.entry,Hp],[Xp.realGetProxyDetails,pe],[Xp.realRequire,k],[Xp.runtime,Gu],[Xp.shared,R]]),Zp=function(e,t,r){"use strict";var i=Kp(e),n=function(r){var n=i?(function(e){if("symbol"==typeof e)return Qp.get(e)})(r):void 0;return void 0===n?t.call(e,r):n};function s(t,i){return Bo(t,"request"),r.call(e,t,i)}function a(t){return Bo(t,"request"),hc._resolveLookupPaths(t,e,!0)}return"function"!=typeof t&&(t=function(t){return e.require(t)}),"function"!=typeof r&&(r=function(t,r){return hc._resolveFilename(t,e,!1,r)}),n.cache=hc._cache,n.extensions=hc._extensions,n.main=I.mainModule,n.resolve=s,s.paths=a,$p(e)||(s.paths=Qn(a,Yp),n.resolve=Qn(s,Jp),n=Qn(n,k)),n};R.inited||(R.module.utilPrepareContext=(function(){"use strict";var e=["Array","ArrayBuffer","Atomics","BigInt","BigInt64Array","BigUint64Array","Boolean","DataView","Date","Error","EvalError","Float32Array","Float64Array","Function","Int16Array","Int32Array","Int8Array","Map","Number","Object","Promise","Proxy","RangeError","ReferenceError","Reflect","RegExp","Set","SharedArrayBuffer","String","Symbol","SyntaxError","TypeError","URIError","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","WeakMap","WeakSet"],t=["Buffer","URL","URLSearchParams","clearImmediate","clearInterval","clearTimeout","console","global","process","setImmediate","setInterval","setTimeout"];function r(e,t){var r="'"+e+"' is deprecated, use 'global'";return{configurable:!0,get:oi((function(){return t}),r,"DEP0016"),set:oi((function(t){Reflect.defineProperty(this,e,{configurable:!0,value:t,writable:!0})}),r,"DEP0016")}}function i(e){var t=e+":";return t+="Array"===e?"[].constructor":"BigInt"===e?"1n.constructor":"Boolean"===e?"true.constructor":"Function"===e?"(function () {}).constructor":"Number"===e?"1..constructor":"Object"===e?"({}).constructor":"RegExp"===e?"/./.constructor":"String"===e?'"".constructor':"this."+e,t}return function(n){var s=R.defaultGlobal;if(n===s)return n;for(var a=j(s),o=0,u=null==a?0:a.length;o<u;o++){var l=a[o],c=void 0;"global"===l?c={configurable:!0,enumerable:!0,value:n,writable:!0}:"GLOBAL"===l||"root"===l?c=r(l,n):M(n,l)||(c=Reflect.getOwnPropertyDescriptor(s,l)),void 0!==c&&Reflect.defineProperty(n,l,c)}for(var p=0,h=null==t?0:t.length;p<h;p++){var f=t[p],d=Reflect.getOwnPropertyDescriptor(n,f);void 0!==d&&Reflect.deleteProperty(n,f)&&Reflect.defineProperty(n,f,d)}for(var m=new Map,v=0,g=null==e?0:e.length;v<g;v++){var y=e[v];M(n,y)&&(m.set(y,Reflect.getOwnPropertyDescriptor(n,y)),Reflect.deleteProperty(n,y))}if(0===m.size)return n;var x=new Fa("({"+(function(){var e,t=m.keys(),r="";do{e=t.next(),r+=i(e.value)+(e.done?"":",")}while(!e.done);return r})()+"})").runInContext(n);return m.forEach((function(e,t){Reflect.defineProperty(n,t,e);var r=n[t],i=x[t];if(r!==i&&A(r)&&A(i)&&("Error"===t?i.prepareStackTrace=function(...e){return Reflect.apply(r.prepareStackTrace,r,e)}:"Object"===t&&Reflect.defineProperty(r,Symbol.hasInstance,{configurable:!0,value:function(e){return this===r?e instanceof i||Ha(e,r):Ha(e,this)}}),"function"==typeof i&&(W(i,F(r)),M(i,"prototype")))){var s=i.prototype;if(A(s)){var a=r.prototype;W(s,a),M(a,"constructor")&&Reflect.defineProperty(s,"constructor",Reflect.getOwnPropertyDescriptor(a,"constructor"))}}})),n}})());var eh=R.inited?R.module.utilSatisfies:R.module.utilSatisfies=(function(){"use strict";var e={includePrerelease:!0};return function(t,r){if("string"!=typeof t||"string"!=typeof r)return!1;var i=t+"\0"+r,n=R.memoize.utilSatisfies,s=n.get(i);return void 0===s&&(s=Object(Pc.satisfies)(t,r,e),n.set(i,s)),s}})(),th=R.inited?R.module.envHasLoaderValue:R.module.envHasLoaderValue=(function(){"use strict";return function e(t){if("string"==typeof t){if(bi(t)){var r=t;if(""===xe(r)&&(r+=Se+"index.js"),Ci(So(r)))return!0}else if(45!==t.charCodeAt(0)&&Ci((function(e,t,r){var i,n=R.entry,s=n.cache,a=gc.state.package,o=a.cache;n.cache=new WeakMap,a.cache=new Map;var u=!0;try{i=du(e,t,!1),u=!1}catch(e){}return n.cache=s,a.cache=o,u?"":i})(t,ji)))return!0}else if(A(t))for(var i=T(t),n=0,s=null==i?0:i.length;n<s;n++){var a=i[n];if(e(t[a]))return!0}return!1}})(),rh=R.inited?R.module.envHasLoaderArg:R.module.envHasLoaderArg=(function(){"use strict";return function(e){return fi(e,(function(e){return 123===e.charCodeAt(0)?th(dn(e)):th(e)}))}})(),ih=R.inited?R.module.envIsSideloaded:R.module.envIsSideloaded=(function(){"use strict";return function(){if($i()||Ji())return!0;var e=H.slice(2);if(0===e.length)return!1;var t=So(H[1]),r=t.lastIndexOf(Se+"node_modules"+Se);if(-1===r||!rh(e))return!1;var i=R.entry,n=i.cache,s=gc.state.package,a=s.cache;i.cache=new WeakMap,s.cache=new Map;var o=!1;return null===Uc.get(K())&&null===Uc.get(t.slice(0,r+1))||(o=!0),i.cache=n,s.cache=a,o}})(),nh=R.inited?R.module.utilMaxSatisfying:R.module.utilMaxSatisfying=(function(){"use strict";return function(e,t){if(!Array.isArray(e)||"string"!=typeof t)return null;var r=(1===e.length?e[0]:wn.join(e))+"\0"+t,i=R.memoize.utilMaxSatisfying,n=i.get(r);return void 0===n&&(n=Object(Pc.maxSatisfying)(e,t),i.set(r,n)),n}})(),sh=R.inited?R.module.utilSetSilent:R.module.utilSetSilent=(function(){"use strict";return function(e,t,r){C((function(){try{e[t]=r}catch(e){}}))}})(),ah=R.inited?R.module.Wrapper:R.module.Wrapper=(function(){"use strict";var e=b.PACKAGE_RANGE,t={find(e,t,i){var n=r(e,t);if(null!==n){var s=nh(n.versions,i);if(null!==s){var a=n.wrappers.get(s);if(void 0!==a)return a}}return null},manage(e,r,i){var n=t.unwrap(e,r),s=Is(n,(function(e,t){var r=new.target;return void 0===r?Reflect.apply(i,this,[s,e,t]):Reflect.construct(i,[s,e,t],r)}));Reflect.defineProperty(s,R.symbol.wrapper,{configurable:!0,value:n}),sh(e,r,s)},unwrap(e,t){var r=C((function(){return e[t]})),i=R.symbol.wrapper;return M(r,i)?r[i]:r},wrap(n,s,a){var o=(function(e,n){var s=r(e,n);return null===s?(function(e,r){var n=(function(e){var t=i(e);return null===t?(function(e){var t=new Map;return Reflect.defineProperty(e,R.symbol.wrapper,{configurable:!0,value:t}),t})(e):t})(e),s={raw:t.unwrap(e,r),versions:[],wrappers:new Map};return n.set(r,s),s})(e,n):s})(n,s);void 0===o.wrappers.get(e)&&(wn.push(o.versions,e),o.wrappers.set(e,ue(a)))}};function r(e,t){var r,n=i(e);return null!==n&&(r=n.get(t)),void 0===r?null:r}function i(e){var t=R.symbol.wrapper;return M(e,t)?e[t]:null}return t})(),oh=R.inited?R.module.utilRelaxRange:R.module.utilRelaxRange=(function(){"use strict";return function(e){if("string"!=typeof e)return"*";var t=e.charCodeAt(0);if(94!==t){if(t>=48&&t<=57)return"^"+e;if(126===t||118===t||61===t)return"^"+e.slice(1)}return e}})(),uh=4,lh=3,ch=0,ph=tn.OPTIONS,hh=b.PACKAGE_VERSION,fh=xo.ERR_REQUIRE_ESM,dh=[".js",".json",".mjs",".cjs",".wasm"],mh=/^.*?\b(?:im|ex)port\b/,vh=Sn._extensions[".js"];function gh(e,t){"use strict";throw new fh(t)}function yh(e,t,r){"use strict";var i;try{return Reflect.apply(e,this,t)}catch(e){i=e}if(gc.state.package.default.options.debug||!ns(i))throw ds(i),i;var n=ln(i,"name"),s=t[1];if("SyntaxError"===n){var a=Mr(ln(i,"message")),o=r.range;if(mh.test(a)&&!eh(hh,o)){var u="Expected esm@"+o+". Using esm@"+hh+": "+s;Reflect.defineProperty(i,"message",{configurable:!0,value:u,writable:!0});var l=ln(i,"stack");"string"==typeof l&&Reflect.defineProperty(i,"stack",{configurable:!0,value:l.replace(a,(function(){return u})),writable:!0})}r.cache.dirty=!0}var c=vo(i);throw null!==c&&(s=c.filename),ms(i,{filename:s}),i}Reflect.defineProperty(gh,R.symbol.mjs,{value:!0});var xh=function(e,t){"use strict";var r=e._extensions,i=new Map,n=Uc.from(t);null===n&&(n=Uc.from(t,ph||!0));var s=n.clone(),a=s.options;s.range="*",a.force||3!==a.mode||(a.mode=2),gc.state.package.default=s,hc._extensions=r;var o=function(e,t,i){var n=i[1],s=Uc.from(n),a=ah.find(r,".js",oh(s.range));return null===a?yh.call(this,t,i,s):Reflect.apply(a,this,[e,t,i])};function u(e,t,r){var n=this,s=r[0],a=r[1],o=!Hp.has(s),u=Hp.get(s),l=u.extname,c=u.package,p=function(e){if(u.state=lh,"string"==typeof e){var i=s._compile,a=M(s,"_compile");N(s,"_compile",ue((function(t,r){return a?N(this,"_compile",i):Reflect.deleteProperty(this,"_compile"),Reflect.apply(i,this,[e,r])})))}var o,l=!0;try{o=yh.call(n,t,r,c),l=!1}finally{u.state=l?ch:uh}return o};if(o&&W(s,hc.prototype),u._passthruCompile||o&&".mjs"===l)return u._passthruCompile=!1,p();var h=u.compileData;if(null!==h&&null!==h.code||".json"===l||".wasm"===l)return u._ranthruCompile=!0,void xl(e,u,null,a,p);if(this===gc.state.module.extensions)return u._ranthruCompile=!0,void xl(e,u,Pi(a,"utf8"),a,p);var f=s._compile,d=o&&M(s,"_compile"),m=ue((function(t,r){o&&(d?N(this,"_compile",f):Reflect.deleteProperty(this,"_compile"));var i=M(this,R.symbol._compile)?this[R.symbol._compile]:null;"function"==typeof i?(Reflect.deleteProperty(this,R.symbol._compile),Reflect.apply(i,this,[t,r])):xl(e,u,t,r,p)}));if(o?N(s,"_compile",m):(u._ranthruCompile=!0,Reflect.defineProperty(s,R.symbol._compile,{configurable:!0,value:m})),(null===h||0===h.transforms)&&i.get(t))return yh.call(this,t,r,c);s._compile(Pi(a,"utf8"),a)}for(var l=0,c=null==dh?0:dh.length;l<c;l++){var p=dh[l],h=".mjs"===p;h&&!M(r,p)&&(r[p]=Qn(gh,vh));var f=".wasm"===p;if(!f||R.support.wasm){M(r,p)||(r[p]=vh);var d=ah.unwrap(r,p),m="function"==typeof d&&!M(d,R.symbol.mjs);if(h&&m)try{d()}catch(e){qn(e)&&"ERR_REQUIRE_ESM"===e.code&&(m=!1)}ah.manage(r,p,o),ah.wrap(r,p,u),i.set(d,m),gc.state.module.extensions[p]=r[p]}}},bh=tn.FLAGS,wh=function(e){"use strict";var t=hc._cache;for(var r in t)if(r.endsWith(Se+".pnp.js")){Reflect.deleteProperty(t,r);break}for(var i=0,n=bh.preloadModules,s=null==n?0:n.length;i<s;i++){var a=n[i];if(a.endsWith(Se+".pnp.js")){hc._preloadModules([a]),e._resolveFilename=hc._resolveFilename;break}}},Eh=b.PACKAGE_RANGE,Sh=function(e){"use strict";ah.manage(e,"_fatalException",(function(t,r,i){var n=ah.find(e,"_fatalException",Eh);return null===n?Reflect.apply(r,this,i):Reflect.apply(n,this,[t,r,i])})),ah.wrap(e,"_fatalException",(function(e,t,r){var i=r[0];return!gc.state.package.default.options.debug&&ns(i)?ms(i):ds(i),Reflect.apply(t,this,r)})),ah.manage(e,"emitWarning",(function(t,r,i){var n=ah.find(e,"emitWarning",Eh);return null===n?Reflect.apply(r,this,i):Reflect.apply(n,this,[t,r,i])})),ah.wrap(e,"emitWarning",(function(e,t,r){var i=r[0];return"string"==typeof i&&(r[0]=fs(i)),Reflect.apply(t,this,r)}))},Rh=xo.ERR_INVALID_ARG_VALUE,Ph=R.inited?R.module.shimProcessBindingUtilGetProxyDetails:R.module.shimProcessBindingUtilGetProxyDetails=(function(){"use strict";var e={enable(e){var t,r,i=R.memoize.shimProcessBindingUtilGetProxyDetails;if(C((function(){try{r=e.process.binding("util"),t=r.getProxyDetails}catch(e){}})),(function(e,t,r){if(!A(e)||"function"!=typeof t)return!0;var i=r.get(e);if(void 0!==i)return i;i=!0;try{i=void 0===t(new le(Kn,Kn))}catch(e){}return r.set(e,i),i})(r,t,i))return e;var n=Hn((function(e,...t){var i=t[t.length-1],n=i[0];if(!Jn(n))return Reflect.apply(e,r,[n])}));return N(r,"getProxyDetails",new le(t,{apply:n,construct:n}))&&i.set(r,!0),e}};return e})(),_h=R.inited?R.module.realREPL:R.module.realREPL=fe(k("repl")),kh=R.inited?R.module.safeREPL:R.module.safeREPL=q(_h),Ih=kh.REPLServer,Ah=R.inited?R.module.acornAcornParse:R.module.acornAcornParse=(function(){"use strict";var e=2,t=1,r={enable(e){e.parse=i}};function i(r,i){var n,s,a=!0;i=fr({sourceType:e,strict:!1},i);try{n=dr.parse(r,i),a=!1}catch(e){s=e}if(a){i.sourceType=t;try{n=dr.parse(r,i),a=!1}catch(e){}}if(a)throw s;return n}return r})(),Nh=R.inited?R.module.acornInternalAcorn:R.module.acornInternalAcorn=(function(){"use strict";var e=tn.INTERNAL,t={enable(){if(e){var t=ce("internal/deps/acorn/acorn/dist/acorn");A(t)&&Ah.enable(t)}}};return t})(),Ch=R.inited?R.module.acornWalkDynamicImport:R.module.acornWalkDynamicImport=(function(){"use strict";var e={enable:e=>(e.base.Import=L,e)};return e})(),Oh=R.inited?R.module.acornInternalWalk:R.module.acornInternalWalk=(function(){"use strict";var e=tn.INTERNAL,t={enable(){if(e){var t=ce("internal/deps/acorn/acorn-walk/dist/walk");A(t)&&Ch.enable(t)}}};return t})(),Th=tn.CHECK,Mh=tn.EVAL,Lh=tn.FLAGS,Fh=tn.HAS_INSPECTOR,Dh=tn.INTERNAL,jh=tn.REPL,Vh=xo.ERR_INVALID_ARG_TYPE;function Gh(e,t,r){"use strict";Reflect.defineProperty(e,t,{configurable:!0,value:r,writable:!0})}function Bh(e,t,r){"use strict";var i;try{return Reflect.apply(e,this,t)}catch(e){i=e}throw!gc.state.package.default.options.debug&&ns(i)?ms(i,{content:r}):ds(i),i}var Uh,Wh=function(e){"use strict";var t;function r(e){W(e,hc.prototype),t=Hp.get(e),t.addBuiltinModules=(function(e){var t=["assert","async_hooks","buffer","child_process","cluster","crypto","dgram","dns","domain","events","fs","http","http2","https","net","os","path","perf_hooks","punycode","querystring","readline","repl","stream","string_decoder","tls","tty","url","util","v8","vm","zlib"],r=t.length;return Fh&&t.push("inspector"),Lh.experimentalWorker&&t.push("worker_threads"),t.length!==r&&t.sort(),function(r){var i=e.require;Gh(r,"console",i("console")),Gh(r,"process",i("process"));for(var n=function(e){var t=ue((function(t){Reflect.defineProperty(this,e,{configurable:!0,value:t,writable:!0})}));Reflect.defineProperty(r,e,{configurable:!0,get:ue((function(){this[e]=void 0;var r=i(e);return Reflect.defineProperty(this,e,{configurable:!0,get:function(){return r},set:t}),r})),set:t})},s=0,a=null==t?0:t.length;s<a;s++){var o=t[s];n(o)}}})(t),t.package=Uc.get(""),t.require=Zp(e),t.runtime=null,t.runtimeName=R.runtimeName,Gu.enable(t,En.create())}ah.manage(e,"createScript",(function(t,r,i){var n=ah.find(e,"createScript","*");return Reflect.apply(n,this,[t,r,i])})),ah.wrap(e,"createScript",(function(r,i,[n,s]){s=_n({},s),s.produceCachedData=!0;var a=Rl(n),o=t.package.cache.compile,u=t,l=u.runtimeName,c=o.get(a);if(void 0===c&&(c=null),t.state=1,null===c){var p={cjsPaths:!0,cjsVars:!0,generateVarDeclarations:!0,pragmas:!1,runtimeName:l,sourceType:3,strict:!1};c=Bh(xn.compile,[n,p],n),o.set(a,c)}else null!==c.scriptData&&s.produceCachedData&&!M(s,"cachedData")&&(s.cachedData=c.scriptData);t.state=2;var h='(()=>{var g=Function("return this")(),m=g.module,e=m&&m.exports,n="'+l+'";if(e&&!g[n]){m.exports=e.entry.exports;require=e.entry.require;e.entry.addBuiltinModules(g);Reflect.defineProperty(g,n,{__proto__:null,value:e})}})();'+c.code,f=Bh.call(e,i,[h,s],n);f.cachedDataProduced&&(c.scriptData=f.cachedData);var d=function(e,r){t._validation.clear(),t.cacheName=a,t.compileData=c,t.state=3,t.type=2===c.sourceType?3:1;var i=Bh.call(this,e,r,n);return t.state=4,i};return f.runInContext=Jt(f.runInContext,d),f.runInThisContext=Jt(f.runInThisContext,d),f})),Th?e.Script=Is(e.Script,(function(t,[i,n]){e.Script=t;var s=O(hc,"wrapper");if(Array.isArray(s)){var a=s[0],o=s[1];"string"==typeof a&&"string"==typeof o&&(i=i.slice(a.length,-o.length))}return r(ji),e.createScript(i,n)})):Mh?(e.runInThisContext=Is(e.runInThisContext,(function(t,[i,n]){return e.runInThisContext=t,r(R.unsafeGlobal.module),e.createScript(i,n).runInThisContext(n)})),Sn.prototype._compile=hc.prototype._compile):jh&&(function(){var t=Ih.prototype.createContext;if("<repl>"===ji.id?r(ji):"function"==typeof t&&(Ih.prototype.createContext=Is(t,(function(){Ih.prototype.createContext=t,Reflect.defineProperty(this,"writer",{configurable:!0,enumerable:!0,get(){},set(e){var t=Qn((function(e){return Cs(e,t.options)}),e);return t.options=e.options,t.options.colors=this.useColors,Reflect.defineProperty(Cs,"replDefaults",{configurable:!0,enumerable:!0,get:()=>t.options,set(e){if(!V(e))throw new Vh("options","Object",e);return _n(t.options,e)}}),N(this,"writer",t),N(_h,"writer",t),t}});var e=Reflect.apply(t,this,[]),i=e.module;return Reflect.defineProperty(R.unsafeGlobal,"module",{configurable:!0,get:()=>i,set(e){i=e,r(i)}}),r(i),e}))),ja.createScript=e.createScript,Dh&&Lh.experimentalREPLAwait&&(Nh.enable(),Oh.enable()),R.support.replShowProxy)N(si,"inspect",Cs);else{var i=si.inspect;u(si,"inspect",ue((function(){return this.inspect=Cs,i}))),c(si,"inspect",ue((function(e){N(this,"inspect",e)})))}})()},qh=tn.CHECK,zh=tn.CLI,Hh=tn.EVAL,$h=tn.INTERNAL,Kh=tn.PRELOADED,Jh=tn.REPL,Yh=tn.YARN_PNP,Xh=xo.ERR_INVALID_ARG_TYPE,Qh=R.safeGlobal,Zh=R.unsafeGlobal;R.inited&&!R.reloaded?(Xn.enable(Zh),Ph.enable(Zh),Uh=function(e,t){"use strict";if(!V(e))throw new Xh("module","object");var r,i,n;if(void 0===t){var s=Uc.from(e);null!==s&&(r=JSON.stringify(s.options))}else t=Uc.createOptions(t),r=JSON.stringify({name:go(e),options:t});return void 0!==r&&gc.init(r),void 0!==t&&Uc.from(e,t),xh(hc,e),$p(e)||Sh(I),Yh&&wh(Go),i=e,n=Zp(i,(function(e){if(Bo(e,"request"),""===e)throw new Rh("request",e,"must be a non-empty string");var t=du(e,i),r=gc.state.package.default,n=ye(t);Uc.get(n)===r&&Uc.set(n,r.clone());var s=yc(e,i),a=s.module.exports;return 1!==s.type&&R.bridged.set(a,s),a}),(function(e,t){return du(e,i,!1,t)})),n.main=gc.state.module.mainModule,n}):(Uh=R,Uh.inited=!0,Uh.reloaded=!1,Xn.enable(Qh),Ph.enable(Qh),Xn.enable(Zh),Ph.enable(Zh),qh?Wh(Ma):Hh||Jh?(xh(hc),Sh(I),Wh(Ma)):(zh||$h||ih())&&(xh(Sn),(function(e){"use strict";ah.manage(e,"runMain",(function(t,r,i){var n=I.argv,s=n[1],a=du(s,null,!0),o=Uc.from(a),u=ah.find(e,"runMain",oh(o.range));return null===u?Reflect.apply(r,this,i):Reflect.apply(u,this,[t,r,i])})),ah.wrap(e,"runMain",(function(){var e,t=I.argv,r=t[1],i=du(r,null,!0),n=gc.state.package.default,s=ye(i);Uc.get(s)===n&&Uc.set(s,n.clone());try{yc(r,null,!0)}catch(e){throw!n.options.debug&&ns(e)?ms(e,{filename:i}):ds(e),e}e=O(I,"_tickCallback"),"function"==typeof e&&Reflect.apply(e,I,[])})),hc.runMain=e.runMain})(Sn),Sh(I)),$h&&(function(e){"use strict";e.console=co.console.module.exports,e.process=co.process.module.exports})(Zh),Kh&&Yh&&wh(Go)),n.default=Uh})]).default; |