@live-codes/browser-compilers 0.20.1 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@ The .jade extension is deprecated, use .pug for "`+e.file.path+'".')):(e.type="R
46
46
  `,line:t.loc.start.line,column:t.loc.start.column,filename:this.filename});break;case"start-pug-interpolation":e.nodes.push(this.parseExpr()),this.expect("end-pug-interpolation");break;case"interpolated-code":e.nodes.push({type:"Code",val:t.val,buffer:t.buffer,mustEscape:t.mustEscape!==!1,isInline:!0,line:t.loc.start.line,column:t.loc.start.column,filename:this.filename});break;default:var r=this.runPlugin("textBlockTokens",t,e,t);if(r)break;this.error("INVALID_TOKEN","Unexpected token type: "+t.type,t)}}return this.advance(),e}},block:function(){for(var t=this.expect("indent"),e=this.emptyBlock(t.loc.start.line);this.peek().type!="outdent";)if(this.peek().type=="newline")this.advance();else if(this.peek().type=="text-html")e.nodes=e.nodes.concat(this.parseTextHtml());else{var r=this.parseExpr();r.type==="Block"?e.nodes=e.nodes.concat(r.nodes):e.nodes.push(r)}return this.expect("outdent"),e},parseInterpolation:function(){var t=this.advance(),e={type:"InterpolatedTag",expr:t.val,selfClosing:!1,block:this.emptyBlock(t.loc.start.line),attrs:[],attributeBlocks:[],isInline:!1,line:t.loc.start.line,column:t.loc.start.column,filename:this.filename};return this.tag(e,{selfClosingAllowed:!0})},parseTag:function(){var t=this.advance(),e={type:"Tag",name:t.val,selfClosing:!1,block:this.emptyBlock(t.loc.start.line),attrs:[],attributeBlocks:[],isInline:pS.indexOf(t.val)!==-1,line:t.loc.start.line,column:t.loc.start.column,filename:this.filename};return this.tag(e,{selfClosingAllowed:!0})},tag:function(t,e){var r=!1,i=[],s=e&&e.selfClosingAllowed;e:for(;;)switch(this.peek().type){case"id":case"class":var n=this.advance();n.type==="id"&&(i.indexOf("id")!==-1&&this.error("DUPLICATE_ID",'Duplicate attribute "id" is not allowed.',n),i.push("id")),t.attrs.push({name:n.type,val:"'"+n.val+"'",line:n.loc.start.line,column:n.loc.start.column,filename:this.filename,mustEscape:!1});continue;case"start-attributes":r&&console.warn(this.filename+", line "+this.peek().loc.start.line+`:
47
47
  You should not have pug tags with multiple attributes.`),r=!0,t.attrs=t.attrs.concat(this.attrs(i));continue;case"&attributes":var n=this.advance();t.attributeBlocks.push({type:"AttributeBlock",val:n.val,line:n.loc.start.line,column:n.loc.start.column,filename:this.filename});break;default:var o=this.runPlugin("tagAttributeTokens",this.peek(),t,i);if(o)break;break e}switch(this.peek().type=="dot"&&(t.textOnly=!0,this.advance()),this.peek().type){case"text":case"interpolated-code":var u=this.parseText();u.type==="Block"?t.block.nodes.push.apply(t.block.nodes,u.nodes):t.block.nodes.push(u);break;case"code":t.block.nodes.push(this.parseCode(!0));break;case":":this.advance();var c=this.parseExpr();t.block=c.type==="Block"?c:this.initBlock(t.line,[c]);break;case"newline":case"indent":case"outdent":case"eos":case"start-pipeless-text":case"end-pug-interpolation":break;case"slash":if(s){this.advance(),t.selfClosing=!0;break}default:var o=this.runPlugin("tagTokens",this.peek(),t,e);if(o)break;this.error("INVALID_TOKEN","Unexpected token `"+this.peek().type+"` expected `text`, `interpolated-code`, `code`, `:`"+(s?", `slash`":"")+", `newline` or `eos`",this.peek())}for(;this.peek().type=="newline";)this.advance();if(t.textOnly)t.block=this.parseTextBlock()||this.emptyBlock(t.line);else if(this.peek().type=="indent")for(var p=this.block(),f=0,P=p.nodes.length;f<P;++f)t.block.nodes.push(p.nodes[f]);return t},attrs:function(t){this.expect("start-attributes");for(var e=[],r=this.advance();r.type==="attribute";)r.name!=="class"&&t&&(t.indexOf(r.name)!==-1&&this.error("DUPLICATE_ATTRIBUTE",'Duplicate attribute "'+r.name+'" is not allowed.',r),t.push(r.name)),e.push({name:r.name,val:r.val,line:r.loc.start.line,column:r.loc.start.column,filename:this.filename,mustEscape:r.mustEscape!==!1}),r=this.advance();return this.tokens.defer(r),this.expect("end-attributes"),e}}});var bn=L((N9,Bh)=>{"use strict";y();m();Bh.exports=Tt;function Tt(t,e,r,i){r&&typeof r=="object"&&typeof i>"u"&&(i=r,r=null),i=i||{includeDependencies:!1};var s=i.parents=i.parents||[],n=function c(p){if(Array.isArray(p)&&!c.arrayAllowed)throw new Error("replace() can only be called with an array if the last parent is a Block or NamedBlock");t=p};if(n.arrayAllowed=s[0]&&(/^(Named)?Block$/.test(s[0].type)||s[0].type==="RawInclude"&&t.type==="IncludeFilter"),e){var o=e(t,n);if(o===!1)return t;if(Array.isArray(t))return u(t)}switch(s.unshift(t),t.type){case"NamedBlock":case"Block":t.nodes=u(t.nodes);break;case"Case":case"Filter":case"Mixin":case"Tag":case"InterpolatedTag":case"When":case"Code":case"While":t.block&&(t.block=Tt(t.block,e,r,i));break;case"Each":t.block&&(t.block=Tt(t.block,e,r,i)),t.alternate&&(t.alternate=Tt(t.alternate,e,r,i));break;case"EachOf":t.block&&(t.block=Tt(t.block,e,r,i));break;case"Conditional":t.consequent&&(t.consequent=Tt(t.consequent,e,r,i)),t.alternate&&(t.alternate=Tt(t.alternate,e,r,i));break;case"Include":Tt(t.block,e,r,i),Tt(t.file,e,r,i);break;case"Extends":Tt(t.file,e,r,i);break;case"RawInclude":t.filters=u(t.filters),Tt(t.file,e,r,i);break;case"Attrs":case"BlockComment":case"Comment":case"Doctype":case"IncludeFilter":case"MixinBlock":case"YieldBlock":case"Text":break;case"FileReference":i.includeDependencies&&t.ast&&Tt(t.ast,e,r,i);break;default:throw new Error("Unexpected node type "+t.type)}return s.shift(),r&&r(t,n),t;function u(c){return c.reduce(function(p,f){var P=Tt(f,e,r,i);return Array.isArray(P)?p.concat(P):p.concat([P])},[])}}});var Uh=L((k9,jh)=>{"use strict";y();m();var hS=mr(),Rh=Br(),dS=bn(),gn=Qa();jh.exports=vt;function vt(t,e){return e=mo(e),t=JSON.parse(JSON.stringify(t)),dS(t,function(r){if(r.str===void 0&&(r.type==="Include"||r.type==="RawInclude"||r.type==="Extends")){var i=r.file;if(i.type!=="FileReference")throw new Error('Expected file.type to be "FileReference"');var s,n,o;try{s=e.resolve(i.path,i.filename,e),i.fullPath=s,o=e.read(s,e),n=o.toString("utf8")}catch(u){throw u.message+=`
