npm-check-updates 18.0.0 → 18.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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(u,f,l,d){const h=(f.selected?e.green(t.radioOn):t.radioOff)+" "+d+" ";let p;return f.disabled?p=u===l?e.gray().underline(f.title):e.strikethrough().gray(f.title):p=u===l?e.cyan().underline(f.title):f.title,h+p}renderDoneOrInstructions(){if(this.done)return this.value.filter(f=>f.selected).map(f=>f.title).join(", ");const u=[e.gray(this.hint),this.renderInstructions(),this.renderCurrentInput()];return this.filteredOptions.length&&this.filteredOptions[this.cursor].disabled&&u.push(e.yellow(this.warn)),u.join(" ")}render(){if(this.closed)return;this.firstRender&&this.out.write(r.hide),super.render();let u=[a.symbol(this.done,this.aborted),e.bold(this.msg),a.delimiter(!1),this.renderDoneOrInstructions()].join(" ");this.showMinError&&(u+=e.red(`You must select a minimum of ${this.minSelected} choices.`),this.showMinError=!1),u+=this.renderOptions(this.filteredOptions),this.out.write(this.clear+u),this.clear=n(u,this.out.columns)}}return va=s,va}var Da,wg;function Fx(){if(wg)return Da;wg=1;const e=tr(),r=Tr(),{style:o,clear:n}=ar(),{erase:a,cursor:t}=rr();class s extends r{constructor(u={}){super(u),this.msg=u.message,this.value=u.initial,this.initialValue=!!u.initial,this.yesMsg=u.yes||"yes",this.yesOption=u.yesOption||"(Y/n)",this.noMsg=u.no||"no",this.noOption=u.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()}_(u,f){return u.toLowerCase()==="y"?(this.value=!0,this.submit()):u.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 u=this.aborted||this.done&&!this.value;this.outputText=[o.symbol(this.done,u),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(a.line+t.to(0)+this.outputText)}}return Da=s,Da}var ba,_g;function Tx(){return _g||(_g=1,ba={TextPrompt:dx(),SelectPrompt:px(),TogglePrompt:gx(),DatePrompt:Ax(),NumberPrompt:Cx(),MultiselectPrompt:mS(),AutocompletePrompt:Rx(),AutocompleteMultiselectPrompt:xx(),ConfirmPrompt:Fx()}),ba}var Sg;function Ox(){return Sg||(Sg=1,function(e){const r=e,o=Tx(),n=s=>s;function a(s,c,u={}){return new Promise((f,l)=>{const d=new o[s](c),h=u.onAbort||n,p=u.onSubmit||n,m=u.onExit||n;d.on("state",c.onState||n),d.on("submit",g=>f(p(g))),d.on("exit",g=>f(m(g))),d.on("abort",g=>l(h(g)))})}r.text=s=>a("TextPrompt",s),r.password=s=>(s.style="password",r.text(s)),r.invisible=s=>(s.style="invisible",r.text(s)),r.number=s=>a("NumberPrompt",s),r.date=s=>a("DatePrompt",s),r.confirm=s=>a("ConfirmPrompt",s),r.list=s=>{const c=s.separator||",";return a("TextPrompt",s,{onSubmit:u=>u.split(c).map(f=>f.trim())})},r.toggle=s=>a("TogglePrompt",s),r.select=s=>a("SelectPrompt",s),r.multiselect=s=>{s.choices=[].concat(s.choices||[]);const c=u=>u.filter(f=>f.selected).map(f=>f.value);return a("MultiselectPrompt",s,{onAbort:c,onSubmit:c})},r.autocompleteMultiselect=s=>{s.choices=[].concat(s.choices||[]);const c=u=>u.filter(f=>f.selected).map(f=>f.value);return a("AutocompleteMultiselectPrompt",s,{onAbort:c,onSubmit:c})};const t=(s,c)=>Promise.resolve(c.filter(u=>u.title.slice(0,s.length).toLowerCase()===s.toLowerCase()));r.autocomplete=s=>(s.suggest=s.suggest||t,s.choices=[].concat(s.choices||[]),a("AutocompletePrompt",s))}(Uo)),Uo}var Ea,Ag;function Ix(){if(Ag)return Ea;Ag=1;const e=Ox(),r=["suggest","format","onState","validate","onRender","type"],o=()=>{};async function n(c=[],{onSubmit:u=o,onCancel:f=o}={}){const l={},d=n._override||{};c=[].concat(c);let h,p,m,g,y,v;const w=async(D,b,E=!1)=>{if(!(!E&&D.validate&&D.validate(b)!==!0))return D.format?await D.format(b,l):b};for(p of c)if({name:g,type:y}=p,typeof y=="function"&&(y=await y(h,{...l},p),p.type=y),!!y){for(let D in p){if(r.includes(D))continue;let b=p[D];p[D]=typeof b=="function"?await b(h,{...l},v):b}if(v=p,typeof p.message!="string")throw new Error("prompt message is required");if({name:g,type:y}=p,e[y]===void 0)throw new Error(`prompt type (${y}) is not defined`);if(d[p.name]!==void 0&&(h=await w(p,d[p.name]),h!==void 0)){l[g]=h;continue}try{h=n._injected?a(n._injected,p.initial):await e[y](p),l[g]=h=await w(p,h,!0),m=await u(p,h,l)}catch{m=!await f(p,l)}if(m)return l}return l}function a(c,u){const f=c.shift();if(f instanceof Error)throw f;return f===void 0?u:f}function t(c){n._injected=(n._injected||[]).concat(c)}function s(c){n._override=Object.assign({},c)}return Ea=Object.assign(n,{prompt:n,prompts:e,inject:t,override:s}),Ea}var wa,Cg;function Bx(){return Cg||(Cg=1,wa=Ix()),wa}var kx=Bx();const zs=tt(kx);var Lr={exports:{}},_a,Rg;function $x(){if(Rg)return _a;Rg=1,_a=n,n.sync=a;var e=at;function r(t,s){var c=s.pathExt!==void 0?s.pathExt:process.env.PATHEXT;if(!c||(c=c.split(";"),c.indexOf("")!==-1))return!0;for(var u=0;u<c.length;u++){var f=c[u].toLowerCase();if(f&&t.substr(-f.length).toLowerCase()===f)return!0}return!1}function o(t,s,c){return!t.isSymbolicLink()&&!t.isFile()?!1:r(s,c)}function n(t,s,c){e.stat(t,function(u,f){c(u,u?!1:o(f,t,s))})}function a(t,s){return o(e.statSync(t),t,s)}return _a}var Sa,xg;function Px(){if(xg)return Sa;xg=1,Sa=r,r.sync=o;var e=at;function r(t,s,c){e.stat(t,function(u,f){c(u,u?!1:n(f,s))})}function o(t,s){return n(e.statSync(t),s)}function n(t,s){return t.isFile()&&a(t,s)}function a(t,s){var c=t.mode,u=t.uid,f=t.gid,l=s.uid!==void 0?s.uid:process.getuid&&process.getuid(),d=s.gid!==void 0?s.gid:process.getgid&&process.getgid(),h=parseInt("100",8),p=parseInt("010",8),m=parseInt("001",8),g=h|p,y=c&m||c&p&&f===d||c&h&&u===l||c&g&&l===0;return y}return Sa}var Aa,Fg;function Lx(){if(Fg)return Aa;Fg=1;var e;process.platform==="win32"||Nt.TESTING_WINDOWS?e=$x():e=Px(),Aa=r,r.sync=o;function r(n,a,t){if(typeof a=="function"&&(t=a,a={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(s,c){r(n,a||{},function(u,f){u?c(u):s(f)})})}e(n,a||{},function(s,c){s&&(s.code==="EACCES"||a&&a.ignoreErrors)&&(s=null,c=!1),t(s,c)})}function o(n,a){try{return e.sync(n,a||{})}catch(t){if(a&&a.ignoreErrors||t.code==="EACCES")return!1;throw t}}return Aa}var Ca,Tg;function Nx(){if(Tg)return Ca;Tg=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=Te,o=e?";":":",n=Lx(),a=u=>Object.assign(new Error(`not found: ${u}`),{code:"ENOENT"}),t=(u,f)=>{const l=f.colon||o,d=u.match(/\//)||e&&u.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(f.path||process.env.PATH||"").split(l)],h=e?f.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",p=e?h.split(l):[""];return e&&u.indexOf(".")!==-1&&p[0]!==""&&p.unshift(""),{pathEnv:d,pathExt:p,pathExtExe:h}},s=(u,f,l)=>{typeof f=="function"&&(l=f,f={}),f||(f={});const{pathEnv:d,pathExt:h,pathExtExe:p}=t(u,f),m=[],g=v=>new Promise((w,D)=>{if(v===d.length)return f.all&&m.length?w(m):D(a(u));const b=d[v],E=/^".*"$/.test(b)?b.slice(1,-1):b,A=r.join(E,u),C=!E&&/^\.[\\\/]/.test(u)?u.slice(0,2)+A:A;w(y(C,v,0))}),y=(v,w,D)=>new Promise((b,E)=>{if(D===h.length)return b(g(w+1));const A=h[D];n(v+A,{pathExt:p},(C,F)=>{if(!C&&F)if(f.all)m.push(v+A);else return b(v+A);return b(y(v,w,D+1))})});return l?g(0).then(v=>l(null,v),l):g(0)},c=(u,f)=>{f=f||{};const{pathEnv:l,pathExt:d,pathExtExe:h}=t(u,f),p=[];for(let m=0;m<l.length;m++){const g=l[m],y=/^".*"$/.test(g)?g.slice(1,-1):g,v=r.join(y,u),w=!y&&/^\.[\\\/]/.test(u)?u.slice(0,2)+v:v;for(let D=0;D<d.length;D++){const b=w+d[D];try{if(n.sync(b,{pathExt:h}))if(f.all)p.push(b);else return b}catch{}}}if(f.all&&p.length)return p;if(f.nothrow)return null;throw a(u)};return Ca=s,s.sync=c,Ca}var jn={exports:{}},Og;function Mx(){if(Og)return jn.exports;Og=1;const e=(r={})=>{const o=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(o).reverse().find(a=>a.toUpperCase()==="PATH")||"Path"};return jn.exports=e,jn.exports.default=e,jn.exports}var Ra,Ig;function qx(){if(Ig)return Ra;Ig=1;const e=Te,r=Nx(),o=Mx();function n(t,s){const c=t.options.env||process.env,u=process.cwd(),f=t.options.cwd!=null,l=f&&process.chdir!==void 0&&!process.chdir.disabled;if(l)try{process.chdir(t.options.cwd)}catch{}let d;try{d=r.sync(t.command,{path:c[o({env:c})],pathExt:s?e.delimiter:void 0})}catch{}finally{l&&process.chdir(u)}return d&&(d=e.resolve(f?t.options.cwd:"",d)),d}function a(t){return n(t)||n(t,!0)}return Ra=a,Ra}var Un={},Bg;function jx(){if(Bg)return Un;Bg=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(n){return n=n.replace(e,"^$1"),n}function o(n,a){return n=`${n}`,n=n.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),n=n.replace(/(?=(\\+?)?)\1$/,"$1$1"),n=`"${n}"`,n=n.replace(e,"^$1"),a&&(n=n.replace(e,"^$1")),n}return Un.command=r,Un.argument=o,Un}var xa,kg;function Ux(){return kg||(kg=1,xa=/^#!(.*)/),xa}var Fa,$g;function Hx(){if($g)return Fa;$g=1;const e=Ux();return Fa=(r="")=>{const o=r.match(e);if(!o)return null;const[n,a]=o[0].replace(/#! ?/,"").split(" "),t=n.split("/").pop();return t==="env"?a:a?`${t} ${a}`:t},Fa}var Ta,Pg;function Gx(){if(Pg)return Ta;Pg=1;const e=at,r=Hx();function o(n){const t=Buffer.alloc(150);let s;try{s=e.openSync(n,"r"),e.readSync(s,t,0,150,0),e.closeSync(s)}catch{}return r(t.toString())}return Ta=o,Ta}var Oa,Lg;function Wx(){if(Lg)return Oa;Lg=1;const e=Te,r=qx(),o=jx(),n=Gx(),a=process.platform==="win32",t=/\.(?:com|exe)$/i,s=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function c(l){l.file=r(l);const d=l.file&&n(l.file);return d?(l.args.unshift(l.file),l.command=d,r(l)):l.file}function u(l){if(!a)return l;const d=c(l),h=!t.test(d);if(l.options.forceShell||h){const p=s.test(d);l.command=e.normalize(l.command),l.command=o.command(l.command),l.args=l.args.map(g=>o.argument(g,p));const m=[l.command].concat(l.args).join(" ");l.args=["/d","/s","/c",`"${m}"`],l.command=process.env.comspec||"cmd.exe",l.options.windowsVerbatimArguments=!0}return l}function f(l,d,h){d&&!Array.isArray(d)&&(h=d,d=null),d=d?d.slice(0):[],h=Object.assign({},h);const p={command:l,args:d,options:h,file:void 0,original:{command:l,args:d}};return h.shell?p:u(p)}return Oa=f,Oa}var Ia,Ng;function zx(){if(Ng)return Ia;Ng=1;const e=process.platform==="win32";function r(t,s){return Object.assign(new Error(`${s} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${s} ${t.command}`,path:t.command,spawnargs:t.args})}function o(t,s){if(!e)return;const c=t.emit;t.emit=function(u,f){if(u==="exit"){const l=n(f,s);if(l)return c.call(t,"error",l)}return c.apply(t,arguments)}}function n(t,s){return e&&t===1&&!s.file?r(s.original,"spawn"):null}function a(t,s){return e&&t===1&&!s.file?r(s.original,"spawnSync"):null}return Ia={hookChildProcess:o,verifyENOENT:n,verifyENOENTSync:a,notFoundError:r},Ia}var Mg;function Vx(){if(Mg)return Lr.exports;Mg=1;const e=cS,r=Wx(),o=zx();function n(t,s,c){const u=r(t,s,c),f=e.spawn(u.command,u.args,u.options);return o.hookChildProcess(f,u),f}function a(t,s,c){const u=r(t,s,c),f=e.spawnSync(u.command,u.args,u.options);return f.error=f.error||o.verifyENOENTSync(f.status,u),f}return Lr.exports=n,Lr.exports.spawn=n,Lr.exports.sync=a,Lr.exports._parse=r,Lr.exports._enoent=o,Lr.exports}var Ba,qg;function Yx(){if(qg)return Ba;qg=1;const e=Vx();return Ba=(o,n,a={},t={})=>{a.rejectOnError===void 0&&(a.rejectOnError=!0);let s="",c="";const u=e(o,n,t);return new Promise((f,l)=>{a.stdin!==void 0&&a.stdin!=null&&u.stdin.write(a.stdin),u.stdin.end(),u.stdout.on("data",d=>{s+=d,a.stdout&&a.stdout(d)}),u.stderr.on("data",d=>{c+=d,a.stderr&&a.stderr(d)}),a.rejectOnError&&u.addListener("error",l),u.on("close",d=>{d!==0&&a.rejectOnError?l(c):f({stdout:s,stderr:c})})})},Ba}var Kx=Yx();const Ft=tt(Kx),Zx="npm-check-updates",Xx="18.0.0",Jx="Tomas Junnonen <tomas1@gmail.com>",Qx="Apache-2.0",e2=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],t2="Find newer versions of dependencies than what your package.json allows",r2=["dependencies","npm","package.json","update","upgrade","versions"],i2={node:"^18.18.0 || >=20.0.0",npm:">=8.12.1"},n2="build/index.js",s2="build/index.d.ts",o2={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",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"},a2={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},u2={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},c2="https://github.com/raineorshine/npm-check-updates",l2={url:"https://github.com/raineorshine/npm-check-updates/issues"},f2={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},h2={"@trivago/prettier-plugin-sort-imports":"^5.2.2","@types/bun":"^1.2.10","@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.16","@types/mocha":"^10.0.10","@types/node":"^22.7.5","@types/npm-registry-fetch":"^8.0.7","@types/parse-github-url":"^1.0.3","@types/picomatch":"^4.0.0","@types/progress":"^2.0.7","@types/prompts":"^2.4.9","@types/semver":"^7.7.0","@types/semver-utils":"^1.1.3","@types/sinon":"^17.0.4","@types/update-notifier":"^6.0.8","@typescript-eslint/eslint-plugin":"^8.29.1","@typescript-eslint/parser":"^8.29.1",camelcase:"^6.3.0",chai:"^4.3.10","chai-as-promised":"^7.1.2","chai-string":"^1.6.0",chalk:"^5.4.1","cli-table3":"^0.6.5",commander:"^12.1.0","cross-env":"^7.0.3",dequal:"^2.0.3",eslint:"^8.57.0","eslint-config-prettier":"^10.1.1","eslint-config-raine":"^0.5.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.31.0","eslint-plugin-jsdoc":"^50.6.9","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":"^8.0.2",ini:"^5.0.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1",jsonlines:"^0.1.1","lockfile-lint":"^4.14.0",lodash:"^4.17.21","markdownlint-cli":"^0.44.0",mocha:"^11.1.0","npm-registry-fetch":"^18.0.2","npm-run-all":"^4.1.5","p-map":"^4.0.0","parse-github-url":"^1.0.3",picomatch:"^4.0.2",prettier:"^3.5.3",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.0.0",semver:"^7.7.1","semver-utils":"^1.1.4",should:"^13.2.3",sinon:"^20.0.0","source-map-support":"^0.5.21","spawn-please":"^3.0.0","strip-ansi":"^7.1.0","ts-node":"^10.9.2",typescript:"^5.8.3","typescript-json-schema":"^0.65.1",untildify:"^4.0.0","update-notifier":"^7.3.1",verdaccio:"^6.1.2",vite:"^6.2.5","vite-bundle-analyzer":"^0.18.1","vite-node":"^3.1.1","vite-plugin-dts":"^4.5.3",yarn:"^1.22.22"},d2=["build","!**/test/**"],p2={"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},Vs={name:Zx,version:Xx,author:Jx,license:Qx,contributors:e2,description:t2,keywords:r2,engines:i2,main:n2,types:s2,scripts:o2,bin:a2,repository:u2,homepage:c2,bugs:l2,overrides:f2,devDependencies:h2,files:d2,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:p2};var ka,jg;function Tp(){if(jg)return ka;jg=1;let e=[],r=0;const o=(n,a)=>{r>=a&&e.push(n)};return o.WARN=1,o.INFO=2,o.DEBUG=3,o.reset=()=>{e=[]},o.setDebugLevel=n=>{r=n},o.warn=n=>o(n,o.WARN),o.info=n=>o(n,o.INFO),o.debug=n=>o(n,o.DEBUG),o.debugMessages=()=>e,ka=o,ka}var Hn={exports:{}},$a,Ug;function g2(){return Ug||(Ug=1,$a=({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")}),$a}var Pa,Hg;function m2(){if(Hg)return Pa;Hg=1;const e=g2();return Pa=r=>typeof r=="string"?r.replace(e(),""):r,Pa}var Gn={exports:{}},Gg;function yS(){if(Gg)return Gn.exports;Gg=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 Gn.exports=e,Gn.exports.default=e,Gn.exports}var La,Wg;function y2(){return Wg||(Wg=1,La=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}),La}var zg;function v2(){if(zg)return Hn.exports;zg=1;const e=m2(),r=yS(),o=y2(),n=a=>{if(typeof a!="string"||a.length===0||(a=e(a),a.length===0))return 0;a=a.replace(o()," ");let t=0;for(let s=0;s<a.length;s++){const c=a.codePointAt(s);c<=31||c>=127&&c<=159||c>=768&&c<=879||(c>65535&&s++,t+=r(c)?2:1)}return t};return Hn.exports=n,Hn.exports.default=n,Hn.exports}var Na,Vg;function vS(){if(Vg)return Na;Vg=1;const e=v2();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function o(E){let A=r();return(""+E).replace(A,"").split(`
48
+ `),this.close()}_(u,f){return u.toLowerCase()==="y"?(this.value=!0,this.submit()):u.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 u=this.aborted||this.done&&!this.value;this.outputText=[o.symbol(this.done,u),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(a.line+t.to(0)+this.outputText)}}return Da=s,Da}var ba,_g;function Tx(){return _g||(_g=1,ba={TextPrompt:dx(),SelectPrompt:px(),TogglePrompt:gx(),DatePrompt:Ax(),NumberPrompt:Cx(),MultiselectPrompt:mS(),AutocompletePrompt:Rx(),AutocompleteMultiselectPrompt:xx(),ConfirmPrompt:Fx()}),ba}var Sg;function Ox(){return Sg||(Sg=1,function(e){const r=e,o=Tx(),n=s=>s;function a(s,c,u={}){return new Promise((f,l)=>{const d=new o[s](c),h=u.onAbort||n,p=u.onSubmit||n,m=u.onExit||n;d.on("state",c.onState||n),d.on("submit",g=>f(p(g))),d.on("exit",g=>f(m(g))),d.on("abort",g=>l(h(g)))})}r.text=s=>a("TextPrompt",s),r.password=s=>(s.style="password",r.text(s)),r.invisible=s=>(s.style="invisible",r.text(s)),r.number=s=>a("NumberPrompt",s),r.date=s=>a("DatePrompt",s),r.confirm=s=>a("ConfirmPrompt",s),r.list=s=>{const c=s.separator||",";return a("TextPrompt",s,{onSubmit:u=>u.split(c).map(f=>f.trim())})},r.toggle=s=>a("TogglePrompt",s),r.select=s=>a("SelectPrompt",s),r.multiselect=s=>{s.choices=[].concat(s.choices||[]);const c=u=>u.filter(f=>f.selected).map(f=>f.value);return a("MultiselectPrompt",s,{onAbort:c,onSubmit:c})},r.autocompleteMultiselect=s=>{s.choices=[].concat(s.choices||[]);const c=u=>u.filter(f=>f.selected).map(f=>f.value);return a("AutocompleteMultiselectPrompt",s,{onAbort:c,onSubmit:c})};const t=(s,c)=>Promise.resolve(c.filter(u=>u.title.slice(0,s.length).toLowerCase()===s.toLowerCase()));r.autocomplete=s=>(s.suggest=s.suggest||t,s.choices=[].concat(s.choices||[]),a("AutocompletePrompt",s))}(Uo)),Uo}var Ea,Ag;function Ix(){if(Ag)return Ea;Ag=1;const e=Ox(),r=["suggest","format","onState","validate","onRender","type"],o=()=>{};async function n(c=[],{onSubmit:u=o,onCancel:f=o}={}){const l={},d=n._override||{};c=[].concat(c);let h,p,m,g,y,v;const w=async(D,b,E=!1)=>{if(!(!E&&D.validate&&D.validate(b)!==!0))return D.format?await D.format(b,l):b};for(p of c)if({name:g,type:y}=p,typeof y=="function"&&(y=await y(h,{...l},p),p.type=y),!!y){for(let D in p){if(r.includes(D))continue;let b=p[D];p[D]=typeof b=="function"?await b(h,{...l},v):b}if(v=p,typeof p.message!="string")throw new Error("prompt message is required");if({name:g,type:y}=p,e[y]===void 0)throw new Error(`prompt type (${y}) is not defined`);if(d[p.name]!==void 0&&(h=await w(p,d[p.name]),h!==void 0)){l[g]=h;continue}try{h=n._injected?a(n._injected,p.initial):await e[y](p),l[g]=h=await w(p,h,!0),m=await u(p,h,l)}catch{m=!await f(p,l)}if(m)return l}return l}function a(c,u){const f=c.shift();if(f instanceof Error)throw f;return f===void 0?u:f}function t(c){n._injected=(n._injected||[]).concat(c)}function s(c){n._override=Object.assign({},c)}return Ea=Object.assign(n,{prompt:n,prompts:e,inject:t,override:s}),Ea}var wa,Cg;function Bx(){return Cg||(Cg=1,wa=Ix()),wa}var kx=Bx();const zs=tt(kx);var Lr={exports:{}},_a,Rg;function $x(){if(Rg)return _a;Rg=1,_a=n,n.sync=a;var e=at;function r(t,s){var c=s.pathExt!==void 0?s.pathExt:process.env.PATHEXT;if(!c||(c=c.split(";"),c.indexOf("")!==-1))return!0;for(var u=0;u<c.length;u++){var f=c[u].toLowerCase();if(f&&t.substr(-f.length).toLowerCase()===f)return!0}return!1}function o(t,s,c){return!t.isSymbolicLink()&&!t.isFile()?!1:r(s,c)}function n(t,s,c){e.stat(t,function(u,f){c(u,u?!1:o(f,t,s))})}function a(t,s){return o(e.statSync(t),t,s)}return _a}var Sa,xg;function Px(){if(xg)return Sa;xg=1,Sa=r,r.sync=o;var e=at;function r(t,s,c){e.stat(t,function(u,f){c(u,u?!1:n(f,s))})}function o(t,s){return n(e.statSync(t),s)}function n(t,s){return t.isFile()&&a(t,s)}function a(t,s){var c=t.mode,u=t.uid,f=t.gid,l=s.uid!==void 0?s.uid:process.getuid&&process.getuid(),d=s.gid!==void 0?s.gid:process.getgid&&process.getgid(),h=parseInt("100",8),p=parseInt("010",8),m=parseInt("001",8),g=h|p,y=c&m||c&p&&f===d||c&h&&u===l||c&g&&l===0;return y}return Sa}var Aa,Fg;function Lx(){if(Fg)return Aa;Fg=1;var e;process.platform==="win32"||Nt.TESTING_WINDOWS?e=$x():e=Px(),Aa=r,r.sync=o;function r(n,a,t){if(typeof a=="function"&&(t=a,a={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(s,c){r(n,a||{},function(u,f){u?c(u):s(f)})})}e(n,a||{},function(s,c){s&&(s.code==="EACCES"||a&&a.ignoreErrors)&&(s=null,c=!1),t(s,c)})}function o(n,a){try{return e.sync(n,a||{})}catch(t){if(a&&a.ignoreErrors||t.code==="EACCES")return!1;throw t}}return Aa}var Ca,Tg;function Nx(){if(Tg)return Ca;Tg=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=Te,o=e?";":":",n=Lx(),a=u=>Object.assign(new Error(`not found: ${u}`),{code:"ENOENT"}),t=(u,f)=>{const l=f.colon||o,d=u.match(/\//)||e&&u.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(f.path||process.env.PATH||"").split(l)],h=e?f.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",p=e?h.split(l):[""];return e&&u.indexOf(".")!==-1&&p[0]!==""&&p.unshift(""),{pathEnv:d,pathExt:p,pathExtExe:h}},s=(u,f,l)=>{typeof f=="function"&&(l=f,f={}),f||(f={});const{pathEnv:d,pathExt:h,pathExtExe:p}=t(u,f),m=[],g=v=>new Promise((w,D)=>{if(v===d.length)return f.all&&m.length?w(m):D(a(u));const b=d[v],E=/^".*"$/.test(b)?b.slice(1,-1):b,A=r.join(E,u),C=!E&&/^\.[\\\/]/.test(u)?u.slice(0,2)+A:A;w(y(C,v,0))}),y=(v,w,D)=>new Promise((b,E)=>{if(D===h.length)return b(g(w+1));const A=h[D];n(v+A,{pathExt:p},(C,F)=>{if(!C&&F)if(f.all)m.push(v+A);else return b(v+A);return b(y(v,w,D+1))})});return l?g(0).then(v=>l(null,v),l):g(0)},c=(u,f)=>{f=f||{};const{pathEnv:l,pathExt:d,pathExtExe:h}=t(u,f),p=[];for(let m=0;m<l.length;m++){const g=l[m],y=/^".*"$/.test(g)?g.slice(1,-1):g,v=r.join(y,u),w=!y&&/^\.[\\\/]/.test(u)?u.slice(0,2)+v:v;for(let D=0;D<d.length;D++){const b=w+d[D];try{if(n.sync(b,{pathExt:h}))if(f.all)p.push(b);else return b}catch{}}}if(f.all&&p.length)return p;if(f.nothrow)return null;throw a(u)};return Ca=s,s.sync=c,Ca}var jn={exports:{}},Og;function Mx(){if(Og)return jn.exports;Og=1;const e=(r={})=>{const o=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(o).reverse().find(a=>a.toUpperCase()==="PATH")||"Path"};return jn.exports=e,jn.exports.default=e,jn.exports}var Ra,Ig;function qx(){if(Ig)return Ra;Ig=1;const e=Te,r=Nx(),o=Mx();function n(t,s){const c=t.options.env||process.env,u=process.cwd(),f=t.options.cwd!=null,l=f&&process.chdir!==void 0&&!process.chdir.disabled;if(l)try{process.chdir(t.options.cwd)}catch{}let d;try{d=r.sync(t.command,{path:c[o({env:c})],pathExt:s?e.delimiter:void 0})}catch{}finally{l&&process.chdir(u)}return d&&(d=e.resolve(f?t.options.cwd:"",d)),d}function a(t){return n(t)||n(t,!0)}return Ra=a,Ra}var Un={},Bg;function jx(){if(Bg)return Un;Bg=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(n){return n=n.replace(e,"^$1"),n}function o(n,a){return n=`${n}`,n=n.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),n=n.replace(/(?=(\\+?)?)\1$/,"$1$1"),n=`"${n}"`,n=n.replace(e,"^$1"),a&&(n=n.replace(e,"^$1")),n}return Un.command=r,Un.argument=o,Un}var xa,kg;function Ux(){return kg||(kg=1,xa=/^#!(.*)/),xa}var Fa,$g;function Hx(){if($g)return Fa;$g=1;const e=Ux();return Fa=(r="")=>{const o=r.match(e);if(!o)return null;const[n,a]=o[0].replace(/#! ?/,"").split(" "),t=n.split("/").pop();return t==="env"?a:a?`${t} ${a}`:t},Fa}var Ta,Pg;function Gx(){if(Pg)return Ta;Pg=1;const e=at,r=Hx();function o(n){const t=Buffer.alloc(150);let s;try{s=e.openSync(n,"r"),e.readSync(s,t,0,150,0),e.closeSync(s)}catch{}return r(t.toString())}return Ta=o,Ta}var Oa,Lg;function Wx(){if(Lg)return Oa;Lg=1;const e=Te,r=qx(),o=jx(),n=Gx(),a=process.platform==="win32",t=/\.(?:com|exe)$/i,s=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function c(l){l.file=r(l);const d=l.file&&n(l.file);return d?(l.args.unshift(l.file),l.command=d,r(l)):l.file}function u(l){if(!a)return l;const d=c(l),h=!t.test(d);if(l.options.forceShell||h){const p=s.test(d);l.command=e.normalize(l.command),l.command=o.command(l.command),l.args=l.args.map(g=>o.argument(g,p));const m=[l.command].concat(l.args).join(" ");l.args=["/d","/s","/c",`"${m}"`],l.command=process.env.comspec||"cmd.exe",l.options.windowsVerbatimArguments=!0}return l}function f(l,d,h){d&&!Array.isArray(d)&&(h=d,d=null),d=d?d.slice(0):[],h=Object.assign({},h);const p={command:l,args:d,options:h,file:void 0,original:{command:l,args:d}};return h.shell?p:u(p)}return Oa=f,Oa}var Ia,Ng;function zx(){if(Ng)return Ia;Ng=1;const e=process.platform==="win32";function r(t,s){return Object.assign(new Error(`${s} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${s} ${t.command}`,path:t.command,spawnargs:t.args})}function o(t,s){if(!e)return;const c=t.emit;t.emit=function(u,f){if(u==="exit"){const l=n(f,s);if(l)return c.call(t,"error",l)}return c.apply(t,arguments)}}function n(t,s){return e&&t===1&&!s.file?r(s.original,"spawn"):null}function a(t,s){return e&&t===1&&!s.file?r(s.original,"spawnSync"):null}return Ia={hookChildProcess:o,verifyENOENT:n,verifyENOENTSync:a,notFoundError:r},Ia}var Mg;function Vx(){if(Mg)return Lr.exports;Mg=1;const e=cS,r=Wx(),o=zx();function n(t,s,c){const u=r(t,s,c),f=e.spawn(u.command,u.args,u.options);return o.hookChildProcess(f,u),f}function a(t,s,c){const u=r(t,s,c),f=e.spawnSync(u.command,u.args,u.options);return f.error=f.error||o.verifyENOENTSync(f.status,u),f}return Lr.exports=n,Lr.exports.spawn=n,Lr.exports.sync=a,Lr.exports._parse=r,Lr.exports._enoent=o,Lr.exports}var Ba,qg;function Yx(){if(qg)return Ba;qg=1;const e=Vx();return Ba=(o,n,a={},t={})=>{a.rejectOnError===void 0&&(a.rejectOnError=!0);let s="",c="";const u=e(o,n,t);return new Promise((f,l)=>{a.stdin!==void 0&&a.stdin!=null&&u.stdin.write(a.stdin),u.stdin.end(),u.stdout.on("data",d=>{s+=d,a.stdout&&a.stdout(d)}),u.stderr.on("data",d=>{c+=d,a.stderr&&a.stderr(d)}),a.rejectOnError&&u.addListener("error",l),u.on("close",d=>{d!==0&&a.rejectOnError?l(c):f({stdout:s,stderr:c})})})},Ba}var Kx=Yx();const Ft=tt(Kx),Zx="npm-check-updates",Xx="18.0.1",Jx="Tomas Junnonen <tomas1@gmail.com>",Qx="Apache-2.0",e2=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],t2="Find newer versions of dependencies than what your package.json allows",r2=["dependencies","npm","package.json","update","upgrade","versions"],i2={node:"^18.18.0 || >=20.0.0",npm:">=8.12.1"},n2="build/index.js",s2="build/index.d.ts",o2={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",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"},a2={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},u2={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},c2="https://github.com/raineorshine/npm-check-updates",l2={url:"https://github.com/raineorshine/npm-check-updates/issues"},f2={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},h2={"@trivago/prettier-plugin-sort-imports":"^5.2.2","@types/bun":"^1.2.10","@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.16","@types/mocha":"^10.0.10","@types/node":"^22.7.5","@types/npm-registry-fetch":"^8.0.7","@types/parse-github-url":"^1.0.3","@types/picomatch":"^4.0.0","@types/progress":"^2.0.7","@types/prompts":"^2.4.9","@types/semver":"^7.7.0","@types/semver-utils":"^1.1.3","@types/sinon":"^17.0.4","@types/update-notifier":"^6.0.8","@typescript-eslint/eslint-plugin":"^8.29.1","@typescript-eslint/parser":"^8.29.1",camelcase:"^6.3.0",chai:"^4.3.10","chai-as-promised":"^7.1.2","chai-string":"^1.6.0",chalk:"^5.4.1","cli-table3":"^0.6.5",commander:"^12.1.0","cross-env":"^7.0.3",dequal:"^2.0.3",eslint:"^8.57.0","eslint-config-prettier":"^10.1.1","eslint-config-raine":"^0.5.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.31.0","eslint-plugin-jsdoc":"^50.6.9","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":"^8.0.2",ini:"^5.0.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1",jsonlines:"^0.1.1","lockfile-lint":"^4.14.0",lodash:"^4.17.21","markdownlint-cli":"^0.44.0",mocha:"^11.1.0","npm-registry-fetch":"^18.0.2","npm-run-all":"^4.1.5","p-map":"^4.0.0","parse-github-url":"^1.0.3",picomatch:"^4.0.2",prettier:"^3.5.3",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.0.0",semver:"^7.7.1","semver-utils":"^1.1.4",should:"^13.2.3",sinon:"^20.0.0","source-map-support":"^0.5.21","spawn-please":"^3.0.0","strip-ansi":"^7.1.0","ts-node":"^10.9.2",typescript:"^5.8.3","typescript-json-schema":"^0.65.1",untildify:"^4.0.0","update-notifier":"^7.3.1",verdaccio:"^6.1.2",vite:"^6.2.5","vite-bundle-analyzer":"^0.18.1","vite-node":"^3.1.1","vite-plugin-dts":"^4.5.3",yarn:"^1.22.22"},d2=["build","!**/test/**"],p2={"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},Vs={name:Zx,version:Xx,author:Jx,license:Qx,contributors:e2,description:t2,keywords:r2,engines:i2,main:n2,types:s2,scripts:o2,bin:a2,repository:u2,homepage:c2,bugs:l2,overrides:f2,devDependencies:h2,files:d2,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:p2};var ka,jg;function Tp(){if(jg)return ka;jg=1;let e=[],r=0;const o=(n,a)=>{r>=a&&e.push(n)};return o.WARN=1,o.INFO=2,o.DEBUG=3,o.reset=()=>{e=[]},o.setDebugLevel=n=>{r=n},o.warn=n=>o(n,o.WARN),o.info=n=>o(n,o.INFO),o.debug=n=>o(n,o.DEBUG),o.debugMessages=()=>e,ka=o,ka}var Hn={exports:{}},$a,Ug;function g2(){return Ug||(Ug=1,$a=({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")}),$a}var Pa,Hg;function m2(){if(Hg)return Pa;Hg=1;const e=g2();return Pa=r=>typeof r=="string"?r.replace(e(),""):r,Pa}var Gn={exports:{}},Gg;function yS(){if(Gg)return Gn.exports;Gg=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 Gn.exports=e,Gn.exports.default=e,Gn.exports}var La,Wg;function y2(){return Wg||(Wg=1,La=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}),La}var zg;function v2(){if(zg)return Hn.exports;zg=1;const e=m2(),r=yS(),o=y2(),n=a=>{if(typeof a!="string"||a.length===0||(a=e(a),a.length===0))return 0;a=a.replace(o()," ");let t=0;for(let s=0;s<a.length;s++){const c=a.codePointAt(s);c<=31||c>=127&&c<=159||c>=768&&c<=879||(c>65535&&s++,t+=r(c)?2:1)}return t};return Hn.exports=n,Hn.exports.default=n,Hn.exports}var Na,Vg;function vS(){if(Vg)return Na;Vg=1;const e=v2();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function o(E){let A=r();return(""+E).replace(A,"").split(`
49
49
  `).reduce(function(T,k){return e(k)>T?e(k):T},0)}function n(E,A){return Array(A+1).join(E)}function a(E,A,C,F){let T=o(E);if(A+1>=T){let k=A-T;switch(F){case"right":{E=n(C,k)+E;break}case"center":{let $=Math.ceil(k/2),x=k-$;E=n(C,x)+E+n(C,$);break}default:{E=E+n(C,k);break}}}return E}let t={};function s(E,A,C){A="\x1B["+A+"m",C="\x1B["+C+"m",t[A]={set:E,to:!0},t[C]={set:E,to:!1},t[E]={on:A,off:C}}s("bold",1,22),s("italics",3,23),s("underline",4,24),s("inverse",7,27),s("strikethrough",9,29);function c(E,A){let C=A[1]?parseInt(A[1].split(";")[0]):0;if(C>=30&&C<=39||C>=90&&C<=97){E.lastForegroundAdded=A[0];return}if(C>=40&&C<=49||C>=100&&C<=107){E.lastBackgroundAdded=A[0];return}if(C===0){for(let T in E)Object.prototype.hasOwnProperty.call(E,T)&&delete E[T];return}let F=t[A[0]];F&&(E[F.set]=F.to)}function u(E){let A=r(!0),C=A.exec(E),F={};for(;C!==null;)c(F,C),C=A.exec(E);return F}function f(E,A){let C=E.lastBackgroundAdded,F=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(T){E[T]&&(A+=t[T].off)}),C&&C!="\x1B[49m"&&(A+="\x1B[49m"),F&&F!="\x1B[39m"&&(A+="\x1B[39m"),A}function l(E,A){let C=E.lastBackgroundAdded,F=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(T){E[T]&&(A=t[T].on+A)}),C&&C!="\x1B[49m"&&(A=C+A),F&&F!="\x1B[39m"&&(A=F+A),A}function d(E,A){if(E.length===o(E))return E.substr(0,A);for(;o(E)>A;)E=E.slice(0,-1);return E}function h(E,A){let C=r(!0),F=E.split(r()),T=0,k=0,$="",x,B={};for(;k<A;){x=C.exec(E);let L=F[T];if(T++,k+o(L)>A&&(L=d(L,A-k)),$+=L,k+=o(L),k<A){if(!x)break;$+=x[0],c(B,x)}}return f(B,$)}function p(E,A,C){if(C=C||"…",o(E)<=A)return E;A-=o(C);let T=h(E,A);T+=C;const k="\x1B]8;;\x07";return E.includes(k)&&!T.includes(k)&&(T+=k),T}function m(){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,A){E=E||{},A=A||m();let C=Object.assign({},A,E);return C.chars=Object.assign({},A.chars,E.chars),C.style=Object.assign({},A.style,E.style),C}function y(E,A){let C=[],F=A.split(/(\s+)/g),T=[],k=0,$;for(let x=0;x<F.length;x+=2){let B=F[x],L=k+o(B);k>0&&$&&(L+=$.length),L>E?(k!==0&&C.push(T.join("")),T=[B],k=o(B)):(T.push($||"",B),k=L),$=F[x+1]}return k&&C.push(T.join("")),C}function v(E,A){let C=[],F="";function T($,x){for(F.length&&x&&(F+=x),F+=$;F.length>E;)C.push(F.slice(0,E)),F=F.slice(E)}let k=A.split(/(\s+)/g);for(let $=0;$<k.length;$+=2)T(k[$],$&&k[$-1]);return F.length&&C.push(F),C}function w(E,A,C=!0){let F=[];A=A.split(`
50
50
  `);const T=C?y:v;for(let k=0;k<A.length;k++)F.push.apply(F,T(E,A[k]));return F}function D(E){let A={},C=[];for(let F=0;F<E.length;F++){let T=l(A,E[F]);A=u(T);let k=Object.assign({},A);C.push(f(k,T))}return C}function b(E,A){const C="\x1B]",F="\x07",T=";";return[C,"8",T,T,E||A,F,A,C,"8",T,T,F].join("")}return Na={strlen:o,repeat:n,pad:a,truncate:p,mergeOptions:g,wordWrap:w,colorizeLines:D,hyperlink:b},Na}var Ma={exports:{}},Fi={exports:{}},qa={exports:{}},ja={exports:{}},Ua={exports:{}},Yg;function D2(){return Yg||(Yg=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(n){var a=o[n],t=r[n]=[];t.open="\x1B["+a[0]+"m",t.close="\x1B["+a[1]+"m"})}(Ua)),Ua.exports}var Ha,Kg;function b2(){return Kg||(Kg=1,Ha=function(e,r){r=r||process.argv;var o=r.indexOf("--"),n=/^-{1,2}/.test(e)?"":"--",a=r.indexOf(n+e);return a!==-1&&(o===-1?!0:a<o)}),Ha}var Ga,Zg;function E2(){if(Zg)return Ga;Zg=1;var e=Tt,r=b2(),o=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 o&&(n=o.FORCE_COLOR.length===0||parseInt(o.FORCE_COLOR,10)!==0);function a(c){return c===0?!1:{level:c,hasBasic:!0,has256:c>=2,has16m:c>=3}}function t(c){if(n===!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&&n!==!0)return 0;var u=n?1:0;if(process.platform==="win32"){var f=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(f[0])>=10&&Number(f[2])>=10586?Number(f[2])>=14931?3:2:1}if("CI"in o)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(d){return d in o})||o.CI_NAME==="codeship"?1:u;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 l=parseInt((o.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(o.TERM_PROGRAM){case"iTerm.app":return l>=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",u)}function s(c){var u=t(c);return a(u)}return Ga={supportsColor:s,stdout:s(process.stdout),stderr:s(process.stderr)},Ga}var Wa={exports:{}},Xg;function w2(){return Xg||(Xg=1,function(e){e.exports=function(o,n){var a="";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(s){s=s.toLowerCase();var c=t[s]||[" "],u=Math.floor(Math.random()*c.length);typeof t[s]<"u"?a+=t[s][u]:a+=s}),a}}(Wa)),Wa.exports}var za={exports:{}},Jg;function _2(){return Jg||(Jg=1,function(e){e.exports=function(o,n){o=o||" he is here ";var a={up:["̍","̎","̄","̅","̿","̑","̆","̐","͒","͗","͑","̇","̈","̊","͂","̓","̈","͊","͋","͌","̃","̂","̌","͐","̀","́","̋","̏","̒","̓","̔","̽","̉","ͣ","ͤ","ͥ","ͦ","ͧ","ͨ","ͩ","ͪ","ͫ","ͬ","ͭ","ͮ","ͯ","̾","͛","͆","̚"],down:["̖","̗","̘","̙","̜","̝","̞","̟","̠","̤","̥","̦","̩","̪","̫","̬","̭","̮","̯","̰","̱","̲","̳","̹","̺","̻","̼","ͅ","͇","͈","͉","͍","͎","͓","͔","͕","͖","͙","͚","̣"],mid:["̕","̛","̀","́","͘","̡","̢","̧","̨","̴","̵","̶","͜","͝","͞","͟","͠","͢","̸","̷","͡"," ҉"]},t=[].concat(a.up,a.down,a.mid);function s(f){var l=Math.floor(Math.random()*f);return l}function c(f){var l=!1;return t.filter(function(d){l=d===f}),l}function u(f,l){var d="",h,p;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",f=f.split("");for(p in f)if(!c(p)){switch(d=d+f[p],h={up:0,down:0,mid:0},l.size){case"mini":h.up=s(8),h.mid=s(2),h.down=s(8);break;case"maxi":h.up=s(16)+3,h.mid=s(4)+1,h.down=s(64)+3;break;default:h.up=s(8)+1,h.mid=s(6)/2,h.down=s(8)+1;break}var m=["up","mid","down"];for(var g in m)for(var y=m[g],v=0;v<=h[y];v++)l[y]&&(d=d+a[y][s(a[y].length)])}return d}return u(o,n)}}(za)),za.exports}var Va={exports:{}},Qg;function S2(){return Qg||(Qg=1,function(e){e.exports=function(r){return function(o,n,a){if(o===" ")return o;switch(n%3){case 0:return r.red(o);case 1:return r.white(o);case 2:return r.blue(o)}}}}(Va)),Va.exports}var Ya={exports:{}},em;function A2(){return em||(em=1,function(e){e.exports=function(r){return function(o,n,a){return n%2===0?o:r.inverse(o)}}}(Ya)),Ya.exports}var Ka={exports:{}},tm;function C2(){return tm||(tm=1,function(e){e.exports=function(r){var o=["red","yellow","green","blue","magenta"];return function(n,a,t){return n===" "?n:r[o[a++%o.length]](n)}}}(Ka)),Ka.exports}var Za={exports:{}},rm;function R2(){return rm||(rm=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(n,a,t){return n===" "?n:r[o[Math.round(Math.random()*(o.length-2))]](n)}}}(Za)),Za.exports}var im;function x2(){return im||(im=1,function(e){var r={};e.exports=r,r.themes={};var o=br,n=r.styles=D2(),a=Object.defineProperties,t=new RegExp(/[\r\n]+/g);r.supportsColor=E2().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(y,v){if(!r.enabled)return y+"";var w=n[v];return!w&&v in r?r[v](y):w.open+y+w.close};var s=/[|\\{}()[\]^$+*?.]/g,c=function(g){if(typeof g!="string")throw new TypeError("Expected a string");return g.replace(s,"\\$&")};function u(g){var y=function v(){return d.apply(v,arguments)};return y._styles=g,y.__proto__=l,y}var f=function(){var g={};return n.grey=n.gray,Object.keys(n).forEach(function(y){n[y].closeRe=new RegExp(c(n[y].close),"g"),g[y]={get:function(){return u(this._styles.concat(y))}}}),g}(),l=a(function(){},f);function d(){var g=Array.prototype.slice.call(arguments),y=g.map(function(E){return E!=null&&E.constructor===String?E:o.inspect(E)}).join(" ");if(!r.enabled||!y)return y;for(var v=y.indexOf(`
51
51
  `)!=-1,w=this._styles,D=w.length;D--;){var b=n[w[D]];y=b.open+y.replace(b.closeRe,b.open)+b.close,v&&(y=y.replace(t,function(E){return b.close+E+b.open}))}return y}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 y in g)(function(v){r[v]=function(w){if(typeof g[v]=="object"){var D=w;for(var b in g[v])D=r[g[v][b]](D);return D}return r[g[v]](w)}})(y)};function h(){var g={};return Object.keys(f).forEach(function(y){g[y]={get:function(){return u([y])}}}),g}var p=function(y,v){var w=v.split("");return w=w.map(y),w.join("")};r.trap=w2(),r.zalgo=_2(),r.maps={},r.maps.america=S2()(r),r.maps.zebra=A2()(r),r.maps.rainbow=C2()(r),r.maps.random=R2()(r);for(var m in r.maps)(function(g){r[g]=function(y){return p(r.maps[g],y)}})(m);a(r,h())}(ja)),ja.exports}var nm;function F2(){return nm||(nm=1,function(e){var r=x2();e.exports=r}(qa)),qa.exports}var sm;function T2(){if(sm)return Fi.exports;sm=1;const{info:e,debug:r}=Tp(),o=vS();class n{constructor(h){this.setOptions(h),this.x=null,this.y=null}setOptions(h){["boolean","number","bigint","string"].indexOf(typeof h)!==-1&&(h={content:""+h}),h=h||{},this.options=h;let p=h.content;if(["boolean","number","bigint","string"].indexOf(typeof p)!==-1)this.content=String(p);else if(!p)this.content=this.options.href||"";else throw new Error("Content needs to be a primitive, got: "+typeof p);this.colSpan=h.colSpan||1,this.rowSpan=h.rowSpan||1,this.options.href&&Object.defineProperty(this,"href",{get(){return this.options.href}})}mergeTableOptions(h,p){this.cells=p;let m=this.options.chars||{},g=h.chars,y=this.chars={};l.forEach(function(D){c(m,g,D,y)}),this.truncate=this.options.truncate||h.truncate;let v=this.options.style=this.options.style||{},w=h.style;c(v,w,"padding-left",this),c(v,w,"padding-right",this),this.head=v.head||w.head,this.border=v.border||w.border,this.fixedWidth=h.colWidths[this.x],this.lines=this.computeLines(h),this.desiredWidth=o.strlen(this.content)+this.paddingLeft+this.paddingRight,this.desiredHeight=this.lines.length}computeLines(h){const p=h.wordWrap||h.textWrap,{wordWrap:m=p}=this.options;if(this.fixedWidth&&m){if(this.fixedWidth-=this.paddingLeft+this.paddingRight,this.colSpan){let v=1;for(;v<this.colSpan;)this.fixedWidth+=h.colWidths[this.x+v],v++}const{wrapOnWordBoundary:g=!0}=h,{wrapOnWordBoundary:y=g}=this.options;return this.wrapLines(o.wordWrap(this.fixedWidth,this.content,y))}return this.wrapLines(this.content.split(`
@@ -350,7 +350,7 @@ As a comparison: without using the \`--peer\` option, ncu will suggest the lates
350
350
 
351
351
  ncu-test-peer-update 1.0.0 → 1.${ge.cyan("1.0")}
352
352
  ncu-test-return-version 1.0.0 → ${ge.red("2.0.0")}
353
- `},US=[{long:"cache",description:`Cache versions to a local cache file. Default \`--cacheFile\` is ${lp} and default \`--cacheExpiration\` is 10 minutes.`,type:"boolean"},{long:"cacheClear",description:"Clear the default cache, or the cache file specified by `--cacheFile`.",type:"boolean"},{long:"cacheExpiration",arg:"min",description:"Cache expiration in minutes. Only works with `--cache`.",parse:e=>parseInt(e,10),default:10,type:"number"},{long:"cacheFile",arg:"path",description:"Filepath for the cache file. Only works with `--cache`.",parse:e=>Te.isAbsolute(e)?e:Te.join(process.cwd(),e),default:lp,type:"string"},{long:"color",description:"Force color in terminal.",type:"boolean"},{long:"concurrency",arg:"n",description:"Max number of concurrent HTTP requests to registry.",parse:e=>parseInt(e,10),default:8,type:"number"},{long:"configFileName",arg:"s",description:"Config file name. (default: .ncurc.{json,yml,js,cjs})",type:"string"},{long:"configFilePath",arg:"path",description:"Directory of .ncurc config file. (default: directory of `packageFile`)",type:"string"},{long:"cwd",arg:"path",description:"Working directory in which npm will be executed.",type:"string"},{long:"deep",description:"Run recursively in current working directory. Alias of (`--packageFile '**/package.json'`).",type:"boolean"},{long:"dep",arg:"value",description:"Check one or more sections of dependencies only: dev, optional, peer, prod, or packageManager (comma-delimited).",default:["prod","dev","optional","packageManager"],parse:e=>e&&typeof e=="string"?e.split(","):e,type:"string | readonly string[]"},{long:"deprecated",default:!0,description:"Include deprecated packages. Use `--no-deprecated` to exclude deprecated packages (uses more bandwidth).",type:"boolean"},{long:"doctor",short:"d",description:"Iteratively installs upgrades and runs tests to identify breaking upgrades. Requires `-u` to execute.",type:"boolean",help:IT},{long:"doctorInstall",arg:"command",description:"Specifies the install script to use in doctor mode. (default: `npm install` or the equivalent for your package manager)",type:"string"},{long:"doctorTest",arg:"command",description:"Specifies the test script to use in doctor mode. (default: `npm test`)",type:"string"},{long:"enginesNode",description:"Include only packages that satisfy engines.node as specified in the package file.",type:"boolean"},{long:"errorLevel",short:"e",arg:"n",description:"Set the error level. 1: exits with error code 0 if no errors occur. 2: exits with error code 0 if no packages need updating (useful for continuous integration).",parse:e=>parseInt(e,10),default:1,type:"number"},{long:"filter",short:"f",arg:"p",description:"Include only package names matching the given string, wildcard, glob, comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:PT},{long:"filterResults",arg:"fn",cli:!1,description:"Filters results based on a user provided predicate function after fetching new versions.",type:"FilterResultsFunction",help:BT},{long:"filterVersion",arg:"p",description:"Filter on package version using comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:LT},{long:"format",arg:"value",description:"Modify the output formatting or show additional information. Specify one or more comma-delimited values: group, ownerChanged, repo, time, lines, installedVersion.",parse:e=>typeof e=="string"?e.split(","):e,default:[],type:"readonly string[]",choices:["group","ownerChanged","repo","time","lines","installedVersion"],help:kT},{long:"global",short:"g",description:"Check global packages instead of in the current project.",type:"boolean"},{long:"groupFunction",arg:"fn",cli:!1,description:"Customize how packages are divided into groups when using `--format group`.",type:"GroupFunction",help:qT},{long:"install",arg:"value",description:"Control the auto-install behavior: always, never, prompt.",help:$T,default:"prompt",choices:["always","never","prompt"],type:"'always' | 'never' | 'prompt'"},{long:"interactive",short:"i",description:"Enable interactive prompts for each dependency; implies `-u` unless one of the json options are set.",type:"boolean"},{long:"jsonAll",short:"j",description:"Output new package file instead of human-readable message.",type:"boolean"},{long:"jsonDeps",description:"Like `jsonAll` but only lists `dependencies`, `devDependencies`, `optionalDependencies`, etc of the new package data.",type:"boolean"},{long:"jsonUpgraded",description:"Output upgraded dependencies in json.",type:"boolean"},{long:"loglevel",short:"l",arg:"n",description:"Amount to log: silent, error, minimal, warn, info, verbose, silly.",default:"warn",type:"string"},{long:"mergeConfig",description:"Merges nested configs with the root config file for `--deep` or `--packageFile` options. (default: false)",type:"boolean"},{long:"minimal",short:"m",description:"Do not upgrade newer versions that are already satisfied by the version range according to semver.",type:"boolean"},{long:"packageData",arg:"value",description:"Package file data (you can also use stdin).",type:"string | PackageFile"},{long:"packageFile",arg:"path|glob",description:"Package file(s) location. (default: ./package.json)",type:"string"},{long:"packageManager",short:"p",arg:"s",description:"npm, yarn, pnpm, deno, bun, staticRegistry (default: npm).",help:UT,type:"'npm' | 'yarn' | 'pnpm' | 'deno' | 'bun' | 'staticRegistry'"},{long:"peer",description:"Check peer dependencies of installed packages and filter updates to compatible versions.",type:"boolean",help:GT},{long:"pre",arg:"n",description:"Include prerelease versions, e.g. -alpha.0, -beta.5, -rc.2. Automatically set to 1 when `--target` is newest or greatest, or when the current version is a prerelease. (default: 0)",parse:e=>!!parseInt(e,10),type:"number"},{long:"prefix",arg:"path",description:"Current working directory of npm.",type:"string"},{long:"registry",short:"r",arg:"uri",description:"Specify the registry to use when looking up package versions.",type:"string"},{long:"registryType",arg:"type",description:"Specify whether --registry refers to a full npm registry or a simple JSON file or url: npm, json. (default: npm)",help:HT,type:"'npm' | 'json'"},{long:"reject",short:"x",arg:"p",description:"Exclude packages matching the given string, wildcard, glob, comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:NT},{long:"rejectVersion",arg:"p",description:"Exclude package.json versions using comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:MT},{long:"removeRange",description:"Remove version ranges from the final package version.",type:"boolean"},{long:"root",default:!0,description:"Runs updates on the root project in addition to specified workspaces. Only allowed with `--workspace` or `--workspaces`.",type:"boolean"},{long:"retry",arg:"n",description:"Number of times to retry failed requests for package info.",parse:e=>parseInt(e,10),default:3,type:"number"},{long:"silent",short:"s",description:"Don't output anything. Alias for `--loglevel` silent.",type:"boolean"},{long:"stdin",description:"Read package.json from stdin.",type:"string"},{long:"target",short:"t",arg:"value",description:"Determines the version to upgrade to: latest, newest, greatest, minor, patch, semver, `@[tag]`, or [function]. (default: latest)",help:jT,type:`${TT.map(e=>`'${e}'`).join(" | ")} | \`@\${string}\` | TargetFunction`},{long:"timeout",arg:"ms",description:"Global timeout in milliseconds. (default: no global timeout and 30 seconds per npm-registry-fetch)",parse:e=>parseInt(e,10),type:"number"},{long:"upgrade",short:"u",description:"Overwrite package file with upgraded versions instead of just outputting to console.",type:"boolean"},{long:"verbose",description:"Log additional information for debugging. Alias for `--loglevel` verbose.",type:"boolean"},{long:"workspace",short:"w",arg:"s",parse:(e,r)=>[...r,e],default:[],description:"Run on one or more specified workspaces. Add `--root` to also upgrade the root project.",type:"readonly string[]"},{long:"workspaces",short:"ws",description:"Run on all workspaces. Add `--root` to also upgrade the root project.",type:"boolean"}],Ar=US.reduce((e,r)=>({...e,...r.short?{[r.short]:r}:null,...r.long?{[r.long]:r}:null}),{}),Us=vo(US,e=>e.long),WT=["package-lock.json","yarn.lock","pnpm-lock.yaml","deno.json","deno.jsonc","bun.lock","bun.lockb"];async function HS(e,r=He.readdir){try{let o=e.cwd?e.cwd:e.packageFile?Te.dirname(e.packageFile):".";for(;;){const n=await r(o);for(const t of WT)if(n.includes(t))return{directoryPath:o,filename:t};const a=Te.resolve(o,"..");if(a===o)break;o=a}}catch{}return null}const zT={"package-lock":"npm",yarn:"yarn","pnpm-lock":"pnpm",deno:"deno",bun:"bun"},VT=()=>{const e=process.env.npm_config_user_agent??"",r=process.env.npm_execpath??"";return e.startsWith("yarn/")||r.includes("yarn")?"yarn":e.startsWith("pnpm/")||r.includes("pnpm")?"pnpm":e.startsWith("bun/")||typeof Bun<"u"||process.versions.bun?"bun":"npm"},GS=async(e,r=He.readdir)=>{if(e.packageManager)return e.packageManager;if(e.global)return VT();const o=(await HS(e,r))?.filename;return o?zT[o.split(".")[0]]:"npm"};var zn={exports:{}},ly;function YT(){if(ly)return zn.exports;ly=1;const e=/[\p{Lu}]/u,r=/[\p{Ll}]/u,o=/^[\p{Lu}](?![\p{Lu}])/gu,n=/([\p{Alpha}\p{N}_]|$)/u,a=/[_.\- ]+/,t=new RegExp("^"+a.source),s=new RegExp(a.source+n.source,"gu"),c=new RegExp("\\d+"+n.source,"gu"),u=(h,p,m)=>{let g=!1,y=!1,v=!1;for(let w=0;w<h.length;w++){const D=h[w];g&&e.test(D)?(h=h.slice(0,w)+"-"+h.slice(w),g=!1,v=y,y=!0,w++):y&&v&&r.test(D)?(h=h.slice(0,w-1)+"-"+h.slice(w-1),v=y,y=!1,g=!0):(g=p(D)===D&&m(D)!==D,v=y,y=m(D)===D&&p(D)!==D)}return h},f=(h,p)=>(o.lastIndex=0,h.replace(o,m=>p(m))),l=(h,p)=>(s.lastIndex=0,c.lastIndex=0,h.replace(s,(m,g)=>p(g)).replace(c,m=>p(m))),d=(h,p)=>{if(!(typeof h=="string"||Array.isArray(h)))throw new TypeError("Expected the input to be `string | string[]`");if(p={pascalCase:!1,preserveConsecutiveUppercase:!1,...p},Array.isArray(h)?h=h.map(v=>v.trim()).filter(v=>v.length).join("-"):h=h.trim(),h.length===0)return"";const m=p.locale===!1?v=>v.toLowerCase():v=>v.toLocaleLowerCase(p.locale),g=p.locale===!1?v=>v.toUpperCase():v=>v.toLocaleUpperCase(p.locale);return h.length===1?p.pascalCase?g(h):m(h):(h!==m(h)&&(h=u(h,m,g)),h=h.replace(t,""),p.preserveConsecutiveUppercase?h=f(h,m):h=m(h),p.pascalCase&&(h=g(h.charAt(0))+h.slice(1)),l(h,g))};return zn.exports=d,zn.exports.default=d,zn.exports}var KT=YT();const ZT=tt(KT);var Vn={exports:{}},fy;function XT(){if(fy)return Vn.exports;fy=1;function e(d,h){var p=h&&h.cache?h.cache:l,m=h&&h.serializer?h.serializer:u,g=h&&h.strategy?h.strategy:t;return g(d,{cache:p,serializer:m})}function r(d){return d==null||typeof d=="number"||typeof d=="boolean"}function o(d,h,p,m){var g=r(m)?m:p(m),y=h.get(g);return typeof y>"u"&&(y=d.call(this,m),h.set(g,y)),y}function n(d,h,p){var m=Array.prototype.slice.call(arguments,3),g=p(m),y=h.get(g);return typeof y>"u"&&(y=d.apply(this,m),h.set(g,y)),y}function a(d,h,p,m,g){return p.bind(h,d,m,g)}function t(d,h){var p=d.length===1?o:n;return a(d,this,p,h.cache.create(),h.serializer)}function s(d,h){var p=n;return a(d,this,p,h.cache.create(),h.serializer)}function c(d,h){var p=o;return a(d,this,p,h.cache.create(),h.serializer)}function u(){return JSON.stringify(arguments)}function f(){this.cache=Object.create(null)}f.prototype.has=function(d){return d in this.cache},f.prototype.get=function(d){return this.cache[d]},f.prototype.set=function(d,h){this.cache[d]=h};var l={create:function(){return new f}};return Vn.exports=e,Vn.exports.strategies={variadic:s,monadic:c},Vn.exports}var JT=XT();const Ci=tt(JT);var Vc,hy;function QT(){if(hy)return Vc;hy=1;const{hasOwnProperty:e}=Object.prototype,r=(c,u={})=>{typeof u=="string"&&(u={section:u}),u.align=u.align===!0,u.newline=u.newline===!0,u.sort=u.sort===!0,u.whitespace=u.whitespace===!0||u.align===!0,u.platform=u.platform||typeof process<"u"&&process.platform,u.bracketedArray=u.bracketedArray!==!1;const f=u.platform==="win32"?`\r
353
+ `},US=[{long:"cache",description:`Cache versions to a local cache file. Default \`--cacheFile\` is ${lp} and default \`--cacheExpiration\` is 10 minutes.`,type:"boolean"},{long:"cacheClear",description:"Clear the default cache, or the cache file specified by `--cacheFile`.",type:"boolean"},{long:"cacheExpiration",arg:"min",description:"Cache expiration in minutes. Only works with `--cache`.",parse:e=>parseInt(e,10),default:10,type:"number"},{long:"cacheFile",arg:"path",description:"Filepath for the cache file. Only works with `--cache`.",parse:e=>Te.isAbsolute(e)?e:Te.join(process.cwd(),e),default:lp,type:"string"},{long:"color",description:"Force color in terminal.",type:"boolean"},{long:"concurrency",arg:"n",description:"Max number of concurrent HTTP requests to registry.",parse:e=>parseInt(e,10),default:8,type:"number"},{long:"configFileName",arg:"s",description:"Config file name. (default: .ncurc.{json,yml,js,cjs})",type:"string"},{long:"configFilePath",arg:"path",description:"Directory of .ncurc config file. (default: directory of `packageFile`)",type:"string"},{long:"cwd",arg:"path",description:"Working directory in which npm will be executed.",type:"string"},{long:"deep",description:"Run recursively in current working directory. Alias of (`--packageFile '**/package.json'`).",type:"boolean"},{long:"dep",arg:"value",description:"Check one or more sections of dependencies only: dev, optional, peer, prod, or packageManager (comma-delimited).",default:["prod","dev","optional","packageManager"],parse:e=>e&&typeof e=="string"?e.split(","):e,type:"string | readonly string[]"},{long:"deprecated",default:!0,description:"Include deprecated packages. Use `--no-deprecated` to exclude deprecated packages (uses more bandwidth).",type:"boolean"},{long:"doctor",short:"d",description:"Iteratively installs upgrades and runs tests to identify breaking upgrades. Requires `-u` to execute.",type:"boolean",help:IT},{long:"doctorInstall",arg:"command",description:"Specifies the install script to use in doctor mode. (default: `npm install` or the equivalent for your package manager)",type:"string"},{long:"doctorTest",arg:"command",description:"Specifies the test script to use in doctor mode. (default: `npm test`)",type:"string"},{long:"enginesNode",description:"Include only packages that satisfy engines.node as specified in the package file.",type:"boolean"},{long:"errorLevel",short:"e",arg:"n",description:"Set the error level. 1: exits with error code 0 if no errors occur. 2: exits with error code 0 if no packages need updating (useful for continuous integration).",parse:e=>parseInt(e,10),default:1,type:"number"},{long:"filter",short:"f",arg:"p",description:"Include only package names matching the given string, wildcard, glob, comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:PT},{long:"filterResults",arg:"fn",cli:!1,description:"Filters results based on a user provided predicate function after fetching new versions.",type:"FilterResultsFunction",help:BT},{long:"filterVersion",arg:"p",description:"Filter on package version using comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:LT},{long:"format",arg:"value",description:"Modify the output formatting or show additional information. Specify one or more comma-delimited values: group, ownerChanged, repo, time, lines, installedVersion.",parse:e=>typeof e=="string"?e.split(","):e,default:[],type:"readonly string[]",choices:["group","ownerChanged","repo","time","lines","installedVersion"],help:kT},{long:"global",short:"g",description:"Check global packages instead of in the current project.",type:"boolean"},{long:"groupFunction",arg:"fn",cli:!1,description:"Customize how packages are divided into groups when using `--format group`.",type:"GroupFunction",help:qT},{long:"install",arg:"value",description:"Control the auto-install behavior: always, never, prompt.",help:$T,default:"prompt",choices:["always","never","prompt"],type:"'always' | 'never' | 'prompt'"},{long:"interactive",short:"i",description:"Enable interactive prompts for each dependency; implies `-u` unless one of the json options are set.",type:"boolean"},{long:"jsonAll",short:"j",description:"Output new package file instead of human-readable message.",type:"boolean"},{long:"jsonDeps",description:"Like `jsonAll` but only lists `dependencies`, `devDependencies`, `optionalDependencies`, etc of the new package data.",type:"boolean"},{long:"jsonUpgraded",description:"Output upgraded dependencies in json.",type:"boolean"},{long:"loglevel",short:"l",arg:"n",description:"Amount to log: silent, error, minimal, warn, info, verbose, silly.",default:"warn",type:"string"},{long:"mergeConfig",description:"Merges nested configs with the root config file for `--deep` or `--packageFile` options. (default: false)",type:"boolean"},{long:"minimal",short:"m",description:"Do not upgrade newer versions that are already satisfied by the version range according to semver.",type:"boolean"},{long:"packageData",arg:"value",description:"Package file data (you can also use stdin).",type:"string | PackageFile"},{long:"packageFile",arg:"path|glob",description:"Package file(s) location. (default: ./package.json)",type:"string"},{long:"packageManager",short:"p",arg:"s",description:"npm, yarn, pnpm, deno, bun, staticRegistry (default: npm).",help:UT,type:"'npm' | 'yarn' | 'pnpm' | 'deno' | 'bun' | 'staticRegistry'"},{long:"peer",description:"Check peer dependencies of installed packages and filter updates to compatible versions.",type:"boolean",help:GT},{long:"pre",arg:"n",description:"Include prerelease versions, e.g. -alpha.0, -beta.5, -rc.2. Automatically set to 1 when `--target` is newest or greatest, or when the current version is a prerelease. (default: 0)",parse:e=>!!parseInt(e,10),type:"number"},{long:"prefix",arg:"path",description:"Current working directory of npm.",type:"string"},{long:"registry",short:"r",arg:"uri",description:"Specify the registry to use when looking up package versions.",type:"string"},{long:"registryType",arg:"type",description:"Specify whether --registry refers to a full npm registry or a simple JSON file or url: npm, json. (default: npm)",help:HT,type:"'npm' | 'json'"},{long:"reject",short:"x",arg:"p",description:"Exclude packages matching the given string, wildcard, glob, comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:NT},{long:"rejectVersion",arg:"p",description:"Exclude package.json versions using comma-or-space-delimited list, /regex/, or predicate function.",type:"string | RegExp | readonly (string | RegExp)[] | FilterFunction",parse:(e,r)=>[...r||[],e],help:MT},{long:"removeRange",description:"Remove version ranges from the final package version.",type:"boolean"},{long:"root",default:!0,description:"Runs updates on the root project in addition to specified workspaces. Only allowed with `--workspace` or `--workspaces`.",type:"boolean"},{long:"retry",arg:"n",description:"Number of times to retry failed requests for package info.",parse:e=>parseInt(e,10),default:3,type:"number"},{long:"silent",short:"s",description:"Don't output anything. Alias for `--loglevel` silent.",type:"boolean"},{long:"stdin",description:"Read package.json from stdin.",type:"string"},{long:"target",short:"t",arg:"value",description:"Determines the version to upgrade to: latest, newest, greatest, minor, patch, semver, `@[tag]`, or [function]. (default: latest)",help:jT,type:`${TT.map(e=>`'${e}'`).join(" | ")} | \`@\${string}\` | TargetFunction`},{long:"timeout",arg:"ms",description:"Global timeout in milliseconds. (default: no global timeout and 30 seconds per npm-registry-fetch)",parse:e=>parseInt(e,10),type:"number"},{long:"upgrade",short:"u",description:"Overwrite package file with upgraded versions instead of just outputting to console.",type:"boolean"},{long:"verbose",description:"Log additional information for debugging. Alias for `--loglevel` verbose.",type:"boolean"},{long:"workspace",short:"w",arg:"s",parse:(e,r)=>[...r,e],default:[],description:"Run on one or more specified workspaces. Add `--root` to also upgrade the root project.",type:"readonly string[]"},{long:"workspaces",short:"ws",description:"Run on all workspaces. Add `--root` to also upgrade the root project.",type:"boolean"}],Ar=US.reduce((e,r)=>({...e,...r.short?{[r.short]:r}:null,...r.long?{[r.long]:r}:null}),{}),Us=vo(US,e=>e.long),WT=["package-lock.json","yarn.lock","pnpm-lock.yaml","deno.json","deno.jsonc","bun.lock","bun.lockb"];async function HS(e,r=He.readdir){try{let o=e.cwd?e.cwd:e.packageFile?Te.dirname(e.packageFile):".";for(;;){const n=await r(o);for(const t of WT)if(n.includes(t))return{directoryPath:o,filename:t};const a=Te.resolve(o,"..");if(a===o)break;o=a}}catch{}return null}const zT={"package-lock":"npm",yarn:"yarn","pnpm-lock":"pnpm",deno:"deno",bun:"bun"},VT=()=>{const e=process.env.npm_config_user_agent??"",r=process.env.npm_execpath??"";return e.startsWith("yarn/")||r.includes("yarn")||__dirname.includes("/yarn/")||__dirname.includes("\\Yarn\\")?"yarn":e.startsWith("pnpm/")||r.includes("pnpm")||__dirname.includes("/pnpm/")||__dirname.includes("\\pnpm\\")?"pnpm":e.startsWith("bun/")||typeof Bun<"u"||process.versions.bun||__dirname.includes("/.bun/")||__dirname.includes("\\.bun\\")?"bun":"npm"},GS=async(e,r=He.readdir)=>{if(e.packageManager)return e.packageManager;if(e.global)return VT();const o=(await HS(e,r))?.filename;return o?zT[o.split(".")[0]]:"npm"};var zn={exports:{}},ly;function YT(){if(ly)return zn.exports;ly=1;const e=/[\p{Lu}]/u,r=/[\p{Ll}]/u,o=/^[\p{Lu}](?![\p{Lu}])/gu,n=/([\p{Alpha}\p{N}_]|$)/u,a=/[_.\- ]+/,t=new RegExp("^"+a.source),s=new RegExp(a.source+n.source,"gu"),c=new RegExp("\\d+"+n.source,"gu"),u=(h,p,m)=>{let g=!1,y=!1,v=!1;for(let w=0;w<h.length;w++){const D=h[w];g&&e.test(D)?(h=h.slice(0,w)+"-"+h.slice(w),g=!1,v=y,y=!0,w++):y&&v&&r.test(D)?(h=h.slice(0,w-1)+"-"+h.slice(w-1),v=y,y=!1,g=!0):(g=p(D)===D&&m(D)!==D,v=y,y=m(D)===D&&p(D)!==D)}return h},f=(h,p)=>(o.lastIndex=0,h.replace(o,m=>p(m))),l=(h,p)=>(s.lastIndex=0,c.lastIndex=0,h.replace(s,(m,g)=>p(g)).replace(c,m=>p(m))),d=(h,p)=>{if(!(typeof h=="string"||Array.isArray(h)))throw new TypeError("Expected the input to be `string | string[]`");if(p={pascalCase:!1,preserveConsecutiveUppercase:!1,...p},Array.isArray(h)?h=h.map(v=>v.trim()).filter(v=>v.length).join("-"):h=h.trim(),h.length===0)return"";const m=p.locale===!1?v=>v.toLowerCase():v=>v.toLocaleLowerCase(p.locale),g=p.locale===!1?v=>v.toUpperCase():v=>v.toLocaleUpperCase(p.locale);return h.length===1?p.pascalCase?g(h):m(h):(h!==m(h)&&(h=u(h,m,g)),h=h.replace(t,""),p.preserveConsecutiveUppercase?h=f(h,m):h=m(h),p.pascalCase&&(h=g(h.charAt(0))+h.slice(1)),l(h,g))};return zn.exports=d,zn.exports.default=d,zn.exports}var KT=YT();const ZT=tt(KT);var Vn={exports:{}},fy;function XT(){if(fy)return Vn.exports;fy=1;function e(d,h){var p=h&&h.cache?h.cache:l,m=h&&h.serializer?h.serializer:u,g=h&&h.strategy?h.strategy:t;return g(d,{cache:p,serializer:m})}function r(d){return d==null||typeof d=="number"||typeof d=="boolean"}function o(d,h,p,m){var g=r(m)?m:p(m),y=h.get(g);return typeof y>"u"&&(y=d.call(this,m),h.set(g,y)),y}function n(d,h,p){var m=Array.prototype.slice.call(arguments,3),g=p(m),y=h.get(g);return typeof y>"u"&&(y=d.apply(this,m),h.set(g,y)),y}function a(d,h,p,m,g){return p.bind(h,d,m,g)}function t(d,h){var p=d.length===1?o:n;return a(d,this,p,h.cache.create(),h.serializer)}function s(d,h){var p=n;return a(d,this,p,h.cache.create(),h.serializer)}function c(d,h){var p=o;return a(d,this,p,h.cache.create(),h.serializer)}function u(){return JSON.stringify(arguments)}function f(){this.cache=Object.create(null)}f.prototype.has=function(d){return d in this.cache},f.prototype.get=function(d){return this.cache[d]},f.prototype.set=function(d,h){this.cache[d]=h};var l={create:function(){return new f}};return Vn.exports=e,Vn.exports.strategies={variadic:s,monadic:c},Vn.exports}var JT=XT();const Ci=tt(JT);var Vc,hy;function QT(){if(hy)return Vc;hy=1;const{hasOwnProperty:e}=Object.prototype,r=(c,u={})=>{typeof u=="string"&&(u={section:u}),u.align=u.align===!0,u.newline=u.newline===!0,u.sort=u.sort===!0,u.whitespace=u.whitespace===!0||u.align===!0,u.platform=u.platform||typeof process<"u"&&process.platform,u.bracketedArray=u.bracketedArray!==!1;const f=u.platform==="win32"?`\r
354
354
  `:`
355
355
  `,l=u.whitespace?" = ":"=",d=[],h=u.sort?Object.keys(c).sort():Object.keys(c);let p=0;u.align&&(p=t(h.filter(y=>c[y]===null||Array.isArray(c[y])||typeof c[y]!="object").map(y=>Array.isArray(c[y])?`${y}[]`:y).concat([""]).reduce((y,v)=>t(y).length>=t(v).length?y:v)).length);let m="";const g=u.bracketedArray?"[]":"";for(const y of h){const v=c[y];if(v&&Array.isArray(v))for(const w of v)m+=t(`${y}${g}`).padEnd(p," ")+l+t(w)+f;else v&&typeof v=="object"?d.push(y):m+=t(y).padEnd(p," ")+l+t(v)+f}u.section&&m.length&&(m="["+t(u.section)+"]"+(u.newline?f+f:f)+m);for(const y of d){const v=o(y,".").join("\\."),w=(u.section?u.section+".":"")+v,D=r(c[y],{...u,section:w});m.length&&D.length&&(m+=f),m+=D}return m};function o(c,u){var f=0,l=0,d=0,h=[];do if(d=c.indexOf(u,f),d!==-1){if(f=d+u.length,d>0&&c[d-1]==="\\")continue;h.push(c.slice(l,d)),l=d+u.length}while(d!==-1);return h.push(c.slice(l)),h}const n=(c,u={})=>{u.bracketedArray=u.bracketedArray!==!1;const f=Object.create(null);let l=f,d=null;const h=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,p=c.split(/[\r\n]+/g),m={};for(const y of p){if(!y||y.match(/^\s*[;#]/)||y.match(/^\s*$/))continue;const v=y.match(h);if(!v)continue;if(v[1]!==void 0){if(d=s(v[1]),d==="__proto__"){l=Object.create(null);continue}l=f[d]=f[d]||Object.create(null);continue}const w=s(v[2]);let D;u.bracketedArray?D=w.length>2&&w.slice(-2)==="[]":(m[w]=(m?.[w]||0)+1,D=m[w]>1);const b=D&&w.endsWith("[]")?w.slice(0,-2):w;if(b==="__proto__")continue;const E=v[3]?s(v[4]):!0,A=E==="true"||E==="false"||E==="null"?JSON.parse(E):E;D&&(e.call(l,b)?Array.isArray(l[b])||(l[b]=[l[b]]):l[b]=[]),Array.isArray(l[b])?l[b].push(A):l[b]=A}const g=[];for(const y of Object.keys(f)){if(!e.call(f,y)||typeof f[y]!="object"||Array.isArray(f[y]))continue;const v=o(y,".");l=f;const w=v.pop(),D=w.replace(/\\\./g,".");for(const b of v)b!=="__proto__"&&((!e.call(l,b)||typeof l[b]!="object")&&(l[b]=Object.create(null)),l=l[b]);l===f&&D===w||(l[D]=f[y],g.push(y))}for(const y of g)delete f[y];return f},a=c=>c.startsWith('"')&&c.endsWith('"')||c.startsWith("'")&&c.endsWith("'"),t=c=>typeof c!="string"||c.match(/[=\r\n]/)||c.match(/^\[/)||c.length>1&&a(c)||c!==c.trim()?JSON.stringify(c):c.split(";").join("\\;").split("#").join("\\#"),s=c=>{if(c=(c||"").trim(),a(c)){c.charAt(0)==="'"&&(c=c.slice(1,-1));try{c=JSON.parse(c)}catch{}}else{let u=!1,f="";for(let l=0,d=c.length;l<d;l++){const h=c.charAt(l);if(u)"\\;#".indexOf(h)!==-1?f+=h:f+="\\"+h,u=!1;else{if(";#".indexOf(h)!==-1)break;h==="\\"?u=!0:f+=h}}return u&&(f+="\\"),f.trim()}return c};return Vc={parse:n,decode:n,stringify:r,encode:r,safe:t,unsafe:s},Vc}var e8=QT();const Zp=tt(e8);var Yc={exports:{}},Kc,dy;function WS(){if(dy)return Kc;dy=1;const{URL:e}=pt;function r(c){try{let f=new e(c).pathname.slice(1);if(!f.match(/^-/)){f=f.split("/");var u=f.indexOf("_rewrite");return u===-1?u=f.length-1:u++,decodeURIComponent(f[u])}}catch{}}class o extends Error{constructor(u,f,l,d){super(),this.name=this.constructor.name,this.headers=typeof f.headers?.raw=="function"?f.headers.raw():f.headers,this.statusCode=f.status,this.code=`E${f.status}`,this.method=u,this.uri=f.url,this.body=l,this.pkgid=d?d.toString():r(f.url),Error.captureStackTrace(this,this.constructor)}}class n extends o{constructor(u,f,l,d){super(u,f,l,d),this.message=`${f.status} ${f.statusText} - ${this.method.toUpperCase()} ${this.spec||this.uri}${l&&l.error?" - "+l.error:""}`}}class a extends o{constructor(u,f,l,d){super(u,f,l,d),this.message="OTP required for authentication",this.code="EOTP"}}class t extends o{constructor(u,f,l,d){super(u,f,l,d),this.message="Login is not allowed from your IP address",this.code="EAUTHIP"}}class s extends o{constructor(u,f,l,d){super(u,f,l,d),this.message="Unable to authenticate, need: "+f.headers.get("www-authenticate")}}return Kc={HttpErrorBase:o,HttpErrorGeneral:n,HttpErrorAuthOTP:a,HttpErrorAuthIPAddress:t,HttpErrorAuthUnknown:s},Kc}var Oi={},Ii={},py;function vt(){return py||(py=1,function(e){var r=Ii&&Ii.__importDefault||function(R){return R&&R.__esModule?R:{default:R}};Object.defineProperty(e,"__esModule",{value:!0}),e.Minipass=e.isWritable=e.isReadable=e.isStream=void 0;const o=typeof process=="object"&&process?process:{stdout:null,stderr:null},n=qt,a=r(er),t=Dn,s=R=>!!R&&typeof R=="object"&&(R instanceof Y||R instanceof a.default||(0,e.isReadable)(R)||(0,e.isWritable)(R));e.isStream=s;const c=R=>!!R&&typeof R=="object"&&R instanceof n.EventEmitter&&typeof R.pipe=="function"&&R.pipe!==a.default.Writable.prototype.pipe;e.isReadable=c;const u=R=>!!R&&typeof R=="object"&&R instanceof n.EventEmitter&&typeof R.write=="function"&&typeof R.end=="function";e.isWritable=u;const f=Symbol("EOF"),l=Symbol("maybeEmitEnd"),d=Symbol("emittedEnd"),h=Symbol("emittingEnd"),p=Symbol("emittedError"),m=Symbol("closed"),g=Symbol("read"),y=Symbol("flush"),v=Symbol("flushChunk"),w=Symbol("encoding"),D=Symbol("decoder"),b=Symbol("flowing"),E=Symbol("paused"),A=Symbol("resume"),C=Symbol("buffer"),F=Symbol("pipes"),T=Symbol("bufferLength"),k=Symbol("bufferPush"),$=Symbol("bufferShift"),x=Symbol("objectMode"),B=Symbol("destroyed"),L=Symbol("error"),U=Symbol("emitData"),M=Symbol("emitEnd"),z=Symbol("emitEnd2"),J=Symbol("async"),ne=Symbol("abort"),j=Symbol("aborted"),S=Symbol("signal"),I=Symbol("dataListeners"),K=Symbol("discarded"),ee=R=>Promise.resolve().then(R),G=R=>R(),ce=R=>R==="end"||R==="finish"||R==="prefinish",he=R=>R instanceof ArrayBuffer||!!R&&typeof R=="object"&&R.constructor&&R.constructor.name==="ArrayBuffer"&&R.byteLength>=0,ve=R=>!Buffer.isBuffer(R)&&ArrayBuffer.isView(R);class Re{src;dest;opts;ondrain;constructor(O,q,te){this.src=O,this.dest=q,this.opts=te,this.ondrain=()=>O[A](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(O){}end(){this.unpipe(),this.opts.end&&this.dest.end()}}class pe extends Re{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(O,q,te){super(O,q,te),this.proxyErrors=ie=>q.emit("error",ie),O.on("error",this.proxyErrors)}}const Z=R=>!!R.objectMode,V=R=>!R.objectMode&&!!R.encoding&&R.encoding!=="buffer";class Y extends n.EventEmitter{[b]=!1;[E]=!1;[F]=[];[C]=[];[x];[w];[J];[D];[f]=!1;[d]=!1;[h]=!1;[m]=!1;[p]=null;[T]=0;[B]=!1;[S];[j]=!1;[I]=0;[K]=!1;writable=!0;readable=!0;constructor(...O){const q=O[0]||{};if(super(),q.objectMode&&typeof q.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");Z(q)?(this[x]=!0,this[w]=null):V(q)?(this[w]=q.encoding,this[x]=!1):(this[x]=!1,this[w]=null),this[J]=!!q.async,this[D]=this[w]?new t.StringDecoder(this[w]):null,q&&q.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[C]}),q&&q.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[F]});const{signal:te}=q;te&&(this[S]=te,te.aborted?this[ne]():te.addEventListener("abort",()=>this[ne]()))}get bufferLength(){return this[T]}get encoding(){return this[w]}set encoding(O){throw new Error("Encoding must be set at instantiation time")}setEncoding(O){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[x]}set objectMode(O){throw new Error("objectMode must be set at instantiation time")}get async(){return this[J]}set async(O){this[J]=this[J]||!!O}[ne](){this[j]=!0,this.emit("abort",this[S]?.reason),this.destroy(this[S]?.reason)}get aborted(){return this[j]}set aborted(O){}write(O,q,te){if(this[j])return!1;if(this[f])throw new Error("write after end");if(this[B])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof q=="function"&&(te=q,q="utf8"),q||(q="utf8");const ie=this[J]?ee:G;if(!this[x]&&!Buffer.isBuffer(O)){if(ve(O))O=Buffer.from(O.buffer,O.byteOffset,O.byteLength);else if(he(O))O=Buffer.from(O);else if(typeof O!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[x]?(this[b]&&this[T]!==0&&this[y](!0),this[b]?this.emit("data",O):this[k](O),this[T]!==0&&this.emit("readable"),te&&ie(te),this[b]):O.length?(typeof O=="string"&&!(q===this[w]&&!this[D]?.lastNeed)&&(O=Buffer.from(O,q)),Buffer.isBuffer(O)&&this[w]&&(O=this[D].write(O)),this[b]&&this[T]!==0&&this[y](!0),this[b]?this.emit("data",O):this[k](O),this[T]!==0&&this.emit("readable"),te&&ie(te),this[b]):(this[T]!==0&&this.emit("readable"),te&&ie(te),this[b])}read(O){if(this[B])return null;if(this[K]=!1,this[T]===0||O===0||O&&O>this[T])return this[l](),null;this[x]&&(O=null),this[C].length>1&&!this[x]&&(this[C]=[this[w]?this[C].join(""):Buffer.concat(this[C],this[T])]);const q=this[g](O||null,this[C][0]);return this[l](),q}[g](O,q){if(this[x])this[$]();else{const te=q;O===te.length||O===null?this[$]():typeof te=="string"?(this[C][0]=te.slice(O),q=te.slice(0,O),this[T]-=O):(this[C][0]=te.subarray(O),q=te.subarray(0,O),this[T]-=O)}return this.emit("data",q),!this[C].length&&!this[f]&&this.emit("drain"),q}end(O,q,te){return typeof O=="function"&&(te=O,O=void 0),typeof q=="function"&&(te=q,q="utf8"),O!==void 0&&this.write(O,q),te&&this.once("end",te),this[f]=!0,this.writable=!1,(this[b]||!this[E])&&this[l](),this}[A](){this[B]||(!this[I]&&!this[F].length&&(this[K]=!0),this[E]=!1,this[b]=!0,this.emit("resume"),this[C].length?this[y]():this[f]?this[l]():this.emit("drain"))}resume(){return this[A]()}pause(){this[b]=!1,this[E]=!0,this[K]=!1}get destroyed(){return this[B]}get flowing(){return this[b]}get paused(){return this[E]}[k](O){this[x]?this[T]+=1:this[T]+=O.length,this[C].push(O)}[$](){return this[x]?this[T]-=1:this[T]-=this[C][0].length,this[C].shift()}[y](O=!1){do;while(this[v](this[$]())&&this[C].length);!O&&!this[C].length&&!this[f]&&this.emit("drain")}[v](O){return this.emit("data",O),this[b]}pipe(O,q){if(this[B])return O;this[K]=!1;const te=this[d];return q=q||{},O===o.stdout||O===o.stderr?q.end=!1:q.end=q.end!==!1,q.proxyErrors=!!q.proxyErrors,te?q.end&&O.end():(this[F].push(q.proxyErrors?new pe(this,O,q):new Re(this,O,q)),this[J]?ee(()=>this[A]()):this[A]()),O}unpipe(O){const q=this[F].find(te=>te.dest===O);q&&(this[F].length===1?(this[b]&&this[I]===0&&(this[b]=!1),this[F]=[]):this[F].splice(this[F].indexOf(q),1),q.unpipe())}addListener(O,q){return this.on(O,q)}on(O,q){const te=super.on(O,q);if(O==="data")this[K]=!1,this[I]++,!this[F].length&&!this[b]&&this[A]();else if(O==="readable"&&this[T]!==0)super.emit("readable");else if(ce(O)&&this[d])super.emit(O),this.removeAllListeners(O);else if(O==="error"&&this[p]){const ie=q;this[J]?ee(()=>ie.call(this,this[p])):ie.call(this,this[p])}return te}removeListener(O,q){return this.off(O,q)}off(O,q){const te=super.off(O,q);return O==="data"&&(this[I]=this.listeners("data").length,this[I]===0&&!this[K]&&!this[F].length&&(this[b]=!1)),te}removeAllListeners(O){const q=super.removeAllListeners(O);return(O==="data"||O===void 0)&&(this[I]=0,!this[K]&&!this[F].length&&(this[b]=!1)),q}get emittedEnd(){return this[d]}[l](){!this[h]&&!this[d]&&!this[B]&&this[C].length===0&&this[f]&&(this[h]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[m]&&this.emit("close"),this[h]=!1)}emit(O,...q){const te=q[0];if(O!=="error"&&O!=="close"&&O!==B&&this[B])return!1;if(O==="data")return!this[x]&&!te?!1:this[J]?(ee(()=>this[U](te)),!0):this[U](te);if(O==="end")return this[M]();if(O==="close"){if(this[m]=!0,!this[d]&&!this[B])return!1;const le=super.emit("close");return this.removeAllListeners("close"),le}else if(O==="error"){this[p]=te,super.emit(L,te);const le=!this[S]||this.listeners("error").length?super.emit("error",te):!1;return this[l](),le}else if(O==="resume"){const le=super.emit("resume");return this[l](),le}else if(O==="finish"||O==="prefinish"){const le=super.emit(O);return this.removeAllListeners(O),le}const ie=super.emit(O,...q);return this[l](),ie}[U](O){for(const te of this[F])te.dest.write(O)===!1&&this.pause();const q=this[K]?!1:super.emit("data",O);return this[l](),q}[M](){return this[d]?!1:(this[d]=!0,this.readable=!1,this[J]?(ee(()=>this[z]()),!0):this[z]())}[z](){if(this[D]){const q=this[D].end();if(q){for(const te of this[F])te.dest.write(q);this[K]||super.emit("data",q)}}for(const q of this[F])q.end();const O=super.emit("end");return this.removeAllListeners("end"),O}async collect(){const O=Object.assign([],{dataLength:0});this[x]||(O.dataLength=0);const q=this.promise();return this.on("data",te=>{O.push(te),this[x]||(O.dataLength+=te.length)}),await q,O}async concat(){if(this[x])throw new Error("cannot concat in objectMode");const O=await this.collect();return this[w]?O.join(""):Buffer.concat(O,O.dataLength)}async promise(){return new Promise((O,q)=>{this.on(B,()=>q(new Error("stream destroyed"))),this.on("error",te=>q(te)),this.on("end",()=>O())})}[Symbol.asyncIterator](){this[K]=!1;let O=!1;const q=async()=>(this.pause(),O=!0,{value:void 0,done:!0});return{next:()=>{if(O)return q();const ie=this.read();if(ie!==null)return Promise.resolve({done:!1,value:ie});if(this[f])return q();let le,re;const _=X=>{this.off("data",Q),this.off("end",se),this.off(B,fe),q(),re(X)},Q=X=>{this.off("error",_),this.off("end",se),this.off(B,fe),this.pause(),le({value:X,done:!!this[f]})},se=()=>{this.off("error",_),this.off("data",Q),this.off(B,fe),q(),le({done:!0,value:void 0})},fe=()=>_(new Error("stream destroyed"));return new Promise((X,oe)=>{re=oe,le=X,this.once(B,fe),this.once("error",_),this.once("end",se),this.once("data",Q)})},throw:q,return:q,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[K]=!1;let O=!1;const q=()=>(this.pause(),this.off(L,q),this.off(B,q),this.off("end",q),O=!0,{done:!0,value:void 0}),te=()=>{if(O)return q();const ie=this.read();return ie===null?q():{done:!1,value:ie}};return this.once("end",q),this.once(L,q),this.once(B,q),{next:te,throw:q,return:q,[Symbol.iterator](){return this}}}destroy(O){if(this[B])return O?this.emit("error",O):this.emit(B),this;this[B]=!0,this[K]=!0,this[C].length=0,this[T]=0;const q=this;return typeof q.close=="function"&&!this[m]&&q.close(),O?this.emit("error",O):this.emit(B),this}static get isStream(){return e.isStream}}e.Minipass=Y}(Ii)),Ii}var Nr={},gy;function my(){if(gy)return Nr;gy=1;var e=Nr&&Nr.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.constants=void 0;const o=e(fS).default.constants||{ZLIB_VERNUM:4736};return Nr.constants=Object.freeze(Object.assign(Object.create(null),{Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,DEFLATE:1,INFLATE:2,GZIP:3,GUNZIP:4,DEFLATERAW:5,INFLATERAW:6,UNZIP:7,BROTLI_DECODE:8,BROTLI_ENCODE:9,Z_MIN_WINDOWBITS:8,Z_MAX_WINDOWBITS:15,Z_DEFAULT_WINDOWBITS:15,Z_MIN_CHUNK:64,Z_MAX_CHUNK:1/0,Z_DEFAULT_CHUNK:16384,Z_MIN_MEMLEVEL:1,Z_MAX_MEMLEVEL:9,Z_DEFAULT_MEMLEVEL:8,Z_MIN_LEVEL:-1,Z_MAX_LEVEL:9,Z_DEFAULT_LEVEL:-1,BROTLI_OPERATION_PROCESS:0,BROTLI_OPERATION_FLUSH:1,BROTLI_OPERATION_FINISH:2,BROTLI_OPERATION_EMIT_METADATA:3,BROTLI_MODE_GENERIC:0,BROTLI_MODE_TEXT:1,BROTLI_MODE_FONT:2,BROTLI_DEFAULT_MODE:0,BROTLI_MIN_QUALITY:0,BROTLI_MAX_QUALITY:11,BROTLI_DEFAULT_QUALITY:11,BROTLI_MIN_WINDOW_BITS:10,BROTLI_MAX_WINDOW_BITS:24,BROTLI_LARGE_MAX_WINDOW_BITS:30,BROTLI_DEFAULT_WINDOW:22,BROTLI_MIN_INPUT_BLOCK_BITS:16,BROTLI_MAX_INPUT_BLOCK_BITS:24,BROTLI_PARAM_MODE:0,BROTLI_PARAM_QUALITY:1,BROTLI_PARAM_LGWIN:2,BROTLI_PARAM_LGBLOCK:3,BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING:4,BROTLI_PARAM_SIZE_HINT:5,BROTLI_PARAM_LARGE_WINDOW:6,BROTLI_PARAM_NPOSTFIX:7,BROTLI_PARAM_NDIRECT:8,BROTLI_DECODER_RESULT_ERROR:0,BROTLI_DECODER_RESULT_SUCCESS:1,BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT:2,BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION:0,BROTLI_DECODER_PARAM_LARGE_WINDOW:1,BROTLI_DECODER_NO_ERROR:0,BROTLI_DECODER_SUCCESS:1,BROTLI_DECODER_NEEDS_MORE_INPUT:2,BROTLI_DECODER_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE:-1,BROTLI_DECODER_ERROR_FORMAT_RESERVED:-2,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE:-3,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET:-4,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME:-5,BROTLI_DECODER_ERROR_FORMAT_CL_SPACE:-6,BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE:-7,BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT:-8,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1:-9,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2:-10,BROTLI_DECODER_ERROR_FORMAT_TRANSFORM:-11,BROTLI_DECODER_ERROR_FORMAT_DICTIONARY:-12,BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS:-13,BROTLI_DECODER_ERROR_FORMAT_PADDING_1:-14,BROTLI_DECODER_ERROR_FORMAT_PADDING_2:-15,BROTLI_DECODER_ERROR_FORMAT_DISTANCE:-16,BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET:-19,BROTLI_DECODER_ERROR_INVALID_ARGUMENTS:-20,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES:-21,BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS:-22,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP:-25,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1:-26,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2:-27,BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES:-30,BROTLI_DECODER_ERROR_UNREACHABLE:-31},o)),Nr}var yy;function zS(){return yy||(yy=1,function(e){var r=Oi&&Oi.__importDefault||function(F){return F&&F.__esModule?F:{default:F}};Object.defineProperty(e,"__esModule",{value:!0}),e.BrotliDecompress=e.BrotliCompress=e.Brotli=e.Unzip=e.InflateRaw=e.DeflateRaw=e.Gunzip=e.Gzip=e.Inflate=e.Deflate=e.Zlib=e.ZlibError=e.constants=void 0;const o=r(lS),n=Rp,a=vt(),t=r(fS),s=my();var c=my();Object.defineProperty(e,"constants",{enumerable:!0,get:function(){return c.constants}});const u=n.Buffer.concat,f=Symbol("_superWrite");class l extends Error{code;errno;constructor(T){super("zlib: "+T.message),this.code=T.code,this.errno=T.errno,this.code||(this.code="ZLIB_ERROR"),this.message="zlib: "+T.message,Error.captureStackTrace(this,this.constructor)}get name(){return"ZlibError"}}e.ZlibError=l;const d=Symbol("flushFlag");class h extends a.Minipass{#e=!1;#t=!1;#r;#i;#o;#s;#l;get sawError(){return this.#e}get handle(){return this.#s}get flushFlag(){return this.#r}constructor(T,k){if(!T||typeof T!="object")throw new TypeError("invalid options for ZlibBase constructor");super(T),this.#r=T.flush??0,this.#i=T.finishFlush??0,this.#o=T.fullFlushFlag??0;try{this.#s=new t.default[k](T)}catch($){throw new l($)}this.#l=$=>{this.#e||(this.#e=!0,this.close(),this.emit("error",$))},this.#s?.on("error",$=>this.#l(new l($))),this.once("end",()=>this.close)}close(){this.#s&&(this.#s.close(),this.#s=void 0,this.emit("close"))}reset(){if(!this.#e)return(0,o.default)(this.#s,"zlib binding closed"),this.#s.reset?.()}flush(T){this.ended||(typeof T!="number"&&(T=this.#o),this.write(Object.assign(n.Buffer.alloc(0),{[d]:T})))}end(T,k,$){return typeof T=="function"&&($=T,k=void 0,T=void 0),typeof k=="function"&&($=k,k=void 0),T&&(k?this.write(T,k):this.write(T)),this.flush(this.#i),this.#t=!0,super.end($)}get ended(){return this.#t}[f](T){return super.write(T)}write(T,k,$){if(typeof k=="function"&&($=k,k="utf8"),typeof T=="string"&&(T=n.Buffer.from(T,k)),this.#e)return;(0,o.default)(this.#s,"zlib binding closed");const x=this.#s._handle,B=x.close;x.close=()=>{};const L=this.#s.close;this.#s.close=()=>{},n.Buffer.concat=z=>z;let U;try{const z=typeof T[d]=="number"?T[d]:this.#r;U=this.#s._processChunk(T,z),n.Buffer.concat=u}catch(z){n.Buffer.concat=u,this.#l(new l(z))}finally{this.#s&&(this.#s._handle=x,x.close=B,this.#s.close=L,this.#s.removeAllListeners("error"))}this.#s&&this.#s.on("error",z=>this.#l(new l(z)));let M;if(U)if(Array.isArray(U)&&U.length>0){const z=U[0];M=this[f](n.Buffer.from(z));for(let J=1;J<U.length;J++)M=this[f](U[J])}else M=this[f](n.Buffer.from(U));return $&&$(),M}}class p extends h{#e;#t;constructor(T,k){T=T||{},T.flush=T.flush||s.constants.Z_NO_FLUSH,T.finishFlush=T.finishFlush||s.constants.Z_FINISH,T.fullFlushFlag=s.constants.Z_FULL_FLUSH,super(T,k),this.#e=T.level,this.#t=T.strategy}params(T,k){if(!this.sawError){if(!this.handle)throw new Error("cannot switch params when binding is closed");if(!this.handle.params)throw new Error("not supported in this implementation");if(this.#e!==T||this.#t!==k){this.flush(s.constants.Z_SYNC_FLUSH),(0,o.default)(this.handle,"zlib binding closed");const $=this.handle.flush;this.handle.flush=(x,B)=>{typeof x=="function"&&(B=x,x=this.flushFlag),this.flush(x),B?.()};try{this.handle.params(T,k)}finally{this.handle.flush=$}this.handle&&(this.#e=T,this.#t=k)}}}}e.Zlib=p;class m extends p{constructor(T){super(T,"Deflate")}}e.Deflate=m;class g extends p{constructor(T){super(T,"Inflate")}}e.Inflate=g;class y extends p{#e;constructor(T){super(T,"Gzip"),this.#e=T&&!!T.portable}[f](T){return this.#e?(this.#e=!1,T[9]=255,super[f](T)):super[f](T)}}e.Gzip=y;class v extends p{constructor(T){super(T,"Gunzip")}}e.Gunzip=v;class w extends p{constructor(T){super(T,"DeflateRaw")}}e.DeflateRaw=w;class D extends p{constructor(T){super(T,"InflateRaw")}}e.InflateRaw=D;class b extends p{constructor(T){super(T,"Unzip")}}e.Unzip=b;class E extends h{constructor(T,k){T=T||{},T.flush=T.flush||s.constants.BROTLI_OPERATION_PROCESS,T.finishFlush=T.finishFlush||s.constants.BROTLI_OPERATION_FINISH,T.fullFlushFlag=s.constants.BROTLI_OPERATION_FLUSH,super(T,k)}}e.Brotli=E;class A extends E{constructor(T){super(T,"BrotliCompress")}}e.BrotliCompress=A;class C extends E{constructor(T){super(T,"BrotliDecompress")}}e.BrotliDecompress=C}(Oi)),Oi}var Zc,vy;function t8(){if(vy)return Zc;vy=1;const e=typeof process=="object"&&process?process:{stdout:null,stderr:null},r=qt,o=er,n=Dn.StringDecoder,a=Symbol("EOF"),t=Symbol("maybeEmitEnd"),s=Symbol("emittedEnd"),c=Symbol("emittingEnd"),u=Symbol("emittedError"),f=Symbol("closed"),l=Symbol("read"),d=Symbol("flush"),h=Symbol("flushChunk"),p=Symbol("encoding"),m=Symbol("decoder"),g=Symbol("flowing"),y=Symbol("paused"),v=Symbol("resume"),w=Symbol("bufferLength"),D=Symbol("bufferPush"),b=Symbol("bufferShift"),E=Symbol("objectMode"),A=Symbol("destroyed"),C=Symbol("emitData"),F=Symbol("emitEnd"),T=Symbol("emitEnd2"),k=Symbol("async"),$=j=>Promise.resolve().then(j),x=Nt._MP_NO_ITERATOR_SYMBOLS_!=="1",B=x&&Symbol.asyncIterator||Symbol("asyncIterator not implemented"),L=x&&Symbol.iterator||Symbol("iterator not implemented"),U=j=>j==="end"||j==="finish"||j==="prefinish",M=j=>j instanceof ArrayBuffer||typeof j=="object"&&j.constructor&&j.constructor.name==="ArrayBuffer"&&j.byteLength>=0,z=j=>!Buffer.isBuffer(j)&&ArrayBuffer.isView(j);class J{constructor(S,I,K){this.src=S,this.dest=I,this.opts=K,this.ondrain=()=>S[v](),I.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(){}end(){this.unpipe(),this.opts.end&&this.dest.end()}}class ne extends J{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(S,I,K){super(S,I,K),this.proxyErrors=ee=>I.emit("error",ee),S.on("error",this.proxyErrors)}}return Zc=class VS extends o{constructor(S){super(),this[g]=!1,this[y]=!1,this.pipes=[],this.buffer=[],this[E]=S&&S.objectMode||!1,this[E]?this[p]=null:this[p]=S&&S.encoding||null,this[p]==="buffer"&&(this[p]=null),this[k]=S&&!!S.async||!1,this[m]=this[p]?new n(this[p]):null,this[a]=!1,this[s]=!1,this[c]=!1,this[f]=!1,this[u]=null,this.writable=!0,this.readable=!0,this[w]=0,this[A]=!1}get bufferLength(){return this[w]}get encoding(){return this[p]}set encoding(S){if(this[E])throw new Error("cannot set encoding in objectMode");if(this[p]&&S!==this[p]&&(this[m]&&this[m].lastNeed||this[w]))throw new Error("cannot change encoding");this[p]!==S&&(this[m]=S?new n(S):null,this.buffer.length&&(this.buffer=this.buffer.map(I=>this[m].write(I)))),this[p]=S}setEncoding(S){this.encoding=S}get objectMode(){return this[E]}set objectMode(S){this[E]=this[E]||!!S}get async(){return this[k]}set async(S){this[k]=this[k]||!!S}write(S,I,K){if(this[a])throw new Error("write after end");if(this[A])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof I=="function"&&(K=I,I="utf8"),I||(I="utf8");const ee=this[k]?$:G=>G();return!this[E]&&!Buffer.isBuffer(S)&&(z(S)?S=Buffer.from(S.buffer,S.byteOffset,S.byteLength):M(S)?S=Buffer.from(S):typeof S!="string"&&(this.objectMode=!0)),this[E]?(this.flowing&&this[w]!==0&&this[d](!0),this.flowing?this.emit("data",S):this[D](S),this[w]!==0&&this.emit("readable"),K&&ee(K),this.flowing):S.length?(typeof S=="string"&&!(I===this[p]&&!this[m].lastNeed)&&(S=Buffer.from(S,I)),Buffer.isBuffer(S)&&this[p]&&(S=this[m].write(S)),this.flowing&&this[w]!==0&&this[d](!0),this.flowing?this.emit("data",S):this[D](S),this[w]!==0&&this.emit("readable"),K&&ee(K),this.flowing):(this[w]!==0&&this.emit("readable"),K&&ee(K),this.flowing)}read(S){if(this[A])return null;if(this[w]===0||S===0||S>this[w])return this[t](),null;this[E]&&(S=null),this.buffer.length>1&&!this[E]&&(this.encoding?this.buffer=[this.buffer.join("")]:this.buffer=[Buffer.concat(this.buffer,this[w])]);const I=this[l](S||null,this.buffer[0]);return this[t](),I}[l](S,I){return S===I.length||S===null?this[b]():(this.buffer[0]=I.slice(S),I=I.slice(0,S),this[w]-=S),this.emit("data",I),!this.buffer.length&&!this[a]&&this.emit("drain"),I}end(S,I,K){return typeof S=="function"&&(K=S,S=null),typeof I=="function"&&(K=I,I="utf8"),S&&this.write(S,I),K&&this.once("end",K),this[a]=!0,this.writable=!1,(this.flowing||!this[y])&&this[t](),this}[v](){this[A]||(this[y]=!1,this[g]=!0,this.emit("resume"),this.buffer.length?this[d]():this[a]?this[t]():this.emit("drain"))}resume(){return this[v]()}pause(){this[g]=!1,this[y]=!0}get destroyed(){return this[A]}get flowing(){return this[g]}get paused(){return this[y]}[D](S){this[E]?this[w]+=1:this[w]+=S.length,this.buffer.push(S)}[b](){return this.buffer.length&&(this[E]?this[w]-=1:this[w]-=this.buffer[0].length),this.buffer.shift()}[d](S){do;while(this[h](this[b]()));!S&&!this.buffer.length&&!this[a]&&this.emit("drain")}[h](S){return S?(this.emit("data",S),this.flowing):!1}pipe(S,I){if(this[A])return;const K=this[s];return I=I||{},S===e.stdout||S===e.stderr?I.end=!1:I.end=I.end!==!1,I.proxyErrors=!!I.proxyErrors,K?I.end&&S.end():(this.pipes.push(I.proxyErrors?new ne(this,S,I):new J(this,S,I)),this[k]?$(()=>this[v]()):this[v]()),S}unpipe(S){const I=this.pipes.find(K=>K.dest===S);I&&(this.pipes.splice(this.pipes.indexOf(I),1),I.unpipe())}addListener(S,I){return this.on(S,I)}on(S,I){const K=super.on(S,I);return S==="data"&&!this.pipes.length&&!this.flowing?this[v]():S==="readable"&&this[w]!==0?super.emit("readable"):U(S)&&this[s]?(super.emit(S),this.removeAllListeners(S)):S==="error"&&this[u]&&(this[k]?$(()=>I.call(this,this[u])):I.call(this,this[u])),K}get emittedEnd(){return this[s]}[t](){!this[c]&&!this[s]&&!this[A]&&this.buffer.length===0&&this[a]&&(this[c]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[f]&&this.emit("close"),this[c]=!1)}emit(S,I,...K){if(S!=="error"&&S!=="close"&&S!==A&&this[A])return;if(S==="data")return I?this[k]?$(()=>this[C](I)):this[C](I):!1;if(S==="end")return this[F]();if(S==="close"){if(this[f]=!0,!this[s]&&!this[A])return;const G=super.emit("close");return this.removeAllListeners("close"),G}else if(S==="error"){this[u]=I;const G=super.emit("error",I);return this[t](),G}else if(S==="resume"){const G=super.emit("resume");return this[t](),G}else if(S==="finish"||S==="prefinish"){const G=super.emit(S);return this.removeAllListeners(S),G}const ee=super.emit(S,I,...K);return this[t](),ee}[C](S){for(const K of this.pipes)K.dest.write(S)===!1&&this.pause();const I=super.emit("data",S);return this[t](),I}[F](){this[s]||(this[s]=!0,this.readable=!1,this[k]?$(()=>this[T]()):this[T]())}[T](){if(this[m]){const I=this[m].end();if(I){for(const K of this.pipes)K.dest.write(I);super.emit("data",I)}}for(const I of this.pipes)I.end();const S=super.emit("end");return this.removeAllListeners("end"),S}collect(){const S=[];this[E]||(S.dataLength=0);const I=this.promise();return this.on("data",K=>{S.push(K),this[E]||(S.dataLength+=K.length)}),I.then(()=>S)}concat(){return this[E]?Promise.reject(new Error("cannot concat in objectMode")):this.collect().then(S=>this[E]?Promise.reject(new Error("cannot concat in objectMode")):this[p]?S.join(""):Buffer.concat(S,S.dataLength))}promise(){return new Promise((S,I)=>{this.on(A,()=>I(new Error("stream destroyed"))),this.on("error",K=>I(K)),this.on("end",()=>S())})}[B](){return{next:()=>{const I=this.read();if(I!==null)return Promise.resolve({done:!1,value:I});if(this[a])return Promise.resolve({done:!0});let K=null,ee=null;const G=Re=>{this.removeListener("data",ce),this.removeListener("end",he),ee(Re)},ce=Re=>{this.removeListener("error",G),this.removeListener("end",he),this.pause(),K({value:Re,done:!!this[a]})},he=()=>{this.removeListener("error",G),this.removeListener("data",ce),K({done:!0})},ve=()=>G(new Error("stream destroyed"));return new Promise((Re,pe)=>{ee=pe,K=Re,this.once(A,ve),this.once("error",G),this.once("end",he),this.once("data",ce)})}}}[L](){return{next:()=>{const I=this.read();return{value:I,done:I===null}}}}destroy(S){return this[A]?(S?this.emit("error",S):this.emit(A),this):(this[A]=!0,this.buffer.length=0,this[w]=0,typeof this.close=="function"&&!this[f]&&this.close(),S?this.emit("error",S):this.emit(A),this)}static isStream(S){return!!S&&(S instanceof VS||S instanceof o||S instanceof r&&(typeof S.pipe=="function"||typeof S.write=="function"&&typeof S.end=="function"))}},Zc}var Xc,Dy;function r8(){if(Dy)return Xc;Dy=1;const e=t8();class r extends Error{constructor(a,t){super(`Bad data size: expected ${t} bytes, but got ${a}`),this.expect=t,this.found=a,this.code="EBADSIZE",Error.captureStackTrace(this,this.constructor)}get name(){return"SizeError"}}class o extends e{constructor(a={}){if(super(a),a.objectMode)throw new TypeError(`${this.constructor.name} streams only work with string and buffer data`);if(this.found=0,this.expect=a.size,typeof this.expect!="number"||this.expect>Number.MAX_SAFE_INTEGER||isNaN(this.expect)||this.expect<0||!isFinite(this.expect)||this.expect!==Math.floor(this.expect))throw new Error("invalid expected size: "+this.expect)}write(a,t,s){const c=Buffer.isBuffer(a)?a:typeof a=="string"?Buffer.from(a,typeof t=="string"?t:"utf8"):a;return Buffer.isBuffer(c)?(this.found+=c.length,this.found>this.expect&&this.emit("error",new r(this.found,this.expect)),super.write(a,t,s)):(this.emit("error",new TypeError(`${this.constructor.name} streams only work with string and buffer data`)),!1)}emit(a,...t){return a==="end"&&this.found!==this.expect&&this.emit("error",new r(this.found,this.expect)),super.emit(a,...t)}}return o.SizeError=r,Xc=o,Xc}var Jc,by;function i8(){if(by)return Jc;by=1;const{Minipass:e}=vt(),r=Symbol("type"),o=Symbol("buffer");class n{constructor(t,s){this[r]="";const c=[];let u=0;if(t){const l=t,d=Number(l.length);for(let h=0;h<d;h++){const p=l[h],m=p instanceof Buffer?p:ArrayBuffer.isView(p)?Buffer.from(p.buffer,p.byteOffset,p.byteLength):p instanceof ArrayBuffer?Buffer.from(p):p instanceof n?p[o]:typeof p=="string"?Buffer.from(p):Buffer.from(String(p));u+=m.length,c.push(m)}}this[o]=Buffer.concat(c,u);const f=s&&s.type!==void 0&&String(s.type).toLowerCase();f&&!/[^\u0020-\u007E]/.test(f)&&(this[r]=f)}get size(){return this[o].length}get type(){return this[r]}text(){return Promise.resolve(this[o].toString())}arrayBuffer(){const t=this[o],s=t.byteOffset,c=t.byteLength,u=t.buffer.slice(s,s+c);return Promise.resolve(u)}stream(){return new e().end(this[o])}slice(t,s,c){const u=this.size,f=t===void 0?0:t<0?Math.max(u+t,0):Math.min(t,u),l=s===void 0?u:s<0?Math.max(u+s,0):Math.min(s,u),d=Math.max(l-f,0),p=this[o].slice(f,f+d),m=new n([],{type:c});return m[o]=p,m}get[Symbol.toStringTag](){return"Blob"}static get BUFFER(){return o}}return Object.defineProperties(n.prototype,{size:{enumerable:!0},type:{enumerable:!0}}),Jc=n,Jc}var Qc,Ey;function YS(){if(Ey)return Qc;Ey=1;class e extends Error{constructor(o,n,a){super(o),this.code="FETCH_ERROR",a&&Object.assign(this,a),this.errno=this.code,this.type=this.code==="EBADSIZE"&&this.found>this.expect?"max-size":n,this.message=o,Error.captureStackTrace(this,this.constructor)}get name(){return"FetchError"}set name(o){}get[Symbol.toStringTag](){return"FetchError"}}return Qc=e,Qc}var el={},tl={exports:{}},rl,wy;function Ir(){if(wy)return rl;wy=1;var e=Rp,r=e.Buffer,o={},n;for(n in e)e.hasOwnProperty(n)&&(n==="SlowBuffer"||n==="Buffer"||(o[n]=e[n]));var a=o.Buffer={};for(n in r)r.hasOwnProperty(n)&&(n==="allocUnsafe"||n==="allocUnsafeSlow"||(a[n]=r[n]));if(o.Buffer.prototype=r.prototype,(!a.from||a.from===Uint8Array.from)&&(a.from=function(t,s,c){if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type '+typeof t);if(t&&typeof t.length>"u")throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);return r(t,s,c)}),a.alloc||(a.alloc=function(t,s,c){if(typeof t!="number")throw new TypeError('The "size" argument must be of type number. Received type '+typeof t);if(t<0||t>=2*(1<<30))throw new RangeError('The value "'+t+'" is invalid for option "size"');var u=r(t);return!s||s.length===0?u.fill(0):typeof c=="string"?u.fill(s,c):u.fill(s),u}),!o.kStringMaxLength)try{o.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch{}return o.constants||(o.constants={MAX_LENGTH:o.kMaxLength},o.kStringMaxLength&&(o.constants.MAX_STRING_LENGTH=o.kStringMaxLength)),rl=o,rl}var Yn={},_y;function n8(){if(_y)return Yn;_y=1;var e="\uFEFF";Yn.PrependBOM=r;function r(n,a){this.encoder=n,this.addBOM=!0}r.prototype.write=function(n){return this.addBOM&&(n=e+n,this.addBOM=!1),this.encoder.write(n)},r.prototype.end=function(){return this.encoder.end()},Yn.StripBOM=o;function o(n,a){this.decoder=n,this.pass=!1,this.options=a||{}}return o.prototype.write=function(n){var a=this.decoder.write(n);return this.pass||!a||(a[0]===e&&(a=a.slice(1),typeof this.options.stripBOM=="function"&&this.options.stripBOM()),this.pass=!0),a},o.prototype.end=function(){return this.decoder.end()},Yn}var il={},nl,Sy;function s8(){if(Sy)return nl;Sy=1;var e=Ir().Buffer;nl={utf8:{type:"_internal",bomAware:!0},cesu8:{type:"_internal",bomAware:!0},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:!0},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:r};function r(u,f){this.enc=u.encodingName,this.bomAware=u.bomAware,this.enc==="base64"?this.encoder=t:this.enc==="cesu8"&&(this.enc="utf8",this.encoder=s,e.from("eda0bdedb2a9","hex").toString()!=="💩"&&(this.decoder=c,this.defaultCharUnicode=f.defaultCharUnicode))}r.prototype.encoder=a,r.prototype.decoder=n;var o=Dn.StringDecoder;o.prototype.end||(o.prototype.end=function(){});function n(u,f){this.decoder=new o(f.enc)}n.prototype.write=function(u){return e.isBuffer(u)||(u=e.from(u)),this.decoder.write(u)},n.prototype.end=function(){return this.decoder.end()};function a(u,f){this.enc=f.enc}a.prototype.write=function(u){return e.from(u,this.enc)},a.prototype.end=function(){};function t(u,f){this.prevStr=""}t.prototype.write=function(u){u=this.prevStr+u;var f=u.length-u.length%4;return this.prevStr=u.slice(f),u=u.slice(0,f),e.from(u,"base64")},t.prototype.end=function(){return e.from(this.prevStr,"base64")};function s(u,f){}s.prototype.write=function(u){for(var f=e.alloc(u.length*3),l=0,d=0;d<u.length;d++){var h=u.charCodeAt(d);h<128?f[l++]=h:h<2048?(f[l++]=192+(h>>>6),f[l++]=128+(h&63)):(f[l++]=224+(h>>>12),f[l++]=128+(h>>>6&63),f[l++]=128+(h&63))}return f.slice(0,l)},s.prototype.end=function(){};function c(u,f){this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=f.defaultCharUnicode}return c.prototype.write=function(u){for(var f=this.acc,l=this.contBytes,d=this.accBytes,h="",p=0;p<u.length;p++){var m=u[p];(m&192)!==128?(l>0&&(h+=this.defaultCharUnicode,l=0),m<128?h+=String.fromCharCode(m):m<224?(f=m&31,l=1,d=1):m<240?(f=m&15,l=2,d=1):h+=this.defaultCharUnicode):l>0?(f=f<<6|m&63,l--,d++,l===0&&(d===2&&f<128&&f>0?h+=this.defaultCharUnicode:d===3&&f<2048?h+=this.defaultCharUnicode:h+=String.fromCharCode(f))):h+=this.defaultCharUnicode}return this.acc=f,this.contBytes=l,this.accBytes=d,h},c.prototype.end=function(){var u=0;return this.contBytes>0&&(u+=this.defaultCharUnicode),u},nl}var cr={},Ay;function o8(){if(Ay)return cr;Ay=1;var e=Ir().Buffer;cr._utf32=r;function r(f,l){this.iconv=l,this.bomAware=!0,this.isLE=f.isLE}cr.utf32le={type:"_utf32",isLE:!0},cr.utf32be={type:"_utf32",isLE:!1},cr.ucs4le="utf32le",cr.ucs4be="utf32be",r.prototype.encoder=o,r.prototype.decoder=n;function o(f,l){this.isLE=l.isLE,this.highSurrogate=0}o.prototype.write=function(f){for(var l=e.from(f,"ucs2"),d=e.alloc(l.length*2),h=this.isLE?d.writeUInt32LE:d.writeUInt32BE,p=0,m=0;m<l.length;m+=2){var g=l.readUInt16LE(m),y=55296<=g&&g<56320,v=56320<=g&&g<57344;if(this.highSurrogate)if(y||!v)h.call(d,this.highSurrogate,p),p+=4;else{var w=(this.highSurrogate-55296<<10|g-56320)+65536;h.call(d,w,p),p+=4,this.highSurrogate=0;continue}y?this.highSurrogate=g:(h.call(d,g,p),p+=4,this.highSurrogate=0)}return p<d.length&&(d=d.slice(0,p)),d},o.prototype.end=function(){if(this.highSurrogate){var f=e.alloc(4);return this.isLE?f.writeUInt32LE(this.highSurrogate,0):f.writeUInt32BE(this.highSurrogate,0),this.highSurrogate=0,f}};function n(f,l){this.isLE=l.isLE,this.badChar=l.iconv.defaultCharUnicode.charCodeAt(0),this.overflow=[]}n.prototype.write=function(f){if(f.length===0)return"";var l=0,d=0,h=e.alloc(f.length+4),p=0,m=this.isLE,g=this.overflow,y=this.badChar;if(g.length>0){for(;l<f.length&&g.length<4;l++)g.push(f[l]);g.length===4&&(m?d=g[l]|g[l+1]<<8|g[l+2]<<16|g[l+3]<<24:d=g[l+3]|g[l+2]<<8|g[l+1]<<16|g[l]<<24,g.length=0,p=a(h,p,d,y))}for(;l<f.length-3;l+=4)m?d=f[l]|f[l+1]<<8|f[l+2]<<16|f[l+3]<<24:d=f[l+3]|f[l+2]<<8|f[l+1]<<16|f[l]<<24,p=a(h,p,d,y);for(;l<f.length;l++)g.push(f[l]);return h.slice(0,p).toString("ucs2")};function a(f,l,d,h){if((d<0||d>1114111)&&(d=h),d>=65536){d-=65536;var p=55296|d>>10;f[l++]=p&255,f[l++]=p>>8;var d=56320|d&1023}return f[l++]=d&255,f[l++]=d>>8,l}n.prototype.end=function(){this.overflow.length=0},cr.utf32=t,cr.ucs4="utf32";function t(f,l){this.iconv=l}t.prototype.encoder=s,t.prototype.decoder=c;function s(f,l){f=f||{},f.addBOM===void 0&&(f.addBOM=!0),this.encoder=l.iconv.getEncoder(f.defaultEncoding||"utf-32le",f)}s.prototype.write=function(f){return this.encoder.write(f)},s.prototype.end=function(){return this.encoder.end()};function c(f,l){this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=f||{},this.iconv=l.iconv}c.prototype.write=function(f){if(!this.decoder){if(this.initialBufs.push(f),this.initialBufsLen+=f.length,this.initialBufsLen<32)return"";var l=u(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(l,this.options);for(var d="",h=0;h<this.initialBufs.length;h++)d+=this.decoder.write(this.initialBufs[h]);return this.initialBufs.length=this.initialBufsLen=0,d}return this.decoder.write(f)},c.prototype.end=function(){if(!this.decoder){var f=u(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(f,this.options);for(var l="",d=0;d<this.initialBufs.length;d++)l+=this.decoder.write(this.initialBufs[d]);var h=this.decoder.end();return h&&(l+=h),this.initialBufs.length=this.initialBufsLen=0,l}return this.decoder.end()};function u(f,l){var d=[],h=0,p=0,m=0,g=0,y=0;e:for(var v=0;v<f.length;v++)for(var w=f[v],D=0;D<w.length;D++)if(d.push(w[D]),d.length===4){if(h===0){if(d[0]===255&&d[1]===254&&d[2]===0&&d[3]===0)return"utf-32le";if(d[0]===0&&d[1]===0&&d[2]===254&&d[3]===255)return"utf-32be"}if((d[0]!==0||d[1]>16)&&m++,(d[3]!==0||d[2]>16)&&p++,d[0]===0&&d[1]===0&&(d[2]!==0||d[3]!==0)&&y++,(d[0]!==0||d[1]!==0)&&d[2]===0&&d[3]===0&&g++,d.length=0,h++,h>=100)break e}return y-m>g-p?"utf-32be":y-m<g-p?"utf-32le":l||"utf-32le"}return cr}var Kn={},Cy;function a8(){if(Cy)return Kn;Cy=1;var e=Ir().Buffer;Kn.utf16be=r;function r(){}r.prototype.encoder=o,r.prototype.decoder=n,r.prototype.bomAware=!0;function o(){}o.prototype.write=function(u){for(var f=e.from(u,"ucs2"),l=0;l<f.length;l+=2){var d=f[l];f[l]=f[l+1],f[l+1]=d}return f},o.prototype.end=function(){};function n(){this.overflowByte=-1}n.prototype.write=function(u){if(u.length==0)return"";var f=e.alloc(u.length+1),l=0,d=0;for(this.overflowByte!==-1&&(f[0]=u[0],f[1]=this.overflowByte,l=1,d=2);l<u.length-1;l+=2,d+=2)f[d]=u[l+1],f[d+1]=u[l];return this.overflowByte=l==u.length-1?u[u.length-1]:-1,f.slice(0,d).toString("ucs2")},n.prototype.end=function(){this.overflowByte=-1},Kn.utf16=a;function a(u,f){this.iconv=f}a.prototype.encoder=t,a.prototype.decoder=s;function t(u,f){u=u||{},u.addBOM===void 0&&(u.addBOM=!0),this.encoder=f.iconv.getEncoder("utf-16le",u)}t.prototype.write=function(u){return this.encoder.write(u)},t.prototype.end=function(){return this.encoder.end()};function s(u,f){this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=u||{},this.iconv=f.iconv}s.prototype.write=function(u){if(!this.decoder){if(this.initialBufs.push(u),this.initialBufsLen+=u.length,this.initialBufsLen<16)return"";var f=c(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(f,this.options);for(var l="",d=0;d<this.initialBufs.length;d++)l+=this.decoder.write(this.initialBufs[d]);return this.initialBufs.length=this.initialBufsLen=0,l}return this.decoder.write(u)},s.prototype.end=function(){if(!this.decoder){var u=c(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(u,this.options);for(var f="",l=0;l<this.initialBufs.length;l++)f+=this.decoder.write(this.initialBufs[l]);var d=this.decoder.end();return d&&(f+=d),this.initialBufs.length=this.initialBufsLen=0,f}return this.decoder.end()};function c(u,f){var l=[],d=0,h=0,p=0;e:for(var m=0;m<u.length;m++)for(var g=u[m],y=0;y<g.length;y++)if(l.push(g[y]),l.length===2){if(d===0){if(l[0]===255&&l[1]===254)return"utf-16le";if(l[0]===254&&l[1]===255)return"utf-16be"}if(l[0]===0&&l[1]!==0&&p++,l[0]!==0&&l[1]===0&&h++,l.length=0,d++,d>=100)break e}return p>h?"utf-16be":p<h?"utf-16le":f||"utf-16le"}return Kn}var Bi={},Ry;function u8(){if(Ry)return Bi;Ry=1;var e=Ir().Buffer;Bi.utf7=r,Bi.unicode11utf7="utf7";function r(g,y){this.iconv=y}r.prototype.encoder=n,r.prototype.decoder=a,r.prototype.bomAware=!0;var o=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function n(g,y){this.iconv=y.iconv}n.prototype.write=function(g){return e.from(g.replace(o,function(y){return"+"+(y==="+"?"":this.iconv.encode(y,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},n.prototype.end=function(){};function a(g,y){this.iconv=y.iconv,this.inBase64=!1,this.base64Accum=""}for(var t=/[A-Za-z0-9\/+]/,s=[],c=0;c<256;c++)s[c]=t.test(String.fromCharCode(c));var u=43,f=45,l=38;a.prototype.write=function(g){for(var y="",v=0,w=this.inBase64,D=this.base64Accum,b=0;b<g.length;b++)if(!w)g[b]==u&&(y+=this.iconv.decode(g.slice(v,b),"ascii"),v=b+1,w=!0);else if(!s[g[b]]){if(b==v&&g[b]==f)y+="+";else{var E=D+this.iconv.decode(g.slice(v,b),"ascii");y+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}g[b]!=f&&b--,v=b+1,w=!1,D=""}if(!w)y+=this.iconv.decode(g.slice(v),"ascii");else{var E=D+this.iconv.decode(g.slice(v),"ascii"),A=E.length-E.length%8;D=E.slice(A),E=E.slice(0,A),y+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}return this.inBase64=w,this.base64Accum=D,y},a.prototype.end=function(){var g="";return this.inBase64&&this.base64Accum.length>0&&(g=this.iconv.decode(e.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",g},Bi.utf7imap=d;function d(g,y){this.iconv=y}d.prototype.encoder=h,d.prototype.decoder=p,d.prototype.bomAware=!0;function h(g,y){this.iconv=y.iconv,this.inBase64=!1,this.base64Accum=e.alloc(6),this.base64AccumIdx=0}h.prototype.write=function(g){for(var y=this.inBase64,v=this.base64Accum,w=this.base64AccumIdx,D=e.alloc(g.length*5+10),b=0,E=0;E<g.length;E++){var A=g.charCodeAt(E);32<=A&&A<=126?(y&&(w>0&&(b+=D.write(v.slice(0,w).toString("base64").replace(/\//g,",").replace(/=+$/,""),b),w=0),D[b++]=f,y=!1),y||(D[b++]=A,A===l&&(D[b++]=f))):(y||(D[b++]=l,y=!0),y&&(v[w++]=A>>8,v[w++]=A&255,w==v.length&&(b+=D.write(v.toString("base64").replace(/\//g,","),b),w=0)))}return this.inBase64=y,this.base64AccumIdx=w,D.slice(0,b)},h.prototype.end=function(){var g=e.alloc(10),y=0;return this.inBase64&&(this.base64AccumIdx>0&&(y+=g.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),y),this.base64AccumIdx=0),g[y++]=f,this.inBase64=!1),g.slice(0,y)};function p(g,y){this.iconv=y.iconv,this.inBase64=!1,this.base64Accum=""}var m=s.slice();return m[44]=!0,p.prototype.write=function(g){for(var y="",v=0,w=this.inBase64,D=this.base64Accum,b=0;b<g.length;b++)if(!w)g[b]==l&&(y+=this.iconv.decode(g.slice(v,b),"ascii"),v=b+1,w=!0);else if(!m[g[b]]){if(b==v&&g[b]==f)y+="&";else{var E=D+this.iconv.decode(g.slice(v,b),"ascii").replace(/,/g,"/");y+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}g[b]!=f&&b--,v=b+1,w=!1,D=""}if(!w)y+=this.iconv.decode(g.slice(v),"ascii");else{var E=D+this.iconv.decode(g.slice(v),"ascii").replace(/,/g,"/"),A=E.length-E.length%8;D=E.slice(A),E=E.slice(0,A),y+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}return this.inBase64=w,this.base64Accum=D,y},p.prototype.end=function(){var g="";return this.inBase64&&this.base64Accum.length>0&&(g=this.iconv.decode(e.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",g},Bi}var sl={},xy;function c8(){if(xy)return sl;xy=1;var e=Ir().Buffer;sl._sbcs=r;function r(a,t){if(!a)throw new Error("SBCS codec is called without the data.");if(!a.chars||a.chars.length!==128&&a.chars.length!==256)throw new Error("Encoding '"+a.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(a.chars.length===128){for(var s="",c=0;c<128;c++)s+=String.fromCharCode(c);a.chars=s+a.chars}this.decodeBuf=e.from(a.chars,"ucs2");for(var u=e.alloc(65536,t.defaultCharSingleByte.charCodeAt(0)),c=0;c<a.chars.length;c++)u[a.chars.charCodeAt(c)]=c;this.encodeBuf=u}r.prototype.encoder=o,r.prototype.decoder=n;function o(a,t){this.encodeBuf=t.encodeBuf}o.prototype.write=function(a){for(var t=e.alloc(a.length),s=0;s<a.length;s++)t[s]=this.encodeBuf[a.charCodeAt(s)];return t},o.prototype.end=function(){};function n(a,t){this.decodeBuf=t.decodeBuf}return n.prototype.write=function(a){for(var t=this.decodeBuf,s=e.alloc(a.length*2),c=0,u=0,f=0;f<a.length;f++)c=a[f]*2,u=f*2,s[u]=t[c],s[u+1]=t[c+1];return s.toString("ucs2")},n.prototype.end=function(){},sl}var ol,Fy;function l8(){return Fy||(Fy=1,ol={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},cp720:{type:"_sbcs",chars:"€éâ„à†çêëèïّْô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡ًٌٍَُِ≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}),ol}var al,Ty;function f8(){return Ty||(Ty=1,al={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�ݰħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤Ĩϧ¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩšēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖרŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨͧĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Чš©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:`\0\x07\b
356
356
  \v\f\r\x1B !"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�`},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖרÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\uFEFF​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:`\0ÚỤỪỬỮ\x07\b