eslint-config-sukka 6.13.0 → 6.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-sukka",
3
- "version": "6.13.0",
3
+ "version": "6.13.1",
4
4
  "description": "Sukka's ESLint config",
5
5
  "homepage": "https://github.com/SukkaW/eslint-config-sukka",
6
6
  "repository": {
@@ -29,35 +29,34 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
32
- "@eslint/js": "^9.17.0",
33
- "@stylistic/eslint-plugin-js": "^2.12.1",
34
- "@stylistic/eslint-plugin-plus": "^2.12.1",
35
- "@stylistic/eslint-plugin-ts": "^2.12.1",
36
- "@typescript-eslint/parser": "^8.18.1",
32
+ "@eslint/js": "^9.18.0",
33
+ "@stylistic/eslint-plugin-js": "^2.13.0",
34
+ "@stylistic/eslint-plugin-plus": "^2.13.0",
35
+ "@stylistic/eslint-plugin-ts": "^2.13.0",
36
+ "@typescript-eslint/parser": "^8.21.0",
37
37
  "ci-info": "^4.1.0",
38
38
  "defu": "^6.1.4",
39
39
  "eslint-import-resolver-typescript": "^3.7.0",
40
40
  "eslint-plugin-antfu": "^2.7.0",
41
41
  "eslint-plugin-autofix": "^2.2.0",
42
- "eslint-plugin-import-x": "^4.5.1",
42
+ "eslint-plugin-import-x": "^4.6.1",
43
43
  "eslint-plugin-jsonc": "^2.18.2",
44
44
  "eslint-plugin-promise": "^7.2.1",
45
45
  "eslint-plugin-regexp": "^2.7.0",
46
46
  "eslint-plugin-unused-imports": "^4.1.4",
47
47
  "jsonc-eslint-parser": "^2.4.0",
48
48
  "picocolors": "^1.1.1",
49
- "typescript-eslint": "^8.18.1",
50
- "@eslint-sukka/shared": "6.13.0",
51
- "eslint-plugin-sukka": "6.13.0"
49
+ "typescript-eslint": "^8.21.0",
50
+ "@eslint-sukka/shared": "6.13.1",
51
+ "eslint-plugin-sukka": "6.13.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@antfu/install-pkg": "^0.5.0",
55
- "@clack/prompts": "^0.8.2",
56
- "@typescript-eslint/eslint-plugin": "^8.18.1",
57
- "eslint-config-flat-gitignore": "^0.3.0",
58
- "@eslint-sukka/node": "6.13.0",
59
- "@eslint-sukka/react": "6.13.0",
60
- "@eslint-sukka/rollup-config": "6.13.0"
54
+ "@antfu/install-pkg": "^1.0.0",
55
+ "@clack/prompts": "^0.9.1",
56
+ "eslint-config-flat-gitignore": "^1.0.0",
57
+ "@eslint-sukka/node": "6.13.1",
58
+ "@eslint-sukka/react": "6.13.1",
59
+ "@eslint-sukka/rollup-config": "6.13.1"
61
60
  },