48
48
  at `+r.filename+" line "+r.line,u}i.str=n,i.raw=o,(r.type==="Extends"||r.type==="Include")&&(i.ast=vt.string(n,gn({},e,{filename:s})))}})}vt.string=function(e,r){r=gn(mo(r),{src:e});var i=r.lex(e,r),s=r.parse(i,r);return vt(s,r)};vt.file=function(e,r){r=gn(mo(r),{filename:e});var i=r.read(e).toString("utf8");return vt.string(i,r)};vt.resolve=function(e,r,i){if(e=e.trim(),e[0]!=="/"&&!r)throw new Error('the "filename" option is required to use includes and extends with "relative" paths');if(e[0]==="/"&&!i.basedir)throw new Error('the "basedir" option is required to use includes and extends with "absolute" paths');return e=Rh.join(e[0]==="/"?i.basedir:Rh.dirname(r.trim()),e),e};vt.read=function(e,r){return hS.readFileSync(e)};vt.validateOptions=function(e){if(typeof e!="object")throw new TypeError("options must be an object");if(typeof e.lex!="function")throw new TypeError("options.lex must be a function");if(typeof e.parse!="function")throw new TypeError("options.parse must be a function");if(e.resolve&&typeof e.resolve!="function")throw new TypeError("options.resolve must be a function");if(e.read&&typeof e.read!="function")throw new TypeError("options.read must be a function")};function mo(t){return vt.validateOptions(t),gn({resolve:vt.resolve,read:vt.read},t)}});var xo=L((M9,Wh)=>{"use strict";y();m();Wh.exports=To;function To(t){jt.length||(Sn(),Kh=!0),jt[jt.length]=t}var jt=[],Kh=!1,Sn,Rt=0,yS=1024;function Vh(){for(;Rt<jt.length;){var t=Rt;if(Rt=Rt+1,jt[t].call(),Rt>yS){for(var e=0,r=jt.length-Rt;e<r;e++)jt[e]=jt[e+Rt];jt.length-=Rt,Rt=0}}jt.length=0,Rt=0,Kh=!1}var qh=typeof window<"u"?window:self,Yh=qh.MutationObserver||qh.WebKitMutationObserver;typeof Yh=="function"?Sn=mS(Vh):Sn=Xh(Vh);To.requestFlush=Sn;function mS(t){var e=1,r=new Yh(t),i=document.createTextNode("");return r.observe(i,{characterData:!0}),function(){e=-e,i.data=e}}function Xh(t){return function(){var r=setTimeout(s,0),i=setInterval(s,50);function s(){clearTimeout(r),clearInterval(i),t()}}}To.makeRequestCallFromTimer=Xh});var Xr=L((R9,$h)=>{"use strict";y();m();var TS=xo();function vn(){}var wi=null,Ii={};function xS(t){try{return t.then}catch(e){return wi=e,Ii}}function bS(t,e){try{return t(e)}catch(r){return wi=r,Ii}}function gS(t,e,r){try{t(e,r)}catch(i){return wi=i,Ii}}$h.exports=xt;function xt(t){if(typeof this!="object")throw new TypeError("Promises must be constructed via new");if(typeof t!="function")throw new TypeError("Promise constructor's argument is not a function");this._40=0,this._65=0,this._55=null,this._72=null,t!==vn&&zh(t,this)}xt._37=null;xt._87=null;xt._61=vn;xt.prototype.then=function(t,e){if(this.constructor!==xt)return SS(this,t,e);var r=new xt(vn);return En(this,new Jh(t,e,r)),r};function SS(t,e,r){return new t.constructor(function(i,s){var n=new xt(vn);n.then(i,s),En(t,new Jh(e,r,n))})}function En(t,e){for(;t._65===3;)t=t._55;if(xt._37&&xt._37(t),t._65===0){if(t._40===0){t._40=1,t._72=e;return}if(t._40===1){t._40=2,t._72=[t._72,e];return}t._72.push(e);return}ES(t,e)}function ES(t,e){TS(function(){var r=t._65===1?e.onFulfilled:e.onRejected;if(r===null){t._65===1?bo(e.promise,t._55):Ai(e.promise,t._55);return}var i=bS(r,t._55);i===Ii?Ai(e.promise,wi):bo(e.promise,i)})}function bo(t,e){if(e===t)return Ai(t,new TypeError("A promise cannot be resolved with itself."));if(e&&(typeof e=="object"||typeof e=="function")){var r=xS(e);if(r===Ii)return Ai(t,wi);if(r===t.then&&e instanceof xt){t._65=3,t._55=e,go(t);return}else if(typeof r=="function"){zh(r.bind(e),t);return}}t._65=1,t._55=e,go(t)}function Ai(t,e){t._65=2,t._55=e,xt._87&&xt._87(t,e),go(t)}function go(t){if(t._40===1&&(En(t,t._72),t._72=null),t._40===2){for(var e=0;e<t._72.length;e++)En(t,t._72[e]);t._72=null}}function Jh(t,e,r){this.onFulfilled=typeof t=="function"?t:null,this.onRejected=typeof e=="function"?e:null,this.promise=r}function zh(t,e){var r=!1,i=gS(t,function(s){r||(r=!0,bo(e,s))},function(s){r||(r=!0,Ai(e,s))});!r&&i===Ii&&(r=!0,Ai(e,wi))}});var Qh=L((V9,Gh)=>{"use strict";y();m();var Hh=Xr();Gh.exports=Hh;Hh.prototype.done=function(t,e){var r=arguments.length?this.then.apply(this,arguments):this;r.then(null,function(i){setTimeout(function(){throw i},0)})}});var ed=L((Y9,Zh)=>{"use strict";y();m();var Pn=Xr();Zh.exports=Pn;Pn.prototype.finally=function(t){return this.then(function(e){return Pn.resolve(t()).then(function(){return e})},function(e){return Pn.resolve(t()).then(function(){throw e})})}});var rd=L((J9,td)=>{"use strict";y();m();var Je=Xr();td.exports=Je;var vS=Wr(!0),PS=Wr(!1),AS=Wr(null),wS=Wr(void 0),IS=Wr(0),CS=Wr("");function Wr(t){var e=new Je(Je._61);return e._65=1,e._55=t,e}Je.resolve=function(t){if(t instanceof Je)return t;if(t===null)return AS;if(t===void 0)return wS;if(t===!0)return vS;if(t===!1)return PS;if(t===0)return IS;if(t==="")return CS;if(typeof t=="object"||typeof t=="function")try{var e=t.then;if(typeof e=="function")return new Je(e.bind(t))}catch(r){return new Je(function(i,s){s(r)})}return Wr(t)};Je.all=function(t){var e=Array.prototype.slice.call(t);return new Je(function(r,i){if(e.length===0)return r([]);var s=e.length;function n(u,c){if(c&&(typeof c=="object"||typeof c=="function"))if(c instanceof Je&&c.then===Je.prototype.then){for(;c._65===3;)c=c._55;if(c._65===1)return n(u,c._55);c._65===2&&i(c._55),c.then(function(P){n(u,P)},i);return}else{var p=c.then;if(typeof p=="function"){var f=new Je(p.bind(c));f.then(function(P){n(u,P)},i);return}}e[u]=c,--s===0&&r(e)}for(var o=0;o<e.length;o++)n(o,e[o])})};Je.reject=function(t){return new Je(function(e,r){r(t)})};Je.race=function(t){return new Je(function(e,r){t.forEach(function(i){Je.resolve(i).then(e,r)})})};Je.prototype.catch=function(t){return this.then(null,t)}});var ad=L((H9,nd)=>{"use strict";y();m();var id=xo(),An=[],So=[],NS=id.makeRequestCallFromTimer(_S);function _S(){if(So.length)throw So.shift()}nd.exports=Eo;function Eo(t){var e;An.length?e=An.pop():e=new sd,e.task=t,id(e)}function sd(){this.task=null}sd.prototype.call=function(){try{this.task.call()}catch(t){Eo.onerror?Eo.onerror(t):(So.push(t),NS())}finally{this.task=null,An[An.length]=this}}});var ld=L((Z9,ud)=>{"use strict";y();m();var Jr=Xr(),vo=ad();ud.exports=Jr;Jr.denodeify=function(t,e){return typeof e=="number"&&e!==1/0?OS(t,e):kS(t)};var od="function (err, res) {if (err) { rj(err); } else { rs(res); }}";function OS(t,e){for(var r=[],i=0;i<e;i++)r.push("a"+i);var s=["return function ("+r.join(",")+") {","var self = this;","return new Promise(function (rs, rj) {","var res = fn.call(",["self"].concat(r).concat([od]).join(","),");","if (res &&",'(typeof res === "object" || typeof res === "function") &&','typeof res.then === "function"',") {rs(res);}","});","};"].join("");return Function(["Promise","fn"],s)(Jr,t)}function kS(t){for(var e=Math.max(t.length-1,3),r=[],i=0;i<e;i++)r.push("a"+i);var s=["return function ("+r.join(",")+") {","var self = this;","var args;","var argLength = arguments.length;","if (arguments.length > "+e+") {","args = new Array(arguments.length + 1);","for (var i = 0; i < arguments.length; i++) {","args[i] = arguments[i];","}","}","return new Promise(function (rs, rj) {","var cb = "+od+";","var res;","switch (argLength) {",r.concat(["extra"]).map(function(n,o){return"case "+o+":res = fn.call("+["self"].concat(r.slice(0,o)).concat("cb").join(",")+");break;"}).join(""),"default:","args[argLength] = cb;","res = fn.apply(self, args);","}","if (res &&",'(typeof res === "object" || typeof res === "function") &&','typeof res.then === "function"',") {rs(res);}","});","};"].join("");return Function(["Promise","fn"],s)(Jr,t)}Jr.nodeify=function(t){return function(){var e=Array.prototype.slice.call(arguments),r=typeof e[e.length-1]=="function"?e.pop():null,i=this;try{return t.apply(this,arguments).nodeify(r,i)}catch(s){if(r===null||typeof r>"u")return new Jr(function(n,o){o(s)});vo(function(){r.call(i,s)})}}};Jr.prototype.nodeify=function(t,e){if(typeof t!="function")return this;this.then(function(r){vo(function(){t.call(e,null,r)})},function(r){vo(function(){t.call(e,r)})})}});var pd=L((r7,cd)=>{"use strict";y();m();var st=Xr();cd.exports=st;st.enableSynchronous=function(){st.prototype.isPending=function(){return this.getState()==0},st.prototype.isFulfilled=function(){return this.getState()==1},st.prototype.isRejected=function(){return this.getState()==2},st.prototype.getValue=function(){if(this._65===3)return this._55.getValue();if(!this.isFulfilled())throw new Error("Cannot get a value of an unfulfilled promise.");return this._55},st.prototype.getReason=function(){if(this._65===3)return this._55.getReason();if(!this.isRejected())throw new Error("Cannot get a rejection reason of a non-rejected promise.");return this._55},st.prototype.getState=function(){return this._65===3?this._55.getState():this._65===-1||this._65===-2?0:this._65}};st.disableSynchronous=function(){st.prototype.isPending=void 0,st.prototype.isFulfilled=void 0,st.prototype.isRejected=void 0,st.prototype.getValue=void 0,st.prototype.getReason=void 0,st.prototype.getState=void 0}});var hd=L((n7,fd)=>{"use strict";y();m();fd.exports=Xr();Qh();ed();rd();ld();pd()});var yd=L((u7,dd)=>{"use strict";y();m();dd.exports=hd()});var Td=L((p7,Po)=>{y();m();Po.exports=md;Po.exports.default=md;function md(t){return!!t&&(typeof t=="object"||typeof t=="function")&&typeof t.then=="function"}});var gd=L((d7,bd)=>{"use strict";y();m();var Ao=mr(),wn=bi(),Ut=yd(),xd=Td(),ne=bd.exports=function(t){return new Ge(t)};ne.Transformer=Ge;ne.normalizeFn=DS;ne.normalizeFnAsync=LS;ne.normalize=MS;ne.normalizeAsync=FS;Ao.readFile?(ne.readFile=Ut.denodeify(Ao.readFile),ne.readFileSync=Ao.readFileSync):(ne.readFile=function(){throw new Error("fs.readFile unsupported")},ne.readFileSync=function(){throw new Error("fs.readFileSync unsupported")});function DS(t){if(typeof t=="function")return{fn:t,dependencies:[]};if(t&&typeof t=="object"&&typeof t.fn=="function"){if("dependencies"in t){if(!Array.isArray(t.dependencies))throw new Error("Result should have a dependencies property that is an array")}else t.dependencies=[];return t}else throw new Error("Invalid result object from transform.")}function LS(t,e){return Ut.resolve(t).then(function(r){return r&&xd(r.fn)?r.fn.then(function(i){return r.fn=i,r}):r}).then(ne.normalizeFn).nodeify(e)}function MS(t){if(typeof t=="string")return{body:t,dependencies:[]};if(t&&typeof t=="object"&&typeof t.body=="string"){if("dependencies"in t){if(!Array.isArray(t.dependencies))throw new Error("Result should have a dependencies property that is an array")}else t.dependencies=[];return t}else throw new Error("Invalid result object from transform.")}function FS(t,e){return Ut.resolve(t).then(function(r){return r&&xd(r.body)?r.body.then(function(i){return r.body=i,r}):r}).then(ne.normalize).nodeify(e)}function Ge(t){wn(t,"Transformer must be an object"),wn(typeof t.name=="string","Transformer must have a name"),wn(typeof t.outputFormat=="string","Transformer must have an output format"),wn(["compile","compileAsync","compileFile","compileFileAsync","compileClient","compileClientAsync","compileFileClient","compileFileClientAsync","render","renderAsync","renderFile","renderFileAsync"].some(function(e){return typeof t[e]=="function"}),"Transformer must implement at least one of the potential methods."),this._tr=t,this.name=this._tr.name,this.outputFormat=this._tr.outputFormat,this.inputFormats=this._tr.inputFormats||[this.name]}var BS={compile:["compile","render"],compileAsync:["compileAsync","compile","render"],compileFile:["compileFile","compile","renderFile","render"],compileFileAsync:["compileFileAsync","compileFile","compileAsync","compile","renderFile","render"],compileClient:["compileClient"],compileClientAsync:["compileClientAsync","compileClient"],compileFileClient:["compileFileClient","compileClient"],compileFileClientAsync:["compileFileClientAsync","compileFileClient","compileClientAsync","compileClient"],render:["render","compile"],renderAsync:["renderAsync","render","compileAsync","compile"],renderFile:["renderFile","render","compileFile","compile"],renderFileAsync:["renderFileAsync","renderFile","renderAsync","render","compileFileAsync","compileFile","compileAsync","compile"]};Ge.prototype._hasMethod=function(t){return typeof this._tr[t]=="function"};Ge.prototype.can=function(t){return BS[t].some(function(e){return this._hasMethod(e)}.bind(this))};Ge.prototype.compile=function(t,e){if(!this._hasMethod("compile")){if(this.can("render")){var r=this;return{fn:function(i){return ne.normalize(r._tr.render(t,e,i)).body},dependencies:[]}}throw this.can("compileAsync")?new Error('The Transform "'+this.name+'" does not support synchronous compilation'):this.can("compileFileAsync")?new Error('The Transform "'+this.name+'" does not support compiling plain strings'):new Error('The Transform "'+this.name+'" does not support compilation')}return ne.normalizeFn(this._tr.compile(t,e))};Ge.prototype.compileAsync=function(t,e,r){return this.can("compileAsync")?this._hasMethod("compileAsync")?ne.normalizeFnAsync(this._tr.compileAsync(t,e),r):ne.normalizeFnAsync(this.compile(t,e),r):Ut.reject(new Error('The Transform "'+this.name+'" does not support compiling plain strings')).nodeify(r)};Ge.prototype.compileFile=function(t,e){if(!this.can("compileFile"))throw new Error('The Transform "'+this.name+'" does not support synchronous compilation');return this._hasMethod("compileFile")?ne.normalizeFn(this._tr.compileFile(t,e)):this._hasMethod("renderFile")?ne.normalizeFn(function(r){return ne.normalize(this._tr.renderFile(t,e,r)).body}.bind(this)):(e||(e={}),e.filename===void 0&&(e.filename=t),this.compile(ne.readFileSync(t,"utf8"),e))};Ge.prototype.compileFileAsync=function(t,e,r){return this.can("compileFileAsync")?this._hasMethod("compileFileAsync")?ne.normalizeFnAsync(this._tr.compileFileAsync(t,e),r):this._hasMethod("compileFile")||this._hasMethod("renderFile")?ne.normalizeFnAsync(this.compileFile(t,e),r):(e||(e={}),e.filename===void 0&&(e.filename=t),ne.normalizeFnAsync(ne.readFile(t,"utf8").then(function(i){return this._hasMethod("compileAsync")?this._tr.compileAsync(i,e):this.compile(i,e)}.bind(this)),r)):Ut.reject(new Error('The Transform "'+this.name+'" does not support compilation'))};Ge.prototype.compileClient=function(t,e){if(!this.can("compileClient"))throw this.can("compileClientAsync")?new Error('The Transform "'+this.name+'" does not support compiling for the client synchronously.'):this.can("compileFileClientAsync")?new Error('The Transform "'+this.name+'" does not support compiling for the client from a string.'):new Error('The Transform "'+this.name+'" does not support compiling for the client');return ne.normalize(this._tr.compileClient(t,e))};Ge.prototype.compileClientAsync=function(t,e,r){return this.can("compileClientAsync")?this._hasMethod("compileClientAsync")?ne.normalizeAsync(this._tr.compileClientAsync(t,e),r):ne.normalizeAsync(this._tr.compileClient(t,e),r):this.can("compileFileClientAsync")?Ut.reject(new Error('The Transform "'+this.name+'" does not support compiling for the client from a string.')).nodeify(r):Ut.reject(new Error('The Transform "'+this.name+'" does not support compiling for the client')).nodeify(r)};Ge.prototype.compileFileClient=function(t,e){if(!this.can("compileFileClient"))throw this.can("compileFileClientAsync")?new Error('The Transform "'+this.name+'" does not support compiling for the client synchronously.'):new Error('The Transform "'+this.name+'" does not support compiling for the client');return this._hasMethod("compileFileClient")?ne.normalize(this._tr.compileFileClient(t,e)):(e||(e={}),e.filename===void 0&&(e.filename=t),ne.normalize(this._tr.compileClient(ne.readFileSync(t,"utf8"),e)))};Ge.prototype.compileFileClientAsync=function(t,e,r){return this.can("compileFileClientAsync")?this._hasMethod("compileFileClientAsync")?ne.normalizeAsync(this._tr.compileFileClientAsync(t,e),r):this._hasMethod("compileFileClient")?ne.normalizeAsync(this._tr.compileFileClient(t,e),r):(e||(e={}),e.filename===void 0&&(e.filename=t),ne.normalizeAsync(ne.readFile(t,"utf8").then(function(i){return this._hasMethod("compileClientAsync")?this._tr.compileClientAsync(i,e):this._tr.compileClient(i,e)}.bind(this)),r)):Ut.reject(new Error('The Transform "'+this.name+'" does not support compiling for the client')).nodeify(r)};Ge.prototype.render=function(t,e,r){if(!this.can("render"))throw this.can("renderAsync")?new Error('The Transform "'+this.name+'" does not support rendering synchronously.'):this.can("renderFileAsync")?new Error('The Transform "'+this.name+'" does not support rendering from a string.'):new Error('The Transform "'+this.name+'" does not support rendering');if(this._hasMethod("render"))return ne.normalize(this._tr.render(t,e,r));var i=ne.normalizeFn(this._tr.compile(t,e)),s=i.fn(r||e);if(typeof s!="string")throw new Error('The Transform "'+this.name+'" does not support rendering synchronously.');return ne.normalize({body:s,dependencies:i.dependencies})};Ge.prototype.renderAsync=function(t,e,r,i){return typeof r=="function"&&(i=r,r=e),this.can("renderAsync")?this._hasMethod("renderAsync")?ne.normalizeAsync(this._tr.renderAsync(t,e,r),i):this._hasMethod("render")?ne.normalizeAsync(this._tr.render(t,e,r),i):ne.normalizeAsync(this.compileAsync(t,e).then(function(s){return{body:s.fn(r||e),dependencies:s.dependencies}}),i):this.can("renderFileAsync")?Ut.reject(new Error('The Transform "'+this.name+'" does not support rendering from a string.')).nodeify(i):Ut.reject(new Error('The Transform "'+this.name+'" does not support rendering')).nodeify(i)};Ge.prototype.renderFile=function(t,e,r){if(!this.can("renderFile"))throw new Error('The Transform "'+this.name+'" does not support rendering synchronously.');if(this._hasMethod("renderFile"))return ne.normalize(this._tr.renderFile(t,e,r));if(this._hasMethod("render"))return e||(e={}),e.filename===void 0&&(e.filename=t),ne.normalize(this._tr.render(ne.readFileSync(t,"utf8"),e,r));var i=this.compileFile(t,e);return ne.normalize({body:i.fn(r||e),dependencies:i.dependencies})};Ge.prototype.renderFileAsync=function(t,e,r,i){if(!this.can("renderFileAsync"))throw new Error('The Transform "'+this.name+'" does not support rendering.');return typeof r=="function"&&(i=r,r=e),this._hasMethod("renderFileAsync")?ne.normalizeAsync(this._tr.renderFileAsync(t,e,r),i):this._hasMethod("renderFile")?ne.normalizeAsync(this._tr.renderFile(t,e,r),i):this._hasMethod("compile")||this._hasMethod("compileAsync")||this._hasMethod("compileFile")||this._hasMethod("compileFileAsync")?ne.normalizeAsync(this.compileFileAsync(t,e).then(function(s){return{body:s.fn(r||e),dependencies:s.dependencies}}),i):(e||(e={}),e.filename===void 0&&(e.filename=t),ne.normalizeAsync(ne.readFile(t,"utf8").then(function(s){return this.renderAsync(s,e,r)}.bind(this)),i))}});var Ld={};Wi(Ld,{EOL:()=>Dd,arch:()=>RS,cpus:()=>Id,default:()=>US,endianness:()=>Sd,freemem:()=>Ad,getNetworkInterfaces:()=>Od,hostname:()=>Ed,loadavg:()=>vd,networkInterfaces:()=>_d,platform:()=>jS,release:()=>Nd,tmpDir:()=>wo,tmpdir:()=>kd,totalmem:()=>wd,type:()=>Cd,uptime:()=>Pd});function Sd(){if(typeof In>"u"){var t=new ArrayBuffer(2),e=new Uint8Array(t),r=new Uint16Array(t);if(e[0]=1,e[1]=2,r[0]===258)In="BE";else if(r[0]===513)In="LE";else throw new Error("unable to figure out endianess")}return In}function Ed(){return typeof window.location<"u"?window.location.hostname:""}function vd(){return[]}function Pd(){return 0}function Ad(){return Number.MAX_VALUE}function wd(){return Number.MAX_VALUE}function Id(){return[]}function Cd(){return"Browser"}function Nd(){return typeof window.navigator<"u"?window.navigator.appVersion:""}function _d(){}function Od(){}function RS(){return"javascript"}function jS(){return"browser"}function wo(){return"/tmp"}var In,kd,Dd,US,Md=Ct(()=>{y();m();kd=wo,Dd=`
