@libp2p/daemon 5.0.2 → 5.0.4-0f07e3df5

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/dist/index.min.js CHANGED
@@ -1,15 +1,21 @@
1
1
  #! /usr/bin/env node
2
2
  (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PDaemon = factory()}(typeof self !== 'undefined' ? self : this, function () {
3
- "use strict";var Libp2PDaemon=(()=>{var $s=Object.create;var We=Object.defineProperty;var Fs=Object.getOwnPropertyDescriptor;var Ns=Object.getOwnPropertyNames;var Us=Object.getPrototypeOf,Ds=Object.prototype.hasOwnProperty;var V=(r=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(r,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):r)(function(r){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+r+'" is not supported')});var zs=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),bt=(r,t)=>{for(var e in t)We(r,e,{get:t[e],enumerable:!0})},Dr=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ns(t))!Ds.call(r,i)&&i!==e&&We(r,i,{get:()=>t[i],enumerable:!(n=Fs(t,i))||n.enumerable});return r};var Re=(r,t,e)=>(e=r!=null?$s(Us(r)):{},Dr(t||!r||!r.__esModule?We(e,"default",{value:r,enumerable:!0}):e,r)),Ts=r=>Dr(We({},"__esModule",{value:!0}),r);var Is=zs((uh,Ps)=>{var Fr=class{constructor(t,e){this.ctx=e||{},this.yargs=t,this.parse=this.parse.bind(this),this.command=this.yargs.command,this.commandDir=this.yargs.commandDir}parse(t){let e=this.yargs,n;return new Promise((i,s)=>{let o=Object.assign({},this.ctx,{resolve:i,reject:s});e.parse(t,o,function(c,p,b){return n=p,c?p.reject(c):p.resolve(b)})}).then(i=>Promise.resolve(i)).then(i=>i&&i.argv?i:{data:i,argv:n}).catch(i=>Promise.resolve(i).then(s=>s&&s.argv?Promise.reject(s):Promise.reject({error:s,argv:n})))}};Ps.exports=Fr});var Za={};bt(Za,{createLibp2pServer:()=>Ms,default:()=>Ur});var zr=V("node:buffer");function de(r){return new Uint8Array(r.buffer,r.byteOffset,r.byteLength)}function Be(r=0){return de(zr.Buffer.allocUnsafe(r))}var Ls=Math.pow(2,7),Ws=Math.pow(2,14),Rs=Math.pow(2,21),Cn=Math.pow(2,28),On=Math.pow(2,35),An=Math.pow(2,42),En=Math.pow(2,49),G=128,ht=127;function Ft(r){if(r<Ls)return 1;if(r<Ws)return 2;if(r<Rs)return 3;if(r<Cn)return 4;if(r<On)return 5;if(r<An)return 6;if(r<En)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Bs(r,t,e=0){switch(Ft(r)){case 8:t[e++]=r&255|G,r/=128;case 7:t[e++]=r&255|G,r/=128;case 6:t[e++]=r&255|G,r/=128;case 5:t[e++]=r&255|G,r/=128;case 4:t[e++]=r&255|G,r>>>=7;case 3:t[e++]=r&255|G,r>>>=7;case 2:t[e++]=r&255|G,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Vs(r,t,e=0){switch(Ft(r)){case 8:t.set(e++,r&255|G),r/=128;case 7:t.set(e++,r&255|G),r/=128;case 6:t.set(e++,r&255|G),r/=128;case 5:t.set(e++,r&255|G),r/=128;case 4:t.set(e++,r&255|G),r>>>=7;case 3:t.set(e++,r&255|G),r>>>=7;case 2:t.set(e++,r&255|G),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function Hs(r,t){let e=r[t],n=0;if(n+=e&ht,e<G||(e=r[t+1],n+=(e&ht)<<7,e<G)||(e=r[t+2],n+=(e&ht)<<14,e<G)||(e=r[t+3],n+=(e&ht)<<21,e<G)||(e=r[t+4],n+=(e&ht)*Cn,e<G)||(e=r[t+5],n+=(e&ht)*On,e<G)||(e=r[t+6],n+=(e&ht)*An,e<G)||(e=r[t+7],n+=(e&ht)*En,e<G))return n;throw new RangeError("Could not decode varint")}function qs(r,t){let e=r.get(t),n=0;if(n+=e&ht,e<G||(e=r.get(t+1),n+=(e&ht)<<7,e<G)||(e=r.get(t+2),n+=(e&ht)<<14,e<G)||(e=r.get(t+3),n+=(e&ht)<<21,e<G)||(e=r.get(t+4),n+=(e&ht)*Cn,e<G)||(e=r.get(t+5),n+=(e&ht)*On,e<G)||(e=r.get(t+6),n+=(e&ht)*An,e<G)||(e=r.get(t+7),n+=(e&ht)*En,e<G))return n;throw new RangeError("Could not decode varint")}function pe(r,t,e=0){return t==null&&(t=Be(Ft(r))),t instanceof Uint8Array?Bs(r,t,e):Vs(r,t,e)}function Zt(r,t=0){return r instanceof Uint8Array?Hs(r,t):qs(r,t)}var Lr=V("node:buffer");function Tt(r,t){return de(Lr.Buffer.concat(r,t))}var si=V("node:buffer");var jn={};bt(jn,{base10:()=>Xs});var ac=new Uint8Array(0);function Wr(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function At(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function Rr(r){return new TextEncoder().encode(r)}function Br(r){return new TextDecoder().decode(r)}function Gs(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var i=0;i<r.length;i++){var s=r.charAt(i),o=s.charCodeAt(0);if(e[o]!==255)throw new TypeError(s+" is ambiguous");e[o]=i}var c=r.length,p=r.charAt(0),b=Math.log(c)/Math.log(256),d=Math.log(256)/Math.log(c);function h(x){if(x instanceof Uint8Array||(ArrayBuffer.isView(x)?x=new Uint8Array(x.buffer,x.byteOffset,x.byteLength):Array.isArray(x)&&(x=Uint8Array.from(x))),!(x instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(x.length===0)return"";for(var C=0,m=0,$=0,N=x.length;$!==N&&x[$]===0;)$++,C++;for(var W=(N-$)*d+1>>>0,z=new Uint8Array(W);$!==N;){for(var R=x[$],ft=0,Z=W-1;(R!==0||ft<m)&&Z!==-1;Z--,ft++)R+=256*z[Z]>>>0,z[Z]=R%c>>>0,R=R/c>>>0;if(R!==0)throw new Error("Non-zero carry");m=ft,$++}for(var ut=W-m;ut!==W&&z[ut]===0;)ut++;for(var Ot=p.repeat(C);ut<W;++ut)Ot+=r.charAt(z[ut]);return Ot}function g(x){if(typeof x!="string")throw new TypeError("Expected String");if(x.length===0)return new Uint8Array;var C=0;if(x[C]!==" "){for(var m=0,$=0;x[C]===p;)m++,C++;for(var N=(x.length-C)*b+1>>>0,W=new Uint8Array(N);x[C];){var z=e[x.charCodeAt(C)];if(z===255)return;for(var R=0,ft=N-1;(z!==0||R<$)&&ft!==-1;ft--,R++)z+=c*W[ft]>>>0,W[ft]=z%256>>>0,z=z/256>>>0;if(z!==0)throw new Error("Non-zero carry");$=R,C++}if(x[C]!==" "){for(var Z=N-$;Z!==N&&W[Z]===0;)Z++;for(var ut=new Uint8Array(m+(N-Z)),Ot=m;Z!==N;)ut[Ot++]=W[Z++];return ut}}}function y(x){var C=g(x);if(C)return C;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:g,decode:y}}var Ys=Gs,Ks=Ys,Hr=Ks;var _n=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Sn=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){this.name=t,this.prefix=e;let i=e.codePointAt(0);if(i===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=i,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return qr(this,t)}},Pn=class{decoders;constructor(t){this.decoders=t}or(t){return qr(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function qr(r,t){return new Pn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var In=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,i){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=i,this.encoder=new _n(t,e,n),this.decoder=new Sn(t,e,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function me({name:r,prefix:t,encode:e,decode:n}){return new In(r,t,e,n)}function Rt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:i}=Hr(e,r);return me({prefix:t,name:r,encode:n,decode:s=>At(i(s))})}function Js(r,t,e,n){let i={};for(let d=0;d<t.length;++d)i[t[d]]=d;let s=r.length;for(;r[s-1]==="=";)--s;let o=new Uint8Array(s*e/8|0),c=0,p=0,b=0;for(let d=0;d<s;++d){let h=i[r[d]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);p=p<<e|h,c+=e,c>=8&&(c-=8,o[b++]=255&p>>c)}if(c>=e||(255&p<<8-c)!==0)throw new SyntaxError("Unexpected end of data");return o}function Qs(r,t,e){let n=t[t.length-1]==="=",i=(1<<e)-1,s="",o=0,c=0;for(let p=0;p<r.length;++p)for(c=c<<8|r[p],o+=8;o>e;)o-=e,s+=t[i&c>>o];if(o!==0&&(s+=t[i&c<<e-o]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function nt({name:r,prefix:t,bitsPerChar:e,alphabet:n}){return me({prefix:t,name:r,encode(i){return Qs(i,n,e)},decode(i){return Js(i,n,e,r)}})}var Xs=Rt({prefix:"9",name:"base10",alphabet:"0123456789"});var vn={};bt(vn,{base16:()=>Zs,base16upper:()=>ks});var Zs=nt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),ks=nt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Mn={};bt(Mn,{base2:()=>to});var to=nt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var $n={};bt($n,{base256emoji:()=>so});var Gr=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),eo=Gr.reduce((r,t,e)=>(r[e]=t,r),[]),no=Gr.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function ro(r){return r.reduce((t,e)=>(t+=eo[e],t),"")}function io(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let i=no[n];if(i==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(i)}return new Uint8Array(t)}var so=me({prefix:"\u{1F680}",name:"base256emoji",encode:ro,decode:io});var Fn={};bt(Fn,{base32:()=>Lt,base32hex:()=>lo,base32hexpad:()=>uo,base32hexpadupper:()=>ho,base32hexupper:()=>fo,base32pad:()=>ao,base32padupper:()=>co,base32upper:()=>oo,base32z:()=>po});var Lt=nt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),oo=nt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),ao=nt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),co=nt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),lo=nt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),fo=nt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),uo=nt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),ho=nt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),po=nt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Nn={};bt(Nn,{base36:()=>Ie,base36upper:()=>mo});var Ie=Rt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),mo=Rt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Un={};bt(Un,{base58btc:()=>gt,base58flickr:()=>go});var gt=Rt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),go=Rt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Dn={};bt(Dn,{base64:()=>bo,base64pad:()=>wo,base64url:()=>yo,base64urlpad:()=>xo});var bo=nt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),wo=nt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),yo=nt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),xo=nt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var zn={};bt(zn,{base8:()=>Co});var Co=nt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Tn={};bt(Tn,{identity:()=>Oo});var Oo=me({prefix:"\0",name:"identity",encode:r=>Br(r),decode:r=>Rr(r)});var Ac=new TextEncoder,Ec=new TextDecoder;var Wn={};bt(Wn,{identity:()=>qo});var _o=Jr,Yr=128,So=127,Po=~So,Io=Math.pow(2,31);function Jr(r,t,e){t=t||[],e=e||0;for(var n=e;r>=Io;)t[e++]=r&255|Yr,r/=128;for(;r&Po;)t[e++]=r&255|Yr,r>>>=7;return t[e]=r|0,Jr.bytes=e-n+1,t}var jo=Ln,vo=128,Kr=127;function Ln(r,n){var e=0,n=n||0,i=0,s=n,o,c=r.length;do{if(s>=c)throw Ln.bytes=0,new RangeError("Could not decode varint");o=r[s++],e+=i<28?(o&Kr)<<i:(o&Kr)*Math.pow(2,i),i+=7}while(o>=vo);return Ln.bytes=s-n,e}var Mo=Math.pow(2,7),$o=Math.pow(2,14),Fo=Math.pow(2,21),No=Math.pow(2,28),Uo=Math.pow(2,35),Do=Math.pow(2,42),zo=Math.pow(2,49),To=Math.pow(2,56),Lo=Math.pow(2,63),Wo=function(r){return r<Mo?1:r<$o?2:r<Fo?3:r<No?4:r<Uo?5:r<Do?6:r<zo?7:r<To?8:r<Lo?9:10},Ro={encode:_o,decode:jo,encodingLength:Wo},Bo=Ro,je=Bo;function ve(r,t=0){return[je.decode(r,t),je.decode.bytes]}function ge(r,t,e=0){return je.encode(r,t,e),t}function be(r){return je.encodingLength(r)}function kt(r,t){let e=t.byteLength,n=be(r),i=n+be(e),s=new Uint8Array(i+e);return ge(r,s,0),ge(e,s,n),s.set(t,i),new we(r,e,t,s)}function He(r){let t=At(r),[e,n]=ve(t),[i,s]=ve(t.subarray(n)),o=t.subarray(n+s);if(o.byteLength!==i)throw new Error("Incorrect length");return new we(e,i,o,t)}function Qr(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&Wr(r.bytes,e.bytes)}}var we=class{code;size;digest;bytes;constructor(t,e,n,i){this.code=t,this.size=e,this.digest=n,this.bytes=i}};var Xr=0,Vo="identity",Zr=At;function Ho(r){return kt(Xr,Zr(r))}var qo={code:Xr,name:Vo,encode:Zr,digest:Ho};var Hn={};bt(Hn,{sha256:()=>Go,sha512:()=>Yo});var Vn=Re(V("crypto"),1);function Bn({name:r,code:t,encode:e}){return new Rn(r,t,e)}var Rn=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?kt(this.code,e):e.then(n=>kt(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Go=Bn({name:"sha2-256",code:18,encode:r=>At(Vn.default.createHash("sha256").update(r).digest())}),Yo=Bn({name:"sha2-512",code:19,encode:r=>At(Vn.default.createHash("sha512").update(r).digest())});function ti(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return Jo(e,qn(r),t??gt.encoder);default:return Qo(e,qn(r),t??Lt.encoder)}}var ei=new WeakMap;function qn(r){let t=ei.get(r);if(t==null){let e=new Map;return ei.set(r,e),e}return t}var Bt=class r{code;version;multihash;bytes;"/";constructor(t,e,n,i){this.code=e,this.version=t,this.multihash=n,this.bytes=i,this["/"]=i}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==Me)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Xo)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=kt(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&Qr(t.multihash,n.multihash)}toString(t){return ti(this,t)}toJSON(){return{"/":ti(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:i,multihash:s,bytes:o}=e;return new r(n,i,s,o??ni(n,i,s.bytes))}else if(e[Zo]===!0){let{version:n,multihash:i,code:s}=e,o=He(i);return r.create(n,s,o)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==Me)throw new Error(`Version 0 CID must use dag-pb (code: ${Me}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let i=ni(t,e,n.bytes);return new r(t,e,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,Me,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,i=At(t.subarray(n,n+e.multihashSize));if(i.byteLength!==e.multihashSize)throw new Error("Incorrect length");let s=i.subarray(e.multihashSize-e.digestSize),o=new we(e.multihashCode,e.digestSize,s,i);return[e.version===0?r.createV0(o):r.createV1(e.codec,o),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[h,g]=ve(t.subarray(e));return e+=g,h},i=n(),s=Me;if(i===18?(i=0,e=0):s=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let o=e,c=n(),p=n(),b=e+p,d=b-o;return{version:i,codec:s,multihashCode:c,digestSize:p,multihashSize:d,size:b}}static parse(t,e){let[n,i]=Ko(t,e),s=r.decode(i);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return qn(s).set(n,t),s}};function Ko(r,t){switch(r[0]){case"Q":{let e=t??gt;return[gt.prefix,e.decode(`${gt.prefix}${r}`)]}case gt.prefix:{let e=t??gt;return[gt.prefix,e.decode(r)]}case Lt.prefix:{let e=t??Lt;return[Lt.prefix,e.decode(r)]}case Ie.prefix:{let e=t??Ie;return[Ie.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function Jo(r,t,e){let{prefix:n}=e;if(n!==gt.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let i=t.get(n);if(i==null){let s=e.encode(r).slice(1);return t.set(n,s),s}else return i}function Qo(r,t,e){let{prefix:n}=e,i=t.get(n);if(i==null){let s=e.encode(r);return t.set(n,s),s}else return i}var Me=112,Xo=18;function ni(r,t,e){let n=be(r),i=n+be(t),s=new Uint8Array(i+e.byteLength);return ge(r,s,0),ge(t,s,n),s.set(e,i),s}var Zo=Symbol.for("@ipld/js-cid/CID");var $e={...Tn,...Mn,...zn,...jn,...vn,...Fn,...Nn,...Un,...Dn,...$n},Yc={...Hn,...Wn};function ii(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var ri=ii("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Gn=ii("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=Be(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),ko={utf8:ri,"utf-8":ri,hex:$e.base16,latin1:Gn,ascii:Gn,binary:Gn,...$e},qe=ko;function pt(r,t="utf8"){let e=qe[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?si.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):e.encoder.encode(r).substring(1)}var Ge=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,n=t();return n===void 0&&(this.index=e),n}parseWith(t){let e=t();if(this.index===this.input.length)return e}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(t){return this.readAtomically(()=>{let e=this.readChar();if(e===t)return e})}readSeparator(t,e,n){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,e,n,i){return this.readAtomically(()=>{let s=0,o=0,c=this.peekChar();if(c===void 0)return;let p=c==="0",b=2**(8*i)-1;for(;;){let d=this.readAtomically(()=>{let h=this.readChar();if(h===void 0)return;let g=Number.parseInt(h,t);if(!Number.isNaN(g))return g});if(d===void 0)break;if(s*=t,s+=d,s>b||(o+=1,e!==void 0&&o>e))return}if(o!==0)return!n&&p&&o>1?void 0:s})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let n=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[e]=n}return t})}readIPv6Addr(){let t=e=>{for(let n=0;n<e.length/2;n++){let i=n*2;if(n<e.length-3){let o=this.readSeparator(":",n,()=>this.readIPv4Addr());if(o!==void 0)return e[i]=o[0],e[i+1]=o[1],e[i+2]=o[2],e[i+3]=o[3],[i+4,!0]}let s=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(s===void 0)return[i,!1];e[i]=s>>8,e[i+1]=s&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[n,i]=t(e);if(n===16)return e;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let s=new Uint8Array(14),o=16-(n+2),[c]=t(s.subarray(0,o));return e.set(s.subarray(0,c),16-c),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var nl=new Ge;var fl=parseInt("0xFFFF",16),ul=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var ci=V("node:buffer");function Ye(r,t="utf8"){let e=qe[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?de(ci.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}var Vt=V("node:net");function Ke(r){return!!(0,Vt.isIP)(r)}var li=Vt.isIPv4,sa=Vt.isIPv6,Yn=function(r){let t=0;if(r=r.toString().trim(),li(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(n=>{e[t++]=parseInt(n,10)&255}),e}if(sa(r)){let e=r.split(":",8),n;for(n=0;n<e.length;n++){let s=li(e[n]),o;s&&(o=Yn(e[n]),e[n]=pt(o.slice(0,2),"base16")),o!=null&&++n<8&&e.splice(n,0,pt(o.slice(2,4),"base16"))}if(e[0]==="")for(;e.length<8;)e.unshift("0");else if(e[e.length-1]==="")for(;e.length<8;)e.push("0");else if(e.length<8){for(n=0;n<e.length&&e[n]!=="";n++);let s=[n,1];for(n=9-e.length;n>0;n--)s.push("0");e.splice.apply(e,s)}let i=new Uint8Array(t+16);for(n=0;n<e.length;n++){let s=parseInt(e[n],16);i[t++]=s>>8&255,i[t++]=s&255}return i}throw new Error("invalid ip address")},fi=function(r,t=0,e){t=~~t,e=e??r.length-t;let n=new DataView(r.buffer);if(e===4){let i=[];for(let s=0;s<e;s++)i.push(r[t+s]);return i.join(".")}if(e===16){let i=[];for(let s=0;s<e;s+=2)i.push(n.getUint16(t+s).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var xe={},Kn={},aa=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[481,-1,"http-path"],[777,-1,"memory"]];aa.forEach(r=>{let t=ca(...r);Kn[t.code]=t,xe[t.name]=t});function ca(r,t,e,n,i){return{code:r,size:t,name:e,resolvable:!!n,path:!!i}}function K(r){if(typeof r=="number"){if(Kn[r]!=null)return Kn[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(xe[r]!=null)return xe[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Zl=K("ip4"),kl=K("ip6"),tf=K("ipcidr");function Zn(r,t){switch(K(r).code){case 4:case 41:return fa(t);case 42:return Xn(t);case 43:return pt(t,"base10");case 6:case 273:case 33:case 132:return di(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Xn(t);case 421:return pa(t);case 444:return hi(t);case 445:return hi(t);case 466:return da(t);case 481:return globalThis.encodeURIComponent(Xn(t));default:return pt(t,"base16")}}function kn(r,t){switch(K(r).code){case 4:return ui(t);case 41:return ui(t);case 42:return Qn(t);case 43:return Ye(t,"base10");case 6:case 273:case 33:case 132:return tr(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Qn(t);case 421:return ua(t);case 444:return ma(t);case 445:return ga(t);case 466:return ha(t);case 481:return Qn(globalThis.decodeURIComponent(t));default:return Ye(t,"base16")}}var Jn=Object.values($e).map(r=>r.decoder),la=function(){let r=Jn[0].or(Jn[1]);return Jn.slice(2).forEach(t=>r=r.or(t)),r}();function ui(r){if(!Ke(r))throw new Error("invalid ip address");return Yn(r)}function fa(r){let t=fi(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!Ke(t))throw new Error("invalid ip address");return t}function tr(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function di(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function Qn(r){let t=Ye(r),e=Uint8Array.from(pe(t.length));return Tt([e,t],e.length+t.length)}function Xn(r){let t=Zt(r);if(r=r.slice(Ft(t)),r.length!==t)throw new Error("inconsistent lengths");return pt(r)}function ua(r){let t;r[0]==="Q"||r[0]==="1"?t=He(gt.decode(`z${r}`)).bytes:t=Bt.parse(r).multihash.bytes;let e=Uint8Array.from(pe(t.length));return Tt([e,t],e.length+t.length)}function ha(r){let t=la.decode(r),e=Uint8Array.from(pe(t.length));return Tt([e,t],e.length+t.length)}function da(r){let t=Zt(r),e=r.slice(Ft(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+pt(e,"base64url")}function pa(r){let t=Zt(r),e=r.slice(Ft(t));if(e.length!==t)throw new Error("inconsistent lengths");return pt(e,"base58btc")}function ma(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let e=Lt.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=tr(n);return Tt([e,i],e.length+i.length)}function ga(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let e=Lt.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=tr(n);return Tt([e,i],e.length+i.length)}function hi(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),n=pt(t,"base32"),i=di(e);return`${n}:${i}`}function pi(r){r=er(r);let t=[],e=[],n=null,i=r.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let s=0;s<i.length;s++){let o=i[s],c=K(o);if(c.size===0){t.push([c.code]),e.push([c.code]);continue}if(s++,s>=i.length)throw new Je("invalid address: "+r);if(c.path===!0){n=er(i.slice(s).join("/")),t.push([c.code,kn(c.code,n)]),e.push([c.code,n]);break}let p=kn(c.code,i[s]);t.push([c.code,p]),e.push([c.code,Zn(c.code,p)])}return{string:mi(e),bytes:Qe(t),tuples:t,stringTuples:e,path:n}}function nr(r){let t=[],e=[],n=null,i=0;for(;i<r.length;){let s=Zt(r,i),o=Ft(s),c=K(s),p=ba(c,r.slice(i+o));if(p===0){t.push([s]),e.push([s]),i+=o;continue}let b=r.slice(i+o,i+o+p);if(i+=p+o,i>r.length)throw new Je("Invalid address Uint8Array: "+pt(r,"base16"));t.push([s,b]);let d=Zn(s,b);if(e.push([s,d]),c.path===!0){n=d;break}}return{bytes:Uint8Array.from(r),string:mi(e),tuples:t,stringTuples:e,path:n}}function mi(r){let t=[];return r.map(e=>{let n=K(e[0]);return t.push(n.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),er(t.join("/"))}function Qe(r){return Tt(r.map(t=>{let e=K(t[0]),n=Uint8Array.from(pe(e.code));return t.length>1&&t[1]!=null&&(n=Tt([n,t[1]])),n}))}function ba(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=Zt(t instanceof Uint8Array?t:Uint8Array.from(t));return e+Ft(e)}}function er(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}var Je=class extends Error{static name="ParseError";name="ParseError";constructor(t){super(`Error parsing address: ${t}`)}};function gi(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}var wa=Symbol.for("nodejs.util.inspect.custom"),ir=Symbol.for("@multiformats/js-multiaddr/multiaddr"),ya=[K("dns").code,K("dns4").code,K("dns6").code,K("dnsaddr").code],rr=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}},Xe=class r{bytes;#e;#t;#n;#r;[ir]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=nr(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=pi(t)}else if(wi(t))e=nr(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=e.bytes,this.#e=e.string,this.#t=e.tuples,this.#n=e.stringTuples,this.#r=e.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let t,e,n,i,s="",o=K("tcp"),c=K("udp"),p=K("ip4"),b=K("ip6"),d=K("dns6"),h=K("ip6zone");for(let[y,x]of this.stringTuples())y===h.code&&(s=`%${x??""}`),ya.includes(y)&&(e=o.name==="tcp"?"tcp":"udp",i=443,n=`${x??""}${s}`,t=y===d.code?6:4),(y===o.code||y===c.code)&&(e=K(y).name==="tcp"?"tcp":"udp",i=parseInt(x??"")),(y===p.code||y===b.code)&&(e=K(y).name==="tcp"?"tcp":"udp",n=`${x??""}${s}`,t=y===b.code?6:4);if(t==null||e==null||n==null||i==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:e,port:i}}protos(){return this.#t.map(([t])=>Object.assign({},K(t)))}protoCodes(){return this.#t.map(([t])=>t)}protoNames(){return this.#t.map(([t])=>K(t).name)}tuples(){return this.#t.map(([t,e])=>e==null?[t]:[t,e])}stringTuples(){return this.#n.map(([t,e])=>e==null?[t]:[t,e])}encapsulate(t){return t=new r(t),new r(this.toString()+t.toString())}decapsulate(t){let e=t.toString(),n=this.toString(),i=n.lastIndexOf(e);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(n.slice(0,i))}decapsulateCode(t){let e=this.tuples();for(let n=e.length-1;n>=0;n--)if(e[n][0]===t)return new r(Qe(e.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,i])=>{n===xe.p2p.code&&t.push([n,i]),n===xe["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let n=e[1];return n[0]==="Q"||n[0]==="1"?pt(gt.decode(`z${n}`),"base58btc"):pt(Bt.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#r}equals(t){return gi(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(s=>s.resolvable);if(e==null)return[this];let n=bi.get(e.name);if(n==null)throw new rr(`no available resolver for ${e.name}`);return(await n(this,t)).map(s=>Fe(s))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let e=(t??this).protos();return!(e.length!==2||e[0].code!==4&&e[0].code!==41||e[1].code!==6&&e[1].code!==273)}[wa](){return`Multiaddr(${this.#e})`}};var bi=new Map;function wi(r){return!!r?.[ir]}function Fe(r){return new Xe(r)}var or=Re(V("path"),1),sr=Re(V("process"),1),yi=V("module"),xi=V("url");function xa(r){let t=or.default.extname(r);return t?r.slice(0,-t.length):r}function ar(r){if(!r||!sr.default.argv[1])return!1;let e=(0,yi.createRequire)(r.url).resolve(sr.default.argv[1]),n=(0,xi.fileURLToPath)(r.url);return or.default.extname(e)?n===e:xa(n)===e}var on=V("assert");var Ca={right:Sa,center:Pa},Oa=0,Ze=1,Aa=2,ke=3,cr=class{constructor(t){var e;this.width=t.width,this.wrap=(e=t.wrap)!==null&&e!==void 0?e:!0,this.rows=[]}span(...t){let e=this.div(...t);e.span=!0}resetOutput(){this.rows=[]}div(...t){if(t.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...t)&&typeof t[0]=="string")return this.applyLayoutDSL(t[0]);let e=t.map(n=>typeof n=="string"?this.colFromString(n):n);return this.rows.push(e),e}shouldApplyLayoutDSL(...t){return t.length===1&&typeof t[0]=="string"&&/[\t\n]/.test(t[0])}applyLayoutDSL(t){let e=t.split(`
4
- `).map(i=>i.split(" ")),n=0;return e.forEach(i=>{i.length>1&&wt.stringWidth(i[0])>n&&(n=Math.min(Math.floor(this.width*.5),wt.stringWidth(i[0])))}),e.forEach(i=>{this.div(...i.map((s,o)=>({text:s.trim(),padding:this.measurePadding(s),width:o===0&&i.length>1?n:void 0})))}),this.rows[this.rows.length-1]}colFromString(t){return{text:t,padding:this.measurePadding(t)}}measurePadding(t){let e=wt.stripAnsi(t);return[0,e.match(/\s*$/)[0].length,0,e.match(/^\s*/)[0].length]}toString(){let t=[];return this.rows.forEach(e=>{this.rowToString(e,t)}),t.filter(e=>!e.hidden).map(e=>e.text).join(`
5
- `)}rowToString(t,e){return this.rasterize(t).forEach((n,i)=>{let s="";n.forEach((o,c)=>{let{width:p}=t[c],b=this.negatePadding(t[c]),d=o;if(b>wt.stringWidth(o)&&(d+=" ".repeat(b-wt.stringWidth(o))),t[c].align&&t[c].align!=="left"&&this.wrap){let g=Ca[t[c].align];d=g(d,b),wt.stringWidth(d)<b&&(d+=" ".repeat((p||0)-wt.stringWidth(d)-1))}let h=t[c].padding||[0,0,0,0];h[ke]&&(s+=" ".repeat(h[ke])),s+=Ci(t[c],d,"| "),s+=d,s+=Ci(t[c],d," |"),h[Ze]&&(s+=" ".repeat(h[Ze])),i===0&&e.length>0&&(s=this.renderInline(s,e[e.length-1]))}),e.push({text:s.replace(/ +$/,""),span:t.span})}),e}renderInline(t,e){let n=t.match(/^ */),i=n?n[0].length:0,s=e.text,o=wt.stringWidth(s.trimRight());return e.span?this.wrap?i<o?t:(e.hidden=!0,s.trimRight()+" ".repeat(i-o)+t.trimLeft()):(e.hidden=!0,s+t):t}rasterize(t){let e=[],n=this.columnWidths(t),i;return t.forEach((s,o)=>{s.width=n[o],this.wrap?i=wt.wrap(s.text,this.negatePadding(s),{hard:!0}).split(`
3
+ "use strict";var Libp2PDaemon=(()=>{var oo=Object.create;var Gt=Object.defineProperty;var uo=Object.getOwnPropertyDescriptor;var ao=Object.getOwnPropertyNames;var co=Object.getPrototypeOf,lo=Object.prototype.hasOwnProperty;var J=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var xn=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Ce=(e,t)=>{for(var n in t)Gt(e,n,{get:t[n],enumerable:!0})},Hr=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ao(t))!lo.call(e,i)&&i!==n&&Gt(e,i,{get:()=>t[i],enumerable:!(r=uo(t,i))||r.enumerable});return e};var mt=(e,t,n)=>(n=e!=null?oo(co(e)):{},Hr(t||!e||!e.__esModule?Gt(n,"default",{value:e,enumerable:!0}):n,e)),fo=e=>Hr(Gt({},"__esModule",{value:!0}),e);var zi=xn((pf,Ui)=>{Ui.exports=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g});var hs=xn((Kf,Ds)=>{"use strict";Ds.exports=function(t){if(t===void 0&&(t=2),t>=Error.stackTraceLimit)throw new TypeError("getCallerFile(position) requires position be less then Error.stackTraceLimit but position was: `"+t+"` and Error.stackTraceLimit was: `"+Error.stackTraceLimit+"`");var n=Error.prepareStackTrace;Error.prepareStackTrace=function(i,s){return s};var r=new Error().stack;if(Error.prepareStackTrace=n,r!==null&&typeof r=="object")return r[t]?r[t].getFileName():void 0}});var no=xn((ih,to)=>{var Wr=class{constructor(t,n){this.ctx=n||{},this.yargs=t,this.parse=this.parse.bind(this),this.command=this.yargs.command,this.commandDir=this.yargs.commandDir}parse(t){let n=this.yargs,r;return new Promise((i,s)=>{let o=Object.assign({},this.ctx,{resolve:i,reject:s});n.parse(t,o,function(a,f,F){return r=f,a?f.reject(a):f.resolve(F)})}).then(i=>Promise.resolve(i)).then(i=>i&&i.argv?i:{data:i,argv:r}).catch(i=>Promise.resolve(i).then(s=>s&&s.argv?Promise.reject(s):Promise.reject({error:s,argv:r})))}};to.exports=Wr});var mc={};Ce(mc,{createLibp2pServer:()=>so,default:()=>Vr});function qr(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let n=0;n<e.byteLength;n++)if(e[n]!==t[n])return!1;return!0}var Gr=J("node:buffer");function Ft(e){return new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}function wn(e=0){return Ft(Gr.Buffer.allocUnsafe(e))}var Do=Math.pow(2,7),ho=Math.pow(2,14),po=Math.pow(2,21),Bn=Math.pow(2,28),On=Math.pow(2,35),_n=Math.pow(2,42),Sn=Math.pow(2,49),ee=128,pe=127;function gt(e){if(e<Do)return 1;if(e<ho)return 2;if(e<po)return 3;if(e<Bn)return 4;if(e<On)return 5;if(e<_n)return 6;if(e<Sn)return 7;if(Number.MAX_SAFE_INTEGER!=null&&e>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Pn(e,t,n=0){switch(gt(e)){case 8:t[n++]=e&255|ee,e/=128;case 7:t[n++]=e&255|ee,e/=128;case 6:t[n++]=e&255|ee,e/=128;case 5:t[n++]=e&255|ee,e/=128;case 4:t[n++]=e&255|ee,e>>>=7;case 3:t[n++]=e&255|ee,e>>>=7;case 2:t[n++]=e&255|ee,e>>>=7;case 1:{t[n++]=e&255,e>>>=7;break}default:throw new Error("unreachable")}return t}function mo(e,t){let n=e[t],r=0;if(r+=n&pe,n<ee||(n=e[t+1],r+=(n&pe)<<7,n<ee)||(n=e[t+2],r+=(n&pe)<<14,n<ee)||(n=e[t+3],r+=(n&pe)<<21,n<ee)||(n=e[t+4],r+=(n&pe)*Bn,n<ee)||(n=e[t+5],r+=(n&pe)*On,n<ee)||(n=e[t+6],r+=(n&pe)*_n,n<ee)||(n=e[t+7],r+=(n&pe)*Sn,n<ee))return r;throw new RangeError("Could not decode varint")}function Fo(e,t){let n=e.get(t),r=0;if(r+=n&pe,n<ee||(n=e.get(t+1),r+=(n&pe)<<7,n<ee)||(n=e.get(t+2),r+=(n&pe)<<14,n<ee)||(n=e.get(t+3),r+=(n&pe)<<21,n<ee)||(n=e.get(t+4),r+=(n&pe)*Bn,n<ee)||(n=e.get(t+5),r+=(n&pe)*On,n<ee)||(n=e.get(t+6),r+=(n&pe)*_n,n<ee)||(n=e.get(t+7),r+=(n&pe)*Sn,n<ee))return r;throw new RangeError("Could not decode varint")}function vn(e,t=0){return e instanceof Uint8Array?mo(e,t):Fo(e,t)}var Yr=J("node:buffer");function It(e,t){return Ft(Yr.Buffer.concat(e,t))}var pi=J("node:buffer");var $n={};Ce($n,{base10:()=>wo});var Bc=new Uint8Array(0);function Kr(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let n=0;n<e.byteLength;n++)if(e[n]!==t[n])return!1;return!0}function we(e){if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")}function Jr(e){return new TextEncoder().encode(e)}function Qr(e){return new TextDecoder().decode(e)}function Co(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),r=0;r<n.length;r++)n[r]=255;for(var i=0;i<e.length;i++){var s=e.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=e.length,f=e.charAt(0),F=Math.log(a)/Math.log(256),p=Math.log(256)/Math.log(a);function l(C){if(C instanceof Uint8Array||(ArrayBuffer.isView(C)?C=new Uint8Array(C.buffer,C.byteOffset,C.byteLength):Array.isArray(C)&&(C=Uint8Array.from(C))),!(C instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(C.length===0)return"";for(var b=0,d=0,I=0,z=C.length;I!==z&&C[I]===0;)I++,b++;for(var L=(z-I)*p+1>>>0,U=new Uint8Array(L);I!==z;){for(var W=C[I],R=0,H=L-1;(W!==0||R<d)&&H!==-1;H--,R++)W+=256*U[H]>>>0,U[H]=W%a>>>0,W=W/a>>>0;if(W!==0)throw new Error("Non-zero carry");d=R,I++}for(var K=L-d;K!==L&&U[K]===0;)K++;for(var de=f.repeat(b);K<L;++K)de+=e.charAt(U[K]);return de}function m(C){if(typeof C!="string")throw new TypeError("Expected String");if(C.length===0)return new Uint8Array;var b=0;if(C[b]!==" "){for(var d=0,I=0;C[b]===f;)d++,b++;for(var z=(C.length-b)*F+1>>>0,L=new Uint8Array(z);C[b];){var U=n[C.charCodeAt(b)];if(U===255)return;for(var W=0,R=z-1;(U!==0||W<I)&&R!==-1;R--,W++)U+=a*L[R]>>>0,L[R]=U%256>>>0,U=U/256>>>0;if(U!==0)throw new Error("Non-zero carry");I=W,b++}if(C[b]!==" "){for(var H=z-I;H!==z&&L[H]===0;)H++;for(var K=new Uint8Array(d+(z-H)),de=d;H!==z;)K[de++]=L[H++];return K}}}function E(C){var b=m(C);if(b)return b;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:m,decode:E}}var Eo=Co,bo=Eo,Xr=bo;var In=class{name;prefix;baseEncode;constructor(t,n,r){this.name=t,this.prefix=n,this.baseEncode=r}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},jn=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,n,r){this.name=t,this.prefix=n;let i=n.codePointAt(0);if(i===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=i,this.baseDecode=r}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return kr(this,t)}},Mn=class{decoders;constructor(t){this.decoders=t}or(t){return kr(this,t)}decode(t){let n=t[0],r=this.decoders[n];if(r!=null)return r.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function kr(e,t){return new Mn({...e.decoders??{[e.prefix]:e},...t.decoders??{[t.prefix]:t}})}var Tn=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,n,r,i){this.name=t,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new In(t,n,r),this.decoder=new jn(t,n,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Ct({name:e,prefix:t,encode:n,decode:r}){return new Tn(e,t,n,r)}function Ve({name:e,prefix:t,alphabet:n}){let{encode:r,decode:i}=Xr(n,e);return Ct({prefix:t,name:e,encode:r,decode:s=>we(i(s))})}function yo(e,t,n,r){let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*n/8|0),o=0,a=0,f=0;for(let F=0;F<i;++F){let p=t[e[F]];if(p===void 0)throw new SyntaxError(`Non-${r} character`);a=a<<n|p,o+=n,o>=8&&(o-=8,s[f++]=255&a>>o)}if(o>=n||(255&a<<8-o)!==0)throw new SyntaxError("Unexpected end of data");return s}function Ao(e,t,n){let r=t[t.length-1]==="=",i=(1<<n)-1,s="",o=0,a=0;for(let f=0;f<e.length;++f)for(a=a<<8|e[f],o+=8;o>n;)o-=n,s+=t[i&a>>o];if(o!==0&&(s+=t[i&a<<n-o]),r)for(;(s.length*n&7)!==0;)s+="=";return s}function xo(e){let t={};for(let n=0;n<e.length;++n)t[e[n]]=n;return t}function re({name:e,prefix:t,bitsPerChar:n,alphabet:r}){let i=xo(r);return Ct({prefix:t,name:e,encode(s){return Ao(s,r,n)},decode(s){return yo(s,i,n,e)}})}var wo=Ve({prefix:"9",name:"base10",alphabet:"0123456789"});var Nn={};Ce(Nn,{base16:()=>Bo,base16upper:()=>Oo});var Bo=re({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Oo=re({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Ln={};Ce(Ln,{base2:()=>_o});var _o=re({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Un={};Ce(Un,{base256emoji:()=>jo});var ei=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),So=ei.reduce((e,t,n)=>(e[n]=t,e),[]),Po=ei.reduce((e,t,n)=>{let r=t.codePointAt(0);if(r==null)throw new Error(`Invalid character: ${t}`);return e[r]=n,e},[]);function vo(e){return e.reduce((t,n)=>(t+=So[n],t),"")}function Io(e){let t=[];for(let n of e){let r=n.codePointAt(0);if(r==null)throw new Error(`Invalid character: ${n}`);let i=Po[r];if(i==null)throw new Error(`Non-base256emoji character: ${n}`);t.push(i)}return new Uint8Array(t)}var jo=Ct({prefix:"\u{1F680}",name:"base256emoji",encode:vo,decode:Io});var zn={};Ce(zn,{base32:()=>He,base32hex:()=>No,base32hexpad:()=>Uo,base32hexpadupper:()=>zo,base32hexupper:()=>Lo,base32pad:()=>To,base32padupper:()=>$o,base32upper:()=>Mo,base32z:()=>Wo});var He=re({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Mo=re({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),To=re({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),$o=re({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),No=re({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Lo=re({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Uo=re({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),zo=re({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Wo=re({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Wn={};Ce(Wn,{base36:()=>jt,base36upper:()=>Ro});var jt=Ve({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ro=Ve({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Rn={};Ce(Rn,{base58btc:()=>Me,base58flickr:()=>Vo});var Me=Ve({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Vo=Ve({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Hn={};Ce(Hn,{base64:()=>Ho,base64pad:()=>qo,base64url:()=>Vn,base64urlpad:()=>Go});var Ho=re({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),qo=re({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Vn=re({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Go=re({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var qn={};Ce(qn,{base8:()=>Yo});var Yo=re({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Gn={};Ce(Gn,{identity:()=>Ko});var Ko=Ct({prefix:"\0",name:"identity",encode:e=>Qr(e),decode:e=>Jr(e)});var Rc=new TextEncoder,Vc=new TextDecoder;var Kn={};Ce(Kn,{identity:()=>Fu});var Zo=ri,ti=128,Xo=127,ko=~Xo,eu=Math.pow(2,31);function ri(e,t,n){t=t||[],n=n||0;for(var r=n;e>=eu;)t[n++]=e&255|ti,e/=128;for(;e&ko;)t[n++]=e&255|ti,e>>>=7;return t[n]=e|0,ri.bytes=n-r+1,t}var tu=Yn,nu=128,ni=127;function Yn(e,r){var n=0,r=r||0,i=0,s=r,o,a=e.length;do{if(s>=a)throw Yn.bytes=0,new RangeError("Could not decode varint");o=e[s++],n+=i<28?(o&ni)<<i:(o&ni)*Math.pow(2,i),i+=7}while(o>=nu);return Yn.bytes=s-r,n}var ru=Math.pow(2,7),iu=Math.pow(2,14),su=Math.pow(2,21),ou=Math.pow(2,28),uu=Math.pow(2,35),au=Math.pow(2,42),cu=Math.pow(2,49),lu=Math.pow(2,56),fu=Math.pow(2,63),Du=function(e){return e<ru?1:e<iu?2:e<su?3:e<ou?4:e<uu?5:e<au?6:e<cu?7:e<lu?8:e<fu?9:10},hu={encode:Zo,decode:tu,encodingLength:Du},du=hu,Mt=du;function Tt(e,t=0){return[Mt.decode(e,t),Mt.decode.bytes]}function Et(e,t,n=0){return Mt.encode(e,t,n),t}function bt(e){return Mt.encodingLength(e)}function At(e,t){let n=t.byteLength,r=bt(e),i=r+bt(n),s=new Uint8Array(i+n);return Et(e,s,0),Et(n,s,r),s.set(t,i),new yt(e,n,t,s)}function ii(e){let t=we(e),[n,r]=Tt(t),[i,s]=Tt(t.subarray(r)),o=t.subarray(r+s);if(o.byteLength!==i)throw new Error("Incorrect length");return new yt(n,i,o,t)}function si(e,t){if(e===t)return!0;{let n=t;return e.code===n.code&&e.size===n.size&&n.bytes instanceof Uint8Array&&Kr(e.bytes,n.bytes)}}var yt=class{code;size;digest;bytes;constructor(t,n,r,i){this.code=t,this.size=n,this.digest=r,this.bytes=i}};var oi=0,pu="identity",ui=we;function mu(e,t){if(t?.truncate!=null&&t.truncate!==e.byteLength){if(t.truncate<0||t.truncate>e.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${e.byteLength}`);e=e.subarray(0,t.truncate)}return At(oi,ui(e))}var Fu={code:oi,name:pu,encode:ui,digest:mu};var Xn={};Ce(Xn,{sha256:()=>Cu,sha512:()=>Eu});var Zn=mt(J("crypto"),1);var gu=20;function Qn({name:e,code:t,encode:n,minDigestLength:r,maxDigestLength:i}){return new Jn(e,t,n,r,i)}var Jn=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,n,r,i,s){this.name=t,this.code=n,this.encode=r,this.minDigestLength=i??gu,this.maxDigestLength=s}digest(t,n){if(n?.truncate!=null){if(n.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&n.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?ai(r,this.code,n?.truncate):r.then(i=>ai(i,this.code,n?.truncate))}else throw Error("Unknown type, must be binary type")}};function ai(e,t,n){if(n!=null&&n!==e.byteLength){if(n>e.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${e.byteLength}`);e=e.subarray(0,n)}return At(t,e)}var Cu=Qn({name:"sha2-256",code:18,encode:e=>we(Zn.default.createHash("sha256").update(e).digest())}),Eu=Qn({name:"sha2-512",code:19,encode:e=>we(Zn.default.createHash("sha512").update(e).digest())});function li(e,t){let{bytes:n,version:r}=e;switch(r){case 0:return yu(n,kn(e),t??Me.encoder);default:return Au(n,kn(e),t??He.encoder)}}var fi=new WeakMap;function kn(e){let t=fi.get(e);if(t==null){let n=new Map;return fi.set(e,n),n}return t}var xt=class e{code;version;multihash;bytes;"/";constructor(t,n,r,i){this.code=n,this.version=t,this.multihash=r,this.bytes=i,this["/"]=i}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:n}=this;if(t!==Nt)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(n.code!==xu)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(n)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:n}=this.multihash,r=At(t,n);return e.createV1(this.code,r)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,n){let r=n;return r!=null&&t.code===r.code&&t.version===r.version&&si(t.multihash,r.multihash)}toString(t){return li(this,t)}toJSON(){return{"/":li(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let n=t;if(n instanceof e)return n;if(n["/"]!=null&&n["/"]===n.bytes||n.asCID===n){let{version:r,code:i,multihash:s,bytes:o}=n;return new e(r,i,s,o??Di(r,i,s.bytes))}else if(n[wu]===!0){let{version:r,multihash:i,code:s}=n,o=ii(i);return e.create(r,s,o)}else return null}static create(t,n,r){if(typeof n!="number")throw new Error("String codecs are no longer supported");if(!(r.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(n!==Nt)throw new Error(`Version 0 CID must use dag-pb (code: ${Nt}) block encoding`);return new e(t,n,r,r.bytes)}case 1:{let i=Di(t,n,r.bytes);return new e(t,n,r,i)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,Nt,t)}static createV1(t,n){return e.create(1,t,n)}static decode(t){let[n,r]=e.decodeFirst(t);if(r.length!==0)throw new Error("Incorrect length");return n}static decodeFirst(t){let n=e.inspectBytes(t),r=n.size-n.multihashSize,i=we(t.subarray(r,r+n.multihashSize));if(i.byteLength!==n.multihashSize)throw new Error("Incorrect length");let s=i.subarray(n.multihashSize-n.digestSize),o=new yt(n.multihashCode,n.digestSize,s,i);return[n.version===0?e.createV0(o):e.createV1(n.codec,o),t.subarray(n.size)]}static inspectBytes(t){let n=0,r=()=>{let[l,m]=Tt(t.subarray(n));return n+=m,l},i=r(),s=Nt;if(i===18?(i=0,n=0):s=r(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let o=n,a=r(),f=r(),F=n+f,p=F-o;return{version:i,codec:s,multihashCode:a,digestSize:f,multihashSize:p,size:F}}static parse(t,n){let[r,i]=bu(t,n),s=e.decode(i);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return kn(s).set(r,t),s}};function bu(e,t){switch(e[0]){case"Q":{let n=t??Me;return[Me.prefix,n.decode(`${Me.prefix}${e}`)]}case Me.prefix:{let n=t??Me;return[Me.prefix,n.decode(e)]}case He.prefix:{let n=t??He;return[He.prefix,n.decode(e)]}case jt.prefix:{let n=t??jt;return[jt.prefix,n.decode(e)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}}function yu(e,t,n){let{prefix:r}=n;if(r!==Me.prefix)throw Error(`Cannot string encode V0 in ${n.name} encoding`);let i=t.get(r);if(i==null){let s=n.encode(e).slice(1);return t.set(r,s),s}else return i}function Au(e,t,n){let{prefix:r}=n,i=t.get(r);if(i==null){let s=n.encode(e);return t.set(r,s),s}else return i}var Nt=112,xu=18;function Di(e,t,n){let r=bt(e),i=r+bt(t),s=new Uint8Array(i+n.byteLength);return Et(e,s,0),Et(t,s,r),s.set(n,i),s}var wu=Symbol.for("@ipld/js-cid/CID");var Lt={...Gn,...Ln,...qn,...$n,...Nn,...zn,...Wn,...Rn,...Hn,...Un},Dl={...Xn,...Kn};function di(e,t,n,r){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:n},decoder:{decode:r}}}var hi=di("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),er=di("ascii","a",e=>{let t="a";for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t},e=>{e=e.substring(1);let t=wn(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n);return t}),Bu={utf8:hi,"utf-8":hi,hex:Lt.base16,latin1:er,ascii:er,binary:er,...Lt},Kt=Bu;function Ut(e,t="utf8"){let n=Kt[t];if(n==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?Ft(pi.Buffer.from(e,"utf-8")):n.decoder.decode(`${n.prefix}${e}`)}var mi=J("node:buffer");function ke(e,t="utf8"){let n=Kt[t];if(n==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?mi.Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString("utf8"):n.encoder.encode(e).substring(1)}var he=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},Ue=class extends Error{static name="ValidationError";name="ValidationError"},Jt=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},Qt=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};var ze=J("node:net");function nr(e){return t=>ke(t,e)}function rr(e){return t=>Ut(t,e)}function wt(e){return new DataView(e.buffer).getUint16(e.byteOffset).toString()}function et(e){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,typeof e=="string"?parseInt(e):e),new Uint8Array(t)}function Fi(e){let t=e.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let n=Ut(t[0],"base32"),r=parseInt(t[1],10);if(r<1||r>65536)throw new Error("Port number is not in range(1, 65536)");let i=et(r);return It([n,i],n.length+i.length)}function gi(e){let t=e.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let n=He.decode(`b${t[0]}`),r=parseInt(t[1],10);if(r<1||r>65536)throw new Error("Port number is not in range(1, 65536)");let i=et(r);return It([n,i],n.length+i.length)}function ir(e){let t=e.subarray(0,e.length-2),n=e.subarray(e.length-2),r=ke(t,"base32"),i=wt(n);return`${r}:${i}`}var sr=function(e){e=e.toString().trim();let t=new Uint8Array(4);return e.split(/\./g).forEach((n,r)=>{let i=parseInt(n,10);if(isNaN(i)||i<0||i>255)throw new he("Invalid byte value in IP address");t[r]=i}),t},Ci=function(e){let t=0;e=e.toString().trim();let n=e.split(":",8),r;for(r=0;r<n.length;r++){let s=(0,ze.isIPv4)(n[r]),o;s&&(o=sr(n[r]),n[r]=ke(o.subarray(0,2),"base16")),o!=null&&++r<8&&n.splice(r,0,ke(o.subarray(2,4),"base16"))}if(n[0]==="")for(;n.length<8;)n.unshift("0");else if(n[n.length-1]==="")for(;n.length<8;)n.push("0");else if(n.length<8){for(r=0;r<n.length&&n[r]!=="";r++);let s=[r,1];for(r=9-n.length;r>0;r--)s.push("0");n.splice.apply(n,s)}let i=new Uint8Array(t+16);for(r=0;r<n.length;r++){n[r]===""&&(n[r]="0");let s=parseInt(n[r],16);if(isNaN(s)||s<0||s>65535)throw new he("Invalid byte value in IP address");i[t++]=s>>8&255,i[t++]=s&255}return i},Ei=function(e){if(e.byteLength!==4)throw new he("IPv4 address was incorrect length");let t=[];for(let n=0;n<e.byteLength;n++)t.push(e[n]);return t.join(".")},bi=function(e){if(e.byteLength!==16)throw new he("IPv6 address was incorrect length");let t=[];for(let r=0;r<e.byteLength;r+=2){let i=e[r],s=e[r+1],o=`${i.toString(16).padStart(2,"0")}${s.toString(16).padStart(2,"0")}`;t.push(o)}let n=t.join(":");try{let r=new URL(`http://[${n}]`);return r.hostname.substring(1,r.hostname.length-1)}catch{throw new he(`Invalid IPv6 address "${n}"`)}};function yi(e){try{let t=new URL(`http://[${e}]`);return t.hostname.substring(1,t.hostname.length-1)}catch{throw new he(`Invalid IPv6 address "${e}"`)}}var tr=Object.values(Lt).map(e=>e.decoder),Ou=(function(){let e=tr[0].or(tr[1]);return tr.slice(2).forEach(t=>e=e.or(t)),e})();function Ai(e){return Ou.decode(e)}function xi(e){return t=>e.encoder.encode(t)}function _u(e){if(parseInt(e).toString()!==e)throw new Ue("Value must be an integer")}function Su(e){if(e<0)throw new Ue("Value must be a positive integer, or zero")}function Pu(e){return t=>{if(t>e)throw new Ue(`Value must be smaller than or equal to ${e}`)}}function vu(...e){return t=>{for(let n of e)n(t)}}var zt=vu(_u,Su,Pu(65535));var fe=-1,or=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(t){let n;if(typeof t=="string"?n=this.protocolsByName.get(t):n=this.protocolsByCode.get(t),n==null)throw new Qt(`Protocol ${t} was unknown`);return n}addProtocol(t){this.protocolsByCode.set(t.code,t),this.protocolsByName.set(t.name,t),t.aliases?.forEach(n=>{this.protocolsByName.set(n,t)})}removeProtocol(t){let n=this.protocolsByCode.get(t);n!=null&&(this.protocolsByCode.delete(n.code),this.protocolsByName.delete(n.name),n.aliases?.forEach(r=>{this.protocolsByName.delete(r)}))}},We=new or,ga=[{code:4,name:"ip4",size:32,valueToBytes:sr,bytesToValue:Ei,validate:e=>{if(!(0,ze.isIPv4)(e))throw new Ue(`Invalid IPv4 address "${e}"`)}},{code:6,name:"tcp",size:16,valueToBytes:et,bytesToValue:wt,validate:zt},{code:273,name:"udp",size:16,valueToBytes:et,bytesToValue:wt,validate:zt},{code:33,name:"dccp",size:16,valueToBytes:et,bytesToValue:wt,validate:zt},{code:41,name:"ip6",size:128,valueToBytes:Ci,bytesToValue:bi,stringToValue:yi,validate:e=>{if(!(0,ze.isIPv6)(e))throw new Ue(`Invalid IPv6 address "${e}"`)}},{code:42,name:"ip6zone",size:fe},{code:43,name:"ipcidr",size:8,bytesToValue:nr("base10"),valueToBytes:rr("base10")},{code:53,name:"dns",size:fe},{code:54,name:"dns4",size:fe},{code:55,name:"dns6",size:fe},{code:56,name:"dnsaddr",size:fe},{code:132,name:"sctp",size:16,valueToBytes:et,bytesToValue:wt,validate:zt},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:fe,stringToValue:e=>decodeURIComponent(e),valueToString:e=>encodeURIComponent(e)},{code:421,name:"p2p",aliases:["ipfs"],size:fe,bytesToValue:nr("base58btc"),valueToBytes:e=>e.startsWith("Q")||e.startsWith("1")?rr("base58btc")(e):xt.parse(e).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:ir,valueToBytes:Fi},{code:445,name:"onion3",size:296,bytesToValue:ir,valueToBytes:gi},{code:446,name:"garlic64",size:fe},{code:447,name:"garlic32",size:fe},{code:448,name:"tls"},{code:449,name:"sni",size:fe},{code:454,name:"noise"},{code:460,name:"quic"},{code:461,name:"quic-v1"},{code:465,name:"webtransport"},{code:466,name:"certhash",size:fe,bytesToValue:xi(Vn),valueToBytes:Ai},{code:480,name:"http"},{code:481,name:"http-path",size:fe,stringToValue:e=>`/${decodeURIComponent(e)}`,valueToString:e=>encodeURIComponent(e.substring(1))},{code:443,name:"https"},{code:477,name:"ws"},{code:478,name:"wss"},{code:479,name:"p2p-websocket-star"},{code:277,name:"p2p-stardust"},{code:275,name:"p2p-webrtc-star"},{code:276,name:"p2p-webrtc-direct"},{code:280,name:"webrtc-direct"},{code:281,name:"webrtc"},{code:290,name:"p2p-circuit"},{code:777,name:"memory",size:fe}];ga.forEach(e=>{We.addProtocol(e)});function wi(e){let t=[],n=0;for(;n<e.length;){let r=vn(e,n),i=We.getProtocol(r),s=gt(r),o=Ca(i,e,n+s),a=0;o>0&&i.size===fe&&(a=gt(o));let f=s+a+o,F={code:r,name:i.name,bytes:e.subarray(n,n+f)};if(o>0){let p=n+s+a,l=e.subarray(p,p+o);F.value=i.bytesToValue?.(l)??ke(l)}t.push(F),n+=f}return t}function Bi(e){let t=0,n=[];for(let r of e){if(r.bytes==null){let i=We.getProtocol(r.code),s=gt(r.code),o,a=0,f=0;r.value!=null&&(o=i.valueToBytes?.(r.value)??Ut(r.value),a=o.byteLength,i.size===fe&&(f=gt(a)));let F=new Uint8Array(s+f+a),p=0;Pn(r.code,F,p),p+=s,o!=null&&(i.size===fe&&(Pn(a,F,p),p+=f),F.set(o,p)),r.bytes=F}n.push(r.bytes),t+=r.bytes.byteLength}return It(n,t)}function Oi(e){if(e.charAt(0)!=="/")throw new he('String multiaddr must start with "/"');let t=[],n="protocol",r="",i="";for(let s=1;s<e.length;s++){let o=e.charAt(s);o!=="/"&&(n==="protocol"?i+=e.charAt(s):r+=e.charAt(s));let a=s===e.length-1;if(o==="/"||a){let f=We.getProtocol(i);if(n==="protocol"){if(f.size==null||f.size===0){t.push({code:f.code,name:f.name}),r="",i="",n="protocol";continue}else if(a)throw new he(`Component ${i} was missing value`);n="value"}else if(n==="value"){let F={code:f.code,name:f.name};if(f.size!=null&&f.size!==0){if(r==="")throw new he(`Component ${i} was missing value`);F.value=f.stringToValue?.(r)??r}t.push(F),r="",i="",n="protocol"}}}if(i!==""&&r!=="")throw new he("Incomplete multiaddr");return t}function _i(e){return`/${e.flatMap(t=>{if(t.value==null)return t.name;let n=We.getProtocol(t.code);if(n==null)throw new he(`Unknown protocol code ${t.code}`);return[t.name,n.valueToString?.(t.value)??t.value]}).join("/")}`}function Ca(e,t,n){return e.size==null||e.size===0?0:e.size>0?e.size/8:vn(t,n)}var Ea=Symbol.for("nodejs.util.inspect.custom"),ur=Symbol.for("@multiformats/multiaddr");function ba(e){if(e==null&&(e="/"),Si(e))return e.getComponents();if(e instanceof Uint8Array)return wi(e);if(typeof e=="string")return e=e.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),e===""&&(e="/"),Oi(e);if(Array.isArray(e))return e;throw new he("Must be a string, Uint8Array, Component[], or another Multiaddr")}var Zt=class e{[ur]=!0;#e;#t;#n;constructor(t="/",n={}){this.#e=ba(t),n.validate!==!1&&ya(this)}get bytes(){return this.#n==null&&(this.#n=Bi(this.#e)),this.#n}toString(){return this.#t==null&&(this.#t=_i(this.#e)),this.#t}toJSON(){return this.toString()}getComponents(){return[...this.#e.map(t=>({...t}))]}encapsulate(t){let n=new e(t);return new e([...this.#e,...n.getComponents()],{validate:!1})}decapsulate(t){let n=t.toString(),r=this.toString(),i=r.lastIndexOf(n);if(i<0)throw new Jt(`Address ${this.toString()} does not contain subaddress: ${n}`);return new e(r.slice(0,i),{validate:!1})}decapsulateCode(t){let n;for(let r=this.#e.length-1;r>-1;r--)if(this.#e[r].code===t){n=r;break}return new e(this.#e.slice(0,n),{validate:!1})}equals(t){return qr(this.bytes,t.bytes)}[Ea](){return`Multiaddr(${this.toString()})`}};function ya(e){e.getComponents().forEach(t=>{let n=We.getProtocol(t.code);t.value!=null&&n.validate?.(t.value)})}function Si(e){return!!e?.[ur]}function Pi(e){return new Zt(e)}var vi=J("module"),cr=mt(J("path"),1),ar=mt(J("process"),1),Ii=J("url");function Aa(e){let t=cr.default.extname(e);return t?e.slice(0,-t.length):e}function lr(e){if(!e)return!1;if("main"in e)return!!e.main;if(!ar.default.argv[1])return!1;let n=(0,vi.createRequire)(e.url).resolve(ar.default.argv[1]),r=(0,Ii.fileURLToPath)(e.url);return cr.default.extname(n)?r===n:Aa(r)===n}var an=J("assert");var xa={right:Sa,center:Pa},wa=0,Xt=1,Ba=2,kt=3,fr=class{constructor(t){var n;this.width=t.width,this.wrap=(n=t.wrap)!==null&&n!==void 0?n:!0,this.rows=[]}span(...t){let n=this.div(...t);n.span=!0}resetOutput(){this.rows=[]}div(...t){if(t.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...t)&&typeof t[0]=="string")return this.applyLayoutDSL(t[0]);let n=t.map(r=>typeof r=="string"?this.colFromString(r):r);return this.rows.push(n),n}shouldApplyLayoutDSL(...t){return t.length===1&&typeof t[0]=="string"&&/[\t\n]/.test(t[0])}applyLayoutDSL(t){let n=t.split(`
4
+ `).map(i=>i.split(" ")),r=0;return n.forEach(i=>{i.length>1&&Ee.stringWidth(i[0])>r&&(r=Math.min(Math.floor(this.width*.5),Ee.stringWidth(i[0])))}),n.forEach(i=>{this.div(...i.map((s,o)=>({text:s.trim(),padding:this.measurePadding(s),width:o===0&&i.length>1?r:void 0})))}),this.rows[this.rows.length-1]}colFromString(t){return{text:t,padding:this.measurePadding(t)}}measurePadding(t){let n=Ee.stripAnsi(t);return[0,n.match(/\s*$/)[0].length,0,n.match(/^\s*/)[0].length]}toString(){let t=[];return this.rows.forEach(n=>{this.rowToString(n,t)}),t.filter(n=>!n.hidden).map(n=>n.text).join(`
5
+ `)}rowToString(t,n){return this.rasterize(t).forEach((r,i)=>{let s="";r.forEach((o,a)=>{let{width:f}=t[a],F=this.negatePadding(t[a]),p=o;if(F>Ee.stringWidth(o)&&(p+=" ".repeat(F-Ee.stringWidth(o))),t[a].align&&t[a].align!=="left"&&this.wrap){let m=xa[t[a].align];p=m(p,F),Ee.stringWidth(p)<F&&(p+=" ".repeat((f||0)-Ee.stringWidth(p)-1))}let l=t[a].padding||[0,0,0,0];l[kt]&&(s+=" ".repeat(l[kt])),s+=ji(t[a],p,"| "),s+=p,s+=ji(t[a],p," |"),l[Xt]&&(s+=" ".repeat(l[Xt])),i===0&&n.length>0&&(s=this.renderInline(s,n[n.length-1]))}),n.push({text:s.replace(/ +$/,""),span:t.span})}),n}renderInline(t,n){let r=t.match(/^ */),i=r?r[0].length:0,s=n.text,o=Ee.stringWidth(s.trimRight());return n.span?this.wrap?i<o?t:(n.hidden=!0,s.trimRight()+" ".repeat(i-o)+t.trimLeft()):(n.hidden=!0,s+t):t}rasterize(t){let n=[],r=this.columnWidths(t),i;return t.forEach((s,o)=>{s.width=r[o],this.wrap?i=Ee.wrap(s.text,this.negatePadding(s),{hard:!0}).split(`
6
6
  `):i=s.text.split(`
7
- `),s.border&&(i.unshift("."+"-".repeat(this.negatePadding(s)+2)+"."),i.push("'"+"-".repeat(this.negatePadding(s)+2)+"'")),s.padding&&(i.unshift(...new Array(s.padding[Oa]||0).fill("")),i.push(...new Array(s.padding[Aa]||0).fill(""))),i.forEach((c,p)=>{e[p]||e.push([]);let b=e[p];for(let d=0;d<o;d++)b[d]===void 0&&b.push("");b.push(c)})}),e}negatePadding(t){let e=t.width||0;return t.padding&&(e-=(t.padding[ke]||0)+(t.padding[Ze]||0)),t.border&&(e-=4),e}columnWidths(t){if(!this.wrap)return t.map(o=>o.width||wt.stringWidth(o.text));let e=t.length,n=this.width,i=t.map(o=>{if(o.width)return e--,n-=o.width,o.width}),s=e?Math.floor(n/e):0;return i.map((o,c)=>o===void 0?Math.max(s,Ea(t[c])):o)}};function Ci(r,t,e){return r.border?/[.']-+[.']/.test(t)?"":t.trim().length!==0?e:" ":""}function Ea(r){let t=r.padding||[],e=1+(t[ke]||0)+(t[Ze]||0);return r.border?e+4:e}function _a(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function Sa(r,t){r=r.trim();let e=wt.stringWidth(r);return e<t?" ".repeat(t-e)+r:r}function Pa(r,t){r=r.trim();let e=wt.stringWidth(r);return e>=t?r:" ".repeat(t-e>>1)+r}var wt;function Oi(r,t){return wt=t,new cr({width:r?.width||_a(),wrap:r?.wrap})}var Ai=new RegExp("\x1B(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)","g");function lr(r){return r.replace(Ai,"")}function Ei(r,t){let[e,n]=r.match(Ai)||["",""];r=lr(r);let i="";for(let s=0;s<r.length;s++)s!==0&&s%t===0&&(i+=`
8
- `),i+=r.charAt(s);return e&&n&&(i=`${e}${i}${n}`),i}function fr(r){return Oi(r,{stringWidth:t=>[...t].length,stripAnsi:lr,wrap:Ei})}var Ce=V("path"),tn=V("fs");function _i(r,t){let e=(0,Ce.resolve)(".",r),n;for((0,tn.statSync)(e).isDirectory()||(e=(0,Ce.dirname)(e));;){if(n=t(e,(0,tn.readdirSync)(e)),n)return(0,Ce.resolve)(e,n);if(e=(0,Ce.dirname)(n=e),n===e)break}}var Ri=V("util"),Bi=V("fs"),Vi=V("url");var vi=V("util"),sn=V("path");function te(r){if(r!==r.toLowerCase()&&r!==r.toUpperCase()||(r=r.toLowerCase()),r.indexOf("-")===-1&&r.indexOf("_")===-1)return r;{let e="",n=!1,i=r.match(/^-+/);for(let s=i?i[0].length:0;s<r.length;s++){let o=r.charAt(s);n&&(n=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?n=!0:o!=="-"&&o!=="_"&&(e+=o)}return e}}function en(r,t){let e=r.toLowerCase();t=t||"-";let n="";for(let i=0;i<r.length;i++){let s=e.charAt(i),o=r.charAt(i);s!==o&&i>0?n+=`${t}${e.charAt(i)}`:n+=o}return n}function nn(r){return r==null?!1:typeof r=="number"||/^0x[0-9a-f]+$/i.test(r)?!0:/^0[^.]/.test(r)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(r)}function Si(r){if(Array.isArray(r))return r.map(o=>typeof o!="string"?o+"":o);r=r.trim();let t=0,e=null,n=null,i=null,s=[];for(let o=0;o<r.length;o++){if(e=n,n=r.charAt(o),n===" "&&!i){e!==" "&&t++;continue}n===i?i=null:(n==="'"||n==='"')&&!i&&(i=n),s[t]||(s[t]=""),s[t]+=n}return s}var Et;(function(r){r.BOOLEAN="boolean",r.STRING="string",r.NUMBER="number",r.ARRAY="array"})(Et||(Et={}));var Wt,rn=class{constructor(t){Wt=t}parse(t,e){let n=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},e),i=Si(t),s=typeof t=="string",o=Ia(Object.assign(Object.create(null),n.alias)),c=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},n.configuration),p=Object.assign(Object.create(null),n.default),b=n.configObjects||[],d=n.envPrefix,h=c["populate--"],g=h?"--":"_",y=Object.create(null),x=Object.create(null),C=n.__||Wt.format,m={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},$=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,N=new RegExp("^--"+c["negation-prefix"]+"(.+)");[].concat(n.array||[]).filter(Boolean).forEach(function(l){let u=typeof l=="object"?l.key:l,O=Object.keys(l).map(function(w){return{boolean:"bools",string:"strings",number:"numbers"}[w]}).filter(Boolean).pop();O&&(m[O][u]=!0),m.arrays[u]=!0,m.keys.push(u)}),[].concat(n.boolean||[]).filter(Boolean).forEach(function(l){m.bools[l]=!0,m.keys.push(l)}),[].concat(n.string||[]).filter(Boolean).forEach(function(l){m.strings[l]=!0,m.keys.push(l)}),[].concat(n.number||[]).filter(Boolean).forEach(function(l){m.numbers[l]=!0,m.keys.push(l)}),[].concat(n.count||[]).filter(Boolean).forEach(function(l){m.counts[l]=!0,m.keys.push(l)}),[].concat(n.normalize||[]).filter(Boolean).forEach(function(l){m.normalize[l]=!0,m.keys.push(l)}),typeof n.narg=="object"&&Object.entries(n.narg).forEach(([l,u])=>{typeof u=="number"&&(m.nargs[l]=u,m.keys.push(l))}),typeof n.coerce=="object"&&Object.entries(n.coerce).forEach(([l,u])=>{typeof u=="function"&&(m.coercions[l]=u,m.keys.push(l))}),typeof n.config<"u"&&(Array.isArray(n.config)||typeof n.config=="string"?[].concat(n.config).filter(Boolean).forEach(function(l){m.configs[l]=!0}):typeof n.config=="object"&&Object.entries(n.config).forEach(([l,u])=>{(typeof u=="boolean"||typeof u=="function")&&(m.configs[l]=u)})),Xt(n.key,o,n.default,m.arrays),Object.keys(p).forEach(function(l){(m.aliases[l]||[]).forEach(function(u){p[u]=p[l]})});let W=null;Le();let z=[],R=Object.assign(Object.create(null),{_:[]}),ft={};for(let l=0;l<i.length;l++){let u=i[l],O=u.replace(/^-{3,}/,"---"),w,f,I,E,M,ct;if(u!=="--"&&/^-/.test(u)&&tt(u))Z(u);else if(O.match(/^---+(=|$)/)){Z(u);continue}else if(u.match(/^--.+=/)||!c["short-option-groups"]&&u.match(/^-.+=/))E=u.match(/^--?([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&(U(E[1],m.arrays)?l=Ot(l,E[1],i,E[2]):U(E[1],m.nargs)!==!1?l=ut(l,E[1],i,E[2]):Y(E[1],E[2],!0));else if(u.match(N)&&c["boolean-negation"])E=u.match(N),E!==null&&Array.isArray(E)&&E.length>=2&&(f=E[1],Y(f,U(f,m.arrays)?[!1]:!1));else if(u.match(/^--.+/)||!c["short-option-groups"]&&u.match(/^-[^-]+/))E=u.match(/^--?(.+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(f=E[1],U(f,m.arrays)?l=Ot(l,f,i):U(f,m.nargs)!==!1?l=ut(l,f,i):(M=i[l+1],M!==void 0&&(!M.match(/^-/)||M.match($))&&!U(f,m.bools)&&!U(f,m.counts)||/^(true|false)$/.test(M)?(Y(f,M),l++):Y(f,et(f))));else if(u.match(/^-.\..+=/))E=u.match(/^-([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&Y(E[1],E[2]);else if(u.match(/^-.\..+/)&&!u.match($))M=i[l+1],E=u.match(/^-(.\..+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(f=E[1],M!==void 0&&!M.match(/^-/)&&!U(f,m.bools)&&!U(f,m.counts)?(Y(f,M),l++):Y(f,et(f)));else if(u.match(/^-[^-]+/)&&!u.match($)){I=u.slice(1,-1).split(""),w=!1;for(let dt=0;dt<I.length;dt++){if(M=u.slice(dt+2),I[dt+1]&&I[dt+1]==="="){ct=u.slice(dt+3),f=I[dt],U(f,m.arrays)?l=Ot(l,f,i,ct):U(f,m.nargs)!==!1?l=ut(l,f,i,ct):Y(f,ct),w=!0;break}if(M==="-"){Y(I[dt],M);continue}if(/[A-Za-z]/.test(I[dt])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(M)&&U(M,m.bools)===!1){Y(I[dt],M),w=!0;break}if(I[dt+1]&&I[dt+1].match(/\W/)){Y(I[dt],M),w=!0;break}else Y(I[dt],et(I[dt]))}f=u.slice(-1)[0],!w&&f!=="-"&&(U(f,m.arrays)?l=Ot(l,f,i):U(f,m.nargs)!==!1?l=ut(l,f,i):(M=i[l+1],M!==void 0&&(!/^(-|--)[^-]/.test(M)||M.match($))&&!U(f,m.bools)&&!U(f,m.counts)||/^(true|false)$/.test(M)?(Y(f,M),l++):Y(f,et(f))))}else if(u.match(/^-[0-9]$/)&&u.match($)&&U(u.slice(1),m.bools))f=u.slice(1),Y(f,et(f));else if(u==="--"){z=i.slice(l+1);break}else if(c["halt-at-non-option"]){z=i.slice(l);break}else Z(u)}H(R,!0),H(R,!1),L(R),ot(),k(R,m.aliases,p,!0),at(R),c["set-placeholder-key"]&&Qt(R),Object.keys(m.counts).forEach(function(l){Dt(R,l.split("."))||Y(l,0)}),h&&z.length&&(R[g]=[]),z.forEach(function(l){R[g].push(l)}),c["camel-case-expansion"]&&c["strip-dashed"]&&Object.keys(R).filter(l=>l!=="--"&&l.includes("-")).forEach(l=>{delete R[l]}),c["strip-aliased"]&&[].concat(...Object.keys(o).map(l=>o[l])).forEach(l=>{c["camel-case-expansion"]&&l.includes("-")&&delete R[l.split(".").map(u=>te(u)).join(".")],delete R[l]});function Z(l){let u=P("_",l);(typeof u=="string"||typeof u=="number")&&R._.push(u)}function ut(l,u,O,w){let f,I=U(u,m.nargs);if(I=typeof I!="number"||isNaN(I)?1:I,I===0)return vt(w)||(W=Error(C("Argument unexpected for: %s",u))),Y(u,et(u)),l;let E=vt(w)?0:1;if(c["nargs-eats-options"])O.length-(l+1)+E<I&&(W=Error(C("Not enough arguments following: %s",u))),E=I;else{for(f=l+1;f<O.length&&(!O[f].match(/^-[^0-9]/)||O[f].match($)||tt(O[f]));f++)E++;E<I&&(W=Error(C("Not enough arguments following: %s",u)))}let M=Math.min(E,I);for(!vt(w)&&M>0&&(Y(u,w),M--),f=l+1;f<M+l+1;f++)Y(u,O[f]);return l+M}function Ot(l,u,O,w){let f=[],I=w||O[l+1],E=U(u,m.nargs);if(U(u,m.bools)&&!/^(true|false)$/.test(I))f.push(!0);else if(vt(I)||vt(w)&&/^-/.test(I)&&!$.test(I)&&!tt(I)){if(p[u]!==void 0){let M=p[u];f=Array.isArray(M)?M:[M]}}else{vt(w)||f.push(A(u,w,!0));for(let M=l+1;M<O.length&&!(!c["greedy-arrays"]&&f.length>0||E&&typeof E=="number"&&f.length>=E||(I=O[M],/^-/.test(I)&&!$.test(I)&&!tt(I)));M++)l=M,f.push(A(u,I,s))}return typeof E=="number"&&(E&&f.length<E||isNaN(E)&&f.length===0)&&(W=Error(C("Not enough arguments following: %s",u))),Y(u,f),l}function Y(l,u,O=s){if(/-/.test(l)&&c["camel-case-expansion"]){let I=l.split(".").map(function(E){return te(E)}).join(".");j(l,I)}let w=A(l,u,O),f=l.split(".");zt(R,f,w),m.aliases[l]&&m.aliases[l].forEach(function(I){let E=I.split(".");zt(R,E,w)}),f.length>1&&c["dot-notation"]&&(m.aliases[f[0]]||[]).forEach(function(I){let E=I.split("."),M=[].concat(f);M.shift(),E=E.concat(M),(m.aliases[l]||[]).includes(E.join("."))||zt(R,E,w)}),U(l,m.normalize)&&!U(l,m.arrays)&&[l].concat(m.aliases[l]||[]).forEach(function(E){Object.defineProperty(ft,E,{enumerable:!0,get(){return u},set(M){u=typeof M=="string"?Wt.normalize(M):M}})})}function j(l,u){m.aliases[l]&&m.aliases[l].length||(m.aliases[l]=[u],y[u]=!0),m.aliases[u]&&m.aliases[u].length||j(u,l)}function A(l,u,O){O&&(u=ja(u)),(U(l,m.bools)||U(l,m.counts))&&typeof u=="string"&&(u=u==="true");let w=Array.isArray(u)?u.map(function(f){return P(l,f)}):P(l,u);return U(l,m.counts)&&(vt(w)||typeof w=="boolean")&&(w=ur()),U(l,m.normalize)&&U(l,m.arrays)&&(Array.isArray(u)?w=u.map(f=>Wt.normalize(f)):w=Wt.normalize(u)),w}function P(l,u){return!c["parse-positional-numbers"]&&l==="_"||!U(l,m.strings)&&!U(l,m.bools)&&!Array.isArray(u)&&(nn(u)&&c["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${u}`)))||!vt(u)&&U(l,m.numbers))&&(u=Number(u)),u}function L(l){let u=Object.create(null);k(u,m.aliases,p),Object.keys(m.configs).forEach(function(O){let w=l[O]||u[O];if(w)try{let f=null,I=Wt.resolve(Wt.cwd(),w),E=m.configs[O];if(typeof E=="function"){try{f=E(I)}catch(M){f=M}if(f instanceof Error){W=f;return}}else f=Wt.require(I);q(f)}catch(f){f.name==="PermissionDenied"?W=f:l[O]&&(W=Error(C("Invalid JSON config file: %s",w)))}})}function q(l,u){Object.keys(l).forEach(function(O){let w=l[O],f=u?u+"."+O:O;typeof w=="object"&&w!==null&&!Array.isArray(w)&&c["dot-notation"]?q(w,f):(!Dt(R,f.split("."))||U(f,m.arrays)&&c["combine-arrays"])&&Y(f,w)})}function ot(){typeof b<"u"&&b.forEach(function(l){q(l)})}function H(l,u){if(typeof d>"u")return;let O=typeof d=="string"?d:"",w=Wt.env();Object.keys(w).forEach(function(f){if(O===""||f.lastIndexOf(O,0)===0){let I=f.split("__").map(function(E,M){return M===0&&(E=E.substring(O.length)),te(E)});(u&&m.configs[I.join(".")]||!u)&&!Dt(l,I)&&Y(I.join("."),w[f])}})}function at(l){let u,O=new Set;Object.keys(l).forEach(function(w){if(!O.has(w)&&(u=U(w,m.coercions),typeof u=="function"))try{let f=P(w,u(l[w]));[].concat(m.aliases[w]||[],w).forEach(I=>{O.add(I),l[I]=f})}catch(f){W=f}})}function Qt(l){return m.keys.forEach(u=>{~u.indexOf(".")||typeof l[u]>"u"&&(l[u]=void 0)}),l}function k(l,u,O,w=!1){Object.keys(O).forEach(function(f){Dt(l,f.split("."))||(zt(l,f.split("."),O[f]),w&&(x[f]=!0),(u[f]||[]).forEach(function(I){Dt(l,I.split("."))||zt(l,I.split("."),O[f])}))})}function Dt(l,u){let O=l;c["dot-notation"]||(u=[u.join(".")]),u.slice(0,-1).forEach(function(f){O=O[f]||{}});let w=u[u.length-1];return typeof O!="object"?!1:w in O}function zt(l,u,O){let w=l;c["dot-notation"]||(u=[u.join(".")]),u.slice(0,-1).forEach(function(ct){ct=Pi(ct),typeof w=="object"&&w[ct]===void 0&&(w[ct]={}),typeof w[ct]!="object"||Array.isArray(w[ct])?(Array.isArray(w[ct])?w[ct].push({}):w[ct]=[w[ct],{}],w=w[ct][w[ct].length-1]):w=w[ct]});let f=Pi(u[u.length-1]),I=U(u.join("."),m.arrays),E=Array.isArray(O),M=c["duplicate-arguments-array"];!M&&U(f,m.nargs)&&(M=!0,(!vt(w[f])&&m.nargs[f]===1||Array.isArray(w[f])&&w[f].length===m.nargs[f])&&(w[f]=void 0)),O===ur()?w[f]=ur(w[f]):Array.isArray(w[f])?M&&I&&E?w[f]=c["flatten-duplicate-arrays"]?w[f].concat(O):(Array.isArray(w[f][0])?w[f]:[w[f]]).concat([O]):!M&&!!I==!!E?w[f]=O:w[f]=w[f].concat([O]):w[f]===void 0&&I?w[f]=E?O:[O]:M&&!(w[f]===void 0||U(f,m.counts)||U(f,m.bools))?w[f]=[w[f],O]:w[f]=O}function Xt(...l){l.forEach(function(u){Object.keys(u||{}).forEach(function(O){m.aliases[O]||(m.aliases[O]=[].concat(o[O]||[]),m.aliases[O].concat(O).forEach(function(w){if(/-/.test(w)&&c["camel-case-expansion"]){let f=te(w);f!==O&&m.aliases[O].indexOf(f)===-1&&(m.aliases[O].push(f),y[f]=!0)}}),m.aliases[O].concat(O).forEach(function(w){if(w.length>1&&/[A-Z]/.test(w)&&c["camel-case-expansion"]){let f=en(w,"-");f!==O&&m.aliases[O].indexOf(f)===-1&&(m.aliases[O].push(f),y[f]=!0)}}),m.aliases[O].forEach(function(w){m.aliases[w]=[O].concat(m.aliases[O].filter(function(f){return w!==f}))}))})})}function U(l,u){let O=[].concat(m.aliases[l]||[],l),w=Object.keys(u),f=O.find(I=>w.includes(I));return f?u[f]:!1}function xn(l){let u=Object.keys(m);return[].concat(u.map(w=>m[w])).some(function(w){return Array.isArray(w)?w.includes(l):w[l]})}function F(l,...u){return[].concat(...u).some(function(w){let f=l.match(w);return f&&xn(f[1])})}function X(l){if(l.match($)||!l.match(/^-[^-]+/))return!1;let u=!0,O,w=l.slice(1).split("");for(let f=0;f<w.length;f++){if(O=l.slice(f+2),!xn(w[f])){u=!1;break}if(w[f+1]&&w[f+1]==="="||O==="-"||/[A-Za-z]/.test(w[f])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(O)||w[f+1]&&w[f+1].match(/\W/))break}return u}function tt(l){return c["unknown-options-as-args"]&&B(l)}function B(l){return l=l.replace(/^-{3,}/,"--"),l.match($)||X(l)?!1:!F(l,/^-+([^=]+?)=[\s\S]*$/,N,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function et(l){return!U(l,m.bools)&&!U(l,m.counts)&&`${l}`in p?p[l]:it(jt(l))}function it(l){return{[Et.BOOLEAN]:!0,[Et.STRING]:"",[Et.NUMBER]:void 0,[Et.ARRAY]:[]}[l]}function jt(l){let u=Et.BOOLEAN;return U(l,m.strings)?u=Et.STRING:U(l,m.numbers)?u=Et.NUMBER:U(l,m.bools)?u=Et.BOOLEAN:U(l,m.arrays)&&(u=Et.ARRAY),u}function vt(l){return l===void 0}function Le(){Object.keys(m.counts).find(l=>U(l,m.arrays)?(W=Error(C("Invalid configuration: %s, opts.count excludes opts.array.",l)),!0):U(l,m.nargs)?(W=Error(C("Invalid configuration: %s, opts.count excludes opts.narg.",l)),!0):!1)}return{aliases:Object.assign({},m.aliases),argv:Object.assign(ft,R),configuration:c,defaulted:Object.assign({},x),error:W,newAliases:Object.assign({},y)}}};function Ia(r){let t=[],e=Object.create(null),n=!0;for(Object.keys(r).forEach(function(i){t.push([].concat(r[i],i))});n;){n=!1;for(let i=0;i<t.length;i++)for(let s=i+1;s<t.length;s++)if(t[i].filter(function(c){return t[s].indexOf(c)!==-1}).length){t[i]=t[i].concat(t[s]),t.splice(s,1),n=!0;break}}return t.forEach(function(i){i=i.filter(function(o,c,p){return p.indexOf(o)===c});let s=i.pop();s!==void 0&&typeof s=="string"&&(e[s]=i)}),e}function ur(r){return r!==void 0?r+1:1}function Pi(r){return r==="__proto__"?"___proto___":r}function ja(r){return typeof r=="string"&&(r[0]==="'"||r[0]==='"')&&r[r.length-1]===r[0]?r.substring(1,r.length-1):r}var Mi=V("fs");var hr,dr,pr,Ii=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12,ji=(dr=(hr=process==null?void 0:process.versions)===null||hr===void 0?void 0:hr.node)!==null&&dr!==void 0?dr:(pr=process==null?void 0:process.version)===null||pr===void 0?void 0:pr.slice(1);if(ji&&Number(ji.match(/^([^.]+)/)[1])<Ii)throw Error(`yargs parser supports a minimum Node.js version of ${Ii}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var va=process?process.env:{},$i=new rn({cwd:process.cwd,env:()=>va,format:vi.format,normalize:sn.normalize,resolve:sn.resolve,require:r=>{if(typeof V<"u")return V(r);if(r.match(/\.json$/))return JSON.parse((0,Mi.readFileSync)(r,"utf8"));throw Error("only .json config files are supported in ESM")}}),Ne=function(t,e){return $i.parse(t.slice(),e).argv};Ne.detailed=function(r,t){return $i.parse(r.slice(),t)};Ne.camelCase=te;Ne.decamelize=en;Ne.looksLikeNumber=nn;var Fi=Ne;var $t=V("path");function Ma(){return $a()?0:1}function $a(){return Fa()&&!process.defaultApp}function Fa(){return!!process.versions.electron}function Ni(){return process.argv[Ma()]}var J=class r extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,r)}};var Oe=V("fs"),Ui=V("util"),Di=V("path"),zi={fs:{readFileSync:Oe.readFileSync,writeFile:Oe.writeFile},format:Ui.format,resolve:Di.resolve,exists:r=>{try{return(0,Oe.statSync)(r).isFile()}catch{return!1}}};var Mt,mr=class{constructor(t){t=t||{},this.directory=t.directory||"./locales",this.updateFiles=typeof t.updateFiles=="boolean"?t.updateFiles:!0,this.locale=t.locale||"en",this.fallbackToLanguage=typeof t.fallbackToLanguage=="boolean"?t.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...t){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let e=t.shift(),n=function(){};return typeof t[t.length-1]=="function"&&(n=t.pop()),n=n||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][e]&&this.updateFiles?(this.cache[this.locale][e]=e,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:n})):n(),Mt.format.apply(Mt.format,[this.cache[this.locale][e]||e].concat(t))}__n(){let t=Array.prototype.slice.call(arguments),e=t.shift(),n=t.shift(),i=t.shift(),s=function(){};typeof t[t.length-1]=="function"&&(s=t.pop()),this.cache[this.locale]||this._readLocaleFile();let o=i===1?e:n;this.cache[this.locale][e]&&(o=this.cache[this.locale][e][i===1?"one":"other"]),!this.cache[this.locale][e]&&this.updateFiles?(this.cache[this.locale][e]={one:e,other:n},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:s})):s();let c=[o];return~o.indexOf("%d")&&c.push(i),Mt.format.apply(Mt.format,c.concat(t))}setLocale(t){this.locale=t}getLocale(){return this.locale}updateLocale(t){this.cache[this.locale]||this._readLocaleFile();for(let e in t)Object.prototype.hasOwnProperty.call(t,e)&&(this.cache[this.locale][e]=t[e])}_taggedLiteral(t,...e){let n="";return t.forEach(function(i,s){let o=e[s+1];n+=i,typeof o<"u"&&(n+="%s")}),this.__.apply(this,[n].concat([].slice.call(e,1)))}_enqueueWrite(t){this.writeQueue.push(t),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let t=this,e=this.writeQueue[0],n=e.directory,i=e.locale,s=e.cb,o=this._resolveLocaleFile(n,i),c=JSON.stringify(this.cache[i],null,2);Mt.fs.writeFile(o,c,"utf-8",function(p){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(p)})}_readLocaleFile(){let t={},e=this._resolveLocaleFile(this.directory,this.locale);try{Mt.fs.readFileSync&&(t=JSON.parse(Mt.fs.readFileSync(e,"utf-8")))}catch(n){if(n instanceof SyntaxError&&(n.message="syntax error in "+e),n.code==="ENOENT")t={};else throw n}this.cache[this.locale]=t}_resolveLocaleFile(t,e){let n=Mt.resolve(t,"./",e+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(n)&&~e.lastIndexOf("_")){let i=Mt.resolve(t,"./",e.split("_")[0]+".json");this._fileExistsSync(i)&&(n=i)}return n}_fileExistsSync(t){return Mt.exists(t)}};function Ti(r,t){Mt=t;let e=new mr(r);return{__:e.__.bind(e),__n:e.__n.bind(e),setLocale:e.setLocale.bind(e),getLocale:e.getLocale.bind(e),updateLocale:e.updateLocale.bind(e),locale:e.locale}}var Na=r=>Ti(r,zi),Li=Na;var za={},Ua="require is not supported by ESM",Wi="loading a directory of commands is not supported yet for ESM",Ue;try{Ue=(0,Vi.fileURLToPath)(za.url)}catch{Ue=process.cwd()}var Da=Ue.substring(0,Ue.lastIndexOf("node_modules")),Hi={assert:{notStrictEqual:on.notStrictEqual,strictEqual:on.strictEqual},cliui:fr,findUp:_i,getEnv:r=>process.env[r],inspect:Ri.inspect,getCallerFile:()=>{throw new J(Wi)},getProcessArgvBin:Ni,mainFilename:Da||process.cwd(),Parser:Fi,path:{basename:$t.basename,dirname:$t.dirname,extname:$t.extname,relative:$t.relative,resolve:$t.resolve},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(r,t)=>process.emitWarning(r,t),execPath:()=>process.execPath,exit:process.exit,nextTick:process.nextTick,stdColumns:typeof process.stdout.columns<"u"?process.stdout.columns:null},readFileSync:Bi.readFileSync,require:()=>{throw new J(Ua)},requireDirectory:()=>{throw new J(Wi)},stringWidth:r=>[...r].length,y18n:Li({directory:(0,$t.resolve)(Ue,"../../../locales"),updateFiles:!1})};function mt(r,t,e,n){e.assert.notStrictEqual(r,t,n)}function gr(r,t){t.assert.strictEqual(typeof r,"string")}function Ae(r){return Object.keys(r)}function Q(r){return!!r&&!!r.then&&typeof r.then=="function"}function Ht(r){let e=r.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),n=/\.*[\][<>]/g,i=e.shift();if(!i)throw new Error(`No command found in: ${r}`);let s={cmd:i.replace(n,""),demanded:[],optional:[]};return e.forEach((o,c)=>{let p=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&c===e.length-1&&(p=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(n,"").split("|"),variadic:p}):s.demanded.push({cmd:o.replace(n,"").split("|"),variadic:p})}),s}var Ta=["first","second","third","fourth","fifth","sixth"];function _(r,t,e){function n(){return typeof r=="object"?[{demanded:[],optional:[]},r,t]:[Ht(`cmd ${r}`),t,e]}try{let i=0,[s,o,c]=n(),p=[].slice.call(o);for(;p.length&&p[p.length-1]===void 0;)p.pop();let b=c||p.length;if(b<s.demanded.length)throw new J(`Not enough arguments provided. Expected ${s.demanded.length} but received ${p.length}.`);let d=s.demanded.length+s.optional.length;if(b>d)throw new J(`Too many arguments provided. Expected max ${d} but received ${b}.`);s.demanded.forEach(h=>{let g=p.shift(),y=qi(g);h.cmd.filter(C=>C===y||C==="*").length===0&&Gi(y,h.cmd,i),i+=1}),s.optional.forEach(h=>{if(p.length===0)return;let g=p.shift(),y=qi(g);h.cmd.filter(C=>C===y||C==="*").length===0&&Gi(y,h.cmd,i),i+=1})}catch(i){console.warn(i.stack)}}function qi(r){return Array.isArray(r)?"array":r===null?"null":typeof r}function Gi(r,t,e){throw new J(`Invalid ${Ta[e]||"manyith"} argument. Expected ${t.join(" or ")} but received ${r}.`)}var an=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,e,n=!0,i=!1){if(_("<array|function> [boolean] [boolean] [boolean]",[t,e,n],arguments.length),Array.isArray(t)){for(let s=0;s<t.length;s++){if(typeof t[s]!="function")throw Error("middleware must be a function");let o=t[s];o.applyBeforeValidation=e,o.global=n}Array.prototype.push.apply(this.globalMiddleware,t)}else if(typeof t=="function"){let s=t;s.applyBeforeValidation=e,s.global=n,s.mutates=i,this.globalMiddleware.push(t)}return this.yargs}addCoerceMiddleware(t,e){let n=this.yargs.getAliases();return this.globalMiddleware=this.globalMiddleware.filter(i=>{let s=[...n[e]||[],e];return i.option?!s.includes(i.option):!0}),t.option=e,this.addMiddleware(t,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let t=this.frozens.pop();t!==void 0&&(this.globalMiddleware=t)}reset(){this.globalMiddleware=this.globalMiddleware.filter(t=>t.global)}};function Yi(r){return r?r.map(t=>(t.applyBeforeValidation=!1,t)):[]}function ee(r,t,e,n){return e.reduce((i,s)=>{if(s.applyBeforeValidation!==n)return i;if(s.mutates){if(s.applied)return i;s.applied=!0}if(Q(i))return i.then(o=>Promise.all([o,s(o,t)])).then(([o,c])=>Object.assign(o,c));{let o=s(i,t);return Q(o)?o.then(c=>Object.assign(i,c)):Object.assign(i,o)}},r)}function ne(r,t,e=n=>{throw n}){try{let n=La(r)?r():r;return Q(n)?n.then(i=>t(i)):t(n)}catch(n){return e(n)}}function La(r){return typeof r=="function"}function br(r){if(typeof V>"u")return null;for(let t=0,e=Object.keys(V.cache),n;t<e.length;t++)if(n=V.cache[e[t]],n.exports===r)return n;return null}var Ee=/(^\*)|(^\$0)/,wr=class{constructor(t,e,n,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=t,this.globalMiddleware=n,this.validation=e}addDirectory(t,e,n,i){i=i||{},typeof i.recurse!="boolean"&&(i.recurse=!1),Array.isArray(i.extensions)||(i.extensions=["js"]);let s=typeof i.visit=="function"?i.visit:o=>o;i.visit=(o,c,p)=>{let b=s(o,c,p);if(b){if(this.requireCache.has(c))return b;this.requireCache.add(c),this.addHandler(b)}return b},this.shim.requireDirectory({require:e,filename:n},t,i)}addHandler(t,e,n,i,s,o){let c=[],p=Yi(s);if(i=i||(()=>{}),Array.isArray(t))if(Wa(t))[t,...c]=t;else for(let b of t)this.addHandler(b);else if(Ba(t)){let b=Array.isArray(t.command)||typeof t.command=="string"?t.command:this.moduleName(t);t.aliases&&(b=[].concat(b).concat(t.aliases)),this.addHandler(b,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(Ki(n)){this.addHandler([t].concat(c),e,n.builder,n.handler,n.middlewares,n.deprecated);return}if(typeof t=="string"){let b=Ht(t);c=c.map(g=>Ht(g).cmd);let d=!1,h=[b.cmd].concat(c).filter(g=>Ee.test(g)?(d=!0,!1):!0);h.length===0&&d&&h.push("$0"),d&&(b.cmd=h[0],c=h.slice(1),t=t.replace(Ee,b.cmd)),c.forEach(g=>{this.aliasMap[g]=b.cmd}),e!==!1&&this.usage.command(t,e,d,c,o),this.handlers[b.cmd]={original:t,description:e,handler:i,builder:n||{},middlewares:p,deprecated:o,demanded:b.demanded,optional:b.optional},d&&(this.defaultCommand=this.handlers[b.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(t,e,n,i,s,o){let c=this.handlers[t]||this.handlers[this.aliasMap[t]]||this.defaultCommand,p=e.getInternalMethods().getContext(),b=p.commands.slice(),d=!t;t&&(p.commands.push(t),p.fullCommands.push(c.original));let h=this.applyBuilderUpdateUsageAndParse(d,c,e,n.aliases,b,i,s,o);return Q(h)?h.then(g=>this.applyMiddlewareAndGetResult(d,c,g.innerArgv,p,s,g.aliases,e)):this.applyMiddlewareAndGetResult(d,c,h.innerArgv,p,s,h.aliases,e)}applyBuilderUpdateUsageAndParse(t,e,n,i,s,o,c,p){let b=e.builder,d=n;if(cn(b)){n.getInternalMethods().getUsageInstance().freeze();let h=b(n.getInternalMethods().reset(i),p);if(Q(h))return h.then(g=>(d=Qi(g)?g:n,this.parseAndUpdateUsage(t,e,d,s,o,c)))}else Ra(b)&&(n.getInternalMethods().getUsageInstance().freeze(),d=n.getInternalMethods().reset(i),Object.keys(e.builder).forEach(h=>{d.option(h,b[h])}));return this.parseAndUpdateUsage(t,e,d,s,o,c)}parseAndUpdateUsage(t,e,n,i,s,o){t&&n.getInternalMethods().getUsageInstance().unfreeze(!0),this.shouldUpdateUsage(n)&&n.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(i,e),e.description);let c=n.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,s,o);return Q(c)?c.then(p=>({aliases:n.parsed.aliases,innerArgv:p})):{aliases:n.parsed.aliases,innerArgv:c}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,e){let n=Ee.test(e.original)?e.original.replace(Ee,"").trim():e.original,i=t.filter(s=>!Ee.test(s));return i.push(n),`$0 ${i.join(" ")}`}handleValidationAndGetResult(t,e,n,i,s,o,c,p){if(!o.getInternalMethods().getHasOutput()){let b=o.getInternalMethods().runValidation(s,p,o.parsed.error,t);n=ne(n,d=>(b(d),d))}if(e.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let b=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(n,b,!1,!1),n=ee(n,o,c,!1),n=ne(n,d=>{let h=e.handler(d);return Q(h)?h.then(()=>d):d}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),Q(n)&&!o.getInternalMethods().hasParseCallback()&&n.catch(d=>{try{o.getInternalMethods().getUsageInstance().fail(null,d)}catch{}})}return t||(i.commands.pop(),i.fullCommands.pop()),n}applyMiddlewareAndGetResult(t,e,n,i,s,o,c){let p={};if(s)return n;c.getInternalMethods().getHasOutput()||(p=this.populatePositionals(e,n,i,c));let b=this.globalMiddleware.getMiddleware().slice(0).concat(e.middlewares),d=ee(n,c,b,!0);return Q(d)?d.then(h=>this.handleValidationAndGetResult(t,e,h,i,o,c,b,p)):this.handleValidationAndGetResult(t,e,d,i,o,c,b,p)}populatePositionals(t,e,n,i){e._=e._.slice(n.commands.length);let s=t.demanded.slice(0),o=t.optional.slice(0),c={};for(this.validation.positionalCount(s.length,e._.length);s.length;){let p=s.shift();this.populatePositional(p,e,c)}for(;o.length;){let p=o.shift();this.populatePositional(p,e,c)}return e._=n.commands.concat(e._.map(p=>""+p)),this.postProcessPositionals(e,c,this.cmdToParseOptions(t.original),i),c}populatePositional(t,e,n){let i=t.cmd[0];t.variadic?n[i]=e._.splice(0).map(String):e._.length&&(n[i]=[String(e._.shift())])}cmdToParseOptions(t){let e={array:[],default:{},alias:{},demand:{}},n=Ht(t);return n.demanded.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(e.array.push(s),e.default[s]=[]),e.alias[s]=o,e.demand[s]=!0}),n.optional.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(e.array.push(s),e.default[s]=[]),e.alias[s]=o}),e}postProcessPositionals(t,e,n,i){let s=Object.assign({},i.getOptions());s.default=Object.assign(n.default,s.default);for(let b of Object.keys(n.alias))s.alias[b]=(s.alias[b]||[]).concat(n.alias[b]);s.array=s.array.concat(n.array),s.config={};let o=[];if(Object.keys(e).forEach(b=>{e[b].map(d=>{s.configuration["unknown-options-as-args"]&&(s.key[b]=!0),o.push(`--${b}`),o.push(d)})}),!o.length)return;let c=Object.assign({},s.configuration,{"populate--":!1}),p=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:c}));if(p.error)i.getInternalMethods().getUsageInstance().fail(p.error.message,p.error);else{let b=Object.keys(e);Object.keys(e).forEach(d=>{b.push(...p.aliases[d])}),Object.keys(p.argv).forEach(d=>{b.includes(d)&&(e[d]||(e[d]=p.argv[d]),!this.isInConfigs(i,d)&&!this.isDefaulted(i,d)&&Object.prototype.hasOwnProperty.call(t,d)&&Object.prototype.hasOwnProperty.call(p.argv,d)&&(Array.isArray(t[d])||Array.isArray(p.argv[d]))?t[d]=[].concat(t[d],p.argv[d]):t[d]=p.argv[d])})}}isDefaulted(t,e){let{default:n}=t.getOptions();return Object.prototype.hasOwnProperty.call(n,e)||Object.prototype.hasOwnProperty.call(n,this.shim.Parser.camelCase(e))}isInConfigs(t,e){let{configObjects:n}=t.getOptions();return n.some(i=>Object.prototype.hasOwnProperty.call(i,e))||n.some(i=>Object.prototype.hasOwnProperty.call(i,this.shim.Parser.camelCase(e)))}runDefaultBuilderOn(t){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(t)){let n=Ee.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");t.getInternalMethods().getUsageInstance().usage(n,this.defaultCommand.description)}let e=this.defaultCommand.builder;if(cn(e))return e(t,!0);Ki(e)||Object.keys(e).forEach(n=>{t.option(n,e[n])})}moduleName(t){let e=br(t);if(!e)throw new Error(`No command name given for module: ${this.shim.inspect(t)}`);return this.commandFromFilename(e.filename)}commandFromFilename(t){return this.shim.path.basename(t,this.shim.path.extname(t))}extractDesc({describe:t,description:e,desc:n}){for(let i of[t,e,n]){if(typeof i=="string"||i===!1)return i;mt(i,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let t=this.frozens.pop();mt(t,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=t}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function Ji(r,t,e,n){return new wr(r,t,e,n)}function Ki(r){return typeof r=="object"&&!!r.builder&&typeof r.handler=="function"}function Wa(r){return r.every(t=>typeof t=="string")}function cn(r){return typeof r=="function"}function Ra(r){return typeof r=="object"}function Ba(r){return typeof r=="object"&&!Array.isArray(r)}function qt(r={},t=()=>!0){let e={};return Ae(r).forEach(n=>{t(n,r[n])&&(e[n]=r[n])}),e}function Gt(r){typeof process>"u"||[process.stdout,process.stderr].forEach(t=>{let e=t;e._handle&&e.isTTY&&typeof e._handle.setBlocking=="function"&&e._handle.setBlocking(r)})}function Va(r){return typeof r=="boolean"}function Zi(r,t){let e=t.y18n.__,n={},i=[];n.failFn=function(A){i.push(A)};let s=null,o=null,c=!0;n.showHelpOnFail=function(A=!0,P){let[L,q]=typeof A=="string"?[!0,A]:[A,P];return r.getInternalMethods().isGlobalContext()&&(o=q),s=q,c=L,n};let p=!1;n.fail=function(A,P){let L=r.getInternalMethods().getLoggerInstance();if(i.length)for(let q=i.length-1;q>=0;--q){let ot=i[q];if(Va(ot)){if(P)throw P;if(A)throw Error(A)}else ot(A,P,n)}else{if(r.getExitProcess()&&Gt(!0),!p){p=!0,c&&(r.showHelp("error"),L.error()),(A||P)&&L.error(A||P);let q=s||o;q&&((A||P)&&L.error(""),L.error(q))}if(P=P||new J(A),r.getExitProcess())return r.exit(1);if(r.getInternalMethods().hasParseCallback())return r.exit(1,P);throw P}};let b=[],d=!1;n.usage=(j,A)=>j===null?(d=!0,b=[],n):(d=!1,b.push([j,A||""]),n),n.getUsage=()=>b,n.getUsageDisabled=()=>d,n.getPositionalGroupName=()=>e("Positionals:");let h=[];n.example=(j,A)=>{h.push([j,A||""])};let g=[];n.command=function(A,P,L,q,ot=!1){L&&(g=g.map(H=>(H[2]=!1,H))),g.push([A,P||"",L,q,ot])},n.getCommands=()=>g;let y={};n.describe=function(A,P){Array.isArray(A)?A.forEach(L=>{n.describe(L,P)}):typeof A=="object"?Object.keys(A).forEach(L=>{n.describe(L,A[L])}):y[A]=P},n.getDescriptions=()=>y;let x=[];n.epilog=j=>{x.push(j)};let C=!1,m;n.wrap=j=>{C=!0,m=j},n.getWrap=()=>t.getEnv("YARGS_DISABLE_WRAP")?null:(C||(m=ut(),C=!0),m);let $="__yargsString__:";n.deferY18nLookup=j=>$+j,n.help=function(){if(z)return z;W();let A=r.customScriptName?r.$0:t.path.basename(r.$0),P=r.getDemandedOptions(),L=r.getDemandedCommands(),q=r.getDeprecatedOptions(),ot=r.getGroups(),H=r.getOptions(),at=[];at=at.concat(Object.keys(y)),at=at.concat(Object.keys(P)),at=at.concat(Object.keys(L)),at=at.concat(Object.keys(H.default)),at=at.filter(ft),at=Object.keys(at.reduce((F,X)=>(X!=="_"&&(F[X]=!0),F),{}));let Qt=n.getWrap(),k=t.cliui({width:Qt,wrap:!!Qt});if(!d){if(b.length)b.forEach(F=>{k.div({text:`${F[0].replace(/\$0/g,A)}`}),F[1]&&k.div({text:`${F[1]}`,padding:[1,0,0,0]})}),k.div();else if(g.length){let F=null;L._?F=`${A} <${e("command")}>
9
- `:F=`${A} [${e("command")}]
10
- `,k.div(`${F}`)}}if(g.length>1||g.length===1&&!g[0][2]){k.div(e("Commands:"));let F=r.getInternalMethods().getContext(),X=F.commands.length?`${F.commands.join(" ")} `:"";r.getInternalMethods().getParserConfiguration()["sort-commands"]===!0&&(g=g.sort((B,et)=>B[0].localeCompare(et[0])));let tt=A?`${A} `:"";g.forEach(B=>{let et=`${tt}${X}${B[0].replace(/^\$0 ?/,"")}`;k.span({text:et,padding:[0,2,0,2],width:N(g,Qt,`${A}${X}`)+4},{text:B[1]});let it=[];B[2]&&it.push(`[${e("default")}]`),B[3]&&B[3].length&&it.push(`[${e("aliases:")} ${B[3].join(", ")}]`),B[4]&&(typeof B[4]=="string"?it.push(`[${e("deprecated: %s",B[4])}]`):it.push(`[${e("deprecated")}]`)),it.length?k.div({text:it.join(" "),padding:[0,0,0,2],align:"right"}):k.div()}),k.div()}let Dt=(Object.keys(H.alias)||[]).concat(Object.keys(r.parsed.newAliases)||[]);at=at.filter(F=>!r.parsed.newAliases[F]&&Dt.every(X=>(H.alias[X]||[]).indexOf(F)===-1));let zt=e("Options:");ot[zt]||(ot[zt]=[]),R(at,H.alias,ot,zt);let Xt=F=>/^--/.test(ln(F)),U=Object.keys(ot).filter(F=>ot[F].length>0).map(F=>{let X=ot[F].filter(ft).map(tt=>{if(Dt.includes(tt))return tt;for(let B=0,et;(et=Dt[B])!==void 0;B++)if((H.alias[et]||[]).includes(tt))return et;return tt});return{groupName:F,normalizedKeys:X}}).filter(({normalizedKeys:F})=>F.length>0).map(({groupName:F,normalizedKeys:X})=>{let tt=X.reduce((B,et)=>(B[et]=[et].concat(H.alias[et]||[]).map(it=>F===n.getPositionalGroupName()?it:(/^[0-9]$/.test(it)?H.boolean.includes(et)?"-":"--":it.length>1?"--":"-")+it).sort((it,jt)=>Xt(it)===Xt(jt)?0:Xt(it)?1:-1).join(", "),B),{});return{groupName:F,normalizedKeys:X,switches:tt}});if(U.filter(({groupName:F})=>F!==n.getPositionalGroupName()).some(({normalizedKeys:F,switches:X})=>!F.every(tt=>Xt(X[tt])))&&U.filter(({groupName:F})=>F!==n.getPositionalGroupName()).forEach(({normalizedKeys:F,switches:X})=>{F.forEach(tt=>{Xt(X[tt])&&(X[tt]=Ha(X[tt],4))})}),U.forEach(({groupName:F,normalizedKeys:X,switches:tt})=>{k.div(F),X.forEach(B=>{let et=tt[B],it=y[B]||"",jt=null;it.includes($)&&(it=e(it.substring($.length))),H.boolean.includes(B)&&(jt=`[${e("boolean")}]`),H.count.includes(B)&&(jt=`[${e("count")}]`),H.string.includes(B)&&(jt=`[${e("string")}]`),H.normalize.includes(B)&&(jt=`[${e("string")}]`),H.array.includes(B)&&(jt=`[${e("array")}]`),H.number.includes(B)&&(jt=`[${e("number")}]`);let vt=u=>typeof u=="string"?`[${e("deprecated: %s",u)}]`:`[${e("deprecated")}]`,Le=[B in q?vt(q[B]):null,jt,B in P?`[${e("required")}]`:null,H.choices&&H.choices[B]?`[${e("choices:")} ${n.stringifiedValues(H.choices[B])}]`:null,Z(H.default[B],H.defaultDescription[B])].filter(Boolean).join(" ");k.span({text:ln(et),padding:[0,2,0,2+Xi(et)],width:N(tt,Qt)+4},it);let l=r.getInternalMethods().getUsageConfiguration()["hide-types"]===!0;Le&&!l?k.div({text:Le,padding:[0,0,0,2],align:"right"}):k.div()}),k.div()}),h.length&&(k.div(e("Examples:")),h.forEach(F=>{F[0]=F[0].replace(/\$0/g,A)}),h.forEach(F=>{F[1]===""?k.div({text:F[0],padding:[0,2,0,2]}):k.div({text:F[0],padding:[0,2,0,2],width:N(h,Qt)+4},{text:F[1]})}),k.div()),x.length>0){let F=x.map(X=>X.replace(/\$0/g,A)).join(`
11
- `);k.div(`${F}
12
- `)}return k.toString().replace(/\s*$/,"")};function N(j,A,P){let L=0;return Array.isArray(j)||(j=Object.values(j).map(q=>[q])),j.forEach(q=>{L=Math.max(t.stringWidth(P?`${P} ${ln(q[0])}`:ln(q[0]))+Xi(q[0]),L)}),A&&(L=Math.min(L,parseInt((A*.5).toString(),10))),L}function W(){let j=r.getDemandedOptions(),A=r.getOptions();(Object.keys(A.alias)||[]).forEach(P=>{A.alias[P].forEach(L=>{y[L]&&n.describe(P,y[L]),L in j&&r.demandOption(P,j[L]),A.boolean.includes(L)&&r.boolean(P),A.count.includes(L)&&r.count(P),A.string.includes(L)&&r.string(P),A.normalize.includes(L)&&r.normalize(P),A.array.includes(L)&&r.array(P),A.number.includes(L)&&r.number(P)})})}let z;n.cacheHelpMessage=function(){z=this.help()},n.clearCachedHelpMessage=function(){z=void 0},n.hasCachedHelpMessage=function(){return!!z};function R(j,A,P,L){let q=[],ot=null;return Object.keys(P).forEach(H=>{q=q.concat(P[H])}),j.forEach(H=>{ot=[H].concat(A[H]),ot.some(at=>q.indexOf(at)!==-1)||P[L].push(H)}),q}function ft(j){return r.getOptions().hiddenOptions.indexOf(j)<0||r.parsed.argv[r.getOptions().showHiddenOpt]}n.showHelp=j=>{let A=r.getInternalMethods().getLoggerInstance();j||(j="error"),(typeof j=="function"?j:A[j])(n.help())},n.functionDescription=j=>["(",j.name?t.Parser.decamelize(j.name,"-"):e("generated-value"),")"].join(""),n.stringifiedValues=function(A,P){let L="",q=P||", ",ot=[].concat(A);return!A||!ot.length||ot.forEach(H=>{L.length&&(L+=q),L+=JSON.stringify(H)}),L};function Z(j,A){let P=`[${e("default:")} `;if(j===void 0&&!A)return null;if(A)P+=A;else switch(typeof j){case"string":P+=`"${j}"`;break;case"object":P+=JSON.stringify(j);break;default:P+=j}return`${P}]`}function ut(){return t.process.stdColumns?Math.min(80,t.process.stdColumns):80}let Ot=null;n.version=j=>{Ot=j},n.showVersion=j=>{let A=r.getInternalMethods().getLoggerInstance();j||(j="error"),(typeof j=="function"?j:A[j])(Ot)},n.reset=function(A){return s=null,p=!1,b=[],d=!1,x=[],h=[],g=[],y=qt(y,P=>!A[P]),n};let Y=[];return n.freeze=function(){Y.push({failMessage:s,failureOutput:p,usages:b,usageDisabled:d,epilogs:x,examples:h,commands:g,descriptions:y})},n.unfreeze=function(A=!1){let P=Y.pop();P&&(A?(y={...P.descriptions,...y},g=[...P.commands,...g],b=[...P.usages,...b],h=[...P.examples,...h],x=[...P.epilogs,...x]):{failMessage:s,failureOutput:p,usages:b,usageDisabled:d,epilogs:x,examples:h,commands:g,descriptions:y}=P)},n}function yr(r){return typeof r=="object"}function Ha(r,t){return yr(r)?{text:r.text,indentation:r.indentation+t}:{text:r,indentation:t}}function Xi(r){return yr(r)?r.indentation:0}function ln(r){return yr(r)?r.text:r}var ki=`###-begin-{{app_name}}-completions-###
7
+ `),s.border&&(i.unshift("."+"-".repeat(this.negatePadding(s)+2)+"."),i.push("'"+"-".repeat(this.negatePadding(s)+2)+"'")),s.padding&&(i.unshift(...new Array(s.padding[wa]||0).fill("")),i.push(...new Array(s.padding[Ba]||0).fill(""))),i.forEach((a,f)=>{n[f]||n.push([]);let F=n[f];for(let p=0;p<o;p++)F[p]===void 0&&F.push("");F.push(a)})}),n}negatePadding(t){let n=t.width||0;return t.padding&&(n-=(t.padding[kt]||0)+(t.padding[Xt]||0)),t.border&&(n-=4),n}columnWidths(t){if(!this.wrap)return t.map(o=>o.width||Ee.stringWidth(o.text));let n=t.length,r=this.width,i=t.map(o=>{if(o.width)return n--,r-=o.width,o.width}),s=n?Math.floor(r/n):0;return i.map((o,a)=>o===void 0?Math.max(s,Oa(t[a])):o)}};function ji(e,t,n){return e.border?/[.']-+[.']/.test(t)?"":t.trim().length!==0?n:" ":""}function Oa(e){let t=e.padding||[],n=1+(t[kt]||0)+(t[Xt]||0);return e.border?n+4:n}function _a(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function Sa(e,t){e=e.trim();let n=Ee.stringWidth(e);return n<t?" ".repeat(t-n)+e:e}function Pa(e,t){e=e.trim();let n=Ee.stringWidth(e);return n>=t?e:" ".repeat(t-n>>1)+e}var Ee;function Mi(e,t){return Ee=t,new fr({width:e?.width||_a(),wrap:e?.wrap})}function Dr({onlyFirst:e=!1}={}){let i="(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";return new RegExp(i,e?void 0:"g")}var va=Dr();function tt(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(va,"")}function Ti(e){return e===161||e===164||e===167||e===168||e===170||e===173||e===174||e>=176&&e<=180||e>=182&&e<=186||e>=188&&e<=191||e===198||e===208||e===215||e===216||e>=222&&e<=225||e===230||e>=232&&e<=234||e===236||e===237||e===240||e===242||e===243||e>=247&&e<=250||e===252||e===254||e===257||e===273||e===275||e===283||e===294||e===295||e===299||e>=305&&e<=307||e===312||e>=319&&e<=322||e===324||e>=328&&e<=331||e===333||e===338||e===339||e===358||e===359||e===363||e===462||e===464||e===466||e===468||e===470||e===472||e===474||e===476||e===593||e===609||e===708||e===711||e>=713&&e<=715||e===717||e===720||e>=728&&e<=731||e===733||e===735||e>=768&&e<=879||e>=913&&e<=929||e>=931&&e<=937||e>=945&&e<=961||e>=963&&e<=969||e===1025||e>=1040&&e<=1103||e===1105||e===8208||e>=8211&&e<=8214||e===8216||e===8217||e===8220||e===8221||e>=8224&&e<=8226||e>=8228&&e<=8231||e===8240||e===8242||e===8243||e===8245||e===8251||e===8254||e===8308||e===8319||e>=8321&&e<=8324||e===8364||e===8451||e===8453||e===8457||e===8467||e===8470||e===8481||e===8482||e===8486||e===8491||e===8531||e===8532||e>=8539&&e<=8542||e>=8544&&e<=8555||e>=8560&&e<=8569||e===8585||e>=8592&&e<=8601||e===8632||e===8633||e===8658||e===8660||e===8679||e===8704||e===8706||e===8707||e===8711||e===8712||e===8715||e===8719||e===8721||e===8725||e===8730||e>=8733&&e<=8736||e===8739||e===8741||e>=8743&&e<=8748||e===8750||e>=8756&&e<=8759||e===8764||e===8765||e===8776||e===8780||e===8786||e===8800||e===8801||e>=8804&&e<=8807||e===8810||e===8811||e===8814||e===8815||e===8834||e===8835||e===8838||e===8839||e===8853||e===8857||e===8869||e===8895||e===8978||e>=9312&&e<=9449||e>=9451&&e<=9547||e>=9552&&e<=9587||e>=9600&&e<=9615||e>=9618&&e<=9621||e===9632||e===9633||e>=9635&&e<=9641||e===9650||e===9651||e===9654||e===9655||e===9660||e===9661||e===9664||e===9665||e>=9670&&e<=9672||e===9675||e>=9678&&e<=9681||e>=9698&&e<=9701||e===9711||e===9733||e===9734||e===9737||e===9742||e===9743||e===9756||e===9758||e===9792||e===9794||e===9824||e===9825||e>=9827&&e<=9829||e>=9831&&e<=9834||e===9836||e===9837||e===9839||e===9886||e===9887||e===9919||e>=9926&&e<=9933||e>=9935&&e<=9939||e>=9941&&e<=9953||e===9955||e===9960||e===9961||e>=9963&&e<=9969||e===9972||e>=9974&&e<=9977||e===9979||e===9980||e===9982||e===9983||e===10045||e>=10102&&e<=10111||e>=11094&&e<=11097||e>=12872&&e<=12879||e>=57344&&e<=63743||e>=65024&&e<=65039||e===65533||e>=127232&&e<=127242||e>=127248&&e<=127277||e>=127280&&e<=127337||e>=127344&&e<=127373||e===127375||e===127376||e>=127387&&e<=127404||e>=917760&&e<=917999||e>=983040&&e<=1048573||e>=1048576&&e<=1114109}function $i(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function Ni(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9776&&e<=9783||e>=9800&&e<=9811||e===9855||e>=9866&&e<=9871||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12773||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101631&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e>=119552&&e<=119638||e>=119648&&e<=119670||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129673||e>=129679&&e<=129734||e>=129742&&e<=129756||e>=129759&&e<=129769||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}function Ia(e){if(!Number.isSafeInteger(e))throw new TypeError(`Expected a code point, got \`${typeof e}\`.`)}function Li(e,{ambiguousAsWide:t=!1}={}){return Ia(e),$i(e)||Ni(e)||t&&Ti(e)?2:1}var Wi=mt(zi(),1),ja=new Intl.Segmenter,Ma=/^\p{Default_Ignorable_Code_Point}$/u;function Ie(e,t={}){if(typeof e!="string"||e.length===0)return 0;let{ambiguousIsNarrow:n=!0,countAnsiEscapeCodes:r=!1}=t;if(r||(e=tt(e)),e.length===0)return 0;let i=0,s={ambiguousAsWide:!n};for(let{segment:o}of ja.segment(e)){let a=o.codePointAt(0);if(!(a<=31||a>=127&&a<=159)&&!(a>=8203&&a<=8207||a===65279)&&!(a>=768&&a<=879||a>=6832&&a<=6911||a>=7616&&a<=7679||a>=8400&&a<=8447||a>=65056&&a<=65071)&&!(a>=55296&&a<=57343)&&!(a>=65024&&a<=65039)&&!Ma.test(o)){if((0,Wi.default)().test(o)){i+=2;continue}i+=Li(a,s)}}return i}var Ri=(e=0)=>t=>`\x1B[${t+e}m`,Vi=(e=0)=>t=>`\x1B[${38+e};5;${t}m`,Hi=(e=0)=>(t,n,r)=>`\x1B[${38+e};2;${t};${n};${r}m`,X={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},Cf=Object.keys(X.modifier),Ta=Object.keys(X.color),$a=Object.keys(X.bgColor),Ef=[...Ta,...$a];function Na(){let e=new Map;for(let[t,n]of Object.entries(X)){for(let[r,i]of Object.entries(n))X[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=X[r],e.set(i[0],i[1]);Object.defineProperty(X,t,{value:n,enumerable:!1})}return Object.defineProperty(X,"codes",{value:e,enumerable:!1}),X.color.close="\x1B[39m",X.bgColor.close="\x1B[49m",X.color.ansi=Ri(),X.color.ansi256=Vi(),X.color.ansi16m=Hi(),X.bgColor.ansi=Ri(10),X.bgColor.ansi256=Vi(10),X.bgColor.ansi16m=Hi(10),Object.defineProperties(X,{rgbToAnsi256:{value:(t,n,r)=>t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5),enumerable:!1},hexToRgb:{value:t=>{let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(s=>s+s).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:t=>X.rgbToAnsi256(...X.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value:t=>{if(t<8)return 30+t;if(t<16)return 90+(t-8);let n,r,i;if(t>=232)n=((t-232)*10+8)/255,r=n,i=n;else{t-=16;let a=t%36;n=Math.floor(t/36)/5,r=Math.floor(a/6)/5,i=a%6/5}let s=Math.max(n,r,i)*2;if(s===0)return 30;let o=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return s===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(t,n,r)=>X.ansi256ToAnsi(X.rgbToAnsi256(t,n,r)),enumerable:!1},hexToAnsi:{value:t=>X.ansi256ToAnsi(X.hexToAnsi256(t)),enumerable:!1}}),X}var La=Na(),qi=La;var tn=new Set(["\x1B","\x9B"]),Ua=39,dr="\x07",Ki="[",za="]",Ji="m",en=`${za}8;;`,Gi=e=>`${tn.values().next().value}${Ki}${e}${Ji}`,Yi=e=>`${tn.values().next().value}${en}${e}${dr}`,Wa=e=>e.split(" ").map(t=>Ie(t)),hr=(e,t,n)=>{let r=[...t],i=!1,s=!1,o=Ie(tt(e.at(-1)));for(let[a,f]of r.entries()){let F=Ie(f);if(o+F<=n?e[e.length-1]+=f:(e.push(f),o=0),tn.has(f)&&(i=!0,s=r.slice(a+1,a+1+en.length).join("")===en),i){s?f===dr&&(i=!1,s=!1):f===Ji&&(i=!1);continue}o+=F,o===n&&a<r.length-1&&(e.push(""),o=0)}!o&&e.at(-1).length>0&&e.length>1&&(e[e.length-2]+=e.pop())},Ra=e=>{let t=e.split(" "),n=t.length;for(;n>0&&!(Ie(t[n-1])>0);)n--;return n===t.length?e:t.slice(0,n).join(" ")+t.slice(n).join("")},Va=(e,t,n={})=>{if(n.trim!==!1&&e.trim()==="")return"";let r="",i,s,o=Wa(e),a=[""];for(let[l,m]of e.split(" ").entries()){n.trim!==!1&&(a[a.length-1]=a.at(-1).trimStart());let E=Ie(a.at(-1));if(l!==0&&(E>=t&&(n.wordWrap===!1||n.trim===!1)&&(a.push(""),E=0),(E>0||n.trim===!1)&&(a[a.length-1]+=" ",E++)),n.hard&&o[l]>t){let C=t-E,b=1+Math.floor((o[l]-C-1)/t);Math.floor((o[l]-1)/t)<b&&a.push(""),hr(a,m,t);continue}if(E+o[l]>t&&E>0&&o[l]>0){if(n.wordWrap===!1&&E<t){hr(a,m,t);continue}a.push("")}if(E+o[l]>t&&n.wordWrap===!1){hr(a,m,t);continue}a[a.length-1]+=m}n.trim!==!1&&(a=a.map(l=>Ra(l)));let f=a.join(`
8
+ `),F=[...f],p=0;for(let[l,m]of F.entries()){if(r+=m,tn.has(m)){let{groups:C}=new RegExp(`(?:\\${Ki}(?<code>\\d+)m|\\${en}(?<uri>.*)${dr})`).exec(f.slice(p))||{groups:{}};if(C.code!==void 0){let b=Number.parseFloat(C.code);i=b===Ua?void 0:b}else C.uri!==void 0&&(s=C.uri.length===0?void 0:C.uri)}let E=qi.codes.get(Number(i));F[l+1]===`
9
+ `?(s&&(r+=Yi("")),i&&E&&(r+=Gi(E))):m===`
10
+ `&&(i&&E&&(r+=Gi(i)),s&&(r+=Yi(s))),p+=m.length}return r};function pr(e,t,n){return String(e).normalize().replaceAll(`\r
11
+ `,`
12
+ `).split(`
13
+ `).map(r=>Va(r,t,n)).join(`
14
+ `)}function mr(e){return Mi(e,{stringWidth:Ie,stripAnsi:tt,wrap:pr})}var Bt=J("path"),nn=J("fs");function Qi(e,t){let n=(0,Bt.resolve)(".",e),r;for((0,nn.statSync)(n).isDirectory()||(n=(0,Bt.dirname)(n));;){if(r=t(n,(0,nn.readdirSync)(n)),r)return(0,Bt.resolve)(n,r);if(n=(0,Bt.dirname)(r=n),r===n)break}}var ds=J("util"),xr=J("url");var ns=J("util"),un=J("path");function nt(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),e.indexOf("-")===-1&&e.indexOf("_")===-1)return e;{let n="",r=!1,i=e.match(/^-+/);for(let s=i?i[0].length:0;s<e.length;s++){let o=e.charAt(s);r&&(r=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?r=!0:o!=="-"&&o!=="_"&&(n+=o)}return n}}function rn(e,t){let n=e.toLowerCase();t=t||"-";let r="";for(let i=0;i<e.length;i++){let s=n.charAt(i),o=e.charAt(i);s!==o&&i>0?r+=`${t}${n.charAt(i)}`:r+=o}return r}function sn(e){return e==null?!1:typeof e=="number"||/^0x[0-9a-f]+$/i.test(e)?!0:/^0[^.]/.test(e)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(e)}function Zi(e){if(Array.isArray(e))return e.map(o=>typeof o!="string"?o+"":o);e=e.trim();let t=0,n=null,r=null,i=null,s=[];for(let o=0;o<e.length;o++){if(n=r,r=e.charAt(o),r===" "&&!i){n!==" "&&t++;continue}r===i?i=null:(r==="'"||r==='"')&&!i&&(i=r),s[t]||(s[t]=""),s[t]+=r}return s}var Be;(function(e){e.BOOLEAN="boolean",e.STRING="string",e.NUMBER="number",e.ARRAY="array"})(Be||(Be={}));var Re,on=class{constructor(t){Re=t}parse(t,n){let r=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},n),i=Zi(t),s=typeof t=="string",o=Ha(Object.assign(Object.create(null),r.alias)),a=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},r.configuration),f=Object.assign(Object.create(null),r.default),F=r.configObjects||[],p=r.envPrefix,l=a["populate--"],m=l?"--":"_",E=Object.create(null),C=Object.create(null),b=r.__||Re.format,d={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},I=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,z=new RegExp("^--"+a["negation-prefix"]+"(.+)");[].concat(r.array||[]).filter(Boolean).forEach(function(c){let h=typeof c=="object"?c.key:c,y=Object.keys(c).map(function(g){return{boolean:"bools",string:"strings",number:"numbers"}[g]}).filter(Boolean).pop();y&&(d[y][h]=!0),d.arrays[h]=!0,d.keys.push(h)}),[].concat(r.boolean||[]).filter(Boolean).forEach(function(c){d.bools[c]=!0,d.keys.push(c)}),[].concat(r.string||[]).filter(Boolean).forEach(function(c){d.strings[c]=!0,d.keys.push(c)}),[].concat(r.number||[]).filter(Boolean).forEach(function(c){d.numbers[c]=!0,d.keys.push(c)}),[].concat(r.count||[]).filter(Boolean).forEach(function(c){d.counts[c]=!0,d.keys.push(c)}),[].concat(r.normalize||[]).filter(Boolean).forEach(function(c){d.normalize[c]=!0,d.keys.push(c)}),typeof r.narg=="object"&&Object.entries(r.narg).forEach(([c,h])=>{typeof h=="number"&&(d.nargs[c]=h,d.keys.push(c))}),typeof r.coerce=="object"&&Object.entries(r.coerce).forEach(([c,h])=>{typeof h=="function"&&(d.coercions[c]=h,d.keys.push(c))}),typeof r.config<"u"&&(Array.isArray(r.config)||typeof r.config=="string"?[].concat(r.config).filter(Boolean).forEach(function(c){d.configs[c]=!0}):typeof r.config=="object"&&Object.entries(r.config).forEach(([c,h])=>{(typeof h=="boolean"||typeof h=="function")&&(d.configs[c]=h)})),Xe(r.key,o,r.default,d.arrays),Object.keys(f).forEach(function(c){(d.aliases[c]||[]).forEach(function(h){f[h]=f[c]})});let L=null;qt();let U=[],W=Object.assign(Object.create(null),{_:[]}),R={};for(let c=0;c<i.length;c++){let h=i[c],y=h.replace(/^-{3,}/,"---"),g,D,_,x,v,le;if(h!=="--"&&/^-/.test(h)&&te(h))H(h);else if(y.match(/^---+(=|$)/)){H(h);continue}else if(h.match(/^--.+=/)||!a["short-option-groups"]&&h.match(/^-.+=/))x=h.match(/^--?([^=]+)=([\s\S]*)$/),x!==null&&Array.isArray(x)&&x.length>=3&&(T(x[1],d.arrays)?c=de(c,x[1],i,x[2]):T(x[1],d.nargs)!==!1?c=K(c,x[1],i,x[2]):Y(x[1],x[2],!0));else if(h.match(z)&&a["boolean-negation"])x=h.match(z),x!==null&&Array.isArray(x)&&x.length>=2&&(D=x[1],Y(D,T(D,d.arrays)?[!1]:!1));else if(h.match(/^--.+/)||!a["short-option-groups"]&&h.match(/^-[^-]+/))x=h.match(/^--?(.+)/),x!==null&&Array.isArray(x)&&x.length>=2&&(D=x[1],T(D,d.arrays)?c=de(c,D,i):T(D,d.nargs)!==!1?c=K(c,D,i):(v=i[c+1],v!==void 0&&(!v.match(/^-/)||v.match(I))&&!T(D,d.bools)&&!T(D,d.counts)||/^(true|false)$/.test(v)?(Y(D,v),c++):Y(D,ne(D))));else if(h.match(/^-.\..+=/))x=h.match(/^-([^=]+)=([\s\S]*)$/),x!==null&&Array.isArray(x)&&x.length>=3&&Y(x[1],x[2]);else if(h.match(/^-.\..+/)&&!h.match(I))v=i[c+1],x=h.match(/^-(.\..+)/),x!==null&&Array.isArray(x)&&x.length>=2&&(D=x[1],v!==void 0&&!v.match(/^-/)&&!T(D,d.bools)&&!T(D,d.counts)?(Y(D,v),c++):Y(D,ne(D)));else if(h.match(/^-[^-]+/)&&!h.match(I)){_=h.slice(1,-1).split(""),g=!1;for(let me=0;me<_.length;me++){if(v=h.slice(me+2),_[me+1]&&_[me+1]==="="){le=h.slice(me+3),D=_[me],T(D,d.arrays)?c=de(c,D,i,le):T(D,d.nargs)!==!1?c=K(c,D,i,le):Y(D,le),g=!0;break}if(v==="-"){Y(_[me],v);continue}if(/[A-Za-z]/.test(_[me])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(v)&&T(v,d.bools)===!1){Y(_[me],v),g=!0;break}if(_[me+1]&&_[me+1].match(/\W/)){Y(_[me],v),g=!0;break}else Y(_[me],ne(_[me]))}D=h.slice(-1)[0],!g&&D!=="-"&&(T(D,d.arrays)?c=de(c,D,i):T(D,d.nargs)!==!1?c=K(c,D,i):(v=i[c+1],v!==void 0&&(!/^(-|--)[^-]/.test(v)||v.match(I))&&!T(D,d.bools)&&!T(D,d.counts)||/^(true|false)$/.test(v)?(Y(D,v),c++):Y(D,ne(D))))}else if(h.match(/^-[0-9]$/)&&h.match(I)&&T(h.slice(1),d.bools))D=h.slice(1),Y(D,ne(D));else if(h==="--"){U=i.slice(c+1);break}else if(a["halt-at-non-option"]){U=i.slice(c);break}else H(h)}q(W,!0),q(W,!1),N(W),ae(),k(W,d.aliases,f,!0),ce(W),a["set-placeholder-key"]&&Ze(W),Object.keys(d.counts).forEach(function(c){Ne(W,c.split("."))||Y(c,0)}),l&&U.length&&(W[m]=[]),U.forEach(function(c){W[m].push(c)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(W).filter(c=>c!=="--"&&c.includes("-")).forEach(c=>{delete W[c]}),a["strip-aliased"]&&[].concat(...Object.keys(o).map(c=>o[c])).forEach(c=>{a["camel-case-expansion"]&&c.includes("-")&&delete W[c.split(".").map(h=>nt(h)).join(".")],delete W[c]});function H(c){let h=O("_",c);(typeof h=="string"||typeof h=="number")&&W._.push(h)}function K(c,h,y,g){let D,_=T(h,d.nargs);if(_=typeof _!="number"||isNaN(_)?1:_,_===0)return ve(g)||(L=Error(b("Argument unexpected for: %s",h))),Y(h,ne(h)),c;let x=ve(g)?0:1;if(a["nargs-eats-options"])y.length-(c+1)+x<_&&(L=Error(b("Not enough arguments following: %s",h))),x=_;else{for(D=c+1;D<y.length&&(!y[D].match(/^-[^0-9]/)||y[D].match(I)||te(y[D]));D++)x++;x<_&&(L=Error(b("Not enough arguments following: %s",h)))}let v=Math.min(x,_);for(!ve(g)&&v>0&&(Y(h,g),v--),D=c+1;D<v+c+1;D++)Y(h,y[D]);return c+v}function de(c,h,y,g){let D=[],_=g||y[c+1],x=T(h,d.nargs);if(T(h,d.bools)&&!/^(true|false)$/.test(_))D.push(!0);else if(ve(_)||ve(g)&&/^-/.test(_)&&!I.test(_)&&!te(_)){if(f[h]!==void 0){let v=f[h];D=Array.isArray(v)?v:[v]}}else{ve(g)||D.push(A(h,g,!0));for(let v=c+1;v<y.length&&!(!a["greedy-arrays"]&&D.length>0||x&&typeof x=="number"&&D.length>=x||(_=y[v],/^-/.test(_)&&!I.test(_)&&!te(_)));v++)c=v,D.push(A(h,_,s))}return typeof x=="number"&&(x&&D.length<x||isNaN(x)&&D.length===0)&&(L=Error(b("Not enough arguments following: %s",h))),Y(h,D),c}function Y(c,h,y=s){if(/-/.test(c)&&a["camel-case-expansion"]){let _=c.split(".").map(function(x){return nt(x)}).join(".");S(c,_)}let g=A(c,h,y),D=c.split(".");Le(W,D,g),d.aliases[c]&&d.aliases[c].forEach(function(_){let x=_.split(".");Le(W,x,g)}),D.length>1&&a["dot-notation"]&&(d.aliases[D[0]]||[]).forEach(function(_){let x=_.split("."),v=[].concat(D);v.shift(),x=x.concat(v),(d.aliases[c]||[]).includes(x.join("."))||Le(W,x,g)}),T(c,d.normalize)&&!T(c,d.arrays)&&[c].concat(d.aliases[c]||[]).forEach(function(x){Object.defineProperty(R,x,{enumerable:!0,get(){return h},set(v){h=typeof v=="string"?Re.normalize(v):v}})})}function S(c,h){d.aliases[c]&&d.aliases[c].length||(d.aliases[c]=[h],E[h]=!0),d.aliases[h]&&d.aliases[h].length||S(h,c)}function A(c,h,y){y&&(h=qa(h)),(T(c,d.bools)||T(c,d.counts))&&typeof h=="string"&&(h=h==="true");let g=Array.isArray(h)?h.map(function(D){return O(c,D)}):O(c,h);return T(c,d.counts)&&(ve(g)||typeof g=="boolean")&&(g=Fr()),T(c,d.normalize)&&T(c,d.arrays)&&(Array.isArray(h)?g=h.map(D=>Re.normalize(D)):g=Re.normalize(h)),g}function O(c,h){return!a["parse-positional-numbers"]&&c==="_"||!T(c,d.strings)&&!T(c,d.bools)&&!Array.isArray(h)&&(sn(h)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${h}`)))||!ve(h)&&T(c,d.numbers))&&(h=Number(h)),h}function N(c){let h=Object.create(null);k(h,d.aliases,f),Object.keys(d.configs).forEach(function(y){let g=c[y]||h[y];if(g)try{let D=null,_=Re.resolve(Re.cwd(),g),x=d.configs[y];if(typeof x=="function"){try{D=x(_)}catch(v){D=v}if(D instanceof Error){L=D;return}}else D=Re.require(_);G(D)}catch(D){D.name==="PermissionDenied"?L=D:c[y]&&(L=Error(b("Invalid JSON config file: %s",g)))}})}function G(c,h){Object.keys(c).forEach(function(y){let g=c[y],D=h?h+"."+y:y;typeof g=="object"&&g!==null&&!Array.isArray(g)&&a["dot-notation"]?G(g,D):(!Ne(W,D.split("."))||T(D,d.arrays)&&a["combine-arrays"])&&Y(D,g)})}function ae(){typeof F<"u"&&F.forEach(function(c){G(c)})}function q(c,h){if(typeof p>"u")return;let y=typeof p=="string"?p:"",g=Re.env();Object.keys(g).forEach(function(D){if(y===""||D.lastIndexOf(y,0)===0){let _=D.split("__").map(function(x,v){return v===0&&(x=x.substring(y.length)),nt(x)});(h&&d.configs[_.join(".")]||!h)&&!Ne(c,_)&&Y(_.join("."),g[D])}})}function ce(c){let h,y=new Set;Object.keys(c).forEach(function(g){if(!y.has(g)&&(h=T(g,d.coercions),typeof h=="function"))try{let D=O(g,h(c[g]));[].concat(d.aliases[g]||[],g).forEach(_=>{y.add(_),c[_]=D})}catch(D){L=D}})}function Ze(c){return d.keys.forEach(h=>{~h.indexOf(".")||typeof c[h]>"u"&&(c[h]=void 0)}),c}function k(c,h,y,g=!1){Object.keys(y).forEach(function(D){Ne(c,D.split("."))||(Le(c,D.split("."),y[D]),g&&(C[D]=!0),(h[D]||[]).forEach(function(_){Ne(c,_.split("."))||Le(c,_.split("."),y[D])}))})}function Ne(c,h){let y=c;a["dot-notation"]||(h=[h.join(".")]),h.slice(0,-1).forEach(function(D){y=y[D]||{}});let g=h[h.length-1];return typeof y!="object"?!1:g in y}function Le(c,h,y){let g=c;a["dot-notation"]||(h=[h.join(".")]),h.slice(0,-1).forEach(function(le){le=Xi(le),typeof g=="object"&&g[le]===void 0&&(g[le]={}),typeof g[le]!="object"||Array.isArray(g[le])?(Array.isArray(g[le])?g[le].push({}):g[le]=[g[le],{}],g=g[le][g[le].length-1]):g=g[le]});let D=Xi(h[h.length-1]),_=T(h.join("."),d.arrays),x=Array.isArray(y),v=a["duplicate-arguments-array"];!v&&T(D,d.nargs)&&(v=!0,(!ve(g[D])&&d.nargs[D]===1||Array.isArray(g[D])&&g[D].length===d.nargs[D])&&(g[D]=void 0)),y===Fr()?g[D]=Fr(g[D]):Array.isArray(g[D])?v&&_&&x?g[D]=a["flatten-duplicate-arrays"]?g[D].concat(y):(Array.isArray(g[D][0])?g[D]:[g[D]]).concat([y]):!v&&!!_==!!x?g[D]=y:g[D]=g[D].concat([y]):g[D]===void 0&&_?g[D]=x?y:[y]:v&&!(g[D]===void 0||T(D,d.counts)||T(D,d.bools))?g[D]=[g[D],y]:g[D]=y}function Xe(...c){c.forEach(function(h){Object.keys(h||{}).forEach(function(y){d.aliases[y]||(d.aliases[y]=[].concat(o[y]||[]),d.aliases[y].concat(y).forEach(function(g){if(/-/.test(g)&&a["camel-case-expansion"]){let D=nt(g);D!==y&&d.aliases[y].indexOf(D)===-1&&(d.aliases[y].push(D),E[D]=!0)}}),d.aliases[y].concat(y).forEach(function(g){if(g.length>1&&/[A-Z]/.test(g)&&a["camel-case-expansion"]){let D=rn(g,"-");D!==y&&d.aliases[y].indexOf(D)===-1&&(d.aliases[y].push(D),E[D]=!0)}}),d.aliases[y].forEach(function(g){d.aliases[g]=[y].concat(d.aliases[y].filter(function(D){return g!==D}))}))})})}function T(c,h){let y=[].concat(d.aliases[c]||[],c),g=Object.keys(h),D=y.find(_=>g.includes(_));return D?h[D]:!1}function An(c){let h=Object.keys(d);return[].concat(h.map(g=>d[g])).some(function(g){return Array.isArray(g)?g.includes(c):g[c]})}function j(c,...h){return[].concat(...h).some(function(g){let D=c.match(g);return D&&An(D[1])})}function Z(c){if(c.match(I)||!c.match(/^-[^-]+/))return!1;let h=!0,y,g=c.slice(1).split("");for(let D=0;D<g.length;D++){if(y=c.slice(D+2),!An(g[D])){h=!1;break}if(g[D+1]&&g[D+1]==="="||y==="-"||/[A-Za-z]/.test(g[D])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(y)||g[D+1]&&g[D+1].match(/\W/))break}return h}function te(c){return a["unknown-options-as-args"]&&V(c)}function V(c){return c=c.replace(/^-{3,}/,"--"),c.match(I)||Z(c)?!1:!j(c,/^-+([^=]+?)=[\s\S]*$/,z,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function ne(c){return!T(c,d.bools)&&!T(c,d.counts)&&`${c}`in f?f[c]:se(Pe(c))}function se(c){return{[Be.BOOLEAN]:!0,[Be.STRING]:"",[Be.NUMBER]:void 0,[Be.ARRAY]:[]}[c]}function Pe(c){let h=Be.BOOLEAN;return T(c,d.strings)?h=Be.STRING:T(c,d.numbers)?h=Be.NUMBER:T(c,d.bools)?h=Be.BOOLEAN:T(c,d.arrays)&&(h=Be.ARRAY),h}function ve(c){return c===void 0}function qt(){Object.keys(d.counts).find(c=>T(c,d.arrays)?(L=Error(b("Invalid configuration: %s, opts.count excludes opts.array.",c)),!0):T(c,d.nargs)?(L=Error(b("Invalid configuration: %s, opts.count excludes opts.narg.",c)),!0):!1)}return{aliases:Object.assign({},d.aliases),argv:Object.assign(R,W),configuration:a,defaulted:Object.assign({},C),error:L,newAliases:Object.assign({},E)}}};function Ha(e){let t=[],n=Object.create(null),r=!0;for(Object.keys(e).forEach(function(i){t.push([].concat(e[i],i))});r;){r=!1;for(let i=0;i<t.length;i++)for(let s=i+1;s<t.length;s++)if(t[i].filter(function(a){return t[s].indexOf(a)!==-1}).length){t[i]=t[i].concat(t[s]),t.splice(s,1),r=!0;break}}return t.forEach(function(i){i=i.filter(function(o,a,f){return f.indexOf(o)===a});let s=i.pop();s!==void 0&&typeof s=="string"&&(n[s]=i)}),n}function Fr(e){return e!==void 0?e+1:1}function Xi(e){return e==="__proto__"?"___proto___":e}function qa(e){return typeof e=="string"&&(e[0]==="'"||e[0]==='"')&&e[e.length-1]===e[0]?e.substring(1,e.length-1):e}var rs=J("fs"),br=J("node:module"),Ya={};var gr,Cr,Er,ki=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):20,es=(Cr=(gr=process==null?void 0:process.versions)===null||gr===void 0?void 0:gr.node)!==null&&Cr!==void 0?Cr:(Er=process==null?void 0:process.version)===null||Er===void 0?void 0:Er.slice(1);if(es&&Number(es.match(/^([^.]+)/)[1])<ki)throw Error(`yargs parser supports a minimum Node.js version of ${ki}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var Ga=process?process.env:{},ts=br.createRequire?(0,br.createRequire)(Ya.url):void 0,is=new on({cwd:process.cwd,env:()=>Ga,format:ns.format,normalize:un.normalize,resolve:un.resolve,require:e=>{if(typeof ts<"u")return ts(e);if(e.match(/\.json$/))return JSON.parse((0,rs.readFileSync)(e,"utf8"));throw Error("only .json config files are supported in ESM")}}),Wt=function(t,n){return is.parse(t.slice(),n).argv};Wt.detailed=function(e,t){return is.parse(e.slice(),t)};Wt.camelCase=nt;Wt.decamelize=rn;Wt.looksLikeNumber=sn;var ss=Wt;var be=J("path");function Ka(){return Ja()?0:1}function Ja(){return Qa()&&!process.defaultApp}function Qa(){return!!process.versions.electron}function os(){return process.argv[Ka()]}var Ot=J("fs"),us=J("util"),as=J("path"),cs={fs:{readFileSync:Ot.readFileSync,writeFile:Ot.writeFile},format:us.format,resolve:as.resolve,exists:e=>{try{return(0,Ot.statSync)(e).isFile()}catch{return!1}}};var je,yr=class{constructor(t){t=t||{},this.directory=t.directory||"./locales",this.updateFiles=typeof t.updateFiles=="boolean"?t.updateFiles:!0,this.locale=t.locale||"en",this.fallbackToLanguage=typeof t.fallbackToLanguage=="boolean"?t.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...t){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let n=t.shift(),r=function(){};return typeof t[t.length-1]=="function"&&(r=t.pop()),r=r||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]=n,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:r})):r(),je.format.apply(je.format,[this.cache[this.locale][n]||n].concat(t))}__n(){let t=Array.prototype.slice.call(arguments),n=t.shift(),r=t.shift(),i=t.shift(),s=function(){};typeof t[t.length-1]=="function"&&(s=t.pop()),this.cache[this.locale]||this._readLocaleFile();let o=i===1?n:r;this.cache[this.locale][n]&&(o=this.cache[this.locale][n][i===1?"one":"other"]),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]={one:n,other:r},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:s})):s();let a=[o];return~o.indexOf("%d")&&a.push(i),je.format.apply(je.format,a.concat(t))}setLocale(t){this.locale=t}getLocale(){return this.locale}updateLocale(t){this.cache[this.locale]||this._readLocaleFile();for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(this.cache[this.locale][n]=t[n])}_taggedLiteral(t,...n){let r="";return t.forEach(function(i,s){let o=n[s+1];r+=i,typeof o<"u"&&(r+="%s")}),this.__.apply(this,[r].concat([].slice.call(n,1)))}_enqueueWrite(t){this.writeQueue.push(t),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let t=this,n=this.writeQueue[0],r=n.directory,i=n.locale,s=n.cb,o=this._resolveLocaleFile(r,i),a=JSON.stringify(this.cache[i],null,2);je.fs.writeFile(o,a,"utf-8",function(f){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(f)})}_readLocaleFile(){let t={},n=this._resolveLocaleFile(this.directory,this.locale);try{je.fs.readFileSync&&(t=JSON.parse(je.fs.readFileSync(n,"utf-8")))}catch(r){if(r instanceof SyntaxError&&(r.message="syntax error in "+n),r.code==="ENOENT")t={};else throw r}this.cache[this.locale]=t}_resolveLocaleFile(t,n){let r=je.resolve(t,"./",n+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(r)&&~n.lastIndexOf("_")){let i=je.resolve(t,"./",n.split("_")[0]+".json");this._fileExistsSync(i)&&(r=i)}return r}_fileExistsSync(t){return je.exists(t)}};function ls(e,t){je=t;let n=new yr(e);return{__:n.__.bind(n),__n:n.__n.bind(n),setLocale:n.setLocale.bind(n),getLocale:n.getLocale.bind(n),updateLocale:n.updateLocale.bind(n),locale:n.locale}}var Za=e=>ls(e,cs),fs=Za;var ps=J("node:module"),ms=mt(hs(),1),cn=J("node:fs"),gs={},Ar=(0,xr.fileURLToPath)(gs.url),Xa=Ar.substring(0,Ar.lastIndexOf("node_modules")),ka=(0,ps.createRequire)(gs.url),Fs={assert:{notStrictEqual:an.notStrictEqual,strictEqual:an.strictEqual},cliui:mr,findUp:Qi,getEnv:e=>process.env[e],inspect:ds.inspect,getProcessArgvBin:os,mainFilename:Xa||process.cwd(),Parser:ss,path:{basename:be.basename,dirname:be.dirname,extname:be.extname,relative:be.relative,resolve:be.resolve,join:be.join},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(e,t)=>process.emitWarning(e,t),execPath:()=>process.execPath,exit:e=>{process.exit(e)},nextTick:process.nextTick,stdColumns:typeof process.stdout.columns<"u"?process.stdout.columns:null},readFileSync:cn.readFileSync,readdirSync:cn.readdirSync,require:ka,getCallerFile:()=>{let e=(0,ms.default)(3);return e.match(/^file:\/\//)?(0,xr.fileURLToPath)(e):e},stringWidth:Ie,y18n:fs({directory:(0,be.resolve)(Ar,"../../../locales"),updateFiles:!1})};function Fe(e,t,n,r){n.assert.notStrictEqual(e,t,r)}function wr(e,t){t.assert.strictEqual(typeof e,"string")}function _t(e){return Object.keys(e)}function Q(e){return!!e&&!!e.then&&typeof e.then=="function"}var oe=class e extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,e)}};function qe(e){let n=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),r=/\.*[\][<>]/g,i=n.shift();if(!i)throw new Error(`No command found in: ${e}`);let s={cmd:i.replace(r,""),demanded:[],optional:[]};return n.forEach((o,a)=>{let f=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&a===n.length-1&&(f=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(r,"").split("|"),variadic:f}):s.demanded.push({cmd:o.replace(r,"").split("|"),variadic:f})}),s}var ec=["first","second","third","fourth","fifth","sixth"];function w(e,t,n){function r(){return typeof e=="object"?[{demanded:[],optional:[]},e,t]:[qe(`cmd ${e}`),t,n]}try{let i=0,[s,o,a]=r(),f=[].slice.call(o);for(;f.length&&f[f.length-1]===void 0;)f.pop();let F=a||f.length;if(F<s.demanded.length)throw new oe(`Not enough arguments provided. Expected ${s.demanded.length} but received ${f.length}.`);let p=s.demanded.length+s.optional.length;if(F>p)throw new oe(`Too many arguments provided. Expected max ${p} but received ${F}.`);s.demanded.forEach(l=>{let m=f.shift(),E=Cs(m);l.cmd.filter(b=>b===E||b==="*").length===0&&Es(E,l.cmd,i),i+=1}),s.optional.forEach(l=>{if(f.length===0)return;let m=f.shift(),E=Cs(m);l.cmd.filter(b=>b===E||b==="*").length===0&&Es(E,l.cmd,i),i+=1})}catch(i){console.warn(i.stack)}}function Cs(e){return Array.isArray(e)?"array":e===null?"null":typeof e}function Es(e,t,n){throw new oe(`Invalid ${ec[n]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}var ln=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,n,r=!0,i=!1){if(w("<array|function> [boolean] [boolean] [boolean]",[t,n,r],arguments.length),Array.isArray(t)){for(let s=0;s<t.length;s++){if(typeof t[s]!="function")throw Error("middleware must be a function");let o=t[s];o.applyBeforeValidation=n,o.global=r}Array.prototype.push.apply(this.globalMiddleware,t)}else if(typeof t=="function"){let s=t;s.applyBeforeValidation=n,s.global=r,s.mutates=i,this.globalMiddleware.push(t)}return this.yargs}addCoerceMiddleware(t,n){let r=this.yargs.getAliases();return this.globalMiddleware=this.globalMiddleware.filter(i=>{let s=[...r[n]||[],n];return i.option?!s.includes(i.option):!0}),t.option=n,this.addMiddleware(t,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let t=this.frozens.pop();t!==void 0&&(this.globalMiddleware=t)}reset(){this.globalMiddleware=this.globalMiddleware.filter(t=>t.global)}};function bs(e){return e?e.map(t=>(t.applyBeforeValidation=!1,t)):[]}function rt(e,t,n,r){return n.reduce((i,s)=>{if(s.applyBeforeValidation!==r)return i;if(s.mutates){if(s.applied)return i;s.applied=!0}if(Q(i))return i.then(o=>Promise.all([o,s(o,t)])).then(([o,a])=>Object.assign(o,a));{let o=s(i,t);return Q(o)?o.then(a=>Object.assign(i,a)):Object.assign(i,o)}},e)}function it(e,t,n=r=>{throw r}){try{let r=tc(e)?e():e;return Q(r)?r.then(i=>t(i)):t(r)}catch(r){return n(r)}}function tc(e){return typeof e=="function"}var St=/(^\*)|(^\$0)/,Br=class{constructor(t,n,r,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=t,this.globalMiddleware=r,this.validation=n}addDirectory(t,n,r,i){i=i||{},this.requireCache.add(r);let s=this.shim.path.resolve(this.shim.path.dirname(r),t),o=this.shim.readdirSync(s,{recursive:!!i.recurse});Array.isArray(i.extensions)||(i.extensions=["js"]);let a=typeof i.visit=="function"?i.visit:f=>f;for(let f of o){let F=f.toString();if(i.exclude){let l=!1;if(typeof i.exclude=="function"?l=i.exclude(F):l=i.exclude.test(F),l)continue}if(i.include){let l=!1;if(typeof i.include=="function"?l=i.include(F):l=i.include.test(F),!l)continue}let p=!1;for(let l of i.extensions)F.endsWith(l)&&(p=!0);if(p){let l=this.shim.path.join(s,F),m=n(l),E=Object.create(null,Object.getOwnPropertyDescriptors({...m}));if(a(E,l,F)){if(this.requireCache.has(l))continue;this.requireCache.add(l),E.command||(E.command=this.shim.path.basename(l,this.shim.path.extname(l))),this.addHandler(E)}}}}addHandler(t,n,r,i,s,o){let a=[],f=bs(s);if(i=i||(()=>{}),Array.isArray(t))if(nc(t))[t,...a]=t;else for(let F of t)this.addHandler(F);else if(ic(t)){let F=Array.isArray(t.command)||typeof t.command=="string"?t.command:null;if(F===null)throw new Error(`No command name given for module: ${this.shim.inspect(t)}`);t.aliases&&(F=[].concat(F).concat(t.aliases)),this.addHandler(F,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(ys(r)){this.addHandler([t].concat(a),n,r.builder,r.handler,r.middlewares,r.deprecated);return}if(typeof t=="string"){let F=qe(t);a=a.map(m=>qe(m).cmd);let p=!1,l=[F.cmd].concat(a).filter(m=>St.test(m)?(p=!0,!1):!0);l.length===0&&p&&l.push("$0"),p&&(F.cmd=l[0],a=l.slice(1),t=t.replace(St,F.cmd)),a.forEach(m=>{this.aliasMap[m]=F.cmd}),n!==!1&&this.usage.command(t,n,p,a,o),this.handlers[F.cmd]={original:t,description:n,handler:i,builder:r||{},middlewares:f,deprecated:o,demanded:F.demanded,optional:F.optional},p&&(this.defaultCommand=this.handlers[F.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(t,n,r,i,s,o){let a=this.handlers[t]||this.handlers[this.aliasMap[t]]||this.defaultCommand,f=n.getInternalMethods().getContext(),F=f.commands.slice(),p=!t;t&&(f.commands.push(t),f.fullCommands.push(a.original));let l=this.applyBuilderUpdateUsageAndParse(p,a,n,r.aliases,F,i,s,o);return Q(l)?l.then(m=>this.applyMiddlewareAndGetResult(p,a,m.innerArgv,f,s,m.aliases,n)):this.applyMiddlewareAndGetResult(p,a,l.innerArgv,f,s,l.aliases,n)}applyBuilderUpdateUsageAndParse(t,n,r,i,s,o,a,f){let F=n.builder,p=r;if(fn(F)){r.getInternalMethods().getUsageInstance().freeze();let l=F(r.getInternalMethods().reset(i),f);if(Q(l))return l.then(m=>(p=xs(m)?m:r,this.parseAndUpdateUsage(t,n,p,s,o,a)))}else rc(F)&&(r.getInternalMethods().getUsageInstance().freeze(),p=r.getInternalMethods().reset(i),Object.keys(n.builder).forEach(l=>{p.option(l,F[l])}));return this.parseAndUpdateUsage(t,n,p,s,o,a)}parseAndUpdateUsage(t,n,r,i,s,o){t&&r.getInternalMethods().getUsageInstance().unfreeze(!0),this.shouldUpdateUsage(r)&&r.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(i,n),n.description);let a=r.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,s,o);return Q(a)?a.then(f=>({aliases:r.parsed.aliases,innerArgv:f})):{aliases:r.parsed.aliases,innerArgv:a}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,n){let r=St.test(n.original)?n.original.replace(St,"").trim():n.original,i=t.filter(s=>!St.test(s));return i.push(r),`$0 ${i.join(" ")}`}handleValidationAndGetResult(t,n,r,i,s,o,a,f){if(!o.getInternalMethods().getHasOutput()){let F=o.getInternalMethods().runValidation(s,f,o.parsed.error,t);r=it(r,p=>(F(p),p))}if(n.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let F=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(r,F,!1,!1),r=rt(r,o,a,!1),r=it(r,p=>{let l=n.handler(p);return Q(l)?l.then(()=>p):p}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),Q(r)&&!o.getInternalMethods().hasParseCallback()&&r.catch(p=>{try{o.getInternalMethods().getUsageInstance().fail(null,p)}catch{}})}return t||(i.commands.pop(),i.fullCommands.pop()),r}applyMiddlewareAndGetResult(t,n,r,i,s,o,a){let f={};if(s)return r;a.getInternalMethods().getHasOutput()||(f=this.populatePositionals(n,r,i,a));let F=this.globalMiddleware.getMiddleware().slice(0).concat(n.middlewares),p=rt(r,a,F,!0);return Q(p)?p.then(l=>this.handleValidationAndGetResult(t,n,l,i,o,a,F,f)):this.handleValidationAndGetResult(t,n,p,i,o,a,F,f)}populatePositionals(t,n,r,i){n._=n._.slice(r.commands.length);let s=t.demanded.slice(0),o=t.optional.slice(0),a={};for(this.validation.positionalCount(s.length,n._.length);s.length;){let f=s.shift();this.populatePositional(f,n,a)}for(;o.length;){let f=o.shift();this.populatePositional(f,n,a)}return n._=r.commands.concat(n._.map(f=>""+f)),this.postProcessPositionals(n,a,this.cmdToParseOptions(t.original),i),a}populatePositional(t,n,r){let i=t.cmd[0];t.variadic?r[i]=n._.splice(0).map(String):n._.length&&(r[i]=[String(n._.shift())])}cmdToParseOptions(t){let n={array:[],default:{},alias:{},demand:{}},r=qe(t);return r.demanded.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(n.array.push(s),n.default[s]=[]),n.alias[s]=o,n.demand[s]=!0}),r.optional.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(n.array.push(s),n.default[s]=[]),n.alias[s]=o}),n}postProcessPositionals(t,n,r,i){let s=Object.assign({},i.getOptions());s.default=Object.assign(r.default,s.default);for(let F of Object.keys(r.alias))s.alias[F]=(s.alias[F]||[]).concat(r.alias[F]);s.array=s.array.concat(r.array),s.config={};let o=[];if(Object.keys(n).forEach(F=>{n[F].map(p=>{s.configuration["unknown-options-as-args"]&&(s.key[F]=!0),o.push(`--${F}`),o.push(p)})}),!o.length)return;let a=Object.assign({},s.configuration,{"populate--":!1}),f=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:a}));if(f.error)i.getInternalMethods().getUsageInstance().fail(f.error.message,f.error);else{let F=Object.keys(n);Object.keys(n).forEach(p=>{F.push(...f.aliases[p])}),Object.keys(f.argv).forEach(p=>{F.includes(p)&&(n[p]||(n[p]=f.argv[p]),!this.isInConfigs(i,p)&&!this.isDefaulted(i,p)&&Object.prototype.hasOwnProperty.call(t,p)&&Object.prototype.hasOwnProperty.call(f.argv,p)&&(Array.isArray(t[p])||Array.isArray(f.argv[p]))?t[p]=[].concat(t[p],f.argv[p]):t[p]=f.argv[p])})}}isDefaulted(t,n){let{default:r}=t.getOptions();return Object.prototype.hasOwnProperty.call(r,n)||Object.prototype.hasOwnProperty.call(r,this.shim.Parser.camelCase(n))}isInConfigs(t,n){let{configObjects:r}=t.getOptions();return r.some(i=>Object.prototype.hasOwnProperty.call(i,n))||r.some(i=>Object.prototype.hasOwnProperty.call(i,this.shim.Parser.camelCase(n)))}runDefaultBuilderOn(t){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(t)){let r=St.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");t.getInternalMethods().getUsageInstance().usage(r,this.defaultCommand.description)}let n=this.defaultCommand.builder;if(fn(n))return n(t,!0);ys(n)||Object.keys(n).forEach(r=>{t.option(r,n[r])})}extractDesc({describe:t,description:n,desc:r}){for(let i of[t,n,r]){if(typeof i=="string"||i===!1)return i;Fe(i,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let t=this.frozens.pop();Fe(t,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=t}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function As(e,t,n,r){return new Br(e,t,n,r)}function ys(e){return typeof e=="object"&&!!e.builder&&typeof e.handler=="function"}function nc(e){return e.every(t=>typeof t=="string")}function fn(e){return typeof e=="function"}function rc(e){return typeof e=="object"}function ic(e){return typeof e=="object"&&!Array.isArray(e)}function Ge(e={},t=()=>!0){let n={};return _t(e).forEach(r=>{t(r,e[r])&&(n[r]=e[r])}),n}function Ye(e){typeof process>"u"||[process.stdout,process.stderr].forEach(t=>{let n=t;n._handle&&n.isTTY&&typeof n._handle.setBlocking=="function"&&n._handle.setBlocking(e)})}function sc(e){return typeof e=="boolean"}function Bs(e,t){let n=t.y18n.__,r={},i=[];r.failFn=function(A){i.push(A)};let s=null,o=null,a=!0;r.showHelpOnFail=function(A=!0,O){let[N,G]=typeof A=="string"?[!0,A]:[A,O];return e.getInternalMethods().isGlobalContext()&&(o=G),s=G,a=N,r};let f=!1;r.fail=function(A,O){let N=e.getInternalMethods().getLoggerInstance();if(i.length)for(let G=i.length-1;G>=0;--G){let ae=i[G];if(sc(ae)){if(O)throw O;if(A)throw Error(A)}else ae(A,O,r)}else{if(e.getExitProcess()&&Ye(!0),!f){f=!0,a&&(e.showHelp("error"),N.error()),(A||O)&&N.error(A||O);let G=s||o;G&&((A||O)&&N.error(""),N.error(G))}if(O=O||new oe(A),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,O);throw O}};let F=[],p=!1;r.usage=(S,A)=>S===null?(p=!0,F=[],r):(p=!1,F.push([S,A||""]),r),r.getUsage=()=>F,r.getUsageDisabled=()=>p,r.getPositionalGroupName=()=>n("Positionals:");let l=[];r.example=(S,A)=>{l.push([S,A||""])};let m=[];r.command=function(A,O,N,G,ae=!1){N&&(m=m.map(q=>(q[2]=!1,q))),m.push([A,O||"",N,G,ae])},r.getCommands=()=>m;let E={};r.describe=function(A,O){Array.isArray(A)?A.forEach(N=>{r.describe(N,O)}):typeof A=="object"?Object.keys(A).forEach(N=>{r.describe(N,A[N])}):E[A]=O},r.getDescriptions=()=>E;let C=[];r.epilog=S=>{C.push(S)};let b=!1,d;r.wrap=S=>{b=!0,d=S},r.getWrap=()=>t.getEnv("YARGS_DISABLE_WRAP")?null:(b||(d=K(),b=!0),d);let I="__yargsString__:";r.deferY18nLookup=S=>I+S,r.help=function(){if(U)return U;L();let A=e.customScriptName?e.$0:t.path.basename(e.$0),O=e.getDemandedOptions(),N=e.getDemandedCommands(),G=e.getDeprecatedOptions(),ae=e.getGroups(),q=e.getOptions(),ce=[];ce=ce.concat(Object.keys(E)),ce=ce.concat(Object.keys(O)),ce=ce.concat(Object.keys(N)),ce=ce.concat(Object.keys(q.default)),ce=ce.filter(R),ce=Object.keys(ce.reduce((j,Z)=>(Z!=="_"&&(j[Z]=!0),j),{}));let Ze=r.getWrap(),k=t.cliui({width:Ze,wrap:!!Ze});if(!p){if(F.length)F.forEach(j=>{k.div({text:`${j[0].replace(/\$0/g,A)}`}),j[1]&&k.div({text:`${j[1]}`,padding:[1,0,0,0]})}),k.div();else if(m.length){let j=null;N._?j=`${A} <${n("command")}>
15
+ `:j=`${A} [${n("command")}]
16
+ `,k.div(`${j}`)}}if(m.length>1||m.length===1&&!m[0][2]){k.div(n("Commands:"));let j=e.getInternalMethods().getContext(),Z=j.commands.length?`${j.commands.join(" ")} `:"";e.getInternalMethods().getParserConfiguration()["sort-commands"]===!0&&(m=m.sort((V,ne)=>V[0].localeCompare(ne[0])));let te=A?`${A} `:"";m.forEach(V=>{let ne=`${te}${Z}${V[0].replace(/^\$0 ?/,"")}`;k.span({text:ne,padding:[0,2,0,2],width:z(m,Ze,`${A}${Z}`)+4},{text:V[1]});let se=[];V[2]&&se.push(`[${n("default")}]`),V[3]&&V[3].length&&se.push(`[${n("aliases:")} ${V[3].join(", ")}]`),V[4]&&(typeof V[4]=="string"?se.push(`[${n("deprecated: %s",V[4])}]`):se.push(`[${n("deprecated")}]`)),se.length?k.div({text:se.join(" "),padding:[0,0,0,2],align:"right"}):k.div()}),k.div()}let Ne=(Object.keys(q.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);ce=ce.filter(j=>!e.parsed.newAliases[j]&&Ne.every(Z=>(q.alias[Z]||[]).indexOf(j)===-1));let Le=n("Options:");ae[Le]||(ae[Le]=[]),W(ce,q.alias,ae,Le);let Xe=j=>/^--/.test(Dn(j)),T=Object.keys(ae).filter(j=>ae[j].length>0).map(j=>{let Z=ae[j].filter(R).map(te=>{if(Ne.includes(te))return te;for(let V=0,ne;(ne=Ne[V])!==void 0;V++)if((q.alias[ne]||[]).includes(te))return ne;return te});return{groupName:j,normalizedKeys:Z}}).filter(({normalizedKeys:j})=>j.length>0).map(({groupName:j,normalizedKeys:Z})=>{let te=Z.reduce((V,ne)=>(V[ne]=[ne].concat(q.alias[ne]||[]).map(se=>j===r.getPositionalGroupName()?se:(/^[0-9]$/.test(se)?q.boolean.includes(ne)?"-":"--":se.length>1?"--":"-")+se).sort((se,Pe)=>Xe(se)===Xe(Pe)?0:Xe(se)?1:-1).join(", "),V),{});return{groupName:j,normalizedKeys:Z,switches:te}});if(T.filter(({groupName:j})=>j!==r.getPositionalGroupName()).some(({normalizedKeys:j,switches:Z})=>!j.every(te=>Xe(Z[te])))&&T.filter(({groupName:j})=>j!==r.getPositionalGroupName()).forEach(({normalizedKeys:j,switches:Z})=>{j.forEach(te=>{Xe(Z[te])&&(Z[te]=oc(Z[te],4))})}),T.forEach(({groupName:j,normalizedKeys:Z,switches:te})=>{k.div(j),Z.forEach(V=>{let ne=te[V],se=E[V]||"",Pe=null;se.includes(I)&&(se=n(se.substring(I.length))),q.boolean.includes(V)&&(Pe=`[${n("boolean")}]`),q.count.includes(V)&&(Pe=`[${n("count")}]`),q.string.includes(V)&&(Pe=`[${n("string")}]`),q.normalize.includes(V)&&(Pe=`[${n("string")}]`),q.array.includes(V)&&(Pe=`[${n("array")}]`),q.number.includes(V)&&(Pe=`[${n("number")}]`);let ve=h=>typeof h=="string"?`[${n("deprecated: %s",h)}]`:`[${n("deprecated")}]`,qt=[V in G?ve(G[V]):null,Pe,V in O?`[${n("required")}]`:null,q.choices&&q.choices[V]?`[${n("choices:")} ${r.stringifiedValues(q.choices[V])}]`:null,H(q.default[V],q.defaultDescription[V])].filter(Boolean).join(" ");k.span({text:Dn(ne),padding:[0,2,0,2+ws(ne)],width:z(te,Ze)+4},se);let c=e.getInternalMethods().getUsageConfiguration()["hide-types"]===!0;qt&&!c?k.div({text:qt,padding:[0,0,0,2],align:"right"}):k.div()}),k.div()}),l.length&&(k.div(n("Examples:")),l.forEach(j=>{j[0]=j[0].replace(/\$0/g,A)}),l.forEach(j=>{j[1]===""?k.div({text:j[0],padding:[0,2,0,2]}):k.div({text:j[0],padding:[0,2,0,2],width:z(l,Ze)+4},{text:j[1]})}),k.div()),C.length>0){let j=C.map(Z=>Z.replace(/\$0/g,A)).join(`
17
+ `);k.div(`${j}
18
+ `)}return k.toString().replace(/\s*$/,"")};function z(S,A,O){let N=0;return Array.isArray(S)||(S=Object.values(S).map(G=>[G])),S.forEach(G=>{N=Math.max(t.stringWidth(O?`${O} ${Dn(G[0])}`:Dn(G[0]))+ws(G[0]),N)}),A&&(N=Math.min(N,parseInt((A*.5).toString(),10))),N}function L(){let S=e.getDemandedOptions(),A=e.getOptions();(Object.keys(A.alias)||[]).forEach(O=>{A.alias[O].forEach(N=>{E[N]&&r.describe(O,E[N]),N in S&&e.demandOption(O,S[N]),A.boolean.includes(N)&&e.boolean(O),A.count.includes(N)&&e.count(O),A.string.includes(N)&&e.string(O),A.normalize.includes(N)&&e.normalize(O),A.array.includes(N)&&e.array(O),A.number.includes(N)&&e.number(O)})})}let U;r.cacheHelpMessage=function(){U=this.help()},r.clearCachedHelpMessage=function(){U=void 0},r.hasCachedHelpMessage=function(){return!!U};function W(S,A,O,N){let G=[],ae=null;return Object.keys(O).forEach(q=>{G=G.concat(O[q])}),S.forEach(q=>{ae=[q].concat(A[q]),ae.some(ce=>G.indexOf(ce)!==-1)||O[N].push(q)}),G}function R(S){return e.getOptions().hiddenOptions.indexOf(S)<0||e.parsed.argv[e.getOptions().showHiddenOpt]}r.showHelp=S=>{let A=e.getInternalMethods().getLoggerInstance();S||(S="error"),(typeof S=="function"?S:A[S])(r.help())},r.functionDescription=S=>["(",S.name?t.Parser.decamelize(S.name,"-"):n("generated-value"),")"].join(""),r.stringifiedValues=function(A,O){let N="",G=O||", ",ae=[].concat(A);return!A||!ae.length||ae.forEach(q=>{N.length&&(N+=G),N+=JSON.stringify(q)}),N};function H(S,A){let O=`[${n("default:")} `;if(S===void 0&&!A)return null;if(A)O+=A;else switch(typeof S){case"string":O+=`"${S}"`;break;case"object":O+=JSON.stringify(S);break;default:O+=S}return`${O}]`}function K(){return t.process.stdColumns?Math.min(80,t.process.stdColumns):80}let de=null;r.version=S=>{de=S},r.showVersion=S=>{let A=e.getInternalMethods().getLoggerInstance();S||(S="error"),(typeof S=="function"?S:A[S])(de)},r.reset=function(A){return s=null,f=!1,F=[],p=!1,C=[],l=[],m=[],E=Ge(E,O=>!A[O]),r};let Y=[];return r.freeze=function(){Y.push({failMessage:s,failureOutput:f,usages:F,usageDisabled:p,epilogs:C,examples:l,commands:m,descriptions:E})},r.unfreeze=function(A=!1){let O=Y.pop();O&&(A?(E={...O.descriptions,...E},m=[...O.commands,...m],F=[...O.usages,...F],l=[...O.examples,...l],C=[...O.epilogs,...C]):{failMessage:s,failureOutput:f,usages:F,usageDisabled:p,epilogs:C,examples:l,commands:m,descriptions:E}=O)},r}function Or(e){return typeof e=="object"}function oc(e,t){return Or(e)?{text:e.text,indentation:e.indentation+t}:{text:e,indentation:t}}function ws(e){return Or(e)?e.indentation:0}function Dn(e){return Or(e)?e.text:e}var Os=`###-begin-{{app_name}}-completions-###
13
19
  #
14
20
  # yargs command completion script
15
21
  #
@@ -24,9 +30,10 @@ _{{app_name}}_yargs_completions()
24
30
  args=("\${COMP_WORDS[@]}")
25
31
 
26
32
  # ask yargs to generate completions.
27
- type_list=$({{app_path}} --get-yargs-completions "\${args[@]}")
28
-
29
- COMPREPLY=( $(compgen -W "\${type_list}" -- \${cur_word}) )
33
+ # see https://stackoverflow.com/a/40944195/7080036 for the spaces-handling awk
34
+ mapfile -t type_list < <({{app_path}} --get-yargs-completions "\${args[@]}")
35
+ mapfile -t COMPREPLY < <(compgen -W "$( printf '%q ' "\${type_list[@]}" )" -- "\${cur_word}" |
36
+ awk '/ / { print "\\""$0"\\"" } /^[^ ]+$/ { print $0 }')
30
37
 
31
38
  # if no match was found, fall back to filename completion
32
39
  if [ \${#COMPREPLY[@]} -eq 0 ]; then
@@ -37,7 +44,7 @@ _{{app_name}}_yargs_completions()
37
44
  }
38
45
  complete -o bashdefault -o default -F _{{app_name}}_yargs_completions {{app_name}}
39
46
  ###-end-{{app_name}}-completions-###
40
- `,ts=`#compdef {{app_name}}
47
+ `,_s=`#compdef {{app_name}}
41
48
  ###-begin-{{app_name}}-completions-###
42
49
  #
43
50
  # yargs command completion script
@@ -52,18 +59,26 @@ _{{app_name}}_yargs_completions()
52
59
  IFS=$'
53
60
  ' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" {{app_path}} --get-yargs-completions "\${words[@]}"))
54
61
  IFS=$si
55
- _describe 'values' reply
62
+ if [[ \${#reply} -gt 0 ]]; then
63
+ _describe 'values' reply
64
+ else
65
+ _default
66
+ fi
56
67
  }
57
- compdef _{{app_name}}_yargs_completions {{app_name}}
68
+ if [[ "'\${zsh_eval_context[-1]}" == "loadautofunc" ]]; then
69
+ _{{app_name}}_yargs_completions "$@"
70
+ else
71
+ compdef _{{app_name}}_yargs_completions {{app_name}}
72
+ fi
58
73
  ###-end-{{app_name}}-completions-###
59
- `;var xr=class{constructor(t,e,n,i){var s,o,c;this.yargs=t,this.usage=e,this.command=n,this.shim=i,this.completionKey="get-yargs-completions",this.aliases=null,this.customCompletionFunction=null,this.indexAfterLastReset=0,this.zshShell=(c=((s=this.shim.getEnv("SHELL"))===null||s===void 0?void 0:s.includes("zsh"))||((o=this.shim.getEnv("ZSH_NAME"))===null||o===void 0?void 0:o.includes("zsh")))!==null&&c!==void 0?c:!1}defaultCompletion(t,e,n,i){let s=this.command.getCommandHandlers();for(let c=0,p=t.length;c<p;++c)if(s[t[c]]&&s[t[c]].builder){let b=s[t[c]].builder;if(cn(b)){this.indexAfterLastReset=c+1;let d=this.yargs.getInternalMethods().reset();return b(d,!0),d.argv}}let o=[];this.commandCompletions(o,t,n),this.optionCompletions(o,t,e,n),this.choicesFromOptionsCompletions(o,t,e,n),this.choicesFromPositionalsCompletions(o,t,e,n),i(null,o)}commandCompletions(t,e,n){let i=this.yargs.getInternalMethods().getContext().commands;!n.match(/^-/)&&i[i.length-1]!==n&&!this.previousArgHasChoices(e)&&this.usage.getCommands().forEach(s=>{let o=Ht(s[0]).cmd;if(e.indexOf(o)===-1)if(!this.zshShell)t.push(o);else{let c=s[1]||"";t.push(o.replace(/:/g,"\\:")+":"+c)}})}optionCompletions(t,e,n,i){if((i.match(/^-/)||i===""&&t.length===0)&&!this.previousArgHasChoices(e)){let s=this.yargs.getOptions(),o=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(s.key).forEach(c=>{let p=!!s.configuration["boolean-negation"]&&s.boolean.includes(c);!o.includes(c)&&!s.hiddenOptions.includes(c)&&!this.argsContainKey(e,c,p)&&this.completeOptionKey(c,t,i,p&&!!s.default[c])})}}choicesFromOptionsCompletions(t,e,n,i){if(this.previousArgHasChoices(e)){let s=this.getPreviousArgChoices(e);s&&s.length>0&&t.push(...s.map(o=>o.replace(/:/g,"\\:")))}}choicesFromPositionalsCompletions(t,e,n,i){if(i===""&&t.length>0&&this.previousArgHasChoices(e))return;let s=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[],o=Math.max(this.indexAfterLastReset,this.yargs.getInternalMethods().getContext().commands.length+1),c=s[n._.length-o-1];if(!c)return;let p=this.yargs.getOptions().choices[c]||[];for(let b of p)b.startsWith(i)&&t.push(b.replace(/:/g,"\\:"))}getPreviousArgChoices(t){if(t.length<1)return;let e=t[t.length-1],n="";if(!e.startsWith("-")&&t.length>1&&(n=e,e=t[t.length-2]),!e.startsWith("-"))return;let i=e.replace(/^-+/,""),s=this.yargs.getOptions(),o=[i,...this.yargs.getAliases()[i]||[]],c;for(let p of o)if(Object.prototype.hasOwnProperty.call(s.key,p)&&Array.isArray(s.choices[p])){c=s.choices[p];break}if(c)return c.filter(p=>!n||p.startsWith(n))}previousArgHasChoices(t){let e=this.getPreviousArgChoices(t);return e!==void 0&&e.length>0}argsContainKey(t,e,n){let i=s=>t.indexOf((/^[^0-9]$/.test(s)?"-":"--")+s)!==-1;if(i(e)||n&&i(`no-${e}`))return!0;if(this.aliases){for(let s of this.aliases[e])if(i(s))return!0}return!1}completeOptionKey(t,e,n,i){var s,o,c,p;let b=t;if(this.zshShell){let y=this.usage.getDescriptions(),x=(o=(s=this===null||this===void 0?void 0:this.aliases)===null||s===void 0?void 0:s[t])===null||o===void 0?void 0:o.find($=>{let N=y[$];return typeof N=="string"&&N.length>0}),C=x?y[x]:void 0,m=(p=(c=y[t])!==null&&c!==void 0?c:C)!==null&&p!==void 0?p:"";b=`${t.replace(/:/g,"\\:")}:${m.replace("__yargsString__:","").replace(/(\r\n|\n|\r)/gm," ")}`}let d=y=>/^--/.test(y),h=y=>/^[^0-9]$/.test(y),g=!d(n)&&h(t)?"-":"--";e.push(g+b),i&&e.push(g+"no-"+b)}customCompletion(t,e,n,i){if(mt(this.customCompletionFunction,null,this.shim),Ga(this.customCompletionFunction)){let s=this.customCompletionFunction(n,e);return Q(s)?s.then(o=>{this.shim.process.nextTick(()=>{i(null,o)})}).catch(o=>{this.shim.process.nextTick(()=>{i(o,void 0)})}):i(null,s)}else return Ya(this.customCompletionFunction)?this.customCompletionFunction(n,e,(s=i)=>this.defaultCompletion(t,e,n,s),s=>{i(null,s)}):this.customCompletionFunction(n,e,s=>{i(null,s)})}getCompletion(t,e){let n=t.length?t[t.length-1]:"",i=this.yargs.parse(t,!0),s=this.customCompletionFunction?o=>this.customCompletion(t,o,n,e):o=>this.defaultCompletion(t,o,n,e);return Q(i)?i.then(s):s(i)}generateCompletionScript(t,e){let n=this.zshShell?ts:ki,i=this.shim.path.basename(t);return t.match(/\.js$/)&&(t=`./${t}`),n=n.replace(/{{app_name}}/g,i),n=n.replace(/{{completion_command}}/g,e),n.replace(/{{app_path}}/g,t)}registerFunction(t){this.customCompletionFunction=t}setParsed(t){this.aliases=t.aliases}};function es(r,t,e,n){return new xr(r,t,e,n)}function Ga(r){return r.length<3}function Ya(r){return r.length>3}function ns(r,t){if(r.length===0)return t.length;if(t.length===0)return r.length;let e=[],n;for(n=0;n<=t.length;n++)e[n]=[n];let i;for(i=0;i<=r.length;i++)e[0][i]=i;for(n=1;n<=t.length;n++)for(i=1;i<=r.length;i++)t.charAt(n-1)===r.charAt(i-1)?e[n][i]=e[n-1][i-1]:n>1&&i>1&&t.charAt(n-2)===r.charAt(i-1)&&t.charAt(n-1)===r.charAt(i-2)?e[n][i]=e[n-2][i-2]+1:e[n][i]=Math.min(e[n-1][i-1]+1,Math.min(e[n][i-1]+1,e[n-1][i]+1));return e[t.length][r.length]}var rs=["$0","--","_"];function is(r,t,e){let n=e.y18n.__,i=e.y18n.__n,s={};s.nonOptionCount=function(h){let g=r.getDemandedCommands(),x=h._.length+(h["--"]?h["--"].length:0)-r.getInternalMethods().getContext().commands.length;g._&&(x<g._.min||x>g._.max)&&(x<g._.min?g._.minMsg!==void 0?t.fail(g._.minMsg?g._.minMsg.replace(/\$0/g,x.toString()).replace(/\$1/,g._.min.toString()):null):t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",x,x.toString(),g._.min.toString())):x>g._.max&&(g._.maxMsg!==void 0?t.fail(g._.maxMsg?g._.maxMsg.replace(/\$0/g,x.toString()).replace(/\$1/,g._.max.toString()):null):t.fail(i("Too many non-option arguments: got %s, maximum of %s","Too many non-option arguments: got %s, maximum of %s",x,x.toString(),g._.max.toString()))))},s.positionalCount=function(h,g){g<h&&t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",g,g+"",h+""))},s.requiredArguments=function(h,g){let y=null;for(let x of Object.keys(g))(!Object.prototype.hasOwnProperty.call(h,x)||typeof h[x]>"u")&&(y=y||{},y[x]=g[x]);if(y){let x=[];for(let m of Object.keys(y)){let $=y[m];$&&x.indexOf($)<0&&x.push($)}let C=x.length?`
60
- ${x.join(`
61
- `)}`:"";t.fail(i("Missing required argument: %s","Missing required arguments: %s",Object.keys(y).length,Object.keys(y).join(", ")+C))}},s.unknownArguments=function(h,g,y,x,C=!0){var m;let $=r.getInternalMethods().getCommandInstance().getCommands(),N=[],W=r.getInternalMethods().getContext();if(Object.keys(h).forEach(z=>{!rs.includes(z)&&!Object.prototype.hasOwnProperty.call(y,z)&&!Object.prototype.hasOwnProperty.call(r.getInternalMethods().getParseContext(),z)&&!s.isValidAndSomeAliasIsNotNew(z,g)&&N.push(z)}),C&&(W.commands.length>0||$.length>0||x)&&h._.slice(W.commands.length).forEach(z=>{$.includes(""+z)||N.push(""+z)}),C){let R=((m=r.getDemandedCommands()._)===null||m===void 0?void 0:m.max)||0,ft=W.commands.length+R;ft<h._.length&&h._.slice(ft).forEach(Z=>{Z=String(Z),!W.commands.includes(Z)&&!N.includes(Z)&&N.push(Z)})}N.length&&t.fail(i("Unknown argument: %s","Unknown arguments: %s",N.length,N.map(z=>z.trim()?z:`"${z}"`).join(", ")))},s.unknownCommands=function(h){let g=r.getInternalMethods().getCommandInstance().getCommands(),y=[],x=r.getInternalMethods().getContext();return(x.commands.length>0||g.length>0)&&h._.slice(x.commands.length).forEach(C=>{g.includes(""+C)||y.push(""+C)}),y.length>0?(t.fail(i("Unknown command: %s","Unknown commands: %s",y.length,y.join(", "))),!0):!1},s.isValidAndSomeAliasIsNotNew=function(h,g){if(!Object.prototype.hasOwnProperty.call(g,h))return!1;let y=r.parsed.newAliases;return[h,...g[h]].some(x=>!Object.prototype.hasOwnProperty.call(y,x)||!y[h])},s.limitedChoices=function(h){let g=r.getOptions(),y={};if(!Object.keys(g.choices).length)return;Object.keys(h).forEach(m=>{rs.indexOf(m)===-1&&Object.prototype.hasOwnProperty.call(g.choices,m)&&[].concat(h[m]).forEach($=>{g.choices[m].indexOf($)===-1&&$!==void 0&&(y[m]=(y[m]||[]).concat($))})});let x=Object.keys(y);if(!x.length)return;let C=n("Invalid values:");x.forEach(m=>{C+=`
62
- ${n("Argument: %s, Given: %s, Choices: %s",m,t.stringifiedValues(y[m]),t.stringifiedValues(g.choices[m]))}`}),t.fail(C)};let o={};s.implies=function(h,g){_("<string|object> [array|number|string]",[h,g],arguments.length),typeof h=="object"?Object.keys(h).forEach(y=>{s.implies(y,h[y])}):(r.global(h),o[h]||(o[h]=[]),Array.isArray(g)?g.forEach(y=>s.implies(h,y)):(mt(g,void 0,e),o[h].push(g)))},s.getImplied=function(){return o};function c(d,h){let g=Number(h);return h=isNaN(g)?h:g,typeof h=="number"?h=d._.length>=h:h.match(/^--no-.+/)?(h=h.match(/^--no-(.+)/)[1],h=!Object.prototype.hasOwnProperty.call(d,h)):h=Object.prototype.hasOwnProperty.call(d,h),h}s.implications=function(h){let g=[];if(Object.keys(o).forEach(y=>{let x=y;(o[y]||[]).forEach(C=>{let m=x,$=C;m=c(h,m),C=c(h,C),m&&!C&&g.push(` ${x} -> ${$}`)})}),g.length){let y=`${n("Implications failed:")}
63
- `;g.forEach(x=>{y+=x}),t.fail(y)}};let p={};s.conflicts=function(h,g){_("<string|object> [array|string]",[h,g],arguments.length),typeof h=="object"?Object.keys(h).forEach(y=>{s.conflicts(y,h[y])}):(r.global(h),p[h]||(p[h]=[]),Array.isArray(g)?g.forEach(y=>s.conflicts(h,y)):p[h].push(g))},s.getConflicting=()=>p,s.conflicting=function(h){Object.keys(h).forEach(g=>{p[g]&&p[g].forEach(y=>{y&&h[g]!==void 0&&h[y]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",g,y))})}),r.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(p).forEach(g=>{p[g].forEach(y=>{y&&h[e.Parser.camelCase(g)]!==void 0&&h[e.Parser.camelCase(y)]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",g,y))})})},s.recommendCommands=function(h,g){g=g.sort((m,$)=>$.length-m.length);let x=null,C=1/0;for(let m=0,$;($=g[m])!==void 0;m++){let N=ns(h,$);N<=3&&N<C&&(C=N,x=$)}x&&t.fail(n("Did you mean %s?",x))},s.reset=function(h){return o=qt(o,g=>!h[g]),p=qt(p,g=>!h[g]),s};let b=[];return s.freeze=function(){b.push({implied:o,conflicting:p})},s.unfreeze=function(){let h=b.pop();mt(h,void 0,e),{implied:o,conflicting:p}=h},s}var Cr=[],De;function fn(r,t,e,n){De=n;let i={};if(Object.prototype.hasOwnProperty.call(r,"extends")){if(typeof r.extends!="string")return i;let s=/\.json|\..*rc$/.test(r.extends),o=null;if(s)o=Ja(t,r.extends);else try{o=V.resolve(r.extends)}catch{return r}Ka(o),Cr.push(o),i=s?JSON.parse(De.readFileSync(o,"utf8")):V(r.extends),delete r.extends,i=fn(i,De.path.dirname(o),e,De)}return Cr=[],e?ss(i,r):Object.assign({},i,r)}function Ka(r){if(Cr.indexOf(r)>-1)throw new J(`Circular extended configurations: '${r}'.`)}function Ja(r,t){return De.path.resolve(r,t)}function ss(r,t){let e={};function n(i){return i&&typeof i=="object"&&!Array.isArray(i)}Object.assign(e,r);for(let i of Object.keys(t))n(t[i])&&n(e[i])?e[i]=ss(r[i],t[i]):e[i]=t[i];return e}var S=function(r,t,e,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?r!==t||!i:!t.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(r,e):i?i.value=e:t.set(r,e),e},a=function(r,t,e,n){if(e==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?r!==t||!n:!t.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return e==="m"?n:e==="a"?n.call(r):n?n.value:t.get(r)},st,re,ze,_t,yt,un,Yt,ie,hn,St,dn,Pt,Nt,xt,It,pn,_e,lt,v,mn,gn,Ct,se,Se,oe,Kt,bn,D,ae,ce,le,T,wn,Ut,rt;function _s(r){return(t=[],e=r.process.cwd(),n)=>{let i=new $r(t,e,n,r);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}}var os=Symbol("copyDoubleDash"),as=Symbol("copyDoubleDash"),Or=Symbol("deleteFromParserHintObject"),cs=Symbol("emitWarning"),ls=Symbol("freeze"),fs=Symbol("getDollarZero"),fe=Symbol("getParserConfiguration"),us=Symbol("getUsageConfiguration"),Ar=Symbol("guessLocale"),hs=Symbol("guessVersion"),ds=Symbol("parsePositionalNumbers"),Er=Symbol("pkgUp"),Jt=Symbol("populateParserHintArray"),Pe=Symbol("populateParserHintSingleValueDictionary"),_r=Symbol("populateParserHintArrayDictionary"),Sr=Symbol("populateParserHintDictionary"),Pr=Symbol("sanitizeKey"),Ir=Symbol("setKey"),jr=Symbol("unfreeze"),ps=Symbol("validateAsync"),ms=Symbol("getCommandInstance"),gs=Symbol("getContext"),bs=Symbol("getHasOutput"),ws=Symbol("getLoggerInstance"),ys=Symbol("getParseContext"),xs=Symbol("getUsageInstance"),Cs=Symbol("getValidationInstance"),yn=Symbol("hasParseCallback"),Os=Symbol("isGlobalContext"),ue=Symbol("postProcess"),As=Symbol("rebase"),vr=Symbol("reset"),Te=Symbol("runYargsParserAndExecuteCommands"),Mr=Symbol("runValidation"),Es=Symbol("setHasOutput"),he=Symbol("kTrackManuallySetKeys"),$r=class{constructor(t=[],e,n,i){this.customScriptName=!1,this.parsed=!1,st.set(this,void 0),re.set(this,void 0),ze.set(this,{commands:[],fullCommands:[]}),_t.set(this,null),yt.set(this,null),un.set(this,"show-hidden"),Yt.set(this,null),ie.set(this,!0),hn.set(this,{}),St.set(this,!0),dn.set(this,[]),Pt.set(this,void 0),Nt.set(this,{}),xt.set(this,!1),It.set(this,null),pn.set(this,!0),_e.set(this,void 0),lt.set(this,""),v.set(this,void 0),mn.set(this,void 0),gn.set(this,{}),Ct.set(this,null),se.set(this,null),Se.set(this,{}),oe.set(this,{}),Kt.set(this,void 0),bn.set(this,!1),D.set(this,void 0),ae.set(this,!1),ce.set(this,!1),le.set(this,!1),T.set(this,void 0),wn.set(this,{}),Ut.set(this,null),rt.set(this,void 0),S(this,D,i,"f"),S(this,Kt,t,"f"),S(this,re,e,"f"),S(this,mn,n,"f"),S(this,Pt,new an(this),"f"),this.$0=this[fs](),this[vr](),S(this,st,a(this,st,"f"),"f"),S(this,T,a(this,T,"f"),"f"),S(this,rt,a(this,rt,"f"),"f"),S(this,v,a(this,v,"f"),"f"),a(this,v,"f").showHiddenOpt=a(this,un,"f"),S(this,_e,this[as](),"f")}addHelpOpt(t,e){let n="help";return _("[string|boolean] [string]",[t,e],arguments.length),a(this,It,"f")&&(this[Or](a(this,It,"f")),S(this,It,null,"f")),t===!1&&e===void 0?this:(S(this,It,typeof t=="string"?t:n,"f"),this.boolean(a(this,It,"f")),this.describe(a(this,It,"f"),e||a(this,T,"f").deferY18nLookup("Show help")),this)}help(t,e){return this.addHelpOpt(t,e)}addShowHiddenOpt(t,e){if(_("[string|boolean] [string]",[t,e],arguments.length),t===!1&&e===void 0)return this;let n=typeof t=="string"?t:a(this,un,"f");return this.boolean(n),this.describe(n,e||a(this,T,"f").deferY18nLookup("Show hidden options")),a(this,v,"f").showHiddenOpt=n,this}showHidden(t,e){return this.addShowHiddenOpt(t,e)}alias(t,e){return _("<object|string|array> [string|array]",[t,e],arguments.length),this[_r](this.alias.bind(this),"alias",t,e),this}array(t){return _("<array|string>",[t],arguments.length),this[Jt]("array",t),this[he](t),this}boolean(t){return _("<array|string>",[t],arguments.length),this[Jt]("boolean",t),this[he](t),this}check(t,e){return _("<function> [boolean]",[t,e],arguments.length),this.middleware((n,i)=>ne(()=>t(n,i.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&a(this,T,"f").fail(s.toString(),s):a(this,T,"f").fail(a(this,D,"f").y18n.__("Argument check failed: %s",t.toString())),n),s=>(a(this,T,"f").fail(s.message?s.message:s.toString(),s),n)),!1,e),this}choices(t,e){return _("<object|string|array> [string|array]",[t,e],arguments.length),this[_r](this.choices.bind(this),"choices",t,e),this}coerce(t,e){if(_("<object|string|array> [function]",[t,e],arguments.length),Array.isArray(t)){if(!e)throw new J("coerce callback must be provided");for(let n of t)this.coerce(n,e);return this}else if(typeof t=="object"){for(let n of Object.keys(t))this.coerce(n,t[n]);return this}if(!e)throw new J("coerce callback must be provided");return a(this,v,"f").key[t]=!0,a(this,Pt,"f").addCoerceMiddleware((n,i)=>{let s;return Object.prototype.hasOwnProperty.call(n,t)?ne(()=>(s=i.getAliases(),e(n[t])),c=>{n[t]=c;let p=i.getInternalMethods().getParserConfiguration()["strip-aliased"];if(s[t]&&p!==!0)for(let b of s[t])n[b]=c;return n},c=>{throw new J(c.message)}):n},t),this}conflicts(t,e){return _("<string|object> [string|array]",[t,e],arguments.length),a(this,rt,"f").conflicts(t,e),this}config(t="config",e,n){return _("[object|string] [string|function] [function]",[t,e,n],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=fn(t,a(this,re,"f"),this[fe]()["deep-merge-config"]||!1,a(this,D,"f")),a(this,v,"f").configObjects=(a(this,v,"f").configObjects||[]).concat(t),this):(typeof e=="function"&&(n=e,e=void 0),this.describe(t,e||a(this,T,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(i=>{a(this,v,"f").config[i]=n||!0}),this)}completion(t,e,n){return _("[string] [string|boolean|function] [function]",[t,e,n],arguments.length),typeof e=="function"&&(n=e,e=void 0),S(this,yt,t||a(this,yt,"f")||"completion","f"),!e&&e!==!1&&(e="generate completion script"),this.command(a(this,yt,"f"),e),n&&a(this,_t,"f").registerFunction(n),this}command(t,e,n,i,s,o){return _("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,e,n,i,s,o],arguments.length),a(this,st,"f").addHandler(t,e,n,i,s,o),this}commands(t,e,n,i,s,o){return this.command(t,e,n,i,s,o)}commandDir(t,e){_("<string> [object]",[t,e],arguments.length);let n=a(this,mn,"f")||a(this,D,"f").require;return a(this,st,"f").addDirectory(t,n,a(this,D,"f").getCallerFile(),e),this}count(t){return _("<array|string>",[t],arguments.length),this[Jt]("count",t),this[he](t),this}default(t,e,n){return _("<object|string|array> [*] [string]",[t,e,n],arguments.length),n&&(gr(t,a(this,D,"f")),a(this,v,"f").defaultDescription[t]=n),typeof e=="function"&&(gr(t,a(this,D,"f")),a(this,v,"f").defaultDescription[t]||(a(this,v,"f").defaultDescription[t]=a(this,T,"f").functionDescription(e)),e=e.call()),this[Pe](this.default.bind(this),"default",t,e),this}defaults(t,e,n){return this.default(t,e,n)}demandCommand(t=1,e,n,i){return _("[number] [number|string] [string|null|undefined] [string|null|undefined]",[t,e,n,i],arguments.length),typeof e!="number"&&(n=e,e=1/0),this.global("_",!1),a(this,v,"f").demandedCommands._={min:t,max:e,minMsg:n,maxMsg:i},this}demand(t,e,n){return Array.isArray(e)?(e.forEach(i=>{mt(n,!0,a(this,D,"f")),this.demandOption(i,n)}),e=1/0):typeof e!="number"&&(n=e,e=1/0),typeof t=="number"?(mt(n,!0,a(this,D,"f")),this.demandCommand(t,e,n,n)):Array.isArray(t)?t.forEach(i=>{mt(n,!0,a(this,D,"f")),this.demandOption(i,n)}):typeof n=="string"?this.demandOption(t,n):(n===!0||typeof n>"u")&&this.demandOption(t),this}demandOption(t,e){return _("<object|string|array> [string]",[t,e],arguments.length),this[Pe](this.demandOption.bind(this),"demandedOptions",t,e),this}deprecateOption(t,e){return _("<string> [string|boolean]",[t,e],arguments.length),a(this,v,"f").deprecatedOptions[t]=e,this}describe(t,e){return _("<object|string|array> [string]",[t,e],arguments.length),this[Ir](t,!0),a(this,T,"f").describe(t,e),this}detectLocale(t){return _("<boolean>",[t],arguments.length),S(this,ie,t,"f"),this}env(t){return _("[string|boolean]",[t],arguments.length),t===!1?delete a(this,v,"f").envPrefix:a(this,v,"f").envPrefix=t||"",this}epilogue(t){return _("<string>",[t],arguments.length),a(this,T,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,e){return _("<string|array> [string]",[t,e],arguments.length),Array.isArray(t)?t.forEach(n=>this.example(...n)):a(this,T,"f").example(t,e),this}exit(t,e){S(this,xt,!0,"f"),S(this,Yt,e,"f"),a(this,St,"f")&&a(this,D,"f").process.exit(t)}exitProcess(t=!0){return _("[boolean]",[t],arguments.length),S(this,St,t,"f"),this}fail(t){if(_("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new J("Invalid first argument. Expected function or boolean 'false'");return a(this,T,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,e){return _("<array> [function]",[t,e],arguments.length),e?a(this,_t,"f").getCompletion(t,e):new Promise((n,i)=>{a(this,_t,"f").getCompletion(t,(s,o)=>{s?i(s):n(o)})})}getDemandedOptions(){return _([],0),a(this,v,"f").demandedOptions}getDemandedCommands(){return _([],0),a(this,v,"f").demandedCommands}getDeprecatedOptions(){return _([],0),a(this,v,"f").deprecatedOptions}getDetectLocale(){return a(this,ie,"f")}getExitProcess(){return a(this,St,"f")}getGroups(){return Object.assign({},a(this,Nt,"f"),a(this,oe,"f"))}getHelp(){if(S(this,xt,!0,"f"),!a(this,T,"f").hasCachedHelpMessage()){if(!this.parsed){let e=this[Te](a(this,Kt,"f"),void 0,void 0,0,!0);if(Q(e))return e.then(()=>a(this,T,"f").help())}let t=a(this,st,"f").runDefaultBuilderOn(this);if(Q(t))return t.then(()=>a(this,T,"f").help())}return Promise.resolve(a(this,T,"f").help())}getOptions(){return a(this,v,"f")}getStrict(){return a(this,ae,"f")}getStrictCommands(){return a(this,ce,"f")}getStrictOptions(){return a(this,le,"f")}global(t,e){return _("<string|array> [boolean]",[t,e],arguments.length),t=[].concat(t),e!==!1?a(this,v,"f").local=a(this,v,"f").local.filter(n=>t.indexOf(n)===-1):t.forEach(n=>{a(this,v,"f").local.includes(n)||a(this,v,"f").local.push(n)}),this}group(t,e){_("<string|array> <string>",[t,e],arguments.length);let n=a(this,oe,"f")[e]||a(this,Nt,"f")[e];a(this,oe,"f")[e]&&delete a(this,oe,"f")[e];let i={};return a(this,Nt,"f")[e]=(n||[]).concat(t).filter(s=>i[s]?!1:i[s]=!0),this}hide(t){return _("<string>",[t],arguments.length),a(this,v,"f").hiddenOptions.push(t),this}implies(t,e){return _("<string|object> [number|string|array]",[t,e],arguments.length),a(this,rt,"f").implies(t,e),this}locale(t){return _("[string]",[t],arguments.length),t===void 0?(this[Ar](),a(this,D,"f").y18n.getLocale()):(S(this,ie,!1,"f"),a(this,D,"f").y18n.setLocale(t),this)}middleware(t,e,n){return a(this,Pt,"f").addMiddleware(t,!!e,n)}nargs(t,e){return _("<string|object|array> [number]",[t,e],arguments.length),this[Pe](this.nargs.bind(this),"narg",t,e),this}normalize(t){return _("<array|string>",[t],arguments.length),this[Jt]("normalize",t),this}number(t){return _("<array|string>",[t],arguments.length),this[Jt]("number",t),this[he](t),this}option(t,e){if(_("<string|object> [object]",[t,e],arguments.length),typeof t=="object")Object.keys(t).forEach(n=>{this.options(n,t[n])});else{typeof e!="object"&&(e={}),this[he](t),a(this,Ut,"f")&&(t==="version"||e?.alias==="version")&&this[cs](['"version" is a reserved word.',"Please do one of the following:",'- Disable version with `yargs.version(false)` if using "version" as an option',"- Use the built-in `yargs.version` method instead (if applicable)","- Use a different option key","https://yargs.js.org/docs/#api-reference-version"].join(`
64
- `),void 0,"versionWarning"),a(this,v,"f").key[t]=!0,e.alias&&this.alias(t,e.alias);let n=e.deprecate||e.deprecated;n&&this.deprecateOption(t,n);let i=e.demand||e.required||e.require;i&&this.demand(t,i),e.demandOption&&this.demandOption(t,typeof e.demandOption=="string"?e.demandOption:void 0),e.conflicts&&this.conflicts(t,e.conflicts),"default"in e&&this.default(t,e.default),e.implies!==void 0&&this.implies(t,e.implies),e.nargs!==void 0&&this.nargs(t,e.nargs),e.config&&this.config(t,e.configParser),e.normalize&&this.normalize(t),e.choices&&this.choices(t,e.choices),e.coerce&&this.coerce(t,e.coerce),e.group&&this.group(t,e.group),(e.boolean||e.type==="boolean")&&(this.boolean(t),e.alias&&this.boolean(e.alias)),(e.array||e.type==="array")&&(this.array(t),e.alias&&this.array(e.alias)),(e.number||e.type==="number")&&(this.number(t),e.alias&&this.number(e.alias)),(e.string||e.type==="string")&&(this.string(t),e.alias&&this.string(e.alias)),(e.count||e.type==="count")&&this.count(t),typeof e.global=="boolean"&&this.global(t,e.global),e.defaultDescription&&(a(this,v,"f").defaultDescription[t]=e.defaultDescription),e.skipValidation&&this.skipValidation(t);let s=e.describe||e.description||e.desc,o=a(this,T,"f").getDescriptions();(!Object.prototype.hasOwnProperty.call(o,t)||typeof s=="string")&&this.describe(t,s),e.hidden&&this.hide(t),e.requiresArg&&this.requiresArg(t)}return this}options(t,e){return this.option(t,e)}parse(t,e,n){_("[string|array] [function|boolean|object] [function]",[t,e,n],arguments.length),this[ls](),typeof t>"u"&&(t=a(this,Kt,"f")),typeof e=="object"&&(S(this,se,e,"f"),e=n),typeof e=="function"&&(S(this,Ct,e,"f"),e=!1),e||S(this,Kt,t,"f"),a(this,Ct,"f")&&S(this,St,!1,"f");let i=this[Te](t,!!e),s=this.parsed;return a(this,_t,"f").setParsed(this.parsed),Q(i)?i.then(o=>(a(this,Ct,"f")&&a(this,Ct,"f").call(this,a(this,Yt,"f"),o,a(this,lt,"f")),o)).catch(o=>{throw a(this,Ct,"f")&&a(this,Ct,"f")(o,this.parsed.argv,a(this,lt,"f")),o}).finally(()=>{this[jr](),this.parsed=s}):(a(this,Ct,"f")&&a(this,Ct,"f").call(this,a(this,Yt,"f"),i,a(this,lt,"f")),this[jr](),this.parsed=s,i)}parseAsync(t,e,n){let i=this.parse(t,e,n);return Q(i)?i:Promise.resolve(i)}parseSync(t,e,n){let i=this.parse(t,e,n);if(Q(i))throw new J(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return i}parserConfiguration(t){return _("<object>",[t],arguments.length),S(this,gn,t,"f"),this}pkgConf(t,e){_("<string> [string]",[t,e],arguments.length);let n=null,i=this[Er](e||a(this,re,"f"));return i[t]&&typeof i[t]=="object"&&(n=fn(i[t],e||a(this,re,"f"),this[fe]()["deep-merge-config"]||!1,a(this,D,"f")),a(this,v,"f").configObjects=(a(this,v,"f").configObjects||[]).concat(n)),this}positional(t,e){_("<string> <object>",[t,e],arguments.length);let n=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];e=qt(e,(o,c)=>o==="type"&&!["string","number","boolean"].includes(c)?!1:n.includes(o));let i=a(this,ze,"f").fullCommands[a(this,ze,"f").fullCommands.length-1],s=i?a(this,st,"f").cmdToParseOptions(i):{array:[],alias:{},default:{},demand:{}};return Ae(s).forEach(o=>{let c=s[o];Array.isArray(c)?c.indexOf(t)!==-1&&(e[o]=!0):c[t]&&!(o in e)&&(e[o]=c[t])}),this.group(t,a(this,T,"f").getPositionalGroupName()),this.option(t,e)}recommendCommands(t=!0){return _("[boolean]",[t],arguments.length),S(this,bn,t,"f"),this}required(t,e,n){return this.demand(t,e,n)}require(t,e,n){return this.demand(t,e,n)}requiresArg(t){return _("<array|string|object> [number]",[t],arguments.length),typeof t=="string"&&a(this,v,"f").narg[t]?this:(this[Pe](this.requiresArg.bind(this),"narg",t,NaN),this)}showCompletionScript(t,e){return _("[string] [string]",[t,e],arguments.length),t=t||this.$0,a(this,_e,"f").log(a(this,_t,"f").generateCompletionScript(t,e||a(this,yt,"f")||"completion")),this}showHelp(t){if(_("[string|function]",[t],arguments.length),S(this,xt,!0,"f"),!a(this,T,"f").hasCachedHelpMessage()){if(!this.parsed){let n=this[Te](a(this,Kt,"f"),void 0,void 0,0,!0);if(Q(n))return n.then(()=>{a(this,T,"f").showHelp(t)}),this}let e=a(this,st,"f").runDefaultBuilderOn(this);if(Q(e))return e.then(()=>{a(this,T,"f").showHelp(t)}),this}return a(this,T,"f").showHelp(t),this}scriptName(t){return this.customScriptName=!0,this.$0=t,this}showHelpOnFail(t,e){return _("[boolean|string] [string]",[t,e],arguments.length),a(this,T,"f").showHelpOnFail(t,e),this}showVersion(t){return _("[string|function]",[t],arguments.length),a(this,T,"f").showVersion(t),this}skipValidation(t){return _("<array|string>",[t],arguments.length),this[Jt]("skipValidation",t),this}strict(t){return _("[boolean]",[t],arguments.length),S(this,ae,t!==!1,"f"),this}strictCommands(t){return _("[boolean]",[t],arguments.length),S(this,ce,t!==!1,"f"),this}strictOptions(t){return _("[boolean]",[t],arguments.length),S(this,le,t!==!1,"f"),this}string(t){return _("<array|string>",[t],arguments.length),this[Jt]("string",t),this[he](t),this}terminalWidth(){return _([],0),a(this,D,"f").process.stdColumns}updateLocale(t){return this.updateStrings(t)}updateStrings(t){return _("<object>",[t],arguments.length),S(this,ie,!1,"f"),a(this,D,"f").y18n.updateLocale(t),this}usage(t,e,n,i){if(_("<string|null|undefined> [string|boolean] [function|object] [function]",[t,e,n,i],arguments.length),e!==void 0){if(mt(t,null,a(this,D,"f")),(t||"").match(/^\$0( |$)/))return this.command(t,e,n,i);throw new J(".usage() description must start with $0 if being used as alias for .command()")}else return a(this,T,"f").usage(t),this}usageConfiguration(t){return _("<object>",[t],arguments.length),S(this,wn,t,"f"),this}version(t,e,n){let i="version";if(_("[boolean|string] [string] [string]",[t,e,n],arguments.length),a(this,Ut,"f")&&(this[Or](a(this,Ut,"f")),a(this,T,"f").version(void 0),S(this,Ut,null,"f")),arguments.length===0)n=this[hs](),t=i;else if(arguments.length===1){if(t===!1)return this;n=t,t=i}else arguments.length===2&&(n=e,e=void 0);return S(this,Ut,typeof t=="string"?t:i,"f"),e=e||a(this,T,"f").deferY18nLookup("Show version number"),a(this,T,"f").version(n||void 0),this.boolean(a(this,Ut,"f")),this.describe(a(this,Ut,"f"),e),this}wrap(t){return _("<number|null|undefined>",[t],arguments.length),a(this,T,"f").wrap(t),this}[(st=new WeakMap,re=new WeakMap,ze=new WeakMap,_t=new WeakMap,yt=new WeakMap,un=new WeakMap,Yt=new WeakMap,ie=new WeakMap,hn=new WeakMap,St=new WeakMap,dn=new WeakMap,Pt=new WeakMap,Nt=new WeakMap,xt=new WeakMap,It=new WeakMap,pn=new WeakMap,_e=new WeakMap,lt=new WeakMap,v=new WeakMap,mn=new WeakMap,gn=new WeakMap,Ct=new WeakMap,se=new WeakMap,Se=new WeakMap,oe=new WeakMap,Kt=new WeakMap,bn=new WeakMap,D=new WeakMap,ae=new WeakMap,ce=new WeakMap,le=new WeakMap,T=new WeakMap,wn=new WeakMap,Ut=new WeakMap,rt=new WeakMap,os)](t){if(!t._||!t["--"])return t;t._.push.apply(t._,t["--"]);try{delete t["--"]}catch{}return t}[as](){return{log:(...t)=>{this[yn]()||console.log(...t),S(this,xt,!0,"f"),a(this,lt,"f").length&&S(this,lt,a(this,lt,"f")+`
65
- `,"f"),S(this,lt,a(this,lt,"f")+t.join(" "),"f")},error:(...t)=>{this[yn]()||console.error(...t),S(this,xt,!0,"f"),a(this,lt,"f").length&&S(this,lt,a(this,lt,"f")+`
66
- `,"f"),S(this,lt,a(this,lt,"f")+t.join(" "),"f")}}}[Or](t){Ae(a(this,v,"f")).forEach(e=>{if((i=>i==="configObjects")(e))return;let n=a(this,v,"f")[e];Array.isArray(n)?n.includes(t)&&n.splice(n.indexOf(t),1):typeof n=="object"&&delete n[t]}),delete a(this,T,"f").getDescriptions()[t]}[cs](t,e,n){a(this,hn,"f")[n]||(a(this,D,"f").process.emitWarning(t,e),a(this,hn,"f")[n]=!0)}[ls](){a(this,dn,"f").push({options:a(this,v,"f"),configObjects:a(this,v,"f").configObjects.slice(0),exitProcess:a(this,St,"f"),groups:a(this,Nt,"f"),strict:a(this,ae,"f"),strictCommands:a(this,ce,"f"),strictOptions:a(this,le,"f"),completionCommand:a(this,yt,"f"),output:a(this,lt,"f"),exitError:a(this,Yt,"f"),hasOutput:a(this,xt,"f"),parsed:this.parsed,parseFn:a(this,Ct,"f"),parseContext:a(this,se,"f")}),a(this,T,"f").freeze(),a(this,rt,"f").freeze(),a(this,st,"f").freeze(),a(this,Pt,"f").freeze()}[fs](){let t="",e;return/\b(node|iojs|electron)(\.exe)?$/.test(a(this,D,"f").process.argv()[0])?e=a(this,D,"f").process.argv().slice(1,2):e=a(this,D,"f").process.argv().slice(0,1),t=e.map(n=>{let i=this[As](a(this,re,"f"),n);return n.match(/^(\/|([a-zA-Z]:)?\\)/)&&i.length<n.length?i:n}).join(" ").trim(),a(this,D,"f").getEnv("_")&&a(this,D,"f").getProcessArgvBin()===a(this,D,"f").getEnv("_")&&(t=a(this,D,"f").getEnv("_").replace(`${a(this,D,"f").path.dirname(a(this,D,"f").process.execPath())}/`,"")),t}[fe](){return a(this,gn,"f")}[us](){return a(this,wn,"f")}[Ar](){if(!a(this,ie,"f"))return;let t=a(this,D,"f").getEnv("LC_ALL")||a(this,D,"f").getEnv("LC_MESSAGES")||a(this,D,"f").getEnv("LANG")||a(this,D,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[hs](){return this[Er]().version||"unknown"}[ds](t){let e=t["--"]?t["--"]:t._;for(let n=0,i;(i=e[n])!==void 0;n++)a(this,D,"f").Parser.looksLikeNumber(i)&&Number.isSafeInteger(Math.floor(parseFloat(`${i}`)))&&(e[n]=Number(i));return t}[Er](t){let e=t||"*";if(a(this,Se,"f")[e])return a(this,Se,"f")[e];let n={};try{let i=t||a(this,D,"f").mainFilename;!t&&a(this,D,"f").path.extname(i)&&(i=a(this,D,"f").path.dirname(i));let s=a(this,D,"f").findUp(i,(o,c)=>{if(c.includes("package.json"))return"package.json"});mt(s,void 0,a(this,D,"f")),n=JSON.parse(a(this,D,"f").readFileSync(s,"utf8"))}catch{}return a(this,Se,"f")[e]=n||{},a(this,Se,"f")[e]}[Jt](t,e){e=[].concat(e),e.forEach(n=>{n=this[Pr](n),a(this,v,"f")[t].push(n)})}[Pe](t,e,n,i){this[Sr](t,e,n,i,(s,o,c)=>{a(this,v,"f")[s][o]=c})}[_r](t,e,n,i){this[Sr](t,e,n,i,(s,o,c)=>{a(this,v,"f")[s][o]=(a(this,v,"f")[s][o]||[]).concat(c)})}[Sr](t,e,n,i,s){if(Array.isArray(n))n.forEach(o=>{t(o,i)});else if((o=>typeof o=="object")(n))for(let o of Ae(n))t(o,n[o]);else s(e,this[Pr](n),i)}[Pr](t){return t==="__proto__"?"___proto___":t}[Ir](t,e){return this[Pe](this[Ir].bind(this),"key",t,e),this}[jr](){var t,e,n,i,s,o,c,p,b,d,h,g;let y=a(this,dn,"f").pop();mt(y,void 0,a(this,D,"f"));let x;t=this,e=this,n=this,i=this,s=this,o=this,c=this,p=this,b=this,d=this,h=this,g=this,{options:{set value(C){S(t,v,C,"f")}}.value,configObjects:x,exitProcess:{set value(C){S(e,St,C,"f")}}.value,groups:{set value(C){S(n,Nt,C,"f")}}.value,output:{set value(C){S(i,lt,C,"f")}}.value,exitError:{set value(C){S(s,Yt,C,"f")}}.value,hasOutput:{set value(C){S(o,xt,C,"f")}}.value,parsed:this.parsed,strict:{set value(C){S(c,ae,C,"f")}}.value,strictCommands:{set value(C){S(p,ce,C,"f")}}.value,strictOptions:{set value(C){S(b,le,C,"f")}}.value,completionCommand:{set value(C){S(d,yt,C,"f")}}.value,parseFn:{set value(C){S(h,Ct,C,"f")}}.value,parseContext:{set value(C){S(g,se,C,"f")}}.value}=y,a(this,v,"f").configObjects=x,a(this,T,"f").unfreeze(),a(this,rt,"f").unfreeze(),a(this,st,"f").unfreeze(),a(this,Pt,"f").unfreeze()}[ps](t,e){return ne(e,n=>(t(n),n))}getInternalMethods(){return{getCommandInstance:this[ms].bind(this),getContext:this[gs].bind(this),getHasOutput:this[bs].bind(this),getLoggerInstance:this[ws].bind(this),getParseContext:this[ys].bind(this),getParserConfiguration:this[fe].bind(this),getUsageConfiguration:this[us].bind(this),getUsageInstance:this[xs].bind(this),getValidationInstance:this[Cs].bind(this),hasParseCallback:this[yn].bind(this),isGlobalContext:this[Os].bind(this),postProcess:this[ue].bind(this),reset:this[vr].bind(this),runValidation:this[Mr].bind(this),runYargsParserAndExecuteCommands:this[Te].bind(this),setHasOutput:this[Es].bind(this)}}[ms](){return a(this,st,"f")}[gs](){return a(this,ze,"f")}[bs](){return a(this,xt,"f")}[ws](){return a(this,_e,"f")}[ys](){return a(this,se,"f")||{}}[xs](){return a(this,T,"f")}[Cs](){return a(this,rt,"f")}[yn](){return!!a(this,Ct,"f")}[Os](){return a(this,pn,"f")}[ue](t,e,n,i){return n||Q(t)||(e||(t=this[os](t)),(this[fe]()["parse-positional-numbers"]||this[fe]()["parse-positional-numbers"]===void 0)&&(t=this[ds](t)),i&&(t=ee(t,this,a(this,Pt,"f").getMiddleware(),!1))),t}[vr](t={}){S(this,v,a(this,v,"f")||{},"f");let e={};e.local=a(this,v,"f").local||[],e.configObjects=a(this,v,"f").configObjects||[];let n={};e.local.forEach(o=>{n[o]=!0,(t[o]||[]).forEach(c=>{n[c]=!0})}),Object.assign(a(this,oe,"f"),Object.keys(a(this,Nt,"f")).reduce((o,c)=>{let p=a(this,Nt,"f")[c].filter(b=>!(b in n));return p.length>0&&(o[c]=p),o},{})),S(this,Nt,{},"f");let i=["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"],s=["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"];return i.forEach(o=>{e[o]=(a(this,v,"f")[o]||[]).filter(c=>!n[c])}),s.forEach(o=>{e[o]=qt(a(this,v,"f")[o],c=>!n[c])}),e.envPrefix=a(this,v,"f").envPrefix,S(this,v,e,"f"),S(this,T,a(this,T,"f")?a(this,T,"f").reset(n):Zi(this,a(this,D,"f")),"f"),S(this,rt,a(this,rt,"f")?a(this,rt,"f").reset(n):is(this,a(this,T,"f"),a(this,D,"f")),"f"),S(this,st,a(this,st,"f")?a(this,st,"f").reset():Ji(a(this,T,"f"),a(this,rt,"f"),a(this,Pt,"f"),a(this,D,"f")),"f"),a(this,_t,"f")||S(this,_t,es(this,a(this,T,"f"),a(this,st,"f"),a(this,D,"f")),"f"),a(this,Pt,"f").reset(),S(this,yt,null,"f"),S(this,lt,"","f"),S(this,Yt,null,"f"),S(this,xt,!1,"f"),this.parsed=!1,this}[As](t,e){return a(this,D,"f").path.relative(t,e)}[Te](t,e,n,i=0,s=!1){let o=!!n||s;t=t||a(this,Kt,"f"),a(this,v,"f").__=a(this,D,"f").y18n.__,a(this,v,"f").configuration=this[fe]();let c=!!a(this,v,"f").configuration["populate--"],p=Object.assign({},a(this,v,"f").configuration,{"populate--":!0}),b=a(this,D,"f").Parser.detailed(t,Object.assign({},a(this,v,"f"),{configuration:{"parse-positional-numbers":!1,...p}})),d=Object.assign(b.argv,a(this,se,"f")),h,g=b.aliases,y=!1,x=!1;Object.keys(d).forEach(C=>{C===a(this,It,"f")&&d[C]?y=!0:C===a(this,Ut,"f")&&d[C]&&(x=!0)}),d.$0=this.$0,this.parsed=b,i===0&&a(this,T,"f").clearCachedHelpMessage();try{if(this[Ar](),e)return this[ue](d,c,!!n,!1);a(this,It,"f")&&[a(this,It,"f")].concat(g[a(this,It,"f")]||[]).filter(W=>W.length>1).includes(""+d._[d._.length-1])&&(d._.pop(),y=!0),S(this,pn,!1,"f");let C=a(this,st,"f").getCommands(),m=a(this,_t,"f").completionKey in d,$=y||m||s;if(d._.length){if(C.length){let N;for(let W=i||0,z;d._[W]!==void 0;W++)if(z=String(d._[W]),C.includes(z)&&z!==a(this,yt,"f")){let R=a(this,st,"f").runCommand(z,this,b,W+1,s,y||x||s);return this[ue](R,c,!!n,!1)}else if(!N&&z!==a(this,yt,"f")){N=z;break}!a(this,st,"f").hasDefaultCommand()&&a(this,bn,"f")&&N&&!$&&a(this,rt,"f").recommendCommands(N,C)}a(this,yt,"f")&&d._.includes(a(this,yt,"f"))&&!m&&(a(this,St,"f")&&Gt(!0),this.showCompletionScript(),this.exit(0))}if(a(this,st,"f").hasDefaultCommand()&&!$){let N=a(this,st,"f").runCommand(null,this,b,0,s,y||x||s);return this[ue](N,c,!!n,!1)}if(m){a(this,St,"f")&&Gt(!0),t=[].concat(t);let N=t.slice(t.indexOf(`--${a(this,_t,"f").completionKey}`)+1);return a(this,_t,"f").getCompletion(N,(W,z)=>{if(W)throw new J(W.message);(z||[]).forEach(R=>{a(this,_e,"f").log(R)}),this.exit(0)}),this[ue](d,!c,!!n,!1)}if(a(this,xt,"f")||(y?(a(this,St,"f")&&Gt(!0),o=!0,this.showHelp("log"),this.exit(0)):x&&(a(this,St,"f")&&Gt(!0),o=!0,a(this,T,"f").showVersion("log"),this.exit(0))),!o&&a(this,v,"f").skipValidation.length>0&&(o=Object.keys(d).some(N=>a(this,v,"f").skipValidation.indexOf(N)>=0&&d[N]===!0)),!o){if(b.error)throw new J(b.error.message);if(!m){let N=this[Mr](g,{},b.error);n||(h=ee(d,this,a(this,Pt,"f").getMiddleware(),!0)),h=this[ps](N,h??d),Q(h)&&!n&&(h=h.then(()=>ee(d,this,a(this,Pt,"f").getMiddleware(),!1)))}}}catch(C){if(C instanceof J)a(this,T,"f").fail(C.message,C);else throw C}return this[ue](h??d,c,!!n,!0)}[Mr](t,e,n,i){let s={...this.getDemandedOptions()};return o=>{if(n)throw new J(n.message);a(this,rt,"f").nonOptionCount(o),a(this,rt,"f").requiredArguments(o,s);let c=!1;a(this,ce,"f")&&(c=a(this,rt,"f").unknownCommands(o)),a(this,ae,"f")&&!c?a(this,rt,"f").unknownArguments(o,t,e,!!i):a(this,le,"f")&&a(this,rt,"f").unknownArguments(o,t,{},!1,!1),a(this,rt,"f").limitedChoices(o),a(this,rt,"f").implications(o),a(this,rt,"f").conflicting(o)}}[Es](){S(this,xt,!0,"f")}[he](t){if(typeof t=="string")a(this,v,"f").key[t]=!0;else for(let e of t)a(this,v,"f").key[e]=!0}};function Qi(r){return!!r&&typeof r.getInternalMethods=="function"}var Qa=_s(Hi),Ss=Qa;var vs=Re(Is(),1),ka={},Xa=process.argv.slice(2),js=new vs.default(Ss),Nr=console.log;async function Ur(r){js.yargs.option("listen",{desc:"daemon control listen multiaddr",type:"string",default:"/unix/tmp/p2pd.sock"}).option("quiet",{alias:"q",desc:"be quiet",type:"boolean",default:!1}).option("id",{desc:"peer identity; private key file",type:"string",default:""}).option("hostAddrs",{desc:"Comma separated list of multiaddrs the host should listen on",type:"string",default:""}).option("announceAddrs",{desc:"Comma separated list of multiaddrs the host should announce to the network",type:"string",default:""}).option("bootstrap",{alias:"b",desc:"Connects to bootstrap peers and bootstraps the dht if enabled",type:"boolean",default:!1}).option("bootstrapPeers",{desc:"Comma separated list of bootstrap peers; defaults to the IPFS DHT peers",type:"string",default:""}).option("dht",{desc:"Enables the DHT in full node mode",type:"boolean",default:!1}).option("dhtClient",{desc:"(Not yet supported) Enables the DHT in client mode",type:"boolean",default:!1}).option("nat",{desc:"Enables UPnP NAT hole punching",type:"boolean",default:!1}).option("connMgr",{desc:"(Not yet supported) Enables the Connection Manager",type:"boolean",default:!1}).option("connMgrLo",{desc:"Number identifying the number of peers below which this node will not activate preemptive disconnections",type:"number"}).option("connMgrHi",{desc:"Number identifying the maximum number of peers the current peer is willing to be connected to before is starts disconnecting",type:"number"}).option("pubsub",{desc:"Enables pubsub",type:"boolean",default:!1}).option("pubsubRouter",{desc:"Specifies the pubsub router implementation",type:"string",default:"gossipsub"}).fail((i,s,o)=>{if(s!=null)throw s;Xa.length>0&&Nr(i),o.showHelp()});let{data:t,argv:e}=await js.parse(r);t!=null&&(Nr(t),process.exit(0)),await(await Ms(Fe(e.listen),e)).start(),e.quiet!==!0&&Nr("daemon has started")}async function Ms(r,t){throw new Error("Not implemented yet")}ar(ka)&&Ur(process.argv).catch(r=>{console.error(r),process.exit(1)});return Ts(Za);})();
74
+ `;var _r=class{constructor(t,n,r,i){var s,o,a;this.yargs=t,this.usage=n,this.command=r,this.shim=i,this.completionKey="get-yargs-completions",this.aliases=null,this.customCompletionFunction=null,this.indexAfterLastReset=0,this.zshShell=(a=((s=this.shim.getEnv("SHELL"))===null||s===void 0?void 0:s.includes("zsh"))||((o=this.shim.getEnv("ZSH_NAME"))===null||o===void 0?void 0:o.includes("zsh")))!==null&&a!==void 0?a:!1}defaultCompletion(t,n,r,i){let s=this.command.getCommandHandlers();for(let a=0,f=t.length;a<f;++a)if(s[t[a]]&&s[t[a]].builder){let F=s[t[a]].builder;if(fn(F)){this.indexAfterLastReset=a+1;let p=this.yargs.getInternalMethods().reset();return F(p,!0),p.argv}}let o=[];this.commandCompletions(o,t,r),this.optionCompletions(o,t,n,r),this.choicesFromOptionsCompletions(o,t,n,r),this.choicesFromPositionalsCompletions(o,t,n,r),i(null,o)}commandCompletions(t,n,r){let i=this.yargs.getInternalMethods().getContext().commands;!r.match(/^-/)&&i[i.length-1]!==r&&!this.previousArgHasChoices(n)&&this.usage.getCommands().forEach(s=>{let o=qe(s[0]).cmd;if(n.indexOf(o)===-1)if(!this.zshShell)t.push(o);else{let a=s[1]||"";t.push(o.replace(/:/g,"\\:")+":"+a)}})}optionCompletions(t,n,r,i){if((i.match(/^-/)||i===""&&t.length===0)&&!this.previousArgHasChoices(n)){let s=this.yargs.getOptions(),o=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(s.key).forEach(a=>{let f=!!s.configuration["boolean-negation"]&&s.boolean.includes(a);!o.includes(a)&&!s.hiddenOptions.includes(a)&&!this.argsContainKey(n,a,f)&&this.completeOptionKey(a,t,i,f&&!!s.default[a])})}}choicesFromOptionsCompletions(t,n,r,i){if(this.previousArgHasChoices(n)){let s=this.getPreviousArgChoices(n);s&&s.length>0&&t.push(...s.map(o=>o.replace(/:/g,"\\:")))}}choicesFromPositionalsCompletions(t,n,r,i){if(i===""&&t.length>0&&this.previousArgHasChoices(n))return;let s=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[],o=Math.max(this.indexAfterLastReset,this.yargs.getInternalMethods().getContext().commands.length+1),a=s[r._.length-o-1];if(!a)return;let f=this.yargs.getOptions().choices[a]||[];for(let F of f)F.startsWith(i)&&t.push(F.replace(/:/g,"\\:"))}getPreviousArgChoices(t){if(t.length<1)return;let n=t[t.length-1],r="";if(!n.startsWith("-")&&t.length>1&&(r=n,n=t[t.length-2]),!n.startsWith("-"))return;let i=n.replace(/^-+/,""),s=this.yargs.getOptions(),o=[i,...this.yargs.getAliases()[i]||[]],a;for(let f of o)if(Object.prototype.hasOwnProperty.call(s.key,f)&&Array.isArray(s.choices[f])){a=s.choices[f];break}if(a)return a.filter(f=>!r||f.startsWith(r))}previousArgHasChoices(t){let n=this.getPreviousArgChoices(t);return n!==void 0&&n.length>0}argsContainKey(t,n,r){let i=s=>t.indexOf((/^[^0-9]$/.test(s)?"-":"--")+s)!==-1;if(i(n)||r&&i(`no-${n}`))return!0;if(this.aliases){for(let s of this.aliases[n])if(i(s))return!0}return!1}completeOptionKey(t,n,r,i){var s,o,a,f;let F=t;if(this.zshShell){let E=this.usage.getDescriptions(),C=(o=(s=this===null||this===void 0?void 0:this.aliases)===null||s===void 0?void 0:s[t])===null||o===void 0?void 0:o.find(I=>{let z=E[I];return typeof z=="string"&&z.length>0}),b=C?E[C]:void 0,d=(f=(a=E[t])!==null&&a!==void 0?a:b)!==null&&f!==void 0?f:"";F=`${t.replace(/:/g,"\\:")}:${d.replace("__yargsString__:","").replace(/(\r\n|\n|\r)/gm," ")}`}let p=E=>/^--/.test(E),l=E=>/^[^0-9]$/.test(E),m=!p(r)&&l(t)?"-":"--";n.push(m+F),i&&n.push(m+"no-"+F)}customCompletion(t,n,r,i){if(Fe(this.customCompletionFunction,null,this.shim),ac(this.customCompletionFunction)){let s=this.customCompletionFunction(r,n);return Q(s)?s.then(o=>{this.shim.process.nextTick(()=>{i(null,o)})}).catch(o=>{this.shim.process.nextTick(()=>{i(o,void 0)})}):i(null,s)}else return cc(this.customCompletionFunction)?this.customCompletionFunction(r,n,(s=i)=>this.defaultCompletion(t,n,r,s),s=>{i(null,s)}):this.customCompletionFunction(r,n,s=>{i(null,s)})}getCompletion(t,n){let r=t.length?t[t.length-1]:"",i=this.yargs.parse(t,!0),s=this.customCompletionFunction?o=>this.customCompletion(t,o,r,n):o=>this.defaultCompletion(t,o,r,n);return Q(i)?i.then(s):s(i)}generateCompletionScript(t,n){let r=this.zshShell?_s:Os,i=this.shim.path.basename(t);return t.match(/\.js$/)&&(t=`./${t}`),r=r.replace(/{{app_name}}/g,i),r=r.replace(/{{completion_command}}/g,n),r.replace(/{{app_path}}/g,t)}registerFunction(t){this.customCompletionFunction=t}setParsed(t){this.aliases=t.aliases}};function Ss(e,t,n,r){return new _r(e,t,n,r)}function ac(e){return e.length<3}function cc(e){return e.length>3}function Ps(e,t){if(e.length===0)return t.length;if(t.length===0)return e.length;let n=[],r;for(r=0;r<=t.length;r++)n[r]=[r];let i;for(i=0;i<=e.length;i++)n[0][i]=i;for(r=1;r<=t.length;r++)for(i=1;i<=e.length;i++)t.charAt(r-1)===e.charAt(i-1)?n[r][i]=n[r-1][i-1]:r>1&&i>1&&t.charAt(r-2)===e.charAt(i-1)&&t.charAt(r-1)===e.charAt(i-2)?n[r][i]=n[r-2][i-2]+1:n[r][i]=Math.min(n[r-1][i-1]+1,Math.min(n[r][i-1]+1,n[r-1][i]+1));return n[t.length][e.length]}var vs=["$0","--","_"];function Is(e,t,n){let r=n.y18n.__,i=n.y18n.__n,s={};s.nonOptionCount=function(l){let m=e.getDemandedCommands(),C=l._.length+(l["--"]?l["--"].length:0)-e.getInternalMethods().getContext().commands.length;m._&&(C<m._.min||C>m._.max)&&(C<m._.min?m._.minMsg!==void 0?t.fail(m._.minMsg?m._.minMsg.replace(/\$0/g,C.toString()).replace(/\$1/,m._.min.toString()):null):t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",C,C.toString(),m._.min.toString())):C>m._.max&&(m._.maxMsg!==void 0?t.fail(m._.maxMsg?m._.maxMsg.replace(/\$0/g,C.toString()).replace(/\$1/,m._.max.toString()):null):t.fail(i("Too many non-option arguments: got %s, maximum of %s","Too many non-option arguments: got %s, maximum of %s",C,C.toString(),m._.max.toString()))))},s.positionalCount=function(l,m){m<l&&t.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",m,m+"",l+""))},s.requiredArguments=function(l,m){let E=null;for(let C of Object.keys(m))(!Object.prototype.hasOwnProperty.call(l,C)||typeof l[C]>"u")&&(E=E||{},E[C]=m[C]);if(E){let C=[];for(let d of Object.keys(E)){let I=E[d];I&&C.indexOf(I)<0&&C.push(I)}let b=C.length?`
75
+ ${C.join(`
76
+ `)}`:"";t.fail(i("Missing required argument: %s","Missing required arguments: %s",Object.keys(E).length,Object.keys(E).join(", ")+b))}},s.unknownArguments=function(l,m,E,C,b=!0){var d;let I=e.getInternalMethods().getCommandInstance().getCommands(),z=[],L=e.getInternalMethods().getContext();if(Object.keys(l).forEach(U=>{!vs.includes(U)&&!Object.prototype.hasOwnProperty.call(E,U)&&!Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),U)&&!s.isValidAndSomeAliasIsNotNew(U,m)&&z.push(U)}),b&&(L.commands.length>0||I.length>0||C)&&l._.slice(L.commands.length).forEach(U=>{I.includes(""+U)||z.push(""+U)}),b){let W=((d=e.getDemandedCommands()._)===null||d===void 0?void 0:d.max)||0,R=L.commands.length+W;R<l._.length&&l._.slice(R).forEach(H=>{H=String(H),!L.commands.includes(H)&&!z.includes(H)&&z.push(H)})}z.length&&t.fail(i("Unknown argument: %s","Unknown arguments: %s",z.length,z.map(U=>U.trim()?U:`"${U}"`).join(", ")))},s.unknownCommands=function(l){let m=e.getInternalMethods().getCommandInstance().getCommands(),E=[],C=e.getInternalMethods().getContext();return(C.commands.length>0||m.length>0)&&l._.slice(C.commands.length).forEach(b=>{m.includes(""+b)||E.push(""+b)}),E.length>0?(t.fail(i("Unknown command: %s","Unknown commands: %s",E.length,E.join(", "))),!0):!1},s.isValidAndSomeAliasIsNotNew=function(l,m){if(!Object.prototype.hasOwnProperty.call(m,l))return!1;let E=e.parsed.newAliases;return[l,...m[l]].some(C=>!Object.prototype.hasOwnProperty.call(E,C)||!E[l])},s.limitedChoices=function(l){let m=e.getOptions(),E={};if(!Object.keys(m.choices).length)return;Object.keys(l).forEach(d=>{vs.indexOf(d)===-1&&Object.prototype.hasOwnProperty.call(m.choices,d)&&[].concat(l[d]).forEach(I=>{m.choices[d].indexOf(I)===-1&&I!==void 0&&(E[d]=(E[d]||[]).concat(I))})});let C=Object.keys(E);if(!C.length)return;let b=r("Invalid values:");C.forEach(d=>{b+=`
77
+ ${r("Argument: %s, Given: %s, Choices: %s",d,t.stringifiedValues(E[d]),t.stringifiedValues(m.choices[d]))}`}),t.fail(b)};let o={};s.implies=function(l,m){w("<string|object> [array|number|string]",[l,m],arguments.length),typeof l=="object"?Object.keys(l).forEach(E=>{s.implies(E,l[E])}):(e.global(l),o[l]||(o[l]=[]),Array.isArray(m)?m.forEach(E=>s.implies(l,E)):(Fe(m,void 0,n),o[l].push(m)))},s.getImplied=function(){return o};function a(p,l){let m=Number(l);return l=isNaN(m)?l:m,typeof l=="number"?l=p._.length>=l:l.match(/^--no-.+/)?(l=l.match(/^--no-(.+)/)[1],l=!Object.prototype.hasOwnProperty.call(p,l)):l=Object.prototype.hasOwnProperty.call(p,l),l}s.implications=function(l){let m=[];if(Object.keys(o).forEach(E=>{let C=E;(o[E]||[]).forEach(b=>{let d=C,I=b;d=a(l,d),b=a(l,b),d&&!b&&m.push(` ${C} -> ${I}`)})}),m.length){let E=`${r("Implications failed:")}
78
+ `;m.forEach(C=>{E+=C}),t.fail(E)}};let f={};s.conflicts=function(l,m){w("<string|object> [array|string]",[l,m],arguments.length),typeof l=="object"?Object.keys(l).forEach(E=>{s.conflicts(E,l[E])}):(e.global(l),f[l]||(f[l]=[]),Array.isArray(m)?m.forEach(E=>s.conflicts(l,E)):f[l].push(m))},s.getConflicting=()=>f,s.conflicting=function(l){Object.keys(l).forEach(m=>{f[m]&&f[m].forEach(E=>{E&&l[m]!==void 0&&l[E]!==void 0&&t.fail(r("Arguments %s and %s are mutually exclusive",m,E))})}),e.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(f).forEach(m=>{f[m].forEach(E=>{E&&l[n.Parser.camelCase(m)]!==void 0&&l[n.Parser.camelCase(E)]!==void 0&&t.fail(r("Arguments %s and %s are mutually exclusive",m,E))})})},s.recommendCommands=function(l,m){m=m.sort((d,I)=>I.length-d.length);let C=null,b=1/0;for(let d=0,I;(I=m[d])!==void 0;d++){let z=Ps(l,I);z<=3&&z<b&&(b=z,C=I)}C&&t.fail(r("Did you mean %s?",C))},s.reset=function(l){return o=Ge(o,m=>!l[m]),f=Ge(f,m=>!l[m]),s};let F=[];return s.freeze=function(){F.push({implied:o,conflicting:f})},s.unfreeze=function(){let l=F.pop();Fe(l,void 0,n),{implied:o,conflicting:f}=l},s}var Dc={},Sr=[],Rt;function hn(e,t,n,r){Rt=r;let i={};if(Object.prototype.hasOwnProperty.call(e,"extends")){if(typeof e.extends!="string")return i;let s=/\.json|\..*rc$/.test(e.extends),o=null;if(s)o=fc(t,e.extends);else try{o=Dc.resolve(e.extends)}catch{return e}lc(o),Sr.push(o),i=s?JSON.parse(Rt.readFileSync(o,"utf8")):r.require(e.extends),delete e.extends,i=hn(i,Rt.path.dirname(o),n,Rt)}return Sr=[],n?js(i,e):Object.assign({},i,e)}function lc(e){if(Sr.indexOf(e)>-1)throw new oe(`Circular extended configurations: '${e}'.`)}function fc(e,t){return Rt.path.resolve(e,t)}function js(e,t){let n={};function r(i){return i&&typeof i=="object"&&!Array.isArray(i)}Object.assign(n,e);for(let i of Object.keys(t))r(t[i])&&r(n[i])?n[i]=js(e[i],t[i]):n[i]=t[i];return n}var B=function(e,t,n,r,i){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?i.call(e,n):i?i.value=n:t.set(e,n),n},u=function(e,t,n,r){if(n==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?r:n==="a"?r.call(e):r?r.value:t.get(e)},ue,st,Vt,ge,ye,dn,Ke,ot,pn,Oe,mn,_e,Te,Ae,Se,Fn,ut,De,P,gn,Cn,xe,at,Pt,ct,Je,En,M,lt,ft,Dt,$,bn,$e,ie;function ks(e){return(t=[],n=e.process.cwd(),r)=>{let i=new zr(t,n,r,e);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}}var Ms=Symbol("copyDoubleDash"),Ts=Symbol("copyDoubleDash"),Pr=Symbol("deleteFromParserHintObject"),$s=Symbol("emitWarning"),Ns=Symbol("freeze"),Ls=Symbol("getDollarZero"),ht=Symbol("getParserConfiguration"),Us=Symbol("getUsageConfiguration"),vr=Symbol("guessLocale"),zs=Symbol("guessVersion"),Ws=Symbol("parsePositionalNumbers"),Ir=Symbol("pkgUp"),Qe=Symbol("populateParserHintArray"),vt=Symbol("populateParserHintSingleValueDictionary"),jr=Symbol("populateParserHintArrayDictionary"),Mr=Symbol("populateParserHintDictionary"),Tr=Symbol("sanitizeKey"),$r=Symbol("setKey"),Nr=Symbol("unfreeze"),Rs=Symbol("validateAsync"),Vs=Symbol("getCommandInstance"),Hs=Symbol("getContext"),qs=Symbol("getHasOutput"),Gs=Symbol("getLoggerInstance"),Ys=Symbol("getParseContext"),Ks=Symbol("getUsageInstance"),Js=Symbol("getValidationInstance"),yn=Symbol("hasParseCallback"),Qs=Symbol("isGlobalContext"),dt=Symbol("postProcess"),Zs=Symbol("rebase"),Lr=Symbol("reset"),Ht=Symbol("runYargsParserAndExecuteCommands"),Ur=Symbol("runValidation"),Xs=Symbol("setHasOutput"),pt=Symbol("kTrackManuallySetKeys"),hc="en_US",zr=class{constructor(t=[],n,r,i){this.customScriptName=!1,this.parsed=!1,ue.set(this,void 0),st.set(this,void 0),Vt.set(this,{commands:[],fullCommands:[]}),ge.set(this,null),ye.set(this,null),dn.set(this,"show-hidden"),Ke.set(this,null),ot.set(this,!0),pn.set(this,{}),Oe.set(this,!0),mn.set(this,[]),_e.set(this,void 0),Te.set(this,{}),Ae.set(this,!1),Se.set(this,null),Fn.set(this,!0),ut.set(this,void 0),De.set(this,""),P.set(this,void 0),gn.set(this,void 0),Cn.set(this,{}),xe.set(this,null),at.set(this,null),Pt.set(this,{}),ct.set(this,{}),Je.set(this,void 0),En.set(this,!1),M.set(this,void 0),lt.set(this,!1),ft.set(this,!1),Dt.set(this,!1),$.set(this,void 0),bn.set(this,{}),$e.set(this,null),ie.set(this,void 0),B(this,M,i,"f"),B(this,Je,t,"f"),B(this,st,n,"f"),B(this,gn,r,"f"),B(this,_e,new ln(this),"f"),this.$0=this[Ls](),this[Lr](),B(this,ue,u(this,ue,"f"),"f"),B(this,$,u(this,$,"f"),"f"),B(this,ie,u(this,ie,"f"),"f"),B(this,P,u(this,P,"f"),"f"),u(this,P,"f").showHiddenOpt=u(this,dn,"f"),B(this,ut,this[Ts](),"f"),u(this,M,"f").y18n.setLocale(hc)}addHelpOpt(t,n){let r="help";return w("[string|boolean] [string]",[t,n],arguments.length),u(this,Se,"f")&&(this[Pr](u(this,Se,"f")),B(this,Se,null,"f")),t===!1&&n===void 0?this:(B(this,Se,typeof t=="string"?t:r,"f"),this.boolean(u(this,Se,"f")),this.describe(u(this,Se,"f"),n||u(this,$,"f").deferY18nLookup("Show help")),this)}help(t,n){return this.addHelpOpt(t,n)}addShowHiddenOpt(t,n){if(w("[string|boolean] [string]",[t,n],arguments.length),t===!1&&n===void 0)return this;let r=typeof t=="string"?t:u(this,dn,"f");return this.boolean(r),this.describe(r,n||u(this,$,"f").deferY18nLookup("Show hidden options")),u(this,P,"f").showHiddenOpt=r,this}showHidden(t,n){return this.addShowHiddenOpt(t,n)}alias(t,n){return w("<object|string|array> [string|array]",[t,n],arguments.length),this[jr](this.alias.bind(this),"alias",t,n),this}array(t){return w("<array|string>",[t],arguments.length),this[Qe]("array",t),this[pt](t),this}boolean(t){return w("<array|string>",[t],arguments.length),this[Qe]("boolean",t),this[pt](t),this}check(t,n){return w("<function> [boolean]",[t,n],arguments.length),this.middleware((r,i)=>it(()=>t(r,i.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&u(this,$,"f").fail(s.toString(),s):u(this,$,"f").fail(u(this,M,"f").y18n.__("Argument check failed: %s",t.toString())),r),s=>(u(this,$,"f").fail(s.message?s.message:s.toString(),s),r)),!1,n),this}choices(t,n){return w("<object|string|array> [string|array]",[t,n],arguments.length),this[jr](this.choices.bind(this),"choices",t,n),this}coerce(t,n){if(w("<object|string|array> [function]",[t,n],arguments.length),Array.isArray(t)){if(!n)throw new oe("coerce callback must be provided");for(let i of t)this.coerce(i,n);return this}else if(typeof t=="object"){for(let i of Object.keys(t))this.coerce(i,t[i]);return this}if(!n)throw new oe("coerce callback must be provided");let r=t;return u(this,P,"f").key[r]=!0,u(this,_e,"f").addCoerceMiddleware((i,s)=>{var o;let a=(o=s.getAliases()[r])!==null&&o!==void 0?o:[],f=[r,...a].filter(F=>Object.prototype.hasOwnProperty.call(i,F));return f.length===0?i:it(()=>n(i[f[0]]),F=>(f.forEach(p=>{i[p]=F}),i),F=>{throw new oe(F.message)})},r),this}conflicts(t,n){return w("<string|object> [string|array]",[t,n],arguments.length),u(this,ie,"f").conflicts(t,n),this}config(t="config",n,r){return w("[object|string] [string|function] [function]",[t,n,r],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=hn(t,u(this,st,"f"),this[ht]()["deep-merge-config"]||!1,u(this,M,"f")),u(this,P,"f").configObjects=(u(this,P,"f").configObjects||[]).concat(t),this):(typeof n=="function"&&(r=n,n=void 0),this.describe(t,n||u(this,$,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(i=>{u(this,P,"f").config[i]=r||!0}),this)}completion(t,n,r){return w("[string] [string|boolean|function] [function]",[t,n,r],arguments.length),typeof n=="function"&&(r=n,n=void 0),B(this,ye,t||u(this,ye,"f")||"completion","f"),!n&&n!==!1&&(n="generate completion script"),this.command(u(this,ye,"f"),n),r&&u(this,ge,"f").registerFunction(r),this}command(t,n,r,i,s,o){return w("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,n,r,i,s,o],arguments.length),u(this,ue,"f").addHandler(t,n,r,i,s,o),this}commands(t,n,r,i,s,o){return this.command(t,n,r,i,s,o)}commandDir(t,n){w("<string> [object]",[t,n],arguments.length);let r=u(this,gn,"f")||u(this,M,"f").require;return u(this,ue,"f").addDirectory(t,r,u(this,M,"f").getCallerFile(),n),this}count(t){return w("<array|string>",[t],arguments.length),this[Qe]("count",t),this[pt](t),this}default(t,n,r){return w("<object|string|array> [*] [string]",[t,n,r],arguments.length),r&&(wr(t,u(this,M,"f")),u(this,P,"f").defaultDescription[t]=r),typeof n=="function"&&(wr(t,u(this,M,"f")),u(this,P,"f").defaultDescription[t]||(u(this,P,"f").defaultDescription[t]=u(this,$,"f").functionDescription(n)),n=n.call()),this[vt](this.default.bind(this),"default",t,n),this}defaults(t,n,r){return this.default(t,n,r)}demandCommand(t=1,n,r,i){return w("[number] [number|string] [string|null|undefined] [string|null|undefined]",[t,n,r,i],arguments.length),typeof n!="number"&&(r=n,n=1/0),this.global("_",!1),u(this,P,"f").demandedCommands._={min:t,max:n,minMsg:r,maxMsg:i},this}demand(t,n,r){return Array.isArray(n)?(n.forEach(i=>{Fe(r,!0,u(this,M,"f")),this.demandOption(i,r)}),n=1/0):typeof n!="number"&&(r=n,n=1/0),typeof t=="number"?(Fe(r,!0,u(this,M,"f")),this.demandCommand(t,n,r,r)):Array.isArray(t)?t.forEach(i=>{Fe(r,!0,u(this,M,"f")),this.demandOption(i,r)}):typeof r=="string"?this.demandOption(t,r):(r===!0||typeof r>"u")&&this.demandOption(t),this}demandOption(t,n){return w("<object|string|array> [string]",[t,n],arguments.length),this[vt](this.demandOption.bind(this),"demandedOptions",t,n),this}deprecateOption(t,n){return w("<string> [string|boolean]",[t,n],arguments.length),u(this,P,"f").deprecatedOptions[t]=n,this}describe(t,n){return w("<object|string|array> [string]",[t,n],arguments.length),this[$r](t,!0),u(this,$,"f").describe(t,n),this}detectLocale(t){return w("<boolean>",[t],arguments.length),B(this,ot,t,"f"),this}env(t){return w("[string|boolean]",[t],arguments.length),t===!1?delete u(this,P,"f").envPrefix:u(this,P,"f").envPrefix=t||"",this}epilogue(t){return w("<string>",[t],arguments.length),u(this,$,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,n){return w("<string|array> [string]",[t,n],arguments.length),Array.isArray(t)?t.forEach(r=>this.example(...r)):u(this,$,"f").example(t,n),this}exit(t,n){B(this,Ae,!0,"f"),B(this,Ke,n,"f"),u(this,Oe,"f")&&u(this,M,"f").process.exit(t)}exitProcess(t=!0){return w("[boolean]",[t],arguments.length),B(this,Oe,t,"f"),this}fail(t){if(w("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new oe("Invalid first argument. Expected function or boolean 'false'");return u(this,$,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,n){return w("<array> [function]",[t,n],arguments.length),n?u(this,ge,"f").getCompletion(t,n):new Promise((r,i)=>{u(this,ge,"f").getCompletion(t,(s,o)=>{s?i(s):r(o)})})}getDemandedOptions(){return w([],0),u(this,P,"f").demandedOptions}getDemandedCommands(){return w([],0),u(this,P,"f").demandedCommands}getDeprecatedOptions(){return w([],0),u(this,P,"f").deprecatedOptions}getDetectLocale(){return u(this,ot,"f")}getExitProcess(){return u(this,Oe,"f")}getGroups(){return Object.assign({},u(this,Te,"f"),u(this,ct,"f"))}getHelp(){if(B(this,Ae,!0,"f"),!u(this,$,"f").hasCachedHelpMessage()){if(!this.parsed){let n=this[Ht](u(this,Je,"f"),void 0,void 0,0,!0);if(Q(n))return n.then(()=>u(this,$,"f").help())}let t=u(this,ue,"f").runDefaultBuilderOn(this);if(Q(t))return t.then(()=>u(this,$,"f").help())}return Promise.resolve(u(this,$,"f").help())}getOptions(){return u(this,P,"f")}getStrict(){return u(this,lt,"f")}getStrictCommands(){return u(this,ft,"f")}getStrictOptions(){return u(this,Dt,"f")}global(t,n){return w("<string|array> [boolean]",[t,n],arguments.length),t=[].concat(t),n!==!1?u(this,P,"f").local=u(this,P,"f").local.filter(r=>t.indexOf(r)===-1):t.forEach(r=>{u(this,P,"f").local.includes(r)||u(this,P,"f").local.push(r)}),this}group(t,n){w("<string|array> <string>",[t,n],arguments.length);let r=u(this,ct,"f")[n]||u(this,Te,"f")[n];u(this,ct,"f")[n]&&delete u(this,ct,"f")[n];let i={};return u(this,Te,"f")[n]=(r||[]).concat(t).filter(s=>i[s]?!1:i[s]=!0),this}hide(t){return w("<string>",[t],arguments.length),u(this,P,"f").hiddenOptions.push(t),this}implies(t,n){return w("<string|object> [number|string|array]",[t,n],arguments.length),u(this,ie,"f").implies(t,n),this}locale(t){return w("[string]",[t],arguments.length),t===void 0?(this[vr](),u(this,M,"f").y18n.getLocale()):(B(this,ot,!1,"f"),u(this,M,"f").y18n.setLocale(t),this)}middleware(t,n,r){return u(this,_e,"f").addMiddleware(t,!!n,r)}nargs(t,n){return w("<string|object|array> [number]",[t,n],arguments.length),this[vt](this.nargs.bind(this),"narg",t,n),this}normalize(t){return w("<array|string>",[t],arguments.length),this[Qe]("normalize",t),this}number(t){return w("<array|string>",[t],arguments.length),this[Qe]("number",t),this[pt](t),this}option(t,n){if(w("<string|object> [object]",[t,n],arguments.length),typeof t=="object")Object.keys(t).forEach(r=>{this.options(r,t[r])});else{typeof n!="object"&&(n={}),this[pt](t),u(this,$e,"f")&&(t==="version"||n?.alias==="version")&&this[$s](['"version" is a reserved word.',"Please do one of the following:",'- Disable version with `yargs.version(false)` if using "version" as an option',"- Use the built-in `yargs.version` method instead (if applicable)","- Use a different option key","https://yargs.js.org/docs/#api-reference-version"].join(`
79
+ `),void 0,"versionWarning"),u(this,P,"f").key[t]=!0,n.alias&&this.alias(t,n.alias);let r=n.deprecate||n.deprecated;r&&this.deprecateOption(t,r);let i=n.demand||n.required||n.require;i&&this.demand(t,i),n.demandOption&&this.demandOption(t,typeof n.demandOption=="string"?n.demandOption:void 0),n.conflicts&&this.conflicts(t,n.conflicts),"default"in n&&this.default(t,n.default),n.implies!==void 0&&this.implies(t,n.implies),n.nargs!==void 0&&this.nargs(t,n.nargs),n.config&&this.config(t,n.configParser),n.normalize&&this.normalize(t),n.choices&&this.choices(t,n.choices),n.coerce&&this.coerce(t,n.coerce),n.group&&this.group(t,n.group),(n.boolean||n.type==="boolean")&&(this.boolean(t),n.alias&&this.boolean(n.alias)),(n.array||n.type==="array")&&(this.array(t),n.alias&&this.array(n.alias)),(n.number||n.type==="number")&&(this.number(t),n.alias&&this.number(n.alias)),(n.string||n.type==="string")&&(this.string(t),n.alias&&this.string(n.alias)),(n.count||n.type==="count")&&this.count(t),typeof n.global=="boolean"&&this.global(t,n.global),n.defaultDescription&&(u(this,P,"f").defaultDescription[t]=n.defaultDescription),n.skipValidation&&this.skipValidation(t);let s=n.describe||n.description||n.desc,o=u(this,$,"f").getDescriptions();(!Object.prototype.hasOwnProperty.call(o,t)||typeof s=="string")&&this.describe(t,s),n.hidden&&this.hide(t),n.requiresArg&&this.requiresArg(t)}return this}options(t,n){return this.option(t,n)}parse(t,n,r){w("[string|array] [function|boolean|object] [function]",[t,n,r],arguments.length),this[Ns](),typeof t>"u"&&(t=u(this,Je,"f")),typeof n=="object"&&(B(this,at,n,"f"),n=r),typeof n=="function"&&(B(this,xe,n,"f"),n=!1),n||B(this,Je,t,"f"),u(this,xe,"f")&&B(this,Oe,!1,"f");let i=this[Ht](t,!!n),s=this.parsed;return u(this,ge,"f").setParsed(this.parsed),Q(i)?i.then(o=>(u(this,xe,"f")&&u(this,xe,"f").call(this,u(this,Ke,"f"),o,u(this,De,"f")),o)).catch(o=>{throw u(this,xe,"f")&&u(this,xe,"f")(o,this.parsed.argv,u(this,De,"f")),o}).finally(()=>{this[Nr](),this.parsed=s}):(u(this,xe,"f")&&u(this,xe,"f").call(this,u(this,Ke,"f"),i,u(this,De,"f")),this[Nr](),this.parsed=s,i)}parseAsync(t,n,r){let i=this.parse(t,n,r);return Q(i)?i:Promise.resolve(i)}parseSync(t,n,r){let i=this.parse(t,n,r);if(Q(i))throw new oe(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return i}parserConfiguration(t){return w("<object>",[t],arguments.length),B(this,Cn,t,"f"),this}pkgConf(t,n){w("<string> [string]",[t,n],arguments.length);let r=null,i=this[Ir](n||u(this,st,"f"));return i[t]&&typeof i[t]=="object"&&(r=hn(i[t],n||u(this,st,"f"),this[ht]()["deep-merge-config"]||!1,u(this,M,"f")),u(this,P,"f").configObjects=(u(this,P,"f").configObjects||[]).concat(r)),this}positional(t,n){w("<string> <object>",[t,n],arguments.length);let r=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];n=Ge(n,(o,a)=>o==="type"&&!["string","number","boolean"].includes(a)?!1:r.includes(o));let i=u(this,Vt,"f").fullCommands[u(this,Vt,"f").fullCommands.length-1],s=i?u(this,ue,"f").cmdToParseOptions(i):{array:[],alias:{},default:{},demand:{}};return _t(s).forEach(o=>{let a=s[o];Array.isArray(a)?a.indexOf(t)!==-1&&(n[o]=!0):a[t]&&!(o in n)&&(n[o]=a[t])}),this.group(t,u(this,$,"f").getPositionalGroupName()),this.option(t,n)}recommendCommands(t=!0){return w("[boolean]",[t],arguments.length),B(this,En,t,"f"),this}required(t,n,r){return this.demand(t,n,r)}require(t,n,r){return this.demand(t,n,r)}requiresArg(t){return w("<array|string|object> [number]",[t],arguments.length),typeof t=="string"&&u(this,P,"f").narg[t]?this:(this[vt](this.requiresArg.bind(this),"narg",t,NaN),this)}showCompletionScript(t,n){return w("[string] [string]",[t,n],arguments.length),t=t||this.$0,u(this,ut,"f").log(u(this,ge,"f").generateCompletionScript(t,n||u(this,ye,"f")||"completion")),this}showHelp(t){if(w("[string|function]",[t],arguments.length),B(this,Ae,!0,"f"),!u(this,$,"f").hasCachedHelpMessage()){if(!this.parsed){let r=this[Ht](u(this,Je,"f"),void 0,void 0,0,!0);if(Q(r))return r.then(()=>{u(this,$,"f").showHelp(t)}),this}let n=u(this,ue,"f").runDefaultBuilderOn(this);if(Q(n))return n.then(()=>{u(this,$,"f").showHelp(t)}),this}return u(this,$,"f").showHelp(t),this}scriptName(t){return this.customScriptName=!0,this.$0=t,this}showHelpOnFail(t,n){return w("[boolean|string] [string]",[t,n],arguments.length),u(this,$,"f").showHelpOnFail(t,n),this}showVersion(t){return w("[string|function]",[t],arguments.length),u(this,$,"f").showVersion(t),this}skipValidation(t){return w("<array|string>",[t],arguments.length),this[Qe]("skipValidation",t),this}strict(t){return w("[boolean]",[t],arguments.length),B(this,lt,t!==!1,"f"),this}strictCommands(t){return w("[boolean]",[t],arguments.length),B(this,ft,t!==!1,"f"),this}strictOptions(t){return w("[boolean]",[t],arguments.length),B(this,Dt,t!==!1,"f"),this}string(t){return w("<array|string>",[t],arguments.length),this[Qe]("string",t),this[pt](t),this}terminalWidth(){return w([],0),u(this,M,"f").process.stdColumns}updateLocale(t){return this.updateStrings(t)}updateStrings(t){return w("<object>",[t],arguments.length),B(this,ot,!1,"f"),u(this,M,"f").y18n.updateLocale(t),this}usage(t,n,r,i){if(w("<string|null|undefined> [string|boolean] [function|object] [function]",[t,n,r,i],arguments.length),n!==void 0){if(Fe(t,null,u(this,M,"f")),(t||"").match(/^\$0( |$)/))return this.command(t,n,r,i);throw new oe(".usage() description must start with $0 if being used as alias for .command()")}else return u(this,$,"f").usage(t),this}usageConfiguration(t){return w("<object>",[t],arguments.length),B(this,bn,t,"f"),this}version(t,n,r){let i="version";if(w("[boolean|string] [string] [string]",[t,n,r],arguments.length),u(this,$e,"f")&&(this[Pr](u(this,$e,"f")),u(this,$,"f").version(void 0),B(this,$e,null,"f")),arguments.length===0)r=this[zs](),t=i;else if(arguments.length===1){if(t===!1)return this;r=t,t=i}else arguments.length===2&&(r=n,n=void 0);return B(this,$e,typeof t=="string"?t:i,"f"),n=n||u(this,$,"f").deferY18nLookup("Show version number"),u(this,$,"f").version(r||void 0),this.boolean(u(this,$e,"f")),this.describe(u(this,$e,"f"),n),this}wrap(t){return w("<number|null|undefined>",[t],arguments.length),u(this,$,"f").wrap(t),this}[(ue=new WeakMap,st=new WeakMap,Vt=new WeakMap,ge=new WeakMap,ye=new WeakMap,dn=new WeakMap,Ke=new WeakMap,ot=new WeakMap,pn=new WeakMap,Oe=new WeakMap,mn=new WeakMap,_e=new WeakMap,Te=new WeakMap,Ae=new WeakMap,Se=new WeakMap,Fn=new WeakMap,ut=new WeakMap,De=new WeakMap,P=new WeakMap,gn=new WeakMap,Cn=new WeakMap,xe=new WeakMap,at=new WeakMap,Pt=new WeakMap,ct=new WeakMap,Je=new WeakMap,En=new WeakMap,M=new WeakMap,lt=new WeakMap,ft=new WeakMap,Dt=new WeakMap,$=new WeakMap,bn=new WeakMap,$e=new WeakMap,ie=new WeakMap,Ms)](t){if(!t._||!t["--"])return t;t._.push.apply(t._,t["--"]);try{delete t["--"]}catch{}return t}[Ts](){return{log:(...t)=>{this[yn]()||console.log(...t),B(this,Ae,!0,"f"),u(this,De,"f").length&&B(this,De,u(this,De,"f")+`
80
+ `,"f"),B(this,De,u(this,De,"f")+t.join(" "),"f")},error:(...t)=>{this[yn]()||console.error(...t),B(this,Ae,!0,"f"),u(this,De,"f").length&&B(this,De,u(this,De,"f")+`
81
+ `,"f"),B(this,De,u(this,De,"f")+t.join(" "),"f")}}}[Pr](t){_t(u(this,P,"f")).forEach(n=>{if((i=>i==="configObjects")(n))return;let r=u(this,P,"f")[n];Array.isArray(r)?r.includes(t)&&r.splice(r.indexOf(t),1):typeof r=="object"&&delete r[t]}),delete u(this,$,"f").getDescriptions()[t]}[$s](t,n,r){u(this,pn,"f")[r]||(u(this,M,"f").process.emitWarning(t,n),u(this,pn,"f")[r]=!0)}[Ns](){u(this,mn,"f").push({options:u(this,P,"f"),configObjects:u(this,P,"f").configObjects.slice(0),exitProcess:u(this,Oe,"f"),groups:u(this,Te,"f"),strict:u(this,lt,"f"),strictCommands:u(this,ft,"f"),strictOptions:u(this,Dt,"f"),completionCommand:u(this,ye,"f"),output:u(this,De,"f"),exitError:u(this,Ke,"f"),hasOutput:u(this,Ae,"f"),parsed:this.parsed,parseFn:u(this,xe,"f"),parseContext:u(this,at,"f")}),u(this,$,"f").freeze(),u(this,ie,"f").freeze(),u(this,ue,"f").freeze(),u(this,_e,"f").freeze()}[Ls](){let t="",n;return/\b(node|iojs|electron)(\.exe)?$/.test(u(this,M,"f").process.argv()[0])?n=u(this,M,"f").process.argv().slice(1,2):n=u(this,M,"f").process.argv().slice(0,1),t=n.map(r=>{let i=this[Zs](u(this,st,"f"),r);return r.match(/^(\/|([a-zA-Z]:)?\\)/)&&i.length<r.length?i:r}).join(" ").trim(),u(this,M,"f").getEnv("_")&&u(this,M,"f").getProcessArgvBin()===u(this,M,"f").getEnv("_")&&(t=u(this,M,"f").getEnv("_").replace(`${u(this,M,"f").path.dirname(u(this,M,"f").process.execPath())}/`,"")),t}[ht](){return u(this,Cn,"f")}[Us](){return u(this,bn,"f")}[vr](){if(!u(this,ot,"f"))return;let t=u(this,M,"f").getEnv("LC_ALL")||u(this,M,"f").getEnv("LC_MESSAGES")||u(this,M,"f").getEnv("LANG")||u(this,M,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[zs](){return this[Ir]().version||"unknown"}[Ws](t){let n=t["--"]?t["--"]:t._;for(let r=0,i;(i=n[r])!==void 0;r++)u(this,M,"f").Parser.looksLikeNumber(i)&&Number.isSafeInteger(Math.floor(parseFloat(`${i}`)))&&(n[r]=Number(i));return t}[Ir](t){let n=t||"*";if(u(this,Pt,"f")[n])return u(this,Pt,"f")[n];let r={};try{let i=t||u(this,M,"f").mainFilename;u(this,M,"f").path.extname(i)&&(i=u(this,M,"f").path.dirname(i));let s=u(this,M,"f").findUp(i,(o,a)=>{if(a.includes("package.json"))return"package.json"});Fe(s,void 0,u(this,M,"f")),r=JSON.parse(u(this,M,"f").readFileSync(s,"utf8"))}catch{}return u(this,Pt,"f")[n]=r||{},u(this,Pt,"f")[n]}[Qe](t,n){n=[].concat(n),n.forEach(r=>{r=this[Tr](r),u(this,P,"f")[t].push(r)})}[vt](t,n,r,i){this[Mr](t,n,r,i,(s,o,a)=>{u(this,P,"f")[s][o]=a})}[jr](t,n,r,i){this[Mr](t,n,r,i,(s,o,a)=>{u(this,P,"f")[s][o]=(u(this,P,"f")[s][o]||[]).concat(a)})}[Mr](t,n,r,i,s){if(Array.isArray(r))r.forEach(o=>{t(o,i)});else if((o=>typeof o=="object")(r))for(let o of _t(r))t(o,r[o]);else s(n,this[Tr](r),i)}[Tr](t){return t==="__proto__"?"___proto___":t}[$r](t,n){return this[vt](this[$r].bind(this),"key",t,n),this}[Nr](){var t,n,r,i,s,o,a,f,F,p,l,m;let E=u(this,mn,"f").pop();Fe(E,void 0,u(this,M,"f"));let C;t=this,n=this,r=this,i=this,s=this,o=this,a=this,f=this,F=this,p=this,l=this,m=this,{options:{set value(b){B(t,P,b,"f")}}.value,configObjects:C,exitProcess:{set value(b){B(n,Oe,b,"f")}}.value,groups:{set value(b){B(r,Te,b,"f")}}.value,output:{set value(b){B(i,De,b,"f")}}.value,exitError:{set value(b){B(s,Ke,b,"f")}}.value,hasOutput:{set value(b){B(o,Ae,b,"f")}}.value,parsed:this.parsed,strict:{set value(b){B(a,lt,b,"f")}}.value,strictCommands:{set value(b){B(f,ft,b,"f")}}.value,strictOptions:{set value(b){B(F,Dt,b,"f")}}.value,completionCommand:{set value(b){B(p,ye,b,"f")}}.value,parseFn:{set value(b){B(l,xe,b,"f")}}.value,parseContext:{set value(b){B(m,at,b,"f")}}.value}=E,u(this,P,"f").configObjects=C,u(this,$,"f").unfreeze(),u(this,ie,"f").unfreeze(),u(this,ue,"f").unfreeze(),u(this,_e,"f").unfreeze()}[Rs](t,n){return it(n,r=>(t(r),r))}getInternalMethods(){return{getCommandInstance:this[Vs].bind(this),getContext:this[Hs].bind(this),getHasOutput:this[qs].bind(this),getLoggerInstance:this[Gs].bind(this),getParseContext:this[Ys].bind(this),getParserConfiguration:this[ht].bind(this),getUsageConfiguration:this[Us].bind(this),getUsageInstance:this[Ks].bind(this),getValidationInstance:this[Js].bind(this),hasParseCallback:this[yn].bind(this),isGlobalContext:this[Qs].bind(this),postProcess:this[dt].bind(this),reset:this[Lr].bind(this),runValidation:this[Ur].bind(this),runYargsParserAndExecuteCommands:this[Ht].bind(this),setHasOutput:this[Xs].bind(this)}}[Vs](){return u(this,ue,"f")}[Hs](){return u(this,Vt,"f")}[qs](){return u(this,Ae,"f")}[Gs](){return u(this,ut,"f")}[Ys](){return u(this,at,"f")||{}}[Ks](){return u(this,$,"f")}[Js](){return u(this,ie,"f")}[yn](){return!!u(this,xe,"f")}[Qs](){return u(this,Fn,"f")}[dt](t,n,r,i){return r||Q(t)||(n||(t=this[Ms](t)),(this[ht]()["parse-positional-numbers"]||this[ht]()["parse-positional-numbers"]===void 0)&&(t=this[Ws](t)),i&&(t=rt(t,this,u(this,_e,"f").getMiddleware(),!1))),t}[Lr](t={}){B(this,P,u(this,P,"f")||{},"f");let n={};n.local=u(this,P,"f").local||[],n.configObjects=u(this,P,"f").configObjects||[];let r={};n.local.forEach(o=>{r[o]=!0,(t[o]||[]).forEach(a=>{r[a]=!0})}),Object.assign(u(this,ct,"f"),Object.keys(u(this,Te,"f")).reduce((o,a)=>{let f=u(this,Te,"f")[a].filter(F=>!(F in r));return f.length>0&&(o[a]=f),o},{})),B(this,Te,{},"f");let i=["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"],s=["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"];return i.forEach(o=>{n[o]=(u(this,P,"f")[o]||[]).filter(a=>!r[a])}),s.forEach(o=>{n[o]=Ge(u(this,P,"f")[o],a=>!r[a])}),n.envPrefix=u(this,P,"f").envPrefix,B(this,P,n,"f"),B(this,$,u(this,$,"f")?u(this,$,"f").reset(r):Bs(this,u(this,M,"f")),"f"),B(this,ie,u(this,ie,"f")?u(this,ie,"f").reset(r):Is(this,u(this,$,"f"),u(this,M,"f")),"f"),B(this,ue,u(this,ue,"f")?u(this,ue,"f").reset():As(u(this,$,"f"),u(this,ie,"f"),u(this,_e,"f"),u(this,M,"f")),"f"),u(this,ge,"f")||B(this,ge,Ss(this,u(this,$,"f"),u(this,ue,"f"),u(this,M,"f")),"f"),u(this,_e,"f").reset(),B(this,ye,null,"f"),B(this,De,"","f"),B(this,Ke,null,"f"),B(this,Ae,!1,"f"),this.parsed=!1,this}[Zs](t,n){return u(this,M,"f").path.relative(t,n)}[Ht](t,n,r,i=0,s=!1){var o,a,f,F;let p=!!r||s;t=t||u(this,Je,"f"),u(this,P,"f").__=u(this,M,"f").y18n.__,u(this,P,"f").configuration=this[ht]();let l=!!u(this,P,"f").configuration["populate--"],m=Object.assign({},u(this,P,"f").configuration,{"populate--":!0}),E=u(this,M,"f").Parser.detailed(t,Object.assign({},u(this,P,"f"),{configuration:{"parse-positional-numbers":!1,...m}})),C=Object.assign(E.argv,u(this,at,"f")),b,d=E.aliases,I=!1,z=!1;Object.keys(C).forEach(L=>{L===u(this,Se,"f")&&C[L]?I=!0:L===u(this,$e,"f")&&C[L]&&(z=!0)}),C.$0=this.$0,this.parsed=E,i===0&&u(this,$,"f").clearCachedHelpMessage();try{if(this[vr](),n)return this[dt](C,l,!!r,!1);u(this,Se,"f")&&[u(this,Se,"f")].concat(d[u(this,Se,"f")]||[]).filter(H=>H.length>1).includes(""+C._[C._.length-1])&&(C._.pop(),I=!0),B(this,Fn,!1,"f");let L=u(this,ue,"f").getCommands(),U=!((o=u(this,ge,"f"))===null||o===void 0)&&o.completionKey?[(a=u(this,ge,"f"))===null||a===void 0?void 0:a.completionKey,...(F=this.getAliases()[(f=u(this,ge,"f"))===null||f===void 0?void 0:f.completionKey])!==null&&F!==void 0?F:[]].some(R=>Object.prototype.hasOwnProperty.call(C,R)):!1,W=I||U||s;if(C._.length){if(L.length){let R;for(let H=i||0,K;C._[H]!==void 0;H++)if(K=String(C._[H]),L.includes(K)&&K!==u(this,ye,"f")){let de=u(this,ue,"f").runCommand(K,this,E,H+1,s,I||z||s);return this[dt](de,l,!!r,!1)}else if(!R&&K!==u(this,ye,"f")){R=K;break}!u(this,ue,"f").hasDefaultCommand()&&u(this,En,"f")&&R&&!W&&u(this,ie,"f").recommendCommands(R,L)}u(this,ye,"f")&&C._.includes(u(this,ye,"f"))&&!U&&(u(this,Oe,"f")&&Ye(!0),this.showCompletionScript(),this.exit(0))}if(u(this,ue,"f").hasDefaultCommand()&&!W){let R=u(this,ue,"f").runCommand(null,this,E,0,s,I||z||s);return this[dt](R,l,!!r,!1)}if(U){u(this,Oe,"f")&&Ye(!0),t=[].concat(t);let R=t.slice(t.indexOf(`--${u(this,ge,"f").completionKey}`)+1);return u(this,ge,"f").getCompletion(R,(H,K)=>{if(H)throw new oe(H.message);(K||[]).forEach(de=>{u(this,ut,"f").log(de)}),this.exit(0)}),this[dt](C,!l,!!r,!1)}if(u(this,Ae,"f")||(I?(u(this,Oe,"f")&&Ye(!0),p=!0,this.showHelp(R=>{u(this,ut,"f").log(R),this.exit(0)})):z&&(u(this,Oe,"f")&&Ye(!0),p=!0,u(this,$,"f").showVersion("log"),this.exit(0))),!p&&u(this,P,"f").skipValidation.length>0&&(p=Object.keys(C).some(R=>u(this,P,"f").skipValidation.indexOf(R)>=0&&C[R]===!0)),!p){if(E.error)throw new oe(E.error.message);if(!U){let R=this[Ur](d,{},E.error);r||(b=rt(C,this,u(this,_e,"f").getMiddleware(),!0)),b=this[Rs](R,b??C),Q(b)&&!r&&(b=b.then(()=>rt(C,this,u(this,_e,"f").getMiddleware(),!1)))}}}catch(L){if(L instanceof oe)u(this,$,"f").fail(L.message,L);else throw L}return this[dt](b??C,l,!!r,!0)}[Ur](t,n,r,i){let s={...this.getDemandedOptions()};return o=>{if(r)throw new oe(r.message);u(this,ie,"f").nonOptionCount(o),u(this,ie,"f").requiredArguments(o,s);let a=!1;u(this,ft,"f")&&(a=u(this,ie,"f").unknownCommands(o)),u(this,lt,"f")&&!a?u(this,ie,"f").unknownArguments(o,t,n,!!i):u(this,Dt,"f")&&u(this,ie,"f").unknownArguments(o,t,{},!1,!1),u(this,ie,"f").limitedChoices(o),u(this,ie,"f").implications(o),u(this,ie,"f").conflicting(o)}}[Xs](){B(this,Ae,!0,"f")}[pt](t){if(typeof t=="string")u(this,P,"f").key[t]=!0;else for(let n of t)u(this,P,"f").key[n]=!0}};function xs(e){return!!e&&typeof e.getInternalMethods=="function"}var dc=ks(Fs),eo=dc;var io=mt(no(),1),Fc={},pc=process.argv.slice(2),ro=new io.default(eo),Rr=console.log;async function Vr(e){ro.yargs.option("listen",{desc:"daemon control listen multiaddr",type:"string",default:"/unix/tmp/p2pd.sock"}).option("quiet",{alias:"q",desc:"be quiet",type:"boolean",default:!1}).option("id",{desc:"peer identity; private key file",type:"string",default:""}).option("hostAddrs",{desc:"Comma separated list of multiaddrs the host should listen on",type:"string",default:""}).option("announceAddrs",{desc:"Comma separated list of multiaddrs the host should announce to the network",type:"string",default:""}).option("bootstrap",{alias:"b",desc:"Connects to bootstrap peers and bootstraps the dht if enabled",type:"boolean",default:!1}).option("bootstrapPeers",{desc:"Comma separated list of bootstrap peers; defaults to the IPFS DHT peers",type:"string",default:""}).option("dht",{desc:"Enables the DHT in full node mode",type:"boolean",default:!1}).option("dhtClient",{desc:"(Not yet supported) Enables the DHT in client mode",type:"boolean",default:!1}).option("nat",{desc:"Enables UPnP NAT hole punching",type:"boolean",default:!1}).option("connMgr",{desc:"(Not yet supported) Enables the Connection Manager",type:"boolean",default:!1}).option("connMgrLo",{desc:"Number identifying the number of peers below which this node will not activate preemptive disconnections",type:"number"}).option("connMgrHi",{desc:"Number identifying the maximum number of peers the current peer is willing to be connected to before is starts disconnecting",type:"number"}).option("pubsub",{desc:"Enables pubsub",type:"boolean",default:!1}).option("pubsubRouter",{desc:"Specifies the pubsub router implementation",type:"string",default:"gossipsub"}).fail((i,s,o)=>{if(s!=null)throw s;pc.length>0&&Rr(i),o.showHelp()});let{data:t,argv:n}=await ro.parse(e);t!=null&&(Rr(t),process.exit(0)),await(await so(Pi(n.listen),n)).start(),n.quiet!==!0&&Rr("daemon has started")}async function so(e,t){throw new Error("Not implemented yet")}lr(Fc)&&Vr(process.argv).catch(e=>{console.error(e),process.exit(1)});return fo(mc);})();
67
82
  /*! Bundled license information:
68
83
 
69
84
  yargs-parser/build/lib/string-utils.js:
@@ -79,7 +94,6 @@ yargs-parser/build/lib/yargs-parser.js:
79
94
  yargs-parser/build/lib/index.js:
80
95
  (**
81
96
  * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
82
- * CJS and ESM environments.
83
97
  *
84
98
  * @license
85
99
  * Copyright (c) 2016, Contributors