@libp2p/daemon 5.0.3 → 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 +37 -23
- package/dist/index.min.js.map +4 -4
- package/dist/src/index.js +0 -0
- package/package.json +9 -103
- package/dist/typedoc-urls.json +0 -6
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 Qs=Object.create;var Ge=Object.defineProperty;var Js=Object.getOwnPropertyDescriptor;var Zs=Object.getOwnPropertyNames;var Xs=Object.getPrototypeOf,ks=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 to=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),gt=(r,t)=>{for(var e in t)Ge(r,e,{get:t[e],enumerable:!0})},Yr=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Zs(t))!ks.call(r,i)&&i!==e&&Ge(r,i,{get:()=>t[i],enumerable:!(n=Js(t,i))||n.enumerable});return r};var Ye=(r,t,e)=>(e=r!=null?Qs(Xs(r)):{},Yr(t||!r||!r.__esModule?Ge(e,"default",{value:r,enumerable:!0}):e,r)),eo=r=>Yr(Ge({},"__esModule",{value:!0}),r);var qs=to((hd,Hs)=>{var Hr=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,h,g){return n=h,c?h.reject(c):h.resolve(g)})}).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})))}};Hs.exports=Hr});var Rc={};gt(Rc,{createLibp2pServer:()=>Ks,default:()=>Gr});var gi=V("node:buffer");var Dn={};gt(Dn,{base10:()=>co});var Vc=new Uint8Array(0);function Kr(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 Ot(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 Qr(r){return new TextEncoder().encode(r)}function Jr(r){return new TextDecoder().decode(r)}function no(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,h=r.charAt(0),g=Math.log(c)/Math.log(256),m=Math.log(256)/Math.log(c);function d(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 x=0,p=0,M=0,N=C.length;M!==N&&C[M]===0;)M++,x++;for(var R=(N-M)*m+1>>>0,U=new Uint8Array(R);M!==N;){for(var B=C[M],ft=0,J=R-1;(B!==0||ft<p)&&J!==-1;J--,ft++)B+=256*U[J]>>>0,U[J]=B%c>>>0,B=B/c>>>0;if(B!==0)throw new Error("Non-zero carry");p=ft,M++}for(var ht=R-p;ht!==R&&U[ht]===0;)ht++;for(var Et=h.repeat(x);ht<R;++ht)Et+=r.charAt(U[ht]);return Et}function b(C){if(typeof C!="string")throw new TypeError("Expected String");if(C.length===0)return new Uint8Array;var x=0;if(C[x]!==" "){for(var p=0,M=0;C[x]===h;)p++,x++;for(var N=(C.length-x)*g+1>>>0,R=new Uint8Array(N);C[x];){var U=e[C.charCodeAt(x)];if(U===255)return;for(var B=0,ft=N-1;(U!==0||B<M)&&ft!==-1;ft--,B++)U+=c*R[ft]>>>0,R[ft]=U%256>>>0,U=U/256>>>0;if(U!==0)throw new Error("Non-zero carry");M=B,x++}if(C[x]!==" "){for(var J=N-M;J!==N&&R[J]===0;)J++;for(var ht=new Uint8Array(p+(N-J)),Et=p;J!==N;)ht[Et++]=R[J++];return ht}}}function y(C){var x=b(C);if(x)return x;throw new Error(`Non-${t} character`)}return{encode:d,decodeUnsafe:b,decode:y}}var ro=no,io=ro,Xr=io;var Sn=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")}},Pn=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 kr(this,t)}},In=class{decoders;constructor(t){this.decoders=t}or(t){return kr(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 kr(r,t){return new In({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var vn=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 Sn(t,e,n),this.decoder=new Pn(t,e,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function pe({name:r,prefix:t,encode:e,decode:n}){return new vn(r,t,e,n)}function Wt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:i}=Xr(e,r);return pe({prefix:t,name:r,encode:n,decode:s=>Ot(i(s))})}function so(r,t,e,n){let i=r.length;for(;r[i-1]==="=";)--i;let s=new Uint8Array(i*e/8|0),o=0,c=0,h=0;for(let g=0;g<i;++g){let m=t[r[g]];if(m===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<e|m,o+=e,o>=8&&(o-=8,s[h++]=255&c>>o)}if(o>=e||(255&c<<8-o)!==0)throw new SyntaxError("Unexpected end of data");return s}function oo(r,t,e){let n=t[t.length-1]==="=",i=(1<<e)-1,s="",o=0,c=0;for(let h=0;h<r.length;++h)for(c=c<<8|r[h],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 ao(r){let t={};for(let e=0;e<r.length;++e)t[r[e]]=e;return t}function et({name:r,prefix:t,bitsPerChar:e,alphabet:n}){let i=ao(n);return pe({prefix:t,name:r,encode(s){return oo(s,n,e)},decode(s){return so(s,i,e,r)}})}var co=Wt({prefix:"9",name:"base10",alphabet:"0123456789"});var jn={};gt(jn,{base16:()=>lo,base16upper:()=>fo});var lo=et({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),fo=et({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Mn={};gt(Mn,{base2:()=>uo});var uo=et({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Tn={};gt(Tn,{base256emoji:()=>bo});var ti=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}"),ho=ti.reduce((r,t,e)=>(r[e]=t,r),[]),po=ti.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function mo(r){return r.reduce((t,e)=>(t+=ho[e],t),"")}function go(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let i=po[n];if(i==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(i)}return new Uint8Array(t)}var bo=pe({prefix:"\u{1F680}",name:"base256emoji",encode:mo,decode:go});var Nn={};gt(Nn,{base32:()=>Vt,base32hex:()=>Co,base32hexpad:()=>Oo,base32hexpadupper:()=>_o,base32hexupper:()=>Eo,base32pad:()=>yo,base32padupper:()=>xo,base32upper:()=>wo,base32z:()=>Ao});var Vt=et({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),wo=et({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),yo=et({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),xo=et({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Co=et({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Eo=et({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Oo=et({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),_o=et({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Ao=et({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var $n={};gt($n,{base36:()=>ve,base36upper:()=>So});var ve=Wt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),So=Wt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Fn={};gt(Fn,{base58btc:()=>_t,base58flickr:()=>Po});var _t=Wt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Po=Wt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Ln={};gt(Ln,{base64:()=>Io,base64pad:()=>vo,base64url:()=>Un,base64urlpad:()=>Do});var Io=et({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),vo=et({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Un=et({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Do=et({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var zn={};gt(zn,{base8:()=>jo});var jo=et({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Rn={};gt(Rn,{identity:()=>Mo});var Mo=pe({prefix:"\0",name:"identity",encode:r=>Jr(r),decode:r=>Qr(r)});var sl=new TextEncoder,ol=new TextDecoder;var Wn={};gt(Wn,{identity:()=>ea});var $o=ri,ei=128,Fo=127,Uo=~Fo,Lo=Math.pow(2,31);function ri(r,t,e){t=t||[],e=e||0;for(var n=e;r>=Lo;)t[e++]=r&255|ei,r/=128;for(;r&Uo;)t[e++]=r&255|ei,r>>>=7;return t[e]=r|0,ri.bytes=e-n+1,t}var zo=Bn,Ro=128,ni=127;function Bn(r,n){var e=0,n=n||0,i=0,s=n,o,c=r.length;do{if(s>=c)throw Bn.bytes=0,new RangeError("Could not decode varint");o=r[s++],e+=i<28?(o&ni)<<i:(o&ni)*Math.pow(2,i),i+=7}while(o>=Ro);return Bn.bytes=s-n,e}var Bo=Math.pow(2,7),Wo=Math.pow(2,14),Vo=Math.pow(2,21),Ho=Math.pow(2,28),qo=Math.pow(2,35),Go=Math.pow(2,42),Yo=Math.pow(2,49),Ko=Math.pow(2,56),Qo=Math.pow(2,63),Jo=function(r){return r<Bo?1:r<Wo?2:r<Vo?3:r<Ho?4:r<qo?5:r<Go?6:r<Yo?7:r<Ko?8:r<Qo?9:10},Zo={encode:$o,decode:zo,encodingLength:Jo},Xo=Zo,De=Xo;function je(r,t=0){return[De.decode(r,t),De.decode.bytes]}function me(r,t,e=0){return De.encode(r,t,e),t}function ge(r){return De.encodingLength(r)}function we(r,t){let e=t.byteLength,n=ge(r),i=n+ge(e),s=new Uint8Array(i+e);return me(r,s,0),me(e,s,n),s.set(t,i),new be(r,e,t,s)}function ii(r){let t=Ot(r),[e,n]=je(t),[i,s]=je(t.subarray(n)),o=t.subarray(n+s);if(o.byteLength!==i)throw new Error("Incorrect length");return new be(e,i,o,t)}function si(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&Kr(r.bytes,e.bytes)}}var be=class{code;size;digest;bytes;constructor(t,e,n,i){this.code=t,this.size=e,this.digest=n,this.bytes=i}};var oi=0,ko="identity",ai=Ot;function ta(r,t){if(t?.truncate!=null&&t.truncate!==r.byteLength){if(t.truncate<0||t.truncate>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,t.truncate)}return we(oi,ai(r))}var ea={code:oi,name:ko,encode:ai,digest:ta};var Gn={};gt(Gn,{sha256:()=>ra,sha512:()=>ia});var qn=Ye(V("crypto"),1);var na=20;function Hn({name:r,code:t,encode:e,minDigestLength:n,maxDigestLength:i}){return new Vn(r,t,e,n,i)}var Vn=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,e,n,i,s){this.name=t,this.code=e,this.encode=n,this.minDigestLength=i??na,this.maxDigestLength=s}digest(t,e){if(e?.truncate!=null){if(e.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&e.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let n=this.encode(t);return n instanceof Uint8Array?ci(n,this.code,e?.truncate):n.then(i=>ci(i,this.code,e?.truncate))}else throw Error("Unknown type, must be binary type")}};function ci(r,t,e){if(e!=null&&e!==r.byteLength){if(e>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,e)}return we(t,r)}var ra=Hn({name:"sha2-256",code:18,encode:r=>Ot(qn.default.createHash("sha256").update(r).digest())}),ia=Hn({name:"sha2-512",code:19,encode:r=>Ot(qn.default.createHash("sha512").update(r).digest())});function fi(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return oa(e,Yn(r),t??_t.encoder);default:return aa(e,Yn(r),t??Vt.encoder)}}var ui=new WeakMap;function Yn(r){let t=ui.get(r);if(t==null){let e=new Map;return ui.set(r,e),e}return t}var Ht=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!==Te)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==ca)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=we(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&&si(t.multihash,n.multihash)}toString(t){return fi(this,t)}toJSON(){return{"/":fi(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??hi(n,i,s.bytes))}else if(e[la]===!0){let{version:n,multihash:i,code:s}=e,o=ii(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!==Te)throw new Error(`Version 0 CID must use dag-pb (code: ${Te}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let i=hi(t,e,n.bytes);return new r(t,e,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,Te,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=Ot(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 be(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[d,b]=je(t.subarray(e));return e+=b,d},i=n(),s=Te;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(),h=n(),g=e+h,m=g-o;return{version:i,codec:s,multihashCode:c,digestSize:h,multihashSize:m,size:g}}static parse(t,e){let[n,i]=sa(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 Yn(s).set(n,t),s}};function sa(r,t){switch(r[0]){case"Q":{let e=t??_t;return[_t.prefix,e.decode(`${_t.prefix}${r}`)]}case _t.prefix:{let e=t??_t;return[_t.prefix,e.decode(r)]}case Vt.prefix:{let e=t??Vt;return[Vt.prefix,e.decode(r)]}case ve.prefix:{let e=t??ve;return[ve.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 oa(r,t,e){let{prefix:n}=e;if(n!==_t.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 aa(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 Te=112,ca=18;function hi(r,t,e){let n=ge(r),i=n+ge(t),s=new Uint8Array(i+e.byteLength);return me(r,s,0),me(t,s,n),s.set(e,i),s}var la=Symbol.for("@ipld/js-cid/CID");var Ne={...Rn,...Mn,...zn,...Dn,...jn,...Nn,...$n,...Fn,...Ln,...Tn},vl={...Gn,...Wn};var di=V("node:buffer");function ye(r){return new Uint8Array(r.buffer,r.byteOffset,r.byteLength)}function Kn(r=0){return ye(di.Buffer.allocUnsafe(r))}function mi(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var pi=mi("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Qn=mi("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=Kn(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),fa={utf8:pi,"utf-8":pi,hex:Ne.base16,latin1:Qn,ascii:Qn,binary:Qn,...Ne},Qe=fa;function At(r,t="utf8"){let e=Qe[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?gi.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):e.encoder.encode(r).substring(1)}var ut=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},zt=class extends Error{static name="ValidationError";name="ValidationError"},$e=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},Je=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};function bi(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 wi=V("node:buffer");function qt(r,t="utf8"){let e=Qe[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?ye(wi.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}var ua=Math.pow(2,7),ha=Math.pow(2,14),da=Math.pow(2,21),Jn=Math.pow(2,28),Zn=Math.pow(2,35),Xn=Math.pow(2,42),kn=Math.pow(2,49),X=128,dt=127;function xe(r){if(r<ua)return 1;if(r<ha)return 2;if(r<da)return 3;if(r<Jn)return 4;if(r<Zn)return 5;if(r<Xn)return 6;if(r<kn)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function tr(r,t,e=0){switch(xe(r)){case 8:t[e++]=r&255|X,r/=128;case 7:t[e++]=r&255|X,r/=128;case 6:t[e++]=r&255|X,r/=128;case 5:t[e++]=r&255|X,r/=128;case 4:t[e++]=r&255|X,r>>>=7;case 3:t[e++]=r&255|X,r>>>=7;case 2:t[e++]=r&255|X,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function pa(r,t){let e=r[t],n=0;if(n+=e&dt,e<X||(e=r[t+1],n+=(e&dt)<<7,e<X)||(e=r[t+2],n+=(e&dt)<<14,e<X)||(e=r[t+3],n+=(e&dt)<<21,e<X)||(e=r[t+4],n+=(e&dt)*Jn,e<X)||(e=r[t+5],n+=(e&dt)*Zn,e<X)||(e=r[t+6],n+=(e&dt)*Xn,e<X)||(e=r[t+7],n+=(e&dt)*kn,e<X))return n;throw new RangeError("Could not decode varint")}function ma(r,t){let e=r.get(t),n=0;if(n+=e&dt,e<X||(e=r.get(t+1),n+=(e&dt)<<7,e<X)||(e=r.get(t+2),n+=(e&dt)<<14,e<X)||(e=r.get(t+3),n+=(e&dt)<<21,e<X)||(e=r.get(t+4),n+=(e&dt)*Jn,e<X)||(e=r.get(t+5),n+=(e&dt)*Zn,e<X)||(e=r.get(t+6),n+=(e&dt)*Xn,e<X)||(e=r.get(t+7),n+=(e&dt)*kn,e<X))return n;throw new RangeError("Could not decode varint")}function er(r,t=0){return r instanceof Uint8Array?pa(r,t):ma(r,t)}var yi=V("node:buffer");function Fe(r,t){return ye(yi.Buffer.concat(r,t))}var Rt=V("node:net");function rr(r){return t=>At(t,r)}function ir(r){return t=>qt(t,r)}function Ce(r){return new DataView(r.buffer).getUint16(r.byteOffset).toString()}function te(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,typeof r=="string"?parseInt(r):r),new Uint8Array(t)}function xi(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=qt(t[0],"base32"),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=te(n);return Fe([e,i],e.length+i.length)}function Ci(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=Vt.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=te(n);return Fe([e,i],e.length+i.length)}function sr(r){let t=r.subarray(0,r.length-2),e=r.subarray(r.length-2),n=At(t,"base32"),i=Ce(e);return`${n}:${i}`}var or=function(r){r=r.toString().trim();let t=new Uint8Array(4);return r.split(/\./g).forEach((e,n)=>{let i=parseInt(e,10);if(isNaN(i)||i<0||i>255)throw new ut("Invalid byte value in IP address");t[n]=i}),t},Ei=function(r){let t=0;r=r.toString().trim();let e=r.split(":",8),n;for(n=0;n<e.length;n++){let s=(0,Rt.isIPv4)(e[n]),o;s&&(o=or(e[n]),e[n]=At(o.subarray(0,2),"base16")),o!=null&&++n<8&&e.splice(n,0,At(o.subarray(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++){e[n]===""&&(e[n]="0");let s=parseInt(e[n],16);if(isNaN(s)||s<0||s>65535)throw new ut("Invalid byte value in IP address");i[t++]=s>>8&255,i[t++]=s&255}return i},Oi=function(r){if(r.byteLength!==4)throw new ut("IPv4 address was incorrect length");let t=[];for(let e=0;e<r.byteLength;e++)t.push(r[e]);return t.join(".")},_i=function(r){if(r.byteLength!==16)throw new ut("IPv6 address was incorrect length");let t=[];for(let n=0;n<r.byteLength;n+=2){let i=r[n],s=r[n+1],o=`${i.toString(16).padStart(2,"0")}${s.toString(16).padStart(2,"0")}`;t.push(o)}let e=t.join(":");try{let n=new URL(`http://[${e}]`);return n.hostname.substring(1,n.hostname.length-1)}catch{throw new ut(`Invalid IPv6 address "${e}"`)}};function Ai(r){try{let t=new URL(`http://[${r}]`);return t.hostname.substring(1,t.hostname.length-1)}catch{throw new ut(`Invalid IPv6 address "${r}"`)}}var nr=Object.values(Ne).map(r=>r.decoder),ba=(function(){let r=nr[0].or(nr[1]);return nr.slice(2).forEach(t=>r=r.or(t)),r})();function Si(r){return ba.decode(r)}function Pi(r){return t=>r.encoder.encode(t)}function wa(r){if(parseInt(r).toString()!==r)throw new zt("Value must be an integer")}function ya(r){if(r<0)throw new zt("Value must be a positive integer, or zero")}function xa(r){return t=>{if(t>r)throw new zt(`Value must be smaller than or equal to ${r}`)}}function Ca(...r){return t=>{for(let e of r)e(t)}}var Ue=Ca(wa,ya,xa(65535));var ct=-1,ar=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(t){let e;if(typeof t=="string"?e=this.protocolsByName.get(t):e=this.protocolsByCode.get(t),e==null)throw new Je(`Protocol ${t} was unknown`);return e}addProtocol(t){this.protocolsByCode.set(t.code,t),this.protocolsByName.set(t.name,t),t.aliases?.forEach(e=>{this.protocolsByName.set(e,t)})}removeProtocol(t){let e=this.protocolsByCode.get(t);e!=null&&(this.protocolsByCode.delete(e.code),this.protocolsByName.delete(e.name),e.aliases?.forEach(n=>{this.protocolsByName.delete(n)}))}},bt=new ar,Za=[{code:4,name:"ip4",size:32,valueToBytes:or,bytesToValue:Oi,validate:r=>{if(!(0,Rt.isIPv4)(r))throw new zt(`Invalid IPv4 address "${r}"`)}},{code:6,name:"tcp",size:16,valueToBytes:te,bytesToValue:Ce,validate:Ue},{code:273,name:"udp",size:16,valueToBytes:te,bytesToValue:Ce,validate:Ue},{code:33,name:"dccp",size:16,valueToBytes:te,bytesToValue:Ce,validate:Ue},{code:41,name:"ip6",size:128,valueToBytes:Ei,bytesToValue:_i,stringToValue:Ai,validate:r=>{if(!(0,Rt.isIPv6)(r))throw new zt(`Invalid IPv6 address "${r}"`)}},{code:42,name:"ip6zone",size:ct},{code:43,name:"ipcidr",size:8,bytesToValue:rr("base10"),valueToBytes:ir("base10")},{code:53,name:"dns",size:ct,resolvable:!0},{code:54,name:"dns4",size:ct,resolvable:!0},{code:55,name:"dns6",size:ct,resolvable:!0},{code:56,name:"dnsaddr",size:ct,resolvable:!0},{code:132,name:"sctp",size:16,valueToBytes:te,bytesToValue:Ce,validate:Ue},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:ct,path:!0,stringToValue:r=>decodeURIComponent(r),valueToString:r=>encodeURIComponent(r)},{code:421,name:"p2p",aliases:["ipfs"],size:ct,bytesToValue:rr("base58btc"),valueToBytes:r=>r.startsWith("Q")||r.startsWith("1")?ir("base58btc")(r):Ht.parse(r).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:sr,valueToBytes:xi},{code:445,name:"onion3",size:296,bytesToValue:sr,valueToBytes:Ci},{code:446,name:"garlic64",size:ct},{code:447,name:"garlic32",size:ct},{code:448,name:"tls"},{code:449,name:"sni",size:ct},{code:454,name:"noise"},{code:460,name:"quic"},{code:461,name:"quic-v1"},{code:465,name:"webtransport"},{code:466,name:"certhash",size:ct,bytesToValue:Pi(Un),valueToBytes:Si},{code:480,name:"http"},{code:481,name:"http-path",size:ct,stringToValue:r=>`/${decodeURIComponent(r)}`,valueToString:r=>encodeURIComponent(r.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:ct}];Za.forEach(r=>{bt.addProtocol(r)});function Ii(r){let t=[],e=0;for(;e<r.length;){let n=er(r,e),i=bt.getProtocol(n),s=xe(n),o=Xa(i,r,e+s),c=0;o>0&&i.size===ct&&(c=xe(o));let h=s+c+o,g={code:n,name:i.name,bytes:r.subarray(e,e+h)};if(o>0){let m=e+s+c,d=r.subarray(m,m+o);g.value=i.bytesToValue?.(d)??At(d)}t.push(g),e+=h}return t}function vi(r){let t=0,e=[];for(let n of r){if(n.bytes==null){let i=bt.getProtocol(n.code),s=xe(n.code),o,c=0,h=0;n.value!=null&&(o=i.valueToBytes?.(n.value)??qt(n.value),c=o.byteLength,i.size===ct&&(h=xe(c)));let g=new Uint8Array(s+h+c),m=0;tr(n.code,g,m),m+=s,o!=null&&(i.size===ct&&(tr(c,g,m),m+=h),g.set(o,m)),n.bytes=g}e.push(n.bytes),t+=n.bytes.byteLength}return Fe(e,t)}function Di(r){if(r.charAt(0)!=="/")throw new ut('String multiaddr must start with "/"');let t=[],e="protocol",n="",i="";for(let s=1;s<r.length;s++){let o=r.charAt(s);o!=="/"&&(e==="protocol"?i+=r.charAt(s):n+=r.charAt(s));let c=s===r.length-1;if(o==="/"||c){let h=bt.getProtocol(i);if(e==="protocol"){if(h.size==null||h.size===0){t.push({code:h.code,name:h.name}),n="",i="",e="protocol";continue}else if(c)throw new ut(`Component ${i} was missing value`);e="value"}else if(e==="value"){let g={code:h.code,name:h.name};if(h.size!=null&&h.size!==0){if(n==="")throw new ut(`Component ${i} was missing value`);g.value=h.stringToValue?.(n)??n}t.push(g),n="",i="",e="protocol"}}}if(i!==""&&n!=="")throw new ut("Incomplete multiaddr");return t}function ji(r){return`/${r.flatMap(t=>{if(t.value==null)return t.name;let e=bt.getProtocol(t.code);if(e==null)throw new ut(`Unknown protocol code ${t.code}`);return[t.name,e.valueToString?.(t.value)??t.value]}).join("/")}`}function Xa(r,t,e){return r.size==null||r.size===0?0:r.size>0?r.size/8:er(t,e)}var ka=Symbol.for("nodejs.util.inspect.custom"),mr=Symbol.for("@multiformats/multiaddr"),tc=[53,54,55,56],pr=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}};function ec(r){if(r==null&&(r="/"),Ti(r))return r.getComponents();if(r instanceof Uint8Array)return Ii(r);if(typeof r=="string")return r=r.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),r===""&&(r="/"),Di(r);if(Array.isArray(r))return r;throw new ut("Must be a string, Uint8Array, Component[], or another Multiaddr")}var en=class r{[mr]=!0;#t;#e;#n;constructor(t="/",e={}){this.#t=ec(t),e.validate!==!1&&nc(this)}get bytes(){return this.#n==null&&(this.#n=vi(this.#t)),this.#n}toString(){return this.#e==null&&(this.#e=ji(this.#t)),this.#e}toJSON(){return this.toString()}toOptions(){let t,e,n,i,s="";for(let{code:c,name:h,value:g}of this.#t)c===42&&(s=`%${g??""}`),tc.includes(c)&&(e="tcp",i=443,n=`${g??""}${s}`,t=c===55?6:4),(c===6||c===273)&&(e=h==="tcp"?"tcp":"udp",i=parseInt(g??"")),(c===4||c===41)&&(e="tcp",n=`${g??""}${s}`,t=c===41?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}}getComponents(){return[...this.#t]}protos(){return this.#t.map(({code:t,value:e})=>{let n=bt.getProtocol(t);return{code:t,size:n.size??0,name:n.name,resolvable:!!n.resolvable,path:!!n.path}})}protoCodes(){return this.#t.map(({code:t})=>t)}protoNames(){return this.#t.map(({name:t})=>t)}tuples(){return this.#t.map(({code:t,value:e})=>{if(e==null)return[t];let n=bt.getProtocol(t),i=[t];return e!=null&&i.push(n.valueToBytes?.(e)??qt(e)),i})}stringTuples(){return this.#t.map(({code:t,value:e})=>e==null?[t]:[t,e])}encapsulate(t){let e=new r(t);return new r([...this.#t,...e.getComponents()],{validate:!1})}decapsulate(t){let e=t.toString(),n=this.toString(),i=n.lastIndexOf(e);if(i<0)throw new $e(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(n.slice(0,i),{validate:!1})}decapsulateCode(t){let e;for(let n=this.#t.length-1;n>-1;n--)if(this.#t[n].code===t){e=n;break}return new r(this.#t.slice(0,e),{validate:!1})}getPeerId(){try{let t=[];this.#t.forEach(({code:n,value:i})=>{n===421&&t.push([n,i]),n===290&&(t=[])});let e=t.pop();if(e?.[1]!=null){let n=e[1];return n[0]==="Q"||n[0]==="1"?At(_t.decode(`z${n}`),"base58btc"):At(Ht.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){for(let t of this.#t)if(bt.getProtocol(t.code).path)return t.value??null;return null}equals(t){return bi(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(s=>s.resolvable);if(e==null)return[this];let n=Mi.get(e.name);if(n==null)throw new pr(`no available resolver for ${e.name}`);return(await n(this,t)).map(s=>ze(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(){return!(this.#t.length!==2||this.#t[0].code!==4&&this.#t[0].code!==41||this.#t[1].code!==6&&this.#t[1].code!==273)}[ka](){return`Multiaddr(${this.toString()})`}};function nc(r){r.getComponents().forEach(t=>{let e=bt.getProtocol(t.code);t.value!=null&&e.validate?.(t.value)})}var nn=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 h=c==="0",g=2**(8*i)-1;for(;;){let m=this.readAtomically(()=>{let d=this.readChar();if(d===void 0)return;let b=Number.parseInt(d,t);if(!Number.isNaN(b))return b});if(m===void 0)break;if(s*=t,s+=m,s>g||(o+=1,e!==void 0&&o>e))return}if(o!==0)return!n&&h&&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 Tf=new nn;var Bf=parseInt("0xFFFF",16),Wf=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var Mi=new Map;function Ti(r){return!!r?.[mr]}function ze(r){return new en(r)}var Fi=V("module"),br=Ye(V("path"),1),gr=Ye(V("process"),1),Ui=V("url");function cc(r){let t=br.default.extname(r);return t?r.slice(0,-t.length):r}function wr(r){if(!r)return!1;if("main"in r)return!!r.main;if(!gr.default.argv[1])return!1;let e=(0,Fi.createRequire)(r.url).resolve(gr.default.argv[1]),n=(0,Ui.fileURLToPath)(r.url);return br.default.extname(e)?n===e:cc(n)===e}var un=V("assert");var lc={right:pc,center:mc},fc=0,rn=1,uc=2,sn=3,yr=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(" ")),
|
|
5
|
-
`)}rowToString(t,
|
|
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[fc]||0).fill("")),i.push(...new Array(s.padding[uc]||0).fill(""))),i.forEach((c,h)=>{e[h]||e.push([]);let g=e[h];for(let m=0;m<o;m++)g[m]===void 0&&g.push("");g.push(c)})}),e}negatePadding(t){let e=t.width||0;return t.padding&&(e-=(t.padding[sn]||0)+(t.padding[rn]||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,hc(t[c])):o)}};function Li(r,t,e){return r.border?/[.']-+[.']/.test(t)?"":t.trim().length!==0?e:" ":""}function hc(r){let t=r.padding||[],e=1+(t[sn]||0)+(t[rn]||0);return r.border?e+4:e}function dc(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function pc(r,t){r=r.trim();let e=wt.stringWidth(r);return e<t?" ".repeat(t-e)+r:r}function mc(r,t){r=r.trim();let e=wt.stringWidth(r);return e>=t?r:" ".repeat(t-e>>1)+r}var wt;function zi(r,t){return wt=t,new yr({width:r?.width||dc(),wrap:r?.wrap})}var Ri=new RegExp("\x1B(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)","g");function xr(r){return r.replace(Ri,"")}function Bi(r,t){let[e,n]=r.match(Ri)||["",""];r=xr(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 Cr(r){return zi(r,{stringWidth:t=>[...t].length,stripAnsi:xr,wrap:Bi})}var Ee=V("path"),on=V("fs");function Wi(r,t){let e=(0,Ee.resolve)(".",r),n;for((0,on.statSync)(e).isDirectory()||(e=(0,Ee.dirname)(e));;){if(n=t(e,(0,on.readdirSync)(e)),n)return(0,Ee.resolve)(e,n);if(e=(0,Ee.dirname)(n=e),n===e)break}}var is=V("util"),ss=V("fs"),os=V("url");var Yi=V("util"),fn=V("path");function ee(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 an(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 cn(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 Vi(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 St;(function(r){r.BOOLEAN="boolean",r.STRING="string",r.NUMBER="number",r.ARRAY="array"})(St||(St={}));var Bt,ln=class{constructor(t){Bt=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=Vi(t),s=typeof t=="string",o=gc(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),h=Object.assign(Object.create(null),n.default),g=n.configObjects||[],m=n.envPrefix,d=c["populate--"],b=d?"--":"_",y=Object.create(null),C=Object.create(null),x=n.__||Bt.format,p={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:[]},M=/^-([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,E=Object.keys(l).map(function(w){return{boolean:"bools",string:"strings",number:"numbers"}[w]}).filter(Boolean).pop();E&&(p[E][u]=!0),p.arrays[u]=!0,p.keys.push(u)}),[].concat(n.boolean||[]).filter(Boolean).forEach(function(l){p.bools[l]=!0,p.keys.push(l)}),[].concat(n.string||[]).filter(Boolean).forEach(function(l){p.strings[l]=!0,p.keys.push(l)}),[].concat(n.number||[]).filter(Boolean).forEach(function(l){p.numbers[l]=!0,p.keys.push(l)}),[].concat(n.count||[]).filter(Boolean).forEach(function(l){p.counts[l]=!0,p.keys.push(l)}),[].concat(n.normalize||[]).filter(Boolean).forEach(function(l){p.normalize[l]=!0,p.keys.push(l)}),typeof n.narg=="object"&&Object.entries(n.narg).forEach(([l,u])=>{typeof u=="number"&&(p.nargs[l]=u,p.keys.push(l))}),typeof n.coerce=="object"&&Object.entries(n.coerce).forEach(([l,u])=>{typeof u=="function"&&(p.coercions[l]=u,p.keys.push(l))}),typeof n.config<"u"&&(Array.isArray(n.config)||typeof n.config=="string"?[].concat(n.config).filter(Boolean).forEach(function(l){p.configs[l]=!0}):typeof n.config=="object"&&Object.entries(n.config).forEach(([l,u])=>{(typeof u=="boolean"||typeof u=="function")&&(p.configs[l]=u)})),kt(n.key,o,n.default,p.arrays),Object.keys(h).forEach(function(l){(p.aliases[l]||[]).forEach(function(u){h[u]=h[l]})});let R=null;qe();let U=[],B=Object.assign(Object.create(null),{_:[]}),ft={};for(let l=0;l<i.length;l++){let u=i[l],E=u.replace(/^-{3,}/,"---"),w,f,I,_,j,at;if(u!=="--"&&/^-/.test(u)&&k(u))J(u);else if(E.match(/^---+(=|$)/)){J(u);continue}else if(u.match(/^--.+=/)||!c["short-option-groups"]&&u.match(/^-.+=/))_=u.match(/^--?([^=]+)=([\s\S]*)$/),_!==null&&Array.isArray(_)&&_.length>=3&&($(_[1],p.arrays)?l=Et(l,_[1],i,_[2]):$(_[1],p.nargs)!==!1?l=ht(l,_[1],i,_[2]):G(_[1],_[2],!0));else if(u.match(N)&&c["boolean-negation"])_=u.match(N),_!==null&&Array.isArray(_)&&_.length>=2&&(f=_[1],G(f,$(f,p.arrays)?[!1]:!1));else if(u.match(/^--.+/)||!c["short-option-groups"]&&u.match(/^-[^-]+/))_=u.match(/^--?(.+)/),_!==null&&Array.isArray(_)&&_.length>=2&&(f=_[1],$(f,p.arrays)?l=Et(l,f,i):$(f,p.nargs)!==!1?l=ht(l,f,i):(j=i[l+1],j!==void 0&&(!j.match(/^-/)||j.match(M))&&!$(f,p.bools)&&!$(f,p.counts)||/^(true|false)$/.test(j)?(G(f,j),l++):G(f,tt(f))));else if(u.match(/^-.\..+=/))_=u.match(/^-([^=]+)=([\s\S]*)$/),_!==null&&Array.isArray(_)&&_.length>=3&&G(_[1],_[2]);else if(u.match(/^-.\..+/)&&!u.match(M))j=i[l+1],_=u.match(/^-(.\..+)/),_!==null&&Array.isArray(_)&&_.length>=2&&(f=_[1],j!==void 0&&!j.match(/^-/)&&!$(f,p.bools)&&!$(f,p.counts)?(G(f,j),l++):G(f,tt(f)));else if(u.match(/^-[^-]+/)&&!u.match(M)){I=u.slice(1,-1).split(""),w=!1;for(let pt=0;pt<I.length;pt++){if(j=u.slice(pt+2),I[pt+1]&&I[pt+1]==="="){at=u.slice(pt+3),f=I[pt],$(f,p.arrays)?l=Et(l,f,i,at):$(f,p.nargs)!==!1?l=ht(l,f,i,at):G(f,at),w=!0;break}if(j==="-"){G(I[pt],j);continue}if(/[A-Za-z]/.test(I[pt])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(j)&&$(j,p.bools)===!1){G(I[pt],j),w=!0;break}if(I[pt+1]&&I[pt+1].match(/\W/)){G(I[pt],j),w=!0;break}else G(I[pt],tt(I[pt]))}f=u.slice(-1)[0],!w&&f!=="-"&&($(f,p.arrays)?l=Et(l,f,i):$(f,p.nargs)!==!1?l=ht(l,f,i):(j=i[l+1],j!==void 0&&(!/^(-|--)[^-]/.test(j)||j.match(M))&&!$(f,p.bools)&&!$(f,p.counts)||/^(true|false)$/.test(j)?(G(f,j),l++):G(f,tt(f))))}else if(u.match(/^-[0-9]$/)&&u.match(M)&&$(u.slice(1),p.bools))f=u.slice(1),G(f,tt(f));else if(u==="--"){U=i.slice(l+1);break}else if(c["halt-at-non-option"]){U=i.slice(l);break}else J(u)}H(B,!0),H(B,!1),z(B),st(),Z(B,p.aliases,h,!0),ot(B),c["set-placeholder-key"]&&Xt(B),Object.keys(p.counts).forEach(function(l){Ut(B,l.split("."))||G(l,0)}),d&&U.length&&(B[b]=[]),U.forEach(function(l){B[b].push(l)}),c["camel-case-expansion"]&&c["strip-dashed"]&&Object.keys(B).filter(l=>l!=="--"&&l.includes("-")).forEach(l=>{delete B[l]}),c["strip-aliased"]&&[].concat(...Object.keys(o).map(l=>o[l])).forEach(l=>{c["camel-case-expansion"]&&l.includes("-")&&delete B[l.split(".").map(u=>ee(u)).join(".")],delete B[l]});function J(l){let u=P("_",l);(typeof u=="string"||typeof u=="number")&&B._.push(u)}function ht(l,u,E,w){let f,I=$(u,p.nargs);if(I=typeof I!="number"||isNaN(I)?1:I,I===0)return Mt(w)||(R=Error(x("Argument unexpected for: %s",u))),G(u,tt(u)),l;let _=Mt(w)?0:1;if(c["nargs-eats-options"])E.length-(l+1)+_<I&&(R=Error(x("Not enough arguments following: %s",u))),_=I;else{for(f=l+1;f<E.length&&(!E[f].match(/^-[^0-9]/)||E[f].match(M)||k(E[f]));f++)_++;_<I&&(R=Error(x("Not enough arguments following: %s",u)))}let j=Math.min(_,I);for(!Mt(w)&&j>0&&(G(u,w),j--),f=l+1;f<j+l+1;f++)G(u,E[f]);return l+j}function Et(l,u,E,w){let f=[],I=w||E[l+1],_=$(u,p.nargs);if($(u,p.bools)&&!/^(true|false)$/.test(I))f.push(!0);else if(Mt(I)||Mt(w)&&/^-/.test(I)&&!M.test(I)&&!k(I)){if(h[u]!==void 0){let j=h[u];f=Array.isArray(j)?j:[j]}}else{Mt(w)||f.push(O(u,w,!0));for(let j=l+1;j<E.length&&!(!c["greedy-arrays"]&&f.length>0||_&&typeof _=="number"&&f.length>=_||(I=E[j],/^-/.test(I)&&!M.test(I)&&!k(I)));j++)l=j,f.push(O(u,I,s))}return typeof _=="number"&&(_&&f.length<_||isNaN(_)&&f.length===0)&&(R=Error(x("Not enough arguments following: %s",u))),G(u,f),l}function G(l,u,E=s){if(/-/.test(l)&&c["camel-case-expansion"]){let I=l.split(".").map(function(_){return ee(_)}).join(".");v(l,I)}let w=O(l,u,E),f=l.split(".");Lt(B,f,w),p.aliases[l]&&p.aliases[l].forEach(function(I){let _=I.split(".");Lt(B,_,w)}),f.length>1&&c["dot-notation"]&&(p.aliases[f[0]]||[]).forEach(function(I){let _=I.split("."),j=[].concat(f);j.shift(),_=_.concat(j),(p.aliases[l]||[]).includes(_.join("."))||Lt(B,_,w)}),$(l,p.normalize)&&!$(l,p.arrays)&&[l].concat(p.aliases[l]||[]).forEach(function(_){Object.defineProperty(ft,_,{enumerable:!0,get(){return u},set(j){u=typeof j=="string"?Bt.normalize(j):j}})})}function v(l,u){p.aliases[l]&&p.aliases[l].length||(p.aliases[l]=[u],y[u]=!0),p.aliases[u]&&p.aliases[u].length||v(u,l)}function O(l,u,E){E&&(u=bc(u)),($(l,p.bools)||$(l,p.counts))&&typeof u=="string"&&(u=u==="true");let w=Array.isArray(u)?u.map(function(f){return P(l,f)}):P(l,u);return $(l,p.counts)&&(Mt(w)||typeof w=="boolean")&&(w=Er()),$(l,p.normalize)&&$(l,p.arrays)&&(Array.isArray(u)?w=u.map(f=>Bt.normalize(f)):w=Bt.normalize(u)),w}function P(l,u){return!c["parse-positional-numbers"]&&l==="_"||!$(l,p.strings)&&!$(l,p.bools)&&!Array.isArray(u)&&(cn(u)&&c["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${u}`)))||!Mt(u)&&$(l,p.numbers))&&(u=Number(u)),u}function z(l){let u=Object.create(null);Z(u,p.aliases,h),Object.keys(p.configs).forEach(function(E){let w=l[E]||u[E];if(w)try{let f=null,I=Bt.resolve(Bt.cwd(),w),_=p.configs[E];if(typeof _=="function"){try{f=_(I)}catch(j){f=j}if(f instanceof Error){R=f;return}}else f=Bt.require(I);q(f)}catch(f){f.name==="PermissionDenied"?R=f:l[E]&&(R=Error(x("Invalid JSON config file: %s",w)))}})}function q(l,u){Object.keys(l).forEach(function(E){let w=l[E],f=u?u+"."+E:E;typeof w=="object"&&w!==null&&!Array.isArray(w)&&c["dot-notation"]?q(w,f):(!Ut(B,f.split("."))||$(f,p.arrays)&&c["combine-arrays"])&&G(f,w)})}function st(){typeof g<"u"&&g.forEach(function(l){q(l)})}function H(l,u){if(typeof m>"u")return;let E=typeof m=="string"?m:"",w=Bt.env();Object.keys(w).forEach(function(f){if(E===""||f.lastIndexOf(E,0)===0){let I=f.split("__").map(function(_,j){return j===0&&(_=_.substring(E.length)),ee(_)});(u&&p.configs[I.join(".")]||!u)&&!Ut(l,I)&&G(I.join("."),w[f])}})}function ot(l){let u,E=new Set;Object.keys(l).forEach(function(w){if(!E.has(w)&&(u=$(w,p.coercions),typeof u=="function"))try{let f=P(w,u(l[w]));[].concat(p.aliases[w]||[],w).forEach(I=>{E.add(I),l[I]=f})}catch(f){R=f}})}function Xt(l){return p.keys.forEach(u=>{~u.indexOf(".")||typeof l[u]>"u"&&(l[u]=void 0)}),l}function Z(l,u,E,w=!1){Object.keys(E).forEach(function(f){Ut(l,f.split("."))||(Lt(l,f.split("."),E[f]),w&&(C[f]=!0),(u[f]||[]).forEach(function(I){Ut(l,I.split("."))||Lt(l,I.split("."),E[f])}))})}function Ut(l,u){let E=l;c["dot-notation"]||(u=[u.join(".")]),u.slice(0,-1).forEach(function(f){E=E[f]||{}});let w=u[u.length-1];return typeof E!="object"?!1:w in E}function Lt(l,u,E){let w=l;c["dot-notation"]||(u=[u.join(".")]),u.slice(0,-1).forEach(function(at){at=Hi(at),typeof w=="object"&&w[at]===void 0&&(w[at]={}),typeof w[at]!="object"||Array.isArray(w[at])?(Array.isArray(w[at])?w[at].push({}):w[at]=[w[at],{}],w=w[at][w[at].length-1]):w=w[at]});let f=Hi(u[u.length-1]),I=$(u.join("."),p.arrays),_=Array.isArray(E),j=c["duplicate-arguments-array"];!j&&$(f,p.nargs)&&(j=!0,(!Mt(w[f])&&p.nargs[f]===1||Array.isArray(w[f])&&w[f].length===p.nargs[f])&&(w[f]=void 0)),E===Er()?w[f]=Er(w[f]):Array.isArray(w[f])?j&&I&&_?w[f]=c["flatten-duplicate-arrays"]?w[f].concat(E):(Array.isArray(w[f][0])?w[f]:[w[f]]).concat([E]):!j&&!!I==!!_?w[f]=E:w[f]=w[f].concat([E]):w[f]===void 0&&I?w[f]=_?E:[E]:j&&!(w[f]===void 0||$(f,p.counts)||$(f,p.bools))?w[f]=[w[f],E]:w[f]=E}function kt(...l){l.forEach(function(u){Object.keys(u||{}).forEach(function(E){p.aliases[E]||(p.aliases[E]=[].concat(o[E]||[]),p.aliases[E].concat(E).forEach(function(w){if(/-/.test(w)&&c["camel-case-expansion"]){let f=ee(w);f!==E&&p.aliases[E].indexOf(f)===-1&&(p.aliases[E].push(f),y[f]=!0)}}),p.aliases[E].concat(E).forEach(function(w){if(w.length>1&&/[A-Z]/.test(w)&&c["camel-case-expansion"]){let f=an(w,"-");f!==E&&p.aliases[E].indexOf(f)===-1&&(p.aliases[E].push(f),y[f]=!0)}}),p.aliases[E].forEach(function(w){p.aliases[w]=[E].concat(p.aliases[E].filter(function(f){return w!==f}))}))})})}function $(l,u){let E=[].concat(p.aliases[l]||[],l),w=Object.keys(u),f=E.find(I=>w.includes(I));return f?u[f]:!1}function An(l){let u=Object.keys(p);return[].concat(u.map(w=>p[w])).some(function(w){return Array.isArray(w)?w.includes(l):w[l]})}function T(l,...u){return[].concat(...u).some(function(w){let f=l.match(w);return f&&An(f[1])})}function Q(l){if(l.match(M)||!l.match(/^-[^-]+/))return!1;let u=!0,E,w=l.slice(1).split("");for(let f=0;f<w.length;f++){if(E=l.slice(f+2),!An(w[f])){u=!1;break}if(w[f+1]&&w[f+1]==="="||E==="-"||/[A-Za-z]/.test(w[f])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(E)||w[f+1]&&w[f+1].match(/\W/))break}return u}function k(l){return c["unknown-options-as-args"]&&W(l)}function W(l){return l=l.replace(/^-{3,}/,"--"),l.match(M)||Q(l)?!1:!T(l,/^-+([^=]+?)=[\s\S]*$/,N,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function tt(l){return!$(l,p.bools)&&!$(l,p.counts)&&`${l}`in h?h[l]:rt(jt(l))}function rt(l){return{[St.BOOLEAN]:!0,[St.STRING]:"",[St.NUMBER]:void 0,[St.ARRAY]:[]}[l]}function jt(l){let u=St.BOOLEAN;return $(l,p.strings)?u=St.STRING:$(l,p.numbers)?u=St.NUMBER:$(l,p.bools)?u=St.BOOLEAN:$(l,p.arrays)&&(u=St.ARRAY),u}function Mt(l){return l===void 0}function qe(){Object.keys(p.counts).find(l=>$(l,p.arrays)?(R=Error(x("Invalid configuration: %s, opts.count excludes opts.array.",l)),!0):$(l,p.nargs)?(R=Error(x("Invalid configuration: %s, opts.count excludes opts.narg.",l)),!0):!1)}return{aliases:Object.assign({},p.aliases),argv:Object.assign(ft,B),configuration:c,defaulted:Object.assign({},C),error:R,newAliases:Object.assign({},y)}}};function gc(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,h){return h.indexOf(o)===c});let s=i.pop();s!==void 0&&typeof s=="string"&&(e[s]=i)}),e}function Er(r){return r!==void 0?r+1:1}function Hi(r){return r==="__proto__"?"___proto___":r}function bc(r){return typeof r=="string"&&(r[0]==="'"||r[0]==='"')&&r[r.length-1]===r[0]?r.substring(1,r.length-1):r}var Ki=V("fs");var Or,_r,Ar,qi=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12,Gi=(_r=(Or=process==null?void 0:process.versions)===null||Or===void 0?void 0:Or.node)!==null&&_r!==void 0?_r:(Ar=process==null?void 0:process.version)===null||Ar===void 0?void 0:Ar.slice(1);if(Gi&&Number(Gi.match(/^([^.]+)/)[1])<qi)throw Error(`yargs parser supports a minimum Node.js version of ${qi}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var wc=process?process.env:{},Qi=new ln({cwd:process.cwd,env:()=>wc,format:Yi.format,normalize:fn.normalize,resolve:fn.resolve,require:r=>{if(typeof V<"u")return V(r);if(r.match(/\.json$/))return JSON.parse((0,Ki.readFileSync)(r,"utf8"));throw Error("only .json config files are supported in ESM")}}),Re=function(t,e){return Qi.parse(t.slice(),e).argv};Re.detailed=function(r,t){return Qi.parse(r.slice(),t)};Re.camelCase=ee;Re.decamelize=an;Re.looksLikeNumber=cn;var Ji=Re;var Nt=V("path");function yc(){return xc()?0:1}function xc(){return Cc()&&!process.defaultApp}function Cc(){return!!process.versions.electron}function Zi(){return process.argv[yc()]}var Y=class r extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,r)}};var Oe=V("fs"),Xi=V("util"),ki=V("path"),ts={fs:{readFileSync:Oe.readFileSync,writeFile:Oe.writeFile},format:Xi.format,resolve:ki.resolve,exists:r=>{try{return(0,Oe.statSync)(r).isFile()}catch{return!1}}};var Tt,Sr=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(),Tt.format.apply(Tt.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),Tt.format.apply(Tt.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);Tt.fs.writeFile(o,c,"utf-8",function(h){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(h)})}_readLocaleFile(){let t={},e=this._resolveLocaleFile(this.directory,this.locale);try{Tt.fs.readFileSync&&(t=JSON.parse(Tt.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=Tt.resolve(t,"./",e+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(n)&&~e.lastIndexOf("_")){let i=Tt.resolve(t,"./",e.split("_")[0]+".json");this._fileExistsSync(i)&&(n=i)}return n}_fileExistsSync(t){return Tt.exists(t)}};function es(r,t){Tt=t;let e=new Sr(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 Ec=r=>es(r,ts),ns=Ec;var Ac={},Oc="require is not supported by ESM",rs="loading a directory of commands is not supported yet for ESM",Be;try{Be=(0,os.fileURLToPath)(Ac.url)}catch{Be=process.cwd()}var _c=Be.substring(0,Be.lastIndexOf("node_modules")),as={assert:{notStrictEqual:un.notStrictEqual,strictEqual:un.strictEqual},cliui:Cr,findUp:Wi,getEnv:r=>process.env[r],inspect:is.inspect,getCallerFile:()=>{throw new Y(rs)},getProcessArgvBin:Zi,mainFilename:_c||process.cwd(),Parser:Ji,path:{basename:Nt.basename,dirname:Nt.dirname,extname:Nt.extname,relative:Nt.relative,resolve:Nt.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:ss.readFileSync,require:()=>{throw new Y(Oc)},requireDirectory:()=>{throw new Y(rs)},stringWidth:r=>[...r].length,y18n:ns({directory:(0,Nt.resolve)(Be,"../../../locales"),updateFiles:!1})};function mt(r,t,e,n){e.assert.notStrictEqual(r,t,n)}function Pr(r,t){t.assert.strictEqual(typeof r,"string")}function _e(r){return Object.keys(r)}function K(r){return!!r&&!!r.then&&typeof r.then=="function"}function Gt(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 h=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&c===e.length-1&&(h=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(n,"").split("|"),variadic:h}):s.demanded.push({cmd:o.replace(n,"").split("|"),variadic:h})}),s}var Sc=["first","second","third","fourth","fifth","sixth"];function A(r,t,e){function n(){return typeof r=="object"?[{demanded:[],optional:[]},r,t]:[Gt(`cmd ${r}`),t,e]}try{let i=0,[s,o,c]=n(),h=[].slice.call(o);for(;h.length&&h[h.length-1]===void 0;)h.pop();let g=c||h.length;if(g<s.demanded.length)throw new Y(`Not enough arguments provided. Expected ${s.demanded.length} but received ${h.length}.`);let m=s.demanded.length+s.optional.length;if(g>m)throw new Y(`Too many arguments provided. Expected max ${m} but received ${g}.`);s.demanded.forEach(d=>{let b=h.shift(),y=cs(b);d.cmd.filter(x=>x===y||x==="*").length===0&&ls(y,d.cmd,i),i+=1}),s.optional.forEach(d=>{if(h.length===0)return;let b=h.shift(),y=cs(b);d.cmd.filter(x=>x===y||x==="*").length===0&&ls(y,d.cmd,i),i+=1})}catch(i){console.warn(i.stack)}}function cs(r){return Array.isArray(r)?"array":r===null?"null":typeof r}function ls(r,t,e){throw new Y(`Invalid ${Sc[e]||"manyith"} argument. Expected ${t.join(" or ")} but received ${r}.`)}var hn=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,e,n=!0,i=!1){if(A("<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 fs(r){return r?r.map(t=>(t.applyBeforeValidation=!1,t)):[]}function ne(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(K(i))return i.then(o=>Promise.all([o,s(o,t)])).then(([o,c])=>Object.assign(o,c));{let o=s(i,t);return K(o)?o.then(c=>Object.assign(i,c)):Object.assign(i,o)}},r)}function re(r,t,e=n=>{throw n}){try{let n=Pc(r)?r():r;return K(n)?n.then(i=>t(i)):t(n)}catch(n){return e(n)}}function Pc(r){return typeof r=="function"}function Ir(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 Ae=/(^\*)|(^\$0)/,vr=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,h)=>{let g=s(o,c,h);if(g){if(this.requireCache.has(c))return g;this.requireCache.add(c),this.addHandler(g)}return g},this.shim.requireDirectory({require:e,filename:n},t,i)}addHandler(t,e,n,i,s,o){let c=[],h=fs(s);if(i=i||(()=>{}),Array.isArray(t))if(Ic(t))[t,...c]=t;else for(let g of t)this.addHandler(g);else if(Dc(t)){let g=Array.isArray(t.command)||typeof t.command=="string"?t.command:this.moduleName(t);t.aliases&&(g=[].concat(g).concat(t.aliases)),this.addHandler(g,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(us(n)){this.addHandler([t].concat(c),e,n.builder,n.handler,n.middlewares,n.deprecated);return}if(typeof t=="string"){let g=Gt(t);c=c.map(b=>Gt(b).cmd);let m=!1,d=[g.cmd].concat(c).filter(b=>Ae.test(b)?(m=!0,!1):!0);d.length===0&&m&&d.push("$0"),m&&(g.cmd=d[0],c=d.slice(1),t=t.replace(Ae,g.cmd)),c.forEach(b=>{this.aliasMap[b]=g.cmd}),e!==!1&&this.usage.command(t,e,m,c,o),this.handlers[g.cmd]={original:t,description:e,handler:i,builder:n||{},middlewares:h,deprecated:o,demanded:g.demanded,optional:g.optional},m&&(this.defaultCommand=this.handlers[g.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,h=e.getInternalMethods().getContext(),g=h.commands.slice(),m=!t;t&&(h.commands.push(t),h.fullCommands.push(c.original));let d=this.applyBuilderUpdateUsageAndParse(m,c,e,n.aliases,g,i,s,o);return K(d)?d.then(b=>this.applyMiddlewareAndGetResult(m,c,b.innerArgv,h,s,b.aliases,e)):this.applyMiddlewareAndGetResult(m,c,d.innerArgv,h,s,d.aliases,e)}applyBuilderUpdateUsageAndParse(t,e,n,i,s,o,c,h){let g=e.builder,m=n;if(dn(g)){n.getInternalMethods().getUsageInstance().freeze();let d=g(n.getInternalMethods().reset(i),h);if(K(d))return d.then(b=>(m=ds(b)?b:n,this.parseAndUpdateUsage(t,e,m,s,o,c)))}else vc(g)&&(n.getInternalMethods().getUsageInstance().freeze(),m=n.getInternalMethods().reset(i),Object.keys(e.builder).forEach(d=>{m.option(d,g[d])}));return this.parseAndUpdateUsage(t,e,m,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 K(c)?c.then(h=>({aliases:n.parsed.aliases,innerArgv:h})):{aliases:n.parsed.aliases,innerArgv:c}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,e){let n=Ae.test(e.original)?e.original.replace(Ae,"").trim():e.original,i=t.filter(s=>!Ae.test(s));return i.push(n),`$0 ${i.join(" ")}`}handleValidationAndGetResult(t,e,n,i,s,o,c,h){if(!o.getInternalMethods().getHasOutput()){let g=o.getInternalMethods().runValidation(s,h,o.parsed.error,t);n=re(n,m=>(g(m),m))}if(e.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let g=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(n,g,!1,!1),n=ne(n,o,c,!1),n=re(n,m=>{let d=e.handler(m);return K(d)?d.then(()=>m):m}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),K(n)&&!o.getInternalMethods().hasParseCallback()&&n.catch(m=>{try{o.getInternalMethods().getUsageInstance().fail(null,m)}catch{}})}return t||(i.commands.pop(),i.fullCommands.pop()),n}applyMiddlewareAndGetResult(t,e,n,i,s,o,c){let h={};if(s)return n;c.getInternalMethods().getHasOutput()||(h=this.populatePositionals(e,n,i,c));let g=this.globalMiddleware.getMiddleware().slice(0).concat(e.middlewares),m=ne(n,c,g,!0);return K(m)?m.then(d=>this.handleValidationAndGetResult(t,e,d,i,o,c,g,h)):this.handleValidationAndGetResult(t,e,m,i,o,c,g,h)}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 h=s.shift();this.populatePositional(h,e,c)}for(;o.length;){let h=o.shift();this.populatePositional(h,e,c)}return e._=n.commands.concat(e._.map(h=>""+h)),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=Gt(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 g of Object.keys(n.alias))s.alias[g]=(s.alias[g]||[]).concat(n.alias[g]);s.array=s.array.concat(n.array),s.config={};let o=[];if(Object.keys(e).forEach(g=>{e[g].map(m=>{s.configuration["unknown-options-as-args"]&&(s.key[g]=!0),o.push(`--${g}`),o.push(m)})}),!o.length)return;let c=Object.assign({},s.configuration,{"populate--":!1}),h=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:c}));if(h.error)i.getInternalMethods().getUsageInstance().fail(h.error.message,h.error);else{let g=Object.keys(e);Object.keys(e).forEach(m=>{g.push(...h.aliases[m])}),Object.keys(h.argv).forEach(m=>{g.includes(m)&&(e[m]||(e[m]=h.argv[m]),!this.isInConfigs(i,m)&&!this.isDefaulted(i,m)&&Object.prototype.hasOwnProperty.call(t,m)&&Object.prototype.hasOwnProperty.call(h.argv,m)&&(Array.isArray(t[m])||Array.isArray(h.argv[m]))?t[m]=[].concat(t[m],h.argv[m]):t[m]=h.argv[m])})}}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=Ae.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(dn(e))return e(t,!0);us(e)||Object.keys(e).forEach(n=>{t.option(n,e[n])})}moduleName(t){let e=Ir(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 hs(r,t,e,n){return new vr(r,t,e,n)}function us(r){return typeof r=="object"&&!!r.builder&&typeof r.handler=="function"}function Ic(r){return r.every(t=>typeof t=="string")}function dn(r){return typeof r=="function"}function vc(r){return typeof r=="object"}function Dc(r){return typeof r=="object"&&!Array.isArray(r)}function Yt(r={},t=()=>!0){let e={};return _e(r).forEach(n=>{t(n,r[n])&&(e[n]=r[n])}),e}function Kt(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 jc(r){return typeof r=="boolean"}function ms(r,t){let e=t.y18n.__,n={},i=[];n.failFn=function(O){i.push(O)};let s=null,o=null,c=!0;n.showHelpOnFail=function(O=!0,P){let[z,q]=typeof O=="string"?[!0,O]:[O,P];return r.getInternalMethods().isGlobalContext()&&(o=q),s=q,c=z,n};let h=!1;n.fail=function(O,P){let z=r.getInternalMethods().getLoggerInstance();if(i.length)for(let q=i.length-1;q>=0;--q){let st=i[q];if(jc(st)){if(P)throw P;if(O)throw Error(O)}else st(O,P,n)}else{if(r.getExitProcess()&&Kt(!0),!h){h=!0,c&&(r.showHelp("error"),z.error()),(O||P)&&z.error(O||P);let q=s||o;q&&((O||P)&&z.error(""),z.error(q))}if(P=P||new Y(O),r.getExitProcess())return r.exit(1);if(r.getInternalMethods().hasParseCallback())return r.exit(1,P);throw P}};let g=[],m=!1;n.usage=(v,O)=>v===null?(m=!0,g=[],n):(m=!1,g.push([v,O||""]),n),n.getUsage=()=>g,n.getUsageDisabled=()=>m,n.getPositionalGroupName=()=>e("Positionals:");let d=[];n.example=(v,O)=>{d.push([v,O||""])};let b=[];n.command=function(O,P,z,q,st=!1){z&&(b=b.map(H=>(H[2]=!1,H))),b.push([O,P||"",z,q,st])},n.getCommands=()=>b;let y={};n.describe=function(O,P){Array.isArray(O)?O.forEach(z=>{n.describe(z,P)}):typeof O=="object"?Object.keys(O).forEach(z=>{n.describe(z,O[z])}):y[O]=P},n.getDescriptions=()=>y;let C=[];n.epilog=v=>{C.push(v)};let x=!1,p;n.wrap=v=>{x=!0,p=v},n.getWrap=()=>t.getEnv("YARGS_DISABLE_WRAP")?null:(x||(p=ht(),x=!0),p);let M="__yargsString__:";n.deferY18nLookup=v=>M+v,n.help=function(){if(U)return U;R();let O=r.customScriptName?r.$0:t.path.basename(r.$0),P=r.getDemandedOptions(),z=r.getDemandedCommands(),q=r.getDeprecatedOptions(),st=r.getGroups(),H=r.getOptions(),ot=[];ot=ot.concat(Object.keys(y)),ot=ot.concat(Object.keys(P)),ot=ot.concat(Object.keys(z)),ot=ot.concat(Object.keys(H.default)),ot=ot.filter(ft),ot=Object.keys(ot.reduce((T,Q)=>(Q!=="_"&&(T[Q]=!0),T),{}));let Xt=n.getWrap(),Z=t.cliui({width:Xt,wrap:!!Xt});if(!m){if(g.length)g.forEach(T=>{Z.div({text:`${T[0].replace(/\$0/g,O)}`}),T[1]&&Z.div({text:`${T[1]}`,padding:[1,0,0,0]})}),Z.div();else if(b.length){let T=null;z._?T=`${O} <${e("command")}>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
`)
|
|
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
|
-
|
|
28
|
-
|
|
29
|
-
COMPREPLY
|
|
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
|
-
`,
|
|
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
|
-
|
|
62
|
+
if [[ \${#reply} -gt 0 ]]; then
|
|
63
|
+
_describe 'values' reply
|
|
64
|
+
else
|
|
65
|
+
_default
|
|
66
|
+
fi
|
|
56
67
|
}
|
|
57
|
-
|
|
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
|
|
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?`
|
|
60
75
|
${C.join(`
|
|
61
|
-
`)}`:"";t.fail(i("Missing required argument: %s","Missing required arguments: %s",Object.keys(
|
|
62
|
-
${
|
|
63
|
-
`;b.forEach(C=>{y+=C}),t.fail(y)}};let h={};s.conflicts=function(d,b){A("<string|object> [array|string]",[d,b],arguments.length),typeof d=="object"?Object.keys(d).forEach(y=>{s.conflicts(y,d[y])}):(r.global(d),h[d]||(h[d]=[]),Array.isArray(b)?b.forEach(y=>s.conflicts(d,y)):h[d].push(b))},s.getConflicting=()=>h,s.conflicting=function(d){Object.keys(d).forEach(b=>{h[b]&&h[b].forEach(y=>{y&&d[b]!==void 0&&d[y]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",b,y))})}),r.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(h).forEach(b=>{h[b].forEach(y=>{y&&d[e.Parser.camelCase(b)]!==void 0&&d[e.Parser.camelCase(y)]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",b,y))})})},s.recommendCommands=function(d,b){b=b.sort((p,M)=>M.length-p.length);let C=null,x=1/0;for(let p=0,M;(M=b[p])!==void 0;p++){let N=ys(d,M);N<=3&&N<x&&(x=N,C=M)}C&&t.fail(n("Did you mean %s?",C))},s.reset=function(d){return o=Yt(o,b=>!d[b]),h=Yt(h,b=>!d[b]),s};let g=[];return s.freeze=function(){g.push({implied:o,conflicting:h})},s.unfreeze=function(){let d=g.pop();mt(d,void 0,e),{implied:o,conflicting:h}=d},s}var Mr=[],We;function mn(r,t,e,n){We=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=Uc(t,r.extends);else try{o=V.resolve(r.extends)}catch{return r}Fc(o),Mr.push(o),i=s?JSON.parse(We.readFileSync(o,"utf8")):V(r.extends),delete r.extends,i=mn(i,We.path.dirname(o),e,We)}return Mr=[],e?Es(i,r):Object.assign({},i,r)}function Fc(r){if(Mr.indexOf(r)>-1)throw new Y(`Circular extended configurations: '${r}'.`)}function Uc(r,t){return We.path.resolve(r,t)}function Es(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]=Es(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)},it,ie,Ve,Pt,yt,gn,Qt,se,bn,It,wn,vt,$t,xt,Dt,yn,Se,lt,D,xn,Cn,Ct,oe,Pe,ae,Jt,En,F,ce,le,fe,L,On,Ft,nt;function Ws(r){return(t=[],e=r.process.cwd(),n)=>{let i=new Vr(t,e,n,r);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}}var Os=Symbol("copyDoubleDash"),_s=Symbol("copyDoubleDash"),Tr=Symbol("deleteFromParserHintObject"),As=Symbol("emitWarning"),Ss=Symbol("freeze"),Ps=Symbol("getDollarZero"),ue=Symbol("getParserConfiguration"),Is=Symbol("getUsageConfiguration"),Nr=Symbol("guessLocale"),vs=Symbol("guessVersion"),Ds=Symbol("parsePositionalNumbers"),$r=Symbol("pkgUp"),Zt=Symbol("populateParserHintArray"),Ie=Symbol("populateParserHintSingleValueDictionary"),Fr=Symbol("populateParserHintArrayDictionary"),Ur=Symbol("populateParserHintDictionary"),Lr=Symbol("sanitizeKey"),zr=Symbol("setKey"),Rr=Symbol("unfreeze"),js=Symbol("validateAsync"),Ms=Symbol("getCommandInstance"),Ts=Symbol("getContext"),Ns=Symbol("getHasOutput"),$s=Symbol("getLoggerInstance"),Fs=Symbol("getParseContext"),Us=Symbol("getUsageInstance"),Ls=Symbol("getValidationInstance"),_n=Symbol("hasParseCallback"),zs=Symbol("isGlobalContext"),he=Symbol("postProcess"),Rs=Symbol("rebase"),Br=Symbol("reset"),He=Symbol("runYargsParserAndExecuteCommands"),Wr=Symbol("runValidation"),Bs=Symbol("setHasOutput"),de=Symbol("kTrackManuallySetKeys"),Vr=class{constructor(t=[],e,n,i){this.customScriptName=!1,this.parsed=!1,it.set(this,void 0),ie.set(this,void 0),Ve.set(this,{commands:[],fullCommands:[]}),Pt.set(this,null),yt.set(this,null),gn.set(this,"show-hidden"),Qt.set(this,null),se.set(this,!0),bn.set(this,{}),It.set(this,!0),wn.set(this,[]),vt.set(this,void 0),$t.set(this,{}),xt.set(this,!1),Dt.set(this,null),yn.set(this,!0),Se.set(this,void 0),lt.set(this,""),D.set(this,void 0),xn.set(this,void 0),Cn.set(this,{}),Ct.set(this,null),oe.set(this,null),Pe.set(this,{}),ae.set(this,{}),Jt.set(this,void 0),En.set(this,!1),F.set(this,void 0),ce.set(this,!1),le.set(this,!1),fe.set(this,!1),L.set(this,void 0),On.set(this,{}),Ft.set(this,null),nt.set(this,void 0),S(this,F,i,"f"),S(this,Jt,t,"f"),S(this,ie,e,"f"),S(this,xn,n,"f"),S(this,vt,new hn(this),"f"),this.$0=this[Ps](),this[Br](),S(this,it,a(this,it,"f"),"f"),S(this,L,a(this,L,"f"),"f"),S(this,nt,a(this,nt,"f"),"f"),S(this,D,a(this,D,"f"),"f"),a(this,D,"f").showHiddenOpt=a(this,gn,"f"),S(this,Se,this[_s](),"f")}addHelpOpt(t,e){let n="help";return A("[string|boolean] [string]",[t,e],arguments.length),a(this,Dt,"f")&&(this[Tr](a(this,Dt,"f")),S(this,Dt,null,"f")),t===!1&&e===void 0?this:(S(this,Dt,typeof t=="string"?t:n,"f"),this.boolean(a(this,Dt,"f")),this.describe(a(this,Dt,"f"),e||a(this,L,"f").deferY18nLookup("Show help")),this)}help(t,e){return this.addHelpOpt(t,e)}addShowHiddenOpt(t,e){if(A("[string|boolean] [string]",[t,e],arguments.length),t===!1&&e===void 0)return this;let n=typeof t=="string"?t:a(this,gn,"f");return this.boolean(n),this.describe(n,e||a(this,L,"f").deferY18nLookup("Show hidden options")),a(this,D,"f").showHiddenOpt=n,this}showHidden(t,e){return this.addShowHiddenOpt(t,e)}alias(t,e){return A("<object|string|array> [string|array]",[t,e],arguments.length),this[Fr](this.alias.bind(this),"alias",t,e),this}array(t){return A("<array|string>",[t],arguments.length),this[Zt]("array",t),this[de](t),this}boolean(t){return A("<array|string>",[t],arguments.length),this[Zt]("boolean",t),this[de](t),this}check(t,e){return A("<function> [boolean]",[t,e],arguments.length),this.middleware((n,i)=>re(()=>t(n,i.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&a(this,L,"f").fail(s.toString(),s):a(this,L,"f").fail(a(this,F,"f").y18n.__("Argument check failed: %s",t.toString())),n),s=>(a(this,L,"f").fail(s.message?s.message:s.toString(),s),n)),!1,e),this}choices(t,e){return A("<object|string|array> [string|array]",[t,e],arguments.length),this[Fr](this.choices.bind(this),"choices",t,e),this}coerce(t,e){if(A("<object|string|array> [function]",[t,e],arguments.length),Array.isArray(t)){if(!e)throw new Y("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 Y("coerce callback must be provided");return a(this,D,"f").key[t]=!0,a(this,vt,"f").addCoerceMiddleware((n,i)=>{let s;return Object.prototype.hasOwnProperty.call(n,t)?re(()=>(s=i.getAliases(),e(n[t])),c=>{n[t]=c;let h=i.getInternalMethods().getParserConfiguration()["strip-aliased"];if(s[t]&&h!==!0)for(let g of s[t])n[g]=c;return n},c=>{throw new Y(c.message)}):n},t),this}conflicts(t,e){return A("<string|object> [string|array]",[t,e],arguments.length),a(this,nt,"f").conflicts(t,e),this}config(t="config",e,n){return A("[object|string] [string|function] [function]",[t,e,n],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=mn(t,a(this,ie,"f"),this[ue]()["deep-merge-config"]||!1,a(this,F,"f")),a(this,D,"f").configObjects=(a(this,D,"f").configObjects||[]).concat(t),this):(typeof e=="function"&&(n=e,e=void 0),this.describe(t,e||a(this,L,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(i=>{a(this,D,"f").config[i]=n||!0}),this)}completion(t,e,n){return A("[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,Pt,"f").registerFunction(n),this}command(t,e,n,i,s,o){return A("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,e,n,i,s,o],arguments.length),a(this,it,"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){A("<string> [object]",[t,e],arguments.length);let n=a(this,xn,"f")||a(this,F,"f").require;return a(this,it,"f").addDirectory(t,n,a(this,F,"f").getCallerFile(),e),this}count(t){return A("<array|string>",[t],arguments.length),this[Zt]("count",t),this[de](t),this}default(t,e,n){return A("<object|string|array> [*] [string]",[t,e,n],arguments.length),n&&(Pr(t,a(this,F,"f")),a(this,D,"f").defaultDescription[t]=n),typeof e=="function"&&(Pr(t,a(this,F,"f")),a(this,D,"f").defaultDescription[t]||(a(this,D,"f").defaultDescription[t]=a(this,L,"f").functionDescription(e)),e=e.call()),this[Ie](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 A("[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,D,"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,F,"f")),this.demandOption(i,n)}),e=1/0):typeof e!="number"&&(n=e,e=1/0),typeof t=="number"?(mt(n,!0,a(this,F,"f")),this.demandCommand(t,e,n,n)):Array.isArray(t)?t.forEach(i=>{mt(n,!0,a(this,F,"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 A("<object|string|array> [string]",[t,e],arguments.length),this[Ie](this.demandOption.bind(this),"demandedOptions",t,e),this}deprecateOption(t,e){return A("<string> [string|boolean]",[t,e],arguments.length),a(this,D,"f").deprecatedOptions[t]=e,this}describe(t,e){return A("<object|string|array> [string]",[t,e],arguments.length),this[zr](t,!0),a(this,L,"f").describe(t,e),this}detectLocale(t){return A("<boolean>",[t],arguments.length),S(this,se,t,"f"),this}env(t){return A("[string|boolean]",[t],arguments.length),t===!1?delete a(this,D,"f").envPrefix:a(this,D,"f").envPrefix=t||"",this}epilogue(t){return A("<string>",[t],arguments.length),a(this,L,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,e){return A("<string|array> [string]",[t,e],arguments.length),Array.isArray(t)?t.forEach(n=>this.example(...n)):a(this,L,"f").example(t,e),this}exit(t,e){S(this,xt,!0,"f"),S(this,Qt,e,"f"),a(this,It,"f")&&a(this,F,"f").process.exit(t)}exitProcess(t=!0){return A("[boolean]",[t],arguments.length),S(this,It,t,"f"),this}fail(t){if(A("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new Y("Invalid first argument. Expected function or boolean 'false'");return a(this,L,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,e){return A("<array> [function]",[t,e],arguments.length),e?a(this,Pt,"f").getCompletion(t,e):new Promise((n,i)=>{a(this,Pt,"f").getCompletion(t,(s,o)=>{s?i(s):n(o)})})}getDemandedOptions(){return A([],0),a(this,D,"f").demandedOptions}getDemandedCommands(){return A([],0),a(this,D,"f").demandedCommands}getDeprecatedOptions(){return A([],0),a(this,D,"f").deprecatedOptions}getDetectLocale(){return a(this,se,"f")}getExitProcess(){return a(this,It,"f")}getGroups(){return Object.assign({},a(this,$t,"f"),a(this,ae,"f"))}getHelp(){if(S(this,xt,!0,"f"),!a(this,L,"f").hasCachedHelpMessage()){if(!this.parsed){let e=this[He](a(this,Jt,"f"),void 0,void 0,0,!0);if(K(e))return e.then(()=>a(this,L,"f").help())}let t=a(this,it,"f").runDefaultBuilderOn(this);if(K(t))return t.then(()=>a(this,L,"f").help())}return Promise.resolve(a(this,L,"f").help())}getOptions(){return a(this,D,"f")}getStrict(){return a(this,ce,"f")}getStrictCommands(){return a(this,le,"f")}getStrictOptions(){return a(this,fe,"f")}global(t,e){return A("<string|array> [boolean]",[t,e],arguments.length),t=[].concat(t),e!==!1?a(this,D,"f").local=a(this,D,"f").local.filter(n=>t.indexOf(n)===-1):t.forEach(n=>{a(this,D,"f").local.includes(n)||a(this,D,"f").local.push(n)}),this}group(t,e){A("<string|array> <string>",[t,e],arguments.length);let n=a(this,ae,"f")[e]||a(this,$t,"f")[e];a(this,ae,"f")[e]&&delete a(this,ae,"f")[e];let i={};return a(this,$t,"f")[e]=(n||[]).concat(t).filter(s=>i[s]?!1:i[s]=!0),this}hide(t){return A("<string>",[t],arguments.length),a(this,D,"f").hiddenOptions.push(t),this}implies(t,e){return A("<string|object> [number|string|array]",[t,e],arguments.length),a(this,nt,"f").implies(t,e),this}locale(t){return A("[string]",[t],arguments.length),t===void 0?(this[Nr](),a(this,F,"f").y18n.getLocale()):(S(this,se,!1,"f"),a(this,F,"f").y18n.setLocale(t),this)}middleware(t,e,n){return a(this,vt,"f").addMiddleware(t,!!e,n)}nargs(t,e){return A("<string|object|array> [number]",[t,e],arguments.length),this[Ie](this.nargs.bind(this),"narg",t,e),this}normalize(t){return A("<array|string>",[t],arguments.length),this[Zt]("normalize",t),this}number(t){return A("<array|string>",[t],arguments.length),this[Zt]("number",t),this[de](t),this}option(t,e){if(A("<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[de](t),a(this,Ft,"f")&&(t==="version"||e?.alias==="version")&&this[As](['"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"),
|
|
65
|
-
`,"f"),
|
|
66
|
-
`,"f"),S(this,lt,a(this,lt,"f")+t.join(" "),"f")}}}[Tr](t){_e(a(this,D,"f")).forEach(e=>{if((i=>i==="configObjects")(e))return;let n=a(this,D,"f")[e];Array.isArray(n)?n.includes(t)&&n.splice(n.indexOf(t),1):typeof n=="object"&&delete n[t]}),delete a(this,L,"f").getDescriptions()[t]}[As](t,e,n){a(this,bn,"f")[n]||(a(this,F,"f").process.emitWarning(t,e),a(this,bn,"f")[n]=!0)}[Ss](){a(this,wn,"f").push({options:a(this,D,"f"),configObjects:a(this,D,"f").configObjects.slice(0),exitProcess:a(this,It,"f"),groups:a(this,$t,"f"),strict:a(this,ce,"f"),strictCommands:a(this,le,"f"),strictOptions:a(this,fe,"f"),completionCommand:a(this,yt,"f"),output:a(this,lt,"f"),exitError:a(this,Qt,"f"),hasOutput:a(this,xt,"f"),parsed:this.parsed,parseFn:a(this,Ct,"f"),parseContext:a(this,oe,"f")}),a(this,L,"f").freeze(),a(this,nt,"f").freeze(),a(this,it,"f").freeze(),a(this,vt,"f").freeze()}[Ps](){let t="",e;return/\b(node|iojs|electron)(\.exe)?$/.test(a(this,F,"f").process.argv()[0])?e=a(this,F,"f").process.argv().slice(1,2):e=a(this,F,"f").process.argv().slice(0,1),t=e.map(n=>{let i=this[Rs](a(this,ie,"f"),n);return n.match(/^(\/|([a-zA-Z]:)?\\)/)&&i.length<n.length?i:n}).join(" ").trim(),a(this,F,"f").getEnv("_")&&a(this,F,"f").getProcessArgvBin()===a(this,F,"f").getEnv("_")&&(t=a(this,F,"f").getEnv("_").replace(`${a(this,F,"f").path.dirname(a(this,F,"f").process.execPath())}/`,"")),t}[ue](){return a(this,Cn,"f")}[Is](){return a(this,On,"f")}[Nr](){if(!a(this,se,"f"))return;let t=a(this,F,"f").getEnv("LC_ALL")||a(this,F,"f").getEnv("LC_MESSAGES")||a(this,F,"f").getEnv("LANG")||a(this,F,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[vs](){return this[$r]().version||"unknown"}[Ds](t){let e=t["--"]?t["--"]:t._;for(let n=0,i;(i=e[n])!==void 0;n++)a(this,F,"f").Parser.looksLikeNumber(i)&&Number.isSafeInteger(Math.floor(parseFloat(`${i}`)))&&(e[n]=Number(i));return t}[$r](t){let e=t||"*";if(a(this,Pe,"f")[e])return a(this,Pe,"f")[e];let n={};try{let i=t||a(this,F,"f").mainFilename;!t&&a(this,F,"f").path.extname(i)&&(i=a(this,F,"f").path.dirname(i));let s=a(this,F,"f").findUp(i,(o,c)=>{if(c.includes("package.json"))return"package.json"});mt(s,void 0,a(this,F,"f")),n=JSON.parse(a(this,F,"f").readFileSync(s,"utf8"))}catch{}return a(this,Pe,"f")[e]=n||{},a(this,Pe,"f")[e]}[Zt](t,e){e=[].concat(e),e.forEach(n=>{n=this[Lr](n),a(this,D,"f")[t].push(n)})}[Ie](t,e,n,i){this[Ur](t,e,n,i,(s,o,c)=>{a(this,D,"f")[s][o]=c})}[Fr](t,e,n,i){this[Ur](t,e,n,i,(s,o,c)=>{a(this,D,"f")[s][o]=(a(this,D,"f")[s][o]||[]).concat(c)})}[Ur](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 _e(n))t(o,n[o]);else s(e,this[Lr](n),i)}[Lr](t){return t==="__proto__"?"___proto___":t}[zr](t,e){return this[Ie](this[zr].bind(this),"key",t,e),this}[Rr](){var t,e,n,i,s,o,c,h,g,m,d,b;let y=a(this,wn,"f").pop();mt(y,void 0,a(this,F,"f"));let C;t=this,e=this,n=this,i=this,s=this,o=this,c=this,h=this,g=this,m=this,d=this,b=this,{options:{set value(x){S(t,D,x,"f")}}.value,configObjects:C,exitProcess:{set value(x){S(e,It,x,"f")}}.value,groups:{set value(x){S(n,$t,x,"f")}}.value,output:{set value(x){S(i,lt,x,"f")}}.value,exitError:{set value(x){S(s,Qt,x,"f")}}.value,hasOutput:{set value(x){S(o,xt,x,"f")}}.value,parsed:this.parsed,strict:{set value(x){S(c,ce,x,"f")}}.value,strictCommands:{set value(x){S(h,le,x,"f")}}.value,strictOptions:{set value(x){S(g,fe,x,"f")}}.value,completionCommand:{set value(x){S(m,yt,x,"f")}}.value,parseFn:{set value(x){S(d,Ct,x,"f")}}.value,parseContext:{set value(x){S(b,oe,x,"f")}}.value}=y,a(this,D,"f").configObjects=C,a(this,L,"f").unfreeze(),a(this,nt,"f").unfreeze(),a(this,it,"f").unfreeze(),a(this,vt,"f").unfreeze()}[js](t,e){return re(e,n=>(t(n),n))}getInternalMethods(){return{getCommandInstance:this[Ms].bind(this),getContext:this[Ts].bind(this),getHasOutput:this[Ns].bind(this),getLoggerInstance:this[$s].bind(this),getParseContext:this[Fs].bind(this),getParserConfiguration:this[ue].bind(this),getUsageConfiguration:this[Is].bind(this),getUsageInstance:this[Us].bind(this),getValidationInstance:this[Ls].bind(this),hasParseCallback:this[_n].bind(this),isGlobalContext:this[zs].bind(this),postProcess:this[he].bind(this),reset:this[Br].bind(this),runValidation:this[Wr].bind(this),runYargsParserAndExecuteCommands:this[He].bind(this),setHasOutput:this[Bs].bind(this)}}[Ms](){return a(this,it,"f")}[Ts](){return a(this,Ve,"f")}[Ns](){return a(this,xt,"f")}[$s](){return a(this,Se,"f")}[Fs](){return a(this,oe,"f")||{}}[Us](){return a(this,L,"f")}[Ls](){return a(this,nt,"f")}[_n](){return!!a(this,Ct,"f")}[zs](){return a(this,yn,"f")}[he](t,e,n,i){return n||K(t)||(e||(t=this[Os](t)),(this[ue]()["parse-positional-numbers"]||this[ue]()["parse-positional-numbers"]===void 0)&&(t=this[Ds](t)),i&&(t=ne(t,this,a(this,vt,"f").getMiddleware(),!1))),t}[Br](t={}){S(this,D,a(this,D,"f")||{},"f");let e={};e.local=a(this,D,"f").local||[],e.configObjects=a(this,D,"f").configObjects||[];let n={};e.local.forEach(o=>{n[o]=!0,(t[o]||[]).forEach(c=>{n[c]=!0})}),Object.assign(a(this,ae,"f"),Object.keys(a(this,$t,"f")).reduce((o,c)=>{let h=a(this,$t,"f")[c].filter(g=>!(g in n));return h.length>0&&(o[c]=h),o},{})),S(this,$t,{},"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,D,"f")[o]||[]).filter(c=>!n[c])}),s.forEach(o=>{e[o]=Yt(a(this,D,"f")[o],c=>!n[c])}),e.envPrefix=a(this,D,"f").envPrefix,S(this,D,e,"f"),S(this,L,a(this,L,"f")?a(this,L,"f").reset(n):ms(this,a(this,F,"f")),"f"),S(this,nt,a(this,nt,"f")?a(this,nt,"f").reset(n):Cs(this,a(this,L,"f"),a(this,F,"f")),"f"),S(this,it,a(this,it,"f")?a(this,it,"f").reset():hs(a(this,L,"f"),a(this,nt,"f"),a(this,vt,"f"),a(this,F,"f")),"f"),a(this,Pt,"f")||S(this,Pt,ws(this,a(this,L,"f"),a(this,it,"f"),a(this,F,"f")),"f"),a(this,vt,"f").reset(),S(this,yt,null,"f"),S(this,lt,"","f"),S(this,Qt,null,"f"),S(this,xt,!1,"f"),this.parsed=!1,this}[Rs](t,e){return a(this,F,"f").path.relative(t,e)}[He](t,e,n,i=0,s=!1){let o=!!n||s;t=t||a(this,Jt,"f"),a(this,D,"f").__=a(this,F,"f").y18n.__,a(this,D,"f").configuration=this[ue]();let c=!!a(this,D,"f").configuration["populate--"],h=Object.assign({},a(this,D,"f").configuration,{"populate--":!0}),g=a(this,F,"f").Parser.detailed(t,Object.assign({},a(this,D,"f"),{configuration:{"parse-positional-numbers":!1,...h}})),m=Object.assign(g.argv,a(this,oe,"f")),d,b=g.aliases,y=!1,C=!1;Object.keys(m).forEach(x=>{x===a(this,Dt,"f")&&m[x]?y=!0:x===a(this,Ft,"f")&&m[x]&&(C=!0)}),m.$0=this.$0,this.parsed=g,i===0&&a(this,L,"f").clearCachedHelpMessage();try{if(this[Nr](),e)return this[he](m,c,!!n,!1);a(this,Dt,"f")&&[a(this,Dt,"f")].concat(b[a(this,Dt,"f")]||[]).filter(R=>R.length>1).includes(""+m._[m._.length-1])&&(m._.pop(),y=!0),S(this,yn,!1,"f");let x=a(this,it,"f").getCommands(),p=a(this,Pt,"f").completionKey in m,M=y||p||s;if(m._.length){if(x.length){let N;for(let R=i||0,U;m._[R]!==void 0;R++)if(U=String(m._[R]),x.includes(U)&&U!==a(this,yt,"f")){let B=a(this,it,"f").runCommand(U,this,g,R+1,s,y||C||s);return this[he](B,c,!!n,!1)}else if(!N&&U!==a(this,yt,"f")){N=U;break}!a(this,it,"f").hasDefaultCommand()&&a(this,En,"f")&&N&&!M&&a(this,nt,"f").recommendCommands(N,x)}a(this,yt,"f")&&m._.includes(a(this,yt,"f"))&&!p&&(a(this,It,"f")&&Kt(!0),this.showCompletionScript(),this.exit(0))}if(a(this,it,"f").hasDefaultCommand()&&!M){let N=a(this,it,"f").runCommand(null,this,g,0,s,y||C||s);return this[he](N,c,!!n,!1)}if(p){a(this,It,"f")&&Kt(!0),t=[].concat(t);let N=t.slice(t.indexOf(`--${a(this,Pt,"f").completionKey}`)+1);return a(this,Pt,"f").getCompletion(N,(R,U)=>{if(R)throw new Y(R.message);(U||[]).forEach(B=>{a(this,Se,"f").log(B)}),this.exit(0)}),this[he](m,!c,!!n,!1)}if(a(this,xt,"f")||(y?(a(this,It,"f")&&Kt(!0),o=!0,this.showHelp("log"),this.exit(0)):C&&(a(this,It,"f")&&Kt(!0),o=!0,a(this,L,"f").showVersion("log"),this.exit(0))),!o&&a(this,D,"f").skipValidation.length>0&&(o=Object.keys(m).some(N=>a(this,D,"f").skipValidation.indexOf(N)>=0&&m[N]===!0)),!o){if(g.error)throw new Y(g.error.message);if(!p){let N=this[Wr](b,{},g.error);n||(d=ne(m,this,a(this,vt,"f").getMiddleware(),!0)),d=this[js](N,d??m),K(d)&&!n&&(d=d.then(()=>ne(m,this,a(this,vt,"f").getMiddleware(),!1)))}}}catch(x){if(x instanceof Y)a(this,L,"f").fail(x.message,x);else throw x}return this[he](d??m,c,!!n,!0)}[Wr](t,e,n,i){let s={...this.getDemandedOptions()};return o=>{if(n)throw new Y(n.message);a(this,nt,"f").nonOptionCount(o),a(this,nt,"f").requiredArguments(o,s);let c=!1;a(this,le,"f")&&(c=a(this,nt,"f").unknownCommands(o)),a(this,ce,"f")&&!c?a(this,nt,"f").unknownArguments(o,t,e,!!i):a(this,fe,"f")&&a(this,nt,"f").unknownArguments(o,t,{},!1,!1),a(this,nt,"f").limitedChoices(o),a(this,nt,"f").implications(o),a(this,nt,"f").conflicting(o)}}[Bs](){S(this,xt,!0,"f")}[de](t){if(typeof t=="string")a(this,D,"f").key[t]=!0;else for(let e of t)a(this,D,"f").key[e]=!0}};function ds(r){return!!r&&typeof r.getInternalMethods=="function"}var Lc=Ws(as),Vs=Lc;var Ys=Ye(qs(),1),Bc={},zc=process.argv.slice(2),Gs=new Ys.default(Vs),qr=console.log;async function Gr(r){Gs.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;zc.length>0&&qr(i),o.showHelp()});let{data:t,argv:e}=await Gs.parse(r);t!=null&&(qr(t),process.exit(0)),await(await Ks(ze(e.listen),e)).start(),e.quiet!==!0&&qr("daemon has started")}async function Ks(r,t){throw new Error("Not implemented yet")}wr(Bc)&&Gr(process.argv).catch(r=>{console.error(r),process.exit(1)});return eo(Rc);})();
|
|
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
|