49
- `,US={EOL:Dd,tmpdir:kd,tmpDir:wo,networkInterfaces:_d,getNetworkInterfaces:Od,release:Nd,type:Cd,cpus:Id,totalmem:wd,freemem:Ad,uptime:Pd,loadavg:vd,hostname:Ed,endianness:Sd}});var Fd=L((b7,Cn)=>{y();m();var zr=(Md(),Ji(Ld));if(zr&&zr.default){Cn.exports=zr.default;for(let t in zr)Cn.exports[t]=zr[t]}else zr&&(Cn.exports=zr)});var Io=L((E7,Bd)=>{"use strict";y();m();var VS=Fd();Bd.exports=VS.homedir||function(){var e=N.env.HOME,r=N.env.LOGNAME||N.env.USER||N.env.LNAME||N.env.USERNAME;return N.platform==="win32"?N.env.USERPROFILE||N.env.HOMEDRIVE+N.env.HOMEPATH||e||null:N.platform==="darwin"?e||(r?"/Users/"+r:null):N.platform==="linux"?e||(N.getuid()===0?"/root":r?"/home/"+r:null):e||null}});var Co=L((A7,Rd)=>{y();m();Rd.exports=function(){var t=Error.prepareStackTrace;Error.prepareStackTrace=function(r,i){return i};var e=new Error().stack;return Error.prepareStackTrace=t,e[2].getFileName()}});var jd=L((C7,ts)=>{"use strict";y();m();var qS=N.platform==="win32",KS=/^(((?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?[\\\/]?)(?:[^\\\/]*[\\\/])*)((\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))[\\\/]*$/,No={};function YS(t){return KS.exec(t).slice(1)}No.parse=function(t){if(typeof t!="string")throw new TypeError("Parameter 'pathString' must be a string, not "+typeof t);var e=YS(t);if(!e||e.length!==5)throw new TypeError("Invalid path '"+t+"'");return{root:e[1],dir:e[0]===e[1]?e[0]:e[0].slice(0,-1),base:e[2],ext:e[4],name:e[3]}};var XS=/^((\/?)(?:[^\/]*\/)*)((\.{1,2}|[^\/]+?|)(\.[^.\/]*|))[\/]*$/,_o={};function WS(t){return XS.exec(t).slice(1)}_o.parse=function(t){if(typeof t!="string")throw new TypeError("Parameter 'pathString' must be a string, not "+typeof t);var e=WS(t);if(!e||e.length!==5)throw new TypeError("Invalid path '"+t+"'");return{root:e[1],dir:e[0].slice(0,-1),base:e[2],ext:e[4],name:e[3]}};qS?ts.exports=No.parse:ts.exports=_o.parse;ts.exports.posix=_o.parse;ts.exports.win32=No.parse});var Oo=L((O7,Kd)=>{y();m();var qd=Br(),Ud=qd.parse||jd(),Vd=function(e,r){var i="/";/^([A-Za-z]:)/.test(e)?i="":/^\\\\/.test(e)&&(i="\\\\");for(var s=[e],n=Ud(e);n.dir!==s[s.length-1];)s.push(n.dir),n=Ud(n.dir);return s.reduce(function(o,u){return o.concat(r.map(function(c){return qd.resolve(i,u,c)}))},[])};Kd.exports=function(e,r,i){var s=r&&r.moduleDirectory?[].concat(r.moduleDirectory):["node_modules"];if(r&&typeof r.paths=="function")return r.paths(i,e,function(){return Vd(e,s)},r);var n=Vd(e,s);return r&&r.paths?n.concat(r.paths):n}});var ko=L((L7,Yd)=>{y();m();Yd.exports=function(t,e){return e||{}}});var Wd=L((B7,Xd)=>{"use strict";y();m();var JS=Function.prototype.call,zS=Object.prototype.hasOwnProperty,$S=Gi();Xd.exports=$S.call(JS,zS)});var Jd=L((U7,HS)=>{HS.exports={assert:!0,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:">= 0.5 && < 0.9.7",buffer:!0,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:!0,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],console:!0,"node:console":[">= 14.18 && < 15",">= 16"],constants:!0,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:!0,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:">= 1 && < 8",_debugger:"< 8",dgram:!0,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:!0,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],events:!0,"node:events":[">= 14.18 && < 15",">= 16"],freelist:"< 6",fs:!0,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],http:!0,"node:http":[">= 14.18 && < 15",">= 16"],http2:">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],https:!0,"node:https":[">= 14.18 && < 15",">= 16"],inspector:">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:"< 8",module:!0,"node:module":[">= 14.18 && < 15",">= 16"],net:!0,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:!0,"node:os":[">= 14.18 && < 15",">= 16"],path:!0,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:">= 1","node:process":[">= 14.18 && < 15",">= 16"],punycode:">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],querystring:!0,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:!0,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:!0,"node:repl":[">= 14.18 && < 15",">= 16"],"node:sea":[">= 20.12 && < 21",">= 21.7"],smalloc:">= 0.11.5 && < 3","node:sqlite":[">= 22.13 && < 23",">= 23.4"],_stream_duplex:">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:!0,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:!0,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"test/mock_loader":">= 22.3 && < 22.7","node:test/mock_loader":">= 22.3 && < 22.7","node:test":[">= 16.17 && < 17",">= 18"],timers:!0,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:">= 0.11.3 && < 10",_tls_wrap:">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:!0,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],tty:!0,"node:tty":[">= 14.18 && < 15",">= 16"],url:!0,"node:url":[">= 14.18 && < 15",">= 16"],util:!0,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:">= 1","node:v8":[">= 14.18 && < 15",">= 16"],vm:!0,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}});var rs=L((V7,Hd)=>{"use strict";y();m();var GS=Wd();function QS(t,e){for(var r=t.split("."),i=e.split(" "),s=i.length>1?i[0]:"=",n=(i.length>1?i[1]:i[0]).split("."),o=0;o<3;++o){var u=parseInt(r[o]||0,10),c=parseInt(n[o]||0,10);if(u!==c)return s==="<"?u<c:s===">="?u>=c:!1}return s===">="}function zd(t,e){var r=e.split(/ ?&& ?/);if(r.length===0)return!1;for(var i=0;i<r.length;++i)if(!QS(t,r[i]))return!1;return!0}function ZS(t,e){if(typeof e=="boolean")return e;var r=typeof t>"u"?N.versions&&N.versions.node:t;if(typeof r!="string")throw new TypeError(typeof t>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(e&&typeof e=="object"){for(var i=0;i<e.length;++i)if(zd(r,e[i]))return!0;return!1}return zd(r,e)}var $d=Jd();Hd.exports=function(e,r){return GS($d,e)&&ZS(r,$d[e])}});var Zd=L((Y7,Qd)=>{y();m();var $r=mr(),eE=Io(),je=Br(),tE=Co(),rE=Oo(),iE=ko(),sE=rs(),nE=N.platform!=="win32"&&$r.realpath&&typeof $r.realpath.native=="function"?$r.realpath.native:$r.realpath,Gd=eE(),aE=function(){return[je.join(Gd,".node_modules"),je.join(Gd,".node_libraries")]},oE=function(e,r){$r.stat(e,function(i,s){return i?i.code==="ENOENT"||i.code==="ENOTDIR"?r(null,!1):r(i):r(null,s.isFile()||s.isFIFO())})},uE=function(e,r){$r.stat(e,function(i,s){return i?i.code==="ENOENT"||i.code==="ENOTDIR"?r(null,!1):r(i):r(null,s.isDirectory())})},lE=function(e,r){nE(e,function(i,s){i&&i.code!=="ENOENT"?r(i):r(null,i?e:s)})},is=function(e,r,i,s){i&&i.preserveSymlinks===!1?e(r,s):s(null,r)},cE=function(e,r,i){e(r,function(s,n){if(s)i(s);else try{var o=JSON.parse(n);i(null,o)}catch{i(null)}})},pE=function(e,r,i){for(var s=rE(r,i,e),n=0;n<s.length;n++)s[n]=je.join(s[n],e);return s};Qd.exports=function(e,r,i){var s=i,n=r;if(typeof r=="function"&&(s=n,n={}),typeof e!="string"){var o=new TypeError("Path must be a string.");return N.nextTick(function(){s(o)})}n=iE(e,n);var u=n.isFile||oE,c=n.isDirectory||uE,p=n.readFile||$r.readFile,f=n.realpath||lE,P=n.readPackage||cE;if(n.readFile&&n.readPackage){var k=new TypeError("`readFile` and `readPackage` are mutually exclusive.");return N.nextTick(function(){s(k)})}var D=n.packageIterator,F=n.extensions||[".js"],q=n.includeCoreModules!==!1,ae=n.basedir||je.dirname(tE()),J=n.filename||ae;n.paths=n.paths||aE();var G=je.resolve(ae);is(f,G,n,function(te,pe){te?s(te):T(pe)});var z;function T(te){if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(e))z=je.resolve(te,e),(e==="."||e===".."||e.slice(-1)==="/")&&(z+="/"),/\/$/.test(e)&&z===te?_e(z,n.package,Me):Ne(z,n.package,Me);else{if(q&&sE(e))return s(null,e);yt(e,te,function(pe,Oe,ye){if(pe)s(pe);else{if(Oe)return is(f,Oe,n,function(Ve,Ie){Ve?s(Ve):s(null,Ie,ye)});var Ae=new Error("Cannot find module '"+e+"' from '"+J+"'");Ae.code="MODULE_NOT_FOUND",s(Ae)}})}}function Me(te,pe,Oe){te?s(te):pe?s(null,pe,Oe):_e(z,function(ye,Ae,Ve){if(ye)s(ye);else if(Ae)is(f,Ae,n,function(ke,qe){ke?s(ke):s(null,qe,Ve)});else{var Ie=new Error("Cannot find module '"+e+"' from '"+J+"'");Ie.code="MODULE_NOT_FOUND",s(Ie)}})}function Ne(te,pe,Oe){var ye=pe,Ae=Oe;typeof ye=="function"&&(Ae=ye,ye=void 0);var Ve=[""].concat(F);Ie(Ve,te,ye);function Ie(ke,qe,wt){if(ke.length===0)return Ae(null,void 0,wt);var Wt=qe+ke[0],$e=wt;$e?Fe(null,$e):le(je.dirname(Wt),Fe);function Fe(It,Jt,bt){if($e=Jt,It)return Ae(It);if(bt&&$e&&n.pathFilter){var Cr=je.relative(bt,Wt),Nr=Cr.slice(0,Cr.length-ke[0].length),fr=n.pathFilter($e,qe,Nr);if(fr)return Ie([""].concat(F.slice()),je.resolve(bt,fr),$e)}u(Wt,pr)}function pr(It,Jt){if(It)return Ae(It);if(Jt)return Ae(null,Wt,$e);Ie(ke.slice(1),qe,$e)}}}function le(te,pe){if(te===""||te==="/"||N.platform==="win32"&&/^\w:[/\\]*$/.test(te)||/[/\\]node_modules[/\\]*$/.test(te))return pe(null);is(f,te,n,function(Oe,ye){if(Oe)return le(je.dirname(te),pe);var Ae=je.join(ye,"package.json");u(Ae,function(Ve,Ie){if(!Ie)return le(je.dirname(te),pe);P(p,Ae,function(ke,qe){ke&&pe(ke);var wt=qe;wt&&n.packageFilter&&(wt=n.packageFilter(wt,Ae)),pe(null,wt,te)})})})}function _e(te,pe,Oe){var ye=Oe,Ae=pe;typeof Ae=="function"&&(ye=Ae,Ae=n.package),is(f,te,n,function(Ve,Ie){if(Ve)return ye(Ve);var ke=je.join(Ie,"package.json");u(ke,function(qe,wt){if(qe)return ye(qe);if(!wt)return Ne(je.join(te,"index"),Ae,ye);P(p,ke,function(Wt,$e){if(Wt)return ye(Wt);var Fe=$e;if(Fe&&n.packageFilter&&(Fe=n.packageFilter(Fe,ke)),Fe&&Fe.main){if(typeof Fe.main!="string"){var pr=new TypeError("package \u201C"+Fe.name+"\u201D `main` must be a string");return pr.code="INVALID_PACKAGE_MAIN",ye(pr)}(Fe.main==="."||Fe.main==="./")&&(Fe.main="index"),Ne(je.resolve(te,Fe.main),Fe,function(It,Jt,bt){if(It)return ye(It);if(Jt)return ye(null,Jt,bt);if(!bt)return Ne(je.join(te,"index"),bt,ye);var Cr=je.resolve(te,bt.main);_e(Cr,bt,function(Nr,fr,li){if(Nr)return ye(Nr);if(fr)return ye(null,fr,li);Ne(je.join(te,"index"),li,ye)})});return}Ne(je.join(te,"/index"),Fe,ye)})})})}function ce(te,pe){if(pe.length===0)return te(null,void 0);var Oe=pe[0];c(je.dirname(Oe),ye);function ye(Ie,ke){if(Ie)return te(Ie);if(!ke)return ce(te,pe.slice(1));Ne(Oe,n.package,Ae)}function Ae(Ie,ke,qe){if(Ie)return te(Ie);if(ke)return te(null,ke,qe);_e(Oe,n.package,Ve)}function Ve(Ie,ke,qe){if(Ie)return te(Ie);if(ke)return te(null,ke,qe);ce(te,pe.slice(1))}}function yt(te,pe,Oe){var ye=function(){return pE(te,pe,n)};ce(Oe,D?D(te,pe,ye,n):ye())}}});var ey=L((J7,fE)=>{fE.exports={assert:!0,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:">= 0.5 && < 0.9.7",buffer:!0,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:!0,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],console:!0,"node:console":[">= 14.18 && < 15",">= 16"],constants:!0,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:!0,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:">= 1 && < 8",_debugger:"< 8",dgram:!0,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:!0,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],events:!0,"node:events":[">= 14.18 && < 15",">= 16"],freelist:"< 6",fs:!0,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],http:!0,"node:http":[">= 14.18 && < 15",">= 16"],http2:">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],https:!0,"node:https":[">= 14.18 && < 15",">= 16"],inspector:">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:"< 8",module:!0,"node:module":[">= 14.18 && < 15",">= 16"],net:!0,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:!0,"node:os":[">= 14.18 && < 15",">= 16"],path:!0,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:">= 1","node:process":[">= 14.18 && < 15",">= 16"],punycode:">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],querystring:!0,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:!0,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:!0,"node:repl":[">= 14.18 && < 15",">= 16"],"node:sea":[">= 20.12 && < 21",">= 21.7"],smalloc:">= 0.11.5 && < 3","node:sqlite":">= 23.4",_stream_duplex:">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:!0,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:!0,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"test/mock_loader":">= 22.3 && < 22.7","node:test/mock_loader":">= 22.3 && < 22.7","node:test":[">= 16.17 && < 17",">= 18"],timers:!0,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:">= 0.11.3 && < 10",_tls_wrap:">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:!0,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],tty:!0,"node:tty":[">= 14.18 && < 15",">= 16"],url:!0,"node:url":[">= 14.18 && < 15",">= 16"],util:!0,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:">= 1","node:v8":[">= 14.18 && < 15",">= 16"],vm:!0,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}});var sy=L((z7,iy)=>{"use strict";y();m();var hE=rs(),ty=ey(),ry={};for(Nn in ty)Object.prototype.hasOwnProperty.call(ty,Nn)&&(ry[Nn]=hE(Nn));var Nn;iy.exports=ry});var ay=L((G7,ny)=>{y();m();var dE=rs();ny.exports=function(e){return dE(e)}});var ly=L((eU,uy)=>{y();m();var yE=rs(),Hr=mr(),Qe=Br(),mE=Io(),TE=Co(),xE=Oo(),bE=ko(),gE=N.platform!=="win32"&&Hr.realpathSync&&typeof Hr.realpathSync.native=="function"?Hr.realpathSync.native:Hr.realpathSync,oy=mE(),SE=function(){return[Qe.join(oy,".node_modules"),Qe.join(oy,".node_libraries")]},EE=function(e){try{var r=Hr.statSync(e,{throwIfNoEntry:!1})}catch(i){if(i&&(i.code==="ENOENT"||i.code==="ENOTDIR"))return!1;throw i}return!!r&&(r.isFile()||r.isFIFO())},vE=function(e){try{var r=Hr.statSync(e,{throwIfNoEntry:!1})}catch(i){if(i&&(i.code==="ENOENT"||i.code==="ENOTDIR"))return!1;throw i}return!!r&&r.isDirectory()},PE=function(e){try{return gE(e)}catch(r){if(r.code!=="ENOENT")throw r}return e},ss=function(e,r,i){return i&&i.preserveSymlinks===!1?e(r):r},AE=function(e,r){var i=e(r);try{var s=JSON.parse(i);return s}catch{}},wE=function(e,r,i){for(var s=xE(r,i,e),n=0;n<s.length;n++)s[n]=Qe.join(s[n],e);return s};uy.exports=function(e,r){if(typeof e!="string")throw new TypeError("Path must be a string.");var i=bE(e,r),s=i.isFile||EE,n=i.readFileSync||Hr.readFileSync,o=i.isDirectory||vE,u=i.realpathSync||PE,c=i.readPackageSync||AE;if(i.readFileSync&&i.readPackageSync)throw new TypeError("`readFileSync` and `readPackageSync` are mutually exclusive.");var p=i.packageIterator,f=i.extensions||[".js"],P=i.includeCoreModules!==!1,k=i.basedir||Qe.dirname(TE()),D=i.filename||k;i.paths=i.paths||SE();var F=ss(u,Qe.resolve(k),i);if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(e)){var q=Qe.resolve(F,e);(e==="."||e===".."||e.slice(-1)==="/")&&(q+="/");var ae=z(q)||Me(q);if(ae)return ss(u,ae,i)}else{if(P&&yE(e))return e;var J=Ne(e,F);if(J)return ss(u,J,i)}var G=new Error("Cannot find module '"+e+"' from '"+D+"'");throw G.code="MODULE_NOT_FOUND",G;function z(le){var _e=T(Qe.dirname(le));if(_e&&_e.dir&&_e.pkg&&i.pathFilter){var ce=Qe.relative(_e.dir,le),yt=i.pathFilter(_e.pkg,le,ce);yt&&(le=Qe.resolve(_e.dir,yt))}if(s(le))return le;for(var te=0;te<f.length;te++){var pe=le+f[te];if(s(pe))return pe}}function T(le){if(!(le===""||le==="/")&&!(N.platform==="win32"&&/^\w:[/\\]*$/.test(le))&&!/[/\\]node_modules[/\\]*$/.test(le)){var _e=Qe.join(ss(u,le,i),"package.json");if(!s(_e))return T(Qe.dirname(le));var ce=c(n,_e);return ce&&i.packageFilter&&(ce=i.packageFilter(ce,le)),{pkg:ce,dir:le}}}function Me(le){var _e=Qe.join(ss(u,le,i),"/package.json");if(s(_e)){try{var ce=c(n,_e)}catch{}if(ce&&i.packageFilter&&(ce=i.packageFilter(ce,le)),ce&&ce.main){if(typeof ce.main!="string"){var yt=new TypeError("package \u201C"+ce.name+"\u201D `main` must be a string");throw yt.code="INVALID_PACKAGE_MAIN",yt}(ce.main==="."||ce.main==="./")&&(ce.main="index");try{var te=z(Qe.resolve(le,ce.main));if(te)return te;var pe=Me(Qe.resolve(le,ce.main));if(pe)return pe}catch{}}}return z(Qe.join(le,"/index"))}function Ne(le,_e){for(var ce=function(){return wE(le,_e,i)},yt=p?p(le,_e,ce,i):ce(),te=0;te<yt.length;te++){var pe=yt[te];if(o(Qe.dirname(pe))){var Oe=z(pe);if(Oe)return Oe;var ye=Me(pe);if(ye)return ye}}}}});var py=L((iU,cy)=>{y();m();var _n=Zd();_n.core=sy();_n.isCore=ay();_n.sync=ly();cy.exports=_n});var Do=L((aU,hy)=>{"use strict";y();m();var IE=gd(),CE=py();hy.exports=fy;function NE(t){switch(t){case"js":return"uglify-js";case"css":return"clean-css"}}function fy(t,e,r,i,s){s=s||"render";var n;try{try{n=CE.sync("jstransformer-"+t,{basedir:i||N.cwd()})}catch{n=Pa.resolve("jstransformer-"+t)}}catch{var o=new Error('unknown filter ":'+t+'"');throw o.code="UNKNOWN_FILTER",o}var u=IE(Pa(n)),c=u[s](e,r,r).body;if(r&&r.minify){var p=NE(u.outputFormat);if(p)try{c=fy(p,c,null,i)}catch{}}return c}});var yu=L(ys=>{"use strict";y();m();Object.defineProperty(ys,"__esModule",{value:!0});function Ny(t,e){if(t==null)return{};var r={},i=Object.keys(t),s,n;for(n=0;n<i.length;n++)s=i[n],!(e.indexOf(s)>=0)&&(r[s]=t[s]);return r}var qt=class{constructor(e,r,i){this.line=void 0,this.column=void 0,this.index=void 0,this.line=e,this.column=r,this.index=i}},Oi=class{constructor(e,r){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=e,this.end=r}};function at(t,e){let{line:r,column:i,index:s}=t;return new qt(r,i+e,s+e)}var dy="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",_E={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:dy},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:dy}},yy={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},Dn=t=>t.type==="UpdateExpression"?yy.UpdateExpression[`${t.prefix}`]:yy[t.type],OE={AccessorIsGenerator:({kind:t})=>`A ${t}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncFunction:"'await' is only allowed within async functions.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:t})=>`Missing initializer in ${t} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:t})=>`\`${t}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",DynamicImportPhaseRequiresImportExpressions:({phase:t})=>`'import.${t}(...)' can only be parsed when using the 'createImportExpressions' option.`,ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:t,exportName:e})=>`A string literal cannot be used as an exported binding without \`from\`.
49
+ `,US={EOL:Dd,tmpdir:kd,tmpDir:wo,networkInterfaces:_d,getNetworkInterfaces:Od,release:Nd,type:Cd,cpus:Id,totalmem:wd,freemem:Ad,uptime:Pd,loadavg:vd,hostname:Ed,endianness:Sd}});var Fd=L((b7,Cn)=>{y();m();var zr=(Md(),Ji(Ld));if(zr&&zr.default){Cn.exports=zr.default;for(let t in zr)Cn.exports[t]=zr[t]}else zr&&(Cn.exports=zr)});var Io=L((E7,Bd)=>{"use strict";y();m();var VS=Fd();Bd.exports=VS.homedir||function(){var e=N.env.HOME,r=N.env.LOGNAME||N.env.USER||N.env.LNAME||N.env.USERNAME;return N.platform==="win32"?N.env.USERPROFILE||N.env.HOMEDRIVE+N.env.HOMEPATH||e||null:N.platform==="darwin"?e||(r?"/Users/"+r:null):N.platform==="linux"?e||(N.getuid()===0?"/root":r?"/home/"+r:null):e||null}});var Co=L((A7,Rd)=>{y();m();Rd.exports=function(){var t=Error.prepareStackTrace;Error.prepareStackTrace=function(r,i){return i};var e=new Error().stack;return Error.prepareStackTrace=t,e[2].getFileName()}});var jd=L((C7,ts)=>{"use strict";y();m();var qS=N.platform==="win32",KS=/^(((?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?[\\\/]?)(?:[^\\\/]*[\\\/])*)((\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))[\\\/]*$/,No={};function YS(t){return KS.exec(t).slice(1)}No.parse=function(t){if(typeof t!="string")throw new TypeError("Parameter 'pathString' must be a string, not "+typeof t);var e=YS(t);if(!e||e.length!==5)throw new TypeError("Invalid path '"+t+"'");return{root:e[1],dir:e[0]===e[1]?e[0]:e[0].slice(0,-1),base:e[2],ext:e[4],name:e[3]}};var XS=/^((\/?)(?:[^\/]*\/)*)((\.{1,2}|[^\/]+?|)(\.[^.\/]*|))[\/]*$/,_o={};function WS(t){return XS.exec(t).slice(1)}_o.parse=function(t){if(typeof t!="string")throw new TypeError("Parameter 'pathString' must be a string, not "+typeof t);var e=WS(t);if(!e||e.length!==5)throw new TypeError("Invalid path '"+t+"'");return{root:e[1],dir:e[0].slice(0,-1),base:e[2],ext:e[4],name:e[3]}};qS?ts.exports=No.parse:ts.exports=_o.parse;ts.exports.posix=_o.parse;ts.exports.win32=No.parse});var Oo=L((O7,Kd)=>{y();m();var qd=Br(),Ud=qd.parse||jd(),Vd=function(e,r){var i="/";/^([A-Za-z]:)/.test(e)?i="":/^\\\\/.test(e)&&(i="\\\\");for(var s=[e],n=Ud(e);n.dir!==s[s.length-1];)s.push(n.dir),n=Ud(n.dir);return s.reduce(function(o,u){return o.concat(r.map(function(c){return qd.resolve(i,u,c)}))},[])};Kd.exports=function(e,r,i){var s=r&&r.moduleDirectory?[].concat(r.moduleDirectory):["node_modules"];if(r&&typeof r.paths=="function")return r.paths(i,e,function(){return Vd(e,s)},r);var n=Vd(e,s);return r&&r.paths?n.concat(r.paths):n}});var ko=L((L7,Yd)=>{y();m();Yd.exports=function(t,e){return e||{}}});var Wd=L((B7,Xd)=>{"use strict";y();m();var JS=Function.prototype.call,zS=Object.prototype.hasOwnProperty,$S=Gi();Xd.exports=$S.call(JS,zS)});var Jd=L((U7,HS)=>{HS.exports={assert:!0,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:">= 0.5 && < 0.9.7",buffer:!0,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:!0,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],console:!0,"node:console":[">= 14.18 && < 15",">= 16"],constants:!0,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:!0,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:">= 1 && < 8",_debugger:"< 8",dgram:!0,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:!0,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],events:!0,"node:events":[">= 14.18 && < 15",">= 16"],freelist:"< 6",fs:!0,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],http:!0,"node:http":[">= 14.18 && < 15",">= 16"],http2:">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],https:!0,"node:https":[">= 14.18 && < 15",">= 16"],inspector:">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:"< 8",module:!0,"node:module":[">= 14.18 && < 15",">= 16"],net:!0,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:!0,"node:os":[">= 14.18 && < 15",">= 16"],path:!0,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:">= 1","node:process":[">= 14.18 && < 15",">= 16"],punycode:">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],querystring:!0,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:!0,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:!0,"node:repl":[">= 14.18 && < 15",">= 16"],"node:sea":[">= 20.12 && < 21",">= 21.7"],smalloc:">= 0.11.5 && < 3","node:sqlite":[">= 22.13 && < 23",">= 23.4"],_stream_duplex:">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:!0,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:!0,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"test/mock_loader":">= 22.3 && < 22.7","node:test/mock_loader":">= 22.3 && < 22.7","node:test":[">= 16.17 && < 17",">= 18"],timers:!0,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:">= 0.11.3 && < 10",_tls_wrap:">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:!0,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],tty:!0,"node:tty":[">= 14.18 && < 15",">= 16"],url:!0,"node:url":[">= 14.18 && < 15",">= 16"],util:!0,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:">= 1","node:v8":[">= 14.18 && < 15",">= 16"],vm:!0,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}});var rs=L((V7,Hd)=>{"use strict";y();m();var GS=Wd();function QS(t,e){for(var r=t.split("."),i=e.split(" "),s=i.length>1?i[0]:"=",n=(i.length>1?i[1]:i[0]).split("."),o=0;o<3;++o){var u=parseInt(r[o]||0,10),c=parseInt(n[o]||0,10);if(u!==c)return s==="<"?u<c:s===">="?u>=c:!1}return s===">="}function zd(t,e){var r=e.split(/ ?&& ?/);if(r.length===0)return!1;for(var i=0;i<r.length;++i)if(!QS(t,r[i]))return!1;return!0}function ZS(t,e){if(typeof e=="boolean")return e;var r=typeof t>"u"?N.versions&&"20.14.0":t;if(typeof r!="string")throw new TypeError(typeof t>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(e&&typeof e=="object"){for(var i=0;i<e.length;++i)if(zd(r,e[i]))return!0;return!1}return zd(r,e)}var $d=Jd();Hd.exports=function(e,r){return GS($d,e)&&ZS(r,$d[e])}});var Zd=L((Y7,Qd)=>{y();m();var $r=mr(),eE=Io(),je=Br(),tE=Co(),rE=Oo(),iE=ko(),sE=rs(),nE=N.platform!=="win32"&&$r.realpath&&typeof $r.realpath.native=="function"?$r.realpath.native:$r.realpath,Gd=eE(),aE=function(){return[je.join(Gd,".node_modules"),je.join(Gd,".node_libraries")]},oE=function(e,r){$r.stat(e,function(i,s){return i?i.code==="ENOENT"||i.code==="ENOTDIR"?r(null,!1):r(i):r(null,s.isFile()||s.isFIFO())})},uE=function(e,r){$r.stat(e,function(i,s){return i?i.code==="ENOENT"||i.code==="ENOTDIR"?r(null,!1):r(i):r(null,s.isDirectory())})},lE=function(e,r){nE(e,function(i,s){i&&i.code!=="ENOENT"?r(i):r(null,i?e:s)})},is=function(e,r,i,s){i&&i.preserveSymlinks===!1?e(r,s):s(null,r)},cE=function(e,r,i){e(r,function(s,n){if(s)i(s);else try{var o=JSON.parse(n);i(null,o)}catch{i(null)}})},pE=function(e,r,i){for(var s=rE(r,i,e),n=0;n<s.length;n++)s[n]=je.join(s[n],e);return s};Qd.exports=function(e,r,i){var s=i,n=r;if(typeof r=="function"&&(s=n,n={}),typeof e!="string"){var o=new TypeError("Path must be a string.");return N.nextTick(function(){s(o)})}n=iE(e,n);var u=n.isFile||oE,c=n.isDirectory||uE,p=n.readFile||$r.readFile,f=n.realpath||lE,P=n.readPackage||cE;if(n.readFile&&n.readPackage){var k=new TypeError("`readFile` and `readPackage` are mutually exclusive.");return N.nextTick(function(){s(k)})}var D=n.packageIterator,F=n.extensions||[".js"],q=n.includeCoreModules!==!1,ae=n.basedir||je.dirname(tE()),J=n.filename||ae;n.paths=n.paths||aE();var G=je.resolve(ae);is(f,G,n,function(te,pe){te?s(te):T(pe)});var z;function T(te){if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(e))z=je.resolve(te,e),(e==="."||e===".."||e.slice(-1)==="/")&&(z+="/"),/\/$/.test(e)&&z===te?_e(z,n.package,Me):Ne(z,n.package,Me);else{if(q&&sE(e))return s(null,e);yt(e,te,function(pe,Oe,ye){if(pe)s(pe);else{if(Oe)return is(f,Oe,n,function(Ve,Ie){Ve?s(Ve):s(null,Ie,ye)});var Ae=new Error("Cannot find module '"+e+"' from '"+J+"'");Ae.code="MODULE_NOT_FOUND",s(Ae)}})}}function Me(te,pe,Oe){te?s(te):pe?s(null,pe,Oe):_e(z,function(ye,Ae,Ve){if(ye)s(ye);else if(Ae)is(f,Ae,n,function(ke,qe){ke?s(ke):s(null,qe,Ve)});else{var Ie=new Error("Cannot find module '"+e+"' from '"+J+"'");Ie.code="MODULE_NOT_FOUND",s(Ie)}})}function Ne(te,pe,Oe){var ye=pe,Ae=Oe;typeof ye=="function"&&(Ae=ye,ye=void 0);var Ve=[""].concat(F);Ie(Ve,te,ye);function Ie(ke,qe,wt){if(ke.length===0)return Ae(null,void 0,wt);var Wt=qe+ke[0],$e=wt;$e?Fe(null,$e):le(je.dirname(Wt),Fe);function Fe(It,Jt,bt){if($e=Jt,It)return Ae(It);if(bt&&$e&&n.pathFilter){var Cr=je.relative(bt,Wt),Nr=Cr.slice(0,Cr.length-ke[0].length),fr=n.pathFilter($e,qe,Nr);if(fr)return Ie([""].concat(F.slice()),je.resolve(bt,fr),$e)}u(Wt,pr)}function pr(It,Jt){if(It)return Ae(It);if(Jt)return Ae(null,Wt,$e);Ie(ke.slice(1),qe,$e)}}}function le(te,pe){if(te===""||te==="/"||N.platform==="win32"&&/^\w:[/\\]*$/.test(te)||/[/\\]node_modules[/\\]*$/.test(te))return pe(null);is(f,te,n,function(Oe,ye){if(Oe)return le(je.dirname(te),pe);var Ae=je.join(ye,"package.json");u(Ae,function(Ve,Ie){if(!Ie)return le(je.dirname(te),pe);P(p,Ae,function(ke,qe){ke&&pe(ke);var wt=qe;wt&&n.packageFilter&&(wt=n.packageFilter(wt,Ae)),pe(null,wt,te)})})})}function _e(te,pe,Oe){var ye=Oe,Ae=pe;typeof Ae=="function"&&(ye=Ae,Ae=n.package),is(f,te,n,function(Ve,Ie){if(Ve)return ye(Ve);var ke=je.join(Ie,"package.json");u(ke,function(qe,wt){if(qe)return ye(qe);if(!wt)return Ne(je.join(te,"index"),Ae,ye);P(p,ke,function(Wt,$e){if(Wt)return ye(Wt);var Fe=$e;if(Fe&&n.packageFilter&&(Fe=n.packageFilter(Fe,ke)),Fe&&Fe.main){if(typeof Fe.main!="string"){var pr=new TypeError("package \u201C"+Fe.name+"\u201D `main` must be a string");return pr.code="INVALID_PACKAGE_MAIN",ye(pr)}(Fe.main==="."||Fe.main==="./")&&(Fe.main="index"),Ne(je.resolve(te,Fe.main),Fe,function(It,Jt,bt){if(It)return ye(It);if(Jt)return ye(null,Jt,bt);if(!bt)return Ne(je.join(te,"index"),bt,ye);var Cr=je.resolve(te,bt.main);_e(Cr,bt,function(Nr,fr,li){if(Nr)return ye(Nr);if(fr)return ye(null,fr,li);Ne(je.join(te,"index"),li,ye)})});return}Ne(je.join(te,"/index"),Fe,ye)})})})}function ce(te,pe){if(pe.length===0)return te(null,void 0);var Oe=pe[0];c(je.dirname(Oe),ye);function ye(Ie,ke){if(Ie)return te(Ie);if(!ke)return ce(te,pe.slice(1));Ne(Oe,n.package,Ae)}function Ae(Ie,ke,qe){if(Ie)return te(Ie);if(ke)return te(null,ke,qe);_e(Oe,n.package,Ve)}function Ve(Ie,ke,qe){if(Ie)return te(Ie);if(ke)return te(null,ke,qe);ce(te,pe.slice(1))}}function yt(te,pe,Oe){var ye=function(){return pE(te,pe,n)};ce(Oe,D?D(te,pe,ye,n):ye())}}});var ey=L((J7,fE)=>{fE.exports={assert:!0,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:">= 0.5 && < 0.9.7",buffer:!0,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:!0,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],console:!0,"node:console":[">= 14.18 && < 15",">= 16"],constants:!0,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:!0,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:">= 1 && < 8",_debugger:"< 8",dgram:!0,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:!0,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],events:!0,"node:events":[">= 14.18 && < 15",">= 16"],freelist:"< 6",fs:!0,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],http:!0,"node:http":[">= 14.18 && < 15",">= 16"],http2:">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],https:!0,"node:https":[">= 14.18 && < 15",">= 16"],inspector:">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:"< 8",module:!0,"node:module":[">= 14.18 && < 15",">= 16"],net:!0,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:!0,"node:os":[">= 14.18 && < 15",">= 16"],path:!0,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:">= 1","node:process":[">= 14.18 && < 15",">= 16"],punycode:">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],querystring:!0,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:!0,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:!0,"node:repl":[">= 14.18 && < 15",">= 16"],"node:sea":[">= 20.12 && < 21",">= 21.7"],smalloc:">= 0.11.5 && < 3","node:sqlite":">= 23.4",_stream_duplex:">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:!0,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:!0,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"test/mock_loader":">= 22.3 && < 22.7","node:test/mock_loader":">= 22.3 && < 22.7","node:test":[">= 16.17 && < 17",">= 18"],timers:!0,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:">= 0.11.3 && < 10",_tls_wrap:">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:!0,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],tty:!0,"node:tty":[">= 14.18 && < 15",">= 16"],url:!0,"node:url":[">= 14.18 && < 15",">= 16"],util:!0,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:">= 1","node:v8":[">= 14.18 && < 15",">= 16"],vm:!0,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}});var sy=L((z7,iy)=>{"use strict";y();m();var hE=rs(),ty=ey(),ry={};for(Nn in ty)Object.prototype.hasOwnProperty.call(ty,Nn)&&(ry[Nn]=hE(Nn));var Nn;iy.exports=ry});var ay=L((G7,ny)=>{y();m();var dE=rs();ny.exports=function(e){return dE(e)}});var ly=L((eU,uy)=>{y();m();var yE=rs(),Hr=mr(),Qe=Br(),mE=Io(),TE=Co(),xE=Oo(),bE=ko(),gE=N.platform!=="win32"&&Hr.realpathSync&&typeof Hr.realpathSync.native=="function"?Hr.realpathSync.native:Hr.realpathSync,oy=mE(),SE=function(){return[Qe.join(oy,".node_modules"),Qe.join(oy,".node_libraries")]},EE=function(e){try{var r=Hr.statSync(e,{throwIfNoEntry:!1})}catch(i){if(i&&(i.code==="ENOENT"||i.code==="ENOTDIR"))return!1;throw i}return!!r&&(r.isFile()||r.isFIFO())},vE=function(e){try{var r=Hr.statSync(e,{throwIfNoEntry:!1})}catch(i){if(i&&(i.code==="ENOENT"||i.code==="ENOTDIR"))return!1;throw i}return!!r&&r.isDirectory()},PE=function(e){try{return gE(e)}catch(r){if(r.code!=="ENOENT")throw r}return e},ss=function(e,r,i){return i&&i.preserveSymlinks===!1?e(r):r},AE=function(e,r){var i=e(r);try{var s=JSON.parse(i);return s}catch{}},wE=function(e,r,i){for(var s=xE(r,i,e),n=0;n<s.length;n++)s[n]=Qe.join(s[n],e);return s};uy.exports=function(e,r){if(typeof e!="string")throw new TypeError("Path must be a string.");var i=bE(e,r),s=i.isFile||EE,n=i.readFileSync||Hr.readFileSync,o=i.isDirectory||vE,u=i.realpathSync||PE,c=i.readPackageSync||AE;if(i.readFileSync&&i.readPackageSync)throw new TypeError("`readFileSync` and `readPackageSync` are mutually exclusive.");var p=i.packageIterator,f=i.extensions||[".js"],P=i.includeCoreModules!==!1,k=i.basedir||Qe.dirname(TE()),D=i.filename||k;i.paths=i.paths||SE();var F=ss(u,Qe.resolve(k),i);if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(e)){var q=Qe.resolve(F,e);(e==="."||e===".."||e.slice(-1)==="/")&&(q+="/");var ae=z(q)||Me(q);if(ae)return ss(u,ae,i)}else{if(P&&yE(e))return e;var J=Ne(e,F);if(J)return ss(u,J,i)}var G=new Error("Cannot find module '"+e+"' from '"+D+"'");throw G.code="MODULE_NOT_FOUND",G;function z(le){var _e=T(Qe.dirname(le));if(_e&&_e.dir&&_e.pkg&&i.pathFilter){var ce=Qe.relative(_e.dir,le),yt=i.pathFilter(_e.pkg,le,ce);yt&&(le=Qe.resolve(_e.dir,yt))}if(s(le))return le;for(var te=0;te<f.length;te++){var pe=le+f[te];if(s(pe))return pe}}function T(le){if(!(le===""||le==="/")&&!(N.platform==="win32"&&/^\w:[/\\]*$/.test(le))&&!/[/\\]node_modules[/\\]*$/.test(le)){var _e=Qe.join(ss(u,le,i),"package.json");if(!s(_e))return T(Qe.dirname(le));var ce=c(n,_e);return ce&&i.packageFilter&&(ce=i.packageFilter(ce,le)),{pkg:ce,dir:le}}}function Me(le){var _e=Qe.join(ss(u,le,i),"/package.json");if(s(_e)){try{var ce=c(n,_e)}catch{}if(ce&&i.packageFilter&&(ce=i.packageFilter(ce,le)),ce&&ce.main){if(typeof ce.main!="string"){var yt=new TypeError("package \u201C"+ce.name+"\u201D `main` must be a string");throw yt.code="INVALID_PACKAGE_MAIN",yt}(ce.main==="."||ce.main==="./")&&(ce.main="index");try{var te=z(Qe.resolve(le,ce.main));if(te)return te;var pe=Me(Qe.resolve(le,ce.main));if(pe)return pe}catch{}}}return z(Qe.join(le,"/index"))}function Ne(le,_e){for(var ce=function(){return wE(le,_e,i)},yt=p?p(le,_e,ce,i):ce(),te=0;te<yt.length;te++){var pe=yt[te];if(o(Qe.dirname(pe))){var Oe=z(pe);if(Oe)return Oe;var ye=Me(pe);if(ye)return ye}}}}});var py=L((iU,cy)=>{y();m();var _n=Zd();_n.core=sy();_n.isCore=ay();_n.sync=ly();cy.exports=_n});var Do=L((aU,hy)=>{"use strict";y();m();var IE=gd(),CE=py();hy.exports=fy;function NE(t){switch(t){case"js":return"uglify-js";case"css":return"clean-css"}}function fy(t,e,r,i,s){s=s||"render";var n;try{try{n=CE.sync("jstransformer-"+t,{basedir:i||N.cwd()})}catch{n=Pa.resolve("jstransformer-"+t)}}catch{var o=new Error('unknown filter ":'+t+'"');throw o.code="UNKNOWN_FILTER",o}var u=IE(Pa(n)),c=u[s](e,r,r).body;if(r&&r.minify){var p=NE(u.outputFormat);if(p)try{c=fy(p,c,null,i)}catch{}}return c}});var yu=L(ys=>{"use strict";y();m();Object.defineProperty(ys,"__esModule",{value:!0});function Ny(t,e){if(t==null)return{};var r={},i=Object.keys(t),s,n;for(n=0;n<i.length;n++)s=i[n],!(e.indexOf(s)>=0)&&(r[s]=t[s]);return r}var qt=class{constructor(e,r,i){this.line=void 0,this.column=void 0,this.index=void 0,this.line=e,this.column=r,this.index=i}},Oi=class{constructor(e,r){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=e,this.end=r}};function at(t,e){let{line:r,column:i,index:s}=t;return new qt(r,i+e,s+e)}var dy="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",_E={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:dy},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:dy}},yy={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},Dn=t=>t.type==="UpdateExpression"?yy.UpdateExpression[`${t.prefix}`]:yy[t.type],OE={AccessorIsGenerator:({kind:t})=>`A ${t}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncFunction:"'await' is only allowed within async functions.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:t})=>`Missing initializer in ${t} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:t})=>`\`${t}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",DynamicImportPhaseRequiresImportExpressions:({phase:t})=>`'import.${t}(...)' can only be parsed when using the 'createImportExpressions' option.`,ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:t,exportName:e})=>`A string literal cannot be used as an exported binding without \`from\`.
50
50
  - Did you mean \`export { '${t}' as '${e}' } from 'some-module'\`?`,ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:({type:t})=>`'${t==="ForInStatement"?"for-in":"for-of"}' loop variable declaration may not have an initializer.`,ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:({type:t})=>`Unsyntactic ${t==="BreakStatement"?"break":"continue"}.`,IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportAttributesUseAssert:"The `assert` keyword in import attributes is deprecated and it has been replaced by the `with` keyword. You can enable the `deprecatedAssertSyntax: true` option in the import attributes plugin to suppress this error.",ImportBindingIsString:({importName:t})=>`A string literal cannot be used as an imported binding.
51
51
  - Did you mean \`import { "${t}" as foo }\`?`,ImportCallArgumentTrailingComma:"Trailing comma is disallowed inside import(...) arguments.",ImportCallArity:({maxArgumentCount:t})=>`\`import()\` requires exactly ${t===1?"one argument":"one or two arguments"}.`,ImportCallNotNewExpression:"Cannot use new with import(...).",ImportCallSpreadArgument:"`...` is not allowed in `import()`.",ImportJSONBindingNotDefault:"A JSON module can only be imported with `default`.",ImportReflectionHasAssertion:"`import module x` cannot have assertions.",ImportReflectionNotBinding:'Only `import module x from "./module"` is valid.',IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDecimal:"Invalid decimal.",InvalidDigit:({radix:t})=>`Expected number in radix ${t}.`,InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:({reservedWord:t})=>`Escape sequence in keyword ${t}.`,InvalidIdentifier:({identifierName:t})=>`Invalid identifier ${t}.`,InvalidLhs:({ancestor:t})=>`Invalid left-hand side in ${Dn(t)}.`,InvalidLhsBinding:({ancestor:t})=>`Binding invalid left-hand side in ${Dn(t)}.`,InvalidLhsOptionalChaining:({ancestor:t})=>`Invalid optional chaining in the left-hand side of ${Dn(t)}.`,InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:({unexpected:t})=>`Unexpected character '${t}'.`,InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:({identifierName:t})=>`Private name #${t} is not defined.`,InvalidPropertyBindingPattern:"Binding member expression.",InvalidRecordProperty:"Only properties and spread elements are allowed in record definitions.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:({labelName:t})=>`Label '${t}' is already declared.`,LetInLexicalBinding:"'let' is disallowed as a lexically bound name.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:({missingPlugin:t})=>`This experimental syntax requires enabling the parser plugin: ${t.map(e=>JSON.stringify(e)).join(", ")}.`,MissingOneOfPlugins:({missingPlugin:t})=>`This experimental syntax requires enabling one of the following parser plugin(s): ${t.map(e=>JSON.stringify(e)).join(", ")}.`,MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeDifferentFromType:"The only accepted module attribute is `type`.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:({key:t})=>`Duplicate key "${t}" is not allowed in module attributes.`,ModuleExportNameHasLoneSurrogate:({surrogateCharCode:t})=>`An export name cannot include a lone surrogate, found '\\u${t.toString(16)}'.`,ModuleExportUndefined:({localName:t})=>`Export '${t}' is not defined.`,MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:({identifierName:t})=>`Private names are only allowed in property accesses (\`obj.#${t}\`) or in \`in\` expressions (\`#${t} in obj\`).`,PrivateNameRedeclaration:({identifierName:t})=>`Duplicate private name #${t}.`,RecordExpressionBarIncorrectEndSyntaxType:"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionBarIncorrectStartSyntaxType:"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionHashIncorrectStartSyntaxType:"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",RecordNoProto:"'__proto__' is not allowed in Record expressions.",RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",SourcePhaseImportRequiresDefault:'Only `import source x from "./module"` is valid.',StaticPrototype:"Classes may not have static property named prototype.",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",TupleExpressionBarIncorrectEndSyntaxType:"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionBarIncorrectStartSyntaxType:"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionHashIncorrectStartSyntaxType:"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedAwaitAfterPipelineBody:'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.',UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:({keyword:t})=>`Unexpected keyword '${t}'.`,UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:({reservedWord:t})=>`Unexpected reserved word '${t}'.`,UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:({expected:t,unexpected:e})=>`Unexpected token${e?` '${e}'.`:""}${t?`, expected "${t}"`:""}`,UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script`.",UnsupportedBind:"Binding should be performed on object property.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:({target:t,onlyValidPropertyName:e})=>`The only valid meta property for ${t} is ${t}.${e}.`,UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationExport:"Using declaration cannot be exported.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:({identifierName:t})=>`Identifier '${t}' has already been declared.`,YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},kE={StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:({referenceName:t})=>`Assigning to '${t}' in strict mode.`,StrictEvalArgumentsBinding:({bindingName:t})=>`Binding '${t}' in strict mode.`,StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."},DE=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),LE={PipeBodyIsTighter:"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",PipeTopicRequiresHackPipes:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:({token:t})=>`Invalid topic token ${t}. In order to use ${t} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${t}" }.`,PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:({type:t})=>`Hack-style pipe body cannot be an unparenthesized ${Dn({type:t})}; please wrap it in parentheses.`,PipelineBodyNoArrow:'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',PipelineBodySequenceExpression:"Pipeline body may not be a comma-separated sequence expression.",PipelineHeadSequenceExpression:"Pipeline head should not be a comma-separated sequence expression.",PipelineTopicUnused:"Pipeline is in topic style but does not use topic reference.",PrimaryTopicNotAllowed:"Topic reference was used in a lexical context without topic binding.",PrimaryTopicRequiresSmartPipeline:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'},ME=["toMessage"],FE=["message"];function my(t,e,r){Object.defineProperty(t,e,{enumerable:!1,configurable:!0,value:r})}function BE(t){let{toMessage:e}=t,r=Ny(t,ME);return function i(s,n){let o=new SyntaxError;return Object.assign(o,r,{loc:s,pos:s.index}),"missingPlugin"in n&&Object.assign(o,{missingPlugin:n.missingPlugin}),my(o,"clone",function(c={}){var p;let{line:f,column:P,index:k}=(p=c.loc)!=null?p:s;return i(new qt(f,P,k),Object.assign({},n,c.details))}),my(o,"details",n),Object.defineProperty(o,"message",{configurable:!0,get(){let u=`${e(n)} (${s.line}:${s.column})`;return this.message=u,u},set(u){Object.defineProperty(this,"message",{value:u,writable:!0})}}),o}}function ir(t,e){if(Array.isArray(t))return i=>ir(i,t[0]);let r={};for(let i of Object.keys(t)){let s=t[i],n=typeof s=="string"?{message:()=>s}:typeof s=="function"?{message:s}:s,{message:o}=n,u=Ny(n,FE),c=typeof o=="string"?()=>o:o;r[i]=BE(Object.assign({code:"BABEL_PARSER_SYNTAX_ERROR",reasonCode:i,toMessage:c},e?{syntaxPlugin:e}:{},u))}return r}var _=Object.assign({},ir(_E),ir(OE),ir(kE),ir`pipelineOperator`(LE)),{defineProperty:RE}=Object,Ty=(t,e)=>RE(t,e,{enumerable:!1,value:t[e]});function ns(t){return t.loc.start&&Ty(t.loc.start,"index"),t.loc.end&&Ty(t.loc.end,"index"),t}var jE=t=>class extends t{parse(){let r=ns(super.parse());return this.options.tokens&&(r.tokens=r.tokens.map(ns)),r}parseRegExpLiteral({pattern:r,flags:i}){let s=null;try{s=new RegExp(r,i)}catch{}let n=this.estreeParseLiteral(s);return n.regex={pattern:r,flags:i},n}parseBigIntLiteral(r){let i;try{i=BigInt(r)}catch{i=null}let s=this.estreeParseLiteral(i);return s.bigint=String(s.value||r),s}parseDecimalLiteral(r){let s=this.estreeParseLiteral(null);return s.decimal=String(s.value||r),s}estreeParseLiteral(r){return this.parseLiteral(r,"Literal")}parseStringLiteral(r){return this.estreeParseLiteral(r)}parseNumericLiteral(r){return this.estreeParseLiteral(r)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(r){return this.estreeParseLiteral(r)}directiveToStmt(r){let i=r.value;delete r.value,i.type="Literal",i.raw=i.extra.raw,i.value=i.extra.expressionValue;let s=r;return s.type="ExpressionStatement",s.expression=i,s.directive=i.extra.rawValue,delete i.extra,s}initFunction(r,i){super.initFunction(r,i),r.expression=!1}checkDeclaration(r){r!=null&&this.isObjectProperty(r)?this.checkDeclaration(r.value):super.checkDeclaration(r)}getObjectOrClassMethodParams(r){return r.value.params}isValidDirective(r){var i;return r.type==="ExpressionStatement"&&r.expression.type==="Literal"&&typeof r.expression.value=="string"&&!((i=r.expression.extra)!=null&&i.parenthesized)}parseBlockBody(r,i,s,n,o){super.parseBlockBody(r,i,s,n,o);let u=r.directives.map(c=>this.directiveToStmt(c));r.body=u.concat(r.body),delete r.directives}pushClassMethod(r,i,s,n,o,u){this.parseMethod(i,s,n,o,u,"ClassMethod",!0),i.typeParameters&&(i.value.typeParameters=i.typeParameters,delete i.typeParameters),r.body.push(i)}parsePrivateName(){let r=super.parsePrivateName();return this.getPluginOption("estree","classFeatures")?this.convertPrivateNameToPrivateIdentifier(r):r}convertPrivateNameToPrivateIdentifier(r){let i=super.getPrivateNameSV(r);return r=r,delete r.id,r.name=i,r.type="PrivateIdentifier",r}isPrivateName(r){return this.getPluginOption("estree","classFeatures")?r.type==="PrivateIdentifier":super.isPrivateName(r)}getPrivateNameSV(r){return this.getPluginOption("estree","classFeatures")?r.name:super.getPrivateNameSV(r)}parseLiteral(r,i){let s=super.parseLiteral(r,i);return s.raw=s.extra.raw,delete s.extra,s}parseFunctionBody(r,i,s=!1){super.parseFunctionBody(r,i,s),r.expression=r.body.type!=="BlockStatement"}parseMethod(r,i,s,n,o,u,c=!1){let p=this.startNode();return p.kind=r.kind,p=super.parseMethod(p,i,s,n,o,u,c),p.type="FunctionExpression",delete p.kind,r.value=p,u==="ClassPrivateMethod"&&(r.computed=!1),this.finishNode(r,"MethodDefinition")}nameIsConstructor(r){return r.type==="Literal"?r.value==="constructor":super.nameIsConstructor(r)}parseClassProperty(...r){let i=super.parseClassProperty(...r);return this.getPluginOption("estree","classFeatures")&&(i.type="PropertyDefinition"),i}parseClassPrivateProperty(...r){let i=super.parseClassPrivateProperty(...r);return this.getPluginOption("estree","classFeatures")&&(i.type="PropertyDefinition",i.computed=!1),i}parseObjectMethod(r,i,s,n,o){let u=super.parseObjectMethod(r,i,s,n,o);return u&&(u.type="Property",u.kind==="method"&&(u.kind="init"),u.shorthand=!1),u}parseObjectProperty(r,i,s,n){let o=super.parseObjectProperty(r,i,s,n);return o&&(o.kind="init",o.type="Property"),o}isValidLVal(r,i,s){return r==="Property"?"value":super.isValidLVal(r,i,s)}isAssignable(r,i){return r!=null&&this.isObjectProperty(r)?this.isAssignable(r.value,i):super.isAssignable(r,i)}toAssignable(r,i=!1){if(r!=null&&this.isObjectProperty(r)){let{key:s,value:n}=r;this.isPrivateName(s)&&this.classScope.usePrivateName(this.getPrivateNameSV(s),s.loc.start),this.toAssignable(n,i)}else super.toAssignable(r,i)}toAssignableObjectExpressionProp(r,i,s){r.type==="Property"&&(r.kind==="get"||r.kind==="set")?this.raise(_.PatternHasAccessor,r.key):r.type==="Property"&&r.method?this.raise(_.PatternHasMethod,r.key):super.toAssignableObjectExpressionProp(r,i,s)}finishCallExpression(r,i){let s=super.finishCallExpression(r,i);if(s.callee.type==="Import"){if(s.type="ImportExpression",s.source=s.arguments[0],this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions")){var n,o;s.options=(n=s.arguments[1])!=null?n:null,s.attributes=(o=s.arguments[1])!=null?o:null}delete s.arguments,delete s.callee}return s}toReferencedArguments(r){r.type!=="ImportExpression"&&super.toReferencedArguments(r)}parseExport(r,i){let s=this.state.lastTokStartLoc,n=super.parseExport(r,i);switch(n.type){case"ExportAllDeclaration":n.exported=null;break;case"ExportNamedDeclaration":n.specifiers.length===1&&n.specifiers[0].type==="ExportNamespaceSpecifier"&&(n.type="ExportAllDeclaration",n.exported=n.specifiers[0].exported,delete n.specifiers);case"ExportDefaultDeclaration":{var o;let{declaration:u}=n;u?.type==="ClassDeclaration"&&((o=u.decorators)==null?void 0:o.length)>0&&u.start===n.start&&this.resetStartLocation(n,s)}break}return n}parseSubscript(r,i,s,n){let o=super.parseSubscript(r,i,s,n);if(n.optionalChainMember){if((o.type==="OptionalMemberExpression"||o.type==="OptionalCallExpression")&&(o.type=o.type.substring(8)),n.stop){let u=this.startNodeAtNode(o);return u.expression=o,this.finishNode(u,"ChainExpression")}}else(o.type==="MemberExpression"||o.type==="CallExpression")&&(o.optional=!1);return o}isOptionalMemberExpression(r){return r.type==="ChainExpression"?r.expression.type==="MemberExpression":super.isOptionalMemberExpression(r)}hasPropertyAsPrivateName(r){return r.type==="ChainExpression"&&(r=r.expression),super.hasPropertyAsPrivateName(r)}isObjectProperty(r){return r.type==="Property"&&r.kind==="init"&&!r.method}isObjectMethod(r){return r.type==="Property"&&(r.method||r.kind==="get"||r.kind==="set")}finishNodeAt(r,i,s){return ns(super.finishNodeAt(r,i,s))}resetStartLocation(r,i){super.resetStartLocation(r,i),ns(r)}resetEndLocation(r,i=this.state.lastTokEndLoc){super.resetEndLocation(r,i),ns(r)}},Zr=class{constructor(e,r){this.token=void 0,this.preserveSpace=void 0,this.token=e,this.preserveSpace=!!r}},we={brace:new Zr("{"),j_oTag:new Zr("<tag"),j_cTag:new Zr("</tag"),j_expr:new Zr("<tag>...</tag>",!0)};we.template=new Zr("`",!0);var de=!0,X=!0,Lo=!0,as=!0,xr=!0,UE=!0,Bn=class{constructor(e,r={}){this.label=void 0,this.keyword=void 0,this.beforeExpr=void 0,this.startsExpr=void 0,this.rightAssociative=void 0,this.isLoop=void 0,this.isAssign=void 0,this.prefix=void 0,this.postfix=void 0,this.binop=void 0,this.label=e,this.keyword=r.keyword,this.beforeExpr=!!r.beforeExpr,this.startsExpr=!!r.startsExpr,this.rightAssociative=!!r.rightAssociative,this.isLoop=!!r.isLoop,this.isAssign=!!r.isAssign,this.prefix=!!r.prefix,this.postfix=!!r.postfix,this.binop=r.binop!=null?r.binop:null,this.updateContext=null}},nu=new Map;function be(t,e={}){e.keyword=t;let r=Q(t,e);return nu.set(t,r),r}function nt(t,e){return Q(t,{beforeExpr:de,binop:e})}var cs=-1,tr=[],au=[],ou=[],uu=[],lu=[],cu=[];function Q(t,e={}){var r,i,s,n;return++cs,au.push(t),ou.push((r=e.binop)!=null?r:-1),uu.push((i=e.beforeExpr)!=null?i:!1),lu.push((s=e.startsExpr)!=null?s:!1),cu.push((n=e.prefix)!=null?n:!1),tr.push(new Bn(t,e)),cs}function he(t,e={}){var r,i,s,n;return++cs,nu.set(t,cs),au.push(t),ou.push((r=e.binop)!=null?r:-1),uu.push((i=e.beforeExpr)!=null?i:!1),lu.push((s=e.startsExpr)!=null?s:!1),cu.push((n=e.prefix)!=null?n:!1),tr.push(new Bn("name",e)),cs}var VE={bracketL:Q("[",{beforeExpr:de,startsExpr:X}),bracketHashL:Q("#[",{beforeExpr:de,startsExpr:X}),bracketBarL:Q("[|",{beforeExpr:de,startsExpr:X}),bracketR:Q("]"),bracketBarR:Q("|]"),braceL:Q("{",{beforeExpr:de,startsExpr:X}),braceBarL:Q("{|",{beforeExpr:de,startsExpr:X}),braceHashL:Q("#{",{beforeExpr:de,startsExpr:X}),braceR:Q("}"),braceBarR:Q("|}"),parenL:Q("(",{beforeExpr:de,startsExpr:X}),parenR:Q(")"),comma:Q(",",{beforeExpr:de}),semi:Q(";",{beforeExpr:de}),colon:Q(":",{beforeExpr:de}),doubleColon:Q("::",{beforeExpr:de}),dot:Q("."),question:Q("?",{beforeExpr:de}),questionDot:Q("?."),arrow:Q("=>",{beforeExpr:de}),template:Q("template"),ellipsis:Q("...",{beforeExpr:de}),backQuote:Q("`",{startsExpr:X}),dollarBraceL:Q("${",{beforeExpr:de,startsExpr:X}),templateTail:Q("...`",{startsExpr:X}),templateNonTail:Q("...${",{beforeExpr:de,startsExpr:X}),at:Q("@"),hash:Q("#",{startsExpr:X}),interpreterDirective:Q("#!..."),eq:Q("=",{beforeExpr:de,isAssign:as}),assign:Q("_=",{beforeExpr:de,isAssign:as}),slashAssign:Q("_=",{beforeExpr:de,isAssign:as}),xorAssign:Q("_=",{beforeExpr:de,isAssign:as}),moduloAssign:Q("_=",{beforeExpr:de,isAssign:as}),incDec:Q("++/--",{prefix:xr,postfix:UE,startsExpr:X}),bang:Q("!",{beforeExpr:de,prefix:xr,startsExpr:X}),tilde:Q("~",{beforeExpr:de,prefix:xr,startsExpr:X}),doubleCaret:Q("^^",{startsExpr:X}),doubleAt:Q("@@",{startsExpr:X}),pipeline:nt("|>",0),nullishCoalescing:nt("??",1),logicalOR:nt("||",1),logicalAND:nt("&&",2),bitwiseOR:nt("|",3),bitwiseXOR:nt("^",4),bitwiseAND:nt("&",5),equality:nt("==/!=/===/!==",6),lt:nt("</>/<=/>=",7),gt:nt("</>/<=/>=",7),relational:nt("</>/<=/>=",7),bitShift:nt("<</>>/>>>",8),bitShiftL:nt("<</>>/>>>",8),bitShiftR:nt("<</>>/>>>",8),plusMin:Q("+/-",{beforeExpr:de,binop:9,prefix:xr,startsExpr:X}),modulo:Q("%",{binop:10,startsExpr:X}),star:Q("*",{binop:10}),slash:nt("/",10),exponent:Q("**",{beforeExpr:de,binop:11,rightAssociative:!0}),_in:be("in",{beforeExpr:de,binop:7}),_instanceof:be("instanceof",{beforeExpr:de,binop:7}),_break:be("break"),_case:be("case",{beforeExpr:de}),_catch:be("catch"),_continue:be("continue"),_debugger:be("debugger"),_default:be("default",{beforeExpr:de}),_else:be("else",{beforeExpr:de}),_finally:be("finally"),_function:be("function",{startsExpr:X}),_if:be("if"),_return:be("return",{beforeExpr:de}),_switch:be("switch"),_throw:be("throw",{beforeExpr:de,prefix:xr,startsExpr:X}),_try:be("try"),_var:be("var"),_const:be("const"),_with:be("with"),_new:be("new",{beforeExpr:de,startsExpr:X}),_this:be("this",{startsExpr:X}),_super:be("super",{startsExpr:X}),_class:be("class",{startsExpr:X}),_extends:be("extends",{beforeExpr:de}),_export:be("export"),_import:be("import",{startsExpr:X}),_null:be("null",{startsExpr:X}),_true:be("true",{startsExpr:X}),_false:be("false",{startsExpr:X}),_typeof:be("typeof",{beforeExpr:de,prefix:xr,startsExpr:X}),_void:be("void",{beforeExpr:de,prefix:xr,startsExpr:X}),_delete:be("delete",{beforeExpr:de,prefix:xr,startsExpr:X}),_do:be("do",{isLoop:Lo,beforeExpr:de}),_for:be("for",{isLoop:Lo}),_while:be("while",{isLoop:Lo}),_as:he("as",{startsExpr:X}),_assert:he("assert",{startsExpr:X}),_async:he("async",{startsExpr:X}),_await:he("await",{startsExpr:X}),_defer:he("defer",{startsExpr:X}),_from:he("from",{startsExpr:X}),_get:he("get",{startsExpr:X}),_let:he("let",{startsExpr:X}),_meta:he("meta",{startsExpr:X}),_of:he("of",{startsExpr:X}),_sent:he("sent",{startsExpr:X}),_set:he("set",{startsExpr:X}),_source:he("source",{startsExpr:X}),_static:he("static",{startsExpr:X}),_using:he("using",{startsExpr:X}),_yield:he("yield",{startsExpr:X}),_asserts:he("asserts",{startsExpr:X}),_checks:he("checks",{startsExpr:X}),_exports:he("exports",{startsExpr:X}),_global:he("global",{startsExpr:X}),_implements:he("implements",{startsExpr:X}),_intrinsic:he("intrinsic",{startsExpr:X}),_infer:he("infer",{startsExpr:X}),_is:he("is",{startsExpr:X}),_mixins:he("mixins",{startsExpr:X}),_proto:he("proto",{startsExpr:X}),_require:he("require",{startsExpr:X}),_satisfies:he("satisfies",{startsExpr:X}),_keyof:he("keyof",{startsExpr:X}),_readonly:he("readonly",{startsExpr:X}),_unique:he("unique",{startsExpr:X}),_abstract:he("abstract",{startsExpr:X}),_declare:he("declare",{startsExpr:X}),_enum:he("enum",{startsExpr:X}),_module:he("module",{startsExpr:X}),_namespace:he("namespace",{startsExpr:X}),_interface:he("interface",{startsExpr:X}),_type:he("type",{startsExpr:X}),_opaque:he("opaque",{startsExpr:X}),name:Q("name",{startsExpr:X}),string:Q("string",{startsExpr:X}),num:Q("num",{startsExpr:X}),bigint:Q("bigint",{startsExpr:X}),decimal:Q("decimal",{startsExpr:X}),regexp:Q("regexp",{startsExpr:X}),privateName:Q("#name",{startsExpr:X}),eof:Q("eof"),jsxName:Q("jsxName"),jsxText:Q("jsxText",{beforeExpr:!0}),jsxTagStart:Q("jsxTagStart",{startsExpr:!0}),jsxTagEnd:Q("jsxTagEnd"),placeholder:Q("%%",{startsExpr:!0})};function Ee(t){return t>=93&&t<=132}function qE(t){return t<=92}function Nt(t){return t>=58&&t<=132}function _y(t){return t>=58&&t<=136}function KE(t){return uu[t]}function jo(t){return lu[t]}function YE(t){return t>=29&&t<=33}function xy(t){return t>=129&&t<=131}function XE(t){return t>=90&&t<=92}function pu(t){return t>=58&&t<=92}function WE(t){return t>=39&&t<=59}function JE(t){return t===34}function zE(t){return cu[t]}function $E(t){return t>=121&&t<=123}function HE(t){return t>=124&&t<=130}function gr(t){return au[t]}function Ln(t){return ou[t]}function GE(t){return t===57}function Rn(t){return t>=24&&t<=25}function er(t){return tr[t]}tr[8].updateContext=t=>{t.pop()},tr[5].updateContext=tr[7].updateContext=tr[23].updateContext=t=>{t.push(we.brace)},tr[22].updateContext=t=>{t[t.length-1]===we.template?t.pop():t.push(we.template)},tr[142].updateContext=t=>{t.push(we.j_expr,we.j_oTag)};var fu="\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\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\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\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\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\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\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-\u1711\u171F-\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-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\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-\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-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\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-\uAB69\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",Oy="\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\u0898-\u089F\u08CA-\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\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\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\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\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-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\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\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\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\uFF65",QE=new RegExp("["+fu+"]"),ZE=new RegExp("["+fu+Oy+"]");fu=Oy=null;var ky=[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,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,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,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,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,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,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,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,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,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,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,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],e1=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,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,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,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,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,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,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function Uo(t,e){let r=65536;for(let i=0,s=e.length;i<s;i+=2){if(r+=e[i],r>t)return!1;if(r+=e[i+1],r>=t)return!0}return!1}function rr(t){return t<65?t===36:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&QE.test(String.fromCharCode(t)):Uo(t,ky)}function Ni(t){return t<48?t===36:t<58?!0:t<65?!1:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&ZE.test(String.fromCharCode(t)):Uo(t,ky)||Uo(t,e1)}var hu={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},t1=new Set(hu.keyword),r1=new Set(hu.strict),i1=new Set(hu.strictBind);function Dy(t,e){return e&&t==="await"||t==="enum"}function Ly(t,e){return Dy(t,e)||r1.has(t)}function My(t){return i1.has(t)}function Fy(t,e){return Ly(t,e)||My(t)}function s1(t){return t1.has(t)}function n1(t,e,r){return t===64&&e===64&&rr(r)}var a1=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);function o1(t){return a1.has(t)}var fs=class{constructor(e){this.flags=0,this.names=new Map,this.firstLexicalName="",this.flags=e}},hs=class{constructor(e,r){this.parser=void 0,this.scopeStack=[],this.inModule=void 0,this.undefinedExports=new Map,this.parser=e,this.inModule=r}get inTopLevel(){return(this.currentScope().flags&1)>0}get inFunction(){return(this.currentVarScopeFlags()&2)>0}get allowSuper(){return(this.currentThisScopeFlags()&16)>0}get allowDirectSuper(){return(this.currentThisScopeFlags()&32)>0}get inClass(){return(this.currentThisScopeFlags()&64)>0}get inClassAndNotInNonArrowFunction(){let e=this.currentThisScopeFlags();return(e&64)>0&&(e&2)===0}get inStaticBlock(){for(let e=this.scopeStack.length-1;;e--){let{flags:r}=this.scopeStack[e];if(r&128)return!0;if(r&451)return!1}}get inNonArrowFunction(){return(this.currentThisScopeFlags()&2)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(e){return new fs(e)}enter(e){this.scopeStack.push(this.createScope(e))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(e){return!!(e.flags&130||!this.parser.inModule&&e.flags&1)}declareName(e,r,i){let s=this.currentScope();if(r&8||r&16){this.checkRedeclarationInScope(s,e,r,i);let n=s.names.get(e)||0;r&16?n=n|4:(s.firstLexicalName||(s.firstLexicalName=e),n=n|2),s.names.set(e,n),r&8&&this.maybeExportDefined(s,e)}else if(r&4)for(let n=this.scopeStack.length-1;n>=0&&(s=this.scopeStack[n],this.checkRedeclarationInScope(s,e,r,i),s.names.set(e,(s.names.get(e)||0)|1),this.maybeExportDefined(s,e),!(s.flags&387));--n);this.parser.inModule&&s.flags&1&&this.undefinedExports.delete(e)}maybeExportDefined(e,r){this.parser.inModule&&e.flags&1&&this.undefinedExports.delete(r)}checkRedeclarationInScope(e,r,i,s){this.isRedeclaredInScope(e,r,i)&&this.parser.raise(_.VarRedeclaration,s,{identifierName:r})}isRedeclaredInScope(e,r,i){if(!(i&1))return!1;if(i&8)return e.names.has(r);let s=e.names.get(r);return i&16?(s&2)>0||!this.treatFunctionsAsVarInScope(e)&&(s&1)>0:(s&2)>0&&!(e.flags&8&&e.firstLexicalName===r)||!this.treatFunctionsAsVarInScope(e)&&(s&4)>0}checkLocalExport(e){let{name:r}=e;this.scopeStack[0].names.has(r)||this.undefinedExports.set(r,e.loc.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let e=this.scopeStack.length-1;;e--){let{flags:r}=this.scopeStack[e];if(r&387)return r}}currentThisScopeFlags(){for(let e=this.scopeStack.length-1;;e--){let{flags:r}=this.scopeStack[e];if(r&451&&!(r&4))return r}}},Vo=class extends fs{constructor(...e){super(...e),this.declareFunctions=new Set}},qo=class extends hs{createScope(e){return new Vo(e)}declareName(e,r,i){let s=this.currentScope();if(r&2048){this.checkRedeclarationInScope(s,e,r,i),this.maybeExportDefined(s,e),s.declareFunctions.add(e);return}super.declareName(e,r,i)}isRedeclaredInScope(e,r,i){if(super.isRedeclaredInScope(e,r,i))return!0;if(i&2048&&!e.declareFunctions.has(r)){let s=e.names.get(r);return(s&4)>0||(s&2)>0}return!1}checkLocalExport(e){this.scopeStack[0].declareFunctions.has(e.name)||super.checkLocalExport(e)}},Ko=class{constructor(){this.sawUnambiguousESM=!1,this.ambiguousScriptDifferentAst=!1}hasPlugin(e){if(typeof e=="string")return this.plugins.has(e);{let[r,i]=e;if(!this.hasPlugin(r))return!1;let s=this.plugins.get(r);for(let n of Object.keys(i))if(s?.[n]!==i[n])return!1;return!0}}getPluginOption(e,r){var i;return(i=this.plugins.get(e))==null?void 0:i[r]}};function By(t,e){t.trailingComments===void 0?t.trailingComments=e:t.trailingComments.unshift(...e)}function u1(t,e){t.leadingComments===void 0?t.leadingComments=e:t.leadingComments.unshift(...e)}function ds(t,e){t.innerComments===void 0?t.innerComments=e:t.innerComments.unshift(...e)}function os(t,e,r){let i=null,s=e.length;for(;i===null&&s>0;)i=e[--s];i===null||i.start>r.start?ds(t,r.comments):By(i,r.comments)}var Yo=class extends Ko{addComment(e){this.filename&&(e.loc.filename=this.filename);let{commentsLen:r}=this.state;this.comments.length!==r&&(this.comments.length=r),this.comments.push(e),this.state.commentsLen++}processComment(e){let{commentStack:r}=this.state,i=r.length;if(i===0)return;let s=i-1,n=r[s];n.start===e.end&&(n.leadingNode=e,s--);let{start:o}=e;for(;s>=0;s--){let u=r[s],c=u.end;if(c>o)u.containingNode=e,this.finalizeComment(u),r.splice(s,1);else{c===o&&(u.trailingNode=e);break}}}finalizeComment(e){let{comments:r}=e;if(e.leadingNode!==null||e.trailingNode!==null)e.leadingNode!==null&&By(e.leadingNode,r),e.trailingNode!==null&&u1(e.trailingNode,r);else{let{containingNode:i,start:s}=e;if(this.input.charCodeAt(s-1)===44)switch(i.type){case"ObjectExpression":case"ObjectPattern":case"RecordExpression":os(i,i.properties,e);break;case"CallExpression":case"OptionalCallExpression":os(i,i.arguments,e);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":os(i,i.params,e);break;case"ArrayExpression":case"ArrayPattern":case"TupleExpression":os(i,i.elements,e);break;case"ExportNamedDeclaration":case"ImportDeclaration":os(i,i.specifiers,e);break;default:ds(i,r)}else ds(i,r)}}finalizeRemainingComments(){let{commentStack:e}=this.state;for(let r=e.length-1;r>=0;r--)this.finalizeComment(e[r]);this.state.commentStack=[]}resetPreviousNodeTrailingComments(e){let{commentStack:r}=this.state,{length:i}=r;if(i===0)return;let s=r[i-1];s.leadingNode===e&&(s.leadingNode=null)}resetPreviousIdentifierLeadingComments(e){let{commentStack:r}=this.state,{length:i}=r;i!==0&&(r[i-1].trailingNode===e?r[i-1].trailingNode=null:i>=2&&r[i-2].trailingNode===e&&(r[i-2].trailingNode=null))}takeSurroundingComments(e,r,i){let{commentStack:s}=this.state,n=s.length;if(n===0)return;let o=n-1;for(;o>=0;o--){let u=s[o],c=u.end;if(u.start===i)u.leadingNode=e;else if(c===r)u.trailingNode=e;else if(c<r)break}}},Ry=/\r\n?|[\n\u2028\u2029]/,On=new RegExp(Ry.source,"g");function ps(t){switch(t){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}var Mo=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Mn=/(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/g,by=new RegExp("(?=("+Mn.source+"))\\1"+/(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source,"y");function l1(t){switch(t){case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}var Xo=class t{constructor(){this.flags=1024,this.curLine=void 0,this.lineStart=void 0,this.startLoc=void 0,this.endLoc=void 0,this.errors=[],this.potentialArrowAt=-1,this.noArrowAt=[],this.noArrowParamsConversionAt=[],this.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null},this.labels=[],this.commentsLen=0,this.commentStack=[],this.pos=0,this.type=139,this.value=null,this.start=0,this.end=0,this.lastTokEndLoc=null,this.lastTokStartLoc=null,this.context=[we.brace],this.firstInvalidTemplateEscapePos=null,this.strictErrors=new Map,this.tokensLength=0}get strict(){return(this.flags&1)>0}set strict(e){e?this.flags|=1:this.flags&=-2}init({strictMode:e,sourceType:r,startLine:i,startColumn:s}){this.strict=e===!1?!1:e===!0?!0:r==="module",this.curLine=i,this.lineStart=-s,this.startLoc=this.endLoc=new qt(i,s,0)}get maybeInArrowParameters(){return(this.flags&2)>0}set maybeInArrowParameters(e){e?this.flags|=2:this.flags&=-3}get inType(){return(this.flags&4)>0}set inType(e){e?this.flags|=4:this.flags&=-5}get noAnonFunctionType(){return(this.flags&8)>0}set noAnonFunctionType(e){e?this.flags|=8:this.flags&=-9}get hasFlowComment(){return(this.flags&16)>0}set hasFlowComment(e){e?this.flags|=16:this.flags&=-17}get isAmbientContext(){return(this.flags&32)>0}set isAmbientContext(e){e?this.flags|=32:this.flags&=-33}get inAbstractClass(){return(this.flags&64)>0}set inAbstractClass(e){e?this.flags|=64:this.flags&=-65}get inDisallowConditionalTypesContext(){return(this.flags&128)>0}set inDisallowConditionalTypesContext(e){e?this.flags|=128:this.flags&=-129}get soloAwait(){return(this.flags&256)>0}set soloAwait(e){e?this.flags|=256:this.flags&=-257}get inFSharpPipelineDirectBody(){return(this.flags&512)>0}set inFSharpPipelineDirectBody(e){e?this.flags|=512:this.flags&=-513}get canStartJSXElement(){return(this.flags&1024)>0}set canStartJSXElement(e){e?this.flags|=1024:this.flags&=-1025}get containsEsc(){return(this.flags&2048)>0}set containsEsc(e){e?this.flags|=2048:this.flags&=-2049}curPosition(){return new qt(this.curLine,this.pos-this.lineStart,this.pos)}clone(){let e=new t;return e.flags=this.flags,e.curLine=this.curLine,e.lineStart=this.lineStart,e.startLoc=this.startLoc,e.endLoc=this.endLoc,e.errors=this.errors.slice(),e.potentialArrowAt=this.potentialArrowAt,e.noArrowAt=this.noArrowAt.slice(),e.noArrowParamsConversionAt=this.noArrowParamsConversionAt.slice(),e.topicContext=this.topicContext,e.labels=this.labels.slice(),e.commentsLen=this.commentsLen,e.commentStack=this.commentStack.slice(),e.pos=this.pos,e.type=this.type,e.value=this.value,e.start=this.start,e.end=this.end,e.lastTokEndLoc=this.lastTokEndLoc,e.lastTokStartLoc=this.lastTokStartLoc,e.context=this.context.slice(),e.firstInvalidTemplateEscapePos=this.firstInvalidTemplateEscapePos,e.strictErrors=this.strictErrors,e.tokensLength=this.tokensLength,e}},c1=function(e){return e>=48&&e<=57},gy={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},kn={bin:t=>t===48||t===49,oct:t=>t>=48&&t<=55,dec:t=>t>=48&&t<=57,hex:t=>t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102};function Sy(t,e,r,i,s,n){let o=r,u=i,c=s,p="",f=null,P=r,{length:k}=e;for(;;){if(r>=k){n.unterminated(o,u,c),p+=e.slice(P,r);break}let D=e.charCodeAt(r);if(p1(t,D,e,r)){p+=e.slice(P,r);break}if(D===92){p+=e.slice(P,r);let F=f1(e,r,i,s,t==="template",n);F.ch===null&&!f?f={pos:r,lineStart:i,curLine:s}:p+=F.ch,{pos:r,lineStart:i,curLine:s}=F,P=r}else D===8232||D===8233?(++r,++s,i=r):D===10||D===13?t==="template"?(p+=e.slice(P,r)+`
52
52
  `,++r,D===13&&e.charCodeAt(r)===10&&++r,++s,P=i=r):n.unterminated(o,u,c):++r}return{pos:r,str:p,firstInvalidLoc:f,lineStart:i,curLine:s,containsInvalid:!!f}}function p1(t,e,r,i){return t==="template"?e===96||e===36&&r.charCodeAt(i+1)===123:e===(t==="double"?34:39)}function f1(t,e,r,i,s,n){let o=!s;e++;let u=p=>({pos:e,ch:p,lineStart:r,curLine:i}),c=t.charCodeAt(e++);switch(c){case 110:return u(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-codes/browser-compilers",
3
- "version": "0.20.1",
3
+ "version": "0.21.0",
4
4
  "description": "Compilers that run in the browser, for use in livecodes.io",
5
5
  "author": "Hatem Hosny",
6
6
  "license": "MIT",
@@ -99,6 +99,10 @@ esbuild.build({
99
99
  entryPoints: ['vendor_modules/imports/pug.js'],
100
100
  outfile: 'dist/pug/pug.min.js',
101
101
  globalName: 'pug',
102
+ define: {
103
+ ...baseOptions.define,
104
+ 'process.versions.node': '"20.14.0"',
105
+ },
102
106
  plugins: [
103
107
  NodeModulesPolyfills(),
104
108
  GlobalsPolyfills({