npm-check-updates 19.1.1 → 19.1.2

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/build/index.js CHANGED
@@ -45,7 +45,7 @@ Instructions:
45
45
  Filtered results for: ${this.inputValue?this.inputValue:e.gray("Enter something to filter")}
46
46
  `}renderOption(a,l,h,p){const f=(l.selected?e.green(t.radioOn):t.radioOff)+" "+p+" ";let u;return l.disabled?u=a===h?e.gray().underline(l.title):e.strikethrough().gray(l.title):u=a===h?e.cyan().underline(l.title):l.title,f+u}renderDoneOrInstructions(){if(this.done)return this.value.filter(l=>l.selected).map(l=>l.title).join(", ");const a=[e.gray(this.hint),this.renderInstructions(),this.renderCurrentInput()];return this.filteredOptions.length&&this.filteredOptions[this.cursor].disabled&&a.push(e.yellow(this.warn)),a.join(" ")}render(){if(this.closed)return;this.firstRender&&this.out.write(r.hide),super.render();let a=[s.symbol(this.done,this.aborted),e.bold(this.msg),s.delimiter(!1),this.renderDoneOrInstructions()].join(" ");this.showMinError&&(a+=e.red(`You must select a minimum of ${this.minSelected} choices.`),this.showMinError=!1),a+=this.renderOptions(this.filteredOptions),this.out.write(this.clear+a),this.clear=i(a,this.out.columns)}}return Vo=n,Vo}var Yo,Vg;function wR(){if(Vg)return Yo;Vg=1;const e=Pt(),r=cr(),{style:o,clear:i}=Ht(),{erase:s,cursor:t}=Lt();class n extends r{constructor(a={}){super(a),this.msg=a.message,this.value=a.initial,this.initialValue=!!a.initial,this.yesMsg=a.yes||"yes",this.yesOption=a.yesOption||"(Y/n)",this.noMsg=a.no||"no",this.noOption=a.noOption||"(y/N)",this.render()}reset(){this.value=this.initialValue,this.fire(),this.render()}exit(){this.abort()}abort(){this.done=this.aborted=!0,this.fire(),this.render(),this.out.write(`
47
47
  `),this.close()}submit(){this.value=this.value||!1,this.done=!0,this.aborted=!1,this.fire(),this.render(),this.out.write(`
48
- `),this.close()}_(a,l){return a.toLowerCase()==="y"?(this.value=!0,this.submit()):a.toLowerCase()==="n"?(this.value=!1,this.submit()):this.bell()}render(){if(this.closed)return;this.firstRender?this.out.write(t.hide):this.out.write(i(this.outputText,this.out.columns)),super.render();const a=this.aborted||this.done&&!this.value;this.outputText=[o.symbol(this.done,a),e.bold(this.msg),o.delimiter(this.done),this.done?this.value&&!this.aborted?this.yesMsg:this.noMsg:e.gray(this.initialValue?this.yesOption:this.noOption)].join(" "),this.out.write(s.line+t.to(0)+this.outputText)}}return Yo=n,Yo}var Ko,Yg;function _R(){return Yg||(Yg=1,Ko={TextPrompt:oR(),SelectPrompt:aR(),TogglePrompt:uR(),DatePrompt:vR(),NumberPrompt:bR(),MultiselectPrompt:U_(),AutocompletePrompt:DR(),AutocompleteMultiselectPrompt:ER(),ConfirmPrompt:wR()}),Ko}var Kg;function SR(){return Kg||(Kg=1,function(e){const r=e,o=_R(),i=n=>n;function s(n,c,a={}){return new Promise((l,h)=>{const p=new o[n](c),f=a.onAbort||i,u=a.onSubmit||i,d=a.onExit||i;p.on("state",c.onState||i),p.on("submit",g=>l(u(g))),p.on("exit",g=>l(d(g))),p.on("abort",g=>h(f(g)))})}r.text=n=>s("TextPrompt",n),r.password=n=>(n.style="password",r.text(n)),r.invisible=n=>(n.style="invisible",r.text(n)),r.number=n=>s("NumberPrompt",n),r.date=n=>s("DatePrompt",n),r.confirm=n=>s("ConfirmPrompt",n),r.list=n=>{const c=n.separator||",";return s("TextPrompt",n,{onSubmit:a=>a.split(c).map(l=>l.trim())})},r.toggle=n=>s("TogglePrompt",n),r.select=n=>s("SelectPrompt",n),r.multiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("MultiselectPrompt",n,{onAbort:c,onSubmit:c})},r.autocompleteMultiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("AutocompleteMultiselectPrompt",n,{onAbort:c,onSubmit:c})};const t=(n,c)=>Promise.resolve(c.filter(a=>a.title.slice(0,n.length).toLowerCase()===n.toLowerCase()));r.autocomplete=n=>(n.suggest=n.suggest||t,n.choices=[].concat(n.choices||[]),s("AutocompletePrompt",n))}(yo)),yo}var Zo,Zg;function AR(){if(Zg)return Zo;Zg=1;const e=SR(),r=["suggest","format","onState","validate","onRender","type"],o=()=>{};async function i(c=[],{onSubmit:a=o,onCancel:l=o}={}){const h={},p=i._override||{};c=[].concat(c);let f,u,d,g,m,y;const D=async(v,b,E=!1)=>{if(!(!E&&v.validate&&v.validate(b)!==!0))return v.format?await v.format(b,h):b};for(u of c)if({name:g,type:m}=u,typeof m=="function"&&(m=await m(f,{...h},u),u.type=m),!!m){for(let v in u){if(r.includes(v))continue;let b=u[v];u[v]=typeof b=="function"?await b(f,{...h},y):b}if(y=u,typeof u.message!="string")throw new Error("prompt message is required");if({name:g,type:m}=u,e[m]===void 0)throw new Error(`prompt type (${m}) is not defined`);if(p[u.name]!==void 0&&(f=await D(u,p[u.name]),f!==void 0)){h[g]=f;continue}try{f=i._injected?s(i._injected,u.initial):await e[m](u),h[g]=f=await D(u,f,!0),d=await a(u,f,h)}catch{d=!await l(u,h)}if(d)return h}return h}function s(c,a){const l=c.shift();if(l instanceof Error)throw l;return l===void 0?a:l}function t(c){i._injected=(i._injected||[]).concat(c)}function n(c){i._override=Object.assign({},c)}return Zo=Object.assign(i,{prompt:i,prompts:e,inject:t,override:n}),Zo}var Jo,Jg;function CR(){return Jg||(Jg=1,Jo=AR()),Jo}var RR=CR();const ws=We(RR);var dr={exports:{}},Xo,Xg;function xR(){if(Xg)return Xo;Xg=1,Xo=i,i.sync=s;var e=Ze;function r(t,n){var c=n.pathExt!==void 0?n.pathExt:process.env.PATHEXT;if(!c||(c=c.split(";"),c.indexOf("")!==-1))return!0;for(var a=0;a<c.length;a++){var l=c[a].toLowerCase();if(l&&t.substr(-l.length).toLowerCase()===l)return!0}return!1}function o(t,n,c){return!t.isSymbolicLink()&&!t.isFile()?!1:r(n,c)}function i(t,n,c){e.stat(t,function(a,l){c(a,a?!1:o(l,t,n))})}function s(t,n){return o(e.statSync(t),t,n)}return Xo}var Qo,Qg;function FR(){if(Qg)return Qo;Qg=1,Qo=r,r.sync=o;var e=Ze;function r(t,n,c){e.stat(t,function(a,l){c(a,a?!1:i(l,n))})}function o(t,n){return i(e.statSync(t),n)}function i(t,n){return t.isFile()&&s(t,n)}function s(t,n){var c=t.mode,a=t.uid,l=t.gid,h=n.uid!==void 0?n.uid:process.getuid&&process.getuid(),p=n.gid!==void 0?n.gid:process.getgid&&process.getgid(),f=parseInt("100",8),u=parseInt("010",8),d=parseInt("001",8),g=f|u,m=c&d||c&u&&l===p||c&f&&a===h||c&g&&h===0;return m}return Qo}var ea,e0;function OR(){if(e0)return ea;e0=1;var e;process.platform==="win32"||qt.TESTING_WINDOWS?e=xR():e=FR(),ea=r,r.sync=o;function r(i,s,t){if(typeof s=="function"&&(t=s,s={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,c){r(i,s||{},function(a,l){a?c(a):n(l)})})}e(i,s||{},function(n,c){n&&(n.code==="EACCES"||s&&s.ignoreErrors)&&(n=null,c=!1),t(n,c)})}function o(i,s){try{return e.sync(i,s||{})}catch(t){if(s&&s.ignoreErrors||t.code==="EACCES")return!1;throw t}}return ea}var ta,t0;function TR(){if(t0)return ta;t0=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=Ee,o=e?";":":",i=OR(),s=a=>Object.assign(new Error(`not found: ${a}`),{code:"ENOENT"}),t=(a,l)=>{const h=l.colon||o,p=a.match(/\//)||e&&a.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(l.path||process.env.PATH||"").split(h)],f=e?l.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",u=e?f.split(h):[""];return e&&a.indexOf(".")!==-1&&u[0]!==""&&u.unshift(""),{pathEnv:p,pathExt:u,pathExtExe:f}},n=(a,l,h)=>{typeof l=="function"&&(h=l,l={}),l||(l={});const{pathEnv:p,pathExt:f,pathExtExe:u}=t(a,l),d=[],g=y=>new Promise((D,v)=>{if(y===p.length)return l.all&&d.length?D(d):v(s(a));const b=p[y],E=/^".*"$/.test(b)?b.slice(1,-1):b,S=r.join(E,a),A=!E&&/^\.[\\\/]/.test(a)?a.slice(0,2)+S:S;D(m(A,y,0))}),m=(y,D,v)=>new Promise((b,E)=>{if(v===f.length)return b(g(D+1));const S=f[v];i(y+S,{pathExt:u},(A,C)=>{if(!A&&C)if(l.all)d.push(y+S);else return b(y+S);return b(m(y,D,v+1))})});return h?g(0).then(y=>h(null,y),h):g(0)},c=(a,l)=>{l=l||{};const{pathEnv:h,pathExt:p,pathExtExe:f}=t(a,l),u=[];for(let d=0;d<h.length;d++){const g=h[d],m=/^".*"$/.test(g)?g.slice(1,-1):g,y=r.join(m,a),D=!m&&/^\.[\\\/]/.test(a)?a.slice(0,2)+y:y;for(let v=0;v<p.length;v++){const b=D+p[v];try{if(i.sync(b,{pathExt:f}))if(l.all)u.push(b);else return b}catch{}}}if(l.all&&u.length)return u;if(l.nothrow)return null;throw s(a)};return ta=n,n.sync=c,ta}var mn={exports:{}},r0;function IR(){if(r0)return mn.exports;r0=1;const e=(r={})=>{const o=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(o).reverse().find(s=>s.toUpperCase()==="PATH")||"Path"};return mn.exports=e,mn.exports.default=e,mn.exports}var ra,i0;function $R(){if(i0)return ra;i0=1;const e=Ee,r=TR(),o=IR();function i(t,n){const c=t.options.env||process.env,a=process.cwd(),l=t.options.cwd!=null,h=l&&process.chdir!==void 0&&!process.chdir.disabled;if(h)try{process.chdir(t.options.cwd)}catch{}let p;try{p=r.sync(t.command,{path:c[o({env:c})],pathExt:n?e.delimiter:void 0})}catch{}finally{h&&process.chdir(a)}return p&&(p=e.resolve(l?t.options.cwd:"",p)),p}function s(t){return i(t)||i(t,!0)}return ra=s,ra}var yn={},n0;function BR(){if(n0)return yn;n0=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(i){return i=i.replace(e,"^$1"),i}function o(i,s){return i=`${i}`,i=i.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),i=i.replace(/(?=(\\+?)?)\1$/,"$1$1"),i=`"${i}"`,i=i.replace(e,"^$1"),s&&(i=i.replace(e,"^$1")),i}return yn.command=r,yn.argument=o,yn}var ia,s0;function kR(){return s0||(s0=1,ia=/^#!(.*)/),ia}var na,o0;function PR(){if(o0)return na;o0=1;const e=kR();return na=(r="")=>{const o=r.match(e);if(!o)return null;const[i,s]=o[0].replace(/#! ?/,"").split(" "),t=i.split("/").pop();return t==="env"?s:s?`${t} ${s}`:t},na}var sa,a0;function LR(){if(a0)return sa;a0=1;const e=Ze,r=PR();function o(i){const t=Buffer.alloc(150);let n;try{n=e.openSync(i,"r"),e.readSync(n,t,0,150,0),e.closeSync(n)}catch{}return r(t.toString())}return sa=o,sa}var oa,u0;function NR(){if(u0)return oa;u0=1;const e=Ee,r=$R(),o=BR(),i=LR(),s=process.platform==="win32",t=/\.(?:com|exe)$/i,n=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function c(h){h.file=r(h);const p=h.file&&i(h.file);return p?(h.args.unshift(h.file),h.command=p,r(h)):h.file}function a(h){if(!s)return h;const p=c(h),f=!t.test(p);if(h.options.forceShell||f){const u=n.test(p);h.command=e.normalize(h.command),h.command=o.command(h.command),h.args=h.args.map(g=>o.argument(g,u));const d=[h.command].concat(h.args).join(" ");h.args=["/d","/s","/c",`"${d}"`],h.command=process.env.comspec||"cmd.exe",h.options.windowsVerbatimArguments=!0}return h}function l(h,p,f){p&&!Array.isArray(p)&&(f=p,p=null),p=p?p.slice(0):[],f=Object.assign({},f);const u={command:h,args:p,options:f,file:void 0,original:{command:h,args:p}};return f.shell?u:a(u)}return oa=l,oa}var aa,c0;function MR(){if(c0)return aa;c0=1;const e=process.platform==="win32";function r(t,n){return Object.assign(new Error(`${n} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${n} ${t.command}`,path:t.command,spawnargs:t.args})}function o(t,n){if(!e)return;const c=t.emit;t.emit=function(a,l){if(a==="exit"){const h=i(l,n);if(h)return c.call(t,"error",h)}return c.apply(t,arguments)}}function i(t,n){return e&&t===1&&!n.file?r(n.original,"spawn"):null}function s(t,n){return e&&t===1&&!n.file?r(n.original,"spawnSync"):null}return aa={hookChildProcess:o,verifyENOENT:i,verifyENOENTSync:s,notFoundError:r},aa}var l0;function jR(){if(l0)return dr.exports;l0=1;const e=k_,r=NR(),o=MR();function i(t,n,c){const a=r(t,n,c),l=e.spawn(a.command,a.args,a.options);return o.hookChildProcess(l,a),l}function s(t,n,c){const a=r(t,n,c),l=e.spawnSync(a.command,a.args,a.options);return l.error=l.error||o.verifyENOENTSync(l.status,a),l}return dr.exports=i,dr.exports.spawn=i,dr.exports.sync=s,dr.exports._parse=r,dr.exports._enoent=o,dr.exports}var ua,h0;function qR(){if(h0)return ua;h0=1;const e=jR();return ua=(o,i,s={},t={})=>{s.rejectOnError===void 0&&(s.rejectOnError=!0);let n="",c="";const a=e(o,i,t);return new Promise((l,h)=>{s.stdin!==void 0&&s.stdin!=null&&a.stdin.write(s.stdin),a.stdin.end(),a.stdout.on("data",p=>{n+=p,s.stdout&&s.stdout(p)}),a.stderr.on("data",p=>{c+=p,s.stderr&&s.stderr(p)}),s.rejectOnError&&a.addListener("error",h),a.on("close",p=>{p!==0&&s.rejectOnError?h(c):l({stdout:n,stderr:c})})})},ua}var UR=qR();const yt=We(UR),HR="npm-check-updates",GR="19.1.1",WR="Tomas Junnonen <tomas1@gmail.com>",zR="Apache-2.0",VR=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],YR="Find newer versions of dependencies than what your package.json allows",KR=["dependencies","npm","package.json","update","upgrade","versions"],ZR={node:">=20.0.0",npm:">=8.12.1"},JR="build/index.js",XR="build/index.d.ts",QR={build:"rimraf build && npm run build:options && vite build","build:options":"vite-node src/scripts/build-options.ts","build:analyze":"rimraf build && npm run build:options && ANALYZER=true vite build",lint:"cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*","lint:lockfile":"lockfile-lint","lint:markdown":'markdownlint "**/*.md" --ignore "**/node_modules/**/*.md" --ignore build --config .markdownlint.js',"lint:src":"eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",prepare:"src/scripts/install-hooks",prepublishOnly:"npm run build",prettier:"prettier . --check","prettier:fix":"prettier . --write",test:"npm run test:unit && npm run test:e2e","test:bun":"test/bun-install.sh && mocha test/bun","test:unit":"mocha test test/package-managers/*","test:e2e":"./test/e2e.sh",ncu:"node build/cli.js"},ex={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},tx={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},rx="https://github.com/raineorshine/npm-check-updates",ix={url:"https://github.com/raineorshine/npm-check-updates/issues"},nx={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},sx={"@trivago/prettier-plugin-sort-imports":"^5.2.2","@types/bun":"^1.2.23","@types/chai":"^4.3.19","@types/chai-as-promised":"^8.0.0","@types/chai-string":"^1.4.5","@types/cli-table":"^0.3.4","@types/hosted-git-info":"^3.0.5","@types/ini":"^4.1.1","@types/js-yaml":"^4.0.9","@types/jsonlines":"^0.1.5","@types/lodash":"^4.17.20","@types/mocha":"^10.0.10","@types/node":"^24.5.2","@types/npm-registry-fetch":"^8.0.8","@types/parse-github-url":"^1.0.3","@types/picomatch":"^4.0.2","@types/progress":"^2.0.7","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","@types/semver-utils":"^1.1.3","@types/sinon":"^17.0.4","@types/update-notifier":"^6.0.8","@typescript-eslint/eslint-plugin":"^8.44.1","@typescript-eslint/parser":"^8.44.1",camelcase:"^6.3.0",chai:"^4.3.10","chai-as-promised":"^7.1.2","chai-string":"^1.6.0",chalk:"^5.6.2","cli-table3":"^0.6.5",commander:"^14.0.1","cross-env":"^10.0.0",dequal:"^2.0.3",eslint:"^8.57.0","eslint-config-prettier":"^10.1.8","eslint-config-raine":"^0.5.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.32.0","eslint-plugin-jsdoc":"^60.5.0","eslint-plugin-n":"^16.6.2","eslint-plugin-promise":"^6.6.0","fast-glob":"^3.3.3","fast-memoize":"^2.5.2","find-up":"5.0.0","fp-and-or":"^1.0.2","hosted-git-info":"^9.0.0",ini:"^5.0.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1",jsonlines:"^0.1.1","lockfile-lint":"^4.14.1",lodash:"^4.17.21","markdownlint-cli":"^0.45.0",mocha:"^11.7.2","npm-registry-fetch":"^19.0.0","npm-run-all":"^4.1.5","p-map":"^4.0.0","parse-github-url":"^1.0.3",picomatch:"^4.0.3",prettier:"^3.6.2",progress:"^2.0.3","prompts-ncu":"^3.0.2","rc-config-loader":"^4.1.3",rfdc:"^1.4.1",rimraf:"^6.0.1","rollup-plugin-node-externals":"^8.1.1",semver:"^7.7.2","semver-utils":"^1.1.4",should:"^13.2.3",sinon:"^21.0.0","source-map-support":"^0.5.21","spawn-please":"^3.0.0","strip-ansi":"^7.1.2","ts-node":"^10.9.2",typescript:"^5.9.2","typescript-json-schema":"^0.65.1",untildify:"^4.0.0","update-notifier":"^7.3.1",verdaccio:"^6.1.6",vite:"^7.1.7","vite-bundle-analyzer":"^1.2.3","vite-node":"^3.2.4","vite-plugin-dts":"^4.5.4",yarn:"^1.22.22"},ox=["build","!**/test/**"],ax={"check-leaks":!0,extension:["test.ts"],require:["source-map-support/register","ts-node/register"],timeout:6e4,"trace-deprecation":!0,"trace-warnings":!0,use_strict:!0},_s={name:HR,version:GR,author:WR,license:zR,contributors:VR,description:YR,keywords:KR,engines:ZR,main:JR,types:XR,scripts:QR,bin:ex,repository:tx,homepage:rx,bugs:ix,overrides:nx,devDependencies:sx,files:ox,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:ax};var ca,f0;function np(){if(f0)return ca;f0=1;let e=[],r=0;const o=(i,s)=>{r>=s&&e.push(i)};return o.WARN=1,o.INFO=2,o.DEBUG=3,o.reset=()=>{e=[]},o.setDebugLevel=i=>{r=i},o.warn=i=>o(i,o.WARN),o.info=i=>o(i,o.INFO),o.debug=i=>o(i,o.DEBUG),o.debugMessages=()=>e,ca=o,ca}var vn={exports:{}},la,d0;function ux(){return d0||(d0=1,la=({onlyFirst:e=!1}={})=>{const r=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(r,e?void 0:"g")}),la}var ha,p0;function cx(){if(p0)return ha;p0=1;const e=ux();return ha=r=>typeof r=="string"?r.replace(e(),""):r,ha}var bn={exports:{}},g0;function H_(){if(g0)return bn.exports;g0=1;const e=r=>Number.isNaN(r)?!1:r>=4352&&(r<=4447||r===9001||r===9002||11904<=r&&r<=12871&&r!==12351||12880<=r&&r<=19903||19968<=r&&r<=42182||43360<=r&&r<=43388||44032<=r&&r<=55203||63744<=r&&r<=64255||65040<=r&&r<=65049||65072<=r&&r<=65131||65281<=r&&r<=65376||65504<=r&&r<=65510||110592<=r&&r<=110593||127488<=r&&r<=127569||131072<=r&&r<=262141);return bn.exports=e,bn.exports.default=e,bn.exports}var fa,m0;function lx(){return m0||(m0=1,fa=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\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\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])|\uD83C[\uDF3E\uDF73\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])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\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])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\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\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*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\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\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\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[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}),fa}var y0;function hx(){if(y0)return vn.exports;y0=1;const e=cx(),r=H_(),o=lx(),i=s=>{if(typeof s!="string"||s.length===0||(s=e(s),s.length===0))return 0;s=s.replace(o()," ");let t=0;for(let n=0;n<s.length;n++){const c=s.codePointAt(n);c<=31||c>=127&&c<=159||c>=768&&c<=879||(c>65535&&n++,t+=r(c)?2:1)}return t};return vn.exports=i,vn.exports.default=i,vn.exports}var da,v0;function G_(){if(v0)return da;v0=1;const e=hx();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function o(E){let S=r();return(""+E).replace(S,"").split(`
48
+ `),this.close()}_(a,l){return a.toLowerCase()==="y"?(this.value=!0,this.submit()):a.toLowerCase()==="n"?(this.value=!1,this.submit()):this.bell()}render(){if(this.closed)return;this.firstRender?this.out.write(t.hide):this.out.write(i(this.outputText,this.out.columns)),super.render();const a=this.aborted||this.done&&!this.value;this.outputText=[o.symbol(this.done,a),e.bold(this.msg),o.delimiter(this.done),this.done?this.value&&!this.aborted?this.yesMsg:this.noMsg:e.gray(this.initialValue?this.yesOption:this.noOption)].join(" "),this.out.write(s.line+t.to(0)+this.outputText)}}return Yo=n,Yo}var Ko,Yg;function _R(){return Yg||(Yg=1,Ko={TextPrompt:oR(),SelectPrompt:aR(),TogglePrompt:uR(),DatePrompt:vR(),NumberPrompt:bR(),MultiselectPrompt:U_(),AutocompletePrompt:DR(),AutocompleteMultiselectPrompt:ER(),ConfirmPrompt:wR()}),Ko}var Kg;function SR(){return Kg||(Kg=1,function(e){const r=e,o=_R(),i=n=>n;function s(n,c,a={}){return new Promise((l,h)=>{const p=new o[n](c),f=a.onAbort||i,u=a.onSubmit||i,d=a.onExit||i;p.on("state",c.onState||i),p.on("submit",g=>l(u(g))),p.on("exit",g=>l(d(g))),p.on("abort",g=>h(f(g)))})}r.text=n=>s("TextPrompt",n),r.password=n=>(n.style="password",r.text(n)),r.invisible=n=>(n.style="invisible",r.text(n)),r.number=n=>s("NumberPrompt",n),r.date=n=>s("DatePrompt",n),r.confirm=n=>s("ConfirmPrompt",n),r.list=n=>{const c=n.separator||",";return s("TextPrompt",n,{onSubmit:a=>a.split(c).map(l=>l.trim())})},r.toggle=n=>s("TogglePrompt",n),r.select=n=>s("SelectPrompt",n),r.multiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("MultiselectPrompt",n,{onAbort:c,onSubmit:c})},r.autocompleteMultiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("AutocompleteMultiselectPrompt",n,{onAbort:c,onSubmit:c})};const t=(n,c)=>Promise.resolve(c.filter(a=>a.title.slice(0,n.length).toLowerCase()===n.toLowerCase()));r.autocomplete=n=>(n.suggest=n.suggest||t,n.choices=[].concat(n.choices||[]),s("AutocompletePrompt",n))}(yo)),yo}var Zo,Zg;function AR(){if(Zg)return Zo;Zg=1;const e=SR(),r=["suggest","format","onState","validate","onRender","type"],o=()=>{};async function i(c=[],{onSubmit:a=o,onCancel:l=o}={}){const h={},p=i._override||{};c=[].concat(c);let f,u,d,g,m,y;const D=async(v,b,E=!1)=>{if(!(!E&&v.validate&&v.validate(b)!==!0))return v.format?await v.format(b,h):b};for(u of c)if({name:g,type:m}=u,typeof m=="function"&&(m=await m(f,{...h},u),u.type=m),!!m){for(let v in u){if(r.includes(v))continue;let b=u[v];u[v]=typeof b=="function"?await b(f,{...h},y):b}if(y=u,typeof u.message!="string")throw new Error("prompt message is required");if({name:g,type:m}=u,e[m]===void 0)throw new Error(`prompt type (${m}) is not defined`);if(p[u.name]!==void 0&&(f=await D(u,p[u.name]),f!==void 0)){h[g]=f;continue}try{f=i._injected?s(i._injected,u.initial):await e[m](u),h[g]=f=await D(u,f,!0),d=await a(u,f,h)}catch{d=!await l(u,h)}if(d)return h}return h}function s(c,a){const l=c.shift();if(l instanceof Error)throw l;return l===void 0?a:l}function t(c){i._injected=(i._injected||[]).concat(c)}function n(c){i._override=Object.assign({},c)}return Zo=Object.assign(i,{prompt:i,prompts:e,inject:t,override:n}),Zo}var Jo,Jg;function CR(){return Jg||(Jg=1,Jo=AR()),Jo}var RR=CR();const ws=We(RR);var dr={exports:{}},Xo,Xg;function xR(){if(Xg)return Xo;Xg=1,Xo=i,i.sync=s;var e=Ze;function r(t,n){var c=n.pathExt!==void 0?n.pathExt:process.env.PATHEXT;if(!c||(c=c.split(";"),c.indexOf("")!==-1))return!0;for(var a=0;a<c.length;a++){var l=c[a].toLowerCase();if(l&&t.substr(-l.length).toLowerCase()===l)return!0}return!1}function o(t,n,c){return!t.isSymbolicLink()&&!t.isFile()?!1:r(n,c)}function i(t,n,c){e.stat(t,function(a,l){c(a,a?!1:o(l,t,n))})}function s(t,n){return o(e.statSync(t),t,n)}return Xo}var Qo,Qg;function FR(){if(Qg)return Qo;Qg=1,Qo=r,r.sync=o;var e=Ze;function r(t,n,c){e.stat(t,function(a,l){c(a,a?!1:i(l,n))})}function o(t,n){return i(e.statSync(t),n)}function i(t,n){return t.isFile()&&s(t,n)}function s(t,n){var c=t.mode,a=t.uid,l=t.gid,h=n.uid!==void 0?n.uid:process.getuid&&process.getuid(),p=n.gid!==void 0?n.gid:process.getgid&&process.getgid(),f=parseInt("100",8),u=parseInt("010",8),d=parseInt("001",8),g=f|u,m=c&d||c&u&&l===p||c&f&&a===h||c&g&&h===0;return m}return Qo}var ea,e0;function OR(){if(e0)return ea;e0=1;var e;process.platform==="win32"||qt.TESTING_WINDOWS?e=xR():e=FR(),ea=r,r.sync=o;function r(i,s,t){if(typeof s=="function"&&(t=s,s={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,c){r(i,s||{},function(a,l){a?c(a):n(l)})})}e(i,s||{},function(n,c){n&&(n.code==="EACCES"||s&&s.ignoreErrors)&&(n=null,c=!1),t(n,c)})}function o(i,s){try{return e.sync(i,s||{})}catch(t){if(s&&s.ignoreErrors||t.code==="EACCES")return!1;throw t}}return ea}var ta,t0;function TR(){if(t0)return ta;t0=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=Ee,o=e?";":":",i=OR(),s=a=>Object.assign(new Error(`not found: ${a}`),{code:"ENOENT"}),t=(a,l)=>{const h=l.colon||o,p=a.match(/\//)||e&&a.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(l.path||process.env.PATH||"").split(h)],f=e?l.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",u=e?f.split(h):[""];return e&&a.indexOf(".")!==-1&&u[0]!==""&&u.unshift(""),{pathEnv:p,pathExt:u,pathExtExe:f}},n=(a,l,h)=>{typeof l=="function"&&(h=l,l={}),l||(l={});const{pathEnv:p,pathExt:f,pathExtExe:u}=t(a,l),d=[],g=y=>new Promise((D,v)=>{if(y===p.length)return l.all&&d.length?D(d):v(s(a));const b=p[y],E=/^".*"$/.test(b)?b.slice(1,-1):b,S=r.join(E,a),A=!E&&/^\.[\\\/]/.test(a)?a.slice(0,2)+S:S;D(m(A,y,0))}),m=(y,D,v)=>new Promise((b,E)=>{if(v===f.length)return b(g(D+1));const S=f[v];i(y+S,{pathExt:u},(A,C)=>{if(!A&&C)if(l.all)d.push(y+S);else return b(y+S);return b(m(y,D,v+1))})});return h?g(0).then(y=>h(null,y),h):g(0)},c=(a,l)=>{l=l||{};const{pathEnv:h,pathExt:p,pathExtExe:f}=t(a,l),u=[];for(let d=0;d<h.length;d++){const g=h[d],m=/^".*"$/.test(g)?g.slice(1,-1):g,y=r.join(m,a),D=!m&&/^\.[\\\/]/.test(a)?a.slice(0,2)+y:y;for(let v=0;v<p.length;v++){const b=D+p[v];try{if(i.sync(b,{pathExt:f}))if(l.all)u.push(b);else return b}catch{}}}if(l.all&&u.length)return u;if(l.nothrow)return null;throw s(a)};return ta=n,n.sync=c,ta}var mn={exports:{}},r0;function IR(){if(r0)return mn.exports;r0=1;const e=(r={})=>{const o=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(o).reverse().find(s=>s.toUpperCase()==="PATH")||"Path"};return mn.exports=e,mn.exports.default=e,mn.exports}var ra,i0;function $R(){if(i0)return ra;i0=1;const e=Ee,r=TR(),o=IR();function i(t,n){const c=t.options.env||process.env,a=process.cwd(),l=t.options.cwd!=null,h=l&&process.chdir!==void 0&&!process.chdir.disabled;if(h)try{process.chdir(t.options.cwd)}catch{}let p;try{p=r.sync(t.command,{path:c[o({env:c})],pathExt:n?e.delimiter:void 0})}catch{}finally{h&&process.chdir(a)}return p&&(p=e.resolve(l?t.options.cwd:"",p)),p}function s(t){return i(t)||i(t,!0)}return ra=s,ra}var yn={},n0;function BR(){if(n0)return yn;n0=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(i){return i=i.replace(e,"^$1"),i}function o(i,s){return i=`${i}`,i=i.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),i=i.replace(/(?=(\\+?)?)\1$/,"$1$1"),i=`"${i}"`,i=i.replace(e,"^$1"),s&&(i=i.replace(e,"^$1")),i}return yn.command=r,yn.argument=o,yn}var ia,s0;function kR(){return s0||(s0=1,ia=/^#!(.*)/),ia}var na,o0;function PR(){if(o0)return na;o0=1;const e=kR();return na=(r="")=>{const o=r.match(e);if(!o)return null;const[i,s]=o[0].replace(/#! ?/,"").split(" "),t=i.split("/").pop();return t==="env"?s:s?`${t} ${s}`:t},na}var sa,a0;function LR(){if(a0)return sa;a0=1;const e=Ze,r=PR();function o(i){const t=Buffer.alloc(150);let n;try{n=e.openSync(i,"r"),e.readSync(n,t,0,150,0),e.closeSync(n)}catch{}return r(t.toString())}return sa=o,sa}var oa,u0;function NR(){if(u0)return oa;u0=1;const e=Ee,r=$R(),o=BR(),i=LR(),s=process.platform==="win32",t=/\.(?:com|exe)$/i,n=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function c(h){h.file=r(h);const p=h.file&&i(h.file);return p?(h.args.unshift(h.file),h.command=p,r(h)):h.file}function a(h){if(!s)return h;const p=c(h),f=!t.test(p);if(h.options.forceShell||f){const u=n.test(p);h.command=e.normalize(h.command),h.command=o.command(h.command),h.args=h.args.map(g=>o.argument(g,u));const d=[h.command].concat(h.args).join(" ");h.args=["/d","/s","/c",`"${d}"`],h.command=process.env.comspec||"cmd.exe",h.options.windowsVerbatimArguments=!0}return h}function l(h,p,f){p&&!Array.isArray(p)&&(f=p,p=null),p=p?p.slice(0):[],f=Object.assign({},f);const u={command:h,args:p,options:f,file:void 0,original:{command:h,args:p}};return f.shell?u:a(u)}return oa=l,oa}var aa,c0;function MR(){if(c0)return aa;c0=1;const e=process.platform==="win32";function r(t,n){return Object.assign(new Error(`${n} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${n} ${t.command}`,path:t.command,spawnargs:t.args})}function o(t,n){if(!e)return;const c=t.emit;t.emit=function(a,l){if(a==="exit"){const h=i(l,n);if(h)return c.call(t,"error",h)}return c.apply(t,arguments)}}function i(t,n){return e&&t===1&&!n.file?r(n.original,"spawn"):null}function s(t,n){return e&&t===1&&!n.file?r(n.original,"spawnSync"):null}return aa={hookChildProcess:o,verifyENOENT:i,verifyENOENTSync:s,notFoundError:r},aa}var l0;function jR(){if(l0)return dr.exports;l0=1;const e=k_,r=NR(),o=MR();function i(t,n,c){const a=r(t,n,c),l=e.spawn(a.command,a.args,a.options);return o.hookChildProcess(l,a),l}function s(t,n,c){const a=r(t,n,c),l=e.spawnSync(a.command,a.args,a.options);return l.error=l.error||o.verifyENOENTSync(l.status,a),l}return dr.exports=i,dr.exports.spawn=i,dr.exports.sync=s,dr.exports._parse=r,dr.exports._enoent=o,dr.exports}var ua,h0;function qR(){if(h0)return ua;h0=1;const e=jR();return ua=(o,i,s={},t={})=>{s.rejectOnError===void 0&&(s.rejectOnError=!0);let n="",c="";const a=e(o,i,t);return new Promise((l,h)=>{s.stdin!==void 0&&s.stdin!=null&&a.stdin.write(s.stdin),a.stdin.end(),a.stdout.on("data",p=>{n+=p,s.stdout&&s.stdout(p)}),a.stderr.on("data",p=>{c+=p,s.stderr&&s.stderr(p)}),s.rejectOnError&&a.addListener("error",h),a.on("close",p=>{p!==0&&s.rejectOnError?h(c):l({stdout:n,stderr:c})})})},ua}var UR=qR();const yt=We(UR),HR="npm-check-updates",GR="19.1.2",WR="Tomas Junnonen <tomas1@gmail.com>",zR="Apache-2.0",VR=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],YR="Find newer versions of dependencies than what your package.json allows",KR=["dependencies","npm","package.json","update","upgrade","versions"],ZR={node:">=20.0.0",npm:">=8.12.1"},JR="build/index.js",XR="build/index.d.ts",QR={build:"rimraf build && npm run build:options && vite build","build:options":"vite-node src/scripts/build-options.ts","build:analyze":"rimraf build && npm run build:options && ANALYZER=true vite build",lint:"cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*","lint:lockfile":"lockfile-lint","lint:markdown":'markdownlint "**/*.md" --ignore "**/node_modules/**/*.md" --ignore build --config .markdownlint.js',"lint:src":"eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",prepare:"src/scripts/install-hooks",prepublishOnly:"npm run build",prettier:"prettier . --check","prettier:fix":"prettier . --write",test:"npm run test:unit && npm run test:e2e","test:bun":"test/bun-install.sh && mocha test/bun","test:unit":"mocha test test/package-managers/*","test:e2e":"./test/e2e.sh",ncu:"node build/cli.js"},ex={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},tx={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},rx="https://github.com/raineorshine/npm-check-updates",ix={url:"https://github.com/raineorshine/npm-check-updates/issues"},nx={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},sx={"@trivago/prettier-plugin-sort-imports":"^5.2.2","@types/bun":"^1.2.23","@types/chai":"^4.3.19","@types/chai-as-promised":"^8.0.0","@types/chai-string":"^1.4.5","@types/cli-table":"^0.3.4","@types/hosted-git-info":"^3.0.5","@types/ini":"^4.1.1","@types/js-yaml":"^4.0.9","@types/jsonlines":"^0.1.5","@types/lodash":"^4.17.20","@types/mocha":"^10.0.10","@types/node":"^24.5.2","@types/npm-registry-fetch":"^8.0.8","@types/parse-github-url":"^1.0.3","@types/picomatch":"^4.0.2","@types/progress":"^2.0.7","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","@types/semver-utils":"^1.1.3","@types/sinon":"^17.0.4","@types/update-notifier":"^6.0.8","@typescript-eslint/eslint-plugin":"^8.44.1","@typescript-eslint/parser":"^8.44.1",camelcase:"^6.3.0",chai:"^4.3.10","chai-as-promised":"^7.1.2","chai-string":"^1.6.0",chalk:"^5.6.2","cli-table3":"^0.6.5",commander:"^14.0.1","cross-env":"^10.0.0",dequal:"^2.0.3",eslint:"^8.57.0","eslint-config-prettier":"^10.1.8","eslint-config-raine":"^0.5.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.32.0","eslint-plugin-jsdoc":"^60.5.0","eslint-plugin-n":"^16.6.2","eslint-plugin-promise":"^6.6.0","fast-glob":"^3.3.3","fast-memoize":"^2.5.2","find-up":"5.0.0","fp-and-or":"^1.0.2","hosted-git-info":"^9.0.0",ini:"^5.0.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1",jsonlines:"^0.1.1","lockfile-lint":"^4.14.1",lodash:"^4.17.21","markdownlint-cli":"^0.45.0",mocha:"^11.7.2","npm-registry-fetch":"^19.0.0","npm-run-all":"^4.1.5","p-map":"^4.0.0","parse-github-url":"^1.0.3",picomatch:"^4.0.3",prettier:"^3.6.2",progress:"^2.0.3","prompts-ncu":"^3.0.2","rc-config-loader":"^4.1.3",rfdc:"^1.4.1",rimraf:"^6.0.1","rollup-plugin-node-externals":"^8.1.1",semver:"^7.7.2","semver-utils":"^1.1.4",should:"^13.2.3",sinon:"^21.0.0","source-map-support":"^0.5.21","spawn-please":"^3.0.0","strip-ansi":"^7.1.2","ts-node":"^10.9.2",typescript:"^5.9.2","typescript-json-schema":"^0.65.1",untildify:"^4.0.0","update-notifier":"^7.3.1",verdaccio:"^6.1.6",vite:"^7.1.7","vite-bundle-analyzer":"^1.2.3","vite-node":"^3.2.4","vite-plugin-dts":"^4.5.4",yarn:"^1.22.22"},ox=["build","!**/test/**"],ax={"check-leaks":!0,extension:["test.ts"],require:["source-map-support/register","ts-node/register"],timeout:6e4,"trace-deprecation":!0,"trace-warnings":!0,use_strict:!0},_s={name:HR,version:GR,author:WR,license:zR,contributors:VR,description:YR,keywords:KR,engines:ZR,main:JR,types:XR,scripts:QR,bin:ex,repository:tx,homepage:rx,bugs:ix,overrides:nx,devDependencies:sx,files:ox,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:ax};var ca,f0;function np(){if(f0)return ca;f0=1;let e=[],r=0;const o=(i,s)=>{r>=s&&e.push(i)};return o.WARN=1,o.INFO=2,o.DEBUG=3,o.reset=()=>{e=[]},o.setDebugLevel=i=>{r=i},o.warn=i=>o(i,o.WARN),o.info=i=>o(i,o.INFO),o.debug=i=>o(i,o.DEBUG),o.debugMessages=()=>e,ca=o,ca}var vn={exports:{}},la,d0;function ux(){return d0||(d0=1,la=({onlyFirst:e=!1}={})=>{const r=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(r,e?void 0:"g")}),la}var ha,p0;function cx(){if(p0)return ha;p0=1;const e=ux();return ha=r=>typeof r=="string"?r.replace(e(),""):r,ha}var bn={exports:{}},g0;function H_(){if(g0)return bn.exports;g0=1;const e=r=>Number.isNaN(r)?!1:r>=4352&&(r<=4447||r===9001||r===9002||11904<=r&&r<=12871&&r!==12351||12880<=r&&r<=19903||19968<=r&&r<=42182||43360<=r&&r<=43388||44032<=r&&r<=55203||63744<=r&&r<=64255||65040<=r&&r<=65049||65072<=r&&r<=65131||65281<=r&&r<=65376||65504<=r&&r<=65510||110592<=r&&r<=110593||127488<=r&&r<=127569||131072<=r&&r<=262141);return bn.exports=e,bn.exports.default=e,bn.exports}var fa,m0;function lx(){return m0||(m0=1,fa=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\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\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])|\uD83C[\uDF3E\uDF73\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])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\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])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\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\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*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\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\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\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[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}),fa}var y0;function hx(){if(y0)return vn.exports;y0=1;const e=cx(),r=H_(),o=lx(),i=s=>{if(typeof s!="string"||s.length===0||(s=e(s),s.length===0))return 0;s=s.replace(o()," ");let t=0;for(let n=0;n<s.length;n++){const c=s.codePointAt(n);c<=31||c>=127&&c<=159||c>=768&&c<=879||(c>65535&&n++,t+=r(c)?2:1)}return t};return vn.exports=i,vn.exports.default=i,vn.exports}var da,v0;function G_(){if(v0)return da;v0=1;const e=hx();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function o(E){let S=r();return(""+E).replace(S,"").split(`
49
49
  `).reduce(function(F,$){return e($)>F?e($):F},0)}function i(E,S){return Array(S+1).join(E)}function s(E,S,A,C){let F=o(E);if(S+1>=F){let $=S-F;switch(C){case"right":{E=i(A,$)+E;break}case"center":{let B=Math.ceil($/2),k=$-B;E=i(A,k)+E+i(A,B);break}default:{E=E+i(A,$);break}}}return E}let t={};function n(E,S,A){S="\x1B["+S+"m",A="\x1B["+A+"m",t[S]={set:E,to:!0},t[A]={set:E,to:!1},t[E]={on:S,off:A}}n("bold",1,22),n("italics",3,23),n("underline",4,24),n("inverse",7,27),n("strikethrough",9,29);function c(E,S){let A=S[1]?parseInt(S[1].split(";")[0]):0;if(A>=30&&A<=39||A>=90&&A<=97){E.lastForegroundAdded=S[0];return}if(A>=40&&A<=49||A>=100&&A<=107){E.lastBackgroundAdded=S[0];return}if(A===0){for(let F in E)Object.prototype.hasOwnProperty.call(E,F)&&delete E[F];return}let C=t[S[0]];C&&(E[C.set]=C.to)}function a(E){let S=r(!0),A=S.exec(E),C={};for(;A!==null;)c(C,A),A=S.exec(E);return C}function l(E,S){let A=E.lastBackgroundAdded,C=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(F){E[F]&&(S+=t[F].off)}),A&&A!="\x1B[49m"&&(S+="\x1B[49m"),C&&C!="\x1B[39m"&&(S+="\x1B[39m"),S}function h(E,S){let A=E.lastBackgroundAdded,C=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(F){E[F]&&(S=t[F].on+S)}),A&&A!="\x1B[49m"&&(S=A+S),C&&C!="\x1B[39m"&&(S=C+S),S}function p(E,S){if(E.length===o(E))return E.substr(0,S);for(;o(E)>S;)E=E.slice(0,-1);return E}function f(E,S){let A=r(!0),C=E.split(r()),F=0,$=0,B="",k,I={};for(;$<S;){k=A.exec(E);let N=C[F];if(F++,$+o(N)>S&&(N=p(N,S-$)),B+=N,$+=o(N),$<S){if(!k)break;B+=k[0],c(I,k)}}return l(I,B)}function u(E,S,A){if(A=A||"…",o(E)<=S)return E;S-=o(A);let F=f(E,S);F+=A;const $="\x1B]8;;\x07";return E.includes($)&&!F.includes($)&&(F+=$),F}function d(){return{chars:{top:"─","top-mid":"┬","top-left":"┌","top-right":"┐",bottom:"─","bottom-mid":"┴","bottom-left":"└","bottom-right":"┘",left:"│","left-mid":"├",mid:"─","mid-mid":"┼",right:"│","right-mid":"┤",middle:"│"},truncate:"…",colWidths:[],rowHeights:[],colAligns:[],rowAligns:[],style:{"padding-left":1,"padding-right":1,head:["red"],border:["grey"],compact:!1},head:[]}}function g(E,S){E=E||{},S=S||d();let A=Object.assign({},S,E);return A.chars=Object.assign({},S.chars,E.chars),A.style=Object.assign({},S.style,E.style),A}function m(E,S){let A=[],C=S.split(/(\s+)/g),F=[],$=0,B;for(let k=0;k<C.length;k+=2){let I=C[k],N=$+o(I);$>0&&B&&(N+=B.length),N>E?($!==0&&A.push(F.join("")),F=[I],$=o(I)):(F.push(B||"",I),$=N),B=C[k+1]}return $&&A.push(F.join("")),A}function y(E,S){let A=[],C="";function F(B,k){for(C.length&&k&&(C+=k),C+=B;C.length>E;)A.push(C.slice(0,E)),C=C.slice(E)}let $=S.split(/(\s+)/g);for(let B=0;B<$.length;B+=2)F($[B],B&&$[B-1]);return C.length&&A.push(C),A}function D(E,S,A=!0){let C=[];S=S.split(`
