@helia/verified-fetch 0.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +353 -56
- package/dist/index.min.js +7 -29
- package/dist/src/index.d.ts +384 -69
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +345 -77
- package/dist/src/index.js.map +1 -1
- package/dist/src/singleton.d.ts +3 -0
- package/dist/src/singleton.d.ts.map +1 -0
- package/dist/src/singleton.js +15 -0
- package/dist/src/singleton.js.map +1 -0
- package/dist/src/types.d.ts +2 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +2 -0
- package/dist/src/types.js.map +1 -0
- package/dist/src/utils/dag-cbor-to-safe-json.d.ts +7 -0
- package/dist/src/utils/dag-cbor-to-safe-json.d.ts.map +1 -0
- package/dist/src/utils/dag-cbor-to-safe-json.js +25 -0
- package/dist/src/utils/dag-cbor-to-safe-json.js.map +1 -0
- package/dist/src/utils/get-content-disposition-filename.d.ts +6 -0
- package/dist/src/utils/get-content-disposition-filename.d.ts.map +1 -0
- package/dist/src/utils/get-content-disposition-filename.js +16 -0
- package/dist/src/utils/get-content-disposition-filename.js.map +1 -0
- package/dist/src/utils/get-e-tag.d.ts +28 -0
- package/dist/src/utils/get-e-tag.d.ts.map +1 -0
- package/dist/src/utils/get-e-tag.js +18 -0
- package/dist/src/utils/get-e-tag.js.map +1 -0
- package/dist/src/utils/get-stream-from-async-iterable.d.ts +10 -0
- package/dist/src/utils/get-stream-from-async-iterable.d.ts.map +1 -0
- package/dist/src/utils/{get-stream-and-content-type.js → get-stream-from-async-iterable.js} +11 -11
- package/dist/src/utils/get-stream-from-async-iterable.js.map +1 -0
- package/dist/src/utils/get-tar-stream.d.ts +4 -0
- package/dist/src/utils/get-tar-stream.d.ts.map +1 -0
- package/dist/src/utils/get-tar-stream.js +46 -0
- package/dist/src/utils/get-tar-stream.js.map +1 -0
- package/dist/src/utils/parse-resource.d.ts +6 -1
- package/dist/src/utils/parse-resource.d.ts.map +1 -1
- package/dist/src/utils/parse-resource.js +2 -2
- package/dist/src/utils/parse-resource.js.map +1 -1
- package/dist/src/utils/parse-url-string.d.ts +10 -3
- package/dist/src/utils/parse-url-string.d.ts.map +1 -1
- package/dist/src/utils/parse-url-string.js +8 -4
- package/dist/src/utils/parse-url-string.js.map +1 -1
- package/dist/src/utils/responses.d.ts +5 -0
- package/dist/src/utils/responses.d.ts.map +1 -0
- package/dist/src/utils/responses.js +27 -0
- package/dist/src/utils/responses.js.map +1 -0
- package/dist/src/utils/select-output-type.d.ts +12 -0
- package/dist/src/utils/select-output-type.d.ts.map +1 -0
- package/dist/src/utils/select-output-type.js +148 -0
- package/dist/src/utils/select-output-type.js.map +1 -0
- package/dist/src/utils/walk-path.d.ts +2 -1
- package/dist/src/utils/walk-path.d.ts.map +1 -1
- package/dist/src/utils/walk-path.js +1 -3
- package/dist/src/utils/walk-path.js.map +1 -1
- package/dist/src/verified-fetch.d.ts +24 -27
- package/dist/src/verified-fetch.d.ts.map +1 -1
- package/dist/src/verified-fetch.js +297 -150
- package/dist/src/verified-fetch.js.map +1 -1
- package/dist/typedoc-urls.json +25 -18
- package/package.json +58 -116
- package/src/index.ts +391 -72
- package/src/singleton.ts +20 -0
- package/src/types.ts +1 -0
- package/src/utils/dag-cbor-to-safe-json.ts +27 -0
- package/src/utils/get-content-disposition-filename.ts +18 -0
- package/src/utils/get-e-tag.ts +36 -0
- package/src/utils/{get-stream-and-content-type.ts → get-stream-from-async-iterable.ts} +10 -9
- package/src/utils/get-tar-stream.ts +68 -0
- package/src/utils/parse-url-string.ts +17 -3
- package/src/utils/responses.ts +29 -0
- package/src/utils/select-output-type.ts +167 -0
- package/src/utils/walk-path.ts +4 -5
- package/src/verified-fetch.ts +340 -153
- package/dist/src/utils/get-content-type.d.ts +0 -11
- package/dist/src/utils/get-content-type.d.ts.map +0 -1
- package/dist/src/utils/get-content-type.js +0 -43
- package/dist/src/utils/get-content-type.js.map +0 -1
- package/dist/src/utils/get-stream-and-content-type.d.ts +0 -9
- package/dist/src/utils/get-stream-and-content-type.d.ts.map +0 -1
- package/dist/src/utils/get-stream-and-content-type.js.map +0 -1
- package/src/utils/get-content-type.ts +0 -55
package/dist/index.min.js
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.HeliaVerifiedFetch = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
2
|
-
"use strict";var HeliaVerifiedFetch=(()=>{var f8=Object.create;var Zc=Object.defineProperty;var h8=Object.getOwnPropertyDescriptor;var m8=Object.getOwnPropertyNames;var g8=Object.getPrototypeOf,x8=Object.prototype.hasOwnProperty;var re=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),$=(r,e)=>{for(var t in e)Zc(r,t,{get:e[t],enumerable:!0})},Ix=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of m8(e))!x8.call(r,i)&&i!==t&&Zc(r,i,{get:()=>e[i],enumerable:!(n=h8(e,i))||n.enumerable});return r};var Q=(r,e,t)=>(t=r!=null?f8(g8(r)):{},Ix(e||!r||!r.__esModule?Zc(t,"default",{value:r,enumerable:!0}):t,r)),y8=r=>Ix(Zc({},"__esModule",{value:!0}),r);var Od=re((o7,Hx)=>{var Do=1e3,Lo=Do*60,Po=Lo*60,qi=Po*24,cA=qi*7,lA=qi*365.25;Hx.exports=function(r,e){e=e||{};var t=typeof r;if(t==="string"&&r.length>0)return uA(r);if(t==="number"&&isFinite(r))return e.long?dA(r):pA(r);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(r))};function uA(r){if(r=String(r),!(r.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(r);if(e){var t=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return t*lA;case"weeks":case"week":case"w":return t*cA;case"days":case"day":case"d":return t*qi;case"hours":case"hour":case"hrs":case"hr":case"h":return t*Po;case"minutes":case"minute":case"mins":case"min":case"m":return t*Lo;case"seconds":case"second":case"secs":case"sec":case"s":return t*Do;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}function pA(r){var e=Math.abs(r);return e>=qi?Math.round(r/qi)+"d":e>=Po?Math.round(r/Po)+"h":e>=Lo?Math.round(r/Lo)+"m":e>=Do?Math.round(r/Do)+"s":r+"ms"}function dA(r){var e=Math.abs(r);return e>=qi?rl(r,e,qi,"day"):e>=Po?rl(r,e,Po,"hour"):e>=Lo?rl(r,e,Lo,"minute"):e>=Do?rl(r,e,Do,"second"):r+" ms"}function rl(r,e,t,n){var i=e>=t*1.5;return Math.round(r/t)+" "+n+(i?"s":"")}});var Kx=re((s7,qx)=>{function fA(r){t.debug=t,t.default=t,t.coerce=c,t.disable=o,t.enable=i,t.enabled=s,t.humanize=Od(),t.destroy=u,Object.keys(r).forEach(l=>{t[l]=r[l]}),t.names=[],t.skips=[],t.formatters={};function e(l){let p=0;for(let m=0;m<l.length;m++)p=(p<<5)-p+l.charCodeAt(m),p|=0;return t.colors[Math.abs(p)%t.colors.length]}t.selectColor=e;function t(l){let p,m=null,d,f;function h(...x){if(!h.enabled)return;let g=h,w=Number(new Date),y=w-(p||w);g.diff=y,g.prev=p,g.curr=w,p=w,x[0]=t.coerce(x[0]),typeof x[0]!="string"&&x.unshift("%O");let E=0;x[0]=x[0].replace(/%([a-zA-Z%])/g,(S,b)=>{if(S==="%%")return"%";E++;let v=t.formatters[b];if(typeof v=="function"){let k=x[E];S=v.call(g,k),x.splice(E,1),E--}return S}),t.formatArgs.call(g,x),(g.log||t.log).apply(g,x)}return h.namespace=l,h.useColors=t.useColors(),h.color=t.selectColor(l),h.extend=n,h.destroy=t.destroy,Object.defineProperty(h,"enabled",{enumerable:!0,configurable:!1,get:()=>m!==null?m:(d!==t.namespaces&&(d=t.namespaces,f=t.enabled(l)),f),set:x=>{m=x}}),typeof t.init=="function"&&t.init(h),h}function n(l,p){let m=t(this.namespace+(typeof p>"u"?":":p)+l);return m.log=this.log,m}function i(l){t.save(l),t.namespaces=l,t.names=[],t.skips=[];let p,m=(typeof l=="string"?l:"").split(/[\s,]+/),d=m.length;for(p=0;p<d;p++)m[p]&&(l=m[p].replace(/\*/g,".*?"),l[0]==="-"?t.skips.push(new RegExp("^"+l.slice(1)+"$")):t.names.push(new RegExp("^"+l+"$")))}function o(){let l=[...t.names.map(a),...t.skips.map(a).map(p=>"-"+p)].join(",");return t.enable(""),l}function s(l){if(l[l.length-1]==="*")return!0;let p,m;for(p=0,m=t.skips.length;p<m;p++)if(t.skips[p].test(l))return!1;for(p=0,m=t.names.length;p<m;p++)if(t.names[p].test(l))return!0;return!1}function a(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return t.enable(t.load()),t}qx.exports=fA});var Fd=re((Ft,nl)=>{Ft.formatArgs=mA;Ft.save=gA;Ft.load=xA;Ft.useColors=hA;Ft.storage=yA();Ft.destroy=(()=>{let r=!1;return()=>{r||(r=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Ft.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function hA(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function mA(r){if(r[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+r[0]+(this.useColors?"%c ":" ")+"+"+nl.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;r.splice(1,0,e,"color: inherit");let t=0,n=0;r[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(t++,i==="%c"&&(n=t))}),r.splice(n,0,e)}Ft.log=console.debug||console.log||(()=>{});function gA(r){try{r?Ft.storage.setItem("debug",r):Ft.storage.removeItem("debug")}catch{}}function xA(){let r;try{r=Ft.storage.getItem("debug")}catch{}return!r&&typeof process<"u"&&"env"in process&&(r=process.env.DEBUG),r}function yA(){try{return localStorage}catch{}}nl.exports=Kx()(Ft);var{formatters:wA}=nl.exports;wA.j=function(r){try{return JSON.stringify(r)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var Jx=re((f7,Xx)=>{Xx.exports=Vd;var Yx=128,AA=127,SA=~AA,BA=Math.pow(2,31);function Vd(r,e,t){if(Number.MAX_SAFE_INTEGER&&r>Number.MAX_SAFE_INTEGER)throw Vd.bytes=0,new RangeError("Could not encode varint");e=e||[],t=t||0;for(var n=t;r>=BA;)e[t++]=r&255|Yx,r/=128;for(;r&SA;)e[t++]=r&255|Yx,r>>>=7;return e[t]=r|0,Vd.bytes=t-n+1,e}});var e1=re((h7,Qx)=>{Qx.exports=Md;var kA=128,Zx=127;function Md(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a||i>49)throw Md.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&Zx)<<i:(s&Zx)*Math.pow(2,i),i+=7}while(s>=kA);return Md.bytes=o-n,t}});var r1=re((m7,t1)=>{var IA=Math.pow(2,7),_A=Math.pow(2,14),TA=Math.pow(2,21),CA=Math.pow(2,28),RA=Math.pow(2,35),UA=Math.pow(2,42),NA=Math.pow(2,49),DA=Math.pow(2,56),LA=Math.pow(2,63);t1.exports=function(r){return r<IA?1:r<_A?2:r<TA?3:r<CA?4:r<RA?5:r<UA?6:r<NA?7:r<DA?8:r<LA?9:10}});var il=re((g7,n1)=>{n1.exports={encode:Jx(),decode:e1(),encodingLength:r1()}});var ke=re((NO,E1)=>{"use strict";function v1(r,e){for(let t in e)Object.defineProperty(r,t,{value:e[t],enumerable:!0,configurable:!0});return r}function g5(r,e,t){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");t||(t={}),typeof e=="object"&&(t=e,e=""),e&&(t.code=e);try{return v1(r,t)}catch{t.message=r.message,t.stack=r.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(r)),v1(new i,t)}}E1.exports=g5});var my=re(is=>{"use strict";var aB="[object ArrayBuffer]",xn=class r{static isArrayBuffer(e){return Object.prototype.toString.call(e)===aB}static toArrayBuffer(e){return this.isArrayBuffer(e)?e:e.byteLength===e.buffer.byteLength||e.byteOffset===0&&e.byteLength===e.buffer.byteLength?e.buffer:this.toUint8Array(e.buffer).slice(e.byteOffset,e.byteOffset+e.byteLength).buffer}static toUint8Array(e){return this.toView(e,Uint8Array)}static toView(e,t){if(e.constructor===t)return e;if(this.isArrayBuffer(e))return new t(e);if(this.isArrayBufferView(e))return new t(e.buffer,e.byteOffset,e.byteLength);throw new TypeError("The provided value is not of type '(ArrayBuffer or ArrayBufferView)'")}static isBufferSource(e){return this.isArrayBufferView(e)||this.isArrayBuffer(e)}static isArrayBufferView(e){return ArrayBuffer.isView(e)||e&&this.isArrayBuffer(e.buffer)}static isEqual(e,t){let n=r.toUint8Array(e),i=r.toUint8Array(t);if(n.length!==i.byteLength)return!1;for(let o=0;o<n.length;o++)if(n[o]!==i[o])return!1;return!0}static concat(...e){let t;Array.isArray(e[0])&&!(e[1]instanceof Function)||Array.isArray(e[0])&&e[1]instanceof Function?t=e[0]:e[e.length-1]instanceof Function?t=e.slice(0,e.length-1):t=e;let n=0;for(let s of t)n+=s.byteLength;let i=new Uint8Array(n),o=0;for(let s of t){let a=this.toUint8Array(s);i.set(a,o),o+=a.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}},eh="string",cB=/^[0-9a-f]+$/i,lB=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,uB=/^[a-zA-Z0-9-_]+$/,Dl=class{static fromString(e){let t=unescape(encodeURIComponent(e)),n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n.buffer}static toString(e){let t=xn.toUint8Array(e),n="";for(let o=0;o<t.length;o++)n+=String.fromCharCode(t[o]);return decodeURIComponent(escape(n))}},sr=class{static toString(e,t=!1){let n=xn.toArrayBuffer(e),i=new DataView(n),o="";for(let s=0;s<n.byteLength;s+=2){let a=i.getUint16(s,t);o+=String.fromCharCode(a)}return o}static fromString(e,t=!1){let n=new ArrayBuffer(e.length*2),i=new DataView(n);for(let o=0;o<e.length;o++)i.setUint16(o*2,e.charCodeAt(o),t);return n}},Ll=class r{static isHex(e){return typeof e===eh&&cB.test(e)}static isBase64(e){return typeof e===eh&&lB.test(e)}static isBase64Url(e){return typeof e===eh&&uB.test(e)}static ToString(e,t="utf8"){let n=xn.toUint8Array(e);switch(t.toLowerCase()){case"utf8":return this.ToUtf8String(n);case"binary":return this.ToBinary(n);case"hex":return this.ToHex(n);case"base64":return this.ToBase64(n);case"base64url":return this.ToBase64Url(n);case"utf16le":return sr.toString(n,!0);case"utf16":case"utf16be":return sr.toString(n);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromString(e,t="utf8"){if(!e)return new ArrayBuffer(0);switch(t.toLowerCase()){case"utf8":return this.FromUtf8String(e);case"binary":return this.FromBinary(e);case"hex":return this.FromHex(e);case"base64":return this.FromBase64(e);case"base64url":return this.FromBase64Url(e);case"utf16le":return sr.fromString(e,!0);case"utf16":case"utf16be":return sr.fromString(e);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToBase64(e){let t=xn.toUint8Array(e);if(typeof btoa<"u"){let n=this.ToString(t,"binary");return btoa(n)}else return Buffer.from(t).toString("base64")}static FromBase64(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64(t))throw new TypeError("Argument 'base64Text' is not Base64 encoded");return typeof atob<"u"?this.FromBinary(atob(t)):new Uint8Array(Buffer.from(t,"base64")).buffer}static FromBase64Url(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64Url(t))throw new TypeError("Argument 'base64url' is not Base64Url encoded");return this.FromBase64(this.Base64Padding(t.replace(/\-/g,"+").replace(/\_/g,"/")))}static ToBase64Url(e){return this.ToBase64(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}static FromUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.FromBinary(e);case"utf8":return Dl.fromString(e);case"utf16":case"utf16be":return sr.fromString(e);case"utf16le":case"usc2":return sr.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.ToBinary(e);case"utf8":return Dl.toString(e);case"utf16":case"utf16be":return sr.toString(e);case"utf16le":case"usc2":return sr.toString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromBinary(e){let t=e.length,n=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);return n.buffer}static ToBinary(e){let t=xn.toUint8Array(e),n="";for(let i=0;i<t.length;i++)n+=String.fromCharCode(t[i]);return n}static ToHex(e){let t=xn.toUint8Array(e),n="",i=t.length;for(let o=0;o<i;o++){let s=t[o];s<16&&(n+="0"),n+=s.toString(16)}return n}static FromHex(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isHex(t))throw new TypeError("Argument 'hexString' is not HEX encoded");t.length%2&&(t=`0${t}`);let n=new Uint8Array(t.length/2);for(let i=0;i<t.length;i=i+2){let o=t.slice(i,i+2);n[i/2]=parseInt(o,16)}return n.buffer}static ToUtf16String(e,t=!1){return sr.toString(e,t)}static FromUtf16String(e,t=!1){return sr.fromString(e,t)}static Base64Padding(e){let t=4-e.length%4;if(t<4)for(let n=0;n<t;n++)e+="=";return e}static formatString(e){return e?.replace(/[\n\r\t ]/g,"")||""}};Ll.DEFAULT_UTF8_ENCODING="utf8";function pB(r,...e){let t=arguments[0];for(let n=1;n<arguments.length;n++){let i=arguments[n];for(let o in i)t[o]=i[o]}return t}function dB(...r){let e=r.map(i=>i.byteLength).reduce((i,o)=>i+o),t=new Uint8Array(e),n=0;return r.map(i=>new Uint8Array(i)).forEach(i=>{for(let o of i)t[n++]=o}),t.buffer}function fB(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}is.BufferSourceConverter=xn;is.Convert=Ll;is.assign=pB;is.combine=dB;is.isEqual=fB});var Su=re((XV,mh)=>{var YV=function(){typeof mh<"u"&&(mh.exports=h);var r=86400,e=3200,t=146097*e/400,n=r*t,i=1e3*n,o=864e13,s=4294967296,a=1e6,c="000000000",u=Math.trunc||function(v){var k=v-v%1;return k==0&&(v<0||v===0&&1/v!=1/0)?-0:k},l=h.prototype,p=(h.fromDate=function(v){return new h(+v)},h.fromInt64BE=E(0,1,2,3,0,4),h.fromInt64LE=E(3,2,1,0,4,0),h.fromString=function(R){var k,U=new h,R=(R+="").replace(/^\s*[+\-]?\d+/,function(L){var L=+L,le=1970+(L-1970)%400;return U.year=L-le,le}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function(M,L,le){return L<0&&(le*=-1),k=6e4*(60*+L+ +le),""}).replace(/\.\d+$/,function(M){return U.nano=+(M+c).substr(1,9),""}).split(/\D+/);if(1<R.length?R[1]--:R[1]=0,U.time=k=Date.UTC.apply(Date,R)-(k||0),isNaN(k))throw new TypeError("Invalid Date");return x(U)},h.fromTimeT=function(v){return w(v,0)},l.year=0,l.time=0,l.nano=0,l.addNano=function(v){return this.nano+=+v||0,this},l.getNano=function(){var v=x(this);return(v.time%1e3*a+ +v.nano+1e9)%1e9},l.getTimeT=function(){var k=x(this),v=Math.floor(k.time/1e3),k=k.year;return k&&(v+=k*t*r/e),v},l.getYear=function(){return this.toDate().getUTCFullYear()+this.year},l.toDate=function(){return g(x(this).time)},l.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},l.toString=function(v){var k=this,U=k.toDate(),R={H:function(){return S(U.getUTCHours())},L:function(){return b(U.getUTCMilliseconds(),3)},M:function(){return S(U.getUTCMinutes())},N:function(){return b(k.getNano(),9)},S:function(){return S(U.getUTCSeconds())},Y:function(){var M=k.getYear();return 999999<M?"+"+M:9999<M?"+"+b(M,6):0<=M?b(M,4):-999999<=M?"-"+b(-M,6):M},a:function(){return d[U.getUTCDay()]},b:function(){return m[U.getUTCMonth()]},d:function(){return S(U.getUTCDate())},e:function(){return function(M){return(9<M?"":" ")+(0|M)}(U.getUTCDate())},m:function(){return S(U.getUTCMonth()+1)}};return function M(L){return L.replace(/%./g,function(le){var D=le[1],_=f[D],D=R[D];return _?M(_):D?D():le})}(v||p)},l.writeInt64BE=y(0,1,2,3,0,4),l.writeInt64LE=y(3,2,1,0,4,0),"%Y-%m-%dT%H:%M:%S.%NZ"),m=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],d=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],f={"%":"%",F:"%Y-%m-%d",n:`
|
|
3
|
-
`,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return h;function h(v,k,U){var R=this;if(!(R instanceof h))return new h(v,k,U);R.time=+v||0,R.nano=+k||0,R.year=+U||0,x(R)}function x(v){var k,U,R,M=v.year,L=v.time,le=v.nano,_=((le<0||a<=le)&&(le-=(U=Math.floor(le/a))*a,L+=U,U=1),M%e);return(L<-o||o<L||_)&&((k=u(L/i))&&(M+=k*e,L-=k*i),(R=g(L)).setUTCFullYear(_+R.getUTCFullYear()),R=(L=+R)+(k=u((M-=_)/e))*i,k&&-o<=R&&R<=o&&(M-=k*e,L=R),U=1),U&&(v.year=M,v.time=L,v.nano=le),v}function g(v){var k=new Date(0);return k.setTime(v),k}function w(M,R){M=+M||0;var U=u((R=(R|0)*s)/n)+u(M/n),R=R%n+M%n,M=u(R/n);return M&&(U+=M,R-=M*n),new h(1e3*R,0,U*e)}function y(v,k,U,R,M,L){return function(_,D){var N=x(this);_=_||new Array(8),B(_,D|=0);var T=Math.floor(N.time/1e3),N=N.year*(t*r/e),J=u(N/s)+u(T/s),N=N%s+T%s,T=Math.floor(N/s);return T&&(J+=T,N-=T*s),le(_,D+M,J),le(_,D+L,N),_};function le(_,D,J){_[D+v]=J>>24&255,_[D+k]=J>>16&255,_[D+U]=J>>8&255,_[D+R]=255&J}}function E(v,k,U,R,M,L){return function(_,D){B(_,D|=0);var J=le(_,D+M);return w(le(_,D+L),J)};function le(_,D){return 16777216*_[D+v]+(_[D+k]<<16|_[D+U]<<8|_[D+R])}}function B(v,k){if(v=v&&v.length,v==null)throw new TypeError("Invalid Buffer");if(v<k+8)throw new RangeError("Out of range")}function S(v){return(9<v?"":"0")+(0|v)}function b(v,k){return(c+(0|v)).substr(-k)}}()});var Hb=re((N$,Th)=>{"use strict";var Nk=Object.prototype.hasOwnProperty,bt="~";function Ga(){}Object.create&&(Ga.prototype=Object.create(null),new Ga().__proto__||(bt=!1));function Dk(r,e,t){this.fn=r,this.context=e,this.once=t||!1}function jb(r,e,t,n,i){if(typeof t!="function")throw new TypeError("The listener must be a function");var o=new Dk(t,n||r,i),s=bt?bt+e:e;return r._events[s]?r._events[s].fn?r._events[s]=[r._events[s],o]:r._events[s].push(o):(r._events[s]=o,r._eventsCount++),r}function Mu(r,e){--r._eventsCount===0?r._events=new Ga:delete r._events[e]}function ht(){this._events=new Ga,this._eventsCount=0}ht.prototype.eventNames=function(){var e=[],t,n;if(this._eventsCount===0)return e;for(n in t=this._events)Nk.call(t,n)&&e.push(bt?n.slice(1):n);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(t)):e};ht.prototype.listeners=function(e){var t=bt?bt+e:e,n=this._events[t];if(!n)return[];if(n.fn)return[n.fn];for(var i=0,o=n.length,s=new Array(o);i<o;i++)s[i]=n[i].fn;return s};ht.prototype.listenerCount=function(e){var t=bt?bt+e:e,n=this._events[t];return n?n.fn?1:n.length:0};ht.prototype.emit=function(e,t,n,i,o,s){var a=bt?bt+e:e;if(!this._events[a])return!1;var c=this._events[a],u=arguments.length,l,p;if(c.fn){switch(c.once&&this.removeListener(e,c.fn,void 0,!0),u){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,t),!0;case 3:return c.fn.call(c.context,t,n),!0;case 4:return c.fn.call(c.context,t,n,i),!0;case 5:return c.fn.call(c.context,t,n,i,o),!0;case 6:return c.fn.call(c.context,t,n,i,o,s),!0}for(p=1,l=new Array(u-1);p<u;p++)l[p-1]=arguments[p];c.fn.apply(c.context,l)}else{var m=c.length,d;for(p=0;p<m;p++)switch(c[p].once&&this.removeListener(e,c[p].fn,void 0,!0),u){case 1:c[p].fn.call(c[p].context);break;case 2:c[p].fn.call(c[p].context,t);break;case 3:c[p].fn.call(c[p].context,t,n);break;case 4:c[p].fn.call(c[p].context,t,n,i);break;default:if(!l)for(d=1,l=new Array(u-1);d<u;d++)l[d-1]=arguments[d];c[p].fn.apply(c[p].context,l)}}return!0};ht.prototype.on=function(e,t,n){return jb(this,e,t,n,!1)};ht.prototype.once=function(e,t,n){return jb(this,e,t,n,!0)};ht.prototype.removeListener=function(e,t,n,i){var o=bt?bt+e:e;if(!this._events[o])return this;if(!t)return Mu(this,o),this;var s=this._events[o];if(s.fn)s.fn===t&&(!i||s.once)&&(!n||s.context===n)&&Mu(this,o);else{for(var a=0,c=[],u=s.length;a<u;a++)(s[a].fn!==t||i&&!s[a].once||n&&s[a].context!==n)&&c.push(s[a]);c.length?this._events[o]=c.length===1?c[0]:c:Mu(this,o)}return this};ht.prototype.removeAllListeners=function(e){var t;return e?(t=bt?bt+e:e,this._events[t]&&Mu(this,t)):(this._events=new Ga,this._eventsCount=0),this};ht.prototype.off=ht.prototype.removeListener;ht.prototype.addListener=ht.prototype.on;ht.prefixed=bt;ht.EventEmitter=ht;typeof Th<"u"&&(Th.exports=ht)});var $0=re((QX,kE)=>{"use strict";var qR=typeof navigator<"u"&&navigator.product==="ReactNative";function KR(){return qR?"http://localhost":self.location?self.location.protocol+"//"+self.location.host:""}var Bc=self.URL,BE=KR(),M0=class{constructor(e="",t=BE){this.super=new Bc(e,t),this.path=this.pathname+this.search,this.auth=this.username&&this.password?this.username+":"+this.password:null,this.query=this.search&&this.search.startsWith("?")?this.search.slice(1):null}get hash(){return this.super.hash}get host(){return this.super.host}get hostname(){return this.super.hostname}get href(){return this.super.href}get origin(){return this.super.origin}get password(){return this.super.password}get pathname(){return this.super.pathname}get port(){return this.super.port}get protocol(){return this.super.protocol}get search(){return this.super.search}get searchParams(){return this.super.searchParams}get username(){return this.super.username}set hash(e){this.super.hash=e}set host(e){this.super.host=e}set hostname(e){this.super.hostname=e}set href(e){this.super.href=e}set password(e){this.super.password=e}set pathname(e){this.super.pathname=e}set port(e){this.super.port=e}set protocol(e){this.super.protocol=e}set search(e){this.super.search=e}set username(e){this.super.username=e}static createObjectURL(e){return Bc.createObjectURL(e)}static revokeObjectURL(e){Bc.revokeObjectURL(e)}toJSON(){return this.super.toJSON()}toString(){return this.super.toString()}format(){return this.toString()}};function GR(r){if(typeof r=="string")return new Bc(r).toString();if(!(r instanceof Bc)){let e=r.username&&r.password?`${r.username}:${r.password}@`:"",t=r.auth?r.auth+"@":"",n=r.port?":"+r.port:"",i=r.protocol?r.protocol+"//":"",o=r.host||"",s=r.hostname||"",a=r.search||(r.query?"?"+r.query:""),c=r.hash||"",u=r.pathname||"",l=r.path||u+a;return`${i}${e||t}${o||s+n}${l}${c}`}}kE.exports={URLWithLegacySupport:M0,URLSearchParams:self.URLSearchParams,defaultBase:BE,format:GR}});var TE=re((eJ,_E)=>{"use strict";var{URLWithLegacySupport:IE,format:WR}=$0();_E.exports=(r,e={},t={},n)=>{let i=e.protocol?e.protocol.replace(":",""):"http";i=(t[i]||n||i)+":";let o;try{o=new IE(r)}catch{o={}}let s=Object.assign({},e,{protocol:i||o.protocol,host:e.host||o.host});return new IE(r,WR(s)).toString()}});var RE=re((tJ,CE)=>{"use strict";var{URLWithLegacySupport:YR,format:XR,URLSearchParams:JR,defaultBase:ZR}=$0(),QR=TE();CE.exports={URL:YR,URLSearchParams:JR,format:XR,relative:QR,defaultBase:ZR}});var PE=re((uJ,LE)=>{"use strict";LE.exports=DE;var sU=Od(),Ui=DE.prototype,aU=new Date%1e9;function cU(){return(Math.random()*1e9>>>0)+aU++}function DE(r){r=r||{},this.id=r.id||cU(),this.max=r.max||1/0,this.items=r.items||[],this._lookup={},this.size=this.items.length,this.lastModified=new Date(r.lastModified||new Date);for(var e,t,n=this.items.length;n--;)e=this.items[n],t=new Date(e.expires)-new Date,this._lookup[e.key]=e,t>0?this.expire(e.key,t):t<=0&&this.delete(e.key)}Ui.has=function(r){return r in this._lookup};Ui.get=function(r){if(!this.has(r))return null;var e=this._lookup[r];return e.refresh&&this.expire(r,e.refresh),this.items.splice(this.items.indexOf(e),1),this.items.push(e),e.value};Ui.meta=function(r){if(!this.has(r))return null;var e=this._lookup[r];return"meta"in e?e.meta:null};Ui.set=function(r,e,t){var n=this._lookup[r],i=this._lookup[r]={key:r,value:e};return this.lastModified=new Date,n?(clearTimeout(n.timeout),this.items.splice(this.items.indexOf(n),1,i)):(this.size>=this.max&&this.delete(this.items[0].key),this.items.push(i),this.size++),t&&("ttl"in t&&this.expire(r,t.ttl),"meta"in t&&(i.meta=t.meta),t.refresh&&(i.refresh=t.ttl)),this};Ui.delete=function(r){var e=this._lookup[r];return e?(this.lastModified=new Date,this.items.splice(this.items.indexOf(e),1),clearTimeout(e.timeout),delete this._lookup[r],this.size--,this):!1};Ui.expire=function(r,e){var t=e||0,n=this._lookup[r];if(!n)return this;if(typeof t=="string"&&(t=sU(e)),typeof t!="number")throw new TypeError("Expiration time must be a string or number.");return clearTimeout(n.timeout),n.timeout=setTimeout(this.delete.bind(this,n.key),t),n.expires=Number(new Date)+t,this};Ui.clear=function(){for(var r=this.items.length;r--;)this.delete(this.items[r].key);return this};Ui.toJSON=function(){for(var r=new Array(this.items.length),e,t=r.length;t--;)e=this.items[t],r[t]={key:e.key,meta:e.meta,value:e.value,expires:e.expires,refresh:e.refresh};return{id:this.id,max:isFinite(this.max)?this.max:void 0,lastModified:this.lastModified,items:r}}});var W0=re((dJ,zE)=>{zE.exports=function(r){if(!r)throw Error("hashlru must have a max value, of type number, greater than 0");var e=0,t=Object.create(null),n=Object.create(null);function i(o,s){t[o]=s,e++,e>=r&&(e=0,n=t,t=Object.create(null))}return{has:function(o){return t[o]!==void 0||n[o]!==void 0},remove:function(o){t[o]!==void 0&&(t[o]=void 0),n[o]!==void 0&&(n[o]=void 0)},get:function(o){var s=t[o];if(s!==void 0)return s;if((s=n[o])!==void 0)return i(o,s),s},set:function(o,s){t[o]!==void 0?t[o]=s:i(o,s)},clear:function(){t=Object.create(null),n=Object.create(null)}}}});var QE=re(Ip=>{"use strict";Ip.byteLength=xU;Ip.toByteArray=wU;Ip.fromByteArray=EU;var Wr=[],pr=[],gU=typeof Uint8Array<"u"?Uint8Array:Array,eg="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(wo=0,JE=eg.length;wo<JE;++wo)Wr[wo]=eg[wo],pr[eg.charCodeAt(wo)]=wo;var wo,JE;pr[45]=62;pr[95]=63;function ZE(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function xU(r){var e=ZE(r),t=e[0],n=e[1];return(t+n)*3/4-n}function yU(r,e,t){return(e+t)*3/4-t}function wU(r){var e,t=ZE(r),n=t[0],i=t[1],o=new gU(yU(r,n,i)),s=0,a=i>0?n-4:n,c;for(c=0;c<a;c+=4)e=pr[r.charCodeAt(c)]<<18|pr[r.charCodeAt(c+1)]<<12|pr[r.charCodeAt(c+2)]<<6|pr[r.charCodeAt(c+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return i===2&&(e=pr[r.charCodeAt(c)]<<2|pr[r.charCodeAt(c+1)]>>4,o[s++]=e&255),i===1&&(e=pr[r.charCodeAt(c)]<<10|pr[r.charCodeAt(c+1)]<<4|pr[r.charCodeAt(c+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function bU(r){return Wr[r>>18&63]+Wr[r>>12&63]+Wr[r>>6&63]+Wr[r&63]}function vU(r,e,t){for(var n,i=[],o=e;o<t;o+=3)n=(r[o]<<16&16711680)+(r[o+1]<<8&65280)+(r[o+2]&255),i.push(bU(n));return i.join("")}function EU(r){for(var e,t=r.length,n=t%3,i=[],o=16383,s=0,a=t-n;s<a;s+=o)i.push(vU(r,s,s+o>a?a:s+o));return n===1?(e=r[t-1],i.push(Wr[e>>2]+Wr[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],i.push(Wr[e>>10]+Wr[e>>4&63]+Wr[e<<2&63]+"=")),i.join("")}});var e3=re(tg=>{tg.read=function(r,e,t,n,i){var o,s,a=i*8-n-1,c=(1<<a)-1,u=c>>1,l=-7,p=t?i-1:0,m=t?-1:1,d=r[e+p];for(p+=m,o=d&(1<<-l)-1,d>>=-l,l+=a;l>0;o=o*256+r[e+p],p+=m,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=n;l>0;s=s*256+r[e+p],p+=m,l-=8);if(o===0)o=1-u;else{if(o===c)return s?NaN:(d?-1:1)*(1/0);s=s+Math.pow(2,n),o=o-u}return(d?-1:1)*s*Math.pow(2,o-n)};tg.write=function(r,e,t,n,i,o){var s,a,c,u=o*8-i-1,l=(1<<u)-1,p=l>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:o-1,f=n?1:-1,h=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=l):(s=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-s))<1&&(s--,c*=2),s+p>=1?e+=m/c:e+=m*Math.pow(2,1-p),e*c>=2&&(s++,c/=2),s+p>=l?(a=0,s=l):s+p>=1?(a=(e*c-1)*Math.pow(2,i),s=s+p):(a=e*Math.pow(2,p-1)*Math.pow(2,i),s=0));i>=8;r[t+d]=a&255,d+=f,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;r[t+d]=s&255,d+=f,s/=256,u-=8);r[t+d-f]|=h*128}});var ug=re(qs=>{"use strict";var rg=QE(),js=e3(),t3=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;qs.Buffer=I;qs.SlowBuffer=_U;qs.INSPECT_MAX_BYTES=50;var _p=2147483647;qs.kMaxLength=_p;I.TYPED_ARRAY_SUPPORT=AU();!I.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function AU(){try{let r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch{return!1}}Object.defineProperty(I.prototype,"parent",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.buffer}});Object.defineProperty(I.prototype,"offset",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.byteOffset}});function On(r){if(r>_p)throw new RangeError('The value "'+r+'" is invalid for option "size"');let e=new Uint8Array(r);return Object.setPrototypeOf(e,I.prototype),e}function I(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return sg(r)}return o3(r,e,t)}I.poolSize=8192;function o3(r,e,t){if(typeof r=="string")return BU(r,e);if(ArrayBuffer.isView(r))return kU(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(Yr(r,ArrayBuffer)||r&&Yr(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Yr(r,SharedArrayBuffer)||r&&Yr(r.buffer,SharedArrayBuffer)))return ig(r,e,t);if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return I.from(n,e,t);let i=IU(r);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return I.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}I.from=function(r,e,t){return o3(r,e,t)};Object.setPrototypeOf(I.prototype,Uint8Array.prototype);Object.setPrototypeOf(I,Uint8Array);function s3(r){if(typeof r!="number")throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function SU(r,e,t){return s3(r),r<=0?On(r):e!==void 0?typeof t=="string"?On(r).fill(e,t):On(r).fill(e):On(r)}I.alloc=function(r,e,t){return SU(r,e,t)};function sg(r){return s3(r),On(r<0?0:ag(r)|0)}I.allocUnsafe=function(r){return sg(r)};I.allocUnsafeSlow=function(r){return sg(r)};function BU(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!I.isEncoding(e))throw new TypeError("Unknown encoding: "+e);let t=a3(r,e)|0,n=On(t),i=n.write(r,e);return i!==t&&(n=n.slice(0,i)),n}function ng(r){let e=r.length<0?0:ag(r.length)|0,t=On(e);for(let n=0;n<e;n+=1)t[n]=r[n]&255;return t}function kU(r){if(Yr(r,Uint8Array)){let e=new Uint8Array(r);return ig(e.buffer,e.byteOffset,e.byteLength)}return ng(r)}function ig(r,e,t){if(e<0||r.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(r.byteLength<e+(t||0))throw new RangeError('"length" is outside of buffer bounds');let n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,I.prototype),n}function IU(r){if(I.isBuffer(r)){let e=ag(r.length)|0,t=On(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||lg(r.length)?On(0):ng(r);if(r.type==="Buffer"&&Array.isArray(r.data))return ng(r.data)}function ag(r){if(r>=_p)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+_p.toString(16)+" bytes");return r|0}function _U(r){return+r!=r&&(r=0),I.alloc(+r)}I.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==I.prototype};I.compare=function(e,t){if(Yr(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),Yr(t,Uint8Array)&&(t=I.from(t,t.offset,t.byteLength)),!I.isBuffer(e)||!I.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,i=t.length;for(let o=0,s=Math.min(n,i);o<s;++o)if(e[o]!==t[o]){n=e[o],i=t[o];break}return n<i?-1:i<n?1:0};I.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};I.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return I.alloc(0);let n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;let i=I.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){let s=e[n];if(Yr(s,Uint8Array))o+s.length>i.length?(I.isBuffer(s)||(s=I.from(s)),s.copy(i,o)):Uint8Array.prototype.set.call(i,s,o);else if(I.isBuffer(s))s.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=s.length}return i};function a3(r,e){if(I.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||Yr(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);let t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;let i=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return og(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return g3(r).length;default:if(i)return n?-1:og(r).length;e=(""+e).toLowerCase(),i=!0}}I.byteLength=a3;function TU(r,e,t){let n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return zU(this,e,t);case"utf8":case"utf-8":return l3(this,e,t);case"ascii":return OU(this,e,t);case"latin1":case"binary":return FU(this,e,t);case"base64":return LU(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return VU(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}I.prototype._isBuffer=!0;function bo(r,e,t){let n=r[e];r[e]=r[t],r[t]=n}I.prototype.swap16=function(){let e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)bo(this,t,t+1);return this};I.prototype.swap32=function(){let e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)bo(this,t,t+3),bo(this,t+1,t+2);return this};I.prototype.swap64=function(){let e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)bo(this,t,t+7),bo(this,t+1,t+6),bo(this,t+2,t+5),bo(this,t+3,t+4);return this};I.prototype.toString=function(){let e=this.length;return e===0?"":arguments.length===0?l3(this,0,e):TU.apply(this,arguments)};I.prototype.toLocaleString=I.prototype.toString;I.prototype.equals=function(e){if(!I.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:I.compare(this,e)===0};I.prototype.inspect=function(){let e="",t=qs.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};t3&&(I.prototype[t3]=I.prototype.inspect);I.prototype.compare=function(e,t,n,i,o){if(Yr(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),!I.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;let s=o-i,a=n-t,c=Math.min(s,a),u=this.slice(i,o),l=e.slice(t,n);for(let p=0;p<c;++p)if(u[p]!==l[p]){s=u[p],a=l[p];break}return s<a?-1:a<s?1:0};function c3(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,lg(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=I.from(e,n)),I.isBuffer(e))return e.length===0?-1:r3(r,e,t,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):r3(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function r3(r,e,t,n,i){let o=1,s=r.length,a=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;o=2,s/=2,a/=2,t/=2}function c(l,p){return o===1?l[p]:l.readUInt16BE(p*o)}let u;if(i){let l=-1;for(u=t;u<s;u++)if(c(r,u)===c(e,l===-1?0:u-l)){if(l===-1&&(l=u),u-l+1===a)return l*o}else l!==-1&&(u-=u-l),l=-1}else for(t+a>s&&(t=s-a),u=t;u>=0;u--){let l=!0;for(let p=0;p<a;p++)if(c(r,u+p)!==c(e,p)){l=!1;break}if(l)return u}return-1}I.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};I.prototype.indexOf=function(e,t,n){return c3(this,e,t,n,!0)};I.prototype.lastIndexOf=function(e,t,n){return c3(this,e,t,n,!1)};function CU(r,e,t,n){t=Number(t)||0;let i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;let o=e.length;n>o/2&&(n=o/2);let s;for(s=0;s<n;++s){let a=parseInt(e.substr(s*2,2),16);if(lg(a))return s;r[t+s]=a}return s}function RU(r,e,t,n){return Tp(og(e,r.length-t),r,t,n)}function UU(r,e,t,n){return Tp(HU(e),r,t,n)}function NU(r,e,t,n){return Tp(g3(e),r,t,n)}function DU(r,e,t,n){return Tp(qU(e,r.length-t),r,t,n)}I.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let o=this.length-t;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let s=!1;for(;;)switch(i){case"hex":return CU(this,e,t,n);case"utf8":case"utf-8":return RU(this,e,t,n);case"ascii":case"latin1":case"binary":return UU(this,e,t,n);case"base64":return NU(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return DU(this,e,t,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};I.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function LU(r,e,t){return e===0&&t===r.length?rg.fromByteArray(r):rg.fromByteArray(r.slice(e,t))}function l3(r,e,t){t=Math.min(r.length,t);let n=[],i=e;for(;i<t;){let o=r[i],s=null,a=o>239?4:o>223?3:o>191?2:1;if(i+a<=t){let c,u,l,p;switch(a){case 1:o<128&&(s=o);break;case 2:c=r[i+1],(c&192)===128&&(p=(o&31)<<6|c&63,p>127&&(s=p));break;case 3:c=r[i+1],u=r[i+2],(c&192)===128&&(u&192)===128&&(p=(o&15)<<12|(c&63)<<6|u&63,p>2047&&(p<55296||p>57343)&&(s=p));break;case 4:c=r[i+1],u=r[i+2],l=r[i+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(p=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,p>65535&&p<1114112&&(s=p))}}s===null?(s=65533,a=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=a}return PU(n)}var n3=4096;function PU(r){let e=r.length;if(e<=n3)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=n3));return t}function OU(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function FU(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function zU(r,e,t){let n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);let i="";for(let o=e;o<t;++o)i+=KU[r[o]];return i}function VU(r,e,t){let n=r.slice(e,t),i="";for(let o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}I.prototype.slice=function(e,t){let n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);let i=this.subarray(e,t);return Object.setPrototypeOf(i,I.prototype),i};function Qe(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}I.prototype.readUintLE=I.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||Qe(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return i};I.prototype.readUintBE=I.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||Qe(e,t,this.length);let i=this[e+--t],o=1;for(;t>0&&(o*=256);)i+=this[e+--t]*o;return i};I.prototype.readUint8=I.prototype.readUInt8=function(e,t){return e=e>>>0,t||Qe(e,1,this.length),this[e]};I.prototype.readUint16LE=I.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||Qe(e,2,this.length),this[e]|this[e+1]<<8};I.prototype.readUint16BE=I.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||Qe(e,2,this.length),this[e]<<8|this[e+1]};I.prototype.readUint32LE=I.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||Qe(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};I.prototype.readUint32BE=I.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||Qe(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};I.prototype.readBigUInt64LE=Di(function(e){e=e>>>0,Hs(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&_c(e,this.length-8);let i=t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24,o=this[++e]+this[++e]*2**8+this[++e]*2**16+n*2**24;return BigInt(i)+(BigInt(o)<<BigInt(32))});I.prototype.readBigUInt64BE=Di(function(e){e=e>>>0,Hs(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&_c(e,this.length-8);let i=t*2**24+this[++e]*2**16+this[++e]*2**8+this[++e],o=this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(o)});I.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||Qe(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};I.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||Qe(e,t,this.length);let i=t,o=1,s=this[e+--i];for(;i>0&&(o*=256);)s+=this[e+--i]*o;return o*=128,s>=o&&(s-=Math.pow(2,8*t)),s};I.prototype.readInt8=function(e,t){return e=e>>>0,t||Qe(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};I.prototype.readInt16LE=function(e,t){e=e>>>0,t||Qe(e,2,this.length);let n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};I.prototype.readInt16BE=function(e,t){e=e>>>0,t||Qe(e,2,this.length);let n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};I.prototype.readInt32LE=function(e,t){return e=e>>>0,t||Qe(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};I.prototype.readInt32BE=function(e,t){return e=e>>>0,t||Qe(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};I.prototype.readBigInt64LE=Di(function(e){e=e>>>0,Hs(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&_c(e,this.length-8);let i=this[e+4]+this[e+5]*2**8+this[e+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24)});I.prototype.readBigInt64BE=Di(function(e){e=e>>>0,Hs(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&_c(e,this.length-8);let i=(t<<24)+this[++e]*2**16+this[++e]*2**8+this[++e];return(BigInt(i)<<BigInt(32))+BigInt(this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n)});I.prototype.readFloatLE=function(e,t){return e=e>>>0,t||Qe(e,4,this.length),js.read(this,e,!0,23,4)};I.prototype.readFloatBE=function(e,t){return e=e>>>0,t||Qe(e,4,this.length),js.read(this,e,!1,23,4)};I.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||Qe(e,8,this.length),js.read(this,e,!0,52,8)};I.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||Qe(e,8,this.length),js.read(this,e,!1,52,8)};function Dt(r,e,t,n,i,o){if(!I.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(t+n>r.length)throw new RangeError("Index out of range")}I.prototype.writeUintLE=I.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;Dt(this,e,t,n,a,0)}let o=1,s=0;for(this[t]=e&255;++s<n&&(o*=256);)this[t+s]=e/o&255;return t+n};I.prototype.writeUintBE=I.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;Dt(this,e,t,n,a,0)}let o=n-1,s=1;for(this[t+o]=e&255;--o>=0&&(s*=256);)this[t+o]=e/s&255;return t+n};I.prototype.writeUint8=I.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,1,255,0),this[t]=e&255,t+1};I.prototype.writeUint16LE=I.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeUint16BE=I.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeUint32LE=I.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};I.prototype.writeUint32BE=I.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function u3(r,e,t,n,i){m3(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,t}function p3(r,e,t,n,i){m3(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t+7]=o,o=o>>8,r[t+6]=o,o=o>>8,r[t+5]=o,o=o>>8,r[t+4]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t+3]=s,s=s>>8,r[t+2]=s,s=s>>8,r[t+1]=s,s=s>>8,r[t]=s,t+8}I.prototype.writeBigUInt64LE=Di(function(e,t=0){return u3(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeBigUInt64BE=Di(function(e,t=0){return p3(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);Dt(this,e,t,n,c-1,-c)}let o=0,s=1,a=0;for(this[t]=e&255;++o<n&&(s*=256);)e<0&&a===0&&this[t+o-1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);Dt(this,e,t,n,c-1,-c)}let o=n-1,s=1,a=0;for(this[t+o]=e&255;--o>=0&&(s*=256);)e<0&&a===0&&this[t+o+1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};I.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};I.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||Dt(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};I.prototype.writeBigInt64LE=Di(function(e,t=0){return u3(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});I.prototype.writeBigInt64BE=Di(function(e,t=0){return p3(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function d3(r,e,t,n,i,o){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function f3(r,e,t,n,i){return e=+e,t=t>>>0,i||d3(r,e,t,4,34028234663852886e22,-34028234663852886e22),js.write(r,e,t,n,23,4),t+4}I.prototype.writeFloatLE=function(e,t,n){return f3(this,e,t,!0,n)};I.prototype.writeFloatBE=function(e,t,n){return f3(this,e,t,!1,n)};function h3(r,e,t,n,i){return e=+e,t=t>>>0,i||d3(r,e,t,8,17976931348623157e292,-17976931348623157e292),js.write(r,e,t,n,52,8),t+8}I.prototype.writeDoubleLE=function(e,t,n){return h3(this,e,t,!0,n)};I.prototype.writeDoubleBE=function(e,t,n){return h3(this,e,t,!1,n)};I.prototype.copy=function(e,t,n,i){if(!I.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-n&&(i=e.length-t+n);let o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),t),o};I.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!I.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){let s=e.charCodeAt(0);(i==="utf8"&&s<128||i==="latin1")&&(e=s)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);let o;if(typeof e=="number")for(o=t;o<n;++o)this[o]=e;else{let s=I.isBuffer(e)?e:I.from(e,i),a=s.length;if(a===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-t;++o)this[o+t]=s[o%a]}return this};var $s={};function cg(r,e,t){$s[r]=class extends t{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${r}]`,this.stack,delete this.name}get code(){return r}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${r}]: ${this.message}`}}}cg("ERR_BUFFER_OUT_OF_BOUNDS",function(r){return r?`${r} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);cg("ERR_INVALID_ARG_TYPE",function(r,e){return`The "${r}" argument must be of type number. Received type ${typeof e}`},TypeError);cg("ERR_OUT_OF_RANGE",function(r,e,t){let n=`The value of "${r}" is out of range.`,i=t;return Number.isInteger(t)&&Math.abs(t)>2**32?i=i3(String(t)):typeof t=="bigint"&&(i=String(t),(t>BigInt(2)**BigInt(32)||t<-(BigInt(2)**BigInt(32)))&&(i=i3(i)),i+="n"),n+=` It must be ${e}. Received ${i}`,n},RangeError);function i3(r){let e="",t=r.length,n=r[0]==="-"?1:0;for(;t>=n+4;t-=3)e=`_${r.slice(t-3,t)}${e}`;return`${r.slice(0,t)}${e}`}function MU(r,e,t){Hs(e,"offset"),(r[e]===void 0||r[e+t]===void 0)&&_c(e,r.length-(t+1))}function m3(r,e,t,n,i,o){if(r>t||r<e){let s=typeof e=="bigint"?"n":"",a;throw o>3?e===0||e===BigInt(0)?a=`>= 0${s} and < 2${s} ** ${(o+1)*8}${s}`:a=`>= -(2${s} ** ${(o+1)*8-1}${s}) and < 2 ** ${(o+1)*8-1}${s}`:a=`>= ${e}${s} and <= ${t}${s}`,new $s.ERR_OUT_OF_RANGE("value",a,r)}MU(n,i,o)}function Hs(r,e){if(typeof r!="number")throw new $s.ERR_INVALID_ARG_TYPE(e,"number",r)}function _c(r,e,t){throw Math.floor(r)!==r?(Hs(r,t),new $s.ERR_OUT_OF_RANGE(t||"offset","an integer",r)):e<0?new $s.ERR_BUFFER_OUT_OF_BOUNDS:new $s.ERR_OUT_OF_RANGE(t||"offset",`>= ${t?1:0} and <= ${e}`,r)}var $U=/[^+/0-9A-Za-z-_]/g;function jU(r){if(r=r.split("=")[0],r=r.trim().replace($U,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function og(r,e){e=e||1/0;let t,n=r.length,i=null,o=[];for(let s=0;s<n;++s){if(t=r.charCodeAt(s),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;o.push(t)}else if(t<2048){if((e-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function HU(r){let e=[];for(let t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function qU(r,e){let t,n,i,o=[];for(let s=0;s<r.length&&!((e-=2)<0);++s)t=r.charCodeAt(s),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function g3(r){return rg.toByteArray(jU(r))}function Tp(r,e,t,n){let i;for(i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function Yr(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function lg(r){return r!==r}var KU=function(){let r="0123456789abcdef",e=new Array(256);for(let t=0;t<16;++t){let n=t*16;for(let i=0;i<16;++i)e[n+i]=r[t]+r[i]}return e}();function Di(r){return typeof BigInt>"u"?GU:r}function GU(){throw new Error("BigInt not supported")}});var x3=re(pg=>{"use strict";pg.toString=function(r){switch(r){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_"+r};pg.toType=function(r){switch(r.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 r.toUpperCase().startsWith("UNKNOWN_")?parseInt(r.slice(8)):0}});var y3=re(dg=>{"use strict";dg.toString=function(r){switch(r){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_"+r};dg.toRcode=function(r){switch(r.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 w3=re(fg=>{"use strict";fg.toString=function(r){switch(r){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_"+r};fg.toOpcode=function(r){switch(r.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 b3=re(hg=>{"use strict";hg.toString=function(r){switch(r){case 1:return"IN";case 2:return"CS";case 3:return"CH";case 4:return"HS";case 255:return"ANY"}return"UNKNOWN_"+r};hg.toClass=function(r){switch(r.toUpperCase()){case"IN":return 1;case"CS":return 2;case"CH":return 3;case"HS":return 4;case"ANY":return 255}return 0}});var v3=re(mg=>{"use strict";mg.toString=function(r){switch(r){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 r<0?null:`OPTION_${r}`};mg.toCode=function(r){if(typeof r=="number")return r;if(!r)return-1;switch(r.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=r.match(/_(\d+)$/);return e?parseInt(e[1],10):-1}});var S3=re((A3,gg)=>{var E3=function(r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.decode=p,r.encode=l,r.familyOf=u,r.name=void 0,r.sizeOf=c,r.v6=r.v4=void 0;let e=/^(\d{1,3}\.){3,3}\d{1,3}$/,t=4,n=/^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i,i=16,o={name:"v4",size:t,isFormat:m=>e.test(m),encode(m,d,f){f=~~f,d=d||new Uint8Array(f+t);let h=m.length,x=0;for(let g=0;g<h;){let w=m.charCodeAt(g++);w===46?(d[f++]=x,x=0):x=x*10+(w-48)}return d[f]=x,d},decode(m,d){return d=~~d,`${m[d++]}.${m[d++]}.${m[d++]}.${m[d]}`}};r.v4=o;let s={name:"v6",size:i,isFormat:m=>m.length>0&&n.test(m),encode(m,d,f){f=~~f;let h=f+i,x=-1,g=0,w=0,y=!0,E=!1;d=d||new Uint8Array(f+i);for(let B=0;B<m.length;B++){let S=m.charCodeAt(B);S===58?(y?x!==-1?(f<h&&(d[f]=0),f<h-1&&(d[f+1]=0),f+=2):f<h&&(x=f):(E===!0?(f<h&&(d[f]=w),f++):(f<h&&(d[f]=g>>8),f<h-1&&(d[f+1]=g&255),f+=2),g=0,w=0),y=!0,E=!1):S===46?(f<h&&(d[f]=w),f++,w=0,g=0,y=!1,E=!0):(y=!1,S>=97?S-=87:S>=65?S-=55:(S-=48,w=w*10+S),g=(g<<4)+S)}if(y===!1)E===!0?(f<h&&(d[f]=w),f++):(f<h&&(d[f]=g>>8),f<h-1&&(d[f+1]=g&255),f+=2);else if(x===0)f<h&&(d[f]=0),f<h-1&&(d[f+1]=0),f+=2;else if(x!==-1){f+=2;for(let B=Math.min(f-1,h-1);B>=x+2;B--)d[B]=d[B-2];d[x]=0,d[x+1]=0,x=f}if(x!==f&&x!==-1)for(f>h-2&&(f=h-2);h>x;)d[--h]=f<h&&f>x?d[--f]:0;else for(;f<h;)d[f++]=0;return d},decode(m,d){d=~~d;let f="";for(let h=0;h<i;h+=2)h!==0&&(f+=":"),f+=(m[d+h]<<8|m[d+h+1]).toString(16);return f.replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}};r.v6=s;let a="ip";r.name=a;function c(m){if(o.isFormat(m))return o.size;if(s.isFormat(m))return s.size;throw Error(`Invalid ip address: ${m}`)}function u(m){return c(m)===o.size?1:2}function l(m,d,f){f=~~f;let h=c(m);return typeof d=="function"&&(d=d(f+h)),h===o.size?o.encode(m,d,f):s.encode(m,d,f)}function p(m,d,f){if(d=~~d,f=f||m.length-d,f===o.size)return o.decode(m,d,f);if(f===s.size)return s.decode(m,d,f);throw Error(`Invalid buffer size needs to be ${o.size} for v4 or ${s.size} for v6.`)}return"default"in r?r.default:r}({});typeof define=="function"&&define.amd?define([],function(){return E3}):typeof gg=="object"&&typeof A3=="object"&&(gg.exports=E3)});var I3=re(G=>{"use strict";var W=ug().Buffer,Gn=x3(),WU=y3(),YU=w3(),Rp=b3(),xg=v3(),vo=S3(),XU=0,B3=32768,yg=32768,JU=~yg,k3=32768,ZU=~k3,V=G.name={};V.encode=function(r,e,t,{mail:n=!1}={}){e||(e=W.alloc(V.encodingLength(r))),t||(t=0);let i=t,o=r.replace(/^\.|\.$/gm,"");if(o.length){let s=[];if(n){let a="";o.split(".").forEach(c=>{c.endsWith("\\")?a+=(a.length?".":"")+c.slice(0,-1):s.length===0&&a.length?s.push(a+"."+c):s.push(c)})}else s=o.split(".");for(let a=0;a<s.length;a++){let c=e.write(s[a],t+1);e[t]=c,t+=c+1}}return e[t++]=0,V.encode.bytes=t-i,e};V.encode.bytes=0;V.decode=function(r,e,{mail:t=!1}={}){e||(e=0);let n=[],i=e,o=0,s=0,a=!1;for(;;){if(e>=r.length)throw new Error("Cannot decode name (buffer overflow)");let c=r[e++];if(s+=a?0:1,c===0)break;if(c&192)if((c&192)===192){if(e+1>r.length)throw new Error("Cannot decode name (buffer overflow)");let u=r.readUInt16BE(e-1)-49152;if(u>=i)throw new Error("Cannot decode name (bad pointer)");e=u,i=u,s+=a?0:1,a=!0}else throw new Error("Cannot decode name (bad label)");else{if(e+c>r.length)throw new Error("Cannot decode name (buffer overflow)");if(o+=c+1,o>254)throw new Error("Cannot decode name (name too long)");let u=r.toString("utf-8",e,e+c);t&&(u=u.replace(/\./g,"\\.")),n.push(u),e+=c,s+=a?0:c}}return V.decode.bytes=s,n.length===0?".":n.join(".")};V.decode.bytes=0;V.encodingLength=function(r){return r==="."||r===".."?1:W.byteLength(r.replace(/^\.|\.$/gm,""))+2};var se={};se.encode=function(r,e,t){e||(e=W.alloc(se.encodingLength(r))),t||(t=0);let n=e.write(r,t+1);return e[t]=n,se.encode.bytes=n+1,e};se.encode.bytes=0;se.decode=function(r,e){e||(e=0);let t=r[e],n=r.toString("utf-8",e+1,e+1+t);return se.decode.bytes=t+1,n};se.decode.bytes=0;se.encodingLength=function(r){return W.byteLength(r)+1};var Ir={};Ir.encode=function(r,e,t){e||(e=Ir.encodingLength(r)),t||(t=0);let n=(r.flags||0)&32767,i=r.type==="response"?B3:XU;return e.writeUInt16BE(r.id||0,t),e.writeUInt16BE(n|i,t+2),e.writeUInt16BE(r.questions.length,t+4),e.writeUInt16BE(r.answers.length,t+6),e.writeUInt16BE(r.authorities.length,t+8),e.writeUInt16BE(r.additionals.length,t+10),e};Ir.encode.bytes=12;Ir.decode=function(r,e){if(e||(e=0),r.length<12)throw new Error("Header must be 12 bytes");let t=r.readUInt16BE(e+2);return{id:r.readUInt16BE(e),type:t&B3?"response":"query",flags:t&32767,flag_qr:(t>>15&1)===1,opcode:YU.toString(t>>11&15),flag_aa:(t>>10&1)===1,flag_tc:(t>>9&1)===1,flag_rd:(t>>8&1)===1,flag_ra:(t>>7&1)===1,flag_z:(t>>6&1)===1,flag_ad:(t>>5&1)===1,flag_cd:(t>>4&1)===1,rcode:WU.toString(t&15),questions:new Array(r.readUInt16BE(e+4)),answers:new Array(r.readUInt16BE(e+6)),authorities:new Array(r.readUInt16BE(e+8)),additionals:new Array(r.readUInt16BE(e+10))}};Ir.decode.bytes=12;Ir.encodingLength=function(){return 12};var Fn=G.unknown={};Fn.encode=function(r,e,t){return e||(e=W.alloc(Fn.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.length,t),r.copy(e,t+2),Fn.encode.bytes=r.length+2,e};Fn.encode.bytes=0;Fn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=r.slice(e+2,e+2+t);return Fn.decode.bytes=t+2,n};Fn.decode.bytes=0;Fn.encodingLength=function(r){return r.length+2};var zn=G.ns={};zn.encode=function(r,e,t){return e||(e=W.alloc(zn.encodingLength(r))),t||(t=0),V.encode(r,e,t+2),e.writeUInt16BE(V.encode.bytes,t),zn.encode.bytes=V.encode.bytes+2,e};zn.encode.bytes=0;zn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=V.decode(r,e+2);return zn.decode.bytes=t+2,n};zn.decode.bytes=0;zn.encodingLength=function(r){return V.encodingLength(r)+2};var Vn=G.soa={};Vn.encode=function(r,e,t){e||(e=W.alloc(Vn.encodingLength(r))),t||(t=0);let n=t;return t+=2,V.encode(r.mname,e,t),t+=V.encode.bytes,V.encode(r.rname,e,t,{mail:!0}),t+=V.encode.bytes,e.writeUInt32BE(r.serial||0,t),t+=4,e.writeUInt32BE(r.refresh||0,t),t+=4,e.writeUInt32BE(r.retry||0,t),t+=4,e.writeUInt32BE(r.expire||0,t),t+=4,e.writeUInt32BE(r.minimum||0,t),t+=4,e.writeUInt16BE(t-n-2,n),Vn.encode.bytes=t-n,e};Vn.encode.bytes=0;Vn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mname=V.decode(r,e),e+=V.decode.bytes,n.rname=V.decode(r,e,{mail:!0}),e+=V.decode.bytes,n.serial=r.readUInt32BE(e),e+=4,n.refresh=r.readUInt32BE(e),e+=4,n.retry=r.readUInt32BE(e),e+=4,n.expire=r.readUInt32BE(e),e+=4,n.minimum=r.readUInt32BE(e),e+=4,Vn.decode.bytes=e-t,n};Vn.decode.bytes=0;Vn.encodingLength=function(r){return 22+V.encodingLength(r.mname)+V.encodingLength(r.rname)};var Mn=G.txt={};Mn.encode=function(r,e,t){Array.isArray(r)||(r=[r]);for(let i=0;i<r.length;i++)if(typeof r[i]=="string"&&(r[i]=W.from(r[i])),!W.isBuffer(r[i]))throw new Error("Must be a Buffer");e||(e=W.alloc(Mn.encodingLength(r))),t||(t=0);let n=t;return t+=2,r.forEach(function(i){e[t++]=i.length,i.copy(e,t,0,i.length),t+=i.length}),e.writeUInt16BE(t-n-2,n),Mn.encode.bytes=t-n,e};Mn.encode.bytes=0;Mn.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=[];for(;n>0;){let o=r[e++];if(--n,n<o)throw new Error("Buffer overflow");i.push(r.slice(e,e+o)),e+=o,n-=o}return Mn.decode.bytes=e-t,i};Mn.decode.bytes=0;Mn.encodingLength=function(r){Array.isArray(r)||(r=[r]);let e=2;return r.forEach(function(t){typeof t=="string"?e+=W.byteLength(t)+1:e+=t.length+1}),e};var $n=G.null={};$n.encode=function(r,e,t){e||(e=W.alloc($n.encodingLength(r))),t||(t=0),typeof r=="string"&&(r=W.from(r)),r||(r=W.alloc(0));let n=t;t+=2;let i=r.length;return r.copy(e,t,0,i),t+=i,e.writeUInt16BE(t-n-2,n),$n.encode.bytes=t-n,e};$n.encode.bytes=0;$n.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=r.slice(e,e+n);return e+=n,$n.decode.bytes=e-t,i};$n.decode.bytes=0;$n.encodingLength=function(r){return r?(W.isBuffer(r)?r.length:W.byteLength(r))+2:2};var jn=G.hinfo={};jn.encode=function(r,e,t){e||(e=W.alloc(jn.encodingLength(r))),t||(t=0);let n=t;return t+=2,se.encode(r.cpu,e,t),t+=se.encode.bytes,se.encode(r.os,e,t),t+=se.encode.bytes,e.writeUInt16BE(t-n-2,n),jn.encode.bytes=t-n,e};jn.encode.bytes=0;jn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.cpu=se.decode(r,e),e+=se.decode.bytes,n.os=se.decode(r,e),e+=se.decode.bytes,jn.decode.bytes=e-t,n};jn.decode.bytes=0;jn.encodingLength=function(r){return se.encodingLength(r.cpu)+se.encodingLength(r.os)+2};var Br=G.ptr={},QU=G.cname=Br,eN=G.dname=Br;Br.encode=function(r,e,t){return e||(e=W.alloc(Br.encodingLength(r))),t||(t=0),V.encode(r,e,t+2),e.writeUInt16BE(V.encode.bytes,t),Br.encode.bytes=V.encode.bytes+2,e};Br.encode.bytes=0;Br.decode=function(r,e){e||(e=0);let t=V.decode(r,e+2);return Br.decode.bytes=V.decode.bytes+2,t};Br.decode.bytes=0;Br.encodingLength=function(r){return V.encodingLength(r)+2};var Hn=G.srv={};Hn.encode=function(r,e,t){e||(e=W.alloc(Hn.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.priority||0,t+2),e.writeUInt16BE(r.weight||0,t+4),e.writeUInt16BE(r.port||0,t+6),V.encode(r.target,e,t+8);let n=V.encode.bytes+6;return e.writeUInt16BE(n,t),Hn.encode.bytes=n+2,e};Hn.encode.bytes=0;Hn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n={};return n.priority=r.readUInt16BE(e+2),n.weight=r.readUInt16BE(e+4),n.port=r.readUInt16BE(e+6),n.target=V.decode(r,e+8),Hn.decode.bytes=t+2,n};Hn.decode.bytes=0;Hn.encodingLength=function(r){return 8+V.encodingLength(r.target)};var Wt=G.caa={};Wt.ISSUER_CRITICAL=128;Wt.encode=function(r,e,t){let n=Wt.encodingLength(r);return e||(e=W.alloc(Wt.encodingLength(r))),t||(t=0),r.issuerCritical&&(r.flags=Wt.ISSUER_CRITICAL),e.writeUInt16BE(n-2,t),t+=2,e.writeUInt8(r.flags||0,t),t+=1,se.encode(r.tag,e,t),t+=se.encode.bytes,e.write(r.value,t),t+=W.byteLength(r.value),Wt.encode.bytes=n,e};Wt.encode.bytes=0;Wt.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e);e+=2;let n=e,i={};return i.flags=r.readUInt8(e),e+=1,i.tag=se.decode(r,e),e+=se.decode.bytes,i.value=r.toString("utf-8",e,n+t),i.issuerCritical=!!(i.flags&Wt.ISSUER_CRITICAL),Wt.decode.bytes=t+2,i};Wt.decode.bytes=0;Wt.encodingLength=function(r){return se.encodingLength(r.tag)+se.encodingLength(r.value)+2};var Li=G.mx={};Li.encode=function(r,e,t){e||(e=W.alloc(Li.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,V.encode(r.exchange,e,t),t+=V.encode.bytes,e.writeUInt16BE(t-n-2,n),Li.encode.bytes=t-n,e};Li.encode.bytes=0;Li.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.preference=r.readUInt16BE(e),e+=2,n.exchange=V.decode(r,e),e+=V.decode.bytes,Li.decode.bytes=e-t,n};Li.encodingLength=function(r){return 4+V.encodingLength(r.exchange)};var qn=G.a={};qn.encode=function(r,e,t){return e||(e=W.alloc(qn.encodingLength(r))),t||(t=0),e.writeUInt16BE(4,t),t+=2,vo.v4.encode(r,e,t),qn.encode.bytes=6,e};qn.encode.bytes=0;qn.decode=function(r,e){e||(e=0),e+=2;let t=vo.v4.decode(r,e);return qn.decode.bytes=6,t};qn.decode.bytes=0;qn.encodingLength=function(){return 6};var Kn=G.aaaa={};Kn.encode=function(r,e,t){return e||(e=W.alloc(Kn.encodingLength(r))),t||(t=0),e.writeUInt16BE(16,t),t+=2,vo.v6.encode(r,e,t),Kn.encode.bytes=18,e};Kn.encode.bytes=0;Kn.decode=function(r,e){e||(e=0),e+=2;let t=vo.v6.decode(r,e);return Kn.decode.bytes=18,t};Kn.decode.bytes=0;Kn.encodingLength=function(){return 18};var Lt=G.option={};Lt.encode=function(r,e,t){e||(e=W.alloc(Lt.encodingLength(r))),t||(t=0);let n=t,i=xg.toCode(r.code);if(e.writeUInt16BE(i,t),t+=2,r.data)e.writeUInt16BE(r.data.length,t),t+=2,r.data.copy(e,t),t+=r.data.length;else switch(i){case 8:let o=r.sourcePrefixLength||0,s=r.family||vo.familyOf(r.ip),a=vo.encode(r.ip,W.alloc),c=Math.ceil(o/8);e.writeUInt16BE(c+4,t),t+=2,e.writeUInt16BE(s,t),t+=2,e.writeUInt8(o,t++),e.writeUInt8(r.scopePrefixLength||0,t++),a.copy(e,t,0,c),t+=c;break;case 11:r.timeout?(e.writeUInt16BE(2,t),t+=2,e.writeUInt16BE(r.timeout,t),t+=2):(e.writeUInt16BE(0,t),t+=2);break;case 12:let u=r.length||0;e.writeUInt16BE(u,t),t+=2,e.fill(0,t,t+u),t+=u;break;case 14:let l=r.tags.length*2;e.writeUInt16BE(l,t),t+=2;for(let p of r.tags)e.writeUInt16BE(p,t),t+=2;break;default:throw new Error(`Unknown roption code: ${r.code}`)}return Lt.encode.bytes=t-n,e};Lt.encode.bytes=0;Lt.decode=function(r,e){e||(e=0);let t={};t.code=r.readUInt16BE(e),t.type=xg.toString(t.code),e+=2;let n=r.readUInt16BE(e);switch(e+=2,t.data=r.slice(e,e+n),t.code){case 8:t.family=r.readUInt16BE(e),e+=2,t.sourcePrefixLength=r.readUInt8(e++),t.scopePrefixLength=r.readUInt8(e++);let i=W.alloc(t.family===1?4:16);r.copy(i,0,e,e+n-4),t.ip=vo.decode(i);break;case 11:n>0&&(t.timeout=r.readUInt16BE(e),e+=2);break;case 14:t.tags=[];for(let o=0;o<n;o+=2)t.tags.push(r.readUInt16BE(e)),e+=2}return Lt.decode.bytes=n+4,t};Lt.decode.bytes=0;Lt.encodingLength=function(r){if(r.data)return r.data.length+4;switch(xg.toCode(r.code)){case 8:let t=r.sourcePrefixLength||0;return Math.ceil(t/8)+8;case 11:return typeof r.timeout=="number"?6:4;case 12:return r.length+4;case 14:return 4+r.tags.length*2}throw new Error(`Unknown roption code: ${r.code}`)};var Xt=G.opt={};Xt.encode=function(r,e,t){e||(e=W.alloc(Xt.encodingLength(r))),t||(t=0);let n=t,i=Ks(r,Lt);return e.writeUInt16BE(i,t),t=Tc(r,Lt,e,t+2),Xt.encode.bytes=t-n,e};Xt.encode.bytes=0;Xt.decode=function(r,e){e||(e=0);let t=e,n=[],i=r.readUInt16BE(e);e+=2;let o=0;for(;i>0;)n[o++]=Lt.decode(r,e),e+=Lt.decode.bytes,i-=Lt.decode.bytes;return Xt.decode.bytes=e-t,n};Xt.decode.bytes=0;Xt.encodingLength=function(r){return 2+Ks(r||[],Lt)};var At=G.dnskey={};At.PROTOCOL_DNSSEC=3;At.ZONE_KEY=128;At.SECURE_ENTRYPOINT=32768;At.encode=function(r,e,t){e||(e=W.alloc(At.encodingLength(r))),t||(t=0);let n=t,i=r.key;if(!W.isBuffer(i))throw new Error("Key must be a Buffer");return t+=2,e.writeUInt16BE(r.flags,t),t+=2,e.writeUInt8(At.PROTOCOL_DNSSEC,t),t+=1,e.writeUInt8(r.algorithm,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,At.encode.bytes=t-n,e.writeUInt16BE(At.encode.bytes-2,n),e};At.encode.bytes=0;At.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);if(e+=2,n.flags=r.readUInt16BE(e),e+=2,r.readUInt8(e)!==At.PROTOCOL_DNSSEC)throw new Error("Protocol must be 3");return e+=1,n.algorithm=r.readUInt8(e),e+=1,n.key=r.slice(e,t+i+2),e+=n.key.length,At.decode.bytes=e-t,n};At.decode.bytes=0;At.encodingLength=function(r){return 6+W.byteLength(r.key)};var Xr=G.rrsig={};Xr.encode=function(r,e,t){e||(e=W.alloc(Xr.encodingLength(r))),t||(t=0);let n=t,i=r.signature;if(!W.isBuffer(i))throw new Error("Signature must be a Buffer");return t+=2,e.writeUInt16BE(Gn.toType(r.typeCovered),t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.labels,t),t+=1,e.writeUInt32BE(r.originalTTL,t),t+=4,e.writeUInt32BE(r.expiration,t),t+=4,e.writeUInt32BE(r.inception,t),t+=4,e.writeUInt16BE(r.keyTag,t),t+=2,V.encode(r.signersName,e,t),t+=V.encode.bytes,i.copy(e,t,0,i.length),t+=i.length,Xr.encode.bytes=t-n,e.writeUInt16BE(Xr.encode.bytes-2,n),e};Xr.encode.bytes=0;Xr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.typeCovered=Gn.toString(r.readUInt16BE(e)),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.labels=r.readUInt8(e),e+=1,n.originalTTL=r.readUInt32BE(e),e+=4,n.expiration=r.readUInt32BE(e),e+=4,n.inception=r.readUInt32BE(e),e+=4,n.keyTag=r.readUInt16BE(e),e+=2,n.signersName=V.decode(r,e),e+=V.decode.bytes,n.signature=r.slice(e,t+i+2),e+=n.signature.length,Xr.decode.bytes=e-t,n};Xr.decode.bytes=0;Xr.encodingLength=function(r){return 20+V.encodingLength(r.signersName)+W.byteLength(r.signature)};var Jr=G.rp={};Jr.encode=function(r,e,t){e||(e=W.alloc(Jr.encodingLength(r))),t||(t=0);let n=t;return t+=2,V.encode(r.mbox||".",e,t,{mail:!0}),t+=V.encode.bytes,V.encode(r.txt||".",e,t),t+=V.encode.bytes,Jr.encode.bytes=t-n,e.writeUInt16BE(Jr.encode.bytes-2,n),e};Jr.encode.bytes=0;Jr.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mbox=V.decode(r,e,{mail:!0})||".",e+=V.decode.bytes,n.txt=V.decode(r,e)||".",e+=V.decode.bytes,Jr.decode.bytes=e-t,n};Jr.decode.bytes=0;Jr.encodingLength=function(r){return 2+V.encodingLength(r.mbox||".")+V.encodingLength(r.txt||".")};var et={};et.encode=function(r,e,t){e||(e=W.alloc(et.encodingLength(r))),t||(t=0);let n=t;for(var i=[],o=0;o<r.length;o++){var s=Gn.toType(r[o]);i[s>>8]===void 0&&(i[s>>8]=[]),i[s>>8][s>>3&31]|=1<<7-(s&7)}for(o=0;o<i.length;o++)if(i[o]!==void 0){var a=W.from(i[o]);e.writeUInt8(o,t),t+=1,e.writeUInt8(a.length,t),t+=1,a.copy(e,t),t+=a.length}return et.encode.bytes=t-n,e};et.encode.bytes=0;et.decode=function(r,e,t){e||(e=0);let n=e;for(var i=[];e-n<t;){var o=r.readUInt8(e);e+=1;var s=r.readUInt8(e);e+=1;for(var a=0;a<s;a++)for(var c=r.readUInt8(e+a),u=0;u<8;u++)if(c&1<<7-u){var l=Gn.toString(o<<8|a<<3|u);i.push(l)}e+=s}return et.decode.bytes=e-n,i};et.decode.bytes=0;et.encodingLength=function(r){for(var e=[],t=0;t<r.length;t++){var n=Gn.toType(r[t]);e[n>>8]=Math.max(e[n>>8]||0,n&255)}var i=0;for(t=0;t<e.length;t++)e[t]!==void 0&&(i+=2+Math.ceil((e[t]+1)/8));return i};var Zr=G.nsec={};Zr.encode=function(r,e,t){e||(e=W.alloc(Zr.encodingLength(r))),t||(t=0);let n=t;return t+=2,V.encode(r.nextDomain,e,t),t+=V.encode.bytes,et.encode(r.rrtypes,e,t),t+=et.encode.bytes,Zr.encode.bytes=t-n,e.writeUInt16BE(Zr.encode.bytes-2,n),e};Zr.encode.bytes=0;Zr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.nextDomain=V.decode(r,e),e+=V.decode.bytes,n.rrtypes=et.decode(r,e,i-(e-t)),e+=et.decode.bytes,Zr.decode.bytes=e-t,n};Zr.decode.bytes=0;Zr.encodingLength=function(r){return 2+V.encodingLength(r.nextDomain)+et.encodingLength(r.rrtypes)};var Qr=G.nsec3={};Qr.encode=function(r,e,t){e||(e=W.alloc(Qr.encodingLength(r))),t||(t=0);let n=t,i=r.salt;if(!W.isBuffer(i))throw new Error("salt must be a Buffer");let o=r.nextDomain;if(!W.isBuffer(o))throw new Error("nextDomain must be a Buffer");return t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.flags,t),t+=1,e.writeUInt16BE(r.iterations,t),t+=2,e.writeUInt8(i.length,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,e.writeUInt8(o.length,t),t+=1,o.copy(e,t,0,o.length),t+=o.length,et.encode(r.rrtypes,e,t),t+=et.encode.bytes,Qr.encode.bytes=t-n,e.writeUInt16BE(Qr.encode.bytes-2,n),e};Qr.encode.bytes=0;Qr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);e+=2,n.algorithm=r.readUInt8(e),e+=1,n.flags=r.readUInt8(e),e+=1,n.iterations=r.readUInt16BE(e),e+=2;let o=r.readUInt8(e);e+=1,n.salt=r.slice(e,e+o),e+=o;let s=r.readUInt8(e);return e+=1,n.nextDomain=r.slice(e,e+s),e+=s,n.rrtypes=et.decode(r,e,i-(e-t)),e+=et.decode.bytes,Qr.decode.bytes=e-t,n};Qr.decode.bytes=0;Qr.encodingLength=function(r){return 8+r.salt.length+r.nextDomain.length+et.encodingLength(r.rrtypes)};var en=G.ds={};en.encode=function(r,e,t){e||(e=W.alloc(en.encodingLength(r))),t||(t=0);let n=t,i=r.digest;if(!W.isBuffer(i))throw new Error("Digest must be a Buffer");return t+=2,e.writeUInt16BE(r.keyTag,t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.digestType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,en.encode.bytes=t-n,e.writeUInt16BE(en.encode.bytes-2,n),e};en.encode.bytes=0;en.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.keyTag=r.readUInt16BE(e),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.digestType=r.readUInt8(e),e+=1,n.digest=r.slice(e,t+i+2),e+=n.digest.length,en.decode.bytes=e-t,n};en.decode.bytes=0;en.encodingLength=function(r){return 6+W.byteLength(r.digest)};var Yt=G.sshfp={};Yt.getFingerprintLengthForHashType=function(e){switch(e){case 1:return 20;case 2:return 32}};Yt.encode=function(e,t,n){t||(t=W.alloc(Yt.encodingLength(e))),n||(n=0);let i=n;n+=2,t[n]=e.algorithm,n+=1,t[n]=e.hash,n+=1;let o=W.from(e.fingerprint.toUpperCase(),"hex");if(o.length!==Yt.getFingerprintLengthForHashType(e.hash))throw new Error("Invalid fingerprint length");return o.copy(t,n),n+=o.byteLength,Yt.encode.bytes=n-i,t.writeUInt16BE(Yt.encode.bytes-2,i),t};Yt.encode.bytes=0;Yt.decode=function(e,t){t||(t=0);let n=t,i={};t+=2,i.algorithm=e[t],t+=1,i.hash=e[t],t+=1;let o=Yt.getFingerprintLengthForHashType(i.hash);return i.fingerprint=e.slice(t,t+o).toString("hex").toUpperCase(),t+=o,Yt.decode.bytes=t-n,i};Yt.decode.bytes=0;Yt.encodingLength=function(r){return 4+W.from(r.fingerprint,"hex").byteLength};var tn=G.naptr={};tn.encode=function(r,e,t){e||(e=W.alloc(tn.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.order||0,t),t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,se.encode(r.flags,e,t),t+=se.encode.bytes,se.encode(r.services,e,t),t+=se.encode.bytes,se.encode(r.regexp,e,t),t+=se.encode.bytes,V.encode(r.replacement,e,t),t+=V.encode.bytes,tn.encode.bytes=t-n,e.writeUInt16BE(tn.encode.bytes-2,n),e};tn.encode.bytes=0;tn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.order=r.readUInt16BE(e),e+=2,n.preference=r.readUInt16BE(e),e+=2,n.flags=se.decode(r,e),e+=se.decode.bytes,n.services=se.decode(r,e),e+=se.decode.bytes,n.regexp=se.decode(r,e),e+=se.decode.bytes,n.replacement=V.decode(r,e),e+=V.decode.bytes,tn.decode.bytes=e-t,n};tn.decode.bytes=0;tn.encodingLength=function(r){return se.encodingLength(r.flags)+se.encodingLength(r.services)+se.encodingLength(r.regexp)+V.encodingLength(r.replacement)+6};var rn=G.tlsa={};rn.encode=function(r,e,t){e||(e=W.alloc(rn.encodingLength(r))),t||(t=0);let n=t,i=r.certificate;if(!W.isBuffer(i))throw new Error("Certificate must be a Buffer");return t+=2,e.writeUInt8(r.usage,t),t+=1,e.writeUInt8(r.selector,t),t+=1,e.writeUInt8(r.matchingType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,rn.encode.bytes=t-n,e.writeUInt16BE(rn.encode.bytes-2,n),e};rn.encode.bytes=0;rn.decode=function(r,e){e||(e=0);let t=e,n={},i=r.readUInt16BE(e);return e+=2,n.usage=r.readUInt8(e),e+=1,n.selector=r.readUInt8(e),e+=1,n.matchingType=r.readUInt8(e),e+=1,n.certificate=r.slice(e,t+i+2),e+=n.certificate.length,rn.decode.bytes=e-t,n};rn.decode.bytes=0;rn.encodingLength=function(r){return 5+W.byteLength(r.certificate)};var wg=G.record=function(r){switch(r.toUpperCase()){case"A":return qn;case"PTR":return Br;case"CNAME":return QU;case"DNAME":return eN;case"TXT":return Mn;case"NULL":return $n;case"AAAA":return Kn;case"SRV":return Hn;case"HINFO":return jn;case"CAA":return Wt;case"NS":return zn;case"SOA":return Vn;case"MX":return Li;case"OPT":return Xt;case"DNSKEY":return At;case"RRSIG":return Xr;case"RP":return Jr;case"NSEC":return Zr;case"NSEC3":return Qr;case"SSHFP":return Yt;case"DS":return en;case"NAPTR":return tn;case"TLSA":return rn}return Fn},ct=G.answer={};ct.encode=function(r,e,t){e||(e=W.alloc(ct.encodingLength(r))),t||(t=0);let n=t;if(V.encode(r.name,e,t),t+=V.encode.bytes,e.writeUInt16BE(Gn.toType(r.type),t),r.type.toUpperCase()==="OPT"){if(r.name!==".")throw new Error("OPT name must be root.");e.writeUInt16BE(r.udpPayloadSize||4096,t+2),e.writeUInt8(r.extendedRcode||0,t+4),e.writeUInt8(r.ednsVersion||0,t+5),e.writeUInt16BE(r.flags||0,t+6),t+=8,Xt.encode(r.options||[],e,t),t+=Xt.encode.bytes}else{let i=Rp.toClass(r.class===void 0?"IN":r.class);r.flush&&(i|=yg),e.writeUInt16BE(i,t+2),e.writeUInt32BE(r.ttl||0,t+4),t+=8;let o=wg(r.type);o.encode(r.data,e,t),t+=o.encode.bytes}return ct.encode.bytes=t-n,e};ct.encode.bytes=0;ct.decode=function(r,e){e||(e=0);let t={},n=e;if(t.name=V.decode(r,e),e+=V.decode.bytes,t.type=Gn.toString(r.readUInt16BE(e)),t.type==="OPT")t.udpPayloadSize=r.readUInt16BE(e+2),t.extendedRcode=r.readUInt8(e+4),t.ednsVersion=r.readUInt8(e+5),t.flags=r.readUInt16BE(e+6),t.flag_do=(t.flags>>15&1)===1,t.options=Xt.decode(r,e+8),e+=8+Xt.decode.bytes;else{let i=r.readUInt16BE(e+2);t.ttl=r.readUInt32BE(e+4),t.class=Rp.toString(i&JU),t.flush=!!(i&yg);let o=wg(t.type);t.data=o.decode(r,e+8),e+=8+o.decode.bytes}return ct.decode.bytes=e-n,t};ct.decode.bytes=0;ct.encodingLength=function(r){let e=r.data!==null&&r.data!==void 0?r.data:r.options;return V.encodingLength(r.name)+8+wg(r.type).encodingLength(e)};var kr=G.question={};kr.encode=function(r,e,t){e||(e=W.alloc(kr.encodingLength(r))),t||(t=0);let n=t;return V.encode(r.name,e,t),t+=V.encode.bytes,e.writeUInt16BE(Gn.toType(r.type),t),t+=2,e.writeUInt16BE(Rp.toClass(r.class===void 0?"IN":r.class),t),t+=2,kr.encode.bytes=t-n,r};kr.encode.bytes=0;kr.decode=function(r,e){e||(e=0);let t=e,n={};return n.name=V.decode(r,e),e+=V.decode.bytes,n.type=Gn.toString(r.readUInt16BE(e)),e+=2,n.class=Rp.toString(r.readUInt16BE(e)),e+=2,!!(n.class&k3)&&(n.class&=ZU),kr.decode.bytes=e-t,n};kr.decode.bytes=0;kr.encodingLength=function(r){return V.encodingLength(r.name)+4};G.AUTHORITATIVE_ANSWER=1024;G.TRUNCATED_RESPONSE=512;G.RECURSION_DESIRED=256;G.RECURSION_AVAILABLE=128;G.AUTHENTIC_DATA=32;G.CHECKING_DISABLED=16;G.DNSSEC_OK=32768;G.encode=function(r,e,t){let n=!e;n&&(e=W.alloc(G.encodingLength(r))),t||(t=0);let i=t;return r.questions||(r.questions=[]),r.answers||(r.answers=[]),r.authorities||(r.authorities=[]),r.additionals||(r.additionals=[]),Ir.encode(r,e,t),t+=Ir.encode.bytes,t=Tc(r.questions,kr,e,t),t=Tc(r.answers,ct,e,t),t=Tc(r.authorities,ct,e,t),t=Tc(r.additionals,ct,e,t),G.encode.bytes=t-i,n&&G.encode.bytes!==e.length?e.slice(0,G.encode.bytes):e};G.encode.bytes=0;G.decode=function(r,e){e||(e=0);let t=e,n=Ir.decode(r,e);return e+=Ir.decode.bytes,e=Cp(n.questions,kr,r,e),e=Cp(n.answers,ct,r,e),e=Cp(n.authorities,ct,r,e),e=Cp(n.additionals,ct,r,e),G.decode.bytes=e-t,n};G.decode.bytes=0;G.encodingLength=function(r){return Ir.encodingLength(r)+Ks(r.questions||[],kr)+Ks(r.answers||[],ct)+Ks(r.authorities||[],ct)+Ks(r.additionals||[],ct)};G.streamEncode=function(r){let e=G.encode(r),t=W.alloc(2);t.writeUInt16BE(e.byteLength);let n=W.concat([t,e]);return G.streamEncode.bytes=n.byteLength,n};G.streamEncode.bytes=0;G.streamDecode=function(r){let e=r.readUInt16BE(0);if(r.byteLength<e+2)return null;let t=G.decode(r.slice(2));return G.streamDecode.bytes=G.decode.bytes,t};G.streamDecode.bytes=0;function Ks(r,e){let t=0;for(let n=0;n<r.length;n++)t+=e.encodingLength(r[n]);return t}function Tc(r,e,t,n){for(let i=0;i<r.length;i++)e.encode(r[i],t,n),n+=e.encode.bytes;return n}function Cp(r,e,t,n){for(let i=0;i<r.length;i++)r[i]=e.decode(t,n),n+=e.decode.bytes;return n}});var z3=re((Pc,Dp)=>{(function(r,e){"use strict";var t={version:"3.0.0",x86:{},x64:{},inputValidation:!0};function n(d){if(!Array.isArray(d)&&!ArrayBuffer.isView(d))return!1;for(var f=0;f<d.length;f++)if(!Number.isInteger(d[f])||d[f]<0||d[f]>255)return!1;return!0}function i(d,f){return(d&65535)*f+(((d>>>16)*f&65535)<<16)}function o(d,f){return d<<f|d>>>32-f}function s(d){return d^=d>>>16,d=i(d,2246822507),d^=d>>>13,d=i(d,3266489909),d^=d>>>16,d}function a(d,f){d=[d[0]>>>16,d[0]&65535,d[1]>>>16,d[1]&65535],f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535];var h=[0,0,0,0];return h[3]+=d[3]+f[3],h[2]+=h[3]>>>16,h[3]&=65535,h[2]+=d[2]+f[2],h[1]+=h[2]>>>16,h[2]&=65535,h[1]+=d[1]+f[1],h[0]+=h[1]>>>16,h[1]&=65535,h[0]+=d[0]+f[0],h[0]&=65535,[h[0]<<16|h[1],h[2]<<16|h[3]]}function c(d,f){d=[d[0]>>>16,d[0]&65535,d[1]>>>16,d[1]&65535],f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535];var h=[0,0,0,0];return h[3]+=d[3]*f[3],h[2]+=h[3]>>>16,h[3]&=65535,h[2]+=d[2]*f[3],h[1]+=h[2]>>>16,h[2]&=65535,h[2]+=d[3]*f[2],h[1]+=h[2]>>>16,h[2]&=65535,h[1]+=d[1]*f[3],h[0]+=h[1]>>>16,h[1]&=65535,h[1]+=d[2]*f[2],h[0]+=h[1]>>>16,h[1]&=65535,h[1]+=d[3]*f[1],h[0]+=h[1]>>>16,h[1]&=65535,h[0]+=d[0]*f[3]+d[1]*f[2]+d[2]*f[1]+d[3]*f[0],h[0]&=65535,[h[0]<<16|h[1],h[2]<<16|h[3]]}function u(d,f){return f%=64,f===32?[d[1],d[0]]:f<32?[d[0]<<f|d[1]>>>32-f,d[1]<<f|d[0]>>>32-f]:(f-=32,[d[1]<<f|d[0]>>>32-f,d[0]<<f|d[1]>>>32-f])}function l(d,f){return f%=64,f===0?d:f<32?[d[0]<<f|d[1]>>>32-f,d[1]<<f]:[d[1]<<f-32,0]}function p(d,f){return[d[0]^f[0],d[1]^f[1]]}function m(d){return d=p(d,[0,d[0]>>>1]),d=c(d,[4283543511,3981806797]),d=p(d,[0,d[0]>>>1]),d=c(d,[3301882366,444984403]),d=p(d,[0,d[0]>>>1]),d}t.x86.hash32=function(d,f){if(t.inputValidation&&!n(d))return e;f=f||0;for(var h=d.length%4,x=d.length-h,g=f,w=0,y=3432918353,E=461845907,B=0;B<x;B=B+4)w=d[B]|d[B+1]<<8|d[B+2]<<16|d[B+3]<<24,w=i(w,y),w=o(w,15),w=i(w,E),g^=w,g=o(g,13),g=i(g,5)+3864292196;switch(w=0,h){case 3:w^=d[B+2]<<16;case 2:w^=d[B+1]<<8;case 1:w^=d[B],w=i(w,y),w=o(w,15),w=i(w,E),g^=w}return g^=d.length,g=s(g),g>>>0},t.x86.hash128=function(d,f){if(t.inputValidation&&!n(d))return e;f=f||0;for(var h=d.length%16,x=d.length-h,g=f,w=f,y=f,E=f,B=0,S=0,b=0,v=0,k=597399067,U=2869860233,R=951274213,M=2716044179,L=0;L<x;L=L+16)B=d[L]|d[L+1]<<8|d[L+2]<<16|d[L+3]<<24,S=d[L+4]|d[L+5]<<8|d[L+6]<<16|d[L+7]<<24,b=d[L+8]|d[L+9]<<8|d[L+10]<<16|d[L+11]<<24,v=d[L+12]|d[L+13]<<8|d[L+14]<<16|d[L+15]<<24,B=i(B,k),B=o(B,15),B=i(B,U),g^=B,g=o(g,19),g+=w,g=i(g,5)+1444728091,S=i(S,U),S=o(S,16),S=i(S,R),w^=S,w=o(w,17),w+=y,w=i(w,5)+197830471,b=i(b,R),b=o(b,17),b=i(b,M),y^=b,y=o(y,15),y+=E,y=i(y,5)+2530024501,v=i(v,M),v=o(v,18),v=i(v,k),E^=v,E=o(E,13),E+=g,E=i(E,5)+850148119;switch(B=0,S=0,b=0,v=0,h){case 15:v^=d[L+14]<<16;case 14:v^=d[L+13]<<8;case 13:v^=d[L+12],v=i(v,M),v=o(v,18),v=i(v,k),E^=v;case 12:b^=d[L+11]<<24;case 11:b^=d[L+10]<<16;case 10:b^=d[L+9]<<8;case 9:b^=d[L+8],b=i(b,R),b=o(b,17),b=i(b,M),y^=b;case 8:S^=d[L+7]<<24;case 7:S^=d[L+6]<<16;case 6:S^=d[L+5]<<8;case 5:S^=d[L+4],S=i(S,U),S=o(S,16),S=i(S,R),w^=S;case 4:B^=d[L+3]<<24;case 3:B^=d[L+2]<<16;case 2:B^=d[L+1]<<8;case 1:B^=d[L],B=i(B,k),B=o(B,15),B=i(B,U),g^=B}return g^=d.length,w^=d.length,y^=d.length,E^=d.length,g+=w,g+=y,g+=E,w+=g,y+=g,E+=g,g=s(g),w=s(w),y=s(y),E=s(E),g+=w,g+=y,g+=E,w+=g,y+=g,E+=g,("00000000"+(g>>>0).toString(16)).slice(-8)+("00000000"+(w>>>0).toString(16)).slice(-8)+("00000000"+(y>>>0).toString(16)).slice(-8)+("00000000"+(E>>>0).toString(16)).slice(-8)},t.x64.hash128=function(d,f){if(t.inputValidation&&!n(d))return e;f=f||0;for(var h=d.length%16,x=d.length-h,g=[0,f],w=[0,f],y=[0,0],E=[0,0],B=[2277735313,289559509],S=[1291169091,658871167],b=0;b<x;b=b+16)y=[d[b+4]|d[b+5]<<8|d[b+6]<<16|d[b+7]<<24,d[b]|d[b+1]<<8|d[b+2]<<16|d[b+3]<<24],E=[d[b+12]|d[b+13]<<8|d[b+14]<<16|d[b+15]<<24,d[b+8]|d[b+9]<<8|d[b+10]<<16|d[b+11]<<24],y=c(y,B),y=u(y,31),y=c(y,S),g=p(g,y),g=u(g,27),g=a(g,w),g=a(c(g,[0,5]),[0,1390208809]),E=c(E,S),E=u(E,33),E=c(E,B),w=p(w,E),w=u(w,31),w=a(w,g),w=a(c(w,[0,5]),[0,944331445]);switch(y=[0,0],E=[0,0],h){case 15:E=p(E,l([0,d[b+14]],48));case 14:E=p(E,l([0,d[b+13]],40));case 13:E=p(E,l([0,d[b+12]],32));case 12:E=p(E,l([0,d[b+11]],24));case 11:E=p(E,l([0,d[b+10]],16));case 10:E=p(E,l([0,d[b+9]],8));case 9:E=p(E,[0,d[b+8]]),E=c(E,S),E=u(E,33),E=c(E,B),w=p(w,E);case 8:y=p(y,l([0,d[b+7]],56));case 7:y=p(y,l([0,d[b+6]],48));case 6:y=p(y,l([0,d[b+5]],40));case 5:y=p(y,l([0,d[b+4]],32));case 4:y=p(y,l([0,d[b+3]],24));case 3:y=p(y,l([0,d[b+2]],16));case 2:y=p(y,l([0,d[b+1]],8));case 1:y=p(y,[0,d[b]]),y=c(y,B),y=u(y,31),y=c(y,S),g=p(g,y)}return g=p(g,[0,d.length]),w=p(w,[0,d.length]),g=a(g,w),w=a(w,g),g=m(g),w=m(w),g=a(g,w),w=a(w,g),("00000000"+(g[0]>>>0).toString(16)).slice(-8)+("00000000"+(g[1]>>>0).toString(16)).slice(-8)+("00000000"+(w[0]>>>0).toString(16)).slice(-8)+("00000000"+(w[1]>>>0).toString(16)).slice(-8)},typeof Pc<"u"?(typeof Dp<"u"&&Dp.exports&&(Pc=Dp.exports=t),Pc.murmurHash3=t):typeof define=="function"&&define.amd?define([],function(){return t}):(t._murmurHash3=r.murmurHash3,t.noConflict=function(){return r.murmurHash3=t._murmurHash3,t._murmurHash3=e,t.noConflict=e,t},r.murmurHash3=t)})(Pc)});var M3=re((AQ,V3)=>{V3.exports=z3()});var Pp=re((CQ,j3)=>{"use strict";j3.exports=class{constructor(){this._bitArrays=[],this._data=[],this._length=0,this._changedLength=!1,this._changedData=!1}set(e,t){let n=this._internalPositionFor(e,!1);if(t===void 0)n!==-1&&(this._unsetInternalPos(n),this._unsetBit(e),this._changedLength=!0,this._changedData=!0);else{let i=!1;n===-1?(n=this._data.length,this._setBit(e),this._changedData=!0):i=!0,this._setInternalPos(n,e,t,i),this._changedLength=!0}}unset(e){this.set(e,void 0)}get(e){this._sortData();let t=this._internalPositionFor(e,!0);if(t!==-1)return this._data[t][1]}push(e){return this.set(this.length,e),this.length}get length(){if(this._sortData(),this._changedLength){let e=this._data[this._data.length-1];this._length=e?e[0]+1:0,this._changedLength=!1}return this._length}forEach(e){let t=0;for(;t<this.length;)e(this.get(t),t,this),t++}map(e){let t=0,n=new Array(this.length);for(;t<this.length;)n[t]=e(this.get(t),t,this),t++;return n}reduce(e,t){let n=0,i=t;for(;n<this.length;){let o=this.get(n);i=e(i,o,n),n++}return i}find(e){let t=0,n,i;for(;t<this.length&&!n;)i=this.get(t),n=e(i),t++;return n?i:void 0}_internalPositionFor(e,t){let n=this._bytePosFor(e,t);if(n>=this._bitArrays.length)return-1;let i=this._bitArrays[n],o=e-n*7;if(!((i&1<<o)>0))return-1;let a=this._bitArrays.slice(0,n).reduce(gN,0),c=~(4294967295<<o+1),u=$3(i&c);return a+u-1}_bytePosFor(e,t){let n=Math.floor(e/7),i=n+1;for(;!t&&this._bitArrays.length<i;)this._bitArrays.push(0);return n}_setBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]|=1<<e-t*7}_unsetBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]&=~(1<<e-t*7)}_setInternalPos(e,t,n,i){let o=this._data,s=[t,n];if(i)this._sortData(),o[e]=s;else{if(o.length)if(o[o.length-1][0]>=t)o.push(s);else if(o[0][0]<=t)o.unshift(s);else{let a=Math.round(o.length/2);this._data=o.slice(0,a).concat(s).concat(o.slice(a))}else this._data.push(s);this._changedData=!0,this._changedLength=!0}}_unsetInternalPos(e){this._data.splice(e,1)}_sortData(){this._changedData&&this._data.sort(xN),this._changedData=!1}bitField(){let e=[],t=8,n=0,i=0,o,s=this._bitArrays.slice();for(;s.length||n;){n===0&&(o=s.shift(),n=7);let c=Math.min(n,t),u=~(255<<c),l=o&u;i|=l<<8-t,o=o>>>c,n-=c,t-=c,(!t||!n&&!s.length)&&(e.push(i),i=0,t=8)}for(var a=e.length-1;a>0&&e[a]===0;a--)e.pop();return e}compactArray(){return this._sortData(),this._data.map(yN)}};function gN(r,e){return r+$3(e)}function $3(r){let e=r;return e=e-(e>>1&1431655765),e=(e&858993459)+(e>>2&858993459),(e+(e>>4)&252645135)*16843009>>24}function xN(r,e){return r[0]-e[0]}function yN(r){return r[1]}});var _6=re((ite,I6)=>{var Xg=class{constructor(e,t=12,n=8*1024,i=32*1024,o=64,s){this.bits=t,this.min=n,this.max=i,this.asModule=e,this.rabin=new e.Rabin(t,n,i,o,s),this.polynomial=s}fingerprint(e){let{__retain:t,__release:n,__allocArray:i,__getInt32Array:o,Int32Array_ID:s,Uint8Array_ID:a}=this.asModule,c=new Int32Array(Math.ceil(e.length/this.min)),u=t(i(s,c)),l=t(i(a,e)),p=this.rabin.fingerprint(l,u),m=o(p);n(l),n(u);let d=m.indexOf(0);return d>=0?m.subarray(0,d):m}};I6.exports=Xg});var D6=re(jc=>{"use strict";var zD=typeof BigUint64Array<"u",Mc=Symbol(),$c=1024;function T6(r,e){let t=new Uint32Array(r),n=new Uint16Array(r);var i=t[e+-4>>>2]>>>1,o=e>>>1;if(i<=$c)return String.fromCharCode.apply(String,n.subarray(o,o+i));let s=[];do{let a=n[o+$c-1],c=a>=55296&&a<56320?$c-1:$c;s.push(String.fromCharCode.apply(String,n.subarray(o,o+=c))),i-=c}while(i>$c);return s.join("")+String.fromCharCode.apply(String,n.subarray(o,o+i))}function Jg(r){let e={};function t(i,o){return i?T6(i.buffer,o):"<yet unknown>"}let n=r.env=r.env||{};return n.abort=n.abort||function(o,s,a,c){let u=e.memory||n.memory;throw Error("abort: "+t(u,o)+" at "+t(u,s)+":"+a+":"+c)},n.trace=n.trace||function(o,s){let a=e.memory||n.memory;console.log("trace: "+t(a,o)+(s?" ":"")+Array.prototype.slice.call(arguments,2,2+s).join(", "))},r.Math=r.Math||Math,r.Date=r.Date||Date,e}function Zg(r,e){let t=e.exports,n=t.memory,i=t.table,o=t.__alloc,s=t.__retain,a=t.__rtti_base||-1;function c(S){let b=new Uint32Array(n.buffer),v=b[a>>>2];if((S>>>=0)>=v)throw Error("invalid id: "+S);return b[(a+4>>>2)+S*2]}function u(S){let b=new Uint32Array(n.buffer),v=b[a>>>2];if((S>>>=0)>=v)throw Error("invalid id: "+S);return b[(a+4>>>2)+S*2+1]}function l(S){return 31-Math.clz32(S>>>5&31)}function p(S){return 31-Math.clz32(S>>>14&31)}function m(S){let b=S.length,v=o(b<<1,1),k=new Uint16Array(n.buffer);for(var U=0,R=v>>>1;U<b;++U)k[R+U]=S.charCodeAt(U);return v}r.__allocString=m;function d(S){let b=n.buffer;if(new Uint32Array(b)[S+-8>>>2]!==1)throw Error("not a string: "+S);return T6(b,S)}r.__getString=d;function f(S,b,v){let k=n.buffer;if(v)switch(S){case 2:return new Float32Array(k);case 3:return new Float64Array(k)}else switch(S){case 0:return new(b?Int8Array:Uint8Array)(k);case 1:return new(b?Int16Array:Uint16Array)(k);case 2:return new(b?Int32Array:Uint32Array)(k);case 3:return new(b?BigInt64Array:BigUint64Array)(k)}throw Error("unsupported align: "+S)}function h(S,b){let v=c(S);if(!(v&3))throw Error("not an array: "+S+" @ "+v);let k=l(v),U=b.length,R=o(U<<k,0),M=o(v&2?16:12,S),L=new Uint32Array(n.buffer);L[M+0>>>2]=s(R),L[M+4>>>2]=R,L[M+8>>>2]=U<<k,v&2&&(L[M+12>>>2]=U);let le=f(k,v&1024,v&2048);if(v&8192)for(let _=0;_<U;++_)le[(R>>>k)+_]=s(b[_]);else le.set(b,R>>>k);return M}r.__allocArray=h;function x(S){let b=new Uint32Array(n.buffer),v=b[S+-8>>>2],k=c(v);if(!(k&1))throw Error("not an array: "+v);let U=l(k);var R=b[S+4>>>2];let M=k&2?b[S+12>>>2]:b[R+-4>>>2]>>>U;return f(U,k&1024,k&2048).subarray(R>>>=U,R+M)}r.__getArrayView=x;function g(S){let b=x(S),v=b.length,k=new Array(v);for(let U=0;U<v;U++)k[U]=b[U];return k}r.__getArray=g;function w(S){let b=n.buffer,v=new Uint32Array(b)[S+-4>>>2];return b.slice(S,S+v)}r.__getArrayBuffer=w;function y(S,b,v){return new S(E(S,b,v))}function E(S,b,v){let k=n.buffer,U=new Uint32Array(k),R=U[v+4>>>2];return new S(k,R,U[R+-4>>>2]>>>b)}r.__getInt8Array=y.bind(null,Int8Array,0),r.__getInt8ArrayView=E.bind(null,Int8Array,0),r.__getUint8Array=y.bind(null,Uint8Array,0),r.__getUint8ArrayView=E.bind(null,Uint8Array,0),r.__getUint8ClampedArray=y.bind(null,Uint8ClampedArray,0),r.__getUint8ClampedArrayView=E.bind(null,Uint8ClampedArray,0),r.__getInt16Array=y.bind(null,Int16Array,1),r.__getInt16ArrayView=E.bind(null,Int16Array,1),r.__getUint16Array=y.bind(null,Uint16Array,1),r.__getUint16ArrayView=E.bind(null,Uint16Array,1),r.__getInt32Array=y.bind(null,Int32Array,2),r.__getInt32ArrayView=E.bind(null,Int32Array,2),r.__getUint32Array=y.bind(null,Uint32Array,2),r.__getUint32ArrayView=E.bind(null,Uint32Array,2),zD&&(r.__getInt64Array=y.bind(null,BigInt64Array,3),r.__getInt64ArrayView=E.bind(null,BigInt64Array,3),r.__getUint64Array=y.bind(null,BigUint64Array,3),r.__getUint64ArrayView=E.bind(null,BigUint64Array,3)),r.__getFloat32Array=y.bind(null,Float32Array,2),r.__getFloat32ArrayView=E.bind(null,Float32Array,2),r.__getFloat64Array=y.bind(null,Float64Array,3),r.__getFloat64ArrayView=E.bind(null,Float64Array,3);function B(S,b){let v=new Uint32Array(n.buffer);var k=v[S+-8>>>2];if(k<=v[a>>>2])do if(k==b)return!0;while(k=u(k));return!1}return r.__instanceof=B,r.memory=r.memory||n,r.table=r.table||i,N6(t,r)}function C6(r){return typeof Response<"u"&&r instanceof Response}async function R6(r,e){return C6(r=await r)?U6(r,e):Zg(Jg(e||(e={})),await WebAssembly.instantiate(r instanceof WebAssembly.Module?r:await WebAssembly.compile(r),e))}jc.instantiate=R6;function VD(r,e){return Zg(Jg(e||(e={})),new WebAssembly.Instance(r instanceof WebAssembly.Module?r:new WebAssembly.Module(r),e))}jc.instantiateSync=VD;async function U6(r,e){return WebAssembly.instantiateStreaming?Zg(Jg(e||(e={})),(await WebAssembly.instantiateStreaming(r,e)).instance):R6(C6(r=await r)?r.arrayBuffer():r,e)}jc.instantiateStreaming=U6;function N6(r,e){var t=e?Object.create(e):{},n=r.__argumentsLength?function(i){r.__argumentsLength.value=i}:r.__setArgumentsLength||r.__setargc||function(){};for(let i in r){if(!Object.prototype.hasOwnProperty.call(r,i))continue;let o=r[i],s=i.split("."),a=t;for(;s.length>1;){let l=s.shift();Object.prototype.hasOwnProperty.call(a,l)||(a[l]={}),a=a[l]}let c=s[0],u=c.indexOf("#");if(u>=0){let l=c.substring(0,u),p=a[l];if(typeof p>"u"||!p.prototype){let m=function(...d){return m.wrap(m.prototype.constructor(0,...d))};m.prototype={valueOf:function(){return this[Mc]}},m.wrap=function(d){return Object.create(m.prototype,{[Mc]:{value:d,writable:!1}})},p&&Object.getOwnPropertyNames(p).forEach(d=>Object.defineProperty(m,d,Object.getOwnPropertyDescriptor(p,d))),a[l]=m}if(c=c.substring(u+1),a=a[l].prototype,/^(get|set):/.test(c)){if(!Object.prototype.hasOwnProperty.call(a,c=c.substring(4))){let m=r[i.replace("set:","get:")],d=r[i.replace("get:","set:")];Object.defineProperty(a,c,{get:function(){return m(this[Mc])},set:function(f){d(this[Mc],f)},enumerable:!0})}}else c==="constructor"?(a[c]=(...m)=>(n(m.length),o(...m))).original=o:(a[c]=function(...m){return n(m.length),o(this[Mc],...m)}).original=o}else/^(get|set):/.test(c)?Object.prototype.hasOwnProperty.call(a,c=c.substring(4))||Object.defineProperty(a,c,{get:r[i.replace("set:","get:")],set:r[i.replace("get:","set:")],enumerable:!0}):typeof o=="function"&&o!==n?(a[c]=(...l)=>(n(l.length),o(...l))).original=o:a[c]=o}return t}jc.demangle=N6});var P6=re((ste,L6)=>{var{instantiate:MD}=D6();Qg.supported=typeof WebAssembly<"u";function Qg(r={}){if(!Qg.supported)return null;var e=new Uint8Array([0,97,115,109,1,0,0,0,1,78,14,96,2,127,126,0,96,1,127,1,126,96,2,127,127,0,96,1,127,1,127,96,1,127,0,96,2,127,127,1,127,96,3,127,127,127,1,127,96,0,0,96,3,127,127,127,0,96,0,1,127,96,4,127,127,127,127,0,96,5,127,127,127,127,127,1,127,96,1,126,1,127,96,2,126,126,1,126,2,13,1,3,101,110,118,5,97,98,111,114,116,0,10,3,54,53,2,2,8,9,3,5,2,8,6,5,3,4,2,6,9,12,13,2,5,11,3,2,3,2,3,2,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,6,7,7,4,4,5,3,1,0,1,6,47,9,127,1,65,0,11,127,1,65,0,11,127,0,65,3,11,127,0,65,4,11,127,1,65,0,11,127,1,65,0,11,127,1,65,0,11,127,0,65,240,2,11,127,0,65,6,11,7,240,5,41,6,109,101,109,111,114,121,2,0,7,95,95,97,108,108,111,99,0,10,8,95,95,114,101,116,97,105,110,0,11,9,95,95,114,101,108,101,97,115,101,0,12,9,95,95,99,111,108,108,101,99,116,0,51,11,95,95,114,116,116,105,95,98,97,115,101,3,7,13,73,110,116,51,50,65,114,114,97,121,95,73,68,3,2,13,85,105,110,116,56,65,114,114,97,121,95,73,68,3,3,6,100,101,103,114,101,101,0,16,3,109,111,100,0,17,5,82,97,98,105,110,3,8,16,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,0,21,16,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,0,22,21,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,23,21,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,24,14,82,97,98,105,110,35,103,101,116,58,119,112,111,115,0,25,14,82,97,98,105,110,35,115,101,116,58,119,112,111,115,0,26,15,82,97,98,105,110,35,103,101,116,58,99,111,117,110,116,0,27,15,82,97,98,105,110,35,115,101,116,58,99,111,117,110,116,0,28,13,82,97,98,105,110,35,103,101,116,58,112,111,115,0,29,13,82,97,98,105,110,35,115,101,116,58,112,111,115,0,30,15,82,97,98,105,110,35,103,101,116,58,115,116,97,114,116,0,31,15,82,97,98,105,110,35,115,101,116,58,115,116,97,114,116,0,32,16,82,97,98,105,110,35,103,101,116,58,100,105,103,101,115,116,0,33,16,82,97,98,105,110,35,115,101,116,58,100,105,103,101,115,116,0,34,21,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,35,21,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,36,22,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,37,22,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,38,31,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,39,31,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,40,20,82,97,98,105,110,35,103,101,116,58,112,111,108,121,110,111,109,105,97,108,0,41,20,82,97,98,105,110,35,115,101,116,58,112,111,108,121,110,111,109,105,97,108,0,42,17,82,97,98,105,110,35,103,101,116,58,109,105,110,115,105,122,101,0,43,17,82,97,98,105,110,35,115,101,116,58,109,105,110,115,105,122,101,0,44,17,82,97,98,105,110,35,103,101,116,58,109,97,120,115,105,122,101,0,45,17,82,97,98,105,110,35,115,101,116,58,109,97,120,115,105,122,101,0,46,14,82,97,98,105,110,35,103,101,116,58,109,97,115,107,0,47,14,82,97,98,105,110,35,115,101,116,58,109,97,115,107,0,48,17,82,97,98,105,110,35,99,111,110,115,116,114,117,99,116,111,114,0,20,17,82,97,98,105,110,35,102,105,110,103,101,114,112,114,105,110,116,0,49,8,1,50,10,165,31,53,199,1,1,4,127,32,1,40,2,0,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,3,65,4,107,118,65,16,115,33,4,32,3,65,7,107,11,33,3,32,1,40,2,20,33,2,32,1,40,2,16,34,5,4,64,32,5,32,2,54,2,20,11,32,2,4,64,32,2,32,5,54,2,16,11,32,1,32,0,32,4,32,3,65,4,116,106,65,2,116,106,40,2,96,70,4,64,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,2,54,2,96,32,2,69,4,64,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,65,127,115,113,34,1,54,2,4,32,1,69,4,64,32,0,32,0,40,2,0,65,1,32,3,116,65,127,115,113,54,2,0,11,11,11,11,226,2,1,6,127,32,1,40,2,0,33,3,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,34,5,65,1,113,4,64,32,3,65,124,113,65,16,106,32,5,65,124,113,106,34,2,65,240,255,255,255,3,73,4,64,32,0,32,4,16,1,32,1,32,2,32,3,65,3,113,114,34,3,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,33,5,11,11,32,3,65,2,113,4,64,32,1,65,4,107,40,2,0,34,2,40,2,0,34,6,65,124,113,65,16,106,32,3,65,124,113,106,34,7,65,240,255,255,255,3,73,4,64,32,0,32,2,16,1,32,2,32,7,32,6,65,3,113,114,34,3,54,2,0,32,2,33,1,11,11,32,4,32,5,65,2,114,54,2,0,32,4,65,4,107,32,1,54,2,0,32,0,32,3,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,2,65,4,107,118,65,16,115,33,4,32,2,65,7,107,11,34,3,65,4,116,32,4,106,65,2,116,106,40,2,96,33,2,32,1,65,0,54,2,16,32,1,32,2,54,2,20,32,2,4,64,32,2,32,1,54,2,16,11,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,1,54,2,96,32,0,32,0,40,2,0,65,1,32,3,116,114,54,2,0,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,114,54,2,4,11,119,1,1,127,32,2,2,127,32,0,40,2,160,12,34,2,4,64,32,2,32,1,65,16,107,70,4,64,32,2,40,2,0,33,3,32,1,65,16,107,33,1,11,11,32,1,11,107,34,2,65,48,73,4,64,15,11,32,1,32,3,65,2,113,32,2,65,32,107,65,1,114,114,54,2,0,32,1,65,0,54,2,16,32,1,65,0,54,2,20,32,1,32,2,106,65,16,107,34,2,65,2,54,2,0,32,0,32,2,54,2,160,12,32,0,32,1,16,2,11,155,1,1,3,127,35,0,34,0,69,4,64,65,1,63,0,34,0,74,4,127,65,1,32,0,107,64,0,65,0,72,5,65,0,11,4,64,0,11,65,176,3,34,0,65,0,54,2,0,65,208,15,65,0,54,2,0,3,64,32,1,65,23,73,4,64,32,1,65,2,116,65,176,3,106,65,0,54,2,4,65,0,33,2,3,64,32,2,65,16,73,4,64,32,1,65,4,116,32,2,106,65,2,116,65,176,3,106,65,0,54,2,96,32,2,65,1,106,33,2,12,1,11,11,32,1,65,1,106,33,1,12,1,11,11,65,176,3,65,224,15,63,0,65,16,116,16,3,65,176,3,36,0,11,32,0,11,45,0,32,0,65,240,255,255,255,3,79,4,64,65,32,65,224,0,65,201,3,65,29,16,0,0,11,32,0,65,15,106,65,112,113,34,0,65,16,32,0,65,16,75,27,11,169,1,1,1,127,32,0,32,1,65,128,2,73,4,127,32,1,65,4,118,33,1,65,0,5,32,1,65,248,255,255,255,1,73,4,64,32,1,65,1,65,27,32,1,103,107,116,106,65,1,107,33,1,11,32,1,65,31,32,1,103,107,34,2,65,4,107,118,65,16,115,33,1,32,2,65,7,107,11,34,2,65,2,116,106,40,2,4,65,127,32,1,116,113,34,1,4,127,32,0,32,1,104,32,2,65,4,116,106,65,2,116,106,40,2,96,5,32,0,40,2,0,65,127,32,2,65,1,106,116,113,34,1,4,127,32,0,32,0,32,1,104,34,0,65,2,116,106,40,2,4,104,32,0,65,4,116,106,65,2,116,106,40,2,96,5,65,0,11,11,11,111,1,1,127,63,0,34,2,32,1,65,248,255,255,255,1,73,4,127,32,1,65,1,65,27,32,1,103,107,116,65,1,107,106,5,32,1,11,65,16,32,0,40,2,160,12,32,2,65,16,116,65,16,107,71,116,106,65,255,255,3,106,65,128,128,124,113,65,16,118,34,1,32,2,32,1,74,27,64,0,65,0,72,4,64,32,1,64,0,65,0,72,4,64,0,11,11,32,0,32,2,65,16,116,63,0,65,16,116,16,3,11,113,1,2,127,32,1,40,2,0,34,3,65,124,113,32,2,107,34,4,65,32,79,4,64,32,1,32,2,32,3,65,2,113,114,54,2,0,32,2,32,1,65,16,106,106,34,1,32,4,65,16,107,65,1,114,54,2,0,32,0,32,1,16,2,5,32,1,32,3,65,126,113,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,32,1,65,16,106,32,1,40,2,0,65,124,113,106,40,2,0,65,125,113,54,2,0,11,11,91,1,2,127,32,0,32,1,16,5,34,4,16,6,34,3,69,4,64,65,1,36,1,65,0,36,1,32,0,32,4,16,6,34,3,69,4,64,32,0,32,4,16,7,32,0,32,4,16,6,33,3,11,11,32,3,65,0,54,2,4,32,3,32,2,54,2,8,32,3,32,1,54,2,12,32,0,32,3,16,1,32,0,32,3,32,4,16,8,32,3,11,13,0,16,4,32,0,32,1,16,9,65,16,106,11,33,1,1,127,32,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,18,0,32,0,65,172,3,75,4,64,32,0,65,16,107,16,52,11,11,140,3,1,1,127,2,64,32,1,69,13,0,32,0,65,0,58,0,0,32,0,32,1,106,65,1,107,65,0,58,0,0,32,1,65,2,77,13,0,32,0,65,1,106,65,0,58,0,0,32,0,65,2,106,65,0,58,0,0,32,0,32,1,106,34,2,65,2,107,65,0,58,0,0,32,2,65,3,107,65,0,58,0,0,32,1,65,6,77,13,0,32,0,65,3,106,65,0,58,0,0,32,0,32,1,106,65,4,107,65,0,58,0,0,32,1,65,8,77,13,0,32,1,65,0,32,0,107,65,3,113,34,1,107,33,2,32,0,32,1,106,34,0,65,0,54,2,0,32,0,32,2,65,124,113,34,1,106,65,4,107,65,0,54,2,0,32,1,65,8,77,13,0,32,0,65,4,106,65,0,54,2,0,32,0,65,8,106,65,0,54,2,0,32,0,32,1,106,34,2,65,12,107,65,0,54,2,0,32,2,65,8,107,65,0,54,2,0,32,1,65,24,77,13,0,32,0,65,12,106,65,0,54,2,0,32,0,65,16,106,65,0,54,2,0,32,0,65,20,106,65,0,54,2,0,32,0,65,24,106,65,0,54,2,0,32,0,32,1,106,34,2,65,28,107,65,0,54,2,0,32,2,65,24,107,65,0,54,2,0,32,2,65,20,107,65,0,54,2,0,32,2,65,16,107,65,0,54,2,0,32,0,32,0,65,4,113,65,24,106,34,2,106,33,0,32,1,32,2,107,33,1,3,64,32,1,65,32,79,4,64,32,0,66,0,55,3,0,32,0,65,8,106,66,0,55,3,0,32,0,65,16,106,66,0,55,3,0,32,0,65,24,106,66,0,55,3,0,32,1,65,32,107,33,1,32,0,65,32,106,33,0,12,1,11,11,11,11,178,1,1,3,127,32,1,65,240,255,255,255,3,32,2,118,75,4,64,65,144,1,65,192,1,65,23,65,56,16,0,0,11,32,1,32,2,116,34,3,65,0,16,10,34,2,32,3,16,13,32,0,69,4,64,65,12,65,2,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,2,34,1,32,0,40,2,0,34,4,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,16,12,11,32,0,32,1,54,2,0,32,0,32,2,54,2,4,32,0,32,3,54,2,8,32,0,11,46,1,2,127,65,12,65,5,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,65,128,2,65,3,16,14,11,9,0,65,63,32,0,121,167,107,11,49,1,2,127,65,63,32,1,121,167,107,33,2,3,64,65,63,32,0,121,167,107,32,2,107,34,3,65,0,78,4,64,32,0,32,1,32,3,172,134,133,33,0,12,1,11,11,32,0,11,40,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,163,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,65,0,58,0,0,11,38,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,152,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,45,0,0,11,254,5,2,1,127,4,126,32,0,69,4,64,65,232,0,65,6,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,24,32,0,66,0,55,3,32,32,0,66,0,55,3,40,32,0,66,0,55,3,48,32,0,66,0,55,3,56,32,0,66,0,55,3,64,32,0,66,0,55,3,72,32,0,66,0,55,3,80,32,0,66,0,55,3,88,32,0,66,0,55,3,96,32,0,32,2,173,55,3,80,32,0,32,3,173,55,3,88,65,12,65,4,16,10,34,2,65,172,3,75,4,64,32,2,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,32,4,65,0,16,14,33,2,32,0,40,2,0,16,12,32,0,32,2,54,2,0,32,0,32,4,54,2,4,32,0,66,1,32,1,173,134,66,1,125,55,3,96,32,0,66,243,130,183,218,216,230,232,30,55,3,72,35,4,69,4,64,65,0,33,2,3,64,32,2,65,128,2,72,4,64,32,2,65,255,1,113,173,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,65,0,33,4,3,64,32,4,32,0,40,2,4,65,1,107,72,4,64,32,6,66,8,134,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,32,4,65,1,106,33,4,12,1,11,11,35,6,40,2,4,32,2,65,3,116,106,32,6,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,63,32,0,41,3,72,121,167,107,172,33,7,65,0,33,2,3,64,32,2,65,128,2,72,4,64,35,5,33,1,32,2,172,32,7,134,34,8,33,6,65,63,32,0,41,3,72,34,9,121,167,107,33,3,3,64,65,63,32,6,121,167,107,32,3,107,34,4,65,0,78,4,64,32,6,32,9,32,4,172,134,133,33,6,12,1,11,11,32,1,40,2,4,32,2,65,3,116,106,32,6,32,8,132,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,1,36,4,11,32,0,66,0,55,3,24,32,0,66,0,55,3,32,65,0,33,2,3,64,32,2,32,0,40,2,4,72,4,64,32,0,40,2,0,32,2,16,18,32,2,65,1,106,33,2,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,6,66,45,136,167,65,3,116,106,41,3,0,32,6,66,8,134,66,1,132,133,55,3,40,32,0,11,38,1,1,127,32,0,40,2,0,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,55,1,2,127,32,1,32,0,40,2,0,34,2,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,16,12,11,32,0,32,1,54,2,0,11,7,0,32,0,40,2,4,11,9,0,32,0,32,1,54,2,4,11,7,0,32,0,40,2,8,11,9,0,32,0,32,1,54,2,8,11,7,0,32,0,41,3,16,11,9,0,32,0,32,1,55,3,16,11,7,0,32,0,41,3,24,11,9,0,32,0,32,1,55,3,24,11,7,0,32,0,41,3,32,11,9,0,32,0,32,1,55,3,32,11,7,0,32,0,41,3,40,11,9,0,32,0,32,1,55,3,40,11,7,0,32,0,41,3,48,11,9,0,32,0,32,1,55,3,48,11,7,0,32,0,41,3,56,11,9,0,32,0,32,1,55,3,56,11,7,0,32,0,41,3,64,11,9,0,32,0,32,1,55,3,64,11,7,0,32,0,41,3,72,11,9,0,32,0,32,1,55,3,72,11,7,0,32,0,41,3,80,11,9,0,32,0,32,1,55,3,80,11,7,0,32,0,41,3,88,11,9,0,32,0,32,1,55,3,88,11,7,0,32,0,41,3,96,11,9,0,32,0,32,1,55,3,96,11,172,4,2,5,127,1,126,32,2,65,172,3,75,4,64,32,2,65,16,107,34,4,32,4,40,2,4,65,1,106,54,2,4,11,32,2,33,4,65,0,33,2,32,1,40,2,8,33,5,32,1,40,2,4,33,6,3,64,2,127,65,0,33,3,3,64,32,3,32,5,72,4,64,32,3,32,6,106,45,0,0,33,1,32,0,40,2,0,32,0,40,2,8,16,19,33,7,32,0,40,2,8,32,0,40,2,0,40,2,4,106,32,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,7,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,1,173,32,8,66,8,134,132,133,55,3,40,32,0,32,0,41,3,16,66,1,124,55,3,16,32,0,32,0,41,3,24,66,1,124,55,3,24,32,0,41,3,16,32,0,41,3,80,90,4,127,32,0,41,3,40,32,0,41,3,96,131,80,5,65,0,11,4,127,65,1,5,32,0,41,3,16,32,0,41,3,88,90,11,4,64,32,0,32,0,41,3,32,55,3,48,32,0,32,0,41,3,16,55,3,56,32,0,32,0,41,3,40,55,3,64,65,0,33,1,3,64,32,1,32,0,40,2,4,72,4,64,32,0,40,2,0,32,1,16,18,32,1,65,1,106,33,1,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,8,66,8,134,66,1,132,133,55,3,40,32,3,65,1,106,12,3,11,32,3,65,1,106,33,3,12,1,11,11,65,127,11,34,1,65,0,78,4,64,32,5,32,1,107,33,5,32,1,32,6,106,33,6,32,2,34,1,65,1,106,33,2,32,4,40,2,4,32,1,65,2,116,106,32,0,41,3,56,62,2,0,12,1,11,11,32,4,11,10,0,16,15,36,5,16,15,36,6,11,3,0,1,11,73,1,2,127,32,0,40,2,4,34,1,65,255,255,255,255,0,113,34,2,65,1,70,4,64,32,0,65,16,106,16,53,32,0,32,0,40,2,0,65,1,114,54,2,0,35,0,32,0,16,2,5,32,0,32,2,65,1,107,32,1,65,128,128,128,128,127,113,114,54,2,4,11,11,58,0,2,64,2,64,2,64,32,0,65,8,107,40,2,0,14,7,0,0,1,1,1,1,1,2,11,15,11,32,0,40,2,0,34,0,4,64,32,0,65,172,3,79,4,64,32,0,65,16,107,16,52,11,11,15,11,0,11,11,137,3,7,0,65,16,11,55,40,0,0,0,1,0,0,0,1,0,0,0,40,0,0,0,97,0,108,0,108,0,111,0,99,0,97,0,116,0,105,0,111,0,110,0,32,0,116,0,111,0,111,0,32,0,108,0,97,0,114,0,103,0,101,0,65,208,0,11,45,30,0,0,0,1,0,0,0,1,0,0,0,30,0,0,0,126,0,108,0,105,0,98,0,47,0,114,0,116,0,47,0,116,0,108,0,115,0,102,0,46,0,116,0,115,0,65,128,1,11,43,28,0,0,0,1,0,0,0,1,0,0,0,28,0,0,0,73,0,110,0,118,0,97,0,108,0,105,0,100,0,32,0,108,0,101,0,110,0,103,0,116,0,104,0,65,176,1,11,53,38,0,0,0,1,0,0,0,1,0,0,0,38,0,0,0,126,0,108,0,105,0,98,0,47,0,97,0,114,0,114,0,97,0,121,0,98,0,117,0,102,0,102,0,101,0,114,0,46,0,116,0,115,0,65,240,1,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,73,0,110,0,100,0,101,0,120,0,32,0,111,0,117,0,116,0,32,0,111,0,102,0,32,0,114,0,97,0,110,0,103,0,101,0,65,176,2,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,126,0,108,0,105,0,98,0,47,0,116,0,121,0,112,0,101,0,100,0,97,0,114,0,114,0,97,0,121,0,46,0,116,0,115,0,65,240,2,11,53,7,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,145,4,0,0,2,0,0,0,49,0,0,0,2,0,0,0,17,1,0,0,2,0,0,0,16,0,34,16,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,16,46,47,114,97,98,105,110,46,119,97,115,109,46,109,97,112]);return MD(new Response(new Blob([e],{type:"application/wasm"})),r)}L6.exports=Qg});var z6=re((ate,F6)=>{var O6=_6(),$D=P6(),jD=async(r,e,t,n,i)=>{let o=await $D();return new O6(o,r,e,t,n,i)};F6.exports={Rabin:O6,create:jD}});var p4=re((Bre,u4)=>{"use strict";u4.exports=r=>{if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||e===Object.prototype}});var x4=re((m4,g4)=>{"use strict";var Kp=p4(),{hasOwnProperty:f4}=Object.prototype,{propertyIsEnumerable:hL}=Object,ta=(r,e,t)=>Object.defineProperty(r,e,{value:t,writable:!0,enumerable:!0,configurable:!0}),mL=m4,d4={concatArrays:!1,ignoreUndefined:!1},Gp=r=>{let e=[];for(let t in r)f4.call(r,t)&&e.push(t);if(Object.getOwnPropertySymbols){let t=Object.getOwnPropertySymbols(r);for(let n of t)hL.call(r,n)&&e.push(n)}return e};function ra(r){return Array.isArray(r)?gL(r):Kp(r)?xL(r):r}function gL(r){let e=r.slice(0,0);return Gp(r).forEach(t=>{ta(e,t,ra(r[t]))}),e}function xL(r){let e=Object.getPrototypeOf(r)===null?Object.create(null):{};return Gp(r).forEach(t=>{ta(e,t,ra(r[t]))}),e}var h4=(r,e,t,n)=>(t.forEach(i=>{typeof e[i]>"u"&&n.ignoreUndefined||(i in r&&r[i]!==Object.getPrototypeOf(r)?ta(r,i,rx(r[i],e[i],n)):ta(r,i,ra(e[i])))}),r),yL=(r,e,t)=>{let n=r.slice(0,0),i=0;return[r,e].forEach(o=>{let s=[];for(let a=0;a<o.length;a++)f4.call(o,a)&&(s.push(String(a)),o===r?ta(n,i++,o[a]):ta(n,i++,ra(o[a])));n=h4(n,o,Gp(o).filter(a=>!s.includes(a)),t)}),n};function rx(r,e,t){return t.concatArrays&&Array.isArray(r)&&Array.isArray(e)?yL(r,e,t):!Kp(e)||!Kp(r)?ra(e):h4(r,e,Gp(e),t)}g4.exports=function(...r){let e=rx(ra(d4),this!==mL&&this||{},d4),t={_:{}};for(let n of r)if(n!==void 0){if(!Kp(n))throw new TypeError("`"+n+"` is not an Option Object");t=rx(t,{_:n},e)}return t._}});var P4=re((poe,QL)=>{QL.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var F4=re((doe,O4)=>{O4.exports=P4()});var V4=re((foe,z4)=>{z4.exports=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}});var M4=re((hoe,lx)=>{typeof Object.create=="function"?lx.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:lx.exports=function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}});var q4=re(ye=>{var eP=/%[sdj%]/g;ye.format=function(r){if(!dd(r)){for(var e=[],t=0;t<arguments.length;t++)e.push(Mi(arguments[t]));return e.join(" ")}for(var t=1,n=arguments,i=n.length,o=String(r).replace(eP,function(a){if(a==="%%")return"%";if(t>=i)return a;switch(a){case"%s":return String(n[t++]);case"%d":return Number(n[t++]);case"%j":try{return JSON.stringify(n[t++])}catch{return"[Circular]"}default:return a}}),s=n[t];t<i;s=n[++t])pd(s)||!ca(s)?o+=" "+s:o+=" "+Mi(s);return o};ye.deprecate=function(r,e){if(Jn(globalThis.process))return function(){return ye.deprecate(r,e).apply(this,arguments)};if(process.noDeprecation===!0)return r;var t=!1;function n(){if(!t){if(process.throwDeprecation)throw new Error(e);process.traceDeprecation?console.trace(e):console.error(e),t=!0}return r.apply(this,arguments)}return n};var sd={},ux;ye.debuglog=function(r){if(Jn(ux)&&(ux=process.env.NODE_DEBUG||""),r=r.toUpperCase(),!sd[r])if(new RegExp("\\b"+r+"\\b","i").test(ux)){var e=process.pid;sd[r]=function(){var t=ye.format.apply(ye,arguments);console.error("%s %d: %s",r,e,t)}}else sd[r]=function(){};return sd[r]};function Mi(r,e){var t={seen:[],stylize:rP};return arguments.length>=3&&(t.depth=arguments[2]),arguments.length>=4&&(t.colors=arguments[3]),mx(e)?t.showHidden=e:e&&ye._extend(t,e),Jn(t.showHidden)&&(t.showHidden=!1),Jn(t.depth)&&(t.depth=2),Jn(t.colors)&&(t.colors=!1),Jn(t.customInspect)&&(t.customInspect=!0),t.colors&&(t.stylize=tP),ud(t,r,t.depth)}ye.inspect=Mi;Mi.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};Mi.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function tP(r,e){var t=Mi.styles[e];return t?"\x1B["+Mi.colors[t][0]+"m"+r+"\x1B["+Mi.colors[t][1]+"m":r}function rP(r,e){return r}function nP(r){var e={};return r.forEach(function(t,n){e[t]=!0}),e}function ud(r,e,t){if(r.customInspect&&e&&ld(e.inspect)&&e.inspect!==ye.inspect&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(t,r);return dd(n)||(n=ud(r,n,t)),n}var i=iP(r,e);if(i)return i;var o=Object.keys(e),s=nP(o);if(r.showHidden&&(o=Object.getOwnPropertyNames(e)),cd(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return px(e);if(o.length===0){if(ld(e)){var a=e.name?": "+e.name:"";return r.stylize("[Function"+a+"]","special")}if(ad(e))return r.stylize(RegExp.prototype.toString.call(e),"regexp");if(hx(e))return r.stylize(Date.prototype.toString.call(e),"date");if(cd(e))return px(e)}var c="",u=!1,l=["{","}"];if($4(e)&&(u=!0,l=["[","]"]),ld(e)){var p=e.name?": "+e.name:"";c=" [Function"+p+"]"}if(ad(e)&&(c=" "+RegExp.prototype.toString.call(e)),hx(e)&&(c=" "+Date.prototype.toUTCString.call(e)),cd(e)&&(c=" "+px(e)),o.length===0&&(!u||e.length==0))return l[0]+c+l[1];if(t<0)return ad(e)?r.stylize(RegExp.prototype.toString.call(e),"regexp"):r.stylize("[Object]","special");r.seen.push(e);var m;return u?m=oP(r,e,t,s,o):m=o.map(function(d){return fx(r,e,t,s,d,u)}),r.seen.pop(),sP(m,c,l)}function iP(r,e){if(Jn(e))return r.stylize("undefined","undefined");if(dd(e)){var t="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return r.stylize(t,"string")}if(j4(e))return r.stylize(""+e,"number");if(mx(e))return r.stylize(""+e,"boolean");if(pd(e))return r.stylize("null","null")}function px(r){return"["+Error.prototype.toString.call(r)+"]"}function oP(r,e,t,n,i){for(var o=[],s=0,a=e.length;s<a;++s)H4(e,String(s))?o.push(fx(r,e,t,n,String(s),!0)):o.push("");return i.forEach(function(c){c.match(/^\d+$/)||o.push(fx(r,e,t,n,c,!0))}),o}function fx(r,e,t,n,i,o){var s,a,c;if(c=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},c.get?c.set?a=r.stylize("[Getter/Setter]","special"):a=r.stylize("[Getter]","special"):c.set&&(a=r.stylize("[Setter]","special")),H4(n,i)||(s="["+i+"]"),a||(r.seen.indexOf(c.value)<0?(pd(t)?a=ud(r,c.value,null):a=ud(r,c.value,t-1),a.indexOf(`
|
|
4
|
-
`)>-1&&(o?a=a.split(`
|
|
5
|
-
`).map(function(u){return" "+u}).join(`
|
|
6
|
-
`).substr(2):a=`
|
|
7
|
-
`+a.split(`
|
|
8
|
-
`).map(function(u){return" "+u}).join(`
|
|
9
|
-
`))):a=r.stylize("[Circular]","special")),Jn(s)){if(o&&i.match(/^\d+$/))return a;s=JSON.stringify(""+i),s.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=r.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=r.stylize(s,"string"))}return s+": "+a}function sP(r,e,t){var n=0,i=r.reduce(function(o,s){return n++,s.indexOf(`
|
|
10
|
-
`)>=0&&n++,o+s.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?t[0]+(e===""?"":e+`
|
|
11
|
-
`)+" "+r.join(`,
|
|
12
|
-
`)+" "+t[1]:t[0]+e+" "+r.join(", ")+" "+t[1]}function $4(r){return Array.isArray(r)}ye.isArray=$4;function mx(r){return typeof r=="boolean"}ye.isBoolean=mx;function pd(r){return r===null}ye.isNull=pd;function aP(r){return r==null}ye.isNullOrUndefined=aP;function j4(r){return typeof r=="number"}ye.isNumber=j4;function dd(r){return typeof r=="string"}ye.isString=dd;function cP(r){return typeof r=="symbol"}ye.isSymbol=cP;function Jn(r){return r===void 0}ye.isUndefined=Jn;function ad(r){return ca(r)&&gx(r)==="[object RegExp]"}ye.isRegExp=ad;function ca(r){return typeof r=="object"&&r!==null}ye.isObject=ca;function hx(r){return ca(r)&&gx(r)==="[object Date]"}ye.isDate=hx;function cd(r){return ca(r)&&(gx(r)==="[object Error]"||r instanceof Error)}ye.isError=cd;function ld(r){return typeof r=="function"}ye.isFunction=ld;function lP(r){return r===null||typeof r=="boolean"||typeof r=="number"||typeof r=="string"||typeof r=="symbol"||typeof r>"u"}ye.isPrimitive=lP;ye.isBuffer=V4();function gx(r){return Object.prototype.toString.call(r)}function dx(r){return r<10?"0"+r.toString(10):r.toString(10)}var uP=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function pP(){var r=new Date,e=[dx(r.getHours()),dx(r.getMinutes()),dx(r.getSeconds())].join(":");return[r.getDate(),uP[r.getMonth()],e].join(" ")}ye.log=function(){console.log("%s - %s",pP(),ye.format.apply(ye,arguments))};ye.inherits=M4();ye._extend=function(r,e){if(!e||!ca(e))return r;for(var t=Object.keys(e),n=t.length;n--;)r[t[n]]=e[t[n]];return r};function H4(r,e){return Object.prototype.hasOwnProperty.call(r,e)}});var W4=re((goe,Jc)=>{"use strict";var dP=process.platform==="win32",Ur=q4();function fd(r,e){for(var t=[],n=0;n<r.length;n++){var i=r[n];!i||i==="."||(i===".."?t.length&&t[t.length-1]!==".."?t.pop():e&&t.push(".."):t.push(i))}return t}function Xc(r){for(var e=r.length-1,t=0;t<=e&&!r[t];t++);for(var n=e;n>=0&&!r[n];n--);return t===0&&n===e?r:t>n?[]:r.slice(t,n+1)}var K4=/^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/,fP=/^([\s\S]*?)((?:\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))(?:[\\\/]*)$/,Me={};function hd(r){var e=K4.exec(r),t=(e[1]||"")+(e[2]||""),n=e[3]||"",i=fP.exec(n),o=i[1],s=i[2],a=i[3];return[t,o,s,a]}function xx(r){var e=K4.exec(r),t=e[1]||"",n=!!t&&t[1]!==":";return{device:t,isUnc:n,isAbsolute:n||!!e[2],tail:e[3]}}function G4(r){return"\\\\"+r.replace(/^[\\\/]+/,"").replace(/[\\\/]+/g,"\\")}Me.resolve=function(){for(var r="",e="",t=!1,n=arguments.length-1;n>=-1;n--){var i;if(n>=0?i=arguments[n]:r?(i=process.env["="+r],(!i||i.substr(0,3).toLowerCase()!==r.toLowerCase()+"\\")&&(i=r+"\\")):i=process.cwd(),Ur.isString(i)){if(!i)continue}else throw new TypeError("Arguments to path.resolve must be strings");var o=xx(i),s=o.device,a=o.isUnc,c=o.isAbsolute,u=o.tail;if(!(s&&r&&s.toLowerCase()!==r.toLowerCase())&&(r||(r=s),t||(e=u+"\\"+e,t=c),r&&t))break}return a&&(r=G4(r)),e=fd(e.split(/[\\\/]+/),!t).join("\\"),r+(t?"\\":"")+e||"."};Me.normalize=function(r){var e=xx(r),t=e.device,n=e.isUnc,i=e.isAbsolute,o=e.tail,s=/[\\\/]$/.test(o);return o=fd(o.split(/[\\\/]+/),!i).join("\\"),!o&&!i&&(o="."),o&&s&&(o+="\\"),n&&(t=G4(t)),t+(i?"\\":"")+o};Me.isAbsolute=function(r){return xx(r).isAbsolute};Me.join=function(){for(var r=[],e=0;e<arguments.length;e++){var t=arguments[e];if(!Ur.isString(t))throw new TypeError("Arguments to path.join must be strings");t&&r.push(t)}var n=r.join("\\");return/^[\\\/]{2}[^\\\/]/.test(r[0])||(n=n.replace(/^[\\\/]{2,}/,"\\")),Me.normalize(n)};Me.relative=function(r,e){r=Me.resolve(r),e=Me.resolve(e);for(var t=r.toLowerCase(),n=e.toLowerCase(),i=Xc(e.split("\\")),o=Xc(t.split("\\")),s=Xc(n.split("\\")),a=Math.min(o.length,s.length),c=a,u=0;u<a;u++)if(o[u]!==s[u]){c=u;break}if(c==0)return e;for(var l=[],u=c;u<o.length;u++)l.push("..");return l=l.concat(i.slice(c)),l.join("\\")};Me._makeLong=function(r){if(!Ur.isString(r))return r;if(!r)return"";var e=Me.resolve(r);return/^[a-zA-Z]\:\\/.test(e)?"\\\\?\\"+e:/^\\\\[^?.]/.test(e)?"\\\\?\\UNC\\"+e.substring(2):r};Me.dirname=function(r){var e=hd(r),t=e[0],n=e[1];return!t&&!n?".":(n&&(n=n.substr(0,n.length-1)),t+n)};Me.basename=function(r,e){var t=hd(r)[2];return e&&t.substr(-1*e.length)===e&&(t=t.substr(0,t.length-e.length)),t};Me.extname=function(r){return hd(r)[3]};Me.format=function(r){if(!Ur.isObject(r))throw new TypeError("Parameter 'pathObject' must be an object, not "+typeof r);var e=r.root||"";if(!Ur.isString(e))throw new TypeError("'pathObject.root' must be a string or undefined, not "+typeof r.root);var t=r.dir,n=r.base||"";return t?t[t.length-1]===Me.sep?t+n:t+Me.sep+n:n};Me.parse=function(r){if(!Ur.isString(r))throw new TypeError("Parameter 'pathString' must be a string, not "+typeof r);var e=hd(r);if(!e||e.length!==4)throw new TypeError("Invalid path '"+r+"'");return{root:e[0],dir:e[0]+e[1].slice(0,-1),base:e[2],ext:e[3],name:e[2].slice(0,e[2].length-e[3].length)}};Me.sep="\\";Me.delimiter=";";var hP=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Ge={};function md(r){return hP.exec(r).slice(1)}Ge.resolve=function(){for(var r="",e=!1,t=arguments.length-1;t>=-1&&!e;t--){var n=t>=0?arguments[t]:process.cwd();if(Ur.isString(n)){if(!n)continue}else throw new TypeError("Arguments to path.resolve must be strings");r=n+"/"+r,e=n[0]==="/"}return r=fd(r.split("/"),!e).join("/"),(e?"/":"")+r||"."};Ge.normalize=function(r){var e=Ge.isAbsolute(r),t=r&&r[r.length-1]==="/";return r=fd(r.split("/"),!e).join("/"),!r&&!e&&(r="."),r&&t&&(r+="/"),(e?"/":"")+r};Ge.isAbsolute=function(r){return r.charAt(0)==="/"};Ge.join=function(){for(var r="",e=0;e<arguments.length;e++){var t=arguments[e];if(!Ur.isString(t))throw new TypeError("Arguments to path.join must be strings");t&&(r?r+="/"+t:r+=t)}return Ge.normalize(r)};Ge.relative=function(r,e){r=Ge.resolve(r).substr(1),e=Ge.resolve(e).substr(1);for(var t=Xc(r.split("/")),n=Xc(e.split("/")),i=Math.min(t.length,n.length),o=i,s=0;s<i;s++)if(t[s]!==n[s]){o=s;break}for(var a=[],s=o;s<t.length;s++)a.push("..");return a=a.concat(n.slice(o)),a.join("/")};Ge._makeLong=function(r){return r};Ge.dirname=function(r){var e=md(r),t=e[0],n=e[1];return!t&&!n?".":(n&&(n=n.substr(0,n.length-1)),t+n)};Ge.basename=function(r,e){var t=md(r)[2];return e&&t.substr(-1*e.length)===e&&(t=t.substr(0,t.length-e.length)),t};Ge.extname=function(r){return md(r)[3]};Ge.format=function(r){if(!Ur.isObject(r))throw new TypeError("Parameter 'pathObject' must be an object, not "+typeof r);var e=r.root||"";if(!Ur.isString(e))throw new TypeError("'pathObject.root' must be a string or undefined, not "+typeof r.root);var t=r.dir?r.dir+Ge.sep:"",n=r.base||"";return t+n};Ge.parse=function(r){if(!Ur.isString(r))throw new TypeError("Parameter 'pathString' must be a string, not "+typeof r);var e=md(r);if(!e||e.length!==4)throw new TypeError("Invalid path '"+r+"'");return e[1]=e[1]||"",e[2]=e[2]||"",e[3]=e[3]||"",{root:e[0],dir:e[0]+e[1].slice(0,-1),base:e[2],ext:e[3],name:e[2].slice(0,e[2].length-e[3].length)}};Ge.sep="/";Ge.delimiter=":";dP?Jc.exports=Me:Jc.exports=Ge;Jc.exports.posix=Ge;Jc.exports.win32=Me});var J4=re(Pt=>{"use strict";var gd=F4(),mP=W4().extname,Y4=/^\s*([^;\s]*)(?:;|\s|$)/,gP=/^text\//i;Pt.charset=X4;Pt.charsets={lookup:X4};Pt.contentType=xP;Pt.extension=yP;Pt.extensions=Object.create(null);Pt.lookup=wP;Pt.types=Object.create(null);bP(Pt.extensions,Pt.types);function X4(r){if(!r||typeof r!="string")return!1;var e=Y4.exec(r),t=e&&gd[e[1].toLowerCase()];return t&&t.charset?t.charset:e&&gP.test(e[1])?"UTF-8":!1}function xP(r){if(!r||typeof r!="string")return!1;var e=r.indexOf("/")===-1?Pt.lookup(r):r;if(!e)return!1;if(e.indexOf("charset")===-1){var t=Pt.charset(e);t&&(e+="; charset="+t.toLowerCase())}return e}function yP(r){if(!r||typeof r!="string")return!1;var e=Y4.exec(r),t=e&&Pt.extensions[e[1].toLowerCase()];return!t||!t.length?!1:t[0]}function wP(r){if(!r||typeof r!="string")return!1;var e=mP("x."+r).toLowerCase().substr(1);return e&&Pt.types[e]||!1}function bP(r,e){var t=["nginx","apache",void 0,"iana"];Object.keys(gd).forEach(function(i){var o=gd[i],s=o.extensions;if(!(!s||!s.length)){r[i]=s;for(var a=0;a<s.length;a++){var c=s[a];if(e[c]){var u=t.indexOf(gd[e[c]].source),l=t.indexOf(o.source);if(e[c]!=="application/octet-stream"&&(u>l||u===l&&e[c].substr(0,12)==="application/"))continue}e[c]=i}}})}});var RP={};$(RP,{createVerifiedFetch:()=>TP});function ji(r){let e=new globalThis.AbortController;function t(){e.abort();for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}for(let o of r){if(o?.aborted===!0){t();break}o?.addEventListener!=null&&o.addEventListener("abort",t)}function n(){for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}let i=e.signal;return i.clear=n,i}function w8(r){let[e,t]=r[Symbol.asyncIterator]!=null?[r[Symbol.asyncIterator](),Symbol.asyncIterator]:[r[Symbol.iterator](),Symbol.iterator],n=[];return{peek:()=>e.next(),push:i=>{n.push(i)},next:()=>n.length>0?{done:!1,value:n.shift()}:e.next(),[t](){return this}}}var _o=w8;function b8(r){return r[Symbol.asyncIterator]!=null}function _x(r){return r?.then!=null}function v8(r,e){if(b8(r))return async function*(){for await(let a of r){let c=e(a);_x(c)&&await c,yield a}}();let t=_o(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();if(typeof e(n)?.then=="function")return async function*(){yield n;for await(let a of t){let c=e(a);_x(c)&&await c,yield a}}();let s=e;return function*(){yield n;for(let a of t)s(a),yield a}()}var bd=v8;var _d={};$(_d,{base32:()=>nt,base32hex:()=>U8,base32hexpad:()=>D8,base32hexpadupper:()=>L8,base32hexupper:()=>N8,base32pad:()=>C8,base32padupper:()=>R8,base32upper:()=>Ux,base32z:()=>P8});var To={};$(To,{coerce:()=>Zt,empty:()=>Tx,equals:()=>vd,fromHex:()=>A8,fromString:()=>Ed,isBinary:()=>S8,toHex:()=>E8,toString:()=>Ad});var Tx=new Uint8Array(0);function E8(r){return r.reduce((e,t)=>e+t.toString(16).padStart(2,"0"),"")}function A8(r){let e=r.match(/../g);return e!=null?new Uint8Array(e.map(t=>parseInt(t,16))):Tx}function vd(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function Zt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function S8(r){return r instanceof ArrayBuffer||ArrayBuffer.isView(r)}function Ed(r){return new TextEncoder().encode(r)}function Ad(r){return new TextDecoder().decode(r)}function B8(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function p(f){if(f instanceof Uint8Array||(ArrayBuffer.isView(f)?f=new Uint8Array(f.buffer,f.byteOffset,f.byteLength):Array.isArray(f)&&(f=Uint8Array.from(f))),!(f instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(f.length===0)return"";for(var h=0,x=0,g=0,w=f.length;g!==w&&f[g]===0;)g++,h++;for(var y=(w-g)*l+1>>>0,E=new Uint8Array(y);g!==w;){for(var B=f[g],S=0,b=y-1;(B!==0||S<x)&&b!==-1;b--,S++)B+=256*E[b]>>>0,E[b]=B%a>>>0,B=B/a>>>0;if(B!==0)throw new Error("Non-zero carry");x=S,g++}for(var v=y-x;v!==y&&E[v]===0;)v++;for(var k=c.repeat(h);v<y;++v)k+=r.charAt(E[v]);return k}function m(f){if(typeof f!="string")throw new TypeError("Expected String");if(f.length===0)return new Uint8Array;var h=0;if(f[h]!==" "){for(var x=0,g=0;f[h]===c;)x++,h++;for(var w=(f.length-h)*u+1>>>0,y=new Uint8Array(w);f[h];){var E=t[f.charCodeAt(h)];if(E===255)return;for(var B=0,S=w-1;(E!==0||B<g)&&S!==-1;S--,B++)E+=a*y[S]>>>0,y[S]=E%256>>>0,E=E/256>>>0;if(E!==0)throw new Error("Non-zero carry");g=B,h++}if(f[h]!==" "){for(var b=w-g;b!==w&&y[b]===0;)b++;for(var v=new Uint8Array(x+(w-b)),k=x;b!==w;)v[k++]=y[b++];return v}}}function d(f){var h=m(f);if(h)return h;throw new Error(`Non-${e} character`)}return{encode:p,decodeUnsafe:m,decode:d}}var k8=B8,I8=k8,Cx=I8;var Sd=class{name;prefix;baseEncode;constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},Bd=class{name;prefix;baseDecode;prefixCodePoint;constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.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 Rx(this,e)}},kd=class{decoders;constructor(e){this.decoders=e}or(e){return Rx(this,e)}decode(e){let t=e[0],n=this.decoders[t];if(n!=null)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function Rx(r,e){return new kd({...r.decoders??{[r.prefix]:r},...e.decoders??{[e.prefix]:e}})}var Id=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new Sd(e,t,n),this.decoder=new Bd(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}};function Co({name:r,prefix:e,encode:t,decode:n}){return new Id(r,e,t,n)}function Qn({name:r,prefix:e,alphabet:t}){let{encode:n,decode:i}=Cx(t,r);return Co({prefix:e,name:r,encode:n,decode:o=>Zt(i(o))})}function _8(r,e,t,n){let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let p=i[r[l]];if(p===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|p,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s}function T8(r,e,t){let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s!==0&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o}function Ce({name:r,prefix:e,bitsPerChar:t,alphabet:n}){return Co({prefix:e,name:r,encode(i){return T8(i,n,t)},decode(i){return _8(i,n,t,r)}})}var nt=Ce({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ux=Ce({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),C8=Ce({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),R8=Ce({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),U8=Ce({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),N8=Ce({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),D8=Ce({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),L8=Ce({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),P8=Ce({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Td={};$(Td,{base58btc:()=>Oe,base58flickr:()=>O8});var Oe=Qn({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),O8=Qn({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var F8=Lx,Nx=128,z8=127,V8=~z8,M8=Math.pow(2,31);function Lx(r,e,t){e=e||[],t=t||0;for(var n=t;r>=M8;)e[t++]=r&255|Nx,r/=128;for(;r&V8;)e[t++]=r&255|Nx,r>>>=7;return e[t]=r|0,Lx.bytes=t-n+1,e}var $8=Cd,j8=128,Dx=127;function Cd(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw Cd.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&Dx)<<i:(s&Dx)*Math.pow(2,i),i+=7}while(s>=j8);return Cd.bytes=o-n,t}var H8=Math.pow(2,7),q8=Math.pow(2,14),K8=Math.pow(2,21),G8=Math.pow(2,28),W8=Math.pow(2,35),Y8=Math.pow(2,42),X8=Math.pow(2,49),J8=Math.pow(2,56),Z8=Math.pow(2,63),Q8=function(r){return r<H8?1:r<q8?2:r<K8?3:r<G8?4:r<W8?5:r<Y8?6:r<X8?7:r<J8?8:r<Z8?9:10},eA={encode:F8,decode:$8,encodingLength:Q8},tA=eA,ua=tA;function pa(r,e=0){return[ua.decode(r,e),ua.decode.bytes]}function Ro(r,e,t=0){return ua.encode(r,e,t),e}function Uo(r){return ua.encodingLength(r)}function Dr(r,e){let t=e.byteLength,n=Uo(r),i=n+Uo(t),o=new Uint8Array(i+t);return Ro(r,o,0),Ro(t,o,n),o.set(e,i),new No(r,t,e,o)}function Ot(r){let e=Zt(r),[t,n]=pa(e),[i,o]=pa(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new No(t,i,s,e)}function Px(r,e){if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&vd(r.bytes,t.bytes)}}var No=class{code;size;digest;bytes;constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};function Ox(r,e){let{bytes:t,version:n}=r;switch(n){case 0:return nA(t,Rd(r),e??Oe.encoder);default:return iA(t,Rd(r),e??nt.encoder)}}var Fx=new WeakMap;function Rd(r){let e=Fx.get(r);if(e==null){let t=new Map;return Fx.set(r,t),t}return e}var z=class r{code;version;multihash;bytes;"/";constructor(e,t,n,i){this.code=t,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:t}=this;if(e!==da)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==oA)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:t}=this.multihash,n=Dr(e,t);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(e){return r.equals(this,e)}static equals(e,t){let n=t;return n!=null&&e.code===n.code&&e.version===n.version&&Px(e.multihash,n.multihash)}toString(e){return Ox(this,e)}toJSON(){return{"/":Ox(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s??zx(n,i,o.bytes))}else if(t[sA]===!0){let{version:n,multihash:i,code:o}=t,s=Ot(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="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(t!==da)throw new Error(`Version 0 CID must use dag-pb (code: ${da}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=zx(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,da,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length!==0)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Zt(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new No(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[p,m]=pa(e.subarray(t));return t+=m,p},i=n(),o=da;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=rA(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Rd(o).set(n,e),o}};function rA(r,e){switch(r[0]){case"Q":{let t=e??Oe;return[Oe.prefix,t.decode(`${Oe.prefix}${r}`)]}case Oe.prefix:{let t=e??Oe;return[Oe.prefix,t.decode(r)]}case nt.prefix:{let t=e??nt;return[nt.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}}function nA(r,e,t){let{prefix:n}=t;if(n!==Oe.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i}function iA(r,e,t){let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i}var da=112,oA=18;function zx(r,e,t){let n=Uo(r),i=n+Uo(e),o=new Uint8Array(i+t.byteLength);return Ro(r,o,0),Ro(e,o,n),o.set(t,i),o}var sA=Symbol.for("@ipld/js-cid/CID");var fa=Symbol.for("@libp2p/content-routing");var Ud=Symbol.for("@libp2p/peer-id");function Vx(r){return r!=null&&!!r[Ud]}var ha=Symbol.for("@libp2p/peer-routing");var ei=class r extends Error{code;type;constructor(e="The operation was aborted"){super(e),this.code=r.code,this.type=r.type}static code="ABORT_ERR";static type="aborted"},O=class extends Error{code;props;constructor(e,t,n){super(e),this.code=t,this.name=n?.name??"CodeError",this.props=n??{}}};var el=class extends EventTarget{#e=new Map;listenerCount(e){let t=this.#e.get(e);return t==null?0:t.length}addEventListener(e,t,n){super.addEventListener(e,t,n);let i=this.#e.get(e);i==null&&(i=[],this.#e.set(e,i)),i.push({callback:t,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(e,t,n){super.removeEventListener(e.toString(),t??null,n);let i=this.#e.get(e);i!=null&&(i=i.filter(({callback:o})=>o!==t),this.#e.set(e,i))}dispatchEvent(e){let t=super.dispatchEvent(e),n=this.#e.get(e.type);return n==null||(n=n.filter(({once:i})=>!i),this.#e.set(e.type,n)),t}safeDispatchEvent(e,t={}){return this.dispatchEvent(new aA(e,t))}},Nd=class extends Event{detail;constructor(e,t){super(e,t),this.detail=t?.detail}},aA=globalThis.CustomEvent??Nd;var tl=(r,...e)=>{try{[...e]}catch{}};function Mx(r){return r!=null&&typeof r.start=="function"&&typeof r.stop=="function"}async function ti(...r){let e=[];for(let t of r)Mx(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStart!=null&&await t.beforeStart()})),await Promise.all(e.map(async t=>{await t.start()})),await Promise.all(e.map(async t=>{t.afterStart!=null&&await t.afterStart()}))}async function ri(...r){let e=[];for(let t of r)Mx(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStop!=null&&await t.beforeStop()})),await Promise.all(e.map(async t=>{await t.stop()})),await Promise.all(e.map(async t=>{t.afterStop!=null&&await t.afterStop()}))}var Pd={};$(Pd,{sha256:()=>ce,sha512:()=>Ld});function Hi({name:r,code:e,encode:t}){return new Dd(r,e,t)}var Dd=class{name;code;encode;constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?Dr(this.code,t):t.then(n=>Dr(this.code,n))}else throw Error("Unknown type, must be binary type")}};function jx(r){return async e=>new Uint8Array(await crypto.subtle.digest(r,e))}var ce=Hi({name:"sha2-256",code:18,encode:jx("SHA-256")}),Ld=Hi({name:"sha2-512",code:19,encode:jx("SHA-512")});var zt=Q(Fd(),1);var zd={};$(zd,{base64:()=>Pr,base64pad:()=>bA,base64url:()=>Gx,base64urlpad:()=>vA});var Pr=Ce({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),bA=Ce({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Gx=Ce({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),vA=Ce({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});zt.default.formatters.b=r=>r==null?"undefined":Oe.baseEncode(r);zt.default.formatters.t=r=>r==null?"undefined":nt.baseEncode(r);zt.default.formatters.m=r=>r==null?"undefined":Pr.baseEncode(r);zt.default.formatters.p=r=>r==null?"undefined":r.toString();zt.default.formatters.c=r=>r==null?"undefined":r.toString();zt.default.formatters.k=r=>r==null?"undefined":r.toString();zt.default.formatters.a=r=>r==null?"undefined":r.toString();function EA(r){let e=()=>{};return e.enabled=!1,e.color="",e.diff=0,e.log=()=>{},e.namespace=r,e.destroy=()=>!0,e.extend=()=>e,e}function Wx(){return{forComponent(r){return ne(r)}}}function ne(r){let e=EA(`${r}:trace`);return zt.default.enabled(`${r}:trace`)&&zt.default.names.map(t=>t.toString()).find(t=>t.includes(":trace"))!=null&&(e=(0,zt.default)(`${r}:trace`)),Object.assign((0,zt.default)(r),{error:(0,zt.default)(`${r}:error`),trace:e})}function ge(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function ni(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function un(r=0){return globalThis.Buffer?.alloc!=null?ni(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function Bt(r=0){return globalThis.Buffer?.allocUnsafe!=null?ni(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}var PA=Math.pow(2,7),OA=Math.pow(2,14),FA=Math.pow(2,21),$d=Math.pow(2,28),jd=Math.pow(2,35),Hd=Math.pow(2,42),qd=Math.pow(2,49),xe=128,pt=127;function Fe(r){if(r<PA)return 1;if(r<OA)return 2;if(r<FA)return 3;if(r<$d)return 4;if(r<jd)return 5;if(r<Hd)return 6;if(r<qd)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Kd(r,e,t=0){switch(Fe(r)){case 8:e[t++]=r&255|xe,r/=128;case 7:e[t++]=r&255|xe,r/=128;case 6:e[t++]=r&255|xe,r/=128;case 5:e[t++]=r&255|xe,r/=128;case 4:e[t++]=r&255|xe,r>>>=7;case 3:e[t++]=r&255|xe,r>>>=7;case 2:e[t++]=r&255|xe,r>>>=7;case 1:{e[t++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return e}function zA(r,e,t=0){switch(Fe(r)){case 8:e.set(t++,r&255|xe),r/=128;case 7:e.set(t++,r&255|xe),r/=128;case 6:e.set(t++,r&255|xe),r/=128;case 5:e.set(t++,r&255|xe),r/=128;case 4:e.set(t++,r&255|xe),r>>>=7;case 3:e.set(t++,r&255|xe),r>>>=7;case 2:e.set(t++,r&255|xe),r>>>=7;case 1:{e.set(t++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return e}function Gd(r,e){let t=r[e],n=0;if(n+=t&pt,t<xe||(t=r[e+1],n+=(t&pt)<<7,t<xe)||(t=r[e+2],n+=(t&pt)<<14,t<xe)||(t=r[e+3],n+=(t&pt)<<21,t<xe)||(t=r[e+4],n+=(t&pt)*$d,t<xe)||(t=r[e+5],n+=(t&pt)*jd,t<xe)||(t=r[e+6],n+=(t&pt)*Hd,t<xe)||(t=r[e+7],n+=(t&pt)*qd,t<xe))return n;throw new RangeError("Could not decode varint")}function VA(r,e){let t=r.get(e),n=0;if(n+=t&pt,t<xe||(t=r.get(e+1),n+=(t&pt)<<7,t<xe)||(t=r.get(e+2),n+=(t&pt)<<14,t<xe)||(t=r.get(e+3),n+=(t&pt)<<21,t<xe)||(t=r.get(e+4),n+=(t&pt)*$d,t<xe)||(t=r.get(e+5),n+=(t&pt)*jd,t<xe)||(t=r.get(e+6),n+=(t&pt)*Hd,t<xe)||(t=r.get(e+7),n+=(t&pt)*qd,t<xe))return n;throw new RangeError("Could not decode varint")}function Qt(r,e,t=0){return e==null&&(e=Bt(Fe(r))),e instanceof Uint8Array?Kd(r,e,t):zA(r,e,t)}function kt(r,e=0){return r instanceof Uint8Array?Gd(r,e):VA(r,e)}var Wd=new Float32Array([-0]),ii=new Uint8Array(Wd.buffer);function i1(r,e,t){Wd[0]=r,e[t]=ii[0],e[t+1]=ii[1],e[t+2]=ii[2],e[t+3]=ii[3]}function o1(r,e){return ii[0]=r[e],ii[1]=r[e+1],ii[2]=r[e+2],ii[3]=r[e+3],Wd[0]}var Yd=new Float64Array([-0]),dt=new Uint8Array(Yd.buffer);function s1(r,e,t){Yd[0]=r,e[t]=dt[0],e[t+1]=dt[1],e[t+2]=dt[2],e[t+3]=dt[3],e[t+4]=dt[4],e[t+5]=dt[5],e[t+6]=dt[6],e[t+7]=dt[7]}function a1(r,e){return dt[0]=r[e],dt[1]=r[e+1],dt[2]=r[e+2],dt[3]=r[e+3],dt[4]=r[e+4],dt[5]=r[e+5],dt[6]=r[e+6],dt[7]=r[e+7],Yd[0]}var MA=BigInt(Number.MAX_SAFE_INTEGER),$A=BigInt(Number.MIN_SAFE_INTEGER),Vt=class r{lo;hi;constructor(e,t){this.lo=e|0,this.hi=t|0}toNumber(e=!1){if(!e&&this.hi>>>31>0){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(t+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(e=!1){if(e)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(BigInt(t)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(e=!1){return this.toBigInt(e).toString()}zzEncode(){let e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this}zzDecode(){let e=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this}length(){let e=this.lo,t=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?t===0?e<16384?e<128?1:2:e<2097152?3:4:t<16384?t<128?5:6:t<2097152?7:8:n<128?9:10}static fromBigInt(e){if(e===0n)return Ki;if(e<MA&&e>$A)return this.fromNumber(Number(e));let t=e<0n;t&&(e=-e);let n=e>>32n,i=e-(n<<32n);return t&&(n=~n|0n,i=~i|0n,++i>c1&&(i=0n,++n>c1&&(n=0n))),new r(Number(i),Number(n))}static fromNumber(e){if(e===0)return Ki;let t=e<0;t&&(e=-e);let n=e>>>0,i=(e-n)/4294967296>>>0;return t&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new r(n,i)}static from(e){return typeof e=="number"?r.fromNumber(e):typeof e=="bigint"?r.fromBigInt(e):typeof e=="string"?r.fromBigInt(BigInt(e)):e.low!=null||e.high!=null?new r(e.low>>>0,e.high>>>0):Ki}},Ki=new Vt(0,0);Ki.toBigInt=function(){return 0n};Ki.zzEncode=Ki.zzDecode=function(){return this};Ki.length=function(){return 1};var c1=4294967296n;function l1(r){let e=0,t=0;for(let n=0;n<r.length;++n)t=r.charCodeAt(n),t<128?e+=1:t<2048?e+=2:(t&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,e+=4):e+=3;return e}function u1(r,e,t){if(t-e<1)return"";let i,o=[],s=0,a;for(;e<t;)a=r[e++],a<128?o[s++]=a:a>191&&a<224?o[s++]=(a&31)<<6|r[e++]&63:a>239&&a<365?(a=((a&7)<<18|(r[e++]&63)<<12|(r[e++]&63)<<6|r[e++]&63)-65536,o[s++]=55296+(a>>10),o[s++]=56320+(a&1023)):o[s++]=(a&15)<<12|(r[e++]&63)<<6|r[e++]&63,s>8191&&((i??(i=[])).push(String.fromCharCode.apply(String,o)),s=0);return i!=null?(s>0&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))}function Xd(r,e,t){let n=t,i,o;for(let s=0;s<r.length;++s)i=r.charCodeAt(s),i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&((o=r.charCodeAt(s+1))&64512)===56320?(i=65536+((i&1023)<<10)+(o&1023),++s,e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128);return t-n}function dr(r,e){return RangeError(`index out of range: ${r.pos} + ${e??1} > ${r.len}`)}function sl(r,e){return(r[e-4]|r[e-3]<<8|r[e-2]<<16|r[e-1]<<24)>>>0}var Jd=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(e){this.buf=e,this.pos=0,this.len=e.length}uint32(){let e=4294967295;if(e=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(e=(e|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return e;if((this.pos+=5)>this.len)throw this.pos=this.len,dr(this,10);return e}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw dr(this,4);return sl(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw dr(this,4);return sl(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw dr(this,4);let e=o1(this.buf,this.pos);return this.pos+=4,e}double(){if(this.pos+8>this.len)throw dr(this,4);let e=a1(this.buf,this.pos);return this.pos+=8,e}bytes(){let e=this.uint32(),t=this.pos,n=this.pos+e;if(n>this.len)throw dr(this,e);return this.pos+=e,t===n?new Uint8Array(0):this.buf.subarray(t,n)}string(){let e=this.bytes();return u1(e,0,e.length)}skip(e){if(typeof e=="number"){if(this.pos+e>this.len)throw dr(this,e);this.pos+=e}else do if(this.pos>=this.len)throw dr(this);while(this.buf[this.pos++]&128);return this}skipType(e){switch(e){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(e=this.uint32()&7)!==4;)this.skipType(e);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${e} at offset ${this.pos}`)}return this}readLongVarint(){let e=new Vt(0,0),t=0;if(this.len-this.pos>4){for(;t<4;++t)if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return e;if(e.lo=(e.lo|(this.buf[this.pos]&127)<<28)>>>0,e.hi=(e.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return e;t=0}else{for(;t<3;++t){if(this.pos>=this.len)throw dr(this);if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return e}return e.lo=(e.lo|(this.buf[this.pos++]&127)<<t*7)>>>0,e}if(this.len-this.pos>4){for(;t<5;++t)if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}else for(;t<5;++t){if(this.pos>=this.len)throw dr(this);if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw dr(this,8);let e=sl(this.buf,this.pos+=4),t=sl(this.buf,this.pos+=4);return new Vt(e,t)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let e=Gd(this.buf,this.pos);return this.pos+=Fe(e),e}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function Zd(r){return new Jd(r instanceof Uint8Array?r:r.subarray())}function er(r,e,t){let n=Zd(r);return e.decode(n,void 0,t)}var Qd={};$(Qd,{base10:()=>jA});var jA=Qn({prefix:"9",name:"base10",alphabet:"0123456789"});var ef={};$(ef,{base16:()=>HA,base16upper:()=>qA});var HA=Ce({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),qA=Ce({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var tf={};$(tf,{base2:()=>KA});var KA=Ce({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var rf={};$(rf,{base256emoji:()=>JA});var d1=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}"),GA=d1.reduce((r,e,t)=>(r[t]=e,r),[]),WA=d1.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function YA(r){return r.reduce((e,t)=>(e+=GA[t],e),"")}function XA(r){let e=[];for(let t of r){let n=WA[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var JA=Co({prefix:"\u{1F680}",name:"base256emoji",encode:YA,decode:XA});var nf={};$(nf,{base36:()=>oi,base36upper:()=>ZA});var oi=Qn({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),ZA=Qn({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var of={};$(of,{base8:()=>QA});var QA=Ce({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var sf={};$(sf,{identity:()=>e5});var e5=Co({prefix:"\0",name:"identity",encode:r=>Ad(r),decode:r=>Ed(r)});var t5=new TextEncoder,r5=new TextDecoder;var Oo=512;function f1(r){return t5.encode(JSON.stringify(r))}function h1(r){return JSON.parse(r5.decode(r))}var tr={};$(tr,{code:()=>je,decode:()=>cf,encode:()=>i5,name:()=>n5});var n5="raw",je=85;function i5(r){return Zt(r)}function cf(r){return Zt(r)}var lf={};$(lf,{identity:()=>It});var m1=0,o5="identity",g1=Zt;function s5(r){return Dr(m1,g1(r))}var It={code:m1,name:o5,encode:g1,digest:s5};var si={...sf,...tf,...of,...Qd,...ef,..._d,...nf,...Td,...zd,...rf},W7={...Pd,...lf};function y1(r,e,t,n){return{name:r,prefix:e,encoder:{name:r,prefix:e,encode:t},decoder:{decode:n}}}var x1=y1("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),uf=y1("ascii","a",r=>{let e="a";for(let t=0;t<r.length;t++)e+=String.fromCharCode(r[t]);return e},r=>{r=r.substring(1);let e=Bt(r.length);for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e}),a5={utf8:x1,"utf-8":x1,hex:si.base16,latin1:uf,ascii:uf,binary:uf,...si},al=a5;function Z(r,e="utf8"){let t=al[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?ni(globalThis.Buffer.from(r,"utf-8")):t.decoder.decode(`${t.prefix}${r}`)}function pf(r){let e=r??8192,t=e>>>1,n,i=e;return function(s){if(s<1||s>t)return Bt(s);i+s>e&&(n=Bt(e),i=0);let a=n.subarray(i,i+=s);return i&7&&(i=(i|7)+1),a}}var Gi=class{fn;len;next;val;constructor(e,t,n){this.fn=e,this.len=t,this.next=void 0,this.val=n}};function df(){}var hf=class{head;tail;len;next;constructor(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}},c5=pf();function l5(r){return globalThis.Buffer!=null?Bt(r):c5(r)}var ga=class{len;head;tail;states;constructor(){this.len=0,this.head=new Gi(df,0,0),this.tail=this.head,this.states=null}_push(e,t,n){return this.tail=this.tail.next=new Gi(e,t,n),this.len+=t,this}uint32(e){return this.len+=(this.tail=this.tail.next=new mf((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this}int32(e){return e<0?this._push(cl,10,Vt.fromNumber(e)):this.uint32(e)}sint32(e){return this.uint32((e<<1^e>>31)>>>0)}uint64(e){let t=Vt.fromBigInt(e);return this._push(cl,t.length(),t)}uint64Number(e){return this._push(Kd,Fe(e),e)}uint64String(e){return this.uint64(BigInt(e))}int64(e){return this.uint64(e)}int64Number(e){return this.uint64Number(e)}int64String(e){return this.uint64String(e)}sint64(e){let t=Vt.fromBigInt(e).zzEncode();return this._push(cl,t.length(),t)}sint64Number(e){let t=Vt.fromNumber(e).zzEncode();return this._push(cl,t.length(),t)}sint64String(e){return this.sint64(BigInt(e))}bool(e){return this._push(ff,1,e?1:0)}fixed32(e){return this._push(ma,4,e>>>0)}sfixed32(e){return this.fixed32(e)}fixed64(e){let t=Vt.fromBigInt(e);return this._push(ma,4,t.lo)._push(ma,4,t.hi)}fixed64Number(e){let t=Vt.fromNumber(e);return this._push(ma,4,t.lo)._push(ma,4,t.hi)}fixed64String(e){return this.fixed64(BigInt(e))}sfixed64(e){return this.fixed64(e)}sfixed64Number(e){return this.fixed64Number(e)}sfixed64String(e){return this.fixed64String(e)}float(e){return this._push(i1,4,e)}double(e){return this._push(s1,8,e)}bytes(e){let t=e.length>>>0;return t===0?this._push(ff,1,0):this.uint32(t)._push(p5,t,e)}string(e){let t=l1(e);return t!==0?this.uint32(t)._push(Xd,t,e):this._push(ff,1,0)}fork(){return this.states=new hf(this),this.head=this.tail=new Gi(df,0,0),this.len=0,this}reset(){return this.states!=null?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new Gi(df,0,0),this.len=0),this}ldelim(){let e=this.head,t=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=e.next,this.tail=t,this.len+=n),this}finish(){let e=this.head.next,t=l5(this.len),n=0;for(;e!=null;)e.fn(e.val,t,n),n+=e.len,e=e.next;return t}};function ff(r,e,t){e[t]=r&255}function u5(r,e,t){for(;r>127;)e[t++]=r&127|128,r>>>=7;e[t]=r}var mf=class extends Gi{next;constructor(e,t){super(u5,e,t),this.next=void 0}};function cl(r,e,t){for(;r.hi!==0;)e[t++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)e[t++]=r.lo&127|128,r.lo=r.lo>>>7;e[t++]=r.lo}function ma(r,e,t){e[t]=r&255,e[t+1]=r>>>8&255,e[t+2]=r>>>16&255,e[t+3]=r>>>24}function p5(r,e,t){e.set(r,t)}globalThis.Buffer!=null&&(ga.prototype.bytes=function(r){let e=r.length>>>0;return this.uint32(e),e>0&&this._push(d5,e,r),this},ga.prototype.string=function(r){let e=globalThis.Buffer.byteLength(r);return this.uint32(e),e>0&&this._push(f5,e,r),this});function d5(r,e,t){e.set(r,t)}function f5(r,e,t){r.length<40?Xd(r,e,t):e.utf8Write!=null?e.utf8Write(r,t):e.set(Z(r),t)}function gf(){return new ga}function rr(r,e){let t=gf();return e.encode(r,t,{lengthDelimited:!1}),t.finish()}var Fo;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(Fo||(Fo={}));function ll(r,e,t,n){return{name:r,type:e,encode:t,decode:n}}function Wi(r){function e(i){if(r[i.toString()]==null)throw new Error("Invalid enum value");return r[i]}let t=function(o,s){let a=e(o);s.int32(a)},n=function(o){let s=o.int32();return e(s)};return ll("enum",Fo.VARINT,t,n)}function nr(r,e){return ll("message",Fo.LENGTH_DELIMITED,r,e)}function h5(r){return r[Symbol.asyncIterator]!=null}function m5(r){if(h5(r))return(async()=>{for await(let e of r);})();for(let e of r);}var Yi=m5;function ze(r,e){if(globalThis.Buffer!=null)return ni(globalThis.Buffer.concat(r,e));e==null&&(e=r.reduce((i,o)=>i+o.length,0));let t=Bt(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return ni(t)}var b1=Symbol.for("@achingbrain/uint8arraylist");function w1(r,e){if(e==null||e<0)throw new RangeError("index is out of bounds");let t=0;for(let n of r){let i=t+n.byteLength;if(e<i)return{buf:n,index:e-t};t=i}throw new RangeError("index is out of bounds")}function ul(r){return!!r?.[b1]}var Xi=class r{bufs;length;[b1]=!0;constructor(...e){this.bufs=[],this.length=0,e.length>0&&this.appendAll(e)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...e){this.appendAll(e)}appendAll(e){let t=0;for(let n of e)if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.push(n);else if(ul(n))t+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}prepend(...e){this.prependAll(e)}prependAll(e){let t=0;for(let n of e.reverse())if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.unshift(n);else if(ul(n))t+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}get(e){let t=w1(this.bufs,e);return t.buf[t.index]}set(e,t){let n=w1(this.bufs,e);n.buf[n.index]=t}write(e,t=0){if(e instanceof Uint8Array)for(let n=0;n<e.length;n++)this.set(t+n,e[n]);else if(ul(e))for(let n=0;n<e.length;n++)this.set(t+n,e.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(e){if(e=Math.trunc(e),!(Number.isNaN(e)||e<=0)){if(e===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(e>=this.bufs[0].byteLength)e-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(e),this.length-=e;break}}}slice(e,t){let{bufs:n,length:i}=this._subList(e,t);return ze(n,i)}subarray(e,t){let{bufs:n,length:i}=this._subList(e,t);return n.length===1?n[0]:ze(n,i)}sublist(e,t){let{bufs:n,length:i}=this._subList(e,t),o=new r;return o.length=i,o.bufs=[...n],o}_subList(e,t){if(e=e??0,t=t??this.length,e<0&&(e=this.length+e),t<0&&(t=this.length+t),e<0||t>this.length)throw new RangeError("index is out of bounds");if(e===t)return{bufs:[],length:0};if(e===0&&t===this.length)return{bufs:this.bufs,length:this.length};let n=[],i=0;for(let o=0;o<this.bufs.length;o++){let s=this.bufs[o],a=i,c=a+s.byteLength;if(i=c,e>=c)continue;let u=e>=a&&e<c,l=t>a&&t<=c;if(u&&l){if(e===a&&t===c){n.push(s);break}let p=e-a;n.push(s.subarray(p,p+(t-e)));break}if(u){if(e===0){n.push(s);continue}n.push(s.subarray(e-a));continue}if(l){if(t===c){n.push(s);break}n.push(s.subarray(0,t-a));break}n.push(s)}return{bufs:n,length:t-e}}indexOf(e,t=0){if(!ul(e)&&!(e instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=e instanceof Uint8Array?e:e.subarray();if(t=Number(t??0),isNaN(t)&&(t=0),t<0&&(t=this.length+t),t<0&&(t=0),e.length===0)return t>this.length?this.length:t;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,s=new Int32Array(o);for(let p=0;p<o;p++)s[p]=-1;for(let p=0;p<i;p++)s[n[p]]=p;let a=s,c=this.byteLength-n.byteLength,u=n.byteLength-1,l;for(let p=t;p<=c;p+=l){l=0;for(let m=u;m>=0;m--){let d=this.get(p+m);if(n[m]!==d){l=Math.max(1,m-a[d]);break}}if(l===0)return p}return-1}getInt8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getInt8(0)}setInt8(e,t){let n=Bt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,t),this.write(n,e)}getInt16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,t)}setInt16(e,t,n){let i=un(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,t,n),this.write(i,e)}getInt32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,t)}setInt32(e,t,n){let i=un(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,t,n),this.write(i,e)}getBigInt64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,t)}setBigInt64(e,t,n){let i=un(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,t,n),this.write(i,e)}getUint8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getUint8(0)}setUint8(e,t){let n=Bt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,t),this.write(n,e)}getUint16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,t)}setUint16(e,t,n){let i=un(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,t,n),this.write(i,e)}getUint32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,t)}setUint32(e,t,n){let i=un(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,t,n),this.write(i,e)}getBigUint64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,t)}setBigUint64(e,t,n){let i=un(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,t,n),this.write(i,e)}getFloat32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,t)}setFloat32(e,t,n){let i=un(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,t,n),this.write(i,e)}getFloat64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,t)}setFloat64(e,t,n){let i=un(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,t,n),this.write(i,e)}equals(e){if(e==null||!(e instanceof r)||e.bufs.length!==this.bufs.length)return!1;for(let t=0;t<this.bufs.length;t++)if(!ge(this.bufs[t],e.bufs[t]))return!1;return!0}static fromUint8Arrays(e,t){let n=new r;return n.bufs=e,t==null&&(t=e.reduce((i,o)=>i+o.byteLength,0)),n.length=t,n}};function x5(r){return r[Symbol.asyncIterator]!=null}function y5(r,e){if(x5(r))return async function*(){for await(let a of r)yield e(a)}();let t=_o(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){yield await o;for await(let a of t)yield e(a)}();let s=e;return function*(){yield o;for(let a of t)yield s(a)}()}var fr=y5;function He(){let r={};return r.promise=new Promise((e,t)=>{r.resolve=e,r.reject=t}),r}var pl=class{buffer;mask;top;btm;next;constructor(e){if(!(e>0)||e-1&e)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(e),this.mask=e-1,this.top=0,this.btm=0,this.next=null}push(e){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=e,this.top=this.top+1&this.mask,!0)}shift(){let e=this.buffer[this.btm];if(e!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,e}isEmpty(){return this.buffer[this.btm]===void 0}},zo=class{size;hwm;head;tail;constructor(e={}){this.hwm=e.splitLimit??16,this.head=new pl(this.hwm),this.tail=this.head,this.size=0}calculateSize(e){return e?.byteLength!=null?e.byteLength:1}push(e){if(e?.value!=null&&(this.size+=this.calculateSize(e.value)),!this.head.push(e)){let t=this.head;this.head=t.next=new pl(2*this.head.buffer.length),this.head.push(e)}}shift(){let e=this.tail.shift();if(e===void 0&&this.tail.next!=null){let t=this.tail.next;this.tail.next=null,this.tail=t,e=this.tail.shift()}return e?.value!=null&&(this.size-=this.calculateSize(e.value)),e}isEmpty(){return this.head.isEmpty()}};var xf=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.code=t??"ABORT_ERR"}};function Or(r={}){return w5(t=>{let n=t.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function w5(r,e){e=e??{};let t=e.onEnd,n=new zo,i,o,s,a=He(),c=async()=>{try{return n.isEmpty()?s?{done:!0}:await new Promise((x,g)=>{o=w=>{o=null,n.push(w);try{x(r(n))}catch(y){g(y)}return i}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=He()})}},u=x=>o!=null?o(x):(n.push(x),i),l=x=>(n=new zo,o!=null?o({error:x}):(n.push({error:x}),i)),p=x=>{if(s)return i;if(e?.objectMode!==!0&&x?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return u({done:!1,value:x})},m=x=>s?i:(s=!0,x!=null?l(x):u({done:!0})),d=()=>(n=new zo,m(),{done:!0}),f=x=>(m(x),{done:!0});if(i={[Symbol.asyncIterator](){return this},next:c,return:d,throw:f,push:p,end:m,get readableLength(){return n.size},onEmpty:async x=>{let g=x?.signal;if(g?.throwIfAborted(),n.isEmpty())return;let w,y;g!=null&&(w=new Promise((E,B)=>{y=()=>{B(new xf)},g.addEventListener("abort",y)}));try{await Promise.race([a.promise,w])}finally{y!=null&&g!=null&&g?.removeEventListener("abort",y)}}},t==null)return i;let h=i;return i={[Symbol.asyncIterator](){return this},next(){return h.next()},throw(x){return h.throw(x),t!=null&&(t(x),t=void 0),{done:!0}},return(){return h.return(),t!=null&&(t(),t=void 0),{done:!0}},push:p,end(x){return h.end(x),t!=null&&(t(x),t=void 0),i},get readableLength(){return h.readableLength},onEmpty:x=>h.onEmpty(x)},i}function b5(r){return r[Symbol.asyncIterator]!=null}function v5(...r){let e=[];for(let t of r)b5(t)||e.push(t);return e.length===r.length?function*(){for(let t of e)yield*t}():async function*(){let t=Or({objectMode:!0});Promise.resolve().then(async()=>{try{await Promise.all(r.map(async n=>{for await(let i of n)t.push(i)})),t.end()}catch(n){t.end(n)}}),yield*t}()}var ai=v5;function hr(r,...e){if(r==null)throw new Error("Empty pipeline");if(yf(r)){let n=r;r=()=>n.source}else if(S1(r)||A1(r)){let n=r;r=()=>n}let t=[r,...e];if(t.length>1&&yf(t[t.length-1])&&(t[t.length-1]=t[t.length-1].sink),t.length>2)for(let n=1;n<t.length-1;n++)yf(t[n])&&(t[n]=A5(t[n]));return E5(...t)}var E5=(...r)=>{let e;for(;r.length>0;)e=r.shift()(e);return e},A1=r=>r?.[Symbol.asyncIterator]!=null,S1=r=>r?.[Symbol.iterator]!=null,yf=r=>r==null?!1:r.sink!=null&&r.source!=null,A5=r=>e=>{let t=r.sink(e);if(t?.then!=null){let n=Or({objectMode:!0});t.then(()=>{n.end()},s=>{n.end(s)});let i,o=r.source;if(A1(o))i=async function*(){yield*o,n.end()};else if(S1(o))i=function*(){yield*o,n.end()};else throw new Error("Unknown duplex source type - must be Iterable or AsyncIterable");return ai(n,i())}return r.source};function S5(r){return r[Symbol.asyncIterator]!=null}function B5(r,e){return S5(r)?async function*(){let t=0;if(!(e<1)){for await(let n of r)if(yield n,t++,t===e)return}}():function*(){let t=0;if(!(e<1)){for(let n of r)if(yield n,t++,t===e)return}}()}var dl=B5;var P=class extends Event{constructor(e,t){super(e),this.detail=t}};function oe(r,e="utf8"){let t=al[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):t.encoder.encode(r).substring(1)}var fl=class{url;#e=0;#t=0;#r=0;#n=0;constructor(e){this.url=e instanceof URL?e:new URL(e)}async getRawBlock(e,t){let n=this.url;if(n.pathname=`/ipfs/${e.toString()}`,n.search="?format=raw",t?.aborted===!0)throw new Error(`Signal to fetch raw block for CID ${e} from gateway ${this.url} was aborted prior to fetch`);try{this.#e++;let i=await fetch(n.toString(),{signal:t,headers:{Accept:"application/vnd.ipld.raw"},cache:"force-cache"});if(!i.ok)throw this.#t++,new Error(`unable to fetch raw block for CID ${e} from gateway ${this.url}`);return this.#n++,new Uint8Array(await i.arrayBuffer())}catch{throw t?.aborted===!0?new Error(`fetching raw block for CID ${e} from gateway ${this.url} was aborted`):(this.#t++,new Error(`unable to fetch raw block for CID ${e}`))}}reliability(){return this.#e===0?1:this.#r>0?-1/0:this.#n/(this.#e+this.#t*3)}incrementInvalidBlocks(){this.#r++}};var hl=class{gateways;log;constructor(e,t={}){this.log=e.logger.forComponent("helia:trustless-gateway-block-broker"),this.gateways=(t.gateways??B1).map(n=>new fl(n))}async retrieve(e,t={}){let n=this.gateways.sort((o,s)=>s.reliability()-o.reliability()),i=[];for(let o of n){this.log("getting block for %c from %s",e,o.url);try{let s=await o.getRawBlock(e,t.signal);this.log.trace("got block for %c from %s",e,o.url);try{await t.validateFn?.(s)}catch(a){throw this.log.error("failed to validate block for %c from %s",e,o.url,a),o.incrementInvalidBlocks(),new Error(`unable to validate block for CID ${e} from gateway ${o.url}`)}return s}catch(s){if(this.log.error("failed to get block for %c from %s",e,o.url,s),s instanceof Error?i.push(s):i.push(new Error(`unable to fetch raw block for CID ${e} from gateway ${o.url}`)),t.signal?.aborted===!0){this.log.trace("request aborted while fetching raw block for CID %c from gateway %s",e,o.url);break}}}throw new AggregateError(i,`unable to fetch raw block for CID ${e} from any gateway`)}};var B1=["https://trustless-gateway.link","https://cloudflare-ipfs.com","https://4everland.io"];function xa(r={}){return e=>new hl(e,r)}var k5=Symbol.for("nodejs.util.inspect.custom"),k1=Object.values(si).map(r=>r.decoder).reduce((r,e)=>r.or(e),si.identity.decoder),I1=114,wf=36,bf=37,ya=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()})`}[Ud]=!0;toString(){return this.string==null&&(this.string=Oe.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return z.createV1(I1,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e==null)return!1;if(e instanceof Uint8Array)return ge(this.multihash.bytes,e);if(typeof e=="string")return mr(e).equals(this);if(e?.multihash?.bytes!=null)return ge(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[k5](){return`PeerId(${this.toString()})`}},Vo=class extends ya{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Mo=class extends ya{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},$o=class extends ya{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function mr(r,e){if(e=e??k1,r.charAt(0)==="1"||r.charAt(0)==="Q"){let t=Ot(Oe.decode(`z${r}`));return r.startsWith("12D")?new Mo({multihash:t}):r.startsWith("16U")?new $o({multihash:t}):new Vo({multihash:t})}return wa(k1.decode(r))}function wa(r){try{let e=Ot(r);if(e.code===It.code){if(e.digest.length===wf)return new Mo({multihash:e});if(e.digest.length===bf)return new $o({multihash:e})}if(e.code===ce.code)return new Vo({multihash:e})}catch{return I5(z.decode(r))}throw new Error("Supplied PeerID CID is invalid")}function I5(r){if(r==null||r.multihash==null||r.version==null||r.version===1&&r.code!==I1)throw new Error("Supplied PeerID CID is invalid");let e=r.multihash;if(e.code===ce.code)return new Vo({multihash:r.multihash});if(e.code===It.code){if(e.digest.length===wf)return new Mo({multihash:r.multihash});if(e.digest.length===bf)return new $o({multihash:r.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function _1(r,e){return r.length===wf?new Mo({multihash:Dr(It.code,r),privateKey:e}):r.length===bf?new $o({multihash:Dr(It.code,r),privateKey:e}):new Vo({multihash:await ce.digest(r),publicKey:r,privateKey:e})}var ml=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let t=this.index,n=e();return n===void 0&&(this.index=t),n}parseWith(e){let t=e();if(this.index===this.input.length)return t}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 t=this.readChar();if(t===e)return t})}readSeparator(e,t,n){return this.readAtomically(()=>{if(!(t>0&&this.readGivenChar(e)===void 0))return n()})}readNumber(e,t,n,i){return this.readAtomically(()=>{let o=0,s=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",u=2**(8*i)-1;for(;;){let l=this.readAtomically(()=>{let p=this.readChar();if(p===void 0)return;let m=Number.parseInt(p,e);if(!Number.isNaN(m))return m});if(l===void 0)break;if(o*=e,o+=l,o>u||(s+=1,t!==void 0&&s>t))return}if(s!==0)return!n&&c&&s>1?void 0:o})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let t=0;t<e.length;t++){let n=this.readSeparator(".",t,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;e[t]=n}return e})}readIPv6Addr(){let e=t=>{for(let n=0;n<t.length/2;n++){let i=n*2;if(n<t.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return t[i]=s[0],t[i+1]=s[1],t[i+2]=s[2],t[i+3]=s[3],[i+4,!0]}let o=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(o===void 0)return[i,!1];t[i]=o>>8,t[i+1]=o&255}return[t.length,!1]};return this.readAtomically(()=>{let t=new Uint8Array(16),[n,i]=e(t);if(n===16)return t;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let o=new Uint8Array(14),s=16-(n+2),[a]=e(o.subarray(0,s));return t.set(o.subarray(0,a),16-a),t})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var T1=45,_5=15,jo=new ml;function vf(r){if(!(r.length>_5))return jo.new(r).parseWith(()=>jo.readIPv4Addr())}function Ef(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>T1))return jo.new(r).parseWith(()=>jo.readIPv6Addr())}function gl(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>T1))return jo.new(r).parseWith(()=>jo.readIPAddr())}var SF=parseInt("0xFFFF",16),BF=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Ho(r){return!!vf(r)}function qo(r){return!!Ef(r)}function ir(r){return!!gl(r)}var R1=Ho,N5=qo,Sf=function(r){let e=0;if(r=r.toString().trim(),R1(r)){let t=new Uint8Array(e+4);return r.split(/\./g).forEach(n=>{t[e++]=parseInt(n,10)&255}),t}if(N5(r)){let t=r.split(":",8),n;for(n=0;n<t.length;n++){let o=R1(t[n]),s;o&&(s=Sf(t[n]),t[n]=oe(s.slice(0,2),"base16")),s!=null&&++n<8&&t.splice(n,0,oe(s.slice(2,4),"base16"))}if(t[0]==="")for(;t.length<8;)t.unshift("0");else if(t[t.length-1]==="")for(;t.length<8;)t.push("0");else if(t.length<8){for(n=0;n<t.length&&t[n]!=="";n++);let o=[n,1];for(n=9-t.length;n>0;n--)o.push("0");t.splice.apply(t,o)}let i=new Uint8Array(e+16);for(n=0;n<t.length;n++){let o=parseInt(t[n],16);i[e++]=o>>8&255,i[e++]=o&255}return i}throw new Error("invalid ip address")},U1=function(r,e=0,t){e=~~e,t=t??r.length-e;let n=new DataView(r.buffer);if(t===4){let i=[];for(let o=0;o<t;o++)i.push(r[e+o]);return i.join(".")}if(t===16){let i=[];for(let o=0;o<t;o+=2)i.push(n.getUint16(e+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Ko={},Bf={},L5=[[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"]];L5.forEach(r=>{let e=P5(...r);Bf[e.code]=e,Ko[e.name]=e});function P5(r,e,t,n,i){return{code:r,size:e,name:t,resolvable:!!n,path:!!i}}function ve(r){if(typeof r=="number"){if(Bf[r]!=null)return Bf[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(Ko[r]!=null)return Ko[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var c9=ve("ip4"),l9=ve("ip6"),u9=ve("ipcidr");function If(r,e){switch(ve(r).code){case 4:case 41:return F5(e);case 42:return L1(e);case 6:case 273:case 33:case 132:return O1(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return L1(e);case 421:return $5(e);case 444:return P1(e);case 445:return P1(e);case 466:return M5(e);default:return oe(e,"base16")}}function _f(r,e){switch(ve(r).code){case 4:return N1(e);case 41:return N1(e);case 42:return D1(e);case 6:case 273:case 33:case 132:return Tf(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return D1(e);case 421:return z5(e);case 444:return j5(e);case 445:return H5(e);case 466:return V5(e);default:return Z(e,"base16")}}var kf=Object.values(si).map(r=>r.decoder),O5=function(){let r=kf[0].or(kf[1]);return kf.slice(2).forEach(e=>r=r.or(e)),r}();function N1(r){if(!ir(r))throw new Error("invalid ip address");return Sf(r)}function F5(r){let e=U1(r,0,r.length);if(e==null)throw new Error("ipBuff is required");if(!ir(e))throw new Error("invalid ip address");return e}function Tf(r){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,r),new Uint8Array(e)}function O1(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function D1(r){let e=Z(r),t=Uint8Array.from(Qt(e.length));return ze([t,e],t.length+e.length)}function L1(r){let e=kt(r);if(r=r.slice(Fe(e)),r.length!==e)throw new Error("inconsistent lengths");return oe(r)}function z5(r){let e;r[0]==="Q"||r[0]==="1"?e=Ot(Oe.decode(`z${r}`)).bytes:e=z.parse(r).multihash.bytes;let t=Uint8Array.from(Qt(e.length));return ze([t,e],t.length+e.length)}function V5(r){let e=O5.decode(r),t=Uint8Array.from(Qt(e.length));return ze([t,e],t.length+e.length)}function M5(r){let e=kt(r),t=r.slice(Fe(e));if(t.length!==e)throw new Error("inconsistent lengths");return"u"+oe(t,"base64url")}function $5(r){let e=kt(r),t=r.slice(Fe(e));if(t.length!==e)throw new Error("inconsistent lengths");return oe(t,"base58btc")}function j5(r){let e=r.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 t=nt.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=Tf(n);return ze([t,i],t.length+i.length)}function H5(r){let e=r.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 t=nt.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=Tf(n);return ze([t,i],t.length+i.length)}function P1(r){let e=r.slice(0,r.length-2),t=r.slice(r.length-2),n=oe(e,"base32"),i=O1(t);return`${n}:${i}`}function F1(r){r=Cf(r);let e=[],t=[],n=null,i=r.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<i.length;o++){let s=i[o],a=ve(s);if(a.size===0){e.push([a.code]),t.push([a.code]);continue}if(o++,o>=i.length)throw V1("invalid address: "+r);if(a.path===!0){n=Cf(i.slice(o).join("/")),e.push([a.code,_f(a.code,n)]),t.push([a.code,n]);break}let c=_f(a.code,i[o]);e.push([a.code,c]),t.push([a.code,If(a.code,c)])}return{string:z1(t),bytes:Uf(e),tuples:e,stringTuples:t,path:n}}function Rf(r){let e=[],t=[],n=null,i=0;for(;i<r.length;){let o=kt(r,i),s=Fe(o),a=ve(o),c=q5(a,r.slice(i+s));if(c===0){e.push([o]),t.push([o]),i+=s;continue}let u=r.slice(i+s,i+s+c);if(i+=c+s,i>r.length)throw V1("Invalid address Uint8Array: "+oe(r,"base16"));e.push([o,u]);let l=If(o,u);if(t.push([o,l]),a.path===!0){n=l;break}}return{bytes:Uint8Array.from(r),string:z1(t),tuples:e,stringTuples:t,path:n}}function z1(r){let e=[];return r.map(t=>{let n=ve(t[0]);return e.push(n.name),t.length>1&&t[1]!=null&&e.push(t[1]),null}),Cf(e.join("/"))}function Uf(r){return ze(r.map(e=>{let t=ve(e[0]),n=Uint8Array.from(Qt(t.code));return e.length>1&&e[1]!=null&&(n=ze([n,e[1]])),n}))}function q5(r,e){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let t=kt(e instanceof Uint8Array?e:Uint8Array.from(e));return t+Fe(t)}}function Cf(r){return"/"+r.trim().split("/").filter(e=>e).join("/")}function V1(r){return new Error("Error parsing address: "+r)}var K5=Symbol.for("nodejs.util.inspect.custom"),Nf=Symbol.for("@multiformats/js-multiaddr/multiaddr"),G5=[ve("dns").code,ve("dns4").code,ve("dns6").code,ve("dnsaddr").code],xl=class r{bytes;#e;#t;#r;#n;[Nf]=!0;constructor(e){e==null&&(e="");let t;if(e instanceof Uint8Array)t=Rf(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);t=F1(e)}else if($1(e))t=Rf(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=t.bytes,this.#e=t.string,this.#t=t.tuples,this.#r=t.stringTuples,this.#n=t.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let e,t,n,i,o="",s=ve("tcp"),a=ve("udp"),c=ve("ip4"),u=ve("ip6"),l=ve("dns6"),p=ve("ip6zone");for(let[d,f]of this.stringTuples())d===p.code&&(o=`%${f??""}`),G5.includes(d)&&(t=s.name,i=443,n=`${f??""}${o}`,e=d===l.code?6:4),(d===s.code||d===a.code)&&(t=ve(d).name,i=parseInt(f??"")),(d===c.code||d===u.code)&&(t=ve(d).name,n=`${f??""}${o}`,e=d===u.code?6:4);if(e==null||t==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:t,port:i}}protos(){return this.#t.map(([e])=>Object.assign({},ve(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>ve(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new r(e),new r(this.toString()+e.toString())}decapsulate(e){let t=e.toString(),n=this.toString(),i=n.lastIndexOf(t);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new r(n.slice(0,i))}decapsulateCode(e){let t=this.tuples();for(let n=t.length-1;n>=0;n--)if(t[n][0]===e)return new r(Uf(t.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===Ko.p2p.code&&e.push([n,i]),n===Ko["p2p-circuit"].code&&(e=[])});let t=e.pop();if(t?.[1]!=null){let n=t[1];return n[0]==="Q"||n[0]==="1"?oe(Oe.decode(`z${n}`),"base58btc"):oe(z.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(e){return ge(this.bytes,e.bytes)}async resolve(e){let t=this.protos().find(o=>o.resolvable);if(t==null)return[this];let n=M1.get(t.name);if(n==null)throw new O(`no available resolver for ${t.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(o=>new r(o))}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 t=(e??this).protos();return!(t.length!==2||t[0].code!==4&&t[0].code!==41||t[1].code!==6&&t[1].code!==273)}[K5](){return`Multiaddr(${this.#e})`}};var M1=new Map;function $1(r){return!!r?.[Nf]}function Df(r){return new xl(r)}async function*yl(r,e={}){let t=r.getReader();try{for(;;){let n=await t.read();if(n.done)return;yield n.value}}finally{e.preventCancel!==!0&&await t.cancel(),t.releaseLock()}}var Zf={};$(Zf,{Ed25519PrivateKey:()=>eo,Ed25519PublicKey:()=>Ea,generateKeyPair:()=>iB,generateKeyPairFromSeed:()=>hy,unmarshalEd25519PrivateKey:()=>rB,unmarshalEd25519PublicKey:()=>nB});function or(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function Go(r){if(!Number.isSafeInteger(r)||r<0)throw new Error(`Wrong positive integer: ${r}`)}function W5(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function Lf(r,...e){if(!W5(r))throw new Error("Expected Uint8Array");if(e.length>0&&!e.includes(r.length))throw new Error(`Expected Uint8Array of length ${e}, not of length=${r.length}`)}function wl(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");Go(r.outputLen),Go(r.blockLen)}function Wo(r,e=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(e&&r.finished)throw new Error("Hash#digest() has already been called")}function j1(r,e){Lf(r);let t=e.outputLen;if(r.length<t)throw new Error(`digestInto() expects output buffer of length at least ${t}`)}var bl=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function H1(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var Xo=r=>new DataView(r.buffer,r.byteOffset,r.byteLength),gr=(r,e)=>r<<32-e|r>>>e,Y5=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!Y5)throw new Error("Non little-endian hardware is not supported");var X5=async()=>{};async function q1(r,e,t){let n=Date.now();for(let i=0;i<r;i++){t(i);let o=Date.now()-n;o>=0&&o<e||(await X5(),n+=o)}}function Pf(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function ci(r){if(typeof r=="string"&&(r=Pf(r)),!H1(r))throw new Error(`expected Uint8Array, got ${typeof r}`);return r}function vl(...r){let e=0;for(let n=0;n<r.length;n++){let i=r[n];if(!H1(i))throw new Error("Uint8Array expected");e+=i.length}let t=new Uint8Array(e);for(let n=0,i=0;n<r.length;n++){let o=r[n];t.set(o,i),i+=o.length}return t}var Yo=class{clone(){return this._cloneInto()}},J5={}.toString;function K1(r,e){if(e!==void 0&&J5.call(e)!=="[object Object]")throw new Error("Options should be object or undefined");return Object.assign(r,e)}function El(r){let e=n=>r().update(ci(n)).digest(),t=r();return e.outputLen=t.outputLen,e.blockLen=t.blockLen,e.create=()=>r(),e}function Jo(r=32){if(bl&&typeof bl.getRandomValues=="function")return bl.getRandomValues(new Uint8Array(r));throw new Error("crypto.getRandomValues must be defined")}function Z5(r,e,t,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(e,t,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(t>>i&o),a=Number(t&o),c=n?4:0,u=n?0:4;r.setUint32(e+c,s,n),r.setUint32(e+u,a,n)}var Zo=class extends Yo{constructor(e,t,n,i){super(),this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=Xo(this.buffer)}update(e){Wo(this);let{view:t,buffer:n,blockLen:i}=this;e=ci(e);let o=e.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let c=Xo(e);for(;i<=o-s;s+=i)this.process(c,s);continue}n.set(e.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Wo(this),j1(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;t[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let p=s;p<i;p++)t[p]=0;Z5(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=Xo(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let p=0;p<u;p++)a.setUint32(4*p,l[p],o)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());let{blockLen:t,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return e.length=i,e.pos=a,e.finished=o,e.destroyed=s,i%t&&e.buffer.set(n),e}};var Al=BigInt(4294967295),Of=BigInt(32);function G1(r,e=!1){return e?{h:Number(r&Al),l:Number(r>>Of&Al)}:{h:Number(r>>Of&Al)|0,l:Number(r&Al)|0}}function Q5(r,e=!1){let t=new Uint32Array(r.length),n=new Uint32Array(r.length);for(let i=0;i<r.length;i++){let{h:o,l:s}=G1(r[i],e);[t[i],n[i]]=[o,s]}return[t,n]}var eS=(r,e)=>BigInt(r>>>0)<<Of|BigInt(e>>>0),tS=(r,e,t)=>r>>>t,rS=(r,e,t)=>r<<32-t|e>>>t,nS=(r,e,t)=>r>>>t|e<<32-t,iS=(r,e,t)=>r<<32-t|e>>>t,oS=(r,e,t)=>r<<64-t|e>>>t-32,sS=(r,e,t)=>r>>>t-32|e<<64-t,aS=(r,e)=>e,cS=(r,e)=>r,lS=(r,e,t)=>r<<t|e>>>32-t,uS=(r,e,t)=>e<<t|r>>>32-t,pS=(r,e,t)=>e<<t-32|r>>>64-t,dS=(r,e,t)=>r<<t-32|e>>>64-t;function fS(r,e,t,n){let i=(e>>>0)+(n>>>0);return{h:r+t+(i/2**32|0)|0,l:i|0}}var hS=(r,e,t)=>(r>>>0)+(e>>>0)+(t>>>0),mS=(r,e,t,n)=>e+t+n+(r/2**32|0)|0,gS=(r,e,t,n)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0),xS=(r,e,t,n,i)=>e+t+n+i+(r/2**32|0)|0,yS=(r,e,t,n,i)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0)+(i>>>0),wS=(r,e,t,n,i,o)=>e+t+n+i+o+(r/2**32|0)|0;var bS={fromBig:G1,split:Q5,toBig:eS,shrSH:tS,shrSL:rS,rotrSH:nS,rotrSL:iS,rotrBH:oS,rotrBL:sS,rotr32H:aS,rotr32L:cS,rotlSH:lS,rotlSL:uS,rotlBH:pS,rotlBL:dS,add:fS,add3L:hS,add3H:mS,add4L:gS,add4H:xS,add5H:wS,add5L:yS},ie=bS;var[vS,ES]=ie.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(r=>BigInt(r))),li=new Uint32Array(80),ui=new Uint32Array(80),Ff=class extends Zo{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:e,Al:t,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:c,Eh:u,El:l,Fh:p,Fl:m,Gh:d,Gl:f,Hh:h,Hl:x}=this;return[e,t,n,i,o,s,a,c,u,l,p,m,d,f,h,x]}set(e,t,n,i,o,s,a,c,u,l,p,m,d,f,h,x){this.Ah=e|0,this.Al=t|0,this.Bh=n|0,this.Bl=i|0,this.Ch=o|0,this.Cl=s|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=l|0,this.Fh=p|0,this.Fl=m|0,this.Gh=d|0,this.Gl=f|0,this.Hh=h|0,this.Hl=x|0}process(e,t){for(let y=0;y<16;y++,t+=4)li[y]=e.getUint32(t),ui[y]=e.getUint32(t+=4);for(let y=16;y<80;y++){let E=li[y-15]|0,B=ui[y-15]|0,S=ie.rotrSH(E,B,1)^ie.rotrSH(E,B,8)^ie.shrSH(E,B,7),b=ie.rotrSL(E,B,1)^ie.rotrSL(E,B,8)^ie.shrSL(E,B,7),v=li[y-2]|0,k=ui[y-2]|0,U=ie.rotrSH(v,k,19)^ie.rotrBH(v,k,61)^ie.shrSH(v,k,6),R=ie.rotrSL(v,k,19)^ie.rotrBL(v,k,61)^ie.shrSL(v,k,6),M=ie.add4L(b,R,ui[y-7],ui[y-16]),L=ie.add4H(M,S,U,li[y-7],li[y-16]);li[y]=L|0,ui[y]=M|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:c,Dh:u,Dl:l,Eh:p,El:m,Fh:d,Fl:f,Gh:h,Gl:x,Hh:g,Hl:w}=this;for(let y=0;y<80;y++){let E=ie.rotrSH(p,m,14)^ie.rotrSH(p,m,18)^ie.rotrBH(p,m,41),B=ie.rotrSL(p,m,14)^ie.rotrSL(p,m,18)^ie.rotrBL(p,m,41),S=p&d^~p&h,b=m&f^~m&x,v=ie.add5L(w,B,b,ES[y],ui[y]),k=ie.add5H(v,g,E,S,vS[y],li[y]),U=v|0,R=ie.rotrSH(n,i,28)^ie.rotrBH(n,i,34)^ie.rotrBH(n,i,39),M=ie.rotrSL(n,i,28)^ie.rotrBL(n,i,34)^ie.rotrBL(n,i,39),L=n&o^n&a^o&a,le=i&s^i&c^s&c;g=h|0,w=x|0,h=d|0,x=f|0,d=p|0,f=m|0,{h:p,l:m}=ie.add(u|0,l|0,k|0,U|0),u=a|0,l=c|0,a=o|0,c=s|0,o=n|0,s=i|0;let _=ie.add3L(U,M,le);n=ie.add3H(_,k,R,L),i=_|0}({h:n,l:i}=ie.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=ie.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:c}=ie.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l}=ie.add(this.Dh|0,this.Dl|0,u|0,l|0),{h:p,l:m}=ie.add(this.Eh|0,this.El|0,p|0,m|0),{h:d,l:f}=ie.add(this.Fh|0,this.Fl|0,d|0,f|0),{h,l:x}=ie.add(this.Gh|0,this.Gl|0,h|0,x|0),{h:g,l:w}=ie.add(this.Hh|0,this.Hl|0,g|0,w|0),this.set(n,i,o,s,a,c,u,l,p,m,d,f,h,x,g,w)}roundClean(){li.fill(0),ui.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var Qo=El(()=>new Ff);var Bl={};$(Bl,{bitGet:()=>TS,bitLen:()=>_S,bitMask:()=>ba,bitSet:()=>CS,bytesToHex:()=>dn,bytesToNumberBE:()=>fn,bytesToNumberLE:()=>pi,concatBytes:()=>hn,createHmacDrbg:()=>Mf,ensureBytes:()=>Re,equalBytes:()=>kS,hexToBytes:()=>Ji,hexToNumber:()=>Vf,isBytes:()=>xr,numberToBytesBE:()=>di,numberToBytesLE:()=>Zi,numberToHexUnpadded:()=>J1,numberToVarBytesBE:()=>BS,utf8ToBytes:()=>IS,validateObject:()=>Fr});var X1=BigInt(0),Sl=BigInt(1),AS=BigInt(2);function xr(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var SS=Array.from({length:256},(r,e)=>e.toString(16).padStart(2,"0"));function dn(r){if(!xr(r))throw new Error("Uint8Array expected");let e="";for(let t=0;t<r.length;t++)e+=SS[r[t]];return e}function J1(r){let e=r.toString(16);return e.length&1?`0${e}`:e}function Vf(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return BigInt(r===""?"0":`0x${r}`)}var pn={_0:48,_9:57,_A:65,_F:70,_a:97,_f:102};function W1(r){if(r>=pn._0&&r<=pn._9)return r-pn._0;if(r>=pn._A&&r<=pn._F)return r-(pn._A-10);if(r>=pn._a&&r<=pn._f)return r-(pn._a-10)}function Ji(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);let e=r.length,t=e/2;if(e%2)throw new Error("padded hex string expected, got unpadded hex of length "+e);let n=new Uint8Array(t);for(let i=0,o=0;i<t;i++,o+=2){let s=W1(r.charCodeAt(o)),a=W1(r.charCodeAt(o+1));if(s===void 0||a===void 0){let c=r[o]+r[o+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+o)}n[i]=s*16+a}return n}function fn(r){return Vf(dn(r))}function pi(r){if(!xr(r))throw new Error("Uint8Array expected");return Vf(dn(Uint8Array.from(r).reverse()))}function di(r,e){return Ji(r.toString(16).padStart(e*2,"0"))}function Zi(r,e){return di(r,e).reverse()}function BS(r){return Ji(J1(r))}function Re(r,e,t){let n;if(typeof e=="string")try{n=Ji(e)}catch(o){throw new Error(`${r} must be valid hex string, got "${e}". Cause: ${o}`)}else if(xr(e))n=Uint8Array.from(e);else throw new Error(`${r} must be hex string or Uint8Array`);let i=n.length;if(typeof t=="number"&&i!==t)throw new Error(`${r} expected ${t} bytes, got ${i}`);return n}function hn(...r){let e=0;for(let i=0;i<r.length;i++){let o=r[i];if(!xr(o))throw new Error("Uint8Array expected");e+=o.length}let t=new Uint8Array(e),n=0;for(let i=0;i<r.length;i++){let o=r[i];t.set(o,n),n+=o.length}return t}function kS(r,e){if(r.length!==e.length)return!1;let t=0;for(let n=0;n<r.length;n++)t|=r[n]^e[n];return t===0}function IS(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function _S(r){let e;for(e=0;r>X1;r>>=Sl,e+=1);return e}function TS(r,e){return r>>BigInt(e)&Sl}var CS=(r,e,t)=>r|(t?Sl:X1)<<BigInt(e),ba=r=>(AS<<BigInt(r-1))-Sl,zf=r=>new Uint8Array(r),Y1=r=>Uint8Array.from(r);function Mf(r,e,t){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof t!="function")throw new Error("hmacFn must be a function");let n=zf(r),i=zf(r),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...p)=>t(i,n,...p),c=(p=zf())=>{i=a(Y1([0]),p),n=a(),p.length!==0&&(i=a(Y1([1]),p),n=a())},u=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let p=0,m=[];for(;p<e;){n=a();let d=n.slice();m.push(d),p+=n.length}return hn(...m)};return(p,m)=>{s(),c(p);let d;for(;!(d=m(u()));)c();return s(),d}}var RS={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||xr(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,e)=>e.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function Fr(r,e,t={}){let n=(i,o,s)=>{let a=RS[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let c=r[i];if(!(s&&c===void 0)&&!a(c,r))throw new Error(`Invalid param ${String(i)}=${c} (${typeof c}), expected ${o}`)};for(let[i,o]of Object.entries(e))n(i,o,!1);for(let[i,o]of Object.entries(t))n(i,o,!0);return r}var Ye=BigInt(0),Ae=BigInt(1),Qi=BigInt(2),US=BigInt(3),$f=BigInt(4),Z1=BigInt(5),Q1=BigInt(8),NS=BigInt(9),DS=BigInt(16);function be(r,e){let t=r%e;return t>=Ye?t:e+t}function LS(r,e,t){if(t<=Ye||e<Ye)throw new Error("Expected power/modulo > 0");if(t===Ae)return Ye;let n=Ae;for(;e>Ye;)e&Ae&&(n=n*r%t),r=r*r%t,e>>=Ae;return n}function Se(r,e,t){let n=r;for(;e-- >Ye;)n*=n,n%=t;return n}function kl(r,e){if(r===Ye||e<=Ye)throw new Error(`invert: expected positive integers, got n=${r} mod=${e}`);let t=be(r,e),n=e,i=Ye,o=Ae,s=Ae,a=Ye;for(;t!==Ye;){let u=n/t,l=n%t,p=i-s*u,m=o-a*u;n=t,t=l,i=s,o=a,s=p,a=m}if(n!==Ae)throw new Error("invert: does not exist");return be(i,e)}function PS(r){let e=(r-Ae)/Qi,t,n,i;for(t=r-Ae,n=0;t%Qi===Ye;t/=Qi,n++);for(i=Qi;i<r&&LS(i,e,r)!==r-Ae;i++);if(n===1){let s=(r+Ae)/$f;return function(c,u){let l=c.pow(u,s);if(!c.eql(c.sqr(l),u))throw new Error("Cannot find square root");return l}}let o=(t+Ae)/Qi;return function(a,c){if(a.pow(c,e)===a.neg(a.ONE))throw new Error("Cannot find square root");let u=n,l=a.pow(a.mul(a.ONE,i),t),p=a.pow(c,o),m=a.pow(c,t);for(;!a.eql(m,a.ONE);){if(a.eql(m,a.ZERO))return a.ZERO;let d=1;for(let h=a.sqr(m);d<u&&!a.eql(h,a.ONE);d++)h=a.sqr(h);let f=a.pow(l,Ae<<BigInt(u-d-1));l=a.sqr(f),p=a.mul(p,f),m=a.mul(m,l),u=d}return p}}function OS(r){if(r%$f===US){let e=(r+Ae)/$f;return function(n,i){let o=n.pow(i,e);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(r%Q1===Z1){let e=(r-Z1)/Q1;return function(n,i){let o=n.mul(i,Qi),s=n.pow(o,e),a=n.mul(i,s),c=n.mul(n.mul(a,Qi),s),u=n.mul(a,n.sub(c,n.ONE));if(!n.eql(n.sqr(u),i))throw new Error("Cannot find square root");return u}}return r%DS,PS(r)}var ey=(r,e)=>(be(r,e)&Ae)===Ae,FS=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function jf(r){let e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},t=FS.reduce((n,i)=>(n[i]="function",n),e);return Fr(r,t)}function zS(r,e,t){if(t<Ye)throw new Error("Expected power > 0");if(t===Ye)return r.ONE;if(t===Ae)return e;let n=r.ONE,i=e;for(;t>Ye;)t&Ae&&(n=r.mul(n,i)),i=r.sqr(i),t>>=Ae;return n}function VS(r,e){let t=new Array(e.length),n=e.reduce((o,s,a)=>r.is0(s)?o:(t[a]=o,r.mul(o,s)),r.ONE),i=r.inv(n);return e.reduceRight((o,s,a)=>r.is0(s)?o:(t[a]=r.mul(o,t[a]),r.mul(o,s)),i),t}function Hf(r,e){let t=e!==void 0?e:r.toString(2).length,n=Math.ceil(t/8);return{nBitLength:t,nByteLength:n}}function Il(r,e,t=!1,n={}){if(r<=Ye)throw new Error(`Expected Field ORDER > 0, got ${r}`);let{nBitLength:i,nByteLength:o}=Hf(r,e);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=OS(r),a=Object.freeze({ORDER:r,BITS:i,BYTES:o,MASK:ba(i),ZERO:Ye,ONE:Ae,create:c=>be(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Ye<=c&&c<r},is0:c=>c===Ye,isOdd:c=>(c&Ae)===Ae,neg:c=>be(-c,r),eql:(c,u)=>c===u,sqr:c=>be(c*c,r),add:(c,u)=>be(c+u,r),sub:(c,u)=>be(c-u,r),mul:(c,u)=>be(c*u,r),pow:(c,u)=>zS(a,c,u),div:(c,u)=>be(c*kl(u,r),r),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>kl(c,r),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>VS(a,c),cmov:(c,u,l)=>l?u:c,toBytes:c=>t?Zi(c,o):di(c,o),fromBytes:c=>{if(c.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${c.length}`);return t?pi(c):fn(c)}});return Object.freeze(a)}function ty(r,e){if(!r.isOdd)throw new Error("Field doesn't have isOdd");let t=r.sqrt(e);return r.isOdd(t)?r.neg(t):t}function ry(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let e=r.toString(2).length;return Math.ceil(e/8)}function qf(r){let e=ry(r);return e+Math.ceil(e/2)}function ny(r,e,t=!1){let n=r.length,i=ry(e),o=qf(e);if(n<16||n<o||n>1024)throw new Error(`expected ${o}-1024 bytes of input, got ${n}`);let s=t?fn(r):pi(r),a=be(s,e-Ae)+Ae;return t?Zi(a,i):di(a,i)}var $S=BigInt(0),Kf=BigInt(1);function _l(r,e){let t=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(e/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:t,unsafeLadder(i,o){let s=r.ZERO,a=i;for(;o>$S;)o&Kf&&(s=s.add(a)),a=a.double(),o>>=Kf;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),c=[],u=i,l=u;for(let p=0;p<s;p++){l=u,c.push(l);for(let m=1;m<a;m++)l=l.add(u),c.push(l);u=l.double()}return c},wNAF(i,o,s){let{windows:a,windowSize:c}=n(i),u=r.ZERO,l=r.BASE,p=BigInt(2**i-1),m=2**i,d=BigInt(i);for(let f=0;f<a;f++){let h=f*c,x=Number(s&p);s>>=d,x>c&&(x-=m,s+=Kf);let g=h,w=h+Math.abs(x)-1,y=f%2!==0,E=x<0;x===0?l=l.add(t(y,o[g])):u=u.add(t(E,o[w]))}return{p:u,f:l}},wNAFCached(i,o,s,a){let c=i._WINDOW_SIZE||1,u=o.get(i);return u||(u=this.precomputeWindow(i,c),c!==1&&o.set(i,a(u))),this.wNAF(c,u,s)}}}function va(r){return jf(r.Fp),Fr(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Hf(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var yr=BigInt(0),Mt=BigInt(1),Tl=BigInt(2),jS=BigInt(8),HS={zip215:!0};function qS(r){let e=va(r);return Fr(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function Cl(r){let e=qS(r),{Fp:t,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:c}=e,u=Tl<<BigInt(a*8)-Mt,l=t.create,p=e.uvRatio||((N,T)=>{try{return{isValid:!0,value:t.sqrt(N*t.inv(T))}}catch{return{isValid:!1,value:yr}}}),m=e.adjustScalarBytes||(N=>N),d=e.domain||((N,T,H)=>{if(T.length||H)throw new Error("Contexts/pre-hash are not supported");return N}),f=N=>typeof N=="bigint"&&yr<N,h=(N,T)=>f(N)&&f(T)&&N<T,x=N=>N===yr||h(N,u);function g(N,T){if(h(N,T))return N;throw new Error(`Expected valid scalar < ${T}, got ${typeof N} ${N}`)}function w(N){return N===yr?N:g(N,n)}let y=new Map;function E(N){if(!(N instanceof B))throw new Error("ExtendedPoint expected")}class B{constructor(T,H,Y,ee){if(this.ex=T,this.ey=H,this.ez=Y,this.et=ee,!x(T))throw new Error("x required");if(!x(H))throw new Error("y required");if(!x(Y))throw new Error("z required");if(!x(ee))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(T){if(T instanceof B)throw new Error("extended point not allowed");let{x:H,y:Y}=T||{};if(!x(H)||!x(Y))throw new Error("invalid affine point");return new B(H,Y,Mt,l(H*Y))}static normalizeZ(T){let H=t.invertBatch(T.map(Y=>Y.ez));return T.map((Y,ee)=>Y.toAffine(H[ee])).map(B.fromAffine)}_setWindowSize(T){this._WINDOW_SIZE=T,y.delete(this)}assertValidity(){let{a:T,d:H}=e;if(this.is0())throw new Error("bad point: ZERO");let{ex:Y,ey:ee,ez:ae,et:ue}=this,we=l(Y*Y),de=l(ee*ee),he=l(ae*ae),$e=l(he*he),Te=l(we*T),tt=l(he*l(Te+de)),rt=l($e+l(H*l(we*de)));if(tt!==rt)throw new Error("bad point: equation left != right (1)");let We=l(Y*ee),ut=l(ae*ue);if(We!==ut)throw new Error("bad point: equation left != right (2)")}equals(T){E(T);let{ex:H,ey:Y,ez:ee}=this,{ex:ae,ey:ue,ez:we}=T,de=l(H*we),he=l(ae*ee),$e=l(Y*we),Te=l(ue*ee);return de===he&&$e===Te}is0(){return this.equals(B.ZERO)}negate(){return new B(l(-this.ex),this.ey,this.ez,l(-this.et))}double(){let{a:T}=e,{ex:H,ey:Y,ez:ee}=this,ae=l(H*H),ue=l(Y*Y),we=l(Tl*l(ee*ee)),de=l(T*ae),he=H+Y,$e=l(l(he*he)-ae-ue),Te=de+ue,tt=Te-we,rt=de-ue,We=l($e*tt),ut=l(Te*rt),ln=l($e*rt),$i=l(tt*Te);return new B(We,ut,$i,ln)}add(T){E(T);let{a:H,d:Y}=e,{ex:ee,ey:ae,ez:ue,et:we}=this,{ex:de,ey:he,ez:$e,et:Te}=T;if(H===BigInt(-1)){let bx=l((ae-ee)*(he+de)),vx=l((ae+ee)*(he-de)),wd=l(vx-bx);if(wd===yr)return this.double();let Ex=l(ue*Tl*Te),Ax=l(we*Tl*$e),Sx=Ax+Ex,Bx=vx+bx,kx=Ax-Ex,l8=l(Sx*wd),u8=l(Bx*kx),p8=l(Sx*kx),d8=l(wd*Bx);return new B(l8,u8,d8,p8)}let tt=l(ee*de),rt=l(ae*he),We=l(we*Y*Te),ut=l(ue*$e),ln=l((ee+ae)*(de+he)-tt-rt),$i=ut-We,la=ut+We,wx=l(rt-H*tt),o8=l(ln*$i),s8=l(la*wx),a8=l(ln*wx),c8=l($i*la);return new B(o8,s8,c8,a8)}subtract(T){return this.add(T.negate())}wNAF(T){return v.wNAFCached(this,y,T,B.normalizeZ)}multiply(T){let{p:H,f:Y}=this.wNAF(g(T,n));return B.normalizeZ([H,Y])[0]}multiplyUnsafe(T){let H=w(T);return H===yr?b:this.equals(b)||H===Mt?this:this.equals(S)?this.wNAF(H).p:v.unsafeLadder(this,H)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return v.unsafeLadder(this,n).is0()}toAffine(T){let{ex:H,ey:Y,ez:ee}=this,ae=this.is0();T==null&&(T=ae?jS:t.inv(ee));let ue=l(H*T),we=l(Y*T),de=l(ee*T);if(ae)return{x:yr,y:Mt};if(de!==Mt)throw new Error("invZ was invalid");return{x:ue,y:we}}clearCofactor(){let{h:T}=e;return T===Mt?this:this.multiplyUnsafe(T)}static fromHex(T,H=!1){let{d:Y,a:ee}=e,ae=t.BYTES;T=Re("pointHex",T,ae);let ue=T.slice(),we=T[ae-1];ue[ae-1]=we&-129;let de=pi(ue);de===yr||(H?g(de,u):g(de,t.ORDER));let he=l(de*de),$e=l(he-Mt),Te=l(Y*he-ee),{isValid:tt,value:rt}=p($e,Te);if(!tt)throw new Error("Point.fromHex: invalid y coordinate");let We=(rt&Mt)===Mt,ut=(we&128)!==0;if(!H&&rt===yr&&ut)throw new Error("Point.fromHex: x=0 and x_0=1");return ut!==We&&(rt=l(-rt)),B.fromAffine({x:rt,y:de})}static fromPrivateKey(T){return R(T).point}toRawBytes(){let{x:T,y:H}=this.toAffine(),Y=Zi(H,t.BYTES);return Y[Y.length-1]|=T&Mt?128:0,Y}toHex(){return dn(this.toRawBytes())}}B.BASE=new B(e.Gx,e.Gy,Mt,l(e.Gx*e.Gy)),B.ZERO=new B(yr,Mt,Mt,yr);let{BASE:S,ZERO:b}=B,v=_l(B,a*8);function k(N){return be(N,n)}function U(N){return k(pi(N))}function R(N){let T=a;N=Re("private key",N,T);let H=Re("hashed private key",o(N),2*T),Y=m(H.slice(0,T)),ee=H.slice(T,2*T),ae=U(Y),ue=S.multiply(ae),we=ue.toRawBytes();return{head:Y,prefix:ee,scalar:ae,point:ue,pointBytes:we}}function M(N){return R(N).pointBytes}function L(N=new Uint8Array,...T){let H=hn(...T);return U(o(d(H,Re("context",N),!!i)))}function le(N,T,H={}){N=Re("message",N),i&&(N=i(N));let{prefix:Y,scalar:ee,pointBytes:ae}=R(T),ue=L(H.context,Y,N),we=S.multiply(ue).toRawBytes(),de=L(H.context,we,ae,N),he=k(ue+de*ee);w(he);let $e=hn(we,Zi(he,t.BYTES));return Re("result",$e,a*2)}let _=HS;function D(N,T,H,Y=_){let{context:ee,zip215:ae}=Y,ue=t.BYTES;N=Re("signature",N,2*ue),T=Re("message",T),i&&(T=i(T));let we=pi(N.slice(ue,2*ue)),de,he,$e;try{de=B.fromHex(H,ae),he=B.fromHex(N.slice(0,ue),ae),$e=S.multiplyUnsafe(we)}catch{return!1}if(!ae&&de.isSmallOrder())return!1;let Te=L(ee,he.toRawBytes(),de.toRawBytes(),T);return he.add(de.multiplyUnsafe(Te)).subtract($e).clearCofactor().equals(B.ZERO)}return S._setWindowSize(8),{CURVE:e,getPublicKey:M,sign:le,verify:D,ExtendedPoint:B,utils:{getExtendedPublicKey:R,randomPrivateKey:()=>s(t.BYTES),precompute(N=8,T=B.BASE){return T._setWindowSize(N),T.multiply(BigInt(3)),T}}}}var Wf=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),iy=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),lz=BigInt(0),KS=BigInt(1),Gf=BigInt(2),GS=BigInt(5),oy=BigInt(10),WS=BigInt(20),YS=BigInt(40),sy=BigInt(80);function XS(r){let e=Wf,n=r*r%e*r%e,i=Se(n,Gf,e)*n%e,o=Se(i,KS,e)*r%e,s=Se(o,GS,e)*o%e,a=Se(s,oy,e)*s%e,c=Se(a,WS,e)*a%e,u=Se(c,YS,e)*c%e,l=Se(u,sy,e)*u%e,p=Se(l,sy,e)*u%e,m=Se(p,oy,e)*s%e;return{pow_p_5_8:Se(m,Gf,e)*r%e,b2:n}}function JS(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function ZS(r,e){let t=Wf,n=be(e*e*e,t),i=be(n*n*e,t),o=XS(r*i).pow_p_5_8,s=be(r*n*o,t),a=be(e*s*s,t),c=s,u=be(s*iy,t),l=a===r,p=a===be(-r,t),m=a===be(-r*iy,t);return l&&(s=c),(p||m)&&(s=u),ey(s,t)&&(s=be(-s,t)),{isValid:l||p,value:s}}var mn=Il(Wf,void 0,!0),Yf={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:mn,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:Qo,randomBytes:Jo,adjustScalarBytes:JS,uvRatio:ZS},es=Cl(Yf);function ay(r,e,t){if(e.length>255)throw new Error("Context is too big");return vl(Pf("SigEd25519 no Ed25519 collisions"),new Uint8Array([t?1:0,e.length]),e,r)}var uz=Cl({...Yf,domain:ay}),pz=Cl({...Yf,domain:ay,prehash:Qo});var QS=(mn.ORDER+BigInt(3))/BigInt(8),dz=mn.pow(Gf,QS),fz=mn.sqrt(mn.neg(mn.ONE)),hz=(mn.ORDER-BigInt(5))/BigInt(8),mz=BigInt(486662);var gz=ty(mn,mn.neg(BigInt(486664)));var xz=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),yz=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),wz=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),bz=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var vz=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var ts=32,gn=64,Rl=32;function cy(){let r=es.utils.randomPrivateKey(),e=es.getPublicKey(r);return{privateKey:dy(r,e),publicKey:e}}function ly(r){if(r.length!==Rl)throw new TypeError('"seed" must be 32 bytes in length.');if(!(r instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let e=r,t=es.getPublicKey(e);return{privateKey:dy(e,t),publicKey:t}}function uy(r,e){let t=r.subarray(0,Rl);return es.sign(e instanceof Uint8Array?e:e.subarray(),t)}function py(r,e,t){return es.verify(e,t instanceof Uint8Array?t:t.subarray(),r)}function dy(r,e){let t=new Uint8Array(gn);for(let n=0;n<Rl;n++)t[n]=r[n],t[Rl+n]=e[n];return t}var xt={get(r=globalThis){let e=r.crypto;if(e==null||e.subtle==null)throw Object.assign(new Error("Missing Web Crypto API. The most likely cause of this error is that this page is being accessed from an insecure context (i.e. not HTTPS). For more information and possible resolutions see https://github.com/libp2p/js-libp2p/blob/main/packages/crypto/README.md#web-crypto-api"),{code:"ERR_MISSING_WEB_CRYPTO"});return e}};var Xf={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function fy(r){let e=r?.algorithm??"AES-GCM",t=r?.keyLength??16,n=r?.nonceLength??12,i=r?.digest??"SHA-256",o=r?.saltLength??16,s=r?.iterations??32767,a=xt.get();t*=8;async function c(p,m){let d=a.getRandomValues(new Uint8Array(o)),f=a.getRandomValues(new Uint8Array(n)),h={name:e,iv:f};typeof m=="string"&&(m=Z(m));let x;if(m.length===0){x=await a.subtle.importKey("jwk",Xf,{name:"AES-GCM"},!0,["encrypt"]);try{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},y=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,y,{name:e,length:t},!0,["encrypt"])}catch{x=await a.subtle.importKey("jwk",Xf,{name:"AES-GCM"},!0,["encrypt"])}}else{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},y=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,y,{name:e,length:t},!0,["encrypt"])}let g=await a.subtle.encrypt(h,x,p);return ze([d,h.iv,new Uint8Array(g)])}async function u(p,m){let d=p.subarray(0,o),f=p.subarray(o,o+n),h=p.subarray(o+n),x={name:e,iv:f};typeof m=="string"&&(m=Z(m));let g;if(m.length===0)try{let y={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(y,E,{name:e,length:t},!0,["decrypt"])}catch{g=await a.subtle.importKey("jwk",Xf,{name:"AES-GCM"},!0,["decrypt"])}else{let y={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(y,E,{name:e,length:t},!0,["decrypt"])}let w=await a.subtle.decrypt(x,g,h);return new Uint8Array(w)}return{encrypt:c,decrypt:u}}async function rs(r,e){let n=await fy().encrypt(r,e);return Pr.encode(n)}var Be;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.Secp256k1="Secp256k1"})(Be||(Be={}));var Jf;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.Secp256k1=2]="Secp256k1"})(Jf||(Jf={}));(function(r){r.codec=()=>Wi(Jf)})(Be||(Be={}));var zr;(function(r){let e;r.codec=()=>(e==null&&(e=nr((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),Be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=Be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>rr(t,r.codec()),r.decode=t=>er(t,r.codec())})(zr||(zr={}));var Vr;(function(r){let e;r.codec=()=>(e==null&&(e=nr((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),Be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=Be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>rr(t,r.codec()),r.decode=t=>er(t,r.codec())})(Vr||(Vr={}));var Ea=class{_key;constructor(e){this._key=ns(e,ts)}verify(e,t){return py(this._key,t,e)}marshal(){return this._key}get bytes(){return zr.encode({Type:Be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return ge(this.bytes,e.bytes)}hash(){let e=ce.digest(this.bytes);return or(e)?e.then(({bytes:t})=>t):e.bytes}},eo=class{_key;_publicKey;constructor(e,t){this._key=ns(e,gn),this._publicKey=ns(t,ts)}sign(e){return uy(this._key,e)}get public(){return new Ea(this._publicKey)}marshal(){return this._key}get bytes(){return Vr.encode({Type:Be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return ge(this.bytes,e.bytes)}async hash(){let e=ce.digest(this.bytes),t;return or(e)?{bytes:t}=await e:t=e.bytes,t}async id(){let e=It.digest(this.public.bytes);return Oe.encode(e.bytes).substring(1)}async export(e,t="libp2p-key"){if(t==="libp2p-key")return rs(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function rB(r){if(r.length>gn){r=ns(r,gn+ts);let n=r.subarray(0,gn),i=r.subarray(gn,r.length);return new eo(n,i)}r=ns(r,gn);let e=r.subarray(0,gn),t=r.subarray(ts);return new eo(e,t)}function nB(r){return r=ns(r,ts),new Ea(r)}async function iB(){let{privateKey:r,publicKey:e}=cy();return new eo(r,e)}async function hy(r){let{privateKey:e,publicKey:t}=ly(r);return new eo(e,t)}function ns(r,e){if(r=Uint8Array.from(r??[]),r.length!==e)throw new O(`Key must be a Uint8Array of length ${e}, got ${r.length}`,"ERR_INVALID_KEY_TYPE");return r}var ch={};$(ch,{MAX_RSA_KEY_SIZE:()=>Da,RsaPrivateKey:()=>cs,RsaPublicKey:()=>Na,fromJwk:()=>RB,generateKeyPair:()=>UB,unmarshalRsaPrivateKey:()=>sh,unmarshalRsaPublicKey:()=>CB});function to(r){if(isNaN(r)||r<=0)throw new O("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return Jo(r)}var gi={};$(gi,{exportToPem:()=>BB,importFromPem:()=>kB,jwkToPkcs1:()=>vB,jwkToPkix:()=>AB,pkcs1ToJwk:()=>bB,pkixToJwk:()=>EB});var Nl=class extends Yo{constructor(e,t){super(),this.finished=!1,this.destroyed=!1,wl(e);let n=ci(t);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let i=this.blockLen,o=new Uint8Array(i);o.set(n.length>i?e.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=e.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(e){return Wo(this),this.iHash.update(e),this}digestInto(e){Wo(this),Lf(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));let{oHash:t,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=s,e.outputLen=a,e.oHash=t._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Aa=(r,e,t)=>new Nl(r,e).update(t).digest();Aa.create=(r,e)=>new Nl(r,e);function oB(r,e,t,n){wl(r);let i=K1({dkLen:32,asyncTick:10},n),{c:o,dkLen:s,asyncTick:a}=i;if(Go(o),Go(s),Go(a),o<1)throw new Error("PBKDF2: iterations (c) should be >= 1");let c=ci(e),u=ci(t),l=new Uint8Array(s),p=Aa.create(r,c),m=p._cloneInto().update(u);return{c:o,dkLen:s,asyncTick:a,DK:l,PRF:p,PRFSalt:m}}function sB(r,e,t,n,i){return r.destroy(),e.destroy(),n&&n.destroy(),i.fill(0),t}async function Qf(r,e,t,n){let{c:i,dkLen:o,asyncTick:s,DK:a,PRF:c,PRFSalt:u}=oB(r,e,t,n),l,p=new Uint8Array(4),m=Xo(p),d=new Uint8Array(c.outputLen);for(let f=1,h=0;h<o;f++,h+=c.outputLen){let x=a.subarray(h,h+c.outputLen);m.setInt32(0,f,!1),(l=u._cloneInto(l)).update(p).digestInto(d),x.set(d.subarray(0,x.length)),await q1(i-1,s,()=>{c._cloneInto(l).update(d).digestInto(d);for(let g=0;g<x.length;g++)x[g]^=d[g]})}return sB(c,u,a,l,d)}var pe=Q(my());function ro(r,e){let t=0;if(r.length===1)return r[0];for(let n=r.length-1;n>=0;n--)t+=r[r.length-1-n]*Math.pow(2,e*n);return t}function fi(r,e,t=-1){let n=t,i=r,o=0,s=Math.pow(2,e);for(let a=1;a<8;a++){if(r<s){let c;if(n<0)c=new ArrayBuffer(a),o=a;else{if(n<a)return new ArrayBuffer(0);c=new ArrayBuffer(n),o=n}let u=new Uint8Array(c);for(let l=a-1;l>=0;l--){let p=Math.pow(2,l*e);u[o-l-1]=Math.floor(i/p),i-=u[o-l-1]*p}return c}s*=Math.pow(2,e)}return new ArrayBuffer(0)}function Pl(...r){let e=0,t=0;for(let o of r)e+=o.length;let n=new ArrayBuffer(e),i=new Uint8Array(n);for(let o of r)i.set(o,t),t+=o.length;return i}function th(){let r=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){let a=r[0]===255&&r[1]&128,c=r[0]===0&&(r[1]&128)===0;(a||c)&&this.warnings.push("Needlessly long format")}let e=new ArrayBuffer(this.valueHex.byteLength),t=new Uint8Array(e);for(let a=0;a<this.valueHex.byteLength;a++)t[a]=0;t[0]=r[0]&128;let n=ro(t,8),i=new ArrayBuffer(this.valueHex.byteLength),o=new Uint8Array(i);for(let a=0;a<this.valueHex.byteLength;a++)o[a]=r[a];return o[0]&=127,ro(o,8)-n}function gy(r){let e=r<0?r*-1:r,t=128;for(let n=1;n<8;n++){if(e<=t){if(r<0){let s=t-e,a=fi(s,8,n),c=new Uint8Array(a);return c[0]|=128,a}let i=fi(e,8,n),o=new Uint8Array(i);if(o[0]&128){let s=i.slice(0),a=new Uint8Array(s);i=new ArrayBuffer(i.byteLength+1),o=new Uint8Array(i);for(let c=0;c<s.byteLength;c++)o[c+1]=a[c];o[0]=0}return i}t*=Math.pow(2,8)}return new ArrayBuffer(0)}function xy(r,e){if(r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<t.length;i++)if(t[i]!==n[i])return!1;return!0}function _t(r,e){let t=r.toString(10);if(e<t.length)return"";let n=e-t.length,i=new Array(n);for(let s=0;s<n;s++)i[s]="0";return i.join("").concat(t)}var Yz=Math.log(2);function Ol(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function rh(r){let e=0,t=0;for(let i=0;i<r.length;i++){let o=r[i];e+=o.byteLength}let n=new Uint8Array(e);for(let i=0;i<r.length;i++){let o=r[i];n.set(new Uint8Array(o),t),t+=o.byteLength}return n.buffer}function vn(r,e,t,n){return e instanceof Uint8Array?e.byteLength?t<0?(r.error="Wrong parameter: inputOffset less than zero",!1):n<0?(r.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-t-n<0?(r.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(r.error="Wrong parameter: inputBuffer has zero length",!1):(r.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}var Ba=class{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return rh(this.items)}},Sa=[new Uint8Array([1])],yy="0123456789";var ss="",br=new ArrayBuffer(0),nh=new Uint8Array(0),ka="EndOfContent",by="OCTET STRING",vy="BIT STRING";function En(r){var e;return e=class extends r{constructor(...n){var i;super(...n);let o=n[0]||{};this.isHexOnly=(i=o.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=o.valueHex?pe.BufferSourceConverter.toUint8Array(o.valueHex):nh}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(n){this.valueHexView=new Uint8Array(n)}fromBER(n,i,o){let s=n instanceof ArrayBuffer?new Uint8Array(n):n;if(!vn(this,s,i,o))return-1;let a=i+o;return this.valueHexView=s.subarray(i,a),this.valueHexView.length?(this.blockLength=o,a):(this.warnings.push("Zero buffer length"),i)}toBER(n=!1){return this.isHexOnly?n?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer:(this.error="Flag 'isHexOnly' is not set, abort",br)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:pe.Convert.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}var yn=class{constructor({blockLength:e=0,error:t=ss,warnings:n=[],valueBeforeDecode:i=nh}={}){this.blockLength=e,this.error=t,this.warnings=n,this.valueBeforeDecodeView=pe.BufferSourceConverter.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:pe.Convert.ToHex(this.valueBeforeDecodeView)}}};yn.NAME="baseBlock";var ft=class extends yn{fromBER(e,t,n){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(e,t){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}};ft.NAME="valueBlock";var Fl=class extends En(yn){constructor({idBlock:e={}}={}){var t,n,i,o;super(),e?(this.isHexOnly=(t=e.isHexOnly)!==null&&t!==void 0?t:!1,this.valueHexView=e.valueHex?pe.BufferSourceConverter.toUint8Array(e.valueHex):nh,this.tagClass=(n=e.tagClass)!==null&&n!==void 0?n:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(o=e.isConstructed)!==null&&o!==void 0?o:!1):(this.tagClass=-1,this.tagNumber=-1,this.isConstructed=!1)}toBER(e=!1){let t=0;switch(this.tagClass){case 1:t|=0;break;case 2:t|=64;break;case 3:t|=128;break;case 4:t|=192;break;default:return this.error="Unknown tag class",br}if(this.isConstructed&&(t|=32),this.tagNumber<31&&!this.isHexOnly){let i=new Uint8Array(1);if(!e){let o=this.tagNumber;o&=31,t|=o,i[0]=t}return i.buffer}if(!this.isHexOnly){let i=fi(this.tagNumber,7),o=new Uint8Array(i),s=i.byteLength,a=new Uint8Array(s+1);if(a[0]=t|31,!e){for(let c=0;c<s-1;c++)a[c+1]=o[c]|128;a[s]=o[s-1]}return a.buffer}let n=new Uint8Array(this.valueHexView.byteLength+1);if(n[0]=t|31,!e){let i=this.valueHexView;for(let o=0;o<i.length-1;o++)n[o+1]=i[o]|128;n[this.valueHexView.byteLength]=i[i.length-1]}return n.buffer}fromBER(e,t,n){let i=pe.BufferSourceConverter.toUint8Array(e);if(!vn(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;switch(o[0]&192){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:return this.error="Unknown tag class",-1}this.isConstructed=(o[0]&32)===32,this.isHexOnly=!1;let a=o[0]&31;if(a!==31)this.tagNumber=a,this.blockLength=1;else{let c=1,u=this.valueHexView=new Uint8Array(255),l=255;for(;o[c]&128;){if(u[c-1]=o[c]&127,c++,c>=o.length)return this.error="End of input reached before message was fully decoded",-1;if(c===l){l+=255;let m=new Uint8Array(l);for(let d=0;d<u.length;d++)m[d]=u[d];u=this.valueHexView=new Uint8Array(l)}}this.blockLength=c+1,u[c-1]=o[c]&127;let p=new Uint8Array(c);for(let m=0;m<c;m++)p[m]=u[m];u=this.valueHexView=new Uint8Array(c),u.set(p),this.blockLength<=9?this.tagNumber=ro(u,7):(this.isHexOnly=!0,this.warnings.push("Tag too long, represented as hex-coded"))}if(this.tagClass===1&&this.isConstructed)switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:return this.error="Constructed encoding used for primitive type",-1}return t+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}};Fl.NAME="identificationBlock";var zl=class extends yn{constructor({lenBlock:e={}}={}){var t,n,i;super(),this.isIndefiniteForm=(t=e.isIndefiniteForm)!==null&&t!==void 0?t:!1,this.longFormUsed=(n=e.longFormUsed)!==null&&n!==void 0?n:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,t,n){let i=pe.BufferSourceConverter.toUint8Array(e);if(!vn(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;if(o[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=o[0]===128,this.isIndefiniteForm)return this.blockLength=1,t+this.blockLength;if(this.longFormUsed=!!(o[0]&128),this.longFormUsed===!1)return this.length=o[0],this.blockLength=1,t+this.blockLength;let s=o[0]&127;if(s>8)return this.error="Too big integer",-1;if(s+1>o.length)return this.error="End of input reached before message was fully decoded",-1;let a=t+1,c=i.subarray(a,a+s);return c[s-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=ro(c,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=s+1,t+this.blockLength}toBER(e=!1){let t,n;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=128),t;if(this.longFormUsed){let i=fi(this.length,8);if(i.byteLength>127)return this.error="Too big length",br;if(t=new ArrayBuffer(i.byteLength+1),e)return t;let o=new Uint8Array(i);n=new Uint8Array(t),n[0]=i.byteLength|128;for(let s=0;s<i.byteLength;s++)n[s+1]=o[s];return t}return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=this.length),t}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}};zl.NAME="lengthBlock";var j={},it=class extends yn{constructor({name:e=ss,optional:t=!1,primitiveSchema:n,...i}={},o){super(i),this.name=e,this.optional=t,n&&(this.primitiveSchema=n),this.idBlock=new Fl(i),this.lenBlock=new zl(i),this.valueBlock=o?new o(i):new ft(i)}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,t){let n=t||new Ba;t||Ey(this);let i=this.idBlock.toBER(e);if(n.write(i),this.lenBlock.isIndefiniteForm)n.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,n),n.write(new ArrayBuffer(2));else{let o=this.valueBlock.toBER(e);this.lenBlock.length=o.byteLength;let s=this.lenBlock.toBER(e);n.write(s),n.write(o)}return t?br:n.final()}toJSON(){let e={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};return this.primitiveSchema&&(e.primitiveSchema=this.primitiveSchema.toJSON()),e}toString(e="ascii"){return e==="ascii"?this.onAsciiEncoding():pe.Convert.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${pe.Convert.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;let t=this.toBER(),n=e.toBER();return xy(t,n)}};it.NAME="BaseBlock";function Ey(r){if(r instanceof j.Constructed)for(let e of r.valueBlock.value)Ey(e)&&(r.lenBlock.isIndefiniteForm=!0);return!!r.lenBlock.isIndefiniteForm}var Vl=class extends it{constructor({value:e=ss,...t}={},n){super(t,n),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}};Vl.NAME="BaseStringBlock";var Ml=class extends En(ft){constructor({isHexOnly:e=!0,...t}={}){super(t),this.isHexOnly=e}};Ml.NAME="PrimitiveValueBlock";var Ay,$l=class extends it{constructor(e={}){super(e,Ml),this.idBlock.isConstructed=!1}};Ay=$l;j.Primitive=Ay;$l.NAME="PRIMITIVE";function mB(r,e){if(r instanceof e)return r;let t=new e;return t.idBlock=r.idBlock,t.lenBlock=r.lenBlock,t.warnings=r.warnings,t.valueBeforeDecodeView=r.valueBeforeDecodeView,t}function vu(r,e=0,t=r.length){let n=e,i=new it({},ft),o=new yn;if(!vn(o,r,e,t))return i.error=o.error,{offset:-1,result:i};if(!r.subarray(e,e+t).length)return i.error="Zero buffer length",{offset:-1,result:i};let a=i.idBlock.fromBER(r,e,t);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),a===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=a,t-=i.idBlock.blockLength,a=i.lenBlock.fromBER(r,e,t),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),a===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=a,t-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let c=it;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};c=j.EndOfContent;break;case 1:c=j.Boolean;break;case 2:c=j.Integer;break;case 3:c=j.BitString;break;case 4:c=j.OctetString;break;case 5:c=j.Null;break;case 6:c=j.ObjectIdentifier;break;case 10:c=j.Enumerated;break;case 12:c=j.Utf8String;break;case 13:c=j.RelativeObjectIdentifier;break;case 14:c=j.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:c=j.Sequence;break;case 17:c=j.Set;break;case 18:c=j.NumericString;break;case 19:c=j.PrintableString;break;case 20:c=j.TeletexString;break;case 21:c=j.VideotexString;break;case 22:c=j.IA5String;break;case 23:c=j.UTCTime;break;case 24:c=j.GeneralizedTime;break;case 25:c=j.GraphicString;break;case 26:c=j.VisibleString;break;case 27:c=j.GeneralString;break;case 28:c=j.UniversalString;break;case 29:c=j.CharacterString;break;case 30:c=j.BmpString;break;case 31:c=j.DATE;break;case 32:c=j.TimeOfDay;break;case 33:c=j.DateTime;break;case 34:c=j.Duration;break;default:{let u=i.idBlock.isConstructed?new j.Constructed:new j.Primitive;u.idBlock=i.idBlock,u.lenBlock=i.lenBlock,u.warnings=i.warnings,i=u}}break;case 2:case 3:case 4:default:c=i.idBlock.isConstructed?j.Constructed:j.Primitive}return i=mB(i,c),a=i.fromBER(r,e,i.lenBlock.isIndefiniteForm?t:i.lenBlock.length),i.valueBeforeDecodeView=r.subarray(n,n+i.blockLength),{offset:a,result:i}}function as(r){if(!r.byteLength){let e=new it({},ft);return e.error="Input buffer has zero length",{offset:-1,result:e}}return vu(pe.BufferSourceConverter.toUint8Array(r).slice(),0,r.byteLength)}function gB(r,e){return r?1:e}var Mr=class extends ft{constructor({value:e=[],isIndefiniteForm:t=!1,...n}={}){super(n),this.value=e,this.isIndefiniteForm=t}fromBER(e,t,n){let i=pe.BufferSourceConverter.toUint8Array(e);if(!vn(this,i,t,n))return-1;if(this.valueBeforeDecodeView=i.subarray(t,t+n),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),t;let o=t;for(;gB(this.isIndefiniteForm,n)>0;){let s=vu(i,o,n);if(s.offset===-1)return this.error=s.result.error,this.warnings.concat(s.result.warnings),-1;if(o=s.offset,this.blockLength+=s.result.blockLength,n-=s.result.blockLength,this.value.push(s.result),this.isIndefiniteForm&&s.result.constructor.NAME===ka)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===ka?this.value.pop():this.warnings.push("No EndOfContent block encoded")),o}toBER(e,t){let n=t||new Ba;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,n);return t?br:n.final()}toJSON(){let e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(let t of this.value)e.value.push(t.toJSON());return e}};Mr.NAME="ConstructedValueBlock";var Sy,hi=class extends it{constructor(e={}){super(e,Mr),this.idBlock.isConstructed=!0}fromBER(e,t,n){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){let e=[];for(let n of this.valueBlock.value)e.push(n.toString("ascii").split(`
|
|
2
|
+
"use strict";var HeliaVerifiedFetch=(()=>{var HE=Object.create;var _a=Object.defineProperty;var $E=Object.getOwnPropertyDescriptor;var zE=Object.getOwnPropertyNames;var KE=Object.getPrototypeOf,GE=Object.prototype.hasOwnProperty;var le=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Be=(r,e)=>{for(var t in e)_a(r,t,{get:e[t],enumerable:!0})},bp=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of zE(e))!GE.call(r,i)&&i!==t&&_a(r,i,{get:()=>e[i],enumerable:!(n=$E(e,i))||n.enumerable});return r};var Q=(r,e,t)=>(t=r!=null?HE(KE(r)):{},bp(e||!r||!r.__esModule?_a(t,"default",{value:r,enumerable:!0}):t,r)),qE=r=>bp(_a({},"__esModule",{value:!0}),r);var Du=le((EB,Fp)=>{var Yi=1e3,ji=Yi*60,Xi=ji*60,fi=Xi*24,Ox=fi*7,Px=fi*365.25;Fp.exports=function(r,e){e=e||{};var t=typeof r;if(t==="string"&&r.length>0)return Fx(r);if(t==="number"&&isFinite(r))return e.long?Mx(r):Vx(r);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(r))};function Fx(r){if(r=String(r),!(r.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(r);if(e){var t=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return t*Px;case"weeks":case"week":case"w":return t*Ox;case"days":case"day":case"d":return t*fi;case"hours":case"hour":case"hrs":case"hr":case"h":return t*Xi;case"minutes":case"minute":case"mins":case"min":case"m":return t*ji;case"seconds":case"second":case"secs":case"sec":case"s":return t*Yi;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}function Vx(r){var e=Math.abs(r);return e>=fi?Math.round(r/fi)+"d":e>=Xi?Math.round(r/Xi)+"h":e>=ji?Math.round(r/ji)+"m":e>=Yi?Math.round(r/Yi)+"s":r+"ms"}function Mx(r){var e=Math.abs(r);return e>=fi?Ba(r,e,fi,"day"):e>=Xi?Ba(r,e,Xi,"hour"):e>=ji?Ba(r,e,ji,"minute"):e>=Yi?Ba(r,e,Yi,"second"):r+" ms"}function Ba(r,e,t,n){var i=e>=t*1.5;return Math.round(r/t)+" "+n+(i?"s":"")}});var Mp=le((xB,Vp)=>{function Hx(r){t.debug=t,t.default=t,t.coerce=c,t.disable=o,t.enable=i,t.enabled=s,t.humanize=Du(),t.destroy=u,Object.keys(r).forEach(l=>{t[l]=r[l]}),t.names=[],t.skips=[],t.formatters={};function e(l){let d=0;for(let p=0;p<l.length;p++)d=(d<<5)-d+l.charCodeAt(p),d|=0;return t.colors[Math.abs(d)%t.colors.length]}t.selectColor=e;function t(l){let d,p=null,f,h;function m(...y){if(!m.enabled)return;let g=m,E=Number(new Date),x=E-(d||E);g.diff=x,g.prev=d,g.curr=E,d=E,y[0]=t.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let _=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(A,v)=>{if(A==="%%")return"%";_++;let b=t.formatters[v];if(typeof b=="function"){let T=y[_];A=b.call(g,T),y.splice(_,1),_--}return A}),t.formatArgs.call(g,y),(g.log||t.log).apply(g,y)}return m.namespace=l,m.useColors=t.useColors(),m.color=t.selectColor(l),m.extend=n,m.destroy=t.destroy,Object.defineProperty(m,"enabled",{enumerable:!0,configurable:!1,get:()=>p!==null?p:(f!==t.namespaces&&(f=t.namespaces,h=t.enabled(l)),h),set:y=>{p=y}}),typeof t.init=="function"&&t.init(m),m}function n(l,d){let p=t(this.namespace+(typeof d>"u"?":":d)+l);return p.log=this.log,p}function i(l){t.save(l),t.namespaces=l,t.names=[],t.skips=[];let d,p=(typeof l=="string"?l:"").split(/[\s,]+/),f=p.length;for(d=0;d<f;d++)p[d]&&(l=p[d].replace(/\*/g,".*?"),l[0]==="-"?t.skips.push(new RegExp("^"+l.slice(1)+"$")):t.names.push(new RegExp("^"+l+"$")))}function o(){let l=[...t.names.map(a),...t.skips.map(a).map(d=>"-"+d)].join(",");return t.enable(""),l}function s(l){if(l[l.length-1]==="*")return!0;let d,p;for(d=0,p=t.skips.length;d<p;d++)if(t.skips[d].test(l))return!1;for(d=0,p=t.names.length;d<p;d++)if(t.names[d].test(l))return!0;return!1}function a(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return t.enable(t.load()),t}Vp.exports=Hx});var Ou=le((At,ka)=>{At.formatArgs=zx;At.save=Kx;At.load=Gx;At.useColors=$x;At.storage=qx();At.destroy=(()=>{let r=!1;return()=>{r||(r=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();At.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function $x(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function zx(r){if(r[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+r[0]+(this.useColors?"%c ":" ")+"+"+ka.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;r.splice(1,0,e,"color: inherit");let t=0,n=0;r[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(t++,i==="%c"&&(n=t))}),r.splice(n,0,e)}At.log=console.debug||console.log||(()=>{});function Kx(r){try{r?At.storage.setItem("debug",r):At.storage.removeItem("debug")}catch{}}function Gx(){let r;try{r=At.storage.getItem("debug")}catch{}return!r&&typeof process<"u"&&"env"in process&&(r=process.env.DEBUG),r}function qx(){try{return localStorage}catch{}}ka.exports=Mp()(At);var{formatters:Wx}=ka.exports;Wx.j=function(r){try{return JSON.stringify(r)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var Gp=le((BB,Kp)=>{Kp.exports=Fu;var zp=128,Zx=127,Jx=~Zx,Qx=Math.pow(2,31);function Fu(r,e,t){if(Number.MAX_SAFE_INTEGER&&r>Number.MAX_SAFE_INTEGER)throw Fu.bytes=0,new RangeError("Could not encode varint");e=e||[],t=t||0;for(var n=t;r>=Qx;)e[t++]=r&255|zp,r/=128;for(;r&Jx;)e[t++]=r&255|zp,r>>>=7;return e[t]=r|0,Fu.bytes=t-n+1,e}});var Yp=le((kB,Wp)=>{Wp.exports=Vu;var eb=128,qp=127;function Vu(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a||i>49)throw Vu.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&qp)<<i:(s&qp)*Math.pow(2,i),i+=7}while(s>=eb);return Vu.bytes=o-n,t}});var Xp=le((RB,jp)=>{var tb=Math.pow(2,7),rb=Math.pow(2,14),nb=Math.pow(2,21),ib=Math.pow(2,28),ob=Math.pow(2,35),sb=Math.pow(2,42),ab=Math.pow(2,49),cb=Math.pow(2,56),lb=Math.pow(2,63);jp.exports=function(r){return r<tb?1:r<rb?2:r<nb?3:r<ib?4:r<ob?5:r<sb?6:r<ab?7:r<cb?8:r<lb?9:10}});var Ra=le((TB,Zp)=>{Zp.exports={encode:Gp(),decode:Yp(),encodingLength:Xp()}});var Ce=le((Y8,y0)=>{"use strict";function m0(r,e){for(let t in e)Object.defineProperty(r,t,{value:e[t],enumerable:!0,configurable:!0});return r}function Kb(r,e,t){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");t||(t={}),typeof e=="object"&&(t=e,e=""),e&&(t.code=e);try{return m0(r,t)}catch{t.message=r.message,t.stack=r.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(r)),m0(new i,t)}}y0.exports=Kb});var f1=le(go=>{"use strict";var D6="[object ArrayBuffer]",Yr=class r{static isArrayBuffer(e){return Object.prototype.toString.call(e)===D6}static toArrayBuffer(e){return this.isArrayBuffer(e)?e:e.byteLength===e.buffer.byteLength||e.byteOffset===0&&e.byteLength===e.buffer.byteLength?e.buffer:this.toUint8Array(e.buffer).slice(e.byteOffset,e.byteOffset+e.byteLength).buffer}static toUint8Array(e){return this.toView(e,Uint8Array)}static toView(e,t){if(e.constructor===t)return e;if(this.isArrayBuffer(e))return new t(e);if(this.isArrayBufferView(e))return new t(e.buffer,e.byteOffset,e.byteLength);throw new TypeError("The provided value is not of type '(ArrayBuffer or ArrayBufferView)'")}static isBufferSource(e){return this.isArrayBufferView(e)||this.isArrayBuffer(e)}static isArrayBufferView(e){return ArrayBuffer.isView(e)||e&&this.isArrayBuffer(e.buffer)}static isEqual(e,t){let n=r.toUint8Array(e),i=r.toUint8Array(t);if(n.length!==i.byteLength)return!1;for(let o=0;o<n.length;o++)if(n[o]!==i[o])return!1;return!0}static concat(...e){let t;Array.isArray(e[0])&&!(e[1]instanceof Function)||Array.isArray(e[0])&&e[1]instanceof Function?t=e[0]:e[e.length-1]instanceof Function?t=e.slice(0,e.length-1):t=e;let n=0;for(let s of t)n+=s.byteLength;let i=new Uint8Array(n),o=0;for(let s of t){let a=this.toUint8Array(s);i.set(a,o),o+=a.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}},Yd="string",O6=/^[0-9a-f]+$/i,P6=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,F6=/^[a-zA-Z0-9-_]+$/,oc=class{static fromString(e){let t=unescape(encodeURIComponent(e)),n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n.buffer}static toString(e){let t=Yr.toUint8Array(e),n="";for(let o=0;o<t.length;o++)n+=String.fromCharCode(t[o]);return decodeURIComponent(escape(n))}},qt=class{static toString(e,t=!1){let n=Yr.toArrayBuffer(e),i=new DataView(n),o="";for(let s=0;s<n.byteLength;s+=2){let a=i.getUint16(s,t);o+=String.fromCharCode(a)}return o}static fromString(e,t=!1){let n=new ArrayBuffer(e.length*2),i=new DataView(n);for(let o=0;o<e.length;o++)i.setUint16(o*2,e.charCodeAt(o),t);return n}},sc=class r{static isHex(e){return typeof e===Yd&&O6.test(e)}static isBase64(e){return typeof e===Yd&&P6.test(e)}static isBase64Url(e){return typeof e===Yd&&F6.test(e)}static ToString(e,t="utf8"){let n=Yr.toUint8Array(e);switch(t.toLowerCase()){case"utf8":return this.ToUtf8String(n);case"binary":return this.ToBinary(n);case"hex":return this.ToHex(n);case"base64":return this.ToBase64(n);case"base64url":return this.ToBase64Url(n);case"utf16le":return qt.toString(n,!0);case"utf16":case"utf16be":return qt.toString(n);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromString(e,t="utf8"){if(!e)return new ArrayBuffer(0);switch(t.toLowerCase()){case"utf8":return this.FromUtf8String(e);case"binary":return this.FromBinary(e);case"hex":return this.FromHex(e);case"base64":return this.FromBase64(e);case"base64url":return this.FromBase64Url(e);case"utf16le":return qt.fromString(e,!0);case"utf16":case"utf16be":return qt.fromString(e);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToBase64(e){let t=Yr.toUint8Array(e);if(typeof btoa<"u"){let n=this.ToString(t,"binary");return btoa(n)}else return Buffer.from(t).toString("base64")}static FromBase64(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64(t))throw new TypeError("Argument 'base64Text' is not Base64 encoded");return typeof atob<"u"?this.FromBinary(atob(t)):new Uint8Array(Buffer.from(t,"base64")).buffer}static FromBase64Url(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64Url(t))throw new TypeError("Argument 'base64url' is not Base64Url encoded");return this.FromBase64(this.Base64Padding(t.replace(/\-/g,"+").replace(/\_/g,"/")))}static ToBase64Url(e){return this.ToBase64(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}static FromUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.FromBinary(e);case"utf8":return oc.fromString(e);case"utf16":case"utf16be":return qt.fromString(e);case"utf16le":case"usc2":return qt.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.ToBinary(e);case"utf8":return oc.toString(e);case"utf16":case"utf16be":return qt.toString(e);case"utf16le":case"usc2":return qt.toString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromBinary(e){let t=e.length,n=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);return n.buffer}static ToBinary(e){let t=Yr.toUint8Array(e),n="";for(let i=0;i<t.length;i++)n+=String.fromCharCode(t[i]);return n}static ToHex(e){let t=Yr.toUint8Array(e),n="",i=t.length;for(let o=0;o<i;o++){let s=t[o];s<16&&(n+="0"),n+=s.toString(16)}return n}static FromHex(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isHex(t))throw new TypeError("Argument 'hexString' is not HEX encoded");t.length%2&&(t=`0${t}`);let n=new Uint8Array(t.length/2);for(let i=0;i<t.length;i=i+2){let o=t.slice(i,i+2);n[i/2]=parseInt(o,16)}return n.buffer}static ToUtf16String(e,t=!1){return qt.toString(e,t)}static FromUtf16String(e,t=!1){return qt.fromString(e,t)}static Base64Padding(e){let t=4-e.length%4;if(t<4)for(let n=0;n<t;n++)e+="=";return e}static formatString(e){return e?.replace(/[\n\r\t ]/g,"")||""}};sc.DEFAULT_UTF8_ENCODING="utf8";function V6(r,...e){let t=arguments[0];for(let n=1;n<arguments.length;n++){let i=arguments[n];for(let o in i)t[o]=i[o]}return t}function M6(...r){let e=r.map(i=>i.byteLength).reduce((i,o)=>i+o),t=new Uint8Array(e),n=0;return r.map(i=>new Uint8Array(i)).forEach(i=>{for(let o of i)t[n++]=o}),t.buffer}function H6(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}go.BufferSourceConverter=Yr;go.Convert=sc;go.assign=V6;go.combine=M6;go.isEqual=H6});var jc=le((dN,uf)=>{var uN=function(){typeof uf<"u"&&(uf.exports=m);var r=86400,e=3200,t=146097*e/400,n=r*t,i=1e3*n,o=864e13,s=4294967296,a=1e6,c="000000000",u=Math.trunc||function(b){var T=b-b%1;return T==0&&(b<0||b===0&&1/b!=1/0)?-0:T},l=m.prototype,d=(m.fromDate=function(b){return new m(+b)},m.fromInt64BE=_(0,1,2,3,0,4),m.fromInt64LE=_(3,2,1,0,4,0),m.fromString=function(N){var T,C=new m,N=(N+="").replace(/^\s*[+\-]?\d+/,function(D){var D=+D,ne=1970+(D-1970)%400;return C.year=D-ne,ne}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function($,D,ne){return D<0&&(ne*=-1),T=6e4*(60*+D+ +ne),""}).replace(/\.\d+$/,function($){return C.nano=+($+c).substr(1,9),""}).split(/\D+/);if(1<N.length?N[1]--:N[1]=0,C.time=T=Date.UTC.apply(Date,N)-(T||0),isNaN(T))throw new TypeError("Invalid Date");return y(C)},m.fromTimeT=function(b){return E(b,0)},l.year=0,l.time=0,l.nano=0,l.addNano=function(b){return this.nano+=+b||0,this},l.getNano=function(){var b=y(this);return(b.time%1e3*a+ +b.nano+1e9)%1e9},l.getTimeT=function(){var T=y(this),b=Math.floor(T.time/1e3),T=T.year;return T&&(b+=T*t*r/e),b},l.getYear=function(){return this.toDate().getUTCFullYear()+this.year},l.toDate=function(){return g(y(this).time)},l.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},l.toString=function(b){var T=this,C=T.toDate(),N={H:function(){return A(C.getUTCHours())},L:function(){return v(C.getUTCMilliseconds(),3)},M:function(){return A(C.getUTCMinutes())},N:function(){return v(T.getNano(),9)},S:function(){return A(C.getUTCSeconds())},Y:function(){var $=T.getYear();return 999999<$?"+"+$:9999<$?"+"+v($,6):0<=$?v($,4):-999999<=$?"-"+v(-$,6):$},a:function(){return f[C.getUTCDay()]},b:function(){return p[C.getUTCMonth()]},d:function(){return A(C.getUTCDate())},e:function(){return function($){return(9<$?"":" ")+(0|$)}(C.getUTCDate())},m:function(){return A(C.getUTCMonth()+1)}};return function $(D){return D.replace(/%./g,function(ne){var U=ne[1],B=h[U],U=N[U];return B?$(B):U?U():ne})}(b||d)},l.writeInt64BE=x(0,1,2,3,0,4),l.writeInt64LE=x(3,2,1,0,4,0),"%Y-%m-%dT%H:%M:%S.%NZ"),p=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],f=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],h={"%":"%",F:"%Y-%m-%d",n:`
|
|
3
|
+
`,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return m;function m(b,T,C){var N=this;if(!(N instanceof m))return new m(b,T,C);N.time=+b||0,N.nano=+T||0,N.year=+C||0,y(N)}function y(b){var T,C,N,$=b.year,D=b.time,ne=b.nano,B=((ne<0||a<=ne)&&(ne-=(C=Math.floor(ne/a))*a,D+=C,C=1),$%e);return(D<-o||o<D||B)&&((T=u(D/i))&&($+=T*e,D-=T*i),(N=g(D)).setUTCFullYear(B+N.getUTCFullYear()),N=(D=+N)+(T=u(($-=B)/e))*i,T&&-o<=N&&N<=o&&($-=T*e,D=N),C=1),C&&(b.year=$,b.time=D,b.nano=ne),b}function g(b){var T=new Date(0);return T.setTime(b),T}function E($,N){$=+$||0;var C=u((N=(N|0)*s)/n)+u($/n),N=N%n+$%n,$=u(N/n);return $&&(C+=$,N-=$*n),new m(1e3*N,0,C*e)}function x(b,T,C,N,$,D){return function(B,U){var L=y(this);B=B||new Array(8),S(B,U|=0);var k=Math.floor(L.time/1e3),L=L.year*(t*r/e),X=u(L/s)+u(k/s),L=L%s+k%s,k=Math.floor(L/s);return k&&(X+=k,L-=k*s),ne(B,U+$,X),ne(B,U+D,L),B};function ne(B,U,X){B[U+b]=X>>24&255,B[U+T]=X>>16&255,B[U+C]=X>>8&255,B[U+N]=255&X}}function _(b,T,C,N,$,D){return function(B,U){S(B,U|=0);var X=ne(B,U+$);return E(ne(B,U+D),X)};function ne(B,U){return 16777216*B[U+b]+(B[U+T]<<16|B[U+C]<<8|B[U+N])}}function S(b,T){if(b=b&&b.length,b==null)throw new TypeError("Invalid Buffer");if(b<T+8)throw new RangeError("Out of range")}function A(b){return(9<b?"":"0")+(0|b)}function v(b,T){return(c+(0|b)).substr(-T)}}()});var My=le((YC,If)=>{"use strict";var sA=Object.prototype.hasOwnProperty,dt="~";function Ps(){}Object.create&&(Ps.prototype=Object.create(null),new Ps().__proto__||(dt=!1));function aA(r,e,t){this.fn=r,this.context=e,this.once=t||!1}function Vy(r,e,t,n,i){if(typeof t!="function")throw new TypeError("The listener must be a function");var o=new aA(t,n||r,i),s=dt?dt+e:e;return r._events[s]?r._events[s].fn?r._events[s]=[r._events[s],o]:r._events[s].push(o):(r._events[s]=o,r._eventsCount++),r}function dl(r,e){--r._eventsCount===0?r._events=new Ps:delete r._events[e]}function nt(){this._events=new Ps,this._eventsCount=0}nt.prototype.eventNames=function(){var e=[],t,n;if(this._eventsCount===0)return e;for(n in t=this._events)sA.call(t,n)&&e.push(dt?n.slice(1):n);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(t)):e};nt.prototype.listeners=function(e){var t=dt?dt+e:e,n=this._events[t];if(!n)return[];if(n.fn)return[n.fn];for(var i=0,o=n.length,s=new Array(o);i<o;i++)s[i]=n[i].fn;return s};nt.prototype.listenerCount=function(e){var t=dt?dt+e:e,n=this._events[t];return n?n.fn?1:n.length:0};nt.prototype.emit=function(e,t,n,i,o,s){var a=dt?dt+e:e;if(!this._events[a])return!1;var c=this._events[a],u=arguments.length,l,d;if(c.fn){switch(c.once&&this.removeListener(e,c.fn,void 0,!0),u){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,t),!0;case 3:return c.fn.call(c.context,t,n),!0;case 4:return c.fn.call(c.context,t,n,i),!0;case 5:return c.fn.call(c.context,t,n,i,o),!0;case 6:return c.fn.call(c.context,t,n,i,o,s),!0}for(d=1,l=new Array(u-1);d<u;d++)l[d-1]=arguments[d];c.fn.apply(c.context,l)}else{var p=c.length,f;for(d=0;d<p;d++)switch(c[d].once&&this.removeListener(e,c[d].fn,void 0,!0),u){case 1:c[d].fn.call(c[d].context);break;case 2:c[d].fn.call(c[d].context,t);break;case 3:c[d].fn.call(c[d].context,t,n);break;case 4:c[d].fn.call(c[d].context,t,n,i);break;default:if(!l)for(f=1,l=new Array(u-1);f<u;f++)l[f-1]=arguments[f];c[d].fn.apply(c[d].context,l)}}return!0};nt.prototype.on=function(e,t,n){return Vy(this,e,t,n,!1)};nt.prototype.once=function(e,t,n){return Vy(this,e,t,n,!0)};nt.prototype.removeListener=function(e,t,n,i){var o=dt?dt+e:e;if(!this._events[o])return this;if(!t)return dl(this,o),this;var s=this._events[o];if(s.fn)s.fn===t&&(!i||s.once)&&(!n||s.context===n)&&dl(this,o);else{for(var a=0,c=[],u=s.length;a<u;a++)(s[a].fn!==t||i&&!s[a].once||n&&s[a].context!==n)&&c.push(s[a]);c.length?this._events[o]=c.length===1?c[0]:c:dl(this,o)}return this};nt.prototype.removeAllListeners=function(e){var t;return e?(t=dt?dt+e:e,this._events[t]&&dl(this,t)):(this._events=new Ps,this._eventsCount=0),this};nt.prototype.off=nt.prototype.removeListener;nt.prototype.addListener=nt.prototype.on;nt.prefixed=dt;nt.EventEmitter=nt;typeof If<"u"&&(If.exports=nt)});var Mg=le((B7,Vg)=>{"use strict";Vg.exports=Fg;var x_=Du(),Jn=Fg.prototype,b_=new Date%1e9;function v_(){return(Math.random()*1e9>>>0)+b_++}function Fg(r){r=r||{},this.id=r.id||v_(),this.max=r.max||1/0,this.items=r.items||[],this._lookup={},this.size=this.items.length,this.lastModified=new Date(r.lastModified||new Date);for(var e,t,n=this.items.length;n--;)e=this.items[n],t=new Date(e.expires)-new Date,this._lookup[e.key]=e,t>0?this.expire(e.key,t):t<=0&&this.delete(e.key)}Jn.has=function(r){return r in this._lookup};Jn.get=function(r){if(!this.has(r))return null;var e=this._lookup[r];return e.refresh&&this.expire(r,e.refresh),this.items.splice(this.items.indexOf(e),1),this.items.push(e),e.value};Jn.meta=function(r){if(!this.has(r))return null;var e=this._lookup[r];return"meta"in e?e.meta:null};Jn.set=function(r,e,t){var n=this._lookup[r],i=this._lookup[r]={key:r,value:e};return this.lastModified=new Date,n?(clearTimeout(n.timeout),this.items.splice(this.items.indexOf(n),1,i)):(this.size>=this.max&&this.delete(this.items[0].key),this.items.push(i),this.size++),t&&("ttl"in t&&this.expire(r,t.ttl),"meta"in t&&(i.meta=t.meta),t.refresh&&(i.refresh=t.ttl)),this};Jn.delete=function(r){var e=this._lookup[r];return e?(this.lastModified=new Date,this.items.splice(this.items.indexOf(e),1),clearTimeout(e.timeout),delete this._lookup[r],this.size--,this):!1};Jn.expire=function(r,e){var t=e||0,n=this._lookup[r];if(!n)return this;if(typeof t=="string"&&(t=x_(e)),typeof t!="number")throw new TypeError("Expiration time must be a string or number.");return clearTimeout(n.timeout),n.timeout=setTimeout(this.delete.bind(this,n.key),t),n.expires=Number(new Date)+t,this};Jn.clear=function(){for(var r=this.items.length;r--;)this.delete(this.items[r].key);return this};Jn.toJSON=function(){for(var r=new Array(this.items.length),e,t=r.length;t--;)e=this.items[t],r[t]={key:e.key,meta:e.meta,value:e.value,expires:e.expires,refresh:e.refresh};return{id:this.id,max:isFinite(this.max)?this.max:void 0,lastModified:this.lastModified,items:r}}});var yh=le((R7,zg)=>{zg.exports=function(r){if(!r)throw Error("hashlru must have a max value, of type number, greater than 0");var e=0,t=Object.create(null),n=Object.create(null);function i(o,s){t[o]=s,e++,e>=r&&(e=0,n=t,t=Object.create(null))}return{has:function(o){return t[o]!==void 0||n[o]!==void 0},remove:function(o){t[o]!==void 0&&(t[o]=void 0),n[o]!==void 0&&(n[o]=void 0)},get:function(o){var s=t[o];if(s!==void 0)return s;if((s=n[o])!==void 0)return i(o,s),s},set:function(o,s){t[o]!==void 0?t[o]=s:i(o,s)},clear:function(){t=Object.create(null),n=Object.create(null)}}}});var nw=le(Ol=>{"use strict";Ol.byteLength=N_;Ol.toByteArray=L_;Ol.fromByteArray=O_;var Ir=[],Xt=[],T_=typeof Uint8Array<"u"?Uint8Array:Array,vh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Li=0,tw=vh.length;Li<tw;++Li)Ir[Li]=vh[Li],Xt[vh.charCodeAt(Li)]=Li;var Li,tw;Xt[45]=62;Xt[95]=63;function rw(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function N_(r){var e=rw(r),t=e[0],n=e[1];return(t+n)*3/4-n}function C_(r,e,t){return(e+t)*3/4-t}function L_(r){var e,t=rw(r),n=t[0],i=t[1],o=new T_(C_(r,n,i)),s=0,a=i>0?n-4:n,c;for(c=0;c<a;c+=4)e=Xt[r.charCodeAt(c)]<<18|Xt[r.charCodeAt(c+1)]<<12|Xt[r.charCodeAt(c+2)]<<6|Xt[r.charCodeAt(c+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return i===2&&(e=Xt[r.charCodeAt(c)]<<2|Xt[r.charCodeAt(c+1)]>>4,o[s++]=e&255),i===1&&(e=Xt[r.charCodeAt(c)]<<10|Xt[r.charCodeAt(c+1)]<<4|Xt[r.charCodeAt(c+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function U_(r){return Ir[r>>18&63]+Ir[r>>12&63]+Ir[r>>6&63]+Ir[r&63]}function D_(r,e,t){for(var n,i=[],o=e;o<t;o+=3)n=(r[o]<<16&16711680)+(r[o+1]<<8&65280)+(r[o+2]&255),i.push(U_(n));return i.join("")}function O_(r){for(var e,t=r.length,n=t%3,i=[],o=16383,s=0,a=t-n;s<a;s+=o)i.push(D_(r,s,s+o>a?a:s+o));return n===1?(e=r[t-1],i.push(Ir[e>>2]+Ir[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],i.push(Ir[e>>10]+Ir[e>>4&63]+Ir[e<<2&63]+"=")),i.join("")}});var iw=le(Ah=>{Ah.read=function(r,e,t,n,i){var o,s,a=i*8-n-1,c=(1<<a)-1,u=c>>1,l=-7,d=t?i-1:0,p=t?-1:1,f=r[e+d];for(d+=p,o=f&(1<<-l)-1,f>>=-l,l+=a;l>0;o=o*256+r[e+d],d+=p,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=n;l>0;s=s*256+r[e+d],d+=p,l-=8);if(o===0)o=1-u;else{if(o===c)return s?NaN:(f?-1:1)*(1/0);s=s+Math.pow(2,n),o=o-u}return(f?-1:1)*s*Math.pow(2,o-n)};Ah.write=function(r,e,t,n,i,o){var s,a,c,u=o*8-i-1,l=(1<<u)-1,d=l>>1,p=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:o-1,h=n?1:-1,m=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=l):(s=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-s))<1&&(s--,c*=2),s+d>=1?e+=p/c:e+=p*Math.pow(2,1-d),e*c>=2&&(s++,c/=2),s+d>=l?(a=0,s=l):s+d>=1?(a=(e*c-1)*Math.pow(2,i),s=s+d):(a=e*Math.pow(2,d-1)*Math.pow(2,i),s=0));i>=8;r[t+f]=a&255,f+=h,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;r[t+f]=s&255,f+=h,s/=256,u-=8);r[t+f-h]|=m*128}});var Ch=le(Fo=>{"use strict";var _h=nw(),Oo=iw(),ow=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Fo.Buffer=I;Fo.SlowBuffer=$_;Fo.INSPECT_MAX_BYTES=50;var Pl=2147483647;Fo.kMaxLength=Pl;I.TYPED_ARRAY_SUPPORT=P_();!I.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function P_(){try{let r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch{return!1}}Object.defineProperty(I.prototype,"parent",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.buffer}});Object.defineProperty(I.prototype,"offset",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.byteOffset}});function ln(r){if(r>Pl)throw new RangeError('The value "'+r+'" is invalid for option "size"');let e=new Uint8Array(r);return Object.setPrototypeOf(e,I.prototype),e}function I(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return kh(r)}return lw(r,e,t)}I.poolSize=8192;function lw(r,e,t){if(typeof r=="string")return V_(r,e);if(ArrayBuffer.isView(r))return M_(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(Br(r,ArrayBuffer)||r&&Br(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Br(r,SharedArrayBuffer)||r&&Br(r.buffer,SharedArrayBuffer)))return Ih(r,e,t);if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return I.from(n,e,t);let i=H_(r);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return I.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}I.from=function(r,e,t){return lw(r,e,t)};Object.setPrototypeOf(I.prototype,Uint8Array.prototype);Object.setPrototypeOf(I,Uint8Array);function uw(r){if(typeof r!="number")throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function F_(r,e,t){return uw(r),r<=0?ln(r):e!==void 0?typeof t=="string"?ln(r).fill(e,t):ln(r).fill(e):ln(r)}I.alloc=function(r,e,t){return F_(r,e,t)};function kh(r){return uw(r),ln(r<0?0:Rh(r)|0)}I.allocUnsafe=function(r){return kh(r)};I.allocUnsafeSlow=function(r){return kh(r)};function V_(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!I.isEncoding(e))throw new TypeError("Unknown encoding: "+e);let t=dw(r,e)|0,n=ln(t),i=n.write(r,e);return i!==t&&(n=n.slice(0,i)),n}function Sh(r){let e=r.length<0?0:Rh(r.length)|0,t=ln(e);for(let n=0;n<e;n+=1)t[n]=r[n]&255;return t}function M_(r){if(Br(r,Uint8Array)){let e=new Uint8Array(r);return Ih(e.buffer,e.byteOffset,e.byteLength)}return Sh(r)}function Ih(r,e,t){if(e<0||r.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(r.byteLength<e+(t||0))throw new RangeError('"length" is outside of buffer bounds');let n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,I.prototype),n}function H_(r){if(I.isBuffer(r)){let e=Rh(r.length)|0,t=ln(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||Nh(r.length)?ln(0):Sh(r);if(r.type==="Buffer"&&Array.isArray(r.data))return Sh(r.data)}function Rh(r){if(r>=Pl)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Pl.toString(16)+" bytes");return r|0}function $_(r){return+r!=r&&(r=0),I.alloc(+r)}I.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==I.prototype};I.compare=function(e,t){if(Br(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),Br(t,Uint8Array)&&(t=I.from(t,t.offset,t.byteLength)),!I.isBuffer(e)||!I.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,i=t.length;for(let o=0,s=Math.min(n,i);o<s;++o)if(e[o]!==t[o]){n=e[o],i=t[o];break}return n<i?-1:i<n?1:0};I.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};I.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return I.alloc(0);let n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;let i=I.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){let s=e[n];if(Br(s,Uint8Array))o+s.length>i.length?(I.isBuffer(s)||(s=I.from(s)),s.copy(i,o)):Uint8Array.prototype.set.call(i,s,o);else if(I.isBuffer(s))s.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=s.length}return i};function dw(r,e){if(I.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||Br(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);let t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;let i=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Bh(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return xw(r).length;default:if(i)return n?-1:Bh(r).length;e=(""+e).toLowerCase(),i=!0}}I.byteLength=dw;function z_(r,e,t){let n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return Q_(this,e,t);case"utf8":case"utf-8":return hw(this,e,t);case"ascii":return Z_(this,e,t);case"latin1":case"binary":return J_(this,e,t);case"base64":return j_(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return eS(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}I.prototype._isBuffer=!0;function Ui(r,e,t){let n=r[e];r[e]=r[t],r[t]=n}I.prototype.swap16=function(){let e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)Ui(this,t,t+1);return this};I.prototype.swap32=function(){let e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)Ui(this,t,t+3),Ui(this,t+1,t+2);return this};I.prototype.swap64=function(){let e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)Ui(this,t,t+7),Ui(this,t+1,t+6),Ui(this,t+2,t+5),Ui(this,t+3,t+4);return this};I.prototype.toString=function(){let e=this.length;return e===0?"":arguments.length===0?hw(this,0,e):z_.apply(this,arguments)};I.prototype.toLocaleString=I.prototype.toString;I.prototype.equals=function(e){if(!I.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:I.compare(this,e)===0};I.prototype.inspect=function(){let e="",t=Fo.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};ow&&(I.prototype[ow]=I.prototype.inspect);I.prototype.compare=function(e,t,n,i,o){if(Br(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),!I.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;let s=o-i,a=n-t,c=Math.min(s,a),u=this.slice(i,o),l=e.slice(t,n);for(let d=0;d<c;++d)if(u[d]!==l[d]){s=u[d],a=l[d];break}return s<a?-1:a<s?1:0};function fw(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Nh(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=I.from(e,n)),I.isBuffer(e))return e.length===0?-1:sw(r,e,t,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):sw(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function sw(r,e,t,n,i){let o=1,s=r.length,a=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;o=2,s/=2,a/=2,t/=2}function c(l,d){return o===1?l[d]:l.readUInt16BE(d*o)}let u;if(i){let l=-1;for(u=t;u<s;u++)if(c(r,u)===c(e,l===-1?0:u-l)){if(l===-1&&(l=u),u-l+1===a)return l*o}else l!==-1&&(u-=u-l),l=-1}else for(t+a>s&&(t=s-a),u=t;u>=0;u--){let l=!0;for(let d=0;d<a;d++)if(c(r,u+d)!==c(e,d)){l=!1;break}if(l)return u}return-1}I.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};I.prototype.indexOf=function(e,t,n){return fw(this,e,t,n,!0)};I.prototype.lastIndexOf=function(e,t,n){return fw(this,e,t,n,!1)};function K_(r,e,t,n){t=Number(t)||0;let i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;let o=e.length;n>o/2&&(n=o/2);let s;for(s=0;s<n;++s){let a=parseInt(e.substr(s*2,2),16);if(Nh(a))return s;r[t+s]=a}return s}function G_(r,e,t,n){return Fl(Bh(e,r.length-t),r,t,n)}function q_(r,e,t,n){return Fl(iS(e),r,t,n)}function W_(r,e,t,n){return Fl(xw(e),r,t,n)}function Y_(r,e,t,n){return Fl(oS(e,r.length-t),r,t,n)}I.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let o=this.length-t;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let s=!1;for(;;)switch(i){case"hex":return K_(this,e,t,n);case"utf8":case"utf-8":return G_(this,e,t,n);case"ascii":case"latin1":case"binary":return q_(this,e,t,n);case"base64":return W_(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Y_(this,e,t,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};I.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function j_(r,e,t){return e===0&&t===r.length?_h.fromByteArray(r):_h.fromByteArray(r.slice(e,t))}function hw(r,e,t){t=Math.min(r.length,t);let n=[],i=e;for(;i<t;){let o=r[i],s=null,a=o>239?4:o>223?3:o>191?2:1;if(i+a<=t){let c,u,l,d;switch(a){case 1:o<128&&(s=o);break;case 2:c=r[i+1],(c&192)===128&&(d=(o&31)<<6|c&63,d>127&&(s=d));break;case 3:c=r[i+1],u=r[i+2],(c&192)===128&&(u&192)===128&&(d=(o&15)<<12|(c&63)<<6|u&63,d>2047&&(d<55296||d>57343)&&(s=d));break;case 4:c=r[i+1],u=r[i+2],l=r[i+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(d=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,d>65535&&d<1114112&&(s=d))}}s===null?(s=65533,a=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=a}return X_(n)}var aw=4096;function X_(r){let e=r.length;if(e<=aw)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=aw));return t}function Z_(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function J_(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function Q_(r,e,t){let n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);let i="";for(let o=e;o<t;++o)i+=sS[r[o]];return i}function eS(r,e,t){let n=r.slice(e,t),i="";for(let o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}I.prototype.slice=function(e,t){let n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);let i=this.subarray(e,t);return Object.setPrototypeOf(i,I.prototype),i};function He(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}I.prototype.readUintLE=I.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return i};I.prototype.readUintBE=I.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e+--t],o=1;for(;t>0&&(o*=256);)i+=this[e+--t]*o;return i};I.prototype.readUint8=I.prototype.readUInt8=function(e,t){return e=e>>>0,t||He(e,1,this.length),this[e]};I.prototype.readUint16LE=I.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||He(e,2,this.length),this[e]|this[e+1]<<8};I.prototype.readUint16BE=I.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||He(e,2,this.length),this[e]<<8|this[e+1]};I.prototype.readUint32LE=I.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||He(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};I.prototype.readUint32BE=I.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};I.prototype.readBigUInt64LE=ti(function(e){e=e>>>0,Po(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24,o=this[++e]+this[++e]*2**8+this[++e]*2**16+n*2**24;return BigInt(i)+(BigInt(o)<<BigInt(32))});I.prototype.readBigUInt64BE=ti(function(e){e=e>>>0,Po(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=t*2**24+this[++e]*2**16+this[++e]*2**8+this[++e],o=this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(o)});I.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};I.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=t,o=1,s=this[e+--i];for(;i>0&&(o*=256);)s+=this[e+--i]*o;return o*=128,s>=o&&(s-=Math.pow(2,8*t)),s};I.prototype.readInt8=function(e,t){return e=e>>>0,t||He(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};I.prototype.readInt16LE=function(e,t){e=e>>>0,t||He(e,2,this.length);let n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};I.prototype.readInt16BE=function(e,t){e=e>>>0,t||He(e,2,this.length);let n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};I.prototype.readInt32LE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};I.prototype.readInt32BE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};I.prototype.readBigInt64LE=ti(function(e){e=e>>>0,Po(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=this[e+4]+this[e+5]*2**8+this[e+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24)});I.prototype.readBigInt64BE=ti(function(e){e=e>>>0,Po(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=(t<<24)+this[++e]*2**16+this[++e]*2**8+this[++e];return(BigInt(i)<<BigInt(32))+BigInt(this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n)});I.prototype.readFloatLE=function(e,t){return e=e>>>0,t||He(e,4,this.length),Oo.read(this,e,!0,23,4)};I.prototype.readFloatBE=function(e,t){return e=e>>>0,t||He(e,4,this.length),Oo.read(this,e,!1,23,4)};I.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||He(e,8,this.length),Oo.read(this,e,!0,52,8)};I.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||He(e,8,this.length),Oo.read(this,e,!1,52,8)};function bt(r,e,t,n,i,o){if(!I.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(t+n>r.length)throw new RangeError("Index out of range")}I.prototype.writeUintLE=I.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;bt(this,e,t,n,a,0)}let o=1,s=0;for(this[t]=e&255;++s<n&&(o*=256);)this[t+s]=e/o&255;return t+n};I.prototype.writeUintBE=I.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;bt(this,e,t,n,a,0)}let o=n-1,s=1;for(this[t+o]=e&255;--o>=0&&(s*=256);)this[t+o]=e/s&255;return t+n};I.prototype.writeUint8=I.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,1,255,0),this[t]=e&255,t+1};I.prototype.writeUint16LE=I.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeUint16BE=I.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeUint32LE=I.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};I.prototype.writeUint32BE=I.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function pw(r,e,t,n,i){Ew(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,t}function mw(r,e,t,n,i){Ew(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t+7]=o,o=o>>8,r[t+6]=o,o=o>>8,r[t+5]=o,o=o>>8,r[t+4]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t+3]=s,s=s>>8,r[t+2]=s,s=s>>8,r[t+1]=s,s=s>>8,r[t]=s,t+8}I.prototype.writeBigUInt64LE=ti(function(e,t=0){return pw(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeBigUInt64BE=ti(function(e,t=0){return mw(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);bt(this,e,t,n,c-1,-c)}let o=0,s=1,a=0;for(this[t]=e&255;++o<n&&(s*=256);)e<0&&a===0&&this[t+o-1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);bt(this,e,t,n,c-1,-c)}let o=n-1,s=1,a=0;for(this[t+o]=e&255;--o>=0&&(s*=256);)e<0&&a===0&&this[t+o+1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};I.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};I.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};I.prototype.writeBigInt64LE=ti(function(e,t=0){return pw(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});I.prototype.writeBigInt64BE=ti(function(e,t=0){return mw(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function yw(r,e,t,n,i,o){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function gw(r,e,t,n,i){return e=+e,t=t>>>0,i||yw(r,e,t,4,34028234663852886e22,-34028234663852886e22),Oo.write(r,e,t,n,23,4),t+4}I.prototype.writeFloatLE=function(e,t,n){return gw(this,e,t,!0,n)};I.prototype.writeFloatBE=function(e,t,n){return gw(this,e,t,!1,n)};function ww(r,e,t,n,i){return e=+e,t=t>>>0,i||yw(r,e,t,8,17976931348623157e292,-17976931348623157e292),Oo.write(r,e,t,n,52,8),t+8}I.prototype.writeDoubleLE=function(e,t,n){return ww(this,e,t,!0,n)};I.prototype.writeDoubleBE=function(e,t,n){return ww(this,e,t,!1,n)};I.prototype.copy=function(e,t,n,i){if(!I.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-n&&(i=e.length-t+n);let o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),t),o};I.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!I.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){let s=e.charCodeAt(0);(i==="utf8"&&s<128||i==="latin1")&&(e=s)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);let o;if(typeof e=="number")for(o=t;o<n;++o)this[o]=e;else{let s=I.isBuffer(e)?e:I.from(e,i),a=s.length;if(a===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-t;++o)this[o+t]=s[o%a]}return this};var Do={};function Th(r,e,t){Do[r]=class extends t{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${r}]`,this.stack,delete this.name}get code(){return r}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${r}]: ${this.message}`}}}Th("ERR_BUFFER_OUT_OF_BOUNDS",function(r){return r?`${r} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);Th("ERR_INVALID_ARG_TYPE",function(r,e){return`The "${r}" argument must be of type number. Received type ${typeof e}`},TypeError);Th("ERR_OUT_OF_RANGE",function(r,e,t){let n=`The value of "${r}" is out of range.`,i=t;return Number.isInteger(t)&&Math.abs(t)>2**32?i=cw(String(t)):typeof t=="bigint"&&(i=String(t),(t>BigInt(2)**BigInt(32)||t<-(BigInt(2)**BigInt(32)))&&(i=cw(i)),i+="n"),n+=` It must be ${e}. Received ${i}`,n},RangeError);function cw(r){let e="",t=r.length,n=r[0]==="-"?1:0;for(;t>=n+4;t-=3)e=`_${r.slice(t-3,t)}${e}`;return`${r.slice(0,t)}${e}`}function tS(r,e,t){Po(e,"offset"),(r[e]===void 0||r[e+t]===void 0)&&ia(e,r.length-(t+1))}function Ew(r,e,t,n,i,o){if(r>t||r<e){let s=typeof e=="bigint"?"n":"",a;throw o>3?e===0||e===BigInt(0)?a=`>= 0${s} and < 2${s} ** ${(o+1)*8}${s}`:a=`>= -(2${s} ** ${(o+1)*8-1}${s}) and < 2 ** ${(o+1)*8-1}${s}`:a=`>= ${e}${s} and <= ${t}${s}`,new Do.ERR_OUT_OF_RANGE("value",a,r)}tS(n,i,o)}function Po(r,e){if(typeof r!="number")throw new Do.ERR_INVALID_ARG_TYPE(e,"number",r)}function ia(r,e,t){throw Math.floor(r)!==r?(Po(r,t),new Do.ERR_OUT_OF_RANGE(t||"offset","an integer",r)):e<0?new Do.ERR_BUFFER_OUT_OF_BOUNDS:new Do.ERR_OUT_OF_RANGE(t||"offset",`>= ${t?1:0} and <= ${e}`,r)}var rS=/[^+/0-9A-Za-z-_]/g;function nS(r){if(r=r.split("=")[0],r=r.trim().replace(rS,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function Bh(r,e){e=e||1/0;let t,n=r.length,i=null,o=[];for(let s=0;s<n;++s){if(t=r.charCodeAt(s),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;o.push(t)}else if(t<2048){if((e-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function iS(r){let e=[];for(let t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function oS(r,e){let t,n,i,o=[];for(let s=0;s<r.length&&!((e-=2)<0);++s)t=r.charCodeAt(s),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function xw(r){return _h.toByteArray(nS(r))}function Fl(r,e,t,n){let i;for(i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function Br(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function Nh(r){return r!==r}var sS=function(){let r="0123456789abcdef",e=new Array(256);for(let t=0;t<16;++t){let n=t*16;for(let i=0;i<16;++i)e[n+i]=r[t]+r[i]}return e}();function ti(r){return typeof BigInt>"u"?aS:r}function aS(){throw new Error("BigInt not supported")}});var bw=le(Lh=>{"use strict";Lh.toString=function(r){switch(r){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_"+r};Lh.toType=function(r){switch(r.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 r.toUpperCase().startsWith("UNKNOWN_")?parseInt(r.slice(8)):0}});var vw=le(Uh=>{"use strict";Uh.toString=function(r){switch(r){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_"+r};Uh.toRcode=function(r){switch(r.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 Aw=le(Dh=>{"use strict";Dh.toString=function(r){switch(r){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_"+r};Dh.toOpcode=function(r){switch(r.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 _w=le(Oh=>{"use strict";Oh.toString=function(r){switch(r){case 1:return"IN";case 2:return"CS";case 3:return"CH";case 4:return"HS";case 255:return"ANY"}return"UNKNOWN_"+r};Oh.toClass=function(r){switch(r.toUpperCase()){case"IN":return 1;case"CS":return 2;case"CH":return 3;case"HS":return 4;case"ANY":return 255}return 0}});var Sw=le(Ph=>{"use strict";Ph.toString=function(r){switch(r){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 r<0?null:`OPTION_${r}`};Ph.toCode=function(r){if(typeof r=="number")return r;if(!r)return-1;switch(r.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=r.match(/_(\d+)$/);return e?parseInt(e[1],10):-1}});var kw=le((Bw,Fh)=>{var Iw=function(r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.decode=d,r.encode=l,r.familyOf=u,r.name=void 0,r.sizeOf=c,r.v6=r.v4=void 0;let e=/^(\d{1,3}\.){3,3}\d{1,3}$/,t=4,n=/^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i,i=16,o={name:"v4",size:t,isFormat:p=>e.test(p),encode(p,f,h){h=~~h,f=f||new Uint8Array(h+t);let m=p.length,y=0;for(let g=0;g<m;){let E=p.charCodeAt(g++);E===46?(f[h++]=y,y=0):y=y*10+(E-48)}return f[h]=y,f},decode(p,f){return f=~~f,`${p[f++]}.${p[f++]}.${p[f++]}.${p[f]}`}};r.v4=o;let s={name:"v6",size:i,isFormat:p=>p.length>0&&n.test(p),encode(p,f,h){h=~~h;let m=h+i,y=-1,g=0,E=0,x=!0,_=!1;f=f||new Uint8Array(h+i);for(let S=0;S<p.length;S++){let A=p.charCodeAt(S);A===58?(x?y!==-1?(h<m&&(f[h]=0),h<m-1&&(f[h+1]=0),h+=2):h<m&&(y=h):(_===!0?(h<m&&(f[h]=E),h++):(h<m&&(f[h]=g>>8),h<m-1&&(f[h+1]=g&255),h+=2),g=0,E=0),x=!0,_=!1):A===46?(h<m&&(f[h]=E),h++,E=0,g=0,x=!1,_=!0):(x=!1,A>=97?A-=87:A>=65?A-=55:(A-=48,E=E*10+A),g=(g<<4)+A)}if(x===!1)_===!0?(h<m&&(f[h]=E),h++):(h<m&&(f[h]=g>>8),h<m-1&&(f[h+1]=g&255),h+=2);else if(y===0)h<m&&(f[h]=0),h<m-1&&(f[h+1]=0),h+=2;else if(y!==-1){h+=2;for(let S=Math.min(h-1,m-1);S>=y+2;S--)f[S]=f[S-2];f[y]=0,f[y+1]=0,y=h}if(y!==h&&y!==-1)for(h>m-2&&(h=m-2);m>y;)f[--m]=h<m&&h>y?f[--h]:0;else for(;h<m;)f[h++]=0;return f},decode(p,f){f=~~f;let h="";for(let m=0;m<i;m+=2)m!==0&&(h+=":"),h+=(p[f+m]<<8|p[f+m+1]).toString(16);return h.replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}};r.v6=s;let a="ip";r.name=a;function c(p){if(o.isFormat(p))return o.size;if(s.isFormat(p))return s.size;throw Error(`Invalid ip address: ${p}`)}function u(p){return c(p)===o.size?1:2}function l(p,f,h){h=~~h;let m=c(p);return typeof f=="function"&&(f=f(h+m)),m===o.size?o.encode(p,f,h):s.encode(p,f,h)}function d(p,f,h){if(f=~~f,h=h||p.length-f,h===o.size)return o.decode(p,f,h);if(h===s.size)return s.decode(p,f,h);throw Error(`Invalid buffer size needs to be ${o.size} for v4 or ${s.size} for v6.`)}return"default"in r?r.default:r}({});typeof define=="function"&&define.amd?define([],function(){return Iw}):typeof Fh=="object"&&typeof Bw=="object"&&(Fh.exports=Iw)});var Nw=le(q=>{"use strict";var W=Ch().Buffer,En=bw(),cS=vw(),lS=Aw(),Ml=_w(),Vh=Sw(),Di=kw(),uS=0,Rw=32768,Mh=32768,dS=~Mh,Tw=32768,fS=~Tw,H=q.name={};H.encode=function(r,e,t,{mail:n=!1}={}){e||(e=W.alloc(H.encodingLength(r))),t||(t=0);let i=t,o=r.replace(/^\.|\.$/gm,"");if(o.length){let s=[];if(n){let a="";o.split(".").forEach(c=>{c.endsWith("\\")?a+=(a.length?".":"")+c.slice(0,-1):s.length===0&&a.length?s.push(a+"."+c):s.push(c)})}else s=o.split(".");for(let a=0;a<s.length;a++){let c=e.write(s[a],t+1);e[t]=c,t+=c+1}}return e[t++]=0,H.encode.bytes=t-i,e};H.encode.bytes=0;H.decode=function(r,e,{mail:t=!1}={}){e||(e=0);let n=[],i=e,o=0,s=0,a=!1;for(;;){if(e>=r.length)throw new Error("Cannot decode name (buffer overflow)");let c=r[e++];if(s+=a?0:1,c===0)break;if(c&192)if((c&192)===192){if(e+1>r.length)throw new Error("Cannot decode name (buffer overflow)");let u=r.readUInt16BE(e-1)-49152;if(u>=i)throw new Error("Cannot decode name (bad pointer)");e=u,i=u,s+=a?0:1,a=!0}else throw new Error("Cannot decode name (bad label)");else{if(e+c>r.length)throw new Error("Cannot decode name (buffer overflow)");if(o+=c+1,o>254)throw new Error("Cannot decode name (name too long)");let u=r.toString("utf-8",e,e+c);t&&(u=u.replace(/\./g,"\\.")),n.push(u),e+=c,s+=a?0:c}}return H.decode.bytes=s,n.length===0?".":n.join(".")};H.decode.bytes=0;H.encodingLength=function(r){return r==="."||r===".."?1:W.byteLength(r.replace(/^\.|\.$/gm,""))+2};var te={};te.encode=function(r,e,t){e||(e=W.alloc(te.encodingLength(r))),t||(t=0);let n=e.write(r,t+1);return e[t]=n,te.encode.bytes=n+1,e};te.encode.bytes=0;te.decode=function(r,e){e||(e=0);let t=r[e],n=r.toString("utf-8",e+1,e+1+t);return te.decode.bytes=t+1,n};te.decode.bytes=0;te.encodingLength=function(r){return W.byteLength(r)+1};var ur={};ur.encode=function(r,e,t){e||(e=ur.encodingLength(r)),t||(t=0);let n=(r.flags||0)&32767,i=r.type==="response"?Rw:uS;return e.writeUInt16BE(r.id||0,t),e.writeUInt16BE(n|i,t+2),e.writeUInt16BE(r.questions.length,t+4),e.writeUInt16BE(r.answers.length,t+6),e.writeUInt16BE(r.authorities.length,t+8),e.writeUInt16BE(r.additionals.length,t+10),e};ur.encode.bytes=12;ur.decode=function(r,e){if(e||(e=0),r.length<12)throw new Error("Header must be 12 bytes");let t=r.readUInt16BE(e+2);return{id:r.readUInt16BE(e),type:t&Rw?"response":"query",flags:t&32767,flag_qr:(t>>15&1)===1,opcode:lS.toString(t>>11&15),flag_aa:(t>>10&1)===1,flag_tc:(t>>9&1)===1,flag_rd:(t>>8&1)===1,flag_ra:(t>>7&1)===1,flag_z:(t>>6&1)===1,flag_ad:(t>>5&1)===1,flag_cd:(t>>4&1)===1,rcode:cS.toString(t&15),questions:new Array(r.readUInt16BE(e+4)),answers:new Array(r.readUInt16BE(e+6)),authorities:new Array(r.readUInt16BE(e+8)),additionals:new Array(r.readUInt16BE(e+10))}};ur.decode.bytes=12;ur.encodingLength=function(){return 12};var un=q.unknown={};un.encode=function(r,e,t){return e||(e=W.alloc(un.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.length,t),r.copy(e,t+2),un.encode.bytes=r.length+2,e};un.encode.bytes=0;un.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=r.slice(e+2,e+2+t);return un.decode.bytes=t+2,n};un.decode.bytes=0;un.encodingLength=function(r){return r.length+2};var dn=q.ns={};dn.encode=function(r,e,t){return e||(e=W.alloc(dn.encodingLength(r))),t||(t=0),H.encode(r,e,t+2),e.writeUInt16BE(H.encode.bytes,t),dn.encode.bytes=H.encode.bytes+2,e};dn.encode.bytes=0;dn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=H.decode(r,e+2);return dn.decode.bytes=t+2,n};dn.decode.bytes=0;dn.encodingLength=function(r){return H.encodingLength(r)+2};var fn=q.soa={};fn.encode=function(r,e,t){e||(e=W.alloc(fn.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.mname,e,t),t+=H.encode.bytes,H.encode(r.rname,e,t,{mail:!0}),t+=H.encode.bytes,e.writeUInt32BE(r.serial||0,t),t+=4,e.writeUInt32BE(r.refresh||0,t),t+=4,e.writeUInt32BE(r.retry||0,t),t+=4,e.writeUInt32BE(r.expire||0,t),t+=4,e.writeUInt32BE(r.minimum||0,t),t+=4,e.writeUInt16BE(t-n-2,n),fn.encode.bytes=t-n,e};fn.encode.bytes=0;fn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mname=H.decode(r,e),e+=H.decode.bytes,n.rname=H.decode(r,e,{mail:!0}),e+=H.decode.bytes,n.serial=r.readUInt32BE(e),e+=4,n.refresh=r.readUInt32BE(e),e+=4,n.retry=r.readUInt32BE(e),e+=4,n.expire=r.readUInt32BE(e),e+=4,n.minimum=r.readUInt32BE(e),e+=4,fn.decode.bytes=e-t,n};fn.decode.bytes=0;fn.encodingLength=function(r){return 22+H.encodingLength(r.mname)+H.encodingLength(r.rname)};var hn=q.txt={};hn.encode=function(r,e,t){Array.isArray(r)||(r=[r]);for(let i=0;i<r.length;i++)if(typeof r[i]=="string"&&(r[i]=W.from(r[i])),!W.isBuffer(r[i]))throw new Error("Must be a Buffer");e||(e=W.alloc(hn.encodingLength(r))),t||(t=0);let n=t;return t+=2,r.forEach(function(i){e[t++]=i.length,i.copy(e,t,0,i.length),t+=i.length}),e.writeUInt16BE(t-n-2,n),hn.encode.bytes=t-n,e};hn.encode.bytes=0;hn.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=[];for(;n>0;){let o=r[e++];if(--n,n<o)throw new Error("Buffer overflow");i.push(r.slice(e,e+o)),e+=o,n-=o}return hn.decode.bytes=e-t,i};hn.decode.bytes=0;hn.encodingLength=function(r){Array.isArray(r)||(r=[r]);let e=2;return r.forEach(function(t){typeof t=="string"?e+=W.byteLength(t)+1:e+=t.length+1}),e};var pn=q.null={};pn.encode=function(r,e,t){e||(e=W.alloc(pn.encodingLength(r))),t||(t=0),typeof r=="string"&&(r=W.from(r)),r||(r=W.alloc(0));let n=t;t+=2;let i=r.length;return r.copy(e,t,0,i),t+=i,e.writeUInt16BE(t-n-2,n),pn.encode.bytes=t-n,e};pn.encode.bytes=0;pn.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=r.slice(e,e+n);return e+=n,pn.decode.bytes=e-t,i};pn.decode.bytes=0;pn.encodingLength=function(r){return r?(W.isBuffer(r)?r.length:W.byteLength(r))+2:2};var mn=q.hinfo={};mn.encode=function(r,e,t){e||(e=W.alloc(mn.encodingLength(r))),t||(t=0);let n=t;return t+=2,te.encode(r.cpu,e,t),t+=te.encode.bytes,te.encode(r.os,e,t),t+=te.encode.bytes,e.writeUInt16BE(t-n-2,n),mn.encode.bytes=t-n,e};mn.encode.bytes=0;mn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.cpu=te.decode(r,e),e+=te.decode.bytes,n.os=te.decode(r,e),e+=te.decode.bytes,mn.decode.bytes=e-t,n};mn.decode.bytes=0;mn.encodingLength=function(r){return te.encodingLength(r.cpu)+te.encodingLength(r.os)+2};var cr=q.ptr={},hS=q.cname=cr,pS=q.dname=cr;cr.encode=function(r,e,t){return e||(e=W.alloc(cr.encodingLength(r))),t||(t=0),H.encode(r,e,t+2),e.writeUInt16BE(H.encode.bytes,t),cr.encode.bytes=H.encode.bytes+2,e};cr.encode.bytes=0;cr.decode=function(r,e){e||(e=0);let t=H.decode(r,e+2);return cr.decode.bytes=H.decode.bytes+2,t};cr.decode.bytes=0;cr.encodingLength=function(r){return H.encodingLength(r)+2};var yn=q.srv={};yn.encode=function(r,e,t){e||(e=W.alloc(yn.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.priority||0,t+2),e.writeUInt16BE(r.weight||0,t+4),e.writeUInt16BE(r.port||0,t+6),H.encode(r.target,e,t+8);let n=H.encode.bytes+6;return e.writeUInt16BE(n,t),yn.encode.bytes=n+2,e};yn.encode.bytes=0;yn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n={};return n.priority=r.readUInt16BE(e+2),n.weight=r.readUInt16BE(e+4),n.port=r.readUInt16BE(e+6),n.target=H.decode(r,e+8),yn.decode.bytes=t+2,n};yn.decode.bytes=0;yn.encodingLength=function(r){return 8+H.encodingLength(r.target)};var Ct=q.caa={};Ct.ISSUER_CRITICAL=128;Ct.encode=function(r,e,t){let n=Ct.encodingLength(r);return e||(e=W.alloc(Ct.encodingLength(r))),t||(t=0),r.issuerCritical&&(r.flags=Ct.ISSUER_CRITICAL),e.writeUInt16BE(n-2,t),t+=2,e.writeUInt8(r.flags||0,t),t+=1,te.encode(r.tag,e,t),t+=te.encode.bytes,e.write(r.value,t),t+=W.byteLength(r.value),Ct.encode.bytes=n,e};Ct.encode.bytes=0;Ct.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e);e+=2;let n=e,i={};return i.flags=r.readUInt8(e),e+=1,i.tag=te.decode(r,e),e+=te.decode.bytes,i.value=r.toString("utf-8",e,n+t),i.issuerCritical=!!(i.flags&Ct.ISSUER_CRITICAL),Ct.decode.bytes=t+2,i};Ct.decode.bytes=0;Ct.encodingLength=function(r){return te.encodingLength(r.tag)+te.encodingLength(r.value)+2};var ri=q.mx={};ri.encode=function(r,e,t){e||(e=W.alloc(ri.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,H.encode(r.exchange,e,t),t+=H.encode.bytes,e.writeUInt16BE(t-n-2,n),ri.encode.bytes=t-n,e};ri.encode.bytes=0;ri.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.preference=r.readUInt16BE(e),e+=2,n.exchange=H.decode(r,e),e+=H.decode.bytes,ri.decode.bytes=e-t,n};ri.encodingLength=function(r){return 4+H.encodingLength(r.exchange)};var gn=q.a={};gn.encode=function(r,e,t){return e||(e=W.alloc(gn.encodingLength(r))),t||(t=0),e.writeUInt16BE(4,t),t+=2,Di.v4.encode(r,e,t),gn.encode.bytes=6,e};gn.encode.bytes=0;gn.decode=function(r,e){e||(e=0),e+=2;let t=Di.v4.decode(r,e);return gn.decode.bytes=6,t};gn.decode.bytes=0;gn.encodingLength=function(){return 6};var wn=q.aaaa={};wn.encode=function(r,e,t){return e||(e=W.alloc(wn.encodingLength(r))),t||(t=0),e.writeUInt16BE(16,t),t+=2,Di.v6.encode(r,e,t),wn.encode.bytes=18,e};wn.encode.bytes=0;wn.decode=function(r,e){e||(e=0),e+=2;let t=Di.v6.decode(r,e);return wn.decode.bytes=18,t};wn.decode.bytes=0;wn.encodingLength=function(){return 18};var vt=q.option={};vt.encode=function(r,e,t){e||(e=W.alloc(vt.encodingLength(r))),t||(t=0);let n=t,i=Vh.toCode(r.code);if(e.writeUInt16BE(i,t),t+=2,r.data)e.writeUInt16BE(r.data.length,t),t+=2,r.data.copy(e,t),t+=r.data.length;else switch(i){case 8:let o=r.sourcePrefixLength||0,s=r.family||Di.familyOf(r.ip),a=Di.encode(r.ip,W.alloc),c=Math.ceil(o/8);e.writeUInt16BE(c+4,t),t+=2,e.writeUInt16BE(s,t),t+=2,e.writeUInt8(o,t++),e.writeUInt8(r.scopePrefixLength||0,t++),a.copy(e,t,0,c),t+=c;break;case 11:r.timeout?(e.writeUInt16BE(2,t),t+=2,e.writeUInt16BE(r.timeout,t),t+=2):(e.writeUInt16BE(0,t),t+=2);break;case 12:let u=r.length||0;e.writeUInt16BE(u,t),t+=2,e.fill(0,t,t+u),t+=u;break;case 14:let l=r.tags.length*2;e.writeUInt16BE(l,t),t+=2;for(let d of r.tags)e.writeUInt16BE(d,t),t+=2;break;default:throw new Error(`Unknown roption code: ${r.code}`)}return vt.encode.bytes=t-n,e};vt.encode.bytes=0;vt.decode=function(r,e){e||(e=0);let t={};t.code=r.readUInt16BE(e),t.type=Vh.toString(t.code),e+=2;let n=r.readUInt16BE(e);switch(e+=2,t.data=r.slice(e,e+n),t.code){case 8:t.family=r.readUInt16BE(e),e+=2,t.sourcePrefixLength=r.readUInt8(e++),t.scopePrefixLength=r.readUInt8(e++);let i=W.alloc(t.family===1?4:16);r.copy(i,0,e,e+n-4),t.ip=Di.decode(i);break;case 11:n>0&&(t.timeout=r.readUInt16BE(e),e+=2);break;case 14:t.tags=[];for(let o=0;o<n;o+=2)t.tags.push(r.readUInt16BE(e)),e+=2}return vt.decode.bytes=n+4,t};vt.decode.bytes=0;vt.encodingLength=function(r){if(r.data)return r.data.length+4;switch(Vh.toCode(r.code)){case 8:let t=r.sourcePrefixLength||0;return Math.ceil(t/8)+8;case 11:return typeof r.timeout=="number"?6:4;case 12:return r.length+4;case 14:return 4+r.tags.length*2}throw new Error(`Unknown roption code: ${r.code}`)};var Ut=q.opt={};Ut.encode=function(r,e,t){e||(e=W.alloc(Ut.encodingLength(r))),t||(t=0);let n=t,i=Vo(r,vt);return e.writeUInt16BE(i,t),t=oa(r,vt,e,t+2),Ut.encode.bytes=t-n,e};Ut.encode.bytes=0;Ut.decode=function(r,e){e||(e=0);let t=e,n=[],i=r.readUInt16BE(e);e+=2;let o=0;for(;i>0;)n[o++]=vt.decode(r,e),e+=vt.decode.bytes,i-=vt.decode.bytes;return Ut.decode.bytes=e-t,n};Ut.decode.bytes=0;Ut.encodingLength=function(r){return 2+Vo(r||[],vt)};var ft=q.dnskey={};ft.PROTOCOL_DNSSEC=3;ft.ZONE_KEY=128;ft.SECURE_ENTRYPOINT=32768;ft.encode=function(r,e,t){e||(e=W.alloc(ft.encodingLength(r))),t||(t=0);let n=t,i=r.key;if(!W.isBuffer(i))throw new Error("Key must be a Buffer");return t+=2,e.writeUInt16BE(r.flags,t),t+=2,e.writeUInt8(ft.PROTOCOL_DNSSEC,t),t+=1,e.writeUInt8(r.algorithm,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,ft.encode.bytes=t-n,e.writeUInt16BE(ft.encode.bytes-2,n),e};ft.encode.bytes=0;ft.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);if(e+=2,n.flags=r.readUInt16BE(e),e+=2,r.readUInt8(e)!==ft.PROTOCOL_DNSSEC)throw new Error("Protocol must be 3");return e+=1,n.algorithm=r.readUInt8(e),e+=1,n.key=r.slice(e,t+i+2),e+=n.key.length,ft.decode.bytes=e-t,n};ft.decode.bytes=0;ft.encodingLength=function(r){return 6+W.byteLength(r.key)};var kr=q.rrsig={};kr.encode=function(r,e,t){e||(e=W.alloc(kr.encodingLength(r))),t||(t=0);let n=t,i=r.signature;if(!W.isBuffer(i))throw new Error("Signature must be a Buffer");return t+=2,e.writeUInt16BE(En.toType(r.typeCovered),t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.labels,t),t+=1,e.writeUInt32BE(r.originalTTL,t),t+=4,e.writeUInt32BE(r.expiration,t),t+=4,e.writeUInt32BE(r.inception,t),t+=4,e.writeUInt16BE(r.keyTag,t),t+=2,H.encode(r.signersName,e,t),t+=H.encode.bytes,i.copy(e,t,0,i.length),t+=i.length,kr.encode.bytes=t-n,e.writeUInt16BE(kr.encode.bytes-2,n),e};kr.encode.bytes=0;kr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.typeCovered=En.toString(r.readUInt16BE(e)),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.labels=r.readUInt8(e),e+=1,n.originalTTL=r.readUInt32BE(e),e+=4,n.expiration=r.readUInt32BE(e),e+=4,n.inception=r.readUInt32BE(e),e+=4,n.keyTag=r.readUInt16BE(e),e+=2,n.signersName=H.decode(r,e),e+=H.decode.bytes,n.signature=r.slice(e,t+i+2),e+=n.signature.length,kr.decode.bytes=e-t,n};kr.decode.bytes=0;kr.encodingLength=function(r){return 20+H.encodingLength(r.signersName)+W.byteLength(r.signature)};var Rr=q.rp={};Rr.encode=function(r,e,t){e||(e=W.alloc(Rr.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.mbox||".",e,t,{mail:!0}),t+=H.encode.bytes,H.encode(r.txt||".",e,t),t+=H.encode.bytes,Rr.encode.bytes=t-n,e.writeUInt16BE(Rr.encode.bytes-2,n),e};Rr.encode.bytes=0;Rr.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mbox=H.decode(r,e,{mail:!0})||".",e+=H.decode.bytes,n.txt=H.decode(r,e)||".",e+=H.decode.bytes,Rr.decode.bytes=e-t,n};Rr.decode.bytes=0;Rr.encodingLength=function(r){return 2+H.encodingLength(r.mbox||".")+H.encodingLength(r.txt||".")};var $e={};$e.encode=function(r,e,t){e||(e=W.alloc($e.encodingLength(r))),t||(t=0);let n=t;for(var i=[],o=0;o<r.length;o++){var s=En.toType(r[o]);i[s>>8]===void 0&&(i[s>>8]=[]),i[s>>8][s>>3&31]|=1<<7-(s&7)}for(o=0;o<i.length;o++)if(i[o]!==void 0){var a=W.from(i[o]);e.writeUInt8(o,t),t+=1,e.writeUInt8(a.length,t),t+=1,a.copy(e,t),t+=a.length}return $e.encode.bytes=t-n,e};$e.encode.bytes=0;$e.decode=function(r,e,t){e||(e=0);let n=e;for(var i=[];e-n<t;){var o=r.readUInt8(e);e+=1;var s=r.readUInt8(e);e+=1;for(var a=0;a<s;a++)for(var c=r.readUInt8(e+a),u=0;u<8;u++)if(c&1<<7-u){var l=En.toString(o<<8|a<<3|u);i.push(l)}e+=s}return $e.decode.bytes=e-n,i};$e.decode.bytes=0;$e.encodingLength=function(r){for(var e=[],t=0;t<r.length;t++){var n=En.toType(r[t]);e[n>>8]=Math.max(e[n>>8]||0,n&255)}var i=0;for(t=0;t<e.length;t++)e[t]!==void 0&&(i+=2+Math.ceil((e[t]+1)/8));return i};var Tr=q.nsec={};Tr.encode=function(r,e,t){e||(e=W.alloc(Tr.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.nextDomain,e,t),t+=H.encode.bytes,$e.encode(r.rrtypes,e,t),t+=$e.encode.bytes,Tr.encode.bytes=t-n,e.writeUInt16BE(Tr.encode.bytes-2,n),e};Tr.encode.bytes=0;Tr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.nextDomain=H.decode(r,e),e+=H.decode.bytes,n.rrtypes=$e.decode(r,e,i-(e-t)),e+=$e.decode.bytes,Tr.decode.bytes=e-t,n};Tr.decode.bytes=0;Tr.encodingLength=function(r){return 2+H.encodingLength(r.nextDomain)+$e.encodingLength(r.rrtypes)};var Nr=q.nsec3={};Nr.encode=function(r,e,t){e||(e=W.alloc(Nr.encodingLength(r))),t||(t=0);let n=t,i=r.salt;if(!W.isBuffer(i))throw new Error("salt must be a Buffer");let o=r.nextDomain;if(!W.isBuffer(o))throw new Error("nextDomain must be a Buffer");return t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.flags,t),t+=1,e.writeUInt16BE(r.iterations,t),t+=2,e.writeUInt8(i.length,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,e.writeUInt8(o.length,t),t+=1,o.copy(e,t,0,o.length),t+=o.length,$e.encode(r.rrtypes,e,t),t+=$e.encode.bytes,Nr.encode.bytes=t-n,e.writeUInt16BE(Nr.encode.bytes-2,n),e};Nr.encode.bytes=0;Nr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);e+=2,n.algorithm=r.readUInt8(e),e+=1,n.flags=r.readUInt8(e),e+=1,n.iterations=r.readUInt16BE(e),e+=2;let o=r.readUInt8(e);e+=1,n.salt=r.slice(e,e+o),e+=o;let s=r.readUInt8(e);return e+=1,n.nextDomain=r.slice(e,e+s),e+=s,n.rrtypes=$e.decode(r,e,i-(e-t)),e+=$e.decode.bytes,Nr.decode.bytes=e-t,n};Nr.decode.bytes=0;Nr.encodingLength=function(r){return 8+r.salt.length+r.nextDomain.length+$e.encodingLength(r.rrtypes)};var Cr=q.ds={};Cr.encode=function(r,e,t){e||(e=W.alloc(Cr.encodingLength(r))),t||(t=0);let n=t,i=r.digest;if(!W.isBuffer(i))throw new Error("Digest must be a Buffer");return t+=2,e.writeUInt16BE(r.keyTag,t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.digestType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,Cr.encode.bytes=t-n,e.writeUInt16BE(Cr.encode.bytes-2,n),e};Cr.encode.bytes=0;Cr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.keyTag=r.readUInt16BE(e),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.digestType=r.readUInt8(e),e+=1,n.digest=r.slice(e,t+i+2),e+=n.digest.length,Cr.decode.bytes=e-t,n};Cr.decode.bytes=0;Cr.encodingLength=function(r){return 6+W.byteLength(r.digest)};var Lt=q.sshfp={};Lt.getFingerprintLengthForHashType=function(e){switch(e){case 1:return 20;case 2:return 32}};Lt.encode=function(e,t,n){t||(t=W.alloc(Lt.encodingLength(e))),n||(n=0);let i=n;n+=2,t[n]=e.algorithm,n+=1,t[n]=e.hash,n+=1;let o=W.from(e.fingerprint.toUpperCase(),"hex");if(o.length!==Lt.getFingerprintLengthForHashType(e.hash))throw new Error("Invalid fingerprint length");return o.copy(t,n),n+=o.byteLength,Lt.encode.bytes=n-i,t.writeUInt16BE(Lt.encode.bytes-2,i),t};Lt.encode.bytes=0;Lt.decode=function(e,t){t||(t=0);let n=t,i={};t+=2,i.algorithm=e[t],t+=1,i.hash=e[t],t+=1;let o=Lt.getFingerprintLengthForHashType(i.hash);return i.fingerprint=e.slice(t,t+o).toString("hex").toUpperCase(),t+=o,Lt.decode.bytes=t-n,i};Lt.decode.bytes=0;Lt.encodingLength=function(r){return 4+W.from(r.fingerprint,"hex").byteLength};var Lr=q.naptr={};Lr.encode=function(r,e,t){e||(e=W.alloc(Lr.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.order||0,t),t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,te.encode(r.flags,e,t),t+=te.encode.bytes,te.encode(r.services,e,t),t+=te.encode.bytes,te.encode(r.regexp,e,t),t+=te.encode.bytes,H.encode(r.replacement,e,t),t+=H.encode.bytes,Lr.encode.bytes=t-n,e.writeUInt16BE(Lr.encode.bytes-2,n),e};Lr.encode.bytes=0;Lr.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.order=r.readUInt16BE(e),e+=2,n.preference=r.readUInt16BE(e),e+=2,n.flags=te.decode(r,e),e+=te.decode.bytes,n.services=te.decode(r,e),e+=te.decode.bytes,n.regexp=te.decode(r,e),e+=te.decode.bytes,n.replacement=H.decode(r,e),e+=H.decode.bytes,Lr.decode.bytes=e-t,n};Lr.decode.bytes=0;Lr.encodingLength=function(r){return te.encodingLength(r.flags)+te.encodingLength(r.services)+te.encodingLength(r.regexp)+H.encodingLength(r.replacement)+6};var Ur=q.tlsa={};Ur.encode=function(r,e,t){e||(e=W.alloc(Ur.encodingLength(r))),t||(t=0);let n=t,i=r.certificate;if(!W.isBuffer(i))throw new Error("Certificate must be a Buffer");return t+=2,e.writeUInt8(r.usage,t),t+=1,e.writeUInt8(r.selector,t),t+=1,e.writeUInt8(r.matchingType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,Ur.encode.bytes=t-n,e.writeUInt16BE(Ur.encode.bytes-2,n),e};Ur.encode.bytes=0;Ur.decode=function(r,e){e||(e=0);let t=e,n={},i=r.readUInt16BE(e);return e+=2,n.usage=r.readUInt8(e),e+=1,n.selector=r.readUInt8(e),e+=1,n.matchingType=r.readUInt8(e),e+=1,n.certificate=r.slice(e,t+i+2),e+=n.certificate.length,Ur.decode.bytes=e-t,n};Ur.decode.bytes=0;Ur.encodingLength=function(r){return 5+W.byteLength(r.certificate)};var Hh=q.record=function(r){switch(r.toUpperCase()){case"A":return gn;case"PTR":return cr;case"CNAME":return hS;case"DNAME":return pS;case"TXT":return hn;case"NULL":return pn;case"AAAA":return wn;case"SRV":return yn;case"HINFO":return mn;case"CAA":return Ct;case"NS":return dn;case"SOA":return fn;case"MX":return ri;case"OPT":return Ut;case"DNSKEY":return ft;case"RRSIG":return kr;case"RP":return Rr;case"NSEC":return Tr;case"NSEC3":return Nr;case"SSHFP":return Lt;case"DS":return Cr;case"NAPTR":return Lr;case"TLSA":return Ur}return un},je=q.answer={};je.encode=function(r,e,t){e||(e=W.alloc(je.encodingLength(r))),t||(t=0);let n=t;if(H.encode(r.name,e,t),t+=H.encode.bytes,e.writeUInt16BE(En.toType(r.type),t),r.type.toUpperCase()==="OPT"){if(r.name!==".")throw new Error("OPT name must be root.");e.writeUInt16BE(r.udpPayloadSize||4096,t+2),e.writeUInt8(r.extendedRcode||0,t+4),e.writeUInt8(r.ednsVersion||0,t+5),e.writeUInt16BE(r.flags||0,t+6),t+=8,Ut.encode(r.options||[],e,t),t+=Ut.encode.bytes}else{let i=Ml.toClass(r.class===void 0?"IN":r.class);r.flush&&(i|=Mh),e.writeUInt16BE(i,t+2),e.writeUInt32BE(r.ttl||0,t+4),t+=8;let o=Hh(r.type);o.encode(r.data,e,t),t+=o.encode.bytes}return je.encode.bytes=t-n,e};je.encode.bytes=0;je.decode=function(r,e){e||(e=0);let t={},n=e;if(t.name=H.decode(r,e),e+=H.decode.bytes,t.type=En.toString(r.readUInt16BE(e)),t.type==="OPT")t.udpPayloadSize=r.readUInt16BE(e+2),t.extendedRcode=r.readUInt8(e+4),t.ednsVersion=r.readUInt8(e+5),t.flags=r.readUInt16BE(e+6),t.flag_do=(t.flags>>15&1)===1,t.options=Ut.decode(r,e+8),e+=8+Ut.decode.bytes;else{let i=r.readUInt16BE(e+2);t.ttl=r.readUInt32BE(e+4),t.class=Ml.toString(i&dS),t.flush=!!(i&Mh);let o=Hh(t.type);t.data=o.decode(r,e+8),e+=8+o.decode.bytes}return je.decode.bytes=e-n,t};je.decode.bytes=0;je.encodingLength=function(r){let e=r.data!==null&&r.data!==void 0?r.data:r.options;return H.encodingLength(r.name)+8+Hh(r.type).encodingLength(e)};var lr=q.question={};lr.encode=function(r,e,t){e||(e=W.alloc(lr.encodingLength(r))),t||(t=0);let n=t;return H.encode(r.name,e,t),t+=H.encode.bytes,e.writeUInt16BE(En.toType(r.type),t),t+=2,e.writeUInt16BE(Ml.toClass(r.class===void 0?"IN":r.class),t),t+=2,lr.encode.bytes=t-n,r};lr.encode.bytes=0;lr.decode=function(r,e){e||(e=0);let t=e,n={};return n.name=H.decode(r,e),e+=H.decode.bytes,n.type=En.toString(r.readUInt16BE(e)),e+=2,n.class=Ml.toString(r.readUInt16BE(e)),e+=2,!!(n.class&Tw)&&(n.class&=fS),lr.decode.bytes=e-t,n};lr.decode.bytes=0;lr.encodingLength=function(r){return H.encodingLength(r.name)+4};q.AUTHORITATIVE_ANSWER=1024;q.TRUNCATED_RESPONSE=512;q.RECURSION_DESIRED=256;q.RECURSION_AVAILABLE=128;q.AUTHENTIC_DATA=32;q.CHECKING_DISABLED=16;q.DNSSEC_OK=32768;q.encode=function(r,e,t){let n=!e;n&&(e=W.alloc(q.encodingLength(r))),t||(t=0);let i=t;return r.questions||(r.questions=[]),r.answers||(r.answers=[]),r.authorities||(r.authorities=[]),r.additionals||(r.additionals=[]),ur.encode(r,e,t),t+=ur.encode.bytes,t=oa(r.questions,lr,e,t),t=oa(r.answers,je,e,t),t=oa(r.authorities,je,e,t),t=oa(r.additionals,je,e,t),q.encode.bytes=t-i,n&&q.encode.bytes!==e.length?e.slice(0,q.encode.bytes):e};q.encode.bytes=0;q.decode=function(r,e){e||(e=0);let t=e,n=ur.decode(r,e);return e+=ur.decode.bytes,e=Vl(n.questions,lr,r,e),e=Vl(n.answers,je,r,e),e=Vl(n.authorities,je,r,e),e=Vl(n.additionals,je,r,e),q.decode.bytes=e-t,n};q.decode.bytes=0;q.encodingLength=function(r){return ur.encodingLength(r)+Vo(r.questions||[],lr)+Vo(r.answers||[],je)+Vo(r.authorities||[],je)+Vo(r.additionals||[],je)};q.streamEncode=function(r){let e=q.encode(r),t=W.alloc(2);t.writeUInt16BE(e.byteLength);let n=W.concat([t,e]);return q.streamEncode.bytes=n.byteLength,n};q.streamEncode.bytes=0;q.streamDecode=function(r){let e=r.readUInt16BE(0);if(r.byteLength<e+2)return null;let t=q.decode(r.slice(2));return q.streamDecode.bytes=q.decode.bytes,t};q.streamDecode.bytes=0;function Vo(r,e){let t=0;for(let n=0;n<r.length;n++)t+=e.encodingLength(r[n]);return t}function oa(r,e,t,n){for(let i=0;i<r.length;i++)e.encode(r[i],t,n),n+=e.encode.bytes;return n}function Vl(r,e,t,n){for(let i=0;i<r.length;i++)r[i]=e.decode(t,n),n+=e.decode.bytes;return n}});var $w=le((fa,zl)=>{(function(r,e){"use strict";var t={version:"3.0.0",x86:{},x64:{},inputValidation:!0};function n(f){if(!Array.isArray(f)&&!ArrayBuffer.isView(f))return!1;for(var h=0;h<f.length;h++)if(!Number.isInteger(f[h])||f[h]<0||f[h]>255)return!1;return!0}function i(f,h){return(f&65535)*h+(((f>>>16)*h&65535)<<16)}function o(f,h){return f<<h|f>>>32-h}function s(f){return f^=f>>>16,f=i(f,2246822507),f^=f>>>13,f=i(f,3266489909),f^=f>>>16,f}function a(f,h){f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535],h=[h[0]>>>16,h[0]&65535,h[1]>>>16,h[1]&65535];var m=[0,0,0,0];return m[3]+=f[3]+h[3],m[2]+=m[3]>>>16,m[3]&=65535,m[2]+=f[2]+h[2],m[1]+=m[2]>>>16,m[2]&=65535,m[1]+=f[1]+h[1],m[0]+=m[1]>>>16,m[1]&=65535,m[0]+=f[0]+h[0],m[0]&=65535,[m[0]<<16|m[1],m[2]<<16|m[3]]}function c(f,h){f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535],h=[h[0]>>>16,h[0]&65535,h[1]>>>16,h[1]&65535];var m=[0,0,0,0];return m[3]+=f[3]*h[3],m[2]+=m[3]>>>16,m[3]&=65535,m[2]+=f[2]*h[3],m[1]+=m[2]>>>16,m[2]&=65535,m[2]+=f[3]*h[2],m[1]+=m[2]>>>16,m[2]&=65535,m[1]+=f[1]*h[3],m[0]+=m[1]>>>16,m[1]&=65535,m[1]+=f[2]*h[2],m[0]+=m[1]>>>16,m[1]&=65535,m[1]+=f[3]*h[1],m[0]+=m[1]>>>16,m[1]&=65535,m[0]+=f[0]*h[3]+f[1]*h[2]+f[2]*h[1]+f[3]*h[0],m[0]&=65535,[m[0]<<16|m[1],m[2]<<16|m[3]]}function u(f,h){return h%=64,h===32?[f[1],f[0]]:h<32?[f[0]<<h|f[1]>>>32-h,f[1]<<h|f[0]>>>32-h]:(h-=32,[f[1]<<h|f[0]>>>32-h,f[0]<<h|f[1]>>>32-h])}function l(f,h){return h%=64,h===0?f:h<32?[f[0]<<h|f[1]>>>32-h,f[1]<<h]:[f[1]<<h-32,0]}function d(f,h){return[f[0]^h[0],f[1]^h[1]]}function p(f){return f=d(f,[0,f[0]>>>1]),f=c(f,[4283543511,3981806797]),f=d(f,[0,f[0]>>>1]),f=c(f,[3301882366,444984403]),f=d(f,[0,f[0]>>>1]),f}t.x86.hash32=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var m=f.length%4,y=f.length-m,g=h,E=0,x=3432918353,_=461845907,S=0;S<y;S=S+4)E=f[S]|f[S+1]<<8|f[S+2]<<16|f[S+3]<<24,E=i(E,x),E=o(E,15),E=i(E,_),g^=E,g=o(g,13),g=i(g,5)+3864292196;switch(E=0,m){case 3:E^=f[S+2]<<16;case 2:E^=f[S+1]<<8;case 1:E^=f[S],E=i(E,x),E=o(E,15),E=i(E,_),g^=E}return g^=f.length,g=s(g),g>>>0},t.x86.hash128=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var m=f.length%16,y=f.length-m,g=h,E=h,x=h,_=h,S=0,A=0,v=0,b=0,T=597399067,C=2869860233,N=951274213,$=2716044179,D=0;D<y;D=D+16)S=f[D]|f[D+1]<<8|f[D+2]<<16|f[D+3]<<24,A=f[D+4]|f[D+5]<<8|f[D+6]<<16|f[D+7]<<24,v=f[D+8]|f[D+9]<<8|f[D+10]<<16|f[D+11]<<24,b=f[D+12]|f[D+13]<<8|f[D+14]<<16|f[D+15]<<24,S=i(S,T),S=o(S,15),S=i(S,C),g^=S,g=o(g,19),g+=E,g=i(g,5)+1444728091,A=i(A,C),A=o(A,16),A=i(A,N),E^=A,E=o(E,17),E+=x,E=i(E,5)+197830471,v=i(v,N),v=o(v,17),v=i(v,$),x^=v,x=o(x,15),x+=_,x=i(x,5)+2530024501,b=i(b,$),b=o(b,18),b=i(b,T),_^=b,_=o(_,13),_+=g,_=i(_,5)+850148119;switch(S=0,A=0,v=0,b=0,m){case 15:b^=f[D+14]<<16;case 14:b^=f[D+13]<<8;case 13:b^=f[D+12],b=i(b,$),b=o(b,18),b=i(b,T),_^=b;case 12:v^=f[D+11]<<24;case 11:v^=f[D+10]<<16;case 10:v^=f[D+9]<<8;case 9:v^=f[D+8],v=i(v,N),v=o(v,17),v=i(v,$),x^=v;case 8:A^=f[D+7]<<24;case 7:A^=f[D+6]<<16;case 6:A^=f[D+5]<<8;case 5:A^=f[D+4],A=i(A,C),A=o(A,16),A=i(A,N),E^=A;case 4:S^=f[D+3]<<24;case 3:S^=f[D+2]<<16;case 2:S^=f[D+1]<<8;case 1:S^=f[D],S=i(S,T),S=o(S,15),S=i(S,C),g^=S}return g^=f.length,E^=f.length,x^=f.length,_^=f.length,g+=E,g+=x,g+=_,E+=g,x+=g,_+=g,g=s(g),E=s(E),x=s(x),_=s(_),g+=E,g+=x,g+=_,E+=g,x+=g,_+=g,("00000000"+(g>>>0).toString(16)).slice(-8)+("00000000"+(E>>>0).toString(16)).slice(-8)+("00000000"+(x>>>0).toString(16)).slice(-8)+("00000000"+(_>>>0).toString(16)).slice(-8)},t.x64.hash128=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var m=f.length%16,y=f.length-m,g=[0,h],E=[0,h],x=[0,0],_=[0,0],S=[2277735313,289559509],A=[1291169091,658871167],v=0;v<y;v=v+16)x=[f[v+4]|f[v+5]<<8|f[v+6]<<16|f[v+7]<<24,f[v]|f[v+1]<<8|f[v+2]<<16|f[v+3]<<24],_=[f[v+12]|f[v+13]<<8|f[v+14]<<16|f[v+15]<<24,f[v+8]|f[v+9]<<8|f[v+10]<<16|f[v+11]<<24],x=c(x,S),x=u(x,31),x=c(x,A),g=d(g,x),g=u(g,27),g=a(g,E),g=a(c(g,[0,5]),[0,1390208809]),_=c(_,A),_=u(_,33),_=c(_,S),E=d(E,_),E=u(E,31),E=a(E,g),E=a(c(E,[0,5]),[0,944331445]);switch(x=[0,0],_=[0,0],m){case 15:_=d(_,l([0,f[v+14]],48));case 14:_=d(_,l([0,f[v+13]],40));case 13:_=d(_,l([0,f[v+12]],32));case 12:_=d(_,l([0,f[v+11]],24));case 11:_=d(_,l([0,f[v+10]],16));case 10:_=d(_,l([0,f[v+9]],8));case 9:_=d(_,[0,f[v+8]]),_=c(_,A),_=u(_,33),_=c(_,S),E=d(E,_);case 8:x=d(x,l([0,f[v+7]],56));case 7:x=d(x,l([0,f[v+6]],48));case 6:x=d(x,l([0,f[v+5]],40));case 5:x=d(x,l([0,f[v+4]],32));case 4:x=d(x,l([0,f[v+3]],24));case 3:x=d(x,l([0,f[v+2]],16));case 2:x=d(x,l([0,f[v+1]],8));case 1:x=d(x,[0,f[v]]),x=c(x,S),x=u(x,31),x=c(x,A),g=d(g,x)}return g=d(g,[0,f.length]),E=d(E,[0,f.length]),g=a(g,E),E=a(E,g),g=p(g),E=p(E),g=a(g,E),E=a(E,g),("00000000"+(g[0]>>>0).toString(16)).slice(-8)+("00000000"+(g[1]>>>0).toString(16)).slice(-8)+("00000000"+(E[0]>>>0).toString(16)).slice(-8)+("00000000"+(E[1]>>>0).toString(16)).slice(-8)},typeof fa<"u"?(typeof zl<"u"&&zl.exports&&(fa=zl.exports=t),fa.murmurHash3=t):typeof define=="function"&&define.amd?define([],function(){return t}):(t._murmurHash3=r.murmurHash3,t.noConflict=function(){return r.murmurHash3=t._murmurHash3,t._murmurHash3=e,t.noConflict=e,t},r.murmurHash3=t)})(fa)});var Kw=le((F9,zw)=>{zw.exports=$w()});var Gl=le((G9,qw)=>{"use strict";qw.exports=class{constructor(){this._bitArrays=[],this._data=[],this._length=0,this._changedLength=!1,this._changedData=!1}set(e,t){let n=this._internalPositionFor(e,!1);if(t===void 0)n!==-1&&(this._unsetInternalPos(n),this._unsetBit(e),this._changedLength=!0,this._changedData=!0);else{let i=!1;n===-1?(n=this._data.length,this._setBit(e),this._changedData=!0):i=!0,this._setInternalPos(n,e,t,i),this._changedLength=!0}}unset(e){this.set(e,void 0)}get(e){this._sortData();let t=this._internalPositionFor(e,!0);if(t!==-1)return this._data[t][1]}push(e){return this.set(this.length,e),this.length}get length(){if(this._sortData(),this._changedLength){let e=this._data[this._data.length-1];this._length=e?e[0]+1:0,this._changedLength=!1}return this._length}forEach(e){let t=0;for(;t<this.length;)e(this.get(t),t,this),t++}map(e){let t=0,n=new Array(this.length);for(;t<this.length;)n[t]=e(this.get(t),t,this),t++;return n}reduce(e,t){let n=0,i=t;for(;n<this.length;){let o=this.get(n);i=e(i,o,n),n++}return i}find(e){let t=0,n,i;for(;t<this.length&&!n;)i=this.get(t),n=e(i),t++;return n?i:void 0}_internalPositionFor(e,t){let n=this._bytePosFor(e,t);if(n>=this._bitArrays.length)return-1;let i=this._bitArrays[n],o=e-n*7;if(!((i&1<<o)>0))return-1;let a=this._bitArrays.slice(0,n).reduce(TS,0),c=~(4294967295<<o+1),u=Gw(i&c);return a+u-1}_bytePosFor(e,t){let n=Math.floor(e/7),i=n+1;for(;!t&&this._bitArrays.length<i;)this._bitArrays.push(0);return n}_setBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]|=1<<e-t*7}_unsetBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]&=~(1<<e-t*7)}_setInternalPos(e,t,n,i){let o=this._data,s=[t,n];if(i)this._sortData(),o[e]=s;else{if(o.length)if(o[o.length-1][0]>=t)o.push(s);else if(o[0][0]<=t)o.unshift(s);else{let a=Math.round(o.length/2);this._data=o.slice(0,a).concat(s).concat(o.slice(a))}else this._data.push(s);this._changedData=!0,this._changedLength=!0}}_unsetInternalPos(e){this._data.splice(e,1)}_sortData(){this._changedData&&this._data.sort(NS),this._changedData=!1}bitField(){let e=[],t=8,n=0,i=0,o,s=this._bitArrays.slice();for(;s.length||n;){n===0&&(o=s.shift(),n=7);let c=Math.min(n,t),u=~(255<<c),l=o&u;i|=l<<8-t,o=o>>>c,n-=c,t-=c,(!t||!n&&!s.length)&&(e.push(i),i=0,t=8)}for(var a=e.length-1;a>0&&e[a]===0;a--)e.pop();return e}compactArray(){return this._sortData(),this._data.map(CS)}};function TS(r,e){return r+Gw(e)}function Gw(r){let e=r;return e=e-(e>>1&1431655765),e=(e&858993459)+(e>>2&858993459),(e+(e>>4)&252645135)*16843009>>24}function NS(r,e){return r[0]-e[0]}function CS(r){return r[1]}});var a2=le((IV,s2)=>{var jh=class{constructor(e,t=12,n=8*1024,i=32*1024,o=64,s){this.bits=t,this.min=n,this.max=i,this.asModule=e,this.rabin=new e.Rabin(t,n,i,o,s),this.polynomial=s}fingerprint(e){let{__retain:t,__release:n,__allocArray:i,__getInt32Array:o,Int32Array_ID:s,Uint8Array_ID:a}=this.asModule,c=new Int32Array(Math.ceil(e.length/this.min)),u=t(i(s,c)),l=t(i(a,e)),d=this.rabin.fingerprint(l,u),p=o(d);n(l),n(u);let f=p.indexOf(0);return f>=0?p.subarray(0,f):p}};s2.exports=jh});var h2=le(ma=>{"use strict";var GS=typeof BigUint64Array<"u",ha=Symbol(),pa=1024;function c2(r,e){let t=new Uint32Array(r),n=new Uint16Array(r);var i=t[e+-4>>>2]>>>1,o=e>>>1;if(i<=pa)return String.fromCharCode.apply(String,n.subarray(o,o+i));let s=[];do{let a=n[o+pa-1],c=a>=55296&&a<56320?pa-1:pa;s.push(String.fromCharCode.apply(String,n.subarray(o,o+=c))),i-=c}while(i>pa);return s.join("")+String.fromCharCode.apply(String,n.subarray(o,o+i))}function Xh(r){let e={};function t(i,o){return i?c2(i.buffer,o):"<yet unknown>"}let n=r.env=r.env||{};return n.abort=n.abort||function(o,s,a,c){let u=e.memory||n.memory;throw Error("abort: "+t(u,o)+" at "+t(u,s)+":"+a+":"+c)},n.trace=n.trace||function(o,s){let a=e.memory||n.memory;console.log("trace: "+t(a,o)+(s?" ":"")+Array.prototype.slice.call(arguments,2,2+s).join(", "))},r.Math=r.Math||Math,r.Date=r.Date||Date,e}function Zh(r,e){let t=e.exports,n=t.memory,i=t.table,o=t.__alloc,s=t.__retain,a=t.__rtti_base||-1;function c(A){let v=new Uint32Array(n.buffer),b=v[a>>>2];if((A>>>=0)>=b)throw Error("invalid id: "+A);return v[(a+4>>>2)+A*2]}function u(A){let v=new Uint32Array(n.buffer),b=v[a>>>2];if((A>>>=0)>=b)throw Error("invalid id: "+A);return v[(a+4>>>2)+A*2+1]}function l(A){return 31-Math.clz32(A>>>5&31)}function d(A){return 31-Math.clz32(A>>>14&31)}function p(A){let v=A.length,b=o(v<<1,1),T=new Uint16Array(n.buffer);for(var C=0,N=b>>>1;C<v;++C)T[N+C]=A.charCodeAt(C);return b}r.__allocString=p;function f(A){let v=n.buffer;if(new Uint32Array(v)[A+-8>>>2]!==1)throw Error("not a string: "+A);return c2(v,A)}r.__getString=f;function h(A,v,b){let T=n.buffer;if(b)switch(A){case 2:return new Float32Array(T);case 3:return new Float64Array(T)}else switch(A){case 0:return new(v?Int8Array:Uint8Array)(T);case 1:return new(v?Int16Array:Uint16Array)(T);case 2:return new(v?Int32Array:Uint32Array)(T);case 3:return new(v?BigInt64Array:BigUint64Array)(T)}throw Error("unsupported align: "+A)}function m(A,v){let b=c(A);if(!(b&3))throw Error("not an array: "+A+" @ "+b);let T=l(b),C=v.length,N=o(C<<T,0),$=o(b&2?16:12,A),D=new Uint32Array(n.buffer);D[$+0>>>2]=s(N),D[$+4>>>2]=N,D[$+8>>>2]=C<<T,b&2&&(D[$+12>>>2]=C);let ne=h(T,b&1024,b&2048);if(b&8192)for(let B=0;B<C;++B)ne[(N>>>T)+B]=s(v[B]);else ne.set(v,N>>>T);return $}r.__allocArray=m;function y(A){let v=new Uint32Array(n.buffer),b=v[A+-8>>>2],T=c(b);if(!(T&1))throw Error("not an array: "+b);let C=l(T);var N=v[A+4>>>2];let $=T&2?v[A+12>>>2]:v[N+-4>>>2]>>>C;return h(C,T&1024,T&2048).subarray(N>>>=C,N+$)}r.__getArrayView=y;function g(A){let v=y(A),b=v.length,T=new Array(b);for(let C=0;C<b;C++)T[C]=v[C];return T}r.__getArray=g;function E(A){let v=n.buffer,b=new Uint32Array(v)[A+-4>>>2];return v.slice(A,A+b)}r.__getArrayBuffer=E;function x(A,v,b){return new A(_(A,v,b))}function _(A,v,b){let T=n.buffer,C=new Uint32Array(T),N=C[b+4>>>2];return new A(T,N,C[N+-4>>>2]>>>v)}r.__getInt8Array=x.bind(null,Int8Array,0),r.__getInt8ArrayView=_.bind(null,Int8Array,0),r.__getUint8Array=x.bind(null,Uint8Array,0),r.__getUint8ArrayView=_.bind(null,Uint8Array,0),r.__getUint8ClampedArray=x.bind(null,Uint8ClampedArray,0),r.__getUint8ClampedArrayView=_.bind(null,Uint8ClampedArray,0),r.__getInt16Array=x.bind(null,Int16Array,1),r.__getInt16ArrayView=_.bind(null,Int16Array,1),r.__getUint16Array=x.bind(null,Uint16Array,1),r.__getUint16ArrayView=_.bind(null,Uint16Array,1),r.__getInt32Array=x.bind(null,Int32Array,2),r.__getInt32ArrayView=_.bind(null,Int32Array,2),r.__getUint32Array=x.bind(null,Uint32Array,2),r.__getUint32ArrayView=_.bind(null,Uint32Array,2),GS&&(r.__getInt64Array=x.bind(null,BigInt64Array,3),r.__getInt64ArrayView=_.bind(null,BigInt64Array,3),r.__getUint64Array=x.bind(null,BigUint64Array,3),r.__getUint64ArrayView=_.bind(null,BigUint64Array,3)),r.__getFloat32Array=x.bind(null,Float32Array,2),r.__getFloat32ArrayView=_.bind(null,Float32Array,2),r.__getFloat64Array=x.bind(null,Float64Array,3),r.__getFloat64ArrayView=_.bind(null,Float64Array,3);function S(A,v){let b=new Uint32Array(n.buffer);var T=b[A+-8>>>2];if(T<=b[a>>>2])do if(T==v)return!0;while(T=u(T));return!1}return r.__instanceof=S,r.memory=r.memory||n,r.table=r.table||i,f2(t,r)}function l2(r){return typeof Response<"u"&&r instanceof Response}async function u2(r,e){return l2(r=await r)?d2(r,e):Zh(Xh(e||(e={})),await WebAssembly.instantiate(r instanceof WebAssembly.Module?r:await WebAssembly.compile(r),e))}ma.instantiate=u2;function qS(r,e){return Zh(Xh(e||(e={})),new WebAssembly.Instance(r instanceof WebAssembly.Module?r:new WebAssembly.Module(r),e))}ma.instantiateSync=qS;async function d2(r,e){return WebAssembly.instantiateStreaming?Zh(Xh(e||(e={})),(await WebAssembly.instantiateStreaming(r,e)).instance):u2(l2(r=await r)?r.arrayBuffer():r,e)}ma.instantiateStreaming=d2;function f2(r,e){var t=e?Object.create(e):{},n=r.__argumentsLength?function(i){r.__argumentsLength.value=i}:r.__setArgumentsLength||r.__setargc||function(){};for(let i in r){if(!Object.prototype.hasOwnProperty.call(r,i))continue;let o=r[i],s=i.split("."),a=t;for(;s.length>1;){let l=s.shift();Object.prototype.hasOwnProperty.call(a,l)||(a[l]={}),a=a[l]}let c=s[0],u=c.indexOf("#");if(u>=0){let l=c.substring(0,u),d=a[l];if(typeof d>"u"||!d.prototype){let p=function(...f){return p.wrap(p.prototype.constructor(0,...f))};p.prototype={valueOf:function(){return this[ha]}},p.wrap=function(f){return Object.create(p.prototype,{[ha]:{value:f,writable:!1}})},d&&Object.getOwnPropertyNames(d).forEach(f=>Object.defineProperty(p,f,Object.getOwnPropertyDescriptor(d,f))),a[l]=p}if(c=c.substring(u+1),a=a[l].prototype,/^(get|set):/.test(c)){if(!Object.prototype.hasOwnProperty.call(a,c=c.substring(4))){let p=r[i.replace("set:","get:")],f=r[i.replace("get:","set:")];Object.defineProperty(a,c,{get:function(){return p(this[ha])},set:function(h){f(this[ha],h)},enumerable:!0})}}else c==="constructor"?(a[c]=(...p)=>(n(p.length),o(...p))).original=o:(a[c]=function(...p){return n(p.length),o(this[ha],...p)}).original=o}else/^(get|set):/.test(c)?Object.prototype.hasOwnProperty.call(a,c=c.substring(4))||Object.defineProperty(a,c,{get:r[i.replace("set:","get:")],set:r[i.replace("get:","set:")],enumerable:!0}):typeof o=="function"&&o!==n?(a[c]=(...l)=>(n(l.length),o(...l))).original=o:a[c]=o}return t}ma.demangle=f2});var m2=le((kV,p2)=>{var{instantiate:WS}=h2();Jh.supported=typeof WebAssembly<"u";function Jh(r={}){if(!Jh.supported)return null;var e=new Uint8Array([0,97,115,109,1,0,0,0,1,78,14,96,2,127,126,0,96,1,127,1,126,96,2,127,127,0,96,1,127,1,127,96,1,127,0,96,2,127,127,1,127,96,3,127,127,127,1,127,96,0,0,96,3,127,127,127,0,96,0,1,127,96,4,127,127,127,127,0,96,5,127,127,127,127,127,1,127,96,1,126,1,127,96,2,126,126,1,126,2,13,1,3,101,110,118,5,97,98,111,114,116,0,10,3,54,53,2,2,8,9,3,5,2,8,6,5,3,4,2,6,9,12,13,2,5,11,3,2,3,2,3,2,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,6,7,7,4,4,5,3,1,0,1,6,47,9,127,1,65,0,11,127,1,65,0,11,127,0,65,3,11,127,0,65,4,11,127,1,65,0,11,127,1,65,0,11,127,1,65,0,11,127,0,65,240,2,11,127,0,65,6,11,7,240,5,41,6,109,101,109,111,114,121,2,0,7,95,95,97,108,108,111,99,0,10,8,95,95,114,101,116,97,105,110,0,11,9,95,95,114,101,108,101,97,115,101,0,12,9,95,95,99,111,108,108,101,99,116,0,51,11,95,95,114,116,116,105,95,98,97,115,101,3,7,13,73,110,116,51,50,65,114,114,97,121,95,73,68,3,2,13,85,105,110,116,56,65,114,114,97,121,95,73,68,3,3,6,100,101,103,114,101,101,0,16,3,109,111,100,0,17,5,82,97,98,105,110,3,8,16,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,0,21,16,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,0,22,21,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,23,21,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,24,14,82,97,98,105,110,35,103,101,116,58,119,112,111,115,0,25,14,82,97,98,105,110,35,115,101,116,58,119,112,111,115,0,26,15,82,97,98,105,110,35,103,101,116,58,99,111,117,110,116,0,27,15,82,97,98,105,110,35,115,101,116,58,99,111,117,110,116,0,28,13,82,97,98,105,110,35,103,101,116,58,112,111,115,0,29,13,82,97,98,105,110,35,115,101,116,58,112,111,115,0,30,15,82,97,98,105,110,35,103,101,116,58,115,116,97,114,116,0,31,15,82,97,98,105,110,35,115,101,116,58,115,116,97,114,116,0,32,16,82,97,98,105,110,35,103,101,116,58,100,105,103,101,115,116,0,33,16,82,97,98,105,110,35,115,101,116,58,100,105,103,101,115,116,0,34,21,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,35,21,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,36,22,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,37,22,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,38,31,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,39,31,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,40,20,82,97,98,105,110,35,103,101,116,58,112,111,108,121,110,111,109,105,97,108,0,41,20,82,97,98,105,110,35,115,101,116,58,112,111,108,121,110,111,109,105,97,108,0,42,17,82,97,98,105,110,35,103,101,116,58,109,105,110,115,105,122,101,0,43,17,82,97,98,105,110,35,115,101,116,58,109,105,110,115,105,122,101,0,44,17,82,97,98,105,110,35,103,101,116,58,109,97,120,115,105,122,101,0,45,17,82,97,98,105,110,35,115,101,116,58,109,97,120,115,105,122,101,0,46,14,82,97,98,105,110,35,103,101,116,58,109,97,115,107,0,47,14,82,97,98,105,110,35,115,101,116,58,109,97,115,107,0,48,17,82,97,98,105,110,35,99,111,110,115,116,114,117,99,116,111,114,0,20,17,82,97,98,105,110,35,102,105,110,103,101,114,112,114,105,110,116,0,49,8,1,50,10,165,31,53,199,1,1,4,127,32,1,40,2,0,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,3,65,4,107,118,65,16,115,33,4,32,3,65,7,107,11,33,3,32,1,40,2,20,33,2,32,1,40,2,16,34,5,4,64,32,5,32,2,54,2,20,11,32,2,4,64,32,2,32,5,54,2,16,11,32,1,32,0,32,4,32,3,65,4,116,106,65,2,116,106,40,2,96,70,4,64,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,2,54,2,96,32,2,69,4,64,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,65,127,115,113,34,1,54,2,4,32,1,69,4,64,32,0,32,0,40,2,0,65,1,32,3,116,65,127,115,113,54,2,0,11,11,11,11,226,2,1,6,127,32,1,40,2,0,33,3,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,34,5,65,1,113,4,64,32,3,65,124,113,65,16,106,32,5,65,124,113,106,34,2,65,240,255,255,255,3,73,4,64,32,0,32,4,16,1,32,1,32,2,32,3,65,3,113,114,34,3,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,33,5,11,11,32,3,65,2,113,4,64,32,1,65,4,107,40,2,0,34,2,40,2,0,34,6,65,124,113,65,16,106,32,3,65,124,113,106,34,7,65,240,255,255,255,3,73,4,64,32,0,32,2,16,1,32,2,32,7,32,6,65,3,113,114,34,3,54,2,0,32,2,33,1,11,11,32,4,32,5,65,2,114,54,2,0,32,4,65,4,107,32,1,54,2,0,32,0,32,3,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,2,65,4,107,118,65,16,115,33,4,32,2,65,7,107,11,34,3,65,4,116,32,4,106,65,2,116,106,40,2,96,33,2,32,1,65,0,54,2,16,32,1,32,2,54,2,20,32,2,4,64,32,2,32,1,54,2,16,11,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,1,54,2,96,32,0,32,0,40,2,0,65,1,32,3,116,114,54,2,0,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,114,54,2,4,11,119,1,1,127,32,2,2,127,32,0,40,2,160,12,34,2,4,64,32,2,32,1,65,16,107,70,4,64,32,2,40,2,0,33,3,32,1,65,16,107,33,1,11,11,32,1,11,107,34,2,65,48,73,4,64,15,11,32,1,32,3,65,2,113,32,2,65,32,107,65,1,114,114,54,2,0,32,1,65,0,54,2,16,32,1,65,0,54,2,20,32,1,32,2,106,65,16,107,34,2,65,2,54,2,0,32,0,32,2,54,2,160,12,32,0,32,1,16,2,11,155,1,1,3,127,35,0,34,0,69,4,64,65,1,63,0,34,0,74,4,127,65,1,32,0,107,64,0,65,0,72,5,65,0,11,4,64,0,11,65,176,3,34,0,65,0,54,2,0,65,208,15,65,0,54,2,0,3,64,32,1,65,23,73,4,64,32,1,65,2,116,65,176,3,106,65,0,54,2,4,65,0,33,2,3,64,32,2,65,16,73,4,64,32,1,65,4,116,32,2,106,65,2,116,65,176,3,106,65,0,54,2,96,32,2,65,1,106,33,2,12,1,11,11,32,1,65,1,106,33,1,12,1,11,11,65,176,3,65,224,15,63,0,65,16,116,16,3,65,176,3,36,0,11,32,0,11,45,0,32,0,65,240,255,255,255,3,79,4,64,65,32,65,224,0,65,201,3,65,29,16,0,0,11,32,0,65,15,106,65,112,113,34,0,65,16,32,0,65,16,75,27,11,169,1,1,1,127,32,0,32,1,65,128,2,73,4,127,32,1,65,4,118,33,1,65,0,5,32,1,65,248,255,255,255,1,73,4,64,32,1,65,1,65,27,32,1,103,107,116,106,65,1,107,33,1,11,32,1,65,31,32,1,103,107,34,2,65,4,107,118,65,16,115,33,1,32,2,65,7,107,11,34,2,65,2,116,106,40,2,4,65,127,32,1,116,113,34,1,4,127,32,0,32,1,104,32,2,65,4,116,106,65,2,116,106,40,2,96,5,32,0,40,2,0,65,127,32,2,65,1,106,116,113,34,1,4,127,32,0,32,0,32,1,104,34,0,65,2,116,106,40,2,4,104,32,0,65,4,116,106,65,2,116,106,40,2,96,5,65,0,11,11,11,111,1,1,127,63,0,34,2,32,1,65,248,255,255,255,1,73,4,127,32,1,65,1,65,27,32,1,103,107,116,65,1,107,106,5,32,1,11,65,16,32,0,40,2,160,12,32,2,65,16,116,65,16,107,71,116,106,65,255,255,3,106,65,128,128,124,113,65,16,118,34,1,32,2,32,1,74,27,64,0,65,0,72,4,64,32,1,64,0,65,0,72,4,64,0,11,11,32,0,32,2,65,16,116,63,0,65,16,116,16,3,11,113,1,2,127,32,1,40,2,0,34,3,65,124,113,32,2,107,34,4,65,32,79,4,64,32,1,32,2,32,3,65,2,113,114,54,2,0,32,2,32,1,65,16,106,106,34,1,32,4,65,16,107,65,1,114,54,2,0,32,0,32,1,16,2,5,32,1,32,3,65,126,113,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,32,1,65,16,106,32,1,40,2,0,65,124,113,106,40,2,0,65,125,113,54,2,0,11,11,91,1,2,127,32,0,32,1,16,5,34,4,16,6,34,3,69,4,64,65,1,36,1,65,0,36,1,32,0,32,4,16,6,34,3,69,4,64,32,0,32,4,16,7,32,0,32,4,16,6,33,3,11,11,32,3,65,0,54,2,4,32,3,32,2,54,2,8,32,3,32,1,54,2,12,32,0,32,3,16,1,32,0,32,3,32,4,16,8,32,3,11,13,0,16,4,32,0,32,1,16,9,65,16,106,11,33,1,1,127,32,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,18,0,32,0,65,172,3,75,4,64,32,0,65,16,107,16,52,11,11,140,3,1,1,127,2,64,32,1,69,13,0,32,0,65,0,58,0,0,32,0,32,1,106,65,1,107,65,0,58,0,0,32,1,65,2,77,13,0,32,0,65,1,106,65,0,58,0,0,32,0,65,2,106,65,0,58,0,0,32,0,32,1,106,34,2,65,2,107,65,0,58,0,0,32,2,65,3,107,65,0,58,0,0,32,1,65,6,77,13,0,32,0,65,3,106,65,0,58,0,0,32,0,32,1,106,65,4,107,65,0,58,0,0,32,1,65,8,77,13,0,32,1,65,0,32,0,107,65,3,113,34,1,107,33,2,32,0,32,1,106,34,0,65,0,54,2,0,32,0,32,2,65,124,113,34,1,106,65,4,107,65,0,54,2,0,32,1,65,8,77,13,0,32,0,65,4,106,65,0,54,2,0,32,0,65,8,106,65,0,54,2,0,32,0,32,1,106,34,2,65,12,107,65,0,54,2,0,32,2,65,8,107,65,0,54,2,0,32,1,65,24,77,13,0,32,0,65,12,106,65,0,54,2,0,32,0,65,16,106,65,0,54,2,0,32,0,65,20,106,65,0,54,2,0,32,0,65,24,106,65,0,54,2,0,32,0,32,1,106,34,2,65,28,107,65,0,54,2,0,32,2,65,24,107,65,0,54,2,0,32,2,65,20,107,65,0,54,2,0,32,2,65,16,107,65,0,54,2,0,32,0,32,0,65,4,113,65,24,106,34,2,106,33,0,32,1,32,2,107,33,1,3,64,32,1,65,32,79,4,64,32,0,66,0,55,3,0,32,0,65,8,106,66,0,55,3,0,32,0,65,16,106,66,0,55,3,0,32,0,65,24,106,66,0,55,3,0,32,1,65,32,107,33,1,32,0,65,32,106,33,0,12,1,11,11,11,11,178,1,1,3,127,32,1,65,240,255,255,255,3,32,2,118,75,4,64,65,144,1,65,192,1,65,23,65,56,16,0,0,11,32,1,32,2,116,34,3,65,0,16,10,34,2,32,3,16,13,32,0,69,4,64,65,12,65,2,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,2,34,1,32,0,40,2,0,34,4,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,16,12,11,32,0,32,1,54,2,0,32,0,32,2,54,2,4,32,0,32,3,54,2,8,32,0,11,46,1,2,127,65,12,65,5,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,65,128,2,65,3,16,14,11,9,0,65,63,32,0,121,167,107,11,49,1,2,127,65,63,32,1,121,167,107,33,2,3,64,65,63,32,0,121,167,107,32,2,107,34,3,65,0,78,4,64,32,0,32,1,32,3,172,134,133,33,0,12,1,11,11,32,0,11,40,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,163,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,65,0,58,0,0,11,38,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,152,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,45,0,0,11,254,5,2,1,127,4,126,32,0,69,4,64,65,232,0,65,6,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,24,32,0,66,0,55,3,32,32,0,66,0,55,3,40,32,0,66,0,55,3,48,32,0,66,0,55,3,56,32,0,66,0,55,3,64,32,0,66,0,55,3,72,32,0,66,0,55,3,80,32,0,66,0,55,3,88,32,0,66,0,55,3,96,32,0,32,2,173,55,3,80,32,0,32,3,173,55,3,88,65,12,65,4,16,10,34,2,65,172,3,75,4,64,32,2,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,32,4,65,0,16,14,33,2,32,0,40,2,0,16,12,32,0,32,2,54,2,0,32,0,32,4,54,2,4,32,0,66,1,32,1,173,134,66,1,125,55,3,96,32,0,66,243,130,183,218,216,230,232,30,55,3,72,35,4,69,4,64,65,0,33,2,3,64,32,2,65,128,2,72,4,64,32,2,65,255,1,113,173,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,65,0,33,4,3,64,32,4,32,0,40,2,4,65,1,107,72,4,64,32,6,66,8,134,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,32,4,65,1,106,33,4,12,1,11,11,35,6,40,2,4,32,2,65,3,116,106,32,6,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,63,32,0,41,3,72,121,167,107,172,33,7,65,0,33,2,3,64,32,2,65,128,2,72,4,64,35,5,33,1,32,2,172,32,7,134,34,8,33,6,65,63,32,0,41,3,72,34,9,121,167,107,33,3,3,64,65,63,32,6,121,167,107,32,3,107,34,4,65,0,78,4,64,32,6,32,9,32,4,172,134,133,33,6,12,1,11,11,32,1,40,2,4,32,2,65,3,116,106,32,6,32,8,132,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,1,36,4,11,32,0,66,0,55,3,24,32,0,66,0,55,3,32,65,0,33,2,3,64,32,2,32,0,40,2,4,72,4,64,32,0,40,2,0,32,2,16,18,32,2,65,1,106,33,2,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,6,66,45,136,167,65,3,116,106,41,3,0,32,6,66,8,134,66,1,132,133,55,3,40,32,0,11,38,1,1,127,32,0,40,2,0,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,55,1,2,127,32,1,32,0,40,2,0,34,2,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,16,12,11,32,0,32,1,54,2,0,11,7,0,32,0,40,2,4,11,9,0,32,0,32,1,54,2,4,11,7,0,32,0,40,2,8,11,9,0,32,0,32,1,54,2,8,11,7,0,32,0,41,3,16,11,9,0,32,0,32,1,55,3,16,11,7,0,32,0,41,3,24,11,9,0,32,0,32,1,55,3,24,11,7,0,32,0,41,3,32,11,9,0,32,0,32,1,55,3,32,11,7,0,32,0,41,3,40,11,9,0,32,0,32,1,55,3,40,11,7,0,32,0,41,3,48,11,9,0,32,0,32,1,55,3,48,11,7,0,32,0,41,3,56,11,9,0,32,0,32,1,55,3,56,11,7,0,32,0,41,3,64,11,9,0,32,0,32,1,55,3,64,11,7,0,32,0,41,3,72,11,9,0,32,0,32,1,55,3,72,11,7,0,32,0,41,3,80,11,9,0,32,0,32,1,55,3,80,11,7,0,32,0,41,3,88,11,9,0,32,0,32,1,55,3,88,11,7,0,32,0,41,3,96,11,9,0,32,0,32,1,55,3,96,11,172,4,2,5,127,1,126,32,2,65,172,3,75,4,64,32,2,65,16,107,34,4,32,4,40,2,4,65,1,106,54,2,4,11,32,2,33,4,65,0,33,2,32,1,40,2,8,33,5,32,1,40,2,4,33,6,3,64,2,127,65,0,33,3,3,64,32,3,32,5,72,4,64,32,3,32,6,106,45,0,0,33,1,32,0,40,2,0,32,0,40,2,8,16,19,33,7,32,0,40,2,8,32,0,40,2,0,40,2,4,106,32,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,7,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,1,173,32,8,66,8,134,132,133,55,3,40,32,0,32,0,41,3,16,66,1,124,55,3,16,32,0,32,0,41,3,24,66,1,124,55,3,24,32,0,41,3,16,32,0,41,3,80,90,4,127,32,0,41,3,40,32,0,41,3,96,131,80,5,65,0,11,4,127,65,1,5,32,0,41,3,16,32,0,41,3,88,90,11,4,64,32,0,32,0,41,3,32,55,3,48,32,0,32,0,41,3,16,55,3,56,32,0,32,0,41,3,40,55,3,64,65,0,33,1,3,64,32,1,32,0,40,2,4,72,4,64,32,0,40,2,0,32,1,16,18,32,1,65,1,106,33,1,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,8,66,8,134,66,1,132,133,55,3,40,32,3,65,1,106,12,3,11,32,3,65,1,106,33,3,12,1,11,11,65,127,11,34,1,65,0,78,4,64,32,5,32,1,107,33,5,32,1,32,6,106,33,6,32,2,34,1,65,1,106,33,2,32,4,40,2,4,32,1,65,2,116,106,32,0,41,3,56,62,2,0,12,1,11,11,32,4,11,10,0,16,15,36,5,16,15,36,6,11,3,0,1,11,73,1,2,127,32,0,40,2,4,34,1,65,255,255,255,255,0,113,34,2,65,1,70,4,64,32,0,65,16,106,16,53,32,0,32,0,40,2,0,65,1,114,54,2,0,35,0,32,0,16,2,5,32,0,32,2,65,1,107,32,1,65,128,128,128,128,127,113,114,54,2,4,11,11,58,0,2,64,2,64,2,64,32,0,65,8,107,40,2,0,14,7,0,0,1,1,1,1,1,2,11,15,11,32,0,40,2,0,34,0,4,64,32,0,65,172,3,79,4,64,32,0,65,16,107,16,52,11,11,15,11,0,11,11,137,3,7,0,65,16,11,55,40,0,0,0,1,0,0,0,1,0,0,0,40,0,0,0,97,0,108,0,108,0,111,0,99,0,97,0,116,0,105,0,111,0,110,0,32,0,116,0,111,0,111,0,32,0,108,0,97,0,114,0,103,0,101,0,65,208,0,11,45,30,0,0,0,1,0,0,0,1,0,0,0,30,0,0,0,126,0,108,0,105,0,98,0,47,0,114,0,116,0,47,0,116,0,108,0,115,0,102,0,46,0,116,0,115,0,65,128,1,11,43,28,0,0,0,1,0,0,0,1,0,0,0,28,0,0,0,73,0,110,0,118,0,97,0,108,0,105,0,100,0,32,0,108,0,101,0,110,0,103,0,116,0,104,0,65,176,1,11,53,38,0,0,0,1,0,0,0,1,0,0,0,38,0,0,0,126,0,108,0,105,0,98,0,47,0,97,0,114,0,114,0,97,0,121,0,98,0,117,0,102,0,102,0,101,0,114,0,46,0,116,0,115,0,65,240,1,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,73,0,110,0,100,0,101,0,120,0,32,0,111,0,117,0,116,0,32,0,111,0,102,0,32,0,114,0,97,0,110,0,103,0,101,0,65,176,2,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,126,0,108,0,105,0,98,0,47,0,116,0,121,0,112,0,101,0,100,0,97,0,114,0,114,0,97,0,121,0,46,0,116,0,115,0,65,240,2,11,53,7,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,145,4,0,0,2,0,0,0,49,0,0,0,2,0,0,0,17,1,0,0,2,0,0,0,16,0,34,16,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,16,46,47,114,97,98,105,110,46,119,97,115,109,46,109,97,112]);return WS(new Response(new Blob([e],{type:"application/wasm"})),r)}p2.exports=Jh});var w2=le((RV,g2)=>{var y2=a2(),YS=m2(),jS=async(r,e,t,n,i)=>{let o=await YS();return new y2(o,r,e,t,n,i)};g2.exports={Rabin:y2,create:jS}});var K2=le((JM,z2)=>{"use strict";z2.exports=r=>{if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||e===Object.prototype}});var X2=le((Y2,j2)=>{"use strict";var Zl=K2(),{hasOwnProperty:q2}=Object.prototype,{propertyIsEnumerable:b4}=Object,Ko=(r,e,t)=>Object.defineProperty(r,e,{value:t,writable:!0,enumerable:!0,configurable:!0}),v4=Y2,G2={concatArrays:!1,ignoreUndefined:!1},Jl=r=>{let e=[];for(let t in r)q2.call(r,t)&&e.push(t);if(Object.getOwnPropertySymbols){let t=Object.getOwnPropertySymbols(r);for(let n of t)b4.call(r,n)&&e.push(n)}return e};function Go(r){return Array.isArray(r)?A4(r):Zl(r)?_4(r):r}function A4(r){let e=r.slice(0,0);return Jl(r).forEach(t=>{Ko(e,t,Go(r[t]))}),e}function _4(r){let e=Object.getPrototypeOf(r)===null?Object.create(null):{};return Jl(r).forEach(t=>{Ko(e,t,Go(r[t]))}),e}var W2=(r,e,t,n)=>(t.forEach(i=>{typeof e[i]>"u"&&n.ignoreUndefined||(i in r&&r[i]!==Object.getPrototypeOf(r)?Ko(r,i,ep(r[i],e[i],n)):Ko(r,i,Go(e[i])))}),r),S4=(r,e,t)=>{let n=r.slice(0,0),i=0;return[r,e].forEach(o=>{let s=[];for(let a=0;a<o.length;a++)q2.call(o,a)&&(s.push(String(a)),o===r?Ko(n,i++,o[a]):Ko(n,i++,Go(o[a])));n=W2(n,o,Jl(o).filter(a=>!s.includes(a)),t)}),n};function ep(r,e,t){return t.concatArrays&&Array.isArray(r)&&Array.isArray(e)?S4(r,e,t):!Zl(e)||!Zl(r)?Go(e):W2(r,e,Jl(e),t)}j2.exports=function(...r){let e=ep(Go(G2),this!==v4&&this||{},G2),t={_:{}};for(let n of r)if(n!==void 0){if(!Zl(n))throw new TypeError("`"+n+"` is not an Option Object");t=ep(t,{_:n},e)}return t._}});var xE=le((pK,EE)=>{"use strict";EE.exports={RTLD_LAZY:1,RTLD_NOW:2,RTLD_GLOBAL:256,RTLD_LOCAL:0,RTLD_DEEPBIND:8,E2BIG:7,EACCES:13,EADDRINUSE:98,EADDRNOTAVAIL:99,EAFNOSUPPORT:97,EAGAIN:11,EALREADY:114,EBADF:9,EBADMSG:74,EBUSY:16,ECANCELED:125,ECHILD:10,ECONNABORTED:103,ECONNREFUSED:111,ECONNRESET:104,EDEADLK:35,EDESTADDRREQ:89,EDOM:33,EDQUOT:122,EEXIST:17,EFAULT:14,EFBIG:27,EHOSTUNREACH:113,EIDRM:43,EILSEQ:84,EINPROGRESS:115,EINTR:4,EINVAL:22,EIO:5,EISCONN:106,EISDIR:21,ELOOP:40,EMFILE:24,EMLINK:31,EMSGSIZE:90,EMULTIHOP:72,ENAMETOOLONG:36,ENETDOWN:100,ENETRESET:102,ENETUNREACH:101,ENFILE:23,ENOBUFS:105,ENODATA:61,ENODEV:19,ENOENT:2,ENOEXEC:8,ENOLCK:37,ENOLINK:67,ENOMEM:12,ENOMSG:42,ENOPROTOOPT:92,ENOSPC:28,ENOSR:63,ENOSTR:60,ENOSYS:38,ENOTCONN:107,ENOTDIR:20,ENOTEMPTY:39,ENOTSOCK:88,ENOTSUP:95,ENOTTY:25,ENXIO:6,EOPNOTSUPP:95,EOVERFLOW:75,EPERM:1,EPIPE:32,EPROTO:71,EPROTONOSUPPORT:93,EPROTOTYPE:91,ERANGE:34,EROFS:30,ESPIPE:29,ESRCH:3,ESTALE:116,ETIME:62,ETIMEDOUT:110,ETXTBSY:26,EWOULDBLOCK:11,EXDEV:18,PRIORITY_LOW:19,PRIORITY_BELOW_NORMAL:10,PRIORITY_NORMAL:0,PRIORITY_ABOVE_NORMAL:-7,PRIORITY_HIGH:-14,PRIORITY_HIGHEST:-20,SIGHUP:1,SIGINT:2,SIGQUIT:3,SIGILL:4,SIGTRAP:5,SIGABRT:6,SIGIOT:6,SIGBUS:7,SIGFPE:8,SIGKILL:9,SIGUSR1:10,SIGSEGV:11,SIGUSR2:12,SIGPIPE:13,SIGALRM:14,SIGTERM:15,SIGCHLD:17,SIGSTKFLT:16,SIGCONT:18,SIGSTOP:19,SIGTSTP:20,SIGTTIN:21,SIGTTOU:22,SIGURG:23,SIGXCPU:24,SIGXFSZ:25,SIGVTALRM:26,SIGPROF:27,SIGWINCH:28,SIGIO:29,SIGPOLL:29,SIGPWR:30,SIGSYS:31,UV_FS_SYMLINK_DIR:1,UV_FS_SYMLINK_JUNCTION:2,O_RDONLY:0,O_WRONLY:1,O_RDWR:2,UV_DIRENT_UNKNOWN:0,UV_DIRENT_FILE:1,UV_DIRENT_DIR:2,UV_DIRENT_LINK:3,UV_DIRENT_FIFO:4,UV_DIRENT_SOCKET:5,UV_DIRENT_CHAR:6,UV_DIRENT_BLOCK:7,EXTENSIONLESS_FORMAT_JAVASCRIPT:0,EXTENSIONLESS_FORMAT_WASM:1,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:64,O_EXCL:128,UV_FS_O_FILEMAP:0,O_NOCTTY:256,O_TRUNC:512,O_APPEND:1024,O_DIRECTORY:65536,O_NOATIME:262144,O_NOFOLLOW:131072,O_SYNC:1052672,O_DSYNC:4096,O_DIRECT:16384,O_NONBLOCK:2048,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_FS_COPYFILE_EXCL:1,COPYFILE_EXCL:1,UV_FS_COPYFILE_FICLONE:2,COPYFILE_FICLONE:2,UV_FS_COPYFILE_FICLONE_FORCE:4,COPYFILE_FICLONE_FORCE:4,OPENSSL_VERSION_NUMBER:805306576,SSL_OP_ALL:2147485776,SSL_OP_ALLOW_NO_DHE_KEX:1024,SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION:262144,SSL_OP_CIPHER_SERVER_PREFERENCE:4194304,SSL_OP_CISCO_ANYCONNECT:32768,SSL_OP_COOKIE_EXCHANGE:8192,SSL_OP_CRYPTOPRO_TLSEXT_BUG:2147483648,SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS:2048,SSL_OP_LEGACY_SERVER_CONNECT:4,SSL_OP_NO_COMPRESSION:131072,SSL_OP_NO_ENCRYPT_THEN_MAC:524288,SSL_OP_NO_QUERY_MTU:4096,SSL_OP_NO_RENEGOTIATION:1073741824,SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION:65536,SSL_OP_NO_SSLv2:0,SSL_OP_NO_SSLv3:33554432,SSL_OP_NO_TICKET:16384,SSL_OP_NO_TLSv1:67108864,SSL_OP_NO_TLSv1_1:268435456,SSL_OP_NO_TLSv1_2:134217728,SSL_OP_NO_TLSv1_3:536870912,SSL_OP_PRIORITIZE_CHACHA:2097152,SSL_OP_TLS_ROLLBACK_BUG:8388608,ENGINE_METHOD_RSA:1,ENGINE_METHOD_DSA:2,ENGINE_METHOD_DH:4,ENGINE_METHOD_RAND:8,ENGINE_METHOD_EC:2048,ENGINE_METHOD_CIPHERS:64,ENGINE_METHOD_DIGESTS:128,ENGINE_METHOD_PKEY_METHS:512,ENGINE_METHOD_PKEY_ASN1_METHS:1024,ENGINE_METHOD_ALL:65535,ENGINE_METHOD_NONE:0,DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,RSA_PKCS1_PADDING:1,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,RSA_PSS_SALTLEN_DIGEST:-1,RSA_PSS_SALTLEN_MAX_SIGN:-2,RSA_PSS_SALTLEN_AUTO:-2,defaultCoreCipherList:"TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA",TLS1_VERSION:769,TLS1_1_VERSION:770,TLS1_2_VERSION:771,TLS1_3_VERSION:772,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}});var KI={};Be(KI,{createVerifiedFetch:()=>fp,verifiedFetch:()=>yu});function ui(r){let e=new globalThis.AbortController;function t(){e.abort();for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}for(let o of r){if(o?.aborted===!0){t();break}o?.addEventListener!=null&&o.addEventListener("abort",t)}function n(){for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}let i=e.signal;return i.clear=n,i}function WE(r){let[e,t]=r[Symbol.asyncIterator]!=null?[r[Symbol.asyncIterator](),Symbol.asyncIterator]:[r[Symbol.iterator](),Symbol.iterator],n=[];return{peek:()=>e.next(),push:i=>{n.push(i)},next:()=>n.length>0?{done:!1,value:n.shift()}:e.next(),[t](){return this}}}var Hi=WE;function YE(r){return r[Symbol.asyncIterator]!=null}function vp(r){return r?.then!=null}function jE(r,e){if(YE(r))return async function*(){for await(let a of r){let c=e(a);vp(c)&&await c,yield a}}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();if(typeof e(n)?.then=="function")return async function*(){yield n;for await(let a of t){let c=e(a);vp(c)&&await c,yield a}}();let s=e;return function*(){yield n;for(let a of t)s(a),yield a}()}var wu=jE;var Iu={};Be(Iu,{base32:()=>Ge,base32hex:()=>sx,base32hexpad:()=>cx,base32hexpadupper:()=>lx,base32hexupper:()=>ax,base32pad:()=>ix,base32padupper:()=>ox,base32upper:()=>Ip,base32z:()=>ux});var $i={};Be($i,{coerce:()=>Pt,empty:()=>Ap,equals:()=>Eu,fromHex:()=>ZE,fromString:()=>xu,isBinary:()=>JE,toHex:()=>XE,toString:()=>bu});var Ap=new Uint8Array(0);function XE(r){return r.reduce((e,t)=>e+t.toString(16).padStart(2,"0"),"")}function ZE(r){let e=r.match(/../g);return e!=null?new Uint8Array(e.map(t=>parseInt(t,16))):Ap}function Eu(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function Pt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function JE(r){return r instanceof ArrayBuffer||ArrayBuffer.isView(r)}function xu(r){return new TextEncoder().encode(r)}function bu(r){return new TextDecoder().decode(r)}function QE(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function d(h){if(h instanceof Uint8Array||(ArrayBuffer.isView(h)?h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength):Array.isArray(h)&&(h=Uint8Array.from(h))),!(h instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(h.length===0)return"";for(var m=0,y=0,g=0,E=h.length;g!==E&&h[g]===0;)g++,m++;for(var x=(E-g)*l+1>>>0,_=new Uint8Array(x);g!==E;){for(var S=h[g],A=0,v=x-1;(S!==0||A<y)&&v!==-1;v--,A++)S+=256*_[v]>>>0,_[v]=S%a>>>0,S=S/a>>>0;if(S!==0)throw new Error("Non-zero carry");y=A,g++}for(var b=x-y;b!==x&&_[b]===0;)b++;for(var T=c.repeat(m);b<x;++b)T+=r.charAt(_[b]);return T}function p(h){if(typeof h!="string")throw new TypeError("Expected String");if(h.length===0)return new Uint8Array;var m=0;if(h[m]!==" "){for(var y=0,g=0;h[m]===c;)y++,m++;for(var E=(h.length-m)*u+1>>>0,x=new Uint8Array(E);h[m];){var _=t[h.charCodeAt(m)];if(_===255)return;for(var S=0,A=E-1;(_!==0||S<g)&&A!==-1;A--,S++)_+=a*x[A]>>>0,x[A]=_%256>>>0,_=_/256>>>0;if(_!==0)throw new Error("Non-zero carry");g=S,m++}if(h[m]!==" "){for(var v=E-g;v!==E&&x[v]===0;)v++;for(var b=new Uint8Array(y+(E-v)),T=y;v!==E;)b[T++]=x[v++];return b}}}function f(h){var m=p(h);if(m)return m;throw new Error(`Non-${e} character`)}return{encode:d,decodeUnsafe:p,decode:f}}var ex=QE,tx=ex,_p=tx;var vu=class{name;prefix;baseEncode;constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},Au=class{name;prefix;baseDecode;prefixCodePoint;constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.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 Sp(this,e)}},_u=class{decoders;constructor(e){this.decoders=e}or(e){return Sp(this,e)}decode(e){let t=e[0],n=this.decoders[t];if(n!=null)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function Sp(r,e){return new _u({...r.decoders??{[r.prefix]:r},...e.decoders??{[e.prefix]:e}})}var Su=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new vu(e,t,n),this.decoder=new Au(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}};function zi({name:r,prefix:e,encode:t,decode:n}){return new Su(r,e,t,n)}function vn({name:r,prefix:e,alphabet:t}){let{encode:n,decode:i}=_p(t,r);return zi({prefix:e,name:r,encode:n,decode:o=>Pt(i(o))})}function rx(r,e,t,n){let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let d=i[r[l]];if(d===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|d,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s}function nx(r,e,t){let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s!==0&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o}function ke({name:r,prefix:e,bitsPerChar:t,alphabet:n}){return zi({prefix:e,name:r,encode(i){return nx(i,n,t)},decode(i){return rx(i,n,t,r)}})}var Ge=ke({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ip=ke({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),ix=ke({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),ox=ke({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),sx=ke({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ax=ke({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),cx=ke({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),lx=ke({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ux=ke({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Bu={};Be(Bu,{base58btc:()=>Ne,base58flickr:()=>dx});var Ne=vn({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),dx=vn({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var fx=Rp,Bp=128,hx=127,px=~hx,mx=Math.pow(2,31);function Rp(r,e,t){e=e||[],t=t||0;for(var n=t;r>=mx;)e[t++]=r&255|Bp,r/=128;for(;r&px;)e[t++]=r&255|Bp,r>>>=7;return e[t]=r|0,Rp.bytes=t-n+1,e}var yx=ku,gx=128,kp=127;function ku(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw ku.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&kp)<<i:(s&kp)*Math.pow(2,i),i+=7}while(s>=gx);return ku.bytes=o-n,t}var wx=Math.pow(2,7),Ex=Math.pow(2,14),xx=Math.pow(2,21),bx=Math.pow(2,28),vx=Math.pow(2,35),Ax=Math.pow(2,42),_x=Math.pow(2,49),Sx=Math.pow(2,56),Ix=Math.pow(2,63),Bx=function(r){return r<wx?1:r<Ex?2:r<xx?3:r<bx?4:r<vx?5:r<Ax?6:r<_x?7:r<Sx?8:r<Ix?9:10},kx={encode:fx,decode:yx,encodingLength:Bx},Rx=kx,Qo=Rx;function es(r,e=0){return[Qo.decode(r,e),Qo.decode.bytes]}function Ki(r,e,t=0){return Qo.encode(r,e,t),e}function Gi(r){return Qo.encodingLength(r)}function mr(r,e){let t=e.byteLength,n=Gi(r),i=n+Gi(t),o=new Uint8Array(i+t);return Ki(r,o,0),Ki(t,o,n),o.set(e,i),new qi(r,t,e,o)}function st(r){let e=Pt(r),[t,n]=es(e),[i,o]=es(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new qi(t,i,s,e)}function Tp(r,e){if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&Eu(r.bytes,t.bytes)}}var qi=class{code;size;digest;bytes;constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};function Np(r,e){let{bytes:t,version:n}=r;switch(n){case 0:return Nx(t,Ru(r),e??Ne.encoder);default:return Cx(t,Ru(r),e??Ge.encoder)}}var Cp=new WeakMap;function Ru(r){let e=Cp.get(r);if(e==null){let t=new Map;return Cp.set(r,t),t}return e}var F=class r{code;version;multihash;bytes;"/";constructor(e,t,n,i){this.code=t,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:t}=this;if(e!==ts)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==Lx)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:t}=this.multihash,n=mr(e,t);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(e){return r.equals(this,e)}static equals(e,t){let n=t;return n!=null&&e.code===n.code&&e.version===n.version&&Tp(e.multihash,n.multihash)}toString(e){return Np(this,e)}toJSON(){return{"/":Np(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s??Lp(n,i,o.bytes))}else if(t[Ux]===!0){let{version:n,multihash:i,code:o}=t,s=st(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="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(t!==ts)throw new Error(`Version 0 CID must use dag-pb (code: ${ts}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=Lp(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,ts,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length!==0)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Pt(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new qi(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[d,p]=es(e.subarray(t));return t+=p,d},i=n(),o=ts;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=Tx(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Ru(o).set(n,e),o}};function Tx(r,e){switch(r[0]){case"Q":{let t=e??Ne;return[Ne.prefix,t.decode(`${Ne.prefix}${r}`)]}case Ne.prefix:{let t=e??Ne;return[Ne.prefix,t.decode(r)]}case Ge.prefix:{let t=e??Ge;return[Ge.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}}function Nx(r,e,t){let{prefix:n}=t;if(n!==Ne.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i}function Cx(r,e,t){let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i}var ts=112,Lx=18;function Lp(r,e,t){let n=Gi(r),i=n+Gi(e),o=new Uint8Array(i+t.byteLength);return Ki(r,o,0),Ki(e,o,n),o.set(t,i),o}var Ux=Symbol.for("@ipld/js-cid/CID");var rs=Symbol.for("@libp2p/content-routing");var Tu=Symbol.for("@libp2p/peer-id");function Up(r){return r!=null&&!!r[Tu]}var ns=Symbol.for("@libp2p/peer-routing");var An=class r extends Error{code;type;constructor(e="The operation was aborted"){super(e),this.code=r.code,this.type=r.type}static code="ABORT_ERR";static type="aborted"},O=class extends Error{code;props;constructor(e,t,n){super(e),this.code=t,this.name=n?.name??"CodeError",this.props=n??{}}};var Wi=(r,...e)=>{try{[...e]}catch{}};var Ia=class extends EventTarget{#e=new Map;constructor(){super(),Wi(1/0,this)}listenerCount(e){let t=this.#e.get(e);return t==null?0:t.length}addEventListener(e,t,n){super.addEventListener(e,t,n);let i=this.#e.get(e);i==null&&(i=[],this.#e.set(e,i)),i.push({callback:t,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(e,t,n){super.removeEventListener(e.toString(),t??null,n);let i=this.#e.get(e);i!=null&&(i=i.filter(({callback:o})=>o!==t),this.#e.set(e,i))}dispatchEvent(e){let t=super.dispatchEvent(e),n=this.#e.get(e.type);return n==null||(n=n.filter(({once:i})=>!i),this.#e.set(e.type,n)),t}safeDispatchEvent(e,t={}){return this.dispatchEvent(new Dx(e,t))}},Nu=class extends Event{detail;constructor(e,t){super(e,t),this.detail=t?.detail}},Dx=globalThis.CustomEvent??Nu;function Dp(r){return r!=null&&typeof r.start=="function"&&typeof r.stop=="function"}async function _n(...r){let e=[];for(let t of r)Dp(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStart!=null&&await t.beforeStart()})),await Promise.all(e.map(async t=>{await t.start()})),await Promise.all(e.map(async t=>{t.afterStart!=null&&await t.afterStart()}))}async function Sn(...r){let e=[];for(let t of r)Dp(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStop!=null&&await t.beforeStop()})),await Promise.all(e.map(async t=>{await t.stop()})),await Promise.all(e.map(async t=>{t.afterStop!=null&&await t.afterStop()}))}var Uu={};Be(Uu,{sha256:()=>fe,sha512:()=>Lu});function di({name:r,code:e,encode:t}){return new Cu(r,e,t)}var Cu=class{name;code;encode;constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?mr(this.code,t):t.then(n=>mr(this.code,n))}else throw Error("Unknown type, must be binary type")}};function Pp(r){return async e=>new Uint8Array(await crypto.subtle.digest(r,e))}var fe=di({name:"sha2-256",code:18,encode:Pp("SHA-256")}),Lu=di({name:"sha2-512",code:19,encode:Pp("SHA-512")});var _t=Q(Ou(),1);var Pu={};Be(Pu,{base64:()=>yr,base64pad:()=>Yx,base64url:()=>Hp,base64urlpad:()=>jx});var yr=ke({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Yx=ke({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Hp=ke({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),jx=ke({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});_t.default.formatters.b=r=>r==null?"undefined":Ne.baseEncode(r);_t.default.formatters.t=r=>r==null?"undefined":Ge.baseEncode(r);_t.default.formatters.m=r=>r==null?"undefined":yr.baseEncode(r);_t.default.formatters.p=r=>r==null?"undefined":r.toString();_t.default.formatters.c=r=>r==null?"undefined":r.toString();_t.default.formatters.k=r=>r==null?"undefined":r.toString();_t.default.formatters.a=r=>r==null?"undefined":r.toString();function Xx(r){let e=()=>{};return e.enabled=!1,e.color="",e.diff=0,e.log=()=>{},e.namespace=r,e.destroy=()=>!0,e.extend=()=>e,e}function $p(){return{forComponent(r){return oe(r)}}}function oe(r){let e=Xx(`${r}:trace`);return _t.default.enabled(`${r}:trace`)&&_t.default.names.map(t=>t.toString()).find(t=>t.includes(":trace"))!=null&&(e=(0,_t.default)(`${r}:trace`)),Object.assign((0,_t.default)(r),{error:(0,_t.default)(`${r}:error`),trace:e})}function he(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function In(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function Mr(r=0){return globalThis.Buffer?.alloc!=null?In(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function pt(r=0){return globalThis.Buffer?.allocUnsafe!=null?In(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}var ub=Math.pow(2,7),db=Math.pow(2,14),fb=Math.pow(2,21),Mu=Math.pow(2,28),Hu=Math.pow(2,35),$u=Math.pow(2,42),zu=Math.pow(2,49),pe=128,Je=127;function mt(r){if(r<ub)return 1;if(r<db)return 2;if(r<fb)return 3;if(r<Mu)return 4;if(r<Hu)return 5;if(r<$u)return 6;if(r<zu)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Ku(r,e,t=0){switch(mt(r)){case 8:e[t++]=r&255|pe,r/=128;case 7:e[t++]=r&255|pe,r/=128;case 6:e[t++]=r&255|pe,r/=128;case 5:e[t++]=r&255|pe,r/=128;case 4:e[t++]=r&255|pe,r>>>=7;case 3:e[t++]=r&255|pe,r>>>=7;case 2:e[t++]=r&255|pe,r>>>=7;case 1:{e[t++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return e}function hb(r,e,t=0){switch(mt(r)){case 8:e.set(t++,r&255|pe),r/=128;case 7:e.set(t++,r&255|pe),r/=128;case 6:e.set(t++,r&255|pe),r/=128;case 5:e.set(t++,r&255|pe),r/=128;case 4:e.set(t++,r&255|pe),r>>>=7;case 3:e.set(t++,r&255|pe),r>>>=7;case 2:e.set(t++,r&255|pe),r>>>=7;case 1:{e.set(t++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return e}function Gu(r,e){let t=r[e],n=0;if(n+=t&Je,t<pe||(t=r[e+1],n+=(t&Je)<<7,t<pe)||(t=r[e+2],n+=(t&Je)<<14,t<pe)||(t=r[e+3],n+=(t&Je)<<21,t<pe)||(t=r[e+4],n+=(t&Je)*Mu,t<pe)||(t=r[e+5],n+=(t&Je)*Hu,t<pe)||(t=r[e+6],n+=(t&Je)*$u,t<pe)||(t=r[e+7],n+=(t&Je)*zu,t<pe))return n;throw new RangeError("Could not decode varint")}function pb(r,e){let t=r.get(e),n=0;if(n+=t&Je,t<pe||(t=r.get(e+1),n+=(t&Je)<<7,t<pe)||(t=r.get(e+2),n+=(t&Je)<<14,t<pe)||(t=r.get(e+3),n+=(t&Je)<<21,t<pe)||(t=r.get(e+4),n+=(t&Je)*Mu,t<pe)||(t=r.get(e+5),n+=(t&Je)*Hu,t<pe)||(t=r.get(e+6),n+=(t&Je)*$u,t<pe)||(t=r.get(e+7),n+=(t&Je)*zu,t<pe))return n;throw new RangeError("Could not decode varint")}function Zi(r,e,t=0){return e==null&&(e=pt(mt(r))),e instanceof Uint8Array?Ku(r,e,t):hb(r,e,t)}function hi(r,e=0){return r instanceof Uint8Array?Gu(r,e):pb(r,e)}var qu=new Float32Array([-0]),Bn=new Uint8Array(qu.buffer);function Qp(r,e,t){qu[0]=r,e[t]=Bn[0],e[t+1]=Bn[1],e[t+2]=Bn[2],e[t+3]=Bn[3]}function e0(r,e){return Bn[0]=r[e],Bn[1]=r[e+1],Bn[2]=r[e+2],Bn[3]=r[e+3],qu[0]}var Wu=new Float64Array([-0]),Qe=new Uint8Array(Wu.buffer);function t0(r,e,t){Wu[0]=r,e[t]=Qe[0],e[t+1]=Qe[1],e[t+2]=Qe[2],e[t+3]=Qe[3],e[t+4]=Qe[4],e[t+5]=Qe[5],e[t+6]=Qe[6],e[t+7]=Qe[7]}function r0(r,e){return Qe[0]=r[e],Qe[1]=r[e+1],Qe[2]=r[e+2],Qe[3]=r[e+3],Qe[4]=r[e+4],Qe[5]=r[e+5],Qe[6]=r[e+6],Qe[7]=r[e+7],Wu[0]}var mb=BigInt(Number.MAX_SAFE_INTEGER),yb=BigInt(Number.MIN_SAFE_INTEGER),St=class r{lo;hi;constructor(e,t){this.lo=e|0,this.hi=t|0}toNumber(e=!1){if(!e&&this.hi>>>31>0){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(t+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(e=!1){if(e)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(BigInt(t)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(e=!1){return this.toBigInt(e).toString()}zzEncode(){let e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this}zzDecode(){let e=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this}length(){let e=this.lo,t=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?t===0?e<16384?e<128?1:2:e<2097152?3:4:t<16384?t<128?5:6:t<2097152?7:8:n<128?9:10}static fromBigInt(e){if(e===0n)return pi;if(e<mb&&e>yb)return this.fromNumber(Number(e));let t=e<0n;t&&(e=-e);let n=e>>32n,i=e-(n<<32n);return t&&(n=~n|0n,i=~i|0n,++i>n0&&(i=0n,++n>n0&&(n=0n))),new r(Number(i),Number(n))}static fromNumber(e){if(e===0)return pi;let t=e<0;t&&(e=-e);let n=e>>>0,i=(e-n)/4294967296>>>0;return t&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new r(n,i)}static from(e){return typeof e=="number"?r.fromNumber(e):typeof e=="bigint"?r.fromBigInt(e):typeof e=="string"?r.fromBigInt(BigInt(e)):e.low!=null||e.high!=null?new r(e.low>>>0,e.high>>>0):pi}},pi=new St(0,0);pi.toBigInt=function(){return 0n};pi.zzEncode=pi.zzDecode=function(){return this};pi.length=function(){return 1};var n0=4294967296n;function i0(r){let e=0,t=0;for(let n=0;n<r.length;++n)t=r.charCodeAt(n),t<128?e+=1:t<2048?e+=2:(t&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,e+=4):e+=3;return e}function o0(r,e,t){if(t-e<1)return"";let i,o=[],s=0,a;for(;e<t;)a=r[e++],a<128?o[s++]=a:a>191&&a<224?o[s++]=(a&31)<<6|r[e++]&63:a>239&&a<365?(a=((a&7)<<18|(r[e++]&63)<<12|(r[e++]&63)<<6|r[e++]&63)-65536,o[s++]=55296+(a>>10),o[s++]=56320+(a&1023)):o[s++]=(a&15)<<12|(r[e++]&63)<<6|r[e++]&63,s>8191&&((i??(i=[])).push(String.fromCharCode.apply(String,o)),s=0);return i!=null?(s>0&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))}function Yu(r,e,t){let n=t,i,o;for(let s=0;s<r.length;++s)i=r.charCodeAt(s),i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&((o=r.charCodeAt(s+1))&64512)===56320?(i=65536+((i&1023)<<10)+(o&1023),++s,e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128);return t-n}function Zt(r,e){return RangeError(`index out of range: ${r.pos} + ${e??1} > ${r.len}`)}function Ta(r,e){return(r[e-4]|r[e-3]<<8|r[e-2]<<16|r[e-1]<<24)>>>0}var ju=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(e){this.buf=e,this.pos=0,this.len=e.length}uint32(){let e=4294967295;if(e=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(e=(e|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return e;if((this.pos+=5)>this.len)throw this.pos=this.len,Zt(this,10);return e}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw Zt(this,4);return Ta(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Zt(this,4);return Ta(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Zt(this,4);let e=e0(this.buf,this.pos);return this.pos+=4,e}double(){if(this.pos+8>this.len)throw Zt(this,4);let e=r0(this.buf,this.pos);return this.pos+=8,e}bytes(){let e=this.uint32(),t=this.pos,n=this.pos+e;if(n>this.len)throw Zt(this,e);return this.pos+=e,t===n?new Uint8Array(0):this.buf.subarray(t,n)}string(){let e=this.bytes();return o0(e,0,e.length)}skip(e){if(typeof e=="number"){if(this.pos+e>this.len)throw Zt(this,e);this.pos+=e}else do if(this.pos>=this.len)throw Zt(this);while(this.buf[this.pos++]&128);return this}skipType(e){switch(e){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(e=this.uint32()&7)!==4;)this.skipType(e);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${e} at offset ${this.pos}`)}return this}readLongVarint(){let e=new St(0,0),t=0;if(this.len-this.pos>4){for(;t<4;++t)if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return e;if(e.lo=(e.lo|(this.buf[this.pos]&127)<<28)>>>0,e.hi=(e.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return e;t=0}else{for(;t<3;++t){if(this.pos>=this.len)throw Zt(this);if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return e}return e.lo=(e.lo|(this.buf[this.pos++]&127)<<t*7)>>>0,e}if(this.len-this.pos>4){for(;t<5;++t)if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}else for(;t<5;++t){if(this.pos>=this.len)throw Zt(this);if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Zt(this,8);let e=Ta(this.buf,this.pos+=4),t=Ta(this.buf,this.pos+=4);return new St(e,t)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let e=Gu(this.buf,this.pos);return this.pos+=mt(e),e}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function Xu(r){return new ju(r instanceof Uint8Array?r:r.subarray())}function Vt(r,e,t){let n=Xu(r);return e.decode(n,void 0,t)}var Zu={};Be(Zu,{base10:()=>gb});var gb=vn({prefix:"9",name:"base10",alphabet:"0123456789"});var Ju={};Be(Ju,{base16:()=>wb,base16upper:()=>Eb});var wb=ke({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Eb=ke({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Qu={};Be(Qu,{base2:()=>xb});var xb=ke({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var ed={};Be(ed,{base256emoji:()=>Sb});var a0=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}"),bb=a0.reduce((r,e,t)=>(r[t]=e,r),[]),vb=a0.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function Ab(r){return r.reduce((e,t)=>(e+=bb[t],e),"")}function _b(r){let e=[];for(let t of r){let n=vb[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var Sb=zi({prefix:"\u{1F680}",name:"base256emoji",encode:Ab,decode:_b});var td={};Be(td,{base36:()=>kn,base36upper:()=>Ib});var kn=vn({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ib=vn({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var rd={};Be(rd,{base8:()=>Bb});var Bb=ke({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var nd={};Be(nd,{identity:()=>kb});var kb=zi({prefix:"\0",name:"identity",encode:r=>bu(r),decode:r=>xu(r)});var ZB=new TextEncoder,Rb=new TextDecoder;var Rn=512;function c0(r){return JSON.parse(Rb.decode(r))}var Mt={};Be(Mt,{code:()=>Ae,decode:()=>Cb,encode:()=>Nb,name:()=>Tb});var Tb="raw",Ae=85;function Nb(r){return Pt(r)}function Cb(r){return Pt(r)}var id={};Be(id,{identity:()=>et});var l0=0,Lb="identity",u0=Pt;function Ub(r){return mr(l0,u0(r))}var et={code:l0,name:Lb,encode:u0,digest:Ub};var Tn={...nd,...Qu,...rd,...Zu,...Ju,...Iu,...td,...Bu,...Pu,...ed},l8={...Uu,...id};function f0(r,e,t,n){return{name:r,prefix:e,encoder:{name:r,prefix:e,encode:t},decoder:{decode:n}}}var d0=f0("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),od=f0("ascii","a",r=>{let e="a";for(let t=0;t<r.length;t++)e+=String.fromCharCode(r[t]);return e},r=>{r=r.substring(1);let e=pt(r.length);for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e}),Db={utf8:d0,"utf-8":d0,hex:Tn.base16,latin1:od,ascii:od,binary:od,...Tn},Ca=Db;function V(r,e="utf8"){let t=Ca[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?In(globalThis.Buffer.from(r,"utf-8")):t.decoder.decode(`${t.prefix}${r}`)}function sd(r){let e=r??8192,t=e>>>1,n,i=e;return function(s){if(s<1||s>t)return pt(s);i+s>e&&(n=pt(e),i=0);let a=n.subarray(i,i+=s);return i&7&&(i=(i|7)+1),a}}var mi=class{fn;len;next;val;constructor(e,t,n){this.fn=e,this.len=t,this.next=void 0,this.val=n}};function ad(){}var ld=class{head;tail;len;next;constructor(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}},Ob=sd();function Pb(r){return globalThis.Buffer!=null?pt(r):Ob(r)}var os=class{len;head;tail;states;constructor(){this.len=0,this.head=new mi(ad,0,0),this.tail=this.head,this.states=null}_push(e,t,n){return this.tail=this.tail.next=new mi(e,t,n),this.len+=t,this}uint32(e){return this.len+=(this.tail=this.tail.next=new ud((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this}int32(e){return e<0?this._push(La,10,St.fromNumber(e)):this.uint32(e)}sint32(e){return this.uint32((e<<1^e>>31)>>>0)}uint64(e){let t=St.fromBigInt(e);return this._push(La,t.length(),t)}uint64Number(e){return this._push(Ku,mt(e),e)}uint64String(e){return this.uint64(BigInt(e))}int64(e){return this.uint64(e)}int64Number(e){return this.uint64Number(e)}int64String(e){return this.uint64String(e)}sint64(e){let t=St.fromBigInt(e).zzEncode();return this._push(La,t.length(),t)}sint64Number(e){let t=St.fromNumber(e).zzEncode();return this._push(La,t.length(),t)}sint64String(e){return this.sint64(BigInt(e))}bool(e){return this._push(cd,1,e?1:0)}fixed32(e){return this._push(is,4,e>>>0)}sfixed32(e){return this.fixed32(e)}fixed64(e){let t=St.fromBigInt(e);return this._push(is,4,t.lo)._push(is,4,t.hi)}fixed64Number(e){let t=St.fromNumber(e);return this._push(is,4,t.lo)._push(is,4,t.hi)}fixed64String(e){return this.fixed64(BigInt(e))}sfixed64(e){return this.fixed64(e)}sfixed64Number(e){return this.fixed64Number(e)}sfixed64String(e){return this.fixed64String(e)}float(e){return this._push(Qp,4,e)}double(e){return this._push(t0,8,e)}bytes(e){let t=e.length>>>0;return t===0?this._push(cd,1,0):this.uint32(t)._push(Vb,t,e)}string(e){let t=i0(e);return t!==0?this.uint32(t)._push(Yu,t,e):this._push(cd,1,0)}fork(){return this.states=new ld(this),this.head=this.tail=new mi(ad,0,0),this.len=0,this}reset(){return this.states!=null?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new mi(ad,0,0),this.len=0),this}ldelim(){let e=this.head,t=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=e.next,this.tail=t,this.len+=n),this}finish(){let e=this.head.next,t=Pb(this.len),n=0;for(;e!=null;)e.fn(e.val,t,n),n+=e.len,e=e.next;return t}};function cd(r,e,t){e[t]=r&255}function Fb(r,e,t){for(;r>127;)e[t++]=r&127|128,r>>>=7;e[t]=r}var ud=class extends mi{next;constructor(e,t){super(Fb,e,t),this.next=void 0}};function La(r,e,t){for(;r.hi!==0;)e[t++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)e[t++]=r.lo&127|128,r.lo=r.lo>>>7;e[t++]=r.lo}function is(r,e,t){e[t]=r&255,e[t+1]=r>>>8&255,e[t+2]=r>>>16&255,e[t+3]=r>>>24}function Vb(r,e,t){e.set(r,t)}globalThis.Buffer!=null&&(os.prototype.bytes=function(r){let e=r.length>>>0;return this.uint32(e),e>0&&this._push(Mb,e,r),this},os.prototype.string=function(r){let e=globalThis.Buffer.byteLength(r);return this.uint32(e),e>0&&this._push(Hb,e,r),this});function Mb(r,e,t){e.set(r,t)}function Hb(r,e,t){r.length<40?Yu(r,e,t):e.utf8Write!=null?e.utf8Write(r,t):e.set(V(r),t)}function dd(){return new os}function Ht(r,e){let t=dd();return e.encode(r,t,{lengthDelimited:!1}),t.finish()}var Ji;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(Ji||(Ji={}));function Ua(r,e,t,n){return{name:r,type:e,encode:t,decode:n}}function yi(r){function e(i){if(r[i.toString()]==null)throw new Error("Invalid enum value");return r[i]}let t=function(o,s){let a=e(o);s.int32(a)},n=function(o){let s=o.int32();return e(s)};return Ua("enum",Ji.VARINT,t,n)}function $t(r,e){return Ua("message",Ji.LENGTH_DELIMITED,r,e)}function $b(r){return r[Symbol.asyncIterator]!=null}function zb(r){if($b(r))return(async()=>{for await(let e of r);})();for(let e of r);}var Jt=zb;function ye(r,e){if(globalThis.Buffer!=null)return In(globalThis.Buffer.concat(r,e));e==null&&(e=r.reduce((i,o)=>i+o.length,0));let t=pt(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return In(t)}var p0=Symbol.for("@achingbrain/uint8arraylist");function h0(r,e){if(e==null||e<0)throw new RangeError("index is out of bounds");let t=0;for(let n of r){let i=t+n.byteLength;if(e<i)return{buf:n,index:e-t};t=i}throw new RangeError("index is out of bounds")}function gr(r){return!!r?.[p0]}var zt=class r{bufs;length;[p0]=!0;constructor(...e){this.bufs=[],this.length=0,e.length>0&&this.appendAll(e)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...e){this.appendAll(e)}appendAll(e){let t=0;for(let n of e)if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.push(n);else if(gr(n))t+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}prepend(...e){this.prependAll(e)}prependAll(e){let t=0;for(let n of e.reverse())if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.unshift(n);else if(gr(n))t+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}get(e){let t=h0(this.bufs,e);return t.buf[t.index]}set(e,t){let n=h0(this.bufs,e);n.buf[n.index]=t}write(e,t=0){if(e instanceof Uint8Array)for(let n=0;n<e.length;n++)this.set(t+n,e[n]);else if(gr(e))for(let n=0;n<e.length;n++)this.set(t+n,e.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(e){if(e=Math.trunc(e),!(Number.isNaN(e)||e<=0)){if(e===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(e>=this.bufs[0].byteLength)e-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(e),this.length-=e;break}}}slice(e,t){let{bufs:n,length:i}=this._subList(e,t);return ye(n,i)}subarray(e,t){let{bufs:n,length:i}=this._subList(e,t);return n.length===1?n[0]:ye(n,i)}sublist(e,t){let{bufs:n,length:i}=this._subList(e,t),o=new r;return o.length=i,o.bufs=[...n],o}_subList(e,t){if(e=e??0,t=t??this.length,e<0&&(e=this.length+e),t<0&&(t=this.length+t),e<0||t>this.length)throw new RangeError("index is out of bounds");if(e===t)return{bufs:[],length:0};if(e===0&&t===this.length)return{bufs:this.bufs,length:this.length};let n=[],i=0;for(let o=0;o<this.bufs.length;o++){let s=this.bufs[o],a=i,c=a+s.byteLength;if(i=c,e>=c)continue;let u=e>=a&&e<c,l=t>a&&t<=c;if(u&&l){if(e===a&&t===c){n.push(s);break}let d=e-a;n.push(s.subarray(d,d+(t-e)));break}if(u){if(e===0){n.push(s);continue}n.push(s.subarray(e-a));continue}if(l){if(t===c){n.push(s);break}n.push(s.subarray(0,t-a));break}n.push(s)}return{bufs:n,length:t-e}}indexOf(e,t=0){if(!gr(e)&&!(e instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=e instanceof Uint8Array?e:e.subarray();if(t=Number(t??0),isNaN(t)&&(t=0),t<0&&(t=this.length+t),t<0&&(t=0),e.length===0)return t>this.length?this.length:t;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,s=new Int32Array(o);for(let d=0;d<o;d++)s[d]=-1;for(let d=0;d<i;d++)s[n[d]]=d;let a=s,c=this.byteLength-n.byteLength,u=n.byteLength-1,l;for(let d=t;d<=c;d+=l){l=0;for(let p=u;p>=0;p--){let f=this.get(d+p);if(n[p]!==f){l=Math.max(1,p-a[f]);break}}if(l===0)return d}return-1}getInt8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getInt8(0)}setInt8(e,t){let n=pt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,t),this.write(n,e)}getInt16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,t)}setInt16(e,t,n){let i=Mr(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,t,n),this.write(i,e)}getInt32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,t)}setInt32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,t,n),this.write(i,e)}getBigInt64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,t)}setBigInt64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,t,n),this.write(i,e)}getUint8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getUint8(0)}setUint8(e,t){let n=pt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,t),this.write(n,e)}getUint16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,t)}setUint16(e,t,n){let i=Mr(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,t,n),this.write(i,e)}getUint32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,t)}setUint32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,t,n),this.write(i,e)}getBigUint64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,t)}setBigUint64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,t,n),this.write(i,e)}getFloat32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,t)}setFloat32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,t,n),this.write(i,e)}getFloat64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,t)}setFloat64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,t,n),this.write(i,e)}equals(e){if(e==null||!(e instanceof r)||e.bufs.length!==this.bufs.length)return!1;for(let t=0;t<this.bufs.length;t++)if(!he(this.bufs[t],e.bufs[t]))return!1;return!0}static fromUint8Arrays(e,t){let n=new r;return n.bufs=e,t==null&&(t=e.reduce((i,o)=>i+o.byteLength,0)),n.length=t,n}};function Gb(r){return r[Symbol.asyncIterator]!=null}function qb(r,e){if(Gb(r))return async function*(){for await(let a of r)yield e(a)}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){yield await o;for await(let a of t)yield e(a)}();let s=e;return function*(){yield o;for(let a of t)yield s(a)}()}var tt=qb;function _e(){let r={};return r.promise=new Promise((e,t)=>{r.resolve=e,r.reject=t}),r}var Da=class{buffer;mask;top;btm;next;constructor(e){if(!(e>0)||e-1&e)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(e),this.mask=e-1,this.top=0,this.btm=0,this.next=null}push(e){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=e,this.top=this.top+1&this.mask,!0)}shift(){let e=this.buffer[this.btm];if(e!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,e}isEmpty(){return this.buffer[this.btm]===void 0}},Qi=class{size;hwm;head;tail;constructor(e={}){this.hwm=e.splitLimit??16,this.head=new Da(this.hwm),this.tail=this.head,this.size=0}calculateSize(e){return e?.byteLength!=null?e.byteLength:1}push(e){if(e?.value!=null&&(this.size+=this.calculateSize(e.value)),!this.head.push(e)){let t=this.head;this.head=t.next=new Da(2*this.head.buffer.length),this.head.push(e)}}shift(){let e=this.tail.shift();if(e===void 0&&this.tail.next!=null){let t=this.tail.next;this.tail.next=null,this.tail=t,e=this.tail.shift()}return e?.value!=null&&(this.size-=this.calculateSize(e.value)),e}isEmpty(){return this.head.isEmpty()}};var fd=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.code=t??"ABORT_ERR"}};function Kt(r={}){return Wb(t=>{let n=t.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function Wb(r,e){e=e??{};let t=e.onEnd,n=new Qi,i,o,s,a=_e(),c=async()=>{try{return n.isEmpty()?s?{done:!0}:await new Promise((y,g)=>{o=E=>{o=null,n.push(E);try{y(r(n))}catch(x){g(x)}return i}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=_e()})}},u=y=>o!=null?o(y):(n.push(y),i),l=y=>(n=new Qi,o!=null?o({error:y}):(n.push({error:y}),i)),d=y=>{if(s)return i;if(e?.objectMode!==!0&&y?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return u({done:!1,value:y})},p=y=>s?i:(s=!0,y!=null?l(y):u({done:!0})),f=()=>(n=new Qi,p(),{done:!0}),h=y=>(p(y),{done:!0});if(i={[Symbol.asyncIterator](){return this},next:c,return:f,throw:h,push:d,end:p,get readableLength(){return n.size},onEmpty:async y=>{let g=y?.signal;if(g?.throwIfAborted(),n.isEmpty())return;let E,x;g!=null&&(E=new Promise((_,S)=>{x=()=>{S(new fd)},g.addEventListener("abort",x)}));try{await Promise.race([a.promise,E])}finally{x!=null&&g!=null&&g?.removeEventListener("abort",x)}}},t==null)return i;let m=i;return i={[Symbol.asyncIterator](){return this},next(){return m.next()},throw(y){return m.throw(y),t!=null&&(t(y),t=void 0),{done:!0}},return(){return m.return(),t!=null&&(t(),t=void 0),{done:!0}},push:d,end(y){return m.end(y),t!=null&&(t(y),t=void 0),i},get readableLength(){return m.readableLength},onEmpty:y=>m.onEmpty(y)},i}function Yb(r){return r[Symbol.asyncIterator]!=null}function jb(...r){let e=[];for(let t of r)Yb(t)||e.push(t);return e.length===r.length?function*(){for(let t of e)yield*t}():async function*(){let t=Kt({objectMode:!0});Promise.resolve().then(async()=>{try{await Promise.all(r.map(async n=>{for await(let i of n)t.push(i)})),t.end()}catch(n){t.end(n)}}),yield*t}()}var Hr=jb;function yt(r,...e){if(r==null)throw new Error("Empty pipeline");if(hd(r)){let n=r;r=()=>n.source}else if(w0(r)||g0(r)){let n=r;r=()=>n}let t=[r,...e];if(t.length>1&&hd(t[t.length-1])&&(t[t.length-1]=t[t.length-1].sink),t.length>2)for(let n=1;n<t.length-1;n++)hd(t[n])&&(t[n]=Zb(t[n]));return Xb(...t)}var Xb=(...r)=>{let e;for(;r.length>0;)e=r.shift()(e);return e},g0=r=>r?.[Symbol.asyncIterator]!=null,w0=r=>r?.[Symbol.iterator]!=null,hd=r=>r==null?!1:r.sink!=null&&r.source!=null,Zb=r=>e=>{let t=r.sink(e);if(t?.then!=null){let n=Kt({objectMode:!0});t.then(()=>{n.end()},s=>{n.end(s)});let i,o=r.source;if(g0(o))i=async function*(){yield*o,n.end()};else if(w0(o))i=function*(){yield*o,n.end()};else throw new Error("Unknown duplex source type - must be Iterable or AsyncIterable");return Hr(n,i())}return r.source};function Jb(r){return r[Symbol.asyncIterator]!=null}function Qb(r,e){return Jb(r)?async function*(){let t=0;if(!(e<1)){for await(let n of r)if(yield n,t++,t===e)return}}():function*(){let t=0;if(!(e<1)){for(let n of r)if(yield n,t++,t===e)return}}()}var Oa=Qb;var M=class extends Event{constructor(e,t){super(e),this.detail=t}};function Z(r,e="utf8"){let t=Ca[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):t.encoder.encode(r).substring(1)}var Pa=class{url;#e=0;#t=0;#r=0;#s=0;constructor(e){this.url=e instanceof URL?e:new URL(e)}async getRawBlock(e,t){let n=this.url;if(n.pathname=`/ipfs/${e.toString()}`,n.search="?format=raw",t?.aborted===!0)throw new Error(`Signal to fetch raw block for CID ${e} from gateway ${this.url} was aborted prior to fetch`);try{this.#e++;let i=await fetch(n.toString(),{signal:t,headers:{Accept:"application/vnd.ipld.raw"},cache:"force-cache"});if(!i.ok)throw this.#t++,new Error(`unable to fetch raw block for CID ${e} from gateway ${this.url}`);return this.#s++,new Uint8Array(await i.arrayBuffer())}catch{throw t?.aborted===!0?new Error(`fetching raw block for CID ${e} from gateway ${this.url} was aborted`):(this.#t++,new Error(`unable to fetch raw block for CID ${e}`))}}reliability(){return this.#e===0?1:this.#r>0?-1/0:this.#s/(this.#e+this.#t*3)}incrementInvalidBlocks(){this.#r++}};var Fa=class{gateways;log;constructor(e,t={}){this.log=e.logger.forComponent("helia:trustless-gateway-block-broker"),this.gateways=(t.gateways??E0).map(n=>new Pa(n))}async retrieve(e,t={}){let n=this.gateways.sort((o,s)=>s.reliability()-o.reliability()),i=[];for(let o of n){this.log("getting block for %c from %s",e,o.url);try{let s=await o.getRawBlock(e,t.signal);this.log.trace("got block for %c from %s",e,o.url);try{await t.validateFn?.(s)}catch(a){throw this.log.error("failed to validate block for %c from %s",e,o.url,a),o.incrementInvalidBlocks(),new Error(`unable to validate block for CID ${e} from gateway ${o.url}`)}return s}catch(s){if(this.log.error("failed to get block for %c from %s",e,o.url,s),s instanceof Error?i.push(s):i.push(new Error(`unable to fetch raw block for CID ${e} from gateway ${o.url}`)),t.signal?.aborted===!0){this.log.trace("request aborted while fetching raw block for CID %c from gateway %s",e,o.url);break}}}throw new AggregateError(i,`unable to fetch raw block for CID ${e} from any gateway`)}};var E0=["https://trustless-gateway.link","https://cloudflare-ipfs.com","https://4everland.io"];function ss(r={}){return e=>new Fa(e,r)}var e3=Symbol.for("nodejs.util.inspect.custom"),x0=Object.values(Tn).map(r=>r.decoder).reduce((r,e)=>r.or(e),Tn.identity.decoder),b0=114,pd=36,md=37,as=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()})`}[Tu]=!0;toString(){return this.string==null&&(this.string=Ne.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return F.createV1(b0,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e==null)return!1;if(e instanceof Uint8Array)return he(this.multihash.bytes,e);if(typeof e=="string")return It(e).equals(this);if(e?.multihash?.bytes!=null)return he(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[e3](){return`PeerId(${this.toString()})`}},eo=class extends as{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},to=class extends as{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},ro=class extends as{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function It(r,e){if(e=e??x0,r.charAt(0)==="1"||r.charAt(0)==="Q"){let t=st(Ne.decode(`z${r}`));return r.startsWith("12D")?new to({multihash:t}):r.startsWith("16U")?new ro({multihash:t}):new eo({multihash:t})}return cs(x0.decode(r))}function cs(r){try{let e=st(r);if(e.code===et.code){if(e.digest.length===pd)return new to({multihash:e});if(e.digest.length===md)return new ro({multihash:e})}if(e.code===fe.code)return new eo({multihash:e})}catch{return t3(F.decode(r))}throw new Error("Supplied PeerID CID is invalid")}function t3(r){if(r==null||r.multihash==null||r.version==null||r.version===1&&r.code!==b0)throw new Error("Supplied PeerID CID is invalid");let e=r.multihash;if(e.code===fe.code)return new eo({multihash:r.multihash});if(e.code===et.code){if(e.digest.length===pd)return new to({multihash:r.multihash});if(e.digest.length===md)return new ro({multihash:r.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function v0(r,e){return r.length===pd?new to({multihash:mr(et.code,r),privateKey:e}):r.length===md?new ro({multihash:mr(et.code,r),privateKey:e}):new eo({multihash:await fe.digest(r),publicKey:r,privateKey:e})}var Va=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let t=this.index,n=e();return n===void 0&&(this.index=t),n}parseWith(e){let t=e();if(this.index===this.input.length)return t}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 t=this.readChar();if(t===e)return t})}readSeparator(e,t,n){return this.readAtomically(()=>{if(!(t>0&&this.readGivenChar(e)===void 0))return n()})}readNumber(e,t,n,i){return this.readAtomically(()=>{let o=0,s=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",u=2**(8*i)-1;for(;;){let l=this.readAtomically(()=>{let d=this.readChar();if(d===void 0)return;let p=Number.parseInt(d,e);if(!Number.isNaN(p))return p});if(l===void 0)break;if(o*=e,o+=l,o>u||(s+=1,t!==void 0&&s>t))return}if(s!==0)return!n&&c&&s>1?void 0:o})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let t=0;t<e.length;t++){let n=this.readSeparator(".",t,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;e[t]=n}return e})}readIPv6Addr(){let e=t=>{for(let n=0;n<t.length/2;n++){let i=n*2;if(n<t.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return t[i]=s[0],t[i+1]=s[1],t[i+2]=s[2],t[i+3]=s[3],[i+4,!0]}let o=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(o===void 0)return[i,!1];t[i]=o>>8,t[i+1]=o&255}return[t.length,!1]};return this.readAtomically(()=>{let t=new Uint8Array(16),[n,i]=e(t);if(n===16)return t;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let o=new Uint8Array(14),s=16-(n+2),[a]=e(o.subarray(0,s));return t.set(o.subarray(0,a),16-a),t})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var A0=45,r3=15,no=new Va;function yd(r){if(!(r.length>r3))return no.new(r).parseWith(()=>no.readIPv4Addr())}function gd(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>A0))return no.new(r).parseWith(()=>no.readIPv6Addr())}function Ma(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>A0))return no.new(r).parseWith(()=>no.readIPAddr())}var V5=parseInt("0xFFFF",16),M5=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function I0(r){return!!yd(r)}function B0(r){return!!gd(r)}function Ha(r){return!!Ma(r)}var k0=I0,a3=B0,wd=function(r){let e=0;if(r=r.toString().trim(),k0(r)){let t=new Uint8Array(e+4);return r.split(/\./g).forEach(n=>{t[e++]=parseInt(n,10)&255}),t}if(a3(r)){let t=r.split(":",8),n;for(n=0;n<t.length;n++){let o=k0(t[n]),s;o&&(s=wd(t[n]),t[n]=Z(s.slice(0,2),"base16")),s!=null&&++n<8&&t.splice(n,0,Z(s.slice(2,4),"base16"))}if(t[0]==="")for(;t.length<8;)t.unshift("0");else if(t[t.length-1]==="")for(;t.length<8;)t.push("0");else if(t.length<8){for(n=0;n<t.length&&t[n]!=="";n++);let o=[n,1];for(n=9-t.length;n>0;n--)o.push("0");t.splice.apply(t,o)}let i=new Uint8Array(e+16);for(n=0;n<t.length;n++){let o=parseInt(t[n],16);i[e++]=o>>8&255,i[e++]=o&255}return i}throw new Error("invalid ip address")},R0=function(r,e=0,t){e=~~e,t=t??r.length-e;let n=new DataView(r.buffer);if(t===4){let i=[];for(let o=0;o<t;o++)i.push(r[e+o]);return i.join(".")}if(t===16){let i=[];for(let o=0;o<t;o+=2)i.push(n.getUint16(e+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var io={},Ed={},l3=[[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"]];l3.forEach(r=>{let e=u3(...r);Ed[e.code]=e,io[e.name]=e});function u3(r,e,t,n,i){return{code:r,size:e,name:t,resolvable:!!n,path:!!i}}function we(r){if(typeof r=="number"){if(Ed[r]!=null)return Ed[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(io[r]!=null)return io[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Ak=we("ip4"),_k=we("ip6"),Sk=we("ipcidr");function bd(r,e){switch(we(r).code){case 4:case 41:return f3(e);case 42:return C0(e);case 6:case 273:case 33:case 132:return U0(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return C0(e);case 421:return y3(e);case 444:return L0(e);case 445:return L0(e);case 466:return m3(e);default:return Z(e,"base16")}}function vd(r,e){switch(we(r).code){case 4:return T0(e);case 41:return T0(e);case 42:return N0(e);case 6:case 273:case 33:case 132:return Ad(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return N0(e);case 421:return h3(e);case 444:return g3(e);case 445:return w3(e);case 466:return p3(e);default:return V(e,"base16")}}var xd=Object.values(Tn).map(r=>r.decoder),d3=function(){let r=xd[0].or(xd[1]);return xd.slice(2).forEach(e=>r=r.or(e)),r}();function T0(r){if(!Ha(r))throw new Error("invalid ip address");return wd(r)}function f3(r){let e=R0(r,0,r.length);if(e==null)throw new Error("ipBuff is required");if(!Ha(e))throw new Error("invalid ip address");return e}function Ad(r){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,r),new Uint8Array(e)}function U0(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function N0(r){let e=V(r),t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function C0(r){let e=hi(r);if(r=r.slice(mt(e)),r.length!==e)throw new Error("inconsistent lengths");return Z(r)}function h3(r){let e;r[0]==="Q"||r[0]==="1"?e=st(Ne.decode(`z${r}`)).bytes:e=F.parse(r).multihash.bytes;let t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function p3(r){let e=d3.decode(r),t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function m3(r){let e=hi(r),t=r.slice(mt(e));if(t.length!==e)throw new Error("inconsistent lengths");return"u"+Z(t,"base64url")}function y3(r){let e=hi(r),t=r.slice(mt(e));if(t.length!==e)throw new Error("inconsistent lengths");return Z(t,"base58btc")}function g3(r){let e=r.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 t=Ge.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=Ad(n);return ye([t,i],t.length+i.length)}function w3(r){let e=r.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 t=Ge.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=Ad(n);return ye([t,i],t.length+i.length)}function L0(r){let e=r.slice(0,r.length-2),t=r.slice(r.length-2),n=Z(e,"base32"),i=U0(t);return`${n}:${i}`}function D0(r){r=_d(r);let e=[],t=[],n=null,i=r.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<i.length;o++){let s=i[o],a=we(s);if(a.size===0){e.push([a.code]),t.push([a.code]);continue}if(o++,o>=i.length)throw P0("invalid address: "+r);if(a.path===!0){n=_d(i.slice(o).join("/")),e.push([a.code,vd(a.code,n)]),t.push([a.code,n]);break}let c=vd(a.code,i[o]);e.push([a.code,c]),t.push([a.code,bd(a.code,c)])}return{string:O0(t),bytes:Id(e),tuples:e,stringTuples:t,path:n}}function Sd(r){let e=[],t=[],n=null,i=0;for(;i<r.length;){let o=hi(r,i),s=mt(o),a=we(o),c=E3(a,r.slice(i+s));if(c===0){e.push([o]),t.push([o]),i+=s;continue}let u=r.slice(i+s,i+s+c);if(i+=c+s,i>r.length)throw P0("Invalid address Uint8Array: "+Z(r,"base16"));e.push([o,u]);let l=bd(o,u);if(t.push([o,l]),a.path===!0){n=l;break}}return{bytes:Uint8Array.from(r),string:O0(t),tuples:e,stringTuples:t,path:n}}function O0(r){let e=[];return r.map(t=>{let n=we(t[0]);return e.push(n.name),t.length>1&&t[1]!=null&&e.push(t[1]),null}),_d(e.join("/"))}function Id(r){return ye(r.map(e=>{let t=we(e[0]),n=Uint8Array.from(Zi(t.code));return e.length>1&&e[1]!=null&&(n=ye([n,e[1]])),n}))}function E3(r,e){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let t=hi(e instanceof Uint8Array?e:Uint8Array.from(e));return t+mt(t)}}function _d(r){return"/"+r.trim().split("/").filter(e=>e).join("/")}function P0(r){return new Error("Error parsing address: "+r)}var x3=Symbol.for("nodejs.util.inspect.custom"),Bd=Symbol.for("@multiformats/js-multiaddr/multiaddr"),b3=[we("dns").code,we("dns4").code,we("dns6").code,we("dnsaddr").code],$a=class r{bytes;#e;#t;#r;#s;[Bd]=!0;constructor(e){e==null&&(e="");let t;if(e instanceof Uint8Array)t=Sd(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);t=D0(e)}else if(V0(e))t=Sd(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=t.bytes,this.#e=t.string,this.#t=t.tuples,this.#r=t.stringTuples,this.#s=t.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let e,t,n,i,o="",s=we("tcp"),a=we("udp"),c=we("ip4"),u=we("ip6"),l=we("dns6"),d=we("ip6zone");for(let[f,h]of this.stringTuples())f===d.code&&(o=`%${h??""}`),b3.includes(f)&&(t=s.name,i=443,n=`${h??""}${o}`,e=f===l.code?6:4),(f===s.code||f===a.code)&&(t=we(f).name,i=parseInt(h??"")),(f===c.code||f===u.code)&&(t=we(f).name,n=`${h??""}${o}`,e=f===u.code?6:4);if(e==null||t==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:t,port:i}}protos(){return this.#t.map(([e])=>Object.assign({},we(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>we(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new r(e),new r(this.toString()+e.toString())}decapsulate(e){let t=e.toString(),n=this.toString(),i=n.lastIndexOf(t);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new r(n.slice(0,i))}decapsulateCode(e){let t=this.tuples();for(let n=t.length-1;n>=0;n--)if(t[n][0]===e)return new r(Id(t.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===io.p2p.code&&e.push([n,i]),n===io["p2p-circuit"].code&&(e=[])});let t=e.pop();if(t?.[1]!=null){let n=t[1];return n[0]==="Q"||n[0]==="1"?Z(Ne.decode(`z${n}`),"base58btc"):Z(F.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#s}equals(e){return he(this.bytes,e.bytes)}async resolve(e){let t=this.protos().find(o=>o.resolvable);if(t==null)return[this];let n=F0.get(t.name);if(n==null)throw new O(`no available resolver for ${t.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(o=>new r(o))}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 t=(e??this).protos();return!(t.length!==2||t[0].code!==4&&t[0].code!==41||t[1].code!==6&&t[1].code!==273)}[x3](){return`Multiaddr(${this.#e})`}};var F0=new Map;function V0(r){return!!r?.[Bd]}function kd(r){return new $a(r)}async function*za(r,e={}){let t=r.getReader();try{for(;;){let n=await t.read();if(n.done)return;yield n.value}}finally{e.preventCancel!==!0&&await t.cancel(),t.releaseLock()}}var qd={};Be(qd,{Ed25519PrivateKey:()=>xi,Ed25519PublicKey:()=>ds,generateKeyPair:()=>C6,generateKeyPairFromSeed:()=>d1,unmarshalEd25519PrivateKey:()=>T6,unmarshalEd25519PublicKey:()=>N6});function Gt(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function oo(r){if(!Number.isSafeInteger(r)||r<0)throw new Error(`Wrong positive integer: ${r}`)}function v3(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function Rd(r,...e){if(!v3(r))throw new Error("Expected Uint8Array");if(e.length>0&&!e.includes(r.length))throw new Error(`Expected Uint8Array of length ${e}, not of length=${r.length}`)}function Ka(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");oo(r.outputLen),oo(r.blockLen)}function so(r,e=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(e&&r.finished)throw new Error("Hash#digest() has already been called")}function M0(r,e){Rd(r);let t=e.outputLen;if(r.length<t)throw new Error(`digestInto() expects output buffer of length at least ${t}`)}var Ga=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function H0(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var co=r=>new DataView(r.buffer,r.byteOffset,r.byteLength),Qt=(r,e)=>r<<32-e|r>>>e,A3=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!A3)throw new Error("Non little-endian hardware is not supported");var _3=async()=>{};async function $0(r,e,t){let n=Date.now();for(let i=0;i<r;i++){t(i);let o=Date.now()-n;o>=0&&o<e||(await _3(),n+=o)}}function Td(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function Nn(r){if(typeof r=="string"&&(r=Td(r)),!H0(r))throw new Error(`expected Uint8Array, got ${typeof r}`);return r}function qa(...r){let e=0;for(let n=0;n<r.length;n++){let i=r[n];if(!H0(i))throw new Error("Uint8Array expected");e+=i.length}let t=new Uint8Array(e);for(let n=0,i=0;n<r.length;n++){let o=r[n];t.set(o,i),i+=o.length}return t}var ao=class{clone(){return this._cloneInto()}},S3={}.toString;function z0(r,e){if(e!==void 0&&S3.call(e)!=="[object Object]")throw new Error("Options should be object or undefined");return Object.assign(r,e)}function Wa(r){let e=n=>r().update(Nn(n)).digest(),t=r();return e.outputLen=t.outputLen,e.blockLen=t.blockLen,e.create=()=>r(),e}function lo(r=32){if(Ga&&typeof Ga.getRandomValues=="function")return Ga.getRandomValues(new Uint8Array(r));throw new Error("crypto.getRandomValues must be defined")}function I3(r,e,t,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(e,t,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(t>>i&o),a=Number(t&o),c=n?4:0,u=n?0:4;r.setUint32(e+c,s,n),r.setUint32(e+u,a,n)}var uo=class extends ao{constructor(e,t,n,i){super(),this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=co(this.buffer)}update(e){so(this);let{view:t,buffer:n,blockLen:i}=this;e=Nn(e);let o=e.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let c=co(e);for(;i<=o-s;s+=i)this.process(c,s);continue}n.set(e.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){so(this),M0(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;t[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let d=s;d<i;d++)t[d]=0;I3(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=co(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let d=0;d<u;d++)a.setUint32(4*d,l[d],o)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());let{blockLen:t,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return e.length=i,e.pos=a,e.finished=o,e.destroyed=s,i%t&&e.buffer.set(n),e}};var Ya=BigInt(4294967295),Nd=BigInt(32);function K0(r,e=!1){return e?{h:Number(r&Ya),l:Number(r>>Nd&Ya)}:{h:Number(r>>Nd&Ya)|0,l:Number(r&Ya)|0}}function B3(r,e=!1){let t=new Uint32Array(r.length),n=new Uint32Array(r.length);for(let i=0;i<r.length;i++){let{h:o,l:s}=K0(r[i],e);[t[i],n[i]]=[o,s]}return[t,n]}var k3=(r,e)=>BigInt(r>>>0)<<Nd|BigInt(e>>>0),R3=(r,e,t)=>r>>>t,T3=(r,e,t)=>r<<32-t|e>>>t,N3=(r,e,t)=>r>>>t|e<<32-t,C3=(r,e,t)=>r<<32-t|e>>>t,L3=(r,e,t)=>r<<64-t|e>>>t-32,U3=(r,e,t)=>r>>>t-32|e<<64-t,D3=(r,e)=>e,O3=(r,e)=>r,P3=(r,e,t)=>r<<t|e>>>32-t,F3=(r,e,t)=>e<<t|r>>>32-t,V3=(r,e,t)=>e<<t-32|r>>>64-t,M3=(r,e,t)=>r<<t-32|e>>>64-t;function H3(r,e,t,n){let i=(e>>>0)+(n>>>0);return{h:r+t+(i/2**32|0)|0,l:i|0}}var $3=(r,e,t)=>(r>>>0)+(e>>>0)+(t>>>0),z3=(r,e,t,n)=>e+t+n+(r/2**32|0)|0,K3=(r,e,t,n)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0),G3=(r,e,t,n,i)=>e+t+n+i+(r/2**32|0)|0,q3=(r,e,t,n,i)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0)+(i>>>0),W3=(r,e,t,n,i,o)=>e+t+n+i+o+(r/2**32|0)|0;var Y3={fromBig:K0,split:B3,toBig:k3,shrSH:R3,shrSL:T3,rotrSH:N3,rotrSL:C3,rotrBH:L3,rotrBL:U3,rotr32H:D3,rotr32L:O3,rotlSH:P3,rotlSL:F3,rotlBH:V3,rotlBL:M3,add:H3,add3L:$3,add3H:z3,add4L:K3,add4H:G3,add5H:W3,add5L:q3},ee=Y3;var[j3,X3]=ee.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(r=>BigInt(r))),Cn=new Uint32Array(80),Ln=new Uint32Array(80),Cd=class extends uo{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:e,Al:t,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:c,Eh:u,El:l,Fh:d,Fl:p,Gh:f,Gl:h,Hh:m,Hl:y}=this;return[e,t,n,i,o,s,a,c,u,l,d,p,f,h,m,y]}set(e,t,n,i,o,s,a,c,u,l,d,p,f,h,m,y){this.Ah=e|0,this.Al=t|0,this.Bh=n|0,this.Bl=i|0,this.Ch=o|0,this.Cl=s|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=l|0,this.Fh=d|0,this.Fl=p|0,this.Gh=f|0,this.Gl=h|0,this.Hh=m|0,this.Hl=y|0}process(e,t){for(let x=0;x<16;x++,t+=4)Cn[x]=e.getUint32(t),Ln[x]=e.getUint32(t+=4);for(let x=16;x<80;x++){let _=Cn[x-15]|0,S=Ln[x-15]|0,A=ee.rotrSH(_,S,1)^ee.rotrSH(_,S,8)^ee.shrSH(_,S,7),v=ee.rotrSL(_,S,1)^ee.rotrSL(_,S,8)^ee.shrSL(_,S,7),b=Cn[x-2]|0,T=Ln[x-2]|0,C=ee.rotrSH(b,T,19)^ee.rotrBH(b,T,61)^ee.shrSH(b,T,6),N=ee.rotrSL(b,T,19)^ee.rotrBL(b,T,61)^ee.shrSL(b,T,6),$=ee.add4L(v,N,Ln[x-7],Ln[x-16]),D=ee.add4H($,A,C,Cn[x-7],Cn[x-16]);Cn[x]=D|0,Ln[x]=$|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:c,Dh:u,Dl:l,Eh:d,El:p,Fh:f,Fl:h,Gh:m,Gl:y,Hh:g,Hl:E}=this;for(let x=0;x<80;x++){let _=ee.rotrSH(d,p,14)^ee.rotrSH(d,p,18)^ee.rotrBH(d,p,41),S=ee.rotrSL(d,p,14)^ee.rotrSL(d,p,18)^ee.rotrBL(d,p,41),A=d&f^~d&m,v=p&h^~p&y,b=ee.add5L(E,S,v,X3[x],Ln[x]),T=ee.add5H(b,g,_,A,j3[x],Cn[x]),C=b|0,N=ee.rotrSH(n,i,28)^ee.rotrBH(n,i,34)^ee.rotrBH(n,i,39),$=ee.rotrSL(n,i,28)^ee.rotrBL(n,i,34)^ee.rotrBL(n,i,39),D=n&o^n&a^o&a,ne=i&s^i&c^s&c;g=m|0,E=y|0,m=f|0,y=h|0,f=d|0,h=p|0,{h:d,l:p}=ee.add(u|0,l|0,T|0,C|0),u=a|0,l=c|0,a=o|0,c=s|0,o=n|0,s=i|0;let B=ee.add3L(C,$,ne);n=ee.add3H(B,T,N,D),i=B|0}({h:n,l:i}=ee.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=ee.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:c}=ee.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l}=ee.add(this.Dh|0,this.Dl|0,u|0,l|0),{h:d,l:p}=ee.add(this.Eh|0,this.El|0,d|0,p|0),{h:f,l:h}=ee.add(this.Fh|0,this.Fl|0,f|0,h|0),{h:m,l:y}=ee.add(this.Gh|0,this.Gl|0,m|0,y|0),{h:g,l:E}=ee.add(this.Hh|0,this.Hl|0,g|0,E|0),this.set(n,i,o,s,a,c,u,l,d,p,f,h,m,y,g,E)}roundClean(){Cn.fill(0),Ln.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var fo=Wa(()=>new Cd);var Xa={};Be(Xa,{bitGet:()=>n6,bitLen:()=>r6,bitMask:()=>ls,bitSet:()=>i6,bytesToHex:()=>zr,bytesToNumberBE:()=>Kr,bytesToNumberLE:()=>Un,concatBytes:()=>Gr,createHmacDrbg:()=>Dd,ensureBytes:()=>Re,equalBytes:()=>e6,hexToBytes:()=>gi,hexToNumber:()=>Ud,isBytes:()=>er,numberToBytesBE:()=>Dn,numberToBytesLE:()=>wi,numberToHexUnpadded:()=>Y0,numberToVarBytesBE:()=>Q3,utf8ToBytes:()=>t6,validateObject:()=>wr});var W0=BigInt(0),ja=BigInt(1),Z3=BigInt(2);function er(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var J3=Array.from({length:256},(r,e)=>e.toString(16).padStart(2,"0"));function zr(r){if(!er(r))throw new Error("Uint8Array expected");let e="";for(let t=0;t<r.length;t++)e+=J3[r[t]];return e}function Y0(r){let e=r.toString(16);return e.length&1?`0${e}`:e}function Ud(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return BigInt(r===""?"0":`0x${r}`)}var $r={_0:48,_9:57,_A:65,_F:70,_a:97,_f:102};function G0(r){if(r>=$r._0&&r<=$r._9)return r-$r._0;if(r>=$r._A&&r<=$r._F)return r-($r._A-10);if(r>=$r._a&&r<=$r._f)return r-($r._a-10)}function gi(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);let e=r.length,t=e/2;if(e%2)throw new Error("padded hex string expected, got unpadded hex of length "+e);let n=new Uint8Array(t);for(let i=0,o=0;i<t;i++,o+=2){let s=G0(r.charCodeAt(o)),a=G0(r.charCodeAt(o+1));if(s===void 0||a===void 0){let c=r[o]+r[o+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+o)}n[i]=s*16+a}return n}function Kr(r){return Ud(zr(r))}function Un(r){if(!er(r))throw new Error("Uint8Array expected");return Ud(zr(Uint8Array.from(r).reverse()))}function Dn(r,e){return gi(r.toString(16).padStart(e*2,"0"))}function wi(r,e){return Dn(r,e).reverse()}function Q3(r){return gi(Y0(r))}function Re(r,e,t){let n;if(typeof e=="string")try{n=gi(e)}catch(o){throw new Error(`${r} must be valid hex string, got "${e}". Cause: ${o}`)}else if(er(e))n=Uint8Array.from(e);else throw new Error(`${r} must be hex string or Uint8Array`);let i=n.length;if(typeof t=="number"&&i!==t)throw new Error(`${r} expected ${t} bytes, got ${i}`);return n}function Gr(...r){let e=0;for(let i=0;i<r.length;i++){let o=r[i];if(!er(o))throw new Error("Uint8Array expected");e+=o.length}let t=new Uint8Array(e),n=0;for(let i=0;i<r.length;i++){let o=r[i];t.set(o,n),n+=o.length}return t}function e6(r,e){if(r.length!==e.length)return!1;let t=0;for(let n=0;n<r.length;n++)t|=r[n]^e[n];return t===0}function t6(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function r6(r){let e;for(e=0;r>W0;r>>=ja,e+=1);return e}function n6(r,e){return r>>BigInt(e)&ja}var i6=(r,e,t)=>r|(t?ja:W0)<<BigInt(e),ls=r=>(Z3<<BigInt(r-1))-ja,Ld=r=>new Uint8Array(r),q0=r=>Uint8Array.from(r);function Dd(r,e,t){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof t!="function")throw new Error("hmacFn must be a function");let n=Ld(r),i=Ld(r),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...d)=>t(i,n,...d),c=(d=Ld())=>{i=a(q0([0]),d),n=a(),d.length!==0&&(i=a(q0([1]),d),n=a())},u=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let d=0,p=[];for(;d<e;){n=a();let f=n.slice();p.push(f),d+=n.length}return Gr(...p)};return(d,p)=>{s(),c(d);let f;for(;!(f=p(u()));)c();return s(),f}}var o6={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||er(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,e)=>e.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function wr(r,e,t={}){let n=(i,o,s)=>{let a=o6[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let c=r[i];if(!(s&&c===void 0)&&!a(c,r))throw new Error(`Invalid param ${String(i)}=${c} (${typeof c}), expected ${o}`)};for(let[i,o]of Object.entries(e))n(i,o,!1);for(let[i,o]of Object.entries(t))n(i,o,!0);return r}var Fe=BigInt(0),Ee=BigInt(1),Ei=BigInt(2),s6=BigInt(3),Od=BigInt(4),j0=BigInt(5),X0=BigInt(8),a6=BigInt(9),c6=BigInt(16);function ge(r,e){let t=r%e;return t>=Fe?t:e+t}function l6(r,e,t){if(t<=Fe||e<Fe)throw new Error("Expected power/modulo > 0");if(t===Ee)return Fe;let n=Ee;for(;e>Fe;)e&Ee&&(n=n*r%t),r=r*r%t,e>>=Ee;return n}function xe(r,e,t){let n=r;for(;e-- >Fe;)n*=n,n%=t;return n}function Za(r,e){if(r===Fe||e<=Fe)throw new Error(`invert: expected positive integers, got n=${r} mod=${e}`);let t=ge(r,e),n=e,i=Fe,o=Ee,s=Ee,a=Fe;for(;t!==Fe;){let u=n/t,l=n%t,d=i-s*u,p=o-a*u;n=t,t=l,i=s,o=a,s=d,a=p}if(n!==Ee)throw new Error("invert: does not exist");return ge(i,e)}function u6(r){let e=(r-Ee)/Ei,t,n,i;for(t=r-Ee,n=0;t%Ei===Fe;t/=Ei,n++);for(i=Ei;i<r&&l6(i,e,r)!==r-Ee;i++);if(n===1){let s=(r+Ee)/Od;return function(c,u){let l=c.pow(u,s);if(!c.eql(c.sqr(l),u))throw new Error("Cannot find square root");return l}}let o=(t+Ee)/Ei;return function(a,c){if(a.pow(c,e)===a.neg(a.ONE))throw new Error("Cannot find square root");let u=n,l=a.pow(a.mul(a.ONE,i),t),d=a.pow(c,o),p=a.pow(c,t);for(;!a.eql(p,a.ONE);){if(a.eql(p,a.ZERO))return a.ZERO;let f=1;for(let m=a.sqr(p);f<u&&!a.eql(m,a.ONE);f++)m=a.sqr(m);let h=a.pow(l,Ee<<BigInt(u-f-1));l=a.sqr(h),d=a.mul(d,h),p=a.mul(p,l),u=f}return d}}function d6(r){if(r%Od===s6){let e=(r+Ee)/Od;return function(n,i){let o=n.pow(i,e);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(r%X0===j0){let e=(r-j0)/X0;return function(n,i){let o=n.mul(i,Ei),s=n.pow(o,e),a=n.mul(i,s),c=n.mul(n.mul(a,Ei),s),u=n.mul(a,n.sub(c,n.ONE));if(!n.eql(n.sqr(u),i))throw new Error("Cannot find square root");return u}}return r%c6,u6(r)}var Z0=(r,e)=>(ge(r,e)&Ee)===Ee,f6=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Pd(r){let e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},t=f6.reduce((n,i)=>(n[i]="function",n),e);return wr(r,t)}function h6(r,e,t){if(t<Fe)throw new Error("Expected power > 0");if(t===Fe)return r.ONE;if(t===Ee)return e;let n=r.ONE,i=e;for(;t>Fe;)t&Ee&&(n=r.mul(n,i)),i=r.sqr(i),t>>=Ee;return n}function p6(r,e){let t=new Array(e.length),n=e.reduce((o,s,a)=>r.is0(s)?o:(t[a]=o,r.mul(o,s)),r.ONE),i=r.inv(n);return e.reduceRight((o,s,a)=>r.is0(s)?o:(t[a]=r.mul(o,t[a]),r.mul(o,s)),i),t}function Fd(r,e){let t=e!==void 0?e:r.toString(2).length,n=Math.ceil(t/8);return{nBitLength:t,nByteLength:n}}function Ja(r,e,t=!1,n={}){if(r<=Fe)throw new Error(`Expected Field ORDER > 0, got ${r}`);let{nBitLength:i,nByteLength:o}=Fd(r,e);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=d6(r),a=Object.freeze({ORDER:r,BITS:i,BYTES:o,MASK:ls(i),ZERO:Fe,ONE:Ee,create:c=>ge(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Fe<=c&&c<r},is0:c=>c===Fe,isOdd:c=>(c&Ee)===Ee,neg:c=>ge(-c,r),eql:(c,u)=>c===u,sqr:c=>ge(c*c,r),add:(c,u)=>ge(c+u,r),sub:(c,u)=>ge(c-u,r),mul:(c,u)=>ge(c*u,r),pow:(c,u)=>h6(a,c,u),div:(c,u)=>ge(c*Za(u,r),r),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>Za(c,r),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>p6(a,c),cmov:(c,u,l)=>l?u:c,toBytes:c=>t?wi(c,o):Dn(c,o),fromBytes:c=>{if(c.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${c.length}`);return t?Un(c):Kr(c)}});return Object.freeze(a)}function J0(r,e){if(!r.isOdd)throw new Error("Field doesn't have isOdd");let t=r.sqrt(e);return r.isOdd(t)?r.neg(t):t}function Q0(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let e=r.toString(2).length;return Math.ceil(e/8)}function Vd(r){let e=Q0(r);return e+Math.ceil(e/2)}function e1(r,e,t=!1){let n=r.length,i=Q0(e),o=Vd(e);if(n<16||n<o||n>1024)throw new Error(`expected ${o}-1024 bytes of input, got ${n}`);let s=t?Kr(r):Un(r),a=ge(s,e-Ee)+Ee;return t?wi(a,i):Dn(a,i)}var y6=BigInt(0),Md=BigInt(1);function Qa(r,e){let t=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(e/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:t,unsafeLadder(i,o){let s=r.ZERO,a=i;for(;o>y6;)o&Md&&(s=s.add(a)),a=a.double(),o>>=Md;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),c=[],u=i,l=u;for(let d=0;d<s;d++){l=u,c.push(l);for(let p=1;p<a;p++)l=l.add(u),c.push(l);u=l.double()}return c},wNAF(i,o,s){let{windows:a,windowSize:c}=n(i),u=r.ZERO,l=r.BASE,d=BigInt(2**i-1),p=2**i,f=BigInt(i);for(let h=0;h<a;h++){let m=h*c,y=Number(s&d);s>>=f,y>c&&(y-=p,s+=Md);let g=m,E=m+Math.abs(y)-1,x=h%2!==0,_=y<0;y===0?l=l.add(t(x,o[g])):u=u.add(t(_,o[E]))}return{p:u,f:l}},wNAFCached(i,o,s,a){let c=i._WINDOW_SIZE||1,u=o.get(i);return u||(u=this.precomputeWindow(i,c),c!==1&&o.set(i,a(u))),this.wNAF(c,u,s)}}}function us(r){return Pd(r.Fp),wr(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Fd(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var tr=BigInt(0),Bt=BigInt(1),ec=BigInt(2),g6=BigInt(8),w6={zip215:!0};function E6(r){let e=us(r);return wr(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function tc(r){let e=E6(r),{Fp:t,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:c}=e,u=ec<<BigInt(a*8)-Bt,l=t.create,d=e.uvRatio||((L,k)=>{try{return{isValid:!0,value:t.sqrt(L*t.inv(k))}}catch{return{isValid:!1,value:tr}}}),p=e.adjustScalarBytes||(L=>L),f=e.domain||((L,k,K)=>{if(k.length||K)throw new Error("Contexts/pre-hash are not supported");return L}),h=L=>typeof L=="bigint"&&tr<L,m=(L,k)=>h(L)&&h(k)&&L<k,y=L=>L===tr||m(L,u);function g(L,k){if(m(L,k))return L;throw new Error(`Expected valid scalar < ${k}, got ${typeof L} ${L}`)}function E(L){return L===tr?L:g(L,n)}let x=new Map;function _(L){if(!(L instanceof S))throw new Error("ExtendedPoint expected")}class S{constructor(k,K,Y,J){if(this.ex=k,this.ey=K,this.ez=Y,this.et=J,!y(k))throw new Error("x required");if(!y(K))throw new Error("y required");if(!y(Y))throw new Error("z required");if(!y(J))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(k){if(k instanceof S)throw new Error("extended point not allowed");let{x:K,y:Y}=k||{};if(!y(K)||!y(Y))throw new Error("invalid affine point");return new S(K,Y,Bt,l(K*Y))}static normalizeZ(k){let K=t.invertBatch(k.map(Y=>Y.ez));return k.map((Y,J)=>Y.toAffine(K[J])).map(S.fromAffine)}_setWindowSize(k){this._WINDOW_SIZE=k,x.delete(this)}assertValidity(){let{a:k,d:K}=e;if(this.is0())throw new Error("bad point: ZERO");let{ex:Y,ey:J,ez:re,et:ie}=this,me=l(Y*Y),ae=l(J*J),ue=l(re*re),Ue=l(ue*ue),Ie=l(me*k),ze=l(ue*l(Ie+ae)),Ke=l(Ue+l(K*l(me*ae)));if(ze!==Ke)throw new Error("bad point: equation left != right (1)");let Pe=l(Y*J),Ze=l(re*ie);if(Pe!==Ze)throw new Error("bad point: equation left != right (2)")}equals(k){_(k);let{ex:K,ey:Y,ez:J}=this,{ex:re,ey:ie,ez:me}=k,ae=l(K*me),ue=l(re*J),Ue=l(Y*me),Ie=l(ie*J);return ae===ue&&Ue===Ie}is0(){return this.equals(S.ZERO)}negate(){return new S(l(-this.ex),this.ey,this.ez,l(-this.et))}double(){let{a:k}=e,{ex:K,ey:Y,ez:J}=this,re=l(K*K),ie=l(Y*Y),me=l(ec*l(J*J)),ae=l(k*re),ue=K+Y,Ue=l(l(ue*ue)-re-ie),Ie=ae+ie,ze=Ie-me,Ke=ae-ie,Pe=l(Ue*ze),Ze=l(Ie*Ke),Vr=l(Ue*Ke),li=l(ze*Ie);return new S(Pe,Ze,li,Vr)}add(k){_(k);let{a:K,d:Y}=e,{ex:J,ey:re,ez:ie,et:me}=this,{ex:ae,ey:ue,ez:Ue,et:Ie}=k;if(K===BigInt(-1)){let pp=l((re-J)*(ue+ae)),mp=l((re+J)*(ue-ae)),gu=l(mp-pp);if(gu===tr)return this.double();let yp=l(ie*ec*Ie),gp=l(me*ec*Ue),wp=gp+yp,Ep=mp+pp,xp=gp-yp,PE=l(wp*gu),FE=l(Ep*xp),VE=l(wp*xp),ME=l(gu*Ep);return new S(PE,FE,ME,VE)}let ze=l(J*ae),Ke=l(re*ue),Pe=l(me*Y*Ie),Ze=l(ie*Ue),Vr=l((J+re)*(ae+ue)-ze-Ke),li=Ze-Pe,Jo=Ze+Pe,hp=l(Ke-K*ze),LE=l(Vr*li),UE=l(Jo*hp),DE=l(Vr*hp),OE=l(li*Jo);return new S(LE,UE,OE,DE)}subtract(k){return this.add(k.negate())}wNAF(k){return b.wNAFCached(this,x,k,S.normalizeZ)}multiply(k){let{p:K,f:Y}=this.wNAF(g(k,n));return S.normalizeZ([K,Y])[0]}multiplyUnsafe(k){let K=E(k);return K===tr?v:this.equals(v)||K===Bt?this:this.equals(A)?this.wNAF(K).p:b.unsafeLadder(this,K)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return b.unsafeLadder(this,n).is0()}toAffine(k){let{ex:K,ey:Y,ez:J}=this,re=this.is0();k==null&&(k=re?g6:t.inv(J));let ie=l(K*k),me=l(Y*k),ae=l(J*k);if(re)return{x:tr,y:Bt};if(ae!==Bt)throw new Error("invZ was invalid");return{x:ie,y:me}}clearCofactor(){let{h:k}=e;return k===Bt?this:this.multiplyUnsafe(k)}static fromHex(k,K=!1){let{d:Y,a:J}=e,re=t.BYTES;k=Re("pointHex",k,re);let ie=k.slice(),me=k[re-1];ie[re-1]=me&-129;let ae=Un(ie);ae===tr||(K?g(ae,u):g(ae,t.ORDER));let ue=l(ae*ae),Ue=l(ue-Bt),Ie=l(Y*ue-J),{isValid:ze,value:Ke}=d(Ue,Ie);if(!ze)throw new Error("Point.fromHex: invalid y coordinate");let Pe=(Ke&Bt)===Bt,Ze=(me&128)!==0;if(!K&&Ke===tr&&Ze)throw new Error("Point.fromHex: x=0 and x_0=1");return Ze!==Pe&&(Ke=l(-Ke)),S.fromAffine({x:Ke,y:ae})}static fromPrivateKey(k){return N(k).point}toRawBytes(){let{x:k,y:K}=this.toAffine(),Y=wi(K,t.BYTES);return Y[Y.length-1]|=k&Bt?128:0,Y}toHex(){return zr(this.toRawBytes())}}S.BASE=new S(e.Gx,e.Gy,Bt,l(e.Gx*e.Gy)),S.ZERO=new S(tr,Bt,Bt,tr);let{BASE:A,ZERO:v}=S,b=Qa(S,a*8);function T(L){return ge(L,n)}function C(L){return T(Un(L))}function N(L){let k=a;L=Re("private key",L,k);let K=Re("hashed private key",o(L),2*k),Y=p(K.slice(0,k)),J=K.slice(k,2*k),re=C(Y),ie=A.multiply(re),me=ie.toRawBytes();return{head:Y,prefix:J,scalar:re,point:ie,pointBytes:me}}function $(L){return N(L).pointBytes}function D(L=new Uint8Array,...k){let K=Gr(...k);return C(o(f(K,Re("context",L),!!i)))}function ne(L,k,K={}){L=Re("message",L),i&&(L=i(L));let{prefix:Y,scalar:J,pointBytes:re}=N(k),ie=D(K.context,Y,L),me=A.multiply(ie).toRawBytes(),ae=D(K.context,me,re,L),ue=T(ie+ae*J);E(ue);let Ue=Gr(me,wi(ue,t.BYTES));return Re("result",Ue,a*2)}let B=w6;function U(L,k,K,Y=B){let{context:J,zip215:re}=Y,ie=t.BYTES;L=Re("signature",L,2*ie),k=Re("message",k),i&&(k=i(k));let me=Un(L.slice(ie,2*ie)),ae,ue,Ue;try{ae=S.fromHex(K,re),ue=S.fromHex(L.slice(0,ie),re),Ue=A.multiplyUnsafe(me)}catch{return!1}if(!re&&ae.isSmallOrder())return!1;let Ie=D(J,ue.toRawBytes(),ae.toRawBytes(),k);return ue.add(ae.multiplyUnsafe(Ie)).subtract(Ue).clearCofactor().equals(S.ZERO)}return A._setWindowSize(8),{CURVE:e,getPublicKey:$,sign:ne,verify:U,ExtendedPoint:S,utils:{getExtendedPublicKey:N,randomPrivateKey:()=>s(t.BYTES),precompute(L=8,k=S.BASE){return k._setWindowSize(L),k.multiply(BigInt(3)),k}}}}var $d=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),t1=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),_R=BigInt(0),x6=BigInt(1),Hd=BigInt(2),b6=BigInt(5),r1=BigInt(10),v6=BigInt(20),A6=BigInt(40),n1=BigInt(80);function _6(r){let e=$d,n=r*r%e*r%e,i=xe(n,Hd,e)*n%e,o=xe(i,x6,e)*r%e,s=xe(o,b6,e)*o%e,a=xe(s,r1,e)*s%e,c=xe(a,v6,e)*a%e,u=xe(c,A6,e)*c%e,l=xe(u,n1,e)*u%e,d=xe(l,n1,e)*u%e,p=xe(d,r1,e)*s%e;return{pow_p_5_8:xe(p,Hd,e)*r%e,b2:n}}function S6(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function I6(r,e){let t=$d,n=ge(e*e*e,t),i=ge(n*n*e,t),o=_6(r*i).pow_p_5_8,s=ge(r*n*o,t),a=ge(e*s*s,t),c=s,u=ge(s*t1,t),l=a===r,d=a===ge(-r,t),p=a===ge(-r*t1,t);return l&&(s=c),(d||p)&&(s=u),Z0(s,t)&&(s=ge(-s,t)),{isValid:l||d,value:s}}var qr=Ja($d,void 0,!0),zd={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:qr,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:fo,randomBytes:lo,adjustScalarBytes:S6,uvRatio:I6},ho=tc(zd);function i1(r,e,t){if(e.length>255)throw new Error("Context is too big");return qa(Td("SigEd25519 no Ed25519 collisions"),new Uint8Array([t?1:0,e.length]),e,r)}var SR=tc({...zd,domain:i1}),IR=tc({...zd,domain:i1,prehash:fo});var B6=(qr.ORDER+BigInt(3))/BigInt(8),BR=qr.pow(Hd,B6),kR=qr.sqrt(qr.neg(qr.ONE)),RR=(qr.ORDER-BigInt(5))/BigInt(8),TR=BigInt(486662);var NR=J0(qr,qr.neg(BigInt(486664)));var CR=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),LR=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),UR=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),DR=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var OR=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var po=32,Wr=64,rc=32;function o1(){let r=ho.utils.randomPrivateKey(),e=ho.getPublicKey(r);return{privateKey:l1(r,e),publicKey:e}}function s1(r){if(r.length!==rc)throw new TypeError('"seed" must be 32 bytes in length.');if(!(r instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let e=r,t=ho.getPublicKey(e);return{privateKey:l1(e,t),publicKey:t}}function a1(r,e){let t=r.subarray(0,rc);return ho.sign(e instanceof Uint8Array?e:e.subarray(),t)}function c1(r,e,t){return ho.verify(e,t instanceof Uint8Array?t:t.subarray(),r)}function l1(r,e){let t=new Uint8Array(Wr);for(let n=0;n<rc;n++)t[n]=r[n],t[rc+n]=e[n];return t}var at={get(r=globalThis){let e=r.crypto;if(e==null||e.subtle==null)throw Object.assign(new Error("Missing Web Crypto API. The most likely cause of this error is that this page is being accessed from an insecure context (i.e. not HTTPS). For more information and possible resolutions see https://github.com/libp2p/js-libp2p/blob/main/packages/crypto/README.md#web-crypto-api"),{code:"ERR_MISSING_WEB_CRYPTO"});return e}};var Kd={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function u1(r){let e=r?.algorithm??"AES-GCM",t=r?.keyLength??16,n=r?.nonceLength??12,i=r?.digest??"SHA-256",o=r?.saltLength??16,s=r?.iterations??32767,a=at.get();t*=8;async function c(d,p){let f=a.getRandomValues(new Uint8Array(o)),h=a.getRandomValues(new Uint8Array(n)),m={name:e,iv:h};typeof p=="string"&&(p=V(p));let y;if(p.length===0){y=await a.subtle.importKey("jwk",Kd,{name:"AES-GCM"},!0,["encrypt"]);try{let E={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},x=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(E,x,{name:e,length:t},!0,["encrypt"])}catch{y=await a.subtle.importKey("jwk",Kd,{name:"AES-GCM"},!0,["encrypt"])}}else{let E={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},x=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(E,x,{name:e,length:t},!0,["encrypt"])}let g=await a.subtle.encrypt(m,y,d);return ye([f,m.iv,new Uint8Array(g)])}async function u(d,p){let f=d.subarray(0,o),h=d.subarray(o,o+n),m=d.subarray(o+n),y={name:e,iv:h};typeof p=="string"&&(p=V(p));let g;if(p.length===0)try{let x={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},_=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(x,_,{name:e,length:t},!0,["decrypt"])}catch{g=await a.subtle.importKey("jwk",Kd,{name:"AES-GCM"},!0,["decrypt"])}else{let x={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},_=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(x,_,{name:e,length:t},!0,["decrypt"])}let E=await a.subtle.decrypt(y,g,m);return new Uint8Array(E)}return{encrypt:c,decrypt:u}}async function mo(r,e){let n=await u1().encrypt(r,e);return yr.encode(n)}var be;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.Secp256k1="Secp256k1"})(be||(be={}));var Gd;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.Secp256k1=2]="Secp256k1"})(Gd||(Gd={}));(function(r){r.codec=()=>yi(Gd)})(be||(be={}));var Er;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(Er||(Er={}));var xr;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(xr||(xr={}));var ds=class{_key;constructor(e){this._key=yo(e,po)}verify(e,t){return c1(this._key,t,e)}marshal(){return this._key}get bytes(){return Er.encode({Type:be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}},xi=class{_key;_publicKey;constructor(e,t){this._key=yo(e,Wr),this._publicKey=yo(t,po)}sign(e){return a1(this._key,e)}get public(){return new ds(this._publicKey)}marshal(){return this._key}get bytes(){return xr.encode({Type:be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}async hash(){let e=fe.digest(this.bytes),t;return Gt(e)?{bytes:t}=await e:t=e.bytes,t}async id(){let e=et.digest(this.public.bytes);return Ne.encode(e.bytes).substring(1)}async export(e,t="libp2p-key"){if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function T6(r){if(r.length>Wr){r=yo(r,Wr+po);let n=r.subarray(0,Wr),i=r.subarray(Wr,r.length);return new xi(n,i)}r=yo(r,Wr);let e=r.subarray(0,Wr),t=r.subarray(po);return new xi(e,t)}function N6(r){return r=yo(r,po),new ds(r)}async function C6(){let{privateKey:r,publicKey:e}=o1();return new xi(r,e)}async function d1(r){let{privateKey:e,publicKey:t}=s1(r);return new xi(e,t)}function yo(r,e){if(r=Uint8Array.from(r??[]),r.length!==e)throw new O(`Key must be a Uint8Array of length ${e}, got ${r.length}`,"ERR_INVALID_KEY_TYPE");return r}var rf={};Be(rf,{MAX_RSA_KEY_SIZE:()=>As,RsaPrivateKey:()=>bo,RsaPublicKey:()=>vs,fromJwk:()=>ov,generateKeyPair:()=>sv,unmarshalRsaPrivateKey:()=>ef,unmarshalRsaPublicKey:()=>iv});function bi(r){if(isNaN(r)||r<=0)throw new O("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return lo(r)}var Vn={};Be(Vn,{exportToPem:()=>Q6,importFromPem:()=>ev,jwkToPkcs1:()=>j6,jwkToPkix:()=>Z6,pkcs1ToJwk:()=>Y6,pkixToJwk:()=>X6});var ic=class extends ao{constructor(e,t){super(),this.finished=!1,this.destroyed=!1,Ka(e);let n=Nn(t);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let i=this.blockLen,o=new Uint8Array(i);o.set(n.length>i?e.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=e.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(e){return so(this),this.iHash.update(e),this}digestInto(e){so(this),Rd(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));let{oHash:t,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=s,e.outputLen=a,e.oHash=t._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},fs=(r,e,t)=>new ic(r,e).update(t).digest();fs.create=(r,e)=>new ic(r,e);function L6(r,e,t,n){Ka(r);let i=z0({dkLen:32,asyncTick:10},n),{c:o,dkLen:s,asyncTick:a}=i;if(oo(o),oo(s),oo(a),o<1)throw new Error("PBKDF2: iterations (c) should be >= 1");let c=Nn(e),u=Nn(t),l=new Uint8Array(s),d=fs.create(r,c),p=d._cloneInto().update(u);return{c:o,dkLen:s,asyncTick:a,DK:l,PRF:d,PRFSalt:p}}function U6(r,e,t,n,i){return r.destroy(),e.destroy(),n&&n.destroy(),i.fill(0),t}async function Wd(r,e,t,n){let{c:i,dkLen:o,asyncTick:s,DK:a,PRF:c,PRFSalt:u}=L6(r,e,t,n),l,d=new Uint8Array(4),p=co(d),f=new Uint8Array(c.outputLen);for(let h=1,m=0;m<o;h++,m+=c.outputLen){let y=a.subarray(m,m+c.outputLen);p.setInt32(0,h,!1),(l=u._cloneInto(l)).update(d).digestInto(f),y.set(f.subarray(0,y.length)),await $0(i-1,s,()=>{c._cloneInto(l).update(f).digestInto(f);for(let g=0;g<y.length;g++)y[g]^=f[g]})}return U6(c,u,a,l,f)}var se=Q(f1());function vi(r,e){let t=0;if(r.length===1)return r[0];for(let n=r.length-1;n>=0;n--)t+=r[r.length-1-n]*Math.pow(2,e*n);return t}function On(r,e,t=-1){let n=t,i=r,o=0,s=Math.pow(2,e);for(let a=1;a<8;a++){if(r<s){let c;if(n<0)c=new ArrayBuffer(a),o=a;else{if(n<a)return new ArrayBuffer(0);c=new ArrayBuffer(n),o=n}let u=new Uint8Array(c);for(let l=a-1;l>=0;l--){let d=Math.pow(2,l*e);u[o-l-1]=Math.floor(i/d),i-=u[o-l-1]*d}return c}s*=Math.pow(2,e)}return new ArrayBuffer(0)}function ac(...r){let e=0,t=0;for(let o of r)e+=o.length;let n=new ArrayBuffer(e),i=new Uint8Array(n);for(let o of r)i.set(o,t),t+=o.length;return i}function jd(){let r=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){let a=r[0]===255&&r[1]&128,c=r[0]===0&&(r[1]&128)===0;(a||c)&&this.warnings.push("Needlessly long format")}let e=new ArrayBuffer(this.valueHex.byteLength),t=new Uint8Array(e);for(let a=0;a<this.valueHex.byteLength;a++)t[a]=0;t[0]=r[0]&128;let n=vi(t,8),i=new ArrayBuffer(this.valueHex.byteLength),o=new Uint8Array(i);for(let a=0;a<this.valueHex.byteLength;a++)o[a]=r[a];return o[0]&=127,vi(o,8)-n}function h1(r){let e=r<0?r*-1:r,t=128;for(let n=1;n<8;n++){if(e<=t){if(r<0){let s=t-e,a=On(s,8,n),c=new Uint8Array(a);return c[0]|=128,a}let i=On(e,8,n),o=new Uint8Array(i);if(o[0]&128){let s=i.slice(0),a=new Uint8Array(s);i=new ArrayBuffer(i.byteLength+1),o=new Uint8Array(i);for(let c=0;c<s.byteLength;c++)o[c+1]=a[c];o[0]=0}return i}t*=Math.pow(2,8)}return new ArrayBuffer(0)}function p1(r,e){if(r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<t.length;i++)if(t[i]!==n[i])return!1;return!0}function gt(r,e){let t=r.toString(10);if(e<t.length)return"";let n=e-t.length,i=new Array(n);for(let s=0;s<n;s++)i[s]="0";return i.join("").concat(t)}var uT=Math.log(2);function cc(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function Xd(r){let e=0,t=0;for(let i=0;i<r.length;i++){let o=r[i];e+=o.byteLength}let n=new Uint8Array(e);for(let i=0;i<r.length;i++){let o=r[i];n.set(new Uint8Array(o),t),t+=o.byteLength}return n.buffer}function Jr(r,e,t,n){return e instanceof Uint8Array?e.byteLength?t<0?(r.error="Wrong parameter: inputOffset less than zero",!1):n<0?(r.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-t-n<0?(r.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(r.error="Wrong parameter: inputBuffer has zero length",!1):(r.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}var ps=class{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return Xd(this.items)}},hs=[new Uint8Array([1])],m1="0123456789";var Eo="",nr=new ArrayBuffer(0),Zd=new Uint8Array(0),ms="EndOfContent",g1="OCTET STRING",w1="BIT STRING";function Qr(r){var e;return e=class extends r{constructor(...n){var i;super(...n);let o=n[0]||{};this.isHexOnly=(i=o.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=o.valueHex?se.BufferSourceConverter.toUint8Array(o.valueHex):Zd}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(n){this.valueHexView=new Uint8Array(n)}fromBER(n,i,o){let s=n instanceof ArrayBuffer?new Uint8Array(n):n;if(!Jr(this,s,i,o))return-1;let a=i+o;return this.valueHexView=s.subarray(i,a),this.valueHexView.length?(this.blockLength=o,a):(this.warnings.push("Zero buffer length"),i)}toBER(n=!1){return this.isHexOnly?n?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer:(this.error="Flag 'isHexOnly' is not set, abort",nr)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:se.Convert.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}var jr=class{constructor({blockLength:e=0,error:t=Eo,warnings:n=[],valueBeforeDecode:i=Zd}={}){this.blockLength=e,this.error=t,this.warnings=n,this.valueBeforeDecodeView=se.BufferSourceConverter.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:se.Convert.ToHex(this.valueBeforeDecodeView)}}};jr.NAME="baseBlock";var rt=class extends jr{fromBER(e,t,n){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(e,t){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}};rt.NAME="valueBlock";var lc=class extends Qr(jr){constructor({idBlock:e={}}={}){var t,n,i,o;super(),e?(this.isHexOnly=(t=e.isHexOnly)!==null&&t!==void 0?t:!1,this.valueHexView=e.valueHex?se.BufferSourceConverter.toUint8Array(e.valueHex):Zd,this.tagClass=(n=e.tagClass)!==null&&n!==void 0?n:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(o=e.isConstructed)!==null&&o!==void 0?o:!1):(this.tagClass=-1,this.tagNumber=-1,this.isConstructed=!1)}toBER(e=!1){let t=0;switch(this.tagClass){case 1:t|=0;break;case 2:t|=64;break;case 3:t|=128;break;case 4:t|=192;break;default:return this.error="Unknown tag class",nr}if(this.isConstructed&&(t|=32),this.tagNumber<31&&!this.isHexOnly){let i=new Uint8Array(1);if(!e){let o=this.tagNumber;o&=31,t|=o,i[0]=t}return i.buffer}if(!this.isHexOnly){let i=On(this.tagNumber,7),o=new Uint8Array(i),s=i.byteLength,a=new Uint8Array(s+1);if(a[0]=t|31,!e){for(let c=0;c<s-1;c++)a[c+1]=o[c]|128;a[s]=o[s-1]}return a.buffer}let n=new Uint8Array(this.valueHexView.byteLength+1);if(n[0]=t|31,!e){let i=this.valueHexView;for(let o=0;o<i.length-1;o++)n[o+1]=i[o]|128;n[this.valueHexView.byteLength]=i[i.length-1]}return n.buffer}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;switch(o[0]&192){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:return this.error="Unknown tag class",-1}this.isConstructed=(o[0]&32)===32,this.isHexOnly=!1;let a=o[0]&31;if(a!==31)this.tagNumber=a,this.blockLength=1;else{let c=1,u=this.valueHexView=new Uint8Array(255),l=255;for(;o[c]&128;){if(u[c-1]=o[c]&127,c++,c>=o.length)return this.error="End of input reached before message was fully decoded",-1;if(c===l){l+=255;let p=new Uint8Array(l);for(let f=0;f<u.length;f++)p[f]=u[f];u=this.valueHexView=new Uint8Array(l)}}this.blockLength=c+1,u[c-1]=o[c]&127;let d=new Uint8Array(c);for(let p=0;p<c;p++)d[p]=u[p];u=this.valueHexView=new Uint8Array(c),u.set(d),this.blockLength<=9?this.tagNumber=vi(u,7):(this.isHexOnly=!0,this.warnings.push("Tag too long, represented as hex-coded"))}if(this.tagClass===1&&this.isConstructed)switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:return this.error="Constructed encoding used for primitive type",-1}return t+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}};lc.NAME="identificationBlock";var uc=class extends jr{constructor({lenBlock:e={}}={}){var t,n,i;super(),this.isIndefiniteForm=(t=e.isIndefiniteForm)!==null&&t!==void 0?t:!1,this.longFormUsed=(n=e.longFormUsed)!==null&&n!==void 0?n:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;if(o[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=o[0]===128,this.isIndefiniteForm)return this.blockLength=1,t+this.blockLength;if(this.longFormUsed=!!(o[0]&128),this.longFormUsed===!1)return this.length=o[0],this.blockLength=1,t+this.blockLength;let s=o[0]&127;if(s>8)return this.error="Too big integer",-1;if(s+1>o.length)return this.error="End of input reached before message was fully decoded",-1;let a=t+1,c=i.subarray(a,a+s);return c[s-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=vi(c,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=s+1,t+this.blockLength}toBER(e=!1){let t,n;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=128),t;if(this.longFormUsed){let i=On(this.length,8);if(i.byteLength>127)return this.error="Too big length",nr;if(t=new ArrayBuffer(i.byteLength+1),e)return t;let o=new Uint8Array(i);n=new Uint8Array(t),n[0]=i.byteLength|128;for(let s=0;s<i.byteLength;s++)n[s+1]=o[s];return t}return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=this.length),t}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}};uc.NAME="lengthBlock";var z={},qe=class extends jr{constructor({name:e=Eo,optional:t=!1,primitiveSchema:n,...i}={},o){super(i),this.name=e,this.optional=t,n&&(this.primitiveSchema=n),this.idBlock=new lc(i),this.lenBlock=new uc(i),this.valueBlock=o?new o(i):new rt(i)}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,t){let n=t||new ps;t||E1(this);let i=this.idBlock.toBER(e);if(n.write(i),this.lenBlock.isIndefiniteForm)n.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,n),n.write(new ArrayBuffer(2));else{let o=this.valueBlock.toBER(e);this.lenBlock.length=o.byteLength;let s=this.lenBlock.toBER(e);n.write(s),n.write(o)}return t?nr:n.final()}toJSON(){let e={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};return this.primitiveSchema&&(e.primitiveSchema=this.primitiveSchema.toJSON()),e}toString(e="ascii"){return e==="ascii"?this.onAsciiEncoding():se.Convert.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${se.Convert.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;let t=this.toBER(),n=e.toBER();return p1(t,n)}};qe.NAME="BaseBlock";function E1(r){if(r instanceof z.Constructed)for(let e of r.valueBlock.value)E1(e)&&(r.lenBlock.isIndefiniteForm=!0);return!!r.lenBlock.isIndefiniteForm}var dc=class extends qe{constructor({value:e=Eo,...t}={},n){super(t,n),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}};dc.NAME="BaseStringBlock";var fc=class extends Qr(rt){constructor({isHexOnly:e=!0,...t}={}){super(t),this.isHexOnly=e}};fc.NAME="PrimitiveValueBlock";var x1,hc=class extends qe{constructor(e={}){super(e,fc),this.idBlock.isConstructed=!1}};x1=hc;z.Primitive=x1;hc.NAME="PRIMITIVE";function z6(r,e){if(r instanceof e)return r;let t=new e;return t.idBlock=r.idBlock,t.lenBlock=r.lenBlock,t.warnings=r.warnings,t.valueBeforeDecodeView=r.valueBeforeDecodeView,t}function qc(r,e=0,t=r.length){let n=e,i=new qe({},rt),o=new jr;if(!Jr(o,r,e,t))return i.error=o.error,{offset:-1,result:i};if(!r.subarray(e,e+t).length)return i.error="Zero buffer length",{offset:-1,result:i};let a=i.idBlock.fromBER(r,e,t);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),a===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=a,t-=i.idBlock.blockLength,a=i.lenBlock.fromBER(r,e,t),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),a===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=a,t-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let c=qe;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};c=z.EndOfContent;break;case 1:c=z.Boolean;break;case 2:c=z.Integer;break;case 3:c=z.BitString;break;case 4:c=z.OctetString;break;case 5:c=z.Null;break;case 6:c=z.ObjectIdentifier;break;case 10:c=z.Enumerated;break;case 12:c=z.Utf8String;break;case 13:c=z.RelativeObjectIdentifier;break;case 14:c=z.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:c=z.Sequence;break;case 17:c=z.Set;break;case 18:c=z.NumericString;break;case 19:c=z.PrintableString;break;case 20:c=z.TeletexString;break;case 21:c=z.VideotexString;break;case 22:c=z.IA5String;break;case 23:c=z.UTCTime;break;case 24:c=z.GeneralizedTime;break;case 25:c=z.GraphicString;break;case 26:c=z.VisibleString;break;case 27:c=z.GeneralString;break;case 28:c=z.UniversalString;break;case 29:c=z.CharacterString;break;case 30:c=z.BmpString;break;case 31:c=z.DATE;break;case 32:c=z.TimeOfDay;break;case 33:c=z.DateTime;break;case 34:c=z.Duration;break;default:{let u=i.idBlock.isConstructed?new z.Constructed:new z.Primitive;u.idBlock=i.idBlock,u.lenBlock=i.lenBlock,u.warnings=i.warnings,i=u}}break;case 2:case 3:case 4:default:c=i.idBlock.isConstructed?z.Constructed:z.Primitive}return i=z6(i,c),a=i.fromBER(r,e,i.lenBlock.isIndefiniteForm?t:i.lenBlock.length),i.valueBeforeDecodeView=r.subarray(n,n+i.blockLength),{offset:a,result:i}}function xo(r){if(!r.byteLength){let e=new qe({},rt);return e.error="Input buffer has zero length",{offset:-1,result:e}}return qc(se.BufferSourceConverter.toUint8Array(r).slice(),0,r.byteLength)}function K6(r,e){return r?1:e}var br=class extends rt{constructor({value:e=[],isIndefiniteForm:t=!1,...n}={}){super(n),this.value=e,this.isIndefiniteForm=t}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;if(this.valueBeforeDecodeView=i.subarray(t,t+n),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),t;let o=t;for(;K6(this.isIndefiniteForm,n)>0;){let s=qc(i,o,n);if(s.offset===-1)return this.error=s.result.error,this.warnings.concat(s.result.warnings),-1;if(o=s.offset,this.blockLength+=s.result.blockLength,n-=s.result.blockLength,this.value.push(s.result),this.isIndefiniteForm&&s.result.constructor.NAME===ms)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===ms?this.value.pop():this.warnings.push("No EndOfContent block encoded")),o}toBER(e,t){let n=t||new ps;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,n);return t?nr:n.final()}toJSON(){let e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(let t of this.value)e.value.push(t.toJSON());return e}};br.NAME="ConstructedValueBlock";var b1,Pn=class extends qe{constructor(e={}){super(e,br),this.idBlock.isConstructed=!0}fromBER(e,t,n){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){let e=[];for(let n of this.valueBlock.value)e.push(n.toString("ascii").split(`
|
|
13
4
|
`).map(i=>` ${i}`).join(`
|
|
14
5
|
`));let t=this.idBlock.tagClass===3?`[${this.idBlock.tagNumber}]`:this.constructor.NAME;return e.length?`${t} :
|
|
15
6
|
${e.join(`
|
|
16
|
-
`)}`:`${t} :`}};Sy=hi;j.Constructed=Sy;hi.NAME="CONSTRUCTED";var jl=class extends ft{fromBER(e,t,n){return t}toBER(e){return br}};jl.override="EndOfContentValueBlock";var By,Hl=class extends it{constructor(e={}){super(e,jl),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}};By=Hl;j.EndOfContent=By;Hl.NAME=ka;var ky,mi=class extends it{constructor(e={}){super(e,ft),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,t,n){return this.lenBlock.length>0&&this.warnings.push("Non-zero length of value block for Null type"),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.blockLength+=n,t+n>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):t+n}toBER(e,t){let n=new ArrayBuffer(2);if(!e){let i=new Uint8Array(n);i[0]=5,i[1]=0}return t&&t.write(n),n}onAsciiEncoding(){return`${this.constructor.NAME}`}};ky=mi;j.Null=ky;mi.NAME="NULL";var ql=class extends En(ft){constructor({value:e,...t}={}){super(t),t.valueHex?this.valueHexView=pe.BufferSourceConverter.toUint8Array(t.valueHex):this.valueHexView=new Uint8Array(1),e&&(this.value=e)}get value(){for(let e of this.valueHexView)if(e>0)return!0;return!1}set value(e){this.valueHexView[0]=e?255:0}fromBER(e,t,n){let i=pe.BufferSourceConverter.toUint8Array(e);return vn(this,i,t,n)?(this.valueHexView=i.subarray(t,t+n),n>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,th.call(this),this.blockLength=n,t+n):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}};ql.NAME="BooleanValueBlock";var Iy,Kl=class extends it{constructor(e={}){super(e,ql),this.idBlock.tagClass=1,this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}};Iy=Kl;j.Boolean=Iy;Kl.NAME="BOOLEAN";var Gl=class extends En(Mr){constructor({isConstructed:e=!1,...t}={}){super(t),this.isConstructed=e}fromBER(e,t,n){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=Mr.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let o=0;o<this.value.length;o++){let s=this.value[o].constructor.NAME;if(s===ka){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(s!==by)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,t,n),this.blockLength=n;return i}toBER(e,t){return this.isConstructed?Mr.prototype.toBER.call(this,e,t):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}};Gl.NAME="OctetStringValueBlock";var _y,wn=class r extends it{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},Gl),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,t,n){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,n===0)return this.idBlock.error.length===0&&(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length===0&&(this.blockLength+=this.lenBlock.blockLength),t;if(!this.valueBlock.isConstructed){let o=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(t,t+n);try{if(o.byteLength){let s=vu(o,0,o.byteLength);s.offset!==-1&&s.offset===n&&(this.valueBlock.value=[s.result])}}catch{}}return super.fromBER(e,t,n)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?hi.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${pe.Convert.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed)return this.valueBlock.valueHexView.slice().buffer;let e=[];for(let t of this.valueBlock.value)t instanceof r&&e.push(t.valueBlock.valueHexView);return pe.BufferSourceConverter.concat(e)}};_y=wn;j.OctetString=_y;wn.NAME=by;var Wl=class extends En(Mr){constructor({unusedBits:e=0,isConstructed:t=!1,...n}={}){super(n),this.unusedBits=e,this.isConstructed=t,this.blockLength=this.valueHexView.byteLength}fromBER(e,t,n){if(!n)return t;let i=-1;if(this.isConstructed){if(i=Mr.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let a of this.value){let c=a.constructor.NAME;if(c===ka){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(c!==vy)return this.error="BIT STRING may consists of BIT STRINGs only",-1;let u=a.valueBlock;if(this.unusedBits>0&&u.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=u.unusedBits}return i}let o=pe.BufferSourceConverter.toUint8Array(e);if(!vn(this,o,t,n))return-1;let s=o.subarray(t,t+n);if(this.unusedBits=s[0],this.unusedBits>7)return this.error="Unused bits for BitString must be in range 0-7",-1;if(!this.unusedBits){let a=s.subarray(1);try{if(a.byteLength){let c=vu(a,0,a.byteLength);c.offset!==-1&&c.offset===n-1&&(this.value=[c.result])}}catch{}}return this.valueHexView=s.subarray(1),this.blockLength=s.length,t+n}toBER(e,t){if(this.isConstructed)return Mr.prototype.toBER.call(this,e,t);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return br;let n=new Uint8Array(this.valueHexView.length+1);return n[0]=this.unusedBits,n.set(this.valueHexView,1),n.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}};Wl.NAME="BitStringValueBlock";var Ty,os=class extends it{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},Wl),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,t,n){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,t,n)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return hi.prototype.onAsciiEncoding.call(this);{let e=[],t=this.valueBlock.valueHexView;for(let i of t)e.push(i.toString(2).padStart(8,"0"));let n=e.join("");return`${this.constructor.NAME} : ${n.substring(0,n.length-this.valueBlock.unusedBits)}`}}};Ty=os;j.BitString=Ty;os.NAME=vy;var Cy;function xB(r,e){let t=new Uint8Array([0]),n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u=0,l=c<s?s:c,p=0;for(let m=l;m>=0;m--,p++){switch(!0){case p<a.length:u=o[s-p]+a[c-p]+t[0];break;default:u=o[s-p]+t[0]}switch(t[0]=u/10,!0){case p>=o.length:o=Pl(new Uint8Array([u%10]),o);break;default:o[s-p]=u%10}}return t[0]>0&&(o=Pl(t,o)),o}function wy(r){if(r>=Sa.length)for(let e=Sa.length;e<=r;e++){let t=new Uint8Array([0]),n=Sa[e-1].slice(0);for(let i=n.length-1;i>=0;i--){let o=new Uint8Array([(n[i]<<1)+t[0]]);t[0]=o[0]/10,n[i]=o[0]%10}t[0]>0&&(n=Pl(t,n)),Sa.push(n)}return Sa[r]}function yB(r,e){let t=0,n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u,l=0;for(let p=c;p>=0;p--,l++)switch(u=o[s-l]-a[c-l]-t,!0){case u<0:t=1,o[s-l]=u+10;break;default:t=0,o[s-l]=u}if(t>0)for(let p=s-c+1;p>=0;p--,l++)if(u=o[s-l]-t,u<0)t=1,o[s-l]=u+10;else{t=0,o[s-l]=u;break}return o.slice()}var Ia=class extends En(ft){constructor({value:e,...t}={}){super(t),this._valueDec=0,t.valueHex&&this.setValueHex(),e!==void 0&&(this.valueDec=e)}setValueHex(){this.valueHexView.length>=4?(this.warnings.push("Too big Integer for decoding, hex only"),this.isHexOnly=!0,this._valueDec=0):(this.isHexOnly=!1,this.valueHexView.length>0&&(this._valueDec=th.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(gy(e))}get valueDec(){return this._valueDec}fromDER(e,t,n,i=0){let o=this.fromBER(e,t,n);if(o===-1)return o;let s=this.valueHexView;return s[0]===0&&s[1]&128?this.valueHexView=s.subarray(1):i!==0&&s.length<i&&(i-s.length>1&&(i=s.length+1),this.valueHexView=s.subarray(i-s.length)),o}toDER(e=!1){let t=this.valueHexView;switch(!0){case(t[0]&128)!==0:{let n=new Uint8Array(this.valueHexView.length+1);n[0]=0,n.set(t,1),this.valueHexView=n}break;case(t[0]===0&&(t[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,t,n){let i=super.fromBER(e,t,n);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){let e=this.valueHexView.length*8-1,t=new Uint8Array(this.valueHexView.length*8/3),n=0,i,o=this.valueHexView,s="",a=!1;for(let c=o.byteLength-1;c>=0;c--){i=o[c];for(let u=0;u<8;u++){if((i&1)===1)switch(n){case e:t=yB(wy(n),t),s="-";break;default:t=xB(t,wy(n))}n++,i>>=1}}for(let c=0;c<t.length;c++)t[c]&&(a=!0),a&&(s+=yy.charAt(t[c]));return a===!1&&(s+=yy.charAt(0)),s}};Cy=Ia;Ia.NAME="IntegerValueBlock";Object.defineProperty(Cy.prototype,"valueHex",{set:function(r){this.valueHexView=new Uint8Array(r),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var Ry,qe=class r extends it{constructor(e={}){super(e,Ia),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return Ol(),BigInt(this.valueBlock.toString())}static fromBigInt(e){Ol();let t=BigInt(e),n=new Ba,i=t.toString(16).replace(/^-/,""),o=new Uint8Array(pe.Convert.FromHex(i));if(t<0){let a=new Uint8Array(o.length+(o[0]&128?1:0));a[0]|=128;let u=BigInt(`0x${pe.Convert.ToHex(a)}`)+t,l=pe.BufferSourceConverter.toUint8Array(pe.Convert.FromHex(u.toString(16)));l[0]|=128,n.write(l)}else o[0]&128&&n.write(new Uint8Array([0])),n.write(o);return new r({valueHex:n.final()})}convertToDER(){let e=new r({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new r({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}};Ry=qe;j.Integer=Ry;qe.NAME="INTEGER";var Uy,Yl=class extends qe{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}};Uy=Yl;j.Enumerated=Uy;Yl.NAME="ENUMERATED";var _a=class extends En(ft){constructor({valueDec:e=-1,isFirstSid:t=!1,...n}={}){super(n),this.valueDec=e,this.isFirstSid=t}fromBER(e,t,n){if(!n)return t;let i=pe.BufferSourceConverter.toUint8Array(e);if(!vn(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=ro(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}set valueBigInt(e){Ol();let t=BigInt(e).toString(2);for(;t.length%7;)t="0"+t;let n=new Uint8Array(t.length/7);for(let i=0;i<n.length;i++)n[i]=parseInt(t.slice(i*7,i*7+7),2)+(i+1<n.length?128:0);this.fromBER(n.buffer,0,n.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=fi(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",br;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n}toString(){let e="";if(this.isHexOnly)e=pe.Convert.ToHex(this.valueHexView);else if(this.isFirstSid){let t=this.valueDec;this.valueDec<=39?e="0.":this.valueDec<=79?(e="1.",t-=40):(e="2.",t-=80),e+=t.toString()}else e=this.valueDec.toString();return e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}};_a.NAME="sidBlock";var Xl=class extends ft{constructor({value:e=ss,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new _a;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.value.length===0&&(o.isFirstSid=!0),this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e){let t=[];for(let n=0;n<this.value.length;n++){let i=this.value[n].toBER(e);if(i.byteLength===0)return this.error=this.value[n].error,br;t.push(i)}return rh(t)}fromString(e){this.value=[];let t=0,n=0,i="",o=!1;do if(n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1,o){let s=this.value[0],a=0;switch(s.valueDec){case 0:break;case 1:a=40;break;case 2:a=80;break;default:this.value=[];return}let c=parseInt(i,10);if(isNaN(c))return;s.valueDec=c+a,o=!1}else{let s=new _a;if(i>Number.MAX_SAFE_INTEGER){Ol();let a=BigInt(i);s.valueBigInt=a}else if(s.valueDec=parseInt(i,10),isNaN(s.valueDec))return;this.value.length||(s.isFirstSid=!0,o=!0),this.value.push(s)}while(n!==-1)}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t?(i=`{${i}}`,this.value[n].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};Xl.NAME="ObjectIdentifierValueBlock";var Ny,wr=class extends it{constructor(e={}){super(e,Xl),this.idBlock.tagClass=1,this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};Ny=wr;j.ObjectIdentifier=Ny;wr.NAME="OBJECT IDENTIFIER";var Ta=class extends En(yn){constructor({valueDec:e=0,...t}={}){super(t),this.valueDec=e}fromBER(e,t,n){if(n===0)return t;let i=pe.BufferSourceConverter.toUint8Array(e);if(!vn(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=ro(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=fi(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",br;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n.buffer}toString(){let e="";return this.isHexOnly?e=pe.Convert.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}};Ta.NAME="relativeSidBlock";var Jl=class extends ft{constructor({value:e=ss,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new Ta;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e,t){let n=[];for(let i=0;i<this.value.length;i++){let o=this.value[i].toBER(e);if(o.byteLength===0)return this.error=this.value[i].error,br;n.push(o)}return rh(n)}fromString(e){this.value=[];let t=0,n=0,i="";do{n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1;let o=new Ta;if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return!0;this.value.push(o)}while(n!==-1);return!0}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t&&(i=`{${i}}`),e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};Jl.NAME="RelativeObjectIdentifierValueBlock";var Dy,Zl=class extends it{constructor(e={}){super(e,Jl),this.idBlock.tagClass=1,this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};Dy=Zl;j.RelativeObjectIdentifier=Dy;Zl.NAME="RelativeObjectIdentifier";var Ly,Je=class extends hi{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}};Ly=Je;j.Sequence=Ly;Je.NAME="SEQUENCE";var Py,Ql=class extends hi{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};Py=Ql;j.Set=Py;Ql.NAME="SET";var eu=class extends En(ft){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=ss}toJSON(){return{...super.toJSON(),value:this.value}}};eu.NAME="StringValueBlock";var tu=class extends eu{};tu.NAME="SimpleStringValueBlock";var yt=class extends Vl{constructor({...e}={}){super(e,tu)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,pe.BufferSourceConverter.toUint8Array(e))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);this.valueBlock.value=e}};yt.NAME="SIMPLE STRING";var ru=class extends yt{fromBuffer(e){this.valueBlock.valueHexView=pe.BufferSourceConverter.toUint8Array(e);try{this.valueBlock.value=pe.Convert.ToUtf8String(e)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`),this.valueBlock.value=pe.Convert.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(pe.Convert.FromUtf8String(e)),this.valueBlock.value=e}};ru.NAME="Utf8StringValueBlock";var Oy,bn=class extends ru{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}};Oy=bn;j.Utf8String=Oy;bn.NAME="UTF8String";var nu=class extends yt{fromBuffer(e){this.valueBlock.value=pe.Convert.ToUtf16String(e),this.valueBlock.valueHexView=pe.BufferSourceConverter.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(pe.Convert.FromUtf16String(e))}};nu.NAME="BmpStringValueBlock";var Fy,iu=class extends nu{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}};Fy=iu;j.BmpString=Fy;iu.NAME="BMPString";var ou=class extends yt{fromBuffer(e){let t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),n=new Uint8Array(t);for(let i=0;i<n.length;i+=4)n[i]=n[i+3],n[i+1]=n[i+2],n[i+2]=0,n[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t*4);for(let i=0;i<t;i++){let o=fi(e.charCodeAt(i),8),s=new Uint8Array(o);if(s.length>4)continue;let a=4-s.length;for(let c=s.length-1;c>=0;c--)n[i*4+c+a]=s[c]}this.valueBlock.value=e}};ou.NAME="UniversalStringValueBlock";var zy,su=class extends ou{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}};zy=su;j.UniversalString=zy;su.NAME="UniversalString";var Vy,au=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}};Vy=au;j.NumericString=Vy;au.NAME="NumericString";var My,cu=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}};My=cu;j.PrintableString=My;cu.NAME="PrintableString";var $y,lu=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}};$y=lu;j.TeletexString=$y;lu.NAME="TeletexString";var jy,uu=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}};jy=uu;j.VideotexString=jy;uu.NAME="VideotexString";var Hy,pu=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}};Hy=pu;j.IA5String=Hy;pu.NAME="IA5String";var qy,du=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}};qy=du;j.GraphicString=qy;du.NAME="GraphicString";var Ky,Ca=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}};Ky=Ca;j.VisibleString=Ky;Ca.NAME="VisibleString";var Gy,fu=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}};Gy=fu;j.GeneralString=Gy;fu.NAME="GeneralString";var Wy,hu=class extends yt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}};Wy=hu;j.CharacterString=Wy;hu.NAME="CharacterString";var Yy,Ra=class extends Ca{constructor({value:e,valueDate:t,...n}={}){if(super(n),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}t&&(this.fromDate(t),this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())),this.idBlock.tagClass=1,this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,pe.BufferSourceConverter.toUint8Array(e)))}toBuffer(){let e=this.toString(),t=new ArrayBuffer(e.length),n=new Uint8Array(t);for(let i=0;i<e.length;i++)n[i]=e.charCodeAt(i);return t}fromDate(e){this.year=e.getUTCFullYear(),this.month=e.getUTCMonth()+1,this.day=e.getUTCDate(),this.hour=e.getUTCHours(),this.minute=e.getUTCMinutes(),this.second=e.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(e){let n=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(n===null){this.error="Wrong input string for conversion";return}let i=parseInt(n[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(n[2],10),this.day=parseInt(n[3],10),this.hour=parseInt(n[4],10),this.minute=parseInt(n[5],10),this.second=parseInt(n[6],10)}toString(e="iso"){if(e==="iso"){let t=new Array(7);return t[0]=_t(this.year<2e3?this.year-1900:this.year-2e3,2),t[1]=_t(this.month,2),t[2]=_t(this.day,2),t[3]=_t(this.hour,2),t[4]=_t(this.minute,2),t[5]=_t(this.second,2),t[6]="Z",t.join("")}return super.toString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}};Yy=Ra;j.UTCTime=Yy;Ra.NAME="UTCTime";var Xy,mu=class extends Ra{constructor(e={}){var t;super(e),(t=this.millisecond)!==null&&t!==void 0||(this.millisecond=0),this.idBlock.tagClass=1,this.idBlock.tagNumber=24}fromDate(e){super.fromDate(e),this.millisecond=e.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(e){let t=!1,n="",i="",o=0,s,a=0,c=0;if(e[e.length-1]==="Z")n=e.substring(0,e.length-1),t=!0;else{let p=new Number(e[e.length-1]);if(isNaN(p.valueOf()))throw new Error("Wrong input string for conversion");n=e}if(t){if(n.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(n.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let p=1,m=n.indexOf("+"),d="";if(m===-1&&(m=n.indexOf("-"),p=-1),m!==-1){if(d=n.substring(m+1),n=n.substring(0,m),d.length!==2&&d.length!==4)throw new Error("Wrong input string for conversion");let f=parseInt(d.substring(0,2),10);if(isNaN(f.valueOf()))throw new Error("Wrong input string for conversion");if(a=p*f,d.length===4){if(f=parseInt(d.substring(2,4),10),isNaN(f.valueOf()))throw new Error("Wrong input string for conversion");c=p*f}}}let u=n.indexOf(".");if(u===-1&&(u=n.indexOf(",")),u!==-1){let p=new Number(`0${n.substring(u)}`);if(isNaN(p.valueOf()))throw new Error("Wrong input string for conversion");o=p.valueOf(),i=n.substring(0,u)}else i=n;switch(!0){case i.length===8:if(s=/(\d{4})(\d{2})(\d{2})/ig,u!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let p=60*o;this.minute=Math.floor(p),p=60*(p-this.minute),this.second=Math.floor(p),p=1e3*(p-this.second),this.millisecond=Math.floor(p)}break;case i.length===12:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let p=60*o;this.second=Math.floor(p),p=1e3*(p-this.second),this.millisecond=Math.floor(p)}break;case i.length===14:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let p=1e3*o;this.millisecond=Math.floor(p)}break;default:throw new Error("Wrong input string for conversion")}let l=s.exec(i);if(l===null)throw new Error("Wrong input string for conversion");for(let p=1;p<l.length;p++)switch(p){case 1:this.year=parseInt(l[p],10);break;case 2:this.month=parseInt(l[p],10);break;case 3:this.day=parseInt(l[p],10);break;case 4:this.hour=parseInt(l[p],10)+a;break;case 5:this.minute=parseInt(l[p],10)+c;break;case 6:this.second=parseInt(l[p],10);break;default:throw new Error("Wrong input string for conversion")}if(t===!1){let p=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=p.getUTCFullYear(),this.month=p.getUTCMonth(),this.day=p.getUTCDay(),this.hour=p.getUTCHours(),this.minute=p.getUTCMinutes(),this.second=p.getUTCSeconds(),this.millisecond=p.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){let t=[];return t.push(_t(this.year,4)),t.push(_t(this.month,2)),t.push(_t(this.day,2)),t.push(_t(this.hour,2)),t.push(_t(this.minute,2)),t.push(_t(this.second,2)),this.millisecond!==0&&(t.push("."),t.push(_t(this.millisecond,3))),t.push("Z"),t.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}};Xy=mu;j.GeneralizedTime=Xy;mu.NAME="GeneralizedTime";var Jy,gu=class extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}};Jy=gu;j.DATE=Jy;gu.NAME="DATE";var Zy,xu=class extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}};Zy=xu;j.TimeOfDay=Zy;xu.NAME="TimeOfDay";var Qy,yu=class extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}};Qy=yu;j.DateTime=Qy;yu.NAME="DateTime";var ew,wu=class extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}};ew=wu;j.Duration=ew;wu.NAME="Duration";var tw,bu=class extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}};tw=bu;j.TIME=tw;bu.NAME="TIME";function bB(r){let{result:e}=as(r),t=e.valueBlock.value;return{n:oe($r(t[1].toBigInt()),"base64url"),e:oe($r(t[2].toBigInt()),"base64url"),d:oe($r(t[3].toBigInt()),"base64url"),p:oe($r(t[4].toBigInt()),"base64url"),q:oe($r(t[5].toBigInt()),"base64url"),dp:oe($r(t[6].toBigInt()),"base64url"),dq:oe($r(t[7].toBigInt()),"base64url"),qi:oe($r(t[8].toBigInt()),"base64url"),kty:"RSA",alg:"RS256"}}function vB(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Je({value:[new qe({value:0}),qe.fromBigInt(jr(Z(r.n,"base64url"))),qe.fromBigInt(jr(Z(r.e,"base64url"))),qe.fromBigInt(jr(Z(r.d,"base64url"))),qe.fromBigInt(jr(Z(r.p,"base64url"))),qe.fromBigInt(jr(Z(r.q,"base64url"))),qe.fromBigInt(jr(Z(r.dp,"base64url"))),qe.fromBigInt(jr(Z(r.dq,"base64url"))),qe.fromBigInt(jr(Z(r.qi,"base64url")))]}).toBER();return new Uint8Array(t,0,t.byteLength)}function EB(r){let{result:e}=as(r),t=e.valueBlock.value[1].valueBlock.value[0].valueBlock.value;return{kty:"RSA",n:oe($r(t[0].toBigInt()),"base64url"),e:oe($r(t[1].toBigInt()),"base64url")}}function AB(r){if(r.n==null||r.e==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Je({value:[new Je({value:[new wr({value:"1.2.840.113549.1.1.1"}),new mi]}),new os({valueHex:new Je({value:[qe.fromBigInt(jr(Z(r.n,"base64url"))),qe.fromBigInt(jr(Z(r.e,"base64url")))]}).toBER()})]}).toBER();return new Uint8Array(t,0,t.byteLength)}function $r(r){let e=r.toString(16);e.length%2>0&&(e=`0${e}`);let t=e.length/2,n=new Uint8Array(t),i=0,o=0;for(;i<t;)n[i]=parseInt(e.slice(o,o+2),16),i+=1,o+=2;return n}function jr(r){let e=[];return r.forEach(function(t){let n=t.toString(16);n.length%2>0&&(n=`0${n}`),e.push(n)}),BigInt("0x"+e.join(""))}var SB=16,ih=32,oh=1e4;async function BB(r,e){let t=xt.get(),i=new Je({value:[new qe({value:0}),new Je({value:[new wr({value:"1.2.840.113549.1.1.1"}),new mi]}),new wn({valueHex:r.marshal()})]}).toBER(),o=new Uint8Array(i,0,i.byteLength),s=to(SB),a=await Qf(Qo,e,s,{c:oh,dkLen:ih}),c=to(16),u=await t.subtle.importKey("raw",a,"AES-CBC",!1,["encrypt"]),l=await t.subtle.encrypt({name:"AES-CBC",iv:c},u,o),p=new Je({value:[new wn({valueHex:s}),new qe({value:oh}),new qe({value:ih}),new Je({value:[new wr({value:"1.2.840.113549.2.11"}),new mi]})]}),m=new Je({value:[new wr({value:"1.2.840.113549.1.5.13"}),new Je({value:[new Je({value:[new wr({value:"1.2.840.113549.1.5.12"}),p]}),new Je({value:[new wr({value:"2.16.840.1.101.3.4.1.42"}),new wn({valueHex:c})]})]})]}),f=new Je({value:[m,new wn({valueHex:l})]}).toBER(),h=new Uint8Array(f,0,f.byteLength);return["-----BEGIN ENCRYPTED PRIVATE KEY-----",...oe(h,"base64pad").split(/(.{64})/).filter(Boolean),"-----END ENCRYPTED PRIVATE KEY-----"].join(`
|
|
17
|
-
`)}async function kB(r,e){let t=xt.get(),n;if(r.includes("-----BEGIN ENCRYPTED PRIVATE KEY-----")){let i=Z(r.replace("-----BEGIN ENCRYPTED PRIVATE KEY-----","").replace("-----END ENCRYPTED PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=as(i),{iv:s,salt:a,iterations:c,keySize:u,cipherText:l}=IB(o),p=await Qf(Qo,e,a,{c,dkLen:u}),m=await t.subtle.importKey("raw",p,"AES-CBC",!1,["decrypt"]),d=Ua(await t.subtle.decrypt({name:"AES-CBC",iv:s},m,l)),{result:f}=as(d);n=rw(f)}else if(r.includes("-----BEGIN PRIVATE KEY-----")){let i=Z(r.replace("-----BEGIN PRIVATE KEY-----","").replace("-----END PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=as(i);n=rw(o)}else throw new O("Could not parse private key from PEM data","ERR_INVALID_PARAMETERS");return sh(n)}function IB(r){let e=r.valueBlock.value[0];if(e.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.13")throw new O("Only pkcs5PBES2 encrypted private keys are supported","ERR_INVALID_PARAMS");let n=e.valueBlock.value[1].valueBlock.value[0];if(n.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.12")throw new O("Only pkcs5PBKDF2 key derivation functions are supported","ERR_INVALID_PARAMS");let o=n.valueBlock.value[1],s=Ua(o.valueBlock.value[0].getValue()),a=oh,c=ih;if(o.valueBlock.value.length===3)a=Number(o.valueBlock.value[1].toBigInt()),c=Number(o.valueBlock.value[2].toBigInt());else if(o.valueBlock.value.length===2)throw new O("Could not derive key size and iterations from PEM file - please use @libp2p/rsa to re-import your key","ERR_INVALID_PARAMS");let u=e.valueBlock.value[1].valueBlock.value[1],l=u.valueBlock.value[0].toString();if(l!=="OBJECT IDENTIFIER : 1.2.840.113549.3.7"){if(l!=="OBJECT IDENTIFIER : 1.3.14.3.2.7"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.2"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.22"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.42")throw new O("Only AES-CBC encryption schemes are supported","ERR_INVALID_PARAMS")}}}}let p=Ua(u.valueBlock.value[1].getValue());return{cipherText:Ua(r.valueBlock.value[1].getValue()),salt:s,iterations:a,keySize:c,iv:p}}function rw(r){return Ua(r.valueBlock.value[2].getValue())}function Ua(r){return new Uint8Array(r,0,r.byteLength)}async function nw(r){let e=await xt.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),t=await sw(e);return{privateKey:t[0],publicKey:t[1]}}async function ah(r){let t=[await xt.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await _B(r)],n=await sw({privateKey:t[0],publicKey:t[1]});return{privateKey:n[0],publicKey:n[1]}}async function iw(r,e){let t=await xt.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await xt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},t,e instanceof Uint8Array?e:e.subarray());return new Uint8Array(n,0,n.byteLength)}async function ow(r,e,t){let n=await xt.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return xt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,t instanceof Uint8Array?t:t.subarray())}async function sw(r){if(r.privateKey==null||r.publicKey==null)throw new O("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([xt.get().subtle.exportKey("jwk",r.privateKey),xt.get().subtle.exportKey("jwk",r.publicKey)])}async function _B(r){return xt.get().subtle.importKey("jwk",{kty:r.kty,n:r.n,e:r.e},{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["verify"])}function Eu(r){if(r.kty!=="RSA")throw new O("invalid key type","ERR_INVALID_KEY_TYPE");if(r.n==null)throw new O("invalid key modulus","ERR_INVALID_KEY_MODULUS");return Z(r.n,"base64url").length*8}var Da=8192,Na=class{_key;constructor(e){this._key=e}verify(e,t){return ow(this._key,t,e)}marshal(){return gi.jwkToPkix(this._key)}get bytes(){return zr.encode({Type:Be.RSA,Data:this.marshal()}).subarray()}equals(e){return ge(this.bytes,e.bytes)}hash(){let e=ce.digest(this.bytes);return or(e)?e.then(({bytes:t})=>t):e.bytes}},cs=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t}genSecret(){return to(16)}sign(e){return iw(this._key,e)}get public(){if(this._publicKey==null)throw new O("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new Na(this._publicKey)}marshal(){return gi.jwkToPkcs1(this._key)}get bytes(){return Vr.encode({Type:Be.RSA,Data:this.marshal()}).subarray()}equals(e){return ge(this.bytes,e.bytes)}hash(){let e=ce.digest(this.bytes);return or(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return oe(e,"base58btc")}async export(e,t="pkcs-8"){if(t==="pkcs-8")return gi.exportToPem(this,e);if(t==="libp2p-key")return rs(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};async function sh(r){let e=gi.pkcs1ToJwk(r);if(Eu(e)>Da)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await ah(e);return new cs(t.privateKey,t.publicKey)}function CB(r){let e=gi.pkixToJwk(r);if(Eu(e)>Da)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new Na(e)}async function RB(r){if(Eu(r)>Da)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await ah(r);return new cs(e.privateKey,e.publicKey)}async function UB(r){if(r>Da)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await nw(r);return new cs(e.privateKey,e.publicKey)}var fh={};$(fh,{Secp256k1PrivateKey:()=>Pa,Secp256k1PublicKey:()=>La,generateKeyPair:()=>GB,unmarshalSecp256k1PrivateKey:()=>qB,unmarshalSecp256k1PublicKey:()=>KB});var NB=(r,e,t)=>r&e^~r&t,DB=(r,e,t)=>r&e^r&t^e&t,LB=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),xi=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),yi=new Uint32Array(64),lh=class extends Zo{constructor(){super(64,32,8,!1),this.A=xi[0]|0,this.B=xi[1]|0,this.C=xi[2]|0,this.D=xi[3]|0,this.E=xi[4]|0,this.F=xi[5]|0,this.G=xi[6]|0,this.H=xi[7]|0}get(){let{A:e,B:t,C:n,D:i,E:o,F:s,G:a,H:c}=this;return[e,t,n,i,o,s,a,c]}set(e,t,n,i,o,s,a,c){this.A=e|0,this.B=t|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=s|0,this.G=a|0,this.H=c|0}process(e,t){for(let p=0;p<16;p++,t+=4)yi[p]=e.getUint32(t,!1);for(let p=16;p<64;p++){let m=yi[p-15],d=yi[p-2],f=gr(m,7)^gr(m,18)^m>>>3,h=gr(d,17)^gr(d,19)^d>>>10;yi[p]=h+yi[p-7]+f+yi[p-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:c,G:u,H:l}=this;for(let p=0;p<64;p++){let m=gr(a,6)^gr(a,11)^gr(a,25),d=l+m+NB(a,c,u)+LB[p]+yi[p]|0,h=(gr(n,2)^gr(n,13)^gr(n,22))+DB(n,i,o)|0;l=u,u=c,c=a,a=s+d|0,s=o,o=i,i=n,n=d+h|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,s=s+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,l=l+this.H|0,this.set(n,i,o,s,a,c,u,l)}roundClean(){yi.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var aw=El(()=>new lh);function PB(r){let e=va(r);Fr(e,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:t,Fp:n,a:i}=e;if(t){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof t!="object"||typeof t.beta!="bigint"||typeof t.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...e})}var{bytesToNumberBE:OB,hexToBytes:FB}=Bl,no={Err:class extends Error{constructor(e=""){super(e)}},_parseInt(r){let{Err:e}=no;if(r.length<2||r[0]!==2)throw new e("Invalid signature integer tag");let t=r[1],n=r.subarray(2,t+2);if(!t||n.length!==t)throw new e("Invalid signature integer: wrong length");if(n[0]&128)throw new e("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new e("Invalid signature integer: unnecessary leading zero");return{d:OB(n),l:r.subarray(t+2)}},toSig(r){let{Err:e}=no,t=typeof r=="string"?FB(r):r;if(!xr(t))throw new Error("ui8a expected");let n=t.length;if(n<2||t[0]!=48)throw new e("Invalid signature tag");if(t[1]!==n-2)throw new e("Invalid signature: incorrect length");let{d:i,l:o}=no._parseInt(t.subarray(2)),{d:s,l:a}=no._parseInt(o);if(a.length)throw new e("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(r){let e=u=>Number.parseInt(u[0],16)&8?"00"+u:u,t=u=>{let l=u.toString(16);return l.length&1?`0${l}`:l},n=e(t(r.s)),i=e(t(r.r)),o=n.length/2,s=i.length/2,a=t(o),c=t(s);return`30${t(s+o+4)}02${c}${i}02${a}${n}`}},An=BigInt(0),ar=BigInt(1),vV=BigInt(2),cw=BigInt(3),EV=BigInt(4);function zB(r){let e=PB(r),{Fp:t}=e,n=e.toBytes||((f,h,x)=>{let g=h.toAffine();return hn(Uint8Array.from([4]),t.toBytes(g.x),t.toBytes(g.y))}),i=e.fromBytes||(f=>{let h=f.subarray(1),x=t.fromBytes(h.subarray(0,t.BYTES)),g=t.fromBytes(h.subarray(t.BYTES,2*t.BYTES));return{x,y:g}});function o(f){let{a:h,b:x}=e,g=t.sqr(f),w=t.mul(g,f);return t.add(t.add(w,t.mul(f,h)),x)}if(!t.eql(t.sqr(e.Gy),o(e.Gx)))throw new Error("bad generator point: equation left != right");function s(f){return typeof f=="bigint"&&An<f&&f<e.n}function a(f){if(!s(f))throw new Error("Expected valid bigint: 0 < bigint < curve.n")}function c(f){let{allowedPrivateKeyLengths:h,nByteLength:x,wrapPrivateKey:g,n:w}=e;if(h&&typeof f!="bigint"){if(xr(f)&&(f=dn(f)),typeof f!="string"||!h.includes(f.length))throw new Error("Invalid key");f=f.padStart(x*2,"0")}let y;try{y=typeof f=="bigint"?f:fn(Re("private key",f,x))}catch{throw new Error(`private key must be ${x} bytes, hex or bigint, not ${typeof f}`)}return g&&(y=be(y,w)),a(y),y}let u=new Map;function l(f){if(!(f instanceof p))throw new Error("ProjectivePoint expected")}class p{constructor(h,x,g){if(this.px=h,this.py=x,this.pz=g,h==null||!t.isValid(h))throw new Error("x required");if(x==null||!t.isValid(x))throw new Error("y required");if(g==null||!t.isValid(g))throw new Error("z required")}static fromAffine(h){let{x,y:g}=h||{};if(!h||!t.isValid(x)||!t.isValid(g))throw new Error("invalid affine point");if(h instanceof p)throw new Error("projective point not allowed");let w=y=>t.eql(y,t.ZERO);return w(x)&&w(g)?p.ZERO:new p(x,g,t.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(h){let x=t.invertBatch(h.map(g=>g.pz));return h.map((g,w)=>g.toAffine(x[w])).map(p.fromAffine)}static fromHex(h){let x=p.fromAffine(i(Re("pointHex",h)));return x.assertValidity(),x}static fromPrivateKey(h){return p.BASE.multiply(c(h))}_setWindowSize(h){this._WINDOW_SIZE=h,u.delete(this)}assertValidity(){if(this.is0()){if(e.allowInfinityPoint&&!t.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:h,y:x}=this.toAffine();if(!t.isValid(h)||!t.isValid(x))throw new Error("bad point: x or y not FE");let g=t.sqr(x),w=o(h);if(!t.eql(g,w))throw new Error("bad point: equation left != right");if(!this.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:h}=this.toAffine();if(t.isOdd)return!t.isOdd(h);throw new Error("Field doesn't support isOdd")}equals(h){l(h);let{px:x,py:g,pz:w}=this,{px:y,py:E,pz:B}=h,S=t.eql(t.mul(x,B),t.mul(y,w)),b=t.eql(t.mul(g,B),t.mul(E,w));return S&&b}negate(){return new p(this.px,t.neg(this.py),this.pz)}double(){let{a:h,b:x}=e,g=t.mul(x,cw),{px:w,py:y,pz:E}=this,B=t.ZERO,S=t.ZERO,b=t.ZERO,v=t.mul(w,w),k=t.mul(y,y),U=t.mul(E,E),R=t.mul(w,y);return R=t.add(R,R),b=t.mul(w,E),b=t.add(b,b),B=t.mul(h,b),S=t.mul(g,U),S=t.add(B,S),B=t.sub(k,S),S=t.add(k,S),S=t.mul(B,S),B=t.mul(R,B),b=t.mul(g,b),U=t.mul(h,U),R=t.sub(v,U),R=t.mul(h,R),R=t.add(R,b),b=t.add(v,v),v=t.add(b,v),v=t.add(v,U),v=t.mul(v,R),S=t.add(S,v),U=t.mul(y,E),U=t.add(U,U),v=t.mul(U,R),B=t.sub(B,v),b=t.mul(U,k),b=t.add(b,b),b=t.add(b,b),new p(B,S,b)}add(h){l(h);let{px:x,py:g,pz:w}=this,{px:y,py:E,pz:B}=h,S=t.ZERO,b=t.ZERO,v=t.ZERO,k=e.a,U=t.mul(e.b,cw),R=t.mul(x,y),M=t.mul(g,E),L=t.mul(w,B),le=t.add(x,g),_=t.add(y,E);le=t.mul(le,_),_=t.add(R,M),le=t.sub(le,_),_=t.add(x,w);let D=t.add(y,B);return _=t.mul(_,D),D=t.add(R,L),_=t.sub(_,D),D=t.add(g,w),S=t.add(E,B),D=t.mul(D,S),S=t.add(M,L),D=t.sub(D,S),v=t.mul(k,_),S=t.mul(U,L),v=t.add(S,v),S=t.sub(M,v),v=t.add(M,v),b=t.mul(S,v),M=t.add(R,R),M=t.add(M,R),L=t.mul(k,L),_=t.mul(U,_),M=t.add(M,L),L=t.sub(R,L),L=t.mul(k,L),_=t.add(_,L),R=t.mul(M,_),b=t.add(b,R),R=t.mul(D,_),S=t.mul(le,S),S=t.sub(S,R),R=t.mul(le,M),v=t.mul(D,v),v=t.add(v,R),new p(S,b,v)}subtract(h){return this.add(h.negate())}is0(){return this.equals(p.ZERO)}wNAF(h){return d.wNAFCached(this,u,h,x=>{let g=t.invertBatch(x.map(w=>w.pz));return x.map((w,y)=>w.toAffine(g[y])).map(p.fromAffine)})}multiplyUnsafe(h){let x=p.ZERO;if(h===An)return x;if(a(h),h===ar)return this;let{endo:g}=e;if(!g)return d.unsafeLadder(this,h);let{k1neg:w,k1:y,k2neg:E,k2:B}=g.splitScalar(h),S=x,b=x,v=this;for(;y>An||B>An;)y&ar&&(S=S.add(v)),B&ar&&(b=b.add(v)),v=v.double(),y>>=ar,B>>=ar;return w&&(S=S.negate()),E&&(b=b.negate()),b=new p(t.mul(b.px,g.beta),b.py,b.pz),S.add(b)}multiply(h){a(h);let x=h,g,w,{endo:y}=e;if(y){let{k1neg:E,k1:B,k2neg:S,k2:b}=y.splitScalar(x),{p:v,f:k}=this.wNAF(B),{p:U,f:R}=this.wNAF(b);v=d.constTimeNegate(E,v),U=d.constTimeNegate(S,U),U=new p(t.mul(U.px,y.beta),U.py,U.pz),g=v.add(U),w=k.add(R)}else{let{p:E,f:B}=this.wNAF(x);g=E,w=B}return p.normalizeZ([g,w])[0]}multiplyAndAddUnsafe(h,x,g){let w=p.BASE,y=(B,S)=>S===An||S===ar||!B.equals(w)?B.multiplyUnsafe(S):B.multiply(S),E=y(this,x).add(y(h,g));return E.is0()?void 0:E}toAffine(h){let{px:x,py:g,pz:w}=this,y=this.is0();h==null&&(h=y?t.ONE:t.inv(w));let E=t.mul(x,h),B=t.mul(g,h),S=t.mul(w,h);if(y)return{x:t.ZERO,y:t.ZERO};if(!t.eql(S,t.ONE))throw new Error("invZ was invalid");return{x:E,y:B}}isTorsionFree(){let{h,isTorsionFree:x}=e;if(h===ar)return!0;if(x)return x(p,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h,clearCofactor:x}=e;return h===ar?this:x?x(p,this):this.multiplyUnsafe(e.h)}toRawBytes(h=!0){return this.assertValidity(),n(p,this,h)}toHex(h=!0){return dn(this.toRawBytes(h))}}p.BASE=new p(e.Gx,e.Gy,t.ONE),p.ZERO=new p(t.ZERO,t.ONE,t.ZERO);let m=e.nBitLength,d=_l(p,e.endo?Math.ceil(m/2):m);return{CURVE:e,ProjectivePoint:p,normPrivateKeyToScalar:c,weierstrassEquation:o,isWithinCurveOrder:s}}function VB(r){let e=va(r);return Fr(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function lw(r){let e=VB(r),{Fp:t,n}=e,i=t.BYTES+1,o=2*t.BYTES+1;function s(_){return An<_&&_<t.ORDER}function a(_){return be(_,n)}function c(_){return kl(_,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:l,weierstrassEquation:p,isWithinCurveOrder:m}=zB({...e,toBytes(_,D,J){let N=D.toAffine(),T=t.toBytes(N.x),H=hn;return J?H(Uint8Array.from([D.hasEvenY()?2:3]),T):H(Uint8Array.from([4]),T,t.toBytes(N.y))},fromBytes(_){let D=_.length,J=_[0],N=_.subarray(1);if(D===i&&(J===2||J===3)){let T=fn(N);if(!s(T))throw new Error("Point is not on curve");let H=p(T),Y=t.sqrt(H),ee=(Y&ar)===ar;return(J&1)===1!==ee&&(Y=t.neg(Y)),{x:T,y:Y}}else if(D===o&&J===4){let T=t.fromBytes(N.subarray(0,t.BYTES)),H=t.fromBytes(N.subarray(t.BYTES,2*t.BYTES));return{x:T,y:H}}else throw new Error(`Point of length ${D} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),d=_=>dn(di(_,e.nByteLength));function f(_){let D=n>>ar;return _>D}function h(_){return f(_)?a(-_):_}let x=(_,D,J)=>fn(_.slice(D,J));class g{constructor(D,J,N){this.r=D,this.s=J,this.recovery=N,this.assertValidity()}static fromCompact(D){let J=e.nByteLength;return D=Re("compactSignature",D,J*2),new g(x(D,0,J),x(D,J,2*J))}static fromDER(D){let{r:J,s:N}=no.toSig(Re("DER",D));return new g(J,N)}assertValidity(){if(!m(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!m(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(D){return new g(this.r,this.s,D)}recoverPublicKey(D){let{r:J,s:N,recovery:T}=this,H=b(Re("msgHash",D));if(T==null||![0,1,2,3].includes(T))throw new Error("recovery id invalid");let Y=T===2||T===3?J+e.n:J;if(Y>=t.ORDER)throw new Error("recovery id 2 or 3 invalid");let ee=T&1?"03":"02",ae=u.fromHex(ee+d(Y)),ue=c(Y),we=a(-H*ue),de=a(N*ue),he=u.BASE.multiplyAndAddUnsafe(ae,we,de);if(!he)throw new Error("point at infinify");return he.assertValidity(),he}hasHighS(){return f(this.s)}normalizeS(){return this.hasHighS()?new g(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return Ji(this.toDERHex())}toDERHex(){return no.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return Ji(this.toCompactHex())}toCompactHex(){return d(this.r)+d(this.s)}}let w={isValidPrivateKey(_){try{return l(_),!0}catch{return!1}},normPrivateKeyToScalar:l,randomPrivateKey:()=>{let _=qf(e.n);return ny(e.randomBytes(_),e.n)},precompute(_=8,D=u.BASE){return D._setWindowSize(_),D.multiply(BigInt(3)),D}};function y(_,D=!0){return u.fromPrivateKey(_).toRawBytes(D)}function E(_){let D=xr(_),J=typeof _=="string",N=(D||J)&&_.length;return D?N===i||N===o:J?N===2*i||N===2*o:_ instanceof u}function B(_,D,J=!0){if(E(_))throw new Error("first arg must be private key");if(!E(D))throw new Error("second arg must be public key");return u.fromHex(D).multiply(l(_)).toRawBytes(J)}let S=e.bits2int||function(_){let D=fn(_),J=_.length*8-e.nBitLength;return J>0?D>>BigInt(J):D},b=e.bits2int_modN||function(_){return a(S(_))},v=ba(e.nBitLength);function k(_){if(typeof _!="bigint")throw new Error("bigint expected");if(!(An<=_&&_<v))throw new Error(`bigint expected < 2^${e.nBitLength}`);return di(_,e.nByteLength)}function U(_,D,J=R){if(["recovered","canonical"].some(Te=>Te in J))throw new Error("sign() legacy options not supported");let{hash:N,randomBytes:T}=e,{lowS:H,prehash:Y,extraEntropy:ee}=J;H==null&&(H=!0),_=Re("msgHash",_),Y&&(_=Re("prehashed msgHash",N(_)));let ae=b(_),ue=l(D),we=[k(ue),k(ae)];if(ee!=null){let Te=ee===!0?T(t.BYTES):ee;we.push(Re("extraEntropy",Te))}let de=hn(...we),he=ae;function $e(Te){let tt=S(Te);if(!m(tt))return;let rt=c(tt),We=u.BASE.multiply(tt).toAffine(),ut=a(We.x);if(ut===An)return;let ln=a(rt*a(he+ut*ue));if(ln===An)return;let $i=(We.x===ut?0:2)|Number(We.y&ar),la=ln;return H&&f(ln)&&(la=h(ln),$i^=1),new g(ut,la,$i)}return{seed:de,k2sig:$e}}let R={lowS:e.lowS,prehash:!1},M={lowS:e.lowS,prehash:!1};function L(_,D,J=R){let{seed:N,k2sig:T}=U(_,D,J),H=e;return Mf(H.hash.outputLen,H.nByteLength,H.hmac)(N,T)}u.BASE._setWindowSize(8);function le(_,D,J,N=M){let T=_;if(D=Re("msgHash",D),J=Re("publicKey",J),"strict"in N)throw new Error("options.strict was renamed to lowS");let{lowS:H,prehash:Y}=N,ee,ae;try{if(typeof T=="string"||xr(T))try{ee=g.fromDER(T)}catch(We){if(!(We instanceof no.Err))throw We;ee=g.fromCompact(T)}else if(typeof T=="object"&&typeof T.r=="bigint"&&typeof T.s=="bigint"){let{r:We,s:ut}=T;ee=new g(We,ut)}else throw new Error("PARSE");ae=u.fromHex(J)}catch(We){if(We.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(H&&ee.hasHighS())return!1;Y&&(D=e.hash(D));let{r:ue,s:we}=ee,de=b(D),he=c(we),$e=a(de*he),Te=a(ue*he),tt=u.BASE.multiplyAndAddUnsafe(ae,$e,Te)?.toAffine();return tt?a(tt.x)===ue:!1}return{CURVE:e,getPublicKey:y,getSharedSecret:B,sign:L,verify:le,ProjectivePoint:u,Signature:g,utils:w}}function MB(r){return{hash:r,hmac:(e,...t)=>Aa(r,e,vl(...t)),randomBytes:Jo}}function uw(r,e){let t=n=>lw({...r,...MB(n)});return Object.freeze({...t(e),create:t})}var fw=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),pw=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),$B=BigInt(1),uh=BigInt(2),dw=(r,e)=>(r+e/uh)/e;function jB(r){let e=fw,t=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),u=r*r*r%e,l=u*u*r%e,p=Se(l,t,e)*l%e,m=Se(p,t,e)*l%e,d=Se(m,uh,e)*u%e,f=Se(d,i,e)*d%e,h=Se(f,o,e)*f%e,x=Se(h,a,e)*h%e,g=Se(x,c,e)*x%e,w=Se(g,a,e)*h%e,y=Se(w,t,e)*l%e,E=Se(y,s,e)*f%e,B=Se(E,n,e)*u%e,S=Se(B,uh,e);if(!ph.eql(ph.sqr(S),r))throw new Error("Cannot find square root");return S}var ph=Il(fw,void 0,void 0,{sqrt:jB}),vr=uw({a:BigInt(0),b:BigInt(7),Fp:ph,n:pw,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let e=pw,t=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-$B*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=t,s=BigInt("0x100000000000000000000000000000000"),a=dw(o*r,e),c=dw(-n*r,e),u=be(r-a*t-c*i,e),l=be(-a*n-c*o,e),p=u>s,m=l>s;if(p&&(u=e-u),m&&(l=e-l),u>s||l>s)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:p,k1:u,k2neg:m,k2:l}}}},aw),RV=BigInt(0);var UV=vr.ProjectivePoint;function hw(){return vr.utils.randomPrivateKey()}function mw(r,e){let t=ce.digest(e instanceof Uint8Array?e:e.subarray());if(or(t))return t.then(({digest:n})=>vr.sign(n,r).toDERRawBytes()).catch(n=>{throw new O(String(n),"ERR_INVALID_INPUT")});try{return vr.sign(t.digest,r).toDERRawBytes()}catch(n){throw new O(String(n),"ERR_INVALID_INPUT")}}function gw(r,e,t){let n=ce.digest(t instanceof Uint8Array?t:t.subarray());if(or(n))return n.then(({digest:i})=>vr.verify(e,i,r)).catch(i=>{throw new O(String(i),"ERR_INVALID_INPUT")});try{return vr.verify(e,n.digest,r)}catch(i){throw new O(String(i),"ERR_INVALID_INPUT")}}function xw(r){return vr.ProjectivePoint.fromHex(r).toRawBytes(!0)}function yw(r){try{vr.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}function dh(r){try{vr.ProjectivePoint.fromHex(r)}catch(e){throw new O(String(e),"ERR_INVALID_PUBLIC_KEY")}}function ww(r){try{return vr.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}var La=class{_key;constructor(e){dh(e),this._key=e}verify(e,t){return gw(this._key,t,e)}marshal(){return xw(this._key)}get bytes(){return zr.encode({Type:Be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return ge(this.bytes,e.bytes)}async hash(){let e=ce.digest(this.bytes),t;return or(e)?{bytes:t}=await e:t=e.bytes,t}},Pa=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t??ww(e),yw(this._key),dh(this._publicKey)}sign(e){return mw(this._key,e)}get public(){return new La(this._publicKey)}marshal(){return this._key}get bytes(){return Vr.encode({Type:Be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return ge(this.bytes,e.bytes)}hash(){let e=ce.digest(this.bytes);return or(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return oe(e,"base58btc")}async export(e,t="libp2p-key"){if(t==="libp2p-key")return rs(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function qB(r){return new Pa(r)}function KB(r){return new La(r)}async function GB(){let r=hw();return new Pa(r)}var io={rsa:ch,ed25519:Zf,secp256k1:fh};function bw(r){let e=Object.keys(io).join(" / ");return new O(`invalid or unsupported key type ${r}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function hh(r){let e=zr.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case Be.RSA:return io.rsa.unmarshalRsaPublicKey(t);case Be.Ed25519:return io.ed25519.unmarshalEd25519PublicKey(t);case Be.Secp256k1:return io.secp256k1.unmarshalSecp256k1PublicKey(t);default:throw bw(e.Type??"unknown")}}async function vw(r){let e=Vr.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case Be.RSA:return io.rsa.unmarshalRsaPrivateKey(t);case Be.Ed25519:return io.ed25519.unmarshalEd25519PrivateKey(t);case Be.Secp256k1:return io.secp256k1.unmarshalSecp256k1PrivateKey(t);default:throw bw(e.Type??"RSA")}}var _h=Q(ke(),1);var Sn="/",Ew=new TextEncoder().encode(Sn),Au=Ew[0],Xe=class r{_buf;constructor(e,t){if(typeof e=="string")this._buf=Z(e);else if(e instanceof Uint8Array)this._buf=e;else throw new Error("Invalid key, should be String of Uint8Array");if(t==null&&(t=!0),t&&this.clean(),this._buf.byteLength===0||this._buf[0]!==Au)throw new Error("Invalid key")}toString(e="utf8"){return oe(this._buf,e)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(e){return new r(e.join(Sn))}static random(){return new r(Math.random().toString().substring(2))}static asKey(e){return e instanceof Uint8Array||typeof e=="string"?new r(e):typeof e.uint8Array=="function"?new r(e.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=Ew),this._buf[0]!==Au){let e=new Uint8Array(this._buf.byteLength+1);e.fill(Au,0,1),e.set(this._buf,1),this._buf=e}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===Au;)this._buf=this._buf.subarray(0,-1)}less(e){let t=this.list(),n=e.list();for(let i=0;i<t.length;i++){if(n.length<i+1)return!1;let o=t[i],s=n[i];if(o<s)return!0;if(o>s)return!1}return t.length<n.length}reverse(){return r.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let e=this.namespaces();return e[e.length-1]}list(){return this.toString().split(Sn).slice(1)}type(){return WB(this.baseNamespace())}name(){return YB(this.baseNamespace())}instance(e){return new r(this.toString()+":"+e)}path(){let e=this.parent().toString();return e.endsWith(Sn)||(e+=Sn),e+=this.type(),new r(e)}parent(){let e=this.list();return e.length===1?new r(Sn):new r(e.slice(0,-1).join(Sn))}child(e){return this.toString()===Sn?e:e.toString()===Sn?this:new r(this.toString()+e.toString(),!1)}isAncestorOf(e){return e.toString()===this.toString()?!1:e.toString().startsWith(this.toString())}isDecendantOf(e){return e.toString()===this.toString()?!1:this.toString().startsWith(e.toString())}isTopLevel(){return this.list().length===1}concat(...e){return r.withNamespaces([...this.namespaces(),...XB(e.map(t=>t.namespaces()))])}};function WB(r){let e=r.split(":");return e.length<2?"":e.slice(0,-1).join(":")}function YB(r){let e=r.split(":");return e[e.length-1]}function XB(r){return[].concat(...r)}var zb=Q(Su(),1);var Aw="ERR_IPNS_EXPIRED_RECORD",Oa="ERR_UNRECOGNIZED_VALIDITY",Sw="ERR_SIGNATURE_CREATION",Bn="ERR_SIGNATURE_VERIFICATION";var gh="ERR_UNDEFINED_PARAMETER",Bw="ERR_INVALID_RECORD_DATA",kw="ERR_INVALID_VALUE",Iw="ERR_INVALID_EMBEDDED_KEY",_w="ERR_MISSING_PRIVATE_KEY",Tw="ERR_RECORD_TOO_LARGE";var ot;(function(r){let e;(function(i){i.EOL="EOL"})(e=r.ValidityType||(r.ValidityType={}));let t;(function(i){i[i.EOL=0]="EOL"})(t||(t={})),function(i){i.codec=()=>Wi(t)}(e=r.ValidityType||(r.ValidityType={}));let n;r.codec=()=>(n==null&&(n=nr((i,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),i.value!=null&&(o.uint32(10),o.bytes(i.value)),i.signatureV1!=null&&(o.uint32(18),o.bytes(i.signatureV1)),i.validityType!=null&&(o.uint32(24),r.ValidityType.codec().encode(i.validityType,o)),i.validity!=null&&(o.uint32(34),o.bytes(i.validity)),i.sequence!=null&&(o.uint32(40),o.uint64(i.sequence)),i.ttl!=null&&(o.uint32(48),o.uint64(i.ttl)),i.pubKey!=null&&(o.uint32(58),o.bytes(i.pubKey)),i.signatureV2!=null&&(o.uint32(66),o.bytes(i.signatureV2)),i.data!=null&&(o.uint32(74),o.bytes(i.data)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.value=i.bytes();break;case 2:s.signatureV1=i.bytes();break;case 3:s.validityType=r.ValidityType.codec().decode(i);break;case 4:s.validity=i.bytes();break;case 5:s.sequence=i.uint64();break;case 6:s.ttl=i.uint64();break;case 7:s.pubKey=i.bytes();break;case 8:s.signatureV2=i.bytes();break;case 9:s.data=i.bytes();break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>rr(i,r.codec()),r.decode=i=>er(i,r.codec())})(ot||(ot={}));var JB=["string","number","bigint","symbol"],ZB=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"];function Cw(r){if(r===null)return"null";if(r===void 0)return"undefined";if(r===!0||r===!1)return"boolean";let e=typeof r;if(JB.includes(e))return e;if(e==="function")return"Function";if(Array.isArray(r))return"Array";if(QB(r))return"Buffer";let t=ek(r);return t||"Object"}function QB(r){return r&&r.constructor&&r.constructor.isBuffer&&r.constructor.isBuffer.call(null,r)}function ek(r){let e=Object.prototype.toString.call(r).slice(8,-1);if(ZB.includes(e))return e}var A=class{constructor(e,t,n){this.major=e,this.majorEncoded=e<<5,this.name=t,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(e){return this.major<e.major?-1:this.major>e.major?1:0}};A.uint=new A(0,"uint",!0);A.negint=new A(1,"negint",!0);A.bytes=new A(2,"bytes",!0);A.string=new A(3,"string",!0);A.array=new A(4,"array",!1);A.map=new A(5,"map",!1);A.tag=new A(6,"tag",!1);A.float=new A(7,"float",!0);A.false=new A(7,"false",!0);A.true=new A(7,"true",!0);A.null=new A(7,"null",!0);A.undefined=new A(7,"undefined",!0);A.break=new A(7,"break",!0);var C=class{constructor(e,t,n){this.type=e,this.value=t,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var ls=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",tk=new TextDecoder,rk=new TextEncoder;function Bu(r){return ls&&globalThis.Buffer.isBuffer(r)}function Fa(r){return r instanceof Uint8Array?Bu(r)?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r:Uint8Array.from(r)}var Dw=ls?(r,e,t)=>t-e>64?globalThis.Buffer.from(r.subarray(e,t)).toString("utf8"):Uw(r,e,t):(r,e,t)=>t-e>64?tk.decode(r.subarray(e,t)):Uw(r,e,t),ku=ls?r=>r.length>64?globalThis.Buffer.from(r):Rw(r):r=>r.length>64?rk.encode(r):Rw(r),Hr=r=>Uint8Array.from(r),us=ls?(r,e,t)=>Bu(r)?new Uint8Array(r.subarray(e,t)):r.slice(e,t):(r,e,t)=>r.slice(e,t),Lw=ls?(r,e)=>(r=r.map(t=>t instanceof Uint8Array?t:globalThis.Buffer.from(t)),Fa(globalThis.Buffer.concat(r,e))):(r,e)=>{let t=new Uint8Array(e),n=0;for(let i of r)n+i.length>t.length&&(i=i.subarray(0,t.length-n)),t.set(i,n),n+=i.length;return t},Pw=ls?r=>globalThis.Buffer.allocUnsafe(r):r=>new Uint8Array(r);function Ow(r,e){if(Bu(r)&&Bu(e))return r.compare(e);for(let t=0;t<r.length;t++)if(r[t]!==e[t])return r[t]<e[t]?-1:1;return 0}function Rw(r){let e=[],t=0;for(let n=0;n<r.length;n++){let i=r.charCodeAt(n);i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&n+1<r.length&&(r.charCodeAt(n+1)&64512)===56320?(i=65536+((i&1023)<<10)+(r.charCodeAt(++n)&1023),e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128)}return e}function Uw(r,e,t){let n=[];for(;e<t;){let i=r[e],o=null,s=i>239?4:i>223?3:i>191?2:1;if(e+s<=t){let a,c,u,l;switch(s){case 1:i<128&&(o=i);break;case 2:a=r[e+1],(a&192)===128&&(l=(i&31)<<6|a&63,l>127&&(o=l));break;case 3:a=r[e+1],c=r[e+2],(a&192)===128&&(c&192)===128&&(l=(i&15)<<12|(a&63)<<6|c&63,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:a=r[e+1],c=r[e+2],u=r[e+3],(a&192)===128&&(c&192)===128&&(u&192)===128&&(l=(i&15)<<18|(a&63)<<12|(c&63)<<6|u&63,l>65535&&l<1114112&&(o=l))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),e+=s}return yh(n)}var Nw=4096;function yh(r){let e=r.length;if(e<=Nw)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Nw));return t}var nk=256,za=class{constructor(e=nk){this.chunkSize=e,this.cursor=0,this.maxCursor=-1,this.chunks=[],this._initReuseChunk=null}reset(){this.cursor=0,this.maxCursor=-1,this.chunks.length&&(this.chunks=[]),this._initReuseChunk!==null&&(this.chunks.push(this._initReuseChunk),this.maxCursor=this._initReuseChunk.length-1)}push(e){let t=this.chunks[this.chunks.length-1];if(this.cursor+e.length<=this.maxCursor+1){let i=t.length-(this.maxCursor-this.cursor)-1;t.set(e,i)}else{if(t){let i=t.length-(this.maxCursor-this.cursor)-1;i<t.length&&(this.chunks[this.chunks.length-1]=t.subarray(0,i),this.maxCursor=this.cursor-1)}e.length<64&&e.length<this.chunkSize?(t=Pw(this.chunkSize),this.chunks.push(t),this.maxCursor+=t.length,this._initReuseChunk===null&&(this._initReuseChunk=t),t.set(e,0)):(this.chunks.push(e),this.maxCursor+=e.length)}this.cursor+=e.length}toBytes(e=!1){let t;if(this.chunks.length===1){let n=this.chunks[0];e&&this.cursor>n.length/2?(t=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):t=us(n,0,this.cursor)}else t=Lw(this.chunks,this.cursor);return e&&this.reset(),t}};var q="CBOR decode error:",kn="CBOR encode error:",Va=[];Va[23]=1;Va[24]=2;Va[25]=3;Va[26]=5;Va[27]=9;function In(r,e,t){if(r.length-e<t)throw new Error(`${q} not enough data for type`)}var Ze=[24,256,65536,4294967296,BigInt("18446744073709551616")];function $t(r,e,t){In(r,e,1);let n=r[e];if(t.strict===!0&&n<Ze[0])throw new Error(`${q} integer encoded in more bytes than necessary (strict decode)`);return n}function jt(r,e,t){In(r,e,2);let n=r[e]<<8|r[e+1];if(t.strict===!0&&n<Ze[1])throw new Error(`${q} integer encoded in more bytes than necessary (strict decode)`);return n}function Ht(r,e,t){In(r,e,4);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3];if(t.strict===!0&&n<Ze[2])throw new Error(`${q} integer encoded in more bytes than necessary (strict decode)`);return n}function qt(r,e,t){In(r,e,8);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3],i=r[e+4]*16777216+(r[e+5]<<16)+(r[e+6]<<8)+r[e+7],o=(BigInt(n)<<BigInt(32))+BigInt(i);if(t.strict===!0&&o<Ze[3])throw new Error(`${q} integer encoded in more bytes than necessary (strict decode)`);if(o<=Number.MAX_SAFE_INTEGER)return Number(o);if(t.allowBigInt===!0)return o;throw new Error(`${q} integers outside of the safe integer range are not supported`)}function Fw(r,e,t,n){return new C(A.uint,$t(r,e+1,n),2)}function zw(r,e,t,n){return new C(A.uint,jt(r,e+1,n),3)}function Vw(r,e,t,n){return new C(A.uint,Ht(r,e+1,n),5)}function Mw(r,e,t,n){return new C(A.uint,qt(r,e+1,n),9)}function cr(r,e){return st(r,0,e.value)}function st(r,e,t){if(t<Ze[0]){let n=Number(t);r.push([e|n])}else if(t<Ze[1]){let n=Number(t);r.push([e|24,n])}else if(t<Ze[2]){let n=Number(t);r.push([e|25,n>>>8,n&255])}else if(t<Ze[3]){let n=Number(t);r.push([e|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(t);if(n<Ze[4]){let i=[e|27,0,0,0,0,0,0,0],o=Number(n&BigInt(4294967295)),s=Number(n>>BigInt(32)&BigInt(4294967295));i[8]=o&255,o=o>>8,i[7]=o&255,o=o>>8,i[6]=o&255,o=o>>8,i[5]=o&255,i[4]=s&255,s=s>>8,i[3]=s&255,s=s>>8,i[2]=s&255,s=s>>8,i[1]=s&255,r.push(i)}else throw new Error(`${q} encountered BigInt larger than allowable range`)}}cr.encodedSize=function(e){return st.encodedSize(e.value)};st.encodedSize=function(e){return e<Ze[0]?1:e<Ze[1]?2:e<Ze[2]?3:e<Ze[3]?5:9};cr.compareTokens=function(e,t){return e.value<t.value?-1:e.value>t.value?1:0};function $w(r,e,t,n){return new C(A.negint,-1-$t(r,e+1,n),2)}function jw(r,e,t,n){return new C(A.negint,-1-jt(r,e+1,n),3)}function Hw(r,e,t,n){return new C(A.negint,-1-Ht(r,e+1,n),5)}var wh=BigInt(-1),qw=BigInt(1);function Kw(r,e,t,n){let i=qt(r,e+1,n);if(typeof i!="bigint"){let o=-1-i;if(o>=Number.MIN_SAFE_INTEGER)return new C(A.negint,o,9)}if(n.allowBigInt!==!0)throw new Error(`${q} integers outside of the safe integer range are not supported`);return new C(A.negint,wh-BigInt(i),9)}function Iu(r,e){let t=e.value,n=typeof t=="bigint"?t*wh-qw:t*-1-1;st(r,e.type.majorEncoded,n)}Iu.encodedSize=function(e){let t=e.value,n=typeof t=="bigint"?t*wh-qw:t*-1-1;return n<Ze[0]?1:n<Ze[1]?2:n<Ze[2]?3:n<Ze[3]?5:9};Iu.compareTokens=function(e,t){return e.value<t.value?1:e.value>t.value?-1:0};function Ma(r,e,t,n){In(r,e,t+n);let i=us(r,e+t,e+t+n);return new C(A.bytes,i,t+n)}function Gw(r,e,t,n){return Ma(r,e,1,t)}function Ww(r,e,t,n){return Ma(r,e,2,$t(r,e+1,n))}function Yw(r,e,t,n){return Ma(r,e,3,jt(r,e+1,n))}function Xw(r,e,t,n){return Ma(r,e,5,Ht(r,e+1,n))}function Jw(r,e,t,n){let i=qt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${q} 64-bit integer bytes lengths not supported`);return Ma(r,e,9,i)}function _u(r){return r.encodedBytes===void 0&&(r.encodedBytes=r.type===A.string?ku(r.value):r.value),r.encodedBytes}function ps(r,e){let t=_u(e);st(r,e.type.majorEncoded,t.length),r.push(t)}ps.encodedSize=function(e){let t=_u(e);return st.encodedSize(t.length)+t.length};ps.compareTokens=function(e,t){return ok(_u(e),_u(t))};function ok(r,e){return r.length<e.length?-1:r.length>e.length?1:Ow(r,e)}function $a(r,e,t,n,i){let o=t+n;In(r,e,o);let s=new C(A.string,Dw(r,e+t,e+o),o);return i.retainStringBytes===!0&&(s.byteValue=us(r,e+t,e+o)),s}function Zw(r,e,t,n){return $a(r,e,1,t,n)}function Qw(r,e,t,n){return $a(r,e,2,$t(r,e+1,n),n)}function eb(r,e,t,n){return $a(r,e,3,jt(r,e+1,n),n)}function tb(r,e,t,n){return $a(r,e,5,Ht(r,e+1,n),n)}function rb(r,e,t,n){let i=qt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${q} 64-bit integer string lengths not supported`);return $a(r,e,9,i,n)}var nb=ps;function ds(r,e,t,n){return new C(A.array,n,t)}function ib(r,e,t,n){return ds(r,e,1,t)}function ob(r,e,t,n){return ds(r,e,2,$t(r,e+1,n))}function sb(r,e,t,n){return ds(r,e,3,jt(r,e+1,n))}function ab(r,e,t,n){return ds(r,e,5,Ht(r,e+1,n))}function cb(r,e,t,n){let i=qt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${q} 64-bit integer array lengths not supported`);return ds(r,e,9,i)}function lb(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${q} indefinite length items not allowed`);return ds(r,e,1,1/0)}function Tu(r,e){st(r,A.array.majorEncoded,e.value)}Tu.compareTokens=cr.compareTokens;Tu.encodedSize=function(e){return st.encodedSize(e.value)};function fs(r,e,t,n){return new C(A.map,n,t)}function ub(r,e,t,n){return fs(r,e,1,t)}function pb(r,e,t,n){return fs(r,e,2,$t(r,e+1,n))}function db(r,e,t,n){return fs(r,e,3,jt(r,e+1,n))}function fb(r,e,t,n){return fs(r,e,5,Ht(r,e+1,n))}function hb(r,e,t,n){let i=qt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${q} 64-bit integer map lengths not supported`);return fs(r,e,9,i)}function mb(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${q} indefinite length items not allowed`);return fs(r,e,1,1/0)}function Cu(r,e){st(r,A.map.majorEncoded,e.value)}Cu.compareTokens=cr.compareTokens;Cu.encodedSize=function(e){return st.encodedSize(e.value)};function gb(r,e,t,n){return new C(A.tag,t,1)}function xb(r,e,t,n){return new C(A.tag,$t(r,e+1,n),2)}function yb(r,e,t,n){return new C(A.tag,jt(r,e+1,n),3)}function wb(r,e,t,n){return new C(A.tag,Ht(r,e+1,n),5)}function bb(r,e,t,n){return new C(A.tag,qt(r,e+1,n),9)}function Ru(r,e){st(r,A.tag.majorEncoded,e.value)}Ru.compareTokens=cr.compareTokens;Ru.encodedSize=function(e){return st.encodedSize(e.value)};var pk=20,dk=21,fk=22,hk=23;function vb(r,e,t,n){if(n.allowUndefined===!1)throw new Error(`${q} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new C(A.null,null,1):new C(A.undefined,void 0,1)}function Eb(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${q} indefinite length items not allowed`);return new C(A.break,void 0,1)}function bh(r,e,t){if(t){if(t.allowNaN===!1&&Number.isNaN(r))throw new Error(`${q} NaN values are not supported`);if(t.allowInfinity===!1&&(r===1/0||r===-1/0))throw new Error(`${q} Infinity values are not supported`)}return new C(A.float,r,e)}function Ab(r,e,t,n){return bh(vh(r,e+1),3,n)}function Sb(r,e,t,n){return bh(Eh(r,e+1),5,n)}function Bb(r,e,t,n){return bh(Tb(r,e+1),9,n)}function Uu(r,e,t){let n=e.value;if(n===!1)r.push([A.float.majorEncoded|pk]);else if(n===!0)r.push([A.float.majorEncoded|dk]);else if(n===null)r.push([A.float.majorEncoded|fk]);else if(n===void 0)r.push([A.float.majorEncoded|hk]);else{let i,o=!1;(!t||t.float64!==!0)&&(Ib(n),i=vh(Er,1),n===i||Number.isNaN(n)?(Er[0]=249,r.push(Er.slice(0,3)),o=!0):(_b(n),i=Eh(Er,1),n===i&&(Er[0]=250,r.push(Er.slice(0,5)),o=!0))),o||(mk(n),i=Tb(Er,1),Er[0]=251,r.push(Er.slice(0,9)))}}Uu.encodedSize=function(e,t){let n=e.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!t||t.float64!==!0){Ib(n);let i=vh(Er,1);if(n===i||Number.isNaN(n))return 3;if(_b(n),i=Eh(Er,1),n===i)return 5}return 9};var kb=new ArrayBuffer(9),lr=new DataView(kb,1),Er=new Uint8Array(kb,0);function Ib(r){if(r===1/0)lr.setUint16(0,31744,!1);else if(r===-1/0)lr.setUint16(0,64512,!1);else if(Number.isNaN(r))lr.setUint16(0,32256,!1);else{lr.setFloat32(0,r);let e=lr.getUint32(0),t=(e&2139095040)>>23,n=e&8388607;if(t===255)lr.setUint16(0,31744,!1);else if(t===0)lr.setUint16(0,(r&2147483648)>>16|n>>13,!1);else{let i=t-127;i<-24?lr.setUint16(0,0):i<-14?lr.setUint16(0,(e&2147483648)>>16|1<<24+i,!1):lr.setUint16(0,(e&2147483648)>>16|i+15<<10|n>>13,!1)}}}function vh(r,e){if(r.length-e<2)throw new Error(`${q} not enough data for float16`);let t=(r[e]<<8)+r[e+1];if(t===31744)return 1/0;if(t===64512)return-1/0;if(t===32256)return NaN;let n=t>>10&31,i=t&1023,o;return n===0?o=i*2**-24:n!==31?o=(i+1024)*2**(n-25):o=i===0?1/0:NaN,t&32768?-o:o}function _b(r){lr.setFloat32(0,r,!1)}function Eh(r,e){if(r.length-e<4)throw new Error(`${q} not enough data for float32`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,4).getFloat32(0,!1)}function mk(r){lr.setFloat64(0,r,!1)}function Tb(r,e){if(r.length-e<8)throw new Error(`${q} not enough data for float64`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,8).getFloat64(0,!1)}Uu.compareTokens=cr.compareTokens;function me(r,e,t){throw new Error(`${q} encountered invalid minor (${t}) for major ${r[e]>>>5}`)}function Nu(r){return()=>{throw new Error(`${q} ${r}`)}}var F=[];for(let r=0;r<=23;r++)F[r]=me;F[24]=Fw;F[25]=zw;F[26]=Vw;F[27]=Mw;F[28]=me;F[29]=me;F[30]=me;F[31]=me;for(let r=32;r<=55;r++)F[r]=me;F[56]=$w;F[57]=jw;F[58]=Hw;F[59]=Kw;F[60]=me;F[61]=me;F[62]=me;F[63]=me;for(let r=64;r<=87;r++)F[r]=Gw;F[88]=Ww;F[89]=Yw;F[90]=Xw;F[91]=Jw;F[92]=me;F[93]=me;F[94]=me;F[95]=Nu("indefinite length bytes/strings are not supported");for(let r=96;r<=119;r++)F[r]=Zw;F[120]=Qw;F[121]=eb;F[122]=tb;F[123]=rb;F[124]=me;F[125]=me;F[126]=me;F[127]=Nu("indefinite length bytes/strings are not supported");for(let r=128;r<=151;r++)F[r]=ib;F[152]=ob;F[153]=sb;F[154]=ab;F[155]=cb;F[156]=me;F[157]=me;F[158]=me;F[159]=lb;for(let r=160;r<=183;r++)F[r]=ub;F[184]=pb;F[185]=db;F[186]=fb;F[187]=hb;F[188]=me;F[189]=me;F[190]=me;F[191]=mb;for(let r=192;r<=215;r++)F[r]=gb;F[216]=xb;F[217]=yb;F[218]=wb;F[219]=bb;F[220]=me;F[221]=me;F[222]=me;F[223]=me;for(let r=224;r<=243;r++)F[r]=Nu("simple values are not supported");F[244]=me;F[245]=me;F[246]=me;F[247]=vb;F[248]=Nu("simple values are not supported");F[249]=Ab;F[250]=Sb;F[251]=Bb;F[252]=me;F[253]=me;F[254]=me;F[255]=Eb;var Ar=[];for(let r=0;r<24;r++)Ar[r]=new C(A.uint,r,1);for(let r=-1;r>=-24;r--)Ar[31-r]=new C(A.negint,r,1);Ar[64]=new C(A.bytes,new Uint8Array(0),1);Ar[96]=new C(A.string,"",1);Ar[128]=new C(A.array,0,1);Ar[160]=new C(A.map,0,1);Ar[244]=new C(A.false,!1,1);Ar[245]=new C(A.true,!0,1);Ar[246]=new C(A.null,null,1);function Cb(r){switch(r.type){case A.false:return Hr([244]);case A.true:return Hr([245]);case A.null:return Hr([246]);case A.bytes:return r.value.length?void 0:Hr([64]);case A.string:return r.value===""?Hr([96]):void 0;case A.array:return r.value===0?Hr([128]):void 0;case A.map:return r.value===0?Hr([160]):void 0;case A.uint:return r.value<24?Hr([Number(r.value)]):void 0;case A.negint:if(r.value>=-24)return Hr([31-Number(r.value)])}}var xk={float64:!1,mapSorter:bk,quickEncodeToken:Cb};function yk(){let r=[];return r[A.uint.major]=cr,r[A.negint.major]=Iu,r[A.bytes.major]=ps,r[A.string.major]=nb,r[A.array.major]=Tu,r[A.map.major]=Cu,r[A.tag.major]=Ru,r[A.float.major]=Uu,r}var Rb=yk(),Ah=new za,Lu=class r{constructor(e,t){this.obj=e,this.parent=t}includes(e){let t=this;do if(t.obj===e)return!0;while(t=t.parent);return!1}static createCheck(e,t){if(e&&e.includes(t))throw new Error(`${kn} object contains circular references`);return new r(t,e)}},wi={null:new C(A.null,null),undefined:new C(A.undefined,void 0),true:new C(A.true,!0),false:new C(A.false,!1),emptyArray:new C(A.array,0),emptyMap:new C(A.map,0)},bi={number(r,e,t,n){return!Number.isInteger(r)||!Number.isSafeInteger(r)?new C(A.float,r):r>=0?new C(A.uint,r):new C(A.negint,r)},bigint(r,e,t,n){return r>=BigInt(0)?new C(A.uint,r):new C(A.negint,r)},Uint8Array(r,e,t,n){return new C(A.bytes,r)},string(r,e,t,n){return new C(A.string,r)},boolean(r,e,t,n){return r?wi.true:wi.false},null(r,e,t,n){return wi.null},undefined(r,e,t,n){return wi.undefined},ArrayBuffer(r,e,t,n){return new C(A.bytes,new Uint8Array(r))},DataView(r,e,t,n){return new C(A.bytes,new Uint8Array(r.buffer,r.byteOffset,r.byteLength))},Array(r,e,t,n){if(!r.length)return t.addBreakTokens===!0?[wi.emptyArray,new C(A.break)]:wi.emptyArray;n=Lu.createCheck(n,r);let i=[],o=0;for(let s of r)i[o++]=Du(s,t,n);return t.addBreakTokens?[new C(A.array,r.length),i,new C(A.break)]:[new C(A.array,r.length),i]},Object(r,e,t,n){let i=e!=="Object",o=i?r.keys():Object.keys(r),s=i?r.size:o.length;if(!s)return t.addBreakTokens===!0?[wi.emptyMap,new C(A.break)]:wi.emptyMap;n=Lu.createCheck(n,r);let a=[],c=0;for(let u of o)a[c++]=[Du(u,t,n),Du(i?r.get(u):r[u],t,n)];return wk(a,t),t.addBreakTokens?[new C(A.map,s),a,new C(A.break)]:[new C(A.map,s),a]}};bi.Map=bi.Object;bi.Buffer=bi.Uint8Array;for(let r of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))bi[`${r}Array`]=bi.DataView;function Du(r,e={},t){let n=Cw(r),i=e&&e.typeEncoders&&e.typeEncoders[n]||bi[n];if(typeof i=="function"){let s=i(r,n,e,t);if(s!=null)return s}let o=bi[n];if(!o)throw new Error(`${kn} unsupported type: ${n}`);return o(r,n,e,t)}function wk(r,e){e.mapSorter&&r.sort(e.mapSorter)}function bk(r,e){let t=Array.isArray(r[0])?r[0][0]:r[0],n=Array.isArray(e[0])?e[0][0]:e[0];if(t.type!==n.type)return t.type.compare(n.type);let i=t.type.major,o=Rb[i].compareTokens(t,n);return o===0&&console.warn("WARNING: complex key types used, CBOR key sorting guarantees are gone"),o}function Ub(r,e,t,n){if(Array.isArray(e))for(let i of e)Ub(r,i,t,n);else t[e.type.major](r,e,n)}function Sh(r,e,t){let n=Du(r,t);if(!Array.isArray(n)&&t.quickEncodeToken){let i=t.quickEncodeToken(n);if(i)return i;let o=e[n.type.major];if(o.encodedSize){let s=o.encodedSize(n,t),a=new za(s);if(o(a,n,t),a.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${n} was wrong`);return Fa(a.chunks[0])}}return Ah.reset(),Ub(Ah,n,e,t),Ah.toBytes(!0)}function vi(r,e){return e=Object.assign({},xk,e),Sh(r,Rb,e)}var vk={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},Bh=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let e=this.data[this._pos],t=Ar[e];if(t===void 0){let n=F[e];if(!n)throw new Error(`${q} no decoder for major type ${e>>>5} (byte 0x${e.toString(16).padStart(2,"0")})`);let i=e&31;t=n(this.data,this._pos,i,this.options)}return this._pos+=t.encodedLength,t}},ja=Symbol.for("DONE"),Pu=Symbol.for("BREAK");function Ek(r,e,t){let n=[];for(let i=0;i<r.value;i++){let o=Ha(e,t);if(o===Pu){if(r.value===1/0)break;throw new Error(`${q} got unexpected break to lengthed array`)}if(o===ja)throw new Error(`${q} found array but not enough entries (got ${i}, expected ${r.value})`);n[i]=o}return n}function Ak(r,e,t){let n=t.useMaps===!0,i=n?void 0:{},o=n?new Map:void 0;for(let s=0;s<r.value;s++){let a=Ha(e,t);if(a===Pu){if(r.value===1/0)break;throw new Error(`${q} got unexpected break to lengthed map`)}if(a===ja)throw new Error(`${q} found map but not enough entries (got ${s} [no key], expected ${r.value})`);if(n!==!0&&typeof a!="string")throw new Error(`${q} non-string keys not supported (got ${typeof a})`);if(t.rejectDuplicateMapKeys===!0&&(n&&o.has(a)||!n&&a in i))throw new Error(`${q} found repeat map key "${a}"`);let c=Ha(e,t);if(c===ja)throw new Error(`${q} found map but not enough entries (got ${s} [no value], expected ${r.value})`);n?o.set(a,c):i[a]=c}return n?o:i}function Ha(r,e){if(r.done())return ja;let t=r.next();if(t.type===A.break)return Pu;if(t.type.terminal)return t.value;if(t.type===A.array)return Ek(t,r,e);if(t.type===A.map)return Ak(t,r,e);if(t.type===A.tag){if(e.tags&&typeof e.tags[t.value]=="function"){let n=Ha(r,e);return e.tags[t.value](n)}throw new Error(`${q} tag not supported (${t.value})`)}throw new Error("unsupported")}function kh(r,e){if(!(r instanceof Uint8Array))throw new Error(`${q} data to decode must be a Uint8Array`);e=Object.assign({},vk,e);let t=e.tokenizer||new Bh(r,e),n=Ha(t,e);if(n===ja)throw new Error(`${q} did not find any content to decode`);if(n===Pu)throw new Error(`${q} got unexpected break`);return[n,r.subarray(t.pos())]}function Kt(r,e){let[t,n]=kh(r,e);if(n.length>0)throw new Error(`${q} too many terminals, data makes no sense`);return t}var Tt=Q(ke(),1);var Nb=ne("ipns:utils"),Db=Z("/ipns/"),Sk=114,Lb=async(r,e)=>{if(e==null||r==null){let n=new Error("one or more of the provided parameters are not defined");throw Nb.error(n),(0,Tt.default)(n,gh)}let t;if(e.pubKey!=null){try{t=hh(e.pubKey)}catch(i){throw Nb.error(i),i}if(!(await _1(e.pubKey)).equals(r))throw(0,Tt.default)(new Error("Embedded public key did not match PeerID"),Iw)}else r.publicKey!=null&&(t=hh(r.publicKey));if(t!=null)return t;throw(0,Tt.default)(new Error("no public key is available"),gh)},Pb=(r,e,t)=>{let n=Z(e);return ze([r,t,n])},Fu=r=>{let e=Z("ipns-signature:");return ze([e,r])},_n=r=>"signatureV1"in r?ot.encode({value:Z(r.value),signatureV1:r.signatureV1,validityType:r.validityType,validity:Z(r.validity),sequence:r.sequence,ttl:r.ttl,pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data}):ot.encode({pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data});function wt(r){let e=ot.decode(r);if(e.sequence!=null&&(e.sequence=BigInt(e.sequence)),e.ttl!=null&&(e.ttl=BigInt(e.ttl)),e.signatureV2==null||e.data==null)throw(0,Tt.default)(new Error("missing data or signatureV2"),Bn);let t=Fb(e.data),n=Ih(t.Value),i=oe(t.Validity);if(e.value!=null&&e.signatureV1!=null)return Bk(e),{value:n,validityType:ot.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV1:e.signatureV1,signatureV2:e.signatureV2,data:e.data};if(e.signatureV2!=null)return{value:n,validityType:ot.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data};throw new Error("invalid record: does not include signatureV1 or signatureV2")}var hs=r=>ze([Db,r.toBytes()]),ms=r=>wa(r.slice(Db.length)),Ob=(r,e,t,n,i)=>{let o;if(e===ot.ValidityType.EOL)o=0;else throw(0,Tt.default)(new Error("Unknown validity type"),Oa);return vi({Value:r,Validity:t,ValidityType:o,Sequence:n,TTL:i})},Fb=r=>{let e=Kt(r);if(e.ValidityType===0)e.ValidityType=ot.ValidityType.EOL;else throw(0,Tt.default)(new Error("Unknown validity type"),Oa);return Number.isInteger(e.Sequence)&&(e.Sequence=BigInt(e.Sequence)),Number.isInteger(e.TTL)&&(e.TTL=BigInt(e.TTL)),e},Ih=r=>{if(r!=null){if(Vx(r))return`/ipns/${r.toCID().toString(oi)}`;if(r instanceof Uint8Array){let n=oe(r);n.startsWith("/")&&(r=n)}let e=r.toString().trim();if(e.startsWith("/")&&e.length>1)return e;let t=z.asCID(r);if(t!=null)return t.code===Sk?`/ipns/${t.toString(oi)}`:`/ipfs/${t.toV1().toString()}`;try{return r instanceof Uint8Array?`/ipfs/${z.decode(r).toV1().toString()}`:`/ipfs/${z.parse(e).toV1().toString()}`}catch{}}throw(0,Tt.default)(new Error("Value must be a valid content path starting with /"),kw)},Bk=r=>{if(r.data==null)throw(0,Tt.default)(new Error("Record data is missing"),Bw);let e=Fb(r.data);if(!ge(e.Value,r.value??new Uint8Array(0)))throw(0,Tt.default)(new Error('Field "value" did not match between protobuf and CBOR'),Bn);if(!ge(e.Validity,r.validity??new Uint8Array(0)))throw(0,Tt.default)(new Error('Field "validity" did not match between protobuf and CBOR'),Bn);if(e.ValidityType!==r.validityType)throw(0,Tt.default)(new Error('Field "validityType" did not match between protobuf and CBOR'),Bn);if(e.Sequence!==r.sequence)throw(0,Tt.default)(new Error('Field "sequence" did not match between protobuf and CBOR'),Bn);if(e.TTL!==r.ttl)throw(0,Tt.default)(new Error('Field "ttl" did not match between protobuf and CBOR'),Bn)};var kk=ne("ipns"),Ik=It.code,_k="/ipns/",x$=_k.length,Vb={v1Compatible:!0};async function Mb(r,e,t,n,i=Vb){let o=new zb.default(Date.now()+Number(n)),s=ot.ValidityType.EOL,[a,c]=n.toString().split("."),u=BigInt(a)*BigInt(1e5)+BigInt(c??"0");return Tk(r,e,t,s,o.toString(),u,i)}var Tk=async(r,e,t,n,i,o,s=Vb)=>{t=BigInt(t);let a=Z(i),c=Ih(e),u=Z(c);if(r.privateKey==null)throw(0,_h.default)(new Error("Missing private key"),_w);let l=await vw(r.privateKey),p=Ob(u,n,a,t,o),m=Fu(p),d=await l.sign(m),f;if(r.publicKey!=null){let h=Ot(r.toBytes());(h.code!==Ik||!ge(r.publicKey,h.digest))&&(f=r.publicKey)}if(s.v1Compatible===!0){let h=await Ck(l,u,n,a),x={value:c,signatureV1:h,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:d,data:p};return f!=null&&(x.pubKey=f),x}else{let h={value:c,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:d,data:p};return f!=null&&(h.pubKey=f),h}};var Ck=async(r,e,t,n)=>{try{let i=Pb(e,t,n);return await r.sign(i)}catch(i){throw kk.error("record signature creation failed",i),(0,_h.default)(new Error("record signature creation failed"),Sw)}};var qa=Q(ke(),1),$b=Q(Su(),1);var zu=ne("ipns:validator"),Rk=1024*10,Uk=async(r,e)=>{let t=wt(e),n;try{let i=Fu(t.data);n=await r.verify(i,t.signatureV2)}catch{n=!1}if(!n)throw zu.error("record signature verification failed"),(0,qa.default)(new Error("record signature verification failed"),Bn);if(t.validityType===ot.ValidityType.EOL){if($b.default.fromString(t.validity).toDate().getTime()<Date.now())throw zu.error("record has expired"),(0,qa.default)(new Error("record has expired"),Aw)}else if(t.validityType!=null)throw zu.error("unrecognized validity type"),(0,qa.default)(new Error("unrecognized validity type"),Oa);zu("ipns record for %s is valid",t.value)};async function Vu(r,e){if(e.byteLength>Rk)throw(0,qa.default)(new Error("record too large"),Tw);let t=ms(r),n=wt(e),i=await Lb(t,n);await Uk(i,e)}async function*Ka(r){let e=/\r?\n/,t=new TextDecoder("utf8"),n="";for await(let i of r){typeof i=="string"&&(i=new TextEncoder().encode(i)),n+=t.decode(i,{stream:!0});let o=n.split(e);n=o.pop()??"";for(let s=0;s<o.length;s++)yield JSON.parse(o[s])}n+=t.decode(),n!==""&&(yield JSON.parse(n))}var Ch=Q(Hb(),1);var Wa=class extends Error{constructor(e){super(e),this.name="TimeoutError"}},Rh=class extends Error{constructor(e){super(),this.name="AbortError",this.message=e}},qb=r=>globalThis.DOMException===void 0?new Rh(r):new DOMException(r),Kb=r=>{let e=r.reason===void 0?qb("This operation was aborted."):r.reason;return e instanceof Error?e:qb(e)};function Ya(r,e){let{milliseconds:t,fallback:n,message:i,customTimers:o={setTimeout,clearTimeout}}=e,s,c=new Promise((u,l)=>{if(typeof t!="number"||Math.sign(t)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${t}\``);if(e.signal){let{signal:m}=e;m.aborted&&l(Kb(m)),m.addEventListener("abort",()=>{l(Kb(m))})}if(t===Number.POSITIVE_INFINITY){r.then(u,l);return}let p=new Wa;s=o.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(m){l(m)}return}typeof r.cancel=="function"&&r.cancel(),i===!1?u():i instanceof Error?l(i):(p.message=i??`Promise timed out after ${t} milliseconds`,l(p))},t),(async()=>{try{u(await r)}catch(m){l(m)}})()}).finally(()=>{c.clear()});return c.clear=()=>{o.clearTimeout.call(void 0,s),s=void 0},c}function Uh(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var Xa=class{#e=[];enqueue(e,t){t={priority:0,...t};let n={priority:t.priority,run:e};if(this.size&&this.#e[this.size-1].priority>=t.priority){this.#e.push(n);return}let i=Uh(this.#e,n,(o,s)=>s.priority-o.priority);this.#e.splice(i,0,n)}dequeue(){return this.#e.shift()?.run}filter(e){return this.#e.filter(t=>t.priority===e.priority).map(t=>t.run)}get size(){return this.#e.length}};var Ct=class extends Ch.default{#e;#t;#r=0;#n;#c;#h=0;#o;#l;#i;#m;#s=0;#u;#a;#g;timeout;constructor(e){if(super(),e={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:Xa,...e},!(typeof e.intervalCap=="number"&&e.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${e.intervalCap?.toString()??""}\` (${typeof e.intervalCap})`);if(e.interval===void 0||!(Number.isFinite(e.interval)&&e.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${e.interval?.toString()??""}\` (${typeof e.interval})`);this.#e=e.carryoverConcurrencyCount,this.#t=e.intervalCap===Number.POSITIVE_INFINITY||e.interval===0,this.#n=e.intervalCap,this.#c=e.interval,this.#i=new e.queueClass,this.#m=e.queueClass,this.concurrency=e.concurrency,this.timeout=e.timeout,this.#g=e.throwOnTimeout===!0,this.#a=e.autoStart===!1}get#w(){return this.#t||this.#r<this.#n}get#b(){return this.#s<this.#u}#v(){this.#s--,this.#p(),this.emit("next")}#E(){this.#y(),this.#x(),this.#l=void 0}get#A(){let e=Date.now();if(this.#o===void 0){let t=this.#h-e;if(t<0)this.#r=this.#e?this.#s:0;else return this.#l===void 0&&(this.#l=setTimeout(()=>{this.#E()},t)),!0}return!1}#p(){if(this.#i.size===0)return this.#o&&clearInterval(this.#o),this.#o=void 0,this.emit("empty"),this.#s===0&&this.emit("idle"),!1;if(!this.#a){let e=!this.#A;if(this.#w&&this.#b){let t=this.#i.dequeue();return t?(this.emit("active"),t(),e&&this.#x(),!0):!1}}return!1}#x(){this.#t||this.#o!==void 0||(this.#o=setInterval(()=>{this.#y()},this.#c),this.#h=Date.now()+this.#c)}#y(){this.#r===0&&this.#s===0&&this.#o&&(clearInterval(this.#o),this.#o=void 0),this.#r=this.#e?this.#s:0,this.#d()}#d(){for(;this.#p(););}get concurrency(){return this.#u}set concurrency(e){if(!(typeof e=="number"&&e>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${e}\` (${typeof e})`);this.#u=e,this.#d()}async#S(e){return new Promise((t,n)=>{e.addEventListener("abort",()=>{n(e.reason)},{once:!0})})}async add(e,t={}){return t={timeout:this.timeout,throwOnTimeout:this.#g,...t},new Promise((n,i)=>{this.#i.enqueue(async()=>{this.#s++,this.#r++;try{t.signal?.throwIfAborted();let o=e({signal:t.signal});t.timeout&&(o=Ya(Promise.resolve(o),{milliseconds:t.timeout})),t.signal&&(o=Promise.race([o,this.#S(t.signal)]));let s=await o;n(s),this.emit("completed",s)}catch(o){if(o instanceof Wa&&!t.throwOnTimeout){n();return}i(o),this.emit("error",o)}finally{this.#v()}},t),this.emit("add"),this.#p()})}async addAll(e,t){return Promise.all(e.map(async n=>this.add(n,t)))}start(){return this.#a?(this.#a=!1,this.#d(),this):this}pause(){this.#a=!0}clear(){this.#i=new this.#m}async onEmpty(){this.#i.size!==0&&await this.#f("empty")}async onSizeLessThan(e){this.#i.size<e||await this.#f("next",()=>this.#i.size<e)}async onIdle(){this.#s===0&&this.#i.size===0||await this.#f("idle")}async#f(e,t){return new Promise(n=>{let i=()=>{t&&!t()||(this.off(e,i),n())};this.on(e,i)})}get size(){return this.#i.size}sizeBy(e){return this.#i.filter(e).length}get pending(){return this.#s}get isPaused(){return this.#a}};function Lk(r){return r[Symbol.asyncIterator]!=null}function Pk(r){if(Lk(r))return(async()=>{for await(let e of r)return e})();for(let e of r)return e}var so=Pk;var Nh=Z("/ipns/");function Gb(r){return ge(r.subarray(0,Nh.byteLength),Nh)}var Wb=r=>wa(r.slice(Nh.length)),$u=class{client;constructor(e){this.client=e}async*findProviders(e,t={}){yield*fr(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs??[]}))}async provide(){}async put(e,t,n){if(!Gb(e))return;let i=Wb(e),o=wt(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!Gb(e))throw new O("Not found","ERR_NOT_FOUND");let n=Wb(e);try{let i=await this.client.getIPNS(n,t);return _n(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}},ju=class{client;constructor(e){this.client=e}async findPeer(e,t={}){let n=await so(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){}};var Rt=ne("delegated-routing-v1-http-api-client"),Yb={concurrentRequests:4,timeout:3e4},Hu=class{started;httpQueue;shutDownController;clientUrl;timeout;contentRouting;peerRouting;constructor(e,t={}){this.started=!1,this.shutDownController=new AbortController,tl(1/0,this.shutDownController.signal),this.httpQueue=new Ct({concurrency:t.concurrentRequests??Yb.concurrentRequests}),this.clientUrl=e instanceof URL?e:new URL(e),this.timeout=t.timeout??Yb.timeout,this.contentRouting=new $u(this),this.peerRouting=new ju(this)}get[fa](){return this.contentRouting}get[ha](){return this.peerRouting}isStarted(){return this.started}start(){this.started=!0}stop(){this.httpQueue.clear(),this.shutDownController.abort(),this.started=!1}async*getProviders(e,t={}){Rt("getProviders starts: %c",e);let n=ji([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=He(),o=He();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/providers/${e.toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let p of l.Providers){let m=this.#e(p);m!=null&&(yield m)}}else for await(let l of Ka(yl(c.body))){let p=this.#e(l);p!=null&&(yield p)}}catch(s){Rt.error("getProviders errored:",s)}finally{n.clear(),o.resolve(),Rt("getProviders finished: %c",e)}}async*getPeers(e,t={}){Rt("getPeers starts: %c",e);let n=ji([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=He(),o=He();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/peers/${e.toCID().toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let p of l.Peers){let m=this.#e(p);m!=null&&(yield m)}}else for await(let l of Ka(yl(c.body))){let p=this.#e(l);p!=null&&(yield p)}}catch(s){Rt.error("getPeers errored:",s)}finally{n.clear(),o.resolve(),Rt("getPeers finished: %c",e)}}async getIPNS(e,t={}){Rt("getIPNS starts: %c",e);let n=ji([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=He(),o=He();this.httpQueue.add(async()=>(i.resolve(),o.promise));let s=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await i.promise;let c=await fetch(s,{headers:{Accept:"application/vnd.ipfs.ipns-record"},signal:n});if(Rt("getIPNS GET %s %d",s,c.status),c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("GET ipns response had no body","ERR_BAD_RESPONSE");let u=await c.arrayBuffer(),l=new Uint8Array(u,0,u.byteLength);return t.validate!==!1&&await Vu(hs(e),l),wt(l)}catch(a){throw Rt.error("getIPNS GET %s error:",s,a),a}finally{n.clear(),o.resolve(),Rt("getIPNS finished: %c",e)}}async putIPNS(e,t,n={}){Rt("putIPNS starts: %c",e);let i=ji([this.shutDownController.signal,n.signal,AbortSignal.timeout(this.timeout)]),o=He(),s=He();this.httpQueue.add(async()=>(o.resolve(),s.promise));let a=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await o.promise;let c=_n(t),l=await fetch(a,{method:"PUT",headers:{"Content-Type":"application/vnd.ipfs.ipns-record"},body:c,signal:i});if(Rt("putIPNS PUT %s %d",a,l.status),l.status!==200)throw new O("PUT ipns response had status other than 200","ERR_BAD_RESPONSE")}catch(c){throw Rt.error("putIPNS PUT %s error:",a,c.stack),c}finally{i.clear(),s.resolve(),Rt("putIPNS finished: %c",e)}}#e(e){let t=[],n=e.Addrs?.map(Df)??[];return e.Protocols!=null&&t.push(...e.Protocols),e.Protocol!=null&&(t.push(e.Protocol),delete e.Protocol),{...e,Schema:"peer",ID:mr(e.ID),Addrs:n,Protocols:t}}};function Xb(r,e={}){return new Hu(new URL(r),e)}var Jb=Z("/ipns/");function Zb(r){return ge(r.subarray(0,Jb.byteLength),Jb)}var Dh=class{client;constructor(e){this.client=Xb(e)}async provide(e,t){}async*findProviders(e,t){yield*fr(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs,protocols:n.Protocols}))}async put(e,t,n){if(!Zb(e))return;let i=ms(e),o=wt(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!Zb(e))throw new O("Not found","ERR_NOT_FOUND");let n=ms(e);try{let i=await this.client.getIPNS(n,t);return _n(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}async findPeer(e,t){let n=await so(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t){}};function Ja(r){return new Dh(new URL(r))}var Lh=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function qu(r,e,t,n){let i=new Lh(n?.errorMessage,n?.errorCode);return t?.aborted===!0?Promise.reject(i):new Promise((o,s)=>{let a=u=>{n?.filter?.(u)!==!1&&(r.removeEventListener(e,a),t?.removeEventListener("abort",c),o(u))},c=()=>{r.removeEventListener(e,a),t?.removeEventListener("abort",c),s(i)};r.addEventListener(e,a),t?.addEventListener("abort",c)})}var Ku=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function Qb(r,e,t){if(e==null)return r;if(e.aborted)return Promise.reject(new Ku(t?.errorMessage,t?.errorCode));let n,i=new Ku(t?.errorMessage,t?.errorCode);try{return await Promise.race([r,new Promise((o,s)=>{n=()=>{s(i)},e.addEventListener("abort",n)})])}finally{n!=null&&e.removeEventListener("abort",n)}}var Gu=class{deferred;signal;where;constructor(e,t){this.signal=t,this.deferred=He(),this.where=e,this.onAbort=this.onAbort.bind(this),this.signal?.addEventListener("abort",this.onAbort)}onAbort(){this.deferred.reject(new ei)}cleanup(){this.signal?.removeEventListener("abort",this.onAbort)}};function Ok(){return`${parseInt(String(Math.random()*1e9),10).toString()}${Date.now()}`}var Wu=class{id;fn;options;priority;recipients;status;timeline;controller;constructor(e,t,n=0){this.id=Ok(),this.status="queued",this.fn=e,this.priority=n,this.options=t,this.recipients=[],this.timeline={created:Date.now()},this.controller=new AbortController,tl(1/0,this.controller.signal),this.onAbort=this.onAbort.bind(this)}abort(e){this.controller.abort(e)}onAbort(){this.recipients.reduce((t,n)=>t&&n.signal?.aborted===!0,!0)&&this.controller.abort(new ei)}async join(e={}){let t=new Gu(new Error("where").stack,e.signal);return this.recipients.push(t),e.signal?.addEventListener("abort",this.onAbort),t.deferred.promise}async run(){this.status="running",this.timeline.started=Date.now();try{this.controller.signal.throwIfAborted();let e=await Qb(this.fn({...this.options??{},signal:this.controller.signal}),this.controller.signal);this.recipients.forEach(t=>{t.deferred.resolve(e)}),this.status="complete"}catch(e){this.recipients.forEach(t=>{t.deferred.reject(e)}),this.status="errored"}finally{this.timeline.finished=Date.now(),this.cleanup()}}cleanup(){this.recipients.forEach(e=>{e.signal?.removeEventListener("abort",this.onAbort)})}};function Fk(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var Za=class extends el{concurrency;queue;pending;constructor(e={}){super(),this.concurrency=e.concurrency??Number.POSITIVE_INFINITY,this.pending=0,e.metricName!=null&&e.metrics?.registerMetricGroup(e.metricName,{calculate:()=>({size:this.queue.length,running:this.pending,queued:this.queue.length-this.pending})}),this.queue=[]}tryToStartAnother(){if(this.size===0)return queueMicrotask(()=>{this.safeDispatchEvent("empty")}),this.running===0&&queueMicrotask(()=>{this.safeDispatchEvent("idle")}),!1;if(this.pending<this.concurrency){let e;for(let t of this.queue)if(t.status==="queued"){e=t;break}return e==null?!1:(this.safeDispatchEvent("active"),this.pending++,e.run().finally(()=>{for(let t=0;t<this.queue.length;t++)if(this.queue[t]===e){this.queue.splice(t,1);break}this.pending--,this.tryToStartAnother(),this.safeDispatchEvent("next")}),!0)}return!1}enqueue(e){if(this.queue[this.size-1]?.priority>=e.priority){this.queue.push(e);return}let t=Fk(this.queue,e,(n,i)=>i.priority-n.priority);this.queue.splice(t,0,e)}async add(e,t){t?.signal?.throwIfAborted();let n=new Wu(e,t,t?.priority),i=n.join(t).then(o=>(this.safeDispatchEvent("completed",{detail:o}),o)).catch(o=>{throw this.safeDispatchEvent("error",{detail:o}),o});return this.enqueue(n),this.safeDispatchEvent("add"),this.tryToStartAnother(),i}clear(){this.queue.splice(0,this.queue.length)}abort(){this.queue.forEach(e=>{e.abort(new ei)}),this.clear()}async onEmpty(e){this.size!==0&&await qu(this,"empty",e?.signal)}async onSizeLessThan(e,t){this.size<e||await qu(this,"next",t?.signal,{filter:()=>this.size<e})}async onIdle(e){this.pending===0&&this.size===0||await qu(this,"idle",e?.signal)}get size(){return this.queue.length}get queued(){return this.queue.length-this.pending}get running(){return this.pending}async*toGenerator(e){e?.signal?.throwIfAborted();let t=Or({objectMode:!0}),n=c=>{c!=null?this.abort():this.clear(),t.end(c)},i=c=>{c.detail!=null&&t.push(c.detail)},o=c=>{n(c.detail)},s=()=>{n()},a=()=>{n(new O("Queue aborted","ERR_QUEUE_ABORTED"))};this.addEventListener("completed",i),this.addEventListener("error",o),this.addEventListener("idle",s),e?.signal?.addEventListener("abort",a);try{yield*t}finally{this.removeEventListener("completed",i),this.removeEventListener("error",o),this.removeEventListener("idle",s),e?.signal?.removeEventListener("abort",a),n()}}};var nv="/pin/",ev="/pinned-block/",Ph=oi,tv=1;function rv(r){return r.version===0&&(r=r.toV1()),new Xe(`${nv}${r.toString(Ph)}`)}var Yu=class{datastore;blockstore;dagWalkers;constructor(e,t,n){this.datastore=e,this.blockstore=t,this.dagWalkers=n}async*add(e,t={}){let n=rv(e);if(await this.datastore.has(n))throw new Error("Already pinned");let i=Math.round(t.depth??1/0);if(i<0)throw new Error("Depth must be greater than or equal to 0");let o=new Za({concurrency:tv});for await(let a of this.#e(e,o,{...t,depth:i}))await this.#t(a,c=>c.pinnedBy.find(u=>ge(u,e.bytes))!=null?!1:(c.pinCount++,c.pinnedBy.push(e.bytes),!0),t),yield a;let s={depth:i,metadata:t.metadata??{}};await this.datastore.put(n,vi(s),t)}async*#e(e,t,n){if(n.depth===-1)return;let i=this.dagWalkers[e.code];if(i==null)throw new Error(`No dag walker found for cid codec ${e.code}`);let o=await this.blockstore.get(e,n);yield e;for await(let s of i.walk(o))yield*await t.add(async()=>this.#e(s,t,{...n,depth:n.depth-1}))}async#t(e,t,n){let i=new Xe(`${ev}${Ph.encode(e.multihash.bytes)}`),o={pinCount:0,pinnedBy:[]};try{o=Kt(await this.datastore.get(i,n))}catch(a){if(a.code!=="ERR_NOT_FOUND")throw a}if(t(o)){if(o.pinCount===0&&await this.datastore.has(i)){await this.datastore.delete(i);return}await this.datastore.put(i,vi(o),n),n.onProgress?.(new P("helia:pin:add",e))}}async*rm(e,t={}){let n=rv(e),i=await this.datastore.get(n,t),o=Kt(i);await this.datastore.delete(n,t);let s=new Za({concurrency:tv});for await(let a of this.#e(e,s,{...t,depth:o.depth}))await this.#t(a,c=>(c.pinCount--,c.pinnedBy=c.pinnedBy.filter(u=>ge(u,e.bytes)),!0),{...t,depth:o.depth}),yield a}async*ls(e={}){for await(let{key:t,value:n}of this.datastore.query({prefix:nv+(e.cid!=null?`${e.cid.toString(oi)}`:"")},e)){let i=z.parse(t.toString().substring(5),oi),o=Kt(n);yield{cid:i,...o}}}async isPinned(e,t={}){let n=new Xe(`${ev}${Ph.encode(e.multihash.bytes)}`);return this.datastore.has(n,t)}};function Oh(r,e){let t={[Symbol.iterator]:()=>t,next:()=>{let n=r.next(),i=n.value;return n.done===!0||i==null?{done:!0,value:void 0}:{done:!1,value:e(i)}}};return t}var gs=class r{set;constructor(e){if(this.set=new Set,e!=null)for(let t of e)this.set.add(t.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(e){this.set.add(e.toString())}clear(){this.set.clear()}delete(e){this.set.delete(e.toString())}entries(){return Oh(this.set.entries(),e=>{let t=mr(e[0]);return[t,t]})}forEach(e){this.set.forEach(t=>{let n=mr(t);e(n,n,this)})}has(e){return this.set.has(e.toString())}values(){return Oh(this.set.values(),e=>mr(e))}intersection(e){let t=new r;for(let n of e)this.has(n)&&t.add(n);return t}difference(e){let t=new r;for(let n of this)e.has(n)||t.add(n);return t}union(e){let t=new r;for(let n of e)t.add(n);for(let n of this)t.add(n);return t}};var Xu=class{log;routers;constructor(e,t){this.log=e.logger.forComponent("helia:routing"),this.routers=t.routers??[]}async start(){await ti(...this.routers)}async stop(){await ri(...this.routers)}async*findProviders(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new gs;for await(let i of ai(...xs(this.routers,"findProviders").map(o=>o.findProviders(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}async provide(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");await Promise.all(xs(this.routers,"provide").map(async n=>{await n.provide(e,t)}))}async put(e,t,n){await Promise.all(xs(this.routers,"put").map(async i=>{await i.put(e,t,n)}))}async get(e,t){return Promise.any(xs(this.routers,"get").map(async n=>n.get(e,t)))}async findPeer(e,t){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=this,i=ai(...xs(this.routers,"findPeer").map(o=>async function*(){try{yield await o.findPeer(e,t)}catch(s){n.log.error(s)}}()));for await(let o of i)if(o!=null)return o;throw new O("Could not find peer in routing","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new gs;for await(let i of ai(...xs(this.routers,"getClosestPeers").map(o=>o.getClosestPeers(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}};function xs(r,e){return r.filter(t=>t[e]!=null)}var Ei={},ys=r=>{r.addEventListener("message",e=>{ys.dispatchEvent("message",r,e)}),r.port!=null&&r.port.addEventListener("message",e=>{ys.dispatchEvent("message",r,e)})};ys.addEventListener=(r,e)=>{Ei[r]==null&&(Ei[r]=[]),Ei[r].push(e)};ys.removeEventListener=(r,e)=>{Ei[r]!=null&&(Ei[r]=Ei[r].filter(t=>t===e))};ys.dispatchEvent=function(r,e,t){Ei[r]!=null&&Ei[r].forEach(n=>n(e,t))};var Fh=ys;var zh="lock:worker:request-read",Vh="lock:worker:release-read",Mh="lock:master:grant-read",$h="lock:worker:request-write",jh="lock:worker:release-write",Hh="lock:master:grant-write";var iv=(r=21)=>Math.random().toString().substring(2);var ov=(r,e,t,n,i)=>(o,s)=>{if(s.data.type!==t)return;let a={type:s.data.type,name:s.data.name,identifier:s.data.identifier};r.dispatchEvent(new MessageEvent(e,{data:{name:a.name,handler:async()=>{o.postMessage({type:i,name:a.name,identifier:a.identifier}),await new Promise(c=>{let u=l=>{if(l==null||l.data==null)return;let p={type:l.data.type,name:l.data.name,identifier:l.data.identifier};p.type===n&&p.identifier===a.identifier&&(o.removeEventListener("message",u),c())};o.addEventListener("message",u)})}}}))},sv=(r,e,t,n)=>async()=>{let i=iv();return globalThis.postMessage({type:e,identifier:i,name:r}),new Promise(o=>{let s=a=>{if(a==null||a.data==null)return;let c={type:a.data.type,identifier:a.data.identifier};c.type===t&&c.identifier===i&&(globalThis.removeEventListener("message",s),o(()=>{globalThis.postMessage({type:n,identifier:i,name:r})}))};globalThis.addEventListener("message",s)})},zk={singleProcess:!1},av=r=>{if(r=Object.assign({},zk,r),!!globalThis.document||r.singleProcess){let t=new EventTarget;return Fh.addEventListener("message",ov(t,"requestReadLock",zh,Vh,Mh)),Fh.addEventListener("message",ov(t,"requestWriteLock",$h,jh,Hh)),t}return{isWorker:!0,readLock:t=>sv(t,zh,Mh,Vh),writeLock:t=>sv(t,$h,Hh,jh)}};var ao={},Ai;async function qh(r,e){let t,n=new Promise(i=>{t=i});return r.add(async()=>Ya((async()=>{await new Promise(i=>{t(()=>{i()})})})(),{milliseconds:e.timeout})),n}var Vk=(r,e)=>{if(Ai.isWorker===!0)return{readLock:Ai.readLock(r,e),writeLock:Ai.writeLock(r,e)};let t=new Ct({concurrency:1}),n;return{async readLock(){if(n!=null)return qh(n,e);n=new Ct({concurrency:e.concurrency,autoStart:!1});let i=n,o=qh(n,e);return t.add(async()=>{i.start(),await i.onIdle().then(()=>{n===i&&(n=null)})}),o},async writeLock(){return n=null,qh(t,e)}}},Mk={name:"lock",concurrency:1/0,timeout:846e5,singleProcess:!1};function Kh(r){let e=Object.assign({},Mk,r);return Ai==null&&(Ai=av(e),Ai.isWorker!==!0&&(Ai.addEventListener("requestReadLock",t=>{ao[t.data.name]!=null&&ao[t.data.name].readLock().then(async n=>t.data.handler().finally(()=>{n()}))}),Ai.addEventListener("requestWriteLock",async t=>{ao[t.data.name]!=null&&ao[t.data.name].writeLock().then(async n=>t.data.handler().finally(()=>{n()}))}))),ao[e.name]==null&&(ao[e.name]=Vk(e.name,e)),ao[e.name]}var Ju=class{lock;child;pins;started;constructor(e,t,n={}){this.child=e,this.pins=t,this.lock=Kh({singleProcess:n.holdGcLock}),this.started=!1}isStarted(){return this.started}async start(){await ti(this.child),this.started=!0}async stop(){await ri(this.child),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){let i=await this.lock.readLock();try{return await this.child.put(e,t,n)}finally{i()}}async*putMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.putMany(e,t)}finally{n()}}async get(e,t={}){let n=await this.lock.readLock();try{return await this.child.get(e,t)}finally{n()}}async*getMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.getMany(e,t)}finally{n()}}async delete(e,t={}){let n=await this.lock.writeLock();try{if(await this.pins.isPinned(e))throw new Error("CID was pinned");await this.child.delete(e,t)}finally{n()}}async*deleteMany(e,t={}){let n=await this.lock.writeLock();try{let i=this;yield*this.child.deleteMany(async function*(){for await(let o of e){if(await i.pins.isPinned(o))throw new Error("CID was pinned");yield o}}(),t)}finally{n()}}async has(e,t={}){let n=await this.lock.readLock();try{return await this.child.has(e,t)}finally{n()}}async*getAll(e={}){let t=await this.lock.readLock();try{yield*this.child.getAll(e)}finally{t()}}};var cv=42;function $k(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=z.asCID(r);if(!e)return null;let t=new Uint8Array(e.bytes.byteLength+1);return t.set(e.bytes,1),[new C(A.tag,cv),new C(A.bytes,t)]}function jk(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function Hk(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var Gh={float64:!0,typeEncoders:{Object:$k,undefined:jk,number:Hk}},yH={...Gh,typeEncoders:{...Gh.typeEncoders}};function qk(r){if(r[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");return z.decode(r.subarray(1))}var Zu={allowIndefinite:!1,coerceUndefinedToNull:!0,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};Zu.tags[cv]=qk;var wH={...Zu,tags:Zu.tags.slice()};var Si=113,lv=r=>vi(r,Gh),Qu=r=>Kt(r,Zu);var Wh=class extends Array{constructor(){super(),this.inRecursive=[]}prefix(e){let t=this.inRecursive[this.inRecursive.length-1];t&&(t.type===A.array&&(t.elements++,t.elements!==1&&e.push([44])),t.type===A.map&&(t.elements++,t.elements!==1&&(t.elements%2===1?e.push([44]):e.push([58]))))}[A.uint.major](e,t){this.prefix(e);let n=String(t.value),i=[];for(let o=0;o<n.length;o++)i[o]=n.charCodeAt(o);e.push(i)}[A.negint.major](e,t){this[A.uint.major](e,t)}[A.bytes.major](e,t){throw new Error(`${kn} unsupported type: Uint8Array`)}[A.string.major](e,t){this.prefix(e);let n=ku(JSON.stringify(t.value));e.push(n.length>32?Fa(n):n)}[A.array.major](e,t){this.prefix(e),this.inRecursive.push({type:A.array,elements:0}),e.push([91])}[A.map.major](e,t){this.prefix(e),this.inRecursive.push({type:A.map,elements:0}),e.push([123])}[A.tag.major](e,t){}[A.float.major](e,t){if(t.type.name==="break"){let s=this.inRecursive.pop();if(s){if(s.type===A.array)e.push([93]);else if(s.type===A.map)e.push([125]);else throw new Error("Unexpected recursive type; this should not happen!");return}throw new Error("Unexpected break; this should not happen!")}if(t.value===void 0)throw new Error(`${kn} unsupported type: undefined`);if(this.prefix(e),t.type.name==="true"){e.push([116,114,117,101]);return}else if(t.type.name==="false"){e.push([102,97,108,115,101]);return}else if(t.type.name==="null"){e.push([110,117,108,108]);return}let n=String(t.value),i=[],o=!1;for(let s=0;s<n.length;s++)i[s]=n.charCodeAt(s),!o&&(i[s]===46||i[s]===101||i[s]===69)&&(o=!0);o||(i.push(46),i.push(48)),e.push(i)}};function Kk(r,e){if(Array.isArray(r[0])||Array.isArray(e[0]))throw new Error(`${kn} complex map keys are not supported`);let t=r[0],n=e[0];if(t.type!==A.string||n.type!==A.string)throw new Error(`${kn} non-string map keys are not supported`);if(t<n)return-1;if(t>n)return 1;throw new Error(`${kn} unexpected duplicate map keys, this is not supported`)}var Gk={addBreakTokens:!0,mapSorter:Kk};function Yh(r,e){return e=Object.assign({},Gk,e),Sh(r,new Wh,e)}var Bi=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t,this.modeStack=["value"],this.lastToken=""}pos(){return this._pos}done(){return this._pos>=this.data.length}ch(){return this.data[this._pos]}currentMode(){return this.modeStack[this.modeStack.length-1]}skipWhitespace(){let e=this.ch();for(;e===32||e===9||e===13||e===10;)e=this.data[++this._pos]}expect(e){if(this.data.length-this._pos<e.length)throw new Error(`${q} unexpected end of input at position ${this._pos}`);for(let t=0;t<e.length;t++)if(this.data[this._pos++]!==e[t])throw new Error(`${q} unexpected token at position ${this._pos}, expected to find '${String.fromCharCode(...e)}'`)}parseNumber(){let e=this._pos,t=!1,n=!1,i=a=>{for(;!this.done();){let c=this.ch();if(a.includes(c))this._pos++;else break}};if(this.ch()===45&&(t=!0,this._pos++),this.ch()===48)if(this._pos++,this.ch()===46)this._pos++,n=!0;else return new C(A.uint,0,this._pos-e);if(i([48,49,50,51,52,53,54,55,56,57]),t&&this._pos===e+1)throw new Error(`${q} unexpected token at position ${this._pos}`);if(!this.done()&&this.ch()===46){if(n)throw new Error(`${q} unexpected token at position ${this._pos}`);n=!0,this._pos++,i([48,49,50,51,52,53,54,55,56,57])}!this.done()&&(this.ch()===101||this.ch()===69)&&(n=!0,this._pos++,!this.done()&&(this.ch()===43||this.ch()===45)&&this._pos++,i([48,49,50,51,52,53,54,55,56,57]));let o=String.fromCharCode.apply(null,this.data.subarray(e,this._pos)),s=parseFloat(o);return n?new C(A.float,s,this._pos-e):this.options.allowBigInt!==!0||Number.isSafeInteger(s)?new C(s>=0?A.uint:A.negint,s,this._pos-e):new C(s>=0?A.uint:A.negint,BigInt(o),this._pos-e)}parseString(){if(this.ch()!==34)throw new Error(`${q} unexpected character at position ${this._pos}; this shouldn't happen`);this._pos++;for(let o=this._pos,s=0;o<this.data.length&&s<65536;o++,s++){let a=this.data[o];if(a===92||a<32||a>=128)break;if(a===34){let c=String.fromCharCode.apply(null,this.data.subarray(this._pos,o));return this._pos=o+1,new C(A.string,c,s)}}let e=this._pos,t=[],n=()=>{if(this._pos+4>=this.data.length)throw new Error(`${q} unexpected end of unicode escape sequence at position ${this._pos}`);let o=0;for(let s=0;s<4;s++){let a=this.ch();if(a>=48&&a<=57)a-=48;else if(a>=97&&a<=102)a=a-97+10;else if(a>=65&&a<=70)a=a-65+10;else throw new Error(`${q} unexpected unicode escape character at position ${this._pos}`);o=o*16+a,this._pos++}return o},i=()=>{let o=this.ch(),s=null,a=o>239?4:o>223?3:o>191?2:1;if(this._pos+a>this.data.length)throw new Error(`${q} unexpected unicode sequence at position ${this._pos}`);let c,u,l,p;switch(a){case 1:o<128&&(s=o);break;case 2:c=this.data[this._pos+1],(c&192)===128&&(p=(o&31)<<6|c&63,p>127&&(s=p));break;case 3:c=this.data[this._pos+1],u=this.data[this._pos+2],(c&192)===128&&(u&192)===128&&(p=(o&15)<<12|(c&63)<<6|u&63,p>2047&&(p<55296||p>57343)&&(s=p));break;case 4:c=this.data[this._pos+1],u=this.data[this._pos+2],l=this.data[this._pos+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(p=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,p>65535&&p<1114112&&(s=p))}s===null?(s=65533,a=1):s>65535&&(s-=65536,t.push(s>>>10&1023|55296),s=56320|s&1023),t.push(s),this._pos+=a};for(;!this.done();){let o=this.ch(),s;switch(o){case 92:if(this._pos++,this.done())throw new Error(`${q} unexpected string termination at position ${this._pos}`);switch(s=this.ch(),this._pos++,s){case 34:case 39:case 92:case 47:t.push(s);break;case 98:t.push(8);break;case 116:t.push(9);break;case 110:t.push(10);break;case 102:t.push(12);break;case 114:t.push(13);break;case 117:t.push(n());break;default:throw new Error(`${q} unexpected string escape character at position ${this._pos}`)}break;case 34:return this._pos++,new C(A.string,yh(t),this._pos-e);default:if(o<32)throw new Error(`${q} invalid control character at position ${this._pos}`);o<128?(t.push(o),this._pos++):i()}}throw new Error(`${q} unexpected end of string at position ${this._pos}`)}parseValue(){switch(this.ch()){case 123:return this.modeStack.push("obj-start"),this._pos++,new C(A.map,1/0,1);case 91:return this.modeStack.push("array-start"),this._pos++,new C(A.array,1/0,1);case 34:return this.parseString();case 110:return this.expect([110,117,108,108]),new C(A.null,null,4);case 102:return this.expect([102,97,108,115,101]),new C(A.false,!1,5);case 116:return this.expect([116,114,117,101]),new C(A.true,!0,4);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.parseNumber();default:throw new Error(`${q} unexpected character at position ${this._pos}`)}}next(){switch(this.skipWhitespace(),this.currentMode()){case"value":return this.modeStack.pop(),this.parseValue();case"array-value":{if(this.modeStack.pop(),this.ch()===93)return this._pos++,this.skipWhitespace(),new C(A.break,void 0,1);if(this.ch()!==44)throw new Error(`${q} unexpected character at position ${this._pos}, was expecting array delimiter but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue()}case"array-start":return this.modeStack.pop(),this.ch()===93?(this._pos++,this.skipWhitespace(),new C(A.break,void 0,1)):(this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue());case"obj-key":if(this.ch()===125)return this.modeStack.pop(),this._pos++,this.skipWhitespace(),new C(A.break,void 0,1);if(this.ch()!==44)throw new Error(`${q} unexpected character at position ${this._pos}, was expecting object delimiter but found '${String.fromCharCode(this.ch())}'`);this._pos++,this.skipWhitespace();case"obj-start":{if(this.modeStack.pop(),this.ch()===125)return this._pos++,this.skipWhitespace(),new C(A.break,void 0,1);let e=this.parseString();if(this.skipWhitespace(),this.ch()!==58)throw new Error(`${q} unexpected character at position ${this._pos}, was expecting key/value delimiter ':' but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("obj-value"),e}case"obj-value":return this.modeStack.pop(),this.modeStack.push("obj-key"),this.skipWhitespace(),this.parseValue();default:throw new Error(`${q} unexpected parse state at position ${this._pos}; this shouldn't happen`)}}};function Qa(r,e){return e=Object.assign({tokenizer:new Bi(r,e)},e),Kt(r,e)}function Wk(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=z.asCID(r);if(!e)return null;let t=e.toString();return[new C(A.map,1/0,1),new C(A.string,"/",1),new C(A.string,t,t.length),new C(A.break,void 0,1)]}function tp(r){let e=Pr.encode(r).slice(1);return[new C(A.map,1/0,1),new C(A.string,"/",1),new C(A.map,1/0,1),new C(A.string,"bytes",5),new C(A.string,e,e.length),new C(A.break,void 0,1),new C(A.break,void 0,1)]}function Sr(r){return tp(new Uint8Array(r.buffer,r.byteOffset,r.byteLength))}function Yk(r){return tp(new Uint8Array(r))}function Xk(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function Jk(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var Zk={typeEncoders:{Object:Wk,Buffer:tp,Uint8Array:tp,Int8Array:Sr,Uint16Array:Sr,Int16Array:Sr,Uint32Array:Sr,Int32Array:Sr,Float32Array:Sr,Float64Array:Sr,Uint8ClampedArray:Sr,BigInt64Array:Sr,BigUint64Array:Sr,DataView:Sr,ArrayBuffer:Yk,undefined:Xk,number:Jk}},Xh=class extends Bi{constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===A.map){let t=this._next();if(t.type===A.string&&t.value==="/"){let n=this._next();if(n.type===A.string){if(this._next().type!==A.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new C(A.tag,42,0)}if(n.type===A.map){let i=this._next();if(i.type===A.string&&i.value==="bytes"){let o=this._next();if(o.type===A.string){for(let a=0;a<2;a++)if(this._next().type!==A.break)throw new Error("Invalid encoded Bytes form");let s=Pr.decode(`m${o.value}`);return new C(A.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},Jh={allowIndefinite:!1,allowUndefined:!1,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};Jh.tags[42]=z.parse;var ki=297,pv=r=>Yh(r,Zk),rp=r=>{let e=Object.assign(Jh,{tokenizer:new Xh(r,Jh)});return Qa(r,e)};var PH=new TextDecoder;var OH=new TextEncoder;var Ke={};$(Ke,{code:()=>Ve,createLink:()=>vv,createNode:()=>bv,decode:()=>Ie,encode:()=>fe,name:()=>lI,prepare:()=>Ue,validate:()=>em});var Qk=new TextDecoder;function Zh(r,e){let t=0;for(let n=0;;n+=7){if(n>=64)throw new Error("protobuf: varint overflow");if(e>=r.length)throw new Error("protobuf: unexpected end of data");let i=r[e++];if(t+=n<28?(i&127)<<n:(i&127)*2**n,i<128)break}return[t,e]}function ip(r,e){let t;[t,e]=Zh(r,e);let n=e+t;if(t<0||n<0)throw new Error("protobuf: invalid length");if(n>r.length)throw new Error("protobuf: unexpected end of data");return[r.subarray(e,n),n]}function dv(r,e){let t;return[t,e]=Zh(r,e),[t&7,t>>3,e]}function eI(r){let e={},t=r.length,n=0;for(;n<t;){let i,o;if([i,o,n]=dv(r,n),o===1){if(e.Hash)throw new Error("protobuf: (PBLink) duplicate Hash section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Hash`);if(e.Name!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Name before Hash");if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Hash");[e.Hash,n]=ip(r,n)}else if(o===2){if(e.Name!==void 0)throw new Error("protobuf: (PBLink) duplicate Name section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Name`);if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Name");let s;[s,n]=ip(r,n),e.Name=Qk.decode(s)}else if(o===3){if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) duplicate Tsize section");if(i!==0)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Tsize`);[e.Tsize,n]=Zh(r,n)}else throw new Error(`protobuf: (PBLink) invalid fieldNumber, expected 1, 2 or 3, got ${o}`)}if(n>t)throw new Error("protobuf: (PBLink) unexpected end of data");return e}function fv(r){let e=r.length,t=0,n,i=!1,o;for(;t<e;){let a,c;if([a,c,t]=dv(r,t),a!==2)throw new Error(`protobuf: (PBNode) invalid wireType, expected 2, got ${a}`);if(c===1){if(o)throw new Error("protobuf: (PBNode) duplicate Data section");[o,t]=ip(r,t),n&&(i=!0)}else if(c===2){if(i)throw new Error("protobuf: (PBNode) duplicate Links section");n||(n=[]);let u;[u,t]=ip(r,t),n.push(eI(u))}else throw new Error(`protobuf: (PBNode) invalid fieldNumber, expected 1 or 2, got ${c}`)}if(t>e)throw new Error("protobuf: (PBNode) unexpected end of data");let s={};return o&&(s.Data=o),s.Links=n||[],s}var mv=new TextEncoder,hv=2**32,tI=2**31;function rI(r,e){let t=e.length;if(typeof r.Tsize=="number"){if(r.Tsize<0)throw new Error("Tsize cannot be negative");if(!Number.isSafeInteger(r.Tsize))throw new Error("Tsize too large for encoding");t=ec(e,t,r.Tsize)-1,e[t]=24}if(typeof r.Name=="string"){let n=mv.encode(r.Name);t-=n.length,e.set(n,t),t=ec(e,t,n.length)-1,e[t]=18}return r.Hash&&(t-=r.Hash.length,e.set(r.Hash,t),t=ec(e,t,r.Hash.length)-1,e[t]=10),e.length-t}function gv(r){let e=iI(r),t=new Uint8Array(e),n=e;if(r.Data&&(n-=r.Data.length,t.set(r.Data,n),n=ec(t,n,r.Data.length)-1,t[n]=10),r.Links)for(let i=r.Links.length-1;i>=0;i--){let o=rI(r.Links[i],t.subarray(0,n));n-=o,n=ec(t,n,o)-1,t[n]=18}return t}function nI(r){let e=0;if(r.Hash){let t=r.Hash.length;e+=1+t+ws(t)}if(typeof r.Name=="string"){let t=mv.encode(r.Name).length;e+=1+t+ws(t)}return typeof r.Tsize=="number"&&(e+=1+ws(r.Tsize)),e}function iI(r){let e=0;if(r.Data){let t=r.Data.length;e+=1+t+ws(t)}if(r.Links)for(let t of r.Links){let n=nI(t);e+=1+n+ws(n)}return e}function ec(r,e,t){e-=ws(t);let n=e;for(;t>=tI;)r[e++]=t&127|128,t/=128;for(;t>=128;)r[e++]=t&127|128,t>>>=7;return r[e]=t,n}function ws(r){return r%2===0&&r++,Math.floor((oI(r)+6)/7)}function oI(r){let e=0;return r>=hv&&(r=Math.floor(r/hv),e=32),r>=65536&&(r>>>=16,e+=16),r>=256&&(r>>>=8,e+=8),e+sI[r]}var sI=[0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8];var aI=["Data","Links"],cI=["Hash","Name","Tsize"],Qh=new TextEncoder;function yv(r,e){if(r===e)return 0;let t=r.Name?Qh.encode(r.Name):[],n=e.Name?Qh.encode(e.Name):[],i=t.length,o=n.length;for(let s=0,a=Math.min(i,o);s<a;++s)if(t[s]!==n[s]){i=t[s],o=n[s];break}return i<o?-1:o<i?1:0}function xv(r,e){return!Object.keys(r).some(t=>!e.includes(t))}function wv(r){if(typeof r.asCID=="object"){let t=z.asCID(r);if(!t)throw new TypeError("Invalid DAG-PB form");return{Hash:t}}if(typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Hash){let t=z.asCID(r.Hash);try{t||(typeof r.Hash=="string"?t=z.parse(r.Hash):r.Hash instanceof Uint8Array&&(t=z.decode(r.Hash)))}catch(n){throw new TypeError(`Invalid DAG-PB form: ${n.message}`)}t&&(e.Hash=t)}if(!e.Hash)throw new TypeError("Invalid DAG-PB form");return typeof r.Name=="string"&&(e.Name=r.Name),typeof r.Tsize=="number"&&(e.Tsize=r.Tsize),e}function Ue(r){if((r instanceof Uint8Array||typeof r=="string")&&(r={Data:r}),typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Data!==void 0)if(typeof r.Data=="string")e.Data=Qh.encode(r.Data);else if(r.Data instanceof Uint8Array)e.Data=r.Data;else throw new TypeError("Invalid DAG-PB form");if(r.Links!==void 0)if(Array.isArray(r.Links))e.Links=r.Links.map(wv),e.Links.sort(yv);else throw new TypeError("Invalid DAG-PB form");else e.Links=[];return e}function em(r){if(!r||typeof r!="object"||Array.isArray(r)||r instanceof Uint8Array||r["/"]&&r["/"]===r.bytes)throw new TypeError("Invalid DAG-PB form");if(!xv(r,aI))throw new TypeError("Invalid DAG-PB form (extraneous properties)");if(r.Data!==void 0&&!(r.Data instanceof Uint8Array))throw new TypeError("Invalid DAG-PB form (Data must be bytes)");if(!Array.isArray(r.Links))throw new TypeError("Invalid DAG-PB form (Links must be a list)");for(let e=0;e<r.Links.length;e++){let t=r.Links[e];if(!t||typeof t!="object"||Array.isArray(t)||t instanceof Uint8Array||t["/"]&&t["/"]===t.bytes)throw new TypeError("Invalid DAG-PB form (bad link)");if(!xv(t,cI))throw new TypeError("Invalid DAG-PB form (extraneous properties on link)");if(t.Hash===void 0)throw new TypeError("Invalid DAG-PB form (link must have a Hash)");if(t.Hash==null||!t.Hash["/"]||t.Hash["/"]!==t.Hash.bytes)throw new TypeError("Invalid DAG-PB form (link Hash must be a CID)");if(t.Name!==void 0&&typeof t.Name!="string")throw new TypeError("Invalid DAG-PB form (link Name must be a string)");if(t.Tsize!==void 0){if(typeof t.Tsize!="number"||t.Tsize%1!==0)throw new TypeError("Invalid DAG-PB form (link Tsize must be an integer)");if(t.Tsize<0)throw new TypeError("Invalid DAG-PB form (link Tsize cannot be negative)")}if(e>0&&yv(t,r.Links[e-1])===-1)throw new TypeError("Invalid DAG-PB form (links must be sorted by Name bytes)")}}function bv(r,e=[]){return Ue({Data:r,Links:e})}function vv(r,e,t){return wv({Hash:t,Name:r,Tsize:e})}var lI="dag-pb",Ve=112;function fe(r){em(r);let e={};return r.Links&&(e.Links=r.Links.map(t=>{let n={};return t.Hash&&(n.Hash=t.Hash.bytes),t.Name!==void 0&&(n.Name=t.Name),t.Tsize!==void 0&&(n.Tsize=t.Tsize),n})),r.Data&&(e.Data=r.Data),gv(e)}function Ie(r){let e=fv(r),t={};return e.Data&&(t.Data=e.Data),e.Links&&(t.Links=e.Links.map(n=>{let i={};try{i.Hash=z.decode(n.Hash)}catch{}if(!i.Hash)throw new Error("Invalid Hash field found in link, expected CID");return n.Name!==void 0&&(i.Name=n.Name),n.Tsize!==void 0&&(i.Tsize=n.Tsize),i})),t}var uI={codec:Ve,*walk(r){yield*Ie(r).Links.map(t=>t.Hash)}},pI={codec:je,*walk(){}},Ev=42,dI={codec:Si,*walk(r){let e=[],t=[];t[Ev]=n=>{if(n[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");let i=z.decode(n.subarray(1));return e.push(i),i},Kt(r,{tags:t}),yield*e}},tm=class extends Bi{tokenBuffer;constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===A.map){let t=this._next();if(t.type===A.string&&t.value==="/"){let n=this._next();if(n.type===A.string){if(this._next().type!==A.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new C(A.tag,42,0)}if(n.type===A.map){let i=this._next();if(i.type===A.string&&i.value==="bytes"){let o=this._next();if(o.type===A.string){for(let a=0;a<2;a++)if(this._next().type!==A.break)throw new Error("Invalid encoded Bytes form");let s=Pr.decode(`m${o.value}`);return new C(A.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},fI={codec:ki,*walk(r){let e=[],t=[];t[Ev]=n=>{let i=z.parse(n);return e.push(i),i},Qa(r,{tags:t,tokenizer:new tm(r,{tags:t,allowIndefinite:!0,allowUndefined:!0,allowNaN:!0,allowInfinity:!0,allowBigInt:!0,strict:!1,rejectDuplicateMapKeys:!1})}),yield*e}},hI={codec:Oo,*walk(){}};function Av(r=[]){let e={};return[uI,pI,dI,fI,hI,...r].forEach(t=>{e[t.codec]=t}),e}var rm=new Xe("/version"),Sv=1;async function Bv(r){if(!await r.has(rm)){await r.put(rm,Z(`${Sv}`));return}let e=await r.get(rm),t=oe(e);if(parseInt(t,10)!==Sv)throw new Error("Unknown datastore version, a datastore migration may be required")}function kv(r=[]){let e={};return[ce,Ld,It,...r].forEach(t=>{e[t.code]=t}),e}function mI(r){return r[Symbol.asyncIterator]!=null}function gI(r,e){if(mI(r))return async function*(){for await(let a of r)await e(a)&&(yield a)}();let t=_o(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){await o&&(yield n);for await(let a of t)await e(a)&&(yield a)}();let s=e;return function*(){o===!0&&(yield n);for(let a of t)s(a)&&(yield a)}()}var Gt=gI;function xI(r){return typeof r.retrieve=="function"}function yI(r){return typeof r.announce=="function"}var op=class{child;blockRetrievers;blockAnnouncers;hashers;started;log;constructor(e){this.log=e.logger.forComponent("helia:networked-storage"),this.child=e.blockstore,this.blockRetrievers=(e.blockBrokers??[]).filter(xI),this.blockAnnouncers=(e.blockBrokers??[]).filter(yI),this.hashers=e.hashers??{},this.started=!1}isStarted(){return this.started}async start(){await ti(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!0}async stop(){await ri(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){return await this.child.has(e)?(n.onProgress?.(new P("blocks:put:duplicate",e)),e):(n.onProgress?.(new P("blocks:put:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,t,n)}),n.onProgress?.(new P("blocks:put:blockstore:put",e)),this.child.put(e,t,n))}async*putMany(e,t={}){let n=Gt(e,async({cid:o})=>{let s=await this.child.has(o);return s&&t.onProgress?.(new P("blocks:put-many:duplicate",o)),!s}),i=bd(n,({cid:o,block:s})=>{t.onProgress?.(new P("blocks:put-many:providers:notify",o)),this.blockAnnouncers.forEach(a=>{a.announce(o,s,t)})});t.onProgress?.(new P("blocks:put-many:blockstore:put-many")),yield*this.child.putMany(i,t)}async get(e,t={}){if(t.offline!==!0&&!await this.child.has(e)){t.onProgress?.(new P("blocks:get:providers:get",e));let n=await Iv(e,this.blockRetrievers,this.hashers[e.multihash.code],{...t,log:this.log});return t.onProgress?.(new P("blocks:get:blockstore:put",e)),await this.child.put(e,n,t),t.onProgress?.(new P("blocks:get:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,n,t)}),n}return t.onProgress?.(new P("blocks:get:blockstore:get",e)),this.child.get(e,t)}async*getMany(e,t={}){t.onProgress?.(new P("blocks:get-many:blockstore:get-many")),yield*this.child.getMany(bd(e,async n=>{if(t.offline!==!0&&!await this.child.has(n)){t.onProgress?.(new P("blocks:get-many:providers:get",n));let i=await Iv(n,this.blockRetrievers,this.hashers[n.multihash.code],{...t,log:this.log});t.onProgress?.(new P("blocks:get-many:blockstore:put",n)),await this.child.put(n,i,t),t.onProgress?.(new P("blocks:get-many:providers:notify",n)),this.blockAnnouncers.forEach(o=>{o.announce(n,i,t)})}}))}async delete(e,t={}){t.onProgress?.(new P("blocks:delete:blockstore:delete",e)),await this.child.delete(e,t)}async*deleteMany(e,t={}){t.onProgress?.(new P("blocks:delete-many:blockstore:delete-many")),yield*this.child.deleteMany(async function*(){for await(let n of e)yield n}(),t)}async has(e,t={}){return this.child.has(e,t)}async*getAll(e={}){e.onProgress?.(new P("blocks:get-all:blockstore:get-many")),yield*this.child.getAll(e)}},wI=(r,e)=>{if(e==null)throw new O(`No hasher configured for multihash code 0x${r.multihash.code.toString(16)}, please configure one. You can look up which hash this is at https://github.com/multiformats/multicodec/blob/master/table.csv`,"ERR_UNKNOWN_HASH_ALG");return async t=>{let n=await e.digest(t);if(!ge(n.digest,r.multihash.digest))throw new O("Hash of downloaded block did not match multihash from passed CID","ERR_HASH_MISMATCH")}};async function Iv(r,e,t,n){let i=wI(r,t),o=new AbortController,s=ji([o.signal,n.signal]);try{return await Promise.any(e.map(async a=>{try{let c=!1,u=await a.retrieve(r,{...n,signal:s,validateFn:async l=>{await i(l),c=!0}});return c||await i(u),u}catch(c){throw n.log.error("could not retrieve verified block for %c",r,c),c}}))}finally{s.clear()}}var sp=class{blockstore;datastore;pins;logger;routing;dagWalkers;hashers;log;constructor(e){this.logger=e.logger??Wx(),this.log=this.logger.forComponent("helia"),this.hashers=kv(e.hashers),this.dagWalkers=Av(e.dagWalkers);let t={blockstore:e.blockstore,datastore:e.datastore,hashers:this.hashers,dagWalkers:this.dagWalkers,logger:this.logger,blockBrokers:[],...e.components??{}};t.blockBrokers=e.blockBrokers.map(i=>i(t));let n=new op(t);this.pins=new Yu(e.datastore,n,this.dagWalkers),this.blockstore=new Ju(n,this.pins,{holdGcLock:e.holdGcLock??!0}),this.datastore=e.datastore,this.routing=new Xu(t,{routers:(e.routers??[]).flatMap(i=>{let o=[i];return i[fa]!=null&&o.push(i[fa]),i[ha]!=null&&o.push(i[ha]),o})})}async start(){await Bv(this.datastore),await ti(this.blockstore,this.datastore,this.routing)}async stop(){await ri(this.blockstore,this.datastore,this.routing)}async gc(e={}){let t=await this.blockstore.lock.writeLock();try{let n=this,i=this.blockstore.unwrap();this.log("gc start"),await Yi(i.deleteMany(async function*(){for await(let{cid:o}of i.getAll())try{if(await n.pins.isPinned(o,e))continue;yield o,e.onProgress?.(new P("helia:gc:deleted",o))}catch(s){n.log.error("Error during gc",s),e.onProgress?.(new P("helia:gc:error",s))}}()))}finally{t()}this.log("gc finished")}};var bs={};$(bs,{abortedError:()=>SI,closeFailedError:()=>vI,deleteFailedError:()=>Tv,getFailedError:()=>EI,hasFailedError:()=>AI,notFoundError:()=>tc,openFailedError:()=>bI,putFailedError:()=>_v});var Tn=Q(ke(),1);function bI(r){return r=r??new Error("Open failed"),(0,Tn.default)(r,"ERR_OPEN_FAILED")}function vI(r){return r=r??new Error("Close failed"),(0,Tn.default)(r,"ERR_CLOSE_FAILED")}function _v(r){return r=r??new Error("Put failed"),(0,Tn.default)(r,"ERR_PUT_FAILED")}function EI(r){return r=r??new Error("Get failed"),(0,Tn.default)(r,"ERR_GET_FAILED")}function Tv(r){return r=r??new Error("Delete failed"),(0,Tn.default)(r,"ERR_DELETE_FAILED")}function AI(r){return r=r??new Error("Has failed"),(0,Tn.default)(r,"ERR_HAS_FAILED")}function tc(r){return r=r??new Error("Not Found"),(0,Tn.default)(r,"ERR_NOT_FOUND")}function SI(r){return r=r??new Error("Aborted"),(0,Tn.default)(r,"ERR_ABORTED")}var co=class{has(e,t){return Promise.reject(new Error(".has is not implemented"))}put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}async*putMany(e,t){for await(let{cid:n,block:i}of e)await this.put(n,i,t),yield n}get(e,t){return Promise.reject(new Error(".get is not implemented"))}async*getMany(e,t){for await(let n of e)yield{cid:n,block:await this.get(n,t)}}async delete(e,t){await Promise.reject(new Error(".delete is not implemented"))}async*deleteMany(e,t){for await(let n of e)await this.delete(n,t),yield n}async*getAll(e){throw new Error(".getAll is not implemented")}};var rc=class extends co{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(nt.encode(e.multihash.bytes),t),e}get(e){let t=this.data.get(nt.encode(e.multihash.bytes));if(t==null)throw tc();return t}has(e){return this.data.has(nt.encode(e.multihash.bytes))}async delete(e){this.data.delete(nt.encode(e.multihash.bytes))}async*getAll(){for(let[e,t]of this.data.entries())yield{cid:z.createV1(je,Ot(nt.decode(e))),block:t}}};var Oq=ne("blockstore:core:tiered");var Mq={...bs};var Cv=Q(ke(),1);function ap(r){return r=r??new Error("Not Found"),(0,Cv.default)(r,"ERR_NOT_FOUND")}var Rv="SHARDING";function kI(r){return r[Symbol.asyncIterator]!=null}function II(r){if(kI(r))return(async()=>{let t=[];for await(let n of r)t.push(n);return t})();let e=[];for(let t of r)e.push(t);return e}var cp=II;function _I(r){return r[Symbol.asyncIterator]!=null}function TI(r,e){return _I(r)?async function*(){yield*(await cp(r)).sort(e)}():function*(){yield*cp(r).sort(e)}()}var lp=TI;var Cn=class{put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}get(e,t){return Promise.reject(new Error(".get is not implemented"))}has(e,t){return Promise.reject(new Error(".has is not implemented"))}delete(e,t){return Promise.reject(new Error(".delete is not implemented"))}async*putMany(e,t={}){for await(let{key:n,value:i}of e)await this.put(n,i,t),yield n}async*getMany(e,t={}){for await(let n of e)yield{key:n,value:await this.get(n,t)}}async*deleteMany(e,t={}){for await(let n of e)await this.delete(n,t),yield n}batch(){let e=[],t=[];return{put(n,i){e.push({key:n,value:i})},delete(n){t.push(n)},commit:async n=>{await Yi(this.putMany(e,n)),e=[],await Yi(this.deleteMany(t,n)),t=[]}}}async*_all(e,t){throw new Error("._all is not implemented")}async*_allKeys(e,t){throw new Error("._allKeys is not implemented")}query(e,t){let n=this._all(e,t);if(e.prefix!=null){let i=e.prefix;n=Gt(n,o=>o.key.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>Gt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>lp(i,o),n)),e.offset!=null){let i=0,o=e.offset;n=Gt(n,()=>i++>=o)}return e.limit!=null&&(n=dl(n,e.limit)),n}queryKeys(e,t){let n=this._allKeys(e,t);if(e.prefix!=null){let i=e.prefix;n=Gt(n,o=>o.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>Gt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>lp(i,o),n)),e.offset!=null){let i=e.offset,o=0;n=Gt(n,()=>o++>=i)}return e.limit!=null&&(n=dl(n,e.limit)),n}};var ic=class extends Cn{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(e.toString(),t),e}get(e){let t=this.data.get(e.toString());if(t==null)throw ap();return t}has(e){return this.data.has(e.toString())}delete(e){this.data.delete(e.toString())}*_all(){for(let[e,t]of this.data.entries())yield{key:new Xe(e),value:t}}*_allKeys(){for(let e of this.data.keys())yield new Xe(e)}};var mK=new Xe(Rv);var IK=ne("datastore:core:tiered");async function Nv(r={}){let e=r.datastore??new ic,t=r.blockstore??new rc,n=new sp({...r,datastore:e,blockstore:t,blockBrokers:r.blockBrokers??[xa()],routers:r.routers??[Ja("https://delegated-ipfs.dev")]});return r.start!==!1&&await n.start(),n}var nm=class{components;constructor(e){this.components=e}async add(e,t={}){let n=lv(e),i=await(t.hasher??ce).digest(n),o=z.createV1(Si,i);return await this.components.blockstore.put(o,n,t),o}async get(e,t={}){let n=await this.components.blockstore.get(e,t);return Qu(n)}};function Dv(r){return new nm(r)}var im=class{components;constructor(e){this.components=e}async add(e,t={}){let n=pv(e),i=await(t.hasher??ce).digest(n),o=z.createV1(ki,i);return await this.components.blockstore.put(o,n,t),o}async get(e,t={}){let n=await this.components.blockstore.get(e,t);return rp(n)}};function Lv(r){return new im(r)}var om=Q(Su(),1);function Pv(r,e){let t=e.map((n,i)=>({record:wt(n),index:i}));return t.sort((n,i)=>{let o=n.record.sequence,s=i.record.sequence;if(o>s)return-1;if(o<s)return 1;if(n.record.validityType===ot.ValidityType.EOL&&i.record.validityType===ot.ValidityType.EOL){let a=om.default.fromString(n.record.validity).toDate(),c=om.default.fromString(i.record.validity).toDate();if(a.getTime()>c.getTime())return-1;if(a.getTime()<c.getTime())return 1}return 0}),t[0].index}var um={};$(um,{base58btc:()=>vt,base58flickr:()=>OI});function UI(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function p(f){if(f instanceof Uint8Array||(ArrayBuffer.isView(f)?f=new Uint8Array(f.buffer,f.byteOffset,f.byteLength):Array.isArray(f)&&(f=Uint8Array.from(f))),!(f instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(f.length===0)return"";for(var h=0,x=0,g=0,w=f.length;g!==w&&f[g]===0;)g++,h++;for(var y=(w-g)*l+1>>>0,E=new Uint8Array(y);g!==w;){for(var B=f[g],S=0,b=y-1;(B!==0||S<x)&&b!==-1;b--,S++)B+=256*E[b]>>>0,E[b]=B%a>>>0,B=B/a>>>0;if(B!==0)throw new Error("Non-zero carry");x=S,g++}for(var v=y-x;v!==y&&E[v]===0;)v++;for(var k=c.repeat(h);v<y;++v)k+=r.charAt(E[v]);return k}function m(f){if(typeof f!="string")throw new TypeError("Expected String");if(f.length===0)return new Uint8Array;var h=0;if(f[h]!==" "){for(var x=0,g=0;f[h]===c;)x++,h++;for(var w=(f.length-h)*u+1>>>0,y=new Uint8Array(w);f[h];){var E=t[f.charCodeAt(h)];if(E===255)return;for(var B=0,S=w-1;(E!==0||B<g)&&S!==-1;S--,B++)E+=a*y[S]>>>0,y[S]=E%256>>>0,E=E/256>>>0;if(E!==0)throw new Error("Non-zero carry");g=B,h++}if(f[h]!==" "){for(var b=w-g;b!==w&&y[b]===0;)b++;for(var v=new Uint8Array(x+(w-b)),k=x;b!==w;)v[k++]=y[b++];return v}}}function d(f){var h=m(f);if(h)return h;throw new Error(`Non-${e} character`)}return{encode:p,decodeUnsafe:m,decode:d}}var NI=UI,DI=NI,Ov=DI;var uG=new Uint8Array(0);var Fv=(r,e)=>{if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0},Rn=r=>{if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")};var zv=r=>new TextEncoder().encode(r),Vv=r=>new TextDecoder().decode(r);var sm=class{constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},am=class{constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.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 $v(this,e)}},cm=class{constructor(e){this.decoders=e}or(e){return $v(this,e)}decode(e){let t=e[0],n=this.decoders[t];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`)}},$v=(r,e)=>new cm({...r.decoders||{[r.prefix]:r},...e.decoders||{[e.prefix]:e}}),lm=class{constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new sm(e,t,n),this.decoder=new am(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},vs=({name:r,prefix:e,encode:t,decode:n})=>new lm(r,e,t,n),Ii=({prefix:r,name:e,alphabet:t})=>{let{encode:n,decode:i}=Ov(t,e);return vs({prefix:r,name:e,encode:n,decode:o=>Rn(i(o))})},LI=(r,e,t,n)=>{let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let p=i[r[l]];if(p===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|p,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},PI=(r,e,t)=>{let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o},Ne=({name:r,prefix:e,bitsPerChar:t,alphabet:n})=>vs({prefix:e,name:r,encode(i){return PI(i,n,t)},decode(i){return LI(i,n,t,r)}});var vt=Ii({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),OI=Ii({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var pm={};$(pm,{base32:()=>qr,base32hex:()=>MI,base32hexpad:()=>jI,base32hexpadupper:()=>HI,base32hexupper:()=>$I,base32pad:()=>zI,base32padupper:()=>VI,base32upper:()=>FI,base32z:()=>qI});var qr=Ne({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),FI=Ne({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),zI=Ne({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),VI=Ne({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),MI=Ne({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),$I=Ne({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),jI=Ne({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),HI=Ne({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),qI=Ne({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var KI=qv,jv=128,GI=127,WI=~GI,YI=Math.pow(2,31);function qv(r,e,t){e=e||[],t=t||0;for(var n=t;r>=YI;)e[t++]=r&255|jv,r/=128;for(;r&WI;)e[t++]=r&255|jv,r>>>=7;return e[t]=r|0,qv.bytes=t-n+1,e}var XI=dm,JI=128,Hv=127;function dm(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw dm.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&Hv)<<i:(s&Hv)*Math.pow(2,i),i+=7}while(s>=JI);return dm.bytes=o-n,t}var ZI=Math.pow(2,7),QI=Math.pow(2,14),e_=Math.pow(2,21),t_=Math.pow(2,28),r_=Math.pow(2,35),n_=Math.pow(2,42),i_=Math.pow(2,49),o_=Math.pow(2,56),s_=Math.pow(2,63),a_=function(r){return r<ZI?1:r<QI?2:r<e_?3:r<t_?4:r<r_?5:r<n_?6:r<i_?7:r<o_?8:r<s_?9:10},c_={encode:KI,decode:XI,encodingLength:a_},l_=c_,oc=l_;var sc=(r,e=0)=>[oc.decode(r,e),oc.decode.bytes],Es=(r,e,t=0)=>(oc.encode(r,e,t),e),As=r=>oc.encodingLength(r);var lo=(r,e)=>{let t=e.byteLength,n=As(r),i=n+As(t),o=new Uint8Array(i+t);return Es(r,o,0),Es(t,o,n),o.set(e,i),new Ss(r,t,e,o)},ac=r=>{let e=Rn(r),[t,n]=sc(e),[i,o]=sc(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Ss(t,i,s,e)},Kv=(r,e)=>{if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&Fv(r.bytes,t.bytes)}},Ss=class{constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};var xm={};$(xm,{base10:()=>m_});function u_(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function p(f){if(f instanceof Uint8Array||(ArrayBuffer.isView(f)?f=new Uint8Array(f.buffer,f.byteOffset,f.byteLength):Array.isArray(f)&&(f=Uint8Array.from(f))),!(f instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(f.length===0)return"";for(var h=0,x=0,g=0,w=f.length;g!==w&&f[g]===0;)g++,h++;for(var y=(w-g)*l+1>>>0,E=new Uint8Array(y);g!==w;){for(var B=f[g],S=0,b=y-1;(B!==0||S<x)&&b!==-1;b--,S++)B+=256*E[b]>>>0,E[b]=B%a>>>0,B=B/a>>>0;if(B!==0)throw new Error("Non-zero carry");x=S,g++}for(var v=y-x;v!==y&&E[v]===0;)v++;for(var k=c.repeat(h);v<y;++v)k+=r.charAt(E[v]);return k}function m(f){if(typeof f!="string")throw new TypeError("Expected String");if(f.length===0)return new Uint8Array;var h=0;if(f[h]!==" "){for(var x=0,g=0;f[h]===c;)x++,h++;for(var w=(f.length-h)*u+1>>>0,y=new Uint8Array(w);f[h];){var E=t[f.charCodeAt(h)];if(E===255)return;for(var B=0,S=w-1;(E!==0||B<g)&&S!==-1;S--,B++)E+=a*y[S]>>>0,y[S]=E%256>>>0,E=E/256>>>0;if(E!==0)throw new Error("Non-zero carry");g=B,h++}if(f[h]!==" "){for(var b=w-g;b!==w&&y[b]===0;)b++;for(var v=new Uint8Array(x+(w-b)),k=x;b!==w;)v[k++]=y[b++];return v}}}function d(f){var h=m(f);if(h)return h;throw new Error(`Non-${e} character`)}return{encode:p,decodeUnsafe:m,decode:d}}var p_=u_,d_=p_,Gv=d_;var bG=new Uint8Array(0);var Wv=(r,e)=>{if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0},Un=r=>{if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")};var Yv=r=>new TextEncoder().encode(r),Xv=r=>new TextDecoder().decode(r);var fm=class{constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},hm=class{constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.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 Zv(this,e)}},mm=class{constructor(e){this.decoders=e}or(e){return Zv(this,e)}decode(e){let t=e[0],n=this.decoders[t];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`)}},Zv=(r,e)=>new mm({...r.decoders||{[r.prefix]:r},...e.decoders||{[e.prefix]:e}}),gm=class{constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new fm(e,t,n),this.decoder=new hm(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},Bs=({name:r,prefix:e,encode:t,decode:n})=>new gm(r,e,t,n),_i=({prefix:r,name:e,alphabet:t})=>{let{encode:n,decode:i}=Gv(t,e);return Bs({prefix:r,name:e,encode:n,decode:o=>Un(i(o))})},f_=(r,e,t,n)=>{let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let p=i[r[l]];if(p===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|p,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},h_=(r,e,t)=>{let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o},De=({name:r,prefix:e,bitsPerChar:t,alphabet:n})=>Bs({prefix:e,name:r,encode(i){return h_(i,n,t)},decode(i){return f_(i,n,t,r)}});var m_=_i({prefix:"9",name:"base10",alphabet:"0123456789"});var ym={};$(ym,{base16:()=>g_,base16upper:()=>x_});var g_=De({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),x_=De({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var wm={};$(wm,{base2:()=>y_});var y_=De({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var bm={};$(bm,{base256emoji:()=>A_});var Qv=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}"),w_=Qv.reduce((r,e,t)=>(r[t]=e,r),[]),b_=Qv.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function v_(r){return r.reduce((e,t)=>(e+=w_[t],e),"")}function E_(r){let e=[];for(let t of r){let n=b_[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var A_=Bs({prefix:"\u{1F680}",name:"base256emoji",encode:v_,decode:E_});var vm={};$(vm,{base32:()=>ks,base32hex:()=>I_,base32hexpad:()=>T_,base32hexpadupper:()=>C_,base32hexupper:()=>__,base32pad:()=>B_,base32padupper:()=>k_,base32upper:()=>S_,base32z:()=>R_});var ks=De({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),S_=De({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),B_=De({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),k_=De({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),I_=De({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),__=De({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),T_=De({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),C_=De({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),R_=De({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Em={};$(Em,{base36:()=>U_,base36upper:()=>N_});var U_=_i({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),N_=_i({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Am={};$(Am,{base58btc:()=>Kr,base58flickr:()=>D_});var Kr=_i({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),D_=_i({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Sm={};$(Sm,{base64:()=>L_,base64pad:()=>P_,base64url:()=>O_,base64urlpad:()=>F_});var L_=De({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),P_=De({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),O_=De({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),F_=De({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Bm={};$(Bm,{base8:()=>z_});var z_=De({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var km={};$(km,{identity:()=>V_});var V_=Bs({prefix:"\0",name:"identity",encode:r=>Xv(r),decode:r=>Yv(r)});var LG=new TextEncoder,PG=new TextDecoder;var _m={};$(_m,{identity:()=>lT});var j_=r2,e2=128,H_=127,q_=~H_,K_=Math.pow(2,31);function r2(r,e,t){e=e||[],t=t||0;for(var n=t;r>=K_;)e[t++]=r&255|e2,r/=128;for(;r&q_;)e[t++]=r&255|e2,r>>>=7;return e[t]=r|0,r2.bytes=t-n+1,e}var G_=Im,W_=128,t2=127;function Im(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw Im.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&t2)<<i:(s&t2)*Math.pow(2,i),i+=7}while(s>=W_);return Im.bytes=o-n,t}var Y_=Math.pow(2,7),X_=Math.pow(2,14),J_=Math.pow(2,21),Z_=Math.pow(2,28),Q_=Math.pow(2,35),eT=Math.pow(2,42),tT=Math.pow(2,49),rT=Math.pow(2,56),nT=Math.pow(2,63),iT=function(r){return r<Y_?1:r<X_?2:r<J_?3:r<Z_?4:r<Q_?5:r<eT?6:r<tT?7:r<rT?8:r<nT?9:10},oT={encode:j_,decode:G_,encodingLength:iT},sT=oT,cc=sT;var lc=(r,e=0)=>[cc.decode(r,e),cc.decode.bytes],Is=(r,e,t=0)=>(cc.encode(r,e,t),e),_s=r=>cc.encodingLength(r);var po=(r,e)=>{let t=e.byteLength,n=_s(r),i=n+_s(t),o=new Uint8Array(i+t);return Is(r,o,0),Is(t,o,n),o.set(e,i),new Ts(r,t,e,o)},n2=r=>{let e=Un(r),[t,n]=lc(e),[i,o]=lc(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Ts(t,i,s,e)},i2=(r,e)=>{if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&Wv(r.bytes,t.bytes)}},Ts=class{constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};var o2=0,aT="identity",s2=Un,cT=r=>po(o2,s2(r)),lT={code:o2,name:aT,encode:s2,digest:cT};var Rm={};$(Rm,{sha256:()=>uT,sha512:()=>pT});var Cm=({name:r,code:e,encode:t})=>new Tm(r,e,t),Tm=class{constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?po(this.code,t):t.then(n=>po(this.code,n))}else throw Error("Unknown type, must be binary type")}};var c2=r=>async e=>new Uint8Array(await crypto.subtle.digest(r,e)),uT=Cm({name:"sha2-256",code:18,encode:c2("SHA-256")}),pT=Cm({name:"sha2-512",code:19,encode:c2("SHA-512")});var l2=(r,e)=>{let{bytes:t,version:n}=r;switch(n){case 0:return fT(t,Um(r),e||Kr.encoder);default:return hT(t,Um(r),e||ks.encoder)}};var u2=new WeakMap,Um=r=>{let e=u2.get(r);if(e==null){let t=new Map;return u2.set(r,t),t}return e},dp=class r{constructor(e,t,n,i){this.code=t,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:t}=this;if(e!==pc)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==mT)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:t}=this.multihash,n=po(e,t);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(e){return r.equals(this,e)}static equals(e,t){let n=t;return n&&e.code===n.code&&e.version===n.version&&i2(e.multihash,n.multihash)}toString(e){return l2(this,e)}toJSON(){return{"/":l2(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 t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s||p2(n,i,o.bytes))}else if(t[gT]===!0){let{version:n,multihash:i,code:o}=t,s=n2(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="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(t!==pc)throw new Error(`Version 0 CID must use dag-pb (code: ${pc}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=p2(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,pc,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Un(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new Ts(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[p,m]=lc(e.subarray(t));return t+=m,p},i=n(),o=pc;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=dT(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Um(o).set(n,e),o}},dT=(r,e)=>{switch(r[0]){case"Q":{let t=e||Kr;return[Kr.prefix,t.decode(`${Kr.prefix}${r}`)]}case Kr.prefix:{let t=e||Kr;return[Kr.prefix,t.decode(r)]}case ks.prefix:{let t=e||ks;return[ks.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}},fT=(r,e,t)=>{let{prefix:n}=t;if(n!==Kr.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i},hT=(r,e,t)=>{let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i},pc=112,mT=18,p2=(r,e,t)=>{let n=_s(r),i=n+_s(e),o=new Uint8Array(i+t.byteLength);return Is(r,o,0),Is(e,o,n),o.set(t,i),o},gT=Symbol.for("@ipld/js-cid/CID");var Nm={...km,...wm,...Bm,...xm,...ym,...vm,...Em,...Am,...Sm,...bm},ZG={...Rm,..._m};function Cs(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function fp(r=0){return globalThis.Buffer?.allocUnsafe!=null?Cs(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}function f2(r,e,t,n){return{name:r,prefix:e,encoder:{name:r,prefix:e,encode:t},decoder:{decode:n}}}var d2=f2("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Dm=f2("ascii","a",r=>{let e="a";for(let t=0;t<r.length;t++)e+=String.fromCharCode(r[t]);return e},r=>{r=r.substring(1);let e=fp(r.length);for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e}),xT={utf8:d2,"utf-8":d2,hex:Nm.base16,latin1:Dm,ascii:Dm,binary:Dm,...Nm},hp=xT;function Et(r,e="utf8"){let t=hp[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):t.encoder.encode(r).substring(1)}var h2=Ho,yT=qo,Lm=function(r){let e=0;if(r=r.toString().trim(),h2(r)){let t=new Uint8Array(e+4);return r.split(/\./g).forEach(n=>{t[e++]=parseInt(n,10)&255}),t}if(yT(r)){let t=r.split(":",8),n;for(n=0;n<t.length;n++){let o=h2(t[n]),s;o&&(s=Lm(t[n]),t[n]=Et(s.slice(0,2),"base16")),s!=null&&++n<8&&t.splice(n,0,Et(s.slice(2,4),"base16"))}if(t[0]==="")for(;t.length<8;)t.unshift("0");else if(t[t.length-1]==="")for(;t.length<8;)t.push("0");else if(t.length<8){for(n=0;n<t.length&&t[n]!=="";n++);let o=[n,1];for(n=9-t.length;n>0;n--)o.push("0");t.splice.apply(t,o)}let i=new Uint8Array(e+16);for(n=0;n<t.length;n++){let o=parseInt(t[n],16);i[e++]=o>>8&255,i[e++]=o&255}return i}throw new Error("invalid ip address")},m2=function(r,e=0,t){e=~~e,t=t??r.length-e;let n=new DataView(r.buffer);if(t===4){let i=[];for(let o=0;o<t;o++)i.push(r[e+o]);return i.join(".")}if(t===16){let i=[];for(let o=0;o<t;o+=2)i.push(n.getUint16(e+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var dc={},Pm={},bT=[[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"],[281,0,"webrtc-w3c"],[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"]];bT.forEach(r=>{let e=vT(...r);Pm[e.code]=e,dc[e.name]=e});function vT(r,e,t,n,i){return{code:r,size:e,name:t,resolvable:!!n,path:!!i}}function _e(r){if(typeof r=="number"){if(Pm[r]!=null)return Pm[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(dc[r]!=null)return dc[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var g2=(r,e)=>{let{bytes:t,version:n}=r;switch(n){case 0:return AT(t,Om(r),e||vt.encoder);default:return ST(t,Om(r),e||qr.encoder)}};var x2=new WeakMap,Om=r=>{let e=x2.get(r);if(e==null){let t=new Map;return x2.set(r,t),t}return e},ur=class r{constructor(e,t,n,i){this.code=t,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:t}=this;if(e!==fc)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==BT)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:t}=this.multihash,n=lo(e,t);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(e){return r.equals(this,e)}static equals(e,t){let n=t;return n&&e.code===n.code&&e.version===n.version&&Kv(e.multihash,n.multihash)}toString(e){return g2(this,e)}toJSON(){return{"/":g2(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 t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s||y2(n,i,o.bytes))}else if(t[kT]===!0){let{version:n,multihash:i,code:o}=t,s=ac(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="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(t!==fc)throw new Error(`Version 0 CID must use dag-pb (code: ${fc}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=y2(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,fc,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Rn(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new Ss(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[p,m]=sc(e.subarray(t));return t+=m,p},i=n(),o=fc;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=ET(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Om(o).set(n,e),o}},ET=(r,e)=>{switch(r[0]){case"Q":{let t=e||vt;return[vt.prefix,t.decode(`${vt.prefix}${r}`)]}case vt.prefix:{let t=e||vt;return[vt.prefix,t.decode(r)]}case qr.prefix:{let t=e||qr;return[qr.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}},AT=(r,e,t)=>{let{prefix:n}=t;if(n!==vt.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i},ST=(r,e,t)=>{let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i},fc=112,BT=18,y2=(r,e,t)=>{let n=As(r),i=n+As(e),o=new Uint8Array(i+t.byteLength);return Es(r,o,0),Es(e,o,n),o.set(t,i),o},kT=Symbol.for("@ipld/js-cid/CID");var Fm={};$(Fm,{identity:()=>IT});var IT=vs({prefix:"\0",name:"identity",encode:r=>Vv(r),decode:r=>zv(r)});var zm={};$(zm,{base2:()=>_T});var _T=Ne({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Vm={};$(Vm,{base8:()=>TT});var TT=Ne({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Mm={};$(Mm,{base10:()=>CT});var CT=Ii({prefix:"9",name:"base10",alphabet:"0123456789"});var $m={};$($m,{base16:()=>RT,base16upper:()=>UT});var RT=Ne({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),UT=Ne({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var jm={};$(jm,{base36:()=>NT,base36upper:()=>DT});var NT=Ii({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),DT=Ii({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Hm={};$(Hm,{base64:()=>LT,base64pad:()=>PT,base64url:()=>OT,base64urlpad:()=>FT});var LT=Ne({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),PT=Ne({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),OT=Ne({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),FT=Ne({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var qm={};$(qm,{base256emoji:()=>jT});var w2=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}"),zT=w2.reduce((r,e,t)=>(r[t]=e,r),[]),VT=w2.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function MT(r){return r.reduce((e,t)=>(e+=zT[t],e),"")}function $T(r){let e=[];for(let t of r){let n=VT[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var jT=vs({prefix:"\u{1F680}",name:"base256emoji",encode:MT,decode:$T});var Wm={};$(Wm,{sha256:()=>HT,sha512:()=>qT});var Gm=({name:r,code:e,encode:t})=>new Km(r,e,t),Km=class{constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?lo(this.code,t):t.then(n=>lo(this.code,n))}else throw Error("Unknown type, must be binary type")}};var v2=r=>async e=>new Uint8Array(await crypto.subtle.digest(r,e)),HT=Gm({name:"sha2-256",code:18,encode:v2("SHA-256")}),qT=Gm({name:"sha2-512",code:19,encode:v2("SHA-512")});var Ym={};$(Ym,{identity:()=>WT});var E2=0,KT="identity",A2=Rn,GT=r=>lo(E2,A2(r)),WT={code:E2,name:KT,encode:A2,digest:GT};var TW=new TextEncoder,CW=new TextDecoder;var S2={...Fm,...zm,...Vm,...Mm,...$m,...pm,...jm,...um,...Hm,...qm},LW={...Wm,...Ym};var Gr=Q(il(),1);function Xm(r,e="utf8"){let t=hp[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Cs(globalThis.Buffer.from(r,"utf-8")):t.decoder.decode(`${t.prefix}${r}`)}function Nn(r,e){e==null&&(e=r.reduce((i,o)=>i+o.length,0));let t=fp(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return Cs(t)}function T2(r,e){switch(_e(r).code){case 4:case 41:return ZT(e);case 42:return I2(e);case 6:case 273:case 33:case 132:return R2(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return I2(e);case 421:return rC(e);case 444:return _2(e);case 445:return _2(e);case 466:return tC(e);default:return Et(e,"base16")}}function C2(r,e){switch(_e(r).code){case 4:return B2(e);case 41:return B2(e);case 42:return k2(e);case 6:case 273:case 33:case 132:return Zm(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return k2(e);case 421:return QT(e);case 444:return nC(e);case 445:return iC(e);case 466:return eC(e);default:return Xm(e,"base16")}}var Jm=Object.values(S2).map(r=>r.decoder),JT=function(){let r=Jm[0].or(Jm[1]);return Jm.slice(2).forEach(e=>r=r.or(e)),r}();function B2(r){if(!ir(r))throw new Error("invalid ip address");return Lm(r)}function ZT(r){let e=m2(r,0,r.length);if(e==null)throw new Error("ipBuff is required");if(!ir(e))throw new Error("invalid ip address");return e}function Zm(r){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,r),new Uint8Array(e)}function R2(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function k2(r){let e=Xm(r),t=Uint8Array.from(Gr.default.encode(e.length));return Nn([t,e],t.length+e.length)}function I2(r){let e=Gr.default.decode(r);if(r=r.slice(Gr.default.decode.bytes),r.length!==e)throw new Error("inconsistent lengths");return Et(r)}function QT(r){let e;r[0]==="Q"||r[0]==="1"?e=ac(vt.decode(`z${r}`)).bytes:e=ur.parse(r).multihash.bytes;let t=Uint8Array.from(Gr.default.encode(e.length));return Nn([t,e],t.length+e.length)}function eC(r){let e=JT.decode(r),t=Uint8Array.from(Gr.default.encode(e.length));return Nn([t,e],t.length+e.length)}function tC(r){let e=Gr.default.decode(r),t=r.slice(Gr.default.decode.bytes);if(t.length!==e)throw new Error("inconsistent lengths");return"u"+Et(t,"base64url")}function rC(r){let e=Gr.default.decode(r),t=r.slice(Gr.default.decode.bytes);if(t.length!==e)throw new Error("inconsistent lengths");return Et(t,"base58btc")}function nC(r){let e=r.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 t=qr.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=Zm(n);return Nn([t,i],t.length+i.length)}function iC(r){let e=r.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 t=qr.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=Zm(n);return Nn([t,i],t.length+i.length)}function _2(r){let e=r.slice(0,r.length-2),t=r.slice(r.length-2),n=Et(e,"base32"),i=R2(t);return`${n}:${i}`}var Rs=Q(il(),1);function oC(r){let e=[],t=r.split("/").slice(1);if(t.length===1&&t[0]==="")return[];for(let n=0;n<t.length;n++){let i=t[n],o=_e(i);if(o.size===0){e.push([i]);continue}if(n++,n>=t.length)throw N2("invalid address: "+r);if(o.path===!0){e.push([i,n0(t.slice(n).join("/"))]);break}e.push([i,t[n]])}return e}function sC(r){let e=[];return r.map(t=>{let n=xp(t);return e.push(n.name),t.length>1&&t[1]!=null&&e.push(t[1]),null}),n0(e.join("/"))}function aC(r){return r.map(e=>{Array.isArray(e)||(e=[e]);let t=xp(e);return e.length>1?[t.code,C2(t.code,e[1])]:[t.code]})}function Qm(r){return r.map(e=>{let t=xp(e);return e[1]!=null?[t.code,T2(t.code,e[1])]:[t.code]})}function e0(r){return gp(Nn(r.map(e=>{let t=xp(e),n=Uint8Array.from(Rs.default.encode(t.code));return e.length>1&&e[1]!=null&&(n=Nn([n,e[1]])),n})))}function t0(r,e){return r.size>0?r.size/8:r.size===0?0:Rs.default.decode(e)+(Rs.default.decode.bytes??0)}function mp(r){let e=[],t=0;for(;t<r.length;){let n=Rs.default.decode(r,t),i=Rs.default.decode.bytes??0,o=_e(n),s=t0(o,r.slice(t+i));if(s===0){e.push([n]),t+=i;continue}let a=r.slice(t+i,t+i+s);if(t+=s+i,t>r.length)throw N2("Invalid address Uint8Array: "+Et(r,"base16"));e.push([n,a])}return e}function r0(r){let e=mp(r),t=Qm(e);return sC(t)}function cC(r){r=n0(r);let e=oC(r),t=aC(e);return e0(t)}function U2(r){return cC(r)}function gp(r){let e=lC(r);if(e!=null)throw e;return Uint8Array.from(r)}function lC(r){try{mp(r)}catch(e){return e}}function n0(r){return"/"+r.trim().split("/").filter(e=>e).join("/")}function N2(r){return new Error("Error parsing address: "+r)}function xp(r){return _e(r[0])}var o0=Q(il(),1);var O2=Q(ke(),1);function D2(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}var Us=function(r,e,t,n){if(t==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?r!==e||!n:!e.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?n:t==="a"?n.call(r):n?n.value:e.get(r)},i0=function(r,e,t,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?r!==e||!i:!e.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(r,t):i?i.value=t:e.set(r,t),t},hc,mc,gc,L2,pC=Symbol.for("nodejs.util.inspect.custom"),dC=[_e("dns").code,_e("dns4").code,_e("dns6").code,_e("dnsaddr").code],fC=new Map,F2=Symbol.for("@multiformats/js-multiaddr/multiaddr");function hC(r){return!!r?.[F2]}var P2=class r{constructor(e){if(hc.set(this,void 0),mc.set(this,void 0),gc.set(this,void 0),this[L2]=!0,e==null&&(e=""),e instanceof Uint8Array)this.bytes=gp(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);this.bytes=U2(e)}else if(hC(e))this.bytes=gp(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr")}toString(){return Us(this,hc,"f")==null&&i0(this,hc,r0(this.bytes),"f"),Us(this,hc,"f")}toJSON(){return this.toString()}toOptions(){let e,t,n,i,o="",s=_e("tcp"),a=_e("udp"),c=_e("ip4"),u=_e("ip6"),l=_e("dns6"),p=_e("ip6zone");for(let[d,f]of this.stringTuples())d===p.code&&(o=`%${f??""}`),dC.includes(d)&&(t=s.name,i=443,n=`${f??""}${o}`,e=d===l.code?6:4),(d===s.code||d===a.code)&&(t=_e(d).name,i=parseInt(f??"")),(d===c.code||d===u.code)&&(t=_e(d).name,n=`${f??""}${o}`,e=d===u.code?6:4);if(e==null||t==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:t,port:i}}protos(){return this.protoCodes().map(e=>Object.assign({},_e(e)))}protoCodes(){let e=[],t=this.bytes,n=0;for(;n<t.length;){let i=o0.default.decode(t,n),o=o0.default.decode.bytes??0,s=_e(i),a=t0(s,t.slice(n+o));n+=a+o,e.push(i)}return e}protoNames(){return this.protos().map(e=>e.name)}tuples(){return Us(this,mc,"f")==null&&i0(this,mc,mp(this.bytes),"f"),Us(this,mc,"f")}stringTuples(){return Us(this,gc,"f")==null&&i0(this,gc,Qm(this.tuples()),"f"),Us(this,gc,"f")}encapsulate(e){return e=new r(e),new r(this.toString()+e.toString())}decapsulate(e){let t=e.toString(),n=this.toString(),i=n.lastIndexOf(t);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new r(n.slice(0,i))}decapsulateCode(e){let t=this.tuples();for(let n=t.length-1;n>=0;n--)if(t[n][0]===e)return new r(e0(t.slice(0,n)));return this}getPeerId(){try{let t=this.stringTuples().filter(n=>n[0]===dc.ipfs.code).pop();if(t?.[1]!=null){let n=t[1];return n[0]==="Q"||n[0]==="1"?Et(vt.decode(`z${n}`),"base58btc"):Et(ur.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){let e=null;try{e=this.stringTuples().filter(t=>_e(t[0]).path===!0)[0][1],e==null&&(e=null)}catch{e=null}return e}equals(e){return D2(this.bytes,e.bytes)}async resolve(e){let t=this.protos().find(o=>o.resolvable);if(t==null)return[this];let n=fC.get(t.name);if(n==null)throw(0,O2.default)(new Error(`no available resolver for ${t.name}`),"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(o=>new r(o))}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 t=(e??this).protos();return!(t.length!==2||t[0].code!==4&&t[0].code!==41||t[1].code!==6&&t[1].code!==273)}[(hc=new WeakMap,mc=new WeakMap,gc=new WeakMap,L2=F2,pC)](){return`Multiaddr(${r0(this.bytes)})`}};var u0={};$(u0,{base58btc:()=>Ut,base58flickr:()=>bC});var lY=new Uint8Array(0);function z2(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function Dn(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function V2(r){return new TextEncoder().encode(r)}function M2(r){return new TextDecoder().decode(r)}function mC(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function p(f){if(f instanceof Uint8Array||(ArrayBuffer.isView(f)?f=new Uint8Array(f.buffer,f.byteOffset,f.byteLength):Array.isArray(f)&&(f=Uint8Array.from(f))),!(f instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(f.length===0)return"";for(var h=0,x=0,g=0,w=f.length;g!==w&&f[g]===0;)g++,h++;for(var y=(w-g)*l+1>>>0,E=new Uint8Array(y);g!==w;){for(var B=f[g],S=0,b=y-1;(B!==0||S<x)&&b!==-1;b--,S++)B+=256*E[b]>>>0,E[b]=B%a>>>0,B=B/a>>>0;if(B!==0)throw new Error("Non-zero carry");x=S,g++}for(var v=y-x;v!==y&&E[v]===0;)v++;for(var k=c.repeat(h);v<y;++v)k+=r.charAt(E[v]);return k}function m(f){if(typeof f!="string")throw new TypeError("Expected String");if(f.length===0)return new Uint8Array;var h=0;if(f[h]!==" "){for(var x=0,g=0;f[h]===c;)x++,h++;for(var w=(f.length-h)*u+1>>>0,y=new Uint8Array(w);f[h];){var E=t[f.charCodeAt(h)];if(E===255)return;for(var B=0,S=w-1;(E!==0||B<g)&&S!==-1;S--,B++)E+=a*y[S]>>>0,y[S]=E%256>>>0,E=E/256>>>0;if(E!==0)throw new Error("Non-zero carry");g=B,h++}if(f[h]!==" "){for(var b=w-g;b!==w&&y[b]===0;)b++;for(var v=new Uint8Array(x+(w-b)),k=x;b!==w;)v[k++]=y[b++];return v}}}function d(f){var h=m(f);if(h)return h;throw new Error(`Non-${e} character`)}return{encode:p,decodeUnsafe:m,decode:d}}var gC=mC,xC=gC,j2=xC;var s0=class{name;prefix;baseEncode;constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},a0=class{name;prefix;baseDecode;prefixCodePoint;constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.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 H2(this,e)}},c0=class{decoders;constructor(e){this.decoders=e}or(e){return H2(this,e)}decode(e){let t=e[0],n=this.decoders[t];if(n!=null)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function H2(r,e){return new c0({...r.decoders??{[r.prefix]:r},...e.decoders??{[e.prefix]:e}})}var l0=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new s0(e,t,n),this.decoder=new a0(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}};function Ns({name:r,prefix:e,encode:t,decode:n}){return new l0(r,e,t,n)}function Ti({name:r,prefix:e,alphabet:t}){let{encode:n,decode:i}=j2(t,r);return Ns({prefix:e,name:r,encode:n,decode:o=>Dn(i(o))})}function yC(r,e,t,n){let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let p=i[r[l]];if(p===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|p,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s}function wC(r,e,t){let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s!==0&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o}function Le({name:r,prefix:e,bitsPerChar:t,alphabet:n}){return Ns({prefix:e,name:r,encode(i){return wC(i,n,t)},decode(i){return yC(i,n,t,r)}})}var Ut=Ti({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),bC=Ti({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var p0={};$(p0,{base32:()=>Ln,base32hex:()=>SC,base32hexpad:()=>kC,base32hexpadupper:()=>IC,base32hexupper:()=>BC,base32pad:()=>EC,base32padupper:()=>AC,base32upper:()=>vC,base32z:()=>_C});var Ln=Le({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),vC=Le({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),EC=Le({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),AC=Le({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),SC=Le({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),BC=Le({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),kC=Le({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),IC=Le({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),_C=Le({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var TC=G2,q2=128,CC=127,RC=~CC,UC=Math.pow(2,31);function G2(r,e,t){e=e||[],t=t||0;for(var n=t;r>=UC;)e[t++]=r&255|q2,r/=128;for(;r&RC;)e[t++]=r&255|q2,r>>>=7;return e[t]=r|0,G2.bytes=t-n+1,e}var NC=d0,DC=128,K2=127;function d0(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw d0.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&K2)<<i:(s&K2)*Math.pow(2,i),i+=7}while(s>=DC);return d0.bytes=o-n,t}var LC=Math.pow(2,7),PC=Math.pow(2,14),OC=Math.pow(2,21),FC=Math.pow(2,28),zC=Math.pow(2,35),VC=Math.pow(2,42),MC=Math.pow(2,49),$C=Math.pow(2,56),jC=Math.pow(2,63),HC=function(r){return r<LC?1:r<PC?2:r<OC?3:r<FC?4:r<zC?5:r<VC?6:r<MC?7:r<$C?8:r<jC?9:10},qC={encode:TC,decode:NC,encodingLength:HC},KC=qC,xc=KC;function yc(r,e=0){return[xc.decode(r,e),xc.decode.bytes]}function Ds(r,e,t=0){return xc.encode(r,e,t),e}function Ls(r){return xc.encodingLength(r)}function fo(r,e){let t=e.byteLength,n=Ls(r),i=n+Ls(t),o=new Uint8Array(i+t);return Ds(r,o,0),Ds(t,o,n),o.set(e,i),new Ps(r,t,e,o)}function wp(r){let e=Dn(r),[t,n]=yc(e),[i,o]=yc(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Ps(t,i,s,e)}function W2(r,e){if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&z2(r.bytes,t.bytes)}}var Ps=class{code;size;digest;bytes;constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};function Y2(r,e){let{bytes:t,version:n}=r;switch(n){case 0:return WC(t,f0(r),e??Ut.encoder);default:return YC(t,f0(r),e??Ln.encoder)}}var X2=new WeakMap;function f0(r){let e=X2.get(r);if(e==null){let t=new Map;return X2.set(r,t),t}return e}var Ci=class r{code;version;multihash;bytes;"/";constructor(e,t,n,i){this.code=t,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:t}=this;if(e!==wc)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==XC)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:t}=this.multihash,n=fo(e,t);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(e){return r.equals(this,e)}static equals(e,t){let n=t;return n!=null&&e.code===n.code&&e.version===n.version&&W2(e.multihash,n.multihash)}toString(e){return Y2(this,e)}toJSON(){return{"/":Y2(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s??J2(n,i,o.bytes))}else if(t[JC]===!0){let{version:n,multihash:i,code:o}=t,s=wp(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="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(t!==wc)throw new Error(`Version 0 CID must use dag-pb (code: ${wc}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=J2(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,wc,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length!==0)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Dn(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new Ps(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[p,m]=yc(e.subarray(t));return t+=m,p},i=n(),o=wc;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=GC(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return f0(o).set(n,e),o}};function GC(r,e){switch(r[0]){case"Q":{let t=e??Ut;return[Ut.prefix,t.decode(`${Ut.prefix}${r}`)]}case Ut.prefix:{let t=e??Ut;return[Ut.prefix,t.decode(r)]}case Ln.prefix:{let t=e??Ln;return[Ln.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}}function WC(r,e,t){let{prefix:n}=t;if(n!==Ut.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i}function YC(r,e,t){let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i}var wc=112,XC=18;function J2(r,e,t){let n=Ls(r),i=n+Ls(e),o=new Uint8Array(i+t.byteLength);return Ds(r,o,0),Ds(e,o,n),o.set(t,i),o}var JC=Symbol.for("@ipld/js-cid/CID");function Z2(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}var h0={};$(h0,{base10:()=>ZC});var ZC=Ti({prefix:"9",name:"base10",alphabet:"0123456789"});var m0={};$(m0,{base16:()=>QC,base16upper:()=>eR});var QC=Le({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),eR=Le({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var g0={};$(g0,{base2:()=>tR});var tR=Le({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var x0={};$(x0,{base256emoji:()=>sR});var Q2=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}"),rR=Q2.reduce((r,e,t)=>(r[t]=e,r),[]),nR=Q2.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function iR(r){return r.reduce((e,t)=>(e+=rR[t],e),"")}function oR(r){let e=[];for(let t of r){let n=nR[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var sR=Ns({prefix:"\u{1F680}",name:"base256emoji",encode:iR,decode:oR});var y0={};$(y0,{base36:()=>aR,base36upper:()=>cR});var aR=Ti({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),cR=Ti({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var w0={};$(w0,{base64:()=>lR,base64pad:()=>uR,base64url:()=>pR,base64urlpad:()=>dR});var lR=Le({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),uR=Le({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),pR=Le({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),dR=Le({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var b0={};$(b0,{base8:()=>fR});var fR=Le({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var v0={};$(v0,{identity:()=>hR});var hR=Ns({prefix:"\0",name:"identity",encode:r=>M2(r),decode:r=>V2(r)});var DY=new TextEncoder,LY=new TextDecoder;var E0={};$(E0,{identity:()=>wR});var eE=0,xR="identity",tE=Dn;function yR(r){return fo(eE,tE(r))}var wR={code:eE,name:xR,encode:tE,digest:yR};var B0={};$(B0,{sha256:()=>bR,sha512:()=>vR});function S0({name:r,code:e,encode:t}){return new A0(r,e,t)}var A0=class{name;code;encode;constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?fo(this.code,t):t.then(n=>fo(this.code,n))}else throw Error("Unknown type, must be binary type")}};function nE(r){return async e=>new Uint8Array(await crypto.subtle.digest(r,e))}var bR=S0({name:"sha2-256",code:18,encode:nE("SHA-256")}),vR=S0({name:"sha2-512",code:19,encode:nE("SHA-512")});var bc={...v0,...g0,...b0,...h0,...m0,...p0,...y0,...u0,...w0,...x0},WY={...B0,...E0};function ho(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function bp(r=0){return globalThis.Buffer?.allocUnsafe!=null?ho(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}function oE(r,e,t,n){return{name:r,prefix:e,encoder:{name:r,prefix:e,encode:t},decoder:{decode:n}}}var iE=oE("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),k0=oE("ascii","a",r=>{let e="a";for(let t=0;t<r.length;t++)e+=String.fromCharCode(r[t]);return e},r=>{r=r.substring(1);let e=bp(r.length);for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e}),ER={utf8:iE,"utf-8":iE,hex:bc.base16,latin1:k0,ascii:k0,binary:k0,...bc},vp=ER;function Nt(r,e="utf8"){let t=vp[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):t.encoder.encode(r).substring(1)}function Pn(r,e){if(globalThis.Buffer!=null)return ho(globalThis.Buffer.concat(r,e));e==null&&(e=r.reduce((i,o)=>i+o.length,0));let t=bp(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return ho(t)}function I0(r,e="utf8"){let t=vp[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?ho(globalThis.Buffer.from(r,"utf-8")):t.decoder.decode(`${t.prefix}${r}`)}var sE=Ho,AR=qo,_0=function(r){let e=0;if(r=r.toString().trim(),sE(r)){let t=new Uint8Array(e+4);return r.split(/\./g).forEach(n=>{t[e++]=parseInt(n,10)&255}),t}if(AR(r)){let t=r.split(":",8),n;for(n=0;n<t.length;n++){let o=sE(t[n]),s;o&&(s=_0(t[n]),t[n]=Nt(s.slice(0,2),"base16")),s!=null&&++n<8&&t.splice(n,0,Nt(s.slice(2,4),"base16"))}if(t[0]==="")for(;t.length<8;)t.unshift("0");else if(t[t.length-1]==="")for(;t.length<8;)t.push("0");else if(t.length<8){for(n=0;n<t.length&&t[n]!=="";n++);let o=[n,1];for(n=9-t.length;n>0;n--)o.push("0");t.splice.apply(t,o)}let i=new Uint8Array(e+16);for(n=0;n<t.length;n++){let o=parseInt(t[n],16);i[e++]=o>>8&255,i[e++]=o&255}return i}throw new Error("invalid ip address")},aE=function(r,e=0,t){e=~~e,t=t??r.length-e;let n=new DataView(r.buffer);if(t===4){let i=[];for(let o=0;o<t;o++)i.push(r[e+o]);return i.join(".")}if(t===16){let i=[];for(let o=0;o<t;o+=2)i.push(n.getUint16(e+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Fs={},T0={},BR=[[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"]];BR.forEach(r=>{let e=kR(...r);T0[e.code]=e,Fs[e.name]=e});function kR(r,e,t,n,i){return{code:r,size:e,name:t,resolvable:!!n,path:!!i}}function Ee(r){if(typeof r=="number"){if(T0[r]!=null)return T0[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(Fs[r]!=null)return Fs[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var AX=Ee("ip4"),SX=Ee("ip6"),BX=Ee("ipcidr");function R0(r,e){switch(Ee(r).code){case 4:case 41:return _R(e);case 42:return uE(e);case 6:case 273:case 33:case 132:return dE(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return uE(e);case 421:return UR(e);case 444:return pE(e);case 445:return pE(e);case 466:return RR(e);default:return Nt(e,"base16")}}function U0(r,e){switch(Ee(r).code){case 4:return cE(e);case 41:return cE(e);case 42:return lE(e);case 6:case 273:case 33:case 132:return N0(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return lE(e);case 421:return TR(e);case 444:return NR(e);case 445:return DR(e);case 466:return CR(e);default:return I0(e,"base16")}}var C0=Object.values(bc).map(r=>r.decoder),IR=function(){let r=C0[0].or(C0[1]);return C0.slice(2).forEach(e=>r=r.or(e)),r}();function cE(r){if(!ir(r))throw new Error("invalid ip address");return _0(r)}function _R(r){let e=aE(r,0,r.length);if(e==null)throw new Error("ipBuff is required");if(!ir(e))throw new Error("invalid ip address");return e}function N0(r){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,r),new Uint8Array(e)}function dE(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function lE(r){let e=I0(r),t=Uint8Array.from(Qt(e.length));return Pn([t,e],t.length+e.length)}function uE(r){let e=kt(r);if(r=r.slice(Fe(e)),r.length!==e)throw new Error("inconsistent lengths");return Nt(r)}function TR(r){let e;r[0]==="Q"||r[0]==="1"?e=wp(Ut.decode(`z${r}`)).bytes:e=Ci.parse(r).multihash.bytes;let t=Uint8Array.from(Qt(e.length));return Pn([t,e],t.length+e.length)}function CR(r){let e=IR.decode(r),t=Uint8Array.from(Qt(e.length));return Pn([t,e],t.length+e.length)}function RR(r){let e=kt(r),t=r.slice(Fe(e));if(t.length!==e)throw new Error("inconsistent lengths");return"u"+Nt(t,"base64url")}function UR(r){let e=kt(r),t=r.slice(Fe(e));if(t.length!==e)throw new Error("inconsistent lengths");return Nt(t,"base58btc")}function NR(r){let e=r.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 t=Ln.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=N0(n);return Pn([t,i],t.length+i.length)}function DR(r){let e=r.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 t=Ln.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=N0(n);return Pn([t,i],t.length+i.length)}function pE(r){let e=r.slice(0,r.length-2),t=r.slice(r.length-2),n=Nt(e,"base32"),i=dE(t);return`${n}:${i}`}function fE(r){r=D0(r);let e=[],t=[],n=null,i=r.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<i.length;o++){let s=i[o],a=Ee(s);if(a.size===0){e.push([a.code]),t.push([a.code]);continue}if(o++,o>=i.length)throw mE("invalid address: "+r);if(a.path===!0){n=D0(i.slice(o).join("/")),e.push([a.code,U0(a.code,n)]),t.push([a.code,n]);break}let c=U0(a.code,i[o]);e.push([a.code,c]),t.push([a.code,R0(a.code,c)])}return{string:hE(t),bytes:P0(e),tuples:e,stringTuples:t,path:n}}function L0(r){let e=[],t=[],n=null,i=0;for(;i<r.length;){let o=kt(r,i),s=Fe(o),a=Ee(o),c=LR(a,r.slice(i+s));if(c===0){e.push([o]),t.push([o]),i+=s;continue}let u=r.slice(i+s,i+s+c);if(i+=c+s,i>r.length)throw mE("Invalid address Uint8Array: "+Nt(r,"base16"));e.push([o,u]);let l=R0(o,u);if(t.push([o,l]),a.path===!0){n=l;break}}return{bytes:Uint8Array.from(r),string:hE(t),tuples:e,stringTuples:t,path:n}}function hE(r){let e=[];return r.map(t=>{let n=Ee(t[0]);return e.push(n.name),t.length>1&&t[1]!=null&&e.push(t[1]),null}),D0(e.join("/"))}function P0(r){return Pn(r.map(e=>{let t=Ee(e[0]),n=Uint8Array.from(Qt(t.code));return e.length>1&&e[1]!=null&&(n=Pn([n,e[1]])),n}))}function LR(r,e){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let t=kt(e instanceof Uint8Array?e:Uint8Array.from(e));return t+Fe(t)}}function D0(r){return"/"+r.trim().split("/").filter(e=>e).join("/")}function mE(r){return new Error("Error parsing address: "+r)}var PR=Symbol.for("nodejs.util.inspect.custom"),O0=Symbol.for("@multiformats/js-multiaddr/multiaddr"),OR=[Ee("dns").code,Ee("dns4").code,Ee("dns6").code,Ee("dnsaddr").code],Ep=class r{bytes;#e;#t;#r;#n;[O0]=!0;constructor(e){e==null&&(e="");let t;if(e instanceof Uint8Array)t=L0(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);t=fE(e)}else if(xE(e))t=L0(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=t.bytes,this.#e=t.string,this.#t=t.tuples,this.#r=t.stringTuples,this.#n=t.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let e,t,n,i,o="",s=Ee("tcp"),a=Ee("udp"),c=Ee("ip4"),u=Ee("ip6"),l=Ee("dns6"),p=Ee("ip6zone");for(let[d,f]of this.stringTuples())d===p.code&&(o=`%${f??""}`),OR.includes(d)&&(t=s.name,i=443,n=`${f??""}${o}`,e=d===l.code?6:4),(d===s.code||d===a.code)&&(t=Ee(d).name,i=parseInt(f??"")),(d===c.code||d===u.code)&&(t=Ee(d).name,n=`${f??""}${o}`,e=d===u.code?6:4);if(e==null||t==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:t,port:i}}protos(){return this.#t.map(([e])=>Object.assign({},Ee(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>Ee(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new r(e),new r(this.toString()+e.toString())}decapsulate(e){let t=e.toString(),n=this.toString(),i=n.lastIndexOf(t);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new r(n.slice(0,i))}decapsulateCode(e){let t=this.tuples();for(let n=t.length-1;n>=0;n--)if(t[n][0]===e)return new r(P0(t.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===Fs.p2p.code&&e.push([n,i]),n===Fs["p2p-circuit"].code&&(e=[])});let t=e.pop();if(t?.[1]!=null){let n=t[1];return n[0]==="Q"||n[0]==="1"?Nt(Ut.decode(`z${n}`),"base58btc"):Nt(Ci.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(e){return Z2(this.bytes,e.bytes)}async resolve(e){let t=this.protos().find(o=>o.resolvable);if(t==null)return[this];let n=gE.get(t.name);if(n==null)throw new O(`no available resolver for ${t.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(o=>new r(o))}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 t=(e??this).protos();return!(t.length!==2||t[0].code!==4&&t[0].code!==41||t[1].code!==6&&t[1].code!==273)}[PR](){return`Multiaddr(${this.#e})`}};var gE=new Map;function xE(r){return!!r?.[O0]}function Ap(r){return new Ep(r)}var FR=K("dns4"),zR=K("dns6"),VR=K("dnsaddr"),mo=at(K("dns"),VR,FR,zR),Sp=at(K("ip4"),K("ip6")),zs=at(te(Sp,K("tcp")),te(mo,K("tcp"))),V0=te(Sp,K("udp")),MR=te(V0,K("utp")),$R=te(V0,K("quic")),Ec=at(te(zs,K("ws")),te(mo,K("ws"))),Ac=at(te(zs,K("wss")),te(mo,K("wss")),te(zs,K("tls"),K("ws")),te(mo,K("tls"),K("ws"))),F0=at(te(zs,K("http")),te(Sp,K("http")),te(mo,K("http"))),z0=at(te(zs,K("https")),te(Sp,K("https")),te(mo,K("https"))),yE=te(V0,K("webrtc"),K("certhash")),bE=at(te(yE,K("p2p")),yE),vE=at(te(Ec,K("p2p-webrtc-star"),K("p2p")),te(Ac,K("p2p-webrtc-star"),K("p2p")),te(Ec,K("p2p-webrtc-star")),te(Ac,K("p2p-webrtc-star"))),JX=at(te(Ec,K("p2p-websocket-star"),K("p2p")),te(Ac,K("p2p-websocket-star"),K("p2p")),te(Ec,K("p2p-websocket-star")),te(Ac,K("p2p-websocket-star"))),EE=at(te(F0,K("p2p-webrtc-direct"),K("p2p")),te(z0,K("p2p-webrtc-direct"),K("p2p")),te(F0,K("p2p-webrtc-direct")),te(z0,K("p2p-webrtc-direct"))),Sc=at(Ec,Ac,F0,z0,vE,EE,zs,MR,$R,mo,bE),ZX=at(te(Sc,K("p2p-stardust"),K("p2p")),te(Sc,K("p2p-stardust"))),Ri=at(te(Sc,K("p2p")),vE,EE,bE,K("p2p")),wE=at(te(Ri,K("p2p-circuit"),Ri),te(Ri,K("p2p-circuit")),te(K("p2p-circuit"),Ri),te(Sc,K("p2p-circuit")),te(K("p2p-circuit"),Sc),K("p2p-circuit")),AE=()=>at(te(wE,AE),wE),vc=AE(),jR=at(te(vc,Ri,vc),te(Ri,vc),te(vc,Ri),vc,Ri);function SE(r){function e(t){let n;try{n=Ap(t)}catch{return!1}let i=r(n.protoNames());return i===null?!1:i===!0||i===!1?i:i.length===0}return e}function te(...r){function e(t){if(t.length<r.length)return null;let n=t;return r.some(i=>(n=typeof i=="function"?i().partialMatch(t):i.partialMatch(t),Array.isArray(n)&&(t=n),n===null)),n}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:SE(e),partialMatch:e}}function at(...r){function e(n){let i=null;return r.some(o=>{let s=typeof o=="function"?o().partialMatch(n):o.partialMatch(n);return s!=null?(i=s,!0):!1}),i}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:SE(e),partialMatch:e}}function K(r){let e=r;function t(i){let o;try{o=Ap(i)}catch{return!1}let s=o.protoNames();return s.length===1&&s[0]===e}function n(i){return i.length===0?null:i[0]===e?i.slice(1):null}return{toString:function(){return e},matches:t,partialMatch:n}}var eU=Q(RE(),1);function UE(r){try{return tU(r)?!!ur.parse(r):r instanceof Uint8Array?!!ur.decode(r):!!ur.asCID(r)}catch{return!1}}function tU(r){return typeof r=="string"}var nU=r=>{let e=r.data;return e.startsWith('"')&&(e=e.substring(1)),e.endsWith('"')&&(e=e.substring(0,e.length-1)),e.replace("dnslink=","")},j0=(r,e)=>{let t=iU(r,e);return{ipfsPath:nU(t),answer:t}},iU=(r,e)=>{let t=e.Answer?.filter(n=>n.data.includes("dnslink=/ipfs")||n.data.includes("dnslink=/ipns")).pop();if(t==null)throw new O(`No dnslink records found for domain: ${r}`,"ERR_DNSLINK_NOT_FOUND");return t},kc=32,Vs=async(r,e,t,n={})=>{if(e===0)throw new Error("recursion limit exceeded");let i;try{i=await t(r,n)}catch(c){if(c.code!=="ENOTFOUND"&&c.code!=="ERR_DNSLINK_NOT_FOUND"&&c.code!=="ENODATA")throw c;r.startsWith("_dnslink.")?r=r.replace("_dnslink.",""):r=`_dnslink.${r}`,i=await t(r,n)}let o=i.replace("dnslink=",""),s=o.split("/")[2];return UE(s)?o:Vs(s,e-1,t,n)},oU=/^dnslink=.+$/,NE=async(r,e)=>{let i=(await r.resolveTxt(e)).flat().filter(o=>oU.test(o))[0];if(i==null)throw new O(`No dnslink records found for domain: ${e}`,"ERR_DNSLINK_NOT_FOUND");return i};var q0=Q(Fd(),1),K0=Q(PE(),1);function Bp(r,e,t){return`${r}?name=${e}&type=${t}`}async function OE(r,e){return await(await fetch(r,{headers:new Headers({accept:"application/dns-json"}),signal:e})).json()}function go(r,e){return`${e}_${r}`}var H0=Object.assign((0,q0.default)("dns-over-http-resolver"),{error:(0,q0.default)("dns-over-http-resolver:error")}),G0=class{_cache;_TXTcache;_servers;_request;_abortControllers;constructor(e={}){this._cache=new K0.default({max:e?.maxCache??100}),this._TXTcache=new K0.default({max:e?.maxCache??100}),this._servers=["https://cloudflare-dns.com/dns-query","https://dns.google/resolve"],this._request=e.request??OE,this._abortControllers=[]}cancel(){this._abortControllers.forEach(e=>{e.abort()})}getServers(){return this._servers}_getShuffledServers(){let e=[...this._servers];for(let t=e.length-1;t>0;t--){let n=Math.floor(Math.random()*t),i=e[t];e[t]=e[n],e[n]=i}return e}setServers(e){this._servers=e}async resolve(e,t="A"){switch(t){case"A":return this.resolve4(e);case"AAAA":return this.resolve6(e);case"TXT":return this.resolveTxt(e);default:throw new Error(`${t} is not supported`)}}async resolve4(e){let t="A",n=this._cache.get(go(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Bp(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(go(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),H0.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryA ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolve6(e){let t="AAAA",n=this._cache.get(go(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Bp(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(go(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),H0.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryAaaa ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolveTxt(e){let t="TXT",n=this._TXTcache.get(go(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Bp(o,e,t),s.signal),c=a.Answer.map(l=>[l.data.replace(/['"]+/g,"")]),u=Math.min(...a.Answer.map(l=>l.TTL));return this._TXTcache.set(go(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),H0.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryTxt ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}clearCache(){this._cache.clear(),this._TXTcache.clear()}},FE=G0;var VE=Q(W0(),1),Ni=class{lru;constructor(e){this.lru=(0,VE.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var Y0=new Ni(1e3),uU=60*1e3,pU=new Ct({concurrency:4}),dU=async function(e,t={}){let n=new FE({maxCache:0});if(t.nocache!==!0&&Y0.has(e)){let o=Y0.get(e);if(o!=null)return t?.onProgress?.(new P("dnslink:cache",{detail:o})),o}t.onProgress?.(new P("dnslink:query",{detail:e}));let i=await pU.add(async()=>{let o=await NE(n,e);return t.onProgress?.(new P("dnslink:answer",{detail:o})),Y0.set(e,o,uU),o},{signal:t?.signal});if(i==null)throw new Error("No DNS response received");return i},ME=dU;function $E(){return async(r,e={})=>Vs(r,kc,ME,e)}var X0=class{routing;constructor(e){this.routing=e}async put(e,t,n={}){try{await this.routing.put(e,t,n)}catch(i){n.onProgress?.(new P("ipns:routing:helia:error",i))}}async get(e,t={}){try{return await this.routing.get(e,t)}catch(n){t.onProgress?.(new P("ipns:routing:helia:error",n))}throw new Error("Not found")}};function jE(r){return new X0(r)}var kp=globalThis.CustomEvent??Event;async function*xo(r,e={}){let t=e.concurrency??1/0;t<1&&(t=1/0);let n=e.ordered==null?!1:e.ordered,i=new EventTarget,o=[],s=He(),a=He(),c=!1,u,l=!1;i.addEventListener("task-complete",()=>{a.resolve()}),Promise.resolve().then(async()=>{try{for await(let f of r){if(o.length===t&&(s=He(),await s.promise),l)break;let h={done:!1};o.push(h),f().then(x=>{h.done=!0,h.ok=!0,h.value=x,i.dispatchEvent(new kp("task-complete"))},x=>{h.done=!0,h.err=x,i.dispatchEvent(new kp("task-complete"))})}c=!0,i.dispatchEvent(new kp("task-complete"))}catch(f){u=f,i.dispatchEvent(new kp("task-complete"))}});function p(){return n?o[0]?.done:!!o.find(f=>f.done)}function*m(){for(;o.length>0&&o[0].done;){let f=o[0];if(o.shift(),f.ok)yield f.value;else throw l=!0,s.resolve(),f.err;s.resolve()}}function*d(){for(;p();)for(let f=0;f<o.length;f++)if(o[f].done){let h=o[f];if(o.splice(f,1),f--,h.ok)yield h.value;else throw l=!0,s.resolve(),h.err;s.resolve()}}for(;;){if(p()||(a=He(),await a.promise),u!=null)throw u;if(n?yield*m():yield*d(),c&&o.length===0)break}}var Ic;(function(r){let e;r.codec=()=>(e==null&&(e=nr((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.key!=null&&t.key.byteLength>0&&(n.uint32(10),n.bytes(t.key)),t.value!=null&&t.value.byteLength>0&&(n.uint32(18),n.bytes(t.value)),t.timeReceived!=null&&t.timeReceived!==""&&(n.uint32(42),n.string(t.timeReceived)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={key:new Uint8Array(0),value:new Uint8Array(0),timeReceived:""},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.key=t.bytes();break;case 2:i.value=t.bytes();break;case 5:i.timeReceived=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>rr(t,r.codec()),r.decode=t=>er(t,r.codec())})(Ic||(Ic={}));function HE(r){let e=r.getUTCFullYear(),t=String(r.getUTCMonth()+1).padStart(2,"0"),n=String(r.getUTCDate()).padStart(2,"0"),i=String(r.getUTCHours()).padStart(2,"0"),o=String(r.getUTCMinutes()).padStart(2,"0"),s=String(r.getUTCSeconds()).padStart(2,"0"),a=r.getUTCMilliseconds(),c=String(a*1e3*1e3).padStart(9,"0");return`${e}-${t}-${n}T${i}:${o}:${s}.${c}Z`}function qE(r){let e=new RegExp("(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2})\\.(\\d+)Z"),t=String(r).trim().match(e);if(t==null)throw new Error("Invalid format");let n=parseInt(t[1],10),i=parseInt(t[2],10)-1,o=parseInt(t[3],10),s=parseInt(t[4],10),a=parseInt(t[5],10),c=parseInt(t[6],10),u=parseInt(t[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var Ms=class r{key;value;timeReceived;constructor(e,t,n){if(!(e instanceof Uint8Array))throw new Error("key must be a Uint8Array");if(!(t instanceof Uint8Array))throw new Error("value must be a Uint8Array");this.key=e,this.value=t,this.timeReceived=n}serialize(){return Ic.encode(this.prepareSerialize())}prepareSerialize(){return{key:this.key,value:this.value,timeReceived:HE(this.timeReceived)}}static deserialize(e){let t=Ic.decode(e);return new r(t.key,t.value,new Date(t.timeReceived))}static fromDeserialized(e){let t=qE(e.timeReceived);if(e.key==null)throw new Error("key missing from deserialized object");if(e.value==null)throw new Error("value missing from deserialized object");return new r(e.key,e.value,t)}};var KE;(function(r){r[r.SEND_QUERY=0]="SEND_QUERY",r[r.PEER_RESPONSE=1]="PEER_RESPONSE",r[r.FINAL_PEER=2]="FINAL_PEER",r[r.QUERY_ERROR=3]="QUERY_ERROR",r[r.PROVIDER=4]="PROVIDER",r[r.VALUE=5]="VALUE",r[r.ADD_PEER=6]="ADD_PEER",r[r.DIAL_PEER=7]="DIAL_PEER"})(KE||(KE={}));var GE;(function(r){r[r.PUT_VALUE=0]="PUT_VALUE",r[r.GET_VALUE=1]="GET_VALUE",r[r.ADD_PROVIDER=2]="ADD_PROVIDER",r[r.GET_PROVIDERS=3]="GET_PROVIDERS",r[r.FIND_NODE=4]="FIND_NODE",r[r.PING=5]="PING"})(GE||(GE={}));function J0(r){return new Xe("/dht/record/"+oe(r,"base32"),!1)}function WE(r){return{async put(e,t,n={}){try{let i=J0(e),o=new Ms(e,t,new Date);n.onProgress?.(new P("ipns:routing:datastore:put")),await r.put(i,o.serialize(),n)}catch(i){throw n.onProgress?.(new P("ipns:routing:datastore:error",i)),i}},async get(e,t={}){try{let n=J0(e);t.onProgress?.(new P("ipns:routing:datastore:get"));let i=await r.get(n,t);return Ms.deserialize(i).value}catch(n){throw t.onProgress?.(new P("ipns:routing:datastore:error",n)),n}},async has(e,t={}){let n=J0(e);return r.has(n,t)}}}var yo=ne("helia:ipns"),hU=60*1e3,YE=60*hU,mU=24*YE,Z0=23*YE,Q0=class{routers;localStore;timeout;defaultResolvers;constructor(e,t=[],n=[]){this.routers=[jE(e.routing),...t],this.localStore=WE(e.datastore),this.defaultResolvers=n.length>0?n:[$E()]}async publish(e,t,n={}){try{let i=1n,o=hs(e);if(await this.localStore.has(o,n)){let c=await this.localStore.get(o,n);i=wt(c).sequence+1n}let s=await Mb(e,t,i,n.lifetime??mU,n),a=_n(s);return await this.localStore.put(o,a,n),n.offline!==!0&&await Promise.all(this.routers.map(async c=>{await c.put(o,a,n)})),s}catch(i){throw n.onProgress?.(new P("ipns:publish:error",i)),i}}async resolve(e,t={}){let n=hs(e),i=await this.#t(n,t);return this.#e(i.value,t)}async resolveDns(e,t={}){let n=t.resolvers??this.defaultResolvers,i=await Promise.any(n.map(async o=>o(e,t)));return this.#e(i,t)}republish(e={}){if(this.timeout!=null)throw new Error("Republish is already running");e.signal?.addEventListener("abort",()=>{clearTimeout(this.timeout)});async function t(){let n=Date.now();e.onProgress?.(new P("ipns:republish:start"));let o=Date.now()-n,s=Z0-o;s<0&&(s=e.interval??Z0),setTimeout(()=>{t().catch(a=>{yo.error("error republishing",a)})},s)}this.timeout=setTimeout(()=>{t().catch(n=>{yo.error("error republishing",n)})},e.interval??Z0)}async#e(e,t={}){let n=e.split("/");try{let i=n[1];if(i==="ipns"){let{cid:o}=await this.resolve(mr(n[2]),t),s=n.slice(3).join("/");return{cid:o,path:s}}else if(i==="ipfs"){let o=z.parse(n[2]),s=n.slice(3).join("/");return{cid:o,path:s}}}catch(i){yo.error("error parsing ipfs path",i)}throw yo.error("invalid ipfs path %s",e),new Error("Invalid value")}async#t(e,t={}){let n=[this.localStore,...this.routers];t.offline===!0&&(n=[this.localStore]);let i=[],o=0;if(await Promise.all(n.map(async a=>{let c;try{c=await a.get(e,{...t,validate:!1})}catch(u){a===this.localStore&&u.code==="ERR_NOT_FOUND"?yo("did not have record locally"):yo.error("error finding IPNS record",u);return}try{await Vu(e,c),i.push(c)}catch(u){o++,yo.error("error finding IPNS record",u)}})),i.length===0)throw o>0?new O(`${o>1?`${o} records`:"Record"} found for routing key ${o>1?"were":"was"} invalid`,"ERR_RECORDS_FAILED_VALIDATION"):new O("Could not find record for routing key","ERR_NOT_FOUND");let s=i[Pv(e,i)];return await this.localStore.put(e,s,t),wt(s)}};function XE(r,{routers:e=[],resolvers:t=[]}={}){return new Q0(r,e,t)}var tN=Q(ug(),1),rN=Q(I3(),1);var pZ=new Ni(1e3),dZ=60*1e3;var bg=new Ni(1e3),nN=60*1e3;function Up(r){let e=new Ct({concurrency:4}),t=async(n,i={})=>{let o=new URLSearchParams;o.set("name",n),o.set("type","TXT");let s=o.toString();if(i.nocache!==!0&&bg.has(s)){let c=bg.get(s);if(c!=null)return i.onProgress?.(new P("dnslink:cache",{detail:c})),c}i.onProgress?.(new P("dnslink:query",{detail:n}));let a=await e.add(async()=>{let c=await fetch(`${r}?${o}`,{headers:{accept:"application/dns-json"},signal:i.signal});if(c.status!==200)throw new Error(`Unexpected HTTP status: ${c.status} - ${c.statusText}`);let u=new URL(c.url).search.slice(1),l=await c.json();i.onProgress?.(new P("dnslink:answer",{detail:l}));let{ipfsPath:p,answer:m}=j0(n,l);return bg.set(u,p,m.TTL??nN),p},{signal:i.signal});if(a==null)throw new Error("No DNS response received");return a};return async(n,i={})=>Vs(n,kc,t,i)}var vg=class{components;constructor(e){this.components=e}async add(e,t={}){let n=f1(e),i=await(t.hasher??ce).digest(n),o=z.createV1(Oo,i);return await this.components.blockstore.put(o,n,t),o}async get(e,t={}){let n=await this.components.blockstore.get(e,t);return h1(n)}};function _3(r){return new vg(r)}var Yg=Q(ke(),1);function iN(r){return r[Symbol.asyncIterator]!=null}function oN(r,e=1){return e=Number(e),iN(r)?async function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for await(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}():function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}()}var Cc=oN;async function*Rc(r,e=1){for await(let t of Cc(r,e)){let n=t.map(async i=>i().then(o=>({ok:!0,value:o}),o=>({ok:!1,err:o})));for(let i=0;i<n.length;i++){let o=await n[i];if(o.ok)yield o.value;else throw o.err}}}var sN=262144,Uc=(r={})=>{let e=r.chunkSize??sN;return async function*(n){let i=new Xi,o=0,s=!1;for await(let a of n)for(i.append(a),o+=a.length;o>=e;)if(yield i.slice(0,e),s=!0,e===i.length)i=new Xi,o=0;else{let c=new Xi;c.append(i.sublist(e)),i=c,o-=e}(!s||o>0)&&(yield i.subarray(0,o))}};var Eg=Q(ke(),1);var _r;(function(r){let e;(function(i){i.Raw="Raw",i.Directory="Directory",i.File="File",i.Metadata="Metadata",i.Symlink="Symlink",i.HAMTShard="HAMTShard"})(e=r.DataType||(r.DataType={}));let t;(function(i){i[i.Raw=0]="Raw",i[i.Directory=1]="Directory",i[i.File=2]="File",i[i.Metadata=3]="Metadata",i[i.Symlink=4]="Symlink",i[i.HAMTShard=5]="HAMTShard"})(t||(t={})),function(i){i.codec=()=>Wi(t)}(e=r.DataType||(r.DataType={}));let n;r.codec=()=>(n==null&&(n=nr((i,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),i.Type!=null&&(o.uint32(8),r.DataType.codec().encode(i.Type,o)),i.Data!=null&&(o.uint32(18),o.bytes(i.Data)),i.filesize!=null&&(o.uint32(24),o.uint64(i.filesize)),i.blocksizes!=null)for(let a of i.blocksizes)o.uint32(32),o.uint64(a);i.hashType!=null&&(o.uint32(40),o.uint64(i.hashType)),i.fanout!=null&&(o.uint32(48),o.uint64(i.fanout)),i.mode!=null&&(o.uint32(56),o.uint32(i.mode)),i.mtime!=null&&(o.uint32(66),Np.codec().encode(i.mtime,o)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={blocksizes:[]},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.Type=r.DataType.codec().decode(i);break;case 2:s.Data=i.bytes();break;case 3:s.filesize=i.uint64();break;case 4:s.blocksizes.push(i.uint64());break;case 5:s.hashType=i.uint64();break;case 6:s.fanout=i.uint64();break;case 7:s.mode=i.uint32();break;case 8:s.mtime=Np.codec().decode(i,i.uint32());break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>rr(i,r.codec()),r.decode=i=>er(i,r.codec())})(_r||(_r={}));var Np;(function(r){let e;r.codec=()=>(e==null&&(e=nr((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Seconds!=null&&(n.uint32(8),n.int64(t.Seconds)),t.FractionalNanoseconds!=null&&(n.uint32(21),n.fixed32(t.FractionalNanoseconds)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Seconds=t.int64();break;case 2:i.FractionalNanoseconds=t.fixed32();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>rr(t,r.codec()),r.decode=t=>er(t,r.codec())})(Np||(Np={}));var T3;(function(r){let e;r.codec=()=>(e==null&&(e=nr((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.MimeType!=null&&(n.uint32(10),n.string(t.MimeType)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.MimeType=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>rr(t,r.codec()),r.decode=t=>er(t,r.codec())})(T3||(T3={}));var C3={Raw:"raw",Directory:"directory",File:"file",Metadata:"metadata",Symlink:"symlink",HAMTShard:"hamt-sharded-directory"},aN=["directory","hamt-sharded-directory"],R3=parseInt("0644",8),U3=parseInt("0755",8),X=class r{static unmarshal(e){let t=_r.decode(e),n=new r({type:C3[t.Type!=null?t.Type.toString():"File"],data:t.Data,blockSizes:t.blocksizes,mode:t.mode,mtime:t.mtime!=null?{secs:t.mtime.Seconds??0n,nsecs:t.mtime.FractionalNanoseconds}:void 0,fanout:t.fanout});return n._originalMode=t.mode??0,n}type;data;blockSizes;hashType;fanout;mtime;_mode;_originalMode;constructor(e={type:"file"}){let{type:t,data:n,blockSizes:i,hashType:o,fanout:s,mtime:a,mode:c}=e;if(t!=null&&!Object.values(C3).includes(t))throw(0,Eg.default)(new Error("Type: "+t+" is not valid"),"ERR_INVALID_TYPE");this.type=t??"file",this.data=n,this.hashType=o,this.fanout=s,this.blockSizes=i??[],this._originalMode=0,this.mode=c,this.mtime=a}set mode(e){e==null?this._mode=this.isDirectory()?U3:R3:this._mode=e&4095}get mode(){return this._mode}isDirectory(){return aN.includes(this.type)}addBlockSize(e){this.blockSizes.push(e)}removeBlockSize(e){this.blockSizes.splice(e,1)}fileSize(){if(this.isDirectory())return 0n;let e=0n;return this.blockSizes.forEach(t=>{e+=t}),this.data!=null&&(e+=BigInt(this.data.length)),e}marshal(){let e;switch(this.type){case"raw":e=_r.DataType.Raw;break;case"directory":e=_r.DataType.Directory;break;case"file":e=_r.DataType.File;break;case"metadata":e=_r.DataType.Metadata;break;case"symlink":e=_r.DataType.Symlink;break;case"hamt-sharded-directory":e=_r.DataType.HAMTShard;break;default:throw(0,Eg.default)(new Error(`Type: ${e} is not valid`),"ERR_INVALID_TYPE")}let t=this.data;(this.data==null||this.data.length===0)&&(t=void 0);let n;this.mode!=null&&(n=this._originalMode&4294963200|(this.mode??0),n===R3&&!this.isDirectory()&&(n=void 0),n===U3&&this.isDirectory()&&(n=void 0));let i;return this.mtime!=null&&(i={Seconds:this.mtime.secs,FractionalNanoseconds:this.mtime.nsecs}),_r.encode({Type:e,Data:t,filesize:this.isDirectory()?void 0:this.fileSize(),blocksizes:this.blockSizes,hashType:this.hashType,fanout:this.fanout,mode:n,mtime:i})}};var Tr=async(r,e,t)=>{t.codec==null&&(t.codec=Ke);let n=await ce.digest(r),i=z.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,t),i};function N3(r){return async function*(t,n){let i=0n;for await(let o of t.content)yield async()=>{let s,a={codec:Ke,cidVersion:r.cidVersion,onProgress:r.onProgress};r.rawLeaves?(a.codec=tr,a.cidVersion=1):(s=new X({type:r.leafType,data:o}),o=fe({Data:s.marshal(),Links:[]}));let c=await Tr(o,n,a);return i+=BigInt(o.byteLength),r.onProgress?.(new P("unixfs:importer:progress:file:write",{bytesWritten:i,cid:c,path:t.path})),{cid:c,unixfs:s,size:BigInt(o.length),block:o}}}}var Ag=Q(ke(),1);var D3=async(r,e,t)=>{let n=new X({type:"directory",mtime:r.mtime,mode:r.mode}),i=fe(Ue({Data:n.marshal()})),o=await Tr(i,e,t),s=r.path;return{cid:o,path:s,unixfs:n,size:BigInt(i.length),originalPath:r.originalPath,block:i}};async function*cN(r,e,t){let n=-1,i;for await(let o of Rc(t.bufferImporter(r,e),t.blockWriteConcurrency)){if(n++,n===0){i={...o,single:!0};continue}else n===1&&i!=null&&(yield{...i,block:void 0,single:void 0},i=void 0);yield{...o,block:void 0}}i!=null&&(yield i)}function L3(r){return r.single===!0}var lN=(r,e,t)=>async function(i){if(i.length===1&&L3(i[0])&&t.reduceSingleLeafToSelf){let l=i[0],p=l.block;return L3(l)&&(r.mtime!==void 0||r.mode!==void 0)&&(l.unixfs=new X({type:"file",mtime:r.mtime,mode:r.mode,data:l.block}),p={Data:l.unixfs.marshal(),Links:[]},l.block=fe(Ue(p)),l.cid=await Tr(l.block,e,{...t,cidVersion:t.cidVersion}),l.size=BigInt(l.block.length)),t.onProgress?.(new P("unixfs:importer:progress:file:layout",{cid:l.cid,path:l.originalPath})),{cid:l.cid,path:r.path,unixfs:l.unixfs,size:l.size,originalPath:l.originalPath}}let o=new X({type:"file",mtime:r.mtime,mode:r.mode}),s=i.filter(l=>l.cid.code===je&&l.size>0||l.unixfs!=null&&l.unixfs.data==null&&l.unixfs.fileSize()>0n?!0:!!l.unixfs?.data?.length).map(l=>l.cid.code===je?(o.addBlockSize(l.size),{Name:"",Tsize:Number(l.size),Hash:l.cid}):(l.unixfs==null||l.unixfs.data==null?o.addBlockSize(l.unixfs?.fileSize()??0n):o.addBlockSize(BigInt(l.unixfs.data.length)),{Name:"",Tsize:Number(l.size),Hash:l.cid})),a={Data:o.marshal(),Links:s},c=fe(Ue(a)),u=await Tr(c,e,t);return t.onProgress?.(new P("unixfs:importer:progress:file:layout",{cid:u,path:r.originalPath})),{cid:u,path:r.path,unixfs:o,size:BigInt(c.length+a.Links.reduce((l,p)=>l+(p.Tsize??0),0)),originalPath:r.originalPath,block:c}},P3=async(r,e,t)=>t.layout(cN(r,e,t),lN(r,e,t));function uN(r){return Symbol.iterator in r}function pN(r){return Symbol.asyncIterator in r}function dN(r){try{if(r instanceof Uint8Array)return async function*(){yield r}();if(uN(r))return async function*(){yield*r}();if(pN(r))return r}catch{throw(0,Ag.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}throw(0,Ag.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}function O3(r){return async function*(t,n){for await(let i of t){let o;if(i.path!=null&&(o=i.path,i.path=i.path.split("/").filter(s=>s!=null&&s!==".").join("/")),fN(i)){let s={path:i.path,mtime:i.mtime,mode:i.mode,content:async function*(){let a=0n;for await(let c of r.chunker(r.chunkValidator(dN(i.content)))){let u=BigInt(c.byteLength);a+=u,r.onProgress?.(new P("unixfs:importer:progress:file:read",{bytesRead:a,chunkSize:u,path:i.path})),yield c}}(),originalPath:o};yield async()=>P3(s,n,r)}else if(i.path!=null){let s={path:i.path,mtime:i.mtime,mode:i.mode,originalPath:o};yield async()=>D3(s,n,r)}else throw new Error("Import candidate must have content or path or both")}}}function fN(r){return r.content!=null}var Sg=Q(ke(),1);var F3=()=>async function*(e){for await(let t of e){if(t.length===void 0)throw(0,Sg.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT");if(typeof t=="string"||t instanceof String)yield Z(t.toString());else if(Array.isArray(t))yield Uint8Array.from(t);else if(t instanceof Uint8Array)yield t;else throw(0,Sg.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}};var hN=174;function Nc(r){let e=r?.maxChildrenPerNode??hN;return async function t(n,i){let o=[];for await(let s of Cc(n,e))o.push(await i(s));return o.length>1?t(o,i):o[0]}}var nn=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},Dc=z.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),Lc=z.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var Eo=class extends nn{_children;constructor(e,t){super(e,t),this._children=new Map}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,this._children.set(e,t)}async get(e){return Promise.resolve(this._children.get(e))}childCount(){return this._children.size}directChildrenCount(){return this.childCount()}onlyChild(){return this._children.values().next().value}async*eachChildSeries(){for(let[e,t]of this._children.entries())yield{key:e,child:t}}estimateNodeSize(){if(this.nodeSize!==void 0)return this.nodeSize;this.nodeSize=0;for(let[e,t]of this._children.entries())t.size!=null&&t.cid!=null&&(this.nodeSize+=e.length+(this.options.cidVersion===1?Lc.bytes.byteLength:Dc.bytes.byteLength));return this.nodeSize}async*flush(e){let t=[];for(let[c,u]of this._children.entries()){let l=u;if(u instanceof nn)for await(let p of u.flush(e))l=p,yield p;l.size!=null&&l.cid!=null&&t.push({Name:c,Tsize:Number(l.size),Hash:l.cid})}let n=new X({type:"directory",mtime:this.mtime,mode:this.mode}),i={Data:n.marshal(),Links:t},o=fe(Ue(i)),s=await Tr(o,e,this.options),a=o.length+i.Links.reduce((c,u)=>c+(u.Tsize==null?0:u.Tsize),0);this.cid=s,this.size=a,yield{cid:s,unixfs:n,path:this.path,size:BigInt(a)}}};var Lp=Q(M3(),1);function mN(r){let e=new Array(4);for(let t=0;t<4;t++)e[t]=r&255,r=r>>8;return new Uint8Array(e)}var kQ=Hi({name:"murmur3-32",code:35,encode:r=>mN(Lp.default.x86.hash32(r))}),Ao=Hi({name:"murmur3-128",code:34,encode:r=>To.fromHex(Lp.default.x64.hash128(r))}),IQ=Hi({name:"murmur3-x64-64",code:34,encode:r=>To.fromHex(Lp.default.x64.hash128(r)).subarray(0,8)});var f6=Q(Pp(),1);function Gs(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}var Tg={};$(Tg,{base10:()=>SN});function wN(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function p(f){if(f instanceof Uint8Array||(ArrayBuffer.isView(f)?f=new Uint8Array(f.buffer,f.byteOffset,f.byteLength):Array.isArray(f)&&(f=Uint8Array.from(f))),!(f instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(f.length===0)return"";for(var h=0,x=0,g=0,w=f.length;g!==w&&f[g]===0;)g++,h++;for(var y=(w-g)*l+1>>>0,E=new Uint8Array(y);g!==w;){for(var B=f[g],S=0,b=y-1;(B!==0||S<x)&&b!==-1;b--,S++)B+=256*E[b]>>>0,E[b]=B%a>>>0,B=B/a>>>0;if(B!==0)throw new Error("Non-zero carry");x=S,g++}for(var v=y-x;v!==y&&E[v]===0;)v++;for(var k=c.repeat(h);v<y;++v)k+=r.charAt(E[v]);return k}function m(f){if(typeof f!="string")throw new TypeError("Expected String");if(f.length===0)return new Uint8Array;var h=0;if(f[h]!==" "){for(var x=0,g=0;f[h]===c;)x++,h++;for(var w=(f.length-h)*u+1>>>0,y=new Uint8Array(w);f[h];){var E=t[f.charCodeAt(h)];if(E===255)return;for(var B=0,S=w-1;(E!==0||B<g)&&S!==-1;S--,B++)E+=a*y[S]>>>0,y[S]=E%256>>>0,E=E/256>>>0;if(E!==0)throw new Error("Non-zero carry");g=B,h++}if(f[h]!==" "){for(var b=w-g;b!==w&&y[b]===0;)b++;for(var v=new Uint8Array(x+(w-b)),k=x;b!==w;)v[k++]=y[b++];return v}}}function d(f){var h=m(f);if(h)return h;throw new Error(`Non-${e} character`)}return{encode:p,decodeUnsafe:m,decode:d}}var bN=wN,vN=bN,H3=vN;var NQ=new Uint8Array(0);var q3=(r,e)=>{if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0},Wn=r=>{if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")};var K3=r=>new TextEncoder().encode(r),G3=r=>new TextDecoder().decode(r);var Bg=class{constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},kg=class{constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.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 Y3(this,e)}},Ig=class{constructor(e){this.decoders=e}or(e){return Y3(this,e)}decode(e){let t=e[0],n=this.decoders[t];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`)}},Y3=(r,e)=>new Ig({...r.decoders||{[r.prefix]:r},...e.decoders||{[e.prefix]:e}}),_g=class{constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new Bg(e,t,n),this.decoder=new kg(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},Ws=({name:r,prefix:e,encode:t,decode:n})=>new _g(r,e,t,n),Pi=({prefix:r,name:e,alphabet:t})=>{let{encode:n,decode:i}=H3(t,e);return Ws({prefix:r,name:e,encode:n,decode:o=>Wn(i(o))})},EN=(r,e,t,n)=>{let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let p=i[r[l]];if(p===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|p,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},AN=(r,e,t)=>{let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o},Pe=({name:r,prefix:e,bitsPerChar:t,alphabet:n})=>Ws({prefix:e,name:r,encode(i){return AN(i,n,t)},decode(i){return EN(i,n,t,r)}});var SN=Pi({prefix:"9",name:"base10",alphabet:"0123456789"});var Cg={};$(Cg,{base16:()=>BN,base16upper:()=>kN});var BN=Pe({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),kN=Pe({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Rg={};$(Rg,{base2:()=>IN});var IN=Pe({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Ug={};$(Ug,{base256emoji:()=>UN});var X3=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}"),_N=X3.reduce((r,e,t)=>(r[t]=e,r),[]),TN=X3.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function CN(r){return r.reduce((e,t)=>(e+=_N[t],e),"")}function RN(r){let e=[];for(let t of r){let n=TN[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var UN=Ws({prefix:"\u{1F680}",name:"base256emoji",encode:CN,decode:RN});var Ng={};$(Ng,{base32:()=>Ys,base32hex:()=>PN,base32hexpad:()=>FN,base32hexpadupper:()=>zN,base32hexupper:()=>ON,base32pad:()=>DN,base32padupper:()=>LN,base32upper:()=>NN,base32z:()=>VN});var Ys=Pe({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),NN=Pe({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),DN=Pe({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),LN=Pe({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),PN=Pe({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ON=Pe({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),FN=Pe({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),zN=Pe({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),VN=Pe({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Dg={};$(Dg,{base36:()=>MN,base36upper:()=>$N});var MN=Pi({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),$N=Pi({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Lg={};$(Lg,{base58btc:()=>on,base58flickr:()=>jN});var on=Pi({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),jN=Pi({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Pg={};$(Pg,{base64:()=>HN,base64pad:()=>qN,base64url:()=>KN,base64urlpad:()=>GN});var HN=Pe({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),qN=Pe({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),KN=Pe({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),GN=Pe({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Og={};$(Og,{base8:()=>WN});var WN=Pe({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Fg={};$(Fg,{identity:()=>YN});var YN=Ws({prefix:"\0",name:"identity",encode:r=>G3(r),decode:r=>K3(r)});var WQ=new TextEncoder,YQ=new TextDecoder;var Vg={};$(Vg,{identity:()=>yD});var ZN=Q3,J3=128,QN=127,eD=~QN,tD=Math.pow(2,31);function Q3(r,e,t){e=e||[],t=t||0;for(var n=t;r>=tD;)e[t++]=r&255|J3,r/=128;for(;r&eD;)e[t++]=r&255|J3,r>>>=7;return e[t]=r|0,Q3.bytes=t-n+1,e}var rD=zg,nD=128,Z3=127;function zg(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw zg.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&Z3)<<i:(s&Z3)*Math.pow(2,i),i+=7}while(s>=nD);return zg.bytes=o-n,t}var iD=Math.pow(2,7),oD=Math.pow(2,14),sD=Math.pow(2,21),aD=Math.pow(2,28),cD=Math.pow(2,35),lD=Math.pow(2,42),uD=Math.pow(2,49),pD=Math.pow(2,56),dD=Math.pow(2,63),fD=function(r){return r<iD?1:r<oD?2:r<sD?3:r<aD?4:r<cD?5:r<lD?6:r<uD?7:r<pD?8:r<dD?9:10},hD={encode:ZN,decode:rD,encodingLength:fD},mD=hD,Oc=mD;var Fc=(r,e=0)=>[Oc.decode(r,e),Oc.decode.bytes],Xs=(r,e,t=0)=>(Oc.encode(r,e,t),e),Js=r=>Oc.encodingLength(r);var So=(r,e)=>{let t=e.byteLength,n=Js(r),i=n+Js(t),o=new Uint8Array(i+t);return Xs(r,o,0),Xs(t,o,n),o.set(e,i),new Zs(r,t,e,o)},e6=r=>{let e=Wn(r),[t,n]=Fc(e),[i,o]=Fc(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Zs(t,i,s,e)},t6=(r,e)=>{if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&q3(r.bytes,t.bytes)}},Zs=class{constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};var r6=0,gD="identity",n6=Wn,xD=r=>So(r6,n6(r)),yD={code:r6,name:gD,encode:n6,digest:xD};var jg={};$(jg,{sha256:()=>wD,sha512:()=>bD});var $g=({name:r,code:e,encode:t})=>new Mg(r,e,t),Mg=class{constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?So(this.code,t):t.then(n=>So(this.code,n))}else throw Error("Unknown type, must be binary type")}};var o6=r=>async e=>new Uint8Array(await crypto.subtle.digest(r,e)),wD=$g({name:"sha2-256",code:18,encode:o6("SHA-256")}),bD=$g({name:"sha2-512",code:19,encode:o6("SHA-512")});var s6=(r,e)=>{let{bytes:t,version:n}=r;switch(n){case 0:return ED(t,Hg(r),e||on.encoder);default:return AD(t,Hg(r),e||Ys.encoder)}};var a6=new WeakMap,Hg=r=>{let e=a6.get(r);if(e==null){let t=new Map;return a6.set(r,t),t}return e},Fp=class r{constructor(e,t,n,i){this.code=t,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:t}=this;if(e!==Vc)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==SD)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:t}=this.multihash,n=So(e,t);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(e){return r.equals(this,e)}static equals(e,t){let n=t;return n&&e.code===n.code&&e.version===n.version&&t6(e.multihash,n.multihash)}toString(e){return s6(this,e)}toJSON(){return{"/":s6(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 t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s||c6(n,i,o.bytes))}else if(t[BD]===!0){let{version:n,multihash:i,code:o}=t,s=e6(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="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(t!==Vc)throw new Error(`Version 0 CID must use dag-pb (code: ${Vc}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=c6(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,Vc,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Wn(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new Zs(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[p,m]=Fc(e.subarray(t));return t+=m,p},i=n(),o=Vc;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=vD(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Hg(o).set(n,e),o}},vD=(r,e)=>{switch(r[0]){case"Q":{let t=e||on;return[on.prefix,t.decode(`${on.prefix}${r}`)]}case on.prefix:{let t=e||on;return[on.prefix,t.decode(r)]}case Ys.prefix:{let t=e||Ys;return[Ys.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}},ED=(r,e,t)=>{let{prefix:n}=t;if(n!==on.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i},AD=(r,e,t)=>{let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i},Vc=112,SD=18,c6=(r,e,t)=>{let n=Js(r),i=n+Js(e),o=new Uint8Array(i+t.byteLength);return Xs(r,o,0),Xs(e,o,n),o.set(t,i),o},BD=Symbol.for("@ipld/js-cid/CID");var qg={...Fg,...Rg,...Og,...Tg,...Cg,...Ng,...Dg,...Lg,...Pg,...Ug},pee={...jg,...Vg};function zp(r=0){return globalThis.Buffer?.allocUnsafe!=null?Gs(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}function u6(r,e,t,n){return{name:r,prefix:e,encoder:{name:r,prefix:e,encode:t},decoder:{decode:n}}}var l6=u6("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Kg=u6("ascii","a",r=>{let e="a";for(let t=0;t<r.length;t++)e+=String.fromCharCode(r[t]);return e},r=>{r=r.substring(1);let e=zp(r.length);for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e}),kD={utf8:l6,"utf-8":l6,hex:qg.base16,latin1:Kg,ascii:Kg,binary:Kg,...qg},p6=kD;function d6(r,e="utf8"){let t=p6[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Gs(globalThis.Buffer.from(r,"utf-8")):t.decoder.decode(`${t.prefix}${r}`)}var Jt=class r{constructor(e,t,n=0){this._options=e,this._popCount=0,this._parent=t,this._posAtParent=n,this._children=new f6.default,this.key=null}async put(e,t){let n=await this._findNewBucketAndPos(e);await n.bucket._putAt(n,e,t)}async get(e){let t=await this._findChild(e);if(t!=null)return t.value}async del(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);n!=null&&n.key===e&&t.bucket._delAt(t.pos)}leafCount(){return this._children.compactArray().reduce((t,n)=>n instanceof r?t+n.leafCount():t+1,0)}childrenCount(){return this._children.length}onlyChild(){return this._children.get(0)}*eachLeafSeries(){let e=this._children.compactArray();for(let t of e)t instanceof r?yield*t.eachLeafSeries():yield t}serialize(e,t){let n=[];return t(this._children.reduce((i,o,s)=>(o!=null&&(o instanceof r?i.push(o.serialize(e,t)):i.push(e(o,s))),i),n))}async asyncTransform(e,t){return await h6(this,e,t)}toJSON(){return this.serialize(_D,TD)}prettyPrint(){return JSON.stringify(this.toJSON(),null," ")}tableSize(){return Math.pow(2,this._options.bits)}async _findChild(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);if(!(n instanceof r)&&n!=null&&n.key===e)return n}async _findPlace(e){let t=this._options.hash(typeof e=="string"?d6(e):e),n=await t.take(this._options.bits),i=this._children.get(n);return i instanceof r?await i._findPlace(t):{bucket:this,pos:n,hash:t,existingChild:i}}async _findNewBucketAndPos(e){let t=await this._findPlace(e);if(t.existingChild!=null&&t.existingChild.key!==e){let n=new r(this._options,t.bucket,t.pos);t.bucket._putObjectAt(t.pos,n);let i=await n._findPlace(t.existingChild.hash);return i.bucket._putAt(i,t.existingChild.key,t.existingChild.value),await n._findNewBucketAndPos(t.hash)}return t}_putAt(e,t,n){this._putObjectAt(e.pos,{key:t,value:n,hash:e.hash})}_putObjectAt(e,t){this._children.get(e)==null&&this._popCount++,this._children.set(e,t)}_delAt(e){if(e===-1)throw new Error("Invalid position");this._children.get(e)!=null&&this._popCount--,this._children.unset(e),this._level()}_level(){if(this._parent!=null&&this._popCount<=1)if(this._popCount===1){let e=this._children.find(ID);if(e!=null&&!(e instanceof r)){let t=e.hash;t.untake(this._options.bits);let n={pos:this._posAtParent,hash:t,bucket:this._parent};this._parent._putAt(n,e.key,e.value)}}else this._parent._delAt(this._posAtParent)}_at(e){return this._children.get(e)}};function ID(r){return!!r}function _D(r,e){return r.key}function TD(r){return r}async function h6(r,e,t){let n=[];for(let i of r._children.compactArray())if(i instanceof Jt)await h6(i,e,t);else{let o=await e(i);n.push({bitField:r._children.bitField(),children:o})}return await t(n)}var CD=[255,254,252,248,240,224,192,128],RD=[1,3,7,15,31,63,127,255],Vp=class{constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=UD(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function UD(r,e,t){let n=ND(e,t);return(r&n)>>>e}function ND(r,e){return CD[r]&RD[Math.min(e+r-1,7)]}function m6(r,e){e==null&&(e=r.reduce((i,o)=>i+o.length,0));let t=zp(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return Gs(t)}function g6(r){function e(t){return t instanceof Mp?t:new Mp(t,r)}return e}var Mp=class{constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?m6([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new Vp(t);this._buffers.push(n),this._availableBits+=n.availableBits()}};function Qs(r){if(r==null||r.hashFn==null)throw new Error("please define an options.hashFn");let e={bits:r.bits??8,hash:g6(r.hashFn)};return new Jt(e)}async function DD(r){return(await Ao.encode(r)).slice(0,8).reverse()}var x6=BigInt(34),LD=8,Gg=class extends nn{_bucket;constructor(e,t){super(e,t),this._bucket=Qs({hashFn:DD,bits:t.shardFanoutBits??LD})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=b6(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of w6(this._bucket,e,this,this.options))yield{...t,path:this.path}}},y6=Gg;async function*w6(r,e,t,n){let i=r._children,o=(r.tableSize()-1).toString(16).length,s=[],a=0n;for(let f=0;f<i.length;f++){let h=i.get(f);if(h==null)continue;let x=f.toString(16).toUpperCase().padStart(o,"0");if(h instanceof Jt){let g;for await(let w of w6(h,e,null,n))g=w;if(g==null)throw new Error("Could not flush sharded directory, no subshard found");s.push({Name:x,Tsize:Number(g.size),Hash:g.cid}),a+=g.size}else if(PD(h.value)){let g=h.value,w;for await(let E of g.flush(e))w=E,yield w;if(w==null)throw new Error("Did not flush dir");let y=x+h.key;s.push({Name:y,Tsize:Number(w.size),Hash:w.cid}),a+=w.size}else{let g=h.value;if(g.cid==null)continue;let w=x+h.key,y=g.size;s.push({Name:w,Tsize:Number(y),Hash:g.cid}),a+=BigInt(y??0)}}let c=Uint8Array.from(i.bitField().reverse()),u=new X({type:"hamt-sharded-directory",data:c,fanout:BigInt(r.tableSize()),hashType:x6,mtime:t?.mtime,mode:t?.mode}),l={Data:u.marshal(),Links:s},p=fe(Ue(l)),m=await Tr(p,e,n),d=BigInt(p.byteLength)+a;yield{cid:m,unixfs:u,size:d}}function PD(r){return typeof r.flush=="function"}function b6(r,e,t){let n=r._children,i=(r.tableSize()-1).toString(16).length,o=[];for(let u=0;u<n.length;u++){let l=n.get(u);if(l==null)continue;let p=u.toString(16).toUpperCase().padStart(i,"0");if(l instanceof Jt){let m=b6(l,null,t);o.push({Name:p,Tsize:Number(m),Hash:t.cidVersion===0?Dc:Lc})}else if(typeof l.value.flush=="function"){let d=l.value.nodeSize();o.push({Name:p+l.key,Tsize:Number(d),Hash:t.cidVersion===0?Dc:Lc})}else{let m=l.value;if(m.cid==null)continue;let d=p+l.key,f=m.size;o.push({Name:d,Tsize:Number(f),Hash:m.cid})}}let s=Uint8Array.from(n.bitField().reverse()),a=new X({type:"hamt-sharded-directory",data:s,fanout:BigInt(r.tableSize()),hashType:x6,mtime:e?.mtime,mode:e?.mode});return fe(Ue({Data:a.marshal(),Links:o})).length}async function Wg(r,e,t,n){let i=e;e instanceof Eo&&e.estimateNodeSize()>t&&(i=await OD(e,n));let o=i.parent;if(o!=null){if(i!==e){if(r!=null&&(r.parent=i),i.parentKey==null)throw new Error("No parent key found");await o.put(i.parentKey,i)}return Wg(i,o,t,n)}return i}async function OD(r,e){let t=new y6({root:r.root,dir:!0,parent:r.parent,parentKey:r.parentKey,path:r.path,dirty:r.dirty,flat:!1,mtime:r.mtime,mode:r.mode},e);for await(let{key:n,child:i}of r.eachChildSeries())await t.put(n,i);return t}var v6=(r="")=>r.split(/(?<!\\)\//).filter(Boolean);async function FD(r,e,t){let n=v6(r.path??""),i=n.length-1,o=e,s="";for(let a=0;a<n.length;a++){let c=n[a];s+=`${s!==""?"/":""}${c}`;let u=a===i;if(o.dirty=!0,o.cid=void 0,o.size=void 0,u)await o.put(c,r),e=await Wg(null,o,t.shardSplitThresholdBytes,t);else{let l=await o.get(c);(l==null||!(l instanceof nn))&&(l=new Eo({root:!1,dir:!0,parent:o,parentKey:c,path:s,dirty:!0,flat:!0,mtime:l?.unixfs?.mtime,mode:l?.unixfs?.mode},t)),await o.put(c,l),o=l}}return e}async function*E6(r,e){if(!(r instanceof nn)){r.unixfs?.isDirectory()===!0&&(yield r);return}yield*r.flush(e)}function A6(r){return async function*(t,n){let i=new Eo({root:!0,dir:!0,path:"",dirty:!0,flat:!0},r),o,s=!1;for await(let a of t){if(a==null)continue;let c=`${a.originalPath??""}`.split("/")[0];c!=null&&c!==""&&(o==null?(o=c,s=!0):o!==c&&(s=!1)),i=await FD(a,i,r),(a.unixfs==null||!a.unixfs.isDirectory())&&(yield a)}if(r.wrapWithDirectory||s&&i.childCount()>1)yield*E6(i,n);else for await(let a of i.eachChildSeries())a!=null&&(yield*E6(a.child,n))}}async function*Oi(r,e,t={}){let n;Symbol.asyncIterator in r||Symbol.iterator in r?n=r:n=[r];let i=t.wrapWithDirectory??!1,o=t.shardSplitThresholdBytes??262144,s=t.shardFanoutBits??8,a=t.cidVersion??1,c=t.rawLeaves??!0,u=t.leafType??"file",l=t.fileImportConcurrency??50,p=t.blockWriteConcurrency??10,m=t.reduceSingleLeafToSelf??!0,d=t.chunker??Uc(),f=t.chunkValidator??F3(),h=t.dagBuilder??O3({chunker:d,chunkValidator:f,wrapWithDirectory:i,layout:t.layout??Nc(),bufferImporter:t.bufferImporter??N3({cidVersion:a,rawLeaves:c,leafType:u,onProgress:t.onProgress}),blockWriteConcurrency:p,reduceSingleLeafToSelf:m,cidVersion:a,onProgress:t.onProgress}),x=t.treeBuilder??A6({wrapWithDirectory:i,shardSplitThresholdBytes:o,shardFanoutBits:s,cidVersion:a,onProgress:t.onProgress});for await(let g of x(Rc(h(n,e),l),e))yield{cid:g.cid,path:g.path,unixfs:g.unixfs,size:g.size}}async function $p(r,e,t={}){let n=await so(Oi([r],e,t));if(n==null)throw(0,Yg.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function S6(r,e,t={}){let n=await so(Oi([r],e,t));if(n==null)throw(0,Yg.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function B6(r,e,t={}){return $p({content:r},e,t)}async function k6(r,e,t={}){return $p({content:r},e,t)}var HD=Q(ke(),1),qD=Q(z6(),1);var Hc={cidVersion:1,rawLeaves:!0,layout:Nc({maxChildrenPerNode:1024}),chunker:Uc({chunkSize:1048576})};async function*V6(r,e,t={}){yield*Oi(r,e,{...Hc,...t})}async function M6(r,e,t={}){let{cid:n}=await B6(r,e,{...Hc,...t});return n}async function $6(r,e,t={}){let{cid:n}=await k6(r,e,{...Hc,...t});return n}async function j6(r,e,t={}){let{cid:n}=await $p(r,e,{...Hc,...t});return n}async function H6(r,e,t={}){let{cid:n}=await S6({...r,path:r.path??"-"},e,{...Hc,...t});return n}var Hp=Q(ke(),1);function KD(r){return r[Symbol.asyncIterator]!=null}function GD(r){if(KD(r))return(async()=>{let t;for await(let n of r)t=n;return t})();let e;for(let t of r)e=t;return e}var Fi=GD;var a4=Q(ke(),1);var q6=Q(ke(),1);var WD=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=Qu(c),l=u,p=t;for(;n.length>0;){let m=n[0];if(m in l){n.shift(),p=`${p}/${m}`;let d=z.asCID(l[m]);if(d!=null)return{entry:{type:"object",name:e,path:t,cid:r,node:c,depth:o,size:BigInt(c.length),content:async function*(){yield u}},next:{cid:d,name:m,path:p,toResolve:n}};l=l[m]}else throw(0,q6.default)(new Error(`No property named ${m} found in cbor node ${r}`),"ERR_NO_PROP")}return{entry:{type:"object",name:e,path:t,cid:r,node:c,depth:o,size:BigInt(c.length),content:async function*(){yield u}}}},K6=WD;var G6=Q(ke(),1);var YD=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=rp(c),l=u,p=t;for(;n.length>0;){let m=n[0];if(m in l){n.shift(),p=`${p}/${m}`;let d=z.asCID(l[m]);if(d!=null)return{entry:{type:"object",name:e,path:t,cid:r,node:c,depth:o,size:BigInt(c.length),content:async function*(){yield u}},next:{cid:d,name:m,path:p,toResolve:n}};l=l[m]}else throw(0,G6.default)(new Error(`No property named ${m} found in dag-json node ${r}`),"ERR_NO_PROP")}return{entry:{type:"object",name:e,path:t,cid:r,node:c,depth:o,size:BigInt(c.length),content:async function*(){yield u}}}},W6=YD;var Y6=Q(ke(),1);function XD(r,e,t,n){let i=BigInt(r.length),o=BigInt(e+i);return t>=o||n<e?new Uint8Array(0):(n>=e&&n<o&&(r=r.subarray(0,Number(n-e))),t>=e&&t<o&&(r=r.subarray(Number(t-e))),r)}var Bo=XD;var qc=Q(ke(),1),JD=(r,e=0,t=r)=>{let n=BigInt(r),i=BigInt(e??0),o=BigInt(t);if(o!==n&&(o=i+o),o>n&&(o=n),i<0n)throw(0,qc.default)(new Error("Offset must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(i>n)throw(0,qc.default)(new Error("Offset must be less than the file size"),"ERR_INVALID_PARAMS");if(o<0n)throw(0,qc.default)(new Error("Length must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(o>n)throw(0,qc.default)(new Error("Length must be less than the file size"),"ERR_INVALID_PARAMS");return{start:i,end:o}},ea=JD;var ZD=r=>{async function*e(t={}){let{start:n,end:i}=ea(r.length,t.offset,t.length),o=Bo(r,0n,n,i);t.onProgress?.(new P("unixfs:exporter:progress:identity",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},QD=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,Y6.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=Ot(r.multihash.bytes);return{entry:{type:"identity",name:e,path:t,cid:r,content:ZD(c.digest),depth:o,size:BigInt(c.digest.length),node:c.digest}}},X6=QD;var J6=Q(ke(),1);var eL=r=>{async function*e(t={}){let{start:n,end:i}=ea(r.length,t.offset,t.length),o=Bo(r,0n,n,i);t.onProgress?.(new P("unixfs:exporter:progress:raw",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},tL=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,J6.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=await s.get(r,a);return{entry:{type:"raw",name:e,path:t,cid:r,content:eL(c),depth:o,size:BigInt(c.length),node:c}}},Z6=tL;var Gc=Q(ke(),1);var Kc=Q(ke(),1);var rL=async function(r){return(await Ao.encode(r)).slice(0,8).reverse()},nL=async(r,e,t)=>{let n=(e.tableSize()-1).toString(16).length;await Promise.all(r.map(async i=>{if(i.Name==null)throw new Error("Unexpected Link without a Name");if(i.Name.length===n){let o=parseInt(i.Name,16);e._putObjectAt(o,new Jt({hash:t._options.hash,bits:t._options.bits},e,o));return}await t.put(i.Name.substring(2),!0)}))},Q6=(r,e)=>r.toString(16).toUpperCase().padStart(e,"0").substring(0,e),iL=r=>{let e=r.bucket,t=[];for(;e._parent!=null;)t.push(e),e=e._parent;return t.push(e),t.reverse()},e4=async(r,e,t,n,i)=>{if(n==null){if(r.Data==null)throw(0,Kc.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let p;try{p=X.unmarshal(r.Data)}catch(d){throw(0,Kc.default)(d,"ERR_NOT_UNIXFS")}if(p.type!=="hamt-sharded-directory")throw(0,Kc.default)(new Error("not a HAMT"),"ERR_NOT_UNIXFS");if(p.fanout==null)throw(0,Kc.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let m=Qs({hashFn:rL,bits:Math.log2(Number(p.fanout))});n={rootBucket:m,hamtDepth:1,lastBucket:m}}let o=(n.lastBucket.tableSize()-1).toString(16).length;await nL(r.Links,n.lastBucket,n.rootBucket);let s=await n.rootBucket._findNewBucketAndPos(e),a=Q6(s.pos,o),c=iL(s);c.length>n.hamtDepth&&(n.lastBucket=c[n.hamtDepth],a=Q6(n.lastBucket._posAtParent,o));let u=r.Links.find(p=>{if(p.Name==null)return!1;let m=p.Name.substring(0,o),d=p.Name.substring(o);return!(m!==a||d!==""&&d!==e)});if(u==null)return;if(u.Name!=null&&u.Name.substring(o)===e)return u.Hash;n.hamtDepth++;let l=await t.get(u.Hash,i);return r=Ie(l),e4(r,e,t,n,i)},t4=e4;var oL=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=c.offset??0,l=c.length??e.Links.length,p=e.Links.slice(u,l);c.onProgress?.(new P("unixfs:exporter:walk:directory",{cid:r})),yield*hr(p,m=>fr(m,d=>async()=>{let f=d.Name??"",h=`${n}/${f}`;return(await i(d.Hash,f,h,[],o+1,s,c)).entry}),m=>xo(m,{ordered:!0,concurrency:c.blockReadConcurrency}),m=>Gt(m,d=>d!=null))}return a},r4=oL;var ko=Q(ke(),1);async function n4(r,e,t,n,i,o,s){if(e instanceof Uint8Array){let u=Bo(e,n,i,o);t.push(u);return}if(e.Data==null)throw(0,ko.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=X.unmarshal(e.Data)}catch(u){throw(0,ko.default)(u,"ERR_NOT_UNIXFS")}if(a.data!=null){let u=a.data,l=Bo(u,n,i,o);t.push(l),n+=BigInt(l.byteLength)}let c=[];if(e.Links.length!==a.blockSizes.length)throw(0,ko.default)(new Error("Inconsistent block sizes and dag links"),"ERR_NOT_UNIXFS");for(let u=0;u<e.Links.length;u++){let l=e.Links[u],p=n,m=p+a.blockSizes[u];if((i>=p&&i<m||o>=p&&o<=m||i<p&&o>m)&&c.push({link:l,blockStart:n}),n=m,n>o)break}await hr(c,u=>fr(u,l=>async()=>{let p=await r.get(l.link.Hash,s);return{...l,block:p}}),u=>xo(u,{ordered:!0,concurrency:s.blockReadConcurrency}),async u=>{for await(let{link:l,block:p,blockStart:m}of u){let d;switch(l.Hash.code){case Ve:d=Ie(p);break;case je:d=p;break;default:t.end((0,ko.default)(new Error(`Unsupported codec: ${l.Hash.code}`),"ERR_NOT_UNIXFS"));return}let f=new Ct({concurrency:1});f.on("error",h=>{t.end(h)}),f.add(async()=>{s.onProgress?.(new P("unixfs:exporter:walk:file",{cid:l.Hash})),await n4(r,d,t,m,i,o,s)}),await f.onIdle()}}),n>=o&&t.end()}var sL=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=t.fileSize();if(u===void 0)throw new Error("File was a directory");let{start:l,end:p}=ea(u,c.offset,c.length);if(p===0n)return;let m=0n,d=p-l,f=Or();c.onProgress?.(new P("unixfs:exporter:walk:file",{cid:r})),n4(s,e,f,0n,l,p,c).catch(h=>{f.end(h)});for await(let h of f)if(h!=null){if(m+=BigInt(h.byteLength),m>d)throw f.end(),(0,ko.default)(new Error("Read too many bytes - the file size reported by the UnixFS data in the root node may be incorrect"),"ERR_OVER_READ");m===d&&f.end(),c.onProgress?.(new P("unixfs:exporter:progress:unixfs:file",{bytesRead:m,totalBytes:d,fileSize:u})),yield h}if(m<d)throw(0,ko.default)(new Error("Traversed entire DAG but did not read enough bytes"),"ERR_UNDER_READ")}return a},ex=sL;var jp=Q(ke(),1);var aL=(r,e,t,n,i,o,s)=>{function a(c={}){return c.onProgress?.(new P("unixfs:exporter:walk:hamt-sharded-directory",{cid:r})),i4(e,n,i,o,s,c)}return a};async function*i4(r,e,t,n,i,o){let s=r.Links;if(r.Data==null)throw(0,jp.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=X.unmarshal(r.Data)}catch(l){throw(0,jp.default)(l,"ERR_NOT_UNIXFS")}if(a.fanout==null)throw(0,jp.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let c=(a.fanout-1n).toString(16).length,u=hr(s,l=>fr(l,p=>async()=>{let m=p.Name!=null?p.Name.substring(c):null;if(m!=null&&m!==""){let d=await t(p.Hash,m,`${e}/${m}`,[],n+1,i,o);return{entries:d.entry==null?[]:[d.entry]}}else{let d=await i.get(p.Hash,o);return r=Ie(d),o.onProgress?.(new P("unixfs:exporter:walk:hamt-sharded-directory",{cid:p.Hash})),{entries:i4(r,e,t,n,i,o)}}}),l=>xo(l,{ordered:!0,concurrency:o.blockReadConcurrency}));for await(let{entries:l}of u)yield*l}var o4=aL;var cL=(r,e)=>r.Links.find(n=>n.Name===e)?.Hash,lL={raw:ex,file:ex,directory:r4,"hamt-sharded-directory":o4,metadata:(r,e,t,n,i,o,s)=>()=>[],symlink:(r,e,t,n,i,o,s)=>()=>[]},uL=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=Ie(c),l,p;if(e==null&&(e=r.toString()),u.Data==null)throw(0,Gc.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");try{l=X.unmarshal(u.Data)}catch(d){throw(0,Gc.default)(d,"ERR_NOT_UNIXFS")}if(t==null&&(t=e),n.length>0){let d;if(l?.type==="hamt-sharded-directory"?d=await t4(u,n[0],s):d=cL(u,n[0]),d==null)throw(0,Gc.default)(new Error("file does not exist"),"ERR_NOT_FOUND");let f=n.shift(),h=`${t}/${f}`;p={cid:d,toResolve:n,name:f??"",path:h}}let m=lL[l.type](r,u,l,t,i,o,s);if(m==null)throw(0,Gc.default)(new Error("could not find content exporter"),"ERR_NOT_FOUND");return l.isDirectory()?{entry:{type:"directory",name:e,path:t,cid:r,content:m,unixfs:l,depth:o,node:u,size:l.fileSize()},next:p}:{entry:{type:"file",name:e,path:t,cid:r,content:m,unixfs:l,depth:o,node:u,size:l.fileSize()},next:p}},s4=uL;var pL={[Ve]:s4,[je]:Z6,[Si]:K6,[ki]:W6,[It.code]:X6},c4=async(r,e,t,n,i,o,s)=>{let a=pL[r.code];if(a==null)throw(0,a4.default)(new Error(`No resolver for code ${r.code}`),"ERR_NO_RESOLVER");return a(r,e,t,n,c4,i,o,s)},l4=c4;var dL=(r="")=>(r.trim().match(/([^\\^/]|\\\/)+/g)??[]).filter(Boolean),fL=r=>{if(r instanceof Uint8Array)return{cid:z.decode(r),toResolve:[]};let e=z.asCID(r);if(e!=null)return{cid:e,toResolve:[]};if(typeof r=="string"){r.indexOf("/ipfs/")===0&&(r=r.substring(6));let t=dL(r);return{cid:z.parse(t[0]),toResolve:t.slice(1)}}throw(0,Hp.default)(new Error(`Unknown path type ${r}`),"ERR_BAD_PATH")};async function*tx(r,e,t={}){let{cid:n,toResolve:i}=fL(r),o=n.toString(),s=o,a=i.length;for(;;){let c=await l4(n,o,s,i,a,e,t);if(c.entry==null&&c.next==null)throw(0,Hp.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");if(c.entry!=null&&(yield c.entry),c.next==null)return;i=c.next.toResolve,n=c.next.cid,o=c.next.name,s=c.next.path}}async function lt(r,e,t={}){let n=await Fi(tx(r,e,t));if(n==null)throw(0,Hp.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");return n}async function*qp(r,e,t={}){let n=await lt(r,e,t);if(n==null)return;if(yield n,n.type==="directory")for await(let o of i(n,t))yield o;async function*i(o,s){for await(let a of o.content(s))yield a,!(a instanceof Uint8Array)&&a.type==="directory"&&(yield*i(a,s))}}var y4=Q(x4(),1),mt=y4.default;var Cr=class extends Error{name;code;constructor(e,t,n){super(e),this.name=t,this.code=n}},sn=class extends Cr{constructor(e="not a Unixfs node"){super(e,"NotUnixFSError","ERR_NOT_UNIXFS")}},St=class extends Cr{constructor(e="invalid PBNode"){super(e,"InvalidPBNodeError","ERR_INVALID_PBNODE")}},Yn=class extends Cr{constructor(e="unknown error"){super(e,"InvalidPBNodeError","ERR_UNKNOWN_ERROR")}},Wc=class extends Cr{constructor(e="path already exists"){super(e,"AlreadyExistsError","ERR_ALREADY_EXISTS")}},Wp=class extends Cr{constructor(e="path does not exist"){super(e,"DoesNotExistError","ERR_DOES_NOT_EXIST")}},na=class extends Cr{constructor(e="no content"){super(e,"NoContentError","ERR_NO_CONTENT")}},Yp=class extends Cr{constructor(e="not a file"){super(e,"NotAFileError","ERR_NOT_A_FILE")}},zi=class extends Cr{constructor(e="not a directory"){super(e,"NotADirectoryError","ERR_NOT_A_DIRECTORY")}},gt=class extends Cr{constructor(e="invalid parameters"){super(e,"InvalidParametersError","ERR_INVALID_PARAMETERS")}};var sx=Q(Pp(),1);function Jp(r){function e(t){return t instanceof Xp?t:new Xp(t,r)}return e}var Xp=class{_value;_hashFn;_depth;_availableBits;_currentBufferIndex;_buffers;constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?ze([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new nx(t);this._buffers.push(n),this._availableBits+=n.availableBits()}},wL=[255,254,252,248,240,224,192,128],bL=[1,3,7,15,31,63,127,255],nx=class{_value;_currentBytePos;_currentBitPos;constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=vL(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function vL(r,e,t){let n=EL(e,t);return(r&n)>>>e}function EL(r,e){return wL[r]&bL[Math.min(e+r-1,7)]}var Yc=BigInt(Ao.code),Io=8;async function ia(r){return(await Ao.encode(r)).subarray(0,8).reverse()}var v4=Q(Pp(),1);var Rr=async(r,e,t)=>{t.codec==null&&(t.codec=Ke);let n=await ce.digest(r),i=z.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,{...t,signal:t.signal}),i};var ix=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},Zp=class extends ix{_bucket;constructor(e,t){super(e,t),this._bucket=Qs({hashFn:ia,bits:8})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=b4(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of w4(this._bucket,e,this,this.options))yield{...t,path:this.path}}};async function*w4(r,e,t,n){let i=r._children,o=[],s=0n;for(let d=0;d<i.length;d++){let f=i.get(d);if(f==null)continue;let h=d.toString(16).toUpperCase().padStart(2,"0");if(f instanceof Jt){let x;for await(let g of w4(f,e,null,n))x=g;if(x==null)throw new Error("Could not flush sharded directory, no subshard found");o.push({Name:h,Tsize:Number(x.size),Hash:x.cid}),s+=x.size}else if(AL(f.value)){let x=f.value,g;for await(let y of x.flush(e))g=y,yield g;if(g==null)throw new Error("Did not flush dir");let w=h+f.key;o.push({Name:w,Tsize:Number(g.size),Hash:g.cid}),s+=g.size}else{let x=f.value;if(x.cid==null)continue;let g=h+f.key,w=x.size;o.push({Name:g,Tsize:Number(w),Hash:x.cid}),s+=BigInt(w??0)}}let a=Uint8Array.from(i.bitField().reverse()),c=new X({type:"hamt-sharded-directory",data:a,fanout:BigInt(r.tableSize()),hashType:Yc,mtime:t?.mtime,mode:t?.mode}),u={Data:c.marshal(),Links:o},l=fe(Ue(u)),p=await Rr(l,e,n),m=BigInt(l.byteLength)+s;yield{cid:p,unixfs:c,size:m}}function AL(r){return typeof r.flush=="function"}function b4(r,e,t){let n=r._children,i=[];for(let c=0;c<n.length;c++){let u=n.get(c);if(u==null)continue;let l=c.toString(16).toUpperCase().padStart(2,"0");if(u instanceof Jt){let p=b4(u,null,t);i.push({Name:l,Tsize:Number(p),Hash:t.cidVersion===0?Qp:ed})}else if(typeof u.value.flush=="function"){let m=u.value.nodeSize();i.push({Name:l+u.key,Tsize:Number(m),Hash:t.cidVersion===0?Qp:ed})}else{let p=u.value;if(p.cid==null)continue;let m=l+u.key,d=p.size;i.push({Name:m,Tsize:Number(d),Hash:p.cid})}}let o=Uint8Array.from(n.bitField().reverse()),s=new X({type:"hamt-sharded-directory",data:o,fanout:BigInt(r.tableSize()),hashType:Yc,mtime:e?.mtime,mode:e?.mode});return fe(Ue({Data:s.marshal(),Links:i})).length}var Qp=z.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),ed=z.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var ox=ne("helia:unixfs:commands:utils:hamt-utils"),td=r=>r.toString(16).toUpperCase().padStart(2,"0").substring(0,2),E4=async(r,e,t)=>{let n=new Zp({root:!0,dir:!0,parent:void 0,parentKey:void 0,path:"",dirty:!0,flat:!1,mtime:t.mtime,mode:t.mode},t);for(let o=0;o<e.length;o++)await n._bucket.put(e[o].name,{size:e[o].size,cid:e[o].cid});let i=await Fi(n.flush(r));if(i==null)throw new Error("Flushing shard yielded no result");return i},rd=async(r,e,t)=>{let n=X.unmarshal(r[0].node.Data??new Uint8Array(0)),i=BigInt(Math.pow(2,Io));r.reverse();let o,s;for(let a=0;a<r.length;a++){let c=a===r.length-1,u=r[a],l=Uint8Array.from(u.children.bitField().reverse()),p=new X({type:"hamt-sharded-directory",data:l,fanout:i,hashType:Yc});c&&(p.mtime=n.mtime,p.mode=n.mode),s={Data:p.marshal(),Links:u.node.Links};let m=fe(Ue(s));if(o=await Rr(m,e,t),!c){let d=r[a+1];if(d==null)throw new Error("Was not operating on shard root but also had no parent?");ox("updating link in parent sub-shard with prefix %s",d.prefix),d.node.Links=d.node.Links.filter(f=>f.Name!==d.prefix),d.node.Links.push({Name:d.prefix,Hash:o,Tsize:u.node.Links.reduce((f,h)=>f+(h.Tsize??0),m.byteLength)})}}if(o==null||s==null)throw new Error("Noting persisted");return{cid:o,node:s}},nd=async(r,e,t,n)=>{let o=Jp(ia)(Z(e)),s=[];for(;;){let a=await t.get(r,n),c=Ie(a),u=new v4.default,l=await o.take(Io),p=td(l);s.push({prefix:p,children:u,node:c});let m;for(let f of c.Links){let h=f.Name??"";if(h.length<2)throw new Error("Invalid HAMT - link name was too short");let x=parseInt(h.substring(0,2),16);u.set(x,!0),h.startsWith(p)&&(m=f)}if(m==null){ox("no link found with prefix %s for %s",p,e);break}let d=m.Name??"";if(d.length<2)throw new Error("Invalid HAMT - link name was too short");if(d.length===2){r=m.Hash,ox("descend into sub-shard with prefix %s",d);continue}break}return{path:s,hash:o}};async function id(r,e,t,n){if(r.Data==null)throw new Error("DagPB node had no data");let i=X.unmarshal(r.Data),o;if(i.type==="directory")o=SL(r);else if(i.type==="hamt-sharded-directory")o=await A4(r,0,t,e,n);else throw new Error("Can only estimate the size of directories or shards");return o>t}function SL(r){let e=0;for(let t of r.Links)e+=(t.Name??"").length,e+=t.Hash.version===1?ed.bytes.byteLength:Qp.bytes.byteLength;return e}async function A4(r,e,t,n,i){if(e>t)return t;if(r.Data==null||!X.unmarshal(r.Data).isDirectory())return e;for(let s of r.Links){let a=s.Name??"";if(a=a.substring(2),e+=a.length,e+=s.Hash.bytes.byteLength,s.Hash.code===Ve){let c=await n.get(s.Hash,i),u=Ie(c);e+=await A4(u,e,t,n,i)}}return e}var an=ne("helia:unixfs:components:utils:add-link");async function oa(r,e,t,n){if(r.node.Data==null)throw new gt("Invalid parent passed to addLink");if(X.unmarshal(r.node.Data).type==="hamt-sharded-directory")return an("adding link to sharded directory"),IL(r,e,t,n);an(`adding ${e.Name} (${e.Hash}) to regular directory`);let o=await kL(r,e,t,n);if(await id(o.node,t,n.shardSplitThresholdBytes,n)){an("converting directory to sharded directory");let s=await BL(o,t);o.cid=s.cid,o.node=Ie(await t.get(s.cid,n))}return o}var BL=async(r,e)=>{if(r.node.Data==null)throw new gt("Invalid parent passed to convertToShardedDirectory");let t=X.unmarshal(r.node.Data),n=await E4(e,r.node.Links.map(i=>({name:i.Name??"",size:BigInt(i.Tsize??0),cid:i.Hash})),{mode:t.mode,mtime:t.mtime,cidVersion:r.cid.version});return an(`converted directory to sharded directory ${n.cid}`),n},kL=async(r,e,t,n)=>{let i=r.node.Links.filter(l=>{let p=l.Name===e.Name;if(p&&!n.allowOverwriting)throw new Wc;return!p});if(i.push(e),r.node.Data==null)throw new St("Parent node with no data passed to addToDirectory");let o=X.unmarshal(r.node.Data),s;if(o.mtime!=null){let l=Date.now(),p=Math.floor(l/1e3);o.mtime={secs:BigInt(p),nsecs:(l-p*1e3)*1e3},s=o.marshal()}else s=r.node.Data;r.node=Ue({Data:s,Links:i});let a=fe(r.node),c=await ce.digest(a),u=z.create(r.cid.version,Ve,c);return await t.put(u,a),{node:r.node,cid:u}},IL=async(r,e,t,n)=>{let{path:i,hash:o}=await nd(r.cid,e.Name,t,n),s=i[i.length-1];if(s==null)throw new Error("Invalid HAMT, could not generate path");let a=s.prefix,c=parseInt(a,16);an("next prefix for %s is %s",e.Name,a);let u=`${a}${e.Name}`,l=s.node.Links.find(p=>(p.Name??"").startsWith(a));if(l!=null)if(an("link %s was present in shard",u),l.Name===u){if(!n.allowOverwriting)throw new Wc;an("overwriting %s in subshard",e.Name),s.node.Links=s.node.Links.filter(p=>p.Name!==u),s.node.Links.push({Name:u,Hash:e.Hash,Tsize:e.Tsize})}else{if(l.Name?.length===2)throw new Error("Existing link was subshard?!");{an("prefix %s already exists, creating new subshard",a);let p=s.node.Links.findIndex(x=>x.Name?.startsWith(a)),m=s.node.Links.splice(p,1)[0],d=(m.Name??"").substring(2),h=Jp(ia)(Z(d));for(let x=0;x<i.length;x++)await h.take(Io);for(;;){let x=await h.take(Io),g=td(x);m.Name=`${g}${d}`;let w=await o.take(Io),y=td(w);if(g===y){let B=new sx.default;B.set(w,!0),i.push({prefix:y,children:B,node:{Links:[]}});continue}let E=new sx.default;E.set(w,!0),E.set(x,!0),i.push({prefix:a,children:E,node:{Links:[m,{Name:`${y}${e.Name}`,Hash:e.Hash,Tsize:e.Tsize}]}});break}}}else an("link %s was not present in sub-shard",u),e.Name=u,s.node.Links.push(e),s.children.set(c,!0),an("adding %s to existing sub-shard",u);return rd(i,t,n)};async function Vi(r,e,t={}){let n=await lt(r,e,t);if(n.type!=="directory")throw new zi(`${r.toString()} was not a UnixFS directory`);return{cid:r,node:n.node}}async function sa(r,e,t,n){let i=await lt(r,t,n);if(i.type!=="directory"&&i.type!=="file"&&i.type!=="raw")throw new sn(`${r.toString()} was not a UnixFS node`);return{Name:e,Tsize:i.node instanceof Uint8Array?i.node.byteLength:_L(i.node),Hash:r}}function _L(r){let e=r.Links.reduce((t,n)=>t+(n.Tsize??0),0);return fe(r).byteLength+e}var ax=ne("helia:unixfs:components:utils:resolve");async function cn(r,e,t,n){if(e==null||e==="")return{cid:r};ax('resolve "%s" under %c',e,r);let i=e.split("/").filter(Boolean),o=[{name:"",cid:r,size:0n}];for(let s=0;s<i.length;s++){let a=i[s],c=await lt(r,t,n);if(ax('resolving "%s"',a,c),c.type==="file"){if(s<i.length-1)throw new gt("Path was invalid");r=c.cid}else if(c.type==="directory"){let u;for await(let l of c.content())if(l.name===a){u=l.cid;break}if(u==null)throw new Wp("Could not find path in directory");r=u,o.push({name:a,cid:r,size:c.size})}else throw new gt("Could not resolve path")}return ax("resolved %s to %c",e,r),{cid:r,path:e,segments:o}}async function aa(r,e,t,n){if(e.segments==null||e.segments.length===0)return r;let i=e.segments.pop();if(i==null)throw new Error("Insufficient segments");i.cid=r,e.segments.reverse();for(let o of e.segments){let[s,a]=await Promise.all([Vi(o.cid,t,n),sa(i.cid,i.name,t,n)]);r=(await oa(s,a,t,{...n,allowOverwriting:!0,cidVersion:r.version})).cid,o.cid=r,i=o}return r}var TL=mt.bind({ignoreUndefined:!0}),CL={};async function*S4(r,e,t={}){let n=TL(CL,t),i=await cn(r,n.path,e,n),o=await lt(i.cid,e,n);if(o.type!=="file"&&o.type!=="raw")throw new Yp;if(o.content==null)throw new na;yield*o.content(n)}var RL=mt.bind({ignoreUndefined:!0}),UL=ne("helia:unixfs:chmod"),NL={recursive:!1,shardSplitThresholdBytes:262144};async function B4(r,e,t,n={}){let i=RL(NL,n),o=await cn(r,i.path,t,n);if(UL("chmod %c %d",o.cid,e),i.recursive){let m=await hr(async function*(){for await(let d of qp(o.cid,t,n)){let f,h=[];if(d.type==="raw")f=new X({type:"file",data:d.node});else if(d.type==="file"||d.type==="directory")f=d.unixfs,h=d.node.Links;else throw new sn;f.mode=e;let x={Data:f.marshal(),Links:h};yield{path:d.path,content:x}}},d=>Oi(d,t,{...i,dagBuilder:async function*(f,h){for await(let x of f)yield async function(){let g=x.content,w=fe(g),y=await Rr(w,h,{...i,cidVersion:r.version});if(g.Data==null)throw new St(`${y} had no data`);let E=X.unmarshal(g.Data);return{cid:y,size:BigInt(w.length),path:x.path,unixfs:E}}}}),async d=>Fi(d));if(m==null)throw new Yn(`Could not chmod ${o.cid.toString()}`);return aa(m.cid,o,t,i)}let s=await t.get(o.cid,n),a,c=[];if(o.cid.code===je)a=new X({type:"file",data:s});else{let m=Ie(s);if(m.Data==null)throw new St(`${o.cid.toString()} had no data`);c=m.Links,a=X.unmarshal(m.Data)}a.mode=e;let u=fe({Data:a.marshal(),Links:c}),l=await ce.digest(u),p=z.create(o.cid.version,Ve,l);return await t.put(p,u),aa(p,o,t,i)}var DL=mt.bind({ignoreUndefined:!0}),LL=ne("helia:unixfs:cp"),PL={force:!1,shardSplitThresholdBytes:262144};async function k4(r,e,t,n,i={}){let o=DL(PL,i);if(t.includes("/"))throw new gt("Name must not have slashes");let[s,a]=await Promise.all([Vi(e,n,o),sa(r,t,n,o)]);return LL('Adding %c as "%s" to %c',r,t,e),(await oa(s,a,n,{allowOverwriting:o.force,cidVersion:e.version,...o})).cid}var OL=mt.bind({ignoreUndefined:!0}),FL={};async function*I4(r,e,t={}){let n=OL(FL,t),i=await cn(r,n.path,e,n),o=await lt(i.cid,e);if(o.type==="file"||o.type==="raw"){yield o;return}if(o.content==null)throw new na;if(o.type!=="directory")throw new zi;yield*o.content({offset:t.offset,length:t.length})}var zL=mt.bind({ignoreUndefined:!0}),_4=ne("helia:unixfs:mkdir"),VL={cidVersion:1,force:!1,shardSplitThresholdBytes:262144};async function T4(r,e,t,n={}){let i=zL(VL,n);if(e.includes("/"))throw new gt("Path must not have slashes");if((await lt(r,t,n)).type!=="directory")throw new zi(`${r.toString()} was not a UnixFS directory`);_4("creating %s",e);let a={Data:new X({type:"directory",mode:i.mode,mtime:i.mtime}).marshal(),Links:[]},c=fe(a),u=await ce.digest(c),l=z.create(i.cidVersion,Ve,u);await t.put(l,c);let[p,m]=await Promise.all([Vi(r,t,i),sa(l,e,t,i)]);return _4("adding empty dir called %s to %c",e,r),(await oa(p,m,t,{...i,allowOverwriting:i.force})).cid}var od=ne("helia:unixfs:utils:remove-link");async function C4(r,e,t,n){if(r.node.Data==null)throw new St("Parent node had no data");if(X.unmarshal(r.node.Data).type==="hamt-sharded-directory"){od(`removing ${e} from sharded directory`);let o=await $L(r,e,t,n);return await id(o.node,t,n.shardSplitThresholdBytes,n)?o:(od("converting shard to flat directory %c",r.cid),jL(o,t,n))}return od(`removing link ${e} regular directory`),ML(r,e,t,n)}var ML=async(r,e,t,n)=>{r.node.Links=r.node.Links.filter(s=>s.Name!==e);let i=fe(r.node),o=await Rr(i,t,{...n,cidVersion:r.cid.version});return od(`Updated regular directory ${o}`),{node:r.node,cid:o}},$L=async(r,e,t,n)=>{let{path:i}=await nd(r.cid,e,t,n),o=i[i.length-1];if(o==null)throw new Error("Invalid HAMT, could not generate path");let s=o.node.Links.filter(u=>(u.Name??"").substring(2)===e).map(u=>u.Name).pop();if(s==null)throw new Error("File not found");let a=s.substring(0,2),c=parseInt(a,16);if(o.node.Links=o.node.Links.filter(u=>u.Name!==s),o.children.unset(c),o.node.Links.length===1)for(;i.length!==1;){let u=i[i.length-1];if(u==null||u.node.Links.length>1)break;i.pop();let l=i[i.length-1];if(l==null)break;let p=u.node.Links[0];l.node.Links=l.node.Links.filter(m=>!(m.Name??"").startsWith(l.prefix)),l.node.Links.push({Hash:p.Hash,Name:`${l.prefix}${(p.Name??"").substring(2)}`,Tsize:p.Tsize})}return rd(i,t,n)},jL=async(r,e,t)=>{if(r.node.Data==null)throw new gt("Invalid parent passed to convertToFlatDirectory");let n={Links:[]},i=await lt(r.cid,e);if(i.type!=="directory")throw new Error("Unexpected node type");for await(let c of i.content()){let u=0;c.node instanceof Uint8Array?u=c.node.byteLength:u=fe(c.node).length,n.Links.push({Hash:c.cid,Name:c.name,Tsize:u})}let o=X.unmarshal(r.node.Data);n.Data=new X({type:"directory",mode:o.mode,mtime:o.mtime}).marshal();let s=fe(Ue(n));return{cid:await Rr(s,e,{codec:Ke,cidVersion:r.cid.version,signal:t.signal}),node:n}};var HL=mt.bind({ignoreUndefined:!0}),qL=ne("helia:unixfs:rm"),KL={shardSplitThresholdBytes:262144};async function R4(r,e,t,n={}){let i=HL(KL,n);if(e.includes("/"))throw new gt("Name must not have slashes");let o=await Vi(r,t,i);return qL("Removing %s from %c",e,r),(await C4(o,e,t,{...i,cidVersion:r.version})).cid}var GL=mt.bind({ignoreUndefined:!0}),WL=ne("helia:unixfs:stat"),YL={};async function U4(r,e,t={}){let n=GL(YL,t),i=await cn(r,t.path,e,n);WL("stat %c",i.cid);let o=await lt(i.cid,e,n);if(o.type!=="file"&&o.type!=="directory"&&o.type!=="raw")throw new sn;let s=0n,a=0n,c=0n,u=0n,l=0,p,m,d=o.type,f;if(o.type==="raw"&&(s=BigInt(o.node.byteLength),a=BigInt(o.node.byteLength),c=BigInt(o.node.byteLength),u=BigInt(o.node.byteLength),l=1),o.type==="directory"&&(s=0n,a=BigInt(o.unixfs.marshal().byteLength),c=0n,u=a,l=1,p=o.unixfs.mode,m=o.unixfs.mtime,f=o.unixfs),o.type==="file"){let h=await N4(i.cid,e,n);s=o.unixfs.fileSize(),a=BigInt((o.node.Data?.byteLength??0)+o.node.Links.reduce((x,g)=>x+(g.Tsize??0),0)),c=BigInt(h.localFileSize),u=BigInt(h.localDagSize),l=h.blocks,p=o.unixfs.mode,m=o.unixfs.mtime,f=o.unixfs}return{cid:i.cid,mode:p,mtime:m,fileSize:s,dagSize:a,localFileSize:c,localDagSize:u,blocks:l,type:d,unixfs:f}}async function N4(r,e,t){let n={localFileSize:0,localDagSize:0,blocks:0};if(await e.has(r,t)){let i=await e.get(r,t);if(n.blocks++,n.localDagSize+=i.byteLength,r.code===je)n.localFileSize+=i.byteLength;else if(r.code===Ve){let o=Ie(i);if(o.Links.length>0)for(let s of o.Links){let a=await N4(s.Hash,e,t);n.localFileSize+=a.localFileSize,n.localDagSize+=a.localDagSize,n.blocks+=a.blocks}else{if(o.Data==null)throw new St(`PBNode ${r.toString()} had no data`);let s=X.unmarshal(o.Data);if(s.data==null)throw new St(`UnixFS node ${r.toString()} had no data`);n.localFileSize+=s.data.byteLength??0}}else throw new Yn(`${r.toString()} was neither DAG_PB nor RAW`)}return n}var XL=mt.bind({ignoreUndefined:!0}),JL=ne("helia:unixfs:touch"),ZL={recursive:!1,shardSplitThresholdBytes:262144};async function D4(r,e,t={}){let n=XL(ZL,t),i=await cn(r,n.path,e,n),o=n.mtime??{secs:BigInt(Math.round(Date.now()/1e3)),nsecs:0};if(JL("touch %c %o",i.cid,o),n.recursive){let m=await hr(async function*(){for await(let d of qp(i.cid,e)){let f,h;if(d.type==="raw")f=new X({data:d.node}),h=[];else if(d.type==="file"||d.type==="directory")f=d.unixfs,h=d.node.Links;else throw new sn;f.mtime=o;let x={Data:f.marshal(),Links:h};yield{path:d.path,content:x}}},d=>Oi(d,e,{...n,dagBuilder:async function*(f,h){for await(let x of f)yield async function(){let g=x.content,w=fe(g),y=await Rr(w,h,{...n,cidVersion:r.version});if(g.Data==null)throw new St(`${y} had no data`);let E=X.unmarshal(g.Data);return{cid:y,size:BigInt(w.length),path:x.path,unixfs:E}}}}),async d=>Fi(d));if(m==null)throw new Yn(`Could not chmod ${i.cid.toString()}`);return aa(m.cid,i,e,n)}let s=await e.get(i.cid,t),a,c=[];if(i.cid.code===je)a=new X({data:s});else{let m=Ie(s);if(c=m.Links,m.Data==null)throw new St(`${i.cid.toString()} had no data`);a=X.unmarshal(m.Data)}a.mtime=o;let u=fe({Data:a.marshal(),Links:c}),l=await ce.digest(u),p=z.create(i.cid.version,Ve,l);return await e.put(p,u),aa(p,i,e,n)}var cx=class{components;constructor(e){this.components=e}async*addAll(e,t={}){yield*V6(e,this.components.blockstore,t)}async addBytes(e,t={}){return M6(e,this.components.blockstore,t)}async addByteStream(e,t={}){return $6(e,this.components.blockstore,t)}async addFile(e,t={}){return j6(e,this.components.blockstore,t)}async addDirectory(e={},t={}){return H6(e,this.components.blockstore,t)}async*cat(e,t={}){yield*S4(e,this.components.blockstore,t)}async chmod(e,t,n={}){return B4(e,t,this.components.blockstore,n)}async cp(e,t,n,i={}){return k4(e,t,n,this.components.blockstore,i)}async*ls(e,t={}){yield*I4(e,this.components.blockstore,t)}async mkdir(e,t,n={}){return T4(e,t,this.components.blockstore,n)}async rm(e,t,n={}){return R4(e,t,this.components.blockstore,n)}async stat(e,t={}){return U4(e,this.components.blockstore,t)}async touch(e,t={}){return D4(e,this.components.blockstore,t)}};function L4(r){return new cx(r)}var Z4=Q(J4(),1),vP="application/octet-stream",EP=/^(<\?xml[^>]+>)?[^<^\w]+<svg/ig,AP=[async({bytes:r})=>EP.test(new TextDecoder().decode(r.slice(0,64)))?"image/svg+xml":void 0,async({path:r})=>{let e=Z4.default.lookup(r);if(e!==!1)return e}],SP={"video/quicktime":"video/mp4"};function BP(r){return SP[r]??r}async function Q4(r){for(let e of AP){let t=await e(r);if(t!==void 0)return BP(t)}return vP}var kP=ne("helia:verified-fetch:get-stream-and-content-type");async function e8(r,e,t){let n=r[Symbol.asyncIterator](),{value:i,done:o}=await n.next();if(t?.onProgress?.(new P("verified-fetch:request:progress:chunk")),o===!0)throw kP.error("No content found for path",e),new Error("No content found");let s=await Q4({bytes:i,path:e}),a=new ReadableStream({async start(c){c.enqueue(i)},async pull(c){let{value:u,done:l}=await n.next();if(l===!0){u!=null&&(t?.onProgress?.(new P("verified-fetch:request:progress:chunk")),c.enqueue(u)),c.close();return}t?.onProgress?.(new P("verified-fetch:request:progress:chunk")),c.enqueue(u)}});return{contentType:s,stream:a}}var t8=Q(W0(),1),xd=class{lru;constructor(e){this.lru=(0,t8.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var Zn=ne("helia:verified-fetch:parse-url-string"),yx=new xd(1e3),IP=/^(?<protocol>ip[fn]s):\/\/(?<cidOrPeerIdOrDnsLink>[^/$?]+)\/?(?<path>[^$?]*)\??(?<queryString>.*)$/;async function r8({urlString:r,ipns:e},t){let n=r.match(IP);if(n==null||n.groups==null)throw new TypeError(`Invalid URL: ${r}, please use ipfs:// or ipns:// URLs only.`);let{protocol:i,cidOrPeerIdOrDnsLink:o,path:s,queryString:a}=n.groups,c,u,l=[];if(i==="ipfs")try{c=z.parse(o)}catch(f){Zn.error(f),l.push(new TypeError("Invalid CID for ipfs://<cid> URL"))}else{let f=yx.get(o);if(f!=null)c=f.cid,u=f.path,Zn.trace("resolved %s to %c from cache",o,c);else{Zn.trace("Attempting to resolve PeerId for %s",o);let h=null;try{h=mr(o),f=await e.resolve(h,{onProgress:t?.onProgress}),c=f?.cid,u=f?.path,Zn.trace("resolved %s to %c",o,c),yx.set(o,f,60*1e3*2)}catch(x){h==null?(Zn.error('Could not parse PeerId string "%s"',o,x),l.push(new TypeError(`Could not parse PeerId in ipns url "${o}", ${x.message}`))):(Zn.error("Could not resolve PeerId %c",h,x),l.push(new TypeError(`Could not resolve PeerId "${o}", ${x.message}`)))}if(c==null){Zn.trace("Attempting to resolve DNSLink for %s",o);try{f=await e.resolveDns(o,{onProgress:t?.onProgress}),c=f?.cid,u=f?.path,Zn.trace("resolved %s to %c",o,c),yx.set(o,f,60*1e3*2)}catch(x){Zn.error('Could not resolve DnsLink for "%s"',o,x),l.push(x)}}}}if(c==null)throw new AggregateError(l,`Invalid resource. Cannot determine CID from URL "${r}"`);let p={};if(a!=null&&a.length>0){let f=a.split("&");for(let h of f){let[x,g]=h.split("=");p[x]=decodeURIComponent(g)}}let m=[];s.length>0&&m.push(s),u!=null&&u.length>0&&m.push(u);let d=m.join("/");return{protocol:i,cid:c,path:d,query:p}}async function n8(r,e,t){if(typeof r=="string")return r8({urlString:r,ipns:e},{onProgress:t?.onProgress});let n=z.asCID(r);if(n!=null)return{cid:n,protocol:"ipfs",path:"",query:{}};throw new TypeError(`Invalid resource. Cannot determine CID from resource: ${r}`)}async function i8(r,e,t){let n=[],i=[],o;for await(let s of tx(e,r,t))n.push(s),i.push(s.cid.toString()),o=s;if(o==null)throw new Error("No terminal element found");return{ipfsRoots:i,terminalElement:o}}var Nr=ne("helia:verified-fetch");function _P(r){if(r==null)return;let e;return r?.signal===null&&(e=void 0),{...r,signal:e}}var yd=class{helia;ipns;unixfs;dagJson;dagCbor;json;pathWalker;constructor({helia:e,ipns:t,unixfs:n,dagJson:i,json:o,dagCbor:s,pathWalker:a},c){this.helia=e,this.ipns=t??XE(e,{resolvers:[Up("https://mozilla.cloudflare-dns.com/dns-query"),Up("https://dns.google/resolve")]}),this.unixfs=n??L4(e),this.dagJson=i??Lv(e),this.json=o??_3(e),this.dagCbor=s??Dv(e),this.pathWalker=a??i8,Nr.trace("created VerifiedFetch instance")}async handleIPNSRecord({cid:e,path:t,options:n}){let i=new Response("vnd.ipfs.ipns-record support is not implemented",{status:501});return i.headers.set("X-Content-Type-Options","nosniff"),i}async handleIPLDCar({cid:e,path:t,options:n}){let i=new Response("vnd.ipld.car support is not implemented",{status:501});return i.headers.set("X-Content-Type-Options","nosniff"),i}async handleDagJson({cid:e,path:t,options:n}){Nr.trace("fetching %c/%s",e,t),n?.onProgress?.(new P("verified-fetch:request:start",{cid:e.toString(),path:t}));let i=await this.dagJson.get(e,{signal:n?.signal,onProgress:n?.onProgress});n?.onProgress?.(new P("verified-fetch:request:end",{cid:e.toString(),path:t}));let o=new Response(JSON.stringify(i),{status:200});return o.headers.set("content-type","application/json"),o}async handleJson({cid:e,path:t,options:n}){Nr.trace("fetching %c/%s",e,t),n?.onProgress?.(new P("verified-fetch:request:start",{cid:e.toString(),path:t}));let i=await this.json.get(e,{signal:n?.signal,onProgress:n?.onProgress});n?.onProgress?.(new P("verified-fetch:request:end",{cid:e.toString(),path:t}));let o=new Response(JSON.stringify(i),{status:200});return o.headers.set("content-type","application/json"),o}async handleDagCbor({cid:e,path:t,options:n}){Nr.trace("fetching %c/%s",e,t),n?.onProgress?.(new P("verified-fetch:request:start",{cid:e.toString(),path:t}));let i=await this.dagCbor.get(e,{signal:n?.signal,onProgress:n?.onProgress});n?.onProgress?.(new P("verified-fetch:request:end",{cid:e.toString(),path:t}));let o=new Response(JSON.stringify(i),{status:200});return o.headers.set("content-type","application/json"),o}async handleDagPb({cid:e,path:t,options:n,terminalElement:i}){Nr.trace("fetching %c/%s",e,t);let o=i?.cid??e,s;if(i?.type==="directory"){let p=i.cid,m="index.html";try{Nr.trace("found directory at %c/%s, looking for index.html",e,t),n?.onProgress?.(new P("verified-fetch:request:start",{cid:p.toString(),path:m})),s=await this.unixfs.stat(p,{path:m,signal:n?.signal,onProgress:n?.onProgress}),Nr.trace("found root file at %c/%s with cid %c",p,m,s.cid),t=m,o=s.cid}catch(d){return Nr("error loading path %c/%s",p,m,d),new Response("Unable to find index.html for directory at given path. Support for directories with implicit root is not implemented",{status:501})}finally{n?.onProgress?.(new P("verified-fetch:request:end",{cid:p.toString(),path:m}))}}n?.onProgress?.(new P("verified-fetch:request:start",{cid:o.toString(),path:""}));let a=this.unixfs.cat(o,{signal:n?.signal,onProgress:n?.onProgress});n?.onProgress?.(new P("verified-fetch:request:end",{cid:o.toString(),path:""})),Nr("got async iterator for %c/%s",e,t);let{contentType:c,stream:u}=await e8(a,t??"",{onProgress:n?.onProgress}),l=new Response(u,{status:200});return l.headers.set("content-type",c),l}async handleRaw({cid:e,path:t,options:n}){Nr.trace("fetching %c/%s",e,t),n?.onProgress?.(new P("verified-fetch:request:start",{cid:e.toString(),path:t}));let i=await this.helia.blockstore.get(e);n?.onProgress?.(new P("verified-fetch:request:end",{cid:e.toString(),path:t}));let o=new Response(cf(i),{status:200});return o.headers.set("content-type","application/octet-stream"),o}getFormat({headerFormat:e,queryFormat:t}){let n={"vnd.ipld.raw":"raw","vnd.ipld.car":"car","application/x-tar":"tar","application/vnd.ipld.dag-json":"dag-json","application/vnd.ipld.dag-cbor":"dag-cbor","application/json":"json","application/cbor":"cbor","vnd.ipfs.ipns-record":"ipns-record"};if(e!=null){for(let i in n)if(e.includes(i))return n[i]}else if(t!=null)return t;return null}formatHandlers={raw:async()=>new Response("application/vnd.ipld.raw support is not implemented",{status:501}),car:this.handleIPLDCar,"ipns-record":this.handleIPNSRecord,tar:async()=>new Response("application/x-tar support is not implemented",{status:501}),"dag-json":async()=>new Response("application/vnd.ipld.dag-json support is not implemented",{status:501}),"dag-cbor":async()=>new Response("application/vnd.ipld.dag-cbor support is not implemented",{status:501}),json:async()=>new Response("application/json support is not implemented",{status:501}),cbor:async()=>new Response("application/cbor support is not implemented",{status:501})};codecHandlers={[ki]:this.handleDagJson,[Ve]:this.handleDagPb,[Oo]:this.handleJson,[Si]:this.handleDagCbor,[je]:this.handleRaw};async fetch(e,t){let n=_P(t),{path:i,query:o,...s}=await n8(e,this.ipns,n),a=s.cid,c,u=this.getFormat({headerFormat:new Headers(n?.headers).get("accept"),queryFormat:o.format??null});if(u!=null){let m=this.formatHandlers[u];if(m!=null&&(c=await m.call(this,{cid:a,path:i,options:n}),c.status===501))return c}let l,p;try{let m=await this.pathWalker(this.helia.blockstore,`${a.toString()}/${i}`,n);p=m.ipfsRoots.join(","),l=m.terminalElement}catch(m){Nr.error("Error walking path %s",i,m)}if(c==null){let m=this.codecHandlers[a.code];if(m!=null)c=await m.call(this,{cid:a,path:i,options:n,terminalElement:l});else return new Response(`Support for codec with code ${a.code} is not yet implemented. Please open an issue at https://github.com/ipfs/helia/issues/new`,{status:501})}return c.headers.set("etag",a.toString()),c.headers.set("cache-cotrol","public, max-age=29030400, immutable"),c.headers.set("X-Ipfs-Path",e.toString()),p!=null&&c.headers.set("X-Ipfs-Roots",p),c}async start(){await this.helia.start()}async stop(){await this.helia.stop()}};async function TP(r){let e=null;if(CP(r))e=r;else{let i=r,o;i.routers!=null&&(o=i.routers.map(s=>Ja(s))),e=await Nv({blockBrokers:[xa({gateways:i.gateways})],routers:o})}let t=new yd({helia:e});async function n(i,o){return t.fetch(i,o)}return n.stop=t.stop.bind(t),n.start=t.start.bind(t),n}function CP(r){return r?.blockstore!=null&&r?.datastore!=null&&r?.gc!=null&&r?.stop!=null&&r?.start!=null}return y8(RP);})();
|
|
7
|
+
`)}`:`${t} :`}};b1=Pn;z.Constructed=b1;Pn.NAME="CONSTRUCTED";var pc=class extends rt{fromBER(e,t,n){return t}toBER(e){return nr}};pc.override="EndOfContentValueBlock";var v1,mc=class extends qe{constructor(e={}){super(e,pc),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}};v1=mc;z.EndOfContent=v1;mc.NAME=ms;var A1,Fn=class extends qe{constructor(e={}){super(e,rt),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,t,n){return this.lenBlock.length>0&&this.warnings.push("Non-zero length of value block for Null type"),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.blockLength+=n,t+n>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):t+n}toBER(e,t){let n=new ArrayBuffer(2);if(!e){let i=new Uint8Array(n);i[0]=5,i[1]=0}return t&&t.write(n),n}onAsciiEncoding(){return`${this.constructor.NAME}`}};A1=Fn;z.Null=A1;Fn.NAME="NULL";var yc=class extends Qr(rt){constructor({value:e,...t}={}){super(t),t.valueHex?this.valueHexView=se.BufferSourceConverter.toUint8Array(t.valueHex):this.valueHexView=new Uint8Array(1),e&&(this.value=e)}get value(){for(let e of this.valueHexView)if(e>0)return!0;return!1}set value(e){this.valueHexView[0]=e?255:0}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);return Jr(this,i,t,n)?(this.valueHexView=i.subarray(t,t+n),n>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,jd.call(this),this.blockLength=n,t+n):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}};yc.NAME="BooleanValueBlock";var _1,gc=class extends qe{constructor(e={}){super(e,yc),this.idBlock.tagClass=1,this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}};_1=gc;z.Boolean=_1;gc.NAME="BOOLEAN";var wc=class extends Qr(br){constructor({isConstructed:e=!1,...t}={}){super(t),this.isConstructed=e}fromBER(e,t,n){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=br.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let o=0;o<this.value.length;o++){let s=this.value[o].constructor.NAME;if(s===ms){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(s!==g1)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,t,n),this.blockLength=n;return i}toBER(e,t){return this.isConstructed?br.prototype.toBER.call(this,e,t):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}};wc.NAME="OctetStringValueBlock";var S1,Xr=class r extends qe{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},wc),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,t,n){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,n===0)return this.idBlock.error.length===0&&(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length===0&&(this.blockLength+=this.lenBlock.blockLength),t;if(!this.valueBlock.isConstructed){let o=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(t,t+n);try{if(o.byteLength){let s=qc(o,0,o.byteLength);s.offset!==-1&&s.offset===n&&(this.valueBlock.value=[s.result])}}catch{}}return super.fromBER(e,t,n)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?Pn.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${se.Convert.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed)return this.valueBlock.valueHexView.slice().buffer;let e=[];for(let t of this.valueBlock.value)t instanceof r&&e.push(t.valueBlock.valueHexView);return se.BufferSourceConverter.concat(e)}};S1=Xr;z.OctetString=S1;Xr.NAME=g1;var Ec=class extends Qr(br){constructor({unusedBits:e=0,isConstructed:t=!1,...n}={}){super(n),this.unusedBits=e,this.isConstructed=t,this.blockLength=this.valueHexView.byteLength}fromBER(e,t,n){if(!n)return t;let i=-1;if(this.isConstructed){if(i=br.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let a of this.value){let c=a.constructor.NAME;if(c===ms){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(c!==w1)return this.error="BIT STRING may consists of BIT STRINGs only",-1;let u=a.valueBlock;if(this.unusedBits>0&&u.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=u.unusedBits}return i}let o=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,o,t,n))return-1;let s=o.subarray(t,t+n);if(this.unusedBits=s[0],this.unusedBits>7)return this.error="Unused bits for BitString must be in range 0-7",-1;if(!this.unusedBits){let a=s.subarray(1);try{if(a.byteLength){let c=qc(a,0,a.byteLength);c.offset!==-1&&c.offset===n-1&&(this.value=[c.result])}}catch{}}return this.valueHexView=s.subarray(1),this.blockLength=s.length,t+n}toBER(e,t){if(this.isConstructed)return br.prototype.toBER.call(this,e,t);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return nr;let n=new Uint8Array(this.valueHexView.length+1);return n[0]=this.unusedBits,n.set(this.valueHexView,1),n.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}};Ec.NAME="BitStringValueBlock";var I1,wo=class extends qe{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},Ec),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,t,n){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,t,n)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return Pn.prototype.onAsciiEncoding.call(this);{let e=[],t=this.valueBlock.valueHexView;for(let i of t)e.push(i.toString(2).padStart(8,"0"));let n=e.join("");return`${this.constructor.NAME} : ${n.substring(0,n.length-this.valueBlock.unusedBits)}`}}};I1=wo;z.BitString=I1;wo.NAME=w1;var B1;function G6(r,e){let t=new Uint8Array([0]),n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u=0,l=c<s?s:c,d=0;for(let p=l;p>=0;p--,d++){switch(!0){case d<a.length:u=o[s-d]+a[c-d]+t[0];break;default:u=o[s-d]+t[0]}switch(t[0]=u/10,!0){case d>=o.length:o=ac(new Uint8Array([u%10]),o);break;default:o[s-d]=u%10}}return t[0]>0&&(o=ac(t,o)),o}function y1(r){if(r>=hs.length)for(let e=hs.length;e<=r;e++){let t=new Uint8Array([0]),n=hs[e-1].slice(0);for(let i=n.length-1;i>=0;i--){let o=new Uint8Array([(n[i]<<1)+t[0]]);t[0]=o[0]/10,n[i]=o[0]%10}t[0]>0&&(n=ac(t,n)),hs.push(n)}return hs[r]}function q6(r,e){let t=0,n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u,l=0;for(let d=c;d>=0;d--,l++)switch(u=o[s-l]-a[c-l]-t,!0){case u<0:t=1,o[s-l]=u+10;break;default:t=0,o[s-l]=u}if(t>0)for(let d=s-c+1;d>=0;d--,l++)if(u=o[s-l]-t,u<0)t=1,o[s-l]=u+10;else{t=0,o[s-l]=u;break}return o.slice()}var ys=class extends Qr(rt){constructor({value:e,...t}={}){super(t),this._valueDec=0,t.valueHex&&this.setValueHex(),e!==void 0&&(this.valueDec=e)}setValueHex(){this.valueHexView.length>=4?(this.warnings.push("Too big Integer for decoding, hex only"),this.isHexOnly=!0,this._valueDec=0):(this.isHexOnly=!1,this.valueHexView.length>0&&(this._valueDec=jd.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(h1(e))}get valueDec(){return this._valueDec}fromDER(e,t,n,i=0){let o=this.fromBER(e,t,n);if(o===-1)return o;let s=this.valueHexView;return s[0]===0&&s[1]&128?this.valueHexView=s.subarray(1):i!==0&&s.length<i&&(i-s.length>1&&(i=s.length+1),this.valueHexView=s.subarray(i-s.length)),o}toDER(e=!1){let t=this.valueHexView;switch(!0){case(t[0]&128)!==0:{let n=new Uint8Array(this.valueHexView.length+1);n[0]=0,n.set(t,1),this.valueHexView=n}break;case(t[0]===0&&(t[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,t,n){let i=super.fromBER(e,t,n);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){let e=this.valueHexView.length*8-1,t=new Uint8Array(this.valueHexView.length*8/3),n=0,i,o=this.valueHexView,s="",a=!1;for(let c=o.byteLength-1;c>=0;c--){i=o[c];for(let u=0;u<8;u++){if((i&1)===1)switch(n){case e:t=q6(y1(n),t),s="-";break;default:t=G6(t,y1(n))}n++,i>>=1}}for(let c=0;c<t.length;c++)t[c]&&(a=!0),a&&(s+=m1.charAt(t[c]));return a===!1&&(s+=m1.charAt(0)),s}};B1=ys;ys.NAME="IntegerValueBlock";Object.defineProperty(B1.prototype,"valueHex",{set:function(r){this.valueHexView=new Uint8Array(r),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var k1,De=class r extends qe{constructor(e={}){super(e,ys),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return cc(),BigInt(this.valueBlock.toString())}static fromBigInt(e){cc();let t=BigInt(e),n=new ps,i=t.toString(16).replace(/^-/,""),o=new Uint8Array(se.Convert.FromHex(i));if(t<0){let a=new Uint8Array(o.length+(o[0]&128?1:0));a[0]|=128;let u=BigInt(`0x${se.Convert.ToHex(a)}`)+t,l=se.BufferSourceConverter.toUint8Array(se.Convert.FromHex(u.toString(16)));l[0]|=128,n.write(l)}else o[0]&128&&n.write(new Uint8Array([0])),n.write(o);return new r({valueHex:n.final()})}convertToDER(){let e=new r({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new r({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}};k1=De;z.Integer=k1;De.NAME="INTEGER";var R1,xc=class extends De{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}};R1=xc;z.Enumerated=R1;xc.NAME="ENUMERATED";var gs=class extends Qr(rt){constructor({valueDec:e=-1,isFirstSid:t=!1,...n}={}){super(n),this.valueDec=e,this.isFirstSid=t}fromBER(e,t,n){if(!n)return t;let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=vi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}set valueBigInt(e){cc();let t=BigInt(e).toString(2);for(;t.length%7;)t="0"+t;let n=new Uint8Array(t.length/7);for(let i=0;i<n.length;i++)n[i]=parseInt(t.slice(i*7,i*7+7),2)+(i+1<n.length?128:0);this.fromBER(n.buffer,0,n.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=On(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",nr;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n}toString(){let e="";if(this.isHexOnly)e=se.Convert.ToHex(this.valueHexView);else if(this.isFirstSid){let t=this.valueDec;this.valueDec<=39?e="0.":this.valueDec<=79?(e="1.",t-=40):(e="2.",t-=80),e+=t.toString()}else e=this.valueDec.toString();return e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}};gs.NAME="sidBlock";var bc=class extends rt{constructor({value:e=Eo,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new gs;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.value.length===0&&(o.isFirstSid=!0),this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e){let t=[];for(let n=0;n<this.value.length;n++){let i=this.value[n].toBER(e);if(i.byteLength===0)return this.error=this.value[n].error,nr;t.push(i)}return Xd(t)}fromString(e){this.value=[];let t=0,n=0,i="",o=!1;do if(n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1,o){let s=this.value[0],a=0;switch(s.valueDec){case 0:break;case 1:a=40;break;case 2:a=80;break;default:this.value=[];return}let c=parseInt(i,10);if(isNaN(c))return;s.valueDec=c+a,o=!1}else{let s=new gs;if(i>Number.MAX_SAFE_INTEGER){cc();let a=BigInt(i);s.valueBigInt=a}else if(s.valueDec=parseInt(i,10),isNaN(s.valueDec))return;this.value.length||(s.isFirstSid=!0,o=!0),this.value.push(s)}while(n!==-1)}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t?(i=`{${i}}`,this.value[n].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};bc.NAME="ObjectIdentifierValueBlock";var T1,rr=class extends qe{constructor(e={}){super(e,bc),this.idBlock.tagClass=1,this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};T1=rr;z.ObjectIdentifier=T1;rr.NAME="OBJECT IDENTIFIER";var ws=class extends Qr(jr){constructor({valueDec:e=0,...t}={}){super(t),this.valueDec=e}fromBER(e,t,n){if(n===0)return t;let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=vi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=On(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",nr;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n.buffer}toString(){let e="";return this.isHexOnly?e=se.Convert.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}};ws.NAME="relativeSidBlock";var vc=class extends rt{constructor({value:e=Eo,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new ws;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e,t){let n=[];for(let i=0;i<this.value.length;i++){let o=this.value[i].toBER(e);if(o.byteLength===0)return this.error=this.value[i].error,nr;n.push(o)}return Xd(n)}fromString(e){this.value=[];let t=0,n=0,i="";do{n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1;let o=new ws;if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return!0;this.value.push(o)}while(n!==-1);return!0}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t&&(i=`{${i}}`),e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};vc.NAME="RelativeObjectIdentifierValueBlock";var N1,Ac=class extends qe{constructor(e={}){super(e,vc),this.idBlock.tagClass=1,this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};N1=Ac;z.RelativeObjectIdentifier=N1;Ac.NAME="RelativeObjectIdentifier";var C1,Ve=class extends Pn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}};C1=Ve;z.Sequence=C1;Ve.NAME="SEQUENCE";var L1,_c=class extends Pn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};L1=_c;z.Set=L1;_c.NAME="SET";var Sc=class extends Qr(rt){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=Eo}toJSON(){return{...super.toJSON(),value:this.value}}};Sc.NAME="StringValueBlock";var Ic=class extends Sc{};Ic.NAME="SimpleStringValueBlock";var ct=class extends dc{constructor({...e}={}){super(e,Ic)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,se.BufferSourceConverter.toUint8Array(e))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);this.valueBlock.value=e}};ct.NAME="SIMPLE STRING";var Bc=class extends ct{fromBuffer(e){this.valueBlock.valueHexView=se.BufferSourceConverter.toUint8Array(e);try{this.valueBlock.value=se.Convert.ToUtf8String(e)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`),this.valueBlock.value=se.Convert.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(se.Convert.FromUtf8String(e)),this.valueBlock.value=e}};Bc.NAME="Utf8StringValueBlock";var U1,Zr=class extends Bc{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}};U1=Zr;z.Utf8String=U1;Zr.NAME="UTF8String";var kc=class extends ct{fromBuffer(e){this.valueBlock.value=se.Convert.ToUtf16String(e),this.valueBlock.valueHexView=se.BufferSourceConverter.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(se.Convert.FromUtf16String(e))}};kc.NAME="BmpStringValueBlock";var D1,Rc=class extends kc{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}};D1=Rc;z.BmpString=D1;Rc.NAME="BMPString";var Tc=class extends ct{fromBuffer(e){let t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),n=new Uint8Array(t);for(let i=0;i<n.length;i+=4)n[i]=n[i+3],n[i+1]=n[i+2],n[i+2]=0,n[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t*4);for(let i=0;i<t;i++){let o=On(e.charCodeAt(i),8),s=new Uint8Array(o);if(s.length>4)continue;let a=4-s.length;for(let c=s.length-1;c>=0;c--)n[i*4+c+a]=s[c]}this.valueBlock.value=e}};Tc.NAME="UniversalStringValueBlock";var O1,Nc=class extends Tc{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}};O1=Nc;z.UniversalString=O1;Nc.NAME="UniversalString";var P1,Cc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}};P1=Cc;z.NumericString=P1;Cc.NAME="NumericString";var F1,Lc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}};F1=Lc;z.PrintableString=F1;Lc.NAME="PrintableString";var V1,Uc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}};V1=Uc;z.TeletexString=V1;Uc.NAME="TeletexString";var M1,Dc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}};M1=Dc;z.VideotexString=M1;Dc.NAME="VideotexString";var H1,Oc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}};H1=Oc;z.IA5String=H1;Oc.NAME="IA5String";var $1,Pc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}};$1=Pc;z.GraphicString=$1;Pc.NAME="GraphicString";var z1,Es=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}};z1=Es;z.VisibleString=z1;Es.NAME="VisibleString";var K1,Fc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}};K1=Fc;z.GeneralString=K1;Fc.NAME="GeneralString";var G1,Vc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}};G1=Vc;z.CharacterString=G1;Vc.NAME="CharacterString";var q1,xs=class extends Es{constructor({value:e,valueDate:t,...n}={}){if(super(n),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}t&&(this.fromDate(t),this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())),this.idBlock.tagClass=1,this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,se.BufferSourceConverter.toUint8Array(e)))}toBuffer(){let e=this.toString(),t=new ArrayBuffer(e.length),n=new Uint8Array(t);for(let i=0;i<e.length;i++)n[i]=e.charCodeAt(i);return t}fromDate(e){this.year=e.getUTCFullYear(),this.month=e.getUTCMonth()+1,this.day=e.getUTCDate(),this.hour=e.getUTCHours(),this.minute=e.getUTCMinutes(),this.second=e.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(e){let n=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(n===null){this.error="Wrong input string for conversion";return}let i=parseInt(n[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(n[2],10),this.day=parseInt(n[3],10),this.hour=parseInt(n[4],10),this.minute=parseInt(n[5],10),this.second=parseInt(n[6],10)}toString(e="iso"){if(e==="iso"){let t=new Array(7);return t[0]=gt(this.year<2e3?this.year-1900:this.year-2e3,2),t[1]=gt(this.month,2),t[2]=gt(this.day,2),t[3]=gt(this.hour,2),t[4]=gt(this.minute,2),t[5]=gt(this.second,2),t[6]="Z",t.join("")}return super.toString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}};q1=xs;z.UTCTime=q1;xs.NAME="UTCTime";var W1,Mc=class extends xs{constructor(e={}){var t;super(e),(t=this.millisecond)!==null&&t!==void 0||(this.millisecond=0),this.idBlock.tagClass=1,this.idBlock.tagNumber=24}fromDate(e){super.fromDate(e),this.millisecond=e.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(e){let t=!1,n="",i="",o=0,s,a=0,c=0;if(e[e.length-1]==="Z")n=e.substring(0,e.length-1),t=!0;else{let d=new Number(e[e.length-1]);if(isNaN(d.valueOf()))throw new Error("Wrong input string for conversion");n=e}if(t){if(n.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(n.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let d=1,p=n.indexOf("+"),f="";if(p===-1&&(p=n.indexOf("-"),d=-1),p!==-1){if(f=n.substring(p+1),n=n.substring(0,p),f.length!==2&&f.length!==4)throw new Error("Wrong input string for conversion");let h=parseInt(f.substring(0,2),10);if(isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");if(a=d*h,f.length===4){if(h=parseInt(f.substring(2,4),10),isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");c=d*h}}}let u=n.indexOf(".");if(u===-1&&(u=n.indexOf(",")),u!==-1){let d=new Number(`0${n.substring(u)}`);if(isNaN(d.valueOf()))throw new Error("Wrong input string for conversion");o=d.valueOf(),i=n.substring(0,u)}else i=n;switch(!0){case i.length===8:if(s=/(\d{4})(\d{2})(\d{2})/ig,u!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=60*o;this.minute=Math.floor(d),d=60*(d-this.minute),this.second=Math.floor(d),d=1e3*(d-this.second),this.millisecond=Math.floor(d)}break;case i.length===12:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=60*o;this.second=Math.floor(d),d=1e3*(d-this.second),this.millisecond=Math.floor(d)}break;case i.length===14:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=1e3*o;this.millisecond=Math.floor(d)}break;default:throw new Error("Wrong input string for conversion")}let l=s.exec(i);if(l===null)throw new Error("Wrong input string for conversion");for(let d=1;d<l.length;d++)switch(d){case 1:this.year=parseInt(l[d],10);break;case 2:this.month=parseInt(l[d],10);break;case 3:this.day=parseInt(l[d],10);break;case 4:this.hour=parseInt(l[d],10)+a;break;case 5:this.minute=parseInt(l[d],10)+c;break;case 6:this.second=parseInt(l[d],10);break;default:throw new Error("Wrong input string for conversion")}if(t===!1){let d=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=d.getUTCFullYear(),this.month=d.getUTCMonth(),this.day=d.getUTCDay(),this.hour=d.getUTCHours(),this.minute=d.getUTCMinutes(),this.second=d.getUTCSeconds(),this.millisecond=d.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){let t=[];return t.push(gt(this.year,4)),t.push(gt(this.month,2)),t.push(gt(this.day,2)),t.push(gt(this.hour,2)),t.push(gt(this.minute,2)),t.push(gt(this.second,2)),this.millisecond!==0&&(t.push("."),t.push(gt(this.millisecond,3))),t.push("Z"),t.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}};W1=Mc;z.GeneralizedTime=W1;Mc.NAME="GeneralizedTime";var Y1,Hc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}};Y1=Hc;z.DATE=Y1;Hc.NAME="DATE";var j1,$c=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}};j1=$c;z.TimeOfDay=j1;$c.NAME="TimeOfDay";var X1,zc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}};X1=zc;z.DateTime=X1;zc.NAME="DateTime";var Z1,Kc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}};Z1=Kc;z.Duration=Z1;Kc.NAME="Duration";var J1,Gc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}};J1=Gc;z.TIME=J1;Gc.NAME="TIME";function Y6(r){let{result:e}=xo(r),t=e.valueBlock.value;return{n:Z(vr(t[1].toBigInt()),"base64url"),e:Z(vr(t[2].toBigInt()),"base64url"),d:Z(vr(t[3].toBigInt()),"base64url"),p:Z(vr(t[4].toBigInt()),"base64url"),q:Z(vr(t[5].toBigInt()),"base64url"),dp:Z(vr(t[6].toBigInt()),"base64url"),dq:Z(vr(t[7].toBigInt()),"base64url"),qi:Z(vr(t[8].toBigInt()),"base64url"),kty:"RSA",alg:"RS256"}}function j6(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Ve({value:[new De({value:0}),De.fromBigInt(Ar(V(r.n,"base64url"))),De.fromBigInt(Ar(V(r.e,"base64url"))),De.fromBigInt(Ar(V(r.d,"base64url"))),De.fromBigInt(Ar(V(r.p,"base64url"))),De.fromBigInt(Ar(V(r.q,"base64url"))),De.fromBigInt(Ar(V(r.dp,"base64url"))),De.fromBigInt(Ar(V(r.dq,"base64url"))),De.fromBigInt(Ar(V(r.qi,"base64url")))]}).toBER();return new Uint8Array(t,0,t.byteLength)}function X6(r){let{result:e}=xo(r),t=e.valueBlock.value[1].valueBlock.value[0].valueBlock.value;return{kty:"RSA",n:Z(vr(t[0].toBigInt()),"base64url"),e:Z(vr(t[1].toBigInt()),"base64url")}}function Z6(r){if(r.n==null||r.e==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Ve({value:[new Ve({value:[new rr({value:"1.2.840.113549.1.1.1"}),new Fn]}),new wo({valueHex:new Ve({value:[De.fromBigInt(Ar(V(r.n,"base64url"))),De.fromBigInt(Ar(V(r.e,"base64url")))]}).toBER()})]}).toBER();return new Uint8Array(t,0,t.byteLength)}function vr(r){let e=r.toString(16);e.length%2>0&&(e=`0${e}`);let t=e.length/2,n=new Uint8Array(t),i=0,o=0;for(;i<t;)n[i]=parseInt(e.slice(o,o+2),16),i+=1,o+=2;return n}function Ar(r){let e=[];return r.forEach(function(t){let n=t.toString(16);n.length%2>0&&(n=`0${n}`),e.push(n)}),BigInt("0x"+e.join(""))}var J6=16,Jd=32,Qd=1e4;async function Q6(r,e){let t=at.get(),i=new Ve({value:[new De({value:0}),new Ve({value:[new rr({value:"1.2.840.113549.1.1.1"}),new Fn]}),new Xr({valueHex:r.marshal()})]}).toBER(),o=new Uint8Array(i,0,i.byteLength),s=bi(J6),a=await Wd(fo,e,s,{c:Qd,dkLen:Jd}),c=bi(16),u=await t.subtle.importKey("raw",a,"AES-CBC",!1,["encrypt"]),l=await t.subtle.encrypt({name:"AES-CBC",iv:c},u,o),d=new Ve({value:[new Xr({valueHex:s}),new De({value:Qd}),new De({value:Jd}),new Ve({value:[new rr({value:"1.2.840.113549.2.11"}),new Fn]})]}),p=new Ve({value:[new rr({value:"1.2.840.113549.1.5.13"}),new Ve({value:[new Ve({value:[new rr({value:"1.2.840.113549.1.5.12"}),d]}),new Ve({value:[new rr({value:"2.16.840.1.101.3.4.1.42"}),new Xr({valueHex:c})]})]})]}),h=new Ve({value:[p,new Xr({valueHex:l})]}).toBER(),m=new Uint8Array(h,0,h.byteLength);return["-----BEGIN ENCRYPTED PRIVATE KEY-----",...Z(m,"base64pad").split(/(.{64})/).filter(Boolean),"-----END ENCRYPTED PRIVATE KEY-----"].join(`
|
|
8
|
+
`)}async function ev(r,e){let t=at.get(),n;if(r.includes("-----BEGIN ENCRYPTED PRIVATE KEY-----")){let i=V(r.replace("-----BEGIN ENCRYPTED PRIVATE KEY-----","").replace("-----END ENCRYPTED PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=xo(i),{iv:s,salt:a,iterations:c,keySize:u,cipherText:l}=tv(o),d=await Wd(fo,e,a,{c,dkLen:u}),p=await t.subtle.importKey("raw",d,"AES-CBC",!1,["decrypt"]),f=bs(await t.subtle.decrypt({name:"AES-CBC",iv:s},p,l)),{result:h}=xo(f);n=Q1(h)}else if(r.includes("-----BEGIN PRIVATE KEY-----")){let i=V(r.replace("-----BEGIN PRIVATE KEY-----","").replace("-----END PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=xo(i);n=Q1(o)}else throw new O("Could not parse private key from PEM data","ERR_INVALID_PARAMETERS");return ef(n)}function tv(r){let e=r.valueBlock.value[0];if(e.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.13")throw new O("Only pkcs5PBES2 encrypted private keys are supported","ERR_INVALID_PARAMS");let n=e.valueBlock.value[1].valueBlock.value[0];if(n.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.12")throw new O("Only pkcs5PBKDF2 key derivation functions are supported","ERR_INVALID_PARAMS");let o=n.valueBlock.value[1],s=bs(o.valueBlock.value[0].getValue()),a=Qd,c=Jd;if(o.valueBlock.value.length===3)a=Number(o.valueBlock.value[1].toBigInt()),c=Number(o.valueBlock.value[2].toBigInt());else if(o.valueBlock.value.length===2)throw new O("Could not derive key size and iterations from PEM file - please use @libp2p/rsa to re-import your key","ERR_INVALID_PARAMS");let u=e.valueBlock.value[1].valueBlock.value[1],l=u.valueBlock.value[0].toString();if(l!=="OBJECT IDENTIFIER : 1.2.840.113549.3.7"){if(l!=="OBJECT IDENTIFIER : 1.3.14.3.2.7"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.2"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.22"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.42")throw new O("Only AES-CBC encryption schemes are supported","ERR_INVALID_PARAMS")}}}}let d=bs(u.valueBlock.value[1].getValue());return{cipherText:bs(r.valueBlock.value[1].getValue()),salt:s,iterations:a,keySize:c,iv:d}}function Q1(r){return bs(r.valueBlock.value[2].getValue())}function bs(r){return new Uint8Array(r,0,r.byteLength)}async function em(r){let e=await at.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),t=await nm(e);return{privateKey:t[0],publicKey:t[1]}}async function tf(r){let t=[await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await rv(r)],n=await nm({privateKey:t[0],publicKey:t[1]});return{privateKey:n[0],publicKey:n[1]}}async function tm(r,e){let t=await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await at.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},t,e instanceof Uint8Array?e:e.subarray());return new Uint8Array(n,0,n.byteLength)}async function rm(r,e,t){let n=await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return at.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,t instanceof Uint8Array?t:t.subarray())}async function nm(r){if(r.privateKey==null||r.publicKey==null)throw new O("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([at.get().subtle.exportKey("jwk",r.privateKey),at.get().subtle.exportKey("jwk",r.publicKey)])}async function rv(r){return at.get().subtle.importKey("jwk",{kty:r.kty,n:r.n,e:r.e},{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["verify"])}function Wc(r){if(r.kty!=="RSA")throw new O("invalid key type","ERR_INVALID_KEY_TYPE");if(r.n==null)throw new O("invalid key modulus","ERR_INVALID_KEY_MODULUS");return V(r.n,"base64url").length*8}var As=8192,vs=class{_key;constructor(e){this._key=e}verify(e,t){return rm(this._key,t,e)}marshal(){return Vn.jwkToPkix(this._key)}get bytes(){return Er.encode({Type:be.RSA,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}},bo=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t}genSecret(){return bi(16)}sign(e){return tm(this._key,e)}get public(){if(this._publicKey==null)throw new O("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new vs(this._publicKey)}marshal(){return Vn.jwkToPkcs1(this._key)}get bytes(){return xr.encode({Type:be.RSA,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,t="pkcs-8"){if(t==="pkcs-8")return Vn.exportToPem(this,e);if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};async function ef(r){let e=Vn.pkcs1ToJwk(r);if(Wc(e)>As)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await tf(e);return new bo(t.privateKey,t.publicKey)}function iv(r){let e=Vn.pkixToJwk(r);if(Wc(e)>As)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new vs(e)}async function ov(r){if(Wc(r)>As)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await tf(r);return new bo(e.privateKey,e.publicKey)}async function sv(r){if(r>As)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await em(r);return new bo(e.privateKey,e.publicKey)}var cf={};Be(cf,{Secp256k1PrivateKey:()=>Ss,Secp256k1PublicKey:()=>_s,generateKeyPair:()=>bv,unmarshalSecp256k1PrivateKey:()=>Ev,unmarshalSecp256k1PublicKey:()=>xv});var av=(r,e,t)=>r&e^~r&t,cv=(r,e,t)=>r&e^r&t^e&t,lv=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Mn=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Hn=new Uint32Array(64),nf=class extends uo{constructor(){super(64,32,8,!1),this.A=Mn[0]|0,this.B=Mn[1]|0,this.C=Mn[2]|0,this.D=Mn[3]|0,this.E=Mn[4]|0,this.F=Mn[5]|0,this.G=Mn[6]|0,this.H=Mn[7]|0}get(){let{A:e,B:t,C:n,D:i,E:o,F:s,G:a,H:c}=this;return[e,t,n,i,o,s,a,c]}set(e,t,n,i,o,s,a,c){this.A=e|0,this.B=t|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=s|0,this.G=a|0,this.H=c|0}process(e,t){for(let d=0;d<16;d++,t+=4)Hn[d]=e.getUint32(t,!1);for(let d=16;d<64;d++){let p=Hn[d-15],f=Hn[d-2],h=Qt(p,7)^Qt(p,18)^p>>>3,m=Qt(f,17)^Qt(f,19)^f>>>10;Hn[d]=m+Hn[d-7]+h+Hn[d-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:c,G:u,H:l}=this;for(let d=0;d<64;d++){let p=Qt(a,6)^Qt(a,11)^Qt(a,25),f=l+p+av(a,c,u)+lv[d]+Hn[d]|0,m=(Qt(n,2)^Qt(n,13)^Qt(n,22))+cv(n,i,o)|0;l=u,u=c,c=a,a=s+f|0,s=o,o=i,i=n,n=f+m|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,s=s+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,l=l+this.H|0,this.set(n,i,o,s,a,c,u,l)}roundClean(){Hn.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var im=Wa(()=>new nf);function uv(r){let e=us(r);wr(e,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:t,Fp:n,a:i}=e;if(t){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof t!="object"||typeof t.beta!="bigint"||typeof t.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...e})}var{bytesToNumberBE:dv,hexToBytes:fv}=Xa,Ai={Err:class extends Error{constructor(e=""){super(e)}},_parseInt(r){let{Err:e}=Ai;if(r.length<2||r[0]!==2)throw new e("Invalid signature integer tag");let t=r[1],n=r.subarray(2,t+2);if(!t||n.length!==t)throw new e("Invalid signature integer: wrong length");if(n[0]&128)throw new e("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new e("Invalid signature integer: unnecessary leading zero");return{d:dv(n),l:r.subarray(t+2)}},toSig(r){let{Err:e}=Ai,t=typeof r=="string"?fv(r):r;if(!er(t))throw new Error("ui8a expected");let n=t.length;if(n<2||t[0]!=48)throw new e("Invalid signature tag");if(t[1]!==n-2)throw new e("Invalid signature: incorrect length");let{d:i,l:o}=Ai._parseInt(t.subarray(2)),{d:s,l:a}=Ai._parseInt(o);if(a.length)throw new e("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(r){let e=u=>Number.parseInt(u[0],16)&8?"00"+u:u,t=u=>{let l=u.toString(16);return l.length&1?`0${l}`:l},n=e(t(r.s)),i=e(t(r.r)),o=n.length/2,s=i.length/2,a=t(o),c=t(s);return`30${t(s+o+4)}02${c}${i}02${a}${n}`}},en=BigInt(0),Wt=BigInt(1),OT=BigInt(2),om=BigInt(3),PT=BigInt(4);function hv(r){let e=uv(r),{Fp:t}=e,n=e.toBytes||((h,m,y)=>{let g=m.toAffine();return Gr(Uint8Array.from([4]),t.toBytes(g.x),t.toBytes(g.y))}),i=e.fromBytes||(h=>{let m=h.subarray(1),y=t.fromBytes(m.subarray(0,t.BYTES)),g=t.fromBytes(m.subarray(t.BYTES,2*t.BYTES));return{x:y,y:g}});function o(h){let{a:m,b:y}=e,g=t.sqr(h),E=t.mul(g,h);return t.add(t.add(E,t.mul(h,m)),y)}if(!t.eql(t.sqr(e.Gy),o(e.Gx)))throw new Error("bad generator point: equation left != right");function s(h){return typeof h=="bigint"&&en<h&&h<e.n}function a(h){if(!s(h))throw new Error("Expected valid bigint: 0 < bigint < curve.n")}function c(h){let{allowedPrivateKeyLengths:m,nByteLength:y,wrapPrivateKey:g,n:E}=e;if(m&&typeof h!="bigint"){if(er(h)&&(h=zr(h)),typeof h!="string"||!m.includes(h.length))throw new Error("Invalid key");h=h.padStart(y*2,"0")}let x;try{x=typeof h=="bigint"?h:Kr(Re("private key",h,y))}catch{throw new Error(`private key must be ${y} bytes, hex or bigint, not ${typeof h}`)}return g&&(x=ge(x,E)),a(x),x}let u=new Map;function l(h){if(!(h instanceof d))throw new Error("ProjectivePoint expected")}class d{constructor(m,y,g){if(this.px=m,this.py=y,this.pz=g,m==null||!t.isValid(m))throw new Error("x required");if(y==null||!t.isValid(y))throw new Error("y required");if(g==null||!t.isValid(g))throw new Error("z required")}static fromAffine(m){let{x:y,y:g}=m||{};if(!m||!t.isValid(y)||!t.isValid(g))throw new Error("invalid affine point");if(m instanceof d)throw new Error("projective point not allowed");let E=x=>t.eql(x,t.ZERO);return E(y)&&E(g)?d.ZERO:new d(y,g,t.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(m){let y=t.invertBatch(m.map(g=>g.pz));return m.map((g,E)=>g.toAffine(y[E])).map(d.fromAffine)}static fromHex(m){let y=d.fromAffine(i(Re("pointHex",m)));return y.assertValidity(),y}static fromPrivateKey(m){return d.BASE.multiply(c(m))}_setWindowSize(m){this._WINDOW_SIZE=m,u.delete(this)}assertValidity(){if(this.is0()){if(e.allowInfinityPoint&&!t.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:m,y}=this.toAffine();if(!t.isValid(m)||!t.isValid(y))throw new Error("bad point: x or y not FE");let g=t.sqr(y),E=o(m);if(!t.eql(g,E))throw new Error("bad point: equation left != right");if(!this.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:m}=this.toAffine();if(t.isOdd)return!t.isOdd(m);throw new Error("Field doesn't support isOdd")}equals(m){l(m);let{px:y,py:g,pz:E}=this,{px:x,py:_,pz:S}=m,A=t.eql(t.mul(y,S),t.mul(x,E)),v=t.eql(t.mul(g,S),t.mul(_,E));return A&&v}negate(){return new d(this.px,t.neg(this.py),this.pz)}double(){let{a:m,b:y}=e,g=t.mul(y,om),{px:E,py:x,pz:_}=this,S=t.ZERO,A=t.ZERO,v=t.ZERO,b=t.mul(E,E),T=t.mul(x,x),C=t.mul(_,_),N=t.mul(E,x);return N=t.add(N,N),v=t.mul(E,_),v=t.add(v,v),S=t.mul(m,v),A=t.mul(g,C),A=t.add(S,A),S=t.sub(T,A),A=t.add(T,A),A=t.mul(S,A),S=t.mul(N,S),v=t.mul(g,v),C=t.mul(m,C),N=t.sub(b,C),N=t.mul(m,N),N=t.add(N,v),v=t.add(b,b),b=t.add(v,b),b=t.add(b,C),b=t.mul(b,N),A=t.add(A,b),C=t.mul(x,_),C=t.add(C,C),b=t.mul(C,N),S=t.sub(S,b),v=t.mul(C,T),v=t.add(v,v),v=t.add(v,v),new d(S,A,v)}add(m){l(m);let{px:y,py:g,pz:E}=this,{px:x,py:_,pz:S}=m,A=t.ZERO,v=t.ZERO,b=t.ZERO,T=e.a,C=t.mul(e.b,om),N=t.mul(y,x),$=t.mul(g,_),D=t.mul(E,S),ne=t.add(y,g),B=t.add(x,_);ne=t.mul(ne,B),B=t.add(N,$),ne=t.sub(ne,B),B=t.add(y,E);let U=t.add(x,S);return B=t.mul(B,U),U=t.add(N,D),B=t.sub(B,U),U=t.add(g,E),A=t.add(_,S),U=t.mul(U,A),A=t.add($,D),U=t.sub(U,A),b=t.mul(T,B),A=t.mul(C,D),b=t.add(A,b),A=t.sub($,b),b=t.add($,b),v=t.mul(A,b),$=t.add(N,N),$=t.add($,N),D=t.mul(T,D),B=t.mul(C,B),$=t.add($,D),D=t.sub(N,D),D=t.mul(T,D),B=t.add(B,D),N=t.mul($,B),v=t.add(v,N),N=t.mul(U,B),A=t.mul(ne,A),A=t.sub(A,N),N=t.mul(ne,$),b=t.mul(U,b),b=t.add(b,N),new d(A,v,b)}subtract(m){return this.add(m.negate())}is0(){return this.equals(d.ZERO)}wNAF(m){return f.wNAFCached(this,u,m,y=>{let g=t.invertBatch(y.map(E=>E.pz));return y.map((E,x)=>E.toAffine(g[x])).map(d.fromAffine)})}multiplyUnsafe(m){let y=d.ZERO;if(m===en)return y;if(a(m),m===Wt)return this;let{endo:g}=e;if(!g)return f.unsafeLadder(this,m);let{k1neg:E,k1:x,k2neg:_,k2:S}=g.splitScalar(m),A=y,v=y,b=this;for(;x>en||S>en;)x&Wt&&(A=A.add(b)),S&Wt&&(v=v.add(b)),b=b.double(),x>>=Wt,S>>=Wt;return E&&(A=A.negate()),_&&(v=v.negate()),v=new d(t.mul(v.px,g.beta),v.py,v.pz),A.add(v)}multiply(m){a(m);let y=m,g,E,{endo:x}=e;if(x){let{k1neg:_,k1:S,k2neg:A,k2:v}=x.splitScalar(y),{p:b,f:T}=this.wNAF(S),{p:C,f:N}=this.wNAF(v);b=f.constTimeNegate(_,b),C=f.constTimeNegate(A,C),C=new d(t.mul(C.px,x.beta),C.py,C.pz),g=b.add(C),E=T.add(N)}else{let{p:_,f:S}=this.wNAF(y);g=_,E=S}return d.normalizeZ([g,E])[0]}multiplyAndAddUnsafe(m,y,g){let E=d.BASE,x=(S,A)=>A===en||A===Wt||!S.equals(E)?S.multiplyUnsafe(A):S.multiply(A),_=x(this,y).add(x(m,g));return _.is0()?void 0:_}toAffine(m){let{px:y,py:g,pz:E}=this,x=this.is0();m==null&&(m=x?t.ONE:t.inv(E));let _=t.mul(y,m),S=t.mul(g,m),A=t.mul(E,m);if(x)return{x:t.ZERO,y:t.ZERO};if(!t.eql(A,t.ONE))throw new Error("invZ was invalid");return{x:_,y:S}}isTorsionFree(){let{h:m,isTorsionFree:y}=e;if(m===Wt)return!0;if(y)return y(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:m,clearCofactor:y}=e;return m===Wt?this:y?y(d,this):this.multiplyUnsafe(e.h)}toRawBytes(m=!0){return this.assertValidity(),n(d,this,m)}toHex(m=!0){return zr(this.toRawBytes(m))}}d.BASE=new d(e.Gx,e.Gy,t.ONE),d.ZERO=new d(t.ZERO,t.ONE,t.ZERO);let p=e.nBitLength,f=Qa(d,e.endo?Math.ceil(p/2):p);return{CURVE:e,ProjectivePoint:d,normPrivateKeyToScalar:c,weierstrassEquation:o,isWithinCurveOrder:s}}function pv(r){let e=us(r);return wr(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function sm(r){let e=pv(r),{Fp:t,n}=e,i=t.BYTES+1,o=2*t.BYTES+1;function s(B){return en<B&&B<t.ORDER}function a(B){return ge(B,n)}function c(B){return Za(B,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:l,weierstrassEquation:d,isWithinCurveOrder:p}=hv({...e,toBytes(B,U,X){let L=U.toAffine(),k=t.toBytes(L.x),K=Gr;return X?K(Uint8Array.from([U.hasEvenY()?2:3]),k):K(Uint8Array.from([4]),k,t.toBytes(L.y))},fromBytes(B){let U=B.length,X=B[0],L=B.subarray(1);if(U===i&&(X===2||X===3)){let k=Kr(L);if(!s(k))throw new Error("Point is not on curve");let K=d(k),Y=t.sqrt(K),J=(Y&Wt)===Wt;return(X&1)===1!==J&&(Y=t.neg(Y)),{x:k,y:Y}}else if(U===o&&X===4){let k=t.fromBytes(L.subarray(0,t.BYTES)),K=t.fromBytes(L.subarray(t.BYTES,2*t.BYTES));return{x:k,y:K}}else throw new Error(`Point of length ${U} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),f=B=>zr(Dn(B,e.nByteLength));function h(B){let U=n>>Wt;return B>U}function m(B){return h(B)?a(-B):B}let y=(B,U,X)=>Kr(B.slice(U,X));class g{constructor(U,X,L){this.r=U,this.s=X,this.recovery=L,this.assertValidity()}static fromCompact(U){let X=e.nByteLength;return U=Re("compactSignature",U,X*2),new g(y(U,0,X),y(U,X,2*X))}static fromDER(U){let{r:X,s:L}=Ai.toSig(Re("DER",U));return new g(X,L)}assertValidity(){if(!p(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!p(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(U){return new g(this.r,this.s,U)}recoverPublicKey(U){let{r:X,s:L,recovery:k}=this,K=v(Re("msgHash",U));if(k==null||![0,1,2,3].includes(k))throw new Error("recovery id invalid");let Y=k===2||k===3?X+e.n:X;if(Y>=t.ORDER)throw new Error("recovery id 2 or 3 invalid");let J=k&1?"03":"02",re=u.fromHex(J+f(Y)),ie=c(Y),me=a(-K*ie),ae=a(L*ie),ue=u.BASE.multiplyAndAddUnsafe(re,me,ae);if(!ue)throw new Error("point at infinify");return ue.assertValidity(),ue}hasHighS(){return h(this.s)}normalizeS(){return this.hasHighS()?new g(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return gi(this.toDERHex())}toDERHex(){return Ai.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return gi(this.toCompactHex())}toCompactHex(){return f(this.r)+f(this.s)}}let E={isValidPrivateKey(B){try{return l(B),!0}catch{return!1}},normPrivateKeyToScalar:l,randomPrivateKey:()=>{let B=Vd(e.n);return e1(e.randomBytes(B),e.n)},precompute(B=8,U=u.BASE){return U._setWindowSize(B),U.multiply(BigInt(3)),U}};function x(B,U=!0){return u.fromPrivateKey(B).toRawBytes(U)}function _(B){let U=er(B),X=typeof B=="string",L=(U||X)&&B.length;return U?L===i||L===o:X?L===2*i||L===2*o:B instanceof u}function S(B,U,X=!0){if(_(B))throw new Error("first arg must be private key");if(!_(U))throw new Error("second arg must be public key");return u.fromHex(U).multiply(l(B)).toRawBytes(X)}let A=e.bits2int||function(B){let U=Kr(B),X=B.length*8-e.nBitLength;return X>0?U>>BigInt(X):U},v=e.bits2int_modN||function(B){return a(A(B))},b=ls(e.nBitLength);function T(B){if(typeof B!="bigint")throw new Error("bigint expected");if(!(en<=B&&B<b))throw new Error(`bigint expected < 2^${e.nBitLength}`);return Dn(B,e.nByteLength)}function C(B,U,X=N){if(["recovered","canonical"].some(Ie=>Ie in X))throw new Error("sign() legacy options not supported");let{hash:L,randomBytes:k}=e,{lowS:K,prehash:Y,extraEntropy:J}=X;K==null&&(K=!0),B=Re("msgHash",B),Y&&(B=Re("prehashed msgHash",L(B)));let re=v(B),ie=l(U),me=[T(ie),T(re)];if(J!=null){let Ie=J===!0?k(t.BYTES):J;me.push(Re("extraEntropy",Ie))}let ae=Gr(...me),ue=re;function Ue(Ie){let ze=A(Ie);if(!p(ze))return;let Ke=c(ze),Pe=u.BASE.multiply(ze).toAffine(),Ze=a(Pe.x);if(Ze===en)return;let Vr=a(Ke*a(ue+Ze*ie));if(Vr===en)return;let li=(Pe.x===Ze?0:2)|Number(Pe.y&Wt),Jo=Vr;return K&&h(Vr)&&(Jo=m(Vr),li^=1),new g(Ze,Jo,li)}return{seed:ae,k2sig:Ue}}let N={lowS:e.lowS,prehash:!1},$={lowS:e.lowS,prehash:!1};function D(B,U,X=N){let{seed:L,k2sig:k}=C(B,U,X),K=e;return Dd(K.hash.outputLen,K.nByteLength,K.hmac)(L,k)}u.BASE._setWindowSize(8);function ne(B,U,X,L=$){let k=B;if(U=Re("msgHash",U),X=Re("publicKey",X),"strict"in L)throw new Error("options.strict was renamed to lowS");let{lowS:K,prehash:Y}=L,J,re;try{if(typeof k=="string"||er(k))try{J=g.fromDER(k)}catch(Pe){if(!(Pe instanceof Ai.Err))throw Pe;J=g.fromCompact(k)}else if(typeof k=="object"&&typeof k.r=="bigint"&&typeof k.s=="bigint"){let{r:Pe,s:Ze}=k;J=new g(Pe,Ze)}else throw new Error("PARSE");re=u.fromHex(X)}catch(Pe){if(Pe.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(K&&J.hasHighS())return!1;Y&&(U=e.hash(U));let{r:ie,s:me}=J,ae=v(U),ue=c(me),Ue=a(ae*ue),Ie=a(ie*ue),ze=u.BASE.multiplyAndAddUnsafe(re,Ue,Ie)?.toAffine();return ze?a(ze.x)===ie:!1}return{CURVE:e,getPublicKey:x,getSharedSecret:S,sign:D,verify:ne,ProjectivePoint:u,Signature:g,utils:E}}function mv(r){return{hash:r,hmac:(e,...t)=>fs(r,e,qa(...t)),randomBytes:lo}}function am(r,e){let t=n=>sm({...r,...mv(n)});return Object.freeze({...t(e),create:t})}var um=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),cm=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),yv=BigInt(1),of=BigInt(2),lm=(r,e)=>(r+e/of)/e;function gv(r){let e=um,t=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),u=r*r*r%e,l=u*u*r%e,d=xe(l,t,e)*l%e,p=xe(d,t,e)*l%e,f=xe(p,of,e)*u%e,h=xe(f,i,e)*f%e,m=xe(h,o,e)*h%e,y=xe(m,a,e)*m%e,g=xe(y,c,e)*y%e,E=xe(g,a,e)*m%e,x=xe(E,t,e)*l%e,_=xe(x,s,e)*h%e,S=xe(_,n,e)*u%e,A=xe(S,of,e);if(!sf.eql(sf.sqr(A),r))throw new Error("Cannot find square root");return A}var sf=Ja(um,void 0,void 0,{sqrt:gv}),ir=am({a:BigInt(0),b:BigInt(7),Fp:sf,n:cm,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let e=cm,t=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-yv*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=t,s=BigInt("0x100000000000000000000000000000000"),a=lm(o*r,e),c=lm(-n*r,e),u=ge(r-a*t-c*i,e),l=ge(-a*n-c*o,e),d=u>s,p=l>s;if(d&&(u=e-u),p&&(l=e-l),u>s||l>s)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:d,k1:u,k2neg:p,k2:l}}}},im),qT=BigInt(0);var WT=ir.ProjectivePoint;function dm(){return ir.utils.randomPrivateKey()}function fm(r,e){let t=fe.digest(e instanceof Uint8Array?e:e.subarray());if(Gt(t))return t.then(({digest:n})=>ir.sign(n,r).toDERRawBytes()).catch(n=>{throw new O(String(n),"ERR_INVALID_INPUT")});try{return ir.sign(t.digest,r).toDERRawBytes()}catch(n){throw new O(String(n),"ERR_INVALID_INPUT")}}function hm(r,e,t){let n=fe.digest(t instanceof Uint8Array?t:t.subarray());if(Gt(n))return n.then(({digest:i})=>ir.verify(e,i,r)).catch(i=>{throw new O(String(i),"ERR_INVALID_INPUT")});try{return ir.verify(e,n.digest,r)}catch(i){throw new O(String(i),"ERR_INVALID_INPUT")}}function pm(r){return ir.ProjectivePoint.fromHex(r).toRawBytes(!0)}function mm(r){try{ir.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}function af(r){try{ir.ProjectivePoint.fromHex(r)}catch(e){throw new O(String(e),"ERR_INVALID_PUBLIC_KEY")}}function ym(r){try{return ir.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}var _s=class{_key;constructor(e){af(e),this._key=e}verify(e,t){return hm(this._key,t,e)}marshal(){return pm(this._key)}get bytes(){return Er.encode({Type:be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}async hash(){let e=fe.digest(this.bytes),t;return Gt(e)?{bytes:t}=await e:t=e.bytes,t}},Ss=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t??ym(e),mm(this._key),af(this._publicKey)}sign(e){return fm(this._key,e)}get public(){return new _s(this._publicKey)}marshal(){return this._key}get bytes(){return xr.encode({Type:be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,t="libp2p-key"){if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Ev(r){return new Ss(r)}function xv(r){return new _s(r)}async function bv(){let r=dm();return new Ss(r)}var _i={rsa:rf,ed25519:qd,secp256k1:cf};function gm(r){let e=Object.keys(_i).join(" / ");return new O(`invalid or unsupported key type ${r}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function lf(r){let e=Er.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case be.RSA:return _i.rsa.unmarshalRsaPublicKey(t);case be.Ed25519:return _i.ed25519.unmarshalEd25519PublicKey(t);case be.Secp256k1:return _i.secp256k1.unmarshalSecp256k1PublicKey(t);default:throw gm(e.Type??"unknown")}}async function wm(r){let e=xr.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case be.RSA:return _i.rsa.unmarshalRsaPrivateKey(t);case be.Ed25519:return _i.ed25519.unmarshalEd25519PrivateKey(t);case be.Secp256k1:return _i.secp256k1.unmarshalSecp256k1PrivateKey(t);default:throw gm(e.Type??"RSA")}}var Sf=Q(Ce(),1);var tn="/",Em=new TextEncoder().encode(tn),Yc=Em[0],Le=class r{_buf;constructor(e,t){if(typeof e=="string")this._buf=V(e);else if(e instanceof Uint8Array)this._buf=e;else throw new Error("Invalid key, should be String of Uint8Array");if(t==null&&(t=!0),t&&this.clean(),this._buf.byteLength===0||this._buf[0]!==Yc)throw new Error("Invalid key")}toString(e="utf8"){return Z(this._buf,e)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(e){return new r(e.join(tn))}static random(){return new r(Math.random().toString().substring(2))}static asKey(e){return e instanceof Uint8Array||typeof e=="string"?new r(e):typeof e.uint8Array=="function"?new r(e.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=Em),this._buf[0]!==Yc){let e=new Uint8Array(this._buf.byteLength+1);e.fill(Yc,0,1),e.set(this._buf,1),this._buf=e}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===Yc;)this._buf=this._buf.subarray(0,-1)}less(e){let t=this.list(),n=e.list();for(let i=0;i<t.length;i++){if(n.length<i+1)return!1;let o=t[i],s=n[i];if(o<s)return!0;if(o>s)return!1}return t.length<n.length}reverse(){return r.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let e=this.namespaces();return e[e.length-1]}list(){return this.toString().split(tn).slice(1)}type(){return vv(this.baseNamespace())}name(){return Av(this.baseNamespace())}instance(e){return new r(this.toString()+":"+e)}path(){let e=this.parent().toString();return e.endsWith(tn)||(e+=tn),e+=this.type(),new r(e)}parent(){let e=this.list();return e.length===1?new r(tn):new r(e.slice(0,-1).join(tn))}child(e){return this.toString()===tn?e:e.toString()===tn?this:new r(this.toString()+e.toString(),!1)}isAncestorOf(e){return e.toString()===this.toString()?!1:e.toString().startsWith(this.toString())}isDecendantOf(e){return e.toString()===this.toString()?!1:this.toString().startsWith(e.toString())}isTopLevel(){return this.list().length===1}concat(...e){return r.withNamespaces([...this.namespaces(),..._v(e.map(t=>t.namespaces()))])}};function vv(r){let e=r.split(":");return e.length<2?"":e.slice(0,-1).join(":")}function Av(r){let e=r.split(":");return e[e.length-1]}function _v(r){return[].concat(...r)}var Dy=Q(jc(),1);var xm="ERR_IPNS_EXPIRED_RECORD",Is="ERR_UNRECOGNIZED_VALIDITY",bm="ERR_SIGNATURE_CREATION",rn="ERR_SIGNATURE_VERIFICATION";var df="ERR_UNDEFINED_PARAMETER",vm="ERR_INVALID_RECORD_DATA",Am="ERR_INVALID_VALUE",_m="ERR_INVALID_EMBEDDED_KEY",Sm="ERR_MISSING_PRIVATE_KEY",Im="ERR_RECORD_TOO_LARGE";var We;(function(r){let e;(function(i){i.EOL="EOL"})(e=r.ValidityType||(r.ValidityType={}));let t;(function(i){i[i.EOL=0]="EOL"})(t||(t={})),function(i){i.codec=()=>yi(t)}(e=r.ValidityType||(r.ValidityType={}));let n;r.codec=()=>(n==null&&(n=$t((i,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),i.value!=null&&(o.uint32(10),o.bytes(i.value)),i.signatureV1!=null&&(o.uint32(18),o.bytes(i.signatureV1)),i.validityType!=null&&(o.uint32(24),r.ValidityType.codec().encode(i.validityType,o)),i.validity!=null&&(o.uint32(34),o.bytes(i.validity)),i.sequence!=null&&(o.uint32(40),o.uint64(i.sequence)),i.ttl!=null&&(o.uint32(48),o.uint64(i.ttl)),i.pubKey!=null&&(o.uint32(58),o.bytes(i.pubKey)),i.signatureV2!=null&&(o.uint32(66),o.bytes(i.signatureV2)),i.data!=null&&(o.uint32(74),o.bytes(i.data)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.value=i.bytes();break;case 2:s.signatureV1=i.bytes();break;case 3:s.validityType=r.ValidityType.codec().decode(i);break;case 4:s.validity=i.bytes();break;case 5:s.sequence=i.uint64();break;case 6:s.ttl=i.uint64();break;case 7:s.pubKey=i.bytes();break;case 8:s.signatureV2=i.bytes();break;case 9:s.data=i.bytes();break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>Ht(i,r.codec()),r.decode=i=>Vt(i,r.codec())})(We||(We={}));var Sv=["string","number","bigint","symbol"],Iv=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"];function Bm(r){if(r===null)return"null";if(r===void 0)return"undefined";if(r===!0||r===!1)return"boolean";let e=typeof r;if(Sv.includes(e))return e;if(e==="function")return"Function";if(Array.isArray(r))return"Array";if(Bv(r))return"Buffer";let t=kv(r);return t||"Object"}function Bv(r){return r&&r.constructor&&r.constructor.isBuffer&&r.constructor.isBuffer.call(null,r)}function kv(r){let e=Object.prototype.toString.call(r).slice(8,-1);if(Iv.includes(e))return e}var w=class{constructor(e,t,n){this.major=e,this.majorEncoded=e<<5,this.name=t,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(e){return this.major<e.major?-1:this.major>e.major?1:0}};w.uint=new w(0,"uint",!0);w.negint=new w(1,"negint",!0);w.bytes=new w(2,"bytes",!0);w.string=new w(3,"string",!0);w.array=new w(4,"array",!1);w.map=new w(5,"map",!1);w.tag=new w(6,"tag",!1);w.float=new w(7,"float",!0);w.false=new w(7,"false",!0);w.true=new w(7,"true",!0);w.null=new w(7,"null",!0);w.undefined=new w(7,"undefined",!0);w.break=new w(7,"break",!0);var R=class{constructor(e,t,n){this.type=e,this.value=t,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var vo=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",Rv=new TextDecoder,Tv=new TextEncoder;function Xc(r){return vo&&globalThis.Buffer.isBuffer(r)}function Bs(r){return r instanceof Uint8Array?Xc(r)?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r:Uint8Array.from(r)}var Nm=vo?(r,e,t)=>t-e>64?globalThis.Buffer.from(r.subarray(e,t)).toString("utf8"):Rm(r,e,t):(r,e,t)=>t-e>64?Rv.decode(r.subarray(e,t)):Rm(r,e,t),Zc=vo?r=>r.length>64?globalThis.Buffer.from(r):km(r):r=>r.length>64?Tv.encode(r):km(r),_r=r=>Uint8Array.from(r),Ao=vo?(r,e,t)=>Xc(r)?new Uint8Array(r.subarray(e,t)):r.slice(e,t):(r,e,t)=>r.slice(e,t),Cm=vo?(r,e)=>(r=r.map(t=>t instanceof Uint8Array?t:globalThis.Buffer.from(t)),Bs(globalThis.Buffer.concat(r,e))):(r,e)=>{let t=new Uint8Array(e),n=0;for(let i of r)n+i.length>t.length&&(i=i.subarray(0,t.length-n)),t.set(i,n),n+=i.length;return t},Lm=vo?r=>globalThis.Buffer.allocUnsafe(r):r=>new Uint8Array(r);function Um(r,e){if(Xc(r)&&Xc(e))return r.compare(e);for(let t=0;t<r.length;t++)if(r[t]!==e[t])return r[t]<e[t]?-1:1;return 0}function km(r){let e=[],t=0;for(let n=0;n<r.length;n++){let i=r.charCodeAt(n);i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&n+1<r.length&&(r.charCodeAt(n+1)&64512)===56320?(i=65536+((i&1023)<<10)+(r.charCodeAt(++n)&1023),e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128)}return e}function Rm(r,e,t){let n=[];for(;e<t;){let i=r[e],o=null,s=i>239?4:i>223?3:i>191?2:1;if(e+s<=t){let a,c,u,l;switch(s){case 1:i<128&&(o=i);break;case 2:a=r[e+1],(a&192)===128&&(l=(i&31)<<6|a&63,l>127&&(o=l));break;case 3:a=r[e+1],c=r[e+2],(a&192)===128&&(c&192)===128&&(l=(i&15)<<12|(a&63)<<6|c&63,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:a=r[e+1],c=r[e+2],u=r[e+3],(a&192)===128&&(c&192)===128&&(u&192)===128&&(l=(i&15)<<18|(a&63)<<12|(c&63)<<6|u&63,l>65535&&l<1114112&&(o=l))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),e+=s}return hf(n)}var Tm=4096;function hf(r){let e=r.length;if(e<=Tm)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Tm));return t}var Nv=256,ks=class{constructor(e=Nv){this.chunkSize=e,this.cursor=0,this.maxCursor=-1,this.chunks=[],this._initReuseChunk=null}reset(){this.cursor=0,this.maxCursor=-1,this.chunks.length&&(this.chunks=[]),this._initReuseChunk!==null&&(this.chunks.push(this._initReuseChunk),this.maxCursor=this._initReuseChunk.length-1)}push(e){let t=this.chunks[this.chunks.length-1];if(this.cursor+e.length<=this.maxCursor+1){let i=t.length-(this.maxCursor-this.cursor)-1;t.set(e,i)}else{if(t){let i=t.length-(this.maxCursor-this.cursor)-1;i<t.length&&(this.chunks[this.chunks.length-1]=t.subarray(0,i),this.maxCursor=this.cursor-1)}e.length<64&&e.length<this.chunkSize?(t=Lm(this.chunkSize),this.chunks.push(t),this.maxCursor+=t.length,this._initReuseChunk===null&&(this._initReuseChunk=t),t.set(e,0)):(this.chunks.push(e),this.maxCursor+=e.length)}this.cursor+=e.length}toBytes(e=!1){let t;if(this.chunks.length===1){let n=this.chunks[0];e&&this.cursor>n.length/2?(t=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):t=Ao(n,0,this.cursor)}else t=Cm(this.chunks,this.cursor);return e&&this.reset(),t}};var G="CBOR decode error:",nn="CBOR encode error:",Rs=[];Rs[23]=1;Rs[24]=2;Rs[25]=3;Rs[26]=5;Rs[27]=9;function on(r,e,t){if(r.length-e<t)throw new Error(`${G} not enough data for type`)}var Me=[24,256,65536,4294967296,BigInt("18446744073709551616")];function kt(r,e,t){on(r,e,1);let n=r[e];if(t.strict===!0&&n<Me[0])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Rt(r,e,t){on(r,e,2);let n=r[e]<<8|r[e+1];if(t.strict===!0&&n<Me[1])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Tt(r,e,t){on(r,e,4);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3];if(t.strict===!0&&n<Me[2])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Nt(r,e,t){on(r,e,8);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3],i=r[e+4]*16777216+(r[e+5]<<16)+(r[e+6]<<8)+r[e+7],o=(BigInt(n)<<BigInt(32))+BigInt(i);if(t.strict===!0&&o<Me[3])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);if(o<=Number.MAX_SAFE_INTEGER)return Number(o);if(t.allowBigInt===!0)return o;throw new Error(`${G} integers outside of the safe integer range are not supported`)}function Dm(r,e,t,n){return new R(w.uint,kt(r,e+1,n),2)}function Om(r,e,t,n){return new R(w.uint,Rt(r,e+1,n),3)}function Pm(r,e,t,n){return new R(w.uint,Tt(r,e+1,n),5)}function Fm(r,e,t,n){return new R(w.uint,Nt(r,e+1,n),9)}function Yt(r,e){return Ye(r,0,e.value)}function Ye(r,e,t){if(t<Me[0]){let n=Number(t);r.push([e|n])}else if(t<Me[1]){let n=Number(t);r.push([e|24,n])}else if(t<Me[2]){let n=Number(t);r.push([e|25,n>>>8,n&255])}else if(t<Me[3]){let n=Number(t);r.push([e|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(t);if(n<Me[4]){let i=[e|27,0,0,0,0,0,0,0],o=Number(n&BigInt(4294967295)),s=Number(n>>BigInt(32)&BigInt(4294967295));i[8]=o&255,o=o>>8,i[7]=o&255,o=o>>8,i[6]=o&255,o=o>>8,i[5]=o&255,i[4]=s&255,s=s>>8,i[3]=s&255,s=s>>8,i[2]=s&255,s=s>>8,i[1]=s&255,r.push(i)}else throw new Error(`${G} encountered BigInt larger than allowable range`)}}Yt.encodedSize=function(e){return Ye.encodedSize(e.value)};Ye.encodedSize=function(e){return e<Me[0]?1:e<Me[1]?2:e<Me[2]?3:e<Me[3]?5:9};Yt.compareTokens=function(e,t){return e.value<t.value?-1:e.value>t.value?1:0};function Vm(r,e,t,n){return new R(w.negint,-1-kt(r,e+1,n),2)}function Mm(r,e,t,n){return new R(w.negint,-1-Rt(r,e+1,n),3)}function Hm(r,e,t,n){return new R(w.negint,-1-Tt(r,e+1,n),5)}var pf=BigInt(-1),$m=BigInt(1);function zm(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i!="bigint"){let o=-1-i;if(o>=Number.MIN_SAFE_INTEGER)return new R(w.negint,o,9)}if(n.allowBigInt!==!0)throw new Error(`${G} integers outside of the safe integer range are not supported`);return new R(w.negint,pf-BigInt(i),9)}function Jc(r,e){let t=e.value,n=typeof t=="bigint"?t*pf-$m:t*-1-1;Ye(r,e.type.majorEncoded,n)}Jc.encodedSize=function(e){let t=e.value,n=typeof t=="bigint"?t*pf-$m:t*-1-1;return n<Me[0]?1:n<Me[1]?2:n<Me[2]?3:n<Me[3]?5:9};Jc.compareTokens=function(e,t){return e.value<t.value?1:e.value>t.value?-1:0};function Ts(r,e,t,n){on(r,e,t+n);let i=Ao(r,e+t,e+t+n);return new R(w.bytes,i,t+n)}function Km(r,e,t,n){return Ts(r,e,1,t)}function Gm(r,e,t,n){return Ts(r,e,2,kt(r,e+1,n))}function qm(r,e,t,n){return Ts(r,e,3,Rt(r,e+1,n))}function Wm(r,e,t,n){return Ts(r,e,5,Tt(r,e+1,n))}function Ym(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer bytes lengths not supported`);return Ts(r,e,9,i)}function Qc(r){return r.encodedBytes===void 0&&(r.encodedBytes=r.type===w.string?Zc(r.value):r.value),r.encodedBytes}function _o(r,e){let t=Qc(e);Ye(r,e.type.majorEncoded,t.length),r.push(t)}_o.encodedSize=function(e){let t=Qc(e);return Ye.encodedSize(t.length)+t.length};_o.compareTokens=function(e,t){return Lv(Qc(e),Qc(t))};function Lv(r,e){return r.length<e.length?-1:r.length>e.length?1:Um(r,e)}function Ns(r,e,t,n,i){let o=t+n;on(r,e,o);let s=new R(w.string,Nm(r,e+t,e+o),o);return i.retainStringBytes===!0&&(s.byteValue=Ao(r,e+t,e+o)),s}function jm(r,e,t,n){return Ns(r,e,1,t,n)}function Xm(r,e,t,n){return Ns(r,e,2,kt(r,e+1,n),n)}function Zm(r,e,t,n){return Ns(r,e,3,Rt(r,e+1,n),n)}function Jm(r,e,t,n){return Ns(r,e,5,Tt(r,e+1,n),n)}function Qm(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer string lengths not supported`);return Ns(r,e,9,i,n)}var ey=_o;function So(r,e,t,n){return new R(w.array,n,t)}function ty(r,e,t,n){return So(r,e,1,t)}function ry(r,e,t,n){return So(r,e,2,kt(r,e+1,n))}function ny(r,e,t,n){return So(r,e,3,Rt(r,e+1,n))}function iy(r,e,t,n){return So(r,e,5,Tt(r,e+1,n))}function oy(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer array lengths not supported`);return So(r,e,9,i)}function sy(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return So(r,e,1,1/0)}function el(r,e){Ye(r,w.array.majorEncoded,e.value)}el.compareTokens=Yt.compareTokens;el.encodedSize=function(e){return Ye.encodedSize(e.value)};function Io(r,e,t,n){return new R(w.map,n,t)}function ay(r,e,t,n){return Io(r,e,1,t)}function cy(r,e,t,n){return Io(r,e,2,kt(r,e+1,n))}function ly(r,e,t,n){return Io(r,e,3,Rt(r,e+1,n))}function uy(r,e,t,n){return Io(r,e,5,Tt(r,e+1,n))}function dy(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer map lengths not supported`);return Io(r,e,9,i)}function fy(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return Io(r,e,1,1/0)}function tl(r,e){Ye(r,w.map.majorEncoded,e.value)}tl.compareTokens=Yt.compareTokens;tl.encodedSize=function(e){return Ye.encodedSize(e.value)};function hy(r,e,t,n){return new R(w.tag,t,1)}function py(r,e,t,n){return new R(w.tag,kt(r,e+1,n),2)}function my(r,e,t,n){return new R(w.tag,Rt(r,e+1,n),3)}function yy(r,e,t,n){return new R(w.tag,Tt(r,e+1,n),5)}function gy(r,e,t,n){return new R(w.tag,Nt(r,e+1,n),9)}function rl(r,e){Ye(r,w.tag.majorEncoded,e.value)}rl.compareTokens=Yt.compareTokens;rl.encodedSize=function(e){return Ye.encodedSize(e.value)};var Vv=20,Mv=21,Hv=22,$v=23;function wy(r,e,t,n){if(n.allowUndefined===!1)throw new Error(`${G} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new R(w.null,null,1):new R(w.undefined,void 0,1)}function Ey(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return new R(w.break,void 0,1)}function mf(r,e,t){if(t){if(t.allowNaN===!1&&Number.isNaN(r))throw new Error(`${G} NaN values are not supported`);if(t.allowInfinity===!1&&(r===1/0||r===-1/0))throw new Error(`${G} Infinity values are not supported`)}return new R(w.float,r,e)}function xy(r,e,t,n){return mf(yf(r,e+1),3,n)}function by(r,e,t,n){return mf(gf(r,e+1),5,n)}function vy(r,e,t,n){return mf(Iy(r,e+1),9,n)}function nl(r,e,t){let n=e.value;if(n===!1)r.push([w.float.majorEncoded|Vv]);else if(n===!0)r.push([w.float.majorEncoded|Mv]);else if(n===null)r.push([w.float.majorEncoded|Hv]);else if(n===void 0)r.push([w.float.majorEncoded|$v]);else{let i,o=!1;(!t||t.float64!==!0)&&(_y(n),i=yf(or,1),n===i||Number.isNaN(n)?(or[0]=249,r.push(or.slice(0,3)),o=!0):(Sy(n),i=gf(or,1),n===i&&(or[0]=250,r.push(or.slice(0,5)),o=!0))),o||(zv(n),i=Iy(or,1),or[0]=251,r.push(or.slice(0,9)))}}nl.encodedSize=function(e,t){let n=e.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!t||t.float64!==!0){_y(n);let i=yf(or,1);if(n===i||Number.isNaN(n))return 3;if(Sy(n),i=gf(or,1),n===i)return 5}return 9};var Ay=new ArrayBuffer(9),jt=new DataView(Ay,1),or=new Uint8Array(Ay,0);function _y(r){if(r===1/0)jt.setUint16(0,31744,!1);else if(r===-1/0)jt.setUint16(0,64512,!1);else if(Number.isNaN(r))jt.setUint16(0,32256,!1);else{jt.setFloat32(0,r);let e=jt.getUint32(0),t=(e&2139095040)>>23,n=e&8388607;if(t===255)jt.setUint16(0,31744,!1);else if(t===0)jt.setUint16(0,(r&2147483648)>>16|n>>13,!1);else{let i=t-127;i<-24?jt.setUint16(0,0):i<-14?jt.setUint16(0,(e&2147483648)>>16|1<<24+i,!1):jt.setUint16(0,(e&2147483648)>>16|i+15<<10|n>>13,!1)}}}function yf(r,e){if(r.length-e<2)throw new Error(`${G} not enough data for float16`);let t=(r[e]<<8)+r[e+1];if(t===31744)return 1/0;if(t===64512)return-1/0;if(t===32256)return NaN;let n=t>>10&31,i=t&1023,o;return n===0?o=i*2**-24:n!==31?o=(i+1024)*2**(n-25):o=i===0?1/0:NaN,t&32768?-o:o}function Sy(r){jt.setFloat32(0,r,!1)}function gf(r,e){if(r.length-e<4)throw new Error(`${G} not enough data for float32`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,4).getFloat32(0,!1)}function zv(r){jt.setFloat64(0,r,!1)}function Iy(r,e){if(r.length-e<8)throw new Error(`${G} not enough data for float64`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,8).getFloat64(0,!1)}nl.compareTokens=Yt.compareTokens;function de(r,e,t){throw new Error(`${G} encountered invalid minor (${t}) for major ${r[e]>>>5}`)}function il(r){return()=>{throw new Error(`${G} ${r}`)}}var P=[];for(let r=0;r<=23;r++)P[r]=de;P[24]=Dm;P[25]=Om;P[26]=Pm;P[27]=Fm;P[28]=de;P[29]=de;P[30]=de;P[31]=de;for(let r=32;r<=55;r++)P[r]=de;P[56]=Vm;P[57]=Mm;P[58]=Hm;P[59]=zm;P[60]=de;P[61]=de;P[62]=de;P[63]=de;for(let r=64;r<=87;r++)P[r]=Km;P[88]=Gm;P[89]=qm;P[90]=Wm;P[91]=Ym;P[92]=de;P[93]=de;P[94]=de;P[95]=il("indefinite length bytes/strings are not supported");for(let r=96;r<=119;r++)P[r]=jm;P[120]=Xm;P[121]=Zm;P[122]=Jm;P[123]=Qm;P[124]=de;P[125]=de;P[126]=de;P[127]=il("indefinite length bytes/strings are not supported");for(let r=128;r<=151;r++)P[r]=ty;P[152]=ry;P[153]=ny;P[154]=iy;P[155]=oy;P[156]=de;P[157]=de;P[158]=de;P[159]=sy;for(let r=160;r<=183;r++)P[r]=ay;P[184]=cy;P[185]=ly;P[186]=uy;P[187]=dy;P[188]=de;P[189]=de;P[190]=de;P[191]=fy;for(let r=192;r<=215;r++)P[r]=hy;P[216]=py;P[217]=my;P[218]=yy;P[219]=gy;P[220]=de;P[221]=de;P[222]=de;P[223]=de;for(let r=224;r<=243;r++)P[r]=il("simple values are not supported");P[244]=de;P[245]=de;P[246]=de;P[247]=wy;P[248]=il("simple values are not supported");P[249]=xy;P[250]=by;P[251]=vy;P[252]=de;P[253]=de;P[254]=de;P[255]=Ey;var sr=[];for(let r=0;r<24;r++)sr[r]=new R(w.uint,r,1);for(let r=-1;r>=-24;r--)sr[31-r]=new R(w.negint,r,1);sr[64]=new R(w.bytes,new Uint8Array(0),1);sr[96]=new R(w.string,"",1);sr[128]=new R(w.array,0,1);sr[160]=new R(w.map,0,1);sr[244]=new R(w.false,!1,1);sr[245]=new R(w.true,!0,1);sr[246]=new R(w.null,null,1);function wf(r){switch(r.type){case w.false:return _r([244]);case w.true:return _r([245]);case w.null:return _r([246]);case w.bytes:return r.value.length?void 0:_r([64]);case w.string:return r.value===""?_r([96]):void 0;case w.array:return r.value===0?_r([128]):void 0;case w.map:return r.value===0?_r([160]):void 0;case w.uint:return r.value<24?_r([Number(r.value)]):void 0;case w.negint:if(r.value>=-24)return _r([31-Number(r.value)])}}var Gv={float64:!1,mapSorter:Wv,quickEncodeToken:wf};function xf(){let r=[];return r[w.uint.major]=Yt,r[w.negint.major]=Jc,r[w.bytes.major]=_o,r[w.string.major]=ey,r[w.array.major]=el,r[w.map.major]=tl,r[w.tag.major]=rl,r[w.float.major]=nl,r}var By=xf(),Ef=new ks,ol=class r{constructor(e,t){this.obj=e,this.parent=t}includes(e){let t=this;do if(t.obj===e)return!0;while(t=t.parent);return!1}static createCheck(e,t){if(e&&e.includes(t))throw new Error(`${nn} object contains circular references`);return new r(t,e)}},$n={null:new R(w.null,null),undefined:new R(w.undefined,void 0),true:new R(w.true,!0),false:new R(w.false,!1),emptyArray:new R(w.array,0),emptyMap:new R(w.map,0)},zn={number(r,e,t,n){return!Number.isInteger(r)||!Number.isSafeInteger(r)?new R(w.float,r):r>=0?new R(w.uint,r):new R(w.negint,r)},bigint(r,e,t,n){return r>=BigInt(0)?new R(w.uint,r):new R(w.negint,r)},Uint8Array(r,e,t,n){return new R(w.bytes,r)},string(r,e,t,n){return new R(w.string,r)},boolean(r,e,t,n){return r?$n.true:$n.false},null(r,e,t,n){return $n.null},undefined(r,e,t,n){return $n.undefined},ArrayBuffer(r,e,t,n){return new R(w.bytes,new Uint8Array(r))},DataView(r,e,t,n){return new R(w.bytes,new Uint8Array(r.buffer,r.byteOffset,r.byteLength))},Array(r,e,t,n){if(!r.length)return t.addBreakTokens===!0?[$n.emptyArray,new R(w.break)]:$n.emptyArray;n=ol.createCheck(n,r);let i=[],o=0;for(let s of r)i[o++]=Cs(s,t,n);return t.addBreakTokens?[new R(w.array,r.length),i,new R(w.break)]:[new R(w.array,r.length),i]},Object(r,e,t,n){let i=e!=="Object",o=i?r.keys():Object.keys(r),s=i?r.size:o.length;if(!s)return t.addBreakTokens===!0?[$n.emptyMap,new R(w.break)]:$n.emptyMap;n=ol.createCheck(n,r);let a=[],c=0;for(let u of o)a[c++]=[Cs(u,t,n),Cs(i?r.get(u):r[u],t,n)];return qv(a,t),t.addBreakTokens?[new R(w.map,s),a,new R(w.break)]:[new R(w.map,s),a]}};zn.Map=zn.Object;zn.Buffer=zn.Uint8Array;for(let r of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))zn[`${r}Array`]=zn.DataView;function Cs(r,e={},t){let n=Bm(r),i=e&&e.typeEncoders&&e.typeEncoders[n]||zn[n];if(typeof i=="function"){let s=i(r,n,e,t);if(s!=null)return s}let o=zn[n];if(!o)throw new Error(`${nn} unsupported type: ${n}`);return o(r,n,e,t)}function qv(r,e){e.mapSorter&&r.sort(e.mapSorter)}function Wv(r,e){let t=Array.isArray(r[0])?r[0][0]:r[0],n=Array.isArray(e[0])?e[0][0]:e[0];if(t.type!==n.type)return t.type.compare(n.type);let i=t.type.major,o=By[i].compareTokens(t,n);return o===0&&console.warn("WARNING: complex key types used, CBOR key sorting guarantees are gone"),o}function ky(r,e,t,n){if(Array.isArray(e))for(let i of e)ky(r,i,t,n);else t[e.type.major](r,e,n)}function bf(r,e,t){let n=Cs(r,t);if(!Array.isArray(n)&&t.quickEncodeToken){let i=t.quickEncodeToken(n);if(i)return i;let o=e[n.type.major];if(o.encodedSize){let s=o.encodedSize(n,t),a=new ks(s);if(o(a,n,t),a.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${n} was wrong`);return Bs(a.chunks[0])}}return Ef.reset(),ky(Ef,n,e,t),Ef.toBytes(!0)}function Kn(r,e){return e=Object.assign({},Gv,e),bf(r,By,e)}var Yv={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},vf=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let e=this.data[this._pos],t=sr[e];if(t===void 0){let n=P[e];if(!n)throw new Error(`${G} no decoder for major type ${e>>>5} (byte 0x${e.toString(16).padStart(2,"0")})`);let i=e&31;t=n(this.data,this._pos,i,this.options)}return this._pos+=t.encodedLength,t}},Ls=Symbol.for("DONE"),sl=Symbol.for("BREAK");function jv(r,e,t){let n=[];for(let i=0;i<r.value;i++){let o=Us(e,t);if(o===sl){if(r.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed array`)}if(o===Ls)throw new Error(`${G} found array but not enough entries (got ${i}, expected ${r.value})`);n[i]=o}return n}function Xv(r,e,t){let n=t.useMaps===!0,i=n?void 0:{},o=n?new Map:void 0;for(let s=0;s<r.value;s++){let a=Us(e,t);if(a===sl){if(r.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed map`)}if(a===Ls)throw new Error(`${G} found map but not enough entries (got ${s} [no key], expected ${r.value})`);if(n!==!0&&typeof a!="string")throw new Error(`${G} non-string keys not supported (got ${typeof a})`);if(t.rejectDuplicateMapKeys===!0&&(n&&o.has(a)||!n&&a in i))throw new Error(`${G} found repeat map key "${a}"`);let c=Us(e,t);if(c===Ls)throw new Error(`${G} found map but not enough entries (got ${s} [no value], expected ${r.value})`);n?o.set(a,c):i[a]=c}return n?o:i}function Us(r,e){if(r.done())return Ls;let t=r.next();if(t.type===w.break)return sl;if(t.type.terminal)return t.value;if(t.type===w.array)return jv(t,r,e);if(t.type===w.map)return Xv(t,r,e);if(t.type===w.tag){if(e.tags&&typeof e.tags[t.value]=="function"){let n=Us(r,e);return e.tags[t.value](n)}throw new Error(`${G} tag not supported (${t.value})`)}throw new Error("unsupported")}function Af(r,e){if(!(r instanceof Uint8Array))throw new Error(`${G} data to decode must be a Uint8Array`);e=Object.assign({},Yv,e);let t=e.tokenizer||new vf(r,e),n=Us(t,e);if(n===Ls)throw new Error(`${G} did not find any content to decode`);if(n===sl)throw new Error(`${G} got unexpected break`);return[n,r.subarray(t.pos())]}function lt(r,e){let[t,n]=Af(r,e);if(n.length>0)throw new Error(`${G} too many terminals, data makes no sense`);return t}var wt=Q(Ce(),1);var Ry=oe("ipns:utils"),Ty=V("/ipns/"),Zv=114,Ny=async(r,e)=>{if(e==null||r==null){let n=new Error("one or more of the provided parameters are not defined");throw Ry.error(n),(0,wt.default)(n,df)}let t;if(e.pubKey!=null){try{t=lf(e.pubKey)}catch(i){throw Ry.error(i),i}if(!(await v0(e.pubKey)).equals(r))throw(0,wt.default)(new Error("Embedded public key did not match PeerID"),_m)}else r.publicKey!=null&&(t=lf(r.publicKey));if(t!=null)return t;throw(0,wt.default)(new Error("no public key is available"),df)},Cy=(r,e,t)=>{let n=V(e);return ye([r,t,n])},cl=r=>{let e=V("ipns-signature:");return ye([e,r])},sn=r=>"signatureV1"in r?We.encode({value:V(r.value),signatureV1:r.signatureV1,validityType:r.validityType,validity:V(r.validity),sequence:r.sequence,ttl:r.ttl,pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data}):We.encode({pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data});function ut(r){let e=We.decode(r);if(e.sequence!=null&&(e.sequence=BigInt(e.sequence)),e.ttl!=null&&(e.ttl=BigInt(e.ttl)),e.signatureV2==null||e.data==null)throw(0,wt.default)(new Error("missing data or signatureV2"),rn);let t=Uy(e.data),n=_f(t.Value),i=Z(t.Validity);if(e.value!=null&&e.signatureV1!=null)return Jv(e),{value:n,validityType:We.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV1:e.signatureV1,signatureV2:e.signatureV2,data:e.data};if(e.signatureV2!=null)return{value:n,validityType:We.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data};throw new Error("invalid record: does not include signatureV1 or signatureV2")}var Bo=r=>ye([Ty,r.toBytes()]),ko=r=>cs(r.slice(Ty.length)),Ly=(r,e,t,n,i)=>{let o;if(e===We.ValidityType.EOL)o=0;else throw(0,wt.default)(new Error("Unknown validity type"),Is);return Kn({Value:r,Validity:t,ValidityType:o,Sequence:n,TTL:i})},Uy=r=>{let e=lt(r);if(e.ValidityType===0)e.ValidityType=We.ValidityType.EOL;else throw(0,wt.default)(new Error("Unknown validity type"),Is);return Number.isInteger(e.Sequence)&&(e.Sequence=BigInt(e.Sequence)),Number.isInteger(e.TTL)&&(e.TTL=BigInt(e.TTL)),e},_f=r=>{if(r!=null){if(Up(r))return`/ipns/${r.toCID().toString(kn)}`;if(r instanceof Uint8Array){let n=Z(r);n.startsWith("/")&&(r=n)}let e=r.toString().trim();if(e.startsWith("/")&&e.length>1)return e;let t=F.asCID(r);if(t!=null)return t.code===Zv?`/ipns/${t.toString(kn)}`:`/ipfs/${t.toV1().toString()}`;try{return r instanceof Uint8Array?`/ipfs/${F.decode(r).toV1().toString()}`:`/ipfs/${F.parse(e).toV1().toString()}`}catch{}}throw(0,wt.default)(new Error("Value must be a valid content path starting with /"),Am)},Jv=r=>{if(r.data==null)throw(0,wt.default)(new Error("Record data is missing"),vm);let e=Uy(r.data);if(!he(e.Value,r.value??new Uint8Array(0)))throw(0,wt.default)(new Error('Field "value" did not match between protobuf and CBOR'),rn);if(!he(e.Validity,r.validity??new Uint8Array(0)))throw(0,wt.default)(new Error('Field "validity" did not match between protobuf and CBOR'),rn);if(e.ValidityType!==r.validityType)throw(0,wt.default)(new Error('Field "validityType" did not match between protobuf and CBOR'),rn);if(e.Sequence!==r.sequence)throw(0,wt.default)(new Error('Field "sequence" did not match between protobuf and CBOR'),rn);if(e.TTL!==r.ttl)throw(0,wt.default)(new Error('Field "ttl" did not match between protobuf and CBOR'),rn)};var Qv=oe("ipns"),eA=et.code,tA="/ipns/",CC=tA.length,Oy={v1Compatible:!0};async function Py(r,e,t,n,i=Oy){let o=new Dy.default(Date.now()+Number(n)),s=We.ValidityType.EOL,[a,c]=n.toString().split("."),u=BigInt(a)*BigInt(1e5)+BigInt(c??"0");return rA(r,e,t,s,o.toString(),u,i)}var rA=async(r,e,t,n,i,o,s=Oy)=>{t=BigInt(t);let a=V(i),c=_f(e),u=V(c);if(r.privateKey==null)throw(0,Sf.default)(new Error("Missing private key"),Sm);let l=await wm(r.privateKey),d=Ly(u,n,a,t,o),p=cl(d),f=await l.sign(p),h;if(r.publicKey!=null){let m=st(r.toBytes());(m.code!==eA||!he(r.publicKey,m.digest))&&(h=r.publicKey)}if(s.v1Compatible===!0){let m=await nA(l,u,n,a),y={value:c,signatureV1:m,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:f,data:d};return h!=null&&(y.pubKey=h),y}else{let m={value:c,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:f,data:d};return h!=null&&(m.pubKey=h),m}};var nA=async(r,e,t,n)=>{try{let i=Cy(e,t,n);return await r.sign(i)}catch(i){throw Qv.error("record signature creation failed",i),(0,Sf.default)(new Error("record signature creation failed"),bm)}};var Ds=Q(Ce(),1),Fy=Q(jc(),1);var ll=oe("ipns:validator"),iA=1024*10,oA=async(r,e)=>{let t=ut(e),n;try{let i=cl(t.data);n=await r.verify(i,t.signatureV2)}catch{n=!1}if(!n)throw ll.error("record signature verification failed"),(0,Ds.default)(new Error("record signature verification failed"),rn);if(t.validityType===We.ValidityType.EOL){if(Fy.default.fromString(t.validity).toDate().getTime()<Date.now())throw ll.error("record has expired"),(0,Ds.default)(new Error("record has expired"),xm)}else if(t.validityType!=null)throw ll.error("unrecognized validity type"),(0,Ds.default)(new Error("unrecognized validity type"),Is);ll("ipns record for %s is valid",t.value)};async function ul(r,e){if(e.byteLength>iA)throw(0,Ds.default)(new Error("record too large"),Im);let t=ko(r),n=ut(e),i=await Ny(t,n);await oA(i,e)}async function*Os(r){let e=/\r?\n/,t=new TextDecoder("utf8"),n="";for await(let i of r){typeof i=="string"&&(i=new TextEncoder().encode(i)),n+=t.decode(i,{stream:!0});let o=n.split(e);n=o.pop()??"";for(let s=0;s<o.length;s++)yield JSON.parse(o[s])}n+=t.decode(),n!==""&&(yield JSON.parse(n))}var Bf=Q(My(),1);var Fs=class extends Error{constructor(e){super(e),this.name="TimeoutError"}},kf=class extends Error{constructor(e){super(),this.name="AbortError",this.message=e}},Hy=r=>globalThis.DOMException===void 0?new kf(r):new DOMException(r),$y=r=>{let e=r.reason===void 0?Hy("This operation was aborted."):r.reason;return e instanceof Error?e:Hy(e)};function Vs(r,e){let{milliseconds:t,fallback:n,message:i,customTimers:o={setTimeout,clearTimeout}}=e,s,c=new Promise((u,l)=>{if(typeof t!="number"||Math.sign(t)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${t}\``);if(e.signal){let{signal:p}=e;p.aborted&&l($y(p)),p.addEventListener("abort",()=>{l($y(p))})}if(t===Number.POSITIVE_INFINITY){r.then(u,l);return}let d=new Fs;s=o.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(p){l(p)}return}typeof r.cancel=="function"&&r.cancel(),i===!1?u():i instanceof Error?l(i):(d.message=i??`Promise timed out after ${t} milliseconds`,l(d))},t),(async()=>{try{u(await r)}catch(p){l(p)}})()}).finally(()=>{c.clear()});return c.clear=()=>{o.clearTimeout.call(void 0,s),s=void 0},c}function Rf(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var Ms=class{#e=[];enqueue(e,t){t={priority:0,...t};let n={priority:t.priority,run:e};if(this.size&&this.#e[this.size-1].priority>=t.priority){this.#e.push(n);return}let i=Rf(this.#e,n,(o,s)=>s.priority-o.priority);this.#e.splice(i,0,n)}dequeue(){return this.#e.shift()?.run}filter(e){return this.#e.filter(t=>t.priority===e.priority).map(t=>t.run)}get size(){return this.#e.length}};var it=class extends Bf.default{#e;#t;#r=0;#s;#c;#p=0;#i;#l;#n;#m;#o=0;#u;#a;#y;timeout;constructor(e){if(super(),e={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:Ms,...e},!(typeof e.intervalCap=="number"&&e.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${e.intervalCap?.toString()??""}\` (${typeof e.intervalCap})`);if(e.interval===void 0||!(Number.isFinite(e.interval)&&e.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${e.interval?.toString()??""}\` (${typeof e.interval})`);this.#e=e.carryoverConcurrencyCount,this.#t=e.intervalCap===Number.POSITIVE_INFINITY||e.interval===0,this.#s=e.intervalCap,this.#c=e.interval,this.#n=new e.queueClass,this.#m=e.queueClass,this.concurrency=e.concurrency,this.timeout=e.timeout,this.#y=e.throwOnTimeout===!0,this.#a=e.autoStart===!1}get#E(){return this.#t||this.#r<this.#s}get#x(){return this.#o<this.#u}#b(){this.#o--,this.#d(),this.emit("next")}#v(){this.#w(),this.#g(),this.#l=void 0}get#A(){let e=Date.now();if(this.#i===void 0){let t=this.#p-e;if(t<0)this.#r=this.#e?this.#o:0;else return this.#l===void 0&&(this.#l=setTimeout(()=>{this.#v()},t)),!0}return!1}#d(){if(this.#n.size===0)return this.#i&&clearInterval(this.#i),this.#i=void 0,this.emit("empty"),this.#o===0&&this.emit("idle"),!1;if(!this.#a){let e=!this.#A;if(this.#E&&this.#x){let t=this.#n.dequeue();return t?(this.emit("active"),t(),e&&this.#g(),!0):!1}}return!1}#g(){this.#t||this.#i!==void 0||(this.#i=setInterval(()=>{this.#w()},this.#c),this.#p=Date.now()+this.#c)}#w(){this.#r===0&&this.#o===0&&this.#i&&(clearInterval(this.#i),this.#i=void 0),this.#r=this.#e?this.#o:0,this.#f()}#f(){for(;this.#d(););}get concurrency(){return this.#u}set concurrency(e){if(!(typeof e=="number"&&e>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${e}\` (${typeof e})`);this.#u=e,this.#f()}async#_(e){return new Promise((t,n)=>{e.addEventListener("abort",()=>{n(e.reason)},{once:!0})})}async add(e,t={}){return t={timeout:this.timeout,throwOnTimeout:this.#y,...t},new Promise((n,i)=>{this.#n.enqueue(async()=>{this.#o++,this.#r++;try{t.signal?.throwIfAborted();let o=e({signal:t.signal});t.timeout&&(o=Vs(Promise.resolve(o),{milliseconds:t.timeout})),t.signal&&(o=Promise.race([o,this.#_(t.signal)]));let s=await o;n(s),this.emit("completed",s)}catch(o){if(o instanceof Fs&&!t.throwOnTimeout){n();return}i(o),this.emit("error",o)}finally{this.#b()}},t),this.emit("add"),this.#d()})}async addAll(e,t){return Promise.all(e.map(async n=>this.add(n,t)))}start(){return this.#a?(this.#a=!1,this.#f(),this):this}pause(){this.#a=!0}clear(){this.#n=new this.#m}async onEmpty(){this.#n.size!==0&&await this.#h("empty")}async onSizeLessThan(e){this.#n.size<e||await this.#h("next",()=>this.#n.size<e)}async onIdle(){this.#o===0&&this.#n.size===0||await this.#h("idle")}async#h(e,t){return new Promise(n=>{let i=()=>{t&&!t()||(this.off(e,i),n())};this.on(e,i)})}get size(){return this.#n.size}sizeBy(e){return this.#n.filter(e).length}get pending(){return this.#o}get isPaused(){return this.#a}};function cA(r){return r[Symbol.asyncIterator]!=null}function lA(r){if(cA(r))return(async()=>{for await(let e of r)return e})();for(let e of r)return e}var Ii=lA;var Tf=V("/ipns/");function zy(r){return he(r.subarray(0,Tf.byteLength),Tf)}var Ky=r=>cs(r.slice(Tf.length)),fl=class{client;constructor(e){this.client=e}async*findProviders(e,t={}){yield*tt(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs??[]}))}async provide(){}async put(e,t,n){if(!zy(e))return;let i=Ky(e),o=ut(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!zy(e))throw new O("Not found","ERR_NOT_FOUND");let n=Ky(e);try{let i=await this.client.getIPNS(n,t);return sn(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}},hl=class{client;constructor(e){this.client=e}async findPeer(e,t={}){let n=await Ii(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){}};var Et=oe("delegated-routing-v1-http-api-client"),Gy={concurrentRequests:4,timeout:3e4},pl=class{started;httpQueue;shutDownController;clientUrl;timeout;contentRouting;peerRouting;constructor(e,t={}){this.started=!1,this.shutDownController=new AbortController,Wi(1/0,this.shutDownController.signal),this.httpQueue=new it({concurrency:t.concurrentRequests??Gy.concurrentRequests}),this.clientUrl=e instanceof URL?e:new URL(e),this.timeout=t.timeout??Gy.timeout,this.contentRouting=new fl(this),this.peerRouting=new hl(this)}get[rs](){return this.contentRouting}get[ns](){return this.peerRouting}isStarted(){return this.started}start(){this.started=!0}stop(){this.httpQueue.clear(),this.shutDownController.abort(),this.started=!1}async*getProviders(e,t={}){Et("getProviders starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/providers/${e.toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let d of l.Providers){let p=this.#e(d);p!=null&&(yield p)}}else for await(let l of Os(za(c.body))){let d=this.#e(l);d!=null&&(yield d)}}catch(s){Et.error("getProviders errored:",s)}finally{n.clear(),o.resolve(),Et("getProviders finished: %c",e)}}async*getPeers(e,t={}){Et("getPeers starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/peers/${e.toCID().toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let d of l.Peers){let p=this.#e(d);p!=null&&(yield p)}}else for await(let l of Os(za(c.body))){let d=this.#e(l);d!=null&&(yield d)}}catch(s){Et.error("getPeers errored:",s)}finally{n.clear(),o.resolve(),Et("getPeers finished: %c",e)}}async getIPNS(e,t={}){Et("getIPNS starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));let s=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await i.promise;let c=await fetch(s,{headers:{Accept:"application/vnd.ipfs.ipns-record"},signal:n});if(Et("getIPNS GET %s %d",s,c.status),c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("GET ipns response had no body","ERR_BAD_RESPONSE");let u=await c.arrayBuffer(),l=new Uint8Array(u,0,u.byteLength);return t.validate!==!1&&await ul(Bo(e),l),ut(l)}catch(a){throw Et.error("getIPNS GET %s error:",s,a),a}finally{n.clear(),o.resolve(),Et("getIPNS finished: %c",e)}}async putIPNS(e,t,n={}){Et("putIPNS starts: %c",e);let i=ui([this.shutDownController.signal,n.signal,AbortSignal.timeout(this.timeout)]),o=_e(),s=_e();this.httpQueue.add(async()=>(o.resolve(),s.promise));let a=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await o.promise;let c=sn(t),l=await fetch(a,{method:"PUT",headers:{"Content-Type":"application/vnd.ipfs.ipns-record"},body:c,signal:i});if(Et("putIPNS PUT %s %d",a,l.status),l.status!==200)throw new O("PUT ipns response had status other than 200","ERR_BAD_RESPONSE")}catch(c){throw Et.error("putIPNS PUT %s error:",a,c.stack),c}finally{i.clear(),s.resolve(),Et("putIPNS finished: %c",e)}}#e(e){let t=[],n=e.Addrs?.map(kd)??[];return e.Protocols!=null&&t.push(...e.Protocols),e.Protocol!=null&&(t.push(e.Protocol),delete e.Protocol),{...e,Schema:"peer",ID:It(e.ID),Addrs:n,Protocols:t}}};function qy(r,e={}){return new pl(new URL(r),e)}var Wy=V("/ipns/");function Yy(r){return he(r.subarray(0,Wy.byteLength),Wy)}var Nf=class{client;constructor(e){this.client=qy(e)}async provide(e,t){}async*findProviders(e,t){yield*tt(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs,protocols:n.Protocols}))}async put(e,t,n){if(!Yy(e))return;let i=ko(e),o=ut(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!Yy(e))throw new O("Not found","ERR_NOT_FOUND");let n=ko(e);try{let i=await this.client.getIPNS(n,t);return sn(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}async findPeer(e,t){let n=await Ii(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t){}};function Hs(r){return new Nf(new URL(r))}var Cf=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function ml(r,e,t,n){let i=new Cf(n?.errorMessage,n?.errorCode);return t?.aborted===!0?Promise.reject(i):new Promise((o,s)=>{let a=u=>{try{if(n?.filter?.(u)===!1)return}catch(l){r.removeEventListener(e,a),t?.removeEventListener("abort",c),s(l);return}r.removeEventListener(e,a),t?.removeEventListener("abort",c),o(u)},c=()=>{r.removeEventListener(e,a),t?.removeEventListener("abort",c),s(i)};r.addEventListener(e,a),t?.addEventListener("abort",c)})}var yl=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function jy(r,e,t){if(e==null)return r;if(e.aborted)return Promise.reject(new yl(t?.errorMessage,t?.errorCode));let n,i=new yl(t?.errorMessage,t?.errorCode);try{return await Promise.race([r,new Promise((o,s)=>{n=()=>{s(i)},e.addEventListener("abort",n)})])}finally{n!=null&&e.removeEventListener("abort",n)}}var gl=class{deferred;signal;where;constructor(e,t){this.signal=t,this.deferred=_e(),this.where=e,this.onAbort=this.onAbort.bind(this),this.signal?.addEventListener("abort",this.onAbort)}onAbort(){this.deferred.reject(new An)}cleanup(){this.signal?.removeEventListener("abort",this.onAbort)}};function uA(){return`${parseInt(String(Math.random()*1e9),10).toString()}${Date.now()}`}var wl=class{id;fn;options;priority;recipients;status;timeline;controller;constructor(e,t,n=0){this.id=uA(),this.status="queued",this.fn=e,this.priority=n,this.options=t,this.recipients=[],this.timeline={created:Date.now()},this.controller=new AbortController,Wi(1/0,this.controller.signal),this.onAbort=this.onAbort.bind(this)}abort(e){this.controller.abort(e)}onAbort(){this.recipients.reduce((t,n)=>t&&n.signal?.aborted===!0,!0)&&this.controller.abort(new An)}async join(e={}){let t=new gl(new Error("where").stack,e.signal);return this.recipients.push(t),e.signal?.addEventListener("abort",this.onAbort),t.deferred.promise}async run(){this.status="running",this.timeline.started=Date.now();try{this.controller.signal.throwIfAborted();let e=await jy(this.fn({...this.options??{},signal:this.controller.signal}),this.controller.signal);this.recipients.forEach(t=>{t.deferred.resolve(e)}),this.status="complete"}catch(e){this.recipients.forEach(t=>{t.deferred.reject(e)}),this.status="errored"}finally{this.timeline.finished=Date.now(),this.cleanup()}}cleanup(){this.recipients.forEach(e=>{e.signal?.removeEventListener("abort",this.onAbort)})}};function dA(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var $s=class extends Ia{concurrency;queue;pending;constructor(e={}){super(),this.concurrency=e.concurrency??Number.POSITIVE_INFINITY,this.pending=0,e.metricName!=null&&e.metrics?.registerMetricGroup(e.metricName,{calculate:()=>({size:this.queue.length,running:this.pending,queued:this.queue.length-this.pending})}),this.queue=[]}tryToStartAnother(){if(this.size===0)return queueMicrotask(()=>{this.safeDispatchEvent("empty")}),this.running===0&&queueMicrotask(()=>{this.safeDispatchEvent("idle")}),!1;if(this.pending<this.concurrency){let e;for(let t of this.queue)if(t.status==="queued"){e=t;break}return e==null?!1:(this.safeDispatchEvent("active"),this.pending++,e.run().finally(()=>{for(let t=0;t<this.queue.length;t++)if(this.queue[t]===e){this.queue.splice(t,1);break}this.pending--,this.tryToStartAnother(),this.safeDispatchEvent("next")}),!0)}return!1}enqueue(e){if(this.queue[this.size-1]?.priority>=e.priority){this.queue.push(e);return}let t=dA(this.queue,e,(n,i)=>i.priority-n.priority);this.queue.splice(t,0,e)}async add(e,t){t?.signal?.throwIfAborted();let n=new wl(e,t,t?.priority),i=n.join(t).then(o=>(this.safeDispatchEvent("completed",{detail:o}),o)).catch(o=>{throw this.safeDispatchEvent("error",{detail:o}),o});return this.enqueue(n),this.safeDispatchEvent("add"),this.tryToStartAnother(),i}clear(){this.queue.splice(0,this.queue.length)}abort(){this.queue.forEach(e=>{e.abort(new An)}),this.clear()}async onEmpty(e){this.size!==0&&await ml(this,"empty",e?.signal)}async onSizeLessThan(e,t){this.size<e||await ml(this,"next",t?.signal,{filter:()=>this.size<e})}async onIdle(e){this.pending===0&&this.size===0||await ml(this,"idle",e?.signal)}get size(){return this.queue.length}get queued(){return this.queue.length-this.pending}get running(){return this.pending}async*toGenerator(e){e?.signal?.throwIfAborted();let t=Kt({objectMode:!0}),n=c=>{c!=null?this.abort():this.clear(),t.end(c)},i=c=>{c.detail!=null&&t.push(c.detail)},o=c=>{n(c.detail)},s=()=>{n()},a=()=>{n(new O("Queue aborted","ERR_QUEUE_ABORTED"))};this.addEventListener("completed",i),this.addEventListener("error",o),this.addEventListener("idle",s),e?.signal?.addEventListener("abort",a);try{yield*t}finally{this.removeEventListener("completed",i),this.removeEventListener("error",o),this.removeEventListener("idle",s),e?.signal?.removeEventListener("abort",a),n()}}};var Qy="/pin/",Xy="/pinned-block/",Lf=kn,Zy=1;function Jy(r){return r.version===0&&(r=r.toV1()),new Le(`${Qy}${r.toString(Lf)}`)}var El=class{datastore;blockstore;dagWalkers;constructor(e,t,n){this.datastore=e,this.blockstore=t,this.dagWalkers=n}async*add(e,t={}){let n=Jy(e);if(await this.datastore.has(n))throw new Error("Already pinned");let i=Math.round(t.depth??1/0);if(i<0)throw new Error("Depth must be greater than or equal to 0");let o=new $s({concurrency:Zy});for await(let a of this.#e(e,o,{...t,depth:i}))await this.#t(a,c=>c.pinnedBy.find(u=>he(u,e.bytes))!=null?!1:(c.pinCount++,c.pinnedBy.push(e.bytes),!0),t),yield a;let s={depth:i,metadata:t.metadata??{}};await this.datastore.put(n,Kn(s),t)}async*#e(e,t,n){if(n.depth===-1)return;let i=this.dagWalkers[e.code];if(i==null)throw new Error(`No dag walker found for cid codec ${e.code}`);let o=await this.blockstore.get(e,n);yield e;for await(let s of i.walk(o))yield*await t.add(async()=>this.#e(s,t,{...n,depth:n.depth-1}))}async#t(e,t,n){let i=new Le(`${Xy}${Lf.encode(e.multihash.bytes)}`),o={pinCount:0,pinnedBy:[]};try{o=lt(await this.datastore.get(i,n))}catch(a){if(a.code!=="ERR_NOT_FOUND")throw a}if(t(o)){if(o.pinCount===0&&await this.datastore.has(i)){await this.datastore.delete(i);return}await this.datastore.put(i,Kn(o),n),n.onProgress?.(new M("helia:pin:add",e))}}async*rm(e,t={}){let n=Jy(e),i=await this.datastore.get(n,t),o=lt(i);await this.datastore.delete(n,t);let s=new $s({concurrency:Zy});for await(let a of this.#e(e,s,{...t,depth:o.depth}))await this.#t(a,c=>(c.pinCount--,c.pinnedBy=c.pinnedBy.filter(u=>he(u,e.bytes)),!0),{...t,depth:o.depth}),yield a}async*ls(e={}){for await(let{key:t,value:n}of this.datastore.query({prefix:Qy+(e.cid!=null?`${e.cid.toString(kn)}`:"")},e)){let i=F.parse(t.toString().substring(5),kn),o=lt(n);yield{cid:i,...o}}}async isPinned(e,t={}){let n=new Le(`${Xy}${Lf.encode(e.multihash.bytes)}`);return this.datastore.has(n,t)}};function Uf(r,e){let t={[Symbol.iterator]:()=>t,next:()=>{let n=r.next(),i=n.value;return n.done===!0||i==null?{done:!0,value:void 0}:{done:!1,value:e(i)}}};return t}var Ro=class r{set;constructor(e){if(this.set=new Set,e!=null)for(let t of e)this.set.add(t.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(e){this.set.add(e.toString())}clear(){this.set.clear()}delete(e){this.set.delete(e.toString())}entries(){return Uf(this.set.entries(),e=>{let t=It(e[0]);return[t,t]})}forEach(e){this.set.forEach(t=>{let n=It(t);e(n,n,this)})}has(e){return this.set.has(e.toString())}values(){return Uf(this.set.values(),e=>It(e))}intersection(e){let t=new r;for(let n of e)this.has(n)&&t.add(n);return t}difference(e){let t=new r;for(let n of this)e.has(n)||t.add(n);return t}union(e){let t=new r;for(let n of e)t.add(n);for(let n of this)t.add(n);return t}};var xl=class{log;routers;constructor(e,t){this.log=e.logger.forComponent("helia:routing"),this.routers=t.routers??[]}async start(){await _n(...this.routers)}async stop(){await Sn(...this.routers)}async*findProviders(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new Ro;for await(let i of Hr(...To(this.routers,"findProviders").map(o=>o.findProviders(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}async provide(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");await Promise.all(To(this.routers,"provide").map(async n=>{await n.provide(e,t)}))}async put(e,t,n){await Promise.all(To(this.routers,"put").map(async i=>{await i.put(e,t,n)}))}async get(e,t){return Promise.any(To(this.routers,"get").map(async n=>n.get(e,t)))}async findPeer(e,t){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=this,i=Hr(...To(this.routers,"findPeer").map(o=>async function*(){try{yield await o.findPeer(e,t)}catch(s){n.log.error(s)}}()));for await(let o of i)if(o!=null)return o;throw new O("Could not find peer in routing","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new Ro;for await(let i of Hr(...To(this.routers,"getClosestPeers").map(o=>o.getClosestPeers(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}};function To(r,e){return r.filter(t=>t[e]!=null)}var Gn={},No=r=>{r.addEventListener("message",e=>{No.dispatchEvent("message",r,e)}),r.port!=null&&r.port.addEventListener("message",e=>{No.dispatchEvent("message",r,e)})};No.addEventListener=(r,e)=>{Gn[r]==null&&(Gn[r]=[]),Gn[r].push(e)};No.removeEventListener=(r,e)=>{Gn[r]!=null&&(Gn[r]=Gn[r].filter(t=>t===e))};No.dispatchEvent=function(r,e,t){Gn[r]!=null&&Gn[r].forEach(n=>n(e,t))};var Df=No;var Of="lock:worker:request-read",Pf="lock:worker:release-read",Ff="lock:master:grant-read",Vf="lock:worker:request-write",Mf="lock:worker:release-write",Hf="lock:master:grant-write";var eg=(r=21)=>Math.random().toString().substring(2);var tg=(r,e,t,n,i)=>(o,s)=>{if(s.data.type!==t)return;let a={type:s.data.type,name:s.data.name,identifier:s.data.identifier};r.dispatchEvent(new MessageEvent(e,{data:{name:a.name,handler:async()=>{o.postMessage({type:i,name:a.name,identifier:a.identifier}),await new Promise(c=>{let u=l=>{if(l==null||l.data==null)return;let d={type:l.data.type,name:l.data.name,identifier:l.data.identifier};d.type===n&&d.identifier===a.identifier&&(o.removeEventListener("message",u),c())};o.addEventListener("message",u)})}}}))},rg=(r,e,t,n)=>async()=>{let i=eg();return globalThis.postMessage({type:e,identifier:i,name:r}),new Promise(o=>{let s=a=>{if(a==null||a.data==null)return;let c={type:a.data.type,identifier:a.data.identifier};c.type===t&&c.identifier===i&&(globalThis.removeEventListener("message",s),o(()=>{globalThis.postMessage({type:n,identifier:i,name:r})}))};globalThis.addEventListener("message",s)})},fA={singleProcess:!1},ng=r=>{if(r=Object.assign({},fA,r),!!globalThis.document||r.singleProcess){let t=new EventTarget;return Df.addEventListener("message",tg(t,"requestReadLock",Of,Pf,Ff)),Df.addEventListener("message",tg(t,"requestWriteLock",Vf,Mf,Hf)),t}return{isWorker:!0,readLock:t=>rg(t,Of,Ff,Pf),writeLock:t=>rg(t,Vf,Hf,Mf)}};var Bi={},qn;async function $f(r,e){let t,n=new Promise(i=>{t=i});return r.add(async()=>Vs((async()=>{await new Promise(i=>{t(()=>{i()})})})(),{milliseconds:e.timeout})),n}var hA=(r,e)=>{if(qn.isWorker===!0)return{readLock:qn.readLock(r,e),writeLock:qn.writeLock(r,e)};let t=new it({concurrency:1}),n;return{async readLock(){if(n!=null)return $f(n,e);n=new it({concurrency:e.concurrency,autoStart:!1});let i=n,o=$f(n,e);return t.add(async()=>{i.start(),await i.onIdle().then(()=>{n===i&&(n=null)})}),o},async writeLock(){return n=null,$f(t,e)}}},pA={name:"lock",concurrency:1/0,timeout:846e5,singleProcess:!1};function zf(r){let e=Object.assign({},pA,r);return qn==null&&(qn=ng(e),qn.isWorker!==!0&&(qn.addEventListener("requestReadLock",t=>{Bi[t.data.name]!=null&&Bi[t.data.name].readLock().then(async n=>t.data.handler().finally(()=>{n()}))}),qn.addEventListener("requestWriteLock",async t=>{Bi[t.data.name]!=null&&Bi[t.data.name].writeLock().then(async n=>t.data.handler().finally(()=>{n()}))}))),Bi[e.name]==null&&(Bi[e.name]=hA(e.name,e)),Bi[e.name]}var bl=class{lock;child;pins;started;constructor(e,t,n={}){this.child=e,this.pins=t,this.lock=zf({singleProcess:n.holdGcLock}),this.started=!1}isStarted(){return this.started}async start(){await _n(this.child),this.started=!0}async stop(){await Sn(this.child),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){let i=await this.lock.readLock();try{return await this.child.put(e,t,n)}finally{i()}}async*putMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.putMany(e,t)}finally{n()}}async get(e,t={}){let n=await this.lock.readLock();try{return await this.child.get(e,t)}finally{n()}}async*getMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.getMany(e,t)}finally{n()}}async delete(e,t={}){let n=await this.lock.writeLock();try{if(await this.pins.isPinned(e))throw new Error("CID was pinned");await this.child.delete(e,t)}finally{n()}}async*deleteMany(e,t={}){let n=await this.lock.writeLock();try{let i=this;yield*this.child.deleteMany(async function*(){for await(let o of e){if(await i.pins.isPinned(o))throw new Error("CID was pinned");yield o}}(),t)}finally{n()}}async has(e,t={}){let n=await this.lock.readLock();try{return await this.child.has(e,t)}finally{n()}}async*getAll(e={}){let t=await this.lock.readLock();try{yield*this.child.getAll(e)}finally{t()}}};var ig=42;function mA(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}function yA(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=F.asCID(r);if(!e)return null;let t=new Uint8Array(e.bytes.byteLength+1);return t.set(e.bytes,1),[new R(w.tag,ig),new R(w.bytes,t)]}function gA(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function wA(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var Kf={float64:!0,typeEncoders:{Object:yA,undefined:gA,number:wA}},LU={...Kf,typeEncoders:{...Kf.typeEncoders}};function EA(r){if(r[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");return F.decode(r.subarray(1))}var vl={allowIndefinite:!1,coerceUndefinedToNull:!0,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};vl.tags[ig]=EA;var UU={...vl,tags:vl.tags.slice()};var Wn=113,zs=r=>Kn(r,Kf),ki=r=>lt(mA(r),vl);var Gf=class extends Array{constructor(){super(),this.inRecursive=[]}prefix(e){let t=this.inRecursive[this.inRecursive.length-1];t&&(t.type===w.array&&(t.elements++,t.elements!==1&&e.push([44])),t.type===w.map&&(t.elements++,t.elements!==1&&(t.elements%2===1?e.push([44]):e.push([58]))))}[w.uint.major](e,t){this.prefix(e);let n=String(t.value),i=[];for(let o=0;o<n.length;o++)i[o]=n.charCodeAt(o);e.push(i)}[w.negint.major](e,t){this[w.uint.major](e,t)}[w.bytes.major](e,t){throw new Error(`${nn} unsupported type: Uint8Array`)}[w.string.major](e,t){this.prefix(e);let n=Zc(JSON.stringify(t.value));e.push(n.length>32?Bs(n):n)}[w.array.major](e,t){this.prefix(e),this.inRecursive.push({type:w.array,elements:0}),e.push([91])}[w.map.major](e,t){this.prefix(e),this.inRecursive.push({type:w.map,elements:0}),e.push([123])}[w.tag.major](e,t){}[w.float.major](e,t){if(t.type.name==="break"){let s=this.inRecursive.pop();if(s){if(s.type===w.array)e.push([93]);else if(s.type===w.map)e.push([125]);else throw new Error("Unexpected recursive type; this should not happen!");return}throw new Error("Unexpected break; this should not happen!")}if(t.value===void 0)throw new Error(`${nn} unsupported type: undefined`);if(this.prefix(e),t.type.name==="true"){e.push([116,114,117,101]);return}else if(t.type.name==="false"){e.push([102,97,108,115,101]);return}else if(t.type.name==="null"){e.push([110,117,108,108]);return}let n=String(t.value),i=[],o=!1;for(let s=0;s<n.length;s++)i[s]=n.charCodeAt(s),!o&&(i[s]===46||i[s]===101||i[s]===69)&&(o=!0);o||(i.push(46),i.push(48)),e.push(i)}};function xA(r,e){if(Array.isArray(r[0])||Array.isArray(e[0]))throw new Error(`${nn} complex map keys are not supported`);let t=r[0],n=e[0];if(t.type!==w.string||n.type!==w.string)throw new Error(`${nn} non-string map keys are not supported`);if(t<n)return-1;if(t>n)return 1;throw new Error(`${nn} unexpected duplicate map keys, this is not supported`)}var bA={addBreakTokens:!0,mapSorter:xA};function Gs(r,e){return e=Object.assign({},bA,e),bf(r,new Gf,e)}var Yn=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t,this.modeStack=["value"],this.lastToken=""}pos(){return this._pos}done(){return this._pos>=this.data.length}ch(){return this.data[this._pos]}currentMode(){return this.modeStack[this.modeStack.length-1]}skipWhitespace(){let e=this.ch();for(;e===32||e===9||e===13||e===10;)e=this.data[++this._pos]}expect(e){if(this.data.length-this._pos<e.length)throw new Error(`${G} unexpected end of input at position ${this._pos}`);for(let t=0;t<e.length;t++)if(this.data[this._pos++]!==e[t])throw new Error(`${G} unexpected token at position ${this._pos}, expected to find '${String.fromCharCode(...e)}'`)}parseNumber(){let e=this._pos,t=!1,n=!1,i=a=>{for(;!this.done();){let c=this.ch();if(a.includes(c))this._pos++;else break}};if(this.ch()===45&&(t=!0,this._pos++),this.ch()===48)if(this._pos++,this.ch()===46)this._pos++,n=!0;else return new R(w.uint,0,this._pos-e);if(i([48,49,50,51,52,53,54,55,56,57]),t&&this._pos===e+1)throw new Error(`${G} unexpected token at position ${this._pos}`);if(!this.done()&&this.ch()===46){if(n)throw new Error(`${G} unexpected token at position ${this._pos}`);n=!0,this._pos++,i([48,49,50,51,52,53,54,55,56,57])}!this.done()&&(this.ch()===101||this.ch()===69)&&(n=!0,this._pos++,!this.done()&&(this.ch()===43||this.ch()===45)&&this._pos++,i([48,49,50,51,52,53,54,55,56,57]));let o=String.fromCharCode.apply(null,this.data.subarray(e,this._pos)),s=parseFloat(o);return n?new R(w.float,s,this._pos-e):this.options.allowBigInt!==!0||Number.isSafeInteger(s)?new R(s>=0?w.uint:w.negint,s,this._pos-e):new R(s>=0?w.uint:w.negint,BigInt(o),this._pos-e)}parseString(){if(this.ch()!==34)throw new Error(`${G} unexpected character at position ${this._pos}; this shouldn't happen`);this._pos++;for(let o=this._pos,s=0;o<this.data.length&&s<65536;o++,s++){let a=this.data[o];if(a===92||a<32||a>=128)break;if(a===34){let c=String.fromCharCode.apply(null,this.data.subarray(this._pos,o));return this._pos=o+1,new R(w.string,c,s)}}let e=this._pos,t=[],n=()=>{if(this._pos+4>=this.data.length)throw new Error(`${G} unexpected end of unicode escape sequence at position ${this._pos}`);let o=0;for(let s=0;s<4;s++){let a=this.ch();if(a>=48&&a<=57)a-=48;else if(a>=97&&a<=102)a=a-97+10;else if(a>=65&&a<=70)a=a-65+10;else throw new Error(`${G} unexpected unicode escape character at position ${this._pos}`);o=o*16+a,this._pos++}return o},i=()=>{let o=this.ch(),s=null,a=o>239?4:o>223?3:o>191?2:1;if(this._pos+a>this.data.length)throw new Error(`${G} unexpected unicode sequence at position ${this._pos}`);let c,u,l,d;switch(a){case 1:o<128&&(s=o);break;case 2:c=this.data[this._pos+1],(c&192)===128&&(d=(o&31)<<6|c&63,d>127&&(s=d));break;case 3:c=this.data[this._pos+1],u=this.data[this._pos+2],(c&192)===128&&(u&192)===128&&(d=(o&15)<<12|(c&63)<<6|u&63,d>2047&&(d<55296||d>57343)&&(s=d));break;case 4:c=this.data[this._pos+1],u=this.data[this._pos+2],l=this.data[this._pos+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(d=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,d>65535&&d<1114112&&(s=d))}s===null?(s=65533,a=1):s>65535&&(s-=65536,t.push(s>>>10&1023|55296),s=56320|s&1023),t.push(s),this._pos+=a};for(;!this.done();){let o=this.ch(),s;switch(o){case 92:if(this._pos++,this.done())throw new Error(`${G} unexpected string termination at position ${this._pos}`);switch(s=this.ch(),this._pos++,s){case 34:case 39:case 92:case 47:t.push(s);break;case 98:t.push(8);break;case 116:t.push(9);break;case 110:t.push(10);break;case 102:t.push(12);break;case 114:t.push(13);break;case 117:t.push(n());break;default:throw new Error(`${G} unexpected string escape character at position ${this._pos}`)}break;case 34:return this._pos++,new R(w.string,hf(t),this._pos-e);default:if(o<32)throw new Error(`${G} invalid control character at position ${this._pos}`);o<128?(t.push(o),this._pos++):i()}}throw new Error(`${G} unexpected end of string at position ${this._pos}`)}parseValue(){switch(this.ch()){case 123:return this.modeStack.push("obj-start"),this._pos++,new R(w.map,1/0,1);case 91:return this.modeStack.push("array-start"),this._pos++,new R(w.array,1/0,1);case 34:return this.parseString();case 110:return this.expect([110,117,108,108]),new R(w.null,null,4);case 102:return this.expect([102,97,108,115,101]),new R(w.false,!1,5);case 116:return this.expect([116,114,117,101]),new R(w.true,!0,4);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.parseNumber();default:throw new Error(`${G} unexpected character at position ${this._pos}`)}}next(){switch(this.skipWhitespace(),this.currentMode()){case"value":return this.modeStack.pop(),this.parseValue();case"array-value":{if(this.modeStack.pop(),this.ch()===93)return this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);if(this.ch()!==44)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting array delimiter but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue()}case"array-start":return this.modeStack.pop(),this.ch()===93?(this._pos++,this.skipWhitespace(),new R(w.break,void 0,1)):(this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue());case"obj-key":if(this.ch()===125)return this.modeStack.pop(),this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);if(this.ch()!==44)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting object delimiter but found '${String.fromCharCode(this.ch())}'`);this._pos++,this.skipWhitespace();case"obj-start":{if(this.modeStack.pop(),this.ch()===125)return this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);let e=this.parseString();if(this.skipWhitespace(),this.ch()!==58)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting key/value delimiter ':' but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("obj-value"),e}case"obj-value":return this.modeStack.pop(),this.modeStack.push("obj-key"),this.skipWhitespace(),this.parseValue();default:throw new Error(`${G} unexpected parse state at position ${this._pos}; this shouldn't happen`)}}};function qs(r,e){return e=Object.assign({tokenizer:new Yn(r,e)},e),lt(r,e)}function vA(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}function AA(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=F.asCID(r);if(!e)return null;let t=e.toString();return[new R(w.map,1/0,1),new R(w.string,"/",1),new R(w.string,t,t.length),new R(w.break,void 0,1)]}function Al(r){let e=yr.encode(r).slice(1);return[new R(w.map,1/0,1),new R(w.string,"/",1),new R(w.map,1/0,1),new R(w.string,"bytes",5),new R(w.string,e,e.length),new R(w.break,void 0,1),new R(w.break,void 0,1)]}function ar(r){return Al(new Uint8Array(r.buffer,r.byteOffset,r.byteLength))}function _A(r){return Al(new Uint8Array(r))}function SA(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function IA(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var BA={typeEncoders:{Object:AA,Buffer:Al,Uint8Array:Al,Int8Array:ar,Uint16Array:ar,Int16Array:ar,Uint32Array:ar,Int32Array:ar,Float32Array:ar,Float64Array:ar,Uint8ClampedArray:ar,BigInt64Array:ar,BigUint64Array:ar,DataView:ar,ArrayBuffer:_A,undefined:SA,number:IA}},qf=class extends Yn{constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===w.map){let t=this._next();if(t.type===w.string&&t.value==="/"){let n=this._next();if(n.type===w.string){if(this._next().type!==w.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new R(w.tag,42,0)}if(n.type===w.map){let i=this._next();if(i.type===w.string&&i.value==="bytes"){let o=this._next();if(o.type===w.string){for(let a=0;a<2;a++)if(this._next().type!==w.break)throw new Error("Invalid encoded Bytes form");let s=yr.decode(`m${o.value}`);return new R(w.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},Wf={allowIndefinite:!1,allowUndefined:!1,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};Wf.tags[42]=F.parse;var jn=297,sg=r=>Gs(r,BA),_l=r=>{let e=vA(r),t=Object.assign(Wf,{tokenizer:new qf(e,Wf)});return qs(e,t)};var ZU=new TextDecoder;var JU=new TextEncoder;var Oe={};Be(Oe,{code:()=>ve,createLink:()=>yg,createNode:()=>mg,decode:()=>Se,encode:()=>ce,name:()=>FA,prepare:()=>Te,validate:()=>Xf});var kA=new TextDecoder;function Yf(r,e){let t=0;for(let n=0;;n+=7){if(n>=64)throw new Error("protobuf: varint overflow");if(e>=r.length)throw new Error("protobuf: unexpected end of data");let i=r[e++];if(t+=n<28?(i&127)<<n:(i&127)*2**n,i<128)break}return[t,e]}function Il(r,e){let t;[t,e]=Yf(r,e);let n=e+t;if(t<0||n<0)throw new Error("protobuf: invalid length");if(n>r.length)throw new Error("protobuf: unexpected end of data");return[r.subarray(e,n),n]}function ag(r,e){let t;return[t,e]=Yf(r,e),[t&7,t>>3,e]}function RA(r){let e={},t=r.length,n=0;for(;n<t;){let i,o;if([i,o,n]=ag(r,n),o===1){if(e.Hash)throw new Error("protobuf: (PBLink) duplicate Hash section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Hash`);if(e.Name!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Name before Hash");if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Hash");[e.Hash,n]=Il(r,n)}else if(o===2){if(e.Name!==void 0)throw new Error("protobuf: (PBLink) duplicate Name section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Name`);if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Name");let s;[s,n]=Il(r,n),e.Name=kA.decode(s)}else if(o===3){if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) duplicate Tsize section");if(i!==0)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Tsize`);[e.Tsize,n]=Yf(r,n)}else throw new Error(`protobuf: (PBLink) invalid fieldNumber, expected 1, 2 or 3, got ${o}`)}if(n>t)throw new Error("protobuf: (PBLink) unexpected end of data");return e}function cg(r){let e=r.length,t=0,n,i=!1,o;for(;t<e;){let a,c;if([a,c,t]=ag(r,t),a!==2)throw new Error(`protobuf: (PBNode) invalid wireType, expected 2, got ${a}`);if(c===1){if(o)throw new Error("protobuf: (PBNode) duplicate Data section");[o,t]=Il(r,t),n&&(i=!0)}else if(c===2){if(i)throw new Error("protobuf: (PBNode) duplicate Links section");n||(n=[]);let u;[u,t]=Il(r,t),n.push(RA(u))}else throw new Error(`protobuf: (PBNode) invalid fieldNumber, expected 1 or 2, got ${c}`)}if(t>e)throw new Error("protobuf: (PBNode) unexpected end of data");let s={};return o&&(s.Data=o),s.Links=n||[],s}var ug=new TextEncoder,lg=2**32,TA=2**31;function NA(r,e){let t=e.length;if(typeof r.Tsize=="number"){if(r.Tsize<0)throw new Error("Tsize cannot be negative");if(!Number.isSafeInteger(r.Tsize))throw new Error("Tsize too large for encoding");t=Ws(e,t,r.Tsize)-1,e[t]=24}if(typeof r.Name=="string"){let n=ug.encode(r.Name);t-=n.length,e.set(n,t),t=Ws(e,t,n.length)-1,e[t]=18}return r.Hash&&(t-=r.Hash.length,e.set(r.Hash,t),t=Ws(e,t,r.Hash.length)-1,e[t]=10),e.length-t}function dg(r){let e=LA(r),t=new Uint8Array(e),n=e;if(r.Data&&(n-=r.Data.length,t.set(r.Data,n),n=Ws(t,n,r.Data.length)-1,t[n]=10),r.Links)for(let i=r.Links.length-1;i>=0;i--){let o=NA(r.Links[i],t.subarray(0,n));n-=o,n=Ws(t,n,o)-1,t[n]=18}return t}function CA(r){let e=0;if(r.Hash){let t=r.Hash.length;e+=1+t+Co(t)}if(typeof r.Name=="string"){let t=ug.encode(r.Name).length;e+=1+t+Co(t)}return typeof r.Tsize=="number"&&(e+=1+Co(r.Tsize)),e}function LA(r){let e=0;if(r.Data){let t=r.Data.length;e+=1+t+Co(t)}if(r.Links)for(let t of r.Links){let n=CA(t);e+=1+n+Co(n)}return e}function Ws(r,e,t){e-=Co(t);let n=e;for(;t>=TA;)r[e++]=t&127|128,t/=128;for(;t>=128;)r[e++]=t&127|128,t>>>=7;return r[e]=t,n}function Co(r){return r%2===0&&r++,Math.floor((UA(r)+6)/7)}function UA(r){let e=0;return r>=lg&&(r=Math.floor(r/lg),e=32),r>=65536&&(r>>>=16,e+=16),r>=256&&(r>>>=8,e+=8),e+DA[r]}var DA=[0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8];var OA=["Data","Links"],PA=["Hash","Name","Tsize"],jf=new TextEncoder;function hg(r,e){if(r===e)return 0;let t=r.Name?jf.encode(r.Name):[],n=e.Name?jf.encode(e.Name):[],i=t.length,o=n.length;for(let s=0,a=Math.min(i,o);s<a;++s)if(t[s]!==n[s]){i=t[s],o=n[s];break}return i<o?-1:o<i?1:0}function fg(r,e){return!Object.keys(r).some(t=>!e.includes(t))}function pg(r){if(typeof r.asCID=="object"){let t=F.asCID(r);if(!t)throw new TypeError("Invalid DAG-PB form");return{Hash:t}}if(typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Hash){let t=F.asCID(r.Hash);try{t||(typeof r.Hash=="string"?t=F.parse(r.Hash):r.Hash instanceof Uint8Array&&(t=F.decode(r.Hash)))}catch(n){throw new TypeError(`Invalid DAG-PB form: ${n.message}`)}t&&(e.Hash=t)}if(!e.Hash)throw new TypeError("Invalid DAG-PB form");return typeof r.Name=="string"&&(e.Name=r.Name),typeof r.Tsize=="number"&&(e.Tsize=r.Tsize),e}function Te(r){if((r instanceof Uint8Array||typeof r=="string")&&(r={Data:r}),typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Data!==void 0)if(typeof r.Data=="string")e.Data=jf.encode(r.Data);else if(r.Data instanceof Uint8Array)e.Data=r.Data;else throw new TypeError("Invalid DAG-PB form");if(r.Links!==void 0)if(Array.isArray(r.Links))e.Links=r.Links.map(pg),e.Links.sort(hg);else throw new TypeError("Invalid DAG-PB form");else e.Links=[];return e}function Xf(r){if(!r||typeof r!="object"||Array.isArray(r)||r instanceof Uint8Array||r["/"]&&r["/"]===r.bytes)throw new TypeError("Invalid DAG-PB form");if(!fg(r,OA))throw new TypeError("Invalid DAG-PB form (extraneous properties)");if(r.Data!==void 0&&!(r.Data instanceof Uint8Array))throw new TypeError("Invalid DAG-PB form (Data must be bytes)");if(!Array.isArray(r.Links))throw new TypeError("Invalid DAG-PB form (Links must be a list)");for(let e=0;e<r.Links.length;e++){let t=r.Links[e];if(!t||typeof t!="object"||Array.isArray(t)||t instanceof Uint8Array||t["/"]&&t["/"]===t.bytes)throw new TypeError("Invalid DAG-PB form (bad link)");if(!fg(t,PA))throw new TypeError("Invalid DAG-PB form (extraneous properties on link)");if(t.Hash===void 0)throw new TypeError("Invalid DAG-PB form (link must have a Hash)");if(t.Hash==null||!t.Hash["/"]||t.Hash["/"]!==t.Hash.bytes)throw new TypeError("Invalid DAG-PB form (link Hash must be a CID)");if(t.Name!==void 0&&typeof t.Name!="string")throw new TypeError("Invalid DAG-PB form (link Name must be a string)");if(t.Tsize!==void 0){if(typeof t.Tsize!="number"||t.Tsize%1!==0)throw new TypeError("Invalid DAG-PB form (link Tsize must be an integer)");if(t.Tsize<0)throw new TypeError("Invalid DAG-PB form (link Tsize cannot be negative)")}if(e>0&&hg(t,r.Links[e-1])===-1)throw new TypeError("Invalid DAG-PB form (links must be sorted by Name bytes)")}}function mg(r,e=[]){return Te({Data:r,Links:e})}function yg(r,e,t){return pg({Hash:t,Name:r,Tsize:e})}function gg(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}var FA="dag-pb",ve=112;function ce(r){Xf(r);let e={};return r.Links&&(e.Links=r.Links.map(t=>{let n={};return t.Hash&&(n.Hash=t.Hash.bytes),t.Name!==void 0&&(n.Name=t.Name),t.Tsize!==void 0&&(n.Tsize=t.Tsize),n})),r.Data&&(e.Data=r.Data),dg(e)}function Se(r){let e=gg(r),t=cg(e),n={};return t.Data&&(n.Data=t.Data),t.Links&&(n.Links=t.Links.map(i=>{let o={};try{o.Hash=F.decode(i.Hash)}catch{}if(!o.Hash)throw new Error("Invalid Hash field found in link, expected CID");return i.Name!==void 0&&(o.Name=i.Name),i.Tsize!==void 0&&(o.Tsize=i.Tsize),o})),n}var VA={codec:ve,*walk(r){yield*Se(r).Links.map(t=>t.Hash)}},MA={codec:Ae,*walk(){}},wg=42,HA={codec:Wn,*walk(r){let e=[],t=[];t[wg]=n=>{if(n[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");let i=F.decode(n.subarray(1));return e.push(i),i},lt(r,{tags:t}),yield*e}},Zf=class extends Yn{tokenBuffer;constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===w.map){let t=this._next();if(t.type===w.string&&t.value==="/"){let n=this._next();if(n.type===w.string){if(this._next().type!==w.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new R(w.tag,42,0)}if(n.type===w.map){let i=this._next();if(i.type===w.string&&i.value==="bytes"){let o=this._next();if(o.type===w.string){for(let a=0;a<2;a++)if(this._next().type!==w.break)throw new Error("Invalid encoded Bytes form");let s=yr.decode(`m${o.value}`);return new R(w.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},$A={codec:jn,*walk(r){let e=[],t=[];t[wg]=n=>{let i=F.parse(n);return e.push(i),i},qs(r,{tags:t,tokenizer:new Zf(r,{tags:t,allowIndefinite:!0,allowUndefined:!0,allowNaN:!0,allowInfinity:!0,allowBigInt:!0,strict:!1,rejectDuplicateMapKeys:!1})}),yield*e}},zA={codec:Rn,*walk(){}};function Eg(r=[]){let e={};return[VA,MA,HA,$A,zA,...r].forEach(t=>{e[t.codec]=t}),e}var Jf=new Le("/version"),xg=1;async function bg(r){if(!await r.has(Jf)){await r.put(Jf,V(`${xg}`));return}let e=await r.get(Jf),t=Z(e);if(parseInt(t,10)!==xg)throw new Error("Unknown datastore version, a datastore migration may be required")}function vg(r=[]){let e={};return[fe,Lu,et,...r].forEach(t=>{e[t.code]=t}),e}var Sr=class{has(e,t){return Promise.reject(new Error(".has is not implemented"))}put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}async*putMany(e,t){for await(let{cid:n,block:i}of e)await this.put(n,i,t),yield n}get(e,t){return Promise.reject(new Error(".get is not implemented"))}async*getMany(e,t){for await(let n of e)yield{cid:n,block:await this.get(n,t)}}delete(e,t){return Promise.reject(new Error(".delete is not implemented"))}async*deleteMany(e,t){for await(let n of e)await this.delete(n,t),yield n}async*getAll(e){throw new Error(".getAll is not implemented")}};var Ri={};Be(Ri,{abortedError:()=>YA,closeFailedError:()=>GA,deleteFailedError:()=>eh,getFailedError:()=>qA,hasFailedError:()=>WA,notFoundError:()=>Xn,openFailedError:()=>KA,putFailedError:()=>Qf});var an=Q(Ce(),1);function KA(r){return r=r??new Error("Open failed"),(0,an.default)(r,"ERR_OPEN_FAILED")}function GA(r){return r=r??new Error("Close failed"),(0,an.default)(r,"ERR_CLOSE_FAILED")}function Qf(r){return r=r??new Error("Put failed"),(0,an.default)(r,"ERR_PUT_FAILED")}function qA(r){return r=r??new Error("Get failed"),(0,an.default)(r,"ERR_GET_FAILED")}function eh(r){return r=r??new Error("Delete failed"),(0,an.default)(r,"ERR_DELETE_FAILED")}function WA(r){return r=r??new Error("Has failed"),(0,an.default)(r,"ERR_HAS_FAILED")}function Xn(r){return r=r??new Error("Not Found"),(0,an.default)(r,"ERR_NOT_FOUND")}function YA(r){return r=r??new Error("Aborted"),(0,an.default)(r,"ERR_ABORTED")}var Ag=0,Bl=class extends Sr{put(e){return e}get(e){if(e.code===Ag)return e.multihash.digest;throw Xn()}has(e){return e.code===Ag}delete(){}*getAll(){}};function jA(r){return r[Symbol.asyncIterator]!=null}function XA(r,e){if(jA(r))return async function*(){for await(let a of r)await e(a)&&(yield a)}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){await o&&(yield n);for await(let a of t)await e(a)&&(yield a)}();let s=e;return function*(){o===!0&&(yield n);for(let a of t)s(a)&&(yield a)}()}var xt=XA;var ZA=oe("blockstore:core:tiered"),Ys=class extends Sr{stores;constructor(e){super(),this.stores=e.slice()}async put(e,t,n){try{return await Promise.all(this.stores.map(async i=>{await i.put(e,t,n)})),e}catch(i){throw Qf(i)}}async get(e,t){for(let n of this.stores)try{let i=await n.get(e,t);if(i!=null)return i}catch(i){ZA.error(i)}throw Xn()}async has(e,t){for(let n of this.stores)if(await n.has(e,t))return!0;return!1}async delete(e,t){try{await Promise.all(this.stores.map(async n=>{await n.delete(e,t)}))}catch(n){throw eh(n)}}async*putMany(e,t={}){let n,i=this.stores.map(o=>{let s=Kt({objectMode:!0});return Jt(o.putMany(s,t)).catch(a=>{n=a}),s});try{for await(let o of e){if(n!=null)throw n;i.forEach(s=>s.push(o)),yield o.cid}}finally{i.forEach(o=>o.end())}}async*deleteMany(e,t={}){let n,i=this.stores.map(o=>{let s=Kt({objectMode:!0});return Jt(o.deleteMany(s,t)).catch(a=>{n=a}),s});try{for await(let o of e){if(n!=null)throw n;i.forEach(s=>s.push(o)),yield o}}finally{i.forEach(o=>o.end())}}async*getAll(e){let t=new Set;yield*xt(Hr(...this.stores.map(n=>n.getAll(e))),n=>{let i=n.cid.toString();return t.has(i)?!1:(t.add(i),!0)})}};function JA(r){return typeof r.retrieve=="function"}function QA(r){return typeof r.announce=="function"}var kl=class{child;blockRetrievers;blockAnnouncers;hashers;started;log;constructor(e){this.log=e.logger.forComponent("helia:networked-storage"),this.child=new Ys([new Bl,e.blockstore]),this.blockRetrievers=(e.blockBrokers??[]).filter(JA),this.blockAnnouncers=(e.blockBrokers??[]).filter(QA),this.hashers=e.hashers??{},this.started=!1}isStarted(){return this.started}async start(){await _n(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!0}async stop(){await Sn(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){return await this.child.has(e)?(n.onProgress?.(new M("blocks:put:duplicate",e)),e):(n.onProgress?.(new M("blocks:put:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,t,n)}),n.onProgress?.(new M("blocks:put:blockstore:put",e)),this.child.put(e,t,n))}async*putMany(e,t={}){let n=xt(e,async({cid:o})=>{let s=await this.child.has(o);return s&&t.onProgress?.(new M("blocks:put-many:duplicate",o)),!s}),i=wu(n,({cid:o,block:s})=>{t.onProgress?.(new M("blocks:put-many:providers:notify",o)),this.blockAnnouncers.forEach(a=>{a.announce(o,s,t)})});t.onProgress?.(new M("blocks:put-many:blockstore:put-many")),yield*this.child.putMany(i,t)}async get(e,t={}){if(t.offline!==!0&&!await this.child.has(e)){t.onProgress?.(new M("blocks:get:providers:get",e));let n=await _g(e,this.blockRetrievers,this.hashers[e.multihash.code],{...t,log:this.log});return t.onProgress?.(new M("blocks:get:blockstore:put",e)),await this.child.put(e,n,t),t.onProgress?.(new M("blocks:get:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,n,t)}),n}return t.onProgress?.(new M("blocks:get:blockstore:get",e)),this.child.get(e,t)}async*getMany(e,t={}){t.onProgress?.(new M("blocks:get-many:blockstore:get-many")),yield*this.child.getMany(wu(e,async n=>{if(t.offline!==!0&&!await this.child.has(n)){t.onProgress?.(new M("blocks:get-many:providers:get",n));let i=await _g(n,this.blockRetrievers,this.hashers[n.multihash.code],{...t,log:this.log});t.onProgress?.(new M("blocks:get-many:blockstore:put",n)),await this.child.put(n,i,t),t.onProgress?.(new M("blocks:get-many:providers:notify",n)),this.blockAnnouncers.forEach(o=>{o.announce(n,i,t)})}}))}async delete(e,t={}){t.onProgress?.(new M("blocks:delete:blockstore:delete",e)),await this.child.delete(e,t)}async*deleteMany(e,t={}){t.onProgress?.(new M("blocks:delete-many:blockstore:delete-many")),yield*this.child.deleteMany(async function*(){for await(let n of e)yield n}(),t)}async has(e,t={}){return this.child.has(e,t)}async*getAll(e={}){e.onProgress?.(new M("blocks:get-all:blockstore:get-many")),yield*this.child.getAll(e)}},e_=(r,e)=>{if(e==null)throw new O(`No hasher configured for multihash code 0x${r.multihash.code.toString(16)}, please configure one. You can look up which hash this is at https://github.com/multiformats/multicodec/blob/master/table.csv`,"ERR_UNKNOWN_HASH_ALG");return async t=>{let n=await e.digest(t);if(!he(n.digest,r.multihash.digest))throw new O("Hash of downloaded block did not match multihash from passed CID","ERR_HASH_MISMATCH")}};async function _g(r,e,t,n){let i=e_(r,t),o=new AbortController,s=ui([o.signal,n.signal]);try{return await Promise.any(e.map(async a=>{try{let c=!1,u=await a.retrieve(r,{...n,signal:s,validateFn:async l=>{await i(l),c=!0}});return c||await i(u),u}catch(c){throw n.log.error("could not retrieve verified block for %c",r,c),c}}))}finally{s.clear()}}var Rl=class{blockstore;datastore;pins;logger;routing;dagWalkers;hashers;log;constructor(e){this.logger=e.logger??$p(),this.log=this.logger.forComponent("helia"),this.hashers=vg(e.hashers),this.dagWalkers=Eg(e.dagWalkers);let t={blockstore:e.blockstore,datastore:e.datastore,hashers:this.hashers,dagWalkers:this.dagWalkers,logger:this.logger,blockBrokers:[],...e.components??{}};t.blockBrokers=e.blockBrokers.map(i=>i(t));let n=new kl(t);this.pins=new El(e.datastore,n,this.dagWalkers),this.blockstore=new bl(n,this.pins,{holdGcLock:e.holdGcLock??!0}),this.datastore=e.datastore,this.routing=new xl(t,{routers:(e.routers??[]).flatMap(i=>{let o=[i];return i[rs]!=null&&o.push(i[rs]),i[ns]!=null&&o.push(i[ns]),o})})}async start(){await bg(this.datastore),await _n(this.blockstore,this.datastore,this.routing)}async stop(){await Sn(this.blockstore,this.datastore,this.routing)}async gc(e={}){let t=await this.blockstore.lock.writeLock();try{let n=this,i=this.blockstore.unwrap();this.log("gc start"),await Jt(i.deleteMany(async function*(){for await(let{cid:o}of i.getAll())try{if(await n.pins.isPinned(o,e))continue;yield o,e.onProgress?.(new M("helia:gc:deleted",o))}catch(s){n.log.error("Error during gc",s),e.onProgress?.(new M("helia:gc:error",s))}}()))}finally{t()}this.log("gc finished")}};var js=class extends Sr{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(Ge.encode(e.multihash.bytes),t),e}get(e){let t=this.data.get(Ge.encode(e.multihash.bytes));if(t==null)throw Xn();return t}has(e){return this.data.has(Ge.encode(e.multihash.bytes))}async delete(e){this.data.delete(Ge.encode(e.multihash.bytes))}async*getAll(){for(let[e,t]of this.data.entries())yield{cid:F.createV1(Ae,st(Ge.decode(e))),block:t}}};var iO={...Ri};var Sg=Q(Ce(),1);function Tl(r){return r=r??new Error("Not Found"),(0,Sg.default)(r,"ERR_NOT_FOUND")}var Ig="SHARDING";function r_(r){return r[Symbol.asyncIterator]!=null}function n_(r){if(r_(r))return(async()=>{let t=[];for await(let n of r)t.push(n);return t})();let e=[];for(let t of r)e.push(t);return e}var Lo=n_;function i_(r){return r[Symbol.asyncIterator]!=null}function o_(r,e){return i_(r)?async function*(){yield*(await Lo(r)).sort(e)}():function*(){yield*Lo(r).sort(e)}()}var Nl=o_;var cn=class{put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}get(e,t){return Promise.reject(new Error(".get is not implemented"))}has(e,t){return Promise.reject(new Error(".has is not implemented"))}delete(e,t){return Promise.reject(new Error(".delete is not implemented"))}async*putMany(e,t={}){for await(let{key:n,value:i}of e)await this.put(n,i,t),yield n}async*getMany(e,t={}){for await(let n of e)yield{key:n,value:await this.get(n,t)}}async*deleteMany(e,t={}){for await(let n of e)await this.delete(n,t),yield n}batch(){let e=[],t=[];return{put(n,i){e.push({key:n,value:i})},delete(n){t.push(n)},commit:async n=>{await Jt(this.putMany(e,n)),e=[],await Jt(this.deleteMany(t,n)),t=[]}}}async*_all(e,t){throw new Error("._all is not implemented")}async*_allKeys(e,t){throw new Error("._allKeys is not implemented")}query(e,t){let n=this._all(e,t);if(e.prefix!=null){let i=e.prefix;n=xt(n,o=>o.key.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>xt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>Nl(i,o),n)),e.offset!=null){let i=0,o=e.offset;n=xt(n,()=>i++>=o)}return e.limit!=null&&(n=Oa(n,e.limit)),n}queryKeys(e,t){let n=this._allKeys(e,t);if(e.prefix!=null){let i=e.prefix;n=xt(n,o=>o.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>xt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>Nl(i,o),n)),e.offset!=null){let i=e.offset,o=0;n=xt(n,()=>o++>=i)}return e.limit!=null&&(n=Oa(n,e.limit)),n}};var Zs=class extends cn{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(e.toString(),t),e}get(e){let t=this.data.get(e.toString());if(t==null)throw Tl();return t}has(e){return this.data.has(e.toString())}delete(e){this.data.delete(e.toString())}*_all(){for(let[e,t]of this.data.entries())yield{key:new Le(e),value:t}}*_allKeys(){for(let e of this.data.keys())yield new Le(e)}};var CO=new Le(Ig);var KO=oe("datastore:core:tiered");async function kg(r={}){let e=r.datastore??new Zs,t=r.blockstore??new js,n=new Rl({...r,datastore:e,blockstore:t,blockBrokers:r.blockBrokers??[ss()],routers:r.routers??[Hs("https://delegated-ipfs.dev")]});return r.start!==!1&&await n.start(),n}var th=Q(Ra(),1);var rh=40;function nh(r,e){if(!r.length)throw new Error("Unexpected end of data");let t=th.default.decode(r);return e.seek(th.default.decode.bytes),t}function ih(r){let e=new DataView(r.buffer,r.byteOffset,r.byteLength),t=0;return{version:2,characteristics:[e.getBigUint64(t,!0),e.getBigUint64(t+=8,!0)],dataOffset:Number(e.getBigUint64(t+=8,!0)),dataSize:Number(e.getBigUint64(t+=8,!0)),indexOffset:Number(e.getBigUint64(t+=8,!0))}}var Zn={Null:r=>r===null?r:void 0,Int:r=>Number.isInteger(r)?r:void 0,Float:r=>typeof r=="number"&&Number.isFinite(r)?r:void 0,String:r=>typeof r=="string"?r:void 0,Bool:r=>typeof r=="boolean"?r:void 0,Bytes:r=>r instanceof Uint8Array?r:void 0,Link:r=>r!==null&&typeof r=="object"&&r.asCID===r?r:void 0,List:r=>Array.isArray(r)?r:void 0,Map:r=>r!==null&&typeof r=="object"&&r.asCID!==r&&!Array.isArray(r)&&!(r instanceof Uint8Array)?r:void 0},Js={"CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)":Zn.Link,"CarV1HeaderOrV2Pragma > roots (anon)":r=>{if(Zn.List(r)!==void 0){for(let e=0;e<r.length;e++){let t=r[e];if(t=Js["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](t),t===void 0)return;if(t!==r[e]){let n=r.slice(0,e);for(let i=e;i<r.length;i++){let o=r[i];if(o=Js["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](o),o===void 0)return;n.push(o)}return n}}return r}},Int:Zn.Int,CarV1HeaderOrV2Pragma:r=>{if(Zn.Map(r)===void 0)return;let e=Object.entries(r),t=r,n=1;for(let i=0;i<e.length;i++){let[o,s]=e[i];switch(o){case"roots":{let a=Js["CarV1HeaderOrV2Pragma > roots (anon)"](r[o]);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.roots=a}}break;case"version":{n--;let a=Js.Int(r[o]);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.version=a}}break;default:return}}if(!(n>0))return t}},Qs={"CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)":Zn.Link,"CarV1HeaderOrV2Pragma > roots (anon)":r=>{if(Zn.List(r)!==void 0){for(let e=0;e<r.length;e++){let t=r[e];if(t=Qs["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](t),t===void 0)return;if(t!==r[e]){let n=r.slice(0,e);for(let i=e;i<r.length;i++){let o=r[i];if(o=Qs["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](o),o===void 0)return;n.push(o)}return n}}return r}},Int:Zn.Int,CarV1HeaderOrV2Pragma:r=>{if(Zn.Map(r)===void 0)return;let e=Object.entries(r),t=r,n=1;for(let i=0;i<e.length;i++){let[o,s]=e[i];switch(o){case"roots":{let a=Qs["CarV1HeaderOrV2Pragma > roots (anon)"](s);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.roots=a}}break;case"version":{n--;let a=Qs.Int(s);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.version=a}}break;default:return}}if(!(n>0))return t}},oh={toTyped:Js.CarV1HeaderOrV2Pragma,toRepresentation:Qs.CarV1HeaderOrV2Pragma};var kP=xf();var d_=Q(Ra(),1);var LP=[new R(w.map,2),new R(w.string,"version"),new R(w.uint,1),new R(w.string,"roots")],UP=new R(w.tag,42);async function sh(r,e){let t=nh(await r.upTo(8),r);if(t===0)throw new Error("Invalid CAR header (zero length)");let n=await r.exactly(t,!0),i=ki(n);if(oh.toTyped(i)===void 0)throw new Error("Invalid CAR header format");if(i.version!==1&&i.version!==2||e!==void 0&&i.version!==e)throw new Error(`Invalid CAR version: ${i.version}${e!==void 0?` (expected ${e})`:""}`);if(i.version===1){if(!Array.isArray(i.roots))throw new Error("Invalid CAR header format");return i}if(i.roots!==void 0)throw new Error("Invalid CAR header format");let o=ih(await r.exactly(rh,!0));r.seek(o.dataOffset-r.pos);let s=await sh(r,1);return Object.assign(s,o)}function ea(r){let e=0;return{async upTo(t){return r.subarray(e,e+Math.min(t,r.length-e))},async exactly(t,n=!1){if(t>r.length-e)throw new Error("Unexpected end of data");let i=r.subarray(e,e+t);return n&&(e+=t),i},seek(t){e+=t},get pos(){return e}}}var ah=Q(Ra(),1),Ng=1;function ch(r){let e=zs({version:Ng,roots:r}),t=ah.default.encode(e.length),n=new Uint8Array(t.length+e.length);return n.set(t,0),n.set(e,t.length),n}function Cg(r){return{async setRoots(e){let t=ch(e);await r.write(t)},async writeBlock(e){let{cid:t,bytes:n}=e;await r.write(new Uint8Array(ah.default.encode(t.bytes.length+n.length))),await r.write(t.bytes),n.length&&await r.write(n)},async close(){await r.end()},version(){return Ng}}}function Cl(){}function Lg(){let r=[],e=null,t=Cl,n=!1,i=null,o=Cl,s=()=>(e||(e=new Promise(u=>{t=()=>{e=null,t=Cl,u()}})),e),a={write(u){r.push(u);let l=s();return o(),l},async end(){n=!0;let u=s();o(),await u}},c={async next(){let u=r.shift();return u?(r.length===0&&t(),{done:!1,value:u}):n?(t(),{done:!0,value:void 0}):(i||(i=new Promise(l=>{o=()=>(i=null,o=Cl,l(c.next()))})),i)}};return{writer:a,iterator:c}}var ta=class r{constructor(e,t){this._encoder=t,this._mutex=t.setRoots(e),this._ended=!1}async put(e){if(!(e.bytes instanceof Uint8Array)||!e.cid)throw new TypeError("Can only write {cid, bytes} objects");if(this._ended)throw new Error("Already closed");let t=F.asCID(e.cid);if(!t)throw new TypeError("Can only write {cid, bytes} objects");return this._mutex=this._mutex.then(()=>this._encoder.writeBlock({cid:t,bytes:e.bytes})),this._mutex}async close(){if(this._ended)throw new Error("Already closed");return await this._mutex,this._ended=!0,this._encoder.close()}version(){return this._encoder.version()}static create(e){e=m_(e);let{encoder:t,iterator:n}=Ug(),i=new r(e,t),o=new Ll(n);return{writer:i,out:o}}static createAppender(){let{encoder:e,iterator:t}=Ug();e.setRoots=()=>Promise.resolve();let n=new r([],e),i=new Ll(t);return{writer:n,out:i}}static async updateRootsInBytes(e,t){let n=ea(e);await sh(n);let i=ch(t);if(Number(n.pos)!==i.length)throw new Error(`updateRoots() can only overwrite a header of the same length (old header is ${n.pos} bytes, new header is ${i.length} bytes)`);return e.set(i,0),e}},Ll=class{constructor(e){this._iterator=e}[Symbol.asyncIterator](){if(this._iterating)throw new Error("Multiple iterator not supported");return this._iterating=!0,this._iterator}};function Ug(){let r=Lg(),{writer:e,iterator:t}=r;return{encoder:Cg(e),iterator:t}}function m_(r){if(r===void 0)return[];if(!Array.isArray(r)){let t=F.asCID(r);if(!t)throw new TypeError("roots must be a single CID or an array of CIDs");return[t]}let e=[];for(let t of r){let n=F.asCID(t);if(!n)throw new TypeError("roots must be a single CID or an array of CIDs");e.push(n)}return e}var y_=1,lh=class{components;constructor(e,t){this.components=e}async import(e,t){await Jt(this.components.blockstore.putMany(tt(e.blocks(),({cid:n,bytes:i})=>({cid:n,block:i})),t))}async export(e,t,n){let i=_e(),o=Array.isArray(e)?e:[e],s=new it({concurrency:y_});s.on("idle",()=>{i.resolve()}),s.on("error",a=>{s.clear(),i.reject(a)});for(let a of o)s.add(async()=>{await this.#e(a,s,async(c,u)=>{await t.put({cid:c,bytes:u})},n)}).catch(()=>{});try{await i.promise}finally{await t.close()}}async*stream(e,t){let{writer:n,out:i}=ta.create(e);this.export(e,n,t).catch(()=>{});for await(let o of i)yield o}async#e(e,t,n,i){let o=this.components.dagWalkers[e.code];if(o==null)throw new Error(`No dag walker found for cid codec ${e.code}`);let s=await this.components.blockstore.get(e,i);await n(e,s);for await(let a of o.walk(s))t.add(async()=>{await this.#e(a,t,n,i)})}};function Dg(r,e={}){return new lh(r,e)}var uh=Q(jc(),1);function Og(r,e){let t=e.map((n,i)=>({record:ut(n),index:i}));return t.sort((n,i)=>{let o=n.record.sequence,s=i.record.sequence;if(o>s)return-1;if(o<s)return 1;if(n.record.validityType===We.ValidityType.EOL&&i.record.validityType===We.ValidityType.EOL){let a=uh.default.fromString(n.record.validity).toDate(),c=uh.default.fromString(i.record.validity).toDate();if(a.getTime()>c.getTime())return-1;if(a.getTime()<c.getTime())return 1}return 0}),t[0].index}var g_=r=>{let e=r.data;return e.startsWith('"')&&(e=e.substring(1)),e.endsWith('"')&&(e=e.substring(0,e.length-1)),e.replace("dnslink=","")},dh=(r,e)=>{let t=w_(r,e);return{ipfsPath:g_(t),answer:t}},w_=(r,e)=>{let t=e.Answer?.filter(n=>n.data.includes("dnslink=/ipfs")||n.data.includes("dnslink=/ipns")).pop();if(t==null)throw new O(`No dnslink records found for domain: ${r}`,"ERR_DNSLINK_NOT_FOUND");return t},ra=32,Uo=async(r,e,t,n={})=>{if(e===0)throw new Error("recursion limit exceeded");let i;try{i=await t(r,n)}catch(a){if(a.code!=="ENOTFOUND"&&a.code!=="ERR_DNSLINK_NOT_FOUND"&&a.code!=="ENODATA")throw a;r.startsWith("_dnslink.")?r=r.replace("_dnslink.",""):r=`_dnslink.${r}`,i=await t(r,n)}let o=i.replace("dnslink=",""),s=o.split("/")[2];try{return F.parse(s),o}catch{}return Uo(s,e-1,t,n)},E_=/^dnslink=.+$/,Pg=async(r,e)=>{let i=(await r.resolveTxt(e)).flat().filter(o=>E_.test(o))[0];if(i==null)throw new O(`No dnslink records found for domain: ${e}`,"ERR_DNSLINK_NOT_FOUND");return i};var hh=Q(Ou(),1),ph=Q(Mg(),1);function Ul(r,e,t){return`${r}?name=${e}&type=${t}`}async function Hg(r,e){return await(await fetch(r,{headers:new Headers({accept:"application/dns-json"}),signal:e})).json()}function Ti(r,e){return`${e}_${r}`}var fh=Object.assign((0,hh.default)("dns-over-http-resolver"),{error:(0,hh.default)("dns-over-http-resolver:error")}),mh=class{_cache;_TXTcache;_servers;_request;_abortControllers;constructor(e={}){this._cache=new ph.default({max:e?.maxCache??100}),this._TXTcache=new ph.default({max:e?.maxCache??100}),this._servers=["https://cloudflare-dns.com/dns-query","https://dns.google/resolve"],this._request=e.request??Hg,this._abortControllers=[]}cancel(){this._abortControllers.forEach(e=>{e.abort()})}getServers(){return this._servers}_getShuffledServers(){let e=[...this._servers];for(let t=e.length-1;t>0;t--){let n=Math.floor(Math.random()*t),i=e[t];e[t]=e[n],e[n]=i}return e}setServers(e){this._servers=e}async resolve(e,t="A"){switch(t){case"A":return this.resolve4(e);case"AAAA":return this.resolve6(e);case"TXT":return this.resolveTxt(e);default:throw new Error(`${t} is not supported`)}}async resolve4(e){let t="A",n=this._cache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Ul(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),fh.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryA ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolve6(e){let t="AAAA",n=this._cache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Ul(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),fh.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryAaaa ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolveTxt(e){let t="TXT",n=this._TXTcache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Ul(o,e,t),s.signal),c=a.Answer.map(l=>[l.data.replace(/['"]+/g,"")]),u=Math.min(...a.Answer.map(l=>l.TTL));return this._TXTcache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),fh.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryTxt ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}clearCache(){this._cache.clear(),this._TXTcache.clear()}},$g=mh;var Kg=Q(yh(),1),Qn=class{lru;constructor(e){this.lru=(0,Kg.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var gh=new Qn(1e3),__=60*1e3,S_=new it({concurrency:4}),I_=async function(e,t={}){let n=new $g({maxCache:0});if(t.nocache!==!0&&gh.has(e)){let o=gh.get(e);if(o!=null)return t?.onProgress?.(new M("dnslink:cache",{detail:o})),o}t.onProgress?.(new M("dnslink:query",{detail:e}));let i=await S_.add(async()=>{let o=await Pg(n,e);return t.onProgress?.(new M("dnslink:answer",{detail:o})),gh.set(e,o,__),o},{signal:t?.signal});if(i==null)throw new Error("No DNS response received");return i},Gg=I_;function qg(){return async(r,e={})=>Uo(r,ra,Gg,e)}var wh=class{routing;constructor(e){this.routing=e}async put(e,t,n={}){try{await this.routing.put(e,t,n)}catch(i){n.onProgress?.(new M("ipns:routing:helia:error",i))}}async get(e,t={}){try{return await this.routing.get(e,t)}catch(n){t.onProgress?.(new M("ipns:routing:helia:error",n))}throw new Error("Not found")}};function Wg(r){return new wh(r)}var Dl=globalThis.CustomEvent??Event;async function*Ni(r,e={}){let t=e.concurrency??1/0;t<1&&(t=1/0);let n=e.ordered==null?!1:e.ordered,i=new EventTarget,o=[],s=_e(),a=_e(),c=!1,u,l=!1;i.addEventListener("task-complete",()=>{a.resolve()}),Promise.resolve().then(async()=>{try{for await(let h of r){if(o.length===t&&(s=_e(),await s.promise),l)break;let m={done:!1};o.push(m),h().then(y=>{m.done=!0,m.ok=!0,m.value=y,i.dispatchEvent(new Dl("task-complete"))},y=>{m.done=!0,m.err=y,i.dispatchEvent(new Dl("task-complete"))})}c=!0,i.dispatchEvent(new Dl("task-complete"))}catch(h){u=h,i.dispatchEvent(new Dl("task-complete"))}});function d(){return n?o[0]?.done:!!o.find(h=>h.done)}function*p(){for(;o.length>0&&o[0].done;){let h=o[0];if(o.shift(),h.ok)yield h.value;else throw l=!0,s.resolve(),h.err;s.resolve()}}function*f(){for(;d();)for(let h=0;h<o.length;h++)if(o[h].done){let m=o[h];if(o.splice(h,1),h--,m.ok)yield m.value;else throw l=!0,s.resolve(),m.err;s.resolve()}}for(;;){if(d()||(a=_e(),await a.promise),u!=null)throw u;if(n?yield*p():yield*f(),c&&o.length===0)break}}var na;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.key!=null&&t.key.byteLength>0&&(n.uint32(10),n.bytes(t.key)),t.value!=null&&t.value.byteLength>0&&(n.uint32(18),n.bytes(t.value)),t.timeReceived!=null&&t.timeReceived!==""&&(n.uint32(42),n.string(t.timeReceived)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={key:new Uint8Array(0),value:new Uint8Array(0),timeReceived:""},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.key=t.bytes();break;case 2:i.value=t.bytes();break;case 5:i.timeReceived=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(na||(na={}));function Yg(r){let e=r.getUTCFullYear(),t=String(r.getUTCMonth()+1).padStart(2,"0"),n=String(r.getUTCDate()).padStart(2,"0"),i=String(r.getUTCHours()).padStart(2,"0"),o=String(r.getUTCMinutes()).padStart(2,"0"),s=String(r.getUTCSeconds()).padStart(2,"0"),a=r.getUTCMilliseconds(),c=String(a*1e3*1e3).padStart(9,"0");return`${e}-${t}-${n}T${i}:${o}:${s}.${c}Z`}function jg(r){let e=new RegExp("(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2})\\.(\\d+)Z"),t=String(r).trim().match(e);if(t==null)throw new Error("Invalid format");let n=parseInt(t[1],10),i=parseInt(t[2],10)-1,o=parseInt(t[3],10),s=parseInt(t[4],10),a=parseInt(t[5],10),c=parseInt(t[6],10),u=parseInt(t[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var ei=class r{key;value;timeReceived;constructor(e,t,n){if(!(e instanceof Uint8Array))throw new Error("key must be a Uint8Array");if(!(t instanceof Uint8Array))throw new Error("value must be a Uint8Array");this.key=e,this.value=t,this.timeReceived=n}serialize(){return na.encode(this.prepareSerialize())}prepareSerialize(){return{key:this.key,value:this.value,timeReceived:Yg(this.timeReceived)}}static deserialize(e){let t=na.decode(e);return new r(t.key,t.value,new Date(t.timeReceived))}static fromDeserialized(e){let t=jg(e.timeReceived);if(e.key==null)throw new Error("key missing from deserialized object");if(e.value==null)throw new Error("value missing from deserialized object");return new r(e.key,e.value,t)}};var Xg;(function(r){r[r.SEND_QUERY=0]="SEND_QUERY",r[r.PEER_RESPONSE=1]="PEER_RESPONSE",r[r.FINAL_PEER=2]="FINAL_PEER",r[r.QUERY_ERROR=3]="QUERY_ERROR",r[r.PROVIDER=4]="PROVIDER",r[r.VALUE=5]="VALUE",r[r.ADD_PEER=6]="ADD_PEER",r[r.DIAL_PEER=7]="DIAL_PEER"})(Xg||(Xg={}));var Zg;(function(r){r[r.PUT_VALUE=0]="PUT_VALUE",r[r.GET_VALUE=1]="GET_VALUE",r[r.ADD_PROVIDER=2]="ADD_PROVIDER",r[r.GET_PROVIDERS=3]="GET_PROVIDERS",r[r.FIND_NODE=4]="FIND_NODE",r[r.PING=5]="PING"})(Zg||(Zg={}));function Eh(r){return new Le("/dht/record/"+Z(r,"base32"),!1)}function Jg(r){return{async put(e,t,n={}){try{let i=Eh(e),o=new ei(e,t,new Date);n.onProgress?.(new M("ipns:routing:datastore:put")),await r.put(i,o.serialize(),n)}catch(i){throw n.onProgress?.(new M("ipns:routing:datastore:error",i)),i}},async get(e,t={}){try{let n=Eh(e);t.onProgress?.(new M("ipns:routing:datastore:get"));let i=await r.get(n,t);return ei.deserialize(i).value}catch(n){throw t.onProgress?.(new M("ipns:routing:datastore:error",n)),n}},async has(e,t={}){let n=Eh(e);return r.has(n,t)}}}var Ci=oe("helia:ipns"),k_=60*1e3,Qg=60*k_,R_=24*Qg,xh=23*Qg,bh=class{routers;localStore;timeout;defaultResolvers;constructor(e,t=[],n=[]){this.routers=[Wg(e.routing),...t],this.localStore=Jg(e.datastore),this.defaultResolvers=n.length>0?n:[qg()]}async publish(e,t,n={}){try{let i=1n,o=Bo(e);if(await this.localStore.has(o,n)){let c=await this.localStore.get(o,n);i=ut(c).sequence+1n}let s=await Py(e,t,i,n.lifetime??R_,n),a=sn(s);return await this.localStore.put(o,a,n),n.offline!==!0&&await Promise.all(this.routers.map(async c=>{await c.put(o,a,n)})),s}catch(i){throw n.onProgress?.(new M("ipns:publish:error",i)),i}}async resolve(e,t={}){let n=Bo(e),i=await this.#t(n,t);return this.#e(i.value,t)}async resolveDns(e,t={}){let n=t.resolvers??this.defaultResolvers,i=await Promise.any(n.map(async o=>o(e,t)));return this.#e(i,t)}republish(e={}){if(this.timeout!=null)throw new Error("Republish is already running");e.signal?.addEventListener("abort",()=>{clearTimeout(this.timeout)});async function t(){let n=Date.now();e.onProgress?.(new M("ipns:republish:start"));let o=Date.now()-n,s=xh-o;s<0&&(s=e.interval??xh),setTimeout(()=>{t().catch(a=>{Ci.error("error republishing",a)})},s)}this.timeout=setTimeout(()=>{t().catch(n=>{Ci.error("error republishing",n)})},e.interval??xh)}async#e(e,t={}){let n=e.split("/");try{let i=n[1];if(i==="ipns"){let{cid:o}=await this.resolve(It(n[2]),t),s=n.slice(3).join("/");return{cid:o,path:s}}else if(i==="ipfs"){let o=F.parse(n[2]),s=n.slice(3).join("/");return{cid:o,path:s}}}catch(i){Ci.error("error parsing ipfs path",i)}throw Ci.error("invalid ipfs path %s",e),new Error("Invalid value")}async#t(e,t={}){let n=[this.localStore,...this.routers];t.offline===!0&&(n=[this.localStore]);let i=[],o=0;if(await Promise.all(n.map(async a=>{let c;try{c=await a.get(e,{...t,validate:!1})}catch(u){a===this.localStore&&u.code==="ERR_NOT_FOUND"?Ci("did not have record locally"):Ci.error("error finding IPNS record",u);return}try{await ul(e,c),i.push(c)}catch(u){o++,Ci.error("error finding IPNS record",u)}})),i.length===0)throw o>0?new O(`${o>1?`${o} records`:"Record"} found for routing key ${o>1?"were":"was"} invalid`,"ERR_RECORDS_FAILED_VALIDATION"):new O("Could not find record for routing key","ERR_NOT_FOUND");let s=i[Og(e,i)];return await this.localStore.put(e,s,t),ut(s)}};function ew(r,{routers:e=[],resolvers:t=[]}={}){return new bh(r,e,t)}var mS=Q(Ch(),1),yS=Q(Nw(),1);var RF=new Qn(1e3),TF=60*1e3;var $h=new Qn(1e3),gS=60*1e3;function Hl(r){let e=new it({concurrency:4}),t=async(n,i={})=>{let o=new URLSearchParams;o.set("name",n),o.set("type","TXT");let s=o.toString();if(i.nocache!==!0&&$h.has(s)){let c=$h.get(s);if(c!=null)return i.onProgress?.(new M("dnslink:cache",{detail:c})),c}i.onProgress?.(new M("dnslink:query",{detail:n}));let a=await e.add(async()=>{let c=await fetch(`${r}?${o}`,{headers:{accept:"application/dns-json"},signal:i.signal});if(c.status!==200)throw new Error(`Unexpected HTTP status: ${c.status} - ${c.statusText}`);let u=new URL(c.url).search.slice(1),l=await c.json();i.onProgress?.(new M("dnslink:answer",{detail:l}));let{ipfsPath:d,answer:p}=dh(n,l);return $h.set(u,d,p.TTL??gS),d},{signal:i.signal});if(a==null)throw new Error("No DNS response received");return a};return async(n,i={})=>Uo(n,ra,t,i)}var Yh=Q(Ce(),1);function wS(r){return r[Symbol.asyncIterator]!=null}function ES(r,e=1){return e=Number(e),wS(r)?async function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for await(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}():function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}()}var sa=ES;async function*aa(r,e=1){for await(let t of sa(r,e)){let n=t.map(async i=>i().then(o=>({ok:!0,value:o}),o=>({ok:!1,err:o})));for(let i=0;i<n.length;i++){let o=await n[i];if(o.ok)yield o.value;else throw o.err}}}var xS=262144,ca=(r={})=>{let e=r.chunkSize??xS;return async function*(n){let i=new zt,o=0,s=!1;for await(let a of n)for(i.append(a),o+=a.length;o>=e;)if(yield i.slice(0,e),s=!0,e===i.length)i=new zt,o=0;else{let c=new zt;c.append(i.sublist(e)),i=c,o-=e}(!s||o>0)&&(yield i.subarray(0,o))}};var zh=Q(Ce(),1);var dr;(function(r){let e;(function(i){i.Raw="Raw",i.Directory="Directory",i.File="File",i.Metadata="Metadata",i.Symlink="Symlink",i.HAMTShard="HAMTShard"})(e=r.DataType||(r.DataType={}));let t;(function(i){i[i.Raw=0]="Raw",i[i.Directory=1]="Directory",i[i.File=2]="File",i[i.Metadata=3]="Metadata",i[i.Symlink=4]="Symlink",i[i.HAMTShard=5]="HAMTShard"})(t||(t={})),function(i){i.codec=()=>yi(t)}(e=r.DataType||(r.DataType={}));let n;r.codec=()=>(n==null&&(n=$t((i,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),i.Type!=null&&(o.uint32(8),r.DataType.codec().encode(i.Type,o)),i.Data!=null&&(o.uint32(18),o.bytes(i.Data)),i.filesize!=null&&(o.uint32(24),o.uint64(i.filesize)),i.blocksizes!=null)for(let a of i.blocksizes)o.uint32(32),o.uint64(a);i.hashType!=null&&(o.uint32(40),o.uint64(i.hashType)),i.fanout!=null&&(o.uint32(48),o.uint64(i.fanout)),i.mode!=null&&(o.uint32(56),o.uint32(i.mode)),i.mtime!=null&&(o.uint32(66),$l.codec().encode(i.mtime,o)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={blocksizes:[]},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.Type=r.DataType.codec().decode(i);break;case 2:s.Data=i.bytes();break;case 3:s.filesize=i.uint64();break;case 4:s.blocksizes.push(i.uint64());break;case 5:s.hashType=i.uint64();break;case 6:s.fanout=i.uint64();break;case 7:s.mode=i.uint32();break;case 8:s.mtime=$l.codec().decode(i,i.uint32());break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>Ht(i,r.codec()),r.decode=i=>Vt(i,r.codec())})(dr||(dr={}));var $l;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Seconds!=null&&(n.uint32(8),n.int64(t.Seconds)),t.FractionalNanoseconds!=null&&(n.uint32(21),n.fixed32(t.FractionalNanoseconds)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Seconds=t.int64();break;case 2:i.FractionalNanoseconds=t.fixed32();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})($l||($l={}));var Cw;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.MimeType!=null&&(n.uint32(10),n.string(t.MimeType)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.MimeType=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(Cw||(Cw={}));var Lw={Raw:"raw",Directory:"directory",File:"file",Metadata:"metadata",Symlink:"symlink",HAMTShard:"hamt-sharded-directory"},bS=["directory","hamt-sharded-directory"],Uw=parseInt("0644",8),Dw=parseInt("0755",8),j=class r{static unmarshal(e){let t=dr.decode(e),n=new r({type:Lw[t.Type!=null?t.Type.toString():"File"],data:t.Data,blockSizes:t.blocksizes,mode:t.mode,mtime:t.mtime!=null?{secs:t.mtime.Seconds??0n,nsecs:t.mtime.FractionalNanoseconds}:void 0,fanout:t.fanout});return n._originalMode=t.mode??0,n}type;data;blockSizes;hashType;fanout;mtime;_mode;_originalMode;constructor(e={type:"file"}){let{type:t,data:n,blockSizes:i,hashType:o,fanout:s,mtime:a,mode:c}=e;if(t!=null&&!Object.values(Lw).includes(t))throw(0,zh.default)(new Error("Type: "+t+" is not valid"),"ERR_INVALID_TYPE");this.type=t??"file",this.data=n,this.hashType=o,this.fanout=s,this.blockSizes=i??[],this._originalMode=0,this.mode=c,this.mtime=a}set mode(e){e==null?this._mode=this.isDirectory()?Dw:Uw:this._mode=e&4095}get mode(){return this._mode}isDirectory(){return bS.includes(this.type)}addBlockSize(e){this.blockSizes.push(e)}removeBlockSize(e){this.blockSizes.splice(e,1)}fileSize(){if(this.isDirectory())return 0n;let e=0n;return this.blockSizes.forEach(t=>{e+=t}),this.data!=null&&(e+=BigInt(this.data.length)),e}marshal(){let e;switch(this.type){case"raw":e=dr.DataType.Raw;break;case"directory":e=dr.DataType.Directory;break;case"file":e=dr.DataType.File;break;case"metadata":e=dr.DataType.Metadata;break;case"symlink":e=dr.DataType.Symlink;break;case"hamt-sharded-directory":e=dr.DataType.HAMTShard;break;default:throw(0,zh.default)(new Error(`Type: ${e} is not valid`),"ERR_INVALID_TYPE")}let t=this.data;(this.data==null||this.data.length===0)&&(t=void 0);let n;this.mode!=null&&(n=this._originalMode&4294963200|(this.mode??0),n===Uw&&!this.isDirectory()&&(n=void 0),n===Dw&&this.isDirectory()&&(n=void 0));let i;return this.mtime!=null&&(i={Seconds:this.mtime.secs,FractionalNanoseconds:this.mtime.nsecs}),dr.encode({Type:e,Data:t,filesize:this.isDirectory()?void 0:this.fileSize(),blocksizes:this.blockSizes,hashType:this.hashType,fanout:this.fanout,mode:n,mtime:i})}};var fr=async(r,e,t)=>{t.codec==null&&(t.codec=Oe);let n=await fe.digest(r),i=F.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,t),i};function Ow(r){return async function*(t,n){let i=0n;for await(let o of t.content)yield async()=>{let s,a={codec:Oe,cidVersion:r.cidVersion,onProgress:r.onProgress};r.rawLeaves?(a.codec=Mt,a.cidVersion=1):(s=new j({type:r.leafType,data:o}),o=ce({Data:s.marshal(),Links:[]}));let c=await fr(o,n,a);return i+=BigInt(o.byteLength),r.onProgress?.(new M("unixfs:importer:progress:file:write",{bytesWritten:i,cid:c,path:t.path})),{cid:c,unixfs:s,size:BigInt(o.length),block:o}}}}var Kh=Q(Ce(),1);var Pw=async(r,e,t)=>{let n=new j({type:"directory",mtime:r.mtime,mode:r.mode}),i=ce(Te({Data:n.marshal()})),o=await fr(i,e,t),s=r.path;return{cid:o,path:s,unixfs:n,size:BigInt(i.length),originalPath:r.originalPath,block:i}};async function*vS(r,e,t){let n=-1,i;for await(let o of aa(t.bufferImporter(r,e),t.blockWriteConcurrency)){if(n++,n===0){i={...o,single:!0};continue}else n===1&&i!=null&&(yield{...i,block:void 0,single:void 0},i=void 0);yield{...o,block:void 0}}i!=null&&(yield i)}function Fw(r){return r.single===!0}var AS=(r,e,t)=>async function(i){if(i.length===1&&Fw(i[0])&&t.reduceSingleLeafToSelf){let l=i[0],d=l.block;return Fw(l)&&(r.mtime!==void 0||r.mode!==void 0)&&(l.unixfs=new j({type:"file",mtime:r.mtime,mode:r.mode,data:l.block}),d={Data:l.unixfs.marshal(),Links:[]},l.block=ce(Te(d)),l.cid=await fr(l.block,e,{...t,cidVersion:t.cidVersion}),l.size=BigInt(l.block.length)),t.onProgress?.(new M("unixfs:importer:progress:file:layout",{cid:l.cid,path:l.originalPath})),{cid:l.cid,path:r.path,unixfs:l.unixfs,size:l.size,originalPath:l.originalPath}}let o=new j({type:"file",mtime:r.mtime,mode:r.mode}),s=i.filter(l=>l.cid.code===Ae&&l.size>0||l.unixfs!=null&&l.unixfs.data==null&&l.unixfs.fileSize()>0n?!0:!!l.unixfs?.data?.length).map(l=>l.cid.code===Ae?(o.addBlockSize(l.size),{Name:"",Tsize:Number(l.size),Hash:l.cid}):(l.unixfs==null||l.unixfs.data==null?o.addBlockSize(l.unixfs?.fileSize()??0n):o.addBlockSize(BigInt(l.unixfs.data.length)),{Name:"",Tsize:Number(l.size),Hash:l.cid})),a={Data:o.marshal(),Links:s},c=ce(Te(a)),u=await fr(c,e,t);return t.onProgress?.(new M("unixfs:importer:progress:file:layout",{cid:u,path:r.originalPath})),{cid:u,path:r.path,unixfs:o,size:BigInt(c.length+a.Links.reduce((l,d)=>l+(d.Tsize??0),0)),originalPath:r.originalPath,block:c}},Vw=async(r,e,t)=>t.layout(vS(r,e,t),AS(r,e,t));function _S(r){return Symbol.iterator in r}function SS(r){return Symbol.asyncIterator in r}function IS(r){try{if(r instanceof Uint8Array)return async function*(){yield r}();if(_S(r))return async function*(){yield*r}();if(SS(r))return r}catch{throw(0,Kh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}throw(0,Kh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}function Mw(r){return async function*(t,n){for await(let i of t){let o;if(i.path!=null&&(o=i.path,i.path=i.path.split("/").filter(s=>s!=null&&s!==".").join("/")),BS(i)){let s={path:i.path,mtime:i.mtime,mode:i.mode,content:async function*(){let a=0n;for await(let c of r.chunker(r.chunkValidator(IS(i.content)))){let u=BigInt(c.byteLength);a+=u,r.onProgress?.(new M("unixfs:importer:progress:file:read",{bytesRead:a,chunkSize:u,path:i.path})),yield c}}(),originalPath:o};yield async()=>Vw(s,n,r)}else if(i.path!=null){let s={path:i.path,mtime:i.mtime,mode:i.mode,originalPath:o};yield async()=>Pw(s,n,r)}else throw new Error("Import candidate must have content or path or both")}}}function BS(r){return r.content!=null}var Gh=Q(Ce(),1);var Hw=()=>async function*(e){for await(let t of e){if(t.length===void 0)throw(0,Gh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT");if(typeof t=="string"||t instanceof String)yield V(t.toString());else if(Array.isArray(t))yield Uint8Array.from(t);else if(t instanceof Uint8Array)yield t;else throw(0,Gh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}};var kS=174;function la(r){let e=r?.maxChildrenPerNode??kS;return async function t(n,i){let o=[];for await(let s of sa(n,e))o.push(await i(s));return o.length>1?t(o,i):o[0]}}var Dr=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},ua=F.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),da=F.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var Oi=class extends Dr{_children;constructor(e,t){super(e,t),this._children=new Map}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,this._children.set(e,t)}async get(e){return Promise.resolve(this._children.get(e))}childCount(){return this._children.size}directChildrenCount(){return this.childCount()}onlyChild(){return this._children.values().next().value}async*eachChildSeries(){for(let[e,t]of this._children.entries())yield{key:e,child:t}}estimateNodeSize(){if(this.nodeSize!==void 0)return this.nodeSize;this.nodeSize=0;for(let[e,t]of this._children.entries())t.size!=null&&t.cid!=null&&(this.nodeSize+=e.length+(this.options.cidVersion===1?da.bytes.byteLength:ua.bytes.byteLength));return this.nodeSize}async*flush(e){let t=[];for(let[c,u]of this._children.entries()){let l=u;if(u instanceof Dr)for await(let d of u.flush(e))l=d,yield d;l.size!=null&&l.cid!=null&&t.push({Name:c,Tsize:Number(l.size),Hash:l.cid})}let n=new j({type:"directory",mtime:this.mtime,mode:this.mode}),i={Data:n.marshal(),Links:t},o=ce(Te(i)),s=await fr(o,e,this.options),a=o.length+i.Links.reduce((c,u)=>c+(u.Tsize==null?0:u.Tsize),0);this.cid=s,this.size=a,yield{cid:s,unixfs:n,path:this.path,size:BigInt(a)}}};var Kl=Q(Kw(),1);function RS(r){let e=new Array(4);for(let t=0;t<4;t++)e[t]=r&255,r=r>>8;return new Uint8Array(e)}var H9=di({name:"murmur3-32",code:35,encode:r=>RS(Kl.default.x86.hash32(r))}),Pi=di({name:"murmur3-128",code:34,encode:r=>$i.fromHex(Kl.default.x64.hash128(r))}),$9=di({name:"murmur3-x64-64",code:34,encode:r=>$i.fromHex(Kl.default.x64.hash128(r)).subarray(0,8)});var Ww=Q(Gl(),1);var Dt=class r{_options;_popCount;_parent;_posAtParent;_children;key;constructor(e,t,n=0){this._options=e,this._popCount=0,this._parent=t,this._posAtParent=n,this._children=new Ww.default,this.key=null}async put(e,t){let n=await this._findNewBucketAndPos(e);n.bucket._putAt(n,e,t)}async get(e){let t=await this._findChild(e);if(t!=null)return t.value}async del(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);n!=null&&n.key===e&&t.bucket._delAt(t.pos)}leafCount(){return this._children.compactArray().reduce((t,n)=>n instanceof r?t+n.leafCount():t+1,0)}childrenCount(){return this._children.length}onlyChild(){return this._children.get(0)}*eachLeafSeries(){let e=this._children.compactArray();for(let t of e)t instanceof r?yield*t.eachLeafSeries():yield t}serialize(e,t){let n=[];return t(this._children.reduce((i,o,s)=>(o!=null&&(o instanceof r?i.push(o.serialize(e,t)):i.push(e(o,s))),i),n))}async asyncTransform(e,t){return Yw(this,e,t)}toJSON(){return this.serialize(US,DS)}prettyPrint(){return JSON.stringify(this.toJSON(),null," ")}tableSize(){return Math.pow(2,this._options.bits)}async _findChild(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);if(!(n instanceof r)&&n!=null&&n.key===e)return n}async _findPlace(e){let t=this._options.hash(typeof e=="string"?V(e):e),n=await t.take(this._options.bits),i=this._children.get(n);return i instanceof r?i._findPlace(t):{bucket:this,pos:n,hash:t,existingChild:i}}async _findNewBucketAndPos(e){let t=await this._findPlace(e);if(t.existingChild!=null&&t.existingChild.key!==e){let n=new r(this._options,t.bucket,t.pos);t.bucket._putObjectAt(t.pos,n);let i=await n._findPlace(t.existingChild.hash);return i.bucket._putAt(i,t.existingChild.key,t.existingChild.value),n._findNewBucketAndPos(t.hash)}return t}_putAt(e,t,n){this._putObjectAt(e.pos,{key:t,value:n,hash:e.hash})}_putObjectAt(e,t){this._children.get(e)==null&&this._popCount++,this._children.set(e,t)}_delAt(e){if(e===-1)throw new Error("Invalid position");this._children.get(e)!=null&&this._popCount--,this._children.unset(e),this._level()}_level(){if(this._parent!=null&&this._popCount<=1)if(this._popCount===1){let e=this._children.find(LS);if(e!=null&&!(e instanceof r)){let t=e.hash;t.untake(this._options.bits);let n={pos:this._posAtParent,hash:t,bucket:this._parent};this._parent._putAt(n,e.key,e.value)}}else this._parent._delAt(this._posAtParent)}_at(e){return this._children.get(e)}};function LS(r){return!!r}function US(r,e){return r.key}function DS(r){return r}async function Yw(r,e,t){let n=[];for(let i of r._children.compactArray())if(i instanceof Dt)await Yw(i,e,t);else{let o=await e(i);n.push({bitField:r._children.bitField(),children:o})}return t(n)}var OS=[255,254,252,248,240,224,192,128],PS=[1,3,7,15,31,63,127,255],ql=class{_value;_currentBytePos;_currentBitPos;constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=FS(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function FS(r,e,t){let n=VS(e,t);return(r&n)>>>e}function VS(r,e){return OS[r]&PS[Math.min(e+r-1,7)]}function jw(r){function e(t){return t instanceof Wl?t:new Wl(t,r)}return e}var Wl=class{_value;_hashFn;_depth;_availableBits;_currentBufferIndex;_buffers;constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?ye([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new ql(t);this._buffers.push(n),this._availableBits+=n.availableBits()}};function Mo(r){if(r==null||r.hashFn==null)throw new Error("please define an options.hashFn");let e={bits:r.bits??8,hash:jw(r.hashFn)};return new Dt(e)}async function MS(r){return(await Pi.encode(r)).slice(0,8).reverse()}var Xw=BigInt(34),HS=8,qh=class extends Dr{_bucket;constructor(e,t){super(e,t),this._bucket=Mo({hashFn:MS,bits:t.shardFanoutBits??HS})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=Qw(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of Jw(this._bucket,e,this,this.options))yield{...t,path:this.path}}},Zw=qh;async function*Jw(r,e,t,n){let i=r._children,o=(r.tableSize()-1).toString(16).length,s=[],a=0n;for(let h=0;h<i.length;h++){let m=i.get(h);if(m==null)continue;let y=h.toString(16).toUpperCase().padStart(o,"0");if(m instanceof Dt){let g;for await(let E of Jw(m,e,null,n))g=E;if(g==null)throw new Error("Could not flush sharded directory, no subshard found");s.push({Name:y,Tsize:Number(g.size),Hash:g.cid}),a+=g.size}else if($S(m.value)){let g=m.value,E;for await(let _ of g.flush(e))E=_,yield E;if(E==null)throw new Error("Did not flush dir");let x=y+m.key;s.push({Name:x,Tsize:Number(E.size),Hash:E.cid}),a+=E.size}else{let g=m.value;if(g.cid==null)continue;let E=y+m.key,x=g.size;s.push({Name:E,Tsize:Number(x),Hash:g.cid}),a+=BigInt(x??0)}}let c=Uint8Array.from(i.bitField().reverse()),u=new j({type:"hamt-sharded-directory",data:c,fanout:BigInt(r.tableSize()),hashType:Xw,mtime:t?.mtime,mode:t?.mode}),l={Data:u.marshal(),Links:s},d=ce(Te(l)),p=await fr(d,e,n),f=BigInt(d.byteLength)+a;yield{cid:p,unixfs:u,size:f}}function $S(r){return typeof r.flush=="function"}function Qw(r,e,t){let n=r._children,i=(r.tableSize()-1).toString(16).length,o=[];for(let u=0;u<n.length;u++){let l=n.get(u);if(l==null)continue;let d=u.toString(16).toUpperCase().padStart(i,"0");if(l instanceof Dt){let p=Qw(l,null,t);o.push({Name:d,Tsize:Number(p),Hash:t.cidVersion===0?ua:da})}else if(typeof l.value.flush=="function"){let f=l.value.nodeSize();o.push({Name:d+l.key,Tsize:Number(f),Hash:t.cidVersion===0?ua:da})}else{let p=l.value;if(p.cid==null)continue;let f=d+l.key,h=p.size;o.push({Name:f,Tsize:Number(h),Hash:p.cid})}}let s=Uint8Array.from(n.bitField().reverse()),a=new j({type:"hamt-sharded-directory",data:s,fanout:BigInt(r.tableSize()),hashType:Xw,mtime:e?.mtime,mode:e?.mode});return ce(Te({Data:a.marshal(),Links:o})).length}async function Wh(r,e,t,n){let i=e;e instanceof Oi&&e.estimateNodeSize()>t&&(i=await zS(e,n));let o=i.parent;if(o!=null){if(i!==e){if(r!=null&&(r.parent=i),i.parentKey==null)throw new Error("No parent key found");await o.put(i.parentKey,i)}return Wh(i,o,t,n)}return i}async function zS(r,e){let t=new Zw({root:r.root,dir:!0,parent:r.parent,parentKey:r.parentKey,path:r.path,dirty:r.dirty,flat:!1,mtime:r.mtime,mode:r.mode},e);for await(let{key:n,child:i}of r.eachChildSeries())await t.put(n,i);return t}var e2=(r="")=>r.split(/(?<!\\)\//).filter(Boolean);async function KS(r,e,t){let n=e2(r.path??""),i=n.length-1,o=e,s="";for(let a=0;a<n.length;a++){let c=n[a];s+=`${s!==""?"/":""}${c}`;let u=a===i;if(o.dirty=!0,o.cid=void 0,o.size=void 0,u)await o.put(c,r),e=await Wh(null,o,t.shardSplitThresholdBytes,t);else{let l=await o.get(c);(l==null||!(l instanceof Dr))&&(l=new Oi({root:!1,dir:!0,parent:o,parentKey:c,path:s,dirty:!0,flat:!0,mtime:l?.unixfs?.mtime,mode:l?.unixfs?.mode},t)),await o.put(c,l),o=l}}return e}async function*t2(r,e){if(!(r instanceof Dr)){r.unixfs?.isDirectory()===!0&&(yield r);return}yield*r.flush(e)}function r2(r){return async function*(t,n){let i=new Oi({root:!0,dir:!0,path:"",dirty:!0,flat:!0},r),o,s=!1;for await(let a of t){if(a==null)continue;let c=`${a.originalPath??""}`.split("/")[0];c!=null&&c!==""&&(o==null?(o=c,s=!0):o!==c&&(s=!1)),i=await KS(a,i,r),(a.unixfs==null||!a.unixfs.isDirectory())&&(yield a)}if(r.wrapWithDirectory||s&&i.childCount()>1)yield*t2(i,n);else for await(let a of i.eachChildSeries())a!=null&&(yield*t2(a.child,n))}}async function*ni(r,e,t={}){let n;Symbol.asyncIterator in r||Symbol.iterator in r?n=r:n=[r];let i=t.wrapWithDirectory??!1,o=t.shardSplitThresholdBytes??262144,s=t.shardFanoutBits??8,a=t.cidVersion??1,c=t.rawLeaves??!0,u=t.leafType??"file",l=t.fileImportConcurrency??50,d=t.blockWriteConcurrency??10,p=t.reduceSingleLeafToSelf??!0,f=t.chunker??ca(),h=t.chunkValidator??Hw(),m=t.dagBuilder??Mw({chunker:f,chunkValidator:h,wrapWithDirectory:i,layout:t.layout??la(),bufferImporter:t.bufferImporter??Ow({cidVersion:a,rawLeaves:c,leafType:u,onProgress:t.onProgress}),blockWriteConcurrency:d,reduceSingleLeafToSelf:p,cidVersion:a,onProgress:t.onProgress}),y=t.treeBuilder??r2({wrapWithDirectory:i,shardSplitThresholdBytes:o,shardFanoutBits:s,cidVersion:a,onProgress:t.onProgress});for await(let g of y(aa(m(n,e),l),e))yield{cid:g.cid,path:g.path,unixfs:g.unixfs,size:g.size}}async function Yl(r,e,t={}){let n=await Ii(ni([r],e,t));if(n==null)throw(0,Yh.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function n2(r,e,t={}){let n=await Ii(ni([r],e,t));if(n==null)throw(0,Yh.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function i2(r,e,t={}){return Yl({content:r},e,t)}async function o2(r,e,t={}){return Yl({content:r},e,t)}var XS=Q(Ce(),1),ZS=Q(w2(),1);var ya={cidVersion:1,rawLeaves:!0,layout:la({maxChildrenPerNode:1024}),chunker:ca({chunkSize:1048576})};async function*E2(r,e,t={}){yield*ni(r,e,{...ya,...t})}async function x2(r,e,t={}){let{cid:n}=await i2(r,e,{...ya,...t});return n}async function b2(r,e,t={}){let{cid:n}=await o2(r,e,{...ya,...t});return n}async function v2(r,e,t={}){let{cid:n}=await Yl(r,e,{...ya,...t});return n}async function A2(r,e,t={}){let{cid:n}=await n2({...r,path:r.path??"-"},e,{...ya,...t});return n}var Xl=Q(Ce(),1);function JS(r){return r[Symbol.asyncIterator]!=null}function QS(r){if(JS(r))return(async()=>{let t;for await(let n of r)t=n;return t})();let e;for(let t of r)e=t;return e}var ii=QS;var M2=Q(Ce(),1);var _2=Q(Ce(),1);function Ho(r,e,t,n,i,o,s){let a=r,c=i;for(;o.length>0;){let u=o[0];if(u in a){o.shift(),c=`${c}/${u}`;let l=F.asCID(a[u]);if(l!=null)return{entry:{type:"object",name:n,path:i,cid:t,node:e,depth:s,size:BigInt(e.length),content:async function*(){yield r}},next:{cid:l,name:u,path:c,toResolve:o}};a=a[u]}else throw(0,_2.default)(new Error(`No property named ${u} found in node ${t}`),"ERR_NO_PROP")}return{entry:{type:"object",name:n,path:i,cid:t,node:e,depth:s,size:BigInt(e.length),content:async function*(){yield r}}}}var e4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=ki(c);return Ho(u,c,r,e,t,n,o)},S2=e4;var t4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=_l(c);return Ho(u,c,r,e,t,n,o)},I2=t4;var B2=Q(Ce(),1);function r4(r,e,t,n){let i=BigInt(r.length),o=BigInt(e+i);return t>=o||n<e?new Uint8Array(0):(n>=e&&n<o&&(r=r.subarray(0,Number(n-e))),t>=e&&t<o&&(r=r.subarray(Number(t-e))),r)}var Fi=r4;var ga=Q(Ce(),1),n4=(r,e=0,t=r)=>{let n=BigInt(r),i=BigInt(e??0),o=BigInt(t);if(o!==n&&(o=i+o),o>n&&(o=n),i<0n)throw(0,ga.default)(new Error("Offset must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(i>n)throw(0,ga.default)(new Error("Offset must be less than the file size"),"ERR_INVALID_PARAMS");if(o<0n)throw(0,ga.default)(new Error("Length must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(o>n)throw(0,ga.default)(new Error("Length must be less than the file size"),"ERR_INVALID_PARAMS");return{start:i,end:o}},$o=n4;var i4=r=>{async function*e(t={}){let{start:n,end:i}=$o(r.length,t.offset,t.length),o=Fi(r,0n,n,i);t.onProgress?.(new M("unixfs:exporter:progress:identity",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},o4=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,B2.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=st(r.multihash.bytes);return{entry:{type:"identity",name:e,path:t,cid:r,content:i4(c.digest),depth:o,size:BigInt(c.digest.length),node:c.digest}}},k2=o4;var s4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=c0(c);return Ho(u,c,r,e,t,n,o)},R2=s4;var T2=Q(Ce(),1);var a4=r=>{async function*e(t={}){let{start:n,end:i}=$o(r.length,t.offset,t.length),o=Fi(r,0n,n,i);t.onProgress?.(new M("unixfs:exporter:progress:raw",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},c4=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,T2.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=await s.get(r,a);return{entry:{type:"raw",name:e,path:t,cid:r,content:a4(c),depth:o,size:BigInt(c.length),node:c}}},N2=c4;var Ea=Q(Ce(),1);var wa=Q(Ce(),1);var l4=async function(r){return(await Pi.encode(r)).slice(0,8).reverse()},u4=async(r,e,t)=>{let n=(e.tableSize()-1).toString(16).length;await Promise.all(r.map(async i=>{if(i.Name==null)throw new Error("Unexpected Link without a Name");if(i.Name.length===n){let o=parseInt(i.Name,16);e._putObjectAt(o,new Dt({hash:t._options.hash,bits:t._options.bits},e,o));return}await t.put(i.Name.substring(2),!0)}))},C2=(r,e)=>r.toString(16).toUpperCase().padStart(e,"0").substring(0,e),d4=r=>{let e=r.bucket,t=[];for(;e._parent!=null;)t.push(e),e=e._parent;return t.push(e),t.reverse()},L2=async(r,e,t,n,i)=>{if(n==null){if(r.Data==null)throw(0,wa.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let d;try{d=j.unmarshal(r.Data)}catch(f){throw(0,wa.default)(f,"ERR_NOT_UNIXFS")}if(d.type!=="hamt-sharded-directory")throw(0,wa.default)(new Error("not a HAMT"),"ERR_NOT_UNIXFS");if(d.fanout==null)throw(0,wa.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let p=Mo({hashFn:l4,bits:Math.log2(Number(d.fanout))});n={rootBucket:p,hamtDepth:1,lastBucket:p}}let o=(n.lastBucket.tableSize()-1).toString(16).length;await u4(r.Links,n.lastBucket,n.rootBucket);let s=await n.rootBucket._findNewBucketAndPos(e),a=C2(s.pos,o),c=d4(s);c.length>n.hamtDepth&&(n.lastBucket=c[n.hamtDepth],a=C2(n.lastBucket._posAtParent,o));let u=r.Links.find(d=>{if(d.Name==null)return!1;let p=d.Name.substring(0,o),f=d.Name.substring(o);return!(p!==a||f!==""&&f!==e)});if(u==null)return;if(u.Name!=null&&u.Name.substring(o)===e)return u.Hash;n.hamtDepth++;let l=await t.get(u.Hash,i);return r=Se(l),L2(r,e,t,n,i)},U2=L2;var f4=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=c.offset??0,l=c.length??e.Links.length,d=e.Links.slice(u,l);c.onProgress?.(new M("unixfs:exporter:walk:directory",{cid:r})),yield*yt(d,p=>tt(p,f=>async()=>{let h=f.Name??"",m=`${n}/${h}`;return(await i(f.Hash,h,m,[],o+1,s,c)).entry}),p=>Ni(p,{ordered:!0,concurrency:c.blockReadConcurrency}),p=>xt(p,f=>f!=null))}return a},D2=f4;var Vi=Q(Ce(),1);async function O2(r,e,t,n,i,o,s){if(e instanceof Uint8Array){let u=Fi(e,n,i,o);t.push(u);return}if(e.Data==null)throw(0,Vi.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=j.unmarshal(e.Data)}catch(u){throw(0,Vi.default)(u,"ERR_NOT_UNIXFS")}if(a.data!=null){let u=a.data,l=Fi(u,n,i,o);t.push(l),n+=BigInt(l.byteLength)}let c=[];if(e.Links.length!==a.blockSizes.length)throw(0,Vi.default)(new Error("Inconsistent block sizes and dag links"),"ERR_NOT_UNIXFS");for(let u=0;u<e.Links.length;u++){let l=e.Links[u],d=n,p=d+a.blockSizes[u];if((i>=d&&i<p||o>=d&&o<=p||i<d&&o>p)&&c.push({link:l,blockStart:n}),n=p,n>o)break}await yt(c,u=>tt(u,l=>async()=>{let d=await r.get(l.link.Hash,s);return{...l,block:d}}),u=>Ni(u,{ordered:!0,concurrency:s.blockReadConcurrency}),async u=>{for await(let{link:l,block:d,blockStart:p}of u){let f;switch(l.Hash.code){case ve:f=Se(d);break;case Ae:f=d;break;default:t.end((0,Vi.default)(new Error(`Unsupported codec: ${l.Hash.code}`),"ERR_NOT_UNIXFS"));return}let h=new it({concurrency:1});h.on("error",m=>{t.end(m)}),h.add(async()=>{s.onProgress?.(new M("unixfs:exporter:walk:file",{cid:l.Hash})),await O2(r,f,t,p,i,o,s)}),await h.onIdle()}}),n>=o&&t.end()}var h4=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=t.fileSize();if(u===void 0)throw new Error("File was a directory");let{start:l,end:d}=$o(u,c.offset,c.length);if(d===0n)return;let p=0n,f=d-l,h=Kt();c.onProgress?.(new M("unixfs:exporter:walk:file",{cid:r})),O2(s,e,h,0n,l,d,c).catch(m=>{h.end(m)});for await(let m of h)if(m!=null){if(p+=BigInt(m.byteLength),p>f)throw h.end(),(0,Vi.default)(new Error("Read too many bytes - the file size reported by the UnixFS data in the root node may be incorrect"),"ERR_OVER_READ");p===f&&h.end(),c.onProgress?.(new M("unixfs:exporter:progress:unixfs:file",{bytesRead:p,totalBytes:f,fileSize:u})),yield m}if(p<f)throw(0,Vi.default)(new Error("Traversed entire DAG but did not read enough bytes"),"ERR_UNDER_READ")}return a},Qh=h4;var jl=Q(Ce(),1);var p4=(r,e,t,n,i,o,s)=>{function a(c={}){return c.onProgress?.(new M("unixfs:exporter:walk:hamt-sharded-directory",{cid:r})),P2(e,n,i,o,s,c)}return a};async function*P2(r,e,t,n,i,o){let s=r.Links;if(r.Data==null)throw(0,jl.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=j.unmarshal(r.Data)}catch(l){throw(0,jl.default)(l,"ERR_NOT_UNIXFS")}if(a.fanout==null)throw(0,jl.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let c=(a.fanout-1n).toString(16).length,u=yt(s,l=>tt(l,d=>async()=>{let p=d.Name!=null?d.Name.substring(c):null;if(p!=null&&p!==""){let f=await t(d.Hash,p,`${e}/${p}`,[],n+1,i,o);return{entries:f.entry==null?[]:[f.entry]}}else{let f=await i.get(d.Hash,o);return r=Se(f),o.onProgress?.(new M("unixfs:exporter:walk:hamt-sharded-directory",{cid:d.Hash})),{entries:P2(r,e,t,n,i,o)}}}),l=>Ni(l,{ordered:!0,concurrency:o.blockReadConcurrency}));for await(let{entries:l}of u)yield*l}var F2=p4;var m4=(r,e)=>r.Links.find(n=>n.Name===e)?.Hash,y4={raw:Qh,file:Qh,directory:D2,"hamt-sharded-directory":F2,metadata:(r,e,t,n,i,o,s)=>()=>[],symlink:(r,e,t,n,i,o,s)=>()=>[]},g4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=Se(c),l,d;if(e==null&&(e=r.toString()),u.Data==null)throw(0,Ea.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");try{l=j.unmarshal(u.Data)}catch(f){throw(0,Ea.default)(f,"ERR_NOT_UNIXFS")}if(t==null&&(t=e),n.length>0){let f;if(l?.type==="hamt-sharded-directory"?f=await U2(u,n[0],s):f=m4(u,n[0]),f==null)throw(0,Ea.default)(new Error("file does not exist"),"ERR_NOT_FOUND");let h=n.shift(),m=`${t}/${h}`;d={cid:f,toResolve:n,name:h??"",path:m}}let p=y4[l.type](r,u,l,t,i,o,s);if(p==null)throw(0,Ea.default)(new Error("could not find content exporter"),"ERR_NOT_FOUND");return l.isDirectory()?{entry:{type:"directory",name:e,path:t,cid:r,content:p,unixfs:l,depth:o,node:u,size:l.fileSize()},next:d}:{entry:{type:"file",name:e,path:t,cid:r,content:p,unixfs:l,depth:o,node:u,size:l.fileSize()},next:d}},V2=g4;var w4={[ve]:V2,[Ae]:N2,[Wn]:S2,[jn]:I2,[et.code]:k2,[Rn]:R2},H2=async(r,e,t,n,i,o,s)=>{let a=w4[r.code];if(a==null)throw(0,M2.default)(new Error(`No resolver for code ${r.code}`),"ERR_NO_RESOLVER");return a(r,e,t,n,H2,i,o,s)},$2=H2;var E4=(r="")=>(r.trim().match(/([^\\^/]|\\\/)+/g)??[]).filter(Boolean),x4=r=>{if(r instanceof Uint8Array)return{cid:F.decode(r),toResolve:[]};let e=F.asCID(r);if(e!=null)return{cid:e,toResolve:[]};if(typeof r=="string"){r.indexOf("/ipfs/")===0&&(r=r.substring(6));let t=E4(r);return{cid:F.parse(t[0]),toResolve:t.slice(1)}}throw(0,Xl.default)(new Error(`Unknown path type ${r}`),"ERR_BAD_PATH")};async function*xa(r,e,t={}){let{cid:n,toResolve:i}=x4(r),o=n.toString(),s=o,a=i.length;for(;;){let c=await $2(n,o,s,i,a,e,t);if(c.entry==null&&c.next==null)throw(0,Xl.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");if(c.entry!=null&&(yield c.entry),c.next==null)return;i=c.next.toResolve,n=c.next.cid,o=c.next.name,s=c.next.path}}async function Xe(r,e,t={}){let n=await ii(xa(r,e,t));if(n==null)throw(0,Xl.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");return n}async function*zo(r,e,t={}){let n=await Xe(r,e,t);if(n==null)return;if(yield n,n.type==="directory")for await(let o of i(n,t))yield o;async function*i(o,s){for await(let a of o.content(s))yield a,!(a instanceof Uint8Array)&&a.type==="directory"&&(yield*i(a,s))}}var Z2=Q(X2(),1),ot=Z2.default;var hr=class extends Error{name;code;constructor(e,t,n){super(e),this.name=t,this.code=n}},Or=class extends hr{constructor(e="not a Unixfs node"){super(e,"NotUnixFSError","ERR_NOT_UNIXFS")}},ht=class extends hr{constructor(e="invalid PBNode"){super(e,"InvalidPBNodeError","ERR_INVALID_PBNODE")}},xn=class extends hr{constructor(e="unknown error"){super(e,"InvalidPBNodeError","ERR_UNKNOWN_ERROR")}},ba=class extends hr{constructor(e="path already exists"){super(e,"AlreadyExistsError","ERR_ALREADY_EXISTS")}},Ql=class extends hr{constructor(e="path does not exist"){super(e,"DoesNotExistError","ERR_DOES_NOT_EXIST")}},qo=class extends hr{constructor(e="no content"){super(e,"NoContentError","ERR_NO_CONTENT")}},eu=class extends hr{constructor(e="not a file"){super(e,"NotAFileError","ERR_NOT_A_FILE")}},oi=class extends hr{constructor(e="not a directory"){super(e,"NotADirectoryError","ERR_NOT_A_DIRECTORY")}},Ot=class extends hr{constructor(e="invalid parameters"){super(e,"InvalidParametersError","ERR_INVALID_PARAMETERS")}};var ip=Q(Gl(),1);function ru(r){function e(t){return t instanceof tu?t:new tu(t,r)}return e}var tu=class{_value;_hashFn;_depth;_availableBits;_currentBufferIndex;_buffers;constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?ye([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new tp(t);this._buffers.push(n),this._availableBits+=n.availableBits()}},I4=[255,254,252,248,240,224,192,128],B4=[1,3,7,15,31,63,127,255],tp=class{_value;_currentBytePos;_currentBitPos;constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=k4(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function k4(r,e,t){let n=R4(e,t);return(r&n)>>>e}function R4(r,e){return I4[r]&B4[Math.min(e+r-1,7)]}var va=BigInt(Pi.code),Mi=8;async function Wo(r){return(await Pi.encode(r)).subarray(0,8).reverse()}var eE=Q(Gl(),1);var pr=async(r,e,t)=>{t.codec==null&&(t.codec=Oe);let n=await fe.digest(r),i=F.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,{...t,signal:t.signal}),i};var rp=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},nu=class extends rp{_bucket;constructor(e,t){super(e,t),this._bucket=Mo({hashFn:Wo,bits:8})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=Q2(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of J2(this._bucket,e,this,this.options))yield{...t,path:this.path}}};async function*J2(r,e,t,n){let i=r._children,o=[],s=0n;for(let f=0;f<i.length;f++){let h=i.get(f);if(h==null)continue;let m=f.toString(16).toUpperCase().padStart(2,"0");if(h instanceof Dt){let y;for await(let g of J2(h,e,null,n))y=g;if(y==null)throw new Error("Could not flush sharded directory, no subshard found");o.push({Name:m,Tsize:Number(y.size),Hash:y.cid}),s+=y.size}else if(T4(h.value)){let y=h.value,g;for await(let x of y.flush(e))g=x,yield g;if(g==null)throw new Error("Did not flush dir");let E=m+h.key;o.push({Name:E,Tsize:Number(g.size),Hash:g.cid}),s+=g.size}else{let y=h.value;if(y.cid==null)continue;let g=m+h.key,E=y.size;o.push({Name:g,Tsize:Number(E),Hash:y.cid}),s+=BigInt(E??0)}}let a=Uint8Array.from(i.bitField().reverse()),c=new j({type:"hamt-sharded-directory",data:a,fanout:BigInt(r.tableSize()),hashType:va,mtime:t?.mtime,mode:t?.mode}),u={Data:c.marshal(),Links:o},l=ce(Te(u)),d=await pr(l,e,n),p=BigInt(l.byteLength)+s;yield{cid:d,unixfs:c,size:p}}function T4(r){return typeof r.flush=="function"}function Q2(r,e,t){let n=r._children,i=[];for(let c=0;c<n.length;c++){let u=n.get(c);if(u==null)continue;let l=c.toString(16).toUpperCase().padStart(2,"0");if(u instanceof Dt){let d=Q2(u,null,t);i.push({Name:l,Tsize:Number(d),Hash:t.cidVersion===0?iu:ou})}else if(typeof u.value.flush=="function"){let p=u.value.nodeSize();i.push({Name:l+u.key,Tsize:Number(p),Hash:t.cidVersion===0?iu:ou})}else{let d=u.value;if(d.cid==null)continue;let p=l+u.key,f=d.size;i.push({Name:p,Tsize:Number(f),Hash:d.cid})}}let o=Uint8Array.from(n.bitField().reverse()),s=new j({type:"hamt-sharded-directory",data:o,fanout:BigInt(r.tableSize()),hashType:va,mtime:e?.mtime,mode:e?.mode});return ce(Te({Data:s.marshal(),Links:i})).length}var iu=F.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),ou=F.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var np=oe("helia:unixfs:commands:utils:hamt-utils"),su=r=>r.toString(16).toUpperCase().padStart(2,"0").substring(0,2),tE=async(r,e,t)=>{let n=new nu({root:!0,dir:!0,parent:void 0,parentKey:void 0,path:"",dirty:!0,flat:!1,mtime:t.mtime,mode:t.mode},t);for(let o=0;o<e.length;o++)await n._bucket.put(e[o].name,{size:e[o].size,cid:e[o].cid});let i=await ii(n.flush(r));if(i==null)throw new Error("Flushing shard yielded no result");return i},au=async(r,e,t)=>{let n=j.unmarshal(r[0].node.Data??new Uint8Array(0)),i=BigInt(Math.pow(2,Mi));r.reverse();let o,s;for(let a=0;a<r.length;a++){let c=a===r.length-1,u=r[a],l=Uint8Array.from(u.children.bitField().reverse()),d=new j({type:"hamt-sharded-directory",data:l,fanout:i,hashType:va});c&&(d.mtime=n.mtime,d.mode=n.mode),s={Data:d.marshal(),Links:u.node.Links};let p=ce(Te(s));if(o=await pr(p,e,t),!c){let f=r[a+1];if(f==null)throw new Error("Was not operating on shard root but also had no parent?");np("updating link in parent sub-shard with prefix %s",f.prefix),f.node.Links=f.node.Links.filter(h=>h.Name!==f.prefix),f.node.Links.push({Name:f.prefix,Hash:o,Tsize:u.node.Links.reduce((h,m)=>h+(m.Tsize??0),p.byteLength)})}}if(o==null||s==null)throw new Error("Noting persisted");return{cid:o,node:s}},cu=async(r,e,t,n)=>{let o=ru(Wo)(V(e)),s=[];for(;;){let a=await t.get(r,n),c=Se(a),u=new eE.default,l=await o.take(Mi),d=su(l);s.push({prefix:d,children:u,node:c});let p;for(let h of c.Links){let m=h.Name??"";if(m.length<2)throw new Error("Invalid HAMT - link name was too short");let y=parseInt(m.substring(0,2),16);u.set(y,!0),m.startsWith(d)&&(p=h)}if(p==null){np("no link found with prefix %s for %s",d,e);break}let f=p.Name??"";if(f.length<2)throw new Error("Invalid HAMT - link name was too short");if(f.length===2){r=p.Hash,np("descend into sub-shard with prefix %s",f);continue}break}return{path:s,hash:o}};async function lu(r,e,t,n){if(r.Data==null)throw new Error("DagPB node had no data");let i=j.unmarshal(r.Data),o;if(i.type==="directory")o=N4(r);else if(i.type==="hamt-sharded-directory")o=await rE(r,0,t,e,n);else throw new Error("Can only estimate the size of directories or shards");return o>t}function N4(r){let e=0;for(let t of r.Links)e+=(t.Name??"").length,e+=t.Hash.version===1?ou.bytes.byteLength:iu.bytes.byteLength;return e}async function rE(r,e,t,n,i){if(e>t)return t;if(r.Data==null||!j.unmarshal(r.Data).isDirectory())return e;for(let s of r.Links){let a=s.Name??"";if(a=a.substring(2),e+=a.length,e+=s.Hash.bytes.byteLength,s.Hash.code===ve){let c=await n.get(s.Hash,i),u=Se(c);e+=await rE(u,e,t,n,i)}}return e}var Pr=oe("helia:unixfs:components:utils:add-link");async function Yo(r,e,t,n){if(r.node.Data==null)throw new Ot("Invalid parent passed to addLink");if(j.unmarshal(r.node.Data).type==="hamt-sharded-directory")return Pr("adding link to sharded directory"),U4(r,e,t,n);Pr(`adding ${e.Name} (${e.Hash}) to regular directory`);let o=await L4(r,e,t,n);if(await lu(o.node,t,n.shardSplitThresholdBytes,n)){Pr("converting directory to sharded directory");let s=await C4(o,t);o.cid=s.cid,o.node=Se(await t.get(s.cid,n))}return o}var C4=async(r,e)=>{if(r.node.Data==null)throw new Ot("Invalid parent passed to convertToShardedDirectory");let t=j.unmarshal(r.node.Data),n=await tE(e,r.node.Links.map(i=>({name:i.Name??"",size:BigInt(i.Tsize??0),cid:i.Hash})),{mode:t.mode,mtime:t.mtime,cidVersion:r.cid.version});return Pr(`converted directory to sharded directory ${n.cid}`),n},L4=async(r,e,t,n)=>{let i=r.node.Links.filter(l=>{let d=l.Name===e.Name;if(d&&!n.allowOverwriting)throw new ba;return!d});if(i.push(e),r.node.Data==null)throw new ht("Parent node with no data passed to addToDirectory");let o=j.unmarshal(r.node.Data),s;if(o.mtime!=null){let l=Date.now(),d=Math.floor(l/1e3);o.mtime={secs:BigInt(d),nsecs:(l-d*1e3)*1e3},s=o.marshal()}else s=r.node.Data;r.node=Te({Data:s,Links:i});let a=ce(r.node),c=await fe.digest(a),u=F.create(r.cid.version,ve,c);return await t.put(u,a),{node:r.node,cid:u}},U4=async(r,e,t,n)=>{let{path:i,hash:o}=await cu(r.cid,e.Name,t,n),s=i[i.length-1];if(s==null)throw new Error("Invalid HAMT, could not generate path");let a=s.prefix,c=parseInt(a,16);Pr("next prefix for %s is %s",e.Name,a);let u=`${a}${e.Name}`,l=s.node.Links.find(d=>(d.Name??"").startsWith(a));if(l!=null)if(Pr("link %s was present in shard",u),l.Name===u){if(!n.allowOverwriting)throw new ba;Pr("overwriting %s in subshard",e.Name),s.node.Links=s.node.Links.filter(d=>d.Name!==u),s.node.Links.push({Name:u,Hash:e.Hash,Tsize:e.Tsize})}else{if(l.Name?.length===2)throw new Error("Existing link was subshard?!");{Pr("prefix %s already exists, creating new subshard",a);let d=s.node.Links.findIndex(y=>y.Name?.startsWith(a)),p=s.node.Links.splice(d,1)[0],f=(p.Name??"").substring(2),m=ru(Wo)(V(f));for(let y=0;y<i.length;y++)await m.take(Mi);for(;;){let y=await m.take(Mi),g=su(y);p.Name=`${g}${f}`;let E=await o.take(Mi),x=su(E);if(g===x){let S=new ip.default;S.set(E,!0),i.push({prefix:x,children:S,node:{Links:[]}});continue}let _=new ip.default;_.set(E,!0),_.set(y,!0),i.push({prefix:a,children:_,node:{Links:[p,{Name:`${x}${e.Name}`,Hash:e.Hash,Tsize:e.Tsize}]}});break}}}else Pr("link %s was not present in sub-shard",u),e.Name=u,s.node.Links.push(e),s.children.set(c,!0),Pr("adding %s to existing sub-shard",u);return au(i,t,n)};async function si(r,e,t={}){let n=await Xe(r,e,t);if(n.type!=="directory")throw new oi(`${r.toString()} was not a UnixFS directory`);return{cid:r,node:n.node}}async function jo(r,e,t,n){let i=await Xe(r,t,n);if(i.type!=="directory"&&i.type!=="file"&&i.type!=="raw")throw new Or(`${r.toString()} was not a UnixFS node`);return{Name:e,Tsize:i.node instanceof Uint8Array?i.node.byteLength:D4(i.node),Hash:r}}function D4(r){let e=r.Links.reduce((t,n)=>t+(n.Tsize??0),0);return ce(r).byteLength+e}var O4=oe("helia:unixfs:components:utils:resolve");async function Fr(r,e,t,n){if(e==null||e==="")return{cid:r};let i=`/ipfs/${r}${e==null?"":`/${e}`}`,o=await Lo(xa(i,t,n));if(o.length===0)throw new Ql("Could not find path in directory");return O4("resolved %s to %c",e,r),{cid:o[o.length-1].cid,path:e,segments:o}}async function Xo(r,e,t,n){if(e.segments==null||e.segments.length===0)return r;let i=e.segments.pop();if(i==null)throw new Error("Insufficient segments");i.cid=r,e.segments.reverse();for(let o of e.segments){let[s,a]=await Promise.all([si(o.cid,t,n),jo(i.cid,i.name,t,n)]);r=(await Yo(s,a,t,{...n,allowOverwriting:!0,cidVersion:r.version})).cid,o.cid=r,i=o}return r}var P4=ot.bind({ignoreUndefined:!0}),F4={};async function*nE(r,e,t={}){let n=P4(F4,t),i=await Fr(r,n.path,e,n),o=await Xe(i.cid,e,n);if(o.type!=="file"&&o.type!=="raw")throw new eu;if(o.content==null)throw new qo;yield*o.content(n)}var V4=ot.bind({ignoreUndefined:!0}),M4=oe("helia:unixfs:chmod"),H4={recursive:!1,shardSplitThresholdBytes:262144};async function iE(r,e,t,n={}){let i=V4(H4,n),o=await Fr(r,i.path,t,n);if(M4("chmod %c %d",o.cid,e),i.recursive){let p=await yt(async function*(){for await(let f of zo(o.cid,t,n)){let h,m=[];if(f.type==="raw")h=new j({type:"file",data:f.node});else if(f.type==="file"||f.type==="directory")h=f.unixfs,m=f.node.Links;else throw new Or;h.mode=e;let y={Data:h.marshal(),Links:m};yield{path:f.path,content:y}}},f=>ni(f,t,{...i,dagBuilder:async function*(h,m){for await(let y of h)yield async function(){let g=y.content,E=ce(g),x=await pr(E,m,{...i,cidVersion:r.version});if(g.Data==null)throw new ht(`${x} had no data`);let _=j.unmarshal(g.Data);return{cid:x,size:BigInt(E.length),path:y.path,unixfs:_}}}}),async f=>ii(f));if(p==null)throw new xn(`Could not chmod ${o.cid.toString()}`);return Xo(p.cid,o,t,i)}let s=await t.get(o.cid,n),a,c=[];if(o.cid.code===Ae)a=new j({type:"file",data:s});else{let p=Se(s);if(p.Data==null)throw new ht(`${o.cid.toString()} had no data`);c=p.Links,a=j.unmarshal(p.Data)}a.mode=e;let u=ce({Data:a.marshal(),Links:c}),l=await fe.digest(u),d=F.create(o.cid.version,ve,l);return await t.put(d,u),Xo(d,o,t,i)}var $4=ot.bind({ignoreUndefined:!0}),z4=oe("helia:unixfs:cp"),K4={force:!1,shardSplitThresholdBytes:262144};async function oE(r,e,t,n,i={}){let o=$4(K4,i);if(t.includes("/"))throw new Ot("Name must not have slashes");let[s,a]=await Promise.all([si(e,n,o),jo(r,t,n,o)]);return z4('Adding %c as "%s" to %c',r,t,e),(await Yo(s,a,n,{allowOverwriting:o.force,cidVersion:e.version,...o})).cid}var G4=ot.bind({ignoreUndefined:!0}),q4={};async function*sE(r,e,t={}){let n=G4(q4,t),i=await Fr(r,n.path,e,n),o=await Xe(i.cid,e);if(o.type==="file"||o.type==="raw"){yield o;return}if(o.content==null)throw new qo;if(o.type!=="directory")throw new oi;yield*o.content({offset:t.offset,length:t.length})}var W4=ot.bind({ignoreUndefined:!0}),aE=oe("helia:unixfs:mkdir"),Y4={cidVersion:1,force:!1,shardSplitThresholdBytes:262144};async function cE(r,e,t,n={}){let i=W4(Y4,n);if(e.includes("/"))throw new Ot("Path must not have slashes");if((await Xe(r,t,n)).type!=="directory")throw new oi(`${r.toString()} was not a UnixFS directory`);aE("creating %s",e);let a={Data:new j({type:"directory",mode:i.mode,mtime:i.mtime}).marshal(),Links:[]},c=ce(a),u=await fe.digest(c),l=F.create(i.cidVersion,ve,u);await t.put(l,c);let[d,p]=await Promise.all([si(r,t,i),jo(l,e,t,i)]);return aE("adding empty dir called %s to %c",e,r),(await Yo(d,p,t,{...i,allowOverwriting:i.force})).cid}var uu=oe("helia:unixfs:utils:remove-link");async function lE(r,e,t,n){if(r.node.Data==null)throw new ht("Parent node had no data");if(j.unmarshal(r.node.Data).type==="hamt-sharded-directory"){uu(`removing ${e} from sharded directory`);let o=await X4(r,e,t,n);return await lu(o.node,t,n.shardSplitThresholdBytes,n)?o:(uu("converting shard to flat directory %c",r.cid),Z4(o,t,n))}return uu(`removing link ${e} regular directory`),j4(r,e,t,n)}var j4=async(r,e,t,n)=>{r.node.Links=r.node.Links.filter(s=>s.Name!==e);let i=ce(r.node),o=await pr(i,t,{...n,cidVersion:r.cid.version});return uu(`Updated regular directory ${o}`),{node:r.node,cid:o}},X4=async(r,e,t,n)=>{let{path:i}=await cu(r.cid,e,t,n),o=i[i.length-1];if(o==null)throw new Error("Invalid HAMT, could not generate path");let s=o.node.Links.filter(u=>(u.Name??"").substring(2)===e).map(u=>u.Name).pop();if(s==null)throw new Error("File not found");let a=s.substring(0,2),c=parseInt(a,16);if(o.node.Links=o.node.Links.filter(u=>u.Name!==s),o.children.unset(c),o.node.Links.length===1)for(;i.length!==1;){let u=i[i.length-1];if(u==null||u.node.Links.length>1)break;i.pop();let l=i[i.length-1];if(l==null)break;let d=u.node.Links[0];l.node.Links=l.node.Links.filter(p=>!(p.Name??"").startsWith(l.prefix)),l.node.Links.push({Hash:d.Hash,Name:`${l.prefix}${(d.Name??"").substring(2)}`,Tsize:d.Tsize})}return au(i,t,n)},Z4=async(r,e,t)=>{if(r.node.Data==null)throw new Ot("Invalid parent passed to convertToFlatDirectory");let n={Links:[]},i=await Xe(r.cid,e);if(i.type!=="directory")throw new Error("Unexpected node type");for await(let c of i.content()){let u=0;c.node instanceof Uint8Array?u=c.node.byteLength:u=ce(c.node).length,n.Links.push({Hash:c.cid,Name:c.name,Tsize:u})}let o=j.unmarshal(r.node.Data);n.Data=new j({type:"directory",mode:o.mode,mtime:o.mtime}).marshal();let s=ce(Te(n));return{cid:await pr(s,e,{codec:Oe,cidVersion:r.cid.version,signal:t.signal}),node:n}};var J4=ot.bind({ignoreUndefined:!0}),Q4=oe("helia:unixfs:rm"),eI={shardSplitThresholdBytes:262144};async function uE(r,e,t,n={}){let i=J4(eI,n);if(e.includes("/"))throw new Ot("Name must not have slashes");let o=await si(r,t,i);return Q4("Removing %s from %c",e,r),(await lE(o,e,t,{...i,cidVersion:r.version})).cid}var tI=ot.bind({ignoreUndefined:!0}),rI=oe("helia:unixfs:stat"),nI={};async function dE(r,e,t={}){let n=tI(nI,t),i=await Fr(r,t.path,e,n);rI("stat %c",i.cid);let o=await Xe(i.cid,e,n);if(o.type!=="file"&&o.type!=="directory"&&o.type!=="raw")throw new Or;let s=0n,a=0n,c=0n,u=0n,l=0,d,p,f=o.type,h;if(o.type==="raw"&&(s=BigInt(o.node.byteLength),a=BigInt(o.node.byteLength),c=BigInt(o.node.byteLength),u=BigInt(o.node.byteLength),l=1),o.type==="directory"&&(s=0n,a=BigInt(o.unixfs.marshal().byteLength),c=0n,u=a,l=1,d=o.unixfs.mode,p=o.unixfs.mtime,h=o.unixfs),o.type==="file"){let m=await fE(i.cid,e,n);s=o.unixfs.fileSize(),a=BigInt((o.node.Data?.byteLength??0)+o.node.Links.reduce((y,g)=>y+(g.Tsize??0),0)),c=BigInt(m.localFileSize),u=BigInt(m.localDagSize),l=m.blocks,d=o.unixfs.mode,p=o.unixfs.mtime,h=o.unixfs}return{cid:i.cid,mode:d,mtime:p,fileSize:s,dagSize:a,localFileSize:c,localDagSize:u,blocks:l,type:f,unixfs:h}}async function fE(r,e,t){let n={localFileSize:0,localDagSize:0,blocks:0};if(await e.has(r,t)){let i=await e.get(r,t);if(n.blocks++,n.localDagSize+=i.byteLength,r.code===Ae)n.localFileSize+=i.byteLength;else if(r.code===ve){let o=Se(i);if(o.Links.length>0)for(let s of o.Links){let a=await fE(s.Hash,e,t);n.localFileSize+=a.localFileSize,n.localDagSize+=a.localDagSize,n.blocks+=a.blocks}else{if(o.Data==null)throw new ht(`PBNode ${r.toString()} had no data`);let s=j.unmarshal(o.Data);if(s.data==null)throw new ht(`UnixFS node ${r.toString()} had no data`);n.localFileSize+=s.data.byteLength??0}}else throw new xn(`${r.toString()} was neither DAG_PB nor RAW`)}return n}var iI=ot.bind({ignoreUndefined:!0}),oI=oe("helia:unixfs:touch"),sI={recursive:!1,shardSplitThresholdBytes:262144};async function hE(r,e,t={}){let n=iI(sI,t),i=await Fr(r,n.path,e,n),o=n.mtime??{secs:BigInt(Math.round(Date.now()/1e3)),nsecs:0};if(oI("touch %c %o",i.cid,o),n.recursive){let p=await yt(async function*(){for await(let f of zo(i.cid,e)){let h,m;if(f.type==="raw")h=new j({data:f.node}),m=[];else if(f.type==="file"||f.type==="directory")h=f.unixfs,m=f.node.Links;else throw new Or;h.mtime=o;let y={Data:h.marshal(),Links:m};yield{path:f.path,content:y}}},f=>ni(f,e,{...n,dagBuilder:async function*(h,m){for await(let y of h)yield async function(){let g=y.content,E=ce(g),x=await pr(E,m,{...n,cidVersion:r.version});if(g.Data==null)throw new ht(`${x} had no data`);let _=j.unmarshal(g.Data);return{cid:x,size:BigInt(E.length),path:y.path,unixfs:_}}}}),async f=>ii(f));if(p==null)throw new xn(`Could not chmod ${i.cid.toString()}`);return Xo(p.cid,i,e,n)}let s=await e.get(i.cid,t),a,c=[];if(i.cid.code===Ae)a=new j({data:s});else{let p=Se(s);if(c=p.Links,p.Data==null)throw new ht(`${i.cid.toString()} had no data`);a=j.unmarshal(p.Data)}a.mtime=o;let u=ce({Data:a.marshal(),Links:c}),l=await fe.digest(u),d=F.create(i.cid.version,ve,l);return await e.put(d,u),Xo(d,i,e,n)}var op=class{components;constructor(e){this.components=e}async*addAll(e,t={}){yield*E2(e,this.components.blockstore,t)}async addBytes(e,t={}){return x2(e,this.components.blockstore,t)}async addByteStream(e,t={}){return b2(e,this.components.blockstore,t)}async addFile(e,t={}){return v2(e,this.components.blockstore,t)}async addDirectory(e={},t={}){return A2(e,this.components.blockstore,t)}async*cat(e,t={}){yield*nE(e,this.components.blockstore,t)}async chmod(e,t,n={}){return iE(e,t,this.components.blockstore,n)}async cp(e,t,n,i={}){return oE(e,t,n,this.components.blockstore,i)}async*ls(e,t={}){yield*sE(e,this.components.blockstore,t)}async mkdir(e,t,n={}){return cE(e,t,this.components.blockstore,n)}async rm(e,t,n={}){return uE(e,t,this.components.blockstore,n)}async stat(e,t={}){return dE(e,this.components.blockstore,t)}async touch(e,t={}){return hE(e,this.components.blockstore,t)}};function pE(r){return new op(r)}function du(r,e={}){let t={_cancelled:!1,async start(){this._cancelled=!1},async pull(n){try{let{value:i,done:o}=await r.next();if(this._cancelled)return;if(o===!0){n.close();return}n.enqueue(i)}catch(i){n.error(i)}},cancel(){this._cancelled=!0}};return new globalThis.ReadableStream(t,e)}function mE(r){let e=lt(r,{allowIndefinite:!1,coerceUndefinedToNull:!1,allowNaN:!1,allowInfinity:!1,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,allowBigInt:!1});return new TextDecoder().decode(Gs(e))}function yE(r){let e=aI(r);return e===r?`filename="${r}"`:`filename="${e}"; filename*=UTF-8''${encodeURIComponent(r)}`}function aI(r){return r.replace(/[^\x00-\x7F]/g,"_")}function gE({cid:r,reqFormat:e,weak:t,rangeStart:n,rangeEnd:i}){let o=t===!0?"W/":"",s=e==null?"":`.${e}`;return(n!=null||i!=null)&&(s+=`.${n??"0"}-${i??"N"}`),`${o}"${r.toString()}${s}"`}async function wE(r,e,t,n){let i=t.forComponent("helia:verified-fetch:get-stream-from-async-iterable"),o=r[Symbol.asyncIterator](),{value:s,done:a}=await o.next();if(a===!0)throw i.error("No content found for path",e),new Error("No content found");return{stream:new ReadableStream({async start(u){n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(s)},async pull(u){let{value:l,done:d}=await o.next();if(d===!0){l!=null&&(n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(l)),u.close();return}n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(l)}}),firstChunk:s}}var Jz=V("ustar\0","binary"),Qz=V("ustar ","binary"),eK=V(" \0","binary");var AE=Q(xE(),1);function lI(r){return r[Symbol.asyncIterator]!=null}function uI(r){if(lI(r))return(async()=>{let n=new Uint8Array(0);for await(let i of r)n=ye([n,i],n.length+i.length);return n})();let e=[],t=0;for(let n of r)e.push(n),t+=n.byteLength;return ye(e,t)}var bE=uI;var dI="0000000000000000000",fI="7777777777777777777",hI=48,pI=V("ustar\0","binary"),mI=V("00","binary"),yI=parseInt("7777",8),gI=257,wI=263,EI=function(r){switch(r){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72;default:return 0}},xI=function(r){let e=256;for(let t=0;t<148;t++)e+=r[t];for(let t=156;t<512;t++)e+=r[t];return e},ai=function(r,e){let t=r.toString(8);return t.length>e?V(fI.slice(0,e)+" "):V(dI.slice(0,e-t.length)+t+" ")},sp=function(r){let e=V(r).byteLength,t=Math.floor(Math.log(e)/Math.log(10))+1;return e+t>=Math.pow(10,t)&&t++,`${e+t}${r}`};function vE(r){let e="";r.name!=null&&(e+=sp(" path="+r.name+`
|
|
9
|
+
`)),r.linkname!=null&&(e+=sp(" linkpath="+r.linkname+`
|
|
10
|
+
`));let t=r.pax;if(t!=null)for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e+=sp(" "+n+"="+t[n]+`
|
|
11
|
+
`));return V(e)}function fu(r){let e=new Uint8Array(512),t=r.name,n="";if(r.typeflag===5&&t[t.length-1]!=="/"&&(t+="/"),V(t).byteLength!==t.length)return null;for(;V(t).byteLength>100;){let i=t.indexOf("/");if(i===-1)return null;n+=n!==""?"/"+t.slice(0,i):t.slice(0,i),t=t.slice(i+1)}return V(t).byteLength>100||V(n).byteLength>155||r.linkname!=null&&V(r.linkname).byteLength>100?null:(e.set(V(t),0),e.set(ai(r.mode&yI,6),100),e.set(ai(r.uid,6),108),e.set(ai(r.gid,6),116),e.set(ai(r.size,11),124),e.set(ai(r.mtime.getTime()/1e3|0,11),136),e[156]=hI+EI(r.type),r.linkname!=null&&e.set(V(r.linkname),157),e.set(pI,gI),e.set(mI,wI),r.uname!=null&&e.set(V(r.uname),265),r.gname!=null&&e.set(V(r.gname),297),e.set(ai(r.devmajor??0,6),329),e.set(ai(r.devminor??0,6),337),n!=null&&e.set(V(n),345),e.set(ai(xI(e),6),148),e)}var{S_IFMT:vI,S_IFBLK:AI,S_IFCHR:_I,S_IFDIR:SI,S_IFIFO:II,S_IFLNK:BI}=AE.default,kI=parseInt("755",8),RI=parseInt("644",8),_E=new Uint8Array(1024);function TI(r=0){switch(r&vI){case AI:return"block-device";case _I:return"character-device";case SI:return"directory";case II:return"fifo";case BI:return"symlink";default:return"file"}}function cp(r){return r&=511,r!==0?_E.subarray(0,512-r):new Uint8Array(0)}function ap(r){if(r.pax==null){let e=fu(r);if(e!=null)return e}return NI(r)}function NI(r){let e=vE(r),t={name:"PaxHeader",mode:r.mode,uid:r.uid,gid:r.gid,size:e.length,mtime:r.mtime,type:"pax-header",linkname:r.linkname,uname:r.uname,gname:r.gname,devmajor:r.devmajor,devminor:r.devminor};return new zt(fu(t)??new Uint8Array(0),e,cp(e.length),fu({...t,size:r.size,type:r.type})??new Uint8Array(0)).subarray()}function hu(){return async function*(r){for await(let{header:e,body:t}of r){let n={...e,size:e.type==="symlink"?0:e.size??0,type:e.type??TI(e.mode),mode:e.mode??(e.type==="directory"?kI:RI),uid:e.uid??0,gid:e.gid??0,mtime:e.mtime??new Date};if(typeof t=="string"&&(t=V(t)),t instanceof Uint8Array||gr(t)){n.size=t.length,yield ap(n),yield gr(t)?t.subarray():t,yield cp(n.size);continue}if(n.type==="symlink"&&n.linkname==null){if(t==null)throw new Error("type was symlink but no linkname or body specified");n.linkname=Z(await bE(t)),yield ap(n);continue}if(yield ap(n),n.type!=="file"&&n.type!=="contiguous-file")continue;let i=0;for await(let o of t??[])i+=o.length,yield gr(o)?o.subarray():o;if(i!==n.size)throw new Error(`size mismatch, wrote ${i} of ${n.size} bytes`);yield cp(n.size)}yield _E}}var CI=["file","raw","directory"];function LI(r){let e,t;return(r.type==="file"||r.type==="directory")&&(e=r.unixfs.mode,t=r.unixfs.mtime!=null?new Date(Number(r.unixfs.mtime.secs*1000n)):void 0),{name:r.path,mode:e,mtime:t,size:Number(r.size),type:r.type==="directory"?"directory":"file"}}function SE(r){if(!CI.includes(r.type))throw new O("Not a UnixFS node","ERR_NOT_UNIXFS");let e={header:LI(r)};return(r.type==="file"||r.type==="raw")&&(e.body=r.content()),e}async function*IE(r,e,t){let n=await Xe(r,e,t);if(n.type==="file"||n.type==="raw"){yield*yt([SE(n)],hu());return}if(n.type==="directory"){yield*yt(zo(r,e,t),i=>tt(i,o=>SE(o)),hu());return}throw new O("Not a UnixFS node","ERR_NOT_UNIXFS")}var BE=Q(yh(),1),pu=class{lru;constructor(e){this.lru=(0,BE.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var lp=new pu(1e3),UI=/^(?<protocol>ip[fn]s):\/\/(?<cidOrPeerIdOrDnsLink>[^/$?]+)\/?(?<path>[^$?]*)\??(?<queryString>.*)$/;async function kE({urlString:r,ipns:e,logger:t},n){let i=t.forComponent("helia:verified-fetch:parse-url-string"),o=r.match(UI);if(o==null||o.groups==null)throw new TypeError(`Invalid URL: ${r}, please use ipfs:// or ipns:// URLs only.`);let{protocol:s,cidOrPeerIdOrDnsLink:a,path:c,queryString:u}=o.groups,l,d,p=[];if(s==="ipfs")try{l=F.parse(a)}catch(y){i.error(y),p.push(new TypeError("Invalid CID for ipfs://<cid> URL"))}else{let y=lp.get(a);if(y!=null)l=y.cid,d=y.path,i.trace("resolved %s to %c from cache",a,l);else{i.trace("Attempting to resolve PeerId for %s",a);let g=null;try{g=It(a),y=await e.resolve(g,{onProgress:n?.onProgress}),l=y?.cid,d=y?.path,i.trace("resolved %s to %c",a,l),lp.set(a,y,60*1e3*2)}catch(E){g==null?(i.error('Could not parse PeerId string "%s"',a,E),p.push(new TypeError(`Could not parse PeerId in ipns url "${a}", ${E.message}`))):(i.error("Could not resolve PeerId %c",g,E),p.push(new TypeError(`Could not resolve PeerId "${a}", ${E.message}`)))}if(l==null){i.trace("Attempting to resolve DNSLink for %s",a);try{y=await e.resolveDns(a,{onProgress:n?.onProgress}),l=y?.cid,d=y?.path,i.trace("resolved %s to %c",a,l),lp.set(a,y,60*1e3*2)}catch(E){i.error('Could not resolve DnsLink for "%s"',a,E),p.push(E)}}}}if(l==null)throw new AggregateError(p,`Invalid resource. Cannot determine CID from URL "${r}"`);let f={};if(u!=null&&u.length>0){let y=u.split("&");for(let g of y){let[E,x]=g.split("=");f[E]=decodeURIComponent(x)}f.download!=null&&(f.download=f.download==="true"),f.filename!=null&&(f.filename=f.filename.toString())}let h=[];c.length>0&&h.push(c),d!=null&&d.length>0&&h.push(d);let m=h.join("/");return{protocol:s,cid:l,path:m,query:f}}async function RE(r,{ipns:e,logger:t},n){if(typeof r=="string")return kE({urlString:r,ipns:e,logger:t},{onProgress:n?.onProgress});let i=F.asCID(r);if(i!=null)return{cid:i,protocol:"ipfs",path:"",query:{}};throw new TypeError(`Invalid resource. Cannot determine CID from resource: ${r}`)}function ci(r){return new Response(r,{status:200,statusText:"OK"})}function up(r){let e=new Response(r,{status:501,statusText:"Not Implemented"});return e.headers.set("X-Content-Type-Options","nosniff"),e}function Zo(r){return new Response(r,{status:406,statusText:"Not Acceptable"})}function dp(r){return new Response(r,{status:400,statusText:"Bad Request"})}var DI={[Wn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[jn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[Rn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[ve]:["application/octet-stream","application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car","application/x-tar"],[Ae]:["application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car","application/x-tar"]};function TE(r,e){let t=DI[r.code];if(e!=null)return OI(e,t)}function OI(r,e){let t=r.split(",").map(n=>{let i=n.trim().split(";");return{mimeType:`${i[0]}`.trim(),weight:PI(i[1])}}).sort((n,i)=>n.weight===i.weight?0:n.weight>i.weight?-1:1).map(n=>n.mimeType);for(let n of t)for(let i of e)if(n.includes(i)||n==="*/*"||n.startsWith("*/")&&i.split("/")[1]===n.split("/")[1]||n.endsWith("/*")&&i.split("/")[0]===n.split("/")[0])return i}function PI(r){if(r!=null&&(r=r.trim()),r==null||!r.startsWith("q="))return 1;let e=parseFloat(r.replace("q=",""));return isNaN(e)?0:e}var FI={raw:"application/vnd.ipld.raw",car:"application/vnd.ipld.car","dag-json":"application/vnd.ipld.dag-json","dag-cbor":"application/vnd.ipld.dag-cbor",json:"application/json",cbor:"application/cbor","ipns-record":"application/vnd.ipfs.ipns-record",tar:"application/x-tar"};function NE(r){if(r!=null)return FI[r]}async function CE(r,e,t){let n=[],i;for await(let o of xa(e,r,t))n.push(o.cid),i=o;if(i==null)throw new Error("No terminal element found");return{ipfsRoots:n,terminalElement:i}}function VI(r){if(r==null)return;let e;return r?.signal===null&&(e=void 0),{...r,signal:e}}var MI=["application/vnd.ipld.raw","application/octet-stream"];function HI(r){let t=(new Headers(r).get("accept")??"").split(",").map(n=>n.split(";")[0]).map(n=>n.trim());for(let n of t){if(n==="*/*")return;if(MI.includes(n??""))return n}}var mu=class{helia;ipns;unixfs;log;contentTypeParser;constructor({helia:e,ipns:t,unixfs:n},i){this.helia=e,this.log=e.logger.forComponent("helia:verified-fetch"),this.ipns=t??ew(e,{resolvers:i?.dnsResolvers??[Hl("https://mozilla.cloudflare-dns.com/dns-query"),Hl("https://dns.google/resolve")]}),this.unixfs=n??pE(e),this.contentTypeParser=i?.contentTypeParser,this.log.trace("created VerifiedFetch instance")}async handleIPNSRecord({resource:e,cid:t,path:n,options:i}){if(n!==""||!e.startsWith("ipns://"))return dp("Invalid IPNS name");let o;try{o=It(e.replace("ipns://",""))}catch{return this.log.error("could not parse peer id from IPNS url %s",e),dp("Invalid IPNS name")}let s=ye([V("/ipns/"),o.toBytes()]),a=new Le("/dht/record/"+Z(s,"base32"),!1),c=await this.helia.datastore.get(a,i),u=ei.deserialize(c),l=ci(u.value);return l.headers.set("content-type","application/vnd.ipfs.ipns-record"),l}async handleCar({cid:e,options:t}){let n=Dg(this.helia),i=du(n.stream(e,t)),o=ci(i);return o.headers.set("content-type","application/vnd.ipld.car; version=1"),o}async handleTar({cid:e,path:t,options:n}){if(e.code!==ve&&e.code!==Ae)return Zo("only UnixFS data can be returned in a TAR file");let i=du(IE(`/ipfs/${e}/${t}`,this.helia.blockstore,n)),o=ci(i);return o.headers.set("content-type","application/x-tar"),o}async handleJson({cid:e,path:t,accept:n,options:i}){this.log.trace("fetching %c/%s",e,t);let o=await this.helia.blockstore.get(e,i),s;if(n==="application/vnd.ipld.dag-cbor"||n==="application/cbor")try{let c=_l(o);s=zs(c)}catch(c){return this.log.error("could not transform %c to application/vnd.ipld.dag-cbor",c),Zo()}else s=o;let a=ci(s);return a.headers.set("content-type",n??"application/json"),a}async handleDagCbor({cid:e,path:t,accept:n,options:i}){this.log.trace("fetching %c/%s",e,t);let o=await this.helia.blockstore.get(e,i),s;if(n==="application/octet-stream"||n==="application/vnd.ipld.dag-cbor"||n==="application/cbor")s=o;else if(n==="application/vnd.ipld.dag-json")try{let c=ki(o);s=sg(c)}catch(c){return this.log.error("could not transform %c to application/vnd.ipld.dag-json",c),Zo()}else try{s=mE(o)}catch(c){if(n==="application/json")return this.log('could not decode DAG-CBOR as JSON-safe, but the client sent "Accept: application/json"',c),Zo();this.log("could not decode DAG-CBOR as JSON-safe, falling back to `application/octet-stream`",c),s=o}let a=ci(s);return n==null&&(n=s instanceof Uint8Array?"application/octet-stream":"application/json"),a.headers.set("content-type",n),a}async handleDagPb({cid:e,path:t,options:n}){let i,o;try{let p=await CE(this.helia.blockstore,`${e.toString()}/${t}`,n);o=p.ipfsRoots,i=p.terminalElement}catch(p){this.log.error("Error walking path %s",t,p)}let s=i?.cid??e,a;if(i?.type==="directory"){let p=i.cid,f="index.html";try{this.log.trace("found directory at %c/%s, looking for index.html",e,t),a=await this.unixfs.stat(p,{path:f,signal:n?.signal,onProgress:n?.onProgress}),this.log.trace("found root file at %c/%s with cid %c",p,f,a.cid),t=f,s=a.cid}catch(h){return this.log("error loading path %c/%s",p,f,h),up("Unable to find index.html for directory at given path. Support for directories with implicit root is not implemented")}finally{n?.onProgress?.(new M("verified-fetch:request:end",{cid:p,path:f}))}}let c=this.unixfs.cat(s,{signal:n?.signal,onProgress:n?.onProgress});this.log("got async iterator for %c/%s",e,t);let{stream:u,firstChunk:l}=await wE(c,t??"",this.helia.logger,{onProgress:n?.onProgress}),d=ci(u);return await this.setContentType(l,t,d),o!=null&&d.headers.set("X-Ipfs-Roots",o.map(p=>p.toV1().toString()).join(",")),d}async handleRaw({cid:e,path:t,options:n}){let i=await this.helia.blockstore.get(e,n),o=ci(i),s=HI(n?.headers);return s!=null?o.headers.set("content-type",s):await this.setContentType(i,t,o),o}async setContentType(e,t,n){let i="application/octet-stream";if(this.contentTypeParser!=null)try{let o=t.split("/").pop()?.trim();o=o===""?void 0:o;let s=this.contentTypeParser(e,o);if($I(s)){let a=await s;a!=null&&(i=a)}else s!=null&&(i=s)}catch(o){this.log.error("Error parsing content type",o)}n.headers.set("content-type",i)}codecHandlers={[ve]:this.handleDagPb,[jn]:this.handleJson,[Rn]:this.handleJson,[Wn]:this.handleDagCbor,[Ae]:this.handleRaw,[et.code]:this.handleRaw};async fetch(e,t){this.log("fetch %s",e);let n=VI(t);n?.onProgress?.(new M("verified-fetch:request:start",{resource:e}));let{path:i,query:o,cid:s}=await RE(e,{ipns:this.ipns,logger:this.helia.logger},n);n?.onProgress?.(new M("verified-fetch:request:resolve",{cid:s,path:i}));let c=new Headers(n?.headers).get("accept");c!=null&&this.log('incoming accept header "%s"',c);let u=NE(o.format);o.format!=null&&this.log('incoming query format "%s", mapped to %s',o.format,u);let l=c??u,d=TE(s,l);if(this.log("output type %s",d),l!=null&&d==null)return Zo();let p,f,h={resource:e.toString(),cid:s,path:i,accept:d,options:n};if(d==="application/vnd.ipfs.ipns-record")f="ipns-record",p=await this.handleIPNSRecord(h);else if(d==="application/vnd.ipld.car")f="car",o.download=!0,o.filename=o.filename??`${s.toString()}.car`,p=await this.handleCar(h);else if(d==="application/vnd.ipld.raw")f="raw",o.download=!0,o.filename=o.filename??`${s.toString()}.bin`,p=await this.handleRaw(h);else if(d==="application/x-tar")f="tar",o.download=!0,o.filename=o.filename??`${s.toString()}.tar`,p=await this.handleTar(h);else{let y=this.codecHandlers[s.code];if(y==null)return up(`Support for codec with code ${s.code} is not yet implemented. Please open an issue at https://github.com/ipfs/helia/issues/new`);p=await y.call(this,h)}p.headers.set("etag",gE({cid:s,reqFormat:f,weak:!1})),p.headers.set("cache-control","public, max-age=29030400, immutable"),p.headers.set("X-Ipfs-Path",e.toString());let m;return o.download===!0&&(m="attachment"),o.filename!=null&&(m==null&&(m="inline"),m=`${m}; ${yE(o.filename)}`),m!=null&&p.headers.set("Content-Disposition",m),n?.onProgress?.(new M("verified-fetch:request:end",{cid:s,path:i})),p}async start(){await this.helia.start()}async stop(){await this.helia.stop()}};function $I(r){return r?.then!=null}var Aa,yu=async function(e,t){return Aa==null&&(Aa=await fp()),Aa(e,t)};yu.start=async function(){await Aa?.start()};yu.stop=async function(){await Aa?.stop()};async function fp(r,e){let t;zI(r)||(t=r?.dnsResolvers,r=await kg({blockBrokers:[ss({gateways:r?.gateways})],routers:(r?.routers??["https://delegated-ipfs.dev"]).map(o=>Hs(o))}));let n=new mu({helia:r},{dnsResolvers:t,...e});async function i(o,s){return n.fetch(o,s)}return i.stop=n.stop.bind(n),i.start=n.start.bind(n),i}function zI(r){return r?.blockstore!=null&&r?.datastore!=null&&r?.gc!=null&&r?.stop!=null&&r?.start!=null}return qE(KI);})();
|
|
18
12
|
/*! Bundled license information:
|
|
19
13
|
|
|
20
14
|
pvtsutils/build/index.js:
|
|
@@ -54,22 +48,6 @@ buffer/index.js:
|
|
|
54
48
|
* @license MIT
|
|
55
49
|
*)
|
|
56
50
|
|
|
57
|
-
mime-db/index.js:
|
|
58
|
-
(*!
|
|
59
|
-
* mime-db
|
|
60
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
61
|
-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
62
|
-
* MIT Licensed
|
|
63
|
-
*)
|
|
64
|
-
|
|
65
|
-
mime-types/index.js:
|
|
66
|
-
(*!
|
|
67
|
-
* mime-types
|
|
68
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
69
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
70
|
-
* MIT Licensed
|
|
71
|
-
*)
|
|
72
|
-
|
|
73
51
|
@noble/hashes/esm/utils.js:
|
|
74
52
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
75
53
|
|