eslint-config-sukka 8.0.2 → 8.0.4

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/dist/index.d.ts CHANGED
@@ -98,7 +98,7 @@ interface OptionsReact {
98
98
  /**
99
99
  * @default 'error'
100
100
  */
101
- reactCompiler?: 'off' | 'warn' | 'error';
101
+ reactCompiler?: boolean;
102
102
  nextjs?: boolean;
103
103
  remix?: boolean;
104
104
  reactRefresh?: {
@@ -139,7 +139,6 @@ interface ESLintSukkaOptions {
139
139
  js?: SharedOptions<OptionsJavaScript> | boolean;
140
140
  json?: boolean;
141
141
  ts?: SharedOptions<OptionsTypeScript> | boolean;
142
- markdown?: boolean;
143
142
  yaml?: boolean;
144
143
  react?: SharedOptions<OptionsReact> | boolean;
145
144
  stylex?: SharedOptions<OptionsStyleX> | boolean;
@@ -0,0 +1,23 @@
1
+ "use strict";require("node:util");var D,u,e,t=require("node:process"),r=require("node:readline"),n=require("node:stream"),i=require("picocolors");let s=["consistent-chaining","consistent-list-newline","curly","if-newline","import-dedupe","indent-unindent","top-level-function"],F="https://github.com/antfu/eslint-plugin-antfu/blob/main/src/rules/",o=(D=D=>s.includes(D)?`${F}${D}.md`:`${F}${D}.test.ts`,function({name:u,meta:e,...t}){return function({create:D,defaultOptions:u,meta:e}){return{create:e=>{let t=e.options.map((D,e)=>({...u[e]||{},...D||{}}));return D(e,t)},defaultOptions:u,meta:e}}({meta:{...e,docs:{...e.docs,url:D(u)}},...t})}),a=o({name:"consistent-chaining",meta:{type:"layout",docs:{description:"Having line breaks styles to object, array and named imports"},fixable:"whitespace",schema:[{type:"object",properties:{allowLeadingPropertyAccess:{type:"boolean",description:"Allow leading property access to be on the same line",default:!0}},additionalProperties:!1}],messages:{shouldWrap:"Should have line breaks between items, in node {{name}}",shouldNotWrap:"Should not have line breaks between items, in node {{name}}"}},defaultOptions:[{allowLeadingPropertyAccess:!0}],create:D=>{let u=new WeakSet,{allowLeadingPropertyAccess:e=!0}=D.options[0]||{};return{MemberExpression(t){let r=t;for(;r.parent&&("MemberExpression"===r.parent.type||"CallExpression"===r.parent.type);)r=r.parent;if(u.has(r))return;u.add(r);let n=[],i=r;for(;i;)switch(i.type){case"MemberExpression":i.computed||n.unshift(i),i=i.object;break;case"CallExpression":i=i.callee;break;default:i=void 0}let s=e,F=null;n.forEach(u=>{let e=D.sourceCode.getTokenBefore(u.property),t=D.sourceCode.getTokenBefore(e),n=e.loc.start.line===t.loc.end.line?"single":"multi";if(!s||"ThisExpression"!==u.object.type&&"Identifier"!==u.object.type&&"MemberExpression"!==u.object.type&&"Literal"!==u.object.type||"single"!==n){if(s=!1,null==F){F=n;return}F!==n&&D.report({messageId:"single"===F?"shouldNotWrap":"shouldWrap",loc:e.loc,data:{name:r.type},fix:D=>"multi"===F?D.insertTextAfter(t,"\n"):D.removeRange([t.range[1],e.range[0]])})}})}}}}),C=o({name:"consistent-list-newline",meta:{type:"layout",docs:{description:"Having line breaks styles to object, array and named imports"},fixable:"whitespace",schema:[{type:"object",properties:{ArrayExpression:{type:"boolean"},ArrayPattern:{type:"boolean"},ArrowFunctionExpression:{type:"boolean"},CallExpression:{type:"boolean"},ExportNamedDeclaration:{type:"boolean"},FunctionDeclaration:{type:"boolean"},FunctionExpression:{type:"boolean"},ImportDeclaration:{type:"boolean"},JSONArrayExpression:{type:"boolean"},JSONObjectExpression:{type:"boolean"},JSXOpeningElement:{type:"boolean"},NewExpression:{type:"boolean"},ObjectExpression:{type:"boolean"},ObjectPattern:{type:"boolean"},TSFunctionType:{type:"boolean"},TSInterfaceDeclaration:{type:"boolean"},TSTupleType:{type:"boolean"},TSTypeLiteral:{type:"boolean"},TSTypeParameterDeclaration:{type:"boolean"},TSTypeParameterInstantiation:{type:"boolean"}},additionalProperties:!1}],messages:{shouldWrap:"Should have line breaks between items, in node {{name}}",shouldNotWrap:"Should not have line breaks between items, in node {{name}}"}},defaultOptions:[{}],create:(D,[u={}]=[{}])=>{let e=new Set(["ArrayExpression","FunctionDeclaration","ObjectExpression","ObjectPattern","TSTypeLiteral","TSTupleType","TSInterfaceDeclaration"]);function t(u,e,t,r){let n=[e,t],i=D.sourceCode.text.slice(...n);return u.replaceTextRange(n,i.replace(/(\r\n|\n)/g,r??""))}function r(u,e){if("TSInterfaceDeclaration"===u.type||"TSTypeLiteral"===u.type)return D.sourceCode.text.slice(e.range[0],e.range[1]).match(/(?:,|;)$/)?void 0:","}function n(D){let u=D;for(;"Program"!==u.type;)u=u.parent;let e=D.range;return!!u.comments?.some(D=>{let u=D.range;return u[0]>e[0]&&u[1]<e[1]})}function i(u,n,i){let s=n.filter(Boolean);if(0===s.length)return;let F=["CallExpression","NewExpression"].includes(u.type)?void 0:D.sourceCode.getFirstToken(u);"CallExpression"===u.type&&(F=D.sourceCode.getTokenAfter(u.typeArguments?u.typeArguments:"MemberExpression"===u.callee.type?u.callee.property:u.callee)),F?.type!=="Punctuator"&&(F=D.sourceCode.getTokenBefore(s[0]));let o=D.sourceCode.getTokenAfter(s[s.length-1]),a=F.loc.start.line;if(F.loc.start.line===o.loc.end.line)return;let C=null,l=a;s.forEach((e,n)=>{if(null==C){C=e.loc.start.line===l?"inline":"newline",l=e.loc.end.line;return}let i=e.loc.start.line;if("newline"===C&&i===l)D.report({node:e,messageId:"shouldWrap",data:{name:u.type},*fix(D){yield D.insertTextBefore(e,"\n")}});else if("inline"===C&&i!==l){let i=s[n-1];if(D.sourceCode.getCommentsBefore(e).length>0)return;D.sourceCode.text.slice(i.range[1],e.range[0]).includes("\n")&&D.report({node:e,messageId:"shouldNotWrap",data:{name:u.type},*fix(D){yield t(D,i.range[1],e.range[0],r(u,i))}})}l=e.loc.end.line});let E=i?Math.min(D.sourceCode.getTokenBefore(i).range[0],u.range[1]):u.range[1],p=D.sourceCode.getLocFromIndex(E),c=s[s.length-1];if("newline"===C&&p.line===l)D.report({node:c,messageId:"shouldWrap",data:{name:u.type},*fix(D){yield D.insertTextAfter(c,"\n")}});else if("inline"===C&&p.line!==l){if(1===s.length&&!e.has(u.type)||D.sourceCode.getCommentsAfter(c).length>0)return;D.sourceCode.text.slice(c.range[1],E).includes("\n")&&D.report({node:c,messageId:"shouldNotWrap",data:{name:u.type},*fix(D){let e=1===s.length?"":r(u,c);yield t(D,c.range[1],E,e)}})}}let s={ObjectExpression:D=>{i(D,D.properties)},ArrayExpression:D=>{i(D,D.elements)},ImportDeclaration:D=>{i(D,D.specifiers[0]?.type==="ImportDefaultSpecifier"?D.specifiers.slice(1):D.specifiers)},ExportNamedDeclaration:D=>{i(D,D.specifiers)},FunctionDeclaration:D=>{i(D,D.params,D.returnType||D.body)},FunctionExpression:D=>{i(D,D.params,D.returnType||D.body)},ArrowFunctionExpression:D=>{D.params.length<=1||i(D,D.params,D.returnType||D.body)},CallExpression:D=>{i(D,D.arguments)},TSInterfaceDeclaration:D=>{i(D,D.body.body)},TSTypeLiteral:D=>{i(D,D.members)},TSTupleType:D=>{i(D,D.elementTypes)},TSFunctionType:D=>{i(D,D.params)},NewExpression:D=>{i(D,D.arguments)},TSTypeParameterDeclaration(D){i(D,D.params)},TSTypeParameterInstantiation(D){i(D,D.params)},ObjectPattern(D){i(D,D.properties,D.typeAnnotation)},ArrayPattern(D){i(D,D.elements)},JSXOpeningElement(D){D.attributes.some(D=>D.loc.start.line!==D.loc.end.line)||i(D,D.attributes)},JSONArrayExpression(D){n(D)||i(D,D.elements)},JSONObjectExpression(D){n(D)||i(D,D.properties)}};return Object.keys(u).forEach(D=>{!1===u[D]&&delete s[D]}),s}}),l=o({name:"curly",meta:{type:"layout",docs:{description:"Enforce Anthony's style of curly bracket"},fixable:"whitespace",schema:[],messages:{missingCurlyBrackets:"Expect curly brackets"}},defaultOptions:[],create:D=>{function u(e,t=[]){[...e,...t].map(D=>(function(D){if(!D)return!1;if("BlockStatement"===D.type||["IfStatement","WhileStatement","DoWhileStatement","ForStatement","ForInStatement","ForOfStatement"].includes(D.type))return!0;let u="ExpressionStatement"===D.type?D.expression:D;return u.loc.start.line!==u.loc.end.line})(D)).some(D=>D)&&e.map(u=>{"BlockStatement"!==u.type&&D.report({node:u,messageId:"missingCurlyBrackets",*fix(e){yield e.insertTextAfter(u,"\n}");let t=D.sourceCode.getTokenBefore(u);yield e.insertTextAfterRange(t.range," {")}})})}return{IfStatement(D){let e=D.parent;if("IfStatement"===e.type&&e.alternate===D)return;let t=[],r=[];!function D(u){t.push(u.consequent),u.test&&r.push(u.test),u.alternate&&("IfStatement"===u.alternate.type?D(u.alternate):t.push(u.alternate))}(D),u(t,r)},WhileStatement(D){u([D.body],[D.test])},DoWhileStatement(D){u([D.body],[D.test])},ForStatement(D){u([D.body])},ForInStatement(D){u([D.body])},ForOfStatement(D){u([D.body])}}}}),E=o({name:"if-newline",meta:{type:"layout",docs:{description:"Newline after if"},fixable:"whitespace",schema:[],messages:{missingIfNewline:"Expect newline after if"}},defaultOptions:[],create:D=>({IfStatement(u){u.consequent&&"BlockStatement"!==u.consequent.type&&u.test.loc.end.line===u.consequent.loc.start.line&&D.report({node:u,loc:{start:u.test.loc.end,end:u.consequent.loc.start},messageId:"missingIfNewline",fix:D=>D.replaceTextRange([u.consequent.range[0],u.consequent.range[0]],"\n")})}})}),p=o({name:"import-dedupe",meta:{type:"problem",docs:{description:"Fix duplication in imports"},fixable:"code",schema:[],messages:{importDedupe:"Expect no duplication in imports"}},defaultOptions:[],create:D=>({ImportDeclaration(u){if(u.specifiers.length<=1)return;let e=new Set;u.specifiers.forEach(t=>{let r=t.local.name;e.has(r)&&D.report({node:u,loc:{start:t.loc.end,end:t.loc.start},messageId:"importDedupe",fix(u){let e=t.range[0],r=t.range[1];return","===D.getSourceCode().text[r]&&(r+=1),u.removeRange([e,r])}}),e.add(r)})}})}),c=/^\s*$/;var d=Object.freeze({__proto__:null,default:{meta:{name:"antfu",version:"3.1.1"},rules:{"consistent-chaining":a,"consistent-list-newline":C,curly:l,"if-newline":E,"import-dedupe":p,"indent-unindent":o({name:"indent-unindent",meta:{type:"layout",docs:{description:"Enforce consistent indentation in `unindent` template tag"},fixable:"code",schema:[{type:"object",properties:{indent:{type:"number",minimum:0,default:2},tags:{type:"array",items:{type:"string"}}},additionalProperties:!1}],messages:{"indent-unindent":"Consistent indentation in unindent tag"}},defaultOptions:[{}],create(D){let{tags:u=["$","unindent","unIndent"],indent:e=2}=D.options?.[0]??{};return{TaggedTemplateExpression(t){let r=t.tag;if(!r||"Identifier"!==r.type||!u.includes(r.name)||1!==t.quasi.quasis.length)return;let n=t.quasi.quasis[0],i=n.value.raw,s=D.sourceCode.getIndexFromLoc({line:t.loc.start.line,column:0}),F=D.sourceCode.text.slice(s).match(/^\s*/)?.[0]??"",o=F+" ".repeat(e),a=(function(D){let u=("string"==typeof D?D:D[0]).split("\n"),e=u.map(D=>c.test(D)),t=u.reduce((D,u,t)=>{if(e[t])return D;let r=u.match(/^\s*/)?.[0].length;return void 0===r?D:Math.min(D,r)},1/0),r=0;for(;r<u.length&&e[r];)r++;let n=0;for(;n<u.length&&e[u.length-n-1];)n++;return u.slice(r,u.length-n).map(D=>D.slice(t)).join("\n")})([i]).split("\n").map(D=>o+D).join("\n");(a=`
2
+ ${a}
3
+ ${F}`)!==i&&D.report({node:n,messageId:"indent-unindent",fix:D=>D.replaceText(n,`\`${a}\``)})}}}}),"no-import-dist":o({name:"no-import-dist",meta:{type:"problem",docs:{description:"Prevent importing modules in `dist` folder"},schema:[],messages:{noImportDist:"Do not import modules in `dist` folder, got {{path}}"}},defaultOptions:[],create:D=>({ImportDeclaration:u=>{var e;((e=u.source.value).startsWith(".")&&e.match(/\/dist(\/|$)/)||"dist"===e)&&D.report({node:u,messageId:"noImportDist",data:{path:u.source.value}})}})}),"no-import-node-modules-by-path":o({name:"no-import-node-modules-by-path",meta:{type:"problem",docs:{description:"Prevent importing modules in `node_modules` folder by relative or absolute path"},schema:[],messages:{noImportNodeModulesByPath:"Do not import modules in `node_modules` folder by path"}},defaultOptions:[],create:D=>({ImportDeclaration:u=>{u.source.value.includes("/node_modules/")&&D.report({node:u,messageId:"noImportNodeModulesByPath"})},'CallExpression[callee.name="require"]':u=>{let e=u.arguments[0]?.value;"string"==typeof e&&e.includes("/node_modules/")&&D.report({node:u,messageId:"noImportNodeModulesByPath"})}})}),"no-top-level-await":o({name:"no-top-level-await",meta:{type:"problem",docs:{description:"Prevent using top-level await"},schema:[],messages:{NoTopLevelAwait:"Do not use top-level await"}},defaultOptions:[],create:D=>({AwaitExpression:u=>{let e=u.parent;for(;e;){if("FunctionDeclaration"===e.type||"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type)return;e=e.parent}D.report({node:u,messageId:"NoTopLevelAwait"})}})}),"no-ts-export-equal":o({name:"no-ts-export-equal",meta:{type:"problem",docs:{description:"Do not use `exports =`"},schema:[],messages:{noTsExportEqual:"Use ESM `export default` instead"}},defaultOptions:[],create:D=>{let u=D.getFilename().split(".").pop();return u&&["ts","tsx","mts","cts"].includes(u)?{TSExportAssignment(u){D.report({node:u,messageId:"noTsExportEqual"})}}:{}}}),"top-level-function":o({name:"top-level-function",meta:{type:"problem",docs:{description:"Enforce top-level functions to be declared with function keyword"},fixable:"code",schema:[],messages:{topLevelFunctionDeclaration:"Top-level functions should be declared with function keyword"}},defaultOptions:[],create:D=>({VariableDeclaration(u){if("Program"!==u.parent.type&&"ExportNamedDeclaration"!==u.parent.type||1!==u.declarations.length||"const"!==u.kind||u.declare)return;let e=u.declarations[0];if(e.init?.type!=="ArrowFunctionExpression"&&e.init?.type!=="FunctionExpression"||e.id?.type!=="Identifier"||e.id.typeAnnotation||"BlockStatement"!==e.init.body.type&&e.id?.loc.start.line===e.init?.body.loc.end.line)return;let t=e.init,r=e.init.body,n=e.id;D.report({node:u,loc:{start:n.loc.start,end:r.loc.start},messageId:"topLevelFunctionDeclaration",fix(e){let i=D.getSourceCode().text,s=i.slice(n.range[0],n.range[1]),F=t.params.length?i.slice(t.params[0].range[0],t.params[t.params.length-1].range[1]):"",o="BlockStatement"===r.type?i.slice(r.range[0],r.range[1]):`{
4
+ return ${i.slice(r.range[0],r.range[1])}
5
+ }`,a=t.typeParameters?i.slice(t.typeParameters.range[0],t.typeParameters.range[1]):"",C=t.returnType?i.slice(t.returnType.range[0],t.returnType.range[1]):"",l=t.async?"async ":"",E=`${l}function ${s} ${a}(${F})${C} ${o}`;return e.replaceTextRange([u.range[0],u.range[1]],E)}})}})})}}}),h=function(){if(e)return u;e=1;let D=`\x1b[`,t={to:(u,e)=>e?`${D}${e+1};${u+1}H`:`${D}${u+1}G`,move(u,e){let t="";return u<0?t+=`${D}${-u}D`:u>0&&(t+=`${D}${u}C`),e<0?t+=`${D}${-e}A`:e>0&&(t+=`${D}${e}B`),t},up:(u=1)=>`${D}${u}A`,down:(u=1)=>`${D}${u}B`,forward:(u=1)=>`${D}${u}C`,backward:(u=1)=>`${D}${u}D`,nextLine:(u=1)=>`${D}E`.repeat(u),prevLine:(u=1)=>`${D}F`.repeat(u),left:`${D}G`,hide:`${D}?25l`,show:`${D}?25h`,save:`\x1b7`,restore:`\x1b8`},r={screen:`${D}2J`,up:(u=1)=>`${D}1J`.repeat(u),down:(u=1)=>`${D}J`.repeat(u),line:`${D}2K`,lineEnd:`${D}K`,lineStart:`${D}1K`,lines(D){let u="";for(let e=0;e<D;e++)u+=this.line+(e<D-1?t.up():"");return D&&(u+=t.left),u}};return u={cursor:t,scroll:{up:(u=1)=>`${D}S`.repeat(u),down:(u=1)=>`${D}T`.repeat(u)},erase:r,beep:"\x07"}}();let B=function({onlyFirst:D=!1}={}){return RegExp("[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))|(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))",D?void 0:"g")}();function m(D){if("string"!=typeof D)throw TypeError(`Expected a \`string\`, got \`${typeof D}\``);return D.replace(B,"")}function g(D){return D&&D.__esModule&&Object.prototype.hasOwnProperty.call(D,"default")?D.default:D}var A={exports:{}},f={};function b(D){return D.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}A.exports=f,f.eastAsianWidth=function(D){var u=D.charCodeAt(0),e=2==D.length?D.charCodeAt(1):0,t=u;return 55296<=u&&u<=56319&&56320<=e&&e<=57343&&(u&=1023,e&=1023,t=(u<<10|e)+65536),12288==t||65281<=t&&t<=65376||65504<=t&&t<=65510?"F":8361==t||65377<=t&&t<=65470||65474<=t&&t<=65479||65482<=t&&t<=65487||65490<=t&&t<=65495||65498<=t&&t<=65500||65512<=t&&t<=65518?"H":4352<=t&&t<=4447||4515<=t&&t<=4519||4602<=t&&t<=4607||9001<=t&&t<=9002||11904<=t&&t<=11929||11931<=t&&t<=12019||12032<=t&&t<=12245||12272<=t&&t<=12283||12289<=t&&t<=12350||12353<=t&&t<=12438||12441<=t&&t<=12543||12549<=t&&t<=12589||12593<=t&&t<=12686||12688<=t&&t<=12730||12736<=t&&t<=12771||12784<=t&&t<=12830||12832<=t&&t<=12871||12880<=t&&t<=13054||13056<=t&&t<=19903||19968<=t&&t<=42124||42128<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||55216<=t&&t<=55238||55243<=t&&t<=55291||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65106||65108<=t&&t<=65126||65128<=t&&t<=65131||110592<=t&&t<=110593||127488<=t&&t<=127490||127504<=t&&t<=127546||127552<=t&&t<=127560||127568<=t&&t<=127569||131072<=t&&t<=194367||177984<=t&&t<=196605||196608<=t&&t<=262141?"W":32<=t&&t<=126||162<=t&&t<=163||165<=t&&t<=166||172==t||175==t||10214<=t&&t<=10221||10629<=t&&t<=10630?"Na":161==t||164==t||167<=t&&t<=168||170==t||173<=t&&t<=174||176<=t&&t<=180||182<=t&&t<=186||188<=t&&t<=191||198==t||208==t||215<=t&&t<=216||222<=t&&t<=225||230==t||232<=t&&t<=234||236<=t&&t<=237||240==t||242<=t&&t<=243||247<=t&&t<=250||252==t||254==t||257==t||273==t||275==t||283==t||294<=t&&t<=295||299==t||305<=t&&t<=307||312==t||319<=t&&t<=322||324==t||328<=t&&t<=331||333==t||338<=t&&t<=339||358<=t&&t<=359||363==t||462==t||464==t||466==t||468==t||470==t||472==t||474==t||476==t||593==t||609==t||708==t||711==t||713<=t&&t<=715||717==t||720==t||728<=t&&t<=731||733==t||735==t||768<=t&&t<=879||913<=t&&t<=929||931<=t&&t<=937||945<=t&&t<=961||963<=t&&t<=969||1025==t||1040<=t&&t<=1103||1105==t||8208==t||8211<=t&&t<=8214||8216<=t&&t<=8217||8220<=t&&t<=8221||8224<=t&&t<=8226||8228<=t&&t<=8231||8240==t||8242<=t&&t<=8243||8245==t||8251==t||8254==t||8308==t||8319==t||8321<=t&&t<=8324||8364==t||8451==t||8453==t||8457==t||8467==t||8470==t||8481<=t&&t<=8482||8486==t||8491==t||8531<=t&&t<=8532||8539<=t&&t<=8542||8544<=t&&t<=8555||8560<=t&&t<=8569||8585==t||8592<=t&&t<=8601||8632<=t&&t<=8633||8658==t||8660==t||8679==t||8704==t||8706<=t&&t<=8707||8711<=t&&t<=8712||8715==t||8719==t||8721==t||8725==t||8730==t||8733<=t&&t<=8736||8739==t||8741==t||8743<=t&&t<=8748||8750==t||8756<=t&&t<=8759||8764<=t&&t<=8765||8776==t||8780==t||8786==t||8800<=t&&t<=8801||8804<=t&&t<=8807||8810<=t&&t<=8811||8814<=t&&t<=8815||8834<=t&&t<=8835||8838<=t&&t<=8839||8853==t||8857==t||8869==t||8895==t||8978==t||9312<=t&&t<=9449||9451<=t&&t<=9547||9552<=t&&t<=9587||9600<=t&&t<=9615||9618<=t&&t<=9621||9632<=t&&t<=9633||9635<=t&&t<=9641||9650<=t&&t<=9651||9654<=t&&t<=9655||9660<=t&&t<=9661||9664<=t&&t<=9665||9670<=t&&t<=9672||9675==t||9678<=t&&t<=9681||9698<=t&&t<=9701||9711==t||9733<=t&&t<=9734||9737==t||9742<=t&&t<=9743||9748<=t&&t<=9749||9756==t||9758==t||9792==t||9794==t||9824<=t&&t<=9825||9827<=t&&t<=9829||9831<=t&&t<=9834||9836<=t&&t<=9837||9839==t||9886<=t&&t<=9887||9918<=t&&t<=9919||9924<=t&&t<=9933||9935<=t&&t<=9953||9955==t||9960<=t&&t<=9983||10045==t||10071==t||10102<=t&&t<=10111||11093<=t&&t<=11097||12872<=t&&t<=12879||57344<=t&&t<=63743||65024<=t&&t<=65039||65533==t||127232<=t&&t<=127242||127248<=t&&t<=127277||127280<=t&&t<=127337||127344<=t&&t<=127386||917760<=t&&t<=917999||983040<=t&&t<=1048573||1048576<=t&&t<=1114109?"A":"N"},f.characterLength=function(D){var u=this.eastAsianWidth(D);return"F"==u||"W"==u||"A"==u?2:1},f.length=function(D){for(var u=b(D),e=0,t=0;t<u.length;t++)e+=this.characterLength(u[t]);return e},f.slice=function(D,u,e){textLen=f.length(D),e=e||1,(u=u||0)<0&&(u=textLen+u),e<0&&(e=textLen+e);for(var t="",r=0,n=b(D),i=0;i<n.length;i++){var s=n[i],F=f.length(s);if(r>=u-(2==F))if(r+F<=e)t+=s;else break;r+=F}return t};let y=g(A.exports),x=g(function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g});function v(D,u={}){if("string"!=typeof D||0===D.length||(u={ambiguousIsNarrow:!0,...u},0===(D=m(D)).length))return 0;D=D.replace(x()," ");let e=u.ambiguousIsNarrow?1:2,t=0;for(let u of D){let D=u.codePointAt(0);if(!(D<=31)&&(!(D>=127)||!(D<=159))&&(!(D>=768)||!(D<=879)))switch(y.eastAsianWidth(u)){case"F":case"W":t+=2;break;case"A":t+=e;break;default:t+=1}}return t}let w=(D=0)=>u=>`\x1b[${u+D}m`,T=(D=0)=>u=>`\x1b[${38+D};5;${u}m`,$=(D=0)=>(u,e,t)=>`\x1b[${38+D};2;${u};${e};${t}m`,S={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(S.modifier),[...Object.keys(S.color),...Object.keys(S.bgColor)];let I=function(){let D=new Map;for(let[u,e]of Object.entries(S)){for(let[u,t]of Object.entries(e))S[u]={open:`\x1b[${t[0]}m`,close:`\x1b[${t[1]}m`},e[u]=S[u],D.set(t[0],t[1]);Object.defineProperty(S,u,{value:e,enumerable:!1})}return Object.defineProperty(S,"codes",{value:D,enumerable:!1}),S.color.close="\x1b[39m",S.bgColor.close="\x1b[49m",S.color.ansi=w(),S.color.ansi256=T(),S.color.ansi16m=$(),S.bgColor.ansi=w(10),S.bgColor.ansi256=T(10),S.bgColor.ansi16m=$(10),Object.defineProperties(S,{rgbToAnsi256:{value:(D,u,e)=>D===u&&u===e?D<8?16:D>248?231:Math.round((D-8)/247*24)+232:16+36*Math.round(D/255*5)+6*Math.round(u/255*5)+Math.round(e/255*5),enumerable:!1},hexToRgb:{value:D=>{let u=/[a-f\d]{6}|[a-f\d]{3}/i.exec(D.toString(16));if(!u)return[0,0,0];let[e]=u;3===e.length&&(e=[...e].map(D=>D+D).join(""));let t=Number.parseInt(e,16);return[t>>16&255,t>>8&255,255&t]},enumerable:!1},hexToAnsi256:{value:D=>S.rgbToAnsi256(...S.hexToRgb(D)),enumerable:!1},ansi256ToAnsi:{value:D=>{let u,e,t;if(D<8)return 30+D;if(D<16)return 90+(D-8);if(D>=232)e=u=((D-232)*10+8)/255,t=u;else{let r=(D-=16)%36;u=Math.floor(D/36)/5,e=Math.floor(r/6)/5,t=r%6/5}let r=2*Math.max(u,e,t);if(0===r)return 30;let n=30+(Math.round(t)<<2|Math.round(e)<<1|Math.round(u));return 2===r&&(n+=60),n},enumerable:!1},rgbToAnsi:{value:(D,u,e)=>S.ansi256ToAnsi(S.rgbToAnsi256(D,u,e)),enumerable:!1},hexToAnsi:{value:D=>S.ansi256ToAnsi(S.hexToAnsi256(D)),enumerable:!1}}),S}(),k=new Set(["\x1b","\x9b"]),_="]8;;",O=D=>`${k.values().next().value}[${D}m`,j=D=>`${k.values().next().value}${_}${D}\x07`,M=(D,u,e)=>{let t=[...u],r=!1,n=!1,i=v(m(D[D.length-1]));for(let[u,s]of t.entries()){let F=v(s);if(i+F<=e?D[D.length-1]+=s:(D.push(s),i=0),k.has(s)&&(r=!0,n=t.slice(u+1).join("").startsWith(_)),r){n?"\x07"===s&&(r=!1,n=!1):"m"===s&&(r=!1);continue}(i+=F)===e&&u<t.length-1&&(D.push(""),i=0)}!i&&D[D.length-1].length>0&&D.length>1&&(D[D.length-2]+=D.pop())};function P(D,u,e){return String(D).normalize().replace(/\r\n/g,`
6
+ `).split(`
7
+ `).map(D=>((D,u,e={})=>{if(!1!==e.trim&&""===D.trim())return"";let t="",r,n,i=D.split(" ").map(D=>v(D)),s=[""];for(let[t,r]of D.split(" ").entries()){!1!==e.trim&&(s[s.length-1]=s[s.length-1].trimStart());let D=v(s[s.length-1]);if(0!==t&&(D>=u&&(!1===e.wordWrap||!1===e.trim)&&(s.push(""),D=0),(D>0||!1===e.trim)&&(s[s.length-1]+=" ",D++)),e.hard&&i[t]>u){let e=u-D,n=1+Math.floor((i[t]-e-1)/u);Math.floor((i[t]-1)/u)<n&&s.push(""),M(s,r,u);continue}if(D+i[t]>u&&D>0&&i[t]>0){if(!1===e.wordWrap&&D<u){M(s,r,u);continue}s.push("")}if(D+i[t]>u&&!1===e.wordWrap){M(s,r,u);continue}s[s.length-1]+=r}!1!==e.trim&&(s=s.map(D=>(D=>{let u=D.split(" "),e=u.length;for(;e>0&&!(v(u[e-1])>0);)e--;return e===u.length?D:u.slice(0,e).join(" ")+u.slice(e).join("")})(D)));let F=[...s.join(`
8
+ `)];for(let[D,u]of F.entries()){if(t+=u,k.has(u)){let{groups:u}=RegExp(`(?:\\[(?<code>\\d+)m|\\${_}(?<uri>.*)\x07)`).exec(F.slice(D).join(""))||{groups:{}};if(void 0!==u.code){let D=Number.parseFloat(u.code);r=39===D?void 0:D}else void 0!==u.uri&&(n=0===u.uri.length?void 0:u.uri)}let e=I.codes.get(Number(r));F[D+1]===`
9
+ `?(n&&(t+=j("")),r&&e&&(t+=O(e))):u===`
10
+ `&&(r&&e&&(t+=O(r)),n&&(t+=j(n)))}return t})(D,u,e)).join(`
11
+ `)}let N={actions:new Set(["up","down","left","right","space","enter","cancel"]),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["\x03","cancel"],["escape","cancel"]])};globalThis.process.platform.startsWith("win");let W=Symbol("clack:cancel");function L(D,u){D.isTTY&&D.setRawMode(u)}var R=Object.defineProperty,q=(D,u,e)=>{let t;return(t="symbol"!=typeof u?u+"":u)in D?R(D,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):D[t]=e,e};class z{constructor(D,u=!0){q(this,"input"),q(this,"output"),q(this,"_abortSignal"),q(this,"rl"),q(this,"opts"),q(this,"_render"),q(this,"_track",!1),q(this,"_prevFrame",""),q(this,"_subscribers",new Map),q(this,"_cursor",0),q(this,"state","initial"),q(this,"error",""),q(this,"value");let{input:e=t.stdin,output:r=t.stdout,render:n,signal:i,...s}=D;this.opts=s,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=n.bind(this),this._track=u,this._abortSignal=i,this.input=e,this.output=r}unsubscribe(){this._subscribers.clear()}setSubscriber(D,u){let e=this._subscribers.get(D)??[];e.push(u),this._subscribers.set(D,e)}on(D,u){this.setSubscriber(D,{cb:u})}once(D,u){this.setSubscriber(D,{cb:u,once:!0})}emit(D,...u){let e=this._subscribers.get(D)??[],t=[];for(let D of e)D.cb(...u),D.once&&t.push(()=>e.splice(e.indexOf(D),1));for(let D of t)D()}prompt(){return new Promise((D,u)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),D(W);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let e=new n.Writable;e._write=(D,u,e)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),e()},this.input.pipe(e),this.rl=r.createInterface({input:this.input,output:e,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),r.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),void 0!==this.opts.initialValue&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),L(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(h.cursor.show),this.output.off("resize",this.render),L(this.input,!1),D(this.value)}),this.once("cancel",()=>{this.output.write(h.cursor.show),this.output.off("resize",this.render),L(this.input,!1),D(W)})})}onKeypress(D,u){if("error"===this.state&&(this.state="active"),u?.name&&(!this._track&&N.aliases.has(u.name)&&this.emit("cursor",N.aliases.get(u.name)),N.actions.has(u.name)&&this.emit("cursor",u.name)),D&&("y"===D.toLowerCase()||"n"===D.toLowerCase())&&this.emit("confirm","y"===D.toLowerCase())," "===D&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),D&&this.emit("key",D.toLowerCase()),u?.name==="return"){if(this.opts.validate){let D=this.opts.validate(this.value);D&&(this.error=D instanceof Error?D.message:D,this.state="error",this.rl?.write(this.value))}"error"!==this.state&&(this.state="submit")}(function D(u,e){if("string"==typeof u)return N.aliases.get(u)===e;for(let t of u)if(void 0!==t&&D(t,e))return!0;return!1})([D,u?.name,u?.sequence],"cancel")&&(this.state="cancel"),("submit"===this.state||"cancel"===this.state)&&this.emit("finalize"),this.render(),("submit"===this.state||"cancel"===this.state)&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
12
+ `),L(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let D=P(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
13
+ `).length-1;this.output.write(h.cursor.move(-999,-1*D))}render(){let D=P(this._render(this)??"",process.stdout.columns,{hard:!0});if(D!==this._prevFrame){if("initial"===this.state)this.output.write(h.cursor.hide);else{let u=function(D,u){if(D===u)return;let e=D.split(`
14
+ `),t=u.split(`
15
+ `),r=[];for(let D=0;D<Math.max(e.length,t.length);D++)e[D]!==t[D]&&r.push(D);return r}(this._prevFrame,D);if(this.restoreCursor(),u&&u?.length===1){let e=u[0];this.output.write(h.cursor.move(0,e)),this.output.write(h.erase.lines(1));let t=D.split(`
16
+ `);this.output.write(t[e]),this._prevFrame=D,this.output.write(h.cursor.move(0,t.length-e-1));return}if(u&&u?.length>1){let e=u[0];this.output.write(h.cursor.move(0,e)),this.output.write(h.erase.down());let t=D.split(`
17
+ `).slice(e);this.output.write(t.join(`
18
+ `)),this._prevFrame=D;return}this.output.write(h.erase.down())}this.output.write(D),"initial"===this.state&&(this.state="active"),this._prevFrame=D}}}class J extends z{get cursor(){return+!this.value}get _value(){return 0===this.cursor}constructor(D){super(D,!1),this.value=!!D.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",D=>{this.output.write(h.cursor.move(0,-1)),this.value=D,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}}let K="win32"!==t.platform?"linux"!==t.env.TERM:!!t.env.CI||!!t.env.WT_SESSION||!!t.env.TERMINUS_SUBLIME||"{cmd::Cmder}"===t.env.ConEmuTask||"Terminus-Sublime"===t.env.TERM_PROGRAM||"vscode"===t.env.TERM_PROGRAM||"xterm-256color"===t.env.TERM||"alacritty"===t.env.TERM||"JetBrains-JediTerm"===t.env.TERMINAL_EMULATOR,G=(D,u)=>K?D:u,V=G("◆","*"),H=G("■","x"),U=G("▲","x"),Y=G("◇","o"),Z=G("│","|"),X=G("└","—"),Q=G("●",">"),DD=G("○"," ");i.gray(Z);var Du=Object.freeze({__proto__:null,confirm:D=>{let u=D.active??"Yes",e=D.inactive??"No";return new J({active:u,inactive:e,initialValue:D.initialValue??!0,render(){let t=`${i.gray(Z)}
19
+ ${(D=>{switch(D){case"initial":case"active":return i.cyan(V);case"cancel":return i.red(H);case"error":return i.yellow(U);case"submit":return i.green(Y)}})(this.state)} ${D.message}
20
+ `,r=this.value?u:e;switch(this.state){case"submit":return`${t}${i.gray(Z)} ${i.dim(r)}`;case"cancel":return`${t}${i.gray(Z)} ${i.strikethrough(i.dim(r))}
21
+ ${i.gray(Z)}`;default:return`${t}${i.cyan(Z)} ${this.value?`${i.green(Q)} ${u}`:`${i.dim(DD)} ${i.dim(u)}`} ${i.dim("/")} ${this.value?`${i.dim(DD)} ${i.dim(e)}`:`${i.green(Q)} ${e}`}
22
+ ${i.cyan(X)}
23
+ `}}}).prompt()}});exports.a=Du,exports.i=d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-sukka",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "description": "Sukka's ESLint config",
5
5
  "homepage": "https://github.com/SukkaW/eslint-config-sukka",
6
6
  "repository": {
@@ -26,11 +26,12 @@
26
26
  "author": "Sukka <https://skk.moe>",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
+ "@antfu/install-pkg": "^1.1.0",
29
30
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
30
- "@eslint/config-helpers": "^0.4.1",
31
- "@eslint/js": "^9.38.0",
32
- "@typescript-eslint/eslint-plugin": "^8.46.2",
33
- "@typescript-eslint/parser": "^8.46.2",
31
+ "@eslint/config-helpers": "^0.4.2",
32
+ "@eslint/js": "^9.39.1",
33
+ "@typescript-eslint/eslint-plugin": "^8.46.4",
34
+ "@typescript-eslint/parser": "^8.46.4",
34
35
  "ci-info": "^4.3.1",
35
36
  "defu": "^6.1.4",
36
37
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -44,22 +45,20 @@
44
45
  "foxts": "^5.0.0",
45
46
  "jsonc-eslint-parser": "^2.4.1",
46
47
  "picocolors": "^1.1.1",
47
- "typescript-eslint": "^8.46.2",
48
- "@eslint-sukka/eslint-plugin-stylistic": "8.0.2",
49
- "@eslint-sukka/eslint-plugin-sukka-full": "8.0.2",
50
- "@eslint-sukka/shared": "8.0.2"
48
+ "typescript-eslint": "^8.46.4",
49
+ "@eslint-sukka/eslint-plugin-stylistic": "8.0.4",
50
+ "@eslint-sukka/eslint-plugin-sukka-full": "8.0.4",
51
+ "@eslint-sukka/shared": "8.0.4"
51
52
  },
52
53
  "devDependencies": {
53
- "@antfu/install-pkg": "^1.1.0",
54
54
  "@clack/prompts": "^0.11.0",
55
- "@eslint/markdown": "^7.5.0",
56
55
  "eslint-config-flat-gitignore": "^2.1.0",
57
56
  "eslint-plugin-antfu": "^3.1.1",
58
57
  "eslint-plugin-de-morgan": "^2.0.0",
59
- "@eslint-sukka/node": "8.0.2",
60
- "@eslint-sukka/react": "8.0.2",
61
- "@eslint-sukka/rollup-config": "8.0.2",
62
- "@eslint-sukka/yaml": "8.0.2"
58
+ "@eslint-sukka/node": "8.0.4",
59
+ "@eslint-sukka/rollup-config": "8.0.4",
60
+ "@eslint-sukka/react": "8.0.4",
61
+ "@eslint-sukka/yaml": "8.0.4"
63
62
  },
64
63
  "scripts": {
65
64
  "codegen": "SWC_NODE_IGNORE_DYNAMIC=true node -r @swc-node/register scripts/codegen.ts",
@@ -1,19 +0,0 @@
1
- "use strict";let u,D;require("node:util");var e,t,r=require("node:process"),i=require("node:readline"),n=require("node:stream"),s=require("picocolors"),F=require("node:fs/promises"),o=require("node:path"),C=require("node:fs"),a=require("node:module"),E=require("child_process"),l=require("path"),c=require("process"),h=require("stream"),p=require("readline"),B="undefined"!=typeof document?document.currentScript:null,d=function(){if(t)return e;t=1;let u=`\x1b[`,D={to:(D,e)=>e?`${u}${e+1};${D+1}H`:`${u}${D+1}G`,move(D,e){let t="";return D<0?t+=`${u}${-D}D`:D>0&&(t+=`${u}${D}C`),e<0?t+=`${u}${-e}A`:e>0&&(t+=`${u}${e}B`),t},up:(D=1)=>`${u}${D}A`,down:(D=1)=>`${u}${D}B`,forward:(D=1)=>`${u}${D}C`,backward:(D=1)=>`${u}${D}D`,nextLine:(D=1)=>`${u}E`.repeat(D),prevLine:(D=1)=>`${u}F`.repeat(D),left:`${u}G`,hide:`${u}?25l`,show:`${u}?25h`,save:`\x1b7`,restore:`\x1b8`},r={screen:`${u}2J`,up:(D=1)=>`${u}1J`.repeat(D),down:(D=1)=>`${u}J`.repeat(D),line:`${u}2K`,lineEnd:`${u}K`,lineStart:`${u}1K`,lines(u){let e="";for(let t=0;t<u;t++)e+=this.line+(t<u-1?D.up():"");return u&&(e+=D.left),e}};return e={cursor:D,scroll:{up:(D=1)=>`${u}S`.repeat(D),down:(D=1)=>`${u}T`.repeat(D)},erase:r,beep:"\x07"}}();let f=function({onlyFirst:u=!1}={}){return RegExp("[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))|(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))",u?void 0:"g")}();function m(u){if("string"!=typeof u)throw TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(f,"")}function g(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}var A={exports:{}},b={};function v(u){return u.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}A.exports=b,b.eastAsianWidth=function(u){var D=u.charCodeAt(0),e=2==u.length?u.charCodeAt(1):0,t=D;return 55296<=D&&D<=56319&&56320<=e&&e<=57343&&(D&=1023,e&=1023,t=(D<<10|e)+65536),12288==t||65281<=t&&t<=65376||65504<=t&&t<=65510?"F":8361==t||65377<=t&&t<=65470||65474<=t&&t<=65479||65482<=t&&t<=65487||65490<=t&&t<=65495||65498<=t&&t<=65500||65512<=t&&t<=65518?"H":4352<=t&&t<=4447||4515<=t&&t<=4519||4602<=t&&t<=4607||9001<=t&&t<=9002||11904<=t&&t<=11929||11931<=t&&t<=12019||12032<=t&&t<=12245||12272<=t&&t<=12283||12289<=t&&t<=12350||12353<=t&&t<=12438||12441<=t&&t<=12543||12549<=t&&t<=12589||12593<=t&&t<=12686||12688<=t&&t<=12730||12736<=t&&t<=12771||12784<=t&&t<=12830||12832<=t&&t<=12871||12880<=t&&t<=13054||13056<=t&&t<=19903||19968<=t&&t<=42124||42128<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||55216<=t&&t<=55238||55243<=t&&t<=55291||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65106||65108<=t&&t<=65126||65128<=t&&t<=65131||110592<=t&&t<=110593||127488<=t&&t<=127490||127504<=t&&t<=127546||127552<=t&&t<=127560||127568<=t&&t<=127569||131072<=t&&t<=194367||177984<=t&&t<=196605||196608<=t&&t<=262141?"W":32<=t&&t<=126||162<=t&&t<=163||165<=t&&t<=166||172==t||175==t||10214<=t&&t<=10221||10629<=t&&t<=10630?"Na":161==t||164==t||167<=t&&t<=168||170==t||173<=t&&t<=174||176<=t&&t<=180||182<=t&&t<=186||188<=t&&t<=191||198==t||208==t||215<=t&&t<=216||222<=t&&t<=225||230==t||232<=t&&t<=234||236<=t&&t<=237||240==t||242<=t&&t<=243||247<=t&&t<=250||252==t||254==t||257==t||273==t||275==t||283==t||294<=t&&t<=295||299==t||305<=t&&t<=307||312==t||319<=t&&t<=322||324==t||328<=t&&t<=331||333==t||338<=t&&t<=339||358<=t&&t<=359||363==t||462==t||464==t||466==t||468==t||470==t||472==t||474==t||476==t||593==t||609==t||708==t||711==t||713<=t&&t<=715||717==t||720==t||728<=t&&t<=731||733==t||735==t||768<=t&&t<=879||913<=t&&t<=929||931<=t&&t<=937||945<=t&&t<=961||963<=t&&t<=969||1025==t||1040<=t&&t<=1103||1105==t||8208==t||8211<=t&&t<=8214||8216<=t&&t<=8217||8220<=t&&t<=8221||8224<=t&&t<=8226||8228<=t&&t<=8231||8240==t||8242<=t&&t<=8243||8245==t||8251==t||8254==t||8308==t||8319==t||8321<=t&&t<=8324||8364==t||8451==t||8453==t||8457==t||8467==t||8470==t||8481<=t&&t<=8482||8486==t||8491==t||8531<=t&&t<=8532||8539<=t&&t<=8542||8544<=t&&t<=8555||8560<=t&&t<=8569||8585==t||8592<=t&&t<=8601||8632<=t&&t<=8633||8658==t||8660==t||8679==t||8704==t||8706<=t&&t<=8707||8711<=t&&t<=8712||8715==t||8719==t||8721==t||8725==t||8730==t||8733<=t&&t<=8736||8739==t||8741==t||8743<=t&&t<=8748||8750==t||8756<=t&&t<=8759||8764<=t&&t<=8765||8776==t||8780==t||8786==t||8800<=t&&t<=8801||8804<=t&&t<=8807||8810<=t&&t<=8811||8814<=t&&t<=8815||8834<=t&&t<=8835||8838<=t&&t<=8839||8853==t||8857==t||8869==t||8895==t||8978==t||9312<=t&&t<=9449||9451<=t&&t<=9547||9552<=t&&t<=9587||9600<=t&&t<=9615||9618<=t&&t<=9621||9632<=t&&t<=9633||9635<=t&&t<=9641||9650<=t&&t<=9651||9654<=t&&t<=9655||9660<=t&&t<=9661||9664<=t&&t<=9665||9670<=t&&t<=9672||9675==t||9678<=t&&t<=9681||9698<=t&&t<=9701||9711==t||9733<=t&&t<=9734||9737==t||9742<=t&&t<=9743||9748<=t&&t<=9749||9756==t||9758==t||9792==t||9794==t||9824<=t&&t<=9825||9827<=t&&t<=9829||9831<=t&&t<=9834||9836<=t&&t<=9837||9839==t||9886<=t&&t<=9887||9918<=t&&t<=9919||9924<=t&&t<=9933||9935<=t&&t<=9953||9955==t||9960<=t&&t<=9983||10045==t||10071==t||10102<=t&&t<=10111||11093<=t&&t<=11097||12872<=t&&t<=12879||57344<=t&&t<=63743||65024<=t&&t<=65039||65533==t||127232<=t&&t<=127242||127248<=t&&t<=127277||127280<=t&&t<=127337||127344<=t&&t<=127386||917760<=t&&t<=917999||983040<=t&&t<=1048573||1048576<=t&&t<=1114109?"A":"N"},b.characterLength=function(u){var D=this.eastAsianWidth(u);return"F"==D||"W"==D||"A"==D?2:1},b.length=function(u){for(var D=v(u),e=0,t=0;t<D.length;t++)e+=this.characterLength(D[t]);return e},b.slice=function(u,D,e){textLen=b.length(u),e=e||1,(D=D||0)<0&&(D=textLen+D),e<0&&(e=textLen+e);for(var t="",r=0,i=v(u),n=0;n<i.length;n++){var s=i[n],F=b.length(s);if(r>=D-(2==F))if(r+F<=e)t+=s;else break;r+=F}return t};let y=g(A.exports),w=g(function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g});function _(u,D={}){if("string"!=typeof u||0===u.length||(D={ambiguousIsNarrow:!0,...D},0===(u=m(u)).length))return 0;u=u.replace(w()," ");let e=D.ambiguousIsNarrow?1:2,t=0;for(let D of u){let u=D.codePointAt(0);if(!(u<=31)&&(!(u>=127)||!(u<=159))&&(!(u>=768)||!(u<=879)))switch(y.eastAsianWidth(D)){case"F":case"W":t+=2;break;case"A":t+=e;break;default:t+=1}}return t}let x=(u=0)=>D=>`\x1b[${D+u}m`,$=(u=0)=>D=>`\x1b[${38+u};5;${D}m`,k=(u=0)=>(D,e,t)=>`\x1b[${38+u};2;${D};${e};${t}m`,O={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(O.modifier),[...Object.keys(O.color),...Object.keys(O.bgColor)];let T=function(){let u=new Map;for(let[D,e]of Object.entries(O)){for(let[D,t]of Object.entries(e))O[D]={open:`\x1b[${t[0]}m`,close:`\x1b[${t[1]}m`},e[D]=O[D],u.set(t[0],t[1]);Object.defineProperty(O,D,{value:e,enumerable:!1})}return Object.defineProperty(O,"codes",{value:u,enumerable:!1}),O.color.close="\x1b[39m",O.bgColor.close="\x1b[49m",O.color.ansi=x(),O.color.ansi256=$(),O.color.ansi16m=k(),O.bgColor.ansi=x(10),O.bgColor.ansi256=$(10),O.bgColor.ansi16m=k(10),Object.defineProperties(O,{rgbToAnsi256:{value:(u,D,e)=>u===D&&D===e?u<8?16:u>248?231:Math.round((u-8)/247*24)+232:16+36*Math.round(u/255*5)+6*Math.round(D/255*5)+Math.round(e/255*5),enumerable:!1},hexToRgb:{value:u=>{let D=/[a-f\d]{6}|[a-f\d]{3}/i.exec(u.toString(16));if(!D)return[0,0,0];let[e]=D;3===e.length&&(e=[...e].map(u=>u+u).join(""));let t=Number.parseInt(e,16);return[t>>16&255,t>>8&255,255&t]},enumerable:!1},hexToAnsi256:{value:u=>O.rgbToAnsi256(...O.hexToRgb(u)),enumerable:!1},ansi256ToAnsi:{value:u=>{let D,e,t;if(u<8)return 30+u;if(u<16)return 90+(u-8);if(u>=232)e=D=((u-232)*10+8)/255,t=D;else{let r=(u-=16)%36;D=Math.floor(u/36)/5,e=Math.floor(r/6)/5,t=r%6/5}let r=2*Math.max(D,e,t);if(0===r)return 30;let i=30+(Math.round(t)<<2|Math.round(e)<<1|Math.round(D));return 2===r&&(i+=60),i},enumerable:!1},rgbToAnsi:{value:(u,D,e)=>O.ansi256ToAnsi(O.rgbToAnsi256(u,D,e)),enumerable:!1},hexToAnsi:{value:u=>O.ansi256ToAnsi(O.hexToAnsi256(u)),enumerable:!1}}),O}(),S=new Set(["\x1b","\x9b"]),j="]8;;",M=u=>`${S.values().next().value}[${u}m`,P=u=>`${S.values().next().value}${j}${u}\x07`,N=(u,D,e)=>{let t=[...D],r=!1,i=!1,n=_(m(u[u.length-1]));for(let[D,s]of t.entries()){let F=_(s);if(n+F<=e?u[u.length-1]+=s:(u.push(s),n=0),S.has(s)&&(r=!0,i=t.slice(D+1).join("").startsWith(j)),r){i?"\x07"===s&&(r=!1,i=!1):"m"===s&&(r=!1);continue}(n+=F)===e&&D<t.length-1&&(u.push(""),n=0)}!n&&u[u.length-1].length>0&&u.length>1&&(u[u.length-2]+=u.pop())};function R(u,D,e){return String(u).normalize().replace(/\r\n/g,`
2
- `).split(`
3
- `).map(u=>((u,D,e={})=>{if(!1!==e.trim&&""===u.trim())return"";let t="",r,i,n=u.split(" ").map(u=>_(u)),s=[""];for(let[t,r]of u.split(" ").entries()){!1!==e.trim&&(s[s.length-1]=s[s.length-1].trimStart());let u=_(s[s.length-1]);if(0!==t&&(u>=D&&(!1===e.wordWrap||!1===e.trim)&&(s.push(""),u=0),(u>0||!1===e.trim)&&(s[s.length-1]+=" ",u++)),e.hard&&n[t]>D){let e=D-u,i=1+Math.floor((n[t]-e-1)/D);Math.floor((n[t]-1)/D)<i&&s.push(""),N(s,r,D);continue}if(u+n[t]>D&&u>0&&n[t]>0){if(!1===e.wordWrap&&u<D){N(s,r,D);continue}s.push("")}if(u+n[t]>D&&!1===e.wordWrap){N(s,r,D);continue}s[s.length-1]+=r}!1!==e.trim&&(s=s.map(u=>(u=>{let D=u.split(" "),e=D.length;for(;e>0&&!(_(D[e-1])>0);)e--;return e===D.length?u:D.slice(0,e).join(" ")+D.slice(e).join("")})(u)));let F=[...s.join(`
4
- `)];for(let[u,D]of F.entries()){if(t+=D,S.has(D)){let{groups:D}=RegExp(`(?:\\[(?<code>\\d+)m|\\${j}(?<uri>.*)\x07)`).exec(F.slice(u).join(""))||{groups:{}};if(void 0!==D.code){let u=Number.parseFloat(D.code);r=39===u?void 0:u}else void 0!==D.uri&&(i=0===D.uri.length?void 0:D.uri)}let e=T.codes.get(Number(r));F[u+1]===`
5
- `?(i&&(t+=P("")),r&&e&&(t+=M(e))):D===`
6
- `&&(r&&e&&(t+=M(r)),i&&(t+=P(i)))}return t})(u,D,e)).join(`
7
- `)}let L={actions:new Set(["up","down","left","right","space","enter","cancel"]),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["\x03","cancel"],["escape","cancel"]])};globalThis.process.platform.startsWith("win");let I=Symbol("clack:cancel");function q(u,D){u.isTTY&&u.setRawMode(D)}var W=Object.defineProperty,z=(u,D,e)=>{let t;return(t="symbol"!=typeof D?D+"":D)in u?W(u,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):u[t]=e,e};let U=class{constructor(u,D=!0){z(this,"input"),z(this,"output"),z(this,"_abortSignal"),z(this,"rl"),z(this,"opts"),z(this,"_render"),z(this,"_track",!1),z(this,"_prevFrame",""),z(this,"_subscribers",new Map),z(this,"_cursor",0),z(this,"state","initial"),z(this,"error",""),z(this,"value");let{input:e=r.stdin,output:t=r.stdout,render:i,signal:n,...s}=u;this.opts=s,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=i.bind(this),this._track=D,this._abortSignal=n,this.input=e,this.output=t}unsubscribe(){this._subscribers.clear()}setSubscriber(u,D){let e=this._subscribers.get(u)??[];e.push(D),this._subscribers.set(u,e)}on(u,D){this.setSubscriber(u,{cb:D})}once(u,D){this.setSubscriber(u,{cb:D,once:!0})}emit(u,...D){let e=this._subscribers.get(u)??[],t=[];for(let u of e)u.cb(...D),u.once&&t.push(()=>e.splice(e.indexOf(u),1));for(let u of t)u()}prompt(){return new Promise((u,D)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),u(I);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let e=new n.Writable;e._write=(u,D,e)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),e()},this.input.pipe(e),this.rl=i.createInterface({input:this.input,output:e,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),i.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),void 0!==this.opts.initialValue&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),q(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(d.cursor.show),this.output.off("resize",this.render),q(this.input,!1),u(this.value)}),this.once("cancel",()=>{this.output.write(d.cursor.show),this.output.off("resize",this.render),q(this.input,!1),u(I)})})}onKeypress(u,D){if("error"===this.state&&(this.state="active"),D?.name&&(!this._track&&L.aliases.has(D.name)&&this.emit("cursor",L.aliases.get(D.name)),L.actions.has(D.name)&&this.emit("cursor",D.name)),u&&("y"===u.toLowerCase()||"n"===u.toLowerCase())&&this.emit("confirm","y"===u.toLowerCase())," "===u&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),u&&this.emit("key",u.toLowerCase()),D?.name==="return"){if(this.opts.validate){let u=this.opts.validate(this.value);u&&(this.error=u instanceof Error?u.message:u,this.state="error",this.rl?.write(this.value))}"error"!==this.state&&(this.state="submit")}(function u(D,e){if("string"==typeof D)return L.aliases.get(D)===e;for(let t of D)if(void 0!==t&&u(t,e))return!0;return!1})([u,D?.name,D?.sequence],"cancel")&&(this.state="cancel"),("submit"===this.state||"cancel"===this.state)&&this.emit("finalize"),this.render(),("submit"===this.state||"cancel"===this.state)&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
8
- `),q(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let u=R(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
9
- `).length-1;this.output.write(d.cursor.move(-999,-1*u))}render(){let u=R(this._render(this)??"",process.stdout.columns,{hard:!0});if(u!==this._prevFrame){if("initial"===this.state)this.output.write(d.cursor.hide);else{let D=function(u,D){if(u===D)return;let e=u.split(`
10
- `),t=D.split(`
11
- `),r=[];for(let u=0;u<Math.max(e.length,t.length);u++)e[u]!==t[u]&&r.push(u);return r}(this._prevFrame,u);if(this.restoreCursor(),D&&D?.length===1){let e=D[0];this.output.write(d.cursor.move(0,e)),this.output.write(d.erase.lines(1));let t=u.split(`
12
- `);this.output.write(t[e]),this._prevFrame=u,this.output.write(d.cursor.move(0,t.length-e-1));return}if(D&&D?.length>1){let e=D[0];this.output.write(d.cursor.move(0,e)),this.output.write(d.erase.down());let t=u.split(`
13
- `).slice(e);this.output.write(t.join(`
14
- `)),this._prevFrame=u;return}this.output.write(d.erase.down())}this.output.write(u),"initial"===this.state&&(this.state="active"),this._prevFrame=u}}};class G extends U{get cursor(){return+!this.value}get _value(){return 0===this.cursor}constructor(u){super(u,!1),this.value=!!u.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",u=>{this.output.write(d.cursor.move(0,-1)),this.value=u,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}}let H="win32"!==r.platform?"linux"!==r.env.TERM:!!r.env.CI||!!r.env.WT_SESSION||!!r.env.TERMINUS_SUBLIME||"{cmd::Cmder}"===r.env.ConEmuTask||"Terminus-Sublime"===r.env.TERM_PROGRAM||"vscode"===r.env.TERM_PROGRAM||"xterm-256color"===r.env.TERM||"alacritty"===r.env.TERM||"JetBrains-JediTerm"===r.env.TERMINAL_EMULATOR,K=(u,D)=>H?u:D,J=K("◆","*"),V=K("■","x"),Y=K("▲","x"),Z=K("◇","o"),X=K("│","|"),Q=K("└","—"),uu=K("●",">"),uD=K("○"," ");s.gray(X);var ue=Object.freeze({__proto__:null,confirm:u=>{let D=u.active??"Yes",e=u.inactive??"No";return new G({active:D,inactive:e,initialValue:u.initialValue??!0,render(){let t=`${s.gray(X)}
15
- ${(u=>{switch(u){case"initial":case"active":return s.cyan(J);case"cancel":return s.red(V);case"error":return s.yellow(Y);case"submit":return s.green(Z)}})(this.state)} ${u.message}
16
- `,r=this.value?D:e;switch(this.state){case"submit":return`${t}${s.gray(X)} ${s.dim(r)}`;case"cancel":return`${t}${s.gray(X)} ${s.strikethrough(s.dim(r))}
17
- ${s.gray(X)}`;default:return`${t}${s.cyan(X)} ${this.value?`${s.green(uu)} ${D}`:`${s.dim(uD)} ${s.dim(D)}`} ${s.dim("/")} ${this.value?`${s.dim(uD)} ${s.dim(e)}`:`${s.green(uu)} ${e}`}
18
- ${s.cyan(Q)}
19
- `}}}).prompt()}});let ut=["npm","yarn","yarn@berry","pnpm","pnpm@6","bun","deno"],ur={"bun.lock":"bun","bun.lockb":"bun","deno.lock":"deno","pnpm-lock.yaml":"pnpm","pnpm-workspace.yaml":"pnpm","yarn.lock":"yarn","package-lock.json":"npm","npm-shrinkwrap.json":"npm"},ui={"node_modules/.deno/":"deno","node_modules/.pnpm/":"pnpm","node_modules/.yarn-state.yml":"yarn","node_modules/.yarn_integrity":"yarn","node_modules/.package-lock.json":"npm",".pnp.cjs":"yarn",".pnp.js":"yarn","bun.lock":"bun","bun.lockb":"bun"};async function un(u,D){try{let e=await F.stat(u);return"file"===D?e.isFile():e.isDirectory()}catch{return!1}}async function us(u,D){return u&&un(u,"file")?await uo(u,D):null}async function uF(u={}){let D,{cwd:e,strategies:t=["lockfile","packageManager-field","devEngines-field"],onUnknown:i}=u;if("string"==typeof u.stopDir){let e=o.resolve(u.stopDir);D=u=>u===e}else D=u.stopDir;for(let u of function*(u=r.cwd()){let D=o.resolve(u),{root:e}=o.parse(D);for(;D&&D!==e;)yield D,D=o.dirname(D)}(e)){for(let D of t)switch(D){case"lockfile":for(let D of Object.keys(ur))if(await un(o.join(u,D),"file")){let e=ur[D],t=await us(o.join(u,"package.json"),i);if(t)return t;return{name:e,agent:e}}break;case"packageManager-field":case"devEngines-field":{let D=await us(o.join(u,"package.json"),i);if(D)return D;break}case"install-metadata":for(let D of Object.keys(ui)){let e=D.endsWith("/")?"dir":"file";if(await un(o.join(u,D),e)){let u=ui[D],e="yarn"===u?D.endsWith(".yarn_integrity")?"yarn":"yarn@berry":u;return{name:u,agent:e}}}}if(D?.(u))break}return null}async function uo(u,D){try{let e,t=JSON.parse(await F.readFile(u,"utf8")),r=function(u){let D=u=>u?.match(/\d+(\.\d+){0,2}/)?.[0]??u;if("string"==typeof u.packageManager){let[e,t]=u.packageManager.replace(/^\^/,"").split("@");return{name:e,ver:D(t)}}if("string"==typeof u.devEngines?.packageManager?.name)return{name:u.devEngines.packageManager.name,ver:D(u.devEngines.packageManager.version)}}(t);if(r){let u=r.name,i=r.ver,n=i;if("yarn"===u&&i&&Number.parseInt(i)>1)return e="yarn@berry",n="berry",{name:u,agent:e,version:n};if("pnpm"===u&&i&&7>Number.parseInt(i))return e="pnpm@6",{name:u,agent:e,version:n};if(ut.includes(u))return e=u,{name:u,agent:e,version:n};else return D?.(t.packageManager)??null}}catch{}return null}let uC=a.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:B&&"SCRIPT"===B.tagName.toUpperCase()&&B.src||new URL("vendor-C7TA-LLW.cjs",document.baseURI).href);var ua=Object.create,uE=Object.defineProperty,ul=Object.getOwnPropertyDescriptor,uc=Object.getOwnPropertyNames,uh=Object.getPrototypeOf,up=Object.prototype.hasOwnProperty,uB=(u=function(u){if("u">typeof uC)return uC.apply(this,arguments);throw Error('Dynamic require of "'+u+'" is not supported')},"u">typeof uC?uC:"u">typeof Proxy?new Proxy(u,{get:(u,D)=>("u">typeof uC?uC:u)[D]}):u),ud=(u,D)=>()=>(D||u((D={exports:{}}).exports,D),D.exports),uf=ud((u,D)=>{D.exports=r,r.sync=function(u,D){return t(e.statSync(u),u,D)};var e=uB("fs");function t(u,D,e){return(!!u.isSymbolicLink()||!!u.isFile())&&function(u,D){var e=void 0!==D.pathExt?D.pathExt:process.env.PATHEXT;if(!e||-1!==(e=e.split(";")).indexOf(""))return!0;for(var t=0;t<e.length;t++){var r=e[t].toLowerCase();if(r&&u.substr(-r.length).toLowerCase()===r)return!0}return!1}(D,e)}function r(u,D,r){e.stat(u,function(e,i){r(e,!e&&t(i,u,D))})}}),um=ud((u,D)=>{D.exports=t,t.sync=function(u,D){return r(e.statSync(u),D)};var e=uB("fs");function t(u,D,t){e.stat(u,function(u,e){t(u,!u&&r(e,D))})}function r(u,D){var e,t,r,i,n,s,F,o,C;return u.isFile()&&(e=u,t=D,r=e.mode,i=e.uid,n=e.gid,s=void 0!==t.uid?t.uid:process.getuid&&process.getuid(),F=void 0!==t.gid?t.gid:process.getgid&&process.getgid(),o=parseInt("100",8),C=parseInt("010",8),r&parseInt("001",8)||r&C&&n===F||r&o&&i===s||r&(o|C)&&0===s)}}),ug=ud((u,D)=>{var e;function t(u,D,r){if("function"==typeof D&&(r=D,D={}),!r){if("function"!=typeof Promise)throw TypeError("callback not provided");return new Promise(function(e,r){t(u,D||{},function(u,D){u?r(u):e(D)})})}e(u,D||{},function(u,e){u&&("EACCES"===u.code||D&&D.ignoreErrors)&&(u=null,e=!1),r(u,e)})}uB("fs"),e="win32"===process.platform||global.TESTING_WINDOWS?uf():um(),D.exports=t,t.sync=function(u,D){try{return e.sync(u,D||{})}catch(u){if(D&&D.ignoreErrors||"EACCES"===u.code)return!1;throw u}}}),uA=ud((u,D)=>{var e="win32"===process.platform||"cygwin"===process.env.OSTYPE||"msys"===process.env.OSTYPE,t=uB("path"),r=e?";":":",i=ug(),n=u=>Object.assign(Error(`not found: ${u}`),{code:"ENOENT"}),s=(u,D)=>{let t=D.colon||r,i=u.match(/\//)||e&&u.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(D.path||process.env.PATH||"").split(t)],n=e?D.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=e?n.split(t):[""];return e&&-1!==u.indexOf(".")&&""!==s[0]&&s.unshift(""),{pathEnv:i,pathExt:s,pathExtExe:n}},F=(u,D,e)=>{"function"==typeof D&&(e=D,D={}),D||(D={});let{pathEnv:r,pathExt:F,pathExtExe:o}=s(u,D),C=[],a=e=>new Promise((i,s)=>{if(e===r.length)return D.all&&C.length?i(C):s(n(u));let F=r[e],o=/^".*"$/.test(F)?F.slice(1,-1):F,a=t.join(o,u);i(E(!o&&/^\.[\\\/]/.test(u)?u.slice(0,2)+a:a,e,0))}),E=(u,e,t)=>new Promise((r,n)=>{if(t===F.length)return r(a(e+1));let s=F[t];i(u+s,{pathExt:o},(i,n)=>{if(!i&&n)if(!D.all)return r(u+s);else C.push(u+s);return r(E(u,e,t+1))})});return e?a(0).then(u=>e(null,u),e):a(0)};D.exports=F,F.sync=(u,D)=>{let{pathEnv:e,pathExt:r,pathExtExe:F}=s(u,D=D||{}),o=[];for(let n=0;n<e.length;n++){let s=e[n],C=/^".*"$/.test(s)?s.slice(1,-1):s,a=t.join(C,u),E=!C&&/^\.[\\\/]/.test(u)?u.slice(0,2)+a:a;for(let u=0;u<r.length;u++){let e=E+r[u];try{if(i.sync(e,{pathExt:F}))if(!D.all)return e;else o.push(e)}catch{}}}if(D.all&&o.length)return o;if(D.nothrow)return null;throw n(u)}}),ub=ud((u,D)=>{var e=(u={})=>{let D=u.env||process.env;return"win32"!==(u.platform||process.platform)?"PATH":Object.keys(D).reverse().find(u=>"PATH"===u.toUpperCase())||"Path"};D.exports=e,D.exports.default=e}),uv=ud((u,D)=>{var e=uB("path"),t=uA(),r=ub();function i(u,D){let i,n=u.options.env||process.env,s=process.cwd(),F=null!=u.options.cwd,o=F&&void 0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(u.options.cwd)}catch{}try{i=t.sync(u.command,{path:n[r({env:n})],pathExt:D?e.delimiter:void 0})}catch{}finally{o&&process.chdir(s)}return i&&(i=e.resolve(F?u.options.cwd:"",i)),i}D.exports=function(u){return i(u)||i(u,!0)}}),uy=ud((u,D)=>{var e=/([()\][%!^"`<>&|;, *?])/g;D.exports.command=function(u){return u.replace(e,"^$1")},D.exports.argument=function(u,D){return u=(u=(u=`${u}`).replace(/(\\*)"/g,'$1$1\\"')).replace(/(\\*)$/,"$1$1"),u=(u=`"${u}"`).replace(e,"^$1"),D&&(u=u.replace(e,"^$1")),u}}),uw=ud((u,D)=>{D.exports=/^#!(.*)/}),u_=ud((u,D)=>{var e=uw();D.exports=(u="")=>{let D=u.match(e);if(!D)return null;let[t,r]=D[0].replace(/#! ?/,"").split(" "),i=t.split("/").pop();return"env"===i?r:r?`${i} ${r}`:i}}),ux=ud((u,D)=>{var e=uB("fs"),t=u_();D.exports=function(u){let D=Buffer.alloc(150),r;try{r=e.openSync(u,"r"),e.readSync(r,D,0,150,0),e.closeSync(r)}catch{}return t(D.toString())}}),u$=ud((u,D)=>{var e=uB("path"),t=uv(),r=uy(),i=ux(),n="win32"===process.platform,s=/\.(?:com|exe)$/i,F=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;D.exports=function(u,D,o){D&&!Array.isArray(D)&&(o=D,D=null);let C={command:u,args:D=D?D.slice(0):[],options:o=Object.assign({},o),file:void 0,original:{command:u,args:D}};return o.shell?C:function(u){let D;if(!n)return u;let o=(u.file=t(u),(D=u.file&&i(u.file))?(u.args.unshift(u.file),u.command=D,t(u)):u.file),C=!s.test(o);if(u.options.forceShell||C){let D=F.test(o);u.command=e.normalize(u.command),u.command=r.command(u.command),u.args=u.args.map(u=>r.argument(u,D));let t=[u.command].concat(u.args).join(" ");u.args=["/d","/s","/c",`"${t}"`],u.command=process.env.comspec||"cmd.exe",u.options.windowsVerbatimArguments=!0}return u}(C)}}),uk=ud((u,D)=>{var e="win32"===process.platform;function t(u,D){return Object.assign(Error(`${D} ${u.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${D} ${u.command}`,path:u.command,spawnargs:u.args})}function r(u,D){return e&&1===u&&!D.file?t(D.original,"spawn"):null}D.exports={hookChildProcess:function(u,D){if(!e)return;let t=u.emit;u.emit=function(e,i){if("exit"===e){let e=r(i,D);if(e)return t.call(u,"error",e)}return t.apply(u,arguments)}},verifyENOENT:r,verifyENOENTSync:function(u,D){return e&&1===u&&!D.file?t(D.original,"spawnSync"):null},notFoundError:t}}),uO=ud((u,D)=>{var e=uB("child_process"),t=u$(),r=uk();function i(u,D,i){let n=t(u,D,i),s=e.spawn(n.command,n.args,n.options);return r.hookChildProcess(s,n),s}D.exports=i,D.exports.spawn=i,D.exports.sync=function(u,D,i){let n=t(u,D,i),s=e.spawnSync(n.command,n.args,n.options);return s.error=s.error||r.verifyENOENTSync(s.status,n),s},D.exports._parse=t,D.exports._enoent=r}),uT=/^path$/i,uS={key:"PATH",value:""},uj=((u,D,e,t)=>{if(D&&"object"==typeof D||"function"==typeof D)for(let r of uc(D))up.call(u,r)||r===e||uE(u,r,{get:()=>D[r],enumerable:!(t=ul(D,r))||t.enumerable});return u})(uE(null!=(D=uO())?ua(uh(D)):{},"default",{value:D,enumerable:!0}),D),uM=class extends Error{result;output;get exitCode(){if(null!==this.result.exitCode)return this.result.exitCode}constructor(u,D){super(`Process exited with non-zero status (${u.exitCode})`),this.result=u,this.output=D}},uP={timeout:void 0,persist:!1},uN={windowsHide:!0},uR=class{_process;_aborted=!1;_options;_command;_args;_resolveClose;_processClosed;_thrownError;get process(){return this._process}get pid(){return this._process?.pid}get exitCode(){if(this._process&&null!==this._process.exitCode)return this._process.exitCode}constructor(u,D,e){this._options={...uP,...e},this._command=u,this._args=D??[],this._processClosed=new Promise(u=>{this._resolveClose=u})}kill(u){return this._process?.kill(u)===!0}get aborted(){return this._aborted}get killed(){return this._process?.killed===!0}pipe(u,D,e){return uI(u,D,{...e,stdin:this})}async *[Symbol.asyncIterator](){let u=this._process;if(!u)return;let D=[];this._streamErr&&D.push(this._streamErr),this._streamOut&&D.push(this._streamOut);let e=(u=>{let D=u.length,e=new h.PassThrough,t=()=>{0==--D&&e.emit("end")};for(let D of u)D.pipe(e,{end:!1}),D.on("end",t);return e})(D);for await(let u of p.createInterface({input:e}))yield u.toString();if(await this._processClosed,u.removeAllListeners(),this._thrownError)throw this._thrownError;if(this._options?.throwOnError&&0!==this.exitCode&&void 0!==this.exitCode)throw new uM(this)}async _waitForOutput(){let u=this._process;if(!u)throw Error("No process was started");let D="",e="";if(this._streamOut)for await(let u of this._streamOut)e+=u.toString();if(this._streamErr)for await(let u of this._streamErr)D+=u.toString();if(await this._processClosed,this._options?.stdin&&await this._options.stdin,u.removeAllListeners(),this._thrownError)throw this._thrownError;let t={stderr:D,stdout:e,exitCode:this.exitCode};if(this._options.throwOnError&&0!==this.exitCode&&void 0!==this.exitCode)throw new uM(this,t);return t}then(u,D){return this._waitForOutput().then(u,D)}_streamOut;_streamErr;spawn(){var u,D,e;let t,r,i=c.cwd(),n=this._options,s={...uN,...n.nodeOptions},F=[];this._resetState(),void 0!==n.timeout&&F.push(AbortSignal.timeout(n.timeout)),void 0!==n.signal&&F.push(n.signal),!0===n.persist&&(s.detached=!0),F.length>0&&(s.signal=function(u){let D=new AbortController;for(let e of u){if(e.aborted)return D.abort(),e;let u=()=>{D.abort(e.reason)};e.addEventListener("abort",u,{signal:D.signal})}return D.signal}(F)),u=s.env,r=function(u,D){let e=D.value.split(l.delimiter),t=u,r;do e.push(l.resolve(t,"node_modules",".bin")),r=t,t=l.dirname(t);while(t!==r);return{key:D.key,value:e.join(l.delimiter)}}(i,function(u){for(let D in u){if(!Object.prototype.hasOwnProperty.call(u,D)||!uT.test(D))continue;let e=u[D];return e?{key:D,value:e}:uS}return uS}(t={...process.env,...u})),t[r.key]=r.value,s.env=t;let{command:o,args:C}=(D=this._command,e=this._args,{command:l.normalize(D),args:e??[]}),a=(0,uj._parse)(o,C,s),h=E.spawn(a.command,a.args,a.options);if(h.stderr&&(this._streamErr=h.stderr),h.stdout&&(this._streamOut=h.stdout),this._process=h,h.once("error",this._onError),h.once("close",this._onClose),void 0!==n.stdin&&h.stdin&&n.stdin.process){let{stdout:u}=n.stdin.process;u&&u.pipe(h.stdin)}}_resetState(){this._aborted=!1,this._processClosed=new Promise(u=>{this._resolveClose=u}),this._thrownError=void 0}_onError=u=>{if("AbortError"===u.name&&(!(u.cause instanceof Error)||"TimeoutError"!==u.cause.name)){this._aborted=!0;return}this._thrownError=u};_onClose=()=>{this._resolveClose&&this._resolveClose()}},uL=(u,D,e)=>{let t=new uR(u,D,e);return t.spawn(),t},uI=uL;async function uq(u=r.cwd()){let D=await uF({cwd:u,onUnknown(u){console.warn("[@antfu/install-pkg] Unknown packageManager:",u)}});return D?.agent||null}async function uW(u,D={}){let e=D.packageManager||await uq(D.cwd)||"npm",[t]=e.split("@");Array.isArray(u)||(u=[u]);let i=("function"==typeof D.additionalArgs?D.additionalArgs(t,e):D.additionalArgs)||[];return D.preferOffline&&("yarn@berry"===e?i.unshift("--cached"):i.unshift("--prefer-offline")),"pnpm"===t&&(i.unshift("--prod=false"),C.existsSync(o.resolve(D.cwd??r.cwd(),"pnpm-workspace.yaml"))&&i.unshift("-w")),uL(t,["yarn"===t?"add":"install",D.dev?"-D":"",...i,...u].filter(Boolean),{nodeOptions:{stdio:D.silent?"ignore":"inherit",cwd:D.cwd},throwOnError:!0})}async function uz(u,D={}){let[e]=(D.packageManager||await uq(D.cwd)||"npm").split("@");Array.isArray(u)||(u=[u]);let t=D.additionalArgs||[];return"pnpm"===e&&C.existsSync(o.resolve(D.cwd??r.cwd(),"pnpm-workspace.yaml"))&&t.unshift("-w"),uL(e,["yarn"===e?"remove":"uninstall",D.dev?"-D":"",...t,...u].filter(Boolean),{nodeOptions:{stdio:D.silent?"ignore":"inherit",cwd:D.cwd},throwOnError:!0})}var uU=Object.freeze({__proto__:null,detectPackageManager:uq,installPackage:uW,uninstallPackage:uz});exports.a=uU,exports.g=function(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u},exports.i=ue;