ipfs-unixfs-importer 14.0.0 → 14.0.2
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 +8 -3
- package/dist/index.min.js +1 -1
- package/dist/src/dag-builder/dir.d.ts +1 -2
- package/dist/src/dag-builder/dir.d.ts.map +1 -1
- package/dist/src/dag-builder/dir.js.map +1 -1
- package/dist/src/dag-builder/file.d.ts +1 -2
- package/dist/src/dag-builder/file.d.ts.map +1 -1
- package/dist/src/dag-builder/file.js +2 -2
- package/dist/src/dag-builder/file.js.map +1 -1
- package/dist/src/dag-builder/index.d.ts +1 -2
- package/dist/src/dag-builder/index.d.ts.map +1 -1
- package/dist/src/dag-builder/index.js +4 -1
- package/dist/src/dag-builder/index.js.map +1 -1
- package/dist/src/dir.d.ts +1 -2
- package/dist/src/dir.d.ts.map +1 -1
- package/dist/src/dir.js.map +1 -1
- package/dist/src/index.d.ts +44 -12
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +38 -10
- package/dist/src/index.js.map +1 -1
- package/dist/src/tree-builder.d.ts.map +1 -1
- package/dist/src/tree-builder.js.map +1 -1
- package/dist/src/utils/persist.d.ts +1 -1
- package/dist/src/utils/persist.d.ts.map +1 -1
- package/dist/typedoc-urls.json +7 -2
- package/package.json +3 -3
- package/src/dag-builder/dir.ts +1 -2
- package/src/dag-builder/file.ts +3 -4
- package/src/dag-builder/index.ts +6 -3
- package/src/dir.ts +1 -2
- package/src/index.ts +60 -15
- package/src/tree-builder.ts +1 -2
- package/src/utils/persist.ts +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
- [Example](#example)
|
|
15
15
|
- [API](#api)
|
|
16
16
|
- [const stream = importer(source, blockstore \[, options\])](#const-stream--importersource-blockstore--options)
|
|
17
|
-
- [const result = await
|
|
17
|
+
- [const result = await importFile(content, blockstore \[, options\])](#const-result--await-importfilecontent-blockstore--options)
|
|
18
|
+
- [const result = await importDirectory(content, blockstore \[, options\])](#const-result--await-importdirectorycontent-blockstore--options)
|
|
18
19
|
- [const result = await importBytes(buf, blockstore \[, options\])](#const-result--await-importbytesbuf-blockstore--options)
|
|
19
20
|
- [const result = await importByteStream(source, blockstore \[, options\])](#const-result--await-importbytestreamsource-blockstore--options)
|
|
20
21
|
- [API Docs](#api-docs)
|
|
@@ -97,7 +98,7 @@ When run, metadata about DAGNodes in the created tree is printed until the root:
|
|
|
97
98
|
## API
|
|
98
99
|
|
|
99
100
|
```js
|
|
100
|
-
import { importer,
|
|
101
|
+
import { importer, importFile, importDir, importBytes, importByteStream } from 'ipfs-unixfs-importer'
|
|
101
102
|
```
|
|
102
103
|
|
|
103
104
|
### const stream = importer(source, blockstore \[, options])
|
|
@@ -119,10 +120,14 @@ The `importer` function returns an async iterator takes a source async iterator
|
|
|
119
120
|
|
|
120
121
|
The input's file paths and directory structure will be preserved in the [`dag-pb`](https://github.com/ipld/js-dag-pb) created nodes.
|
|
121
122
|
|
|
122
|
-
### const result = await
|
|
123
|
+
### const result = await importFile(content, blockstore \[, options])
|
|
123
124
|
|
|
124
125
|
A convenience function for importing a single file or directory.
|
|
125
126
|
|
|
127
|
+
### const result = await importDirectory(content, blockstore \[, options])
|
|
128
|
+
|
|
129
|
+
A convenience function for importing a directory - note this is non-recursive, to import recursively use the [importer](#const-stream--importersource-blockstore--options) function.
|
|
130
|
+
|
|
126
131
|
### const result = await importBytes(buf, blockstore \[, options])
|
|
127
132
|
|
|
128
133
|
A convenience function for importing a single Uint8Array.
|
package/dist/index.min.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.IpfsUnixfsImporter = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
2
|
-
"use strict";var IpfsUnixfsImporter=(()=>{var ni=Object.create;var Ot=Object.defineProperty;var ii=Object.getOwnPropertyDescriptor;var oi=Object.getOwnPropertyNames;var si=Object.getPrototypeOf,ai=Object.prototype.hasOwnProperty;var z=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),C=(r,t)=>{for(var e in t)Ot(r,e,{get:t[e],enumerable:!0})},er=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oi(t))!ai.call(r,i)&&i!==e&&Ot(r,i,{get:()=>t[i],enumerable:!(n=ii(t,i))||n.enumerable});return r};var O=(r,t,e)=>(e=r!=null?ni(si(r)):{},er(t||!r||!r.__esModule?Ot(e,"default",{value:r,enumerable:!0}):e,r)),ci=r=>er(Ot({},"__esModule",{value:!0}),r);var xt=z((Bs,nr)=>{"use strict";function rr(r,t){for(let e in t)Object.defineProperty(r,e,{value:t[e],enumerable:!0,configurable:!0});return r}function fi(r,t,e){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");e||(e={}),typeof t=="object"&&(e=t,t=""),t&&(e.code=t);try{return rr(r,e)}catch{e.message=r.message,e.stack=r.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(r)),rr(new i,e)}}nr.exports=fi});var or=z((As,ir)=>{"use strict";ir.exports=ui;function ui(r,t){for(var e=new Array(arguments.length-1),n=0,i=2,o=!0;i<arguments.length;)e[n++]=arguments[i++];return new Promise(function(f,c){e[n]=function(h){if(o)if(o=!1,h)c(h);else{for(var p=new Array(arguments.length-1),D=0;D<p.length;)p[D++]=arguments[D];f.apply(null,p)}};try{r.apply(t||null,e)}catch(u){o&&(o=!1,c(u))}})}});var fr=z(cr=>{"use strict";var Rt=cr;Rt.length=function(t){var e=t.length;if(!e)return 0;for(var n=0;--e%4>1&&t.charAt(e)==="=";)++n;return Math.ceil(t.length*3)/4-n};var ut=new Array(64),ar=new Array(123);for(R=0;R<64;)ar[ut[R]=R<26?R+65:R<52?R+71:R<62?R-4:R-59|43]=R++;var R;Rt.encode=function(t,e,n){for(var i=null,o=[],s=0,f=0,c;e<n;){var u=t[e++];switch(f){case 0:o[s++]=ut[u>>2],c=(u&3)<<4,f=1;break;case 1:o[s++]=ut[c|u>>4],c=(u&15)<<2,f=2;break;case 2:o[s++]=ut[c|u>>6],o[s++]=ut[u&63],f=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return f&&(o[s++]=ut[c],o[s++]=61,f===1&&(o[s++]=61)),i?(s&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))};var sr="invalid encoding";Rt.decode=function(t,e,n){for(var i=n,o=0,s,f=0;f<t.length;){var c=t.charCodeAt(f++);if(c===61&&o>1)break;if((c=ar[c])===void 0)throw Error(sr);switch(o){case 0:s=c,o=1;break;case 1:e[n++]=s<<2|(c&48)>>4,s=c,o=2;break;case 2:e[n++]=(s&15)<<4|(c&60)>>2,s=c,o=3;break;case 3:e[n++]=(s&3)<<6|c,o=0;break}}if(o===1)throw Error(sr);return n-i};Rt.test=function(t){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}});var hr=z((Ss,ur)=>{"use strict";ur.exports=Vt;function Vt(){this._listeners={}}Vt.prototype.on=function(t,e,n){return(this._listeners[t]||(this._listeners[t]=[])).push({fn:e,ctx:n||this}),this};Vt.prototype.off=function(t,e){if(t===void 0)this._listeners={};else if(e===void 0)this._listeners[t]=[];else for(var n=this._listeners[t],i=0;i<n.length;)n[i].fn===e?n.splice(i,1):++i;return this};Vt.prototype.emit=function(t){var e=this._listeners[t];if(e){for(var n=[],i=1;i<arguments.length;)n.push(arguments[i++]);for(i=0;i<e.length;)e[i].fn.apply(e[i++].ctx,n)}return this}});var wr=z((Ds,gr)=>{"use strict";gr.exports=lr(lr);function lr(r){return typeof Float32Array<"u"?function(){var t=new Float32Array([-0]),e=new Uint8Array(t.buffer),n=e[3]===128;function i(c,u,h){t[0]=c,u[h]=e[0],u[h+1]=e[1],u[h+2]=e[2],u[h+3]=e[3]}function o(c,u,h){t[0]=c,u[h]=e[3],u[h+1]=e[2],u[h+2]=e[1],u[h+3]=e[0]}r.writeFloatLE=n?i:o,r.writeFloatBE=n?o:i;function s(c,u){return e[0]=c[u],e[1]=c[u+1],e[2]=c[u+2],e[3]=c[u+3],t[0]}function f(c,u){return e[3]=c[u],e[2]=c[u+1],e[1]=c[u+2],e[0]=c[u+3],t[0]}r.readFloatLE=n?s:f,r.readFloatBE=n?f:s}():function(){function t(n,i,o,s){var f=i<0?1:0;if(f&&(i=-i),i===0)n(1/i>0?0:2147483648,o,s);else if(isNaN(i))n(2143289344,o,s);else if(i>34028234663852886e22)n((f<<31|2139095040)>>>0,o,s);else if(i<11754943508222875e-54)n((f<<31|Math.round(i/1401298464324817e-60))>>>0,o,s);else{var c=Math.floor(Math.log(i)/Math.LN2),u=Math.round(i*Math.pow(2,-c)*8388608)&8388607;n((f<<31|c+127<<23|u)>>>0,o,s)}}r.writeFloatLE=t.bind(null,dr),r.writeFloatBE=t.bind(null,pr);function e(n,i,o){var s=n(i,o),f=(s>>31)*2+1,c=s>>>23&255,u=s&8388607;return c===255?u?NaN:f*(1/0):c===0?f*1401298464324817e-60*u:f*Math.pow(2,c-150)*(u+8388608)}r.readFloatLE=e.bind(null,mr),r.readFloatBE=e.bind(null,yr)}(),typeof Float64Array<"u"?function(){var t=new Float64Array([-0]),e=new Uint8Array(t.buffer),n=e[7]===128;function i(c,u,h){t[0]=c,u[h]=e[0],u[h+1]=e[1],u[h+2]=e[2],u[h+3]=e[3],u[h+4]=e[4],u[h+5]=e[5],u[h+6]=e[6],u[h+7]=e[7]}function o(c,u,h){t[0]=c,u[h]=e[7],u[h+1]=e[6],u[h+2]=e[5],u[h+3]=e[4],u[h+4]=e[3],u[h+5]=e[2],u[h+6]=e[1],u[h+7]=e[0]}r.writeDoubleLE=n?i:o,r.writeDoubleBE=n?o:i;function s(c,u){return e[0]=c[u],e[1]=c[u+1],e[2]=c[u+2],e[3]=c[u+3],e[4]=c[u+4],e[5]=c[u+5],e[6]=c[u+6],e[7]=c[u+7],t[0]}function f(c,u){return e[7]=c[u],e[6]=c[u+1],e[5]=c[u+2],e[4]=c[u+3],e[3]=c[u+4],e[2]=c[u+5],e[1]=c[u+6],e[0]=c[u+7],t[0]}r.readDoubleLE=n?s:f,r.readDoubleBE=n?f:s}():function(){function t(n,i,o,s,f,c){var u=s<0?1:0;if(u&&(s=-s),s===0)n(0,f,c+i),n(1/s>0?0:2147483648,f,c+o);else if(isNaN(s))n(0,f,c+i),n(2146959360,f,c+o);else if(s>17976931348623157e292)n(0,f,c+i),n((u<<31|2146435072)>>>0,f,c+o);else{var h;if(s<22250738585072014e-324)h=s/5e-324,n(h>>>0,f,c+i),n((u<<31|h/4294967296)>>>0,f,c+o);else{var p=Math.floor(Math.log(s)/Math.LN2);p===1024&&(p=1023),h=s*Math.pow(2,-p),n(h*4503599627370496>>>0,f,c+i),n((u<<31|p+1023<<20|h*1048576&1048575)>>>0,f,c+o)}}}r.writeDoubleLE=t.bind(null,dr,0,4),r.writeDoubleBE=t.bind(null,pr,4,0);function e(n,i,o,s,f){var c=n(s,f+i),u=n(s,f+o),h=(u>>31)*2+1,p=u>>>20&2047,D=4294967296*(u&1048575)+c;return p===2047?D?NaN:h*(1/0):p===0?h*5e-324*D:h*Math.pow(2,p-1075)*(D+4503599627370496)}r.readDoubleLE=e.bind(null,mr,0,4),r.readDoubleBE=e.bind(null,yr,4,0)}(),r}function dr(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function pr(r,t,e){t[e]=r>>>24,t[e+1]=r>>>16&255,t[e+2]=r>>>8&255,t[e+3]=r&255}function mr(r,t){return(r[t]|r[t+1]<<8|r[t+2]<<16|r[t+3]<<24)>>>0}function yr(r,t){return(r[t]<<24|r[t+1]<<16|r[t+2]<<8|r[t+3])>>>0}});var br=z((exports,module)=>{"use strict";module.exports=inquire;function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(r){}return null}});var _r=z(xr=>{"use strict";var re=xr;re.length=function(t){for(var e=0,n=0,i=0;i<t.length;++i)n=t.charCodeAt(i),n<128?e+=1:n<2048?e+=2:(n&64512)===55296&&(t.charCodeAt(i+1)&64512)===56320?(++i,e+=4):e+=3;return e};re.read=function(t,e,n){var i=n-e;if(i<1)return"";for(var o=null,s=[],f=0,c;e<n;)c=t[e++],c<128?s[f++]=c:c>191&&c<224?s[f++]=(c&31)<<6|t[e++]&63:c>239&&c<365?(c=((c&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,s[f++]=55296+(c>>10),s[f++]=56320+(c&1023)):s[f++]=(c&15)<<12|(t[e++]&63)<<6|t[e++]&63,f>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,s)),f=0);return o?(f&&o.push(String.fromCharCode.apply(String,s.slice(0,f))),o.join("")):String.fromCharCode.apply(String,s.slice(0,f))};re.write=function(t,e,n){for(var i=n,o,s,f=0;f<t.length;++f)o=t.charCodeAt(f),o<128?e[n++]=o:o<2048?(e[n++]=o>>6|192,e[n++]=o&63|128):(o&64512)===55296&&((s=t.charCodeAt(f+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++f,e[n++]=o>>18|240,e[n++]=o>>12&63|128,e[n++]=o>>6&63|128,e[n++]=o&63|128):(e[n++]=o>>12|224,e[n++]=o>>6&63|128,e[n++]=o&63|128);return n-i}});var Br=z((Ts,vr)=>{"use strict";vr.exports=hi;function hi(r,t,e){var n=e||8192,i=n>>>1,o=null,s=n;return function(c){if(c<1||c>i)return r(c);s+c>n&&(o=r(n),s=0);var u=t.call(o,s,s+=c);return s&7&&(s=(s|7)+1),u}}});var kr=z((Es,Ar)=>{"use strict";Ar.exports=N;var _t=rt();function N(r,t){this.lo=r>>>0,this.hi=t>>>0}var et=N.zero=new N(0,0);et.toNumber=function(){return 0};et.zzEncode=et.zzDecode=function(){return this};et.length=function(){return 1};var li=N.zeroHash="\0\0\0\0\0\0\0\0";N.fromNumber=function(t){if(t===0)return et;var e=t<0;e&&(t=-t);var n=t>>>0,i=(t-n)/4294967296>>>0;return e&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new N(n,i)};N.from=function(t){if(typeof t=="number")return N.fromNumber(t);if(_t.isString(t))if(_t.Long)t=_t.Long.fromString(t);else return N.fromNumber(parseInt(t,10));return t.low||t.high?new N(t.low>>>0,t.high>>>0):et};N.prototype.toNumber=function(t){if(!t&&this.hi>>>31){var e=~this.lo+1>>>0,n=~this.hi>>>0;return e||(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296};N.prototype.toLong=function(t){return _t.Long?new _t.Long(this.lo|0,this.hi|0,Boolean(t)):{low:this.lo|0,high:this.hi|0,unsigned:Boolean(t)}};var Z=String.prototype.charCodeAt;N.fromHash=function(t){return t===li?et:new N((Z.call(t,0)|Z.call(t,1)<<8|Z.call(t,2)<<16|Z.call(t,3)<<24)>>>0,(Z.call(t,4)|Z.call(t,5)<<8|Z.call(t,6)<<16|Z.call(t,7)<<24)>>>0)};N.prototype.toHash=function(){return String.fromCharCode(this.lo&255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)};N.prototype.zzEncode=function(){var t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this};N.prototype.zzDecode=function(){var t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this};N.prototype.length=function(){var t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}});var rt=z(ne=>{"use strict";var x=ne;x.asPromise=or();x.base64=fr();x.EventEmitter=hr();x.float=wr();x.inquire=br();x.utf8=_r();x.pool=Br();x.LongBits=kr();x.isNode=Boolean(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);x.global=x.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||ne;x.emptyArray=Object.freeze?Object.freeze([]):[];x.emptyObject=Object.freeze?Object.freeze({}):{};x.isInteger=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};x.isString=function(t){return typeof t=="string"||t instanceof String};x.isObject=function(t){return t&&typeof t=="object"};x.isset=x.isSet=function(t,e){var n=t[e];return n!=null&&t.hasOwnProperty(e)?typeof n!="object"||(Array.isArray(n)?n.length:Object.keys(n).length)>0:!1};x.Buffer=function(){try{var r=x.inquire("buffer").Buffer;return r.prototype.utf8Write?r:null}catch{return null}}();x._Buffer_from=null;x._Buffer_allocUnsafe=null;x.newBuffer=function(t){return typeof t=="number"?x.Buffer?x._Buffer_allocUnsafe(t):new x.Array(t):x.Buffer?x._Buffer_from(t):typeof Uint8Array>"u"?t:new Uint8Array(t)};x.Array=typeof Uint8Array<"u"?Uint8Array:Array;x.Long=x.global.dcodeIO&&x.global.dcodeIO.Long||x.global.Long||x.inquire("long");x.key2Re=/^true|false|0|1$/;x.key32Re=/^-?(?:0|[1-9][0-9]*)$/;x.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;x.longToHash=function(t){return t?x.LongBits.from(t).toHash():x.LongBits.zeroHash};x.longFromHash=function(t,e){var n=x.LongBits.fromHash(t);return x.Long?x.Long.fromBits(n.lo,n.hi,e):n.toNumber(Boolean(e))};function Sr(r,t,e){for(var n=Object.keys(t),i=0;i<n.length;++i)(r[n[i]]===void 0||!e)&&(r[n[i]]=t[n[i]]);return r}x.merge=Sr;x.lcFirst=function(t){return t.charAt(0).toLowerCase()+t.substring(1)};function Dr(r){function t(e,n){if(!(this instanceof t))return new t(e,n);Object.defineProperty(this,"message",{get:function(){return e}}),Error.captureStackTrace?Error.captureStackTrace(this,t):Object.defineProperty(this,"stack",{value:new Error().stack||""}),n&&Sr(this,n)}return t.prototype=Object.create(Error.prototype,{constructor:{value:t,writable:!0,enumerable:!1,configurable:!0},name:{get:function(){return r},set:void 0,enumerable:!1,configurable:!0},toString:{value:function(){return this.name+": "+this.message},writable:!0,enumerable:!1,configurable:!0}}),t}x.newError=Dr;x.ProtocolError=Dr("ProtocolError");x.oneOfGetter=function(t){for(var e={},n=0;n<t.length;++n)e[t[n]]=1;return function(){for(var i=Object.keys(this),o=i.length-1;o>-1;--o)if(e[i[o]]===1&&this[i[o]]!==void 0&&this[i[o]]!==null)return i[o]}};x.oneOfSetter=function(t){return function(e){for(var n=0;n<t.length;++n)t[n]!==e&&delete this[t[n]]}};x.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};x._configure=function(){var r=x.Buffer;if(!r){x._Buffer_from=x._Buffer_allocUnsafe=null;return}x._Buffer_from=r.from!==Uint8Array.from&&r.from||function(e,n){return new r(e,n)},x._Buffer_allocUnsafe=r.allocUnsafe||function(e){return new r(e)}}});var se=z((zs,zr)=>{"use strict";zr.exports=E;var j=rt(),oe,Er=j.LongBits,di=j.utf8;function V(r,t){return RangeError("index out of range: "+r.pos+" + "+(t||1)+" > "+r.len)}function E(r){this.buf=r,this.pos=0,this.len=r.length}var Lr=typeof Uint8Array<"u"?function(t){if(t instanceof Uint8Array||Array.isArray(t))return new E(t);throw Error("illegal buffer")}:function(t){if(Array.isArray(t))return new E(t);throw Error("illegal buffer")},Nr=function(){return j.Buffer?function(e){return(E.create=function(i){return j.Buffer.isBuffer(i)?new oe(i):Lr(i)})(e)}:Lr};E.create=Nr();E.prototype._slice=j.Array.prototype.subarray||j.Array.prototype.slice;E.prototype.uint32=function(){var t=4294967295;return function(){if(t=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(t=(t|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return t;if((this.pos+=5)>this.len)throw this.pos=this.len,V(this,10);return t}}();E.prototype.int32=function(){return this.uint32()|0};E.prototype.sint32=function(){var t=this.uint32();return t>>>1^-(t&1)|0};function ie(){var r=new Er(0,0),t=0;if(this.len-this.pos>4){for(;t<4;++t)if(r.lo=(r.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return r;if(r.lo=(r.lo|(this.buf[this.pos]&127)<<28)>>>0,r.hi=(r.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return r;t=0}else{for(;t<3;++t){if(this.pos>=this.len)throw V(this);if(r.lo=(r.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return r}return r.lo=(r.lo|(this.buf[this.pos++]&127)<<t*7)>>>0,r}if(this.len-this.pos>4){for(;t<5;++t)if(r.hi=(r.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return r}else for(;t<5;++t){if(this.pos>=this.len)throw V(this);if(r.hi=(r.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return r}throw Error("invalid varint encoding")}E.prototype.bool=function(){return this.uint32()!==0};function qt(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}E.prototype.fixed32=function(){if(this.pos+4>this.len)throw V(this,4);return qt(this.buf,this.pos+=4)};E.prototype.sfixed32=function(){if(this.pos+4>this.len)throw V(this,4);return qt(this.buf,this.pos+=4)|0};function Tr(){if(this.pos+8>this.len)throw V(this,8);return new Er(qt(this.buf,this.pos+=4),qt(this.buf,this.pos+=4))}E.prototype.float=function(){if(this.pos+4>this.len)throw V(this,4);var t=j.float.readFloatLE(this.buf,this.pos);return this.pos+=4,t};E.prototype.double=function(){if(this.pos+8>this.len)throw V(this,4);var t=j.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,t};E.prototype.bytes=function(){var t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw V(this,t);return this.pos+=t,Array.isArray(this.buf)?this.buf.slice(e,n):e===n?new this.buf.constructor(0):this._slice.call(this.buf,e,n)};E.prototype.string=function(){var t=this.bytes();return di.read(t,0,t.length)};E.prototype.skip=function(t){if(typeof t=="number"){if(this.pos+t>this.len)throw V(this,t);this.pos+=t}else do if(this.pos>=this.len)throw V(this);while(this.buf[this.pos++]&128);return this};E.prototype.skipType=function(r){switch(r){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(r=this.uint32()&7)!==4;)this.skipType(r);break;case 5:this.skip(4);break;default:throw Error("invalid wire type "+r+" at offset "+this.pos)}return this};E._configure=function(r){oe=r,E.create=Nr(),oe._configure();var t=j.Long?"toLong":"toNumber";j.merge(E.prototype,{int64:function(){return ie.call(this)[t](!1)},uint64:function(){return ie.call(this)[t](!0)},sint64:function(){return ie.call(this).zzDecode()[t](!1)},fixed64:function(){return Tr.call(this)[t](!0)},sfixed64:function(){return Tr.call(this)[t](!1)}})}});var Fr=z((Cs,Ir)=>{"use strict";Ir.exports=nt;var Pr=se();(nt.prototype=Object.create(Pr.prototype)).constructor=nt;var Cr=rt();function nt(r){Pr.call(this,r)}nt._configure=function(){Cr.Buffer&&(nt.prototype._slice=Cr.Buffer.prototype.slice)};nt.prototype.string=function(){var t=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+t,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+t,this.len))};nt._configure()});var de=z((Ps,Or)=>{"use strict";Or.exports=A;var M=rt(),ae,Gt=M.LongBits,Ur=M.base64,Mr=M.utf8;function vt(r,t,e){this.fn=r,this.len=t,this.next=void 0,this.val=e}function fe(){}function pi(r){this.head=r.head,this.tail=r.tail,this.len=r.len,this.next=r.states}function A(){this.len=0,this.head=new vt(fe,0,0),this.tail=this.head,this.states=null}var Hr=function(){return M.Buffer?function(){return(A.create=function(){return new ae})()}:function(){return new A}};A.create=Hr();A.alloc=function(t){return new M.Array(t)};M.Array!==Array&&(A.alloc=M.pool(A.alloc,M.Array.prototype.subarray));A.prototype._push=function(t,e,n){return this.tail=this.tail.next=new vt(t,e,n),this.len+=e,this};function ue(r,t,e){t[e]=r&255}function mi(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}function he(r,t){this.len=r,this.next=void 0,this.val=t}he.prototype=Object.create(vt.prototype);he.prototype.fn=mi;A.prototype.uint32=function(t){return this.len+=(this.tail=this.tail.next=new he((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this};A.prototype.int32=function(t){return t<0?this._push(le,10,Gt.fromNumber(t)):this.uint32(t)};A.prototype.sint32=function(t){return this.uint32((t<<1^t>>31)>>>0)};function le(r,t,e){for(;r.hi;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}A.prototype.uint64=function(t){var e=Gt.from(t);return this._push(le,e.length(),e)};A.prototype.int64=A.prototype.uint64;A.prototype.sint64=function(t){var e=Gt.from(t).zzEncode();return this._push(le,e.length(),e)};A.prototype.bool=function(t){return this._push(ue,1,t?1:0)};function ce(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}A.prototype.fixed32=function(t){return this._push(ce,4,t>>>0)};A.prototype.sfixed32=A.prototype.fixed32;A.prototype.fixed64=function(t){var e=Gt.from(t);return this._push(ce,4,e.lo)._push(ce,4,e.hi)};A.prototype.sfixed64=A.prototype.fixed64;A.prototype.float=function(t){return this._push(M.float.writeFloatLE,4,t)};A.prototype.double=function(t){return this._push(M.float.writeDoubleLE,8,t)};var yi=M.Array.prototype.set?function(t,e,n){e.set(t,n)}:function(t,e,n){for(var i=0;i<t.length;++i)e[n+i]=t[i]};A.prototype.bytes=function(t){var e=t.length>>>0;if(!e)return this._push(ue,1,0);if(M.isString(t)){var n=A.alloc(e=Ur.length(t));Ur.decode(t,n,0),t=n}return this.uint32(e)._push(yi,e,t)};A.prototype.string=function(t){var e=Mr.length(t);return e?this.uint32(e)._push(Mr.write,e,t):this._push(ue,1,0)};A.prototype.fork=function(){return this.states=new pi(this),this.head=this.tail=new vt(fe,0,0),this.len=0,this};A.prototype.reset=function(){return this.states?(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 vt(fe,0,0),this.len=0),this};A.prototype.ldelim=function(){var t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n&&(this.tail.next=t.next,this.tail=e,this.len+=n),this};A.prototype.finish=function(){for(var t=this.head.next,e=this.constructor.alloc(this.len),n=0;t;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e};A._configure=function(r){ae=r,A.create=Hr(),ae._configure()}});var qr=z((Is,Vr)=>{"use strict";Vr.exports=$;var Rr=de();($.prototype=Object.create(Rr.prototype)).constructor=$;var Y=rt();function $(){Rr.call(this)}$._configure=function(){$.alloc=Y._Buffer_allocUnsafe,$.writeBytesBuffer=Y.Buffer&&Y.Buffer.prototype instanceof Uint8Array&&Y.Buffer.prototype.set.name==="set"?function(t,e,n){e.set(t,n)}:function(t,e,n){if(t.copy)t.copy(e,n,0,t.length);else for(var i=0;i<t.length;)e[n++]=t[i++]}};$.prototype.bytes=function(t){Y.isString(t)&&(t=Y._Buffer_from(t,"base64"));var e=t.length>>>0;return this.uint32(e),e&&this._push($.writeBytesBuffer,e,t),this};function gi(r,t,e){r.length<40?Y.utf8.write(r,t,e):t.utf8Write?t.utf8Write(r,e):t.write(r,e)}$.prototype.string=function(t){var e=Y.Buffer.byteLength(t);return this.uint32(e),e&&this._push(gi,e,t),this};$._configure()});var Dn=z((Ka,Sn)=>{"use strict";Sn.exports=class{constructor(){this._bitArrays=[],this._data=[],this._length=0,this._changedLength=!1,this._changedData=!1}set(t,e){let n=this._internalPositionFor(t,!1);if(e===void 0)n!==-1&&(this._unsetInternalPos(n),this._unsetBit(t),this._changedLength=!0,this._changedData=!0);else{let i=!1;n===-1?(n=this._data.length,this._setBit(t),this._changedData=!0):i=!0,this._setInternalPos(n,t,e,i),this._changedLength=!0}}unset(t){this.set(t,void 0)}get(t){this._sortData();let e=this._internalPositionFor(t,!0);if(e!==-1)return this._data[e][1]}push(t){return this.set(this.length,t),this.length}get length(){if(this._sortData(),this._changedLength){let t=this._data[this._data.length-1];this._length=t?t[0]+1:0,this._changedLength=!1}return this._length}forEach(t){let e=0;for(;e<this.length;)t(this.get(e),e,this),e++}map(t){let e=0,n=new Array(this.length);for(;e<this.length;)n[e]=t(this.get(e),e,this),e++;return n}reduce(t,e){let n=0,i=e;for(;n<this.length;){let o=this.get(n);i=t(i,o,n),n++}return i}find(t){let e=0,n,i;for(;e<this.length&&!n;)i=this.get(e),n=t(i),e++;return n?i:void 0}_internalPositionFor(t,e){let n=this._bytePosFor(t,e);if(n>=this._bitArrays.length)return-1;let i=this._bitArrays[n],o=t-n*7;if(!((i&1<<o)>0))return-1;let f=this._bitArrays.slice(0,n).reduce(No,0),c=~(4294967295<<o+1),u=kn(i&c);return f+u-1}_bytePosFor(t,e){let n=Math.floor(t/7),i=n+1;for(;!e&&this._bitArrays.length<i;)this._bitArrays.push(0);return n}_setBit(t){let e=this._bytePosFor(t,!1);this._bitArrays[e]|=1<<t-e*7}_unsetBit(t){let e=this._bytePosFor(t,!1);this._bitArrays[e]&=~(1<<t-e*7)}_setInternalPos(t,e,n,i){let o=this._data,s=[e,n];if(i)this._sortData(),o[t]=s;else{if(o.length)if(o[o.length-1][0]>=e)o.push(s);else if(o[0][0]<=e)o.unshift(s);else{let f=Math.round(o.length/2);this._data=o.slice(0,f).concat(s).concat(o.slice(f))}else this._data.push(s);this._changedData=!0,this._changedLength=!0}}_unsetInternalPos(t){this._data.splice(t,1)}_sortData(){this._changedData&&this._data.sort(zo),this._changedData=!1}bitField(){let t=[],e=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,e),u=~(255<<c),h=o&u;i|=h<<8-e,o=o>>>c,n-=c,e-=c,(!e||!n&&!s.length)&&(t.push(i),i=0,e=8)}for(var f=t.length-1;f>0&&t[f]===0;f--)t.pop();return t}compactArray(){return this._sortData(),this._data.map(Co)}};function No(r,t){return r+kn(t)}function kn(r){let t=r;return t=t-(t>>1&1431655765),t=(t&858993459)+(t>>2&858993459),(t+(t>>4)&252645135)*16843009>>24}function zo(r,t){return r[0]-t[0]}function Co(r){return r[1]}});var Mn=z((Ft,Yt)=>{(function(r,t){"use strict";var e={version:"3.0.0",x86:{},x64:{},inputValidation:!0};function n(a){if(!Array.isArray(a)&&!ArrayBuffer.isView(a))return!1;for(var l=0;l<a.length;l++)if(!Number.isInteger(a[l])||a[l]<0||a[l]>255)return!1;return!0}function i(a,l){return(a&65535)*l+(((a>>>16)*l&65535)<<16)}function o(a,l){return a<<l|a>>>32-l}function s(a){return a^=a>>>16,a=i(a,2246822507),a^=a>>>13,a=i(a,3266489909),a^=a>>>16,a}function f(a,l){a=[a[0]>>>16,a[0]&65535,a[1]>>>16,a[1]&65535],l=[l[0]>>>16,l[0]&65535,l[1]>>>16,l[1]&65535];var m=[0,0,0,0];return m[3]+=a[3]+l[3],m[2]+=m[3]>>>16,m[3]&=65535,m[2]+=a[2]+l[2],m[1]+=m[2]>>>16,m[2]&=65535,m[1]+=a[1]+l[1],m[0]+=m[1]>>>16,m[1]&=65535,m[0]+=a[0]+l[0],m[0]&=65535,[m[0]<<16|m[1],m[2]<<16|m[3]]}function c(a,l){a=[a[0]>>>16,a[0]&65535,a[1]>>>16,a[1]&65535],l=[l[0]>>>16,l[0]&65535,l[1]>>>16,l[1]&65535];var m=[0,0,0,0];return m[3]+=a[3]*l[3],m[2]+=m[3]>>>16,m[3]&=65535,m[2]+=a[2]*l[3],m[1]+=m[2]>>>16,m[2]&=65535,m[2]+=a[3]*l[2],m[1]+=m[2]>>>16,m[2]&=65535,m[1]+=a[1]*l[3],m[0]+=m[1]>>>16,m[1]&=65535,m[1]+=a[2]*l[2],m[0]+=m[1]>>>16,m[1]&=65535,m[1]+=a[3]*l[1],m[0]+=m[1]>>>16,m[1]&=65535,m[0]+=a[0]*l[3]+a[1]*l[2]+a[2]*l[1]+a[3]*l[0],m[0]&=65535,[m[0]<<16|m[1],m[2]<<16|m[3]]}function u(a,l){return l%=64,l===32?[a[1],a[0]]:l<32?[a[0]<<l|a[1]>>>32-l,a[1]<<l|a[0]>>>32-l]:(l-=32,[a[1]<<l|a[0]>>>32-l,a[0]<<l|a[1]>>>32-l])}function h(a,l){return l%=64,l===0?a:l<32?[a[0]<<l|a[1]>>>32-l,a[1]<<l]:[a[1]<<l-32,0]}function p(a,l){return[a[0]^l[0],a[1]^l[1]]}function D(a){return a=p(a,[0,a[0]>>>1]),a=c(a,[4283543511,3981806797]),a=p(a,[0,a[0]>>>1]),a=c(a,[3301882366,444984403]),a=p(a,[0,a[0]>>>1]),a}e.x86.hash32=function(a,l){if(e.inputValidation&&!n(a))return t;l=l||0;for(var m=a.length%4,S=a.length-m,d=l,y=0,w=3432918353,b=461845907,_=0;_<S;_=_+4)y=a[_]|a[_+1]<<8|a[_+2]<<16|a[_+3]<<24,y=i(y,w),y=o(y,15),y=i(y,b),d^=y,d=o(d,13),d=i(d,5)+3864292196;switch(y=0,m){case 3:y^=a[_+2]<<16;case 2:y^=a[_+1]<<8;case 1:y^=a[_],y=i(y,w),y=o(y,15),y=i(y,b),d^=y}return d^=a.length,d=s(d),d>>>0},e.x86.hash128=function(a,l){if(e.inputValidation&&!n(a))return t;l=l||0;for(var m=a.length%16,S=a.length-m,d=l,y=l,w=l,b=l,_=0,v=0,g=0,L=0,X=597399067,Ut=2869860233,Mt=951274213,Ht=2716044179,B=0;B<S;B=B+16)_=a[B]|a[B+1]<<8|a[B+2]<<16|a[B+3]<<24,v=a[B+4]|a[B+5]<<8|a[B+6]<<16|a[B+7]<<24,g=a[B+8]|a[B+9]<<8|a[B+10]<<16|a[B+11]<<24,L=a[B+12]|a[B+13]<<8|a[B+14]<<16|a[B+15]<<24,_=i(_,X),_=o(_,15),_=i(_,Ut),d^=_,d=o(d,19),d+=y,d=i(d,5)+1444728091,v=i(v,Ut),v=o(v,16),v=i(v,Mt),y^=v,y=o(y,17),y+=w,y=i(y,5)+197830471,g=i(g,Mt),g=o(g,17),g=i(g,Ht),w^=g,w=o(w,15),w+=b,w=i(w,5)+2530024501,L=i(L,Ht),L=o(L,18),L=i(L,X),b^=L,b=o(b,13),b+=d,b=i(b,5)+850148119;switch(_=0,v=0,g=0,L=0,m){case 15:L^=a[B+14]<<16;case 14:L^=a[B+13]<<8;case 13:L^=a[B+12],L=i(L,Ht),L=o(L,18),L=i(L,X),b^=L;case 12:g^=a[B+11]<<24;case 11:g^=a[B+10]<<16;case 10:g^=a[B+9]<<8;case 9:g^=a[B+8],g=i(g,Mt),g=o(g,17),g=i(g,Ht),w^=g;case 8:v^=a[B+7]<<24;case 7:v^=a[B+6]<<16;case 6:v^=a[B+5]<<8;case 5:v^=a[B+4],v=i(v,Ut),v=o(v,16),v=i(v,Mt),y^=v;case 4:_^=a[B+3]<<24;case 3:_^=a[B+2]<<16;case 2:_^=a[B+1]<<8;case 1:_^=a[B],_=i(_,X),_=o(_,15),_=i(_,Ut),d^=_}return d^=a.length,y^=a.length,w^=a.length,b^=a.length,d+=y,d+=w,d+=b,y+=d,w+=d,b+=d,d=s(d),y=s(y),w=s(w),b=s(b),d+=y,d+=w,d+=b,y+=d,w+=d,b+=d,("00000000"+(d>>>0).toString(16)).slice(-8)+("00000000"+(y>>>0).toString(16)).slice(-8)+("00000000"+(w>>>0).toString(16)).slice(-8)+("00000000"+(b>>>0).toString(16)).slice(-8)},e.x64.hash128=function(a,l){if(e.inputValidation&&!n(a))return t;l=l||0;for(var m=a.length%16,S=a.length-m,d=[0,l],y=[0,l],w=[0,0],b=[0,0],_=[2277735313,289559509],v=[1291169091,658871167],g=0;g<S;g=g+16)w=[a[g+4]|a[g+5]<<8|a[g+6]<<16|a[g+7]<<24,a[g]|a[g+1]<<8|a[g+2]<<16|a[g+3]<<24],b=[a[g+12]|a[g+13]<<8|a[g+14]<<16|a[g+15]<<24,a[g+8]|a[g+9]<<8|a[g+10]<<16|a[g+11]<<24],w=c(w,_),w=u(w,31),w=c(w,v),d=p(d,w),d=u(d,27),d=f(d,y),d=f(c(d,[0,5]),[0,1390208809]),b=c(b,v),b=u(b,33),b=c(b,_),y=p(y,b),y=u(y,31),y=f(y,d),y=f(c(y,[0,5]),[0,944331445]);switch(w=[0,0],b=[0,0],m){case 15:b=p(b,h([0,a[g+14]],48));case 14:b=p(b,h([0,a[g+13]],40));case 13:b=p(b,h([0,a[g+12]],32));case 12:b=p(b,h([0,a[g+11]],24));case 11:b=p(b,h([0,a[g+10]],16));case 10:b=p(b,h([0,a[g+9]],8));case 9:b=p(b,[0,a[g+8]]),b=c(b,v),b=u(b,33),b=c(b,_),y=p(y,b);case 8:w=p(w,h([0,a[g+7]],56));case 7:w=p(w,h([0,a[g+6]],48));case 6:w=p(w,h([0,a[g+5]],40));case 5:w=p(w,h([0,a[g+4]],32));case 4:w=p(w,h([0,a[g+3]],24));case 3:w=p(w,h([0,a[g+2]],16));case 2:w=p(w,h([0,a[g+1]],8));case 1:w=p(w,[0,a[g]]),w=c(w,_),w=u(w,31),w=c(w,v),d=p(d,w)}return d=p(d,[0,a.length]),y=p(y,[0,a.length]),d=f(d,y),y=f(y,d),d=D(d),y=D(y),d=f(d,y),y=f(y,d),("00000000"+(d[0]>>>0).toString(16)).slice(-8)+("00000000"+(d[1]>>>0).toString(16)).slice(-8)+("00000000"+(y[0]>>>0).toString(16)).slice(-8)+("00000000"+(y[1]>>>0).toString(16)).slice(-8)},typeof Ft<"u"?(typeof Yt<"u"&&Yt.exports&&(Ft=Yt.exports=e),Ft.murmurHash3=e):typeof define=="function"&&define.amd?define([],function(){return e}):(e._murmurHash3=r.murmurHash3,e.noConflict=function(){return r.murmurHash3=e._murmurHash3,e._murmurHash3=t,e.noConflict=t,e},r.murmurHash3=e)})(Ft)});var On=z((Ic,Hn)=>{Hn.exports=Mn()});var ws={};C(ws,{importByteStream:()=>gs,importBytes:()=>ys,importContent:()=>tr,importer:()=>ri});async function*ft(r,t=1){let e=[];t<1&&(t=1);for await(let n of r)for(e.push(n);e.length>=t;)yield e.slice(0,t),e=e.slice(t);for(;e.length>0;)yield e.slice(0,t),e=e.slice(t)}async function*bt(r,t=1){for await(let e of ft(r,t)){let n=e.map(async i=>await 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 be=O(xt(),1);var pe=O(se(),1),Gr=O(Fr(),1),jr=O(rt(),1),me=O(de(),1),$r=O(qr(),1);function wi(){jr.default._configure(),pe.default._configure(Gr.default),me.default._configure($r.default)}wi();var Wr=["uint64","int64","sint64","fixed64","sfixed64"];function bi(r){for(let t of Wr){if(r[t]==null)continue;let e=r[t];r[t]=function(){return BigInt(e.call(this).toString())}}return r}function ye(r){return bi(new pe.default(r))}function xi(r){for(let t of Wr){if(r[t]==null)continue;let e=r[t];r[t]=function(n){return e.call(this,n.toString())}}return r}function ge(){return xi(me.default.create())}function Bt(r,t){let e=ye(r instanceof Uint8Array?r:r.subarray());return t.decode(e)}function At(r,t){let e=ge();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var ht;(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"})(ht||(ht={}));function jt(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function we(r){function t(i){if(r[i.toString()]==null)throw new Error("Invalid enum value");return r[i]}let e=function(o,s){let f=t(o);s.int32(f)},n=function(o){let s=o.int32();return t(s)};return jt("enum",ht.VARINT,e,n)}function kt(r,t){return jt("message",ht.LENGTH_DELIMITED,r,t)}var q;(function(r){let t;(function(i){i.Raw="Raw",i.Directory="Directory",i.File="File",i.Metadata="Metadata",i.Symlink="Symlink",i.HAMTShard="HAMTShard"})(t=r.DataType||(r.DataType={}));let e;(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"})(e||(e={})),function(i){i.codec=()=>we(e)}(t=r.DataType||(r.DataType={}));let n;r.codec=()=>(n==null&&(n=kt((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 f of i.blocksizes)o.uint32(32),o.uint64(f);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),$t.codec().encode(i.mtime,o)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={blocksizes:[]},f=o==null?i.len:i.pos+o;for(;i.pos<f;){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=$t.codec().decode(i,i.uint32());break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>At(i,r.codec()),r.decode=i=>Bt(i,r.codec())})(q||(q={}));var $t;(function(r){let t;r.codec=()=>(t==null&&(t=kt((e,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),e.Seconds!=null&&(n.uint32(8),n.int64(e.Seconds)),e.FractionalNanoseconds!=null&&(n.uint32(21),n.fixed32(e.FractionalNanoseconds)),i.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let i={},o=n==null?e.len:e.pos+n;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:i.Seconds=e.int64();break;case 2:i.FractionalNanoseconds=e.fixed32();break;default:e.skipType(s&7);break}}return i})),t),r.encode=e=>At(e,r.codec()),r.decode=e=>Bt(e,r.codec())})($t||($t={}));var Jr;(function(r){let t;r.codec=()=>(t==null&&(t=kt((e,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),e.MimeType!=null&&(n.uint32(10),n.string(e.MimeType)),i.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let i={},o=n==null?e.len:e.pos+n;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:i.MimeType=e.string();break;default:e.skipType(s&7);break}}return i})),t),r.encode=e=>At(e,r.codec()),r.decode=e=>Bt(e,r.codec())})(Jr||(Jr={}));var Kr={Raw:"raw",Directory:"directory",File:"file",Metadata:"metadata",Symlink:"symlink",HAMTShard:"hamt-sharded-directory"},_i=["directory","hamt-sharded-directory"],Xr=parseInt("0644",8),Qr=parseInt("0755",8),P=class{static unmarshal(t){let e=q.decode(t),n=new P({type:Kr[e.Type!=null?e.Type.toString():"File"],data:e.Data,blockSizes:e.blocksizes,mode:e.mode,mtime:e.mtime!=null?{secs:e.mtime.Seconds??0n,nsecs:e.mtime.FractionalNanoseconds}:void 0});return n._originalMode=e.mode??0,n}constructor(t={type:"file"}){let{type:e,data:n,blockSizes:i,hashType:o,fanout:s,mtime:f,mode:c}=t;if(e!=null&&!Object.values(Kr).includes(e))throw(0,be.default)(new Error("Type: "+e+" is not valid"),"ERR_INVALID_TYPE");this.type=e??"file",this.data=n,this.hashType=o,this.fanout=s,this.blockSizes=i??[],this._originalMode=0,this.mode=c,this.mtime=f}set mode(t){t==null?this._mode=this.isDirectory()?Qr:Xr:this._mode=t&4095}get mode(){return this._mode}isDirectory(){return _i.includes(this.type)}addBlockSize(t){this.blockSizes.push(t)}removeBlockSize(t){this.blockSizes.splice(t,1)}fileSize(){if(this.isDirectory())return 0n;let t=0n;return this.blockSizes.forEach(e=>{t+=e}),this.data!=null&&(t+=BigInt(this.data.length)),t}marshal(){let t;switch(this.type){case"raw":t=q.DataType.Raw;break;case"directory":t=q.DataType.Directory;break;case"file":t=q.DataType.File;break;case"metadata":t=q.DataType.Metadata;break;case"symlink":t=q.DataType.Symlink;break;case"hamt-sharded-directory":t=q.DataType.HAMTShard;break;default:throw(0,be.default)(new Error(`Type: ${t} is not valid`),"ERR_INVALID_TYPE")}let e=this.data;(this.data==null||this.data.length===0)&&(e=void 0);let n;this.mode!=null&&(n=this._originalMode&4294963200|(this.mode??0),n===Xr&&!this.isDirectory()&&(n=void 0),n===Qr&&this.isDirectory()&&(n=void 0));let i;return this.mtime!=null&&(i={Seconds:this.mtime.secs,FractionalNanoseconds:this.mtime.nsecs}),q.encode({Type:t,Data:e,filesize:this.isDirectory()?void 0:this.fileSize(),blocksizes:this.blockSizes,hashType:this.hashType,fanout:this.fanout,mode:n,mtime:i})}};var vi=tn,Zr=128,Bi=127,Ai=~Bi,ki=Math.pow(2,31);function tn(r,t,e){t=t||[],e=e||0;for(var n=e;r>=ki;)t[e++]=r&255|Zr,r/=128;for(;r&Ai;)t[e++]=r&255|Zr,r>>>=7;return t[e]=r|0,tn.bytes=e-n+1,t}var Si=xe,Di=128,Yr=127;function xe(r,n){var e=0,n=n||0,i=0,o=n,s,f=r.length;do{if(o>=f)throw xe.bytes=0,new RangeError("Could not decode varint");s=r[o++],e+=i<28?(s&Yr)<<i:(s&Yr)*Math.pow(2,i),i+=7}while(s>=Di);return xe.bytes=o-n,e}var Li=Math.pow(2,7),Ti=Math.pow(2,14),Ei=Math.pow(2,21),Ni=Math.pow(2,28),zi=Math.pow(2,35),Ci=Math.pow(2,42),Pi=Math.pow(2,49),Ii=Math.pow(2,56),Fi=Math.pow(2,63),Ui=function(r){return r<Li?1:r<Ti?2:r<Ei?3:r<Ni?4:r<zi?5:r<Ci?6:r<Pi?7:r<Ii?8:r<Fi?9:10},Mi={encode:vi,decode:Si,encodingLength:Ui},Hi=Mi,St=Hi;var Dt=(r,t=0)=>[St.decode(r,t),St.decode.bytes],lt=(r,t,e=0)=>(St.encode(r,t,e),t),dt=r=>St.encodingLength(r);var pt={};C(pt,{coerce:()=>H,empty:()=>en,equals:()=>_e,fromHex:()=>Ri,fromString:()=>ve,isBinary:()=>Vi,toHex:()=>Oi,toString:()=>Be});var en=new Uint8Array(0),Oi=r=>r.reduce((t,e)=>t+e.toString(16).padStart(2,"0"),""),Ri=r=>{let t=r.match(/../g);return t?new Uint8Array(t.map(e=>parseInt(e,16))):en},_e=(r,t)=>{if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0},H=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")},Vi=r=>r instanceof ArrayBuffer||ArrayBuffer.isView(r),ve=r=>new TextEncoder().encode(r),Be=r=>new TextDecoder().decode(r);var it=(r,t)=>{let e=t.byteLength,n=dt(r),i=n+dt(e),o=new Uint8Array(i+e);return lt(r,o,0),lt(e,o,n),o.set(t,i),new mt(r,e,t,o)},rn=r=>{let t=H(r),[e,n]=Dt(t),[i,o]=Dt(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new mt(e,i,s,t)},nn=(r,t)=>{if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&_e(r.bytes,e.bytes)}},mt=class{constructor(t,e,n,i){this.code=t,this.size=e,this.digest=n,this.bytes=i}};var Le={};C(Le,{base58btc:()=>W,base58flickr:()=>Ji});function qi(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(e[s]!==255)throw new TypeError(o+" is ambiguous");e[s]=i}var f=r.length,c=r.charAt(0),u=Math.log(f)/Math.log(256),h=Math.log(256)/Math.log(f);function p(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var m=0,S=0,d=0,y=l.length;d!==y&&l[d]===0;)d++,m++;for(var w=(y-d)*h+1>>>0,b=new Uint8Array(w);d!==y;){for(var _=l[d],v=0,g=w-1;(_!==0||v<S)&&g!==-1;g--,v++)_+=256*b[g]>>>0,b[g]=_%f>>>0,_=_/f>>>0;if(_!==0)throw new Error("Non-zero carry");S=v,d++}for(var L=w-S;L!==w&&b[L]===0;)L++;for(var X=c.repeat(m);L<w;++L)X+=r.charAt(b[L]);return X}function D(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var m=0;if(l[m]!==" "){for(var S=0,d=0;l[m]===c;)S++,m++;for(var y=(l.length-m)*u+1>>>0,w=new Uint8Array(y);l[m];){var b=e[l.charCodeAt(m)];if(b===255)return;for(var _=0,v=y-1;(b!==0||_<d)&&v!==-1;v--,_++)b+=f*w[v]>>>0,w[v]=b%256>>>0,b=b/256>>>0;if(b!==0)throw new Error("Non-zero carry");d=_,m++}if(l[m]!==" "){for(var g=y-d;g!==y&&w[g]===0;)g++;for(var L=new Uint8Array(S+(y-g)),X=S;g!==y;)L[X++]=w[g++];return L}}}function a(l){var m=D(l);if(m)return m;throw new Error(`Non-${t} character`)}return{encode:p,decodeUnsafe:D,decode:a}}var Gi=qi,ji=Gi,on=ji;var Ae=class{constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},ke=class{constructor(t,e,n){if(this.name=t,this.prefix=e,e.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=e.codePointAt(0),this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return sn(this,t)}},Se=class{constructor(t){this.decoders=t}or(t){return sn(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},sn=(r,t)=>new Se({...r.decoders||{[r.prefix]:r},...t.decoders||{[t.prefix]:t}}),De=class{constructor(t,e,n,i){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=i,this.encoder=new Ae(t,e,n),this.decoder=new ke(t,e,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},yt=({name:r,prefix:t,encode:e,decode:n})=>new De(r,t,e,n),tt=({prefix:r,name:t,alphabet:e})=>{let{encode:n,decode:i}=on(e,t);return yt({prefix:r,name:t,encode:n,decode:o=>H(i(o))})},$i=(r,t,e,n)=>{let i={};for(let h=0;h<t.length;++h)i[t[h]]=h;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*e/8|0),f=0,c=0,u=0;for(let h=0;h<o;++h){let p=i[r[h]];if(p===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<e|p,f+=e,f>=8&&(f-=8,s[u++]=255&c>>f)}if(f>=e||255&c<<8-f)throw new SyntaxError("Unexpected end of data");return s},Wi=(r,t,e)=>{let n=t[t.length-1]==="=",i=(1<<e)-1,o="",s=0,f=0;for(let c=0;c<r.length;++c)for(f=f<<8|r[c],s+=8;s>e;)s-=e,o+=t[i&f>>s];if(s&&(o+=t[i&f<<e-s]),n)for(;o.length*e&7;)o+="=";return o},T=({name:r,prefix:t,bitsPerChar:e,alphabet:n})=>yt({prefix:t,name:r,encode(i){return Wi(i,n,e)},decode(i){return $i(i,n,e,r)}});var W=tt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Ji=tt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Te={};C(Te,{base32:()=>gt,base32hex:()=>Zi,base32hexpad:()=>to,base32hexpadupper:()=>eo,base32hexupper:()=>Yi,base32pad:()=>Xi,base32padupper:()=>Qi,base32upper:()=>Ki,base32z:()=>ro});var gt=T({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ki=T({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Xi=T({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Qi=T({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Zi=T({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Yi=T({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),to=T({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),eo=T({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ro=T({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var an=(r,t)=>{let{bytes:e,version:n}=r;switch(n){case 0:return io(e,Ee(r),t||W.encoder);default:return oo(e,Ee(r),t||gt.encoder)}};var cn=new WeakMap,Ee=r=>{let t=cn.get(r);if(t==null){let e=new Map;return cn.set(r,e),e}return t},k=class{constructor(t,e,n,i){this.code=e,this.version=t,this.multihash=n,this.bytes=i,this["/"]=i}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==Tt)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==so)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return k.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=it(t,e);return k.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return k.equals(this,t)}static equals(t,e){let n=e;return n&&t.code===n.code&&t.version===n.version&&nn(t.multihash,n.multihash)}toString(t){return an(this,t)}toJSON(){return{"/":an(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof k)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:i,multihash:o,bytes:s}=e;return new k(n,i,o,s||fn(n,i,o.bytes))}else if(e[ao]===!0){let{version:n,multihash:i,code:o}=e,s=rn(i);return k.create(n,o,s)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==Tt)throw new Error(`Version 0 CID must use dag-pb (code: ${Tt}) block encoding`);return new k(t,e,n,n.bytes)}case 1:{let i=fn(t,e,n.bytes);return new k(t,e,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return k.create(0,Tt,t)}static createV1(t,e){return k.create(1,t,e)}static decode(t){let[e,n]=k.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=k.inspectBytes(t),n=e.size-e.multihashSize,i=H(t.subarray(n,n+e.multihashSize));if(i.byteLength!==e.multihashSize)throw new Error("Incorrect length");let o=i.subarray(e.multihashSize-e.digestSize),s=new mt(e.multihashCode,e.digestSize,o,i);return[e.version===0?k.createV0(s):k.createV1(e.codec,s),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[p,D]=Dt(t.subarray(e));return e+=D,p},i=n(),o=Tt;if(i===18?(i=0,e=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=e,f=n(),c=n(),u=e+c,h=u-s;return{version:i,codec:o,multihashCode:f,digestSize:c,multihashSize:h,size:u}}static parse(t,e){let[n,i]=no(t,e),o=k.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Ee(o).set(n,t),o}},no=(r,t)=>{switch(r[0]){case"Q":{let e=t||W;return[W.prefix,e.decode(`${W.prefix}${r}`)]}case W.prefix:{let e=t||W;return[W.prefix,e.decode(r)]}case gt.prefix:{let e=t||gt;return[gt.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}},io=(r,t,e)=>{let{prefix:n}=e;if(n!==W.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let i=t.get(n);if(i==null){let o=e.encode(r).slice(1);return t.set(n,o),o}else return i},oo=(r,t,e)=>{let{prefix:n}=e,i=t.get(n);if(i==null){let o=e.encode(r);return t.set(n,o),o}else return i},Tt=112,so=18,fn=(r,t,e)=>{let n=dt(r),i=n+dt(t),o=new Uint8Array(i+e.byteLength);return lt(r,o,0),lt(t,o,n),o.set(e,i),o},ao=Symbol.for("@ipld/js-cid/CID");var Nt={};C(Nt,{code:()=>xo,createLink:()=>bn,createNode:()=>wn,decode:()=>_o,encode:()=>U,name:()=>bo,prepare:()=>F,validate:()=>Ce});var co=new TextDecoder;function Ne(r,t){let e=0;for(let n=0;;n+=7){if(n>=64)throw new Error("protobuf: varint overflow");if(t>=r.length)throw new Error("protobuf: unexpected end of data");let i=r[t++];if(e+=n<28?(i&127)<<n:(i&127)*2**n,i<128)break}return[e,t]}function Jt(r,t){let e;[e,t]=Ne(r,t);let n=t+e;if(e<0||n<0)throw new Error("protobuf: invalid length");if(n>r.length)throw new Error("protobuf: unexpected end of data");return[r.subarray(t,n),n]}function un(r,t){let e;return[e,t]=Ne(r,t),[e&7,e>>3,t]}function fo(r){let t={},e=r.length,n=0;for(;n<e;){let i,o;if([i,o,n]=un(r,n),o===1){if(t.Hash)throw new Error("protobuf: (PBLink) duplicate Hash section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Hash`);if(t.Name!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Name before Hash");if(t.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Hash");[t.Hash,n]=Jt(r,n)}else if(o===2){if(t.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(t.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Name");let s;[s,n]=Jt(r,n),t.Name=co.decode(s)}else if(o===3){if(t.Tsize!==void 0)throw new Error("protobuf: (PBLink) duplicate Tsize section");if(i!==0)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Tsize`);[t.Tsize,n]=Ne(r,n)}else throw new Error(`protobuf: (PBLink) invalid fieldNumber, expected 1, 2 or 3, got ${o}`)}if(n>e)throw new Error("protobuf: (PBLink) unexpected end of data");return t}function hn(r){let t=r.length,e=0,n,i=!1,o;for(;e<t;){let f,c;if([f,c,e]=un(r,e),f!==2)throw new Error(`protobuf: (PBNode) invalid wireType, expected 2, got ${f}`);if(c===1){if(o)throw new Error("protobuf: (PBNode) duplicate Data section");[o,e]=Jt(r,e),n&&(i=!0)}else if(c===2){if(i)throw new Error("protobuf: (PBNode) duplicate Links section");n||(n=[]);let u;[u,e]=Jt(r,e),n.push(fo(u))}else throw new Error(`protobuf: (PBNode) invalid fieldNumber, expected 1 or 2, got ${c}`)}if(e>t)throw new Error("protobuf: (PBNode) unexpected end of data");let s={};return o&&(s.Data=o),s.Links=n||[],s}var dn=new TextEncoder,ln=2**32,uo=2**31;function ho(r,t){let e=t.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");e=Et(t,e,r.Tsize)-1,t[e]=24}if(typeof r.Name=="string"){let n=dn.encode(r.Name);e-=n.length,t.set(n,e),e=Et(t,e,n.length)-1,t[e]=18}return r.Hash&&(e-=r.Hash.length,t.set(r.Hash,e),e=Et(t,e,r.Hash.length)-1,t[e]=10),t.length-e}function pn(r){let t=po(r),e=new Uint8Array(t),n=t;if(r.Data&&(n-=r.Data.length,e.set(r.Data,n),n=Et(e,n,r.Data.length)-1,e[n]=10),r.Links)for(let i=r.Links.length-1;i>=0;i--){let o=ho(r.Links[i],e.subarray(0,n));n-=o,n=Et(e,n,o)-1,e[n]=18}return e}function lo(r){let t=0;if(r.Hash){let e=r.Hash.length;t+=1+e+wt(e)}if(typeof r.Name=="string"){let e=dn.encode(r.Name).length;t+=1+e+wt(e)}return typeof r.Tsize=="number"&&(t+=1+wt(r.Tsize)),t}function po(r){let t=0;if(r.Data){let e=r.Data.length;t+=1+e+wt(e)}if(r.Links)for(let e of r.Links){let n=lo(e);t+=1+n+wt(n)}return t}function Et(r,t,e){t-=wt(e);let n=t;for(;e>=uo;)r[t++]=e&127|128,e/=128;for(;e>=128;)r[t++]=e&127|128,e>>>=7;return r[t]=e,n}function wt(r){return r%2===0&&r++,Math.floor((mo(r)+6)/7)}function mo(r){let t=0;return r>=ln&&(r=Math.floor(r/ln),t=32),r>=1<<16&&(r>>>=16,t+=16),r>=1<<8&&(r>>>=8,t+=8),t+yo[r]}var yo=[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 go=["Data","Links"],wo=["Hash","Name","Tsize"],ze=new TextEncoder;function yn(r,t){if(r===t)return 0;let e=r.Name?ze.encode(r.Name):[],n=t.Name?ze.encode(t.Name):[],i=e.length,o=n.length;for(let s=0,f=Math.min(i,o);s<f;++s)if(e[s]!==n[s]){i=e[s],o=n[s];break}return i<o?-1:o<i?1:0}function mn(r,t){return!Object.keys(r).some(e=>!t.includes(e))}function gn(r){if(typeof r.asCID=="object"){let e=k.asCID(r);if(!e)throw new TypeError("Invalid DAG-PB form");return{Hash:e}}if(typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let t={};if(r.Hash){let e=k.asCID(r.Hash);try{e||(typeof r.Hash=="string"?e=k.parse(r.Hash):r.Hash instanceof Uint8Array&&(e=k.decode(r.Hash)))}catch(n){throw new TypeError(`Invalid DAG-PB form: ${n.message}`)}e&&(t.Hash=e)}if(!t.Hash)throw new TypeError("Invalid DAG-PB form");return typeof r.Name=="string"&&(t.Name=r.Name),typeof r.Tsize=="number"&&(t.Tsize=r.Tsize),t}function F(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 t={};if(r.Data!==void 0)if(typeof r.Data=="string")t.Data=ze.encode(r.Data);else if(r.Data instanceof Uint8Array)t.Data=r.Data;else throw new TypeError("Invalid DAG-PB form");if(r.Links!==void 0)if(Array.isArray(r.Links))t.Links=r.Links.map(gn),t.Links.sort(yn);else throw new TypeError("Invalid DAG-PB form");else t.Links=[];return t}function Ce(r){if(!r||typeof r!="object"||Array.isArray(r)||r instanceof Uint8Array||r["/"]&&r["/"]===r.bytes)throw new TypeError("Invalid DAG-PB form");if(!mn(r,go))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 t=0;t<r.Links.length;t++){let e=r.Links[t];if(!e||typeof e!="object"||Array.isArray(e)||e instanceof Uint8Array||e["/"]&&e["/"]===e.bytes)throw new TypeError("Invalid DAG-PB form (bad link)");if(!mn(e,wo))throw new TypeError("Invalid DAG-PB form (extraneous properties on link)");if(e.Hash===void 0)throw new TypeError("Invalid DAG-PB form (link must have a Hash)");if(e.Hash==null||!e.Hash["/"]||e.Hash["/"]!==e.Hash.bytes)throw new TypeError("Invalid DAG-PB form (link Hash must be a CID)");if(e.Name!==void 0&&typeof e.Name!="string")throw new TypeError("Invalid DAG-PB form (link Name must be a string)");if(e.Tsize!==void 0){if(typeof e.Tsize!="number"||e.Tsize%1!==0)throw new TypeError("Invalid DAG-PB form (link Tsize must be an integer)");if(e.Tsize<0)throw new TypeError("Invalid DAG-PB form (link Tsize cannot be negative)")}if(t>0&&yn(e,r.Links[t-1])===-1)throw new TypeError("Invalid DAG-PB form (links must be sorted by Name bytes)")}}function wn(r,t=[]){return F({Data:r,Links:t})}function bn(r,t,e){return gn({Hash:e,Name:r,Tsize:t})}var bo="dag-pb",xo=112;function U(r){Ce(r);let t={};return r.Links&&(t.Links=r.Links.map(e=>{let n={};return e.Hash&&(n.Hash=e.Hash.bytes),e.Name!==void 0&&(n.Name=e.Name),e.Tsize!==void 0&&(n.Tsize=e.Tsize),n})),r.Data&&(t.Data=r.Data),pn(t)}function _o(r){let t=hn(r),e={};return t.Data&&(e.Data=t.Data),t.Links&&(e.Links=t.Links.map(n=>{let i={};try{i.Hash=k.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})),e}var Fe={};C(Fe,{sha256:()=>Ie,sha512:()=>vo});var ot=({name:r,code:t,encode:e})=>new Pe(r,t,e),Pe=class{constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?it(this.code,e):e.then(n=>it(this.code,n))}else throw Error("Unknown type, must be binary type")}};var _n=r=>async t=>new Uint8Array(await crypto.subtle.digest(r,t)),Ie=ot({name:"sha2-256",code:18,encode:_n("SHA-256")}),vo=ot({name:"sha2-512",code:19,encode:_n("SHA-512")});var G=async(r,t,e)=>{e.codec==null&&(e.codec=Nt);let n=await Ie.digest(r),i=k.create(e.cidVersion,e.codec.code,n);return await t.put(i,r,{signal:e.signal}),i};var vn=async(r,t,e)=>{let n=new P({type:"directory",mtime:r.mtime,mode:r.mode}),i=U(F({Data:n.marshal()})),o=await G(i,t,e),s=r.path;return{cid:o,path:s,unixfs:n,size:BigInt(i.length),originalPath:r.originalPath}};var zt={};C(zt,{code:()=>Kt,decode:()=>ko,encode:()=>Ao,name:()=>Bo});var Bo="raw",Kt=85,Ao=r=>H(r),ko=r=>H(r);async function*So(r,t,e){let n=-1,i;for await(let o of bt(e.bufferImporter(r,t),e.blockWriteConcurrency)){if(n++,n===0){i=o;continue}else n===1&&i!=null&&(yield i,i=void 0);yield o}i!=null&&(i.single=!0,yield i)}var Do=(r,t,e)=>async function(i){if(i.length===1&&i[0]?.single===!0&&e.reduceSingleLeafToSelf){let h=i[0];if(r.mtime!==void 0||r.mode!==void 0){let p=await t.get(h.cid);h.unixfs=new P({type:"file",mtime:r.mtime,mode:r.mode,data:p}),p=U(F({Data:h.unixfs.marshal()})),h.cid=await G(p,t,{...e,cidVersion:e.cidVersion}),h.size=BigInt(p.length)}return{cid:h.cid,path:r.path,unixfs:h.unixfs,size:h.size,originalPath:h.originalPath}}let o=new P({type:"file",mtime:r.mtime,mode:r.mode}),s=i.filter(h=>h.cid.code===Kt&&h.size>0||h.unixfs!=null&&h.unixfs.data==null&&h.unixfs.fileSize()>0n?!0:Boolean(h.unixfs?.data?.length)).map(h=>h.cid.code===Kt?(o.addBlockSize(h.size),{Name:"",Tsize:Number(h.size),Hash:h.cid}):(h.unixfs==null||h.unixfs.data==null?o.addBlockSize(h.unixfs?.fileSize()??0n):o.addBlockSize(BigInt(h.unixfs.data.length)),{Name:"",Tsize:Number(h.size),Hash:h.cid})),f={Data:o.marshal(),Links:s},c=U(F(f));return{cid:await G(c,t,e),path:r.path,unixfs:o,size:BigInt(c.length+f.Links.reduce((h,p)=>h+(p.Tsize??0),0)),originalPath:r.originalPath}},Bn=async(r,t,e)=>await e.layout(So(r,t,e),Do(r,t,e));var Ue=O(xt(),1);function Lo(r){return Symbol.iterator in r}function To(r){return Symbol.asyncIterator in r}function Eo(r){try{if(r instanceof Uint8Array)return async function*(){yield r}();if(Lo(r))return async function*(){yield*r}();if(To(r))return r}catch{throw(0,Ue.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}throw(0,Ue.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}function An(r){return async function*(e,n){for await(let i of e){let o;if(i.path!=null&&(o=i.path,i.path=i.path.split("/").filter(s=>s!=null&&s!==".").join("/")),i.content!=null){let s={path:i.path,mtime:i.mtime,mode:i.mode,content:r.chunker(r.chunkValidator(Eo(i.content))),originalPath:o};yield async()=>await Bn(s,n,r)}else if(i.path!=null){let s={path:i.path,mtime:i.mtime,mode:i.mode,originalPath:o};yield async()=>await vn(s,n,r)}else throw new Error("Import candidate must have content or path or both")}}}var J=class{constructor(t,e){this.options=e??{},this.root=t.root,this.dir=t.dir,this.path=t.path,this.dirty=t.dirty,this.flat=t.flat,this.parent=t.parent,this.parentKey=t.parentKey,this.unixfs=t.unixfs,this.mode=t.mode,this.mtime=t.mtime}},Ct=k.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),Pt=k.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var st=class extends J{constructor(t,e){super(t,e),this._children=new Map}async put(t,e){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,this._children.set(t,e)}async get(t){return await Promise.resolve(this._children.get(t))}childCount(){return this._children.size}directChildrenCount(){return this.childCount()}onlyChild(){return this._children.values().next().value}async*eachChildSeries(){for(let[t,e]of this._children.entries())yield{key:t,child:e}}estimateNodeSize(){if(this.nodeSize!==void 0)return this.nodeSize;this.nodeSize=0;for(let[t,e]of this._children.entries())e.size!=null&&e.cid!=null&&(this.nodeSize+=t.length+(this.options.cidVersion===1?Pt.bytes.byteLength:Ct.bytes.byteLength));return this.nodeSize}async*flush(t){let e=[];for(let[c,u]of this._children.entries()){if(u instanceof J)for await(let h of u.flush(t))u=h,yield u;u.size!=null&&u.cid!=null&&e.push({Name:c,Tsize:Number(u.size),Hash:u.cid})}let n=new P({type:"directory",mtime:this.mtime,mode:this.mode}),i={Data:n.marshal(),Links:e},o=U(F(i)),s=await G(o,t,this.options),f=o.length+i.Links.reduce((c,u)=>c+(u.Tsize==null?0:u.Tsize),0);this.cid=s,this.size=f,yield{cid:s,unixfs:n,path:this.path,size:BigInt(f)}}};var Pn=O(Dn(),1);var Me={};C(Me,{identity:()=>Po});var Po=yt({prefix:"\0",name:"identity",encode:r=>Be(r),decode:r=>ve(r)});var He={};C(He,{base2:()=>Io});var Io=T({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Oe={};C(Oe,{base8:()=>Fo});var Fo=T({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Re={};C(Re,{base10:()=>Uo});var Uo=tt({prefix:"9",name:"base10",alphabet:"0123456789"});var Ve={};C(Ve,{base16:()=>Mo,base16upper:()=>Ho});var Mo=T({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Ho=T({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var qe={};C(qe,{base36:()=>Oo,base36upper:()=>Ro});var Oo=tt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ro=tt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Ge={};C(Ge,{base64:()=>Vo,base64pad:()=>qo,base64url:()=>Go,base64urlpad:()=>jo});var Vo=T({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),qo=T({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Go=T({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),jo=T({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var je={};C(je,{base256emoji:()=>Xo});var Ln=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}"),$o=Ln.reduce((r,t,e)=>(r[e]=t,r),[]),Wo=Ln.reduce((r,t,e)=>(r[t.codePointAt(0)]=e,r),[]);function Jo(r){return r.reduce((t,e)=>(t+=$o[e],t),"")}function Ko(r){let t=[];for(let e of r){let n=Wo[e.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${e}`);t.push(n)}return new Uint8Array(t)}var Xo=yt({prefix:"\u{1F680}",name:"base256emoji",encode:Jo,decode:Ko});var $e={};C($e,{identity:()=>Yo});var Tn=0,Qo="identity",En=H,Zo=r=>it(Tn,En(r)),Yo={code:Tn,name:Qo,encode:En,digest:Zo};var sc=new TextEncoder,ac=new TextDecoder;var We={...Me,...He,...Oe,...Re,...Ve,...Te,...qe,...Le,...Ge,...je},lc={...Fe,...$e};function at(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function Q(r=0){return globalThis.Buffer?.alloc!=null?at(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function ct(r=0){return globalThis.Buffer?.allocUnsafe!=null?at(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}function zn(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Nn=zn("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Je=zn("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=ct(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),es={utf8:Nn,"utf-8":Nn,hex:We.base16,latin1:Je,ascii:Je,binary:Je,...We},Cn=es;function Xt(r,t="utf8"){let e=Cn[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?at(globalThis.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}var I=class{constructor(t,e,n=0){this._options=t,this._popCount=0,this._parent=e,this._posAtParent=n,this._children=new Pn.default,this.key=null}async put(t,e){let n=await this._findNewBucketAndPos(t);await n.bucket._putAt(n,t,e)}async get(t){let e=await this._findChild(t);if(e!=null)return e.value}async del(t){let e=await this._findPlace(t),n=e.bucket._at(e.pos);n!=null&&n.key===t&&e.bucket._delAt(e.pos)}leafCount(){return this._children.compactArray().reduce((e,n)=>n instanceof I?e+n.leafCount():e+1,0)}childrenCount(){return this._children.length}onlyChild(){return this._children.get(0)}*eachLeafSeries(){let t=this._children.compactArray();for(let e of t)e instanceof I?yield*e.eachLeafSeries():yield e}serialize(t,e){let n=[];return e(this._children.reduce((i,o,s)=>(o!=null&&(o instanceof I?i.push(o.serialize(t,e)):i.push(t(o,s))),i),n))}async asyncTransform(t,e){return await In(this,t,e)}toJSON(){return this.serialize(ns,is)}prettyPrint(){return JSON.stringify(this.toJSON(),null," ")}tableSize(){return Math.pow(2,this._options.bits)}async _findChild(t){let e=await this._findPlace(t),n=e.bucket._at(e.pos);if(!(n instanceof I)&&n!=null&&n.key===t)return n}async _findPlace(t){let e=this._options.hash(typeof t=="string"?Xt(t):t),n=await e.take(this._options.bits),i=this._children.get(n);return i instanceof I?await i._findPlace(e):{bucket:this,pos:n,hash:e,existingChild:i}}async _findNewBucketAndPos(t){let e=await this._findPlace(t);if(e.existingChild!=null&&e.existingChild.key!==t){let n=new I(this._options,e.bucket,e.pos);e.bucket._putObjectAt(e.pos,n);let i=await n._findPlace(e.existingChild.hash);return i.bucket._putAt(i,e.existingChild.key,e.existingChild.value),await n._findNewBucketAndPos(e.hash)}return e}_putAt(t,e,n){this._putObjectAt(t.pos,{key:e,value:n,hash:t.hash})}_putObjectAt(t,e){this._children.get(t)==null&&this._popCount++,this._children.set(t,e)}_delAt(t){if(t===-1)throw new Error("Invalid position");this._children.get(t)!=null&&this._popCount--,this._children.unset(t),this._level()}_level(){if(this._parent!=null&&this._popCount<=1)if(this._popCount===1){let t=this._children.find(rs);if(t!=null&&!(t instanceof I)){let e=t.hash;e.untake(this._options.bits);let n={pos:this._posAtParent,hash:e,bucket:this._parent};this._parent._putAt(n,t.key,t.value)}}else this._parent._delAt(this._posAtParent)}_at(t){return this._children.get(t)}};function rs(r){return Boolean(r)}function ns(r,t){return r.key}function is(r){return r}async function In(r,t,e){let n=[];for(let i of r._children.compactArray())if(i instanceof I)await In(i,t,e);else{let o=await t(i);n.push({bitField:r._children.bitField(),children:o})}return await e(n)}var os=[255,254,252,248,240,224,192,128],ss=[1,3,7,15,31,63,127,255],Qt=class{constructor(t){this._value=t,this._currentBytePos=t.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(t){let e=t,n=0;for(;e>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,e),f=as(i,o-s,s);n=(n<<s)+f,e-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(t){for(this._currentBitPos+=t;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function as(r,t,e){let n=cs(t,e);return(r&n)>>>t}function cs(r,t){return os[r]&ss[Math.min(t+r-1,7)]}function It(r,t){t==null&&(t=r.reduce((i,o)=>i+o.length,0));let e=ct(t),n=0;for(let i of r)e.set(i,n),n+=i.length;return at(e)}function Fn(r){function t(e){return e instanceof Zt?e:new Zt(e,r)}return t}var Zt=class{constructor(t,e){if(!(t instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=t,this._hashFn=e,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(t){let e=t;for(;this._availableBits<e;)await this._produceMoreBits();let n=0;for(;e>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),e),s=i.take(o);n=(n<<o)+s,e-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(t){let e=t;for(;e>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),e);n.untake(i),e-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let t=this._depth>0?It([this._value,Uint8Array.from([this._depth])]):this._value,e=await this._hashFn(t),n=new Qt(e);this._buffers.push(n),this._availableBits+=n.availableBits()}};function Un(r){if(r==null||r.hashFn==null)throw new Error("please define an options.hashFn");let t={bits:r.bits??8,hash:Fn(r.hashFn)};return new I(t)}var te=O(On(),1);function fs(r){let t=new Array(4);for(let e=0;e<4;e++)t[e]=r&255,r=r>>8;return new Uint8Array(t)}var Mc=ot({name:"murmur3-32",code:35,encode:r=>fs(te.default.x86.hash32(r))}),Rn=ot({name:"murmur3-128",code:34,encode:r=>pt.fromHex(te.default.x64.hash128(r))}),Hc=ot({name:"murmur3-x64-64",code:34,encode:r=>pt.fromHex(te.default.x64.hash128(r)).subarray(0,8)});async function us(r){return(await Rn.encode(r)).slice(0,8).reverse()}var Vn=BigInt(34),Ke=class extends J{constructor(t,e){super(t,e),this._bucket=Un({hashFn:us,bits:8})}async put(t,e){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(t,e)}async get(t){return await this._bucket.get(t)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:t,value:e}of this._bucket.eachLeafSeries())yield{key:t,child:e}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=jn(this._bucket,this,this.options),this.nodeSize)}async*flush(t){for await(let e of Gn(this._bucket,t,this,this.options))yield{...e,path:this.path}}},qn=Ke;async function*Gn(r,t,e,n){let i=r._children,o=[],s=0n;for(let a=0;a<i.length;a++){let l=i.get(a);if(l==null)continue;let m=a.toString(16).toUpperCase().padStart(2,"0");if(l instanceof I){let S;for await(let d of Gn(l,t,null,n))S=d;if(S==null)throw new Error("Could not flush sharded directory, no subshard found");o.push({Name:m,Tsize:Number(S.size),Hash:S.cid}),s+=S.size}else if(hs(l.value)){let S=l.value,d;for await(let w of S.flush(t))d=w,yield d;if(d==null)throw new Error("Did not flush dir");let y=m+l.key;o.push({Name:y,Tsize:Number(d.size),Hash:d.cid}),s+=d.size}else{let S=l.value;if(S.cid==null)continue;let d=m+l.key,y=S.size;o.push({Name:d,Tsize:Number(y),Hash:S.cid}),s+=BigInt(y??0)}}let f=Uint8Array.from(i.bitField().reverse()),c=new P({type:"hamt-sharded-directory",data:f,fanout:BigInt(r.tableSize()),hashType:Vn,mtime:e?.mtime,mode:e?.mode}),u={Data:c.marshal(),Links:o},h=U(F(u)),p=await G(h,t,n),D=BigInt(h.byteLength)+s;yield{cid:p,unixfs:c,size:D}}function hs(r){return typeof r.flush=="function"}function jn(r,t,e){let n=r._children,i=[];for(let c=0;c<n.length;c++){let u=n.get(c);if(u==null)continue;let h=c.toString(16).toUpperCase().padStart(2,"0");if(u instanceof I){let p=jn(u,null,e);i.push({Name:h,Tsize:Number(p),Hash:e.cidVersion===0?Ct:Pt})}else if(typeof u.value.flush=="function"){let D=u.value.nodeSize();i.push({Name:h+u.key,Tsize:Number(D),Hash:e.cidVersion===0?Ct:Pt})}else{let p=u.value;if(p.cid==null)continue;let D=h+u.key,a=p.size;i.push({Name:D,Tsize:Number(a),Hash:p.cid})}}let o=Uint8Array.from(n.bitField().reverse()),s=new P({type:"hamt-sharded-directory",data:o,fanout:BigInt(r.tableSize()),hashType:Vn,mtime:t?.mtime,mode:t?.mode});return U(F({Data:s.marshal(),Links:i})).length}async function Xe(r,t,e,n){let i=t;t instanceof st&&t.estimateNodeSize()>e&&(i=await ls(t,n));let o=i.parent;if(o!=null){if(i!==t){if(r!=null&&(r.parent=i),i.parentKey==null)throw new Error("No parent key found");await o.put(i.parentKey,i)}return await Xe(i,o,e,n)}return i}async function ls(r,t){let e=new qn({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},t);for await(let{key:n,child:i}of r.eachChildSeries())await e.put(n,i);return e}var $n=(r="")=>(r.trim().match(/([^\\/]|\\\/)+/g)??[]).filter(Boolean);async function ds(r,t,e){let n=$n(r.path??""),i=n.length-1,o=t,s="";for(let f=0;f<n.length;f++){let c=n[f];s+=`${s!==""?"/":""}${c}`;let u=f===i;if(o.dirty=!0,o.cid=void 0,o.size=void 0,u)await o.put(c,r),t=await Xe(null,o,e.shardSplitThresholdBytes,e);else{let h=await o.get(c);(h==null||!(h instanceof J))&&(h=new st({root:!1,dir:!0,parent:o,parentKey:c,path:s,dirty:!0,flat:!0,mtime:h?.unixfs?.mtime,mode:h?.unixfs?.mode},e)),await o.put(c,h),o=h}}return t}async function*Wn(r,t){if(!(r instanceof J)){r.unixfs?.isDirectory()===!0&&(yield r);return}yield*r.flush(t)}function Jn(r){return async function*(e,n){let i=new st({root:!0,dir:!0,path:"",dirty:!0,flat:!0},r),o,s=!1;for await(let f of e){if(f==null)continue;let c=`${f.originalPath??""}`.split("/")[0];c!=null&&c!==""&&(o==null?(o=c,s=!0):o!==c&&(s=!1)),i=await ds(f,i,r),(f.unixfs==null||!f.unixfs.isDirectory())&&(yield f)}if(r.wrapWithDirectory||s&&i.childCount()>1)yield*Wn(i,n);else for await(let f of i.eachChildSeries())f!=null&&(yield*Wn(f.child,n))}}var Qe=O(xt(),1);var Kn=()=>async function*(t){for await(let e of t){if(e.length===void 0)throw(0,Qe.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT");if(typeof e=="string"||e instanceof String)yield Xt(e.toString());else if(Array.isArray(e))yield Uint8Array.from(e);else if(e instanceof Uint8Array)yield e;else throw(0,Qe.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}};function Xn(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}var Zn=Symbol.for("@achingbrain/uint8arraylist");function Qn(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let i=e+n.byteLength;if(t<i)return{buf:n,index:t-e};e=i}throw new RangeError("index is out of bounds")}function ee(r){return Boolean(r?.[Zn])}var K=class{constructor(...t){Object.defineProperty(this,Zn,{value:!0}),this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(ee(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(ee(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=Qn(this.bufs,t);return e.buf[e.index]}set(t,e){let n=Qn(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(ee(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:i}=this._subList(t,e);return It(n,i)}subarray(t,e){let{bufs:n,length:i}=this._subList(t,e);return n.length===1?n[0]:It(n,i)}sublist(t,e){let{bufs:n,length:i}=this._subList(t,e),o=new K;return o.length=i,o.bufs=n,o}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===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],f=i,c=f+s.byteLength;if(i=c,t>=c)continue;let u=t>=f&&t<c,h=e>f&&e<=c;if(u&&h){if(t===f&&e===c){n.push(s);break}let p=t-f;n.push(s.subarray(p,p+(e-t)));break}if(u){if(t===0){n.push(s);continue}n.push(s.subarray(t-f));continue}if(h){if(e===c){n.push(s);break}n.push(s.subarray(0,e-f));break}n.push(s)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!ee(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;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 f=s,c=this.byteLength-n.byteLength,u=n.byteLength-1,h;for(let p=e;p<=c;p+=h){h=0;for(let D=u;D>=0;D--){let a=this.get(p+D);if(n[D]!==a){h=Math.max(1,D-f[a]);break}}if(h===0)return p}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=ct(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let i=Q(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,e,n),this.write(i,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let i=Q(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,e,n),this.write(i,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let i=Q(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,e,n),this.write(i,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=ct(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let i=Q(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,e,n),this.write(i,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let i=Q(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,e,n),this.write(i,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let i=Q(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,e,n),this.write(i,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let i=Q(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,e,n),this.write(i,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let i=Q(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,e,n),this.write(i,t)}equals(t){if(t==null||!(t instanceof K)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!Xn(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new K;return n.bufs=t,e==null&&(e=t.reduce((i,o)=>i+o.byteLength,0)),n.length=e,n}};var ps=262144,Yn=(r={})=>{let t=r.chunkSize??ps;return async function*(n){let i=new K,o=0,s=!1;for await(let f of n)for(i.append(f),o+=f.length;o>=t;)if(yield i.slice(0,t),s=!0,t===i.length)i=new K,o=0;else{let c=new K;c.append(i.sublist(t)),i=c,o-=t}(!s||o>0)&&(yield i.subarray(0,o))}};var ms=174;function Ze(r){let t=r?.maxChildrenPerNode??ms;return async function e(n,i){let o=[];for await(let s of ft(n,t))o.push(await i(s));return o.length>1?await e(o,i):o[0]}}function ti(r){return async function*(e,n){for await(let i of e.content)yield async()=>{r.progress?.(i.length,e.path);let o,s={codec:Nt,cidVersion:r.cidVersion};return r.rawLeaves?(s.codec=zt,s.cidVersion=1):(o=new P({type:r.leafType,data:i}),i=U({Data:o.marshal(),Links:[]})),{cid:await G(i,n,s),unixfs:o,size:BigInt(i.length)}}}}async function Ye(r){for await(let t of r)return t}var ei=O(xt(),1);async function*ri(r,t,e={}){let n;Symbol.asyncIterator in r||Symbol.iterator in r?n=r:n=[r];let i=e.wrapWithDirectory??!1,o=e.shardSplitThresholdBytes??262144,s=e.cidVersion??1,f=e.rawLeaves??!0,c=e.leafType??"file",u=e.fileImportConcurrency??50,h=e.blockWriteConcurrency??10,p=e.reduceSingleLeafToSelf??!0,D=e.chunker??Yn(),a=e.chunkValidator??Kn(),l=e.dagBuilder??An({chunker:D,chunkValidator:a,wrapWithDirectory:i,layout:e.layout??Ze(),bufferImporter:e.bufferImporter??ti({cidVersion:s,rawLeaves:f,leafType:c,progress:e.progress}),blockWriteConcurrency:h,reduceSingleLeafToSelf:p,cidVersion:s}),m=e.treeBuilder??Jn({wrapWithDirectory:i,shardSplitThresholdBytes:o,cidVersion:s});for await(let S of m(bt(l(n,t),u),t))yield{cid:S.cid,path:S.path,unixfs:S.unixfs,size:S.size}}async function tr(r,t,e={}){let n=await Ye(ri([r],t,e));if(n==null)throw(0,ei.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function ys(r,t,e={}){return await tr({content:r},t,e)}async function gs(r,t,e={}){return await tr({content:r},t,e)}return ci(ws);})();
|
|
2
|
+
"use strict";var IpfsUnixfsImporter=(()=>{var ni=Object.create;var Ot=Object.defineProperty;var ii=Object.getOwnPropertyDescriptor;var oi=Object.getOwnPropertyNames;var si=Object.getPrototypeOf,ai=Object.prototype.hasOwnProperty;var z=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),C=(r,t)=>{for(var e in t)Ot(r,e,{get:t[e],enumerable:!0})},nr=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oi(t))!ai.call(r,i)&&i!==e&&Ot(r,i,{get:()=>t[i],enumerable:!(n=ii(t,i))||n.enumerable});return r};var O=(r,t,e)=>(e=r!=null?ni(si(r)):{},nr(t||!r||!r.__esModule?Ot(e,"default",{value:r,enumerable:!0}):e,r)),ci=r=>nr(Ot({},"__esModule",{value:!0}),r);var xt=z((ks,or)=>{"use strict";function ir(r,t){for(let e in t)Object.defineProperty(r,e,{value:t[e],enumerable:!0,configurable:!0});return r}function fi(r,t,e){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");e||(e={}),typeof t=="object"&&(e=t,t=""),t&&(e.code=t);try{return ir(r,e)}catch{e.message=r.message,e.stack=r.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(r)),ir(new i,e)}}or.exports=fi});var ar=z((Ss,sr)=>{"use strict";sr.exports=ui;function ui(r,t){for(var e=new Array(arguments.length-1),n=0,i=2,o=!0;i<arguments.length;)e[n++]=arguments[i++];return new Promise(function(f,c){e[n]=function(h){if(o)if(o=!1,h)c(h);else{for(var p=new Array(arguments.length-1),D=0;D<p.length;)p[D++]=arguments[D];f.apply(null,p)}};try{r.apply(t||null,e)}catch(u){o&&(o=!1,c(u))}})}});var hr=z(ur=>{"use strict";var Rt=ur;Rt.length=function(t){var e=t.length;if(!e)return 0;for(var n=0;--e%4>1&&t.charAt(e)==="=";)++n;return Math.ceil(t.length*3)/4-n};var ut=new Array(64),fr=new Array(123);for(R=0;R<64;)fr[ut[R]=R<26?R+65:R<52?R+71:R<62?R-4:R-59|43]=R++;var R;Rt.encode=function(t,e,n){for(var i=null,o=[],s=0,f=0,c;e<n;){var u=t[e++];switch(f){case 0:o[s++]=ut[u>>2],c=(u&3)<<4,f=1;break;case 1:o[s++]=ut[c|u>>4],c=(u&15)<<2,f=2;break;case 2:o[s++]=ut[c|u>>6],o[s++]=ut[u&63],f=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return f&&(o[s++]=ut[c],o[s++]=61,f===1&&(o[s++]=61)),i?(s&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))};var cr="invalid encoding";Rt.decode=function(t,e,n){for(var i=n,o=0,s,f=0;f<t.length;){var c=t.charCodeAt(f++);if(c===61&&o>1)break;if((c=fr[c])===void 0)throw Error(cr);switch(o){case 0:s=c,o=1;break;case 1:e[n++]=s<<2|(c&48)>>4,s=c,o=2;break;case 2:e[n++]=(s&15)<<4|(c&60)>>2,s=c,o=3;break;case 3:e[n++]=(s&3)<<6|c,o=0;break}}if(o===1)throw Error(cr);return n-i};Rt.test=function(t){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}});var dr=z((Ls,lr)=>{"use strict";lr.exports=Vt;function Vt(){this._listeners={}}Vt.prototype.on=function(t,e,n){return(this._listeners[t]||(this._listeners[t]=[])).push({fn:e,ctx:n||this}),this};Vt.prototype.off=function(t,e){if(t===void 0)this._listeners={};else if(e===void 0)this._listeners[t]=[];else for(var n=this._listeners[t],i=0;i<n.length;)n[i].fn===e?n.splice(i,1):++i;return this};Vt.prototype.emit=function(t){var e=this._listeners[t];if(e){for(var n=[],i=1;i<arguments.length;)n.push(arguments[i++]);for(i=0;i<e.length;)e[i].fn.apply(e[i++].ctx,n)}return this}});var xr=z((Es,br)=>{"use strict";br.exports=pr(pr);function pr(r){return typeof Float32Array<"u"?function(){var t=new Float32Array([-0]),e=new Uint8Array(t.buffer),n=e[3]===128;function i(c,u,h){t[0]=c,u[h]=e[0],u[h+1]=e[1],u[h+2]=e[2],u[h+3]=e[3]}function o(c,u,h){t[0]=c,u[h]=e[3],u[h+1]=e[2],u[h+2]=e[1],u[h+3]=e[0]}r.writeFloatLE=n?i:o,r.writeFloatBE=n?o:i;function s(c,u){return e[0]=c[u],e[1]=c[u+1],e[2]=c[u+2],e[3]=c[u+3],t[0]}function f(c,u){return e[3]=c[u],e[2]=c[u+1],e[1]=c[u+2],e[0]=c[u+3],t[0]}r.readFloatLE=n?s:f,r.readFloatBE=n?f:s}():function(){function t(n,i,o,s){var f=i<0?1:0;if(f&&(i=-i),i===0)n(1/i>0?0:2147483648,o,s);else if(isNaN(i))n(2143289344,o,s);else if(i>34028234663852886e22)n((f<<31|2139095040)>>>0,o,s);else if(i<11754943508222875e-54)n((f<<31|Math.round(i/1401298464324817e-60))>>>0,o,s);else{var c=Math.floor(Math.log(i)/Math.LN2),u=Math.round(i*Math.pow(2,-c)*8388608)&8388607;n((f<<31|c+127<<23|u)>>>0,o,s)}}r.writeFloatLE=t.bind(null,mr),r.writeFloatBE=t.bind(null,yr);function e(n,i,o){var s=n(i,o),f=(s>>31)*2+1,c=s>>>23&255,u=s&8388607;return c===255?u?NaN:f*(1/0):c===0?f*1401298464324817e-60*u:f*Math.pow(2,c-150)*(u+8388608)}r.readFloatLE=e.bind(null,gr),r.readFloatBE=e.bind(null,wr)}(),typeof Float64Array<"u"?function(){var t=new Float64Array([-0]),e=new Uint8Array(t.buffer),n=e[7]===128;function i(c,u,h){t[0]=c,u[h]=e[0],u[h+1]=e[1],u[h+2]=e[2],u[h+3]=e[3],u[h+4]=e[4],u[h+5]=e[5],u[h+6]=e[6],u[h+7]=e[7]}function o(c,u,h){t[0]=c,u[h]=e[7],u[h+1]=e[6],u[h+2]=e[5],u[h+3]=e[4],u[h+4]=e[3],u[h+5]=e[2],u[h+6]=e[1],u[h+7]=e[0]}r.writeDoubleLE=n?i:o,r.writeDoubleBE=n?o:i;function s(c,u){return e[0]=c[u],e[1]=c[u+1],e[2]=c[u+2],e[3]=c[u+3],e[4]=c[u+4],e[5]=c[u+5],e[6]=c[u+6],e[7]=c[u+7],t[0]}function f(c,u){return e[7]=c[u],e[6]=c[u+1],e[5]=c[u+2],e[4]=c[u+3],e[3]=c[u+4],e[2]=c[u+5],e[1]=c[u+6],e[0]=c[u+7],t[0]}r.readDoubleLE=n?s:f,r.readDoubleBE=n?f:s}():function(){function t(n,i,o,s,f,c){var u=s<0?1:0;if(u&&(s=-s),s===0)n(0,f,c+i),n(1/s>0?0:2147483648,f,c+o);else if(isNaN(s))n(0,f,c+i),n(2146959360,f,c+o);else if(s>17976931348623157e292)n(0,f,c+i),n((u<<31|2146435072)>>>0,f,c+o);else{var h;if(s<22250738585072014e-324)h=s/5e-324,n(h>>>0,f,c+i),n((u<<31|h/4294967296)>>>0,f,c+o);else{var p=Math.floor(Math.log(s)/Math.LN2);p===1024&&(p=1023),h=s*Math.pow(2,-p),n(h*4503599627370496>>>0,f,c+i),n((u<<31|p+1023<<20|h*1048576&1048575)>>>0,f,c+o)}}}r.writeDoubleLE=t.bind(null,mr,0,4),r.writeDoubleBE=t.bind(null,yr,4,0);function e(n,i,o,s,f){var c=n(s,f+i),u=n(s,f+o),h=(u>>31)*2+1,p=u>>>20&2047,D=4294967296*(u&1048575)+c;return p===2047?D?NaN:h*(1/0):p===0?h*5e-324*D:h*Math.pow(2,p-1075)*(D+4503599627370496)}r.readDoubleLE=e.bind(null,gr,0,4),r.readDoubleBE=e.bind(null,wr,4,0)}(),r}function mr(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function yr(r,t,e){t[e]=r>>>24,t[e+1]=r>>>16&255,t[e+2]=r>>>8&255,t[e+3]=r&255}function gr(r,t){return(r[t]|r[t+1]<<8|r[t+2]<<16|r[t+3]<<24)>>>0}function wr(r,t){return(r[t]<<24|r[t+1]<<16|r[t+2]<<8|r[t+3])>>>0}});var _r=z((exports,module)=>{"use strict";module.exports=inquire;function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(r){}return null}});var Br=z(vr=>{"use strict";var ne=vr;ne.length=function(t){for(var e=0,n=0,i=0;i<t.length;++i)n=t.charCodeAt(i),n<128?e+=1:n<2048?e+=2:(n&64512)===55296&&(t.charCodeAt(i+1)&64512)===56320?(++i,e+=4):e+=3;return e};ne.read=function(t,e,n){var i=n-e;if(i<1)return"";for(var o=null,s=[],f=0,c;e<n;)c=t[e++],c<128?s[f++]=c:c>191&&c<224?s[f++]=(c&31)<<6|t[e++]&63:c>239&&c<365?(c=((c&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,s[f++]=55296+(c>>10),s[f++]=56320+(c&1023)):s[f++]=(c&15)<<12|(t[e++]&63)<<6|t[e++]&63,f>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,s)),f=0);return o?(f&&o.push(String.fromCharCode.apply(String,s.slice(0,f))),o.join("")):String.fromCharCode.apply(String,s.slice(0,f))};ne.write=function(t,e,n){for(var i=n,o,s,f=0;f<t.length;++f)o=t.charCodeAt(f),o<128?e[n++]=o:o<2048?(e[n++]=o>>6|192,e[n++]=o&63|128):(o&64512)===55296&&((s=t.charCodeAt(f+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++f,e[n++]=o>>18|240,e[n++]=o>>12&63|128,e[n++]=o>>6&63|128,e[n++]=o&63|128):(e[n++]=o>>12|224,e[n++]=o>>6&63|128,e[n++]=o&63|128);return n-i}});var kr=z((Ns,Ar)=>{"use strict";Ar.exports=hi;function hi(r,t,e){var n=e||8192,i=n>>>1,o=null,s=n;return function(c){if(c<1||c>i)return r(c);s+c>n&&(o=r(n),s=0);var u=t.call(o,s,s+=c);return s&7&&(s=(s|7)+1),u}}});var Dr=z((zs,Sr)=>{"use strict";Sr.exports=N;var _t=rt();function N(r,t){this.lo=r>>>0,this.hi=t>>>0}var et=N.zero=new N(0,0);et.toNumber=function(){return 0};et.zzEncode=et.zzDecode=function(){return this};et.length=function(){return 1};var li=N.zeroHash="\0\0\0\0\0\0\0\0";N.fromNumber=function(t){if(t===0)return et;var e=t<0;e&&(t=-t);var n=t>>>0,i=(t-n)/4294967296>>>0;return e&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new N(n,i)};N.from=function(t){if(typeof t=="number")return N.fromNumber(t);if(_t.isString(t))if(_t.Long)t=_t.Long.fromString(t);else return N.fromNumber(parseInt(t,10));return t.low||t.high?new N(t.low>>>0,t.high>>>0):et};N.prototype.toNumber=function(t){if(!t&&this.hi>>>31){var e=~this.lo+1>>>0,n=~this.hi>>>0;return e||(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296};N.prototype.toLong=function(t){return _t.Long?new _t.Long(this.lo|0,this.hi|0,!!t):{low:this.lo|0,high:this.hi|0,unsigned:!!t}};var Z=String.prototype.charCodeAt;N.fromHash=function(t){return t===li?et:new N((Z.call(t,0)|Z.call(t,1)<<8|Z.call(t,2)<<16|Z.call(t,3)<<24)>>>0,(Z.call(t,4)|Z.call(t,5)<<8|Z.call(t,6)<<16|Z.call(t,7)<<24)>>>0)};N.prototype.toHash=function(){return String.fromCharCode(this.lo&255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)};N.prototype.zzEncode=function(){var t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this};N.prototype.zzDecode=function(){var t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this};N.prototype.length=function(){var t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}});var rt=z(ie=>{"use strict";var x=ie;x.asPromise=ar();x.base64=hr();x.EventEmitter=dr();x.float=xr();x.inquire=_r();x.utf8=Br();x.pool=kr();x.LongBits=Dr();x.isNode=!!(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);x.global=x.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||ie;x.emptyArray=Object.freeze?Object.freeze([]):[];x.emptyObject=Object.freeze?Object.freeze({}):{};x.isInteger=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};x.isString=function(t){return typeof t=="string"||t instanceof String};x.isObject=function(t){return t&&typeof t=="object"};x.isset=x.isSet=function(t,e){var n=t[e];return n!=null&&t.hasOwnProperty(e)?typeof n!="object"||(Array.isArray(n)?n.length:Object.keys(n).length)>0:!1};x.Buffer=function(){try{var r=x.inquire("buffer").Buffer;return r.prototype.utf8Write?r:null}catch{return null}}();x._Buffer_from=null;x._Buffer_allocUnsafe=null;x.newBuffer=function(t){return typeof t=="number"?x.Buffer?x._Buffer_allocUnsafe(t):new x.Array(t):x.Buffer?x._Buffer_from(t):typeof Uint8Array>"u"?t:new Uint8Array(t)};x.Array=typeof Uint8Array<"u"?Uint8Array:Array;x.Long=x.global.dcodeIO&&x.global.dcodeIO.Long||x.global.Long||x.inquire("long");x.key2Re=/^true|false|0|1$/;x.key32Re=/^-?(?:0|[1-9][0-9]*)$/;x.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;x.longToHash=function(t){return t?x.LongBits.from(t).toHash():x.LongBits.zeroHash};x.longFromHash=function(t,e){var n=x.LongBits.fromHash(t);return x.Long?x.Long.fromBits(n.lo,n.hi,e):n.toNumber(!!e)};function Lr(r,t,e){for(var n=Object.keys(t),i=0;i<n.length;++i)(r[n[i]]===void 0||!e)&&(r[n[i]]=t[n[i]]);return r}x.merge=Lr;x.lcFirst=function(t){return t.charAt(0).toLowerCase()+t.substring(1)};function Er(r){function t(e,n){if(!(this instanceof t))return new t(e,n);Object.defineProperty(this,"message",{get:function(){return e}}),Error.captureStackTrace?Error.captureStackTrace(this,t):Object.defineProperty(this,"stack",{value:new Error().stack||""}),n&&Lr(this,n)}return t.prototype=Object.create(Error.prototype,{constructor:{value:t,writable:!0,enumerable:!1,configurable:!0},name:{get:function(){return r},set:void 0,enumerable:!1,configurable:!0},toString:{value:function(){return this.name+": "+this.message},writable:!0,enumerable:!1,configurable:!0}}),t}x.newError=Er;x.ProtocolError=Er("ProtocolError");x.oneOfGetter=function(t){for(var e={},n=0;n<t.length;++n)e[t[n]]=1;return function(){for(var i=Object.keys(this),o=i.length-1;o>-1;--o)if(e[i[o]]===1&&this[i[o]]!==void 0&&this[i[o]]!==null)return i[o]}};x.oneOfSetter=function(t){return function(e){for(var n=0;n<t.length;++n)t[n]!==e&&delete this[t[n]]}};x.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};x._configure=function(){var r=x.Buffer;if(!r){x._Buffer_from=x._Buffer_allocUnsafe=null;return}x._Buffer_from=r.from!==Uint8Array.from&&r.from||function(e,n){return new r(e,n)},x._Buffer_allocUnsafe=r.allocUnsafe||function(e){return new r(e)}}});var ae=z((Ps,Pr)=>{"use strict";Pr.exports=T;var j=rt(),se,zr=j.LongBits,di=j.utf8;function V(r,t){return RangeError("index out of range: "+r.pos+" + "+(t||1)+" > "+r.len)}function T(r){this.buf=r,this.pos=0,this.len=r.length}var Tr=typeof Uint8Array<"u"?function(t){if(t instanceof Uint8Array||Array.isArray(t))return new T(t);throw Error("illegal buffer")}:function(t){if(Array.isArray(t))return new T(t);throw Error("illegal buffer")},Cr=function(){return j.Buffer?function(e){return(T.create=function(i){return j.Buffer.isBuffer(i)?new se(i):Tr(i)})(e)}:Tr};T.create=Cr();T.prototype._slice=j.Array.prototype.subarray||j.Array.prototype.slice;T.prototype.uint32=function(){var t=4294967295;return function(){if(t=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(t=(t|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return t;if((this.pos+=5)>this.len)throw this.pos=this.len,V(this,10);return t}}();T.prototype.int32=function(){return this.uint32()|0};T.prototype.sint32=function(){var t=this.uint32();return t>>>1^-(t&1)|0};function oe(){var r=new zr(0,0),t=0;if(this.len-this.pos>4){for(;t<4;++t)if(r.lo=(r.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return r;if(r.lo=(r.lo|(this.buf[this.pos]&127)<<28)>>>0,r.hi=(r.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return r;t=0}else{for(;t<3;++t){if(this.pos>=this.len)throw V(this);if(r.lo=(r.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return r}return r.lo=(r.lo|(this.buf[this.pos++]&127)<<t*7)>>>0,r}if(this.len-this.pos>4){for(;t<5;++t)if(r.hi=(r.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return r}else for(;t<5;++t){if(this.pos>=this.len)throw V(this);if(r.hi=(r.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return r}throw Error("invalid varint encoding")}T.prototype.bool=function(){return this.uint32()!==0};function qt(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}T.prototype.fixed32=function(){if(this.pos+4>this.len)throw V(this,4);return qt(this.buf,this.pos+=4)};T.prototype.sfixed32=function(){if(this.pos+4>this.len)throw V(this,4);return qt(this.buf,this.pos+=4)|0};function Nr(){if(this.pos+8>this.len)throw V(this,8);return new zr(qt(this.buf,this.pos+=4),qt(this.buf,this.pos+=4))}T.prototype.float=function(){if(this.pos+4>this.len)throw V(this,4);var t=j.float.readFloatLE(this.buf,this.pos);return this.pos+=4,t};T.prototype.double=function(){if(this.pos+8>this.len)throw V(this,4);var t=j.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,t};T.prototype.bytes=function(){var t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw V(this,t);return this.pos+=t,Array.isArray(this.buf)?this.buf.slice(e,n):e===n?new this.buf.constructor(0):this._slice.call(this.buf,e,n)};T.prototype.string=function(){var t=this.bytes();return di.read(t,0,t.length)};T.prototype.skip=function(t){if(typeof t=="number"){if(this.pos+t>this.len)throw V(this,t);this.pos+=t}else do if(this.pos>=this.len)throw V(this);while(this.buf[this.pos++]&128);return this};T.prototype.skipType=function(r){switch(r){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(r=this.uint32()&7)!==4;)this.skipType(r);break;case 5:this.skip(4);break;default:throw Error("invalid wire type "+r+" at offset "+this.pos)}return this};T._configure=function(r){se=r,T.create=Cr(),se._configure();var t=j.Long?"toLong":"toNumber";j.merge(T.prototype,{int64:function(){return oe.call(this)[t](!1)},uint64:function(){return oe.call(this)[t](!0)},sint64:function(){return oe.call(this).zzDecode()[t](!1)},fixed64:function(){return Nr.call(this)[t](!0)},sfixed64:function(){return Nr.call(this)[t](!1)}})}});var Mr=z((Is,Ur)=>{"use strict";Ur.exports=nt;var Fr=ae();(nt.prototype=Object.create(Fr.prototype)).constructor=nt;var Ir=rt();function nt(r){Fr.call(this,r)}nt._configure=function(){Ir.Buffer&&(nt.prototype._slice=Ir.Buffer.prototype.slice)};nt.prototype.string=function(){var t=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+t,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+t,this.len))};nt._configure()});var pe=z((Fs,Vr)=>{"use strict";Vr.exports=A;var M=rt(),ce,Gt=M.LongBits,Hr=M.base64,Or=M.utf8;function vt(r,t,e){this.fn=r,this.len=t,this.next=void 0,this.val=e}function ue(){}function pi(r){this.head=r.head,this.tail=r.tail,this.len=r.len,this.next=r.states}function A(){this.len=0,this.head=new vt(ue,0,0),this.tail=this.head,this.states=null}var Rr=function(){return M.Buffer?function(){return(A.create=function(){return new ce})()}:function(){return new A}};A.create=Rr();A.alloc=function(t){return new M.Array(t)};M.Array!==Array&&(A.alloc=M.pool(A.alloc,M.Array.prototype.subarray));A.prototype._push=function(t,e,n){return this.tail=this.tail.next=new vt(t,e,n),this.len+=e,this};function he(r,t,e){t[e]=r&255}function mi(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}function le(r,t){this.len=r,this.next=void 0,this.val=t}le.prototype=Object.create(vt.prototype);le.prototype.fn=mi;A.prototype.uint32=function(t){return this.len+=(this.tail=this.tail.next=new le((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this};A.prototype.int32=function(t){return t<0?this._push(de,10,Gt.fromNumber(t)):this.uint32(t)};A.prototype.sint32=function(t){return this.uint32((t<<1^t>>31)>>>0)};function de(r,t,e){for(;r.hi;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}A.prototype.uint64=function(t){var e=Gt.from(t);return this._push(de,e.length(),e)};A.prototype.int64=A.prototype.uint64;A.prototype.sint64=function(t){var e=Gt.from(t).zzEncode();return this._push(de,e.length(),e)};A.prototype.bool=function(t){return this._push(he,1,t?1:0)};function fe(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}A.prototype.fixed32=function(t){return this._push(fe,4,t>>>0)};A.prototype.sfixed32=A.prototype.fixed32;A.prototype.fixed64=function(t){var e=Gt.from(t);return this._push(fe,4,e.lo)._push(fe,4,e.hi)};A.prototype.sfixed64=A.prototype.fixed64;A.prototype.float=function(t){return this._push(M.float.writeFloatLE,4,t)};A.prototype.double=function(t){return this._push(M.float.writeDoubleLE,8,t)};var yi=M.Array.prototype.set?function(t,e,n){e.set(t,n)}:function(t,e,n){for(var i=0;i<t.length;++i)e[n+i]=t[i]};A.prototype.bytes=function(t){var e=t.length>>>0;if(!e)return this._push(he,1,0);if(M.isString(t)){var n=A.alloc(e=Hr.length(t));Hr.decode(t,n,0),t=n}return this.uint32(e)._push(yi,e,t)};A.prototype.string=function(t){var e=Or.length(t);return e?this.uint32(e)._push(Or.write,e,t):this._push(he,1,0)};A.prototype.fork=function(){return this.states=new pi(this),this.head=this.tail=new vt(ue,0,0),this.len=0,this};A.prototype.reset=function(){return this.states?(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 vt(ue,0,0),this.len=0),this};A.prototype.ldelim=function(){var t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n&&(this.tail.next=t.next,this.tail=e,this.len+=n),this};A.prototype.finish=function(){for(var t=this.head.next,e=this.constructor.alloc(this.len),n=0;t;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e};A._configure=function(r){ce=r,A.create=Rr(),ce._configure()}});var jr=z((Us,Gr)=>{"use strict";Gr.exports=$;var qr=pe();($.prototype=Object.create(qr.prototype)).constructor=$;var Y=rt();function $(){qr.call(this)}$._configure=function(){$.alloc=Y._Buffer_allocUnsafe,$.writeBytesBuffer=Y.Buffer&&Y.Buffer.prototype instanceof Uint8Array&&Y.Buffer.prototype.set.name==="set"?function(t,e,n){e.set(t,n)}:function(t,e,n){if(t.copy)t.copy(e,n,0,t.length);else for(var i=0;i<t.length;)e[n++]=t[i++]}};$.prototype.bytes=function(t){Y.isString(t)&&(t=Y._Buffer_from(t,"base64"));var e=t.length>>>0;return this.uint32(e),e&&this._push($.writeBytesBuffer,e,t),this};function gi(r,t,e){r.length<40?Y.utf8.write(r,t,e):t.utf8Write?t.utf8Write(r,e):t.write(r,e)}$.prototype.string=function(t){var e=Y.Buffer.byteLength(t);return this.uint32(e),e&&this._push(gi,e,t),this};$._configure()});var En=z((Qa,Ln)=>{"use strict";Ln.exports=class{constructor(){this._bitArrays=[],this._data=[],this._length=0,this._changedLength=!1,this._changedData=!1}set(t,e){let n=this._internalPositionFor(t,!1);if(e===void 0)n!==-1&&(this._unsetInternalPos(n),this._unsetBit(t),this._changedLength=!0,this._changedData=!0);else{let i=!1;n===-1?(n=this._data.length,this._setBit(t),this._changedData=!0):i=!0,this._setInternalPos(n,t,e,i),this._changedLength=!0}}unset(t){this.set(t,void 0)}get(t){this._sortData();let e=this._internalPositionFor(t,!0);if(e!==-1)return this._data[e][1]}push(t){return this.set(this.length,t),this.length}get length(){if(this._sortData(),this._changedLength){let t=this._data[this._data.length-1];this._length=t?t[0]+1:0,this._changedLength=!1}return this._length}forEach(t){let e=0;for(;e<this.length;)t(this.get(e),e,this),e++}map(t){let e=0,n=new Array(this.length);for(;e<this.length;)n[e]=t(this.get(e),e,this),e++;return n}reduce(t,e){let n=0,i=e;for(;n<this.length;){let o=this.get(n);i=t(i,o,n),n++}return i}find(t){let e=0,n,i;for(;e<this.length&&!n;)i=this.get(e),n=t(i),e++;return n?i:void 0}_internalPositionFor(t,e){let n=this._bytePosFor(t,e);if(n>=this._bitArrays.length)return-1;let i=this._bitArrays[n],o=t-n*7;if(!((i&1<<o)>0))return-1;let f=this._bitArrays.slice(0,n).reduce(zo,0),c=~(4294967295<<o+1),u=Dn(i&c);return f+u-1}_bytePosFor(t,e){let n=Math.floor(t/7),i=n+1;for(;!e&&this._bitArrays.length<i;)this._bitArrays.push(0);return n}_setBit(t){let e=this._bytePosFor(t,!1);this._bitArrays[e]|=1<<t-e*7}_unsetBit(t){let e=this._bytePosFor(t,!1);this._bitArrays[e]&=~(1<<t-e*7)}_setInternalPos(t,e,n,i){let o=this._data,s=[e,n];if(i)this._sortData(),o[t]=s;else{if(o.length)if(o[o.length-1][0]>=e)o.push(s);else if(o[0][0]<=e)o.unshift(s);else{let f=Math.round(o.length/2);this._data=o.slice(0,f).concat(s).concat(o.slice(f))}else this._data.push(s);this._changedData=!0,this._changedLength=!0}}_unsetInternalPos(t){this._data.splice(t,1)}_sortData(){this._changedData&&this._data.sort(Co),this._changedData=!1}bitField(){let t=[],e=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,e),u=~(255<<c),h=o&u;i|=h<<8-e,o=o>>>c,n-=c,e-=c,(!e||!n&&!s.length)&&(t.push(i),i=0,e=8)}for(var f=t.length-1;f>0&&t[f]===0;f--)t.pop();return t}compactArray(){return this._sortData(),this._data.map(Po)}};function zo(r,t){return r+Dn(t)}function Dn(r){let t=r;return t=t-(t>>1&1431655765),t=(t&858993459)+(t>>2&858993459),(t+(t>>4)&252645135)*16843009>>24}function Co(r,t){return r[0]-t[0]}function Po(r){return r[1]}});var On=z((Ft,Yt)=>{(function(r,t){"use strict";var e={version:"3.0.0",x86:{},x64:{},inputValidation:!0};function n(a){if(!Array.isArray(a)&&!ArrayBuffer.isView(a))return!1;for(var l=0;l<a.length;l++)if(!Number.isInteger(a[l])||a[l]<0||a[l]>255)return!1;return!0}function i(a,l){return(a&65535)*l+(((a>>>16)*l&65535)<<16)}function o(a,l){return a<<l|a>>>32-l}function s(a){return a^=a>>>16,a=i(a,2246822507),a^=a>>>13,a=i(a,3266489909),a^=a>>>16,a}function f(a,l){a=[a[0]>>>16,a[0]&65535,a[1]>>>16,a[1]&65535],l=[l[0]>>>16,l[0]&65535,l[1]>>>16,l[1]&65535];var m=[0,0,0,0];return m[3]+=a[3]+l[3],m[2]+=m[3]>>>16,m[3]&=65535,m[2]+=a[2]+l[2],m[1]+=m[2]>>>16,m[2]&=65535,m[1]+=a[1]+l[1],m[0]+=m[1]>>>16,m[1]&=65535,m[0]+=a[0]+l[0],m[0]&=65535,[m[0]<<16|m[1],m[2]<<16|m[3]]}function c(a,l){a=[a[0]>>>16,a[0]&65535,a[1]>>>16,a[1]&65535],l=[l[0]>>>16,l[0]&65535,l[1]>>>16,l[1]&65535];var m=[0,0,0,0];return m[3]+=a[3]*l[3],m[2]+=m[3]>>>16,m[3]&=65535,m[2]+=a[2]*l[3],m[1]+=m[2]>>>16,m[2]&=65535,m[2]+=a[3]*l[2],m[1]+=m[2]>>>16,m[2]&=65535,m[1]+=a[1]*l[3],m[0]+=m[1]>>>16,m[1]&=65535,m[1]+=a[2]*l[2],m[0]+=m[1]>>>16,m[1]&=65535,m[1]+=a[3]*l[1],m[0]+=m[1]>>>16,m[1]&=65535,m[0]+=a[0]*l[3]+a[1]*l[2]+a[2]*l[1]+a[3]*l[0],m[0]&=65535,[m[0]<<16|m[1],m[2]<<16|m[3]]}function u(a,l){return l%=64,l===32?[a[1],a[0]]:l<32?[a[0]<<l|a[1]>>>32-l,a[1]<<l|a[0]>>>32-l]:(l-=32,[a[1]<<l|a[0]>>>32-l,a[0]<<l|a[1]>>>32-l])}function h(a,l){return l%=64,l===0?a:l<32?[a[0]<<l|a[1]>>>32-l,a[1]<<l]:[a[1]<<l-32,0]}function p(a,l){return[a[0]^l[0],a[1]^l[1]]}function D(a){return a=p(a,[0,a[0]>>>1]),a=c(a,[4283543511,3981806797]),a=p(a,[0,a[0]>>>1]),a=c(a,[3301882366,444984403]),a=p(a,[0,a[0]>>>1]),a}e.x86.hash32=function(a,l){if(e.inputValidation&&!n(a))return t;l=l||0;for(var m=a.length%4,S=a.length-m,d=l,y=0,w=3432918353,b=461845907,_=0;_<S;_=_+4)y=a[_]|a[_+1]<<8|a[_+2]<<16|a[_+3]<<24,y=i(y,w),y=o(y,15),y=i(y,b),d^=y,d=o(d,13),d=i(d,5)+3864292196;switch(y=0,m){case 3:y^=a[_+2]<<16;case 2:y^=a[_+1]<<8;case 1:y^=a[_],y=i(y,w),y=o(y,15),y=i(y,b),d^=y}return d^=a.length,d=s(d),d>>>0},e.x86.hash128=function(a,l){if(e.inputValidation&&!n(a))return t;l=l||0;for(var m=a.length%16,S=a.length-m,d=l,y=l,w=l,b=l,_=0,v=0,g=0,L=0,X=597399067,Ut=2869860233,Mt=951274213,Ht=2716044179,B=0;B<S;B=B+16)_=a[B]|a[B+1]<<8|a[B+2]<<16|a[B+3]<<24,v=a[B+4]|a[B+5]<<8|a[B+6]<<16|a[B+7]<<24,g=a[B+8]|a[B+9]<<8|a[B+10]<<16|a[B+11]<<24,L=a[B+12]|a[B+13]<<8|a[B+14]<<16|a[B+15]<<24,_=i(_,X),_=o(_,15),_=i(_,Ut),d^=_,d=o(d,19),d+=y,d=i(d,5)+1444728091,v=i(v,Ut),v=o(v,16),v=i(v,Mt),y^=v,y=o(y,17),y+=w,y=i(y,5)+197830471,g=i(g,Mt),g=o(g,17),g=i(g,Ht),w^=g,w=o(w,15),w+=b,w=i(w,5)+2530024501,L=i(L,Ht),L=o(L,18),L=i(L,X),b^=L,b=o(b,13),b+=d,b=i(b,5)+850148119;switch(_=0,v=0,g=0,L=0,m){case 15:L^=a[B+14]<<16;case 14:L^=a[B+13]<<8;case 13:L^=a[B+12],L=i(L,Ht),L=o(L,18),L=i(L,X),b^=L;case 12:g^=a[B+11]<<24;case 11:g^=a[B+10]<<16;case 10:g^=a[B+9]<<8;case 9:g^=a[B+8],g=i(g,Mt),g=o(g,17),g=i(g,Ht),w^=g;case 8:v^=a[B+7]<<24;case 7:v^=a[B+6]<<16;case 6:v^=a[B+5]<<8;case 5:v^=a[B+4],v=i(v,Ut),v=o(v,16),v=i(v,Mt),y^=v;case 4:_^=a[B+3]<<24;case 3:_^=a[B+2]<<16;case 2:_^=a[B+1]<<8;case 1:_^=a[B],_=i(_,X),_=o(_,15),_=i(_,Ut),d^=_}return d^=a.length,y^=a.length,w^=a.length,b^=a.length,d+=y,d+=w,d+=b,y+=d,w+=d,b+=d,d=s(d),y=s(y),w=s(w),b=s(b),d+=y,d+=w,d+=b,y+=d,w+=d,b+=d,("00000000"+(d>>>0).toString(16)).slice(-8)+("00000000"+(y>>>0).toString(16)).slice(-8)+("00000000"+(w>>>0).toString(16)).slice(-8)+("00000000"+(b>>>0).toString(16)).slice(-8)},e.x64.hash128=function(a,l){if(e.inputValidation&&!n(a))return t;l=l||0;for(var m=a.length%16,S=a.length-m,d=[0,l],y=[0,l],w=[0,0],b=[0,0],_=[2277735313,289559509],v=[1291169091,658871167],g=0;g<S;g=g+16)w=[a[g+4]|a[g+5]<<8|a[g+6]<<16|a[g+7]<<24,a[g]|a[g+1]<<8|a[g+2]<<16|a[g+3]<<24],b=[a[g+12]|a[g+13]<<8|a[g+14]<<16|a[g+15]<<24,a[g+8]|a[g+9]<<8|a[g+10]<<16|a[g+11]<<24],w=c(w,_),w=u(w,31),w=c(w,v),d=p(d,w),d=u(d,27),d=f(d,y),d=f(c(d,[0,5]),[0,1390208809]),b=c(b,v),b=u(b,33),b=c(b,_),y=p(y,b),y=u(y,31),y=f(y,d),y=f(c(y,[0,5]),[0,944331445]);switch(w=[0,0],b=[0,0],m){case 15:b=p(b,h([0,a[g+14]],48));case 14:b=p(b,h([0,a[g+13]],40));case 13:b=p(b,h([0,a[g+12]],32));case 12:b=p(b,h([0,a[g+11]],24));case 11:b=p(b,h([0,a[g+10]],16));case 10:b=p(b,h([0,a[g+9]],8));case 9:b=p(b,[0,a[g+8]]),b=c(b,v),b=u(b,33),b=c(b,_),y=p(y,b);case 8:w=p(w,h([0,a[g+7]],56));case 7:w=p(w,h([0,a[g+6]],48));case 6:w=p(w,h([0,a[g+5]],40));case 5:w=p(w,h([0,a[g+4]],32));case 4:w=p(w,h([0,a[g+3]],24));case 3:w=p(w,h([0,a[g+2]],16));case 2:w=p(w,h([0,a[g+1]],8));case 1:w=p(w,[0,a[g]]),w=c(w,_),w=u(w,31),w=c(w,v),d=p(d,w)}return d=p(d,[0,a.length]),y=p(y,[0,a.length]),d=f(d,y),y=f(y,d),d=D(d),y=D(y),d=f(d,y),y=f(y,d),("00000000"+(d[0]>>>0).toString(16)).slice(-8)+("00000000"+(d[1]>>>0).toString(16)).slice(-8)+("00000000"+(y[0]>>>0).toString(16)).slice(-8)+("00000000"+(y[1]>>>0).toString(16)).slice(-8)},typeof Ft<"u"?(typeof Yt<"u"&&Yt.exports&&(Ft=Yt.exports=e),Ft.murmurHash3=e):typeof define=="function"&&define.amd?define([],function(){return e}):(e._murmurHash3=r.murmurHash3,e.noConflict=function(){return r.murmurHash3=e._murmurHash3,e._murmurHash3=t,e.noConflict=t,e},r.murmurHash3=e)})(Ft)});var Vn=z((Uc,Rn)=>{Rn.exports=On()});var xs={};C(xs,{importByteStream:()=>bs,importBytes:()=>ws,importDirectory:()=>gs,importFile:()=>rr,importer:()=>er});async function*ft(r,t=1){let e=[];t<1&&(t=1);for await(let n of r)for(e.push(n);e.length>=t;)yield e.slice(0,t),e=e.slice(t);for(;e.length>0;)yield e.slice(0,t),e=e.slice(t)}async function*bt(r,t=1){for await(let e of ft(r,t)){let n=e.map(async i=>await 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 xe=O(xt(),1);var me=O(ae(),1),$r=O(Mr(),1),Wr=O(rt(),1),ye=O(pe(),1),Jr=O(jr(),1);function wi(){Wr.default._configure(),me.default._configure($r.default),ye.default._configure(Jr.default)}wi();var Kr=["uint64","int64","sint64","fixed64","sfixed64"];function bi(r){for(let t of Kr){if(r[t]==null)continue;let e=r[t];r[t]=function(){return BigInt(e.call(this).toString())}}return r}function ge(r){return bi(new me.default(r))}function xi(r){for(let t of Kr){if(r[t]==null)continue;let e=r[t];r[t]=function(n){return e.call(this,n.toString())}}return r}function we(){return xi(ye.default.create())}function Bt(r,t){let e=ge(r instanceof Uint8Array?r:r.subarray());return t.decode(e)}function At(r,t){let e=we();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var ht;(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"})(ht||(ht={}));function jt(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function be(r){function t(i){if(r[i.toString()]==null)throw new Error("Invalid enum value");return r[i]}let e=function(o,s){let f=t(o);s.int32(f)},n=function(o){let s=o.int32();return t(s)};return jt("enum",ht.VARINT,e,n)}function kt(r,t){return jt("message",ht.LENGTH_DELIMITED,r,t)}var q;(function(r){let t;(function(i){i.Raw="Raw",i.Directory="Directory",i.File="File",i.Metadata="Metadata",i.Symlink="Symlink",i.HAMTShard="HAMTShard"})(t=r.DataType||(r.DataType={}));let e;(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"})(e||(e={})),function(i){i.codec=()=>be(e)}(t=r.DataType||(r.DataType={}));let n;r.codec=()=>(n==null&&(n=kt((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 f of i.blocksizes)o.uint32(32),o.uint64(f);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),$t.codec().encode(i.mtime,o)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={blocksizes:[]},f=o==null?i.len:i.pos+o;for(;i.pos<f;){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=$t.codec().decode(i,i.uint32());break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>At(i,r.codec()),r.decode=i=>Bt(i,r.codec())})(q||(q={}));var $t;(function(r){let t;r.codec=()=>(t==null&&(t=kt((e,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),e.Seconds!=null&&(n.uint32(8),n.int64(e.Seconds)),e.FractionalNanoseconds!=null&&(n.uint32(21),n.fixed32(e.FractionalNanoseconds)),i.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let i={},o=n==null?e.len:e.pos+n;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:i.Seconds=e.int64();break;case 2:i.FractionalNanoseconds=e.fixed32();break;default:e.skipType(s&7);break}}return i})),t),r.encode=e=>At(e,r.codec()),r.decode=e=>Bt(e,r.codec())})($t||($t={}));var Xr;(function(r){let t;r.codec=()=>(t==null&&(t=kt((e,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),e.MimeType!=null&&(n.uint32(10),n.string(e.MimeType)),i.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let i={},o=n==null?e.len:e.pos+n;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:i.MimeType=e.string();break;default:e.skipType(s&7);break}}return i})),t),r.encode=e=>At(e,r.codec()),r.decode=e=>Bt(e,r.codec())})(Xr||(Xr={}));var Qr={Raw:"raw",Directory:"directory",File:"file",Metadata:"metadata",Symlink:"symlink",HAMTShard:"hamt-sharded-directory"},_i=["directory","hamt-sharded-directory"],Zr=parseInt("0644",8),Yr=parseInt("0755",8),P=class{static unmarshal(t){let e=q.decode(t),n=new P({type:Qr[e.Type!=null?e.Type.toString():"File"],data:e.Data,blockSizes:e.blocksizes,mode:e.mode,mtime:e.mtime!=null?{secs:e.mtime.Seconds??0n,nsecs:e.mtime.FractionalNanoseconds}:void 0});return n._originalMode=e.mode??0,n}constructor(t={type:"file"}){let{type:e,data:n,blockSizes:i,hashType:o,fanout:s,mtime:f,mode:c}=t;if(e!=null&&!Object.values(Qr).includes(e))throw(0,xe.default)(new Error("Type: "+e+" is not valid"),"ERR_INVALID_TYPE");this.type=e??"file",this.data=n,this.hashType=o,this.fanout=s,this.blockSizes=i??[],this._originalMode=0,this.mode=c,this.mtime=f}set mode(t){t==null?this._mode=this.isDirectory()?Yr:Zr:this._mode=t&4095}get mode(){return this._mode}isDirectory(){return _i.includes(this.type)}addBlockSize(t){this.blockSizes.push(t)}removeBlockSize(t){this.blockSizes.splice(t,1)}fileSize(){if(this.isDirectory())return 0n;let t=0n;return this.blockSizes.forEach(e=>{t+=e}),this.data!=null&&(t+=BigInt(this.data.length)),t}marshal(){let t;switch(this.type){case"raw":t=q.DataType.Raw;break;case"directory":t=q.DataType.Directory;break;case"file":t=q.DataType.File;break;case"metadata":t=q.DataType.Metadata;break;case"symlink":t=q.DataType.Symlink;break;case"hamt-sharded-directory":t=q.DataType.HAMTShard;break;default:throw(0,xe.default)(new Error(`Type: ${t} is not valid`),"ERR_INVALID_TYPE")}let e=this.data;(this.data==null||this.data.length===0)&&(e=void 0);let n;this.mode!=null&&(n=this._originalMode&4294963200|(this.mode??0),n===Zr&&!this.isDirectory()&&(n=void 0),n===Yr&&this.isDirectory()&&(n=void 0));let i;return this.mtime!=null&&(i={Seconds:this.mtime.secs,FractionalNanoseconds:this.mtime.nsecs}),q.encode({Type:t,Data:e,filesize:this.isDirectory()?void 0:this.fileSize(),blocksizes:this.blockSizes,hashType:this.hashType,fanout:this.fanout,mode:n,mtime:i})}};var vi=rn,tn=128,Bi=127,Ai=~Bi,ki=Math.pow(2,31);function rn(r,t,e){t=t||[],e=e||0;for(var n=e;r>=ki;)t[e++]=r&255|tn,r/=128;for(;r&Ai;)t[e++]=r&255|tn,r>>>=7;return t[e]=r|0,rn.bytes=e-n+1,t}var Si=_e,Di=128,en=127;function _e(r,n){var e=0,n=n||0,i=0,o=n,s,f=r.length;do{if(o>=f)throw _e.bytes=0,new RangeError("Could not decode varint");s=r[o++],e+=i<28?(s&en)<<i:(s&en)*Math.pow(2,i),i+=7}while(s>=Di);return _e.bytes=o-n,e}var Li=Math.pow(2,7),Ei=Math.pow(2,14),Ti=Math.pow(2,21),Ni=Math.pow(2,28),zi=Math.pow(2,35),Ci=Math.pow(2,42),Pi=Math.pow(2,49),Ii=Math.pow(2,56),Fi=Math.pow(2,63),Ui=function(r){return r<Li?1:r<Ei?2:r<Ti?3:r<Ni?4:r<zi?5:r<Ci?6:r<Pi?7:r<Ii?8:r<Fi?9:10},Mi={encode:vi,decode:Si,encodingLength:Ui},Hi=Mi,St=Hi;var Dt=(r,t=0)=>[St.decode(r,t),St.decode.bytes],lt=(r,t,e=0)=>(St.encode(r,t,e),t),dt=r=>St.encodingLength(r);var pt={};C(pt,{coerce:()=>H,empty:()=>nn,equals:()=>ve,fromHex:()=>Ri,fromString:()=>Be,isBinary:()=>Vi,toHex:()=>Oi,toString:()=>Ae});var nn=new Uint8Array(0),Oi=r=>r.reduce((t,e)=>t+e.toString(16).padStart(2,"0"),""),Ri=r=>{let t=r.match(/../g);return t?new Uint8Array(t.map(e=>parseInt(e,16))):nn},ve=(r,t)=>{if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0},H=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")},Vi=r=>r instanceof ArrayBuffer||ArrayBuffer.isView(r),Be=r=>new TextEncoder().encode(r),Ae=r=>new TextDecoder().decode(r);var it=(r,t)=>{let e=t.byteLength,n=dt(r),i=n+dt(e),o=new Uint8Array(i+e);return lt(r,o,0),lt(e,o,n),o.set(t,i),new mt(r,e,t,o)},on=r=>{let t=H(r),[e,n]=Dt(t),[i,o]=Dt(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new mt(e,i,s,t)},sn=(r,t)=>{if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&ve(r.bytes,e.bytes)}},mt=class{constructor(t,e,n,i){this.code=t,this.size=e,this.digest=n,this.bytes=i}};var Ee={};C(Ee,{base58btc:()=>W,base58flickr:()=>Ji});function qi(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(e[s]!==255)throw new TypeError(o+" is ambiguous");e[s]=i}var f=r.length,c=r.charAt(0),u=Math.log(f)/Math.log(256),h=Math.log(256)/Math.log(f);function p(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var m=0,S=0,d=0,y=l.length;d!==y&&l[d]===0;)d++,m++;for(var w=(y-d)*h+1>>>0,b=new Uint8Array(w);d!==y;){for(var _=l[d],v=0,g=w-1;(_!==0||v<S)&&g!==-1;g--,v++)_+=256*b[g]>>>0,b[g]=_%f>>>0,_=_/f>>>0;if(_!==0)throw new Error("Non-zero carry");S=v,d++}for(var L=w-S;L!==w&&b[L]===0;)L++;for(var X=c.repeat(m);L<w;++L)X+=r.charAt(b[L]);return X}function D(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var m=0;if(l[m]!==" "){for(var S=0,d=0;l[m]===c;)S++,m++;for(var y=(l.length-m)*u+1>>>0,w=new Uint8Array(y);l[m];){var b=e[l.charCodeAt(m)];if(b===255)return;for(var _=0,v=y-1;(b!==0||_<d)&&v!==-1;v--,_++)b+=f*w[v]>>>0,w[v]=b%256>>>0,b=b/256>>>0;if(b!==0)throw new Error("Non-zero carry");d=_,m++}if(l[m]!==" "){for(var g=y-d;g!==y&&w[g]===0;)g++;for(var L=new Uint8Array(S+(y-g)),X=S;g!==y;)L[X++]=w[g++];return L}}}function a(l){var m=D(l);if(m)return m;throw new Error(`Non-${t} character`)}return{encode:p,decodeUnsafe:D,decode:a}}var Gi=qi,ji=Gi,an=ji;var ke=class{constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Se=class{constructor(t,e,n){if(this.name=t,this.prefix=e,e.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=e.codePointAt(0),this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return cn(this,t)}},De=class{constructor(t){this.decoders=t}or(t){return cn(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},cn=(r,t)=>new De({...r.decoders||{[r.prefix]:r},...t.decoders||{[t.prefix]:t}}),Le=class{constructor(t,e,n,i){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=i,this.encoder=new ke(t,e,n),this.decoder=new Se(t,e,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},yt=({name:r,prefix:t,encode:e,decode:n})=>new Le(r,t,e,n),tt=({prefix:r,name:t,alphabet:e})=>{let{encode:n,decode:i}=an(e,t);return yt({prefix:r,name:t,encode:n,decode:o=>H(i(o))})},$i=(r,t,e,n)=>{let i={};for(let h=0;h<t.length;++h)i[t[h]]=h;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*e/8|0),f=0,c=0,u=0;for(let h=0;h<o;++h){let p=i[r[h]];if(p===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<e|p,f+=e,f>=8&&(f-=8,s[u++]=255&c>>f)}if(f>=e||255&c<<8-f)throw new SyntaxError("Unexpected end of data");return s},Wi=(r,t,e)=>{let n=t[t.length-1]==="=",i=(1<<e)-1,o="",s=0,f=0;for(let c=0;c<r.length;++c)for(f=f<<8|r[c],s+=8;s>e;)s-=e,o+=t[i&f>>s];if(s&&(o+=t[i&f<<e-s]),n)for(;o.length*e&7;)o+="=";return o},E=({name:r,prefix:t,bitsPerChar:e,alphabet:n})=>yt({prefix:t,name:r,encode(i){return Wi(i,n,e)},decode(i){return $i(i,n,e,r)}});var W=tt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Ji=tt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Te={};C(Te,{base32:()=>gt,base32hex:()=>Zi,base32hexpad:()=>to,base32hexpadupper:()=>eo,base32hexupper:()=>Yi,base32pad:()=>Xi,base32padupper:()=>Qi,base32upper:()=>Ki,base32z:()=>ro});var gt=E({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ki=E({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Xi=E({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Qi=E({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Zi=E({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Yi=E({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),to=E({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),eo=E({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ro=E({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var fn=(r,t)=>{let{bytes:e,version:n}=r;switch(n){case 0:return io(e,Ne(r),t||W.encoder);default:return oo(e,Ne(r),t||gt.encoder)}};var un=new WeakMap,Ne=r=>{let t=un.get(r);if(t==null){let e=new Map;return un.set(r,e),e}return t},k=class{constructor(t,e,n,i){this.code=e,this.version=t,this.multihash=n,this.bytes=i,this["/"]=i}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==Et)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==so)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return k.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=it(t,e);return k.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return k.equals(this,t)}static equals(t,e){let n=e;return n&&t.code===n.code&&t.version===n.version&&sn(t.multihash,n.multihash)}toString(t){return fn(this,t)}toJSON(){return{"/":fn(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof k)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:i,multihash:o,bytes:s}=e;return new k(n,i,o,s||hn(n,i,o.bytes))}else if(e[ao]===!0){let{version:n,multihash:i,code:o}=e,s=on(i);return k.create(n,o,s)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==Et)throw new Error(`Version 0 CID must use dag-pb (code: ${Et}) block encoding`);return new k(t,e,n,n.bytes)}case 1:{let i=hn(t,e,n.bytes);return new k(t,e,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return k.create(0,Et,t)}static createV1(t,e){return k.create(1,t,e)}static decode(t){let[e,n]=k.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=k.inspectBytes(t),n=e.size-e.multihashSize,i=H(t.subarray(n,n+e.multihashSize));if(i.byteLength!==e.multihashSize)throw new Error("Incorrect length");let o=i.subarray(e.multihashSize-e.digestSize),s=new mt(e.multihashCode,e.digestSize,o,i);return[e.version===0?k.createV0(s):k.createV1(e.codec,s),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[p,D]=Dt(t.subarray(e));return e+=D,p},i=n(),o=Et;if(i===18?(i=0,e=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=e,f=n(),c=n(),u=e+c,h=u-s;return{version:i,codec:o,multihashCode:f,digestSize:c,multihashSize:h,size:u}}static parse(t,e){let[n,i]=no(t,e),o=k.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Ne(o).set(n,t),o}},no=(r,t)=>{switch(r[0]){case"Q":{let e=t||W;return[W.prefix,e.decode(`${W.prefix}${r}`)]}case W.prefix:{let e=t||W;return[W.prefix,e.decode(r)]}case gt.prefix:{let e=t||gt;return[gt.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}},io=(r,t,e)=>{let{prefix:n}=e;if(n!==W.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let i=t.get(n);if(i==null){let o=e.encode(r).slice(1);return t.set(n,o),o}else return i},oo=(r,t,e)=>{let{prefix:n}=e,i=t.get(n);if(i==null){let o=e.encode(r);return t.set(n,o),o}else return i},Et=112,so=18,hn=(r,t,e)=>{let n=dt(r),i=n+dt(t),o=new Uint8Array(i+e.byteLength);return lt(r,o,0),lt(t,o,n),o.set(e,i),o},ao=Symbol.for("@ipld/js-cid/CID");var Nt={};C(Nt,{code:()=>xo,createLink:()=>_n,createNode:()=>xn,decode:()=>_o,encode:()=>U,name:()=>bo,prepare:()=>F,validate:()=>Pe});var co=new TextDecoder;function ze(r,t){let e=0;for(let n=0;;n+=7){if(n>=64)throw new Error("protobuf: varint overflow");if(t>=r.length)throw new Error("protobuf: unexpected end of data");let i=r[t++];if(e+=n<28?(i&127)<<n:(i&127)*2**n,i<128)break}return[e,t]}function Jt(r,t){let e;[e,t]=ze(r,t);let n=t+e;if(e<0||n<0)throw new Error("protobuf: invalid length");if(n>r.length)throw new Error("protobuf: unexpected end of data");return[r.subarray(t,n),n]}function ln(r,t){let e;return[e,t]=ze(r,t),[e&7,e>>3,t]}function fo(r){let t={},e=r.length,n=0;for(;n<e;){let i,o;if([i,o,n]=ln(r,n),o===1){if(t.Hash)throw new Error("protobuf: (PBLink) duplicate Hash section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Hash`);if(t.Name!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Name before Hash");if(t.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Hash");[t.Hash,n]=Jt(r,n)}else if(o===2){if(t.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(t.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Name");let s;[s,n]=Jt(r,n),t.Name=co.decode(s)}else if(o===3){if(t.Tsize!==void 0)throw new Error("protobuf: (PBLink) duplicate Tsize section");if(i!==0)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Tsize`);[t.Tsize,n]=ze(r,n)}else throw new Error(`protobuf: (PBLink) invalid fieldNumber, expected 1, 2 or 3, got ${o}`)}if(n>e)throw new Error("protobuf: (PBLink) unexpected end of data");return t}function dn(r){let t=r.length,e=0,n,i=!1,o;for(;e<t;){let f,c;if([f,c,e]=ln(r,e),f!==2)throw new Error(`protobuf: (PBNode) invalid wireType, expected 2, got ${f}`);if(c===1){if(o)throw new Error("protobuf: (PBNode) duplicate Data section");[o,e]=Jt(r,e),n&&(i=!0)}else if(c===2){if(i)throw new Error("protobuf: (PBNode) duplicate Links section");n||(n=[]);let u;[u,e]=Jt(r,e),n.push(fo(u))}else throw new Error(`protobuf: (PBNode) invalid fieldNumber, expected 1 or 2, got ${c}`)}if(e>t)throw new Error("protobuf: (PBNode) unexpected end of data");let s={};return o&&(s.Data=o),s.Links=n||[],s}var mn=new TextEncoder,pn=2**32,uo=2**31;function ho(r,t){let e=t.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");e=Tt(t,e,r.Tsize)-1,t[e]=24}if(typeof r.Name=="string"){let n=mn.encode(r.Name);e-=n.length,t.set(n,e),e=Tt(t,e,n.length)-1,t[e]=18}return r.Hash&&(e-=r.Hash.length,t.set(r.Hash,e),e=Tt(t,e,r.Hash.length)-1,t[e]=10),t.length-e}function yn(r){let t=po(r),e=new Uint8Array(t),n=t;if(r.Data&&(n-=r.Data.length,e.set(r.Data,n),n=Tt(e,n,r.Data.length)-1,e[n]=10),r.Links)for(let i=r.Links.length-1;i>=0;i--){let o=ho(r.Links[i],e.subarray(0,n));n-=o,n=Tt(e,n,o)-1,e[n]=18}return e}function lo(r){let t=0;if(r.Hash){let e=r.Hash.length;t+=1+e+wt(e)}if(typeof r.Name=="string"){let e=mn.encode(r.Name).length;t+=1+e+wt(e)}return typeof r.Tsize=="number"&&(t+=1+wt(r.Tsize)),t}function po(r){let t=0;if(r.Data){let e=r.Data.length;t+=1+e+wt(e)}if(r.Links)for(let e of r.Links){let n=lo(e);t+=1+n+wt(n)}return t}function Tt(r,t,e){t-=wt(e);let n=t;for(;e>=uo;)r[t++]=e&127|128,e/=128;for(;e>=128;)r[t++]=e&127|128,e>>>=7;return r[t]=e,n}function wt(r){return r%2===0&&r++,Math.floor((mo(r)+6)/7)}function mo(r){let t=0;return r>=pn&&(r=Math.floor(r/pn),t=32),r>=1<<16&&(r>>>=16,t+=16),r>=1<<8&&(r>>>=8,t+=8),t+yo[r]}var yo=[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 go=["Data","Links"],wo=["Hash","Name","Tsize"],Ce=new TextEncoder;function wn(r,t){if(r===t)return 0;let e=r.Name?Ce.encode(r.Name):[],n=t.Name?Ce.encode(t.Name):[],i=e.length,o=n.length;for(let s=0,f=Math.min(i,o);s<f;++s)if(e[s]!==n[s]){i=e[s],o=n[s];break}return i<o?-1:o<i?1:0}function gn(r,t){return!Object.keys(r).some(e=>!t.includes(e))}function bn(r){if(typeof r.asCID=="object"){let e=k.asCID(r);if(!e)throw new TypeError("Invalid DAG-PB form");return{Hash:e}}if(typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let t={};if(r.Hash){let e=k.asCID(r.Hash);try{e||(typeof r.Hash=="string"?e=k.parse(r.Hash):r.Hash instanceof Uint8Array&&(e=k.decode(r.Hash)))}catch(n){throw new TypeError(`Invalid DAG-PB form: ${n.message}`)}e&&(t.Hash=e)}if(!t.Hash)throw new TypeError("Invalid DAG-PB form");return typeof r.Name=="string"&&(t.Name=r.Name),typeof r.Tsize=="number"&&(t.Tsize=r.Tsize),t}function F(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 t={};if(r.Data!==void 0)if(typeof r.Data=="string")t.Data=Ce.encode(r.Data);else if(r.Data instanceof Uint8Array)t.Data=r.Data;else throw new TypeError("Invalid DAG-PB form");if(r.Links!==void 0)if(Array.isArray(r.Links))t.Links=r.Links.map(bn),t.Links.sort(wn);else throw new TypeError("Invalid DAG-PB form");else t.Links=[];return t}function Pe(r){if(!r||typeof r!="object"||Array.isArray(r)||r instanceof Uint8Array||r["/"]&&r["/"]===r.bytes)throw new TypeError("Invalid DAG-PB form");if(!gn(r,go))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 t=0;t<r.Links.length;t++){let e=r.Links[t];if(!e||typeof e!="object"||Array.isArray(e)||e instanceof Uint8Array||e["/"]&&e["/"]===e.bytes)throw new TypeError("Invalid DAG-PB form (bad link)");if(!gn(e,wo))throw new TypeError("Invalid DAG-PB form (extraneous properties on link)");if(e.Hash===void 0)throw new TypeError("Invalid DAG-PB form (link must have a Hash)");if(e.Hash==null||!e.Hash["/"]||e.Hash["/"]!==e.Hash.bytes)throw new TypeError("Invalid DAG-PB form (link Hash must be a CID)");if(e.Name!==void 0&&typeof e.Name!="string")throw new TypeError("Invalid DAG-PB form (link Name must be a string)");if(e.Tsize!==void 0){if(typeof e.Tsize!="number"||e.Tsize%1!==0)throw new TypeError("Invalid DAG-PB form (link Tsize must be an integer)");if(e.Tsize<0)throw new TypeError("Invalid DAG-PB form (link Tsize cannot be negative)")}if(t>0&&wn(e,r.Links[t-1])===-1)throw new TypeError("Invalid DAG-PB form (links must be sorted by Name bytes)")}}function xn(r,t=[]){return F({Data:r,Links:t})}function _n(r,t,e){return bn({Hash:e,Name:r,Tsize:t})}var bo="dag-pb",xo=112;function U(r){Pe(r);let t={};return r.Links&&(t.Links=r.Links.map(e=>{let n={};return e.Hash&&(n.Hash=e.Hash.bytes),e.Name!==void 0&&(n.Name=e.Name),e.Tsize!==void 0&&(n.Tsize=e.Tsize),n})),r.Data&&(t.Data=r.Data),yn(t)}function _o(r){let t=dn(r),e={};return t.Data&&(e.Data=t.Data),t.Links&&(e.Links=t.Links.map(n=>{let i={};try{i.Hash=k.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})),e}var Ue={};C(Ue,{sha256:()=>Fe,sha512:()=>vo});var ot=({name:r,code:t,encode:e})=>new Ie(r,t,e),Ie=class{constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?it(this.code,e):e.then(n=>it(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Bn=r=>async t=>new Uint8Array(await crypto.subtle.digest(r,t)),Fe=ot({name:"sha2-256",code:18,encode:Bn("SHA-256")}),vo=ot({name:"sha2-512",code:19,encode:Bn("SHA-512")});var G=async(r,t,e)=>{e.codec==null&&(e.codec=Nt);let n=await Fe.digest(r),i=k.create(e.cidVersion,e.codec.code,n);return await t.put(i,r,{signal:e.signal}),i};var An=async(r,t,e)=>{let n=new P({type:"directory",mtime:r.mtime,mode:r.mode}),i=U(F({Data:n.marshal()})),o=await G(i,t,e),s=r.path;return{cid:o,path:s,unixfs:n,size:BigInt(i.length),originalPath:r.originalPath}};var zt={};C(zt,{code:()=>Kt,decode:()=>ko,encode:()=>Ao,name:()=>Bo});var Bo="raw",Kt=85,Ao=r=>H(r),ko=r=>H(r);async function*So(r,t,e){let n=-1,i;for await(let o of bt(e.bufferImporter(r,t),e.blockWriteConcurrency)){if(n++,n===0){i=o;continue}else n===1&&i!=null&&(yield i,i=void 0);yield o}i!=null&&(i.single=!0,yield i)}var Do=(r,t,e)=>async function(i){if(i.length===1&&i[0]?.single===!0&&e.reduceSingleLeafToSelf){let h=i[0];if(r.mtime!==void 0||r.mode!==void 0){let p=await t.get(h.cid,e);h.unixfs=new P({type:"file",mtime:r.mtime,mode:r.mode,data:p}),p=U(F({Data:h.unixfs.marshal()})),h.cid=await G(p,t,{...e,cidVersion:e.cidVersion}),h.size=BigInt(p.length)}return{cid:h.cid,path:r.path,unixfs:h.unixfs,size:h.size,originalPath:h.originalPath}}let o=new P({type:"file",mtime:r.mtime,mode:r.mode}),s=i.filter(h=>h.cid.code===Kt&&h.size>0||h.unixfs!=null&&h.unixfs.data==null&&h.unixfs.fileSize()>0n?!0:!!h.unixfs?.data?.length).map(h=>h.cid.code===Kt?(o.addBlockSize(h.size),{Name:"",Tsize:Number(h.size),Hash:h.cid}):(h.unixfs==null||h.unixfs.data==null?o.addBlockSize(h.unixfs?.fileSize()??0n):o.addBlockSize(BigInt(h.unixfs.data.length)),{Name:"",Tsize:Number(h.size),Hash:h.cid})),f={Data:o.marshal(),Links:s},c=U(F(f));return{cid:await G(c,t,e),path:r.path,unixfs:o,size:BigInt(c.length+f.Links.reduce((h,p)=>h+(p.Tsize??0),0)),originalPath:r.originalPath}},kn=async(r,t,e)=>await e.layout(So(r,t,e),Do(r,t,e));var Me=O(xt(),1);function Lo(r){return Symbol.iterator in r}function Eo(r){return Symbol.asyncIterator in r}function To(r){try{if(r instanceof Uint8Array)return async function*(){yield r}();if(Lo(r))return async function*(){yield*r}();if(Eo(r))return r}catch{throw(0,Me.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}throw(0,Me.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}function Sn(r){return async function*(e,n){for await(let i of e){let o;if(i.path!=null&&(o=i.path,i.path=i.path.split("/").filter(s=>s!=null&&s!==".").join("/")),No(i)){let s={path:i.path,mtime:i.mtime,mode:i.mode,content:r.chunker(r.chunkValidator(To(i.content))),originalPath:o};yield async()=>await kn(s,n,r)}else if(i.path!=null){let s={path:i.path,mtime:i.mtime,mode:i.mode,originalPath:o};yield async()=>await An(s,n,r)}else throw new Error("Import candidate must have content or path or both")}}}function No(r){return r.content!=null}var J=class{constructor(t,e){this.options=e??{},this.root=t.root,this.dir=t.dir,this.path=t.path,this.dirty=t.dirty,this.flat=t.flat,this.parent=t.parent,this.parentKey=t.parentKey,this.unixfs=t.unixfs,this.mode=t.mode,this.mtime=t.mtime}},Ct=k.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),Pt=k.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var st=class extends J{constructor(t,e){super(t,e),this._children=new Map}async put(t,e){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,this._children.set(t,e)}async get(t){return await Promise.resolve(this._children.get(t))}childCount(){return this._children.size}directChildrenCount(){return this.childCount()}onlyChild(){return this._children.values().next().value}async*eachChildSeries(){for(let[t,e]of this._children.entries())yield{key:t,child:e}}estimateNodeSize(){if(this.nodeSize!==void 0)return this.nodeSize;this.nodeSize=0;for(let[t,e]of this._children.entries())e.size!=null&&e.cid!=null&&(this.nodeSize+=t.length+(this.options.cidVersion===1?Pt.bytes.byteLength:Ct.bytes.byteLength));return this.nodeSize}async*flush(t){let e=[];for(let[c,u]of this._children.entries()){if(u instanceof J)for await(let h of u.flush(t))u=h,yield u;u.size!=null&&u.cid!=null&&e.push({Name:c,Tsize:Number(u.size),Hash:u.cid})}let n=new P({type:"directory",mtime:this.mtime,mode:this.mode}),i={Data:n.marshal(),Links:e},o=U(F(i)),s=await G(o,t,this.options),f=o.length+i.Links.reduce((c,u)=>c+(u.Tsize==null?0:u.Tsize),0);this.cid=s,this.size=f,yield{cid:s,unixfs:n,path:this.path,size:BigInt(f)}}};var Fn=O(En(),1);var He={};C(He,{identity:()=>Io});var Io=yt({prefix:"\0",name:"identity",encode:r=>Ae(r),decode:r=>Be(r)});var Oe={};C(Oe,{base2:()=>Fo});var Fo=E({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Re={};C(Re,{base8:()=>Uo});var Uo=E({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ve={};C(Ve,{base10:()=>Mo});var Mo=tt({prefix:"9",name:"base10",alphabet:"0123456789"});var qe={};C(qe,{base16:()=>Ho,base16upper:()=>Oo});var Ho=E({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Oo=E({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Ge={};C(Ge,{base36:()=>Ro,base36upper:()=>Vo});var Ro=tt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Vo=tt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var je={};C(je,{base64:()=>qo,base64pad:()=>Go,base64url:()=>jo,base64urlpad:()=>$o});var qo=E({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Go=E({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),jo=E({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),$o=E({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var $e={};C($e,{base256emoji:()=>Qo});var Tn=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}"),Wo=Tn.reduce((r,t,e)=>(r[e]=t,r),[]),Jo=Tn.reduce((r,t,e)=>(r[t.codePointAt(0)]=e,r),[]);function Ko(r){return r.reduce((t,e)=>(t+=Wo[e],t),"")}function Xo(r){let t=[];for(let e of r){let n=Jo[e.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${e}`);t.push(n)}return new Uint8Array(t)}var Qo=yt({prefix:"\u{1F680}",name:"base256emoji",encode:Ko,decode:Xo});var We={};C(We,{identity:()=>ts});var Nn=0,Zo="identity",zn=H,Yo=r=>it(Nn,zn(r)),ts={code:Nn,name:Zo,encode:zn,digest:Yo};var cc=new TextEncoder,fc=new TextDecoder;var Je={...He,...Oe,...Re,...Ve,...qe,...Te,...Ge,...Ee,...je,...$e},pc={...Ue,...We};function at(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function Q(r=0){return globalThis.Buffer?.alloc!=null?at(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function ct(r=0){return globalThis.Buffer?.allocUnsafe!=null?at(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}function Pn(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Cn=Pn("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Ke=Pn("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=ct(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),rs={utf8:Cn,"utf-8":Cn,hex:Je.base16,latin1:Ke,ascii:Ke,binary:Ke,...Je},In=rs;function Xt(r,t="utf8"){let e=In[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?at(globalThis.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}var I=class{constructor(t,e,n=0){this._options=t,this._popCount=0,this._parent=e,this._posAtParent=n,this._children=new Fn.default,this.key=null}async put(t,e){let n=await this._findNewBucketAndPos(t);await n.bucket._putAt(n,t,e)}async get(t){let e=await this._findChild(t);if(e!=null)return e.value}async del(t){let e=await this._findPlace(t),n=e.bucket._at(e.pos);n!=null&&n.key===t&&e.bucket._delAt(e.pos)}leafCount(){return this._children.compactArray().reduce((e,n)=>n instanceof I?e+n.leafCount():e+1,0)}childrenCount(){return this._children.length}onlyChild(){return this._children.get(0)}*eachLeafSeries(){let t=this._children.compactArray();for(let e of t)e instanceof I?yield*e.eachLeafSeries():yield e}serialize(t,e){let n=[];return e(this._children.reduce((i,o,s)=>(o!=null&&(o instanceof I?i.push(o.serialize(t,e)):i.push(t(o,s))),i),n))}async asyncTransform(t,e){return await Un(this,t,e)}toJSON(){return this.serialize(is,os)}prettyPrint(){return JSON.stringify(this.toJSON(),null," ")}tableSize(){return Math.pow(2,this._options.bits)}async _findChild(t){let e=await this._findPlace(t),n=e.bucket._at(e.pos);if(!(n instanceof I)&&n!=null&&n.key===t)return n}async _findPlace(t){let e=this._options.hash(typeof t=="string"?Xt(t):t),n=await e.take(this._options.bits),i=this._children.get(n);return i instanceof I?await i._findPlace(e):{bucket:this,pos:n,hash:e,existingChild:i}}async _findNewBucketAndPos(t){let e=await this._findPlace(t);if(e.existingChild!=null&&e.existingChild.key!==t){let n=new I(this._options,e.bucket,e.pos);e.bucket._putObjectAt(e.pos,n);let i=await n._findPlace(e.existingChild.hash);return i.bucket._putAt(i,e.existingChild.key,e.existingChild.value),await n._findNewBucketAndPos(e.hash)}return e}_putAt(t,e,n){this._putObjectAt(t.pos,{key:e,value:n,hash:t.hash})}_putObjectAt(t,e){this._children.get(t)==null&&this._popCount++,this._children.set(t,e)}_delAt(t){if(t===-1)throw new Error("Invalid position");this._children.get(t)!=null&&this._popCount--,this._children.unset(t),this._level()}_level(){if(this._parent!=null&&this._popCount<=1)if(this._popCount===1){let t=this._children.find(ns);if(t!=null&&!(t instanceof I)){let e=t.hash;e.untake(this._options.bits);let n={pos:this._posAtParent,hash:e,bucket:this._parent};this._parent._putAt(n,t.key,t.value)}}else this._parent._delAt(this._posAtParent)}_at(t){return this._children.get(t)}};function ns(r){return!!r}function is(r,t){return r.key}function os(r){return r}async function Un(r,t,e){let n=[];for(let i of r._children.compactArray())if(i instanceof I)await Un(i,t,e);else{let o=await t(i);n.push({bitField:r._children.bitField(),children:o})}return await e(n)}var ss=[255,254,252,248,240,224,192,128],as=[1,3,7,15,31,63,127,255],Qt=class{constructor(t){this._value=t,this._currentBytePos=t.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(t){let e=t,n=0;for(;e>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,e),f=cs(i,o-s,s);n=(n<<s)+f,e-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(t){for(this._currentBitPos+=t;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function cs(r,t,e){let n=fs(t,e);return(r&n)>>>t}function fs(r,t){return ss[r]&as[Math.min(t+r-1,7)]}function It(r,t){t==null&&(t=r.reduce((i,o)=>i+o.length,0));let e=ct(t),n=0;for(let i of r)e.set(i,n),n+=i.length;return at(e)}function Mn(r){function t(e){return e instanceof Zt?e:new Zt(e,r)}return t}var Zt=class{constructor(t,e){if(!(t instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=t,this._hashFn=e,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(t){let e=t;for(;this._availableBits<e;)await this._produceMoreBits();let n=0;for(;e>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),e),s=i.take(o);n=(n<<o)+s,e-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(t){let e=t;for(;e>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),e);n.untake(i),e-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let t=this._depth>0?It([this._value,Uint8Array.from([this._depth])]):this._value,e=await this._hashFn(t),n=new Qt(e);this._buffers.push(n),this._availableBits+=n.availableBits()}};function Hn(r){if(r==null||r.hashFn==null)throw new Error("please define an options.hashFn");let t={bits:r.bits??8,hash:Mn(r.hashFn)};return new I(t)}var te=O(Vn(),1);function us(r){let t=new Array(4);for(let e=0;e<4;e++)t[e]=r&255,r=r>>8;return new Uint8Array(t)}var Oc=ot({name:"murmur3-32",code:35,encode:r=>us(te.default.x86.hash32(r))}),qn=ot({name:"murmur3-128",code:34,encode:r=>pt.fromHex(te.default.x64.hash128(r))}),Rc=ot({name:"murmur3-x64-64",code:34,encode:r=>pt.fromHex(te.default.x64.hash128(r)).subarray(0,8)});async function hs(r){return(await qn.encode(r)).slice(0,8).reverse()}var Gn=BigInt(34),Xe=class extends J{constructor(t,e){super(t,e),this._bucket=Hn({hashFn:hs,bits:8})}async put(t,e){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(t,e)}async get(t){return await this._bucket.get(t)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:t,value:e}of this._bucket.eachLeafSeries())yield{key:t,child:e}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=Wn(this._bucket,this,this.options),this.nodeSize)}async*flush(t){for await(let e of $n(this._bucket,t,this,this.options))yield{...e,path:this.path}}},jn=Xe;async function*$n(r,t,e,n){let i=r._children,o=[],s=0n;for(let a=0;a<i.length;a++){let l=i.get(a);if(l==null)continue;let m=a.toString(16).toUpperCase().padStart(2,"0");if(l instanceof I){let S;for await(let d of $n(l,t,null,n))S=d;if(S==null)throw new Error("Could not flush sharded directory, no subshard found");o.push({Name:m,Tsize:Number(S.size),Hash:S.cid}),s+=S.size}else if(ls(l.value)){let S=l.value,d;for await(let w of S.flush(t))d=w,yield d;if(d==null)throw new Error("Did not flush dir");let y=m+l.key;o.push({Name:y,Tsize:Number(d.size),Hash:d.cid}),s+=d.size}else{let S=l.value;if(S.cid==null)continue;let d=m+l.key,y=S.size;o.push({Name:d,Tsize:Number(y),Hash:S.cid}),s+=BigInt(y??0)}}let f=Uint8Array.from(i.bitField().reverse()),c=new P({type:"hamt-sharded-directory",data:f,fanout:BigInt(r.tableSize()),hashType:Gn,mtime:e?.mtime,mode:e?.mode}),u={Data:c.marshal(),Links:o},h=U(F(u)),p=await G(h,t,n),D=BigInt(h.byteLength)+s;yield{cid:p,unixfs:c,size:D}}function ls(r){return typeof r.flush=="function"}function Wn(r,t,e){let n=r._children,i=[];for(let c=0;c<n.length;c++){let u=n.get(c);if(u==null)continue;let h=c.toString(16).toUpperCase().padStart(2,"0");if(u instanceof I){let p=Wn(u,null,e);i.push({Name:h,Tsize:Number(p),Hash:e.cidVersion===0?Ct:Pt})}else if(typeof u.value.flush=="function"){let D=u.value.nodeSize();i.push({Name:h+u.key,Tsize:Number(D),Hash:e.cidVersion===0?Ct:Pt})}else{let p=u.value;if(p.cid==null)continue;let D=h+u.key,a=p.size;i.push({Name:D,Tsize:Number(a),Hash:p.cid})}}let o=Uint8Array.from(n.bitField().reverse()),s=new P({type:"hamt-sharded-directory",data:o,fanout:BigInt(r.tableSize()),hashType:Gn,mtime:t?.mtime,mode:t?.mode});return U(F({Data:s.marshal(),Links:i})).length}async function Qe(r,t,e,n){let i=t;t instanceof st&&t.estimateNodeSize()>e&&(i=await ds(t,n));let o=i.parent;if(o!=null){if(i!==t){if(r!=null&&(r.parent=i),i.parentKey==null)throw new Error("No parent key found");await o.put(i.parentKey,i)}return await Qe(i,o,e,n)}return i}async function ds(r,t){let e=new jn({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},t);for await(let{key:n,child:i}of r.eachChildSeries())await e.put(n,i);return e}var Jn=(r="")=>(r.trim().match(/([^\\/]|\\\/)+/g)??[]).filter(Boolean);async function ps(r,t,e){let n=Jn(r.path??""),i=n.length-1,o=t,s="";for(let f=0;f<n.length;f++){let c=n[f];s+=`${s!==""?"/":""}${c}`;let u=f===i;if(o.dirty=!0,o.cid=void 0,o.size=void 0,u)await o.put(c,r),t=await Qe(null,o,e.shardSplitThresholdBytes,e);else{let h=await o.get(c);(h==null||!(h instanceof J))&&(h=new st({root:!1,dir:!0,parent:o,parentKey:c,path:s,dirty:!0,flat:!0,mtime:h?.unixfs?.mtime,mode:h?.unixfs?.mode},e)),await o.put(c,h),o=h}}return t}async function*Kn(r,t){if(!(r instanceof J)){r.unixfs?.isDirectory()===!0&&(yield r);return}yield*r.flush(t)}function Xn(r){return async function*(e,n){let i=new st({root:!0,dir:!0,path:"",dirty:!0,flat:!0},r),o,s=!1;for await(let f of e){if(f==null)continue;let c=`${f.originalPath??""}`.split("/")[0];c!=null&&c!==""&&(o==null?(o=c,s=!0):o!==c&&(s=!1)),i=await ps(f,i,r),(f.unixfs==null||!f.unixfs.isDirectory())&&(yield f)}if(r.wrapWithDirectory||s&&i.childCount()>1)yield*Kn(i,n);else for await(let f of i.eachChildSeries())f!=null&&(yield*Kn(f.child,n))}}var Ze=O(xt(),1);var Qn=()=>async function*(t){for await(let e of t){if(e.length===void 0)throw(0,Ze.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT");if(typeof e=="string"||e instanceof String)yield Xt(e.toString());else if(Array.isArray(e))yield Uint8Array.from(e);else if(e instanceof Uint8Array)yield e;else throw(0,Ze.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}};function Zn(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}var ti=Symbol.for("@achingbrain/uint8arraylist");function Yn(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let i=e+n.byteLength;if(t<i)return{buf:n,index:t-e};e=i}throw new RangeError("index is out of bounds")}function ee(r){return!!r?.[ti]}var K=class{constructor(...t){Object.defineProperty(this,ti,{value:!0}),this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(ee(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(ee(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=Yn(this.bufs,t);return e.buf[e.index]}set(t,e){let n=Yn(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(ee(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:i}=this._subList(t,e);return It(n,i)}subarray(t,e){let{bufs:n,length:i}=this._subList(t,e);return n.length===1?n[0]:It(n,i)}sublist(t,e){let{bufs:n,length:i}=this._subList(t,e),o=new K;return o.length=i,o.bufs=n,o}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===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],f=i,c=f+s.byteLength;if(i=c,t>=c)continue;let u=t>=f&&t<c,h=e>f&&e<=c;if(u&&h){if(t===f&&e===c){n.push(s);break}let p=t-f;n.push(s.subarray(p,p+(e-t)));break}if(u){if(t===0){n.push(s);continue}n.push(s.subarray(t-f));continue}if(h){if(e===c){n.push(s);break}n.push(s.subarray(0,e-f));break}n.push(s)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!ee(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;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 f=s,c=this.byteLength-n.byteLength,u=n.byteLength-1,h;for(let p=e;p<=c;p+=h){h=0;for(let D=u;D>=0;D--){let a=this.get(p+D);if(n[D]!==a){h=Math.max(1,D-f[a]);break}}if(h===0)return p}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=ct(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let i=Q(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,e,n),this.write(i,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let i=Q(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,e,n),this.write(i,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let i=Q(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,e,n),this.write(i,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=ct(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let i=Q(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,e,n),this.write(i,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let i=Q(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,e,n),this.write(i,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let i=Q(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,e,n),this.write(i,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let i=Q(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,e,n),this.write(i,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let i=Q(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,e,n),this.write(i,t)}equals(t){if(t==null||!(t instanceof K)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!Zn(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new K;return n.bufs=t,e==null&&(e=t.reduce((i,o)=>i+o.byteLength,0)),n.length=e,n}};var ms=262144,ei=(r={})=>{let t=r.chunkSize??ms;return async function*(n){let i=new K,o=0,s=!1;for await(let f of n)for(i.append(f),o+=f.length;o>=t;)if(yield i.slice(0,t),s=!0,t===i.length)i=new K,o=0;else{let c=new K;c.append(i.sublist(t)),i=c,o-=t}(!s||o>0)&&(yield i.subarray(0,o))}};var ys=174;function Ye(r){let t=r?.maxChildrenPerNode??ys;return async function e(n,i){let o=[];for await(let s of ft(n,t))o.push(await i(s));return o.length>1?await e(o,i):o[0]}}function ri(r){return async function*(e,n){for await(let i of e.content)yield async()=>{r.progress?.(i.length,e.path);let o,s={codec:Nt,cidVersion:r.cidVersion};return r.rawLeaves?(s.codec=zt,s.cidVersion=1):(o=new P({type:r.leafType,data:i}),i=U({Data:o.marshal(),Links:[]})),{cid:await G(i,n,s),unixfs:o,size:BigInt(i.length)}}}}async function re(r){for await(let t of r)return t}var tr=O(xt(),1);async function*er(r,t,e={}){let n;Symbol.asyncIterator in r||Symbol.iterator in r?n=r:n=[r];let i=e.wrapWithDirectory??!1,o=e.shardSplitThresholdBytes??262144,s=e.cidVersion??1,f=e.rawLeaves??!0,c=e.leafType??"file",u=e.fileImportConcurrency??50,h=e.blockWriteConcurrency??10,p=e.reduceSingleLeafToSelf??!0,D=e.chunker??ei(),a=e.chunkValidator??Qn(),l=e.dagBuilder??Sn({chunker:D,chunkValidator:a,wrapWithDirectory:i,layout:e.layout??Ye(),bufferImporter:e.bufferImporter??ri({cidVersion:s,rawLeaves:f,leafType:c,progress:e.progress}),blockWriteConcurrency:h,reduceSingleLeafToSelf:p,cidVersion:s}),m=e.treeBuilder??Xn({wrapWithDirectory:i,shardSplitThresholdBytes:o,cidVersion:s});for await(let S of m(bt(l(n,t),u),t))yield{cid:S.cid,path:S.path,unixfs:S.unixfs,size:S.size}}async function rr(r,t,e={}){let n=await re(er([r],t,e));if(n==null)throw(0,tr.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function gs(r,t,e={}){let n=await re(er([r],t,e));if(n==null)throw(0,tr.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function ws(r,t,e={}){return await rr({content:r},t,e)}async function bs(r,t,e={}){return await rr({content:r},t,e)}return ci(xs);})();
|
|
3
3
|
return IpfsUnixfsImporter}));
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { Directory, InProgressImportResult } from '../index.js';
|
|
2
|
-
import type { Blockstore } from 'interface-blockstore';
|
|
1
|
+
import type { Directory, InProgressImportResult, Blockstore } from '../index.js';
|
|
3
2
|
import type { Version } from 'multiformats/cid';
|
|
4
3
|
export interface DirBuilderOptions {
|
|
5
4
|
cidVersion: Version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dir.d.ts","sourceRoot":"","sources":["../../../src/dag-builder/dir.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,
|
|
1
|
+
{"version":3,"file":"dir.d.ts","sourceRoot":"","sources":["../../../src/dag-builder/dir.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAE/C,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB;AAED,eAAO,MAAM,UAAU,QAAe,SAAS,cAAc,UAAU,WAAW,iBAAiB,KAAG,QAAQ,sBAAsB,CAkBnI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dir.js","sourceRoot":"","sources":["../../../src/dag-builder/dir.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAC7C,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"dir.js","sourceRoot":"","sources":["../../../src/dag-builder/dir.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAC7C,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAS9C,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,EAAE,GAAc,EAAE,UAAsB,EAAE,OAA0B,EAAmC,EAAE;IACtI,MAAM,MAAM,GAAG,IAAI,MAAM,CAAC;QACxB,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,GAAG,CAAC,KAAK;QAChB,IAAI,EAAE,GAAG,CAAC,IAAI;KACf,CAAC,CAAA;IAEF,MAAM,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAA;IAC1D,MAAM,GAAG,GAAG,MAAM,OAAO,CAAC,MAAM,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;IACtD,MAAM,IAAI,GAAG,GAAG,CAAC,IAAI,CAAA;IAErB,OAAO;QACL,GAAG;QACH,IAAI;QACJ,MAAM;QACN,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC;QAC3B,YAAY,EAAE,GAAG,CAAC,YAAY;KAC/B,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { BufferImporter, File, InProgressImportResult } from '../index.js';
|
|
2
|
-
import type { Blockstore } from 'interface-blockstore';
|
|
1
|
+
import type { BufferImporter, File, InProgressImportResult, Blockstore } from '../index.js';
|
|
3
2
|
import type { FileLayout } from '../layout/index.js';
|
|
4
3
|
import type { Version } from 'multiformats/cid';
|
|
5
4
|
interface BuildFileBatchOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../src/dag-builder/file.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,sBAAsB,EAAE,
|
|
1
|
+
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../src/dag-builder/file.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC3F,OAAO,KAAK,EAAE,UAAU,EAAW,MAAM,oBAAoB,CAAA;AAC7D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAE/C,UAAU,qBAAqB;IAC7B,cAAc,EAAE,cAAc,CAAA;IAC9B,qBAAqB,EAAE,MAAM,CAAA;CAC9B;AA0BD,UAAU,aAAa;IACrB,sBAAsB,EAAE,OAAO,CAAA;IAC/B,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB;AAyHD,MAAM,WAAW,kBAAmB,SAAQ,qBAAqB,EAAE,aAAa;IAC9E,MAAM,EAAE,UAAU,CAAA;CACnB;AAED,eAAO,MAAM,WAAW,SAAgB,IAAI,SAAS,UAAU,WAAW,kBAAkB,KAAG,QAAQ,sBAAsB,CAE5H,CAAA"}
|
|
@@ -28,9 +28,9 @@ const reduce = (file, blockstore, options) => {
|
|
|
28
28
|
if (leaves.length === 1 && leaves[0]?.single === true && options.reduceSingleLeafToSelf) {
|
|
29
29
|
const leaf = leaves[0];
|
|
30
30
|
if (file.mtime !== undefined || file.mode !== undefined) {
|
|
31
|
-
// only one leaf node which is a
|
|
31
|
+
// only one leaf node which is a raw leaf - we have metadata so convert it into a
|
|
32
32
|
// UnixFS entry otherwise we'll have nowhere to store the metadata
|
|
33
|
-
let buffer = await blockstore.get(leaf.cid);
|
|
33
|
+
let buffer = await blockstore.get(leaf.cid, options);
|
|
34
34
|
leaf.unixfs = new UnixFS({
|
|
35
35
|
type: 'file',
|
|
36
36
|
mtime: file.mtime,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../../src/dag-builder/file.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAC7C,OAAO,EAAE,MAAM,EAAU,OAAO,EAAE,MAAM,cAAc,CAAA;AACtD,OAAO,aAAa,MAAM,mBAAmB,CAAA;AAC7C,OAAO,KAAK,QAAQ,MAAM,yBAAyB,CAAA;
|
|
1
|
+
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../../src/dag-builder/file.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAC7C,OAAO,EAAE,MAAM,EAAU,OAAO,EAAE,MAAM,cAAc,CAAA;AACtD,OAAO,aAAa,MAAM,mBAAmB,CAAA;AAC7C,OAAO,KAAK,QAAQ,MAAM,yBAAyB,CAAA;AAUnD,KAAK,SAAU,CAAC,CAAC,cAAc,CAAE,IAAU,EAAE,UAAsB,EAAE,OAA8B;IACjG,IAAI,KAAK,GAAG,CAAC,CAAC,CAAA;IACd,IAAI,QAA4C,CAAA;IAEhD,IAAI,KAAK,EAAE,MAAM,KAAK,IAAI,aAAa,CAAC,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,UAAU,CAAC,EAAE,OAAO,CAAC,qBAAqB,CAAC,EAAE;QAChH,KAAK,EAAE,CAAA;QAEP,IAAI,KAAK,KAAK,CAAC,EAAE;YACf,QAAQ,GAAG,KAAK,CAAA;YAChB,SAAQ;SACT;aAAM,IAAI,KAAK,KAAK,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,EAAE;YAC5C,MAAM,QAAQ,CAAA;YACd,QAAQ,GAAG,SAAS,CAAA;SACrB;QAED,MAAM,KAAK,CAAA;KACZ;IAED,IAAI,QAAQ,IAAI,IAAI,EAAE;QACpB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAA;QACtB,MAAM,QAAQ,CAAA;KACf;AACH,CAAC;AAQD,MAAM,MAAM,GAAG,CAAC,IAAU,EAAE,UAAsB,EAAE,OAAsB,EAAW,EAAE;IACrF,MAAM,OAAO,GAAY,KAAK,WAAW,MAAM;QAC7C,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,IAAI,OAAO,CAAC,sBAAsB,EAAE;YACvF,MAAM,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,CAAA;YAEtB,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE;gBACvD,iFAAiF;gBACjF,kEAAkE;gBAClE,IAAI,MAAM,GAAG,MAAM,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,CAAA;gBAEpD,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC;oBACvB,IAAI,EAAE,MAAM;oBACZ,KAAK,EAAE,IAAI,CAAC,KAAK;oBACjB,IAAI,EAAE,IAAI,CAAC,IAAI;oBACf,IAAI,EAAE,MAAM;iBACb,CAAC,CAAA;gBAEF,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAA;gBAEzD,yEAAyE;gBACzE,oEAAoE;gBACpE,sEAAsE;gBACtE,+CAA+C;gBAC/C,wDAAwD;gBACxD,aAAa;gBACb,qBAAqB;gBACrB,uBAAuB;gBACvB,sBAAsB;gBACtB,aAAa;gBACb,MAAM;gBACN,2BAA2B;gBAC3B,0BAA0B;gBAC1B,eAAe;gBACf,QAAQ;gBACR,eAAe;gBACf,2DAA2D;gBAC3D,MAAM;gBACN,IAAI;gBACJ,IAAI,CAAC,GAAG,GAAG,MAAM,OAAO,CAAC,MAAM,EAAE,UAAU,EAAE;oBAC3C,GAAG,OAAO;oBACV,UAAU,EAAE,OAAO,CAAC,UAAU;iBAC/B,CAAC,CAAA;gBACF,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAA;aAClC;YAED,OAAO;gBACL,GAAG,EAAE,IAAI,CAAC,GAAG;gBACb,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,MAAM,EAAE,IAAI,CAAC,MAAM;gBACnB,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,YAAY,EAAE,IAAI,CAAC,YAAY;aAChC,CAAA;SACF;QAED,8CAA8C;QAC9C,MAAM,CAAC,GAAG,IAAI,MAAM,CAAC;YACnB,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,IAAI,EAAE,IAAI,CAAC,IAAI;SAChB,CAAC,CAAA;QAEF,MAAM,KAAK,GAAa,MAAM;aAC3B,MAAM,CAAC,IAAI,CAAC,EAAE;YACb,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,GAAG,CAAC,EAAE;gBACpD,OAAO,IAAI,CAAA;aACZ;YAED,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,GAAG,EAAE,EAAE;gBACtF,OAAO,IAAI,CAAA;aACZ;YAED,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,CAAA;QAC3C,CAAC,CAAC;aACD,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACZ,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,EAAE;gBACnC,wBAAwB;gBACxB,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;gBAEzB,OAAO;oBACL,IAAI,EAAE,EAAE;oBACR,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;oBACxB,IAAI,EAAE,IAAI,CAAC,GAAG;iBACf,CAAA;aACF;YAED,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE;gBACvD,+BAA+B;gBAC/B,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAA;aAC9C;iBAAM;gBACL,oCAAoC;gBACpC,CAAC,CAAC,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAA;aAChD;YAED,OAAO;gBACL,IAAI,EAAE,EAAE;gBACR,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;gBACxB,IAAI,EAAE,IAAI,CAAC,GAAG;aACf,CAAA;QACH,CAAC,CAAC,CAAA;QAEJ,MAAM,IAAI,GAAG;YACX,IAAI,EAAE,CAAC,CAAC,OAAO,EAAE;YACjB,KAAK,EAAE,KAAK;SACb,CAAA;QACD,MAAM,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAA;QACpC,MAAM,GAAG,GAAG,MAAM,OAAO,CAAC,MAAM,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;QAEtD,OAAO;YACL,GAAG;YACH,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,MAAM,EAAE,CAAC;YACT,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAC1F,YAAY,EAAE,IAAI,CAAC,YAAY;SAChC,CAAA;IACH,CAAC,CAAA;IAED,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA;AAMD,MAAM,CAAC,MAAM,WAAW,GAAG,KAAK,EAAE,IAAU,EAAE,KAAiB,EAAE,OAA2B,EAAmC,EAAE;IAC/H,OAAO,MAAM,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,KAAK,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAA;AACjG,CAAC,CAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DirBuilderOptions } from './dir.js';
|
|
2
2
|
import { FileBuilderOptions } from './file.js';
|
|
3
|
-
import type { ImportCandidate, InProgressImportResult } from '../index.js';
|
|
4
|
-
import type { Blockstore } from 'interface-blockstore';
|
|
3
|
+
import type { ImportCandidate, InProgressImportResult, Blockstore } from '../index.js';
|
|
5
4
|
import type { ChunkValidator } from './validate-chunks.js';
|
|
6
5
|
import type { Chunker } from '../chunker/index.js';
|
|
7
6
|
export interface DagBuilderOptions extends FileBuilderOptions, DirBuilderOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dag-builder/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,iBAAiB,EAAE,MAAM,UAAU,CAAA;AACxD,OAAO,EAAe,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE3D,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dag-builder/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,iBAAiB,EAAE,MAAM,UAAU,CAAA;AACxD,OAAO,EAAe,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE3D,OAAO,KAAK,EAAkC,eAAe,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AACtH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AA8BlD,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,EAAE,iBAAiB;IAC9E,OAAO,EAAE,OAAO,CAAA;IAChB,cAAc,EAAE,cAAc,CAAA;IAC9B,iBAAiB,EAAE,OAAO,CAAA;CAC3B;AAED,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,eAAe,CAAC,GAAG,QAAQ,CAAC,eAAe,CAAC,CAAA;AAE7F,MAAM,WAAW,UAAU;IACzB,CAAC,MAAM,EAAE,oBAAoB,EAAE,UAAU,EAAE,UAAU,GAAG,aAAa,CAAC,MAAM,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAA;CAC7G;AAED,wBAAgB,iBAAiB,CAAE,OAAO,EAAE,iBAAiB,GAAG,UAAU,CAqCzE"}
|
|
@@ -39,7 +39,7 @@ export function defaultDagBuilder(options) {
|
|
|
39
39
|
.filter(path => path != null && path !== '.')
|
|
40
40
|
.join('/');
|
|
41
41
|
}
|
|
42
|
-
if (entry
|
|
42
|
+
if (isFileCandidate(entry)) {
|
|
43
43
|
const file = {
|
|
44
44
|
path: entry.path,
|
|
45
45
|
mtime: entry.mtime,
|
|
@@ -64,4 +64,7 @@ export function defaultDagBuilder(options) {
|
|
|
64
64
|
}
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
|
+
function isFileCandidate(entry) {
|
|
68
|
+
return entry.content != null;
|
|
69
|
+
}
|
|
67
70
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dag-builder/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAqB,MAAM,UAAU,CAAA;AACxD,OAAO,EAAE,WAAW,EAAsB,MAAM,WAAW,CAAA;AAC3D,OAAO,OAAO,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dag-builder/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAqB,MAAM,UAAU,CAAA;AACxD,OAAO,EAAE,WAAW,EAAsB,MAAM,WAAW,CAAA;AAC3D,OAAO,OAAO,MAAM,UAAU,CAAA;AAK9B,SAAS,UAAU,CAAE,KAAU;IAC7B,OAAO,MAAM,CAAC,QAAQ,IAAI,KAAK,CAAA;AACjC,CAAC;AAED,SAAS,eAAe,CAAE,KAAU;IAClC,OAAO,MAAM,CAAC,aAAa,IAAI,KAAK,CAAA;AACtC,CAAC;AAED,SAAS,sBAAsB,CAAE,OAAsE;IACrG,IAAI;QACF,IAAI,OAAO,YAAY,UAAU,EAAE;YACjC,OAAO,CAAC,KAAK,SAAU,CAAC;gBACtB,MAAM,OAAO,CAAA;YACf,CAAC,EAAE,CAAC,CAAA;SACL;aAAM,IAAI,UAAU,CAAC,OAAO,CAAC,EAAE;YAC9B,OAAO,CAAC,KAAK,SAAU,CAAC;gBACtB,KAAM,CAAC,CAAC,OAAO,CAAA;YACjB,CAAC,EAAE,CAAC,CAAA;SACL;aAAM,IAAI,eAAe,CAAC,OAAO,CAAC,EAAE;YACnC,OAAO,OAAO,CAAA;SACf;KACF;IAAC,MAAM;QACN,MAAM,OAAO,CAAC,IAAI,KAAK,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAA;KACvE;IAED,MAAM,OAAO,CAAC,IAAI,KAAK,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAA;AACxE,CAAC;AAcD,MAAM,UAAU,iBAAiB,CAAE,OAA0B;IAC3D,OAAO,KAAK,SAAU,CAAC,CAAC,UAAU,CAAE,MAAM,EAAE,UAAU;QACpD,IAAI,KAAK,EAAE,MAAM,KAAK,IAAI,MAAM,EAAE;YAChC,IAAI,YAAgC,CAAA;YAEpC,IAAI,KAAK,CAAC,IAAI,IAAI,IAAI,EAAE;gBACtB,YAAY,GAAG,KAAK,CAAC,IAAI,CAAA;gBACzB,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI;qBACpB,KAAK,CAAC,GAAG,CAAC;qBACV,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,IAAI,IAAI,IAAI,IAAI,KAAK,GAAG,CAAC;qBAC5C,IAAI,CAAC,GAAG,CAAC,CAAA;aACb;YAED,IAAI,eAAe,CAAC,KAAK,CAAC,EAAE;gBAC1B,MAAM,IAAI,GAAS;oBACjB,IAAI,EAAE,KAAK,CAAC,IAAI;oBAChB,KAAK,EAAE,KAAK,CAAC,KAAK;oBAClB,IAAI,EAAE,KAAK,CAAC,IAAI;oBAChB,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACvF,YAAY;iBACb,CAAA;gBAED,MAAM,KAAK,IAAI,EAAE,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;aAC/D;iBAAM,IAAI,KAAK,CAAC,IAAI,IAAI,IAAI,EAAE;gBAC7B,MAAM,GAAG,GAAc;oBACrB,IAAI,EAAE,KAAK,CAAC,IAAI;oBAChB,KAAK,EAAE,KAAK,CAAC,KAAK;oBAClB,IAAI,EAAE,KAAK,CAAC,IAAI;oBAChB,YAAY;iBACb,CAAA;gBAED,MAAM,KAAK,IAAI,EAAE,CAAC,MAAM,UAAU,CAAC,GAAG,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;aAC7D;iBAAM;gBACL,MAAM,IAAI,KAAK,CAAC,oDAAoD,CAAC,CAAA;aACtE;SACF;IACH,CAAC,CAAA;AACH,CAAC;AAED,SAAS,eAAe,CAAE,KAAU;IAClC,OAAO,KAAK,CAAC,OAAO,IAAI,IAAI,CAAA;AAC9B,CAAC"}
|
package/dist/src/dir.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type { Blockstore } from '
|
|
1
|
+
import type { Blockstore, ImportResult, InProgressImportResult } from './index.js';
|
|
2
2
|
import type { Mtime, UnixFS } from 'ipfs-unixfs';
|
|
3
3
|
import { CID } from 'multiformats/cid';
|
|
4
|
-
import type { ImportResult, InProgressImportResult } from './index.js';
|
|
5
4
|
import type { PersistOptions } from './utils/persist.js';
|
|
6
5
|
export interface DirProps {
|
|
7
6
|
root: boolean;
|