@baicie/ncu 0.1.14 → 0.1.15

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/cli.js CHANGED
File without changes
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,c,l,h){const f=(c.selected?e.green(t.radioOn):t.radioOff)+" "+h+" ";let d;return c.disabled?d=a===l?e.gray().underline(c.title):e.strikethrough().gray(c.title):d=a===l?e.cyan().underline(c.title):c.title,f+d}renderDoneOrInstructions(){if(this.done)return this.value.filter(c=>c.selected).map(c=>c.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=[o.symbol(this.done,this.aborted),e.bold(this.msg),o.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=n(a,this.out.columns)}}return Go=i,Go}var Wo,Gg;function hR(){if(Gg)return Wo;Gg=1;const e=Bt(),r=cr(),{style:s,clear:n}=jt(),{erase:o,cursor:t}=Pt();class i 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,c){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(n(this.outputText,this.out.columns)),super.render();const a=this.aborted||this.done&&!this.value;this.outputText=[s.symbol(this.done,a),e.bold(this.msg),s.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(o.line+t.to(0)+this.outputText)}}return Wo=i,Wo}var zo,Wg;function dR(){return Wg||(Wg=1,zo={TextPrompt:ZC(),SelectPrompt:JC(),TogglePrompt:XC(),DatePrompt:uR(),NumberPrompt:cR(),MultiselectPrompt:kw(),AutocompletePrompt:lR(),AutocompleteMultiselectPrompt:fR(),ConfirmPrompt:hR()}),zo}var zg;function pR(){return zg||(zg=1,(function(e){const r=e,s=dR(),n=i=>i;function o(i,u,a={}){return new Promise((c,l)=>{const h=new s[i](u),f=a.onAbort||n,d=a.onSubmit||n,p=a.onExit||n;h.on("state",u.onState||n),h.on("submit",g=>c(d(g))),h.on("exit",g=>c(p(g))),h.on("abort",g=>l(f(g)))})}r.text=i=>o("TextPrompt",i),r.password=i=>(i.style="password",r.text(i)),r.invisible=i=>(i.style="invisible",r.text(i)),r.number=i=>o("NumberPrompt",i),r.date=i=>o("DatePrompt",i),r.confirm=i=>o("ConfirmPrompt",i),r.list=i=>{const u=i.separator||",";return o("TextPrompt",i,{onSubmit:a=>a.split(u).map(c=>c.trim())})},r.toggle=i=>o("TogglePrompt",i),r.select=i=>o("SelectPrompt",i),r.multiselect=i=>{i.choices=[].concat(i.choices||[]);const u=a=>a.filter(c=>c.selected).map(c=>c.value);return o("MultiselectPrompt",i,{onAbort:u,onSubmit:u})},r.autocompleteMultiselect=i=>{i.choices=[].concat(i.choices||[]);const u=a=>a.filter(c=>c.selected).map(c=>c.value);return o("AutocompleteMultiselectPrompt",i,{onAbort:u,onSubmit:u})};const t=(i,u)=>Promise.resolve(u.filter(a=>a.title.slice(0,i.length).toLowerCase()===i.toLowerCase()));r.autocomplete=i=>(i.suggest=i.suggest||t,i.choices=[].concat(i.choices||[]),o("AutocompletePrompt",i))})(po)),po}var Vo,Vg;function gR(){if(Vg)return Vo;Vg=1;const e=pR(),r=["suggest","format","onState","validate","onRender","type"],s=()=>{};async function n(u=[],{onSubmit:a=s,onCancel:c=s}={}){const l={},h=n._override||{};u=[].concat(u);let f,d,p,g,m,v;const b=async(y,D,E=!1)=>{if(!(!E&&y.validate&&y.validate(D)!==!0))return y.format?await y.format(D,l):D};for(d of u)if({name:g,type:m}=d,typeof m=="function"&&(m=await m(f,{...l},d),d.type=m),!!m){for(let y in d){if(r.includes(y))continue;let D=d[y];d[y]=typeof D=="function"?await D(f,{...l},v):D}if(v=d,typeof d.message!="string")throw new Error("prompt message is required");if({name:g,type:m}=d,e[m]===void 0)throw new Error(`prompt type (${m}) is not defined`);if(h[d.name]!==void 0&&(f=await b(d,h[d.name]),f!==void 0)){l[g]=f;continue}try{f=n._injected?o(n._injected,d.initial):await e[m](d),l[g]=f=await b(d,f,!0),p=await a(d,f,l)}catch{p=!await c(d,l)}if(p)return l}return l}function o(u,a){const c=u.shift();if(c instanceof Error)throw c;return c===void 0?a:c}function t(u){n._injected=(n._injected||[]).concat(u)}function i(u){n._override=Object.assign({},u)}return Vo=Object.assign(n,{prompt:n,prompts:e,inject:t,override:i}),Vo}var Yo,Yg;function mR(){return Yg||(Yg=1,Yo=gR()),Yo}var yR=mR();const Ds=We(yR);var dr={exports:{}},Ko,Kg;function vR(){if(Kg)return Ko;Kg=1,Ko=n,n.sync=o;var e=Ze;function r(t,i){var u=i.pathExt!==void 0?i.pathExt:process.env.PATHEXT;if(!u||(u=u.split(";"),u.indexOf("")!==-1))return!0;for(var a=0;a<u.length;a++){var c=u[a].toLowerCase();if(c&&t.substr(-c.length).toLowerCase()===c)return!0}return!1}function s(t,i,u){return!t.isSymbolicLink()&&!t.isFile()?!1:r(i,u)}function n(t,i,u){e.stat(t,function(a,c){u(a,a?!1:s(c,t,i))})}function o(t,i){return s(e.statSync(t),t,i)}return Ko}var Zo,Zg;function DR(){if(Zg)return Zo;Zg=1,Zo=r,r.sync=s;var e=Ze;function r(t,i,u){e.stat(t,function(a,c){u(a,a?!1:n(c,i))})}function s(t,i){return n(e.statSync(t),i)}function n(t,i){return t.isFile()&&o(t,i)}function o(t,i){var u=t.mode,a=t.uid,c=t.gid,l=i.uid!==void 0?i.uid:process.getuid&&process.getuid(),h=i.gid!==void 0?i.gid:process.getgid&&process.getgid(),f=parseInt("100",8),d=parseInt("010",8),p=parseInt("001",8),g=f|d,m=u&p||u&d&&c===h||u&f&&a===l||u&g&&l===0;return m}return Zo}var Jo,Jg;function ER(){if(Jg)return Jo;Jg=1;var e;process.platform==="win32"||sr.TESTING_WINDOWS?e=vR():e=DR(),Jo=r,r.sync=s;function r(n,o,t){if(typeof o=="function"&&(t=o,o={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(i,u){r(n,o||{},function(a,c){a?u(a):i(c)})})}e(n,o||{},function(i,u){i&&(i.code==="EACCES"||o&&o.ignoreErrors)&&(i=null,u=!1),t(i,u)})}function s(n,o){try{return e.sync(n,o||{})}catch(t){if(o&&o.ignoreErrors||t.code==="EACCES")return!1;throw t}}return Jo}var Xo,Xg;function bR(){if(Xg)return Xo;Xg=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=be,s=e?";":":",n=ER(),o=a=>Object.assign(new Error(`not found: ${a}`),{code:"ENOENT"}),t=(a,c)=>{const l=c.colon||s,h=a.match(/\//)||e&&a.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(c.path||process.env.PATH||"").split(l)],f=e?c.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",d=e?f.split(l):[""];return e&&a.indexOf(".")!==-1&&d[0]!==""&&d.unshift(""),{pathEnv:h,pathExt:d,pathExtExe:f}},i=(a,c,l)=>{typeof c=="function"&&(l=c,c={}),c||(c={});const{pathEnv:h,pathExt:f,pathExtExe:d}=t(a,c),p=[],g=v=>new Promise((b,y)=>{if(v===h.length)return c.all&&p.length?b(p):y(o(a));const D=h[v],E=/^".*"$/.test(D)?D.slice(1,-1):D,w=r.join(E,a),S=!E&&/^\.[\\\/]/.test(a)?a.slice(0,2)+w:w;b(m(S,v,0))}),m=(v,b,y)=>new Promise((D,E)=>{if(y===f.length)return D(g(b+1));const w=f[y];n(v+w,{pathExt:d},(S,R)=>{if(!S&&R)if(c.all)p.push(v+w);else return D(v+w);return D(m(v,b,y+1))})});return l?g(0).then(v=>l(null,v),l):g(0)},u=(a,c)=>{c=c||{};const{pathEnv:l,pathExt:h,pathExtExe:f}=t(a,c),d=[];for(let p=0;p<l.length;p++){const g=l[p],m=/^".*"$/.test(g)?g.slice(1,-1):g,v=r.join(m,a),b=!m&&/^\.[\\\/]/.test(a)?a.slice(0,2)+v:v;for(let y=0;y<h.length;y++){const D=b+h[y];try{if(n.sync(D,{pathExt:f}))if(c.all)d.push(D);else return D}catch{}}}if(c.all&&d.length)return d;if(c.nothrow)return null;throw o(a)};return Xo=i,i.sync=u,Xo}var di={exports:{}},Qg;function _R(){if(Qg)return di.exports;Qg=1;const e=(r={})=>{const s=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(s).reverse().find(o=>o.toUpperCase()==="PATH")||"Path"};return di.exports=e,di.exports.default=e,di.exports}var Qo,e0;function wR(){if(e0)return Qo;e0=1;const e=be,r=bR(),s=_R();function n(t,i){const u=t.options.env||process.env,a=process.cwd(),c=t.options.cwd!=null,l=c&&process.chdir!==void 0&&!process.chdir.disabled;if(l)try{process.chdir(t.options.cwd)}catch{}let h;try{h=r.sync(t.command,{path:u[s({env:u})],pathExt:i?e.delimiter:void 0})}catch{}finally{l&&process.chdir(a)}return h&&(h=e.resolve(c?t.options.cwd:"",h)),h}function o(t){return n(t)||n(t,!0)}return Qo=o,Qo}var pi={},t0;function SR(){if(t0)return pi;t0=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(n){return n=n.replace(e,"^$1"),n}function s(n,o){return n=`${n}`,n=n.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),n=n.replace(/(?=(\\+?)?)\1$/,"$1$1"),n=`"${n}"`,n=n.replace(e,"^$1"),o&&(n=n.replace(e,"^$1")),n}return pi.command=r,pi.argument=s,pi}var ea,r0;function AR(){return r0||(r0=1,ea=/^#!(.*)/),ea}var ta,n0;function CR(){if(n0)return ta;n0=1;const e=AR();return ta=(r="")=>{const s=r.match(e);if(!s)return null;const[n,o]=s[0].replace(/#! ?/,"").split(" "),t=n.split("/").pop();return t==="env"?o:o?`${t} ${o}`:t},ta}var ra,i0;function RR(){if(i0)return ra;i0=1;const e=Ze,r=CR();function s(n){const t=Buffer.alloc(150);let i;try{i=e.openSync(n,"r"),e.readSync(i,t,0,150,0),e.closeSync(i)}catch{}return r(t.toString())}return ra=s,ra}var na,s0;function xR(){if(s0)return na;s0=1;const e=be,r=wR(),s=SR(),n=RR(),o=process.platform==="win32",t=/\.(?:com|exe)$/i,i=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function u(l){l.file=r(l);const h=l.file&&n(l.file);return h?(l.args.unshift(l.file),l.command=h,r(l)):l.file}function a(l){if(!o)return l;const h=u(l),f=!t.test(h);if(l.options.forceShell||f){const d=i.test(h);l.command=e.normalize(l.command),l.command=s.command(l.command),l.args=l.args.map(g=>s.argument(g,d));const p=[l.command].concat(l.args).join(" ");l.args=["/d","/s","/c",`"${p}"`],l.command=process.env.comspec||"cmd.exe",l.options.windowsVerbatimArguments=!0}return l}function c(l,h,f){h&&!Array.isArray(h)&&(f=h,h=null),h=h?h.slice(0):[],f=Object.assign({},f);const d={command:l,args:h,options:f,file:void 0,original:{command:l,args:h}};return f.shell?d:a(d)}return na=c,na}var ia,o0;function FR(){if(o0)return ia;o0=1;const e=process.platform==="win32";function r(t,i){return Object.assign(new Error(`${i} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${i} ${t.command}`,path:t.command,spawnargs:t.args})}function s(t,i){if(!e)return;const u=t.emit;t.emit=function(a,c){if(a==="exit"){const l=n(c,i);if(l)return u.call(t,"error",l)}return u.apply(t,arguments)}}function n(t,i){return e&&t===1&&!i.file?r(i.original,"spawn"):null}function o(t,i){return e&&t===1&&!i.file?r(i.original,"spawnSync"):null}return ia={hookChildProcess:s,verifyENOENT:n,verifyENOENTSync:o,notFoundError:r},ia}var a0;function OR(){if(a0)return dr.exports;a0=1;const e=Cw,r=xR(),s=FR();function n(t,i,u){const a=r(t,i,u),c=e.spawn(a.command,a.args,a.options);return s.hookChildProcess(c,a),c}function o(t,i,u){const a=r(t,i,u),c=e.spawnSync(a.command,a.args,a.options);return c.error=c.error||s.verifyENOENTSync(c.status,a),c}return dr.exports=n,dr.exports.spawn=n,dr.exports.sync=o,dr.exports._parse=r,dr.exports._enoent=s,dr.exports}var sa,u0;function TR(){if(u0)return sa;u0=1;const e=OR();return sa=(s,n,o={},t={})=>{o.rejectOnError===void 0&&(o.rejectOnError=!0);let i="",u="";const a=e(s,n,t);return new Promise((c,l)=>{o.stdin!==void 0&&o.stdin!=null&&a.stdin.write(o.stdin),a.stdin.end(),a.stdout.on("data",h=>{i+=h,o.stdout&&o.stdout(h)}),a.stderr.on("data",h=>{u+=h,o.stderr&&o.stderr(h)}),o.rejectOnError&&a.addListener("error",l),a.on("close",h=>{h!==0&&o.rejectOnError?l(u):c({stdout:i,stderr:u})})})},sa}var IR=TR();const yt=We(IR),kR="@baicie/ncu",BR="0.1.14",PR="Tomas Junnonen <tomas1@gmail.com>",$R="Apache-2.0",LR=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],NR="Find newer versions of dependencies than what your package.json allows",MR=["dependencies","npm","package.json","update","upgrade","versions"],qR={node:">=20.0.0",npm:">=8.12.1"},jR="build/index.js",UR="build/index.d.ts",HR={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 .",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",release:"tsx script/release.mts","ci-publish":"tsx script/publish.mts"},GR={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},WR={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},zR="https://github.com/raineorshine/npm-check-updates",VR={url:"https://github.com/raineorshine/npm-check-updates/issues"},YR={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},KR={"@baicie/release":"^0.1.11","@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",tsx:"^4.21.0",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"},ZR=["build","!**/test/**"],JR={"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},XR="pnpm@10.26.2",QR={access:"public",registry:"https://registry.npmjs.org/"},Es={name:kR,version:BR,author:PR,license:$R,contributors:LR,description:NR,keywords:MR,engines:qR,main:jR,types:UR,scripts:HR,bin:GR,repository:WR,homepage:zR,bugs:VR,overrides:YR,devDependencies:KR,files:ZR,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:JR,packageManager:XR,publishConfig:QR};var oa,c0;function tp(){if(c0)return oa;c0=1;let e=[],r=0;const s=(n,o)=>{r>=o&&e.push(n)};return s.WARN=1,s.INFO=2,s.DEBUG=3,s.reset=()=>{e=[]},s.setDebugLevel=n=>{r=n},s.warn=n=>s(n,s.WARN),s.info=n=>s(n,s.INFO),s.debug=n=>s(n,s.DEBUG),s.debugMessages=()=>e,oa=s,oa}var gi={exports:{}},aa,l0;function ex(){return l0||(l0=1,aa=({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")}),aa}var ua,f0;function tx(){if(f0)return ua;f0=1;const e=ex();return ua=r=>typeof r=="string"?r.replace(e(),""):r,ua}var mi={exports:{}},h0;function rx(){if(h0)return mi.exports;h0=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 mi.exports=e,mi.exports.default=e,mi.exports}var ca,d0;function nx(){return d0||(d0=1,ca=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}),ca}var p0;function Bw(){if(p0)return gi.exports;p0=1;const e=tx(),r=rx(),s=nx(),n=o=>{if(typeof o!="string"||o.length===0||(o=e(o),o.length===0))return 0;o=o.replace(s()," ");let t=0;for(let i=0;i<o.length;i++){const u=o.codePointAt(i);u<=31||u>=127&&u<=159||u>=768&&u<=879||(u>65535&&i++,t+=r(u)?2:1)}return t};return gi.exports=n,gi.exports.default=n,gi.exports}var la,g0;function Pw(){if(g0)return la;g0=1;const e=Bw();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function s(E){let w=r();return(""+E).replace(w,"").split(`
48
+ `),this.close()}_(a,c){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(n(this.outputText,this.out.columns)),super.render();const a=this.aborted||this.done&&!this.value;this.outputText=[s.symbol(this.done,a),e.bold(this.msg),s.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(o.line+t.to(0)+this.outputText)}}return Wo=i,Wo}var zo,Wg;function dR(){return Wg||(Wg=1,zo={TextPrompt:ZC(),SelectPrompt:JC(),TogglePrompt:XC(),DatePrompt:uR(),NumberPrompt:cR(),MultiselectPrompt:kw(),AutocompletePrompt:lR(),AutocompleteMultiselectPrompt:fR(),ConfirmPrompt:hR()}),zo}var zg;function pR(){return zg||(zg=1,(function(e){const r=e,s=dR(),n=i=>i;function o(i,u,a={}){return new Promise((c,l)=>{const h=new s[i](u),f=a.onAbort||n,d=a.onSubmit||n,p=a.onExit||n;h.on("state",u.onState||n),h.on("submit",g=>c(d(g))),h.on("exit",g=>c(p(g))),h.on("abort",g=>l(f(g)))})}r.text=i=>o("TextPrompt",i),r.password=i=>(i.style="password",r.text(i)),r.invisible=i=>(i.style="invisible",r.text(i)),r.number=i=>o("NumberPrompt",i),r.date=i=>o("DatePrompt",i),r.confirm=i=>o("ConfirmPrompt",i),r.list=i=>{const u=i.separator||",";return o("TextPrompt",i,{onSubmit:a=>a.split(u).map(c=>c.trim())})},r.toggle=i=>o("TogglePrompt",i),r.select=i=>o("SelectPrompt",i),r.multiselect=i=>{i.choices=[].concat(i.choices||[]);const u=a=>a.filter(c=>c.selected).map(c=>c.value);return o("MultiselectPrompt",i,{onAbort:u,onSubmit:u})},r.autocompleteMultiselect=i=>{i.choices=[].concat(i.choices||[]);const u=a=>a.filter(c=>c.selected).map(c=>c.value);return o("AutocompleteMultiselectPrompt",i,{onAbort:u,onSubmit:u})};const t=(i,u)=>Promise.resolve(u.filter(a=>a.title.slice(0,i.length).toLowerCase()===i.toLowerCase()));r.autocomplete=i=>(i.suggest=i.suggest||t,i.choices=[].concat(i.choices||[]),o("AutocompletePrompt",i))})(po)),po}var Vo,Vg;function gR(){if(Vg)return Vo;Vg=1;const e=pR(),r=["suggest","format","onState","validate","onRender","type"],s=()=>{};async function n(u=[],{onSubmit:a=s,onCancel:c=s}={}){const l={},h=n._override||{};u=[].concat(u);let f,d,p,g,m,v;const b=async(y,D,E=!1)=>{if(!(!E&&y.validate&&y.validate(D)!==!0))return y.format?await y.format(D,l):D};for(d of u)if({name:g,type:m}=d,typeof m=="function"&&(m=await m(f,{...l},d),d.type=m),!!m){for(let y in d){if(r.includes(y))continue;let D=d[y];d[y]=typeof D=="function"?await D(f,{...l},v):D}if(v=d,typeof d.message!="string")throw new Error("prompt message is required");if({name:g,type:m}=d,e[m]===void 0)throw new Error(`prompt type (${m}) is not defined`);if(h[d.name]!==void 0&&(f=await b(d,h[d.name]),f!==void 0)){l[g]=f;continue}try{f=n._injected?o(n._injected,d.initial):await e[m](d),l[g]=f=await b(d,f,!0),p=await a(d,f,l)}catch{p=!await c(d,l)}if(p)return l}return l}function o(u,a){const c=u.shift();if(c instanceof Error)throw c;return c===void 0?a:c}function t(u){n._injected=(n._injected||[]).concat(u)}function i(u){n._override=Object.assign({},u)}return Vo=Object.assign(n,{prompt:n,prompts:e,inject:t,override:i}),Vo}var Yo,Yg;function mR(){return Yg||(Yg=1,Yo=gR()),Yo}var yR=mR();const Ds=We(yR);var dr={exports:{}},Ko,Kg;function vR(){if(Kg)return Ko;Kg=1,Ko=n,n.sync=o;var e=Ze;function r(t,i){var u=i.pathExt!==void 0?i.pathExt:process.env.PATHEXT;if(!u||(u=u.split(";"),u.indexOf("")!==-1))return!0;for(var a=0;a<u.length;a++){var c=u[a].toLowerCase();if(c&&t.substr(-c.length).toLowerCase()===c)return!0}return!1}function s(t,i,u){return!t.isSymbolicLink()&&!t.isFile()?!1:r(i,u)}function n(t,i,u){e.stat(t,function(a,c){u(a,a?!1:s(c,t,i))})}function o(t,i){return s(e.statSync(t),t,i)}return Ko}var Zo,Zg;function DR(){if(Zg)return Zo;Zg=1,Zo=r,r.sync=s;var e=Ze;function r(t,i,u){e.stat(t,function(a,c){u(a,a?!1:n(c,i))})}function s(t,i){return n(e.statSync(t),i)}function n(t,i){return t.isFile()&&o(t,i)}function o(t,i){var u=t.mode,a=t.uid,c=t.gid,l=i.uid!==void 0?i.uid:process.getuid&&process.getuid(),h=i.gid!==void 0?i.gid:process.getgid&&process.getgid(),f=parseInt("100",8),d=parseInt("010",8),p=parseInt("001",8),g=f|d,m=u&p||u&d&&c===h||u&f&&a===l||u&g&&l===0;return m}return Zo}var Jo,Jg;function ER(){if(Jg)return Jo;Jg=1;var e;process.platform==="win32"||sr.TESTING_WINDOWS?e=vR():e=DR(),Jo=r,r.sync=s;function r(n,o,t){if(typeof o=="function"&&(t=o,o={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(i,u){r(n,o||{},function(a,c){a?u(a):i(c)})})}e(n,o||{},function(i,u){i&&(i.code==="EACCES"||o&&o.ignoreErrors)&&(i=null,u=!1),t(i,u)})}function s(n,o){try{return e.sync(n,o||{})}catch(t){if(o&&o.ignoreErrors||t.code==="EACCES")return!1;throw t}}return Jo}var Xo,Xg;function bR(){if(Xg)return Xo;Xg=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=be,s=e?";":":",n=ER(),o=a=>Object.assign(new Error(`not found: ${a}`),{code:"ENOENT"}),t=(a,c)=>{const l=c.colon||s,h=a.match(/\//)||e&&a.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(c.path||process.env.PATH||"").split(l)],f=e?c.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",d=e?f.split(l):[""];return e&&a.indexOf(".")!==-1&&d[0]!==""&&d.unshift(""),{pathEnv:h,pathExt:d,pathExtExe:f}},i=(a,c,l)=>{typeof c=="function"&&(l=c,c={}),c||(c={});const{pathEnv:h,pathExt:f,pathExtExe:d}=t(a,c),p=[],g=v=>new Promise((b,y)=>{if(v===h.length)return c.all&&p.length?b(p):y(o(a));const D=h[v],E=/^".*"$/.test(D)?D.slice(1,-1):D,w=r.join(E,a),S=!E&&/^\.[\\\/]/.test(a)?a.slice(0,2)+w:w;b(m(S,v,0))}),m=(v,b,y)=>new Promise((D,E)=>{if(y===f.length)return D(g(b+1));const w=f[y];n(v+w,{pathExt:d},(S,R)=>{if(!S&&R)if(c.all)p.push(v+w);else return D(v+w);return D(m(v,b,y+1))})});return l?g(0).then(v=>l(null,v),l):g(0)},u=(a,c)=>{c=c||{};const{pathEnv:l,pathExt:h,pathExtExe:f}=t(a,c),d=[];for(let p=0;p<l.length;p++){const g=l[p],m=/^".*"$/.test(g)?g.slice(1,-1):g,v=r.join(m,a),b=!m&&/^\.[\\\/]/.test(a)?a.slice(0,2)+v:v;for(let y=0;y<h.length;y++){const D=b+h[y];try{if(n.sync(D,{pathExt:f}))if(c.all)d.push(D);else return D}catch{}}}if(c.all&&d.length)return d;if(c.nothrow)return null;throw o(a)};return Xo=i,i.sync=u,Xo}var di={exports:{}},Qg;function _R(){if(Qg)return di.exports;Qg=1;const e=(r={})=>{const s=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(s).reverse().find(o=>o.toUpperCase()==="PATH")||"Path"};return di.exports=e,di.exports.default=e,di.exports}var Qo,e0;function wR(){if(e0)return Qo;e0=1;const e=be,r=bR(),s=_R();function n(t,i){const u=t.options.env||process.env,a=process.cwd(),c=t.options.cwd!=null,l=c&&process.chdir!==void 0&&!process.chdir.disabled;if(l)try{process.chdir(t.options.cwd)}catch{}let h;try{h=r.sync(t.command,{path:u[s({env:u})],pathExt:i?e.delimiter:void 0})}catch{}finally{l&&process.chdir(a)}return h&&(h=e.resolve(c?t.options.cwd:"",h)),h}function o(t){return n(t)||n(t,!0)}return Qo=o,Qo}var pi={},t0;function SR(){if(t0)return pi;t0=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(n){return n=n.replace(e,"^$1"),n}function s(n,o){return n=`${n}`,n=n.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),n=n.replace(/(?=(\\+?)?)\1$/,"$1$1"),n=`"${n}"`,n=n.replace(e,"^$1"),o&&(n=n.replace(e,"^$1")),n}return pi.command=r,pi.argument=s,pi}var ea,r0;function AR(){return r0||(r0=1,ea=/^#!(.*)/),ea}var ta,n0;function CR(){if(n0)return ta;n0=1;const e=AR();return ta=(r="")=>{const s=r.match(e);if(!s)return null;const[n,o]=s[0].replace(/#! ?/,"").split(" "),t=n.split("/").pop();return t==="env"?o:o?`${t} ${o}`:t},ta}var ra,i0;function RR(){if(i0)return ra;i0=1;const e=Ze,r=CR();function s(n){const t=Buffer.alloc(150);let i;try{i=e.openSync(n,"r"),e.readSync(i,t,0,150,0),e.closeSync(i)}catch{}return r(t.toString())}return ra=s,ra}var na,s0;function xR(){if(s0)return na;s0=1;const e=be,r=wR(),s=SR(),n=RR(),o=process.platform==="win32",t=/\.(?:com|exe)$/i,i=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function u(l){l.file=r(l);const h=l.file&&n(l.file);return h?(l.args.unshift(l.file),l.command=h,r(l)):l.file}function a(l){if(!o)return l;const h=u(l),f=!t.test(h);if(l.options.forceShell||f){const d=i.test(h);l.command=e.normalize(l.command),l.command=s.command(l.command),l.args=l.args.map(g=>s.argument(g,d));const p=[l.command].concat(l.args).join(" ");l.args=["/d","/s","/c",`"${p}"`],l.command=process.env.comspec||"cmd.exe",l.options.windowsVerbatimArguments=!0}return l}function c(l,h,f){h&&!Array.isArray(h)&&(f=h,h=null),h=h?h.slice(0):[],f=Object.assign({},f);const d={command:l,args:h,options:f,file:void 0,original:{command:l,args:h}};return f.shell?d:a(d)}return na=c,na}var ia,o0;function FR(){if(o0)return ia;o0=1;const e=process.platform==="win32";function r(t,i){return Object.assign(new Error(`${i} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${i} ${t.command}`,path:t.command,spawnargs:t.args})}function s(t,i){if(!e)return;const u=t.emit;t.emit=function(a,c){if(a==="exit"){const l=n(c,i);if(l)return u.call(t,"error",l)}return u.apply(t,arguments)}}function n(t,i){return e&&t===1&&!i.file?r(i.original,"spawn"):null}function o(t,i){return e&&t===1&&!i.file?r(i.original,"spawnSync"):null}return ia={hookChildProcess:s,verifyENOENT:n,verifyENOENTSync:o,notFoundError:r},ia}var a0;function OR(){if(a0)return dr.exports;a0=1;const e=Cw,r=xR(),s=FR();function n(t,i,u){const a=r(t,i,u),c=e.spawn(a.command,a.args,a.options);return s.hookChildProcess(c,a),c}function o(t,i,u){const a=r(t,i,u),c=e.spawnSync(a.command,a.args,a.options);return c.error=c.error||s.verifyENOENTSync(c.status,a),c}return dr.exports=n,dr.exports.spawn=n,dr.exports.sync=o,dr.exports._parse=r,dr.exports._enoent=s,dr.exports}var sa,u0;function TR(){if(u0)return sa;u0=1;const e=OR();return sa=(s,n,o={},t={})=>{o.rejectOnError===void 0&&(o.rejectOnError=!0);let i="",u="";const a=e(s,n,t);return new Promise((c,l)=>{o.stdin!==void 0&&o.stdin!=null&&a.stdin.write(o.stdin),a.stdin.end(),a.stdout.on("data",h=>{i+=h,o.stdout&&o.stdout(h)}),a.stderr.on("data",h=>{u+=h,o.stderr&&o.stderr(h)}),o.rejectOnError&&a.addListener("error",l),a.on("close",h=>{h!==0&&o.rejectOnError?l(u):c({stdout:i,stderr:u})})})},sa}var IR=TR();const yt=We(IR),kR="@baicie/ncu",BR="0.1.15",PR="Tomas Junnonen <tomas1@gmail.com>",$R="Apache-2.0",LR=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],NR="Find newer versions of dependencies than what your package.json allows",MR=["dependencies","npm","package.json","update","upgrade","versions"],qR={node:">=20.0.0",npm:">=8.12.1"},jR="build/index.js",UR="build/index.d.ts",HR={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 .",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",release:"tsx script/release.mts","ci-publish":"tsx script/publish.mts"},GR={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},WR={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},zR="https://github.com/raineorshine/npm-check-updates",VR={url:"https://github.com/raineorshine/npm-check-updates/issues"},YR={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},KR={"@baicie/release":"^0.1.11","@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",tsx:"^4.21.0",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"},ZR=["build","!**/test/**"],JR={"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},XR="pnpm@10.26.2",QR={access:"public",registry:"https://registry.npmjs.org/"},Es={name:kR,version:BR,author:PR,license:$R,contributors:LR,description:NR,keywords:MR,engines:qR,main:jR,types:UR,scripts:HR,bin:GR,repository:WR,homepage:zR,bugs:VR,overrides:YR,devDependencies:KR,files:ZR,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:JR,packageManager:XR,publishConfig:QR};var oa,c0;function tp(){if(c0)return oa;c0=1;let e=[],r=0;const s=(n,o)=>{r>=o&&e.push(n)};return s.WARN=1,s.INFO=2,s.DEBUG=3,s.reset=()=>{e=[]},s.setDebugLevel=n=>{r=n},s.warn=n=>s(n,s.WARN),s.info=n=>s(n,s.INFO),s.debug=n=>s(n,s.DEBUG),s.debugMessages=()=>e,oa=s,oa}var gi={exports:{}},aa,l0;function ex(){return l0||(l0=1,aa=({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")}),aa}var ua,f0;function tx(){if(f0)return ua;f0=1;const e=ex();return ua=r=>typeof r=="string"?r.replace(e(),""):r,ua}var mi={exports:{}},h0;function rx(){if(h0)return mi.exports;h0=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 mi.exports=e,mi.exports.default=e,mi.exports}var ca,d0;function nx(){return d0||(d0=1,ca=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}),ca}var p0;function Bw(){if(p0)return gi.exports;p0=1;const e=tx(),r=rx(),s=nx(),n=o=>{if(typeof o!="string"||o.length===0||(o=e(o),o.length===0))return 0;o=o.replace(s()," ");let t=0;for(let i=0;i<o.length;i++){const u=o.codePointAt(i);u<=31||u>=127&&u<=159||u>=768&&u<=879||(u>65535&&i++,t+=r(u)?2:1)}return t};return gi.exports=n,gi.exports.default=n,gi.exports}var la,g0;function Pw(){if(g0)return la;g0=1;const e=Bw();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function s(E){let w=r();return(""+E).replace(w,"").split(`
49
49
  `).reduce(function(T,B){return e(B)>T?e(B):T},0)}function n(E,w){return Array(w+1).join(E)}function o(E,w,S,R){let T=s(E);if(w+1>=T){let B=w-T;switch(R){case"right":{E=n(S,B)+E;break}case"center":{let I=Math.ceil(B/2),P=B-I;E=n(S,P)+E+n(S,I);break}default:{E=E+n(S,B);break}}}return E}let t={};function i(E,w,S){w="\x1B["+w+"m",S="\x1B["+S+"m",t[w]={set:E,to:!0},t[S]={set:E,to:!1},t[E]={on:w,off:S}}i("bold",1,22),i("italics",3,23),i("underline",4,24),i("inverse",7,27),i("strikethrough",9,29);function u(E,w){let S=w[1]?parseInt(w[1].split(";")[0]):0;if(S>=30&&S<=39||S>=90&&S<=97){E.lastForegroundAdded=w[0];return}if(S>=40&&S<=49||S>=100&&S<=107){E.lastBackgroundAdded=w[0];return}if(S===0){for(let T in E)Object.prototype.hasOwnProperty.call(E,T)&&delete E[T];return}let R=t[w[0]];R&&(E[R.set]=R.to)}function a(E){let w=r(!0),S=w.exec(E),R={};for(;S!==null;)u(R,S),S=w.exec(E);return R}function c(E,w){let S=E.lastBackgroundAdded,R=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(T){E[T]&&(w+=t[T].off)}),S&&S!="\x1B[49m"&&(w+="\x1B[49m"),R&&R!="\x1B[39m"&&(w+="\x1B[39m"),w}function l(E,w){let S=E.lastBackgroundAdded,R=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(T){E[T]&&(w=t[T].on+w)}),S&&S!="\x1B[49m"&&(w=S+w),R&&R!="\x1B[39m"&&(w=R+w),w}function h(E,w){if(E.length===s(E))return E.substr(0,w);for(;s(E)>w;)E=E.slice(0,-1);return E}function f(E,w){let S=r(!0),R=E.split(r()),T=0,B=0,I="",P,k={};for(;B<w;){P=S.exec(E);let $=R[T];if(T++,B+s($)>w&&($=h($,w-B)),I+=$,B+=s($),B<w){if(!P)break;I+=P[0],u(k,P)}}return c(k,I)}function d(E,w,S){if(S=S||"…",s(E)<=w)return E;w-=s(S);let T=f(E,w);T+=S;const B="\x1B]8;;\x07";return E.includes(B)&&!T.includes(B)&&(T+=B),T}function p(){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,w){E=E||{},w=w||p();let S=Object.assign({},w,E);return S.chars=Object.assign({},w.chars,E.chars),S.style=Object.assign({},w.style,E.style),S}function m(E,w){let S=[],R=w.split(/(\s+)/g),T=[],B=0,I;for(let P=0;P<R.length;P+=2){let k=R[P],$=B+s(k);B>0&&I&&($+=I.length),$>E?(B!==0&&S.push(T.join("")),T=[k],B=s(k)):(T.push(I||"",k),B=$),I=R[P+1]}return B&&S.push(T.join("")),S}function v(E,w){let S=[],R="";function T(I,P){for(R.length&&P&&(R+=P),R+=I;R.length>E;)S.push(R.slice(0,E)),R=R.slice(E)}let B=w.split(/(\s+)/g);for(let I=0;I<B.length;I+=2)T(B[I],I&&B[I-1]);return R.length&&S.push(R),S}function b(E,w,S=!0){let R=[];w=w.split(`
50
50
  `);const T=S?m:v;for(let B=0;B<w.length;B++)R.push.apply(R,T(E,w[B]));return R}function y(E){let w={},S=[];for(let R=0;R<E.length;R++){let T=l(w,E[R]);w=a(T);let B=Object.assign({},w);S.push(c(B,T))}return S}function D(E,w){return["\x1B]","8",";",";",E||w,"\x07",w,"\x1B]","8",";",";","\x07"].join("")}return la={strlen:s,repeat:n,pad:o,truncate:d,mergeOptions:g,wordWrap:b,colorizeLines:y,hyperlink:D},la}var fa={exports:{}},fn={exports:{}},ha={exports:{}},da={exports:{}},pa={exports:{}},m0;function ix(){return m0||(m0=1,(function(e){var r={};e.exports=r;var s={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(s).forEach(function(n){var o=s[n],t=r[n]=[];t.open="\x1B["+o[0]+"m",t.close="\x1B["+o[1]+"m"})})(pa)),pa.exports}var ga,y0;function sx(){return y0||(y0=1,ga=function(e,r){r=r||process.argv;var s=r.indexOf("--"),n=/^-{1,2}/.test(e)?"":"--",o=r.indexOf(n+e);return o!==-1&&(s===-1?!0:o<s)}),ga}var ma,v0;function ox(){if(v0)return ma;v0=1;var e=at,r=sx(),s=process.env,n=void 0;r("no-color")||r("no-colors")||r("color=false")?n=!1:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(n=!0),"FORCE_COLOR"in s&&(n=s.FORCE_COLOR.length===0||parseInt(s.FORCE_COLOR,10)!==0);function o(u){return u===0?!1:{level:u,hasBasic:!0,has256:u>=2,has16m:u>=3}}function t(u){if(n===!1)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(u&&!u.isTTY&&n!==!0)return 0;var a=n?1:0;if(process.platform==="win32"){var c=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(c[0])>=10&&Number(c[2])>=10586?Number(c[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(h){return h in s})||s.CI_NAME==="codeship"?1:a;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in s){var l=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return l>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:(s.TERM==="dumb",a)}function i(u){var a=t(u);return o(a)}return ma={supportsColor:i,stdout:i(process.stdout),stderr:i(process.stderr)},ma}var ya={exports:{}},D0;function ax(){return D0||(D0=1,(function(e){e.exports=function(s,n){var o="";s=s||"Run the trap, drop the bass",s=s.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 s.forEach(function(i){i=i.toLowerCase();var u=t[i]||[" "],a=Math.floor(Math.random()*u.length);typeof t[i]<"u"?o+=t[i][a]:o+=i}),o}})(ya)),ya.exports}var va={exports:{}},E0;function ux(){return E0||(E0=1,(function(e){e.exports=function(s,n){s=s||" he is here ";var o={up:["̍","̎","̄","̅","̿","̑","̆","̐","͒","͗","͑","̇","̈","̊","͂","̓","̈","͊","͋","͌","̃","̂","̌","͐","̀","́","̋","̏","̒","̓","̔","̽","̉","ͣ","ͤ","ͥ","ͦ","ͧ","ͨ","ͩ","ͪ","ͫ","ͬ","ͭ","ͮ","ͯ","̾","͛","͆","̚"],down:["̖","̗","̘","̙","̜","̝","̞","̟","̠","̤","̥","̦","̩","̪","̫","̬","̭","̮","̯","̰","̱","̲","̳","̹","̺","̻","̼","ͅ","͇","͈","͉","͍","͎","͓","͔","͕","͖","͙","͚","̣"],mid:["̕","̛","̀","́","͘","̡","̢","̧","̨","̴","̵","̶","͜","͝","͞","͟","͠","͢","̸","̷","͡"," ҉"]},t=[].concat(o.up,o.down,o.mid);function i(c){var l=Math.floor(Math.random()*c);return l}function u(c){var l=!1;return t.filter(function(h){l=h===c}),l}function a(c,l){var h="",f,d;l=l||{},l.up=typeof l.up<"u"?l.up:!0,l.mid=typeof l.mid<"u"?l.mid:!0,l.down=typeof l.down<"u"?l.down:!0,l.size=typeof l.size<"u"?l.size:"maxi",c=c.split("");for(d in c)if(!u(d)){switch(h=h+c[d],f={up:0,down:0,mid:0},l.size){case"mini":f.up=i(8),f.mid=i(2),f.down=i(8);break;case"maxi":f.up=i(16)+3,f.mid=i(4)+1,f.down=i(64)+3;break;default:f.up=i(8)+1,f.mid=i(6)/2,f.down=i(8)+1;break}var p=["up","mid","down"];for(var g in p)for(var m=p[g],v=0;v<=f[m];v++)l[m]&&(h=h+o[m][i(o[m].length)])}return h}return a(s,n)}})(va)),va.exports}var Da={exports:{}},b0;function cx(){return b0||(b0=1,(function(e){e.exports=function(r){return function(s,n,o){if(s===" ")return s;switch(n%3){case 0:return r.red(s);case 1:return r.white(s);case 2:return r.blue(s)}}}})(Da)),Da.exports}var Ea={exports:{}},_0;function lx(){return _0||(_0=1,(function(e){e.exports=function(r){return function(s,n,o){return n%2===0?s:r.inverse(s)}}})(Ea)),Ea.exports}var ba={exports:{}},w0;function fx(){return w0||(w0=1,(function(e){e.exports=function(r){var s=["red","yellow","green","blue","magenta"];return function(n,o,t){return n===" "?n:r[s[o++%s.length]](n)}}})(ba)),ba.exports}var _a={exports:{}},S0;function hx(){return S0||(S0=1,(function(e){e.exports=function(r){var s=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(n,o,t){return n===" "?n:r[s[Math.round(Math.random()*(s.length-2))]](n)}}})(_a)),_a.exports}var A0;function dx(){return A0||(A0=1,(function(e){var r={};e.exports=r,r.themes={};var s=Qt,n=r.styles=ix(),o=Object.defineProperties,t=new RegExp(/[\r\n]+/g);r.supportsColor=ox().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,v){if(!r.enabled)return m+"";var b=n[v];return!b&&v in r?r[v](m):b.open+m+b.close};var i=/[|\\{}()[\]^$+*?.]/g,u=function(g){if(typeof g!="string")throw new TypeError("Expected a string");return g.replace(i,"\\$&")};function a(g){var m=function v(){return h.apply(v,arguments)};return m._styles=g,m.__proto__=l,m}var c=(function(){var g={};return n.grey=n.gray,Object.keys(n).forEach(function(m){n[m].closeRe=new RegExp(u(n[m].close),"g"),g[m]={get:function(){return a(this._styles.concat(m))}}}),g})(),l=o(function(){},c);function h(){var g=Array.prototype.slice.call(arguments),m=g.map(function(E){return E!=null&&E.constructor===String?E:s.inspect(E)}).join(" ");if(!r.enabled||!m)return m;for(var v=m.indexOf(`
51
51
  `)!=-1,b=this._styles,y=b.length;y--;){var D=n[b[y]];m=D.open+m.replace(D.closeRe,D.open)+D.close,v&&(m=m.replace(t,function(E){return D.close+E+D.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(v){r[v]=function(b){if(typeof g[v]=="object"){var y=b;for(var D in g[v])y=r[g[v][D]](y);return y}return r[g[v]](b)}})(m)};function f(){var g={};return Object.keys(c).forEach(function(m){g[m]={get:function(){return a([m])}}}),g}var d=function(m,v){var b=v.split("");return b=b.map(m),b.join("")};r.trap=ax(),r.zalgo=ux(),r.maps={},r.maps.america=cx()(r),r.maps.zebra=lx()(r),r.maps.rainbow=fx()(r),r.maps.random=hx()(r);for(var p in r.maps)(function(g){r[g]=function(m){return d(r.maps[g],m)}})(p);o(r,f())})(da)),da.exports}var C0;function px(){return C0||(C0=1,(function(e){var r=dx();e.exports=r})(ha)),ha.exports}var R0;function gx(){if(R0)return fn.exports;R0=1;const{info:e,debug:r}=tp(),s=Pw();class n{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 d=f.content;if(["boolean","number","bigint","string"].indexOf(typeof d)!==-1)this.content=String(d);else if(!d)this.content=this.options.href||"";else throw new Error("Content needs to be a primitive, got: "+typeof d);this.colSpan=f.colSpan||1,this.rowSpan=f.rowSpan||1,this.options.href&&Object.defineProperty(this,"href",{get(){return this.options.href}})}mergeTableOptions(f,d){this.cells=d;let p=this.options.chars||{},g=f.chars,m=this.chars={};l.forEach(function(y){u(p,g,y,m)}),this.truncate=this.options.truncate||f.truncate;let v=this.options.style=this.options.style||{},b=f.style;u(v,b,"padding-left",this),u(v,b,"padding-right",this),this.head=v.head||b.head,this.border=v.border||b.border,this.fixedWidth=f.colWidths[this.x],this.lines=this.computeLines(f),this.desiredWidth=s.strlen(this.content)+this.paddingLeft+this.paddingRight,this.desiredHeight=this.lines.length}computeLines(f){const d=f.wordWrap||f.textWrap,{wordWrap:p=d}=this.options;if(this.fixedWidth&&p){if(this.fixedWidth-=this.paddingLeft+this.paddingRight,this.colSpan){let v=1;for(;v<this.colSpan;)this.fixedWidth+=f.colWidths[this.x+v],v++}const{wrapOnWordBoundary:g=!0}=f,{wrapOnWordBoundary:m=g}=this.options;return this.wrapLines(s.wordWrap(this.fixedWidth,this.content,m))}return this.wrapLines(this.content.split(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baicie/ncu",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "author": "Tomas Junnonen <tomas1@gmail.com>",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [
@@ -22,25 +22,6 @@
22
22
  },
23
23
  "main": "build/index.js",
24
24
  "types": "build/index.d.ts",
25
- "scripts": {
26
- "build": "rimraf build && npm run build:options && vite build",
27
- "build:options": "vite-node src/scripts/build-options.ts",
28
- "build:analyze": "rimraf build && npm run build:options && ANALYZER=true vite build",
29
- "lint": "cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*",
30
- "lint:lockfile": "lockfile-lint",
31
- "lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**/*.md\" --ignore build --config .markdownlint.js",
32
- "lint:src": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",
33
- "prepublishOnly": "npm run build",
34
- "prettier": "prettier . --check",
35
- "prettier:fix": "prettier . --write",
36
- "test": "npm run test:unit && npm run test:e2e",
37
- "test:bun": "test/bun-install.sh && mocha test/bun",
38
- "test:unit": "mocha test test/package-managers/*",
39
- "test:e2e": "./test/e2e.sh",
40
- "ncu": "node build/cli.js",
41
- "release": "tsx script/release.mts",
42
- "ci-publish": "tsx script/publish.mts"
43
- },
44
25
  "bin": {
45
26
  "npm-check-updates": "build/cli.js",
46
27
  "ncu": "build/cli.js"
@@ -177,9 +158,26 @@
177
158
  "trace-warnings": true,
178
159
  "use_strict": true
179
160
  },
180
- "packageManager": "pnpm@10.26.2",
181
161
  "publishConfig": {
182
162
  "access": "public",
183
163
  "registry": "https://registry.npmjs.org/"
164
+ },
165
+ "scripts": {
166
+ "build": "rimraf build && npm run build:options && vite build",
167
+ "build:options": "vite-node src/scripts/build-options.ts",
168
+ "build:analyze": "rimraf build && npm run build:options && ANALYZER=true vite build",
169
+ "lint": "cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*",
170
+ "lint:lockfile": "lockfile-lint",
171
+ "lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**/*.md\" --ignore build --config .markdownlint.js",
172
+ "lint:src": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",
173
+ "prettier": "prettier . --check",
174
+ "prettier:fix": "prettier . --write",
175
+ "test": "npm run test:unit && npm run test:e2e",
176
+ "test:bun": "test/bun-install.sh && mocha test/bun",
177
+ "test:unit": "mocha test test/package-managers/*",
178
+ "test:e2e": "./test/e2e.sh",
179
+ "ncu": "node build/cli.js",
180
+ "release": "tsx script/release.mts",
181
+ "ci-publish": "tsx script/publish.mts"
184
182
  }
185
- }
183
+ }