gant-core 0.2.36 → 2.0.1
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.
- package/.changeset/README.md +8 -0
- package/.changeset/config.json +11 -0
- package/CHANGELOG.md +14 -0
- package/eslint.config.mjs +26 -0
- package/lib/cli/acorn.js +2 -1
- package/lib/cli/angular.js +2 -1
- package/lib/cli/babel.js +2 -1
- package/lib/cli/config/defineConfig.js +103 -1
- package/lib/cli/config/index.js +2 -1
- package/lib/cli/copyfiles/index.js +2 -1
- package/lib/cli/create/config/index.js +3 -2
- package/lib/cli/create/index.js +1 -0
- package/lib/cli/create/module/index.js +2 -9
- package/lib/cli/estree.js +2 -1
- package/lib/cli/flow.js +2 -1
- package/lib/cli/glimmer.js +2 -1
- package/lib/cli/graphql.js +2 -1
- package/lib/cli/html.js +2 -1
- package/lib/cli/i18n/index.js +3 -2
- package/lib/cli/i18n/utils.js +2 -1
- package/lib/cli/index.d.ts +1836 -0
- package/lib/cli/index.js +2 -1
- package/lib/cli/markdown.js +2 -1
- package/lib/cli/meriyah.js +2 -1
- package/lib/cli/postcss.js +2 -1
- package/lib/cli/routes/index.js +2 -1
- package/lib/cli/template/template.vue.config.txt +1 -1
- package/lib/cli/template/types.d.txt +134 -132
- package/lib/cli/tsconfig/index.js +2 -1
- package/lib/cli/typescript.js +2 -1
- package/lib/cli/utils/detectPort.js +3 -0
- package/lib/cli/utils/getJavascriptfile.js +2 -1
- package/lib/cli/utils/index.js +2 -1
- package/lib/cli/webpack/Webpack.js +2 -1
- package/lib/cli/webpack/config/analyzer.config.js +2 -1
- package/lib/cli/webpack/config/browsers.js +1 -0
- package/lib/cli/webpack/config/cssRules.js +2 -1
- package/lib/cli/webpack/config/default.config.js +2 -1
- package/lib/cli/webpack/config/development.config.js +2 -1
- package/lib/cli/webpack/config/framework/index.js +3 -0
- package/lib/cli/webpack/config/framework/react.js +3 -0
- package/lib/cli/webpack/config/framework/vue.js +3 -0
- package/lib/cli/webpack/config/index.js +1 -0
- package/lib/cli/webpack/config/production.config.js +2 -1
- package/lib/cli/webpack/plugins/copy.js +2 -1
- package/lib/cli/webpack/plugins/index.js +2 -1
- package/lib/cli/yaml.js +2 -1
- package/lib/core/i18n/index.js +1 -1
- package/lib/core/index.js +1 -1
- package/lib/core/microservices/index.js +10 -1
- package/lib/core/request/index.js +1 -1
- package/lib/core/store/index.js +1 -1
- package/lib/core/theme/index.js +1 -1
- package/lib/core/utils/index.js +83 -1
- package/lib/types/index.d.ts +115 -104
- package/package.json +62 -44
- package/rollup.config.js +27 -10
- package/tsconfig.json +1 -0
- package/lib/core/cache/index.js.map +0 -1
- package/lib/core/event/index.js.map +0 -1
- package/lib/core/i18n/index.js.map +0 -1
- package/lib/core/index.js.map +0 -1
- package/lib/core/microservices/index.js.map +0 -1
- package/lib/core/request/index.js.map +0 -1
- package/lib/core/store/index.js.map +0 -1
- package/lib/core/theme/index.js.map +0 -1
- package/lib/core/utils/index.js.map +0 -1
package/lib/cli/utils/index.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
"use strict";var e=require("fs"),t=require("path"),r=require("module"),n=require("url"),u=require("process"),i=require("os"),s=require("tty"),o=require("fs/promises"),a=require("assert"),c=require("v8"),l=require("util");require("./getJavascriptfile.js");var D=require("../config/index.js"),h="undefined"!=typeof document?document.currentScript:null;function p(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var f=p(t),d=Object.defineProperty,F={};((e,t)=>{for(var r in t)d(e,r,{get:t[r],enumerable:!0})})(F,{builders:()=>ve,printer:()=>Ae,utils:()=>_e});var g="string",m="array",E="cursor",C="indent",y="align",b="trim",v="group",A="fill",_="if-break",w="indent-if-break",B="line-suffix",S="line-suffix-boundary",x="line",R="label",O="break-parent",k=new Set([E,C,y,b,v,A,_,w,B,S,x,R,O]);var T=function(e){if("string"==typeof e)return g;if(Array.isArray(e))return m;if(!e)return;const{type:t}=e;return k.has(t)?t:void 0};function I(e){const t=null===e?"null":typeof e;if("string"!==t&&"object"!==t)return`Unexpected doc '${t}', \nExpected it to be 'string' or 'object'.`;if(T(e))throw new Error("doc is valid.");const r=Object.prototype.toString.call(e);if("[object Object]"!==r)return`Unexpected doc '${r}'.`;const n=(u=[...k].map((e=>`'${e}'`)),new Intl.ListFormat("en-US",{type:"disjunction"}).format(u));var u;return`Unexpected doc.type '${e.type}'.\nExpected it to be ${n}.`}var N=class extends Error{name="InvalidDocError";constructor(e){super(I(e)),this.doc=e}},L=N,P={};var j=function(e,t,r,n){const u=[e];for(;u.length>0;){const e=u.pop();if(e===P){r(u.pop());continue}r&&u.push(e,P);const i=T(e);if(!i)throw new L(e);if(!1!==(null==t?void 0:t(e)))switch(i){case m:case A:{const t=i===m?e:e.parts;for(let e=t.length-1;e>=0;--e)u.push(t[e]);break}case _:u.push(e.flatContents,e.breakContents);break;case v:if(n&&e.expandedStates)for(let t=e.expandedStates.length-1;t>=0;--t)u.push(e.expandedStates[t]);else u.push(e.contents);break;case y:case C:case w:case R:case B:u.push(e.contents);break;case g:case E:case b:case S:case x:case O:break;default:throw new L(e)}}},M=()=>{};function $(e){return{type:C,contents:e}}function U(e,t){return{type:y,contents:t,n:e}}function H(e,t={}){return M(t.expandedStates),{type:v,id:t.id,contents:e,break:Boolean(t.shouldBreak),expandedStates:t.expandedStates}}function G(e){return{type:A,parts:e}}var W={type:S},V={type:O},q={type:b},K={type:x,hard:!0},Y={type:x,hard:!0,literal:!0},z={type:x},X={type:x,soft:!0},Q=[K,V],J=[Y,V],Z={type:E};function ee(e,t){const r=[];for(let n=0;n<t.length;n++)0!==n&&r.push(e),r.push(t[n]);return r}var te=(e,t,r)=>{if(!e||null!=t)return Array.isArray(t)||"string"==typeof t?t[r<0?t.length+r:r]:t.at(r)},re=(e,t,r,n)=>{if(!e||null!=t)return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)};var ne=e=>{return!(12288===(t=e)||t>=65281&&t<=65376||t>=65504&&t<=65510||function(e){return e>=4352&&e<=4447||8986===e||8987===e||9001===e||9002===e||e>=9193&&e<=9196||9200===e||9203===e||9725===e||9726===e||9748===e||9749===e||e>=9800&&e<=9811||9855===e||9875===e||9889===e||9898===e||9899===e||9917===e||9918===e||9924===e||9925===e||9934===e||9940===e||9962===e||9970===e||9971===e||9973===e||9978===e||9981===e||9989===e||9994===e||9995===e||10024===e||10060===e||10062===e||e>=10067&&e<=10069||10071===e||e>=10133&&e<=10135||10160===e||10175===e||11035===e||11036===e||11088===e||11093===e||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||94192===e||94193===e||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||110589===e||110590===e||e>=110592&&e<=110882||110898===e||e>=110928&&e<=110930||110933===e||e>=110948&&e<=110951||e>=110960&&e<=111355||126980===e||127183===e||127374===e||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||127568===e||127569===e||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||127988===e||e>=127992&&e<=128062||128064===e||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||128378===e||128405===e||128406===e||128420===e||e>=128507&&e<=128591||e>=128640&&e<=128709||128716===e||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||128747===e||128748===e||e>=128756&&e<=128764||e>=128992&&e<=129003||129008===e||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}(e));var t},ue=/[^\x20-\x7F]/;var ie=function(e){if(!e)return 0;if(!ue.test(e))return e.length;e=e.replace(/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g," ");let t=0;for(const r of e){const e=r.codePointAt(0);e<=31||e>=127&&e<=159||(e>=768&&e<=879||(t+=ne(e)?1:2))}return t},se=e=>{if(Array.isArray(e))return e;if(e.type!==A)throw new Error(`Expect doc to be 'array' or '${A}'.`);return e.parts};function oe(e,t){if("string"==typeof e)return t(e);const r=new Map;return n(e);function n(e){if(r.has(e))return r.get(e);const u=function(e){switch(T(e)){case m:return t(e.map(n));case A:return t({...e,parts:e.parts.map(n)});case _:return t({...e,breakContents:n(e.breakContents),flatContents:n(e.flatContents)});case v:{let{expandedStates:r,contents:u}=e;return r?(r=r.map(n),u=r[0]):u=n(u),t({...e,contents:u,expandedStates:r})}case y:case C:case w:case R:case B:return t({...e,contents:n(e.contents)});case g:case E:case b:case S:case x:case O:return t(e);default:throw new L(e)}}(e);return r.set(e,u),u}}function ae(e,t,r){let n=r,u=!1;return j(e,(function(e){if(u)return!1;const r=t(e);void 0!==r&&(u=!0,n=r)})),n}function ce(e){return!(e.type!==v||!e.break)||(!(e.type!==x||!e.hard)||(e.type===O||void 0))}function le(e){if(e.length>0){const t=te(!1,e,-1);t.expandedStates||t.break||(t.break="propagated")}return null}function De(e){return e.type!==x||e.hard?e.type===_?e.flatContents:e:e.soft?"":" "}function he(e){for(e=[...e];e.length>=2&&te(!1,e,-2).type===x&&te(!1,e,-1).type===O;)e.length-=2;if(e.length>0){const t=pe(te(!1,e,-1));e[e.length-1]=t}return e}function pe(e){switch(T(e)){case y:case C:case w:case v:case B:case R:{const t=pe(e.contents);return{...e,contents:t}}case _:return{...e,breakContents:pe(e.breakContents),flatContents:pe(e.flatContents)};case A:return{...e,parts:he(e.parts)};case m:return he(e);case g:return e.replace(/[\n\r]*$/,"");case E:case b:case S:case x:case O:break;default:throw new L(e)}return e}function fe(e){if(e.type===x)return!0}var de=Symbol("MODE_BREAK"),Fe=Symbol("MODE_FLAT"),ge=Symbol("cursor");function me(e,t){return Ce(e,{type:"indent"},t)}function Ee(e,t,r){if(t===Number.NEGATIVE_INFINITY)return e.root||{value:"",length:0,queue:[]};if(t<0)return Ce(e,{type:"dedent"},r);if(!t)return e;if("root"===t.type)return{...e,root:e};return Ce(e,{type:"string"==typeof t?"stringAlign":"numberAlign",n:t},r)}function Ce(e,t,r){const n="dedent"===t.type?e.queue.slice(0,-1):[...e.queue,t];let u="",i=0,s=0,o=0;for(const e of n)switch(e.type){case"indent":l(),r.useTabs?a(1):c(r.tabWidth);break;case"stringAlign":l(),u+=e.n,i+=e.n.length;break;case"numberAlign":s+=1,o+=e.n;break;default:throw new Error(`Unexpected type '${e.type}'`)}return D(),{...e,value:u,length:i,queue:n};function a(e){u+="\t".repeat(e),i+=r.tabWidth*e}function c(e){u+=" ".repeat(e),i+=e}function l(){r.useTabs?function(){s>0&&a(s);h()}():D()}function D(){o>0&&c(o),h()}function h(){s=0,o=0}}function ye(e){let t=0,r=0,n=e.length;e:for(;n--;){const u=e[n];if(u!==ge)for(let r=u.length-1;r>=0;r--){const i=u[r];if(" "!==i&&"\t"!==i){e[n]=u.slice(0,r+1);break e}t++}else r++}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(ge);return t}function be(e,t,r,n,u,i){if(r===Number.POSITIVE_INFINITY)return!0;let s=t.length;const o=[e],a=[];for(;r>=0;){if(0===o.length){if(0===s)return!0;o.push(t[--s]);continue}const{mode:e,doc:c}=o.pop();switch(T(c)){case g:a.push(c),r-=ie(c);break;case m:case A:{const t=se(c);for(let r=t.length-1;r>=0;r--)o.push({mode:e,doc:t[r]});break}case C:case y:case w:case R:o.push({mode:e,doc:c.contents});break;case b:r+=ye(a);break;case v:{if(i&&c.break)return!1;const t=c.break?de:e,r=c.expandedStates&&t===de?te(!1,c.expandedStates,-1):c.contents;o.push({mode:t,doc:r});break}case _:{const t=(c.groupId?u[c.groupId]||Fe:e)===de?c.breakContents:c.flatContents;t&&o.push({mode:e,doc:t});break}case x:if(e===de||c.hard)return!0;c.soft||(a.push(" "),r--);break;case B:n=!0;break;case S:if(n)return!1}}return!1}var ve={join:ee,line:z,softline:X,hardline:Q,literalline:J,group:H,conditionalGroup:function(e,t){return H(e[0],{...t,expandedStates:e})},fill:G,lineSuffix:function(e){return{type:B,contents:e}},lineSuffixBoundary:W,cursor:Z,breakParent:V,ifBreak:function(e,t="",r={}){return{type:_,breakContents:e,flatContents:t,groupId:r.groupId}},trim:q,indent:$,indentIfBreak:function(e,t){return{type:w,contents:e,groupId:t.groupId,negate:t.negate}},align:U,addAlignmentToDoc:function(e,t,r){let n=e;if(t>0){for(let e=0;e<Math.floor(t/r);++e)n=$(n);n=U(t%r,n),n=U(Number.NEGATIVE_INFINITY,n)}return n},markAsRoot:function(e){return U({type:"root"},e)},dedentToRoot:function(e){return U(Number.NEGATIVE_INFINITY,e)},dedent:function(e){return U(-1,e)},hardlineWithoutBreakParent:K,literallineWithoutBreakParent:Y,label:function(e,t){return e?{type:R,label:e,contents:t}:t},concat:e=>e},Ae={printDocToString:function(e,t){const r={},n=t.printWidth,u=function(e){switch(e){case"cr":return"\r";case"crlf":return"\r\n";default:return"\n"}}(t.endOfLine);let i=0;const s=[{ind:{value:"",length:0,queue:[]},mode:de,doc:e}],o=[];let a=!1;const c=[];let l=0;for(!function(e){const t=new Set,r=[];j(e,(function(e){if(e.type===O&&le(r),e.type===v){if(r.push(e),t.has(e))return!1;t.add(e)}}),(function(e){e.type===v&&r.pop().break&&le(r)}),!0)}(e);s.length>0;){const{ind:e,mode:D,doc:h}=s.pop();switch(T(h)){case g:{const e="\n"!==u?re(!1,h,"\n",u):h;o.push(e),s.length>0&&(i+=ie(e));break}case m:for(let t=h.length-1;t>=0;t--)s.push({ind:e,mode:D,doc:h[t]});break;case E:if(l>=2)throw new Error("There are too many 'cursor' in doc.");o.push(ge),l++;break;case C:s.push({ind:me(e,t),mode:D,doc:h.contents});break;case y:s.push({ind:Ee(e,h.n,t),mode:D,doc:h.contents});break;case b:i-=ye(o);break;case v:switch(D){case Fe:if(!a){s.push({ind:e,mode:h.break?de:Fe,doc:h.contents});break}case de:{a=!1;const t={ind:e,mode:Fe,doc:h.contents},u=n-i,o=c.length>0;if(!h.break&&be(t,s,u,o,r))s.push(t);else if(h.expandedStates){const t=te(!1,h.expandedStates,-1);if(h.break){s.push({ind:e,mode:de,doc:t});break}for(let n=1;n<h.expandedStates.length+1;n++){if(n>=h.expandedStates.length){s.push({ind:e,mode:de,doc:t});break}{const t=h.expandedStates[n],i={ind:e,mode:Fe,doc:t};if(be(i,s,u,o,r)){s.push(i);break}}}}else s.push({ind:e,mode:de,doc:h.contents});break}}h.id&&(r[h.id]=te(!1,s,-1).mode);break;case A:{const t=n-i,{parts:u}=h;if(0===u.length)break;const[o,a]=u,l={ind:e,mode:Fe,doc:o},p={ind:e,mode:de,doc:o},f=be(l,[],t,c.length>0,r,!0);if(1===u.length){f?s.push(l):s.push(p);break}const d={ind:e,mode:Fe,doc:a},F={ind:e,mode:de,doc:a};if(2===u.length){f?s.push(d,l):s.push(F,p);break}u.splice(0,2);const g={ind:e,mode:D,doc:G(u)},m=u[0];be({ind:e,mode:Fe,doc:[o,a,m]},[],t,c.length>0,r,!0)?s.push(g,d,l):f?s.push(g,F,l):s.push(g,F,p);break}case _:case w:{const t=h.groupId?r[h.groupId]:D;if(t===de){const t=h.type===_?h.breakContents:h.negate?h.contents:$(h.contents);t&&s.push({ind:e,mode:D,doc:t})}if(t===Fe){const t=h.type===_?h.flatContents:h.negate?$(h.contents):h.contents;t&&s.push({ind:e,mode:D,doc:t})}break}case B:c.push({ind:e,mode:D,doc:h.contents});break;case S:c.length>0&&s.push({ind:e,mode:D,doc:K});break;case x:switch(D){case Fe:if(!h.hard){h.soft||(o.push(" "),i+=1);break}a=!0;case de:if(c.length>0){s.push({ind:e,mode:D,doc:h},...c.reverse()),c.length=0;break}h.literal?e.root?(o.push(u,e.root.value),i=e.root.length):(o.push(u),i=0):(i-=ye(o),o.push(u+e.value),i=e.length)}break;case R:s.push({ind:e,mode:D,doc:h.contents});break;case O:break;default:throw new L(h)}0===s.length&&c.length>0&&(s.push(...c.reverse()),c.length=0)}const D=o.indexOf(ge);if(-1!==D){const e=o.indexOf(ge,D+1),t=o.slice(0,D).join(""),r=o.slice(D+1,e).join("");return{formatted:t+r+o.slice(e+1).join(""),cursorNodeStart:t.length,cursorNodeText:r}}return{formatted:o.join("")}}},_e={willBreak:function(e){return ae(e,ce,!1)},traverseDoc:j,findInDoc:ae,mapDoc:oe,removeLines:function(e){return oe(e,De)},stripTrailingHardline:function(e){return pe(function(e){return oe(e,(e=>function(e){switch(T(e)){case A:if(e.parts.every((e=>""===e)))return"";break;case v:if(!(e.contents||e.id||e.break||e.expandedStates))return"";if(e.contents.type===v&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case y:case C:case w:case B:if(!e.contents)return"";break;case _:if(!e.flatContents&&!e.breakContents)return"";break;case m:{const t=[];for(const r of e){if(!r)continue;const[e,...n]=Array.isArray(r)?r:[r];"string"==typeof e&&"string"==typeof te(!1,t,-1)?t[t.length-1]+=e:t.push(e),t.push(...n)}return 0===t.length?"":1===t.length?t[0]:t}case g:case E:case b:case S:case x:case R:case O:break;default:throw new L(e)}return e}(e)))}(e))},replaceEndOfLine:function(e,t=J){return oe(e,(e=>"string"==typeof e?ee(t,e.split("\n")):e))},canBreak:function(e){return ae(e,fe,!1)}},we=F,Be=Object.freeze({__proto__:null,builders:ve,default:we,printer:Ae,utils:_e});const Se=r.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:h&&h.src||new URL("utils/index.js",document.baseURI).href),xe=n.fileURLToPath("undefined"==typeof document?require("url").pathToFileURL(__filename).href:h&&h.src||new URL("utils/index.js",document.baseURI).href);t.dirname(xe);var Re=Object.create,Oe=Object.defineProperty,ke=Object.getOwnPropertyDescriptor,Te=Object.getOwnPropertyNames,Ie=Object.getPrototypeOf,Ne=Object.prototype.hasOwnProperty,Le=(e=>void 0!==Se?Se:"undefined"!=typeof Proxy?new Proxy(e,{get:(e,t)=>(void 0!==Se?Se:e)[t]}):e)((function(e){if(void 0!==Se)return Se.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')})),Pe=(e,t)=>function(){return t||(0,e[Te(e)[0]])((t={exports:{}}).exports,t),t.exports},je=(e,t)=>{for(var r in t)Oe(e,r,{get:t[r],enumerable:!0})},Me=(e,t,r)=>(r=null!=e?Re(Ie(e)):{},((e,t,r,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let u of Te(t))Ne.call(e,u)||u===r||Oe(e,u,{get:()=>t[u],enumerable:!(n=ke(t,u))||n.enumerable});return e})(!t&&e&&e.__esModule?r:Oe(r,"default",{value:e,enumerable:!0}),e)),$e=(e,t,r)=>(((e,t,r)=>{t in e?Oe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r})(e,"symbol"!=typeof t?t+"":t,r),r),Ue=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},He=(e,t,r)=>(Ue(e,t,"read from private field"),r?r.call(e):t.get(e)),Ge=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},We=(e,t,r,n)=>(Ue(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),Ve=(e,t,r)=>(Ue(e,t,"access private method"),r),qe=Pe({"node_modules/fast-glob/out/utils/array.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.splitWhen=e.flatten=void 0,e.flatten=function(e){return e.reduce(((e,t)=>[].concat(e,t)),[])},e.splitWhen=function(e,t){const r=[[]];let n=0;for(const u of e)t(u)?(n++,r[n]=[]):r[n].push(u);return r}}}),Ke=Pe({"node_modules/fast-glob/out/utils/errno.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isEnoentCodeError=void 0,e.isEnoentCodeError=function(e){return"ENOENT"===e.code}}}),Ye=Pe({"node_modules/fast-glob/out/utils/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createDirentFromStats=void 0;var t=class{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t),this.isCharacterDevice=t.isCharacterDevice.bind(t),this.isDirectory=t.isDirectory.bind(t),this.isFIFO=t.isFIFO.bind(t),this.isFile=t.isFile.bind(t),this.isSocket=t.isSocket.bind(t),this.isSymbolicLink=t.isSymbolicLink.bind(t)}};e.createDirentFromStats=function(e,r){return new t(e,r)}}}),ze=Pe({"node_modules/fast-glob/out/utils/path.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.convertPosixPathToPattern=e.convertWindowsPathToPattern=e.convertPathToPattern=e.escapePosixPath=e.escapeWindowsPath=e.escape=e.removeLeadingDotSegment=e.makeAbsolute=e.unixify=void 0;var t=Le("os"),r=Le("path"),n="win32"===t.platform(),u=/(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g,i=/(\\?)([()[\]{}]|^!|[!+@](?=\())/g,s=/^\\\\([.?])/,o=/\\(?![!()+@[\]{}])/g;function a(e){return e.replace(i,"\\$2")}function c(e){return e.replace(u,"\\$2")}function l(e){return a(e).replace(s,"//$1").replace(o,"/")}function D(e){return c(e)}e.unixify=function(e){return e.replace(/\\/g,"/")},e.makeAbsolute=function(e,t){return r.resolve(e,t)},e.removeLeadingDotSegment=function(e){if("."===e.charAt(0)){const t=e.charAt(1);if("/"===t||"\\"===t)return e.slice(2)}return e},e.escape=n?a:c,e.escapeWindowsPath=a,e.escapePosixPath=c,e.convertPathToPattern=n?l:D,e.convertWindowsPathToPattern=l,e.convertPosixPathToPattern=D}}),Xe=Pe({"node_modules/is-extglob/index.js"(e,t){t.exports=function(e){if("string"!=typeof e||""===e)return!1;for(var t;t=/(\\).|([@?!+*]\(.*\))/g.exec(e);){if(t[2])return!0;e=e.slice(t.index+t[0].length)}return!1}}}),Qe=Pe({"node_modules/is-glob/index.js"(e,t){var r=Xe(),n={"{":"}","(":")","[":"]"},u=function(e){if("!"===e[0])return!0;for(var t=0,r=-2,u=-2,i=-2,s=-2,o=-2;t<e.length;){if("*"===e[t])return!0;if("?"===e[t+1]&&/[\].+)]/.test(e[t]))return!0;if(-1!==u&&"["===e[t]&&"]"!==e[t+1]&&(u<t&&(u=e.indexOf("]",t)),u>t)){if(-1===o||o>u)return!0;if(-1===(o=e.indexOf("\\",t))||o>u)return!0}if(-1!==i&&"{"===e[t]&&"}"!==e[t+1]&&(i=e.indexOf("}",t))>t&&(-1===(o=e.indexOf("\\",t))||o>i))return!0;if(-1!==s&&"("===e[t]&&"?"===e[t+1]&&/[:!=]/.test(e[t+2])&&")"!==e[t+3]&&(s=e.indexOf(")",t))>t&&(-1===(o=e.indexOf("\\",t))||o>s))return!0;if(-1!==r&&"("===e[t]&&"|"!==e[t+1]&&(r<t&&(r=e.indexOf("|",t)),-1!==r&&")"!==e[r+1]&&(s=e.indexOf(")",r))>r&&(-1===(o=e.indexOf("\\",r))||o>s)))return!0;if("\\"===e[t]){var a=e[t+1];t+=2;var c=n[a];if(c){var l=e.indexOf(c,t);-1!==l&&(t=l+1)}if("!"===e[t])return!0}else t++}return!1},i=function(e){if("!"===e[0])return!0;for(var t=0;t<e.length;){if(/[*?{}()[\]]/.test(e[t]))return!0;if("\\"===e[t]){var r=e[t+1];t+=2;var u=n[r];if(u){var i=e.indexOf(u,t);-1!==i&&(t=i+1)}if("!"===e[t])return!0}else t++}return!1};t.exports=function(e,t){if("string"!=typeof e||""===e)return!1;if(r(e))return!0;var n=u;return t&&!1===t.strict&&(n=i),n(e)}}}),Je=Pe({"node_modules/glob-parent/index.js"(e,t){var r=Qe(),n=Le("path").posix.dirname,u="win32"===Le("os").platform(),i=/\\/g,s=/[\{\[].*[\}\]]$/,o=/(^|[^\\])([\{\[]|\([^\)]+$)/,a=/\\([\!\*\?\|\[\]\(\)\{\}])/g;t.exports=function(e,t){Object.assign({flipBackslashes:!0},t).flipBackslashes&&u&&e.indexOf("/")<0&&(e=e.replace(i,"/")),s.test(e)&&(e+="/"),e+="a";do{e=n(e)}while(r(e)||o.test(e));return e.replace(a,"$1")}}}),Ze=Pe({"node_modules/braces/lib/utils.js"(e){e.isInteger=e=>"number"==typeof e?Number.isInteger(e):"string"==typeof e&&""!==e.trim()&&Number.isInteger(Number(e)),e.find=(e,t)=>e.nodes.find((e=>e.type===t)),e.exceedsLimit=(t,r,n=1,u)=>!1!==u&&(!(!e.isInteger(t)||!e.isInteger(r))&&(Number(r)-Number(t))/Number(n)>=u),e.escapeNode=(e,t=0,r)=>{let n=e.nodes[t];n&&(r&&n.type===r||"open"===n.type||"close"===n.type)&&!0!==n.escaped&&(n.value="\\"+n.value,n.escaped=!0)},e.encloseBrace=e=>"brace"===e.type&&(!(e.commas>>0+e.ranges)&&(e.invalid=!0,!0)),e.isInvalidBrace=e=>"brace"===e.type&&(!(!0!==e.invalid&&!e.dollar)||(e.commas>>0+e.ranges?(!0!==e.open||!0!==e.close)&&(e.invalid=!0,!0):(e.invalid=!0,!0))),e.isOpenOrClose=e=>"open"===e.type||"close"===e.type||(!0===e.open||!0===e.close),e.reduce=e=>e.reduce(((e,t)=>("text"===t.type&&e.push(t.value),"range"===t.type&&(t.type="text"),e)),[]),e.flatten=(...e)=>{const t=[],r=e=>{for(let n=0;n<e.length;n++){let u=e[n];Array.isArray(u)?r(u):void 0!==u&&t.push(u)}return t};return r(e),t}}}),et=Pe({"node_modules/braces/lib/stringify.js"(e,t){var r=Ze();t.exports=(e,t={})=>{let n=(e,u={})=>{let i=t.escapeInvalid&&r.isInvalidBrace(u),s=!0===e.invalid&&!0===t.escapeInvalid,o="";if(e.value)return(i||s)&&r.isOpenOrClose(e)?"\\"+e.value:e.value;if(e.value)return e.value;if(e.nodes)for(let t of e.nodes)o+=n(t);return o};return n(e)}}}),tt=Pe({"node_modules/is-number/index.js"(e,t){t.exports=function(e){return"number"==typeof e?e-e==0:"string"==typeof e&&""!==e.trim()&&(Number.isFinite?Number.isFinite(+e):isFinite(+e))}}}),rt=Pe({"node_modules/to-regex-range/index.js"(e,t){var r=tt(),n=(e,t,u)=>{if(!1===r(e))throw new TypeError("toRegexRange: expected the first argument to be a number");if(void 0===t||e===t)return String(e);if(!1===r(t))throw new TypeError("toRegexRange: expected the second argument to be a number.");let o={relaxZeros:!0,...u};"boolean"==typeof o.strictZeros&&(o.relaxZeros=!1===o.strictZeros);let a=e+":"+t+"="+String(o.relaxZeros)+String(o.shorthand)+String(o.capture)+String(o.wrap);if(n.cache.hasOwnProperty(a))return n.cache[a].result;let c=Math.min(e,t),l=Math.max(e,t);if(1===Math.abs(c-l)){let r=e+"|"+t;return o.capture?`(${r})`:!1===o.wrap?r:`(?:${r})`}let D=p(e)||p(t),h={min:e,max:t,a:c,b:l},f=[],d=[];if(D&&(h.isPadded=D,h.maxLen=String(h.max).length),c<0){d=i(l<0?Math.abs(l):1,Math.abs(c),h,o),c=h.a=0}return l>=0&&(f=i(c,l,h,o)),h.negatives=d,h.positives=f,h.result=function(e,t,r){let n=s(e,t,"-",!1)||[],u=s(t,e,"",!1)||[],i=s(e,t,"-?",!0)||[];return n.concat(i).concat(u).join("|")}(d,f),!0===o.capture?h.result=`(${h.result})`:!1!==o.wrap&&f.length+d.length>1&&(h.result=`(?:${h.result})`),n.cache[a]=h,h.result};function u(e,t,r){if(e===t)return{pattern:e,count:[],digits:0};let n=function(e,t){let r=[];for(let n=0;n<e.length;n++)r.push([e[n],t[n]]);return r}(e,t),u=n.length,i="",s=0;for(let e=0;e<u;e++){let[t,r]=n[e];t===r?i+=t:"0"!==t||"9"!==r?i+=h(t,r):s++}return s&&(i+=!0===r.shorthand?"\\d":"[0-9]"),{pattern:i,count:[s],digits:u}}function i(e,t,r,n){let i,s=function(e,t){let r=1,n=1,u=c(e,r),i=new Set([t]);for(;e<=u&&u<=t;)i.add(u),r+=1,u=c(e,r);for(u=l(t+1,n)-1;e<u&&u<=t;)i.add(u),n+=1,u=l(t+1,n)-1;return i=[...i],i.sort(o),i}(e,t),a=[],h=e;for(let e=0;e<s.length;e++){let t=s[e],o=u(String(h),String(t),n),c="";r.isPadded||!i||i.pattern!==o.pattern?(r.isPadded&&(c=f(t,r,n)),o.string=c+o.pattern+D(o.count),a.push(o),h=t+1,i=o):(i.count.length>1&&i.count.pop(),i.count.push(o.count[0]),i.string=i.pattern+D(i.count),h=t+1)}return a}function s(e,t,r,n,u){let i=[];for(let u of e){let{string:e}=u;n||a(t,"string",e)||i.push(r+e),n&&a(t,"string",e)&&i.push(r+e)}return i}function o(e,t){return e>t?1:t>e?-1:0}function a(e,t,r){return e.some((e=>e[t]===r))}function c(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))}function l(e,t){return e-e%Math.pow(10,t)}function D(e){let[t=0,r=""]=e;return r||t>1?`{${t+(r?","+r:"")}}`:""}function h(e,t,r){return`[${e}${t-e==1?"":"-"}${t}]`}function p(e){return/^-?(0+)\d/.test(e)}function f(e,t,r){if(!t.isPadded)return e;let n=Math.abs(t.maxLen-String(e).length),u=!1!==r.relaxZeros;switch(n){case 0:return"";case 1:return u?"0?":"0";case 2:return u?"0{0,2}":"00";default:return u?`0{0,${n}}`:`0{${n}}`}}n.cache={},n.clearCache=()=>n.cache={},t.exports=n}}),nt=Pe({"node_modules/fill-range/index.js"(e,t){var r=Le("util"),n=rt(),u=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),i=e=>"number"==typeof e||"string"==typeof e&&""!==e,s=e=>Number.isInteger(+e),o=e=>{let t=`${e}`,r=-1;if("-"===t[0]&&(t=t.slice(1)),"0"===t)return!1;for(;"0"===t[++r];);return r>0},a=(e,t,r)=>{if(t>0){let r="-"===e[0]?"-":"";r&&(e=e.slice(1)),e=r+e.padStart(r?t-1:t,"0")}return!1===r?String(e):e},c=(e,t)=>{let r="-"===e[0]?"-":"";for(r&&(e=e.slice(1),t--);e.length<t;)e="0"+e;return r?"-"+e:e},l=(e,t,r,u)=>{if(r)return n(e,t,{wrap:!1,...u});let i=String.fromCharCode(e);return e===t?i:`[${i}-${String.fromCharCode(t)}]`},D=(e,t,r)=>{if(Array.isArray(e)){let t=!0===r.wrap,n=r.capture?"":"?:";return t?`(${n}${e.join("|")})`:e.join("|")}return n(e,t,r)},h=(...e)=>new RangeError("Invalid range arguments: "+r.inspect(...e)),p=(e,t,r)=>{if(!0===r.strictRanges)throw h([e,t]);return[]},f=(e,t,r=1,n={})=>{let u=Number(e),i=Number(t);if(!Number.isInteger(u)||!Number.isInteger(i)){if(!0===n.strictRanges)throw h([e,t]);return[]}0===u&&(u=0),0===i&&(i=0);let s=u>i,p=String(e),f=String(t),d=String(r);r=Math.max(Math.abs(r),1);let F=o(p)||o(f)||o(d),g=F?Math.max(p.length,f.length,d.length):0,m=!1===F&&!1===((e,t,r)=>"string"==typeof e||"string"==typeof t||!0===r.stringify)(e,t,n),E=n.transform||(e=>t=>!0===e?Number(t):String(t))(m);if(n.toRegex&&1===r)return l(c(e,g),c(t,g),!0,n);let C={negatives:[],positives:[]},y=[],b=0;for(;s?u>=i:u<=i;)!0===n.toRegex&&r>1?C[(v=u)<0?"negatives":"positives"].push(Math.abs(v)):y.push(a(E(u,b),g,m)),u=s?u-r:u+r,b++;var v;return!0===n.toRegex?r>1?((e,t)=>{e.negatives.sort(((e,t)=>e<t?-1:e>t?1:0)),e.positives.sort(((e,t)=>e<t?-1:e>t?1:0));let r,n=t.capture?"":"?:",u="",i="";return e.positives.length&&(u=e.positives.join("|")),e.negatives.length&&(i=`-(${n}${e.negatives.join("|")})`),r=u&&i?`${u}|${i}`:u||i,t.wrap?`(${n}${r})`:r})(C,n):D(y,null,{wrap:!1,...n}):y},d=(e,t,r,n={})=>{if(null==t&&i(e))return[e];if(!i(e)||!i(t))return p(e,t,n);if("function"==typeof r)return d(e,t,1,{transform:r});if(u(r))return d(e,t,0,r);let o={...n};return!0===o.capture&&(o.wrap=!0),r=r||o.step||1,s(r)?s(e)&&s(t)?f(e,t,r,o):((e,t,r=1,n={})=>{if(!s(e)&&e.length>1||!s(t)&&t.length>1)return p(e,t,n);let u=n.transform||(e=>String.fromCharCode(e)),i=`${e}`.charCodeAt(0),o=`${t}`.charCodeAt(0),a=i>o,c=Math.min(i,o),h=Math.max(i,o);if(n.toRegex&&1===r)return l(c,h,!1,n);let f=[],d=0;for(;a?i>=o:i<=o;)f.push(u(i,d)),i=a?i-r:i+r,d++;return!0===n.toRegex?D(f,null,{wrap:!1,options:n}):f})(e,t,Math.max(Math.abs(r),1),o):null==r||u(r)?d(e,t,1,r):((e,t)=>{if(!0===t.strictRanges)throw new TypeError(`Expected step "${e}" to be a number`);return[]})(r,o)};t.exports=d}}),ut=Pe({"node_modules/braces/lib/compile.js"(e,t){var r=nt(),n=Ze();t.exports=(e,t={})=>{let u=(e,i={})=>{let s=n.isInvalidBrace(i),o=!0===e.invalid&&!0===t.escapeInvalid,a=!0===s||!0===o,c=!0===t.escapeInvalid?"\\":"",l="";if(!0===e.isOpen)return c+e.value;if(!0===e.isClose)return c+e.value;if("open"===e.type)return a?c+e.value:"(";if("close"===e.type)return a?c+e.value:")";if("comma"===e.type)return"comma"===e.prev.type?"":a?e.value:"|";if(e.value)return e.value;if(e.nodes&&e.ranges>0){let u=n.reduce(e.nodes),i=r(...u,{...t,wrap:!1,toRegex:!0});if(0!==i.length)return u.length>1&&i.length>1?`(${i})`:i}if(e.nodes)for(let t of e.nodes)l+=u(t,e);return l};return u(e)}}}),it=Pe({"node_modules/braces/lib/expand.js"(e,t){var r=nt(),n=et(),u=Ze(),i=(e="",t="",r=!1)=>{let n=[];if(e=[].concat(e),!(t=[].concat(t)).length)return e;if(!e.length)return r?u.flatten(t).map((e=>`{${e}}`)):t;for(let u of e)if(Array.isArray(u))for(let e of u)n.push(i(e,t,r));else for(let e of t)!0===r&&"string"==typeof e&&(e=`{${e}}`),n.push(Array.isArray(e)?i(u,e,r):u+e);return u.flatten(n)};t.exports=(e,t={})=>{let s=void 0===t.rangeLimit?1e3:t.rangeLimit,o=(e,a={})=>{e.queue=[];let c=a,l=a.queue;for(;"brace"!==c.type&&"root"!==c.type&&c.parent;)c=c.parent,l=c.queue;if(e.invalid||e.dollar)return void l.push(i(l.pop(),n(e,t)));if("brace"===e.type&&!0!==e.invalid&&2===e.nodes.length)return void l.push(i(l.pop(),["{}"]));if(e.nodes&&e.ranges>0){let o=u.reduce(e.nodes);if(u.exceedsLimit(...o,t.step,s))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let a=r(...o,t);return 0===a.length&&(a=n(e,t)),l.push(i(l.pop(),a)),void(e.nodes=[])}let D=u.encloseBrace(e),h=e.queue,p=e;for(;"brace"!==p.type&&"root"!==p.type&&p.parent;)p=p.parent,h=p.queue;for(let t=0;t<e.nodes.length;t++){let r=e.nodes[t];"comma"!==r.type||"brace"!==e.type?"close"!==r.type?r.value&&"open"!==r.type?h.push(i(h.pop(),r.value)):r.nodes&&o(r,e):l.push(i(l.pop(),h,D)):(1===t&&h.push(""),h.push(""))}return h};return u.flatten(o(e))}}}),st=Pe({"node_modules/braces/lib/constants.js"(e,t){t.exports={MAX_LENGTH:65536,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:"\n",CHAR_NO_BREAK_SPACE:" ",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:"\t",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\ufeff"}}}),ot=Pe({"node_modules/braces/lib/parse.js"(e,t){var r=et(),{MAX_LENGTH:n,CHAR_BACKSLASH:u,CHAR_BACKTICK:i,CHAR_COMMA:s,CHAR_DOT:o,CHAR_LEFT_PARENTHESES:a,CHAR_RIGHT_PARENTHESES:c,CHAR_LEFT_CURLY_BRACE:l,CHAR_RIGHT_CURLY_BRACE:D,CHAR_LEFT_SQUARE_BRACKET:h,CHAR_RIGHT_SQUARE_BRACKET:p,CHAR_DOUBLE_QUOTE:f,CHAR_SINGLE_QUOTE:d,CHAR_NO_BREAK_SPACE:F,CHAR_ZERO_WIDTH_NOBREAK_SPACE:g}=st();t.exports=(e,t={})=>{if("string"!=typeof e)throw new TypeError("Expected a string");let m=t||{},E="number"==typeof m.maxLength?Math.min(n,m.maxLength):n;if(e.length>E)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${E})`);let C,y={type:"root",input:e,nodes:[]},b=[y],v=y,A=y,_=0,w=e.length,B=0,S=0;const x=()=>e[B++],R=e=>{if("text"===e.type&&"dot"===A.type&&(A.type="text"),!A||"text"!==A.type||"text"!==e.type)return v.nodes.push(e),e.parent=v,e.prev=A,A=e,e;A.value+=e.value};for(R({type:"bos"});B<w;)if(v=b[b.length-1],C=x(),C!==g&&C!==F)if(C!==u)if(C!==p)if(C!==h)if(C!==a)if(C!==c)if(C!==f&&C!==d&&C!==i)if(C!==l)if(C!==D)if(C===s&&S>0){if(v.ranges>0){v.ranges=0;let e=v.nodes.shift();v.nodes=[e,{type:"text",value:r(v)}]}R({type:"comma",value:C}),v.commas++}else if(C===o&&S>0&&0===v.commas){let e=v.nodes;if(0===S||0===e.length){R({type:"text",value:C});continue}if("dot"===A.type){if(v.range=[],A.value+=C,A.type="range",3!==v.nodes.length&&5!==v.nodes.length){v.invalid=!0,v.ranges=0,A.type="text";continue}v.ranges++,v.args=[];continue}if("range"===A.type){e.pop();let t=e[e.length-1];t.value+=A.value+C,A=t,v.ranges--;continue}R({type:"dot",value:C})}else R({type:"text",value:C});else{if("brace"!==v.type){R({type:"text",value:C});continue}let e="close";v=b.pop(),v.close=!0,R({type:e,value:C}),S--,v=b[b.length-1]}else{S++;let e=A.value&&"$"===A.value.slice(-1)||!0===v.dollar;v=R({type:"brace",open:!0,close:!1,dollar:e,depth:S,commas:0,ranges:0,nodes:[]}),b.push(v),R({type:"open",value:C})}else{let e,r=C;for(!0!==t.keepQuotes&&(C="");B<w&&(e=x());)if(e!==u){if(e===r){!0===t.keepQuotes&&(C+=e);break}C+=e}else C+=e+x();R({type:"text",value:C})}else{if("paren"!==v.type){R({type:"text",value:C});continue}v=b.pop(),R({type:"text",value:C}),v=b[b.length-1]}else v=R({type:"paren",nodes:[]}),b.push(v),R({type:"text",value:C});else{let e;for(_++;B<w&&(e=x());)if(C+=e,e!==h)if(e!==u){if(e===p&&(_--,0===_))break}else C+=x();else _++;R({type:"text",value:C})}else R({type:"text",value:"\\"+C});else R({type:"text",value:(t.keepEscaping?C:"")+x()});do{if(v=b.pop(),"root"!==v.type){v.nodes.forEach((e=>{e.nodes||("open"===e.type&&(e.isOpen=!0),"close"===e.type&&(e.isClose=!0),e.nodes||(e.type="text"),e.invalid=!0)}));let e=b[b.length-1],t=e.nodes.indexOf(v);e.nodes.splice(t,1,...v.nodes)}}while(b.length>0);return R({type:"eos"}),y}}}),at=Pe({"node_modules/braces/index.js"(e,t){var r=et(),n=ut(),u=it(),i=ot(),s=(e,t={})=>{let r=[];if(Array.isArray(e))for(let n of e){let e=s.create(n,t);Array.isArray(e)?r.push(...e):r.push(e)}else r=[].concat(s.create(e,t));return t&&!0===t.expand&&!0===t.nodupes&&(r=[...new Set(r)]),r};s.parse=(e,t={})=>i(e,t),s.stringify=(e,t={})=>r("string"==typeof e?s.parse(e,t):e,t),s.compile=(e,t={})=>("string"==typeof e&&(e=s.parse(e,t)),n(e,t)),s.expand=(e,t={})=>{"string"==typeof e&&(e=s.parse(e,t));let r=u(e,t);return!0===t.noempty&&(r=r.filter(Boolean)),!0===t.nodupes&&(r=[...new Set(r)]),r},s.create=(e,t={})=>""===e||e.length<3?[e]:!0!==t.expand?s.compile(e,t):s.expand(e,t),t.exports=s}}),ct=Pe({"node_modules/picomatch/lib/constants.js"(e,t){var r=Le("path"),n="\\\\/",u=`[^${n}]`,i="\\.",s="\\/",o="[^/]",a=`(?:${s}|$)`,c=`(?:^|${s})`,l=`${i}{1,2}${a}`,D={DOT_LITERAL:i,PLUS_LITERAL:"\\+",QMARK_LITERAL:"\\?",SLASH_LITERAL:s,ONE_CHAR:"(?=.)",QMARK:o,END_ANCHOR:a,DOTS_SLASH:l,NO_DOT:`(?!${i})`,NO_DOTS:`(?!${c}${l})`,NO_DOT_SLASH:`(?!${i}{0,1}${a})`,NO_DOTS_SLASH:`(?!${l})`,QMARK_NO_DOT:`[^.${s}]`,STAR:`${o}*?`,START_ANCHOR:c},h={...D,SLASH_LITERAL:`[${n}]`,QMARK:u,STAR:`${u}*?`,DOTS_SLASH:`${i}{1,2}(?:[${n}]|$)`,NO_DOT:`(?!${i})`,NO_DOTS:`(?!(?:^|[${n}])${i}{1,2}(?:[${n}]|$))`,NO_DOT_SLASH:`(?!${i}{0,1}(?:[${n}]|$))`,NO_DOTS_SLASH:`(?!${i}{1,2}(?:[${n}]|$))`,QMARK_NO_DOT:`[^.${n}]`,START_ANCHOR:`(?:^|[${n}])`,END_ANCHOR:`(?:[${n}]|$)`};t.exports={MAX_LENGTH:65536,POSIX_REGEX_SOURCE:{alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"},REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:r.sep,extglobChars:e=>({"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}),globChars:e=>!0===e?h:D}}}),lt=Pe({"node_modules/picomatch/lib/utils.js"(e){var t=Le("path"),r="win32"===process.platform,{REGEX_BACKSLASH:n,REGEX_REMOVE_BACKSLASH:u,REGEX_SPECIAL_CHARS:i,REGEX_SPECIAL_CHARS_GLOBAL:s}=ct();e.isObject=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),e.hasRegexChars=e=>i.test(e),e.isRegexChar=t=>1===t.length&&e.hasRegexChars(t),e.escapeRegex=e=>e.replace(s,"\\$1"),e.toPosixSlashes=e=>e.replace(n,"/"),e.removeBackslashes=e=>e.replace(u,(e=>"\\"===e?"":e)),e.supportsLookbehinds=()=>{const e=process.version.slice(1).split(".").map(Number);return 3===e.length&&e[0]>=9||8===e[0]&&e[1]>=10},e.isWindows=e=>e&&"boolean"==typeof e.windows?e.windows:!0===r||"\\"===t.sep,e.escapeLast=(t,r,n)=>{const u=t.lastIndexOf(r,n);return-1===u?t:"\\"===t[u-1]?e.escapeLast(t,r,u-1):`${t.slice(0,u)}\\${t.slice(u)}`},e.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r},e.wrapOutput=(e,t={},r={})=>{let n=`${r.contains?"":"^"}(?:${e})${r.contains?"":"$"}`;return!0===t.negated&&(n=`(?:^(?!${n}).*$)`),n}}}),Dt=Pe({"node_modules/picomatch/lib/scan.js"(e,t){var r=lt(),{CHAR_ASTERISK:n,CHAR_AT:u,CHAR_BACKWARD_SLASH:i,CHAR_COMMA:s,CHAR_DOT:o,CHAR_EXCLAMATION_MARK:a,CHAR_FORWARD_SLASH:c,CHAR_LEFT_CURLY_BRACE:l,CHAR_LEFT_PARENTHESES:D,CHAR_LEFT_SQUARE_BRACKET:h,CHAR_PLUS:p,CHAR_QUESTION_MARK:f,CHAR_RIGHT_CURLY_BRACE:d,CHAR_RIGHT_PARENTHESES:F,CHAR_RIGHT_SQUARE_BRACKET:g}=ct(),m=e=>e===c||e===i,E=e=>{!0!==e.isPrefix&&(e.depth=e.isGlobstar?1/0:1)};t.exports=(e,t)=>{const C=t||{},y=e.length-1,b=!0===C.parts||!0===C.scanToEnd,v=[],A=[],_=[];let w,B,S=e,x=-1,R=0,O=0,k=!1,T=!1,I=!1,N=!1,L=!1,P=!1,j=!1,M=!1,$=!1,U=!1,H=0,G={value:"",depth:0,isGlob:!1};const W=()=>x>=y,V=()=>(w=B,S.charCodeAt(++x));for(;x<y;){let e;if(B=V(),B!==i){if(!0===P||B===l){for(H++;!0!==W()&&(B=V());)if(B!==i)if(B!==l){if(!0!==P&&B===o&&(B=V())===o){if(k=G.isBrace=!0,I=G.isGlob=!0,U=!0,!0===b)continue;break}if(!0!==P&&B===s){if(k=G.isBrace=!0,I=G.isGlob=!0,U=!0,!0===b)continue;break}if(B===d&&(H--,0===H)){P=!1,k=G.isBrace=!0,U=!0;break}}else H++;else j=G.backslashes=!0,V();if(!0===b)continue;break}if(B!==c){if(!0!==C.noext){if(!0===(B===p||B===u||B===n||B===f||B===a)&&S.charCodeAt(x+1)===D){if(I=G.isGlob=!0,N=G.isExtglob=!0,U=!0,B===a&&x===R&&($=!0),!0===b){for(;!0!==W()&&(B=V());)if(B!==i){if(B===F){I=G.isGlob=!0,U=!0;break}}else j=G.backslashes=!0,B=V();continue}break}}if(B===n){if(w===n&&(L=G.isGlobstar=!0),I=G.isGlob=!0,U=!0,!0===b)continue;break}if(B===f){if(I=G.isGlob=!0,U=!0,!0===b)continue;break}if(B===h){for(;!0!==W()&&(e=V());)if(e!==i){if(e===g){T=G.isBracket=!0,I=G.isGlob=!0,U=!0;break}}else j=G.backslashes=!0,V();if(!0===b)continue;break}if(!0===C.nonegate||B!==a||x!==R){if(!0!==C.noparen&&B===D){if(I=G.isGlob=!0,!0===b){for(;!0!==W()&&(B=V());)if(B!==D){if(B===F){U=!0;break}}else j=G.backslashes=!0,B=V();continue}break}if(!0===I){if(U=!0,!0===b)continue;break}}else M=G.negated=!0,R++}else{if(v.push(x),A.push(G),G={value:"",depth:0,isGlob:!1},!0===U)continue;if(w===o&&x===R+1){R+=2;continue}O=x+1}}else j=G.backslashes=!0,B=V(),B===l&&(P=!0)}!0===C.noext&&(N=!1,I=!1);let q=S,K="",Y="";R>0&&(K=S.slice(0,R),S=S.slice(R),O-=R),q&&!0===I&&O>0?(q=S.slice(0,O),Y=S.slice(O)):!0===I?(q="",Y=S):q=S,q&&""!==q&&"/"!==q&&q!==S&&m(q.charCodeAt(q.length-1))&&(q=q.slice(0,-1)),!0===C.unescape&&(Y&&(Y=r.removeBackslashes(Y)),q&&!0===j&&(q=r.removeBackslashes(q)));const z={prefix:K,input:e,start:R,base:q,glob:Y,isBrace:k,isBracket:T,isGlob:I,isExtglob:N,isGlobstar:L,negated:M,negatedExtglob:$};if(!0===C.tokens&&(z.maxDepth=0,m(B)||A.push(G),z.tokens=A),!0===C.parts||!0===C.tokens){let t;for(let r=0;r<v.length;r++){const n=t?t+1:R,u=v[r],i=e.slice(n,u);C.tokens&&(0===r&&0!==R?(A[r].isPrefix=!0,A[r].value=K):A[r].value=i,E(A[r]),z.maxDepth+=A[r].depth),0===r&&""===i||_.push(i),t=u}if(t&&t+1<e.length){const r=e.slice(t+1);_.push(r),C.tokens&&(A[A.length-1].value=r,E(A[A.length-1]),z.maxDepth+=A[A.length-1].depth)}z.slashes=v,z.parts=_}return z}}}),ht=Pe({"node_modules/picomatch/lib/parse.js"(e,t){var r=ct(),n=lt(),{MAX_LENGTH:u,POSIX_REGEX_SOURCE:i,REGEX_NON_SPECIAL_CHARS:s,REGEX_SPECIAL_CHARS_BACKREF:o,REPLACEMENTS:a}=r,c=(e,t)=>{if("function"==typeof t.expandRange)return t.expandRange(...e,t);e.sort();const r=`[${e.join("-")}]`;try{new RegExp(r)}catch(t){return e.map((e=>n.escapeRegex(e))).join("..")}return r},l=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,D=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");e=a[e]||e;const h={...t},p="number"==typeof h.maxLength?Math.min(u,h.maxLength):u;let f=e.length;if(f>p)throw new SyntaxError(`Input length: ${f}, exceeds maximum allowed length: ${p}`);const d={type:"bos",value:"",output:h.prepend||""},F=[d],g=h.capture?"":"?:",m=n.isWindows(t),E=r.globChars(m),C=r.extglobChars(E),{DOT_LITERAL:y,PLUS_LITERAL:b,SLASH_LITERAL:v,ONE_CHAR:A,DOTS_SLASH:_,NO_DOT:w,NO_DOT_SLASH:B,NO_DOTS_SLASH:S,QMARK:x,QMARK_NO_DOT:R,STAR:O,START_ANCHOR:k}=E,T=e=>`(${g}(?:(?!${k}${e.dot?_:y}).)*?)`,I=h.dot?"":w,N=h.dot?x:R;let L=!0===h.bash?T(h):O;h.capture&&(L=`(${L})`),"boolean"==typeof h.noext&&(h.noextglob=h.noext);const P={input:e,index:-1,start:0,dot:!0===h.dot,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:F};e=n.removePrefix(e,P),f=e.length;const j=[],M=[],$=[];let U,H=d;const G=()=>P.index===f-1,W=P.peek=(t=1)=>e[P.index+t],V=P.advance=()=>e[++P.index]||"",q=()=>e.slice(P.index+1),K=(e="",t=0)=>{P.consumed+=e,P.index+=t},Y=e=>{P.output+=null!=e.output?e.output:e.value,K(e.value)},z=()=>{let e=1;for(;"!"===W()&&("("!==W(2)||"?"===W(3));)V(),P.start++,e++;return e%2!=0&&(P.negated=!0,P.start++,!0)},X=e=>{P[e]++,$.push(e)},Q=e=>{P[e]--,$.pop()},J=e=>{if("globstar"===H.type){const t=P.braces>0&&("comma"===e.type||"brace"===e.type),r=!0===e.extglob||j.length&&("pipe"===e.type||"paren"===e.type);"slash"===e.type||"paren"===e.type||t||r||(P.output=P.output.slice(0,-H.output.length),H.type="star",H.value="*",H.output=L,P.output+=H.output)}if(j.length&&"paren"!==e.type&&(j[j.length-1].inner+=e.value),(e.value||e.output)&&Y(e),H&&"text"===H.type&&"text"===e.type)return H.value+=e.value,void(H.output=(H.output||"")+e.value);e.prev=H,F.push(e),H=e},Z=(e,t)=>{const r={...C[t],conditions:1,inner:""};r.prev=H,r.parens=P.parens,r.output=P.output;const n=(h.capture?"(":"")+r.open;X("parens"),J({type:e,value:t,output:P.output?"":A}),J({type:"paren",extglob:!0,value:V(),output:n}),j.push(r)},ee=e=>{let r,n=e.close+(h.capture?")":"");if("negate"===e.type){let u=L;if(e.inner&&e.inner.length>1&&e.inner.includes("/")&&(u=T(h)),(u!==L||G()||/^\)+$/.test(q()))&&(n=e.close=`)$))${u}`),e.inner.includes("*")&&(r=q())&&/^\.[^\\/.]+$/.test(r)){const i=D(r,{...t,fastpaths:!1}).output;n=e.close=`)${i})${u})`}"bos"===e.prev.type&&(P.negatedExtglob=!0)}J({type:"paren",extglob:!0,value:U,output:n}),Q("parens")};if(!1!==h.fastpaths&&!/(^[*!]|[/()[\]{}"])/.test(e)){let r=!1,u=e.replace(o,((e,t,n,u,i,s)=>"\\"===u?(r=!0,e):"?"===u?t?t+u+(i?x.repeat(i.length):""):0===s?N+(i?x.repeat(i.length):""):x.repeat(n.length):"."===u?y.repeat(n.length):"*"===u?t?t+u+(i?L:""):L:t?e:`\\${e}`));return!0===r&&(u=!0===h.unescape?u.replace(/\\/g,""):u.replace(/\\+/g,(e=>e.length%2==0?"\\\\":e?"\\":""))),u===e&&!0===h.contains?(P.output=e,P):(P.output=n.wrapOutput(u,P,t),P)}for(;!G();){if(U=V(),"\0"===U)continue;if("\\"===U){const e=W();if("/"===e&&!0!==h.bash)continue;if("."===e||";"===e)continue;if(!e){U+="\\",J({type:"text",value:U});continue}const t=/^\\+/.exec(q());let r=0;if(t&&t[0].length>2&&(r=t[0].length,P.index+=r,r%2!=0&&(U+="\\")),!0===h.unescape?U=V():U+=V(),0===P.brackets){J({type:"text",value:U});continue}}if(P.brackets>0&&("]"!==U||"["===H.value||"[^"===H.value)){if(!1!==h.posix&&":"===U){const e=H.value.slice(1);if(e.includes("[")&&(H.posix=!0,e.includes(":"))){const e=H.value.lastIndexOf("["),t=H.value.slice(0,e),r=H.value.slice(e+2),n=i[r];if(n){H.value=t+n,P.backtrack=!0,V(),d.output||1!==F.indexOf(H)||(d.output=A);continue}}}("["===U&&":"!==W()||"-"===U&&"]"===W())&&(U=`\\${U}`),"]"!==U||"["!==H.value&&"[^"!==H.value||(U=`\\${U}`),!0===h.posix&&"!"===U&&"["===H.value&&(U="^"),H.value+=U,Y({value:U});continue}if(1===P.quotes&&'"'!==U){U=n.escapeRegex(U),H.value+=U,Y({value:U});continue}if('"'===U){P.quotes=1===P.quotes?0:1,!0===h.keepQuotes&&J({type:"text",value:U});continue}if("("===U){X("parens"),J({type:"paren",value:U});continue}if(")"===U){if(0===P.parens&&!0===h.strictBrackets)throw new SyntaxError(l("opening","("));const e=j[j.length-1];if(e&&P.parens===e.parens+1){ee(j.pop());continue}J({type:"paren",value:U,output:P.parens?")":"\\)"}),Q("parens");continue}if("["===U){if(!0!==h.nobracket&&q().includes("]"))X("brackets");else{if(!0!==h.nobracket&&!0===h.strictBrackets)throw new SyntaxError(l("closing","]"));U=`\\${U}`}J({type:"bracket",value:U});continue}if("]"===U){if(!0===h.nobracket||H&&"bracket"===H.type&&1===H.value.length){J({type:"text",value:U,output:`\\${U}`});continue}if(0===P.brackets){if(!0===h.strictBrackets)throw new SyntaxError(l("opening","["));J({type:"text",value:U,output:`\\${U}`});continue}Q("brackets");const e=H.value.slice(1);if(!0===H.posix||"^"!==e[0]||e.includes("/")||(U=`/${U}`),H.value+=U,Y({value:U}),!1===h.literalBrackets||n.hasRegexChars(e))continue;const t=n.escapeRegex(H.value);if(P.output=P.output.slice(0,-H.value.length),!0===h.literalBrackets){P.output+=t,H.value=t;continue}H.value=`(${g}${t}|${H.value})`,P.output+=H.value;continue}if("{"===U&&!0!==h.nobrace){X("braces");const e={type:"brace",value:U,output:"(",outputIndex:P.output.length,tokensIndex:P.tokens.length};M.push(e),J(e);continue}if("}"===U){const e=M[M.length-1];if(!0===h.nobrace||!e){J({type:"text",value:U,output:U});continue}let t=")";if(!0===e.dots){const e=F.slice(),r=[];for(let t=e.length-1;t>=0&&(F.pop(),"brace"!==e[t].type);t--)"dots"!==e[t].type&&r.unshift(e[t].value);t=c(r,h),P.backtrack=!0}if(!0!==e.comma&&!0!==e.dots){const r=P.output.slice(0,e.outputIndex),n=P.tokens.slice(e.tokensIndex);e.value=e.output="\\{",U=t="\\}",P.output=r;for(const e of n)P.output+=e.output||e.value}J({type:"brace",value:U,output:t}),Q("braces"),M.pop();continue}if("|"===U){j.length>0&&j[j.length-1].conditions++,J({type:"text",value:U});continue}if(","===U){let e=U;const t=M[M.length-1];t&&"braces"===$[$.length-1]&&(t.comma=!0,e="|"),J({type:"comma",value:U,output:e});continue}if("/"===U){if("dot"===H.type&&P.index===P.start+1){P.start=P.index+1,P.consumed="",P.output="",F.pop(),H=d;continue}J({type:"slash",value:U,output:v});continue}if("."===U){if(P.braces>0&&"dot"===H.type){"."===H.value&&(H.output=y);const e=M[M.length-1];H.type="dots",H.output+=U,H.value+=U,e.dots=!0;continue}if(P.braces+P.parens===0&&"bos"!==H.type&&"slash"!==H.type){J({type:"text",value:U,output:y});continue}J({type:"dot",value:U,output:y});continue}if("?"===U){if(!(H&&"("===H.value)&&!0!==h.noextglob&&"("===W()&&"?"!==W(2)){Z("qmark",U);continue}if(H&&"paren"===H.type){const e=W();let t=U;if("<"===e&&!n.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");("("===H.value&&!/[!=<:]/.test(e)||"<"===e&&!/<([!=]|\w+>)/.test(q()))&&(t=`\\${U}`),J({type:"text",value:U,output:t});continue}if(!0!==h.dot&&("slash"===H.type||"bos"===H.type)){J({type:"qmark",value:U,output:R});continue}J({type:"qmark",value:U,output:x});continue}if("!"===U){if(!0!==h.noextglob&&"("===W()&&("?"!==W(2)||!/[!=<:]/.test(W(3)))){Z("negate",U);continue}if(!0!==h.nonegate&&0===P.index){z();continue}}if("+"===U){if(!0!==h.noextglob&&"("===W()&&"?"!==W(2)){Z("plus",U);continue}if(H&&"("===H.value||!1===h.regex){J({type:"plus",value:U,output:b});continue}if(H&&("bracket"===H.type||"paren"===H.type||"brace"===H.type)||P.parens>0){J({type:"plus",value:U});continue}J({type:"plus",value:b});continue}if("@"===U){if(!0!==h.noextglob&&"("===W()&&"?"!==W(2)){J({type:"at",extglob:!0,value:U,output:""});continue}J({type:"text",value:U});continue}if("*"!==U){"$"!==U&&"^"!==U||(U=`\\${U}`);const e=s.exec(q());e&&(U+=e[0],P.index+=e[0].length),J({type:"text",value:U});continue}if(H&&("globstar"===H.type||!0===H.star)){H.type="star",H.star=!0,H.value+=U,H.output=L,P.backtrack=!0,P.globstar=!0,K(U);continue}let t=q();if(!0!==h.noextglob&&/^\([^?]/.test(t)){Z("star",U);continue}if("star"===H.type){if(!0===h.noglobstar){K(U);continue}const r=H.prev,n=r.prev,u="slash"===r.type||"bos"===r.type,i=n&&("star"===n.type||"globstar"===n.type);if(!0===h.bash&&(!u||t[0]&&"/"!==t[0])){J({type:"star",value:U,output:""});continue}const s=P.braces>0&&("comma"===r.type||"brace"===r.type),o=j.length&&("pipe"===r.type||"paren"===r.type);if(!u&&"paren"!==r.type&&!s&&!o){J({type:"star",value:U,output:""});continue}for(;"/**"===t.slice(0,3);){const r=e[P.index+4];if(r&&"/"!==r)break;t=t.slice(3),K("/**",3)}if("bos"===r.type&&G()){H.type="globstar",H.value+=U,H.output=T(h),P.output=H.output,P.globstar=!0,K(U);continue}if("slash"===r.type&&"bos"!==r.prev.type&&!i&&G()){P.output=P.output.slice(0,-(r.output+H.output).length),r.output=`(?:${r.output}`,H.type="globstar",H.output=T(h)+(h.strictSlashes?")":"|$)"),H.value+=U,P.globstar=!0,P.output+=r.output+H.output,K(U);continue}if("slash"===r.type&&"bos"!==r.prev.type&&"/"===t[0]){const e=void 0!==t[1]?"|$":"";P.output=P.output.slice(0,-(r.output+H.output).length),r.output=`(?:${r.output}`,H.type="globstar",H.output=`${T(h)}${v}|${v}${e})`,H.value+=U,P.output+=r.output+H.output,P.globstar=!0,K(U+V()),J({type:"slash",value:"/",output:""});continue}if("bos"===r.type&&"/"===t[0]){H.type="globstar",H.value+=U,H.output=`(?:^|${v}|${T(h)}${v})`,P.output=H.output,P.globstar=!0,K(U+V()),J({type:"slash",value:"/",output:""});continue}P.output=P.output.slice(0,-H.output.length),H.type="globstar",H.output=T(h),H.value+=U,P.output+=H.output,P.globstar=!0,K(U);continue}const r={type:"star",value:U,output:L};!0!==h.bash?!H||"bracket"!==H.type&&"paren"!==H.type||!0!==h.regex?(P.index!==P.start&&"slash"!==H.type&&"dot"!==H.type||("dot"===H.type?(P.output+=B,H.output+=B):!0===h.dot?(P.output+=S,H.output+=S):(P.output+=I,H.output+=I),"*"!==W()&&(P.output+=A,H.output+=A)),J(r)):(r.output=U,J(r)):(r.output=".*?","bos"!==H.type&&"slash"!==H.type||(r.output=I+r.output),J(r))}for(;P.brackets>0;){if(!0===h.strictBrackets)throw new SyntaxError(l("closing","]"));P.output=n.escapeLast(P.output,"["),Q("brackets")}for(;P.parens>0;){if(!0===h.strictBrackets)throw new SyntaxError(l("closing",")"));P.output=n.escapeLast(P.output,"("),Q("parens")}for(;P.braces>0;){if(!0===h.strictBrackets)throw new SyntaxError(l("closing","}"));P.output=n.escapeLast(P.output,"{"),Q("braces")}if(!0===h.strictSlashes||"star"!==H.type&&"bracket"!==H.type||J({type:"maybe_slash",value:"",output:`${v}?`}),!0===P.backtrack){P.output="";for(const e of P.tokens)P.output+=null!=e.output?e.output:e.value,e.suffix&&(P.output+=e.suffix)}return P};D.fastpaths=(e,t)=>{const i={...t},s="number"==typeof i.maxLength?Math.min(u,i.maxLength):u,o=e.length;if(o>s)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${s}`);e=a[e]||e;const c=n.isWindows(t),{DOT_LITERAL:l,SLASH_LITERAL:D,ONE_CHAR:h,DOTS_SLASH:p,NO_DOT:f,NO_DOTS:d,NO_DOTS_SLASH:F,STAR:g,START_ANCHOR:m}=r.globChars(c),E=i.dot?d:f,C=i.dot?F:f,y=i.capture?"":"?:";let b=!0===i.bash?".*?":g;i.capture&&(b=`(${b})`);const v=e=>!0===e.noglobstar?b:`(${y}(?:(?!${m}${e.dot?p:l}).)*?)`,A=e=>{switch(e){case"*":return`${E}${h}${b}`;case".*":return`${l}${h}${b}`;case"*.*":return`${E}${b}${l}${h}${b}`;case"*/*":return`${E}${b}${D}${h}${C}${b}`;case"**":return E+v(i);case"**/*":return`(?:${E}${v(i)}${D})?${C}${h}${b}`;case"**/*.*":return`(?:${E}${v(i)}${D})?${C}${b}${l}${h}${b}`;case"**/.*":return`(?:${E}${v(i)}${D})?${l}${h}${b}`;default:{const t=/^(.*?)\.(\w+)$/.exec(e);if(!t)return;const r=A(t[1]);if(!r)return;return r+l+t[2]}}},_=n.removePrefix(e,{negated:!1,prefix:""});let w=A(_);return w&&!0!==i.strictSlashes&&(w+=`${D}?`),w},t.exports=D}}),pt=Pe({"node_modules/picomatch/lib/picomatch.js"(e,t){var r=Le("path"),n=Dt(),u=ht(),i=lt(),s=ct(),o=(e,t,r=!1)=>{if(Array.isArray(e)){const n=e.map((e=>o(e,t,r)));return e=>{for(const t of n){const r=t(e);if(r)return r}return!1}}const n=(u=e)&&"object"==typeof u&&!Array.isArray(u)&&e.tokens&&e.input;var u;if(""===e||"string"!=typeof e&&!n)throw new TypeError("Expected pattern to be a non-empty string");const s=t||{},a=i.isWindows(t),c=n?o.compileRe(e,t):o.makeRe(e,t,!1,!0),l=c.state;delete c.state;let D=()=>!1;if(s.ignore){const e={...t,ignore:null,onMatch:null,onResult:null};D=o(s.ignore,e,r)}const h=(r,n=!1)=>{const{isMatch:u,match:i,output:h}=o.test(r,c,t,{glob:e,posix:a}),p={glob:e,state:l,regex:c,posix:a,input:r,output:h,match:i,isMatch:u};return"function"==typeof s.onResult&&s.onResult(p),!1===u?(p.isMatch=!1,!!n&&p):D(r)?("function"==typeof s.onIgnore&&s.onIgnore(p),p.isMatch=!1,!!n&&p):("function"==typeof s.onMatch&&s.onMatch(p),!n||p)};return r&&(h.state=l),h};o.test=(e,t,r,{glob:n,posix:u}={})=>{if("string"!=typeof e)throw new TypeError("Expected input to be a string");if(""===e)return{isMatch:!1,output:""};const s=r||{},a=s.format||(u?i.toPosixSlashes:null);let c=e===n,l=c&&a?a(e):e;return!1===c&&(l=a?a(e):e,c=l===n),!1!==c&&!0!==s.capture||(c=!0===s.matchBase||!0===s.basename?o.matchBase(e,t,r,u):t.exec(l)),{isMatch:Boolean(c),match:c,output:l}},o.matchBase=(e,t,n,u=i.isWindows(n))=>(t instanceof RegExp?t:o.makeRe(t,n)).test(r.basename(e)),o.isMatch=(e,t,r)=>o(t,r)(e),o.parse=(e,t)=>Array.isArray(e)?e.map((e=>o.parse(e,t))):u(e,{...t,fastpaths:!1}),o.scan=(e,t)=>n(e,t),o.compileRe=(e,t,r=!1,n=!1)=>{if(!0===r)return e.output;const u=t||{},i=u.contains?"":"^",s=u.contains?"":"$";let a=`${i}(?:${e.output})${s}`;e&&!0===e.negated&&(a=`^(?!${a}).*$`);const c=o.toRegex(a,t);return!0===n&&(c.state=e),c},o.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||"string"!=typeof e)throw new TypeError("Expected a non-empty string");let i={negated:!1,fastpaths:!0};return!1===t.fastpaths||"."!==e[0]&&"*"!==e[0]||(i.output=u.fastpaths(e,t)),i.output||(i=u(e,t)),o.compileRe(i,t,r,n)},o.toRegex=(e,t)=>{try{const r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(e){if(t&&!0===t.debug)throw e;return/$^/}},o.constants=s,t.exports=o}}),ft=Pe({"node_modules/picomatch/index.js"(e,t){t.exports=pt()}}),dt=Pe({"node_modules/micromatch/index.js"(e,t){var r=Le("util"),n=at(),u=ft(),i=lt(),s=e=>""===e||"./"===e,o=(e,t,r)=>{t=[].concat(t),e=[].concat(e);let n=new Set,i=new Set,s=new Set,o=0,a=e=>{s.add(e.output),r&&r.onResult&&r.onResult(e)};for(let s=0;s<t.length;s++){let c=u(String(t[s]),{...r,onResult:a},!0),l=c.state.negated||c.state.negatedExtglob;l&&o++;for(let t of e){let e=c(t,!0);(l?!e.isMatch:e.isMatch)&&(l?n.add(e.output):(n.delete(e.output),i.add(e.output)))}}let c=(o===t.length?[...s]:[...i]).filter((e=>!n.has(e)));if(r&&0===c.length){if(!0===r.failglob)throw new Error(`No matches found for "${t.join(", ")}"`);if(!0===r.nonull||!0===r.nullglob)return r.unescape?t.map((e=>e.replace(/\\/g,""))):t}return c};o.match=o,o.matcher=(e,t)=>u(e,t),o.any=o.isMatch=(e,t,r)=>u(t,r)(e),o.not=(e,t,r={})=>{t=[].concat(t).map(String);let n=new Set,u=[],i=new Set(o(e,t,{...r,onResult:e=>{r.onResult&&r.onResult(e),u.push(e.output)}}));for(let e of u)i.has(e)||n.add(e);return[...n]},o.contains=(e,t,n)=>{if("string"!=typeof e)throw new TypeError(`Expected a string: "${r.inspect(e)}"`);if(Array.isArray(t))return t.some((t=>o.contains(e,t,n)));if("string"==typeof t){if(s(e)||s(t))return!1;if(e.includes(t)||e.startsWith("./")&&e.slice(2).includes(t))return!0}return o.isMatch(e,t,{...n,contains:!0})},o.matchKeys=(e,t,r)=>{if(!i.isObject(e))throw new TypeError("Expected the first argument to be an object");let n=o(Object.keys(e),t,r),u={};for(let t of n)u[t]=e[t];return u},o.some=(e,t,r)=>{let n=[].concat(e);for(let e of[].concat(t)){let t=u(String(e),r);if(n.some((e=>t(e))))return!0}return!1},o.every=(e,t,r)=>{let n=[].concat(e);for(let e of[].concat(t)){let t=u(String(e),r);if(!n.every((e=>t(e))))return!1}return!0},o.all=(e,t,n)=>{if("string"!=typeof e)throw new TypeError(`Expected a string: "${r.inspect(e)}"`);return[].concat(t).every((t=>u(t,n)(e)))},o.capture=(e,t,r)=>{let n=i.isWindows(r),s=u.makeRe(String(e),{...r,capture:!0}).exec(n?i.toPosixSlashes(t):t);if(s)return s.slice(1).map((e=>void 0===e?"":e))},o.makeRe=(...e)=>u.makeRe(...e),o.scan=(...e)=>u.scan(...e),o.parse=(e,t)=>{let r=[];for(let i of[].concat(e||[]))for(let e of n(String(i),t))r.push(u.parse(e,t));return r},o.braces=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");return t&&!0===t.nobrace||!/\{.*\}/.test(e)?[e]:n(e,t)},o.braceExpand=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");return o.braces(e,{...t,expand:!0})},t.exports=o}}),Ft=Pe({"node_modules/fast-glob/out/utils/pattern.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.removeDuplicateSlashes=e.matchAny=e.convertPatternsToRe=e.makeRe=e.getPatternParts=e.expandBraceExpansion=e.expandPatternsWithBraceExpansion=e.isAffectDepthOfReadingPattern=e.endsWithSlashGlobStar=e.hasGlobStar=e.getBaseDirectory=e.isPatternRelatedToParentDirectory=e.getPatternsOutsideCurrentDirectory=e.getPatternsInsideCurrentDirectory=e.getPositivePatterns=e.getNegativePatterns=e.isPositivePattern=e.isNegativePattern=e.convertToNegativePattern=e.convertToPositivePattern=e.isDynamicPattern=e.isStaticPattern=void 0;var t=Le("path"),r=Je(),n=dt(),u=/[*?]|^!/,i=/\[[^[]*]/,s=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,o=/[!*+?@]\([^(]*\)/,a=/,|\.\./,c=/(?!^)\/{2,}/g;function l(e,t={}){return!D(e,t)}function D(e,t={}){return""!==e&&(!(!1!==t.caseSensitiveMatch&&!e.includes("\\"))||(!!(u.test(e)||i.test(e)||s.test(e))||(!(!1===t.extglob||!o.test(e))||!(!1===t.braceExpansion||!function(e){const t=e.indexOf("{");if(-1===t)return!1;const r=e.indexOf("}",t+1);if(-1===r)return!1;const n=e.slice(t,r);return a.test(n)}(e)))))}function h(e){return e.startsWith("!")&&"("!==e[1]}function p(e){return!h(e)}function f(e){return e.startsWith("..")||e.startsWith("./..")}function d(e){return e.endsWith("/**")}function F(e){const t=n.braces(e,{expand:!0,nodupes:!0,keepEscaping:!0});return t.sort(((e,t)=>e.length-t.length)),t.filter((e=>""!==e))}function g(e,t){return n.makeRe(e,t)}e.isStaticPattern=l,e.isDynamicPattern=D,e.convertToPositivePattern=function(e){return h(e)?e.slice(1):e},e.convertToNegativePattern=function(e){return"!"+e},e.isNegativePattern=h,e.isPositivePattern=p,e.getNegativePatterns=function(e){return e.filter(h)},e.getPositivePatterns=function(e){return e.filter(p)},e.getPatternsInsideCurrentDirectory=function(e){return e.filter((e=>!f(e)))},e.getPatternsOutsideCurrentDirectory=function(e){return e.filter(f)},e.isPatternRelatedToParentDirectory=f,e.getBaseDirectory=function(e){return r(e,{flipBackslashes:!1})},e.hasGlobStar=function(e){return e.includes("**")},e.endsWithSlashGlobStar=d,e.isAffectDepthOfReadingPattern=function(e){const r=t.basename(e);return d(e)||l(r)},e.expandPatternsWithBraceExpansion=function(e){return e.reduce(((e,t)=>e.concat(F(t))),[])},e.expandBraceExpansion=F,e.getPatternParts=function(e,t){let{parts:r}=n.scan(e,Object.assign(Object.assign({},t),{parts:!0}));return 0===r.length&&(r=[e]),r[0].startsWith("/")&&(r[0]=r[0].slice(1),r.unshift("")),r},e.makeRe=g,e.convertPatternsToRe=function(e,t){return e.map((e=>g(e,t)))},e.matchAny=function(e,t){return t.some((t=>t.test(e)))},e.removeDuplicateSlashes=function(e){return e.replace(c,"/")}}}),gt=Pe({"node_modules/merge2/index.js"(e,t){var r=Le("stream").PassThrough,n=Array.prototype.slice;function u(e,t){if(Array.isArray(e))for(let r=0,n=e.length;r<n;r++)e[r]=u(e[r],t);else{if(!e._readableState&&e.pipe&&(e=e.pipe(r(t))),!e._readableState||!e.pause||!e.pipe)throw new Error("Only readable stream can be merged.");e.pause()}return e}t.exports=function(){const e=[],t=n.call(arguments);let i=!1,s=t[t.length-1];s&&!Array.isArray(s)&&null==s.pipe?t.pop():s={};const o=!1!==s.end,a=!0===s.pipeError;null==s.objectMode&&(s.objectMode=!0);null==s.highWaterMark&&(s.highWaterMark=65536);const c=r(s);function l(){for(let t=0,r=arguments.length;t<r;t++)e.push(u(arguments[t],s));return D(),this}function D(){if(i)return;i=!0;let t=e.shift();if(!t)return void process.nextTick(h);Array.isArray(t)||(t=[t]);let r=t.length+1;function n(){--r>0||(i=!1,D())}function u(e){function t(){e.removeListener("merge2UnpipeEnd",t),e.removeListener("end",t),a&&e.removeListener("error",r),n()}function r(e){c.emit("error",e)}if(e._readableState.endEmitted)return n();e.on("merge2UnpipeEnd",t),e.on("end",t),a&&e.on("error",r),e.pipe(c,{end:!1}),e.resume()}for(let e=0;e<t.length;e++)u(t[e]);n()}function h(){i=!1,c.emit("queueDrain"),o&&c.end()}c.setMaxListeners(0),c.add=l,c.on("unpipe",(function(e){e.emit("merge2UnpipeEnd")})),t.length&&l.apply(null,t);return c}}}),mt=Pe({"node_modules/fast-glob/out/utils/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.merge=void 0;var t=gt();function r(e){e.forEach((e=>e.emit("close")))}e.merge=function(e){const n=t(e);return e.forEach((e=>{e.once("error",(e=>n.emit("error",e)))})),n.once("close",(()=>r(e))),n.once("end",(()=>r(e))),n}}}),Et=Pe({"node_modules/fast-glob/out/utils/string.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isEmpty=e.isString=void 0,e.isString=function(e){return"string"==typeof e},e.isEmpty=function(e){return""===e}}}),Ct=Pe({"node_modules/fast-glob/out/utils/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.string=e.stream=e.pattern=e.path=e.fs=e.errno=e.array=void 0;var t=qe();e.array=t;var r=Ke();e.errno=r;var n=Ye();e.fs=n;var u=ze();e.path=u;var i=Ft();e.pattern=i;var s=mt();e.stream=s;var o=Et();e.string=o}}),yt=Pe({"node_modules/fast-glob/out/managers/tasks.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.convertPatternGroupToTask=e.convertPatternGroupsToTasks=e.groupPatternsByBaseDirectory=e.getNegativePatternsAsPositive=e.getPositivePatterns=e.convertPatternsToTasks=e.generate=void 0;var t=Ct();function r(e,r){let n=e;return r.braceExpansion&&(n=t.pattern.expandPatternsWithBraceExpansion(n)),r.baseNameMatch&&(n=n.map((e=>e.includes("/")?e:`**/${e}`))),n.map((e=>t.pattern.removeDuplicateSlashes(e)))}function n(e,r,n){const u=[],i=t.pattern.getPatternsOutsideCurrentDirectory(e),c=t.pattern.getPatternsInsideCurrentDirectory(e),l=s(i),D=s(c);return u.push(...o(l,r,n)),"."in D?u.push(a(".",c,r,n)):u.push(...o(D,r,n)),u}function u(e){return t.pattern.getPositivePatterns(e)}function i(e,r){return t.pattern.getNegativePatterns(e).concat(r).map(t.pattern.convertToPositivePattern)}function s(e){return e.reduce(((e,r)=>{const n=t.pattern.getBaseDirectory(r);return n in e?e[n].push(r):e[n]=[r],e}),{})}function o(e,t,r){return Object.keys(e).map((n=>a(n,e[n],t,r)))}function a(e,r,n,u){return{dynamic:u,positive:r,negative:n,base:e,patterns:[].concat(r,n.map(t.pattern.convertToNegativePattern))}}e.generate=function(e,s){const o=r(e,s),a=r(s.ignore,s),c=u(o),l=i(o,a),D=c.filter((e=>t.pattern.isStaticPattern(e,s))),h=c.filter((e=>t.pattern.isDynamicPattern(e,s))),p=n(D,l,!1),f=n(h,l,!0);return p.concat(f)},e.convertPatternsToTasks=n,e.getPositivePatterns=u,e.getNegativePatternsAsPositive=i,e.groupPatternsByBaseDirectory=s,e.convertPatternGroupsToTasks=o,e.convertPatternGroupToTask=a}}),bt=Pe({"node_modules/@nodelib/fs.stat/out/providers/async.js"(e){function t(e,t){e(t)}function r(e,t){e(null,t)}Object.defineProperty(e,"__esModule",{value:!0}),e.read=void 0,e.read=function(e,n,u){n.fs.lstat(e,((i,s)=>{null===i?s.isSymbolicLink()&&n.followSymbolicLink?n.fs.stat(e,((e,i)=>{if(null!==e)return n.throwErrorOnBrokenSymbolicLink?void t(u,e):void r(u,s);n.markSymbolicLink&&(i.isSymbolicLink=()=>!0),r(u,i)})):r(u,s):t(u,i)}))}}}),vt=Pe({"node_modules/@nodelib/fs.stat/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.read=void 0,e.read=function(e,t){const r=t.fs.lstatSync(e);if(!r.isSymbolicLink()||!t.followSymbolicLink)return r;try{const r=t.fs.statSync(e);return t.markSymbolicLink&&(r.isSymbolicLink=()=>!0),r}catch(e){if(!t.throwErrorOnBrokenSymbolicLink)return r;throw e}}}}),At=Pe({"node_modules/@nodelib/fs.stat/out/adapters/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;var t=Le("fs");e.FILE_SYSTEM_ADAPTER={lstat:t.lstat,stat:t.stat,lstatSync:t.lstatSync,statSync:t.statSync},e.createFileSystemAdapter=function(t){return void 0===t?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),t)}}}),_t=Pe({"node_modules/@nodelib/fs.stat/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=At();e.default=class{constructor(e={}){this._options=e,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=t.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(e,t){return null!=e?e:t}}}}),wt=Pe({"node_modules/@nodelib/fs.stat/out/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.statSync=e.stat=e.Settings=void 0;var t=bt(),r=vt(),n=_t();function u(e={}){return e instanceof n.default?e:new n.default(e)}e.Settings=n.default,e.stat=function(e,r,n){"function"!=typeof r?t.read(e,u(r),n):t.read(e,u(),r)},e.statSync=function(e,t){const n=u(t);return r.read(e,n)}}}),Bt=Pe({"node_modules/queue-microtask/index.js"(e,t){var r;t.exports="function"==typeof queueMicrotask?queueMicrotask.bind("undefined"!=typeof window?window:global):e=>(r||(r=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)))}}),St=Pe({"node_modules/run-parallel/index.js"(e,t){t.exports=function(e,t){let n,u,i,s=!0;Array.isArray(e)?(n=[],u=e.length):(i=Object.keys(e),n={},u=i.length);function o(e){function u(){t&&t(e,n),t=null}s?r(u):u()}function a(e,t,r){n[e]=r,(0==--u||t)&&o(t)}u?i?i.forEach((function(t){e[t]((function(e,r){a(t,e,r)}))})):e.forEach((function(e,t){e((function(e,r){a(t,e,r)}))})):o(null);s=!1};var r=Bt()}}),xt=Pe({"node_modules/@nodelib/fs.scandir/out/constants.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;var t=process.versions.node.split(".");if(void 0===t[0]||void 0===t[1])throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);var r=Number.parseInt(t[0],10),n=Number.parseInt(t[1],10),u=r>10,i=10===r&&n>=10;e.IS_SUPPORT_READDIR_WITH_FILE_TYPES=u||i}}),Rt=Pe({"node_modules/@nodelib/fs.scandir/out/utils/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createDirentFromStats=void 0;var t=class{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t),this.isCharacterDevice=t.isCharacterDevice.bind(t),this.isDirectory=t.isDirectory.bind(t),this.isFIFO=t.isFIFO.bind(t),this.isFile=t.isFile.bind(t),this.isSocket=t.isSocket.bind(t),this.isSymbolicLink=t.isSymbolicLink.bind(t)}};e.createDirentFromStats=function(e,r){return new t(e,r)}}}),Ot=Pe({"node_modules/@nodelib/fs.scandir/out/utils/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.fs=void 0;var t=Rt();e.fs=t}}),kt=Pe({"node_modules/@nodelib/fs.scandir/out/providers/common.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.joinPathSegments=void 0,e.joinPathSegments=function(e,t,r){return e.endsWith(r)?e+t:e+r+t}}}),Tt=Pe({"node_modules/@nodelib/fs.scandir/out/providers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.readdir=e.readdirWithFileTypes=e.read=void 0;var t=wt(),r=St(),n=xt(),u=Ot(),i=kt();function s(e,t,n){t.fs.readdir(e,{withFileTypes:!0},((s,o)=>{if(null!==s)return void a(n,s);const l=o.map((r=>({dirent:r,name:r.name,path:i.joinPathSegments(e,r.name,t.pathSegmentSeparator)})));if(!t.followSymbolicLinks)return void c(n,l);const D=l.map((e=>function(e,t){return r=>{e.dirent.isSymbolicLink()?t.fs.stat(e.path,((n,i)=>{if(null!==n)return t.throwErrorOnBrokenSymbolicLink?void r(n):void r(null,e);e.dirent=u.fs.createDirentFromStats(e.name,i),r(null,e)})):r(null,e)}}(e,t)));r(D,((e,t)=>{null===e?c(n,t):a(n,e)}))}))}function o(e,n,s){n.fs.readdir(e,((o,l)=>{if(null!==o)return void a(s,o);const D=l.map((r=>{const s=i.joinPathSegments(e,r,n.pathSegmentSeparator);return e=>{t.stat(s,n.fsStatSettings,((t,i)=>{if(null!==t)return void e(t);const o={name:r,path:s,dirent:u.fs.createDirentFromStats(r,i)};n.stats&&(o.stats=i),e(null,o)}))}}));r(D,((e,t)=>{null===e?c(s,t):a(s,e)}))}))}function a(e,t){e(t)}function c(e,t){e(null,t)}e.read=function(e,t,r){t.stats||!n.IS_SUPPORT_READDIR_WITH_FILE_TYPES?o(e,t,r):s(e,t,r)},e.readdirWithFileTypes=s,e.readdir=o}}),It=Pe({"node_modules/@nodelib/fs.scandir/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.readdir=e.readdirWithFileTypes=e.read=void 0;var t=wt(),r=xt(),n=Ot(),u=kt();function i(e,t){return t.fs.readdirSync(e,{withFileTypes:!0}).map((r=>{const i={dirent:r,name:r.name,path:u.joinPathSegments(e,r.name,t.pathSegmentSeparator)};if(i.dirent.isSymbolicLink()&&t.followSymbolicLinks)try{const e=t.fs.statSync(i.path);i.dirent=n.fs.createDirentFromStats(i.name,e)}catch(e){if(t.throwErrorOnBrokenSymbolicLink)throw e}return i}))}function s(e,r){return r.fs.readdirSync(e).map((i=>{const s=u.joinPathSegments(e,i,r.pathSegmentSeparator),o=t.statSync(s,r.fsStatSettings),a={name:i,path:s,dirent:n.fs.createDirentFromStats(i,o)};return r.stats&&(a.stats=o),a}))}e.read=function(e,t){return!t.stats&&r.IS_SUPPORT_READDIR_WITH_FILE_TYPES?i(e,t):s(e,t)},e.readdirWithFileTypes=i,e.readdir=s}}),Nt=Pe({"node_modules/@nodelib/fs.scandir/out/adapters/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;var t=Le("fs");e.FILE_SYSTEM_ADAPTER={lstat:t.lstat,stat:t.stat,lstatSync:t.lstatSync,statSync:t.statSync,readdir:t.readdir,readdirSync:t.readdirSync},e.createFileSystemAdapter=function(t){return void 0===t?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),t)}}}),Lt=Pe({"node_modules/@nodelib/fs.scandir/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("path"),r=wt(),n=Nt();e.default=class{constructor(e={}){this._options=e,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=n.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,t.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new r.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(e,t){return null!=e?e:t}}}}),Pt=Pe({"node_modules/@nodelib/fs.scandir/out/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Settings=e.scandirSync=e.scandir=void 0;var t=Tt(),r=It(),n=Lt();function u(e={}){return e instanceof n.default?e:new n.default(e)}e.Settings=n.default,e.scandir=function(e,r,n){"function"!=typeof r?t.read(e,u(r),n):t.read(e,u(),r)},e.scandirSync=function(e,t){const n=u(t);return r.read(e,n)}}}),jt=Pe({"node_modules/reusify/reusify.js"(e,t){t.exports=function(e){var t=new e,r=t;return{get:function(){var n=t;return n.next?t=n.next:(t=new e,r=t),n.next=null,n},release:function(e){r.next=e,r=e}}}}}),Mt=Pe({"node_modules/fastq/queue.js"(e,t){var r=jt();function n(e,t,n){if("function"==typeof e&&(n=t,t=e,e=null),n<1)throw new Error("fastqueue concurrency must be greater than 1");var s=r(i),o=null,a=null,c=0,l=null,D={push:function(r,n){var i=s.get();i.context=e,i.release=h,i.value=r,i.callback=n||u,i.errorHandler=l,c===D.concurrency||D.paused?a?(a.next=i,a=i):(o=i,a=i,D.saturated()):(c++,t.call(e,i.value,i.worked))},drain:u,saturated:u,pause:function(){D.paused=!0},paused:!1,concurrency:n,running:function(){return c},resume:function(){if(!D.paused)return;D.paused=!1;for(var e=0;e<D.concurrency;e++)c++,h()},idle:function(){return 0===c&&0===D.length()},length:function(){var e=o,t=0;for(;e;)e=e.next,t++;return t},getQueue:function(){var e=o,t=[];for(;e;)t.push(e.value),e=e.next;return t},unshift:function(r,n){var i=s.get();i.context=e,i.release=h,i.value=r,i.callback=n||u,c===D.concurrency||D.paused?o?(i.next=o,o=i):(o=i,a=i,D.saturated()):(c++,t.call(e,i.value,i.worked))},empty:u,kill:function(){o=null,a=null,D.drain=u},killAndDrain:function(){o=null,a=null,D.drain(),D.drain=u},error:function(e){l=e}};return D;function h(r){r&&s.release(r);var n=o;n?D.paused?c--:(a===o&&(a=null),o=n.next,n.next=null,t.call(e,n.value,n.worked),null===a&&D.empty()):0==--c&&D.drain()}}function u(){}function i(){this.value=null,this.callback=u,this.next=null,this.release=u,this.context=null,this.errorHandler=null;var e=this;this.worked=function(t,r){var n=e.callback,i=e.errorHandler,s=e.value;e.value=null,e.callback=u,e.errorHandler&&i(t,s),n.call(e.context,t,r),e.release(e)}}t.exports=n,t.exports.promise=function(e,t,r){"function"==typeof e&&(r=t,t=e,e=null);var i=n(e,(function(e,r){t.call(this,e).then((function(e){r(null,e)}),r)}),r),s=i.push,o=i.unshift;return i.push=function(e){var t=new Promise((function(t,r){s(e,(function(e,n){e?r(e):t(n)}))}));return t.catch(u),t},i.unshift=function(e){var t=new Promise((function(t,r){o(e,(function(e,n){e?r(e):t(n)}))}));return t.catch(u),t},i.drained=function(){if(i.idle())return new Promise((function(e){e()}));var e=i.drain;return new Promise((function(t){i.drain=function(){e(),t()}}))},i}}}),$t=Pe({"node_modules/@nodelib/fs.walk/out/readers/common.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.joinPathSegments=e.replacePathSegmentSeparator=e.isAppliedFilter=e.isFatalError=void 0,e.isFatalError=function(e,t){return null===e.errorFilter||!e.errorFilter(t)},e.isAppliedFilter=function(e,t){return null===e||e(t)},e.replacePathSegmentSeparator=function(e,t){return e.split(/[/\\]/).join(t)},e.joinPathSegments=function(e,t,r){return""===e?t:e.endsWith(r)?e+t:e+r+t}}}),Ut=Pe({"node_modules/@nodelib/fs.walk/out/readers/reader.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=$t();e.default=class{constructor(e,r){this._root=e,this._settings=r,this._root=t.replacePathSegmentSeparator(e,r.pathSegmentSeparator)}}}}),Ht=Pe({"node_modules/@nodelib/fs.walk/out/readers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("events"),r=Pt(),n=Mt(),u=$t(),i=Ut(),s=class extends i.default{constructor(e,u){super(e,u),this._settings=u,this._scandir=r.scandir,this._emitter=new t.EventEmitter,this._queue=n(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate((()=>{this._pushToQueue(this._root,this._settings.basePath)})),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(e){this._emitter.on("entry",e)}onError(e){this._emitter.once("error",e)}onEnd(e){this._emitter.once("end",e)}_pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,(e=>{null!==e&&this._handleError(e)}))}_worker(e,t){this._scandir(e.directory,this._settings.fsScandirSettings,((r,n)=>{if(null===r){for(const t of n)this._handleEntry(t,e.base);t(null,void 0)}else t(r,void 0)}))}_handleError(e){!this._isDestroyed&&u.isFatalError(this._settings,e)&&(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",e))}_handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;const r=e.path;void 0!==t&&(e.path=u.joinPathSegments(t,e.name,this._settings.pathSegmentSeparator)),u.isAppliedFilter(this._settings.entryFilter,e)&&this._emitEntry(e),e.dirent.isDirectory()&&u.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(r,void 0===t?void 0:e.path)}_emitEntry(e){this._emitter.emit("entry",e)}};e.default=s}}),Gt=Pe({"node_modules/@nodelib/fs.walk/out/providers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Ht();e.default=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new t.default(this._root,this._settings),this._storage=[]}read(e){this._reader.onError((t=>{!function(e,t){e(t)}(e,t)})),this._reader.onEntry((e=>{this._storage.push(e)})),this._reader.onEnd((()=>{!function(e,t){e(null,t)}(e,this._storage)})),this._reader.read()}}}}),Wt=Pe({"node_modules/@nodelib/fs.walk/out/providers/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("stream"),r=Ht();e.default=class{constructor(e,n){this._root=e,this._settings=n,this._reader=new r.default(this._root,this._settings),this._stream=new t.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError((e=>{this._stream.emit("error",e)})),this._reader.onEntry((e=>{this._stream.push(e)})),this._reader.onEnd((()=>{this._stream.push(null)})),this._reader.read(),this._stream}}}}),Vt=Pe({"node_modules/@nodelib/fs.walk/out/readers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Pt(),r=$t(),n=Ut(),u=class extends n.default{constructor(){super(...arguments),this._scandir=t.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(e,t){this._queue.add({directory:e,base:t})}_handleQueue(){for(const e of this._queue.values())this._handleDirectory(e.directory,e.base)}_handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsScandirSettings);for(const e of r)this._handleEntry(e,t)}catch(e){this._handleError(e)}}_handleError(e){if(r.isFatalError(this._settings,e))throw e}_handleEntry(e,t){const n=e.path;void 0!==t&&(e.path=r.joinPathSegments(t,e.name,this._settings.pathSegmentSeparator)),r.isAppliedFilter(this._settings.entryFilter,e)&&this._pushToStorage(e),e.dirent.isDirectory()&&r.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(n,void 0===t?void 0:e.path)}_pushToStorage(e){this._storage.push(e)}};e.default=u}}),qt=Pe({"node_modules/@nodelib/fs.walk/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Vt();e.default=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new t.default(this._root,this._settings)}read(){return this._reader.read()}}}}),Kt=Pe({"node_modules/@nodelib/fs.walk/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("path"),r=Pt();e.default=class{constructor(e={}){this._options=e,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,t.sep),this.fsScandirSettings=new r.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(e,t){return null!=e?e:t}}}}),Yt=Pe({"node_modules/@nodelib/fs.walk/out/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Settings=e.walkStream=e.walkSync=e.walk=void 0;var t=Gt(),r=Wt(),n=qt(),u=Kt();function i(e={}){return e instanceof u.default?e:new u.default(e)}e.Settings=u.default,e.walk=function(e,r,n){"function"!=typeof r?new t.default(e,i(r)).read(n):new t.default(e,i()).read(r)},e.walkSync=function(e,t){const r=i(t);return new n.default(e,r).read()},e.walkStream=function(e,t){const n=i(t);return new r.default(e,n).read()}}}),zt=Pe({"node_modules/fast-glob/out/readers/reader.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("path"),r=wt(),n=Ct();e.default=class{constructor(e){this._settings=e,this._fsStatSettings=new r.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(e){return t.resolve(this._settings.cwd,e)}_makeEntry(e,t){const r={name:t,path:t,dirent:n.fs.createDirentFromStats(t,e)};return this._settings.stats&&(r.stats=e),r}_isFatalError(e){return!n.errno.isEnoentCodeError(e)&&!this._settings.suppressErrors}}}}),Xt=Pe({"node_modules/fast-glob/out/readers/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("stream"),r=wt(),n=Yt(),u=zt(),i=class extends u.default{constructor(){super(...arguments),this._walkStream=n.walkStream,this._stat=r.stat}dynamic(e,t){return this._walkStream(e,t)}static(e,r){const n=e.map(this._getFullEntryPath,this),u=new t.PassThrough({objectMode:!0});u._write=(t,i,s)=>this._getEntry(n[t],e[t],r).then((e=>{null!==e&&r.entryFilter(e)&&u.push(e),t===n.length-1&&u.end(),s()})).catch(s);for(let e=0;e<n.length;e++)u.write(e);return u}_getEntry(e,t,r){return this._getStat(e).then((e=>this._makeEntry(e,t))).catch((e=>{if(r.errorFilter(e))return null;throw e}))}_getStat(e){return new Promise(((t,r)=>{this._stat(e,this._fsStatSettings,((e,n)=>null===e?t(n):r(e)))}))}};e.default=i}}),Qt=Pe({"node_modules/fast-glob/out/readers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Yt(),r=zt(),n=Xt(),u=class extends r.default{constructor(){super(...arguments),this._walkAsync=t.walk,this._readerStream=new n.default(this._settings)}dynamic(e,t){return new Promise(((r,n)=>{this._walkAsync(e,t,((e,t)=>{null===e?r(t):n(e)}))}))}async static(e,t){const r=[],n=this._readerStream.static(e,t);return new Promise(((e,t)=>{n.once("error",t),n.on("data",(e=>r.push(e))),n.once("end",(()=>e(r)))}))}};e.default=u}}),Jt=Pe({"node_modules/fast-glob/out/providers/matchers/matcher.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Ct();e.default=class{constructor(e,t,r){this._patterns=e,this._settings=t,this._micromatchOptions=r,this._storage=[],this._fillStorage()}_fillStorage(){for(const e of this._patterns){const t=this._getPatternSegments(e),r=this._splitSegmentsIntoSections(t);this._storage.push({complete:r.length<=1,pattern:e,segments:t,sections:r})}}_getPatternSegments(e){return t.pattern.getPatternParts(e,this._micromatchOptions).map((e=>t.pattern.isDynamicPattern(e,this._settings)?{dynamic:!0,pattern:e,patternRe:t.pattern.makeRe(e,this._micromatchOptions)}:{dynamic:!1,pattern:e}))}_splitSegmentsIntoSections(e){return t.array.splitWhen(e,(e=>e.dynamic&&t.pattern.hasGlobStar(e.pattern)))}}}}),Zt=Pe({"node_modules/fast-glob/out/providers/matchers/partial.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Jt(),r=class extends t.default{match(e){const t=e.split("/"),r=t.length,n=this._storage.filter((e=>!e.complete||e.segments.length>r));for(const e of n){const n=e.sections[0];if(!e.complete&&r>n.length)return!0;if(t.every(((t,r)=>{const n=e.segments[r];return!(!n.dynamic||!n.patternRe.test(t))||!n.dynamic&&n.pattern===t})))return!0}return!1}};e.default=r}}),er=Pe({"node_modules/fast-glob/out/providers/filters/deep.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Ct(),r=Zt();e.default=class{constructor(e,t){this._settings=e,this._micromatchOptions=t}getFilter(e,t,r){const n=this._getMatcher(t),u=this._getNegativePatternsRe(r);return t=>this._filter(e,t,n,u)}_getMatcher(e){return new r.default(e,this._settings,this._micromatchOptions)}_getNegativePatternsRe(e){const r=e.filter(t.pattern.isAffectDepthOfReadingPattern);return t.pattern.convertPatternsToRe(r,this._micromatchOptions)}_filter(e,r,n,u){if(this._isSkippedByDeep(e,r.path))return!1;if(this._isSkippedSymbolicLink(r))return!1;const i=t.path.removeLeadingDotSegment(r.path);return!this._isSkippedByPositivePatterns(i,n)&&this._isSkippedByNegativePatterns(i,u)}_isSkippedByDeep(e,t){return this._settings.deep!==1/0&&this._getEntryLevel(e,t)>=this._settings.deep}_getEntryLevel(e,t){const r=t.split("/").length;if(""===e)return r;return r-e.split("/").length}_isSkippedSymbolicLink(e){return!this._settings.followSymbolicLinks&&e.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(e,t){return!this._settings.baseNameMatch&&!t.match(e)}_isSkippedByNegativePatterns(e,r){return!t.pattern.matchAny(e,r)}}}}),tr=Pe({"node_modules/fast-glob/out/providers/filters/entry.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Ct();e.default=class{constructor(e,t){this._settings=e,this._micromatchOptions=t,this.index=new Map}getFilter(e,r){const n=t.pattern.convertPatternsToRe(e,this._micromatchOptions),u=t.pattern.convertPatternsToRe(r,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0}));return e=>this._filter(e,n,u)}_filter(e,r,n){const u=t.path.removeLeadingDotSegment(e.path);if(this._settings.unique&&this._isDuplicateEntry(u))return!1;if(this._onlyFileFilter(e)||this._onlyDirectoryFilter(e))return!1;if(this._isSkippedByAbsoluteNegativePatterns(u,n))return!1;const i=e.dirent.isDirectory(),s=this._isMatchToPatterns(u,r,i)&&!this._isMatchToPatterns(u,n,i);return this._settings.unique&&s&&this._createIndexRecord(u),s}_isDuplicateEntry(e){return this.index.has(e)}_createIndexRecord(e){this.index.set(e,void 0)}_onlyFileFilter(e){return this._settings.onlyFiles&&!e.dirent.isFile()}_onlyDirectoryFilter(e){return this._settings.onlyDirectories&&!e.dirent.isDirectory()}_isSkippedByAbsoluteNegativePatterns(e,r){if(!this._settings.absolute)return!1;const n=t.path.makeAbsolute(this._settings.cwd,e);return t.pattern.matchAny(n,r)}_isMatchToPatterns(e,r,n){const u=t.pattern.matchAny(e,r);return!u&&n?t.pattern.matchAny(e+"/",r):u}}}}),rr=Pe({"node_modules/fast-glob/out/providers/filters/error.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Ct();e.default=class{constructor(e){this._settings=e}getFilter(){return e=>this._isNonFatalError(e)}_isNonFatalError(e){return t.errno.isEnoentCodeError(e)||this._settings.suppressErrors}}}}),nr=Pe({"node_modules/fast-glob/out/providers/transformers/entry.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Ct();e.default=class{constructor(e){this._settings=e}getTransformer(){return e=>this._transform(e)}_transform(e){let r=e.path;return this._settings.absolute&&(r=t.path.makeAbsolute(this._settings.cwd,r),r=t.path.unixify(r)),this._settings.markDirectories&&e.dirent.isDirectory()&&(r+="/"),this._settings.objectMode?Object.assign(Object.assign({},e),{path:r}):r}}}}),ur=Pe({"node_modules/fast-glob/out/providers/provider.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("path"),r=er(),n=tr(),u=rr(),i=nr();e.default=class{constructor(e){this._settings=e,this.errorFilter=new u.default(this._settings),this.entryFilter=new n.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new r.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new i.default(this._settings)}_getRootDirectory(e){return t.resolve(this._settings.cwd,e.base)}_getReaderOptions(e){const t="."===e.base?"":e.base;return{basePath:t,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(t,e.positive,e.negative),entryFilter:this.entryFilter.getFilter(e.positive,e.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}}}}),ir=Pe({"node_modules/fast-glob/out/providers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Qt(),r=ur(),n=class extends r.default{constructor(){super(...arguments),this._reader=new t.default(this._settings)}async read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);return(await this.api(t,e,r)).map((e=>r.transform(e)))}api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.static(t.patterns,r)}};e.default=n}}),sr=Pe({"node_modules/fast-glob/out/providers/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Le("stream"),r=Xt(),n=ur(),u=class extends n.default{constructor(){super(...arguments),this._reader=new r.default(this._settings)}read(e){const r=this._getRootDirectory(e),n=this._getReaderOptions(e),u=this.api(r,e,n),i=new t.Readable({objectMode:!0,read:()=>{}});return u.once("error",(e=>i.emit("error",e))).on("data",(e=>i.emit("data",n.transform(e)))).once("end",(()=>i.emit("end"))),i.once("close",(()=>u.destroy())),i}api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.static(t.patterns,r)}};e.default=u}}),or=Pe({"node_modules/fast-glob/out/readers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=wt(),r=Yt(),n=zt(),u=class extends n.default{constructor(){super(...arguments),this._walkSync=r.walkSync,this._statSync=t.statSync}dynamic(e,t){return this._walkSync(e,t)}static(e,t){const r=[];for(const n of e){const e=this._getFullEntryPath(n),u=this._getEntry(e,n,t);null!==u&&t.entryFilter(u)&&r.push(u)}return r}_getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r,t)}catch(e){if(r.errorFilter(e))return null;throw e}}_getStat(e){return this._statSync(e,this._fsStatSettings)}};e.default=u}}),ar=Pe({"node_modules/fast-glob/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=or(),r=ur(),n=class extends r.default{constructor(){super(...arguments),this._reader=new t.default(this._settings)}read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);return this.api(t,e,r).map(r.transform)}api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.static(t.patterns,r)}};e.default=n}}),cr=Pe({"node_modules/fast-glob/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;var t=Le("fs"),r=Le("os"),n=Math.max(r.cpus().length,1);e.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:t.lstat,lstatSync:t.lstatSync,stat:t.stat,statSync:t.statSync,readdir:t.readdir,readdirSync:t.readdirSync};e.default=class{constructor(e={}){this._options=e,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,n),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0),this.ignore=[].concat(this.ignore)}_getValue(e,t){return void 0===e?t:e}_getFileSystemMethods(t={}){return Object.assign(Object.assign({},e.DEFAULT_FILE_SYSTEM_ADAPTER),t)}}}}),lr=Pe({"node_modules/fast-glob/out/index.js"(e,t){var r=yt(),n=ir(),u=sr(),i=ar(),s=cr(),o=Ct();async function a(e,t){l(e);const r=c(e,n.default,t),u=await Promise.all(r);return o.array.flatten(u)}function c(e,t,n){const u=[].concat(e),i=new s.default(n),o=r.generate(u,i),a=new t(i);return o.map(a.read,a)}function l(e){if(![].concat(e).every((e=>o.string.isString(e)&&!o.string.isEmpty(e))))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}!function(e){function t(e,t){l(e);const r=c(e,i.default,t);return o.array.flatten(r)}function n(e,t){l(e);const r=c(e,u.default,t);return o.stream.merge(r)}var a,D;e.glob=e,e.globSync=t,e.globStream=n,e.async=e,e.sync=t,e.stream=n,e.generateTasks=function(e,t){l(e);const n=[].concat(e),u=new s.default(t);return r.generate(n,u)},e.isDynamicPattern=function(e,t){l(e);const r=new s.default(t);return o.pattern.isDynamicPattern(e,r)},e.escapePath=function(e){return l(e),o.path.escape(e)},e.convertPathToPattern=function(e){return l(e),o.path.convertPathToPattern(e)},(a=e.posix||(e.posix={})).escapePath=function(e){return l(e),o.path.escapePosixPath(e)},a.convertPathToPattern=function(e){return l(e),o.path.convertPosixPathToPattern(e)},(D=e.win32||(e.win32={})).escapePath=function(e){return l(e),o.path.escapeWindowsPath(e)},D.convertPathToPattern=function(e){return l(e),o.path.convertWindowsPathToPattern(e)}}(a||(a={})),t.exports=a}}),Dr=Pe({"node_modules/semver/internal/debug.js"(e,t){var r="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};t.exports=r}}),hr=Pe({"node_modules/semver/internal/constants.js"(e,t){var r=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:r,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}}}),pr=Pe({"node_modules/semver/internal/re.js"(e,t){var{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:n,MAX_LENGTH:u}=hr(),i=Dr(),s=(e=t.exports={}).re=[],o=e.safeRe=[],a=e.src=[],c=e.t={},l=0,D="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",u],[D,n]],p=(e,t,r)=>{const n=(e=>{for(const[t,r]of h)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e})(t),u=l++;i(e,u,t),c[e]=u,a[u]=t,s[u]=new RegExp(t,r?"g":void 0),o[u]=new RegExp(n,r?"g":void 0)};p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${D}*`),p("MAINVERSION",`(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${a[c.NUMERICIDENTIFIER]}|${a[c.NONNUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${a[c.NUMERICIDENTIFIERLOOSE]}|${a[c.NONNUMERICIDENTIFIER]})`),p("PRERELEASE",`(?:-(${a[c.PRERELEASEIDENTIFIER]}(?:\\.${a[c.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${a[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[c.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${D}+`),p("BUILD",`(?:\\+(${a[c.BUILDIDENTIFIER]}(?:\\.${a[c.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${a[c.MAINVERSION]}${a[c.PRERELEASE]}?${a[c.BUILD]}?`),p("FULL",`^${a[c.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${a[c.MAINVERSIONLOOSE]}${a[c.PRERELEASELOOSE]}?${a[c.BUILD]}?`),p("LOOSE",`^${a[c.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${a[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${a[c.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:${a[c.PRERELEASE]})?${a[c.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:${a[c.PRERELEASELOOSE]})?${a[c.BUILD]}?)?)?`),p("XRANGE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAINLOOSE]}$`),p("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),p("COERCERTL",a[c.COERCE],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${a[c.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",p("TILDE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${a[c.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",p("CARET",`^${a[c.LONECARET]}${a[c.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${a[c.LONECARET]}${a[c.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${a[c.GTLT]}\\s*(${a[c.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]}|${a[c.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${a[c.XRANGEPLAIN]})\\s+-\\s+(${a[c.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${a[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${a[c.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),fr=Pe({"node_modules/semver/internal/parse-options.js"(e,t){var r=Object.freeze({loose:!0}),n=Object.freeze({});t.exports=e=>e?"object"!=typeof e?r:e:n}}),dr=Pe({"node_modules/semver/internal/identifiers.js"(e,t){var r=/^[0-9]+$/,n=(e,t)=>{const n=r.test(e),u=r.test(t);return n&&u&&(e=+e,t=+t),e===t?0:n&&!u?-1:u&&!n?1:e<t?-1:1};t.exports={compareIdentifiers:n,rcompareIdentifiers:(e,t)=>n(t,e)}}}),Fr=Pe({"node_modules/semver/classes/semver.js"(e,t){var r=Dr(),{MAX_LENGTH:n,MAX_SAFE_INTEGER:u}=hr(),{safeRe:i,t:s}=pr(),o=fr(),{compareIdentifiers:a}=dr();t.exports=class e{constructor(t,a){if(a=o(a),t instanceof e){if(t.loose===!!a.loose&&t.includePrerelease===!!a.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>n)throw new TypeError(`version is longer than ${n} characters`);r("SemVer",t,a),this.options=a,this.loose=!!a.loose,this.includePrerelease=!!a.includePrerelease;const c=t.trim().match(a.loose?i[s.LOOSE]:i[s.FULL]);if(!c)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+c[1],this.minor=+c[2],this.patch=+c[3],this.major>u||this.major<0)throw new TypeError("Invalid major version");if(this.minor>u||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>u||this.patch<0)throw new TypeError("Invalid patch version");c[4]?this.prerelease=c[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<u)return t}return e})):this.prerelease=[],this.build=c[5]?c[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(r("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if("string"==typeof t&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof e||(t=new e(t,this.options)),a(this.major,t.major)||a(this.minor,t.minor)||a(this.patch,t.patch)}comparePre(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let n=0;do{const e=this.prerelease[n],u=t.prerelease[n];if(r("prerelease compare",n,e,u),void 0===e&&void 0===u)return 0;if(void 0===u)return 1;if(void 0===e)return-1;if(e!==u)return a(e,u)}while(++n)}compareBuild(t){t instanceof e||(t=new e(t,this.options));let n=0;do{const e=this.build[n],u=t.build[n];if(r("prerelease compare",n,e,u),void 0===e&&void 0===u)return 0;if(void 0===u)return 1;if(void 0===e)return-1;if(e!==u)return a(e,u)}while(++n)}inc(e,t,r){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,r),this.inc("pre",t,r);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,r),this.inc("pre",t,r);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(r)?1:0;if(!t&&!1===r)throw new Error("invalid increment argument: identifier is empty");if(0===this.prerelease.length)this.prerelease=[e];else{let n=this.prerelease.length;for(;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);if(-1===n){if(t===this.prerelease.join(".")&&!1===r)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let n=[t,e];!1===r&&(n=[t]),0===a(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=n):this.prerelease=n}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}}}),gr=Pe({"node_modules/semver/functions/compare.js"(e,t){var r=Fr();t.exports=(e,t,n)=>new r(e,n).compare(new r(t,n))}}),mr=Pe({"node_modules/semver/functions/gte.js"(e,t){var r=gr();t.exports=(e,t,n)=>r(e,t,n)>=0}}),Er=Pe({"node_modules/pseudomap/pseudomap.js"(e,t){var r=Object.prototype.hasOwnProperty;function n(e){if(!(this instanceof n))throw new TypeError("Constructor PseudoMap requires 'new'");if(this.clear(),e)if(e instanceof n||"function"==typeof Map&&e instanceof Map)e.forEach((function(e,t){this.set(t,e)}),this);else{if(!Array.isArray(e))throw new TypeError("invalid argument");e.forEach((function(e){this.set(e[0],e[1])}),this)}}function u(e,t){return e===t||e!=e&&t!=t}function i(e,t,r){this.key=e,this.value=t,this._index=r}function s(e,t){for(var n=0,i="_"+t,s=i;r.call(e,s);s=i+n++)if(u(e[s].key,t))return e[s]}t.exports=n,n.prototype.forEach=function(e,t){t=t||this,Object.keys(this._data).forEach((function(r){"size"!==r&&e.call(t,this._data[r].value,this._data[r].key)}),this)},n.prototype.has=function(e){return!!s(this._data,e)},n.prototype.get=function(e){var t=s(this._data,e);return t&&t.value},n.prototype.set=function(e,t){!function(e,t,n){for(var s=0,o="_"+t,a=o;r.call(e,a);a=o+s++)if(u(e[a].key,t))return void(e[a].value=n);e.size++,e[a]=new i(t,n,a)}(this._data,e,t)},n.prototype.delete=function(e){var t=s(this._data,e);t&&(delete this._data[t._index],this._data.size--)},n.prototype.clear=function(){var e=Object.create(null);e.size=0,Object.defineProperty(this,"_data",{value:e,enumerable:!1,configurable:!0,writable:!1})},Object.defineProperty(n.prototype,"size",{get:function(){return this._data.size},set:function(e){},enumerable:!0,configurable:!0}),n.prototype.values=n.prototype.keys=n.prototype.entries=function(){throw new Error("iterators are not implemented in this version")}}}),Cr=Pe({"node_modules/pseudomap/map.js"(e,t){"pseudomap"===process.env.npm_package_name&&"test"===process.env.npm_lifecycle_script&&(process.env.TEST_PSEUDOMAP="true"),"function"!=typeof Map||process.env.TEST_PSEUDOMAP?t.exports=Er():t.exports=Map}}),yr=Pe({"node_modules/editorconfig/node_modules/yallist/yallist.js"(e,t){function r(e){var t=this;if(t instanceof r||(t=new r),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var n=0,u=arguments.length;n<u;n++)t.push(arguments[n]);return t}function n(e,t){e.tail=new i(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function u(e,t){e.head=new i(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function i(e,t,r,n){if(!(this instanceof i))return new i(e,t,r,n);this.list=n,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,r?(r.prev=this,this.next=r):this.next=null}t.exports=r,r.Node=i,r.create=r,r.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,r=e.prev;t&&(t.prev=r),r&&(r.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=r),e.list.length--,e.next=null,e.prev=null,e.list=null},r.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},r.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},r.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)n(this,arguments[e]);return this.length},r.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)u(this,arguments[e]);return this.length},r.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},r.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},r.prototype.forEach=function(e,t){t=t||this;for(var r=this.head,n=0;null!==r;n++)e.call(t,r.value,n,this),r=r.next},r.prototype.forEachReverse=function(e,t){t=t||this;for(var r=this.tail,n=this.length-1;null!==r;n--)e.call(t,r.value,n,this),r=r.prev},r.prototype.get=function(e){for(var t=0,r=this.head;null!==r&&t<e;t++)r=r.next;if(t===e&&null!==r)return r.value},r.prototype.getReverse=function(e){for(var t=0,r=this.tail;null!==r&&t<e;t++)r=r.prev;if(t===e&&null!==r)return r.value},r.prototype.map=function(e,t){t=t||this;for(var n=new r,u=this.head;null!==u;)n.push(e.call(t,u.value,this)),u=u.next;return n},r.prototype.mapReverse=function(e,t){t=t||this;for(var n=new r,u=this.tail;null!==u;)n.push(e.call(t,u.value,this)),u=u.prev;return n},r.prototype.reduce=function(e,t){var r,n=this.head;if(arguments.length>1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,r=this.head.value}for(var u=0;null!==n;u++)r=e(r,n.value,u),n=n.next;return r},r.prototype.reduceReverse=function(e,t){var r,n=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,r=this.tail.value}for(var u=this.length-1;null!==n;u--)r=e(r,n.value,u),n=n.prev;return r},r.prototype.toArray=function(){for(var e=new Array(this.length),t=0,r=this.head;null!==r;t++)e[t]=r.value,r=r.next;return e},r.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,r=this.tail;null!==r;t++)e[t]=r.value,r=r.prev;return e},r.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new r;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var u=0,i=this.head;null!==i&&u<e;u++)i=i.next;for(;null!==i&&u<t;u++,i=i.next)n.push(i.value);return n},r.prototype.sliceReverse=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new r;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var u=this.length,i=this.tail;null!==i&&u>t;u--)i=i.prev;for(;null!==i&&u>e;u--,i=i.prev)n.push(i.value);return n},r.prototype.reverse=function(){for(var e=this.head,t=this.tail,r=e;null!==r;r=r.prev){var n=r.prev;r.prev=r.next,r.next=n}return this.head=t,this.tail=e,this}}}),br=Pe({"node_modules/editorconfig/node_modules/lru-cache/index.js"(e,t){t.exports=F;var r,n=Cr(),u=Le("util"),i=yr(),s=(r="function"==typeof Symbol&&"1"!==process.env._nodeLRUCacheForceNoSymbol?function(e){return Symbol(e)}:function(e){return"_"+e})("max"),o=r("length"),a=r("lengthCalculator"),c=r("allowStale"),l=r("maxAge"),D=r("dispose"),h=r("noDisposeOnSet"),p=r("lruList"),f=r("cache");function d(){return 1}function F(e){if(!(this instanceof F))return new F(e);"number"==typeof e&&(e={max:e}),e||(e={});var t=this[s]=e.max;(!t||"number"!=typeof t||t<=0)&&(this[s]=1/0);var r=e.length||d;"function"!=typeof r&&(r=d),this[a]=r,this[c]=e.stale||!1,this[l]=e.maxAge||0,this[D]=e.dispose,this[h]=e.noDisposeOnSet||!1,this.reset()}function g(e,t,r,n){var u=r.value;E(e,u)&&(y(e,r),e[c]||(u=void 0)),u&&t.call(n,u.value,u.key,e)}function m(e,t,r){var n=e[f].get(t);if(n){var u=n.value;E(e,u)?(y(e,n),e[c]||(u=void 0)):r&&e[p].unshiftNode(n),u&&(u=u.value)}return u}function E(e,t){if(!t||!t.maxAge&&!e[l])return!1;var r=Date.now()-t.now;return t.maxAge?r>t.maxAge:e[l]&&r>e[l]}function C(e){if(e[o]>e[s])for(var t=e[p].tail;e[o]>e[s]&&null!==t;){var r=t.prev;y(e,t),t=r}}function y(e,t){if(t){var r=t.value;e[D]&&e[D](r.key,r.value),e[o]-=r.length,e[f].delete(r.key),e[p].removeNode(t)}}function b(e,t,r,n,u){this.key=e,this.value=t,this.length=r,this.now=n,this.maxAge=u||0}Object.defineProperty(F.prototype,"max",{set:function(e){(!e||"number"!=typeof e||e<=0)&&(e=1/0),this[s]=e,C(this)},get:function(){return this[s]},enumerable:!0}),Object.defineProperty(F.prototype,"allowStale",{set:function(e){this[c]=!!e},get:function(){return this[c]},enumerable:!0}),Object.defineProperty(F.prototype,"maxAge",{set:function(e){(!e||"number"!=typeof e||e<0)&&(e=0),this[l]=e,C(this)},get:function(){return this[l]},enumerable:!0}),Object.defineProperty(F.prototype,"lengthCalculator",{set:function(e){"function"!=typeof e&&(e=d),e!==this[a]&&(this[a]=e,this[o]=0,this[p].forEach((function(e){e.length=this[a](e.value,e.key),this[o]+=e.length}),this)),C(this)},get:function(){return this[a]},enumerable:!0}),Object.defineProperty(F.prototype,"length",{get:function(){return this[o]},enumerable:!0}),Object.defineProperty(F.prototype,"itemCount",{get:function(){return this[p].length},enumerable:!0}),F.prototype.rforEach=function(e,t){t=t||this;for(var r=this[p].tail;null!==r;){var n=r.prev;g(this,e,r,t),r=n}},F.prototype.forEach=function(e,t){t=t||this;for(var r=this[p].head;null!==r;){var n=r.next;g(this,e,r,t),r=n}},F.prototype.keys=function(){return this[p].toArray().map((function(e){return e.key}),this)},F.prototype.values=function(){return this[p].toArray().map((function(e){return e.value}),this)},F.prototype.reset=function(){this[D]&&this[p]&&this[p].length&&this[p].forEach((function(e){this[D](e.key,e.value)}),this),this[f]=new n,this[p]=new i,this[o]=0},F.prototype.dump=function(){return this[p].map((function(e){if(!E(this,e))return{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}}),this).toArray().filter((function(e){return e}))},F.prototype.dumpLru=function(){return this[p]},F.prototype.inspect=function(e,t){var r="LRUCache {",n=!1;this[c]&&(r+="\n allowStale: true",n=!0);var i=this[s];i&&i!==1/0&&(n&&(r+=","),r+="\n max: "+u.inspect(i,t),n=!0);var D=this[l];D&&(n&&(r+=","),r+="\n maxAge: "+u.inspect(D,t),n=!0);var h=this[a];h&&h!==d&&(n&&(r+=","),r+="\n length: "+u.inspect(this[o],t),n=!0);var f=!1;return this[p].forEach((function(e){f?r+=",\n ":(n&&(r+=",\n"),f=!0,r+="\n ");var i=u.inspect(e.key).split("\n").join("\n "),s={value:e.value};e.maxAge!==D&&(s.maxAge=e.maxAge),h!==d&&(s.length=e.length),E(this,e)&&(s.stale=!0),s=u.inspect(s,t).split("\n").join("\n "),r+=i+" => "+s})),(f||n)&&(r+="\n"),r+="}"},F.prototype.set=function(e,t,r){var n=(r=r||this[l])?Date.now():0,u=this[a](t,e);if(this[f].has(e)){if(u>this[s])return y(this,this[f].get(e)),!1;var i=this[f].get(e).value;return this[D]&&(this[h]||this[D](e,i.value)),i.now=n,i.maxAge=r,i.value=t,this[o]+=u-i.length,i.length=u,this.get(e),C(this),!0}var c=new b(e,t,u,n,r);return c.length>this[s]?(this[D]&&this[D](e,t),!1):(this[o]+=c.length,this[p].unshift(c),this[f].set(e,this[p].head),C(this),!0)},F.prototype.has=function(e){return!!this[f].has(e)&&!E(this,this[f].get(e).value)},F.prototype.get=function(e){return m(this,e,!0)},F.prototype.peek=function(e){return m(this,e,!1)},F.prototype.pop=function(){var e=this[p].tail;return e?(y(this,e),e.value):null},F.prototype.del=function(e){y(this,this[f].get(e))},F.prototype.load=function(e){this.reset();for(var t=Date.now(),r=e.length-1;r>=0;r--){var n=e[r],u=n.e||0;if(0===u)this.set(n.k,n.v);else{var i=u-t;i>0&&this.set(n.k,n.v,i)}}},F.prototype.prune=function(){var e=this;this[f].forEach((function(t,r){m(e,r,!1)}))}}}),vr=Pe({"node_modules/sigmund/sigmund.js"(e,t){t.exports=function(e,t){t=t||10;var r=[],n="",u=RegExp;return function e(i,s){if(s>t)return;if("function"==typeof i||void 0===i)return;if("object"!=typeof i||!i||i instanceof u)return void(n+=i);if(-1!==r.indexOf(i)||s===t)return;r.push(i),n+="{",Object.keys(i).forEach((function(t,r,u){if("_"!==t.charAt(0)){var o=typeof i[t];"function"!==o&&"undefined"!==o&&(n+=t,e(i[t],s+1))}}))}(e,0),n}}}),Ar=Pe({"node_modules/editorconfig/src/lib/fnmatch.js"(e,t){var r="object"==typeof process?process.platform:"win32";t?t.exports=h:e.minimatch=h,h.Minimatch=p;var n=br();h.cache=new n({max:100});var u=h.GLOBSTAR=p.GLOBSTAR={},i=vr(),s=Le("path"),o="[^/]",a=o+"*?",c="().*{}+?[]^$\\!".split("").reduce((function(e,t){return e[t]=!0,e}),{});var l=/\/+/;function D(e,t){e=e||{},t=t||{};var r={};return Object.keys(t).forEach((function(e){r[e]=t[e]})),Object.keys(e).forEach((function(t){r[t]=e[t]})),r}function h(e,t,r){if("string"!=typeof t)throw new TypeError("glob pattern string required");return r||(r={}),!(!r.nocomment&&"#"===t.charAt(0))&&(""===t.trim()?""===e:new p(t,r).match(e))}function p(e,t){if(!(this instanceof p))return new p(e,t);if("string"!=typeof e)throw new TypeError("glob pattern string required");t||(t={}),"win32"===r&&(e=e.split("\\").join("/"));var n=e+"\n"+i(t),u=h.cache.get(n);if(u)return u;h.cache.set(n,this),this.options=t,this.set=[],this.pattern=e,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.make()}h.monkeyPatch=function(){var e=Object.getOwnPropertyDescriptor(String.prototype,"match"),t=e.value;e.value=function(e){return e instanceof p?e.match(this):t.call(this,e)},Object.defineProperty(String.prototype,e)},h.filter=function(e,t){return t=t||{},function(r,n,u){return h(r,e,t)}},h.defaults=function(e){if(!e||!Object.keys(e).length)return h;var t=h,r=function(r,n,u){return t.minimatch(r,n,D(e,u))};return r.Minimatch=function(r,n){return new t.Minimatch(r,D(e,n))},r},p.defaults=function(e){return e&&Object.keys(e).length?h.defaults(e).Minimatch:p},p.prototype.make=function(){if(this._made)return;var e=this.pattern,t=this.options;if(!t.nocomment&&"#"===e.charAt(0))return void(this.comment=!0);if(!e)return void(this.empty=!0);this.parseNegate();var r=this.globSet=this.braceExpand();t.debug&&console.error(this.pattern,r);r=this.globParts=r.map((function(e){return e.split(l)})),t.debug&&console.error(this.pattern,r);r=r.map((function(e,t,r){return e.map(this.parse,this)}),this),t.debug&&console.error(this.pattern,r);r=r.filter((function(e){return-1===e.indexOf(!1)})),t.debug&&console.error(this.pattern,r);this.set=r},p.prototype.parseNegate=function(){var e=this.pattern,t=!1,r=this.options,n=0;if(r.nonegate)return;for(var u=0,i=e.length;u<i&&"!"===e.charAt(u);u++)t=!t,n++;n&&(this.pattern=e.substr(n));this.negate=t},h.braceExpand=function(e,t){return new p(e,t).braceExpand()},p.prototype.braceExpand=function e(t,r){if(r=r||this.options,void 0===(t=void 0===t?this.pattern:t))throw new Error("undefined pattern");if(r.nobrace||!t.match(/\{.*\}/))return[t];var n=!1;if("{"!==t.charAt(0)){for(var u=null,i=0,s=t.length;i<s;i++){if("\\"===(m=t.charAt(i)))n=!n;else if("{"===m&&!n){u=t.substr(0,i);break}}return null===u?[t]:e(t.substr(i),r).map((function(e){return u+e}))}var o=t.match(/^\{(-?[0-9]+)\.\.(-?[0-9]+)\}/);if(o){var a=e(t.substr(o[0].length),r),c=+o[1],l=+o[2],D=c>l?-1:1,h=[];for(i=c;i!=l+D;i+=D)for(var p=0,f=a.length;p<f;p++)h.push(i+a[p]);return h}i=1;var d=1,F=(h=[],"");n=!1;function g(){h.push(F),F=""}e:for(i=1,s=t.length;i<s;i++){var m=t.charAt(i);if(n)n=!1,F+="\\"+m;else switch(m){case"\\":n=!0;continue;case"{":d++,F+="{";continue;case"}":if(0===--d){g(),i++;break e}F+=m;continue;case",":1===d?g():F+=m;continue;default:F+=m;continue}}if(0!==d)return e("\\"+t,r);a=e(t.substr(i),r);var E=1===h.length;h=h.map((function(t){return e(t,r)})),h=h.reduce((function(e,t){return e.concat(t)})),E&&(h=h.map((function(e){return"{"+e+"}"})));var C=[];for(i=0,s=h.length;i<s;i++)for(p=0,f=a.length;p<f;p++)C.push(h[i]+a[p]);return C},p.prototype.parse=function(e,t){var r=this.options;if(!r.noglobstar&&"**"===e)return u;if(""===e)return"";var n,i,s,l="",D=!!r.nocase,h=!1,p=[],d=!1,F=-1,g=-1,m="."===e.charAt(0)?"":r.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)";function E(){if(i){switch(i){case"*":l+=a,D=!0;break;case"?":l+=o,D=!0;break;default:l+="\\"+i}i=!1}}for(var C,y=0,b=e.length;y<b&&(C=e.charAt(y));y++)if(r.debug&&console.error("%s\t%s %s %j",e,y,l,C),h&&c[C])l+="\\"+C,h=!1;else switch(C){case"/":return!1;case"\\":E(),h=!0;continue;case"?":case"*":case"+":case"@":case"!":if(r.debug&&console.error("%s\t%s %s %j <-- stateChar",e,y,l,C),d){"!"===C&&y===g+1&&(C="^"),l+=C;continue}E(),i=C,r.noext&&E();continue;case"(":if(d){l+="(";continue}if(!i){l+="\\(";continue}n=i,p.push({type:n,start:y-1,reStart:l.length}),l+="!"===i?"(?:(?!":"(?:",i=!1;continue;case")":if(d||!p.length){l+="\\)";continue}switch(D=!0,l+=")",n=p.pop().type){case"!":l+="[^/]*?)";break;case"?":case"+":case"*":l+=n}continue;case"|":if(d||!p.length||h){l+="\\|",h=!1;continue}l+="|";continue;case"[":if(E(),d){l+="\\"+C;continue}d=!0,g=y,F=l.length,l+=C;continue;case"]":if(y===g+1||!d){l+="\\"+C,h=!1;continue}D=!0,d=!1,l+=C;continue;default:E(),h?h=!1:!c[C]||"^"===C&&d||(l+="\\"),l+=C}if(d){var v=e.substr(g+1),A=this.parse(v,f);l=l.substr(0,F)+"\\["+A[0],D=D||A[1]}for(;s=p.pop();){var _=l.slice(s.reStart+3);_=_.replace(/((?:\\{2})*)(\\?)\|/g,(function(e,t,r){return r||(r="\\"),t+t+r+"|"}));var w="*"===s.type?a:"?"===s.type?o:"\\"+s.type;D=!0,l=l.slice(0,s.reStart)+w+"\\("+_}E(),h&&(l+="\\\\");var B=!1;switch(l.charAt(0)){case".":case"[":case"(":B=!0}""!==l&&D&&(l="(?=.)"+l);B&&(l=m+l);if(t===f)return[l,D];if(!D)return function(e){return e.replace(/\\(.)/g,"$1")}(e);var S=r.nocase?"i":"",x=new RegExp("^"+l+"$",S);return x._glob=e,x._src=l,x};var f={};h.makeRe=function(e,t){return new p(e,t||{}).makeRe()},p.prototype.makeRe=function(){if(this.regexp||!1===this.regexp)return this.regexp;var e=this.set;if(!e.length)return this.regexp=!1;var t=this.options,r=t.noglobstar?a:t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",n=t.nocase?"i":"",i=e.map((function(e){return e.map((function(e){return e===u?r:"string"==typeof e?function(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}(e):e._src})).join("\\/")})).join("|");i="^(?:"+i+")$",this.negate&&(i="^(?!"+i+").*$");try{return this.regexp=new RegExp(i,n)}catch(e){return this.regexp=!1}},h.match=function(e,t,r){var n=new p(t,r);return e=e.filter((function(e){return n.match(e)})),r.nonull&&!e.length&&e.push(t),e},p.prototype.match=function(e,t){if(this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;var n=this.options;"win32"===r&&(e=e.split("\\").join("/"));e=e.split(l),n.debug&&console.error(this.pattern,"split",e);for(var u=this.set,i=0,s=u.length;i<s;i++){var o=u[i];if(this.matchOne(e,o,t))return!!n.flipNegate||!this.negate}return!n.flipNegate&&this.negate},p.prototype.matchOne=function(e,t,r){var n=this.options;n.debug&&console.error("matchOne",{this:this,file:e,pattern:t}),n.matchBase&&1===t.length&&(e=s.basename(e.join("/")).split("/")),n.debug&&console.error("matchOne",e.length,t.length);for(var i=0,o=0,a=e.length,c=t.length;i<a&&o<c;i++,o++){n.debug&&console.error("matchOne loop");var l,D=t[o],h=e[i];if(n.debug&&console.error(t,D,h),!1===D)return!1;if(D===u){n.debug&&console.error("GLOBSTAR",[t,D,h]);var p=i,f=o+1;if(f===c){for(n.debug&&console.error("** at the end");i<a;i++)if("."===e[i]||".."===e[i]||!n.dot&&"."===e[i].charAt(0))return!1;return!0}e:for(;p<a;){var d=e[p];if(n.debug&&console.error("\nglobstar while",e,p,t,f,d),this.matchOne(e.slice(p),t.slice(f),r))return n.debug&&console.error("globstar found match!",p,a,d),!0;if("."===d||".."===d||!n.dot&&"."===d.charAt(0)){n.debug&&console.error("dot detected!",e,p,t,f);break e}n.debug&&console.error("globstar swallow a segment, and continue"),p++}return!(!r||p!==a)}if("string"==typeof D?(l=n.nocase?h.toLowerCase()===D.toLowerCase():h===D,n.debug&&console.error("string match",D,h,l)):(l=h.match(D),n.debug&&console.error("pattern match",D,h,l)),!l)return!1}if(i===a&&o===c)return!0;if(i===a)return r;if(o===c)return i===a-1&&""===e[i];throw new Error("wtf?")}}}),_r=Pe({"node_modules/editorconfig/src/lib/ini.js"(e){var t=e&&e.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(u,i){function s(e){try{a(n.next(e))}catch(e){i(e)}}function o(e){try{a(n.throw(e))}catch(e){i(e)}}function a(e){e.done?u(e.value):new r((function(t){t(e.value)})).then(s,o)}a((n=n.apply(e,t||[])).next())}))},r=e&&e.__generator||function(e,t){var r,n,u,i,s={label:0,sent:function(){if(1&u[0])throw u[1];return u[1]},trys:[],ops:[]};return i={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function o(i){return function(o){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(u=2&i[0]?n.return:i[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,i[1])).done)return u;switch(n=0,u&&(i=[2&i[0],u.value]),i[0]){case 0:case 1:u=i;break;case 4:return s.label++,{value:i[1],done:!1};case 5:s.label++,n=i[1],i=[0];continue;case 7:i=s.ops.pop(),s.trys.pop();continue;default:if(!(u=s.trys,(u=u.length>0&&u[u.length-1])||6!==i[0]&&2!==i[0])){s=0;continue}if(3===i[0]&&(!u||i[1]>u[0]&&i[1]<u[3])){s.label=i[1];break}if(6===i[0]&&s.label<u[1]){s.label=u[1],u=i;break}if(u&&s.label<u[2]){s.label=u[2],s.ops.push(i);break}u[2]&&s.ops.pop(),s.trys.pop();continue}i=t.call(e,s)}catch(e){i=[6,e],n=0}finally{r=u=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,o])}}},n=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(e,"__esModule",{value:!0});var u=n(Le("fs")),i={section:/^\s*\[(([^#;]|\\#|\\;)+)\]\s*([#;].*)?$/,param:/^\s*([\w\.\-\_]+)\s*[=:]\s*(.*?)\s*([#;].*)?$/,comment:/^\s*[#;].*$/};function s(e){var t={},r=null,n=[[r,t]];return e.split(/\r\n|\r|\n/).forEach((function(e){var u;i.comment.test(e)||(i.param.test(e)?(u=e.match(i.param),t[u[1]]=u[2]):i.section.test(e)&&(u=e.match(i.section),r=u[1],t={},n.push([r,t])))})),n}e.parse=function(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){return[2,new Promise((function(t,r){u.readFile(e,"utf8",(function(e,n){e?r(e):t(s(n))}))}))]}))}))},e.parseSync=function(e){return s(u.readFileSync(e,"utf8"))},e.parseString=s}}),wr=Pe({"node_modules/editorconfig/package.json"(e,t){t.exports={name:"editorconfig",version:"0.15.3",description:"EditorConfig File Locator and Interpreter for Node.js",keywords:["editorconfig","core"],main:"src/index.js",contributors:["Hong Xu (topbug.net)","Jed Mao (https://github.com/jedmao/)","Trey Hunner (http://treyhunner.com)"],directories:{bin:"./bin",lib:"./lib"},scripts:{clean:"rimraf dist",prebuild:"npm run clean",build:"tsc",pretest:"npm run lint && npm run build && npm run copy && cmake .",test:"ctest .","pretest:ci":"npm run pretest","test:ci":"ctest -VV --output-on-failure .",lint:"npm run eclint && npm run tslint",eclint:'eclint check --indent_size ignore "src/**"',tslint:"tslint --project tsconfig.json --exclude package.json",copy:"cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib",prepub:"npm run lint && npm run build && npm run copy",pub:"npm publish ./dist"},repository:{type:"git",url:"git://github.com/editorconfig/editorconfig-core-js.git"},bugs:"https://github.com/editorconfig/editorconfig-core-js/issues",author:"EditorConfig Team",license:"MIT",dependencies:{commander:"^2.19.0","lru-cache":"^4.1.5",semver:"^5.6.0",sigmund:"^1.0.1"},devDependencies:{"@types/mocha":"^5.2.6","@types/node":"^10.12.29","@types/semver":"^5.5.0","cpy-cli":"^2.0.0",eclint:"^2.8.1",mocha:"^5.2.0",rimraf:"^2.6.3",should:"^13.2.3",tslint:"^5.13.1",typescript:"^3.3.3333"}}}}),Br=Pe({"node_modules/editorconfig/src/index.js"(e){var t=e&&e.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(u,i){function s(e){try{a(n.next(e))}catch(e){i(e)}}function o(e){try{a(n.throw(e))}catch(e){i(e)}}function a(e){e.done?u(e.value):new r((function(t){t(e.value)})).then(s,o)}a((n=n.apply(e,t||[])).next())}))},r=e&&e.__generator||function(e,t){var r,n,u,i,s={label:0,sent:function(){if(1&u[0])throw u[1];return u[1]},trys:[],ops:[]};return i={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function o(i){return function(o){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(u=2&i[0]?n.return:i[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,i[1])).done)return u;switch(n=0,u&&(i=[2&i[0],u.value]),i[0]){case 0:case 1:u=i;break;case 4:return s.label++,{value:i[1],done:!1};case 5:s.label++,n=i[1],i=[0];continue;case 7:i=s.ops.pop(),s.trys.pop();continue;default:if(!(u=s.trys,(u=u.length>0&&u[u.length-1])||6!==i[0]&&2!==i[0])){s=0;continue}if(3===i[0]&&(!u||i[1]>u[0]&&i[1]<u[3])){s.label=i[1];break}if(6===i[0]&&s.label<u[1]){s.label=u[1],u=i;break}if(u&&s.label<u[2]){s.label=u[2],s.ops.push(i);break}u[2]&&s.ops.pop(),s.trys.pop();continue}i=t.call(e,s)}catch(e){i=[6,e],n=0}finally{r=u=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,o])}}},n=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t},u=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0});var i=n(Le("fs")),s=n(Le("path")),o={gte:mr()},a=u(Ar()),c=_r();e.parseString=c.parseString;var l=u(wr()),D={end_of_line:!0,indent_style:!0,indent_size:!0,insert_final_newline:!0,trim_trailing_whitespace:!0,charset:!0};function h(e,t){var r=[];do{e=s.dirname(e),r.push(s.join(e,t.config))}while(e!==t.root);return r}function p(e,t){return void 0===e&&(e={}),{config:e.config||".editorconfig",version:e.version||l.default.version,root:s.resolve(e.root||s.parse(t).root)}}function f(e,t,r){return n=e.reverse().reduce((function(e,r){var n=s.dirname(r.name);return r.contents.forEach((function(r){var u=r[0],i=r[1];if(u){var o=function(e,t){switch(t.indexOf("/")){case-1:t="**/"+t;break;case 0:t=t.substring(1)}return s.join(e,t)}(n,u);(function(e,t){return t=t.replace(/\*\*/g,"{*,**/**/**}"),a.default(e,t,{matchBase:!0,dot:!0,noext:!0})})(t,o)&&(e=function(e,t){for(var r in void 0===e&&(e={}),void 0===t&&(t={}),t)if(t.hasOwnProperty(r)){var n=t[r],u=r.toLowerCase(),i=n;D[u]&&(i=n.toLowerCase());try{i=JSON.parse(n)}catch(e){}null==n&&(i=String(n)),e[u]=i}return e}(e,i))}})),e}),{}),u=r.version,"indent_style"in n&&"tab"===n.indent_style&&!("indent_size"in n)&&o.gte(u,"0.10.0")&&(n.indent_size="tab"),"indent_size"in n&&!("tab_width"in n)&&"tab"!==n.indent_size&&(n.tab_width=n.indent_size),"indent_size"in n&&"tab_width"in n&&"tab"===n.indent_size&&(n.indent_size=n.tab_width),n;var n,u}function d(e){var t=[];for(var r in e)if(e.hasOwnProperty(r)){var n=e[r],u=c.parseString(n.contents);if(t.push({name:n.name,contents:u}),"true"===(u[0][1].root||"").toLowerCase())break}return t}function F(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){return[2,Promise.all(e.map((function(e){return new Promise((function(t){i.readFile(e,"utf8",(function(r,n){t({name:e,contents:r?"":n})}))}))})))]}))}))}function g(e,t){void 0===t&&(t={});var r=s.resolve(e);return[r,p(t,r)]}e.parseFromFiles=function(e,n,u){return void 0===u&&(u={}),t(this,void 0,void 0,(function(){var t,i,s;return r(this,(function(r){return t=g(e,u),i=t[0],s=t[1],[2,n.then(d).then((function(e){return f(e,i,s)}))]}))}))},e.parseFromFilesSync=function(e,t,r){void 0===r&&(r={});var n=g(e,r),u=n[0],i=n[1];return f(d(t),u,i)},e.parse=function(e,n){return void 0===n&&(n={}),t(this,void 0,void 0,(function(){var t,u,i;return r(this,(function(r){return t=g(e,n),u=t[0],i=t[1],[2,F(h(u,i)).then(d).then((function(e){return f(e,u,i)}))]}))}))},e.parseSync=function(e,t){void 0===t&&(t={});var r=g(e,t),n=r[0],u=r[1];return f(d(function(e){var t,r=[];return e.forEach((function(e){try{t=i.readFileSync(e,"utf8")}catch(e){t=""}r.push({name:e,contents:t})})),r}(h(n,u))),n,u)}}}),Sr=Pe({"node_modules/ci-info/vendors.json"(e,t){t.exports=[{name:"Agola CI",constant:"AGOLA",env:"AGOLA_GIT_REF",pr:"AGOLA_PULL_REQUEST_ID"},{name:"Appcircle",constant:"APPCIRCLE",env:"AC_APPCIRCLE"},{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN"},{name:"Azure Pipelines",constant:"AZURE_PIPELINES",env:"TF_BUILD",pr:{BUILD_REASON:"PullRequest"}},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT",pr:"BITBUCKET_PR_ID"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"Codefresh",constant:"CODEFRESH",env:"CF_BUILD_ID",pr:{any:["CF_PULL_REQUEST_NUMBER","CF_PULL_REQUEST_ID"]}},{name:"Codemagic",constant:"CODEMAGIC",env:"CM_BUILD_ID",pr:"CM_PULL_REQUEST"},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"Earthly",constant:"EARTHLY",env:"EARTHLY_CI"},{name:"Expo Application Services",constant:"EAS",env:"EAS_BUILD"},{name:"Gerrit",constant:"GERRIT",env:"GERRIT_PROJECT"},{name:"Gitea Actions",constant:"GITEA_ACTIONS",env:"GITEA_ACTIONS"},{name:"GitHub Actions",constant:"GITHUB_ACTIONS",env:"GITHUB_ACTIONS",pr:{GITHUB_EVENT_NAME:"pull_request"}},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI",pr:"CI_MERGE_REQUEST_ID"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"Google Cloud Build",constant:"GOOGLE_CLOUD_BUILD",env:"BUILDER_OUTPUT"},{name:"Harness CI",constant:"HARNESS",env:"HARNESS_BUILD_ID"},{name:"Heroku",constant:"HEROKU",env:{env:"NODE",includes:"/app/.heroku/node/bin/node"}},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"LayerCI",constant:"LAYERCI",env:"LAYERCI",pr:"LAYERCI_PULL_REQUEST"},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Netlify CI",constant:"NETLIFY",env:"NETLIFY",pr:{env:"PULL_REQUEST",ne:"false"}},{name:"Nevercode",constant:"NEVERCODE",env:"NEVERCODE",pr:{env:"NEVERCODE_PULL_REQUEST",ne:"false"}},{name:"Prow",constant:"PROW",env:"PROW_JOB_ID"},{name:"ReleaseHub",constant:"RELEASEHUB",env:"RELEASE_BUILD_ID"},{name:"Render",constant:"RENDER",env:"RENDER",pr:{IS_PULL_REQUEST:"true"}},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Screwdriver",constant:"SCREWDRIVER",env:"SCREWDRIVER",pr:{env:"SD_PULL_REQUEST",ne:"false"}},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Sourcehut",constant:"SOURCEHUT",env:{CI_NAME:"sourcehut"}},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}},{name:"Vela",constant:"VELA",env:"VELA",pr:{VELA_PULL_REQUEST:"1"}},{name:"Vercel",constant:"VERCEL",env:{any:["NOW_BUILDER","VERCEL"]},pr:"VERCEL_GIT_PULL_REQUEST_ID"},{name:"Visual Studio App Center",constant:"APPCENTER",env:"APPCENTER_BUILD_ID"},{name:"Woodpecker",constant:"WOODPECKER",env:{CI:"woodpecker"},pr:{CI_BUILD_EVENT:"pull_request"}},{name:"Xcode Cloud",constant:"XCODE_CLOUD",env:"CI_XCODE_PROJECT",pr:"CI_PULL_REQUEST_NUMBER"},{name:"Xcode Server",constant:"XCODE_SERVER",env:"XCS"}]}}),xr=Pe({"node_modules/ci-info/index.js"(e){var t=Sr(),r=process.env;function n(e){return"string"==typeof e?!!r[e]:"env"in e?r[e.env]&&r[e.env].includes(e.includes):"any"in e?e.any.some((function(e){return!!r[e]})):Object.keys(e).every((function(t){return r[t]===e[t]}))}Object.defineProperty(e,"_vendors",{value:t.map((function(e){return e.constant}))}),e.name=null,e.isPR=null,t.forEach((function(t){const u=(Array.isArray(t.env)?t.env:[t.env]).every((function(e){return n(e)}));if(e[t.constant]=u,u)switch(e.name=t.name,typeof t.pr){case"string":e.isPR=!!r[t.pr];break;case"object":"env"in t.pr?e.isPR=t.pr.env in r&&r[t.pr.env]!==t.pr.ne:"any"in t.pr?e.isPR=t.pr.any.some((function(e){return!!r[e]})):e.isPR=n(t.pr);break;default:e.isPR=null}})),e.isCI=!("false"===r.CI||!(r.BUILD_ID||r.BUILD_NUMBER||r.CI||r.CI_APP_ID||r.CI_BUILD_ID||r.CI_BUILD_NUMBER||r.CI_NAME||r.CONTINUOUS_INTEGRATION||r.RUN_ID||e.name))}}),Rr=Pe({"node_modules/@iarna/toml/lib/parser.js"(e,t){var r=1114112,n=class e extends Error{constructor(t,r,n){super("[ParserError] "+t,r,n),this.name="ParserError",this.code="ParserError",Error.captureStackTrace&&Error.captureStackTrace(this,e)}},u=class{constructor(e){this.parser=e,this.buf="",this.returned=null,this.result=null,this.resultTable=null,this.resultArr=null}},i=class{constructor(){this.pos=0,this.col=0,this.line=0,this.obj={},this.ctx=this.obj,this.stack=[],this._buf="",this.char=null,this.ii=0,this.state=new u(this.parseStart)}parse(e){if(0===e.length||null==e.length)return;let t;for(this._buf=String(e),this.ii=-1,this.char=-1;!1===t||this.nextChar();)t=this.runOne();this._buf=null}nextChar(){return 10===this.char&&(++this.line,this.col=-1),++this.ii,this.char=this._buf.codePointAt(this.ii),++this.pos,++this.col,this.haveBuffer()}haveBuffer(){return this.ii<this._buf.length}runOne(){return this.state.parser.call(this,this.state.returned)}finish(){let e;this.char=r;do{e=this.state.parser,this.runOne()}while(this.state.parser!==e);return this.ctx=null,this.state=null,this._buf=null,this.obj}next(e){if("function"!=typeof e)throw new n("Tried to set state to non-existent state: "+JSON.stringify(e));this.state.parser=e}goto(e){return this.next(e),this.runOne()}call(e,t){t&&this.next(t),this.stack.push(this.state),this.state=new u(e)}callNow(e,t){return this.call(e,t),this.runOne()}return(e){if(0===this.stack.length)throw this.error(new n("Stack underflow"));void 0===e&&(e=this.state.buf),this.state=this.stack.pop(),this.state.returned=e}returnNow(e){return this.return(e),this.runOne()}consume(){if(this.char===r)throw this.error(new n("Unexpected end-of-buffer"));this.state.buf+=this._buf[this.ii]}error(e){return e.line=this.line,e.col=this.col,e.pos=this.pos,e}parseStart(){throw new n("Must declare a parseStart method")}};i.END=r,i.Error=n,t.exports=i}}),Or=Pe({"node_modules/@iarna/toml/lib/create-datetime.js"(e,t){t.exports=e=>{const t=new Date(e);if(isNaN(t))throw new TypeError("Invalid Datetime");return t}}}),kr=Pe({"node_modules/@iarna/toml/lib/format-num.js"(e,t){t.exports=(e,t)=>{for(t=String(t);t.length<e;)t="0"+t;return t}}}),Tr=Pe({"node_modules/@iarna/toml/lib/create-datetime-float.js"(e,t){var r=kr(),n=class extends Date{constructor(e){super(e+"Z"),this.isFloating=!0}toISOString(){return`${`${this.getUTCFullYear()}-${r(2,this.getUTCMonth()+1)}-${r(2,this.getUTCDate())}`}T${`${r(2,this.getUTCHours())}:${r(2,this.getUTCMinutes())}:${r(2,this.getUTCSeconds())}.${r(3,this.getUTCMilliseconds())}`}`}};t.exports=e=>{const t=new n(e);if(isNaN(t))throw new TypeError("Invalid Datetime");return t}}}),Ir=Pe({"node_modules/@iarna/toml/lib/create-date.js"(e,t){var r=kr(),n=global.Date,u=class extends n{constructor(e){super(e),this.isDate=!0}toISOString(){return`${this.getUTCFullYear()}-${r(2,this.getUTCMonth()+1)}-${r(2,this.getUTCDate())}`}};t.exports=e=>{const t=new u(e);if(isNaN(t))throw new TypeError("Invalid Datetime");return t}}}),Nr=Pe({"node_modules/@iarna/toml/lib/create-time.js"(e,t){var r=kr(),n=class extends Date{constructor(e){super(`0000-01-01T${e}Z`),this.isTime=!0}toISOString(){return`${r(2,this.getUTCHours())}:${r(2,this.getUTCMinutes())}:${r(2,this.getUTCSeconds())}.${r(3,this.getUTCMilliseconds())}`}};t.exports=e=>{const t=new n(e);if(isNaN(t))throw new TypeError("Invalid Datetime");return t}}}),Lr=Pe({"node_modules/@iarna/toml/lib/toml-parser.js"(e,t){t.exports=re(Rr()),t.exports.makeParserClass=re;var r=class e extends Error{constructor(t){super(t),this.name="TomlError",Error.captureStackTrace&&Error.captureStackTrace(this,e),this.fromTOML=!0,this.wrapped=null}};r.wrap=e=>{const t=new r(e.message);return t.code=e.code,t.wrapped=e,t},t.exports.TomlError=r;var n=Or(),u=Tr(),i=Ir(),s=Nr(),o=10,a=13,c=32,l=34,D=35,h=39,p=45,f=46,d=48,F=58,g=95,m=98,E=101,C=102,y=110,b=114,v=116,A=92,_=127,w={[m]:"\b",[v]:"\t",[y]:"\n",[C]:"\f",[b]:"\r",[l]:'"',[A]:"\\"};function B(e){return e>=d&&e<=57}function S(e){return e>=65&&e<=70||e>=97&&e<=C||e>=d&&e<=57}var x=Symbol("type"),R=Symbol("declared"),O=Object.prototype.hasOwnProperty,k=Object.defineProperty,T={configurable:!0,enumerable:!0,writable:!0,value:void 0};function I(e,t){return!!O.call(e,t)||("__proto__"===t&&k(e,"__proto__",T),!1)}var N=Symbol("inline-table");function L(){return Object.defineProperties({},{[x]:{value:N}})}var P=Symbol("table");function j(){return Object.defineProperties({},{[x]:{value:P},[R]:{value:!1,writable:!0}})}function M(e){return null!==e&&"object"==typeof e&&e[x]===P}var $=Symbol("content-type"),U=Symbol("inline-list");function H(e){return Object.defineProperties([],{[x]:{value:U},[$]:{value:e}})}function G(e){return null!==e&&"object"==typeof e&&e[x]===U}var W,V=Symbol("list");function q(e){return null!==e&&"object"==typeof e&&e[x]===V}try{W=Le("util").inspect.custom}catch(e){}var K=W||"inspect",Y=class{constructor(e){try{this.value=global.BigInt.asIntN(64,e)}catch(e){this.value=null}Object.defineProperty(this,x,{value:z})}isNaN(){return null===this.value}toString(){return String(this.value)}[K](){return`[BigInt: ${this.toString()}]}`}valueOf(){return this.value}},z=Symbol("integer");function X(e){let t=Number(e);return Object.is(t,-0)&&(t=0),global.BigInt&&!Number.isSafeInteger(t)?new Y(e):Object.defineProperties(new Number(t),{isNaN:{value:function(){return isNaN(this)}},[x]:{value:z},[K]:{value:()=>`[Integer: ${e}]`}})}function Q(e){return null!==e&&"object"==typeof e&&e[x]===z}var J=Symbol("float");function Z(e){return Object.defineProperties(new Number(e),{[x]:{value:J},[K]:{value:()=>`[Float: ${e}]`}})}function ee(e){return null!==e&&"object"==typeof e&&e[x]===J}function te(e){const t=typeof e;if("object"===t){if(null===e)return"null";if(e instanceof Date)return"datetime";if(x in e)switch(e[x]){case N:return"inline-table";case U:return"inline-list";case P:return"table";case V:return"list";case J:return"float";case z:return"integer"}}return t}function re(e){return class extends e{constructor(){super(),this.ctx=this.obj=j()}atEndOfWord(){return this.char===D||9===this.char||this.char===c||this.atEndOfLine()}atEndOfLine(){return this.char===e.END||this.char===o||this.char===a}parseStart(){if(this.char===e.END)return null;if(91===this.char)return this.call(this.parseTableOrList);if(this.char===D)return this.call(this.parseComment);if(this.char===o||this.char===c||9===this.char||this.char===a)return null;if((t=this.char)>=65&&t<=90||t>=97&&t<=122||t>=d&&t<=57||t===h||t===l||t===g||t===p)return this.callNow(this.parseAssignStatement);throw this.error(new r(`Unknown character "${this.char}"`));var t}parseWhitespaceToEOL(){if(this.char===c||9===this.char||this.char===a)return null;if(this.char===D)return this.goto(this.parseComment);if(this.char===e.END||this.char===o)return this.return();throw this.error(new r("Unexpected character, expected only whitespace or comments till end of line"))}parseAssignStatement(){return this.callNow(this.parseAssign,this.recordAssignStatement)}recordAssignStatement(e){let t=this.ctx,n=e.key.pop();for(let n of e.key){if(I(t,n)&&(!M(t[n])||t[n][R]))throw this.error(new r("Can't redefine existing key"));t=t[n]=t[n]||j()}if(I(t,n))throw this.error(new r("Can't redefine existing key"));return Q(e.value)||ee(e.value)?t[n]=e.value.valueOf():t[n]=e.value,this.goto(this.parseWhitespaceToEOL)}parseAssign(){return this.callNow(this.parseKeyword,this.recordAssignKeyword)}recordAssignKeyword(e){return this.state.resultTable?this.state.resultTable.push(e):this.state.resultTable=[e],this.goto(this.parseAssignKeywordPreDot)}parseAssignKeywordPreDot(){return this.char===f?this.next(this.parseAssignKeywordPostDot):this.char!==c&&9!==this.char?this.goto(this.parseAssignEqual):void 0}parseAssignKeywordPostDot(){if(this.char!==c&&9!==this.char)return this.callNow(this.parseKeyword,this.recordAssignKeyword)}parseAssignEqual(){if(61===this.char)return this.next(this.parseAssignPreValue);throw this.error(new r('Invalid character, expected "="'))}parseAssignPreValue(){return this.char===c||9===this.char?null:this.callNow(this.parseValue,this.recordAssignValue)}recordAssignValue(e){return this.returnNow({key:this.state.resultTable,value:e})}parseComment(){do{if(this.char===e.END||this.char===o)return this.return()}while(this.nextChar())}parseTableOrList(){if(91!==this.char)return this.goto(this.parseTable);this.next(this.parseList)}parseTable(){return this.ctx=this.obj,this.goto(this.parseTableNext)}parseTableNext(){return this.char===c||9===this.char?null:this.callNow(this.parseKeyword,this.parseTableMore)}parseTableMore(e){if(this.char===c||9===this.char)return null;if(93===this.char){if(I(this.ctx,e)&&(!M(this.ctx[e])||this.ctx[e][R]))throw this.error(new r("Can't redefine existing key"));return this.ctx=this.ctx[e]=this.ctx[e]||j(),this.ctx[R]=!0,this.next(this.parseWhitespaceToEOL)}if(this.char===f){if(I(this.ctx,e))if(M(this.ctx[e]))this.ctx=this.ctx[e];else{if(!q(this.ctx[e]))throw this.error(new r("Can't redefine existing key"));this.ctx=this.ctx[e][this.ctx[e].length-1]}else this.ctx=this.ctx[e]=j();return this.next(this.parseTableNext)}throw this.error(new r("Unexpected character, expected whitespace, . or ]"))}parseList(){return this.ctx=this.obj,this.goto(this.parseListNext)}parseListNext(){return this.char===c||9===this.char?null:this.callNow(this.parseKeyword,this.parseListMore)}parseListMore(e){if(this.char===c||9===this.char)return null;if(93===this.char){if(I(this.ctx,e)||(this.ctx[e]=Object.defineProperties([],{[x]:{value:V}})),G(this.ctx[e]))throw this.error(new r("Can't extend an inline array"));if(!q(this.ctx[e]))throw this.error(new r("Can't redefine an existing key"));{const t=j();this.ctx[e].push(t),this.ctx=t}return this.next(this.parseListEnd)}if(this.char===f){if(I(this.ctx,e)){if(G(this.ctx[e]))throw this.error(new r("Can't extend an inline array"));if(null!==(t=this.ctx[e])&&"object"==typeof t&&t[x]===N)throw this.error(new r("Can't extend an inline table"));if(q(this.ctx[e]))this.ctx=this.ctx[e][this.ctx[e].length-1];else{if(!M(this.ctx[e]))throw this.error(new r("Can't redefine an existing key"));this.ctx=this.ctx[e]}}else this.ctx=this.ctx[e]=j();return this.next(this.parseListNext)}throw this.error(new r("Unexpected character, expected whitespace, . or ]"));var t}parseListEnd(e){if(93===this.char)return this.next(this.parseWhitespaceToEOL);throw this.error(new r("Unexpected character, expected whitespace, . or ]"))}parseValue(){if(this.char===e.END)throw this.error(new r("Key without value"));if(this.char===l)return this.next(this.parseDoubleString);if(this.char===h)return this.next(this.parseSingleString);if(this.char===p||43===this.char)return this.goto(this.parseNumberSign);if(105===this.char)return this.next(this.parseInf);if(this.char===y)return this.next(this.parseNan);if(B(this.char))return this.goto(this.parseNumberOrDateTime);if(116===this.char||this.char===C)return this.goto(this.parseBoolean);if(91===this.char)return this.call(this.parseInlineList,this.recordValue);if(123===this.char)return this.call(this.parseInlineTable,this.recordValue);throw this.error(new r("Unexpected character, expecting string, number, datetime, boolean, inline array or inline table"))}recordValue(e){return this.returnNow(e)}parseInf(){if(this.char===y)return this.next(this.parseInf2);throw this.error(new r('Unexpected character, expected "inf", "+inf" or "-inf"'))}parseInf2(){if(this.char===C)return"-"===this.state.buf?this.return(-1/0):this.return(1/0);throw this.error(new r('Unexpected character, expected "inf", "+inf" or "-inf"'))}parseNan(){if(97===this.char)return this.next(this.parseNan2);throw this.error(new r('Unexpected character, expected "nan"'))}parseNan2(){if(this.char===y)return this.return(NaN);throw this.error(new r('Unexpected character, expected "nan"'))}parseKeyword(){return this.char===l?this.next(this.parseBasicString):this.char===h?this.next(this.parseLiteralString):this.goto(this.parseBareKey)}parseBareKey(){do{if(this.char===e.END)throw this.error(new r("Key ended without value"));if(!((t=this.char)>=65&&t<=90||t>=97&&t<=122||t>=d&&t<=57||t===g||t===p)){if(0===this.state.buf.length)throw this.error(new r("Empty bare keys are not allowed"));return this.returnNow()}this.consume()}while(this.nextChar());var t}parseSingleString(){return this.char===h?this.next(this.parseLiteralMultiStringMaybe):this.goto(this.parseLiteralString)}parseLiteralString(){do{if(this.char===h)return this.return();if(this.atEndOfLine())throw this.error(new r("Unterminated string"));if(this.char===_||this.char<=31&&9!==this.char)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}parseLiteralMultiStringMaybe(){return this.char===h?this.next(this.parseLiteralMultiString):this.returnNow()}parseLiteralMultiString(){return this.char===a?null:this.char===o?this.next(this.parseLiteralMultiStringContent):this.goto(this.parseLiteralMultiStringContent)}parseLiteralMultiStringContent(){do{if(this.char===h)return this.next(this.parseLiteralMultiEnd);if(this.char===e.END)throw this.error(new r("Unterminated multi-line string"));if(this.char===_||this.char<=31&&9!==this.char&&this.char!==o&&this.char!==a)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}parseLiteralMultiEnd(){return this.char===h?this.next(this.parseLiteralMultiEnd2):(this.state.buf+="'",this.goto(this.parseLiteralMultiStringContent))}parseLiteralMultiEnd2(){return this.char===h?this.return():(this.state.buf+="''",this.goto(this.parseLiteralMultiStringContent))}parseDoubleString(){return this.char===l?this.next(this.parseMultiStringMaybe):this.goto(this.parseBasicString)}parseBasicString(){do{if(92===this.char)return this.call(this.parseEscape,this.recordEscapeReplacement);if(this.char===l)return this.return();if(this.atEndOfLine())throw this.error(new r("Unterminated string"));if(this.char===_||this.char<=31&&9!==this.char)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}recordEscapeReplacement(e){return this.state.buf+=e,this.goto(this.parseBasicString)}parseMultiStringMaybe(){return this.char===l?this.next(this.parseMultiString):this.returnNow()}parseMultiString(){return this.char===a?null:this.char===o?this.next(this.parseMultiStringContent):this.goto(this.parseMultiStringContent)}parseMultiStringContent(){do{if(92===this.char)return this.call(this.parseMultiEscape,this.recordMultiEscapeReplacement);if(this.char===l)return this.next(this.parseMultiEnd);if(this.char===e.END)throw this.error(new r("Unterminated multi-line string"));if(this.char===_||this.char<=31&&9!==this.char&&this.char!==o&&this.char!==a)throw this.errorControlCharInString();this.consume()}while(this.nextChar())}errorControlCharInString(){let e="\\u00";return this.char<16&&(e+="0"),e+=this.char.toString(16),this.error(new r(`Control characters (codes < 0x1f and 0x7f) are not allowed in strings, use ${e} instead`))}recordMultiEscapeReplacement(e){return this.state.buf+=e,this.goto(this.parseMultiStringContent)}parseMultiEnd(){return this.char===l?this.next(this.parseMultiEnd2):(this.state.buf+='"',this.goto(this.parseMultiStringContent))}parseMultiEnd2(){return this.char===l?this.return():(this.state.buf+='""',this.goto(this.parseMultiStringContent))}parseMultiEscape(){return this.char===a||this.char===o?this.next(this.parseMultiTrim):this.char===c||9===this.char?this.next(this.parsePreMultiTrim):this.goto(this.parseEscape)}parsePreMultiTrim(){if(this.char===c||9===this.char)return null;if(this.char===a||this.char===o)return this.next(this.parseMultiTrim);throw this.error(new r("Can't escape whitespace"))}parseMultiTrim(){return this.char===o||this.char===c||9===this.char||this.char===a?null:this.returnNow()}parseEscape(){if(this.char in w)return this.return(w[this.char]);if(117===this.char)return this.call(this.parseSmallUnicode,this.parseUnicodeReturn);if(85===this.char)return this.call(this.parseLargeUnicode,this.parseUnicodeReturn);throw this.error(new r("Unknown escape character: "+this.char))}parseUnicodeReturn(e){try{const t=parseInt(e,16);if(t>=55296&&t<=57343)throw this.error(new r("Invalid unicode, character in range 0xD800 - 0xDFFF is reserved"));return this.returnNow(String.fromCodePoint(t))}catch(e){throw this.error(r.wrap(e))}}parseSmallUnicode(){if(!S(this.char))throw this.error(new r("Invalid character in unicode sequence, expected hex"));if(this.consume(),this.state.buf.length>=4)return this.return()}parseLargeUnicode(){if(!S(this.char))throw this.error(new r("Invalid character in unicode sequence, expected hex"));if(this.consume(),this.state.buf.length>=8)return this.return()}parseNumberSign(){return this.consume(),this.next(this.parseMaybeSignedInfOrNan)}parseMaybeSignedInfOrNan(){return 105===this.char?this.next(this.parseInf):this.char===y?this.next(this.parseNan):this.callNow(this.parseNoUnder,this.parseNumberIntegerStart)}parseNumberIntegerStart(){return this.char===d?(this.consume(),this.next(this.parseNumberIntegerExponentOrDecimal)):this.goto(this.parseNumberInteger)}parseNumberIntegerExponentOrDecimal(){return this.char===f?(this.consume(),this.call(this.parseNoUnder,this.parseNumberFloat)):69===this.char||this.char===E?(this.consume(),this.next(this.parseNumberExponentSign)):this.returnNow(X(this.state.buf))}parseNumberInteger(){if(!B(this.char)){if(this.char===g)return this.call(this.parseNoUnder);if(69===this.char||this.char===E)return this.consume(),this.next(this.parseNumberExponentSign);if(this.char===f)return this.consume(),this.call(this.parseNoUnder,this.parseNumberFloat);{const e=X(this.state.buf);if(e.isNaN())throw this.error(new r("Invalid number"));return this.returnNow(e)}}this.consume()}parseNoUnder(){if(this.char===g||this.char===f||69===this.char||this.char===E)throw this.error(new r("Unexpected character, expected digit"));if(this.atEndOfWord())throw this.error(new r("Incomplete number"));return this.returnNow()}parseNoUnderHexOctBinLiteral(){if(this.char===g||this.char===f)throw this.error(new r("Unexpected character, expected digit"));if(this.atEndOfWord())throw this.error(new r("Incomplete number"));return this.returnNow()}parseNumberFloat(){return this.char===g?this.call(this.parseNoUnder,this.parseNumberFloat):B(this.char)?void this.consume():69===this.char||this.char===E?(this.consume(),this.next(this.parseNumberExponentSign)):this.returnNow(Z(this.state.buf))}parseNumberExponentSign(){if(B(this.char))return this.goto(this.parseNumberExponent);if(this.char!==p&&43!==this.char)throw this.error(new r("Unexpected character, expected -, + or digit"));this.consume(),this.call(this.parseNoUnder,this.parseNumberExponent)}parseNumberExponent(){if(!B(this.char))return this.char===g?this.call(this.parseNoUnder):this.returnNow(Z(this.state.buf));this.consume()}parseNumberOrDateTime(){return this.char===d?(this.consume(),this.next(this.parseNumberBaseOrDateTime)):this.goto(this.parseNumberOrDateTimeOnly)}parseNumberOrDateTimeOnly(){return this.char===g?this.call(this.parseNoUnder,this.parseNumberInteger):B(this.char)?(this.consume(),void(this.state.buf.length>4&&this.next(this.parseNumberInteger))):69===this.char||this.char===E?(this.consume(),this.next(this.parseNumberExponentSign)):this.char===f?(this.consume(),this.call(this.parseNoUnder,this.parseNumberFloat)):this.char===p?this.goto(this.parseDateTime):this.char===F?this.goto(this.parseOnlyTimeHour):this.returnNow(X(this.state.buf))}parseDateTimeOnly(){if(this.state.buf.length<4){if(B(this.char))return this.consume();if(this.char===F)return this.goto(this.parseOnlyTimeHour);throw this.error(new r("Expected digit while parsing year part of a date"))}if(this.char===p)return this.goto(this.parseDateTime);throw this.error(new r("Expected hyphen (-) while parsing year part of date"))}parseNumberBaseOrDateTime(){return 98===this.char?(this.consume(),this.call(this.parseNoUnderHexOctBinLiteral,this.parseIntegerBin)):111===this.char?(this.consume(),this.call(this.parseNoUnderHexOctBinLiteral,this.parseIntegerOct)):120===this.char?(this.consume(),this.call(this.parseNoUnderHexOctBinLiteral,this.parseIntegerHex)):this.char===f?this.goto(this.parseNumberInteger):B(this.char)?this.goto(this.parseDateTimeOnly):this.returnNow(X(this.state.buf))}parseIntegerHex(){if(!S(this.char)){if(this.char===g)return this.call(this.parseNoUnderHexOctBinLiteral);{const e=X(this.state.buf);if(e.isNaN())throw this.error(new r("Invalid number"));return this.returnNow(e)}}this.consume()}parseIntegerOct(){if(!((e=this.char)>=d&&e<=55)){if(this.char===g)return this.call(this.parseNoUnderHexOctBinLiteral);{const e=X(this.state.buf);if(e.isNaN())throw this.error(new r("Invalid number"));return this.returnNow(e)}}var e;this.consume()}parseIntegerBin(){if(49!==(e=this.char)&&e!==d){if(this.char===g)return this.call(this.parseNoUnderHexOctBinLiteral);{const e=X(this.state.buf);if(e.isNaN())throw this.error(new r("Invalid number"));return this.returnNow(e)}}var e;this.consume()}parseDateTime(){if(this.state.buf.length<4)throw this.error(new r("Years less than 1000 must be zero padded to four characters"));return this.state.result=this.state.buf,this.state.buf="",this.next(this.parseDateMonth)}parseDateMonth(){if(this.char===p){if(this.state.buf.length<2)throw this.error(new r("Months less than 10 must be zero padded to two characters"));return this.state.result+="-"+this.state.buf,this.state.buf="",this.next(this.parseDateDay)}if(!B(this.char))throw this.error(new r("Incomplete datetime"));this.consume()}parseDateDay(){if(84===this.char||this.char===c){if(this.state.buf.length<2)throw this.error(new r("Days less than 10 must be zero padded to two characters"));return this.state.result+="-"+this.state.buf,this.state.buf="",this.next(this.parseStartTimeHour)}if(this.atEndOfWord())return this.returnNow(i(this.state.result+"-"+this.state.buf));if(!B(this.char))throw this.error(new r("Incomplete datetime"));this.consume()}parseStartTimeHour(){return this.atEndOfWord()?this.returnNow(i(this.state.result)):this.goto(this.parseTimeHour)}parseTimeHour(){if(this.char===F){if(this.state.buf.length<2)throw this.error(new r("Hours less than 10 must be zero padded to two characters"));return this.state.result+="T"+this.state.buf,this.state.buf="",this.next(this.parseTimeMin)}if(!B(this.char))throw this.error(new r("Incomplete datetime"));this.consume()}parseTimeMin(){if(!(this.state.buf.length<2&&B(this.char))){if(2===this.state.buf.length&&this.char===F)return this.state.result+=":"+this.state.buf,this.state.buf="",this.next(this.parseTimeSec);throw this.error(new r("Incomplete datetime"))}this.consume()}parseTimeSec(){if(!B(this.char))throw this.error(new r("Incomplete datetime"));if(this.consume(),2===this.state.buf.length)return this.state.result+=":"+this.state.buf,this.state.buf="",this.next(this.parseTimeZoneOrFraction)}parseOnlyTimeHour(){if(this.char===F){if(this.state.buf.length<2)throw this.error(new r("Hours less than 10 must be zero padded to two characters"));return this.state.result=this.state.buf,this.state.buf="",this.next(this.parseOnlyTimeMin)}throw this.error(new r("Incomplete time"))}parseOnlyTimeMin(){if(!(this.state.buf.length<2&&B(this.char))){if(2===this.state.buf.length&&this.char===F)return this.state.result+=":"+this.state.buf,this.state.buf="",this.next(this.parseOnlyTimeSec);throw this.error(new r("Incomplete time"))}this.consume()}parseOnlyTimeSec(){if(!B(this.char))throw this.error(new r("Incomplete time"));if(this.consume(),2===this.state.buf.length)return this.next(this.parseOnlyTimeFractionMaybe)}parseOnlyTimeFractionMaybe(){if(this.state.result+=":"+this.state.buf,this.char!==f)return this.return(s(this.state.result));this.state.buf="",this.next(this.parseOnlyTimeFraction)}parseOnlyTimeFraction(){if(!B(this.char)){if(this.atEndOfWord()){if(0===this.state.buf.length)throw this.error(new r("Expected digit in milliseconds"));return this.returnNow(s(this.state.result+"."+this.state.buf))}throw this.error(new r("Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z"))}this.consume()}parseTimeZoneOrFraction(){if(this.char===f)this.consume(),this.next(this.parseDateTimeFraction);else{if(this.char!==p&&43!==this.char){if(90===this.char)return this.consume(),this.return(n(this.state.result+this.state.buf));if(this.atEndOfWord())return this.returnNow(u(this.state.result+this.state.buf));throw this.error(new r("Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z"))}this.consume(),this.next(this.parseTimeZoneHour)}}parseDateTimeFraction(){if(B(this.char))this.consume();else{if(1===this.state.buf.length)throw this.error(new r("Expected digit in milliseconds"));if(this.char!==p&&43!==this.char){if(90===this.char)return this.consume(),this.return(n(this.state.result+this.state.buf));if(this.atEndOfWord())return this.returnNow(u(this.state.result+this.state.buf));throw this.error(new r("Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z"))}this.consume(),this.next(this.parseTimeZoneHour)}}parseTimeZoneHour(){if(!B(this.char))throw this.error(new r("Unexpected character in datetime, expected digit"));if(this.consume(),/\d\d$/.test(this.state.buf))return this.next(this.parseTimeZoneSep)}parseTimeZoneSep(){if(this.char!==F)throw this.error(new r("Unexpected character in datetime, expected colon"));this.consume(),this.next(this.parseTimeZoneMin)}parseTimeZoneMin(){if(!B(this.char))throw this.error(new r("Unexpected character in datetime, expected digit"));if(this.consume(),/\d\d$/.test(this.state.buf))return this.return(n(this.state.result+this.state.buf))}parseBoolean(){return 116===this.char?(this.consume(),this.next(this.parseTrue_r)):this.char===C?(this.consume(),this.next(this.parseFalse_a)):void 0}parseTrue_r(){if(114===this.char)return this.consume(),this.next(this.parseTrue_u);throw this.error(new r("Invalid boolean, expected true or false"))}parseTrue_u(){if(117===this.char)return this.consume(),this.next(this.parseTrue_e);throw this.error(new r("Invalid boolean, expected true or false"))}parseTrue_e(){if(this.char===E)return this.return(!0);throw this.error(new r("Invalid boolean, expected true or false"))}parseFalse_a(){if(97===this.char)return this.consume(),this.next(this.parseFalse_l);throw this.error(new r("Invalid boolean, expected true or false"))}parseFalse_l(){if(108===this.char)return this.consume(),this.next(this.parseFalse_s);throw this.error(new r("Invalid boolean, expected true or false"))}parseFalse_s(){if(115===this.char)return this.consume(),this.next(this.parseFalse_e);throw this.error(new r("Invalid boolean, expected true or false"))}parseFalse_e(){if(this.char===E)return this.return(!1);throw this.error(new r("Invalid boolean, expected true or false"))}parseInlineList(){if(this.char===c||9===this.char||this.char===a||this.char===o)return null;if(this.char===e.END)throw this.error(new r("Unterminated inline array"));return this.char===D?this.call(this.parseComment):93===this.char?this.return(this.state.resultArr||H()):this.callNow(this.parseValue,this.recordInlineListValue)}recordInlineListValue(e){if(this.state.resultArr){const t=this.state.resultArr[$],n=te(e);if(t!==n)throw this.error(new r(`Inline lists must be a single type, not a mix of ${t} and ${n}`))}else this.state.resultArr=H(te(e));return ee(e)||Q(e)?this.state.resultArr.push(e.valueOf()):this.state.resultArr.push(e),this.goto(this.parseInlineListNext)}parseInlineListNext(){if(this.char===c||9===this.char||this.char===a||this.char===o)return null;if(this.char===D)return this.call(this.parseComment);if(44===this.char)return this.next(this.parseInlineList);if(93===this.char)return this.goto(this.parseInlineList);throw this.error(new r("Invalid character, expected whitespace, comma (,) or close bracket (])"))}parseInlineTable(){if(this.char===c||9===this.char)return null;if(this.char===e.END||this.char===D||this.char===o||this.char===a)throw this.error(new r("Unterminated inline array"));return 125===this.char?this.return(this.state.resultTable||L()):(this.state.resultTable||(this.state.resultTable=L()),this.callNow(this.parseAssign,this.recordInlineTableValue))}recordInlineTableValue(e){let t=this.state.resultTable,n=e.key.pop();for(let n of e.key){if(I(t,n)&&(!M(t[n])||t[n][R]))throw this.error(new r("Can't redefine existing key"));t=t[n]=t[n]||j()}if(I(t,n))throw this.error(new r("Can't redefine existing key"));return Q(e.value)||ee(e.value)?t[n]=e.value.valueOf():t[n]=e.value,this.goto(this.parseInlineTableNext)}parseInlineTableNext(){if(this.char===c||9===this.char)return null;if(this.char===e.END||this.char===D||this.char===o||this.char===a)throw this.error(new r("Unterminated inline array"));if(44===this.char)return this.next(this.parseInlineTable);if(125===this.char)return this.goto(this.parseInlineTable);throw this.error(new r("Invalid character, expected whitespace, comma (,) or close bracket (])"))}}}}}),Pr=Pe({"node_modules/@iarna/toml/parse-pretty-error.js"(e,t){t.exports=function(e,t){if(null==e.pos||null==e.line)return e;let r=e.message;if(r+=` at row ${e.line+1}, col ${e.col+1}, pos ${e.pos}:\n`,t&&t.split){const n=t.split(/\n/),u=String(Math.min(n.length,e.line+3)).length;let i=" ";for(;i.length<u;)i+=" ";for(let t=Math.max(0,e.line-1);t<Math.min(n.length,e.line+2);++t){let s=String(t+1);if(s.length<u&&(s=" "+s),e.line===t){r+=s+"> "+n[t]+"\n",r+=i+" ";for(let t=0;t<e.col;++t)r+=" ";r+="^\n"}else r+=s+": "+n[t]+"\n"}}return e.message=r+"\n",e}}}),jr=Pe({"node_modules/@iarna/toml/parse-async.js"(e,t){t.exports=function(e,t){t||(t={});const u=t.blocksize||40960,i=new r;return new Promise(((e,t)=>{setImmediate(s,0,u,e,t)}));function s(t,r,u,o){if(t>=e.length)try{return u(i.finish())}catch(t){return o(n(t,e))}try{i.parse(e.slice(t,t+r)),setImmediate(s,t+r,r,u,o)}catch(t){o(n(t,e))}}};var r=Lr(),n=Pr()}}),Mr=Pe({"node_modules/js-tokens/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,e.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:void 0};return e[1]?(t.type="string",t.closed=!(!e[3]&&!e[4])):e[5]?t.type="comment":e[6]?(t.type="comment",t.closed=!!e[7]):e[8]?t.type="regex":e[9]?t.type="number":e[10]?t.type="name":e[11]?t.type="punctuator":e[12]&&(t.type="whitespace"),t}}}),$r=Pe({"node_modules/@babel/helper-validator-identifier/lib/identifier.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isIdentifierChar=c,e.isIdentifierName=function(e){let t=!0;for(let r=0;r<e.length;r++){let n=e.charCodeAt(r);if(55296==(64512&n)&&r+1<e.length){const t=e.charCodeAt(++r);56320==(64512&t)&&(n=65536+((1023&n)<<10)+(1023&t))}if(t){if(t=!1,!a(n))return!1}else if(!c(n))return!1}return!t},e.isIdentifierStart=a;var t="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",r="·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・",n=new RegExp("["+t+"]"),u=new RegExp("["+t+r+"]");t=r=null;var i=[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],s=[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 o(e,t){let r=65536;for(let n=0,u=t.length;n<u;n+=2){if(r+=t[n],r>e)return!1;if(r+=t[n+1],r>=e)return!0}return!1}function a(e){return e<65?36===e:e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&n.test(String.fromCharCode(e)):o(e,i)))}function c(e){return e<48?36===e:e<58||!(e<65)&&(e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&u.test(String.fromCharCode(e)):o(e,i)||o(e,s))))}}}),Ur=Pe({"node_modules/@babel/helper-validator-identifier/lib/keyword.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isKeyword=function(e){return n.has(e)},e.isReservedWord=s,e.isStrictBindOnlyReservedWord=a,e.isStrictBindReservedWord=function(e,t){return o(e,t)||a(e)},e.isStrictReservedWord=o;var t=["implements","interface","let","package","private","protected","public","static","yield"],r=["eval","arguments"],n=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"]),u=new Set(t),i=new Set(r);function s(e,t){return t&&"await"===e||"enum"===e}function o(e,t){return s(e,t)||u.has(e)}function a(e){return i.has(e)}}}),Hr=Pe({"node_modules/@babel/helper-validator-identifier/lib/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:function(){return t.isIdentifierChar}}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:function(){return t.isIdentifierName}}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:function(){return t.isIdentifierStart}}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:function(){return r.isKeyword}}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:function(){return r.isReservedWord}}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:function(){return r.isStrictBindOnlyReservedWord}}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:function(){return r.isStrictBindReservedWord}}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:function(){return r.isStrictReservedWord}});var t=$r(),r=Ur()}}),Gr=Pe({"node_modules/@babel/code-frame/node_modules/escape-string-regexp/index.js"(e,t){var r=/[|\\{}()[\]^$+*?.]/g;t.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(r,"\\$&")}}}),Wr=Pe({"node_modules/color-name/index.js"(e,t){t.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}}}),Vr=Pe({"node_modules/color-convert/conversions.js"(e,t){var r,n=Wr(),u={};for(r in n)n.hasOwnProperty(r)&&(u[n[r]]=r);var i,s,o,a=t.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(o in a)if(a.hasOwnProperty(o)){if(!("channels"in a[o]))throw new Error("missing channels property: "+o);if(!("labels"in a[o]))throw new Error("missing channel labels property: "+o);if(a[o].labels.length!==a[o].channels)throw new Error("channel and label counts mismatch: "+o);i=a[o].channels,s=a[o].labels,delete a[o].channels,delete a[o].labels,Object.defineProperty(a[o],"channels",{value:i}),Object.defineProperty(a[o],"labels",{value:s})}a.rgb.hsl=function(e){var t,r,n=e[0]/255,u=e[1]/255,i=e[2]/255,s=Math.min(n,u,i),o=Math.max(n,u,i),a=o-s;return o===s?t=0:n===o?t=(u-i)/a:u===o?t=2+(i-n)/a:i===o&&(t=4+(n-u)/a),(t=Math.min(60*t,360))<0&&(t+=360),r=(s+o)/2,[t,100*(o===s?0:r<=.5?a/(o+s):a/(2-o-s)),100*r]},a.rgb.hsv=function(e){var t,r,n,u,i,s=e[0]/255,o=e[1]/255,a=e[2]/255,c=Math.max(s,o,a),l=c-Math.min(s,o,a),D=function(e){return(c-e)/6/l+.5};return 0===l?u=i=0:(i=l/c,t=D(s),r=D(o),n=D(a),s===c?u=n-r:o===c?u=1/3+t-n:a===c&&(u=2/3+r-t),u<0?u+=1:u>1&&(u-=1)),[360*u,100*i,100*c]},a.rgb.hwb=function(e){var t=e[0],r=e[1],n=e[2];return[a.rgb.hsl(e)[0],100*(1/255*Math.min(t,Math.min(r,n))),100*(n=1-1/255*Math.max(t,Math.max(r,n)))]},a.rgb.cmyk=function(e){var t,r=e[0]/255,n=e[1]/255,u=e[2]/255;return[100*((1-r-(t=Math.min(1-r,1-n,1-u)))/(1-t)||0),100*((1-n-t)/(1-t)||0),100*((1-u-t)/(1-t)||0),100*t]},a.rgb.keyword=function(e){var t=u[e];if(t)return t;var r,i,s,o=1/0;for(var a in n)if(n.hasOwnProperty(a)){var c=n[a],l=(i=e,s=c,Math.pow(i[0]-s[0],2)+Math.pow(i[1]-s[1],2)+Math.pow(i[2]-s[2],2));l<o&&(o=l,r=a)}return r},a.keyword.rgb=function(e){return n[e]},a.rgb.xyz=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)+.1805*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)),100*(.2126*t+.7152*r+.0722*n),100*(.0193*t+.1192*r+.9505*n)]},a.rgb.lab=function(e){var t=a.rgb.xyz(e),r=t[0],n=t[1],u=t[2];return n/=100,u/=108.883,r=(r/=95.047)>.008856?Math.pow(r,1/3):7.787*r+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(r-n),200*(n-(u=u>.008856?Math.pow(u,1/3):7.787*u+16/116))]},a.hsl.rgb=function(e){var t,r,n,u,i,s=e[0]/360,o=e[1]/100,a=e[2]/100;if(0===o)return[i=255*a,i,i];t=2*a-(r=a<.5?a*(1+o):a+o-a*o),u=[0,0,0];for(var c=0;c<3;c++)(n=s+1/3*-(c-1))<0&&n++,n>1&&n--,i=6*n<1?t+6*(r-t)*n:2*n<1?r:3*n<2?t+(r-t)*(2/3-n)*6:t,u[c]=255*i;return u},a.hsl.hsv=function(e){var t=e[0],r=e[1]/100,n=e[2]/100,u=r,i=Math.max(n,.01);return r*=(n*=2)<=1?n:2-n,u*=i<=1?i:2-i,[t,100*(0===n?2*u/(i+u):2*r/(n+r)),100*((n+r)/2)]},a.hsv.rgb=function(e){var t=e[0]/60,r=e[1]/100,n=e[2]/100,u=Math.floor(t)%6,i=t-Math.floor(t),s=255*n*(1-r),o=255*n*(1-r*i),a=255*n*(1-r*(1-i));switch(n*=255,u){case 0:return[n,a,s];case 1:return[o,n,s];case 2:return[s,n,a];case 3:return[s,o,n];case 4:return[a,s,n];case 5:return[n,s,o]}},a.hsv.hsl=function(e){var t,r,n,u=e[0],i=e[1]/100,s=e[2]/100,o=Math.max(s,.01);return n=(2-i)*s,r=i*o,[u,100*(r=(r/=(t=(2-i)*o)<=1?t:2-t)||0),100*(n/=2)]},a.hwb.rgb=function(e){var t,r,n,u,i,s,o,a=e[0]/360,c=e[1]/100,l=e[2]/100,D=c+l;switch(D>1&&(c/=D,l/=D),n=6*a-(t=Math.floor(6*a)),1&t&&(n=1-n),u=c+n*((r=1-l)-c),t){default:case 6:case 0:i=r,s=u,o=c;break;case 1:i=u,s=r,o=c;break;case 2:i=c,s=r,o=u;break;case 3:i=c,s=u,o=r;break;case 4:i=u,s=c,o=r;break;case 5:i=r,s=c,o=u}return[255*i,255*s,255*o]},a.cmyk.rgb=function(e){var t=e[0]/100,r=e[1]/100,n=e[2]/100,u=e[3]/100;return[255*(1-Math.min(1,t*(1-u)+u)),255*(1-Math.min(1,r*(1-u)+u)),255*(1-Math.min(1,n*(1-u)+u))]},a.xyz.rgb=function(e){var t,r,n,u=e[0]/100,i=e[1]/100,s=e[2]/100;return r=-.9689*u+1.8758*i+.0415*s,n=.0557*u+-.204*i+1.057*s,t=(t=3.2406*u+-1.5372*i+-.4986*s)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,[255*(t=Math.min(Math.max(0,t),1)),255*(r=Math.min(Math.max(0,r),1)),255*(n=Math.min(Math.max(0,n),1))]},a.xyz.lab=function(e){var t=e[0],r=e[1],n=e[2];return r/=100,n/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116)-16,500*(t-r),200*(r-(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116))]},a.lab.xyz=function(e){var t,r,n,u=e[0];t=e[1]/500+(r=(u+16)/116),n=r-e[2]/200;var i=Math.pow(r,3),s=Math.pow(t,3),o=Math.pow(n,3);return r=i>.008856?i:(r-16/116)/7.787,t=s>.008856?s:(t-16/116)/7.787,n=o>.008856?o:(n-16/116)/7.787,[t*=95.047,r*=100,n*=108.883]},a.lab.lch=function(e){var t,r=e[0],n=e[1],u=e[2];return(t=360*Math.atan2(u,n)/2/Math.PI)<0&&(t+=360),[r,Math.sqrt(n*n+u*u),t]},a.lch.lab=function(e){var t,r=e[0],n=e[1];return t=e[2]/360*2*Math.PI,[r,n*Math.cos(t),n*Math.sin(t)]},a.rgb.ansi16=function(e){var t=e[0],r=e[1],n=e[2],u=1 in arguments?arguments[1]:a.rgb.hsv(e)[2];if(0===(u=Math.round(u/50)))return 30;var i=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(t/255));return 2===u&&(i+=60),i},a.hsv.ansi16=function(e){return a.rgb.ansi16(a.hsv.rgb(e),e[2])},a.rgb.ansi256=function(e){var t=e[0],r=e[1],n=e[2];return t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},a.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var r=.5*(1+~~(e>50));return[(1&t)*r*255,(t>>1&1)*r*255,(t>>2&1)*r*255]},a.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var r;return e-=16,[Math.floor(e/36)/5*255,Math.floor((r=e%36)/6)/5*255,r%6/5*255]},a.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},a.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var r=t[0];3===t[0].length&&(r=r.split("").map((function(e){return e+e})).join(""));var n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},a.rgb.hcg=function(e){var t,r=e[0]/255,n=e[1]/255,u=e[2]/255,i=Math.max(Math.max(r,n),u),s=Math.min(Math.min(r,n),u),o=i-s;return t=o<=0?0:i===r?(n-u)/o%6:i===n?2+(u-r)/o:4+(r-n)/o+4,t/=6,[360*(t%=1),100*o,100*(o<1?s/(1-o):0)]},a.hsl.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=1,u=0;return(n=r<.5?2*t*r:2*t*(1-r))<1&&(u=(r-.5*n)/(1-n)),[e[0],100*n,100*u]},a.hsv.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=t*r,u=0;return n<1&&(u=(r-n)/(1-n)),[e[0],100*n,100*u]},a.hcg.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100;if(0===r)return[255*n,255*n,255*n];var u,i=[0,0,0],s=t%1*6,o=s%1,a=1-o;switch(Math.floor(s)){case 0:i[0]=1,i[1]=o,i[2]=0;break;case 1:i[0]=a,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=o;break;case 3:i[0]=0,i[1]=a,i[2]=1;break;case 4:i[0]=o,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=a}return u=(1-r)*n,[255*(r*i[0]+u),255*(r*i[1]+u),255*(r*i[2]+u)]},a.hcg.hsv=function(e){var t=e[1]/100,r=t+e[2]/100*(1-t),n=0;return r>0&&(n=t/r),[e[0],100*n,100*r]},a.hcg.hsl=function(e){var t=e[1]/100,r=e[2]/100*(1-t)+.5*t,n=0;return r>0&&r<.5?n=t/(2*r):r>=.5&&r<1&&(n=t/(2*(1-r))),[e[0],100*n,100*r]},a.hcg.hwb=function(e){var t=e[1]/100,r=t+e[2]/100*(1-t);return[e[0],100*(r-t),100*(1-r)]},a.hwb.hcg=function(e){var t=e[1]/100,r=1-e[2]/100,n=r-t,u=0;return n<1&&(u=(r-n)/(1-n)),[e[0],100*n,100*u]},a.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},a.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},a.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},a.gray.hsl=a.gray.hsv=function(e){return[0,0,e[0]]},a.gray.hwb=function(e){return[0,100,e[0]]},a.gray.cmyk=function(e){return[0,0,0,e[0]]},a.gray.lab=function(e){return[e[0],0,0]},a.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r},a.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}}}),qr=Pe({"node_modules/color-convert/route.js"(e,t){var r=Vr();function n(e){var t=function(){for(var e={},t=Object.keys(r),n=t.length,u=0;u<n;u++)e[t[u]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;)for(var u=n.pop(),i=Object.keys(r[u]),s=i.length,o=0;o<s;o++){var a=i[o],c=t[a];-1===c.distance&&(c.distance=t[u].distance+1,c.parent=u,n.unshift(a))}return t}function u(e,t){return function(r){return t(e(r))}}function i(e,t){for(var n=[t[e].parent,e],i=r[t[e].parent][e],s=t[e].parent;t[s].parent;)n.unshift(t[s].parent),i=u(r[t[s].parent][s],i),s=t[s].parent;return i.conversion=n,i}t.exports=function(e){for(var t=n(e),r={},u=Object.keys(t),s=u.length,o=0;o<s;o++){var a=u[o];null!==t[a].parent&&(r[a]=i(a,t))}return r}}}),Kr=Pe({"node_modules/color-convert/index.js"(e,t){var r=Vr(),n=qr(),u={};Object.keys(r).forEach((function(e){u[e]={},Object.defineProperty(u[e],"channels",{value:r[e].channels}),Object.defineProperty(u[e],"labels",{value:r[e].labels});var t=n(e);Object.keys(t).forEach((function(r){var n=t[r];u[e][r]=function(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var r=e(t);if("object"==typeof r)for(var n=r.length,u=0;u<n;u++)r[u]=Math.round(r[u]);return r};return"conversion"in e&&(t.conversion=e.conversion),t}(n),u[e][r].raw=function(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(n)}))})),t.exports=u}}),Yr=Pe({"node_modules/@babel/code-frame/node_modules/ansi-styles/index.js"(e,t){var r=Kr(),n=(e,t)=>function(){return`[${e.apply(r,arguments)+t}m`},u=(e,t)=>function(){const n=e.apply(r,arguments);return`[${38+t};5;${n}m`},i=(e,t)=>function(){const n=e.apply(r,arguments);return`[${38+t};2;${n[0]};${n[1]};${n[2]}m`};Object.defineProperty(t,"exports",{enumerable:!0,get:function(){const e=new Map,t={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};t.color.grey=t.color.gray;for(const r of Object.keys(t)){const n=t[r];for(const r of Object.keys(n)){const u=n[r];t[r]={open:`[${u[0]}m`,close:`[${u[1]}m`},n[r]=t[r],e.set(u[0],u[1])}Object.defineProperty(t,r,{value:n,enumerable:!1}),Object.defineProperty(t,"codes",{value:e,enumerable:!1})}const s=e=>e,o=(e,t,r)=>[e,t,r];t.color.close="[39m",t.bgColor.close="[49m",t.color.ansi={ansi:n(s,0)},t.color.ansi256={ansi256:u(s,0)},t.color.ansi16m={rgb:i(o,0)},t.bgColor.ansi={ansi:n(s,10)},t.bgColor.ansi256={ansi256:u(s,10)},t.bgColor.ansi16m={rgb:i(o,10)};for(let e of Object.keys(r)){if("object"!=typeof r[e])continue;const s=r[e];"ansi16"===e&&(e="ansi"),"ansi16"in s&&(t.color.ansi[e]=n(s.ansi16,0),t.bgColor.ansi[e]=n(s.ansi16,10)),"ansi256"in s&&(t.color.ansi256[e]=u(s.ansi256,0),t.bgColor.ansi256[e]=u(s.ansi256,10)),"rgb"in s&&(t.color.ansi16m[e]=i(s.rgb,0),t.bgColor.ansi16m[e]=i(s.rgb,10))}return t}})}}),zr=Pe({"node_modules/@babel/code-frame/node_modules/has-flag/index.js"(e,t){t.exports=(e,t)=>{t=t||process.argv;const r=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(r+e),u=t.indexOf("--");return-1!==n&&(-1===u||n<u)}}}),Xr=Pe({"node_modules/@babel/code-frame/node_modules/supports-color/index.js"(e,t){var r,n=Le("os"),u=zr(),i=process.env;function s(e){const t=function(e){if(!1===r)return 0;if(u("color=16m")||u("color=full")||u("color=truecolor"))return 3;if(u("color=256"))return 2;if(e&&!e.isTTY&&!0!==r)return 0;const t=r?1:0;if("win32"===process.platform){const e=n.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in i)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in i))||"codeship"===i.CI_NAME?1:t;if("TEAMCITY_VERSION"in i)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(i.TEAMCITY_VERSION)?1:0;if("truecolor"===i.COLORTERM)return 3;if("TERM_PROGRAM"in i){const e=parseInt((i.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(i.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(i.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(i.TERM)||"COLORTERM"in i?1:(i.TERM,t)}(e);return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(t)}u("no-color")||u("no-colors")||u("color=false")?r=!1:(u("color")||u("colors")||u("color=true")||u("color=always"))&&(r=!0),"FORCE_COLOR"in i&&(r=0===i.FORCE_COLOR.length||0!==parseInt(i.FORCE_COLOR,10)),t.exports={supportsColor:s,stdout:s(process.stdout),stderr:s(process.stderr)}}}),Qr=Pe({"node_modules/@babel/code-frame/node_modules/chalk/templates.js"(e,t){var r=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,n=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,u=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,i=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,s=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function o(e){return"u"===e[0]&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):s.get(e)||e}function a(e,t){const r=[],n=t.trim().split(/\s*,\s*/g);let s;for(const t of n)if(isNaN(t)){if(!(s=t.match(u)))throw new Error(`Invalid Chalk template style argument: ${t} (in style '${e}')`);r.push(s[2].replace(i,((e,t,r)=>t?o(t):r)))}else r.push(Number(t));return r}function c(e){n.lastIndex=0;const t=[];let r;for(;null!==(r=n.exec(e));){const e=r[1];if(r[2]){const n=a(e,r[2]);t.push([e].concat(n))}else t.push([e])}return t}function l(e,t){const r={};for(const e of t)for(const t of e.styles)r[t[0]]=e.inverse?null:t.slice(1);let n=e;for(const e of Object.keys(r))if(Array.isArray(r[e])){if(!(e in n))throw new Error(`Unknown Chalk style: ${e}`);n=r[e].length>0?n[e].apply(n,r[e]):n[e]}return n}t.exports=(e,t)=>{const n=[],u=[];let i=[];if(t.replace(r,((t,r,s,a,D,h)=>{if(r)i.push(o(r));else if(a){const t=i.join("");i=[],u.push(0===n.length?t:l(e,n)(t)),n.push({inverse:s,styles:c(a)})}else if(D){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");u.push(l(e,n)(i.join(""))),i=[],n.pop()}else i.push(h)})),u.push(i.join("")),n.length>0){const e=`Chalk template literal is missing ${n.length} closing bracket${1===n.length?"":"s"} (\`}\`)`;throw new Error(e)}return u.join("")}}}),Jr=Pe({"node_modules/@babel/code-frame/node_modules/chalk/index.js"(e,t){var r=Gr(),n=Yr(),u=Xr().stdout,i=Qr(),s="win32"===process.platform&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),o=["ansi","ansi","ansi256","ansi16m"],a=new Set(["gray"]),c=Object.create(null);function l(e,t){t=t||{};const r=u?u.level:0;e.level=void 0===t.level?r:t.level,e.enabled="enabled"in t?t.enabled:e.level>0}function D(e){if(!this||!(this instanceof D)||this.template){const t={};return l(t,e),t.template=function(){const e=[].slice.call(arguments);return d.apply(null,[t.template].concat(e))},Object.setPrototypeOf(t,D.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=D,t.template}l(this,e)}s&&(n.blue.open="[94m");for(const e of Object.keys(n))n[e].closeRe=new RegExp(r(n[e].close),"g"),c[e]={get(){const t=n[e];return p.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}};c.visible={get(){return p.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(r(n.color.close),"g");for(const e of Object.keys(n.color.ansi))a.has(e)||(c[e]={get(){const t=this.level;return function(){const r={open:n.color[o[t]][e].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return p.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});n.bgColor.closeRe=new RegExp(r(n.bgColor.close),"g");for(const e of Object.keys(n.bgColor.ansi)){if(a.has(e))continue;c["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const t=this.level;return function(){const r={open:n.bgColor[o[t]][e].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return p.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}}}var h=Object.defineProperties((()=>{}),c);function p(e,t,r){const n=function(){return f.apply(n,arguments)};n._styles=e,n._empty=t;const u=this;return Object.defineProperty(n,"level",{enumerable:!0,get:()=>u.level,set(e){u.level=e}}),Object.defineProperty(n,"enabled",{enumerable:!0,get:()=>u.enabled,set(e){u.enabled=e}}),n.hasGrey=this.hasGrey||"gray"===r||"grey"===r,n.__proto__=h,n}function f(){const e=arguments,t=e.length;let r=String(arguments[0]);if(0===t)return"";if(t>1)for(let n=1;n<t;n++)r+=" "+e[n];if(!this.enabled||this.level<=0||!r)return this._empty?"":r;const u=n.dim.open;s&&this.hasGrey&&(n.dim.open="");for(const e of this._styles.slice().reverse())r=e.open+r.replace(e.closeRe,e.open)+e.close,r=r.replace(/\r?\n/g,`${e.close}$&${e.open}`);return n.dim.open=u,r}function d(e,t){if(!Array.isArray(t))return[].slice.call(arguments,1).join(" ");const r=[].slice.call(arguments,2),n=[t.raw[0]];for(let e=1;e<t.length;e++)n.push(String(r[e-1]).replace(/[{}\\]/g,"\\$&")),n.push(String(t.raw[e]));return i(e,n.join(""))}Object.defineProperties(D.prototype,c),t.exports=D(),t.exports.supportsColor=u,t.exports.default=t.exports}}),Zr=Pe({"node_modules/@babel/highlight/lib/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(e,t={}){if(""!==e&&c(t)){return function(e,t){let r="";for(const{type:n,value:u}of s(t)){const t=e[n];r+=t?u.split(o).map((e=>t(e))).join("\n"):u}return r}({keyword:(r=D(t.forceColor)).cyan,capitalized:r.yellow,jsxIdentifier:r.yellow,punctuator:r.yellow,number:r.magenta,string:r.green,regex:r.magenta,comment:r.grey,invalid:r.white.bgRed.bold},e)}return e;var r},e.shouldHighlight=c;var t=Mr(),r=Hr(),n=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=u(t);if(r&&r.has(e))return r.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if("default"!==s&&Object.prototype.hasOwnProperty.call(e,s)){var o=i?Object.getOwnPropertyDescriptor(e,s):null;o&&(o.get||o.set)?Object.defineProperty(n,s,o):n[s]=e[s]}return n.default=e,r&&r.set(e,n),n}(Jr(),!0);function u(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(u=function(e){return e?r:t})(e)}var i=new Set(["as","async","from","get","of","set"]);var s,o=/\r\n|[\n\r\u2028\u2029]/,a=/^[()[\]{}]$/;{const e=/^[a-z][\w-]*$/i,n=function(t,n,u){if("name"===t.type){if((0,r.isKeyword)(t.value)||(0,r.isStrictReservedWord)(t.value,!0)||i.has(t.value))return"keyword";if(e.test(t.value)&&("<"===u[n-1]||"</"==u.slice(n-2,n)))return"jsxIdentifier";if(t.value[0]!==t.value[0].toLowerCase())return"capitalized"}return"punctuator"===t.type&&a.test(t.value)?"bracket":"invalid"!==t.type||"@"!==t.value&&"#"!==t.value?t.type:"punctuator"};s=function*(e){let r;for(;r=t.default.exec(e);){const u=t.matchToToken(r);yield{type:n(u,r.index,e),value:u.value}}}}function c(e){return n.default.level>0||e.forceColor}var l=void 0;function D(e){return e?(null!=l||(l=new n.default.constructor({enabled:!0,level:1})),l):n.default}e.getChalk=e=>D(e.forceColor)}}),en=Pe({"node_modules/@babel/code-frame/lib/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=o,e.default=function(e,t,r,n={}){if(!i){i=!0;const e="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(e,"DeprecationWarning");else{new Error(e).name="DeprecationWarning",console.warn(new Error(e))}}r=Math.max(r,0);return o(e,{start:{column:r,line:t}},n)};var t=Zr(),r=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var u={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if("default"!==s&&Object.prototype.hasOwnProperty.call(e,s)){var o=i?Object.getOwnPropertyDescriptor(e,s):null;o&&(o.get||o.set)?Object.defineProperty(u,s,o):u[s]=e[s]}return u.default=e,r&&r.set(e,u),u}(Jr(),!0);function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}var u=void 0;var i=!1;var s=/\r\n|[\n\r\u2028\u2029]/;function o(e,n,i={}){const o=(i.highlightCode||i.forceColor)&&(0,t.shouldHighlight)(i),a=i.forceColor?(null!=u||(u=new r.default.constructor({enabled:!0,level:1})),u):r.default;const c=function(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}(a),l=(e,t)=>o?e(t):t,D=e.split(s),{start:h,end:p,markerLines:f}=function(e,t,r){const n=Object.assign({column:0,line:-1},e.start),u=Object.assign({},n,e.end),{linesAbove:i=2,linesBelow:s=3}=r||{},o=n.line,a=n.column,c=u.line,l=u.column;let D=Math.max(o-(i+1),0),h=Math.min(t.length,c+s);-1===o&&(D=0),-1===c&&(h=t.length);const p=c-o,f={};if(p)for(let e=0;e<=p;e++){const r=e+o;if(a)if(0===e){const e=t[r-1].length;f[r]=[a,e-a+1]}else if(e===p)f[r]=[0,l];else{const n=t[r-e].length;f[r]=[0,n]}else f[r]=!0}else f[o]=a===l?!a||[a,0]:[a,l-a];return{start:D,end:h,markerLines:f}}(n,D,i),d=n.start&&"number"==typeof n.start.column,F=String(p).length;let g=(o?(0,t.default)(e,i):e).split(s,p).slice(h,p).map(((e,t)=>{const r=h+1+t,n=` ${` ${r}`.slice(-F)} |`,u=f[r],s=!f[r+1];if(u){let t="";if(Array.isArray(u)){const r=e.slice(0,Math.max(u[0]-1,0)).replace(/[^\t]/g," "),o=u[1]||1;t=["\n ",l(c.gutter,n.replace(/\d/g," "))," ",r,l(c.marker,"^").repeat(o)].join(""),s&&i.message&&(t+=" "+l(c.message,i.message))}return[l(c.marker,">"),l(c.gutter,n),e.length>0?` ${e}`:"",t].join("")}return` ${l(c.gutter,n)}${e.length>0?` ${e}`:""}`})).join("\n");return i.message&&!d&&(g=`${" ".repeat(F+1)}${i.message}\n${g}`),o?a.reset(g):g}}}),tn=Pe({"node_modules/ignore/index.js"(e,t){function r(e){return Array.isArray(e)?e:[e]}var n=/^\s+$/,u=/(?:[^\\]|^)\\$/,i=/^\\!/,s=/^\\#/,o=/\r?\n/g,a=/^\.*\/|^\.+$/,c="node-ignore";"undefined"!=typeof Symbol&&(c=Symbol.for("node-ignore"));var l=c,D=/([0-z])-([0-z])/g,h=()=>!1,p=[[/^\uFEFF/,()=>""],[/\\?\s+$/,e=>0===e.indexOf("\\")?" ":""],[/\\\s/g,()=>" "],[/[\\$.|*+(){^]/g,e=>`\\${e}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(e,t,r)=>t+6<r.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(e,t,r)=>t+r.replace(/\\\*/g,"[^\\/]*")],[/\\\\\\(?=[$.|*+(){^])/g,()=>"\\"],[/\\\\/g,()=>"\\"],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(e,t,r,n,u)=>"\\"===t?`\\[${r}${(e=>{const{length:t}=e;return e.slice(0,t-t%2)})(n)}${u}`:"]"===u&&n.length%2==0?`[${(e=>e.replace(D,((e,t,r)=>t.charCodeAt(0)<=r.charCodeAt(0)?e:"")))(r)}${n}]`:"[]"],[/(?:[^*])$/,e=>/\/$/.test(e)?`${e}$`:`${e}(?=$|\\/$)`],[/(\^|\\\/)?\\\*$/,(e,t)=>`${t?`${t}[^/]+`:"[^/]*"}(?=$|\\/$)`]],f=Object.create(null),d=e=>"string"==typeof e,F=class{constructor(e,t,r,n){this.origin=e,this.pattern=t,this.negative=r,this.regex=n}},g=(e,t)=>{const r=e;let n=!1;0===e.indexOf("!")&&(n=!0,e=e.substr(1));const u=((e,t)=>{let r=f[e];return r||(r=p.reduce(((t,r)=>t.replace(r[0],r[1].bind(e))),e),f[e]=r),t?new RegExp(r,"i"):new RegExp(r)})(e=e.replace(i,"!").replace(s,"#"),t);return new F(r,e,n,u)},m=(e,t)=>{throw new t(e)},E=(e,t,r)=>{if(!d(e))return r(`path must be a string, but got \`${t}\``,TypeError);if(!e)return r("path must not be empty",TypeError);if(E.isNotRelative(e)){return r(`path should be a ${"`path.relative()`d"} string, but got "${t}"`,RangeError)}return!0},C=e=>a.test(e);E.isNotRelative=C,E.convert=e=>e;var y=class{constructor({ignorecase:e=!0,ignoreCase:t=e,allowRelativePaths:r=!1}={}){var n,u,i;n=this,u=l,i=!0,Object.defineProperty(n,u,{value:i}),this._rules=[],this._ignoreCase=t,this._allowRelativePaths=r,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}_addPattern(e){if(e&&e[l])return this._rules=this._rules.concat(e._rules),void(this._added=!0);if((e=>e&&d(e)&&!n.test(e)&&!u.test(e)&&0!==e.indexOf("#"))(e)){const t=g(e,this._ignoreCase);this._added=!0,this._rules.push(t)}}add(e){return this._added=!1,r(d(e)?(e=>e.split(o))(e):e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_testOne(e,t){let r=!1,n=!1;return this._rules.forEach((u=>{const{negative:i}=u;if(n===i&&r!==n||i&&!r&&!n&&!t)return;u.regex.test(e)&&(r=!i,n=i)})),{ignored:r,unignored:n}}_test(e,t,r,n){const u=e&&E.convert(e);return E(u,e,this._allowRelativePaths?h:m),this._t(u,t,r,n)}_t(e,t,r,n){if(e in t)return t[e];if(n||(n=e.split("/")),n.pop(),!n.length)return t[e]=this._testOne(e,r);const u=this._t(n.join("/")+"/",t,r,n);return t[e]=u.ignored?u:this._testOne(e,r)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return r(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}},b=e=>new y(e);if(b.isPathValid=e=>E(e&&E.convert(e),e,h),b.default=b,t.exports=b,"undefined"!=typeof process&&(process.env&&process.env.IGNORE_TEST_WIN32||"win32"===process.platform)){const e=e=>/^\\\\\?\\/.test(e)||/["<>|\u0000-\u001F]+/u.test(e)?e:e.replace(/\\/g,"/");E.convert=e;const t=/^[a-z]:\//i;E.isNotRelative=e=>t.test(e)||C(e)}}}),rn=Pe({"node_modules/n-readlines/readlines.js"(e,t){var r=Le("fs");t.exports=class{constructor(e,t){(t=t||{}).readChunk||(t.readChunk=1024),t.newLineCharacter?t.newLineCharacter=t.newLineCharacter.charCodeAt(0):t.newLineCharacter=10,this.fd="number"==typeof e?e:r.openSync(e,"r"),this.options=t,this.newLineCharacter=t.newLineCharacter,this.reset()}_searchInBuffer(e,t){let r=-1;for(let n=0;n<=e.length;n++){if(e[n]===t){r=n;break}}return r}reset(){this.eofReached=!1,this.linesCache=[],this.fdPosition=0}close(){r.closeSync(this.fd),this.fd=null}_extractLines(e){let t;const r=[];let n=0,u=0;for(;;){let i=e[n++];if(i===this.newLineCharacter)t=e.slice(u,n),r.push(t),u=n;else if(void 0===i)break}let i=e.slice(u,n);return i.length&&r.push(i),r}_readChunk(e){let t,n=0;const u=[];do{const e=Buffer.alloc(this.options.readChunk);t=r.readSync(this.fd,e,0,this.options.readChunk,this.fdPosition),n+=t,this.fdPosition=this.fdPosition+t,u.push(e)}while(t&&-1===this._searchInBuffer(u[u.length-1],this.options.newLineCharacter));let i=Buffer.concat(u);return t<this.options.readChunk&&(this.eofReached=!0,i=i.slice(0,n)),n&&(this.linesCache=this._extractLines(i),e&&(this.linesCache[0]=Buffer.concat([e,this.linesCache[0]]))),n}next(){if(!this.fd)return!1;let e,t=!1;if(this.eofReached&&0===this.linesCache.length)return t;if(this.linesCache.length||(e=this._readChunk()),this.linesCache.length){t=this.linesCache.shift();t[t.length-1]!==this.newLineCharacter&&(e=this._readChunk(t),e&&(t=this.linesCache.shift()))}return this.eofReached&&0===this.linesCache.length&&this.close(),t&&t[t.length-1]===this.newLineCharacter&&(t=t.slice(0,t.length-1)),t}}}}),nn=Pe({"node_modules/diff/lib/diff/base.js"(e){function t(){}function r(e,t,r,n,u){for(var i=0,s=t.length,o=0,a=0;i<s;i++){var c=t[i];if(c.removed){if(c.value=e.join(n.slice(a,a+c.count)),a+=c.count,i&&t[i-1].added){var l=t[i-1];t[i-1]=t[i],t[i]=l}}else{if(!c.added&&u){var D=r.slice(o,o+c.count);D=D.map((function(e,t){var r=n[a+t];return r.length>e.length?r:e})),c.value=e.join(D)}else c.value=e.join(r.slice(o,o+c.count));o+=c.count,c.added||(a+=c.count)}}var h=t[s-1];return s>1&&"string"==typeof h.value&&(h.added||h.removed)&&e.equals("",h.value)&&(t[s-2].value+=h.value,t.pop()),t}Object.defineProperty(e,"__esModule",{value:!0}),e.default=t,t.prototype={diff:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},u=n.callback;"function"==typeof n&&(u=n,n={}),this.options=n;var i=this;function s(e){return u?(setTimeout((function(){u(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var o=(t=this.removeEmpty(this.tokenize(t))).length,a=e.length,c=1,l=o+a;n.maxEditLength&&(l=Math.min(l,n.maxEditLength));var D=[{newPos:-1,components:[]}],h=this.extractCommon(D[0],t,e,0);if(D[0].newPos+1>=o&&h+1>=a)return s([{value:this.join(t),count:t.length}]);function p(){for(var n=-1*c;n<=c;n+=2){var u=void 0,l=D[n-1],h=D[n+1],p=(h?h.newPos:0)-n;l&&(D[n-1]=void 0);var f=l&&l.newPos+1<o,d=h&&0<=p&&p<a;if(f||d){if(!f||d&&l.newPos<h.newPos?(u={newPos:(F=h).newPos,components:F.components.slice(0)},i.pushComponent(u.components,void 0,!0)):((u=l).newPos++,i.pushComponent(u.components,!0,void 0)),p=i.extractCommon(u,t,e,n),u.newPos+1>=o&&p+1>=a)return s(r(i,u.components,t,e,i.useLongestToken));D[n]=u}else D[n]=void 0}var F;c++}if(u)!function e(){setTimeout((function(){if(c>l)return u();p()||e()}),0)}();else for(;c<=l;){var f=p();if(f)return f}},pushComponent:function(e,t,r){var n=e[e.length-1];n&&n.added===t&&n.removed===r?e[e.length-1]={count:n.count+1,added:t,removed:r}:e.push({count:1,added:t,removed:r})},extractCommon:function(e,t,r,n){for(var u=t.length,i=r.length,s=e.newPos,o=s-n,a=0;s+1<u&&o+1<i&&this.equals(t[s+1],r[o+1]);)s++,o++,a++;return a&&e.components.push({count:a}),e.newPos=s,o},equals:function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}}}}),un=Pe({"node_modules/diff/lib/diff/array.js"(e){var t;Object.defineProperty(e,"__esModule",{value:!0}),e.diffArrays=function(e,t,n){return r.diff(e,t,n)},e.arrayDiff=void 0;var r=new(((t=nn())&&t.__esModule?t:{default:t}).default);e.arrayDiff=r,r.tokenize=function(e){return e.slice()},r.join=r.removeEmpty=function(e){return e}}}),sn={};je(sn,{__debug:()=>Dh,__internal:()=>lh,check:()=>sh,clearConfigCache:()=>oh,doc:()=>Be,format:()=>ih,formatWithCursor:()=>uh,getFileInfo:()=>ah,getSupportInfo:()=>ch,resolveConfig:()=>$a,resolveConfigFile:()=>Ua,util:()=>GD,version:()=>HD});var on=Me(lr(),1),an={key:e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),value(e){if(null===e||"object"!=typeof e)return JSON.stringify(e);if(Array.isArray(e))return`[${e.map((e=>an.value(e))).join(", ")}]`;const t=Object.keys(e);return 0===t.length?"{}":`{ ${t.map((t=>`${an.key(t)}: ${an.value(e[t])}`)).join(", ")} }`},pair:({key:e,value:t})=>an.value({[e]:t})},cn=(e=0)=>t=>`[${t+e}m`,ln=(e=0)=>t=>`[${38+e};5;${t}m`,Dn=(e=0)=>(t,r,n)=>`[${38+e};2;${t};${r};${n}m`,hn={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(hn.modifier);Object.keys(hn.color),Object.keys(hn.bgColor);var pn=function(){const e=new Map;for(const[t,r]of Object.entries(hn)){for(const[t,n]of Object.entries(r))hn[t]={open:`[${n[0]}m`,close:`[${n[1]}m`},r[t]=hn[t],e.set(n[0],n[1]);Object.defineProperty(hn,t,{value:r,enumerable:!1})}return Object.defineProperty(hn,"codes",{value:e,enumerable:!1}),hn.color.close="[39m",hn.bgColor.close="[49m",hn.color.ansi=cn(),hn.color.ansi256=ln(),hn.color.ansi16m=Dn(),hn.bgColor.ansi=cn(10),hn.bgColor.ansi256=ln(10),hn.bgColor.ansi16m=Dn(10),Object.defineProperties(hn,{rgbToAnsi256:{value:(e,t,r)=>e===t&&t===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(t/255*5)+Math.round(r/255*5),enumerable:!1},hexToRgb:{value(e){const t=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!t)return[0,0,0];let[r]=t;3===r.length&&(r=[...r].map((e=>e+e)).join(""));const n=Number.parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},enumerable:!1},hexToAnsi256:{value:e=>hn.rgbToAnsi256(...hn.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return e-8+90;let t,r,n;if(e>=232)t=(10*(e-232)+8)/255,r=t,n=t;else{const u=(e-=16)%36;t=Math.floor(e/36)/5,r=Math.floor(u/6)/5,n=u%6/5}const u=2*Math.max(t,r,n);if(0===u)return 30;let i=30+(Math.round(n)<<2|Math.round(r)<<1|Math.round(t));return 2===u&&(i+=60),i},enumerable:!1},rgbToAnsi:{value:(e,t,r)=>hn.ansi256ToAnsi(hn.rgbToAnsi256(e,t,r)),enumerable:!1},hexToAnsi:{value:e=>hn.ansi256ToAnsi(hn.hexToAnsi256(e)),enumerable:!1}}),hn}(),fn=pn;function dn(e,t=(globalThis.Deno?globalThis.Deno.args:u.argv)){const r=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(r+e),i=t.indexOf("--");return-1!==n&&(-1===i||n<i)}var Fn,{env:gn}=u;function mn(e,{streamIsTTY:t,sniffFlags:r=!0}={}){const n=function(){if("FORCE_COLOR"in gn)return"true"===gn.FORCE_COLOR?1:"false"===gn.FORCE_COLOR?0:0===gn.FORCE_COLOR.length?1:Math.min(Number.parseInt(gn.FORCE_COLOR,10),3)}();void 0!==n&&(Fn=n);const s=r?Fn:n;if(0===s)return 0;if(r){if(dn("color=16m")||dn("color=full")||dn("color=truecolor"))return 3;if(dn("color=256"))return 2}if("TF_BUILD"in gn&&"AGENT_NAME"in gn)return 1;if(e&&!t&&void 0===s)return 0;const o=s||0;if("dumb"===gn.TERM)return o;if("win32"===u.platform){const e=i.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in gn)return"GITHUB_ACTIONS"in gn||"GITEA_ACTIONS"in gn?3:["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some((e=>e in gn))||"codeship"===gn.CI_NAME?1:o;if("TEAMCITY_VERSION"in gn)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(gn.TEAMCITY_VERSION)?1:0;if("truecolor"===gn.COLORTERM)return 3;if("xterm-kitty"===gn.TERM)return 3;if("TERM_PROGRAM"in gn){const e=Number.parseInt((gn.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(gn.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(gn.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(gn.TERM)||"COLORTERM"in gn?1:o}function En(e,t={}){return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(mn(e,{streamIsTTY:e&&e.isTTY,...t}))}dn("no-color")||dn("no-colors")||dn("color=false")||dn("color=never")?Fn=0:(dn("color")||dn("colors")||dn("color=true")||dn("color=always"))&&(Fn=1);var Cn={stdout:En({isTTY:s.isatty(1)}),stderr:En({isTTY:s.isatty(2)})};function yn(e,t,r){let n=e.indexOf(t);if(-1===n)return e;const u=t.length;let i=0,s="";do{s+=e.slice(i,n)+t+r,i=n+u,n=e.indexOf(t,i)}while(-1!==n);return s+=e.slice(i),s}var{stdout:bn,stderr:vn}=Cn,An=Symbol("GENERATOR"),_n=Symbol("STYLER"),wn=Symbol("IS_EMPTY"),Bn=["ansi","ansi","ansi256","ansi16m"],Sn=Object.create(null),xn=e=>{const t=(...e)=>e.join(" ");return((e,t={})=>{if(t.level&&!(Number.isInteger(t.level)&&t.level>=0&&t.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");const r=bn?bn.level:0;e.level=void 0===t.level?r:t.level})(t,e),Object.setPrototypeOf(t,Rn.prototype),t};function Rn(e){return xn(e)}Object.setPrototypeOf(Rn.prototype,Function.prototype);for(const[e,t]of Object.entries(fn))Sn[e]={get(){const r=In(this,Tn(t.open,t.close,this[_n]),this[wn]);return Object.defineProperty(this,e,{value:r}),r}};Sn.visible={get(){const e=In(this,this[_n],!0);return Object.defineProperty(this,"visible",{value:e}),e}};var On=(e,t,r,...n)=>"rgb"===e?"ansi16m"===t?fn[r].ansi16m(...n):"ansi256"===t?fn[r].ansi256(fn.rgbToAnsi256(...n)):fn[r].ansi(fn.rgbToAnsi(...n)):"hex"===e?On("rgb",t,r,...fn.hexToRgb(...n)):fn[r][e](...n);for(const e of["rgb","hex","ansi256"]){Sn[e]={get(){const{level:t}=this;return function(...r){const n=Tn(On(e,Bn[t],"color",...r),fn.color.close,this[_n]);return In(this,n,this[wn])}}};Sn["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const{level:t}=this;return function(...r){const n=Tn(On(e,Bn[t],"bgColor",...r),fn.bgColor.close,this[_n]);return In(this,n,this[wn])}}}}var kn=Object.defineProperties((()=>{}),{...Sn,level:{enumerable:!0,get(){return this[An].level},set(e){this[An].level=e}}}),Tn=(e,t,r)=>{let n,u;return void 0===r?(n=e,u=t):(n=r.openAll+e,u=t+r.closeAll),{open:e,close:t,openAll:n,closeAll:u,parent:r}},In=(e,t,r)=>{const n=(...e)=>Nn(n,1===e.length?""+e[0]:e.join(" "));return Object.setPrototypeOf(n,kn),n[An]=e,n[_n]=t,n[wn]=r,n},Nn=(e,t)=>{if(e.level<=0||!t)return e[wn]?"":t;let r=e[_n];if(void 0===r)return t;const{openAll:n,closeAll:u}=r;if(t.includes(""))for(;void 0!==r;)t=yn(t,r.close,r.open),r=r.parent;const i=t.indexOf("\n");return-1!==i&&(t=function(e,t,r,n){let u=0,i="";do{const s="\r"===e[n-1];i+=e.slice(u,s?n-1:n)+t+(s?"\r\n":"\n")+r,u=n+1,n=e.indexOf("\n",u)}while(-1!==n);return i+=e.slice(u),i}(t,u,n,i)),n+t+u};Object.defineProperties(Rn.prototype,Sn);var Ln=Rn();Rn({level:vn?vn.level:0});var Pn=Ln,jn=Symbol.for("vnopts.VALUE_NOT_EXIST"),Mn=Symbol.for("vnopts.VALUE_UNCHANGED"),$n=" ".repeat(2);function Un(e,t,r,n){return[`Invalid ${Pn.red(n.key(e))} value.`,`Expected ${Pn.blue(r)},`,`but received ${t===jn?Pn.gray("nothing"):Pn.red(n.value(t))}.`].join(" ")}function Hn({text:e,list:t},r){const n=[];return e&&n.push(`- ${Pn.blue(e)}`),t&&n.push([`- ${Pn.blue(t.title)}:`].concat(t.values.map((e=>Hn(e,r-$n.length).replace(/^|\n/g,`$&${$n}`)))).join("\n")),Gn(n,r)}function Gn(e,t){if(1===e.length)return e[0];const[r,n]=e,[u,i]=e.map((e=>e.split("\n",1)[0].length));return u>t&&u>i?n:r}var Wn=[],Vn=[];var qn=(e,t,{descriptor:r,logger:n,schemas:u})=>{const i=[`Ignored unknown option ${Pn.yellow(r.pair({key:e,value:t}))}.`],s=Object.keys(u).sort().find((t=>function(e,t){if(e===t)return 0;const r=e;e.length>t.length&&(e=t,t=r);let n=e.length,u=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-u);)n--,u--;let i,s,o,a,c=0;for(;c<n&&e.charCodeAt(c)===t.charCodeAt(c);)c++;if(n-=c,u-=c,0===n)return u;let l=0,D=0;for(;l<n;)Vn[l]=e.charCodeAt(c+l),Wn[l]=++l;for(;D<u;)for(i=t.charCodeAt(c+D),o=D++,s=D,l=0;l<n;l++)a=i===Vn[l]?o:o+1,o=Wn[l],s=Wn[l]=o>s?a>s?s+1:a:a>o?o+1:a;return s}(e,t)<3));s&&i.push(`Did you mean ${Pn.blue(r.key(s))}?`),n.warn(i.join(" "))},Kn=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];var Yn=class{static create(e){return function(e,t){const r=new e(t),n=Object.create(r);for(const e of Kn)e in t&&(n[e]=zn(t[e],r,Yn.prototype[e].length));return n}(this,e)}constructor(e){this.name=e.name}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,r){return e}preprocess(e,t){return e}postprocess(e,t){return Mn}};function zn(e,t,r){return"function"==typeof e?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}var Xn=class extends Yn{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}},Qn=class extends Yn{expected(){return"anything"}validate(){return!0}},Jn=class extends Yn{constructor({valueSchema:e,name:t=e.name,...r}){super({...r,name:t}),this._valueSchema=e}expected(e){const{text:t,list:r}=e.normalizeExpectedResult(this._valueSchema.expected(e));return{text:t&&`an array of ${t}`,list:r&&{title:"an array of the following values",values:[{list:r}]}}}validate(e,t){if(!Array.isArray(e))return!1;const r=[];for(const n of e){const e=t.normalizeValidateResult(this._valueSchema.validate(n,t),n);!0!==e&&r.push(e.value)}return 0===r.length||{value:r}}deprecated(e,t){const r=[];for(const n of e){const e=t.normalizeDeprecatedResult(this._valueSchema.deprecated(n,t),n);!1!==e&&r.push(...e.map((({value:e})=>({value:[e]}))))}return r}forward(e,t){const r=[];for(const n of e){const e=t.normalizeForwardResult(this._valueSchema.forward(n,t),n);r.push(...e.map(Zn))}return r}redirect(e,t){const r=[],n=[];for(const u of e){const e=t.normalizeRedirectResult(this._valueSchema.redirect(u,t),u);"remain"in e&&r.push(e.remain),n.push(...e.redirect.map(Zn))}return 0===r.length?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}};function Zn({from:e,to:t}){return{from:[e],to:t}}var eu=class extends Yn{expected(){return"true or false"}validate(e){return"boolean"==typeof e}};function tu(e,t){const r=Object.create(null);for(const n of e){const e=n[t];if(r[e])throw new Error(`Duplicate ${t} ${JSON.stringify(e)}`);r[e]=n}return r}function ru(e,t){if(e===t)return 0;const r=typeof e,n=typeof t,u=["undefined","object","boolean","number","string"];return r!==n?u.indexOf(r)-u.indexOf(n):"string"!==r?Number(e)-Number(t):e.localeCompare(t)}function nu(e){return void 0===e?{}:e}function uu(e){if("string"==typeof e)return{text:e};const{text:t,list:r}=e;return function(e,t){if(!e)throw new Error(t)}(void 0!==(t||r),"Unexpected `expected` result, there should be at least one field."),r?{text:t,list:{title:r.title,values:r.values.map(uu)}}:{text:t}}function iu(e,t){return!0===e||(!1===e?{value:t}:e)}function su(e,t,r=!1){return!1!==e&&(!0===e?!!r||[{value:t}]:"value"in e?[e]:0!==e.length&&e)}function ou(e,t){return"string"==typeof e||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function au(e,t){return void 0===e?[]:Array.isArray(e)?e.map((e=>ou(e,t))):[ou(e,t)]}function cu(e,t){const r=au("object"==typeof e&&"redirect"in e?e.redirect:e,t);return 0===r.length?{remain:t,redirect:r}:"object"==typeof e&&"remain"in e?{remain:e.remain,redirect:r}:{redirect:r}}var lu=class extends Yn{constructor(e){super(e),this._choices=function(e,t){const r=new Map;for(const n of e){const e=n[t];if(r.has(e))throw new Error(`Duplicate ${t} ${JSON.stringify(e)}`);r.set(e,n)}return r}(e.choices.map((e=>e&&"object"==typeof e?e:{value:e})),"value")}expected({descriptor:e}){const t=Array.from(this._choices.keys()).map((e=>this._choices.get(e))).filter((({hidden:e})=>!e)).map((e=>e.value)).sort(ru).map(e.value),r=t.slice(0,-2),n=t.slice(-2);return{text:r.concat(n.join(" or ")).join(", "),list:{title:"one of the following values",values:t}}}validate(e){return this._choices.has(e)}deprecated(e){const t=this._choices.get(e);return!(!t||!t.deprecated)&&{value:e}}forward(e){const t=this._choices.get(e);return t?t.forward:void 0}redirect(e){const t=this._choices.get(e);return t?t.redirect:void 0}},Du=class extends Yn{expected(){return"a number"}validate(e,t){return"number"==typeof e}},hu=class extends Du{expected(){return"an integer"}validate(e,t){return!0===t.normalizeValidateResult(super.validate(e,t),e)&&function(e){return e===Math.floor(e)}(e)}},pu=class extends Yn{expected(){return"a string"}validate(e){return"string"==typeof e}},fu=an,du=qn,Fu=(e,t,r)=>{const{text:n,list:u}=r.normalizeExpectedResult(r.schemas[e].expected(r)),i=[];return n&&i.push(Un(e,t,n,r.descriptor)),u&&i.push([Un(e,t,u.title,r.descriptor)].concat(u.values.map((e=>Hn(e,r.loggerPrintWidth)))).join("\n")),Gn(i,r.loggerPrintWidth)},gu=(e,t,{descriptor:r})=>{const n=[`${Pn.yellow("string"==typeof e?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${Pn.blue("string"==typeof t?r.key(t):r.pair(t))}`),n.join("; ")+"."},mu=class{constructor(e,t){const{logger:r=console,loggerPrintWidth:n=80,descriptor:u=fu,unknown:i=du,invalid:s=Fu,deprecated:o=gu,missing:a=(()=>!1),required:c=(()=>!1),preprocess:l=(e=>e),postprocess:D=(()=>Mn)}=t||{};var h;this._utils={descriptor:u,logger:r||{warn:()=>{}},loggerPrintWidth:n,schemas:tu(e,"name"),normalizeDefaultResult:nu,normalizeExpectedResult:uu,normalizeDeprecatedResult:su,normalizeForwardResult:au,normalizeRedirectResult:cu,normalizeValidateResult:iu},this._unknownHandler=i,this._invalidHandler=(h=s,(...e)=>{const t=h(...e);return"string"==typeof t?new Error(t):t}),this._deprecatedHandler=o,this._identifyMissing=(e,t)=>!(e in t)||a(e,t),this._identifyRequired=c,this._preprocess=l,this._postprocess=D,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=function(){const e=Object.create(null);return t=>{const r=JSON.stringify(t);return!!e[r]||(e[r]=!0,!1)}}()}normalize(e){const t={},r=[this._preprocess(e,this._utils)],n=()=>{for(;0!==r.length;){const e=r.shift(),n=this._applyNormalization(e,t);r.push(...n)}};n();for(const e of Object.keys(this._utils.schemas)){const n=this._utils.schemas[e];if(!(e in t)){const t=nu(n.default(this._utils));"value"in t&&r.push({[e]:t.value})}}n();for(const e of Object.keys(this._utils.schemas)){if(!(e in t))continue;const r=this._utils.schemas[e],n=t[e],u=r.postprocess(n,this._utils);u!==Mn&&(this._applyValidation(u,e,r),t[e]=u)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){const r=[],{knownKeys:n,unknownKeys:u}=this._partitionOptionKeys(e);for(const u of n){const n=this._utils.schemas[u],i=n.preprocess(e[u],this._utils);this._applyValidation(i,u,n);const s=({from:e,to:t})=>{r.push("string"==typeof t?{[t]:e}:{[t.key]:t.value})},o=({value:e,redirectTo:t})=>{const r=su(n.deprecated(e,this._utils),i,!0);if(!1!==r)if(!0===r)this._hasDeprecationWarned(u)||this._utils.logger.warn(this._deprecatedHandler(u,t,this._utils));else for(const{value:e}of r){const r={key:u,value:e};if(!this._hasDeprecationWarned(r)){const n="string"==typeof t?{key:t,value:e}:t;this._utils.logger.warn(this._deprecatedHandler(r,n,this._utils))}}};au(n.forward(i,this._utils),i).forEach(s);const a=cu(n.redirect(i,this._utils),i);if(a.redirect.forEach(s),"remain"in a){const e=a.remain;t[u]=u in t?n.overlap(t[u],e,this._utils):e,o({value:e})}for(const{from:e,to:t}of a.redirect)o({value:e,redirectTo:t})}for(const n of u){const u=e[n];this._applyUnknownHandler(n,u,t,((e,t)=>{r.push({[e]:t})}))}return r}_applyRequiredCheck(e){for(const t of Object.keys(this._utils.schemas))if(this._identifyMissing(t,e)&&this._identifyRequired(t))throw this._invalidHandler(t,jn,this._utils)}_partitionOptionKeys(e){const[t,r]=function(e,t){const r=[],n=[];for(const u of e)t(u)?r.push(u):n.push(u);return[r,n]}(Object.keys(e).filter((t=>!this._identifyMissing(t,e))),(e=>e in this._utils.schemas));return{knownKeys:t,unknownKeys:r}}_applyValidation(e,t,r){const n=iu(r.validate(e,this._utils),e);if(!0!==n)throw this._invalidHandler(t,n.value,this._utils)}_applyUnknownHandler(e,t,r,n){const u=this._unknownHandler(e,t,this._utils);if(u)for(const e of Object.keys(u)){if(this._identifyMissing(e,u))continue;const t=u[e];e in this._utils.schemas?n(e,t):r[e]=t}}_applyPostprocess(e){const t=this._postprocess(e,this._utils);if(t!==Mn){if(t.delete)for(const r of t.delete)delete e[r];if(t.override){const{knownKeys:r,unknownKeys:n}=this._partitionOptionKeys(t.override);for(const n of r){const r=t.override[n];this._applyValidation(r,n,this._utils.schemas[n]),e[n]=r}for(const r of n){const n=t.override[r];this._applyUnknownHandler(r,n,e,((t,r)=>{const n=this._utils.schemas[t];this._applyValidation(r,t,n),e[t]=r}))}}}}},Eu={};je(Eu,{ArgExpansionBailout:()=>bu,ConfigError:()=>Cu,UndefinedParserError:()=>yu});var Cu=class extends Error{name="ConfigError"},yu=class extends Error{name="UndefinedParserError"},bu=class extends Error{name="ArgExpansionBailout"},vu=Me(dt(),1),Au=e=>"string"==typeof e&&e.startsWith("file://"),_u=e=>e instanceof URL||Au(e),wu=e=>_u(e)?n.fileURLToPath(e):e;var Bu=function(e,t){const r=[[],[]];for(const n of e)r[t(n)?0:1].push(n);return r},Su=Me(Br(),1);var xu=async function(e,t){const r=(null==t?void 0:t.allowSymlinks)??!0;let n;try{n=await(r?o.stat:o.lstat)(wu(e))}catch{return!1}return n.isDirectory()},Ru=e=>f.resolve(wu(e));var Ou,ku,Tu,Iu,Nu,Lu,Pu=function*(e,t){e=Ru(e);const{root:r}=f.parse(e);if(e===(t=t?Ru(t):r)||e.startsWith(t)){for(let r=e;r!==t;r=f.dirname(r))yield r;yield t}};Ou=new WeakMap,ku=new WeakMap,Tu=new WeakMap,Iu=new WeakMap,Nu=new WeakSet,Lu=async function(e,r){const n=He(this,Iu);if(r&&n.has(e))return n.get(e);for(const r of He(this,Ou)){const n=t.join(e,r);if(await He(this,ku).call(this,{name:r,path:n}))return n}};var ju,Mu=class{constructor({names:e,filter:t,stopDirectory:r}){Ge(this,Nu),Ge(this,Ou,void 0),Ge(this,ku,void 0),Ge(this,Tu,void 0),Ge(this,Iu,new Map),We(this,Ou,e),We(this,ku,t),We(this,Tu,r)}async search(e,{shouldCache:t}){const r=He(this,Iu);if(t&&r.has(e))return r.get(e);const n=[];let u;for(const r of Pu(e,He(this,Tu)))if(n.push(r),u=await Ve(this,Nu,Lu).call(this,r,t),u)break;for(const e of n)r.set(e,u);return u}clearCache(){He(this,Iu).clear()}},$u={names:[".git",".hg"],filter:({path:e})=>xu(e,{allowSymlinks:!1})};var Uu=function(e){if(!e)return null;if(e=function(e){const t={},r=Object.keys(e);for(let n=0;n<r.length;n++){const u=r[n];"unset"!==e[u]&&(t[u]=e[u])}return t}(e),0===Object.keys(e).length)return null;const t={};return e.indent_style&&(t.useTabs="tab"===e.indent_style),"tab"===e.indent_size&&(t.useTabs=!0),t.useTabs&&e.tab_width?t.tabWidth=e.tab_width:"space"===e.indent_style&&e.indent_size&&"tab"!==e.indent_size?t.tabWidth=e.indent_size:void 0!==e.tab_width&&(t.tabWidth=e.tab_width),e.max_line_length&&("off"===e.max_line_length?t.printWidth=Number.POSITIVE_INFINITY:t.printWidth=e.max_line_length),"single"===e.quote_type?t.singleQuote=!0:"double"===e.quote_type&&(t.singleQuote=!1),["cr","crlf","lf"].includes(e.end_of_line)&&(t.endOfLine=e.end_of_line),t},Hu=new Map;function Gu(){null==ju||ju.clearCache(),Hu.clear()}async function Wu(e,{shouldCache:r}){const n=t.dirname(e),u=await async function(e,t){ju??(ju=new Mu($u));const r=await ju.search(e,t);return r?f.dirname(r):void 0}(n,{shouldCache:r}),i=await Su.default.parse(e,{root:u});return Uu(i)}var Vu=Me(xr(),1),{stdin:qu}=process;async function Ku(){let e="";if(qu.isTTY)return e;qu.setEncoding("utf8");for await(const t of qu)e+=t;return e}Ku.buffer=async()=>{const e=[];let t=0;if(qu.isTTY)return Buffer.concat([]);for await(const r of qu)e.push(r),t+=r.length;return Buffer.concat(e,t)};var Yu={getPrettierConfigSearchStopDirectory:()=>{},getStdin:Ku,isCI:()=>Vu.isCI,writeFormattedFile:function(e,t){return o.writeFile(e,t)}};var zu=async function(e,t){const r=(null==t?void 0:t.allowSymlinks)??!0;let n;try{n=await(r?o.stat:o.lstat)(wu(e))}catch{return!1}return n.isFile()},Xu=Me(jr(),1);function Qu(e){return null==e}var Ju={isNothing:Qu,isObject:function(e){return"object"==typeof e&&null!==e},toArray:function(e){return Array.isArray(e)?e:Qu(e)?[]:[e]},repeat:function(e,t){var r,n="";for(r=0;r<t;r+=1)n+=e;return n},isNegativeZero:function(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e},extend:function(e,t){var r,n,u,i;if(t)for(r=0,n=(i=Object.keys(t)).length;r<n;r+=1)e[u=i[r]]=t[u];return e}};function Zu(e,t){var r="",n=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+="\n\n"+e.mark.snippet),n+" "+r):n}function ei(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=Zu(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}ei.prototype=Object.create(Error.prototype),ei.prototype.constructor=ei,ei.prototype.toString=function(e){return this.name+": "+Zu(this,e)};var ti=ei;function ri(e,t,r,n,u){var i="",s="",o=Math.floor(u/2)-1;return n-t>o&&(t=n-o+(i=" ... ").length),r-n>o&&(r=n+o-(s=" ...").length),{str:i+e.slice(t,r).replace(/\t/g,"→")+s,pos:n-t+i.length}}function ni(e,t){return Ju.repeat(" ",t-e.length)+e}var ui=function(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),"number"!=typeof t.indent&&(t.indent=1),"number"!=typeof t.linesBefore&&(t.linesBefore=3),"number"!=typeof t.linesAfter&&(t.linesAfter=2);for(var r,n=/\r?\n|\r|\0/g,u=[0],i=[],s=-1;r=n.exec(e.buffer);)i.push(r.index),u.push(r.index+r[0].length),e.position<=r.index&&s<0&&(s=u.length-2);s<0&&(s=u.length-1);var o,a,c="",l=Math.min(e.line+t.linesAfter,i.length).toString().length,D=t.maxLength-(t.indent+l+3);for(o=1;o<=t.linesBefore&&!(s-o<0);o++)a=ri(e.buffer,u[s-o],i[s-o],e.position-(u[s]-u[s-o]),D),c=Ju.repeat(" ",t.indent)+ni((e.line-o+1).toString(),l)+" | "+a.str+"\n"+c;for(a=ri(e.buffer,u[s],i[s],e.position,D),c+=Ju.repeat(" ",t.indent)+ni((e.line+1).toString(),l)+" | "+a.str+"\n",c+=Ju.repeat("-",t.indent+l+3+a.pos)+"^\n",o=1;o<=t.linesAfter&&!(s+o>=i.length);o++)a=ri(e.buffer,u[s+o],i[s+o],e.position-(u[s]-u[s+o]),D),c+=Ju.repeat(" ",t.indent)+ni((e.line+o+1).toString(),l)+" | "+a.str+"\n";return c.replace(/\n$/,"")},ii=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],si=["scalar","sequence","mapping"];var oi=function(e,t){var r,n;if(t=t||{},Object.keys(t).forEach((function(t){if(-1===ii.indexOf(t))throw new ti('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')})),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=(r=t.styleAliases||null,n={},null!==r&&Object.keys(r).forEach((function(e){r[e].forEach((function(t){n[String(t)]=e}))})),n),-1===si.indexOf(this.kind))throw new ti('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')};function ai(e,t){var r=[];return e[t].forEach((function(e){var t=r.length;r.forEach((function(r,n){r.tag===e.tag&&r.kind===e.kind&&r.multi===e.multi&&(t=n)})),r[t]=e})),r}function ci(e){return this.extend(e)}ci.prototype.extend=function(e){var t=[],r=[];if(e instanceof oi)r.push(e);else if(Array.isArray(e))r=r.concat(e);else{if(!e||!Array.isArray(e.implicit)&&!Array.isArray(e.explicit))throw new ti("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");e.implicit&&(t=t.concat(e.implicit)),e.explicit&&(r=r.concat(e.explicit))}t.forEach((function(e){if(!(e instanceof oi))throw new ti("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(e.loadKind&&"scalar"!==e.loadKind)throw new ti("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(e.multi)throw new ti("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")})),r.forEach((function(e){if(!(e instanceof oi))throw new ti("Specified list of YAML types (or a single Type object) contains a non-Type object.")}));var n=Object.create(ci.prototype);return n.implicit=(this.implicit||[]).concat(t),n.explicit=(this.explicit||[]).concat(r),n.compiledImplicit=ai(n,"implicit"),n.compiledExplicit=ai(n,"explicit"),n.compiledTypeMap=function(){var e,t,r={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function n(e){e.multi?(r.multi[e.kind].push(e),r.multi.fallback.push(e)):r[e.kind][e.tag]=r.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(n);return r}(n.compiledImplicit,n.compiledExplicit),n};var li=new ci({explicit:[new oi("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}}),new oi("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}}),new oi("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}})]});var Di=new oi("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)},construct:function(){return null},predicate:function(e){return null===e},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});var hi=new oi("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)},construct:function(e){return"true"===e||"True"===e||"TRUE"===e},predicate:function(e){return"[object Boolean]"===Object.prototype.toString.call(e)},represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function pi(e){return 48<=e&&e<=55}function fi(e){return 48<=e&&e<=57}var di=new oi("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,r,n=e.length,u=0,i=!1;if(!n)return!1;if("-"!==(t=e[u])&&"+"!==t||(t=e[++u]),"0"===t){if(u+1===n)return!0;if("b"===(t=e[++u])){for(u++;u<n;u++)if("_"!==(t=e[u])){if("0"!==t&&"1"!==t)return!1;i=!0}return i&&"_"!==t}if("x"===t){for(u++;u<n;u++)if("_"!==(t=e[u])){if(!(48<=(r=e.charCodeAt(u))&&r<=57||65<=r&&r<=70||97<=r&&r<=102))return!1;i=!0}return i&&"_"!==t}if("o"===t){for(u++;u<n;u++)if("_"!==(t=e[u])){if(!pi(e.charCodeAt(u)))return!1;i=!0}return i&&"_"!==t}}if("_"===t)return!1;for(;u<n;u++)if("_"!==(t=e[u])){if(!fi(e.charCodeAt(u)))return!1;i=!0}return!(!i||"_"===t)},construct:function(e){var t,r=e,n=1;if(-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(t=r[0])&&"+"!==t||("-"===t&&(n=-1),t=(r=r.slice(1))[0]),"0"===r)return 0;if("0"===t){if("b"===r[1])return n*parseInt(r.slice(2),2);if("x"===r[1])return n*parseInt(r.slice(2),16);if("o"===r[1])return n*parseInt(r.slice(2),8)}return n*parseInt(r,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!Ju.isNegativeZero(e)},represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),Fi=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");var gi=/^[-+]?[0-9]+e/;var mi=new oi("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(e){return null!==e&&!(!Fi.test(e)||"_"===e[e.length-1])},construct:function(e){var t,r;return r="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===r?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:r*parseFloat(t,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||Ju.isNegativeZero(e))},represent:function(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(Ju.isNegativeZero(e))return"-0.0";return r=e.toString(10),gi.test(r)?r.replace("e",".e"):r},defaultStyle:"lowercase"}),Ei=li.extend({implicit:[Di,hi,di,mi]}),Ci=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),yi=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");var bi=new oi("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(e){return null!==e&&(null!==Ci.exec(e)||null!==yi.exec(e))},construct:function(e){var t,r,n,u,i,s,o,a,c=0,l=null;if(null===(t=Ci.exec(e))&&(t=yi.exec(e)),null===t)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,u=+t[3],!t[4])return new Date(Date.UTC(r,n,u));if(i=+t[4],s=+t[5],o=+t[6],t[7]){for(c=t[7].slice(0,3);c.length<3;)c+="0";c=+c}return t[9]&&(l=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(l=-l)),a=new Date(Date.UTC(r,n,u,i,s,o,c)),l&&a.setTime(a.getTime()-l),a},instanceOf:Date,represent:function(e){return e.toISOString()}});var vi=new oi("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(e){return"<<"===e||null===e}}),Ai="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";var _i=new oi("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,r,n=0,u=e.length,i=Ai;for(r=0;r<u;r++)if(!((t=i.indexOf(e.charAt(r)))>64)){if(t<0)return!1;n+=6}return n%8==0},construct:function(e){var t,r,n=e.replace(/[\r\n=]/g,""),u=n.length,i=Ai,s=0,o=[];for(t=0;t<u;t++)t%4==0&&t&&(o.push(s>>16&255),o.push(s>>8&255),o.push(255&s)),s=s<<6|i.indexOf(n.charAt(t));return 0===(r=u%4*6)?(o.push(s>>16&255),o.push(s>>8&255),o.push(255&s)):18===r?(o.push(s>>10&255),o.push(s>>2&255)):12===r&&o.push(s>>4&255),new Uint8Array(o)},predicate:function(e){return"[object Uint8Array]"===Object.prototype.toString.call(e)},represent:function(e){var t,r,n="",u=0,i=e.length,s=Ai;for(t=0;t<i;t++)t%3==0&&t&&(n+=s[u>>18&63],n+=s[u>>12&63],n+=s[u>>6&63],n+=s[63&u]),u=(u<<8)+e[t];return 0===(r=i%3)?(n+=s[u>>18&63],n+=s[u>>12&63],n+=s[u>>6&63],n+=s[63&u]):2===r?(n+=s[u>>10&63],n+=s[u>>4&63],n+=s[u<<2&63],n+=s[64]):1===r&&(n+=s[u>>2&63],n+=s[u<<4&63],n+=s[64],n+=s[64]),n}}),wi=Object.prototype.hasOwnProperty,Bi=Object.prototype.toString;var Si=new oi("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,r,n,u,i,s=[],o=e;for(t=0,r=o.length;t<r;t+=1){if(n=o[t],i=!1,"[object Object]"!==Bi.call(n))return!1;for(u in n)if(wi.call(n,u)){if(i)return!1;i=!0}if(!i)return!1;if(-1!==s.indexOf(u))return!1;s.push(u)}return!0},construct:function(e){return null!==e?e:[]}}),xi=Object.prototype.toString;var Ri=new oi("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,r,n,u,i,s=e;for(i=new Array(s.length),t=0,r=s.length;t<r;t+=1){if(n=s[t],"[object Object]"!==xi.call(n))return!1;if(1!==(u=Object.keys(n)).length)return!1;i[t]=[u[0],n[u[0]]]}return!0},construct:function(e){if(null===e)return[];var t,r,n,u,i,s=e;for(i=new Array(s.length),t=0,r=s.length;t<r;t+=1)n=s[t],u=Object.keys(n),i[t]=[u[0],n[u[0]]];return i}}),Oi=Object.prototype.hasOwnProperty;var ki=new oi("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(e){if(null===e)return!0;var t,r=e;for(t in r)if(Oi.call(r,t)&&null!==r[t])return!1;return!0},construct:function(e){return null!==e?e:{}}}),Ti=Ei.extend({implicit:[bi,vi],explicit:[_i,Si,Ri,ki]}),Ii=Object.prototype.hasOwnProperty,Ni=1,Li=2,Pi=3,ji=4,Mi=1,$i=2,Ui=3,Hi=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Gi=/[\x85\u2028\u2029]/,Wi=/[,\[\]\{\}]/,Vi=/^(?:!|!!|![a-z\-]+!)$/i,qi=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Ki(e){return Object.prototype.toString.call(e)}function Yi(e){return 10===e||13===e}function zi(e){return 9===e||32===e}function Xi(e){return 9===e||32===e||10===e||13===e}function Qi(e){return 44===e||91===e||93===e||123===e||125===e}function Ji(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function Zi(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"
":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function es(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}var ts,rs=new Array(256),ns=new Array(256);for(ts=0;ts<256;ts++)rs[ts]=Zi(ts)?1:0,ns[ts]=Zi(ts);function us(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||Ti,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function is(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=ui(r),new ti(t,r)}function ss(e,t){throw is(e,t)}function os(e,t){e.onWarning&&e.onWarning.call(null,is(e,t))}var as={YAML:function(e,t,r){var n,u,i;null!==e.version&&ss(e,"duplication of %YAML directive"),1!==r.length&&ss(e,"YAML directive accepts exactly one argument"),null===(n=/^([0-9]+)\.([0-9]+)$/.exec(r[0]))&&ss(e,"ill-formed argument of the YAML directive"),u=parseInt(n[1],10),i=parseInt(n[2],10),1!==u&&ss(e,"unacceptable YAML version of the document"),e.version=r[0],e.checkLineBreaks=i<2,1!==i&&2!==i&&os(e,"unsupported YAML version of the document")},TAG:function(e,t,r){var n,u;2!==r.length&&ss(e,"TAG directive accepts exactly two arguments"),n=r[0],u=r[1],Vi.test(n)||ss(e,"ill-formed tag handle (first argument) of the TAG directive"),Ii.call(e.tagMap,n)&&ss(e,'there is a previously declared suffix for "'+n+'" tag handle'),qi.test(u)||ss(e,"ill-formed tag prefix (second argument) of the TAG directive");try{u=decodeURIComponent(u)}catch(t){ss(e,"tag prefix is malformed: "+u)}e.tagMap[n]=u}};function cs(e,t,r,n){var u,i,s,o;if(t<r){if(o=e.input.slice(t,r),n)for(u=0,i=o.length;u<i;u+=1)9===(s=o.charCodeAt(u))||32<=s&&s<=1114111||ss(e,"expected valid JSON character");else Hi.test(o)&&ss(e,"the stream contains non-printable characters");e.result+=o}}function ls(e,t,r,n){var u,i,s,o;for(Ju.isObject(r)||ss(e,"cannot merge mappings; the provided source object is unacceptable"),s=0,o=(u=Object.keys(r)).length;s<o;s+=1)i=u[s],Ii.call(t,i)||(t[i]=r[i],n[i]=!0)}function Ds(e,t,r,n,u,i,s,o,a){var c,l;if(Array.isArray(u))for(c=0,l=(u=Array.prototype.slice.call(u)).length;c<l;c+=1)Array.isArray(u[c])&&ss(e,"nested arrays are not supported inside keys"),"object"==typeof u&&"[object Object]"===Ki(u[c])&&(u[c]="[object Object]");if("object"==typeof u&&"[object Object]"===Ki(u)&&(u="[object Object]"),u=String(u),null===t&&(t={}),"tag:yaml.org,2002:merge"===n)if(Array.isArray(i))for(c=0,l=i.length;c<l;c+=1)ls(e,t,i[c],r);else ls(e,t,i,r);else e.json||Ii.call(r,u)||!Ii.call(t,u)||(e.line=s||e.line,e.lineStart=o||e.lineStart,e.position=a||e.position,ss(e,"duplicated mapping key")),"__proto__"===u?Object.defineProperty(t,u,{configurable:!0,enumerable:!0,writable:!0,value:i}):t[u]=i,delete r[u];return t}function hs(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):ss(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function ps(e,t,r){for(var n=0,u=e.input.charCodeAt(e.position);0!==u;){for(;zi(u);)9===u&&-1===e.firstTabInLine&&(e.firstTabInLine=e.position),u=e.input.charCodeAt(++e.position);if(t&&35===u)do{u=e.input.charCodeAt(++e.position)}while(10!==u&&13!==u&&0!==u);if(!Yi(u))break;for(hs(e),u=e.input.charCodeAt(e.position),n++,e.lineIndent=0;32===u;)e.lineIndent++,u=e.input.charCodeAt(++e.position)}return-1!==r&&0!==n&&e.lineIndent<r&&os(e,"deficient indentation"),n}function fs(e){var t,r=e.position;return!(45!==(t=e.input.charCodeAt(r))&&46!==t||t!==e.input.charCodeAt(r+1)||t!==e.input.charCodeAt(r+2)||(r+=3,0!==(t=e.input.charCodeAt(r))&&!Xi(t)))}function ds(e,t){1===t?e.result+=" ":t>1&&(e.result+=Ju.repeat("\n",t-1))}function Fs(e,t){var r,n,u=e.tag,i=e.anchor,s=[],o=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=s),n=e.input.charCodeAt(e.position);0!==n&&(-1!==e.firstTabInLine&&(e.position=e.firstTabInLine,ss(e,"tab characters must not be used in indentation")),45===n)&&Xi(e.input.charCodeAt(e.position+1));)if(o=!0,e.position++,ps(e,!0,-1)&&e.lineIndent<=t)s.push(null),n=e.input.charCodeAt(e.position);else if(r=e.line,Es(e,t,Pi,!1,!0),s.push(e.result),ps(e,!0,-1),n=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&0!==n)ss(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!o&&(e.tag=u,e.anchor=i,e.kind="sequence",e.result=s,!0)}function gs(e){var t,r,n,u,i=!1,s=!1;if(33!==(u=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&ss(e,"duplication of a tag property"),60===(u=e.input.charCodeAt(++e.position))?(i=!0,u=e.input.charCodeAt(++e.position)):33===u?(s=!0,r="!!",u=e.input.charCodeAt(++e.position)):r="!",t=e.position,i){do{u=e.input.charCodeAt(++e.position)}while(0!==u&&62!==u);e.position<e.length?(n=e.input.slice(t,e.position),u=e.input.charCodeAt(++e.position)):ss(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==u&&!Xi(u);)33===u&&(s?ss(e,"tag suffix cannot contain exclamation marks"):(r=e.input.slice(t-1,e.position+1),Vi.test(r)||ss(e,"named tag handle cannot contain such characters"),s=!0,t=e.position+1)),u=e.input.charCodeAt(++e.position);n=e.input.slice(t,e.position),Wi.test(n)&&ss(e,"tag suffix cannot contain flow indicator characters")}n&&!qi.test(n)&&ss(e,"tag name cannot contain such characters: "+n);try{n=decodeURIComponent(n)}catch(t){ss(e,"tag name is malformed: "+n)}return i?e.tag=n:Ii.call(e.tagMap,r)?e.tag=e.tagMap[r]+n:"!"===r?e.tag="!"+n:"!!"===r?e.tag="tag:yaml.org,2002:"+n:ss(e,'undeclared tag handle "'+r+'"'),!0}function ms(e){var t,r;if(38!==(r=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&ss(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!Xi(r)&&!Qi(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&ss(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function Es(e,t,r,n,u){var i,s,o,a,c,l,D,h,p,f=1,d=!1,F=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,i=s=o=ji===r||Pi===r,n&&ps(e,!0,-1)&&(d=!0,e.lineIndent>t?f=1:e.lineIndent===t?f=0:e.lineIndent<t&&(f=-1)),1===f)for(;gs(e)||ms(e);)ps(e,!0,-1)?(d=!0,o=i,e.lineIndent>t?f=1:e.lineIndent===t?f=0:e.lineIndent<t&&(f=-1)):o=!1;if(o&&(o=d||u),1!==f&&ji!==r||(h=Ni===r||Li===r?t:t+1,p=e.position-e.lineStart,1===f?o&&(Fs(e,p)||function(e,t,r){var n,u,i,s,o,a,c,l=e.tag,D=e.anchor,h={},p=Object.create(null),f=null,d=null,F=null,g=!1,m=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=h),c=e.input.charCodeAt(e.position);0!==c;){if(g||-1===e.firstTabInLine||(e.position=e.firstTabInLine,ss(e,"tab characters must not be used in indentation")),n=e.input.charCodeAt(e.position+1),i=e.line,63!==c&&58!==c||!Xi(n)){if(s=e.line,o=e.lineStart,a=e.position,!Es(e,r,Li,!1,!0))break;if(e.line===i){for(c=e.input.charCodeAt(e.position);zi(c);)c=e.input.charCodeAt(++e.position);if(58===c)Xi(c=e.input.charCodeAt(++e.position))||ss(e,"a whitespace character is expected after the key-value separator within a block mapping"),g&&(Ds(e,h,p,f,d,null,s,o,a),f=d=F=null),m=!0,g=!1,u=!1,f=e.tag,d=e.result;else{if(!m)return e.tag=l,e.anchor=D,!0;ss(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!m)return e.tag=l,e.anchor=D,!0;ss(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===c?(g&&(Ds(e,h,p,f,d,null,s,o,a),f=d=F=null),m=!0,g=!0,u=!0):g?(g=!1,u=!0):ss(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,c=n;if((e.line===i||e.lineIndent>t)&&(g&&(s=e.line,o=e.lineStart,a=e.position),Es(e,t,ji,!0,u)&&(g?d=e.result:F=e.result),g||(Ds(e,h,p,f,d,F,s,o,a),f=d=F=null),ps(e,!0,-1),c=e.input.charCodeAt(e.position)),(e.line===i||e.lineIndent>t)&&0!==c)ss(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return g&&Ds(e,h,p,f,d,null,s,o,a),m&&(e.tag=l,e.anchor=D,e.kind="mapping",e.result=h),m}(e,p,h))||function(e,t){var r,n,u,i,s,o,a,c,l,D,h,p,f=!0,d=e.tag,F=e.anchor,g=Object.create(null);if(91===(p=e.input.charCodeAt(e.position)))s=93,c=!1,i=[];else{if(123!==p)return!1;s=125,c=!0,i={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=i),p=e.input.charCodeAt(++e.position);0!==p;){if(ps(e,!0,t),(p=e.input.charCodeAt(e.position))===s)return e.position++,e.tag=d,e.anchor=F,e.kind=c?"mapping":"sequence",e.result=i,!0;f?44===p&&ss(e,"expected the node content, but found ','"):ss(e,"missed comma between flow collection entries"),h=null,o=a=!1,63===p&&Xi(e.input.charCodeAt(e.position+1))&&(o=a=!0,e.position++,ps(e,!0,t)),r=e.line,n=e.lineStart,u=e.position,Es(e,t,Ni,!1,!0),D=e.tag,l=e.result,ps(e,!0,t),p=e.input.charCodeAt(e.position),!a&&e.line!==r||58!==p||(o=!0,p=e.input.charCodeAt(++e.position),ps(e,!0,t),Es(e,t,Ni,!1,!0),h=e.result),c?Ds(e,i,g,D,l,h,r,n,u):o?i.push(Ds(e,null,g,D,l,h,r,n,u)):i.push(l),ps(e,!0,t),44===(p=e.input.charCodeAt(e.position))?(f=!0,p=e.input.charCodeAt(++e.position)):f=!1}ss(e,"unexpected end of the stream within a flow collection")}(e,h)?F=!0:(s&&function(e,t){var r,n,u,i,s,o=Mi,a=!1,c=!1,l=t,D=0,h=!1;if(124===(i=e.input.charCodeAt(e.position)))n=!1;else{if(62!==i)return!1;n=!0}for(e.kind="scalar",e.result="";0!==i;)if(43===(i=e.input.charCodeAt(++e.position))||45===i)Mi===o?o=43===i?Ui:$i:ss(e,"repeat of a chomping mode identifier");else{if(!((u=48<=(s=i)&&s<=57?s-48:-1)>=0))break;0===u?ss(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):c?ss(e,"repeat of an indentation width identifier"):(l=t+u-1,c=!0)}if(zi(i)){do{i=e.input.charCodeAt(++e.position)}while(zi(i));if(35===i)do{i=e.input.charCodeAt(++e.position)}while(!Yi(i)&&0!==i)}for(;0!==i;){for(hs(e),e.lineIndent=0,i=e.input.charCodeAt(e.position);(!c||e.lineIndent<l)&&32===i;)e.lineIndent++,i=e.input.charCodeAt(++e.position);if(!c&&e.lineIndent>l&&(l=e.lineIndent),Yi(i))D++;else{if(e.lineIndent<l){o===Ui?e.result+=Ju.repeat("\n",a?1+D:D):o===Mi&&a&&(e.result+="\n");break}for(n?zi(i)?(h=!0,e.result+=Ju.repeat("\n",a?1+D:D)):h?(h=!1,e.result+=Ju.repeat("\n",D+1)):0===D?a&&(e.result+=" "):e.result+=Ju.repeat("\n",D):e.result+=Ju.repeat("\n",a?1+D:D),a=!0,c=!0,D=0,r=e.position;!Yi(i)&&0!==i;)i=e.input.charCodeAt(++e.position);cs(e,r,e.position,!1)}}return!0}(e,h)||function(e,t){var r,n,u;if(39!==(r=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=u=e.position;0!==(r=e.input.charCodeAt(e.position));)if(39===r){if(cs(e,n,e.position,!0),39!==(r=e.input.charCodeAt(++e.position)))return!0;n=e.position,e.position++,u=e.position}else Yi(r)?(cs(e,n,u,!0),ds(e,ps(e,!1,t)),n=u=e.position):e.position===e.lineStart&&fs(e)?ss(e,"unexpected end of the document within a single quoted scalar"):(e.position++,u=e.position);ss(e,"unexpected end of the stream within a single quoted scalar")}(e,h)||function(e,t){var r,n,u,i,s,o,a;if(34!==(o=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;0!==(o=e.input.charCodeAt(e.position));){if(34===o)return cs(e,r,e.position,!0),e.position++,!0;if(92===o){if(cs(e,r,e.position,!0),Yi(o=e.input.charCodeAt(++e.position)))ps(e,!1,t);else if(o<256&&rs[o])e.result+=ns[o],e.position++;else if((s=120===(a=o)?2:117===a?4:85===a?8:0)>0){for(u=s,i=0;u>0;u--)(s=Ji(o=e.input.charCodeAt(++e.position)))>=0?i=(i<<4)+s:ss(e,"expected hexadecimal character");e.result+=es(i),e.position++}else ss(e,"unknown escape sequence");r=n=e.position}else Yi(o)?(cs(e,r,n,!0),ds(e,ps(e,!1,t)),r=n=e.position):e.position===e.lineStart&&fs(e)?ss(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}ss(e,"unexpected end of the stream within a double quoted scalar")}(e,h)?F=!0:!function(e){var t,r,n;if(42!==(n=e.input.charCodeAt(e.position)))return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!Xi(n)&&!Qi(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&ss(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),Ii.call(e.anchorMap,r)||ss(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],ps(e,!0,-1),!0}(e)?function(e,t,r){var n,u,i,s,o,a,c,l,D=e.kind,h=e.result;if(Xi(l=e.input.charCodeAt(e.position))||Qi(l)||35===l||38===l||42===l||33===l||124===l||62===l||39===l||34===l||37===l||64===l||96===l)return!1;if((63===l||45===l)&&(Xi(n=e.input.charCodeAt(e.position+1))||r&&Qi(n)))return!1;for(e.kind="scalar",e.result="",u=i=e.position,s=!1;0!==l;){if(58===l){if(Xi(n=e.input.charCodeAt(e.position+1))||r&&Qi(n))break}else if(35===l){if(Xi(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&fs(e)||r&&Qi(l))break;if(Yi(l)){if(o=e.line,a=e.lineStart,c=e.lineIndent,ps(e,!1,-1),e.lineIndent>=t){s=!0,l=e.input.charCodeAt(e.position);continue}e.position=i,e.line=o,e.lineStart=a,e.lineIndent=c;break}}s&&(cs(e,u,i,!1),ds(e,e.line-o),u=i=e.position,s=!1),zi(l)||(i=e.position+1),l=e.input.charCodeAt(++e.position)}return cs(e,u,i,!1),!!e.result||(e.kind=D,e.result=h,!1)}(e,h,Ni===r)&&(F=!0,null===e.tag&&(e.tag="?")):(F=!0,null===e.tag&&null===e.anchor||ss(e,"alias node should not have any properties")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===f&&(F=o&&Fs(e,p))),null===e.tag)null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);else if("?"===e.tag){for(null!==e.result&&"scalar"!==e.kind&&ss(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),a=0,c=e.implicitTypes.length;a<c;a+=1)if((D=e.implicitTypes[a]).resolve(e.result)){e.result=D.construct(e.result),e.tag=D.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else if("!"!==e.tag){if(Ii.call(e.typeMap[e.kind||"fallback"],e.tag))D=e.typeMap[e.kind||"fallback"][e.tag];else for(D=null,a=0,c=(l=e.typeMap.multi[e.kind||"fallback"]).length;a<c;a+=1)if(e.tag.slice(0,l[a].tag.length)===l[a].tag){D=l[a];break}D||ss(e,"unknown tag !<"+e.tag+">"),null!==e.result&&D.kind!==e.kind&&ss(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+D.kind+'", not "'+e.kind+'"'),D.resolve(e.result,e.tag)?(e.result=D.construct(e.result,e.tag),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):ss(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||F}function Cs(e){var t,r,n,u,i=e.position,s=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);0!==(u=e.input.charCodeAt(e.position))&&(ps(e,!0,-1),u=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==u));){for(s=!0,u=e.input.charCodeAt(++e.position),t=e.position;0!==u&&!Xi(u);)u=e.input.charCodeAt(++e.position);for(n=[],(r=e.input.slice(t,e.position)).length<1&&ss(e,"directive name must not be less than one character in length");0!==u;){for(;zi(u);)u=e.input.charCodeAt(++e.position);if(35===u){do{u=e.input.charCodeAt(++e.position)}while(0!==u&&!Yi(u));break}if(Yi(u))break;for(t=e.position;0!==u&&!Xi(u);)u=e.input.charCodeAt(++e.position);n.push(e.input.slice(t,e.position))}0!==u&&hs(e),Ii.call(as,r)?as[r](e,r,n):os(e,'unknown document directive "'+r+'"')}ps(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,ps(e,!0,-1)):s&&ss(e,"directives end mark is expected"),Es(e,e.lineIndent-1,ji,!1,!0),ps(e,!0,-1),e.checkLineBreaks&&Gi.test(e.input.slice(i,e.position))&&os(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&fs(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,ps(e,!0,-1)):e.position<e.length-1&&ss(e,"end of the stream or a document separator is expected")}function ys(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var r=new us(e,t),n=e.indexOf("\0");for(-1!==n&&(r.position=n,ss(r,"null byte is not allowed in input")),r.input+="\0";32===r.input.charCodeAt(r.position);)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)Cs(r);return r.documents}var bs,vs,As,_s,ws,Bs,Ss,xs,Rs,Os,ks,Ts,Is,Ns,Ls={loadAll:function(e,t,r){null!==t&&"object"==typeof t&&void 0===r&&(r=t,t=null);var n=ys(e,r);if("function"!=typeof t)return n;for(var u=0,i=n.length;u<i;u+=1)t(n[u])},load:function(e,t){var r=ys(e,t);if(0!==r.length){if(1===r.length)return r[0];throw new ti("expected a single document in the stream, but found more")}}}.load,Ps={Space_Separator:/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ID_Start:/[\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\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ID_Continue:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\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\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\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\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/},js={isSpaceSeparator:e=>"string"==typeof e&&Ps.Space_Separator.test(e),isIdStartChar:e=>"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||Ps.ID_Start.test(e)),isIdContinueChar:e=>"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||""===e||""===e||Ps.ID_Continue.test(e)),isDigit:e=>"string"==typeof e&&/[0-9]/.test(e),isHexDigit:e=>"string"==typeof e&&/[0-9A-Fa-f]/.test(e)};function Ms(e,t,r){const n=e[t];if(null!=n&&"object"==typeof n)if(Array.isArray(n))for(let e=0;e<n.length;e++){const t=String(e),u=Ms(n,t,r);void 0===u?delete n[t]:Object.defineProperty(n,t,{value:u,writable:!0,enumerable:!0,configurable:!0})}else for(const e in n){const t=Ms(n,e,r);void 0===t?delete n[e]:Object.defineProperty(n,e,{value:t,writable:!0,enumerable:!0,configurable:!0})}return r.call(e,t,n)}function $s(){for(Os="default",ks="",Ts=!1,Is=1;;){Ns=Us();const e=Gs[Os]();if(e)return e}}function Us(){if(bs[_s])return String.fromCodePoint(bs.codePointAt(_s))}function Hs(){const e=Us();return"\n"===e?(ws++,Bs=0):e?Bs+=e.length:Bs++,e&&(_s+=e.length),e}var Gs={default(){switch(Ns){case"\t":case"\v":case"\f":case" ":case" ":case"\ufeff":case"\n":case"\r":case"\u2028":case"\u2029":return void Hs();case"/":return Hs(),void(Os="comment");case void 0:return Hs(),Ws("eof")}if(!js.isSpaceSeparator(Ns))return Gs[vs]();Hs()},comment(){switch(Ns){case"*":return Hs(),void(Os="multiLineComment");case"/":return Hs(),void(Os="singleLineComment")}throw Xs(Hs())},multiLineComment(){switch(Ns){case"*":return Hs(),void(Os="multiLineCommentAsterisk");case void 0:throw Xs(Hs())}Hs()},multiLineCommentAsterisk(){switch(Ns){case"*":return void Hs();case"/":return Hs(),void(Os="default");case void 0:throw Xs(Hs())}Hs(),Os="multiLineComment"},singleLineComment(){switch(Ns){case"\n":case"\r":case"\u2028":case"\u2029":return Hs(),void(Os="default");case void 0:return Hs(),Ws("eof")}Hs()},value(){switch(Ns){case"{":case"[":return Ws("punctuator",Hs());case"n":return Hs(),Vs("ull"),Ws("null",null);case"t":return Hs(),Vs("rue"),Ws("boolean",!0);case"f":return Hs(),Vs("alse"),Ws("boolean",!1);case"-":case"+":return"-"===Hs()&&(Is=-1),void(Os="sign");case".":return ks=Hs(),void(Os="decimalPointLeading");case"0":return ks=Hs(),void(Os="zero");case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":return ks=Hs(),void(Os="decimalInteger");case"I":return Hs(),Vs("nfinity"),Ws("numeric",1/0);case"N":return Hs(),Vs("aN"),Ws("numeric",NaN);case'"':case"'":return Ts='"'===Hs(),ks="",void(Os="string")}throw Xs(Hs())},identifierNameStartEscape(){if("u"!==Ns)throw Xs(Hs());Hs();const e=qs();switch(e){case"$":case"_":break;default:if(!js.isIdStartChar(e))throw Js()}ks+=e,Os="identifierName"},identifierName(){switch(Ns){case"$":case"_":case"":case"":return void(ks+=Hs());case"\\":return Hs(),void(Os="identifierNameEscape")}if(!js.isIdContinueChar(Ns))return Ws("identifier",ks);ks+=Hs()},identifierNameEscape(){if("u"!==Ns)throw Xs(Hs());Hs();const e=qs();switch(e){case"$":case"_":case"":case"":break;default:if(!js.isIdContinueChar(e))throw Js()}ks+=e,Os="identifierName"},sign(){switch(Ns){case".":return ks=Hs(),void(Os="decimalPointLeading");case"0":return ks=Hs(),void(Os="zero");case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":return ks=Hs(),void(Os="decimalInteger");case"I":return Hs(),Vs("nfinity"),Ws("numeric",Is*(1/0));case"N":return Hs(),Vs("aN"),Ws("numeric",NaN)}throw Xs(Hs())},zero(){switch(Ns){case".":return ks+=Hs(),void(Os="decimalPoint");case"e":case"E":return ks+=Hs(),void(Os="decimalExponent");case"x":case"X":return ks+=Hs(),void(Os="hexadecimal")}return Ws("numeric",0*Is)},decimalInteger(){switch(Ns){case".":return ks+=Hs(),void(Os="decimalPoint");case"e":case"E":return ks+=Hs(),void(Os="decimalExponent")}if(!js.isDigit(Ns))return Ws("numeric",Is*Number(ks));ks+=Hs()},decimalPointLeading(){if(js.isDigit(Ns))return ks+=Hs(),void(Os="decimalFraction");throw Xs(Hs())},decimalPoint(){switch(Ns){case"e":case"E":return ks+=Hs(),void(Os="decimalExponent")}return js.isDigit(Ns)?(ks+=Hs(),void(Os="decimalFraction")):Ws("numeric",Is*Number(ks))},decimalFraction(){switch(Ns){case"e":case"E":return ks+=Hs(),void(Os="decimalExponent")}if(!js.isDigit(Ns))return Ws("numeric",Is*Number(ks));ks+=Hs()},decimalExponent(){switch(Ns){case"+":case"-":return ks+=Hs(),void(Os="decimalExponentSign")}if(js.isDigit(Ns))return ks+=Hs(),void(Os="decimalExponentInteger");throw Xs(Hs())},decimalExponentSign(){if(js.isDigit(Ns))return ks+=Hs(),void(Os="decimalExponentInteger");throw Xs(Hs())},decimalExponentInteger(){if(!js.isDigit(Ns))return Ws("numeric",Is*Number(ks));ks+=Hs()},hexadecimal(){if(js.isHexDigit(Ns))return ks+=Hs(),void(Os="hexadecimalInteger");throw Xs(Hs())},hexadecimalInteger(){if(!js.isHexDigit(Ns))return Ws("numeric",Is*Number(ks));ks+=Hs()},string(){switch(Ns){case"\\":return Hs(),void(ks+=function(){switch(Us()){case"b":return Hs(),"\b";case"f":return Hs(),"\f";case"n":return Hs(),"\n";case"r":return Hs(),"\r";case"t":return Hs(),"\t";case"v":return Hs(),"\v";case"0":if(Hs(),js.isDigit(Us()))throw Xs(Hs());return"\0";case"x":return Hs(),function(){let e="",t=Us();if(!js.isHexDigit(t))throw Xs(Hs());if(e+=Hs(),t=Us(),!js.isHexDigit(t))throw Xs(Hs());return e+=Hs(),String.fromCodePoint(parseInt(e,16))}();case"u":return Hs(),qs();case"\n":case"\u2028":case"\u2029":return Hs(),"";case"\r":return Hs(),"\n"===Us()&&Hs(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case void 0:throw Xs(Hs())}return Hs()}());case'"':return Ts?(Hs(),Ws("string",ks)):void(ks+=Hs());case"'":return Ts?void(ks+=Hs()):(Hs(),Ws("string",ks));case"\n":case"\r":throw Xs(Hs());case"\u2028":case"\u2029":e=Ns,console.warn(`JSON5: '${Zs(e)}' in strings is not valid ECMAScript; consider escaping`);break;case void 0:throw Xs(Hs())}var e;ks+=Hs()},start(){switch(Ns){case"{":case"[":return Ws("punctuator",Hs())}Os="value"},beforePropertyName(){switch(Ns){case"$":case"_":return ks=Hs(),void(Os="identifierName");case"\\":return Hs(),void(Os="identifierNameStartEscape");case"}":return Ws("punctuator",Hs());case'"':case"'":return Ts='"'===Hs(),void(Os="string")}if(js.isIdStartChar(Ns))return ks+=Hs(),void(Os="identifierName");throw Xs(Hs())},afterPropertyName(){if(":"===Ns)return Ws("punctuator",Hs());throw Xs(Hs())},beforePropertyValue(){Os="value"},afterPropertyValue(){switch(Ns){case",":case"}":return Ws("punctuator",Hs())}throw Xs(Hs())},beforeArrayValue(){if("]"===Ns)return Ws("punctuator",Hs());Os="value"},afterArrayValue(){switch(Ns){case",":case"]":return Ws("punctuator",Hs())}throw Xs(Hs())},end(){throw Xs(Hs())}};function Ws(e,t){return{type:e,value:t,line:ws,column:Bs}}function Vs(e){for(const t of e){if(Us()!==t)throw Xs(Hs());Hs()}}function qs(){let e="",t=4;for(;t-- >0;){const t=Us();if(!js.isHexDigit(t))throw Xs(Hs());e+=Hs()}return String.fromCodePoint(parseInt(e,16))}var Ks={start(){if("eof"===Ss.type)throw Qs();Ys()},beforePropertyName(){switch(Ss.type){case"identifier":case"string":return xs=Ss.value,void(vs="afterPropertyName");case"punctuator":return void zs();case"eof":throw Qs()}},afterPropertyName(){if("eof"===Ss.type)throw Qs();vs="beforePropertyValue"},beforePropertyValue(){if("eof"===Ss.type)throw Qs();Ys()},beforeArrayValue(){if("eof"===Ss.type)throw Qs();"punctuator"!==Ss.type||"]"!==Ss.value?Ys():zs()},afterPropertyValue(){if("eof"===Ss.type)throw Qs();switch(Ss.value){case",":return void(vs="beforePropertyName");case"}":zs()}},afterArrayValue(){if("eof"===Ss.type)throw Qs();switch(Ss.value){case",":return void(vs="beforeArrayValue");case"]":zs()}},end(){}};function Ys(){let e;switch(Ss.type){case"punctuator":switch(Ss.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=Ss.value}if(void 0===Rs)Rs=e;else{const t=As[As.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,xs,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(null!==e&&"object"==typeof e)As.push(e),vs=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=As[As.length-1];vs=null==e?"end":Array.isArray(e)?"afterArrayValue":"afterPropertyValue"}}function zs(){As.pop();const e=As[As.length-1];vs=null==e?"end":Array.isArray(e)?"afterArrayValue":"afterPropertyValue"}function Xs(e){return eo(void 0===e?`JSON5: invalid end of input at ${ws}:${Bs}`:`JSON5: invalid character '${Zs(e)}' at ${ws}:${Bs}`)}function Qs(){return eo(`JSON5: invalid end of input at ${ws}:${Bs}`)}function Js(){return eo(`JSON5: invalid identifier character at ${ws}:${Bs-=5}`)}function Zs(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return"\\x"+("00"+t).substring(t.length)}return e}function eo(e){const t=new SyntaxError(e);return t.lineNumber=ws,t.columnNumber=Bs,t}var to=function(e,t){bs=String(e),vs="start",As=[],_s=0,ws=1,Bs=0,Ss=void 0,xs=void 0,Rs=void 0;do{Ss=$s(),Ks[vs]()}while("eof"!==Ss.type);return"function"==typeof t?Ms({"":Rs},"",t):Rs},ro=Me(en(),1),no=(e,t,r)=>r<0?-1:e.lastIndexOf(t,r);function uo(e,t,{oneBased:r=!1}={}){if(t<0||t>=e.length&&e.length>0)throw new RangeError("Index out of bounds");const n=function(e,t){const r=no(e,"\n",t-1),n=t-r-1;let u=0;for(let t=r;t>=0;t=no(e,"\n",t-1))u++;return{line:u,column:n}}(e,t);return r?{line:n.line+1,column:n.column+1}:n}var io,so=class e extends Error{constructor(t){var r;super(),$e(this,"name","JSONError"),$e(this,"fileName"),$e(this,"codeFrame"),$e(this,"rawCodeFrame"),Ge(this,io,void 0),We(this,io,t),null==(r=Error.captureStackTrace)||r.call(Error,this,e)}get message(){const{fileName:e,codeFrame:t}=this;return`${He(this,io)}${e?` in ${e}`:""}${t?`\n\n${t}\n`:""}`}set message(e){We(this,io,e)}};io=new WeakMap;var oo=so,ao=(e,t,r=!0)=>(0,ro.codeFrameColumns)(e,{start:t},{highlightCode:r}),co=(e,t)=>{const r=t.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!r)return;let{index:n,line:u,column:i}=r.groups;if(u&&i)return{line:Number(u),column:Number(i)};if(n=Number(n),n===e.length){const{line:t,column:r}=uo(e,e.length-1,{oneBased:!0});return{line:t,column:r+1}}return uo(e,n,{oneBased:!0})},lo=e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,((e,t,r)=>{return`"${r}"(${n=r,`\\u{${n.codePointAt(0).toString(16)}}`})`;var n}));var Do=async function(e){Au(e)&&(e=new URL(e));try{return await o.readFile(e,"utf8")}catch(t){if("ENOENT"===t.code)return;throw new Error(`Unable to read '${e}': ${t.message}`)}};async function ho(e){const t=await Do(e);try{return function(e,t,r){let n,u;"string"==typeof t&&(r=t,t=void 0);try{return JSON.parse(e,t)}catch(e){n=e.message}e?(u=co(e,n),n=lo(n)):n+=" while parsing empty string";const i=new oo(n);throw i.fileName=r,u&&(i.codeFrame=ao(e,u),i.rawCodeFrame=ao(e,u,!1)),i}(t)}catch(t){throw t.message=`JSON Error in ${e}:\n${t.message}`,t}}async function po(e){return(await import(n.pathToFileURL(e).href)).default}async function fo(e){const{prettier:t}=await ho(e);return t}async function Fo(e){const t=await Do(e);try{return Ls(t)}catch(t){throw t.message=`YAML Error in ${e}:\n${t.message}`,t}}var go={async".toml"(e){const t=await Do(e);try{return await(0,Xu.default)(t)}catch(t){throw t.message=`TOML Error in ${e}:\n${t.message}`,t}},async".json5"(e){const t=await Do(e);try{return to(t)}catch(t){throw t.message=`JSON5 Error in ${e}:\n${t.message}`,t}},".json":ho,".js":po,".mjs":po,".cjs":po,".yaml":Fo,".yml":Fo,"":Fo},mo=["package.json",".prettierrc",".prettierrc.json",".prettierrc.yaml",".prettierrc.yml",".prettierrc.json5",".prettierrc.js",".prettierrc.mjs",".prettierrc.cjs","prettier.config.js","prettier.config.mjs","prettier.config.cjs",".prettierrc.toml"];async function Eo({name:e,path:t}){if(!await zu(t))return!1;if("package.json"===e)try{return Boolean(await fo(t))}catch{return!1}return!0}var Co=function(e){return new Mu({names:mo,filter:Eo,stopDirectory:e})},yo={}.hasOwnProperty,bo=/^([A-Z][a-z\d]*)+$/,vo=new Set(["string","function","number","object","Function","Object","boolean","bigint","symbol"]),Ao={};function _o(e,t="and"){return e.length<3?e.join(` ${t} `):`${e.slice(0,-1).join(", ")}, ${t} ${e[e.length-1]}`}var wo,Bo=new Map;function So(e,t,r){return Bo.set(e,t),function(e,t){return r;function r(...r){const n=Error.stackTraceLimit;xo()&&(Error.stackTraceLimit=0);const u=new e;xo()&&(Error.stackTraceLimit=n);const i=function(e,t,r){const n=Bo.get(e);if(a(void 0!==n,"expected `message` to be found"),"function"==typeof n)return a(n.length<=t.length,`Code: ${e}; The provided arguments length (${t.length}) does not match the required ones (${n.length}).`),Reflect.apply(n,r,t);const u=/%[dfijoOs]/g;let i=0;for(;null!==u.exec(n);)i++;return a(i===t.length,`Code: ${e}; The provided arguments length (${t.length}) does not match the required ones (${i}).`),0===t.length?n:(t.unshift(n),Reflect.apply(l.format,null,t))}(t,r,u);return Object.defineProperties(u,{message:{value:i,enumerable:!1,writable:!0,configurable:!0},toString:{value(){return`${this.name} [${t}]: ${this.message}`},enumerable:!1,writable:!0,configurable:!0}}),Ro(u),u.code=t,u}}(r,e)}function xo(){try{if(c.startupSnapshot.isBuildingSnapshot())return!1}catch{}const e=Object.getOwnPropertyDescriptor(Error,"stackTraceLimit");return void 0===e?Object.isExtensible(Error):yo.call(e,"writable")&&void 0!==e.writable?e.writable:void 0!==e.set}Ao.ERR_INVALID_ARG_TYPE=So("ERR_INVALID_ARG_TYPE",((e,t,r)=>{a("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let n="The ";if(e.endsWith(" argument"))n+=`${e} `;else{const t=e.includes(".")?"property":"argument";n+=`"${e}" ${t} `}n+="must be ";const u=[],i=[],s=[];for(const e of t)a("string"==typeof e,"All expected entries have to be of type string"),vo.has(e)?u.push(e.toLowerCase()):null===bo.exec(e)?(a("object"!==e,'The value "object" should be written as "Object"'),s.push(e)):i.push(e);if(i.length>0){const e=u.indexOf("object");-1!==e&&(u.slice(e,1),i.push("Object"))}return u.length>0&&(n+=`${u.length>1?"one of type":"of type"} ${_o(u,"or")}`,(i.length>0||s.length>0)&&(n+=" or ")),i.length>0&&(n+=`an instance of ${_o(i,"or")}`,s.length>0&&(n+=" or ")),s.length>0&&(s.length>1?n+=`one of ${_o(s,"or")}`:(s[0].toLowerCase()!==s[0]&&(n+="an "),n+=`${s[0]}`)),n+=`. Received ${function(e){if(null==e)return String(e);if("function"==typeof e&&e.name)return`function ${e.name}`;if("object"==typeof e)return e.constructor&&e.constructor.name?`an instance of ${e.constructor.name}`:`${l.inspect(e,{depth:-1})}`;let t=l.inspect(e,{colors:!1});t.length>28&&(t=`${t.slice(0,25)}...`);return`type ${typeof e} (${t})`}(r)}`,n}),TypeError),Ao.ERR_INVALID_MODULE_SPECIFIER=So("ERR_INVALID_MODULE_SPECIFIER",((e,t,r=void 0)=>`Invalid module "${e}" ${t}${r?` imported from ${r}`:""}`),TypeError),Ao.ERR_INVALID_PACKAGE_CONFIG=So("ERR_INVALID_PACKAGE_CONFIG",((e,t,r)=>`Invalid package config ${e}${t?` while importing ${t}`:""}${r?`. ${r}`:""}`),Error),Ao.ERR_INVALID_PACKAGE_TARGET=So("ERR_INVALID_PACKAGE_TARGET",((e,t,r,n=!1,u=void 0)=>{const i="string"==typeof r&&!n&&r.length>0&&!r.startsWith("./");return"."===t?(a(!1===n),`Invalid "exports" main target ${JSON.stringify(r)} defined in the package config ${e}package.json${u?` imported from ${u}`:""}${i?'; targets must start with "./"':""}`):`Invalid "${n?"imports":"exports"}" target ${JSON.stringify(r)} defined for '${t}' in the package config ${e}package.json${u?` imported from ${u}`:""}${i?'; targets must start with "./"':""}`}),Error),Ao.ERR_MODULE_NOT_FOUND=So("ERR_MODULE_NOT_FOUND",((e,t,r=!1)=>`Cannot find ${r?"module":"package"} '${e}' imported from ${t}`),Error),Ao.ERR_NETWORK_IMPORT_DISALLOWED=So("ERR_NETWORK_IMPORT_DISALLOWED","import of '%s' by %s is not supported: %s",Error),Ao.ERR_PACKAGE_IMPORT_NOT_DEFINED=So("ERR_PACKAGE_IMPORT_NOT_DEFINED",((e,t,r)=>`Package import specifier "${e}" is not defined${t?` in package ${t}package.json`:""} imported from ${r}`),TypeError),Ao.ERR_PACKAGE_PATH_NOT_EXPORTED=So("ERR_PACKAGE_PATH_NOT_EXPORTED",((e,t,r=void 0)=>"."===t?`No "exports" main defined in ${e}package.json${r?` imported from ${r}`:""}`:`Package subpath '${t}' is not defined by "exports" in ${e}package.json${r?` imported from ${r}`:""}`),Error),Ao.ERR_UNSUPPORTED_DIR_IMPORT=So("ERR_UNSUPPORTED_DIR_IMPORT","Directory import '%s' is not supported resolving ES modules imported from %s",Error),Ao.ERR_UNKNOWN_FILE_EXTENSION=So("ERR_UNKNOWN_FILE_EXTENSION",((e,t)=>`Unknown file extension "${e}" for ${t}`),TypeError),Ao.ERR_INVALID_ARG_VALUE=So("ERR_INVALID_ARG_VALUE",((e,t,r="is invalid")=>{let n=l.inspect(t);n.length>128&&(n=`${n.slice(0,128)}...`);return`The ${e.includes(".")?"property":"argument"} '${e}' ${r}. Received ${n}`}),TypeError);var Ro=function(e){const t="__node_internal_"+e.name;return Object.defineProperty(e,"name",{value:t}),e}((function(e){const t=xo();return t&&(wo=Error.stackTraceLimit,Error.stackTraceLimit=Number.POSITIVE_INFINITY),Error.captureStackTrace(e),t&&(Error.stackTraceLimit=wo),e}));var Oo={}.hasOwnProperty,{ERR_INVALID_PACKAGE_CONFIG:ko}=Ao,To=new Map,Io={read:function(r,{base:u,specifier:i}){const s=To.get(r);if(s)return s;let o;try{o=e.readFileSync(t.toNamespacedPath(r),"utf8")}catch(e){const t=e;if("ENOENT"!==t.code)throw t}const a={exists:!1,pjsonPath:r,main:void 0,name:void 0,type:"none",exports:void 0,imports:void 0};if(void 0!==o){let e;try{e=JSON.parse(o)}catch(e){const t=e,s=new ko(r,(u?`"${i}" from `:"")+n.fileURLToPath(u||i),t.message);throw s.cause=t,s}a.exists=!0,Oo.call(e,"name")&&"string"==typeof e.name&&(a.name=e.name),Oo.call(e,"main")&&"string"==typeof e.main&&(a.main=e.main),Oo.call(e,"exports")&&(a.exports=e.exports),Oo.call(e,"imports")&&(a.imports=e.imports),!Oo.call(e,"type")||"commonjs"!==e.type&&"module"!==e.type||(a.type=e.type)}return To.set(r,a),a}};function No(e){let t=new n.URL("package.json",e);for(;;){if(t.pathname.endsWith("node_modules/package.json"))break;const r=Io.read(n.fileURLToPath(t),{specifier:e});if(r.exists)return r;const u=t;if(t=new n.URL("../package.json",t),t.pathname===u.pathname)break}return{pjsonPath:n.fileURLToPath(t),exists:!1,main:void 0,name:void 0,type:"none",exports:void 0,imports:void 0}}function Lo(e){return No(e).type}var{ERR_UNKNOWN_FILE_EXTENSION:Po}=Ao,jo={}.hasOwnProperty,Mo={__proto__:null,".cjs":"commonjs",".js":"module",".json":"json",".mjs":"module"};var $o={__proto__:null,"data:":function(e){const{1:t}=/^([^/]+\/[^;,]+)[^,]*?(;base64)?,/.exec(e.pathname)||[null,null,null];return function(e){return e&&/\s*(text|application)\/javascript\s*(;\s*charset=utf-?8\s*)?/i.test(e)?"module":"application/json"===e?"json":null}(t)},"file:":function(e,t,r){const u=function(e){const t=e.pathname;let r=t.length;for(;r--;){const e=t.codePointAt(r);if(47===e)return"";if(46===e)return 47===t.codePointAt(r-1)?"":t.slice(r)}return""}(e);if(".js"===u){const t=Lo(e);return"none"!==t?t:"commonjs"}if(""===u){const t=Lo(e);return"none"===t||"commonjs"===t?"commonjs":"module"}const i=Mo[u];if(i)return i;if(r)return;const s=n.fileURLToPath(e);throw new Po(u,s)},"http:":Uo,"https:":Uo,"node:":()=>"builtin"};function Uo(){}function Ho(e,t){const r=e.protocol;return jo.call($o,r)&&$o[r](e,t,!0)||null}var{ERR_INVALID_ARG_VALUE:Go}=Ao,Wo=Object.freeze(["node","import"]),Vo=new Set(Wo);function qo(e){if(void 0!==e&&e!==Wo){if(!Array.isArray(e))throw new Go("conditions",e,"expected an array");return new Set(e)}return Vo}var Ko=RegExp.prototype[Symbol.replace],{ERR_NETWORK_IMPORT_DISALLOWED:Yo,ERR_INVALID_MODULE_SPECIFIER:zo,ERR_INVALID_PACKAGE_CONFIG:Xo,ERR_INVALID_PACKAGE_TARGET:Qo,ERR_MODULE_NOT_FOUND:Jo,ERR_PACKAGE_IMPORT_NOT_DEFINED:Zo,ERR_PACKAGE_PATH_NOT_EXPORTED:ea,ERR_UNSUPPORTED_DIR_IMPORT:ta}=Ao,ra={}.hasOwnProperty,na=/(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))?(\\|\/|$)/i,ua=/(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))(\\|\/|$)/i,ia=/^\.|%|\\/,sa=/\*/g,oa=/%2f|%5c/i,aa=new Set,ca=/[/\\]{2}/;function la(e,t,r,i,s,o,a){if(u.noDeprecation)return;const c=n.fileURLToPath(i),l=null!==ca.exec(a?e:t);u.emitWarning(`Use of deprecated ${l?"double slash":"leading or trailing slash matching"} resolving "${e}" for module request "${t}" ${t===r?"":`matched to "${r}" `}in the "${s?"imports":"exports"}" field module resolution of the package at ${c}${o?` imported from ${n.fileURLToPath(o)}`:""}.`,"DeprecationWarning","DEP0166")}function Da(e,r,i,s){if(u.noDeprecation)return;if("module"!==Ho(e,{parentURL:i.href}))return;const o=n.fileURLToPath(e.href),a=n.fileURLToPath(new n.URL(".",r)),c=n.fileURLToPath(i);s?t.resolve(a,s)!==o&&u.emitWarning(`Package ${a} has a "main" field set to "${s}", excluding the full filename and extension to the resolved file at "${o.slice(a.length)}", imported from ${c}.\n Automatic extension resolution of the "main" field is deprecated for ES modules.`,"DeprecationWarning","DEP0151"):u.emitWarning(`No "main" or "exports" field defined in the package.json for ${a} resolving the main entry point "${o.slice(a.length)}", imported from ${c}.\nDefault "index" lookups for the main are deprecated for ES modules.`,"DeprecationWarning","DEP0151")}function ha(t){try{return e.statSync(t)}catch{return new e.Stats}}function pa(t){const r=e.statSync(t,{throwIfNoEntry:!1}),n=r?r.isFile():void 0;return null!=n&&n}function fa(e,t,r){let u;if(void 0!==t.main){if(u=new n.URL(t.main,e),pa(u))return u;const i=[`./${t.main}.js`,`./${t.main}.json`,`./${t.main}.node`,`./${t.main}/index.js`,`./${t.main}/index.json`,`./${t.main}/index.node`];let s=-1;for(;++s<i.length&&(u=new n.URL(i[s],e),!pa(u));)u=void 0;if(u)return Da(u,e,r,t.main),u}const i=["./index.js","./index.json","./index.node"];let s=-1;for(;++s<i.length&&(u=new n.URL(i[s],e),!pa(u));)u=void 0;if(u)return Da(u,e,r,t.main),u;throw new Jo(n.fileURLToPath(new n.URL(".",e)),n.fileURLToPath(r))}function da(e,t,r){return new ea(n.fileURLToPath(new n.URL(".",t)),e,r&&n.fileURLToPath(r))}function Fa(e,t,r,u,i){return t="object"==typeof t&&null!==t?JSON.stringify(t,null,""):`${t}`,new Qo(n.fileURLToPath(new n.URL(".",r)),e,t,u,i&&n.fileURLToPath(i))}function ga(e,t,r,u,i,s,o,a,c){if(""!==t&&!s&&"/"!==e[e.length-1])throw Fa(r,e,u,o,i);if(!e.startsWith("./")){if(o&&!e.startsWith("../")&&!e.startsWith("/")){let r=!1;try{new n.URL(e),r=!0}catch{}if(!r){return Aa(s?Ko.call(sa,e,(()=>t)):e+t,u,c)}}throw Fa(r,e,u,o,i)}if(null!==na.exec(e.slice(2))){if(null!==ua.exec(e.slice(2)))throw Fa(r,e,u,o,i);if(!a){const n=s?r.replace("*",(()=>t)):r+t;la(s?Ko.call(sa,e,(()=>t)):e,n,r,u,o,i,!0)}}const l=new n.URL(e,u),D=l.pathname,h=new n.URL(".",u).pathname;if(!D.startsWith(h))throw Fa(r,e,u,o,i);if(""===t)return l;if(null!==na.exec(t)){const c=s?r.replace("*",(()=>t)):r+t;if(null===ua.exec(t)){if(!a){la(s?Ko.call(sa,e,(()=>t)):e,c,r,u,o,i,!1)}}else!function(e,t,r,u,i){const s=`request is not a valid match in pattern "${t}" for the "${u?"imports":"exports"}" resolution of ${n.fileURLToPath(r)}`;throw new zo(e,s,i&&n.fileURLToPath(i))}(c,r,u,o,i)}return s?new n.URL(Ko.call(sa,l.href,(()=>t))):new n.URL(t,l)}function ma(e){const t=Number(e);return`${t}`===e&&(t>=0&&t<4294967295)}function Ea(e,t,r,u,i,s,o,a,c){if("string"==typeof t)return ga(t,r,u,e,i,s,o,a,c);if(Array.isArray(t)){const n=t;if(0===n.length)return null;let l,D=-1;for(;++D<n.length;){const t=n[D];let h;try{h=Ea(e,t,r,u,i,s,o,a,c)}catch(e){if(l=e,"ERR_INVALID_PACKAGE_TARGET"===e.code)continue;throw e}if(void 0!==h){if(null!==h)return h;l=null}}if(null==l)return null;throw l}if("object"==typeof t&&null!==t){const l=Object.getOwnPropertyNames(t);let D=-1;for(;++D<l.length;){if(ma(l[D]))throw new Xo(n.fileURLToPath(e),i,'"exports" cannot contain numeric property keys.')}for(D=-1;++D<l.length;){const n=l[D];if("default"===n||c&&c.has(n)){const l=Ea(e,t[n],r,u,i,s,o,a,c);if(void 0===l)continue;return l}}return null}if(null===t)return null;throw Fa(u,t,e,o,i)}function Ca(e,t,r){if(u.noDeprecation)return;const i=n.fileURLToPath(t);aa.has(i+"|"+e)||(aa.add(i+"|"+e),u.emitWarning(`Use of deprecated trailing slash pattern mapping "${e}" in the "exports" field module resolution of the package at ${i}${r?` imported from ${n.fileURLToPath(r)}`:""}. Mapping specifiers ending in "/" is no longer supported.`,"DeprecationWarning","DEP0155"))}function ya(e,t,r,u,i){let s=r.exports;if(function(e,t,r){if("string"==typeof e||Array.isArray(e))return!0;if("object"!=typeof e||null===e)return!1;const u=Object.getOwnPropertyNames(e);let i=!1,s=0,o=-1;for(;++o<u.length;){const e=u[o],a=""===e||"."!==e[0];if(0==s++)i=a;else if(i!==a)throw new Xo(n.fileURLToPath(t),r,"\"exports\" cannot contain some keys starting with '.' and some not. The exports object must either be an object of package subpath keys or an object of main entry condition name keys only.")}return i}(s,e,u)&&(s={".":s}),ra.call(s,t)&&!t.includes("*")&&!t.endsWith("/")){const r=Ea(e,s[t],"",t,u,!1,!1,!1,i);if(null==r)throw da(t,e,u);return r}let o="",a="";const c=Object.getOwnPropertyNames(s);let l=-1;for(;++l<c.length;){const r=c[l],n=r.indexOf("*");if(-1!==n&&t.startsWith(r.slice(0,n))){t.endsWith("/")&&Ca(t,e,u);const i=r.slice(n+1);t.length>=r.length&&t.endsWith(i)&&1===ba(o,r)&&r.lastIndexOf("*")===n&&(o=r,a=t.slice(n,t.length-i.length))}}if(o){const r=Ea(e,s[o],a,o,u,!0,!1,t.endsWith("/"),i);if(null==r)throw da(t,e,u);return r}throw da(t,e,u)}function ba(e,t){const r=e.indexOf("*"),n=t.indexOf("*"),u=-1===r?e.length:r+1,i=-1===n?t.length:n+1;return u>i?-1:i>u||-1===r?1:-1===n||e.length>t.length?-1:t.length>e.length?1:0}function va(e,t,r){if("#"===e||e.startsWith("#/")||e.endsWith("/")){throw new zo(e,"is not a valid internal imports specifier name",n.fileURLToPath(t))}let u;const i=No(t);if(i.exists){u=n.pathToFileURL(i.pjsonPath);const s=i.imports;if(s)if(ra.call(s,e)&&!e.includes("*")){const n=Ea(u,s[e],"",e,t,!1,!0,!1,r);if(null!=n)return n}else{let n="",i="";const o=Object.getOwnPropertyNames(s);let a=-1;for(;++a<o.length;){const t=o[a],r=t.indexOf("*");if(-1!==r&&e.startsWith(t.slice(0,-1))){const u=t.slice(r+1);e.length>=t.length&&e.endsWith(u)&&1===ba(n,t)&&t.lastIndexOf("*")===r&&(n=t,i=e.slice(r,e.length-u.length))}}if(n){const e=Ea(u,s[n],i,n,t,!0,!0,!1,r);if(null!=e)return e}}}throw function(e,t,r){return new Zo(e,t&&n.fileURLToPath(new n.URL(".",t)),n.fileURLToPath(r))}(e,u,t)}function Aa(e,t,u){if(r.builtinModules.includes(e))return new n.URL("node:"+e);const{packageName:i,packageSubpath:s,isScoped:o}=function(e,t){let r=e.indexOf("/"),u=!0,i=!1;"@"===e[0]&&(i=!0,-1===r||0===e.length?u=!1:r=e.indexOf("/",r+1));const s=-1===r?e:e.slice(0,r);if(null!==ia.exec(s)&&(u=!1),!u)throw new zo(e,"is not a valid package name",n.fileURLToPath(t));return{packageName:s,packageSubpath:"."+(-1===r?"":e.slice(r)),isScoped:i}}(e,t),a=No(t);if(a.exists){const e=n.pathToFileURL(a.pjsonPath);if(a.name===i&&void 0!==a.exports&&null!==a.exports)return ya(e,s,a,t,u)}let c,l=new n.URL("./node_modules/"+i+"/package.json",t),D=n.fileURLToPath(l);do{if(!ha(D.slice(0,-13)).isDirectory()){c=D,l=new n.URL((o?"../../../../node_modules/":"../../../node_modules/")+i+"/package.json",l),D=n.fileURLToPath(l);continue}const r=Io.read(D,{base:t,specifier:e});return void 0!==r.exports&&null!==r.exports?ya(l,s,r,t,u):"."===s?fa(l,r,t):new n.URL(s,l)}while(D.length!==c.length);throw new Jo(i,n.fileURLToPath(t),!1)}function _a(e){return""!==e&&("/"===e[0]||function(e){if("."===e[0]){if(1===e.length||"/"===e[1])return!0;if("."===e[1]&&(2===e.length||"/"===e[2]))return!0}return!1}(e))}function wa(r,u,i,s){const o=u.protocol,c="http:"===o||"https:"===o;let l;if(_a(r))l=new n.URL(r,u);else if(c||"#"!==r[0])try{l=new n.URL(r)}catch{c||(l=Aa(r,u,i))}else l=va(r,u,i);return a(void 0!==l,"expected to be defined"),"file:"!==l.protocol?l:function(r,u,i){if(null!==oa.exec(r.pathname))throw new zo(r.pathname,'must not include encoded "/" or "\\" characters',n.fileURLToPath(u));let s;try{s=n.fileURLToPath(r)}catch(e){const t=e;throw Object.defineProperty(t,"input",{value:String(r)}),Object.defineProperty(t,"module",{value:String(u)}),t}const o=ha(s.endsWith("/")?s.slice(-1):s);if(o.isDirectory()){const e=new ta(s,n.fileURLToPath(u));throw e.url=String(r),e}if(!o.isFile()){const e=new Jo(s||r.pathname,u&&n.fileURLToPath(u),!0);throw e.url=String(r),e}if(!i){const u=e.realpathSync(s),{search:i,hash:o}=r;(r=n.pathToFileURL(u+(s.endsWith(t.sep)?"/":""))).search=i,r.hash=o}return r}(l,u,s)}function Ba(e){var t;if(void 0!==e&&("string"!=typeof e&&(t=e,!Boolean(t&&"object"==typeof t&&"href"in t&&"string"==typeof t.href&&"protocol"in t&&"string"==typeof t.protocol&&t.href&&t.protocol))))throw new Ao.ERR_INVALID_ARG_TYPE("parentURL",["string","URL"],e)}function Sa(e,t={}){const{parentURL:u}=t;let i,s;if(a(void 0!==u,"expected `parentURL` to be defined"),Ba(u),u)try{i=new n.URL(u)}catch{}try{s=_a(e)?new n.URL(e,i):new n.URL(e);if("data:"===s.protocol)return{url:s.href,format:null}}catch{}const o=function(e,t,n){if(n){const u=n.protocol;if("http:"===u||"https:"===u){if(_a(e)){const r=null==t?void 0:t.protocol;if(r&&"https:"!==r&&"http:"!==r)throw new Yo(e,n,"remote imports cannot import from a local location.");return{url:(null==t?void 0:t.href)||""}}if(r.builtinModules.includes(e))throw new Yo(e,n,"remote imports cannot import from a local location.");throw new Yo(e,n,"only relative and absolute specifiers are supported.")}}}(e,s,i);if(o)return o;if(s&&"node:"===s.protocol)return{url:e};const c=qo(t.conditions),l=wa(e,new n.URL(u),c,!1);return{url:l.href,format:Ho(l,{parentURL:u})}}var xa=function(e,t){const r=function(e,t){if(!t)throw new Error("Please pass `parent`: `import-meta-resolve` cannot ponyfill that");try{return Sa(e,{parentURL:t}).url}catch(e){const t=e;if(("ERR_UNSUPPORTED_DIR_IMPORT"===t.code||"ERR_MODULE_NOT_FOUND"===t.code)&&"string"==typeof t.url)return t.url;throw e}}(e,n.pathToFileURL(t).href);return import(r)};var Ra=function(e,t){return r.createRequire(t)(e)},Oa=new Set(["MODULE_NOT_FOUND","ERR_REQUIRE_ESM","ERR_PACKAGE_PATH_NOT_EXPORTED"]);var ka=async function(e,t){try{return Ra(e,t)}catch(e){if(!Oa.has(null==e?void 0:e.code))throw e}return(await xa(e,t)).default};var Ta=async function(e){const{base:r,ext:n}=t.parse(e),u="package.json"===r?fo:go[n];if(!u)throw new Error(`No loader specified for extension "${n||"noExt"}"`);let i=await u(e);if(i){if("string"==typeof i&&(i=await ka(i,e)),"object"!=typeof i)throw new TypeError(`Config is only allowed to be an object, but received ${typeof i} in "${e}"`);return delete i.$schema,i}},Ia=new Map,Na=new Map;function La(e,r={}){e=e?t.resolve(e):process.cwd();const n=function(e){if(e=e?t.resolve(e):void 0,!Na.has(e)){const t=Co(e),r=t.search.bind(t);Na.set(e,r)}return Na.get(e)}(Yu.getPrettierConfigSearchStopDirectory());return n(e,{shouldCache:r.shouldCache})}function Pa(){Ia.clear(),Na.clear(),Gu()}function ja(e,r){if(!e||!r.editorconfig)return;return function(e,{shouldCache:r}){return e=t.resolve(e),r&&Hu.has(e)||Hu.set(e,Wu(e,{shouldCache:r})),Hu.get(e)}(e,{shouldCache:r.useCache})}async function Ma(e,r){const n=r.useCache;let u=r.config;if(!u){const r=e?t.dirname(t.resolve(e)):void 0;u=await La(r,{shouldCache:n})}if(!u)return;const i=await function(e,{shouldCache:r}){return e=t.resolve(e),r&&Ia.has(e)||Ia.set(e,Ta(e)),Ia.get(e)}(u,{shouldCache:n});return{config:i,configFile:u}}async function $a(e,r){r={useCache:!0,...r};const n=wu(e),[u,i]=await Promise.all([Ma(n,r),ja(n,r)]);if(!u&&!i)return null;const s={...i,...Ha(u,n)};return Array.isArray(s.plugins)&&(s.plugins=s.plugins.map((e=>"string"==typeof e&&e.startsWith(".")?t.resolve(t.dirname(u.configFile),e):e))),s}async function Ua(e){const r=e?t.dirname(t.resolve(wu(e))):void 0;return await La(r,{shouldCache:!1})??null}function Ha(e,r){const{config:n,configFile:u}=e||{},{overrides:i,...s}=n||{};if(r&&i){const e=t.relative(t.dirname(u),r);for(const t of i)Ga(e,t.files,t.excludeFiles)&&Object.assign(s,t.options)}return s}function Ga(e,t,r){const n=Array.isArray(t)?t:[t],[u,i]=Bu(n,(e=>e.includes("/")));return vu.default.isMatch(e,i,{ignore:r,basename:!0,dot:!0})||vu.default.isMatch(e,u,{ignore:r,basename:!1,dot:!0})}var Wa=(e,t,r,n)=>{if(!e||null!=t)return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},Va=Me(tn(),1).default.default,qa="\\"===t.sep?e=>Wa(!1,e,"\\","/"):e=>e;async function Ka(e,r){let u="";if(e&&(u+=await Do(e)??""),r||(u+="\nnode_modules"),!u)return;const i=Va({allowRelativePaths:!0}).add(u);return r=>i.ignores(qa(function(e,r){const u=wu(r),i=_u(e)?n.fileURLToPath(e):t.resolve(e);return t.relative(u?t.dirname(u):process.cwd(),i)}(r,e)))}async function Ya(e,t){0!==e.length||t||(e=[void 0]);const r=(await Promise.all(e.map((e=>Ka(e,t))))).filter(Boolean);return e=>r.some((t=>t(e)))}var za=Me(rn(),1);var Xa=function(t){let r;try{r=e.openSync(t,"r")}catch{return}try{const e=new za.default(r).next().toString("utf8"),t=e.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/);if(t)return t[1];const n=e.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/);if(n)return n[1]}finally{try{e.closeSync(r)}catch{}}},Qa=e=>String(e).split(/[/\\]/).pop();function Ja(e,t){if(!t)return;const r=Qa(t).toLowerCase();return e.find((({filenames:e})=>null==e?void 0:e.some((e=>e.toLowerCase()===r))))??e.find((({extensions:e})=>null==e?void 0:e.some((e=>r.endsWith(e)))))}var Za=function(e,t){const r=e.plugins.flatMap((e=>e.languages??[])),n=function(e,t){if(t)return e.find((({name:e})=>e.toLowerCase()===t))??e.find((({aliases:e})=>null==e?void 0:e.includes(t)))??e.find((({extensions:e})=>null==e?void 0:e.includes(`.${t}`)))}(r,t.language)??Ja(r,t.physicalFile)??Ja(r,t.file)??function(e,t){if(!t||Qa(t).includes("."))return;const r=Xa(t);return r?e.find((({interpreters:e})=>null==e?void 0:e.includes(r))):void 0}(r,t.physicalFile);return null==n?void 0:n.parsers[0]};var ec=async function(e,t){if("string"!=typeof e&&!(e instanceof URL))throw new TypeError(`expect \`file\` to be a string or URL, got \`${typeof e}\``);let{ignorePath:r,withNodeModules:n}=t;Array.isArray(r)||(r=[r]);const u=await async function(e,t){const{ignorePath:r,withNodeModules:n}=t;return(await Ya(r,n))(e)}(e,{ignorePath:r,withNodeModules:n});let i;return u||(i=await async function(e,t){let r;!1!==t.resolveConfig&&(r=await $a(e));return(null==r?void 0:r.parser)??Za(t,{physicalFile:e})}(e,t)),{ignored:u,inferredParser:i??null}},tc=Me(un(),1);function rc(e){switch(e){case"cr":return"\r";case"crlf":return"\r\n";default:return"\n"}}function nc(e,t){let r;switch(t){case"\n":r=/\n/g;break;case"\r":r=/\r/g;break;case"\r\n":r=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}const n=e.match(r);return n?n.length:0}var uc="string",ic="array",sc="cursor",oc="indent",ac="align",cc="trim",lc="group",Dc="fill",hc="if-break",pc="indent-if-break",fc="line-suffix",dc="line-suffix-boundary",Fc="line",gc="label",mc="break-parent",Ec=new Set([sc,oc,ac,cc,lc,Dc,hc,pc,fc,dc,Fc,gc,mc]);var Cc=function(e){if("string"==typeof e)return uc;if(Array.isArray(e))return ic;if(!e)return;const{type:t}=e;return Ec.has(t)?t:void 0};function yc(e){const t=null===e?"null":typeof e;if("string"!==t&&"object"!==t)return`Unexpected doc '${t}', \nExpected it to be 'string' or 'object'.`;if(Cc(e))throw new Error("doc is valid.");const r=Object.prototype.toString.call(e);if("[object Object]"!==r)return`Unexpected doc '${r}'.`;const n=(u=[...Ec].map((e=>`'${e}'`)),new Intl.ListFormat("en-US",{type:"disjunction"}).format(u));var u;return`Unexpected doc.type '${e.type}'.\nExpected it to be ${n}.`}var bc=class extends Error{name="InvalidDocError";constructor(e){super(yc(e)),this.doc=e}},vc={};var Ac=function(e,t,r,n){const u=[e];for(;u.length>0;){const e=u.pop();if(e===vc){r(u.pop());continue}r&&u.push(e,vc);const i=Cc(e);if(!i)throw new bc(e);if(!1!==(null==t?void 0:t(e)))switch(i){case ic:case Dc:{const t=i===ic?e:e.parts;for(let e=t.length-1;e>=0;--e)u.push(t[e]);break}case hc:u.push(e.flatContents,e.breakContents);break;case lc:if(n&&e.expandedStates)for(let t=e.expandedStates.length-1;t>=0;--t)u.push(e.expandedStates[t]);else u.push(e.contents);break;case ac:case oc:case pc:case gc:case fc:u.push(e.contents);break;case uc:case sc:case cc:case dc:case Fc:case mc:break;default:throw new bc(e)}}};function _c(e){return{type:oc,contents:e}}function wc(e,t){return{type:ac,contents:t,n:e}}function Bc(e){return{type:Dc,parts:e}}function Sc(e){return{type:fc,contents:e}}var xc={type:mc},Rc={type:Fc,hard:!0},Oc={type:Fc},kc=[Rc,xc],Tc={type:sc};function Ic(e){var t;if(!e)return"";if(Array.isArray(e)){const t=[];for(const r of e)if(Array.isArray(r))t.push(...Ic(r));else{const e=Ic(r);""!==e&&t.push(e)}return t}return e.type===hc?{...e,breakContents:Ic(e.breakContents),flatContents:Ic(e.flatContents)}:e.type===lc?{...e,contents:Ic(e.contents),expandedStates:null==(t=e.expandedStates)?void 0:t.map(Ic)}:e.type===Dc?{type:"fill",parts:e.parts.map(Ic)}:e.contents?{...e,contents:Ic(e.contents)}:e}var Nc=(e,t,r)=>{if(!e||null!=t)return Array.isArray(t)||"string"==typeof t?t[r<0?t.length+r:r]:t.at(r)};var Lc=e=>{return!(12288===(t=e)||t>=65281&&t<=65376||t>=65504&&t<=65510||function(e){return e>=4352&&e<=4447||8986===e||8987===e||9001===e||9002===e||e>=9193&&e<=9196||9200===e||9203===e||9725===e||9726===e||9748===e||9749===e||e>=9800&&e<=9811||9855===e||9875===e||9889===e||9898===e||9899===e||9917===e||9918===e||9924===e||9925===e||9934===e||9940===e||9962===e||9970===e||9971===e||9973===e||9978===e||9981===e||9989===e||9994===e||9995===e||10024===e||10060===e||10062===e||e>=10067&&e<=10069||10071===e||e>=10133&&e<=10135||10160===e||10175===e||11035===e||11036===e||11088===e||11093===e||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||94192===e||94193===e||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||110589===e||110590===e||e>=110592&&e<=110882||110898===e||e>=110928&&e<=110930||110933===e||e>=110948&&e<=110951||e>=110960&&e<=111355||126980===e||127183===e||127374===e||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||127568===e||127569===e||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||127988===e||e>=127992&&e<=128062||128064===e||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||128378===e||128405===e||128406===e||128420===e||e>=128507&&e<=128591||e>=128640&&e<=128709||128716===e||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||128747===e||128748===e||e>=128756&&e<=128764||e>=128992&&e<=129003||129008===e||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}(e));var t},Pc=/[^\x20-\x7F]/;var jc=function(e){if(!e)return 0;if(!Pc.test(e))return e.length;e=e.replace(/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g," ");let t=0;for(const r of e){const e=r.codePointAt(0);e<=31||e>=127&&e<=159||(e>=768&&e<=879||(t+=Lc(e)?1:2))}return t},Mc=e=>{if(Array.isArray(e))return e;if(e.type!==Dc)throw new Error(`Expect doc to be 'array' or '${Dc}'.`);return e.parts};function $c(e,t){if("string"==typeof e)return t(e);const r=new Map;return n(e);function n(e){if(r.has(e))return r.get(e);const u=function(e){switch(Cc(e)){case ic:return t(e.map(n));case Dc:return t({...e,parts:e.parts.map(n)});case hc:return t({...e,breakContents:n(e.breakContents),flatContents:n(e.flatContents)});case lc:{let{expandedStates:r,contents:u}=e;return r?(r=r.map(n),u=r[0]):u=n(u),t({...e,contents:u,expandedStates:r})}case ac:case oc:case pc:case gc:case fc:return t({...e,contents:n(e.contents)});case uc:case sc:case cc:case dc:case Fc:case mc:return t(e);default:throw new bc(e)}}(e);return r.set(e,u),u}}function Uc(e){if(e.length>0){const t=Nc(!1,e,-1);t.expandedStates||t.break||(t.break="propagated")}return null}function Hc(e){for(e=[...e];e.length>=2&&Nc(!1,e,-2).type===Fc&&Nc(!1,e,-1).type===mc;)e.length-=2;if(e.length>0){const t=Gc(Nc(!1,e,-1));e[e.length-1]=t}return e}function Gc(e){switch(Cc(e)){case ac:case oc:case pc:case lc:case fc:case gc:{const t=Gc(e.contents);return{...e,contents:t}}case hc:return{...e,breakContents:Gc(e.breakContents),flatContents:Gc(e.flatContents)};case Dc:return{...e,parts:Hc(e.parts)};case ic:return Hc(e);case uc:return e.replace(/[\n\r]*$/,"");case sc:case cc:case dc:case Fc:case mc:break;default:throw new bc(e)}return e}function Wc(e){return Gc(function(e){return $c(e,(e=>function(e){switch(Cc(e)){case Dc:if(e.parts.every((e=>""===e)))return"";break;case lc:if(!(e.contents||e.id||e.break||e.expandedStates))return"";if(e.contents.type===lc&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case ac:case oc:case pc:case fc:if(!e.contents)return"";break;case hc:if(!e.flatContents&&!e.breakContents)return"";break;case ic:{const t=[];for(const r of e){if(!r)continue;const[e,...n]=Array.isArray(r)?r:[r];"string"==typeof e&&"string"==typeof Nc(!1,t,-1)?t[t.length-1]+=e:t.push(e),t.push(...n)}return 0===t.length?"":1===t.length?t[0]:t}case uc:case sc:case cc:case dc:case Fc:case gc:case mc:break;default:throw new bc(e)}return e}(e)))}(e))}function Vc(e,t){return e.type===gc?{...e,contents:t(e.contents)}:t(e)}var qc=Symbol("MODE_BREAK"),Kc=Symbol("MODE_FLAT"),Yc=Symbol("cursor");function zc(e,t){return Qc(e,{type:"indent"},t)}function Xc(e,t,r){if(t===Number.NEGATIVE_INFINITY)return e.root||{value:"",length:0,queue:[]};if(t<0)return Qc(e,{type:"dedent"},r);if(!t)return e;if("root"===t.type)return{...e,root:e};return Qc(e,{type:"string"==typeof t?"stringAlign":"numberAlign",n:t},r)}function Qc(e,t,r){const n="dedent"===t.type?e.queue.slice(0,-1):[...e.queue,t];let u="",i=0,s=0,o=0;for(const e of n)switch(e.type){case"indent":l(),r.useTabs?a(1):c(r.tabWidth);break;case"stringAlign":l(),u+=e.n,i+=e.n.length;break;case"numberAlign":s+=1,o+=e.n;break;default:throw new Error(`Unexpected type '${e.type}'`)}return D(),{...e,value:u,length:i,queue:n};function a(e){u+="\t".repeat(e),i+=r.tabWidth*e}function c(e){u+=" ".repeat(e),i+=e}function l(){r.useTabs?function(){s>0&&a(s);h()}():D()}function D(){o>0&&c(o),h()}function h(){s=0,o=0}}function Jc(e){let t=0,r=0,n=e.length;e:for(;n--;){const u=e[n];if(u!==Yc)for(let r=u.length-1;r>=0;r--){const i=u[r];if(" "!==i&&"\t"!==i){e[n]=u.slice(0,r+1);break e}t++}else r++}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(Yc);return t}function Zc(e,t,r,n,u,i){if(r===Number.POSITIVE_INFINITY)return!0;let s=t.length;const o=[e],a=[];for(;r>=0;){if(0===o.length){if(0===s)return!0;o.push(t[--s]);continue}const{mode:e,doc:c}=o.pop();switch(Cc(c)){case uc:a.push(c),r-=jc(c);break;case ic:case Dc:{const t=Mc(c);for(let r=t.length-1;r>=0;r--)o.push({mode:e,doc:t[r]});break}case oc:case ac:case pc:case gc:o.push({mode:e,doc:c.contents});break;case cc:r+=Jc(a);break;case lc:{if(i&&c.break)return!1;const t=c.break?qc:e,r=c.expandedStates&&t===qc?Nc(!1,c.expandedStates,-1):c.contents;o.push({mode:t,doc:r});break}case hc:{const t=(c.groupId?u[c.groupId]||Kc:e)===qc?c.breakContents:c.flatContents;t&&o.push({mode:e,doc:t});break}case Fc:if(e===qc||c.hard)return!0;c.soft||(a.push(" "),r--);break;case fc:n=!0;break;case dc:if(n)return!1}}return!1}function el(e,t){const r={},n=t.printWidth,u=rc(t.endOfLine);let i=0;const s=[{ind:{value:"",length:0,queue:[]},mode:qc,doc:e}],o=[];let a=!1;const c=[];let l=0;for(!function(e){const t=new Set,r=[];Ac(e,(function(e){if(e.type===mc&&Uc(r),e.type===lc){if(r.push(e),t.has(e))return!1;t.add(e)}}),(function(e){e.type===lc&&r.pop().break&&Uc(r)}),!0)}(e);s.length>0;){const{ind:e,mode:D,doc:h}=s.pop();switch(Cc(h)){case uc:{const e="\n"!==u?Wa(!1,h,"\n",u):h;o.push(e),s.length>0&&(i+=jc(e));break}case ic:for(let t=h.length-1;t>=0;t--)s.push({ind:e,mode:D,doc:h[t]});break;case sc:if(l>=2)throw new Error("There are too many 'cursor' in doc.");o.push(Yc),l++;break;case oc:s.push({ind:zc(e,t),mode:D,doc:h.contents});break;case ac:s.push({ind:Xc(e,h.n,t),mode:D,doc:h.contents});break;case cc:i-=Jc(o);break;case lc:switch(D){case Kc:if(!a){s.push({ind:e,mode:h.break?qc:Kc,doc:h.contents});break}case qc:{a=!1;const t={ind:e,mode:Kc,doc:h.contents},u=n-i,o=c.length>0;if(!h.break&&Zc(t,s,u,o,r))s.push(t);else if(h.expandedStates){const t=Nc(!1,h.expandedStates,-1);if(h.break){s.push({ind:e,mode:qc,doc:t});break}for(let n=1;n<h.expandedStates.length+1;n++){if(n>=h.expandedStates.length){s.push({ind:e,mode:qc,doc:t});break}{const t=h.expandedStates[n],i={ind:e,mode:Kc,doc:t};if(Zc(i,s,u,o,r)){s.push(i);break}}}}else s.push({ind:e,mode:qc,doc:h.contents});break}}h.id&&(r[h.id]=Nc(!1,s,-1).mode);break;case Dc:{const t=n-i,{parts:u}=h;if(0===u.length)break;const[o,a]=u,l={ind:e,mode:Kc,doc:o},p={ind:e,mode:qc,doc:o},f=Zc(l,[],t,c.length>0,r,!0);if(1===u.length){f?s.push(l):s.push(p);break}const d={ind:e,mode:Kc,doc:a},F={ind:e,mode:qc,doc:a};if(2===u.length){f?s.push(d,l):s.push(F,p);break}u.splice(0,2);const g={ind:e,mode:D,doc:Bc(u)},m=u[0];Zc({ind:e,mode:Kc,doc:[o,a,m]},[],t,c.length>0,r,!0)?s.push(g,d,l):f?s.push(g,F,l):s.push(g,F,p);break}case hc:case pc:{const t=h.groupId?r[h.groupId]:D;if(t===qc){const t=h.type===hc?h.breakContents:h.negate?h.contents:_c(h.contents);t&&s.push({ind:e,mode:D,doc:t})}if(t===Kc){const t=h.type===hc?h.flatContents:h.negate?_c(h.contents):h.contents;t&&s.push({ind:e,mode:D,doc:t})}break}case fc:c.push({ind:e,mode:D,doc:h.contents});break;case dc:c.length>0&&s.push({ind:e,mode:D,doc:Rc});break;case Fc:switch(D){case Kc:if(!h.hard){h.soft||(o.push(" "),i+=1);break}a=!0;case qc:if(c.length>0){s.push({ind:e,mode:D,doc:h},...c.reverse()),c.length=0;break}h.literal?e.root?(o.push(u,e.root.value),i=e.root.length):(o.push(u),i=0):(i-=Jc(o),o.push(u+e.value),i=e.length)}break;case gc:s.push({ind:e,mode:D,doc:h.contents});break;case mc:break;default:throw new bc(h)}0===s.length&&c.length>0&&(s.push(...c.reverse()),c.length=0)}const D=o.indexOf(Yc);if(-1!==D){const e=o.indexOf(Yc,D+1),t=o.slice(0,D).join(""),r=o.slice(D+1,e).join("");return{formatted:t+r+o.slice(e+1).join(""),cursorNodeStart:t.length,cursorNodeText:r}}return{formatted:o.join("")}}var tl,rl,nl,ul,il=function(e,t,r=0){let n=0;for(let u=r;u<e.length;++u)"\t"===e[u]?n=n+t-n%t:n++;return n};tl=new WeakSet,rl=function(e){const{stack:t}=this;for(let r=t.length-1;r>=0;r-=2)if(!Array.isArray(t[r])&&--e<0)return r;return-1},nl=new WeakSet,ul=function*(){const{stack:e}=this;for(let t=e.length-3;t>=0;t-=2){const r=e[t];Array.isArray(r)||(yield r)}};var sl=class{constructor(e){Ge(this,tl),Ge(this,nl),this.stack=[e]}get key(){const{stack:e,siblings:t}=this;return Nc(!1,e,null===t?-2:-4)??null}get index(){return null===this.siblings?null:Nc(!1,this.stack,-2)}get node(){return Nc(!1,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return null!==this.siblings}get siblings(){const{stack:e}=this,t=Nc(!1,e,-3);return Array.isArray(t)?t:null}get next(){const{siblings:e}=this;return null===e?null:e[this.index+1]}get previous(){const{siblings:e}=this;return null===e?null:e[this.index-1]}get isFirst(){return 0===this.index}get isLast(){const{siblings:e,index:t}=this;return null!==e&&t===e.length-1}get isRoot(){return 1===this.stack.length}get root(){return this.stack[0]}get ancestors(){return[...Ve(this,nl,ul).call(this)]}getName(){const{stack:e}=this,{length:t}=e;return t>1?Nc(!1,e,-2):null}getValue(){return Nc(!1,this.stack,-1)}getNode(e=0){const t=Ve(this,tl,rl).call(this,e);return-1===t?null:this.stack[t]}getParentNode(e=0){return this.getNode(e+1)}call(e,...t){const{stack:r}=this,{length:n}=r;let u=Nc(!1,r,-1);for(const e of t)u=u[e],r.push(e,u);try{return e(this)}finally{r.length=n}}callParent(e,t=0){const r=Ve(this,tl,rl).call(this,t+1),n=this.stack.splice(r+1);try{return e(this)}finally{this.stack.push(...n)}}each(e,...t){const{stack:r}=this,{length:n}=r;let u=Nc(!1,r,-1);for(const e of t)u=u[e],r.push(e,u);try{for(let t=0;t<u.length;++t)r.push(t,u[t]),e(this,t,u),r.length-=2}finally{r.length=n}}map(e,...t){const r=[];return this.each(((t,n,u)=>{r[n]=e(t,n,u)}),...t),r}match(...e){let t=this.stack.length-1,r=null,n=this.stack[t--];for(const u of e){if(void 0===n)return!1;let e=null;if("number"==typeof r&&(e=r,r=this.stack[t--],n=this.stack[t--]),u&&!u(n,r,e))return!1;r=this.stack[t--],n=this.stack[t--]}return!0}findAncestor(e){for(const t of Ve(this,nl,ul).call(this))if(e(t))return t}hasAncestor(e){for(const t of Ve(this,nl,ul).call(this))if(e(t))return!0;return!1}};var ol=function(e){return null!==e&&"object"==typeof e};function*al(e,t){const{getVisitorKeys:r,filter:n=(()=>!0)}=t,u=e=>ol(e)&&n(e);for(const t of r(e)){const r=e[t];if(Array.isArray(r))for(const e of r)u(e)&&(yield e);else u(r)&&(yield r)}}function cl(e){return(t,r,n)=>{const u=Boolean(null==n?void 0:n.backwards);if(!1===r)return!1;const{length:i}=t;let s=r;for(;s>=0&&s<i;){const r=t.charAt(s);if(e instanceof RegExp){if(!e.test(r))return s}else if(!e.includes(r))return s;u?s--:s++}return(-1===s||s===i)&&s}}var ll=cl(/\s/),Dl=cl(" \t"),hl=cl(",; \t"),pl=cl(/[^\n\r]/);var fl=function(e,t,r){const n=Boolean(null==r?void 0:r.backwards);if(!1===t)return!1;const u=e.charAt(t);if(n){if("\r"===e.charAt(t-1)&&"\n"===u)return t-2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t-1}else{if("\r"===u&&"\n"===e.charAt(t+1))return t+2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t+1}return t};var dl=function(e,t,r={}){const n=Dl(e,r.backwards?t-1:t,r);return n!==fl(e,n,r)};var Fl=function(e){return Array.isArray(e)&&e.length>0},gl=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),ml=e=>Object.keys(e).filter((e=>!gl.has(e)));var El=function(e){return e?t=>e(t,gl):ml};function Cl(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){const t=e.type||e.kind||"(unknown type)";let r=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");return r.length>20&&(r=r.slice(0,19)+"…"),t+(r?" "+r:"")}(e)}function yl(e,t){t.leading=!0,t.trailing=!1,Cl(e,t)}function bl(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),Cl(e,t)}function vl(e,t){t.leading=!1,t.trailing=!0,Cl(e,t)}var Al=new WeakMap;function _l(e,t){if(Al.has(e))return Al.get(e);const{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:u},locStart:i,locEnd:s}=t;if(!n)return[];const o=((null==r?void 0:r(e,t))??[...al(e,{getVisitorKeys:El(u)})]).flatMap((e=>n(e)?[e]:_l(e,t)));return o.sort(((e,t)=>i(e)-i(t)||s(e)-s(t))),Al.set(e,o),o}function wl(e,t,r,n){const{locStart:u,locEnd:i}=r,s=u(t),o=i(t),a=_l(e,r);let c,l,D=0,h=a.length;for(;D<h;){const e=D+h>>1,n=a[e],p=u(n),f=i(n);if(p<=s&&o<=f)return wl(n,t,r,n);if(f<=s)c=n,D=e+1;else{if(!(o<=p))throw new Error("Comment location overlaps with node location");l=n,h=e}}if("TemplateLiteral"===(null==n?void 0:n.type)){const{quasis:e}=n,u=kl(e,t,r);c&&kl(e,c,r)!==u&&(c=null),l&&kl(e,l,r)!==u&&(l=null)}return{enclosingNode:n,precedingNode:c,followingNode:l}}var Bl=()=>!1;var Sl=e=>!/[\S\n\u2028\u2029]/.test(e);function xl(e,t,r,n){const{comment:u,precedingNode:i}=r[n],{locStart:s,locEnd:o}=t;let a=s(u);if(i)for(let t=n-1;t>=0;t--){const{comment:n,precedingNode:u}=r[t];if(u!==i||!Sl(e.slice(o(n),a)))break;a=s(n)}return dl(e,a,{backwards:!0})}function Rl(e,t,r,n){const{comment:u,followingNode:i}=r[n],{locStart:s,locEnd:o}=t;let a=o(u);if(i)for(let t=n+1;t<r.length;t++){const{comment:n,followingNode:u}=r[t];if(u!==i||!Sl(e.slice(a,s(n))))break;a=o(n)}return dl(e,a)}function Ol(e,t){var r,n;const u=e.length;if(0===u)return;const{precedingNode:i,followingNode:s}=e[0];let o,c=t.locStart(s);for(o=u;o>0;--o){const{comment:u,precedingNode:l,followingNode:D}=e[o-1];a.strictEqual(l,i),a.strictEqual(D,s);const h=t.originalText.slice(t.locEnd(u),c);if(!((null==(n=(r=t.printer).isGap)?void 0:n.call(r,h,t))??/^[\s(]*$/.test(h)))break;c=t.locStart(u)}for(const[t,{comment:r}]of e.entries())t<o?vl(i,r):yl(s,r);for(const e of[i,s])e.comments&&e.comments.length>1&&e.comments.sort(((e,r)=>t.locStart(e)-t.locStart(r)));e.length=0}function kl(e,t,r){const n=r.locStart(t)-1;for(let t=1;t<e.length;++t)if(n<r.locStart(e[t]))return t-1;return 0}var Tl=function(e,t){let r=t-1;return r=Dl(e,r,{backwards:!0}),r=fl(e,r,{backwards:!0}),r=Dl(e,r,{backwards:!0}),r!==fl(e,r,{backwards:!0})};function Il(e,t){return e.node.printed=!0,t.printer.printComment(e,t)}function Nl(e,t){const r=e.node;if(!r)return{};const n=t[Symbol.for("printedComments")];if(0===(r.comments||[]).filter((e=>!n.has(e))).length)return{leading:"",trailing:""};const u=[],i=[];let s;return e.each((()=>{const r=e.node;if(null==n?void 0:n.has(r))return;const{leading:o,trailing:a}=r;o?u.push(function(e,t){var r;const n=e.node,u=[Il(e,t)],{printer:i,originalText:s,locStart:o,locEnd:a}=t;if(null==(r=i.isBlockComment)?void 0:r.call(i,n)){const e=dl(s,a(n))?dl(s,o(n),{backwards:!0})?kc:Oc:" ";u.push(e)}else u.push(kc);const c=fl(s,Dl(s,a(n)));return!1!==c&&dl(s,c)&&u.push(kc),u}(e,t)):a&&(s=function(e,t,r){var n;const u=e.node,i=Il(e,t),{printer:s,originalText:o,locStart:a}=t,c=null==(n=s.isBlockComment)?void 0:n.call(s,u);if((null==r?void 0:r.hasLineSuffix)&&!(null==r?void 0:r.isBlock)||dl(o,a(u),{backwards:!0})){const e=Tl(o,a(u));return{doc:Sc([kc,e?kc:"",i]),isBlock:c,hasLineSuffix:!0}}return!c||(null==r?void 0:r.hasLineSuffix)?{doc:[Sc([" ",i]),xc],isBlock:c,hasLineSuffix:!0}:{doc:[" ",i],isBlock:c,hasLineSuffix:!1}}(e,t,s),i.push(s.doc))}),"comments"),{leading:u,trailing:i}}var Ll,Pl=function(e){return()=>{}},jl={cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:"Maintain existing\n(mixed values within one file are normalised by looking at what's used after the first line)"}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:"Format code ending at a given character offset (exclusive).\nThe range will extend forwards to the end of the selected statement.",cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:"Format code starting at a given character offset.\nThe range will extend backwards to the start of the first line containing the selected statement.",cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:"Require either '@prettier' or '@format' to be present in the file's first docblock comment\nin order for it to be formatted.",cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};function Ml({plugins:e=[],showDeprecated:t=!1}={}){const r=e.flatMap((e=>e.languages??[])),n=[];for(const u of Ul(Object.assign({},...e.map((({options:e})=>e)),jl)))!t&&u.deprecated||(Array.isArray(u.choices)&&(t||(u.choices=u.choices.filter((e=>!e.deprecated))),"parser"===u.name&&(u.choices=[...u.choices,...$l(u.choices,r,e)])),u.pluginDefaults=Object.fromEntries(e.filter((e=>{var t;return void 0!==(null==(t=e.defaultOptions)?void 0:t[u.name])})).map((e=>[e.name,e.defaultOptions[u.name]]))),n.push(u));return{languages:r,options:n}}function*$l(e,t,r){const n=new Set(e.map((e=>e.value)));for(const e of t)if(e.parsers)for(const t of e.parsers)if(!n.has(t)){n.add(t);const u=r.find((e=>e.parsers&&Object.prototype.hasOwnProperty.call(e.parsers,t)));let i=e.name;(null==u?void 0:u.name)&&(i+=` (plugin: ${u.name})`),yield{value:t,description:i}}}function Ul(e){const t=[];for(const[r,n]of Object.entries(e)){const e={name:r,...n};Array.isArray(e.default)&&(e.default=Nc(!1,e.default,-1).value),t.push(e)}return t}function Hl(e,{isCLI:t,optionInfos:r,FlagSchema:n}){const{name:u}=e,i={name:u};let s;const o={};switch(e.type){case"int":s=hu,t&&(i.preprocess=Number);break;case"string":case"path":s=pu;break;case"choice":s=lu,i.choices=e.choices.map((t=>(null==t?void 0:t.redirect)?{...t,redirect:{to:{key:e.name,value:t.redirect}}}:t));break;case"boolean":s=eu;break;case"flag":s=n,i.flags=r.flatMap((e=>[e.alias,e.description&&e.name,e.oppositeDescription&&`no-${e.name}`].filter(Boolean)));break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?i.validate=(t,r,n)=>e.exception(t)||r.validate(t,n):i.validate=(e,t,r)=>void 0===e||t.validate(e,r),e.redirect&&(o.redirect=t=>t?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(o.deprecated=!0),t&&!e.array){const e=i.preprocess||(e=>e);i.preprocess=(t,r,n)=>r.preprocess(e(Array.isArray(t)?Nc(!1,t,-1):t),n)}return e.array?Jn.create({...t?{preprocess:e=>Array.isArray(e)?e:[e]}:{},...o,valueSchema:s.create(i)}):s.create({...i,...o})}var Gl=function(e,t,{logger:r=!1,isCLI:n=!1,passThrough:u=!1,FlagSchema:i,descriptor:s}={}){if(n){if(!i)throw new Error("'FlagSchema' option is required.");if(!s)throw new Error("'descriptor' option is required.")}else s=an;const o=u?Array.isArray(u)?(e,t)=>u.includes(e)?{[e]:t}:void 0:(e,t)=>({[e]:t}):(e,t,r)=>{const{_:n,...u}=r.schemas;return qn(e,t,{...r,schemas:u})},a=function(e,{isCLI:t,FlagSchema:r}){const n=[];t&&n.push(Qn.create({name:"_"}));for(const u of e)n.push(Hl(u,{isCLI:t,optionInfos:e,FlagSchema:r})),u.alias&&t&&n.push(Xn.create({name:u.alias,sourceName:u.name}));return n}(t,{isCLI:n,FlagSchema:i}),c=new mu(a,{logger:r,unknown:o,descriptor:s}),l=!1!==r;l&&Ll&&(c._hasDeprecationWarned=Ll);const D=c.normalize(e);return l&&(Ll=c._hasDeprecationWarned),D},Wl=(e,t,r)=>{if(!e||null!=t){if(t.findLast)return t.findLast(r);for(let e=t.length-1;e>=0;e--){const n=t[e];if(r(n,e,t))return n}}};function Vl(e,t){if(!t)throw new Error("parserName is required.");const r=Wl(!1,e,(e=>e.parsers&&Object.prototype.hasOwnProperty.call(e.parsers,t)));if(r)return r;throw new Cu(`Couldn't resolve parser "${t}".`)}function ql({plugins:e,parser:t}){return Kl(Vl(e,t),t)}function Kl(e,t){const r=e.parsers[t];return"function"==typeof r?r():r}var Yl={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};var zl=async function(e,t={}){var r;const n={...e};if(!n.parser){if(!n.filepath)throw new yu("No parser and no file path given, couldn't infer a parser.");if(n.parser=Za(n,{physicalFile:n.filepath}),!n.parser)throw new yu(`No parser could be inferred for file "${n.filepath}".`)}const u=Ml({plugins:e.plugins,showDeprecated:!0}).options,i={...Yl,...Object.fromEntries(u.filter((e=>void 0!==e.default)).map((e=>[e.name,e.default])))},s=Vl(n.plugins,n.parser),o=await Kl(s,n.parser);n.astFormat=o.astFormat,n.locEnd=o.locEnd,n.locStart=o.locStart;const a=(null==(r=s.printers)?void 0:r[o.astFormat])?s:function(e,t){if(!t)throw new Error("astFormat is required.");const r=Wl(!1,e,(e=>e.printers&&Object.prototype.hasOwnProperty.call(e.printers,t)));if(r)return r;throw new Cu(`Couldn't find plugin for AST format "${t}".`)}(n.plugins,o.astFormat),c=await function(e,t){const r=e.printers[t];return"function"==typeof r?r():r}(a,o.astFormat);n.printer=c;const l={...i,...a.defaultOptions?Object.fromEntries(Object.entries(a.defaultOptions).filter((([,e])=>void 0!==e))):{}};for(const[e,t]of Object.entries(l))null!==n[e]&&void 0!==n[e]||(n[e]=t);return"json"===n.parser&&(n.trailingComma="none"),Gl(n,u,{passThrough:Object.keys(Yl),...t})},Xl=Me(en(),1);var Ql=async function(e,t){const r=await ql(t),n=r.preprocess?r.preprocess(e,t):e;let u;t.originalText=n;try{u=await r.parse(n,t,t)}catch(t){!function(e,t){const{loc:r}=e;if(r){const n=(0,Xl.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+="\n"+n,e.codeFrame=n,e}throw e}(t,e)}return{text:n,ast:u}};async function Jl(e,t,r,n,u){const{embeddedLanguageFormatting:i,printer:{embed:s,hasPrettierIgnore:o=(()=>!1),getVisitorKeys:a}}=r;if(!s||"auto"!==i)return;if(s.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/en/plugins.html#optional-embed");const c=El(s.getVisitorKeys??a),l=[];!function t(){const{node:n}=e;if(null===n||"object"!=typeof n||o(e))return;for(const r of c(n))Array.isArray(n[r])?e.each(t,r):e.call(t,r);const i=s(e,r);if(!i)return;if("function"==typeof i)return void l.push({print:i,node:n,pathStack:[...e.stack]});u.set(n,i)}();const D=e.stack;for(const{print:n,node:i,pathStack:s}of l)try{e.stack=s;const o=await n(h,t,e,r);o&&u.set(i,o)}catch(e){if(process.env.PRETTIER_DEBUG)throw e}function h(e,t){return async function(e,t,r,n){const u=await zl({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:i}=await Ql(e,u),s=await n(i,u);return Wc(s)}(e,t,r,n)}e.stack=D}var Zl=function(e,t){const{originalText:r,[Symbol.for("comments")]:n,locStart:u,locEnd:i,[Symbol.for("printedComments")]:s}=t,{node:o}=e,a=u(o),c=i(o);for(const e of n)u(e)>=a&&i(e)<=c&&s.add(e);return r.slice(a,c)};async function eD(e,t){({ast:e}=await rD(e,t));const r=new Map,n=new sl(e),u=Pl(),i=new Map;await Jl(n,o,t,eD,i);const s=await tD(n,t,o,void 0,i);return function(e){const{[Symbol.for("comments")]:t,[Symbol.for("printedComments")]:r}=e;for(const e of t){if(!e.printed&&!r.has(e))throw new Error('Comment "'+e.value.trim()+'" was not printed. Please report this error!');delete e.printed}}(t),s;function o(e,t){return void 0===e||e===n?a(t):Array.isArray(e)?n.call((()=>a(t)),...e):n.call((()=>a(t)),e)}function a(e){u(n);const s=n.node;if(null==s)return"";const a=s&&"object"==typeof s&&void 0===e;if(a&&r.has(s))return r.get(s);const c=tD(n,t,o,e,i);return a&&r.set(s,c),c}}function tD(e,t,r,n,u){var i;const{node:s}=e,{printer:o}=t;let a;return a=(null==(i=o.hasPrettierIgnore)?void 0:i.call(o,e))?Zl(e,t):u.has(s)?u.get(s):o.print(e,t,r,n),s===t.cursorNode&&(a=Vc(a,(e=>[Tc,e,Tc]))),!o.printComment||o.willPrintOwnComments&&o.willPrintOwnComments(e,t)||(a=function(e,t,r){const{leading:n,trailing:u}=Nl(e,r);return n||u?Vc(t,(e=>[n,e,u])):t}(e,a,t)),a}async function rD(e,t){const r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,function(e,t){const{comments:r}=e;if(delete e.comments,!Fl(r)||!t.printer.canAttachComment)return;const n=[],{locStart:u,locEnd:i,printer:{experimentalFeatures:{avoidAstMutation:s=!1}={},handleComments:o={}},originalText:a}=t,{ownLine:c=Bl,endOfLine:l=Bl,remaining:D=Bl}=o,h=r.map(((n,u)=>({...wl(e,n,t),comment:n,text:a,options:t,ast:e,isLastComment:r.length-1===u})));for(const[e,t]of h.entries()){const{comment:r,precedingNode:o,enclosingNode:a,followingNode:p,text:f,options:d,ast:F,isLastComment:g}=t;if("json"===d.parser||"json5"===d.parser||"jsonc"===d.parser||"__js_expression"===d.parser||"__ts_expression"===d.parser||"__vue_expression"===d.parser||"__vue_ts_expression"===d.parser){if(u(r)-u(F)<=0){yl(F,r);continue}if(i(r)-i(F)>=0){vl(F,r);continue}}let m;if(s?m=[t]:(r.enclosingNode=a,r.precedingNode=o,r.followingNode=p,m=[r,f,d,F,g]),xl(f,d,h,e))r.placement="ownLine",c(...m)||(p?yl(p,r):o?vl(o,r):bl(a||F,r));else if(Rl(f,d,h,e))r.placement="endOfLine",l(...m)||(o?vl(o,r):p?yl(p,r):bl(a||F,r));else if(r.placement="remaining",D(...m));else if(o&&p){const e=n.length;e>0&&n[e-1].followingNode!==p&&Ol(n,d),n.push(t)}else o?vl(o,r):p?yl(p,r):bl(a||F,r)}if(Ol(n,t),!s)for(const e of r)delete e.precedingNode,delete e.enclosingNode,delete e.followingNode}(e,t);const{printer:{preprocess:n}}=t;return{ast:e=n?await n(e,t):e,comments:r}}var nD=function(e,t){const{cursorOffset:r,locStart:n,locEnd:u}=t,i=El(t.printer.getVisitorKeys),s=e=>n(e)<=r&&u(e)>=r;let o=e;for(const t of function*(e,t){const r=[e];for(let e=0;e<r.length;e++){const n=r[e];for(const e of al(n,t))yield e,r.push(e)}}(e,{getVisitorKeys:i,filter:s}))o=t;return o};var uD=function(e,t){const{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;const u=El(n),i=r.ignoredProperties??new Set;return function e(t,n){if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map((t=>e(t,n))).filter(Boolean);const s={},o=new Set(u(t));for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&!i.has(r)&&(o.has(r)?s[r]=e(t[r],t):s[r]=t[r]);const a=r(t,s,n);if(null===a)return;return a??s}(e)},iD=({parser:e})=>"json"===e||"json5"===e||"jsonc"===e||"json-stringify"===e;function sD(e){let t=e.length-1;for(;;){const r=e[t];if("Program"!==(null==r?void 0:r.type)&&"File"!==(null==r?void 0:r.type))break;t--}return e.slice(0,t+1)}function oD(e,t,r,n,u=[],i){const{locStart:s,locEnd:o}=r,a=s(e),c=o(e);if(!(t>c||t<a||"rangeEnd"===i&&t===a||"rangeStart"===i&&t===c)){for(const s of _l(e,r)){const o=oD(s,t,r,n,[e,...u],i);if(o)return o}return!n||n(e,u[0])?{node:e,parentNodes:u}:void 0}}var aD=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),cD=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function lD(e,t,r){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return n=t.type,"DeclareExportDeclaration"!==(null==r?void 0:r.type)&&"TypeParameterDeclaration"!==n&&("Directive"===n||"TypeAlias"===n||"TSExportAssignment"===n||n.startsWith("Declare")||n.startsWith("TSDeclare")||n.endsWith("Statement")||n.endsWith("Declaration"));case"json":case"json5":case"jsonc":case"json-stringify":return aD.has(t.type);case"graphql":return cD.has(t.kind);case"vue":return"root"!==t.tag}var n;return!1}function DD(e,t,r){let{rangeStart:n,rangeEnd:u,locStart:i,locEnd:s}=t;a.ok(u>n);const o=e.slice(n,u).search(/\S/),c=-1===o;if(!c)for(n+=o;u>n&&!/\S/.test(e[u-1]);--u);const l=oD(r,n,t,((e,r)=>lD(t,e,r)),[],"rangeStart"),D=c?l:oD(r,u,t,(e=>lD(t,e)),[],"rangeEnd");if(!l||!D)return{rangeStart:0,rangeEnd:0};let h,p;if(iD(t)){const e=function(e,t){const r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find((e=>aD.has(e.type)&&n.has(e)))}(l,D);h=e,p=e}else({startNode:h,endNode:p}=function(e,t,{locStart:r,locEnd:n}){let u=e.node,i=t.node;if(u===i)return{startNode:u,endNode:i};const s=r(e.node);for(const e of sD(t.parentNodes)){if(!(r(e)>=s))break;i=e}const o=n(t.node);for(const t of sD(e.parentNodes)){if(!(n(t)<=o))break;if(u=t,u===i)break}return{startNode:u,endNode:i}}(l,D,t));return{rangeStart:Math.min(i(h),i(p)),rangeEnd:Math.max(s(h),s(p))}}var hD="\ufeff",pD=Symbol("cursor");async function fD(e,t,r=0){if(!e||0===e.trim().length)return{formatted:"",cursorOffset:-1,comments:[]};const{ast:n,text:u}=await Ql(e,t);t.cursorOffset>=0&&(t.cursorNode=nD(n,t));let i=await eD(n,t);r>0&&(i=function(e,t,r){let n=e;if(t>0){for(let e=0;e<Math.floor(t/r);++e)n=_c(n);n=wc(t%r,n),n=wc(Number.NEGATIVE_INFINITY,n)}return n}([kc,i],r,t.tabWidth));const s=el(i,t);if(r>0){const e=s.formatted.trim();void 0!==s.cursorNodeStart&&(s.cursorNodeStart-=s.formatted.indexOf(e)),s.formatted=e+rc(t.endOfLine)}const o=t[Symbol.for("comments")];if(t.cursorOffset>=0){let e,r,n,i,a;if(t.cursorNode&&s.cursorNodeText?(e=t.locStart(t.cursorNode),r=u.slice(e,t.locEnd(t.cursorNode)),n=t.cursorOffset-e,i=s.cursorNodeStart,a=s.cursorNodeText):(e=0,r=u,n=t.cursorOffset,i=0,a=s.formatted),r===a)return{formatted:s.formatted,cursorOffset:i+n,comments:o};const c=r.split("");c.splice(n,0,pD);const l=a.split(""),D=(0,tc.diffArrays)(c,l);let h=i;for(const e of D)if(e.removed){if(e.value.includes(pD))break}else h+=e.count;return{formatted:s.formatted,cursorOffset:h,comments:o}}return{formatted:s.formatted,cursorOffset:-1,comments:o}}function dD(e,t,r){return"number"!=typeof t||Number.isNaN(t)||t<0||t>e.length?r:t}function FD(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:u}=t;return r=dD(e,r,-1),n=dD(e,n,0),u=dD(e,u,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:u}}function gD(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:u,endOfLine:i}=FD(e,t);const s=e.charAt(0)===hD;if(s&&(e=e.slice(1),r--,n--,u--),"auto"===i&&(i=function(e){const t=e.indexOf("\r");return t>=0?"\n"===e.charAt(t+1)?"crlf":"cr":"lf"}(e)),e.includes("\r")){const t=t=>nc(e.slice(0,Math.max(t,0)),"\r\n");r-=t(r),n-=t(n),u-=t(u),e=function(e){return Wa(!1,e,/\r\n?/g,"\n")}(e)}return{hasBOM:s,text:e,options:FD(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:u,endOfLine:i})}}async function mD(e,t){const r=await ql(t);return!r.hasPragma||r.hasPragma(e)}async function ED(e,t){let r,{hasBOM:n,text:u,options:i}=gD(e,await zl(t));return i.rangeStart>=i.rangeEnd&&""!==u||i.requirePragma&&!await mD(u,i)?{formatted:e,cursorOffset:t.cursorOffset,comments:[]}:(i.rangeStart>0||i.rangeEnd<u.length?r=await async function(e,t){const{ast:r,text:n}=await Ql(e,t),{rangeStart:u,rangeEnd:i}=DD(n,t,r),s=n.slice(u,i),o=Math.min(u,n.lastIndexOf("\n",u)+1),a=n.slice(o,u).match(/^\s*/)[0],c=il(a,t.tabWidth),l=await fD(s,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>u&&t.cursorOffset<=i?t.cursorOffset-u:-1,endOfLine:"lf"},c),D=l.formatted.trimEnd();let{cursorOffset:h}=t;h>i?h+=D.length-s.length:l.cursorOffset>=0&&(h=l.cursorOffset+u);let p=n.slice(0,u)+D+n.slice(i);if("lf"!==t.endOfLine){const e=rc(t.endOfLine);h>=0&&"\r\n"===e&&(h+=nc(p.slice(0,h),"\n")),p=Wa(!1,p,"\n",e)}return{formatted:p,cursorOffset:h,comments:l.comments}}(u,i):(!i.requirePragma&&i.insertPragma&&i.printer.insertPragma&&!await mD(u,i)&&(u=i.printer.insertPragma(u)),r=await fD(u,i)),n&&(r.formatted=hD+r.formatted,r.cursorOffset>=0&&r.cursorOffset++),r)}var CD={};je(CD,{CATEGORY_CONFIG:()=>yD,CATEGORY_EDITOR:()=>bD,CATEGORY_FORMAT:()=>vD,CATEGORY_GLOBAL:()=>wD,CATEGORY_OTHER:()=>AD,CATEGORY_OUTPUT:()=>_D,CATEGORY_SPECIAL:()=>BD});var yD="Config",bD="Editor",vD="Format",AD="Other",_D="Output",wD="Global",BD="Special",SD={};je(SD,{languages:()=>TD,options:()=>kD,parsers:()=>ID,printers:()=>ND});var xD={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},RD="HTML",OD="JavaScript";var kD={...{singleQuote:xD.singleQuote},...{bracketSpacing:xD.bracketSpacing},...{bracketSameLine:xD.bracketSameLine,htmlWhitespaceSensitivity:{category:RD,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:xD.singleAttributePerLine,vueIndentScriptAndStyle:{category:RD,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},...{arrowParens:{category:OD,type:"choice",default:"always",description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:xD.bracketSameLine,bracketSpacing:xD.bracketSpacing,jsxBracketSameLine:{category:OD,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{category:OD,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},experimentalTernaries:{category:OD,type:"boolean",default:!1,description:"Use curious ternaries, with the question mark after the condition.",oppositeDescription:"Default behavior of ternaries; keep question marks on the same line as the consequent."},singleQuote:xD.singleQuote,jsxSingleQuote:{category:OD,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{category:OD,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{category:OD,type:"choice",default:"all",description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"all",description:"Trailing commas wherever possible (including function arguments)."},{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."}]},singleAttributePerLine:xD.singleAttributePerLine},...{proseWrap:xD.proseWrap,singleQuote:xD.singleQuote},...{bracketSpacing:xD.bracketSpacing,singleQuote:xD.singleQuote,proseWrap:xD.proseWrap}},TD=[{linguistLanguageId:50,name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css",".wxss"],parsers:["css"],vscodeLanguageIds:["css"]},{linguistLanguageId:262764437,name:"PostCSS",type:"markup",color:"#dc3a0c",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",parsers:["css"],vscodeLanguageIds:["postcss"]},{linguistLanguageId:198,name:"Less",type:"markup",color:"#1d365d",aliases:["less-css"],extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",parsers:["less"],vscodeLanguageIds:["less"]},{linguistLanguageId:329,name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],parsers:["scss"],vscodeLanguageIds:["scss"]},{linguistLanguageId:139,name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",parsers:["graphql"],vscodeLanguageIds:["graphql"]},{linguistLanguageId:155,name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]},{linguistLanguageId:146,name:"Angular",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".component.html"],parsers:["angular"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:146,name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml",".mjml"],parsers:["html"],vscodeLanguageIds:["html"]},{linguistLanguageId:146,name:"Lightning Web Components",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[],parsers:["lwc"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:391,name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",parsers:["vue"],vscodeLanguageIds:["vue"]},{linguistLanguageId:183,name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".javascript",".jsb",".jscad",".jsfl",".jslib",".jsm",".jspre",".jss",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib",".wxs"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell","zx"],parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"]},{linguistLanguageId:183,name:"Flow",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:[],extensions:[".js.flow"],filenames:[],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"]},{linguistLanguageId:183,name:"JSX",type:"programming",tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0,aliases:void 0,extensions:[".jsx"],filenames:void 0,interpreters:void 0,parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],group:"JavaScript"},{linguistLanguageId:378,name:"TypeScript",type:"programming",color:"#3178c6",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts",".cts",".mts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]},{linguistLanguageId:94901924,name:"TSX",type:"programming",color:"#3178c6",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]},{linguistLanguageId:174,name:"JSON.stringify",type:"data",color:"#292929",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",aliases:["geojson","jsonl","topojson"],extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"],parsers:["json-stringify"],vscodeLanguageIds:["json"]},{linguistLanguageId:174,name:"JSON",type:"data",color:"#292929",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",aliases:["geojson","jsonl","topojson"],extensions:[".json",".4DForm",".4DProject",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".all-contributorsrc",".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","flake.lock","mcmod.info",".babelrc",".jscsrc",".jshintrc",".jslintrc",".swcrc"],parsers:["json"],vscodeLanguageIds:["json"]},{linguistLanguageId:423,name:"JSON with Comments",type:"data",color:"#292929",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".code-snippets",".code-workspace",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[],parsers:["jsonc"],vscodeLanguageIds:["jsonc"]},{linguistLanguageId:175,name:"JSON5",type:"data",color:"#267CB9",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json5"],vscodeLanguageIds:["json5"]},{linguistLanguageId:222,name:"Markdown",type:"prose",color:"#083fa1",aliases:["md","pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr","README"],tmScope:"text.md",parsers:["markdown"],vscodeLanguageIds:["markdown"]},{linguistLanguageId:222,name:"MDX",type:"prose",color:"#083fa1",aliases:["md","pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".mdx"],filenames:[],tmScope:"text.md",parsers:["mdx"],vscodeLanguageIds:["mdx"]},{linguistLanguageId:407,name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","CITATION.cff","glide.lock",".prettierrc",".stylelintrc",".lintstagedrc"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"]}],{parsers:ID,printers:ND}=function(e){const t=Object.create(null),r=Object.create(null);for(const{importPlugin:n,parsers:u=[],printers:i=[]}of e){const e=async()=>{const e=await n();return Object.assign(t,e.parsers),Object.assign(r,e.printers),e};for(const r of u)t[r]=async()=>(await e()).parsers[r];for(const t of i)r[t]=async()=>(await e()).printers[t]}return{parsers:t,printers:r}}([{importPlugin:()=>Promise.resolve().then((function(){return require("../acorn.js")})),parsers:["acorn","espree"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../angular.js")})),parsers:["__ng_action","__ng_binding","__ng_interpolation","__ng_directive"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../babel.js")})),parsers:["babel","babel-flow","babel-ts","__js_expression","__ts_expression","__vue_expression","__vue_ts_expression","__vue_event_binding","__vue_ts_event_binding","__babel_estree","json","json5","jsonc","json-stringify"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../estree.js")})),printers:["estree","estree-json"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../flow.js")})),parsers:["flow"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../glimmer.js")})),parsers:["glimmer"],printers:["glimmer"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../graphql.js")})),parsers:["graphql"],printers:["graphql"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../html.js")})),parsers:["html","angular","vue","lwc"],printers:["html"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../markdown.js")})),parsers:["markdown","mdx","remark"],printers:["mdast"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../meriyah.js")})),parsers:["meriyah"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../postcss.js")})),parsers:["css","less","scss"],printers:["postcss"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../typescript.js")})),parsers:["typescript"]},{importPlugin:()=>Promise.resolve().then((function(){return require("../yaml.js")})),parsers:["yaml"],printers:["yaml"]}]);var LD=function(){return[SD]};var PD=function(e,r){return xa(e,t.join(r,"noop.js"))};async function jD(e,r){const u=await async function(e,r){if(t.isAbsolute(e))return import(n.pathToFileURL(e).href);try{return await import(n.pathToFileURL(t.resolve(e)).href)}catch{return PD(e,r)}}(e,r);return{name:e,...u.default??u}}var MD=new Map;var $D=function(e=[]){return Promise.all(e.map((e=>function(e){if("string"!=typeof e)return e;const t=process.cwd(),r=JSON.stringify({name:e,cwd:t});return MD.has(r)||MD.set(r,jD(e,t)),MD.get(r)}(e))))};var UD=function(e,t){return t=new Set(t),Object.fromEntries(Object.entries(e).filter((([e])=>!t.has(e))))},HD="3.2.5",GD={};je(GD,{addDanglingComment:()=>bl,addLeadingComment:()=>yl,addTrailingComment:()=>vl,getAlignmentSize:()=>il,getIndentSize:()=>YD,getMaxContinuousCount:()=>zD,getNextNonSpaceNonCommentCharacter:()=>XD,getNextNonSpaceNonCommentCharacterIndex:()=>eh,getStringWidth:()=>jc,hasNewline:()=>dl,hasNewlineInRange:()=>QD,hasSpaces:()=>JD,isNextLineEmpty:()=>rh,isNextLineEmptyAfterIndex:()=>KD,isPreviousLineEmpty:()=>th,makeString:()=>ZD,skip:()=>cl,skipEverythingButNewLine:()=>pl,skipInlineComment:()=>WD,skipNewline:()=>fl,skipSpaces:()=>Dl,skipToLineEnd:()=>hl,skipTrailingComment:()=>VD,skipWhitespace:()=>ll});var WD=function(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let r=t+2;r<e.length;++r)if("*"===e.charAt(r)&&"/"===e.charAt(r+1))return r+2;return t};var VD=function(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?pl(e,t):t)};var qD=function(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Dl(e,n),n=WD(e,n),n=VD(e,n),n=fl(e,n);return n};var KD=function(e,t){let r=null,n=t;for(;n!==r;)r=n,n=hl(e,n),n=WD(e,n),n=Dl(e,n);return n=VD(e,n),n=fl(e,n),!1!==n&&dl(e,n)};var YD=function(e,t){const r=e.lastIndexOf("\n");return-1===r?0:il(e.slice(r+1).match(/^[\t ]*/)[0],t)};var zD=function(e,t){const r=e.match(new RegExp(`(${function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}(t)})+`,"g"));return null===r?0:r.reduce(((e,r)=>Math.max(e,r.length/t.length)),0)};var XD=function(e,t){const r=qD(e,t);return!1===r?"":e.charAt(r)};var QD=function(e,t,r){for(let n=t;n<r;++n)if("\n"===e.charAt(n))return!0;return!1};var JD=function(e,t,r={}){return Dl(e,r.backwards?t-1:t,r)!==t};var ZD=function(e,t,r){const n='"'===t?"'":'"',u=Wa(!1,e,/\\(.)|(["'])/gs,((e,u,i)=>u===n?u:i===t?"\\"+i:i||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(u)?u:"\\"+u)));return t+u+t};function eh(e,t){return 2===arguments.length||"number"==typeof t?qD(e,t):function(e,t,r){return qD(e,r(t))}(...arguments)}function th(e,t){return 2===arguments.length||"number"==typeof t?Tl(e,t):function(e,t,r){return Tl(e,r(t))}(...arguments)}function rh(e,t){return 2===arguments.length||"number"==typeof t?KD(e,t):function(e,t,r){return KD(e,r(t))}(...arguments)}function nh(e,t=1){return async(...r)=>{const n=r[t]??{},{plugins:u=[]}=n;return r[t]={...n,plugins:(await Promise.all([LD(),$D(u)])).flat()},e(...r)}}var uh=nh(ED);async function ih(e,t){const{formatted:r}=await uh(e,{...t,cursorOffset:-1});return r}async function sh(e,t){return await ih(e,t)===e}async function oh(){Pa(),MD.clear()}var ah=nh(ec),ch=nh(Ml,0),lh={errors:Eu,optionCategories:CD,createIsIgnoredFunction:Ya,formatOptionsHiddenDefaults:Yl,normalizeOptions:Gl,getSupportInfoWithoutPlugins:Ml,normalizeOptionSettings:Ul,vnopts:{ChoiceSchema:lu,apiDescriptor:an},fastGlob:on.default,utils:{isNonEmptyArray:Fl,partition:Bu,omit:UD},mockable:Yu},Dh={parse:nh((async function(e,t,r){const{text:n,options:u}=gD(e,await zl(t)),i=await Ql(n,u);return r&&(r.preprocessForPrint&&(i.ast=await rD(i.ast,u)),r.massage&&(i.ast=uD(i.ast,u))),i})),formatAST:nh((async function(e,t){return t=await zl(t),el(await eD(e,t),t)})),formatDoc:nh((async function(e,t){const r=function(e){const t=Object.create(null),r=new Set;return function e(t,r,u){var i,s;if("string"==typeof t)return JSON.stringify(t);if(Array.isArray(t)){const r=t.map(e).filter(Boolean);return 1===r.length?r[0]:`[${r.join(", ")}]`}if(t.type===Fc){const e=(null==(i=null==u?void 0:u[r+1])?void 0:i.type)===mc;return t.literal?e?"literalline":"literallineWithoutBreakParent":t.hard?e?"hardline":"hardlineWithoutBreakParent":t.soft?"softline":"line"}if(t.type===mc)return(null==(s=null==u?void 0:u[r-1])?void 0:s.type)===Fc&&u[r-1].hard?void 0:"breakParent";if(t.type===cc)return"trim";if(t.type===oc)return"indent("+e(t.contents)+")";if(t.type===ac)return t.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+e(t.contents)+")":t.n<0?"dedent("+e(t.contents)+")":"root"===t.n.type?"markAsRoot("+e(t.contents)+")":"align("+JSON.stringify(t.n)+", "+e(t.contents)+")";if(t.type===hc)return"ifBreak("+e(t.breakContents)+(t.flatContents?", "+e(t.flatContents):"")+(t.groupId?(t.flatContents?"":', ""')+`, { groupId: ${n(t.groupId)} }`:"")+")";if(t.type===pc){const r=[];t.negate&&r.push("negate: true"),t.groupId&&r.push(`groupId: ${n(t.groupId)}`);const u=r.length>0?`, { ${r.join(", ")} }`:"";return`indentIfBreak(${e(t.contents)}${u})`}if(t.type===lc){const r=[];t.break&&"propagated"!==t.break&&r.push("shouldBreak: true"),t.id&&r.push(`id: ${n(t.id)}`);const u=r.length>0?`, { ${r.join(", ")} }`:"";return t.expandedStates?`conditionalGroup([${t.expandedStates.map((t=>e(t))).join(",")}]${u})`:`group(${e(t.contents)}${u})`}if(t.type===Dc)return`fill([${t.parts.map((t=>e(t))).join(", ")}])`;if(t.type===fc)return"lineSuffix("+e(t.contents)+")";if(t.type===dc)return"lineSuffixBoundary";if(t.type===gc)return`label(${JSON.stringify(t.label)}, ${e(t.contents)})`;throw new Error("Unknown doc type "+t.type)}(Ic(e));function n(e){if("symbol"!=typeof e)return JSON.stringify(String(e));if(e in t)return t[e];const n=e.description||"symbol";for(let u=0;;u++){const i=n+(u>0?` #${u}`:"");if(!r.has(i))return r.add(i),t[e]=`Symbol.for(${JSON.stringify(i)})`}}}(e),{formatted:n}=await ED(r,{...t,parser:"__js_expression"});return n})),printToDoc:nh((async function(e,t){t=await zl(t);const{ast:r}=await Ql(e,t);return eD(r,t)})),printDocToString:nh((async function(e,t){return el(e,await zl(t))})),mockable:Yu},hh=sn;function ph(e,t){return D.isArray(e)&&D.isArray(t)?D.union(e,t):D.isObject(e)&&D.isObject(t)?D.mergeWith(e,t,ph):t}exports.copyFolder=function r(n,u){if(e.existsSync(u)||e.mkdirSync(u),!e.existsSync(n))return;e.readdirSync(n).forEach((i=>{const s=t.join(n,i),o=t.join(u,i);e.lstatSync(s).isDirectory()?r(s,o):e.copyFileSync(s,o)}))},exports.generateDir=function(t){e.existsSync(t)&&e.rmdirSync(t,{recursive:!0}),e.mkdirSync(t,{recursive:!0})},exports.getAbsFile=function(e,r){return t.isAbsolute(e)?e:t.join(r,e)},exports.getMpasPageHtml=function(r){return r&&e.existsSync(r)?r:t.resolve(__dirname,"../template/index.html")},exports.getSrcPath=()=>"true"===process.env.SRC?"src/":"./",exports.loadJSON=function(t){const r=e.readFileSync(t,"utf-8");return JSON.parse(r)},exports.mergeConfig=(e,t)=>({...D.mergeWith(e,t,ph)}),exports.writeFileToJS=async(t,r)=>{const n=await hh.format(r,{semi:!0,singleQuote:!0,parser:"babel-ts"});return e.writeFileSync(t,n,"utf-8")},exports.writeFileToJSON=async(t,r)=>{const n=await hh.format(r,{parser:"json"});return e.writeFileSync(t,n,"utf-8")};
|
|
2
|
+
"use strict";var e=require("fs"),t=require("path"),u=require("module"),r=require("url"),n=require("fs/promises"),o=require("process"),i=require("assert"),s=require("v8"),a=require("util");require("./getJavascriptfile.js"),require("net");var D="undefined"!=typeof document?document.currentScript:null;function c(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(u){if("default"!==u){var r=Object.getOwnPropertyDescriptor(e,u);Object.defineProperty(t,u,r.get?r:{enumerable:!0,get:function(){return e[u]}})}}),t.default=e,Object.freeze(t)}var l=c(t),f=c(r),p=c(n),d="object"==typeof global&&global&&global.Object===Object&&global,h="object"==typeof self&&self&&self.Object===Object&&self,F=d||h||Function("return this")(),E=F.Symbol,m=Object.prototype,g=m.hasOwnProperty,C=m.toString,y=E?E.toStringTag:void 0;var v=Object.prototype.toString;var A=E?E.toStringTag:void 0;function b(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":A&&A in Object(e)?function(e){var t=g.call(e,y),u=e[y];try{e[y]=void 0;var r=!0}catch(e){}var n=C.call(e);return r&&(t?e[y]=u:delete e[y]),n}(e):function(e){return v.call(e)}(e)}function _(e){return null!=e&&"object"==typeof e}function w(e){return"symbol"==typeof e||_(e)&&"[object Symbol]"==b(e)}function B(e,t){for(var u=-1,r=null==e?0:e.length,n=Array(r);++u<r;)n[u]=t(e[u],u,e);return n}var S=Array.isArray,x=E?E.prototype:void 0,R=x?x.toString:void 0;function O(e){if("string"==typeof e)return e;if(S(e))return B(e,O)+"";if(w(e))return R?R.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function j(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function k(e){return e}function P(e){if(!j(e))return!1;var t=b(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var T,L=F["__core-js_shared__"],I=(T=/[^.]+$/.exec(L&&L.keys&&L.keys.IE_PROTO||""))?"Symbol(src)_1."+T:"";var N=Function.prototype.toString;function $(e){if(null!=e){try{return N.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var M=/^\[object .+?Constructor\]$/,U=Function.prototype,H=Object.prototype,G=U.toString,W=H.hasOwnProperty,V=RegExp("^"+G.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function q(e){return!(!j(e)||(t=e,I&&I in t))&&(P(e)?V:M).test($(e));var t}function X(e,t){var u=function(e,t){return null==e?void 0:e[t]}(e,t);return q(u)?u:void 0}var K=X(F,"WeakMap"),z=Object.create,J=function(){function e(){}return function(t){if(!j(t))return{};if(z)return z(t);e.prototype=t;var u=new e;return e.prototype=void 0,u}}();function Q(e,t){var u=-1,r=e.length;for(t||(t=Array(r));++u<r;)t[u]=e[u];return t}var Y=Date.now;var Z,ee,te,ue=function(){try{var e=X(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),re=ue?function(e,t){return ue(e,"toString",{configurable:!0,enumerable:!1,value:(u=t,function(){return u}),writable:!0});var u}:k,ne=(Z=re,ee=0,te=0,function(){var e=Y(),t=16-(e-te);if(te=e,t>0){if(++ee>=800)return arguments[0]}else ee=0;return Z.apply(void 0,arguments)});function oe(e){return e!=e}function ie(e,t){return!!(null==e?0:e.length)&&function(e,t,u){return t==t?function(e,t,u){for(var r=u-1,n=e.length;++r<n;)if(e[r]===t)return r;return-1}(e,t,u):function(e,t,u){for(var r=e.length,n=u+-1;++n<r;)if(t(e[n],n,e))return n;return-1}(e,oe,u)}(e,t,0)>-1}var se=/^(?:0|[1-9]\d*)$/;function ae(e,t){var u=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==u||"symbol"!=u&&se.test(e))&&e>-1&&e%1==0&&e<t}function De(e,t,u){"__proto__"==t&&ue?ue(e,t,{configurable:!0,enumerable:!0,value:u,writable:!0}):e[t]=u}function ce(e,t){return e===t||e!=e&&t!=t}var le=Object.prototype.hasOwnProperty;function fe(e,t,u){var r=e[t];le.call(e,t)&&ce(r,u)&&(void 0!==u||t in e)||De(e,t,u)}function pe(e,t,u,r){var n=!u;u||(u={});for(var o=-1,i=t.length;++o<i;){var s=t[o],a=void 0;void 0===a&&(a=e[s]),n?De(u,s,a):fe(u,s,a)}return u}var de=Math.max;function he(e,t,u){return t=de(void 0===t?e.length-1:t,0),function(){for(var r=arguments,n=-1,o=de(r.length-t,0),i=Array(o);++n<o;)i[n]=r[t+n];n=-1;for(var s=Array(t+1);++n<t;)s[n]=r[n];return s[t]=u(i),function(e,t,u){switch(u.length){case 0:return e.call(t);case 1:return e.call(t,u[0]);case 2:return e.call(t,u[0],u[1]);case 3:return e.call(t,u[0],u[1],u[2])}return e.apply(t,u)}(e,this,s)}}function Fe(e,t){return ne(he(e,t,k),e+"")}function Ee(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function me(e){return null!=e&&Ee(e.length)&&!P(e)}var ge=Object.prototype;function Ce(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||ge)}function ye(e){return _(e)&&"[object Arguments]"==b(e)}var ve=Object.prototype,Ae=ve.hasOwnProperty,be=ve.propertyIsEnumerable,_e=ye(function(){return arguments}())?ye:function(e){return _(e)&&Ae.call(e,"callee")&&!be.call(e,"callee")};var we="object"==typeof exports&&exports&&!exports.nodeType&&exports,Be=we&&"object"==typeof module&&module&&!module.nodeType&&module,Se=Be&&Be.exports===we?F.Buffer:void 0,xe=(Se?Se.isBuffer:void 0)||function(){return!1},Re={};function Oe(e){return function(t){return e(t)}}Re["[object Float32Array]"]=Re["[object Float64Array]"]=Re["[object Int8Array]"]=Re["[object Int16Array]"]=Re["[object Int32Array]"]=Re["[object Uint8Array]"]=Re["[object Uint8ClampedArray]"]=Re["[object Uint16Array]"]=Re["[object Uint32Array]"]=!0,Re["[object Arguments]"]=Re["[object Array]"]=Re["[object ArrayBuffer]"]=Re["[object Boolean]"]=Re["[object DataView]"]=Re["[object Date]"]=Re["[object Error]"]=Re["[object Function]"]=Re["[object Map]"]=Re["[object Number]"]=Re["[object Object]"]=Re["[object RegExp]"]=Re["[object Set]"]=Re["[object String]"]=Re["[object WeakMap]"]=!1;var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,ke=je&&"object"==typeof module&&module&&!module.nodeType&&module,Pe=ke&&ke.exports===je&&d.process,Te=function(){try{var e=ke&&ke.require&&ke.require("util").types;return e||Pe&&Pe.binding&&Pe.binding("util")}catch(e){}}(),Le=Te&&Te.isTypedArray,Ie=Le?Oe(Le):function(e){return _(e)&&Ee(e.length)&&!!Re[b(e)]},Ne=Object.prototype.hasOwnProperty;function $e(e,t){var u=S(e),r=!u&&_e(e),n=!u&&!r&&xe(e),o=!u&&!r&&!n&&Ie(e),i=u||r||n||o,s=i?function(e,t){for(var u=-1,r=Array(e);++u<e;)r[u]=t(u);return r}(e.length,String):[],a=s.length;for(var D in e)!t&&!Ne.call(e,D)||i&&("length"==D||n&&("offset"==D||"parent"==D)||o&&("buffer"==D||"byteLength"==D||"byteOffset"==D)||ae(D,a))||s.push(D);return s}function Me(e,t){return function(u){return e(t(u))}}var Ue=Me(Object.keys,Object),He=Object.prototype.hasOwnProperty;function Ge(e){if(!Ce(e))return Ue(e);var t=[];for(var u in Object(e))He.call(e,u)&&"constructor"!=u&&t.push(u);return t}function We(e){return me(e)?$e(e):Ge(e)}var Ve=Object.prototype.hasOwnProperty;function qe(e){if(!j(e))return function(e){var t=[];if(null!=e)for(var u in Object(e))t.push(u);return t}(e);var t=Ce(e),u=[];for(var r in e)("constructor"!=r||!t&&Ve.call(e,r))&&u.push(r);return u}function Xe(e){return me(e)?$e(e,!0):qe(e)}var Ke=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ze=/^\w*$/;function Je(e,t){if(S(e))return!1;var u=typeof e;return!("number"!=u&&"symbol"!=u&&"boolean"!=u&&null!=e&&!w(e))||(ze.test(e)||!Ke.test(e)||null!=t&&e in Object(t))}var Qe=X(Object,"create");var Ye=Object.prototype.hasOwnProperty;var Ze=Object.prototype.hasOwnProperty;function et(e){var t=-1,u=null==e?0:e.length;for(this.clear();++t<u;){var r=e[t];this.set(r[0],r[1])}}function tt(e,t){for(var u=e.length;u--;)if(ce(e[u][0],t))return u;return-1}et.prototype.clear=function(){this.__data__=Qe?Qe(null):{},this.size=0},et.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},et.prototype.get=function(e){var t=this.__data__;if(Qe){var u=t[e];return"__lodash_hash_undefined__"===u?void 0:u}return Ye.call(t,e)?t[e]:void 0},et.prototype.has=function(e){var t=this.__data__;return Qe?void 0!==t[e]:Ze.call(t,e)},et.prototype.set=function(e,t){var u=this.__data__;return this.size+=this.has(e)?0:1,u[e]=Qe&&void 0===t?"__lodash_hash_undefined__":t,this};var ut=Array.prototype.splice;function rt(e){var t=-1,u=null==e?0:e.length;for(this.clear();++t<u;){var r=e[t];this.set(r[0],r[1])}}rt.prototype.clear=function(){this.__data__=[],this.size=0},rt.prototype.delete=function(e){var t=this.__data__,u=tt(t,e);return!(u<0)&&(u==t.length-1?t.pop():ut.call(t,u,1),--this.size,!0)},rt.prototype.get=function(e){var t=this.__data__,u=tt(t,e);return u<0?void 0:t[u][1]},rt.prototype.has=function(e){return tt(this.__data__,e)>-1},rt.prototype.set=function(e,t){var u=this.__data__,r=tt(u,e);return r<0?(++this.size,u.push([e,t])):u[r][1]=t,this};var nt=X(F,"Map");function ot(e,t){var u,r,n=e.__data__;return("string"==(r=typeof(u=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==u:null===u)?n["string"==typeof t?"string":"hash"]:n.map}function it(e){var t=-1,u=null==e?0:e.length;for(this.clear();++t<u;){var r=e[t];this.set(r[0],r[1])}}it.prototype.clear=function(){this.size=0,this.__data__={hash:new et,map:new(nt||rt),string:new et}},it.prototype.delete=function(e){var t=ot(this,e).delete(e);return this.size-=t?1:0,t},it.prototype.get=function(e){return ot(this,e).get(e)},it.prototype.has=function(e){return ot(this,e).has(e)},it.prototype.set=function(e,t){var u=ot(this,e),r=u.size;return u.set(e,t),this.size+=u.size==r?0:1,this};function st(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var u=function(){var r=arguments,n=t?t.apply(this,r):r[0],o=u.cache;if(o.has(n))return o.get(n);var i=e.apply(this,r);return u.cache=o.set(n,i)||o,i};return u.cache=new(st.Cache||it),u}st.Cache=it;var at=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Dt=/\\(\\)?/g,ct=function(e){var t=st(e,function(e){return 500===u.size&&u.clear(),e}),u=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(at,function(e,u,r,n){t.push(r?n.replace(Dt,"$1"):u||e)}),t});function lt(e,t){return S(e)?e:Je(e,t)?[e]:ct(function(e){return null==e?"":O(e)}(e))}function ft(e){if("string"==typeof e||w(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function pt(e,t){for(var u=0,r=(t=lt(t,e)).length;null!=e&&u<r;)e=e[ft(t[u++])];return u&&u==r?e:void 0}function dt(e,t,u){var r=null==e?void 0:pt(e,t);return void 0===r?u:r}function ht(e,t){for(var u=-1,r=t.length,n=e.length;++u<r;)e[n+u]=t[u];return e}var Ft=E?E.isConcatSpreadable:void 0;function Et(e){return S(e)||_e(e)||!!(Ft&&e&&e[Ft])}function mt(e,t,u,r,n){var o=-1,i=e.length;for(u||(u=Et),n||(n=[]);++o<i;){var s=e[o];u(s)?ht(n,s):r||(n[n.length]=s)}return n}function gt(e){return(null==e?0:e.length)?mt(e):[]}function Ct(e){return ne(he(e,void 0,gt),e+"")}var yt=Me(Object.getPrototypeOf,Object),vt=Function.prototype,At=Object.prototype,bt=vt.toString,_t=At.hasOwnProperty,wt=bt.call(Object);function Bt(e){if(!_(e)||"[object Object]"!=b(e))return!1;var t=yt(e);if(null===t)return!0;var u=_t.call(t,"constructor")&&t.constructor;return"function"==typeof u&&u instanceof u&&bt.call(u)==wt}function St(e){var t=this.__data__=new rt(e);this.size=t.size}St.prototype.clear=function(){this.__data__=new rt,this.size=0},St.prototype.delete=function(e){var t=this.__data__,u=t.delete(e);return this.size=t.size,u},St.prototype.get=function(e){return this.__data__.get(e)},St.prototype.has=function(e){return this.__data__.has(e)},St.prototype.set=function(e,t){var u=this.__data__;if(u instanceof rt){var r=u.__data__;if(!nt||r.length<199)return r.push([e,t]),this.size=++u.size,this;u=this.__data__=new it(r)}return u.set(e,t),this.size=u.size,this};var xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Rt=xt&&"object"==typeof module&&module&&!module.nodeType&&module,Ot=Rt&&Rt.exports===xt?F.Buffer:void 0,jt=Ot?Ot.allocUnsafe:void 0;function kt(e,t){if(t)return e.slice();var u=e.length,r=jt?jt(u):new e.constructor(u);return e.copy(r),r}function Pt(){return[]}var Tt=Object.prototype.propertyIsEnumerable,Lt=Object.getOwnPropertySymbols,It=Lt?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var u=-1,r=null==e?0:e.length,n=0,o=[];++u<r;){var i=e[u];t(i,u,e)&&(o[n++]=i)}return o}(Lt(e),function(t){return Tt.call(e,t)}))}:Pt;var Nt=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)ht(t,It(e)),e=yt(e);return t}:Pt;function $t(e,t,u){var r=t(e);return S(e)?r:ht(r,u(e))}function Mt(e){return $t(e,We,It)}function Ut(e){return $t(e,Xe,Nt)}var Ht=X(F,"DataView"),Gt=X(F,"Promise"),Wt=X(F,"Set"),Vt="[object Map]",qt="[object Promise]",Xt="[object Set]",Kt="[object WeakMap]",zt="[object DataView]",Jt=$(Ht),Qt=$(nt),Yt=$(Gt),Zt=$(Wt),eu=$(K),tu=b;(Ht&&tu(new Ht(new ArrayBuffer(1)))!=zt||nt&&tu(new nt)!=Vt||Gt&&tu(Gt.resolve())!=qt||Wt&&tu(new Wt)!=Xt||K&&tu(new K)!=Kt)&&(tu=function(e){var t=b(e),u="[object Object]"==t?e.constructor:void 0,r=u?$(u):"";if(r)switch(r){case Jt:return zt;case Qt:return Vt;case Yt:return qt;case Zt:return Xt;case eu:return Kt}return t});var uu=Object.prototype.hasOwnProperty;var ru=F.Uint8Array;function nu(e){var t=new e.constructor(e.byteLength);return new ru(t).set(new ru(e)),t}var ou=/\w*$/;var iu=E?E.prototype:void 0,su=iu?iu.valueOf:void 0;function au(e,t){var u=t?nu(e.buffer):e.buffer;return new e.constructor(u,e.byteOffset,e.length)}function Du(e,t,u){var r,n,o,i=e.constructor;switch(t){case"[object ArrayBuffer]":return nu(e);case"[object Boolean]":case"[object Date]":return new i(+e);case"[object DataView]":return function(e,t){var u=t?nu(e.buffer):e.buffer;return new e.constructor(u,e.byteOffset,e.byteLength)}(e,u);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return au(e,u);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(e);case"[object RegExp]":return(o=new(n=e).constructor(n.source,ou.exec(n))).lastIndex=n.lastIndex,o;case"[object Symbol]":return r=e,su?Object(su.call(r)):{}}}function cu(e){return"function"!=typeof e.constructor||Ce(e)?{}:J(yt(e))}var lu=Te&&Te.isMap,fu=lu?Oe(lu):function(e){return _(e)&&"[object Map]"==tu(e)};var pu=Te&&Te.isSet,du=pu?Oe(pu):function(e){return _(e)&&"[object Set]"==tu(e)},hu="[object Arguments]",Fu="[object Function]",Eu="[object Object]",mu={};function gu(e,t,u,r,n,o){var i,s=1&t,a=2&t,D=4&t;if(u&&(i=n?u(e,r,n,o):u(e)),void 0!==i)return i;if(!j(e))return e;var c=S(e);if(c){if(i=function(e){var t=e.length,u=new e.constructor(t);return t&&"string"==typeof e[0]&&uu.call(e,"index")&&(u.index=e.index,u.input=e.input),u}(e),!s)return Q(e,i)}else{var l=tu(e),f=l==Fu||"[object GeneratorFunction]"==l;if(xe(e))return kt(e,s);if(l==Eu||l==hu||f&&!n){if(i=a||f?{}:cu(e),!s)return a?function(e,t){return pe(e,Nt(e),t)}(e,function(e,t){return e&&pe(t,Xe(t),e)}(i,e)):function(e,t){return pe(e,It(e),t)}(e,function(e,t){return e&&pe(t,We(t),e)}(i,e))}else{if(!mu[l])return n?e:{};i=Du(e,l,s)}}o||(o=new St);var p=o.get(e);if(p)return p;o.set(e,i),du(e)?e.forEach(function(r){i.add(gu(r,t,u,r,e,o))}):fu(e)&&e.forEach(function(r,n){i.set(n,gu(r,t,u,n,e,o))});var d=c?void 0:(D?a?Ut:Mt:a?Xe:We)(e);return function(e,t){for(var u=-1,r=null==e?0:e.length;++u<r&&!1!==t(e[u],u,e););}(d||e,function(r,n){d&&(r=e[n=r]),fe(i,n,gu(r,t,u,n,e,o))}),i}mu[hu]=mu["[object Array]"]=mu["[object ArrayBuffer]"]=mu["[object DataView]"]=mu["[object Boolean]"]=mu["[object Date]"]=mu["[object Float32Array]"]=mu["[object Float64Array]"]=mu["[object Int8Array]"]=mu["[object Int16Array]"]=mu["[object Int32Array]"]=mu["[object Map]"]=mu["[object Number]"]=mu[Eu]=mu["[object RegExp]"]=mu["[object Set]"]=mu["[object String]"]=mu["[object Symbol]"]=mu["[object Uint8Array]"]=mu["[object Uint8ClampedArray]"]=mu["[object Uint16Array]"]=mu["[object Uint32Array]"]=!0,mu["[object Error]"]=mu[Fu]=mu["[object WeakMap]"]=!1;function Cu(e){var t=-1,u=null==e?0:e.length;for(this.__data__=new it;++t<u;)this.add(e[t])}function yu(e,t){for(var u=-1,r=null==e?0:e.length;++u<r;)if(t(e[u],u,e))return!0;return!1}function vu(e,t){return e.has(t)}Cu.prototype.add=Cu.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Cu.prototype.has=function(e){return this.__data__.has(e)};function Au(e,t,u,r,n,o){var i=1&u,s=e.length,a=t.length;if(s!=a&&!(i&&a>s))return!1;var D=o.get(e),c=o.get(t);if(D&&c)return D==t&&c==e;var l=-1,f=!0,p=2&u?new Cu:void 0;for(o.set(e,t),o.set(t,e);++l<s;){var d=e[l],h=t[l];if(r)var F=i?r(h,d,l,t,e,o):r(d,h,l,e,t,o);if(void 0!==F){if(F)continue;f=!1;break}if(p){if(!yu(t,function(e,t){if(!vu(p,t)&&(d===e||n(d,e,u,r,o)))return p.push(t)})){f=!1;break}}else if(d!==h&&!n(d,h,u,r,o)){f=!1;break}}return o.delete(e),o.delete(t),f}function bu(e){var t=-1,u=Array(e.size);return e.forEach(function(e,r){u[++t]=[r,e]}),u}function _u(e){var t=-1,u=Array(e.size);return e.forEach(function(e){u[++t]=e}),u}var wu=E?E.prototype:void 0,Bu=wu?wu.valueOf:void 0;var Su=Object.prototype.hasOwnProperty;var xu="[object Arguments]",Ru="[object Array]",Ou="[object Object]",ju=Object.prototype.hasOwnProperty;function ku(e,t,u,r,n,o){var i=S(e),s=S(t),a=i?Ru:tu(e),D=s?Ru:tu(t),c=(a=a==xu?Ou:a)==Ou,l=(D=D==xu?Ou:D)==Ou,f=a==D;if(f&&xe(e)){if(!xe(t))return!1;i=!0,c=!1}if(f&&!c)return o||(o=new St),i||Ie(e)?Au(e,t,u,r,n,o):function(e,t,u,r,n,o,i){switch(u){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!o(new ru(e),new ru(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return ce(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var s=bu;case"[object Set]":var a=1&r;if(s||(s=_u),e.size!=t.size&&!a)return!1;var D=i.get(e);if(D)return D==t;r|=2,i.set(e,t);var c=Au(s(e),s(t),r,n,o,i);return i.delete(e),c;case"[object Symbol]":if(Bu)return Bu.call(e)==Bu.call(t)}return!1}(e,t,a,u,r,n,o);if(!(1&u)){var p=c&&ju.call(e,"__wrapped__"),d=l&&ju.call(t,"__wrapped__");if(p||d){var h=p?e.value():e,F=d?t.value():t;return o||(o=new St),n(h,F,u,r,o)}}return!!f&&(o||(o=new St),function(e,t,u,r,n,o){var i=1&u,s=Mt(e),a=s.length;if(a!=Mt(t).length&&!i)return!1;for(var D=a;D--;){var c=s[D];if(!(i?c in t:Su.call(t,c)))return!1}var l=o.get(e),f=o.get(t);if(l&&f)return l==t&&f==e;var p=!0;o.set(e,t),o.set(t,e);for(var d=i;++D<a;){var h=e[c=s[D]],F=t[c];if(r)var E=i?r(F,h,c,t,e,o):r(h,F,c,e,t,o);if(!(void 0===E?h===F||n(h,F,u,r,o):E)){p=!1;break}d||(d="constructor"==c)}if(p&&!d){var m=e.constructor,g=t.constructor;m==g||!("constructor"in e)||!("constructor"in t)||"function"==typeof m&&m instanceof m&&"function"==typeof g&&g instanceof g||(p=!1)}return o.delete(e),o.delete(t),p}(e,t,u,r,n,o))}function Pu(e,t,u,r,n){return e===t||(null==e||null==t||!_(e)&&!_(t)?e!=e&&t!=t:ku(e,t,u,r,Pu,n))}function Tu(e){return e==e&&!j(e)}function Lu(e,t){return function(u){return null!=u&&(u[e]===t&&(void 0!==t||e in Object(u)))}}function Iu(e){var t=function(e){for(var t=We(e),u=t.length;u--;){var r=t[u],n=e[r];t[u]=[r,n,Tu(n)]}return t}(e);return 1==t.length&&t[0][2]?Lu(t[0][0],t[0][1]):function(u){return u===e||function(e,t,u,r){var n=u.length,o=n;if(null==e)return!o;for(e=Object(e);n--;){var i=u[n];if(i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++n<o;){var s=(i=u[n])[0],a=e[s],D=i[1];if(i[2]){if(void 0===a&&!(s in e))return!1}else if(!Pu(D,a,3,r,new St))return!1}return!0}(u,0,t)}}function Nu(e,t){return null!=e&&t in Object(e)}function $u(e,t,u){for(var r=-1,n=(t=lt(t,e)).length,o=!1;++r<n;){var i=ft(t[r]);if(!(o=null!=e&&u(e,i)))break;e=e[i]}return o||++r!=n?o:!!(n=null==e?0:e.length)&&Ee(n)&&ae(i,n)&&(S(e)||_e(e))}function Mu(e,t){return null!=e&&$u(e,t,Nu)}function Uu(e){return Je(e)?function(e){return function(t){return null==t?void 0:t[e]}}(ft(e)):function(e){return function(t){return pt(t,e)}}(e)}function Hu(e){return"function"==typeof e?e:null==e?k:"object"==typeof e?S(e)?function(e,t){return Je(e)&&Tu(t)?Lu(ft(e),t):function(u){var r=dt(u,e);return void 0===r&&r===t?Mu(u,e):Pu(t,r,3)}}(e[0],e[1]):Iu(e):Uu(e)}function Gu(e,t,u,r){for(var n=-1,o=null==e?0:e.length;++n<o;){var i=e[n];t(r,i,u(i),e)}return r}var Wu=function(e,t,u){for(var r=-1,n=Object(e),o=u(e),i=o.length;i--;){var s=o[++r];if(!1===t(n[s],s,n))break}return e};function Vu(e,t){return e&&Wu(e,t,We)}var qu,Xu=(qu=Vu,function(e,t){if(null==e)return e;if(!me(e))return qu(e,t);for(var u=e.length,r=-1,n=Object(e);++r<u&&!1!==t(n[r],r,n););return e});function Ku(e,t,u,r){return Xu(e,function(e,n,o){t(r,e,u(e),o)}),r}function zu(e,t,u){(void 0!==u&&!ce(e[t],u)||void 0===u&&!(t in e))&&De(e,t,u)}function Ju(e){return _(e)&&me(e)}function Qu(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}function Yu(e,t,u,r,n,o,i){var s=Qu(e,u),a=Qu(t,u),D=i.get(a);if(D)zu(e,u,D);else{var c,l=o?o(s,a,u+"",e,t,i):void 0,f=void 0===l;if(f){var p=S(a),d=!p&&xe(a),h=!p&&!d&&Ie(a);l=a,p||d||h?S(s)?l=s:Ju(s)?l=Q(s):d?(f=!1,l=kt(a,!0)):h?(f=!1,l=au(a,!0)):l=[]:Bt(a)||_e(a)?(l=s,_e(s)?l=pe(c=s,Xe(c)):j(s)&&!P(s)||(l=cu(a))):f=!1}f&&(i.set(a,l),n(l,a,r,o,i),i.delete(a)),zu(e,u,l)}}function Zu(e,t,u,r,n){e!==t&&Wu(t,function(o,i){if(n||(n=new St),j(o))Yu(e,t,i,u,Zu,r,n);else{var s=r?r(Qu(e,i),o,i+"",e,t,n):void 0;void 0===s&&(s=o),zu(e,i,s)}},Xe)}var er,tr=(er=function(e,t,u,r){Zu(e,t,u,r)},Fe(function(e,t){var u=-1,r=t.length,n=r>1?t[r-1]:void 0,o=r>2?t[2]:void 0;for(n=er.length>3&&"function"==typeof n?(r--,n):void 0,o&&function(e,t,u){if(!j(u))return!1;var r=typeof t;return!!("number"==r?me(u)&&ae(t,u.length):"string"==r&&t in u)&&ce(u[t],e)}(t[0],t[1],o)&&(n=r<3?void 0:n,r=1),e=Object(e);++u<r;){var i=t[u];i&&er(e,i,u,n)}return e}));var ur=Object.prototype.hasOwnProperty;function rr(e,t){return null!=e&&ur.call(e,t)}function nr(e,t){return t.length<2?e:pt(e,function(e,t,u){var r=-1,n=e.length;t<0&&(t=-t>n?0:n+t),(u=u>n?n:u)<0&&(u+=n),n=t>u?0:u-t>>>0,t>>>=0;for(var o=Array(n);++r<n;)o[r]=e[r+t];return o}(t,0,-1))}var or=Object.prototype.hasOwnProperty;var ir,sr,ar=(ir=function(e,t,u){De(e,u,t)},function(e,t){var u=S(e)?Gu:Ku,r=sr?sr():{};return u(e,ir,Hu(t),r)});var Dr=Object.prototype.hasOwnProperty;function cr(e,t){var u=-1,r=(t=lt(t,e)).length;if(!r)return!0;for(;++u<r;){var n=ft(t[u]);if("__proto__"===n&&!Dr.call(e,"__proto__"))return!1;if(("constructor"===n||"prototype"===n)&&u<r-1)return!1}var o=nr(e,t);return null==o||delete o[ft(function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}(t))]}function lr(e){return Bt(e)?void 0:e}var fr=Ct(function(e,t){var u={};if(null==e)return u;var r=!1;t=B(t,function(t){return t=lt(t,e),r||(r=t.length>1),t}),pe(e,Ut(e),u),r&&(u=gu(u,7,lr));for(var n=t.length;n--;)cr(u,t[n]);return u});function pr(e,t,u,r){if(!j(e))return e;for(var n=-1,o=(t=lt(t,e)).length,i=o-1,s=e;null!=s&&++n<o;){var a=ft(t[n]),D=u;if("__proto__"===a||"constructor"===a||"prototype"===a)return e;if(n!=i){var c=s[a];void 0===(D=void 0)&&(D=j(c)?c:ae(t[n+1])?[]:{})}fe(s,a,D),s=s[a]}return e}function dr(e,t){return function(e,t,u){for(var r=-1,n=t.length,o={};++r<n;){var i=t[r],s=pt(e,i);u(s,i)&&pr(o,lt(i,e),s)}return o}(e,t,function(t,u){return Mu(e,u)})}var hr=Ct(function(e,t){return null==e?{}:dr(e,t)}),Fr=Wt&&1/_u(new Wt([,-0]))[1]==1/0?function(e){return new Wt(e)}:function(){};var Er=Fe(function(e){return function(e,t,u){var r=-1,n=ie,o=e.length,i=!0,s=[],a=s;if(o>=200){var D=Fr(e);if(D)return _u(D);i=!1,n=vu,a=new Cu}else a=s;e:for(;++r<o;){var c=e[r],l=c;if(c=0!==c?c:0,i&&l==l){for(var f=a.length;f--;)if(a[f]===l)continue e;s.push(c)}else n(a,l,u)||(a!==s&&a.push(l),s.push(c))}return s}(mt(e,0,Ju,!0))}),mr=Object.defineProperty,gr={};((e,t)=>{for(var u in t)mr(e,u,{get:t[u],enumerable:!0})})(gr,{builders:()=>Pn,printer:()=>Tn,utils:()=>Ln});var Cr=(e,t)=>(u,r,...n)=>{if(1|u&&null==r)return;return(t.call(r)??r[e]).apply(r,n)};function yr(e){return this[e<0?this.length+e:e]}var vr=Cr("at",function(){if(Array.isArray(this)||"string"==typeof this)return yr}),Ar=()=>{},br="string",_r="array",wr="cursor",Br="indent",Sr="align",xr="trim",Rr="group",Or="fill",jr="if-break",kr="indent-if-break",Pr="line-suffix",Tr="line-suffix-boundary",Lr="line",Ir="label",Nr="break-parent",$r=new Set([wr,Br,Sr,xr,Rr,Or,jr,kr,Pr,Tr,Lr,Ir,Nr]);var Mr=function(e){if("string"==typeof e)return br;if(Array.isArray(e))return _r;if(!e)return;const{type:t}=e;return $r.has(t)?t:void 0};function Ur(e){const t=null===e?"null":typeof e;if("string"!==t&&"object"!==t)return`Unexpected doc '${t}', \nExpected it to be 'string' or 'object'.`;if(Mr(e))throw new Error("doc is valid.");const u=Object.prototype.toString.call(e);if("[object Object]"!==u)return`Unexpected doc '${u}'.`;const r=(n=[...$r].map(e=>`'${e}'`),new Intl.ListFormat("en-US",{type:"disjunction"}).format(n));var n;return`Unexpected doc.type '${e.type}'.\nExpected it to be ${r}.`}var Hr=class extends Error{name="InvalidDocError";constructor(e){super(Ur(e)),this.doc=e}},Gr=Hr,Wr={};var Vr=function(e,t,u,r){const n=[e];for(;n.length>0;){const e=n.pop();if(e===Wr){u(n.pop());continue}u&&n.push(e,Wr);const o=Mr(e);if(!o)throw new Gr(e);if(!1!==t?.(e))switch(o){case _r:case Or:{const t=o===_r?e:e.parts;for(let e=t.length-1;e>=0;--e)n.push(t[e]);break}case jr:n.push(e.flatContents,e.breakContents);break;case Rr:if(r&&e.expandedStates)for(let t=e.expandedStates.length-1;t>=0;--t)n.push(e.expandedStates[t]);else n.push(e.contents);break;case Sr:case Br:case kr:case Ir:case Pr:n.push(e.contents);break;case br:case wr:case xr:case Tr:case Lr:case Nr:break;default:throw new Gr(e)}}};function qr(e,t){if("string"==typeof e)return t(e);const u=new Map;return r(e);function r(e){if(u.has(e))return u.get(e);const n=function(e){switch(Mr(e)){case _r:return t(e.map(r));case Or:return t({...e,parts:e.parts.map(r)});case jr:return t({...e,breakContents:r(e.breakContents),flatContents:r(e.flatContents)});case Rr:{let{expandedStates:u,contents:n}=e;return u?(u=u.map(r),n=u[0]):n=r(n),t({...e,contents:n,expandedStates:u})}case Sr:case Br:case kr:case Ir:case Pr:return t({...e,contents:r(e.contents)});case br:case wr:case xr:case Tr:case Lr:case Nr:return t(e);default:throw new Gr(e)}}(e);return u.set(e,n),n}}function Xr(e,t,u){let r=u,n=!1;return Vr(e,function(e){if(n)return!1;const u=t(e);void 0!==u&&(n=!0,r=u)}),r}function Kr(e){return!(e.type!==Rr||!e.break)||(!(e.type!==Lr||!e.hard)||(e.type===Nr||void 0))}function zr(e){if(e.length>0){const t=vr(0,e,-1);t.expandedStates||t.break||(t.break="propagated")}return null}function Jr(e){return e.type!==Lr||e.hard?e.type===jr?e.flatContents:e:e.soft?"":" "}function Qr(e){for(e=[...e];e.length>=2&&vr(0,e,-2).type===Lr&&vr(0,e,-1).type===Nr;)e.length-=2;if(e.length>0){const t=Yr(vr(0,e,-1));e[e.length-1]=t}return e}function Yr(e){switch(Mr(e)){case Br:case kr:case Rr:case Pr:case Ir:{const t=Yr(e.contents);return{...e,contents:t}}case jr:return{...e,breakContents:Yr(e.breakContents),flatContents:Yr(e.flatContents)};case Or:return{...e,parts:Qr(e.parts)};case _r:return Qr(e);case br:return function(e){let t=e.length;for(;t>0&&("\r"===e[t-1]||"\n"===e[t-1]);)t--;return t<e.length?e.slice(0,t):e}(e);case Sr:case wr:case xr:case Tr:case Lr:case Nr:break;default:throw new Gr(e)}return e}function Zr(e){if(e.type===Lr)return!0}var en=Ar;function tn(e){return{type:Br,contents:e}}function un(e,t){return{type:Sr,contents:t,n:e}}var rn={type:Nr},nn={type:wr};function on(e,t={}){return en(t.expandedStates),{type:Rr,id:t.id,contents:e,break:Boolean(t.shouldBreak),expandedStates:t.expandedStates}}function sn(e,t){const u=[];for(let r=0;r<t.length;r++)0!==r&&u.push(e),u.push(t[r]);return u}var an={type:Lr},Dn={type:Lr,soft:!0},cn={type:Lr,hard:!0},ln=[cn,rn],fn={type:Lr,hard:!0,literal:!0},pn=[fn,rn];var dn={type:Tr},hn={type:xr},Fn=String.prototype.replaceAll??function(e,t){return e.global?this.replace(e,t):this.split(e).join(t)},En=Cr("replaceAll",function(){if("string"==typeof this)return Fn});function mn(e){return 12288===e||e>=65281&&e<=65376||e>=65504&&e<=65510}function gn(e){return e>=4352&&e<=4447||8986===e||8987===e||9001===e||9002===e||e>=9193&&e<=9196||9200===e||9203===e||9725===e||9726===e||9748===e||9749===e||e>=9776&&e<=9783||e>=9800&&e<=9811||9855===e||e>=9866&&e<=9871||9875===e||9889===e||9898===e||9899===e||9917===e||9918===e||9924===e||9925===e||9934===e||9940===e||9962===e||9970===e||9971===e||9973===e||9978===e||9981===e||9989===e||9994===e||9995===e||10024===e||10060===e||10062===e||e>=10067&&e<=10069||10071===e||e>=10133&&e<=10135||10160===e||10175===e||11035===e||11036===e||11088===e||11093===e||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12773||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e>=94192&&e<=94198||e>=94208&&e<=101589||e>=101631&&e<=101662||e>=101760&&e<=101874||e>=110576&&e<=110579||e>=110581&&e<=110587||110589===e||110590===e||e>=110592&&e<=110882||110898===e||e>=110928&&e<=110930||110933===e||e>=110948&&e<=110951||e>=110960&&e<=111355||e>=119552&&e<=119638||e>=119648&&e<=119670||126980===e||127183===e||127374===e||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||127568===e||127569===e||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||127988===e||e>=127992&&e<=128062||128064===e||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||128378===e||128405===e||128406===e||128420===e||e>=128507&&e<=128591||e>=128640&&e<=128709||128716===e||e>=128720&&e<=128722||e>=128725&&e<=128728||e>=128732&&e<=128735||128747===e||128748===e||e>=128756&&e<=128764||e>=128992&&e<=129003||129008===e||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129674||e>=129678&&e<=129734||129736===e||e>=129741&&e<=129756||e>=129759&&e<=129770||e>=129775&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}var Cn=/[^\x20-\x7F]/u,yn=new Set("©®‼⁉™ℹ↔↕↖↗↘↙↩↪⌨⏏⏱⏲⏸⏹⏺▪▫▶◀◻◼☀☁☂☃☄☎☑☘☝☠☢☣☦☪☮☯☸☹☺♀♂♟♠♣♥♦♨♻♾⚒⚔⚕⚖⚗⚙⚛⚜⚠⚧⚰⚱⛈⛏⛑⛓⛩⛱⛷⛸⛹✂✈✉✌✍✏✒✔✖✝✡✳✴❄❇❣❤➡⤴⤵⬅⬆⬇");var vn=function(e){if(!e)return 0;if(!Cn.test(e))return e.length;e=e.replace(/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,e=>yn.has(e)?" ":" ");let t=0;for(const u of e){const e=u.codePointAt(0);e<=31||e>=127&&e<=159||(e>=768&&e<=879||e>=65024&&e<=65039||(t+=mn(e)||gn(e)?2:1))}return t},An={type:0},bn={type:1},_n={value:"",length:0,queue:[],get root(){return _n}};function wn(e,t,u){const r=1===t.type?e.queue.slice(0,-1):[...e.queue,t];let n="",o=0,i=0,s=0;for(const e of r)switch(e.type){case 0:c(),u.useTabs?a(1):D(u.tabWidth);break;case 3:{const{string:t}=e;c(),n+=t,o+=t.length;break}case 2:{const{width:t}=e;i+=1,s+=t;break}default:throw new Error(`Unexpected indent comment '${e.type}'.`)}return l(),{...e,value:n,length:o,queue:r};function a(e){n+="\t".repeat(e),o+=u.tabWidth*e}function D(e){n+=" ".repeat(e),o+=e}function c(){u.useTabs?function(){i>0&&a(i);f()}():l()}function l(){s>0&&D(s),f()}function f(){i=0,s=0}}function Bn(e,t,u){if(!t)return e;if("root"===t.type)return{...e,root:e};if(t===Number.NEGATIVE_INFINITY)return e.root;let r;return r="number"==typeof t?t<0?bn:{type:2,width:t}:{type:3,string:t},wn(e,r,u)}function Sn(e,t){return wn(e,An,t)}function xn(e){const t=function(e){let t=0;for(let u=e.length-1;u>=0;u--){const r=e[u];if(" "!==r&&"\t"!==r)break;t++}return t}(e);return{text:0===t?e:e.slice(0,e.length-t),count:t}}var Rn=Symbol("MODE_BREAK"),On=Symbol("MODE_FLAT"),jn=Symbol("DOC_FILL_PRINTED_LENGTH");function kn(e,t,u,r,n,o){if(u===Number.POSITIVE_INFINITY)return!0;let i=t.length,s=!1;const a=[e];let D="";for(;u>=0;){if(0===a.length){if(0===i)return!0;a.push(t[--i]);continue}const{mode:e,doc:c}=a.pop(),l=Mr(c);switch(l){case br:c&&(s&&(D+=" ",u-=1,s=!1),D+=c,u-=vn(c));break;case _r:case Or:{const t=l===_r?c:c.parts,u=c[jn]??0;for(let r=t.length-1;r>=u;r--)a.push({mode:e,doc:t[r]});break}case Br:case Sr:case kr:case Ir:a.push({mode:e,doc:c.contents});break;case xr:{const{text:e,count:t}=xn(D);D=e,u+=t;break}case Rr:{if(o&&c.break)return!1;const t=c.break?Rn:e,u=c.expandedStates&&t===Rn?vr(0,c.expandedStates,-1):c.contents;a.push({mode:t,doc:u});break}case jr:{const t=(c.groupId?n[c.groupId]||On:e)===Rn?c.breakContents:c.flatContents;t&&a.push({mode:e,doc:t});break}case Lr:if(e===Rn||c.hard)return!0;c.soft||(s=!0);break;case Pr:r=!0;break;case Tr:if(r)return!1}}return!1}var Pn={join:sn,line:an,softline:Dn,hardline:ln,literalline:pn,group:on,conditionalGroup:function(e,t){return on(e[0],{...t,expandedStates:e})},fill:function(e){return{type:Or,parts:e}},lineSuffix:function(e){return{type:Pr,contents:e}},lineSuffixBoundary:dn,cursor:nn,breakParent:rn,ifBreak:function(e,t="",u={}){return{type:jr,breakContents:e,flatContents:t,groupId:u.groupId}},trim:hn,indent:tn,indentIfBreak:function(e,t){return{type:kr,contents:e,groupId:t.groupId,negate:t.negate}},align:un,addAlignmentToDoc:function(e,t,u){let r=e;if(t>0){for(let e=0;e<Math.floor(t/u);++e)r=tn(r);r=un(t%u,r),r=un(Number.NEGATIVE_INFINITY,r)}return r},markAsRoot:function(e){return un({type:"root"},e)},dedentToRoot:function(e){return un(Number.NEGATIVE_INFINITY,e)},dedent:function(e){return un(-1,e)},hardlineWithoutBreakParent:cn,literallineWithoutBreakParent:fn,label:function(e,t){return e?{type:Ir,label:e,contents:t}:t},concat:e=>e},Tn={printDocToString:function(e,t){const u=Object.create(null),r=t.printWidth,n="cr"===(o=t.endOfLine)?"\r":"crlf"===o?"\r\n":"\n";var o;let i=0;const s=[{indent:_n,mode:Rn,doc:e}];let a="",D=!1;const c=[],l=[],f=[],p=[];let d=0;for(!function(e){const t=new Set,u=[];Vr(e,function(e){if(e.type===Nr&&zr(u),e.type===Rr){if(u.push(e),t.has(e))return!1;t.add(e)}},function(e){e.type===Rr&&u.pop().break&&zr(u)},!0)}(e);s.length>0;){const{indent:e,mode:o,doc:f}=s.pop();switch(Mr(f)){case br:{const e="\n"!==n?En(0,f,"\n",n):f;e&&(a+=e,s.length>0&&(i+=vn(e)));break}case _r:for(let t=f.length-1;t>=0;t--)s.push({indent:e,mode:o,doc:f[t]});break;case wr:if(l.length>=2)throw new Error("There are too many 'cursor' in doc.");l.push(d+a.length);break;case Br:s.push({indent:Sn(e,t),mode:o,doc:f.contents});break;case Sr:s.push({indent:Bn(e,f.n,t),mode:o,doc:f.contents});break;case xr:m();break;case Rr:switch(o){case On:if(!D){s.push({indent:e,mode:f.break?Rn:On,doc:f.contents});break}case Rn:{D=!1;const t={indent:e,mode:On,doc:f.contents},n=r-i,o=c.length>0;if(!f.break&&kn(t,s,n,o,u))s.push(t);else if(f.expandedStates){const t=vr(0,f.expandedStates,-1);if(f.break){s.push({indent:e,mode:Rn,doc:t});break}for(let r=1;r<f.expandedStates.length+1;r++){if(r>=f.expandedStates.length){s.push({indent:e,mode:Rn,doc:t});break}{const t=f.expandedStates[r],i={indent:e,mode:On,doc:t};if(kn(i,s,n,o,u)){s.push(i);break}}}}else s.push({indent:e,mode:Rn,doc:f.contents});break}}f.id&&(u[f.id]=vr(0,s,-1).mode);break;case Or:{const t=r-i,n=f[jn]??0,{parts:a}=f,D=a.length-n;if(0===D)break;const l=a[n+0],p=a[n+1],d={indent:e,mode:On,doc:l},h={indent:e,mode:Rn,doc:l},F=kn(d,[],t,c.length>0,u,!0);if(1===D){F?s.push(d):s.push(h);break}const E={indent:e,mode:On,doc:p},m={indent:e,mode:Rn,doc:p};if(2===D){F?s.push(E,d):s.push(m,h);break}const g=a[n+2],C={indent:e,mode:o,doc:{...f,[jn]:n+2}},y=kn({indent:e,mode:On,doc:[l,p,g]},[],t,c.length>0,u,!0);s.push(C),y?s.push(E,d):F?s.push(m,d):s.push(m,h);break}case jr:case kr:{const t=f.groupId?u[f.groupId]:o;if(t===Rn){const t=f.type===jr?f.breakContents:f.negate?f.contents:tn(f.contents);t&&s.push({indent:e,mode:o,doc:t})}if(t===On){const t=f.type===jr?f.flatContents:f.negate?tn(f.contents):f.contents;t&&s.push({indent:e,mode:o,doc:t})}break}case Pr:c.push({indent:e,mode:o,doc:f.contents});break;case Tr:c.length>0&&s.push({indent:e,mode:o,doc:cn});break;case Lr:switch(o){case On:if(!f.hard){f.soft||(a+=" ",i+=1);break}D=!0;case Rn:if(c.length>0){s.push({indent:e,mode:o,doc:f},...c.reverse()),c.length=0;break}f.literal?(a+=n,i=0,e.root&&(e.root.value&&(a+=e.root.value),i=e.root.length)):(m(),a+=n+e.value,i=e.length)}break;case Ir:s.push({indent:e,mode:o,doc:f.contents});break;case Nr:break;default:throw new Gr(f)}0===s.length&&c.length>0&&(s.push(...c.reverse()),c.length=0)}const h=f.join("")+a,F=[...p,...l];if(2!==F.length)return{formatted:h};const E=F[0];return{formatted:h,cursorNodeStart:E,cursorNodeText:h.slice(E,vr(0,F,-1))};function m(){const{text:e,count:t}=xn(a);e&&(f.push(e),d+=e.length),a="",i-=t,l.length>0&&(p.push(...l.map(e=>Math.min(e,d))),l.length=0)}}},Ln={willBreak:function(e){return Xr(e,Kr,!1)},traverseDoc:Vr,findInDoc:Xr,mapDoc:qr,removeLines:function(e){return qr(e,Jr)},stripTrailingHardline:function(e){return Yr(function(e){return qr(e,e=>function(e){switch(Mr(e)){case Or:if(e.parts.every(e=>""===e))return"";break;case Rr:if(!(e.contents||e.id||e.break||e.expandedStates))return"";if(e.contents.type===Rr&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Sr:case Br:case kr:case Pr:if(!e.contents)return"";break;case jr:if(!e.flatContents&&!e.breakContents)return"";break;case _r:{const t=[];for(const u of e){if(!u)continue;const[e,...r]=Array.isArray(u)?u:[u];"string"==typeof e&&"string"==typeof vr(0,t,-1)?t[t.length-1]+=e:t.push(e),t.push(...r)}return 0===t.length?"":1===t.length?t[0]:t}case br:case wr:case xr:case Tr:case Lr:case Ir:case Nr:break;default:throw new Gr(e)}return e}(e))}(e))},replaceEndOfLine:function(e,t=pn){return qr(e,e=>"string"==typeof e?sn(t,e.split("\n")):e)},canBreak:function(e){return Xr(e,Zr,!1)}},In=Object.freeze({__proto__:null,builders:Pn,default:gr,printer:Tn,utils:Ln});const Nn=u.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:D&&"SCRIPT"===D.tagName.toUpperCase()&&D.src||new URL("utils/index.js",document.baseURI).href),$n=r.fileURLToPath("undefined"==typeof document?require("url").pathToFileURL(__filename).href:D&&"SCRIPT"===D.tagName.toUpperCase()&&D.src||new URL("utils/index.js",document.baseURI).href);t.dirname($n);var Mn=Object.create,Un=Object.defineProperty,Hn=Object.getOwnPropertyDescriptor,Gn=Object.getOwnPropertyNames,Wn=Object.getPrototypeOf,Vn=Object.prototype.hasOwnProperty,qn=(e=>void 0!==Nn?Nn:"undefined"!=typeof Proxy?new Proxy(e,{get:(e,t)=>(void 0!==Nn?Nn:e)[t]}):e)(function(e){if(void 0!==Nn)return Nn.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),Xn=(e,t)=>function(){return t||(0,e[Gn(e)[0]])((t={exports:{}}).exports,t),t.exports},Kn=(e,t)=>{for(var u in t)Un(e,u,{get:t[u],enumerable:!0})},zn=(e,t,u)=>(u=null!=e?Mn(Wn(e)):{},((e,t,u,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let n of Gn(t))Vn.call(e,n)||n===u||Un(e,n,{get:()=>t[n],enumerable:!(r=Hn(t,n))||r.enumerable});return e})(Un(u,"default",{value:e,enumerable:!0}),e)),Jn=Xn({"node_modules/fast-glob/out/utils/array.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.splitWhen=e.flatten=void 0,e.flatten=function(e){return e.reduce((e,t)=>[].concat(e,t),[])},e.splitWhen=function(e,t){const u=[[]];let r=0;for(const n of e)t(n)?(r++,u[r]=[]):u[r].push(n);return u}}}),Qn=Xn({"node_modules/fast-glob/out/utils/errno.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isEnoentCodeError=void 0,e.isEnoentCodeError=function(e){return"ENOENT"===e.code}}}),Yn=Xn({"node_modules/fast-glob/out/utils/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createDirentFromStats=void 0;var t=class{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t),this.isCharacterDevice=t.isCharacterDevice.bind(t),this.isDirectory=t.isDirectory.bind(t),this.isFIFO=t.isFIFO.bind(t),this.isFile=t.isFile.bind(t),this.isSocket=t.isSocket.bind(t),this.isSymbolicLink=t.isSymbolicLink.bind(t)}};e.createDirentFromStats=function(e,u){return new t(e,u)}}}),Zn=Xn({"node_modules/fast-glob/out/utils/path.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.convertPosixPathToPattern=e.convertWindowsPathToPattern=e.convertPathToPattern=e.escapePosixPath=e.escapeWindowsPath=e.escape=e.removeLeadingDotSegment=e.makeAbsolute=e.unixify=void 0;var t=qn("os"),u=qn("path"),r="win32"===t.platform(),n=/(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g,o=/(\\?)([()[\]{}]|^!|[!+@](?=\())/g,i=/^\\\\([.?])/,s=/\\(?![!()+@[\]{}])/g;function a(e){return e.replace(o,"\\$2")}function D(e){return e.replace(n,"\\$2")}function c(e){return a(e).replace(i,"//$1").replace(s,"/")}function l(e){return D(e)}e.unixify=function(e){return e.replace(/\\/g,"/")},e.makeAbsolute=function(e,t){return u.resolve(e,t)},e.removeLeadingDotSegment=function(e){if("."===e.charAt(0)){const t=e.charAt(1);if("/"===t||"\\"===t)return e.slice(2)}return e},e.escape=r?a:D,e.escapeWindowsPath=a,e.escapePosixPath=D,e.convertPathToPattern=r?c:l,e.convertWindowsPathToPattern=c,e.convertPosixPathToPattern=l}}),eo=Xn({"node_modules/is-extglob/index.js"(e,t){t.exports=function(e){if("string"!=typeof e||""===e)return!1;for(var t;t=/(\\).|([@?!+*]\(.*\))/g.exec(e);){if(t[2])return!0;e=e.slice(t.index+t[0].length)}return!1}}}),to=Xn({"node_modules/is-glob/index.js"(e,t){var u=eo(),r={"{":"}","(":")","[":"]"},n=function(e){if("!"===e[0])return!0;for(var t=0,u=-2,n=-2,o=-2,i=-2,s=-2;t<e.length;){if("*"===e[t])return!0;if("?"===e[t+1]&&/[\].+)]/.test(e[t]))return!0;if(-1!==n&&"["===e[t]&&"]"!==e[t+1]&&(n<t&&(n=e.indexOf("]",t)),n>t)){if(-1===s||s>n)return!0;if(-1===(s=e.indexOf("\\",t))||s>n)return!0}if(-1!==o&&"{"===e[t]&&"}"!==e[t+1]&&(o=e.indexOf("}",t))>t&&(-1===(s=e.indexOf("\\",t))||s>o))return!0;if(-1!==i&&"("===e[t]&&"?"===e[t+1]&&/[:!=]/.test(e[t+2])&&")"!==e[t+3]&&(i=e.indexOf(")",t))>t&&(-1===(s=e.indexOf("\\",t))||s>i))return!0;if(-1!==u&&"("===e[t]&&"|"!==e[t+1]&&(u<t&&(u=e.indexOf("|",t)),-1!==u&&")"!==e[u+1]&&(i=e.indexOf(")",u))>u&&(-1===(s=e.indexOf("\\",u))||s>i)))return!0;if("\\"===e[t]){var a=e[t+1];t+=2;var D=r[a];if(D){var c=e.indexOf(D,t);-1!==c&&(t=c+1)}if("!"===e[t])return!0}else t++}return!1},o=function(e){if("!"===e[0])return!0;for(var t=0;t<e.length;){if(/[*?{}()[\]]/.test(e[t]))return!0;if("\\"===e[t]){var u=e[t+1];t+=2;var n=r[u];if(n){var o=e.indexOf(n,t);-1!==o&&(t=o+1)}if("!"===e[t])return!0}else t++}return!1};t.exports=function(e,t){if("string"!=typeof e||""===e)return!1;if(u(e))return!0;var r=n;return t&&!1===t.strict&&(r=o),r(e)}}}),uo=Xn({"node_modules/fast-glob/node_modules/glob-parent/index.js"(e,t){var u=to(),r=qn("path").posix.dirname,n="win32"===qn("os").platform(),o=/\\/g,i=/[\{\[].*[\}\]]$/,s=/(^|[^\\])([\{\[]|\([^\)]+$)/,a=/\\([\!\*\?\|\[\]\(\)\{\}])/g;t.exports=function(e,t){Object.assign({flipBackslashes:!0},t).flipBackslashes&&n&&e.indexOf("/")<0&&(e=e.replace(o,"/")),i.test(e)&&(e+="/"),e+="a";do{e=r(e)}while(u(e)||s.test(e));return e.replace(a,"$1")}}}),ro=Xn({"node_modules/braces/lib/utils.js"(e){e.isInteger=e=>"number"==typeof e?Number.isInteger(e):"string"==typeof e&&""!==e.trim()&&Number.isInteger(Number(e)),e.find=(e,t)=>e.nodes.find(e=>e.type===t),e.exceedsLimit=(t,u,r=1,n)=>!1!==n&&(!(!e.isInteger(t)||!e.isInteger(u))&&(Number(u)-Number(t))/Number(r)>=n),e.escapeNode=(e,t=0,u)=>{const r=e.nodes[t];r&&(u&&r.type===u||"open"===r.type||"close"===r.type)&&!0!==r.escaped&&(r.value="\\"+r.value,r.escaped=!0)},e.encloseBrace=e=>"brace"===e.type&&(!(e.commas>>0+e.ranges|0)&&(e.invalid=!0,!0)),e.isInvalidBrace=e=>"brace"===e.type&&(!(!0!==e.invalid&&!e.dollar)||(e.commas>>0+e.ranges|0?(!0!==e.open||!0!==e.close)&&(e.invalid=!0,!0):(e.invalid=!0,!0))),e.isOpenOrClose=e=>"open"===e.type||"close"===e.type||(!0===e.open||!0===e.close),e.reduce=e=>e.reduce((e,t)=>("text"===t.type&&e.push(t.value),"range"===t.type&&(t.type="text"),e),[]),e.flatten=(...e)=>{const t=[],u=e=>{for(let r=0;r<e.length;r++){const n=e[r];Array.isArray(n)?u(n):void 0!==n&&t.push(n)}return t};return u(e),t}}}),no=Xn({"node_modules/braces/lib/stringify.js"(e,t){var u=ro();t.exports=(e,t={})=>{const r=(e,n={})=>{const o=t.escapeInvalid&&u.isInvalidBrace(n),i=!0===e.invalid&&!0===t.escapeInvalid;let s="";if(e.value)return(o||i)&&u.isOpenOrClose(e)?"\\"+e.value:e.value;if(e.value)return e.value;if(e.nodes)for(const t of e.nodes)s+=r(t);return s};return r(e)}}}),oo=Xn({"node_modules/is-number/index.js"(e,t){t.exports=function(e){return"number"==typeof e?e-e===0:"string"==typeof e&&""!==e.trim()&&(Number.isFinite?Number.isFinite(+e):isFinite(+e))}}}),io=Xn({"node_modules/to-regex-range/index.js"(e,t){var u=oo(),r=(e,t,n)=>{if(!1===u(e))throw new TypeError("toRegexRange: expected the first argument to be a number");if(void 0===t||e===t)return String(e);if(!1===u(t))throw new TypeError("toRegexRange: expected the second argument to be a number.");let s={relaxZeros:!0,...n};"boolean"==typeof s.strictZeros&&(s.relaxZeros=!1===s.strictZeros);let a=e+":"+t+"="+String(s.relaxZeros)+String(s.shorthand)+String(s.capture)+String(s.wrap);if(r.cache.hasOwnProperty(a))return r.cache[a].result;let D=Math.min(e,t),c=Math.max(e,t);if(1===Math.abs(D-c)){let u=e+"|"+t;return s.capture?`(${u})`:!1===s.wrap?u:`(?:${u})`}let l=p(e)||p(t),f={min:e,max:t,a:D,b:c},d=[],h=[];if(l&&(f.isPadded=l,f.maxLen=String(f.max).length),D<0){h=o(c<0?Math.abs(c):1,Math.abs(D),f,s),D=f.a=0}return c>=0&&(d=o(D,c,f,s)),f.negatives=h,f.positives=d,f.result=function(e,t){let u=i(e,t,"-",!1)||[],r=i(t,e,"",!1)||[],n=i(e,t,"-?",!0)||[];return u.concat(n).concat(r).join("|")}(h,d),!0===s.capture?f.result=`(${f.result})`:!1!==s.wrap&&d.length+h.length>1&&(f.result=`(?:${f.result})`),r.cache[a]=f,f.result};function n(e,t,u){if(e===t)return{pattern:e,count:[],digits:0};let r=function(e,t){let u=[];for(let r=0;r<e.length;r++)u.push([e[r],t[r]]);return u}(e,t),n=r.length,o="",i=0;for(let e=0;e<n;e++){let[t,u]=r[e];t===u?o+=t:"0"!==t||"9"!==u?o+=f(t,u):i++}return i&&(o+=!0===u.shorthand?"\\d":"[0-9]"),{pattern:o,count:[i],digits:n}}function o(e,t,u,r){let o,i=function(e,t){let u=1,r=1,n=D(e,u),o=new Set([t]);for(;e<=n&&n<=t;)o.add(n),u+=1,n=D(e,u);for(n=c(t+1,r)-1;e<n&&n<=t;)o.add(n),r+=1,n=c(t+1,r)-1;return o=[...o],o.sort(s),o}(e,t),a=[],f=e;for(let e=0;e<i.length;e++){let t=i[e],s=n(String(f),String(t),r),D="";u.isPadded||!o||o.pattern!==s.pattern?(u.isPadded&&(D=d(t,u,r)),s.string=D+s.pattern+l(s.count),a.push(s),f=t+1,o=s):(o.count.length>1&&o.count.pop(),o.count.push(s.count[0]),o.string=o.pattern+l(o.count),f=t+1)}return a}function i(e,t,u,r,n){let o=[];for(let n of e){let{string:e}=n;r||a(t,"string",e)||o.push(u+e),r&&a(t,"string",e)&&o.push(u+e)}return o}function s(e,t){return e>t?1:t>e?-1:0}function a(e,t,u){return e.some(e=>e[t]===u)}function D(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))}function c(e,t){return e-e%Math.pow(10,t)}function l(e){let[t=0,u=""]=e;return u||t>1?`{${t+(u?","+u:"")}}`:""}function f(e,t,u){return`[${e}${t-e===1?"":"-"}${t}]`}function p(e){return/^-?(0+)\d/.test(e)}function d(e,t,u){if(!t.isPadded)return e;let r=Math.abs(t.maxLen-String(e).length),n=!1!==u.relaxZeros;switch(r){case 0:return"";case 1:return n?"0?":"0";case 2:return n?"0{0,2}":"00";default:return n?`0{0,${r}}`:`0{${r}}`}}r.cache={},r.clearCache=()=>r.cache={},t.exports=r}}),so=Xn({"node_modules/fill-range/index.js"(e,t){var u=qn("util"),r=io(),n=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),o=e=>"number"==typeof e||"string"==typeof e&&""!==e,i=e=>Number.isInteger(+e),s=e=>{let t=`${e}`,u=-1;if("-"===t[0]&&(t=t.slice(1)),"0"===t)return!1;for(;"0"===t[++u];);return u>0},a=(e,t,u)=>{if(t>0){let u="-"===e[0]?"-":"";u&&(e=e.slice(1)),e=u+e.padStart(u?t-1:t,"0")}return!1===u?String(e):e},D=(e,t)=>{let u="-"===e[0]?"-":"";for(u&&(e=e.slice(1),t--);e.length<t;)e="0"+e;return u?"-"+e:e},c=(e,t,u,n)=>{if(u)return r(e,t,{wrap:!1,...n});let o=String.fromCharCode(e);return e===t?o:`[${o}-${String.fromCharCode(t)}]`},l=(e,t,u)=>{if(Array.isArray(e)){let t=!0===u.wrap,r=u.capture?"":"?:";return t?`(${r}${e.join("|")})`:e.join("|")}return r(e,t,u)},f=(...e)=>new RangeError("Invalid range arguments: "+u.inspect(...e)),p=(e,t,u)=>{if(!0===u.strictRanges)throw f([e,t]);return[]},d=(e,t,u=1,r={})=>{let n=Number(e),o=Number(t);if(!Number.isInteger(n)||!Number.isInteger(o)){if(!0===r.strictRanges)throw f([e,t]);return[]}0===n&&(n=0),0===o&&(o=0);let i=n>o,p=String(e),d=String(t),h=String(u);u=Math.max(Math.abs(u),1);let F=s(p)||s(d)||s(h),E=F?Math.max(p.length,d.length,h.length):0,m=!1===F&&!1===((e,t,u)=>"string"==typeof e||"string"==typeof t||!0===u.stringify)(e,t,r),g=r.transform||(e=>t=>!0===e?Number(t):String(t))(m);if(r.toRegex&&1===u)return c(D(e,E),D(t,E),!0,r);let C={negatives:[],positives:[]},y=e=>C[e<0?"negatives":"positives"].push(Math.abs(e)),v=[],A=0;for(;i?n>=o:n<=o;)!0===r.toRegex&&u>1?y(n):v.push(a(g(n,A),E,m)),n=i?n-u:n+u,A++;return!0===r.toRegex?u>1?((e,t,u)=>{e.negatives.sort((e,t)=>e<t?-1:e>t?1:0),e.positives.sort((e,t)=>e<t?-1:e>t?1:0);let r,n=t.capture?"":"?:",o="",i="";return e.positives.length&&(o=e.positives.map(e=>D(String(e),u)).join("|")),e.negatives.length&&(i=`-(${n}${e.negatives.map(e=>D(String(e),u)).join("|")})`),r=o&&i?`${o}|${i}`:o||i,t.wrap?`(${n}${r})`:r})(C,r,E):l(v,null,{wrap:!1,...r}):v},h=(e,t,u,r={})=>{if(null==t&&o(e))return[e];if(!o(e)||!o(t))return p(e,t,r);if("function"==typeof u)return h(e,t,1,{transform:u});if(n(u))return h(e,t,0,u);let s={...r};return!0===s.capture&&(s.wrap=!0),u=u||s.step||1,i(u)?i(e)&&i(t)?d(e,t,u,s):((e,t,u=1,r={})=>{if(!i(e)&&e.length>1||!i(t)&&t.length>1)return p(e,t,r);let n=r.transform||(e=>String.fromCharCode(e)),o=`${e}`.charCodeAt(0),s=`${t}`.charCodeAt(0),a=o>s,D=Math.min(o,s),f=Math.max(o,s);if(r.toRegex&&1===u)return c(D,f,!1,r);let d=[],h=0;for(;a?o>=s:o<=s;)d.push(n(o,h)),o=a?o-u:o+u,h++;return!0===r.toRegex?l(d,null,{wrap:!1,options:r}):d})(e,t,Math.max(Math.abs(u),1),s):null==u||n(u)?h(e,t,1,u):((e,t)=>{if(!0===t.strictRanges)throw new TypeError(`Expected step "${e}" to be a number`);return[]})(u,s)};t.exports=h}}),ao=Xn({"node_modules/braces/lib/compile.js"(e,t){var u=so(),r=ro();t.exports=(e,t={})=>{const n=(e,o={})=>{const i=r.isInvalidBrace(o),s=!0===e.invalid&&!0===t.escapeInvalid,a=!0===i||!0===s,D=!0===t.escapeInvalid?"\\":"";let c="";if(!0===e.isOpen)return D+e.value;if(!0===e.isClose)return console.log("node.isClose",D,e.value),D+e.value;if("open"===e.type)return a?D+e.value:"(";if("close"===e.type)return a?D+e.value:")";if("comma"===e.type)return"comma"===e.prev.type?"":a?e.value:"|";if(e.value)return e.value;if(e.nodes&&e.ranges>0){const n=r.reduce(e.nodes),o=u(...n,{...t,wrap:!1,toRegex:!0,strictZeros:!0});if(0!==o.length)return n.length>1&&o.length>1?`(${o})`:o}if(e.nodes)for(const t of e.nodes)c+=n(t,e);return c};return n(e)}}}),Do=Xn({"node_modules/braces/lib/expand.js"(e,t){var u=so(),r=no(),n=ro(),o=(e="",t="",u=!1)=>{const r=[];if(e=[].concat(e),!(t=[].concat(t)).length)return e;if(!e.length)return u?n.flatten(t).map(e=>`{${e}}`):t;for(const n of e)if(Array.isArray(n))for(const e of n)r.push(o(e,t,u));else for(let e of t)!0===u&&"string"==typeof e&&(e=`{${e}}`),r.push(Array.isArray(e)?o(n,e,u):n+e);return n.flatten(r)};t.exports=(e,t={})=>{const i=void 0===t.rangeLimit?1e3:t.rangeLimit,s=(e,a={})=>{e.queue=[];let D=a,c=a.queue;for(;"brace"!==D.type&&"root"!==D.type&&D.parent;)D=D.parent,c=D.queue;if(e.invalid||e.dollar)return void c.push(o(c.pop(),r(e,t)));if("brace"===e.type&&!0!==e.invalid&&2===e.nodes.length)return void c.push(o(c.pop(),["{}"]));if(e.nodes&&e.ranges>0){const s=n.reduce(e.nodes);if(n.exceedsLimit(...s,t.step,i))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let a=u(...s,t);return 0===a.length&&(a=r(e,t)),c.push(o(c.pop(),a)),void(e.nodes=[])}const l=n.encloseBrace(e);let f=e.queue,p=e;for(;"brace"!==p.type&&"root"!==p.type&&p.parent;)p=p.parent,f=p.queue;for(let t=0;t<e.nodes.length;t++){const u=e.nodes[t];"comma"!==u.type||"brace"!==e.type?"close"!==u.type?u.value&&"open"!==u.type?f.push(o(f.pop(),u.value)):u.nodes&&s(u,e):c.push(o(c.pop(),f,l)):(1===t&&f.push(""),f.push(""))}return f};return n.flatten(s(e))}}}),co=Xn({"node_modules/braces/lib/constants.js"(e,t){t.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:"\n",CHAR_NO_BREAK_SPACE:" ",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:"\t",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\ufeff"}}}),lo=Xn({"node_modules/braces/lib/parse.js"(e,t){var u=no(),{MAX_LENGTH:r,CHAR_BACKSLASH:n,CHAR_BACKTICK:o,CHAR_COMMA:i,CHAR_DOT:s,CHAR_LEFT_PARENTHESES:a,CHAR_RIGHT_PARENTHESES:D,CHAR_LEFT_CURLY_BRACE:c,CHAR_RIGHT_CURLY_BRACE:l,CHAR_LEFT_SQUARE_BRACKET:f,CHAR_RIGHT_SQUARE_BRACKET:p,CHAR_DOUBLE_QUOTE:d,CHAR_SINGLE_QUOTE:h,CHAR_NO_BREAK_SPACE:F,CHAR_ZERO_WIDTH_NOBREAK_SPACE:E}=co();t.exports=(e,t={})=>{if("string"!=typeof e)throw new TypeError("Expected a string");const m=t||{},g="number"==typeof m.maxLength?Math.min(r,m.maxLength):r;if(e.length>g)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${g})`);const C={type:"root",input:e,nodes:[]},y=[C];let v=C,A=C,b=0;const _=e.length;let w,B=0,S=0;const x=()=>e[B++],R=e=>{if("text"===e.type&&"dot"===A.type&&(A.type="text"),!A||"text"!==A.type||"text"!==e.type)return v.nodes.push(e),e.parent=v,e.prev=A,A=e,e;A.value+=e.value};for(R({type:"bos"});B<_;)if(v=y[y.length-1],w=x(),w!==E&&w!==F)if(w!==n)if(w!==p){if(w===f){let e;for(b++;B<_&&(e=x());)if(w+=e,e!==f)if(e!==n){if(e===p&&(b--,0===b))break}else w+=x();else b++;R({type:"text",value:w});continue}if(w!==a)if(w!==D){if(w===d||w===h||w===o){const e=w;let u;for(!0!==t.keepQuotes&&(w="");B<_&&(u=x());)if(u!==n){if(u===e){!0===t.keepQuotes&&(w+=u);break}w+=u}else w+=u+x();R({type:"text",value:w});continue}if(w===c){S++;const e=A.value&&"$"===A.value.slice(-1)||!0===v.dollar;v=R({type:"brace",open:!0,close:!1,dollar:e,depth:S,commas:0,ranges:0,nodes:[]}),y.push(v),R({type:"open",value:w});continue}if(w===l){if("brace"!==v.type){R({type:"text",value:w});continue}const e="close";v=y.pop(),v.close=!0,R({type:e,value:w}),S--,v=y[y.length-1];continue}if(w===i&&S>0){if(v.ranges>0){v.ranges=0;const e=v.nodes.shift();v.nodes=[e,{type:"text",value:u(v)}]}R({type:"comma",value:w}),v.commas++}else{if(w===s&&S>0&&0===v.commas){const e=v.nodes;if(0===S||0===e.length){R({type:"text",value:w});continue}if("dot"===A.type){if(v.range=[],A.value+=w,A.type="range",3!==v.nodes.length&&5!==v.nodes.length){v.invalid=!0,v.ranges=0,A.type="text";continue}v.ranges++,v.args=[];continue}if("range"===A.type){e.pop();const t=e[e.length-1];t.value+=A.value+w,A=t,v.ranges--;continue}R({type:"dot",value:w});continue}R({type:"text",value:w})}}else{if("paren"!==v.type){R({type:"text",value:w});continue}v=y.pop(),R({type:"text",value:w}),v=y[y.length-1]}else v=R({type:"paren",nodes:[]}),y.push(v),R({type:"text",value:w})}else R({type:"text",value:"\\"+w});else R({type:"text",value:(t.keepEscaping?w:"")+x()});do{if(v=y.pop(),"root"!==v.type){v.nodes.forEach(e=>{e.nodes||("open"===e.type&&(e.isOpen=!0),"close"===e.type&&(e.isClose=!0),e.nodes||(e.type="text"),e.invalid=!0)});const e=y[y.length-1],t=e.nodes.indexOf(v);e.nodes.splice(t,1,...v.nodes)}}while(y.length>0);return R({type:"eos"}),C}}}),fo=Xn({"node_modules/braces/index.js"(e,t){var u=no(),r=ao(),n=Do(),o=lo(),i=(e,t={})=>{let u=[];if(Array.isArray(e))for(const r of e){const e=i.create(r,t);Array.isArray(e)?u.push(...e):u.push(e)}else u=[].concat(i.create(e,t));return t&&!0===t.expand&&!0===t.nodupes&&(u=[...new Set(u)]),u};i.parse=(e,t={})=>o(e,t),i.stringify=(e,t={})=>u("string"==typeof e?i.parse(e,t):e,t),i.compile=(e,t={})=>("string"==typeof e&&(e=i.parse(e,t)),r(e,t)),i.expand=(e,t={})=>{"string"==typeof e&&(e=i.parse(e,t));let u=n(e,t);return!0===t.noempty&&(u=u.filter(Boolean)),!0===t.nodupes&&(u=[...new Set(u)]),u},i.create=(e,t={})=>""===e||e.length<3?[e]:!0!==t.expand?i.compile(e,t):i.expand(e,t),t.exports=i}}),po=Xn({"node_modules/micromatch/node_modules/picomatch/lib/constants.js"(e,t){var u=qn("path"),r="\\\\/",n=`[^${r}]`,o="\\.",i="\\/",s="[^/]",a=`(?:${i}|$)`,D=`(?:^|${i})`,c=`${o}{1,2}${a}`,l={DOT_LITERAL:o,PLUS_LITERAL:"\\+",QMARK_LITERAL:"\\?",SLASH_LITERAL:i,ONE_CHAR:"(?=.)",QMARK:s,END_ANCHOR:a,DOTS_SLASH:c,NO_DOT:`(?!${o})`,NO_DOTS:`(?!${D}${c})`,NO_DOT_SLASH:`(?!${o}{0,1}${a})`,NO_DOTS_SLASH:`(?!${c})`,QMARK_NO_DOT:`[^.${i}]`,STAR:`${s}*?`,START_ANCHOR:D},f={...l,SLASH_LITERAL:`[${r}]`,QMARK:n,STAR:`${n}*?`,DOTS_SLASH:`${o}{1,2}(?:[${r}]|$)`,NO_DOT:`(?!${o})`,NO_DOTS:`(?!(?:^|[${r}])${o}{1,2}(?:[${r}]|$))`,NO_DOT_SLASH:`(?!${o}{0,1}(?:[${r}]|$))`,NO_DOTS_SLASH:`(?!${o}{1,2}(?:[${r}]|$))`,QMARK_NO_DOT:`[^.${r}]`,START_ANCHOR:`(?:^|[${r}])`,END_ANCHOR:`(?:[${r}]|$)`};t.exports={MAX_LENGTH:65536,POSIX_REGEX_SOURCE:{alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"},REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:u.sep,extglobChars:e=>({"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}),globChars:e=>!0===e?f:l}}}),ho=Xn({"node_modules/micromatch/node_modules/picomatch/lib/utils.js"(e){var t=qn("path"),u="win32"===process.platform,{REGEX_BACKSLASH:r,REGEX_REMOVE_BACKSLASH:n,REGEX_SPECIAL_CHARS:o,REGEX_SPECIAL_CHARS_GLOBAL:i}=po();e.isObject=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),e.hasRegexChars=e=>o.test(e),e.isRegexChar=t=>1===t.length&&e.hasRegexChars(t),e.escapeRegex=e=>e.replace(i,"\\$1"),e.toPosixSlashes=e=>e.replace(r,"/"),e.removeBackslashes=e=>e.replace(n,e=>"\\"===e?"":e),e.supportsLookbehinds=()=>{const e=process.version.slice(1).split(".").map(Number);return 3===e.length&&e[0]>=9||8===e[0]&&e[1]>=10},e.isWindows=e=>e&&"boolean"==typeof e.windows?e.windows:!0===u||"\\"===t.sep,e.escapeLast=(t,u,r)=>{const n=t.lastIndexOf(u,r);return-1===n?t:"\\"===t[n-1]?e.escapeLast(t,u,n-1):`${t.slice(0,n)}\\${t.slice(n)}`},e.removePrefix=(e,t={})=>{let u=e;return u.startsWith("./")&&(u=u.slice(2),t.prefix="./"),u},e.wrapOutput=(e,t={},u={})=>{let r=`${u.contains?"":"^"}(?:${e})${u.contains?"":"$"}`;return!0===t.negated&&(r=`(?:^(?!${r}).*$)`),r}}}),Fo=Xn({"node_modules/micromatch/node_modules/picomatch/lib/scan.js"(e,t){var u=ho(),{CHAR_ASTERISK:r,CHAR_AT:n,CHAR_BACKWARD_SLASH:o,CHAR_COMMA:i,CHAR_DOT:s,CHAR_EXCLAMATION_MARK:a,CHAR_FORWARD_SLASH:D,CHAR_LEFT_CURLY_BRACE:c,CHAR_LEFT_PARENTHESES:l,CHAR_LEFT_SQUARE_BRACKET:f,CHAR_PLUS:p,CHAR_QUESTION_MARK:d,CHAR_RIGHT_CURLY_BRACE:h,CHAR_RIGHT_PARENTHESES:F,CHAR_RIGHT_SQUARE_BRACKET:E}=po(),m=e=>e===D||e===o,g=e=>{!0!==e.isPrefix&&(e.depth=e.isGlobstar?1/0:1)};t.exports=(e,t)=>{const C=t||{},y=e.length-1,v=!0===C.parts||!0===C.scanToEnd,A=[],b=[],_=[];let w,B,S=e,x=-1,R=0,O=0,j=!1,k=!1,P=!1,T=!1,L=!1,I=!1,N=!1,$=!1,M=!1,U=!1,H=0,G={value:"",depth:0,isGlob:!1};const W=()=>x>=y,V=()=>S.charCodeAt(x+1),q=()=>(w=B,S.charCodeAt(++x));for(;x<y;){let e;if(B=q(),B!==o){if(!0===I||B===c){for(H++;!0!==W()&&(B=q());)if(B!==o)if(B!==c){if(!0!==I&&B===s&&(B=q())===s){if(j=G.isBrace=!0,P=G.isGlob=!0,U=!0,!0===v)continue;break}if(!0!==I&&B===i){if(j=G.isBrace=!0,P=G.isGlob=!0,U=!0,!0===v)continue;break}if(B===h&&(H--,0===H)){I=!1,j=G.isBrace=!0,U=!0;break}}else H++;else N=G.backslashes=!0,q();if(!0===v)continue;break}if(B!==D){if(!0!==C.noext){if(!0===(B===p||B===n||B===r||B===d||B===a)&&V()===l){if(P=G.isGlob=!0,T=G.isExtglob=!0,U=!0,B===a&&x===R&&(M=!0),!0===v){for(;!0!==W()&&(B=q());)if(B!==o){if(B===F){P=G.isGlob=!0,U=!0;break}}else N=G.backslashes=!0,B=q();continue}break}}if(B===r){if(w===r&&(L=G.isGlobstar=!0),P=G.isGlob=!0,U=!0,!0===v)continue;break}if(B===d){if(P=G.isGlob=!0,U=!0,!0===v)continue;break}if(B===f){for(;!0!==W()&&(e=q());)if(e!==o){if(e===E){k=G.isBracket=!0,P=G.isGlob=!0,U=!0;break}}else N=G.backslashes=!0,q();if(!0===v)continue;break}if(!0===C.nonegate||B!==a||x!==R){if(!0!==C.noparen&&B===l){if(P=G.isGlob=!0,!0===v){for(;!0!==W()&&(B=q());)if(B!==l){if(B===F){U=!0;break}}else N=G.backslashes=!0,B=q();continue}break}if(!0===P){if(U=!0,!0===v)continue;break}}else $=G.negated=!0,R++}else{if(A.push(x),b.push(G),G={value:"",depth:0,isGlob:!1},!0===U)continue;if(w===s&&x===R+1){R+=2;continue}O=x+1}}else N=G.backslashes=!0,B=q(),B===c&&(I=!0)}!0===C.noext&&(T=!1,P=!1);let X=S,K="",z="";R>0&&(K=S.slice(0,R),S=S.slice(R),O-=R),X&&!0===P&&O>0?(X=S.slice(0,O),z=S.slice(O)):!0===P?(X="",z=S):X=S,X&&""!==X&&"/"!==X&&X!==S&&m(X.charCodeAt(X.length-1))&&(X=X.slice(0,-1)),!0===C.unescape&&(z&&(z=u.removeBackslashes(z)),X&&!0===N&&(X=u.removeBackslashes(X)));const J={prefix:K,input:e,start:R,base:X,glob:z,isBrace:j,isBracket:k,isGlob:P,isExtglob:T,isGlobstar:L,negated:$,negatedExtglob:M};if(!0===C.tokens&&(J.maxDepth=0,m(B)||b.push(G),J.tokens=b),!0===C.parts||!0===C.tokens){let t;for(let u=0;u<A.length;u++){const r=t?t+1:R,n=A[u],o=e.slice(r,n);C.tokens&&(0===u&&0!==R?(b[u].isPrefix=!0,b[u].value=K):b[u].value=o,g(b[u]),J.maxDepth+=b[u].depth),0===u&&""===o||_.push(o),t=n}if(t&&t+1<e.length){const u=e.slice(t+1);_.push(u),C.tokens&&(b[b.length-1].value=u,g(b[b.length-1]),J.maxDepth+=b[b.length-1].depth)}J.slashes=A,J.parts=_}return J}}}),Eo=Xn({"node_modules/micromatch/node_modules/picomatch/lib/parse.js"(e,t){var u=po(),r=ho(),{MAX_LENGTH:n,POSIX_REGEX_SOURCE:o,REGEX_NON_SPECIAL_CHARS:i,REGEX_SPECIAL_CHARS_BACKREF:s,REPLACEMENTS:a}=u,D=(e,t)=>{if("function"==typeof t.expandRange)return t.expandRange(...e,t);e.sort();const u=`[${e.join("-")}]`;try{new RegExp(u)}catch(t){return e.map(e=>r.escapeRegex(e)).join("..")}return u},c=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,l=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");e=a[e]||e;const f={...t},p="number"==typeof f.maxLength?Math.min(n,f.maxLength):n;let d=e.length;if(d>p)throw new SyntaxError(`Input length: ${d}, exceeds maximum allowed length: ${p}`);const h={type:"bos",value:"",output:f.prepend||""},F=[h],E=f.capture?"":"?:",m=r.isWindows(t),g=u.globChars(m),C=u.extglobChars(g),{DOT_LITERAL:y,PLUS_LITERAL:v,SLASH_LITERAL:A,ONE_CHAR:b,DOTS_SLASH:_,NO_DOT:w,NO_DOT_SLASH:B,NO_DOTS_SLASH:S,QMARK:x,QMARK_NO_DOT:R,STAR:O,START_ANCHOR:j}=g,k=e=>`(${E}(?:(?!${j}${e.dot?_:y}).)*?)`,P=f.dot?"":w,T=f.dot?x:R;let L=!0===f.bash?k(f):O;f.capture&&(L=`(${L})`),"boolean"==typeof f.noext&&(f.noextglob=f.noext);const I={input:e,index:-1,start:0,dot:!0===f.dot,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:F};e=r.removePrefix(e,I),d=e.length;const N=[],$=[],M=[];let U,H=h;const G=()=>I.index===d-1,W=I.peek=(t=1)=>e[I.index+t],V=I.advance=()=>e[++I.index]||"",q=()=>e.slice(I.index+1),X=(e="",t=0)=>{I.consumed+=e,I.index+=t},K=e=>{I.output+=null!=e.output?e.output:e.value,X(e.value)},z=()=>{let e=1;for(;"!"===W()&&("("!==W(2)||"?"===W(3));)V(),I.start++,e++;return e%2!=0&&(I.negated=!0,I.start++,!0)},J=e=>{I[e]++,M.push(e)},Q=e=>{I[e]--,M.pop()},Y=e=>{if("globstar"===H.type){const t=I.braces>0&&("comma"===e.type||"brace"===e.type),u=!0===e.extglob||N.length&&("pipe"===e.type||"paren"===e.type);"slash"===e.type||"paren"===e.type||t||u||(I.output=I.output.slice(0,-H.output.length),H.type="star",H.value="*",H.output=L,I.output+=H.output)}if(N.length&&"paren"!==e.type&&(N[N.length-1].inner+=e.value),(e.value||e.output)&&K(e),H&&"text"===H.type&&"text"===e.type)return H.value+=e.value,void(H.output=(H.output||"")+e.value);e.prev=H,F.push(e),H=e},Z=(e,t)=>{const u={...C[t],conditions:1,inner:""};u.prev=H,u.parens=I.parens,u.output=I.output;const r=(f.capture?"(":"")+u.open;J("parens"),Y({type:e,value:t,output:I.output?"":b}),Y({type:"paren",extglob:!0,value:V(),output:r}),N.push(u)},ee=e=>{let u,r=e.close+(f.capture?")":"");if("negate"===e.type){let n=L;if(e.inner&&e.inner.length>1&&e.inner.includes("/")&&(n=k(f)),(n!==L||G()||/^\)+$/.test(q()))&&(r=e.close=`)$))${n}`),e.inner.includes("*")&&(u=q())&&/^\.[^\\/.]+$/.test(u)){const o=l(u,{...t,fastpaths:!1}).output;r=e.close=`)${o})${n})`}"bos"===e.prev.type&&(I.negatedExtglob=!0)}Y({type:"paren",extglob:!0,value:U,output:r}),Q("parens")};if(!1!==f.fastpaths&&!/(^[*!]|[/()[\]{}"])/.test(e)){let u=!1,n=e.replace(s,(e,t,r,n,o,i)=>"\\"===n?(u=!0,e):"?"===n?t?t+n+(o?x.repeat(o.length):""):0===i?T+(o?x.repeat(o.length):""):x.repeat(r.length):"."===n?y.repeat(r.length):"*"===n?t?t+n+(o?L:""):L:t?e:`\\${e}`);return!0===u&&(n=!0===f.unescape?n.replace(/\\/g,""):n.replace(/\\+/g,e=>e.length%2==0?"\\\\":e?"\\":"")),n===e&&!0===f.contains?(I.output=e,I):(I.output=r.wrapOutput(n,I,t),I)}for(;!G();){if(U=V(),"\0"===U)continue;if("\\"===U){const e=W();if("/"===e&&!0!==f.bash)continue;if("."===e||";"===e)continue;if(!e){U+="\\",Y({type:"text",value:U});continue}const t=/^\\+/.exec(q());let u=0;if(t&&t[0].length>2&&(u=t[0].length,I.index+=u,u%2!=0&&(U+="\\")),!0===f.unescape?U=V():U+=V(),0===I.brackets){Y({type:"text",value:U});continue}}if(I.brackets>0&&("]"!==U||"["===H.value||"[^"===H.value)){if(!1!==f.posix&&":"===U){const e=H.value.slice(1);if(e.includes("[")&&(H.posix=!0,e.includes(":"))){const e=H.value.lastIndexOf("["),t=H.value.slice(0,e),u=H.value.slice(e+2),r=o[u];if(r){H.value=t+r,I.backtrack=!0,V(),h.output||1!==F.indexOf(H)||(h.output=b);continue}}}("["===U&&":"!==W()||"-"===U&&"]"===W())&&(U=`\\${U}`),"]"!==U||"["!==H.value&&"[^"!==H.value||(U=`\\${U}`),!0===f.posix&&"!"===U&&"["===H.value&&(U="^"),H.value+=U,K({value:U});continue}if(1===I.quotes&&'"'!==U){U=r.escapeRegex(U),H.value+=U,K({value:U});continue}if('"'===U){I.quotes=1===I.quotes?0:1,!0===f.keepQuotes&&Y({type:"text",value:U});continue}if("("===U){J("parens"),Y({type:"paren",value:U});continue}if(")"===U){if(0===I.parens&&!0===f.strictBrackets)throw new SyntaxError(c("opening","("));const e=N[N.length-1];if(e&&I.parens===e.parens+1){ee(N.pop());continue}Y({type:"paren",value:U,output:I.parens?")":"\\)"}),Q("parens");continue}if("["===U){if(!0!==f.nobracket&&q().includes("]"))J("brackets");else{if(!0!==f.nobracket&&!0===f.strictBrackets)throw new SyntaxError(c("closing","]"));U=`\\${U}`}Y({type:"bracket",value:U});continue}if("]"===U){if(!0===f.nobracket||H&&"bracket"===H.type&&1===H.value.length){Y({type:"text",value:U,output:`\\${U}`});continue}if(0===I.brackets){if(!0===f.strictBrackets)throw new SyntaxError(c("opening","["));Y({type:"text",value:U,output:`\\${U}`});continue}Q("brackets");const e=H.value.slice(1);if(!0===H.posix||"^"!==e[0]||e.includes("/")||(U=`/${U}`),H.value+=U,K({value:U}),!1===f.literalBrackets||r.hasRegexChars(e))continue;const t=r.escapeRegex(H.value);if(I.output=I.output.slice(0,-H.value.length),!0===f.literalBrackets){I.output+=t,H.value=t;continue}H.value=`(${E}${t}|${H.value})`,I.output+=H.value;continue}if("{"===U&&!0!==f.nobrace){J("braces");const e={type:"brace",value:U,output:"(",outputIndex:I.output.length,tokensIndex:I.tokens.length};$.push(e),Y(e);continue}if("}"===U){const e=$[$.length-1];if(!0===f.nobrace||!e){Y({type:"text",value:U,output:U});continue}let t=")";if(!0===e.dots){const e=F.slice(),u=[];for(let t=e.length-1;t>=0&&(F.pop(),"brace"!==e[t].type);t--)"dots"!==e[t].type&&u.unshift(e[t].value);t=D(u,f),I.backtrack=!0}if(!0!==e.comma&&!0!==e.dots){const u=I.output.slice(0,e.outputIndex),r=I.tokens.slice(e.tokensIndex);e.value=e.output="\\{",U=t="\\}",I.output=u;for(const e of r)I.output+=e.output||e.value}Y({type:"brace",value:U,output:t}),Q("braces"),$.pop();continue}if("|"===U){N.length>0&&N[N.length-1].conditions++,Y({type:"text",value:U});continue}if(","===U){let e=U;const t=$[$.length-1];t&&"braces"===M[M.length-1]&&(t.comma=!0,e="|"),Y({type:"comma",value:U,output:e});continue}if("/"===U){if("dot"===H.type&&I.index===I.start+1){I.start=I.index+1,I.consumed="",I.output="",F.pop(),H=h;continue}Y({type:"slash",value:U,output:A});continue}if("."===U){if(I.braces>0&&"dot"===H.type){"."===H.value&&(H.output=y);const e=$[$.length-1];H.type="dots",H.output+=U,H.value+=U,e.dots=!0;continue}if(I.braces+I.parens===0&&"bos"!==H.type&&"slash"!==H.type){Y({type:"text",value:U,output:y});continue}Y({type:"dot",value:U,output:y});continue}if("?"===U){if(!(H&&"("===H.value)&&!0!==f.noextglob&&"("===W()&&"?"!==W(2)){Z("qmark",U);continue}if(H&&"paren"===H.type){const e=W();let t=U;if("<"===e&&!r.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");("("===H.value&&!/[!=<:]/.test(e)||"<"===e&&!/<([!=]|\w+>)/.test(q()))&&(t=`\\${U}`),Y({type:"text",value:U,output:t});continue}if(!0!==f.dot&&("slash"===H.type||"bos"===H.type)){Y({type:"qmark",value:U,output:R});continue}Y({type:"qmark",value:U,output:x});continue}if("!"===U){if(!0!==f.noextglob&&"("===W()&&("?"!==W(2)||!/[!=<:]/.test(W(3)))){Z("negate",U);continue}if(!0!==f.nonegate&&0===I.index){z();continue}}if("+"===U){if(!0!==f.noextglob&&"("===W()&&"?"!==W(2)){Z("plus",U);continue}if(H&&"("===H.value||!1===f.regex){Y({type:"plus",value:U,output:v});continue}if(H&&("bracket"===H.type||"paren"===H.type||"brace"===H.type)||I.parens>0){Y({type:"plus",value:U});continue}Y({type:"plus",value:v});continue}if("@"===U){if(!0!==f.noextglob&&"("===W()&&"?"!==W(2)){Y({type:"at",extglob:!0,value:U,output:""});continue}Y({type:"text",value:U});continue}if("*"!==U){"$"!==U&&"^"!==U||(U=`\\${U}`);const e=i.exec(q());e&&(U+=e[0],I.index+=e[0].length),Y({type:"text",value:U});continue}if(H&&("globstar"===H.type||!0===H.star)){H.type="star",H.star=!0,H.value+=U,H.output=L,I.backtrack=!0,I.globstar=!0,X(U);continue}let t=q();if(!0!==f.noextglob&&/^\([^?]/.test(t)){Z("star",U);continue}if("star"===H.type){if(!0===f.noglobstar){X(U);continue}const u=H.prev,r=u.prev,n="slash"===u.type||"bos"===u.type,o=r&&("star"===r.type||"globstar"===r.type);if(!0===f.bash&&(!n||t[0]&&"/"!==t[0])){Y({type:"star",value:U,output:""});continue}const i=I.braces>0&&("comma"===u.type||"brace"===u.type),s=N.length&&("pipe"===u.type||"paren"===u.type);if(!n&&"paren"!==u.type&&!i&&!s){Y({type:"star",value:U,output:""});continue}for(;"/**"===t.slice(0,3);){const u=e[I.index+4];if(u&&"/"!==u)break;t=t.slice(3),X("/**",3)}if("bos"===u.type&&G()){H.type="globstar",H.value+=U,H.output=k(f),I.output=H.output,I.globstar=!0,X(U);continue}if("slash"===u.type&&"bos"!==u.prev.type&&!o&&G()){I.output=I.output.slice(0,-(u.output+H.output).length),u.output=`(?:${u.output}`,H.type="globstar",H.output=k(f)+(f.strictSlashes?")":"|$)"),H.value+=U,I.globstar=!0,I.output+=u.output+H.output,X(U);continue}if("slash"===u.type&&"bos"!==u.prev.type&&"/"===t[0]){const e=void 0!==t[1]?"|$":"";I.output=I.output.slice(0,-(u.output+H.output).length),u.output=`(?:${u.output}`,H.type="globstar",H.output=`${k(f)}${A}|${A}${e})`,H.value+=U,I.output+=u.output+H.output,I.globstar=!0,X(U+V()),Y({type:"slash",value:"/",output:""});continue}if("bos"===u.type&&"/"===t[0]){H.type="globstar",H.value+=U,H.output=`(?:^|${A}|${k(f)}${A})`,I.output=H.output,I.globstar=!0,X(U+V()),Y({type:"slash",value:"/",output:""});continue}I.output=I.output.slice(0,-H.output.length),H.type="globstar",H.output=k(f),H.value+=U,I.output+=H.output,I.globstar=!0,X(U);continue}const u={type:"star",value:U,output:L};!0!==f.bash?!H||"bracket"!==H.type&&"paren"!==H.type||!0!==f.regex?(I.index!==I.start&&"slash"!==H.type&&"dot"!==H.type||("dot"===H.type?(I.output+=B,H.output+=B):!0===f.dot?(I.output+=S,H.output+=S):(I.output+=P,H.output+=P),"*"!==W()&&(I.output+=b,H.output+=b)),Y(u)):(u.output=U,Y(u)):(u.output=".*?","bos"!==H.type&&"slash"!==H.type||(u.output=P+u.output),Y(u))}for(;I.brackets>0;){if(!0===f.strictBrackets)throw new SyntaxError(c("closing","]"));I.output=r.escapeLast(I.output,"["),Q("brackets")}for(;I.parens>0;){if(!0===f.strictBrackets)throw new SyntaxError(c("closing",")"));I.output=r.escapeLast(I.output,"("),Q("parens")}for(;I.braces>0;){if(!0===f.strictBrackets)throw new SyntaxError(c("closing","}"));I.output=r.escapeLast(I.output,"{"),Q("braces")}if(!0===f.strictSlashes||"star"!==H.type&&"bracket"!==H.type||Y({type:"maybe_slash",value:"",output:`${A}?`}),!0===I.backtrack){I.output="";for(const e of I.tokens)I.output+=null!=e.output?e.output:e.value,e.suffix&&(I.output+=e.suffix)}return I};l.fastpaths=(e,t)=>{const o={...t},i="number"==typeof o.maxLength?Math.min(n,o.maxLength):n,s=e.length;if(s>i)throw new SyntaxError(`Input length: ${s}, exceeds maximum allowed length: ${i}`);e=a[e]||e;const D=r.isWindows(t),{DOT_LITERAL:c,SLASH_LITERAL:l,ONE_CHAR:f,DOTS_SLASH:p,NO_DOT:d,NO_DOTS:h,NO_DOTS_SLASH:F,STAR:E,START_ANCHOR:m}=u.globChars(D),g=o.dot?h:d,C=o.dot?F:d,y=o.capture?"":"?:";let v=!0===o.bash?".*?":E;o.capture&&(v=`(${v})`);const A=e=>!0===e.noglobstar?v:`(${y}(?:(?!${m}${e.dot?p:c}).)*?)`,b=e=>{switch(e){case"*":return`${g}${f}${v}`;case".*":return`${c}${f}${v}`;case"*.*":return`${g}${v}${c}${f}${v}`;case"*/*":return`${g}${v}${l}${f}${C}${v}`;case"**":return g+A(o);case"**/*":return`(?:${g}${A(o)}${l})?${C}${f}${v}`;case"**/*.*":return`(?:${g}${A(o)}${l})?${C}${v}${c}${f}${v}`;case"**/.*":return`(?:${g}${A(o)}${l})?${c}${f}${v}`;default:{const t=/^(.*?)\.(\w+)$/.exec(e);if(!t)return;const u=b(t[1]);if(!u)return;return u+c+t[2]}}},_=r.removePrefix(e,{negated:!1,prefix:""});let w=b(_);return w&&!0!==o.strictSlashes&&(w+=`${l}?`),w},t.exports=l}}),mo=Xn({"node_modules/micromatch/node_modules/picomatch/lib/picomatch.js"(e,t){var u=qn("path"),r=Fo(),n=Eo(),o=ho(),i=po(),s=(e,t,u=!1)=>{if(Array.isArray(e)){const r=e.map(e=>s(e,t,u));return e=>{for(const t of r){const u=t(e);if(u)return u}return!1}}const r=(n=e)&&"object"==typeof n&&!Array.isArray(n)&&e.tokens&&e.input;var n;if(""===e||"string"!=typeof e&&!r)throw new TypeError("Expected pattern to be a non-empty string");const i=t||{},a=o.isWindows(t),D=r?s.compileRe(e,t):s.makeRe(e,t,!1,!0),c=D.state;delete D.state;let l=()=>!1;if(i.ignore){const e={...t,ignore:null,onMatch:null,onResult:null};l=s(i.ignore,e,u)}const f=(u,r=!1)=>{const{isMatch:n,match:o,output:f}=s.test(u,D,t,{glob:e,posix:a}),p={glob:e,state:c,regex:D,posix:a,input:u,output:f,match:o,isMatch:n};return"function"==typeof i.onResult&&i.onResult(p),!1===n?(p.isMatch=!1,!!r&&p):l(u)?("function"==typeof i.onIgnore&&i.onIgnore(p),p.isMatch=!1,!!r&&p):("function"==typeof i.onMatch&&i.onMatch(p),!r||p)};return u&&(f.state=c),f};s.test=(e,t,u,{glob:r,posix:n}={})=>{if("string"!=typeof e)throw new TypeError("Expected input to be a string");if(""===e)return{isMatch:!1,output:""};const i=u||{},a=i.format||(n?o.toPosixSlashes:null);let D=e===r,c=D&&a?a(e):e;return!1===D&&(c=a?a(e):e,D=c===r),!1!==D&&!0!==i.capture||(D=!0===i.matchBase||!0===i.basename?s.matchBase(e,t,u,n):t.exec(c)),{isMatch:Boolean(D),match:D,output:c}},s.matchBase=(e,t,r,n=o.isWindows(r))=>(t instanceof RegExp?t:s.makeRe(t,r)).test(u.basename(e)),s.isMatch=(e,t,u)=>s(t,u)(e),s.parse=(e,t)=>Array.isArray(e)?e.map(e=>s.parse(e,t)):n(e,{...t,fastpaths:!1}),s.scan=(e,t)=>r(e,t),s.compileRe=(e,t,u=!1,r=!1)=>{if(!0===u)return e.output;const n=t||{},o=n.contains?"":"^",i=n.contains?"":"$";let a=`${o}(?:${e.output})${i}`;e&&!0===e.negated&&(a=`^(?!${a}).*$`);const D=s.toRegex(a,t);return!0===r&&(D.state=e),D},s.makeRe=(e,t={},u=!1,r=!1)=>{if(!e||"string"!=typeof e)throw new TypeError("Expected a non-empty string");let o={negated:!1,fastpaths:!0};return!1===t.fastpaths||"."!==e[0]&&"*"!==e[0]||(o.output=n.fastpaths(e,t)),o.output||(o=n(e,t)),s.compileRe(o,t,u,r)},s.toRegex=(e,t)=>{try{const u=t||{};return new RegExp(e,u.flags||(u.nocase?"i":""))}catch(e){if(t&&!0===t.debug)throw e;return/$^/}},s.constants=i,t.exports=s}}),go=Xn({"node_modules/micromatch/node_modules/picomatch/index.js"(e,t){t.exports=mo()}}),Co=Xn({"node_modules/micromatch/index.js"(e,t){var u=qn("util"),r=fo(),n=go(),o=ho(),i=e=>""===e||"./"===e,s=e=>{const t=e.indexOf("{");return t>-1&&e.indexOf("}",t)>-1},a=(e,t,u)=>{t=[].concat(t),e=[].concat(e);let r=new Set,o=new Set,i=new Set,s=0,a=e=>{i.add(e.output),u&&u.onResult&&u.onResult(e)};for(let i=0;i<t.length;i++){let D=n(String(t[i]),{...u,onResult:a},!0),c=D.state.negated||D.state.negatedExtglob;c&&s++;for(let t of e){let e=D(t,!0);(c?!e.isMatch:e.isMatch)&&(c?r.add(e.output):(r.delete(e.output),o.add(e.output)))}}let D=(s===t.length?[...i]:[...o]).filter(e=>!r.has(e));if(u&&0===D.length){if(!0===u.failglob)throw new Error(`No matches found for "${t.join(", ")}"`);if(!0===u.nonull||!0===u.nullglob)return u.unescape?t.map(e=>e.replace(/\\/g,"")):t}return D};a.match=a,a.matcher=(e,t)=>n(e,t),a.any=a.isMatch=(e,t,u)=>n(t,u)(e),a.not=(e,t,u={})=>{t=[].concat(t).map(String);let r=new Set,n=[],o=new Set(a(e,t,{...u,onResult:e=>{u.onResult&&u.onResult(e),n.push(e.output)}}));for(let e of n)o.has(e)||r.add(e);return[...r]},a.contains=(e,t,r)=>{if("string"!=typeof e)throw new TypeError(`Expected a string: "${u.inspect(e)}"`);if(Array.isArray(t))return t.some(t=>a.contains(e,t,r));if("string"==typeof t){if(i(e)||i(t))return!1;if(e.includes(t)||e.startsWith("./")&&e.slice(2).includes(t))return!0}return a.isMatch(e,t,{...r,contains:!0})},a.matchKeys=(e,t,u)=>{if(!o.isObject(e))throw new TypeError("Expected the first argument to be an object");let r=a(Object.keys(e),t,u),n={};for(let t of r)n[t]=e[t];return n},a.some=(e,t,u)=>{let r=[].concat(e);for(let e of[].concat(t)){let t=n(String(e),u);if(r.some(e=>t(e)))return!0}return!1},a.every=(e,t,u)=>{let r=[].concat(e);for(let e of[].concat(t)){let t=n(String(e),u);if(!r.every(e=>t(e)))return!1}return!0},a.all=(e,t,r)=>{if("string"!=typeof e)throw new TypeError(`Expected a string: "${u.inspect(e)}"`);return[].concat(t).every(t=>n(t,r)(e))},a.capture=(e,t,u)=>{let r=o.isWindows(u),i=n.makeRe(String(e),{...u,capture:!0}).exec(r?o.toPosixSlashes(t):t);if(i)return i.slice(1).map(e=>void 0===e?"":e)},a.makeRe=(...e)=>n.makeRe(...e),a.scan=(...e)=>n.scan(...e),a.parse=(e,t)=>{let u=[];for(let o of[].concat(e||[]))for(let e of r(String(o),t))u.push(n.parse(e,t));return u},a.braces=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");return t&&!0===t.nobrace||!s(e)?[e]:r(e,t)},a.braceExpand=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");return a.braces(e,{...t,expand:!0})},a.hasBraces=s,t.exports=a}}),yo=Xn({"node_modules/fast-glob/out/utils/pattern.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isAbsolute=e.partitionAbsoluteAndRelative=e.removeDuplicateSlashes=e.matchAny=e.convertPatternsToRe=e.makeRe=e.getPatternParts=e.expandBraceExpansion=e.expandPatternsWithBraceExpansion=e.isAffectDepthOfReadingPattern=e.endsWithSlashGlobStar=e.hasGlobStar=e.getBaseDirectory=e.isPatternRelatedToParentDirectory=e.getPatternsOutsideCurrentDirectory=e.getPatternsInsideCurrentDirectory=e.getPositivePatterns=e.getNegativePatterns=e.isPositivePattern=e.isNegativePattern=e.convertToNegativePattern=e.convertToPositivePattern=e.isDynamicPattern=e.isStaticPattern=void 0;var t=qn("path"),u=uo(),r=Co(),n=/[*?]|^!/,o=/\[[^[]*]/,i=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,s=/[!*+?@]\([^(]*\)/,a=/,|\.\./,D=/(?!^)\/{2,}/g;function c(e,t={}){return!l(e,t)}function l(e,t={}){return""!==e&&(!(!1!==t.caseSensitiveMatch&&!e.includes("\\"))||(!!(n.test(e)||o.test(e)||i.test(e))||(!(!1===t.extglob||!s.test(e))||!(!1===t.braceExpansion||!function(e){const t=e.indexOf("{");if(-1===t)return!1;const u=e.indexOf("}",t+1);if(-1===u)return!1;const r=e.slice(t,u);return a.test(r)}(e)))))}function f(e){return e.startsWith("!")&&"("!==e[1]}function p(e){return!f(e)}function d(e){return e.startsWith("..")||e.startsWith("./..")}function h(e){return e.endsWith("/**")}function F(e){const t=r.braces(e,{expand:!0,nodupes:!0,keepEscaping:!0});return t.sort((e,t)=>e.length-t.length),t.filter(e=>""!==e)}function E(e,t){return r.makeRe(e,t)}function m(e){return t.isAbsolute(e)}e.isStaticPattern=c,e.isDynamicPattern=l,e.convertToPositivePattern=function(e){return f(e)?e.slice(1):e},e.convertToNegativePattern=function(e){return"!"+e},e.isNegativePattern=f,e.isPositivePattern=p,e.getNegativePatterns=function(e){return e.filter(f)},e.getPositivePatterns=function(e){return e.filter(p)},e.getPatternsInsideCurrentDirectory=function(e){return e.filter(e=>!d(e))},e.getPatternsOutsideCurrentDirectory=function(e){return e.filter(d)},e.isPatternRelatedToParentDirectory=d,e.getBaseDirectory=function(e){return u(e,{flipBackslashes:!1})},e.hasGlobStar=function(e){return e.includes("**")},e.endsWithSlashGlobStar=h,e.isAffectDepthOfReadingPattern=function(e){const u=t.basename(e);return h(e)||c(u)},e.expandPatternsWithBraceExpansion=function(e){return e.reduce((e,t)=>e.concat(F(t)),[])},e.expandBraceExpansion=F,e.getPatternParts=function(e,t){let{parts:u}=r.scan(e,Object.assign(Object.assign({},t),{parts:!0}));return 0===u.length&&(u=[e]),u[0].startsWith("/")&&(u[0]=u[0].slice(1),u.unshift("")),u},e.makeRe=E,e.convertPatternsToRe=function(e,t){return e.map(e=>E(e,t))},e.matchAny=function(e,t){return t.some(t=>t.test(e))},e.removeDuplicateSlashes=function(e){return e.replace(D,"/")},e.partitionAbsoluteAndRelative=function(e){const t=[],u=[];for(const r of e)m(r)?t.push(r):u.push(r);return[t,u]},e.isAbsolute=m}}),vo=Xn({"node_modules/merge2/index.js"(e,t){var u=qn("stream").PassThrough,r=Array.prototype.slice;function n(e,t){if(Array.isArray(e))for(let u=0,r=e.length;u<r;u++)e[u]=n(e[u],t);else{if(!e._readableState&&e.pipe&&(e=e.pipe(u(t))),!e._readableState||!e.pause||!e.pipe)throw new Error("Only readable stream can be merged.");e.pause()}return e}t.exports=function(){const e=[],t=r.call(arguments);let o=!1,i=t[t.length-1];i&&!Array.isArray(i)&&null==i.pipe?t.pop():i={};const s=!1!==i.end,a=!0===i.pipeError;null==i.objectMode&&(i.objectMode=!0);null==i.highWaterMark&&(i.highWaterMark=65536);const D=u(i);function c(){for(let t=0,u=arguments.length;t<u;t++)e.push(n(arguments[t],i));return l(),this}function l(){if(o)return;o=!0;let t=e.shift();if(!t)return void process.nextTick(f);Array.isArray(t)||(t=[t]);let u=t.length+1;function r(){--u>0||(o=!1,l())}function n(e){function t(){e.removeListener("merge2UnpipeEnd",t),e.removeListener("end",t),a&&e.removeListener("error",u),r()}function u(e){D.emit("error",e)}if(e._readableState.endEmitted)return r();e.on("merge2UnpipeEnd",t),e.on("end",t),a&&e.on("error",u),e.pipe(D,{end:!1}),e.resume()}for(let e=0;e<t.length;e++)n(t[e]);r()}function f(){o=!1,D.emit("queueDrain"),s&&D.end()}D.setMaxListeners(0),D.add=c,D.on("unpipe",function(e){e.emit("merge2UnpipeEnd")}),t.length&&c.apply(null,t);return D}}}),Ao=Xn({"node_modules/fast-glob/out/utils/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.merge=void 0;var t=vo();function u(e){e.forEach(e=>e.emit("close"))}e.merge=function(e){const r=t(e);return e.forEach(e=>{e.once("error",e=>r.emit("error",e))}),r.once("close",()=>u(e)),r.once("end",()=>u(e)),r}}}),bo=Xn({"node_modules/fast-glob/out/utils/string.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isEmpty=e.isString=void 0,e.isString=function(e){return"string"==typeof e},e.isEmpty=function(e){return""===e}}}),_o=Xn({"node_modules/fast-glob/out/utils/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.string=e.stream=e.pattern=e.path=e.fs=e.errno=e.array=void 0;var t=Jn();e.array=t;var u=Qn();e.errno=u;var r=Yn();e.fs=r;var n=Zn();e.path=n;var o=yo();e.pattern=o;var i=Ao();e.stream=i;var s=bo();e.string=s}}),wo=Xn({"node_modules/fast-glob/out/managers/tasks.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.convertPatternGroupToTask=e.convertPatternGroupsToTasks=e.groupPatternsByBaseDirectory=e.getNegativePatternsAsPositive=e.getPositivePatterns=e.convertPatternsToTasks=e.generate=void 0;var t=_o();function u(e,u){let r=e;return u.braceExpansion&&(r=t.pattern.expandPatternsWithBraceExpansion(r)),u.baseNameMatch&&(r=r.map(e=>e.includes("/")?e:`**/${e}`)),r.map(e=>t.pattern.removeDuplicateSlashes(e))}function r(e,u,r){const n=[],o=t.pattern.getPatternsOutsideCurrentDirectory(e),D=t.pattern.getPatternsInsideCurrentDirectory(e),c=i(o),l=i(D);return n.push(...s(c,u,r)),"."in l?n.push(a(".",D,u,r)):n.push(...s(l,u,r)),n}function n(e){return t.pattern.getPositivePatterns(e)}function o(e,u){return t.pattern.getNegativePatterns(e).concat(u).map(t.pattern.convertToPositivePattern)}function i(e){return e.reduce((e,u)=>{const r=t.pattern.getBaseDirectory(u);return r in e?e[r].push(u):e[r]=[u],e},{})}function s(e,t,u){return Object.keys(e).map(r=>a(r,e[r],t,u))}function a(e,u,r,n){return{dynamic:n,positive:u,negative:r,base:e,patterns:[].concat(u,r.map(t.pattern.convertToNegativePattern))}}e.generate=function(e,i){const s=u(e,i),a=u(i.ignore,i),D=n(s),c=o(s,a),l=D.filter(e=>t.pattern.isStaticPattern(e,i)),f=D.filter(e=>t.pattern.isDynamicPattern(e,i)),p=r(l,c,!1),d=r(f,c,!0);return p.concat(d)},e.convertPatternsToTasks=r,e.getPositivePatterns=n,e.getNegativePatternsAsPositive=o,e.groupPatternsByBaseDirectory=i,e.convertPatternGroupsToTasks=s,e.convertPatternGroupToTask=a}}),Bo=Xn({"node_modules/@nodelib/fs.stat/out/providers/async.js"(e){function t(e,t){e(t)}function u(e,t){e(null,t)}Object.defineProperty(e,"__esModule",{value:!0}),e.read=void 0,e.read=function(e,r,n){r.fs.lstat(e,(o,i)=>{null===o?i.isSymbolicLink()&&r.followSymbolicLink?r.fs.stat(e,(e,o)=>{if(null!==e)return r.throwErrorOnBrokenSymbolicLink?void t(n,e):void u(n,i);r.markSymbolicLink&&(o.isSymbolicLink=()=>!0),u(n,o)}):u(n,i):t(n,o)})}}}),So=Xn({"node_modules/@nodelib/fs.stat/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.read=void 0,e.read=function(e,t){const u=t.fs.lstatSync(e);if(!u.isSymbolicLink()||!t.followSymbolicLink)return u;try{const u=t.fs.statSync(e);return t.markSymbolicLink&&(u.isSymbolicLink=()=>!0),u}catch(e){if(!t.throwErrorOnBrokenSymbolicLink)return u;throw e}}}}),xo=Xn({"node_modules/@nodelib/fs.stat/out/adapters/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;var t=qn("fs");e.FILE_SYSTEM_ADAPTER={lstat:t.lstat,stat:t.stat,lstatSync:t.lstatSync,statSync:t.statSync},e.createFileSystemAdapter=function(t){return void 0===t?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),t)}}}),Ro=Xn({"node_modules/@nodelib/fs.stat/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=xo();e.default=class{constructor(e={}){this._options=e,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=t.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(e,t){return null!=e?e:t}}}}),Oo=Xn({"node_modules/@nodelib/fs.stat/out/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.statSync=e.stat=e.Settings=void 0;var t=Bo(),u=So(),r=Ro();function n(e={}){return e instanceof r.default?e:new r.default(e)}e.Settings=r.default,e.stat=function(e,u,r){"function"!=typeof u?t.read(e,n(u),r):t.read(e,n(),u)},e.statSync=function(e,t){const r=n(t);return u.read(e,r)}}}),jo=Xn({"node_modules/queue-microtask/index.js"(e,t){var u;t.exports="function"==typeof queueMicrotask?queueMicrotask.bind("undefined"!=typeof window?window:global):e=>(u||(u=Promise.resolve())).then(e).catch(e=>setTimeout(()=>{throw e},0))}}),ko=Xn({"node_modules/run-parallel/index.js"(e,t){t.exports=function(e,t){let r,n,o,i=!0;Array.isArray(e)?(r=[],n=e.length):(o=Object.keys(e),r={},n=o.length);function s(e){function n(){t&&t(e,r),t=null}i?u(n):n()}function a(e,t,u){r[e]=u,(0===--n||t)&&s(t)}n?o?o.forEach(function(t){e[t](function(e,u){a(t,e,u)})}):e.forEach(function(e,t){e(function(e,u){a(t,e,u)})}):s(null);i=!1};var u=jo()}}),Po=Xn({"node_modules/@nodelib/fs.scandir/out/constants.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;var t=process.versions.node.split(".");if(void 0===t[0]||void 0===t[1])throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);var u=Number.parseInt(t[0],10),r=Number.parseInt(t[1],10),n=u>10,o=10===u&&r>=10;e.IS_SUPPORT_READDIR_WITH_FILE_TYPES=n||o}}),To=Xn({"node_modules/@nodelib/fs.scandir/out/utils/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createDirentFromStats=void 0;var t=class{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t),this.isCharacterDevice=t.isCharacterDevice.bind(t),this.isDirectory=t.isDirectory.bind(t),this.isFIFO=t.isFIFO.bind(t),this.isFile=t.isFile.bind(t),this.isSocket=t.isSocket.bind(t),this.isSymbolicLink=t.isSymbolicLink.bind(t)}};e.createDirentFromStats=function(e,u){return new t(e,u)}}}),Lo=Xn({"node_modules/@nodelib/fs.scandir/out/utils/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.fs=void 0;var t=To();e.fs=t}}),Io=Xn({"node_modules/@nodelib/fs.scandir/out/providers/common.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.joinPathSegments=void 0,e.joinPathSegments=function(e,t,u){return e.endsWith(u)?e+t:e+u+t}}}),No=Xn({"node_modules/@nodelib/fs.scandir/out/providers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.readdir=e.readdirWithFileTypes=e.read=void 0;var t=Oo(),u=ko(),r=Po(),n=Lo(),o=Io();function i(e,t,r){t.fs.readdir(e,{withFileTypes:!0},(i,s)=>{if(null!==i)return void a(r,i);const c=s.map(u=>({dirent:u,name:u.name,path:o.joinPathSegments(e,u.name,t.pathSegmentSeparator)}));if(!t.followSymbolicLinks)return void D(r,c);const l=c.map(e=>function(e,t){return u=>{e.dirent.isSymbolicLink()?t.fs.stat(e.path,(r,o)=>{if(null!==r)return t.throwErrorOnBrokenSymbolicLink?void u(r):void u(null,e);e.dirent=n.fs.createDirentFromStats(e.name,o),u(null,e)}):u(null,e)}}(e,t));u(l,(e,t)=>{null===e?D(r,t):a(r,e)})})}function s(e,r,i){r.fs.readdir(e,(s,c)=>{if(null!==s)return void a(i,s);const l=c.map(u=>{const i=o.joinPathSegments(e,u,r.pathSegmentSeparator);return e=>{t.stat(i,r.fsStatSettings,(t,o)=>{if(null!==t)return void e(t);const s={name:u,path:i,dirent:n.fs.createDirentFromStats(u,o)};r.stats&&(s.stats=o),e(null,s)})}});u(l,(e,t)=>{null===e?D(i,t):a(i,e)})})}function a(e,t){e(t)}function D(e,t){e(null,t)}e.read=function(e,t,u){t.stats||!r.IS_SUPPORT_READDIR_WITH_FILE_TYPES?s(e,t,u):i(e,t,u)},e.readdirWithFileTypes=i,e.readdir=s}}),$o=Xn({"node_modules/@nodelib/fs.scandir/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.readdir=e.readdirWithFileTypes=e.read=void 0;var t=Oo(),u=Po(),r=Lo(),n=Io();function o(e,t){return t.fs.readdirSync(e,{withFileTypes:!0}).map(u=>{const o={dirent:u,name:u.name,path:n.joinPathSegments(e,u.name,t.pathSegmentSeparator)};if(o.dirent.isSymbolicLink()&&t.followSymbolicLinks)try{const e=t.fs.statSync(o.path);o.dirent=r.fs.createDirentFromStats(o.name,e)}catch(e){if(t.throwErrorOnBrokenSymbolicLink)throw e}return o})}function i(e,u){return u.fs.readdirSync(e).map(o=>{const i=n.joinPathSegments(e,o,u.pathSegmentSeparator),s=t.statSync(i,u.fsStatSettings),a={name:o,path:i,dirent:r.fs.createDirentFromStats(o,s)};return u.stats&&(a.stats=s),a})}e.read=function(e,t){return!t.stats&&u.IS_SUPPORT_READDIR_WITH_FILE_TYPES?o(e,t):i(e,t)},e.readdirWithFileTypes=o,e.readdir=i}}),Mo=Xn({"node_modules/@nodelib/fs.scandir/out/adapters/fs.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;var t=qn("fs");e.FILE_SYSTEM_ADAPTER={lstat:t.lstat,stat:t.stat,lstatSync:t.lstatSync,statSync:t.statSync,readdir:t.readdir,readdirSync:t.readdirSync},e.createFileSystemAdapter=function(t){return void 0===t?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),t)}}}),Uo=Xn({"node_modules/@nodelib/fs.scandir/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("path"),u=Oo(),r=Mo();e.default=class{constructor(e={}){this._options=e,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=r.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,t.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new u.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(e,t){return null!=e?e:t}}}}),Ho=Xn({"node_modules/@nodelib/fs.scandir/out/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Settings=e.scandirSync=e.scandir=void 0;var t=No(),u=$o(),r=Uo();function n(e={}){return e instanceof r.default?e:new r.default(e)}e.Settings=r.default,e.scandir=function(e,u,r){"function"!=typeof u?t.read(e,n(u),r):t.read(e,n(),u)},e.scandirSync=function(e,t){const r=n(t);return u.read(e,r)}}}),Go=Xn({"node_modules/reusify/reusify.js"(e,t){t.exports=function(e){var t=new e,u=t;return{get:function(){var r=t;return r.next?t=r.next:(t=new e,u=t),r.next=null,r},release:function(e){u.next=e,u=e}}}}}),Wo=Xn({"node_modules/fastq/queue.js"(e,t){var u=Go();function r(e,t,r){if("function"==typeof e&&(r=t,t=e,e=null),!(r>=1))throw new Error("fastqueue concurrency must be equal to or greater than 1");var i=u(o),s=null,a=null,D=0,c=null,l={push:function(u,o){var p=i.get();p.context=e,p.release=f,p.value=u,p.callback=o||n,p.errorHandler=c,D>=r||l.paused?a?(a.next=p,a=p):(s=p,a=p,l.saturated()):(D++,t.call(e,p.value,p.worked))},drain:n,saturated:n,pause:function(){l.paused=!0},paused:!1,get concurrency(){return r},set concurrency(e){if(!(e>=1))throw new Error("fastqueue concurrency must be equal to or greater than 1");if(r=e,!l.paused)for(;s&&D<r;)D++,f()},running:function(){return D},resume:function(){if(!l.paused)return;if(l.paused=!1,null===s)return D++,void f();for(;s&&D<r;)D++,f()},idle:function(){return 0===D&&0===l.length()},length:function(){var e=s,t=0;for(;e;)e=e.next,t++;return t},getQueue:function(){var e=s,t=[];for(;e;)t.push(e.value),e=e.next;return t},unshift:function(u,o){var p=i.get();p.context=e,p.release=f,p.value=u,p.callback=o||n,p.errorHandler=c,D>=r||l.paused?s?(p.next=s,s=p):(s=p,a=p,l.saturated()):(D++,t.call(e,p.value,p.worked))},empty:n,kill:function(){s=null,a=null,l.drain=n},killAndDrain:function(){s=null,a=null,l.drain(),l.drain=n},error:function(e){c=e}};return l;function f(u){u&&i.release(u);var n=s;n&&D<=r?l.paused?D--:(a===s&&(a=null),s=n.next,n.next=null,t.call(e,n.value,n.worked),null===a&&l.empty()):0===--D&&l.drain()}}function n(){}function o(){this.value=null,this.callback=n,this.next=null,this.release=n,this.context=null,this.errorHandler=null;var e=this;this.worked=function(t,u){var r=e.callback,o=e.errorHandler,i=e.value;e.value=null,e.callback=n,e.errorHandler&&o(t,i),r.call(e.context,t,u),e.release(e)}}t.exports=r,t.exports.promise=function(e,t,u){"function"==typeof e&&(u=t,t=e,e=null);var o=r(e,function(e,u){t.call(this,e).then(function(e){u(null,e)},u)},u),i=o.push,s=o.unshift;return o.push=function(e){var t=new Promise(function(t,u){i(e,function(e,r){e?u(e):t(r)})});return t.catch(n),t},o.unshift=function(e){var t=new Promise(function(t,u){s(e,function(e,r){e?u(e):t(r)})});return t.catch(n),t},o.drained=function(){return new Promise(function(e){process.nextTick(function(){if(o.idle())e();else{var t=o.drain;o.drain=function(){"function"==typeof t&&t(),e(),o.drain=t}}})})},o}}}),Vo=Xn({"node_modules/@nodelib/fs.walk/out/readers/common.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.joinPathSegments=e.replacePathSegmentSeparator=e.isAppliedFilter=e.isFatalError=void 0,e.isFatalError=function(e,t){return null===e.errorFilter||!e.errorFilter(t)},e.isAppliedFilter=function(e,t){return null===e||e(t)},e.replacePathSegmentSeparator=function(e,t){return e.split(/[/\\]/).join(t)},e.joinPathSegments=function(e,t,u){return""===e?t:e.endsWith(u)?e+t:e+u+t}}}),qo=Xn({"node_modules/@nodelib/fs.walk/out/readers/reader.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Vo();e.default=class{constructor(e,u){this._root=e,this._settings=u,this._root=t.replacePathSegmentSeparator(e,u.pathSegmentSeparator)}}}}),Xo=Xn({"node_modules/@nodelib/fs.walk/out/readers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("events"),u=Ho(),r=Wo(),n=Vo(),o=qo(),i=class extends o.default{constructor(e,n){super(e,n),this._settings=n,this._scandir=u.scandir,this._emitter=new t.EventEmitter,this._queue=r(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(e){this._emitter.on("entry",e)}onError(e){this._emitter.once("error",e)}onEnd(e){this._emitter.once("end",e)}_pushToQueue(e,t){const u={directory:e,base:t};this._queue.push(u,e=>{null!==e&&this._handleError(e)})}_worker(e,t){this._scandir(e.directory,this._settings.fsScandirSettings,(u,r)=>{if(null===u){for(const t of r)this._handleEntry(t,e.base);t(null,void 0)}else t(u,void 0)})}_handleError(e){!this._isDestroyed&&n.isFatalError(this._settings,e)&&(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",e))}_handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;const u=e.path;void 0!==t&&(e.path=n.joinPathSegments(t,e.name,this._settings.pathSegmentSeparator)),n.isAppliedFilter(this._settings.entryFilter,e)&&this._emitEntry(e),e.dirent.isDirectory()&&n.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(u,void 0===t?void 0:e.path)}_emitEntry(e){this._emitter.emit("entry",e)}};e.default=i}}),Ko=Xn({"node_modules/@nodelib/fs.walk/out/providers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Xo();e.default=class{constructor(e,u){this._root=e,this._settings=u,this._reader=new t.default(this._root,this._settings),this._storage=[]}read(e){this._reader.onError(t=>{!function(e,t){e(t)}(e,t)}),this._reader.onEntry(e=>{this._storage.push(e)}),this._reader.onEnd(()=>{!function(e,t){e(null,t)}(e,this._storage)}),this._reader.read()}}}}),zo=Xn({"node_modules/@nodelib/fs.walk/out/providers/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("stream"),u=Xo();e.default=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new u.default(this._root,this._settings),this._stream=new t.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(e=>{this._stream.emit("error",e)}),this._reader.onEntry(e=>{this._stream.push(e)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}}}}),Jo=Xn({"node_modules/@nodelib/fs.walk/out/readers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Ho(),u=Vo(),r=qo(),n=class extends r.default{constructor(){super(...arguments),this._scandir=t.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(e,t){this._queue.add({directory:e,base:t})}_handleQueue(){for(const e of this._queue.values())this._handleDirectory(e.directory,e.base)}_handleDirectory(e,t){try{const u=this._scandir(e,this._settings.fsScandirSettings);for(const e of u)this._handleEntry(e,t)}catch(e){this._handleError(e)}}_handleError(e){if(u.isFatalError(this._settings,e))throw e}_handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=u.joinPathSegments(t,e.name,this._settings.pathSegmentSeparator)),u.isAppliedFilter(this._settings.entryFilter,e)&&this._pushToStorage(e),e.dirent.isDirectory()&&u.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(r,void 0===t?void 0:e.path)}_pushToStorage(e){this._storage.push(e)}};e.default=n}}),Qo=Xn({"node_modules/@nodelib/fs.walk/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Jo();e.default=class{constructor(e,u){this._root=e,this._settings=u,this._reader=new t.default(this._root,this._settings)}read(){return this._reader.read()}}}}),Yo=Xn({"node_modules/@nodelib/fs.walk/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("path"),u=Ho();e.default=class{constructor(e={}){this._options=e,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,t.sep),this.fsScandirSettings=new u.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(e,t){return null!=e?e:t}}}}),Zo=Xn({"node_modules/@nodelib/fs.walk/out/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Settings=e.walkStream=e.walkSync=e.walk=void 0;var t=Ko(),u=zo(),r=Qo(),n=Yo();function o(e={}){return e instanceof n.default?e:new n.default(e)}e.Settings=n.default,e.walk=function(e,u,r){"function"!=typeof u?new t.default(e,o(u)).read(r):new t.default(e,o()).read(u)},e.walkSync=function(e,t){const u=o(t);return new r.default(e,u).read()},e.walkStream=function(e,t){const r=o(t);return new u.default(e,r).read()}}}),ei=Xn({"node_modules/fast-glob/out/readers/reader.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("path"),u=Oo(),r=_o();e.default=class{constructor(e){this._settings=e,this._fsStatSettings=new u.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(e){return t.resolve(this._settings.cwd,e)}_makeEntry(e,t){const u={name:t,path:t,dirent:r.fs.createDirentFromStats(t,e)};return this._settings.stats&&(u.stats=e),u}_isFatalError(e){return!r.errno.isEnoentCodeError(e)&&!this._settings.suppressErrors}}}}),ti=Xn({"node_modules/fast-glob/out/readers/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("stream"),u=Oo(),r=Zo(),n=ei(),o=class extends n.default{constructor(){super(...arguments),this._walkStream=r.walkStream,this._stat=u.stat}dynamic(e,t){return this._walkStream(e,t)}static(e,u){const r=e.map(this._getFullEntryPath,this),n=new t.PassThrough({objectMode:!0});n._write=(t,o,i)=>this._getEntry(r[t],e[t],u).then(e=>{null!==e&&u.entryFilter(e)&&n.push(e),t===r.length-1&&n.end(),i()}).catch(i);for(let e=0;e<r.length;e++)n.write(e);return n}_getEntry(e,t,u){return this._getStat(e).then(e=>this._makeEntry(e,t)).catch(e=>{if(u.errorFilter(e))return null;throw e})}_getStat(e){return new Promise((t,u)=>{this._stat(e,this._fsStatSettings,(e,r)=>null===e?t(r):u(e))})}};e.default=o}}),ui=Xn({"node_modules/fast-glob/out/readers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Zo(),u=ei(),r=ti(),n=class extends u.default{constructor(){super(...arguments),this._walkAsync=t.walk,this._readerStream=new r.default(this._settings)}dynamic(e,t){return new Promise((u,r)=>{this._walkAsync(e,t,(e,t)=>{null===e?u(t):r(e)})})}async static(e,t){const u=[],r=this._readerStream.static(e,t);return new Promise((e,t)=>{r.once("error",t),r.on("data",e=>u.push(e)),r.once("end",()=>e(u))})}};e.default=n}}),ri=Xn({"node_modules/fast-glob/out/providers/matchers/matcher.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=_o();e.default=class{constructor(e,t,u){this._patterns=e,this._settings=t,this._micromatchOptions=u,this._storage=[],this._fillStorage()}_fillStorage(){for(const e of this._patterns){const t=this._getPatternSegments(e),u=this._splitSegmentsIntoSections(t);this._storage.push({complete:u.length<=1,pattern:e,segments:t,sections:u})}}_getPatternSegments(e){return t.pattern.getPatternParts(e,this._micromatchOptions).map(e=>t.pattern.isDynamicPattern(e,this._settings)?{dynamic:!0,pattern:e,patternRe:t.pattern.makeRe(e,this._micromatchOptions)}:{dynamic:!1,pattern:e})}_splitSegmentsIntoSections(e){return t.array.splitWhen(e,e=>e.dynamic&&t.pattern.hasGlobStar(e.pattern))}}}}),ni=Xn({"node_modules/fast-glob/out/providers/matchers/partial.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=ri(),u=class extends t.default{match(e){const t=e.split("/"),u=t.length,r=this._storage.filter(e=>!e.complete||e.segments.length>u);for(const e of r){const r=e.sections[0];if(!e.complete&&u>r.length)return!0;if(t.every((t,u)=>{const r=e.segments[u];return!(!r.dynamic||!r.patternRe.test(t))||!r.dynamic&&r.pattern===t}))return!0}return!1}};e.default=u}}),oi=Xn({"node_modules/fast-glob/out/providers/filters/deep.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=_o(),u=ni();e.default=class{constructor(e,t){this._settings=e,this._micromatchOptions=t}getFilter(e,t,u){const r=this._getMatcher(t),n=this._getNegativePatternsRe(u);return t=>this._filter(e,t,r,n)}_getMatcher(e){return new u.default(e,this._settings,this._micromatchOptions)}_getNegativePatternsRe(e){const u=e.filter(t.pattern.isAffectDepthOfReadingPattern);return t.pattern.convertPatternsToRe(u,this._micromatchOptions)}_filter(e,u,r,n){if(this._isSkippedByDeep(e,u.path))return!1;if(this._isSkippedSymbolicLink(u))return!1;const o=t.path.removeLeadingDotSegment(u.path);return!this._isSkippedByPositivePatterns(o,r)&&this._isSkippedByNegativePatterns(o,n)}_isSkippedByDeep(e,t){return this._settings.deep!==1/0&&this._getEntryLevel(e,t)>=this._settings.deep}_getEntryLevel(e,t){const u=t.split("/").length;if(""===e)return u;return u-e.split("/").length}_isSkippedSymbolicLink(e){return!this._settings.followSymbolicLinks&&e.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(e,t){return!this._settings.baseNameMatch&&!t.match(e)}_isSkippedByNegativePatterns(e,u){return!t.pattern.matchAny(e,u)}}}}),ii=Xn({"node_modules/fast-glob/out/providers/filters/entry.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=_o();e.default=class{constructor(e,t){this._settings=e,this._micromatchOptions=t,this.index=new Map}getFilter(e,u){const[r,n]=t.pattern.partitionAbsoluteAndRelative(u),o={positive:{all:t.pattern.convertPatternsToRe(e,this._micromatchOptions)},negative:{absolute:t.pattern.convertPatternsToRe(r,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0})),relative:t.pattern.convertPatternsToRe(n,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0}))}};return e=>this._filter(e,o)}_filter(e,u){const r=t.path.removeLeadingDotSegment(e.path);if(this._settings.unique&&this._isDuplicateEntry(r))return!1;if(this._onlyFileFilter(e)||this._onlyDirectoryFilter(e))return!1;const n=this._isMatchToPatternsSet(r,u,e.dirent.isDirectory());return this._settings.unique&&n&&this._createIndexRecord(r),n}_isDuplicateEntry(e){return this.index.has(e)}_createIndexRecord(e){this.index.set(e,void 0)}_onlyFileFilter(e){return this._settings.onlyFiles&&!e.dirent.isFile()}_onlyDirectoryFilter(e){return this._settings.onlyDirectories&&!e.dirent.isDirectory()}_isMatchToPatternsSet(e,t,u){if(!this._isMatchToPatterns(e,t.positive.all,u))return!1;if(this._isMatchToPatterns(e,t.negative.relative,u))return!1;return!this._isMatchToAbsoluteNegative(e,t.negative.absolute,u)}_isMatchToAbsoluteNegative(e,u,r){if(0===u.length)return!1;const n=t.path.makeAbsolute(this._settings.cwd,e);return this._isMatchToPatterns(n,u,r)}_isMatchToPatterns(e,u,r){if(0===u.length)return!1;const n=t.pattern.matchAny(e,u);return!n&&r?t.pattern.matchAny(e+"/",u):n}}}}),si=Xn({"node_modules/fast-glob/out/providers/filters/error.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=_o();e.default=class{constructor(e){this._settings=e}getFilter(){return e=>this._isNonFatalError(e)}_isNonFatalError(e){return t.errno.isEnoentCodeError(e)||this._settings.suppressErrors}}}}),ai=Xn({"node_modules/fast-glob/out/providers/transformers/entry.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=_o();e.default=class{constructor(e){this._settings=e}getTransformer(){return e=>this._transform(e)}_transform(e){let u=e.path;return this._settings.absolute&&(u=t.path.makeAbsolute(this._settings.cwd,u),u=t.path.unixify(u)),this._settings.markDirectories&&e.dirent.isDirectory()&&(u+="/"),this._settings.objectMode?Object.assign(Object.assign({},e),{path:u}):u}}}}),Di=Xn({"node_modules/fast-glob/out/providers/provider.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("path"),u=oi(),r=ii(),n=si(),o=ai();e.default=class{constructor(e){this._settings=e,this.errorFilter=new n.default(this._settings),this.entryFilter=new r.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new u.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new o.default(this._settings)}_getRootDirectory(e){return t.resolve(this._settings.cwd,e.base)}_getReaderOptions(e){const t="."===e.base?"":e.base;return{basePath:t,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(t,e.positive,e.negative),entryFilter:this.entryFilter.getFilter(e.positive,e.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}}}}),ci=Xn({"node_modules/fast-glob/out/providers/async.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=ui(),u=Di(),r=class extends u.default{constructor(){super(...arguments),this._reader=new t.default(this._settings)}async read(e){const t=this._getRootDirectory(e),u=this._getReaderOptions(e);return(await this.api(t,e,u)).map(e=>u.transform(e))}api(e,t,u){return t.dynamic?this._reader.dynamic(e,u):this._reader.static(t.patterns,u)}};e.default=r}}),li=Xn({"node_modules/fast-glob/out/providers/stream.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=qn("stream"),u=ti(),r=Di(),n=class extends r.default{constructor(){super(...arguments),this._reader=new u.default(this._settings)}read(e){const u=this._getRootDirectory(e),r=this._getReaderOptions(e),n=this.api(u,e,r),o=new t.Readable({objectMode:!0,read:()=>{}});return n.once("error",e=>o.emit("error",e)).on("data",e=>o.emit("data",r.transform(e))).once("end",()=>o.emit("end")),o.once("close",()=>n.destroy()),o}api(e,t,u){return t.dynamic?this._reader.dynamic(e,u):this._reader.static(t.patterns,u)}};e.default=n}}),fi=Xn({"node_modules/fast-glob/out/readers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Oo(),u=Zo(),r=ei(),n=class extends r.default{constructor(){super(...arguments),this._walkSync=u.walkSync,this._statSync=t.statSync}dynamic(e,t){return this._walkSync(e,t)}static(e,t){const u=[];for(const r of e){const e=this._getFullEntryPath(r),n=this._getEntry(e,r,t);null!==n&&t.entryFilter(n)&&u.push(n)}return u}_getEntry(e,t,u){try{const u=this._getStat(e);return this._makeEntry(u,t)}catch(e){if(u.errorFilter(e))return null;throw e}}_getStat(e){return this._statSync(e,this._fsStatSettings)}};e.default=n}}),pi=Xn({"node_modules/fast-glob/out/providers/sync.js"(e){Object.defineProperty(e,"__esModule",{value:!0});var t=fi(),u=Di(),r=class extends u.default{constructor(){super(...arguments),this._reader=new t.default(this._settings)}read(e){const t=this._getRootDirectory(e),u=this._getReaderOptions(e);return this.api(t,e,u).map(u.transform)}api(e,t,u){return t.dynamic?this._reader.dynamic(e,u):this._reader.static(t.patterns,u)}};e.default=r}}),di=Xn({"node_modules/fast-glob/out/settings.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;var t=qn("fs"),u=qn("os"),r=Math.max(u.cpus().length,1);e.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:t.lstat,lstatSync:t.lstatSync,stat:t.stat,statSync:t.statSync,readdir:t.readdir,readdirSync:t.readdirSync};e.default=class{constructor(e={}){this._options=e,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,r),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0),this.ignore=[].concat(this.ignore)}_getValue(e,t){return void 0===e?t:e}_getFileSystemMethods(t={}){return Object.assign(Object.assign({},e.DEFAULT_FILE_SYSTEM_ADAPTER),t)}}}}),hi=Xn({"node_modules/fast-glob/out/index.js"(e,t){var u=wo(),r=ci(),n=li(),o=pi(),i=di(),s=_o();async function a(e,t){c(e);const u=D(e,r.default,t),n=await Promise.all(u);return s.array.flatten(n)}function D(e,t,r){const n=[].concat(e),o=new i.default(r),s=u.generate(n,o),a=new t(o);return s.map(a.read,a)}function c(e){if(![].concat(e).every(e=>s.string.isString(e)&&!s.string.isEmpty(e)))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}!function(e){function t(e,t){c(e);const u=D(e,o.default,t);return s.array.flatten(u)}function r(e,t){c(e);const u=D(e,n.default,t);return s.stream.merge(u)}var a,l;e.glob=e,e.globSync=t,e.globStream=r,e.async=e,e.sync=t,e.stream=r,e.generateTasks=function(e,t){c(e);const r=[].concat(e),n=new i.default(t);return u.generate(r,n)},e.isDynamicPattern=function(e,t){c(e);const u=new i.default(t);return s.pattern.isDynamicPattern(e,u)},e.escapePath=function(e){return c(e),s.path.escape(e)},e.convertPathToPattern=function(e){return c(e),s.path.convertPathToPattern(e)},(a=e.posix||(e.posix={})).escapePath=function(e){return c(e),s.path.escapePosixPath(e)},a.convertPathToPattern=function(e){return c(e),s.path.convertPosixPathToPattern(e)},(l=e.win32||(e.win32={})).escapePath=function(e){return c(e),s.path.escapeWindowsPath(e)},l.convertPathToPattern=function(e){return c(e),s.path.convertWindowsPathToPattern(e)}}(a||(a={})),t.exports=a}}),Fi=Xn({"node_modules/picocolors/picocolors.js"(e,t){var u=process||{},r=u.argv||[],n=u.env||{},o=!(n.NO_COLOR||r.includes("--no-color"))&&(!!n.FORCE_COLOR||r.includes("--color")||"win32"===u.platform||(u.stdout||{}).isTTY&&"dumb"!==n.TERM||!!n.CI),i=(e,t,u=e)=>r=>{let n=""+r,o=n.indexOf(t,e.length);return~o?e+s(n,t,u,o)+t:e+n+t},s=(e,t,u,r)=>{let n="",o=0;do{n+=e.substring(o,r)+u,o=r+t.length,r=e.indexOf(t,o)}while(~r);return n+e.substring(o)},a=(e=o)=>{let t=e?i:()=>String;return{isColorSupported:e,reset:t("[0m","[0m"),bold:t("[1m","[22m","[22m[1m"),dim:t("[2m","[22m","[22m[2m"),italic:t("[3m","[23m"),underline:t("[4m","[24m"),inverse:t("[7m","[27m"),hidden:t("[8m","[28m"),strikethrough:t("[9m","[29m"),black:t("[30m","[39m"),red:t("[31m","[39m"),green:t("[32m","[39m"),yellow:t("[33m","[39m"),blue:t("[34m","[39m"),magenta:t("[35m","[39m"),cyan:t("[36m","[39m"),white:t("[37m","[39m"),gray:t("[90m","[39m"),bgBlack:t("[40m","[49m"),bgRed:t("[41m","[49m"),bgGreen:t("[42m","[49m"),bgYellow:t("[43m","[49m"),bgBlue:t("[44m","[49m"),bgMagenta:t("[45m","[49m"),bgCyan:t("[46m","[49m"),bgWhite:t("[47m","[49m"),blackBright:t("[90m","[39m"),redBright:t("[91m","[39m"),greenBright:t("[92m","[39m"),yellowBright:t("[93m","[39m"),blueBright:t("[94m","[39m"),magentaBright:t("[95m","[39m"),cyanBright:t("[96m","[39m"),whiteBright:t("[97m","[39m"),bgBlackBright:t("[100m","[49m"),bgRedBright:t("[101m","[49m"),bgGreenBright:t("[102m","[49m"),bgYellowBright:t("[103m","[49m"),bgBlueBright:t("[104m","[49m"),bgMagentaBright:t("[105m","[49m"),bgCyanBright:t("[106m","[49m"),bgWhiteBright:t("[107m","[49m")}};t.exports=a(),t.exports.createColors=a}}),Ei=Xn({"node_modules/semver/internal/debug.js"(e,t){var u="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};t.exports=u}}),mi=Xn({"node_modules/semver/internal/constants.js"(e,t){var u=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:u,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}}}),gi=Xn({"node_modules/semver/internal/re.js"(e,t){var{MAX_SAFE_COMPONENT_LENGTH:u,MAX_SAFE_BUILD_LENGTH:r,MAX_LENGTH:n}=mi(),o=Ei(),i=(e=t.exports={}).re=[],s=e.safeRe=[],a=e.src=[],D=e.safeSrc=[],c=e.t={},l=0,f="[a-zA-Z0-9-]",p=[["\\s",1],["\\d",n],[f,r]],d=(e,t,u)=>{const r=(e=>{for(const[t,u]of p)e=e.split(`${t}*`).join(`${t}{0,${u}}`).split(`${t}+`).join(`${t}{1,${u}}`);return e})(t),n=l++;o(e,n,t),c[e]=n,a[n]=t,D[n]=r,i[n]=new RegExp(t,u?"g":void 0),s[n]=new RegExp(r,u?"g":void 0)};d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),d("MAINVERSION",`(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${a[c.NONNUMERICIDENTIFIER]}|${a[c.NUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${a[c.NONNUMERICIDENTIFIER]}|${a[c.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASE",`(?:-(${a[c.PRERELEASEIDENTIFIER]}(?:\\.${a[c.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${a[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[c.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",`${f}+`),d("BUILD",`(?:\\+(${a[c.BUILDIDENTIFIER]}(?:\\.${a[c.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${a[c.MAINVERSION]}${a[c.PRERELEASE]}?${a[c.BUILD]}?`),d("FULL",`^${a[c.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${a[c.MAINVERSIONLOOSE]}${a[c.PRERELEASELOOSE]}?${a[c.BUILD]}?`),d("LOOSE",`^${a[c.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${a[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${a[c.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:${a[c.PRERELEASE]})?${a[c.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:${a[c.PRERELEASELOOSE]})?${a[c.BUILD]}?)?)?`),d("XRANGE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAINLOOSE]}$`),d("COERCEPLAIN",`(^|[^\\d])(\\d{1,${u}})(?:\\.(\\d{1,${u}}))?(?:\\.(\\d{1,${u}}))?`),d("COERCE",`${a[c.COERCEPLAIN]}(?:$|[^\\d])`),d("COERCEFULL",a[c.COERCEPLAIN]+`(?:${a[c.PRERELEASE]})?(?:${a[c.BUILD]})?(?:$|[^\\d])`),d("COERCERTL",a[c.COERCE],!0),d("COERCERTLFULL",a[c.COERCEFULL],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${a[c.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",d("TILDE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${a[c.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",d("CARET",`^${a[c.LONECARET]}${a[c.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${a[c.LONECARET]}${a[c.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${a[c.GTLT]}\\s*(${a[c.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]}|${a[c.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${a[c.XRANGEPLAIN]})\\s+-\\s+(${a[c.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${a[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${a[c.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),Ci=Xn({"node_modules/semver/internal/parse-options.js"(e,t){var u=Object.freeze({loose:!0}),r=Object.freeze({});t.exports=e=>e?"object"!=typeof e?u:e:r}}),yi=Xn({"node_modules/semver/internal/identifiers.js"(e,t){var u=/^[0-9]+$/,r=(e,t)=>{if("number"==typeof e&&"number"==typeof t)return e===t?0:e<t?-1:1;const r=u.test(e),n=u.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e<t?-1:1};t.exports={compareIdentifiers:r,rcompareIdentifiers:(e,t)=>r(t,e)}}}),vi=Xn({"node_modules/semver/classes/semver.js"(e,t){var u=Ei(),{MAX_LENGTH:r,MAX_SAFE_INTEGER:n}=mi(),{safeRe:o,t:i}=gi(),s=Ci(),{compareIdentifiers:a}=yi();t.exports=class e{constructor(t,a){if(a=s(a),t instanceof e){if(t.loose===!!a.loose&&t.includePrerelease===!!a.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>r)throw new TypeError(`version is longer than ${r} characters`);u("SemVer",t,a),this.options=a,this.loose=!!a.loose,this.includePrerelease=!!a.includePrerelease;const D=t.trim().match(a.loose?o[i.LOOSE]:o[i.FULL]);if(!D)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+D[1],this.minor=+D[2],this.patch=+D[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");D[4]?this.prerelease=D[4].split(".").map(e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<n)return t}return e}):this.prerelease=[],this.build=D[5]?D[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(u("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if("string"==typeof t&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof e||(t=new e(t,this.options)),this.major<t.major?-1:this.major>t.major?1:this.minor<t.minor?-1:this.minor>t.minor?1:this.patch<t.patch?-1:this.patch>t.patch?1:0}comparePre(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{const e=this.prerelease[r],n=t.prerelease[r];if(u("prerelease compare",r,e,n),void 0===e&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===e)return-1;if(e!==n)return a(e,n)}while(++r)}compareBuild(t){t instanceof e||(t=new e(t,this.options));let r=0;do{const e=this.build[r],n=t.build[r];if(u("build compare",r,e,n),void 0===e&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===e)return-1;if(e!==n)return a(e,n)}while(++r)}inc(e,t,u){if(e.startsWith("pre")){if(!t&&!1===u)throw new Error("invalid increment argument: identifier is empty");if(t){const e=`-${t}`.match(this.options.loose?o[i.PRERELEASELOOSE]:o[i.PRERELEASE]);if(!e||e[1]!==t)throw new Error(`invalid identifier: ${t}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,u);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,u);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,u),this.inc("pre",t,u);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,u),this.inc("pre",t,u);break;case"release":if(0===this.prerelease.length)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(u)?1:0;if(0===this.prerelease.length)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===u)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===u&&(r=[t]),0===a(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}}}),Ai=Xn({"node_modules/semver/functions/compare.js"(e,t){var u=vi();t.exports=(e,t,r)=>new u(e,r).compare(new u(t,r))}}),bi=Xn({"node_modules/semver/functions/gte.js"(e,t){var u=Ai();t.exports=(e,t,r)=>u(e,t,r)>=0}}),_i=Xn({"node_modules/pseudomap/pseudomap.js"(e,t){var u=Object.prototype.hasOwnProperty;function r(e){if(!(this instanceof r))throw new TypeError("Constructor PseudoMap requires 'new'");if(this.clear(),e)if(e instanceof r||"function"==typeof Map&&e instanceof Map)e.forEach(function(e,t){this.set(t,e)},this);else{if(!Array.isArray(e))throw new TypeError("invalid argument");e.forEach(function(e){this.set(e[0],e[1])},this)}}function n(e,t){return e===t||e!=e&&t!=t}function o(e,t,u){this.key=e,this.value=t,this._index=u}function i(e,t){for(var r=0,o="_"+t,i=o;u.call(e,i);i=o+r++)if(n(e[i].key,t))return e[i]}t.exports=r,r.prototype.forEach=function(e,t){t=t||this,Object.keys(this._data).forEach(function(u){"size"!==u&&e.call(t,this._data[u].value,this._data[u].key)},this)},r.prototype.has=function(e){return!!i(this._data,e)},r.prototype.get=function(e){var t=i(this._data,e);return t&&t.value},r.prototype.set=function(e,t){!function(e,t,r){for(var i=0,s="_"+t,a=s;u.call(e,a);a=s+i++)if(n(e[a].key,t))return void(e[a].value=r);e.size++,e[a]=new o(t,r,a)}(this._data,e,t)},r.prototype.delete=function(e){var t=i(this._data,e);t&&(delete this._data[t._index],this._data.size--)},r.prototype.clear=function(){var e=Object.create(null);e.size=0,Object.defineProperty(this,"_data",{value:e,enumerable:!1,configurable:!0,writable:!1})},Object.defineProperty(r.prototype,"size",{get:function(){return this._data.size},set:function(e){},enumerable:!0,configurable:!0}),r.prototype.values=r.prototype.keys=r.prototype.entries=function(){throw new Error("iterators are not implemented in this version")}}}),wi=Xn({"node_modules/pseudomap/map.js"(e,t){"pseudomap"===process.env.npm_package_name&&"test"===process.env.npm_lifecycle_script&&(process.env.TEST_PSEUDOMAP="true"),"function"!=typeof Map||process.env.TEST_PSEUDOMAP?t.exports=_i():t.exports=Map}}),Bi=Xn({"node_modules/yallist/yallist.js"(e,t){function u(e){var t=this;if(t instanceof u||(t=new u),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach(function(e){t.push(e)});else if(arguments.length>0)for(var r=0,n=arguments.length;r<n;r++)t.push(arguments[r]);return t}function r(e,t){e.tail=new o(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function n(e,t){e.head=new o(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function o(e,t,u,r){if(!(this instanceof o))return new o(e,t,u,r);this.list=r,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,u?(u.prev=this,this.next=u):this.next=null}t.exports=u,u.Node=o,u.create=u,u.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,u=e.prev;t&&(t.prev=u),u&&(u.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=u),e.list.length--,e.next=null,e.prev=null,e.list=null},u.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},u.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},u.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)r(this,arguments[e]);return this.length},u.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)n(this,arguments[e]);return this.length},u.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},u.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},u.prototype.forEach=function(e,t){t=t||this;for(var u=this.head,r=0;null!==u;r++)e.call(t,u.value,r,this),u=u.next},u.prototype.forEachReverse=function(e,t){t=t||this;for(var u=this.tail,r=this.length-1;null!==u;r--)e.call(t,u.value,r,this),u=u.prev},u.prototype.get=function(e){for(var t=0,u=this.head;null!==u&&t<e;t++)u=u.next;if(t===e&&null!==u)return u.value},u.prototype.getReverse=function(e){for(var t=0,u=this.tail;null!==u&&t<e;t++)u=u.prev;if(t===e&&null!==u)return u.value},u.prototype.map=function(e,t){t=t||this;for(var r=new u,n=this.head;null!==n;)r.push(e.call(t,n.value,this)),n=n.next;return r},u.prototype.mapReverse=function(e,t){t=t||this;for(var r=new u,n=this.tail;null!==n;)r.push(e.call(t,n.value,this)),n=n.prev;return r},u.prototype.reduce=function(e,t){var u,r=this.head;if(arguments.length>1)u=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");r=this.head.next,u=this.head.value}for(var n=0;null!==r;n++)u=e(u,r.value,n),r=r.next;return u},u.prototype.reduceReverse=function(e,t){var u,r=this.tail;if(arguments.length>1)u=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");r=this.tail.prev,u=this.tail.value}for(var n=this.length-1;null!==r;n--)u=e(u,r.value,n),r=r.prev;return u},u.prototype.toArray=function(){for(var e=new Array(this.length),t=0,u=this.head;null!==u;t++)e[t]=u.value,u=u.next;return e},u.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,u=this.tail;null!==u;t++)e[t]=u.value,u=u.prev;return e},u.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var r=new u;if(t<e||t<0)return r;e<0&&(e=0),t>this.length&&(t=this.length);for(var n=0,o=this.head;null!==o&&n<e;n++)o=o.next;for(;null!==o&&n<t;n++,o=o.next)r.push(o.value);return r},u.prototype.sliceReverse=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var r=new u;if(t<e||t<0)return r;e<0&&(e=0),t>this.length&&(t=this.length);for(var n=this.length,o=this.tail;null!==o&&n>t;n--)o=o.prev;for(;null!==o&&n>e;n--,o=o.prev)r.push(o.value);return r},u.prototype.reverse=function(){for(var e=this.head,t=this.tail,u=e;null!==u;u=u.prev){var r=u.prev;u.prev=u.next,u.next=r}return this.head=t,this.tail=e,this}}}),Si=Xn({"node_modules/editorconfig/node_modules/lru-cache/index.js"(e,t){t.exports=F;var u,r=wi(),n=qn("util"),o=Bi(),i=(u="function"==typeof Symbol&&"1"!==process.env._nodeLRUCacheForceNoSymbol?function(e){return Symbol(e)}:function(e){return"_"+e})("max"),s=u("length"),a=u("lengthCalculator"),D=u("allowStale"),c=u("maxAge"),l=u("dispose"),f=u("noDisposeOnSet"),p=u("lruList"),d=u("cache");function h(){return 1}function F(e){if(!(this instanceof F))return new F(e);"number"==typeof e&&(e={max:e}),e||(e={});var t=this[i]=e.max;(!t||"number"!=typeof t||t<=0)&&(this[i]=1/0);var u=e.length||h;"function"!=typeof u&&(u=h),this[a]=u,this[D]=e.stale||!1,this[c]=e.maxAge||0,this[l]=e.dispose,this[f]=e.noDisposeOnSet||!1,this.reset()}function E(e,t,u,r){var n=u.value;g(e,n)&&(y(e,u),e[D]||(n=void 0)),n&&t.call(r,n.value,n.key,e)}function m(e,t,u){var r=e[d].get(t);if(r){var n=r.value;g(e,n)?(y(e,r),e[D]||(n=void 0)):u&&e[p].unshiftNode(r),n&&(n=n.value)}return n}function g(e,t){if(!t||!t.maxAge&&!e[c])return!1;var u=Date.now()-t.now;return t.maxAge?u>t.maxAge:e[c]&&u>e[c]}function C(e){if(e[s]>e[i])for(var t=e[p].tail;e[s]>e[i]&&null!==t;){var u=t.prev;y(e,t),t=u}}function y(e,t){if(t){var u=t.value;e[l]&&e[l](u.key,u.value),e[s]-=u.length,e[d].delete(u.key),e[p].removeNode(t)}}function v(e,t,u,r,n){this.key=e,this.value=t,this.length=u,this.now=r,this.maxAge=n||0}Object.defineProperty(F.prototype,"max",{set:function(e){(!e||"number"!=typeof e||e<=0)&&(e=1/0),this[i]=e,C(this)},get:function(){return this[i]},enumerable:!0}),Object.defineProperty(F.prototype,"allowStale",{set:function(e){this[D]=!!e},get:function(){return this[D]},enumerable:!0}),Object.defineProperty(F.prototype,"maxAge",{set:function(e){(!e||"number"!=typeof e||e<0)&&(e=0),this[c]=e,C(this)},get:function(){return this[c]},enumerable:!0}),Object.defineProperty(F.prototype,"lengthCalculator",{set:function(e){"function"!=typeof e&&(e=h),e!==this[a]&&(this[a]=e,this[s]=0,this[p].forEach(function(e){e.length=this[a](e.value,e.key),this[s]+=e.length},this)),C(this)},get:function(){return this[a]},enumerable:!0}),Object.defineProperty(F.prototype,"length",{get:function(){return this[s]},enumerable:!0}),Object.defineProperty(F.prototype,"itemCount",{get:function(){return this[p].length},enumerable:!0}),F.prototype.rforEach=function(e,t){t=t||this;for(var u=this[p].tail;null!==u;){var r=u.prev;E(this,e,u,t),u=r}},F.prototype.forEach=function(e,t){t=t||this;for(var u=this[p].head;null!==u;){var r=u.next;E(this,e,u,t),u=r}},F.prototype.keys=function(){return this[p].toArray().map(function(e){return e.key},this)},F.prototype.values=function(){return this[p].toArray().map(function(e){return e.value},this)},F.prototype.reset=function(){this[l]&&this[p]&&this[p].length&&this[p].forEach(function(e){this[l](e.key,e.value)},this),this[d]=new r,this[p]=new o,this[s]=0},F.prototype.dump=function(){return this[p].map(function(e){if(!g(this,e))return{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}},this).toArray().filter(function(e){return e})},F.prototype.dumpLru=function(){return this[p]},F.prototype.inspect=function(e,t){var u="LRUCache {",r=!1;this[D]&&(u+="\n allowStale: true",r=!0);var o=this[i];o&&o!==1/0&&(r&&(u+=","),u+="\n max: "+n.inspect(o,t),r=!0);var l=this[c];l&&(r&&(u+=","),u+="\n maxAge: "+n.inspect(l,t),r=!0);var f=this[a];f&&f!==h&&(r&&(u+=","),u+="\n length: "+n.inspect(this[s],t),r=!0);var d=!1;return this[p].forEach(function(e){d?u+=",\n ":(r&&(u+=",\n"),d=!0,u+="\n ");var o=n.inspect(e.key).split("\n").join("\n "),i={value:e.value};e.maxAge!==l&&(i.maxAge=e.maxAge),f!==h&&(i.length=e.length),g(this,e)&&(i.stale=!0),i=n.inspect(i,t).split("\n").join("\n "),u+=o+" => "+i}),(d||r)&&(u+="\n"),u+="}"},F.prototype.set=function(e,t,u){var r=(u=u||this[c])?Date.now():0,n=this[a](t,e);if(this[d].has(e)){if(n>this[i])return y(this,this[d].get(e)),!1;var o=this[d].get(e).value;return this[l]&&(this[f]||this[l](e,o.value)),o.now=r,o.maxAge=u,o.value=t,this[s]+=n-o.length,o.length=n,this.get(e),C(this),!0}var D=new v(e,t,n,r,u);return D.length>this[i]?(this[l]&&this[l](e,t),!1):(this[s]+=D.length,this[p].unshift(D),this[d].set(e,this[p].head),C(this),!0)},F.prototype.has=function(e){return!!this[d].has(e)&&!g(this,this[d].get(e).value)},F.prototype.get=function(e){return m(this,e,!0)},F.prototype.peek=function(e){return m(this,e,!1)},F.prototype.pop=function(){var e=this[p].tail;return e?(y(this,e),e.value):null},F.prototype.del=function(e){y(this,this[d].get(e))},F.prototype.load=function(e){this.reset();for(var t=Date.now(),u=e.length-1;u>=0;u--){var r=e[u],n=r.e||0;if(0===n)this.set(r.k,r.v);else{var o=n-t;o>0&&this.set(r.k,r.v,o)}}},F.prototype.prune=function(){var e=this;this[d].forEach(function(t,u){m(e,u,!1)})}}}),xi=Xn({"node_modules/sigmund/sigmund.js"(e,t){t.exports=function(e,t){t=t||10;var u=[],r="",n=RegExp;return function e(o,i){if(i>t)return;if("function"==typeof o||void 0===o)return;if("object"!=typeof o||!o||o instanceof n)return void(r+=o);if(-1!==u.indexOf(o)||i===t)return;u.push(o),r+="{",Object.keys(o).forEach(function(t,u,n){if("_"!==t.charAt(0)){var s=typeof o[t];"function"!==s&&"undefined"!==s&&(r+=t,e(o[t],i+1))}})}(e,0),r}}}),Ri=Xn({"node_modules/editorconfig/src/lib/fnmatch.js"(e,t){var u="object"==typeof process?process.platform:"win32";t?t.exports=f:e.minimatch=f,f.Minimatch=p;var r=Si();f.cache=new r({max:100});var n=f.GLOBSTAR=p.GLOBSTAR={},o=xi(),i=qn("path"),s="[^/]",a=s+"*?",D="().*{}+?[]^$\\!".split("").reduce(function(e,t){return e[t]=!0,e},{});var c=/\/+/;function l(e,t){e=e||{},t=t||{};var u={};return Object.keys(t).forEach(function(e){u[e]=t[e]}),Object.keys(e).forEach(function(t){u[t]=e[t]}),u}function f(e,t,u){if("string"!=typeof t)throw new TypeError("glob pattern string required");return u||(u={}),!(!u.nocomment&&"#"===t.charAt(0))&&(""===t.trim()?""===e:new p(t,u).match(e))}function p(e,t){if(!(this instanceof p))return new p(e,t);if("string"!=typeof e)throw new TypeError("glob pattern string required");t||(t={}),"win32"===u&&(e=e.split("\\").join("/"));var r=e+"\n"+o(t),n=f.cache.get(r);if(n)return n;f.cache.set(r,this),this.options=t,this.set=[],this.pattern=e,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.make()}f.monkeyPatch=function(){var e=Object.getOwnPropertyDescriptor(String.prototype,"match"),t=e.value;e.value=function(e){return e instanceof p?e.match(this):t.call(this,e)},Object.defineProperty(String.prototype,e)},f.filter=function(e,t){return t=t||{},function(u,r,n){return f(u,e,t)}},f.defaults=function(e){if(!e||!Object.keys(e).length)return f;var t=f,u=function(u,r,n){return t.minimatch(u,r,l(e,n))};return u.Minimatch=function(u,r){return new t.Minimatch(u,l(e,r))},u},p.defaults=function(e){return e&&Object.keys(e).length?f.defaults(e).Minimatch:p},p.prototype.make=function(){if(this._made)return;var e=this.pattern,t=this.options;if(!t.nocomment&&"#"===e.charAt(0))return void(this.comment=!0);if(!e)return void(this.empty=!0);this.parseNegate();var u=this.globSet=this.braceExpand();t.debug&&console.error(this.pattern,u);u=this.globParts=u.map(function(e){return e.split(c)}),t.debug&&console.error(this.pattern,u);u=u.map(function(e,t,u){return e.map(this.parse,this)},this),t.debug&&console.error(this.pattern,u);u=u.filter(function(e){return-1===e.indexOf(!1)}),t.debug&&console.error(this.pattern,u);this.set=u},p.prototype.parseNegate=function(){var e=this.pattern,t=!1,u=this.options,r=0;if(u.nonegate)return;for(var n=0,o=e.length;n<o&&"!"===e.charAt(n);n++)t=!t,r++;r&&(this.pattern=e.substr(r));this.negate=t},f.braceExpand=function(e,t){return new p(e,t).braceExpand()},p.prototype.braceExpand=function e(t,u){if(u=u||this.options,void 0===(t=void 0===t?this.pattern:t))throw new Error("undefined pattern");if(u.nobrace||!t.match(/\{.*\}/))return[t];var r=!1;if("{"!==t.charAt(0)){for(var n=null,o=0,i=t.length;o<i;o++){if("\\"===(m=t.charAt(o)))r=!r;else if("{"===m&&!r){n=t.substr(0,o);break}}return null===n?[t]:e(t.substr(o),u).map(function(e){return n+e})}var s=t.match(/^\{(-?[0-9]+)\.\.(-?[0-9]+)\}/);if(s){var a=e(t.substr(s[0].length),u),D=+s[1],c=+s[2],l=D>c?-1:1,f=[];for(o=D;o!=c+l;o+=l)for(var p=0,d=a.length;p<d;p++)f.push(o+a[p]);return f}o=1;var h=1,F=(f=[],"");r=!1;function E(){f.push(F),F=""}e:for(o=1,i=t.length;o<i;o++){var m=t.charAt(o);if(r)r=!1,F+="\\"+m;else switch(m){case"\\":r=!0;continue;case"{":h++,F+="{";continue;case"}":if(0===--h){E(),o++;break e}F+=m;continue;case",":1===h?E():F+=m;continue;default:F+=m;continue}}if(0!==h)return e("\\"+t,u);a=e(t.substr(o),u);var g=1===f.length;f=f.map(function(t){return e(t,u)}),f=f.reduce(function(e,t){return e.concat(t)}),g&&(f=f.map(function(e){return"{"+e+"}"}));var C=[];for(o=0,i=f.length;o<i;o++)for(p=0,d=a.length;p<d;p++)C.push(f[o]+a[p]);return C},p.prototype.parse=function(e,t){var u=this.options;if(!u.noglobstar&&"**"===e)return n;if(""===e)return"";var r,o,i,c="",l=!!u.nocase,f=!1,p=[],h=!1,F=-1,E=-1,m="."===e.charAt(0)?"":u.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)";function g(){if(o){switch(o){case"*":c+=a,l=!0;break;case"?":c+=s,l=!0;break;default:c+="\\"+o}o=!1}}for(var C,y=0,v=e.length;y<v&&(C=e.charAt(y));y++)if(u.debug&&console.error("%s\t%s %s %j",e,y,c,C),f&&D[C])c+="\\"+C,f=!1;else switch(C){case"/":return!1;case"\\":g(),f=!0;continue;case"?":case"*":case"+":case"@":case"!":if(u.debug&&console.error("%s\t%s %s %j <-- stateChar",e,y,c,C),h){"!"===C&&y===E+1&&(C="^"),c+=C;continue}g(),o=C,u.noext&&g();continue;case"(":if(h){c+="(";continue}if(!o){c+="\\(";continue}r=o,p.push({type:r,start:y-1,reStart:c.length}),c+="!"===o?"(?:(?!":"(?:",o=!1;continue;case")":if(h||!p.length){c+="\\)";continue}switch(l=!0,c+=")",r=p.pop().type){case"!":c+="[^/]*?)";break;case"?":case"+":case"*":c+=r}continue;case"|":if(h||!p.length||f){c+="\\|",f=!1;continue}c+="|";continue;case"[":if(g(),h){c+="\\"+C;continue}h=!0,E=y,F=c.length,c+=C;continue;case"]":if(y===E+1||!h){c+="\\"+C,f=!1;continue}l=!0,h=!1,c+=C;continue;default:g(),f?f=!1:!D[C]||"^"===C&&h||(c+="\\"),c+=C}if(h){var A=e.substr(E+1),b=this.parse(A,d);c=c.substr(0,F)+"\\["+b[0],l=l||b[1]}for(;i=p.pop();){var _=c.slice(i.reStart+3);_=_.replace(/((?:\\{2})*)(\\?)\|/g,function(e,t,u){return u||(u="\\"),t+t+u+"|"});var w="*"===i.type?a:"?"===i.type?s:"\\"+i.type;l=!0,c=c.slice(0,i.reStart)+w+"\\("+_}g(),f&&(c+="\\\\");var B=!1;switch(c.charAt(0)){case".":case"[":case"(":B=!0}""!==c&&l&&(c="(?=.)"+c);B&&(c=m+c);if(t===d)return[c,l];if(!l)return function(e){return e.replace(/\\(.)/g,"$1")}(e);var S=u.nocase?"i":"",x=new RegExp("^"+c+"$",S);return x._glob=e,x._src=c,x};var d={};f.makeRe=function(e,t){return new p(e,t||{}).makeRe()},p.prototype.makeRe=function(){if(this.regexp||!1===this.regexp)return this.regexp;var e=this.set;if(!e.length)return this.regexp=!1;var t=this.options,u=t.noglobstar?a:t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",r=t.nocase?"i":"",o=e.map(function(e){return e.map(function(e){return e===n?u:"string"==typeof e?function(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}(e):e._src}).join("\\/")}).join("|");o="^(?:"+o+")$",this.negate&&(o="^(?!"+o+").*$");try{return this.regexp=new RegExp(o,r)}catch(e){return this.regexp=!1}},f.match=function(e,t,u){var r=new p(t,u);return e=e.filter(function(e){return r.match(e)}),u.nonull&&!e.length&&e.push(t),e},p.prototype.match=function(e,t){if(this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;var r=this.options;"win32"===u&&(e=e.split("\\").join("/"));e=e.split(c),r.debug&&console.error(this.pattern,"split",e);for(var n=this.set,o=0,i=n.length;o<i;o++){var s=n[o];if(this.matchOne(e,s,t))return!!r.flipNegate||!this.negate}return!r.flipNegate&&this.negate},p.prototype.matchOne=function(e,t,u){var r=this.options;r.debug&&console.error("matchOne",{this:this,file:e,pattern:t}),r.matchBase&&1===t.length&&(e=i.basename(e.join("/")).split("/")),r.debug&&console.error("matchOne",e.length,t.length);for(var o=0,s=0,a=e.length,D=t.length;o<a&&s<D;o++,s++){r.debug&&console.error("matchOne loop");var c,l=t[s],f=e[o];if(r.debug&&console.error(t,l,f),!1===l)return!1;if(l===n){r.debug&&console.error("GLOBSTAR",[t,l,f]);var p=o,d=s+1;if(d===D){for(r.debug&&console.error("** at the end");o<a;o++)if("."===e[o]||".."===e[o]||!r.dot&&"."===e[o].charAt(0))return!1;return!0}e:for(;p<a;){var h=e[p];if(r.debug&&console.error("\nglobstar while",e,p,t,d,h),this.matchOne(e.slice(p),t.slice(d),u))return r.debug&&console.error("globstar found match!",p,a,h),!0;if("."===h||".."===h||!r.dot&&"."===h.charAt(0)){r.debug&&console.error("dot detected!",e,p,t,d);break e}r.debug&&console.error("globstar swallow a segment, and continue"),p++}return!(!u||p!==a)}if("string"==typeof l?(c=r.nocase?f.toLowerCase()===l.toLowerCase():f===l,r.debug&&console.error("string match",l,f,c)):(c=f.match(l),r.debug&&console.error("pattern match",l,f,c)),!c)return!1}if(o===a&&s===D)return!0;if(o===a)return u;if(s===D)return o===a-1&&""===e[o];throw new Error("wtf?")}}}),Oi=Xn({"node_modules/editorconfig/src/lib/ini.js"(e){var t=e&&e.__awaiter||function(e,t,u,r){return new(u||(u=Promise))(function(n,o){function i(e){try{a(r.next(e))}catch(e){o(e)}}function s(e){try{a(r.throw(e))}catch(e){o(e)}}function a(e){e.done?n(e.value):new u(function(t){t(e.value)}).then(i,s)}a((r=r.apply(e,t||[])).next())})},u=e&&e.__generator||function(e,t){var u,r,n,o,i={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(u)throw new TypeError("Generator is already executing.");for(;i;)try{if(u=1,r&&(n=2&o[0]?r.return:o[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,o[1])).done)return n;switch(r=0,n&&(o=[2&o[0],n.value]),o[0]){case 0:case 1:n=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,r=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!(n=i.trys,(n=n.length>0&&n[n.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!n||o[1]>n[0]&&o[1]<n[3])){i.label=o[1];break}if(6===o[0]&&i.label<n[1]){i.label=n[1],n=o;break}if(n&&i.label<n[2]){i.label=n[2],i.ops.push(o);break}n[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],r=0}finally{u=n=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},r=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var u in e)Object.hasOwnProperty.call(e,u)&&(t[u]=e[u]);return t.default=e,t};Object.defineProperty(e,"__esModule",{value:!0});var n=r(qn("fs")),o={section:/^\s*\[(([^#;]|\\#|\\;)+)\]\s*([#;].*)?$/,param:/^\s*([\w\.\-\_]+)\s*[=:]\s*(.*?)\s*([#;].*)?$/,comment:/^\s*[#;].*$/};function i(e){var t={},u=null,r=[[u,t]];return e.split(/\r\n|\r|\n/).forEach(function(e){var n;o.comment.test(e)||(o.param.test(e)?(n=e.match(o.param),t[n[1]]=n[2]):o.section.test(e)&&(n=e.match(o.section),u=n[1],t={},r.push([u,t])))}),r}e.parse=function(e){return t(this,void 0,void 0,function(){return u(this,function(t){return[2,new Promise(function(t,u){n.readFile(e,"utf8",function(e,r){e?u(e):t(i(r))})})]})})},e.parseSync=function(e){return i(n.readFileSync(e,"utf8"))},e.parseString=i}}),ji=Xn({"node_modules/editorconfig/package.json"(e,t){t.exports={name:"editorconfig",version:"0.15.3",description:"EditorConfig File Locator and Interpreter for Node.js",keywords:["editorconfig","core"],main:"src/index.js",contributors:["Hong Xu (topbug.net)","Jed Mao (https://github.com/jedmao/)","Trey Hunner (http://treyhunner.com)"],directories:{bin:"./bin",lib:"./lib"},scripts:{clean:"rimraf dist",prebuild:"npm run clean",build:"tsc",pretest:"npm run lint && npm run build && npm run copy && cmake .",test:"ctest .","pretest:ci":"npm run pretest","test:ci":"ctest -VV --output-on-failure .",lint:"npm run eclint && npm run tslint",eclint:'eclint check --indent_size ignore "src/**"',tslint:"tslint --project tsconfig.json --exclude package.json",copy:"cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib",prepub:"npm run lint && npm run build && npm run copy",pub:"npm publish ./dist"},repository:{type:"git",url:"git://github.com/editorconfig/editorconfig-core-js.git"},bugs:"https://github.com/editorconfig/editorconfig-core-js/issues",author:"EditorConfig Team",license:"MIT",dependencies:{commander:"^2.19.0","lru-cache":"^4.1.5",semver:"^5.6.0",sigmund:"^1.0.1"},devDependencies:{"@types/mocha":"^5.2.6","@types/node":"^10.12.29","@types/semver":"^5.5.0","cpy-cli":"^2.0.0",eclint:"^2.8.1",mocha:"^5.2.0",rimraf:"^2.6.3",should:"^13.2.3",tslint:"^5.13.1",typescript:"^3.3.3333"}}}}),ki=Xn({"node_modules/editorconfig/src/index.js"(e){var t=e&&e.__awaiter||function(e,t,u,r){return new(u||(u=Promise))(function(n,o){function i(e){try{a(r.next(e))}catch(e){o(e)}}function s(e){try{a(r.throw(e))}catch(e){o(e)}}function a(e){e.done?n(e.value):new u(function(t){t(e.value)}).then(i,s)}a((r=r.apply(e,t||[])).next())})},u=e&&e.__generator||function(e,t){var u,r,n,o,i={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(u)throw new TypeError("Generator is already executing.");for(;i;)try{if(u=1,r&&(n=2&o[0]?r.return:o[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,o[1])).done)return n;switch(r=0,n&&(o=[2&o[0],n.value]),o[0]){case 0:case 1:n=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,r=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!(n=i.trys,(n=n.length>0&&n[n.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!n||o[1]>n[0]&&o[1]<n[3])){i.label=o[1];break}if(6===o[0]&&i.label<n[1]){i.label=n[1],n=o;break}if(n&&i.label<n[2]){i.label=n[2],i.ops.push(o);break}n[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],r=0}finally{u=n=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},r=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var u in e)Object.hasOwnProperty.call(e,u)&&(t[u]=e[u]);return t.default=e,t},n=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0});var o=r(qn("fs")),i=r(qn("path")),s={gte:bi()},a=n(Ri()),D=Oi();e.parseString=D.parseString;var c=n(ji()),l={end_of_line:!0,indent_style:!0,indent_size:!0,insert_final_newline:!0,trim_trailing_whitespace:!0,charset:!0};function f(e,t){var u=[];do{e=i.dirname(e),u.push(i.join(e,t.config))}while(e!==t.root);return u}function p(e,t){return void 0===e&&(e={}),{config:e.config||".editorconfig",version:e.version||c.default.version,root:i.resolve(e.root||i.parse(t).root)}}function d(e,t,u){return r=e.reverse().reduce(function(e,u){var r=i.dirname(u.name);return u.contents.forEach(function(u){var n=u[0],o=u[1];if(n){var s=function(e,t){switch(t.indexOf("/")){case-1:t="**/"+t;break;case 0:t=t.substring(1)}return i.join(e,t)}(r,n);(function(e,t){return t=t.replace(/\*\*/g,"{*,**/**/**}"),a.default(e,t,{matchBase:!0,dot:!0,noext:!0})})(t,s)&&(e=function(e,t){for(var u in void 0===e&&(e={}),void 0===t&&(t={}),t)if(t.hasOwnProperty(u)){var r=t[u],n=u.toLowerCase(),o=r;l[n]&&(o=r.toLowerCase());try{o=JSON.parse(r)}catch(e){}null==r&&(o=String(r)),e[n]=o}return e}(e,o))}}),e},{}),n=u.version,"indent_style"in r&&"tab"===r.indent_style&&!("indent_size"in r)&&s.gte(n,"0.10.0")&&(r.indent_size="tab"),"indent_size"in r&&!("tab_width"in r)&&"tab"!==r.indent_size&&(r.tab_width=r.indent_size),"indent_size"in r&&"tab_width"in r&&"tab"===r.indent_size&&(r.indent_size=r.tab_width),r;var r,n}function h(e){var t=[];for(var u in e)if(e.hasOwnProperty(u)){var r=e[u],n=D.parseString(r.contents);if(t.push({name:r.name,contents:n}),"true"===(n[0][1].root||"").toLowerCase())break}return t}function F(e){return t(this,void 0,void 0,function(){return u(this,function(t){return[2,Promise.all(e.map(function(e){return new Promise(function(t){o.readFile(e,"utf8",function(u,r){t({name:e,contents:u?"":r})})})}))]})})}function E(e,t){void 0===t&&(t={});var u=i.resolve(e);return[u,p(t,u)]}e.parseFromFiles=function(e,r,n){return void 0===n&&(n={}),t(this,void 0,void 0,function(){var t,o,i;return u(this,function(u){return t=E(e,n),o=t[0],i=t[1],[2,r.then(h).then(function(e){return d(e,o,i)})]})})},e.parseFromFilesSync=function(e,t,u){void 0===u&&(u={});var r=E(e,u),n=r[0],o=r[1];return d(h(t),n,o)},e.parse=function(e,r){return void 0===r&&(r={}),t(this,void 0,void 0,function(){var t,n,o;return u(this,function(u){return t=E(e,r),n=t[0],o=t[1],[2,F(f(n,o)).then(h).then(function(e){return d(e,n,o)})]})})},e.parseSync=function(e,t){void 0===t&&(t={});var u=E(e,t),r=u[0],n=u[1];return d(h(function(e){var t,u=[];return e.forEach(function(e){try{t=o.readFileSync(e,"utf8")}catch(e){t=""}u.push({name:e,contents:t})}),u}(f(r,n))),r,n)}}}),Pi=Xn({"node_modules/@babel/code-frame/node_modules/js-tokens/index.js"(e,t){var u,r,n,o,i,s,a,D,c,l,f,p,d,h,F,E,m,g,C;d=/\/(?![*\/])(?:\[(?:[^\]\\\n\r\u2028\u2029]+|\\.)*\]|[^\/\\\n\r\u2028\u2029]+|\\.)*(\/[$_\u200C\u200D\p{ID_Continue}]*|\\)?/uy,p=/--|\+\+|=>|\.{3}|\??\.(?!\d)|(?:&&|\|\||\?\?|[+\-%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2}|\/(?![\/*]))=?|[?~,:;[\](){}]/y,u=/(\x23?)(?=[$_\p{ID_Start}\\])(?:[$_\u200C\u200D\p{ID_Continue}]+|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+/uy,F=/(['"])(?:[^'"\\\n\r]+|(?!\1)['"]|\\(?:\r\n|[^]))*(\1)?/y,f=/(?:0[xX][\da-fA-F](?:_?[\da-fA-F])*|0[oO][0-7](?:_?[0-7])*|0[bB][01](?:_?[01])*)n?|0n|[1-9](?:_?\d)*n|(?:(?:0(?!\d)|0\d*[89]\d*|[1-9](?:_?\d)*)(?:\.(?:\d(?:_?\d)*)?)?|\.\d(?:_?\d)*)(?:[eE][+-]?\d(?:_?\d)*)?|0[0-7]+/y,E=/[`}](?:[^`\\$]+|\\[^]|\$(?!\{))*(`|\$\{)?/y,C=/[\t\v\f\ufeff\p{Zs}]+/uy,D=/\r?\n|[\r\u2028\u2029]/y,c=/\/\*(?:[^*]+|\*(?!\/))*(\*\/)?/y,h=/\/\/.*/y,n=/[<>.:={}]|\/(?![\/*])/y,r=/[$_\p{ID_Start}][$_\u200C\u200D\p{ID_Continue}-]*/uy,o=/(['"])(?:[^'"]+|(?!\1)['"])*(\1)?/y,i=/[^<>{}]+/y,g=/^(?:[\/+-]|\.{3}|\?(?:InterpolationIn(?:JSX|Template)|NoLineTerminatorHere|NonExpressionParenEnd|UnaryIncDec))?$|[{}([,;<>=*%&|^!~?:]$/,m=/^(?:=>|[;\]){}]|else|\?(?:NoLineTerminatorHere|NonExpressionParenEnd))?$/,s=/^(?:await|case|default|delete|do|else|instanceof|new|return|throw|typeof|void|yield)$/,a=/^(?:return|throw|yield)$/,l=RegExp(D.source),t.exports=function*(e,{jsx:t=!1}={}){var y,v,A,b,_,w,B,S,x,R,O,j,k,P;for(({length:w}=e),b=0,_="",P=[{tag:"JS"}],y=[],O=0,j=!1;b<w;){switch((S=P[P.length-1]).tag){case"JS":case"JSNonExpressionParen":case"InterpolationInTemplate":case"InterpolationInJSX":if("/"===e[b]&&(g.test(_)||s.test(_))&&(d.lastIndex=b,B=d.exec(e))){b=d.lastIndex,_=B[0],j=!0,yield{type:"RegularExpressionLiteral",value:B[0],closed:void 0!==B[1]&&"\\"!==B[1]};continue}if(p.lastIndex=b,B=p.exec(e)){switch(k=B[0],x=p.lastIndex,R=k,k){case"(":"?NonExpressionParenKeyword"===_&&P.push({tag:"JSNonExpressionParen",nesting:O}),O++,j=!1;break;case")":O--,j=!0,"JSNonExpressionParen"===S.tag&&O===S.nesting&&(P.pop(),R="?NonExpressionParenEnd",j=!1);break;case"{":p.lastIndex=0,A=!m.test(_)&&(g.test(_)||s.test(_)),y.push(A),j=!1;break;case"}":switch(S.tag){case"InterpolationInTemplate":if(y.length===S.nesting){E.lastIndex=b,B=E.exec(e),b=E.lastIndex,_=B[0],"${"===B[1]?(_="?InterpolationInTemplate",j=!1,yield{type:"TemplateMiddle",value:B[0]}):(P.pop(),j=!0,yield{type:"TemplateTail",value:B[0],closed:"`"===B[1]});continue}break;case"InterpolationInJSX":if(y.length===S.nesting){P.pop(),b+=1,_="}",yield{type:"JSXPunctuator",value:"}"};continue}}R=(j=y.pop())?"?ExpressionBraceEnd":"}";break;case"]":j=!0;break;case"++":case"--":R=j?"?PostfixIncDec":"?UnaryIncDec";break;case"<":if(t&&(g.test(_)||s.test(_))){P.push({tag:"JSXTag"}),b+=1,_="<",yield{type:"JSXPunctuator",value:k};continue}j=!1;break;default:j=!1}b=x,_=R,yield{type:"Punctuator",value:k};continue}if(u.lastIndex=b,B=u.exec(e)){switch(b=u.lastIndex,R=B[0],B[0]){case"for":case"if":case"while":case"with":"."!==_&&"?."!==_&&(R="?NonExpressionParenKeyword")}_=R,j=!s.test(B[0]),yield{type:"#"===B[1]?"PrivateIdentifier":"IdentifierName",value:B[0]};continue}if(F.lastIndex=b,B=F.exec(e)){b=F.lastIndex,_=B[0],j=!0,yield{type:"StringLiteral",value:B[0],closed:void 0!==B[2]};continue}if(f.lastIndex=b,B=f.exec(e)){b=f.lastIndex,_=B[0],j=!0,yield{type:"NumericLiteral",value:B[0]};continue}if(E.lastIndex=b,B=E.exec(e)){b=E.lastIndex,_=B[0],"${"===B[1]?(_="?InterpolationInTemplate",P.push({tag:"InterpolationInTemplate",nesting:y.length}),j=!1,yield{type:"TemplateHead",value:B[0]}):(j=!0,yield{type:"NoSubstitutionTemplate",value:B[0],closed:"`"===B[1]});continue}break;case"JSXTag":case"JSXTagEnd":if(n.lastIndex=b,B=n.exec(e)){switch(b=n.lastIndex,R=B[0],B[0]){case"<":P.push({tag:"JSXTag"});break;case">":P.pop(),"/"===_||"JSXTagEnd"===S.tag?(R="?JSX",j=!0):P.push({tag:"JSXChildren"});break;case"{":P.push({tag:"InterpolationInJSX",nesting:y.length}),R="?InterpolationInJSX",j=!1;break;case"/":"<"===_&&(P.pop(),"JSXChildren"===P[P.length-1].tag&&P.pop(),P.push({tag:"JSXTagEnd"}))}_=R,yield{type:"JSXPunctuator",value:B[0]};continue}if(r.lastIndex=b,B=r.exec(e)){b=r.lastIndex,_=B[0],yield{type:"JSXIdentifier",value:B[0]};continue}if(o.lastIndex=b,B=o.exec(e)){b=o.lastIndex,_=B[0],yield{type:"JSXString",value:B[0],closed:void 0!==B[2]};continue}break;case"JSXChildren":if(i.lastIndex=b,B=i.exec(e)){b=i.lastIndex,_=B[0],yield{type:"JSXText",value:B[0]};continue}switch(e[b]){case"<":P.push({tag:"JSXTag"}),b++,_="<",yield{type:"JSXPunctuator",value:"<"};continue;case"{":P.push({tag:"InterpolationInJSX",nesting:y.length}),b++,_="?InterpolationInJSX",j=!1,yield{type:"JSXPunctuator",value:"{"};continue}}C.lastIndex=b,(B=C.exec(e))?(b=C.lastIndex,yield{type:"WhiteSpace",value:B[0]}):(D.lastIndex=b,(B=D.exec(e))?(b=D.lastIndex,j=!1,a.test(_)&&(_="?NoLineTerminatorHere"),yield{type:"LineTerminatorSequence",value:B[0]}):(c.lastIndex=b,(B=c.exec(e))?(b=c.lastIndex,l.test(B[0])&&(j=!1,a.test(_)&&(_="?NoLineTerminatorHere")),yield{type:"MultiLineComment",value:B[0],closed:void 0!==B[1]}):(h.lastIndex=b,(B=h.exec(e))?(b=h.lastIndex,j=!1,yield{type:"SingleLineComment",value:B[0]}):(b+=(v=String.fromCodePoint(e.codePointAt(b))).length,_=v,j=!1,yield{type:S.tag.startsWith("JSX")?"JSXInvalid":"Invalid",value:v}))))}}}}),Ti=Xn({"node_modules/n-readlines/readlines.js"(e,t){var u=qn("fs");t.exports=class{constructor(e,t){(t=t||{}).readChunk||(t.readChunk=1024),t.newLineCharacter?t.newLineCharacter=t.newLineCharacter.charCodeAt(0):t.newLineCharacter=10,this.fd="number"==typeof e?e:u.openSync(e,"r"),this.options=t,this.newLineCharacter=t.newLineCharacter,this.reset()}_searchInBuffer(e,t){let u=-1;for(let r=0;r<=e.length;r++){if(e[r]===t){u=r;break}}return u}reset(){this.eofReached=!1,this.linesCache=[],this.fdPosition=0}close(){u.closeSync(this.fd),this.fd=null}_extractLines(e){let t;const u=[];let r=0,n=0;for(;;){let o=e[r++];if(o===this.newLineCharacter)t=e.slice(n,r),u.push(t),n=r;else if(void 0===o)break}let o=e.slice(n,r);return o.length&&u.push(o),u}_readChunk(e){let t,r=0;const n=[];do{const e=Buffer.alloc(this.options.readChunk);t=u.readSync(this.fd,e,0,this.options.readChunk,this.fdPosition),r+=t,this.fdPosition=this.fdPosition+t,n.push(e)}while(t&&-1===this._searchInBuffer(n[n.length-1],this.options.newLineCharacter));let o=Buffer.concat(n);return t<this.options.readChunk&&(this.eofReached=!0,o=o.slice(0,r)),r&&(this.linesCache=this._extractLines(o),e&&(this.linesCache[0]=Buffer.concat([e,this.linesCache[0]]))),r}next(){if(!this.fd)return!1;let e,t=!1;if(this.eofReached&&0===this.linesCache.length)return t;if(this.linesCache.length||(e=this._readChunk()),this.linesCache.length){t=this.linesCache.shift();t[t.length-1]!==this.newLineCharacter&&(e=this._readChunk(t),e&&(t=this.linesCache.shift()))}return this.eofReached&&0===this.linesCache.length&&this.close(),t&&t[t.length-1]===this.newLineCharacter&&(t=t.slice(0,t.length-1)),t}}}}),Li=Xn({"node_modules/ignore/index.js"(e,t){function u(e){return Array.isArray(e)?e:[e]}var r=/^\s+$/,n=/(?:[^\\]|^)\\$/,o=/^\\!/,i=/^\\#/,s=/\r?\n/g,a=/^\.{0,2}\/|^\.{1,2}$/,D=/\/$/,c="/",l="node-ignore";"undefined"!=typeof Symbol&&(l=Symbol.for("node-ignore"));var f=l,p=(e,t,u)=>(Object.defineProperty(e,t,{value:u}),u),d=/([0-z])-([0-z])/g,h=()=>!1,F=[[/^\uFEFF/,()=>""],[/((?:\\\\)*?)(\\?\s+)$/,(e,t,u)=>t+(0===u.indexOf("\\")?" ":"")],[/(\\+?)\s/g,(e,t)=>{const{length:u}=t;return t.slice(0,u-u%2)+" "}],[/[\\$.|*+(){^]/g,e=>`\\${e}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(e,t,u)=>t+6<u.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(e,t,u)=>t+u.replace(/\\\*/g,"[^\\/]*")],[/\\\\\\(?=[$.|*+(){^])/g,()=>"\\"],[/\\\\/g,()=>"\\"],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(e,t,u,r,n)=>"\\"===t?`\\[${u}${(e=>{const{length:t}=e;return e.slice(0,t-t%2)})(r)}${n}`:"]"===n&&r.length%2==0?`[${(e=>e.replace(d,(e,t,u)=>t.charCodeAt(0)<=u.charCodeAt(0)?e:""))(u)}${r}]`:"[]"],[/(?:[^*])$/,e=>/\/$/.test(e)?`${e}$`:`${e}(?=$|\\/$)`]],E=/(^|\\\/)?\\\*$/,m="regex",g="checkRegex",C={[m]:(e,t)=>`${t?`${t}[^/]+`:"[^/]*"}(?=$|\\/$)`,[g]:(e,t)=>`${t?`${t}[^/]*`:"[^/]*"}(?=$|\\/$)`},y=e=>"string"==typeof e,v=class{constructor(e,t,u,r,n,o){this.pattern=e,this.mark=t,this.negative=n,p(this,"body",u),p(this,"ignoreCase",r),p(this,"regexPrefix",o)}get regex(){const e="_"+m;return this[e]?this[e]:this._make(m,e)}get checkRegex(){const e="_"+g;return this[e]?this[e]:this._make(g,e)}_make(e,t){const u=this.regexPrefix.replace(E,C[e]),r=this.ignoreCase?new RegExp(u,"i"):new RegExp(u);return p(this,t,r)}},A=({pattern:e,mark:t},u)=>{let r=!1,n=e;0===n.indexOf("!")&&(r=!0,n=n.substr(1)),n=n.replace(o,"!").replace(i,"#");const s=(e=>F.reduce((t,[u,r])=>t.replace(u,r.bind(e)),e))(n);return new v(e,t,n,u,r,s)},b=class{constructor(e){this._ignoreCase=e,this._rules=[]}_add(e){if(e&&e[f])return this._rules=this._rules.concat(e._rules._rules),void(this._added=!0);if(y(e)&&(e={pattern:e}),(e=>e&&y(e)&&!r.test(e)&&!n.test(e)&&0!==e.indexOf("#"))(e.pattern)){const t=A(e,this._ignoreCase);this._added=!0,this._rules.push(t)}}add(e){return this._added=!1,u(y(e)?(e=>e.split(s).filter(Boolean))(e):e).forEach(this._add,this),this._added}test(e,t,u){let r,n=!1,o=!1;this._rules.forEach(i=>{const{negative:s}=i;if(o===s&&n!==o||s&&!n&&!o&&!t)return;i[u].test(e)&&(n=!s,o=s,r=s?void 0:i)});const i={ignored:n,unignored:o};return r&&(i.rule=r),i}},_=(e,t)=>{throw new t(e)},w=(e,t,u)=>{if(!y(e))return u(`path must be a string, but got \`${t}\``,TypeError);if(!e)return u("path must not be empty",TypeError);if(w.isNotRelative(e)){return u(`path should be a ${"`path.relative()`d"} string, but got "${t}"`,RangeError)}return!0},B=e=>a.test(e);w.isNotRelative=B,w.convert=e=>e;var S=class{constructor({ignorecase:e=!0,ignoreCase:t=e,allowRelativePaths:u=!1}={}){p(this,f,!0),this._rules=new b(t),this._strictPathCheck=!u,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}add(e){return this._rules.add(e)&&this._initCache(),this}addPattern(e){return this.add(e)}_test(e,t,u,r){const n=e&&w.convert(e);return w(n,e,this._strictPathCheck?_:h),this._t(n,t,u,r)}checkIgnore(e){if(!D.test(e))return this.test(e);const t=e.split(c).filter(Boolean);if(t.pop(),t.length){const e=this._t(t.join(c)+c,this._testCache,!0,t);if(e.ignored)return e}return this._rules.test(e,!1,g)}_t(e,t,u,r){if(e in t)return t[e];if(r||(r=e.split(c).filter(Boolean)),r.pop(),!r.length)return t[e]=this._rules.test(e,u,m);const n=this._t(r.join(c)+c,t,u,r);return t[e]=n.ignored?n:this._rules.test(e,u,m)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return u(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}},x=e=>new S(e),R=()=>{w.convert=e=>/^\\\\\?\\/.test(e)||/["<>|\u0000-\u001F]+/u.test(e)?e:e.replace(/\\/g,"/");const e=/^[a-z]:\//i;w.isNotRelative=t=>e.test(t)||B(t)};"undefined"!=typeof process&&"win32"===process.platform&&R(),t.exports=x,x.default=x,t.exports.isPathValid=e=>w(e&&w.convert(e),e,h),p(t.exports,Symbol.for("setupWindows"),R)}}),Ii={};Kn(Ii,{__debug:()=>Hd,__internal:()=>Ud,check:()=>Id,clearConfigCache:()=>Nd,doc:()=>In,format:()=>Ld,formatWithCursor:()=>Td,getFileInfo:()=>pd,getSupportInfo:()=>$d,resolveConfig:()=>al,resolveConfigFile:()=>Dl,util:()=>hd,version:()=>dd});var Ni=class{diff(e,t,u={}){let r;"function"==typeof u?(r=u,u={}):"callback"in u&&(r=u.callback);const n=this.castInput(e,u),o=this.castInput(t,u),i=this.removeEmpty(this.tokenize(n,u)),s=this.removeEmpty(this.tokenize(o,u));return this.diffWithOptionsObj(i,s,u,r)}diffWithOptionsObj(e,t,u,r){var n;const o=e=>(e=this.postProcess(e,u),r?void setTimeout(function(){r(e)},0):e),i=t.length,s=e.length;let a=1,D=i+s;null!=u.maxEditLength&&(D=Math.min(D,u.maxEditLength));const c=null!==(n=u.timeout)&&void 0!==n?n:1/0,l=Date.now()+c,f=[{oldPos:-1,lastComponent:void 0}];let p=this.extractCommon(f[0],t,e,0,u);if(f[0].oldPos+1>=s&&p+1>=i)return o(this.buildValues(f[0].lastComponent,t,e));let d=-1/0,h=1/0;const F=()=>{for(let r=Math.max(d,-a);r<=Math.min(h,a);r+=2){let n;const a=f[r-1],D=f[r+1];a&&(f[r-1]=void 0);let c=!1;if(D){const e=D.oldPos-r;c=D&&0<=e&&e<i}const l=a&&a.oldPos+1<s;if(c||l){if(n=!l||c&&a.oldPos<D.oldPos?this.addToPath(D,!0,!1,0,u):this.addToPath(a,!1,!0,1,u),p=this.extractCommon(n,t,e,r,u),n.oldPos+1>=s&&p+1>=i)return o(this.buildValues(n.lastComponent,t,e))||!0;f[r]=n,n.oldPos+1>=s&&(h=Math.min(h,r-1)),p+1>=i&&(d=Math.max(d,r+1))}else f[r]=void 0}a++};if(r)!function e(){setTimeout(function(){if(a>D||Date.now()>l)return r(void 0);F()||e()},0)}();else for(;a<=D&&Date.now()<=l;){const e=F();if(e)return e}}addToPath(e,t,u,r,n){const o=e.lastComponent;return o&&!n.oneChangePerToken&&o.added===t&&o.removed===u?{oldPos:e.oldPos+r,lastComponent:{count:o.count+1,added:t,removed:u,previousComponent:o.previousComponent}}:{oldPos:e.oldPos+r,lastComponent:{count:1,added:t,removed:u,previousComponent:o}}}extractCommon(e,t,u,r,n){const o=t.length,i=u.length;let s=e.oldPos,a=s-r,D=0;for(;a+1<o&&s+1<i&&this.equals(u[s+1],t[a+1],n);)a++,s++,D++,n.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return D&&!n.oneChangePerToken&&(e.lastComponent={count:D,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=s,a}equals(e,t,u){return u.comparator?u.comparator(e,t):e===t||!!u.ignoreCase&&e.toLowerCase()===t.toLowerCase()}removeEmpty(e){const t=[];for(let u=0;u<e.length;u++)e[u]&&t.push(e[u]);return t}castInput(e,t){return e}tokenize(e,t){return Array.from(e)}join(e){return e.join("")}postProcess(e,t){return e}get useLongestToken(){return!1}buildValues(e,t,u){const r=[];let n;for(;e;)r.push(e),n=e.previousComponent,delete e.previousComponent,e=n;r.reverse();const o=r.length;let i=0,s=0,a=0;for(;i<o;i++){const e=r[i];if(e.removed)e.value=this.join(u.slice(a,a+e.count)),a+=e.count;else{if(!e.added&&this.useLongestToken){let r=t.slice(s,s+e.count);r=r.map(function(e,t){const r=u[a+t];return r.length>e.length?r:e}),e.value=this.join(r)}else e.value=this.join(t.slice(s,s+e.count));s+=e.count,e.added||(a+=e.count)}}return r}},$i=new class extends Ni{constructor(){super(...arguments),this.tokenize=Ui}equals(e,t,u){return u.ignoreWhitespace?(u.newlineIsToken&&e.includes("\n")||(e=e.trim()),u.newlineIsToken&&t.includes("\n")||(t=t.trim())):u.ignoreNewlineAtEof&&!u.newlineIsToken&&(e.endsWith("\n")&&(e=e.slice(0,-1)),t.endsWith("\n")&&(t=t.slice(0,-1))),super.equals(e,t,u)}};function Mi(e,t,u){return $i.diff(e,t,u)}function Ui(e,t){t.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));const u=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(let e=0;e<r.length;e++){const n=r[e];e%2&&!t.newlineIsToken?u[u.length-1]+=n:u.push(n)}return u}var Hi=new class extends Ni{tokenize(e){return e.slice()}join(e){return e}removeEmpty(e){return e}};function Gi(e,t,u,r,n,o,i){let s;s=i?"function"==typeof i?{callback:i}:i:{},void 0===s.context&&(s.context=4);const a=s.context;if(s.newlineIsToken)throw new Error("newlineIsToken may not be used with patch-generation functions, only with diffing functions");if(!s.callback)return D(Mi(u,r,s));{const{callback:e}=s;Mi(u,r,Object.assign(Object.assign({},s),{callback:t=>{const u=D(t);e(u)}}))}function D(u){if(!u)return;function r(e){return e.map(function(e){return" "+e})}u.push({value:"",lines:[]});const i=[];let s=0,D=0,c=[],l=1,f=1;for(let e=0;e<u.length;e++){const t=u[e],n=t.lines||Vi(t.value);if(t.lines=n,t.added||t.removed){if(!s){const t=u[e-1];s=l,D=f,t&&(c=a>0?r(t.lines.slice(-a)):[],s-=c.length,D-=c.length)}for(const e of n)c.push((t.added?"+":"-")+e);t.added?f+=n.length:l+=n.length}else{if(s)if(n.length<=2*a&&e<u.length-2)for(const e of r(n))c.push(e);else{const e=Math.min(n.length,a);for(const t of r(n.slice(0,e)))c.push(t);const t={oldStart:s,oldLines:l-s+e,newStart:D,newLines:f-D+e,lines:c};i.push(t),s=0,D=0,c=[]}l+=n.length,f+=n.length}}for(const e of i)for(let t=0;t<e.lines.length;t++)e.lines[t].endsWith("\n")?e.lines[t]=e.lines[t].slice(0,-1):(e.lines.splice(t+1,0,"\"),t++);return{oldFileName:e,newFileName:t,oldHeader:n,newHeader:o,hunks:i}}}function Wi(e){if(Array.isArray(e))return e.map(Wi).join("\n");const t=[];e.oldFileName==e.newFileName&&t.push("Index: "+e.oldFileName),t.push("==================================================================="),t.push("--- "+e.oldFileName+(void 0===e.oldHeader?"":"\t"+e.oldHeader)),t.push("+++ "+e.newFileName+(void 0===e.newHeader?"":"\t"+e.newHeader));for(let u=0;u<e.hunks.length;u++){const r=e.hunks[u];0===r.oldLines&&(r.oldStart-=1),0===r.newLines&&(r.newStart-=1),t.push("@@ -"+r.oldStart+","+r.oldLines+" +"+r.newStart+","+r.newLines+" @@");for(const e of r.lines)t.push(e)}return t.join("\n")+"\n"}function Vi(e){const t=e.endsWith("\n"),u=e.split("\n").map(e=>e+"\n");return t?u.pop():u.push(u.pop().slice(0,-1)),u}var qi=zn(hi()),Xi=[],Ki=[];function zi(e,t,u){if(e===t)return 0;const r=u?.maxDistance,n=e;e.length>t.length&&(e=t,t=n);let o=e.length,i=t.length;for(;o>0&&e.charCodeAt(~-o)===t.charCodeAt(~-i);)o--,i--;let s,a,D,c,l=0;for(;l<o&&e.charCodeAt(l)===t.charCodeAt(l);)l++;if(o-=l,i-=l,void 0!==r&&i-o>r)return r;if(0===o)return void 0!==r&&i>r?r:i;let f=0,p=0;for(;f<o;)Ki[f]=e.charCodeAt(l+f),Xi[f]=++f;for(;p<i;){for(s=t.charCodeAt(l+p),D=p++,a=p,f=0;f<o;f++)c=s===Ki[f]?D:D+1,D=Xi[f],a=Xi[f]=D>a?c>a?a+1:c:c>D?D+1:c;if(void 0!==r){let e=a;for(f=0;f<o;f++)Xi[f]<e&&(e=Xi[f]);if(e>r)return r}}return Xi.length=o,Ki.length=o,void 0!==r&&a>r?r:a}function Ji(e,t,u){if(!Array.isArray(t)||0===t.length)return;const r=u?.maxDistance,n=e.length;for(const u of t)if(u===e)return u;if(0===r)return;let o,i=Number.POSITIVE_INFINITY;const s=new Set;for(const u of t){if(s.has(u))continue;s.add(u);const t=Math.abs(u.length-n);if(t>=i)continue;if(void 0!==r&&t>r)continue;const a=Number.isFinite(i)?void 0===r?i:Math.min(i,r):r,D=void 0===a?zi(e,u):zi(e,u,{maxDistance:a});if(void 0!==r&&D>r)continue;let c=D;if(void 0!==a&&D===a&&a===r&&(c=zi(e,u)),c<i&&(i=c,o=u,0===i))break}return void 0!==r&&i>r?void 0:o}var Qi=zn(Fi()),Yi={key:e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),value(e){if(null===e||"object"!=typeof e)return JSON.stringify(e);if(Array.isArray(e))return`[${e.map(e=>Yi.value(e)).join(", ")}]`;const t=Object.keys(e);return 0===t.length?"{}":`{ ${t.map(t=>`${Yi.key(t)}: ${Yi.value(e[t])}`).join(", ")} }`},pair:({key:e,value:t})=>Yi.value({[e]:t})},Zi=zn(Fi()),es=zn(Fi()),ts=Symbol.for("vnopts.VALUE_NOT_EXIST"),us=Symbol.for("vnopts.VALUE_UNCHANGED"),rs=" ".repeat(2);function ns(e,t,u,r){return[`Invalid ${es.default.red(r.key(e))} value.`,`Expected ${es.default.blue(u)},`,`but received ${t===ts?es.default.gray("nothing"):es.default.red(r.value(t))}.`].join(" ")}function os({text:e,list:t},u){const r=[];return e&&r.push(`- ${es.default.blue(e)}`),t&&r.push([`- ${es.default.blue(t.title)}:`].concat(t.values.map(e=>os(e,u-rs.length).replace(/^|\n/g,`$&${rs}`))).join("\n")),is(r,u)}function is(e,t){if(1===e.length)return e[0];const[u,r]=e,[n,o]=e.map(e=>e.split("\n",1)[0].length);return n>t&&n>o?r:u}var ss=zn(Fi()),as=(e,t,{descriptor:u,logger:r,schemas:n})=>{const o=[`Ignored unknown option ${ss.default.yellow(u.pair({key:e,value:t}))}.`],i=Ji(e,Object.keys(n),{maxDistance:3});i&&o.push(`Did you mean ${ss.default.blue(u.key(i))}?`),r.warn(o.join(" "))},Ds=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];var cs=class{static create(e){return function(e,t){const u=new e(t),r=Object.create(u);for(const e of Ds)e in t&&(r[e]=ls(t[e],u,cs.prototype[e].length));return r}(this,e)}constructor(e){this.name=e.name}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,u){return e}preprocess(e,t){return e}postprocess(e,t){return us}};function ls(e,t,u){return"function"==typeof e?(...r)=>e(...r.slice(0,u-1),t,...r.slice(u-1)):()=>e}var fs=class extends cs{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}},ps=class extends cs{expected(){return"anything"}validate(){return!0}},ds=class extends cs{constructor({valueSchema:e,name:t=e.name,...u}){super({...u,name:t}),this._valueSchema=e}expected(e){const{text:t,list:u}=e.normalizeExpectedResult(this._valueSchema.expected(e));return{text:t&&`an array of ${t}`,list:u&&{title:"an array of the following values",values:[{list:u}]}}}validate(e,t){if(!Array.isArray(e))return!1;const u=[];for(const r of e){const e=t.normalizeValidateResult(this._valueSchema.validate(r,t),r);!0!==e&&u.push(e.value)}return 0===u.length||{value:u}}deprecated(e,t){const u=[];for(const r of e){const e=t.normalizeDeprecatedResult(this._valueSchema.deprecated(r,t),r);!1!==e&&u.push(...e.map(({value:e})=>({value:[e]})))}return u}forward(e,t){const u=[];for(const r of e){const e=t.normalizeForwardResult(this._valueSchema.forward(r,t),r);u.push(...e.map(hs))}return u}redirect(e,t){const u=[],r=[];for(const n of e){const e=t.normalizeRedirectResult(this._valueSchema.redirect(n,t),n);"remain"in e&&u.push(e.remain),r.push(...e.redirect.map(hs))}return 0===u.length?{redirect:r}:{redirect:r,remain:u}}overlap(e,t){return e.concat(t)}};function hs({from:e,to:t}){return{from:[e],to:t}}var Fs=class extends cs{expected(){return"true or false"}validate(e){return"boolean"==typeof e}};function Es(e,t){const u=Object.create(null);for(const r of e){const e=r[t];if(u[e])throw new Error(`Duplicate ${t} ${JSON.stringify(e)}`);u[e]=r}return u}function ms(e,t){if(e===t)return 0;const u=typeof e,r=typeof t,n=["undefined","object","boolean","number","string"];return u!==r?n.indexOf(u)-n.indexOf(r):"string"!==u?Number(e)-Number(t):e.localeCompare(t)}function gs(e){return void 0===e?{}:e}function Cs(e){if("string"==typeof e)return{text:e};const{text:t,list:u}=e;return function(e,t){if(!e)throw new Error(t)}(void 0!==(t||u),"Unexpected `expected` result, there should be at least one field."),u?{text:t,list:{title:u.title,values:u.values.map(Cs)}}:{text:t}}function ys(e,t){return!0===e||(!1===e?{value:t}:e)}function vs(e,t,u=!1){return!1!==e&&(!0===e?!!u||[{value:t}]:"value"in e?[e]:0!==e.length&&e)}function As(e,t){return"string"==typeof e||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function bs(e,t){return void 0===e?[]:Array.isArray(e)?e.map(e=>As(e,t)):[As(e,t)]}function _s(e,t){const u=bs("object"==typeof e&&"redirect"in e?e.redirect:e,t);return 0===u.length?{remain:t,redirect:u}:"object"==typeof e&&"remain"in e?{remain:e.remain,redirect:u}:{redirect:u}}var ws=class extends cs{constructor(e){super(e),this._choices=function(e,t){const u=new Map;for(const r of e){const e=r[t];if(u.has(e))throw new Error(`Duplicate ${t} ${JSON.stringify(e)}`);u.set(e,r)}return u}(e.choices.map(e=>e&&"object"==typeof e?e:{value:e}),"value")}expected({descriptor:e}){const t=Array.from(this._choices.keys()).map(e=>this._choices.get(e)).filter(({hidden:e})=>!e).map(e=>e.value).sort(ms).map(e.value),u=t.slice(0,-2),r=t.slice(-2);return{text:u.concat(r.join(" or ")).join(", "),list:{title:"one of the following values",values:t}}}validate(e){return this._choices.has(e)}deprecated(e){const t=this._choices.get(e);return!(!t||!t.deprecated)&&{value:e}}forward(e){const t=this._choices.get(e);return t?t.forward:void 0}redirect(e){const t=this._choices.get(e);return t?t.redirect:void 0}},Bs=class extends cs{expected(){return"a number"}validate(e,t){return"number"==typeof e}},Ss=class extends Bs{expected(){return"an integer"}validate(e,t){return!0===t.normalizeValidateResult(super.validate(e,t),e)&&function(e){return e===Math.floor(e)}(e)}},xs=class extends cs{expected(){return"a string"}validate(e){return"string"==typeof e}},Rs=Yi,Os=as,js=(e,t,u)=>{const{text:r,list:n}=u.normalizeExpectedResult(u.schemas[e].expected(u)),o=[];return r&&o.push(ns(e,t,r,u.descriptor)),n&&o.push([ns(e,t,n.title,u.descriptor)].concat(n.values.map(e=>os(e,u.loggerPrintWidth))).join("\n")),is(o,u.loggerPrintWidth)},ks=(e,t,{descriptor:u})=>{const r=[`${Zi.default.yellow("string"==typeof e?u.key(e):u.pair(e))} is deprecated`];return t&&r.push(`we now treat it as ${Zi.default.blue("string"==typeof t?u.key(t):u.pair(t))}`),r.join("; ")+"."},Ps=class{constructor(e,t){const{logger:u=console,loggerPrintWidth:r=80,descriptor:n=Rs,unknown:o=Os,invalid:i=js,deprecated:s=ks,missing:a=()=>!1,required:D=()=>!1,preprocess:c=e=>e,postprocess:l=()=>us}=t||{};var f;this._utils={descriptor:n,logger:u||{warn:()=>{}},loggerPrintWidth:r,schemas:Es(e,"name"),normalizeDefaultResult:gs,normalizeExpectedResult:Cs,normalizeDeprecatedResult:vs,normalizeForwardResult:bs,normalizeRedirectResult:_s,normalizeValidateResult:ys},this._unknownHandler=o,this._invalidHandler=(f=i,(...e)=>{const t=f(...e);return"string"==typeof t?new Error(t):t}),this._deprecatedHandler=s,this._identifyMissing=(e,t)=>!(e in t)||a(e,t),this._identifyRequired=D,this._preprocess=c,this._postprocess=l,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=function(){const e=Object.create(null);return t=>{const u=JSON.stringify(t);return!!e[u]||(e[u]=!0,!1)}}()}normalize(e){const t={},u=[this._preprocess(e,this._utils)],r=()=>{for(;0!==u.length;){const e=u.shift(),r=this._applyNormalization(e,t);u.push(...r)}};r();for(const e of Object.keys(this._utils.schemas)){const r=this._utils.schemas[e];if(!(e in t)){const t=gs(r.default(this._utils));"value"in t&&u.push({[e]:t.value})}}r();for(const e of Object.keys(this._utils.schemas)){if(!(e in t))continue;const u=this._utils.schemas[e],r=t[e],n=u.postprocess(r,this._utils);n!==us&&(this._applyValidation(n,e,u),t[e]=n)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){const u=[],{knownKeys:r,unknownKeys:n}=this._partitionOptionKeys(e);for(const n of r){const r=this._utils.schemas[n],o=r.preprocess(e[n],this._utils);this._applyValidation(o,n,r);const i=({from:e,to:t})=>{u.push("string"==typeof t?{[t]:e}:{[t.key]:t.value})},s=({value:e,redirectTo:t})=>{const u=vs(r.deprecated(e,this._utils),o,!0);if(!1!==u)if(!0===u)this._hasDeprecationWarned(n)||this._utils.logger.warn(this._deprecatedHandler(n,t,this._utils));else for(const{value:e}of u){const u={key:n,value:e};if(!this._hasDeprecationWarned(u)){const r="string"==typeof t?{key:t,value:e}:t;this._utils.logger.warn(this._deprecatedHandler(u,r,this._utils))}}};bs(r.forward(o,this._utils),o).forEach(i);const a=_s(r.redirect(o,this._utils),o);if(a.redirect.forEach(i),"remain"in a){const e=a.remain;t[n]=n in t?r.overlap(t[n],e,this._utils):e,s({value:e})}for(const{from:e,to:t}of a.redirect)s({value:e,redirectTo:t})}for(const r of n){const n=e[r];this._applyUnknownHandler(r,n,t,(e,t)=>{u.push({[e]:t})})}return u}_applyRequiredCheck(e){for(const t of Object.keys(this._utils.schemas))if(this._identifyMissing(t,e)&&this._identifyRequired(t))throw this._invalidHandler(t,ts,this._utils)}_partitionOptionKeys(e){const[t,u]=function(e,t){const u=[],r=[];for(const n of e)t(n)?u.push(n):r.push(n);return[u,r]}(Object.keys(e).filter(t=>!this._identifyMissing(t,e)),e=>e in this._utils.schemas);return{knownKeys:t,unknownKeys:u}}_applyValidation(e,t,u){const r=ys(u.validate(e,this._utils),e);if(!0!==r)throw this._invalidHandler(t,r.value,this._utils)}_applyUnknownHandler(e,t,u,r){const n=this._unknownHandler(e,t,this._utils);if(n)for(const e of Object.keys(n)){if(this._identifyMissing(e,n))continue;const t=n[e];e in this._utils.schemas?r(e,t):u[e]=t}}_applyPostprocess(e){const t=this._postprocess(e,this._utils);if(t!==us){if(t.delete)for(const u of t.delete)delete e[u];if(t.override){const{knownKeys:u,unknownKeys:r}=this._partitionOptionKeys(t.override);for(const r of u){const u=t.override[r];this._applyValidation(u,r,this._utils.schemas[r]),e[r]=u}for(const u of r){const r=t.override[u];this._applyUnknownHandler(u,r,e,(t,u)=>{const r=this._utils.schemas[t];this._applyValidation(u,t,r),e[t]=u})}}}}},Ts={};Kn(Ts,{ArgExpansionBailout:()=>Ns,ConfigError:()=>Ls,UndefinedParserError:()=>Is});var Ls=class extends Error{name="ConfigError"},Is=class extends Error{name="UndefinedParserError"},Ns=class extends Error{name="ArgExpansionBailout"};var $s=function(e){const t={...e},u=(u,r)=>{if(!Object.prototype.hasOwnProperty.call(e,u))throw new Error(`Unexpected mock '${u}'.`);t[u]=r};return{mocked:t,implementations:e,mockImplementation:u,mockImplementations:e=>{for(const[t,r]of Object.entries(e))u(t,r)},mockRestore:()=>{Object.assign(t,e)}}},Ms=$s({getPrettierConfigSearchStopDirectory:()=>{}}),Us=Ms.mocked,Hs=zn(Co()),Gs=e=>"string"==typeof e&&e.startsWith("file:"),Ws=e=>e instanceof URL||Gs(e),Vs=e=>Ws(e)?f.fileURLToPath(e):e,qs=e=>e?l.resolve(Ws(e)?f.fileURLToPath(e):e):e;var Xs=function(e,t){const u=[[],[]];for(const r of e)u[t(r)?0:1].push(r);return u},Ks=zn(ki()),zs=e=>e?.isFile(),Js=e=>e?.isDirectory();async function Qs(e,{typeCheck:t,cwd:u,allowSymlinks:r=!0,filter:n}){const i=qs(u)??o.cwd(),s=Array.isArray(e)?e:[e];for(const e of s){const u=l.join(i,e),o=await Ys(u,r);if(await t(o)&&(!n||await n({name:e,path:u,stats:o})))return u}}async function Ys(e,t=!0){try{return await(t?p.stat:p.lstat)(e)}catch{}}function Zs(e,t){return Qs(e,{...t,typeCheck:zs})}function ea(e,t){return Qs(e,{...t,typeCheck:Js})}var ta,ua=function*(e,t){let u=qs(e)??o.cwd(),r=qs(t);if(r){const e=l.relative(r,u);if("."===e[0]||e===u)return}for(r=r?u.slice(0,r.length):l.parse(u).root;u!==r;)yield u,u=l.dirname(u);yield r},ra=class{#e;#t;#u=new Map;#r;findInDirectory;constructor(e,{allowSymlinks:t,filter:u,stopDirectory:r,cache:n}={}){this.#e=r,this.#t=n??!0,this.#r=r=>this.findInDirectory(e,{cwd:r,filter:u,allowSymlinks:t})}#n(e,t=!0){const u=this.#u;return t&&u.has(e)||u.set(e,this.#r(e)),u.get(e)}async search(e,t){for(const u of ua(e,this.#e)){const e=await this.#n(u,t?.cache??this.#t);if(e)return e}}clearCache(){this.#u.clear()}},na=class extends ra{findInDirectory=Zs},oa=class extends ra{findInDirectory=ea},ia=[".git",".hg"];var sa=e=>Number.isSafeInteger(e)&&e>0;var aa=function(e){if(!e)return;const t={},{indent_style:u,indent_size:r,tab_width:n,max_line_length:o,quote_type:i,end_of_line:s}=e;return"space"===u?t.useTabs=!1:"tab"!==u&&"tab"!==r||(t.useTabs=!0),!1===t.useTabs&&sa(r)?t.tabWidth=r:sa(n)&&(t.tabWidth=n),"off"===o?t.printWidth=Number.POSITIVE_INFINITY:sa(o)&&(t.printWidth=o),"single"===i?t.singleQuote=!0:"double"===i&&(t.singleQuote=!1),"lf"!==s&&"crlf"!==s&&"cr"!==s||(t.endOfLine=s),0!==Object.keys(t).length?t:void 0},Da=new Map;function ca(){ta?.clearCache(),Da.clear()}async function la(e,{shouldCache:u}){const r=t.dirname(e),n=await async function(e,t){ta??(ta=new oa(ia,{allowSymlinks:!1}));const u=await ta.search(e,{cache:t.shouldCache});return u?l.dirname(u):void 0}(r,{shouldCache:u}),o=await Ks.default.parse(e,{root:n});return aa(o)}var fa,pa,da,ha,Fa,Ea,ma,ga,Ca,ya,va,Aa,ba,_a,wa={Space_Separator:/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ID_Start:/[\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\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ID_Continue:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\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\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\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\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/},Ba={isSpaceSeparator:e=>"string"==typeof e&&wa.Space_Separator.test(e),isIdStartChar:e=>"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||wa.ID_Start.test(e)),isIdContinueChar:e=>"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||""===e||""===e||wa.ID_Continue.test(e)),isDigit:e=>"string"==typeof e&&/[0-9]/.test(e),isHexDigit:e=>"string"==typeof e&&/[0-9A-Fa-f]/.test(e)};function Sa(e,t,u){const r=e[t];if(null!=r&&"object"==typeof r)if(Array.isArray(r))for(let e=0;e<r.length;e++){const t=String(e),n=Sa(r,t,u);void 0===n?delete r[t]:Object.defineProperty(r,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}else for(const e in r){const t=Sa(r,e,u);void 0===t?delete r[e]:Object.defineProperty(r,e,{value:t,writable:!0,enumerable:!0,configurable:!0})}return u.call(e,t,r)}function xa(){for(ya="default",va="",Aa=!1,ba=1;;){_a=Ra();const e=ja[ya]();if(e)return e}}function Ra(){if(fa[ha])return String.fromCodePoint(fa.codePointAt(ha))}function Oa(){const e=Ra();return"\n"===e?(Fa++,Ea=0):e?Ea+=e.length:Ea++,e&&(ha+=e.length),e}var ja={default(){switch(_a){case"\t":case"\v":case"\f":case" ":case" ":case"\ufeff":case"\n":case"\r":case"\u2028":case"\u2029":return void Oa();case"/":return Oa(),void(ya="comment");case void 0:return Oa(),ka("eof")}if(!Ba.isSpaceSeparator(_a))return ja[pa]();Oa()},comment(){switch(_a){case"*":return Oa(),void(ya="multiLineComment");case"/":return Oa(),void(ya="singleLineComment")}throw $a(Oa())},multiLineComment(){switch(_a){case"*":return Oa(),void(ya="multiLineCommentAsterisk");case void 0:throw $a(Oa())}Oa()},multiLineCommentAsterisk(){switch(_a){case"*":return void Oa();case"/":return Oa(),void(ya="default");case void 0:throw $a(Oa())}Oa(),ya="multiLineComment"},singleLineComment(){switch(_a){case"\n":case"\r":case"\u2028":case"\u2029":return Oa(),void(ya="default");case void 0:return Oa(),ka("eof")}Oa()},value(){switch(_a){case"{":case"[":return ka("punctuator",Oa());case"n":return Oa(),Pa("ull"),ka("null",null);case"t":return Oa(),Pa("rue"),ka("boolean",!0);case"f":return Oa(),Pa("alse"),ka("boolean",!1);case"-":case"+":return"-"===Oa()&&(ba=-1),void(ya="sign");case".":return va=Oa(),void(ya="decimalPointLeading");case"0":return va=Oa(),void(ya="zero");case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":return va=Oa(),void(ya="decimalInteger");case"I":return Oa(),Pa("nfinity"),ka("numeric",1/0);case"N":return Oa(),Pa("aN"),ka("numeric",NaN);case'"':case"'":return Aa='"'===Oa(),va="",void(ya="string")}throw $a(Oa())},identifierNameStartEscape(){if("u"!==_a)throw $a(Oa());Oa();const e=Ta();switch(e){case"$":case"_":break;default:if(!Ba.isIdStartChar(e))throw Ua()}va+=e,ya="identifierName"},identifierName(){switch(_a){case"$":case"_":case"":case"":return void(va+=Oa());case"\\":return Oa(),void(ya="identifierNameEscape")}if(!Ba.isIdContinueChar(_a))return ka("identifier",va);va+=Oa()},identifierNameEscape(){if("u"!==_a)throw $a(Oa());Oa();const e=Ta();switch(e){case"$":case"_":case"":case"":break;default:if(!Ba.isIdContinueChar(e))throw Ua()}va+=e,ya="identifierName"},sign(){switch(_a){case".":return va=Oa(),void(ya="decimalPointLeading");case"0":return va=Oa(),void(ya="zero");case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":return va=Oa(),void(ya="decimalInteger");case"I":return Oa(),Pa("nfinity"),ka("numeric",ba*(1/0));case"N":return Oa(),Pa("aN"),ka("numeric",NaN)}throw $a(Oa())},zero(){switch(_a){case".":return va+=Oa(),void(ya="decimalPoint");case"e":case"E":return va+=Oa(),void(ya="decimalExponent");case"x":case"X":return va+=Oa(),void(ya="hexadecimal")}return ka("numeric",0*ba)},decimalInteger(){switch(_a){case".":return va+=Oa(),void(ya="decimalPoint");case"e":case"E":return va+=Oa(),void(ya="decimalExponent")}if(!Ba.isDigit(_a))return ka("numeric",ba*Number(va));va+=Oa()},decimalPointLeading(){if(Ba.isDigit(_a))return va+=Oa(),void(ya="decimalFraction");throw $a(Oa())},decimalPoint(){switch(_a){case"e":case"E":return va+=Oa(),void(ya="decimalExponent")}return Ba.isDigit(_a)?(va+=Oa(),void(ya="decimalFraction")):ka("numeric",ba*Number(va))},decimalFraction(){switch(_a){case"e":case"E":return va+=Oa(),void(ya="decimalExponent")}if(!Ba.isDigit(_a))return ka("numeric",ba*Number(va));va+=Oa()},decimalExponent(){switch(_a){case"+":case"-":return va+=Oa(),void(ya="decimalExponentSign")}if(Ba.isDigit(_a))return va+=Oa(),void(ya="decimalExponentInteger");throw $a(Oa())},decimalExponentSign(){if(Ba.isDigit(_a))return va+=Oa(),void(ya="decimalExponentInteger");throw $a(Oa())},decimalExponentInteger(){if(!Ba.isDigit(_a))return ka("numeric",ba*Number(va));va+=Oa()},hexadecimal(){if(Ba.isHexDigit(_a))return va+=Oa(),void(ya="hexadecimalInteger");throw $a(Oa())},hexadecimalInteger(){if(!Ba.isHexDigit(_a))return ka("numeric",ba*Number(va));va+=Oa()},string(){switch(_a){case"\\":return Oa(),void(va+=function(){switch(Ra()){case"b":return Oa(),"\b";case"f":return Oa(),"\f";case"n":return Oa(),"\n";case"r":return Oa(),"\r";case"t":return Oa(),"\t";case"v":return Oa(),"\v";case"0":if(Oa(),Ba.isDigit(Ra()))throw $a(Oa());return"\0";case"x":return Oa(),function(){let e="",t=Ra();if(!Ba.isHexDigit(t))throw $a(Oa());if(e+=Oa(),t=Ra(),!Ba.isHexDigit(t))throw $a(Oa());return e+=Oa(),String.fromCodePoint(parseInt(e,16))}();case"u":return Oa(),Ta();case"\n":case"\u2028":case"\u2029":return Oa(),"";case"\r":return Oa(),"\n"===Ra()&&Oa(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case void 0:throw $a(Oa())}return Oa()}());case'"':return Aa?(Oa(),ka("string",va)):void(va+=Oa());case"'":return Aa?void(va+=Oa()):(Oa(),ka("string",va));case"\n":case"\r":throw $a(Oa());case"\u2028":case"\u2029":e=_a,console.warn(`JSON5: '${Ha(e)}' in strings is not valid ECMAScript; consider escaping`);break;case void 0:throw $a(Oa())}var e;va+=Oa()},start(){switch(_a){case"{":case"[":return ka("punctuator",Oa())}ya="value"},beforePropertyName(){switch(_a){case"$":case"_":return va=Oa(),void(ya="identifierName");case"\\":return Oa(),void(ya="identifierNameStartEscape");case"}":return ka("punctuator",Oa());case'"':case"'":return Aa='"'===Oa(),void(ya="string")}if(Ba.isIdStartChar(_a))return va+=Oa(),void(ya="identifierName");throw $a(Oa())},afterPropertyName(){if(":"===_a)return ka("punctuator",Oa());throw $a(Oa())},beforePropertyValue(){ya="value"},afterPropertyValue(){switch(_a){case",":case"}":return ka("punctuator",Oa())}throw $a(Oa())},beforeArrayValue(){if("]"===_a)return ka("punctuator",Oa());ya="value"},afterArrayValue(){switch(_a){case",":case"]":return ka("punctuator",Oa())}throw $a(Oa())},end(){throw $a(Oa())}};function ka(e,t){return{type:e,value:t,line:Fa,column:Ea}}function Pa(e){for(const t of e){if(Ra()!==t)throw $a(Oa());Oa()}}function Ta(){let e="",t=4;for(;t-- >0;){const t=Ra();if(!Ba.isHexDigit(t))throw $a(Oa());e+=Oa()}return String.fromCodePoint(parseInt(e,16))}var La={start(){if("eof"===ma.type)throw Ma();Ia()},beforePropertyName(){switch(ma.type){case"identifier":case"string":return ga=ma.value,void(pa="afterPropertyName");case"punctuator":return void Na();case"eof":throw Ma()}},afterPropertyName(){if("eof"===ma.type)throw Ma();pa="beforePropertyValue"},beforePropertyValue(){if("eof"===ma.type)throw Ma();Ia()},beforeArrayValue(){if("eof"===ma.type)throw Ma();"punctuator"!==ma.type||"]"!==ma.value?Ia():Na()},afterPropertyValue(){if("eof"===ma.type)throw Ma();switch(ma.value){case",":return void(pa="beforePropertyName");case"}":Na()}},afterArrayValue(){if("eof"===ma.type)throw Ma();switch(ma.value){case",":return void(pa="beforeArrayValue");case"]":Na()}},end(){}};function Ia(){let e;switch(ma.type){case"punctuator":switch(ma.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=ma.value}if(void 0===Ca)Ca=e;else{const t=da[da.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,ga,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(null!==e&&"object"==typeof e)da.push(e),pa=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=da[da.length-1];pa=null==e?"end":Array.isArray(e)?"afterArrayValue":"afterPropertyValue"}}function Na(){da.pop();const e=da[da.length-1];pa=null==e?"end":Array.isArray(e)?"afterArrayValue":"afterPropertyValue"}function $a(e){return Ga(void 0===e?`JSON5: invalid end of input at ${Fa}:${Ea}`:`JSON5: invalid character '${Ha(e)}' at ${Fa}:${Ea}`)}function Ma(){return Ga(`JSON5: invalid end of input at ${Fa}:${Ea}`)}function Ua(){return Ga(`JSON5: invalid identifier character at ${Fa}:${Ea-=5}`)}function Ha(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return"\\x"+("00"+t).substring(t.length)}return e}function Ga(e){const t=new SyntaxError(e);return t.lineNumber=Fa,t.columnNumber=Ea,t}var Wa=function(e,t){fa=String(e),pa="start",da=[],ha=0,Fa=1,Ea=0,ma=void 0,ga=void 0,Ca=void 0;do{ma=xa(),La[pa]()}while("eof"!==ma.type);return"function"==typeof t?Sa({"":Ca},"",t):Ca},Va=zn(Fi()),qa=zn(Pi()),Xa=["implements","interface","let","package","private","protected","public","static","yield"],Ka=["eval","arguments"],za=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"]),Ja=new Set(Xa);new Set(Ka);var Qa=(e,t)=>u=>e(t(u));function Ya(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.gray,invalid:Qa(Qa(e.white,e.bgRed),e.bold),gutter:e.gray,marker:Qa(e.red,e.bold),message:Qa(e.red,e.bold),reset:e.reset}}var Za=Ya((0,Va.createColors)(!0)),eD=Ya((0,Va.createColors)(!1));function tD(e){return e?Za:eD}var uD,rD=new Set(["as","async","from","get","of","set"]),nD=/\r\n|[\n\r\u2028\u2029]/,oD=/^[()[\]{}]$/;{const e=function(e){if("IdentifierName"===e.type){if(t=e.value,za.has(t)||function(e,t){return function(e,t){return t&&"await"===e||"enum"===e}(e,t)||Ja.has(e)}(e.value,!0)||rD.has(e.value))return"keyword";if(e.value[0]!==e.value[0].toLowerCase())return"capitalized"}var t;if("Punctuator"===e.type&&oD.test(e.value))return"uncolored";if("Invalid"===e.type&&"@"===e.value)return"punctuator";switch(e.type){case"NumericLiteral":return"number";case"StringLiteral":case"JSXString":case"NoSubstitutionTemplate":return"string";case"RegularExpressionLiteral":return"regex";case"Punctuator":case"JSXPunctuator":return"punctuator";case"MultiLineComment":case"SingleLineComment":return"comment";case"Invalid":case"JSXInvalid":return"invalid";case"JSXIdentifier":return"jsxIdentifier";default:return"uncolored"}};uD=function*(t){for(const u of(0,qa.default)(t,{jsx:!0}))switch(u.type){case"TemplateHead":yield{type:"string",value:u.value.slice(0,-2)},yield{type:"punctuator",value:"${"};break;case"TemplateMiddle":yield{type:"punctuator",value:"}"},yield{type:"string",value:u.value.slice(1,-2)},yield{type:"punctuator",value:"${"};break;case"TemplateTail":yield{type:"punctuator",value:"}"},yield{type:"string",value:u.value.slice(1)};break;default:yield{type:e(u),value:u.value}}}}var iD=/\r\n|[\n\r\u2028\u2029]/;function sD(e,t,u={}){const r=u.forceColor||("object"!=typeof process||"0"!==process.env.FORCE_COLOR&&"false"!==process.env.FORCE_COLOR)&&Va.default.isColorSupported&&u.highlightCode,n=tD(r),o=e.split(iD),{start:i,end:s,markerLines:a}=function(e,t,u){const r=Object.assign({column:0,line:-1},e.start),n=Object.assign({},r,e.end),{linesAbove:o=2,linesBelow:i=3}=u||{},s=r.line,a=r.column,D=n.line,c=n.column;let l=Math.max(s-(o+1),0),f=Math.min(t.length,D+i);-1===s&&(l=0),-1===D&&(f=t.length);const p=D-s,d={};if(p)for(let e=0;e<=p;e++){const u=e+s;if(a)if(0===e){const e=t[u-1].length;d[u]=[a,e-a+1]}else if(e===p)d[u]=[0,c];else{const r=t[u-e].length;d[u]=[0,r]}else d[u]=!0}else d[s]=a===c?!a||[a,0]:[a,c-a];return{start:l,end:f,markerLines:d}}(t,o,u),D=t.start&&"number"==typeof t.start.column,c=String(s).length,l=r?function(e){if(""===e)return"";const t=tD(!0);let u="";for(const{type:r,value:n}of uD(e))u+=r in t?n.split(nD).map(e=>t[r](e)).join("\n"):n;return u}(e):e;let f=l.split(iD,s).slice(i,s).map((e,t)=>{const r=i+1+t,o=` ${` ${r}`.slice(-c)} |`,s=a[r],D=!a[r+1];if(s){let t="";if(Array.isArray(s)){const r=e.slice(0,Math.max(s[0]-1,0)).replace(/[^\t]/g," "),i=s[1]||1;t=["\n ",n.gutter(o.replace(/\d/g," "))," ",r,n.marker("^").repeat(i)].join(""),D&&u.message&&(t+=" "+n.message(u.message))}return[n.marker(">"),n.gutter(o),e.length>0?` ${e}`:"",t].join("")}return` ${n.gutter(o)}${e.length>0?` ${e}`:""}`}).join("\n");return u.message&&!D&&(f=`${" ".repeat(c+1)}${u.message}\n${f}`),r?n.reset(f):f}var aD=class e extends Error{name="JSONError";fileName;#o;#i;#s;#a;#D;constructor(t){if("string"==typeof t)super(),this.#s=t;else{const{jsonParseError:e,fileName:u,input:r}=t;super(void 0,{cause:e}),this.#o=r,this.#i=e,this.fileName=u}Error.captureStackTrace?.(this,e)}get message(){this.#s??(this.#s=`${cD(this.#i.message)}${""===this.#o?" while parsing empty string":""}`);const{codeFrame:e}=this;return`${this.#s}${this.fileName?` in ${this.fileName}`:""}${e?`\n\n${e}\n`:""}`}set message(e){this.#s=e}#c(e){if(!this.#i)return;const t=this.#o,u=DD(t,this.#i.message);return u?sD(t,{start:u},{highlightCode:e}):void 0}get codeFrame(){return this.#a??(this.#a=this.#c(!0)),this.#a}get rawCodeFrame(){return this.#D??(this.#D=this.#c(!1)),this.#D}},DD=(e,t)=>{const u=t.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!u)return;const{index:r,line:n,column:o}=u.groups;return n&&o?{line:Number(n),column:Number(o)}:function(e,t,u){if("string"!=typeof e)throw new TypeError("Text parameter should be a string");if(!Number.isInteger(t))throw new TypeError("Index parameter should be an integer");if(t<0||t>e.length)throw new RangeError("Index out of bounds");return function(e,t,u){const r=0===t?-1:e.lastIndexOf("\n",t-1),[n,o]=(({oneBased:e,oneBasedLine:t=e,oneBasedColumn:u=e}={})=>[t?1:0,u?1:0])(u);return{line:-1===r?n:e.slice(0,r+1).match(/\n/g).length+n,column:t-r-1+o}}(e,t,u)}(e,Number(r),{oneBased:!0})},cD=e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(e,t,u)=>{return`"${u}"(${r=u,`\\u{${r.codePointAt(0).toString(16)}}`})`;var r});var lD=class extends Error{line;column;codeblock;constructor(e,t){const[u,r]=function(e,t){let u=e.slice(0,t).split(/\r\n|\n|\r/g);return[u.length,u.pop().length+1]}(t.toml,t.ptr),n=function(e,t,u){let r=e.split(/\r\n|\n|\r/g),n="",o=1+(0|Math.log10(t+1));for(let e=t-1;e<=t+1;e++){let i=r[e-1];i&&(n+=e.toString().padEnd(o," "),n+=": ",n+=i,n+="\n",e===t&&(n+=" ".repeat(o+u+2),n+="^\n"))}return n}(t.toml,u,r);super(`Invalid TOML document: ${e}\n\n${n}`,t),this.line=u,this.column=r,this.codeblock=n}};function fD(e,t){let u=0;for(;"\\"===e[t-++u];);return--u&&u%2}function pD(e,t=0,u=e.length){let r=e.indexOf("\n",t);return"\r"===e[r-1]&&r--,r<=u?r:-1}function dD(e,t){for(let u=t;u<e.length;u++){let r=e[u];if("\n"===r)return u;if("\r"===r&&"\n"===e[u+1])return u+1;if(r<" "&&"\t"!==r||""===r)throw new lD("control characters are not allowed in comments",{toml:e,ptr:t})}return e.length}function hD(e,t,u,r){let n;for(;" "===(n=e[t])||"\t"===n||!u&&("\n"===n||"\r"===n&&"\n"===e[t+1]);)t++;return r||"#"!==n?t:hD(e,dD(e,t),u)}function FD(e,t,u,r,n=!1){if(!r)return(t=pD(e,t))<0?e.length:t;for(let o=t;o<e.length;o++){let t=e[o];if("#"===t)o=pD(e,o);else{if(t===u)return o+1;if(t===r||n&&("\n"===t||"\r"===t&&"\n"===e[o+1]))return o}}throw new lD("cannot find end of structure",{toml:e,ptr:t})}function ED(e,t){let u=e[t],r=u===e[t+1]&&e[t+1]===e[t+2]?e.slice(t,t+3):u;t+=r.length-1;do{t=e.indexOf(r,++t)}while(t>-1&&"'"!==u&&fD(e,t));return t>-1&&(t+=r.length,r.length>1&&(e[t]===u&&t++,e[t]===u&&t++)),t}var mD=/^(\d{4}-\d{2}-\d{2})?[T ]?(?:(\d{2}):\d{2}:\d{2}(?:\.\d+)?)?(Z|[-+]\d{2}:\d{2})?$/i,gD=class e extends Date{#l=!1;#f=!1;#p=null;constructor(e){let t=!0,u=!0,r="Z";if("string"==typeof e){let n=e.match(mD);n?(n[1]||(t=!1,e=`0000-01-01T${e}`),u=!!n[2],u&&" "===e[10]&&(e=e.replace(" ","T")),n[2]&&+n[2]>23?e="":(r=n[3]||null,e=e.toUpperCase(),!r&&u&&(e+="Z"))):e=""}super(e),isNaN(this.getTime())||(this.#l=t,this.#f=u,this.#p=r)}isDateTime(){return this.#l&&this.#f}isLocal(){return!this.#l||!this.#f||!this.#p}isDate(){return this.#l&&!this.#f}isTime(){return this.#f&&!this.#l}isValid(){return this.#l||this.#f}toISOString(){let e=super.toISOString();if(this.isDate())return e.slice(0,10);if(this.isTime())return e.slice(11,23);if(null===this.#p)return e.slice(0,-1);if("Z"===this.#p)return e;let t=60*+this.#p.slice(1,3)+ +this.#p.slice(4,6);return t="-"===this.#p[0]?t:-t,new Date(this.getTime()-6e4*t).toISOString().slice(0,-1)+this.#p}static wrapAsOffsetDateTime(t,u="Z"){let r=new e(t);return r.#p=u,r}static wrapAsLocalDateTime(t){let u=new e(t);return u.#p=null,u}static wrapAsLocalDate(t){let u=new e(t);return u.#f=!1,u.#p=null,u}static wrapAsLocalTime(t){let u=new e(t);return u.#l=!1,u.#p=null,u}},CD=/^((0x[0-9a-fA-F](_?[0-9a-fA-F])*)|(([+-]|0[ob])?\d(_?\d)*))$/,yD=/^[+-]?\d(_?\d)*(\.\d(_?\d)*)?([eE][+-]?\d(_?\d)*)?$/,vD=/^[+-]?0[0-9_]/,AD=/^[0-9a-f]{4,8}$/i,bD={b:"\b",t:"\t",n:"\n",f:"\f",r:"\r",'"':'"',"\\":"\\"};function _D(e,t=0,u=e.length){let r="'"===e[t],n=e[t++]===e[t]&&e[t]===e[t+1];n&&(u-=2,"\r"===e[t+=2]&&t++,"\n"===e[t]&&t++);let o,i=0,s="",a=t;for(;t<u-1;){let u=e[t++];if("\n"===u||"\r"===u&&"\n"===e[t]){if(!n)throw new lD("newlines are not allowed in strings",{toml:e,ptr:t-1})}else if(u<" "&&"\t"!==u||""===u)throw new lD("control characters are not allowed in strings",{toml:e,ptr:t-1});if(o){if(o=!1,"u"===u||"U"===u){let r=e.slice(t,t+="u"===u?4:8);if(!AD.test(r))throw new lD("invalid unicode escape",{toml:e,ptr:i});try{s+=String.fromCodePoint(parseInt(r,16))}catch{throw new lD("invalid unicode escape",{toml:e,ptr:i})}}else if(!n||"\n"!==u&&" "!==u&&"\t"!==u&&"\r"!==u){if(!(u in bD))throw new lD("unrecognized escape sequence",{toml:e,ptr:i});s+=bD[u]}else{if("\n"!==e[t=hD(e,t-1,!0)]&&"\r"!==e[t])throw new lD("invalid escape: only line-ending whitespace may be escaped",{toml:e,ptr:i});t=hD(e,t)}a=t}else r||"\\"!==u||(i=t-1,o=!0,s+=e.slice(a,i))}return s+e.slice(a,u-1)}function wD(e,t,u,r){if("true"===e)return!0;if("false"===e)return!1;if("-inf"===e)return-1/0;if("inf"===e||"+inf"===e)return 1/0;if("nan"===e||"+nan"===e||"-nan"===e)return NaN;if("-0"===e)return r?0n:0;let n=CD.test(e);if(n||yD.test(e)){if(vD.test(e))throw new lD("leading zeroes are not allowed",{toml:t,ptr:u});let o=+(e=e.replace(/_/g,""));if(isNaN(o))throw new lD("invalid number",{toml:t,ptr:u});if(n){if((n=!Number.isSafeInteger(o))&&!r)throw new lD("integer value cannot be represented losslessly",{toml:t,ptr:u});(n||!0===r)&&(o=BigInt(e))}return o}const o=new gD(e);if(!o.isValid())throw new lD("invalid value",{toml:t,ptr:u});return o}function BD(e,t,u,r,n){if(0===r)throw new lD("document contains excessively nested structures. aborting.",{toml:e,ptr:t});let o,i=e[t];if("["===i||"{"===i){let[o,s]="["===i?function(e,t,u,r){let n,o=[];t++;for(;"]"!==(n=e[t++])&&n;){if(","===n)throw new lD("expected value, found comma",{toml:e,ptr:t-1});if("#"===n)t=dD(e,t);else if(" "!==n&&"\t"!==n&&"\n"!==n&&"\r"!==n){let n=BD(e,t-1,"]",u-1,r);o.push(n[0]),t=n[1]}}if(!n)throw new lD("unfinished array encountered",{toml:e,ptr:t});return[o,t]}(e,t,r,n):function(e,t,u,r){let n,o={},i=new Set,s=0;t++;for(;"}"!==(n=e[t++])&&n;){let a={toml:e,ptr:t-1};if("\n"===n)throw new lD("newlines are not allowed in inline tables",a);if("#"===n)throw new lD("inline tables cannot contain comments",a);if(","===n)throw new lD("expected key-value, found comma",a);if(" "!==n&&"\t"!==n){let n,a=o,D=!1,[c,l]=xD(e,t-1);for(let u=0;u<c.length;u++){if(u&&(a=D?a[n]:a[n]={}),n=c[u],(D=Object.hasOwn(a,n))&&("object"!=typeof a[n]||i.has(a[n])))throw new lD("trying to redefine an already defined value",{toml:e,ptr:t});D||"__proto__"!==n||Object.defineProperty(a,n,{enumerable:!0,configurable:!0,writable:!0})}if(D)throw new lD("trying to redefine an already defined value",{toml:e,ptr:t});let[f,p]=BD(e,l,"}",u-1,r);i.add(f),a[n]=f,s=","===e[(t=p)-1]?t-1:0}}if(s)throw new lD("trailing commas are not allowed in inline tables",{toml:e,ptr:s});if(!n)throw new lD("unfinished table encountered",{toml:e,ptr:t});return[o,t]}(e,t,r,n),a=u?FD(e,s,",",u):s;if(s-a&&"}"===u){let t=pD(e,s,a);if(t>-1)throw new lD("newlines are not allowed in inline tables",{toml:e,ptr:t})}return[o,a]}if('"'===i||"'"===i){o=ED(e,t);let r=_D(e,t,o);if(u){if(o=hD(e,o,"]"!==u),e[o]&&","!==e[o]&&e[o]!==u&&"\n"!==e[o]&&"\r"!==e[o])throw new lD("unexpected character encountered",{toml:e,ptr:o});o+=+(","===e[o])}return[r,o]}o=FD(e,t,",",u);let s=function(e,t,u,r){let n=e.slice(t,u),o=n.indexOf("#");o>-1&&(dD(e,o),n=n.slice(0,o));let i=n.trimEnd();if(!r){let u=n.indexOf("\n",i.length);if(u>-1)throw new lD("newlines are not allowed in inline tables",{toml:e,ptr:t+u})}return[i,o]}(e,t,o-+(","===e[o-1]),"]"===u);if(!s[0])throw new lD("incomplete key-value declaration: no value specified",{toml:e,ptr:t});return u&&s[1]>-1&&(o=hD(e,t+s[1]),o+=+(","===e[o])),[wD(s[0],e,t,n),o]}var SD=/^[a-zA-Z0-9-_]+[ \t]*$/;function xD(e,t,u="="){let r=t-1,n=[],o=e.indexOf(u,t);if(o<0)throw new lD("incomplete key-value: cannot find end of key",{toml:e,ptr:t});do{let i=e[t=++r];if(" "!==i&&"\t"!==i)if('"'===i||"'"===i){if(i===e[t+1]&&i===e[t+2])throw new lD("multiline strings are not allowed in keys",{toml:e,ptr:t});let s=ED(e,t);if(s<0)throw new lD("unfinished string encountered",{toml:e,ptr:t});r=e.indexOf(".",s);let a=e.slice(s,r<0||r>o?o:r),D=pD(a);if(D>-1)throw new lD("newlines are not allowed in keys",{toml:e,ptr:t+r+D});if(a.trimStart())throw new lD("found extra tokens after the string part",{toml:e,ptr:s});if(o<s&&(o=e.indexOf(u,s),o<0))throw new lD("incomplete key-value: cannot find end of key",{toml:e,ptr:t});n.push(_D(e,t,s))}else{r=e.indexOf(".",t);let u=e.slice(t,r<0||r>o?o:r);if(!SD.test(u))throw new lD("only letter, numbers, dashes and underscores are allowed in keys",{toml:e,ptr:t});n.push(u.trimEnd())}}while(r+1&&r<o);return[n,hD(e,o+1,!0,!0)]}function RD(e,t,u,r){let n,o,i=t,s=u,a=!1;for(let t=0;t<e.length;t++){if(t){if(i=a?i[n]:i[n]={},s=(o=s[n]).c,0===r&&(1===o.t||2===o.t))return null;if(2===o.t){let e=i.length-1;i=i[e],s=s[e].c}}if(n=e[t],(a=Object.hasOwn(i,n))&&0===s[n]?.t&&s[n]?.d)return null;a||("__proto__"===n&&(Object.defineProperty(i,n,{enumerable:!0,configurable:!0,writable:!0}),Object.defineProperty(s,n,{enumerable:!0,configurable:!0,writable:!0})),s[n]={t:t<e.length-1&&2===r?3:r,d:!1,i:0,c:{}})}if(o=s[n],o.t!==r&&(1!==r||3!==o.t))return null;if(2===r&&(o.d||(o.d=!0,i[n]=[]),i[n].push(i={}),o.c[o.i++]=o={t:1,d:!1,i:0,c:{}}),o.d)return null;if(o.d=!0,1===r)i=a?i[n]:i[n]={};else if(0===r&&a)return null;return[n,i,o.c]}var OD=async function(e){Gs(e)&&(e=new URL(e));try{return await n.readFile(e,"utf8")}catch(t){if("ENOENT"===t.code)return;throw new Error(`Unable to read '${e}': ${t.message}`)}};async function jD(e){const t=await OD(e);try{return function(e,t,u){try{return JSON.parse(e,t)}catch(t){throw new aD({jsonParseError:t,fileName:u,input:e})}}(t)}catch(t){throw t.message=`JSON Error in ${e}:\n${t.message}`,t}}async function kD(e){return(await import(r.pathToFileURL(e).href)).default}var PD,TD=process.versions.bun?async function(e){const{prettier:t}=await async function(e){try{return await jD(e)}catch(t){try{return await kD(e)}catch{}throw t}}(e);return t}:async function(e){const{prettier:t}=await jD(e);return t};async function LD(e){const{prettier:t}=await ID(e);return t}async function ID(e){const t=await OD(e);PD||({__parsePrettierYamlConfig:PD}=await Promise.resolve().then(function(){return require("../yaml.js")}));try{return PD(t)}catch(t){throw t.message=`YAML Error in ${e}:\n${t.message}`,t}}var ND={".toml":async function(e){const t=await OD(e);try{return function(e,{maxDepth:t=1e3,integersAsBigInt:u}={}){let r={},n={},o=r,i=n;for(let s=hD(e,0);s<e.length;){if("["===e[s]){let t="["===e[++s],u=xD(e,s+=+t,"]");if(t){if("]"!==e[u[1]-1])throw new lD("expected end of table declaration",{toml:e,ptr:u[1]-1});u[1]++}let a=RD(u[0],r,n,t?2:1);if(!a)throw new lD("trying to redefine an already defined table or value",{toml:e,ptr:s});i=a[2],o=a[1],s=u[1]}else{let r=xD(e,s),n=RD(r[0],o,i,0);if(!n)throw new lD("trying to redefine an already defined table or value",{toml:e,ptr:s});let a=BD(e,r[1],void 0,t,u);n[1][n[0]]=a[0],s=a[1]}if(s=hD(e,s,!0),e[s]&&"\n"!==e[s]&&"\r"!==e[s])throw new lD("each key-value declaration must be followed by an end-of-line",{toml:e,ptr:s});s=hD(e,s)}return r}(t)}catch(t){throw t.message=`TOML Error in ${e}:\n${t.message}`,t}},".json5":async function(e){const t=await OD(e);try{return Wa(t)}catch(t){throw t.message=`JSON5 Error in ${e}:\n${t.message}`,t}},".json":jD,".js":kD,".mjs":kD,".cjs":kD,".ts":kD,".mts":kD,".cts":kD,".yaml":ID,".yml":ID,"":ID},$D=["package.json","package.yaml",".prettierrc",".prettierrc.json",".prettierrc.yml",".prettierrc.yaml",".prettierrc.json5",".prettierrc.js","prettier.config.js",".prettierrc.ts","prettier.config.ts",".prettierrc.mjs","prettier.config.mjs",".prettierrc.mts","prettier.config.mts",".prettierrc.cjs","prettier.config.cjs",".prettierrc.cts","prettier.config.cts",".prettierrc.toml"];async function MD({name:e,path:t}){if("package.json"===e)try{return Boolean(await TD(t))}catch{return!1}if("package.yaml"===e)try{return Boolean(await LD(t))}catch{return!1}return!0}var UD=function(e){return new na($D,{filter:MD,stopDirectory:e})},HD={}.hasOwnProperty,GD=/^([A-Z][a-z\d]*)+$/,WD=new Set(["string","function","number","object","Function","Object","boolean","bigint","symbol"]),VD={};function qD(e,t="and"){return e.length<3?e.join(` ${t} `):`${e.slice(0,-1).join(", ")}, ${t} ${e[e.length-1]}`}var XD,KD=new Map;function zD(e,t,u){return KD.set(e,t),function(e,t){return u;function u(...u){const r=Error.stackTraceLimit;JD()&&(Error.stackTraceLimit=0);const n=new e;JD()&&(Error.stackTraceLimit=r);const o=function(e,t,u){const r=KD.get(e);if(i.ok(void 0!==r,"expected `message` to be found"),"function"==typeof r)return i.ok(r.length<=t.length,`Code: ${e}; The provided arguments length (${t.length}) does not match the required ones (${r.length}).`),Reflect.apply(r,u,t);const n=/%[dfijoOs]/g;let o=0;for(;null!==n.exec(r);)o++;return i.ok(o===t.length,`Code: ${e}; The provided arguments length (${t.length}) does not match the required ones (${o}).`),0===t.length?r:(t.unshift(r),Reflect.apply(a.format,null,t))}(t,u,n);return Object.defineProperties(n,{message:{value:o,enumerable:!1,writable:!0,configurable:!0},toString:{value(){return`${this.name} [${t}]: ${this.message}`},enumerable:!1,writable:!0,configurable:!0}}),QD(n),n.code=t,n}}(u,e)}function JD(){try{if(s.startupSnapshot.isBuildingSnapshot())return!1}catch{}const e=Object.getOwnPropertyDescriptor(Error,"stackTraceLimit");return void 0===e?Object.isExtensible(Error):HD.call(e,"writable")&&void 0!==e.writable?e.writable:void 0!==e.set}VD.ERR_INVALID_ARG_TYPE=zD("ERR_INVALID_ARG_TYPE",(e,t,u)=>{i.ok("string"==typeof e,"'name' must be a string"),Array.isArray(t)||(t=[t]);let r="The ";if(e.endsWith(" argument"))r+=`${e} `;else{const t=e.includes(".")?"property":"argument";r+=`"${e}" ${t} `}r+="must be ";const n=[],o=[],s=[];for(const e of t)i.ok("string"==typeof e,"All expected entries have to be of type string"),WD.has(e)?n.push(e.toLowerCase()):null===GD.exec(e)?(i.ok("object"!==e,'The value "object" should be written as "Object"'),s.push(e)):o.push(e);if(o.length>0){const e=n.indexOf("object");-1!==e&&(n.slice(e,1),o.push("Object"))}return n.length>0&&(r+=`${n.length>1?"one of type":"of type"} ${qD(n,"or")}`,(o.length>0||s.length>0)&&(r+=" or ")),o.length>0&&(r+=`an instance of ${qD(o,"or")}`,s.length>0&&(r+=" or ")),s.length>0&&(s.length>1?r+=`one of ${qD(s,"or")}`:(s[0].toLowerCase()!==s[0]&&(r+="an "),r+=`${s[0]}`)),r+=`. Received ${function(e){if(null==e)return String(e);if("function"==typeof e&&e.name)return`function ${e.name}`;if("object"==typeof e)return e.constructor&&e.constructor.name?`an instance of ${e.constructor.name}`:`${a.inspect(e,{depth:-1})}`;let t=a.inspect(e,{colors:!1});t.length>28&&(t=`${t.slice(0,25)}...`);return`type ${typeof e} (${t})`}(u)}`,r},TypeError),VD.ERR_INVALID_MODULE_SPECIFIER=zD("ERR_INVALID_MODULE_SPECIFIER",(e,t,u=void 0)=>`Invalid module "${e}" ${t}${u?` imported from ${u}`:""}`,TypeError),VD.ERR_INVALID_PACKAGE_CONFIG=zD("ERR_INVALID_PACKAGE_CONFIG",(e,t,u)=>`Invalid package config ${e}${t?` while importing ${t}`:""}${u?`. ${u}`:""}`,Error),VD.ERR_INVALID_PACKAGE_TARGET=zD("ERR_INVALID_PACKAGE_TARGET",(e,t,u,r=!1,n=void 0)=>{const o="string"==typeof u&&!r&&u.length>0&&!u.startsWith("./");return"."===t?(i.ok(!1===r),`Invalid "exports" main target ${JSON.stringify(u)} defined in the package config ${e}package.json${n?` imported from ${n}`:""}${o?'; targets must start with "./"':""}`):`Invalid "${r?"imports":"exports"}" target ${JSON.stringify(u)} defined for '${t}' in the package config ${e}package.json${n?` imported from ${n}`:""}${o?'; targets must start with "./"':""}`},Error),VD.ERR_MODULE_NOT_FOUND=zD("ERR_MODULE_NOT_FOUND",(e,t,u=!1)=>`Cannot find ${u?"module":"package"} '${e}' imported from ${t}`,Error),VD.ERR_NETWORK_IMPORT_DISALLOWED=zD("ERR_NETWORK_IMPORT_DISALLOWED","import of '%s' by %s is not supported: %s",Error),VD.ERR_PACKAGE_IMPORT_NOT_DEFINED=zD("ERR_PACKAGE_IMPORT_NOT_DEFINED",(e,t,u)=>`Package import specifier "${e}" is not defined${t?` in package ${t}package.json`:""} imported from ${u}`,TypeError),VD.ERR_PACKAGE_PATH_NOT_EXPORTED=zD("ERR_PACKAGE_PATH_NOT_EXPORTED",(e,t,u=void 0)=>"."===t?`No "exports" main defined in ${e}package.json${u?` imported from ${u}`:""}`:`Package subpath '${t}' is not defined by "exports" in ${e}package.json${u?` imported from ${u}`:""}`,Error),VD.ERR_UNSUPPORTED_DIR_IMPORT=zD("ERR_UNSUPPORTED_DIR_IMPORT","Directory import '%s' is not supported resolving ES modules imported from %s",Error),VD.ERR_UNSUPPORTED_RESOLVE_REQUEST=zD("ERR_UNSUPPORTED_RESOLVE_REQUEST",'Failed to resolve module specifier "%s" from "%s": Invalid relative URL or base scheme is not hierarchical.',TypeError),VD.ERR_UNKNOWN_FILE_EXTENSION=zD("ERR_UNKNOWN_FILE_EXTENSION",(e,t)=>`Unknown file extension "${e}" for ${t}`,TypeError),VD.ERR_INVALID_ARG_VALUE=zD("ERR_INVALID_ARG_VALUE",(e,t,u="is invalid")=>{let r=a.inspect(t);r.length>128&&(r=`${r.slice(0,128)}...`);return`The ${e.includes(".")?"property":"argument"} '${e}' ${u}. Received ${r}`},TypeError);var QD=function(e){const t="__node_internal_"+e.name;return Object.defineProperty(e,"name",{value:t}),e}(function(e){const t=JD();return t&&(XD=Error.stackTraceLimit,Error.stackTraceLimit=Number.POSITIVE_INFINITY),Error.captureStackTrace(e),t&&(Error.stackTraceLimit=XD),e});var YD={}.hasOwnProperty,{ERR_INVALID_PACKAGE_CONFIG:ZD}=VD,ec=new Map;function tc(u,{base:n,specifier:o}){const i=ec.get(u);if(i)return i;let s;try{s=e.readFileSync(t.toNamespacedPath(u),"utf8")}catch(e){const t=e;if("ENOENT"!==t.code)throw t}const a={exists:!1,pjsonPath:u,main:void 0,name:void 0,type:"none",exports:void 0,imports:void 0};if(void 0!==s){let e;try{e=JSON.parse(s)}catch(e){const t=e,i=new ZD(u,(n?`"${o}" from `:"")+r.fileURLToPath(n||o),t.message);throw i.cause=t,i}a.exists=!0,YD.call(e,"name")&&"string"==typeof e.name&&(a.name=e.name),YD.call(e,"main")&&"string"==typeof e.main&&(a.main=e.main),YD.call(e,"exports")&&(a.exports=e.exports),YD.call(e,"imports")&&(a.imports=e.imports),!YD.call(e,"type")||"commonjs"!==e.type&&"module"!==e.type||(a.type=e.type)}return ec.set(u,a),a}function uc(e){let t=new URL("package.json",e);for(;;){if(t.pathname.endsWith("node_modules/package.json"))break;const u=tc(r.fileURLToPath(t),{specifier:e});if(u.exists)return u;const n=t;if(t=new URL("../package.json",t),t.pathname===n.pathname)break}return{pjsonPath:r.fileURLToPath(t),exists:!1,type:"none"}}function rc(e){return uc(e).type}var{ERR_UNKNOWN_FILE_EXTENSION:nc}=VD,oc={}.hasOwnProperty,ic={__proto__:null,".cjs":"commonjs",".js":"module",".json":"json",".mjs":"module"};var sc={__proto__:null,"data:":function(e){const{1:t}=/^([^/]+\/[^;,]+)[^,]*?(;base64)?,/.exec(e.pathname)||[null,null,null];return function(e){return e&&/\s*(text|application)\/javascript\s*(;\s*charset=utf-?8\s*)?/i.test(e)?"module":"application/json"===e?"json":null}(t)},"file:":function(e,t,u){const n=function(e){const t=e.pathname;let u=t.length;for(;u--;){const e=t.codePointAt(u);if(47===e)return"";if(46===e)return 47===t.codePointAt(u-1)?"":t.slice(u)}return""}(e);if(".js"===n){const t=rc(e);return"none"!==t?t:"commonjs"}if(""===n){const t=rc(e);return"none"===t||"commonjs"===t?"commonjs":"module"}const o=ic[n];if(o)return o;if(u)return;const i=r.fileURLToPath(e);throw new nc(n,i)},"http:":ac,"https:":ac,"node:":()=>"builtin"};function ac(){}function Dc(e,t){const u=e.protocol;return oc.call(sc,u)&&sc[u](e,t,!0)||null}var{ERR_INVALID_ARG_VALUE:cc}=VD,lc=Object.freeze(["node","import"]),fc=new Set(lc);function pc(e){if(void 0!==e&&e!==lc){if(!Array.isArray(e))throw new cc("conditions",e,"expected an array");return new Set(e)}return fc}var dc=RegExp.prototype[Symbol.replace],{ERR_NETWORK_IMPORT_DISALLOWED:hc,ERR_INVALID_MODULE_SPECIFIER:Fc,ERR_INVALID_PACKAGE_CONFIG:Ec,ERR_INVALID_PACKAGE_TARGET:mc,ERR_MODULE_NOT_FOUND:gc,ERR_PACKAGE_IMPORT_NOT_DEFINED:Cc,ERR_PACKAGE_PATH_NOT_EXPORTED:yc,ERR_UNSUPPORTED_DIR_IMPORT:vc,ERR_UNSUPPORTED_RESOLVE_REQUEST:Ac}=VD,bc={}.hasOwnProperty,_c=/(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))?(\\|\/|$)/i,wc=/(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))(\\|\/|$)/i,Bc=/^\.|%|\\/,Sc=/\*/g,xc=/%2f|%5c/i,Rc=new Set,Oc=/[/\\]{2}/;function jc(e,t,u,n,i,s,a){if(o.noDeprecation)return;const D=r.fileURLToPath(n),c=null!==Oc.exec(a?e:t);o.emitWarning(`Use of deprecated ${c?"double slash":"leading or trailing slash matching"} resolving "${e}" for module request "${t}" ${t===u?"":`matched to "${u}" `}in the "${i?"imports":"exports"}" field module resolution of the package at ${D}${s?` imported from ${r.fileURLToPath(s)}`:""}.`,"DeprecationWarning","DEP0166")}function kc(e,u,n,i){if(o.noDeprecation)return;if("module"!==Dc(e,{parentURL:n.href}))return;const s=r.fileURLToPath(e.href),a=r.fileURLToPath(new URL(".",u)),D=r.fileURLToPath(n);i?t.resolve(a,i)!==s&&o.emitWarning(`Package ${a} has a "main" field set to "${i}", excluding the full filename and extension to the resolved file at "${s.slice(a.length)}", imported from ${D}.\n Automatic extension resolution of the "main" field is deprecated for ES modules.`,"DeprecationWarning","DEP0151"):o.emitWarning(`No "main" or "exports" field defined in the package.json for ${a} resolving the main entry point "${s.slice(a.length)}", imported from ${D}.\nDefault "index" lookups for the main are deprecated for ES modules.`,"DeprecationWarning","DEP0151")}function Pc(t){try{return e.statSync(t)}catch{}}function Tc(t){const u=e.statSync(t,{throwIfNoEntry:!1}),r=u?u.isFile():void 0;return null!=r&&r}function Lc(e,t,u){let n;if(void 0!==t.main){if(n=new URL(t.main,e),Tc(n))return n;const r=[`./${t.main}.js`,`./${t.main}.json`,`./${t.main}.node`,`./${t.main}/index.js`,`./${t.main}/index.json`,`./${t.main}/index.node`];let o=-1;for(;++o<r.length&&(n=new URL(r[o],e),!Tc(n));)n=void 0;if(n)return kc(n,e,u,t.main),n}const o=["./index.js","./index.json","./index.node"];let i=-1;for(;++i<o.length&&(n=new URL(o[i],e),!Tc(n));)n=void 0;if(n)return kc(n,e,u,t.main),n;throw new gc(r.fileURLToPath(new URL(".",e)),r.fileURLToPath(u))}function Ic(e,t,u){return new yc(r.fileURLToPath(new URL(".",t)),e,u&&r.fileURLToPath(u))}function Nc(e,t,u,n,o){return t="object"==typeof t&&null!==t?JSON.stringify(t,null,""):`${t}`,new mc(r.fileURLToPath(new URL(".",u)),e,t,n,o&&r.fileURLToPath(o))}function $c(e,t,u,n,o,i,s,a,D){if(""!==t&&!i&&"/"!==e[e.length-1])throw Nc(u,e,n,s,o);if(!e.startsWith("./")){if(s&&!e.startsWith("../")&&!e.startsWith("/")){let u=!1;try{new URL(e),u=!0}catch{}if(!u){return qc(i?dc.call(Sc,e,()=>t):e+t,n,D)}}throw Nc(u,e,n,s,o)}if(null!==_c.exec(e.slice(2))){if(null!==wc.exec(e.slice(2)))throw Nc(u,e,n,s,o);if(!a){const r=i?u.replace("*",()=>t):u+t;jc(i?dc.call(Sc,e,()=>t):e,r,u,n,s,o,!0)}}const c=new URL(e,n),l=c.pathname,f=new URL(".",n).pathname;if(!l.startsWith(f))throw Nc(u,e,n,s,o);if(""===t)return c;if(null!==_c.exec(t)){const D=i?u.replace("*",()=>t):u+t;if(null===wc.exec(t)){if(!a){jc(i?dc.call(Sc,e,()=>t):e,D,u,n,s,o,!1)}}else!function(e,t,u,n,o){const i=`request is not a valid match in pattern "${t}" for the "${n?"imports":"exports"}" resolution of ${r.fileURLToPath(u)}`;throw new Fc(e,i,o&&r.fileURLToPath(o))}(D,u,n,s,o)}return i?new URL(dc.call(Sc,c.href,()=>t)):new URL(t,c)}function Mc(e){const t=Number(e);return`${t}`===e&&(t>=0&&t<4294967295)}function Uc(e,t,u,n,o,i,s,a,D){if("string"==typeof t)return $c(t,u,n,e,o,i,s,a,D);if(Array.isArray(t)){const r=t;if(0===r.length)return null;let c,l=-1;for(;++l<r.length;){const t=r[l];let f;try{f=Uc(e,t,u,n,o,i,s,a,D)}catch(e){if(c=e,"ERR_INVALID_PACKAGE_TARGET"===e.code)continue;throw e}if(void 0!==f){if(null!==f)return f;c=null}}if(null==c)return null;throw c}if("object"==typeof t&&null!==t){const c=Object.getOwnPropertyNames(t);let l=-1;for(;++l<c.length;){if(Mc(c[l]))throw new Ec(r.fileURLToPath(e),o,'"exports" cannot contain numeric property keys.')}for(l=-1;++l<c.length;){const r=c[l];if("default"===r||D&&D.has(r)){const c=Uc(e,t[r],u,n,o,i,s,a,D);if(void 0===c)continue;return c}}return null}if(null===t)return null;throw Nc(n,t,e,s,o)}function Hc(e,t,u){if(o.noDeprecation)return;const n=r.fileURLToPath(t);Rc.has(n+"|"+e)||(Rc.add(n+"|"+e),o.emitWarning(`Use of deprecated trailing slash pattern mapping "${e}" in the "exports" field module resolution of the package at ${n}${u?` imported from ${r.fileURLToPath(u)}`:""}. Mapping specifiers ending in "/" is no longer supported.`,"DeprecationWarning","DEP0155"))}function Gc(e,t,u,n,o){let i=u.exports;if(function(e,t,u){if("string"==typeof e||Array.isArray(e))return!0;if("object"!=typeof e||null===e)return!1;const n=Object.getOwnPropertyNames(e);let o=!1,i=0,s=-1;for(;++s<n.length;){const e=n[s],a=""===e||"."!==e[0];if(0===i++)o=a;else if(o!==a)throw new Ec(r.fileURLToPath(t),u,"\"exports\" cannot contain some keys starting with '.' and some not. The exports object must either be an object of package subpath keys or an object of main entry condition name keys only.")}return o}(i,e,n)&&(i={".":i}),bc.call(i,t)&&!t.includes("*")&&!t.endsWith("/")){const u=Uc(e,i[t],"",t,n,!1,!1,!1,o);if(null==u)throw Ic(t,e,n);return u}let s="",a="";const D=Object.getOwnPropertyNames(i);let c=-1;for(;++c<D.length;){const u=D[c],r=u.indexOf("*");if(-1!==r&&t.startsWith(u.slice(0,r))){t.endsWith("/")&&Hc(t,e,n);const o=u.slice(r+1);t.length>=u.length&&t.endsWith(o)&&1===Wc(s,u)&&u.lastIndexOf("*")===r&&(s=u,a=t.slice(r,t.length-o.length))}}if(s){const u=Uc(e,i[s],a,s,n,!0,!1,t.endsWith("/"),o);if(null==u)throw Ic(t,e,n);return u}throw Ic(t,e,n)}function Wc(e,t){const u=e.indexOf("*"),r=t.indexOf("*"),n=-1===u?e.length:u+1,o=-1===r?t.length:r+1;return n>o?-1:o>n||-1===u?1:-1===r||e.length>t.length?-1:t.length>e.length?1:0}function Vc(e,t,u){if("#"===e||e.startsWith("#/")||e.endsWith("/")){throw new Fc(e,"is not a valid internal imports specifier name",r.fileURLToPath(t))}let n;const o=uc(t);if(o.exists){n=r.pathToFileURL(o.pjsonPath);const i=o.imports;if(i)if(bc.call(i,e)&&!e.includes("*")){const r=Uc(n,i[e],"",e,t,!1,!0,!1,u);if(null!=r)return r}else{let r="",o="";const s=Object.getOwnPropertyNames(i);let a=-1;for(;++a<s.length;){const t=s[a],u=t.indexOf("*");if(-1!==u&&e.startsWith(t.slice(0,-1))){const n=t.slice(u+1);e.length>=t.length&&e.endsWith(n)&&1===Wc(r,t)&&t.lastIndexOf("*")===u&&(r=t,o=e.slice(u,e.length-n.length))}}if(r){const e=Uc(n,i[r],o,r,t,!0,!0,!1,u);if(null!=e)return e}}}throw function(e,t,u){return new Cc(e,t&&r.fileURLToPath(new URL(".",t)),r.fileURLToPath(u))}(e,n,t)}function qc(e,t,n){if(u.builtinModules.includes(e))return new URL("node:"+e);const{packageName:o,packageSubpath:i,isScoped:s}=function(e,t){let u=e.indexOf("/"),n=!0,o=!1;"@"===e[0]&&(o=!0,-1===u||0===e.length?n=!1:u=e.indexOf("/",u+1));const i=-1===u?e:e.slice(0,u);if(null!==Bc.exec(i)&&(n=!1),!n)throw new Fc(e,"is not a valid package name",r.fileURLToPath(t));return{packageName:i,packageSubpath:"."+(-1===u?"":e.slice(u)),isScoped:o}}(e,t),a=uc(t);if(a.exists){const e=r.pathToFileURL(a.pjsonPath);if(a.name===o&&void 0!==a.exports&&null!==a.exports)return Gc(e,i,a,t,n)}let D,c=new URL("./node_modules/"+o+"/package.json",t),l=r.fileURLToPath(c);do{const u=Pc(l.slice(0,-13));if(!u||!u.isDirectory()){D=l,c=new URL((s?"../../../../node_modules/":"../../../node_modules/")+o+"/package.json",c),l=r.fileURLToPath(c);continue}const a=tc(l,{base:t,specifier:e});return void 0!==a.exports&&null!==a.exports?Gc(c,i,a,t,n):"."===i?Lc(c,a,t):new URL(i,c)}while(l.length!==D.length);throw new gc(o,r.fileURLToPath(t),!1)}function Xc(e){return""!==e&&("/"===e[0]||function(e){if("."===e[0]){if(1===e.length||"/"===e[1])return!0;if("."===e[1]&&(2===e.length||"/"===e[2]))return!0}return!1}(e))}function Kc(n,o,s,a){void 0===s&&(s=pc());const D=o.protocol,c="data:"===D||"http:"===D||"https:"===D;let l;if(Xc(n))try{l=new URL(n,o)}catch(e){const t=new Ac(n,o);throw t.cause=e,t}else if("file:"===D&&"#"===n[0])l=Vc(n,o,s);else try{l=new URL(n)}catch(e){if(c&&!u.builtinModules.includes(n)){const t=new Ac(n,o);throw t.cause=e,t}l=qc(n,o,s)}return i.ok(void 0!==l,"expected to be defined"),"file:"!==l.protocol?l:function(u,n){if(null!==xc.exec(u.pathname))throw new Fc(u.pathname,'must not include encoded "/" or "\\" characters',r.fileURLToPath(n));let o;try{o=r.fileURLToPath(u)}catch(e){const t=e;throw Object.defineProperty(t,"input",{value:String(u)}),Object.defineProperty(t,"module",{value:String(n)}),t}const i=Pc(o.endsWith("/")?o.slice(-1):o);if(i&&i.isDirectory()){const e=new vc(o,r.fileURLToPath(n));throw e.url=String(u),e}if(!i||!i.isFile()){const e=new gc(o||u.pathname,n&&r.fileURLToPath(n),!0);throw e.url=String(u),e}{const n=e.realpathSync(o),{search:i,hash:s}=u;(u=r.pathToFileURL(n+(o.endsWith(t.sep)?"/":""))).search=i,u.hash=s}return u}(l,o)}function zc(e){if(void 0!==e&&"string"!=typeof e&&!function(e){return Boolean(e&&"object"==typeof e&&"href"in e&&"string"==typeof e.href&&"protocol"in e&&"string"==typeof e.protocol&&e.href&&e.protocol)}(e))throw new VD.ERR_INVALID_ARG_TYPE("parentURL",["string","URL"],e)}function Jc(e,t={}){const{parentURL:r}=t;let n,o,s;if(i.ok(void 0!==r,"expected `parentURL` to be defined"),zc(r),r)try{n=new URL(r)}catch{}try{if(o=Xc(e)?new URL(e,n):new URL(e),s=o.protocol,"data:"===s)return{url:o.href,format:null}}catch{}const a=function(e,t,r){if(r){const n=r.protocol;if("http:"===n||"https:"===n){if(Xc(e)){const u=t?.protocol;if(u&&"https:"!==u&&"http:"!==u)throw new hc(e,r,"remote imports cannot import from a local location.");return{url:t?.href||""}}if(u.builtinModules.includes(e))throw new hc(e,r,"remote imports cannot import from a local location.");throw new hc(e,r,"only relative and absolute specifiers are supported.")}}}(e,o,n);if(a)return a;if(void 0===s&&o&&(s=o.protocol),"node:"===s)return{url:e};if(o&&"node:"===o.protocol)return{url:e};const D=pc(t.conditions),c=Kc(e,new URL(r),D);return{url:c.href,format:Dc(c,{parentURL:r})}}var Qc=function(e,t){const u=function(e,t){if(!t)throw new Error("Please pass `parent`: `import-meta-resolve` cannot ponyfill that");try{return Jc(e,{parentURL:t}).url}catch(e){const t=e;if(("ERR_UNSUPPORTED_DIR_IMPORT"===t.code||"ERR_MODULE_NOT_FOUND"===t.code)&&"string"==typeof t.url)return t.url;throw e}}(e,r.pathToFileURL(t).href);return import(u)};var Yc=function(e,t){return u.createRequire(t)(e)},Zc=new Set(["MODULE_NOT_FOUND","ERR_REQUIRE_ESM","ERR_PACKAGE_PATH_NOT_EXPORTED","ERR_REQUIRE_ASYNC_MODULE"]);var el=async function(e,t){try{const u=Yc(e,t);return process.features.require_module&&u.__esModule?u.default:u}catch(e){if(!Zc.has(e?.code))throw e}return(await Qc(e,t)).default};var tl=async function(e){const{base:u,ext:r}=t.parse(e),n="package.json"===u?TD:"package.yaml"===u?LD:ND[r];if(!n)throw new Error(`No loader specified for extension "${r||"noExt"}"`);let o=await n(e);if(o){if("string"==typeof o&&(o=await el(o,e)),"object"!=typeof o)throw new TypeError(`Config is only allowed to be an object, but received ${typeof o} in "${e}"`);return delete o.$schema,o}},ul=new Map,rl=new Map;function nl(e,u={}){e=e?t.resolve(e):process.cwd();const r=function(e){if(e=e?t.resolve(e):void 0,!rl.has(e)){const t=UD(e),u=t.search.bind(t);rl.set(e,u)}return rl.get(e)}(Us.getPrettierConfigSearchStopDirectory());return r(e,{cache:u.shouldCache})}function ol(){ul.clear(),rl.clear(),ca()}function il(e,u){if(!e||!u.editorconfig)return;return function(e,{shouldCache:u}){return e=t.resolve(e),u&&Da.has(e)||Da.set(e,la(e,{shouldCache:u})),Da.get(e)}(e,{shouldCache:u.useCache})}async function sl(e,u){const r=u.useCache;let n=u.config;if(!n){const u=e?t.dirname(t.resolve(e)):void 0;n=await nl(u,{shouldCache:r})}if(!n)return;n=Vs(n);const o=await function(e,{shouldCache:u}){return e=t.resolve(e),u&&ul.has(e)||ul.set(e,tl(e)),ul.get(e)}(n,{shouldCache:r});return{config:o,configFile:n}}async function al(e,u){u={useCache:!0,...u};const r=Vs(e),[n,o]=await Promise.all([sl(r,u),il(r,u)]);if(!n&&!o)return null;const i={...o,...cl(n,r)};return Array.isArray(i.plugins)&&(i.plugins=i.plugins.map(e=>"string"==typeof e&&e.startsWith(".")?t.resolve(t.dirname(n.configFile),e):e)),i}async function Dl(e){const u=e?t.dirname(t.resolve(Vs(e))):void 0;return await nl(u,{shouldCache:!1})??null}function cl(e,u){const{config:r,configFile:n}=e||{},{overrides:o,...i}=r||{};if(u&&o){const e=t.relative(t.dirname(n),u);for(const t of o)ll(e,t.files,t.excludeFiles)&&Object.assign(i,t.options)}return i}function ll(e,t,u){const r=Array.isArray(t)?t:[t],[n,o]=Xs(r,e=>e.includes("/"));return Hs.default.isMatch(e,o,{ignore:u,basename:!0,dot:!0})||Hs.default.isMatch(e,n,{ignore:u,basename:!1,dot:!0})}var fl=(e,t)=>(u,r,...n)=>{if(1|u&&null==r)return;return(t.call(r)??r[e]).apply(r,n)},pl=String.prototype.replaceAll??function(e,t){return e.global?this.replace(e,t):this.split(e).join(t)},dl=fl("replaceAll",function(){if("string"==typeof this)return pl}),hl="crlf",Fl="\n",El=Fl;function ml(e){return"cr"===e?"\r":e===hl?"\r\n":El}var gl=new Map([[Fl,/\n/gu],["\r",/\r/gu],["\r\n",/\r\n/gu]]);function Cl(e,t){const u=gl.get(t);return e.match(u)?.length??0}var yl=/\r\n?/gu;function vl(e){return this[e<0?this.length+e:e]}var Al=fl("at",function(){if(Array.isArray(this)||"string"==typeof this)return vl}),bl="group",_l="fill",wl="if-break",Bl="line",Sl="label",xl="break-parent";function Rl(e,t){return e.type===Sl?{...e,contents:t(e.contents)}:t(e)}function Ol(e){if(!e)return"";if(Array.isArray(e)){const t=[];for(const u of e)if(Array.isArray(u))t.push(...Ol(u));else{const e=Ol(u);""!==e&&t.push(e)}return t}return e.type===wl?{...e,breakContents:Ol(e.breakContents),flatContents:Ol(e.flatContents)}:e.type===bl?{...e,contents:Ol(e.contents),expandedStates:e.expandedStates?.map(Ol)}:e.type===_l?{type:"fill",parts:e.parts.map(Ol)}:e.contents?{...e,contents:Ol(e.contents)}:e}function jl(e){return 12288===e||e>=65281&&e<=65376||e>=65504&&e<=65510}function kl(e){return e>=4352&&e<=4447||8986===e||8987===e||9001===e||9002===e||e>=9193&&e<=9196||9200===e||9203===e||9725===e||9726===e||9748===e||9749===e||e>=9776&&e<=9783||e>=9800&&e<=9811||9855===e||e>=9866&&e<=9871||9875===e||9889===e||9898===e||9899===e||9917===e||9918===e||9924===e||9925===e||9934===e||9940===e||9962===e||9970===e||9971===e||9973===e||9978===e||9981===e||9989===e||9994===e||9995===e||10024===e||10060===e||10062===e||e>=10067&&e<=10069||10071===e||e>=10133&&e<=10135||10160===e||10175===e||11035===e||11036===e||11088===e||11093===e||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12773||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e>=94192&&e<=94198||e>=94208&&e<=101589||e>=101631&&e<=101662||e>=101760&&e<=101874||e>=110576&&e<=110579||e>=110581&&e<=110587||110589===e||110590===e||e>=110592&&e<=110882||110898===e||e>=110928&&e<=110930||110933===e||e>=110948&&e<=110951||e>=110960&&e<=111355||e>=119552&&e<=119638||e>=119648&&e<=119670||126980===e||127183===e||127374===e||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||127568===e||127569===e||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||127988===e||e>=127992&&e<=128062||128064===e||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||128378===e||128405===e||128406===e||128420===e||e>=128507&&e<=128591||e>=128640&&e<=128709||128716===e||e>=128720&&e<=128722||e>=128725&&e<=128728||e>=128732&&e<=128735||128747===e||128748===e||e>=128756&&e<=128764||e>=128992&&e<=129003||129008===e||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129674||e>=129678&&e<=129734||129736===e||e>=129741&&e<=129756||e>=129759&&e<=129770||e>=129775&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}var Pl=/[^\x20-\x7F]/u,Tl=new Set("©®‼⁉™ℹ↔↕↖↗↘↙↩↪⌨⏏⏱⏲⏸⏹⏺▪▫▶◀◻◼☀☁☂☃☄☎☑☘☝☠☢☣☦☪☮☯☸☹☺♀♂♟♠♣♥♦♨♻♾⚒⚔⚕⚖⚗⚙⚛⚜⚠⚧⚰⚱⛈⛏⛑⛓⛩⛱⛷⛸⛹✂✈✉✌✍✏✒✔✖✝✡✳✴❄❇❣❤➡⤴⤵⬅⬆⬇");var Ll=function(e){if(!e)return 0;if(!Pl.test(e))return e.length;e=e.replace(/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,e=>Tl.has(e)?" ":" ");let t=0;for(const u of e){const e=u.codePointAt(0);e<=31||e>=127&&e<=159||(e>=768&&e<=879||e>=65024&&e<=65039||(t+=jl(e)||kl(e)?2:1))}return t};var Il=function(e,t,u=0){let r=0;for(let n=u;n<e.length;++n)"\t"===e[n]?r=r+t-r%t:r++;return r},Nl=class{constructor(e){this.stack=[e]}get key(){const{stack:e,siblings:t}=this;return Al(0,e,null===t?-2:-4)??null}get index(){return null===this.siblings?null:Al(0,this.stack,-2)}get node(){return Al(0,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return null!==this.siblings}get siblings(){const{stack:e}=this,t=Al(0,e,-3);return Array.isArray(t)?t:null}get next(){const{siblings:e}=this;return null===e?null:e[this.index+1]}get previous(){const{siblings:e}=this;return null===e?null:e[this.index-1]}get isFirst(){return 0===this.index}get isLast(){const{siblings:e,index:t}=this;return null!==e&&t===e.length-1}get isRoot(){return 1===this.stack.length}get root(){return this.stack[0]}get ancestors(){return[...this.#d()]}getName(){const{stack:e}=this,{length:t}=e;return t>1?Al(0,e,-2):null}getValue(){return Al(0,this.stack,-1)}getNode(e=0){const t=this.#h(e);return-1===t?null:this.stack[t]}getParentNode(e=0){return this.getNode(e+1)}#h(e){const{stack:t}=this;for(let u=t.length-1;u>=0;u-=2)if(!Array.isArray(t[u])&&--e<0)return u;return-1}call(e,...t){const{stack:u}=this,{length:r}=u;let n=Al(0,u,-1);for(const e of t)n=n?.[e],u.push(e,n);try{return e(this)}finally{u.length=r}}callParent(e,t=0){const u=this.#h(t+1),r=this.stack.splice(u+1);try{return e(this)}finally{this.stack.push(...r)}}each(e,...t){const{stack:u}=this,{length:r}=u;let n=Al(0,u,-1);for(const e of t)n=n[e],u.push(e,n);try{for(let t=0;t<n.length;++t)u.push(t,n[t]),e(this,t,n),u.length-=2}finally{u.length=r}}map(e,...t){const u=[];return this.each((t,r,n)=>{u[r]=e(t,r,n)},...t),u}match(...e){let t=this.stack.length-1,u=null,r=this.stack[t--];for(const n of e){if(void 0===r)return!1;let e=null;if("number"==typeof u&&(e=u,u=this.stack[t--],r=this.stack[t--]),n&&!n(r,u,e))return!1;u=this.stack[t--],r=this.stack[t--]}return!0}findAncestor(e){for(const t of this.#d())if(e(t))return t}hasAncestor(e){for(const t of this.#d())if(e(t))return!0;return!1}*#d(){const{stack:e}=this;for(let t=e.length-3;t>=0;t-=2){const u=e[t];Array.isArray(u)||(yield u)}}};var $l=function(e){return null!==e&&"object"==typeof e};function Ml(e){return(t,u,r)=>{const n=Boolean(r?.backwards);if(!1===u)return!1;const{length:o}=t;let i=u;for(;i>=0&&i<o;){const u=t.charAt(i);if(e instanceof RegExp){if(!e.test(u))return i}else if(!e.includes(u))return i;n?i--:i++}return(-1===i||i===o)&&i}}var Ul=Ml(/\s/u),Hl=Ml(" \t"),Gl=Ml(",; \t"),Wl=Ml(/[^\n\r]/u),Vl=e=>"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e;var ql=function(e,t,u){const r=Boolean(u?.backwards);if(!1===t)return!1;const n=e.charAt(t);if(r){if("\r"===e.charAt(t-1)&&"\n"===n)return t-2;if(Vl(n))return t-1}else{if("\r"===n&&"\n"===e.charAt(t+1))return t+2;if(Vl(n))return t+1}return t};var Xl=function(e,t,u={}){const r=Hl(e,u.backwards?t-1:t,u);return r!==ql(e,r,u)};var Kl=function(e){return Array.isArray(e)&&e.length>0};function*zl(e,t){const{getVisitorKeys:u,filter:r=()=>!0}=t,n=e=>$l(e)&&r(e);for(const t of u(e)){const u=e[t];if(Array.isArray(u))for(const e of u)n(e)&&(yield e);else n(u)&&(yield u)}}var Jl=function e(t,u,r){const{cache:n}=r;if(n.has(t))return n.get(t);const{filter:o}=r;if(!o)return[];let i;const s=(r.getChildren?.(t,r)??[...zl(t,{getVisitorKeys:r.getVisitorKeys})]).flatMap(n=>(i??(i=[t,...u]),o(n,i)?[n]:e(n,i,r))),{locStart:a,locEnd:D}=r;return s.sort((e,t)=>a(e)-a(t)||D(e)-D(t)),n.set(t,s),s};function Ql(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){const t=e.type||e.kind||"(unknown type)";let u=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");return u.length>20&&(u=u.slice(0,19)+"…"),t+(u?" "+u:"")}(e)}function Yl(e,t){t.leading=!0,t.trailing=!1,Ql(e,t)}function Zl(e,t,u){t.leading=!1,t.trailing=!1,u&&(t.marker=u),Ql(e,t)}function ef(e,t){t.leading=!1,t.trailing=!0,Ql(e,t)}var tf=new WeakMap;function uf(e,t,u,r,n=[]){const{locStart:o,locEnd:i}=u,s=o(t),a=i(t),D=Jl(e,n,{cache:tf,locStart:o,locEnd:i,getVisitorKeys:u.getVisitorKeys,filter:u.printer.canAttachComment,getChildren:u.printer.getCommentChildNodes});let c,l,f=0,p=D.length;for(;f<p;){const e=f+p>>1,r=D[e],d=o(r),h=i(r);if(d<=s&&a<=h)return uf(r,t,u,r,[r,...n]);if(h<=s)c=r,f=e+1;else{if(!(a<=d))throw new Error("Comment location overlaps with node location");l=r,p=e}}if("TemplateLiteral"===r?.type){const{quasis:e}=r,n=Df(e,t,u);c&&Df(e,c,u)!==n&&(c=null),l&&Df(e,l,u)!==n&&(l=null)}return{enclosingNode:r,precedingNode:c,followingNode:l}}var rf=()=>!1;var nf=e=>!/[\S\n\u2028\u2029]/u.test(e);function of(e,t,u,r){const{comment:n,precedingNode:o}=u[r],{locStart:i,locEnd:s}=t;let a=i(n);if(o)for(let t=r-1;t>=0;t--){const{comment:r,precedingNode:n}=u[t];if(n!==o||!nf(e.slice(s(r),a)))break;a=i(r)}return Xl(e,a,{backwards:!0})}function sf(e,t,u,r){const{comment:n,followingNode:o}=u[r],{locStart:i,locEnd:s}=t;let a=s(n);if(o)for(let t=r+1;t<u.length;t++){const{comment:r,followingNode:n}=u[t];if(n!==o||!nf(e.slice(a,i(r))))break;a=s(r)}return Xl(e,a)}function af(e,t){const u=e.length;if(0===u)return;const{precedingNode:r,followingNode:n}=e[0];let o,s=t.locStart(n);for(o=u;o>0;--o){const{comment:u,precedingNode:a,followingNode:D}=e[o-1];i.strictEqual(a,r),i.strictEqual(D,n);const c=t.originalText.slice(t.locEnd(u),s);if(!(t.printer.isGap?.(c,t)??/^[\s(]*$/u.test(c)))break;s=t.locStart(u)}for(const[t,{comment:u}]of e.entries())t<o?ef(r,u):Yl(n,u);for(const e of[r,n])e.comments&&e.comments.length>1&&e.comments.sort((e,u)=>t.locStart(e)-t.locStart(u));e.length=0}function Df(e,t,u){const r=u.locStart(t)-1;for(let t=1;t<e.length;++t)if(r<u.locStart(e[t]))return t-1;return 0}var cf=function(e,t){let u=t-1;return u=Hl(e,u,{backwards:!0}),u=ql(e,u,{backwards:!0}),u=Hl(e,u,{backwards:!0}),u!==ql(e,u,{backwards:!0})},{breakParent:lf,hardline:ff,indent:pf,join:df,line:hf,lineSuffix:Ff}=Pn;function Ef(e,t){return e.node.printed=!0,t.printer.printComment(e,t)}function mf(e,t){const u=e.node;if(!u)return{};const r=t[Symbol.for("printedComments")];if(0===(u.comments||[]).filter(e=>!r.has(e)).length)return{leading:"",trailing:""};const n=[],o=[];let i;return e.each(()=>{const u=e.node;if(r?.has(u))return;const{leading:s,trailing:a}=u;s?n.push(function(e,t){const u=e.node,r=[Ef(e,t)],{printer:n,originalText:o,locStart:i,locEnd:s}=t,a=n.isBlockComment?.(u);if(a){const e=Xl(o,s(u))?Xl(o,i(u),{backwards:!0})?ff:hf:" ";r.push(e)}else r.push(ff);const D=ql(o,Hl(o,s(u)));return!1!==D&&Xl(o,D)&&r.push(ff),r}(e,t)):a&&(i=function(e,t,u){const r=e.node,n=Ef(e,t),{printer:o,originalText:i,locStart:s}=t,a=o.isBlockComment?.(r);if(u?.hasLineSuffix&&!u?.isBlock||Xl(i,s(r),{backwards:!0})){const e=cf(i,s(r));return{doc:Ff([ff,e?ff:"",n]),isBlock:a,hasLineSuffix:!0}}return!a||u?.hasLineSuffix?{doc:[Ff([" ",n]),lf],isBlock:a,hasLineSuffix:!0}:{doc:[" ",n],isBlock:a,hasLineSuffix:!1}}(e,t,i),o.push(i.doc))},"comments"),{leading:n,trailing:o}}var gf={checkIgnorePragma:{category:"Special",type:"boolean",default:!1,description:"Check whether the file's first docblock comment contains '@noprettier' or '@noformat' to determine if it should be formatted.",cliCategory:"Other"},cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:"Maintain existing\n(mixed values within one file are normalised by looking at what's used after the first line)"}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"},{value:"mjml",description:"MJML"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:"Format code ending at a given character offset (exclusive).\nThe range will extend forwards to the end of the selected statement.",cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:"Format code starting at a given character offset.\nThe range will extend backwards to the start of the first line containing the selected statement.",cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:"Require either '@prettier' or '@format' to be present in the file's first docblock comment in order for it to be formatted.",cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};function Cf({plugins:e=[],showDeprecated:t=!1}={}){const u=e.flatMap(e=>e.languages??[]),r=[];for(const n of vf(Object.assign({},...e.map(({options:e})=>e),gf)))!t&&n.deprecated||(Array.isArray(n.choices)&&(t||(n.choices=n.choices.filter(e=>!e.deprecated)),"parser"===n.name&&(n.choices=[...n.choices,...yf(n.choices,u,e)])),n.pluginDefaults=Object.fromEntries(e.filter(e=>void 0!==e.defaultOptions?.[n.name]).map(e=>[e.name,e.defaultOptions[n.name]])),r.push(n));return{languages:u,options:r}}function*yf(e,t,u){const r=new Set(e.map(e=>e.value));for(const e of t)if(e.parsers)for(const t of e.parsers)if(!r.has(t)){r.add(t);const n=u.find(e=>e.parsers&&Object.prototype.hasOwnProperty.call(e.parsers,t));let o=e.name;n?.name&&(o+=` (plugin: ${n.name})`),yield{value:t,description:o}}}function vf(e){const t=[];for(const[u,r]of Object.entries(e)){const e={name:u,...r};Array.isArray(e.default)&&(e.default=Al(0,e.default,-1).value),t.push(e)}return t}var Af=Array.prototype.toReversed??function(){return[...this].reverse()},bf=fl("toReversed",function(){if(Array.isArray(this))return Af}),_f=zn(Ti());var wf=function(e){try{const t=new _f.default(e),u=t.next();if(!1===u)return;t.close();const r=u.toString("utf8"),n=r.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/u);if(n)return n[1];const o=r.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/u);if(o)return o[1]}catch{}},Bf=e=>{try{return t.basename(Vs(e))}catch{return""}};function Sf(e,t){if(!t)return;const u=Bf(t).toLowerCase();return e.find(({filenames:e})=>e?.some(e=>e.toLowerCase()===u))??e.find(({extensions:e})=>e?.some(e=>u.endsWith(e)))}var xf=function(e,t){if(!t||Bf(t).includes("."))return;const u=e.filter(({interpreters:e})=>Kl(e));if(0===u.length)return;const r=wf(t);return r?u.find(({interpreters:e})=>e.includes(r)):void 0};function Rf(e,t){if(t){if(Ws(t))try{t=r.fileURLToPath(t)}catch{return}if("string"==typeof t)return e.find(({isSupported:e})=>e?.({filepath:t}))}}var Of,jf=function(e,t){const u=bf(0,e.plugins).flatMap(e=>e.languages??[]),r=function(e,t){if(t)return e.find(({name:e})=>e.toLowerCase()===t)??e.find(({aliases:e})=>e?.includes(t))??e.find(({extensions:e})=>e?.includes(`.${t}`))}(u,t.language)??Sf(u,t.physicalFile)??Sf(u,t.file)??Rf(u,t.physicalFile)??Rf(u,t.file)??xf?.(u,t.physicalFile);return r?.parsers[0]};function kf(e,{isCLI:t,optionInfos:u,FlagSchema:r}){const{name:n}=e,o={name:n};let i;const s={};switch(e.type){case"int":i=Ss,t&&(o.preprocess=Number);break;case"string":case"path":i=xs;break;case"choice":i=ws,o.choices=e.choices.map(t=>t?.redirect?{...t,redirect:{to:{key:e.name,value:t.redirect}}}:t);break;case"boolean":i=Fs;break;case"flag":i=r,o.flags=u.flatMap(e=>[e.alias,e.description&&e.name,e.oppositeDescription&&`no-${e.name}`].filter(Boolean));break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?o.validate=(t,u,r)=>e.exception(t)||u.validate(t,r):o.validate=(e,t,u)=>void 0===e||t.validate(e,u),e.redirect&&(s.redirect=t=>t?{to:"string"==typeof e.redirect?e.redirect:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(s.deprecated=!0),t&&!e.array){const e=o.preprocess||(e=>e);o.preprocess=(t,u,r)=>u.preprocess(e(Array.isArray(t)?Al(0,t,-1):t),r)}return e.array?ds.create({...t?{preprocess:e=>Array.isArray(e)?e:[e]}:{},...s,valueSchema:i.create(o)}):i.create({...o,...s})}var Pf=function(e,t,{logger:u=!1,isCLI:r=!1,passThrough:n=!1,FlagSchema:o,descriptor:i}={}){if(r){if(!o)throw new Error("'FlagSchema' option is required.");if(!i)throw new Error("'descriptor' option is required.")}else i=Yi;const s=n?Array.isArray(n)?(e,t)=>n.includes(e)?{[e]:t}:void 0:(e,t)=>({[e]:t}):(e,t,u)=>{const{_:r,...n}=u.schemas;return as(e,t,{...u,schemas:n})},a=function(e,{isCLI:t,FlagSchema:u}){const r=[];t&&r.push(ps.create({name:"_"}));for(const n of e)r.push(kf(n,{isCLI:t,optionInfos:e,FlagSchema:u})),n.alias&&t&&r.push(fs.create({name:n.alias,sourceName:n.name}));return r}(t,{isCLI:r,FlagSchema:o}),D=new Ps(a,{logger:u,unknown:s,descriptor:i}),c=!1!==u;c&&Of&&(D._hasDeprecationWarned=Of);const l=D.normalize(e);return c&&(Of=D._hasDeprecationWarned),l},Tf=Array.prototype.findLast??function(e){for(let t=this.length-1;t>=0;t--){const u=this[t];if(e(u,t,this))return u}},Lf=fl("findLast",function(){if(Array.isArray(this))return Tf}),If=Symbol.for("PRETTIER_IS_FRONT_MATTER"),Nf=[];var $f=function(e){return Boolean(e?.[If])},{hardline:Mf,markAsRoot:Uf}=Pn,Hf=new Set(["yaml","toml"]),Gf=({node:e})=>$f(e)&&Hf.has(e.language);async function Wf(e,t,u,r){const{node:n}=u,{language:o}=n;if(!Hf.has(o))return;const i=n.value.trim();let s;if(i){const t="yaml"===o?o:jf(r,{language:o});if(!t)return;s=i?await e(i,{parser:t}):""}else s=i;return Uf([n.startDelimiter,n.explicitLanguage??"",Mf,s,s?Mf:"",n.endDelimiter])}var Vf=function(e,t){return Gf({node:e})&&(delete t.end,delete t.raw,delete t.value),t};var qf=function({node:e}){return e.raw},Xf=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),Kf=e=>Object.keys(e).filter(e=>!Xf.has(e));var zf=function(e,t){const u=e?t=>e(t,Xf):Kf;return t?new Proxy(u,{apply:(e,t,u)=>$f(u[0])?Nf:Reflect.apply(e,t,u)}):u};function Jf(e,t){if(!t)throw new Error("parserName is required.");const u=Lf(0,e,e=>e.parsers&&Object.prototype.hasOwnProperty.call(e.parsers,t));if(u)return u;throw new Ls(`Couldn't resolve parser "${t}".`)}function Qf({plugins:e,parser:t}){return Yf(Jf(e,t),t)}function Yf(e,t){const u=e.parsers[t];return"function"==typeof u?u():u}async function Zf(e,t){const u=e.printers[t];return function(e){if(ep.has(e))return ep.get(e);let{features:t,getVisitorKeys:u,embed:r,massageAstNode:n,print:o,...i}=e;t=function(e){return{experimental_avoidAstMutation:!1,...e,experimental_frontMatterSupport:up(e?.experimental_frontMatterSupport)}}(t);const s=t.experimental_frontMatterSupport;u=zf(u,s.massageAstNode||s.embed||s.print);let a=n;n&&s.massageAstNode&&(a=new Proxy(n,{apply:(e,t,u)=>(Vf(...u),Reflect.apply(e,t,u))}));let D=r;if(r){let e;D=new Proxy(r,{get:(t,n,o)=>"getVisitorKeys"===n?(e??(e=r.getVisitorKeys?zf(r.getVisitorKeys,s.massageAstNode||s.embed):u),e):Reflect.get(t,n,o),apply:(e,t,u)=>s.embed&&Gf(...u)?Wf:Reflect.apply(e,t,u)})}let c=o;s.print&&(c=new Proxy(o,{apply(e,t,u){const[r]=u;return $f(r.node)?qf(r):Reflect.apply(e,t,u)}}));const l={features:t,getVisitorKeys:u,embed:D,massageAstNode:a,print:c,...i};return ep.set(e,l),l}("function"==typeof u?await u():u)}var ep=new WeakMap;var tp=Object.fromEntries(["clean","embed","print"].map(e=>[e,!1]));function up(e){return{...tp,...e}}var rp={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null,getVisitorKeys:null};var np=async function(e,t={}){const u={...e};if(!u.parser){if(!u.filepath)throw new Is("No parser and no file path given, couldn't infer a parser.");if(u.parser=jf(u,{physicalFile:u.filepath}),!u.parser)throw new Is(`No parser could be inferred for file "${u.filepath}".`)}const r=Cf({plugins:e.plugins,showDeprecated:!0}).options,n={...rp,...Object.fromEntries(r.filter(e=>void 0!==e.default).map(e=>[e.name,e.default]))},o=Jf(u.plugins,u.parser),i=await Yf(o,u.parser);u.astFormat=i.astFormat,u.locEnd=i.locEnd,u.locStart=i.locStart;const s=o.printers?.[i.astFormat]?o:function(e,t){if(!t)throw new Error("astFormat is required.");const u=Lf(0,e,e=>e.printers&&Object.prototype.hasOwnProperty.call(e.printers,t));if(u)return u;throw new Ls(`Couldn't find plugin for AST format "${t}".`)}(u.plugins,i.astFormat),a=await Zf(s,i.astFormat);u.printer=a,u.getVisitorKeys=a.getVisitorKeys;const D={...n,...s.defaultOptions?Object.fromEntries(Object.entries(s.defaultOptions).filter(([,e])=>void 0!==e)):{}};for(const[e,t]of Object.entries(D))null!==u[e]&&void 0!==u[e]||(u[e]=t);return"json"===u.parser&&(u.trailingComma="none"),Pf(u,r,{passThrough:Object.keys(rp),...t})};var op=async function(e,t){const u=await Qf(t),r=u.preprocess?await u.preprocess(e,t):e;let n;t.originalText=r;try{n=await u.parse(r,t,t)}catch(t){!function(e,t){const{loc:u}=e;if(u){const r=sD(t,u,{highlightCode:!0});throw e.message+="\n"+r,e.codeFrame=r,e}throw e}(t,e)}return{text:r,ast:n}},{stripTrailingHardline:ip}=Ln;async function sp(e,t,u,r,n){if("auto"!==u.embeddedLanguageFormatting)return;const{printer:o}=u,{embed:i}=o;if(!i)return;if(i.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/plugins#optional-embed");const{hasPrettierIgnore:s}=o,{getVisitorKeys:a}=i,D=[];!function t(){const{node:r}=e;if(null===r||"object"!=typeof r||s?.(e))return;for(const u of a(r))Array.isArray(r[u])?e.each(t,u):e.call(t,u);const o=i(e,u);if(!o)return;if("function"==typeof o)return void D.push({print:o,node:r,pathStack:[...e.stack]});n.set(r,o)}();const c=e.stack;for(const{print:r,node:o,pathStack:i}of D)try{e.stack=i;const s=await r(l,t,e,u);s&&n.set(o,s)}catch(e){if(process.env.PRETTIER_DEBUG)throw e}function l(e,t){return async function(e,t,u,r){const n=await np({...u,...t,parentParser:u.parser,originalText:e,cursorOffset:void 0,rangeStart:void 0,rangeEnd:void 0},{passThrough:!0}),{ast:o}=await op(e,n),i=await r(o,n);return ip(i)}(e,t,u,r)}e.stack=c}var ap=function(e,t,u,r){const{originalText:n,[Symbol.for("comments")]:o,locStart:i,locEnd:s,[Symbol.for("printedComments")]:a}=t,{node:D}=e,c=i(D),l=s(D);for(const e of o)i(e)>=c&&s(e)<=l&&a.add(e);const{printPrettierIgnored:f}=t.printer;return f?f(e,t,u,r):n.slice(c,l)},{cursor:Dp}=Pn;async function cp(e,t){({ast:e}=await fp(e,t));const u=new Map,r=new Nl(e),n=new Map;await sp(r,i,t,cp,n);const o=await lp(r,t,i,void 0,n);if(function(e){const{[Symbol.for("comments")]:t,[Symbol.for("printedComments")]:u}=e;for(const e of t){if(!e.printed&&!u.has(e))throw new Error('Comment "'+e.value.trim()+'" was not printed. Please report this error!');delete e.printed}}(t),t.cursorOffset>=0){if(t.nodeAfterCursor&&!t.nodeBeforeCursor)return[Dp,o];if(t.nodeBeforeCursor&&!t.nodeAfterCursor)return[o,Dp]}return o;function i(e,t){return void 0===e||e===r?s(t):Array.isArray(e)?r.call(()=>s(t),...e):r.call(()=>s(t),e)}function s(e){const o=r.node;if(null==o)return"";const s=$l(o)&&void 0===e;if(s&&u.has(o))return u.get(o);const a=lp(r,t,i,e,n);return s&&u.set(o,a),a}}function lp(e,t,u,r,n){const{node:o}=e,{printer:i}=t;let s;switch(s=i.hasPrettierIgnore?.(e)?ap(e,t,u,r):n.has(o)?n.get(o):i.print(e,t,u,r),o){case t.cursorNode:s=Rl(s,e=>[Dp,e,Dp]);break;case t.nodeBeforeCursor:s=Rl(s,e=>[e,Dp]);break;case t.nodeAfterCursor:s=Rl(s,e=>[Dp,e])}return i.printComment&&!i.willPrintOwnComments?.(e,t)&&(s=function(e,t,u){const{leading:r,trailing:n}=mf(e,u);return r||n?Rl(t,e=>[r,e,n]):t}(e,s,t)),s}async function fp(e,t){const u=e.comments??[];t[Symbol.for("comments")]=u,t[Symbol.for("printedComments")]=new Set,function(e,t){const{comments:u}=e;if(delete e.comments,!Kl(u)||!t.printer.canAttachComment)return;const r=[],{printer:{features:{experimental_avoidAstMutation:n},handleComments:o={}},originalText:i}=t,{ownLine:s=rf,endOfLine:a=rf,remaining:D=rf}=o,c=u.map((r,n)=>({...uf(e,r,t),comment:r,text:i,options:t,ast:e,isLastComment:u.length-1===n}));for(const[e,t]of c.entries()){const{comment:u,precedingNode:o,enclosingNode:i,followingNode:l,text:f,options:p,ast:d,isLastComment:h}=t;let F;if(n?F=[t]:(u.enclosingNode=i,u.precedingNode=o,u.followingNode=l,F=[u,f,p,d,h]),of(f,p,c,e))u.placement="ownLine",s(...F)||(l?Yl(l,u):o?ef(o,u):Zl(i||d,u));else if(sf(f,p,c,e))u.placement="endOfLine",a(...F)||(o?ef(o,u):l?Yl(l,u):Zl(i||d,u));else if(u.placement="remaining",D(...F));else if(o&&l){const e=r.length;e>0&&r[e-1].followingNode!==l&&af(r,p),r.push(t)}else o?ef(o,u):l?Yl(l,u):Zl(i||d,u)}if(af(r,t),!n)for(const e of u)delete e.precedingNode,delete e.enclosingNode,delete e.followingNode}(e,t);const{printer:{preprocess:r}}=t;return{ast:e=r?await r(e,t):e,comments:u}}var pp=function(e,t){const{cursorOffset:u,locStart:r,locEnd:n,getVisitorKeys:o}=t,i=e=>r(e)<=u&&n(e)>=u;let s=e;const a=[e];for(const t of function*(e,t){const u=[e];for(let e=0;e<u.length;e++){const r=u[e];for(const e of zl(r,t))yield e,u.push(e)}}(e,{getVisitorKeys:o,filter:i}))a.push(t),s=t;if(function(e,t){return zl(e,t).next().done}(s,{getVisitorKeys:o}))return{cursorNode:s};let D,c,l=-1,f=Number.POSITIVE_INFINITY;for(;a.length>0&&(void 0===D||void 0===c);){s=a.pop();const e=void 0!==D,t=void 0!==c;for(const i of zl(s,{getVisitorKeys:o})){if(!e){const e=n(i);e<=u&&e>l&&(D=i,l=e)}if(!t){const e=r(i);e>=u&&e<f&&(c=i,f=e)}}}return{nodeBeforeCursor:D,nodeAfterCursor:c}};var dp=function(e,t){const{printer:u}=t,r=u.massageAstNode;if(!r)return e;const{getVisitorKeys:n}=u,{ignoredProperties:o}=r;return function e(t,u){if(!$l(t))return t;if(Array.isArray(t))return t.map(t=>e(t,u)).filter(Boolean);const i={},s=new Set(n(t));for(const u in t)Object.prototype.hasOwnProperty.call(t,u)&&!o?.has(u)&&(s.has(u)?i[u]=e(t[u],t):i[u]=t[u]);const a=r(t,i,u);if(null===a)return;return a??i}(e)},hp=Array.prototype.findLastIndex??function(e){for(let t=this.length-1;t>=0;t--){if(e(this[t],t,this))return t}return-1},Fp=fl("findLastIndex",function(){if(Array.isArray(this))return hp});function Ep(e){const t=Fp(0,e,e=>"Program"!==e.type&&"File"!==e.type);return-1===t?e:e.slice(0,t+1)}function mp(e,t,u,r,n=[],o){const{locStart:i,locEnd:s}=u,a=i(e),D=s(e);if(t>D||t<a||"rangeEnd"===o&&t===a||"rangeStart"===o&&t===D)return;const c=[e,...n],l=Jl(e,c,{cache:tf,locStart:i,locEnd:s,getVisitorKeys:u.getVisitorKeys,filter:u.printer.canAttachComment,getChildren:u.printer.getCommentChildNodes});for(const e of l){const n=mp(e,t,u,r,c,o);if(n)return n}return r(e,n[0])?c:void 0}var gp=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),Cp=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function yp(e,t,u){if(!t)return!1;switch(e.parser){case"flow":case"hermes":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"oxc":case"oxc-ts":case"__babel_estree":return r=t.type,n=u?.type,"DeclareExportDeclaration"!==n&&"TypeParameterDeclaration"!==r&&("Directive"===r||"TypeAlias"===r||"TSExportAssignment"===r||r.startsWith("Declare")||r.startsWith("TSDeclare")||r.endsWith("Statement")||r.endsWith("Declaration"));case"json":case"json5":case"jsonc":case"json-stringify":return gp.has(t.type);case"graphql":return Cp.has(t.kind);case"vue":return"root"!==t.tag}var r,n;return!1}function vp(e,t,u){let{rangeStart:r,rangeEnd:n,locStart:o,locEnd:s}=t;i.ok(n>r);const a=e.slice(r,n).search(/\S/u),D=-1===a;if(!D)for(r+=a;n>r&&!/\S/u.test(e[n-1]);--n);const c=mp(u,r,t,(e,u)=>yp(t,e,u),[],"rangeStart");if(!c)return;const l=D?c:mp(u,n,t,e=>yp(t,e),[],"rangeEnd");if(!l)return;let f,p;if((({parser:e})=>"json"===e||"json5"===e||"jsonc"===e||"json-stringify"===e)(t)){const e=function(e,t){return t=new Set(t),e.find(e=>gp.has(e.type)&&t.has(e))}(c,l);f=e,p=e}else[f,p]=function(e,t,{locStart:u,locEnd:r}){let[n,...o]=e,[i,...s]=t;if(n===i)return[n,i];const a=u(n);for(const e of Ep(s)){if(!(u(e)>=a))break;i=e}const D=r(i);for(const e of Ep(o)){if(!(r(e)<=D))break;if(n=e,n===i)break}return[n,i]}(c,l,t);return[Math.min(o(f),o(p)),Math.max(s(f),s(p))]}var{addAlignmentToDoc:Ap,hardline:bp}=Pn,{printDocToString:_p}=Tn,wp=Symbol("cursor");async function Bp(e,t,u=0){if(!e||0===e.trim().length)return{formatted:"",cursorOffset:-1,comments:[]};const{ast:r,text:n}=await op(e,t);t.cursorOffset>=0&&(t={...t,...pp(r,t)});let o=await cp(r,t);u>0&&(o=Ap([bp,o],u,t.tabWidth));const i=_p(o,t);if(u>0){const e=i.formatted.trim();void 0!==i.cursorNodeStart&&(i.cursorNodeStart-=i.formatted.indexOf(e),i.cursorNodeStart<0&&(i.cursorNodeStart=0,i.cursorNodeText=i.cursorNodeText.trimStart()),i.cursorNodeStart+i.cursorNodeText.length>e.length&&(i.cursorNodeText=i.cursorNodeText.trimEnd())),i.formatted=e+ml(t.endOfLine)}const s=t[Symbol.for("comments")];if(t.cursorOffset>=0){let e,u,r,o;if((t.cursorNode||t.nodeBeforeCursor||t.nodeAfterCursor)&&i.cursorNodeText)if(r=i.cursorNodeStart,o=i.cursorNodeText,t.cursorNode)e=t.locStart(t.cursorNode),u=n.slice(e,t.locEnd(t.cursorNode));else{if(!t.nodeBeforeCursor&&!t.nodeAfterCursor)throw new Error("Cursor location must contain at least one of cursorNode, nodeBeforeCursor, nodeAfterCursor");e=t.nodeBeforeCursor?t.locEnd(t.nodeBeforeCursor):0;const r=t.nodeAfterCursor?t.locStart(t.nodeAfterCursor):n.length;u=n.slice(e,r)}else e=0,u=n,r=0,o=i.formatted;const l=t.cursorOffset-e;if(u===o)return{formatted:i.formatted,cursorOffset:r+l,comments:s};const f=u.split("");f.splice(l,0,wp);const p=o.split(""),d=(a=f,D=p,Hi.diff(a,D,c));let h=r;for(const e of d)if(e.removed){if(e.value.includes(wp))break}else h+=e.count;return{formatted:i.formatted,cursorOffset:h,comments:s}}var a,D,c;return{formatted:i.formatted,cursorOffset:-1,comments:s}}function Sp(e,t,u){return"number"!=typeof t||Number.isNaN(t)||t<0||t>e.length?u:t}function xp(e,t){let{cursorOffset:u,rangeStart:r,rangeEnd:n}=t;return u=Sp(e,u,-1),r=Sp(e,r,0),n=Sp(e,n,e.length),{...t,cursorOffset:u,rangeStart:r,rangeEnd:n}}function Rp(e,t){let{cursorOffset:u,rangeStart:r,rangeEnd:n,endOfLine:o}=xp(e,t);const i="\ufeff"===e.charAt(0);if(i&&(e=e.slice(1),u--,r--,n--),"auto"===o&&(o=function(e){const t=e.indexOf("\r");return-1!==t?e.charAt(t+1)===Fl?hl:"cr":"lf"}(e)),e.includes("\r")){const t=t=>Cl(e.slice(0,Math.max(t,0)),"\r\n");u-=t(u),r-=t(r),n-=t(n),e=function(e){return dl(0,e,yl,Fl)}(e)}return{hasBOM:i,text:e,options:xp(e,{...t,cursorOffset:u,rangeStart:r,rangeEnd:n,endOfLine:o})}}async function Op(e,t){const u=await Qf(t);return!u.hasPragma||u.hasPragma(e)}async function jp(e,t){let u,{hasBOM:r,text:n,options:o}=Rp(e,await np(t));return o.rangeStart>=o.rangeEnd&&""!==n||o.requirePragma&&!await Op(n,o)||o.checkIgnorePragma&&await async function(e,t){const u=await Qf(t);return u.hasIgnorePragma?.(e)}(n,o)?{formatted:e,cursorOffset:t.cursorOffset,comments:[]}:(o.rangeStart>0||o.rangeEnd<n.length?u=await async function(e,t){const{ast:u,text:r}=await op(e,t),[n,o]=vp(r,t,u)??[0,0],i=r.slice(n,o),s=Math.min(n,r.lastIndexOf("\n",n)+1),a=r.slice(s,n).match(/^\s*/u)[0],D=Il(a,t.tabWidth),c=await Bp(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>n&&t.cursorOffset<=o?t.cursorOffset-n:-1,endOfLine:"lf"},D),l=c.formatted.trimEnd();let{cursorOffset:f}=t;f>o?f+=l.length-i.length:c.cursorOffset>=0&&(f=c.cursorOffset+n);let p=r.slice(0,n)+l+r.slice(o);if("lf"!==t.endOfLine){const e=ml(t.endOfLine);f>=0&&"\r\n"===e&&(f+=Cl(p.slice(0,f),"\n")),p=dl(0,p,"\n",e)}return{formatted:p,cursorOffset:f,comments:c.comments}}(n,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!await Op(n,o)&&(n=o.printer.insertPragma(n)),u=await Bp(n,o)),r&&(u.formatted="\ufeff"+u.formatted,u.cursorOffset>=0&&u.cursorOffset++),u)}var kp={};Kn(kp,{CATEGORY_CONFIG:()=>Pp,CATEGORY_EDITOR:()=>Tp,CATEGORY_FORMAT:()=>Lp,CATEGORY_GLOBAL:()=>$p,CATEGORY_OTHER:()=>Ip,CATEGORY_OUTPUT:()=>Np,CATEGORY_SPECIAL:()=>Mp});var Pp="Config",Tp="Editor",Lp="Format",Ip="Other",Np="Output",$p="Global",Mp="Special",Up={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},Hp={singleQuote:Up.singleQuote},Gp={bracketSpacing:Up.bracketSpacing},Wp="HTML",Vp={bracketSameLine:Up.bracketSameLine,htmlWhitespaceSensitivity:{category:Wp,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:Up.singleAttributePerLine,vueIndentScriptAndStyle:{category:Wp,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},qp="JavaScript",Xp={arrowParens:{category:qp,type:"choice",default:"always",description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:Up.bracketSameLine,objectWrap:Up.objectWrap,bracketSpacing:Up.bracketSpacing,jsxBracketSameLine:{category:qp,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{category:qp,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},experimentalOperatorPosition:{category:qp,type:"choice",default:"end",description:"Where to print operators when binary expressions wrap lines.",choices:[{value:"start",description:"Print operators at the start of new lines."},{value:"end",description:"Print operators at the end of previous lines."}]},experimentalTernaries:{category:qp,type:"boolean",default:!1,description:"Use curious ternaries, with the question mark after the condition.",oppositeDescription:"Default behavior of ternaries; keep question marks on the same line as the consequent."},singleQuote:Up.singleQuote,jsxSingleQuote:{category:qp,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{category:qp,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{category:qp,type:"choice",default:"all",description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"all",description:"Trailing commas wherever possible (including function arguments)."},{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."}]},singleAttributePerLine:Up.singleAttributePerLine},Kp={proseWrap:Up.proseWrap,singleQuote:Up.singleQuote},zp={bracketSpacing:Up.bracketSpacing,singleQuote:Up.singleQuote,proseWrap:Up.proseWrap};function Jp(e){const t=Object.create(null),u=Object.create(null);for(const{importPlugin:r,parsers:n=[],printers:o=[]}of e){const e=async()=>{const e=await r();return Object.assign(t,e.parsers),Object.assign(u,e.printers),e};for(const u of n)t[u]=async()=>(await e()).parsers[u];for(const t of o)u[t]=async()=>(await e()).printers[t]}return{parsers:t,printers:u}}var Qp=Jp([{importPlugin:()=>Promise.resolve().then(function(){return require("../estree.js")}),printers:["estree","estree-json"]}]),Yp={...Hp,...Gp,...Vp,...Xp,...Kp,...zp},Zp=[{name:"CSS",type:"markup",aceMode:"css",extensions:[".css",".wxss"],tmScope:"source.css",codemirrorMode:"css",codemirrorMimeType:"text/css",parsers:["css"],vscodeLanguageIds:["css"],linguistLanguageId:50},{name:"PostCSS",type:"markup",aceMode:"text",extensions:[".pcss",".postcss"],tmScope:"source.postcss",group:"CSS",parsers:["css"],vscodeLanguageIds:["postcss"],linguistLanguageId:262764437},{name:"Less",type:"markup",aceMode:"less",extensions:[".less"],tmScope:"source.css.less",aliases:["less-css"],codemirrorMode:"css",codemirrorMimeType:"text/x-less",parsers:["less"],vscodeLanguageIds:["less"],linguistLanguageId:198},{name:"SCSS",type:"markup",aceMode:"scss",extensions:[".scss"],tmScope:"source.css.scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",parsers:["scss"],vscodeLanguageIds:["scss"],linguistLanguageId:329},{name:"GraphQL",type:"data",aceMode:"graphqlschema",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",parsers:["graphql"],vscodeLanguageIds:["graphql"],linguistLanguageId:139},{name:"Handlebars",type:"markup",aceMode:"handlebars",extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aliases:["hbs","htmlbars"],parsers:["glimmer"],vscodeLanguageIds:["handlebars"],linguistLanguageId:155},{name:"Angular",type:"markup",aceMode:"html",extensions:[".component.html"],tmScope:"text.html.basic",aliases:["xhtml"],codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",parsers:["angular"],vscodeLanguageIds:["html"],filenames:[],linguistLanguageId:146},{name:"HTML",type:"markup",aceMode:"html",extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml"],tmScope:"text.html.basic",aliases:["xhtml"],codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",parsers:["html"],vscodeLanguageIds:["html"],linguistLanguageId:146},{name:"Lightning Web Components",type:"markup",aceMode:"html",extensions:[],tmScope:"text.html.basic",aliases:["xhtml"],codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",parsers:["lwc"],vscodeLanguageIds:["html"],filenames:[],linguistLanguageId:146},{name:"MJML",type:"markup",aceMode:"html",extensions:[".mjml"],tmScope:"text.mjml.basic",aliases:["MJML","mjml"],codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",parsers:["mjml"],filenames:[],vscodeLanguageIds:["mjml"],linguistLanguageId:146},{name:"Vue",type:"markup",aceMode:"vue",extensions:[".vue"],tmScope:"source.vue",codemirrorMode:"vue",codemirrorMimeType:"text/x-vue",parsers:["vue"],vscodeLanguageIds:["vue"],linguistLanguageId:391},{name:"JavaScript",type:"programming",aceMode:"javascript",extensions:[".js","._js",".bones",".cjs",".es",".es6",".gs",".jake",".javascript",".jsb",".jscad",".jsfl",".jslib",".jsm",".jspre",".jss",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib",".start.frag",".end.frag",".wxs"],filenames:["Jakefile","start.frag","end.frag"],tmScope:"source.js",aliases:["js","node"],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell","zx"],parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],linguistLanguageId:183},{name:"Flow",type:"programming",aceMode:"javascript",extensions:[".js.flow"],filenames:[],tmScope:"source.js",aliases:[],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],linguistLanguageId:183},{name:"JSX",type:"programming",aceMode:"javascript",extensions:[".jsx"],filenames:void 0,tmScope:"source.js.jsx",aliases:void 0,codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",interpreters:void 0,parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],group:"JavaScript",linguistLanguageId:183},{name:"TypeScript",type:"programming",aceMode:"typescript",extensions:[".ts",".cts",".mts"],tmScope:"source.ts",aliases:["ts"],codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",interpreters:["bun","deno","ts-node","tsx"],parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"],linguistLanguageId:378},{name:"TSX",type:"programming",aceMode:"tsx",extensions:[".tsx"],tmScope:"source.tsx",codemirrorMode:"jsx",codemirrorMimeType:"text/typescript-jsx",group:"TypeScript",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"],linguistLanguageId:94901924},{name:"JSON.stringify",type:"data",aceMode:"json",extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"],tmScope:"source.json",aliases:["geojson","jsonl","sarif","topojson"],codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json-stringify"],vscodeLanguageIds:["json"],linguistLanguageId:174},{name:"JSON",type:"data",aceMode:"json",extensions:[".json",".4DForm",".4DProject",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".json.example",".mcmeta",".sarif",".tact",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".all-contributorsrc",".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig",".babelrc",".jscsrc",".jshintrc",".jslintrc",".swcrc"],tmScope:"source.json",aliases:["geojson","jsonl","sarif","topojson"],codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json"],vscodeLanguageIds:["json"],linguistLanguageId:174},{name:"JSON with Comments",type:"data",aceMode:"javascript",extensions:[".jsonc",".code-snippets",".code-workspace",".sublime-build",".sublime-color-scheme",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[],tmScope:"source.json.comments",aliases:["jsonc"],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",group:"JSON",parsers:["jsonc"],vscodeLanguageIds:["jsonc"],linguistLanguageId:423},{name:"JSON5",type:"data",aceMode:"json5",extensions:[".json5"],tmScope:"source.js",codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json5"],vscodeLanguageIds:["json5"],linguistLanguageId:175},{name:"Markdown",type:"prose",aceMode:"markdown",extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr","README"],tmScope:"text.md",aliases:["md","pandoc"],codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,parsers:["markdown"],vscodeLanguageIds:["markdown"],linguistLanguageId:222},{name:"MDX",type:"prose",aceMode:"markdown",extensions:[".mdx"],filenames:[],tmScope:"text.md",aliases:["md","pandoc"],codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,parsers:["mdx"],vscodeLanguageIds:["mdx"],linguistLanguageId:222},{name:"YAML",type:"data",aceMode:"yaml",extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".clangd",".gemrc","CITATION.cff","glide.lock","pixi.lock",".prettierrc",".stylelintrc",".lintstagedrc"],tmScope:"source.yaml",aliases:["yml"],codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","dockercompose","github-actions-workflow","home-assistant"],linguistLanguageId:407}],{parsers:ed,printers:td}=Jp([{importPlugin:()=>Promise.resolve().then(function(){return require("../acorn.js")}),parsers:["acorn","espree"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../angular.js")}),parsers:["__ng_action","__ng_binding","__ng_interpolation","__ng_directive"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../babel.js")}),parsers:["babel","babel-flow","babel-ts","__js_expression","__ts_expression","__vue_expression","__vue_ts_expression","__vue_event_binding","__vue_ts_event_binding","__babel_estree","json","json5","jsonc","json-stringify"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../flow.js")}),parsers:["flow"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../glimmer.js")}),parsers:["glimmer"],printers:["glimmer"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../graphql.js")}),parsers:["graphql"],printers:["graphql"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../html.js")}),parsers:["html","angular","vue","lwc","mjml"],printers:["html"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../markdown.js")}),parsers:["markdown","mdx","remark"],printers:["mdast"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../meriyah.js")}),parsers:["meriyah"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../postcss.js")}),parsers:["css","less","scss"],printers:["postcss"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../typescript.js")}),parsers:["typescript"]},{importPlugin:()=>Promise.resolve().then(function(){return require("../yaml.js")}),parsers:["yaml"],printers:["yaml"]}]),ud=[Qp,{options:Yp,languages:Zp,parsers:ed,printers:td}];var rd=function(){return ud};var nd=function(e,u){return Qc(e,t.join(u,"noop.js"))};async function od(e,u){const n=await async function(e,u){if(Ws(e))return import(e);if(t.isAbsolute(e))return import(r.pathToFileURL(e).href);try{return await import(r.pathToFileURL(t.resolve(e)).href)}catch{return nd(e,u)}}(e,u),o=n.default??n;return{name:Ws(e)?Vs(e):e,...o}}var id=new Map;var sd=function(e=[]){return Promise.all(e.map(e=>function(e){if("string"!=typeof e&&!(e instanceof URL))return e;const t=process.cwd(),u=JSON.stringify({name:e,cwd:t});return id.has(u)||id.set(u,od(e,t)),id.get(u)}(e)))},ad=zn(Li()),Dd="\\"===t.sep?e=>dl(0,e,"\\","/"):e=>e;async function cd(e,u){let n="";if(e&&(n+=await OD(e)??""),u||(n+="\nnode_modules"),!n)return;const o=(0,ad.default)({allowRelativePaths:!0}).add(n);return u=>o.checkIgnore(Dd(function(e,u){const n=Vs(u),o=Ws(e)?r.fileURLToPath(e):t.resolve(e);return t.relative(n?t.dirname(n):process.cwd(),o)}(u,e))).ignored}async function ld(e,t){0!==e.length||t||(e=[void 0]);const u=(await Promise.all(e.map(e=>cd(e,t)))).filter(Boolean);return e=>u.some(t=>t(e))}var fd=function(e,t){return t=new Set(t),Object.fromEntries(Object.entries(e).filter(([e])=>!t.has(e)))};var pd=async function(e,t={}){if("string"!=typeof e&&!(e instanceof URL))throw new TypeError(`expect \`file\` to be a string or URL, got \`${typeof e}\``);let{ignorePath:u,withNodeModules:r}=t;Array.isArray(u)||(u=[u]);const n=await async function(e,t){const{ignorePath:u,withNodeModules:r}=t;return(await ld(u,r))(e)}(e,{ignorePath:u,withNodeModules:r});let o;return n||(o=t.parser??await async function(e,t){let u;!1!==t.resolveConfig&&(u=await al(e,{editorconfig:!1}));if(u?.parser)return u.parser;let r=t.plugins??u?.plugins??[];return r=(await Promise.all([rd(),sd(r)])).flat(),jf({plugins:r},{physicalFile:e})}(e,t)),{ignored:n,inferredParser:o??null}},dd="3.8.3",hd={};Kn(hd,{addDanglingComment:()=>Zl,addLeadingComment:()=>Yl,addTrailingComment:()=>ef,getAlignmentSize:()=>Il,getIndentSize:()=>Cd,getMaxContinuousCount:()=>yd,getNextNonSpaceNonCommentCharacter:()=>vd,getNextNonSpaceNonCommentCharacterIndex:()=>Rd,getPreferredQuote:()=>Bd,getStringWidth:()=>Ll,hasNewline:()=>Xl,hasNewlineInRange:()=>Sd,hasSpaces:()=>xd,isNextLineEmpty:()=>kd,isNextLineEmptyAfterIndex:()=>gd,isPreviousLineEmpty:()=>Od,makeString:()=>jd,skip:()=>Ml,skipEverythingButNewLine:()=>Wl,skipInlineComment:()=>Fd,skipNewline:()=>ql,skipSpaces:()=>Hl,skipToLineEnd:()=>Gl,skipTrailingComment:()=>Ed,skipWhitespace:()=>Ul});var Fd=function(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let u=t+2;u<e.length;++u)if("*"===e.charAt(u)&&"/"===e.charAt(u+1))return u+2;return t};var Ed=function(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?Wl(e,t):t)};var md=function(e,t){let u=null,r=t;for(;r!==u;)u=r,r=Hl(e,r),r=Fd(e,r),r=Ed(e,r),r=ql(e,r);return r};var gd=function(e,t){let u=null,r=t;for(;r!==u;)u=r,r=Gl(e,r),r=Fd(e,r),r=Hl(e,r);return r=Ed(e,r),r=ql(e,r),!1!==r&&Xl(e,r)};var Cd=function(e,t){const u=e.lastIndexOf("\n");return-1===u?0:Il(e.slice(u+1).match(/^[\t ]*/u)[0],t)};var yd=function(e,t){let u=e.matchAll(new RegExp(`(?:${function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}(t)})+`,"gu"));return u.reduce||(u=[...u]),u.reduce((e,[t])=>Math.max(e,t.length),0)/t.length};var vd=function(e,t){const u=md(e,t);return!1===u?"":e.charAt(u)},Ad=Object.freeze({character:"'",codePoint:39}),bd=Object.freeze({character:'"',codePoint:34}),_d=Object.freeze({preferred:Ad,alternate:bd}),wd=Object.freeze({preferred:bd,alternate:Ad});var Bd=function(e,t){const{preferred:u,alternate:r}=!0===t||"'"===t?_d:wd,{length:n}=e;let o=0,i=0;for(let t=0;t<n;t++){const n=e.charCodeAt(t);n===u.codePoint?o++:n===r.codePoint&&i++}return(o>i?r:u).character};var Sd=function(e,t,u){for(let r=t;r<u;++r)if("\n"===e.charAt(r))return!0;return!1};var xd=function(e,t,u={}){return Hl(e,u.backwards?t-1:t,u)!==t};function Rd(e,t){return 2===arguments.length||"number"==typeof t?md(e,t):function(e,t,u){return md(e,u(t))}(...arguments)}function Od(e,t){return 2===arguments.length||"number"==typeof t?cf(e,t):function(e,t,u){return cf(e,u(t))}(...arguments)}function jd(e,t,u){const r='"'===t?"'":'"',n=dl(0,e,/\\(.)|(["'])/gsu,(e,n,o)=>n===r?n:o===t?"\\"+o:o||(u&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(n)?n:"\\"+n));return t+n+t}function kd(e,t){return 2===arguments.length||"number"==typeof t?gd(e,t):function(e,t,u){return gd(e,u(t))}(...arguments)}function Pd(e,t=1){return async(...u)=>{const r=u[t]??{},{plugins:n=[]}=r;return u[t]={...r,plugins:(await Promise.all([rd(),sd(n)])).flat()},e(...u)}}var Td=Pd(jp);async function Ld(e,t){const{formatted:u}=await Td(e,{...t,cursorOffset:-1});return u}async function Id(e,t){return await Ld(e,t)===e}async function Nd(){ol(),id.clear()}var $d=Pd(Cf,0),Md=Pd((e,t)=>jf(t,{physicalFile:e})),Ud={errors:Ts,optionCategories:kp,createIsIgnoredFunction:ld,formatOptionsHiddenDefaults:rp,normalizeOptions:Pf,getSupportInfoWithoutPlugins:Cf,normalizeOptionSettings:vf,inferParser:(e,t)=>Promise.resolve(t?.parser??Md(e,t)),vnopts:{ChoiceSchema:ws,apiDescriptor:Yi},fastGlob:qi.default,createTwoFilesPatch:function(e,t,u,r,n,o,i){if("function"==typeof i&&(i={callback:i}),!(null==i?void 0:i.callback)){const s=Gi(e,t,u,r,n,o,i);if(!s)return;return Wi(s)}{const{callback:s}=i;Gi(e,t,u,r,n,o,Object.assign(Object.assign({},i),{callback:e=>{s(e?Wi(e):void 0)}}))}},picocolors:Qi.default,closetLevenshteinMatch:Ji,utilities:{omit:fd,createMockable:$s}},Hd={parse:Pd(async function(e,t,u){const{text:r,options:n}=Rp(e,await np(t)),o=await op(r,n);return u&&(u.preprocessForPrint&&(o.ast=await fp(o.ast,n)),u.massage&&(o.ast=dp(o.ast,n))),o}),formatAST:Pd(async function(e,t){t=await np(t);const u=await cp(e,t);return _p(u,t)}),formatDoc:Pd(async function(e,t){const u=function(e){const t=Object.create(null),u=new Set;return function e(t,u,n){if("string"==typeof t)return JSON.stringify(t);if(Array.isArray(t)){const u=t.map(e).filter(Boolean);return 1===u.length?u[0]:`[${u.join(", ")}]`}if(t.type===Bl){const e=n?.[u+1]?.type===xl;return t.literal?e?"literalline":"literallineWithoutBreakParent":t.hard?e?"hardline":"hardlineWithoutBreakParent":t.soft?"softline":"line"}if(t.type===xl)return n?.[u-1]?.type===Bl&&n[u-1].hard?void 0:"breakParent";if("trim"===t.type)return"trim";if("indent"===t.type)return"indent("+e(t.contents)+")";if("align"===t.type)return t.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+e(t.contents)+")":t.n<0?"dedent("+e(t.contents)+")":"root"===t.n.type?"markAsRoot("+e(t.contents)+")":"align("+JSON.stringify(t.n)+", "+e(t.contents)+")";if(t.type===wl)return"ifBreak("+e(t.breakContents)+(t.flatContents?", "+e(t.flatContents):"")+(t.groupId?(t.flatContents?"":', ""')+`, { groupId: ${r(t.groupId)} }`:"")+")";if("indent-if-break"===t.type){const u=[];t.negate&&u.push("negate: true"),t.groupId&&u.push(`groupId: ${r(t.groupId)}`);const n=u.length>0?`, { ${u.join(", ")} }`:"";return`indentIfBreak(${e(t.contents)}${n})`}if(t.type===bl){const u=[];t.break&&"propagated"!==t.break&&u.push("shouldBreak: true"),t.id&&u.push(`id: ${r(t.id)}`);const n=u.length>0?`, { ${u.join(", ")} }`:"";return t.expandedStates?`conditionalGroup([${t.expandedStates.map(t=>e(t)).join(",")}]${n})`:`group(${e(t.contents)}${n})`}if(t.type===_l)return`fill([${t.parts.map(t=>e(t)).join(", ")}])`;if("line-suffix"===t.type)return"lineSuffix("+e(t.contents)+")";if("line-suffix-boundary"===t.type)return"lineSuffixBoundary";if(t.type===Sl)return`label(${JSON.stringify(t.label)}, ${e(t.contents)})`;if("cursor"===t.type)return"cursor";throw new Error("Unknown doc type "+t.type)}(Ol(e));function r(e){if("symbol"!=typeof e)return JSON.stringify(String(e));if(e in t)return t[e];const r=e.description||"symbol";for(let n=0;;n++){const o=r+(n>0?` #${n}`:"");if(!u.has(o))return u.add(o),t[e]=`Symbol.for(${JSON.stringify(o)})`}}}(e),{formatted:r}=await jp(u,{...t,parser:"__js_expression"});return r}),printToDoc:Pd(async function(e,t){t=await np(t);const{ast:u}=await op(e,t);return t.cursorOffset>=0&&(t={...t,...pp(u,t)}),cp(u,t)}),printDocToString:Pd(async function(e,t){return _p(e,await np(t))}),mockable:Ms};function Gd(e,t){return S(e)&&S(t)?Er(e,t):j(e)&&j(t)?tr(e,t,Gd):t}exports.cloneDeep=function(e){return gu(e,5)},exports.copyFolder=function u(r,n){if(e.existsSync(n)||e.mkdirSync(n),!e.existsSync(r))return;e.readdirSync(r).forEach(o=>{const i=t.join(r,o),s=t.join(n,o);e.lstatSync(i).isDirectory()?u(i,s):e.copyFileSync(i,s)})},exports.generateDir=function(t){e.existsSync(t)&&e.rmdirSync(t,{recursive:!0}),e.mkdirSync(t,{recursive:!0})},exports.get=dt,exports.getAbsFile=function(e,u){return t.isAbsolute(e)?e:t.join(u,e)},exports.getMpasPageHtml=function(u){return u&&e.existsSync(u)?u:t.resolve(__dirname,"../template/index.html")},exports.getSrcPath=()=>"true"===process.env.SRC?"src/":"./",exports.has=function(e,t){return null!=e&&$u(e,t,rr)},exports.isEmpty=function(e){if(null==e)return!0;if(me(e)&&(S(e)||"string"==typeof e||"function"==typeof e.splice||xe(e)||Ie(e)||_e(e)))return!e.length;var t=tu(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(Ce(e))return!Ge(e).length;for(var u in e)if(or.call(e,u))return!1;return!0},exports.isNull=function(e){return null===e},exports.isPlainObject=Bt,exports.isUndefined=function(e){return void 0===e},exports.keyBy=ar,exports.keys=We,exports.loadJSON=function(t){const u=e.readFileSync(t,"utf-8");return JSON.parse(u)},exports.mapValues=function(e,t){var u={};return t=Hu(t),Vu(e,function(e,r,n){De(u,r,t(e,r,n))}),u},exports.mergeConfig=(e,t)=>({...tr(e,t,Gd)}),exports.omit=fr,exports.pick=hr,exports.values=function(e){return null==e?[]:function(e,t){return B(t,function(t){return e[t]})}(e,We(e))},exports.writeFileToJS=async(t,u)=>{const r=await Ii.format(u,{semi:!0,singleQuote:!0,parser:"babel-ts"});return e.writeFileSync(t,r,"utf-8")},exports.writeFileToJSON=async(t,u)=>{const r=await Ii.format(u,{parser:"json"});return e.writeFileSync(t,r,"utf-8")};
|
|
3
|
+
//# sourceMappingURL=index.js.map
|