@libp2p/daemon 5.0.2 → 5.0.4
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 +38 -24
- package/dist/index.min.js.map +4 -4
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +0 -3
- package/dist/src/index.js.map +1 -1
- package/package.json +7 -13
- package/src/index.ts +1 -3
package/dist/index.min.js
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
#! /usr/bin/env node
|
|
2
2
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PDaemon = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
3
|
-
"use strict";var Libp2PDaemon=(()=>{var $s=Object.create;var We=Object.defineProperty;var Fs=Object.getOwnPropertyDescriptor;var Ns=Object.getOwnPropertyNames;var Us=Object.getPrototypeOf,Ds=Object.prototype.hasOwnProperty;var V=(r=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(r,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):r)(function(r){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+r+'" is not supported')});var zs=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),bt=(r,t)=>{for(var e in t)We(r,e,{get:t[e],enumerable:!0})},Dr=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ns(t))!Ds.call(r,i)&&i!==e&&We(r,i,{get:()=>t[i],enumerable:!(n=Fs(t,i))||n.enumerable});return r};var Re=(r,t,e)=>(e=r!=null?$s(Us(r)):{},Dr(t||!r||!r.__esModule?We(e,"default",{value:r,enumerable:!0}):e,r)),Ts=r=>Dr(We({},"__esModule",{value:!0}),r);var Is=zs((uh,Ps)=>{var Fr=class{constructor(t,e){this.ctx=e||{},this.yargs=t,this.parse=this.parse.bind(this),this.command=this.yargs.command,this.commandDir=this.yargs.commandDir}parse(t){let e=this.yargs,n;return new Promise((i,s)=>{let o=Object.assign({},this.ctx,{resolve:i,reject:s});e.parse(t,o,function(c,p,b){return n=p,c?p.reject(c):p.resolve(b)})}).then(i=>Promise.resolve(i)).then(i=>i&&i.argv?i:{data:i,argv:n}).catch(i=>Promise.resolve(i).then(s=>s&&s.argv?Promise.reject(s):Promise.reject({error:s,argv:n})))}};Ps.exports=Fr});var Za={};bt(Za,{createLibp2pServer:()=>Ms,default:()=>Ur});var zr=V("node:buffer");function de(r){return new Uint8Array(r.buffer,r.byteOffset,r.byteLength)}function Be(r=0){return de(zr.Buffer.allocUnsafe(r))}var Ls=Math.pow(2,7),Ws=Math.pow(2,14),Rs=Math.pow(2,21),Cn=Math.pow(2,28),On=Math.pow(2,35),An=Math.pow(2,42),En=Math.pow(2,49),G=128,ht=127;function Ft(r){if(r<Ls)return 1;if(r<Ws)return 2;if(r<Rs)return 3;if(r<Cn)return 4;if(r<On)return 5;if(r<An)return 6;if(r<En)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Bs(r,t,e=0){switch(Ft(r)){case 8:t[e++]=r&255|G,r/=128;case 7:t[e++]=r&255|G,r/=128;case 6:t[e++]=r&255|G,r/=128;case 5:t[e++]=r&255|G,r/=128;case 4:t[e++]=r&255|G,r>>>=7;case 3:t[e++]=r&255|G,r>>>=7;case 2:t[e++]=r&255|G,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Vs(r,t,e=0){switch(Ft(r)){case 8:t.set(e++,r&255|G),r/=128;case 7:t.set(e++,r&255|G),r/=128;case 6:t.set(e++,r&255|G),r/=128;case 5:t.set(e++,r&255|G),r/=128;case 4:t.set(e++,r&255|G),r>>>=7;case 3:t.set(e++,r&255|G),r>>>=7;case 2:t.set(e++,r&255|G),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function Hs(r,t){let e=r[t],n=0;if(n+=e&ht,e<G||(e=r[t+1],n+=(e&ht)<<7,e<G)||(e=r[t+2],n+=(e&ht)<<14,e<G)||(e=r[t+3],n+=(e&ht)<<21,e<G)||(e=r[t+4],n+=(e&ht)*Cn,e<G)||(e=r[t+5],n+=(e&ht)*On,e<G)||(e=r[t+6],n+=(e&ht)*An,e<G)||(e=r[t+7],n+=(e&ht)*En,e<G))return n;throw new RangeError("Could not decode varint")}function qs(r,t){let e=r.get(t),n=0;if(n+=e&ht,e<G||(e=r.get(t+1),n+=(e&ht)<<7,e<G)||(e=r.get(t+2),n+=(e&ht)<<14,e<G)||(e=r.get(t+3),n+=(e&ht)<<21,e<G)||(e=r.get(t+4),n+=(e&ht)*Cn,e<G)||(e=r.get(t+5),n+=(e&ht)*On,e<G)||(e=r.get(t+6),n+=(e&ht)*An,e<G)||(e=r.get(t+7),n+=(e&ht)*En,e<G))return n;throw new RangeError("Could not decode varint")}function pe(r,t,e=0){return t==null&&(t=Be(Ft(r))),t instanceof Uint8Array?Bs(r,t,e):Vs(r,t,e)}function Zt(r,t=0){return r instanceof Uint8Array?Hs(r,t):qs(r,t)}var Lr=V("node:buffer");function Tt(r,t){return de(Lr.Buffer.concat(r,t))}var si=V("node:buffer");var jn={};bt(jn,{base10:()=>Xs});var ac=new Uint8Array(0);function Wr(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function At(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function Rr(r){return new TextEncoder().encode(r)}function Br(r){return new TextDecoder().decode(r)}function Gs(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var i=0;i<r.length;i++){var s=r.charAt(i),o=s.charCodeAt(0);if(e[o]!==255)throw new TypeError(s+" is ambiguous");e[o]=i}var c=r.length,p=r.charAt(0),b=Math.log(c)/Math.log(256),d=Math.log(256)/Math.log(c);function h(x){if(x instanceof Uint8Array||(ArrayBuffer.isView(x)?x=new Uint8Array(x.buffer,x.byteOffset,x.byteLength):Array.isArray(x)&&(x=Uint8Array.from(x))),!(x instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(x.length===0)return"";for(var C=0,m=0,$=0,N=x.length;$!==N&&x[$]===0;)$++,C++;for(var W=(N-$)*d+1>>>0,z=new Uint8Array(W);$!==N;){for(var R=x[$],ft=0,Z=W-1;(R!==0||ft<m)&&Z!==-1;Z--,ft++)R+=256*z[Z]>>>0,z[Z]=R%c>>>0,R=R/c>>>0;if(R!==0)throw new Error("Non-zero carry");m=ft,$++}for(var ut=W-m;ut!==W&&z[ut]===0;)ut++;for(var Ot=p.repeat(C);ut<W;++ut)Ot+=r.charAt(z[ut]);return Ot}function g(x){if(typeof x!="string")throw new TypeError("Expected String");if(x.length===0)return new Uint8Array;var C=0;if(x[C]!==" "){for(var m=0,$=0;x[C]===p;)m++,C++;for(var N=(x.length-C)*b+1>>>0,W=new Uint8Array(N);x[C];){var z=e[x.charCodeAt(C)];if(z===255)return;for(var R=0,ft=N-1;(z!==0||R<$)&&ft!==-1;ft--,R++)z+=c*W[ft]>>>0,W[ft]=z%256>>>0,z=z/256>>>0;if(z!==0)throw new Error("Non-zero carry");$=R,C++}if(x[C]!==" "){for(var Z=N-$;Z!==N&&W[Z]===0;)Z++;for(var ut=new Uint8Array(m+(N-Z)),Ot=m;Z!==N;)ut[Ot++]=W[Z++];return ut}}}function y(x){var C=g(x);if(C)return C;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:g,decode:y}}var Ys=Gs,Ks=Ys,Hr=Ks;var _n=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Sn=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){this.name=t,this.prefix=e;let i=e.codePointAt(0);if(i===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=i,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return qr(this,t)}},Pn=class{decoders;constructor(t){this.decoders=t}or(t){return qr(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function qr(r,t){return new Pn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var In=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,i){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=i,this.encoder=new _n(t,e,n),this.decoder=new Sn(t,e,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function me({name:r,prefix:t,encode:e,decode:n}){return new In(r,t,e,n)}function Rt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:i}=Hr(e,r);return me({prefix:t,name:r,encode:n,decode:s=>At(i(s))})}function Js(r,t,e,n){let i={};for(let d=0;d<t.length;++d)i[t[d]]=d;let s=r.length;for(;r[s-1]==="=";)--s;let o=new Uint8Array(s*e/8|0),c=0,p=0,b=0;for(let d=0;d<s;++d){let h=i[r[d]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);p=p<<e|h,c+=e,c>=8&&(c-=8,o[b++]=255&p>>c)}if(c>=e||(255&p<<8-c)!==0)throw new SyntaxError("Unexpected end of data");return o}function Qs(r,t,e){let n=t[t.length-1]==="=",i=(1<<e)-1,s="",o=0,c=0;for(let p=0;p<r.length;++p)for(c=c<<8|r[p],o+=8;o>e;)o-=e,s+=t[i&c>>o];if(o!==0&&(s+=t[i&c<<e-o]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function nt({name:r,prefix:t,bitsPerChar:e,alphabet:n}){return me({prefix:t,name:r,encode(i){return Qs(i,n,e)},decode(i){return Js(i,n,e,r)}})}var Xs=Rt({prefix:"9",name:"base10",alphabet:"0123456789"});var vn={};bt(vn,{base16:()=>Zs,base16upper:()=>ks});var Zs=nt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),ks=nt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Mn={};bt(Mn,{base2:()=>to});var to=nt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var $n={};bt($n,{base256emoji:()=>so});var Gr=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),eo=Gr.reduce((r,t,e)=>(r[e]=t,r),[]),no=Gr.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function ro(r){return r.reduce((t,e)=>(t+=eo[e],t),"")}function io(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let i=no[n];if(i==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(i)}return new Uint8Array(t)}var so=me({prefix:"\u{1F680}",name:"base256emoji",encode:ro,decode:io});var Fn={};bt(Fn,{base32:()=>Lt,base32hex:()=>lo,base32hexpad:()=>uo,base32hexpadupper:()=>ho,base32hexupper:()=>fo,base32pad:()=>ao,base32padupper:()=>co,base32upper:()=>oo,base32z:()=>po});var Lt=nt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),oo=nt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),ao=nt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),co=nt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),lo=nt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),fo=nt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),uo=nt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),ho=nt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),po=nt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Nn={};bt(Nn,{base36:()=>Ie,base36upper:()=>mo});var Ie=Rt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),mo=Rt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Un={};bt(Un,{base58btc:()=>gt,base58flickr:()=>go});var gt=Rt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),go=Rt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Dn={};bt(Dn,{base64:()=>bo,base64pad:()=>wo,base64url:()=>yo,base64urlpad:()=>xo});var bo=nt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),wo=nt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),yo=nt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),xo=nt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var zn={};bt(zn,{base8:()=>Co});var Co=nt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Tn={};bt(Tn,{identity:()=>Oo});var Oo=me({prefix:"\0",name:"identity",encode:r=>Br(r),decode:r=>Rr(r)});var Ac=new TextEncoder,Ec=new TextDecoder;var Wn={};bt(Wn,{identity:()=>qo});var _o=Jr,Yr=128,So=127,Po=~So,Io=Math.pow(2,31);function Jr(r,t,e){t=t||[],e=e||0;for(var n=e;r>=Io;)t[e++]=r&255|Yr,r/=128;for(;r&Po;)t[e++]=r&255|Yr,r>>>=7;return t[e]=r|0,Jr.bytes=e-n+1,t}var jo=Ln,vo=128,Kr=127;function Ln(r,n){var e=0,n=n||0,i=0,s=n,o,c=r.length;do{if(s>=c)throw Ln.bytes=0,new RangeError("Could not decode varint");o=r[s++],e+=i<28?(o&Kr)<<i:(o&Kr)*Math.pow(2,i),i+=7}while(o>=vo);return Ln.bytes=s-n,e}var Mo=Math.pow(2,7),$o=Math.pow(2,14),Fo=Math.pow(2,21),No=Math.pow(2,28),Uo=Math.pow(2,35),Do=Math.pow(2,42),zo=Math.pow(2,49),To=Math.pow(2,56),Lo=Math.pow(2,63),Wo=function(r){return r<Mo?1:r<$o?2:r<Fo?3:r<No?4:r<Uo?5:r<Do?6:r<zo?7:r<To?8:r<Lo?9:10},Ro={encode:_o,decode:jo,encodingLength:Wo},Bo=Ro,je=Bo;function ve(r,t=0){return[je.decode(r,t),je.decode.bytes]}function ge(r,t,e=0){return je.encode(r,t,e),t}function be(r){return je.encodingLength(r)}function kt(r,t){let e=t.byteLength,n=be(r),i=n+be(e),s=new Uint8Array(i+e);return ge(r,s,0),ge(e,s,n),s.set(t,i),new we(r,e,t,s)}function He(r){let t=At(r),[e,n]=ve(t),[i,s]=ve(t.subarray(n)),o=t.subarray(n+s);if(o.byteLength!==i)throw new Error("Incorrect length");return new we(e,i,o,t)}function Qr(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&Wr(r.bytes,e.bytes)}}var we=class{code;size;digest;bytes;constructor(t,e,n,i){this.code=t,this.size=e,this.digest=n,this.bytes=i}};var Xr=0,Vo="identity",Zr=At;function Ho(r){return kt(Xr,Zr(r))}var qo={code:Xr,name:Vo,encode:Zr,digest:Ho};var Hn={};bt(Hn,{sha256:()=>Go,sha512:()=>Yo});var Vn=Re(V("crypto"),1);function Bn({name:r,code:t,encode:e}){return new Rn(r,t,e)}var Rn=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?kt(this.code,e):e.then(n=>kt(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Go=Bn({name:"sha2-256",code:18,encode:r=>At(Vn.default.createHash("sha256").update(r).digest())}),Yo=Bn({name:"sha2-512",code:19,encode:r=>At(Vn.default.createHash("sha512").update(r).digest())});function ti(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return Jo(e,qn(r),t??gt.encoder);default:return Qo(e,qn(r),t??Lt.encoder)}}var ei=new WeakMap;function qn(r){let t=ei.get(r);if(t==null){let e=new Map;return ei.set(r,e),e}return t}var Bt=class r{code;version;multihash;bytes;"/";constructor(t,e,n,i){this.code=e,this.version=t,this.multihash=n,this.bytes=i,this["/"]=i}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==Me)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Xo)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=kt(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&Qr(t.multihash,n.multihash)}toString(t){return ti(this,t)}toJSON(){return{"/":ti(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:i,multihash:s,bytes:o}=e;return new r(n,i,s,o??ni(n,i,s.bytes))}else if(e[Zo]===!0){let{version:n,multihash:i,code:s}=e,o=He(i);return r.create(n,s,o)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==Me)throw new Error(`Version 0 CID must use dag-pb (code: ${Me}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let i=ni(t,e,n.bytes);return new r(t,e,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,Me,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,i=At(t.subarray(n,n+e.multihashSize));if(i.byteLength!==e.multihashSize)throw new Error("Incorrect length");let s=i.subarray(e.multihashSize-e.digestSize),o=new we(e.multihashCode,e.digestSize,s,i);return[e.version===0?r.createV0(o):r.createV1(e.codec,o),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[h,g]=ve(t.subarray(e));return e+=g,h},i=n(),s=Me;if(i===18?(i=0,e=0):s=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let o=e,c=n(),p=n(),b=e+p,d=b-o;return{version:i,codec:s,multihashCode:c,digestSize:p,multihashSize:d,size:b}}static parse(t,e){let[n,i]=Ko(t,e),s=r.decode(i);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return qn(s).set(n,t),s}};function Ko(r,t){switch(r[0]){case"Q":{let e=t??gt;return[gt.prefix,e.decode(`${gt.prefix}${r}`)]}case gt.prefix:{let e=t??gt;return[gt.prefix,e.decode(r)]}case Lt.prefix:{let e=t??Lt;return[Lt.prefix,e.decode(r)]}case Ie.prefix:{let e=t??Ie;return[Ie.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function Jo(r,t,e){let{prefix:n}=e;if(n!==gt.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let i=t.get(n);if(i==null){let s=e.encode(r).slice(1);return t.set(n,s),s}else return i}function Qo(r,t,e){let{prefix:n}=e,i=t.get(n);if(i==null){let s=e.encode(r);return t.set(n,s),s}else return i}var Me=112,Xo=18;function ni(r,t,e){let n=be(r),i=n+be(t),s=new Uint8Array(i+e.byteLength);return ge(r,s,0),ge(t,s,n),s.set(e,i),s}var Zo=Symbol.for("@ipld/js-cid/CID");var $e={...Tn,...Mn,...zn,...jn,...vn,...Fn,...Nn,...Un,...Dn,...$n},Yc={...Hn,...Wn};function ii(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var ri=ii("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Gn=ii("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=Be(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),ko={utf8:ri,"utf-8":ri,hex:$e.base16,latin1:Gn,ascii:Gn,binary:Gn,...$e},qe=ko;function pt(r,t="utf8"){let e=qe[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?si.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):e.encoder.encode(r).substring(1)}var Ge=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,n=t();return n===void 0&&(this.index=e),n}parseWith(t){let e=t();if(this.index===this.input.length)return e}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(t){return this.readAtomically(()=>{let e=this.readChar();if(e===t)return e})}readSeparator(t,e,n){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,e,n,i){return this.readAtomically(()=>{let s=0,o=0,c=this.peekChar();if(c===void 0)return;let p=c==="0",b=2**(8*i)-1;for(;;){let d=this.readAtomically(()=>{let h=this.readChar();if(h===void 0)return;let g=Number.parseInt(h,t);if(!Number.isNaN(g))return g});if(d===void 0)break;if(s*=t,s+=d,s>b||(o+=1,e!==void 0&&o>e))return}if(o!==0)return!n&&p&&o>1?void 0:s})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let n=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[e]=n}return t})}readIPv6Addr(){let t=e=>{for(let n=0;n<e.length/2;n++){let i=n*2;if(n<e.length-3){let o=this.readSeparator(":",n,()=>this.readIPv4Addr());if(o!==void 0)return e[i]=o[0],e[i+1]=o[1],e[i+2]=o[2],e[i+3]=o[3],[i+4,!0]}let s=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(s===void 0)return[i,!1];e[i]=s>>8,e[i+1]=s&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[n,i]=t(e);if(n===16)return e;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let s=new Uint8Array(14),o=16-(n+2),[c]=t(s.subarray(0,o));return e.set(s.subarray(0,c),16-c),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var nl=new Ge;var fl=parseInt("0xFFFF",16),ul=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var ci=V("node:buffer");function Ye(r,t="utf8"){let e=qe[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?de(ci.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}var Vt=V("node:net");function Ke(r){return!!(0,Vt.isIP)(r)}var li=Vt.isIPv4,sa=Vt.isIPv6,Yn=function(r){let t=0;if(r=r.toString().trim(),li(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(n=>{e[t++]=parseInt(n,10)&255}),e}if(sa(r)){let e=r.split(":",8),n;for(n=0;n<e.length;n++){let s=li(e[n]),o;s&&(o=Yn(e[n]),e[n]=pt(o.slice(0,2),"base16")),o!=null&&++n<8&&e.splice(n,0,pt(o.slice(2,4),"base16"))}if(e[0]==="")for(;e.length<8;)e.unshift("0");else if(e[e.length-1]==="")for(;e.length<8;)e.push("0");else if(e.length<8){for(n=0;n<e.length&&e[n]!=="";n++);let s=[n,1];for(n=9-e.length;n>0;n--)s.push("0");e.splice.apply(e,s)}let i=new Uint8Array(t+16);for(n=0;n<e.length;n++){let s=parseInt(e[n],16);i[t++]=s>>8&255,i[t++]=s&255}return i}throw new Error("invalid ip address")},fi=function(r,t=0,e){t=~~t,e=e??r.length-t;let n=new DataView(r.buffer);if(e===4){let i=[];for(let s=0;s<e;s++)i.push(r[t+s]);return i.join(".")}if(e===16){let i=[];for(let s=0;s<e;s+=2)i.push(n.getUint16(t+s).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var xe={},Kn={},aa=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[481,-1,"http-path"],[777,-1,"memory"]];aa.forEach(r=>{let t=ca(...r);Kn[t.code]=t,xe[t.name]=t});function ca(r,t,e,n,i){return{code:r,size:t,name:e,resolvable:!!n,path:!!i}}function K(r){if(typeof r=="number"){if(Kn[r]!=null)return Kn[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(xe[r]!=null)return xe[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Zl=K("ip4"),kl=K("ip6"),tf=K("ipcidr");function Zn(r,t){switch(K(r).code){case 4:case 41:return fa(t);case 42:return Xn(t);case 43:return pt(t,"base10");case 6:case 273:case 33:case 132:return di(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Xn(t);case 421:return pa(t);case 444:return hi(t);case 445:return hi(t);case 466:return da(t);case 481:return globalThis.encodeURIComponent(Xn(t));default:return pt(t,"base16")}}function kn(r,t){switch(K(r).code){case 4:return ui(t);case 41:return ui(t);case 42:return Qn(t);case 43:return Ye(t,"base10");case 6:case 273:case 33:case 132:return tr(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Qn(t);case 421:return ua(t);case 444:return ma(t);case 445:return ga(t);case 466:return ha(t);case 481:return Qn(globalThis.decodeURIComponent(t));default:return Ye(t,"base16")}}var Jn=Object.values($e).map(r=>r.decoder),la=function(){let r=Jn[0].or(Jn[1]);return Jn.slice(2).forEach(t=>r=r.or(t)),r}();function ui(r){if(!Ke(r))throw new Error("invalid ip address");return Yn(r)}function fa(r){let t=fi(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!Ke(t))throw new Error("invalid ip address");return t}function tr(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function di(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function Qn(r){let t=Ye(r),e=Uint8Array.from(pe(t.length));return Tt([e,t],e.length+t.length)}function Xn(r){let t=Zt(r);if(r=r.slice(Ft(t)),r.length!==t)throw new Error("inconsistent lengths");return pt(r)}function ua(r){let t;r[0]==="Q"||r[0]==="1"?t=He(gt.decode(`z${r}`)).bytes:t=Bt.parse(r).multihash.bytes;let e=Uint8Array.from(pe(t.length));return Tt([e,t],e.length+t.length)}function ha(r){let t=la.decode(r),e=Uint8Array.from(pe(t.length));return Tt([e,t],e.length+t.length)}function da(r){let t=Zt(r),e=r.slice(Ft(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+pt(e,"base64url")}function pa(r){let t=Zt(r),e=r.slice(Ft(t));if(e.length!==t)throw new Error("inconsistent lengths");return pt(e,"base58btc")}function ma(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let e=Lt.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=tr(n);return Tt([e,i],e.length+i.length)}function ga(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let e=Lt.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=tr(n);return Tt([e,i],e.length+i.length)}function hi(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),n=pt(t,"base32"),i=di(e);return`${n}:${i}`}function pi(r){r=er(r);let t=[],e=[],n=null,i=r.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let s=0;s<i.length;s++){let o=i[s],c=K(o);if(c.size===0){t.push([c.code]),e.push([c.code]);continue}if(s++,s>=i.length)throw new Je("invalid address: "+r);if(c.path===!0){n=er(i.slice(s).join("/")),t.push([c.code,kn(c.code,n)]),e.push([c.code,n]);break}let p=kn(c.code,i[s]);t.push([c.code,p]),e.push([c.code,Zn(c.code,p)])}return{string:mi(e),bytes:Qe(t),tuples:t,stringTuples:e,path:n}}function nr(r){let t=[],e=[],n=null,i=0;for(;i<r.length;){let s=Zt(r,i),o=Ft(s),c=K(s),p=ba(c,r.slice(i+o));if(p===0){t.push([s]),e.push([s]),i+=o;continue}let b=r.slice(i+o,i+o+p);if(i+=p+o,i>r.length)throw new Je("Invalid address Uint8Array: "+pt(r,"base16"));t.push([s,b]);let d=Zn(s,b);if(e.push([s,d]),c.path===!0){n=d;break}}return{bytes:Uint8Array.from(r),string:mi(e),tuples:t,stringTuples:e,path:n}}function mi(r){let t=[];return r.map(e=>{let n=K(e[0]);return t.push(n.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),er(t.join("/"))}function Qe(r){return Tt(r.map(t=>{let e=K(t[0]),n=Uint8Array.from(pe(e.code));return t.length>1&&t[1]!=null&&(n=Tt([n,t[1]])),n}))}function ba(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=Zt(t instanceof Uint8Array?t:Uint8Array.from(t));return e+Ft(e)}}function er(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}var Je=class extends Error{static name="ParseError";name="ParseError";constructor(t){super(`Error parsing address: ${t}`)}};function gi(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}var wa=Symbol.for("nodejs.util.inspect.custom"),ir=Symbol.for("@multiformats/js-multiaddr/multiaddr"),ya=[K("dns").code,K("dns4").code,K("dns6").code,K("dnsaddr").code],rr=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}},Xe=class r{bytes;#e;#t;#n;#r;[ir]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=nr(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=pi(t)}else if(wi(t))e=nr(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=e.bytes,this.#e=e.string,this.#t=e.tuples,this.#n=e.stringTuples,this.#r=e.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let t,e,n,i,s="",o=K("tcp"),c=K("udp"),p=K("ip4"),b=K("ip6"),d=K("dns6"),h=K("ip6zone");for(let[y,x]of this.stringTuples())y===h.code&&(s=`%${x??""}`),ya.includes(y)&&(e=o.name==="tcp"?"tcp":"udp",i=443,n=`${x??""}${s}`,t=y===d.code?6:4),(y===o.code||y===c.code)&&(e=K(y).name==="tcp"?"tcp":"udp",i=parseInt(x??"")),(y===p.code||y===b.code)&&(e=K(y).name==="tcp"?"tcp":"udp",n=`${x??""}${s}`,t=y===b.code?6:4);if(t==null||e==null||n==null||i==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:e,port:i}}protos(){return this.#t.map(([t])=>Object.assign({},K(t)))}protoCodes(){return this.#t.map(([t])=>t)}protoNames(){return this.#t.map(([t])=>K(t).name)}tuples(){return this.#t.map(([t,e])=>e==null?[t]:[t,e])}stringTuples(){return this.#n.map(([t,e])=>e==null?[t]:[t,e])}encapsulate(t){return t=new r(t),new r(this.toString()+t.toString())}decapsulate(t){let e=t.toString(),n=this.toString(),i=n.lastIndexOf(e);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(n.slice(0,i))}decapsulateCode(t){let e=this.tuples();for(let n=e.length-1;n>=0;n--)if(e[n][0]===t)return new r(Qe(e.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,i])=>{n===xe.p2p.code&&t.push([n,i]),n===xe["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let n=e[1];return n[0]==="Q"||n[0]==="1"?pt(gt.decode(`z${n}`),"base58btc"):pt(Bt.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#r}equals(t){return gi(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(s=>s.resolvable);if(e==null)return[this];let n=bi.get(e.name);if(n==null)throw new rr(`no available resolver for ${e.name}`);return(await n(this,t)).map(s=>Fe(s))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let e=(t??this).protos();return!(e.length!==2||e[0].code!==4&&e[0].code!==41||e[1].code!==6&&e[1].code!==273)}[wa](){return`Multiaddr(${this.#e})`}};var bi=new Map;function wi(r){return!!r?.[ir]}function Fe(r){return new Xe(r)}var or=Re(V("path"),1),sr=Re(V("process"),1),yi=V("module"),xi=V("url");function xa(r){let t=or.default.extname(r);return t?r.slice(0,-t.length):r}function ar(r){if(!r||!sr.default.argv[1])return!1;let e=(0,yi.createRequire)(r.url).resolve(sr.default.argv[1]),n=(0,xi.fileURLToPath)(r.url);return or.default.extname(e)?n===e:xa(n)===e}var on=V("assert");var Ca={right:Sa,center:Pa},Oa=0,Ze=1,Aa=2,ke=3,cr=class{constructor(t){var e;this.width=t.width,this.wrap=(e=t.wrap)!==null&&e!==void 0?e:!0,this.rows=[]}span(...t){let e=this.div(...t);e.span=!0}resetOutput(){this.rows=[]}div(...t){if(t.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...t)&&typeof t[0]=="string")return this.applyLayoutDSL(t[0]);let e=t.map(n=>typeof n=="string"?this.colFromString(n):n);return this.rows.push(e),e}shouldApplyLayoutDSL(...t){return t.length===1&&typeof t[0]=="string"&&/[\t\n]/.test(t[0])}applyLayoutDSL(t){let e=t.split(`
|
|
4
|
-
`).map(i=>i.split(" ")),
|
|
5
|
-
`)}rowToString(
|
|
3
|
+
"use strict";var Libp2PDaemon=(()=>{var wo=Object.create;var kt=Object.defineProperty;var yo=Object.getOwnPropertyDescriptor;var Ao=Object.getOwnPropertyNames;var Bo=Object.getPrototypeOf,Oo=Object.prototype.hasOwnProperty;var k=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,n)=>(typeof require<"u"?require:e)[n]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var Pn=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ce=(t,e)=>{for(var n in e)kt(t,n,{get:e[n],enumerable:!0})},ii=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ao(e))!Oo.call(t,i)&&i!==n&&kt(t,i,{get:()=>e[i],enumerable:!(r=yo(e,i))||r.enumerable});return t};var Ft=(t,e,n)=>(n=t!=null?wo(Bo(t)):{},ii(e||!t||!t.__esModule?kt(n,"default",{value:t,enumerable:!0}):n,t)),_o=t=>ii(kt({},"__esModule",{value:!0}),t);var ns=Pn((Ah,ts)=>{ts.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\uDC70\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-\uDED7\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\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\uDD3D\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-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\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]|\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\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 Ss=Pn((iD,_s)=>{"use strict";_s.exports=function(e){if(e===void 0&&(e=2),e>=Error.stackTraceLimit)throw new TypeError("getCallerFile(position) requires position be less then Error.stackTraceLimit but position was: `"+e+"` 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[e]?r[e].getFileName():void 0}});var Co=Pn((dd,Fo)=>{var ti=class{constructor(e,n){this.ctx=n||{},this.yargs=e,this.parse=this.parse.bind(this),this.command=this.yargs.command,this.commandDir=this.yargs.commandDir}parse(e){let n=this.yargs,r;return new Promise((i,s)=>{let o=Object.assign({},this.ctx,{resolve:i,reject:s});n.parse(e,o,function(a,f,p){return r=f,a?f.reject(a):f.resolve(p)})}).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})))}};Fo.exports=ti});var Oc={};Ce(Oc,{createLibp2pServer:()=>xo,default:()=>ri});var Oi=k("node:buffer");var Nn={};Ce(Nn,{base10:()=>Mo});var vc=new Uint8Array(0);function si(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let n=0;n<t.byteLength;n++)if(t[n]!==e[n])return!1;return!0}function Be(t){if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")}function oi(t){return new TextEncoder().encode(t)}function ui(t){return new TextDecoder().decode(t)}function So(t,e){if(t.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<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=t.length,f=t.charAt(0),p=Math.log(a)/Math.log(256),m=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)*m+1>>>0,U=new Uint8Array(L);I!==z;){for(var R=C[I],W=0,H=L-1;(R!==0||W<d)&&H!==-1;H--,W++)R+=256*U[H]>>>0,U[H]=R%a>>>0,R=R/a>>>0;if(R!==0)throw new Error("Non-zero carry");d=W,I++}for(var K=L-d;K!==L&&U[K]===0;)K++;for(var de=f.repeat(b);K<L;++K)de+=t.charAt(U[K]);return de}function g(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)*p+1>>>0,L=new Uint8Array(z);C[b];){var U=n[C.charCodeAt(b)];if(U===255)return;for(var R=0,W=z-1;(U!==0||R<I)&&W!==-1;W--,R++)U+=a*L[W]>>>0,L[W]=U%256>>>0,U=U/256>>>0;if(U!==0)throw new Error("Non-zero carry");I=R,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=g(C);if(b)return b;throw new Error(`Non-${e} character`)}return{encode:l,decodeUnsafe:g,decode:E}}var vo=So,Po=vo,ci=Po;var In=class{name;prefix;baseEncode;constructor(e,n,r){this.name=e,this.prefix=n,this.baseEncode=r}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},jn=class{name;prefix;baseDecode;prefixCodePoint;constructor(e,n,r){this.name=e,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(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return li(this,e)}},Tn=class{decoders;constructor(e){this.decoders=e}or(e){return li(this,e)}decode(e){let n=e[0],r=this.decoders[n];if(r!=null)return r.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function li(t,e){return new Tn({...t.decoders??{[t.prefix]:t},...e.decoders??{[e.prefix]:e}})}var Mn=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(e,n,r,i){this.name=e,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new In(e,n,r),this.decoder=new jn(e,n,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}};function Ct({name:t,prefix:e,encode:n,decode:r}){return new Mn(t,e,n,r)}function He({name:t,prefix:e,alphabet:n}){let{encode:r,decode:i}=ci(n,t);return Ct({prefix:e,name:t,encode:r,decode:s=>Be(i(s))})}function Io(t,e,n,r){let i=t.length;for(;t[i-1]==="=";)--i;let s=new Uint8Array(i*n/8|0),o=0,a=0,f=0;for(let p=0;p<i;++p){let m=e[t[p]];if(m===void 0)throw new SyntaxError(`Non-${r} character`);a=a<<n|m,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 jo(t,e,n){let r=e[e.length-1]==="=",i=(1<<n)-1,s="",o=0,a=0;for(let f=0;f<t.length;++f)for(a=a<<8|t[f],o+=8;o>n;)o-=n,s+=e[i&a>>o];if(o!==0&&(s+=e[i&a<<n-o]),r)for(;(s.length*n&7)!==0;)s+="=";return s}function To(t){let e={};for(let n=0;n<t.length;++n)e[t[n]]=n;return e}function re({name:t,prefix:e,bitsPerChar:n,alphabet:r}){let i=To(r);return Ct({prefix:e,name:t,encode(s){return jo(s,r,n)},decode(s){return Io(s,i,n,t)}})}var Mo=He({prefix:"9",name:"base10",alphabet:"0123456789"});var $n={};Ce($n,{base16:()=>No,base16upper:()=>$o});var No=re({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),$o=re({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Ln={};Ce(Ln,{base2:()=>Lo});var Lo=re({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Un={};Ce(Un,{base256emoji:()=>Vo});var fi=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}"),Uo=fi.reduce((t,e,n)=>(t[n]=e,t),[]),zo=fi.reduce((t,e,n)=>{let r=e.codePointAt(0);if(r==null)throw new Error(`Invalid character: ${e}`);return t[r]=n,t},[]);function Ro(t){return t.reduce((e,n)=>(e+=Uo[n],e),"")}function Wo(t){let e=[];for(let n of t){let r=n.codePointAt(0);if(r==null)throw new Error(`Invalid character: ${n}`);let i=zo[r];if(i==null)throw new Error(`Non-base256emoji character: ${n}`);e.push(i)}return new Uint8Array(e)}var Vo=Ct({prefix:"\u{1F680}",name:"base256emoji",encode:Ro,decode:Wo});var zn={};Ce(zn,{base32:()=>Ge,base32hex:()=>Yo,base32hexpad:()=>ko,base32hexpadupper:()=>Jo,base32hexupper:()=>Ko,base32pad:()=>Go,base32padupper:()=>qo,base32upper:()=>Ho,base32z:()=>Qo});var Ge=re({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ho=re({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Go=re({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),qo=re({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Yo=re({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Ko=re({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ko=re({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Jo=re({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Qo=re({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Rn={};Ce(Rn,{base36:()=>jt,base36upper:()=>Zo});var jt=He({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Zo=He({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Wn={};Ce(Wn,{base58btc:()=>Oe,base58flickr:()=>Xo});var Oe=He({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Xo=He({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Hn={};Ce(Hn,{base64:()=>eu,base64pad:()=>tu,base64url:()=>Vn,base64urlpad:()=>nu});var eu=re({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),tu=re({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Vn=re({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),nu=re({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Gn={};Ce(Gn,{base8:()=>ru});var ru=re({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var qn={};Ce(qn,{identity:()=>iu});var iu=Ct({prefix:"\0",name:"identity",encode:t=>ui(t),decode:t=>oi(t)});var qc=new TextEncoder,Yc=new TextDecoder;var Kn={};Ce(Kn,{identity:()=>Ou});var uu=di,hi=128,au=127,cu=~au,lu=Math.pow(2,31);function di(t,e,n){e=e||[],n=n||0;for(var r=n;t>=lu;)e[n++]=t&255|hi,t/=128;for(;t&cu;)e[n++]=t&255|hi,t>>>=7;return e[n]=t|0,di.bytes=n-r+1,e}var fu=Yn,hu=128,Di=127;function Yn(t,r){var n=0,r=r||0,i=0,s=r,o,a=t.length;do{if(s>=a)throw Yn.bytes=0,new RangeError("Could not decode varint");o=t[s++],n+=i<28?(o&Di)<<i:(o&Di)*Math.pow(2,i),i+=7}while(o>=hu);return Yn.bytes=s-r,n}var Du=Math.pow(2,7),du=Math.pow(2,14),pu=Math.pow(2,21),mu=Math.pow(2,28),gu=Math.pow(2,35),Fu=Math.pow(2,42),Cu=Math.pow(2,49),Eu=Math.pow(2,56),bu=Math.pow(2,63),xu=function(t){return t<Du?1:t<du?2:t<pu?3:t<mu?4:t<gu?5:t<Fu?6:t<Cu?7:t<Eu?8:t<bu?9:10},wu={encode:uu,decode:fu,encodingLength:xu},yu=wu,Tt=yu;function Mt(t,e=0){return[Tt.decode(t,e),Tt.decode.bytes]}function Et(t,e,n=0){return Tt.encode(t,e,n),e}function bt(t){return Tt.encodingLength(t)}function wt(t,e){let n=e.byteLength,r=bt(t),i=r+bt(n),s=new Uint8Array(i+n);return Et(t,s,0),Et(n,s,r),s.set(e,i),new xt(t,n,e,s)}function pi(t){let e=Be(t),[n,r]=Mt(e),[i,s]=Mt(e.subarray(r)),o=e.subarray(r+s);if(o.byteLength!==i)throw new Error("Incorrect length");return new xt(n,i,o,e)}function mi(t,e){if(t===e)return!0;{let n=e;return t.code===n.code&&t.size===n.size&&n.bytes instanceof Uint8Array&&si(t.bytes,n.bytes)}}var xt=class{code;size;digest;bytes;constructor(e,n,r,i){this.code=e,this.size=n,this.digest=r,this.bytes=i}};var gi=0,Au="identity",Fi=Be;function Bu(t,e){if(e?.truncate!=null&&e.truncate!==t.byteLength){if(e.truncate<0||e.truncate>t.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${t.byteLength}`);t=t.subarray(0,e.truncate)}return wt(gi,Fi(t))}var Ou={code:gi,name:Au,encode:Fi,digest:Bu};var Zn={};Ce(Zn,{sha256:()=>Su,sha512:()=>vu});var Qn=Ft(k("crypto"),1);var _u=20;function Jn({name:t,code:e,encode:n,minDigestLength:r,maxDigestLength:i}){return new kn(t,e,n,r,i)}var kn=class{name;code;encode;minDigestLength;maxDigestLength;constructor(e,n,r,i,s){this.name=e,this.code=n,this.encode=r,this.minDigestLength=i??_u,this.maxDigestLength=s}digest(e,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(e instanceof Uint8Array){let r=this.encode(e);return r instanceof Uint8Array?Ci(r,this.code,n?.truncate):r.then(i=>Ci(i,this.code,n?.truncate))}else throw Error("Unknown type, must be binary type")}};function Ci(t,e,n){if(n!=null&&n!==t.byteLength){if(n>t.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${t.byteLength}`);t=t.subarray(0,n)}return wt(e,t)}var Su=Jn({name:"sha2-256",code:18,encode:t=>Be(Qn.default.createHash("sha256").update(t).digest())}),vu=Jn({name:"sha2-512",code:19,encode:t=>Be(Qn.default.createHash("sha512").update(t).digest())});function bi(t,e){let{bytes:n,version:r}=t;switch(r){case 0:return Iu(n,Xn(t),e??Oe.encoder);default:return ju(n,Xn(t),e??Ge.encoder)}}var xi=new WeakMap;function Xn(t){let e=xi.get(t);if(e==null){let n=new Map;return xi.set(t,n),n}return e}var qe=class t{code;version;multihash;bytes;"/";constructor(e,n,r,i){this.code=n,this.version=e,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:e,multihash:n}=this;if(e!==$t)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(n.code!==Tu)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return t.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:e,digest:n}=this.multihash,r=wt(e,n);return t.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(e){return t.equals(this,e)}static equals(e,n){let r=n;return r!=null&&e.code===r.code&&e.version===r.version&&mi(e.multihash,r.multihash)}toString(e){return bi(this,e)}toJSON(){return{"/":bi(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let n=e;if(n instanceof t)return n;if(n["/"]!=null&&n["/"]===n.bytes||n.asCID===n){let{version:r,code:i,multihash:s,bytes:o}=n;return new t(r,i,s,o??wi(r,i,s.bytes))}else if(n[Mu]===!0){let{version:r,multihash:i,code:s}=n,o=pi(i);return t.create(r,s,o)}else return null}static create(e,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(e){case 0:{if(n!==$t)throw new Error(`Version 0 CID must use dag-pb (code: ${$t}) block encoding`);return new t(e,n,r,r.bytes)}case 1:{let i=wi(e,n,r.bytes);return new t(e,n,r,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,$t,e)}static createV1(e,n){return t.create(1,e,n)}static decode(e){let[n,r]=t.decodeFirst(e);if(r.length!==0)throw new Error("Incorrect length");return n}static decodeFirst(e){let n=t.inspectBytes(e),r=n.size-n.multihashSize,i=Be(e.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 xt(n.multihashCode,n.digestSize,s,i);return[n.version===0?t.createV0(o):t.createV1(n.codec,o),e.subarray(n.size)]}static inspectBytes(e){let n=0,r=()=>{let[l,g]=Mt(e.subarray(n));return n+=g,l},i=r(),s=$t;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(),p=n+f,m=p-o;return{version:i,codec:s,multihashCode:a,digestSize:f,multihashSize:m,size:p}}static parse(e,n){let[r,i]=Pu(e,n),s=t.decode(i);if(s.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Xn(s).set(r,e),s}};function Pu(t,e){switch(t[0]){case"Q":{let n=e??Oe;return[Oe.prefix,n.decode(`${Oe.prefix}${t}`)]}case Oe.prefix:{let n=e??Oe;return[Oe.prefix,n.decode(t)]}case Ge.prefix:{let n=e??Ge;return[Ge.prefix,n.decode(t)]}case jt.prefix:{let n=e??jt;return[jt.prefix,n.decode(t)]}default:{if(e==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[t[0],e.decode(t)]}}}function Iu(t,e,n){let{prefix:r}=n;if(r!==Oe.prefix)throw Error(`Cannot string encode V0 in ${n.name} encoding`);let i=e.get(r);if(i==null){let s=n.encode(t).slice(1);return e.set(r,s),s}else return i}function ju(t,e,n){let{prefix:r}=n,i=e.get(r);if(i==null){let s=n.encode(t);return e.set(r,s),s}else return i}var $t=112,Tu=18;function wi(t,e,n){let r=bt(t),i=r+bt(e),s=new Uint8Array(i+n.byteLength);return Et(t,s,0),Et(e,s,r),s.set(n,i),s}var Mu=Symbol.for("@ipld/js-cid/CID");var Lt={...qn,...Ln,...Gn,...Nn,...$n,...zn,...Rn,...Wn,...Hn,...Un},ml={...Zn,...Kn};var yi=k("node:buffer");function yt(t){return new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}function er(t=0){return yt(yi.Buffer.allocUnsafe(t))}function Bi(t,e,n,r){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:n},decoder:{decode:r}}}var Ai=Bi("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),tr=Bi("ascii","a",t=>{let e="a";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return e},t=>{t=t.substring(1);let e=er(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}),Nu={utf8:Ai,"utf-8":Ai,hex:Lt.base16,latin1:tr,ascii:tr,binary:tr,...Lt},Qt=Nu;function _e(t,e="utf8"){let n=Qt[e];if(n==null)throw new Error(`Unsupported encoding "${e}"`);return e==="utf8"||e==="utf-8"?Oi.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):n.encoder.encode(t).substring(1)}var De=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},Re=class extends Error{static name="ValidationError";name="ValidationError"},Ut=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},Zt=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};function _i(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let n=0;n<t.byteLength;n++)if(t[n]!==e[n])return!1;return!0}var Si=k("node:buffer");function Ye(t,e="utf8"){let n=Qt[e];if(n==null)throw new Error(`Unsupported encoding "${e}"`);return e==="utf8"||e==="utf-8"?yt(Si.Buffer.from(t,"utf-8")):n.decoder.decode(`${n.prefix}${t}`)}var $u=Math.pow(2,7),Lu=Math.pow(2,14),Uu=Math.pow(2,21),nr=Math.pow(2,28),rr=Math.pow(2,35),ir=Math.pow(2,42),sr=Math.pow(2,49),ee=128,pe=127;function At(t){if(t<$u)return 1;if(t<Lu)return 2;if(t<Uu)return 3;if(t<nr)return 4;if(t<rr)return 5;if(t<ir)return 6;if(t<sr)return 7;if(Number.MAX_SAFE_INTEGER!=null&&t>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function or(t,e,n=0){switch(At(t)){case 8:e[n++]=t&255|ee,t/=128;case 7:e[n++]=t&255|ee,t/=128;case 6:e[n++]=t&255|ee,t/=128;case 5:e[n++]=t&255|ee,t/=128;case 4:e[n++]=t&255|ee,t>>>=7;case 3:e[n++]=t&255|ee,t>>>=7;case 2:e[n++]=t&255|ee,t>>>=7;case 1:{e[n++]=t&255,t>>>=7;break}default:throw new Error("unreachable")}return e}function zu(t,e){let n=t[e],r=0;if(r+=n&pe,n<ee||(n=t[e+1],r+=(n&pe)<<7,n<ee)||(n=t[e+2],r+=(n&pe)<<14,n<ee)||(n=t[e+3],r+=(n&pe)<<21,n<ee)||(n=t[e+4],r+=(n&pe)*nr,n<ee)||(n=t[e+5],r+=(n&pe)*rr,n<ee)||(n=t[e+6],r+=(n&pe)*ir,n<ee)||(n=t[e+7],r+=(n&pe)*sr,n<ee))return r;throw new RangeError("Could not decode varint")}function Ru(t,e){let n=t.get(e),r=0;if(r+=n&pe,n<ee||(n=t.get(e+1),r+=(n&pe)<<7,n<ee)||(n=t.get(e+2),r+=(n&pe)<<14,n<ee)||(n=t.get(e+3),r+=(n&pe)<<21,n<ee)||(n=t.get(e+4),r+=(n&pe)*nr,n<ee)||(n=t.get(e+5),r+=(n&pe)*rr,n<ee)||(n=t.get(e+6),r+=(n&pe)*ir,n<ee)||(n=t.get(e+7),r+=(n&pe)*sr,n<ee))return r;throw new RangeError("Could not decode varint")}function ur(t,e=0){return t instanceof Uint8Array?zu(t,e):Ru(t,e)}var vi=k("node:buffer");function zt(t,e){return yt(vi.Buffer.concat(t,e))}var We=k("node:net");function cr(t){return e=>_e(e,t)}function lr(t){return e=>Ye(e,t)}function Bt(t){return new DataView(t.buffer).getUint16(t.byteOffset).toString()}function nt(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,typeof t=="string"?parseInt(t):t),new Uint8Array(e)}function Pi(t){let e=t.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==16)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion address.`);let n=Ye(e[0],"base32"),r=parseInt(e[1],10);if(r<1||r>65536)throw new Error("Port number is not in range(1, 65536)");let i=nt(r);return zt([n,i],n.length+i.length)}function Ii(t){let e=t.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==56)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion3 address.`);let n=Ge.decode(`b${e[0]}`),r=parseInt(e[1],10);if(r<1||r>65536)throw new Error("Port number is not in range(1, 65536)");let i=nt(r);return zt([n,i],n.length+i.length)}function fr(t){let e=t.subarray(0,t.length-2),n=t.subarray(t.length-2),r=_e(e,"base32"),i=Bt(n);return`${r}:${i}`}var hr=function(t){t=t.toString().trim();let e=new Uint8Array(4);return t.split(/\./g).forEach((n,r)=>{let i=parseInt(n,10);if(isNaN(i)||i<0||i>255)throw new De("Invalid byte value in IP address");e[r]=i}),e},ji=function(t){let e=0;t=t.toString().trim();let n=t.split(":",8),r;for(r=0;r<n.length;r++){let s=(0,We.isIPv4)(n[r]),o;s&&(o=hr(n[r]),n[r]=_e(o.subarray(0,2),"base16")),o!=null&&++r<8&&n.splice(r,0,_e(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(e+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 De("Invalid byte value in IP address");i[e++]=s>>8&255,i[e++]=s&255}return i},Ti=function(t){if(t.byteLength!==4)throw new De("IPv4 address was incorrect length");let e=[];for(let n=0;n<t.byteLength;n++)e.push(t[n]);return e.join(".")},Mi=function(t){if(t.byteLength!==16)throw new De("IPv6 address was incorrect length");let e=[];for(let r=0;r<t.byteLength;r+=2){let i=t[r],s=t[r+1],o=`${i.toString(16).padStart(2,"0")}${s.toString(16).padStart(2,"0")}`;e.push(o)}let n=e.join(":");try{let r=new URL(`http://[${n}]`);return r.hostname.substring(1,r.hostname.length-1)}catch{throw new De(`Invalid IPv6 address "${n}"`)}};function Ni(t){try{let e=new URL(`http://[${t}]`);return e.hostname.substring(1,e.hostname.length-1)}catch{throw new De(`Invalid IPv6 address "${t}"`)}}var ar=Object.values(Lt).map(t=>t.decoder),Vu=(function(){let t=ar[0].or(ar[1]);return ar.slice(2).forEach(e=>t=t.or(e)),t})();function $i(t){return Vu.decode(t)}function Li(t){return e=>t.encoder.encode(e)}function Hu(t){if(parseInt(t).toString()!==t)throw new Re("Value must be an integer")}function Gu(t){if(t<0)throw new Re("Value must be a positive integer, or zero")}function qu(t){return e=>{if(e>t)throw new Re(`Value must be smaller than or equal to ${t}`)}}function Yu(...t){return e=>{for(let n of t)n(e)}}var Rt=Yu(Hu,Gu,qu(65535));var fe=-1,Dr=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(e){let n;if(typeof e=="string"?n=this.protocolsByName.get(e):n=this.protocolsByCode.get(e),n==null)throw new Zt(`Protocol ${e} was unknown`);return n}addProtocol(e){this.protocolsByCode.set(e.code,e),this.protocolsByName.set(e.name,e),e.aliases?.forEach(n=>{this.protocolsByName.set(n,e)})}removeProtocol(e){let n=this.protocolsByCode.get(e);n!=null&&(this.protocolsByCode.delete(n.code),this.protocolsByName.delete(n.name),n.aliases?.forEach(r=>{this.protocolsByName.delete(r)}))}},Ee=new Dr,wa=[{code:4,name:"ip4",size:32,valueToBytes:hr,bytesToValue:Ti,validate:t=>{if(!(0,We.isIPv4)(t))throw new Re(`Invalid IPv4 address "${t}"`)}},{code:6,name:"tcp",size:16,valueToBytes:nt,bytesToValue:Bt,validate:Rt},{code:273,name:"udp",size:16,valueToBytes:nt,bytesToValue:Bt,validate:Rt},{code:33,name:"dccp",size:16,valueToBytes:nt,bytesToValue:Bt,validate:Rt},{code:41,name:"ip6",size:128,valueToBytes:ji,bytesToValue:Mi,stringToValue:Ni,validate:t=>{if(!(0,We.isIPv6)(t))throw new Re(`Invalid IPv6 address "${t}"`)}},{code:42,name:"ip6zone",size:fe},{code:43,name:"ipcidr",size:8,bytesToValue:cr("base10"),valueToBytes:lr("base10")},{code:53,name:"dns",size:fe,resolvable:!0},{code:54,name:"dns4",size:fe,resolvable:!0},{code:55,name:"dns6",size:fe,resolvable:!0},{code:56,name:"dnsaddr",size:fe,resolvable:!0},{code:132,name:"sctp",size:16,valueToBytes:nt,bytesToValue:Bt,validate:Rt},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:fe,path:!0,stringToValue:t=>decodeURIComponent(t),valueToString:t=>encodeURIComponent(t)},{code:421,name:"p2p",aliases:["ipfs"],size:fe,bytesToValue:cr("base58btc"),valueToBytes:t=>t.startsWith("Q")||t.startsWith("1")?lr("base58btc")(t):qe.parse(t).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:fr,valueToBytes:Pi},{code:445,name:"onion3",size:296,bytesToValue:fr,valueToBytes:Ii},{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:Li(Vn),valueToBytes:$i},{code:480,name:"http"},{code:481,name:"http-path",size:fe,stringToValue:t=>`/${decodeURIComponent(t)}`,valueToString:t=>encodeURIComponent(t.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}];wa.forEach(t=>{Ee.addProtocol(t)});function Ui(t){let e=[],n=0;for(;n<t.length;){let r=ur(t,n),i=Ee.getProtocol(r),s=At(r),o=ya(i,t,n+s),a=0;o>0&&i.size===fe&&(a=At(o));let f=s+a+o,p={code:r,name:i.name,bytes:t.subarray(n,n+f)};if(o>0){let m=n+s+a,l=t.subarray(m,m+o);p.value=i.bytesToValue?.(l)??_e(l)}e.push(p),n+=f}return e}function zi(t){let e=0,n=[];for(let r of t){if(r.bytes==null){let i=Ee.getProtocol(r.code),s=At(r.code),o,a=0,f=0;r.value!=null&&(o=i.valueToBytes?.(r.value)??Ye(r.value),a=o.byteLength,i.size===fe&&(f=At(a)));let p=new Uint8Array(s+f+a),m=0;or(r.code,p,m),m+=s,o!=null&&(i.size===fe&&(or(a,p,m),m+=f),p.set(o,m)),r.bytes=p}n.push(r.bytes),e+=r.bytes.byteLength}return zt(n,e)}function Ri(t){if(t.charAt(0)!=="/")throw new De('String multiaddr must start with "/"');let e=[],n="protocol",r="",i="";for(let s=1;s<t.length;s++){let o=t.charAt(s);o!=="/"&&(n==="protocol"?i+=t.charAt(s):r+=t.charAt(s));let a=s===t.length-1;if(o==="/"||a){let f=Ee.getProtocol(i);if(n==="protocol"){if(f.size==null||f.size===0){e.push({code:f.code,name:f.name}),r="",i="",n="protocol";continue}else if(a)throw new De(`Component ${i} was missing value`);n="value"}else if(n==="value"){let p={code:f.code,name:f.name};if(f.size!=null&&f.size!==0){if(r==="")throw new De(`Component ${i} was missing value`);p.value=f.stringToValue?.(r)??r}e.push(p),r="",i="",n="protocol"}}}if(i!==""&&r!=="")throw new De("Incomplete multiaddr");return e}function Wi(t){return`/${t.flatMap(e=>{if(e.value==null)return e.name;let n=Ee.getProtocol(e.code);if(n==null)throw new De(`Unknown protocol code ${e.code}`);return[e.name,n.valueToString?.(e.value)??e.value]}).join("/")}`}function ya(t,e,n){return t.size==null||t.size===0?0:t.size>0?t.size/8:ur(e,n)}var Aa=Symbol.for("nodejs.util.inspect.custom"),br=Symbol.for("@multiformats/multiaddr"),Ba=[53,54,55,56],Er=class extends Error{constructor(e="No available resolver"){super(e),this.name="NoAvailableResolverError"}};function Oa(t){if(t==null&&(t="/"),Hi(t))return t.getComponents();if(t instanceof Uint8Array)return Ui(t);if(typeof t=="string")return t=t.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),t===""&&(t="/"),Ri(t);if(Array.isArray(t))return t;throw new De("Must be a string, Uint8Array, Component[], or another Multiaddr")}var rn=class t{[br]=!0;#e;#t;#n;constructor(e="/",n={}){this.#e=Oa(e),n.validate!==!1&&_a(this)}get bytes(){return this.#n==null&&(this.#n=zi(this.#e)),this.#n}toString(){return this.#t==null&&(this.#t=Wi(this.#e)),this.#t}toJSON(){return this.toString()}toOptions(){let e,n,r,i,s="";for(let{code:a,name:f,value:p}of this.#e)a===42&&(s=`%${p??""}`),Ba.includes(a)&&(n="tcp",i=443,r=`${p??""}${s}`,e=a===55?6:4),(a===6||a===273)&&(n=f==="tcp"?"tcp":"udp",i=parseInt(p??"")),(a===4||a===41)&&(n="tcp",r=`${p??""}${s}`,e=a===41?6:4);if(e==null||n==null||r==null||i==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:e,host:r,transport:n,port:i}}getComponents(){return[...this.#e]}protos(){return this.#e.map(({code:e,value:n})=>{let r=Ee.getProtocol(e);return{code:e,size:r.size??0,name:r.name,resolvable:!!r.resolvable,path:!!r.path}})}protoCodes(){return this.#e.map(({code:e})=>e)}protoNames(){return this.#e.map(({name:e})=>e)}tuples(){return this.#e.map(({code:e,value:n})=>{if(n==null)return[e];let r=Ee.getProtocol(e),i=[e];return n!=null&&i.push(r.valueToBytes?.(n)??Ye(n)),i})}stringTuples(){return this.#e.map(({code:e,value:n})=>n==null?[e]:[e,n])}encapsulate(e){let n=new t(e);return new t([...this.#e,...n.getComponents()],{validate:!1})}decapsulate(e){let n=e.toString(),r=this.toString(),i=r.lastIndexOf(n);if(i<0)throw new Ut(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new t(r.slice(0,i),{validate:!1})}decapsulateCode(e){let n;for(let r=this.#e.length-1;r>-1;r--)if(this.#e[r].code===e){n=r;break}return new t(this.#e.slice(0,n),{validate:!1})}getPeerId(){try{let e=[];this.#e.forEach(({code:r,value:i})=>{r===421&&e.push([r,i]),r===290&&(e=[])});let n=e.pop();if(n?.[1]!=null){let r=n[1];return r[0]==="Q"||r[0]==="1"?_e(Oe.decode(`z${r}`),"base58btc"):_e(qe.parse(r).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){for(let e of this.#e)if(Ee.getProtocol(e.code).path)return e.value??null;return null}equals(e){return _i(this.bytes,e.bytes)}async resolve(e){let n=this.protos().find(s=>s.resolvable);if(n==null)return[this];let r=Vi.get(n.name);if(r==null)throw new Er(`no available resolver for ${n.name}`);return(await r(this,e)).map(s=>Vt(s))}nodeAddress(){let e=this.toOptions();if(e.transport!=="tcp"&&e.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${e.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:e.family,address:e.host,port:e.port}}isThinWaistAddress(){return!(this.#e.length!==2||this.#e[0].code!==4&&this.#e[0].code!==41||this.#e[1].code!==6&&this.#e[1].code!==273)}[Aa](){return`Multiaddr(${this.toString()})`}};function _a(t){t.getComponents().forEach(e=>{let n=Ee.getProtocol(e.code);e.value!=null&&n.validate?.(e.value)})}var sn=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let n=this.index,r=e();return r===void 0&&(this.index=n),r}parseWith(e){let n=e();if(this.index===this.input.length)return n}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(e){return this.readAtomically(()=>{let n=this.readChar();if(n===e)return n})}readSeparator(e,n,r){return this.readAtomically(()=>{if(!(n>0&&this.readGivenChar(e)===void 0))return r()})}readNumber(e,n,r,i){return this.readAtomically(()=>{let s=0,o=0,a=this.peekChar();if(a===void 0)return;let f=a==="0",p=2**(8*i)-1;for(;;){let m=this.readAtomically(()=>{let l=this.readChar();if(l===void 0)return;let g=Number.parseInt(l,e);if(!Number.isNaN(g))return g});if(m===void 0)break;if(s*=e,s+=m,s>p||(o+=1,n!==void 0&&o>n))return}if(o!==0)return!r&&f&&o>1?void 0:s})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let n=0;n<e.length;n++){let r=this.readSeparator(".",n,()=>this.readNumber(10,3,!1,1));if(r===void 0)return;e[n]=r}return e})}readIPv6Addr(){let e=n=>{for(let r=0;r<n.length/2;r++){let i=r*2;if(r<n.length-3){let o=this.readSeparator(":",r,()=>this.readIPv4Addr());if(o!==void 0)return n[i]=o[0],n[i+1]=o[1],n[i+2]=o[2],n[i+3]=o[3],[i+4,!0]}let s=this.readSeparator(":",r,()=>this.readNumber(16,4,!0,2));if(s===void 0)return[i,!1];n[i]=s>>8,n[i+1]=s&255}return[n.length,!1]};return this.readAtomically(()=>{let n=new Uint8Array(16),[r,i]=e(n);if(r===16)return n;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let s=new Uint8Array(14),o=16-(r+2),[a]=e(s.subarray(0,o));return n.set(s.subarray(0,a),16-a),n})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var Ef=new sn;var _f=parseInt("0xFFFF",16),Sf=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var Vi=new Map;function Hi(t){return!!t?.[br]}function Vt(t){return new rn(t)}var Yi=k("module"),wr=Ft(k("path"),1),xr=Ft(k("process"),1),Ki=k("url");function Ta(t){let e=wr.default.extname(t);return e?t.slice(0,-e.length):t}function yr(t){if(!t)return!1;if("main"in t)return!!t.main;if(!xr.default.argv[1])return!1;let n=(0,Yi.createRequire)(t.url).resolve(xr.default.argv[1]),r=(0,Ki.fileURLToPath)(t.url);return wr.default.extname(n)?r===n:Ta(r)===n}var pn=k("assert");var Ma={right:za,center:Ra},Na=0,on=1,$a=2,un=3,Ar=class{constructor(e){var n;this.width=e.width,this.wrap=(n=e.wrap)!==null&&n!==void 0?n:!0,this.rows=[]}span(...e){let n=this.div(...e);n.span=!0}resetOutput(){this.rows=[]}div(...e){if(e.length===0&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...e)&&typeof e[0]=="string")return this.applyLayoutDSL(e[0]);let n=e.map(r=>typeof r=="string"?this.colFromString(r):r);return this.rows.push(n),n}shouldApplyLayoutDSL(...e){return e.length===1&&typeof e[0]=="string"&&/[\t\n]/.test(e[0])}applyLayoutDSL(e){let n=e.split(`
|
|
4
|
+
`).map(i=>i.split(" ")),r=0;return n.forEach(i=>{i.length>1&&be.stringWidth(i[0])>r&&(r=Math.min(Math.floor(this.width*.5),be.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(e){return{text:e,padding:this.measurePadding(e)}}measurePadding(e){let n=be.stripAnsi(e);return[0,n.match(/\s*$/)[0].length,0,n.match(/^\s*/)[0].length]}toString(){let e=[];return this.rows.forEach(n=>{this.rowToString(n,e)}),e.filter(n=>!n.hidden).map(n=>n.text).join(`
|
|
5
|
+
`)}rowToString(e,n){return this.rasterize(e).forEach((r,i)=>{let s="";r.forEach((o,a)=>{let{width:f}=e[a],p=this.negatePadding(e[a]),m=o;if(p>be.stringWidth(o)&&(m+=" ".repeat(p-be.stringWidth(o))),e[a].align&&e[a].align!=="left"&&this.wrap){let g=Ma[e[a].align];m=g(m,p),be.stringWidth(m)<p&&(m+=" ".repeat((f||0)-be.stringWidth(m)-1))}let l=e[a].padding||[0,0,0,0];l[un]&&(s+=" ".repeat(l[un])),s+=ki(e[a],m,"| "),s+=m,s+=ki(e[a],m," |"),l[on]&&(s+=" ".repeat(l[on])),i===0&&n.length>0&&(s=this.renderInline(s,n[n.length-1]))}),n.push({text:s.replace(/ +$/,""),span:e.span})}),n}renderInline(e,n){let r=e.match(/^ */),i=r?r[0].length:0,s=n.text,o=be.stringWidth(s.trimRight());return n.span?this.wrap?i<o?e:(n.hidden=!0,s.trimRight()+" ".repeat(i-o)+e.trimLeft()):(n.hidden=!0,s+e):e}rasterize(e){let n=[],r=this.columnWidths(e),i;return e.forEach((s,o)=>{s.width=r[o],this.wrap?i=be.wrap(s.text,this.negatePadding(s),{hard:!0}).split(`
|
|
6
6
|
`):i=s.text.split(`
|
|
7
|
-
`),s.border&&(i.unshift("."+"-".repeat(this.negatePadding(s)+2)+"."),i.push("'"+"-".repeat(this.negatePadding(s)+2)+"'")),s.padding&&(i.unshift(...new Array(s.padding[Oa]||0).fill("")),i.push(...new Array(s.padding[Aa]||0).fill(""))),i.forEach((c,p)=>{e[p]||e.push([]);let b=e[p];for(let d=0;d<o;d++)b[d]===void 0&&b.push("");b.push(c)})}),e}negatePadding(t){let e=t.width||0;return t.padding&&(e-=(t.padding[ke]||0)+(t.padding[Ze]||0)),t.border&&(e-=4),e}columnWidths(t){if(!this.wrap)return t.map(o=>o.width||wt.stringWidth(o.text));let e=t.length,n=this.width,i=t.map(o=>{if(o.width)return e--,n-=o.width,o.width}),s=e?Math.floor(n/e):0;return i.map((o,c)=>o===void 0?Math.max(s,Ea(t[c])):o)}};function Ci(r,t,e){return r.border?/[.']-+[.']/.test(t)?"":t.trim().length!==0?e:" ":""}function Ea(r){let t=r.padding||[],e=1+(t[ke]||0)+(t[Ze]||0);return r.border?e+4:e}function _a(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function Sa(r,t){r=r.trim();let e=wt.stringWidth(r);return e<t?" ".repeat(t-e)+r:r}function Pa(r,t){r=r.trim();let e=wt.stringWidth(r);return e>=t?r:" ".repeat(t-e>>1)+r}var wt;function Oi(r,t){return wt=t,new cr({width:r?.width||_a(),wrap:r?.wrap})}var Ai=new RegExp("\x1B(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)","g");function lr(r){return r.replace(Ai,"")}function Ei(r,t){let[e,n]=r.match(Ai)||["",""];r=lr(r);let i="";for(let s=0;s<r.length;s++)s!==0&&s%t===0&&(i+=`
|
|
8
|
-
`),i+=r.charAt(s);return e&&n&&(i=`${e}${i}${n}`),i}function fr(r){return Oi(r,{stringWidth:t=>[...t].length,stripAnsi:lr,wrap:Ei})}var Ce=V("path"),tn=V("fs");function _i(r,t){let e=(0,Ce.resolve)(".",r),n;for((0,tn.statSync)(e).isDirectory()||(e=(0,Ce.dirname)(e));;){if(n=t(e,(0,tn.readdirSync)(e)),n)return(0,Ce.resolve)(e,n);if(e=(0,Ce.dirname)(n=e),n===e)break}}var Ri=V("util"),Bi=V("fs"),Vi=V("url");var vi=V("util"),sn=V("path");function te(r){if(r!==r.toLowerCase()&&r!==r.toUpperCase()||(r=r.toLowerCase()),r.indexOf("-")===-1&&r.indexOf("_")===-1)return r;{let e="",n=!1,i=r.match(/^-+/);for(let s=i?i[0].length:0;s<r.length;s++){let o=r.charAt(s);n&&(n=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?n=!0:o!=="-"&&o!=="_"&&(e+=o)}return e}}function en(r,t){let e=r.toLowerCase();t=t||"-";let n="";for(let i=0;i<r.length;i++){let s=e.charAt(i),o=r.charAt(i);s!==o&&i>0?n+=`${t}${e.charAt(i)}`:n+=o}return n}function nn(r){return r==null?!1:typeof r=="number"||/^0x[0-9a-f]+$/i.test(r)?!0:/^0[^.]/.test(r)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(r)}function Si(r){if(Array.isArray(r))return r.map(o=>typeof o!="string"?o+"":o);r=r.trim();let t=0,e=null,n=null,i=null,s=[];for(let o=0;o<r.length;o++){if(e=n,n=r.charAt(o),n===" "&&!i){e!==" "&&t++;continue}n===i?i=null:(n==="'"||n==='"')&&!i&&(i=n),s[t]||(s[t]=""),s[t]+=n}return s}var Et;(function(r){r.BOOLEAN="boolean",r.STRING="string",r.NUMBER="number",r.ARRAY="array"})(Et||(Et={}));var Wt,rn=class{constructor(t){Wt=t}parse(t,e){let n=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},e),i=Si(t),s=typeof t=="string",o=Ia(Object.assign(Object.create(null),n.alias)),c=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},n.configuration),p=Object.assign(Object.create(null),n.default),b=n.configObjects||[],d=n.envPrefix,h=c["populate--"],g=h?"--":"_",y=Object.create(null),x=Object.create(null),C=n.__||Wt.format,m={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},$=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,N=new RegExp("^--"+c["negation-prefix"]+"(.+)");[].concat(n.array||[]).filter(Boolean).forEach(function(l){let u=typeof l=="object"?l.key:l,O=Object.keys(l).map(function(w){return{boolean:"bools",string:"strings",number:"numbers"}[w]}).filter(Boolean).pop();O&&(m[O][u]=!0),m.arrays[u]=!0,m.keys.push(u)}),[].concat(n.boolean||[]).filter(Boolean).forEach(function(l){m.bools[l]=!0,m.keys.push(l)}),[].concat(n.string||[]).filter(Boolean).forEach(function(l){m.strings[l]=!0,m.keys.push(l)}),[].concat(n.number||[]).filter(Boolean).forEach(function(l){m.numbers[l]=!0,m.keys.push(l)}),[].concat(n.count||[]).filter(Boolean).forEach(function(l){m.counts[l]=!0,m.keys.push(l)}),[].concat(n.normalize||[]).filter(Boolean).forEach(function(l){m.normalize[l]=!0,m.keys.push(l)}),typeof n.narg=="object"&&Object.entries(n.narg).forEach(([l,u])=>{typeof u=="number"&&(m.nargs[l]=u,m.keys.push(l))}),typeof n.coerce=="object"&&Object.entries(n.coerce).forEach(([l,u])=>{typeof u=="function"&&(m.coercions[l]=u,m.keys.push(l))}),typeof n.config<"u"&&(Array.isArray(n.config)||typeof n.config=="string"?[].concat(n.config).filter(Boolean).forEach(function(l){m.configs[l]=!0}):typeof n.config=="object"&&Object.entries(n.config).forEach(([l,u])=>{(typeof u=="boolean"||typeof u=="function")&&(m.configs[l]=u)})),Xt(n.key,o,n.default,m.arrays),Object.keys(p).forEach(function(l){(m.aliases[l]||[]).forEach(function(u){p[u]=p[l]})});let W=null;Le();let z=[],R=Object.assign(Object.create(null),{_:[]}),ft={};for(let l=0;l<i.length;l++){let u=i[l],O=u.replace(/^-{3,}/,"---"),w,f,I,E,M,ct;if(u!=="--"&&/^-/.test(u)&&tt(u))Z(u);else if(O.match(/^---+(=|$)/)){Z(u);continue}else if(u.match(/^--.+=/)||!c["short-option-groups"]&&u.match(/^-.+=/))E=u.match(/^--?([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&(U(E[1],m.arrays)?l=Ot(l,E[1],i,E[2]):U(E[1],m.nargs)!==!1?l=ut(l,E[1],i,E[2]):Y(E[1],E[2],!0));else if(u.match(N)&&c["boolean-negation"])E=u.match(N),E!==null&&Array.isArray(E)&&E.length>=2&&(f=E[1],Y(f,U(f,m.arrays)?[!1]:!1));else if(u.match(/^--.+/)||!c["short-option-groups"]&&u.match(/^-[^-]+/))E=u.match(/^--?(.+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(f=E[1],U(f,m.arrays)?l=Ot(l,f,i):U(f,m.nargs)!==!1?l=ut(l,f,i):(M=i[l+1],M!==void 0&&(!M.match(/^-/)||M.match($))&&!U(f,m.bools)&&!U(f,m.counts)||/^(true|false)$/.test(M)?(Y(f,M),l++):Y(f,et(f))));else if(u.match(/^-.\..+=/))E=u.match(/^-([^=]+)=([\s\S]*)$/),E!==null&&Array.isArray(E)&&E.length>=3&&Y(E[1],E[2]);else if(u.match(/^-.\..+/)&&!u.match($))M=i[l+1],E=u.match(/^-(.\..+)/),E!==null&&Array.isArray(E)&&E.length>=2&&(f=E[1],M!==void 0&&!M.match(/^-/)&&!U(f,m.bools)&&!U(f,m.counts)?(Y(f,M),l++):Y(f,et(f)));else if(u.match(/^-[^-]+/)&&!u.match($)){I=u.slice(1,-1).split(""),w=!1;for(let dt=0;dt<I.length;dt++){if(M=u.slice(dt+2),I[dt+1]&&I[dt+1]==="="){ct=u.slice(dt+3),f=I[dt],U(f,m.arrays)?l=Ot(l,f,i,ct):U(f,m.nargs)!==!1?l=ut(l,f,i,ct):Y(f,ct),w=!0;break}if(M==="-"){Y(I[dt],M);continue}if(/[A-Za-z]/.test(I[dt])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(M)&&U(M,m.bools)===!1){Y(I[dt],M),w=!0;break}if(I[dt+1]&&I[dt+1].match(/\W/)){Y(I[dt],M),w=!0;break}else Y(I[dt],et(I[dt]))}f=u.slice(-1)[0],!w&&f!=="-"&&(U(f,m.arrays)?l=Ot(l,f,i):U(f,m.nargs)!==!1?l=ut(l,f,i):(M=i[l+1],M!==void 0&&(!/^(-|--)[^-]/.test(M)||M.match($))&&!U(f,m.bools)&&!U(f,m.counts)||/^(true|false)$/.test(M)?(Y(f,M),l++):Y(f,et(f))))}else if(u.match(/^-[0-9]$/)&&u.match($)&&U(u.slice(1),m.bools))f=u.slice(1),Y(f,et(f));else if(u==="--"){z=i.slice(l+1);break}else if(c["halt-at-non-option"]){z=i.slice(l);break}else Z(u)}H(R,!0),H(R,!1),L(R),ot(),k(R,m.aliases,p,!0),at(R),c["set-placeholder-key"]&&Qt(R),Object.keys(m.counts).forEach(function(l){Dt(R,l.split("."))||Y(l,0)}),h&&z.length&&(R[g]=[]),z.forEach(function(l){R[g].push(l)}),c["camel-case-expansion"]&&c["strip-dashed"]&&Object.keys(R).filter(l=>l!=="--"&&l.includes("-")).forEach(l=>{delete R[l]}),c["strip-aliased"]&&[].concat(...Object.keys(o).map(l=>o[l])).forEach(l=>{c["camel-case-expansion"]&&l.includes("-")&&delete R[l.split(".").map(u=>te(u)).join(".")],delete R[l]});function Z(l){let u=P("_",l);(typeof u=="string"||typeof u=="number")&&R._.push(u)}function ut(l,u,O,w){let f,I=U(u,m.nargs);if(I=typeof I!="number"||isNaN(I)?1:I,I===0)return vt(w)||(W=Error(C("Argument unexpected for: %s",u))),Y(u,et(u)),l;let E=vt(w)?0:1;if(c["nargs-eats-options"])O.length-(l+1)+E<I&&(W=Error(C("Not enough arguments following: %s",u))),E=I;else{for(f=l+1;f<O.length&&(!O[f].match(/^-[^0-9]/)||O[f].match($)||tt(O[f]));f++)E++;E<I&&(W=Error(C("Not enough arguments following: %s",u)))}let M=Math.min(E,I);for(!vt(w)&&M>0&&(Y(u,w),M--),f=l+1;f<M+l+1;f++)Y(u,O[f]);return l+M}function Ot(l,u,O,w){let f=[],I=w||O[l+1],E=U(u,m.nargs);if(U(u,m.bools)&&!/^(true|false)$/.test(I))f.push(!0);else if(vt(I)||vt(w)&&/^-/.test(I)&&!$.test(I)&&!tt(I)){if(p[u]!==void 0){let M=p[u];f=Array.isArray(M)?M:[M]}}else{vt(w)||f.push(A(u,w,!0));for(let M=l+1;M<O.length&&!(!c["greedy-arrays"]&&f.length>0||E&&typeof E=="number"&&f.length>=E||(I=O[M],/^-/.test(I)&&!$.test(I)&&!tt(I)));M++)l=M,f.push(A(u,I,s))}return typeof E=="number"&&(E&&f.length<E||isNaN(E)&&f.length===0)&&(W=Error(C("Not enough arguments following: %s",u))),Y(u,f),l}function Y(l,u,O=s){if(/-/.test(l)&&c["camel-case-expansion"]){let I=l.split(".").map(function(E){return te(E)}).join(".");j(l,I)}let w=A(l,u,O),f=l.split(".");zt(R,f,w),m.aliases[l]&&m.aliases[l].forEach(function(I){let E=I.split(".");zt(R,E,w)}),f.length>1&&c["dot-notation"]&&(m.aliases[f[0]]||[]).forEach(function(I){let E=I.split("."),M=[].concat(f);M.shift(),E=E.concat(M),(m.aliases[l]||[]).includes(E.join("."))||zt(R,E,w)}),U(l,m.normalize)&&!U(l,m.arrays)&&[l].concat(m.aliases[l]||[]).forEach(function(E){Object.defineProperty(ft,E,{enumerable:!0,get(){return u},set(M){u=typeof M=="string"?Wt.normalize(M):M}})})}function j(l,u){m.aliases[l]&&m.aliases[l].length||(m.aliases[l]=[u],y[u]=!0),m.aliases[u]&&m.aliases[u].length||j(u,l)}function A(l,u,O){O&&(u=ja(u)),(U(l,m.bools)||U(l,m.counts))&&typeof u=="string"&&(u=u==="true");let w=Array.isArray(u)?u.map(function(f){return P(l,f)}):P(l,u);return U(l,m.counts)&&(vt(w)||typeof w=="boolean")&&(w=ur()),U(l,m.normalize)&&U(l,m.arrays)&&(Array.isArray(u)?w=u.map(f=>Wt.normalize(f)):w=Wt.normalize(u)),w}function P(l,u){return!c["parse-positional-numbers"]&&l==="_"||!U(l,m.strings)&&!U(l,m.bools)&&!Array.isArray(u)&&(nn(u)&&c["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${u}`)))||!vt(u)&&U(l,m.numbers))&&(u=Number(u)),u}function L(l){let u=Object.create(null);k(u,m.aliases,p),Object.keys(m.configs).forEach(function(O){let w=l[O]||u[O];if(w)try{let f=null,I=Wt.resolve(Wt.cwd(),w),E=m.configs[O];if(typeof E=="function"){try{f=E(I)}catch(M){f=M}if(f instanceof Error){W=f;return}}else f=Wt.require(I);q(f)}catch(f){f.name==="PermissionDenied"?W=f:l[O]&&(W=Error(C("Invalid JSON config file: %s",w)))}})}function q(l,u){Object.keys(l).forEach(function(O){let w=l[O],f=u?u+"."+O:O;typeof w=="object"&&w!==null&&!Array.isArray(w)&&c["dot-notation"]?q(w,f):(!Dt(R,f.split("."))||U(f,m.arrays)&&c["combine-arrays"])&&Y(f,w)})}function ot(){typeof b<"u"&&b.forEach(function(l){q(l)})}function H(l,u){if(typeof d>"u")return;let O=typeof d=="string"?d:"",w=Wt.env();Object.keys(w).forEach(function(f){if(O===""||f.lastIndexOf(O,0)===0){let I=f.split("__").map(function(E,M){return M===0&&(E=E.substring(O.length)),te(E)});(u&&m.configs[I.join(".")]||!u)&&!Dt(l,I)&&Y(I.join("."),w[f])}})}function at(l){let u,O=new Set;Object.keys(l).forEach(function(w){if(!O.has(w)&&(u=U(w,m.coercions),typeof u=="function"))try{let f=P(w,u(l[w]));[].concat(m.aliases[w]||[],w).forEach(I=>{O.add(I),l[I]=f})}catch(f){W=f}})}function Qt(l){return m.keys.forEach(u=>{~u.indexOf(".")||typeof l[u]>"u"&&(l[u]=void 0)}),l}function k(l,u,O,w=!1){Object.keys(O).forEach(function(f){Dt(l,f.split("."))||(zt(l,f.split("."),O[f]),w&&(x[f]=!0),(u[f]||[]).forEach(function(I){Dt(l,I.split("."))||zt(l,I.split("."),O[f])}))})}function Dt(l,u){let O=l;c["dot-notation"]||(u=[u.join(".")]),u.slice(0,-1).forEach(function(f){O=O[f]||{}});let w=u[u.length-1];return typeof O!="object"?!1:w in O}function zt(l,u,O){let w=l;c["dot-notation"]||(u=[u.join(".")]),u.slice(0,-1).forEach(function(ct){ct=Pi(ct),typeof w=="object"&&w[ct]===void 0&&(w[ct]={}),typeof w[ct]!="object"||Array.isArray(w[ct])?(Array.isArray(w[ct])?w[ct].push({}):w[ct]=[w[ct],{}],w=w[ct][w[ct].length-1]):w=w[ct]});let f=Pi(u[u.length-1]),I=U(u.join("."),m.arrays),E=Array.isArray(O),M=c["duplicate-arguments-array"];!M&&U(f,m.nargs)&&(M=!0,(!vt(w[f])&&m.nargs[f]===1||Array.isArray(w[f])&&w[f].length===m.nargs[f])&&(w[f]=void 0)),O===ur()?w[f]=ur(w[f]):Array.isArray(w[f])?M&&I&&E?w[f]=c["flatten-duplicate-arrays"]?w[f].concat(O):(Array.isArray(w[f][0])?w[f]:[w[f]]).concat([O]):!M&&!!I==!!E?w[f]=O:w[f]=w[f].concat([O]):w[f]===void 0&&I?w[f]=E?O:[O]:M&&!(w[f]===void 0||U(f,m.counts)||U(f,m.bools))?w[f]=[w[f],O]:w[f]=O}function Xt(...l){l.forEach(function(u){Object.keys(u||{}).forEach(function(O){m.aliases[O]||(m.aliases[O]=[].concat(o[O]||[]),m.aliases[O].concat(O).forEach(function(w){if(/-/.test(w)&&c["camel-case-expansion"]){let f=te(w);f!==O&&m.aliases[O].indexOf(f)===-1&&(m.aliases[O].push(f),y[f]=!0)}}),m.aliases[O].concat(O).forEach(function(w){if(w.length>1&&/[A-Z]/.test(w)&&c["camel-case-expansion"]){let f=en(w,"-");f!==O&&m.aliases[O].indexOf(f)===-1&&(m.aliases[O].push(f),y[f]=!0)}}),m.aliases[O].forEach(function(w){m.aliases[w]=[O].concat(m.aliases[O].filter(function(f){return w!==f}))}))})})}function U(l,u){let O=[].concat(m.aliases[l]||[],l),w=Object.keys(u),f=O.find(I=>w.includes(I));return f?u[f]:!1}function xn(l){let u=Object.keys(m);return[].concat(u.map(w=>m[w])).some(function(w){return Array.isArray(w)?w.includes(l):w[l]})}function F(l,...u){return[].concat(...u).some(function(w){let f=l.match(w);return f&&xn(f[1])})}function X(l){if(l.match($)||!l.match(/^-[^-]+/))return!1;let u=!0,O,w=l.slice(1).split("");for(let f=0;f<w.length;f++){if(O=l.slice(f+2),!xn(w[f])){u=!1;break}if(w[f+1]&&w[f+1]==="="||O==="-"||/[A-Za-z]/.test(w[f])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(O)||w[f+1]&&w[f+1].match(/\W/))break}return u}function tt(l){return c["unknown-options-as-args"]&&B(l)}function B(l){return l=l.replace(/^-{3,}/,"--"),l.match($)||X(l)?!1:!F(l,/^-+([^=]+?)=[\s\S]*$/,N,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function et(l){return!U(l,m.bools)&&!U(l,m.counts)&&`${l}`in p?p[l]:it(jt(l))}function it(l){return{[Et.BOOLEAN]:!0,[Et.STRING]:"",[Et.NUMBER]:void 0,[Et.ARRAY]:[]}[l]}function jt(l){let u=Et.BOOLEAN;return U(l,m.strings)?u=Et.STRING:U(l,m.numbers)?u=Et.NUMBER:U(l,m.bools)?u=Et.BOOLEAN:U(l,m.arrays)&&(u=Et.ARRAY),u}function vt(l){return l===void 0}function Le(){Object.keys(m.counts).find(l=>U(l,m.arrays)?(W=Error(C("Invalid configuration: %s, opts.count excludes opts.array.",l)),!0):U(l,m.nargs)?(W=Error(C("Invalid configuration: %s, opts.count excludes opts.narg.",l)),!0):!1)}return{aliases:Object.assign({},m.aliases),argv:Object.assign(ft,R),configuration:c,defaulted:Object.assign({},x),error:W,newAliases:Object.assign({},y)}}};function Ia(r){let t=[],e=Object.create(null),n=!0;for(Object.keys(r).forEach(function(i){t.push([].concat(r[i],i))});n;){n=!1;for(let i=0;i<t.length;i++)for(let s=i+1;s<t.length;s++)if(t[i].filter(function(c){return t[s].indexOf(c)!==-1}).length){t[i]=t[i].concat(t[s]),t.splice(s,1),n=!0;break}}return t.forEach(function(i){i=i.filter(function(o,c,p){return p.indexOf(o)===c});let s=i.pop();s!==void 0&&typeof s=="string"&&(e[s]=i)}),e}function ur(r){return r!==void 0?r+1:1}function Pi(r){return r==="__proto__"?"___proto___":r}function ja(r){return typeof r=="string"&&(r[0]==="'"||r[0]==='"')&&r[r.length-1]===r[0]?r.substring(1,r.length-1):r}var Mi=V("fs");var hr,dr,pr,Ii=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12,ji=(dr=(hr=process==null?void 0:process.versions)===null||hr===void 0?void 0:hr.node)!==null&&dr!==void 0?dr:(pr=process==null?void 0:process.version)===null||pr===void 0?void 0:pr.slice(1);if(ji&&Number(ji.match(/^([^.]+)/)[1])<Ii)throw Error(`yargs parser supports a minimum Node.js version of ${Ii}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var va=process?process.env:{},$i=new rn({cwd:process.cwd,env:()=>va,format:vi.format,normalize:sn.normalize,resolve:sn.resolve,require:r=>{if(typeof V<"u")return V(r);if(r.match(/\.json$/))return JSON.parse((0,Mi.readFileSync)(r,"utf8"));throw Error("only .json config files are supported in ESM")}}),Ne=function(t,e){return $i.parse(t.slice(),e).argv};Ne.detailed=function(r,t){return $i.parse(r.slice(),t)};Ne.camelCase=te;Ne.decamelize=en;Ne.looksLikeNumber=nn;var Fi=Ne;var $t=V("path");function Ma(){return $a()?0:1}function $a(){return Fa()&&!process.defaultApp}function Fa(){return!!process.versions.electron}function Ni(){return process.argv[Ma()]}var J=class r extends Error{constructor(t){super(t||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,r)}};var Oe=V("fs"),Ui=V("util"),Di=V("path"),zi={fs:{readFileSync:Oe.readFileSync,writeFile:Oe.writeFile},format:Ui.format,resolve:Di.resolve,exists:r=>{try{return(0,Oe.statSync)(r).isFile()}catch{return!1}}};var Mt,mr=class{constructor(t){t=t||{},this.directory=t.directory||"./locales",this.updateFiles=typeof t.updateFiles=="boolean"?t.updateFiles:!0,this.locale=t.locale||"en",this.fallbackToLanguage=typeof t.fallbackToLanguage=="boolean"?t.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...t){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let e=t.shift(),n=function(){};return typeof t[t.length-1]=="function"&&(n=t.pop()),n=n||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][e]&&this.updateFiles?(this.cache[this.locale][e]=e,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:n})):n(),Mt.format.apply(Mt.format,[this.cache[this.locale][e]||e].concat(t))}__n(){let t=Array.prototype.slice.call(arguments),e=t.shift(),n=t.shift(),i=t.shift(),s=function(){};typeof t[t.length-1]=="function"&&(s=t.pop()),this.cache[this.locale]||this._readLocaleFile();let o=i===1?e:n;this.cache[this.locale][e]&&(o=this.cache[this.locale][e][i===1?"one":"other"]),!this.cache[this.locale][e]&&this.updateFiles?(this.cache[this.locale][e]={one:e,other:n},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:s})):s();let c=[o];return~o.indexOf("%d")&&c.push(i),Mt.format.apply(Mt.format,c.concat(t))}setLocale(t){this.locale=t}getLocale(){return this.locale}updateLocale(t){this.cache[this.locale]||this._readLocaleFile();for(let e in t)Object.prototype.hasOwnProperty.call(t,e)&&(this.cache[this.locale][e]=t[e])}_taggedLiteral(t,...e){let n="";return t.forEach(function(i,s){let o=e[s+1];n+=i,typeof o<"u"&&(n+="%s")}),this.__.apply(this,[n].concat([].slice.call(e,1)))}_enqueueWrite(t){this.writeQueue.push(t),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let t=this,e=this.writeQueue[0],n=e.directory,i=e.locale,s=e.cb,o=this._resolveLocaleFile(n,i),c=JSON.stringify(this.cache[i],null,2);Mt.fs.writeFile(o,c,"utf-8",function(p){t.writeQueue.shift(),t.writeQueue.length>0&&t._processWriteQueue(),s(p)})}_readLocaleFile(){let t={},e=this._resolveLocaleFile(this.directory,this.locale);try{Mt.fs.readFileSync&&(t=JSON.parse(Mt.fs.readFileSync(e,"utf-8")))}catch(n){if(n instanceof SyntaxError&&(n.message="syntax error in "+e),n.code==="ENOENT")t={};else throw n}this.cache[this.locale]=t}_resolveLocaleFile(t,e){let n=Mt.resolve(t,"./",e+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(n)&&~e.lastIndexOf("_")){let i=Mt.resolve(t,"./",e.split("_")[0]+".json");this._fileExistsSync(i)&&(n=i)}return n}_fileExistsSync(t){return Mt.exists(t)}};function Ti(r,t){Mt=t;let e=new mr(r);return{__:e.__.bind(e),__n:e.__n.bind(e),setLocale:e.setLocale.bind(e),getLocale:e.getLocale.bind(e),updateLocale:e.updateLocale.bind(e),locale:e.locale}}var Na=r=>Ti(r,zi),Li=Na;var za={},Ua="require is not supported by ESM",Wi="loading a directory of commands is not supported yet for ESM",Ue;try{Ue=(0,Vi.fileURLToPath)(za.url)}catch{Ue=process.cwd()}var Da=Ue.substring(0,Ue.lastIndexOf("node_modules")),Hi={assert:{notStrictEqual:on.notStrictEqual,strictEqual:on.strictEqual},cliui:fr,findUp:_i,getEnv:r=>process.env[r],inspect:Ri.inspect,getCallerFile:()=>{throw new J(Wi)},getProcessArgvBin:Ni,mainFilename:Da||process.cwd(),Parser:Fi,path:{basename:$t.basename,dirname:$t.dirname,extname:$t.extname,relative:$t.relative,resolve:$t.resolve},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(r,t)=>process.emitWarning(r,t),execPath:()=>process.execPath,exit:process.exit,nextTick:process.nextTick,stdColumns:typeof process.stdout.columns<"u"?process.stdout.columns:null},readFileSync:Bi.readFileSync,require:()=>{throw new J(Ua)},requireDirectory:()=>{throw new J(Wi)},stringWidth:r=>[...r].length,y18n:Li({directory:(0,$t.resolve)(Ue,"../../../locales"),updateFiles:!1})};function mt(r,t,e,n){e.assert.notStrictEqual(r,t,n)}function gr(r,t){t.assert.strictEqual(typeof r,"string")}function Ae(r){return Object.keys(r)}function Q(r){return!!r&&!!r.then&&typeof r.then=="function"}function Ht(r){let e=r.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),n=/\.*[\][<>]/g,i=e.shift();if(!i)throw new Error(`No command found in: ${r}`);let s={cmd:i.replace(n,""),demanded:[],optional:[]};return e.forEach((o,c)=>{let p=!1;o=o.replace(/\s/g,""),/\.+[\]>]/.test(o)&&c===e.length-1&&(p=!0),/^\[/.test(o)?s.optional.push({cmd:o.replace(n,"").split("|"),variadic:p}):s.demanded.push({cmd:o.replace(n,"").split("|"),variadic:p})}),s}var Ta=["first","second","third","fourth","fifth","sixth"];function _(r,t,e){function n(){return typeof r=="object"?[{demanded:[],optional:[]},r,t]:[Ht(`cmd ${r}`),t,e]}try{let i=0,[s,o,c]=n(),p=[].slice.call(o);for(;p.length&&p[p.length-1]===void 0;)p.pop();let b=c||p.length;if(b<s.demanded.length)throw new J(`Not enough arguments provided. Expected ${s.demanded.length} but received ${p.length}.`);let d=s.demanded.length+s.optional.length;if(b>d)throw new J(`Too many arguments provided. Expected max ${d} but received ${b}.`);s.demanded.forEach(h=>{let g=p.shift(),y=qi(g);h.cmd.filter(C=>C===y||C==="*").length===0&&Gi(y,h.cmd,i),i+=1}),s.optional.forEach(h=>{if(p.length===0)return;let g=p.shift(),y=qi(g);h.cmd.filter(C=>C===y||C==="*").length===0&&Gi(y,h.cmd,i),i+=1})}catch(i){console.warn(i.stack)}}function qi(r){return Array.isArray(r)?"array":r===null?"null":typeof r}function Gi(r,t,e){throw new J(`Invalid ${Ta[e]||"manyith"} argument. Expected ${t.join(" or ")} but received ${r}.`)}var an=class{constructor(t){this.globalMiddleware=[],this.frozens=[],this.yargs=t}addMiddleware(t,e,n=!0,i=!1){if(_("<array|function> [boolean] [boolean] [boolean]",[t,e,n],arguments.length),Array.isArray(t)){for(let s=0;s<t.length;s++){if(typeof t[s]!="function")throw Error("middleware must be a function");let o=t[s];o.applyBeforeValidation=e,o.global=n}Array.prototype.push.apply(this.globalMiddleware,t)}else if(typeof t=="function"){let s=t;s.applyBeforeValidation=e,s.global=n,s.mutates=i,this.globalMiddleware.push(t)}return this.yargs}addCoerceMiddleware(t,e){let n=this.yargs.getAliases();return this.globalMiddleware=this.globalMiddleware.filter(i=>{let s=[...n[e]||[],e];return i.option?!s.includes(i.option):!0}),t.option=e,this.addMiddleware(t,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let t=this.frozens.pop();t!==void 0&&(this.globalMiddleware=t)}reset(){this.globalMiddleware=this.globalMiddleware.filter(t=>t.global)}};function Yi(r){return r?r.map(t=>(t.applyBeforeValidation=!1,t)):[]}function ee(r,t,e,n){return e.reduce((i,s)=>{if(s.applyBeforeValidation!==n)return i;if(s.mutates){if(s.applied)return i;s.applied=!0}if(Q(i))return i.then(o=>Promise.all([o,s(o,t)])).then(([o,c])=>Object.assign(o,c));{let o=s(i,t);return Q(o)?o.then(c=>Object.assign(i,c)):Object.assign(i,o)}},r)}function ne(r,t,e=n=>{throw n}){try{let n=La(r)?r():r;return Q(n)?n.then(i=>t(i)):t(n)}catch(n){return e(n)}}function La(r){return typeof r=="function"}function br(r){if(typeof V>"u")return null;for(let t=0,e=Object.keys(V.cache),n;t<e.length;t++)if(n=V.cache[e[t]],n.exports===r)return n;return null}var Ee=/(^\*)|(^\$0)/,wr=class{constructor(t,e,n,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=t,this.globalMiddleware=n,this.validation=e}addDirectory(t,e,n,i){i=i||{},typeof i.recurse!="boolean"&&(i.recurse=!1),Array.isArray(i.extensions)||(i.extensions=["js"]);let s=typeof i.visit=="function"?i.visit:o=>o;i.visit=(o,c,p)=>{let b=s(o,c,p);if(b){if(this.requireCache.has(c))return b;this.requireCache.add(c),this.addHandler(b)}return b},this.shim.requireDirectory({require:e,filename:n},t,i)}addHandler(t,e,n,i,s,o){let c=[],p=Yi(s);if(i=i||(()=>{}),Array.isArray(t))if(Wa(t))[t,...c]=t;else for(let b of t)this.addHandler(b);else if(Ba(t)){let b=Array.isArray(t.command)||typeof t.command=="string"?t.command:this.moduleName(t);t.aliases&&(b=[].concat(b).concat(t.aliases)),this.addHandler(b,this.extractDesc(t),t.builder,t.handler,t.middlewares,t.deprecated);return}else if(Ki(n)){this.addHandler([t].concat(c),e,n.builder,n.handler,n.middlewares,n.deprecated);return}if(typeof t=="string"){let b=Ht(t);c=c.map(g=>Ht(g).cmd);let d=!1,h=[b.cmd].concat(c).filter(g=>Ee.test(g)?(d=!0,!1):!0);h.length===0&&d&&h.push("$0"),d&&(b.cmd=h[0],c=h.slice(1),t=t.replace(Ee,b.cmd)),c.forEach(g=>{this.aliasMap[g]=b.cmd}),e!==!1&&this.usage.command(t,e,d,c,o),this.handlers[b.cmd]={original:t,description:e,handler:i,builder:n||{},middlewares:p,deprecated:o,demanded:b.demanded,optional:b.optional},d&&(this.defaultCommand=this.handlers[b.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(t,e,n,i,s,o){let c=this.handlers[t]||this.handlers[this.aliasMap[t]]||this.defaultCommand,p=e.getInternalMethods().getContext(),b=p.commands.slice(),d=!t;t&&(p.commands.push(t),p.fullCommands.push(c.original));let h=this.applyBuilderUpdateUsageAndParse(d,c,e,n.aliases,b,i,s,o);return Q(h)?h.then(g=>this.applyMiddlewareAndGetResult(d,c,g.innerArgv,p,s,g.aliases,e)):this.applyMiddlewareAndGetResult(d,c,h.innerArgv,p,s,h.aliases,e)}applyBuilderUpdateUsageAndParse(t,e,n,i,s,o,c,p){let b=e.builder,d=n;if(cn(b)){n.getInternalMethods().getUsageInstance().freeze();let h=b(n.getInternalMethods().reset(i),p);if(Q(h))return h.then(g=>(d=Qi(g)?g:n,this.parseAndUpdateUsage(t,e,d,s,o,c)))}else Ra(b)&&(n.getInternalMethods().getUsageInstance().freeze(),d=n.getInternalMethods().reset(i),Object.keys(e.builder).forEach(h=>{d.option(h,b[h])}));return this.parseAndUpdateUsage(t,e,d,s,o,c)}parseAndUpdateUsage(t,e,n,i,s,o){t&&n.getInternalMethods().getUsageInstance().unfreeze(!0),this.shouldUpdateUsage(n)&&n.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(i,e),e.description);let c=n.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,s,o);return Q(c)?c.then(p=>({aliases:n.parsed.aliases,innerArgv:p})):{aliases:n.parsed.aliases,innerArgv:c}}shouldUpdateUsage(t){return!t.getInternalMethods().getUsageInstance().getUsageDisabled()&&t.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(t,e){let n=Ee.test(e.original)?e.original.replace(Ee,"").trim():e.original,i=t.filter(s=>!Ee.test(s));return i.push(n),`$0 ${i.join(" ")}`}handleValidationAndGetResult(t,e,n,i,s,o,c,p){if(!o.getInternalMethods().getHasOutput()){let b=o.getInternalMethods().runValidation(s,p,o.parsed.error,t);n=ne(n,d=>(b(d),d))}if(e.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let b=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(n,b,!1,!1),n=ee(n,o,c,!1),n=ne(n,d=>{let h=e.handler(d);return Q(h)?h.then(()=>d):d}),t||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),Q(n)&&!o.getInternalMethods().hasParseCallback()&&n.catch(d=>{try{o.getInternalMethods().getUsageInstance().fail(null,d)}catch{}})}return t||(i.commands.pop(),i.fullCommands.pop()),n}applyMiddlewareAndGetResult(t,e,n,i,s,o,c){let p={};if(s)return n;c.getInternalMethods().getHasOutput()||(p=this.populatePositionals(e,n,i,c));let b=this.globalMiddleware.getMiddleware().slice(0).concat(e.middlewares),d=ee(n,c,b,!0);return Q(d)?d.then(h=>this.handleValidationAndGetResult(t,e,h,i,o,c,b,p)):this.handleValidationAndGetResult(t,e,d,i,o,c,b,p)}populatePositionals(t,e,n,i){e._=e._.slice(n.commands.length);let s=t.demanded.slice(0),o=t.optional.slice(0),c={};for(this.validation.positionalCount(s.length,e._.length);s.length;){let p=s.shift();this.populatePositional(p,e,c)}for(;o.length;){let p=o.shift();this.populatePositional(p,e,c)}return e._=n.commands.concat(e._.map(p=>""+p)),this.postProcessPositionals(e,c,this.cmdToParseOptions(t.original),i),c}populatePositional(t,e,n){let i=t.cmd[0];t.variadic?n[i]=e._.splice(0).map(String):e._.length&&(n[i]=[String(e._.shift())])}cmdToParseOptions(t){let e={array:[],default:{},alias:{},demand:{}},n=Ht(t);return n.demanded.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(e.array.push(s),e.default[s]=[]),e.alias[s]=o,e.demand[s]=!0}),n.optional.forEach(i=>{let[s,...o]=i.cmd;i.variadic&&(e.array.push(s),e.default[s]=[]),e.alias[s]=o}),e}postProcessPositionals(t,e,n,i){let s=Object.assign({},i.getOptions());s.default=Object.assign(n.default,s.default);for(let b of Object.keys(n.alias))s.alias[b]=(s.alias[b]||[]).concat(n.alias[b]);s.array=s.array.concat(n.array),s.config={};let o=[];if(Object.keys(e).forEach(b=>{e[b].map(d=>{s.configuration["unknown-options-as-args"]&&(s.key[b]=!0),o.push(`--${b}`),o.push(d)})}),!o.length)return;let c=Object.assign({},s.configuration,{"populate--":!1}),p=this.shim.Parser.detailed(o,Object.assign({},s,{configuration:c}));if(p.error)i.getInternalMethods().getUsageInstance().fail(p.error.message,p.error);else{let b=Object.keys(e);Object.keys(e).forEach(d=>{b.push(...p.aliases[d])}),Object.keys(p.argv).forEach(d=>{b.includes(d)&&(e[d]||(e[d]=p.argv[d]),!this.isInConfigs(i,d)&&!this.isDefaulted(i,d)&&Object.prototype.hasOwnProperty.call(t,d)&&Object.prototype.hasOwnProperty.call(p.argv,d)&&(Array.isArray(t[d])||Array.isArray(p.argv[d]))?t[d]=[].concat(t[d],p.argv[d]):t[d]=p.argv[d])})}}isDefaulted(t,e){let{default:n}=t.getOptions();return Object.prototype.hasOwnProperty.call(n,e)||Object.prototype.hasOwnProperty.call(n,this.shim.Parser.camelCase(e))}isInConfigs(t,e){let{configObjects:n}=t.getOptions();return n.some(i=>Object.prototype.hasOwnProperty.call(i,e))||n.some(i=>Object.prototype.hasOwnProperty.call(i,this.shim.Parser.camelCase(e)))}runDefaultBuilderOn(t){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(t)){let n=Ee.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");t.getInternalMethods().getUsageInstance().usage(n,this.defaultCommand.description)}let e=this.defaultCommand.builder;if(cn(e))return e(t,!0);Ki(e)||Object.keys(e).forEach(n=>{t.option(n,e[n])})}moduleName(t){let e=br(t);if(!e)throw new Error(`No command name given for module: ${this.shim.inspect(t)}`);return this.commandFromFilename(e.filename)}commandFromFilename(t){return this.shim.path.basename(t,this.shim.path.extname(t))}extractDesc({describe:t,description:e,desc:n}){for(let i of[t,e,n]){if(typeof i=="string"||i===!1)return i;mt(i,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let t=this.frozens.pop();mt(t,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=t}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function Ji(r,t,e,n){return new wr(r,t,e,n)}function Ki(r){return typeof r=="object"&&!!r.builder&&typeof r.handler=="function"}function Wa(r){return r.every(t=>typeof t=="string")}function cn(r){return typeof r=="function"}function Ra(r){return typeof r=="object"}function Ba(r){return typeof r=="object"&&!Array.isArray(r)}function qt(r={},t=()=>!0){let e={};return Ae(r).forEach(n=>{t(n,r[n])&&(e[n]=r[n])}),e}function Gt(r){typeof process>"u"||[process.stdout,process.stderr].forEach(t=>{let e=t;e._handle&&e.isTTY&&typeof e._handle.setBlocking=="function"&&e._handle.setBlocking(r)})}function Va(r){return typeof r=="boolean"}function Zi(r,t){let e=t.y18n.__,n={},i=[];n.failFn=function(A){i.push(A)};let s=null,o=null,c=!0;n.showHelpOnFail=function(A=!0,P){let[L,q]=typeof A=="string"?[!0,A]:[A,P];return r.getInternalMethods().isGlobalContext()&&(o=q),s=q,c=L,n};let p=!1;n.fail=function(A,P){let L=r.getInternalMethods().getLoggerInstance();if(i.length)for(let q=i.length-1;q>=0;--q){let ot=i[q];if(Va(ot)){if(P)throw P;if(A)throw Error(A)}else ot(A,P,n)}else{if(r.getExitProcess()&&Gt(!0),!p){p=!0,c&&(r.showHelp("error"),L.error()),(A||P)&&L.error(A||P);let q=s||o;q&&((A||P)&&L.error(""),L.error(q))}if(P=P||new J(A),r.getExitProcess())return r.exit(1);if(r.getInternalMethods().hasParseCallback())return r.exit(1,P);throw P}};let b=[],d=!1;n.usage=(j,A)=>j===null?(d=!0,b=[],n):(d=!1,b.push([j,A||""]),n),n.getUsage=()=>b,n.getUsageDisabled=()=>d,n.getPositionalGroupName=()=>e("Positionals:");let h=[];n.example=(j,A)=>{h.push([j,A||""])};let g=[];n.command=function(A,P,L,q,ot=!1){L&&(g=g.map(H=>(H[2]=!1,H))),g.push([A,P||"",L,q,ot])},n.getCommands=()=>g;let y={};n.describe=function(A,P){Array.isArray(A)?A.forEach(L=>{n.describe(L,P)}):typeof A=="object"?Object.keys(A).forEach(L=>{n.describe(L,A[L])}):y[A]=P},n.getDescriptions=()=>y;let x=[];n.epilog=j=>{x.push(j)};let C=!1,m;n.wrap=j=>{C=!0,m=j},n.getWrap=()=>t.getEnv("YARGS_DISABLE_WRAP")?null:(C||(m=ut(),C=!0),m);let $="__yargsString__:";n.deferY18nLookup=j=>$+j,n.help=function(){if(z)return z;W();let A=r.customScriptName?r.$0:t.path.basename(r.$0),P=r.getDemandedOptions(),L=r.getDemandedCommands(),q=r.getDeprecatedOptions(),ot=r.getGroups(),H=r.getOptions(),at=[];at=at.concat(Object.keys(y)),at=at.concat(Object.keys(P)),at=at.concat(Object.keys(L)),at=at.concat(Object.keys(H.default)),at=at.filter(ft),at=Object.keys(at.reduce((F,X)=>(X!=="_"&&(F[X]=!0),F),{}));let Qt=n.getWrap(),k=t.cliui({width:Qt,wrap:!!Qt});if(!d){if(b.length)b.forEach(F=>{k.div({text:`${F[0].replace(/\$0/g,A)}`}),F[1]&&k.div({text:`${F[1]}`,padding:[1,0,0,0]})}),k.div();else if(g.length){let F=null;L._?F=`${A} <${e("command")}>
|
|
9
|
-
|
|
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[Na]||0).fill("")),i.push(...new Array(s.padding[$a]||0).fill(""))),i.forEach((a,f)=>{n[f]||n.push([]);let p=n[f];for(let m=0;m<o;m++)p[m]===void 0&&p.push("");p.push(a)})}),n}negatePadding(e){let n=e.width||0;return e.padding&&(n-=(e.padding[un]||0)+(e.padding[on]||0)),e.border&&(n-=4),n}columnWidths(e){if(!this.wrap)return e.map(o=>o.width||be.stringWidth(o.text));let n=e.length,r=this.width,i=e.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,La(e[a])):o)}};function ki(t,e,n){return t.border?/[.']-+[.']/.test(e)?"":e.trim().length!==0?n:" ":""}function La(t){let e=t.padding||[],n=1+(e[un]||0)+(e[on]||0);return t.border?n+4:n}function Ua(){return typeof process=="object"&&process.stdout&&process.stdout.columns?process.stdout.columns:80}function za(t,e){t=t.trim();let n=be.stringWidth(t);return n<e?" ".repeat(e-n)+t:t}function Ra(t,e){t=t.trim();let n=be.stringWidth(t);return n>=e?t:" ".repeat(e-n>>1)+t}var be;function Ji(t,e){return be=e,new Ar({width:t?.width||Ua(),wrap:t?.wrap})}function Br({onlyFirst:t=!1}={}){let n=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(n,t?void 0:"g")}var Wa=Br();function rt(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(Wa,"")}function Qi(t){return t===161||t===164||t===167||t===168||t===170||t===173||t===174||t>=176&&t<=180||t>=182&&t<=186||t>=188&&t<=191||t===198||t===208||t===215||t===216||t>=222&&t<=225||t===230||t>=232&&t<=234||t===236||t===237||t===240||t===242||t===243||t>=247&&t<=250||t===252||t===254||t===257||t===273||t===275||t===283||t===294||t===295||t===299||t>=305&&t<=307||t===312||t>=319&&t<=322||t===324||t>=328&&t<=331||t===333||t===338||t===339||t===358||t===359||t===363||t===462||t===464||t===466||t===468||t===470||t===472||t===474||t===476||t===593||t===609||t===708||t===711||t>=713&&t<=715||t===717||t===720||t>=728&&t<=731||t===733||t===735||t>=768&&t<=879||t>=913&&t<=929||t>=931&&t<=937||t>=945&&t<=961||t>=963&&t<=969||t===1025||t>=1040&&t<=1103||t===1105||t===8208||t>=8211&&t<=8214||t===8216||t===8217||t===8220||t===8221||t>=8224&&t<=8226||t>=8228&&t<=8231||t===8240||t===8242||t===8243||t===8245||t===8251||t===8254||t===8308||t===8319||t>=8321&&t<=8324||t===8364||t===8451||t===8453||t===8457||t===8467||t===8470||t===8481||t===8482||t===8486||t===8491||t===8531||t===8532||t>=8539&&t<=8542||t>=8544&&t<=8555||t>=8560&&t<=8569||t===8585||t>=8592&&t<=8601||t===8632||t===8633||t===8658||t===8660||t===8679||t===8704||t===8706||t===8707||t===8711||t===8712||t===8715||t===8719||t===8721||t===8725||t===8730||t>=8733&&t<=8736||t===8739||t===8741||t>=8743&&t<=8748||t===8750||t>=8756&&t<=8759||t===8764||t===8765||t===8776||t===8780||t===8786||t===8800||t===8801||t>=8804&&t<=8807||t===8810||t===8811||t===8814||t===8815||t===8834||t===8835||t===8838||t===8839||t===8853||t===8857||t===8869||t===8895||t===8978||t>=9312&&t<=9449||t>=9451&&t<=9547||t>=9552&&t<=9587||t>=9600&&t<=9615||t>=9618&&t<=9621||t===9632||t===9633||t>=9635&&t<=9641||t===9650||t===9651||t===9654||t===9655||t===9660||t===9661||t===9664||t===9665||t>=9670&&t<=9672||t===9675||t>=9678&&t<=9681||t>=9698&&t<=9701||t===9711||t===9733||t===9734||t===9737||t===9742||t===9743||t===9756||t===9758||t===9792||t===9794||t===9824||t===9825||t>=9827&&t<=9829||t>=9831&&t<=9834||t===9836||t===9837||t===9839||t===9886||t===9887||t===9919||t>=9926&&t<=9933||t>=9935&&t<=9939||t>=9941&&t<=9953||t===9955||t===9960||t===9961||t>=9963&&t<=9969||t===9972||t>=9974&&t<=9977||t===9979||t===9980||t===9982||t===9983||t===10045||t>=10102&&t<=10111||t>=11094&&t<=11097||t>=12872&&t<=12879||t>=57344&&t<=63743||t>=65024&&t<=65039||t===65533||t>=127232&&t<=127242||t>=127248&&t<=127277||t>=127280&&t<=127337||t>=127344&&t<=127373||t===127375||t===127376||t>=127387&&t<=127404||t>=917760&&t<=917999||t>=983040&&t<=1048573||t>=1048576&&t<=1114109}function Zi(t){return t===12288||t>=65281&&t<=65376||t>=65504&&t<=65510}function Xi(t){return t>=4352&&t<=4447||t===8986||t===8987||t===9001||t===9002||t>=9193&&t<=9196||t===9200||t===9203||t===9725||t===9726||t===9748||t===9749||t>=9776&&t<=9783||t>=9800&&t<=9811||t===9855||t>=9866&&t<=9871||t===9875||t===9889||t===9898||t===9899||t===9917||t===9918||t===9924||t===9925||t===9934||t===9940||t===9962||t===9970||t===9971||t===9973||t===9978||t===9981||t===9989||t===9994||t===9995||t===10024||t===10060||t===10062||t>=10067&&t<=10069||t===10071||t>=10133&&t<=10135||t===10160||t===10175||t===11035||t===11036||t===11088||t===11093||t>=11904&&t<=11929||t>=11931&&t<=12019||t>=12032&&t<=12245||t>=12272&&t<=12287||t>=12289&&t<=12350||t>=12353&&t<=12438||t>=12441&&t<=12543||t>=12549&&t<=12591||t>=12593&&t<=12686||t>=12688&&t<=12773||t>=12783&&t<=12830||t>=12832&&t<=12871||t>=12880&&t<=42124||t>=42128&&t<=42182||t>=43360&&t<=43388||t>=44032&&t<=55203||t>=63744&&t<=64255||t>=65040&&t<=65049||t>=65072&&t<=65106||t>=65108&&t<=65126||t>=65128&&t<=65131||t>=94176&&t<=94180||t===94192||t===94193||t>=94208&&t<=100343||t>=100352&&t<=101589||t>=101631&&t<=101640||t>=110576&&t<=110579||t>=110581&&t<=110587||t===110589||t===110590||t>=110592&&t<=110882||t===110898||t>=110928&&t<=110930||t===110933||t>=110948&&t<=110951||t>=110960&&t<=111355||t>=119552&&t<=119638||t>=119648&&t<=119670||t===126980||t===127183||t===127374||t>=127377&&t<=127386||t>=127488&&t<=127490||t>=127504&&t<=127547||t>=127552&&t<=127560||t===127568||t===127569||t>=127584&&t<=127589||t>=127744&&t<=127776||t>=127789&&t<=127797||t>=127799&&t<=127868||t>=127870&&t<=127891||t>=127904&&t<=127946||t>=127951&&t<=127955||t>=127968&&t<=127984||t===127988||t>=127992&&t<=128062||t===128064||t>=128066&&t<=128252||t>=128255&&t<=128317||t>=128331&&t<=128334||t>=128336&&t<=128359||t===128378||t===128405||t===128406||t===128420||t>=128507&&t<=128591||t>=128640&&t<=128709||t===128716||t>=128720&&t<=128722||t>=128725&&t<=128727||t>=128732&&t<=128735||t===128747||t===128748||t>=128756&&t<=128764||t>=128992&&t<=129003||t===129008||t>=129292&&t<=129338||t>=129340&&t<=129349||t>=129351&&t<=129535||t>=129648&&t<=129660||t>=129664&&t<=129673||t>=129679&&t<=129734||t>=129742&&t<=129756||t>=129759&&t<=129769||t>=129776&&t<=129784||t>=131072&&t<=196605||t>=196608&&t<=262141}function Va(t){if(!Number.isSafeInteger(t))throw new TypeError(`Expected a code point, got \`${typeof t}\`.`)}function es(t,{ambiguousAsWide:e=!1}={}){return Va(t),Zi(t)||Xi(t)||e&&Qi(t)?2:1}var rs=Ft(ns(),1),Ha=new Intl.Segmenter,Ga=/^\p{Default_Ignorable_Code_Point}$/u;function Me(t,e={}){if(typeof t!="string"||t.length===0)return 0;let{ambiguousIsNarrow:n=!0,countAnsiEscapeCodes:r=!1}=e;if(r||(t=rt(t)),t.length===0)return 0;let i=0,s={ambiguousAsWide:!n};for(let{segment:o}of Ha.segment(t)){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)&&!Ga.test(o)){if((0,rs.default)().test(o)){i+=2;continue}i+=es(a,s)}}return i}var is=(t=0)=>e=>`\x1B[${e+t}m`,ss=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,os=(t=0)=>(e,n,r)=>`\x1B[${38+t};2;${e};${n};${r}m`,Z={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]}},Sh=Object.keys(Z.modifier),qa=Object.keys(Z.color),Ya=Object.keys(Z.bgColor),vh=[...qa,...Ya];function Ka(){let t=new Map;for(let[e,n]of Object.entries(Z)){for(let[r,i]of Object.entries(n))Z[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=Z[r],t.set(i[0],i[1]);Object.defineProperty(Z,e,{value:n,enumerable:!1})}return Object.defineProperty(Z,"codes",{value:t,enumerable:!1}),Z.color.close="\x1B[39m",Z.bgColor.close="\x1B[49m",Z.color.ansi=is(),Z.color.ansi256=ss(),Z.color.ansi16m=os(),Z.bgColor.ansi=is(10),Z.bgColor.ansi256=ss(10),Z.bgColor.ansi16m=os(10),Object.defineProperties(Z,{rgbToAnsi256:{value:(e,n,r)=>e===n&&n===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5),enumerable:!1},hexToRgb:{value:e=>{let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.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:e=>Z.rgbToAnsi256(...Z.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value:e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let n,r,i;if(e>=232)n=((e-232)*10+8)/255,r=n,i=n;else{e-=16;let a=e%36;n=Math.floor(e/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:(e,n,r)=>Z.ansi256ToAnsi(Z.rgbToAnsi256(e,n,r)),enumerable:!1},hexToAnsi:{value:e=>Z.ansi256ToAnsi(Z.hexToAnsi256(e)),enumerable:!1}}),Z}var ka=Ka(),us=ka;var cn=new Set(["\x1B","\x9B"]),Ja=39,_r="\x07",ls="[",Qa="]",fs="m",an=`${Qa}8;;`,as=t=>`${cn.values().next().value}${ls}${t}${fs}`,cs=t=>`${cn.values().next().value}${an}${t}${_r}`,Za=t=>t.split(" ").map(e=>Me(e)),Or=(t,e,n)=>{let r=[...e],i=!1,s=!1,o=Me(rt(t.at(-1)));for(let[a,f]of r.entries()){let p=Me(f);if(o+p<=n?t[t.length-1]+=f:(t.push(f),o=0),cn.has(f)&&(i=!0,s=r.slice(a+1,a+1+an.length).join("")===an),i){s?f===_r&&(i=!1,s=!1):f===fs&&(i=!1);continue}o+=p,o===n&&a<r.length-1&&(t.push(""),o=0)}!o&&t.at(-1).length>0&&t.length>1&&(t[t.length-2]+=t.pop())},Xa=t=>{let e=t.split(" "),n=e.length;for(;n>0&&!(Me(e[n-1])>0);)n--;return n===e.length?t:e.slice(0,n).join(" ")+e.slice(n).join("")},ec=(t,e,n={})=>{if(n.trim!==!1&&t.trim()==="")return"";let r="",i,s,o=Za(t),a=[""];for(let[l,g]of t.split(" ").entries()){n.trim!==!1&&(a[a.length-1]=a.at(-1).trimStart());let E=Me(a.at(-1));if(l!==0&&(E>=e&&(n.wordWrap===!1||n.trim===!1)&&(a.push(""),E=0),(E>0||n.trim===!1)&&(a[a.length-1]+=" ",E++)),n.hard&&o[l]>e){let C=e-E,b=1+Math.floor((o[l]-C-1)/e);Math.floor((o[l]-1)/e)<b&&a.push(""),Or(a,g,e);continue}if(E+o[l]>e&&E>0&&o[l]>0){if(n.wordWrap===!1&&E<e){Or(a,g,e);continue}a.push("")}if(E+o[l]>e&&n.wordWrap===!1){Or(a,g,e);continue}a[a.length-1]+=g}n.trim!==!1&&(a=a.map(l=>Xa(l)));let f=a.join(`
|
|
8
|
+
`),p=[...f],m=0;for(let[l,g]of p.entries()){if(r+=g,cn.has(g)){let{groups:C}=new RegExp(`(?:\\${ls}(?<code>\\d+)m|\\${an}(?<uri>.*)${_r})`).exec(f.slice(m))||{groups:{}};if(C.code!==void 0){let b=Number.parseFloat(C.code);i=b===Ja?void 0:b}else C.uri!==void 0&&(s=C.uri.length===0?void 0:C.uri)}let E=us.codes.get(Number(i));p[l+1]===`
|
|
9
|
+
`?(s&&(r+=cs("")),i&&E&&(r+=as(E))):g===`
|
|
10
|
+
`&&(i&&E&&(r+=as(i)),s&&(r+=cs(s))),m+=g.length}return r};function Sr(t,e,n){return String(t).normalize().replaceAll(`\r
|
|
11
|
+
`,`
|
|
12
|
+
`).split(`
|
|
13
|
+
`).map(r=>ec(r,e,n)).join(`
|
|
14
|
+
`)}function vr(t){return Ji(t,{stringWidth:Me,stripAnsi:rt,wrap:Sr})}var Ot=k("path"),ln=k("fs");function hs(t,e){let n=(0,Ot.resolve)(".",t),r;for((0,ln.statSync)(n).isDirectory()||(n=(0,Ot.dirname)(n));;){if(r=e(n,(0,ln.readdirSync)(n)),r)return(0,Ot.resolve)(n,r);if(n=(0,Ot.dirname)(r=n),r===n)break}}var vs=k("util"),Lr=k("url");var Fs=k("util"),dn=k("path");function it(t){if(t!==t.toLowerCase()&&t!==t.toUpperCase()||(t=t.toLowerCase()),t.indexOf("-")===-1&&t.indexOf("_")===-1)return t;{let n="",r=!1,i=t.match(/^-+/);for(let s=i?i[0].length:0;s<t.length;s++){let o=t.charAt(s);r&&(r=!1,o=o.toUpperCase()),s!==0&&(o==="-"||o==="_")?r=!0:o!=="-"&&o!=="_"&&(n+=o)}return n}}function fn(t,e){let n=t.toLowerCase();e=e||"-";let r="";for(let i=0;i<t.length;i++){let s=n.charAt(i),o=t.charAt(i);s!==o&&i>0?r+=`${e}${n.charAt(i)}`:r+=o}return r}function hn(t){return t==null?!1:typeof t=="number"||/^0x[0-9a-f]+$/i.test(t)?!0:/^0[^.]/.test(t)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(t)}function Ds(t){if(Array.isArray(t))return t.map(o=>typeof o!="string"?o+"":o);t=t.trim();let e=0,n=null,r=null,i=null,s=[];for(let o=0;o<t.length;o++){if(n=r,r=t.charAt(o),r===" "&&!i){n!==" "&&e++;continue}r===i?i=null:(r==="'"||r==='"')&&!i&&(i=r),s[e]||(s[e]=""),s[e]+=r}return s}var Se;(function(t){t.BOOLEAN="boolean",t.STRING="string",t.NUMBER="number",t.ARRAY="array"})(Se||(Se={}));var Ve,Dn=class{constructor(e){Ve=e}parse(e,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=Ds(e),s=typeof e=="string",o=tc(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),p=r.configObjects||[],m=r.envPrefix,l=a["populate--"],g=l?"--":"_",E=Object.create(null),C=Object.create(null),b=r.__||Ve.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 D=typeof c=="object"?c.key:c,x=Object.keys(c).map(function(F){return{boolean:"bools",string:"strings",number:"numbers"}[F]}).filter(Boolean).pop();x&&(d[x][D]=!0),d.arrays[D]=!0,d.keys.push(D)}),[].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,D])=>{typeof D=="number"&&(d.nargs[c]=D,d.keys.push(c))}),typeof r.coerce=="object"&&Object.entries(r.coerce).forEach(([c,D])=>{typeof D=="function"&&(d.coercions[c]=D,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,D])=>{(typeof D=="boolean"||typeof D=="function")&&(d.configs[c]=D)})),tt(r.key,o,r.default,d.arrays),Object.keys(f).forEach(function(c){(d.aliases[c]||[]).forEach(function(D){f[D]=f[c]})});let L=null;Kt();let U=[],R=Object.assign(Object.create(null),{_:[]}),W={};for(let c=0;c<i.length;c++){let D=i[c],x=D.replace(/^-{3,}/,"---"),F,h,_,y,P,le;if(D!=="--"&&/^-/.test(D)&&te(D))H(D);else if(x.match(/^---+(=|$)/)){H(D);continue}else if(D.match(/^--.+=/)||!a["short-option-groups"]&&D.match(/^-.+=/))y=D.match(/^--?([^=]+)=([\s\S]*)$/),y!==null&&Array.isArray(y)&&y.length>=3&&(M(y[1],d.arrays)?c=de(c,y[1],i,y[2]):M(y[1],d.nargs)!==!1?c=K(c,y[1],i,y[2]):Y(y[1],y[2],!0));else if(D.match(z)&&a["boolean-negation"])y=D.match(z),y!==null&&Array.isArray(y)&&y.length>=2&&(h=y[1],Y(h,M(h,d.arrays)?[!1]:!1));else if(D.match(/^--.+/)||!a["short-option-groups"]&&D.match(/^-[^-]+/))y=D.match(/^--?(.+)/),y!==null&&Array.isArray(y)&&y.length>=2&&(h=y[1],M(h,d.arrays)?c=de(c,h,i):M(h,d.nargs)!==!1?c=K(c,h,i):(P=i[c+1],P!==void 0&&(!P.match(/^-/)||P.match(I))&&!M(h,d.bools)&&!M(h,d.counts)||/^(true|false)$/.test(P)?(Y(h,P),c++):Y(h,ne(h))));else if(D.match(/^-.\..+=/))y=D.match(/^-([^=]+)=([\s\S]*)$/),y!==null&&Array.isArray(y)&&y.length>=3&&Y(y[1],y[2]);else if(D.match(/^-.\..+/)&&!D.match(I))P=i[c+1],y=D.match(/^-(.\..+)/),y!==null&&Array.isArray(y)&&y.length>=2&&(h=y[1],P!==void 0&&!P.match(/^-/)&&!M(h,d.bools)&&!M(h,d.counts)?(Y(h,P),c++):Y(h,ne(h)));else if(D.match(/^-[^-]+/)&&!D.match(I)){_=D.slice(1,-1).split(""),F=!1;for(let me=0;me<_.length;me++){if(P=D.slice(me+2),_[me+1]&&_[me+1]==="="){le=D.slice(me+3),h=_[me],M(h,d.arrays)?c=de(c,h,i,le):M(h,d.nargs)!==!1?c=K(c,h,i,le):Y(h,le),F=!0;break}if(P==="-"){Y(_[me],P);continue}if(/[A-Za-z]/.test(_[me])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(P)&&M(P,d.bools)===!1){Y(_[me],P),F=!0;break}if(_[me+1]&&_[me+1].match(/\W/)){Y(_[me],P),F=!0;break}else Y(_[me],ne(_[me]))}h=D.slice(-1)[0],!F&&h!=="-"&&(M(h,d.arrays)?c=de(c,h,i):M(h,d.nargs)!==!1?c=K(c,h,i):(P=i[c+1],P!==void 0&&(!/^(-|--)[^-]/.test(P)||P.match(I))&&!M(h,d.bools)&&!M(h,d.counts)||/^(true|false)$/.test(P)?(Y(h,P),c++):Y(h,ne(h))))}else if(D.match(/^-[0-9]$/)&&D.match(I)&&M(D.slice(1),d.bools))h=D.slice(1),Y(h,ne(h));else if(D==="--"){U=i.slice(c+1);break}else if(a["halt-at-non-option"]){U=i.slice(c);break}else H(D)}G(R,!0),G(R,!1),$(R),ae(),X(R,d.aliases,f,!0),ce(R),a["set-placeholder-key"]&&et(R),Object.keys(d.counts).forEach(function(c){Ue(R,c.split("."))||Y(c,0)}),l&&U.length&&(R[g]=[]),U.forEach(function(c){R[g].push(c)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(R).filter(c=>c!=="--"&&c.includes("-")).forEach(c=>{delete R[c]}),a["strip-aliased"]&&[].concat(...Object.keys(o).map(c=>o[c])).forEach(c=>{a["camel-case-expansion"]&&c.includes("-")&&delete R[c.split(".").map(D=>it(D)).join(".")],delete R[c]});function H(c){let D=O("_",c);(typeof D=="string"||typeof D=="number")&&R._.push(D)}function K(c,D,x,F){let h,_=M(D,d.nargs);if(_=typeof _!="number"||isNaN(_)?1:_,_===0)return Te(F)||(L=Error(b("Argument unexpected for: %s",D))),Y(D,ne(D)),c;let y=Te(F)?0:1;if(a["nargs-eats-options"])x.length-(c+1)+y<_&&(L=Error(b("Not enough arguments following: %s",D))),y=_;else{for(h=c+1;h<x.length&&(!x[h].match(/^-[^0-9]/)||x[h].match(I)||te(x[h]));h++)y++;y<_&&(L=Error(b("Not enough arguments following: %s",D)))}let P=Math.min(y,_);for(!Te(F)&&P>0&&(Y(D,F),P--),h=c+1;h<P+c+1;h++)Y(D,x[h]);return c+P}function de(c,D,x,F){let h=[],_=F||x[c+1],y=M(D,d.nargs);if(M(D,d.bools)&&!/^(true|false)$/.test(_))h.push(!0);else if(Te(_)||Te(F)&&/^-/.test(_)&&!I.test(_)&&!te(_)){if(f[D]!==void 0){let P=f[D];h=Array.isArray(P)?P:[P]}}else{Te(F)||h.push(w(D,F,!0));for(let P=c+1;P<x.length&&!(!a["greedy-arrays"]&&h.length>0||y&&typeof y=="number"&&h.length>=y||(_=x[P],/^-/.test(_)&&!I.test(_)&&!te(_)));P++)c=P,h.push(w(D,_,s))}return typeof y=="number"&&(y&&h.length<y||isNaN(y)&&h.length===0)&&(L=Error(b("Not enough arguments following: %s",D))),Y(D,h),c}function Y(c,D,x=s){if(/-/.test(c)&&a["camel-case-expansion"]){let _=c.split(".").map(function(y){return it(y)}).join(".");S(c,_)}let F=w(c,D,x),h=c.split(".");ze(R,h,F),d.aliases[c]&&d.aliases[c].forEach(function(_){let y=_.split(".");ze(R,y,F)}),h.length>1&&a["dot-notation"]&&(d.aliases[h[0]]||[]).forEach(function(_){let y=_.split("."),P=[].concat(h);P.shift(),y=y.concat(P),(d.aliases[c]||[]).includes(y.join("."))||ze(R,y,F)}),M(c,d.normalize)&&!M(c,d.arrays)&&[c].concat(d.aliases[c]||[]).forEach(function(y){Object.defineProperty(W,y,{enumerable:!0,get(){return D},set(P){D=typeof P=="string"?Ve.normalize(P):P}})})}function S(c,D){d.aliases[c]&&d.aliases[c].length||(d.aliases[c]=[D],E[D]=!0),d.aliases[D]&&d.aliases[D].length||S(D,c)}function w(c,D,x){x&&(D=nc(D)),(M(c,d.bools)||M(c,d.counts))&&typeof D=="string"&&(D=D==="true");let F=Array.isArray(D)?D.map(function(h){return O(c,h)}):O(c,D);return M(c,d.counts)&&(Te(F)||typeof F=="boolean")&&(F=Pr()),M(c,d.normalize)&&M(c,d.arrays)&&(Array.isArray(D)?F=D.map(h=>Ve.normalize(h)):F=Ve.normalize(D)),F}function O(c,D){return!a["parse-positional-numbers"]&&c==="_"||!M(c,d.strings)&&!M(c,d.bools)&&!Array.isArray(D)&&(hn(D)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${D}`)))||!Te(D)&&M(c,d.numbers))&&(D=Number(D)),D}function $(c){let D=Object.create(null);X(D,d.aliases,f),Object.keys(d.configs).forEach(function(x){let F=c[x]||D[x];if(F)try{let h=null,_=Ve.resolve(Ve.cwd(),F),y=d.configs[x];if(typeof y=="function"){try{h=y(_)}catch(P){h=P}if(h instanceof Error){L=h;return}}else h=Ve.require(_);q(h)}catch(h){h.name==="PermissionDenied"?L=h:c[x]&&(L=Error(b("Invalid JSON config file: %s",F)))}})}function q(c,D){Object.keys(c).forEach(function(x){let F=c[x],h=D?D+"."+x:x;typeof F=="object"&&F!==null&&!Array.isArray(F)&&a["dot-notation"]?q(F,h):(!Ue(R,h.split("."))||M(h,d.arrays)&&a["combine-arrays"])&&Y(h,F)})}function ae(){typeof p<"u"&&p.forEach(function(c){q(c)})}function G(c,D){if(typeof m>"u")return;let x=typeof m=="string"?m:"",F=Ve.env();Object.keys(F).forEach(function(h){if(x===""||h.lastIndexOf(x,0)===0){let _=h.split("__").map(function(y,P){return P===0&&(y=y.substring(x.length)),it(y)});(D&&d.configs[_.join(".")]||!D)&&!Ue(c,_)&&Y(_.join("."),F[h])}})}function ce(c){let D,x=new Set;Object.keys(c).forEach(function(F){if(!x.has(F)&&(D=M(F,d.coercions),typeof D=="function"))try{let h=O(F,D(c[F]));[].concat(d.aliases[F]||[],F).forEach(_=>{x.add(_),c[_]=h})}catch(h){L=h}})}function et(c){return d.keys.forEach(D=>{~D.indexOf(".")||typeof c[D]>"u"&&(c[D]=void 0)}),c}function X(c,D,x,F=!1){Object.keys(x).forEach(function(h){Ue(c,h.split("."))||(ze(c,h.split("."),x[h]),F&&(C[h]=!0),(D[h]||[]).forEach(function(_){Ue(c,_.split("."))||ze(c,_.split("."),x[h])}))})}function Ue(c,D){let x=c;a["dot-notation"]||(D=[D.join(".")]),D.slice(0,-1).forEach(function(h){x=x[h]||{}});let F=D[D.length-1];return typeof x!="object"?!1:F in x}function ze(c,D,x){let F=c;a["dot-notation"]||(D=[D.join(".")]),D.slice(0,-1).forEach(function(le){le=ds(le),typeof F=="object"&&F[le]===void 0&&(F[le]={}),typeof F[le]!="object"||Array.isArray(F[le])?(Array.isArray(F[le])?F[le].push({}):F[le]=[F[le],{}],F=F[le][F[le].length-1]):F=F[le]});let h=ds(D[D.length-1]),_=M(D.join("."),d.arrays),y=Array.isArray(x),P=a["duplicate-arguments-array"];!P&&M(h,d.nargs)&&(P=!0,(!Te(F[h])&&d.nargs[h]===1||Array.isArray(F[h])&&F[h].length===d.nargs[h])&&(F[h]=void 0)),x===Pr()?F[h]=Pr(F[h]):Array.isArray(F[h])?P&&_&&y?F[h]=a["flatten-duplicate-arrays"]?F[h].concat(x):(Array.isArray(F[h][0])?F[h]:[F[h]]).concat([x]):!P&&!!_==!!y?F[h]=x:F[h]=F[h].concat([x]):F[h]===void 0&&_?F[h]=y?x:[x]:P&&!(F[h]===void 0||M(h,d.counts)||M(h,d.bools))?F[h]=[F[h],x]:F[h]=x}function tt(...c){c.forEach(function(D){Object.keys(D||{}).forEach(function(x){d.aliases[x]||(d.aliases[x]=[].concat(o[x]||[]),d.aliases[x].concat(x).forEach(function(F){if(/-/.test(F)&&a["camel-case-expansion"]){let h=it(F);h!==x&&d.aliases[x].indexOf(h)===-1&&(d.aliases[x].push(h),E[h]=!0)}}),d.aliases[x].concat(x).forEach(function(F){if(F.length>1&&/[A-Z]/.test(F)&&a["camel-case-expansion"]){let h=fn(F,"-");h!==x&&d.aliases[x].indexOf(h)===-1&&(d.aliases[x].push(h),E[h]=!0)}}),d.aliases[x].forEach(function(F){d.aliases[F]=[x].concat(d.aliases[x].filter(function(h){return F!==h}))}))})})}function M(c,D){let x=[].concat(d.aliases[c]||[],c),F=Object.keys(D),h=x.find(_=>F.includes(_));return h?D[h]:!1}function vn(c){let D=Object.keys(d);return[].concat(D.map(F=>d[F])).some(function(F){return Array.isArray(F)?F.includes(c):F[c]})}function j(c,...D){return[].concat(...D).some(function(F){let h=c.match(F);return h&&vn(h[1])})}function Q(c){if(c.match(I)||!c.match(/^-[^-]+/))return!1;let D=!0,x,F=c.slice(1).split("");for(let h=0;h<F.length;h++){if(x=c.slice(h+2),!vn(F[h])){D=!1;break}if(F[h+1]&&F[h+1]==="="||x==="-"||/[A-Za-z]/.test(F[h])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(x)||F[h+1]&&F[h+1].match(/\W/))break}return D}function te(c){return a["unknown-options-as-args"]&&V(c)}function V(c){return c=c.replace(/^-{3,}/,"--"),c.match(I)||Q(c)?!1:!j(c,/^-+([^=]+?)=[\s\S]*$/,z,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function ne(c){return!M(c,d.bools)&&!M(c,d.counts)&&`${c}`in f?f[c]:se(je(c))}function se(c){return{[Se.BOOLEAN]:!0,[Se.STRING]:"",[Se.NUMBER]:void 0,[Se.ARRAY]:[]}[c]}function je(c){let D=Se.BOOLEAN;return M(c,d.strings)?D=Se.STRING:M(c,d.numbers)?D=Se.NUMBER:M(c,d.bools)?D=Se.BOOLEAN:M(c,d.arrays)&&(D=Se.ARRAY),D}function Te(c){return c===void 0}function Kt(){Object.keys(d.counts).find(c=>M(c,d.arrays)?(L=Error(b("Invalid configuration: %s, opts.count excludes opts.array.",c)),!0):M(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(W,R),configuration:a,defaulted:Object.assign({},C),error:L,newAliases:Object.assign({},E)}}};function tc(t){let e=[],n=Object.create(null),r=!0;for(Object.keys(t).forEach(function(i){e.push([].concat(t[i],i))});r;){r=!1;for(let i=0;i<e.length;i++)for(let s=i+1;s<e.length;s++)if(e[i].filter(function(a){return e[s].indexOf(a)!==-1}).length){e[i]=e[i].concat(e[s]),e.splice(s,1),r=!0;break}}return e.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 Pr(t){return t!==void 0?t+1:1}function ds(t){return t==="__proto__"?"___proto___":t}function nc(t){return typeof t=="string"&&(t[0]==="'"||t[0]==='"')&&t[t.length-1]===t[0]?t.substring(1,t.length-1):t}var Cs=k("fs"),Mr=k("node:module"),ic={};var Ir,jr,Tr,ps=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):20,ms=(jr=(Ir=process==null?void 0:process.versions)===null||Ir===void 0?void 0:Ir.node)!==null&&jr!==void 0?jr:(Tr=process==null?void 0:process.version)===null||Tr===void 0?void 0:Tr.slice(1);if(ms&&Number(ms.match(/^([^.]+)/)[1])<ps)throw Error(`yargs parser supports a minimum Node.js version of ${ps}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);var rc=process?process.env:{},gs=Mr.createRequire?(0,Mr.createRequire)(ic.url):void 0,Es=new Dn({cwd:process.cwd,env:()=>rc,format:Fs.format,normalize:dn.normalize,resolve:dn.resolve,require:t=>{if(typeof gs<"u")return gs(t);if(t.match(/\.json$/))return JSON.parse((0,Cs.readFileSync)(t,"utf8"));throw Error("only .json config files are supported in ESM")}}),Ht=function(e,n){return Es.parse(e.slice(),n).argv};Ht.detailed=function(t,e){return Es.parse(t.slice(),e)};Ht.camelCase=it;Ht.decamelize=fn;Ht.looksLikeNumber=hn;var bs=Ht;var xe=k("path");function sc(){return oc()?0:1}function oc(){return uc()&&!process.defaultApp}function uc(){return!!process.versions.electron}function xs(){return process.argv[sc()]}var _t=k("fs"),ws=k("util"),ys=k("path"),As={fs:{readFileSync:_t.readFileSync,writeFile:_t.writeFile},format:ws.format,resolve:ys.resolve,exists:t=>{try{return(0,_t.statSync)(t).isFile()}catch{return!1}}};var Ne,Nr=class{constructor(e){e=e||{},this.directory=e.directory||"./locales",this.updateFiles=typeof e.updateFiles=="boolean"?e.updateFiles:!0,this.locale=e.locale||"en",this.fallbackToLanguage=typeof e.fallbackToLanguage=="boolean"?e.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...e){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);let n=e.shift(),r=function(){};return typeof e[e.length-1]=="function"&&(r=e.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(),Ne.format.apply(Ne.format,[this.cache[this.locale][n]||n].concat(e))}__n(){let e=Array.prototype.slice.call(arguments),n=e.shift(),r=e.shift(),i=e.shift(),s=function(){};typeof e[e.length-1]=="function"&&(s=e.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),Ne.format.apply(Ne.format,a.concat(e))}setLocale(e){this.locale=e}getLocale(){return this.locale}updateLocale(e){this.cache[this.locale]||this._readLocaleFile();for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&(this.cache[this.locale][n]=e[n])}_taggedLiteral(e,...n){let r="";return e.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(e){this.writeQueue.push(e),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){let e=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);Ne.fs.writeFile(o,a,"utf-8",function(f){e.writeQueue.shift(),e.writeQueue.length>0&&e._processWriteQueue(),s(f)})}_readLocaleFile(){let e={},n=this._resolveLocaleFile(this.directory,this.locale);try{Ne.fs.readFileSync&&(e=JSON.parse(Ne.fs.readFileSync(n,"utf-8")))}catch(r){if(r instanceof SyntaxError&&(r.message="syntax error in "+n),r.code==="ENOENT")e={};else throw r}this.cache[this.locale]=e}_resolveLocaleFile(e,n){let r=Ne.resolve(e,"./",n+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(r)&&~n.lastIndexOf("_")){let i=Ne.resolve(e,"./",n.split("_")[0]+".json");this._fileExistsSync(i)&&(r=i)}return r}_fileExistsSync(e){return Ne.exists(e)}};function Bs(t,e){Ne=e;let n=new Nr(t);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 ac=t=>Bs(t,As),Os=ac;var Ps=k("node:module"),Is=Ft(Ss(),1),mn=k("node:fs"),Ts={},$r=(0,Lr.fileURLToPath)(Ts.url),cc=$r.substring(0,$r.lastIndexOf("node_modules")),lc=(0,Ps.createRequire)(Ts.url),js={assert:{notStrictEqual:pn.notStrictEqual,strictEqual:pn.strictEqual},cliui:vr,findUp:hs,getEnv:t=>process.env[t],inspect:vs.inspect,getProcessArgvBin:xs,mainFilename:cc||process.cwd(),Parser:bs,path:{basename:xe.basename,dirname:xe.dirname,extname:xe.extname,relative:xe.relative,resolve:xe.resolve,join:xe.join},process:{argv:()=>process.argv,cwd:process.cwd,emitWarning:(t,e)=>process.emitWarning(t,e),execPath:()=>process.execPath,exit:t=>{process.exit(t)},nextTick:process.nextTick,stdColumns:typeof process.stdout.columns<"u"?process.stdout.columns:null},readFileSync:mn.readFileSync,readdirSync:mn.readdirSync,require:lc,getCallerFile:()=>{let t=(0,Is.default)(3);return t.match(/^file:\/\//)?(0,Lr.fileURLToPath)(t):t},stringWidth:Me,y18n:Os({directory:(0,xe.resolve)($r,"../../../locales"),updateFiles:!1})};function ge(t,e,n,r){n.assert.notStrictEqual(t,e,r)}function Ur(t,e){e.assert.strictEqual(typeof t,"string")}function St(t){return Object.keys(t)}function J(t){return!!t&&!!t.then&&typeof t.then=="function"}var oe=class t extends Error{constructor(e){super(e||"yargs error"),this.name="YError",Error.captureStackTrace&&Error.captureStackTrace(this,t)}};function Ke(t){let n=t.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),r=/\.*[\][<>]/g,i=n.shift();if(!i)throw new Error(`No command found in: ${t}`);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 fc=["first","second","third","fourth","fifth","sixth"];function A(t,e,n){function r(){return typeof t=="object"?[{demanded:[],optional:[]},t,e]:[Ke(`cmd ${t}`),e,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 p=a||f.length;if(p<s.demanded.length)throw new oe(`Not enough arguments provided. Expected ${s.demanded.length} but received ${f.length}.`);let m=s.demanded.length+s.optional.length;if(p>m)throw new oe(`Too many arguments provided. Expected max ${m} but received ${p}.`);s.demanded.forEach(l=>{let g=f.shift(),E=Ms(g);l.cmd.filter(b=>b===E||b==="*").length===0&&Ns(E,l.cmd,i),i+=1}),s.optional.forEach(l=>{if(f.length===0)return;let g=f.shift(),E=Ms(g);l.cmd.filter(b=>b===E||b==="*").length===0&&Ns(E,l.cmd,i),i+=1})}catch(i){console.warn(i.stack)}}function Ms(t){return Array.isArray(t)?"array":t===null?"null":typeof t}function Ns(t,e,n){throw new oe(`Invalid ${fc[n]||"manyith"} argument. Expected ${e.join(" or ")} but received ${t}.`)}var gn=class{constructor(e){this.globalMiddleware=[],this.frozens=[],this.yargs=e}addMiddleware(e,n,r=!0,i=!1){if(A("<array|function> [boolean] [boolean] [boolean]",[e,n,r],arguments.length),Array.isArray(e)){for(let s=0;s<e.length;s++){if(typeof e[s]!="function")throw Error("middleware must be a function");let o=e[s];o.applyBeforeValidation=n,o.global=r}Array.prototype.push.apply(this.globalMiddleware,e)}else if(typeof e=="function"){let s=e;s.applyBeforeValidation=n,s.global=r,s.mutates=i,this.globalMiddleware.push(e)}return this.yargs}addCoerceMiddleware(e,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}),e.option=n,this.addMiddleware(e,!0,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){let e=this.frozens.pop();e!==void 0&&(this.globalMiddleware=e)}reset(){this.globalMiddleware=this.globalMiddleware.filter(e=>e.global)}};function $s(t){return t?t.map(e=>(e.applyBeforeValidation=!1,e)):[]}function st(t,e,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(J(i))return i.then(o=>Promise.all([o,s(o,e)])).then(([o,a])=>Object.assign(o,a));{let o=s(i,e);return J(o)?o.then(a=>Object.assign(i,a)):Object.assign(i,o)}},t)}function ot(t,e,n=r=>{throw r}){try{let r=hc(t)?t():t;return J(r)?r.then(i=>e(i)):e(r)}catch(r){return n(r)}}function hc(t){return typeof t=="function"}var vt=/(^\*)|(^\$0)/,zr=class{constructor(e,n,r,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=e,this.globalMiddleware=r,this.validation=n}addDirectory(e,n,r,i){i=i||{},this.requireCache.add(r);let s=this.shim.path.resolve(this.shim.path.dirname(r),e),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 p=f.toString();if(i.exclude){let l=!1;if(typeof i.exclude=="function"?l=i.exclude(p):l=i.exclude.test(p),l)continue}if(i.include){let l=!1;if(typeof i.include=="function"?l=i.include(p):l=i.include.test(p),!l)continue}let m=!1;for(let l of i.extensions)p.endsWith(l)&&(m=!0);if(m){let l=this.shim.path.join(s,p),g=n(l),E=Object.create(null,Object.getOwnPropertyDescriptors({...g}));if(a(E,l,p)){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(e,n,r,i,s,o){let a=[],f=$s(s);if(i=i||(()=>{}),Array.isArray(e))if(Dc(e))[e,...a]=e;else for(let p of e)this.addHandler(p);else if(pc(e)){let p=Array.isArray(e.command)||typeof e.command=="string"?e.command:null;if(p===null)throw new Error(`No command name given for module: ${this.shim.inspect(e)}`);e.aliases&&(p=[].concat(p).concat(e.aliases)),this.addHandler(p,this.extractDesc(e),e.builder,e.handler,e.middlewares,e.deprecated);return}else if(Ls(r)){this.addHandler([e].concat(a),n,r.builder,r.handler,r.middlewares,r.deprecated);return}if(typeof e=="string"){let p=Ke(e);a=a.map(g=>Ke(g).cmd);let m=!1,l=[p.cmd].concat(a).filter(g=>vt.test(g)?(m=!0,!1):!0);l.length===0&&m&&l.push("$0"),m&&(p.cmd=l[0],a=l.slice(1),e=e.replace(vt,p.cmd)),a.forEach(g=>{this.aliasMap[g]=p.cmd}),n!==!1&&this.usage.command(e,n,m,a,o),this.handlers[p.cmd]={original:e,description:n,handler:i,builder:r||{},middlewares:f,deprecated:o,demanded:p.demanded,optional:p.optional},m&&(this.defaultCommand=this.handlers[p.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(e,n,r,i,s,o){let a=this.handlers[e]||this.handlers[this.aliasMap[e]]||this.defaultCommand,f=n.getInternalMethods().getContext(),p=f.commands.slice(),m=!e;e&&(f.commands.push(e),f.fullCommands.push(a.original));let l=this.applyBuilderUpdateUsageAndParse(m,a,n,r.aliases,p,i,s,o);return J(l)?l.then(g=>this.applyMiddlewareAndGetResult(m,a,g.innerArgv,f,s,g.aliases,n)):this.applyMiddlewareAndGetResult(m,a,l.innerArgv,f,s,l.aliases,n)}applyBuilderUpdateUsageAndParse(e,n,r,i,s,o,a,f){let p=n.builder,m=r;if(Fn(p)){r.getInternalMethods().getUsageInstance().freeze();let l=p(r.getInternalMethods().reset(i),f);if(J(l))return l.then(g=>(m=zs(g)?g:r,this.parseAndUpdateUsage(e,n,m,s,o,a)))}else dc(p)&&(r.getInternalMethods().getUsageInstance().freeze(),m=r.getInternalMethods().reset(i),Object.keys(n.builder).forEach(l=>{m.option(l,p[l])}));return this.parseAndUpdateUsage(e,n,m,s,o,a)}parseAndUpdateUsage(e,n,r,i,s,o){e&&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 J(a)?a.then(f=>({aliases:r.parsed.aliases,innerArgv:f})):{aliases:r.parsed.aliases,innerArgv:a}}shouldUpdateUsage(e){return!e.getInternalMethods().getUsageInstance().getUsageDisabled()&&e.getInternalMethods().getUsageInstance().getUsage().length===0}usageFromParentCommandsCommandHandler(e,n){let r=vt.test(n.original)?n.original.replace(vt,"").trim():n.original,i=e.filter(s=>!vt.test(s));return i.push(r),`$0 ${i.join(" ")}`}handleValidationAndGetResult(e,n,r,i,s,o,a,f){if(!o.getInternalMethods().getHasOutput()){let p=o.getInternalMethods().runValidation(s,f,o.parsed.error,e);r=ot(r,m=>(p(m),m))}if(n.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();let p=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(r,p,!1,!1),r=st(r,o,a,!1),r=ot(r,m=>{let l=n.handler(m);return J(l)?l.then(()=>m):m}),e||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),J(r)&&!o.getInternalMethods().hasParseCallback()&&r.catch(m=>{try{o.getInternalMethods().getUsageInstance().fail(null,m)}catch{}})}return e||(i.commands.pop(),i.fullCommands.pop()),r}applyMiddlewareAndGetResult(e,n,r,i,s,o,a){let f={};if(s)return r;a.getInternalMethods().getHasOutput()||(f=this.populatePositionals(n,r,i,a));let p=this.globalMiddleware.getMiddleware().slice(0).concat(n.middlewares),m=st(r,a,p,!0);return J(m)?m.then(l=>this.handleValidationAndGetResult(e,n,l,i,o,a,p,f)):this.handleValidationAndGetResult(e,n,m,i,o,a,p,f)}populatePositionals(e,n,r,i){n._=n._.slice(r.commands.length);let s=e.demanded.slice(0),o=e.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(e.original),i),a}populatePositional(e,n,r){let i=e.cmd[0];e.variadic?r[i]=n._.splice(0).map(String):n._.length&&(r[i]=[String(n._.shift())])}cmdToParseOptions(e){let n={array:[],default:{},alias:{},demand:{}},r=Ke(e);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(e,n,r,i){let s=Object.assign({},i.getOptions());s.default=Object.assign(r.default,s.default);for(let p of Object.keys(r.alias))s.alias[p]=(s.alias[p]||[]).concat(r.alias[p]);s.array=s.array.concat(r.array),s.config={};let o=[];if(Object.keys(n).forEach(p=>{n[p].map(m=>{s.configuration["unknown-options-as-args"]&&(s.key[p]=!0),o.push(`--${p}`),o.push(m)})}),!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 p=Object.keys(n);Object.keys(n).forEach(m=>{p.push(...f.aliases[m])}),Object.keys(f.argv).forEach(m=>{p.includes(m)&&(n[m]||(n[m]=f.argv[m]),!this.isInConfigs(i,m)&&!this.isDefaulted(i,m)&&Object.prototype.hasOwnProperty.call(e,m)&&Object.prototype.hasOwnProperty.call(f.argv,m)&&(Array.isArray(e[m])||Array.isArray(f.argv[m]))?e[m]=[].concat(e[m],f.argv[m]):e[m]=f.argv[m])})}}isDefaulted(e,n){let{default:r}=e.getOptions();return Object.prototype.hasOwnProperty.call(r,n)||Object.prototype.hasOwnProperty.call(r,this.shim.Parser.camelCase(n))}isInConfigs(e,n){let{configObjects:r}=e.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(e){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(e)){let r=vt.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");e.getInternalMethods().getUsageInstance().usage(r,this.defaultCommand.description)}let n=this.defaultCommand.builder;if(Fn(n))return n(e,!0);Ls(n)||Object.keys(n).forEach(r=>{e.option(r,n[r])})}extractDesc({describe:e,description:n,desc:r}){for(let i of[e,n,r]){if(typeof i=="string"||i===!1)return i;ge(i,!0,this.shim)}return!1}freeze(){this.frozens.push({handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand})}unfreeze(){let e=this.frozens.pop();ge(e,void 0,this.shim),{handlers:this.handlers,aliasMap:this.aliasMap,defaultCommand:this.defaultCommand}=e}reset(){return this.handlers={},this.aliasMap={},this.defaultCommand=void 0,this.requireCache=new Set,this}};function Us(t,e,n,r){return new zr(t,e,n,r)}function Ls(t){return typeof t=="object"&&!!t.builder&&typeof t.handler=="function"}function Dc(t){return t.every(e=>typeof e=="string")}function Fn(t){return typeof t=="function"}function dc(t){return typeof t=="object"}function pc(t){return typeof t=="object"&&!Array.isArray(t)}function ke(t={},e=()=>!0){let n={};return St(t).forEach(r=>{e(r,t[r])&&(n[r]=t[r])}),n}function Je(t){typeof process>"u"||[process.stdout,process.stderr].forEach(e=>{let n=e;n._handle&&n.isTTY&&typeof n._handle.setBlocking=="function"&&n._handle.setBlocking(t)})}function mc(t){return typeof t=="boolean"}function Ws(t,e){let n=e.y18n.__,r={},i=[];r.failFn=function(w){i.push(w)};let s=null,o=null,a=!0;r.showHelpOnFail=function(w=!0,O){let[$,q]=typeof w=="string"?[!0,w]:[w,O];return t.getInternalMethods().isGlobalContext()&&(o=q),s=q,a=$,r};let f=!1;r.fail=function(w,O){let $=t.getInternalMethods().getLoggerInstance();if(i.length)for(let q=i.length-1;q>=0;--q){let ae=i[q];if(mc(ae)){if(O)throw O;if(w)throw Error(w)}else ae(w,O,r)}else{if(t.getExitProcess()&&Je(!0),!f){f=!0,a&&(t.showHelp("error"),$.error()),(w||O)&&$.error(w||O);let q=s||o;q&&((w||O)&&$.error(""),$.error(q))}if(O=O||new oe(w),t.getExitProcess())return t.exit(1);if(t.getInternalMethods().hasParseCallback())return t.exit(1,O);throw O}};let p=[],m=!1;r.usage=(S,w)=>S===null?(m=!0,p=[],r):(m=!1,p.push([S,w||""]),r),r.getUsage=()=>p,r.getUsageDisabled=()=>m,r.getPositionalGroupName=()=>n("Positionals:");let l=[];r.example=(S,w)=>{l.push([S,w||""])};let g=[];r.command=function(w,O,$,q,ae=!1){$&&(g=g.map(G=>(G[2]=!1,G))),g.push([w,O||"",$,q,ae])},r.getCommands=()=>g;let E={};r.describe=function(w,O){Array.isArray(w)?w.forEach($=>{r.describe($,O)}):typeof w=="object"?Object.keys(w).forEach($=>{r.describe($,w[$])}):E[w]=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=()=>e.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 w=t.customScriptName?t.$0:e.path.basename(t.$0),O=t.getDemandedOptions(),$=t.getDemandedCommands(),q=t.getDeprecatedOptions(),ae=t.getGroups(),G=t.getOptions(),ce=[];ce=ce.concat(Object.keys(E)),ce=ce.concat(Object.keys(O)),ce=ce.concat(Object.keys($)),ce=ce.concat(Object.keys(G.default)),ce=ce.filter(W),ce=Object.keys(ce.reduce((j,Q)=>(Q!=="_"&&(j[Q]=!0),j),{}));let et=r.getWrap(),X=e.cliui({width:et,wrap:!!et});if(!m){if(p.length)p.forEach(j=>{X.div({text:`${j[0].replace(/\$0/g,w)}`}),j[1]&&X.div({text:`${j[1]}`,padding:[1,0,0,0]})}),X.div();else if(g.length){let j=null;$._?j=`${w} <${n("command")}>
|
|
15
|
+
`:j=`${w} [${n("command")}]
|
|
16
|
+
`,X.div(`${j}`)}}if(g.length>1||g.length===1&&!g[0][2]){X.div(n("Commands:"));let j=t.getInternalMethods().getContext(),Q=j.commands.length?`${j.commands.join(" ")} `:"";t.getInternalMethods().getParserConfiguration()["sort-commands"]===!0&&(g=g.sort((V,ne)=>V[0].localeCompare(ne[0])));let te=w?`${w} `:"";g.forEach(V=>{let ne=`${te}${Q}${V[0].replace(/^\$0 ?/,"")}`;X.span({text:ne,padding:[0,2,0,2],width:z(g,et,`${w}${Q}`)+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?X.div({text:se.join(" "),padding:[0,0,0,2],align:"right"}):X.div()}),X.div()}let Ue=(Object.keys(G.alias)||[]).concat(Object.keys(t.parsed.newAliases)||[]);ce=ce.filter(j=>!t.parsed.newAliases[j]&&Ue.every(Q=>(G.alias[Q]||[]).indexOf(j)===-1));let ze=n("Options:");ae[ze]||(ae[ze]=[]),R(ce,G.alias,ae,ze);let tt=j=>/^--/.test(Cn(j)),M=Object.keys(ae).filter(j=>ae[j].length>0).map(j=>{let Q=ae[j].filter(W).map(te=>{if(Ue.includes(te))return te;for(let V=0,ne;(ne=Ue[V])!==void 0;V++)if((G.alias[ne]||[]).includes(te))return ne;return te});return{groupName:j,normalizedKeys:Q}}).filter(({normalizedKeys:j})=>j.length>0).map(({groupName:j,normalizedKeys:Q})=>{let te=Q.reduce((V,ne)=>(V[ne]=[ne].concat(G.alias[ne]||[]).map(se=>j===r.getPositionalGroupName()?se:(/^[0-9]$/.test(se)?G.boolean.includes(ne)?"-":"--":se.length>1?"--":"-")+se).sort((se,je)=>tt(se)===tt(je)?0:tt(se)?1:-1).join(", "),V),{});return{groupName:j,normalizedKeys:Q,switches:te}});if(M.filter(({groupName:j})=>j!==r.getPositionalGroupName()).some(({normalizedKeys:j,switches:Q})=>!j.every(te=>tt(Q[te])))&&M.filter(({groupName:j})=>j!==r.getPositionalGroupName()).forEach(({normalizedKeys:j,switches:Q})=>{j.forEach(te=>{tt(Q[te])&&(Q[te]=gc(Q[te],4))})}),M.forEach(({groupName:j,normalizedKeys:Q,switches:te})=>{X.div(j),Q.forEach(V=>{let ne=te[V],se=E[V]||"",je=null;se.includes(I)&&(se=n(se.substring(I.length))),G.boolean.includes(V)&&(je=`[${n("boolean")}]`),G.count.includes(V)&&(je=`[${n("count")}]`),G.string.includes(V)&&(je=`[${n("string")}]`),G.normalize.includes(V)&&(je=`[${n("string")}]`),G.array.includes(V)&&(je=`[${n("array")}]`),G.number.includes(V)&&(je=`[${n("number")}]`);let Te=D=>typeof D=="string"?`[${n("deprecated: %s",D)}]`:`[${n("deprecated")}]`,Kt=[V in q?Te(q[V]):null,je,V in O?`[${n("required")}]`:null,G.choices&&G.choices[V]?`[${n("choices:")} ${r.stringifiedValues(G.choices[V])}]`:null,H(G.default[V],G.defaultDescription[V])].filter(Boolean).join(" ");X.span({text:Cn(ne),padding:[0,2,0,2+Rs(ne)],width:z(te,et)+4},se);let c=t.getInternalMethods().getUsageConfiguration()["hide-types"]===!0;Kt&&!c?X.div({text:Kt,padding:[0,0,0,2],align:"right"}):X.div()}),X.div()}),l.length&&(X.div(n("Examples:")),l.forEach(j=>{j[0]=j[0].replace(/\$0/g,w)}),l.forEach(j=>{j[1]===""?X.div({text:j[0],padding:[0,2,0,2]}):X.div({text:j[0],padding:[0,2,0,2],width:z(l,et)+4},{text:j[1]})}),X.div()),C.length>0){let j=C.map(Q=>Q.replace(/\$0/g,w)).join(`
|
|
17
|
+
`);X.div(`${j}
|
|
18
|
+
`)}return X.toString().replace(/\s*$/,"")};function z(S,w,O){let $=0;return Array.isArray(S)||(S=Object.values(S).map(q=>[q])),S.forEach(q=>{$=Math.max(e.stringWidth(O?`${O} ${Cn(q[0])}`:Cn(q[0]))+Rs(q[0]),$)}),w&&($=Math.min($,parseInt((w*.5).toString(),10))),$}function L(){let S=t.getDemandedOptions(),w=t.getOptions();(Object.keys(w.alias)||[]).forEach(O=>{w.alias[O].forEach($=>{E[$]&&r.describe(O,E[$]),$ in S&&t.demandOption(O,S[$]),w.boolean.includes($)&&t.boolean(O),w.count.includes($)&&t.count(O),w.string.includes($)&&t.string(O),w.normalize.includes($)&&t.normalize(O),w.array.includes($)&&t.array(O),w.number.includes($)&&t.number(O)})})}let U;r.cacheHelpMessage=function(){U=this.help()},r.clearCachedHelpMessage=function(){U=void 0},r.hasCachedHelpMessage=function(){return!!U};function R(S,w,O,$){let q=[],ae=null;return Object.keys(O).forEach(G=>{q=q.concat(O[G])}),S.forEach(G=>{ae=[G].concat(w[G]),ae.some(ce=>q.indexOf(ce)!==-1)||O[$].push(G)}),q}function W(S){return t.getOptions().hiddenOptions.indexOf(S)<0||t.parsed.argv[t.getOptions().showHiddenOpt]}r.showHelp=S=>{let w=t.getInternalMethods().getLoggerInstance();S||(S="error"),(typeof S=="function"?S:w[S])(r.help())},r.functionDescription=S=>["(",S.name?e.Parser.decamelize(S.name,"-"):n("generated-value"),")"].join(""),r.stringifiedValues=function(w,O){let $="",q=O||", ",ae=[].concat(w);return!w||!ae.length||ae.forEach(G=>{$.length&&($+=q),$+=JSON.stringify(G)}),$};function H(S,w){let O=`[${n("default:")} `;if(S===void 0&&!w)return null;if(w)O+=w;else switch(typeof S){case"string":O+=`"${S}"`;break;case"object":O+=JSON.stringify(S);break;default:O+=S}return`${O}]`}function K(){return e.process.stdColumns?Math.min(80,e.process.stdColumns):80}let de=null;r.version=S=>{de=S},r.showVersion=S=>{let w=t.getInternalMethods().getLoggerInstance();S||(S="error"),(typeof S=="function"?S:w[S])(de)},r.reset=function(w){return s=null,f=!1,p=[],m=!1,C=[],l=[],g=[],E=ke(E,O=>!w[O]),r};let Y=[];return r.freeze=function(){Y.push({failMessage:s,failureOutput:f,usages:p,usageDisabled:m,epilogs:C,examples:l,commands:g,descriptions:E})},r.unfreeze=function(w=!1){let O=Y.pop();O&&(w?(E={...O.descriptions,...E},g=[...O.commands,...g],p=[...O.usages,...p],l=[...O.examples,...l],C=[...O.epilogs,...C]):{failMessage:s,failureOutput:f,usages:p,usageDisabled:m,epilogs:C,examples:l,commands:g,descriptions:E}=O)},r}function Rr(t){return typeof t=="object"}function gc(t,e){return Rr(t)?{text:t.text,indentation:t.indentation+e}:{text:t,indentation:e}}function Rs(t){return Rr(t)?t.indentation:0}function Cn(t){return Rr(t)?t.text:t}var Vs=`###-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
|
+
`,Hs=`#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
|
|
60
|
-
${
|
|
61
|
-
`)}`:"";
|
|
62
|
-
${
|
|
63
|
-
`;g.forEach(x=>{y+=x}),t.fail(y)}};let p={};s.conflicts=function(h,g){_("<string|object> [array|string]",[h,g],arguments.length),typeof h=="object"?Object.keys(h).forEach(y=>{s.conflicts(y,h[y])}):(r.global(h),p[h]||(p[h]=[]),Array.isArray(g)?g.forEach(y=>s.conflicts(h,y)):p[h].push(g))},s.getConflicting=()=>p,s.conflicting=function(h){Object.keys(h).forEach(g=>{p[g]&&p[g].forEach(y=>{y&&h[g]!==void 0&&h[y]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",g,y))})}),r.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(p).forEach(g=>{p[g].forEach(y=>{y&&h[e.Parser.camelCase(g)]!==void 0&&h[e.Parser.camelCase(y)]!==void 0&&t.fail(n("Arguments %s and %s are mutually exclusive",g,y))})})},s.recommendCommands=function(h,g){g=g.sort((m,$)=>$.length-m.length);let x=null,C=1/0;for(let m=0,$;($=g[m])!==void 0;m++){let N=ns(h,$);N<=3&&N<C&&(C=N,x=$)}x&&t.fail(n("Did you mean %s?",x))},s.reset=function(h){return o=qt(o,g=>!h[g]),p=qt(p,g=>!h[g]),s};let b=[];return s.freeze=function(){b.push({implied:o,conflicting:p})},s.unfreeze=function(){let h=b.pop();mt(h,void 0,e),{implied:o,conflicting:p}=h},s}var Cr=[],De;function fn(r,t,e,n){De=n;let i={};if(Object.prototype.hasOwnProperty.call(r,"extends")){if(typeof r.extends!="string")return i;let s=/\.json|\..*rc$/.test(r.extends),o=null;if(s)o=Ja(t,r.extends);else try{o=V.resolve(r.extends)}catch{return r}Ka(o),Cr.push(o),i=s?JSON.parse(De.readFileSync(o,"utf8")):V(r.extends),delete r.extends,i=fn(i,De.path.dirname(o),e,De)}return Cr=[],e?ss(i,r):Object.assign({},i,r)}function Ka(r){if(Cr.indexOf(r)>-1)throw new J(`Circular extended configurations: '${r}'.`)}function Ja(r,t){return De.path.resolve(r,t)}function ss(r,t){let e={};function n(i){return i&&typeof i=="object"&&!Array.isArray(i)}Object.assign(e,r);for(let i of Object.keys(t))n(t[i])&&n(e[i])?e[i]=ss(r[i],t[i]):e[i]=t[i];return e}var S=function(r,t,e,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?r!==t||!i:!t.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(r,e):i?i.value=e:t.set(r,e),e},a=function(r,t,e,n){if(e==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?r!==t||!n:!t.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return e==="m"?n:e==="a"?n.call(r):n?n.value:t.get(r)},st,re,ze,_t,yt,un,Yt,ie,hn,St,dn,Pt,Nt,xt,It,pn,_e,lt,v,mn,gn,Ct,se,Se,oe,Kt,bn,D,ae,ce,le,T,wn,Ut,rt;function _s(r){return(t=[],e=r.process.cwd(),n)=>{let i=new $r(t,e,n,r);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}}var os=Symbol("copyDoubleDash"),as=Symbol("copyDoubleDash"),Or=Symbol("deleteFromParserHintObject"),cs=Symbol("emitWarning"),ls=Symbol("freeze"),fs=Symbol("getDollarZero"),fe=Symbol("getParserConfiguration"),us=Symbol("getUsageConfiguration"),Ar=Symbol("guessLocale"),hs=Symbol("guessVersion"),ds=Symbol("parsePositionalNumbers"),Er=Symbol("pkgUp"),Jt=Symbol("populateParserHintArray"),Pe=Symbol("populateParserHintSingleValueDictionary"),_r=Symbol("populateParserHintArrayDictionary"),Sr=Symbol("populateParserHintDictionary"),Pr=Symbol("sanitizeKey"),Ir=Symbol("setKey"),jr=Symbol("unfreeze"),ps=Symbol("validateAsync"),ms=Symbol("getCommandInstance"),gs=Symbol("getContext"),bs=Symbol("getHasOutput"),ws=Symbol("getLoggerInstance"),ys=Symbol("getParseContext"),xs=Symbol("getUsageInstance"),Cs=Symbol("getValidationInstance"),yn=Symbol("hasParseCallback"),Os=Symbol("isGlobalContext"),ue=Symbol("postProcess"),As=Symbol("rebase"),vr=Symbol("reset"),Te=Symbol("runYargsParserAndExecuteCommands"),Mr=Symbol("runValidation"),Es=Symbol("setHasOutput"),he=Symbol("kTrackManuallySetKeys"),$r=class{constructor(t=[],e,n,i){this.customScriptName=!1,this.parsed=!1,st.set(this,void 0),re.set(this,void 0),ze.set(this,{commands:[],fullCommands:[]}),_t.set(this,null),yt.set(this,null),un.set(this,"show-hidden"),Yt.set(this,null),ie.set(this,!0),hn.set(this,{}),St.set(this,!0),dn.set(this,[]),Pt.set(this,void 0),Nt.set(this,{}),xt.set(this,!1),It.set(this,null),pn.set(this,!0),_e.set(this,void 0),lt.set(this,""),v.set(this,void 0),mn.set(this,void 0),gn.set(this,{}),Ct.set(this,null),se.set(this,null),Se.set(this,{}),oe.set(this,{}),Kt.set(this,void 0),bn.set(this,!1),D.set(this,void 0),ae.set(this,!1),ce.set(this,!1),le.set(this,!1),T.set(this,void 0),wn.set(this,{}),Ut.set(this,null),rt.set(this,void 0),S(this,D,i,"f"),S(this,Kt,t,"f"),S(this,re,e,"f"),S(this,mn,n,"f"),S(this,Pt,new an(this),"f"),this.$0=this[fs](),this[vr](),S(this,st,a(this,st,"f"),"f"),S(this,T,a(this,T,"f"),"f"),S(this,rt,a(this,rt,"f"),"f"),S(this,v,a(this,v,"f"),"f"),a(this,v,"f").showHiddenOpt=a(this,un,"f"),S(this,_e,this[as](),"f")}addHelpOpt(t,e){let n="help";return _("[string|boolean] [string]",[t,e],arguments.length),a(this,It,"f")&&(this[Or](a(this,It,"f")),S(this,It,null,"f")),t===!1&&e===void 0?this:(S(this,It,typeof t=="string"?t:n,"f"),this.boolean(a(this,It,"f")),this.describe(a(this,It,"f"),e||a(this,T,"f").deferY18nLookup("Show help")),this)}help(t,e){return this.addHelpOpt(t,e)}addShowHiddenOpt(t,e){if(_("[string|boolean] [string]",[t,e],arguments.length),t===!1&&e===void 0)return this;let n=typeof t=="string"?t:a(this,un,"f");return this.boolean(n),this.describe(n,e||a(this,T,"f").deferY18nLookup("Show hidden options")),a(this,v,"f").showHiddenOpt=n,this}showHidden(t,e){return this.addShowHiddenOpt(t,e)}alias(t,e){return _("<object|string|array> [string|array]",[t,e],arguments.length),this[_r](this.alias.bind(this),"alias",t,e),this}array(t){return _("<array|string>",[t],arguments.length),this[Jt]("array",t),this[he](t),this}boolean(t){return _("<array|string>",[t],arguments.length),this[Jt]("boolean",t),this[he](t),this}check(t,e){return _("<function> [boolean]",[t,e],arguments.length),this.middleware((n,i)=>ne(()=>t(n,i.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&a(this,T,"f").fail(s.toString(),s):a(this,T,"f").fail(a(this,D,"f").y18n.__("Argument check failed: %s",t.toString())),n),s=>(a(this,T,"f").fail(s.message?s.message:s.toString(),s),n)),!1,e),this}choices(t,e){return _("<object|string|array> [string|array]",[t,e],arguments.length),this[_r](this.choices.bind(this),"choices",t,e),this}coerce(t,e){if(_("<object|string|array> [function]",[t,e],arguments.length),Array.isArray(t)){if(!e)throw new J("coerce callback must be provided");for(let n of t)this.coerce(n,e);return this}else if(typeof t=="object"){for(let n of Object.keys(t))this.coerce(n,t[n]);return this}if(!e)throw new J("coerce callback must be provided");return a(this,v,"f").key[t]=!0,a(this,Pt,"f").addCoerceMiddleware((n,i)=>{let s;return Object.prototype.hasOwnProperty.call(n,t)?ne(()=>(s=i.getAliases(),e(n[t])),c=>{n[t]=c;let p=i.getInternalMethods().getParserConfiguration()["strip-aliased"];if(s[t]&&p!==!0)for(let b of s[t])n[b]=c;return n},c=>{throw new J(c.message)}):n},t),this}conflicts(t,e){return _("<string|object> [string|array]",[t,e],arguments.length),a(this,rt,"f").conflicts(t,e),this}config(t="config",e,n){return _("[object|string] [string|function] [function]",[t,e,n],arguments.length),typeof t=="object"&&!Array.isArray(t)?(t=fn(t,a(this,re,"f"),this[fe]()["deep-merge-config"]||!1,a(this,D,"f")),a(this,v,"f").configObjects=(a(this,v,"f").configObjects||[]).concat(t),this):(typeof e=="function"&&(n=e,e=void 0),this.describe(t,e||a(this,T,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(t)?t:[t]).forEach(i=>{a(this,v,"f").config[i]=n||!0}),this)}completion(t,e,n){return _("[string] [string|boolean|function] [function]",[t,e,n],arguments.length),typeof e=="function"&&(n=e,e=void 0),S(this,yt,t||a(this,yt,"f")||"completion","f"),!e&&e!==!1&&(e="generate completion script"),this.command(a(this,yt,"f"),e),n&&a(this,_t,"f").registerFunction(n),this}command(t,e,n,i,s,o){return _("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[t,e,n,i,s,o],arguments.length),a(this,st,"f").addHandler(t,e,n,i,s,o),this}commands(t,e,n,i,s,o){return this.command(t,e,n,i,s,o)}commandDir(t,e){_("<string> [object]",[t,e],arguments.length);let n=a(this,mn,"f")||a(this,D,"f").require;return a(this,st,"f").addDirectory(t,n,a(this,D,"f").getCallerFile(),e),this}count(t){return _("<array|string>",[t],arguments.length),this[Jt]("count",t),this[he](t),this}default(t,e,n){return _("<object|string|array> [*] [string]",[t,e,n],arguments.length),n&&(gr(t,a(this,D,"f")),a(this,v,"f").defaultDescription[t]=n),typeof e=="function"&&(gr(t,a(this,D,"f")),a(this,v,"f").defaultDescription[t]||(a(this,v,"f").defaultDescription[t]=a(this,T,"f").functionDescription(e)),e=e.call()),this[Pe](this.default.bind(this),"default",t,e),this}defaults(t,e,n){return this.default(t,e,n)}demandCommand(t=1,e,n,i){return _("[number] [number|string] [string|null|undefined] [string|null|undefined]",[t,e,n,i],arguments.length),typeof e!="number"&&(n=e,e=1/0),this.global("_",!1),a(this,v,"f").demandedCommands._={min:t,max:e,minMsg:n,maxMsg:i},this}demand(t,e,n){return Array.isArray(e)?(e.forEach(i=>{mt(n,!0,a(this,D,"f")),this.demandOption(i,n)}),e=1/0):typeof e!="number"&&(n=e,e=1/0),typeof t=="number"?(mt(n,!0,a(this,D,"f")),this.demandCommand(t,e,n,n)):Array.isArray(t)?t.forEach(i=>{mt(n,!0,a(this,D,"f")),this.demandOption(i,n)}):typeof n=="string"?this.demandOption(t,n):(n===!0||typeof n>"u")&&this.demandOption(t),this}demandOption(t,e){return _("<object|string|array> [string]",[t,e],arguments.length),this[Pe](this.demandOption.bind(this),"demandedOptions",t,e),this}deprecateOption(t,e){return _("<string> [string|boolean]",[t,e],arguments.length),a(this,v,"f").deprecatedOptions[t]=e,this}describe(t,e){return _("<object|string|array> [string]",[t,e],arguments.length),this[Ir](t,!0),a(this,T,"f").describe(t,e),this}detectLocale(t){return _("<boolean>",[t],arguments.length),S(this,ie,t,"f"),this}env(t){return _("[string|boolean]",[t],arguments.length),t===!1?delete a(this,v,"f").envPrefix:a(this,v,"f").envPrefix=t||"",this}epilogue(t){return _("<string>",[t],arguments.length),a(this,T,"f").epilog(t),this}epilog(t){return this.epilogue(t)}example(t,e){return _("<string|array> [string]",[t,e],arguments.length),Array.isArray(t)?t.forEach(n=>this.example(...n)):a(this,T,"f").example(t,e),this}exit(t,e){S(this,xt,!0,"f"),S(this,Yt,e,"f"),a(this,St,"f")&&a(this,D,"f").process.exit(t)}exitProcess(t=!0){return _("[boolean]",[t],arguments.length),S(this,St,t,"f"),this}fail(t){if(_("<function|boolean>",[t],arguments.length),typeof t=="boolean"&&t!==!1)throw new J("Invalid first argument. Expected function or boolean 'false'");return a(this,T,"f").failFn(t),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(t,e){return _("<array> [function]",[t,e],arguments.length),e?a(this,_t,"f").getCompletion(t,e):new Promise((n,i)=>{a(this,_t,"f").getCompletion(t,(s,o)=>{s?i(s):n(o)})})}getDemandedOptions(){return _([],0),a(this,v,"f").demandedOptions}getDemandedCommands(){return _([],0),a(this,v,"f").demandedCommands}getDeprecatedOptions(){return _([],0),a(this,v,"f").deprecatedOptions}getDetectLocale(){return a(this,ie,"f")}getExitProcess(){return a(this,St,"f")}getGroups(){return Object.assign({},a(this,Nt,"f"),a(this,oe,"f"))}getHelp(){if(S(this,xt,!0,"f"),!a(this,T,"f").hasCachedHelpMessage()){if(!this.parsed){let e=this[Te](a(this,Kt,"f"),void 0,void 0,0,!0);if(Q(e))return e.then(()=>a(this,T,"f").help())}let t=a(this,st,"f").runDefaultBuilderOn(this);if(Q(t))return t.then(()=>a(this,T,"f").help())}return Promise.resolve(a(this,T,"f").help())}getOptions(){return a(this,v,"f")}getStrict(){return a(this,ae,"f")}getStrictCommands(){return a(this,ce,"f")}getStrictOptions(){return a(this,le,"f")}global(t,e){return _("<string|array> [boolean]",[t,e],arguments.length),t=[].concat(t),e!==!1?a(this,v,"f").local=a(this,v,"f").local.filter(n=>t.indexOf(n)===-1):t.forEach(n=>{a(this,v,"f").local.includes(n)||a(this,v,"f").local.push(n)}),this}group(t,e){_("<string|array> <string>",[t,e],arguments.length);let n=a(this,oe,"f")[e]||a(this,Nt,"f")[e];a(this,oe,"f")[e]&&delete a(this,oe,"f")[e];let i={};return a(this,Nt,"f")[e]=(n||[]).concat(t).filter(s=>i[s]?!1:i[s]=!0),this}hide(t){return _("<string>",[t],arguments.length),a(this,v,"f").hiddenOptions.push(t),this}implies(t,e){return _("<string|object> [number|string|array]",[t,e],arguments.length),a(this,rt,"f").implies(t,e),this}locale(t){return _("[string]",[t],arguments.length),t===void 0?(this[Ar](),a(this,D,"f").y18n.getLocale()):(S(this,ie,!1,"f"),a(this,D,"f").y18n.setLocale(t),this)}middleware(t,e,n){return a(this,Pt,"f").addMiddleware(t,!!e,n)}nargs(t,e){return _("<string|object|array> [number]",[t,e],arguments.length),this[Pe](this.nargs.bind(this),"narg",t,e),this}normalize(t){return _("<array|string>",[t],arguments.length),this[Jt]("normalize",t),this}number(t){return _("<array|string>",[t],arguments.length),this[Jt]("number",t),this[he](t),this}option(t,e){if(_("<string|object> [object]",[t,e],arguments.length),typeof t=="object")Object.keys(t).forEach(n=>{this.options(n,t[n])});else{typeof e!="object"&&(e={}),this[he](t),a(this,Ut,"f")&&(t==="version"||e?.alias==="version")&&this[cs](['"version" is a reserved word.',"Please do one of the following:",'- Disable version with `yargs.version(false)` if using "version" as an option',"- Use the built-in `yargs.version` method instead (if applicable)","- Use a different option key","https://yargs.js.org/docs/#api-reference-version"].join(`
|
|
64
|
-
`),void 0,"versionWarning"),
|
|
65
|
-
`,"f"),
|
|
66
|
-
`,"f"),S(this,lt,a(this,lt,"f")+t.join(" "),"f")}}}[Or](t){Ae(a(this,v,"f")).forEach(e=>{if((i=>i==="configObjects")(e))return;let n=a(this,v,"f")[e];Array.isArray(n)?n.includes(t)&&n.splice(n.indexOf(t),1):typeof n=="object"&&delete n[t]}),delete a(this,T,"f").getDescriptions()[t]}[cs](t,e,n){a(this,hn,"f")[n]||(a(this,D,"f").process.emitWarning(t,e),a(this,hn,"f")[n]=!0)}[ls](){a(this,dn,"f").push({options:a(this,v,"f"),configObjects:a(this,v,"f").configObjects.slice(0),exitProcess:a(this,St,"f"),groups:a(this,Nt,"f"),strict:a(this,ae,"f"),strictCommands:a(this,ce,"f"),strictOptions:a(this,le,"f"),completionCommand:a(this,yt,"f"),output:a(this,lt,"f"),exitError:a(this,Yt,"f"),hasOutput:a(this,xt,"f"),parsed:this.parsed,parseFn:a(this,Ct,"f"),parseContext:a(this,se,"f")}),a(this,T,"f").freeze(),a(this,rt,"f").freeze(),a(this,st,"f").freeze(),a(this,Pt,"f").freeze()}[fs](){let t="",e;return/\b(node|iojs|electron)(\.exe)?$/.test(a(this,D,"f").process.argv()[0])?e=a(this,D,"f").process.argv().slice(1,2):e=a(this,D,"f").process.argv().slice(0,1),t=e.map(n=>{let i=this[As](a(this,re,"f"),n);return n.match(/^(\/|([a-zA-Z]:)?\\)/)&&i.length<n.length?i:n}).join(" ").trim(),a(this,D,"f").getEnv("_")&&a(this,D,"f").getProcessArgvBin()===a(this,D,"f").getEnv("_")&&(t=a(this,D,"f").getEnv("_").replace(`${a(this,D,"f").path.dirname(a(this,D,"f").process.execPath())}/`,"")),t}[fe](){return a(this,gn,"f")}[us](){return a(this,wn,"f")}[Ar](){if(!a(this,ie,"f"))return;let t=a(this,D,"f").getEnv("LC_ALL")||a(this,D,"f").getEnv("LC_MESSAGES")||a(this,D,"f").getEnv("LANG")||a(this,D,"f").getEnv("LANGUAGE")||"en_US";this.locale(t.replace(/[.:].*/,""))}[hs](){return this[Er]().version||"unknown"}[ds](t){let e=t["--"]?t["--"]:t._;for(let n=0,i;(i=e[n])!==void 0;n++)a(this,D,"f").Parser.looksLikeNumber(i)&&Number.isSafeInteger(Math.floor(parseFloat(`${i}`)))&&(e[n]=Number(i));return t}[Er](t){let e=t||"*";if(a(this,Se,"f")[e])return a(this,Se,"f")[e];let n={};try{let i=t||a(this,D,"f").mainFilename;!t&&a(this,D,"f").path.extname(i)&&(i=a(this,D,"f").path.dirname(i));let s=a(this,D,"f").findUp(i,(o,c)=>{if(c.includes("package.json"))return"package.json"});mt(s,void 0,a(this,D,"f")),n=JSON.parse(a(this,D,"f").readFileSync(s,"utf8"))}catch{}return a(this,Se,"f")[e]=n||{},a(this,Se,"f")[e]}[Jt](t,e){e=[].concat(e),e.forEach(n=>{n=this[Pr](n),a(this,v,"f")[t].push(n)})}[Pe](t,e,n,i){this[Sr](t,e,n,i,(s,o,c)=>{a(this,v,"f")[s][o]=c})}[_r](t,e,n,i){this[Sr](t,e,n,i,(s,o,c)=>{a(this,v,"f")[s][o]=(a(this,v,"f")[s][o]||[]).concat(c)})}[Sr](t,e,n,i,s){if(Array.isArray(n))n.forEach(o=>{t(o,i)});else if((o=>typeof o=="object")(n))for(let o of Ae(n))t(o,n[o]);else s(e,this[Pr](n),i)}[Pr](t){return t==="__proto__"?"___proto___":t}[Ir](t,e){return this[Pe](this[Ir].bind(this),"key",t,e),this}[jr](){var t,e,n,i,s,o,c,p,b,d,h,g;let y=a(this,dn,"f").pop();mt(y,void 0,a(this,D,"f"));let x;t=this,e=this,n=this,i=this,s=this,o=this,c=this,p=this,b=this,d=this,h=this,g=this,{options:{set value(C){S(t,v,C,"f")}}.value,configObjects:x,exitProcess:{set value(C){S(e,St,C,"f")}}.value,groups:{set value(C){S(n,Nt,C,"f")}}.value,output:{set value(C){S(i,lt,C,"f")}}.value,exitError:{set value(C){S(s,Yt,C,"f")}}.value,hasOutput:{set value(C){S(o,xt,C,"f")}}.value,parsed:this.parsed,strict:{set value(C){S(c,ae,C,"f")}}.value,strictCommands:{set value(C){S(p,ce,C,"f")}}.value,strictOptions:{set value(C){S(b,le,C,"f")}}.value,completionCommand:{set value(C){S(d,yt,C,"f")}}.value,parseFn:{set value(C){S(h,Ct,C,"f")}}.value,parseContext:{set value(C){S(g,se,C,"f")}}.value}=y,a(this,v,"f").configObjects=x,a(this,T,"f").unfreeze(),a(this,rt,"f").unfreeze(),a(this,st,"f").unfreeze(),a(this,Pt,"f").unfreeze()}[ps](t,e){return ne(e,n=>(t(n),n))}getInternalMethods(){return{getCommandInstance:this[ms].bind(this),getContext:this[gs].bind(this),getHasOutput:this[bs].bind(this),getLoggerInstance:this[ws].bind(this),getParseContext:this[ys].bind(this),getParserConfiguration:this[fe].bind(this),getUsageConfiguration:this[us].bind(this),getUsageInstance:this[xs].bind(this),getValidationInstance:this[Cs].bind(this),hasParseCallback:this[yn].bind(this),isGlobalContext:this[Os].bind(this),postProcess:this[ue].bind(this),reset:this[vr].bind(this),runValidation:this[Mr].bind(this),runYargsParserAndExecuteCommands:this[Te].bind(this),setHasOutput:this[Es].bind(this)}}[ms](){return a(this,st,"f")}[gs](){return a(this,ze,"f")}[bs](){return a(this,xt,"f")}[ws](){return a(this,_e,"f")}[ys](){return a(this,se,"f")||{}}[xs](){return a(this,T,"f")}[Cs](){return a(this,rt,"f")}[yn](){return!!a(this,Ct,"f")}[Os](){return a(this,pn,"f")}[ue](t,e,n,i){return n||Q(t)||(e||(t=this[os](t)),(this[fe]()["parse-positional-numbers"]||this[fe]()["parse-positional-numbers"]===void 0)&&(t=this[ds](t)),i&&(t=ee(t,this,a(this,Pt,"f").getMiddleware(),!1))),t}[vr](t={}){S(this,v,a(this,v,"f")||{},"f");let e={};e.local=a(this,v,"f").local||[],e.configObjects=a(this,v,"f").configObjects||[];let n={};e.local.forEach(o=>{n[o]=!0,(t[o]||[]).forEach(c=>{n[c]=!0})}),Object.assign(a(this,oe,"f"),Object.keys(a(this,Nt,"f")).reduce((o,c)=>{let p=a(this,Nt,"f")[c].filter(b=>!(b in n));return p.length>0&&(o[c]=p),o},{})),S(this,Nt,{},"f");let i=["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"],s=["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"];return i.forEach(o=>{e[o]=(a(this,v,"f")[o]||[]).filter(c=>!n[c])}),s.forEach(o=>{e[o]=qt(a(this,v,"f")[o],c=>!n[c])}),e.envPrefix=a(this,v,"f").envPrefix,S(this,v,e,"f"),S(this,T,a(this,T,"f")?a(this,T,"f").reset(n):Zi(this,a(this,D,"f")),"f"),S(this,rt,a(this,rt,"f")?a(this,rt,"f").reset(n):is(this,a(this,T,"f"),a(this,D,"f")),"f"),S(this,st,a(this,st,"f")?a(this,st,"f").reset():Ji(a(this,T,"f"),a(this,rt,"f"),a(this,Pt,"f"),a(this,D,"f")),"f"),a(this,_t,"f")||S(this,_t,es(this,a(this,T,"f"),a(this,st,"f"),a(this,D,"f")),"f"),a(this,Pt,"f").reset(),S(this,yt,null,"f"),S(this,lt,"","f"),S(this,Yt,null,"f"),S(this,xt,!1,"f"),this.parsed=!1,this}[As](t,e){return a(this,D,"f").path.relative(t,e)}[Te](t,e,n,i=0,s=!1){let o=!!n||s;t=t||a(this,Kt,"f"),a(this,v,"f").__=a(this,D,"f").y18n.__,a(this,v,"f").configuration=this[fe]();let c=!!a(this,v,"f").configuration["populate--"],p=Object.assign({},a(this,v,"f").configuration,{"populate--":!0}),b=a(this,D,"f").Parser.detailed(t,Object.assign({},a(this,v,"f"),{configuration:{"parse-positional-numbers":!1,...p}})),d=Object.assign(b.argv,a(this,se,"f")),h,g=b.aliases,y=!1,x=!1;Object.keys(d).forEach(C=>{C===a(this,It,"f")&&d[C]?y=!0:C===a(this,Ut,"f")&&d[C]&&(x=!0)}),d.$0=this.$0,this.parsed=b,i===0&&a(this,T,"f").clearCachedHelpMessage();try{if(this[Ar](),e)return this[ue](d,c,!!n,!1);a(this,It,"f")&&[a(this,It,"f")].concat(g[a(this,It,"f")]||[]).filter(W=>W.length>1).includes(""+d._[d._.length-1])&&(d._.pop(),y=!0),S(this,pn,!1,"f");let C=a(this,st,"f").getCommands(),m=a(this,_t,"f").completionKey in d,$=y||m||s;if(d._.length){if(C.length){let N;for(let W=i||0,z;d._[W]!==void 0;W++)if(z=String(d._[W]),C.includes(z)&&z!==a(this,yt,"f")){let R=a(this,st,"f").runCommand(z,this,b,W+1,s,y||x||s);return this[ue](R,c,!!n,!1)}else if(!N&&z!==a(this,yt,"f")){N=z;break}!a(this,st,"f").hasDefaultCommand()&&a(this,bn,"f")&&N&&!$&&a(this,rt,"f").recommendCommands(N,C)}a(this,yt,"f")&&d._.includes(a(this,yt,"f"))&&!m&&(a(this,St,"f")&&Gt(!0),this.showCompletionScript(),this.exit(0))}if(a(this,st,"f").hasDefaultCommand()&&!$){let N=a(this,st,"f").runCommand(null,this,b,0,s,y||x||s);return this[ue](N,c,!!n,!1)}if(m){a(this,St,"f")&&Gt(!0),t=[].concat(t);let N=t.slice(t.indexOf(`--${a(this,_t,"f").completionKey}`)+1);return a(this,_t,"f").getCompletion(N,(W,z)=>{if(W)throw new J(W.message);(z||[]).forEach(R=>{a(this,_e,"f").log(R)}),this.exit(0)}),this[ue](d,!c,!!n,!1)}if(a(this,xt,"f")||(y?(a(this,St,"f")&&Gt(!0),o=!0,this.showHelp("log"),this.exit(0)):x&&(a(this,St,"f")&&Gt(!0),o=!0,a(this,T,"f").showVersion("log"),this.exit(0))),!o&&a(this,v,"f").skipValidation.length>0&&(o=Object.keys(d).some(N=>a(this,v,"f").skipValidation.indexOf(N)>=0&&d[N]===!0)),!o){if(b.error)throw new J(b.error.message);if(!m){let N=this[Mr](g,{},b.error);n||(h=ee(d,this,a(this,Pt,"f").getMiddleware(),!0)),h=this[ps](N,h??d),Q(h)&&!n&&(h=h.then(()=>ee(d,this,a(this,Pt,"f").getMiddleware(),!1)))}}}catch(C){if(C instanceof J)a(this,T,"f").fail(C.message,C);else throw C}return this[ue](h??d,c,!!n,!0)}[Mr](t,e,n,i){let s={...this.getDemandedOptions()};return o=>{if(n)throw new J(n.message);a(this,rt,"f").nonOptionCount(o),a(this,rt,"f").requiredArguments(o,s);let c=!1;a(this,ce,"f")&&(c=a(this,rt,"f").unknownCommands(o)),a(this,ae,"f")&&!c?a(this,rt,"f").unknownArguments(o,t,e,!!i):a(this,le,"f")&&a(this,rt,"f").unknownArguments(o,t,{},!1,!1),a(this,rt,"f").limitedChoices(o),a(this,rt,"f").implications(o),a(this,rt,"f").conflicting(o)}}[Es](){S(this,xt,!0,"f")}[he](t){if(typeof t=="string")a(this,v,"f").key[t]=!0;else for(let e of t)a(this,v,"f").key[e]=!0}};function Qi(r){return!!r&&typeof r.getInternalMethods=="function"}var Qa=_s(Hi),Ss=Qa;var vs=Re(Is(),1),ka={},Xa=process.argv.slice(2),js=new vs.default(Ss),Nr=console.log;async function Ur(r){js.yargs.option("listen",{desc:"daemon control listen multiaddr",type:"string",default:"/unix/tmp/p2pd.sock"}).option("quiet",{alias:"q",desc:"be quiet",type:"boolean",default:!1}).option("id",{desc:"peer identity; private key file",type:"string",default:""}).option("hostAddrs",{desc:"Comma separated list of multiaddrs the host should listen on",type:"string",default:""}).option("announceAddrs",{desc:"Comma separated list of multiaddrs the host should announce to the network",type:"string",default:""}).option("bootstrap",{alias:"b",desc:"Connects to bootstrap peers and bootstraps the dht if enabled",type:"boolean",default:!1}).option("bootstrapPeers",{desc:"Comma separated list of bootstrap peers; defaults to the IPFS DHT peers",type:"string",default:""}).option("dht",{desc:"Enables the DHT in full node mode",type:"boolean",default:!1}).option("dhtClient",{desc:"(Not yet supported) Enables the DHT in client mode",type:"boolean",default:!1}).option("nat",{desc:"Enables UPnP NAT hole punching",type:"boolean",default:!1}).option("connMgr",{desc:"(Not yet supported) Enables the Connection Manager",type:"boolean",default:!1}).option("connMgrLo",{desc:"Number identifying the number of peers below which this node will not activate preemptive disconnections",type:"number"}).option("connMgrHi",{desc:"Number identifying the maximum number of peers the current peer is willing to be connected to before is starts disconnecting",type:"number"}).option("pubsub",{desc:"Enables pubsub",type:"boolean",default:!1}).option("pubsubRouter",{desc:"Specifies the pubsub router implementation",type:"string",default:"gossipsub"}).fail((i,s,o)=>{if(s!=null)throw s;Xa.length>0&&Nr(i),o.showHelp()});let{data:t,argv:e}=await js.parse(r);t!=null&&(Nr(t),process.exit(0)),await(await Ms(Fe(e.listen),e)).start(),e.quiet!==!0&&Nr("daemon has started")}async function Ms(r,t){throw new Error("Not implemented yet")}ar(ka)&&Ur(process.argv).catch(r=>{console.error(r),process.exit(1)});return Ts(Za);})();
|
|
74
|
+
`;var Wr=class{constructor(e,n,r,i){var s,o,a;this.yargs=e,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(e,n,r,i){let s=this.command.getCommandHandlers();for(let a=0,f=e.length;a<f;++a)if(s[e[a]]&&s[e[a]].builder){let p=s[e[a]].builder;if(Fn(p)){this.indexAfterLastReset=a+1;let m=this.yargs.getInternalMethods().reset();return p(m,!0),m.argv}}let o=[];this.commandCompletions(o,e,r),this.optionCompletions(o,e,n,r),this.choicesFromOptionsCompletions(o,e,n,r),this.choicesFromPositionalsCompletions(o,e,n,r),i(null,o)}commandCompletions(e,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=Ke(s[0]).cmd;if(n.indexOf(o)===-1)if(!this.zshShell)e.push(o);else{let a=s[1]||"";e.push(o.replace(/:/g,"\\:")+":"+a)}})}optionCompletions(e,n,r,i){if((i.match(/^-/)||i===""&&e.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,e,i,f&&!!s.default[a])})}}choicesFromOptionsCompletions(e,n,r,i){if(this.previousArgHasChoices(n)){let s=this.getPreviousArgChoices(n);s&&s.length>0&&e.push(...s.map(o=>o.replace(/:/g,"\\:")))}}choicesFromPositionalsCompletions(e,n,r,i){if(i===""&&e.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 p of f)p.startsWith(i)&&e.push(p.replace(/:/g,"\\:"))}getPreviousArgChoices(e){if(e.length<1)return;let n=e[e.length-1],r="";if(!n.startsWith("-")&&e.length>1&&(r=n,n=e[e.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(e){let n=this.getPreviousArgChoices(e);return n!==void 0&&n.length>0}argsContainKey(e,n,r){let i=s=>e.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(e,n,r,i){var s,o,a,f;let p=e;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[e])===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[e])!==null&&a!==void 0?a:b)!==null&&f!==void 0?f:"";p=`${e.replace(/:/g,"\\:")}:${d.replace("__yargsString__:","").replace(/(\r\n|\n|\r)/gm," ")}`}let m=E=>/^--/.test(E),l=E=>/^[^0-9]$/.test(E),g=!m(r)&&l(e)?"-":"--";n.push(g+p),i&&n.push(g+"no-"+p)}customCompletion(e,n,r,i){if(ge(this.customCompletionFunction,null,this.shim),Cc(this.customCompletionFunction)){let s=this.customCompletionFunction(r,n);return J(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 Ec(this.customCompletionFunction)?this.customCompletionFunction(r,n,(s=i)=>this.defaultCompletion(e,n,r,s),s=>{i(null,s)}):this.customCompletionFunction(r,n,s=>{i(null,s)})}getCompletion(e,n){let r=e.length?e[e.length-1]:"",i=this.yargs.parse(e,!0),s=this.customCompletionFunction?o=>this.customCompletion(e,o,r,n):o=>this.defaultCompletion(e,o,r,n);return J(i)?i.then(s):s(i)}generateCompletionScript(e,n){let r=this.zshShell?Hs:Vs,i=this.shim.path.basename(e);return e.match(/\.js$/)&&(e=`./${e}`),r=r.replace(/{{app_name}}/g,i),r=r.replace(/{{completion_command}}/g,n),r.replace(/{{app_path}}/g,e)}registerFunction(e){this.customCompletionFunction=e}setParsed(e){this.aliases=e.aliases}};function Gs(t,e,n,r){return new Wr(t,e,n,r)}function Cc(t){return t.length<3}function Ec(t){return t.length>3}function qs(t,e){if(t.length===0)return e.length;if(e.length===0)return t.length;let n=[],r;for(r=0;r<=e.length;r++)n[r]=[r];let i;for(i=0;i<=t.length;i++)n[0][i]=i;for(r=1;r<=e.length;r++)for(i=1;i<=t.length;i++)e.charAt(r-1)===t.charAt(i-1)?n[r][i]=n[r-1][i-1]:r>1&&i>1&&e.charAt(r-2)===t.charAt(i-1)&&e.charAt(r-1)===t.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[e.length][t.length]}var Ys=["$0","--","_"];function Ks(t,e,n){let r=n.y18n.__,i=n.y18n.__n,s={};s.nonOptionCount=function(l){let g=t.getDemandedCommands(),C=l._.length+(l["--"]?l["--"].length:0)-t.getInternalMethods().getContext().commands.length;g._&&(C<g._.min||C>g._.max)&&(C<g._.min?g._.minMsg!==void 0?e.fail(g._.minMsg?g._.minMsg.replace(/\$0/g,C.toString()).replace(/\$1/,g._.min.toString()):null):e.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(),g._.min.toString())):C>g._.max&&(g._.maxMsg!==void 0?e.fail(g._.maxMsg?g._.maxMsg.replace(/\$0/g,C.toString()).replace(/\$1/,g._.max.toString()):null):e.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(),g._.max.toString()))))},s.positionalCount=function(l,g){g<l&&e.fail(i("Not enough non-option arguments: got %s, need at least %s","Not enough non-option arguments: got %s, need at least %s",g,g+"",l+""))},s.requiredArguments=function(l,g){let E=null;for(let C of Object.keys(g))(!Object.prototype.hasOwnProperty.call(l,C)||typeof l[C]>"u")&&(E=E||{},E[C]=g[C]);if(E){let C=[];for(let d of Object.keys(E)){let I=E[d];I&&C.indexOf(I)<0&&C.push(I)}let b=C.length?`
|
|
75
|
+
${C.join(`
|
|
76
|
+
`)}`:"";e.fail(i("Missing required argument: %s","Missing required arguments: %s",Object.keys(E).length,Object.keys(E).join(", ")+b))}},s.unknownArguments=function(l,g,E,C,b=!0){var d;let I=t.getInternalMethods().getCommandInstance().getCommands(),z=[],L=t.getInternalMethods().getContext();if(Object.keys(l).forEach(U=>{!Ys.includes(U)&&!Object.prototype.hasOwnProperty.call(E,U)&&!Object.prototype.hasOwnProperty.call(t.getInternalMethods().getParseContext(),U)&&!s.isValidAndSomeAliasIsNotNew(U,g)&&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 R=((d=t.getDemandedCommands()._)===null||d===void 0?void 0:d.max)||0,W=L.commands.length+R;W<l._.length&&l._.slice(W).forEach(H=>{H=String(H),!L.commands.includes(H)&&!z.includes(H)&&z.push(H)})}z.length&&e.fail(i("Unknown argument: %s","Unknown arguments: %s",z.length,z.map(U=>U.trim()?U:`"${U}"`).join(", ")))},s.unknownCommands=function(l){let g=t.getInternalMethods().getCommandInstance().getCommands(),E=[],C=t.getInternalMethods().getContext();return(C.commands.length>0||g.length>0)&&l._.slice(C.commands.length).forEach(b=>{g.includes(""+b)||E.push(""+b)}),E.length>0?(e.fail(i("Unknown command: %s","Unknown commands: %s",E.length,E.join(", "))),!0):!1},s.isValidAndSomeAliasIsNotNew=function(l,g){if(!Object.prototype.hasOwnProperty.call(g,l))return!1;let E=t.parsed.newAliases;return[l,...g[l]].some(C=>!Object.prototype.hasOwnProperty.call(E,C)||!E[l])},s.limitedChoices=function(l){let g=t.getOptions(),E={};if(!Object.keys(g.choices).length)return;Object.keys(l).forEach(d=>{Ys.indexOf(d)===-1&&Object.prototype.hasOwnProperty.call(g.choices,d)&&[].concat(l[d]).forEach(I=>{g.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,e.stringifiedValues(E[d]),e.stringifiedValues(g.choices[d]))}`}),e.fail(b)};let o={};s.implies=function(l,g){A("<string|object> [array|number|string]",[l,g],arguments.length),typeof l=="object"?Object.keys(l).forEach(E=>{s.implies(E,l[E])}):(t.global(l),o[l]||(o[l]=[]),Array.isArray(g)?g.forEach(E=>s.implies(l,E)):(ge(g,void 0,n),o[l].push(g)))},s.getImplied=function(){return o};function a(m,l){let g=Number(l);return l=isNaN(g)?l:g,typeof l=="number"?l=m._.length>=l:l.match(/^--no-.+/)?(l=l.match(/^--no-(.+)/)[1],l=!Object.prototype.hasOwnProperty.call(m,l)):l=Object.prototype.hasOwnProperty.call(m,l),l}s.implications=function(l){let g=[];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&&g.push(` ${C} -> ${I}`)})}),g.length){let E=`${r("Implications failed:")}
|
|
78
|
+
`;g.forEach(C=>{E+=C}),e.fail(E)}};let f={};s.conflicts=function(l,g){A("<string|object> [array|string]",[l,g],arguments.length),typeof l=="object"?Object.keys(l).forEach(E=>{s.conflicts(E,l[E])}):(t.global(l),f[l]||(f[l]=[]),Array.isArray(g)?g.forEach(E=>s.conflicts(l,E)):f[l].push(g))},s.getConflicting=()=>f,s.conflicting=function(l){Object.keys(l).forEach(g=>{f[g]&&f[g].forEach(E=>{E&&l[g]!==void 0&&l[E]!==void 0&&e.fail(r("Arguments %s and %s are mutually exclusive",g,E))})}),t.getInternalMethods().getParserConfiguration()["strip-dashed"]&&Object.keys(f).forEach(g=>{f[g].forEach(E=>{E&&l[n.Parser.camelCase(g)]!==void 0&&l[n.Parser.camelCase(E)]!==void 0&&e.fail(r("Arguments %s and %s are mutually exclusive",g,E))})})},s.recommendCommands=function(l,g){g=g.sort((d,I)=>I.length-d.length);let C=null,b=1/0;for(let d=0,I;(I=g[d])!==void 0;d++){let z=qs(l,I);z<=3&&z<b&&(b=z,C=I)}C&&e.fail(r("Did you mean %s?",C))},s.reset=function(l){return o=ke(o,g=>!l[g]),f=ke(f,g=>!l[g]),s};let p=[];return s.freeze=function(){p.push({implied:o,conflicting:f})},s.unfreeze=function(){let l=p.pop();ge(l,void 0,n),{implied:o,conflicting:f}=l},s}var wc={},Vr=[],Gt;function En(t,e,n,r){Gt=r;let i={};if(Object.prototype.hasOwnProperty.call(t,"extends")){if(typeof t.extends!="string")return i;let s=/\.json|\..*rc$/.test(t.extends),o=null;if(s)o=xc(e,t.extends);else try{o=wc.resolve(t.extends)}catch{return t}bc(o),Vr.push(o),i=s?JSON.parse(Gt.readFileSync(o,"utf8")):r.require(t.extends),delete t.extends,i=En(i,Gt.path.dirname(o),n,Gt)}return Vr=[],n?ks(i,t):Object.assign({},i,t)}function bc(t){if(Vr.indexOf(t)>-1)throw new oe(`Circular extended configurations: '${t}'.`)}function xc(t,e){return Gt.path.resolve(t,e)}function ks(t,e){let n={};function r(i){return i&&typeof i=="object"&&!Array.isArray(i)}Object.assign(n,t);for(let i of Object.keys(e))r(e[i])&&r(n[i])?n[i]=ks(t[i],e[i]):n[i]=e[i];return n}var B=function(t,e,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 e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?i.call(t,n):i?i.value=n:e.set(t,n),n},u=function(t,e,n,r){if(n==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!r:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?r:n==="a"?r.call(t):r?r.value:e.get(t)},ue,ut,qt,Fe,we,bn,Qe,at,xn,ve,wn,Pe,$e,ye,Ie,yn,ct,he,v,An,Bn,Ae,lt,Pt,ft,Ze,On,T,ht,Dt,dt,N,_n,Le,ie;function mo(t){return(e=[],n=t.process.cwd(),r)=>{let i=new ei(e,n,r,t);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}}var Js=Symbol("copyDoubleDash"),Qs=Symbol("copyDoubleDash"),Hr=Symbol("deleteFromParserHintObject"),Zs=Symbol("emitWarning"),Xs=Symbol("freeze"),eo=Symbol("getDollarZero"),pt=Symbol("getParserConfiguration"),to=Symbol("getUsageConfiguration"),Gr=Symbol("guessLocale"),no=Symbol("guessVersion"),ro=Symbol("parsePositionalNumbers"),qr=Symbol("pkgUp"),Xe=Symbol("populateParserHintArray"),It=Symbol("populateParserHintSingleValueDictionary"),Yr=Symbol("populateParserHintArrayDictionary"),Kr=Symbol("populateParserHintDictionary"),kr=Symbol("sanitizeKey"),Jr=Symbol("setKey"),Qr=Symbol("unfreeze"),io=Symbol("validateAsync"),so=Symbol("getCommandInstance"),oo=Symbol("getContext"),uo=Symbol("getHasOutput"),ao=Symbol("getLoggerInstance"),co=Symbol("getParseContext"),lo=Symbol("getUsageInstance"),fo=Symbol("getValidationInstance"),Sn=Symbol("hasParseCallback"),ho=Symbol("isGlobalContext"),mt=Symbol("postProcess"),Do=Symbol("rebase"),Zr=Symbol("reset"),Yt=Symbol("runYargsParserAndExecuteCommands"),Xr=Symbol("runValidation"),po=Symbol("setHasOutput"),gt=Symbol("kTrackManuallySetKeys"),yc="en_US",ei=class{constructor(e=[],n,r,i){this.customScriptName=!1,this.parsed=!1,ue.set(this,void 0),ut.set(this,void 0),qt.set(this,{commands:[],fullCommands:[]}),Fe.set(this,null),we.set(this,null),bn.set(this,"show-hidden"),Qe.set(this,null),at.set(this,!0),xn.set(this,{}),ve.set(this,!0),wn.set(this,[]),Pe.set(this,void 0),$e.set(this,{}),ye.set(this,!1),Ie.set(this,null),yn.set(this,!0),ct.set(this,void 0),he.set(this,""),v.set(this,void 0),An.set(this,void 0),Bn.set(this,{}),Ae.set(this,null),lt.set(this,null),Pt.set(this,{}),ft.set(this,{}),Ze.set(this,void 0),On.set(this,!1),T.set(this,void 0),ht.set(this,!1),Dt.set(this,!1),dt.set(this,!1),N.set(this,void 0),_n.set(this,{}),Le.set(this,null),ie.set(this,void 0),B(this,T,i,"f"),B(this,Ze,e,"f"),B(this,ut,n,"f"),B(this,An,r,"f"),B(this,Pe,new gn(this),"f"),this.$0=this[eo](),this[Zr](),B(this,ue,u(this,ue,"f"),"f"),B(this,N,u(this,N,"f"),"f"),B(this,ie,u(this,ie,"f"),"f"),B(this,v,u(this,v,"f"),"f"),u(this,v,"f").showHiddenOpt=u(this,bn,"f"),B(this,ct,this[Qs](),"f"),u(this,T,"f").y18n.setLocale(yc)}addHelpOpt(e,n){let r="help";return A("[string|boolean] [string]",[e,n],arguments.length),u(this,Ie,"f")&&(this[Hr](u(this,Ie,"f")),B(this,Ie,null,"f")),e===!1&&n===void 0?this:(B(this,Ie,typeof e=="string"?e:r,"f"),this.boolean(u(this,Ie,"f")),this.describe(u(this,Ie,"f"),n||u(this,N,"f").deferY18nLookup("Show help")),this)}help(e,n){return this.addHelpOpt(e,n)}addShowHiddenOpt(e,n){if(A("[string|boolean] [string]",[e,n],arguments.length),e===!1&&n===void 0)return this;let r=typeof e=="string"?e:u(this,bn,"f");return this.boolean(r),this.describe(r,n||u(this,N,"f").deferY18nLookup("Show hidden options")),u(this,v,"f").showHiddenOpt=r,this}showHidden(e,n){return this.addShowHiddenOpt(e,n)}alias(e,n){return A("<object|string|array> [string|array]",[e,n],arguments.length),this[Yr](this.alias.bind(this),"alias",e,n),this}array(e){return A("<array|string>",[e],arguments.length),this[Xe]("array",e),this[gt](e),this}boolean(e){return A("<array|string>",[e],arguments.length),this[Xe]("boolean",e),this[gt](e),this}check(e,n){return A("<function> [boolean]",[e,n],arguments.length),this.middleware((r,i)=>ot(()=>e(r,i.getOptions()),s=>(s?(typeof s=="string"||s instanceof Error)&&u(this,N,"f").fail(s.toString(),s):u(this,N,"f").fail(u(this,T,"f").y18n.__("Argument check failed: %s",e.toString())),r),s=>(u(this,N,"f").fail(s.message?s.message:s.toString(),s),r)),!1,n),this}choices(e,n){return A("<object|string|array> [string|array]",[e,n],arguments.length),this[Yr](this.choices.bind(this),"choices",e,n),this}coerce(e,n){if(A("<object|string|array> [function]",[e,n],arguments.length),Array.isArray(e)){if(!n)throw new oe("coerce callback must be provided");for(let i of e)this.coerce(i,n);return this}else if(typeof e=="object"){for(let i of Object.keys(e))this.coerce(i,e[i]);return this}if(!n)throw new oe("coerce callback must be provided");let r=e;return u(this,v,"f").key[r]=!0,u(this,Pe,"f").addCoerceMiddleware((i,s)=>{var o;let a=(o=s.getAliases()[r])!==null&&o!==void 0?o:[],f=[r,...a].filter(p=>Object.prototype.hasOwnProperty.call(i,p));return f.length===0?i:ot(()=>n(i[f[0]]),p=>(f.forEach(m=>{i[m]=p}),i),p=>{throw new oe(p.message)})},r),this}conflicts(e,n){return A("<string|object> [string|array]",[e,n],arguments.length),u(this,ie,"f").conflicts(e,n),this}config(e="config",n,r){return A("[object|string] [string|function] [function]",[e,n,r],arguments.length),typeof e=="object"&&!Array.isArray(e)?(e=En(e,u(this,ut,"f"),this[pt]()["deep-merge-config"]||!1,u(this,T,"f")),u(this,v,"f").configObjects=(u(this,v,"f").configObjects||[]).concat(e),this):(typeof n=="function"&&(r=n,n=void 0),this.describe(e,n||u(this,N,"f").deferY18nLookup("Path to JSON config file")),(Array.isArray(e)?e:[e]).forEach(i=>{u(this,v,"f").config[i]=r||!0}),this)}completion(e,n,r){return A("[string] [string|boolean|function] [function]",[e,n,r],arguments.length),typeof n=="function"&&(r=n,n=void 0),B(this,we,e||u(this,we,"f")||"completion","f"),!n&&n!==!1&&(n="generate completion script"),this.command(u(this,we,"f"),n),r&&u(this,Fe,"f").registerFunction(r),this}command(e,n,r,i,s,o){return A("<string|array|object> [string|boolean] [function|object] [function] [array] [boolean|string]",[e,n,r,i,s,o],arguments.length),u(this,ue,"f").addHandler(e,n,r,i,s,o),this}commands(e,n,r,i,s,o){return this.command(e,n,r,i,s,o)}commandDir(e,n){A("<string> [object]",[e,n],arguments.length);let r=u(this,An,"f")||u(this,T,"f").require;return u(this,ue,"f").addDirectory(e,r,u(this,T,"f").getCallerFile(),n),this}count(e){return A("<array|string>",[e],arguments.length),this[Xe]("count",e),this[gt](e),this}default(e,n,r){return A("<object|string|array> [*] [string]",[e,n,r],arguments.length),r&&(Ur(e,u(this,T,"f")),u(this,v,"f").defaultDescription[e]=r),typeof n=="function"&&(Ur(e,u(this,T,"f")),u(this,v,"f").defaultDescription[e]||(u(this,v,"f").defaultDescription[e]=u(this,N,"f").functionDescription(n)),n=n.call()),this[It](this.default.bind(this),"default",e,n),this}defaults(e,n,r){return this.default(e,n,r)}demandCommand(e=1,n,r,i){return A("[number] [number|string] [string|null|undefined] [string|null|undefined]",[e,n,r,i],arguments.length),typeof n!="number"&&(r=n,n=1/0),this.global("_",!1),u(this,v,"f").demandedCommands._={min:e,max:n,minMsg:r,maxMsg:i},this}demand(e,n,r){return Array.isArray(n)?(n.forEach(i=>{ge(r,!0,u(this,T,"f")),this.demandOption(i,r)}),n=1/0):typeof n!="number"&&(r=n,n=1/0),typeof e=="number"?(ge(r,!0,u(this,T,"f")),this.demandCommand(e,n,r,r)):Array.isArray(e)?e.forEach(i=>{ge(r,!0,u(this,T,"f")),this.demandOption(i,r)}):typeof r=="string"?this.demandOption(e,r):(r===!0||typeof r>"u")&&this.demandOption(e),this}demandOption(e,n){return A("<object|string|array> [string]",[e,n],arguments.length),this[It](this.demandOption.bind(this),"demandedOptions",e,n),this}deprecateOption(e,n){return A("<string> [string|boolean]",[e,n],arguments.length),u(this,v,"f").deprecatedOptions[e]=n,this}describe(e,n){return A("<object|string|array> [string]",[e,n],arguments.length),this[Jr](e,!0),u(this,N,"f").describe(e,n),this}detectLocale(e){return A("<boolean>",[e],arguments.length),B(this,at,e,"f"),this}env(e){return A("[string|boolean]",[e],arguments.length),e===!1?delete u(this,v,"f").envPrefix:u(this,v,"f").envPrefix=e||"",this}epilogue(e){return A("<string>",[e],arguments.length),u(this,N,"f").epilog(e),this}epilog(e){return this.epilogue(e)}example(e,n){return A("<string|array> [string]",[e,n],arguments.length),Array.isArray(e)?e.forEach(r=>this.example(...r)):u(this,N,"f").example(e,n),this}exit(e,n){B(this,ye,!0,"f"),B(this,Qe,n,"f"),u(this,ve,"f")&&u(this,T,"f").process.exit(e)}exitProcess(e=!0){return A("[boolean]",[e],arguments.length),B(this,ve,e,"f"),this}fail(e){if(A("<function|boolean>",[e],arguments.length),typeof e=="boolean"&&e!==!1)throw new oe("Invalid first argument. Expected function or boolean 'false'");return u(this,N,"f").failFn(e),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(e,n){return A("<array> [function]",[e,n],arguments.length),n?u(this,Fe,"f").getCompletion(e,n):new Promise((r,i)=>{u(this,Fe,"f").getCompletion(e,(s,o)=>{s?i(s):r(o)})})}getDemandedOptions(){return A([],0),u(this,v,"f").demandedOptions}getDemandedCommands(){return A([],0),u(this,v,"f").demandedCommands}getDeprecatedOptions(){return A([],0),u(this,v,"f").deprecatedOptions}getDetectLocale(){return u(this,at,"f")}getExitProcess(){return u(this,ve,"f")}getGroups(){return Object.assign({},u(this,$e,"f"),u(this,ft,"f"))}getHelp(){if(B(this,ye,!0,"f"),!u(this,N,"f").hasCachedHelpMessage()){if(!this.parsed){let n=this[Yt](u(this,Ze,"f"),void 0,void 0,0,!0);if(J(n))return n.then(()=>u(this,N,"f").help())}let e=u(this,ue,"f").runDefaultBuilderOn(this);if(J(e))return e.then(()=>u(this,N,"f").help())}return Promise.resolve(u(this,N,"f").help())}getOptions(){return u(this,v,"f")}getStrict(){return u(this,ht,"f")}getStrictCommands(){return u(this,Dt,"f")}getStrictOptions(){return u(this,dt,"f")}global(e,n){return A("<string|array> [boolean]",[e,n],arguments.length),e=[].concat(e),n!==!1?u(this,v,"f").local=u(this,v,"f").local.filter(r=>e.indexOf(r)===-1):e.forEach(r=>{u(this,v,"f").local.includes(r)||u(this,v,"f").local.push(r)}),this}group(e,n){A("<string|array> <string>",[e,n],arguments.length);let r=u(this,ft,"f")[n]||u(this,$e,"f")[n];u(this,ft,"f")[n]&&delete u(this,ft,"f")[n];let i={};return u(this,$e,"f")[n]=(r||[]).concat(e).filter(s=>i[s]?!1:i[s]=!0),this}hide(e){return A("<string>",[e],arguments.length),u(this,v,"f").hiddenOptions.push(e),this}implies(e,n){return A("<string|object> [number|string|array]",[e,n],arguments.length),u(this,ie,"f").implies(e,n),this}locale(e){return A("[string]",[e],arguments.length),e===void 0?(this[Gr](),u(this,T,"f").y18n.getLocale()):(B(this,at,!1,"f"),u(this,T,"f").y18n.setLocale(e),this)}middleware(e,n,r){return u(this,Pe,"f").addMiddleware(e,!!n,r)}nargs(e,n){return A("<string|object|array> [number]",[e,n],arguments.length),this[It](this.nargs.bind(this),"narg",e,n),this}normalize(e){return A("<array|string>",[e],arguments.length),this[Xe]("normalize",e),this}number(e){return A("<array|string>",[e],arguments.length),this[Xe]("number",e),this[gt](e),this}option(e,n){if(A("<string|object> [object]",[e,n],arguments.length),typeof e=="object")Object.keys(e).forEach(r=>{this.options(r,e[r])});else{typeof n!="object"&&(n={}),this[gt](e),u(this,Le,"f")&&(e==="version"||n?.alias==="version")&&this[Zs](['"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,v,"f").key[e]=!0,n.alias&&this.alias(e,n.alias);let r=n.deprecate||n.deprecated;r&&this.deprecateOption(e,r);let i=n.demand||n.required||n.require;i&&this.demand(e,i),n.demandOption&&this.demandOption(e,typeof n.demandOption=="string"?n.demandOption:void 0),n.conflicts&&this.conflicts(e,n.conflicts),"default"in n&&this.default(e,n.default),n.implies!==void 0&&this.implies(e,n.implies),n.nargs!==void 0&&this.nargs(e,n.nargs),n.config&&this.config(e,n.configParser),n.normalize&&this.normalize(e),n.choices&&this.choices(e,n.choices),n.coerce&&this.coerce(e,n.coerce),n.group&&this.group(e,n.group),(n.boolean||n.type==="boolean")&&(this.boolean(e),n.alias&&this.boolean(n.alias)),(n.array||n.type==="array")&&(this.array(e),n.alias&&this.array(n.alias)),(n.number||n.type==="number")&&(this.number(e),n.alias&&this.number(n.alias)),(n.string||n.type==="string")&&(this.string(e),n.alias&&this.string(n.alias)),(n.count||n.type==="count")&&this.count(e),typeof n.global=="boolean"&&this.global(e,n.global),n.defaultDescription&&(u(this,v,"f").defaultDescription[e]=n.defaultDescription),n.skipValidation&&this.skipValidation(e);let s=n.describe||n.description||n.desc,o=u(this,N,"f").getDescriptions();(!Object.prototype.hasOwnProperty.call(o,e)||typeof s=="string")&&this.describe(e,s),n.hidden&&this.hide(e),n.requiresArg&&this.requiresArg(e)}return this}options(e,n){return this.option(e,n)}parse(e,n,r){A("[string|array] [function|boolean|object] [function]",[e,n,r],arguments.length),this[Xs](),typeof e>"u"&&(e=u(this,Ze,"f")),typeof n=="object"&&(B(this,lt,n,"f"),n=r),typeof n=="function"&&(B(this,Ae,n,"f"),n=!1),n||B(this,Ze,e,"f"),u(this,Ae,"f")&&B(this,ve,!1,"f");let i=this[Yt](e,!!n),s=this.parsed;return u(this,Fe,"f").setParsed(this.parsed),J(i)?i.then(o=>(u(this,Ae,"f")&&u(this,Ae,"f").call(this,u(this,Qe,"f"),o,u(this,he,"f")),o)).catch(o=>{throw u(this,Ae,"f")&&u(this,Ae,"f")(o,this.parsed.argv,u(this,he,"f")),o}).finally(()=>{this[Qr](),this.parsed=s}):(u(this,Ae,"f")&&u(this,Ae,"f").call(this,u(this,Qe,"f"),i,u(this,he,"f")),this[Qr](),this.parsed=s,i)}parseAsync(e,n,r){let i=this.parse(e,n,r);return J(i)?i:Promise.resolve(i)}parseSync(e,n,r){let i=this.parse(e,n,r);if(J(i))throw new oe(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return i}parserConfiguration(e){return A("<object>",[e],arguments.length),B(this,Bn,e,"f"),this}pkgConf(e,n){A("<string> [string]",[e,n],arguments.length);let r=null,i=this[qr](n||u(this,ut,"f"));return i[e]&&typeof i[e]=="object"&&(r=En(i[e],n||u(this,ut,"f"),this[pt]()["deep-merge-config"]||!1,u(this,T,"f")),u(this,v,"f").configObjects=(u(this,v,"f").configObjects||[]).concat(r)),this}positional(e,n){A("<string> <object>",[e,n],arguments.length);let r=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];n=ke(n,(o,a)=>o==="type"&&!["string","number","boolean"].includes(a)?!1:r.includes(o));let i=u(this,qt,"f").fullCommands[u(this,qt,"f").fullCommands.length-1],s=i?u(this,ue,"f").cmdToParseOptions(i):{array:[],alias:{},default:{},demand:{}};return St(s).forEach(o=>{let a=s[o];Array.isArray(a)?a.indexOf(e)!==-1&&(n[o]=!0):a[e]&&!(o in n)&&(n[o]=a[e])}),this.group(e,u(this,N,"f").getPositionalGroupName()),this.option(e,n)}recommendCommands(e=!0){return A("[boolean]",[e],arguments.length),B(this,On,e,"f"),this}required(e,n,r){return this.demand(e,n,r)}require(e,n,r){return this.demand(e,n,r)}requiresArg(e){return A("<array|string|object> [number]",[e],arguments.length),typeof e=="string"&&u(this,v,"f").narg[e]?this:(this[It](this.requiresArg.bind(this),"narg",e,NaN),this)}showCompletionScript(e,n){return A("[string] [string]",[e,n],arguments.length),e=e||this.$0,u(this,ct,"f").log(u(this,Fe,"f").generateCompletionScript(e,n||u(this,we,"f")||"completion")),this}showHelp(e){if(A("[string|function]",[e],arguments.length),B(this,ye,!0,"f"),!u(this,N,"f").hasCachedHelpMessage()){if(!this.parsed){let r=this[Yt](u(this,Ze,"f"),void 0,void 0,0,!0);if(J(r))return r.then(()=>{u(this,N,"f").showHelp(e)}),this}let n=u(this,ue,"f").runDefaultBuilderOn(this);if(J(n))return n.then(()=>{u(this,N,"f").showHelp(e)}),this}return u(this,N,"f").showHelp(e),this}scriptName(e){return this.customScriptName=!0,this.$0=e,this}showHelpOnFail(e,n){return A("[boolean|string] [string]",[e,n],arguments.length),u(this,N,"f").showHelpOnFail(e,n),this}showVersion(e){return A("[string|function]",[e],arguments.length),u(this,N,"f").showVersion(e),this}skipValidation(e){return A("<array|string>",[e],arguments.length),this[Xe]("skipValidation",e),this}strict(e){return A("[boolean]",[e],arguments.length),B(this,ht,e!==!1,"f"),this}strictCommands(e){return A("[boolean]",[e],arguments.length),B(this,Dt,e!==!1,"f"),this}strictOptions(e){return A("[boolean]",[e],arguments.length),B(this,dt,e!==!1,"f"),this}string(e){return A("<array|string>",[e],arguments.length),this[Xe]("string",e),this[gt](e),this}terminalWidth(){return A([],0),u(this,T,"f").process.stdColumns}updateLocale(e){return this.updateStrings(e)}updateStrings(e){return A("<object>",[e],arguments.length),B(this,at,!1,"f"),u(this,T,"f").y18n.updateLocale(e),this}usage(e,n,r,i){if(A("<string|null|undefined> [string|boolean] [function|object] [function]",[e,n,r,i],arguments.length),n!==void 0){if(ge(e,null,u(this,T,"f")),(e||"").match(/^\$0( |$)/))return this.command(e,n,r,i);throw new oe(".usage() description must start with $0 if being used as alias for .command()")}else return u(this,N,"f").usage(e),this}usageConfiguration(e){return A("<object>",[e],arguments.length),B(this,_n,e,"f"),this}version(e,n,r){let i="version";if(A("[boolean|string] [string] [string]",[e,n,r],arguments.length),u(this,Le,"f")&&(this[Hr](u(this,Le,"f")),u(this,N,"f").version(void 0),B(this,Le,null,"f")),arguments.length===0)r=this[no](),e=i;else if(arguments.length===1){if(e===!1)return this;r=e,e=i}else arguments.length===2&&(r=n,n=void 0);return B(this,Le,typeof e=="string"?e:i,"f"),n=n||u(this,N,"f").deferY18nLookup("Show version number"),u(this,N,"f").version(r||void 0),this.boolean(u(this,Le,"f")),this.describe(u(this,Le,"f"),n),this}wrap(e){return A("<number|null|undefined>",[e],arguments.length),u(this,N,"f").wrap(e),this}[(ue=new WeakMap,ut=new WeakMap,qt=new WeakMap,Fe=new WeakMap,we=new WeakMap,bn=new WeakMap,Qe=new WeakMap,at=new WeakMap,xn=new WeakMap,ve=new WeakMap,wn=new WeakMap,Pe=new WeakMap,$e=new WeakMap,ye=new WeakMap,Ie=new WeakMap,yn=new WeakMap,ct=new WeakMap,he=new WeakMap,v=new WeakMap,An=new WeakMap,Bn=new WeakMap,Ae=new WeakMap,lt=new WeakMap,Pt=new WeakMap,ft=new WeakMap,Ze=new WeakMap,On=new WeakMap,T=new WeakMap,ht=new WeakMap,Dt=new WeakMap,dt=new WeakMap,N=new WeakMap,_n=new WeakMap,Le=new WeakMap,ie=new WeakMap,Js)](e){if(!e._||!e["--"])return e;e._.push.apply(e._,e["--"]);try{delete e["--"]}catch{}return e}[Qs](){return{log:(...e)=>{this[Sn]()||console.log(...e),B(this,ye,!0,"f"),u(this,he,"f").length&&B(this,he,u(this,he,"f")+`
|
|
80
|
+
`,"f"),B(this,he,u(this,he,"f")+e.join(" "),"f")},error:(...e)=>{this[Sn]()||console.error(...e),B(this,ye,!0,"f"),u(this,he,"f").length&&B(this,he,u(this,he,"f")+`
|
|
81
|
+
`,"f"),B(this,he,u(this,he,"f")+e.join(" "),"f")}}}[Hr](e){St(u(this,v,"f")).forEach(n=>{if((i=>i==="configObjects")(n))return;let r=u(this,v,"f")[n];Array.isArray(r)?r.includes(e)&&r.splice(r.indexOf(e),1):typeof r=="object"&&delete r[e]}),delete u(this,N,"f").getDescriptions()[e]}[Zs](e,n,r){u(this,xn,"f")[r]||(u(this,T,"f").process.emitWarning(e,n),u(this,xn,"f")[r]=!0)}[Xs](){u(this,wn,"f").push({options:u(this,v,"f"),configObjects:u(this,v,"f").configObjects.slice(0),exitProcess:u(this,ve,"f"),groups:u(this,$e,"f"),strict:u(this,ht,"f"),strictCommands:u(this,Dt,"f"),strictOptions:u(this,dt,"f"),completionCommand:u(this,we,"f"),output:u(this,he,"f"),exitError:u(this,Qe,"f"),hasOutput:u(this,ye,"f"),parsed:this.parsed,parseFn:u(this,Ae,"f"),parseContext:u(this,lt,"f")}),u(this,N,"f").freeze(),u(this,ie,"f").freeze(),u(this,ue,"f").freeze(),u(this,Pe,"f").freeze()}[eo](){let e="",n;return/\b(node|iojs|electron)(\.exe)?$/.test(u(this,T,"f").process.argv()[0])?n=u(this,T,"f").process.argv().slice(1,2):n=u(this,T,"f").process.argv().slice(0,1),e=n.map(r=>{let i=this[Do](u(this,ut,"f"),r);return r.match(/^(\/|([a-zA-Z]:)?\\)/)&&i.length<r.length?i:r}).join(" ").trim(),u(this,T,"f").getEnv("_")&&u(this,T,"f").getProcessArgvBin()===u(this,T,"f").getEnv("_")&&(e=u(this,T,"f").getEnv("_").replace(`${u(this,T,"f").path.dirname(u(this,T,"f").process.execPath())}/`,"")),e}[pt](){return u(this,Bn,"f")}[to](){return u(this,_n,"f")}[Gr](){if(!u(this,at,"f"))return;let e=u(this,T,"f").getEnv("LC_ALL")||u(this,T,"f").getEnv("LC_MESSAGES")||u(this,T,"f").getEnv("LANG")||u(this,T,"f").getEnv("LANGUAGE")||"en_US";this.locale(e.replace(/[.:].*/,""))}[no](){return this[qr]().version||"unknown"}[ro](e){let n=e["--"]?e["--"]:e._;for(let r=0,i;(i=n[r])!==void 0;r++)u(this,T,"f").Parser.looksLikeNumber(i)&&Number.isSafeInteger(Math.floor(parseFloat(`${i}`)))&&(n[r]=Number(i));return e}[qr](e){let n=e||"*";if(u(this,Pt,"f")[n])return u(this,Pt,"f")[n];let r={};try{let i=e||u(this,T,"f").mainFilename;u(this,T,"f").path.extname(i)&&(i=u(this,T,"f").path.dirname(i));let s=u(this,T,"f").findUp(i,(o,a)=>{if(a.includes("package.json"))return"package.json"});ge(s,void 0,u(this,T,"f")),r=JSON.parse(u(this,T,"f").readFileSync(s,"utf8"))}catch{}return u(this,Pt,"f")[n]=r||{},u(this,Pt,"f")[n]}[Xe](e,n){n=[].concat(n),n.forEach(r=>{r=this[kr](r),u(this,v,"f")[e].push(r)})}[It](e,n,r,i){this[Kr](e,n,r,i,(s,o,a)=>{u(this,v,"f")[s][o]=a})}[Yr](e,n,r,i){this[Kr](e,n,r,i,(s,o,a)=>{u(this,v,"f")[s][o]=(u(this,v,"f")[s][o]||[]).concat(a)})}[Kr](e,n,r,i,s){if(Array.isArray(r))r.forEach(o=>{e(o,i)});else if((o=>typeof o=="object")(r))for(let o of St(r))e(o,r[o]);else s(n,this[kr](r),i)}[kr](e){return e==="__proto__"?"___proto___":e}[Jr](e,n){return this[It](this[Jr].bind(this),"key",e,n),this}[Qr](){var e,n,r,i,s,o,a,f,p,m,l,g;let E=u(this,wn,"f").pop();ge(E,void 0,u(this,T,"f"));let C;e=this,n=this,r=this,i=this,s=this,o=this,a=this,f=this,p=this,m=this,l=this,g=this,{options:{set value(b){B(e,v,b,"f")}}.value,configObjects:C,exitProcess:{set value(b){B(n,ve,b,"f")}}.value,groups:{set value(b){B(r,$e,b,"f")}}.value,output:{set value(b){B(i,he,b,"f")}}.value,exitError:{set value(b){B(s,Qe,b,"f")}}.value,hasOutput:{set value(b){B(o,ye,b,"f")}}.value,parsed:this.parsed,strict:{set value(b){B(a,ht,b,"f")}}.value,strictCommands:{set value(b){B(f,Dt,b,"f")}}.value,strictOptions:{set value(b){B(p,dt,b,"f")}}.value,completionCommand:{set value(b){B(m,we,b,"f")}}.value,parseFn:{set value(b){B(l,Ae,b,"f")}}.value,parseContext:{set value(b){B(g,lt,b,"f")}}.value}=E,u(this,v,"f").configObjects=C,u(this,N,"f").unfreeze(),u(this,ie,"f").unfreeze(),u(this,ue,"f").unfreeze(),u(this,Pe,"f").unfreeze()}[io](e,n){return ot(n,r=>(e(r),r))}getInternalMethods(){return{getCommandInstance:this[so].bind(this),getContext:this[oo].bind(this),getHasOutput:this[uo].bind(this),getLoggerInstance:this[ao].bind(this),getParseContext:this[co].bind(this),getParserConfiguration:this[pt].bind(this),getUsageConfiguration:this[to].bind(this),getUsageInstance:this[lo].bind(this),getValidationInstance:this[fo].bind(this),hasParseCallback:this[Sn].bind(this),isGlobalContext:this[ho].bind(this),postProcess:this[mt].bind(this),reset:this[Zr].bind(this),runValidation:this[Xr].bind(this),runYargsParserAndExecuteCommands:this[Yt].bind(this),setHasOutput:this[po].bind(this)}}[so](){return u(this,ue,"f")}[oo](){return u(this,qt,"f")}[uo](){return u(this,ye,"f")}[ao](){return u(this,ct,"f")}[co](){return u(this,lt,"f")||{}}[lo](){return u(this,N,"f")}[fo](){return u(this,ie,"f")}[Sn](){return!!u(this,Ae,"f")}[ho](){return u(this,yn,"f")}[mt](e,n,r,i){return r||J(e)||(n||(e=this[Js](e)),(this[pt]()["parse-positional-numbers"]||this[pt]()["parse-positional-numbers"]===void 0)&&(e=this[ro](e)),i&&(e=st(e,this,u(this,Pe,"f").getMiddleware(),!1))),e}[Zr](e={}){B(this,v,u(this,v,"f")||{},"f");let n={};n.local=u(this,v,"f").local||[],n.configObjects=u(this,v,"f").configObjects||[];let r={};n.local.forEach(o=>{r[o]=!0,(e[o]||[]).forEach(a=>{r[a]=!0})}),Object.assign(u(this,ft,"f"),Object.keys(u(this,$e,"f")).reduce((o,a)=>{let f=u(this,$e,"f")[a].filter(p=>!(p in r));return f.length>0&&(o[a]=f),o},{})),B(this,$e,{},"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,v,"f")[o]||[]).filter(a=>!r[a])}),s.forEach(o=>{n[o]=ke(u(this,v,"f")[o],a=>!r[a])}),n.envPrefix=u(this,v,"f").envPrefix,B(this,v,n,"f"),B(this,N,u(this,N,"f")?u(this,N,"f").reset(r):Ws(this,u(this,T,"f")),"f"),B(this,ie,u(this,ie,"f")?u(this,ie,"f").reset(r):Ks(this,u(this,N,"f"),u(this,T,"f")),"f"),B(this,ue,u(this,ue,"f")?u(this,ue,"f").reset():Us(u(this,N,"f"),u(this,ie,"f"),u(this,Pe,"f"),u(this,T,"f")),"f"),u(this,Fe,"f")||B(this,Fe,Gs(this,u(this,N,"f"),u(this,ue,"f"),u(this,T,"f")),"f"),u(this,Pe,"f").reset(),B(this,we,null,"f"),B(this,he,"","f"),B(this,Qe,null,"f"),B(this,ye,!1,"f"),this.parsed=!1,this}[Do](e,n){return u(this,T,"f").path.relative(e,n)}[Yt](e,n,r,i=0,s=!1){var o,a,f,p;let m=!!r||s;e=e||u(this,Ze,"f"),u(this,v,"f").__=u(this,T,"f").y18n.__,u(this,v,"f").configuration=this[pt]();let l=!!u(this,v,"f").configuration["populate--"],g=Object.assign({},u(this,v,"f").configuration,{"populate--":!0}),E=u(this,T,"f").Parser.detailed(e,Object.assign({},u(this,v,"f"),{configuration:{"parse-positional-numbers":!1,...g}})),C=Object.assign(E.argv,u(this,lt,"f")),b,d=E.aliases,I=!1,z=!1;Object.keys(C).forEach(L=>{L===u(this,Ie,"f")&&C[L]?I=!0:L===u(this,Le,"f")&&C[L]&&(z=!0)}),C.$0=this.$0,this.parsed=E,i===0&&u(this,N,"f").clearCachedHelpMessage();try{if(this[Gr](),n)return this[mt](C,l,!!r,!1);u(this,Ie,"f")&&[u(this,Ie,"f")].concat(d[u(this,Ie,"f")]||[]).filter(H=>H.length>1).includes(""+C._[C._.length-1])&&(C._.pop(),I=!0),B(this,yn,!1,"f");let L=u(this,ue,"f").getCommands(),U=!((o=u(this,Fe,"f"))===null||o===void 0)&&o.completionKey?[(a=u(this,Fe,"f"))===null||a===void 0?void 0:a.completionKey,...(p=this.getAliases()[(f=u(this,Fe,"f"))===null||f===void 0?void 0:f.completionKey])!==null&&p!==void 0?p:[]].some(W=>Object.prototype.hasOwnProperty.call(C,W)):!1,R=I||U||s;if(C._.length){if(L.length){let W;for(let H=i||0,K;C._[H]!==void 0;H++)if(K=String(C._[H]),L.includes(K)&&K!==u(this,we,"f")){let de=u(this,ue,"f").runCommand(K,this,E,H+1,s,I||z||s);return this[mt](de,l,!!r,!1)}else if(!W&&K!==u(this,we,"f")){W=K;break}!u(this,ue,"f").hasDefaultCommand()&&u(this,On,"f")&&W&&!R&&u(this,ie,"f").recommendCommands(W,L)}u(this,we,"f")&&C._.includes(u(this,we,"f"))&&!U&&(u(this,ve,"f")&&Je(!0),this.showCompletionScript(),this.exit(0))}if(u(this,ue,"f").hasDefaultCommand()&&!R){let W=u(this,ue,"f").runCommand(null,this,E,0,s,I||z||s);return this[mt](W,l,!!r,!1)}if(U){u(this,ve,"f")&&Je(!0),e=[].concat(e);let W=e.slice(e.indexOf(`--${u(this,Fe,"f").completionKey}`)+1);return u(this,Fe,"f").getCompletion(W,(H,K)=>{if(H)throw new oe(H.message);(K||[]).forEach(de=>{u(this,ct,"f").log(de)}),this.exit(0)}),this[mt](C,!l,!!r,!1)}if(u(this,ye,"f")||(I?(u(this,ve,"f")&&Je(!0),m=!0,this.showHelp(W=>{u(this,ct,"f").log(W),this.exit(0)})):z&&(u(this,ve,"f")&&Je(!0),m=!0,u(this,N,"f").showVersion("log"),this.exit(0))),!m&&u(this,v,"f").skipValidation.length>0&&(m=Object.keys(C).some(W=>u(this,v,"f").skipValidation.indexOf(W)>=0&&C[W]===!0)),!m){if(E.error)throw new oe(E.error.message);if(!U){let W=this[Xr](d,{},E.error);r||(b=st(C,this,u(this,Pe,"f").getMiddleware(),!0)),b=this[io](W,b??C),J(b)&&!r&&(b=b.then(()=>st(C,this,u(this,Pe,"f").getMiddleware(),!1)))}}}catch(L){if(L instanceof oe)u(this,N,"f").fail(L.message,L);else throw L}return this[mt](b??C,l,!!r,!0)}[Xr](e,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,Dt,"f")&&(a=u(this,ie,"f").unknownCommands(o)),u(this,ht,"f")&&!a?u(this,ie,"f").unknownArguments(o,e,n,!!i):u(this,dt,"f")&&u(this,ie,"f").unknownArguments(o,e,{},!1,!1),u(this,ie,"f").limitedChoices(o),u(this,ie,"f").implications(o),u(this,ie,"f").conflicting(o)}}[po](){B(this,ye,!0,"f")}[gt](e){if(typeof e=="string")u(this,v,"f").key[e]=!0;else for(let n of e)u(this,v,"f").key[n]=!0}};function zs(t){return!!t&&typeof t.getInternalMethods=="function"}var Ac=mo(js),go=Ac;var bo=Ft(Co(),1),_c={},Bc=process.argv.slice(2),Eo=new bo.default(go),ni=console.log;async function ri(t){Eo.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;Bc.length>0&&ni(i),o.showHelp()});let{data:e,argv:n}=await Eo.parse(t);e!=null&&(ni(e),process.exit(0)),await(await xo(Vt(n.listen),n)).start(),n.quiet!==!0&&ni("daemon has started")}async function xo(t,e){throw new Error("Not implemented yet")}yr(_c)&&ri(process.argv).catch(t=>{console.error(t),process.exit(1)});return _o(Oc);})();
|
|
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
|