50
50
  `);const F=A?m:y;for(let $=0;$<S.length;$++)C.push.apply(C,F(E,S[$]));return C}function v(E){let S={},A=[];for(let C=0;C<E.length;C++){let F=h(S,E[C]);S=a(F);let $=Object.assign({},S);A.push(l($,F))}return A}function b(E,S){const A="\x1B]",C="\x07",F=";";return[A,"8",F,F,E||S,C,S,A,"8",F,F,C].join("")}return da={strlen:o,repeat:i,pad:s,truncate:u,mergeOptions:g,wordWrap:D,colorizeLines:v,hyperlink:b},da}var pa={exports:{}},ci={exports:{}},ga={exports:{}},ma={exports:{}},ya={exports:{}},b0;function fx(){return b0||(b0=1,function(e){var r={};e.exports=r;var o={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(o).forEach(function(i){var s=o[i],t=r[i]=[];t.open="\x1B["+s[0]+"m",t.close="\x1B["+s[1]+"m"})}(ya)),ya.exports}var va,D0;function dx(){return D0||(D0=1,va=function(e,r){r=r||process.argv;var o=r.indexOf("--"),i=/^-{1,2}/.test(e)?"":"--",s=r.indexOf(i+e);return s!==-1&&(o===-1?!0:s<o)}),va}var ba,E0;function px(){if(E0)return ba;E0=1;var e=at,r=dx(),o=process.env,i=void 0;r("no-color")||r("no-colors")||r("color=false")?i=!1:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(i=!0),"FORCE_COLOR"in o&&(i=o.FORCE_COLOR.length===0||parseInt(o.FORCE_COLOR,10)!==0);function s(c){return c===0?!1:{level:c,hasBasic:!0,has256:c>=2,has16m:c>=3}}function t(c){if(i===!1)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(c&&!c.isTTY&&i!==!0)return 0;var a=i?1:0;if(process.platform==="win32"){var l=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(l[0])>=10&&Number(l[2])>=10586?Number(l[2])>=14931?3:2:1}if("CI"in o)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(p){return p in o})||o.CI_NAME==="codeship"?1:a;if("TEAMCITY_VERSION"in o)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(o.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in o){var h=parseInt((o.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(o.TERM_PROGRAM){case"iTerm.app":return h>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(o.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(o.TERM)||"COLORTERM"in o?1:(o.TERM==="dumb",a)}function n(c){var a=t(c);return s(a)}return ba={supportsColor:n,stdout:n(process.stdout),stderr:n(process.stderr)},ba}var Da={exports:{}},w0;function gx(){return w0||(w0=1,function(e){e.exports=function(o,i){var s="";o=o||"Run the trap, drop the bass",o=o.split("");var t={a:["@","Ą","Ⱥ","Ʌ","Δ","Λ","Д"],b:["ß","Ɓ","Ƀ","ɮ","β","฿"],c:["©","Ȼ","Ͼ"],d:["Ð","Ɗ","Ԁ","ԁ","Ԃ","ԃ"],e:["Ë","ĕ","Ǝ","ɘ","Σ","ξ","Ҽ","੬"],f:["Ӻ"],g:["ɢ"],h:["Ħ","ƕ","Ң","Һ","Ӈ","Ԋ"],i:["༏"],j:["Ĵ"],k:["ĸ","Ҡ","Ӄ","Ԟ"],l:["Ĺ"],m:["ʍ","Ӎ","ӎ","Ԡ","ԡ","൩"],n:["Ñ","ŋ","Ɲ","Ͷ","Π","Ҋ"],o:["Ø","õ","ø","Ǿ","ʘ","Ѻ","ם","۝","๏"],p:["Ƿ","Ҏ"],q:["্"],r:["®","Ʀ","Ȑ","Ɍ","ʀ","Я"],s:["§","Ϟ","ϟ","Ϩ"],t:["Ł","Ŧ","ͳ"],u:["Ʊ","Ս"],v:["ט"],w:["Ш","Ѡ","Ѽ","൰"],x:["Ҳ","Ӿ","Ӽ","ӽ"],y:["¥","Ұ","Ӌ"],z:["Ƶ","ɀ"]};return o.forEach(function(n){n=n.toLowerCase();var c=t[n]||[" "],a=Math.floor(Math.random()*c.length);typeof t[n]<"u"?s+=t[n][a]:s+=n}),s}}(Da)),Da.exports}var Ea={exports:{}},_0;function mx(){return _0||(_0=1,function(e){e.exports=function(o,i){o=o||" he is here ";var s={up:["̍","̎","̄","̅","̿","̑","̆","̐","͒","͗","͑","̇","̈","̊","͂","̓","̈","͊","͋","͌","̃","̂","̌","͐","̀","́","̋","̏","̒","̓","̔","̽","̉","ͣ","ͤ","ͥ","ͦ","ͧ","ͨ","ͩ","ͪ","ͫ","ͬ","ͭ","ͮ","ͯ","̾","͛","͆","̚"],down:["̖","̗","̘","̙","̜","̝","̞","̟","̠","̤","̥","̦","̩","̪","̫","̬","̭","̮","̯","̰","̱","̲","̳","̹","̺","̻","̼","ͅ","͇","͈","͉","͍","͎","͓","͔","͕","͖","͙","͚","̣"],mid:["̕","̛","̀","́","͘","̡","̢","̧","̨","̴","̵","̶","͜","͝","͞","͟","͠","͢","̸","̷","͡"," ҉"]},t=[].concat(s.up,s.down,s.mid);function n(l){var h=Math.floor(Math.random()*l);return h}function c(l){var h=!1;return t.filter(function(p){h=p===l}),h}function a(l,h){var p="",f,u;h=h||{},h.up=typeof h.up<"u"?h.up:!0,h.mid=typeof h.mid<"u"?h.mid:!0,h.down=typeof h.down<"u"?h.down:!0,h.size=typeof h.size<"u"?h.size:"maxi",l=l.split("");for(u in l)if(!c(u)){switch(p=p+l[u],f={up:0,down:0,mid:0},h.size){case"mini":f.up=n(8),f.mid=n(2),f.down=n(8);break;case"maxi":f.up=n(16)+3,f.mid=n(4)+1,f.down=n(64)+3;break;default:f.up=n(8)+1,f.mid=n(6)/2,f.down=n(8)+1;break}var d=["up","mid","down"];for(var g in d)for(var m=d[g],y=0;y<=f[m];y++)h[m]&&(p=p+s[m][n(s[m].length)])}return p}return a(o,i)}}(Ea)),Ea.exports}var wa={exports:{}},S0;function yx(){return S0||(S0=1,function(e){e.exports=function(r){return function(o,i,s){if(o===" ")return o;switch(i%3){case 0:return r.red(o);case 1:return r.white(o);case 2:return r.blue(o)}}}}(wa)),wa.exports}var _a={exports:{}},A0;function vx(){return A0||(A0=1,function(e){e.exports=function(r){return function(o,i,s){return i%2===0?o:r.inverse(o)}}}(_a)),_a.exports}var Sa={exports:{}},C0;function bx(){return C0||(C0=1,function(e){e.exports=function(r){var o=["red","yellow","green","blue","magenta"];return function(i,s,t){return i===" "?i:r[o[s++%o.length]](i)}}}(Sa)),Sa.exports}var Aa={exports:{}},R0;function Dx(){return R0||(R0=1,function(e){e.exports=function(r){var o=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(i,s,t){return i===" "?i:r[o[Math.round(Math.random()*(o.length-2))]](i)}}}(Aa)),Aa.exports}var x0;function Ex(){return x0||(x0=1,function(e){var r={};e.exports=r,r.themes={};var o=tr,i=r.styles=fx(),s=Object.defineProperties,t=new RegExp(/[\r\n]+/g);r.supportsColor=px().supportsColor,typeof r.enabled>"u"&&(r.enabled=r.supportsColor()!==!1),r.enable=function(){r.enabled=!0},r.disable=function(){r.enabled=!1},r.stripColors=r.strip=function(g){return(""+g).replace(/\x1B\[\d+m/g,"")},r.stylize=function(m,y){if(!r.enabled)return m+"";var D=i[y];return!D&&y in r?r[y](m):D.open+m+D.close};var n=/[|\\{}()[\]^$+*?.]/g,c=function(g){if(typeof g!="string")throw new TypeError("Expected a string");return g.replace(n,"\\$&")};function a(g){var m=function y(){return p.apply(y,arguments)};return m._styles=g,m.__proto__=h,m}var l=function(){var g={};return i.grey=i.gray,Object.keys(i).forEach(function(m){i[m].closeRe=new RegExp(c(i[m].close),"g"),g[m]={get:function(){return a(this._styles.concat(m))}}}),g}(),h=s(function(){},l);function p(){var g=Array.prototype.slice.call(arguments),m=g.map(function(E){return E!=null&&E.constructor===String?E:o.inspect(E)}).join(" ");if(!r.enabled||!m)return m;for(var y=m.indexOf(`
51
51
  `)!=-1,D=this._styles,v=D.length;v--;){var b=i[D[v]];m=b.open+m.replace(b.closeRe,b.open)+b.close,y&&(m=m.replace(t,function(E){return b.close+E+b.open}))}return m}r.setTheme=function(g){if(typeof g=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var m in g)(function(y){r[y]=function(D){if(typeof g[y]=="object"){var v=D;for(var b in g[y])v=r[g[y][b]](v);return v}return r[g[y]](D)}})(m)};function f(){var g={};return Object.keys(l).forEach(function(m){g[m]={get:function(){return a([m])}}}),g}var u=function(m,y){var D=y.split("");return D=D.map(m),D.join("")};r.trap=gx(),r.zalgo=mx(),r.maps={},r.maps.america=yx()(r),r.maps.zebra=vx()(r),r.maps.rainbow=bx()(r),r.maps.random=Dx()(r);for(var d in r.maps)(function(g){r[g]=function(m){return u(r.maps[g],m)}})(d);s(r,f())}(ma)),ma.exports}var F0;function wx(){return F0||(F0=1,function(e){var r=Ex();e.exports=r}(ga)),ga.exports}var O0;function _x(){if(O0)return ci.exports;O0=1;const{info:e,debug:r}=np(),o=G_();class i{constructor(f){this.setOptions(f),this.x=null,this.y=null}setOptions(f){["boolean","number","bigint","string"].indexOf(typeof f)!==-1&&(f={content:""+f}),f=f||{},this.options=f;let u=f.content;if(["boolean","number","bigint","string"].indexOf(typeof u)!==-1)this.content=String(u);else if(!u)this.content=this.options.href||"";else throw new Error("Content needs to be a primitive, got: "+typeof u);this.colSpan=f.colSpan||1,this.rowSpan=f.rowSpan||1,this.options.href&&Object.defineProperty(this,"href",{get(){return this.options.href}})}mergeTableOptions(f,u){this.cells=u;let d=this.options.chars||{},g=f.chars,m=this.chars={};h.forEach(function(v){c(d,g,v,m)}),this.truncate=this.options.truncate||f.truncate;let y=this.options.style=this.options.style||{},D=f.style;c(y,D,"padding-left",this),c(y,D,"padding-right",this),this.head=y.head||D.head,this.border=y.border||D.border,this.fixedWidth=f.colWidths[this.x],this.lines=this.computeLines(f),this.desiredWidth=o.strlen(this.content)+this.paddingLeft+this.paddingRight,this.desiredHeight=this.lines.length}computeLines(f){const u=f.wordWrap||f.textWrap,{wordWrap:d=u}=this.options;if(this.fixedWidth&&d){if(this.fixedWidth-=this.paddingLeft+this.paddingRight,this.colSpan){let y=1;for(;y<this.colSpan;)this.fixedWidth+=f.colWidths[this.x+y],y++}const{wrapOnWordBoundary:g=!0}=f,{wrapOnWordBoundary:m=g}=this.options;return this.wrapLines(o.wordWrap(this.fixedWidth,this.content,m))}return this.wrapLines(this.content.split(`
