/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/cjs-module-lexer@2.2.0/lexer.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
let source,pos,end,openTokenDepth,templateDepth,lastTokenPos,lastSlashWasDivision,templateStack,templateStackDepth,openTokenPosStack,openClassPosStack,nextBraceIsClass,starExportMap,lastStarExportSpecifier,_exports,unsafeGetters,reexports;function resetState(){openTokenDepth=0,templateDepth=-1,lastTokenPos=-1,lastSlashWasDivision=!1,templateStack=new Array(1024),templateStackDepth=0,openTokenPosStack=new Array(1024),openClassPosStack=new Array(1024),nextBraceIsClass=!1,starExportMap=Object.create(null),lastStarExportSpecifier=null,_exports=new Set,unsafeGetters=new Set,reexports=new Set}const Import=0,ExportAssign=1,ExportStar=2;function parseCJS(e,t="@"){resetState();try{parseSource(e)}catch(s){throw s.message+=`\n  at ${t}:${e.slice(0,pos).split("\n").length}:${pos-e.lastIndexOf("\n",pos-1)}`,s.loc=pos,s}const s={exports:[..._exports].filter((e=>void 0!==e&&!unsafeGetters.has(e))),reexports:[...reexports].filter((e=>void 0!==e))};return resetState(),s}function decode(e){if('"'!==e[0]&&"'"!==e[0])return e;try{const t=scanStringLiteral(e);for(let e=0;e<t.length;e++){const s=64512&t.charCodeAt(e);if(!(s<55296)){if(55296!==s)return;if(56320!=(64512&t.charCodeAt(++e)))return}}return t}catch{}}function parseSource(e){source=e,pos=-1,end=source.length-1;let t=0;if(35===source.charCodeAt(0)&&33/*!*/===source.charCodeAt(1)){if(2===source.length)return!0;for(pos+=2;pos++<end&&(t=source.charCodeAt(pos),10!==t&&13!==t););}for(;pos++<end;)if(t=source.charCodeAt(pos),!(32===t||t<14&&t>8)){if(0===openTokenDepth)switch(t){case 105:source.startsWith("mport",pos+1)&&keywordStart(pos)&&throwIfImportStatement(),lastTokenPos=pos;continue;case 114:const e=pos;tryParseRequire(0)&&keywordStart(e)&&tryBacktrackAddStarExportBinding(e-1),lastTokenPos=pos;continue;case 95:if(source.startsWith("interopRequireWildcard",pos+1)&&(keywordStart(pos)||46===source.charCodeAt(pos-1))){const e=pos;pos+=23,40===source.charCodeAt(pos)&&(pos++,openTokenPosStack[openTokenDepth++]=lastTokenPos,tryParseRequire(0)&&keywordStart(e)&&tryBacktrackAddStarExportBinding(e-1))}else source.startsWith("_export",pos+1)&&(keywordStart(pos)||46===source.charCodeAt(pos-1))&&(pos+=8,source.startsWith("Star",pos)&&(pos+=4),40===source.charCodeAt(pos)&&(openTokenPosStack[openTokenDepth++]=lastTokenPos,114===source.charCodeAt(pos+1)&&(pos++,tryParseRequire(2))));lastTokenPos=pos;continue}switch(t){case 101:source.startsWith("xport",pos+1)&&keywordStart(pos)&&(115===source.charCodeAt(pos+6)?tryParseExportsDotAssign(!1):0===openTokenDepth&&throwIfExportStatement());break;case 99:keywordStart(pos)&&source.startsWith("lass",pos+1)&&isBrOrWs(source.charCodeAt(pos+5))&&(nextBraceIsClass=!0);break;case 109:source.startsWith("odule",pos+1)&&keywordStart(pos)&&tryParseModuleExportsDotAssign();break;case 79:source.startsWith("bject",pos+1)&&keywordStart(pos)&&tryParseObjectDefineOrKeys(0===openTokenDepth);break;case 40:openTokenPosStack[openTokenDepth++]=lastTokenPos;break;case 41:if(0===openTokenDepth)throw new Error("Unexpected closing bracket.");openTokenDepth--;break;case 123:openClassPosStack[openTokenDepth]=nextBraceIsClass,nextBraceIsClass=!1,openTokenPosStack[openTokenDepth++]=lastTokenPos;break;case 125:if(0===openTokenDepth)throw new Error("Unexpected closing brace.");if(openTokenDepth--===templateDepth)templateDepth=templateStack[--templateStackDepth],templateString();else if(-1!==templateDepth&&openTokenDepth<templateDepth)throw new Error("Unexpected closing brace.");break;case 60:break;case 39:case 34:stringLiteral(t);break;case 47:{const e=source.charCodeAt(pos+1);if(47===e){lineComment();continue}if(42===e){blockComment();continue}{const e=source.charCodeAt(lastTokenPos);isExpressionPunctuator(e)&&!(46===e&&source.charCodeAt(lastTokenPos-1)>=48&&source.charCodeAt(lastTokenPos-1)<=57)&&(43!==e||43!==source.charCodeAt(lastTokenPos-1))&&(45!==e||45!==source.charCodeAt(lastTokenPos-1))||41===e&&isParenKeyword(openTokenPosStack[openTokenDepth])||125===e&&(isExpressionTerminator(openTokenPosStack[openTokenDepth])||openClassPosStack[openTokenDepth])||47===e&&lastSlashWasDivision||isExpressionKeyword(lastTokenPos)||!e?(regularExpression(),lastSlashWasDivision=!1):lastSlashWasDivision=!0}break}case 96:templateString()}lastTokenPos=pos}if(-1!==templateDepth)throw new Error("Unterminated template.");if(openTokenDepth)throw new Error("Unterminated braces.")}function tryBacktrackAddStarExportBinding(e){for(;32===source.charCodeAt(e)&&e>=0;)e--;if(61===source.charCodeAt(e)){for(e--;32===source.charCodeAt(e)&&e>=0;)e--;let t;const s=e;let o=!1;for(;(t=codePointAtLast(e))&&e>=0;){if(92===t)return;if(!isIdentifierChar(t,!0))break;o=isIdentifierStart(t,!0),e-=codePointLen(t)}if(o&&32===source.charCodeAt(e)){const t=source.slice(e+1,s+1);for(;32===source.charCodeAt(e)&&e>=0;)e--;switch(source.charCodeAt(e)){case 114:if(!source.startsWith("va",e-2))return;break;case 116:if(!source.startsWith("le",e-2)&&!source.startsWith("cons",e-4))return;break;default:return}starExportMap[t]=lastStarExportSpecifier}}}function tryParseObjectHasOwnProperty(e){let t=commentWhitespace();if(79!==t||!source.startsWith("bject",pos+1))return!1;if(pos+=6,t=commentWhitespace(),46!==t)return!1;if(pos++,t=commentWhitespace(),112===t){if(!source.startsWith("rototype",pos+1))return!1;if(pos+=9,t=commentWhitespace(),46!==t)return!1;pos++,t=commentWhitespace()}return!(104!==t||!source.startsWith("asOwnProperty",pos+1))&&(pos+=14,t=commentWhitespace(),46===t&&(pos++,t=commentWhitespace(),!(99!==t||!source.startsWith("all",pos+1))&&(pos+=4,t=commentWhitespace(),40===t&&(pos++,t=commentWhitespace(),!!identifier()&&(t=commentWhitespace(),44===t&&(pos++,t=commentWhitespace(),!!source.startsWith(e,pos)&&(pos+=e.length,t=commentWhitespace(),41===t&&(pos++,!0))))))))}function tryParseObjectDefineOrKeys(e){pos+=6;let t=pos-1,s=commentWhitespace();if(46===s)if(pos++,s=commentWhitespace(),100===s&&source.startsWith("efineProperty",pos+1)){let e;for(;pos+=14,t=pos-1,s=commentWhitespace(),40===s&&(pos++,s=commentWhitespace(),readExportsOrModuleDotExports(s))&&(s=commentWhitespace(),44===s)&&(pos++,s=commentWhitespace(),39===s||34===s);){const o=pos;if(stringLiteral(s),e=source.slice(o,++pos),s=commentWhitespace(),44!==s)break;if(pos++,s=commentWhitespace(),123!==s)break;if(pos++,s=commentWhitespace(),101===s){if(!source.startsWith("numerable",pos+1))break;if(pos+=10,s=commentWhitespace(),58!==s)break;if(pos++,s=commentWhitespace(),116!==s||!source.startsWith("rue",pos+1))break;if(pos+=4,s=commentWhitespace(),44!==s)break;pos++,s=commentWhitespace()}if(118===s){if(!source.startsWith("alue",pos+1))break;if(pos+=5,s=commentWhitespace(),58!==s)break;return _exports.add(decode(e)),void(pos=t)}if(103===s){if(!source.startsWith("et",pos+1))break;if(pos+=3,s=commentWhitespace(),58===s){if(pos++,s=commentWhitespace(),102!==s)break;if(!source.startsWith("unction",pos+1))break;pos+=8;let e=pos;if(s=commentWhitespace(),40!==s&&(e===pos||!identifier()))break;s=commentWhitespace()}if(40!==s)break;if(pos++,s=commentWhitespace(),41!==s)break;if(pos++,s=commentWhitespace(),123!==s)break;if(pos++,s=commentWhitespace(),114!==s)break;if(!source.startsWith("eturn",pos+1))break;if(pos+=6,s=commentWhitespace(),!identifier())break;if(s=commentWhitespace(),46===s){if(pos++,commentWhitespace(),!identifier())break;s=commentWhitespace()}else if(91===s){if(pos++,s=commentWhitespace(),39!==s&&34!==s)break;if(stringLiteral(s),pos++,s=commentWhitespace(),93!==s)break;pos++,s=commentWhitespace()}if(59===s&&(pos++,s=commentWhitespace()),125!==s)break;if(pos++,s=commentWhitespace(),44===s&&(pos++,s=commentWhitespace()),125!==s)break;if(pos++,s=commentWhitespace(),41!==s)break;return void _exports.add(decode(e))}break}e&&unsafeGetters.add(decode(e))}else if(e&&107===s&&source.startsWith("eys",pos+1))for(;pos+=4,t=pos-1,s=commentWhitespace(),40===s;){pos++,s=commentWhitespace();const e=pos;if(!identifier())break;const o=source.slice(e,pos);if(s=commentWhitespace(),41!==s)break;if(t=pos++,s=commentWhitespace(),46!==s)break;if(pos++,s=commentWhitespace(),102!==s||!source.startsWith("orEach",pos+1))break;if(pos+=7,s=commentWhitespace(),t=pos-1,40!==s)break;if(pos++,s=commentWhitespace(),102!==s||!source.startsWith("unction",pos+1))break;if(pos+=8,s=commentWhitespace(),40!==s)break;pos++,s=commentWhitespace();const r=pos;if(!identifier())break;const c=source.slice(r,pos);if(s=commentWhitespace(),41!==s)break;if(pos++,s=commentWhitespace(),123!==s)break;if(pos++,s=commentWhitespace(),105!==s||102!==source.charCodeAt(pos+1))break;if(pos+=2,s=commentWhitespace(),40!==s)break;if(pos++,s=commentWhitespace(),!source.startsWith(c,pos))break;if(pos+=c.length,s=commentWhitespace(),61===s){if(!source.startsWith("==",pos+1))break;if(pos+=3,s=commentWhitespace(),34!==s&&39!==s)break;let e=s;if(!source.startsWith("default",pos+1))break;if(pos+=8,s=commentWhitespace(),s!==e)break;if(pos+=1,s=commentWhitespace(),124!==s||124!==source.charCodeAt(pos+1))break;if(pos+=2,s=commentWhitespace(),source.slice(pos,pos+c.length)!==c)break;if(pos+=c.length,s=commentWhitespace(),61!==s||"=="!==source.slice(pos+1,pos+3))break;if(pos+=3,s=commentWhitespace(),34!==s&&39!==s)break;if(e=s,!source.startsWith("__esModule",pos+1))break;if(pos+=11,s=commentWhitespace(),s!==e)break;if(pos+=1,s=commentWhitespace(),41!==s)break;if(pos+=1,s=commentWhitespace(),114!==s||!source.startsWith("eturn",pos+1))break;if(pos+=6,s=commentWhitespace(),59===s&&pos++,s=commentWhitespace(),105===s&&102===source.charCodeAt(pos+1)){let e=!0;if(pos+=2,s=commentWhitespace(),40!==s)break;pos++;const t=pos;if(tryParseObjectHasOwnProperty(c)){if(s=commentWhitespace(),41!==s)break;if(pos++,s=commentWhitespace(),114!==s||!source.startsWith("eturn",pos+1))break;if(pos+=6,s=commentWhitespace(),59===s&&pos++,s=commentWhitespace(),105===s&&102===source.charCodeAt(pos+1)){if(pos+=2,s=commentWhitespace(),40!==s)break;pos++}else e=!1}else pos=t;if(e){if(!source.startsWith(c,pos))break;if(pos+=c.length,s=commentWhitespace(),105!==s||!source.startsWith("n ",pos+1))break;if(pos+=3,s=commentWhitespace(),!readExportsOrModuleDotExports(s))break;if(s=commentWhitespace(),38!==s||38!==source.charCodeAt(pos+1))break;if(pos+=2,s=commentWhitespace(),!readExportsOrModuleDotExports(s))break;if(s=commentWhitespace(),91!==s)break;if(pos++,s=commentWhitespace(),!source.startsWith(c,pos))break;if(pos+=c.length,s=commentWhitespace(),93!==s)break;if(pos++,s=commentWhitespace(),61!==s||!source.startsWith("==",pos+1))break;if(pos+=3,s=commentWhitespace(),!source.startsWith(o,pos))break;if(pos+=o.length,s=commentWhitespace(),91!==s)break;if(pos++,s=commentWhitespace(),!source.startsWith(c,pos))break;if(pos+=c.length,s=commentWhitespace(),93!==s)break;if(pos++,s=commentWhitespace(),41!==s)break;if(pos++,s=commentWhitespace(),114!==s||!source.startsWith("eturn",pos+1))break;pos+=6,s=commentWhitespace(),59===s&&pos++,s=commentWhitespace()}}}else{if(33/*!*/!==s)break;{if(!source.startsWith("==",pos+1))break;if(pos+=3,s=commentWhitespace(),34!==s&&39!==s)break;const e=s;if(!source.startsWith("default",pos+1))break;if(pos+=8,s=commentWhitespace(),s!==e)break;if(pos+=1,s=commentWhitespace(),38===s){if(38!==source.charCodeAt(pos+1))break;if(pos+=2,s=commentWhitespace(),33/*!*/!==s)break;if(pos+=1,s=commentWhitespace(),79===s&&source.startsWith("bject",pos+1)&&"."===source[pos+6]){if(!tryParseObjectHasOwnProperty(c))break}else{if(!identifier())break;if(s=commentWhitespace(),46!==s)break;if(pos++,s=commentWhitespace(),104!==s||!source.startsWith("asOwnProperty",pos+1))break;if(pos+=14,s=commentWhitespace(),40!==s)break;if(pos+=1,s=commentWhitespace(),!source.startsWith(c,pos))break;if(pos+=c.length,s=commentWhitespace(),41!==s)break;pos+=1}s=commentWhitespace()}if(41!==s)break;pos+=1,s=commentWhitespace()}}if(readExportsOrModuleDotExports(s)){if(s=commentWhitespace(),91!==s)break;if(pos++,s=commentWhitespace(),source.slice(pos,pos+c.length)!==c)break;if(pos+=c.length,s=commentWhitespace(),93!==s)break;if(pos++,s=commentWhitespace(),61!==s)break;if(pos++,s=commentWhitespace(),source.slice(pos,pos+o.length)!==o)break;if(pos+=o.length,s=commentWhitespace(),91!==s)break;if(pos++,s=commentWhitespace(),source.slice(pos,pos+c.length)!==c)break;if(pos+=c.length,s=commentWhitespace(),93!==s)break;pos++,s=commentWhitespace(),59===s&&(pos++,s=commentWhitespace())}else{if(79!==s)break;if("bject"!==source.slice(pos+1,pos+6))break;if(pos+=6,s=commentWhitespace(),46!==s)break;if(pos++,s=commentWhitespace(),100!==s||!source.startsWith("efineProperty",pos+1))break;if(pos+=14,s=commentWhitespace(),40!==s)break;if(pos++,s=commentWhitespace(),!readExportsOrModuleDotExports(s))break;if(s=commentWhitespace(),44!==s)break;if(pos++,s=commentWhitespace(),!source.startsWith(c,pos))break;if(pos+=c.length,s=commentWhitespace(),44!==s)break;if(pos++,s=commentWhitespace(),123!==s)break;if(pos++,s=commentWhitespace(),101!==s||!source.startsWith("numerable",pos+1))break;if(pos+=10,s=commentWhitespace(),58!==s)break;if(pos++,s=commentWhitespace(),116!==s&&!source.startsWith("rue",pos+1))break;if(pos+=4,s=commentWhitespace(),44!==s)break;if(pos++,s=commentWhitespace(),103!==s||!source.startsWith("et",pos+1))break;if(pos+=3,s=commentWhitespace(),58===s){if(pos++,s=commentWhitespace(),102!==s)break;if(!source.startsWith("unction",pos+1))break;pos+=8;let e=pos;if(s=commentWhitespace(),40!==s&&(e===pos||!identifier()))break;s=commentWhitespace()}if(40!==s)break;if(pos++,s=commentWhitespace(),41!==s)break;if(pos++,s=commentWhitespace(),123!==s)break;if(pos++,s=commentWhitespace(),114!==s||!source.startsWith("eturn",pos+1))break;if(pos+=6,s=commentWhitespace(),!source.startsWith(o,pos))break;if(pos+=o.length,s=commentWhitespace(),91!==s)break;if(pos++,s=commentWhitespace(),!source.startsWith(c,pos))break;if(pos+=c.length,s=commentWhitespace(),93!==s)break;if(pos++,s=commentWhitespace(),59===s&&(pos++,s=commentWhitespace()),125!==s)break;if(pos++,s=commentWhitespace(),44===s&&(pos++,s=commentWhitespace()),125!==s)break;if(pos++,s=commentWhitespace(),41!==s)break;pos++,s=commentWhitespace(),59===s&&(pos++,s=commentWhitespace())}if(125!==s)break;if(pos++,s=commentWhitespace(),41!==s)break;const a=starExportMap[o];return a?(reexports.add(decode(a)),void(pos=t)):void 0}pos=t}function readExportsOrModuleDotExports(e){const t=pos;if(109===e&&source.startsWith("odule",pos+1)){if(pos+=6,46!==(e=commentWhitespace()))return pos=t,!1;pos++,e=commentWhitespace()}return 101===e&&source.startsWith("xports",pos+1)?(pos+=7,!0):(pos=t,!1)}function tryParseModuleExportsDotAssign(){pos+=6;const e=pos-1;let t=commentWhitespace();46===t&&(pos++,t=commentWhitespace(),101===t&&source.startsWith("xports",pos+1))?tryParseExportsDotAssign(!0):pos=e}function tryParseExportsDotAssign(e){pos+=7;const t=pos-1;let s=commentWhitespace();switch(s){case 46:{pos++,s=commentWhitespace();const e=pos;if(identifier()){const t=pos;if(s=commentWhitespace(),61===s)return void _exports.add(decode(source.slice(e,t)))}break}case 91:if(pos++,s=commentWhitespace(),39===s||34===s){const e=pos;stringLiteral(s);const t=++pos;if(s=commentWhitespace(),93!==s)break;if(pos++,s=commentWhitespace(),61!==s)break;_exports.add(decode(source.slice(e,t)))}break;case 61:if(e){if(reexports.size&&(reexports=new Set),pos++,s=commentWhitespace(),123===s)return void tryParseLiteralExports();114===s&&tryParseRequire(1)}}pos=t}function tryParseRequire(e){const t=pos;if(source.startsWith("equire",pos+1)){pos+=7;let s=commentWhitespace();if(40===s){pos++,s=commentWhitespace();const t=pos;if(39===s||34===s){stringLiteral(s);const o=++pos;if(s=commentWhitespace(),41===s)switch(e){case 1:case 2:return reexports.add(decode(source.slice(t,o))),!0;default:return lastStarExportSpecifier=decode(source.slice(t,o)),!0}}}pos=t}return!1}function tryParseLiteralExports(){const e=pos-1;for(;pos++<end;){let t=commentWhitespace();const s=pos;if(identifier()){const o=pos;if(t=commentWhitespace(),58===t){if(pos++,t=commentWhitespace(),!identifier())return void(pos=e);t=source.charCodeAt(pos)}_exports.add(decode(source.slice(s,o)))}else if(46===t&&source.startsWith("..",pos+1)){if(pos+=3,114===source.charCodeAt(pos)&&tryParseRequire(1))pos++;else if(!identifier())return void(pos=e);t=commentWhitespace()}else{if(39!==t&&34!==t)return void(pos=e);{const s=pos;stringLiteral(t);const o=++pos;if(t=commentWhitespace(),58===t){if(pos++,t=commentWhitespace(),!identifier())return void(pos=e);t=source.charCodeAt(pos),_exports.add(decode(source.slice(s,o)))}}}if(125===t)return;if(44!==t)return void(pos=e)}}function scanStringLiteral(e){const t=e[0];if('"'===t)try{return JSON.parse(e)}catch{}else if("'"===t&&e.length>1&&"'"===e[e.length-1]&&-1===e.indexOf('"'))try{return JSON.parse('"'+e.slice(1,-1)+'"')}catch{}let s="",o={v:1};for(;o.v<e.length;){const r=e[o.v];switch(r){case t:return s;case"\\":++o.v,s+=scanEscapeSequence(e,o);break;case"\r":case"\n":throw new SyntaxError;default:++o.v,s+=r}}throw new SyntaxError}function scanEscapeSequence(e,t){if(t.v===e.length)throw new SyntaxError;const s=e[t.v];switch(++t.v,s){case"\r":"\n"===e[t.v]&&++t.v;case"\n":case"\u2028":case"\u2029":return"";case"r":return"\r";case"n":return"\n";case"t":return"\t";case"b":return"\b";case"f":return"\f";case"v":return"\v";case"x":return scanHexEscapeSequence(e,t);case"u":return scanUnicodeEscapeSequence(e,t);case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":return scanOctalEscapeSequence(s,e,t);default:return s}}function scanHexEscapeSequence(e,t){const s=readHex(e[t.v]);++t.v;const o=readHex(e[t.v]);return++t.v,String.fromCodePoint(16*s+o)}function scanUnicodeEscapeSequence(e,t){let s=0;if("{"===e[t.v]){++t.v;do{if(s=16*s+readHex(e[t.v]),s>1114111)throw new SyntaxError;++t.v}while("}"!==e[t.v]);++t.v}else for(let o=0;o<4;++o)s=16*s+readHex(e[t.v]),++t.v;return String.fromCodePoint(s)}function scanOctalEscapeSequence(e,t,s){let o=e<="3"?2:1,r=+e;do{if((e=t[s.v])<"0"||e>"7")break;r=8*r+ +e,++s.v,--o}while(o>0);return String.fromCodePoint(r)}function readHex(e){if(e>="0"&&e<="9")return+e;if(e>="a"&&e<="f")return e.charCodeAt(0)-87;if(e>="A"&&e<="F")return e.charCodeAt(0)-55;throw new SyntaxError}let nonASCIIidentifierStartChars="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࣇऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-鿼ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞿꟂ-ꟊꟵ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ﬀ-ﬆﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼＡ-Ｚａ-ｚｦ-ﾾￂ-ￇￊ-ￏￒ-ￗￚ-ￜ",nonASCIIidentifierChars="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿᫀᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏０-９＿";const nonASCIIidentifierStart=new RegExp("["+nonASCIIidentifierStartChars+"]"),nonASCIIidentifier=new RegExp("["+nonASCIIidentifierStartChars+nonASCIIidentifierChars+"]");nonASCIIidentifierStartChars=nonASCIIidentifierChars=null;const astralIdentifierStartCodes=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,107,20,28,22,13,52,76,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,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,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,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8952,286,50,2,18,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,2357,44,11,6,17,0,370,43,1301,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,42717,35,4148,12,221,3,5761,15,7472,3104,541,1507,4938],astralIdentifierCodes=[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,154,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,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,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,4759,9,787719,239];function isInAstralSet(e,t){let s=65536;for(let o=0;o<t.length;o+=2){if(s+=t[o],s>e)return!1;if(s+=t[o+1],s>=e)return!0}}function isIdentifierStart(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&nonASCIIidentifierStart.test(String.fromCharCode(e)):!1!==t&&isInAstralSet(e,astralIdentifierStartCodes)))}function isIdentifierChar(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&nonASCIIidentifier.test(String.fromCharCode(e)):!1!==t&&(isInAstralSet(e,astralIdentifierStartCodes)||isInAstralSet(e,astralIdentifierCodes)))))}function identifier(){let e=source.codePointAt(pos);if(!isIdentifierStart(e,!0)||"\\"===e)return!1;for(pos+=codePointLen(e);e=source.codePointAt(pos);){if(!isIdentifierChar(e,!0)){if("\\"===e)return!1;break}pos+=codePointLen(e)}return!0}function codePointLen(e){return e<65536?1:2}function codePointAtLast(e){const t=source.charCodeAt(e);return 56320==(64512&t)?65536+((1023&source.charCodeAt(e-1))<<10|1023&t):t}function esmSyntaxErr(e){return Object.assign(new Error(e),{code:"ERR_LEXER_ESM_SYNTAX"})}function throwIfImportStatement(){const e=pos;pos+=6;switch(commentWhitespace()){case 40:return void(openTokenPosStack[openTokenDepth++]=e);case 46:throw esmSyntaxErr("Unexpected import.meta in CJS module.");default:if(pos===e+6)break;case 34:case 39:case 123:case 42:if(0!==openTokenDepth)return void pos--;throw esmSyntaxErr("Unexpected import statement in CJS module.")}}function throwIfExportStatement(){pos+=6;const e=pos,t=commentWhitespace();if(pos!==e||isPunctuator(t))throw esmSyntaxErr("Unexpected export statement in CJS module.")}function commentWhitespace(){let e;do{if(e=source.charCodeAt(pos),47===e){const t=source.charCodeAt(pos+1);if(47===t)lineComment();else{if(42!==t)return e;blockComment()}}else if(!isBrOrWs(e))return e}while(pos++<end);return e}function templateString(){for(;pos++<end;){const e=source.charCodeAt(pos);if(36===e&&123===source.charCodeAt(pos+1))return pos++,templateStack[templateStackDepth++]=templateDepth,void(templateDepth=++openTokenDepth);if(96===e)return;92===e&&pos++}syntaxError()}function blockComment(){for(pos++;pos++<end;){if(42===source.charCodeAt(pos)&&47===source.charCodeAt(pos+1))return void pos++}}function lineComment(){for(;pos++<end;){const e=source.charCodeAt(pos);if(10===e||13===e)return}}function stringLiteral(e){for(;pos++<end;){let t=source.charCodeAt(pos);if(t===e)return;if(92===t)t=source.charCodeAt(++pos),13===t&&10===source.charCodeAt(pos+1)&&pos++;else if(isBr(t))break}throw new Error("Unterminated string.")}function regexCharacterClass(){for(;pos++<end;){let e=source.charCodeAt(pos);if(93===e)return e;if(92===e)pos++;else if(10===e||13===e)break}throw new Error("Syntax error reading regular expression class.")}function regularExpression(){for(;pos++<end;){let e=source.charCodeAt(pos);if(47===e)return;if(91===e)e=regexCharacterClass();else if(92===e)pos++;else if(10===e||13===e)break}throw new Error("Syntax error reading regular expression.")}function isBr(e){return 13===e||10===e}function isBrOrWs(e){return e>8&&e<14||32===e||160===e}function isBrOrWsOrPunctuatorNotDot(e){return e>8&&e<14||32===e||160===e||isPunctuator(e)&&46!==e}function keywordStart(e){return 0===e||isBrOrWsOrPunctuatorNotDot(source.charCodeAt(e-1))}function readPrecedingKeyword(e,t){return!(e<t.length-1)&&(source.startsWith(t,e-t.length+1)&&(0===e||isBrOrWsOrPunctuatorNotDot(source.charCodeAt(e-t.length))))}function readPrecedingKeyword1(e,t){return source.charCodeAt(e)===t&&(0===e||isBrOrWsOrPunctuatorNotDot(source.charCodeAt(e-1)))}function isExpressionKeyword(e){switch(source.charCodeAt(e)){case 100:switch(source.charCodeAt(e-1)){case 105:return readPrecedingKeyword(e-2,"vo");case 108:return readPrecedingKeyword(e-2,"yie");default:return!1}case 101:switch(source.charCodeAt(e-1)){case 115:switch(source.charCodeAt(e-2)){case 108:return readPrecedingKeyword1(e-3,101);case 97:return readPrecedingKeyword1(e-3,99);default:return!1}case 116:return readPrecedingKeyword(e-2,"dele");default:return!1}case 102:if(111!==source.charCodeAt(e-1)||101!==source.charCodeAt(e-2))return!1;switch(source.charCodeAt(e-3)){case 99:return readPrecedingKeyword(e-4,"instan");case 112:return readPrecedingKeyword(e-4,"ty");default:return!1}case 110:return readPrecedingKeyword1(e-1,105)||readPrecedingKeyword(e-1,"retur");case 111:return readPrecedingKeyword1(e-1,100);case 114:return readPrecedingKeyword(e-1,"debugge");case 116:return readPrecedingKeyword(e-1,"awai");case 119:switch(source.charCodeAt(e-1)){case 101:return readPrecedingKeyword1(e-2,110);case 111:return readPrecedingKeyword(e-2,"thr");default:return!1}}return!1}function isParenKeyword(e){return 101===source.charCodeAt(e)&&source.startsWith("whil",e-4)||114===source.charCodeAt(e)&&source.startsWith("fo",e-2)||105===source.charCodeAt(e-1)&&102===source.charCodeAt(e)}function isPunctuator(e){return 33/*!*/===e||37===e||38===e||e>39&&e<48||e>57&&e<64||91===e||93===e||94===e||e>122&&e<127}function isExpressionPunctuator(e){return 33/*!*/===e||37===e||38===e||e>39&&e<47&&41!==e||e>57&&e<64||91===e||94===e||e>122&&e<127&&125!==e}function isExpressionTerminator(e){switch(source.charCodeAt(e)){case 62:return 61===source.charCodeAt(e-1);case 59:case 41:return!0;case 104:return source.startsWith("catc",e-4);case 121:return source.startsWith("finall",e-6);case 101:return source.startsWith("els",e-3)}return!1}const initPromise=Promise.resolve();module.exports.init=()=>initPromise,module.exports.initSync=()=>{},module.exports.parse=parseCJS;
//# sourceMappingURL=/sm/67e75bc08be403b311f2c12386a9969e82d2cbb4af36ad88efe70273e0cf9609.map