npm-check-updates 19.4.0 → 19.4.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(a,l,h,p){const f=(l.selected?e.green(t.radioOn):t.radioOff)+" "+p+" ";let u;return l.disabled?u=a===h?e.gray().underline(l.title):e.strikethrough().gray(l.title):u=a===h?e.cyan().underline(l.title):l.title,f+u}renderDoneOrInstructions(){if(this.done)return this.value.filter(l=>l.selected).map(l=>l.title).join(", ");const a=[e.gray(this.hint),this.renderInstructions(),this.renderCurrentInput()];return this.filteredOptions.length&&this.filteredOptions[this.cursor].disabled&&a.push(e.yellow(this.warn)),a.join(" ")}render(){if(this.closed)return;this.firstRender&&this.out.write(r.hide),super.render();let a=[s.symbol(this.done,this.aborted),e.bold(this.msg),s.delimiter(!1),this.renderDoneOrInstructions()].join(" ");this.showMinError&&(a+=e.red(`You must select a minimum of ${this.minSelected} choices.`),this.showMinError=!1),a+=this.renderOptions(this.filteredOptions),this.out.write(this.clear+a),this.clear=i(a,this.out.columns)}}return Vo=n,Vo}var Yo,Yg;function _R(){if(Yg)return Yo;Yg=1;const e=Pt(),r=cr(),{style:o,clear:i}=Ht(),{erase:s,cursor:t}=Lt();class n extends r{constructor(a={}){super(a),this.msg=a.message,this.value=a.initial,this.initialValue=!!a.initial,this.yesMsg=a.yes||"yes",this.yesOption=a.yesOption||"(Y/n)",this.noMsg=a.no||"no",this.noOption=a.noOption||"(y/N)",this.render()}reset(){this.value=this.initialValue,this.fire(),this.render()}exit(){this.abort()}abort(){this.done=this.aborted=!0,this.fire(),this.render(),this.out.write(`
47
47
  `),this.close()}submit(){this.value=this.value||!1,this.done=!0,this.aborted=!1,this.fire(),this.render(),this.out.write(`
48
- `),this.close()}_(a,l){return a.toLowerCase()==="y"?(this.value=!0,this.submit()):a.toLowerCase()==="n"?(this.value=!1,this.submit()):this.bell()}render(){if(this.closed)return;this.firstRender?this.out.write(t.hide):this.out.write(i(this.outputText,this.out.columns)),super.render();const a=this.aborted||this.done&&!this.value;this.outputText=[o.symbol(this.done,a),e.bold(this.msg),o.delimiter(this.done),this.done?this.value&&!this.aborted?this.yesMsg:this.noMsg:e.gray(this.initialValue?this.yesOption:this.noOption)].join(" "),this.out.write(s.line+t.to(0)+this.outputText)}}return Yo=n,Yo}var Ko,Kg;function SR(){return Kg||(Kg=1,Ko={TextPrompt:aR(),SelectPrompt:uR(),TogglePrompt:cR(),DatePrompt:bR(),NumberPrompt:DR(),MultiselectPrompt:H_(),AutocompletePrompt:ER(),AutocompleteMultiselectPrompt:wR(),ConfirmPrompt:_R()}),Ko}var Zg;function AR(){return Zg||(Zg=1,function(e){const r=e,o=SR(),i=n=>n;function s(n,c,a={}){return new Promise((l,h)=>{const p=new o[n](c),f=a.onAbort||i,u=a.onSubmit||i,d=a.onExit||i;p.on("state",c.onState||i),p.on("submit",g=>l(u(g))),p.on("exit",g=>l(d(g))),p.on("abort",g=>h(f(g)))})}r.text=n=>s("TextPrompt",n),r.password=n=>(n.style="password",r.text(n)),r.invisible=n=>(n.style="invisible",r.text(n)),r.number=n=>s("NumberPrompt",n),r.date=n=>s("DatePrompt",n),r.confirm=n=>s("ConfirmPrompt",n),r.list=n=>{const c=n.separator||",";return s("TextPrompt",n,{onSubmit:a=>a.split(c).map(l=>l.trim())})},r.toggle=n=>s("TogglePrompt",n),r.select=n=>s("SelectPrompt",n),r.multiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("MultiselectPrompt",n,{onAbort:c,onSubmit:c})},r.autocompleteMultiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("AutocompleteMultiselectPrompt",n,{onAbort:c,onSubmit:c})};const t=(n,c)=>Promise.resolve(c.filter(a=>a.title.slice(0,n.length).toLowerCase()===n.toLowerCase()));r.autocomplete=n=>(n.suggest=n.suggest||t,n.choices=[].concat(n.choices||[]),s("AutocompletePrompt",n))}(yo)),yo}var Zo,Jg;function CR(){if(Jg)return Zo;Jg=1;const e=AR(),r=["suggest","format","onState","validate","onRender","type"],o=()=>{};async function i(c=[],{onSubmit:a=o,onCancel:l=o}={}){const h={},p=i._override||{};c=[].concat(c);let f,u,d,g,m,y;const D=async(v,b,E=!1)=>{if(!(!E&&v.validate&&v.validate(b)!==!0))return v.format?await v.format(b,h):b};for(u of c)if({name:g,type:m}=u,typeof m=="function"&&(m=await m(f,{...h},u),u.type=m),!!m){for(let v in u){if(r.includes(v))continue;let b=u[v];u[v]=typeof b=="function"?await b(f,{...h},y):b}if(y=u,typeof u.message!="string")throw new Error("prompt message is required");if({name:g,type:m}=u,e[m]===void 0)throw new Error(`prompt type (${m}) is not defined`);if(p[u.name]!==void 0&&(f=await D(u,p[u.name]),f!==void 0)){h[g]=f;continue}try{f=i._injected?s(i._injected,u.initial):await e[m](u),h[g]=f=await D(u,f,!0),d=await a(u,f,h)}catch{d=!await l(u,h)}if(d)return h}return h}function s(c,a){const l=c.shift();if(l instanceof Error)throw l;return l===void 0?a:l}function t(c){i._injected=(i._injected||[]).concat(c)}function n(c){i._override=Object.assign({},c)}return Zo=Object.assign(i,{prompt:i,prompts:e,inject:t,override:n}),Zo}var Jo,Xg;function RR(){return Xg||(Xg=1,Jo=CR()),Jo}var xR=RR();const _s=We(xR);var dr={exports:{}},Xo,Qg;function FR(){if(Qg)return Xo;Qg=1,Xo=i,i.sync=s;var e=Ze;function r(t,n){var c=n.pathExt!==void 0?n.pathExt:process.env.PATHEXT;if(!c||(c=c.split(";"),c.indexOf("")!==-1))return!0;for(var a=0;a<c.length;a++){var l=c[a].toLowerCase();if(l&&t.substr(-l.length).toLowerCase()===l)return!0}return!1}function o(t,n,c){return!t.isSymbolicLink()&&!t.isFile()?!1:r(n,c)}function i(t,n,c){e.stat(t,function(a,l){c(a,a?!1:o(l,t,n))})}function s(t,n){return o(e.statSync(t),t,n)}return Xo}var Qo,e0;function OR(){if(e0)return Qo;e0=1,Qo=r,r.sync=o;var e=Ze;function r(t,n,c){e.stat(t,function(a,l){c(a,a?!1:i(l,n))})}function o(t,n){return i(e.statSync(t),n)}function i(t,n){return t.isFile()&&s(t,n)}function s(t,n){var c=t.mode,a=t.uid,l=t.gid,h=n.uid!==void 0?n.uid:process.getuid&&process.getuid(),p=n.gid!==void 0?n.gid:process.getgid&&process.getgid(),f=parseInt("100",8),u=parseInt("010",8),d=parseInt("001",8),g=f|u,m=c&d||c&u&&l===p||c&f&&a===h||c&g&&h===0;return m}return Qo}var ea,t0;function TR(){if(t0)return ea;t0=1;var e;process.platform==="win32"||qt.TESTING_WINDOWS?e=FR():e=OR(),ea=r,r.sync=o;function r(i,s,t){if(typeof s=="function"&&(t=s,s={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,c){r(i,s||{},function(a,l){a?c(a):n(l)})})}e(i,s||{},function(n,c){n&&(n.code==="EACCES"||s&&s.ignoreErrors)&&(n=null,c=!1),t(n,c)})}function o(i,s){try{return e.sync(i,s||{})}catch(t){if(s&&s.ignoreErrors||t.code==="EACCES")return!1;throw t}}return ea}var ta,r0;function IR(){if(r0)return ta;r0=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=be,o=e?";":":",i=TR(),s=a=>Object.assign(new Error(`not found: ${a}`),{code:"ENOENT"}),t=(a,l)=>{const h=l.colon||o,p=a.match(/\//)||e&&a.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(l.path||process.env.PATH||"").split(h)],f=e?l.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",u=e?f.split(h):[""];return e&&a.indexOf(".")!==-1&&u[0]!==""&&u.unshift(""),{pathEnv:p,pathExt:u,pathExtExe:f}},n=(a,l,h)=>{typeof l=="function"&&(h=l,l={}),l||(l={});const{pathEnv:p,pathExt:f,pathExtExe:u}=t(a,l),d=[],g=y=>new Promise((D,v)=>{if(y===p.length)return l.all&&d.length?D(d):v(s(a));const b=p[y],E=/^".*"$/.test(b)?b.slice(1,-1):b,S=r.join(E,a),A=!E&&/^\.[\\\/]/.test(a)?a.slice(0,2)+S:S;D(m(A,y,0))}),m=(y,D,v)=>new Promise((b,E)=>{if(v===f.length)return b(g(D+1));const S=f[v];i(y+S,{pathExt:u},(A,C)=>{if(!A&&C)if(l.all)d.push(y+S);else return b(y+S);return b(m(y,D,v+1))})});return h?g(0).then(y=>h(null,y),h):g(0)},c=(a,l)=>{l=l||{};const{pathEnv:h,pathExt:p,pathExtExe:f}=t(a,l),u=[];for(let d=0;d<h.length;d++){const g=h[d],m=/^".*"$/.test(g)?g.slice(1,-1):g,y=r.join(m,a),D=!m&&/^\.[\\\/]/.test(a)?a.slice(0,2)+y:y;for(let v=0;v<p.length;v++){const b=D+p[v];try{if(i.sync(b,{pathExt:f}))if(l.all)u.push(b);else return b}catch{}}}if(l.all&&u.length)return u;if(l.nothrow)return null;throw s(a)};return ta=n,n.sync=c,ta}var yn={exports:{}},i0;function $R(){if(i0)return yn.exports;i0=1;const e=(r={})=>{const o=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(o).reverse().find(s=>s.toUpperCase()==="PATH")||"Path"};return yn.exports=e,yn.exports.default=e,yn.exports}var ra,n0;function kR(){if(n0)return ra;n0=1;const e=be,r=IR(),o=$R();function i(t,n){const c=t.options.env||process.env,a=process.cwd(),l=t.options.cwd!=null,h=l&&process.chdir!==void 0&&!process.chdir.disabled;if(h)try{process.chdir(t.options.cwd)}catch{}let p;try{p=r.sync(t.command,{path:c[o({env:c})],pathExt:n?e.delimiter:void 0})}catch{}finally{h&&process.chdir(a)}return p&&(p=e.resolve(l?t.options.cwd:"",p)),p}function s(t){return i(t)||i(t,!0)}return ra=s,ra}var vn={},s0;function BR(){if(s0)return vn;s0=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(i){return i=i.replace(e,"^$1"),i}function o(i,s){return i=`${i}`,i=i.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),i=i.replace(/(?=(\\+?)?)\1$/,"$1$1"),i=`"${i}"`,i=i.replace(e,"^$1"),s&&(i=i.replace(e,"^$1")),i}return vn.command=r,vn.argument=o,vn}var ia,o0;function PR(){return o0||(o0=1,ia=/^#!(.*)/),ia}var na,a0;function LR(){if(a0)return na;a0=1;const e=PR();return na=(r="")=>{const o=r.match(e);if(!o)return null;const[i,s]=o[0].replace(/#! ?/,"").split(" "),t=i.split("/").pop();return t==="env"?s:s?`${t} ${s}`:t},na}var sa,u0;function NR(){if(u0)return sa;u0=1;const e=Ze,r=LR();function o(i){const t=Buffer.alloc(150);let n;try{n=e.openSync(i,"r"),e.readSync(n,t,0,150,0),e.closeSync(n)}catch{}return r(t.toString())}return sa=o,sa}var oa,c0;function MR(){if(c0)return oa;c0=1;const e=be,r=kR(),o=BR(),i=NR(),s=process.platform==="win32",t=/\.(?:com|exe)$/i,n=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function c(h){h.file=r(h);const p=h.file&&i(h.file);return p?(h.args.unshift(h.file),h.command=p,r(h)):h.file}function a(h){if(!s)return h;const p=c(h),f=!t.test(p);if(h.options.forceShell||f){const u=n.test(p);h.command=e.normalize(h.command),h.command=o.command(h.command),h.args=h.args.map(g=>o.argument(g,u));const d=[h.command].concat(h.args).join(" ");h.args=["/d","/s","/c",`"${d}"`],h.command=process.env.comspec||"cmd.exe",h.options.windowsVerbatimArguments=!0}return h}function l(h,p,f){p&&!Array.isArray(p)&&(f=p,p=null),p=p?p.slice(0):[],f=Object.assign({},f);const u={command:h,args:p,options:f,file:void 0,original:{command:h,args:p}};return f.shell?u:a(u)}return oa=l,oa}var aa,l0;function jR(){if(l0)return aa;l0=1;const e=process.platform==="win32";function r(t,n){return Object.assign(new Error(`${n} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${n} ${t.command}`,path:t.command,spawnargs:t.args})}function o(t,n){if(!e)return;const c=t.emit;t.emit=function(a,l){if(a==="exit"){const h=i(l,n);if(h)return c.call(t,"error",h)}return c.apply(t,arguments)}}function i(t,n){return e&&t===1&&!n.file?r(n.original,"spawn"):null}function s(t,n){return e&&t===1&&!n.file?r(n.original,"spawnSync"):null}return aa={hookChildProcess:o,verifyENOENT:i,verifyENOENTSync:s,notFoundError:r},aa}var h0;function qR(){if(h0)return dr.exports;h0=1;const e=P_,r=MR(),o=jR();function i(t,n,c){const a=r(t,n,c),l=e.spawn(a.command,a.args,a.options);return o.hookChildProcess(l,a),l}function s(t,n,c){const a=r(t,n,c),l=e.spawnSync(a.command,a.args,a.options);return l.error=l.error||o.verifyENOENTSync(l.status,a),l}return dr.exports=i,dr.exports.spawn=i,dr.exports.sync=s,dr.exports._parse=r,dr.exports._enoent=o,dr.exports}var ua,f0;function UR(){if(f0)return ua;f0=1;const e=qR();return ua=(o,i,s={},t={})=>{s.rejectOnError===void 0&&(s.rejectOnError=!0);let n="",c="";const a=e(o,i,t);return new Promise((l,h)=>{s.stdin!==void 0&&s.stdin!=null&&a.stdin.write(s.stdin),a.stdin.end(),a.stdout.on("data",p=>{n+=p,s.stdout&&s.stdout(p)}),a.stderr.on("data",p=>{c+=p,s.stderr&&s.stderr(p)}),s.rejectOnError&&a.addListener("error",h),a.on("close",p=>{p!==0&&s.rejectOnError?h(c):l({stdout:n,stderr:c})})})},ua}var HR=UR();const yt=We(HR),GR="npm-check-updates",WR="19.4.0",zR="Tomas Junnonen <tomas1@gmail.com>",VR="Apache-2.0",YR=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],KR="Find newer versions of dependencies than what your package.json allows",ZR=["dependencies","npm","package.json","update","upgrade","versions"],JR={node:">=20.0.0",npm:">=8.12.1"},XR="build/index.js",QR="build/index.d.ts",ex={build:"rimraf build && npm run build:options && vite build","build:options":"vite-node src/scripts/build-options.ts","build:analyze":"rimraf build && npm run build:options && ANALYZER=true vite build",lint:"cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*","lint:lockfile":"lockfile-lint","lint:markdown":'markdownlint "**/*.md" --ignore "**/node_modules/**/*.md" --ignore build --config .markdownlint.js',"lint:src":"eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",prepare:"src/scripts/install-hooks",prepublishOnly:"npm run build",prettier:"prettier . --check","prettier:fix":"prettier . --write",test:"npm run test:unit && npm run test:e2e","test:bun":"test/bun-install.sh && mocha test/bun","test:unit":"mocha test test/package-managers/*","test:e2e":"./test/e2e.sh",ncu:"node build/cli.js"},tx={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},rx={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},ix="https://github.com/raineorshine/npm-check-updates",nx={url:"https://github.com/raineorshine/npm-check-updates/issues"},sx={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},ox={"@trivago/prettier-plugin-sort-imports":"^5.2.2","@types/bun":"^1.2.23","@types/chai":"^4.3.19","@types/chai-as-promised":"^8.0.0","@types/chai-string":"^1.4.5","@types/cli-table":"^0.3.4","@types/hosted-git-info":"^3.0.5","@types/ini":"^4.1.1","@types/js-yaml":"^4.0.9","@types/jsonlines":"^0.1.5","@types/lodash":"^4.17.20","@types/mocha":"^10.0.10","@types/node":"^24.5.2","@types/npm-registry-fetch":"^8.0.8","@types/parse-github-url":"^1.0.3","@types/picomatch":"^4.0.2","@types/progress":"^2.0.7","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","@types/semver-utils":"^1.1.3","@types/sinon":"^17.0.4","@types/update-notifier":"^6.0.8","@typescript-eslint/eslint-plugin":"^8.44.1","@typescript-eslint/parser":"^8.44.1",camelcase:"^6.3.0",chai:"^4.3.10","chai-as-promised":"^7.1.2","chai-string":"^1.6.0",chalk:"^5.6.2","cli-table3":"^0.6.5",commander:"^14.0.1","cross-env":"^10.0.0",dequal:"^2.0.3",eslint:"^8.57.0","eslint-config-prettier":"^10.1.8","eslint-config-raine":"^0.5.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.32.0","eslint-plugin-jsdoc":"^60.5.0","eslint-plugin-n":"^16.6.2","eslint-plugin-promise":"^6.6.0","fast-glob":"^3.3.3","fast-memoize":"^2.5.2","find-up":"5.0.0","fp-and-or":"^1.0.2","hosted-git-info":"^9.0.0",ini:"^5.0.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1",jsonlines:"^0.1.1","lockfile-lint":"^4.14.1",lodash:"^4.17.21","markdownlint-cli":"^0.45.0",mocha:"^11.7.2","npm-registry-fetch":"^19.0.0","npm-run-all":"^4.1.5","p-map":"^4.0.0","parse-github-url":"^1.0.3",picomatch:"^4.0.3",prettier:"^3.6.2",progress:"^2.0.3","prompts-ncu":"^3.0.2","rc-config-loader":"^4.1.3",rfdc:"^1.4.1",rimraf:"^6.0.1","rollup-plugin-node-externals":"^8.1.1",semver:"^7.7.2","semver-utils":"^1.1.4",should:"^13.2.3",sinon:"^21.0.0","source-map-support":"^0.5.21","spawn-please":"^3.0.0","strip-ansi":"^7.1.2","ts-node":"^10.9.2",typescript:"^5.9.2","typescript-json-schema":"^0.65.1",untildify:"^4.0.0","update-notifier":"^7.3.1",verdaccio:"^6.1.6",vite:"^7.1.7","vite-bundle-analyzer":"^1.2.3","vite-node":"^3.2.4","vite-plugin-dts":"^4.5.4",yarn:"^1.22.22"},ax=["build","!**/test/**"],ux={"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},Ss={name:GR,version:WR,author:zR,license:VR,contributors:YR,description:KR,keywords:ZR,engines:JR,main:XR,types:QR,scripts:ex,bin:tx,repository:rx,homepage:ix,bugs:nx,overrides:sx,devDependencies:ox,files:ax,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:ux};var ca,d0;function np(){if(d0)return ca;d0=1;let e=[],r=0;const o=(i,s)=>{r>=s&&e.push(i)};return o.WARN=1,o.INFO=2,o.DEBUG=3,o.reset=()=>{e=[]},o.setDebugLevel=i=>{r=i},o.warn=i=>o(i,o.WARN),o.info=i=>o(i,o.INFO),o.debug=i=>o(i,o.DEBUG),o.debugMessages=()=>e,ca=o,ca}var bn={exports:{}},la,p0;function cx(){return p0||(p0=1,la=({onlyFirst:e=!1}={})=>{const r=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(r,e?void 0:"g")}),la}var ha,g0;function lx(){if(g0)return ha;g0=1;const e=cx();return ha=r=>typeof r=="string"?r.replace(e(),""):r,ha}var Dn={exports:{}},m0;function G_(){if(m0)return Dn.exports;m0=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 Dn.exports=e,Dn.exports.default=e,Dn.exports}var fa,y0;function hx(){return y0||(y0=1,fa=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}),fa}var v0;function fx(){if(v0)return bn.exports;v0=1;const e=lx(),r=G_(),o=hx(),i=s=>{if(typeof s!="string"||s.length===0||(s=e(s),s.length===0))return 0;s=s.replace(o()," ");let t=0;for(let n=0;n<s.length;n++){const c=s.codePointAt(n);c<=31||c>=127&&c<=159||c>=768&&c<=879||(c>65535&&n++,t+=r(c)?2:1)}return t};return bn.exports=i,bn.exports.default=i,bn.exports}var da,b0;function W_(){if(b0)return da;b0=1;const e=fx();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function o(E){let S=r();return(""+E).replace(S,"").split(`
48
+ `),this.close()}_(a,l){return a.toLowerCase()==="y"?(this.value=!0,this.submit()):a.toLowerCase()==="n"?(this.value=!1,this.submit()):this.bell()}render(){if(this.closed)return;this.firstRender?this.out.write(t.hide):this.out.write(i(this.outputText,this.out.columns)),super.render();const a=this.aborted||this.done&&!this.value;this.outputText=[o.symbol(this.done,a),e.bold(this.msg),o.delimiter(this.done),this.done?this.value&&!this.aborted?this.yesMsg:this.noMsg:e.gray(this.initialValue?this.yesOption:this.noOption)].join(" "),this.out.write(s.line+t.to(0)+this.outputText)}}return Yo=n,Yo}var Ko,Kg;function SR(){return Kg||(Kg=1,Ko={TextPrompt:aR(),SelectPrompt:uR(),TogglePrompt:cR(),DatePrompt:bR(),NumberPrompt:DR(),MultiselectPrompt:H_(),AutocompletePrompt:ER(),AutocompleteMultiselectPrompt:wR(),ConfirmPrompt:_R()}),Ko}var Zg;function AR(){return Zg||(Zg=1,function(e){const r=e,o=SR(),i=n=>n;function s(n,c,a={}){return new Promise((l,h)=>{const p=new o[n](c),f=a.onAbort||i,u=a.onSubmit||i,d=a.onExit||i;p.on("state",c.onState||i),p.on("submit",g=>l(u(g))),p.on("exit",g=>l(d(g))),p.on("abort",g=>h(f(g)))})}r.text=n=>s("TextPrompt",n),r.password=n=>(n.style="password",r.text(n)),r.invisible=n=>(n.style="invisible",r.text(n)),r.number=n=>s("NumberPrompt",n),r.date=n=>s("DatePrompt",n),r.confirm=n=>s("ConfirmPrompt",n),r.list=n=>{const c=n.separator||",";return s("TextPrompt",n,{onSubmit:a=>a.split(c).map(l=>l.trim())})},r.toggle=n=>s("TogglePrompt",n),r.select=n=>s("SelectPrompt",n),r.multiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("MultiselectPrompt",n,{onAbort:c,onSubmit:c})},r.autocompleteMultiselect=n=>{n.choices=[].concat(n.choices||[]);const c=a=>a.filter(l=>l.selected).map(l=>l.value);return s("AutocompleteMultiselectPrompt",n,{onAbort:c,onSubmit:c})};const t=(n,c)=>Promise.resolve(c.filter(a=>a.title.slice(0,n.length).toLowerCase()===n.toLowerCase()));r.autocomplete=n=>(n.suggest=n.suggest||t,n.choices=[].concat(n.choices||[]),s("AutocompletePrompt",n))}(yo)),yo}var Zo,Jg;function CR(){if(Jg)return Zo;Jg=1;const e=AR(),r=["suggest","format","onState","validate","onRender","type"],o=()=>{};async function i(c=[],{onSubmit:a=o,onCancel:l=o}={}){const h={},p=i._override||{};c=[].concat(c);let f,u,d,g,m,y;const D=async(v,b,E=!1)=>{if(!(!E&&v.validate&&v.validate(b)!==!0))return v.format?await v.format(b,h):b};for(u of c)if({name:g,type:m}=u,typeof m=="function"&&(m=await m(f,{...h},u),u.type=m),!!m){for(let v in u){if(r.includes(v))continue;let b=u[v];u[v]=typeof b=="function"?await b(f,{...h},y):b}if(y=u,typeof u.message!="string")throw new Error("prompt message is required");if({name:g,type:m}=u,e[m]===void 0)throw new Error(`prompt type (${m}) is not defined`);if(p[u.name]!==void 0&&(f=await D(u,p[u.name]),f!==void 0)){h[g]=f;continue}try{f=i._injected?s(i._injected,u.initial):await e[m](u),h[g]=f=await D(u,f,!0),d=await a(u,f,h)}catch{d=!await l(u,h)}if(d)return h}return h}function s(c,a){const l=c.shift();if(l instanceof Error)throw l;return l===void 0?a:l}function t(c){i._injected=(i._injected||[]).concat(c)}function n(c){i._override=Object.assign({},c)}return Zo=Object.assign(i,{prompt:i,prompts:e,inject:t,override:n}),Zo}var Jo,Xg;function RR(){return Xg||(Xg=1,Jo=CR()),Jo}var xR=RR();const _s=We(xR);var dr={exports:{}},Xo,Qg;function FR(){if(Qg)return Xo;Qg=1,Xo=i,i.sync=s;var e=Ze;function r(t,n){var c=n.pathExt!==void 0?n.pathExt:process.env.PATHEXT;if(!c||(c=c.split(";"),c.indexOf("")!==-1))return!0;for(var a=0;a<c.length;a++){var l=c[a].toLowerCase();if(l&&t.substr(-l.length).toLowerCase()===l)return!0}return!1}function o(t,n,c){return!t.isSymbolicLink()&&!t.isFile()?!1:r(n,c)}function i(t,n,c){e.stat(t,function(a,l){c(a,a?!1:o(l,t,n))})}function s(t,n){return o(e.statSync(t),t,n)}return Xo}var Qo,e0;function OR(){if(e0)return Qo;e0=1,Qo=r,r.sync=o;var e=Ze;function r(t,n,c){e.stat(t,function(a,l){c(a,a?!1:i(l,n))})}function o(t,n){return i(e.statSync(t),n)}function i(t,n){return t.isFile()&&s(t,n)}function s(t,n){var c=t.mode,a=t.uid,l=t.gid,h=n.uid!==void 0?n.uid:process.getuid&&process.getuid(),p=n.gid!==void 0?n.gid:process.getgid&&process.getgid(),f=parseInt("100",8),u=parseInt("010",8),d=parseInt("001",8),g=f|u,m=c&d||c&u&&l===p||c&f&&a===h||c&g&&h===0;return m}return Qo}var ea,t0;function TR(){if(t0)return ea;t0=1;var e;process.platform==="win32"||qt.TESTING_WINDOWS?e=FR():e=OR(),ea=r,r.sync=o;function r(i,s,t){if(typeof s=="function"&&(t=s,s={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,c){r(i,s||{},function(a,l){a?c(a):n(l)})})}e(i,s||{},function(n,c){n&&(n.code==="EACCES"||s&&s.ignoreErrors)&&(n=null,c=!1),t(n,c)})}function o(i,s){try{return e.sync(i,s||{})}catch(t){if(s&&s.ignoreErrors||t.code==="EACCES")return!1;throw t}}return ea}var ta,r0;function IR(){if(r0)return ta;r0=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",r=be,o=e?";":":",i=TR(),s=a=>Object.assign(new Error(`not found: ${a}`),{code:"ENOENT"}),t=(a,l)=>{const h=l.colon||o,p=a.match(/\//)||e&&a.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(l.path||process.env.PATH||"").split(h)],f=e?l.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",u=e?f.split(h):[""];return e&&a.indexOf(".")!==-1&&u[0]!==""&&u.unshift(""),{pathEnv:p,pathExt:u,pathExtExe:f}},n=(a,l,h)=>{typeof l=="function"&&(h=l,l={}),l||(l={});const{pathEnv:p,pathExt:f,pathExtExe:u}=t(a,l),d=[],g=y=>new Promise((D,v)=>{if(y===p.length)return l.all&&d.length?D(d):v(s(a));const b=p[y],E=/^".*"$/.test(b)?b.slice(1,-1):b,S=r.join(E,a),A=!E&&/^\.[\\\/]/.test(a)?a.slice(0,2)+S:S;D(m(A,y,0))}),m=(y,D,v)=>new Promise((b,E)=>{if(v===f.length)return b(g(D+1));const S=f[v];i(y+S,{pathExt:u},(A,C)=>{if(!A&&C)if(l.all)d.push(y+S);else return b(y+S);return b(m(y,D,v+1))})});return h?g(0).then(y=>h(null,y),h):g(0)},c=(a,l)=>{l=l||{};const{pathEnv:h,pathExt:p,pathExtExe:f}=t(a,l),u=[];for(let d=0;d<h.length;d++){const g=h[d],m=/^".*"$/.test(g)?g.slice(1,-1):g,y=r.join(m,a),D=!m&&/^\.[\\\/]/.test(a)?a.slice(0,2)+y:y;for(let v=0;v<p.length;v++){const b=D+p[v];try{if(i.sync(b,{pathExt:f}))if(l.all)u.push(b);else return b}catch{}}}if(l.all&&u.length)return u;if(l.nothrow)return null;throw s(a)};return ta=n,n.sync=c,ta}var yn={exports:{}},i0;function $R(){if(i0)return yn.exports;i0=1;const e=(r={})=>{const o=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(o).reverse().find(s=>s.toUpperCase()==="PATH")||"Path"};return yn.exports=e,yn.exports.default=e,yn.exports}var ra,n0;function kR(){if(n0)return ra;n0=1;const e=be,r=IR(),o=$R();function i(t,n){const c=t.options.env||process.env,a=process.cwd(),l=t.options.cwd!=null,h=l&&process.chdir!==void 0&&!process.chdir.disabled;if(h)try{process.chdir(t.options.cwd)}catch{}let p;try{p=r.sync(t.command,{path:c[o({env:c})],pathExt:n?e.delimiter:void 0})}catch{}finally{h&&process.chdir(a)}return p&&(p=e.resolve(l?t.options.cwd:"",p)),p}function s(t){return i(t)||i(t,!0)}return ra=s,ra}var vn={},s0;function BR(){if(s0)return vn;s0=1;const e=/([()\][%!^"`<>&|;, *?])/g;function r(i){return i=i.replace(e,"^$1"),i}function o(i,s){return i=`${i}`,i=i.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),i=i.replace(/(?=(\\+?)?)\1$/,"$1$1"),i=`"${i}"`,i=i.replace(e,"^$1"),s&&(i=i.replace(e,"^$1")),i}return vn.command=r,vn.argument=o,vn}var ia,o0;function PR(){return o0||(o0=1,ia=/^#!(.*)/),ia}var na,a0;function LR(){if(a0)return na;a0=1;const e=PR();return na=(r="")=>{const o=r.match(e);if(!o)return null;const[i,s]=o[0].replace(/#! ?/,"").split(" "),t=i.split("/").pop();return t==="env"?s:s?`${t} ${s}`:t},na}var sa,u0;function NR(){if(u0)return sa;u0=1;const e=Ze,r=LR();function o(i){const t=Buffer.alloc(150);let n;try{n=e.openSync(i,"r"),e.readSync(n,t,0,150,0),e.closeSync(n)}catch{}return r(t.toString())}return sa=o,sa}var oa,c0;function MR(){if(c0)return oa;c0=1;const e=be,r=kR(),o=BR(),i=NR(),s=process.platform==="win32",t=/\.(?:com|exe)$/i,n=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function c(h){h.file=r(h);const p=h.file&&i(h.file);return p?(h.args.unshift(h.file),h.command=p,r(h)):h.file}function a(h){if(!s)return h;const p=c(h),f=!t.test(p);if(h.options.forceShell||f){const u=n.test(p);h.command=e.normalize(h.command),h.command=o.command(h.command),h.args=h.args.map(g=>o.argument(g,u));const d=[h.command].concat(h.args).join(" ");h.args=["/d","/s","/c",`"${d}"`],h.command=process.env.comspec||"cmd.exe",h.options.windowsVerbatimArguments=!0}return h}function l(h,p,f){p&&!Array.isArray(p)&&(f=p,p=null),p=p?p.slice(0):[],f=Object.assign({},f);const u={command:h,args:p,options:f,file:void 0,original:{command:h,args:p}};return f.shell?u:a(u)}return oa=l,oa}var aa,l0;function jR(){if(l0)return aa;l0=1;const e=process.platform==="win32";function r(t,n){return Object.assign(new Error(`${n} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${n} ${t.command}`,path:t.command,spawnargs:t.args})}function o(t,n){if(!e)return;const c=t.emit;t.emit=function(a,l){if(a==="exit"){const h=i(l,n);if(h)return c.call(t,"error",h)}return c.apply(t,arguments)}}function i(t,n){return e&&t===1&&!n.file?r(n.original,"spawn"):null}function s(t,n){return e&&t===1&&!n.file?r(n.original,"spawnSync"):null}return aa={hookChildProcess:o,verifyENOENT:i,verifyENOENTSync:s,notFoundError:r},aa}var h0;function qR(){if(h0)return dr.exports;h0=1;const e=P_,r=MR(),o=jR();function i(t,n,c){const a=r(t,n,c),l=e.spawn(a.command,a.args,a.options);return o.hookChildProcess(l,a),l}function s(t,n,c){const a=r(t,n,c),l=e.spawnSync(a.command,a.args,a.options);return l.error=l.error||o.verifyENOENTSync(l.status,a),l}return dr.exports=i,dr.exports.spawn=i,dr.exports.sync=s,dr.exports._parse=r,dr.exports._enoent=o,dr.exports}var ua,f0;function UR(){if(f0)return ua;f0=1;const e=qR();return ua=(o,i,s={},t={})=>{s.rejectOnError===void 0&&(s.rejectOnError=!0);let n="",c="";const a=e(o,i,t);return new Promise((l,h)=>{s.stdin!==void 0&&s.stdin!=null&&a.stdin.write(s.stdin),a.stdin.end(),a.stdout.on("data",p=>{n+=p,s.stdout&&s.stdout(p)}),a.stderr.on("data",p=>{c+=p,s.stderr&&s.stderr(p)}),s.rejectOnError&&a.addListener("error",h),a.on("close",p=>{p!==0&&s.rejectOnError?h(c):l({stdout:n,stderr:c})})})},ua}var HR=UR();const yt=We(HR),GR="npm-check-updates",WR="19.4.1",zR="Tomas Junnonen <tomas1@gmail.com>",VR="Apache-2.0",YR=["Raine Revere (https://github.com/raineorshine)","Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"],KR="Find newer versions of dependencies than what your package.json allows",ZR=["dependencies","npm","package.json","update","upgrade","versions"],JR={node:">=20.0.0",npm:">=8.12.1"},XR="build/index.js",QR="build/index.d.ts",ex={build:"rimraf build && npm run build:options && vite build","build:options":"vite-node src/scripts/build-options.ts","build:analyze":"rimraf build && npm run build:options && ANALYZER=true vite build",lint:"cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*","lint:lockfile":"lockfile-lint","lint:markdown":'markdownlint "**/*.md" --ignore "**/node_modules/**/*.md" --ignore build --config .markdownlint.js',"lint:src":"eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",prepare:"src/scripts/install-hooks",prepublishOnly:"npm run build",prettier:"prettier . --check","prettier:fix":"prettier . --write",test:"npm run test:unit && npm run test:e2e","test:bun":"test/bun-install.sh && mocha test/bun","test:unit":"mocha test test/package-managers/*","test:e2e":"./test/e2e.sh",ncu:"node build/cli.js"},tx={"npm-check-updates":"build/cli.js",ncu:"build/cli.js"},rx={type:"git",url:"git+https://github.com/raineorshine/npm-check-updates.git"},ix="https://github.com/raineorshine/npm-check-updates",nx={url:"https://github.com/raineorshine/npm-check-updates/issues"},sx={ip:"2.0.1",jsonparse:"https://github.com/ARitz-Cracker/jsonparse/tree/patch-1","@yarnpkg/parsers":"2.6.0"},ox={"@trivago/prettier-plugin-sort-imports":"^5.2.2","@types/bun":"^1.2.23","@types/chai":"^4.3.19","@types/chai-as-promised":"^8.0.0","@types/chai-string":"^1.4.5","@types/cli-table":"^0.3.4","@types/hosted-git-info":"^3.0.5","@types/ini":"^4.1.1","@types/js-yaml":"^4.0.9","@types/jsonlines":"^0.1.5","@types/lodash":"^4.17.20","@types/mocha":"^10.0.10","@types/node":"^24.5.2","@types/npm-registry-fetch":"^8.0.8","@types/parse-github-url":"^1.0.3","@types/picomatch":"^4.0.2","@types/progress":"^2.0.7","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","@types/semver-utils":"^1.1.3","@types/sinon":"^17.0.4","@types/update-notifier":"^6.0.8","@typescript-eslint/eslint-plugin":"^8.44.1","@typescript-eslint/parser":"^8.44.1",camelcase:"^6.3.0",chai:"^4.3.10","chai-as-promised":"^7.1.2","chai-string":"^1.6.0",chalk:"^5.6.2","cli-table3":"^0.6.5",commander:"^14.0.1","cross-env":"^10.0.0",dequal:"^2.0.3",eslint:"^8.57.0","eslint-config-prettier":"^10.1.8","eslint-config-raine":"^0.5.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.32.0","eslint-plugin-jsdoc":"^60.5.0","eslint-plugin-n":"^16.6.2","eslint-plugin-promise":"^6.6.0","fast-glob":"^3.3.3","fast-memoize":"^2.5.2","find-up":"5.0.0","fp-and-or":"^1.0.2","hosted-git-info":"^9.0.0",ini:"^5.0.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1",jsonlines:"^0.1.1","lockfile-lint":"^4.14.1",lodash:"^4.17.21","markdownlint-cli":"^0.45.0",mocha:"^11.7.2","npm-registry-fetch":"^19.0.0","npm-run-all":"^4.1.5","p-map":"^4.0.0","parse-github-url":"^1.0.3",picomatch:"^4.0.3",prettier:"^3.6.2",progress:"^2.0.3","prompts-ncu":"^3.0.2","rc-config-loader":"^4.1.3",rfdc:"^1.4.1",rimraf:"^6.0.1","rollup-plugin-node-externals":"^8.1.1",semver:"^7.7.2","semver-utils":"^1.1.4",should:"^13.2.3",sinon:"^21.0.0","source-map-support":"^0.5.21","spawn-please":"^3.0.0","strip-ansi":"^7.1.2","ts-node":"^10.9.2",typescript:"^5.9.2","typescript-json-schema":"^0.65.1",untildify:"^4.0.0","update-notifier":"^7.3.1",verdaccio:"^6.1.6",vite:"^7.1.7","vite-bundle-analyzer":"^1.2.3","vite-node":"^3.2.4","vite-plugin-dts":"^4.5.4",yarn:"^1.22.22"},ax=["build","!**/test/**"],ux={"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},Ss={name:GR,version:WR,author:zR,license:VR,contributors:YR,description:KR,keywords:ZR,engines:JR,main:XR,types:QR,scripts:ex,bin:tx,repository:rx,homepage:ix,bugs:nx,overrides:sx,devDependencies:ox,files:ax,"lockfile-lint":{"allowed-schemes":["https:","git+ssh:"],"allowed-hosts":["npm","github.com"],"empty-hostname":!1,type:"npm ",path:"package-lock.json"},mocha:ux};var ca,d0;function np(){if(d0)return ca;d0=1;let e=[],r=0;const o=(i,s)=>{r>=s&&e.push(i)};return o.WARN=1,o.INFO=2,o.DEBUG=3,o.reset=()=>{e=[]},o.setDebugLevel=i=>{r=i},o.warn=i=>o(i,o.WARN),o.info=i=>o(i,o.INFO),o.debug=i=>o(i,o.DEBUG),o.debugMessages=()=>e,ca=o,ca}var bn={exports:{}},la,p0;function cx(){return p0||(p0=1,la=({onlyFirst:e=!1}={})=>{const r=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(r,e?void 0:"g")}),la}var ha,g0;function lx(){if(g0)return ha;g0=1;const e=cx();return ha=r=>typeof r=="string"?r.replace(e(),""):r,ha}var Dn={exports:{}},m0;function G_(){if(m0)return Dn.exports;m0=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 Dn.exports=e,Dn.exports.default=e,Dn.exports}var fa,y0;function hx(){return y0||(y0=1,fa=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}),fa}var v0;function fx(){if(v0)return bn.exports;v0=1;const e=lx(),r=G_(),o=hx(),i=s=>{if(typeof s!="string"||s.length===0||(s=e(s),s.length===0))return 0;s=s.replace(o()," ");let t=0;for(let n=0;n<s.length;n++){const c=s.codePointAt(n);c<=31||c>=127&&c<=159||c>=768&&c<=879||(c>65535&&n++,t+=r(c)?2:1)}return t};return bn.exports=i,bn.exports.default=i,bn.exports}var da,b0;function W_(){if(b0)return da;b0=1;const e=fx();function r(E){return E?/\u001b\[((?:\d*;){0,5}\d*)m/g:/\u001b\[(?:\d*;){0,5}\d*m/g}function o(E){let S=r();return(""+E).replace(S,"").split(`
49
49
  `).reduce(function(F,$){return e($)>F?e($):F},0)}function i(E,S){return Array(S+1).join(E)}function s(E,S,A,C){let F=o(E);if(S+1>=F){let $=S-F;switch(C){case"right":{E=i(A,$)+E;break}case"center":{let k=Math.ceil($/2),B=$-k;E=i(A,B)+E+i(A,k);break}default:{E=E+i(A,$);break}}}return E}let t={};function n(E,S,A){S="\x1B["+S+"m",A="\x1B["+A+"m",t[S]={set:E,to:!0},t[A]={set:E,to:!1},t[E]={on:S,off:A}}n("bold",1,22),n("italics",3,23),n("underline",4,24),n("inverse",7,27),n("strikethrough",9,29);function c(E,S){let A=S[1]?parseInt(S[1].split(";")[0]):0;if(A>=30&&A<=39||A>=90&&A<=97){E.lastForegroundAdded=S[0];return}if(A>=40&&A<=49||A>=100&&A<=107){E.lastBackgroundAdded=S[0];return}if(A===0){for(let F in E)Object.prototype.hasOwnProperty.call(E,F)&&delete E[F];return}let C=t[S[0]];C&&(E[C.set]=C.to)}function a(E){let S=r(!0),A=S.exec(E),C={};for(;A!==null;)c(C,A),A=S.exec(E);return C}function l(E,S){let A=E.lastBackgroundAdded,C=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(F){E[F]&&(S+=t[F].off)}),A&&A!="\x1B[49m"&&(S+="\x1B[49m"),C&&C!="\x1B[39m"&&(S+="\x1B[39m"),S}function h(E,S){let A=E.lastBackgroundAdded,C=E.lastForegroundAdded;return delete E.lastBackgroundAdded,delete E.lastForegroundAdded,Object.keys(E).forEach(function(F){E[F]&&(S=t[F].on+S)}),A&&A!="\x1B[49m"&&(S=A+S),C&&C!="\x1B[39m"&&(S=C+S),S}function p(E,S){if(E.length===o(E))return E.substr(0,S);for(;o(E)>S;)E=E.slice(0,-1);return E}function f(E,S){let A=r(!0),C=E.split(r()),F=0,$=0,k="",B,I={};for(;$<S;){B=A.exec(E);let N=C[F];if(F++,$+o(N)>S&&(N=p(N,S-$)),k+=N,$+=o(N),$<S){if(!B)break;k+=B[0],c(I,B)}}return l(I,k)}function u(E,S,A){if(A=A||"…",o(E)<=S)return E;S-=o(A);let F=f(E,S);F+=A;const $="\x1B]8;;\x07";return E.includes($)&&!F.includes($)&&(F+=$),F}function d(){return{chars:{top:"─","top-mid":"┬","top-left":"┌","top-right":"┐",bottom:"─","bottom-mid":"┴","bottom-left":"└","bottom-right":"┘",left:"│","left-mid":"├",mid:"─","mid-mid":"┼",right:"│","right-mid":"┤",middle:"│"},truncate:"…",colWidths:[],rowHeights:[],colAligns:[],rowAligns:[],style:{"padding-left":1,"padding-right":1,head:["red"],border:["grey"],compact:!1},head:[]}}function g(E,S){E=E||{},S=S||d();let A=Object.assign({},S,E);return A.chars=Object.assign({},S.chars,E.chars),A.style=Object.assign({},S.style,E.style),A}function m(E,S){let A=[],C=S.split(/(\s+)/g),F=[],$=0,k;for(let B=0;B<C.length;B+=2){let I=C[B],N=$+o(I);$>0&&k&&(N+=k.length),N>E?($!==0&&A.push(F.join("")),F=[I],$=o(I)):(F.push(k||"",I),$=N),k=C[B+1]}return $&&A.push(F.join("")),A}function y(E,S){let A=[],C="";function F(k,B){for(C.length&&B&&(C+=B),C+=k;C.length>E;)A.push(C.slice(0,E)),C=C.slice(E)}let $=S.split(/(\s+)/g);for(let k=0;k<$.length;k+=2)F($[k],k&&$[k-1]);return C.length&&A.push(C),A}function D(E,S,A=!0){let C=[];S=S.split(`
50
50
  `);const F=A?m:y;for(let $=0;$<S.length;$++)C.push.apply(C,F(E,S[$]));return C}function v(E){let S={},A=[];for(let C=0;C<E.length;C++){let F=h(S,E[C]);S=a(F);let $=Object.assign({},S);A.push(l($,F))}return A}function b(E,S){const A="\x1B]",C="\x07",F=";";return[A,"8",F,F,E||S,C,S,A,"8",F,F,C].join("")}return da={strlen:o,repeat:i,pad:s,truncate:u,mergeOptions:g,wordWrap:D,colorizeLines:v,hyperlink:b},da}var pa={exports:{}},ci={exports:{}},ga={exports:{}},ma={exports:{}},ya={exports:{}},D0;function dx(){return D0||(D0=1,function(e){var r={};e.exports=r;var o={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(o).forEach(function(i){var s=o[i],t=r[i]=[];t.open="\x1B["+s[0]+"m",t.close="\x1B["+s[1]+"m"})}(ya)),ya.exports}var va,E0;function px(){return E0||(E0=1,va=function(e,r){r=r||process.argv;var o=r.indexOf("--"),i=/^-{1,2}/.test(e)?"":"--",s=r.indexOf(i+e);return s!==-1&&(o===-1?!0:s<o)}),va}var ba,w0;function gx(){if(w0)return ba;w0=1;var e=at,r=px(),o=process.env,i=void 0;r("no-color")||r("no-colors")||r("color=false")?i=!1:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(i=!0),"FORCE_COLOR"in o&&(i=o.FORCE_COLOR.length===0||parseInt(o.FORCE_COLOR,10)!==0);function s(c){return c===0?!1:{level:c,hasBasic:!0,has256:c>=2,has16m:c>=3}}function t(c){if(i===!1)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(c&&!c.isTTY&&i!==!0)return 0;var a=i?1:0;if(process.platform==="win32"){var l=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(l[0])>=10&&Number(l[2])>=10586?Number(l[2])>=14931?3:2:1}if("CI"in o)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(p){return p in o})||o.CI_NAME==="codeship"?1:a;if("TEAMCITY_VERSION"in o)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(o.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in o){var h=parseInt((o.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(o.TERM_PROGRAM){case"iTerm.app":return h>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(o.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(o.TERM)||"COLORTERM"in o?1:(o.TERM==="dumb",a)}function n(c){var a=t(c);return s(a)}return ba={supportsColor:n,stdout:n(process.stdout),stderr:n(process.stderr)},ba}var Da={exports:{}},_0;function mx(){return _0||(_0=1,function(e){e.exports=function(o,i){var s="";o=o||"Run the trap, drop the bass",o=o.split("");var t={a:["@","Ą","Ⱥ","Ʌ","Δ","Λ","Д"],b:["ß","Ɓ","Ƀ","ɮ","β","฿"],c:["©","Ȼ","Ͼ"],d:["Ð","Ɗ","Ԁ","ԁ","Ԃ","ԃ"],e:["Ë","ĕ","Ǝ","ɘ","Σ","ξ","Ҽ","੬"],f:["Ӻ"],g:["ɢ"],h:["Ħ","ƕ","Ң","Һ","Ӈ","Ԋ"],i:["༏"],j:["Ĵ"],k:["ĸ","Ҡ","Ӄ","Ԟ"],l:["Ĺ"],m:["ʍ","Ӎ","ӎ","Ԡ","ԡ","൩"],n:["Ñ","ŋ","Ɲ","Ͷ","Π","Ҋ"],o:["Ø","õ","ø","Ǿ","ʘ","Ѻ","ם","۝","๏"],p:["Ƿ","Ҏ"],q:["্"],r:["®","Ʀ","Ȑ","Ɍ","ʀ","Я"],s:["§","Ϟ","ϟ","Ϩ"],t:["Ł","Ŧ","ͳ"],u:["Ʊ","Ս"],v:["ט"],w:["Ш","Ѡ","Ѽ","൰"],x:["Ҳ","Ӿ","Ӽ","ӽ"],y:["¥","Ұ","Ӌ"],z:["Ƶ","ɀ"]};return o.forEach(function(n){n=n.toLowerCase();var c=t[n]||[" "],a=Math.floor(Math.random()*c.length);typeof t[n]<"u"?s+=t[n][a]:s+=n}),s}}(Da)),Da.exports}var Ea={exports:{}},S0;function yx(){return S0||(S0=1,function(e){e.exports=function(o,i){o=o||" he is here ";var s={up:["̍","̎","̄","̅","̿","̑","̆","̐","͒","͗","͑","̇","̈","̊","͂","̓","̈","͊","͋","͌","̃","̂","̌","͐","̀","́","̋","̏","̒","̓","̔","̽","̉","ͣ","ͤ","ͥ","ͦ","ͧ","ͨ","ͩ","ͪ","ͫ","ͬ","ͭ","ͮ","ͯ","̾","͛","͆","̚"],down:["̖","̗","̘","̙","̜","̝","̞","̟","̠","̤","̥","̦","̩","̪","̫","̬","̭","̮","̯","̰","̱","̲","̳","̹","̺","̻","̼","ͅ","͇","͈","͉","͍","͎","͓","͔","͕","͖","͙","͚","̣"],mid:["̕","̛","̀","́","͘","̡","̢","̧","̨","̴","̵","̶","͜","͝","͞","͟","͠","͢","̸","̷","͡"," ҉"]},t=[].concat(s.up,s.down,s.mid);function n(l){var h=Math.floor(Math.random()*l);return h}function c(l){var h=!1;return t.filter(function(p){h=p===l}),h}function a(l,h){var p="",f,u;h=h||{},h.up=typeof h.up<"u"?h.up:!0,h.mid=typeof h.mid<"u"?h.mid:!0,h.down=typeof h.down<"u"?h.down:!0,h.size=typeof h.size<"u"?h.size:"maxi",l=l.split("");for(u in l)if(!c(u)){switch(p=p+l[u],f={up:0,down:0,mid:0},h.size){case"mini":f.up=n(8),f.mid=n(2),f.down=n(8);break;case"maxi":f.up=n(16)+3,f.mid=n(4)+1,f.down=n(64)+3;break;default:f.up=n(8)+1,f.mid=n(6)/2,f.down=n(8)+1;break}var d=["up","mid","down"];for(var g in d)for(var m=d[g],y=0;y<=f[m];y++)h[m]&&(p=p+s[m][n(s[m].length)])}return p}return a(o,i)}}(Ea)),Ea.exports}var wa={exports:{}},A0;function vx(){return A0||(A0=1,function(e){e.exports=function(r){return function(o,i,s){if(o===" ")return o;switch(i%3){case 0:return r.red(o);case 1:return r.white(o);case 2:return r.blue(o)}}}}(wa)),wa.exports}var _a={exports:{}},C0;function bx(){return C0||(C0=1,function(e){e.exports=function(r){return function(o,i,s){return i%2===0?o:r.inverse(o)}}}(_a)),_a.exports}var Sa={exports:{}},R0;function Dx(){return R0||(R0=1,function(e){e.exports=function(r){var o=["red","yellow","green","blue","magenta"];return function(i,s,t){return i===" "?i:r[o[s++%o.length]](i)}}}(Sa)),Sa.exports}var Aa={exports:{}},x0;function Ex(){return x0||(x0=1,function(e){e.exports=function(r){var o=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(i,s,t){return i===" "?i:r[o[Math.round(Math.random()*(o.length-2))]](i)}}}(Aa)),Aa.exports}var F0;function wx(){return F0||(F0=1,function(e){var r={};e.exports=r,r.themes={};var o=tr,i=r.styles=dx(),s=Object.defineProperties,t=new RegExp(/[\r\n]+/g);r.supportsColor=gx().supportsColor,typeof r.enabled>"u"&&(r.enabled=r.supportsColor()!==!1),r.enable=function(){r.enabled=!0},r.disable=function(){r.enabled=!1},r.stripColors=r.strip=function(g){return(""+g).replace(/\x1B\[\d+m/g,"")},r.stylize=function(m,y){if(!r.enabled)return m+"";var D=i[y];return!D&&y in r?r[y](m):D.open+m+D.close};var n=/[|\\{}()[\]^$+*?.]/g,c=function(g){if(typeof g!="string")throw new TypeError("Expected a string");return g.replace(n,"\\$&")};function a(g){var m=function y(){return p.apply(y,arguments)};return m._styles=g,m.__proto__=h,m}var l=function(){var g={};return i.grey=i.gray,Object.keys(i).forEach(function(m){i[m].closeRe=new RegExp(c(i[m].close),"g"),g[m]={get:function(){return a(this._styles.concat(m))}}}),g}(),h=s(function(){},l);function p(){var g=Array.prototype.slice.call(arguments),m=g.map(function(E){return E!=null&&E.constructor===String?E:o.inspect(E)}).join(" ");if(!r.enabled||!m)return m;for(var y=m.indexOf(`
51
51
  `)!=-1,D=this._styles,v=D.length;v--;){var b=i[D[v]];m=b.open+m.replace(b.closeRe,b.open)+b.close,y&&(m=m.replace(t,function(E){return b.close+E+b.open}))}return m}r.setTheme=function(g){if(typeof g=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var m in g)(function(y){r[y]=function(D){if(typeof g[y]=="object"){var v=D;for(var b in g[y])v=r[g[y][b]](v);return v}return r[g[y]](D)}})(m)};function f(){var g={};return Object.keys(l).forEach(function(m){g[m]={get:function(){return a([m])}}}),g}var u=function(m,y){var D=y.split("");return D=D.map(m),D.join("")};r.trap=mx(),r.zalgo=yx(),r.maps={},r.maps.america=vx()(r),r.maps.zebra=bx()(r),r.maps.rainbow=Dx()(r),r.maps.random=Ex()(r);for(var d in r.maps)(function(g){r[g]=function(m){return u(r.maps[g],m)}})(d);s(r,f())}(ma)),ma.exports}var O0;function _x(){return O0||(O0=1,function(e){var r=wx();e.exports=r}(ga)),ga.exports}var T0;function Sx(){if(T0)return ci.exports;T0=1;const{info:e,debug:r}=np(),o=W_();class i{constructor(f){this.setOptions(f),this.x=null,this.y=null}setOptions(f){["boolean","number","bigint","string"].indexOf(typeof f)!==-1&&(f={content:""+f}),f=f||{},this.options=f;let u=f.content;if(["boolean","number","bigint","string"].indexOf(typeof u)!==-1)this.content=String(u);else if(!u)this.content=this.options.href||"";else throw new Error("Content needs to be a primitive, got: "+typeof u);this.colSpan=f.colSpan||1,this.rowSpan=f.rowSpan||1,this.options.href&&Object.defineProperty(this,"href",{get(){return this.options.href}})}mergeTableOptions(f,u){this.cells=u;let d=this.options.chars||{},g=f.chars,m=this.chars={};h.forEach(function(v){c(d,g,v,m)}),this.truncate=this.options.truncate||f.truncate;let y=this.options.style=this.options.style||{},D=f.style;c(y,D,"padding-left",this),c(y,D,"padding-right",this),this.head=y.head||D.head,this.border=y.border||D.border,this.fixedWidth=f.colWidths[this.x],this.lines=this.computeLines(f),this.desiredWidth=o.strlen(this.content)+this.paddingLeft+this.paddingRight,this.desiredHeight=this.lines.length}computeLines(f){const u=f.wordWrap||f.textWrap,{wordWrap:d=u}=this.options;if(this.fixedWidth&&d){if(this.fixedWidth-=this.paddingLeft+this.paddingRight,this.colSpan){let y=1;for(;y<this.colSpan;)this.fixedWidth+=f.colWidths[this.x+y],y++}const{wrapOnWordBoundary:g=!0}=f,{wrapOnWordBoundary:m=g}=this.options;return this.wrapLines(o.wordWrap(this.fixedWidth,this.content,m))}return this.wrapLines(this.content.split(`
@@ -419,7 +419,7 @@ ${wt(`${ce.gray(`/** Set cooldown to 3 days but skip it for \`@my-company\` pack
419
419
  @returns Cooldown days restriction for given package.
420
420
  */`)}
421
421
  ${ce.green("cooldown")}: packageName ${ce.cyan("=>")} (packageName.startsWith(${ce.yellow("'@my-company'")}) ? ${ce.cyan("0")} : ${ce.cyan("3")})`,{markdown:e})}
422
- `,gS=[{long:"cache",description:`Cache versions to a local cache file. Default \`--cacheFile\` is ${Nd} 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=>be.isAbsolute(e)?e:be.join(process.cwd(),e),default:Nd,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 (20–25% slower).",type:"boolean"},{long:"doctor",short:"d",description:"Iteratively installs upgrades and runs tests to identify breaking upgrades. Requires `-u` to execute.",type:"boolean",help:R2},{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:T2},{long:"filterResults",arg:"fn",cli:!1,description:"Filters results based on a user provided predicate function after fetching new versions.",type:"FilterResultsFunction",help:x2},{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:I2},{long:"format",arg:"value",description:"Modify the output formatting or show additional information. Specify one or more comma-delimited values: dep, group, ownerChanged, repo, time, lines, installedVersion.",parse:e=>typeof e=="string"?e.split(","):e,default:[],type:"readonly string[]",choices:["dep","group","ownerChanged","repo","time","lines","installedVersion"],help:F2},{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:B2},{long:"install",arg:"value",description:"Control the auto-install behavior: always, never, prompt.",help:O2,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:L2,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:M2},{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:N2,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:$2},{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:k2},{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:P2,type:`${A2.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",arg:"s",parse:(e,r)=>[...r,e],default:[],description:"Run on one or more specified workspaces. Add `--no-root` to exclude the root project.",type:"readonly string[]"},{long:"workspaces",short:"w",description:"Run on all workspaces. Add `--no-root` to exclude the root project.",type:"boolean"},{long:"cooldown",short:"c",arg:"period",description:'Sets a minimum age for package versions to be considered for upgrade. Accepts a number (days) or a string with a unit: "7d" (days), "12h" (hours), "30m" (minutes). Reduces the risk of installing newly published, potentially compromised packages.',type:"number | string | CooldownFunction",help:j2,parse:e=>{if(typeof e=="function")return e;const r=Sp(e);return r!==null?r:parseInt(e,10)}}],xr=gS.reduce((e,r)=>({...e,...r.short?{[r.short]:r}:null,...r.long?{[r.long]:r}:null}),{}),Ds=Zs(gS,e=>e.long),q2=["package-lock.json","yarn.lock","pnpm-lock.yaml","deno.json","deno.jsonc","bun.lock","bun.lockb"];async function mS(e,r=Te.readdir){try{const o=at.homedir(),i=at.tmpdir();let s=e.cwd?e.cwd:e.packageFile?be.dirname(e.packageFile):".";for(s=be.resolve(s);;){const t=await r(s);for(const c of q2)if(t.includes(c))return{directoryPath:s,filename:c};const n=be.resolve(s,"..");if(n===s||n===o||n===i)break;s=n}}catch{}return null}const U2={"package-lock":"npm",yarn:"yarn","pnpm-lock":"pnpm",deno:"deno",bun:"bun"},H2=()=>{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"},Md=async(e,r=Te.readdir)=>{if(e.packageManager)return e.packageManager;if(e.global)return H2();const o=(await mS(e,r))?.filename;return o?U2[o.split(".")[0]]:"npm"};var _n={exports:{}},Py;function G2(){if(Py)return _n.exports;Py=1;const e=/[\p{Lu}]/u,r=/[\p{Ll}]/u,o=/^[\p{Lu}](?![\p{Lu}])/gu,i=/([\p{Alpha}\p{N}_]|$)/u,s=/[_.\- ]+/,t=new RegExp("^"+s.source),n=new RegExp(s.source+i.source,"gu"),c=new RegExp("\\d+"+i.source,"gu"),a=(f,u,d)=>{let g=!1,m=!1,y=!1;for(let D=0;D<f.length;D++){const v=f[D];g&&e.test(v)?(f=f.slice(0,D)+"-"+f.slice(D),g=!1,y=m,m=!0,D++):m&&y&&r.test(v)?(f=f.slice(0,D-1)+"-"+f.slice(D-1),y=m,m=!1,g=!0):(g=u(v)===v&&d(v)!==v,y=m,m=d(v)===v&&u(v)!==v)}return f},l=(f,u)=>(o.lastIndex=0,f.replace(o,d=>u(d))),h=(f,u)=>(n.lastIndex=0,c.lastIndex=0,f.replace(n,(d,g)=>u(g)).replace(c,d=>u(d))),p=(f,u)=>{if(!(typeof f=="string"||Array.isArray(f)))throw new TypeError("Expected the input to be `string | string[]`");if(u={pascalCase:!1,preserveConsecutiveUppercase:!1,...u},Array.isArray(f)?f=f.map(y=>y.trim()).filter(y=>y.length).join("-"):f=f.trim(),f.length===0)return"";const d=u.locale===!1?y=>y.toLowerCase():y=>y.toLocaleLowerCase(u.locale),g=u.locale===!1?y=>y.toUpperCase():y=>y.toLocaleUpperCase(u.locale);return f.length===1?u.pascalCase?g(f):d(f):(f!==d(f)&&(f=a(f,d,g)),f=f.replace(t,""),u.preserveConsecutiveUppercase?f=l(f,d):f=d(f),u.pascalCase&&(f=g(f.charAt(0))+f.slice(1)),h(f,g))};return _n.exports=p,_n.exports.default=p,_n.exports}var W2=G2();const z2=We(W2);var Sn={exports:{}},Ly;function V2(){if(Ly)return Sn.exports;Ly=1;function e(p,f){var u=f&&f.cache?f.cache:h,d=f&&f.serializer?f.serializer:a,g=f&&f.strategy?f.strategy:t;return g(p,{cache:u,serializer:d})}function r(p){return p==null||typeof p=="number"||typeof p=="boolean"}function o(p,f,u,d){var g=r(d)?d:u(d),m=f.get(g);return typeof m>"u"&&(m=p.call(this,d),f.set(g,m)),m}function i(p,f,u){var d=Array.prototype.slice.call(arguments,3),g=u(d),m=f.get(g);return typeof m>"u"&&(m=p.apply(this,d),f.set(g,m)),m}function s(p,f,u,d,g){return u.bind(f,p,d,g)}function t(p,f){var u=p.length===1?o:i;return s(p,this,u,f.cache.create(),f.serializer)}function n(p,f){var u=i;return s(p,this,u,f.cache.create(),f.serializer)}function c(p,f){var u=o;return s(p,this,u,f.cache.create(),f.serializer)}function a(){return JSON.stringify(arguments)}function l(){this.cache=Object.create(null)}l.prototype.has=function(p){return p in this.cache},l.prototype.get=function(p){return this.cache[p]},l.prototype.set=function(p,f){this.cache[p]=f};var h={create:function(){return new l}};return Sn.exports=e,Sn.exports.strategies={variadic:n,monadic:c},Sn.exports}var Y2=V2();const ni=We(Y2);var Ec,Ny;function K2(){if(Ny)return Ec;Ny=1;const{hasOwnProperty:e}=Object.prototype,r=(c,a={})=>{typeof a=="string"&&(a={section:a}),a.align=a.align===!0,a.newline=a.newline===!0,a.sort=a.sort===!0,a.whitespace=a.whitespace===!0||a.align===!0,a.platform=a.platform||typeof process<"u"&&process.platform,a.bracketedArray=a.bracketedArray!==!1;const l=a.platform==="win32"?`\r
422
+ `,gS=[{long:"cache",description:`Cache versions to a local cache file. Default \`--cacheFile\` is ${Nd} 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=>be.isAbsolute(e)?e:be.join(process.cwd(),e),default:Nd,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 (20–25% slower).",type:"boolean"},{long:"doctor",short:"d",description:"Iteratively installs upgrades and runs tests to identify breaking upgrades. Requires `-u` to execute.",type:"boolean",help:R2},{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:T2},{long:"filterResults",arg:"fn",cli:!1,description:"Filters results based on a user provided predicate function after fetching new versions.",type:"FilterResultsFunction",help:x2},{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:I2},{long:"format",arg:"value",description:"Modify the output formatting or show additional information. Specify one or more comma-delimited values: dep, group, ownerChanged, repo, time, lines, installedVersion.",parse:e=>typeof e=="string"?e.split(","):e,default:[],type:"readonly string[]",choices:["dep","group","ownerChanged","repo","time","lines","installedVersion"],help:F2},{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:B2},{long:"install",arg:"value",description:"Control the auto-install behavior: always, never, prompt.",help:O2,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:L2,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:M2},{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:N2,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:$2},{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:k2},{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:P2,type:`${A2.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",arg:"s",parse:(e,r)=>[...r,e],default:[],description:"Run on one or more specified workspaces. Add `--no-root` to exclude the root project.",type:"readonly string[]"},{long:"workspaces",short:"w",description:"Run on all workspaces. Add `--no-root` to exclude the root project.",type:"boolean"},{long:"cooldown",short:"c",arg:"period",description:'Sets a minimum age for package versions to be considered for upgrade. Accepts a number (days) or a string with a unit: "7d" (days), "12h" (hours), "30m" (minutes). Reduces the risk of installing newly published, potentially compromised packages.',type:"number | string | CooldownFunction",help:j2,parse:e=>{if(typeof e=="number"||typeof e=="function")return e;const r=Sp(e);return r!==null?r:parseInt(e,10)}}],xr=gS.reduce((e,r)=>({...e,...r.short?{[r.short]:r}:null,...r.long?{[r.long]:r}:null}),{}),Ds=Zs(gS,e=>e.long),q2=["package-lock.json","yarn.lock","pnpm-lock.yaml","deno.json","deno.jsonc","bun.lock","bun.lockb"];async function mS(e,r=Te.readdir){try{const o=at.homedir(),i=at.tmpdir();let s=e.cwd?e.cwd:e.packageFile?be.dirname(e.packageFile):".";for(s=be.resolve(s);;){const t=await r(s);for(const c of q2)if(t.includes(c))return{directoryPath:s,filename:c};const n=be.resolve(s,"..");if(n===s||n===o||n===i)break;s=n}}catch{}return null}const U2={"package-lock":"npm",yarn:"yarn","pnpm-lock":"pnpm",deno:"deno",bun:"bun"},H2=()=>{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"},Md=async(e,r=Te.readdir)=>{if(e.packageManager)return e.packageManager;if(e.global)return H2();const o=(await mS(e,r))?.filename;return o?U2[o.split(".")[0]]:"npm"};var _n={exports:{}},Py;function G2(){if(Py)return _n.exports;Py=1;const e=/[\p{Lu}]/u,r=/[\p{Ll}]/u,o=/^[\p{Lu}](?![\p{Lu}])/gu,i=/([\p{Alpha}\p{N}_]|$)/u,s=/[_.\- ]+/,t=new RegExp("^"+s.source),n=new RegExp(s.source+i.source,"gu"),c=new RegExp("\\d+"+i.source,"gu"),a=(f,u,d)=>{let g=!1,m=!1,y=!1;for(let D=0;D<f.length;D++){const v=f[D];g&&e.test(v)?(f=f.slice(0,D)+"-"+f.slice(D),g=!1,y=m,m=!0,D++):m&&y&&r.test(v)?(f=f.slice(0,D-1)+"-"+f.slice(D-1),y=m,m=!1,g=!0):(g=u(v)===v&&d(v)!==v,y=m,m=d(v)===v&&u(v)!==v)}return f},l=(f,u)=>(o.lastIndex=0,f.replace(o,d=>u(d))),h=(f,u)=>(n.lastIndex=0,c.lastIndex=0,f.replace(n,(d,g)=>u(g)).replace(c,d=>u(d))),p=(f,u)=>{if(!(typeof f=="string"||Array.isArray(f)))throw new TypeError("Expected the input to be `string | string[]`");if(u={pascalCase:!1,preserveConsecutiveUppercase:!1,...u},Array.isArray(f)?f=f.map(y=>y.trim()).filter(y=>y.length).join("-"):f=f.trim(),f.length===0)return"";const d=u.locale===!1?y=>y.toLowerCase():y=>y.toLocaleLowerCase(u.locale),g=u.locale===!1?y=>y.toUpperCase():y=>y.toLocaleUpperCase(u.locale);return f.length===1?u.pascalCase?g(f):d(f):(f!==d(f)&&(f=a(f,d,g)),f=f.replace(t,""),u.preserveConsecutiveUppercase?f=l(f,d):f=d(f),u.pascalCase&&(f=g(f.charAt(0))+f.slice(1)),h(f,g))};return _n.exports=p,_n.exports.default=p,_n.exports}var W2=G2();const z2=We(W2);var Sn={exports:{}},Ly;function V2(){if(Ly)return Sn.exports;Ly=1;function e(p,f){var u=f&&f.cache?f.cache:h,d=f&&f.serializer?f.serializer:a,g=f&&f.strategy?f.strategy:t;return g(p,{cache:u,serializer:d})}function r(p){return p==null||typeof p=="number"||typeof p=="boolean"}function o(p,f,u,d){var g=r(d)?d:u(d),m=f.get(g);return typeof m>"u"&&(m=p.call(this,d),f.set(g,m)),m}function i(p,f,u){var d=Array.prototype.slice.call(arguments,3),g=u(d),m=f.get(g);return typeof m>"u"&&(m=p.apply(this,d),f.set(g,m)),m}function s(p,f,u,d,g){return u.bind(f,p,d,g)}function t(p,f){var u=p.length===1?o:i;return s(p,this,u,f.cache.create(),f.serializer)}function n(p,f){var u=i;return s(p,this,u,f.cache.create(),f.serializer)}function c(p,f){var u=o;return s(p,this,u,f.cache.create(),f.serializer)}function a(){return JSON.stringify(arguments)}function l(){this.cache=Object.create(null)}l.prototype.has=function(p){return p in this.cache},l.prototype.get=function(p){return this.cache[p]},l.prototype.set=function(p,f){this.cache[p]=f};var h={create:function(){return new l}};return Sn.exports=e,Sn.exports.strategies={variadic:n,monadic:c},Sn.exports}var Y2=V2();const ni=We(Y2);var Ec,Ny;function K2(){if(Ny)return Ec;Ny=1;const{hasOwnProperty:e}=Object.prototype,r=(c,a={})=>{typeof a=="string"&&(a={section:a}),a.align=a.align===!0,a.newline=a.newline===!0,a.sort=a.sort===!0,a.whitespace=a.whitespace===!0||a.align===!0,a.platform=a.platform||typeof process<"u"&&process.platform,a.bracketedArray=a.bracketedArray!==!1;const l=a.platform==="win32"?`\r
423
423
  `:`
424
424
  `,h=a.whitespace?" = ":"=",p=[],f=a.sort?Object.keys(c).sort():Object.keys(c);let u=0;a.align&&(u=t(f.filter(m=>c[m]===null||Array.isArray(c[m])||typeof c[m]!="object").map(m=>Array.isArray(c[m])?`${m}[]`:m).concat([""]).reduce((m,y)=>t(m).length>=t(y).length?m:y)).length);let d="";const g=a.bracketedArray?"[]":"";for(const m of f){const y=c[m];if(y&&Array.isArray(y))for(const D of y)d+=t(`${m}${g}`).padEnd(u," ")+h+t(D)+l;else y&&typeof y=="object"?p.push(m):d+=t(m).padEnd(u," ")+h+t(y)+l}a.section&&d.length&&(d="["+t(a.section)+"]"+(a.newline?l+l:l)+d);for(const m of p){const y=o(m,".").join("\\."),D=(a.section?a.section+".":"")+y,v=r(c[m],{...a,section:D});d.length&&v.length&&(d+=l),d+=v}return d};function o(c,a){var l=0,h=0,p=0,f=[];do if(p=c.indexOf(a,l),p!==-1){if(l=p+a.length,p>0&&c[p-1]==="\\")continue;f.push(c.slice(h,p)),h=p+a.length}while(p!==-1);return f.push(c.slice(h)),f}const i=(c,a={})=>{a.bracketedArray=a.bracketedArray!==!1;const l=Object.create(null);let h=l,p=null;const f=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,u=c.split(/[\r\n]+/g),d={};for(const m of u){if(!m||m.match(/^\s*[;#]/)||m.match(/^\s*$/))continue;const y=m.match(f);if(!y)continue;if(y[1]!==void 0){if(p=n(y[1]),p==="__proto__"){h=Object.create(null);continue}h=l[p]=l[p]||Object.create(null);continue}const D=n(y[2]);let v;a.bracketedArray?v=D.length>2&&D.slice(-2)==="[]":(d[D]=(d?.[D]||0)+1,v=d[D]>1);const b=v&&D.endsWith("[]")?D.slice(0,-2):D;if(b==="__proto__")continue;const E=y[3]?n(y[4]):!0,S=E==="true"||E==="false"||E==="null"?JSON.parse(E):E;v&&(e.call(h,b)?Array.isArray(h[b])||(h[b]=[h[b]]):h[b]=[]),Array.isArray(h[b])?h[b].push(S):h[b]=S}const g=[];for(const m of Object.keys(l)){if(!e.call(l,m)||typeof l[m]!="object"||Array.isArray(l[m]))continue;const y=o(m,".");h=l;const D=y.pop(),v=D.replace(/\\\./g,".");for(const b of y)b!=="__proto__"&&((!e.call(h,b)||typeof h[b]!="object")&&(h[b]=Object.create(null)),h=h[b]);h===l&&v===D||(h[v]=l[m],g.push(m))}for(const m of g)delete l[m];return l},s=c=>c.startsWith('"')&&c.endsWith('"')||c.startsWith("'")&&c.endsWith("'"),t=c=>typeof c!="string"||c.match(/[=\r\n]/)||c.match(/^\[/)||c.length>1&&s(c)||c!==c.trim()?JSON.stringify(c):c.split(";").join("\\;").split("#").join("\\#"),n=c=>{if(c=(c||"").trim(),s(c)){c.charAt(0)==="'"&&(c=c.slice(1,-1));try{c=JSON.parse(c)}catch{}}else{let a=!1,l="";for(let h=0,p=c.length;h<p;h++){const f=c.charAt(h);if(a)"\\;#".indexOf(f)!==-1?l+=f:l+="\\"+f,a=!1;else{if(";#".indexOf(f)!==-1)break;f==="\\"?a=!0:l+=f}}return a&&(l+="\\"),l.trim()}return c};return Ec={parse:i,decode:i,stringify:r,encode:r,safe:t,unsafe:n},Ec}var Z2=K2();const Ap=We(Z2);var wc={exports:{}},_c,My;function yS(){if(My)return _c;My=1;const{URL:e}=tt;function r(c){try{let l=new e(c).pathname.slice(1);if(!l.match(/^-/)){l=l.split("/");var a=l.indexOf("_rewrite");return a===-1?a=l.length-1:a++,decodeURIComponent(l[a])}}catch{}}class o extends Error{constructor(a,l,h,p){super(),this.name=this.constructor.name,this.headers=typeof l.headers?.raw=="function"?l.headers.raw():l.headers,this.statusCode=l.status,this.code=`E${l.status}`,this.method=a,this.uri=l.url,this.body=h,this.pkgid=p?p.toString():r(l.url),Error.captureStackTrace(this,this.constructor)}}class i extends o{constructor(a,l,h,p){super(a,l,h,p),this.message=`${l.status} ${l.statusText} - ${this.method.toUpperCase()} ${this.spec||this.uri}${h&&h.error?" - "+h.error:""}`}}class s extends o{constructor(a,l,h,p){super(a,l,h,p),this.message="OTP required for authentication",this.code="EOTP"}}class t extends o{constructor(a,l,h,p){super(a,l,h,p),this.message="Login is not allowed from your IP address",this.code="EAUTHIP"}}class n extends o{constructor(a,l,h,p){super(a,l,h,p),this.message="Unable to authenticate, need: "+l.headers.get("www-authenticate")}}return _c={HttpErrorBase:o,HttpErrorGeneral:i,HttpErrorAuthOTP:s,HttpErrorAuthIPAddress:t,HttpErrorAuthUnknown:n},_c}var At={},hi={},jy;function st(){return jy||(jy=1,function(e){var r=hi&&hi.__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},i=St,s=r(Bt),t=Xi,n=R=>!!R&&typeof R=="object"&&(R instanceof Q||R instanceof s.default||(0,e.isReadable)(R)||(0,e.isWritable)(R));e.isStream=n;const c=R=>!!R&&typeof R=="object"&&R instanceof i.EventEmitter&&typeof R.pipe=="function"&&R.pipe!==s.default.Writable.prototype.pipe;e.isReadable=c;const a=R=>!!R&&typeof R=="object"&&R instanceof i.EventEmitter&&typeof R.write=="function"&&typeof R.end=="function";e.isWritable=a;const l=Symbol("EOF"),h=Symbol("maybeEmitEnd"),p=Symbol("emittedEnd"),f=Symbol("emittingEnd"),u=Symbol("emittedError"),d=Symbol("closed"),g=Symbol("read"),m=Symbol("flush"),y=Symbol("flushChunk"),D=Symbol("encoding"),v=Symbol("decoder"),b=Symbol("flowing"),E=Symbol("paused"),S=Symbol("resume"),A=Symbol("buffer"),C=Symbol("pipes"),F=Symbol("bufferLength"),$=Symbol("bufferPush"),k=Symbol("bufferShift"),B=Symbol("objectMode"),I=Symbol("destroyed"),N=Symbol("error"),j=Symbol("emitData"),L=Symbol("emitEnd"),M=Symbol("emitEnd2"),O=Symbol("async"),U=Symbol("abort"),T=Symbol("aborted"),w=Symbol("signal"),x=Symbol("dataListeners"),z=Symbol("discarded"),Y=R=>Promise.resolve().then(R),G=R=>R(),re=R=>R==="end"||R==="finish"||R==="prefinish",le=R=>R instanceof ArrayBuffer||!!R&&typeof R=="object"&&R.constructor&&R.constructor.name==="ArrayBuffer"&&R.byteLength>=0,de=R=>!Buffer.isBuffer(R)&&ArrayBuffer.isView(R);class ae{src;dest;opts;ondrain;constructor(P,q,X){this.src=P,this.dest=q,this.opts=X,this.ondrain=()=>P[S](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(P){}end(){this.unpipe(),this.opts.end&&this.dest.end()}}class W extends ae{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(P,q,X){super(P,q,X),this.proxyErrors=ie=>q.emit("error",ie),P.on("error",this.proxyErrors)}}const V=R=>!!R.objectMode,J=R=>!R.objectMode&&!!R.encoding&&R.encoding!=="buffer";class Q extends i.EventEmitter{[b]=!1;[E]=!1;[C]=[];[A]=[];[B];[D];[O];[v];[l]=!1;[p]=!1;[f]=!1;[d]=!1;[u]=null;[F]=0;[I]=!1;[w];[T]=!1;[x]=0;[z]=!1;writable=!0;readable=!0;constructor(...P){const q=P[0]||{};if(super(),q.objectMode&&typeof q.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");V(q)?(this[B]=!0,this[D]=null):J(q)?(this[D]=q.encoding,this[B]=!1):(this[B]=!1,this[D]=null),this[O]=!!q.async,this[v]=this[D]?new t.StringDecoder(this[D]):null,q&&q.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[A]}),q&&q.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[C]});const{signal:X}=q;X&&(this[w]=X,X.aborted?this[U]():X.addEventListener("abort",()=>this[U]()))}get bufferLength(){return this[F]}get encoding(){return this[D]}set encoding(P){throw new Error("Encoding must be set at instantiation time")}setEncoding(P){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[B]}set objectMode(P){throw new Error("objectMode must be set at instantiation time")}get async(){return this[O]}set async(P){this[O]=this[O]||!!P}[U](){this[T]=!0,this.emit("abort",this[w]?.reason),this.destroy(this[w]?.reason)}get aborted(){return this[T]}set aborted(P){}write(P,q,X){if(this[T])return!1;if(this[l])throw new Error("write after end");if(this[I])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof q=="function"&&(X=q,q="utf8"),q||(q="utf8");const ie=this[O]?Y:G;if(!this[B]&&!Buffer.isBuffer(P)){if(de(P))P=Buffer.from(P.buffer,P.byteOffset,P.byteLength);else if(le(P))P=Buffer.from(P);else if(typeof P!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[B]?(this[b]&&this[F]!==0&&this[m](!0),this[b]?this.emit("data",P):this[$](P),this[F]!==0&&this.emit("readable"),X&&ie(X),this[b]):P.length?(typeof P=="string"&&!(q===this[D]&&!this[v]?.lastNeed)&&(P=Buffer.from(P,q)),Buffer.isBuffer(P)&&this[D]&&(P=this[v].write(P)),this[b]&&this[F]!==0&&this[m](!0),this[b]?this.emit("data",P):this[$](P),this[F]!==0&&this.emit("readable"),X&&ie(X),this[b]):(this[F]!==0&&this.emit("readable"),X&&ie(X),this[b])}read(P){if(this[I])return null;if(this[z]=!1,this[F]===0||P===0||P&&P>this[F])return this[h](),null;this[B]&&(P=null),this[A].length>1&&!this[B]&&(this[A]=[this[D]?this[A].join(""):Buffer.concat(this[A],this[F])]);const q=this[g](P||null,this[A][0]);return this[h](),q}[g](P,q){if(this[B])this[k]();else{const X=q;P===X.length||P===null?this[k]():typeof X=="string"?(this[A][0]=X.slice(P),q=X.slice(0,P),this[F]-=P):(this[A][0]=X.subarray(P),q=X.subarray(0,P),this[F]-=P)}return this.emit("data",q),!this[A].length&&!this[l]&&this.emit("drain"),q}end(P,q,X){return typeof P=="function"&&(X=P,P=void 0),typeof q=="function"&&(X=q,q="utf8"),P!==void 0&&this.write(P,q),X&&this.once("end",X),this[l]=!0,this.writable=!1,(this[b]||!this[E])&&this[h](),this}[S](){this[I]||(!this[x]&&!this[C].length&&(this[z]=!0),this[E]=!1,this[b]=!0,this.emit("resume"),this[A].length?this[m]():this[l]?this[h]():this.emit("drain"))}resume(){return this[S]()}pause(){this[b]=!1,this[E]=!0,this[z]=!1}get destroyed(){return this[I]}get flowing(){return this[b]}get paused(){return this[E]}[$](P){this[B]?this[F]+=1:this[F]+=P.length,this[A].push(P)}[k](){return this[B]?this[F]-=1:this[F]-=this[A][0].length,this[A].shift()}[m](P=!1){do;while(this[y](this[k]())&&this[A].length);!P&&!this[A].length&&!this[l]&&this.emit("drain")}[y](P){return this.emit("data",P),this[b]}pipe(P,q){if(this[I])return P;this[z]=!1;const X=this[p];return q=q||{},P===o.stdout||P===o.stderr?q.end=!1:q.end=q.end!==!1,q.proxyErrors=!!q.proxyErrors,X?q.end&&P.end():(this[C].push(q.proxyErrors?new W(this,P,q):new ae(this,P,q)),this[O]?Y(()=>this[S]()):this[S]()),P}unpipe(P){const q=this[C].find(X=>X.dest===P);q&&(this[C].length===1?(this[b]&&this[x]===0&&(this[b]=!1),this[C]=[]):this[C].splice(this[C].indexOf(q),1),q.unpipe())}addListener(P,q){return this.on(P,q)}on(P,q){const X=super.on(P,q);if(P==="data")this[z]=!1,this[x]++,!this[C].length&&!this[b]&&this[S]();else if(P==="readable"&&this[F]!==0)super.emit("readable");else if(re(P)&&this[p])super.emit(P),this.removeAllListeners(P);else if(P==="error"&&this[u]){const ie=q;this[O]?Y(()=>ie.call(this,this[u])):ie.call(this,this[u])}return X}removeListener(P,q){return this.off(P,q)}off(P,q){const X=super.off(P,q);return P==="data"&&(this[x]=this.listeners("data").length,this[x]===0&&!this[z]&&!this[C].length&&(this[b]=!1)),X}removeAllListeners(P){const q=super.removeAllListeners(P);return(P==="data"||P===void 0)&&(this[x]=0,!this[z]&&!this[C].length&&(this[b]=!1)),q}get emittedEnd(){return this[p]}[h](){!this[f]&&!this[p]&&!this[I]&&this[A].length===0&&this[l]&&(this[f]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[d]&&this.emit("close"),this[f]=!1)}emit(P,...q){const X=q[0];if(P!=="error"&&P!=="close"&&P!==I&&this[I])return!1;if(P==="data")return!this[B]&&!X?!1:this[O]?(Y(()=>this[j](X)),!0):this[j](X);if(P==="end")return this[L]();if(P==="close"){if(this[d]=!0,!this[p]&&!this[I])return!1;const oe=super.emit("close");return this.removeAllListeners("close"),oe}else if(P==="error"){this[u]=X,super.emit(N,X);const oe=!this[w]||this.listeners("error").length?super.emit("error",X):!1;return this[h](),oe}else if(P==="resume"){const oe=super.emit("resume");return this[h](),oe}else if(P==="finish"||P==="prefinish"){const oe=super.emit(P);return this.removeAllListeners(P),oe}const ie=super.emit(P,...q);return this[h](),ie}[j](P){for(const X of this[C])X.dest.write(P)===!1&&this.pause();const q=this[z]?!1:super.emit("data",P);return this[h](),q}[L](){return this[p]?!1:(this[p]=!0,this.readable=!1,this[O]?(Y(()=>this[M]()),!0):this[M]())}[M](){if(this[v]){const q=this[v].end();if(q){for(const X of this[C])X.dest.write(q);this[z]||super.emit("data",q)}}for(const q of this[C])q.end();const P=super.emit("end");return this.removeAllListeners("end"),P}async collect(){const P=Object.assign([],{dataLength:0});this[B]||(P.dataLength=0);const q=this.promise();return this.on("data",X=>{P.push(X),this[B]||(P.dataLength+=X.length)}),await q,P}async concat(){if(this[B])throw new Error("cannot concat in objectMode");const P=await this.collect();return this[D]?P.join(""):Buffer.concat(P,P.dataLength)}async promise(){return new Promise((P,q)=>{this.on(I,()=>q(new Error("stream destroyed"))),this.on("error",X=>q(X)),this.on("end",()=>P())})}[Symbol.asyncIterator](){this[z]=!1;let P=!1;const q=async()=>(this.pause(),P=!0,{value:void 0,done:!0});return{next:()=>{if(P)return q();const ie=this.read();if(ie!==null)return Promise.resolve({done:!1,value:ie});if(this[l])return q();let oe,ne;const _=K=>{this.off("data",Z),this.off("end",se),this.off(I,ue),q(),ne(K)},Z=K=>{this.off("error",_),this.off("end",se),this.off(I,ue),this.pause(),oe({value:K,done:!!this[l]})},se=()=>{this.off("error",_),this.off("data",Z),this.off(I,ue),q(),oe({done:!0,value:void 0})},ue=()=>_(new Error("stream destroyed"));return new Promise((K,ee)=>{ne=ee,oe=K,this.once(I,ue),this.once("error",_),this.once("end",se),this.once("data",Z)})},throw:q,return:q,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[z]=!1;let P=!1;const q=()=>(this.pause(),this.off(N,q),this.off(I,q),this.off("end",q),P=!0,{done:!0,value:void 0}),X=()=>{if(P)return q();const ie=this.read();return ie===null?q():{done:!1,value:ie}};return this.once("end",q),this.once(N,q),this.once(I,q),{next:X,throw:q,return:q,[Symbol.iterator](){return this}}}destroy(P){if(this[I])return P?this.emit("error",P):this.emit(I),this;this[I]=!0,this[z]=!0,this[A].length=0,this[F]=0;const q=this;return typeof q.close=="function"&&!this[d]&&q.close(),P?this.emit("error",P):this.emit(I),this}static get isStream(){return e.isStream}}e.Minipass=Q}(hi)),hi}var pr={},qy;function Uy(){if(qy)return pr;qy=1;var e=pr&&pr.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(pr,"__esModule",{value:!0}),pr.constants=void 0;const o=e(N_).default.constants||{ZLIB_VERNUM:4736};return pr.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)),pr}var Hy;function vS(){return Hy||(Hy=1,function(e){var r=At&&At.__createBinding||(Object.create?function(M,O,U,T){T===void 0&&(T=U);var w=Object.getOwnPropertyDescriptor(O,U);(!w||("get"in w?!O.__esModule:w.writable||w.configurable))&&(w={enumerable:!0,get:function(){return O[U]}}),Object.defineProperty(M,T,w)}:function(M,O,U,T){T===void 0&&(T=U),M[T]=O[U]}),o=At&&At.__setModuleDefault||(Object.create?function(M,O){Object.defineProperty(M,"default",{enumerable:!0,value:O})}:function(M,O){M.default=O}),i=At&&At.__importStar||function(){var M=function(O){return M=Object.getOwnPropertyNames||function(U){var T=[];for(var w in U)Object.prototype.hasOwnProperty.call(U,w)&&(T[T.length]=w);return T},M(O)};return function(O){if(O&&O.__esModule)return O;var U={};if(O!=null)for(var T=M(O),w=0;w<T.length;w++)T[w]!=="default"&&r(U,O,T[w]);return o(U,O),U}}(),s=At&&At.__importDefault||function(M){return M&&M.__esModule?M:{default:M}};Object.defineProperty(e,"__esModule",{value:!0}),e.ZstdDecompress=e.ZstdCompress=e.BrotliDecompress=e.BrotliCompress=e.Unzip=e.InflateRaw=e.DeflateRaw=e.Gunzip=e.Gzip=e.Inflate=e.Deflate=e.Zlib=e.ZlibError=e.constants=void 0;const t=s(L_),n=tp,c=st(),a=i(N_),l=Uy();var h=Uy();Object.defineProperty(e,"constants",{enumerable:!0,get:function(){return h.constants}});const p=n.Buffer.concat,f=Object.getOwnPropertyDescriptor(n.Buffer,"concat"),u=M=>M,d=f?.writable===!0||f?.set!==void 0?M=>{n.Buffer.concat=M?u:p}:M=>{},g=Symbol("_superWrite");class m extends Error{code;errno;constructor(O,U){super("zlib: "+O.message,{cause:O}),this.code=O.code,this.errno=O.errno,this.code||(this.code="ZLIB_ERROR"),this.message="zlib: "+O.message,Error.captureStackTrace(this,U??this.constructor)}get name(){return"ZlibError"}}e.ZlibError=m;const y=Symbol("flushFlag");class D extends c.Minipass{#t=!1;#r=!1;#i;#u;#c;#y;#m;get sawError(){return this.#t}get handle(){return this.#y}get flushFlag(){return this.#i}constructor(O,U){if(!O||typeof O!="object")throw new TypeError("invalid options for ZlibBase constructor");if(super(O),this.#i=O.flush??0,this.#u=O.finishFlush??0,this.#c=O.fullFlushFlag??0,typeof a[U]!="function")throw new TypeError("Compression method not supported: "+U);try{this.#y=new a[U](O)}catch(T){throw new m(T,this.constructor)}this.#m=T=>{this.#t||(this.#t=!0,this.close(),this.emit("error",T))},this.#y?.on("error",T=>this.#m(new m(T))),this.once("end",()=>this.close)}close(){this.#y&&(this.#y.close(),this.#y=void 0,this.emit("close"))}reset(){if(!this.#t)return(0,t.default)(this.#y,"zlib binding closed"),this.#y.reset?.()}flush(O){this.ended||(typeof O!="number"&&(O=this.#c),this.write(Object.assign(n.Buffer.alloc(0),{[y]:O})))}end(O,U,T){return typeof O=="function"&&(T=O,U=void 0,O=void 0),typeof U=="function"&&(T=U,U=void 0),O&&(U?this.write(O,U):this.write(O)),this.flush(this.#u),this.#r=!0,super.end(T)}get ended(){return this.#r}[g](O){return super.write(O)}write(O,U,T){if(typeof U=="function"&&(T=U,U="utf8"),typeof O=="string"&&(O=n.Buffer.from(O,U)),this.#t)return;(0,t.default)(this.#y,"zlib binding closed");const w=this.#y._handle,x=w.close;w.close=()=>{};const z=this.#y.close;this.#y.close=()=>{},d(!0);let Y;try{const re=typeof O[y]=="number"?O[y]:this.#i;Y=this.#y._processChunk(O,re),d(!1)}catch(re){d(!1),this.#m(new m(re,this.write))}finally{this.#y&&(this.#y._handle=w,w.close=x,this.#y.close=z,this.#y.removeAllListeners("error"))}this.#y&&this.#y.on("error",re=>this.#m(new m(re,this.write)));let G;if(Y)if(Array.isArray(Y)&&Y.length>0){const re=Y[0];G=this[g](n.Buffer.from(re));for(let le=1;le<Y.length;le++)G=this[g](Y[le])}else G=this[g](n.Buffer.from(Y));return T&&T(),G}}class v extends D{#t;#r;constructor(O,U){O=O||{},O.flush=O.flush||l.constants.Z_NO_FLUSH,O.finishFlush=O.finishFlush||l.constants.Z_FINISH,O.fullFlushFlag=l.constants.Z_FULL_FLUSH,super(O,U),this.#t=O.level,this.#r=O.strategy}params(O,U){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.#t!==O||this.#r!==U){this.flush(l.constants.Z_SYNC_FLUSH),(0,t.default)(this.handle,"zlib binding closed");const T=this.handle.flush;this.handle.flush=(w,x)=>{typeof w=="function"&&(x=w,w=this.flushFlag),this.flush(w),x?.()};try{this.handle.params(O,U)}finally{this.handle.flush=T}this.handle&&(this.#t=O,this.#r=U)}}}}e.Zlib=v;class b extends v{constructor(O){super(O,"Deflate")}}e.Deflate=b;class E extends v{constructor(O){super(O,"Inflate")}}e.Inflate=E;class S extends v{#t;constructor(O){super(O,"Gzip"),this.#t=O&&!!O.portable}[g](O){return this.#t?(this.#t=!1,O[9]=255,super[g](O)):super[g](O)}}e.Gzip=S;class A extends v{constructor(O){super(O,"Gunzip")}}e.Gunzip=A;class C extends v{constructor(O){super(O,"DeflateRaw")}}e.DeflateRaw=C;class F extends v{constructor(O){super(O,"InflateRaw")}}e.InflateRaw=F;class $ extends v{constructor(O){super(O,"Unzip")}}e.Unzip=$;class k extends D{constructor(O,U){O=O||{},O.flush=O.flush||l.constants.BROTLI_OPERATION_PROCESS,O.finishFlush=O.finishFlush||l.constants.BROTLI_OPERATION_FINISH,O.fullFlushFlag=l.constants.BROTLI_OPERATION_FLUSH,super(O,U)}}class B extends k{constructor(O){super(O,"BrotliCompress")}}e.BrotliCompress=B;class I extends k{constructor(O){super(O,"BrotliDecompress")}}e.BrotliDecompress=I;class N extends D{constructor(O,U){O=O||{},O.flush=O.flush||l.constants.ZSTD_e_continue,O.finishFlush=O.finishFlush||l.constants.ZSTD_e_end,O.fullFlushFlag=l.constants.ZSTD_e_flush,super(O,U)}}class j extends N{constructor(O){super(O,"ZstdCompress")}}e.ZstdCompress=j;class L extends N{constructor(O){super(O,"ZstdDecompress")}}e.ZstdDecompress=L}(At)),At}var Sc,Gy;function J2(){if(Gy)return Sc;Gy=1;const e=typeof process=="object"&&process?process:{stdout:null,stderr:null},r=St,o=Bt,i=Xi.StringDecoder,s=Symbol("EOF"),t=Symbol("maybeEmitEnd"),n=Symbol("emittedEnd"),c=Symbol("emittingEnd"),a=Symbol("emittedError"),l=Symbol("closed"),h=Symbol("read"),p=Symbol("flush"),f=Symbol("flushChunk"),u=Symbol("encoding"),d=Symbol("decoder"),g=Symbol("flowing"),m=Symbol("paused"),y=Symbol("resume"),D=Symbol("bufferLength"),v=Symbol("bufferPush"),b=Symbol("bufferShift"),E=Symbol("objectMode"),S=Symbol("destroyed"),A=Symbol("emitData"),C=Symbol("emitEnd"),F=Symbol("emitEnd2"),$=Symbol("async"),k=T=>Promise.resolve().then(T),B=qt._MP_NO_ITERATOR_SYMBOLS_!=="1",I=B&&Symbol.asyncIterator||Symbol("asyncIterator not implemented"),N=B&&Symbol.iterator||Symbol("iterator not implemented"),j=T=>T==="end"||T==="finish"||T==="prefinish",L=T=>T instanceof ArrayBuffer||typeof T=="object"&&T.constructor&&T.constructor.name==="ArrayBuffer"&&T.byteLength>=0,M=T=>!Buffer.isBuffer(T)&&ArrayBuffer.isView(T);class O{constructor(w,x,z){this.src=w,this.dest=x,this.opts=z,this.ondrain=()=>w[y](),x.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(){}end(){this.unpipe(),this.opts.end&&this.dest.end()}}class U extends O{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(w,x,z){super(w,x,z),this.proxyErrors=Y=>x.emit("error",Y),w.on("error",this.proxyErrors)}}return Sc=class bS extends o{constructor(w){super(),this[g]=!1,this[m]=!1,this.pipes=[],this.buffer=[],this[E]=w&&w.objectMode||!1,this[E]?this[u]=null:this[u]=w&&w.encoding||null,this[u]==="buffer"&&(this[u]=null),this[$]=w&&!!w.async||!1,this[d]=this[u]?new i(this[u]):null,this[s]=!1,this[n]=!1,this[c]=!1,this[l]=!1,this[a]=null,this.writable=!0,this.readable=!0,this[D]=0,this[S]=!1}get bufferLength(){return this[D]}get encoding(){return this[u]}set encoding(w){if(this[E])throw new Error("cannot set encoding in objectMode");if(this[u]&&w!==this[u]&&(this[d]&&this[d].lastNeed||this[D]))throw new Error("cannot change encoding");this[u]!==w&&(this[d]=w?new i(w):null,this.buffer.length&&(this.buffer=this.buffer.map(x=>this[d].write(x)))),this[u]=w}setEncoding(w){this.encoding=w}get objectMode(){return this[E]}set objectMode(w){this[E]=this[E]||!!w}get async(){return this[$]}set async(w){this[$]=this[$]||!!w}write(w,x,z){if(this[s])throw new Error("write after end");if(this[S])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof x=="function"&&(z=x,x="utf8"),x||(x="utf8");const Y=this[$]?k:G=>G();return!this[E]&&!Buffer.isBuffer(w)&&(M(w)?w=Buffer.from(w.buffer,w.byteOffset,w.byteLength):L(w)?w=Buffer.from(w):typeof w!="string"&&(this.objectMode=!0)),this[E]?(this.flowing&&this[D]!==0&&this[p](!0),this.flowing?this.emit("data",w):this[v](w),this[D]!==0&&this.emit("readable"),z&&Y(z),this.flowing):w.length?(typeof w=="string"&&!(x===this[u]&&!this[d].lastNeed)&&(w=Buffer.from(w,x)),Buffer.isBuffer(w)&&this[u]&&(w=this[d].write(w)),this.flowing&&this[D]!==0&&this[p](!0),this.flowing?this.emit("data",w):this[v](w),this[D]!==0&&this.emit("readable"),z&&Y(z),this.flowing):(this[D]!==0&&this.emit("readable"),z&&Y(z),this.flowing)}read(w){if(this[S])return null;if(this[D]===0||w===0||w>this[D])return this[t](),null;this[E]&&(w=null),this.buffer.length>1&&!this[E]&&(this.encoding?this.buffer=[this.buffer.join("")]:this.buffer=[Buffer.concat(this.buffer,this[D])]);const x=this[h](w||null,this.buffer[0]);return this[t](),x}[h](w,x){return w===x.length||w===null?this[b]():(this.buffer[0]=x.slice(w),x=x.slice(0,w),this[D]-=w),this.emit("data",x),!this.buffer.length&&!this[s]&&this.emit("drain"),x}end(w,x,z){return typeof w=="function"&&(z=w,w=null),typeof x=="function"&&(z=x,x="utf8"),w&&this.write(w,x),z&&this.once("end",z),this[s]=!0,this.writable=!1,(this.flowing||!this[m])&&this[t](),this}[y](){this[S]||(this[m]=!1,this[g]=!0,this.emit("resume"),this.buffer.length?this[p]():this[s]?this[t]():this.emit("drain"))}resume(){return this[y]()}pause(){this[g]=!1,this[m]=!0}get destroyed(){return this[S]}get flowing(){return this[g]}get paused(){return this[m]}[v](w){this[E]?this[D]+=1:this[D]+=w.length,this.buffer.push(w)}[b](){return this.buffer.length&&(this[E]?this[D]-=1:this[D]-=this.buffer[0].length),this.buffer.shift()}[p](w){do;while(this[f](this[b]()));!w&&!this.buffer.length&&!this[s]&&this.emit("drain")}[f](w){return w?(this.emit("data",w),this.flowing):!1}pipe(w,x){if(this[S])return;const z=this[n];return x=x||{},w===e.stdout||w===e.stderr?x.end=!1:x.end=x.end!==!1,x.proxyErrors=!!x.proxyErrors,z?x.end&&w.end():(this.pipes.push(x.proxyErrors?new U(this,w,x):new O(this,w,x)),this[$]?k(()=>this[y]()):this[y]()),w}unpipe(w){const x=this.pipes.find(z=>z.dest===w);x&&(this.pipes.splice(this.pipes.indexOf(x),1),x.unpipe())}addListener(w,x){return this.on(w,x)}on(w,x){const z=super.on(w,x);return w==="data"&&!this.pipes.length&&!this.flowing?this[y]():w==="readable"&&this[D]!==0?super.emit("readable"):j(w)&&this[n]?(super.emit(w),this.removeAllListeners(w)):w==="error"&&this[a]&&(this[$]?k(()=>x.call(this,this[a])):x.call(this,this[a])),z}get emittedEnd(){return this[n]}[t](){!this[c]&&!this[n]&&!this[S]&&this.buffer.length===0&&this[s]&&(this[c]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[l]&&this.emit("close"),this[c]=!1)}emit(w,x,...z){if(w!=="error"&&w!=="close"&&w!==S&&this[S])return;if(w==="data")return x?this[$]?k(()=>this[A](x)):this[A](x):!1;if(w==="end")return this[C]();if(w==="close"){if(this[l]=!0,!this[n]&&!this[S])return;const G=super.emit("close");return this.removeAllListeners("close"),G}else if(w==="error"){this[a]=x;const G=super.emit("error",x);return this[t](),G}else if(w==="resume"){const G=super.emit("resume");return this[t](),G}else if(w==="finish"||w==="prefinish"){const G=super.emit(w);return this.removeAllListeners(w),G}const Y=super.emit(w,x,...z);return this[t](),Y}[A](w){for(const z of this.pipes)z.dest.write(w)===!1&&this.pause();const x=super.emit("data",w);return this[t](),x}[C](){this[n]||(this[n]=!0,this.readable=!1,this[$]?k(()=>this[F]()):this[F]())}[F](){if(this[d]){const x=this[d].end();if(x){for(const z of this.pipes)z.dest.write(x);super.emit("data",x)}}for(const x of this.pipes)x.end();const w=super.emit("end");return this.removeAllListeners("end"),w}collect(){const w=[];this[E]||(w.dataLength=0);const x=this.promise();return this.on("data",z=>{w.push(z),this[E]||(w.dataLength+=z.length)}),x.then(()=>w)}concat(){return this[E]?Promise.reject(new Error("cannot concat in objectMode")):this.collect().then(w=>this[E]?Promise.reject(new Error("cannot concat in objectMode")):this[u]?w.join(""):Buffer.concat(w,w.dataLength))}promise(){return new Promise((w,x)=>{this.on(S,()=>x(new Error("stream destroyed"))),this.on("error",z=>x(z)),this.on("end",()=>w())})}[I](){return{next:()=>{const x=this.read();if(x!==null)return Promise.resolve({done:!1,value:x});if(this[s])return Promise.resolve({done:!0});let z=null,Y=null;const G=ae=>{this.removeListener("data",re),this.removeListener("end",le),Y(ae)},re=ae=>{this.removeListener("error",G),this.removeListener("end",le),this.pause(),z({value:ae,done:!!this[s]})},le=()=>{this.removeListener("error",G),this.removeListener("data",re),z({done:!0})},de=()=>G(new Error("stream destroyed"));return new Promise((ae,W)=>{Y=W,z=ae,this.once(S,de),this.once("error",G),this.once("end",le),this.once("data",re)})}}}[N](){return{next:()=>{const x=this.read();return{value:x,done:x===null}}}}destroy(w){return this[S]?(w?this.emit("error",w):this.emit(S),this):(this[S]=!0,this.buffer.length=0,this[D]=0,typeof this.close=="function"&&!this[l]&&this.close(),w?this.emit("error",w):this.emit(S),this)}static isStream(w){return!!w&&(w instanceof bS||w instanceof o||w instanceof r&&(typeof w.pipe=="function"||typeof w.write=="function"&&typeof w.end=="function"))}},Sc}var Ac,Wy;function X2(){if(Wy)return Ac;Wy=1;const e=J2();class r extends Error{constructor(s,t){super(`Bad data size: expected ${t} bytes, but got ${s}`),this.expect=t,this.found=s,this.code="EBADSIZE",Error.captureStackTrace(this,this.constructor)}get name(){return"SizeError"}}class o extends e{constructor(s={}){if(super(s),s.objectMode)throw new TypeError(`${this.constructor.name} streams only work with string and buffer data`);if(this.found=0,this.expect=s.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(s,t,n){const c=Buffer.isBuffer(s)?s:typeof s=="string"?Buffer.from(s,typeof t=="string"?t:"utf8"):s;return Buffer.isBuffer(c)?(this.found+=c.length,this.found>this.expect&&this.emit("error",new r(this.found,this.expect)),super.write(s,t,n)):(this.emit("error",new TypeError(`${this.constructor.name} streams only work with string and buffer data`)),!1)}emit(s,...t){return s==="end"&&this.found!==this.expect&&this.emit("error",new r(this.found,this.expect)),super.emit(s,...t)}}return o.SizeError=r,Ac=o,Ac}var Cc,zy;function Q2(){if(zy)return Cc;zy=1;const{Minipass:e}=st(),r=Symbol("type"),o=Symbol("buffer");class i{constructor(t,n){this[r]="";const c=[];let a=0;if(t){const h=t,p=Number(h.length);for(let f=0;f<p;f++){const u=h[f],d=u instanceof Buffer?u:ArrayBuffer.isView(u)?Buffer.from(u.buffer,u.byteOffset,u.byteLength):u instanceof ArrayBuffer?Buffer.from(u):u instanceof i?u[o]:typeof u=="string"?Buffer.from(u):Buffer.from(String(u));a+=d.length,c.push(d)}}this[o]=Buffer.concat(c,a);const l=n&&n.type!==void 0&&String(n.type).toLowerCase();l&&!/[^\u0020-\u007E]/.test(l)&&(this[r]=l)}get size(){return this[o].length}get type(){return this[r]}text(){return Promise.resolve(this[o].toString())}arrayBuffer(){const t=this[o],n=t.byteOffset,c=t.byteLength,a=t.buffer.slice(n,n+c);return Promise.resolve(a)}stream(){return new e().end(this[o])}slice(t,n,c){const a=this.size,l=t===void 0?0:t<0?Math.max(a+t,0):Math.min(t,a),h=n===void 0?a:n<0?Math.max(a+n,0):Math.min(n,a),p=Math.max(h-l,0),u=this[o].slice(l,l+p),d=new i([],{type:c});return d[o]=u,d}get[Symbol.toStringTag](){return"Blob"}static get BUFFER(){return o}}return Object.defineProperties(i.prototype,{size:{enumerable:!0},type:{enumerable:!0}}),Cc=i,Cc}var Rc,Vy;function DS(){if(Vy)return Rc;Vy=1;class e extends Error{constructor(o,i,s){super(o),this.code="FETCH_ERROR",s&&Object.assign(this,s),this.errno=this.code,this.type=this.code==="EBADSIZE"&&this.found>this.expect?"max-size":i,this.message=o,Error.captureStackTrace(this,this.constructor)}get name(){return"FetchError"}set name(o){}get[Symbol.toStringTag](){return"FetchError"}}return Rc=e,Rc}var xc={},Fc={exports:{}},Oc,Yy;function hr(){if(Yy)return Oc;Yy=1;var e=tp,r=e.Buffer,o={},i;for(i in e)e.hasOwnProperty(i)&&(i==="SlowBuffer"||i==="Buffer"||(o[i]=e[i]));var s=o.Buffer={};for(i in r)r.hasOwnProperty(i)&&(i==="allocUnsafe"||i==="allocUnsafeSlow"||(s[i]=r[i]));if(o.Buffer.prototype=r.prototype,(!s.from||s.from===Uint8Array.from)&&(s.from=function(t,n,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,n,c)}),s.alloc||(s.alloc=function(t,n,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 a=r(t);return!n||n.length===0?a.fill(0):typeof c=="string"?a.fill(n,c):a.fill(n),a}),!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)),Oc=o,Oc}var An={},Ky;function eO(){if(Ky)return An;Ky=1;var e="\uFEFF";An.PrependBOM=r;function r(i,s){this.encoder=i,this.addBOM=!0}r.prototype.write=function(i){return this.addBOM&&(i=e+i,this.addBOM=!1),this.encoder.write(i)},r.prototype.end=function(){return this.encoder.end()},An.StripBOM=o;function o(i,s){this.decoder=i,this.pass=!1,this.options=s||{}}return o.prototype.write=function(i){var s=this.decoder.write(i);return this.pass||!s||(s[0]===e&&(s=s.slice(1),typeof this.options.stripBOM=="function"&&this.options.stripBOM()),this.pass=!0),s},o.prototype.end=function(){return this.decoder.end()},An}var Tc={},Ic,Zy;function tO(){if(Zy)return Ic;Zy=1;var e=hr().Buffer;Ic={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(a,l){this.enc=a.encodingName,this.bomAware=a.bomAware,this.enc==="base64"?this.encoder=t:this.enc==="cesu8"&&(this.enc="utf8",this.encoder=n,e.from("eda0bdedb2a9","hex").toString()!=="💩"&&(this.decoder=c,this.defaultCharUnicode=l.defaultCharUnicode))}r.prototype.encoder=s,r.prototype.decoder=i;var o=Xi.StringDecoder;o.prototype.end||(o.prototype.end=function(){});function i(a,l){this.decoder=new o(l.enc)}i.prototype.write=function(a){return e.isBuffer(a)||(a=e.from(a)),this.decoder.write(a)},i.prototype.end=function(){return this.decoder.end()};function s(a,l){this.enc=l.enc}s.prototype.write=function(a){return e.from(a,this.enc)},s.prototype.end=function(){};function t(a,l){this.prevStr=""}t.prototype.write=function(a){a=this.prevStr+a;var l=a.length-a.length%4;return this.prevStr=a.slice(l),a=a.slice(0,l),e.from(a,"base64")},t.prototype.end=function(){return e.from(this.prevStr,"base64")};function n(a,l){}n.prototype.write=function(a){for(var l=e.alloc(a.length*3),h=0,p=0;p<a.length;p++){var f=a.charCodeAt(p);f<128?l[h++]=f:f<2048?(l[h++]=192+(f>>>6),l[h++]=128+(f&63)):(l[h++]=224+(f>>>12),l[h++]=128+(f>>>6&63),l[h++]=128+(f&63))}return l.slice(0,h)},n.prototype.end=function(){};function c(a,l){this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=l.defaultCharUnicode}return c.prototype.write=function(a){for(var l=this.acc,h=this.contBytes,p=this.accBytes,f="",u=0;u<a.length;u++){var d=a[u];(d&192)!==128?(h>0&&(f+=this.defaultCharUnicode,h=0),d<128?f+=String.fromCharCode(d):d<224?(l=d&31,h=1,p=1):d<240?(l=d&15,h=2,p=1):f+=this.defaultCharUnicode):h>0?(l=l<<6|d&63,h--,p++,h===0&&(p===2&&l<128&&l>0?f+=this.defaultCharUnicode:p===3&&l<2048?f+=this.defaultCharUnicode:f+=String.fromCharCode(l))):f+=this.defaultCharUnicode}return this.acc=l,this.contBytes=h,this.accBytes=p,f},c.prototype.end=function(){var a=0;return this.contBytes>0&&(a+=this.defaultCharUnicode),a},Ic}var Gt={},Jy;function rO(){if(Jy)return Gt;Jy=1;var e=hr().Buffer;Gt._utf32=r;function r(l,h){this.iconv=h,this.bomAware=!0,this.isLE=l.isLE}Gt.utf32le={type:"_utf32",isLE:!0},Gt.utf32be={type:"_utf32",isLE:!1},Gt.ucs4le="utf32le",Gt.ucs4be="utf32be",r.prototype.encoder=o,r.prototype.decoder=i;function o(l,h){this.isLE=h.isLE,this.highSurrogate=0}o.prototype.write=function(l){for(var h=e.from(l,"ucs2"),p=e.alloc(h.length*2),f=this.isLE?p.writeUInt32LE:p.writeUInt32BE,u=0,d=0;d<h.length;d+=2){var g=h.readUInt16LE(d),m=55296<=g&&g<56320,y=56320<=g&&g<57344;if(this.highSurrogate)if(m||!y)f.call(p,this.highSurrogate,u),u+=4;else{var D=(this.highSurrogate-55296<<10|g-56320)+65536;f.call(p,D,u),u+=4,this.highSurrogate=0;continue}m?this.highSurrogate=g:(f.call(p,g,u),u+=4,this.highSurrogate=0)}return u<p.length&&(p=p.slice(0,u)),p},o.prototype.end=function(){if(this.highSurrogate){var l=e.alloc(4);return this.isLE?l.writeUInt32LE(this.highSurrogate,0):l.writeUInt32BE(this.highSurrogate,0),this.highSurrogate=0,l}};function i(l,h){this.isLE=h.isLE,this.badChar=h.iconv.defaultCharUnicode.charCodeAt(0),this.overflow=[]}i.prototype.write=function(l){if(l.length===0)return"";var h=0,p=0,f=e.alloc(l.length+4),u=0,d=this.isLE,g=this.overflow,m=this.badChar;if(g.length>0){for(;h<l.length&&g.length<4;h++)g.push(l[h]);g.length===4&&(d?p=g[h]|g[h+1]<<8|g[h+2]<<16|g[h+3]<<24:p=g[h+3]|g[h+2]<<8|g[h+1]<<16|g[h]<<24,g.length=0,u=s(f,u,p,m))}for(;h<l.length-3;h+=4)d?p=l[h]|l[h+1]<<8|l[h+2]<<16|l[h+3]<<24:p=l[h+3]|l[h+2]<<8|l[h+1]<<16|l[h]<<24,u=s(f,u,p,m);for(;h<l.length;h++)g.push(l[h]);return f.slice(0,u).toString("ucs2")};function s(l,h,p,f){if((p<0||p>1114111)&&(p=f),p>=65536){p-=65536;var u=55296|p>>10;l[h++]=u&255,l[h++]=u>>8;var p=56320|p&1023}return l[h++]=p&255,l[h++]=p>>8,h}i.prototype.end=function(){this.overflow.length=0},Gt.utf32=t,Gt.ucs4="utf32";function t(l,h){this.iconv=h}t.prototype.encoder=n,t.prototype.decoder=c;function n(l,h){l=l||{},l.addBOM===void 0&&(l.addBOM=!0),this.encoder=h.iconv.getEncoder(l.defaultEncoding||"utf-32le",l)}n.prototype.write=function(l){return this.encoder.write(l)},n.prototype.end=function(){return this.encoder.end()};function c(l,h){this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=l||{},this.iconv=h.iconv}c.prototype.write=function(l){if(!this.decoder){if(this.initialBufs.push(l),this.initialBufsLen+=l.length,this.initialBufsLen<32)return"";var h=a(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(h,this.options);for(var p="",f=0;f<this.initialBufs.length;f++)p+=this.decoder.write(this.initialBufs[f]);return this.initialBufs.length=this.initialBufsLen=0,p}return this.decoder.write(l)},c.prototype.end=function(){if(!this.decoder){var l=a(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(l,this.options);for(var h="",p=0;p<this.initialBufs.length;p++)h+=this.decoder.write(this.initialBufs[p]);var f=this.decoder.end();return f&&(h+=f),this.initialBufs.length=this.initialBufsLen=0,h}return this.decoder.end()};function a(l,h){var p=[],f=0,u=0,d=0,g=0,m=0;e:for(var y=0;y<l.length;y++)for(var D=l[y],v=0;v<D.length;v++)if(p.push(D[v]),p.length===4){if(f===0){if(p[0]===255&&p[1]===254&&p[2]===0&&p[3]===0)return"utf-32le";if(p[0]===0&&p[1]===0&&p[2]===254&&p[3]===255)return"utf-32be"}if((p[0]!==0||p[1]>16)&&d++,(p[3]!==0||p[2]>16)&&u++,p[0]===0&&p[1]===0&&(p[2]!==0||p[3]!==0)&&m++,(p[0]!==0||p[1]!==0)&&p[2]===0&&p[3]===0&&g++,p.length=0,f++,f>=100)break e}return m-d>g-u?"utf-32be":m-d<g-u?"utf-32le":h||"utf-32le"}return Gt}var Cn={},Xy;function iO(){if(Xy)return Cn;Xy=1;var e=hr().Buffer;Cn.utf16be=r;function r(){}r.prototype.encoder=o,r.prototype.decoder=i,r.prototype.bomAware=!0;function o(){}o.prototype.write=function(a){for(var l=e.from(a,"ucs2"),h=0;h<l.length;h+=2){var p=l[h];l[h]=l[h+1],l[h+1]=p}return l},o.prototype.end=function(){};function i(){this.overflowByte=-1}i.prototype.write=function(a){if(a.length==0)return"";var l=e.alloc(a.length+1),h=0,p=0;for(this.overflowByte!==-1&&(l[0]=a[0],l[1]=this.overflowByte,h=1,p=2);h<a.length-1;h+=2,p+=2)l[p]=a[h+1],l[p+1]=a[h];return this.overflowByte=h==a.length-1?a[a.length-1]:-1,l.slice(0,p).toString("ucs2")},i.prototype.end=function(){this.overflowByte=-1},Cn.utf16=s;function s(a,l){this.iconv=l}s.prototype.encoder=t,s.prototype.decoder=n;function t(a,l){a=a||{},a.addBOM===void 0&&(a.addBOM=!0),this.encoder=l.iconv.getEncoder("utf-16le",a)}t.prototype.write=function(a){return this.encoder.write(a)},t.prototype.end=function(){return this.encoder.end()};function n(a,l){this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=a||{},this.iconv=l.iconv}n.prototype.write=function(a){if(!this.decoder){if(this.initialBufs.push(a),this.initialBufsLen+=a.length,this.initialBufsLen<16)return"";var l=c(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(l,this.options);for(var h="",p=0;p<this.initialBufs.length;p++)h+=this.decoder.write(this.initialBufs[p]);return this.initialBufs.length=this.initialBufsLen=0,h}return this.decoder.write(a)},n.prototype.end=function(){if(!this.decoder){var a=c(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(a,this.options);for(var l="",h=0;h<this.initialBufs.length;h++)l+=this.decoder.write(this.initialBufs[h]);var p=this.decoder.end();return p&&(l+=p),this.initialBufs.length=this.initialBufsLen=0,l}return this.decoder.end()};function c(a,l){var h=[],p=0,f=0,u=0;e:for(var d=0;d<a.length;d++)for(var g=a[d],m=0;m<g.length;m++)if(h.push(g[m]),h.length===2){if(p===0){if(h[0]===255&&h[1]===254)return"utf-16le";if(h[0]===254&&h[1]===255)return"utf-16be"}if(h[0]===0&&h[1]!==0&&u++,h[0]!==0&&h[1]===0&&f++,h.length=0,p++,p>=100)break e}return u>f?"utf-16be":u<f?"utf-16le":l||"utf-16le"}return Cn}var fi={},Qy;function nO(){if(Qy)return fi;Qy=1;var e=hr().Buffer;fi.utf7=r,fi.unicode11utf7="utf7";function r(g,m){this.iconv=m}r.prototype.encoder=i,r.prototype.decoder=s,r.prototype.bomAware=!0;var o=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function i(g,m){this.iconv=m.iconv}i.prototype.write=function(g){return e.from(g.replace(o,function(m){return"+"+(m==="+"?"":this.iconv.encode(m,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},i.prototype.end=function(){};function s(g,m){this.iconv=m.iconv,this.inBase64=!1,this.base64Accum=""}for(var t=/[A-Za-z0-9\/+]/,n=[],c=0;c<256;c++)n[c]=t.test(String.fromCharCode(c));var a=43,l=45,h=38;s.prototype.write=function(g){for(var m="",y=0,D=this.inBase64,v=this.base64Accum,b=0;b<g.length;b++)if(!D)g[b]==a&&(m+=this.iconv.decode(g.slice(y,b),"ascii"),y=b+1,D=!0);else if(!n[g[b]]){if(b==y&&g[b]==l)m+="+";else{var E=v+this.iconv.decode(g.slice(y,b),"ascii");m+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}g[b]!=l&&b--,y=b+1,D=!1,v=""}if(!D)m+=this.iconv.decode(g.slice(y),"ascii");else{var E=v+this.iconv.decode(g.slice(y),"ascii"),S=E.length-E.length%8;v=E.slice(S),E=E.slice(0,S),m+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}return this.inBase64=D,this.base64Accum=v,m},s.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},fi.utf7imap=p;function p(g,m){this.iconv=m}p.prototype.encoder=f,p.prototype.decoder=u,p.prototype.bomAware=!0;function f(g,m){this.iconv=m.iconv,this.inBase64=!1,this.base64Accum=e.alloc(6),this.base64AccumIdx=0}f.prototype.write=function(g){for(var m=this.inBase64,y=this.base64Accum,D=this.base64AccumIdx,v=e.alloc(g.length*5+10),b=0,E=0;E<g.length;E++){var S=g.charCodeAt(E);32<=S&&S<=126?(m&&(D>0&&(b+=v.write(y.slice(0,D).toString("base64").replace(/\//g,",").replace(/=+$/,""),b),D=0),v[b++]=l,m=!1),m||(v[b++]=S,S===h&&(v[b++]=l))):(m||(v[b++]=h,m=!0),m&&(y[D++]=S>>8,y[D++]=S&255,D==y.length&&(b+=v.write(y.toString("base64").replace(/\//g,","),b),D=0)))}return this.inBase64=m,this.base64AccumIdx=D,v.slice(0,b)},f.prototype.end=function(){var g=e.alloc(10),m=0;return this.inBase64&&(this.base64AccumIdx>0&&(m+=g.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),m),this.base64AccumIdx=0),g[m++]=l,this.inBase64=!1),g.slice(0,m)};function u(g,m){this.iconv=m.iconv,this.inBase64=!1,this.base64Accum=""}var d=n.slice();return d[44]=!0,u.prototype.write=function(g){for(var m="",y=0,D=this.inBase64,v=this.base64Accum,b=0;b<g.length;b++)if(!D)g[b]==h&&(m+=this.iconv.decode(g.slice(y,b),"ascii"),y=b+1,D=!0);else if(!d[g[b]]){if(b==y&&g[b]==l)m+="&";else{var E=v+this.iconv.decode(g.slice(y,b),"ascii").replace(/,/g,"/");m+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}g[b]!=l&&b--,y=b+1,D=!1,v=""}if(!D)m+=this.iconv.decode(g.slice(y),"ascii");else{var E=v+this.iconv.decode(g.slice(y),"ascii").replace(/,/g,"/"),S=E.length-E.length%8;v=E.slice(S),E=E.slice(0,S),m+=this.iconv.decode(e.from(E,"base64"),"utf16-be")}return this.inBase64=D,this.base64Accum=v,m},u.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},fi}var $c={},e1;function sO(){if(e1)return $c;e1=1;var e=hr().Buffer;$c._sbcs=r;function r(s,t){if(!s)throw new Error("SBCS codec is called without the data.");if(!s.chars||s.chars.length!==128&&s.chars.length!==256)throw new Error("Encoding '"+s.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(s.chars.length===128){for(var n="",c=0;c<128;c++)n+=String.fromCharCode(c);s.chars=n+s.chars}this.decodeBuf=e.from(s.chars,"ucs2");for(var a=e.alloc(65536,t.defaultCharSingleByte.charCodeAt(0)),c=0;c<s.chars.length;c++)a[s.chars.charCodeAt(c)]=c;this.encodeBuf=a}r.prototype.encoder=o,r.prototype.decoder=i;function o(s,t){this.encodeBuf=t.encodeBuf}o.prototype.write=function(s){for(var t=e.alloc(s.length),n=0;n<s.length;n++)t[n]=this.encodeBuf[s.charCodeAt(n)];return t},o.prototype.end=function(){};function i(s,t){this.decodeBuf=t.decodeBuf}return i.prototype.write=function(s){for(var t=this.decodeBuf,n=e.alloc(s.length*2),c=0,a=0,l=0;l<s.length;l++)c=s[l]*2,a=l*2,n[a]=t[c],n[a+1]=t[c+1];return n.toString("ucs2")},i.prototype.end=function(){},$c}var kc,t1;function oO(){return t1||(t1=1,kc={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"}),kc}var Bc,r1;function aO(){return r1||(r1=1,Bc={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
425
425
  \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