@@ -554,7 +554,7 @@ Please add a ${c} to the current directory, specify the ${ce.cyan("--packageFile
554
554
  * Copyright (c) 2014-present, Jon Schlinkert.
555
555
  * Licensed under the MIT License.
556
556
  */var vf,vE;function hC(){if(vE)return vf;vE=1;const e=tr,r=l$(),o=v=>v!==null&&typeof v=="object"&&!Array.isArray(v),i=v=>b=>v===!0?Number(b):String(b),s=v=>typeof v=="number"||typeof v=="string"&&v!=="",t=v=>Number.isInteger(+v),n=v=>{let b=`${v}`,E=-1;if(b[0]==="-"&&(b=b.slice(1)),b==="0")return!1;for(;b[++E]==="0";);return E>0},c=(v,b,E)=>typeof v=="string"||typeof b=="string"?!0:E.stringify===!0,a=(v,b,E)=>{if(b>0){let S=v[0]==="-"?"-":"";S&&(v=v.slice(1)),v=S+v.padStart(S?b-1:b,"0")}return E===!1?String(v):v},l=(v,b)=>{let E=v[0]==="-"?"-":"";for(E&&(v=v.slice(1),b--);v.length<b;)v="0"+v;return E?"-"+v:v},h=(v,b,E)=>{v.negatives.sort(($,B)=>$<B?-1:$>B?1:0),v.positives.sort(($,B)=>$<B?-1:$>B?1:0);let S=b.capture?"":"?:",A="",C="",F;return v.positives.length&&(A=v.positives.map($=>l(String($),E)).join("|")),v.negatives.length&&(C=`-(${S}${v.negatives.map($=>l(String($),E)).join("|")})`),A&&C?F=`${A}|${C}`:F=A||C,b.wrap?`(${S}${F})`:F},p=(v,b,E,S)=>{if(E)return r(v,b,{wrap:!1,...S});let A=String.fromCharCode(v);if(v===b)return A;let C=String.fromCharCode(b);return`[${A}-${C}]`},f=(v,b,E)=>{if(Array.isArray(v)){let S=E.wrap===!0,A=E.capture?"":"?:";return S?`(${A}${v.join("|")})`:v.join("|")}return r(v,b,E)},u=(...v)=>new RangeError("Invalid range arguments: "+e.inspect(...v)),d=(v,b,E)=>{if(E.strictRanges===!0)throw u([v,b]);return[]},g=(v,b)=>{if(b.strictRanges===!0)throw new TypeError(`Expected step "${v}" to be a number`);return[]},m=(v,b,E=1,S={})=>{let A=Number(v),C=Number(b);if(!Number.isInteger(A)||!Number.isInteger(C)){if(S.strictRanges===!0)throw u([v,b]);return[]}A===0&&(A=0),C===0&&(C=0);let F=A>C,$=String(v),B=String(b),k=String(E);E=Math.max(Math.abs(E),1);let I=n($)||n(B)||n(k),N=I?Math.max($.length,B.length,k.length):0,j=I===!1&&c(v,b,S)===!1,L=S.transform||i(j);if(S.toRegex&&E===1)return p(l(v,N),l(b,N),!0,S);let M={negatives:[],positives:[]},O=w=>M[w<0?"negatives":"positives"].push(Math.abs(w)),U=[],T=0;for(;F?A>=C:A<=C;)S.toRegex===!0&&E>1?O(A):U.push(a(L(A,T),N,j)),A=F?A-E:A+E,T++;return S.toRegex===!0?E>1?h(M,S,N):f(U,null,{wrap:!1,...S}):U},y=(v,b,E=1,S={})=>{if(!t(v)&&v.length>1||!t(b)&&b.length>1)return d(v,b,S);let A=S.transform||(j=>String.fromCharCode(j)),C=`${v}`.charCodeAt(0),F=`${b}`.charCodeAt(0),$=C>F,B=Math.min(C,F),k=Math.max(C,F);if(S.toRegex&&E===1)return p(B,k,!1,S);let I=[],N=0;for(;$?C>=F:C<=F;)I.push(A(C,N)),C=$?C-E:C+E,N++;return S.toRegex===!0?f(I,null,{wrap:!1,options:S}):I},D=(v,b,E,S={})=>{if(b==null&&s(v))return[v];if(!s(v)||!s(b))return d(v,b,S);if(typeof E=="function")return D(v,b,1,{transform:E});if(o(E))return D(v,b,0,E);let A={...S};return A.capture===!0&&(A.wrap=!0),E=E||A.step||1,t(E)?t(v)&&t(b)?m(v,b,E,A):y(v,b,Math.max(Math.abs(E),1),A):E!=null&&!o(E)?g(E,A):D(v,b,1,E)};return vf=D,vf}var bf,bE;function h$(){if(bE)return bf;bE=1;const e=hC(),r=rg();return bf=(i,s={})=>{const t=(n,c={})=>{const a=r.isInvalidBrace(c),l=n.invalid===!0&&s.escapeInvalid===!0,h=a===!0||l===!0,p=s.escapeInvalid===!0?"\\":"";let f="";if(n.isOpen===!0)return p+n.value;if(n.isClose===!0)return console.log("node.isClose",p,n.value),p+n.value;if(n.type==="open")return h?p+n.value:"(";if(n.type==="close")return h?p+n.value:")";if(n.type==="comma")return n.prev.type==="comma"?"":h?n.value:"|";if(n.value)return n.value;if(n.nodes&&n.ranges>0){const u=r.reduce(n.nodes),d=e(...u,{...s,wrap:!1,toRegex:!0,strictZeros:!0});if(d.length!==0)return u.length>1&&d.length>1?`(${d})`:d}if(n.nodes)for(const u of n.nodes)f+=t(u,n);return f};return t(i)},bf}var Df,DE;function f$(){if(DE)return Df;DE=1;const e=hC(),r=ig(),o=rg(),i=(t="",n="",c=!1)=>{const a=[];if(t=[].concat(t),n=[].concat(n),!n.length)return t;if(!t.length)return c?o.flatten(n).map(l=>`{${l}}`):n;for(const l of t)if(Array.isArray(l))for(const h of l)a.push(i(h,n,c));else for(let h of n)c===!0&&typeof h=="string"&&(h=`{${h}}`),a.push(Array.isArray(h)?i(l,h,c):l+h);return o.flatten(a)};return Df=(t,n={})=>{const c=n.rangeLimit===void 0?1e3:n.rangeLimit,a=(l,h={})=>{l.queue=[];let p=h,f=h.queue;for(;p.type!=="brace"&&p.type!=="root"&&p.parent;)p=p.parent,f=p.queue;if(l.invalid||l.dollar){f.push(i(f.pop(),r(l,n)));return}if(l.type==="brace"&&l.invalid!==!0&&l.nodes.length===2){f.push(i(f.pop(),["{}"]));return}if(l.nodes&&l.ranges>0){const m=o.reduce(l.nodes);if(o.exceedsLimit(...m,n.step,c))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let y=e(...m,n);y.length===0&&(y=r(l,n)),f.push(i(f.pop(),y)),l.nodes=[];return}const u=o.encloseBrace(l);let d=l.queue,g=l;for(;g.type!=="brace"&&g.type!=="root"&&g.parent;)g=g.parent,d=g.queue;for(let m=0;m<l.nodes.length;m++){const y=l.nodes[m];if(y.type==="comma"&&l.type==="brace"){m===1&&d.push(""),d.push("");continue}if(y.type==="close"){f.push(i(f.pop(),d,u));continue}if(y.value&&y.type!=="open"){d.push(i(d.pop(),y.value));continue}y.nodes&&a(y,l)}return d};return o.flatten(a(t))},Df}var Ef,EE;function d$(){return EE||(EE=1,Ef={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
557
- `,CHAR_NO_BREAK_SPACE:" ",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}),Ef}var wf,wE;function p$(){if(wE)return wf;wE=1;const e=ig(),{MAX_LENGTH:r,CHAR_BACKSLASH:o,CHAR_BACKTICK:i,CHAR_COMMA:s,CHAR_DOT:t,CHAR_LEFT_PARENTHESES:n,CHAR_RIGHT_PARENTHESES:c,CHAR_LEFT_CURLY_BRACE:a,CHAR_RIGHT_CURLY_BRACE:l,CHAR_LEFT_SQUARE_BRACKET:h,CHAR_RIGHT_SQUARE_BRACKET:p,CHAR_DOUBLE_QUOTE:f,CHAR_SINGLE_QUOTE:u,CHAR_NO_BREAK_SPACE:d,CHAR_ZERO_WIDTH_NOBREAK_SPACE:g}=d$();return wf=(y,D={})=>{if(typeof y!="string")throw new TypeError("Expected a string");const v=D||{},b=typeof v.maxLength=="number"?Math.min(r,v.maxLength):r;if(y.length>b)throw new SyntaxError(`Input length (${y.length}), exceeds max characters (${b})`);const E={type:"root",input:y,nodes:[]},S=[E];let A=E,C=E,F=0;const $=y.length;let B=0,k=0,I;const N=()=>y[B++],j=L=>{if(L.type==="text"&&C.type==="dot"&&(C.type="text"),C&&C.type==="text"&&L.type==="text"){C.value+=L.value;return}return A.nodes.push(L),L.parent=A,L.prev=C,C=L,L};for(j({type:"bos"});B<$;)if(A=S[S.length-1],I=N(),!(I===g||I===d)){if(I===o){j({type:"text",value:(D.keepEscaping?I:"")+N()});continue}if(I===p){j({type:"text",value:"\\"+I});continue}if(I===h){F++;let L;for(;B<$&&(L=N());){if(I+=L,L===h){F++;continue}if(L===o){I+=N();continue}if(L===p&&(F--,F===0))break}j({type:"text",value:I});continue}if(I===n){A=j({type:"paren",nodes:[]}),S.push(A),j({type:"text",value:I});continue}if(I===c){if(A.type!=="paren"){j({type:"text",value:I});continue}A=S.pop(),j({type:"text",value:I}),A=S[S.length-1];continue}if(I===f||I===u||I===i){const L=I;let M;for(D.keepQuotes!==!0&&(I="");B<$&&(M=N());){if(M===o){I+=M+N();continue}if(M===L){D.keepQuotes===!0&&(I+=M);break}I+=M}j({type:"text",value:I});continue}if(I===a){k++;const M={type:"brace",open:!0,close:!1,dollar:C.value&&C.value.slice(-1)==="$"||A.dollar===!0,depth:k,commas:0,ranges:0,nodes:[]};A=j(M),S.push(A),j({type:"open",value:I});continue}if(I===l){if(A.type!=="brace"){j({type:"text",value:I});continue}const L="close";A=S.pop(),A.close=!0,j({type:L,value:I}),k--,A=S[S.length-1];continue}if(I===s&&k>0){if(A.ranges>0){A.ranges=0;const L=A.nodes.shift();A.nodes=[L,{type:"text",value:e(A)}]}j({type:"comma",value:I}),A.commas++;continue}if(I===t&&k>0&&A.commas===0){const L=A.nodes;if(k===0||L.length===0){j({type:"text",value:I});continue}if(C.type==="dot"){if(A.range=[],C.value+=I,C.type="range",A.nodes.length!==3&&A.nodes.length!==5){A.invalid=!0,A.ranges=0,C.type="text";continue}A.ranges++,A.args=[];continue}if(C.type==="range"){L.pop();const M=L[L.length-1];M.value+=C.value+I,C=M,A.ranges--;continue}j({type:"dot",value:I});continue}j({type:"text",value:I})}do if(A=S.pop(),A.type!=="root"){A.nodes.forEach(O=>{O.nodes||(O.type==="open"&&(O.isOpen=!0),O.type==="close"&&(O.isClose=!0),O.nodes||(O.type="text"),O.invalid=!0)});const L=S[S.length-1],M=L.nodes.indexOf(A);L.nodes.splice(M,1,...A.nodes)}while(S.length>0);return j({type:"eos"}),E},wf}var _f,_E;function g$(){if(_E)return _f;_E=1;const e=ig(),r=h$(),o=f$(),i=p$(),s=(t,n={})=>{let c=[];if(Array.isArray(t))for(const a of t){const l=s.create(a,n);Array.isArray(l)?c.push(...l):c.push(l)}else c=[].concat(s.create(t,n));return n&&n.expand===!0&&n.nodupes===!0&&(c=[...new Set(c)]),c};return s.parse=(t,n={})=>i(t,n),s.stringify=(t,n={})=>e(typeof t=="string"?s.parse(t,n):t,n),s.compile=(t,n={})=>(typeof t=="string"&&(t=s.parse(t,n)),r(t,n)),s.expand=(t,n={})=>{typeof t=="string"&&(t=s.parse(t,n));let c=o(t,n);return n.noempty===!0&&(c=c.filter(Boolean)),n.nodupes===!0&&(c=[...new Set(c)]),c},s.create=(t,n={})=>t===""||t.length<3?[t]:n.expand!==!0?s.compile(t,n):s.expand(t,n),_f=s,_f}var Sf={},Af,SE;function fo(){if(SE)return Af;SE=1;const e=Ee,r="\\\\/",o=`[^${r}]`,i="\\.",s="\\+",t="\\?",n="\\/",c="(?=.)",a="[^/]",l=`(?:${n}|$)`,h=`(?:^|${n})`,p=`${i}{1,2}${l}`,f=`(?!${i})`,u=`(?!${h}${p})`,d=`(?!${i}{0,1}${l})`,g=`(?!${p})`,m=`[^.${n}]`,y=`${a}*?`,D={DOT_LITERAL:i,PLUS_LITERAL:s,QMARK_LITERAL:t,SLASH_LITERAL:n,ONE_CHAR:c,QMARK:a,END_ANCHOR:l,DOTS_SLASH:p,NO_DOT:f,NO_DOTS:u,NO_DOT_SLASH:d,NO_DOTS_SLASH:g,QMARK_NO_DOT:m,STAR:y,START_ANCHOR:h},v={...D,SLASH_LITERAL:`[${r}]`,QMARK:o,STAR:`${o}*?`,DOTS_SLASH:`${i}{1,2}(?:[${r}]|$)`,NO_DOT:`(?!${i})`,NO_DOTS:`(?!(?:^|[${r}])${i}{1,2}(?:[${r}]|$))`,NO_DOT_SLASH:`(?!${i}{0,1}(?:[${r}]|$))`,NO_DOTS_SLASH:`(?!${i}{1,2}(?:[${r}]|$))`,QMARK_NO_DOT:`[^.${r}]`,START_ANCHOR:`(?:^|[${r}])`,END_ANCHOR:`(?:[${r}]|$)`},b={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};return Af={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:b,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:e.sep,extglobChars(E){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${E.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(E){return E===!0?v:D}},Af}var AE;function po(){return AE||(AE=1,function(e){const r=Ee,o=process.platform==="win32",{REGEX_BACKSLASH:i,REGEX_REMOVE_BACKSLASH:s,REGEX_SPECIAL_CHARS:t,REGEX_SPECIAL_CHARS_GLOBAL:n}=fo();e.isObject=c=>c!==null&&typeof c=="object"&&!Array.isArray(c),e.hasRegexChars=c=>t.test(c),e.isRegexChar=c=>c.length===1&&e.hasRegexChars(c),e.escapeRegex=c=>c.replace(n,"\\$1"),e.toPosixSlashes=c=>c.replace(i,"/"),e.removeBackslashes=c=>c.replace(s,a=>a==="\\"?"":a),e.supportsLookbehinds=()=>{const c=process.version.slice(1).split(".").map(Number);return c.length===3&&c[0]>=9||c[0]===8&&c[1]>=10},e.isWindows=c=>c&&typeof c.windows=="boolean"?c.windows:o===!0||r.sep==="\\",e.escapeLast=(c,a,l)=>{const h=c.lastIndexOf(a,l);return h===-1?c:c[h-1]==="\\"?e.escapeLast(c,a,h-1):`${c.slice(0,h)}\\${c.slice(h)}`},e.removePrefix=(c,a={})=>{let l=c;return l.startsWith("./")&&(l=l.slice(2),a.prefix="./"),l},e.wrapOutput=(c,a={},l={})=>{const h=l.contains?"":"^",p=l.contains?"":"$";let f=`${h}(?:${c})${p}`;return a.negated===!0&&(f=`(?:^(?!${f}).*$)`),f}}(Sf)),Sf}var Cf,CE;function m$(){if(CE)return Cf;CE=1;const e=po(),{CHAR_ASTERISK:r,CHAR_AT:o,CHAR_BACKWARD_SLASH:i,CHAR_COMMA:s,CHAR_DOT:t,CHAR_EXCLAMATION_MARK:n,CHAR_FORWARD_SLASH:c,CHAR_LEFT_CURLY_BRACE:a,CHAR_LEFT_PARENTHESES:l,CHAR_LEFT_SQUARE_BRACKET:h,CHAR_PLUS:p,CHAR_QUESTION_MARK:f,CHAR_RIGHT_CURLY_BRACE:u,CHAR_RIGHT_PARENTHESES:d,CHAR_RIGHT_SQUARE_BRACKET:g}=fo(),m=v=>v===c||v===i,y=v=>{v.isPrefix!==!0&&(v.depth=v.isGlobstar?1/0:1)};return Cf=(v,b)=>{const E=b||{},S=v.length-1,A=E.parts===!0||E.scanToEnd===!0,C=[],F=[],$=[];let B=v,k=-1,I=0,N=0,j=!1,L=!1,M=!1,O=!1,U=!1,T=!1,w=!1,x=!1,z=!1,Y=!1,G=0,re,le,de={value:"",depth:0,isGlob:!1};const ae=()=>k>=S,W=()=>B.charCodeAt(k+1),V=()=>(re=le,B.charCodeAt(++k));for(;k<S;){le=V();let q;if(le===i){w=de.backslashes=!0,le=V(),le===a&&(T=!0);continue}if(T===!0||le===a){for(G++;ae()!==!0&&(le=V());){if(le===i){w=de.backslashes=!0,V();continue}if(le===a){G++;continue}if(T!==!0&&le===t&&(le=V())===t){if(j=de.isBrace=!0,M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(T!==!0&&le===s){if(j=de.isBrace=!0,M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(le===u&&(G--,G===0)){T=!1,j=de.isBrace=!0,Y=!0;break}}if(A===!0)continue;break}if(le===c){if(C.push(k),F.push(de),de={value:"",depth:0,isGlob:!1},Y===!0)continue;if(re===t&&k===I+1){I+=2;continue}N=k+1;continue}if(E.noext!==!0&&(le===p||le===o||le===r||le===f||le===n)===!0&&W()===l){if(M=de.isGlob=!0,O=de.isExtglob=!0,Y=!0,le===n&&k===I&&(z=!0),A===!0){for(;ae()!==!0&&(le=V());){if(le===i){w=de.backslashes=!0,le=V();continue}if(le===d){M=de.isGlob=!0,Y=!0;break}}continue}break}if(le===r){if(re===r&&(U=de.isGlobstar=!0),M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(le===f){if(M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(le===h){for(;ae()!==!0&&(q=V());){if(q===i){w=de.backslashes=!0,V();continue}if(q===g){L=de.isBracket=!0,M=de.isGlob=!0,Y=!0;break}}if(A===!0)continue;break}if(E.nonegate!==!0&&le===n&&k===I){x=de.negated=!0,I++;continue}if(E.noparen!==!0&&le===l){if(M=de.isGlob=!0,A===!0){for(;ae()!==!0&&(le=V());){if(le===l){w=de.backslashes=!0,le=V();continue}if(le===d){Y=!0;break}}continue}break}if(M===!0){if(Y=!0,A===!0)continue;break}}E.noext===!0&&(O=!1,M=!1);let J=B,Q="",R="";I>0&&(Q=B.slice(0,I),B=B.slice(I),N-=I),J&&M===!0&&N>0?(J=B.slice(0,N),R=B.slice(N)):M===!0?(J="",R=B):J=B,J&&J!==""&&J!=="/"&&J!==B&&m(J.charCodeAt(J.length-1))&&(J=J.slice(0,-1)),E.unescape===!0&&(R&&(R=e.removeBackslashes(R)),J&&w===!0&&(J=e.removeBackslashes(J)));const P={prefix:Q,input:v,start:I,base:J,glob:R,isBrace:j,isBracket:L,isGlob:M,isExtglob:O,isGlobstar:U,negated:x,negatedExtglob:z};if(E.tokens===!0&&(P.maxDepth=0,m(le)||F.push(de),P.tokens=F),E.parts===!0||E.tokens===!0){let q;for(let X=0;X<C.length;X++){const ie=q?q+1:I,oe=C[X],ne=v.slice(ie,oe);E.tokens&&(X===0&&I!==0?(F[X].isPrefix=!0,F[X].value=Q):F[X].value=ne,y(F[X]),P.maxDepth+=F[X].depth),(X!==0||ne!=="")&&$.push(ne),q=oe}if(q&&q+1<v.length){const X=v.slice(q+1);$.push(X),E.tokens&&(F[F.length-1].value=X,y(F[F.length-1]),P.maxDepth+=F[F.length-1].depth)}P.slashes=C,P.parts=$}return P},Cf}var Rf,RE;function y$(){if(RE)return Rf;RE=1;const e=fo(),r=po(),{MAX_LENGTH:o,POSIX_REGEX_SOURCE:i,REGEX_NON_SPECIAL_CHARS:s,REGEX_SPECIAL_CHARS_BACKREF:t,REPLACEMENTS:n}=e,c=(h,p)=>{if(typeof p.expandRange=="function")return p.expandRange(...h,p);h.sort();const f=`[${h.join("-")}]`;try{new RegExp(f)}catch{return h.map(d=>r.escapeRegex(d)).join("..")}return f},a=(h,p)=>`Missing ${h}: "${p}" - use "\\\\${p}" to match literal characters`,l=(h,p)=>{if(typeof h!="string")throw new TypeError("Expected a string");h=n[h]||h;const f={...p},u=typeof f.maxLength=="number"?Math.min(o,f.maxLength):o;let d=h.length;if(d>u)throw new SyntaxError(`Input length: ${d}, exceeds maximum allowed length: ${u}`);const g={type:"bos",value:"",output:f.prepend||""},m=[g],y=f.capture?"":"?:",D=r.isWindows(p),v=e.globChars(D),b=e.extglobChars(v),{DOT_LITERAL:E,PLUS_LITERAL:S,SLASH_LITERAL:A,ONE_CHAR:C,DOTS_SLASH:F,NO_DOT:$,NO_DOT_SLASH:B,NO_DOTS_SLASH:k,QMARK:I,QMARK_NO_DOT:N,STAR:j,START_ANCHOR:L}=v,M=oe=>`(${y}(?:(?!${L}${oe.dot?F:E}).)*?)`,O=f.dot?"":$,U=f.dot?I:N;let T=f.bash===!0?M(f):j;f.capture&&(T=`(${T})`),typeof f.noext=="boolean"&&(f.noextglob=f.noext);const w={input:h,index:-1,start:0,dot:f.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:m};h=r.removePrefix(h,w),d=h.length;const x=[],z=[],Y=[];let G=g,re;const le=()=>w.index===d-1,de=w.peek=(oe=1)=>h[w.index+oe],ae=w.advance=()=>h[++w.index]||"",W=()=>h.slice(w.index+1),V=(oe="",ne=0)=>{w.consumed+=oe,w.index+=ne},J=oe=>{w.output+=oe.output!=null?oe.output:oe.value,V(oe.value)},Q=()=>{let oe=1;for(;de()==="!"&&(de(2)!=="("||de(3)==="?");)ae(),w.start++,oe++;return oe%2===0?!1:(w.negated=!0,w.start++,!0)},R=oe=>{w[oe]++,Y.push(oe)},P=oe=>{w[oe]--,Y.pop()},q=oe=>{if(G.type==="globstar"){const ne=w.braces>0&&(oe.type==="comma"||oe.type==="brace"),_=oe.extglob===!0||x.length&&(oe.type==="pipe"||oe.type==="paren");oe.type!=="slash"&&oe.type!=="paren"&&!ne&&!_&&(w.output=w.output.slice(0,-G.output.length),G.type="star",G.value="*",G.output=T,w.output+=G.output)}if(x.length&&oe.type!=="paren"&&(x[x.length-1].inner+=oe.value),(oe.value||oe.output)&&J(oe),G&&G.type==="text"&&oe.type==="text"){G.value+=oe.value,G.output=(G.output||"")+oe.value;return}oe.prev=G,m.push(oe),G=oe},X=(oe,ne)=>{const _={...b[ne],conditions:1,inner:""};_.prev=G,_.parens=w.parens,_.output=w.output;const Z=(f.capture?"(":"")+_.open;R("parens"),q({type:oe,value:ne,output:w.output?"":C}),q({type:"paren",extglob:!0,value:ae(),output:Z}),x.push(_)},ie=oe=>{let ne=oe.close+(f.capture?")":""),_;if(oe.type==="negate"){let Z=T;if(oe.inner&&oe.inner.length>1&&oe.inner.includes("/")&&(Z=M(f)),(Z!==T||le()||/^\)+$/.test(W()))&&(ne=oe.close=`)$))${Z}`),oe.inner.includes("*")&&(_=W())&&/^\.[^\\/.]+$/.test(_)){const se=l(_,{...p,fastpaths:!1}).output;ne=oe.close=`)${se})${Z})`}oe.prev.type==="bos"&&(w.negatedExtglob=!0)}q({type:"paren",extglob:!0,value:re,output:ne}),P("parens")};if(f.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(h)){let oe=!1,ne=h.replace(t,(_,Z,se,ue,K,ee)=>ue==="\\"?(oe=!0,_):ue==="?"?Z?Z+ue+(K?I.repeat(K.length):""):ee===0?U+(K?I.repeat(K.length):""):I.repeat(se.length):ue==="."?E.repeat(se.length):ue==="*"?Z?Z+ue+(K?T:""):T:Z?_:`\\${_}`);return oe===!0&&(f.unescape===!0?ne=ne.replace(/\\/g,""):ne=ne.replace(/\\+/g,_=>_.length%2===0?"\\\\":_?"\\":"")),ne===h&&f.contains===!0?(w.output=h,w):(w.output=r.wrapOutput(ne,w,p),w)}for(;!le();){if(re=ae(),re==="\0")continue;if(re==="\\"){const _=de();if(_==="/"&&f.bash!==!0||_==="."||_===";")continue;if(!_){re+="\\",q({type:"text",value:re});continue}const Z=/^\\+/.exec(W());let se=0;if(Z&&Z[0].length>2&&(se=Z[0].length,w.index+=se,se%2!==0&&(re+="\\")),f.unescape===!0?re=ae():re+=ae(),w.brackets===0){q({type:"text",value:re});continue}}if(w.brackets>0&&(re!=="]"||G.value==="["||G.value==="[^")){if(f.posix!==!1&&re===":"){const _=G.value.slice(1);if(_.includes("[")&&(G.posix=!0,_.includes(":"))){const Z=G.value.lastIndexOf("["),se=G.value.slice(0,Z),ue=G.value.slice(Z+2),K=i[ue];if(K){G.value=se+K,w.backtrack=!0,ae(),!g.output&&m.indexOf(G)===1&&(g.output=C);continue}}}(re==="["&&de()!==":"||re==="-"&&de()==="]")&&(re=`\\${re}`),re==="]"&&(G.value==="["||G.value==="[^")&&(re=`\\${re}`),f.posix===!0&&re==="!"&&G.value==="["&&(re="^"),G.value+=re,J({value:re});continue}if(w.quotes===1&&re!=='"'){re=r.escapeRegex(re),G.value+=re,J({value:re});continue}if(re==='"'){w.quotes=w.quotes===1?0:1,f.keepQuotes===!0&&q({type:"text",value:re});continue}if(re==="("){R("parens"),q({type:"paren",value:re});continue}if(re===")"){if(w.parens===0&&f.strictBrackets===!0)throw new SyntaxError(a("opening","("));const _=x[x.length-1];if(_&&w.parens===_.parens+1){ie(x.pop());continue}q({type:"paren",value:re,output:w.parens?")":"\\)"}),P("parens");continue}if(re==="["){if(f.nobracket===!0||!W().includes("]")){if(f.nobracket!==!0&&f.strictBrackets===!0)throw new SyntaxError(a("closing","]"));re=`\\${re}`}else R("brackets");q({type:"bracket",value:re});continue}if(re==="]"){if(f.nobracket===!0||G&&G.type==="bracket"&&G.value.length===1){q({type:"text",value:re,output:`\\${re}`});continue}if(w.brackets===0){if(f.strictBrackets===!0)throw new SyntaxError(a("opening","["));q({type:"text",value:re,output:`\\${re}`});continue}P("brackets");const _=G.value.slice(1);if(G.posix!==!0&&_[0]==="^"&&!_.includes("/")&&(re=`/${re}`),G.value+=re,J({value:re}),f.literalBrackets===!1||r.hasRegexChars(_))continue;const Z=r.escapeRegex(G.value);if(w.output=w.output.slice(0,-G.value.length),f.literalBrackets===!0){w.output+=Z,G.value=Z;continue}G.value=`(${y}${Z}|${G.value})`,w.output+=G.value;continue}if(re==="{"&&f.nobrace!==!0){R("braces");const _={type:"brace",value:re,output:"(",outputIndex:w.output.length,tokensIndex:w.tokens.length};z.push(_),q(_);continue}if(re==="}"){const _=z[z.length-1];if(f.nobrace===!0||!_){q({type:"text",value:re,output:re});continue}let Z=")";if(_.dots===!0){const se=m.slice(),ue=[];for(let K=se.length-1;K>=0&&(m.pop(),se[K].type!=="brace");K--)se[K].type!=="dots"&&ue.unshift(se[K].value);Z=c(ue,f),w.backtrack=!0}if(_.comma!==!0&&_.dots!==!0){const se=w.output.slice(0,_.outputIndex),ue=w.tokens.slice(_.tokensIndex);_.value=_.output="\\{",re=Z="\\}",w.output=se;for(const K of ue)w.output+=K.output||K.value}q({type:"brace",value:re,output:Z}),P("braces"),z.pop();continue}if(re==="|"){x.length>0&&x[x.length-1].conditions++,q({type:"text",value:re});continue}if(re===","){let _=re;const Z=z[z.length-1];Z&&Y[Y.length-1]==="braces"&&(Z.comma=!0,_="|"),q({type:"comma",value:re,output:_});continue}if(re==="/"){if(G.type==="dot"&&w.index===w.start+1){w.start=w.index+1,w.consumed="",w.output="",m.pop(),G=g;continue}q({type:"slash",value:re,output:A});continue}if(re==="."){if(w.braces>0&&G.type==="dot"){G.value==="."&&(G.output=E);const _=z[z.length-1];G.type="dots",G.output+=re,G.value+=re,_.dots=!0;continue}if(w.braces+w.parens===0&&G.type!=="bos"&&G.type!=="slash"){q({type:"text",value:re,output:E});continue}q({type:"dot",value:re,output:E});continue}if(re==="?"){if(!(G&&G.value==="(")&&f.noextglob!==!0&&de()==="("&&de(2)!=="?"){X("qmark",re);continue}if(G&&G.type==="paren"){const Z=de();let se=re;if(Z==="<"&&!r.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(G.value==="("&&!/[!=<:]/.test(Z)||Z==="<"&&!/<([!=]|\w+>)/.test(W()))&&(se=`\\${re}`),q({type:"text",value:re,output:se});continue}if(f.dot!==!0&&(G.type==="slash"||G.type==="bos")){q({type:"qmark",value:re,output:N});continue}q({type:"qmark",value:re,output:I});continue}if(re==="!"){if(f.noextglob!==!0&&de()==="("&&(de(2)!=="?"||!/[!=<:]/.test(de(3)))){X("negate",re);continue}if(f.nonegate!==!0&&w.index===0){Q();continue}}if(re==="+"){if(f.noextglob!==!0&&de()==="("&&de(2)!=="?"){X("plus",re);continue}if(G&&G.value==="("||f.regex===!1){q({type:"plus",value:re,output:S});continue}if(G&&(G.type==="bracket"||G.type==="paren"||G.type==="brace")||w.parens>0){q({type:"plus",value:re});continue}q({type:"plus",value:S});continue}if(re==="@"){if(f.noextglob!==!0&&de()==="("&&de(2)!=="?"){q({type:"at",extglob:!0,value:re,output:""});continue}q({type:"text",value:re});continue}if(re!=="*"){(re==="$"||re==="^")&&(re=`\\${re}`);const _=s.exec(W());_&&(re+=_[0],w.index+=_[0].length),q({type:"text",value:re});continue}if(G&&(G.type==="globstar"||G.star===!0)){G.type="star",G.star=!0,G.value+=re,G.output=T,w.backtrack=!0,w.globstar=!0,V(re);continue}let oe=W();if(f.noextglob!==!0&&/^\([^?]/.test(oe)){X("star",re);continue}if(G.type==="star"){if(f.noglobstar===!0){V(re);continue}const _=G.prev,Z=_.prev,se=_.type==="slash"||_.type==="bos",ue=Z&&(Z.type==="star"||Z.type==="globstar");if(f.bash===!0&&(!se||oe[0]&&oe[0]!=="/")){q({type:"star",value:re,output:""});continue}const K=w.braces>0&&(_.type==="comma"||_.type==="brace"),ee=x.length&&(_.type==="pipe"||_.type==="paren");if(!se&&_.type!=="paren"&&!K&&!ee){q({type:"star",value:re,output:""});continue}for(;oe.slice(0,3)==="/**";){const te=h[w.index+4];if(te&&te!=="/")break;oe=oe.slice(3),V("/**",3)}if(_.type==="bos"&&le()){G.type="globstar",G.value+=re,G.output=M(f),w.output=G.output,w.globstar=!0,V(re);continue}if(_.type==="slash"&&_.prev.type!=="bos"&&!ue&&le()){w.output=w.output.slice(0,-(_.output+G.output).length),_.output=`(?:${_.output}`,G.type="globstar",G.output=M(f)+(f.strictSlashes?")":"|$)"),G.value+=re,w.globstar=!0,w.output+=_.output+G.output,V(re);continue}if(_.type==="slash"&&_.prev.type!=="bos"&&oe[0]==="/"){const te=oe[1]!==void 0?"|$":"";w.output=w.output.slice(0,-(_.output+G.output).length),_.output=`(?:${_.output}`,G.type="globstar",G.output=`${M(f)}${A}|${A}${te})`,G.value+=re,w.output+=_.output+G.output,w.globstar=!0,V(re+ae()),q({type:"slash",value:"/",output:""});continue}if(_.type==="bos"&&oe[0]==="/"){G.type="globstar",G.value+=re,G.output=`(?:^|${A}|${M(f)}${A})`,w.output=G.output,w.globstar=!0,V(re+ae()),q({type:"slash",value:"/",output:""});continue}w.output=w.output.slice(0,-G.output.length),G.type="globstar",G.output=M(f),G.value+=re,w.output+=G.output,w.globstar=!0,V(re);continue}const ne={type:"star",value:re,output:T};if(f.bash===!0){ne.output=".*?",(G.type==="bos"||G.type==="slash")&&(ne.output=O+ne.output),q(ne);continue}if(G&&(G.type==="bracket"||G.type==="paren")&&f.regex===!0){ne.output=re,q(ne);continue}(w.index===w.start||G.type==="slash"||G.type==="dot")&&(G.type==="dot"?(w.output+=B,G.output+=B):f.dot===!0?(w.output+=k,G.output+=k):(w.output+=O,G.output+=O),de()!=="*"&&(w.output+=C,G.output+=C)),q(ne)}for(;w.brackets>0;){if(f.strictBrackets===!0)throw new SyntaxError(a("closing","]"));w.output=r.escapeLast(w.output,"["),P("brackets")}for(;w.parens>0;){if(f.strictBrackets===!0)throw new SyntaxError(a("closing",")"));w.output=r.escapeLast(w.output,"("),P("parens")}for(;w.braces>0;){if(f.strictBrackets===!0)throw new SyntaxError(a("closing","}"));w.output=r.escapeLast(w.output,"{"),P("braces")}if(f.strictSlashes!==!0&&(G.type==="star"||G.type==="bracket")&&q({type:"maybe_slash",value:"",output:`${A}?`}),w.backtrack===!0){w.output="";for(const oe of w.tokens)w.output+=oe.output!=null?oe.output:oe.value,oe.suffix&&(w.output+=oe.suffix)}return w};return l.fastpaths=(h,p)=>{const f={...p},u=typeof f.maxLength=="number"?Math.min(o,f.maxLength):o,d=h.length;if(d>u)throw new SyntaxError(`Input length: ${d}, exceeds maximum allowed length: ${u}`);h=n[h]||h;const g=r.isWindows(p),{DOT_LITERAL:m,SLASH_LITERAL:y,ONE_CHAR:D,DOTS_SLASH:v,NO_DOT:b,NO_DOTS:E,NO_DOTS_SLASH:S,STAR:A,START_ANCHOR:C}=e.globChars(g),F=f.dot?E:b,$=f.dot?S:b,B=f.capture?"":"?:",k={negated:!1,prefix:""};let I=f.bash===!0?".*?":A;f.capture&&(I=`(${I})`);const N=O=>O.noglobstar===!0?I:`(${B}(?:(?!${C}${O.dot?v:m}).)*?)`,j=O=>{switch(O){case"*":return`${F}${D}${I}`;case".*":return`${m}${D}${I}`;case"*.*":return`${F}${I}${m}${D}${I}`;case"*/*":return`${F}${I}${y}${D}${$}${I}`;case"**":return F+N(f);case"**/*":return`(?:${F}${N(f)}${y})?${$}${D}${I}`;case"**/*.*":return`(?:${F}${N(f)}${y})?${$}${I}${m}${D}${I}`;case"**/.*":return`(?:${F}${N(f)}${y})?${m}${D}${I}`;default:{const U=/^(.*?)\.(\w+)$/.exec(O);if(!U)return;const T=j(U[1]);return T?T+m+U[2]:void 0}}},L=r.removePrefix(h,k);let M=j(L);return M&&f.strictSlashes!==!0&&(M+=`${y}?`),M},Rf=l,Rf}var xf,xE;function v$(){if(xE)return xf;xE=1;const e=Ee,r=m$(),o=y$(),i=po(),s=fo(),t=c=>c&&typeof c=="object"&&!Array.isArray(c),n=(c,a,l=!1)=>{if(Array.isArray(c)){const y=c.map(v=>n(v,a,l));return v=>{for(const b of y){const E=b(v);if(E)return E}return!1}}const h=t(c)&&c.tokens&&c.input;if(c===""||typeof c!="string"&&!h)throw new TypeError("Expected pattern to be a non-empty string");const p=a||{},f=i.isWindows(a),u=h?n.compileRe(c,a):n.makeRe(c,a,!1,!0),d=u.state;delete u.state;let g=()=>!1;if(p.ignore){const y={...a,ignore:null,onMatch:null,onResult:null};g=n(p.ignore,y,l)}const m=(y,D=!1)=>{const{isMatch:v,match:b,output:E}=n.test(y,u,a,{glob:c,posix:f}),S={glob:c,state:d,regex:u,posix:f,input:y,output:E,match:b,isMatch:v};return typeof p.onResult=="function"&&p.onResult(S),v===!1?(S.isMatch=!1,D?S:!1):g(y)?(typeof p.onIgnore=="function"&&p.onIgnore(S),S.isMatch=!1,D?S:!1):(typeof p.onMatch=="function"&&p.onMatch(S),D?S:!0)};return l&&(m.state=d),m};return n.test=(c,a,l,{glob:h,posix:p}={})=>{if(typeof c!="string")throw new TypeError("Expected input to be a string");if(c==="")return{isMatch:!1,output:""};const f=l||{},u=f.format||(p?i.toPosixSlashes:null);let d=c===h,g=d&&u?u(c):c;return d===!1&&(g=u?u(c):c,d=g===h),(d===!1||f.capture===!0)&&(f.matchBase===!0||f.basename===!0?d=n.matchBase(c,a,l,p):d=a.exec(g)),{isMatch:!!d,match:d,output:g}},n.matchBase=(c,a,l,h=i.isWindows(l))=>(a instanceof RegExp?a:n.makeRe(a,l)).test(e.basename(c)),n.isMatch=(c,a,l)=>n(a,l)(c),n.parse=(c,a)=>Array.isArray(c)?c.map(l=>n.parse(l,a)):o(c,{...a,fastpaths:!1}),n.scan=(c,a)=>r(c,a),n.compileRe=(c,a,l=!1,h=!1)=>{if(l===!0)return c.output;const p=a||{},f=p.contains?"":"^",u=p.contains?"":"$";let d=`${f}(?:${c.output})${u}`;c&&c.negated===!0&&(d=`^(?!${d}).*$`);const g=n.toRegex(d,a);return h===!0&&(g.state=c),g},n.makeRe=(c,a={},l=!1,h=!1)=>{if(!c||typeof c!="string")throw new TypeError("Expected a non-empty string");let p={negated:!1,fastpaths:!0};return a.fastpaths!==!1&&(c[0]==="."||c[0]==="*")&&(p.output=o.fastpaths(c,a)),p.output||(p=o(c,a)),n.compileRe(p,a,l,h)},n.toRegex=(c,a)=>{try{const l=a||{};return new RegExp(c,l.flags||(l.nocase?"i":""))}catch(l){if(a&&a.debug===!0)throw l;return/$^/}},n.constants=s,xf=n,xf}var Ff,FE;function b$(){return FE||(FE=1,Ff=v$()),Ff}var Of,OE;function D$(){if(OE)return Of;OE=1;const e=tr,r=g$(),o=b$(),i=po(),s=c=>c===""||c==="./",t=c=>{const a=c.indexOf("{");return a>-1&&c.indexOf("}",a)>-1},n=(c,a,l)=>{a=[].concat(a),c=[].concat(c);let h=new Set,p=new Set,f=new Set,u=0,d=y=>{f.add(y.output),l&&l.onResult&&l.onResult(y)};for(let y=0;y<a.length;y++){let D=o(String(a[y]),{...l,onResult:d},!0),v=D.state.negated||D.state.negatedExtglob;v&&u++;for(let b of c){let E=D(b,!0);(v?!E.isMatch:E.isMatch)&&(v?h.add(E.output):(h.delete(E.output),p.add(E.output)))}}let m=(u===a.length?[...f]:[...p]).filter(y=>!h.has(y));if(l&&m.length===0){if(l.failglob===!0)throw new Error(`No matches found for "${a.join(", ")}"`);if(l.nonull===!0||l.nullglob===!0)return l.unescape?a.map(y=>y.replace(/\\/g,"")):a}return m};return n.match=n,n.matcher=(c,a)=>o(c,a),n.isMatch=(c,a,l)=>o(a,l)(c),n.any=n.isMatch,n.not=(c,a,l={})=>{a=[].concat(a).map(String);let h=new Set,p=[],f=d=>{l.onResult&&l.onResult(d),p.push(d.output)},u=new Set(n(c,a,{...l,onResult:f}));for(let d of p)u.has(d)||h.add(d);return[...h]},n.contains=(c,a,l)=>{if(typeof c!="string")throw new TypeError(`Expected a string: "${e.inspect(c)}"`);if(Array.isArray(a))return a.some(h=>n.contains(c,h,l));if(typeof a=="string"){if(s(c)||s(a))return!1;if(c.includes(a)||c.startsWith("./")&&c.slice(2).includes(a))return!0}return n.isMatch(c,a,{...l,contains:!0})},n.matchKeys=(c,a,l)=>{if(!i.isObject(c))throw new TypeError("Expected the first argument to be an object");let h=n(Object.keys(c),a,l),p={};for(let f of h)p[f]=c[f];return p},n.some=(c,a,l)=>{let h=[].concat(c);for(let p of[].concat(a)){let f=o(String(p),l);if(h.some(u=>f(u)))return!0}return!1},n.every=(c,a,l)=>{let h=[].concat(c);for(let p of[].concat(a)){let f=o(String(p),l);if(!h.every(u=>f(u)))return!1}return!0},n.all=(c,a,l)=>{if(typeof c!="string")throw new TypeError(`Expected a string: "${e.inspect(c)}"`);return[].concat(a).every(h=>o(h,l)(c))},n.capture=(c,a,l)=>{let h=i.isWindows(l),f=o.makeRe(String(c),{...l,capture:!0}).exec(h?i.toPosixSlashes(a):a);if(f)return f.slice(1).map(u=>u===void 0?"":u)},n.makeRe=(...c)=>o.makeRe(...c),n.scan=(...c)=>o.scan(...c),n.parse=(c,a)=>{let l=[];for(let h of[].concat(c||[]))for(let p of r(String(h),a))l.push(o.parse(p,a));return l},n.braces=(c,a)=>{if(typeof c!="string")throw new TypeError("Expected a string");return a&&a.nobrace===!0||!t(c)?[c]:r(c,a)},n.braceExpand=(c,a)=>{if(typeof c!="string")throw new TypeError("Expected a string");return n.braces(c,{...a,expand:!0})},n.hasBraces=t,Of=n,Of}var TE;function E$(){if(TE)return Fe;TE=1,Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.isAbsolute=Fe.partitionAbsoluteAndRelative=Fe.removeDuplicateSlashes=Fe.matchAny=Fe.convertPatternsToRe=Fe.makeRe=Fe.getPatternParts=Fe.expandBraceExpansion=Fe.expandPatternsWithBraceExpansion=Fe.isAffectDepthOfReadingPattern=Fe.endsWithSlashGlobStar=Fe.hasGlobStar=Fe.getBaseDirectory=Fe.isPatternRelatedToParentDirectory=Fe.getPatternsOutsideCurrentDirectory=Fe.getPatternsInsideCurrentDirectory=Fe.getPositivePatterns=Fe.getNegativePatterns=Fe.isPositivePattern=Fe.isNegativePattern=Fe.convertToNegativePattern=Fe.convertToPositivePattern=Fe.isDynamicPattern=Fe.isStaticPattern=void 0;const e=Ee,r=u$(),o=D$(),i="**",s="\\",t=/[*?]|^!/,n=/\[[^[]*]/,c=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,a=/[!*+?@]\([^(]*\)/,l=/,|\.\./,h=/(?!^)\/{2,}/g;function p(T,w={}){return!f(T,w)}Fe.isStaticPattern=p;function f(T,w={}){return T===""?!1:!!(w.caseSensitiveMatch===!1||T.includes(s)||t.test(T)||n.test(T)||c.test(T)||w.extglob!==!1&&a.test(T)||w.braceExpansion!==!1&&u(T))}Fe.isDynamicPattern=f;function u(T){const w=T.indexOf("{");if(w===-1)return!1;const x=T.indexOf("}",w+1);if(x===-1)return!1;const z=T.slice(w,x);return l.test(z)}function d(T){return m(T)?T.slice(1):T}Fe.convertToPositivePattern=d;function g(T){return"!"+T}Fe.convertToNegativePattern=g;function m(T){return T.startsWith("!")&&T[1]!=="("}Fe.isNegativePattern=m;function y(T){return!m(T)}Fe.isPositivePattern=y;function D(T){return T.filter(m)}Fe.getNegativePatterns=D;function v(T){return T.filter(y)}Fe.getPositivePatterns=v;function b(T){return T.filter(w=>!S(w))}Fe.getPatternsInsideCurrentDirectory=b;function E(T){return T.filter(S)}Fe.getPatternsOutsideCurrentDirectory=E;function S(T){return T.startsWith("..")||T.startsWith("./..")}Fe.isPatternRelatedToParentDirectory=S;function A(T){return r(T,{flipBackslashes:!1})}Fe.getBaseDirectory=A;function C(T){return T.includes(i)}Fe.hasGlobStar=C;function F(T){return T.endsWith("/"+i)}Fe.endsWithSlashGlobStar=F;function $(T){const w=e.basename(T);return F(T)||p(w)}Fe.isAffectDepthOfReadingPattern=$;function B(T){return T.reduce((w,x)=>w.concat(k(x)),[])}Fe.expandPatternsWithBraceExpansion=B;function k(T){const w=o.braces(T,{expand:!0,nodupes:!0,keepEscaping:!0});return w.sort((x,z)=>x.length-z.length),w.filter(x=>x!=="")}Fe.expandBraceExpansion=k;function I(T,w){let{parts:x}=o.scan(T,Object.assign(Object.assign({},w),{parts:!0}));return x.length===0&&(x=[T]),x[0].startsWith("/")&&(x[0]=x[0].slice(1),x.unshift("")),x}Fe.getPatternParts=I;function N(T,w){return o.makeRe(T,w)}Fe.makeRe=N;function j(T,w){return T.map(x=>N(x,w))}Fe.convertPatternsToRe=j;function L(T,w){return w.some(x=>x.test(T))}Fe.matchAny=L;function M(T){return T.replace(h,"/")}Fe.removeDuplicateSlashes=M;function O(T){const w=[],x=[];for(const z of T)U(z)?w.push(z):x.push(z);return[w,x]}Fe.partitionAbsoluteAndRelative=O;function U(T){return e.isAbsolute(T)}return Fe.isAbsolute=U,Fe}var Ti={},Tf,IE;function w$(){if(IE)return Tf;IE=1;const r=kt.PassThrough,o=Array.prototype.slice;Tf=i;function i(){const t=[],n=o.call(arguments);let c=!1,a=n[n.length-1];a&&!Array.isArray(a)&&a.pipe==null?n.pop():a={};const l=a.end!==!1,h=a.pipeError===!0;a.objectMode==null&&(a.objectMode=!0),a.highWaterMark==null&&(a.highWaterMark=64*1024);const p=r(a);function f(){for(let g=0,m=arguments.length;g<m;g++)t.push(s(arguments[g],a));return u(),this}function u(){if(c)return;c=!0;let g=t.shift();if(!g){process.nextTick(d);return}Array.isArray(g)||(g=[g]);let m=g.length+1;function y(){--m>0||(c=!1,u())}function D(v){function b(){v.removeListener("merge2UnpipeEnd",b),v.removeListener("end",b),h&&v.removeListener("error",E),y()}function E(S){p.emit("error",S)}if(v._readableState.endEmitted)return y();v.on("merge2UnpipeEnd",b),v.on("end",b),h&&v.on("error",E),v.pipe(p,{end:!1}),v.resume()}for(let v=0;v<g.length;v++)D(g[v]);y()}function d(){c=!1,p.emit("queueDrain"),l&&p.end()}return p.setMaxListeners(0),p.add=f,p.on("unpipe",function(g){g.emit("merge2UnpipeEnd")}),n.length&&f.apply(null,n),p}function s(t,n){if(Array.isArray(t))for(let c=0,a=t.length;c<a;c++)t[c]=s(t[c],n);else{if(!t._readableState&&t.pipe&&(t=t.pipe(r(n))),!t._readableState||!t.pause||!t.pipe)throw new Error("Only readable stream can be merged.");t.pause()}return t}return Tf}var $E;function _$(){if($E)return Ti;$E=1,Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.merge=void 0;const e=w$();function r(i){const s=e(i);return i.forEach(t=>{t.once("error",n=>s.emit("error",n))}),s.once("close",()=>o(i)),s.once("end",()=>o(i)),s}Ti.merge=r;function o(i){i.forEach(s=>s.emit("close"))}return Ti}var wr={},BE;function S$(){if(BE)return wr;BE=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.isEmpty=wr.isString=void 0;function e(o){return typeof o=="string"}wr.isString=e;function r(o){return o===""}return wr.isEmpty=r,wr}var kE;function fr(){if(kE)return it;kE=1,Object.defineProperty(it,"__esModule",{value:!0}),it.string=it.stream=it.pattern=it.path=it.fs=it.errno=it.array=void 0;const e=r$();it.array=e;const r=i$();it.errno=r;const o=n$();it.fs=o;const i=s$();it.path=i;const s=E$();it.pattern=s;const t=_$();it.stream=t;const n=S$();return it.string=n,it}var PE;function A$(){if(PE)return rt;PE=1,Object.defineProperty(rt,"__esModule",{value:!0}),rt.convertPatternGroupToTask=rt.convertPatternGroupsToTasks=rt.groupPatternsByBaseDirectory=rt.getNegativePatternsAsPositive=rt.getPositivePatterns=rt.convertPatternsToTasks=rt.generate=void 0;const e=fr();function r(l,h){const p=o(l,h),f=o(h.ignore,h),u=s(p),d=t(p,f),g=u.filter(v=>e.pattern.isStaticPattern(v,h)),m=u.filter(v=>e.pattern.isDynamicPattern(v,h)),y=i(g,d,!1),D=i(m,d,!0);return y.concat(D)}rt.generate=r;function o(l,h){let p=l;return h.braceExpansion&&(p=e.pattern.expandPatternsWithBraceExpansion(p)),h.baseNameMatch&&(p=p.map(f=>f.includes("/")?f:`**/${f}`)),p.map(f=>e.pattern.removeDuplicateSlashes(f))}function i(l,h,p){const f=[],u=e.pattern.getPatternsOutsideCurrentDirectory(l),d=e.pattern.getPatternsInsideCurrentDirectory(l),g=n(u),m=n(d);return f.push(...c(g,h,p)),"."in m?f.push(a(".",d,h,p)):f.push(...c(m,h,p)),f}rt.convertPatternsToTasks=i;function s(l){return e.pattern.getPositivePatterns(l)}rt.getPositivePatterns=s;function t(l,h){return e.pattern.getNegativePatterns(l).concat(h).map(e.pattern.convertToPositivePattern)}rt.getNegativePatternsAsPositive=t;function n(l){const h={};return l.reduce((p,f)=>{const u=e.pattern.getBaseDirectory(f);return u in p?p[u].push(f):p[u]=[f],p},h)}rt.groupPatternsByBaseDirectory=n;function c(l,h,p){return Object.keys(l).map(f=>a(f,l[f],h,p))}rt.convertPatternGroupsToTasks=c;function a(l,h,p,f){return{dynamic:f,positive:h,negative:p,base:l,patterns:[].concat(h,p.map(e.pattern.convertToNegativePattern))}}return rt.convertPatternGroupToTask=a,rt}var zn={},Vn={},It={},Yn={},Kn={},Vt={},Yt={},Kt={},Ii={},LE;function C$(){if(LE)return Ii;LE=1,Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.read=void 0;function e(i,s,t){s.fs.lstat(i,(n,c)=>{if(n!==null){r(t,n);return}if(!c.isSymbolicLink()||!s.followSymbolicLink){o(t,c);return}s.fs.stat(i,(a,l)=>{if(a!==null){if(s.throwErrorOnBrokenSymbolicLink){r(t,a);return}o(t,c);return}s.markSymbolicLink&&(l.isSymbolicLink=()=>!0),o(t,l)})})}Ii.read=e;function r(i,s){i(s)}function o(i,s){i(null,s)}return Ii}var $i={},NE;function R$(){if(NE)return $i;NE=1,Object.defineProperty($i,"__esModule",{value:!0}),$i.read=void 0;function e(r,o){const i=o.fs.lstatSync(r);if(!i.isSymbolicLink()||!o.followSymbolicLink)return i;try{const s=o.fs.statSync(r);return o.markSymbolicLink&&(s.isSymbolicLink=()=>!0),s}catch(s){if(!o.throwErrorOnBrokenSymbolicLink)return i;throw s}}return $i.read=e,$i}var Zn={},If={},ME;function x$(){return ME||(ME=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;const r=Ze;e.FILE_SYSTEM_ADAPTER={lstat:r.lstat,stat:r.stat,lstatSync:r.lstatSync,statSync:r.statSync};function o(i){return i===void 0?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),i)}e.createFileSystemAdapter=o}(If)),If}var jE;function F$(){if(jE)return Zn;jE=1,Object.defineProperty(Zn,"__esModule",{value:!0});const e=x$();class r{constructor(i={}){this._options=i,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=e.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(i,s){return i??s}}return Zn.default=r,Zn}var qE;function oi(){if(qE)return Kt;qE=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.statSync=Kt.stat=Kt.Settings=void 0;const e=C$(),r=R$(),o=F$();Kt.Settings=o.default;function i(n,c,a){if(typeof c=="function"){e.read(n,t(),c);return}e.read(n,t(c),a)}Kt.stat=i;function s(n,c){const a=t(c);return r.read(n,a)}Kt.statSync=s;function t(n={}){return n instanceof o.default?n:new o.default(n)}return Kt}/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var $f,UE;function O$(){if(UE)return $f;UE=1;let e;return $f=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:qt):r=>(e||(e=Promise.resolve())).then(r).catch(o=>setTimeout(()=>{throw o},0)),$f}/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var Bf,HE;function T$(){if(HE)return Bf;HE=1,Bf=r;const e=O$();function r(o,i){let s,t,n,c=!0;Array.isArray(o)?(s=[],t=o.length):(n=Object.keys(o),s={},t=n.length);function a(h){function p(){i&&i(h,s),i=null}c?e(p):p()}function l(h,p,f){s[h]=f,(--t===0||p)&&a(p)}t?n?n.forEach(function(h){o[h](function(p,f){l(h,p,f)})}):o.forEach(function(h,p){h(function(f,u){l(p,f,u)})}):a(null),c=!1}return Bf}var Bi={},GE;function fC(){if(GE)return Bi;GE=1,Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;const e=process.versions.node.split(".");if(e[0]===void 0||e[1]===void 0)throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);const r=Number.parseInt(e[0],10),o=Number.parseInt(e[1],10),i=10,s=10,t=r>i,n=r===i&&o>=s;return Bi.IS_SUPPORT_READDIR_WITH_FILE_TYPES=t||n,Bi}var ki={},Pi={},WE;function I$(){if(WE)return Pi;WE=1,Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.createDirentFromStats=void 0;class e{constructor(i,s){this.name=i,this.isBlockDevice=s.isBlockDevice.bind(s),this.isCharacterDevice=s.isCharacterDevice.bind(s),this.isDirectory=s.isDirectory.bind(s),this.isFIFO=s.isFIFO.bind(s),this.isFile=s.isFile.bind(s),this.isSocket=s.isSocket.bind(s),this.isSymbolicLink=s.isSymbolicLink.bind(s)}}function r(o,i){return new e(o,i)}return Pi.createDirentFromStats=r,Pi}var zE;function dC(){if(zE)return ki;zE=1,Object.defineProperty(ki,"__esModule",{value:!0}),ki.fs=void 0;const e=I$();return ki.fs=e,ki}var Li={},VE;function pC(){if(VE)return Li;VE=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.joinPathSegments=void 0;function e(r,o,i){return r.endsWith(i)?r+o:r+i+o}return Li.joinPathSegments=e,Li}var YE;function $$(){if(YE)return Yt;YE=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.readdir=Yt.readdirWithFileTypes=Yt.read=void 0;const e=oi(),r=T$(),o=fC(),i=dC(),s=pC();function t(p,f,u){if(!f.stats&&o.IS_SUPPORT_READDIR_WITH_FILE_TYPES){n(p,f,u);return}a(p,f,u)}Yt.read=t;function n(p,f,u){f.fs.readdir(p,{withFileTypes:!0},(d,g)=>{if(d!==null){l(u,d);return}const m=g.map(D=>({dirent:D,name:D.name,path:s.joinPathSegments(p,D.name,f.pathSegmentSeparator)}));if(!f.followSymbolicLinks){h(u,m);return}const y=m.map(D=>c(D,f));r(y,(D,v)=>{if(D!==null){l(u,D);return}h(u,v)})})}Yt.readdirWithFileTypes=n;function c(p,f){return u=>{if(!p.dirent.isSymbolicLink()){u(null,p);return}f.fs.stat(p.path,(d,g)=>{if(d!==null){if(f.throwErrorOnBrokenSymbolicLink){u(d);return}u(null,p);return}p.dirent=i.fs.createDirentFromStats(p.name,g),u(null,p)})}}function a(p,f,u){f.fs.readdir(p,(d,g)=>{if(d!==null){l(u,d);return}const m=g.map(y=>{const D=s.joinPathSegments(p,y,f.pathSegmentSeparator);return v=>{e.stat(D,f.fsStatSettings,(b,E)=>{if(b!==null){v(b);return}const S={name:y,path:D,dirent:i.fs.createDirentFromStats(y,E)};f.stats&&(S.stats=E),v(null,S)})}});r(m,(y,D)=>{if(y!==null){l(u,y);return}h(u,D)})})}Yt.readdir=a;function l(p,f){p(f)}function h(p,f){p(null,f)}return Yt}var Zt={},KE;function B$(){if(KE)return Zt;KE=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.readdir=Zt.readdirWithFileTypes=Zt.read=void 0;const e=oi(),r=fC(),o=dC(),i=pC();function s(c,a){return!a.stats&&r.IS_SUPPORT_READDIR_WITH_FILE_TYPES?t(c,a):n(c,a)}Zt.read=s;function t(c,a){return a.fs.readdirSync(c,{withFileTypes:!0}).map(h=>{const p={dirent:h,name:h.name,path:i.joinPathSegments(c,h.name,a.pathSegmentSeparator)};if(p.dirent.isSymbolicLink()&&a.followSymbolicLinks)try{const f=a.fs.statSync(p.path);p.dirent=o.fs.createDirentFromStats(p.name,f)}catch(f){if(a.throwErrorOnBrokenSymbolicLink)throw f}return p})}Zt.readdirWithFileTypes=t;function n(c,a){return a.fs.readdirSync(c).map(h=>{const p=i.joinPathSegments(c,h,a.pathSegmentSeparator),f=e.statSync(p,a.fsStatSettings),u={name:h,path:p,dirent:o.fs.createDirentFromStats(h,f)};return a.stats&&(u.stats=f),u})}return Zt.readdir=n,Zt}var Jn={},kf={},ZE;function k$(){return ZE||(ZE=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;const r=Ze;e.FILE_SYSTEM_ADAPTER={lstat:r.lstat,stat:r.stat,lstatSync:r.lstatSync,statSync:r.statSync,readdir:r.readdir,readdirSync:r.readdirSync};function o(i){return i===void 0?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),i)}e.createFileSystemAdapter=o}(kf)),kf}var JE;function P$(){if(JE)return Jn;JE=1,Object.defineProperty(Jn,"__esModule",{value:!0});const e=Ee,r=oi(),o=k$();class i{constructor(t={}){this._options=t,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=o.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,e.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new r.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(t,n){return t??n}}return Jn.default=i,Jn}var XE;function ng(){if(XE)return Vt;XE=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.Settings=Vt.scandirSync=Vt.scandir=void 0;const e=$$(),r=B$(),o=P$();Vt.Settings=o.default;function i(n,c,a){if(typeof c=="function"){e.read(n,t(),c);return}e.read(n,t(c),a)}Vt.scandir=i;function s(n,c){const a=t(c);return r.read(n,a)}Vt.scandirSync=s;function t(n={}){return n instanceof o.default?n:new o.default(n)}return Vt}var Xn={exports:{}},Pf,QE;function L$(){if(QE)return Pf;QE=1;function e(r){var o=new r,i=o;function s(){var n=o;return n.next?o=n.next:(o=new r,i=o),n.next=null,n}function t(n){i.next=n,i=n}return{get:s,release:t}}return Pf=e,Pf}var ew;function N$(){if(ew)return Xn.exports;ew=1;var e=L$();function r(t,n,c){if(typeof t=="function"&&(c=n,n=t,t=null),c<1)throw new Error("fastqueue concurrency must be greater than 1");var a=e(i),l=null,h=null,p=0,f=null,u={push:b,drain:o,saturated:o,pause:g,paused:!1,concurrency:c,running:d,resume:D,idle:v,length:m,getQueue:y,unshift:E,empty:o,kill:A,killAndDrain:C,error:F};return u;function d(){return p}function g(){u.paused=!0}function m(){for(var $=l,B=0;$;)$=$.next,B++;return B}function y(){for(var $=l,B=[];$;)B.push($.value),$=$.next;return B}function D(){if(u.paused){u.paused=!1;for(var $=0;$<u.concurrency;$++)p++,S()}}function v(){return p===0&&u.length()===0}function b($,B){var k=a.get();k.context=t,k.release=S,k.value=$,k.callback=B||o,k.errorHandler=f,p===u.concurrency||u.paused?h?(h.next=k,h=k):(l=k,h=k,u.saturated()):(p++,n.call(t,k.value,k.worked))}function E($,B){var k=a.get();k.context=t,k.release=S,k.value=$,k.callback=B||o,p===u.concurrency||u.paused?l?(k.next=l,l=k):(l=k,h=k,u.saturated()):(p++,n.call(t,k.value,k.worked))}function S($){$&&a.release($);var B=l;B?u.paused?p--:(h===l&&(h=null),l=B.next,B.next=null,n.call(t,B.value,B.worked),h===null&&u.empty()):--p===0&&u.drain()}function A(){l=null,h=null,u.drain=o}function C(){l=null,h=null,u.drain(),u.drain=o}function F($){f=$}}function o(){}function i(){this.value=null,this.callback=o,this.next=null,this.release=o,this.context=null,this.errorHandler=null;var t=this;this.worked=function(c,a){var l=t.callback,h=t.errorHandler,p=t.value;t.value=null,t.callback=o,t.errorHandler&&h(c,p),l.call(t.context,c,a),t.release(t)}}function s(t,n,c){typeof t=="function"&&(c=n,n=t,t=null);function a(g,m){n.call(this,g).then(function(y){m(null,y)},m)}var l=r(t,a,c),h=l.push,p=l.unshift;return l.push=f,l.unshift=u,l.drained=d,l;function f(g){var m=new Promise(function(y,D){h(g,function(v,b){if(v){D(v);return}y(b)})});return m.catch(o),m}function u(g){var m=new Promise(function(y,D){p(g,function(v,b){if(v){D(v);return}y(b)})});return m.catch(o),m}function d(){if(l.idle())return new Promise(function(y){y()});var g=l.drain,m=new Promise(function(y){l.drain=function(){g(),y()}});return m}}return Xn.exports=r,Xn.exports.promise=s,Xn.exports}var $t={},tw;function sg(){if(tw)return $t;tw=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.joinPathSegments=$t.replacePathSegmentSeparator=$t.isAppliedFilter=$t.isFatalError=void 0;function e(s,t){return s.errorFilter===null?!0:!s.errorFilter(t)}$t.isFatalError=e;function r(s,t){return s===null||s(t)}$t.isAppliedFilter=r;function o(s,t){return s.split(/[/\\]/).join(t)}$t.replacePathSegmentSeparator=o;function i(s,t,n){return s===""?t:s.endsWith(n)?s+t:s+n+t}return $t.joinPathSegments=i,$t}var Qn={},rw;function gC(){if(rw)return Qn;rw=1,Object.defineProperty(Qn,"__esModule",{value:!0});const e=sg();class r{constructor(i,s){this._root=i,this._settings=s,this._root=e.replacePathSegmentSeparator(i,s.pathSegmentSeparator)}}return Qn.default=r,Qn}var iw;function mC(){if(iw)return Kn;iw=1,Object.defineProperty(Kn,"__esModule",{value:!0});const e=St,r=ng(),o=N$(),i=sg(),s=gC();class t extends s.default{constructor(c,a){super(c,a),this._settings=a,this._scandir=r.scandir,this._emitter=new e.EventEmitter,this._queue=o(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(c){this._emitter.on("entry",c)}onError(c){this._emitter.once("error",c)}onEnd(c){this._emitter.once("end",c)}_pushToQueue(c,a){const l={directory:c,base:a};this._queue.push(l,h=>{h!==null&&this._handleError(h)})}_worker(c,a){this._scandir(c.directory,this._settings.fsScandirSettings,(l,h)=>{if(l!==null){a(l,void 0);return}for(const p of h)this._handleEntry(p,c.base);a(null,void 0)})}_handleError(c){this._isDestroyed||!i.isFatalError(this._settings,c)||(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",c))}_handleEntry(c,a){if(this._isDestroyed||this._isFatalError)return;const l=c.path;a!==void 0&&(c.path=i.joinPathSegments(a,c.name,this._settings.pathSegmentSeparator)),i.isAppliedFilter(this._settings.entryFilter,c)&&this._emitEntry(c),c.dirent.isDirectory()&&i.isAppliedFilter(this._settings.deepFilter,c)&&this._pushToQueue(l,a===void 0?void 0:c.path)}_emitEntry(c){this._emitter.emit("entry",c)}}return Kn.default=t,Kn}var nw;function M$(){if(nw)return Yn;nw=1,Object.defineProperty(Yn,"__esModule",{value:!0});const e=mC();class r{constructor(t,n){this._root=t,this._settings=n,this._reader=new e.default(this._root,this._settings),this._storage=[]}read(t){this._reader.onError(n=>{o(t,n)}),this._reader.onEntry(n=>{this._storage.push(n)}),this._reader.onEnd(()=>{i(t,this._storage)}),this._reader.read()}}Yn.default=r;function o(s,t){s(t)}function i(s,t){s(null,t)}return Yn}var es={},sw;function j$(){if(sw)return es;sw=1,Object.defineProperty(es,"__esModule",{value:!0});const e=kt,r=mC();class o{constructor(s,t){this._root=s,this._settings=t,this._reader=new r.default(this._root,this._settings),this._stream=new e.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(s=>{this._stream.emit("error",s)}),this._reader.onEntry(s=>{this._stream.push(s)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}}return es.default=o,es}var ts={},rs={},ow;function q$(){if(ow)return rs;ow=1,Object.defineProperty(rs,"__esModule",{value:!0});const e=ng(),r=sg(),o=gC();class i extends o.default{constructor(){super(...arguments),this._scandir=e.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(t,n){this._queue.add({directory:t,base:n})}_handleQueue(){for(const t of this._queue.values())this._handleDirectory(t.directory,t.base)}_handleDirectory(t,n){try{const c=this._scandir(t,this._settings.fsScandirSettings);for(const a of c)this._handleEntry(a,n)}catch(c){this._handleError(c)}}_handleError(t){if(r.isFatalError(this._settings,t))throw t}_handleEntry(t,n){const c=t.path;n!==void 0&&(t.path=r.joinPathSegments(n,t.name,this._settings.pathSegmentSeparator)),r.isAppliedFilter(this._settings.entryFilter,t)&&this._pushToStorage(t),t.dirent.isDirectory()&&r.isAppliedFilter(this._settings.deepFilter,t)&&this._pushToQueue(c,n===void 0?void 0:t.path)}_pushToStorage(t){this._storage.push(t)}}return rs.default=i,rs}var aw;function U$(){if(aw)return ts;aw=1,Object.defineProperty(ts,"__esModule",{value:!0});const e=q$();class r{constructor(i,s){this._root=i,this._settings=s,this._reader=new e.default(this._root,this._settings)}read(){return this._reader.read()}}return ts.default=r,ts}var is={},uw;function H$(){if(uw)return is;uw=1,Object.defineProperty(is,"__esModule",{value:!0});const e=Ee,r=ng();class o{constructor(s={}){this._options=s,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,e.sep),this.fsScandirSettings=new r.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(s,t){return s??t}}return is.default=o,is}var cw;function og(){if(cw)return It;cw=1,Object.defineProperty(It,"__esModule",{value:!0}),It.Settings=It.walkStream=It.walkSync=It.walk=void 0;const e=M$(),r=j$(),o=U$(),i=H$();It.Settings=i.default;function s(a,l,h){if(typeof l=="function"){new e.default(a,c()).read(l);return}new e.default(a,c(l)).read(h)}It.walk=s;function t(a,l){const h=c(l);return new o.default(a,h).read()}It.walkSync=t;function n(a,l){const h=c(l);return new r.default(a,h).read()}It.walkStream=n;function c(a={}){return a instanceof i.default?a:new i.default(a)}return It}var ns={},lw;function ag(){if(lw)return ns;lw=1,Object.defineProperty(ns,"__esModule",{value:!0});const e=Ee,r=oi(),o=fr();class i{constructor(t){this._settings=t,this._fsStatSettings=new r.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(t){return e.resolve(this._settings.cwd,t)}_makeEntry(t,n){const c={name:n,path:n,dirent:o.fs.createDirentFromStats(n,t)};return this._settings.stats&&(c.stats=t),c}_isFatalError(t){return!o.errno.isEnoentCodeError(t)&&!this._settings.suppressErrors}}return ns.default=i,ns}var ss={},hw;function yC(){if(hw)return ss;hw=1,Object.defineProperty(ss,"__esModule",{value:!0});const e=kt,r=oi(),o=og(),i=ag();class s extends i.default{constructor(){super(...arguments),this._walkStream=o.walkStream,this._stat=r.stat}dynamic(n,c){return this._walkStream(n,c)}static(n,c){const a=n.map(this._getFullEntryPath,this),l=new e.PassThrough({objectMode:!0});l._write=(h,p,f)=>this._getEntry(a[h],n[h],c).then(u=>{u!==null&&c.entryFilter(u)&&l.push(u),h===a.length-1&&l.end(),f()}).catch(f);for(let h=0;h<a.length;h++)l.write(h);return l}_getEntry(n,c,a){return this._getStat(n).then(l=>this._makeEntry(l,c)).catch(l=>{if(a.errorFilter(l))return null;throw l})}_getStat(n){return new Promise((c,a)=>{this._stat(n,this._fsStatSettings,(l,h)=>l===null?c(h):a(l))})}}return ss.default=s,ss}var fw;function G$(){if(fw)return Vn;fw=1,Object.defineProperty(Vn,"__esModule",{value:!0});const e=og(),r=ag(),o=yC();class i extends r.default{constructor(){super(...arguments),this._walkAsync=e.walk,this._readerStream=new o.default(this._settings)}dynamic(t,n){return new Promise((c,a)=>{this._walkAsync(t,n,(l,h)=>{l===null?c(h):a(l)})})}async static(t,n){const c=[],a=this._readerStream.static(t,n);return new Promise((l,h)=>{a.once("error",h),a.on("data",p=>c.push(p)),a.once("end",()=>l(c))})}}return Vn.default=i,Vn}var os={},as={},us={},cs={},dw;function W$(){if(dw)return cs;dw=1,Object.defineProperty(cs,"__esModule",{value:!0});const e=fr();class r{constructor(i,s,t){this._patterns=i,this._settings=s,this._micromatchOptions=t,this._storage=[],this._fillStorage()}_fillStorage(){for(const i of this._patterns){const s=this._getPatternSegments(i),t=this._splitSegmentsIntoSections(s);this._storage.push({complete:t.length<=1,pattern:i,segments:s,sections:t})}}_getPatternSegments(i){return e.pattern.getPatternParts(i,this._micromatchOptions).map(t=>e.pattern.isDynamicPattern(t,this._settings)?{dynamic:!0,pattern:t,patternRe:e.pattern.makeRe(t,this._micromatchOptions)}:{dynamic:!1,pattern:t})}_splitSegmentsIntoSections(i){return e.array.splitWhen(i,s=>s.dynamic&&e.pattern.hasGlobStar(s.pattern))}}return cs.default=r,cs}var pw;function z$(){if(pw)return us;pw=1,Object.defineProperty(us,"__esModule",{value:!0});const e=W$();class r extends e.default{match(i){const s=i.split("/"),t=s.length,n=this._storage.filter(c=>!c.complete||c.segments.length>t);for(const c of n){const a=c.sections[0];if(!c.complete&&t>a.length||s.every((h,p)=>{const f=c.segments[p];return!!(f.dynamic&&f.patternRe.test(h)||!f.dynamic&&f.pattern===h)}))return!0}return!1}}return us.default=r,us}var gw;function V$(){if(gw)return as;gw=1,Object.defineProperty(as,"__esModule",{value:!0});const e=fr(),r=z$();class o{constructor(s,t){this._settings=s,this._micromatchOptions=t}getFilter(s,t,n){const c=this._getMatcher(t),a=this._getNegativePatternsRe(n);return l=>this._filter(s,l,c,a)}_getMatcher(s){return new r.default(s,this._settings,this._micromatchOptions)}_getNegativePatternsRe(s){const t=s.filter(e.pattern.isAffectDepthOfReadingPattern);return e.pattern.convertPatternsToRe(t,this._micromatchOptions)}_filter(s,t,n,c){if(this._isSkippedByDeep(s,t.path)||this._isSkippedSymbolicLink(t))return!1;const a=e.path.removeLeadingDotSegment(t.path);return this._isSkippedByPositivePatterns(a,n)?!1:this._isSkippedByNegativePatterns(a,c)}_isSkippedByDeep(s,t){return this._settings.deep===1/0?!1:this._getEntryLevel(s,t)>=this._settings.deep}_getEntryLevel(s,t){const n=t.split("/").length;if(s==="")return n;const c=s.split("/").length;return n-c}_isSkippedSymbolicLink(s){return!this._settings.followSymbolicLinks&&s.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(s,t){return!this._settings.baseNameMatch&&!t.match(s)}_isSkippedByNegativePatterns(s,t){return!e.pattern.matchAny(s,t)}}return as.default=o,as}var ls={},mw;function Y$(){if(mw)return ls;mw=1,Object.defineProperty(ls,"__esModule",{value:!0});const e=fr();class r{constructor(i,s){this._settings=i,this._micromatchOptions=s,this.index=new Map}getFilter(i,s){const[t,n]=e.pattern.partitionAbsoluteAndRelative(s),c={positive:{all:e.pattern.convertPatternsToRe(i,this._micromatchOptions)},negative:{absolute:e.pattern.convertPatternsToRe(t,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0})),relative:e.pattern.convertPatternsToRe(n,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0}))}};return a=>this._filter(a,c)}_filter(i,s){const t=e.path.removeLeadingDotSegment(i.path);if(this._settings.unique&&this._isDuplicateEntry(t)||this._onlyFileFilter(i)||this._onlyDirectoryFilter(i))return!1;const n=this._isMatchToPatternsSet(t,s,i.dirent.isDirectory());return this._settings.unique&&n&&this._createIndexRecord(t),n}_isDuplicateEntry(i){return this.index.has(i)}_createIndexRecord(i){this.index.set(i,void 0)}_onlyFileFilter(i){return this._settings.onlyFiles&&!i.dirent.isFile()}_onlyDirectoryFilter(i){return this._settings.onlyDirectories&&!i.dirent.isDirectory()}_isMatchToPatternsSet(i,s,t){return!(!this._isMatchToPatterns(i,s.positive.all,t)||this._isMatchToPatterns(i,s.negative.relative,t)||this._isMatchToAbsoluteNegative(i,s.negative.absolute,t))}_isMatchToAbsoluteNegative(i,s,t){if(s.length===0)return!1;const n=e.path.makeAbsolute(this._settings.cwd,i);return this._isMatchToPatterns(n,s,t)}_isMatchToPatterns(i,s,t){if(s.length===0)return!1;const n=e.pattern.matchAny(i,s);return!n&&t?e.pattern.matchAny(i+"/",s):n}}return ls.default=r,ls}var hs={},yw;function K$(){if(yw)return hs;yw=1,Object.defineProperty(hs,"__esModule",{value:!0});const e=fr();class r{constructor(i){this._settings=i}getFilter(){return i=>this._isNonFatalError(i)}_isNonFatalError(i){return e.errno.isEnoentCodeError(i)||this._settings.suppressErrors}}return hs.default=r,hs}var fs={},vw;function Z$(){if(vw)return fs;vw=1,Object.defineProperty(fs,"__esModule",{value:!0});const e=fr();class r{constructor(i){this._settings=i}getTransformer(){return i=>this._transform(i)}_transform(i){let s=i.path;return this._settings.absolute&&(s=e.path.makeAbsolute(this._settings.cwd,s),s=e.path.unixify(s)),this._settings.markDirectories&&i.dirent.isDirectory()&&(s+="/"),this._settings.objectMode?Object.assign(Object.assign({},i),{path:s}):s}}return fs.default=r,fs}var bw;function ug(){if(bw)return os;bw=1,Object.defineProperty(os,"__esModule",{value:!0});const e=Ee,r=V$(),o=Y$(),i=K$(),s=Z$();class t{constructor(c){this._settings=c,this.errorFilter=new i.default(this._settings),this.entryFilter=new o.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new r.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new s.default(this._settings)}_getRootDirectory(c){return e.resolve(this._settings.cwd,c.base)}_getReaderOptions(c){const a=c.base==="."?"":c.base;return{basePath:a,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(a,c.positive,c.negative),entryFilter:this.entryFilter.getFilter(c.positive,c.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}}return os.default=t,os}var Dw;function J$(){if(Dw)return zn;Dw=1,Object.defineProperty(zn,"__esModule",{value:!0});const e=G$(),r=ug();class o extends r.default{constructor(){super(...arguments),this._reader=new e.default(this._settings)}async read(s){const t=this._getRootDirectory(s),n=this._getReaderOptions(s);return(await this.api(t,s,n)).map(a=>n.transform(a))}api(s,t,n){return t.dynamic?this._reader.dynamic(s,n):this._reader.static(t.patterns,n)}}return zn.default=o,zn}var ds={},Ew;function X$(){if(Ew)return ds;Ew=1,Object.defineProperty(ds,"__esModule",{value:!0});const e=kt,r=yC(),o=ug();class i extends o.default{constructor(){super(...arguments),this._reader=new r.default(this._settings)}read(t){const n=this._getRootDirectory(t),c=this._getReaderOptions(t),a=this.api(n,t,c),l=new e.Readable({objectMode:!0,read:()=>{}});return a.once("error",h=>l.emit("error",h)).on("data",h=>l.emit("data",c.transform(h))).once("end",()=>l.emit("end")),l.once("close",()=>a.destroy()),l}api(t,n,c){return n.dynamic?this._reader.dynamic(t,c):this._reader.static(n.patterns,c)}}return ds.default=i,ds}var ps={},gs={},ww;function Q$(){if(ww)return gs;ww=1,Object.defineProperty(gs,"__esModule",{value:!0});const e=oi(),r=og(),o=ag();class i extends o.default{constructor(){super(...arguments),this._walkSync=r.walkSync,this._statSync=e.statSync}dynamic(t,n){return this._walkSync(t,n)}static(t,n){const c=[];for(const a of t){const l=this._getFullEntryPath(a),h=this._getEntry(l,a,n);h===null||!n.entryFilter(h)||c.push(h)}return c}_getEntry(t,n,c){try{const a=this._getStat(t);return this._makeEntry(a,n)}catch(a){if(c.errorFilter(a))return null;throw a}}_getStat(t){return this._statSync(t,this._fsStatSettings)}}return gs.default=i,gs}var _w;function e6(){if(_w)return ps;_w=1,Object.defineProperty(ps,"__esModule",{value:!0});const e=Q$(),r=ug();class o extends r.default{constructor(){super(...arguments),this._reader=new e.default(this._settings)}read(s){const t=this._getRootDirectory(s),n=this._getReaderOptions(s);return this.api(t,s,n).map(n.transform)}api(s,t,n){return t.dynamic?this._reader.dynamic(s,n):this._reader.static(t.patterns,n)}}return ps.default=o,ps}var Lf={},Sw;function t6(){return Sw||(Sw=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;const r=Ze,i=Math.max(at.cpus().length,1);e.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:r.lstat,lstatSync:r.lstatSync,stat:r.stat,statSync:r.statSync,readdir:r.readdir,readdirSync:r.readdirSync};class s{constructor(n={}){this._options=n,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,i),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0),this.ignore=[].concat(this.ignore)}_getValue(n,c){return n===void 0?c:n}_getFileSystemMethods(n={}){return Object.assign(Object.assign({},e.DEFAULT_FILE_SYSTEM_ADAPTER),n)}}e.default=s}(Lf)),Lf}var Nf,Aw;function r6(){if(Aw)return Nf;Aw=1;const e=A$(),r=J$(),o=X$(),i=e6(),s=t6(),t=fr();async function n(l,h){a(l);const p=c(l,r.default,h),f=await Promise.all(p);return t.array.flatten(f)}(function(l){l.glob=l,l.globSync=h,l.globStream=p,l.async=l;function h(m,y){a(m);const D=c(m,i.default,y);return t.array.flatten(D)}l.sync=h;function p(m,y){a(m);const D=c(m,o.default,y);return t.stream.merge(D)}l.stream=p;function f(m,y){a(m);const D=[].concat(m),v=new s.default(y);return e.generate(D,v)}l.generateTasks=f;function u(m,y){a(m);const D=new s.default(y);return t.pattern.isDynamicPattern(m,D)}l.isDynamicPattern=u;function d(m){return a(m),t.path.escape(m)}l.escapePath=d;function g(m){return a(m),t.path.convertPathToPattern(m)}l.convertPathToPattern=g,function(m){function y(v){return a(v),t.path.escapePosixPath(v)}m.escapePath=y;function D(v){return a(v),t.path.convertPosixPathToPattern(v)}m.convertPathToPattern=D}(l.posix||(l.posix={})),function(m){function y(v){return a(v),t.path.escapeWindowsPath(v)}m.escapePath=y;function D(v){return a(v),t.path.convertWindowsPathToPattern(v)}m.convertPathToPattern=D}(l.win32||(l.win32={}))})(n||(n={}));function c(l,h,p){const f=[].concat(l),u=new s.default(p),d=e.generate(f,u),g=new h(u);return d.map(g.read,g)}function a(l){if(![].concat(l).every(f=>t.string.isString(f)&&!t.string.isEmpty(f)))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}return Nf=n,Nf}var i6=r6();const vC=We(i6),bC={ignore:["**/node_modules/**"]},DC=async e=>{const r=Ee.join(Ee.dirname(e),"pnpm-workspace.yaml");let o;try{o=await $e.readFile(r,"utf-8")}catch{return null}return Is.load(o)},n6=async(e,r)=>{const o={};if(e.packageManager==="pnpm"){const s=await DC(r);s&&!Array.isArray(s)&&s.catalogs&&Object.assign(o,...Object.values(s.catalogs))}const i=JSON.parse(await $e.readFile(r,"utf-8"));return Object.assign(o,i.catalog,...Object.values(i.catalogs??{})),i.workspaces&&!Array.isArray(i.workspaces)&&Object.assign(o,i.workspaces.catalog,...Object.values(i.workspaces.catalogs??{})),Object.keys(o).length>0?o:null};async function s6(e,r,o,i){const{pkgData:s,pkgPath:t}=await $s({...e,packageFile:o,loglevel:"silent"}),c=(typeof s=="string"?JSON.parse(s):s).workspaces||await DC(t||""),a=Array.isArray(c)?c:c?.packages;a||Pe(e,`workspaces property missing from package.json. --workspace${e.workspaces?"s":""} only works when you specify a "workspaces" property in your package.json.`);const l=(a||[]).map(g=>Ee.join(i,g,"package.json").replace(/\\/g,"/")),h=vC.sync(l,bC),p=await Promise.all(h.map(async g=>{const m=await eg(e,g);return m.name=m.pkg.name||g.split("/").slice(-2)[0],m})),f=p.map(g=>g.name||"");return e.workspaces!==!0?[p.filter(g=>e.workspace?.some(m=>a?.some(y=>g.name===m||g.filepath===Ee.join(i,Ee.dirname(y),m,r).replace(/\\/g,"/")))),f]:[p,f]}async function o6(e,r){if(!r)return null;const o=await n6(e,r);if(!o)return null;const i={name:"catalog-dependencies",version:"1.0.0",dependencies:o},s=e.packageManager==="pnpm"?Ee.join(Ee.dirname(r),"pnpm-workspace.yaml"):`${r}#catalog`,t=JSON.stringify(i,null,2);return{filepath:s,pkg:i,pkgFile:t,name:"catalogs"}}async function a6(e){const r=e.packageFile||"package.json",o=e.cwd?YS(e.cwd):"./",i=e.packageFile||(e.cwd?Ee.join(o,"package.json"):"package.json"),s=e.workspaces===!0||e.workspace!==void 0&&e.workspace.length!==0;let t=[];if(!s||e.root===!0){const h=i.replace(/\\/g,"/"),p=vC.sync(h,bC),f=await Promise.all(p.map(async u=>await eg(e,u)));t=[...t,...f]}if(!s)return[t,[]];let c=null;if(e.workspaces){const{pkgPath:h}=await $s({...e,packageFile:i,loglevel:"silent"});h&&(c=await o6(e,h))}const[a,l]=await s6(e,r,i,o);return t=[...t,...a],c&&(t=[...t,c]),[t,l]}var _r={},Mf={exports:{}},Cw;function u6(){return Cw||(Cw=1,function(e){var r=N_,o=Ee;e.exports=function(s,t,n){if(typeof t=="object"&&(n=t,t=void 0),n=n||{},t=t||"",n.appendPaths=n.appendPaths||[],n.prependPaths=n.prependPaths||[],typeof s!="string")throw new Error("code must be a string, not "+typeof s);var c=r._nodeModulePaths(o.dirname(t)),a=e.parent,l=new r(t,a);l.filename=t,l.paths=[].concat(n.prependPaths).concat(c).concat(n.appendPaths),l._compile(s,t);var h=l.exports;return a&&a.children&&a.children.splice(a.children.indexOf(l),1),h}}(Mf)),Mf.exports}var c6=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,l6=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,h6=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,jf={Space_Separator:c6,ID_Start:l6,ID_Continue:h6},Ve={isSpaceSeparator(e){return typeof e=="string"&&jf.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||jf.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="‌"||e==="‍"||jf.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}};let Kd,ft,Xt,Bs,ur,Bt,et,cg,Wi;var f6=function(r,o){Kd=String(r),ft="start",Xt=[],Bs=0,ur=1,Bt=0,et=void 0,cg=void 0,Wi=void 0;do et=d6(),m6[ft]();while(et.type!=="eof");return typeof o=="function"?Zd({"":Wi},"",o):Wi};function Zd(e,r,o){const i=e[r];if(i!=null&&typeof i=="object")if(Array.isArray(i))for(let s=0;s<i.length;s++){const t=String(s),n=Zd(i,t,o);n===void 0?delete i[t]:Object.defineProperty(i,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}else for(const s in i){const t=Zd(i,s,o);t===void 0?delete i[s]:Object.defineProperty(i,s,{value:t,writable:!0,enumerable:!0,configurable:!0})}return o.call(e,r,i)}let Te,Oe,qi,Jt,Be;function d6(){for(Te="default",Oe="",qi=!1,Jt=1;;){Be=Qt();const e=EC[Te]();if(e)return e}}function Qt(){if(Kd[Bs])return String.fromCodePoint(Kd.codePointAt(Bs))}function ge(){const e=Qt();return e===`
557
+ `,CHAR_NO_BREAK_SPACE:" ",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}),Ef}var wf,wE;function p$(){if(wE)return wf;wE=1;const e=ig(),{MAX_LENGTH:r,CHAR_BACKSLASH:o,CHAR_BACKTICK:i,CHAR_COMMA:s,CHAR_DOT:t,CHAR_LEFT_PARENTHESES:n,CHAR_RIGHT_PARENTHESES:c,CHAR_LEFT_CURLY_BRACE:a,CHAR_RIGHT_CURLY_BRACE:l,CHAR_LEFT_SQUARE_BRACKET:h,CHAR_RIGHT_SQUARE_BRACKET:p,CHAR_DOUBLE_QUOTE:f,CHAR_SINGLE_QUOTE:u,CHAR_NO_BREAK_SPACE:d,CHAR_ZERO_WIDTH_NOBREAK_SPACE:g}=d$();return wf=(y,D={})=>{if(typeof y!="string")throw new TypeError("Expected a string");const v=D||{},b=typeof v.maxLength=="number"?Math.min(r,v.maxLength):r;if(y.length>b)throw new SyntaxError(`Input length (${y.length}), exceeds max characters (${b})`);const E={type:"root",input:y,nodes:[]},S=[E];let A=E,C=E,F=0;const $=y.length;let B=0,k=0,I;const N=()=>y[B++],j=L=>{if(L.type==="text"&&C.type==="dot"&&(C.type="text"),C&&C.type==="text"&&L.type==="text"){C.value+=L.value;return}return A.nodes.push(L),L.parent=A,L.prev=C,C=L,L};for(j({type:"bos"});B<$;)if(A=S[S.length-1],I=N(),!(I===g||I===d)){if(I===o){j({type:"text",value:(D.keepEscaping?I:"")+N()});continue}if(I===p){j({type:"text",value:"\\"+I});continue}if(I===h){F++;let L;for(;B<$&&(L=N());){if(I+=L,L===h){F++;continue}if(L===o){I+=N();continue}if(L===p&&(F--,F===0))break}j({type:"text",value:I});continue}if(I===n){A=j({type:"paren",nodes:[]}),S.push(A),j({type:"text",value:I});continue}if(I===c){if(A.type!=="paren"){j({type:"text",value:I});continue}A=S.pop(),j({type:"text",value:I}),A=S[S.length-1];continue}if(I===f||I===u||I===i){const L=I;let M;for(D.keepQuotes!==!0&&(I="");B<$&&(M=N());){if(M===o){I+=M+N();continue}if(M===L){D.keepQuotes===!0&&(I+=M);break}I+=M}j({type:"text",value:I});continue}if(I===a){k++;const M={type:"brace",open:!0,close:!1,dollar:C.value&&C.value.slice(-1)==="$"||A.dollar===!0,depth:k,commas:0,ranges:0,nodes:[]};A=j(M),S.push(A),j({type:"open",value:I});continue}if(I===l){if(A.type!=="brace"){j({type:"text",value:I});continue}const L="close";A=S.pop(),A.close=!0,j({type:L,value:I}),k--,A=S[S.length-1];continue}if(I===s&&k>0){if(A.ranges>0){A.ranges=0;const L=A.nodes.shift();A.nodes=[L,{type:"text",value:e(A)}]}j({type:"comma",value:I}),A.commas++;continue}if(I===t&&k>0&&A.commas===0){const L=A.nodes;if(k===0||L.length===0){j({type:"text",value:I});continue}if(C.type==="dot"){if(A.range=[],C.value+=I,C.type="range",A.nodes.length!==3&&A.nodes.length!==5){A.invalid=!0,A.ranges=0,C.type="text";continue}A.ranges++,A.args=[];continue}if(C.type==="range"){L.pop();const M=L[L.length-1];M.value+=C.value+I,C=M,A.ranges--;continue}j({type:"dot",value:I});continue}j({type:"text",value:I})}do if(A=S.pop(),A.type!=="root"){A.nodes.forEach(O=>{O.nodes||(O.type==="open"&&(O.isOpen=!0),O.type==="close"&&(O.isClose=!0),O.nodes||(O.type="text"),O.invalid=!0)});const L=S[S.length-1],M=L.nodes.indexOf(A);L.nodes.splice(M,1,...A.nodes)}while(S.length>0);return j({type:"eos"}),E},wf}var _f,_E;function g$(){if(_E)return _f;_E=1;const e=ig(),r=h$(),o=f$(),i=p$(),s=(t,n={})=>{let c=[];if(Array.isArray(t))for(const a of t){const l=s.create(a,n);Array.isArray(l)?c.push(...l):c.push(l)}else c=[].concat(s.create(t,n));return n&&n.expand===!0&&n.nodupes===!0&&(c=[...new Set(c)]),c};return s.parse=(t,n={})=>i(t,n),s.stringify=(t,n={})=>e(typeof t=="string"?s.parse(t,n):t,n),s.compile=(t,n={})=>(typeof t=="string"&&(t=s.parse(t,n)),r(t,n)),s.expand=(t,n={})=>{typeof t=="string"&&(t=s.parse(t,n));let c=o(t,n);return n.noempty===!0&&(c=c.filter(Boolean)),n.nodupes===!0&&(c=[...new Set(c)]),c},s.create=(t,n={})=>t===""||t.length<3?[t]:n.expand!==!0?s.compile(t,n):s.expand(t,n),_f=s,_f}var Sf={},Af,SE;function fo(){if(SE)return Af;SE=1;const e=Ee,r="\\\\/",o=`[^${r}]`,i="\\.",s="\\+",t="\\?",n="\\/",c="(?=.)",a="[^/]",l=`(?:${n}|$)`,h=`(?:^|${n})`,p=`${i}{1,2}${l}`,f=`(?!${i})`,u=`(?!${h}${p})`,d=`(?!${i}{0,1}${l})`,g=`(?!${p})`,m=`[^.${n}]`,y=`${a}*?`,D={DOT_LITERAL:i,PLUS_LITERAL:s,QMARK_LITERAL:t,SLASH_LITERAL:n,ONE_CHAR:c,QMARK:a,END_ANCHOR:l,DOTS_SLASH:p,NO_DOT:f,NO_DOTS:u,NO_DOT_SLASH:d,NO_DOTS_SLASH:g,QMARK_NO_DOT:m,STAR:y,START_ANCHOR:h},v={...D,SLASH_LITERAL:`[${r}]`,QMARK:o,STAR:`${o}*?`,DOTS_SLASH:`${i}{1,2}(?:[${r}]|$)`,NO_DOT:`(?!${i})`,NO_DOTS:`(?!(?:^|[${r}])${i}{1,2}(?:[${r}]|$))`,NO_DOT_SLASH:`(?!${i}{0,1}(?:[${r}]|$))`,NO_DOTS_SLASH:`(?!${i}{1,2}(?:[${r}]|$))`,QMARK_NO_DOT:`[^.${r}]`,START_ANCHOR:`(?:^|[${r}])`,END_ANCHOR:`(?:[${r}]|$)`},b={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};return Af={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:b,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:e.sep,extglobChars(E){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${E.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(E){return E===!0?v:D}},Af}var AE;function po(){return AE||(AE=1,function(e){const r=Ee,o=process.platform==="win32",{REGEX_BACKSLASH:i,REGEX_REMOVE_BACKSLASH:s,REGEX_SPECIAL_CHARS:t,REGEX_SPECIAL_CHARS_GLOBAL:n}=fo();e.isObject=c=>c!==null&&typeof c=="object"&&!Array.isArray(c),e.hasRegexChars=c=>t.test(c),e.isRegexChar=c=>c.length===1&&e.hasRegexChars(c),e.escapeRegex=c=>c.replace(n,"\\$1"),e.toPosixSlashes=c=>c.replace(i,"/"),e.removeBackslashes=c=>c.replace(s,a=>a==="\\"?"":a),e.supportsLookbehinds=()=>{const c=process.version.slice(1).split(".").map(Number);return c.length===3&&c[0]>=9||c[0]===8&&c[1]>=10},e.isWindows=c=>c&&typeof c.windows=="boolean"?c.windows:o===!0||r.sep==="\\",e.escapeLast=(c,a,l)=>{const h=c.lastIndexOf(a,l);return h===-1?c:c[h-1]==="\\"?e.escapeLast(c,a,h-1):`${c.slice(0,h)}\\${c.slice(h)}`},e.removePrefix=(c,a={})=>{let l=c;return l.startsWith("./")&&(l=l.slice(2),a.prefix="./"),l},e.wrapOutput=(c,a={},l={})=>{const h=l.contains?"":"^",p=l.contains?"":"$";let f=`${h}(?:${c})${p}`;return a.negated===!0&&(f=`(?:^(?!${f}).*$)`),f}}(Sf)),Sf}var Cf,CE;function m$(){if(CE)return Cf;CE=1;const e=po(),{CHAR_ASTERISK:r,CHAR_AT:o,CHAR_BACKWARD_SLASH:i,CHAR_COMMA:s,CHAR_DOT:t,CHAR_EXCLAMATION_MARK:n,CHAR_FORWARD_SLASH:c,CHAR_LEFT_CURLY_BRACE:a,CHAR_LEFT_PARENTHESES:l,CHAR_LEFT_SQUARE_BRACKET:h,CHAR_PLUS:p,CHAR_QUESTION_MARK:f,CHAR_RIGHT_CURLY_BRACE:u,CHAR_RIGHT_PARENTHESES:d,CHAR_RIGHT_SQUARE_BRACKET:g}=fo(),m=v=>v===c||v===i,y=v=>{v.isPrefix!==!0&&(v.depth=v.isGlobstar?1/0:1)};return Cf=(v,b)=>{const E=b||{},S=v.length-1,A=E.parts===!0||E.scanToEnd===!0,C=[],F=[],$=[];let B=v,k=-1,I=0,N=0,j=!1,L=!1,M=!1,O=!1,U=!1,T=!1,w=!1,x=!1,z=!1,Y=!1,G=0,re,le,de={value:"",depth:0,isGlob:!1};const ae=()=>k>=S,W=()=>B.charCodeAt(k+1),V=()=>(re=le,B.charCodeAt(++k));for(;k<S;){le=V();let q;if(le===i){w=de.backslashes=!0,le=V(),le===a&&(T=!0);continue}if(T===!0||le===a){for(G++;ae()!==!0&&(le=V());){if(le===i){w=de.backslashes=!0,V();continue}if(le===a){G++;continue}if(T!==!0&&le===t&&(le=V())===t){if(j=de.isBrace=!0,M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(T!==!0&&le===s){if(j=de.isBrace=!0,M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(le===u&&(G--,G===0)){T=!1,j=de.isBrace=!0,Y=!0;break}}if(A===!0)continue;break}if(le===c){if(C.push(k),F.push(de),de={value:"",depth:0,isGlob:!1},Y===!0)continue;if(re===t&&k===I+1){I+=2;continue}N=k+1;continue}if(E.noext!==!0&&(le===p||le===o||le===r||le===f||le===n)===!0&&W()===l){if(M=de.isGlob=!0,O=de.isExtglob=!0,Y=!0,le===n&&k===I&&(z=!0),A===!0){for(;ae()!==!0&&(le=V());){if(le===i){w=de.backslashes=!0,le=V();continue}if(le===d){M=de.isGlob=!0,Y=!0;break}}continue}break}if(le===r){if(re===r&&(U=de.isGlobstar=!0),M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(le===f){if(M=de.isGlob=!0,Y=!0,A===!0)continue;break}if(le===h){for(;ae()!==!0&&(q=V());){if(q===i){w=de.backslashes=!0,V();continue}if(q===g){L=de.isBracket=!0,M=de.isGlob=!0,Y=!0;break}}if(A===!0)continue;break}if(E.nonegate!==!0&&le===n&&k===I){x=de.negated=!0,I++;continue}if(E.noparen!==!0&&le===l){if(M=de.isGlob=!0,A===!0){for(;ae()!==!0&&(le=V());){if(le===l){w=de.backslashes=!0,le=V();continue}if(le===d){Y=!0;break}}continue}break}if(M===!0){if(Y=!0,A===!0)continue;break}}E.noext===!0&&(O=!1,M=!1);let J=B,Q="",R="";I>0&&(Q=B.slice(0,I),B=B.slice(I),N-=I),J&&M===!0&&N>0?(J=B.slice(0,N),R=B.slice(N)):M===!0?(J="",R=B):J=B,J&&J!==""&&J!=="/"&&J!==B&&m(J.charCodeAt(J.length-1))&&(J=J.slice(0,-1)),E.unescape===!0&&(R&&(R=e.removeBackslashes(R)),J&&w===!0&&(J=e.removeBackslashes(J)));const P={prefix:Q,input:v,start:I,base:J,glob:R,isBrace:j,isBracket:L,isGlob:M,isExtglob:O,isGlobstar:U,negated:x,negatedExtglob:z};if(E.tokens===!0&&(P.maxDepth=0,m(le)||F.push(de),P.tokens=F),E.parts===!0||E.tokens===!0){let q;for(let X=0;X<C.length;X++){const ie=q?q+1:I,oe=C[X],ne=v.slice(ie,oe);E.tokens&&(X===0&&I!==0?(F[X].isPrefix=!0,F[X].value=Q):F[X].value=ne,y(F[X]),P.maxDepth+=F[X].depth),(X!==0||ne!=="")&&$.push(ne),q=oe}if(q&&q+1<v.length){const X=v.slice(q+1);$.push(X),E.tokens&&(F[F.length-1].value=X,y(F[F.length-1]),P.maxDepth+=F[F.length-1].depth)}P.slashes=C,P.parts=$}return P},Cf}var Rf,RE;function y$(){if(RE)return Rf;RE=1;const e=fo(),r=po(),{MAX_LENGTH:o,POSIX_REGEX_SOURCE:i,REGEX_NON_SPECIAL_CHARS:s,REGEX_SPECIAL_CHARS_BACKREF:t,REPLACEMENTS:n}=e,c=(h,p)=>{if(typeof p.expandRange=="function")return p.expandRange(...h,p);h.sort();const f=`[${h.join("-")}]`;try{new RegExp(f)}catch{return h.map(d=>r.escapeRegex(d)).join("..")}return f},a=(h,p)=>`Missing ${h}: "${p}" - use "\\\\${p}" to match literal characters`,l=(h,p)=>{if(typeof h!="string")throw new TypeError("Expected a string");h=n[h]||h;const f={...p},u=typeof f.maxLength=="number"?Math.min(o,f.maxLength):o;let d=h.length;if(d>u)throw new SyntaxError(`Input length: ${d}, exceeds maximum allowed length: ${u}`);const g={type:"bos",value:"",output:f.prepend||""},m=[g],y=f.capture?"":"?:",D=r.isWindows(p),v=e.globChars(D),b=e.extglobChars(v),{DOT_LITERAL:E,PLUS_LITERAL:S,SLASH_LITERAL:A,ONE_CHAR:C,DOTS_SLASH:F,NO_DOT:$,NO_DOT_SLASH:B,NO_DOTS_SLASH:k,QMARK:I,QMARK_NO_DOT:N,STAR:j,START_ANCHOR:L}=v,M=oe=>`(${y}(?:(?!${L}${oe.dot?F:E}).)*?)`,O=f.dot?"":$,U=f.dot?I:N;let T=f.bash===!0?M(f):j;f.capture&&(T=`(${T})`),typeof f.noext=="boolean"&&(f.noextglob=f.noext);const w={input:h,index:-1,start:0,dot:f.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:m};h=r.removePrefix(h,w),d=h.length;const x=[],z=[],Y=[];let G=g,re;const le=()=>w.index===d-1,de=w.peek=(oe=1)=>h[w.index+oe],ae=w.advance=()=>h[++w.index]||"",W=()=>h.slice(w.index+1),V=(oe="",ne=0)=>{w.consumed+=oe,w.index+=ne},J=oe=>{w.output+=oe.output!=null?oe.output:oe.value,V(oe.value)},Q=()=>{let oe=1;for(;de()==="!"&&(de(2)!=="("||de(3)==="?");)ae(),w.start++,oe++;return oe%2===0?!1:(w.negated=!0,w.start++,!0)},R=oe=>{w[oe]++,Y.push(oe)},P=oe=>{w[oe]--,Y.pop()},q=oe=>{if(G.type==="globstar"){const ne=w.braces>0&&(oe.type==="comma"||oe.type==="brace"),_=oe.extglob===!0||x.length&&(oe.type==="pipe"||oe.type==="paren");oe.type!=="slash"&&oe.type!=="paren"&&!ne&&!_&&(w.output=w.output.slice(0,-G.output.length),G.type="star",G.value="*",G.output=T,w.output+=G.output)}if(x.length&&oe.type!=="paren"&&(x[x.length-1].inner+=oe.value),(oe.value||oe.output)&&J(oe),G&&G.type==="text"&&oe.type==="text"){G.value+=oe.value,G.output=(G.output||"")+oe.value;return}oe.prev=G,m.push(oe),G=oe},X=(oe,ne)=>{const _={...b[ne],conditions:1,inner:""};_.prev=G,_.parens=w.parens,_.output=w.output;const Z=(f.capture?"(":"")+_.open;R("parens"),q({type:oe,value:ne,output:w.output?"":C}),q({type:"paren",extglob:!0,value:ae(),output:Z}),x.push(_)},ie=oe=>{let ne=oe.close+(f.capture?")":""),_;if(oe.type==="negate"){let Z=T;if(oe.inner&&oe.inner.length>1&&oe.inner.includes("/")&&(Z=M(f)),(Z!==T||le()||/^\)+$/.test(W()))&&(ne=oe.close=`)$))${Z}`),oe.inner.includes("*")&&(_=W())&&/^\.[^\\/.]+$/.test(_)){const se=l(_,{...p,fastpaths:!1}).output;ne=oe.close=`)${se})${Z})`}oe.prev.type==="bos"&&(w.negatedExtglob=!0)}q({type:"paren",extglob:!0,value:re,output:ne}),P("parens")};if(f.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(h)){let oe=!1,ne=h.replace(t,(_,Z,se,ue,K,ee)=>ue==="\\"?(oe=!0,_):ue==="?"?Z?Z+ue+(K?I.repeat(K.length):""):ee===0?U+(K?I.repeat(K.length):""):I.repeat(se.length):ue==="."?E.repeat(se.length):ue==="*"?Z?Z+ue+(K?T:""):T:Z?_:`\\${_}`);return oe===!0&&(f.unescape===!0?ne=ne.replace(/\\/g,""):ne=ne.replace(/\\+/g,_=>_.length%2===0?"\\\\":_?"\\":"")),ne===h&&f.contains===!0?(w.output=h,w):(w.output=r.wrapOutput(ne,w,p),w)}for(;!le();){if(re=ae(),re==="\0")continue;if(re==="\\"){const _=de();if(_==="/"&&f.bash!==!0||_==="."||_===";")continue;if(!_){re+="\\",q({type:"text",value:re});continue}const Z=/^\\+/.exec(W());let se=0;if(Z&&Z[0].length>2&&(se=Z[0].length,w.index+=se,se%2!==0&&(re+="\\")),f.unescape===!0?re=ae():re+=ae(),w.brackets===0){q({type:"text",value:re});continue}}if(w.brackets>0&&(re!=="]"||G.value==="["||G.value==="[^")){if(f.posix!==!1&&re===":"){const _=G.value.slice(1);if(_.includes("[")&&(G.posix=!0,_.includes(":"))){const Z=G.value.lastIndexOf("["),se=G.value.slice(0,Z),ue=G.value.slice(Z+2),K=i[ue];if(K){G.value=se+K,w.backtrack=!0,ae(),!g.output&&m.indexOf(G)===1&&(g.output=C);continue}}}(re==="["&&de()!==":"||re==="-"&&de()==="]")&&(re=`\\${re}`),re==="]"&&(G.value==="["||G.value==="[^")&&(re=`\\${re}`),f.posix===!0&&re==="!"&&G.value==="["&&(re="^"),G.value+=re,J({value:re});continue}if(w.quotes===1&&re!=='"'){re=r.escapeRegex(re),G.value+=re,J({value:re});continue}if(re==='"'){w.quotes=w.quotes===1?0:1,f.keepQuotes===!0&&q({type:"text",value:re});continue}if(re==="("){R("parens"),q({type:"paren",value:re});continue}if(re===")"){if(w.parens===0&&f.strictBrackets===!0)throw new SyntaxError(a("opening","("));const _=x[x.length-1];if(_&&w.parens===_.parens+1){ie(x.pop());continue}q({type:"paren",value:re,output:w.parens?")":"\\)"}),P("parens");continue}if(re==="["){if(f.nobracket===!0||!W().includes("]")){if(f.nobracket!==!0&&f.strictBrackets===!0)throw new SyntaxError(a("closing","]"));re=`\\${re}`}else R("brackets");q({type:"bracket",value:re});continue}if(re==="]"){if(f.nobracket===!0||G&&G.type==="bracket"&&G.value.length===1){q({type:"text",value:re,output:`\\${re}`});continue}if(w.brackets===0){if(f.strictBrackets===!0)throw new SyntaxError(a("opening","["));q({type:"text",value:re,output:`\\${re}`});continue}P("brackets");const _=G.value.slice(1);if(G.posix!==!0&&_[0]==="^"&&!_.includes("/")&&(re=`/${re}`),G.value+=re,J({value:re}),f.literalBrackets===!1||r.hasRegexChars(_))continue;const Z=r.escapeRegex(G.value);if(w.output=w.output.slice(0,-G.value.length),f.literalBrackets===!0){w.output+=Z,G.value=Z;continue}G.value=`(${y}${Z}|${G.value})`,w.output+=G.value;continue}if(re==="{"&&f.nobrace!==!0){R("braces");const _={type:"brace",value:re,output:"(",outputIndex:w.output.length,tokensIndex:w.tokens.length};z.push(_),q(_);continue}if(re==="}"){const _=z[z.length-1];if(f.nobrace===!0||!_){q({type:"text",value:re,output:re});continue}let Z=")";if(_.dots===!0){const se=m.slice(),ue=[];for(let K=se.length-1;K>=0&&(m.pop(),se[K].type!=="brace");K--)se[K].type!=="dots"&&ue.unshift(se[K].value);Z=c(ue,f),w.backtrack=!0}if(_.comma!==!0&&_.dots!==!0){const se=w.output.slice(0,_.outputIndex),ue=w.tokens.slice(_.tokensIndex);_.value=_.output="\\{",re=Z="\\}",w.output=se;for(const K of ue)w.output+=K.output||K.value}q({type:"brace",value:re,output:Z}),P("braces"),z.pop();continue}if(re==="|"){x.length>0&&x[x.length-1].conditions++,q({type:"text",value:re});continue}if(re===","){let _=re;const Z=z[z.length-1];Z&&Y[Y.length-1]==="braces"&&(Z.comma=!0,_="|"),q({type:"comma",value:re,output:_});continue}if(re==="/"){if(G.type==="dot"&&w.index===w.start+1){w.start=w.index+1,w.consumed="",w.output="",m.pop(),G=g;continue}q({type:"slash",value:re,output:A});continue}if(re==="."){if(w.braces>0&&G.type==="dot"){G.value==="."&&(G.output=E);const _=z[z.length-1];G.type="dots",G.output+=re,G.value+=re,_.dots=!0;continue}if(w.braces+w.parens===0&&G.type!=="bos"&&G.type!=="slash"){q({type:"text",value:re,output:E});continue}q({type:"dot",value:re,output:E});continue}if(re==="?"){if(!(G&&G.value==="(")&&f.noextglob!==!0&&de()==="("&&de(2)!=="?"){X("qmark",re);continue}if(G&&G.type==="paren"){const Z=de();let se=re;if(Z==="<"&&!r.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(G.value==="("&&!/[!=<:]/.test(Z)||Z==="<"&&!/<([!=]|\w+>)/.test(W()))&&(se=`\\${re}`),q({type:"text",value:re,output:se});continue}if(f.dot!==!0&&(G.type==="slash"||G.type==="bos")){q({type:"qmark",value:re,output:N});continue}q({type:"qmark",value:re,output:I});continue}if(re==="!"){if(f.noextglob!==!0&&de()==="("&&(de(2)!=="?"||!/[!=<:]/.test(de(3)))){X("negate",re);continue}if(f.nonegate!==!0&&w.index===0){Q();continue}}if(re==="+"){if(f.noextglob!==!0&&de()==="("&&de(2)!=="?"){X("plus",re);continue}if(G&&G.value==="("||f.regex===!1){q({type:"plus",value:re,output:S});continue}if(G&&(G.type==="bracket"||G.type==="paren"||G.type==="brace")||w.parens>0){q({type:"plus",value:re});continue}q({type:"plus",value:S});continue}if(re==="@"){if(f.noextglob!==!0&&de()==="("&&de(2)!=="?"){q({type:"at",extglob:!0,value:re,output:""});continue}q({type:"text",value:re});continue}if(re!=="*"){(re==="$"||re==="^")&&(re=`\\${re}`);const _=s.exec(W());_&&(re+=_[0],w.index+=_[0].length),q({type:"text",value:re});continue}if(G&&(G.type==="globstar"||G.star===!0)){G.type="star",G.star=!0,G.value+=re,G.output=T,w.backtrack=!0,w.globstar=!0,V(re);continue}let oe=W();if(f.noextglob!==!0&&/^\([^?]/.test(oe)){X("star",re);continue}if(G.type==="star"){if(f.noglobstar===!0){V(re);continue}const _=G.prev,Z=_.prev,se=_.type==="slash"||_.type==="bos",ue=Z&&(Z.type==="star"||Z.type==="globstar");if(f.bash===!0&&(!se||oe[0]&&oe[0]!=="/")){q({type:"star",value:re,output:""});continue}const K=w.braces>0&&(_.type==="comma"||_.type==="brace"),ee=x.length&&(_.type==="pipe"||_.type==="paren");if(!se&&_.type!=="paren"&&!K&&!ee){q({type:"star",value:re,output:""});continue}for(;oe.slice(0,3)==="/**";){const te=h[w.index+4];if(te&&te!=="/")break;oe=oe.slice(3),V("/**",3)}if(_.type==="bos"&&le()){G.type="globstar",G.value+=re,G.output=M(f),w.output=G.output,w.globstar=!0,V(re);continue}if(_.type==="slash"&&_.prev.type!=="bos"&&!ue&&le()){w.output=w.output.slice(0,-(_.output+G.output).length),_.output=`(?:${_.output}`,G.type="globstar",G.output=M(f)+(f.strictSlashes?")":"|$)"),G.value+=re,w.globstar=!0,w.output+=_.output+G.output,V(re);continue}if(_.type==="slash"&&_.prev.type!=="bos"&&oe[0]==="/"){const te=oe[1]!==void 0?"|$":"";w.output=w.output.slice(0,-(_.output+G.output).length),_.output=`(?:${_.output}`,G.type="globstar",G.output=`${M(f)}${A}|${A}${te})`,G.value+=re,w.output+=_.output+G.output,w.globstar=!0,V(re+ae()),q({type:"slash",value:"/",output:""});continue}if(_.type==="bos"&&oe[0]==="/"){G.type="globstar",G.value+=re,G.output=`(?:^|${A}|${M(f)}${A})`,w.output=G.output,w.globstar=!0,V(re+ae()),q({type:"slash",value:"/",output:""});continue}w.output=w.output.slice(0,-G.output.length),G.type="globstar",G.output=M(f),G.value+=re,w.output+=G.output,w.globstar=!0,V(re);continue}const ne={type:"star",value:re,output:T};if(f.bash===!0){ne.output=".*?",(G.type==="bos"||G.type==="slash")&&(ne.output=O+ne.output),q(ne);continue}if(G&&(G.type==="bracket"||G.type==="paren")&&f.regex===!0){ne.output=re,q(ne);continue}(w.index===w.start||G.type==="slash"||G.type==="dot")&&(G.type==="dot"?(w.output+=B,G.output+=B):f.dot===!0?(w.output+=k,G.output+=k):(w.output+=O,G.output+=O),de()!=="*"&&(w.output+=C,G.output+=C)),q(ne)}for(;w.brackets>0;){if(f.strictBrackets===!0)throw new SyntaxError(a("closing","]"));w.output=r.escapeLast(w.output,"["),P("brackets")}for(;w.parens>0;){if(f.strictBrackets===!0)throw new SyntaxError(a("closing",")"));w.output=r.escapeLast(w.output,"("),P("parens")}for(;w.braces>0;){if(f.strictBrackets===!0)throw new SyntaxError(a("closing","}"));w.output=r.escapeLast(w.output,"{"),P("braces")}if(f.strictSlashes!==!0&&(G.type==="star"||G.type==="bracket")&&q({type:"maybe_slash",value:"",output:`${A}?`}),w.backtrack===!0){w.output="";for(const oe of w.tokens)w.output+=oe.output!=null?oe.output:oe.value,oe.suffix&&(w.output+=oe.suffix)}return w};return l.fastpaths=(h,p)=>{const f={...p},u=typeof f.maxLength=="number"?Math.min(o,f.maxLength):o,d=h.length;if(d>u)throw new SyntaxError(`Input length: ${d}, exceeds maximum allowed length: ${u}`);h=n[h]||h;const g=r.isWindows(p),{DOT_LITERAL:m,SLASH_LITERAL:y,ONE_CHAR:D,DOTS_SLASH:v,NO_DOT:b,NO_DOTS:E,NO_DOTS_SLASH:S,STAR:A,START_ANCHOR:C}=e.globChars(g),F=f.dot?E:b,$=f.dot?S:b,B=f.capture?"":"?:",k={negated:!1,prefix:""};let I=f.bash===!0?".*?":A;f.capture&&(I=`(${I})`);const N=O=>O.noglobstar===!0?I:`(${B}(?:(?!${C}${O.dot?v:m}).)*?)`,j=O=>{switch(O){case"*":return`${F}${D}${I}`;case".*":return`${m}${D}${I}`;case"*.*":return`${F}${I}${m}${D}${I}`;case"*/*":return`${F}${I}${y}${D}${$}${I}`;case"**":return F+N(f);case"**/*":return`(?:${F}${N(f)}${y})?${$}${D}${I}`;case"**/*.*":return`(?:${F}${N(f)}${y})?${$}${I}${m}${D}${I}`;case"**/.*":return`(?:${F}${N(f)}${y})?${m}${D}${I}`;default:{const U=/^(.*?)\.(\w+)$/.exec(O);if(!U)return;const T=j(U[1]);return T?T+m+U[2]:void 0}}},L=r.removePrefix(h,k);let M=j(L);return M&&f.strictSlashes!==!0&&(M+=`${y}?`),M},Rf=l,Rf}var xf,xE;function v$(){if(xE)return xf;xE=1;const e=Ee,r=m$(),o=y$(),i=po(),s=fo(),t=c=>c&&typeof c=="object"&&!Array.isArray(c),n=(c,a,l=!1)=>{if(Array.isArray(c)){const y=c.map(v=>n(v,a,l));return v=>{for(const b of y){const E=b(v);if(E)return E}return!1}}const h=t(c)&&c.tokens&&c.input;if(c===""||typeof c!="string"&&!h)throw new TypeError("Expected pattern to be a non-empty string");const p=a||{},f=i.isWindows(a),u=h?n.compileRe(c,a):n.makeRe(c,a,!1,!0),d=u.state;delete u.state;let g=()=>!1;if(p.ignore){const y={...a,ignore:null,onMatch:null,onResult:null};g=n(p.ignore,y,l)}const m=(y,D=!1)=>{const{isMatch:v,match:b,output:E}=n.test(y,u,a,{glob:c,posix:f}),S={glob:c,state:d,regex:u,posix:f,input:y,output:E,match:b,isMatch:v};return typeof p.onResult=="function"&&p.onResult(S),v===!1?(S.isMatch=!1,D?S:!1):g(y)?(typeof p.onIgnore=="function"&&p.onIgnore(S),S.isMatch=!1,D?S:!1):(typeof p.onMatch=="function"&&p.onMatch(S),D?S:!0)};return l&&(m.state=d),m};return n.test=(c,a,l,{glob:h,posix:p}={})=>{if(typeof c!="string")throw new TypeError("Expected input to be a string");if(c==="")return{isMatch:!1,output:""};const f=l||{},u=f.format||(p?i.toPosixSlashes:null);let d=c===h,g=d&&u?u(c):c;return d===!1&&(g=u?u(c):c,d=g===h),(d===!1||f.capture===!0)&&(f.matchBase===!0||f.basename===!0?d=n.matchBase(c,a,l,p):d=a.exec(g)),{isMatch:!!d,match:d,output:g}},n.matchBase=(c,a,l,h=i.isWindows(l))=>(a instanceof RegExp?a:n.makeRe(a,l)).test(e.basename(c)),n.isMatch=(c,a,l)=>n(a,l)(c),n.parse=(c,a)=>Array.isArray(c)?c.map(l=>n.parse(l,a)):o(c,{...a,fastpaths:!1}),n.scan=(c,a)=>r(c,a),n.compileRe=(c,a,l=!1,h=!1)=>{if(l===!0)return c.output;const p=a||{},f=p.contains?"":"^",u=p.contains?"":"$";let d=`${f}(?:${c.output})${u}`;c&&c.negated===!0&&(d=`^(?!${d}).*$`);const g=n.toRegex(d,a);return h===!0&&(g.state=c),g},n.makeRe=(c,a={},l=!1,h=!1)=>{if(!c||typeof c!="string")throw new TypeError("Expected a non-empty string");let p={negated:!1,fastpaths:!0};return a.fastpaths!==!1&&(c[0]==="."||c[0]==="*")&&(p.output=o.fastpaths(c,a)),p.output||(p=o(c,a)),n.compileRe(p,a,l,h)},n.toRegex=(c,a)=>{try{const l=a||{};return new RegExp(c,l.flags||(l.nocase?"i":""))}catch(l){if(a&&a.debug===!0)throw l;return/$^/}},n.constants=s,xf=n,xf}var Ff,FE;function b$(){return FE||(FE=1,Ff=v$()),Ff}var Of,OE;function D$(){if(OE)return Of;OE=1;const e=tr,r=g$(),o=b$(),i=po(),s=c=>c===""||c==="./",t=c=>{const a=c.indexOf("{");return a>-1&&c.indexOf("}",a)>-1},n=(c,a,l)=>{a=[].concat(a),c=[].concat(c);let h=new Set,p=new Set,f=new Set,u=0,d=y=>{f.add(y.output),l&&l.onResult&&l.onResult(y)};for(let y=0;y<a.length;y++){let D=o(String(a[y]),{...l,onResult:d},!0),v=D.state.negated||D.state.negatedExtglob;v&&u++;for(let b of c){let E=D(b,!0);(v?!E.isMatch:E.isMatch)&&(v?h.add(E.output):(h.delete(E.output),p.add(E.output)))}}let m=(u===a.length?[...f]:[...p]).filter(y=>!h.has(y));if(l&&m.length===0){if(l.failglob===!0)throw new Error(`No matches found for "${a.join(", ")}"`);if(l.nonull===!0||l.nullglob===!0)return l.unescape?a.map(y=>y.replace(/\\/g,"")):a}return m};return n.match=n,n.matcher=(c,a)=>o(c,a),n.isMatch=(c,a,l)=>o(a,l)(c),n.any=n.isMatch,n.not=(c,a,l={})=>{a=[].concat(a).map(String);let h=new Set,p=[],f=d=>{l.onResult&&l.onResult(d),p.push(d.output)},u=new Set(n(c,a,{...l,onResult:f}));for(let d of p)u.has(d)||h.add(d);return[...h]},n.contains=(c,a,l)=>{if(typeof c!="string")throw new TypeError(`Expected a string: "${e.inspect(c)}"`);if(Array.isArray(a))return a.some(h=>n.contains(c,h,l));if(typeof a=="string"){if(s(c)||s(a))return!1;if(c.includes(a)||c.startsWith("./")&&c.slice(2).includes(a))return!0}return n.isMatch(c,a,{...l,contains:!0})},n.matchKeys=(c,a,l)=>{if(!i.isObject(c))throw new TypeError("Expected the first argument to be an object");let h=n(Object.keys(c),a,l),p={};for(let f of h)p[f]=c[f];return p},n.some=(c,a,l)=>{let h=[].concat(c);for(let p of[].concat(a)){let f=o(String(p),l);if(h.some(u=>f(u)))return!0}return!1},n.every=(c,a,l)=>{let h=[].concat(c);for(let p of[].concat(a)){let f=o(String(p),l);if(!h.every(u=>f(u)))return!1}return!0},n.all=(c,a,l)=>{if(typeof c!="string")throw new TypeError(`Expected a string: "${e.inspect(c)}"`);return[].concat(a).every(h=>o(h,l)(c))},n.capture=(c,a,l)=>{let h=i.isWindows(l),f=o.makeRe(String(c),{...l,capture:!0}).exec(h?i.toPosixSlashes(a):a);if(f)return f.slice(1).map(u=>u===void 0?"":u)},n.makeRe=(...c)=>o.makeRe(...c),n.scan=(...c)=>o.scan(...c),n.parse=(c,a)=>{let l=[];for(let h of[].concat(c||[]))for(let p of r(String(h),a))l.push(o.parse(p,a));return l},n.braces=(c,a)=>{if(typeof c!="string")throw new TypeError("Expected a string");return a&&a.nobrace===!0||!t(c)?[c]:r(c,a)},n.braceExpand=(c,a)=>{if(typeof c!="string")throw new TypeError("Expected a string");return n.braces(c,{...a,expand:!0})},n.hasBraces=t,Of=n,Of}var TE;function E$(){if(TE)return Fe;TE=1,Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.isAbsolute=Fe.partitionAbsoluteAndRelative=Fe.removeDuplicateSlashes=Fe.matchAny=Fe.convertPatternsToRe=Fe.makeRe=Fe.getPatternParts=Fe.expandBraceExpansion=Fe.expandPatternsWithBraceExpansion=Fe.isAffectDepthOfReadingPattern=Fe.endsWithSlashGlobStar=Fe.hasGlobStar=Fe.getBaseDirectory=Fe.isPatternRelatedToParentDirectory=Fe.getPatternsOutsideCurrentDirectory=Fe.getPatternsInsideCurrentDirectory=Fe.getPositivePatterns=Fe.getNegativePatterns=Fe.isPositivePattern=Fe.isNegativePattern=Fe.convertToNegativePattern=Fe.convertToPositivePattern=Fe.isDynamicPattern=Fe.isStaticPattern=void 0;const e=Ee,r=u$(),o=D$(),i="**",s="\\",t=/[*?]|^!/,n=/\[[^[]*]/,c=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,a=/[!*+?@]\([^(]*\)/,l=/,|\.\./,h=/(?!^)\/{2,}/g;function p(T,w={}){return!f(T,w)}Fe.isStaticPattern=p;function f(T,w={}){return T===""?!1:!!(w.caseSensitiveMatch===!1||T.includes(s)||t.test(T)||n.test(T)||c.test(T)||w.extglob!==!1&&a.test(T)||w.braceExpansion!==!1&&u(T))}Fe.isDynamicPattern=f;function u(T){const w=T.indexOf("{");if(w===-1)return!1;const x=T.indexOf("}",w+1);if(x===-1)return!1;const z=T.slice(w,x);return l.test(z)}function d(T){return m(T)?T.slice(1):T}Fe.convertToPositivePattern=d;function g(T){return"!"+T}Fe.convertToNegativePattern=g;function m(T){return T.startsWith("!")&&T[1]!=="("}Fe.isNegativePattern=m;function y(T){return!m(T)}Fe.isPositivePattern=y;function D(T){return T.filter(m)}Fe.getNegativePatterns=D;function v(T){return T.filter(y)}Fe.getPositivePatterns=v;function b(T){return T.filter(w=>!S(w))}Fe.getPatternsInsideCurrentDirectory=b;function E(T){return T.filter(S)}Fe.getPatternsOutsideCurrentDirectory=E;function S(T){return T.startsWith("..")||T.startsWith("./..")}Fe.isPatternRelatedToParentDirectory=S;function A(T){return r(T,{flipBackslashes:!1})}Fe.getBaseDirectory=A;function C(T){return T.includes(i)}Fe.hasGlobStar=C;function F(T){return T.endsWith("/"+i)}Fe.endsWithSlashGlobStar=F;function $(T){const w=e.basename(T);return F(T)||p(w)}Fe.isAffectDepthOfReadingPattern=$;function B(T){return T.reduce((w,x)=>w.concat(k(x)),[])}Fe.expandPatternsWithBraceExpansion=B;function k(T){const w=o.braces(T,{expand:!0,nodupes:!0,keepEscaping:!0});return w.sort((x,z)=>x.length-z.length),w.filter(x=>x!=="")}Fe.expandBraceExpansion=k;function I(T,w){let{parts:x}=o.scan(T,Object.assign(Object.assign({},w),{parts:!0}));return x.length===0&&(x=[T]),x[0].startsWith("/")&&(x[0]=x[0].slice(1),x.unshift("")),x}Fe.getPatternParts=I;function N(T,w){return o.makeRe(T,w)}Fe.makeRe=N;function j(T,w){return T.map(x=>N(x,w))}Fe.convertPatternsToRe=j;function L(T,w){return w.some(x=>x.test(T))}Fe.matchAny=L;function M(T){return T.replace(h,"/")}Fe.removeDuplicateSlashes=M;function O(T){const w=[],x=[];for(const z of T)U(z)?w.push(z):x.push(z);return[w,x]}Fe.partitionAbsoluteAndRelative=O;function U(T){return e.isAbsolute(T)}return Fe.isAbsolute=U,Fe}var Ti={},Tf,IE;function w$(){if(IE)return Tf;IE=1;const r=kt.PassThrough,o=Array.prototype.slice;Tf=i;function i(){const t=[],n=o.call(arguments);let c=!1,a=n[n.length-1];a&&!Array.isArray(a)&&a.pipe==null?n.pop():a={};const l=a.end!==!1,h=a.pipeError===!0;a.objectMode==null&&(a.objectMode=!0),a.highWaterMark==null&&(a.highWaterMark=64*1024);const p=r(a);function f(){for(let g=0,m=arguments.length;g<m;g++)t.push(s(arguments[g],a));return u(),this}function u(){if(c)return;c=!0;let g=t.shift();if(!g){process.nextTick(d);return}Array.isArray(g)||(g=[g]);let m=g.length+1;function y(){--m>0||(c=!1,u())}function D(v){function b(){v.removeListener("merge2UnpipeEnd",b),v.removeListener("end",b),h&&v.removeListener("error",E),y()}function E(S){p.emit("error",S)}if(v._readableState.endEmitted)return y();v.on("merge2UnpipeEnd",b),v.on("end",b),h&&v.on("error",E),v.pipe(p,{end:!1}),v.resume()}for(let v=0;v<g.length;v++)D(g[v]);y()}function d(){c=!1,p.emit("queueDrain"),l&&p.end()}return p.setMaxListeners(0),p.add=f,p.on("unpipe",function(g){g.emit("merge2UnpipeEnd")}),n.length&&f.apply(null,n),p}function s(t,n){if(Array.isArray(t))for(let c=0,a=t.length;c<a;c++)t[c]=s(t[c],n);else{if(!t._readableState&&t.pipe&&(t=t.pipe(r(n))),!t._readableState||!t.pause||!t.pipe)throw new Error("Only readable stream can be merged.");t.pause()}return t}return Tf}var $E;function _$(){if($E)return Ti;$E=1,Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.merge=void 0;const e=w$();function r(i){const s=e(i);return i.forEach(t=>{t.once("error",n=>s.emit("error",n))}),s.once("close",()=>o(i)),s.once("end",()=>o(i)),s}Ti.merge=r;function o(i){i.forEach(s=>s.emit("close"))}return Ti}var wr={},BE;function S$(){if(BE)return wr;BE=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.isEmpty=wr.isString=void 0;function e(o){return typeof o=="string"}wr.isString=e;function r(o){return o===""}return wr.isEmpty=r,wr}var kE;function fr(){if(kE)return it;kE=1,Object.defineProperty(it,"__esModule",{value:!0}),it.string=it.stream=it.pattern=it.path=it.fs=it.errno=it.array=void 0;const e=r$();it.array=e;const r=i$();it.errno=r;const o=n$();it.fs=o;const i=s$();it.path=i;const s=E$();it.pattern=s;const t=_$();it.stream=t;const n=S$();return it.string=n,it}var PE;function A$(){if(PE)return rt;PE=1,Object.defineProperty(rt,"__esModule",{value:!0}),rt.convertPatternGroupToTask=rt.convertPatternGroupsToTasks=rt.groupPatternsByBaseDirectory=rt.getNegativePatternsAsPositive=rt.getPositivePatterns=rt.convertPatternsToTasks=rt.generate=void 0;const e=fr();function r(l,h){const p=o(l,h),f=o(h.ignore,h),u=s(p),d=t(p,f),g=u.filter(v=>e.pattern.isStaticPattern(v,h)),m=u.filter(v=>e.pattern.isDynamicPattern(v,h)),y=i(g,d,!1),D=i(m,d,!0);return y.concat(D)}rt.generate=r;function o(l,h){let p=l;return h.braceExpansion&&(p=e.pattern.expandPatternsWithBraceExpansion(p)),h.baseNameMatch&&(p=p.map(f=>f.includes("/")?f:`**/${f}`)),p.map(f=>e.pattern.removeDuplicateSlashes(f))}function i(l,h,p){const f=[],u=e.pattern.getPatternsOutsideCurrentDirectory(l),d=e.pattern.getPatternsInsideCurrentDirectory(l),g=n(u),m=n(d);return f.push(...c(g,h,p)),"."in m?f.push(a(".",d,h,p)):f.push(...c(m,h,p)),f}rt.convertPatternsToTasks=i;function s(l){return e.pattern.getPositivePatterns(l)}rt.getPositivePatterns=s;function t(l,h){return e.pattern.getNegativePatterns(l).concat(h).map(e.pattern.convertToPositivePattern)}rt.getNegativePatternsAsPositive=t;function n(l){const h={};return l.reduce((p,f)=>{const u=e.pattern.getBaseDirectory(f);return u in p?p[u].push(f):p[u]=[f],p},h)}rt.groupPatternsByBaseDirectory=n;function c(l,h,p){return Object.keys(l).map(f=>a(f,l[f],h,p))}rt.convertPatternGroupsToTasks=c;function a(l,h,p,f){return{dynamic:f,positive:h,negative:p,base:l,patterns:[].concat(h,p.map(e.pattern.convertToNegativePattern))}}return rt.convertPatternGroupToTask=a,rt}var zn={},Vn={},It={},Yn={},Kn={},Vt={},Yt={},Kt={},Ii={},LE;function C$(){if(LE)return Ii;LE=1,Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.read=void 0;function e(i,s,t){s.fs.lstat(i,(n,c)=>{if(n!==null){r(t,n);return}if(!c.isSymbolicLink()||!s.followSymbolicLink){o(t,c);return}s.fs.stat(i,(a,l)=>{if(a!==null){if(s.throwErrorOnBrokenSymbolicLink){r(t,a);return}o(t,c);return}s.markSymbolicLink&&(l.isSymbolicLink=()=>!0),o(t,l)})})}Ii.read=e;function r(i,s){i(s)}function o(i,s){i(null,s)}return Ii}var $i={},NE;function R$(){if(NE)return $i;NE=1,Object.defineProperty($i,"__esModule",{value:!0}),$i.read=void 0;function e(r,o){const i=o.fs.lstatSync(r);if(!i.isSymbolicLink()||!o.followSymbolicLink)return i;try{const s=o.fs.statSync(r);return o.markSymbolicLink&&(s.isSymbolicLink=()=>!0),s}catch(s){if(!o.throwErrorOnBrokenSymbolicLink)return i;throw s}}return $i.read=e,$i}var Zn={},If={},ME;function x$(){return ME||(ME=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;const r=Ze;e.FILE_SYSTEM_ADAPTER={lstat:r.lstat,stat:r.stat,lstatSync:r.lstatSync,statSync:r.statSync};function o(i){return i===void 0?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),i)}e.createFileSystemAdapter=o}(If)),If}var jE;function F$(){if(jE)return Zn;jE=1,Object.defineProperty(Zn,"__esModule",{value:!0});const e=x$();class r{constructor(i={}){this._options=i,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=e.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(i,s){return i??s}}return Zn.default=r,Zn}var qE;function oi(){if(qE)return Kt;qE=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.statSync=Kt.stat=Kt.Settings=void 0;const e=C$(),r=R$(),o=F$();Kt.Settings=o.default;function i(n,c,a){if(typeof c=="function"){e.read(n,t(),c);return}e.read(n,t(c),a)}Kt.stat=i;function s(n,c){const a=t(c);return r.read(n,a)}Kt.statSync=s;function t(n={}){return n instanceof o.default?n:new o.default(n)}return Kt}/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var $f,UE;function O$(){if(UE)return $f;UE=1;let e;return $f=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:qt):r=>(e||(e=Promise.resolve())).then(r).catch(o=>setTimeout(()=>{throw o},0)),$f}/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var Bf,HE;function T$(){if(HE)return Bf;HE=1,Bf=r;const e=O$();function r(o,i){let s,t,n,c=!0;Array.isArray(o)?(s=[],t=o.length):(n=Object.keys(o),s={},t=n.length);function a(h){function p(){i&&i(h,s),i=null}c?e(p):p()}function l(h,p,f){s[h]=f,(--t===0||p)&&a(p)}t?n?n.forEach(function(h){o[h](function(p,f){l(h,p,f)})}):o.forEach(function(h,p){h(function(f,u){l(p,f,u)})}):a(null),c=!1}return Bf}var Bi={},GE;function fC(){if(GE)return Bi;GE=1,Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;const e=process.versions.node.split(".");if(e[0]===void 0||e[1]===void 0)throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);const r=Number.parseInt(e[0],10),o=Number.parseInt(e[1],10),i=10,s=10,t=r>i,n=r===i&&o>=s;return Bi.IS_SUPPORT_READDIR_WITH_FILE_TYPES=t||n,Bi}var ki={},Pi={},WE;function I$(){if(WE)return Pi;WE=1,Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.createDirentFromStats=void 0;class e{constructor(i,s){this.name=i,this.isBlockDevice=s.isBlockDevice.bind(s),this.isCharacterDevice=s.isCharacterDevice.bind(s),this.isDirectory=s.isDirectory.bind(s),this.isFIFO=s.isFIFO.bind(s),this.isFile=s.isFile.bind(s),this.isSocket=s.isSocket.bind(s),this.isSymbolicLink=s.isSymbolicLink.bind(s)}}function r(o,i){return new e(o,i)}return Pi.createDirentFromStats=r,Pi}var zE;function dC(){if(zE)return ki;zE=1,Object.defineProperty(ki,"__esModule",{value:!0}),ki.fs=void 0;const e=I$();return ki.fs=e,ki}var Li={},VE;function pC(){if(VE)return Li;VE=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.joinPathSegments=void 0;function e(r,o,i){return r.endsWith(i)?r+o:r+i+o}return Li.joinPathSegments=e,Li}var YE;function $$(){if(YE)return Yt;YE=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.readdir=Yt.readdirWithFileTypes=Yt.read=void 0;const e=oi(),r=T$(),o=fC(),i=dC(),s=pC();function t(p,f,u){if(!f.stats&&o.IS_SUPPORT_READDIR_WITH_FILE_TYPES){n(p,f,u);return}a(p,f,u)}Yt.read=t;function n(p,f,u){f.fs.readdir(p,{withFileTypes:!0},(d,g)=>{if(d!==null){l(u,d);return}const m=g.map(D=>({dirent:D,name:D.name,path:s.joinPathSegments(p,D.name,f.pathSegmentSeparator)}));if(!f.followSymbolicLinks){h(u,m);return}const y=m.map(D=>c(D,f));r(y,(D,v)=>{if(D!==null){l(u,D);return}h(u,v)})})}Yt.readdirWithFileTypes=n;function c(p,f){return u=>{if(!p.dirent.isSymbolicLink()){u(null,p);return}f.fs.stat(p.path,(d,g)=>{if(d!==null){if(f.throwErrorOnBrokenSymbolicLink){u(d);return}u(null,p);return}p.dirent=i.fs.createDirentFromStats(p.name,g),u(null,p)})}}function a(p,f,u){f.fs.readdir(p,(d,g)=>{if(d!==null){l(u,d);return}const m=g.map(y=>{const D=s.joinPathSegments(p,y,f.pathSegmentSeparator);return v=>{e.stat(D,f.fsStatSettings,(b,E)=>{if(b!==null){v(b);return}const S={name:y,path:D,dirent:i.fs.createDirentFromStats(y,E)};f.stats&&(S.stats=E),v(null,S)})}});r(m,(y,D)=>{if(y!==null){l(u,y);return}h(u,D)})})}Yt.readdir=a;function l(p,f){p(f)}function h(p,f){p(null,f)}return Yt}var Zt={},KE;function B$(){if(KE)return Zt;KE=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.readdir=Zt.readdirWithFileTypes=Zt.read=void 0;const e=oi(),r=fC(),o=dC(),i=pC();function s(c,a){return!a.stats&&r.IS_SUPPORT_READDIR_WITH_FILE_TYPES?t(c,a):n(c,a)}Zt.read=s;function t(c,a){return a.fs.readdirSync(c,{withFileTypes:!0}).map(h=>{const p={dirent:h,name:h.name,path:i.joinPathSegments(c,h.name,a.pathSegmentSeparator)};if(p.dirent.isSymbolicLink()&&a.followSymbolicLinks)try{const f=a.fs.statSync(p.path);p.dirent=o.fs.createDirentFromStats(p.name,f)}catch(f){if(a.throwErrorOnBrokenSymbolicLink)throw f}return p})}Zt.readdirWithFileTypes=t;function n(c,a){return a.fs.readdirSync(c).map(h=>{const p=i.joinPathSegments(c,h,a.pathSegmentSeparator),f=e.statSync(p,a.fsStatSettings),u={name:h,path:p,dirent:o.fs.createDirentFromStats(h,f)};return a.stats&&(u.stats=f),u})}return Zt.readdir=n,Zt}var Jn={},kf={},ZE;function k$(){return ZE||(ZE=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createFileSystemAdapter=e.FILE_SYSTEM_ADAPTER=void 0;const r=Ze;e.FILE_SYSTEM_ADAPTER={lstat:r.lstat,stat:r.stat,lstatSync:r.lstatSync,statSync:r.statSync,readdir:r.readdir,readdirSync:r.readdirSync};function o(i){return i===void 0?e.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},e.FILE_SYSTEM_ADAPTER),i)}e.createFileSystemAdapter=o}(kf)),kf}var JE;function P$(){if(JE)return Jn;JE=1,Object.defineProperty(Jn,"__esModule",{value:!0});const e=Ee,r=oi(),o=k$();class i{constructor(t={}){this._options=t,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=o.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,e.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new r.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(t,n){return t??n}}return Jn.default=i,Jn}var XE;function ng(){if(XE)return Vt;XE=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.Settings=Vt.scandirSync=Vt.scandir=void 0;const e=$$(),r=B$(),o=P$();Vt.Settings=o.default;function i(n,c,a){if(typeof c=="function"){e.read(n,t(),c);return}e.read(n,t(c),a)}Vt.scandir=i;function s(n,c){const a=t(c);return r.read(n,a)}Vt.scandirSync=s;function t(n={}){return n instanceof o.default?n:new o.default(n)}return Vt}var Xn={exports:{}},Pf,QE;function L$(){if(QE)return Pf;QE=1;function e(r){var o=new r,i=o;function s(){var n=o;return n.next?o=n.next:(o=new r,i=o),n.next=null,n}function t(n){i.next=n,i=n}return{get:s,release:t}}return Pf=e,Pf}var ew;function N$(){if(ew)return Xn.exports;ew=1;var e=L$();function r(t,n,c){if(typeof t=="function"&&(c=n,n=t,t=null),c<1)throw new Error("fastqueue concurrency must be greater than 1");var a=e(i),l=null,h=null,p=0,f=null,u={push:b,drain:o,saturated:o,pause:g,paused:!1,concurrency:c,running:d,resume:D,idle:v,length:m,getQueue:y,unshift:E,empty:o,kill:A,killAndDrain:C,error:F};return u;function d(){return p}function g(){u.paused=!0}function m(){for(var $=l,B=0;$;)$=$.next,B++;return B}function y(){for(var $=l,B=[];$;)B.push($.value),$=$.next;return B}function D(){if(u.paused){u.paused=!1;for(var $=0;$<u.concurrency;$++)p++,S()}}function v(){return p===0&&u.length()===0}function b($,B){var k=a.get();k.context=t,k.release=S,k.value=$,k.callback=B||o,k.errorHandler=f,p===u.concurrency||u.paused?h?(h.next=k,h=k):(l=k,h=k,u.saturated()):(p++,n.call(t,k.value,k.worked))}function E($,B){var k=a.get();k.context=t,k.release=S,k.value=$,k.callback=B||o,p===u.concurrency||u.paused?l?(k.next=l,l=k):(l=k,h=k,u.saturated()):(p++,n.call(t,k.value,k.worked))}function S($){$&&a.release($);var B=l;B?u.paused?p--:(h===l&&(h=null),l=B.next,B.next=null,n.call(t,B.value,B.worked),h===null&&u.empty()):--p===0&&u.drain()}function A(){l=null,h=null,u.drain=o}function C(){l=null,h=null,u.drain(),u.drain=o}function F($){f=$}}function o(){}function i(){this.value=null,this.callback=o,this.next=null,this.release=o,this.context=null,this.errorHandler=null;var t=this;this.worked=function(c,a){var l=t.callback,h=t.errorHandler,p=t.value;t.value=null,t.callback=o,t.errorHandler&&h(c,p),l.call(t.context,c,a),t.release(t)}}function s(t,n,c){typeof t=="function"&&(c=n,n=t,t=null);function a(g,m){n.call(this,g).then(function(y){m(null,y)},m)}var l=r(t,a,c),h=l.push,p=l.unshift;return l.push=f,l.unshift=u,l.drained=d,l;function f(g){var m=new Promise(function(y,D){h(g,function(v,b){if(v){D(v);return}y(b)})});return m.catch(o),m}function u(g){var m=new Promise(function(y,D){p(g,function(v,b){if(v){D(v);return}y(b)})});return m.catch(o),m}function d(){if(l.idle())return new Promise(function(y){y()});var g=l.drain,m=new Promise(function(y){l.drain=function(){g(),y()}});return m}}return Xn.exports=r,Xn.exports.promise=s,Xn.exports}var $t={},tw;function sg(){if(tw)return $t;tw=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.joinPathSegments=$t.replacePathSegmentSeparator=$t.isAppliedFilter=$t.isFatalError=void 0;function e(s,t){return s.errorFilter===null?!0:!s.errorFilter(t)}$t.isFatalError=e;function r(s,t){return s===null||s(t)}$t.isAppliedFilter=r;function o(s,t){return s.split(/[/\\]/).join(t)}$t.replacePathSegmentSeparator=o;function i(s,t,n){return s===""?t:s.endsWith(n)?s+t:s+n+t}return $t.joinPathSegments=i,$t}var Qn={},rw;function gC(){if(rw)return Qn;rw=1,Object.defineProperty(Qn,"__esModule",{value:!0});const e=sg();class r{constructor(i,s){this._root=i,this._settings=s,this._root=e.replacePathSegmentSeparator(i,s.pathSegmentSeparator)}}return Qn.default=r,Qn}var iw;function mC(){if(iw)return Kn;iw=1,Object.defineProperty(Kn,"__esModule",{value:!0});const e=St,r=ng(),o=N$(),i=sg(),s=gC();class t extends s.default{constructor(c,a){super(c,a),this._settings=a,this._scandir=r.scandir,this._emitter=new e.EventEmitter,this._queue=o(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(c){this._emitter.on("entry",c)}onError(c){this._emitter.once("error",c)}onEnd(c){this._emitter.once("end",c)}_pushToQueue(c,a){const l={directory:c,base:a};this._queue.push(l,h=>{h!==null&&this._handleError(h)})}_worker(c,a){this._scandir(c.directory,this._settings.fsScandirSettings,(l,h)=>{if(l!==null){a(l,void 0);return}for(const p of h)this._handleEntry(p,c.base);a(null,void 0)})}_handleError(c){this._isDestroyed||!i.isFatalError(this._settings,c)||(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",c))}_handleEntry(c,a){if(this._isDestroyed||this._isFatalError)return;const l=c.path;a!==void 0&&(c.path=i.joinPathSegments(a,c.name,this._settings.pathSegmentSeparator)),i.isAppliedFilter(this._settings.entryFilter,c)&&this._emitEntry(c),c.dirent.isDirectory()&&i.isAppliedFilter(this._settings.deepFilter,c)&&this._pushToQueue(l,a===void 0?void 0:c.path)}_emitEntry(c){this._emitter.emit("entry",c)}}return Kn.default=t,Kn}var nw;function M$(){if(nw)return Yn;nw=1,Object.defineProperty(Yn,"__esModule",{value:!0});const e=mC();class r{constructor(t,n){this._root=t,this._settings=n,this._reader=new e.default(this._root,this._settings),this._storage=[]}read(t){this._reader.onError(n=>{o(t,n)}),this._reader.onEntry(n=>{this._storage.push(n)}),this._reader.onEnd(()=>{i(t,this._storage)}),this._reader.read()}}Yn.default=r;function o(s,t){s(t)}function i(s,t){s(null,t)}return Yn}var es={},sw;function j$(){if(sw)return es;sw=1,Object.defineProperty(es,"__esModule",{value:!0});const e=kt,r=mC();class o{constructor(s,t){this._root=s,this._settings=t,this._reader=new r.default(this._root,this._settings),this._stream=new e.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(s=>{this._stream.emit("error",s)}),this._reader.onEntry(s=>{this._stream.push(s)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}}return es.default=o,es}var ts={},rs={},ow;function q$(){if(ow)return rs;ow=1,Object.defineProperty(rs,"__esModule",{value:!0});const e=ng(),r=sg(),o=gC();class i extends o.default{constructor(){super(...arguments),this._scandir=e.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(t,n){this._queue.add({directory:t,base:n})}_handleQueue(){for(const t of this._queue.values())this._handleDirectory(t.directory,t.base)}_handleDirectory(t,n){try{const c=this._scandir(t,this._settings.fsScandirSettings);for(const a of c)this._handleEntry(a,n)}catch(c){this._handleError(c)}}_handleError(t){if(r.isFatalError(this._settings,t))throw t}_handleEntry(t,n){const c=t.path;n!==void 0&&(t.path=r.joinPathSegments(n,t.name,this._settings.pathSegmentSeparator)),r.isAppliedFilter(this._settings.entryFilter,t)&&this._pushToStorage(t),t.dirent.isDirectory()&&r.isAppliedFilter(this._settings.deepFilter,t)&&this._pushToQueue(c,n===void 0?void 0:t.path)}_pushToStorage(t){this._storage.push(t)}}return rs.default=i,rs}var aw;function U$(){if(aw)return ts;aw=1,Object.defineProperty(ts,"__esModule",{value:!0});const e=q$();class r{constructor(i,s){this._root=i,this._settings=s,this._reader=new e.default(this._root,this._settings)}read(){return this._reader.read()}}return ts.default=r,ts}var is={},uw;function H$(){if(uw)return is;uw=1,Object.defineProperty(is,"__esModule",{value:!0});const e=Ee,r=ng();class o{constructor(s={}){this._options=s,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,e.sep),this.fsScandirSettings=new r.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(s,t){return s??t}}return is.default=o,is}var cw;function og(){if(cw)return It;cw=1,Object.defineProperty(It,"__esModule",{value:!0}),It.Settings=It.walkStream=It.walkSync=It.walk=void 0;const e=M$(),r=j$(),o=U$(),i=H$();It.Settings=i.default;function s(a,l,h){if(typeof l=="function"){new e.default(a,c()).read(l);return}new e.default(a,c(l)).read(h)}It.walk=s;function t(a,l){const h=c(l);return new o.default(a,h).read()}It.walkSync=t;function n(a,l){const h=c(l);return new r.default(a,h).read()}It.walkStream=n;function c(a={}){return a instanceof i.default?a:new i.default(a)}return It}var ns={},lw;function ag(){if(lw)return ns;lw=1,Object.defineProperty(ns,"__esModule",{value:!0});const e=Ee,r=oi(),o=fr();class i{constructor(t){this._settings=t,this._fsStatSettings=new r.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(t){return e.resolve(this._settings.cwd,t)}_makeEntry(t,n){const c={name:n,path:n,dirent:o.fs.createDirentFromStats(n,t)};return this._settings.stats&&(c.stats=t),c}_isFatalError(t){return!o.errno.isEnoentCodeError(t)&&!this._settings.suppressErrors}}return ns.default=i,ns}var ss={},hw;function yC(){if(hw)return ss;hw=1,Object.defineProperty(ss,"__esModule",{value:!0});const e=kt,r=oi(),o=og(),i=ag();class s extends i.default{constructor(){super(...arguments),this._walkStream=o.walkStream,this._stat=r.stat}dynamic(n,c){return this._walkStream(n,c)}static(n,c){const a=n.map(this._getFullEntryPath,this),l=new e.PassThrough({objectMode:!0});l._write=(h,p,f)=>this._getEntry(a[h],n[h],c).then(u=>{u!==null&&c.entryFilter(u)&&l.push(u),h===a.length-1&&l.end(),f()}).catch(f);for(let h=0;h<a.length;h++)l.write(h);return l}_getEntry(n,c,a){return this._getStat(n).then(l=>this._makeEntry(l,c)).catch(l=>{if(a.errorFilter(l))return null;throw l})}_getStat(n){return new Promise((c,a)=>{this._stat(n,this._fsStatSettings,(l,h)=>l===null?c(h):a(l))})}}return ss.default=s,ss}var fw;function G$(){if(fw)return Vn;fw=1,Object.defineProperty(Vn,"__esModule",{value:!0});const e=og(),r=ag(),o=yC();class i extends r.default{constructor(){super(...arguments),this._walkAsync=e.walk,this._readerStream=new o.default(this._settings)}dynamic(t,n){return new Promise((c,a)=>{this._walkAsync(t,n,(l,h)=>{l===null?c(h):a(l)})})}async static(t,n){const c=[],a=this._readerStream.static(t,n);return new Promise((l,h)=>{a.once("error",h),a.on("data",p=>c.push(p)),a.once("end",()=>l(c))})}}return Vn.default=i,Vn}var os={},as={},us={},cs={},dw;function W$(){if(dw)return cs;dw=1,Object.defineProperty(cs,"__esModule",{value:!0});const e=fr();class r{constructor(i,s,t){this._patterns=i,this._settings=s,this._micromatchOptions=t,this._storage=[],this._fillStorage()}_fillStorage(){for(const i of this._patterns){const s=this._getPatternSegments(i),t=this._splitSegmentsIntoSections(s);this._storage.push({complete:t.length<=1,pattern:i,segments:s,sections:t})}}_getPatternSegments(i){return e.pattern.getPatternParts(i,this._micromatchOptions).map(t=>e.pattern.isDynamicPattern(t,this._settings)?{dynamic:!0,pattern:t,patternRe:e.pattern.makeRe(t,this._micromatchOptions)}:{dynamic:!1,pattern:t})}_splitSegmentsIntoSections(i){return e.array.splitWhen(i,s=>s.dynamic&&e.pattern.hasGlobStar(s.pattern))}}return cs.default=r,cs}var pw;function z$(){if(pw)return us;pw=1,Object.defineProperty(us,"__esModule",{value:!0});const e=W$();class r extends e.default{match(i){const s=i.split("/"),t=s.length,n=this._storage.filter(c=>!c.complete||c.segments.length>t);for(const c of n){const a=c.sections[0];if(!c.complete&&t>a.length||s.every((h,p)=>{const f=c.segments[p];return!!(f.dynamic&&f.patternRe.test(h)||!f.dynamic&&f.pattern===h)}))return!0}return!1}}return us.default=r,us}var gw;function V$(){if(gw)return as;gw=1,Object.defineProperty(as,"__esModule",{value:!0});const e=fr(),r=z$();class o{constructor(s,t){this._settings=s,this._micromatchOptions=t}getFilter(s,t,n){const c=this._getMatcher(t),a=this._getNegativePatternsRe(n);return l=>this._filter(s,l,c,a)}_getMatcher(s){return new r.default(s,this._settings,this._micromatchOptions)}_getNegativePatternsRe(s){const t=s.filter(e.pattern.isAffectDepthOfReadingPattern);return e.pattern.convertPatternsToRe(t,this._micromatchOptions)}_filter(s,t,n,c){if(this._isSkippedByDeep(s,t.path)||this._isSkippedSymbolicLink(t))return!1;const a=e.path.removeLeadingDotSegment(t.path);return this._isSkippedByPositivePatterns(a,n)?!1:this._isSkippedByNegativePatterns(a,c)}_isSkippedByDeep(s,t){return this._settings.deep===1/0?!1:this._getEntryLevel(s,t)>=this._settings.deep}_getEntryLevel(s,t){const n=t.split("/").length;if(s==="")return n;const c=s.split("/").length;return n-c}_isSkippedSymbolicLink(s){return!this._settings.followSymbolicLinks&&s.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(s,t){return!this._settings.baseNameMatch&&!t.match(s)}_isSkippedByNegativePatterns(s,t){return!e.pattern.matchAny(s,t)}}return as.default=o,as}var ls={},mw;function Y$(){if(mw)return ls;mw=1,Object.defineProperty(ls,"__esModule",{value:!0});const e=fr();class r{constructor(i,s){this._settings=i,this._micromatchOptions=s,this.index=new Map}getFilter(i,s){const[t,n]=e.pattern.partitionAbsoluteAndRelative(s),c={positive:{all:e.pattern.convertPatternsToRe(i,this._micromatchOptions)},negative:{absolute:e.pattern.convertPatternsToRe(t,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0})),relative:e.pattern.convertPatternsToRe(n,Object.assign(Object.assign({},this._micromatchOptions),{dot:!0}))}};return a=>this._filter(a,c)}_filter(i,s){const t=e.path.removeLeadingDotSegment(i.path);if(this._settings.unique&&this._isDuplicateEntry(t)||this._onlyFileFilter(i)||this._onlyDirectoryFilter(i))return!1;const n=this._isMatchToPatternsSet(t,s,i.dirent.isDirectory());return this._settings.unique&&n&&this._createIndexRecord(t),n}_isDuplicateEntry(i){return this.index.has(i)}_createIndexRecord(i){this.index.set(i,void 0)}_onlyFileFilter(i){return this._settings.onlyFiles&&!i.dirent.isFile()}_onlyDirectoryFilter(i){return this._settings.onlyDirectories&&!i.dirent.isDirectory()}_isMatchToPatternsSet(i,s,t){return!(!this._isMatchToPatterns(i,s.positive.all,t)||this._isMatchToPatterns(i,s.negative.relative,t)||this._isMatchToAbsoluteNegative(i,s.negative.absolute,t))}_isMatchToAbsoluteNegative(i,s,t){if(s.length===0)return!1;const n=e.path.makeAbsolute(this._settings.cwd,i);return this._isMatchToPatterns(n,s,t)}_isMatchToPatterns(i,s,t){if(s.length===0)return!1;const n=e.pattern.matchAny(i,s);return!n&&t?e.pattern.matchAny(i+"/",s):n}}return ls.default=r,ls}var hs={},yw;function K$(){if(yw)return hs;yw=1,Object.defineProperty(hs,"__esModule",{value:!0});const e=fr();class r{constructor(i){this._settings=i}getFilter(){return i=>this._isNonFatalError(i)}_isNonFatalError(i){return e.errno.isEnoentCodeError(i)||this._settings.suppressErrors}}return hs.default=r,hs}var fs={},vw;function Z$(){if(vw)return fs;vw=1,Object.defineProperty(fs,"__esModule",{value:!0});const e=fr();class r{constructor(i){this._settings=i}getTransformer(){return i=>this._transform(i)}_transform(i){let s=i.path;return this._settings.absolute&&(s=e.path.makeAbsolute(this._settings.cwd,s),s=e.path.unixify(s)),this._settings.markDirectories&&i.dirent.isDirectory()&&(s+="/"),this._settings.objectMode?Object.assign(Object.assign({},i),{path:s}):s}}return fs.default=r,fs}var bw;function ug(){if(bw)return os;bw=1,Object.defineProperty(os,"__esModule",{value:!0});const e=Ee,r=V$(),o=Y$(),i=K$(),s=Z$();class t{constructor(c){this._settings=c,this.errorFilter=new i.default(this._settings),this.entryFilter=new o.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new r.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new s.default(this._settings)}_getRootDirectory(c){return e.resolve(this._settings.cwd,c.base)}_getReaderOptions(c){const a=c.base==="."?"":c.base;return{basePath:a,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(a,c.positive,c.negative),entryFilter:this.entryFilter.getFilter(c.positive,c.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}}return os.default=t,os}var Dw;function J$(){if(Dw)return zn;Dw=1,Object.defineProperty(zn,"__esModule",{value:!0});const e=G$(),r=ug();class o extends r.default{constructor(){super(...arguments),this._reader=new e.default(this._settings)}async read(s){const t=this._getRootDirectory(s),n=this._getReaderOptions(s);return(await this.api(t,s,n)).map(a=>n.transform(a))}api(s,t,n){return t.dynamic?this._reader.dynamic(s,n):this._reader.static(t.patterns,n)}}return zn.default=o,zn}var ds={},Ew;function X$(){if(Ew)return ds;Ew=1,Object.defineProperty(ds,"__esModule",{value:!0});const e=kt,r=yC(),o=ug();class i extends o.default{constructor(){super(...arguments),this._reader=new r.default(this._settings)}read(t){const n=this._getRootDirectory(t),c=this._getReaderOptions(t),a=this.api(n,t,c),l=new e.Readable({objectMode:!0,read:()=>{}});return a.once("error",h=>l.emit("error",h)).on("data",h=>l.emit("data",c.transform(h))).once("end",()=>l.emit("end")),l.once("close",()=>a.destroy()),l}api(t,n,c){return n.dynamic?this._reader.dynamic(t,c):this._reader.static(n.patterns,c)}}return ds.default=i,ds}var ps={},gs={},ww;function Q$(){if(ww)return gs;ww=1,Object.defineProperty(gs,"__esModule",{value:!0});const e=oi(),r=og(),o=ag();class i extends o.default{constructor(){super(...arguments),this._walkSync=r.walkSync,this._statSync=e.statSync}dynamic(t,n){return this._walkSync(t,n)}static(t,n){const c=[];for(const a of t){const l=this._getFullEntryPath(a),h=this._getEntry(l,a,n);h===null||!n.entryFilter(h)||c.push(h)}return c}_getEntry(t,n,c){try{const a=this._getStat(t);return this._makeEntry(a,n)}catch(a){if(c.errorFilter(a))return null;throw a}}_getStat(t){return this._statSync(t,this._fsStatSettings)}}return gs.default=i,gs}var _w;function e6(){if(_w)return ps;_w=1,Object.defineProperty(ps,"__esModule",{value:!0});const e=Q$(),r=ug();class o extends r.default{constructor(){super(...arguments),this._reader=new e.default(this._settings)}read(s){const t=this._getRootDirectory(s),n=this._getReaderOptions(s);return this.api(t,s,n).map(n.transform)}api(s,t,n){return t.dynamic?this._reader.dynamic(s,n):this._reader.static(t.patterns,n)}}return ps.default=o,ps}var Lf={},Sw;function t6(){return Sw||(Sw=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;const r=Ze,i=Math.max(at.cpus().length,1);e.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:r.lstat,lstatSync:r.lstatSync,stat:r.stat,statSync:r.statSync,readdir:r.readdir,readdirSync:r.readdirSync};class s{constructor(n={}){this._options=n,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,i),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0),this.ignore=[].concat(this.ignore)}_getValue(n,c){return n===void 0?c:n}_getFileSystemMethods(n={}){return Object.assign(Object.assign({},e.DEFAULT_FILE_SYSTEM_ADAPTER),n)}}e.default=s}(Lf)),Lf}var Nf,Aw;function r6(){if(Aw)return Nf;Aw=1;const e=A$(),r=J$(),o=X$(),i=e6(),s=t6(),t=fr();async function n(l,h){a(l);const p=c(l,r.default,h),f=await Promise.all(p);return t.array.flatten(f)}(function(l){l.glob=l,l.globSync=h,l.globStream=p,l.async=l;function h(m,y){a(m);const D=c(m,i.default,y);return t.array.flatten(D)}l.sync=h;function p(m,y){a(m);const D=c(m,o.default,y);return t.stream.merge(D)}l.stream=p;function f(m,y){a(m);const D=[].concat(m),v=new s.default(y);return e.generate(D,v)}l.generateTasks=f;function u(m,y){a(m);const D=new s.default(y);return t.pattern.isDynamicPattern(m,D)}l.isDynamicPattern=u;function d(m){return a(m),t.path.escape(m)}l.escapePath=d;function g(m){return a(m),t.path.convertPathToPattern(m)}l.convertPathToPattern=g,function(m){function y(v){return a(v),t.path.escapePosixPath(v)}m.escapePath=y;function D(v){return a(v),t.path.convertPosixPathToPattern(v)}m.convertPathToPattern=D}(l.posix||(l.posix={})),function(m){function y(v){return a(v),t.path.escapeWindowsPath(v)}m.escapePath=y;function D(v){return a(v),t.path.convertWindowsPathToPattern(v)}m.convertPathToPattern=D}(l.win32||(l.win32={}))})(n||(n={}));function c(l,h,p){const f=[].concat(l),u=new s.default(p),d=e.generate(f,u),g=new h(u);return d.map(g.read,g)}function a(l){if(![].concat(l).every(f=>t.string.isString(f)&&!t.string.isEmpty(f)))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}return Nf=n,Nf}var i6=r6();const vC=We(i6),bC={ignore:["**/node_modules/**"]},DC=async e=>{const r=Ee.join(Ee.dirname(e),"pnpm-workspace.yaml");let o;try{o=await $e.readFile(r,"utf-8")}catch{return null}return Is.load(o)},n6=async(e,r)=>{const o={};if(e.packageManager==="pnpm"){const s=await DC(r);s&&!Array.isArray(s)&&(s.catalog&&Object.assign(o,s.catalog),s.catalogs&&Object.assign(o,...Object.values(s.catalogs)))}const i=JSON.parse(await $e.readFile(r,"utf-8"));return Object.assign(o,i.catalog,...Object.values(i.catalogs??{})),i.workspaces&&!Array.isArray(i.workspaces)&&Object.assign(o,i.workspaces.catalog,...Object.values(i.workspaces.catalogs??{})),Object.keys(o).length>0?o:null};async function s6(e,r,o,i){const{pkgData:s,pkgPath:t}=await $s({...e,packageFile:o,loglevel:"silent"}),c=(typeof s=="string"?JSON.parse(s):s).workspaces||await DC(t||""),a=Array.isArray(c)?c:c?.packages;a||Pe(e,`workspaces property missing from package.json. --workspace${e.workspaces?"s":""} only works when you specify a "workspaces" property in your package.json.`);const l=(a||[]).map(g=>Ee.join(i,g,"package.json").replace(/\\/g,"/")),h=vC.sync(l,bC),p=await Promise.all(h.map(async g=>{const m=await eg(e,g);return m.name=m.pkg.name||g.split("/").slice(-2)[0],m})),f=p.map(g=>g.name||"");return e.workspaces!==!0?[p.filter(g=>e.workspace?.some(m=>a?.some(y=>g.name===m||g.filepath===Ee.join(i,Ee.dirname(y),m,r).replace(/\\/g,"/")))),f]:[p,f]}async function o6(e,r){if(!r)return null;const o=await n6(e,r);if(!o)return null;const i={name:"catalog-dependencies",version:"1.0.0",dependencies:o},s=e.packageManager==="pnpm"?Ee.join(Ee.dirname(r),"pnpm-workspace.yaml"):`${r}#catalog`,t=JSON.stringify(i,null,2);return{filepath:s,pkg:i,pkgFile:t,name:"catalogs"}}async function a6(e){const r=e.packageFile||"package.json",o=e.cwd?YS(e.cwd):"./",i=e.packageFile||(e.cwd?Ee.join(o,"package.json"):"package.json"),s=e.workspaces===!0||e.workspace!==void 0&&e.workspace.length!==0;let t=[];if(!s||e.root===!0){const h=i.replace(/\\/g,"/"),p=vC.sync(h,bC),f=await Promise.all(p.map(async u=>await eg(e,u)));t=[...t,...f]}if(!s)return[t,[]];let c=null;if(s){const{pkgPath:h}=await $s({...e,packageFile:i,loglevel:"silent"});h&&(c=await o6(e,h))}const[a,l]=await s6(e,r,i,o);return t=[...t,...a],c&&(t=[...t,c]),[t,l]}var _r={},Mf={exports:{}},Cw;function u6(){return Cw||(Cw=1,function(e){var r=N_,o=Ee;e.exports=function(s,t,n){if(typeof t=="object"&&(n=t,t=void 0),n=n||{},t=t||"",n.appendPaths=n.appendPaths||[],n.prependPaths=n.prependPaths||[],typeof s!="string")throw new Error("code must be a string, not "+typeof s);var c=r._nodeModulePaths(o.dirname(t)),a=e.parent,l=new r(t,a);l.filename=t,l.paths=[].concat(n.prependPaths).concat(c).concat(n.appendPaths),l._compile(s,t);var h=l.exports;return a&&a.children&&a.children.splice(a.children.indexOf(l),1),h}}(Mf)),Mf.exports}var c6=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,l6=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,h6=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,jf={Space_Separator:c6,ID_Start:l6,ID_Continue:h6},Ve={isSpaceSeparator(e){return typeof e=="string"&&jf.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||jf.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="‌"||e==="‍"||jf.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}};let Kd,ft,Xt,Bs,ur,Bt,et,cg,Wi;var f6=function(r,o){Kd=String(r),ft="start",Xt=[],Bs=0,ur=1,Bt=0,et=void 0,cg=void 0,Wi=void 0;do et=d6(),m6[ft]();while(et.type!=="eof");return typeof o=="function"?Zd({"":Wi},"",o):Wi};function Zd(e,r,o){const i=e[r];if(i!=null&&typeof i=="object")if(Array.isArray(i))for(let s=0;s<i.length;s++){const t=String(s),n=Zd(i,t,o);n===void 0?delete i[t]:Object.defineProperty(i,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}else for(const s in i){const t=Zd(i,s,o);t===void 0?delete i[s]:Object.defineProperty(i,s,{value:t,writable:!0,enumerable:!0,configurable:!0})}return o.call(e,r,i)}let Te,Oe,qi,Jt,Be;function d6(){for(Te="default",Oe="",qi=!1,Jt=1;;){Be=Qt();const e=EC[Te]();if(e)return e}}function Qt(){if(Kd[Bs])return String.fromCodePoint(Kd.codePointAt(Bs))}function ge(){const e=Qt();return e===`
558
558
  `?(ur++,Bt=0):e?Bt+=e.length:Bt++,e&&(Bs+=e.length),e}const EC={default(){switch(Be){case" ":case"\v":case"\f":case" ":case" ":case"\uFEFF":case`
559
559
  `:case"\r":case"\u2028":case"\u2029":ge();return;case"/":ge(),Te="comment";return;case void 0:return ge(),qe("eof")}if(Ve.isSpaceSeparator(Be)){ge();return}return EC[ft]()},comment(){switch(Be){case"*":ge(),Te="multiLineComment";return;case"/":ge(),Te="singleLineComment";return}throw Ue(ge())},multiLineComment(){switch(Be){case"*":ge(),Te="multiLineCommentAsterisk";return;case void 0:throw Ue(ge())}ge()},multiLineCommentAsterisk(){switch(Be){case"*":ge();return;case"/":ge(),Te="default";return;case void 0:throw Ue(ge())}ge(),Te="multiLineComment"},singleLineComment(){switch(Be){case`
560
560
  `:case"\r":case"\u2028":case"\u2029":ge(),Te="default";return;case void 0:return ge(),qe("eof")}ge()},value(){switch(Be){case"{":case"[":return qe("punctuator",ge());case"n":return ge(),Sr("ull"),qe("null",null);case"t":return ge(),Sr("rue"),qe("boolean",!0);case"f":return ge(),Sr("alse"),qe("boolean",!1);case"-":case"+":ge()==="-"&&(Jt=-1),Te="sign";return;case".":Oe=ge(),Te="decimalPointLeading";return;case"0":Oe=ge(),Te="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":Oe=ge(),Te="decimalInteger";return;case"I":return ge(),Sr("nfinity"),qe("numeric",1/0);case"N":return ge(),Sr("aN"),qe("numeric",NaN);case'"':case"'":qi=ge()==='"',Oe="",Te="string";return}throw Ue(ge())},identifierNameStartEscape(){if(Be!=="u")throw Ue(ge());ge();const e=Jd();switch(e){case"$":case"_":break;default:if(!Ve.isIdStartChar(e))throw Rw();break}Oe+=e,Te="identifierName"},identifierName(){switch(Be){case"$":case"_":case"‌":case"‍":Oe+=ge();return;case"\\":ge(),Te="identifierNameEscape";return}if(Ve.isIdContinueChar(Be)){Oe+=ge();return}return qe("identifier",Oe)},identifierNameEscape(){if(Be!=="u")throw Ue(ge());ge();const e=Jd();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Ve.isIdContinueChar(e))throw Rw();break}Oe+=e,Te="identifierName"},sign(){switch(Be){case".":Oe=ge(),Te="decimalPointLeading";return;case"0":Oe=ge(),Te="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":Oe=ge(),Te="decimalInteger";return;case"I":return ge(),Sr("nfinity"),qe("numeric",Jt*(1/0));case"N":return ge(),Sr("aN"),qe("numeric",NaN)}throw Ue(ge())},zero(){switch(Be){case".":Oe+=ge(),Te="decimalPoint";return;case"e":case"E":Oe+=ge(),Te="decimalExponent";return;case"x":case"X":Oe+=ge(),Te="hexadecimal";return}return qe("numeric",Jt*0)},decimalInteger(){switch(Be){case".":Oe+=ge(),Te="decimalPoint";return;case"e":case"E":Oe+=ge(),Te="decimalExponent";return}if(Ve.isDigit(Be)){Oe+=ge();return}return qe("numeric",Jt*Number(Oe))},decimalPointLeading(){if(Ve.isDigit(Be)){Oe+=ge(),Te="decimalFraction";return}throw Ue(ge())},decimalPoint(){switch(Be){case"e":case"E":Oe+=ge(),Te="decimalExponent";return}if(Ve.isDigit(Be)){Oe+=ge(),Te="decimalFraction";return}return qe("numeric",Jt*Number(Oe))},decimalFraction(){switch(Be){case"e":case"E":Oe+=ge(),Te="decimalExponent";return}if(Ve.isDigit(Be)){Oe+=ge();return}return qe("numeric",Jt*Number(Oe))},decimalExponent(){switch(Be){case"+":case"-":Oe+=ge(),Te="decimalExponentSign";return}if(Ve.isDigit(Be)){Oe+=ge(),Te="decimalExponentInteger";return}throw Ue(ge())},decimalExponentSign(){if(Ve.isDigit(Be)){Oe+=ge(),Te="decimalExponentInteger";return}throw Ue(ge())},decimalExponentInteger(){if(Ve.isDigit(Be)){Oe+=ge();return}return qe("numeric",Jt*Number(Oe))},hexadecimal(){if(Ve.isHexDigit(Be)){Oe+=ge(),Te="hexadecimalInteger";return}throw Ue(ge())},hexadecimalInteger(){if(Ve.isHexDigit(Be)){Oe+=ge();return}return qe("numeric",Jt*Number(Oe))},string(){switch(Be){case"\\":ge(),Oe+=p6();return;case'"':if(qi)return ge(),qe("string",Oe);Oe+=ge();return;case"'":if(!qi)return ge(),qe("string",Oe);Oe+=ge();return;case`