@libp2p/mdns 10.0.7 → 10.0.8-178fe2671

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/README.md CHANGED
@@ -11,7 +11,7 @@ A peer discover mechanism that uses [mDNS](https://datatracker.ietf.org/doc/html
11
11
 
12
12
  ## Example
13
13
 
14
- ```ts
14
+ ```TypeScript
15
15
  import { mdns } from '@libp2p/mdns'
16
16
 
17
17
  const options = {
package/dist/index.min.js CHANGED
@@ -1,14 +1,14 @@
1
1
  (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PMdns = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
- "use strict";var Libp2PMdns=(()=>{var fn=Object.create;var Ge=Object.defineProperty;var kn=Object.getOwnPropertyDescriptor;var $n=Object.getOwnPropertyNames;var Mn=Object.getPrototypeOf,_n=Object.prototype.hasOwnProperty;var Pe=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var j=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),$=(t,e)=>{for(var r in e)Ge(t,r,{get:e[r],enumerable:!0})},lr=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of $n(e))!_n.call(t,i)&&i!==r&&Ge(t,i,{get:()=>e[i],enumerable:!(n=kn(e,i))||n.enumerable});return t};var Ye=(t,e,r)=>(r=t!=null?fn(Mn(t)):{},lr(e||!t||!t.__esModule?Ge(r,"default",{value:t,enumerable:!0}):r,t)),zn=t=>lr(Ge({},"__esModule",{value:!0}),t);var mr=j(ut=>{"use strict";ut.toString=function(t){switch(t){case 1:return"A";case 10:return"NULL";case 28:return"AAAA";case 18:return"AFSDB";case 42:return"APL";case 257:return"CAA";case 60:return"CDNSKEY";case 59:return"CDS";case 37:return"CERT";case 5:return"CNAME";case 49:return"DHCID";case 32769:return"DLV";case 39:return"DNAME";case 48:return"DNSKEY";case 43:return"DS";case 55:return"HIP";case 13:return"HINFO";case 45:return"IPSECKEY";case 25:return"KEY";case 36:return"KX";case 29:return"LOC";case 15:return"MX";case 35:return"NAPTR";case 2:return"NS";case 47:return"NSEC";case 50:return"NSEC3";case 51:return"NSEC3PARAM";case 12:return"PTR";case 46:return"RRSIG";case 17:return"RP";case 24:return"SIG";case 6:return"SOA";case 99:return"SPF";case 33:return"SRV";case 44:return"SSHFP";case 32768:return"TA";case 249:return"TKEY";case 52:return"TLSA";case 250:return"TSIG";case 16:return"TXT";case 252:return"AXFR";case 251:return"IXFR";case 41:return"OPT";case 255:return"ANY"}return"UNKNOWN_"+t};ut.toType=function(t){switch(t.toUpperCase()){case"A":return 1;case"NULL":return 10;case"AAAA":return 28;case"AFSDB":return 18;case"APL":return 42;case"CAA":return 257;case"CDNSKEY":return 60;case"CDS":return 59;case"CERT":return 37;case"CNAME":return 5;case"DHCID":return 49;case"DLV":return 32769;case"DNAME":return 39;case"DNSKEY":return 48;case"DS":return 43;case"HIP":return 55;case"HINFO":return 13;case"IPSECKEY":return 45;case"KEY":return 25;case"KX":return 36;case"LOC":return 29;case"MX":return 15;case"NAPTR":return 35;case"NS":return 2;case"NSEC":return 47;case"NSEC3":return 50;case"NSEC3PARAM":return 51;case"PTR":return 12;case"RRSIG":return 46;case"RP":return 17;case"SIG":return 24;case"SOA":return 6;case"SPF":return 99;case"SRV":return 33;case"SSHFP":return 44;case"TA":return 32768;case"TKEY":return 249;case"TLSA":return 52;case"TSIG":return 250;case"TXT":return 16;case"AXFR":return 252;case"IXFR":return 251;case"OPT":return 41;case"ANY":return 255;case"*":return 255}return t.toUpperCase().startsWith("UNKNOWN_")?parseInt(t.slice(8)):0}});var yr=j(ht=>{"use strict";ht.toString=function(t){switch(t){case 0:return"NOERROR";case 1:return"FORMERR";case 2:return"SERVFAIL";case 3:return"NXDOMAIN";case 4:return"NOTIMP";case 5:return"REFUSED";case 6:return"YXDOMAIN";case 7:return"YXRRSET";case 8:return"NXRRSET";case 9:return"NOTAUTH";case 10:return"NOTZONE";case 11:return"RCODE_11";case 12:return"RCODE_12";case 13:return"RCODE_13";case 14:return"RCODE_14";case 15:return"RCODE_15"}return"RCODE_"+t};ht.toRcode=function(t){switch(t.toUpperCase()){case"NOERROR":return 0;case"FORMERR":return 1;case"SERVFAIL":return 2;case"NXDOMAIN":return 3;case"NOTIMP":return 4;case"REFUSED":return 5;case"YXDOMAIN":return 6;case"YXRRSET":return 7;case"NXRRSET":return 8;case"NOTAUTH":return 9;case"NOTZONE":return 10;case"RCODE_11":return 11;case"RCODE_12":return 12;case"RCODE_13":return 13;case"RCODE_14":return 14;case"RCODE_15":return 15}return 0}});var wr=j(pt=>{"use strict";pt.toString=function(t){switch(t){case 0:return"QUERY";case 1:return"IQUERY";case 2:return"STATUS";case 3:return"OPCODE_3";case 4:return"NOTIFY";case 5:return"UPDATE";case 6:return"OPCODE_6";case 7:return"OPCODE_7";case 8:return"OPCODE_8";case 9:return"OPCODE_9";case 10:return"OPCODE_10";case 11:return"OPCODE_11";case 12:return"OPCODE_12";case 13:return"OPCODE_13";case 14:return"OPCODE_14";case 15:return"OPCODE_15"}return"OPCODE_"+t};pt.toOpcode=function(t){switch(t.toUpperCase()){case"QUERY":return 0;case"IQUERY":return 1;case"STATUS":return 2;case"OPCODE_3":return 3;case"NOTIFY":return 4;case"UPDATE":return 5;case"OPCODE_6":return 6;case"OPCODE_7":return 7;case"OPCODE_8":return 8;case"OPCODE_9":return 9;case"OPCODE_10":return 10;case"OPCODE_11":return 11;case"OPCODE_12":return 12;case"OPCODE_13":return 13;case"OPCODE_14":return 14;case"OPCODE_15":return 15}return 0}});var Ir=j(gt=>{"use strict";gt.toString=function(t){switch(t){case 1:return"IN";case 2:return"CS";case 3:return"CH";case 4:return"HS";case 255:return"ANY"}return"UNKNOWN_"+t};gt.toClass=function(t){switch(t.toUpperCase()){case"IN":return 1;case"CS":return 2;case"CH":return 3;case"HS":return 4;case"ANY":return 255}return 0}});var Er=j(mt=>{"use strict";mt.toString=function(t){switch(t){case 1:return"LLQ";case 2:return"UL";case 3:return"NSID";case 5:return"DAU";case 6:return"DHU";case 7:return"N3U";case 8:return"CLIENT_SUBNET";case 9:return"EXPIRE";case 10:return"COOKIE";case 11:return"TCP_KEEPALIVE";case 12:return"PADDING";case 13:return"CHAIN";case 14:return"KEY_TAG";case 26946:return"DEVICEID"}return t<0?null:`OPTION_${t}`};mt.toCode=function(t){if(typeof t=="number")return t;if(!t)return-1;switch(t.toUpperCase()){case"OPTION_0":return 0;case"LLQ":return 1;case"UL":return 2;case"NSID":return 3;case"OPTION_4":return 4;case"DAU":return 5;case"DHU":return 6;case"N3U":return 7;case"CLIENT_SUBNET":return 8;case"EXPIRE":return 9;case"COOKIE":return 10;case"TCP_KEEPALIVE":return 11;case"PADDING":return 12;case"CHAIN":return 13;case"KEY_TAG":return 14;case"DEVICEID":return 26946;case"OPTION_65535":return 65535}let e=t.match(/_(\d+)$/);return e?parseInt(e[1],10):-1}});var Ar=j((vr,yt)=>{var xr=function(t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decode=g,t.encode=E,t.familyOf=p,t.name=void 0,t.sizeOf=h,t.v6=t.v4=void 0;let e=/^(\d{1,3}\.){3,3}\d{1,3}$/,r=4,n=/^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i,i=16,c={name:"v4",size:r,isFormat:d=>e.test(d),encode(d,o,s){s=~~s,o=o||new Uint8Array(s+r);let a=d.length,l=0;for(let y=0;y<a;){let w=d.charCodeAt(y++);w===46?(o[s++]=l,l=0):l=l*10+(w-48)}return o[s]=l,o},decode(d,o){return o=~~o,`${d[o++]}.${d[o++]}.${d[o++]}.${d[o]}`}};t.v4=c;let u={name:"v6",size:i,isFormat:d=>d.length>0&&n.test(d),encode(d,o,s){s=~~s;let a=s+i,l=-1,y=0,w=0,A=!0,O=!1;o=o||new Uint8Array(s+i);for(let L=0;L<d.length;L++){let P=d.charCodeAt(L);P===58?(A?l!==-1?(s<a&&(o[s]=0),s<a-1&&(o[s+1]=0),s+=2):s<a&&(l=s):(O===!0?(s<a&&(o[s]=w),s++):(s<a&&(o[s]=y>>8),s<a-1&&(o[s+1]=y&255),s+=2),y=0,w=0),A=!0,O=!1):P===46?(s<a&&(o[s]=w),s++,w=0,y=0,A=!1,O=!0):(A=!1,P>=97?P-=87:P>=65?P-=55:(P-=48,w=w*10+P),y=(y<<4)+P)}if(A===!1)O===!0?(s<a&&(o[s]=w),s++):(s<a&&(o[s]=y>>8),s<a-1&&(o[s+1]=y&255),s+=2);else if(l===0)s<a&&(o[s]=0),s<a-1&&(o[s+1]=0),s+=2;else if(l!==-1){s+=2;for(let L=Math.min(s-1,a-1);L>=l+2;L--)o[L]=o[L-2];o[l]=0,o[l+1]=0,l=s}if(l!==s&&l!==-1)for(s>a-2&&(s=a-2);a>l;)o[--a]=s<a&&s>l?o[--s]:0;else for(;s<a;)o[s++]=0;return o},decode(d,o){o=~~o;let s="";for(let a=0;a<i;a+=2)a!==0&&(s+=":"),s+=(d[o+a]<<8|d[o+a+1]).toString(16);return s.replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}};t.v6=u;let m="ip";t.name=m;function h(d){if(c.isFormat(d))return c.size;if(u.isFormat(d))return u.size;throw Error(`Invalid ip address: ${d}`)}function p(d){return h(d)===c.size?1:2}function E(d,o,s){s=~~s;let a=h(d);return typeof o=="function"&&(o=o(s+a)),a===c.size?c.encode(d,o,s):u.encode(d,o,s)}function g(d,o,s){if(o=~~o,s=s||d.length-o,s===c.size)return c.decode(d,o,s);if(s===u.size)return u.decode(d,o,s);throw Error(`Invalid buffer size needs to be ${c.size} for v4 or ${u.size} for v6.`)}return"default"in t?t.default:t}({});typeof define=="function"&&define.amd?define([],function(){return xr}):typeof yt=="object"&&typeof vr=="object"&&(yt.exports=xr)});var Ur=j(x=>{"use strict";var v=Pe("buffer").Buffer,ge=mr(),Vn=yr(),qn=wr(),Je=Ir(),wt=Er(),Se=Ar(),jn=0,Sr=32768,It=32768,Kn=~It,br=32768,Hn=~br,I=x.name={};I.encode=function(t,e,r,{mail:n=!1}={}){e||(e=v.alloc(I.encodingLength(t))),r||(r=0);let i=r,c=t.replace(/^\.|\.$/gm,"");if(c.length){let u=[];if(n){let m="";c.split(".").forEach(h=>{h.endsWith("\\")?m+=(m.length?".":"")+h.slice(0,-1):u.length===0&&m.length?u.push(m+"."+h):u.push(h)})}else u=c.split(".");for(let m=0;m<u.length;m++){let h=e.write(u[m],r+1);e[r]=h,r+=h+1}}return e[r++]=0,I.encode.bytes=r-i,e};I.encode.bytes=0;I.decode=function(t,e,{mail:r=!1}={}){e||(e=0);let n=[],i=e,c=0,u=0,m=!1;for(;;){if(e>=t.length)throw new Error("Cannot decode name (buffer overflow)");let h=t[e++];if(u+=m?0:1,h===0)break;if(h&192)if((h&192)===192){if(e+1>t.length)throw new Error("Cannot decode name (buffer overflow)");let p=t.readUInt16BE(e-1)-49152;if(p>=i)throw new Error("Cannot decode name (bad pointer)");e=p,i=p,u+=m?0:1,m=!0}else throw new Error("Cannot decode name (bad label)");else{if(e+h>t.length)throw new Error("Cannot decode name (buffer overflow)");if(c+=h+1,c>254)throw new Error("Cannot decode name (name too long)");let p=t.toString("utf-8",e,e+h);r&&(p=p.replace(/\./g,"\\.")),n.push(p),e+=h,u+=m?0:h}}return I.decode.bytes=u,n.length===0?".":n.join(".")};I.decode.bytes=0;I.encodingLength=function(t){return t==="."||t===".."?1:v.byteLength(t.replace(/^\.|\.$/gm,""))+2};var S={};S.encode=function(t,e,r){e||(e=v.alloc(S.encodingLength(t))),r||(r=0);let n=e.write(t,r+1);return e[r]=n,S.encode.bytes=n+1,e};S.encode.bytes=0;S.decode=function(t,e){e||(e=0);let r=t[e],n=t.toString("utf-8",e+1,e+1+r);return S.decode.bytes=r+1,n};S.decode.bytes=0;S.encodingLength=function(t){return v.byteLength(t)+1};var X={};X.encode=function(t,e,r){e||(e=X.encodingLength(t)),r||(r=0);let n=(t.flags||0)&32767,i=t.type==="response"?Sr:jn;return e.writeUInt16BE(t.id||0,r),e.writeUInt16BE(n|i,r+2),e.writeUInt16BE(t.questions.length,r+4),e.writeUInt16BE(t.answers.length,r+6),e.writeUInt16BE(t.authorities.length,r+8),e.writeUInt16BE(t.additionals.length,r+10),e};X.encode.bytes=12;X.decode=function(t,e){if(e||(e=0),t.length<12)throw new Error("Header must be 12 bytes");let r=t.readUInt16BE(e+2);return{id:t.readUInt16BE(e),type:r&Sr?"response":"query",flags:r&32767,flag_qr:(r>>15&1)===1,opcode:qn.toString(r>>11&15),flag_aa:(r>>10&1)===1,flag_tc:(r>>9&1)===1,flag_rd:(r>>8&1)===1,flag_ra:(r>>7&1)===1,flag_z:(r>>6&1)===1,flag_ad:(r>>5&1)===1,flag_cd:(r>>4&1)===1,rcode:Vn.toString(r&15),questions:new Array(t.readUInt16BE(e+4)),answers:new Array(t.readUInt16BE(e+6)),authorities:new Array(t.readUInt16BE(e+8)),additionals:new Array(t.readUInt16BE(e+10))}};X.decode.bytes=12;X.encodingLength=function(){return 12};var oe=x.unknown={};oe.encode=function(t,e,r){return e||(e=v.alloc(oe.encodingLength(t))),r||(r=0),e.writeUInt16BE(t.length,r),t.copy(e,r+2),oe.encode.bytes=t.length+2,e};oe.encode.bytes=0;oe.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e),n=t.slice(e+2,e+2+r);return oe.decode.bytes=r+2,n};oe.decode.bytes=0;oe.encodingLength=function(t){return t.length+2};var se=x.ns={};se.encode=function(t,e,r){return e||(e=v.alloc(se.encodingLength(t))),r||(r=0),I.encode(t,e,r+2),e.writeUInt16BE(I.encode.bytes,r),se.encode.bytes=I.encode.bytes+2,e};se.encode.bytes=0;se.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e),n=I.decode(t,e+2);return se.decode.bytes=r+2,n};se.decode.bytes=0;se.encodingLength=function(t){return I.encodingLength(t)+2};var ce=x.soa={};ce.encode=function(t,e,r){e||(e=v.alloc(ce.encodingLength(t))),r||(r=0);let n=r;return r+=2,I.encode(t.mname,e,r),r+=I.encode.bytes,I.encode(t.rname,e,r,{mail:!0}),r+=I.encode.bytes,e.writeUInt32BE(t.serial||0,r),r+=4,e.writeUInt32BE(t.refresh||0,r),r+=4,e.writeUInt32BE(t.retry||0,r),r+=4,e.writeUInt32BE(t.expire||0,r),r+=4,e.writeUInt32BE(t.minimum||0,r),r+=4,e.writeUInt16BE(r-n-2,n),ce.encode.bytes=r-n,e};ce.encode.bytes=0;ce.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.mname=I.decode(t,e),e+=I.decode.bytes,n.rname=I.decode(t,e,{mail:!0}),e+=I.decode.bytes,n.serial=t.readUInt32BE(e),e+=4,n.refresh=t.readUInt32BE(e),e+=4,n.retry=t.readUInt32BE(e),e+=4,n.expire=t.readUInt32BE(e),e+=4,n.minimum=t.readUInt32BE(e),e+=4,ce.decode.bytes=e-r,n};ce.decode.bytes=0;ce.encodingLength=function(t){return 22+I.encodingLength(t.mname)+I.encodingLength(t.rname)};var ae=x.txt={};ae.encode=function(t,e,r){Array.isArray(t)||(t=[t]);for(let i=0;i<t.length;i++)if(typeof t[i]=="string"&&(t[i]=v.from(t[i])),!v.isBuffer(t[i]))throw new Error("Must be a Buffer");e||(e=v.alloc(ae.encodingLength(t))),r||(r=0);let n=r;return r+=2,t.forEach(function(i){e[r++]=i.length,i.copy(e,r,0,i.length),r+=i.length}),e.writeUInt16BE(r-n-2,n),ae.encode.bytes=r-n,e};ae.encode.bytes=0;ae.decode=function(t,e){e||(e=0);let r=e,n=t.readUInt16BE(e);e+=2;let i=[];for(;n>0;){let c=t[e++];if(--n,n<c)throw new Error("Buffer overflow");i.push(t.slice(e,e+c)),e+=c,n-=c}return ae.decode.bytes=e-r,i};ae.decode.bytes=0;ae.encodingLength=function(t){Array.isArray(t)||(t=[t]);let e=2;return t.forEach(function(r){typeof r=="string"?e+=v.byteLength(r)+1:e+=r.length+1}),e};var de=x.null={};de.encode=function(t,e,r){e||(e=v.alloc(de.encodingLength(t))),r||(r=0),typeof t=="string"&&(t=v.from(t)),t||(t=v.alloc(0));let n=r;r+=2;let i=t.length;return t.copy(e,r,0,i),r+=i,e.writeUInt16BE(r-n-2,n),de.encode.bytes=r-n,e};de.encode.bytes=0;de.decode=function(t,e){e||(e=0);let r=e,n=t.readUInt16BE(e);e+=2;let i=t.slice(e,e+n);return e+=n,de.decode.bytes=e-r,i};de.decode.bytes=0;de.encodingLength=function(t){return t?(v.isBuffer(t)?t.length:v.byteLength(t))+2:2};var le=x.hinfo={};le.encode=function(t,e,r){e||(e=v.alloc(le.encodingLength(t))),r||(r=0);let n=r;return r+=2,S.encode(t.cpu,e,r),r+=S.encode.bytes,S.encode(t.os,e,r),r+=S.encode.bytes,e.writeUInt16BE(r-n-2,n),le.encode.bytes=r-n,e};le.encode.bytes=0;le.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.cpu=S.decode(t,e),e+=S.decode.bytes,n.os=S.decode(t,e),e+=S.decode.bytes,le.decode.bytes=e-r,n};le.decode.bytes=0;le.encodingLength=function(t){return S.encodingLength(t.cpu)+S.encodingLength(t.os)+2};var K=x.ptr={},Xn=x.cname=K,Gn=x.dname=K;K.encode=function(t,e,r){return e||(e=v.alloc(K.encodingLength(t))),r||(r=0),I.encode(t,e,r+2),e.writeUInt16BE(I.encode.bytes,r),K.encode.bytes=I.encode.bytes+2,e};K.encode.bytes=0;K.decode=function(t,e){e||(e=0);let r=I.decode(t,e+2);return K.decode.bytes=I.decode.bytes+2,r};K.decode.bytes=0;K.encodingLength=function(t){return I.encodingLength(t)+2};var ue=x.srv={};ue.encode=function(t,e,r){e||(e=v.alloc(ue.encodingLength(t))),r||(r=0),e.writeUInt16BE(t.priority||0,r+2),e.writeUInt16BE(t.weight||0,r+4),e.writeUInt16BE(t.port||0,r+6),I.encode(t.target,e,r+8);let n=I.encode.bytes+6;return e.writeUInt16BE(n,r),ue.encode.bytes=n+2,e};ue.encode.bytes=0;ue.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e),n={};return n.priority=t.readUInt16BE(e+2),n.weight=t.readUInt16BE(e+4),n.port=t.readUInt16BE(e+6),n.target=I.decode(t,e+8),ue.decode.bytes=r+2,n};ue.decode.bytes=0;ue.encodingLength=function(t){return 8+I.encodingLength(t.target)};var M=x.caa={};M.ISSUER_CRITICAL=128;M.encode=function(t,e,r){let n=M.encodingLength(t);return e||(e=v.alloc(M.encodingLength(t))),r||(r=0),t.issuerCritical&&(t.flags=M.ISSUER_CRITICAL),e.writeUInt16BE(n-2,r),r+=2,e.writeUInt8(t.flags||0,r),r+=1,S.encode(t.tag,e,r),r+=S.encode.bytes,e.write(t.value,r),r+=v.byteLength(t.value),M.encode.bytes=n,e};M.encode.bytes=0;M.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e);e+=2;let n=e,i={};return i.flags=t.readUInt8(e),e+=1,i.tag=S.decode(t,e),e+=S.decode.bytes,i.value=t.toString("utf-8",e,n+r),i.issuerCritical=!!(i.flags&M.ISSUER_CRITICAL),M.decode.bytes=r+2,i};M.decode.bytes=0;M.encodingLength=function(t){return S.encodingLength(t.tag)+S.encodingLength(t.value)+2};var we=x.mx={};we.encode=function(t,e,r){e||(e=v.alloc(we.encodingLength(t))),r||(r=0);let n=r;return r+=2,e.writeUInt16BE(t.preference||0,r),r+=2,I.encode(t.exchange,e,r),r+=I.encode.bytes,e.writeUInt16BE(r-n-2,n),we.encode.bytes=r-n,e};we.encode.bytes=0;we.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.preference=t.readUInt16BE(e),e+=2,n.exchange=I.decode(t,e),e+=I.decode.bytes,we.decode.bytes=e-r,n};we.encodingLength=function(t){return 4+I.encodingLength(t.exchange)};var he=x.a={};he.encode=function(t,e,r){return e||(e=v.alloc(he.encodingLength(t))),r||(r=0),e.writeUInt16BE(4,r),r+=2,Se.v4.encode(t,e,r),he.encode.bytes=6,e};he.encode.bytes=0;he.decode=function(t,e){e||(e=0),e+=2;let r=Se.v4.decode(t,e);return he.decode.bytes=6,r};he.decode.bytes=0;he.encodingLength=function(){return 6};var pe=x.aaaa={};pe.encode=function(t,e,r){return e||(e=v.alloc(pe.encodingLength(t))),r||(r=0),e.writeUInt16BE(16,r),r+=2,Se.v6.encode(t,e,r),pe.encode.bytes=18,e};pe.encode.bytes=0;pe.decode=function(t,e){e||(e=0),e+=2;let r=Se.v6.decode(t,e);return pe.decode.bytes=18,r};pe.decode.bytes=0;pe.encodingLength=function(){return 18};var f=x.option={};f.encode=function(t,e,r){e||(e=v.alloc(f.encodingLength(t))),r||(r=0);let n=r,i=wt.toCode(t.code);if(e.writeUInt16BE(i,r),r+=2,t.data)e.writeUInt16BE(t.data.length,r),r+=2,t.data.copy(e,r),r+=t.data.length;else switch(i){case 8:let c=t.sourcePrefixLength||0,u=t.family||Se.familyOf(t.ip),m=Se.encode(t.ip,v.alloc),h=Math.ceil(c/8);e.writeUInt16BE(h+4,r),r+=2,e.writeUInt16BE(u,r),r+=2,e.writeUInt8(c,r++),e.writeUInt8(t.scopePrefixLength||0,r++),m.copy(e,r,0,h),r+=h;break;case 11:t.timeout?(e.writeUInt16BE(2,r),r+=2,e.writeUInt16BE(t.timeout,r),r+=2):(e.writeUInt16BE(0,r),r+=2);break;case 12:let p=t.length||0;e.writeUInt16BE(p,r),r+=2,e.fill(0,r,r+p),r+=p;break;case 14:let E=t.tags.length*2;e.writeUInt16BE(E,r),r+=2;for(let g of t.tags)e.writeUInt16BE(g,r),r+=2;break;default:throw new Error(`Unknown roption code: ${t.code}`)}return f.encode.bytes=r-n,e};f.encode.bytes=0;f.decode=function(t,e){e||(e=0);let r={};r.code=t.readUInt16BE(e),r.type=wt.toString(r.code),e+=2;let n=t.readUInt16BE(e);switch(e+=2,r.data=t.slice(e,e+n),r.code){case 8:r.family=t.readUInt16BE(e),e+=2,r.sourcePrefixLength=t.readUInt8(e++),r.scopePrefixLength=t.readUInt8(e++);let i=v.alloc(r.family===1?4:16);t.copy(i,0,e,e+n-4),r.ip=Se.decode(i);break;case 11:n>0&&(r.timeout=t.readUInt16BE(e),e+=2);break;case 14:r.tags=[];for(let c=0;c<n;c+=2)r.tags.push(t.readUInt16BE(e)),e+=2}return f.decode.bytes=n+4,r};f.decode.bytes=0;f.encodingLength=function(t){if(t.data)return t.data.length+4;switch(wt.toCode(t.code)){case 8:let r=t.sourcePrefixLength||0;return Math.ceil(r/8)+8;case 11:return typeof t.timeout=="number"?6:4;case 12:return t.length+4;case 14:return 4+t.tags.length*2}throw new Error(`Unknown roption code: ${t.code}`)};var z=x.opt={};z.encode=function(t,e,r){e||(e=v.alloc(z.encodingLength(t))),r||(r=0);let n=r,i=Ce(t,f);return e.writeUInt16BE(i,r),r=$e(t,f,e,r+2),z.encode.bytes=r-n,e};z.encode.bytes=0;z.decode=function(t,e){e||(e=0);let r=e,n=[],i=t.readUInt16BE(e);e+=2;let c=0;for(;i>0;)n[c++]=f.decode(t,e),e+=f.decode.bytes,i-=f.decode.bytes;return z.decode.bytes=e-r,n};z.decode.bytes=0;z.encodingLength=function(t){return 2+Ce(t||[],f)};var F=x.dnskey={};F.PROTOCOL_DNSSEC=3;F.ZONE_KEY=128;F.SECURE_ENTRYPOINT=32768;F.encode=function(t,e,r){e||(e=v.alloc(F.encodingLength(t))),r||(r=0);let n=r,i=t.key;if(!v.isBuffer(i))throw new Error("Key must be a Buffer");return r+=2,e.writeUInt16BE(t.flags,r),r+=2,e.writeUInt8(F.PROTOCOL_DNSSEC,r),r+=1,e.writeUInt8(t.algorithm,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,F.encode.bytes=r-n,e.writeUInt16BE(F.encode.bytes-2,n),e};F.encode.bytes=0;F.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);if(e+=2,n.flags=t.readUInt16BE(e),e+=2,t.readUInt8(e)!==F.PROTOCOL_DNSSEC)throw new Error("Protocol must be 3");return e+=1,n.algorithm=t.readUInt8(e),e+=1,n.key=t.slice(e,r+i+2),e+=n.key.length,F.decode.bytes=e-r,n};F.decode.bytes=0;F.encodingLength=function(t){return 6+v.byteLength(t.key)};var Q=x.rrsig={};Q.encode=function(t,e,r){e||(e=v.alloc(Q.encodingLength(t))),r||(r=0);let n=r,i=t.signature;if(!v.isBuffer(i))throw new Error("Signature must be a Buffer");return r+=2,e.writeUInt16BE(ge.toType(t.typeCovered),r),r+=2,e.writeUInt8(t.algorithm,r),r+=1,e.writeUInt8(t.labels,r),r+=1,e.writeUInt32BE(t.originalTTL,r),r+=4,e.writeUInt32BE(t.expiration,r),r+=4,e.writeUInt32BE(t.inception,r),r+=4,e.writeUInt16BE(t.keyTag,r),r+=2,I.encode(t.signersName,e,r),r+=I.encode.bytes,i.copy(e,r,0,i.length),r+=i.length,Q.encode.bytes=r-n,e.writeUInt16BE(Q.encode.bytes-2,n),e};Q.encode.bytes=0;Q.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);return e+=2,n.typeCovered=ge.toString(t.readUInt16BE(e)),e+=2,n.algorithm=t.readUInt8(e),e+=1,n.labels=t.readUInt8(e),e+=1,n.originalTTL=t.readUInt32BE(e),e+=4,n.expiration=t.readUInt32BE(e),e+=4,n.inception=t.readUInt32BE(e),e+=4,n.keyTag=t.readUInt16BE(e),e+=2,n.signersName=I.decode(t,e),e+=I.decode.bytes,n.signature=t.slice(e,r+i+2),e+=n.signature.length,Q.decode.bytes=e-r,n};Q.decode.bytes=0;Q.encodingLength=function(t){return 20+I.encodingLength(t.signersName)+v.byteLength(t.signature)};var W=x.rp={};W.encode=function(t,e,r){e||(e=v.alloc(W.encodingLength(t))),r||(r=0);let n=r;return r+=2,I.encode(t.mbox||".",e,r,{mail:!0}),r+=I.encode.bytes,I.encode(t.txt||".",e,r),r+=I.encode.bytes,W.encode.bytes=r-n,e.writeUInt16BE(W.encode.bytes-2,n),e};W.encode.bytes=0;W.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.mbox=I.decode(t,e,{mail:!0})||".",e+=I.decode.bytes,n.txt=I.decode(t,e)||".",e+=I.decode.bytes,W.decode.bytes=e-r,n};W.decode.bytes=0;W.encodingLength=function(t){return 2+I.encodingLength(t.mbox||".")+I.encodingLength(t.txt||".")};var R={};R.encode=function(t,e,r){e||(e=v.alloc(R.encodingLength(t))),r||(r=0);let n=r;for(var i=[],c=0;c<t.length;c++){var u=ge.toType(t[c]);i[u>>8]===void 0&&(i[u>>8]=[]),i[u>>8][u>>3&31]|=1<<7-(u&7)}for(c=0;c<i.length;c++)if(i[c]!==void 0){var m=v.from(i[c]);e.writeUInt8(c,r),r+=1,e.writeUInt8(m.length,r),r+=1,m.copy(e,r),r+=m.length}return R.encode.bytes=r-n,e};R.encode.bytes=0;R.decode=function(t,e,r){e||(e=0);let n=e;for(var i=[];e-n<r;){var c=t.readUInt8(e);e+=1;var u=t.readUInt8(e);e+=1;for(var m=0;m<u;m++)for(var h=t.readUInt8(e+m),p=0;p<8;p++)if(h&1<<7-p){var E=ge.toString(c<<8|m<<3|p);i.push(E)}e+=u}return R.decode.bytes=e-n,i};R.decode.bytes=0;R.encodingLength=function(t){for(var e=[],r=0;r<t.length;r++){var n=ge.toType(t[r]);e[n>>8]=Math.max(e[n>>8]||0,n&255)}var i=0;for(r=0;r<e.length;r++)e[r]!==void 0&&(i+=2+Math.ceil((e[r]+1)/8));return i};var J=x.nsec={};J.encode=function(t,e,r){e||(e=v.alloc(J.encodingLength(t))),r||(r=0);let n=r;return r+=2,I.encode(t.nextDomain,e,r),r+=I.encode.bytes,R.encode(t.rrtypes,e,r),r+=R.encode.bytes,J.encode.bytes=r-n,e.writeUInt16BE(J.encode.bytes-2,n),e};J.encode.bytes=0;J.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);return e+=2,n.nextDomain=I.decode(t,e),e+=I.decode.bytes,n.rrtypes=R.decode(t,e,i-(e-r)),e+=R.decode.bytes,J.decode.bytes=e-r,n};J.decode.bytes=0;J.encodingLength=function(t){return 2+I.encodingLength(t.nextDomain)+R.encodingLength(t.rrtypes)};var Z=x.nsec3={};Z.encode=function(t,e,r){e||(e=v.alloc(Z.encodingLength(t))),r||(r=0);let n=r,i=t.salt;if(!v.isBuffer(i))throw new Error("salt must be a Buffer");let c=t.nextDomain;if(!v.isBuffer(c))throw new Error("nextDomain must be a Buffer");return r+=2,e.writeUInt8(t.algorithm,r),r+=1,e.writeUInt8(t.flags,r),r+=1,e.writeUInt16BE(t.iterations,r),r+=2,e.writeUInt8(i.length,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,e.writeUInt8(c.length,r),r+=1,c.copy(e,r,0,c.length),r+=c.length,R.encode(t.rrtypes,e,r),r+=R.encode.bytes,Z.encode.bytes=r-n,e.writeUInt16BE(Z.encode.bytes-2,n),e};Z.encode.bytes=0;Z.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);e+=2,n.algorithm=t.readUInt8(e),e+=1,n.flags=t.readUInt8(e),e+=1,n.iterations=t.readUInt16BE(e),e+=2;let c=t.readUInt8(e);e+=1,n.salt=t.slice(e,e+c),e+=c;let u=t.readUInt8(e);return e+=1,n.nextDomain=t.slice(e,e+u),e+=u,n.rrtypes=R.decode(t,e,i-(e-r)),e+=R.decode.bytes,Z.decode.bytes=e-r,n};Z.decode.bytes=0;Z.encodingLength=function(t){return 8+t.salt.length+t.nextDomain.length+R.encodingLength(t.rrtypes)};var ee=x.ds={};ee.encode=function(t,e,r){e||(e=v.alloc(ee.encodingLength(t))),r||(r=0);let n=r,i=t.digest;if(!v.isBuffer(i))throw new Error("Digest must be a Buffer");return r+=2,e.writeUInt16BE(t.keyTag,r),r+=2,e.writeUInt8(t.algorithm,r),r+=1,e.writeUInt8(t.digestType,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,ee.encode.bytes=r-n,e.writeUInt16BE(ee.encode.bytes-2,n),e};ee.encode.bytes=0;ee.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);return e+=2,n.keyTag=t.readUInt16BE(e),e+=2,n.algorithm=t.readUInt8(e),e+=1,n.digestType=t.readUInt8(e),e+=1,n.digest=t.slice(e,r+i+2),e+=n.digest.length,ee.decode.bytes=e-r,n};ee.decode.bytes=0;ee.encodingLength=function(t){return 6+v.byteLength(t.digest)};var _=x.sshfp={};_.getFingerprintLengthForHashType=function(e){switch(e){case 1:return 20;case 2:return 32}};_.encode=function(e,r,n){r||(r=v.alloc(_.encodingLength(e))),n||(n=0);let i=n;n+=2,r[n]=e.algorithm,n+=1,r[n]=e.hash,n+=1;let c=v.from(e.fingerprint.toUpperCase(),"hex");if(c.length!==_.getFingerprintLengthForHashType(e.hash))throw new Error("Invalid fingerprint length");return c.copy(r,n),n+=c.byteLength,_.encode.bytes=n-i,r.writeUInt16BE(_.encode.bytes-2,i),r};_.encode.bytes=0;_.decode=function(e,r){r||(r=0);let n=r,i={};r+=2,i.algorithm=e[r],r+=1,i.hash=e[r],r+=1;let c=_.getFingerprintLengthForHashType(i.hash);return i.fingerprint=e.slice(r,r+c).toString("hex").toUpperCase(),r+=c,_.decode.bytes=r-n,i};_.decode.bytes=0;_.encodingLength=function(t){return 4+v.from(t.fingerprint,"hex").byteLength};var te=x.naptr={};te.encode=function(t,e,r){e||(e=v.alloc(te.encodingLength(t))),r||(r=0);let n=r;return r+=2,e.writeUInt16BE(t.order||0,r),r+=2,e.writeUInt16BE(t.preference||0,r),r+=2,S.encode(t.flags,e,r),r+=S.encode.bytes,S.encode(t.services,e,r),r+=S.encode.bytes,S.encode(t.regexp,e,r),r+=S.encode.bytes,I.encode(t.replacement,e,r),r+=I.encode.bytes,te.encode.bytes=r-n,e.writeUInt16BE(te.encode.bytes-2,n),e};te.encode.bytes=0;te.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.order=t.readUInt16BE(e),e+=2,n.preference=t.readUInt16BE(e),e+=2,n.flags=S.decode(t,e),e+=S.decode.bytes,n.services=S.decode(t,e),e+=S.decode.bytes,n.regexp=S.decode(t,e),e+=S.decode.bytes,n.replacement=I.decode(t,e),e+=I.decode.bytes,te.decode.bytes=e-r,n};te.decode.bytes=0;te.encodingLength=function(t){return S.encodingLength(t.flags)+S.encodingLength(t.services)+S.encodingLength(t.regexp)+I.encodingLength(t.replacement)+6};var re=x.tlsa={};re.encode=function(t,e,r){e||(e=v.alloc(re.encodingLength(t))),r||(r=0);let n=r,i=t.certificate;if(!v.isBuffer(i))throw new Error("Certificate must be a Buffer");return r+=2,e.writeUInt8(t.usage,r),r+=1,e.writeUInt8(t.selector,r),r+=1,e.writeUInt8(t.matchingType,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,re.encode.bytes=r-n,e.writeUInt16BE(re.encode.bytes-2,n),e};re.encode.bytes=0;re.decode=function(t,e){e||(e=0);let r=e,n={},i=t.readUInt16BE(e);return e+=2,n.usage=t.readUInt8(e),e+=1,n.selector=t.readUInt8(e),e+=1,n.matchingType=t.readUInt8(e),e+=1,n.certificate=t.slice(e,r+i+2),e+=n.certificate.length,re.decode.bytes=e-r,n};re.decode.bytes=0;re.encodingLength=function(t){return 5+v.byteLength(t.certificate)};var Et=x.record=function(t){switch(t.toUpperCase()){case"A":return he;case"PTR":return K;case"CNAME":return Xn;case"DNAME":return Gn;case"TXT":return ae;case"NULL":return de;case"AAAA":return pe;case"SRV":return ue;case"HINFO":return le;case"CAA":return M;case"NS":return se;case"SOA":return ce;case"MX":return we;case"OPT":return z;case"DNSKEY":return F;case"RRSIG":return Q;case"RP":return W;case"NSEC":return J;case"NSEC3":return Z;case"SSHFP":return _;case"DS":return ee;case"NAPTR":return te;case"TLSA":return re}return oe},B=x.answer={};B.encode=function(t,e,r){e||(e=v.alloc(B.encodingLength(t))),r||(r=0);let n=r;if(I.encode(t.name,e,r),r+=I.encode.bytes,e.writeUInt16BE(ge.toType(t.type),r),t.type.toUpperCase()==="OPT"){if(t.name!==".")throw new Error("OPT name must be root.");e.writeUInt16BE(t.udpPayloadSize||4096,r+2),e.writeUInt8(t.extendedRcode||0,r+4),e.writeUInt8(t.ednsVersion||0,r+5),e.writeUInt16BE(t.flags||0,r+6),r+=8,z.encode(t.options||[],e,r),r+=z.encode.bytes}else{let i=Je.toClass(t.class===void 0?"IN":t.class);t.flush&&(i|=It),e.writeUInt16BE(i,r+2),e.writeUInt32BE(t.ttl||0,r+4),r+=8;let c=Et(t.type);c.encode(t.data,e,r),r+=c.encode.bytes}return B.encode.bytes=r-n,e};B.encode.bytes=0;B.decode=function(t,e){e||(e=0);let r={},n=e;if(r.name=I.decode(t,e),e+=I.decode.bytes,r.type=ge.toString(t.readUInt16BE(e)),r.type==="OPT")r.udpPayloadSize=t.readUInt16BE(e+2),r.extendedRcode=t.readUInt8(e+4),r.ednsVersion=t.readUInt8(e+5),r.flags=t.readUInt16BE(e+6),r.flag_do=(r.flags>>15&1)===1,r.options=z.decode(t,e+8),e+=8+z.decode.bytes;else{let i=t.readUInt16BE(e+2);r.ttl=t.readUInt32BE(e+4),r.class=Je.toString(i&Kn),r.flush=!!(i&It);let c=Et(r.type);r.data=c.decode(t,e+8),e+=8+c.decode.bytes}return B.decode.bytes=e-n,r};B.decode.bytes=0;B.encodingLength=function(t){let e=t.data!==null&&t.data!==void 0?t.data:t.options;return I.encodingLength(t.name)+8+Et(t.type).encodingLength(e)};var H=x.question={};H.encode=function(t,e,r){e||(e=v.alloc(H.encodingLength(t))),r||(r=0);let n=r;return I.encode(t.name,e,r),r+=I.encode.bytes,e.writeUInt16BE(ge.toType(t.type),r),r+=2,e.writeUInt16BE(Je.toClass(t.class===void 0?"IN":t.class),r),r+=2,H.encode.bytes=r-n,t};H.encode.bytes=0;H.decode=function(t,e){e||(e=0);let r=e,n={};return n.name=I.decode(t,e),e+=I.decode.bytes,n.type=ge.toString(t.readUInt16BE(e)),e+=2,n.class=Je.toString(t.readUInt16BE(e)),e+=2,!!(n.class&br)&&(n.class&=Hn),H.decode.bytes=e-r,n};H.decode.bytes=0;H.encodingLength=function(t){return I.encodingLength(t.name)+4};x.AUTHORITATIVE_ANSWER=1024;x.TRUNCATED_RESPONSE=512;x.RECURSION_DESIRED=256;x.RECURSION_AVAILABLE=128;x.AUTHENTIC_DATA=32;x.CHECKING_DISABLED=16;x.DNSSEC_OK=32768;x.encode=function(t,e,r){let n=!e;n&&(e=v.alloc(x.encodingLength(t))),r||(r=0);let i=r;return t.questions||(t.questions=[]),t.answers||(t.answers=[]),t.authorities||(t.authorities=[]),t.additionals||(t.additionals=[]),X.encode(t,e,r),r+=X.encode.bytes,r=$e(t.questions,H,e,r),r=$e(t.answers,B,e,r),r=$e(t.authorities,B,e,r),r=$e(t.additionals,B,e,r),x.encode.bytes=r-i,n&&x.encode.bytes!==e.length?e.slice(0,x.encode.bytes):e};x.encode.bytes=0;x.decode=function(t,e){e||(e=0);let r=e,n=X.decode(t,e);return e+=X.decode.bytes,e=We(n.questions,H,t,e),e=We(n.answers,B,t,e),e=We(n.authorities,B,t,e),e=We(n.additionals,B,t,e),x.decode.bytes=e-r,n};x.decode.bytes=0;x.encodingLength=function(t){return X.encodingLength(t)+Ce(t.questions||[],H)+Ce(t.answers||[],B)+Ce(t.authorities||[],B)+Ce(t.additionals||[],B)};x.streamEncode=function(t){let e=x.encode(t),r=v.alloc(2);r.writeUInt16BE(e.byteLength);let n=v.concat([r,e]);return x.streamEncode.bytes=n.byteLength,n};x.streamEncode.bytes=0;x.streamDecode=function(t){let e=t.readUInt16BE(0);if(t.byteLength<e+2)return null;let r=x.decode(t.slice(2));return x.streamDecode.bytes=x.decode.bytes,r};x.streamDecode.bytes=0;function Ce(t,e){let r=0;for(let n=0;n<t.length;n++)r+=e.encodingLength(t[n]);return r}function $e(t,e,r,n){for(let i=0;i<t.length;i++)e.encode(t[i],r,n),n+=e.encode.bytes;return n}function We(t,e,r,n){for(let i=0;i<t.length;i++)t[i]=e.decode(r,n),n+=e.decode.bytes;return n}});var Cr=j((Gs,Pr)=>{"use strict";var Lr=ei;process.nextTick(Zn,42);Pr.exports=Yn;function Yn(t){var e=n;return r;function r(i){e(i||Wn)}function n(i){var c=[i];e=u,t(m);function u(h){c.push(h)}function m(h){var p=arguments;for(e=Qn(h)?n:E;c.length;)E(c.shift());function E(g){Lr(Jn,g,p)}}}}function Qn(t){return Object.prototype.toString.call(t)==="[object Error]"}function Wn(){}function Jn(t,e){t.apply(null,e)}function Zn(t){t===42&&(Lr=process.nextTick)}function ei(t,e,r){process.nextTick(function(){t(e,r)})}});var Rr=j((Ys,Tr)=>{var xt=Ur(),ti=Pe("dgram"),ri=Cr(),ni=Pe("events"),At=Pe("os"),vt=function(){};Tr.exports=function(t){t||(t={});var e=new ni.EventEmitter,r=typeof t.port=="number"?t.port:5353,n=t.type||"udp4",i=t.ip||t.host||(n==="udp4"?"224.0.0.251":null),c={address:i,port:r},u={},m=!1,h=null;if(n==="udp6"&&(!i||!t.interface))throw new Error("For IPv6 multicast you must specify `ip` and `interface`");var p=t.socket||ti.createSocket({type:n,reuseAddr:t.reuseAddr!==!1,toString:function(){return n}});p.on("error",function(g){g.code==="EACCES"||g.code==="EADDRINUSE"?e.emit("error",g):e.emit("warning",g)}),p.on("message",function(g,d){try{g=xt.decode(g)}catch(o){e.emit("warning",o);return}e.emit("packet",g,d),g.type==="query"&&e.emit("query",g,d),g.type==="response"&&e.emit("response",g,d)}),p.on("listening",function(){r||(r=c.port=p.address().port),t.multicast!==!1&&(e.update(),h=setInterval(e.update,5e3),p.setMulticastTTL(t.ttl||255),p.setMulticastLoopback(t.loopback!==!1))});var E=ri(function(g){if(!r||t.bind===!1)return g(null);p.once("error",g),p.bind(r,t.bind||t.interface,function(){p.removeListener("error",g),g(null)})});return E(function(g){if(g)return e.emit("error",g);e.emit("ready")}),e.send=function(g,d,o){if(typeof d=="function")return e.send(g,null,d);o||(o=vt),d?!d.host&&!d.address&&(d.address=c.address):d=c,E(s);function s(a){if(m)return o();if(a)return o(a);var l=xt.encode(g);p.send(l,0,l.length,d.port,d.address||d.host,o)}},e.response=e.respond=function(g,d,o){Array.isArray(g)&&(g={answers:g}),g.type="response",g.flags=(g.flags||0)|xt.AUTHORITATIVE_ANSWER,e.send(g,d,o)},e.query=function(g,d,o,s){if(typeof d=="function")return e.query(g,null,null,d);if(typeof d=="object"&&d&&d.port)return e.query(g,null,d,o);if(typeof o=="function")return e.query(g,d,null,o);s||(s=vt),typeof g=="string"&&(g=[{name:g,type:d||"ANY"}]),Array.isArray(g)&&(g={type:"query",questions:g}),g.type="query",e.send(g,o,s)},e.destroy=function(g){if(g||(g=vt),m)return process.nextTick(g);m=!0,clearInterval(h);for(var d in u)try{p.dropMembership(i,d)}catch{}u={},p.close(g)},e.update=function(){for(var g=t.interface?[].concat(t.interface):oi(),d=!1,o=0;o<g.length;o++){var s=g[o];if(!u[s])try{p.addMembership(i,s),u[s]=!0,d=!0}catch(a){e.emit("warning",a)}}if(d){if(p.setMulticastInterface)try{p.setMulticastInterface(t.interface||ii())}catch(a){e.emit("warning",a)}e.emit("networkInterface")}},e};function ii(){for(var t=At.networkInterfaces(),e=Object.keys(t),r=0;r<e.length;r++)for(var n=t[e[r]],i=0;i<n.length;i++){var c=n[i];if(Or(c.family)&&!c.internal)return At.platform()==="darwin"&&e[r]==="en0"?c.address:"0.0.0.0"}return"127.0.0.1"}function oi(){for(var t=At.networkInterfaces(),e=Object.keys(t),r=[],n=0;n<e.length;n++)for(var i=t[e[n]],c=0;c<i.length;c++){var u=i[c];if(Or(u.family)){r.push(u.address);break}}return r}function Or(t){return t===4||t==="IPv4"}});var Zr=j(He=>{(function(){var t,e,r,n,i,c,u,m;m=function(h){var p,E,g,d;return p=(h&255<<24)>>>24,E=(h&255<<16)>>>16,g=(h&65280)>>>8,d=h&255,[p,E,g,d].join(".")},u=function(h){var p,E,g,d,o,s;for(p=[],g=d=0;d<=3&&h.length!==0;g=++d){if(g>0){if(h[0]!==".")throw new Error("Invalid IP");h=h.substring(1)}s=e(h),o=s[0],E=s[1],h=h.substring(E),p.push(o)}if(h.length!==0)throw new Error("Invalid IP");switch(p.length){case 1:if(p[0]>4294967295)throw new Error("Invalid IP");return p[0]>>>0;case 2:if(p[0]>255||p[1]>16777215)throw new Error("Invalid IP");return(p[0]<<24|p[1])>>>0;case 3:if(p[0]>255||p[1]>255||p[2]>65535)throw new Error("Invalid IP");return(p[0]<<24|p[1]<<16|p[2])>>>0;case 4:if(p[0]>255||p[1]>255||p[2]>255||p[3]>255)throw new Error("Invalid IP");return(p[0]<<24|p[1]<<16|p[2]<<8|p[3])>>>0;default:throw new Error("Invalid IP")}},r=function(h){return h.charCodeAt(0)},n=r("0"),c=r("a"),i=r("A"),e=function(h){var p,E,g,d,o;for(d=0,p=10,E="9",g=0,h.length>1&&h[g]==="0"&&(h[g+1]==="x"||h[g+1]==="X"?(g+=2,p=16):"0"<=h[g+1]&&h[g+1]<="9"&&(g++,p=8,E="7")),o=g;g<h.length;){if("0"<=h[g]&&h[g]<=E)d=d*p+(r(h[g])-n)>>>0;else if(p===16)if("a"<=h[g]&&h[g]<="f")d=d*p+(10+r(h[g])-c)>>>0;else if("A"<=h[g]&&h[g]<="F")d=d*p+(10+r(h[g])-i)>>>0;else break;else break;if(d>4294967295)throw new Error("too large");g++}if(g===o)throw new Error("empty octet");return[d,g]},t=function(){function h(p,E){var g,d,o,s;if(typeof p!="string")throw new Error("Missing `net' parameter");if(E||(s=p.split("/",2),p=s[0],E=s[1]),E||(E=32),typeof E=="string"&&E.indexOf(".")>-1){try{this.maskLong=u(E)}catch(a){throw g=a,new Error("Invalid mask: "+E)}for(d=o=32;o>=0;d=--o)if(this.maskLong===4294967295<<32-d>>>0){this.bitmask=d;break}}else if(E||E===0)this.bitmask=parseInt(E,10),this.maskLong=0,this.bitmask>0&&(this.maskLong=4294967295<<32-this.bitmask>>>0);else throw new Error("Invalid mask: empty");try{this.netLong=(u(p)&this.maskLong)>>>0}catch(a){throw g=a,new Error("Invalid net address: "+p)}if(!(this.bitmask<=32))throw new Error("Invalid mask for ip4: "+E);this.size=Math.pow(2,32-this.bitmask),this.base=m(this.netLong),this.mask=m(this.maskLong),this.hostmask=m(~this.maskLong),this.first=this.bitmask<=30?m(this.netLong+1):this.base,this.last=this.bitmask<=30?m(this.netLong+this.size-2):m(this.netLong+this.size-1),this.broadcast=this.bitmask<=30?m(this.netLong+this.size-1):void 0}return h.prototype.contains=function(p){return typeof p=="string"&&(p.indexOf("/")>0||p.split(".").length!==4)&&(p=new h(p)),p instanceof h?this.contains(p.base)&&this.contains(p.broadcast||p.last):(u(p)&this.maskLong)>>>0===(this.netLong&this.maskLong)>>>0},h.prototype.next=function(p){return p==null&&(p=1),new h(m(this.netLong+this.size*p),this.mask)},h.prototype.forEach=function(p){var E,g,d;for(d=u(this.first),g=u(this.last),E=0;d<=g;)p(m(d),d,E),E++,d++},h.prototype.toString=function(){return this.base+"/"+this.bitmask},h}(),He.ip2long=u,He.long2ip=m,He.Netmask=t}).call(He)});var nn=j((rn,nt)=>{(function(t){"use strict";let e="(0?\\d+|0x[a-f0-9]+)",r={fourOctet:new RegExp(`^${e}\\.${e}\\.${e}\\.${e}$`,"i"),threeOctet:new RegExp(`^${e}\\.${e}\\.${e}$`,"i"),twoOctet:new RegExp(`^${e}\\.${e}$`,"i"),longValue:new RegExp(`^${e}$`,"i")},n=new RegExp("^0[0-7]+$","i"),i=new RegExp("^0x[a-f0-9]+$","i"),c="%[0-9a-z]{1,}",u="(?:[0-9a-f]+::?)+",m={zoneIndex:new RegExp(c,"i"),native:new RegExp(`^(::)?(${u})?([0-9a-f]+)?(::)?(${c})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${e}\\.${e}\\.${e}\\.${e}(${c})?)$`,"i"),transitional:new RegExp(`^((?:${u})|(?:::)(?:${u})?)${e}\\.${e}\\.${e}\\.${e}(${c})?$`,"i")};function h(o,s){if(o.indexOf("::")!==o.lastIndexOf("::"))return null;let a=0,l=-1,y=(o.match(m.zoneIndex)||[])[0],w,A;for(y&&(y=y.substring(1),o=o.replace(/%.+$/,""));(l=o.indexOf(":",l+1))>=0;)a++;if(o.substr(0,2)==="::"&&a--,o.substr(-2,2)==="::"&&a--,a>s)return null;for(A=s-a,w=":";A--;)w+="0:";return o=o.replace("::",w),o[0]===":"&&(o=o.slice(1)),o[o.length-1]===":"&&(o=o.slice(0,-1)),s=function(){let O=o.split(":"),L=[];for(let P=0;P<O.length;P++)L.push(parseInt(O[P],16));return L}(),{parts:s,zoneId:y}}function p(o,s,a,l){if(o.length!==s.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let y=0,w;for(;l>0;){if(w=a-l,w<0&&(w=0),o[y]>>w!==s[y]>>w)return!1;l-=a,y+=1}return!0}function E(o){if(i.test(o))return parseInt(o,16);if(o[0]==="0"&&!isNaN(parseInt(o[1],10))){if(n.test(o))return parseInt(o,8);throw new Error(`ipaddr: cannot parse ${o} as octal`)}return parseInt(o,10)}function g(o,s){for(;o.length<s;)o=`0${o}`;return o}let d={};d.IPv4=function(){function o(s){if(s.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let a,l;for(a=0;a<s.length;a++)if(l=s[a],!(0<=l&&l<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=s}return o.prototype.SpecialRanges={unspecified:[[new o([0,0,0,0]),8]],broadcast:[[new o([255,255,255,255]),32]],multicast:[[new o([224,0,0,0]),4]],linkLocal:[[new o([169,254,0,0]),16]],loopback:[[new o([127,0,0,0]),8]],carrierGradeNat:[[new o([100,64,0,0]),10]],private:[[new o([10,0,0,0]),8],[new o([172,16,0,0]),12],[new o([192,168,0,0]),16]],reserved:[[new o([192,0,0,0]),24],[new o([192,0,2,0]),24],[new o([192,88,99,0]),24],[new o([198,18,0,0]),15],[new o([198,51,100,0]),24],[new o([203,0,113,0]),24],[new o([240,0,0,0]),4]]},o.prototype.kind=function(){return"ipv4"},o.prototype.match=function(s,a){let l;if(a===void 0&&(l=s,s=l[0],a=l[1]),s.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return p(this.octets,s.octets,8,a)},o.prototype.prefixLengthFromSubnetMask=function(){let s=0,a=!1,l={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},y,w,A;for(y=3;y>=0;y-=1)if(w=this.octets[y],w in l){if(A=l[w],a&&A!==0)return null;A!==8&&(a=!0),s+=A}else return null;return 32-s},o.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)},o.prototype.toByteArray=function(){return this.octets.slice(0)},o.prototype.toIPv4MappedAddress=function(){return d.IPv6.parse(`::ffff:${this.toString()}`)},o.prototype.toNormalizedString=function(){return this.toString()},o.prototype.toString=function(){return this.octets.join(".")},o}(),d.IPv4.broadcastAddressFromCIDR=function(o){try{let s=this.parseCIDR(o),a=s[0].toByteArray(),l=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],w=0;for(;w<4;)y.push(parseInt(a[w],10)|parseInt(l[w],10)^255),w++;return new this(y)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},d.IPv4.isIPv4=function(o){return this.parser(o)!==null},d.IPv4.isValid=function(o){try{return new this(this.parser(o)),!0}catch{return!1}},d.IPv4.isValidFourPartDecimal=function(o){return!!(d.IPv4.isValid(o)&&o.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},d.IPv4.networkAddressFromCIDR=function(o){let s,a,l,y,w;try{for(s=this.parseCIDR(o),l=s[0].toByteArray(),w=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],a=0;a<4;)y.push(parseInt(l[a],10)&parseInt(w[a],10)),a++;return new this(y)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},d.IPv4.parse=function(o){let s=this.parser(o);if(s===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(s)},d.IPv4.parseCIDR=function(o){let s;if(s=o.match(/^(.+)\/(\d+)$/)){let a=parseInt(s[2]);if(a>=0&&a<=32){let l=[this.parse(s[1]),a];return Object.defineProperty(l,"toString",{value:function(){return this.join("/")}}),l}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},d.IPv4.parser=function(o){let s,a,l;if(s=o.match(r.fourOctet))return function(){let y=s.slice(1,6),w=[];for(let A=0;A<y.length;A++)a=y[A],w.push(E(a));return w}();if(s=o.match(r.longValue)){if(l=E(s[1]),l>4294967295||l<0)throw new Error("ipaddr: address outside defined range");return function(){let y=[],w;for(w=0;w<=24;w+=8)y.push(l>>w&255);return y}().reverse()}else return(s=o.match(r.twoOctet))?function(){let y=s.slice(1,4),w=[];if(l=E(y[1]),l>16777215||l<0)throw new Error("ipaddr: address outside defined range");return w.push(E(y[0])),w.push(l>>16&255),w.push(l>>8&255),w.push(l&255),w}():(s=o.match(r.threeOctet))?function(){let y=s.slice(1,5),w=[];if(l=E(y[2]),l>65535||l<0)throw new Error("ipaddr: address outside defined range");return w.push(E(y[0])),w.push(E(y[1])),w.push(l>>8&255),w.push(l&255),w}():null},d.IPv4.subnetMaskFromPrefixLength=function(o){if(o=parseInt(o),o<0||o>32)throw new Error("ipaddr: invalid IPv4 prefix length");let s=[0,0,0,0],a=0,l=Math.floor(o/8);for(;a<l;)s[a]=255,a++;return l<4&&(s[l]=Math.pow(2,o%8)-1<<8-o%8),new this(s)},d.IPv6=function(){function o(s,a){let l,y;if(s.length===16)for(this.parts=[],l=0;l<=14;l+=2)this.parts.push(s[l]<<8|s[l+1]);else if(s.length===8)this.parts=s;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(l=0;l<this.parts.length;l++)if(y=this.parts[l],!(0<=y&&y<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");a&&(this.zoneId=a)}return o.prototype.SpecialRanges={unspecified:[new o([0,0,0,0,0,0,0,0]),128],linkLocal:[new o([65152,0,0,0,0,0,0,0]),10],multicast:[new o([65280,0,0,0,0,0,0,0]),8],loopback:[new o([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new o([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new o([0,0,0,0,0,65535,0,0]),96],rfc6145:[new o([0,0,0,0,65535,0,0,0]),96],rfc6052:[new o([100,65435,0,0,0,0,0,0]),96],"6to4":[new o([8194,0,0,0,0,0,0,0]),16],teredo:[new o([8193,0,0,0,0,0,0,0]),32],reserved:[[new o([8193,3512,0,0,0,0,0,0]),32]],benchmarking:[new o([8193,2,0,0,0,0,0,0]),48],amt:[new o([8193,3,0,0,0,0,0,0]),32],as112v6:[new o([8193,4,274,0,0,0,0,0]),48],deprecated:[new o([8193,16,0,0,0,0,0,0]),28],orchid2:[new o([8193,32,0,0,0,0,0,0]),28]},o.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},o.prototype.kind=function(){return"ipv6"},o.prototype.match=function(s,a){let l;if(a===void 0&&(l=s,s=l[0],a=l[1]),s.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return p(this.parts,s.parts,16,a)},o.prototype.prefixLengthFromSubnetMask=function(){let s=0,a=!1,l={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0},y,w;for(let A=7;A>=0;A-=1)if(y=this.parts[A],y in l){if(w=l[y],a&&w!==0)return null;w!==16&&(a=!0),s+=w}else return null;return 128-s},o.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)},o.prototype.toByteArray=function(){let s,a=[],l=this.parts;for(let y=0;y<l.length;y++)s=l[y],a.push(s>>8),a.push(s&255);return a},o.prototype.toFixedLengthString=function(){let s=function(){let l=[];for(let y=0;y<this.parts.length;y++)l.push(g(this.parts[y].toString(16),4));return l}.call(this).join(":"),a="";return this.zoneId&&(a=`%${this.zoneId}`),s+a},o.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");let s=this.parts.slice(-2),a=s[0],l=s[1];return new d.IPv4([a>>8,a&255,l>>8,l&255])},o.prototype.toNormalizedString=function(){let s=function(){let l=[];for(let y=0;y<this.parts.length;y++)l.push(this.parts[y].toString(16));return l}.call(this).join(":"),a="";return this.zoneId&&(a=`%${this.zoneId}`),s+a},o.prototype.toRFC5952String=function(){let s=/((^|:)(0(:|$)){2,})/g,a=this.toNormalizedString(),l=0,y=-1,w;for(;w=s.exec(a);)w[0].length>y&&(l=w.index,y=w[0].length);return y<0?a:`${a.substring(0,l)}::${a.substring(l+y)}`},o.prototype.toString=function(){return this.toRFC5952String()},o}(),d.IPv6.broadcastAddressFromCIDR=function(o){try{let s=this.parseCIDR(o),a=s[0].toByteArray(),l=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],w=0;for(;w<16;)y.push(parseInt(a[w],10)|parseInt(l[w],10)^255),w++;return new this(y)}catch(s){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${s})`)}},d.IPv6.isIPv6=function(o){return this.parser(o)!==null},d.IPv6.isValid=function(o){if(typeof o=="string"&&o.indexOf(":")===-1)return!1;try{let s=this.parser(o);return new this(s.parts,s.zoneId),!0}catch{return!1}},d.IPv6.networkAddressFromCIDR=function(o){let s,a,l,y,w;try{for(s=this.parseCIDR(o),l=s[0].toByteArray(),w=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],a=0;a<16;)y.push(parseInt(l[a],10)&parseInt(w[a],10)),a++;return new this(y)}catch(A){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${A})`)}},d.IPv6.parse=function(o){let s=this.parser(o);if(s.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(s.parts,s.zoneId)},d.IPv6.parseCIDR=function(o){let s,a,l;if((a=o.match(/^(.+)\/(\d+)$/))&&(s=parseInt(a[2]),s>=0&&s<=128))return l=[this.parse(a[1]),s],Object.defineProperty(l,"toString",{value:function(){return this.join("/")}}),l;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},d.IPv6.parser=function(o){let s,a,l,y,w,A;if(l=o.match(m.deprecatedTransitional))return this.parser(`::ffff:${l[1]}`);if(m.native.test(o))return h(o,8);if((l=o.match(m.transitional))&&(A=l[6]||"",s=h(l[1].slice(0,-1)+A,6),s.parts)){for(w=[parseInt(l[2]),parseInt(l[3]),parseInt(l[4]),parseInt(l[5])],a=0;a<w.length;a++)if(y=w[a],!(0<=y&&y<=255))return null;return s.parts.push(w[0]<<8|w[1]),s.parts.push(w[2]<<8|w[3]),{parts:s.parts,zoneId:s.zoneId}}return null},d.IPv6.subnetMaskFromPrefixLength=function(o){if(o=parseInt(o),o<0||o>128)throw new Error("ipaddr: invalid IPv6 prefix length");let s=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=0,l=Math.floor(o/8);for(;a<l;)s[a]=255,a++;return l<16&&(s[l]=Math.pow(2,o%8)-1<<8-o%8),new this(s)},d.fromByteArray=function(o){let s=o.length;if(s===4)return new d.IPv4(o);if(s===16)return new d.IPv6(o);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},d.isValid=function(o){return d.IPv6.isValid(o)||d.IPv4.isValid(o)},d.parse=function(o){if(d.IPv6.isValid(o))return d.IPv6.parse(o);if(d.IPv4.isValid(o))return d.IPv4.parse(o);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},d.parseCIDR=function(o){try{return d.IPv6.parseCIDR(o)}catch{try{return d.IPv4.parseCIDR(o)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},d.process=function(o){let s=this.parse(o);return s.kind()==="ipv6"&&s.isIPv4MappedAddress()?s.toIPv4Address():s},d.subnetMatch=function(o,s,a){let l,y,w,A;a==null&&(a="unicast");for(y in s)if(Object.prototype.hasOwnProperty.call(s,y)){for(w=s[y],w[0]&&!(w[0]instanceof Array)&&(w=[w]),l=0;l<w.length;l++)if(A=w[l],o.kind()===A[0].kind()&&o.match.apply(o,A))return y}return a},typeof nt<"u"&&nt.exports?nt.exports=d:t.ipaddr=d})(rn)});var es={};$(es,{mdns:()=>Zo});var rs=Symbol.for("@libp2p/connection");var is=Symbol.for("@libp2p/content-routing");var ur=Symbol.for("@libp2p/peer-discovery");var hr=Symbol.for("@libp2p/peer-id");var ds=Symbol.for("@libp2p/peer-routing");var pr;(function(t){t.Accept="accept",t.Ignore="ignore",t.Reject="reject"})(pr||(pr={}));var ps=Symbol.for("@libp2p/transport");var gr;(function(t){t[t.FATAL_ALL=0]="FATAL_ALL",t[t.NO_FATAL=1]="NO_FATAL"})(gr||(gr={}));var ke=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var Qe=class extends EventTarget{#e=new Map;listenerCount(e){let r=this.#e.get(e);return r==null?0:r.length}addEventListener(e,r,n){super.addEventListener(e,r,n);let i=this.#e.get(e);i==null&&(i=[],this.#e.set(e,i)),i.push({callback:r,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(e,r,n){super.removeEventListener(e.toString(),r??null,n);let i=this.#e.get(e);i!=null&&(i=i.filter(({callback:c})=>c!==r),this.#e.set(e,i))}dispatchEvent(e){let r=super.dispatchEvent(e),n=this.#e.get(e.type);return n==null||(n=n.filter(({once:i})=>!i),this.#e.set(e.type,n)),r}safeDispatchEvent(e,r){return this.dispatchEvent(new lt(e,r))}},dt=class extends Event{detail;constructor(e,r){super(e,r),this.detail=r?.detail}},lt=globalThis.CustomEvent??dt;var Fn=Ye(Rr(),1);var Pt={};$(Pt,{base58btc:()=>D,base58flickr:()=>ui});function si(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var c=t.charAt(i),u=c.charCodeAt(0);if(r[u]!==255)throw new TypeError(c+" is ambiguous");r[u]=i}var m=t.length,h=t.charAt(0),p=Math.log(m)/Math.log(256),E=Math.log(256)/Math.log(m);function g(s){if(s instanceof Uint8Array||(ArrayBuffer.isView(s)?s=new Uint8Array(s.buffer,s.byteOffset,s.byteLength):Array.isArray(s)&&(s=Uint8Array.from(s))),!(s instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(s.length===0)return"";for(var a=0,l=0,y=0,w=s.length;y!==w&&s[y]===0;)y++,a++;for(var A=(w-y)*E+1>>>0,O=new Uint8Array(A);y!==w;){for(var L=s[y],P=0,q=A-1;(L!==0||P<l)&&q!==-1;q--,P++)L+=256*O[q]>>>0,O[q]=L%m>>>0,L=L/m>>>0;if(L!==0)throw new Error("Non-zero carry");l=P,y++}for(var ie=A-l;ie!==A&&O[ie]===0;)ie++;for(var Xe=h.repeat(a);ie<A;++ie)Xe+=t.charAt(O[ie]);return Xe}function d(s){if(typeof s!="string")throw new TypeError("Expected String");if(s.length===0)return new Uint8Array;var a=0;if(s[a]!==" "){for(var l=0,y=0;s[a]===h;)l++,a++;for(var w=(s.length-a)*p+1>>>0,A=new Uint8Array(w);s[a];){var O=r[s.charCodeAt(a)];if(O===255)return;for(var L=0,P=w-1;(O!==0||L<y)&&P!==-1;P--,L++)O+=m*A[P]>>>0,A[P]=O%256>>>0,O=O/256>>>0;if(O!==0)throw new Error("Non-zero carry");y=L,a++}if(s[a]!==" "){for(var q=w-y;q!==w&&A[q]===0;)q++;for(var ie=new Uint8Array(l+(w-q)),Xe=l;q!==w;)ie[Xe++]=A[q++];return ie}}}function o(s){var a=d(s);if(a)return a;throw new Error(`Non-${e} character`)}return{encode:g,decodeUnsafe:d,decode:o}}var ci=si,ai=ci,Br=ai;var Ws=new Uint8Array(0);var Dr=(t,e)=>{if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0},V=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")};var Nr=t=>new TextEncoder().encode(t),Fr=t=>new TextDecoder().decode(t);var St=class{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},bt=class{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}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 kr(this,e)}},Ut=class{constructor(e){this.decoders=e}or(e){return kr(this,e)}decode(e){let r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},kr=(t,e)=>new Ut({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),Lt=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new St(e,r,n),this.decoder=new bt(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},Oe=({name:t,prefix:e,encode:r,decode:n})=>new Lt(t,e,r,n),Ie=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=Br(r,e);return Oe({prefix:t,name:e,encode:n,decode:c=>V(i(c))})},di=(t,e,r,n)=>{let i={};for(let E=0;E<e.length;++E)i[e[E]]=E;let c=t.length;for(;t[c-1]==="=";)--c;let u=new Uint8Array(c*r/8|0),m=0,h=0,p=0;for(let E=0;E<c;++E){let g=i[t[E]];if(g===void 0)throw new SyntaxError(`Non-${n} character`);h=h<<r|g,m+=r,m>=8&&(m-=8,u[p++]=255&h>>m)}if(m>=r||255&h<<8-m)throw new SyntaxError("Unexpected end of data");return u},li=(t,e,r)=>{let n=e[e.length-1]==="=",i=(1<<r)-1,c="",u=0,m=0;for(let h=0;h<t.length;++h)for(m=m<<8|t[h],u+=8;u>r;)u-=r,c+=e[i&m>>u];if(u&&(c+=e[i&m<<r-u]),n)for(;c.length*r&7;)c+="=";return c},C=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Oe({prefix:e,name:t,encode(i){return li(i,n,r)},decode(i){return di(i,n,r,t)}});var D=Ie({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),ui=Ie({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Ct={};$(Ct,{base10:()=>hi});var hi=Ie({prefix:"9",name:"base10",alphabet:"0123456789"});var Ot={};$(Ot,{base16:()=>pi,base16upper:()=>gi});var pi=C({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),gi=C({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Tt={};$(Tt,{base2:()=>mi});var mi=C({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Rt={};$(Rt,{base256emoji:()=>xi});var $r=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}"),yi=$r.reduce((t,e,r)=>(t[r]=e,t),[]),wi=$r.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function Ii(t){return t.reduce((e,r)=>(e+=yi[r],e),"")}function Ei(t){let e=[];for(let r of t){let n=wi[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var xi=Oe({prefix:"\u{1F680}",name:"base256emoji",encode:Ii,decode:Ei});var Bt={};$(Bt,{base32:()=>me,base32hex:()=>bi,base32hexpad:()=>Li,base32hexpadupper:()=>Pi,base32hexupper:()=>Ui,base32pad:()=>Ai,base32padupper:()=>Si,base32upper:()=>vi,base32z:()=>Ci});var me=C({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),vi=C({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Ai=C({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Si=C({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),bi=C({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Ui=C({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Li=C({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Pi=C({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Ci=C({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Dt={};$(Dt,{base36:()=>Oi,base36upper:()=>Ti});var Oi=Ie({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ti=Ie({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Nt={};$(Nt,{base64:()=>Ri,base64pad:()=>Bi,base64url:()=>Di,base64urlpad:()=>Ni});var Ri=C({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Bi=C({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Di=C({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Ni=C({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Ft={};$(Ft,{base8:()=>Fi});var Fi=C({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var ft={};$(ft,{identity:()=>fi});var fi=Oe({prefix:"\0",name:"identity",encode:t=>Fr(t),decode:t=>Nr(t)});var hc=new TextEncoder,pc=new TextDecoder;var $t={};$($t,{identity:()=>et});var Mi=zr,Mr=128,_i=127,zi=~_i,Vi=Math.pow(2,31);function zr(t,e,r){e=e||[],r=r||0;for(var n=r;t>=Vi;)e[r++]=t&255|Mr,t/=128;for(;t&zi;)e[r++]=t&255|Mr,t>>>=7;return e[r]=t|0,zr.bytes=r-n+1,e}var qi=kt,ji=128,_r=127;function kt(t,n){var r=0,n=n||0,i=0,c=n,u,m=t.length;do{if(c>=m)throw kt.bytes=0,new RangeError("Could not decode varint");u=t[c++],r+=i<28?(u&_r)<<i:(u&_r)*Math.pow(2,i),i+=7}while(u>=ji);return kt.bytes=c-n,r}var Ki=Math.pow(2,7),Hi=Math.pow(2,14),Xi=Math.pow(2,21),Gi=Math.pow(2,28),Yi=Math.pow(2,35),Qi=Math.pow(2,42),Wi=Math.pow(2,49),Ji=Math.pow(2,56),Zi=Math.pow(2,63),eo=function(t){return t<Ki?1:t<Hi?2:t<Xi?3:t<Gi?4:t<Yi?5:t<Qi?6:t<Wi?7:t<Ji?8:t<Zi?9:10},to={encode:Mi,decode:qi,encodingLength:eo},ro=to,Me=ro;var _e=(t,e=0)=>[Me.decode(t,e),Me.decode.bytes],Te=(t,e,r=0)=>(Me.encode(t,e,r),e),Re=t=>Me.encodingLength(t);var Ee=(t,e)=>{let r=e.byteLength,n=Re(t),i=n+Re(r),c=new Uint8Array(i+r);return Te(t,c,0),Te(r,c,n),c.set(e,i),new Be(t,r,e,c)},be=t=>{let e=V(t),[r,n]=_e(e),[i,c]=_e(e.subarray(n)),u=e.subarray(n+c);if(u.byteLength!==i)throw new Error("Incorrect length");return new Be(r,i,u,e)},Vr=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&Dr(t.bytes,r.bytes)}},Be=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var qr=0,no="identity",jr=V,io=t=>Ee(qr,jr(t)),et={code:qr,name:no,encode:jr,digest:io};var Vt={};$(Vt,{sha256:()=>tt,sha512:()=>oo});var zt=Ye(Pe("crypto"),1);var _t=({name:t,code:e,encode:r})=>new Mt(t,e,r),Mt=class{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){let r=this.encode(e);return r instanceof Uint8Array?Ee(this.code,r):r.then(n=>Ee(this.code,n))}else throw Error("Unknown type, must be binary type")}};var tt=_t({name:"sha2-256",code:18,encode:t=>V(zt.default.createHash("sha256").update(t).digest())}),oo=_t({name:"sha2-512",code:19,encode:t=>V(zt.default.createHash("sha512").update(t).digest())});var Hr=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return co(r,qt(t),e||D.encoder);default:return ao(r,qt(t),e||me.encoder)}};var Xr=new WeakMap,qt=t=>{let e=Xr.get(t);if(e==null){let r=new Map;return Xr.set(t,r),r}return e},G=class t{constructor(e,r,n,i){this.code=r,this.version=e,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:e,multihash:r}=this;if(e!==ze)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==lo)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return t.createV0(r)}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:r}=this.multihash,n=Ee(e,r);return t.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(e){return t.equals(this,e)}static equals(e,r){let n=r;return n&&e.code===n.code&&e.version===n.version&&Vr(e.multihash,n.multihash)}toString(e){return Hr(this,e)}toJSON(){return{"/":Hr(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let r=e;if(r instanceof t)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:c,bytes:u}=r;return new t(n,i,c,u||Gr(n,i,c.bytes))}else if(r[uo]===!0){let{version:n,multihash:i,code:c}=r,u=be(i);return t.create(n,c,u)}else return null}static create(e,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(e){case 0:{if(r!==ze)throw new Error(`Version 0 CID must use dag-pb (code: ${ze}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=Gr(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,ze,e)}static createV1(e,r){return t.create(1,e,r)}static decode(e){let[r,n]=t.decodeFirst(e);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(e){let r=t.inspectBytes(e),n=r.size-r.multihashSize,i=V(e.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let c=i.subarray(r.multihashSize-r.digestSize),u=new Be(r.multihashCode,r.digestSize,c,i);return[r.version===0?t.createV0(u):t.createV1(r.codec,u),e.subarray(r.size)]}static inspectBytes(e){let r=0,n=()=>{let[g,d]=_e(e.subarray(r));return r+=d,g},i=n(),c=ze;if(i===18?(i=0,r=0):c=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let u=r,m=n(),h=n(),p=r+h,E=p-u;return{version:i,codec:c,multihashCode:m,digestSize:h,multihashSize:E,size:p}}static parse(e,r){let[n,i]=so(e,r),c=t.decode(i);if(c.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return qt(c).set(n,e),c}},so=(t,e)=>{switch(t[0]){case"Q":{let r=e||D;return[D.prefix,r.decode(`${D.prefix}${t}`)]}case D.prefix:{let r=e||D;return[D.prefix,r.decode(t)]}case me.prefix:{let r=e||me;return[me.prefix,r.decode(t)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[t[0],e.decode(t)]}}},co=(t,e,r)=>{let{prefix:n}=r;if(n!==D.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=e.get(n);if(i==null){let c=r.encode(t).slice(1);return e.set(n,c),c}else return i},ao=(t,e,r)=>{let{prefix:n}=r,i=e.get(n);if(i==null){let c=r.encode(t);return e.set(n,c),c}else return i},ze=112,lo=18,Gr=(t,e,r)=>{let n=Re(t),i=n+Re(e),c=new Uint8Array(i+r.byteLength);return Te(t,c,0),Te(e,c,n),c.set(r,i),c},uo=Symbol.for("@ipld/js-cid/CID");var xe={...ft,...Tt,...Ft,...Ct,...Ot,...Bt,...Dt,...Pt,...Nt,...Rt},Tc={...Vt,...$t};function jt(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}var ho=Symbol.for("nodejs.util.inspect.custom"),Yr=Object.values(xe).map(t=>t.decoder).reduce((t,e)=>t.or(e),xe.identity.decoder),Qr=114,Wr=36,Jr=37,Ve=class{type;multihash;privateKey;publicKey;string;constructor(e){this.type=e.type,this.multihash=e.multihash,this.privateKey=e.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[hr]=!0;toString(){return this.string==null&&(this.string=D.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return G.createV1(Qr,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e instanceof Uint8Array)return jt(this.multihash.bytes,e);if(typeof e=="string")return Kt(e).equals(this);if(e?.multihash?.bytes!=null)return jt(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[ho](){return`PeerId(${this.toString()})`}},qe=class extends Ve{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},je=class extends Ve{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},Ke=class extends Ve{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function Kt(t,e){if(e=e??Yr,t.charAt(0)==="1"||t.charAt(0)==="Q"){let r=be(D.decode(`z${t}`));return t.startsWith("12D")?new je({multihash:r}):t.startsWith("16U")?new Ke({multihash:r}):new qe({multihash:r})}return po(Yr.decode(t))}function po(t){try{let e=be(t);if(e.code===et.code){if(e.digest.length===Wr)return new je({multihash:e});if(e.digest.length===Jr)return new Ke({multihash:e})}if(e.code===tt.code)return new qe({multihash:e})}catch{return go(G.decode(t))}throw new Error("Supplied PeerID CID is invalid")}function go(t){if(t==null||t.multihash==null||t.version==null||t.version===1&&t.code!==Qr)throw new Error("Supplied PeerID CID is invalid");let e=t.multihash;if(e.code===tt.code)return new qe({multihash:t.multihash});if(e.code===et.code){if(e.digest.length===Wr)return new je({multihash:t.multihash});if(e.digest.length===Jr)return new Ke({multihash:t.multihash})}throw new Error("Supplied PeerID CID is invalid")}var sn=Ye(Zr(),1);var en="[a-fA-F\\d:]",ve=t=>t&&t.includeBoundaries?`(?:(?<=\\s|^)(?=${en})|(?<=${en})(?=\\s|$))`:"",Y="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",T="[a-fA-F\\d]{1,4}",rt=`
2
+ "use strict";var Libp2PMdns=(()=>{var Bn=Object.create;var Ye=Object.defineProperty;var Fn=Object.getOwnPropertyDescriptor;var kn=Object.getOwnPropertyNames;var $n=Object.getPrototypeOf,fn=Object.prototype.hasOwnProperty;var Le=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var j=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),f=(t,e)=>{for(var r in e)Ye(t,r,{get:e[r],enumerable:!0})},lr=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of kn(e))!fn.call(t,i)&&i!==r&&Ye(t,i,{get:()=>e[i],enumerable:!(n=Fn(e,i))||n.enumerable});return t};var Qe=(t,e,r)=>(r=t!=null?Bn($n(t)):{},lr(e||!t||!t.__esModule?Ye(r,"default",{value:t,enumerable:!0}):r,t)),Mn=t=>lr(Ye({},"__esModule",{value:!0}),t);var mr=j(ut=>{"use strict";ut.toString=function(t){switch(t){case 1:return"A";case 10:return"NULL";case 28:return"AAAA";case 18:return"AFSDB";case 42:return"APL";case 257:return"CAA";case 60:return"CDNSKEY";case 59:return"CDS";case 37:return"CERT";case 5:return"CNAME";case 49:return"DHCID";case 32769:return"DLV";case 39:return"DNAME";case 48:return"DNSKEY";case 43:return"DS";case 55:return"HIP";case 13:return"HINFO";case 45:return"IPSECKEY";case 25:return"KEY";case 36:return"KX";case 29:return"LOC";case 15:return"MX";case 35:return"NAPTR";case 2:return"NS";case 47:return"NSEC";case 50:return"NSEC3";case 51:return"NSEC3PARAM";case 12:return"PTR";case 46:return"RRSIG";case 17:return"RP";case 24:return"SIG";case 6:return"SOA";case 99:return"SPF";case 33:return"SRV";case 44:return"SSHFP";case 32768:return"TA";case 249:return"TKEY";case 52:return"TLSA";case 250:return"TSIG";case 16:return"TXT";case 252:return"AXFR";case 251:return"IXFR";case 41:return"OPT";case 255:return"ANY"}return"UNKNOWN_"+t};ut.toType=function(t){switch(t.toUpperCase()){case"A":return 1;case"NULL":return 10;case"AAAA":return 28;case"AFSDB":return 18;case"APL":return 42;case"CAA":return 257;case"CDNSKEY":return 60;case"CDS":return 59;case"CERT":return 37;case"CNAME":return 5;case"DHCID":return 49;case"DLV":return 32769;case"DNAME":return 39;case"DNSKEY":return 48;case"DS":return 43;case"HIP":return 55;case"HINFO":return 13;case"IPSECKEY":return 45;case"KEY":return 25;case"KX":return 36;case"LOC":return 29;case"MX":return 15;case"NAPTR":return 35;case"NS":return 2;case"NSEC":return 47;case"NSEC3":return 50;case"NSEC3PARAM":return 51;case"PTR":return 12;case"RRSIG":return 46;case"RP":return 17;case"SIG":return 24;case"SOA":return 6;case"SPF":return 99;case"SRV":return 33;case"SSHFP":return 44;case"TA":return 32768;case"TKEY":return 249;case"TLSA":return 52;case"TSIG":return 250;case"TXT":return 16;case"AXFR":return 252;case"IXFR":return 251;case"OPT":return 41;case"ANY":return 255;case"*":return 255}return t.toUpperCase().startsWith("UNKNOWN_")?parseInt(t.slice(8)):0}});var yr=j(ht=>{"use strict";ht.toString=function(t){switch(t){case 0:return"NOERROR";case 1:return"FORMERR";case 2:return"SERVFAIL";case 3:return"NXDOMAIN";case 4:return"NOTIMP";case 5:return"REFUSED";case 6:return"YXDOMAIN";case 7:return"YXRRSET";case 8:return"NXRRSET";case 9:return"NOTAUTH";case 10:return"NOTZONE";case 11:return"RCODE_11";case 12:return"RCODE_12";case 13:return"RCODE_13";case 14:return"RCODE_14";case 15:return"RCODE_15"}return"RCODE_"+t};ht.toRcode=function(t){switch(t.toUpperCase()){case"NOERROR":return 0;case"FORMERR":return 1;case"SERVFAIL":return 2;case"NXDOMAIN":return 3;case"NOTIMP":return 4;case"REFUSED":return 5;case"YXDOMAIN":return 6;case"YXRRSET":return 7;case"NXRRSET":return 8;case"NOTAUTH":return 9;case"NOTZONE":return 10;case"RCODE_11":return 11;case"RCODE_12":return 12;case"RCODE_13":return 13;case"RCODE_14":return 14;case"RCODE_15":return 15}return 0}});var wr=j(pt=>{"use strict";pt.toString=function(t){switch(t){case 0:return"QUERY";case 1:return"IQUERY";case 2:return"STATUS";case 3:return"OPCODE_3";case 4:return"NOTIFY";case 5:return"UPDATE";case 6:return"OPCODE_6";case 7:return"OPCODE_7";case 8:return"OPCODE_8";case 9:return"OPCODE_9";case 10:return"OPCODE_10";case 11:return"OPCODE_11";case 12:return"OPCODE_12";case 13:return"OPCODE_13";case 14:return"OPCODE_14";case 15:return"OPCODE_15"}return"OPCODE_"+t};pt.toOpcode=function(t){switch(t.toUpperCase()){case"QUERY":return 0;case"IQUERY":return 1;case"STATUS":return 2;case"OPCODE_3":return 3;case"NOTIFY":return 4;case"UPDATE":return 5;case"OPCODE_6":return 6;case"OPCODE_7":return 7;case"OPCODE_8":return 8;case"OPCODE_9":return 9;case"OPCODE_10":return 10;case"OPCODE_11":return 11;case"OPCODE_12":return 12;case"OPCODE_13":return 13;case"OPCODE_14":return 14;case"OPCODE_15":return 15}return 0}});var Ir=j(gt=>{"use strict";gt.toString=function(t){switch(t){case 1:return"IN";case 2:return"CS";case 3:return"CH";case 4:return"HS";case 255:return"ANY"}return"UNKNOWN_"+t};gt.toClass=function(t){switch(t.toUpperCase()){case"IN":return 1;case"CS":return 2;case"CH":return 3;case"HS":return 4;case"ANY":return 255}return 0}});var Er=j(mt=>{"use strict";mt.toString=function(t){switch(t){case 1:return"LLQ";case 2:return"UL";case 3:return"NSID";case 5:return"DAU";case 6:return"DHU";case 7:return"N3U";case 8:return"CLIENT_SUBNET";case 9:return"EXPIRE";case 10:return"COOKIE";case 11:return"TCP_KEEPALIVE";case 12:return"PADDING";case 13:return"CHAIN";case 14:return"KEY_TAG";case 26946:return"DEVICEID"}return t<0?null:`OPTION_${t}`};mt.toCode=function(t){if(typeof t=="number")return t;if(!t)return-1;switch(t.toUpperCase()){case"OPTION_0":return 0;case"LLQ":return 1;case"UL":return 2;case"NSID":return 3;case"OPTION_4":return 4;case"DAU":return 5;case"DHU":return 6;case"N3U":return 7;case"CLIENT_SUBNET":return 8;case"EXPIRE":return 9;case"COOKIE":return 10;case"TCP_KEEPALIVE":return 11;case"PADDING":return 12;case"CHAIN":return 13;case"KEY_TAG":return 14;case"DEVICEID":return 26946;case"OPTION_65535":return 65535}let e=t.match(/_(\d+)$/);return e?parseInt(e[1],10):-1}});var Ar=j((vr,yt)=>{var xr=function(t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decode=g,t.encode=E,t.familyOf=p,t.name=void 0,t.sizeOf=h,t.v6=t.v4=void 0;let e=/^(\d{1,3}\.){3,3}\d{1,3}$/,r=4,n=/^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i,i=16,c={name:"v4",size:r,isFormat:d=>e.test(d),encode(d,o,s){s=~~s,o=o||new Uint8Array(s+r);let a=d.length,l=0;for(let y=0;y<a;){let w=d.charCodeAt(y++);w===46?(o[s++]=l,l=0):l=l*10+(w-48)}return o[s]=l,o},decode(d,o){return o=~~o,`${d[o++]}.${d[o++]}.${d[o++]}.${d[o]}`}};t.v4=c;let u={name:"v6",size:i,isFormat:d=>d.length>0&&n.test(d),encode(d,o,s){s=~~s;let a=s+i,l=-1,y=0,w=0,A=!0,O=!1;o=o||new Uint8Array(s+i);for(let P=0;P<d.length;P++){let L=d.charCodeAt(P);L===58?(A?l!==-1?(s<a&&(o[s]=0),s<a-1&&(o[s+1]=0),s+=2):s<a&&(l=s):(O===!0?(s<a&&(o[s]=w),s++):(s<a&&(o[s]=y>>8),s<a-1&&(o[s+1]=y&255),s+=2),y=0,w=0),A=!0,O=!1):L===46?(s<a&&(o[s]=w),s++,w=0,y=0,A=!1,O=!0):(A=!1,L>=97?L-=87:L>=65?L-=55:(L-=48,w=w*10+L),y=(y<<4)+L)}if(A===!1)O===!0?(s<a&&(o[s]=w),s++):(s<a&&(o[s]=y>>8),s<a-1&&(o[s+1]=y&255),s+=2);else if(l===0)s<a&&(o[s]=0),s<a-1&&(o[s+1]=0),s+=2;else if(l!==-1){s+=2;for(let P=Math.min(s-1,a-1);P>=l+2;P--)o[P]=o[P-2];o[l]=0,o[l+1]=0,l=s}if(l!==s&&l!==-1)for(s>a-2&&(s=a-2);a>l;)o[--a]=s<a&&s>l?o[--s]:0;else for(;s<a;)o[s++]=0;return o},decode(d,o){o=~~o;let s="";for(let a=0;a<i;a+=2)a!==0&&(s+=":"),s+=(d[o+a]<<8|d[o+a+1]).toString(16);return s.replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}};t.v6=u;let m="ip";t.name=m;function h(d){if(c.isFormat(d))return c.size;if(u.isFormat(d))return u.size;throw Error(`Invalid ip address: ${d}`)}function p(d){return h(d)===c.size?1:2}function E(d,o,s){s=~~s;let a=h(d);return typeof o=="function"&&(o=o(s+a)),a===c.size?c.encode(d,o,s):u.encode(d,o,s)}function g(d,o,s){if(o=~~o,s=s||d.length-o,s===c.size)return c.decode(d,o,s);if(s===u.size)return u.decode(d,o,s);throw Error(`Invalid buffer size needs to be ${c.size} for v4 or ${u.size} for v6.`)}return"default"in t?t.default:t}({});typeof define=="function"&&define.amd?define([],function(){return xr}):typeof yt=="object"&&typeof vr=="object"&&(yt.exports=xr)});var Ur=j(x=>{"use strict";var v=Le("buffer").Buffer,ge=mr(),_n=yr(),zn=wr(),Ze=Ir(),wt=Er(),Se=Ar(),Vn=0,Sr=32768,It=32768,qn=~It,br=32768,jn=~br,I=x.name={};I.encode=function(t,e,r,{mail:n=!1}={}){e||(e=v.alloc(I.encodingLength(t))),r||(r=0);let i=r,c=t.replace(/^\.|\.$/gm,"");if(c.length){let u=[];if(n){let m="";c.split(".").forEach(h=>{h.endsWith("\\")?m+=(m.length?".":"")+h.slice(0,-1):u.length===0&&m.length?u.push(m+"."+h):u.push(h)})}else u=c.split(".");for(let m=0;m<u.length;m++){let h=e.write(u[m],r+1);e[r]=h,r+=h+1}}return e[r++]=0,I.encode.bytes=r-i,e};I.encode.bytes=0;I.decode=function(t,e,{mail:r=!1}={}){e||(e=0);let n=[],i=e,c=0,u=0,m=!1;for(;;){if(e>=t.length)throw new Error("Cannot decode name (buffer overflow)");let h=t[e++];if(u+=m?0:1,h===0)break;if(h&192)if((h&192)===192){if(e+1>t.length)throw new Error("Cannot decode name (buffer overflow)");let p=t.readUInt16BE(e-1)-49152;if(p>=i)throw new Error("Cannot decode name (bad pointer)");e=p,i=p,u+=m?0:1,m=!0}else throw new Error("Cannot decode name (bad label)");else{if(e+h>t.length)throw new Error("Cannot decode name (buffer overflow)");if(c+=h+1,c>254)throw new Error("Cannot decode name (name too long)");let p=t.toString("utf-8",e,e+h);r&&(p=p.replace(/\./g,"\\.")),n.push(p),e+=h,u+=m?0:h}}return I.decode.bytes=u,n.length===0?".":n.join(".")};I.decode.bytes=0;I.encodingLength=function(t){return t==="."||t===".."?1:v.byteLength(t.replace(/^\.|\.$/gm,""))+2};var S={};S.encode=function(t,e,r){e||(e=v.alloc(S.encodingLength(t))),r||(r=0);let n=e.write(t,r+1);return e[r]=n,S.encode.bytes=n+1,e};S.encode.bytes=0;S.decode=function(t,e){e||(e=0);let r=t[e],n=t.toString("utf-8",e+1,e+1+r);return S.decode.bytes=r+1,n};S.decode.bytes=0;S.encodingLength=function(t){return v.byteLength(t)+1};var X={};X.encode=function(t,e,r){e||(e=X.encodingLength(t)),r||(r=0);let n=(t.flags||0)&32767,i=t.type==="response"?Sr:Vn;return e.writeUInt16BE(t.id||0,r),e.writeUInt16BE(n|i,r+2),e.writeUInt16BE(t.questions.length,r+4),e.writeUInt16BE(t.answers.length,r+6),e.writeUInt16BE(t.authorities.length,r+8),e.writeUInt16BE(t.additionals.length,r+10),e};X.encode.bytes=12;X.decode=function(t,e){if(e||(e=0),t.length<12)throw new Error("Header must be 12 bytes");let r=t.readUInt16BE(e+2);return{id:t.readUInt16BE(e),type:r&Sr?"response":"query",flags:r&32767,flag_qr:(r>>15&1)===1,opcode:zn.toString(r>>11&15),flag_aa:(r>>10&1)===1,flag_tc:(r>>9&1)===1,flag_rd:(r>>8&1)===1,flag_ra:(r>>7&1)===1,flag_z:(r>>6&1)===1,flag_ad:(r>>5&1)===1,flag_cd:(r>>4&1)===1,rcode:_n.toString(r&15),questions:new Array(t.readUInt16BE(e+4)),answers:new Array(t.readUInt16BE(e+6)),authorities:new Array(t.readUInt16BE(e+8)),additionals:new Array(t.readUInt16BE(e+10))}};X.decode.bytes=12;X.encodingLength=function(){return 12};var oe=x.unknown={};oe.encode=function(t,e,r){return e||(e=v.alloc(oe.encodingLength(t))),r||(r=0),e.writeUInt16BE(t.length,r),t.copy(e,r+2),oe.encode.bytes=t.length+2,e};oe.encode.bytes=0;oe.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e),n=t.slice(e+2,e+2+r);return oe.decode.bytes=r+2,n};oe.decode.bytes=0;oe.encodingLength=function(t){return t.length+2};var se=x.ns={};se.encode=function(t,e,r){return e||(e=v.alloc(se.encodingLength(t))),r||(r=0),I.encode(t,e,r+2),e.writeUInt16BE(I.encode.bytes,r),se.encode.bytes=I.encode.bytes+2,e};se.encode.bytes=0;se.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e),n=I.decode(t,e+2);return se.decode.bytes=r+2,n};se.decode.bytes=0;se.encodingLength=function(t){return I.encodingLength(t)+2};var ce=x.soa={};ce.encode=function(t,e,r){e||(e=v.alloc(ce.encodingLength(t))),r||(r=0);let n=r;return r+=2,I.encode(t.mname,e,r),r+=I.encode.bytes,I.encode(t.rname,e,r,{mail:!0}),r+=I.encode.bytes,e.writeUInt32BE(t.serial||0,r),r+=4,e.writeUInt32BE(t.refresh||0,r),r+=4,e.writeUInt32BE(t.retry||0,r),r+=4,e.writeUInt32BE(t.expire||0,r),r+=4,e.writeUInt32BE(t.minimum||0,r),r+=4,e.writeUInt16BE(r-n-2,n),ce.encode.bytes=r-n,e};ce.encode.bytes=0;ce.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.mname=I.decode(t,e),e+=I.decode.bytes,n.rname=I.decode(t,e,{mail:!0}),e+=I.decode.bytes,n.serial=t.readUInt32BE(e),e+=4,n.refresh=t.readUInt32BE(e),e+=4,n.retry=t.readUInt32BE(e),e+=4,n.expire=t.readUInt32BE(e),e+=4,n.minimum=t.readUInt32BE(e),e+=4,ce.decode.bytes=e-r,n};ce.decode.bytes=0;ce.encodingLength=function(t){return 22+I.encodingLength(t.mname)+I.encodingLength(t.rname)};var ae=x.txt={};ae.encode=function(t,e,r){Array.isArray(t)||(t=[t]);for(let i=0;i<t.length;i++)if(typeof t[i]=="string"&&(t[i]=v.from(t[i])),!v.isBuffer(t[i]))throw new Error("Must be a Buffer");e||(e=v.alloc(ae.encodingLength(t))),r||(r=0);let n=r;return r+=2,t.forEach(function(i){e[r++]=i.length,i.copy(e,r,0,i.length),r+=i.length}),e.writeUInt16BE(r-n-2,n),ae.encode.bytes=r-n,e};ae.encode.bytes=0;ae.decode=function(t,e){e||(e=0);let r=e,n=t.readUInt16BE(e);e+=2;let i=[];for(;n>0;){let c=t[e++];if(--n,n<c)throw new Error("Buffer overflow");i.push(t.slice(e,e+c)),e+=c,n-=c}return ae.decode.bytes=e-r,i};ae.decode.bytes=0;ae.encodingLength=function(t){Array.isArray(t)||(t=[t]);let e=2;return t.forEach(function(r){typeof r=="string"?e+=v.byteLength(r)+1:e+=r.length+1}),e};var de=x.null={};de.encode=function(t,e,r){e||(e=v.alloc(de.encodingLength(t))),r||(r=0),typeof t=="string"&&(t=v.from(t)),t||(t=v.alloc(0));let n=r;r+=2;let i=t.length;return t.copy(e,r,0,i),r+=i,e.writeUInt16BE(r-n-2,n),de.encode.bytes=r-n,e};de.encode.bytes=0;de.decode=function(t,e){e||(e=0);let r=e,n=t.readUInt16BE(e);e+=2;let i=t.slice(e,e+n);return e+=n,de.decode.bytes=e-r,i};de.decode.bytes=0;de.encodingLength=function(t){return t?(v.isBuffer(t)?t.length:v.byteLength(t))+2:2};var le=x.hinfo={};le.encode=function(t,e,r){e||(e=v.alloc(le.encodingLength(t))),r||(r=0);let n=r;return r+=2,S.encode(t.cpu,e,r),r+=S.encode.bytes,S.encode(t.os,e,r),r+=S.encode.bytes,e.writeUInt16BE(r-n-2,n),le.encode.bytes=r-n,e};le.encode.bytes=0;le.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.cpu=S.decode(t,e),e+=S.decode.bytes,n.os=S.decode(t,e),e+=S.decode.bytes,le.decode.bytes=e-r,n};le.decode.bytes=0;le.encodingLength=function(t){return S.encodingLength(t.cpu)+S.encodingLength(t.os)+2};var K=x.ptr={},Kn=x.cname=K,Hn=x.dname=K;K.encode=function(t,e,r){return e||(e=v.alloc(K.encodingLength(t))),r||(r=0),I.encode(t,e,r+2),e.writeUInt16BE(I.encode.bytes,r),K.encode.bytes=I.encode.bytes+2,e};K.encode.bytes=0;K.decode=function(t,e){e||(e=0);let r=I.decode(t,e+2);return K.decode.bytes=I.decode.bytes+2,r};K.decode.bytes=0;K.encodingLength=function(t){return I.encodingLength(t)+2};var ue=x.srv={};ue.encode=function(t,e,r){e||(e=v.alloc(ue.encodingLength(t))),r||(r=0),e.writeUInt16BE(t.priority||0,r+2),e.writeUInt16BE(t.weight||0,r+4),e.writeUInt16BE(t.port||0,r+6),I.encode(t.target,e,r+8);let n=I.encode.bytes+6;return e.writeUInt16BE(n,r),ue.encode.bytes=n+2,e};ue.encode.bytes=0;ue.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e),n={};return n.priority=t.readUInt16BE(e+2),n.weight=t.readUInt16BE(e+4),n.port=t.readUInt16BE(e+6),n.target=I.decode(t,e+8),ue.decode.bytes=r+2,n};ue.decode.bytes=0;ue.encodingLength=function(t){return 8+I.encodingLength(t.target)};var M=x.caa={};M.ISSUER_CRITICAL=128;M.encode=function(t,e,r){let n=M.encodingLength(t);return e||(e=v.alloc(M.encodingLength(t))),r||(r=0),t.issuerCritical&&(t.flags=M.ISSUER_CRITICAL),e.writeUInt16BE(n-2,r),r+=2,e.writeUInt8(t.flags||0,r),r+=1,S.encode(t.tag,e,r),r+=S.encode.bytes,e.write(t.value,r),r+=v.byteLength(t.value),M.encode.bytes=n,e};M.encode.bytes=0;M.decode=function(t,e){e||(e=0);let r=t.readUInt16BE(e);e+=2;let n=e,i={};return i.flags=t.readUInt8(e),e+=1,i.tag=S.decode(t,e),e+=S.decode.bytes,i.value=t.toString("utf-8",e,n+r),i.issuerCritical=!!(i.flags&M.ISSUER_CRITICAL),M.decode.bytes=r+2,i};M.decode.bytes=0;M.encodingLength=function(t){return S.encodingLength(t.tag)+S.encodingLength(t.value)+2};var we=x.mx={};we.encode=function(t,e,r){e||(e=v.alloc(we.encodingLength(t))),r||(r=0);let n=r;return r+=2,e.writeUInt16BE(t.preference||0,r),r+=2,I.encode(t.exchange,e,r),r+=I.encode.bytes,e.writeUInt16BE(r-n-2,n),we.encode.bytes=r-n,e};we.encode.bytes=0;we.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.preference=t.readUInt16BE(e),e+=2,n.exchange=I.decode(t,e),e+=I.decode.bytes,we.decode.bytes=e-r,n};we.encodingLength=function(t){return 4+I.encodingLength(t.exchange)};var he=x.a={};he.encode=function(t,e,r){return e||(e=v.alloc(he.encodingLength(t))),r||(r=0),e.writeUInt16BE(4,r),r+=2,Se.v4.encode(t,e,r),he.encode.bytes=6,e};he.encode.bytes=0;he.decode=function(t,e){e||(e=0),e+=2;let r=Se.v4.decode(t,e);return he.decode.bytes=6,r};he.decode.bytes=0;he.encodingLength=function(){return 6};var pe=x.aaaa={};pe.encode=function(t,e,r){return e||(e=v.alloc(pe.encodingLength(t))),r||(r=0),e.writeUInt16BE(16,r),r+=2,Se.v6.encode(t,e,r),pe.encode.bytes=18,e};pe.encode.bytes=0;pe.decode=function(t,e){e||(e=0),e+=2;let r=Se.v6.decode(t,e);return pe.decode.bytes=18,r};pe.decode.bytes=0;pe.encodingLength=function(){return 18};var k=x.option={};k.encode=function(t,e,r){e||(e=v.alloc(k.encodingLength(t))),r||(r=0);let n=r,i=wt.toCode(t.code);if(e.writeUInt16BE(i,r),r+=2,t.data)e.writeUInt16BE(t.data.length,r),r+=2,t.data.copy(e,r),r+=t.data.length;else switch(i){case 8:let c=t.sourcePrefixLength||0,u=t.family||Se.familyOf(t.ip),m=Se.encode(t.ip,v.alloc),h=Math.ceil(c/8);e.writeUInt16BE(h+4,r),r+=2,e.writeUInt16BE(u,r),r+=2,e.writeUInt8(c,r++),e.writeUInt8(t.scopePrefixLength||0,r++),m.copy(e,r,0,h),r+=h;break;case 11:t.timeout?(e.writeUInt16BE(2,r),r+=2,e.writeUInt16BE(t.timeout,r),r+=2):(e.writeUInt16BE(0,r),r+=2);break;case 12:let p=t.length||0;e.writeUInt16BE(p,r),r+=2,e.fill(0,r,r+p),r+=p;break;case 14:let E=t.tags.length*2;e.writeUInt16BE(E,r),r+=2;for(let g of t.tags)e.writeUInt16BE(g,r),r+=2;break;default:throw new Error(`Unknown roption code: ${t.code}`)}return k.encode.bytes=r-n,e};k.encode.bytes=0;k.decode=function(t,e){e||(e=0);let r={};r.code=t.readUInt16BE(e),r.type=wt.toString(r.code),e+=2;let n=t.readUInt16BE(e);switch(e+=2,r.data=t.slice(e,e+n),r.code){case 8:r.family=t.readUInt16BE(e),e+=2,r.sourcePrefixLength=t.readUInt8(e++),r.scopePrefixLength=t.readUInt8(e++);let i=v.alloc(r.family===1?4:16);t.copy(i,0,e,e+n-4),r.ip=Se.decode(i);break;case 11:n>0&&(r.timeout=t.readUInt16BE(e),e+=2);break;case 14:r.tags=[];for(let c=0;c<n;c+=2)r.tags.push(t.readUInt16BE(e)),e+=2}return k.decode.bytes=n+4,r};k.decode.bytes=0;k.encodingLength=function(t){if(t.data)return t.data.length+4;switch(wt.toCode(t.code)){case 8:let r=t.sourcePrefixLength||0;return Math.ceil(r/8)+8;case 11:return typeof t.timeout=="number"?6:4;case 12:return t.length+4;case 14:return 4+t.tags.length*2}throw new Error(`Unknown roption code: ${t.code}`)};var z=x.opt={};z.encode=function(t,e,r){e||(e=v.alloc(z.encodingLength(t))),r||(r=0);let n=r,i=Ce(t,k);return e.writeUInt16BE(i,r),r=Me(t,k,e,r+2),z.encode.bytes=r-n,e};z.encode.bytes=0;z.decode=function(t,e){e||(e=0);let r=e,n=[],i=t.readUInt16BE(e);e+=2;let c=0;for(;i>0;)n[c++]=k.decode(t,e),e+=k.decode.bytes,i-=k.decode.bytes;return z.decode.bytes=e-r,n};z.decode.bytes=0;z.encodingLength=function(t){return 2+Ce(t||[],k)};var F=x.dnskey={};F.PROTOCOL_DNSSEC=3;F.ZONE_KEY=128;F.SECURE_ENTRYPOINT=32768;F.encode=function(t,e,r){e||(e=v.alloc(F.encodingLength(t))),r||(r=0);let n=r,i=t.key;if(!v.isBuffer(i))throw new Error("Key must be a Buffer");return r+=2,e.writeUInt16BE(t.flags,r),r+=2,e.writeUInt8(F.PROTOCOL_DNSSEC,r),r+=1,e.writeUInt8(t.algorithm,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,F.encode.bytes=r-n,e.writeUInt16BE(F.encode.bytes-2,n),e};F.encode.bytes=0;F.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);if(e+=2,n.flags=t.readUInt16BE(e),e+=2,t.readUInt8(e)!==F.PROTOCOL_DNSSEC)throw new Error("Protocol must be 3");return e+=1,n.algorithm=t.readUInt8(e),e+=1,n.key=t.slice(e,r+i+2),e+=n.key.length,F.decode.bytes=e-r,n};F.decode.bytes=0;F.encodingLength=function(t){return 6+v.byteLength(t.key)};var Q=x.rrsig={};Q.encode=function(t,e,r){e||(e=v.alloc(Q.encodingLength(t))),r||(r=0);let n=r,i=t.signature;if(!v.isBuffer(i))throw new Error("Signature must be a Buffer");return r+=2,e.writeUInt16BE(ge.toType(t.typeCovered),r),r+=2,e.writeUInt8(t.algorithm,r),r+=1,e.writeUInt8(t.labels,r),r+=1,e.writeUInt32BE(t.originalTTL,r),r+=4,e.writeUInt32BE(t.expiration,r),r+=4,e.writeUInt32BE(t.inception,r),r+=4,e.writeUInt16BE(t.keyTag,r),r+=2,I.encode(t.signersName,e,r),r+=I.encode.bytes,i.copy(e,r,0,i.length),r+=i.length,Q.encode.bytes=r-n,e.writeUInt16BE(Q.encode.bytes-2,n),e};Q.encode.bytes=0;Q.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);return e+=2,n.typeCovered=ge.toString(t.readUInt16BE(e)),e+=2,n.algorithm=t.readUInt8(e),e+=1,n.labels=t.readUInt8(e),e+=1,n.originalTTL=t.readUInt32BE(e),e+=4,n.expiration=t.readUInt32BE(e),e+=4,n.inception=t.readUInt32BE(e),e+=4,n.keyTag=t.readUInt16BE(e),e+=2,n.signersName=I.decode(t,e),e+=I.decode.bytes,n.signature=t.slice(e,r+i+2),e+=n.signature.length,Q.decode.bytes=e-r,n};Q.decode.bytes=0;Q.encodingLength=function(t){return 20+I.encodingLength(t.signersName)+v.byteLength(t.signature)};var W=x.rp={};W.encode=function(t,e,r){e||(e=v.alloc(W.encodingLength(t))),r||(r=0);let n=r;return r+=2,I.encode(t.mbox||".",e,r,{mail:!0}),r+=I.encode.bytes,I.encode(t.txt||".",e,r),r+=I.encode.bytes,W.encode.bytes=r-n,e.writeUInt16BE(W.encode.bytes-2,n),e};W.encode.bytes=0;W.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.mbox=I.decode(t,e,{mail:!0})||".",e+=I.decode.bytes,n.txt=I.decode(t,e)||".",e+=I.decode.bytes,W.decode.bytes=e-r,n};W.decode.bytes=0;W.encodingLength=function(t){return 2+I.encodingLength(t.mbox||".")+I.encodingLength(t.txt||".")};var T={};T.encode=function(t,e,r){e||(e=v.alloc(T.encodingLength(t))),r||(r=0);let n=r;for(var i=[],c=0;c<t.length;c++){var u=ge.toType(t[c]);i[u>>8]===void 0&&(i[u>>8]=[]),i[u>>8][u>>3&31]|=1<<7-(u&7)}for(c=0;c<i.length;c++)if(i[c]!==void 0){var m=v.from(i[c]);e.writeUInt8(c,r),r+=1,e.writeUInt8(m.length,r),r+=1,m.copy(e,r),r+=m.length}return T.encode.bytes=r-n,e};T.encode.bytes=0;T.decode=function(t,e,r){e||(e=0);let n=e;for(var i=[];e-n<r;){var c=t.readUInt8(e);e+=1;var u=t.readUInt8(e);e+=1;for(var m=0;m<u;m++)for(var h=t.readUInt8(e+m),p=0;p<8;p++)if(h&1<<7-p){var E=ge.toString(c<<8|m<<3|p);i.push(E)}e+=u}return T.decode.bytes=e-n,i};T.decode.bytes=0;T.encodingLength=function(t){for(var e=[],r=0;r<t.length;r++){var n=ge.toType(t[r]);e[n>>8]=Math.max(e[n>>8]||0,n&255)}var i=0;for(r=0;r<e.length;r++)e[r]!==void 0&&(i+=2+Math.ceil((e[r]+1)/8));return i};var J=x.nsec={};J.encode=function(t,e,r){e||(e=v.alloc(J.encodingLength(t))),r||(r=0);let n=r;return r+=2,I.encode(t.nextDomain,e,r),r+=I.encode.bytes,T.encode(t.rrtypes,e,r),r+=T.encode.bytes,J.encode.bytes=r-n,e.writeUInt16BE(J.encode.bytes-2,n),e};J.encode.bytes=0;J.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);return e+=2,n.nextDomain=I.decode(t,e),e+=I.decode.bytes,n.rrtypes=T.decode(t,e,i-(e-r)),e+=T.decode.bytes,J.decode.bytes=e-r,n};J.decode.bytes=0;J.encodingLength=function(t){return 2+I.encodingLength(t.nextDomain)+T.encodingLength(t.rrtypes)};var Z=x.nsec3={};Z.encode=function(t,e,r){e||(e=v.alloc(Z.encodingLength(t))),r||(r=0);let n=r,i=t.salt;if(!v.isBuffer(i))throw new Error("salt must be a Buffer");let c=t.nextDomain;if(!v.isBuffer(c))throw new Error("nextDomain must be a Buffer");return r+=2,e.writeUInt8(t.algorithm,r),r+=1,e.writeUInt8(t.flags,r),r+=1,e.writeUInt16BE(t.iterations,r),r+=2,e.writeUInt8(i.length,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,e.writeUInt8(c.length,r),r+=1,c.copy(e,r,0,c.length),r+=c.length,T.encode(t.rrtypes,e,r),r+=T.encode.bytes,Z.encode.bytes=r-n,e.writeUInt16BE(Z.encode.bytes-2,n),e};Z.encode.bytes=0;Z.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);e+=2,n.algorithm=t.readUInt8(e),e+=1,n.flags=t.readUInt8(e),e+=1,n.iterations=t.readUInt16BE(e),e+=2;let c=t.readUInt8(e);e+=1,n.salt=t.slice(e,e+c),e+=c;let u=t.readUInt8(e);return e+=1,n.nextDomain=t.slice(e,e+u),e+=u,n.rrtypes=T.decode(t,e,i-(e-r)),e+=T.decode.bytes,Z.decode.bytes=e-r,n};Z.decode.bytes=0;Z.encodingLength=function(t){return 8+t.salt.length+t.nextDomain.length+T.encodingLength(t.rrtypes)};var ee=x.ds={};ee.encode=function(t,e,r){e||(e=v.alloc(ee.encodingLength(t))),r||(r=0);let n=r,i=t.digest;if(!v.isBuffer(i))throw new Error("Digest must be a Buffer");return r+=2,e.writeUInt16BE(t.keyTag,r),r+=2,e.writeUInt8(t.algorithm,r),r+=1,e.writeUInt8(t.digestType,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,ee.encode.bytes=r-n,e.writeUInt16BE(ee.encode.bytes-2,n),e};ee.encode.bytes=0;ee.decode=function(t,e){e||(e=0);let r=e;var n={},i=t.readUInt16BE(e);return e+=2,n.keyTag=t.readUInt16BE(e),e+=2,n.algorithm=t.readUInt8(e),e+=1,n.digestType=t.readUInt8(e),e+=1,n.digest=t.slice(e,r+i+2),e+=n.digest.length,ee.decode.bytes=e-r,n};ee.decode.bytes=0;ee.encodingLength=function(t){return 6+v.byteLength(t.digest)};var _=x.sshfp={};_.getFingerprintLengthForHashType=function(e){switch(e){case 1:return 20;case 2:return 32}};_.encode=function(e,r,n){r||(r=v.alloc(_.encodingLength(e))),n||(n=0);let i=n;n+=2,r[n]=e.algorithm,n+=1,r[n]=e.hash,n+=1;let c=v.from(e.fingerprint.toUpperCase(),"hex");if(c.length!==_.getFingerprintLengthForHashType(e.hash))throw new Error("Invalid fingerprint length");return c.copy(r,n),n+=c.byteLength,_.encode.bytes=n-i,r.writeUInt16BE(_.encode.bytes-2,i),r};_.encode.bytes=0;_.decode=function(e,r){r||(r=0);let n=r,i={};r+=2,i.algorithm=e[r],r+=1,i.hash=e[r],r+=1;let c=_.getFingerprintLengthForHashType(i.hash);return i.fingerprint=e.slice(r,r+c).toString("hex").toUpperCase(),r+=c,_.decode.bytes=r-n,i};_.decode.bytes=0;_.encodingLength=function(t){return 4+v.from(t.fingerprint,"hex").byteLength};var te=x.naptr={};te.encode=function(t,e,r){e||(e=v.alloc(te.encodingLength(t))),r||(r=0);let n=r;return r+=2,e.writeUInt16BE(t.order||0,r),r+=2,e.writeUInt16BE(t.preference||0,r),r+=2,S.encode(t.flags,e,r),r+=S.encode.bytes,S.encode(t.services,e,r),r+=S.encode.bytes,S.encode(t.regexp,e,r),r+=S.encode.bytes,I.encode(t.replacement,e,r),r+=I.encode.bytes,te.encode.bytes=r-n,e.writeUInt16BE(te.encode.bytes-2,n),e};te.encode.bytes=0;te.decode=function(t,e){e||(e=0);let r=e,n={};return e+=2,n.order=t.readUInt16BE(e),e+=2,n.preference=t.readUInt16BE(e),e+=2,n.flags=S.decode(t,e),e+=S.decode.bytes,n.services=S.decode(t,e),e+=S.decode.bytes,n.regexp=S.decode(t,e),e+=S.decode.bytes,n.replacement=I.decode(t,e),e+=I.decode.bytes,te.decode.bytes=e-r,n};te.decode.bytes=0;te.encodingLength=function(t){return S.encodingLength(t.flags)+S.encodingLength(t.services)+S.encodingLength(t.regexp)+I.encodingLength(t.replacement)+6};var re=x.tlsa={};re.encode=function(t,e,r){e||(e=v.alloc(re.encodingLength(t))),r||(r=0);let n=r,i=t.certificate;if(!v.isBuffer(i))throw new Error("Certificate must be a Buffer");return r+=2,e.writeUInt8(t.usage,r),r+=1,e.writeUInt8(t.selector,r),r+=1,e.writeUInt8(t.matchingType,r),r+=1,i.copy(e,r,0,i.length),r+=i.length,re.encode.bytes=r-n,e.writeUInt16BE(re.encode.bytes-2,n),e};re.encode.bytes=0;re.decode=function(t,e){e||(e=0);let r=e,n={},i=t.readUInt16BE(e);return e+=2,n.usage=t.readUInt8(e),e+=1,n.selector=t.readUInt8(e),e+=1,n.matchingType=t.readUInt8(e),e+=1,n.certificate=t.slice(e,r+i+2),e+=n.certificate.length,re.decode.bytes=e-r,n};re.decode.bytes=0;re.encodingLength=function(t){return 5+v.byteLength(t.certificate)};var Et=x.record=function(t){switch(t.toUpperCase()){case"A":return he;case"PTR":return K;case"CNAME":return Kn;case"DNAME":return Hn;case"TXT":return ae;case"NULL":return de;case"AAAA":return pe;case"SRV":return ue;case"HINFO":return le;case"CAA":return M;case"NS":return se;case"SOA":return ce;case"MX":return we;case"OPT":return z;case"DNSKEY":return F;case"RRSIG":return Q;case"RP":return W;case"NSEC":return J;case"NSEC3":return Z;case"SSHFP":return _;case"DS":return ee;case"NAPTR":return te;case"TLSA":return re}return oe},D=x.answer={};D.encode=function(t,e,r){e||(e=v.alloc(D.encodingLength(t))),r||(r=0);let n=r;if(I.encode(t.name,e,r),r+=I.encode.bytes,e.writeUInt16BE(ge.toType(t.type),r),t.type.toUpperCase()==="OPT"){if(t.name!==".")throw new Error("OPT name must be root.");e.writeUInt16BE(t.udpPayloadSize||4096,r+2),e.writeUInt8(t.extendedRcode||0,r+4),e.writeUInt8(t.ednsVersion||0,r+5),e.writeUInt16BE(t.flags||0,r+6),r+=8,z.encode(t.options||[],e,r),r+=z.encode.bytes}else{let i=Ze.toClass(t.class===void 0?"IN":t.class);t.flush&&(i|=It),e.writeUInt16BE(i,r+2),e.writeUInt32BE(t.ttl||0,r+4),r+=8;let c=Et(t.type);c.encode(t.data,e,r),r+=c.encode.bytes}return D.encode.bytes=r-n,e};D.encode.bytes=0;D.decode=function(t,e){e||(e=0);let r={},n=e;if(r.name=I.decode(t,e),e+=I.decode.bytes,r.type=ge.toString(t.readUInt16BE(e)),r.type==="OPT")r.udpPayloadSize=t.readUInt16BE(e+2),r.extendedRcode=t.readUInt8(e+4),r.ednsVersion=t.readUInt8(e+5),r.flags=t.readUInt16BE(e+6),r.flag_do=(r.flags>>15&1)===1,r.options=z.decode(t,e+8),e+=8+z.decode.bytes;else{let i=t.readUInt16BE(e+2);r.ttl=t.readUInt32BE(e+4),r.class=Ze.toString(i&qn),r.flush=!!(i&It);let c=Et(r.type);r.data=c.decode(t,e+8),e+=8+c.decode.bytes}return D.decode.bytes=e-n,r};D.decode.bytes=0;D.encodingLength=function(t){let e=t.data!==null&&t.data!==void 0?t.data:t.options;return I.encodingLength(t.name)+8+Et(t.type).encodingLength(e)};var H=x.question={};H.encode=function(t,e,r){e||(e=v.alloc(H.encodingLength(t))),r||(r=0);let n=r;return I.encode(t.name,e,r),r+=I.encode.bytes,e.writeUInt16BE(ge.toType(t.type),r),r+=2,e.writeUInt16BE(Ze.toClass(t.class===void 0?"IN":t.class),r),r+=2,H.encode.bytes=r-n,t};H.encode.bytes=0;H.decode=function(t,e){e||(e=0);let r=e,n={};return n.name=I.decode(t,e),e+=I.decode.bytes,n.type=ge.toString(t.readUInt16BE(e)),e+=2,n.class=Ze.toString(t.readUInt16BE(e)),e+=2,!!(n.class&br)&&(n.class&=jn),H.decode.bytes=e-r,n};H.decode.bytes=0;H.encodingLength=function(t){return I.encodingLength(t.name)+4};x.AUTHORITATIVE_ANSWER=1024;x.TRUNCATED_RESPONSE=512;x.RECURSION_DESIRED=256;x.RECURSION_AVAILABLE=128;x.AUTHENTIC_DATA=32;x.CHECKING_DISABLED=16;x.DNSSEC_OK=32768;x.encode=function(t,e,r){let n=!e;n&&(e=v.alloc(x.encodingLength(t))),r||(r=0);let i=r;return t.questions||(t.questions=[]),t.answers||(t.answers=[]),t.authorities||(t.authorities=[]),t.additionals||(t.additionals=[]),X.encode(t,e,r),r+=X.encode.bytes,r=Me(t.questions,H,e,r),r=Me(t.answers,D,e,r),r=Me(t.authorities,D,e,r),r=Me(t.additionals,D,e,r),x.encode.bytes=r-i,n&&x.encode.bytes!==e.length?e.slice(0,x.encode.bytes):e};x.encode.bytes=0;x.decode=function(t,e){e||(e=0);let r=e,n=X.decode(t,e);return e+=X.decode.bytes,e=Je(n.questions,H,t,e),e=Je(n.answers,D,t,e),e=Je(n.authorities,D,t,e),e=Je(n.additionals,D,t,e),x.decode.bytes=e-r,n};x.decode.bytes=0;x.encodingLength=function(t){return X.encodingLength(t)+Ce(t.questions||[],H)+Ce(t.answers||[],D)+Ce(t.authorities||[],D)+Ce(t.additionals||[],D)};x.streamEncode=function(t){let e=x.encode(t),r=v.alloc(2);r.writeUInt16BE(e.byteLength);let n=v.concat([r,e]);return x.streamEncode.bytes=n.byteLength,n};x.streamEncode.bytes=0;x.streamDecode=function(t){let e=t.readUInt16BE(0);if(t.byteLength<e+2)return null;let r=x.decode(t.slice(2));return x.streamDecode.bytes=x.decode.bytes,r};x.streamDecode.bytes=0;function Ce(t,e){let r=0;for(let n=0;n<t.length;n++)r+=e.encodingLength(t[n]);return r}function Me(t,e,r,n){for(let i=0;i<t.length;i++)e.encode(t[i],r,n),n+=e.encode.bytes;return n}function Je(t,e,r,n){for(let i=0;i<t.length;i++)t[i]=e.decode(r,n),n+=e.decode.bytes;return n}});var Cr=j((Hs,Lr)=>{"use strict";var Pr=Jn;process.nextTick(Wn,42);Lr.exports=Xn;function Xn(t){var e=n;return r;function r(i){e(i||Yn)}function n(i){var c=[i];e=u,t(m);function u(h){c.push(h)}function m(h){var p=arguments;for(e=Gn(h)?n:E;c.length;)E(c.shift());function E(g){Pr(Qn,g,p)}}}}function Gn(t){return Object.prototype.toString.call(t)==="[object Error]"}function Yn(){}function Qn(t,e){t.apply(null,e)}function Wn(t){t===42&&(Pr=process.nextTick)}function Jn(t,e,r){process.nextTick(function(){t(e,r)})}});var Tr=j((Xs,Rr)=>{var xt=Ur(),Zn=Le("dgram"),ei=Cr(),ti=Le("events"),At=Le("os"),vt=function(){};Rr.exports=function(t){t||(t={});var e=new ti.EventEmitter,r=typeof t.port=="number"?t.port:5353,n=t.type||"udp4",i=t.ip||t.host||(n==="udp4"?"224.0.0.251":null),c={address:i,port:r},u={},m=!1,h=null;if(n==="udp6"&&(!i||!t.interface))throw new Error("For IPv6 multicast you must specify `ip` and `interface`");var p=t.socket||Zn.createSocket({type:n,reuseAddr:t.reuseAddr!==!1,toString:function(){return n}});p.on("error",function(g){g.code==="EACCES"||g.code==="EADDRINUSE"?e.emit("error",g):e.emit("warning",g)}),p.on("message",function(g,d){try{g=xt.decode(g)}catch(o){e.emit("warning",o);return}e.emit("packet",g,d),g.type==="query"&&e.emit("query",g,d),g.type==="response"&&e.emit("response",g,d)}),p.on("listening",function(){r||(r=c.port=p.address().port),t.multicast!==!1&&(e.update(),h=setInterval(e.update,5e3),p.setMulticastTTL(t.ttl||255),p.setMulticastLoopback(t.loopback!==!1))});var E=ei(function(g){if(!r||t.bind===!1)return g(null);p.once("error",g),p.bind(r,t.bind||t.interface,function(){p.removeListener("error",g),g(null)})});return E(function(g){if(g)return e.emit("error",g);e.emit("ready")}),e.send=function(g,d,o){if(typeof d=="function")return e.send(g,null,d);o||(o=vt),d?!d.host&&!d.address&&(d.address=c.address):d=c,E(s);function s(a){if(m)return o();if(a)return o(a);var l=xt.encode(g);p.send(l,0,l.length,d.port,d.address||d.host,o)}},e.response=e.respond=function(g,d,o){Array.isArray(g)&&(g={answers:g}),g.type="response",g.flags=(g.flags||0)|xt.AUTHORITATIVE_ANSWER,e.send(g,d,o)},e.query=function(g,d,o,s){if(typeof d=="function")return e.query(g,null,null,d);if(typeof d=="object"&&d&&d.port)return e.query(g,null,d,o);if(typeof o=="function")return e.query(g,d,null,o);s||(s=vt),typeof g=="string"&&(g=[{name:g,type:d||"ANY"}]),Array.isArray(g)&&(g={type:"query",questions:g}),g.type="query",e.send(g,o,s)},e.destroy=function(g){if(g||(g=vt),m)return process.nextTick(g);m=!0,clearInterval(h);for(var d in u)try{p.dropMembership(i,d)}catch{}u={},p.close(g)},e.update=function(){for(var g=t.interface?[].concat(t.interface):ni(),d=!1,o=0;o<g.length;o++){var s=g[o];if(!u[s])try{p.addMembership(i,s),u[s]=!0,d=!0}catch(a){e.emit("warning",a)}}if(d){if(p.setMulticastInterface)try{p.setMulticastInterface(t.interface||ri())}catch(a){e.emit("warning",a)}e.emit("networkInterface")}},e};function ri(){for(var t=At.networkInterfaces(),e=Object.keys(t),r=0;r<e.length;r++)for(var n=t[e[r]],i=0;i<n.length;i++){var c=n[i];if(Or(c.family)&&!c.internal)return At.platform()==="darwin"&&e[r]==="en0"?c.address:"0.0.0.0"}return"127.0.0.1"}function ni(){for(var t=At.networkInterfaces(),e=Object.keys(t),r=[],n=0;n<e.length;n++)for(var i=t[e[n]],c=0;c<i.length;c++){var u=i[c];if(Or(u.family)){r.push(u.address);break}}return r}function Or(t){return t===4||t==="IPv4"}});var Zr=j(Xe=>{(function(){var t,e,r,n,i,c,u,m;m=function(h){var p,E,g,d;return p=(h&255<<24)>>>24,E=(h&255<<16)>>>16,g=(h&65280)>>>8,d=h&255,[p,E,g,d].join(".")},u=function(h){var p,E,g,d,o,s;for(p=[],g=d=0;d<=3&&h.length!==0;g=++d){if(g>0){if(h[0]!==".")throw new Error("Invalid IP");h=h.substring(1)}s=e(h),o=s[0],E=s[1],h=h.substring(E),p.push(o)}if(h.length!==0)throw new Error("Invalid IP");switch(p.length){case 1:if(p[0]>4294967295)throw new Error("Invalid IP");return p[0]>>>0;case 2:if(p[0]>255||p[1]>16777215)throw new Error("Invalid IP");return(p[0]<<24|p[1])>>>0;case 3:if(p[0]>255||p[1]>255||p[2]>65535)throw new Error("Invalid IP");return(p[0]<<24|p[1]<<16|p[2])>>>0;case 4:if(p[0]>255||p[1]>255||p[2]>255||p[3]>255)throw new Error("Invalid IP");return(p[0]<<24|p[1]<<16|p[2]<<8|p[3])>>>0;default:throw new Error("Invalid IP")}},r=function(h){return h.charCodeAt(0)},n=r("0"),c=r("a"),i=r("A"),e=function(h){var p,E,g,d,o;for(d=0,p=10,E="9",g=0,h.length>1&&h[g]==="0"&&(h[g+1]==="x"||h[g+1]==="X"?(g+=2,p=16):"0"<=h[g+1]&&h[g+1]<="9"&&(g++,p=8,E="7")),o=g;g<h.length;){if("0"<=h[g]&&h[g]<=E)d=d*p+(r(h[g])-n)>>>0;else if(p===16)if("a"<=h[g]&&h[g]<="f")d=d*p+(10+r(h[g])-c)>>>0;else if("A"<=h[g]&&h[g]<="F")d=d*p+(10+r(h[g])-i)>>>0;else break;else break;if(d>4294967295)throw new Error("too large");g++}if(g===o)throw new Error("empty octet");return[d,g]},t=function(){function h(p,E){var g,d,o,s;if(typeof p!="string")throw new Error("Missing `net' parameter");if(E||(s=p.split("/",2),p=s[0],E=s[1]),E||(E=32),typeof E=="string"&&E.indexOf(".")>-1){try{this.maskLong=u(E)}catch(a){throw g=a,new Error("Invalid mask: "+E)}for(d=o=32;o>=0;d=--o)if(this.maskLong===4294967295<<32-d>>>0){this.bitmask=d;break}}else if(E||E===0)this.bitmask=parseInt(E,10),this.maskLong=0,this.bitmask>0&&(this.maskLong=4294967295<<32-this.bitmask>>>0);else throw new Error("Invalid mask: empty");try{this.netLong=(u(p)&this.maskLong)>>>0}catch(a){throw g=a,new Error("Invalid net address: "+p)}if(!(this.bitmask<=32))throw new Error("Invalid mask for ip4: "+E);this.size=Math.pow(2,32-this.bitmask),this.base=m(this.netLong),this.mask=m(this.maskLong),this.hostmask=m(~this.maskLong),this.first=this.bitmask<=30?m(this.netLong+1):this.base,this.last=this.bitmask<=30?m(this.netLong+this.size-2):m(this.netLong+this.size-1),this.broadcast=this.bitmask<=30?m(this.netLong+this.size-1):void 0}return h.prototype.contains=function(p){return typeof p=="string"&&(p.indexOf("/")>0||p.split(".").length!==4)&&(p=new h(p)),p instanceof h?this.contains(p.base)&&this.contains(p.broadcast||p.last):(u(p)&this.maskLong)>>>0===(this.netLong&this.maskLong)>>>0},h.prototype.next=function(p){return p==null&&(p=1),new h(m(this.netLong+this.size*p),this.mask)},h.prototype.forEach=function(p){var E,g,d;for(d=u(this.first),g=u(this.last),E=0;d<=g;)p(m(d),d,E),E++,d++},h.prototype.toString=function(){return this.base+"/"+this.bitmask},h}(),Xe.ip2long=u,Xe.long2ip=m,Xe.Netmask=t}).call(Xe)});var nn=j((rn,it)=>{(function(t){"use strict";let e="(0?\\d+|0x[a-f0-9]+)",r={fourOctet:new RegExp(`^${e}\\.${e}\\.${e}\\.${e}$`,"i"),threeOctet:new RegExp(`^${e}\\.${e}\\.${e}$`,"i"),twoOctet:new RegExp(`^${e}\\.${e}$`,"i"),longValue:new RegExp(`^${e}$`,"i")},n=new RegExp("^0[0-7]+$","i"),i=new RegExp("^0x[a-f0-9]+$","i"),c="%[0-9a-z]{1,}",u="(?:[0-9a-f]+::?)+",m={zoneIndex:new RegExp(c,"i"),native:new RegExp(`^(::)?(${u})?([0-9a-f]+)?(::)?(${c})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${e}\\.${e}\\.${e}\\.${e}(${c})?)$`,"i"),transitional:new RegExp(`^((?:${u})|(?:::)(?:${u})?)${e}\\.${e}\\.${e}\\.${e}(${c})?$`,"i")};function h(o,s){if(o.indexOf("::")!==o.lastIndexOf("::"))return null;let a=0,l=-1,y=(o.match(m.zoneIndex)||[])[0],w,A;for(y&&(y=y.substring(1),o=o.replace(/%.+$/,""));(l=o.indexOf(":",l+1))>=0;)a++;if(o.substr(0,2)==="::"&&a--,o.substr(-2,2)==="::"&&a--,a>s)return null;for(A=s-a,w=":";A--;)w+="0:";return o=o.replace("::",w),o[0]===":"&&(o=o.slice(1)),o[o.length-1]===":"&&(o=o.slice(0,-1)),s=function(){let O=o.split(":"),P=[];for(let L=0;L<O.length;L++)P.push(parseInt(O[L],16));return P}(),{parts:s,zoneId:y}}function p(o,s,a,l){if(o.length!==s.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let y=0,w;for(;l>0;){if(w=a-l,w<0&&(w=0),o[y]>>w!==s[y]>>w)return!1;l-=a,y+=1}return!0}function E(o){if(i.test(o))return parseInt(o,16);if(o[0]==="0"&&!isNaN(parseInt(o[1],10))){if(n.test(o))return parseInt(o,8);throw new Error(`ipaddr: cannot parse ${o} as octal`)}return parseInt(o,10)}function g(o,s){for(;o.length<s;)o=`0${o}`;return o}let d={};d.IPv4=function(){function o(s){if(s.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let a,l;for(a=0;a<s.length;a++)if(l=s[a],!(0<=l&&l<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=s}return o.prototype.SpecialRanges={unspecified:[[new o([0,0,0,0]),8]],broadcast:[[new o([255,255,255,255]),32]],multicast:[[new o([224,0,0,0]),4]],linkLocal:[[new o([169,254,0,0]),16]],loopback:[[new o([127,0,0,0]),8]],carrierGradeNat:[[new o([100,64,0,0]),10]],private:[[new o([10,0,0,0]),8],[new o([172,16,0,0]),12],[new o([192,168,0,0]),16]],reserved:[[new o([192,0,0,0]),24],[new o([192,0,2,0]),24],[new o([192,88,99,0]),24],[new o([198,18,0,0]),15],[new o([198,51,100,0]),24],[new o([203,0,113,0]),24],[new o([240,0,0,0]),4]]},o.prototype.kind=function(){return"ipv4"},o.prototype.match=function(s,a){let l;if(a===void 0&&(l=s,s=l[0],a=l[1]),s.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return p(this.octets,s.octets,8,a)},o.prototype.prefixLengthFromSubnetMask=function(){let s=0,a=!1,l={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},y,w,A;for(y=3;y>=0;y-=1)if(w=this.octets[y],w in l){if(A=l[w],a&&A!==0)return null;A!==8&&(a=!0),s+=A}else return null;return 32-s},o.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)},o.prototype.toByteArray=function(){return this.octets.slice(0)},o.prototype.toIPv4MappedAddress=function(){return d.IPv6.parse(`::ffff:${this.toString()}`)},o.prototype.toNormalizedString=function(){return this.toString()},o.prototype.toString=function(){return this.octets.join(".")},o}(),d.IPv4.broadcastAddressFromCIDR=function(o){try{let s=this.parseCIDR(o),a=s[0].toByteArray(),l=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],w=0;for(;w<4;)y.push(parseInt(a[w],10)|parseInt(l[w],10)^255),w++;return new this(y)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},d.IPv4.isIPv4=function(o){return this.parser(o)!==null},d.IPv4.isValid=function(o){try{return new this(this.parser(o)),!0}catch{return!1}},d.IPv4.isValidFourPartDecimal=function(o){return!!(d.IPv4.isValid(o)&&o.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},d.IPv4.networkAddressFromCIDR=function(o){let s,a,l,y,w;try{for(s=this.parseCIDR(o),l=s[0].toByteArray(),w=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],a=0;a<4;)y.push(parseInt(l[a],10)&parseInt(w[a],10)),a++;return new this(y)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},d.IPv4.parse=function(o){let s=this.parser(o);if(s===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(s)},d.IPv4.parseCIDR=function(o){let s;if(s=o.match(/^(.+)\/(\d+)$/)){let a=parseInt(s[2]);if(a>=0&&a<=32){let l=[this.parse(s[1]),a];return Object.defineProperty(l,"toString",{value:function(){return this.join("/")}}),l}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},d.IPv4.parser=function(o){let s,a,l;if(s=o.match(r.fourOctet))return function(){let y=s.slice(1,6),w=[];for(let A=0;A<y.length;A++)a=y[A],w.push(E(a));return w}();if(s=o.match(r.longValue)){if(l=E(s[1]),l>4294967295||l<0)throw new Error("ipaddr: address outside defined range");return function(){let y=[],w;for(w=0;w<=24;w+=8)y.push(l>>w&255);return y}().reverse()}else return(s=o.match(r.twoOctet))?function(){let y=s.slice(1,4),w=[];if(l=E(y[1]),l>16777215||l<0)throw new Error("ipaddr: address outside defined range");return w.push(E(y[0])),w.push(l>>16&255),w.push(l>>8&255),w.push(l&255),w}():(s=o.match(r.threeOctet))?function(){let y=s.slice(1,5),w=[];if(l=E(y[2]),l>65535||l<0)throw new Error("ipaddr: address outside defined range");return w.push(E(y[0])),w.push(E(y[1])),w.push(l>>8&255),w.push(l&255),w}():null},d.IPv4.subnetMaskFromPrefixLength=function(o){if(o=parseInt(o),o<0||o>32)throw new Error("ipaddr: invalid IPv4 prefix length");let s=[0,0,0,0],a=0,l=Math.floor(o/8);for(;a<l;)s[a]=255,a++;return l<4&&(s[l]=Math.pow(2,o%8)-1<<8-o%8),new this(s)},d.IPv6=function(){function o(s,a){let l,y;if(s.length===16)for(this.parts=[],l=0;l<=14;l+=2)this.parts.push(s[l]<<8|s[l+1]);else if(s.length===8)this.parts=s;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(l=0;l<this.parts.length;l++)if(y=this.parts[l],!(0<=y&&y<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");a&&(this.zoneId=a)}return o.prototype.SpecialRanges={unspecified:[new o([0,0,0,0,0,0,0,0]),128],linkLocal:[new o([65152,0,0,0,0,0,0,0]),10],multicast:[new o([65280,0,0,0,0,0,0,0]),8],loopback:[new o([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new o([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new o([0,0,0,0,0,65535,0,0]),96],rfc6145:[new o([0,0,0,0,65535,0,0,0]),96],rfc6052:[new o([100,65435,0,0,0,0,0,0]),96],"6to4":[new o([8194,0,0,0,0,0,0,0]),16],teredo:[new o([8193,0,0,0,0,0,0,0]),32],reserved:[[new o([8193,3512,0,0,0,0,0,0]),32]],benchmarking:[new o([8193,2,0,0,0,0,0,0]),48],amt:[new o([8193,3,0,0,0,0,0,0]),32],as112v6:[new o([8193,4,274,0,0,0,0,0]),48],deprecated:[new o([8193,16,0,0,0,0,0,0]),28],orchid2:[new o([8193,32,0,0,0,0,0,0]),28]},o.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},o.prototype.kind=function(){return"ipv6"},o.prototype.match=function(s,a){let l;if(a===void 0&&(l=s,s=l[0],a=l[1]),s.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return p(this.parts,s.parts,16,a)},o.prototype.prefixLengthFromSubnetMask=function(){let s=0,a=!1,l={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0},y,w;for(let A=7;A>=0;A-=1)if(y=this.parts[A],y in l){if(w=l[y],a&&w!==0)return null;w!==16&&(a=!0),s+=w}else return null;return 128-s},o.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)},o.prototype.toByteArray=function(){let s,a=[],l=this.parts;for(let y=0;y<l.length;y++)s=l[y],a.push(s>>8),a.push(s&255);return a},o.prototype.toFixedLengthString=function(){let s=function(){let l=[];for(let y=0;y<this.parts.length;y++)l.push(g(this.parts[y].toString(16),4));return l}.call(this).join(":"),a="";return this.zoneId&&(a=`%${this.zoneId}`),s+a},o.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");let s=this.parts.slice(-2),a=s[0],l=s[1];return new d.IPv4([a>>8,a&255,l>>8,l&255])},o.prototype.toNormalizedString=function(){let s=function(){let l=[];for(let y=0;y<this.parts.length;y++)l.push(this.parts[y].toString(16));return l}.call(this).join(":"),a="";return this.zoneId&&(a=`%${this.zoneId}`),s+a},o.prototype.toRFC5952String=function(){let s=/((^|:)(0(:|$)){2,})/g,a=this.toNormalizedString(),l=0,y=-1,w;for(;w=s.exec(a);)w[0].length>y&&(l=w.index,y=w[0].length);return y<0?a:`${a.substring(0,l)}::${a.substring(l+y)}`},o.prototype.toString=function(){return this.toRFC5952String()},o}(),d.IPv6.broadcastAddressFromCIDR=function(o){try{let s=this.parseCIDR(o),a=s[0].toByteArray(),l=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],w=0;for(;w<16;)y.push(parseInt(a[w],10)|parseInt(l[w],10)^255),w++;return new this(y)}catch(s){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${s})`)}},d.IPv6.isIPv6=function(o){return this.parser(o)!==null},d.IPv6.isValid=function(o){if(typeof o=="string"&&o.indexOf(":")===-1)return!1;try{let s=this.parser(o);return new this(s.parts,s.zoneId),!0}catch{return!1}},d.IPv6.networkAddressFromCIDR=function(o){let s,a,l,y,w;try{for(s=this.parseCIDR(o),l=s[0].toByteArray(),w=this.subnetMaskFromPrefixLength(s[1]).toByteArray(),y=[],a=0;a<16;)y.push(parseInt(l[a],10)&parseInt(w[a],10)),a++;return new this(y)}catch(A){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${A})`)}},d.IPv6.parse=function(o){let s=this.parser(o);if(s.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(s.parts,s.zoneId)},d.IPv6.parseCIDR=function(o){let s,a,l;if((a=o.match(/^(.+)\/(\d+)$/))&&(s=parseInt(a[2]),s>=0&&s<=128))return l=[this.parse(a[1]),s],Object.defineProperty(l,"toString",{value:function(){return this.join("/")}}),l;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},d.IPv6.parser=function(o){let s,a,l,y,w,A;if(l=o.match(m.deprecatedTransitional))return this.parser(`::ffff:${l[1]}`);if(m.native.test(o))return h(o,8);if((l=o.match(m.transitional))&&(A=l[6]||"",s=h(l[1].slice(0,-1)+A,6),s.parts)){for(w=[parseInt(l[2]),parseInt(l[3]),parseInt(l[4]),parseInt(l[5])],a=0;a<w.length;a++)if(y=w[a],!(0<=y&&y<=255))return null;return s.parts.push(w[0]<<8|w[1]),s.parts.push(w[2]<<8|w[3]),{parts:s.parts,zoneId:s.zoneId}}return null},d.IPv6.subnetMaskFromPrefixLength=function(o){if(o=parseInt(o),o<0||o>128)throw new Error("ipaddr: invalid IPv6 prefix length");let s=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=0,l=Math.floor(o/8);for(;a<l;)s[a]=255,a++;return l<16&&(s[l]=Math.pow(2,o%8)-1<<8-o%8),new this(s)},d.fromByteArray=function(o){let s=o.length;if(s===4)return new d.IPv4(o);if(s===16)return new d.IPv6(o);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},d.isValid=function(o){return d.IPv6.isValid(o)||d.IPv4.isValid(o)},d.parse=function(o){if(d.IPv6.isValid(o))return d.IPv6.parse(o);if(d.IPv4.isValid(o))return d.IPv4.parse(o);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},d.parseCIDR=function(o){try{return d.IPv6.parseCIDR(o)}catch{try{return d.IPv4.parseCIDR(o)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},d.process=function(o){let s=this.parse(o);return s.kind()==="ipv6"&&s.isIPv4MappedAddress()?s.toIPv4Address():s},d.subnetMatch=function(o,s,a){let l,y,w,A;a==null&&(a="unicast");for(y in s)if(Object.prototype.hasOwnProperty.call(s,y)){for(w=s[y],w[0]&&!(w[0]instanceof Array)&&(w=[w]),l=0;l<w.length;l++)if(A=w[l],o.kind()===A[0].kind()&&o.match.apply(o,A))return y}return a},typeof it<"u"&&it.exports?it.exports=d:t.ipaddr=d})(rn)});var Jo={};f(Jo,{mdns:()=>Wo});var es=Symbol.for("@libp2p/connection");var rs=Symbol.for("@libp2p/content-routing");var ur=Symbol.for("@libp2p/peer-discovery");var hr=Symbol.for("@libp2p/peer-id");var cs=Symbol.for("@libp2p/peer-routing");var pr;(function(t){t.Accept="accept",t.Ignore="ignore",t.Reject="reject"})(pr||(pr={}));var us=Symbol.for("@libp2p/transport");var gr;(function(t){t[t.FATAL_ALL=0]="FATAL_ALL",t[t.NO_FATAL=1]="NO_FATAL"})(gr||(gr={}));var fe=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var We=class extends EventTarget{#e=new Map;listenerCount(e){let r=this.#e.get(e);return r==null?0:r.length}addEventListener(e,r,n){super.addEventListener(e,r,n);let i=this.#e.get(e);i==null&&(i=[],this.#e.set(e,i)),i.push({callback:r,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(e,r,n){super.removeEventListener(e.toString(),r??null,n);let i=this.#e.get(e);i!=null&&(i=i.filter(({callback:c})=>c!==r),this.#e.set(e,i))}dispatchEvent(e){let r=super.dispatchEvent(e),n=this.#e.get(e.type);return n==null||(n=n.filter(({once:i})=>!i),this.#e.set(e.type,n)),r}safeDispatchEvent(e,r){return this.dispatchEvent(new lt(e,r))}},dt=class extends Event{detail;constructor(e,r){super(e,r),this.detail=r?.detail}},lt=globalThis.CustomEvent??dt;var Nn=Qe(Tr(),1);var Lt={};f(Lt,{base58btc:()=>N,base58flickr:()=>di});function ii(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var c=t.charAt(i),u=c.charCodeAt(0);if(r[u]!==255)throw new TypeError(c+" is ambiguous");r[u]=i}var m=t.length,h=t.charAt(0),p=Math.log(m)/Math.log(256),E=Math.log(256)/Math.log(m);function g(s){if(s instanceof Uint8Array||(ArrayBuffer.isView(s)?s=new Uint8Array(s.buffer,s.byteOffset,s.byteLength):Array.isArray(s)&&(s=Uint8Array.from(s))),!(s instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(s.length===0)return"";for(var a=0,l=0,y=0,w=s.length;y!==w&&s[y]===0;)y++,a++;for(var A=(w-y)*E+1>>>0,O=new Uint8Array(A);y!==w;){for(var P=s[y],L=0,q=A-1;(P!==0||L<l)&&q!==-1;q--,L++)P+=256*O[q]>>>0,O[q]=P%m>>>0,P=P/m>>>0;if(P!==0)throw new Error("Non-zero carry");l=L,y++}for(var ie=A-l;ie!==A&&O[ie]===0;)ie++;for(var Ge=h.repeat(a);ie<A;++ie)Ge+=t.charAt(O[ie]);return Ge}function d(s){if(typeof s!="string")throw new TypeError("Expected String");if(s.length===0)return new Uint8Array;var a=0;if(s[a]!==" "){for(var l=0,y=0;s[a]===h;)l++,a++;for(var w=(s.length-a)*p+1>>>0,A=new Uint8Array(w);s[a];){var O=r[s.charCodeAt(a)];if(O===255)return;for(var P=0,L=w-1;(O!==0||P<y)&&L!==-1;L--,P++)O+=m*A[L]>>>0,A[L]=O%256>>>0,O=O/256>>>0;if(O!==0)throw new Error("Non-zero carry");y=P,a++}if(s[a]!==" "){for(var q=w-y;q!==w&&A[q]===0;)q++;for(var ie=new Uint8Array(l+(w-q)),Ge=l;q!==w;)ie[Ge++]=A[q++];return ie}}}function o(s){var a=d(s);if(a)return a;throw new Error(`Non-${e} character`)}return{encode:g,decodeUnsafe:d,decode:o}}var oi=ii,si=oi,Dr=si;var Ys=new Uint8Array(0);var Nr=(t,e)=>{if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0},V=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")};var Br=t=>new TextEncoder().encode(t),Fr=t=>new TextDecoder().decode(t);var St=class{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},bt=class{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}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 $r(this,e)}},Ut=class{constructor(e){this.decoders=e}or(e){return $r(this,e)}decode(e){let r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},$r=(t,e)=>new Ut({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),Pt=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new St(e,r,n),this.decoder=new bt(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},Oe=({name:t,prefix:e,encode:r,decode:n})=>new Pt(t,e,r,n),Ie=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=Dr(r,e);return Oe({prefix:t,name:e,encode:n,decode:c=>V(i(c))})},ci=(t,e,r,n)=>{let i={};for(let E=0;E<e.length;++E)i[e[E]]=E;let c=t.length;for(;t[c-1]==="=";)--c;let u=new Uint8Array(c*r/8|0),m=0,h=0,p=0;for(let E=0;E<c;++E){let g=i[t[E]];if(g===void 0)throw new SyntaxError(`Non-${n} character`);h=h<<r|g,m+=r,m>=8&&(m-=8,u[p++]=255&h>>m)}if(m>=r||255&h<<8-m)throw new SyntaxError("Unexpected end of data");return u},ai=(t,e,r)=>{let n=e[e.length-1]==="=",i=(1<<r)-1,c="",u=0,m=0;for(let h=0;h<t.length;++h)for(m=m<<8|t[h],u+=8;u>r;)u-=r,c+=e[i&m>>u];if(u&&(c+=e[i&m<<r-u]),n)for(;c.length*r&7;)c+="=";return c},C=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Oe({prefix:e,name:t,encode(i){return ai(i,n,r)},decode(i){return ci(i,n,r,t)}});var N=Ie({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),di=Ie({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Ct={};f(Ct,{base10:()=>li});var li=Ie({prefix:"9",name:"base10",alphabet:"0123456789"});var Ot={};f(Ot,{base16:()=>ui,base16upper:()=>hi});var ui=C({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),hi=C({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Rt={};f(Rt,{base2:()=>pi});var pi=C({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Tt={};f(Tt,{base256emoji:()=>Ii});var fr=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}"),gi=fr.reduce((t,e,r)=>(t[r]=e,t),[]),mi=fr.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function yi(t){return t.reduce((e,r)=>(e+=gi[r],e),"")}function wi(t){let e=[];for(let r of t){let n=mi[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var Ii=Oe({prefix:"\u{1F680}",name:"base256emoji",encode:yi,decode:wi});var Dt={};f(Dt,{base32:()=>me,base32hex:()=>Ai,base32hexpad:()=>bi,base32hexpadupper:()=>Ui,base32hexupper:()=>Si,base32pad:()=>xi,base32padupper:()=>vi,base32upper:()=>Ei,base32z:()=>Pi});var me=C({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ei=C({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),xi=C({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),vi=C({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Ai=C({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Si=C({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),bi=C({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Ui=C({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Pi=C({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Nt={};f(Nt,{base36:()=>Li,base36upper:()=>Ci});var Li=Ie({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ci=Ie({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Bt={};f(Bt,{base64:()=>Oi,base64pad:()=>Ri,base64url:()=>Ti,base64urlpad:()=>Di});var Oi=C({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Ri=C({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Ti=C({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Di=C({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Ft={};f(Ft,{base8:()=>Ni});var Ni=C({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var kt={};f(kt,{identity:()=>Bi});var Bi=Oe({prefix:"\0",name:"identity",encode:t=>Fr(t),decode:t=>Br(t)});var lc=new TextEncoder,uc=new TextDecoder;var ft={};f(ft,{identity:()=>tt});var $i=zr,Mr=128,fi=127,Mi=~fi,_i=Math.pow(2,31);function zr(t,e,r){e=e||[],r=r||0;for(var n=r;t>=_i;)e[r++]=t&255|Mr,t/=128;for(;t&Mi;)e[r++]=t&255|Mr,t>>>=7;return e[r]=t|0,zr.bytes=r-n+1,e}var zi=$t,Vi=128,_r=127;function $t(t,n){var r=0,n=n||0,i=0,c=n,u,m=t.length;do{if(c>=m)throw $t.bytes=0,new RangeError("Could not decode varint");u=t[c++],r+=i<28?(u&_r)<<i:(u&_r)*Math.pow(2,i),i+=7}while(u>=Vi);return $t.bytes=c-n,r}var qi=Math.pow(2,7),ji=Math.pow(2,14),Ki=Math.pow(2,21),Hi=Math.pow(2,28),Xi=Math.pow(2,35),Gi=Math.pow(2,42),Yi=Math.pow(2,49),Qi=Math.pow(2,56),Wi=Math.pow(2,63),Ji=function(t){return t<qi?1:t<ji?2:t<Ki?3:t<Hi?4:t<Xi?5:t<Gi?6:t<Yi?7:t<Qi?8:t<Wi?9:10},Zi={encode:$i,decode:zi,encodingLength:Ji},eo=Zi,_e=eo;var ze=(t,e=0)=>[_e.decode(t,e),_e.decode.bytes],Re=(t,e,r=0)=>(_e.encode(t,e,r),e),Te=t=>_e.encodingLength(t);var Ee=(t,e)=>{let r=e.byteLength,n=Te(t),i=n+Te(r),c=new Uint8Array(i+r);return Re(t,c,0),Re(r,c,n),c.set(e,i),new De(t,r,e,c)},be=t=>{let e=V(t),[r,n]=ze(e),[i,c]=ze(e.subarray(n)),u=e.subarray(n+c);if(u.byteLength!==i)throw new Error("Incorrect length");return new De(r,i,u,e)},Vr=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&Nr(t.bytes,r.bytes)}},De=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var qr=0,to="identity",jr=V,ro=t=>Ee(qr,jr(t)),tt={code:qr,name:to,encode:jr,digest:ro};var Vt={};f(Vt,{sha256:()=>rt,sha512:()=>no});var zt=Qe(Le("crypto"),1);var _t=({name:t,code:e,encode:r})=>new Mt(t,e,r),Mt=class{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){let r=this.encode(e);return r instanceof Uint8Array?Ee(this.code,r):r.then(n=>Ee(this.code,n))}else throw Error("Unknown type, must be binary type")}};var rt=_t({name:"sha2-256",code:18,encode:t=>V(zt.default.createHash("sha256").update(t).digest())}),no=_t({name:"sha2-512",code:19,encode:t=>V(zt.default.createHash("sha512").update(t).digest())});var Hr=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return oo(r,qt(t),e||N.encoder);default:return so(r,qt(t),e||me.encoder)}};var Xr=new WeakMap,qt=t=>{let e=Xr.get(t);if(e==null){let r=new Map;return Xr.set(t,r),r}return e},G=class t{constructor(e,r,n,i){this.code=r,this.version=e,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:e,multihash:r}=this;if(e!==Ve)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==co)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return t.createV0(r)}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:r}=this.multihash,n=Ee(e,r);return t.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(e){return t.equals(this,e)}static equals(e,r){let n=r;return n&&e.code===n.code&&e.version===n.version&&Vr(e.multihash,n.multihash)}toString(e){return Hr(this,e)}toJSON(){return{"/":Hr(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let r=e;if(r instanceof t)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:c,bytes:u}=r;return new t(n,i,c,u||Gr(n,i,c.bytes))}else if(r[ao]===!0){let{version:n,multihash:i,code:c}=r,u=be(i);return t.create(n,c,u)}else return null}static create(e,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(e){case 0:{if(r!==Ve)throw new Error(`Version 0 CID must use dag-pb (code: ${Ve}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=Gr(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,Ve,e)}static createV1(e,r){return t.create(1,e,r)}static decode(e){let[r,n]=t.decodeFirst(e);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(e){let r=t.inspectBytes(e),n=r.size-r.multihashSize,i=V(e.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let c=i.subarray(r.multihashSize-r.digestSize),u=new De(r.multihashCode,r.digestSize,c,i);return[r.version===0?t.createV0(u):t.createV1(r.codec,u),e.subarray(r.size)]}static inspectBytes(e){let r=0,n=()=>{let[g,d]=ze(e.subarray(r));return r+=d,g},i=n(),c=Ve;if(i===18?(i=0,r=0):c=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let u=r,m=n(),h=n(),p=r+h,E=p-u;return{version:i,codec:c,multihashCode:m,digestSize:h,multihashSize:E,size:p}}static parse(e,r){let[n,i]=io(e,r),c=t.decode(i);if(c.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return qt(c).set(n,e),c}},io=(t,e)=>{switch(t[0]){case"Q":{let r=e||N;return[N.prefix,r.decode(`${N.prefix}${t}`)]}case N.prefix:{let r=e||N;return[N.prefix,r.decode(t)]}case me.prefix:{let r=e||me;return[me.prefix,r.decode(t)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[t[0],e.decode(t)]}}},oo=(t,e,r)=>{let{prefix:n}=r;if(n!==N.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=e.get(n);if(i==null){let c=r.encode(t).slice(1);return e.set(n,c),c}else return i},so=(t,e,r)=>{let{prefix:n}=r,i=e.get(n);if(i==null){let c=r.encode(t);return e.set(n,c),c}else return i},Ve=112,co=18,Gr=(t,e,r)=>{let n=Te(t),i=n+Te(e),c=new Uint8Array(i+r.byteLength);return Re(t,c,0),Re(e,c,n),c.set(r,i),c},ao=Symbol.for("@ipld/js-cid/CID");var xe={...kt,...Rt,...Ft,...Ct,...Ot,...Dt,...Nt,...Lt,...Bt,...Tt},Cc={...Vt,...ft};function jt(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}var lo=Symbol.for("nodejs.util.inspect.custom"),Yr=Object.values(xe).map(t=>t.decoder).reduce((t,e)=>t.or(e),xe.identity.decoder),Qr=114,Wr=36,Jr=37,qe=class{type;multihash;privateKey;publicKey;string;constructor(e){this.type=e.type,this.multihash=e.multihash,this.privateKey=e.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[hr]=!0;toString(){return this.string==null&&(this.string=N.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return G.createV1(Qr,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e instanceof Uint8Array)return jt(this.multihash.bytes,e);if(typeof e=="string")return Kt(e).equals(this);if(e?.multihash?.bytes!=null)return jt(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[lo](){return`PeerId(${this.toString()})`}},je=class extends qe{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Ke=class extends qe{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},He=class extends qe{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function Kt(t,e){if(e=e??Yr,t.charAt(0)==="1"||t.charAt(0)==="Q"){let r=be(N.decode(`z${t}`));return t.startsWith("12D")?new Ke({multihash:r}):t.startsWith("16U")?new He({multihash:r}):new je({multihash:r})}return uo(Yr.decode(t))}function uo(t){try{let e=be(t);if(e.code===tt.code){if(e.digest.length===Wr)return new Ke({multihash:e});if(e.digest.length===Jr)return new He({multihash:e})}if(e.code===rt.code)return new je({multihash:e})}catch{return ho(G.decode(t))}throw new Error("Supplied PeerID CID is invalid")}function ho(t){if(t==null||t.multihash==null||t.version==null||t.version===1&&t.code!==Qr)throw new Error("Supplied PeerID CID is invalid");let e=t.multihash;if(e.code===rt.code)return new je({multihash:t.multihash});if(e.code===tt.code){if(e.digest.length===Wr)return new Ke({multihash:t.multihash});if(e.digest.length===Jr)return new He({multihash:t.multihash})}throw new Error("Supplied PeerID CID is invalid")}var sn=Qe(Zr(),1);var en="[a-fA-F\\d:]",ve=t=>t&&t.includeBoundaries?`(?:(?<=\\s|^)(?=${en})|(?<=${en})(?=\\s|$))`:"",Y="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",R="[a-fA-F\\d]{1,4}",nt=`
3
3
  (?:
4
- (?:${T}:){7}(?:${T}|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
5
- (?:${T}:){6}(?:${Y}|:${T}|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
6
- (?:${T}:){5}(?::${Y}|(?::${T}){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
7
- (?:${T}:){4}(?:(?::${T}){0,1}:${Y}|(?::${T}){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
8
- (?:${T}:){3}(?:(?::${T}){0,2}:${Y}|(?::${T}){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
9
- (?:${T}:){2}(?:(?::${T}){0,3}:${Y}|(?::${T}){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
10
- (?:${T}:){1}(?:(?::${T}){0,4}:${Y}|(?::${T}){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
11
- (?::(?:(?::${T}){0,5}:${Y}|(?::${T}){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
4
+ (?:${R}:){7}(?:${R}|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
5
+ (?:${R}:){6}(?:${Y}|:${R}|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
6
+ (?:${R}:){5}(?::${Y}|(?::${R}){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
7
+ (?:${R}:){4}(?:(?::${R}){0,1}:${Y}|(?::${R}){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
8
+ (?:${R}:){3}(?:(?::${R}){0,2}:${Y}|(?::${R}){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
9
+ (?:${R}:){2}(?:(?::${R}){0,3}:${Y}|(?::${R}){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
10
+ (?:${R}:){1}(?:(?::${R}){0,4}:${Y}|(?::${R}){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
11
+ (?::(?:(?::${R}){0,5}:${Y}|(?::${R}){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
12
12
  )(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
13
- `.replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),mo=new RegExp(`(?:^${Y}$)|(?:^${rt}$)`),yo=new RegExp(`^${Y}$`),wo=new RegExp(`^${rt}$`),Ht=t=>t&&t.exact?mo:new RegExp(`(?:${ve(t)}${Y}${ve(t)})|(?:${ve(t)}${rt}${ve(t)})`,"g");Ht.v4=t=>t&&t.exact?yo:new RegExp(`${ve(t)}${Y}${ve(t)}`,"g");Ht.v6=t=>t&&t.exact?wo:new RegExp(`${ve(t)}${rt}${ve(t)}`,"g");var tn=Ht;var Ae=Pe("node:net");function De(t){return!!(0,Ae.isIP)(t)}var cn=Ye(nn(),1),{isValid:Io,parse:Eo}=cn.default,xo=["0.0.0.0/8","10.0.0.0/8","100.64.0.0/10","127.0.0.0/8","169.254.0.0/16","172.16.0.0/12","192.0.0.0/24","192.0.0.0/29","192.0.0.8/32","192.0.0.9/32","192.0.0.10/32","192.0.0.170/32","192.0.0.171/32","192.0.2.0/24","192.31.196.0/24","192.52.193.0/24","192.88.99.0/24","192.168.0.0/16","192.175.48.0/24","198.18.0.0/15","198.51.100.0/24","203.0.113.0/24","240.0.0.0/4","255.255.255.255/32"],vo=xo.map(t=>new sn.Netmask(t));function Ao(t){for(let e of vo)if(e.contains(t))return!0;return!1}function on(t){return/^::$/.test(t)||/^::1$/.test(t)||/^::f{4}:([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(t)||/^::f{4}:0.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(t)||/^64:ff9b::([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(t)||/^100::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2001::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2001:2[0-9a-fA-F]:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2001:db8:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2002:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^f[c-d]([0-9a-fA-F]{2,2}):/i.test(t)||/^fe[8-9a-bA-B][0-9a-fA-F]:/i.test(t)||/^ff([0-9a-fA-F]{2,2}):/i.test(t)}var an=t=>{if(Io(t)){let e=Eo(t);if(e.kind()==="ipv4")return Ao(e.toNormalizedString());if(e.kind()==="ipv6")return on(t)}else if(De(t)&&tn.v6().test(t))return on(t)};var dn=an;function ln(t){try{let{address:e}=t.nodeAddress();return!!dn(e)}catch{return!0}}function un(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}function Ne(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function it(t=0){return globalThis.Buffer?.allocUnsafe!=null?Ne(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function pn(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var hn=pn("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),Xt=pn("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);let e=it(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),So={utf8:hn,"utf-8":hn,hex:xe.base16,latin1:Xt,ascii:Xt,binary:Xt,...xe},ot=So;function k(t,e="utf8"){let r=ot[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}function gn(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function mn(t=0){return globalThis.Buffer?.allocUnsafe!=null?gn(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}var bo=Math.pow(2,7),Uo=Math.pow(2,14),Lo=Math.pow(2,21),Gt=Math.pow(2,28),Yt=Math.pow(2,35),Qt=Math.pow(2,42),Wt=Math.pow(2,49),b=128,N=127;function ne(t){if(t<bo)return 1;if(t<Uo)return 2;if(t<Lo)return 3;if(t<Gt)return 4;if(t<Yt)return 5;if(t<Qt)return 6;if(t<Wt)return 7;if(Number.MAX_SAFE_INTEGER!=null&&t>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Po(t,e,r=0){switch(ne(t)){case 8:e[r++]=t&255|b,t/=128;case 7:e[r++]=t&255|b,t/=128;case 6:e[r++]=t&255|b,t/=128;case 5:e[r++]=t&255|b,t/=128;case 4:e[r++]=t&255|b,t>>>=7;case 3:e[r++]=t&255|b,t>>>=7;case 2:e[r++]=t&255|b,t>>>=7;case 1:{e[r++]=t&255,t>>>=7;break}default:throw new Error("unreachable")}return e}function Co(t,e,r=0){switch(ne(t)){case 8:e.set(r++,t&255|b),t/=128;case 7:e.set(r++,t&255|b),t/=128;case 6:e.set(r++,t&255|b),t/=128;case 5:e.set(r++,t&255|b),t/=128;case 4:e.set(r++,t&255|b),t>>>=7;case 3:e.set(r++,t&255|b),t>>>=7;case 2:e.set(r++,t&255|b),t>>>=7;case 1:{e.set(r++,t&255),t>>>=7;break}default:throw new Error("unreachable")}return e}function Oo(t,e){let r=t[e],n=0;if(n+=r&N,r<b||(r=t[e+1],n+=(r&N)<<7,r<b)||(r=t[e+2],n+=(r&N)<<14,r<b)||(r=t[e+3],n+=(r&N)<<21,r<b)||(r=t[e+4],n+=(r&N)*Gt,r<b)||(r=t[e+5],n+=(r&N)*Yt,r<b)||(r=t[e+6],n+=(r&N)*Qt,r<b)||(r=t[e+7],n+=(r&N)*Wt,r<b))return n;throw new RangeError("Could not decode varint")}function To(t,e){let r=t.get(e),n=0;if(n+=r&N,r<b||(r=t.get(e+1),n+=(r&N)<<7,r<b)||(r=t.get(e+2),n+=(r&N)<<14,r<b)||(r=t.get(e+3),n+=(r&N)<<21,r<b)||(r=t.get(e+4),n+=(r&N)*Gt,r<b)||(r=t.get(e+5),n+=(r&N)*Yt,r<b)||(r=t.get(e+6),n+=(r&N)*Qt,r<b)||(r=t.get(e+7),n+=(r&N)*Wt,r<b))return n;throw new RangeError("Could not decode varint")}function Fe(t,e,r=0){return e==null&&(e=mn(ne(t))),e instanceof Uint8Array?Po(t,e,r):Co(t,e,r)}function Le(t,e=0){return t instanceof Uint8Array?Oo(t,e):To(t,e)}function ye(t,e){e==null&&(e=t.reduce((i,c)=>i+c.length,0));let r=it(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return Ne(r)}var st=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let r=this.index,n=e();return n===void 0&&(this.index=r),n}parseWith(e){let r=e();if(this.index===this.input.length)return r}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 r=this.readChar();if(r===e)return r})}readSeparator(e,r,n){return this.readAtomically(()=>{if(!(r>0&&this.readGivenChar(e)===void 0))return n()})}readNumber(e,r,n,i){return this.readAtomically(()=>{let c=0,u=0,m=this.peekChar();if(m===void 0)return;let h=m==="0",p=2**(8*i)-1;for(;;){let E=this.readAtomically(()=>{let g=this.readChar();if(g===void 0)return;let d=Number.parseInt(g,e);if(!Number.isNaN(d))return d});if(E===void 0)break;if(c*=e,c+=E,c>p||(u+=1,r!==void 0&&u>r))return}if(u!==0)return!n&&h&&u>1?void 0:c})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let r=0;r<e.length;r++){let n=this.readSeparator(".",r,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;e[r]=n}return e})}readIPv6Addr(){let e=r=>{for(let n=0;n<r.length/2;n++){let i=n*2;if(n<r.length-3){let u=this.readSeparator(":",n,()=>this.readIPv4Addr());if(u!==void 0)return r[i]=u[0],r[i+1]=u[1],r[i+2]=u[2],r[i+3]=u[3],[i+4,!0]}let c=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(c===void 0)return[i,!1];r[i]=c>>8,r[i+1]=c&255}return[r.length,!1]};return this.readAtomically(()=>{let r=new Uint8Array(16),[n,i]=e(r);if(n===16)return r;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let c=new Uint8Array(14),u=16-(n+2),[m]=e(c.subarray(0,u));return r.set(c.subarray(0,m),16-m),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var ya=new st;var ba=parseInt("0xFFFF",16),Ua=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Jt(t,e="utf8"){let r=ot[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Ne(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}var En=Ae.isIPv4,fo=Ae.isIPv6,Zt=function(t){let e=0;if(t=t.toString().trim(),En(t)){let r=new Uint8Array(e+4);return t.split(/\./g).forEach(n=>{r[e++]=parseInt(n,10)&255}),r}if(fo(t)){let r=t.split(":",8),n;for(n=0;n<r.length;n++){let c=En(r[n]),u;c&&(u=Zt(r[n]),r[n]=k(u.slice(0,2),"base16")),u!=null&&++n<8&&r.splice(n,0,k(u.slice(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let c=[n,1];for(n=9-r.length;n>0;n--)c.push("0");r.splice.apply(r,c)}let i=new Uint8Array(e+16);for(n=0;n<r.length;n++){let c=parseInt(r[n],16);i[e++]=c>>8&255,i[e++]=c&255}return i}throw new Error("invalid ip address")},xn=function(t,e=0,r){e=~~e,r=r??t.length-e;let n=new DataView(t.buffer);if(r===4){let i=[];for(let c=0;c<r;c++)i.push(t[e+c]);return i.join(".")}if(r===16){let i=[];for(let c=0;c<r;c+=2)i.push(n.getUint16(e+c).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var fe={},er={},$o=[[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"],[777,-1,"memory"]];$o.forEach(t=>{let e=Mo(...t);er[e.code]=e,fe[e.name]=e});function Mo(t,e,r,n,i){return{code:t,size:e,name:r,resolvable:!!n,path:!!i}}function U(t){if(typeof t=="number"){if(er[t]!=null)return er[t];throw new Error(`no protocol with code: ${t}`)}else if(typeof t=="string"){if(fe[t]!=null)return fe[t];throw new Error(`no protocol with name: ${t}`)}throw new Error(`invalid protocol id type: ${typeof t}`)}var ud=U("ip4"),hd=U("ip6"),pd=U("ipcidr");function rr(t,e){switch(U(t).code){case 4:case 41:return zo(e);case 42:return Sn(e);case 6:case 273:case 33:case 132:return Un(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Sn(e);case 421:return Ko(e);case 444:return bn(e);case 445:return bn(e);case 466:return jo(e);default:return k(e,"base16")}}function nr(t,e){switch(U(t).code){case 4:return vn(e);case 41:return vn(e);case 42:return An(e);case 6:case 273:case 33:case 132:return ir(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return An(e);case 421:return Vo(e);case 444:return Ho(e);case 445:return Xo(e);case 466:return qo(e);default:return Jt(e,"base16")}}var tr=Object.values(xe).map(t=>t.decoder),_o=function(){let t=tr[0].or(tr[1]);return tr.slice(2).forEach(e=>t=t.or(e)),t}();function vn(t){if(!De(t))throw new Error("invalid ip address");return Zt(t)}function zo(t){let e=xn(t,0,t.length);if(e==null)throw new Error("ipBuff is required");if(!De(e))throw new Error("invalid ip address");return e}function ir(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,t),new Uint8Array(e)}function Un(t){return new DataView(t.buffer).getUint16(t.byteOffset)}function An(t){let e=Jt(t),r=Uint8Array.from(Fe(e.length));return ye([r,e],r.length+e.length)}function Sn(t){let e=Le(t);if(t=t.slice(ne(e)),t.length!==e)throw new Error("inconsistent lengths");return k(t)}function Vo(t){let e;t[0]==="Q"||t[0]==="1"?e=be(D.decode(`z${t}`)).bytes:e=G.parse(t).multihash.bytes;let r=Uint8Array.from(Fe(e.length));return ye([r,e],r.length+e.length)}function qo(t){let e=_o.decode(t),r=Uint8Array.from(Fe(e.length));return ye([r,e],r.length+e.length)}function jo(t){let e=Le(t),r=t.slice(ne(e));if(r.length!==e)throw new Error("inconsistent lengths");return"u"+k(r,"base64url")}function Ko(t){let e=Le(t),r=t.slice(ne(e));if(r.length!==e)throw new Error("inconsistent lengths");return k(r,"base58btc")}function Ho(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 r=me.decode("b"+e[0]),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=ir(n);return ye([r,i],r.length+i.length)}function Xo(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 r=me.decode(`b${e[0]}`),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=ir(n);return ye([r,i],r.length+i.length)}function bn(t){let e=t.slice(0,t.length-2),r=t.slice(t.length-2),n=k(e,"base32"),i=Un(r);return`${n}:${i}`}function Ln(t){t=or(t);let e=[],r=[],n=null,i=t.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let c=0;c<i.length;c++){let u=i[c],m=U(u);if(m.size===0){e.push([m.code]),r.push([m.code]);continue}if(c++,c>=i.length)throw Cn("invalid address: "+t);if(m.path===!0){n=or(i.slice(c).join("/")),e.push([m.code,nr(m.code,n)]),r.push([m.code,n]);break}let h=nr(m.code,i[c]);e.push([m.code,h]),r.push([m.code,rr(m.code,h)])}return{string:Pn(r),bytes:cr(e),tuples:e,stringTuples:r,path:n}}function sr(t){let e=[],r=[],n=null,i=0;for(;i<t.length;){let c=Le(t,i),u=ne(c),m=U(c),h=Go(m,t.slice(i+u));if(h===0){e.push([c]),r.push([c]),i+=u;continue}let p=t.slice(i+u,i+u+h);if(i+=h+u,i>t.length)throw Cn("Invalid address Uint8Array: "+k(t,"base16"));e.push([c,p]);let E=rr(c,p);if(r.push([c,E]),m.path===!0){n=E;break}}return{bytes:Uint8Array.from(t),string:Pn(r),tuples:e,stringTuples:r,path:n}}function Pn(t){let e=[];return t.map(r=>{let n=U(r[0]);return e.push(n.name),r.length>1&&r[1]!=null&&e.push(r[1]),null}),or(e.join("/"))}function cr(t){return ye(t.map(e=>{let r=U(e[0]),n=Uint8Array.from(Fe(r.code));return e.length>1&&e[1]!=null&&(n=ye([n,e[1]])),n}))}function Go(t,e){if(t.size>0)return t.size/8;if(t.size===0)return 0;{let r=Le(e instanceof Uint8Array?e:Uint8Array.from(e));return r+ne(r)}}function or(t){return"/"+t.trim().split("/").filter(e=>e).join("/")}function Cn(t){return new Error("Error parsing address: "+t)}var Yo=Symbol.for("nodejs.util.inspect.custom"),ar=Symbol.for("@multiformats/js-multiaddr/multiaddr"),Qo=[U("dns").code,U("dns4").code,U("dns6").code,U("dnsaddr").code],ct=class t{bytes;#e;#t;#r;#n;[ar]=!0;constructor(e){e==null&&(e="");let r;if(e instanceof Uint8Array)r=sr(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);r=Ln(e)}else if(Tn(e))r=sr(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=r.bytes,this.#e=r.string,this.#t=r.tuples,this.#r=r.stringTuples,this.#n=r.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let e,r,n,i,c="",u=U("tcp"),m=U("udp"),h=U("ip4"),p=U("ip6"),E=U("dns6"),g=U("ip6zone");for(let[o,s]of this.stringTuples())o===g.code&&(c=`%${s??""}`),Qo.includes(o)&&(r=u.name,i=443,n=`${s??""}${c}`,e=o===E.code?6:4),(o===u.code||o===m.code)&&(r=U(o).name,i=parseInt(s??"")),(o===h.code||o===p.code)&&(r=U(o).name,n=`${s??""}${c}`,e=o===p.code?6:4);if(e==null||r==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:e,host:n,transport:r,port:i}}protos(){return this.#t.map(([e])=>Object.assign({},U(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>U(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new t(e),new t(this.toString()+e.toString())}decapsulate(e){let r=e.toString(),n=this.toString(),i=n.lastIndexOf(r);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new t(n.slice(0,i))}decapsulateCode(e){let r=this.tuples();for(let n=r.length-1;n>=0;n--)if(r[n][0]===e)return new t(cr(r.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===fe.p2p.code&&e.push([n,i]),n===fe["p2p-circuit"].code&&(e=[])});let r=e.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?k(D.decode(`z${n}`),"base58btc"):k(G.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(e){return un(this.bytes,e.bytes)}async resolve(e){let r=this.protos().find(c=>c.resolvable);if(r==null)return[this];let n=On.get(r.name);if(n==null)throw new ke(`no available resolver for ${r.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(c=>new t(c))}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(e){let r=(e??this).protos();return!(r.length!==2||r[0].code!==4&&r[0].code!==41||r[1].code!==6&&r[1].code!==273)}[Yo](){return`Multiaddr(${this.#e})`}};var On=new Map;function Tn(t){return!!t?.[ar]}function dr(t){return new ct(t)}function Rn(t,e,r,n){let i=()=>{n?.log.trace("query",e),t.query({questions:[{name:e,type:"PTR"}]})};return i(),setInterval(i,r)}function Bn(t,e,r,n){if(t.answers==null)return;let i,c=[];if(t.answers.forEach(u=>{switch(u.type){case"PTR":i=u;break;case"TXT":c.push(u);break;default:break}}),t.additionals.forEach(u=>{switch(u.type){case"TXT":c.push(u);break;default:break}}),!(i==null||i?.name!==r||c.length===0||i.data.startsWith(e)))try{let u=c.flatMap(h=>h.data).filter(h=>h.toString().startsWith("dnsaddr=")).map(h=>dr(h.toString().substring(8))),m=u[0].getPeerId();if(m==null)throw new Error("Multiaddr doesn't contain PeerId");return n?.log("peer found %p",m),{id:Kt(m),multiaddrs:u.map(h=>h.decapsulateCode(U("p2p").code))}}catch(u){n?.log.error("failed to parse mdns response",u)}}function Dn(t,e,r,n,i,c,u){if(!c){u?.log("not responding to mDNS query as broadcast mode is false");return}if(n.length!==0&&t.questions[0]!=null&&t.questions[0].name===i){let m=[];m.push({name:i,type:"PTR",class:"IN",ttl:120,data:r+"."+i}),n.filter(Wo).forEach(h=>{let p="dnsaddr="+h.toString();if(p.length>255){u?.log("multiaddr %a is too long to use in mDNS query response",h);return}if(h.getPeerId()==null){u?.log("multiaddr %a did not have a peer ID so cannot be used in mDNS query response",h);return}m.push({name:r+"."+i,type:"TXT",class:"IN",ttl:120,data:p})}),u?.log.trace("responding to query"),e.respond(m)}}function Wo(t){return!!ln(t)}function Nn(t){let e="",r="abcdefghijklmnopqrstuvwxyz0123456789";for(let n=0;n<t;n++)e+=r.charAt(Math.floor(Math.random()*r.length));return e}var at=class extends Qe{mdns;log;broadcast;interval;serviceTag;peerName;port;ip;_queryInterval;components;constructor(e,r={}){if(super(),this.log=e.logger.forComponent("libp2p:mdns"),this.broadcast=r.broadcast!==!1,this.interval=r.interval??1e3*10,this.serviceTag=r.serviceTag??"_p2p._udp.local",this.ip=r.ip??"224.0.0.251",this.peerName=r.peerName??Nn(63),this.peerName.length>=64)throw new Error("Peer name should be less than 64 chars long");this.port=r.port??5353,this.components=e,this._queryInterval=null,this._onMdnsQuery=this._onMdnsQuery.bind(this),this._onMdnsResponse=this._onMdnsResponse.bind(this),this._onMdnsWarning=this._onMdnsWarning.bind(this),this._onMdnsError=this._onMdnsError.bind(this)}[ur]=this;[Symbol.toStringTag]="@libp2p/mdns";isStarted(){return!!this.mdns}async start(){this.mdns==null&&(this.mdns=(0,Fn.default)({port:this.port,ip:this.ip}),this.mdns.on("query",this._onMdnsQuery),this.mdns.on("response",this._onMdnsResponse),this.mdns.on("warning",this._onMdnsWarning),this.mdns.on("error",this._onMdnsError),this._queryInterval=Rn(this.mdns,this.serviceTag,this.interval,{log:this.log}))}_onMdnsQuery(e){this.mdns!=null&&(this.log.trace("received incoming mDNS query"),Dn(e,this.mdns,this.peerName,this.components.addressManager.getAddresses(),this.serviceTag,this.broadcast,{log:this.log}))}_onMdnsResponse(e){this.log.trace("received mDNS query response");try{let r=Bn(e,this.peerName,this.serviceTag,{log:this.log});r!=null&&(this.log("discovered peer in mDNS query response %p",r.id),this.dispatchEvent(new lt("peer",{detail:r})))}catch(r){this.log.error("Error processing peer response",r)}}_onMdnsWarning(e){this.log.error("mdns warning",e)}_onMdnsError(e){this.log.error("mdns error",e)}async stop(){this.mdns!=null&&(this.mdns.removeListener("query",this._onMdnsQuery),this.mdns.removeListener("response",this._onMdnsResponse),this.mdns.removeListener("warning",this._onMdnsWarning),this.mdns.removeListener("error",this._onMdnsError),this._queryInterval!=null&&(clearInterval(this._queryInterval),this._queryInterval=null),await new Promise(e=>{this.mdns!=null?this.mdns.destroy(e):e()}),this.mdns=void 0)}};function Zo(t={}){return e=>new at(e,t)}return zn(es);})();
13
+ `.replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),po=new RegExp(`(?:^${Y}$)|(?:^${nt}$)`),go=new RegExp(`^${Y}$`),mo=new RegExp(`^${nt}$`),Ht=t=>t&&t.exact?po:new RegExp(`(?:${ve(t)}${Y}${ve(t)})|(?:${ve(t)}${nt}${ve(t)})`,"g");Ht.v4=t=>t&&t.exact?go:new RegExp(`${ve(t)}${Y}${ve(t)}`,"g");Ht.v6=t=>t&&t.exact?mo:new RegExp(`${ve(t)}${nt}${ve(t)}`,"g");var tn=Ht;var Ae=Le("node:net");function Ne(t){return!!(0,Ae.isIP)(t)}var cn=Qe(nn(),1),{isValid:yo,parse:wo}=cn.default,Io=["0.0.0.0/8","10.0.0.0/8","100.64.0.0/10","127.0.0.0/8","169.254.0.0/16","172.16.0.0/12","192.0.0.0/24","192.0.0.0/29","192.0.0.8/32","192.0.0.9/32","192.0.0.10/32","192.0.0.170/32","192.0.0.171/32","192.0.2.0/24","192.31.196.0/24","192.52.193.0/24","192.88.99.0/24","192.168.0.0/16","192.175.48.0/24","198.18.0.0/15","198.51.100.0/24","203.0.113.0/24","240.0.0.0/4","255.255.255.255/32"],Eo=Io.map(t=>new sn.Netmask(t));function xo(t){for(let e of Eo)if(e.contains(t))return!0;return!1}function on(t){return/^::$/.test(t)||/^::1$/.test(t)||/^::f{4}:([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(t)||/^::f{4}:0.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(t)||/^64:ff9b::([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(t)||/^100::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2001::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2001:2[0-9a-fA-F]:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2001:db8:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^2002:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(t)||/^f[c-d]([0-9a-fA-F]{2,2}):/i.test(t)||/^fe[8-9a-bA-B][0-9a-fA-F]:/i.test(t)||/^ff([0-9a-fA-F]{2,2}):/i.test(t)}var an=t=>{if(yo(t)){let e=wo(t);if(e.kind()==="ipv4")return xo(e.toNormalizedString());if(e.kind()==="ipv6")return on(t)}else if(Ne(t)&&tn.v6().test(t))return on(t)};var dn=an;function ln(t){try{let{address:e}=t.nodeAddress();return!!dn(e)}catch{return!0}}function un(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}function Be(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Fe(t=0){return globalThis.Buffer?.allocUnsafe!=null?Be(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function pn(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var hn=pn("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),Xt=pn("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);let e=Fe(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),vo={utf8:hn,"utf-8":hn,hex:xe.base16,latin1:Xt,ascii:Xt,binary:Xt,...xe},ot=vo;function $(t,e="utf8"){let r=ot[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}var Ao=Math.pow(2,7),So=Math.pow(2,14),bo=Math.pow(2,21),Gt=Math.pow(2,28),Yt=Math.pow(2,35),Qt=Math.pow(2,42),Wt=Math.pow(2,49),b=128,B=127;function ne(t){if(t<Ao)return 1;if(t<So)return 2;if(t<bo)return 3;if(t<Gt)return 4;if(t<Yt)return 5;if(t<Qt)return 6;if(t<Wt)return 7;if(Number.MAX_SAFE_INTEGER!=null&&t>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Uo(t,e,r=0){switch(ne(t)){case 8:e[r++]=t&255|b,t/=128;case 7:e[r++]=t&255|b,t/=128;case 6:e[r++]=t&255|b,t/=128;case 5:e[r++]=t&255|b,t/=128;case 4:e[r++]=t&255|b,t>>>=7;case 3:e[r++]=t&255|b,t>>>=7;case 2:e[r++]=t&255|b,t>>>=7;case 1:{e[r++]=t&255,t>>>=7;break}default:throw new Error("unreachable")}return e}function Po(t,e,r=0){switch(ne(t)){case 8:e.set(r++,t&255|b),t/=128;case 7:e.set(r++,t&255|b),t/=128;case 6:e.set(r++,t&255|b),t/=128;case 5:e.set(r++,t&255|b),t/=128;case 4:e.set(r++,t&255|b),t>>>=7;case 3:e.set(r++,t&255|b),t>>>=7;case 2:e.set(r++,t&255|b),t>>>=7;case 1:{e.set(r++,t&255),t>>>=7;break}default:throw new Error("unreachable")}return e}function Lo(t,e){let r=t[e],n=0;if(n+=r&B,r<b||(r=t[e+1],n+=(r&B)<<7,r<b)||(r=t[e+2],n+=(r&B)<<14,r<b)||(r=t[e+3],n+=(r&B)<<21,r<b)||(r=t[e+4],n+=(r&B)*Gt,r<b)||(r=t[e+5],n+=(r&B)*Yt,r<b)||(r=t[e+6],n+=(r&B)*Qt,r<b)||(r=t[e+7],n+=(r&B)*Wt,r<b))return n;throw new RangeError("Could not decode varint")}function Co(t,e){let r=t.get(e),n=0;if(n+=r&B,r<b||(r=t.get(e+1),n+=(r&B)<<7,r<b)||(r=t.get(e+2),n+=(r&B)<<14,r<b)||(r=t.get(e+3),n+=(r&B)<<21,r<b)||(r=t.get(e+4),n+=(r&B)*Gt,r<b)||(r=t.get(e+5),n+=(r&B)*Yt,r<b)||(r=t.get(e+6),n+=(r&B)*Qt,r<b)||(r=t.get(e+7),n+=(r&B)*Wt,r<b))return n;throw new RangeError("Could not decode varint")}function ke(t,e,r=0){return e==null&&(e=Fe(ne(t))),e instanceof Uint8Array?Uo(t,e,r):Po(t,e,r)}function Pe(t,e=0){return t instanceof Uint8Array?Lo(t,e):Co(t,e)}function ye(t,e){e==null&&(e=t.reduce((i,c)=>i+c.length,0));let r=Fe(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return Be(r)}var st=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let r=this.index,n=e();return n===void 0&&(this.index=r),n}parseWith(e){let r=e();if(this.index===this.input.length)return r}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 r=this.readChar();if(r===e)return r})}readSeparator(e,r,n){return this.readAtomically(()=>{if(!(r>0&&this.readGivenChar(e)===void 0))return n()})}readNumber(e,r,n,i){return this.readAtomically(()=>{let c=0,u=0,m=this.peekChar();if(m===void 0)return;let h=m==="0",p=2**(8*i)-1;for(;;){let E=this.readAtomically(()=>{let g=this.readChar();if(g===void 0)return;let d=Number.parseInt(g,e);if(!Number.isNaN(d))return d});if(E===void 0)break;if(c*=e,c+=E,c>p||(u+=1,r!==void 0&&u>r))return}if(u!==0)return!n&&h&&u>1?void 0:c})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let r=0;r<e.length;r++){let n=this.readSeparator(".",r,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;e[r]=n}return e})}readIPv6Addr(){let e=r=>{for(let n=0;n<r.length/2;n++){let i=n*2;if(n<r.length-3){let u=this.readSeparator(":",n,()=>this.readIPv4Addr());if(u!==void 0)return r[i]=u[0],r[i+1]=u[1],r[i+2]=u[2],r[i+3]=u[3],[i+4,!0]}let c=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(c===void 0)return[i,!1];r[i]=c>>8,r[i+1]=c&255}return[r.length,!1]};return this.readAtomically(()=>{let r=new Uint8Array(16),[n,i]=e(r);if(n===16)return r;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let c=new Uint8Array(14),u=16-(n+2),[m]=e(c.subarray(0,u));return r.set(c.subarray(0,m),16-m),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var ua=new st;var Ea=parseInt("0xFFFF",16),xa=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Jt(t,e="utf8"){let r=ot[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Be(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}var wn=Ae.isIPv4,Bo=Ae.isIPv6,Zt=function(t){let e=0;if(t=t.toString().trim(),wn(t)){let r=new Uint8Array(e+4);return t.split(/\./g).forEach(n=>{r[e++]=parseInt(n,10)&255}),r}if(Bo(t)){let r=t.split(":",8),n;for(n=0;n<r.length;n++){let c=wn(r[n]),u;c&&(u=Zt(r[n]),r[n]=$(u.slice(0,2),"base16")),u!=null&&++n<8&&r.splice(n,0,$(u.slice(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let c=[n,1];for(n=9-r.length;n>0;n--)c.push("0");r.splice.apply(r,c)}let i=new Uint8Array(e+16);for(n=0;n<r.length;n++){let c=parseInt(r[n],16);i[e++]=c>>8&255,i[e++]=c&255}return i}throw new Error("invalid ip address")},In=function(t,e=0,r){e=~~e,r=r??t.length-e;let n=new DataView(t.buffer);if(r===4){let i=[];for(let c=0;c<r;c++)i.push(t[e+c]);return i.join(".")}if(r===16){let i=[];for(let c=0;c<r;c+=2)i.push(n.getUint16(e+c).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var $e={},er={},ko=[[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"],[777,-1,"memory"]];ko.forEach(t=>{let e=$o(...t);er[e.code]=e,$e[e.name]=e});function $o(t,e,r,n,i){return{code:t,size:e,name:r,resolvable:!!n,path:!!i}}function U(t){if(typeof t=="number"){if(er[t]!=null)return er[t];throw new Error(`no protocol with code: ${t}`)}else if(typeof t=="string"){if($e[t]!=null)return $e[t];throw new Error(`no protocol with name: ${t}`)}throw new Error(`invalid protocol id type: ${typeof t}`)}var sd=U("ip4"),cd=U("ip6"),ad=U("ipcidr");function rr(t,e){switch(U(t).code){case 4:case 41:return Mo(e);case 42:return vn(e);case 6:case 273:case 33:case 132:return Sn(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return vn(e);case 421:return qo(e);case 444:return An(e);case 445:return An(e);case 466:return Vo(e);default:return $(e,"base16")}}function nr(t,e){switch(U(t).code){case 4:return En(e);case 41:return En(e);case 42:return xn(e);case 6:case 273:case 33:case 132:return ir(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return xn(e);case 421:return _o(e);case 444:return jo(e);case 445:return Ko(e);case 466:return zo(e);default:return Jt(e,"base16")}}var tr=Object.values(xe).map(t=>t.decoder),fo=function(){let t=tr[0].or(tr[1]);return tr.slice(2).forEach(e=>t=t.or(e)),t}();function En(t){if(!Ne(t))throw new Error("invalid ip address");return Zt(t)}function Mo(t){let e=In(t,0,t.length);if(e==null)throw new Error("ipBuff is required");if(!Ne(e))throw new Error("invalid ip address");return e}function ir(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,t),new Uint8Array(e)}function Sn(t){return new DataView(t.buffer).getUint16(t.byteOffset)}function xn(t){let e=Jt(t),r=Uint8Array.from(ke(e.length));return ye([r,e],r.length+e.length)}function vn(t){let e=Pe(t);if(t=t.slice(ne(e)),t.length!==e)throw new Error("inconsistent lengths");return $(t)}function _o(t){let e;t[0]==="Q"||t[0]==="1"?e=be(N.decode(`z${t}`)).bytes:e=G.parse(t).multihash.bytes;let r=Uint8Array.from(ke(e.length));return ye([r,e],r.length+e.length)}function zo(t){let e=fo.decode(t),r=Uint8Array.from(ke(e.length));return ye([r,e],r.length+e.length)}function Vo(t){let e=Pe(t),r=t.slice(ne(e));if(r.length!==e)throw new Error("inconsistent lengths");return"u"+$(r,"base64url")}function qo(t){let e=Pe(t),r=t.slice(ne(e));if(r.length!==e)throw new Error("inconsistent lengths");return $(r,"base58btc")}function jo(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 r=me.decode("b"+e[0]),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=ir(n);return ye([r,i],r.length+i.length)}function Ko(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 r=me.decode(`b${e[0]}`),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=ir(n);return ye([r,i],r.length+i.length)}function An(t){let e=t.slice(0,t.length-2),r=t.slice(t.length-2),n=$(e,"base32"),i=Sn(r);return`${n}:${i}`}function bn(t){t=or(t);let e=[],r=[],n=null,i=t.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let c=0;c<i.length;c++){let u=i[c],m=U(u);if(m.size===0){e.push([m.code]),r.push([m.code]);continue}if(c++,c>=i.length)throw Pn("invalid address: "+t);if(m.path===!0){n=or(i.slice(c).join("/")),e.push([m.code,nr(m.code,n)]),r.push([m.code,n]);break}let h=nr(m.code,i[c]);e.push([m.code,h]),r.push([m.code,rr(m.code,h)])}return{string:Un(r),bytes:cr(e),tuples:e,stringTuples:r,path:n}}function sr(t){let e=[],r=[],n=null,i=0;for(;i<t.length;){let c=Pe(t,i),u=ne(c),m=U(c),h=Ho(m,t.slice(i+u));if(h===0){e.push([c]),r.push([c]),i+=u;continue}let p=t.slice(i+u,i+u+h);if(i+=h+u,i>t.length)throw Pn("Invalid address Uint8Array: "+$(t,"base16"));e.push([c,p]);let E=rr(c,p);if(r.push([c,E]),m.path===!0){n=E;break}}return{bytes:Uint8Array.from(t),string:Un(r),tuples:e,stringTuples:r,path:n}}function Un(t){let e=[];return t.map(r=>{let n=U(r[0]);return e.push(n.name),r.length>1&&r[1]!=null&&e.push(r[1]),null}),or(e.join("/"))}function cr(t){return ye(t.map(e=>{let r=U(e[0]),n=Uint8Array.from(ke(r.code));return e.length>1&&e[1]!=null&&(n=ye([n,e[1]])),n}))}function Ho(t,e){if(t.size>0)return t.size/8;if(t.size===0)return 0;{let r=Pe(e instanceof Uint8Array?e:Uint8Array.from(e));return r+ne(r)}}function or(t){return"/"+t.trim().split("/").filter(e=>e).join("/")}function Pn(t){return new Error("Error parsing address: "+t)}var Xo=Symbol.for("nodejs.util.inspect.custom"),ar=Symbol.for("@multiformats/js-multiaddr/multiaddr"),Go=[U("dns").code,U("dns4").code,U("dns6").code,U("dnsaddr").code],ct=class t{bytes;#e;#t;#r;#n;[ar]=!0;constructor(e){e==null&&(e="");let r;if(e instanceof Uint8Array)r=sr(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);r=bn(e)}else if(Cn(e))r=sr(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=r.bytes,this.#e=r.string,this.#t=r.tuples,this.#r=r.stringTuples,this.#n=r.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let e,r,n,i,c="",u=U("tcp"),m=U("udp"),h=U("ip4"),p=U("ip6"),E=U("dns6"),g=U("ip6zone");for(let[o,s]of this.stringTuples())o===g.code&&(c=`%${s??""}`),Go.includes(o)&&(r=u.name,i=443,n=`${s??""}${c}`,e=o===E.code?6:4),(o===u.code||o===m.code)&&(r=U(o).name,i=parseInt(s??"")),(o===h.code||o===p.code)&&(r=U(o).name,n=`${s??""}${c}`,e=o===p.code?6:4);if(e==null||r==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:e,host:n,transport:r,port:i}}protos(){return this.#t.map(([e])=>Object.assign({},U(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>U(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new t(e),new t(this.toString()+e.toString())}decapsulate(e){let r=e.toString(),n=this.toString(),i=n.lastIndexOf(r);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new t(n.slice(0,i))}decapsulateCode(e){let r=this.tuples();for(let n=r.length-1;n>=0;n--)if(r[n][0]===e)return new t(cr(r.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===$e.p2p.code&&e.push([n,i]),n===$e["p2p-circuit"].code&&(e=[])});let r=e.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?$(N.decode(`z${n}`),"base58btc"):$(G.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(e){return un(this.bytes,e.bytes)}async resolve(e){let r=this.protos().find(c=>c.resolvable);if(r==null)return[this];let n=Ln.get(r.name);if(n==null)throw new fe(`no available resolver for ${r.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(c=>new t(c))}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(e){let r=(e??this).protos();return!(r.length!==2||r[0].code!==4&&r[0].code!==41||r[1].code!==6&&r[1].code!==273)}[Xo](){return`Multiaddr(${this.#e})`}};var Ln=new Map;function Cn(t){return!!t?.[ar]}function dr(t){return new ct(t)}function On(t,e,r,n){let i=()=>{n?.log.trace("query",e),t.query({questions:[{name:e,type:"PTR"}]})};return i(),setInterval(i,r)}function Rn(t,e,r,n){if(t.answers==null)return;let i,c=[];if(t.answers.forEach(u=>{switch(u.type){case"PTR":i=u;break;case"TXT":c.push(u);break;default:break}}),t.additionals.forEach(u=>{switch(u.type){case"TXT":c.push(u);break;default:break}}),!(i==null||i?.name!==r||c.length===0||i.data.startsWith(e)))try{let u=c.flatMap(h=>h.data).filter(h=>h.toString().startsWith("dnsaddr=")).map(h=>dr(h.toString().substring(8))),m=u[0].getPeerId();if(m==null)throw new Error("Multiaddr doesn't contain PeerId");return n?.log("peer found %p",m),{id:Kt(m),multiaddrs:u.map(h=>h.decapsulateCode(U("p2p").code))}}catch(u){n?.log.error("failed to parse mdns response",u)}}function Tn(t,e,r,n,i,c,u){if(!c){u?.log("not responding to mDNS query as broadcast mode is false");return}if(n.length!==0&&t.questions[0]!=null&&t.questions[0].name===i){let m=[];m.push({name:i,type:"PTR",class:"IN",ttl:120,data:r+"."+i}),n.filter(Yo).forEach(h=>{let p="dnsaddr="+h.toString();if(p.length>255){u?.log("multiaddr %a is too long to use in mDNS query response",h);return}if(h.getPeerId()==null){u?.log("multiaddr %a did not have a peer ID so cannot be used in mDNS query response",h);return}m.push({name:r+"."+i,type:"TXT",class:"IN",ttl:120,data:p})}),u?.log.trace("responding to query"),e.respond(m)}}function Yo(t){return!!ln(t)}function Dn(t){let e="",r="abcdefghijklmnopqrstuvwxyz0123456789";for(let n=0;n<t;n++)e+=r.charAt(Math.floor(Math.random()*r.length));return e}var at=class extends We{mdns;log;broadcast;interval;serviceTag;peerName;port;ip;_queryInterval;components;constructor(e,r={}){if(super(),this.log=e.logger.forComponent("libp2p:mdns"),this.broadcast=r.broadcast!==!1,this.interval=r.interval??1e3*10,this.serviceTag=r.serviceTag??"_p2p._udp.local",this.ip=r.ip??"224.0.0.251",this.peerName=r.peerName??Dn(63),this.peerName.length>=64)throw new Error("Peer name should be less than 64 chars long");this.port=r.port??5353,this.components=e,this._queryInterval=null,this._onMdnsQuery=this._onMdnsQuery.bind(this),this._onMdnsResponse=this._onMdnsResponse.bind(this),this._onMdnsWarning=this._onMdnsWarning.bind(this),this._onMdnsError=this._onMdnsError.bind(this)}[ur]=this;[Symbol.toStringTag]="@libp2p/mdns";isStarted(){return!!this.mdns}async start(){this.mdns==null&&(this.mdns=(0,Nn.default)({port:this.port,ip:this.ip}),this.mdns.on("query",this._onMdnsQuery),this.mdns.on("response",this._onMdnsResponse),this.mdns.on("warning",this._onMdnsWarning),this.mdns.on("error",this._onMdnsError),this._queryInterval=On(this.mdns,this.serviceTag,this.interval,{log:this.log}))}_onMdnsQuery(e){this.mdns!=null&&(this.log.trace("received incoming mDNS query"),Tn(e,this.mdns,this.peerName,this.components.addressManager.getAddresses(),this.serviceTag,this.broadcast,{log:this.log}))}_onMdnsResponse(e){this.log.trace("received mDNS query response");try{let r=Rn(e,this.peerName,this.serviceTag,{log:this.log});r!=null&&(this.log("discovered peer in mDNS query response %p",r.id),this.dispatchEvent(new lt("peer",{detail:r})))}catch(r){this.log.error("Error processing peer response",r)}}_onMdnsWarning(e){this.log.error("mdns warning",e)}_onMdnsError(e){this.log.error("mdns error",e)}async stop(){this.mdns!=null&&(this.mdns.removeListener("query",this._onMdnsQuery),this.mdns.removeListener("response",this._onMdnsResponse),this.mdns.removeListener("warning",this._onMdnsWarning),this.mdns.removeListener("error",this._onMdnsError),this._queryInterval!=null&&(clearInterval(this._queryInterval),this._queryInterval=null),await new Promise(e=>{this.mdns!=null?this.mdns.destroy(e):e()}),this.mdns=void 0)}};function Wo(t={}){return e=>new at(e,t)}return Mn(Jo);})();
14
14
  return Libp2PMdns}));
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @example
7
7
  *
8
- * ```ts
8
+ * ```TypeScript
9
9
  * import { mdns } from '@libp2p/mdns'
10
10
  *
11
11
  * const options = {
package/dist/src/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @example
7
7
  *
8
- * ```ts
8
+ * ```TypeScript
9
9
  * import { mdns } from '@libp2p/mdns'
10
10
  *
11
11
  * const options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mdns",
3
- "version": "10.0.7",
3
+ "version": "10.0.8-178fe2671",
4
4
  "description": "Node.js libp2p mDNS discovery implementation for peer discovery",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-mdns#readme",
@@ -49,19 +49,19 @@
49
49
  "test:electron-main": "aegir test -t electron-main"
50
50
  },
51
51
  "dependencies": {
52
- "@libp2p/interface": "^1.0.2",
53
- "@libp2p/peer-id": "^4.0.2",
54
- "@libp2p/utils": "^5.0.3",
52
+ "@libp2p/interface": "1.0.2-178fe2671",
53
+ "@libp2p/peer-id": "4.0.2-178fe2671",
54
+ "@libp2p/utils": "5.1.0-178fe2671",
55
55
  "@multiformats/multiaddr": "^12.1.10",
56
56
  "@types/multicast-dns": "^7.2.1",
57
57
  "dns-packet": "^5.4.0",
58
58
  "multicast-dns": "^7.2.5"
59
59
  },
60
60
  "devDependencies": {
61
- "@libp2p/interface-compliance-tests": "^5.0.7",
62
- "@libp2p/interface-internal": "^1.0.3",
63
- "@libp2p/logger": "^4.0.2",
64
- "@libp2p/peer-id-factory": "^4.0.1",
61
+ "@libp2p/interface-compliance-tests": "5.0.8-178fe2671",
62
+ "@libp2p/interface-internal": "1.0.3-178fe2671",
63
+ "@libp2p/logger": "4.0.2-178fe2671",
64
+ "@libp2p/peer-id-factory": "4.0.1-178fe2671",
65
65
  "aegir": "^41.0.2",
66
66
  "p-wait-for": "^5.0.2",
67
67
  "sinon-ts": "^2.0.0"
package/src/index.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @example
7
7
  *
8
- * ```ts
8
+ * ```TypeScript
9
9
  * import { mdns } from '@libp2p/mdns'
10
10
  *
11
11
  * const options = {
@@ -1,4 +0,0 @@
1
- {
2
- "mdns": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mdns.mdns.html",
3
- ".:mdns": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mdns.mdns.html"
4
- }