62
61
  "scripts": {
63
62
  "codegen": "SWC_NODE_IGNORE_DYNAMIC=true node -r @swc-node/register scripts/codegen.ts",
@@ -1,19 +0,0 @@
1
- let D,u;import e,{stdin as t,stdout as r}from"node:process";import F from"node:readline";import{WriteStream as i}from"node:tty";import s from"picocolors";import n,{existsSync as o}from"node:fs";import C from"node:fs/promises";import E,{resolve as a}from"node:path";import{createRequire as l}from"node:module";import{spawn as c}from"child_process";import{normalize as h,delimiter as p,resolve as B,dirname as f}from"path";import{cwd as d}from"process";import{PassThrough as m}from"stream";import A from"readline";function g(D){if(D.__esModule)return D;var u=D.default;if("function"==typeof u){var e=function D(){return this instanceof D?Reflect.construct(u,arguments,this.constructor):u.apply(this,arguments)};e.prototype=u.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(D).forEach(function(u){var t=Object.getOwnPropertyDescriptor(D,u);Object.defineProperty(e,u,t.get?t:{enumerable:!0,get:function(){return D[u]}})}),e}var b,v,w=function(){if(v)return b;v=1;let D=`\x1b[`,u={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`},e={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 e="";for(let t=0;t<D;t++)e+=this.line+(t<D-1?u.up():"");return D&&(e+=u.left),e}};return b={cursor:u,scroll:{up:(u=1)=>`${D}S`.repeat(u),down:(u=1)=>`${D}T`.repeat(u)},erase:e,beep:"\x07"}}();let y=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 _(D){if("string"!=typeof D)throw TypeError(`Expected a \`string\`, got \`${typeof D}\``);return D.replace(y,"")}function x(D){return D&&D.__esModule&&Object.prototype.hasOwnProperty.call(D,"default")?D.default:D}var $={exports:{}};!function(D){var u={};function e(D){return D.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}D.exports=u,u.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"},u.characterLength=function(D){var u=this.eastAsianWidth(D);return"F"==u||"W"==u||"A"==u?2:1},u.length=function(D){for(var u=e(D),t=0,r=0;r<u.length;r++)t+=this.characterLength(u[r]);return t},u.slice=function(D,t,r){textLen=u.length(D),r=r||1,(t=t||0)<0&&(t=textLen+t),r<0&&(r=textLen+r);for(var F="",i=0,s=e(D),n=0;n<s.length;n++){var o=s[n],C=u.length(o);if(i>=t-(2==C?1:0)){if(i+C<=r)F+=o;else break}i+=C}return F}}($);let O=x($.exports),k=x(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 T(D,u={}){if("string"!=typeof D||0===D.length||(u={ambiguousIsNarrow:!0,...u},0===(D=_(D)).length))return 0;D=D.replace(k()," ");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(O.eastAsianWidth(u)){case"F":case"W":t+=2;break;case"A":t+=e;break;default:t+=1}}return t}let j=(D=0)=>u=>`\x1b[${u+D}m`,S=(D=0)=>u=>`\x1b[${38+D};5;${u}m`,M=(D=0)=>(u,e,t)=>`\x1b[${38+D};2;${u};${e};${t}m`,P={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(P.modifier),[...Object.keys(P.color),...Object.keys(P.bgColor)];let N=function(){let D=new Map;for(let[u,e]of Object.entries(P)){for(let[u,t]of Object.entries(e))P[u]={open:`\x1b[${t[0]}m`,close:`\x1b[${t[1]}m`},e[u]=P[u],D.set(t[0],t[1]);Object.defineProperty(P,u,{value:e,enumerable:!1})}return Object.defineProperty(P,"codes",{value:D,enumerable:!1}),P.color.close="\x1b[39m",P.bgColor.close="\x1b[49m",P.color.ansi=j(),P.color.ansi256=S(),P.color.ansi16m=M(),P.bgColor.ansi=j(10),P.bgColor.ansi256=S(10),P.bgColor.ansi16m=M(10),Object.defineProperties(P,{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=>P.rgbToAnsi256(...P.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 F=30+(Math.round(t)<<2|Math.round(e)<<1|Math.round(u));return 2===r&&(F+=60),F},enumerable:!1},rgbToAnsi:{value:(D,u,e)=>P.ansi256ToAnsi(P.rgbToAnsi256(D,u,e)),enumerable:!1},hexToAnsi:{value:D=>P.ansi256ToAnsi(P.hexToAnsi256(D)),enumerable:!1}}),P}(),L=new Set(["\x1b","\x9b"]),R="]8;;",I=D=>`${L.values().next().value}[${D}m`,W=D=>`${L.values().next().value}${R}${D}\x07`,z=D=>D.split(" ").map(D=>T(D)),G=(D,u,e)=>{let t=[...u],r=!1,F=!1,i=T(_(D[D.length-1]));for(let[u,s]of t.entries()){let n=T(s);if(i+n<=e?D[D.length-1]+=s:(D.push(s),i=0),L.has(s)&&(r=!0,F=t.slice(u+1).join("").startsWith(R)),r){F?"\x07"===s&&(r=!1,F=!1):"m"===s&&(r=!1);continue}(i+=n)===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())},H=D=>{let u=D.split(" "),e=u.length;for(;e>0&&!(T(u[e-1])>0);)e--;return e===u.length?D:u.slice(0,e).join(" ")+u.slice(e).join("")},K=(D,u,e={})=>{if(!1!==e.trim&&""===D.trim())return"";let t="",r,F,i=z(D),s=[""];for(let[t,r]of D.split(" ").entries()){!1!==e.trim&&(s[s.length-1]=s[s.length-1].trimStart());let D=T(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,F=1+Math.floor((i[t]-e-1)/u);Math.floor((i[t]-1)/u)<F&&s.push(""),G(s,r,u);continue}if(D+i[t]>u&&D>0&&i[t]>0){if(!1===e.wordWrap&&D<u){G(s,r,u);continue}s.push("")}if(D+i[t]>u&&!1===e.wordWrap){G(s,r,u);continue}s[s.length-1]+=r}!1!==e.trim&&(s=s.map(D=>H(D)));let n=[...s.join(`
2
- `)];for(let[D,u]of n.entries()){if(t+=u,L.has(u)){let{groups:u}=RegExp(`(?:\\[(?<code>\\d+)m|\\${R}(?<uri>.*)\x07)`).exec(n.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&&(F=0===u.uri.length?void 0:u.uri)}let e=N.codes.get(Number(r));n[D+1]===`
3
- `?(F&&(t+=W("")),r&&e&&(t+=I(e))):u===`
4
- `&&(r&&e&&(t+=I(r)),F&&(t+=W(F)))}return t};function J(D,u,e){return String(D).normalize().replace(/\r\n/g,`
5
- `).split(`
6
- `).map(D=>K(D,u,e)).join(`
7
- `)}var U=Object.defineProperty,V=(D,u,e)=>u in D?U(D,u,{enumerable:!0,configurable:!0,writable:!0,value:e}):D[u]=e,Y=(D,u,e)=>(V(D,"symbol"!=typeof u?u+"":u,e),e);let Z=Symbol("clack:cancel");function X(D,u){D.isTTY&&D.setRawMode(u)}let q=new Map([["k","up"],["j","down"],["h","left"],["l","right"]]),Q=new Set(["up","down","left","right","space","enter"]),DD=class{constructor({render:D,input:u=t,output:e=r,...F},i=!0){Y(this,"input"),Y(this,"output"),Y(this,"rl"),Y(this,"opts"),Y(this,"_track",!1),Y(this,"_render"),Y(this,"_cursor",0),Y(this,"state","initial"),Y(this,"value"),Y(this,"error",""),Y(this,"subscribers",new Map),Y(this,"_prevFrame",""),this.opts=F,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=D.bind(this),this._track=i,this.input=u,this.output=e}prompt(){let D=new i(0);return D._write=(D,u,e)=>{this._track&&(this.value=this.rl.line.replace(/\t/g,""),this._cursor=this.rl.cursor,this.emit("value",this.value)),e()},this.input.pipe(D),this.rl=F.createInterface({input:this.input,output:D,tabSize:2,prompt:"",escapeCodeTimeout:50}),F.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),X(this.input,!0),this.output.on("resize",this.render),this.render(),new Promise((D,u)=>{this.once("submit",()=>{this.output.write(w.cursor.show),this.output.off("resize",this.render),X(this.input,!1),D(this.value)}),this.once("cancel",()=>{this.output.write(w.cursor.show),this.output.off("resize",this.render),X(this.input,!1),D(Z)})})}on(D,u){let e=this.subscribers.get(D)??[];e.push({cb:u}),this.subscribers.set(D,e)}once(D,u){let e=this.subscribers.get(D)??[];e.push({cb:u,once:!0}),this.subscribers.set(D,e)}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()}unsubscribe(){this.subscribers.clear()}onKeypress(D,u){if("error"===this.state&&(this.state="active"),u?.name&&!this._track&&q.has(u.name)&&this.emit("cursor",q.get(u.name)),u?.name&&Q.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,this.state="error",this.rl.write(this.value))}"error"!==this.state&&(this.state="submit")}"\x03"===D&&(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
- `),X(this.input,!1),this.rl.close(),this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let D=J(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
9
- `).length-1;this.output.write(w.cursor.move(-999,-1*D))}render(){let D=J(this._render(this)??"",process.stdout.columns,{hard:!0});if(D!==this._prevFrame){if("initial"===this.state)this.output.write(w.cursor.hide);else{let u=function(D,u){if(D===u)return;let e=D.split(`
10
- `),t=u.split(`
11
- `),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(w.cursor.move(0,e)),this.output.write(w.erase.lines(1));let t=D.split(`
12
- `);this.output.write(t[e]),this._prevFrame=D,this.output.write(w.cursor.move(0,t.length-e-1));return}if(u&&u?.length>1){let e=u[0];this.output.write(w.cursor.move(0,e)),this.output.write(w.erase.down());let t=D.split(`
13
- `).slice(e);this.output.write(t.join(`
14
- `)),this._prevFrame=D;return}this.output.write(w.erase.down())}this.output.write(D),"initial"===this.state&&(this.state="active"),this._prevFrame=D}}};class Du extends DD{get cursor(){return this.value?0:1}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(w.cursor.move(0,-1)),this.value=D,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}}globalThis.process.platform.startsWith("win");let De="win32"!==e.platform?"linux"!==e.env.TERM:!!e.env.CI||!!e.env.WT_SESSION||!!e.env.TERMINUS_SUBLIME||"{cmd::Cmder}"===e.env.ConEmuTask||"Terminus-Sublime"===e.env.TERM_PROGRAM||"vscode"===e.env.TERM_PROGRAM||"xterm-256color"===e.env.TERM||"alacritty"===e.env.TERM||"JetBrains-JediTerm"===e.env.TERMINAL_EMULATOR,Dt=(D,u)=>De?D:u,Dr=Dt("◆","*"),DF=Dt("■","x"),Di=Dt("▲","x"),Ds=Dt("◇","o"),Dn=Dt("│","|"),Do=Dt("└","—"),DC=Dt("●",">"),DE=Dt("○"," "),Da=D=>{switch(D){case"initial":case"active":return s.cyan(Dr);case"cancel":return s.red(DF);case"error":return s.yellow(Di);case"submit":return s.green(Ds)}};var Dl=Object.freeze({__proto__:null,confirm:D=>{let u=D.active??"Yes",e=D.inactive??"No";return new Du({active:u,inactive:e,initialValue:D.initialValue??!0,render(){let t=`${s.gray(Dn)}
15
- ${Da(this.state)} ${D.message}
16
- `,r=this.value?u:e;switch(this.state){case"submit":return`${t}${s.gray(Dn)} ${s.dim(r)}`;case"cancel":return`${t}${s.gray(Dn)} ${s.strikethrough(s.dim(r))}
17
- ${s.gray(Dn)}`;default:return`${t}${s.cyan(Dn)} ${this.value?`${s.green(DC)} ${u}`:`${s.dim(DE)} ${s.dim(u)}`} ${s.dim("/")} ${this.value?`${s.dim(DE)} ${s.dim(e)}`:`${s.green(DC)} ${e}`}
18
- ${s.cyan(Do)}
19
- `}}}).prompt()}});let Dc=["npm","yarn","yarn@berry","pnpm","pnpm@6","bun","deno"],Dh={"bun.lockb":"bun","deno.lock":"deno","pnpm-lock.yaml":"pnpm","yarn.lock":"yarn","package-lock.json":"npm","npm-shrinkwrap.json":"npm"};async function Dp(D={}){let{cwd:u,onUnknown:t}=D;for(let D of function*(D=e.cwd()){let u=E.resolve(D),{root:t}=E.parse(u);for(;u&&u!==t;)yield u,u=E.dirname(u)}(u)){for(let u of Object.keys(Dh))if(await Df(E.join(D,u))){let e=Dh[u],r=await DB(E.join(D,"package.json"),t);if(r)return r;return{name:e,agent:e}}let u=await DB(E.join(D,"package.json"),t);if(u)return u}return null}async function DB(D,u){return D&&await Df(D)?function(D,u){try{let e;let t=JSON.parse(n.readFileSync(D,"utf8"));if("string"==typeof t.packageManager){let[D,r]=t.packageManager.replace(/^\^/,"").split("@"),F=r;if("yarn"===D&&Number.parseInt(r)>1)return e="yarn@berry",F="berry",{name:D,agent:e,version:F};if("pnpm"===D&&7>Number.parseInt(r))return e="pnpm@6",{name:D,agent:e,version:F};if(Dc.includes(D))return e=D,{name:D,agent:e,version:F};return u?.(t.packageManager)??null}}catch{}return null}(D,u):null}async function Df(D){try{if((await C.stat(D)).isFile())return!0}catch{}return!1}let Dd=l(import.meta.url);var Dm=Object.create,DA=Object.defineProperty,Dg=Object.getOwnPropertyDescriptor,Db=Object.getOwnPropertyNames,Dv=Object.getPrototypeOf,Dw=Object.prototype.hasOwnProperty,Dy=(D=function(D){if("u">typeof Dd)return Dd.apply(this,arguments);throw Error('Dynamic require of "'+D+'" is not supported')},"u">typeof Dd?Dd:"u">typeof Proxy?new Proxy(D,{get:(D,u)=>("u">typeof Dd?Dd:D)[u]}):D),D_=(D,u)=>()=>(u||D((u={exports:{}}).exports,u),u.exports),Dx=D_((D,u)=>{u.exports=r,r.sync=function(D,u){return t(e.statSync(D),D,u)};var e=Dy("fs");function t(D,u,e){return!!(D.isSymbolicLink()||D.isFile())&&function(D,u){var e=void 0!==u.pathExt?u.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&&D.substr(-r.length).toLowerCase()===r)return!0}return!1}(u,e)}function r(D,u,r){e.stat(D,function(e,F){r(e,!e&&t(F,D,u))})}}),D$=D_((D,u)=>{u.exports=t,t.sync=function(D,u){return r(e.statSync(D),u)};var e=Dy("fs");function t(D,u,t){e.stat(D,function(D,e){t(D,!D&&r(e,u))})}function r(D,u){var e,t,r,F,i,s,n;return D.isFile()&&(e=D.mode,t=D.uid,r=D.gid,F=void 0!==u.uid?u.uid:process.getuid&&process.getuid(),i=void 0!==u.gid?u.gid:process.getgid&&process.getgid(),s=parseInt("100",8),n=parseInt("010",8),e&parseInt("001",8)||e&n&&r===i||e&s&&t===F||e&(s|n)&&0===F)}}),DO=D_((D,u)=>{var e;function t(D,u,r){if("function"==typeof u&&(r=u,u={}),!r){if("function"!=typeof Promise)throw TypeError("callback not provided");return new Promise(function(e,r){t(D,u||{},function(D,u){D?r(D):e(u)})})}e(D,u||{},function(D,e){D&&("EACCES"===D.code||u&&u.ignoreErrors)&&(D=null,e=!1),r(D,e)})}Dy("fs"),"win32"===process.platform||global.TESTING_WINDOWS?e=Dx():e=D$(),u.exports=t,t.sync=function(D,u){try{return e.sync(D,u||{})}catch(D){if(u&&u.ignoreErrors||"EACCES"===D.code)return!1;throw D}}}),Dk=D_((D,u)=>{var e="win32"===process.platform||"cygwin"===process.env.OSTYPE||"msys"===process.env.OSTYPE,t=Dy("path"),r=e?";":":",F=DO(),i=D=>Object.assign(Error(`not found: ${D}`),{code:"ENOENT"}),s=(D,u)=>{let t=u.colon||r,F=D.match(/\//)||e&&D.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(u.path||process.env.PATH||"").split(t)],i=e?u.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=e?i.split(t):[""];return e&&-1!==D.indexOf(".")&&""!==s[0]&&s.unshift(""),{pathEnv:F,pathExt:s,pathExtExe:i}},n=(D,u,e)=>{"function"==typeof u&&(e=u,u={}),u||(u={});let{pathEnv:r,pathExt:n,pathExtExe:o}=s(D,u),C=[],E=e=>new Promise((F,s)=>{if(e===r.length)return u.all&&C.length?F(C):s(i(D));let n=r[e],o=/^".*"$/.test(n)?n.slice(1,-1):n,E=t.join(o,D);F(a(!o&&/^\.[\\\/]/.test(D)?D.slice(0,2)+E:E,e,0))}),a=(D,e,t)=>new Promise((r,i)=>{if(t===n.length)return r(E(e+1));let s=n[t];F(D+s,{pathExt:o},(F,i)=>{if(!F&&i){if(!u.all)return r(D+s);C.push(D+s)}return r(a(D,e,t+1))})});return e?E(0).then(D=>e(null,D),e):E(0)};u.exports=n,n.sync=(D,u)=>{let{pathEnv:e,pathExt:r,pathExtExe:n}=s(D,u=u||{}),o=[];for(let i=0;i<e.length;i++){let s=e[i],C=/^".*"$/.test(s)?s.slice(1,-1):s,E=t.join(C,D),a=!C&&/^\.[\\\/]/.test(D)?D.slice(0,2)+E:E;for(let D=0;D<r.length;D++){let e=a+r[D];try{if(F.sync(e,{pathExt:n})){if(!u.all)return e;o.push(e)}}catch{}}}if(u.all&&o.length)return o;if(u.nothrow)return null;throw i(D)}}),DT=D_((D,u)=>{var e=(D={})=>{let u=D.env||process.env;return"win32"!==(D.platform||process.platform)?"PATH":Object.keys(u).reverse().find(D=>"PATH"===D.toUpperCase())||"Path"};u.exports=e,u.exports.default=e}),Dj=D_((D,u)=>{var e=Dy("path"),t=Dk(),r=DT();function F(D,u){let F,i=D.options.env||process.env,s=process.cwd(),n=null!=D.options.cwd,o=n&&void 0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(D.options.cwd)}catch{}try{F=t.sync(D.command,{path:i[r({env:i})],pathExt:u?e.delimiter:void 0})}catch{}finally{o&&process.chdir(s)}return F&&(F=e.resolve(n?D.options.cwd:"",F)),F}u.exports=function(D){return F(D)||F(D,!0)}}),DS=D_((D,u)=>{var e=/([()\][%!^"`<>&|;, *?])/g;u.exports.command=function(D){return D=D.replace(e,"^$1")},u.exports.argument=function(D,u){return D=(D=(D=`${D}`).replace(/(\\*)"/g,'$1$1\\"')).replace(/(\\*)$/,"$1$1"),D=(D=`"${D}"`).replace(e,"^$1"),u&&(D=D.replace(e,"^$1")),D}}),DM=D_((D,u)=>{u.exports=/^#!(.*)/}),DP=D_((D,u)=>{var e=DM();u.exports=(D="")=>{let u=D.match(e);if(!u)return null;let[t,r]=u[0].replace(/#! ?/,"").split(" "),F=t.split("/").pop();return"env"===F?r:r?`${F} ${r}`:F}}),DN=D_((D,u)=>{var e=Dy("fs"),t=DP();u.exports=function(D){let u=Buffer.alloc(150),r;try{r=e.openSync(D,"r"),e.readSync(r,u,0,150,0),e.closeSync(r)}catch{}return t(u.toString())}}),DL=D_((D,u)=>{var e=Dy("path"),t=Dj(),r=DS(),F=DN(),i="win32"===process.platform,s=/\.(?:com|exe)$/i,n=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;u.exports=function(D,u,o){u&&!Array.isArray(u)&&(o=u,u=null);let C={command:D,args:u=u?u.slice(0):[],options:o=Object.assign({},o),file:void 0,original:{command:D,args:u}};return o.shell?C:function(D){let u;if(!i)return D;let o=(D.file=t(D),(u=D.file&&F(D.file))?(D.args.unshift(D.file),D.command=u,t(D)):D.file),C=!s.test(o);if(D.options.forceShell||C){let u=n.test(o);D.command=e.normalize(D.command),D.command=r.command(D.command),D.args=D.args.map(D=>r.argument(D,u));let t=[D.command].concat(D.args).join(" ");D.args=["/d","/s","/c",`"${t}"`],D.command=process.env.comspec||"cmd.exe",D.options.windowsVerbatimArguments=!0}return D}(C)}}),DR=D_((D,u)=>{var e="win32"===process.platform;function t(D,u){return Object.assign(Error(`${u} ${D.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${u} ${D.command}`,path:D.command,spawnargs:D.args})}function r(D,u){return e&&1===D&&!u.file?t(u.original,"spawn"):null}u.exports={hookChildProcess:function(D,u){if(!e)return;let t=D.emit;D.emit=function(e,F){if("exit"===e){let e=r(F,u);if(e)return t.call(D,"error",e)}return t.apply(D,arguments)}},verifyENOENT:r,verifyENOENTSync:function(D,u){return e&&1===D&&!u.file?t(u.original,"spawnSync"):null},notFoundError:t}}),DI=D_((D,u)=>{var e=Dy("child_process"),t=DL(),r=DR();function F(D,u,F){let i=t(D,u,F),s=e.spawn(i.command,i.args,i.options);return r.hookChildProcess(s,i),s}u.exports=F,u.exports.spawn=F,u.exports.sync=function(D,u,F){let i=t(D,u,F),s=e.spawnSync(i.command,i.args,i.options);return s.error=s.error||r.verifyENOENTSync(s.status,i),s},u.exports._parse=t,u.exports._enoent=r}),DW=/^path$/i,Dz={key:"PATH",value:""},DG=D=>{let u=D.length,e=new m,t=()=>{0==--u&&e.emit("end")};for(let u of D)u.pipe(e,{end:!1}),u.on("end",t);return e},DH=((D,u,e,t)=>{if(u&&"object"==typeof u||"function"==typeof u)for(let r of Db(u))Dw.call(D,r)||r===e||DA(D,r,{get:()=>u[r],enumerable:!(t=Dg(u,r))||t.enumerable});return D})(DA(null!=(u=DI())?Dm(Dv(u)):{},"default",{value:u,enumerable:!0}),u),DK=class extends Error{result;output;get exitCode(){if(null!==this.result.exitCode)return this.result.exitCode}constructor(D,u){super(`Process exited with non-zero status (${D.exitCode})`),this.result=D,this.output=u}},DJ={timeout:void 0,persist:!1},DU={windowsHide:!0},DV=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(D,u,e){this._options={...DJ,...e},this._command=D,this._args=u??[],this._processClosed=new Promise(D=>{this._resolveClose=D})}kill(D){return this._process?.kill(D)===!0}get aborted(){return this._aborted}get killed(){return this._process?.killed===!0}pipe(D,u,e){return DZ(D,u,{...e,stdin:this})}async *[Symbol.asyncIterator](){let D=this._process;if(!D)return;let u=[];this._streamErr&&u.push(this._streamErr),this._streamOut&&u.push(this._streamOut);let e=DG(u);for await(let D of A.createInterface({input:e}))yield D.toString();if(await this._processClosed,D.removeAllListeners(),this._thrownError)throw this._thrownError;if(this._options?.throwOnError&&0!==this.exitCode&&void 0!==this.exitCode)throw new DK(this)}async _waitForOutput(){let D=this._process;if(!D)throw Error("No process was started");let u="",e="";if(this._streamErr)for await(let D of this._streamErr)u+=D.toString();if(this._streamOut)for await(let D of this._streamOut)e+=D.toString();if(await this._processClosed,this._options?.stdin&&await this._options.stdin,D.removeAllListeners(),this._thrownError)throw this._thrownError;let t={stderr:u,stdout:e,exitCode:this.exitCode};if(this._options.throwOnError&&0!==this.exitCode&&void 0!==this.exitCode)throw new DK(this,t);return t}then(D,u){return this._waitForOutput().then(D,u)}_streamOut;_streamErr;spawn(){var D,u,e;let t,r,F=d(),i=this._options,s={...DU,...i.nodeOptions},n=[];this._resetState(),void 0!==i.timeout&&n.push(AbortSignal.timeout(i.timeout)),void 0!==i.signal&&n.push(i.signal),!0===i.persist&&(s.detached=!0),n.length>0&&(s.signal=function(D){let u=new AbortController;for(let e of D){if(e.aborted)return u.abort(),e;let D=()=>{u.abort(e.reason)};e.addEventListener("abort",D,{signal:u.signal})}return u.signal}(n)),s.env=(D=s.env,r=function(D,u){let e=u.value.split(p),t=D,r;do e.push(B(t,"node_modules",".bin")),r=t,t=f(t);while(t!==r);return{key:u.key,value:e.join(p)}}(F,function(D){for(let u in D){if(!Object.prototype.hasOwnProperty.call(D,u)||!DW.test(u))continue;let e=D[u];return e?{key:u,value:e}:Dz}return Dz}(t={...process.env,...D})),t[r.key]=r.value,t);let{command:o,args:C}=(u=this._command,e=this._args,{command:h(u),args:e??[]}),E=(0,DH._parse)(o,C,s),a=c(E.command,E.args,E.options);if(a.stderr&&(this._streamErr=a.stderr),a.stdout&&(this._streamOut=a.stdout),this._process=a,a.once("error",this._onError),a.once("close",this._onClose),void 0!==i.stdin&&a.stdin&&i.stdin.process){let{stdout:D}=i.stdin.process;D&&D.pipe(a.stdin)}}_resetState(){this._aborted=!1,this._processClosed=new Promise(D=>{this._resolveClose=D}),this._thrownError=void 0}_onError=D=>{if("AbortError"===D.name&&(!(D.cause instanceof Error)||"TimeoutError"!==D.cause.name)){this._aborted=!0;return}this._thrownError=D};_onClose=()=>{this._resolveClose&&this._resolveClose()}},DY=(D,u,e)=>{let t=new DV(D,u,e);return t.spawn(),t},DZ=DY;async function DX(D=e.cwd()){let u=await Dp({cwd:D,onUnknown(D){console.warn("[@antfu/install-pkg] Unknown packageManager:",D)}});return u?.agent||null}async function Dq(D,u={}){let t=u.packageManager||await DX(u.cwd)||"npm",[r]=t.split("@");Array.isArray(D)||(D=[D]);let F=("function"==typeof u.additionalArgs?u.additionalArgs(r,t):u.additionalArgs)||[];return u.preferOffline&&("yarn@berry"===t?F.unshift("--cached"):F.unshift("--prefer-offline")),"pnpm"===r&&o(a(u.cwd??e.cwd(),"pnpm-workspace.yaml"))&&F.unshift("-w","--prod=false"),DY(r,["yarn"===r?"add":"install",u.dev?"-D":"",...F,...D].filter(Boolean),{nodeOptions:{stdio:u.silent?"ignore":"inherit",cwd:u.cwd},throwOnError:!0})}var DQ=Object.freeze({__proto__:null,detectPackageManager:DX,installPackage:Dq});export{DQ as a,g as g,Dl as i};
@@ -1,19 +0,0 @@
1
- "use strict";let u,D;var e,t,r=require("node:process"),i=require("node:readline"),s=require("node:tty"),F=require("picocolors"),n=require("node:fs"),o=require("node:fs/promises"),C=require("node:path"),E=require("node:module"),a=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"}}();const 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 A(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}var g={exports:{}};!function(u){var D={};function e(u){return u.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}u.exports=D,D.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"},D.characterLength=function(u){var D=this.eastAsianWidth(u);return"F"==D||"W"==D||"A"==D?2:1},D.length=function(u){for(var D=e(u),t=0,r=0;r<D.length;r++)t+=this.characterLength(D[r]);return t},D.slice=function(u,t,r){textLen=D.length(u),r=r||1,(t=t||0)<0&&(t=textLen+t),r<0&&(r=textLen+r);for(var i="",s=0,F=e(u),n=0;n<F.length;n++){var o=F[n],C=D.length(o);if(s>=t-(2==C?1:0)){if(s+C<=r)i+=o;else break}s+=C}return i}}(g);const b=A(g.exports),v=A(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 w(u,D={}){if("string"!=typeof u||0===u.length||(D={ambiguousIsNarrow:!0,...D},0===(u=m(u)).length))return 0;u=u.replace(v()," ");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(b.eastAsianWidth(D)){case"F":case"W":t+=2;break;case"A":t+=e;break;default:t+=1}}return t}const y=(u=0)=>D=>`\x1b[${D+u}m`,_=(u=0)=>D=>`\x1b[${38+u};5;${D}m`,x=(u=0)=>(D,e,t)=>`\x1b[${38+u};2;${D};${e};${t}m`,$={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($.modifier),[...Object.keys($.color),...Object.keys($.bgColor)];const O=function(){let u=new Map;for(let[D,e]of Object.entries($)){for(let[D,t]of Object.entries(e))$[D]={open:`\x1b[${t[0]}m`,close:`\x1b[${t[1]}m`},e[D]=$[D],u.set(t[0],t[1]);Object.defineProperty($,D,{value:e,enumerable:!1})}return Object.defineProperty($,"codes",{value:u,enumerable:!1}),$.color.close="\x1b[39m",$.bgColor.close="\x1b[49m",$.color.ansi=y(),$.color.ansi256=_(),$.color.ansi16m=x(),$.bgColor.ansi=y(10),$.bgColor.ansi256=_(10),$.bgColor.ansi16m=x(10),Object.defineProperties($,{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=>$.rgbToAnsi256(...$.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)=>$.ansi256ToAnsi($.rgbToAnsi256(u,D,e)),enumerable:!1},hexToAnsi:{value:u=>$.ansi256ToAnsi($.hexToAnsi256(u)),enumerable:!1}}),$}(),k=new Set(["\x1b","\x9b"]),T="]8;;",j=u=>`${k.values().next().value}[${u}m`,S=u=>`${k.values().next().value}${T}${u}\x07`,P=u=>u.split(" ").map(u=>w(u)),M=(u,D,e)=>{let t=[...D],r=!1,i=!1,s=w(m(u[u.length-1]));for(let[D,F]of t.entries()){let n=w(F);if(s+n<=e?u[u.length-1]+=F:(u.push(F),s=0),k.has(F)&&(r=!0,i=t.slice(D+1).join("").startsWith(T)),r){i?"\x07"===F&&(r=!1,i=!1):"m"===F&&(r=!1);continue}(s+=n)===e&&D<t.length-1&&(u.push(""),s=0)}!s&&u[u.length-1].length>0&&u.length>1&&(u[u.length-2]+=u.pop())},N=u=>{let D=u.split(" "),e=D.length;for(;e>0&&!(w(D[e-1])>0);)e--;return e===D.length?u:D.slice(0,e).join(" ")+D.slice(e).join("")},R=(u,D,e={})=>{if(!1!==e.trim&&""===u.trim())return"";let t="",r,i,s=P(u),F=[""];for(let[t,r]of u.split(" ").entries()){!1!==e.trim&&(F[F.length-1]=F[F.length-1].trimStart());let u=w(F[F.length-1]);if(0!==t&&(u>=D&&(!1===e.wordWrap||!1===e.trim)&&(F.push(""),u=0),(u>0||!1===e.trim)&&(F[F.length-1]+=" ",u++)),e.hard&&s[t]>D){let e=D-u,i=1+Math.floor((s[t]-e-1)/D);Math.floor((s[t]-1)/D)<i&&F.push(""),M(F,r,D);continue}if(u+s[t]>D&&u>0&&s[t]>0){if(!1===e.wordWrap&&u<D){M(F,r,D);continue}F.push("")}if(u+s[t]>D&&!1===e.wordWrap){M(F,r,D);continue}F[F.length-1]+=r}!1!==e.trim&&(F=F.map(u=>N(u)));let n=[...F.join(`
2
- `)];for(let[u,D]of n.entries()){if(t+=D,k.has(D)){let{groups:D}=RegExp(`(?:\\[(?<code>\\d+)m|\\${T}(?<uri>.*)\x07)`).exec(n.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=O.codes.get(Number(r));n[u+1]===`
3
- `?(i&&(t+=S("")),r&&e&&(t+=j(e))):D===`
4
- `&&(r&&e&&(t+=j(r)),i&&(t+=S(i)))}return t};function L(u,D,e){return String(u).normalize().replace(/\r\n/g,`
5
- `).split(`
6
- `).map(u=>R(u,D,e)).join(`
7
- `)}var I=Object.defineProperty,q=(u,D,e)=>D in u?I(u,D,{enumerable:!0,configurable:!0,writable:!0,value:e}):u[D]=e,W=(u,D,e)=>(q(u,"symbol"!=typeof D?D+"":D,e),e);const z=Symbol("clack:cancel");function U(u,D){u.isTTY&&u.setRawMode(D)}const G=new Map([["k","up"],["j","down"],["h","left"],["l","right"]]),H=new Set(["up","down","left","right","space","enter"]);let K=class{constructor({render:u,input:D=r.stdin,output:e=r.stdout,...t},i=!0){W(this,"input"),W(this,"output"),W(this,"rl"),W(this,"opts"),W(this,"_track",!1),W(this,"_render"),W(this,"_cursor",0),W(this,"state","initial"),W(this,"value"),W(this,"error",""),W(this,"subscribers",new Map),W(this,"_prevFrame",""),this.opts=t,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=u.bind(this),this._track=i,this.input=D,this.output=e}prompt(){let u=new s.WriteStream(0);return u._write=(u,D,e)=>{this._track&&(this.value=this.rl.line.replace(/\t/g,""),this._cursor=this.rl.cursor,this.emit("value",this.value)),e()},this.input.pipe(u),this.rl=i.createInterface({input:this.input,output:u,tabSize:2,prompt:"",escapeCodeTimeout:50}),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),U(this.input,!0),this.output.on("resize",this.render),this.render(),new Promise((u,D)=>{this.once("submit",()=>{this.output.write(d.cursor.show),this.output.off("resize",this.render),U(this.input,!1),u(this.value)}),this.once("cancel",()=>{this.output.write(d.cursor.show),this.output.off("resize",this.render),U(this.input,!1),u(z)})})}on(u,D){let e=this.subscribers.get(u)??[];e.push({cb:D}),this.subscribers.set(u,e)}once(u,D){let e=this.subscribers.get(u)??[];e.push({cb:D,once:!0}),this.subscribers.set(u,e)}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()}unsubscribe(){this.subscribers.clear()}onKeypress(u,D){if("error"===this.state&&(this.state="active"),D?.name&&!this._track&&G.has(D.name)&&this.emit("cursor",G.get(D.name)),D?.name&&H.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,this.state="error",this.rl.write(this.value))}"error"!==this.state&&(this.state="submit")}"\x03"===u&&(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
- `),U(this.input,!1),this.rl.close(),this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let u=L(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
9
- `).length-1;this.output.write(d.cursor.move(-999,-1*u))}render(){let u=L(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 J extends K{get cursor(){return this.value?0:1}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})}}globalThis.process.platform.startsWith("win");const V="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,Y=(u,D)=>V?u:D,Z=Y("◆","*"),X=Y("■","x"),Q=Y("▲","x"),uu=Y("◇","o"),uD=Y("│","|"),ue=Y("└","—"),ut=Y("●",">"),ur=Y("○"," "),ui=u=>{switch(u){case"initial":case"active":return F.cyan(Z);case"cancel":return F.red(X);case"error":return F.yellow(Q);case"submit":return F.green(uu)}};var us=Object.freeze({__proto__:null,confirm:u=>{let D=u.active??"Yes",e=u.inactive??"No";return new J({active:D,inactive:e,initialValue:u.initialValue??!0,render(){let t=`${F.gray(uD)}
15
- ${ui(this.state)} ${u.message}
16
- `,r=this.value?D:e;switch(this.state){case"submit":return`${t}${F.gray(uD)} ${F.dim(r)}`;case"cancel":return`${t}${F.gray(uD)} ${F.strikethrough(F.dim(r))}
17
- ${F.gray(uD)}`;default:return`${t}${F.cyan(uD)} ${this.value?`${F.green(ut)} ${D}`:`${F.dim(ur)} ${F.dim(D)}`} ${F.dim("/")} ${this.value?`${F.dim(ur)} ${F.dim(e)}`:`${F.green(ut)} ${e}`}
18
- ${F.cyan(ue)}
19
- `}}}).prompt()}});const uF=["npm","yarn","yarn@berry","pnpm","pnpm@6","bun","deno"],un={"bun.lockb":"bun","deno.lock":"deno","pnpm-lock.yaml":"pnpm","yarn.lock":"yarn","package-lock.json":"npm","npm-shrinkwrap.json":"npm"};async function uo(u={}){let{cwd:D,onUnknown:e}=u;for(let u of function*(u=r.cwd()){let D=C.resolve(u),{root:e}=C.parse(D);for(;D&&D!==e;)yield D,D=C.dirname(D)}(D)){for(let D of Object.keys(un))if(await uE(C.join(u,D))){let t=un[D],r=await uC(C.join(u,"package.json"),e);if(r)return r;return{name:t,agent:t}}let D=await uC(C.join(u,"package.json"),e);if(D)return D}return null}async function uC(u,D){return u&&await uE(u)?function(u,D){try{let e;let t=JSON.parse(n.readFileSync(u,"utf8"));if("string"==typeof t.packageManager){let[u,r]=t.packageManager.replace(/^\^/,"").split("@"),i=r;if("yarn"===u&&Number.parseInt(r)>1)return e="yarn@berry",i="berry",{name:u,agent:e,version:i};if("pnpm"===u&&7>Number.parseInt(r))return e="pnpm@6",{name:u,agent:e,version:i};if(uF.includes(u))return e=u,{name:u,agent:e,version:i};return D?.(t.packageManager)??null}}catch{}return null}(u,D):null}async function uE(u){try{if((await o.stat(u)).isFile())return!0}catch{}return!1}const ua=E.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:B&&"SCRIPT"===B.tagName.toUpperCase()&&B.src||new URL("vendor-Ctnp7heK.cjs",document.baseURI).href);var ul=Object.create,uc=Object.defineProperty,uh=Object.getOwnPropertyDescriptor,up=Object.getOwnPropertyNames,uB=Object.getPrototypeOf,ud=Object.prototype.hasOwnProperty,uf=(u=function(u){if("u">typeof ua)return ua.apply(this,arguments);throw Error('Dynamic require of "'+u+'" is not supported')},"u">typeof ua?ua:"u">typeof Proxy?new Proxy(u,{get:(u,D)=>("u">typeof ua?ua:u)[D]}):u),um=(u,D)=>()=>(D||u((D={exports:{}}).exports,D),D.exports),uA=um((u,D)=>{D.exports=r,r.sync=function(u,D){return t(e.statSync(u),u,D)};var e=uf("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))})}}),ug=um((u,D)=>{D.exports=t,t.sync=function(u,D){return r(e.statSync(u),D)};var e=uf("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,s,F,n;return u.isFile()&&(e=u.mode,t=u.uid,r=u.gid,i=void 0!==D.uid?D.uid:process.getuid&&process.getuid(),s=void 0!==D.gid?D.gid:process.getgid&&process.getgid(),F=parseInt("100",8),n=parseInt("010",8),e&parseInt("001",8)||e&n&&r===s||e&F&&t===i||e&(F|n)&&0===i)}}),ub=um((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)})}uf("fs"),"win32"===process.platform||global.TESTING_WINDOWS?e=uA():e=ug(),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}}}),uv=um((u,D)=>{var e="win32"===process.platform||"cygwin"===process.env.OSTYPE||"msys"===process.env.OSTYPE,t=uf("path"),r=e?";":":",i=ub(),s=u=>Object.assign(Error(`not found: ${u}`),{code:"ENOENT"}),F=(u,D)=>{let t=D.colon||r,i=u.match(/\//)||e&&u.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(D.path||process.env.PATH||"").split(t)],s=e?D.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",F=e?s.split(t):[""];return e&&-1!==u.indexOf(".")&&""!==F[0]&&F.unshift(""),{pathEnv:i,pathExt:F,pathExtExe:s}},n=(u,D,e)=>{"function"==typeof D&&(e=D,D={}),D||(D={});let{pathEnv:r,pathExt:n,pathExtExe:o}=F(u,D),C=[],E=e=>new Promise((i,F)=>{if(e===r.length)return D.all&&C.length?i(C):F(s(u));let n=r[e],o=/^".*"$/.test(n)?n.slice(1,-1):n,E=t.join(o,u);i(a(!o&&/^\.[\\\/]/.test(u)?u.slice(0,2)+E:E,e,0))}),a=(u,e,t)=>new Promise((r,s)=>{if(t===n.length)return r(E(e+1));let F=n[t];i(u+F,{pathExt:o},(i,s)=>{if(!i&&s){if(!D.all)return r(u+F);C.push(u+F)}return r(a(u,e,t+1))})});return e?E(0).then(u=>e(null,u),e):E(0)};D.exports=n,n.sync=(u,D)=>{let{pathEnv:e,pathExt:r,pathExtExe:n}=F(u,D=D||{}),o=[];for(let s=0;s<e.length;s++){let F=e[s],C=/^".*"$/.test(F)?F.slice(1,-1):F,E=t.join(C,u),a=!C&&/^\.[\\\/]/.test(u)?u.slice(0,2)+E:E;for(let u=0;u<r.length;u++){let e=a+r[u];try{if(i.sync(e,{pathExt:n})){if(!D.all)return e;o.push(e)}}catch{}}}if(D.all&&o.length)return o;if(D.nothrow)return null;throw s(u)}}),uw=um((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}),uy=um((u,D)=>{var e=uf("path"),t=uv(),r=uw();function i(u,D){let i,s=u.options.env||process.env,F=process.cwd(),n=null!=u.options.cwd,o=n&&void 0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(u.options.cwd)}catch{}try{i=t.sync(u.command,{path:s[r({env:s})],pathExt:D?e.delimiter:void 0})}catch{}finally{o&&process.chdir(F)}return i&&(i=e.resolve(n?u.options.cwd:"",i)),i}D.exports=function(u){return i(u)||i(u,!0)}}),u_=um((u,D)=>{var e=/([()\][%!^"`<>&|;, *?])/g;D.exports.command=function(u){return u=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}}),ux=um((u,D)=>{D.exports=/^#!(.*)/}),u$=um((u,D)=>{var e=ux();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}}),uO=um((u,D)=>{var e=uf("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())}}),uk=um((u,D)=>{var e=uf("path"),t=uy(),r=u_(),i=uO(),s="win32"===process.platform,F=/\.(?:com|exe)$/i,n=/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(!s)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=!F.test(o);if(u.options.forceShell||C){let D=n.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)}}),uT=um((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}}),uj=um((u,D)=>{var e=uf("child_process"),t=uk(),r=uT();function i(u,D,i){let s=t(u,D,i),F=e.spawn(s.command,s.args,s.options);return r.hookChildProcess(F,s),F}D.exports=i,D.exports.spawn=i,D.exports.sync=function(u,D,i){let s=t(u,D,i),F=e.spawnSync(s.command,s.args,s.options);return F.error=F.error||r.verifyENOENTSync(F.status,s),F},D.exports._parse=t,D.exports._enoent=r}),uS=/^path$/i,uP={key:"PATH",value:""},uM=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},uN=((u,D,e,t)=>{if(D&&"object"==typeof D||"function"==typeof D)for(let r of up(D))ud.call(u,r)||r===e||uc(u,r,{get:()=>D[r],enumerable:!(t=uh(D,r))||t.enumerable});return u})(uc(null!=(D=uj())?ul(uB(D)):{},"default",{value:D,enumerable:!0}),D),uR=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}},uL={timeout:void 0,persist:!1},uI={windowsHide:!0},uq=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={...uL,...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 uz(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=uM(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 uR(this)}async _waitForOutput(){let u=this._process;if(!u)throw Error("No process was started");let D="",e="";if(this._streamErr)for await(let u of this._streamErr)D+=u.toString();if(this._streamOut)for await(let u of this._streamOut)e+=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 uR(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(),s=this._options,F={...uI,...s.nodeOptions},n=[];this._resetState(),void 0!==s.timeout&&n.push(AbortSignal.timeout(s.timeout)),void 0!==s.signal&&n.push(s.signal),!0===s.persist&&(F.detached=!0),n.length>0&&(F.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}(n)),F.env=(u=F.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)||!uS.test(D))continue;let e=u[D];return e?{key:D,value:e}:uP}return uP}(t={...process.env,...u})),t[r.key]=r.value,t);let{command:o,args:C}=(D=this._command,e=this._args,{command:l.normalize(D),args:e??[]}),E=(0,uN._parse)(o,C,F),h=a.spawn(E.command,E.args,E.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!==s.stdin&&h.stdin&&s.stdin.process){let{stdout:u}=s.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()}},uW=(u,D,e)=>{let t=new uq(u,D,e);return t.spawn(),t},uz=uW;async function uU(u=r.cwd()){let D=await uo({cwd:u,onUnknown(u){console.warn("[@antfu/install-pkg] Unknown packageManager:",u)}});return D?.agent||null}async function uG(u,D={}){let e=D.packageManager||await uU(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&&n.existsSync(C.resolve(D.cwd??r.cwd(),"pnpm-workspace.yaml"))&&i.unshift("-w","--prod=false"),uW(t,["yarn"===t?"add":"install",D.dev?"-D":"",...i,...u].filter(Boolean),{nodeOptions:{stdio:D.silent?"ignore":"inherit",cwd:D.cwd},throwOnError:!0})}var uH=Object.freeze({__proto__:null,detectPackageManager:uU,installPackage:uG});exports.a=uH,exports.g=function(u){if(u.__esModule)return u;var D=u.default;if("function"==typeof D){var e=function u(){return this instanceof u?Reflect.construct(D,arguments,this.constructor):D.apply(this,arguments)};e.prototype=D.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(u).forEach(function(D){var t=Object.getOwnPropertyDescriptor(u,D);Object.defineProperty(e,D,t.get?t:{enumerable:!0,get:function(){return u[D]}})}),e},exports.i=us;