prez-lib 4.0.3 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/prez-lib.js +581 -7372
- package/dist/prez-lib.js.map +1 -0
- package/dist/prez-lib.umd.cjs +799 -29
- package/dist/prez-lib.umd.cjs.map +1 -0
- package/dist/store.d.ts +2 -2
- package/package.json +1 -1
package/dist/prez-lib.umd.cjs
CHANGED
|
@@ -1,29 +1,799 @@
|
|
|
1
|
-
(function(
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/(function(t){const e=Kt,r=Ar,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=u,t.SlowBuffer=B,t.INSPECT_MAX_BYTES=50;const i=2147483647;t.kMaxLength=i,u.TYPED_ARRAY_SUPPORT=a(),!u.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function a(){try{const f=new Uint8Array(1),s={foo:function(){return 42}};return Object.setPrototypeOf(s,Uint8Array.prototype),Object.setPrototypeOf(f,s),f.foo()===42}catch{return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.byteOffset}});function l(f){if(f>i)throw new RangeError('The value "'+f+'" is invalid for option "size"');const s=new Uint8Array(f);return Object.setPrototypeOf(s,u.prototype),s}function u(f,s,o){if(typeof f=="number"){if(typeof s=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return x(f)}return p(f,s,o)}u.poolSize=8192;function p(f,s,o){if(typeof f=="string")return I(f,s);if(ArrayBuffer.isView(f))return R(f);if(f==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof f);if(O(f,ArrayBuffer)||f&&O(f.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(O(f,SharedArrayBuffer)||f&&O(f.buffer,SharedArrayBuffer)))return m(f,s,o);if(typeof f=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const d=f.valueOf&&f.valueOf();if(d!=null&&d!==f)return u.from(d,s,o);const b=v(f);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof f[Symbol.toPrimitive]=="function")return u.from(f[Symbol.toPrimitive]("string"),s,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof f)}u.from=function(f,s,o){return p(f,s,o)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototypeOf(u,Uint8Array);function _(f){if(typeof f!="number")throw new TypeError('"size" argument must be of type number');if(f<0)throw new RangeError('The value "'+f+'" is invalid for option "size"')}function y(f,s,o){return _(f),f<=0?l(f):s!==void 0?typeof o=="string"?l(f).fill(s,o):l(f).fill(s):l(f)}u.alloc=function(f,s,o){return y(f,s,o)};function x(f){return _(f),l(f<0?0:$(f)|0)}u.allocUnsafe=function(f){return x(f)},u.allocUnsafeSlow=function(f){return x(f)};function I(f,s){if((typeof s!="string"||s==="")&&(s="utf8"),!u.isEncoding(s))throw new TypeError("Unknown encoding: "+s);const o=T(f,s)|0;let d=l(o);const b=d.write(f,s);return b!==o&&(d=d.slice(0,b)),d}function S(f){const s=f.length<0?0:$(f.length)|0,o=l(s);for(let d=0;d<s;d+=1)o[d]=f[d]&255;return o}function R(f){if(O(f,Uint8Array)){const s=new Uint8Array(f);return m(s.buffer,s.byteOffset,s.byteLength)}return S(f)}function m(f,s,o){if(s<0||f.byteLength<s)throw new RangeError('"offset" is outside of buffer bounds');if(f.byteLength<s+(o||0))throw new RangeError('"length" is outside of buffer bounds');let d;return s===void 0&&o===void 0?d=new Uint8Array(f):o===void 0?d=new Uint8Array(f,s):d=new Uint8Array(f,s,o),Object.setPrototypeOf(d,u.prototype),d}function v(f){if(u.isBuffer(f)){const s=$(f.length)|0,o=l(s);return o.length===0||f.copy(o,0,0,s),o}if(f.length!==void 0)return typeof f.length!="number"||Le(f.length)?l(0):S(f);if(f.type==="Buffer"&&Array.isArray(f.data))return S(f.data)}function $(f){if(f>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return f|0}function B(f){return+f!=f&&(f=0),u.alloc(+f)}u.isBuffer=function(s){return s!=null&&s._isBuffer===!0&&s!==u.prototype},u.compare=function(s,o){if(O(s,Uint8Array)&&(s=u.from(s,s.offset,s.byteLength)),O(o,Uint8Array)&&(o=u.from(o,o.offset,o.byteLength)),!u.isBuffer(s)||!u.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(s===o)return 0;let d=s.length,b=o.length;for(let E=0,A=Math.min(d,b);E<A;++E)if(s[E]!==o[E]){d=s[E],b=o[E];break}return d<b?-1:b<d?1:0},u.isEncoding=function(s){switch(String(s).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(s,o){if(!Array.isArray(s))throw new TypeError('"list" argument must be an Array of Buffers');if(s.length===0)return u.alloc(0);let d;if(o===void 0)for(o=0,d=0;d<s.length;++d)o+=s[d].length;const b=u.allocUnsafe(o);let E=0;for(d=0;d<s.length;++d){let A=s[d];if(O(A,Uint8Array))E+A.length>b.length?(u.isBuffer(A)||(A=u.from(A)),A.copy(b,E)):Uint8Array.prototype.set.call(b,A,E);else if(u.isBuffer(A))A.copy(b,E);else throw new TypeError('"list" argument must be an Array of Buffers');E+=A.length}return b};function T(f,s){if(u.isBuffer(f))return f.length;if(ArrayBuffer.isView(f)||O(f,ArrayBuffer))return f.byteLength;if(typeof f!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof f);const o=f.length,d=arguments.length>2&&arguments[2]===!0;if(!d&&o===0)return 0;let b=!1;for(;;)switch(s){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return F(f).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return Y(f).length;default:if(b)return d?-1:F(f).length;s=(""+s).toLowerCase(),b=!0}}u.byteLength=T;function q(f,s,o){let d=!1;if((s===void 0||s<0)&&(s=0),s>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,s>>>=0,o<=s))return"";for(f||(f="utf8");;)switch(f){case"hex":return re(this,s,o);case"utf8":case"utf-8":return K(this,s,o);case"ascii":return ue(this,s,o);case"latin1":case"binary":return fe(this,s,o);case"base64":return P(this,s,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ce(this,s,o);default:if(d)throw new TypeError("Unknown encoding: "+f);f=(f+"").toLowerCase(),d=!0}}u.prototype._isBuffer=!0;function U(f,s,o){const d=f[s];f[s]=f[o],f[o]=d}u.prototype.swap16=function(){const s=this.length;if(s%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let o=0;o<s;o+=2)U(this,o,o+1);return this},u.prototype.swap32=function(){const s=this.length;if(s%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let o=0;o<s;o+=4)U(this,o,o+3),U(this,o+1,o+2);return this},u.prototype.swap64=function(){const s=this.length;if(s%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let o=0;o<s;o+=8)U(this,o,o+7),U(this,o+1,o+6),U(this,o+2,o+5),U(this,o+3,o+4);return this},u.prototype.toString=function(){const s=this.length;return s===0?"":arguments.length===0?K(this,0,s):q.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toString,u.prototype.equals=function(s){if(!u.isBuffer(s))throw new TypeError("Argument must be a Buffer");return this===s?!0:u.compare(this,s)===0},u.prototype.inspect=function(){let s="";const o=t.INSPECT_MAX_BYTES;return s=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(s+=" ... "),"<Buffer "+s+">"},n&&(u.prototype[n]=u.prototype.inspect),u.prototype.compare=function(s,o,d,b,E){if(O(s,Uint8Array)&&(s=u.from(s,s.offset,s.byteLength)),!u.isBuffer(s))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof s);if(o===void 0&&(o=0),d===void 0&&(d=s?s.length:0),b===void 0&&(b=0),E===void 0&&(E=this.length),o<0||d>s.length||b<0||E>this.length)throw new RangeError("out of range index");if(b>=E&&o>=d)return 0;if(b>=E)return-1;if(o>=d)return 1;if(o>>>=0,d>>>=0,b>>>=0,E>>>=0,this===s)return 0;let A=E-b,W=d-o;const ie=Math.min(A,W),J=this.slice(b,E),se=s.slice(o,d);for(let V=0;V<ie;++V)if(J[V]!==se[V]){A=J[V],W=se[V];break}return A<W?-1:W<A?1:0};function ae(f,s,o,d,b){if(f.length===0)return-1;if(typeof o=="string"?(d=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,Le(o)&&(o=b?0:f.length-1),o<0&&(o=f.length+o),o>=f.length){if(b)return-1;o=f.length-1}else if(o<0)if(b)o=0;else return-1;if(typeof s=="string"&&(s=u.from(s,d)),u.isBuffer(s))return s.length===0?-1:Ee(f,s,o,d,b);if(typeof s=="number")return s=s&255,typeof Uint8Array.prototype.indexOf=="function"?b?Uint8Array.prototype.indexOf.call(f,s,o):Uint8Array.prototype.lastIndexOf.call(f,s,o):Ee(f,[s],o,d,b);throw new TypeError("val must be string, number or Buffer")}function Ee(f,s,o,d,b){let E=1,A=f.length,W=s.length;if(d!==void 0&&(d=String(d).toLowerCase(),d==="ucs2"||d==="ucs-2"||d==="utf16le"||d==="utf-16le")){if(f.length<2||s.length<2)return-1;E=2,A/=2,W/=2,o/=2}function ie(se,V){return E===1?se[V]:se.readUInt16BE(V*E)}let J;if(b){let se=-1;for(J=o;J<A;J++)if(ie(f,J)===ie(s,se===-1?0:J-se)){if(se===-1&&(se=J),J-se+1===W)return se*E}else se!==-1&&(J-=J-se),se=-1}else for(o+W>A&&(o=A-W),J=o;J>=0;J--){let se=!0;for(let V=0;V<W;V++)if(ie(f,J+V)!==ie(s,V)){se=!1;break}if(se)return J}return-1}u.prototype.includes=function(s,o,d){return this.indexOf(s,o,d)!==-1},u.prototype.indexOf=function(s,o,d){return ae(this,s,o,d,!0)},u.prototype.lastIndexOf=function(s,o,d){return ae(this,s,o,d,!1)};function ee(f,s,o,d){o=Number(o)||0;const b=f.length-o;d?(d=Number(d),d>b&&(d=b)):d=b;const E=s.length;d>E/2&&(d=E/2);let A;for(A=0;A<d;++A){const W=parseInt(s.substr(A*2,2),16);if(Le(W))return A;f[o+A]=W}return A}function le(f,s,o,d){return Re(F(s,f.length-o),f,o,d)}function ge(f,s,o,d){return Re(Z(s),f,o,d)}function we(f,s,o,d){return Re(Y(s),f,o,d)}function Q(f,s,o,d){return Re(te(s,f.length-o),f,o,d)}u.prototype.write=function(s,o,d,b){if(o===void 0)b="utf8",d=this.length,o=0;else if(d===void 0&&typeof o=="string")b=o,d=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(d)?(d=d>>>0,b===void 0&&(b="utf8")):(b=d,d=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const E=this.length-o;if((d===void 0||d>E)&&(d=E),s.length>0&&(d<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");b||(b="utf8");let A=!1;for(;;)switch(b){case"hex":return ee(this,s,o,d);case"utf8":case"utf-8":return le(this,s,o,d);case"ascii":case"latin1":case"binary":return ge(this,s,o,d);case"base64":return we(this,s,o,d);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Q(this,s,o,d);default:if(A)throw new TypeError("Unknown encoding: "+b);b=(""+b).toLowerCase(),A=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function P(f,s,o){return s===0&&o===f.length?e.fromByteArray(f):e.fromByteArray(f.slice(s,o))}function K(f,s,o){o=Math.min(f.length,o);const d=[];let b=s;for(;b<o;){const E=f[b];let A=null,W=E>239?4:E>223?3:E>191?2:1;if(b+W<=o){let ie,J,se,V;switch(W){case 1:E<128&&(A=E);break;case 2:ie=f[b+1],(ie&192)===128&&(V=(E&31)<<6|ie&63,V>127&&(A=V));break;case 3:ie=f[b+1],J=f[b+2],(ie&192)===128&&(J&192)===128&&(V=(E&15)<<12|(ie&63)<<6|J&63,V>2047&&(V<55296||V>57343)&&(A=V));break;case 4:ie=f[b+1],J=f[b+2],se=f[b+3],(ie&192)===128&&(J&192)===128&&(se&192)===128&&(V=(E&15)<<18|(ie&63)<<12|(J&63)<<6|se&63,V>65535&&V<1114112&&(A=V))}}A===null?(A=65533,W=1):A>65535&&(A-=65536,d.push(A>>>10&1023|55296),A=56320|A&1023),d.push(A),b+=W}return H(d)}const G=4096;function H(f){const s=f.length;if(s<=G)return String.fromCharCode.apply(String,f);let o="",d=0;for(;d<s;)o+=String.fromCharCode.apply(String,f.slice(d,d+=G));return o}function ue(f,s,o){let d="";o=Math.min(f.length,o);for(let b=s;b<o;++b)d+=String.fromCharCode(f[b]&127);return d}function fe(f,s,o){let d="";o=Math.min(f.length,o);for(let b=s;b<o;++b)d+=String.fromCharCode(f[b]);return d}function re(f,s,o){const d=f.length;(!s||s<0)&&(s=0),(!o||o<0||o>d)&&(o=d);let b="";for(let E=s;E<o;++E)b+=Qt[f[E]];return b}function ce(f,s,o){const d=f.slice(s,o);let b="";for(let E=0;E<d.length-1;E+=2)b+=String.fromCharCode(d[E]+d[E+1]*256);return b}u.prototype.slice=function(s,o){const d=this.length;s=~~s,o=o===void 0?d:~~o,s<0?(s+=d,s<0&&(s=0)):s>d&&(s=d),o<0?(o+=d,o<0&&(o=0)):o>d&&(o=d),o<s&&(o=s);const b=this.subarray(s,o);return Object.setPrototypeOf(b,u.prototype),b};function D(f,s,o){if(f%1!==0||f<0)throw new RangeError("offset is not uint");if(f+s>o)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(s,o,d){s=s>>>0,o=o>>>0,d||D(s,o,this.length);let b=this[s],E=1,A=0;for(;++A<o&&(E*=256);)b+=this[s+A]*E;return b},u.prototype.readUintBE=u.prototype.readUIntBE=function(s,o,d){s=s>>>0,o=o>>>0,d||D(s,o,this.length);let b=this[s+--o],E=1;for(;o>0&&(E*=256);)b+=this[s+--o]*E;return b},u.prototype.readUint8=u.prototype.readUInt8=function(s,o){return s=s>>>0,o||D(s,1,this.length),this[s]},u.prototype.readUint16LE=u.prototype.readUInt16LE=function(s,o){return s=s>>>0,o||D(s,2,this.length),this[s]|this[s+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(s,o){return s=s>>>0,o||D(s,2,this.length),this[s]<<8|this[s+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(s,o){return s=s>>>0,o||D(s,4,this.length),(this[s]|this[s+1]<<8|this[s+2]<<16)+this[s+3]*16777216},u.prototype.readUint32BE=u.prototype.readUInt32BE=function(s,o){return s=s>>>0,o||D(s,4,this.length),this[s]*16777216+(this[s+1]<<16|this[s+2]<<8|this[s+3])},u.prototype.readBigUInt64LE=Ge(function(s){s=s>>>0,g(s,"offset");const o=this[s],d=this[s+7];(o===void 0||d===void 0)&&w(s,this.length-8);const b=o+this[++s]*2**8+this[++s]*2**16+this[++s]*2**24,E=this[++s]+this[++s]*2**8+this[++s]*2**16+d*2**24;return BigInt(b)+(BigInt(E)<<BigInt(32))}),u.prototype.readBigUInt64BE=Ge(function(s){s=s>>>0,g(s,"offset");const o=this[s],d=this[s+7];(o===void 0||d===void 0)&&w(s,this.length-8);const b=o*2**24+this[++s]*2**16+this[++s]*2**8+this[++s],E=this[++s]*2**24+this[++s]*2**16+this[++s]*2**8+d;return(BigInt(b)<<BigInt(32))+BigInt(E)}),u.prototype.readIntLE=function(s,o,d){s=s>>>0,o=o>>>0,d||D(s,o,this.length);let b=this[s],E=1,A=0;for(;++A<o&&(E*=256);)b+=this[s+A]*E;return E*=128,b>=E&&(b-=Math.pow(2,8*o)),b},u.prototype.readIntBE=function(s,o,d){s=s>>>0,o=o>>>0,d||D(s,o,this.length);let b=o,E=1,A=this[s+--b];for(;b>0&&(E*=256);)A+=this[s+--b]*E;return E*=128,A>=E&&(A-=Math.pow(2,8*o)),A},u.prototype.readInt8=function(s,o){return s=s>>>0,o||D(s,1,this.length),this[s]&128?(255-this[s]+1)*-1:this[s]},u.prototype.readInt16LE=function(s,o){s=s>>>0,o||D(s,2,this.length);const d=this[s]|this[s+1]<<8;return d&32768?d|4294901760:d},u.prototype.readInt16BE=function(s,o){s=s>>>0,o||D(s,2,this.length);const d=this[s+1]|this[s]<<8;return d&32768?d|4294901760:d},u.prototype.readInt32LE=function(s,o){return s=s>>>0,o||D(s,4,this.length),this[s]|this[s+1]<<8|this[s+2]<<16|this[s+3]<<24},u.prototype.readInt32BE=function(s,o){return s=s>>>0,o||D(s,4,this.length),this[s]<<24|this[s+1]<<16|this[s+2]<<8|this[s+3]},u.prototype.readBigInt64LE=Ge(function(s){s=s>>>0,g(s,"offset");const o=this[s],d=this[s+7];(o===void 0||d===void 0)&&w(s,this.length-8);const b=this[s+4]+this[s+5]*2**8+this[s+6]*2**16+(d<<24);return(BigInt(b)<<BigInt(32))+BigInt(o+this[++s]*2**8+this[++s]*2**16+this[++s]*2**24)}),u.prototype.readBigInt64BE=Ge(function(s){s=s>>>0,g(s,"offset");const o=this[s],d=this[s+7];(o===void 0||d===void 0)&&w(s,this.length-8);const b=(o<<24)+this[++s]*2**16+this[++s]*2**8+this[++s];return(BigInt(b)<<BigInt(32))+BigInt(this[++s]*2**24+this[++s]*2**16+this[++s]*2**8+d)}),u.prototype.readFloatLE=function(s,o){return s=s>>>0,o||D(s,4,this.length),r.read(this,s,!0,23,4)},u.prototype.readFloatBE=function(s,o){return s=s>>>0,o||D(s,4,this.length),r.read(this,s,!1,23,4)},u.prototype.readDoubleLE=function(s,o){return s=s>>>0,o||D(s,8,this.length),r.read(this,s,!0,52,8)},u.prototype.readDoubleBE=function(s,o){return s=s>>>0,o||D(s,8,this.length),r.read(this,s,!1,52,8)};function ne(f,s,o,d,b,E){if(!u.isBuffer(f))throw new TypeError('"buffer" argument must be a Buffer instance');if(s>b||s<E)throw new RangeError('"value" argument is out of bounds');if(o+d>f.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(s,o,d,b){if(s=+s,o=o>>>0,d=d>>>0,!b){const W=Math.pow(2,8*d)-1;ne(this,s,o,d,W,0)}let E=1,A=0;for(this[o]=s&255;++A<d&&(E*=256);)this[o+A]=s/E&255;return o+d},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(s,o,d,b){if(s=+s,o=o>>>0,d=d>>>0,!b){const W=Math.pow(2,8*d)-1;ne(this,s,o,d,W,0)}let E=d-1,A=1;for(this[o+E]=s&255;--E>=0&&(A*=256);)this[o+E]=s/A&255;return o+d},u.prototype.writeUint8=u.prototype.writeUInt8=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,1,255,0),this[o]=s&255,o+1},u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,2,65535,0),this[o]=s&255,this[o+1]=s>>>8,o+2},u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,2,65535,0),this[o]=s>>>8,this[o+1]=s&255,o+2},u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,4,4294967295,0),this[o+3]=s>>>24,this[o+2]=s>>>16,this[o+1]=s>>>8,this[o]=s&255,o+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,4,4294967295,0),this[o]=s>>>24,this[o+1]=s>>>16,this[o+2]=s>>>8,this[o+3]=s&255,o+4};function M(f,s,o,d,b){rt(s,d,b,f,o,7);let E=Number(s&BigInt(4294967295));f[o++]=E,E=E>>8,f[o++]=E,E=E>>8,f[o++]=E,E=E>>8,f[o++]=E;let A=Number(s>>BigInt(32)&BigInt(4294967295));return f[o++]=A,A=A>>8,f[o++]=A,A=A>>8,f[o++]=A,A=A>>8,f[o++]=A,o}function he(f,s,o,d,b){rt(s,d,b,f,o,7);let E=Number(s&BigInt(4294967295));f[o+7]=E,E=E>>8,f[o+6]=E,E=E>>8,f[o+5]=E,E=E>>8,f[o+4]=E;let A=Number(s>>BigInt(32)&BigInt(4294967295));return f[o+3]=A,A=A>>8,f[o+2]=A,A=A>>8,f[o+1]=A,A=A>>8,f[o]=A,o+8}u.prototype.writeBigUInt64LE=Ge(function(s,o=0){return M(this,s,o,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeBigUInt64BE=Ge(function(s,o=0){return he(this,s,o,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeIntLE=function(s,o,d,b){if(s=+s,o=o>>>0,!b){const ie=Math.pow(2,8*d-1);ne(this,s,o,d,ie-1,-ie)}let E=0,A=1,W=0;for(this[o]=s&255;++E<d&&(A*=256);)s<0&&W===0&&this[o+E-1]!==0&&(W=1),this[o+E]=(s/A>>0)-W&255;return o+d},u.prototype.writeIntBE=function(s,o,d,b){if(s=+s,o=o>>>0,!b){const ie=Math.pow(2,8*d-1);ne(this,s,o,d,ie-1,-ie)}let E=d-1,A=1,W=0;for(this[o+E]=s&255;--E>=0&&(A*=256);)s<0&&W===0&&this[o+E+1]!==0&&(W=1),this[o+E]=(s/A>>0)-W&255;return o+d},u.prototype.writeInt8=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,1,127,-128),s<0&&(s=255+s+1),this[o]=s&255,o+1},u.prototype.writeInt16LE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,2,32767,-32768),this[o]=s&255,this[o+1]=s>>>8,o+2},u.prototype.writeInt16BE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,2,32767,-32768),this[o]=s>>>8,this[o+1]=s&255,o+2},u.prototype.writeInt32LE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,4,2147483647,-2147483648),this[o]=s&255,this[o+1]=s>>>8,this[o+2]=s>>>16,this[o+3]=s>>>24,o+4},u.prototype.writeInt32BE=function(s,o,d){return s=+s,o=o>>>0,d||ne(this,s,o,4,2147483647,-2147483648),s<0&&(s=4294967295+s+1),this[o]=s>>>24,this[o+1]=s>>>16,this[o+2]=s>>>8,this[o+3]=s&255,o+4},u.prototype.writeBigInt64LE=Ge(function(s,o=0){return M(this,s,o,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeBigInt64BE=Ge(function(s,o=0){return he(this,s,o,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Te(f,s,o,d,b,E){if(o+d>f.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function tt(f,s,o,d,b){return s=+s,o=o>>>0,b||Te(f,s,o,4),r.write(f,s,o,d,23,4),o+4}u.prototype.writeFloatLE=function(s,o,d){return tt(this,s,o,!0,d)},u.prototype.writeFloatBE=function(s,o,d){return tt(this,s,o,!1,d)};function Ke(f,s,o,d,b){return s=+s,o=o>>>0,b||Te(f,s,o,8),r.write(f,s,o,d,52,8),o+8}u.prototype.writeDoubleLE=function(s,o,d){return Ke(this,s,o,!0,d)},u.prototype.writeDoubleBE=function(s,o,d){return Ke(this,s,o,!1,d)},u.prototype.copy=function(s,o,d,b){if(!u.isBuffer(s))throw new TypeError("argument should be a Buffer");if(d||(d=0),!b&&b!==0&&(b=this.length),o>=s.length&&(o=s.length),o||(o=0),b>0&&b<d&&(b=d),b===d||s.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(d<0||d>=this.length)throw new RangeError("Index out of range");if(b<0)throw new RangeError("sourceEnd out of bounds");b>this.length&&(b=this.length),s.length-o<b-d&&(b=s.length-o+d);const E=b-d;return this===s&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,d,b):Uint8Array.prototype.set.call(s,this.subarray(d,b),o),E},u.prototype.fill=function(s,o,d,b){if(typeof s=="string"){if(typeof o=="string"?(b=o,o=0,d=this.length):typeof d=="string"&&(b=d,d=this.length),b!==void 0&&typeof b!="string")throw new TypeError("encoding must be a string");if(typeof b=="string"&&!u.isEncoding(b))throw new TypeError("Unknown encoding: "+b);if(s.length===1){const A=s.charCodeAt(0);(b==="utf8"&&A<128||b==="latin1")&&(s=A)}}else typeof s=="number"?s=s&255:typeof s=="boolean"&&(s=Number(s));if(o<0||this.length<o||this.length<d)throw new RangeError("Out of range index");if(d<=o)return this;o=o>>>0,d=d===void 0?this.length:d>>>0,s||(s=0);let E;if(typeof s=="number")for(E=o;E<d;++E)this[E]=s;else{const A=u.isBuffer(s)?s:u.from(s,b),W=A.length;if(W===0)throw new TypeError('The value "'+s+'" is invalid for argument "value"');for(E=0;E<d-o;++E)this[E+o]=A[E%W]}return this};const je={};function Ye(f,s,o){je[f]=class extends o{constructor(){super(),Object.defineProperty(this,"message",{value:s.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${f}]`,this.stack,delete this.name}get code(){return f}set code(b){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:b,writable:!0})}toString(){return`${this.name} [${f}]: ${this.message}`}}}Ye("ERR_BUFFER_OUT_OF_BOUNDS",function(f){return f?`${f} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Ye("ERR_INVALID_ARG_TYPE",function(f,s){return`The "${f}" argument must be of type number. Received type ${typeof s}`},TypeError),Ye("ERR_OUT_OF_RANGE",function(f,s,o){let d=`The value of "${f}" is out of range.`,b=o;return Number.isInteger(o)&&Math.abs(o)>2**32?b=Pt(String(o)):typeof o=="bigint"&&(b=String(o),(o>BigInt(2)**BigInt(32)||o<-(BigInt(2)**BigInt(32)))&&(b=Pt(b)),b+="n"),d+=` It must be ${s}. Received ${b}`,d},RangeError);function Pt(f){let s="",o=f.length;const d=f[0]==="-"?1:0;for(;o>=d+4;o-=3)s=`_${f.slice(o-3,o)}${s}`;return`${f.slice(0,o)}${s}`}function _t(f,s,o){g(s,"offset"),(f[s]===void 0||f[s+o]===void 0)&&w(s,f.length-(o+1))}function rt(f,s,o,d,b,E){if(f>o||f<s){const A=typeof s=="bigint"?"n":"";let W;throw s===0||s===BigInt(0)?W=`>= 0${A} and < 2${A} ** ${(E+1)*8}${A}`:W=`>= -(2${A} ** ${(E+1)*8-1}${A}) and < 2 ** ${(E+1)*8-1}${A}`,new je.ERR_OUT_OF_RANGE("value",W,f)}_t(d,b,E)}function g(f,s){if(typeof f!="number")throw new je.ERR_INVALID_ARG_TYPE(s,"number",f)}function w(f,s,o){throw Math.floor(f)!==f?(g(f,o),new je.ERR_OUT_OF_RANGE("offset","an integer",f)):s<0?new je.ERR_BUFFER_OUT_OF_BOUNDS:new je.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${s}`,f)}const N=/[^+/0-9A-Za-z-_]/g;function C(f){if(f=f.split("=")[0],f=f.trim().replace(N,""),f.length<2)return"";for(;f.length%4!==0;)f=f+"=";return f}function F(f,s){s=s||1/0;let o;const d=f.length;let b=null;const E=[];for(let A=0;A<d;++A){if(o=f.charCodeAt(A),o>55295&&o<57344){if(!b){if(o>56319){(s-=3)>-1&&E.push(239,191,189);continue}else if(A+1===d){(s-=3)>-1&&E.push(239,191,189);continue}b=o;continue}if(o<56320){(s-=3)>-1&&E.push(239,191,189),b=o;continue}o=(b-55296<<10|o-56320)+65536}else b&&(s-=3)>-1&&E.push(239,191,189);if(b=null,o<128){if((s-=1)<0)break;E.push(o)}else if(o<2048){if((s-=2)<0)break;E.push(o>>6|192,o&63|128)}else if(o<65536){if((s-=3)<0)break;E.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((s-=4)<0)break;E.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return E}function Z(f){const s=[];for(let o=0;o<f.length;++o)s.push(f.charCodeAt(o)&255);return s}function te(f,s){let o,d,b;const E=[];for(let A=0;A<f.length&&!((s-=2)<0);++A)o=f.charCodeAt(A),d=o>>8,b=o%256,E.push(b),E.push(d);return E}function Y(f){return e.toByteArray(C(f))}function Re(f,s,o,d){let b;for(b=0;b<d&&!(b+o>=s.length||b>=f.length);++b)s[b+o]=f[b];return b}function O(f,s){return f instanceof s||f!=null&&f.constructor!=null&&f.constructor.name!=null&&f.constructor.name===s.name}function Le(f){return f!==f}const Qt=function(){const f="0123456789abcdef",s=new Array(256);for(let o=0;o<16;++o){const d=o*16;for(let b=0;b<16;++b)s[d+b]=f[o]+f[b]}return s}();function Ge(f){return typeof BigInt>"u"?En:f}function En(){throw new Error("BigInt not supported")}})(Fe);/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */let Pn;var no=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:Qs):t=>(Pn||(Pn=Promise.resolve())).then(t).catch(e=>setTimeout(()=>{throw e},0));const io=Vs(no),jt="http://www.w3.org/1999/02/22-rdf-syntax-ns#",Lt="http://www.w3.org/2001/XMLSchema#",Yt="http://www.w3.org/2000/10/swap/",_e={xsd:{decimal:`${Lt}decimal`,boolean:`${Lt}boolean`,double:`${Lt}double`,integer:`${Lt}integer`,string:`${Lt}string`},rdf:{type:`${jt}type`,nil:`${jt}nil`,first:`${jt}first`,rest:`${jt}rest`,langString:`${jt}langString`},owl:{sameAs:"http://www.w3.org/2002/07/owl#sameAs"},r:{forSome:`${Yt}reify#forSome`,forAll:`${Yt}reify#forAll`},log:{implies:`${Yt}log#implies`,isImpliedBy:`${Yt}log#isImpliedBy`}},{xsd:Xt}=_e,so=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,jn={"\\":"\\","'":"'",'"':'"',n:`
|
|
7
|
-
`,r:"\r",t:" ",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},oo=/[\x00-\x20<>\\"\{\}\|\^\`]/,ao={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},lo=/$0^/;class uo{constructor(e){if(this._iri=/^<((?:[^ <>{}\\]|\\[uU])+)>[ \t]*/,this._unescapedIri=/^<([^\x00-\x20<>\\"\{\}\|\^\`]*)>[ \t]*/,this._simpleQuotedString=/^"([^"\\\r\n]*)"(?=[^"])/,this._simpleApostropheString=/^'([^'\\\r\n]*)'(?=[^'])/,this._langcode=/^@([a-z]+(?:-[a-z0-9]+)*)(?=[^a-z0-9\-])/i,this._prefix=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:(?=[#\s<])/,this._prefixed=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:((?:(?:[0-:A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])(?:(?:[\.\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])*(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~]))?)?)(?:[ \t]+|(?=\.?[,;!\^\s#()\[\]\{\}"'<>]))/,this._variable=/^\?(?:(?:[A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?=[.,;!\^\s#()\[\]\{\}"'<>])/,this._blank=/^_:((?:[0-9A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?:[ \t]+|(?=\.?[,;:\s#()\[\]\{\}"'<>]))/,this._number=/^[\-+]?(?:(\d+\.\d*|\.?\d+)[eE][\-+]?|\d*(\.)?)\d+(?=\.?[,;:\s#()\[\]\{\}"'<>])/,this._boolean=/^(?:true|false)(?=[.,;\s#()\[\]\{\}"'<>])/,this._keyword=/^@[a-z]+(?=[\s#<:])/i,this._sparqlKeyword=/^(?:PREFIX|BASE|GRAPH)(?=[\s#<])/i,this._shortPredicates=/^a(?=[\s#()\[\]\{\}"'<>])/,this._newline=/^[ \t]*(?:#[^\n\r]*)?(?:\r\n|\n|\r)[ \t]*/,this._comment=/#([^\n\r]*)/,this._whitespace=/^[ \t]+/,this._endOfFile=/^(?:#[^\n\r]*)?$/,e=e||{},this._isImpliedBy=e.isImpliedBy,this._lineMode=!!e.lineMode){this._n3Mode=!1;for(const r in this)!(r in ao)&&this[r]instanceof RegExp&&(this[r]=lo)}else this._n3Mode=e.n3!==!1;this.comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,r){let n=this._input,i=n.length;for(;;){let u,p;for(;u=this._newline.exec(n);)this.comments&&(p=this._comment.exec(u[0]))&&a("comment",p[1],"",this._line,u[0].length),n=n.substr(u[0].length,n.length),i=n.length,this._line++;if(!u&&(u=this._whitespace.exec(n))&&(n=n.substr(u[0].length,n.length)),this._endOfFile.test(n))return r&&(this.comments&&(p=this._comment.exec(n))&&a("comment",p[1],"",this._line,n.length),n=null,a("eof","","",this._line,0)),this._input=n;const _=this._line,y=n[0];let x="",I="",S="",R=null,m=0,v=!1;switch(y){case"^":if(n.length<3)break;if(n[1]==="^"){if(this._previousMarker="^^",n=n.substr(2),n[0]!=="<"){v=!0;break}}else{this._n3Mode&&(m=1,x="^");break}case"<":if(R=this._unescapedIri.exec(n))x="IRI",I=R[1];else if(R=this._iri.exec(n)){if(I=this._unescape(R[1]),I===null||oo.test(I))return l(this);x="IRI"}else n.length>1&&n[1]==="<"?(x="<<",m=2):this._n3Mode&&n.length>1&&n[1]==="="&&(m=2,this._isImpliedBy?(x="abbreviation",I="<"):(x="inverse",I=">"));break;case">":n.length>1&&n[1]===">"&&(x=">>",m=2);break;case"_":((R=this._blank.exec(n))||r&&(R=this._blank.exec(`${n} `)))&&(x="blank",S="_",I=R[1]);break;case'"':if(R=this._simpleQuotedString.exec(n))I=R[1];else if({value:I,matchLength:m}=this._parseLiteral(n),I===null)return l(this);(R!==null||m!==0)&&(x="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(R=this._simpleApostropheString.exec(n))I=R[1];else if({value:I,matchLength:m}=this._parseLiteral(n),I===null)return l(this);(R!==null||m!==0)&&(x="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(R=this._variable.exec(n))&&(x="var",I=R[0]);break;case"@":this._previousMarker==="literal"&&(R=this._langcode.exec(n))?(x="langcode",I=R[1]):(R=this._keyword.exec(n))&&(x=R[0]);break;case".":if(n.length===1?r:n[1]<"0"||n[1]>"9"){x=".",m=1;break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"-":(R=this._number.exec(n)||r&&(R=this._number.exec(`${n} `)))&&(x="literal",I=R[0],S=typeof R[1]=="string"?Xt.double:typeof R[2]=="string"?Xt.decimal:Xt.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(R=this._sparqlKeyword.exec(n))?x=R[0].toUpperCase():v=!0;break;case"f":case"t":(R=this._boolean.exec(n))?(x="literal",I=R[0],S=Xt.boolean):v=!0;break;case"a":(R=this._shortPredicates.exec(n))?(x="abbreviation",I="a"):v=!0;break;case"=":this._n3Mode&&n.length>1&&(x="abbreviation",n[1]!==">"?(m=1,I="="):(m=2,I=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"}":this._lineMode||(m=1,x=y);break;case"{":!this._lineMode&&n.length>=2&&(n[1]==="|"?(x="{|",m=2):(x=y,m=1));break;case"|":n.length>=2&&n[1]==="}"&&(x="|}",m=2);break;default:v=!0}if(v&&((this._previousMarker==="@prefix"||this._previousMarker==="PREFIX")&&(R=this._prefix.exec(n))?(x="prefix",I=R[1]||""):((R=this._prefixed.exec(n))||r&&(R=this._prefixed.exec(`${n} `)))&&(x="prefixed",S=R[1]||"",I=this._unescape(R[2]))),this._previousMarker==="^^")switch(x){case"prefixed":x="type";break;case"IRI":x="typeIRI";break;default:x=""}if(!x)return r||!/^'''|^"""/.test(n)&&/\n|\r/.test(n)?l(this):this._input=n;const $=m||R[0].length,B=a(x,I,S,_,$);this.previousToken=B,this._previousMarker=x,n=n.substr($,n.length)}function a(u,p,_,y,x){const I=n?i-n.length:i,S=I+x,R={type:u,value:p,prefix:_,line:y,start:I,end:S};return e(null,R),R}function l(u){e(u._syntaxError(/^\S*/.exec(n)[0]))}}_unescape(e){let r=!1;const n=e.replace(so,(i,a,l,u)=>{if(typeof a=="string")return String.fromCharCode(Number.parseInt(a,16));if(typeof l=="string"){let p=Number.parseInt(l,16);return p<=65535?String.fromCharCode(Number.parseInt(l,16)):String.fromCharCode(55296+((p-=65536)>>10),56320+(p&1023))}return u in jn?jn[u]:(r=!0,"")});return r?null:n}_parseLiteral(e){if(e.length>=3){const r=e.match(/^(?:"""|"|'''|'|)/)[0],n=r.length;let i=Math.max(this._literalClosingPos,n);for(;(i=e.indexOf(r,i))>0;){let a=0;for(;e[i-a-1]==="\\";)a++;if(a%2===0){const l=e.substring(n,i),u=l.split(/\r\n|\r|\n/).length-1,p=i+n;if(n===1&&u!==0||n===3&&this._lineMode)break;return this._line+=u,{value:this._unescape(l),matchLength:p}}i++}this._literalClosingPos=e.length-n+1}return{value:"",matchLength:0}}_syntaxError(e){this._input=null;const r=new Error(`Unexpected "${e}" on line ${this._line}.`);return r.context={token:void 0,line:this._line,previousToken:this.previousToken},r}_readStartingBom(e){return e.startsWith("\uFEFF")?e.substr(1):e}tokenize(e,r){if(this._line=1,typeof e=="string")if(this._input=this._readStartingBom(e),typeof r=="function")io(()=>this._tokenizeToEnd(r,!0));else{const n=[];let i;if(this._tokenizeToEnd((a,l)=>a?i=a:n.push(l),!0),i)throw i;return n}else this._pendingBuffer=null,typeof e.setEncoding=="function"&&e.setEncoding("utf8"),e.on("data",n=>{this._input!==null&&n.length!==0&&(this._pendingBuffer&&(n=Fe.Buffer.concat([this._pendingBuffer,n]),this._pendingBuffer=null),n[n.length-1]&128?this._pendingBuffer=n:(typeof this._input>"u"?this._input=this._readStartingBom(typeof n=="string"?n:n.toString()):this._input+=n,this._tokenizeToEnd(r,!1)))}),e.on("end",()=>{typeof this._input=="string"&&this._tokenizeToEnd(r,!0)}),e.on("error",r)}}const{rdf:fo,xsd:st}=_e;let wt,co=0;const ot={namedNode:$n,blankNode:Bn,variable:kn,literal:Fn,defaultGraph:bo,quad:vr,triple:vr,fromTerm:Bt,fromQuad:Cn};class Be{constructor(e){this.id=e}get value(){return this.id}equals(e){return e instanceof Be?this.id===e.id:!!e&&this.termType===e.termType&&this.value===e.value}hashCode(){return 0}toJSON(){return{termType:this.termType,value:this.value}}}class Tr extends Be{get termType(){return"NamedNode"}}class mt extends Be{get termType(){return"Literal"}get value(){return this.id.substring(1,this.id.lastIndexOf('"'))}get language(){const e=this.id;let r=e.lastIndexOf('"')+1;return r<e.length&&e[r++]==="@"?e.substr(r).toLowerCase():""}get datatype(){return new Tr(this.datatypeString)}get datatypeString(){const e=this.id,r=e.lastIndexOf('"')+1,n=r<e.length?e[r]:"";return n==="^"?e.substr(r+2):n!=="@"?st.string:fo.langString}equals(e){return e instanceof mt?this.id===e.id:!!e&&!!e.datatype&&this.termType===e.termType&&this.value===e.value&&this.language===e.language&&this.datatype.value===e.datatype.value}toJSON(){return{termType:this.termType,value:this.value,language:this.language,datatype:{termType:"NamedNode",value:this.datatypeString}}}}class ho extends Be{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}}class po extends Be{constructor(e){super(`?${e}`)}get termType(){return"Variable"}get value(){return this.id.substr(1)}}class _o extends Be{constructor(){return super(""),wt||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}}wt=new _o;function $t(t,e,r){if(e=e||ot,!t)return e.defaultGraph();switch(t[0]){case"?":return e.variable(t.substr(1));case"_":return e.blankNode(t.substr(2));case'"':if(e===ot)return new mt(t);if(t[t.length-1]==='"')return e.literal(t.substr(1,t.length-2));const n=t.lastIndexOf('"',t.length-1);return e.literal(t.substr(1,n-1),t[n+1]==="@"?t.substr(n+2):e.namedNode(t.substr(n+3)));case"[":t=JSON.parse(t);break;default:if(!r||!Array.isArray(t))return e.namedNode(t)}return e.quad($t(t[0],e,!0),$t(t[1],e,!0),$t(t[2],e,!0),t[3]&&$t(t[3],e,!0))}function xt(t,e){if(typeof t=="string")return t;if(t instanceof Be&&t.termType!=="Quad")return t.id;if(!t)return wt.id;switch(t.termType){case"NamedNode":return t.value;case"BlankNode":return`_:${t.value}`;case"Variable":return`?${t.value}`;case"DefaultGraph":return"";case"Literal":return`"${t.value}"${t.language?`@${t.language}`:t.datatype&&t.datatype.value!==st.string?`^^${t.datatype.value}`:""}`;case"Quad":const r=[xt(t.subject,!0),xt(t.predicate,!0),xt(t.object,!0)];return t.graph&&t.graph.termType!=="DefaultGraph"&&r.push(xt(t.graph,!0)),e?r:JSON.stringify(r);default:throw new Error(`Unexpected termType: ${t.termType}`)}}class Ln extends Be{constructor(e,r,n,i){super(""),this._subject=e,this._predicate=r,this._object=n,this._graph=i||wt}get termType(){return"Quad"}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}get graph(){return this._graph}toJSON(){return{termType:this.termType,subject:this._subject.toJSON(),predicate:this._predicate.toJSON(),object:this._object.toJSON(),graph:this._graph.toJSON()}}equals(e){return!!e&&this._subject.equals(e.subject)&&this._predicate.equals(e.predicate)&&this._object.equals(e.object)&&this._graph.equals(e.graph)}}function $n(t){return new Tr(t)}function Bn(t){return new ho(t||`n3-${co++}`)}function Fn(t,e){if(typeof e=="string")return new mt(`"${t}"@${e.toLowerCase()}`);let r=e?e.value:"";return r===""&&(typeof t=="boolean"?r=st.boolean:typeof t=="number"&&(Number.isFinite(t)?r=Number.isInteger(t)?st.integer:st.double:(r=st.double,Number.isNaN(t)||(t=t>0?"INF":"-INF")))),r===""||r===st.string?new mt(`"${t}"`):new mt(`"${t}"^^${r}`)}function kn(t){return new po(t)}function bo(){return wt}function vr(t,e,r,n){return new Ln(t,e,r,n)}function Bt(t){if(t instanceof Be)return t;switch(t.termType){case"NamedNode":return $n(t.value);case"BlankNode":return Bn(t.value);case"Variable":return kn(t.value);case"DefaultGraph":return wt;case"Literal":return Fn(t.value,t.language||t.datatype);case"Quad":return Cn(t);default:throw new Error(`Unexpected termType: ${t.termType}`)}}function Cn(t){if(t instanceof Ln)return t;if(t.termType!=="Quad")throw new Error(`Unexpected termType: ${t.termType}`);return vr(Bt(t.subject),Bt(t.predicate),Bt(t.object),Bt(t.graph))}let On=0;class Mn{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&Dn(this,e.factory);const r=typeof e.format=="string"?e.format.match(/\w*$/)[0].toLowerCase():"",n=/turtle/.test(r),i=/trig/.test(r),a=/triple/.test(r),l=/quad/.test(r),u=this._n3Mode=/n3/.test(r),p=a||l;(this._supportsNamedGraphs=!(n||u))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(n||i||a||u),this._isImpliedBy=e.isImpliedBy,this._supportsRDFStar=r===""||/star|\*$/.test(r),p&&(this._resolveRelativeIRI=_=>null),this._blankNodePrefix=typeof e.blankNodePrefix!="string"?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new uo({lineMode:p,n3:u,isImpliedBy:this._isImpliedBy}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){On=0}_setBase(e){if(!e)this._base="",this._basePath="";else{const r=e.indexOf("#");r>=0&&(e=e.substr(0,r)),this._base=e,this._basePath=e.indexOf("/")<0?e:e.replace(/[^\/?]*(?:\?.*)?$/,""),e=e.match(/^(?:([a-z][a-z0-9+.-]*:))?(?:\/\/[^\/]*)?/i),this._baseRoot=e[0],this._baseScheme=e[1]}}_saveContext(e,r,n,i,a){const l=this._n3Mode;this._contextStack.push({type:e,subject:n,predicate:i,object:a,graph:r,inverse:l?this._inversePredicate:!1,blankPrefix:l?this._prefixes._:"",quantified:l?this._quantified:null}),l&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.value}.`:".",this._quantified=Object.create(this._quantified))}_restoreContext(e,r){const n=this._contextStack.pop();if(!n||n.type!==e)return this._error(`Unexpected ${r.type}`,r);this._subject=n.subject,this._predicate=n.predicate,this._object=n.object,this._graph=n.graph,this._n3Mode&&(this._inversePredicate=n.inverse,this._prefixes._=n.blankPrefix,this._quantified=n.quantified)}_readInTopContext(e){switch(e.type){case"eof":return this._graph!==null?this._error("Unclosed graph",e):(delete this._prefixes._,this._callback(null,null,this._prefixes));case"PREFIX":this._sparqlStyle=!0;case"@prefix":return this._readPrefix;case"BASE":this._sparqlStyle=!0;case"@base":return this._readBaseIRI;case"{":if(this._supportsNamedGraphs)return this._graph="",this._subject=null,this._readSubject;case"GRAPH":if(this._supportsNamedGraphs)return this._readNamedGraphLabel;default:return this._readSubject(e)}}_readEntity(e,r){let n;switch(e.type){case"IRI":case"typeIRI":const i=this._resolveIRI(e.value);if(i===null)return this._error("Invalid IRI",e);n=this._factory.namedNode(i);break;case"type":case"prefixed":const a=this._prefixes[e.prefix];if(a===void 0)return this._error(`Undefined prefix "${e.prefix}:"`,e);n=this._factory.namedNode(a+e.value);break;case"blank":n=this._factory.blankNode(this._prefixes[e.prefix]+e.value);break;case"var":n=this._factory.variable(e.value.substr(1));break;default:return this._error(`Expected entity but got ${e.type}`,e)}return!r&&this._n3Mode&&n.id in this._quantified&&(n=this._quantified[n.id]),n}_readSubject(e){switch(this._predicate=null,e.type){case"[":return this._saveContext("blank",this._graph,this._subject=this._factory.blankNode(),null,null),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this.RDF_NIL,null,null),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._graph=this._factory.blankNode(),null,null),this._readSubject):this._error("Unexpected graph",e);case"}":return this._readPunctuation(e);case"@forSome":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORSOME,this._quantifier="blankNode",this._readQuantifierList):this._error('Unexpected "@forSome"',e);case"@forAll":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORALL,this._quantifier="variable",this._readQuantifierList):this._error('Unexpected "@forAll"',e);case"literal":if(!this._n3Mode)return this._error("Unexpected literal",e);if(e.prefix.length===0)return this._literalValue=e.value,this._completeSubjectLiteral;this._subject=this._factory.literal(e.value,this._factory.namedNode(e.prefix));break;case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,null,null,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",e);default:if((this._subject=this._readEntity(e))===void 0)return;if(this._n3Mode)return this._getPathReader(this._readPredicateOrNamedGraph)}return this._readPredicateOrNamedGraph}_readPredicate(e){const r=e.type;switch(r){case"inverse":this._inversePredicate=!0;case"abbreviation":this._predicate=this.ABBREVIATIONS[e.value];break;case".":case"]":case"}":return this._predicate===null?this._error(`Unexpected ${r}`,e):(this._subject=null,r==="]"?this._readBlankNodeTail(e):this._readPunctuation(e));case";":return this._predicate!==null?this._readPredicate:this._error("Expected predicate but got ;",e);case"[":if(this._n3Mode)return this._saveContext("blank",this._graph,this._subject,this._subject=this._factory.blankNode(),null),this._readBlankNodeHead;case"blank":if(!this._n3Mode)return this._error("Disallowed blank node as predicate",e);default:if((this._predicate=this._readEntity(e))===void 0)return}return this._readObject}_readObject(e){switch(e.type){case"literal":if(e.prefix.length===0)return this._literalValue=e.value,this._readDataTypeOrLang;this._object=this._factory.literal(e.value,this._factory.namedNode(e.prefix));break;case"[":return this._saveContext("blank",this._graph,this._subject,this._predicate,this._subject=this._factory.blankNode()),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this._subject,this._predicate,this.RDF_NIL),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",e);case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,this._subject,this._predicate,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",e);default:if((this._object=this._readEntity(e))===void 0)return;if(this._n3Mode)return this._getPathReader(this._getContextEndReader())}return this._getContextEndReader()}_readPredicateOrNamedGraph(e){return e.type==="{"?this._readGraph(e):this._readPredicate(e)}_readGraph(e){return e.type!=="{"?this._error(`Expected graph but got ${e.type}`,e):(this._graph=this._subject,this._subject=null,this._readSubject)}_readBlankNodeHead(e){return e.type==="]"?(this._subject=null,this._readBlankNodeTail(e)):(this._predicate=null,this._readPredicate(e))}_readBlankNodeTail(e){if(e.type!=="]")return this._readBlankNodePunctuation(e);this._subject!==null&&this._emit(this._subject,this._predicate,this._object,this._graph);const r=this._predicate===null;return this._restoreContext("blank",e),this._object!==null?this._getContextEndReader():this._predicate!==null?this._readObject:r?this._readPredicateOrNamedGraph:this._readPredicateAfterBlank}_readPredicateAfterBlank(e){switch(e.type){case".":case"}":return this._subject=null,this._readPunctuation(e);default:return this._readPredicate(e)}}_readListItem(e){let r=null,n=null,i=this._readListItem;const a=this._subject,l=this._contextStack,u=l[l.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,n=this._factory.blankNode(),this.RDF_FIRST,this._subject=r=this._factory.blankNode()),i=this._readBlankNodeHead;break;case"(":this._saveContext("list",this._graph,n=this._factory.blankNode(),this.RDF_FIRST,this.RDF_NIL),this._subject=null;break;case")":if(this._restoreContext("list",e),l.length!==0&&l[l.length-1].type==="list"&&this._emit(this._subject,this._predicate,this._object,this._graph),this._predicate===null){if(i=this._readPredicate,this._subject===this.RDF_NIL)return i}else if(i=this._getContextEndReader(),this._object===this.RDF_NIL)return i;n=this.RDF_NIL;break;case"literal":e.prefix.length===0?(this._literalValue=e.value,i=this._readListItemDataTypeOrLang):(r=this._factory.literal(e.value,this._factory.namedNode(e.prefix)),i=this._getContextEndReader());break;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",e);default:if((r=this._readEntity(e))===void 0)return}if(n===null&&(this._subject=n=this._factory.blankNode()),a===null?u.predicate===null?u.subject=n:u.object=n:this._emit(a,this.RDF_REST,n,this._graph),r!==null){if(this._n3Mode&&(e.type==="IRI"||e.type==="prefixed"))return this._saveContext("item",this._graph,n,this.RDF_FIRST,r),this._subject=r,this._predicate=null,this._getPathReader(this._readListItem);this._emit(n,this.RDF_FIRST,r,this._graph)}return i}_readDataTypeOrLang(e){return this._completeObjectLiteral(e,!1)}_readListItemDataTypeOrLang(e){return this._completeObjectLiteral(e,!0)}_completeLiteral(e){let r=this._factory.literal(this._literalValue);switch(e.type){case"type":case"typeIRI":const n=this._readEntity(e);if(n===void 0)return;r=this._factory.literal(this._literalValue,n),e=null;break;case"langcode":r=this._factory.literal(this._literalValue,e.value),e=null;break}return{token:e,literal:r}}_completeSubjectLiteral(e){return this._subject=this._completeLiteral(e).literal,this._readPredicateOrNamedGraph}_completeObjectLiteral(e,r){const n=this._completeLiteral(e);if(n)return this._object=n.literal,r&&this._emit(this._subject,this.RDF_FIRST,this._object,this._graph),n.token===null?this._getContextEndReader():(this._readCallback=this._getContextEndReader(),this._readCallback(n.token))}_readFormulaTail(e){return e.type!=="}"?this._readPunctuation(e):(this._subject!==null&&this._emit(this._subject,this._predicate,this._object,this._graph),this._restoreContext("formula",e),this._object===null?this._readPredicate:this._getContextEndReader())}_readPunctuation(e){let r,n=this._graph;const i=this._subject,a=this._inversePredicate;switch(e.type){case"}":if(this._graph===null)return this._error("Unexpected graph closing",e);if(this._n3Mode)return this._readFormulaTail(e);this._graph=null;case".":this._subject=null,r=this._contextStack.length?this._readSubject:this._readInTopContext,a&&(this._inversePredicate=!1);break;case";":r=this._readPredicate;break;case",":r=this._readObject;break;case"{|":if(!this._supportsRDFStar)return this._error("Unexpected RDF-star syntax",e);const l=this._predicate,u=this._object;this._subject=this._factory.quad(i,l,u,this.DEFAULTGRAPH),r=this._readPredicate;break;case"|}":if(this._subject.termType!=="Quad")return this._error("Unexpected asserted triple closing",e);this._subject=null,r=this._readPunctuation;break;default:if(this._supportsQuads&&this._graph===null&&(n=this._readEntity(e))!==void 0){r=this._readQuadPunctuation;break}return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}if(i!==null){const l=this._predicate,u=this._object;a?this._emit(u,l,i,n):this._emit(i,l,u,n)}return r}_readBlankNodePunctuation(e){let r;switch(e.type){case";":r=this._readPredicate;break;case",":r=this._readObject;break;default:return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}return this._emit(this._subject,this._predicate,this._object,this._graph),r}_readQuadPunctuation(e){return e.type!=="."?this._error("Expected dot to follow quad",e):this._readInTopContext}_readPrefix(e){return e.type!=="prefix"?this._error("Expected prefix to follow @prefix",e):(this._prefix=e.value,this._readPrefixIRI)}_readPrefixIRI(e){if(e.type!=="IRI")return this._error(`Expected IRI to follow prefix "${this._prefix}:"`,e);const r=this._readEntity(e);return this._prefixes[this._prefix]=r.value,this._prefixCallback(this._prefix,r),this._readDeclarationPunctuation}_readBaseIRI(e){const r=e.type==="IRI"&&this._resolveIRI(e.value);return r?(this._setBase(r),this._readDeclarationPunctuation):this._error("Expected valid IRI to follow base declaration",e)}_readNamedGraphLabel(e){switch(e.type){case"IRI":case"blank":case"prefixed":return this._readSubject(e),this._readGraph;case"[":return this._readNamedGraphBlankLabel;default:return this._error("Invalid graph label",e)}}_readNamedGraphBlankLabel(e){return e.type!=="]"?this._error("Invalid graph label",e):(this._subject=this._factory.blankNode(),this._readGraph)}_readDeclarationPunctuation(e){return this._sparqlStyle?(this._sparqlStyle=!1,this._readInTopContext(e)):e.type!=="."?this._error("Expected declaration to end with a dot",e):this._readInTopContext}_readQuantifierList(e){let r;switch(e.type){case"IRI":case"prefixed":if((r=this._readEntity(e,!0))!==void 0)break;default:return this._error(`Unexpected ${e.type}`,e)}return this._explicitQuantifiers?(this._subject===null?this._emit(this._graph||this.DEFAULTGRAPH,this._predicate,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH):this._emit(this._subject,this.RDF_REST,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH),this._emit(this._subject,this.RDF_FIRST,r,this.QUANTIFIERS_GRAPH)):this._quantified[r.id]=this._factory[this._quantifier](this._factory.blankNode().value),this._readQuantifierPunctuation}_readQuantifierPunctuation(e){return e.type===","?this._readQuantifierList:(this._explicitQuantifiers&&(this._emit(this._subject,this.RDF_REST,this.RDF_NIL,this.QUANTIFIERS_GRAPH),this._subject=null),this._readCallback=this._getContextEndReader(),this._readCallback(e))}_getPathReader(e){return this._afterPath=e,this._readPath}_readPath(e){switch(e.type){case"!":return this._readForwardPath;case"^":return this._readBackwardPath;default:const r=this._contextStack,n=r.length&&r[r.length-1];if(n&&n.type==="item"){const i=this._subject;this._restoreContext("item",e),this._emit(this._subject,this.RDF_FIRST,i,this._graph)}return this._afterPath(e)}}_readForwardPath(e){let r,n;const i=this._factory.blankNode();if((n=this._readEntity(e))!==void 0)return this._predicate===null?(r=this._subject,this._subject=i):(r=this._object,this._object=i),this._emit(r,n,i,this._graph),this._readPath}_readBackwardPath(e){const r=this._factory.blankNode();let n,i;if((n=this._readEntity(e))!==void 0)return this._predicate===null?(i=this._subject,this._subject=r):(i=this._object,this._object=r),this._emit(r,n,i,this._graph),this._readPath}_readRDFStarTailOrGraph(e){return e.type!==">>"?this._supportsQuads&&this._graph===null&&(this._graph=this._readEntity(e))!==void 0?this._readRDFStarTail:this._error(`Expected >> to follow "${this._object.id}"`,e):this._readRDFStarTail(e)}_readRDFStarTail(e){if(e.type!==">>")return this._error(`Expected >> but got ${e.type}`,e);const r=this._factory.quad(this._subject,this._predicate,this._object,this._graph||this.DEFAULTGRAPH);return this._restoreContext("<<",e),this._subject===null?(this._subject=r,this._readPredicate):(this._object=r,this._getContextEndReader())}_getContextEndReader(){const e=this._contextStack;if(!e.length)return this._readPunctuation;switch(e[e.length-1].type){case"blank":return this._readBlankNodeTail;case"list":return this._readListItem;case"formula":return this._readFormulaTail;case"<<":return this._readRDFStarTailOrGraph}}_emit(e,r,n,i){this._callback(null,this._factory.quad(e,r,n,i||this.DEFAULTGRAPH))}_error(e,r){const n=new Error(`${e} on line ${r.line}.`);n.context={token:r,line:r.line,previousToken:this._lexer.previousToken},this._callback(n),this._callback=Zt}_resolveIRI(e){return/^[a-z][a-z0-9+.-]*:/i.test(e)?e:this._resolveRelativeIRI(e)}_resolveRelativeIRI(e){if(!e.length)return this._base;switch(e[0]){case"#":return this._base+e;case"?":return this._base.replace(/(?:\?.*)?$/,e);case"/":return(e[1]==="/"?this._baseScheme:this._baseRoot)+this._removeDotSegments(e);default:return/^[^/:]*:/.test(e)?null:this._removeDotSegments(this._basePath+e)}}_removeDotSegments(e){if(!/(^|\/)\.\.?($|[/#?])/.test(e))return e;const r=e.length;let n="",i=-1,a=-1,l=0,u="/";for(;i<r;){switch(u){case":":if(a<0&&e[++i]==="/"&&e[++i]==="/")for(;(a=i+1)<r&&e[a]!=="/";)i=a;break;case"?":case"#":i=r;break;case"/":if(e[i+1]===".")switch(u=e[++i+1],u){case"/":n+=e.substring(l,i-1),l=i+1;break;case void 0:case"?":case"#":return n+e.substring(l,i)+e.substr(i+1);case".":if(u=e[++i+1],u===void 0||u==="/"||u==="?"||u==="#"){if(n+=e.substring(l,i-2),(l=n.lastIndexOf("/"))>=a&&(n=n.substr(0,l)),u!=="/")return`${n}/${e.substr(i+1)}`;l=i+1}}}u=e[++i]}return n+e.substring(l)}parse(e,r,n){let i,a,l;if(r&&(r.onQuad||r.onPrefix||r.onComment)?(i=r.onQuad,a=r.onPrefix,l=r.onComment):(i=r,a=n),this._readCallback=this._readInTopContext,this._sparqlStyle=!1,this._prefixes=Object.create(null),this._prefixes._=this._blankNodePrefix?this._blankNodePrefix.substr(2):`b${On++}_`,this._prefixCallback=a||Zt,this._inversePredicate=!1,this._quantified=Object.create(null),!i){const p=[];let _;if(this._callback=(y,x)=>{y?_=y:x&&p.push(x)},this._lexer.tokenize(e).every(y=>this._readCallback=this._readCallback(y)),_)throw _;return p}let u=(p,_)=>{p!==null?(this._callback(p),this._callback=Zt):this._readCallback&&(this._readCallback=this._readCallback(_))};l&&(this._lexer.comments=!0,u=(p,_)=>{p!==null?(this._callback(p),this._callback=Zt):this._readCallback&&(_.type==="comment"?l(_.value):this._readCallback=this._readCallback(_))}),this._callback=i,this._lexer.tokenize(e,u)}}function Zt(){}function Dn(t,e){t._factory=e,t.DEFAULTGRAPH=e.defaultGraph(),t.RDF_FIRST=e.namedNode(_e.rdf.first),t.RDF_REST=e.namedNode(_e.rdf.rest),t.RDF_NIL=e.namedNode(_e.rdf.nil),t.N3_FORALL=e.namedNode(_e.r.forAll),t.N3_FORSOME=e.namedNode(_e.r.forSome),t.ABBREVIATIONS={a:e.namedNode(_e.rdf.type),"=":e.namedNode(_e.owl.sameAs),">":e.namedNode(_e.log.implies),"<":e.namedNode(_e.log.isImpliedBy)},t.QUANTIFIERS_GRAPH=e.namedNode("urn:n3:quantifiers")}Dn(Mn.prototype,ot);function Nr(t){return!!t&&t.termType==="DefaultGraph"}const Ft=ot.defaultGraph(),{rdf:yo,xsd:Et}=_e,Un=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,Wn=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,go={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class kt extends Be{equals(e){return e===this}}class Gn{constructor(e,r){if(this._prefixRegex=/$0^/,e&&typeof e.write!="function"&&(r=e,e=null),r=r||{},this._lists=r.lists,e)this._outputStream=e,this._endStream=r.end===void 0?!0:!!r.end;else{let n="";this._outputStream={write(i,a,l){n+=i,l&&l()},end:i=>{i&&i(null,n)}},this._endStream=!0}this._subject=null,/triple|quad/i.test(r.format)?(this._lineMode=!0,this._writeQuad=this._writeQuadLine):(this._lineMode=!1,this._graph=Ft,this._prefixIRIs=Object.create(null),r.prefixes&&this.addPrefixes(r.prefixes),r.baseIRI&&(this._baseMatcher=new RegExp(`^${qn(r.baseIRI)}${r.baseIRI.endsWith("/")?"":"[#?]"}`),this._baseLength=r.baseIRI.length))}get _inDefaultGraph(){return Ft.equals(this._graph)}_write(e,r){this._outputStream.write(e,"utf8",r)}_writeQuad(e,r,n,i,a){try{i.equals(this._graph)||(this._write((this._subject===null?"":this._inDefaultGraph?`.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
`;super(r),this.name="AggregateError",this.errors=e}},ArrayIsArray(t){return Array.isArray(t)},ArrayPrototypeIncludes(t,e){return t.includes(e)},ArrayPrototypeIndexOf(t,e){return t.indexOf(e)},ArrayPrototypeJoin(t,e){return t.join(e)},ArrayPrototypeMap(t,e){return t.map(e)},ArrayPrototypePop(t,e){return t.pop(e)},ArrayPrototypePush(t,e){return t.push(e)},ArrayPrototypeSlice(t,e,r){return t.slice(e,r)},Error,FunctionPrototypeCall(t,e,...r){return t.call(e,...r)},FunctionPrototypeSymbolHasInstance(t,e){return Function.prototype[Symbol.hasInstance].call(t,e)},MathFloor:Math.floor,Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties(t,e){return Object.defineProperties(t,e)},ObjectDefineProperty(t,e,r){return Object.defineProperty(t,e,r)},ObjectGetOwnPropertyDescriptor(t,e){return Object.getOwnPropertyDescriptor(t,e)},ObjectKeys(t){return Object.keys(t)},ObjectSetPrototypeOf(t,e){return Object.setPrototypeOf(t,e)},Promise,PromisePrototypeCatch(t,e){return t.catch(e)},PromisePrototypeThen(t,e,r){return t.then(e,r)},PromiseReject(t){return Promise.reject(t)},PromiseResolve(t){return Promise.resolve(t)},ReflectApply:Reflect.apply,RegExpPrototypeTest(t,e){return t.test(e)},SafeSet:Set,String,StringPrototypeSlice(t,e,r){return t.slice(e,r)},StringPrototypeToLowerCase(t){return t.toLowerCase()},StringPrototypeToUpperCase(t){return t.toUpperCase()},StringPrototypeTrim(t){return t.trim()},Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,SymbolDispose:Symbol.dispose||Symbol("Symbol.dispose"),SymbolAsyncDispose:Symbol.asyncDispose||Symbol("Symbol.asyncDispose"),TypedArrayPrototypeSet(t,e,r){return t.set(e,r)},Boolean,Uint8Array},Qn={exports:{}},Vn={format(t,...e){return t.replace(/%([sdifj])/g,function(...[r,n]){const i=e.shift();return n==="f"?i.toFixed(6):n==="j"?JSON.stringify(i):n==="s"&&typeof i=="object"?`${i.constructor!==Object?i.constructor.name:""} {}`.trim():i.toString()})},inspect(t){switch(typeof t){case"string":if(t.includes("'"))if(t.includes('"')){if(!t.includes("`")&&!t.includes("${"))return`\`${t}\``}else return`"${t}"`;return`'${t}'`;case"number":return isNaN(t)?"NaN":Object.is(t,-0)?String(t):t;case"bigint":return`${String(t)}n`;case"boolean":case"undefined":return String(t);case"object":return"{}"}}};const{format:wo,inspect:Jt}=Vn,{AggregateError:mo}=oe,xo=globalThis.AggregateError||mo,Eo=Symbol("kIsNodeError"),So=["string","function","number","object","Function","Object","boolean","bigint","symbol"],Io=/^([A-Z][a-z0-9]*)+$/,Ro="__node_internal_",er={};function at(t,e){if(!t)throw new er.ERR_INTERNAL_ASSERTION(e)}function Kn(t){let e="",r=t.length;const n=t[0]==="-"?1:0;for(;r>=n+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}function Ao(t,e,r){if(typeof e=="function")return at(e.length<=r.length,`Code: ${t}; The provided arguments length (${r.length}) does not match the required ones (${e.length}).`),e(...r);const n=(e.match(/%[dfijoOs]/g)||[]).length;return at(n===r.length,`Code: ${t}; The provided arguments length (${r.length}) does not match the required ones (${n}).`),r.length===0?e:wo(e,...r)}function be(t,e,r){r||(r=Error);class n extends r{constructor(...a){super(Ao(t,e,a))}toString(){return`${this.name} [${t}]: ${this.message}`}}Object.defineProperties(n.prototype,{name:{value:r.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${t}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),n.prototype.code=t,n.prototype[Eo]=!0,er[t]=n}function Yn(t){const e=Ro+t.name;return Object.defineProperty(t,"name",{value:e}),t}function To(t,e){if(t&&e&&t!==e){if(Array.isArray(e.errors))return e.errors.push(t),e;const r=new xo([e,t],e.message);return r.code=e.code,r}return t||e}let vo=class extends Error{constructor(e="The operation was aborted",r=void 0){if(r!==void 0&&typeof r!="object")throw new er.ERR_INVALID_ARG_TYPE("options","Object",r);super(e,r),this.code="ABORT_ERR",this.name="AbortError"}};be("ERR_ASSERTION","%s",Error),be("ERR_INVALID_ARG_TYPE",(t,e,r)=>{at(typeof t=="string","'name' must be a string"),Array.isArray(e)||(e=[e]);let n="The ";t.endsWith(" argument")?n+=`${t} `:n+=`"${t}" ${t.includes(".")?"property":"argument"} `,n+="must be ";const i=[],a=[],l=[];for(const p of e)at(typeof p=="string","All expected entries have to be of type string"),So.includes(p)?i.push(p.toLowerCase()):Io.test(p)?a.push(p):(at(p!=="object",'The value "object" should be written as "Object"'),l.push(p));if(a.length>0){const p=i.indexOf("object");p!==-1&&(i.splice(i,p,1),a.push("Object"))}if(i.length>0){switch(i.length){case 1:n+=`of type ${i[0]}`;break;case 2:n+=`one of type ${i[0]} or ${i[1]}`;break;default:{const p=i.pop();n+=`one of type ${i.join(", ")}, or ${p}`}}(a.length>0||l.length>0)&&(n+=" or ")}if(a.length>0){switch(a.length){case 1:n+=`an instance of ${a[0]}`;break;case 2:n+=`an instance of ${a[0]} or ${a[1]}`;break;default:{const p=a.pop();n+=`an instance of ${a.join(", ")}, or ${p}`}}l.length>0&&(n+=" or ")}switch(l.length){case 0:break;case 1:l[0].toLowerCase()!==l[0]&&(n+="an "),n+=`${l[0]}`;break;case 2:n+=`one of ${l[0]} or ${l[1]}`;break;default:{const p=l.pop();n+=`one of ${l.join(", ")}, or ${p}`}}if(r==null)n+=`. Received ${r}`;else if(typeof r=="function"&&r.name)n+=`. Received function ${r.name}`;else if(typeof r=="object"){var u;if((u=r.constructor)!==null&&u!==void 0&&u.name)n+=`. Received an instance of ${r.constructor.name}`;else{const p=Jt(r,{depth:-1});n+=`. Received ${p}`}}else{let p=Jt(r,{colors:!1});p.length>25&&(p=`${p.slice(0,25)}...`),n+=`. Received type ${typeof r} (${p})`}return n},TypeError),be("ERR_INVALID_ARG_VALUE",(t,e,r="is invalid")=>{let n=Jt(e);return n.length>128&&(n=n.slice(0,128)+"..."),`The ${t.includes(".")?"property":"argument"} '${t}' ${r}. Received ${n}`},TypeError),be("ERR_INVALID_RETURN_VALUE",(t,e,r)=>{var n;const i=r!=null&&(n=r.constructor)!==null&&n!==void 0&&n.name?`instance of ${r.constructor.name}`:`type ${typeof r}`;return`Expected ${t} to be returned from the "${e}" function but got ${i}.`},TypeError),be("ERR_MISSING_ARGS",(...t)=>{at(t.length>0,"At least one arg needs to be specified");let e;const r=t.length;switch(t=(Array.isArray(t)?t:[t]).map(n=>`"${n}"`).join(" or "),r){case 1:e+=`The ${t[0]} argument`;break;case 2:e+=`The ${t[0]} and ${t[1]} arguments`;break;default:{const n=t.pop();e+=`The ${t.join(", ")}, and ${n} arguments`}break}return`${e} must be specified`},TypeError),be("ERR_OUT_OF_RANGE",(t,e,r)=>{at(e,'Missing "range" argument');let n;if(Number.isInteger(r)&&Math.abs(r)>2**32)n=Kn(String(r));else if(typeof r=="bigint"){n=String(r);const i=BigInt(2)**BigInt(32);(r>i||r<-i)&&(n=Kn(n)),n+="n"}else n=Jt(r);return`The value of "${t}" is out of range. It must be ${e}. Received ${n}`},RangeError),be("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),be("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),be("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),be("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),be("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),be("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),be("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),be("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),be("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),be("ERR_STREAM_WRITE_AFTER_END","write after end",Error),be("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError);var xe={AbortError:vo,aggregateTwoErrors:Yn(To),hideStackFrames:Yn,codes:er},Ct={exports:{}},Xn;function Ot(){if(Xn)return Ct.exports;Xn=1;const{AbortController:t,AbortSignal:e}=typeof self<"u"?self:typeof window<"u"?window:void 0;return Ct.exports=t,Ct.exports.AbortSignal=e,Ct.exports.default=t,Ct.exports}var jr={exports:{}},St=typeof Reflect=="object"?Reflect:null,Zn=St&&typeof St.apply=="function"?St.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},tr;St&&typeof St.ownKeys=="function"?tr=St.ownKeys:Object.getOwnPropertySymbols?tr=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:tr=function(e){return Object.getOwnPropertyNames(e)};function No(t){console&&console.warn&&console.warn(t)}var Jn=Number.isNaN||function(e){return e!==e};function X(){X.init.call(this)}jr.exports=X,jr.exports.once=$o,X.EventEmitter=X,X.prototype._events=void 0,X.prototype._eventsCount=0,X.prototype._maxListeners=void 0;var ei=10;function rr(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(X,"defaultMaxListeners",{enumerable:!0,get:function(){return ei},set:function(t){if(typeof t!="number"||t<0||Jn(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");ei=t}}),X.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},X.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||Jn(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function ti(t){return t._maxListeners===void 0?X.defaultMaxListeners:t._maxListeners}X.prototype.getMaxListeners=function(){return ti(this)},X.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",a=this._events;if(a!==void 0)i=i&&a.error===void 0;else if(!i)return!1;if(i){var l;if(r.length>0&&(l=r[0]),l instanceof Error)throw l;var u=new Error("Unhandled error."+(l?" ("+l.message+")":""));throw u.context=l,u}var p=a[e];if(p===void 0)return!1;if(typeof p=="function")Zn(p,this,r);else for(var _=p.length,y=oi(p,_),n=0;n<_;++n)Zn(y[n],this,r);return!0};function ri(t,e,r,n){var i,a,l;if(rr(r),a=t._events,a===void 0?(a=t._events=Object.create(null),t._eventsCount=0):(a.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),a=t._events),l=a[e]),l===void 0)l=a[e]=r,++t._eventsCount;else if(typeof l=="function"?l=a[e]=n?[r,l]:[l,r]:n?l.unshift(r):l.push(r),i=ti(t),i>0&&l.length>i&&!l.warned){l.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+l.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=t,u.type=e,u.count=l.length,No(u)}return t}X.prototype.addListener=function(e,r){return ri(this,e,r,!1)},X.prototype.on=X.prototype.addListener,X.prototype.prependListener=function(e,r){return ri(this,e,r,!0)};function Po(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function ni(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=Po.bind(n);return i.listener=r,n.wrapFn=i,i}X.prototype.once=function(e,r){return rr(r),this.on(e,ni(this,e,r)),this},X.prototype.prependOnceListener=function(e,r){return rr(r),this.prependListener(e,ni(this,e,r)),this},X.prototype.removeListener=function(e,r){var n,i,a,l,u;if(rr(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount===0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(a=-1,l=n.length-1;l>=0;l--)if(n[l]===r||n[l].listener===r){u=n[l].listener,a=l;break}if(a<0)return this;a===0?n.shift():jo(n,a),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,u||r)}return this},X.prototype.off=X.prototype.removeListener,X.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var a=Object.keys(n),l;for(i=0;i<a.length;++i)l=a[i],l!=="removeListener"&&this.removeAllListeners(l);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function ii(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?Lo(i):oi(i,i.length)}X.prototype.listeners=function(e){return ii(this,e,!0)},X.prototype.rawListeners=function(e){return ii(this,e,!1)},X.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):si.call(t,e)},X.prototype.listenerCount=si;function si(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}X.prototype.eventNames=function(){return this._eventsCount>0?tr(this._events):[]};function oi(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function jo(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function Lo(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function $o(t,e){return new Promise(function(r,n){function i(l){t.removeListener(e,a),n(l)}function a(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}ai(t,e,a,{once:!0}),e!=="error"&&Bo(t,i,{once:!0})})}function Bo(t,e,r){typeof t.on=="function"&&ai(t,"error",e,r)}function ai(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(a){n.once&&t.removeEventListener(e,i),r(a)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var nr=jr.exports;(function(t){const e=Fe,{format:r,inspect:n}=Vn,{codes:{ERR_INVALID_ARG_TYPE:i}}=xe,{kResistStopPropagation:a,AggregateError:l,SymbolDispose:u}=oe,p=globalThis.AbortSignal||Ot().AbortSignal,_=globalThis.AbortController||Ot().AbortController,y=Object.getPrototypeOf(async function(){}).constructor,x=globalThis.Blob||e.Blob,I=typeof x<"u"?function(v){return v instanceof x}:function(v){return!1},S=(m,v)=>{if(m!==void 0&&(m===null||typeof m!="object"||!("aborted"in m)))throw new i(v,"AbortSignal",m)},R=(m,v)=>{if(typeof m!="function")throw new i(v,"Function",m)};t.exports={AggregateError:l,kEmptyObject:Object.freeze({}),once(m){let v=!1;return function(...$){v||(v=!0,m.apply(this,$))}},createDeferredPromise:function(){let m,v;return{promise:new Promise((B,T)=>{m=B,v=T}),resolve:m,reject:v}},promisify(m){return new Promise((v,$)=>{m((B,...T)=>B?$(B):v(...T))})},debuglog(){return function(){}},format:r,inspect:n,types:{isAsyncFunction(m){return m instanceof y},isArrayBufferView(m){return ArrayBuffer.isView(m)}},isBlob:I,deprecate(m,v){return m},addAbortListener:nr.addAbortListener||function(v,$){if(v===void 0)throw new i("signal","AbortSignal",v);S(v,"signal"),R($,"listener");let B;return v.aborted?queueMicrotask(()=>$()):(v.addEventListener("abort",$,{__proto__:null,once:!0,[a]:!0}),B=()=>{v.removeEventListener("abort",$)}),{__proto__:null,[u](){var T;(T=B)===null||T===void 0||T()}}},AbortSignalAny:p.any||function(v){if(v.length===1)return v[0];const $=new _,B=()=>$.abort();return v.forEach(T=>{S(T,"signals"),T.addEventListener("abort",B,{once:!0})}),$.signal.addEventListener("abort",()=>{v.forEach(T=>T.removeEventListener("abort",B))},{once:!0}),$.signal}},t.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")})(Qn);var Se=Qn.exports,Lr={};const{ArrayIsArray:li,ArrayPrototypeIncludes:Fo,ArrayPrototypeJoin:ko,ArrayPrototypeMap:Co,NumberIsInteger:$r,NumberIsNaN:Ku,NumberMAX_SAFE_INTEGER:Oo,NumberMIN_SAFE_INTEGER:Mo,NumberParseInt:Yu,ObjectPrototypeHasOwnProperty:Do,RegExpPrototypeExec:Xu,String:Uo,StringPrototypeToUpperCase:Zu,StringPrototypeTrim:Ju}=oe,{hideStackFrames:Ne,codes:{ERR_SOCKET_BAD_PORT:ef,ERR_INVALID_ARG_TYPE:Pe,ERR_INVALID_ARG_VALUE:ui,ERR_OUT_OF_RANGE:It,ERR_UNKNOWN_SIGNAL:tf}}=xe,{normalizeEncoding:rf}=Se,{isAsyncFunction:Wo,isArrayBufferView:Go}=Se.types,zo=Ne((t,e,r=Mo,n=Oo)=>{if(typeof t!="number")throw new Pe(e,"number",t);if(!$r(t))throw new It(e,"an integer",t);if(t<r||t>n)throw new It(e,`>= ${r} && <= ${n}`,t)});Ne((t,e,r=-2147483648,n=2147483647)=>{if(typeof t!="number")throw new Pe(e,"number",t);if(!$r(t))throw new It(e,"an integer",t);if(t<r||t>n)throw new It(e,`>= ${r} && <= ${n}`,t)}),Ne((t,e,r=!1)=>{if(typeof t!="number")throw new Pe(e,"number",t);if(!$r(t))throw new It(e,"an integer",t);const n=r?1:0,i=4294967295;if(t<n||t>i)throw new It(e,`>= ${n} && <= ${i}`,t)}),Ne((t,e,r)=>{if(!Fo(r,t)){const i="must be one of: "+ko(Co(r,a=>typeof a=="string"?`'${a}'`:Uo(a)),", ");throw new ui(e,t,i)}});function qo(t,e){if(typeof t!="boolean")throw new Pe(e,"boolean",t)}function Br(t,e,r){return t==null||!Do(t,e)?r:t[e]}const Ho=Ne((t,e,r=null)=>{const n=Br(r,"allowArray",!1),i=Br(r,"allowFunction",!1);if(!Br(r,"nullable",!1)&&t===null||!n&&li(t)||typeof t!="object"&&(!i||typeof t!="function"))throw new Pe(e,"Object",t)});Ne((t,e)=>{if(t!=null&&typeof t!="object"&&typeof t!="function")throw new Pe(e,"a dictionary",t)}),Ne((t,e,r=0)=>{if(!li(t))throw new Pe(e,"Array",t);if(t.length<r){const n=`must be longer than ${r}`;throw new ui(e,t,n)}}),Ne((t,e="buffer")=>{if(!Go(t))throw new Pe(e,["Buffer","TypedArray","DataView"],t)});const Qo=Ne((t,e)=>{if(t!==void 0&&(t===null||typeof t!="object"||!("aborted"in t)))throw new Pe(e,"AbortSignal",t)}),Vo=Ne((t,e)=>{if(typeof t!="function")throw new Pe(e,"Function",t)});Ne((t,e)=>{if(typeof t!="function"||Wo(t))throw new Pe(e,"Function",t)}),Ne((t,e)=>{if(t!==void 0)throw new Pe(e,"undefined",t)});var Mt={validateBoolean:qo,validateFunction:Vo,validateInteger:zo,validateObject:Ho,validateAbortSignal:Qo},Fr={exports:{}},fi={exports:{}},de=fi.exports={},Ce,Oe;function kr(){throw new Error("setTimeout has not been defined")}function Cr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Ce=setTimeout:Ce=kr}catch{Ce=kr}try{typeof clearTimeout=="function"?Oe=clearTimeout:Oe=Cr}catch{Oe=Cr}})();function ci(t){if(Ce===setTimeout)return setTimeout(t,0);if((Ce===kr||!Ce)&&setTimeout)return Ce=setTimeout,setTimeout(t,0);try{return Ce(t,0)}catch{try{return Ce.call(null,t,0)}catch{return Ce.call(this,t,0)}}}function Ko(t){if(Oe===clearTimeout)return clearTimeout(t);if((Oe===Cr||!Oe)&&clearTimeout)return Oe=clearTimeout,clearTimeout(t);try{return Oe(t)}catch{try{return Oe.call(null,t)}catch{return Oe.call(this,t)}}}var ze=[],Rt=!1,lt,ir=-1;function Yo(){!Rt||!lt||(Rt=!1,lt.length?ze=lt.concat(ze):ir=-1,ze.length&&di())}function di(){if(!Rt){var t=ci(Yo);Rt=!0;for(var e=ze.length;e;){for(lt=ze,ze=[];++ir<e;)lt&<[ir].run();ir=-1,e=ze.length}lt=null,Rt=!1,Ko(t)}}de.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];ze.push(new hi(t,e)),ze.length===1&&!Rt&&ci(di)};function hi(t,e){this.fun=t,this.array=e}hi.prototype.run=function(){this.fun.apply(null,this.array)},de.title="browser",de.browser=!0,de.env={},de.argv=[],de.version="",de.versions={};function qe(){}de.on=qe,de.addListener=qe,de.once=qe,de.off=qe,de.removeListener=qe,de.removeAllListeners=qe,de.emit=qe,de.prependListener=qe,de.prependOnceListener=qe,de.listeners=function(t){return[]},de.binding=function(t){throw new Error("process.binding is not supported")},de.cwd=function(){return"/"},de.chdir=function(t){throw new Error("process.chdir is not supported")},de.umask=function(){return 0};var ut=fi.exports;const{SymbolAsyncIterator:pi,SymbolIterator:_i,SymbolFor:ft}=oe,bi=ft("nodejs.stream.destroyed"),Xo=ft("nodejs.stream.errored"),yi=ft("nodejs.stream.readable"),gi=ft("nodejs.stream.writable"),Zo=ft("nodejs.stream.disturbed"),Jo=ft("nodejs.webstream.isClosedPromise"),ea=ft("nodejs.webstream.controllerErrorFunction");function Or(t,e=!1){var r;return!!(t&&typeof t.pipe=="function"&&typeof t.on=="function"&&(!e||typeof t.pause=="function"&&typeof t.resume=="function")&&(!t._writableState||((r=t._readableState)===null||r===void 0?void 0:r.readable)!==!1)&&(!t._writableState||t._readableState))}function sr(t){var e;return!!(t&&typeof t.write=="function"&&typeof t.on=="function"&&(!t._readableState||((e=t._writableState)===null||e===void 0?void 0:e.writable)!==!1))}function ta(t){return!!(t&&typeof t.pipe=="function"&&t._readableState&&typeof t.on=="function"&&typeof t.write=="function")}function Me(t){return t&&(t._readableState||t._writableState||typeof t.write=="function"&&typeof t.on=="function"||typeof t.pipe=="function"&&typeof t.on=="function")}function wi(t){return!!(t&&!Me(t)&&typeof t.pipeThrough=="function"&&typeof t.getReader=="function"&&typeof t.cancel=="function")}function mi(t){return!!(t&&!Me(t)&&typeof t.getWriter=="function"&&typeof t.abort=="function")}function xi(t){return!!(t&&!Me(t)&&typeof t.readable=="object"&&typeof t.writable=="object")}function ra(t){return wi(t)||mi(t)||xi(t)}function na(t,e){return t==null?!1:e===!0?typeof t[pi]=="function":e===!1?typeof t[_i]=="function":typeof t[pi]=="function"||typeof t[_i]=="function"}function or(t){if(!Me(t))return null;const e=t._writableState,r=t._readableState,n=e||r;return!!(t.destroyed||t[bi]||n!=null&&n.destroyed)}function ia(t){if(!sr(t))return null;if(t.writableEnded===!0)return!0;const e=t._writableState;return e!=null&&e.errored?!1:typeof(e==null?void 0:e.ended)!="boolean"?null:e.ended}function sa(t,e){if(!sr(t))return null;if(t.writableFinished===!0)return!0;const r=t._writableState;return r!=null&&r.errored?!1:typeof(r==null?void 0:r.finished)!="boolean"?null:!!(r.finished||e===!1&&r.ended===!0&&r.length===0)}function Ei(t,e){if(!Or(t))return null;const r=t._readableState;return r!=null&&r.errored?!1:typeof(r==null?void 0:r.endEmitted)!="boolean"?null:!!(r.endEmitted||e===!1&&r.ended===!0&&r.length===0)}function Si(t){return t&&t[yi]!=null?t[yi]:typeof(t==null?void 0:t.readable)!="boolean"?null:or(t)?!1:Or(t)&&t.readable&&!Ei(t)}function Ii(t){return t&&t[gi]!=null?t[gi]:typeof(t==null?void 0:t.writable)!="boolean"?null:or(t)?!1:sr(t)&&t.writable&&!ia(t)}function oa(t,e){return Me(t)?or(t)?!0:!((e==null?void 0:e.readable)!==!1&&Si(t)||(e==null?void 0:e.writable)!==!1&&Ii(t)):null}function aa(t){var e,r;return Me(t)?t.writableErrored?t.writableErrored:(e=(r=t._writableState)===null||r===void 0?void 0:r.errored)!==null&&e!==void 0?e:null:null}function la(t){var e,r;return Me(t)?t.readableErrored?t.readableErrored:(e=(r=t._readableState)===null||r===void 0?void 0:r.errored)!==null&&e!==void 0?e:null:null}function ua(t){if(!Me(t))return null;if(typeof t.closed=="boolean")return t.closed;const e=t._writableState,r=t._readableState;return typeof(e==null?void 0:e.closed)=="boolean"||typeof(r==null?void 0:r.closed)=="boolean"?(e==null?void 0:e.closed)||(r==null?void 0:r.closed):typeof t._closed=="boolean"&&Ri(t)?t._closed:null}function Ri(t){return typeof t._closed=="boolean"&&typeof t._defaultKeepAlive=="boolean"&&typeof t._removedConnection=="boolean"&&typeof t._removedContLen=="boolean"}function fa(t){return typeof t._sent100=="boolean"&&Ri(t)}function ca(t){var e;return typeof t._consuming=="boolean"&&typeof t._dumped=="boolean"&&((e=t.req)===null||e===void 0?void 0:e.upgradeOrConnect)===void 0}function da(t){if(!Me(t))return null;const e=t._writableState,r=t._readableState,n=e||r;return!n&&fa(t)||!!(n&&n.autoDestroy&&n.emitClose&&n.closed===!1)}function ha(t){var e;return!!(t&&((e=t[Zo])!==null&&e!==void 0?e:t.readableDidRead||t.readableAborted))}function pa(t){var e,r,n,i,a,l,u,p,_,y;return!!(t&&((e=(r=(n=(i=(a=(l=t[Xo])!==null&&l!==void 0?l:t.readableErrored)!==null&&a!==void 0?a:t.writableErrored)!==null&&i!==void 0?i:(u=t._readableState)===null||u===void 0?void 0:u.errorEmitted)!==null&&n!==void 0?n:(p=t._writableState)===null||p===void 0?void 0:p.errorEmitted)!==null&&r!==void 0?r:(_=t._readableState)===null||_===void 0?void 0:_.errored)!==null&&e!==void 0?e:!((y=t._writableState)===null||y===void 0)&&y.errored))}var He={isDestroyed:or,kIsDestroyed:bi,isDisturbed:ha,isErrored:pa,isReadable:Si,kIsClosedPromise:Jo,kControllerErrorFunction:ea,isClosed:ua,isDuplexNodeStream:ta,isFinished:oa,isIterable:na,isReadableNodeStream:Or,isReadableStream:wi,isReadableFinished:Ei,isReadableErrored:la,isNodeStream:Me,isWebStream:ra,isWritable:Ii,isWritableNodeStream:sr,isWritableStream:mi,isWritableFinished:sa,isWritableErrored:aa,isServerRequest:ca,willEmitClose:da,isTransformStream:xi};const Ze=ut,{AbortError:Ai,codes:_a}=xe,{ERR_INVALID_ARG_TYPE:ba,ERR_STREAM_PREMATURE_CLOSE:Ti}=_a,{kEmptyObject:Mr,once:Dr}=Se,{validateAbortSignal:ya,validateFunction:ga,validateObject:wa,validateBoolean:ma}=Mt,{Promise:xa,PromisePrototypeThen:Ea,SymbolDispose:vi}=oe,{isClosed:Sa,isReadable:Ni,isReadableNodeStream:Ur,isReadableStream:Ia,isReadableFinished:Pi,isReadableErrored:ji,isWritable:Li,isWritableNodeStream:$i,isWritableStream:Ra,isWritableFinished:Bi,isWritableErrored:Fi,isNodeStream:Aa,willEmitClose:Ta,kIsClosedPromise:va}=He;let At;function Na(t){return t.setHeader&&typeof t.abort=="function"}const Wr=()=>{};function ki(t,e,r){var n,i;if(arguments.length===2?(r=e,e=Mr):e==null?e=Mr:wa(e,"options"),ga(r,"callback"),ya(e.signal,"options.signal"),r=Dr(r),Ia(t)||Ra(t))return Pa(t,e,r);if(!Aa(t))throw new ba("stream",["ReadableStream","WritableStream","Stream"],t);const a=(n=e.readable)!==null&&n!==void 0?n:Ur(t),l=(i=e.writable)!==null&&i!==void 0?i:$i(t),u=t._writableState,p=t._readableState,_=()=>{t.writable||I()};let y=Ta(t)&&Ur(t)===a&&$i(t)===l,x=Bi(t,!1);const I=()=>{x=!0,t.destroyed&&(y=!1),!(y&&(!t.readable||a))&&(!a||S)&&r.call(t)};let S=Pi(t,!1);const R=()=>{S=!0,t.destroyed&&(y=!1),!(y&&(!t.writable||l))&&(!l||x)&&r.call(t)},m=U=>{r.call(t,U)};let v=Sa(t);const $=()=>{v=!0;const U=Fi(t)||ji(t);if(U&&typeof U!="boolean")return r.call(t,U);if(a&&!S&&Ur(t,!0)&&!Pi(t,!1))return r.call(t,new Ti);if(l&&!x&&!Bi(t,!1))return r.call(t,new Ti);r.call(t)},B=()=>{v=!0;const U=Fi(t)||ji(t);if(U&&typeof U!="boolean")return r.call(t,U);r.call(t)},T=()=>{t.req.on("finish",I)};Na(t)?(t.on("complete",I),y||t.on("abort",$),t.req?T():t.on("request",T)):l&&!u&&(t.on("end",_),t.on("close",_)),!y&&typeof t.aborted=="boolean"&&t.on("aborted",$),t.on("end",R),t.on("finish",I),e.error!==!1&&t.on("error",m),t.on("close",$),v?Ze.nextTick($):u!=null&&u.errorEmitted||p!=null&&p.errorEmitted?y||Ze.nextTick(B):(!a&&(!y||Ni(t))&&(x||Li(t)===!1)||!l&&(!y||Li(t))&&(S||Ni(t)===!1)||p&&t.req&&t.aborted)&&Ze.nextTick(B);const q=()=>{r=Wr,t.removeListener("aborted",$),t.removeListener("complete",I),t.removeListener("abort",$),t.removeListener("request",T),t.req&&t.req.removeListener("finish",I),t.removeListener("end",_),t.removeListener("close",_),t.removeListener("finish",I),t.removeListener("end",R),t.removeListener("error",m),t.removeListener("close",$)};if(e.signal&&!v){const U=()=>{const ae=r;q(),ae.call(t,new Ai(void 0,{cause:e.signal.reason}))};if(e.signal.aborted)Ze.nextTick(U);else{At=At||Se.addAbortListener;const ae=At(e.signal,U),Ee=r;r=Dr((...ee)=>{ae[vi](),Ee.apply(t,ee)})}}return q}function Pa(t,e,r){let n=!1,i=Wr;if(e.signal)if(i=()=>{n=!0,r.call(t,new Ai(void 0,{cause:e.signal.reason}))},e.signal.aborted)Ze.nextTick(i);else{At=At||Se.addAbortListener;const l=At(e.signal,i),u=r;r=Dr((...p)=>{l[vi](),u.apply(t,p)})}const a=(...l)=>{n||Ze.nextTick(()=>r.apply(t,l))};return Ea(t[va].promise,a,a),Wr}function ja(t,e){var r;let n=!1;return e===null&&(e=Mr),(r=e)!==null&&r!==void 0&&r.cleanup&&(ma(e.cleanup,"cleanup"),n=e.cleanup),new xa((i,a)=>{const l=ki(t,e,u=>{n&&l(),u?a(u):i()})})}Fr.exports=ki,Fr.exports.finished=ja;var Je=Fr.exports;const De=ut,{aggregateTwoErrors:La,codes:{ERR_MULTIPLE_CALLBACK:$a},AbortError:Ba}=xe,{Symbol:Ci}=oe,{kIsDestroyed:Fa,isDestroyed:ka,isFinished:Ca,isServerRequest:Oa}=He,Oi=Ci("kDestroy"),Gr=Ci("kConstruct");function Mi(t,e,r){t&&(t.stack,e&&!e.errored&&(e.errored=t),r&&!r.errored&&(r.errored=t))}function Ma(t,e){const r=this._readableState,n=this._writableState,i=n||r;return n!=null&&n.destroyed||r!=null&&r.destroyed?(typeof e=="function"&&e(),this):(Mi(t,n,r),n&&(n.destroyed=!0),r&&(r.destroyed=!0),i.constructed?Di(this,t,e):this.once(Oi,function(a){Di(this,La(a,t),e)}),this)}function Di(t,e,r){let n=!1;function i(a){if(n)return;n=!0;const l=t._readableState,u=t._writableState;Mi(a,u,l),u&&(u.closed=!0),l&&(l.closed=!0),typeof r=="function"&&r(a),a?De.nextTick(Da,t,a):De.nextTick(Ui,t)}try{t._destroy(e||null,i)}catch(a){i(a)}}function Da(t,e){zr(t,e),Ui(t)}function Ui(t){const e=t._readableState,r=t._writableState;r&&(r.closeEmitted=!0),e&&(e.closeEmitted=!0),(r!=null&&r.emitClose||e!=null&&e.emitClose)&&t.emit("close")}function zr(t,e){const r=t._readableState,n=t._writableState;n!=null&&n.errorEmitted||r!=null&&r.errorEmitted||(n&&(n.errorEmitted=!0),r&&(r.errorEmitted=!0),t.emit("error",e))}function Ua(){const t=this._readableState,e=this._writableState;t&&(t.constructed=!0,t.closed=!1,t.closeEmitted=!1,t.destroyed=!1,t.errored=null,t.errorEmitted=!1,t.reading=!1,t.ended=t.readable===!1,t.endEmitted=t.readable===!1),e&&(e.constructed=!0,e.destroyed=!1,e.closed=!1,e.closeEmitted=!1,e.errored=null,e.errorEmitted=!1,e.finalCalled=!1,e.prefinished=!1,e.ended=e.writable===!1,e.ending=e.writable===!1,e.finished=e.writable===!1)}function qr(t,e,r){const n=t._readableState,i=t._writableState;if(i!=null&&i.destroyed||n!=null&&n.destroyed)return this;n!=null&&n.autoDestroy||i!=null&&i.autoDestroy?t.destroy(e):e&&(e.stack,i&&!i.errored&&(i.errored=e),n&&!n.errored&&(n.errored=e),r?De.nextTick(zr,t,e):zr(t,e))}function Wa(t,e){if(typeof t._construct!="function")return;const r=t._readableState,n=t._writableState;r&&(r.constructed=!1),n&&(n.constructed=!1),t.once(Gr,e),!(t.listenerCount(Gr)>1)&&De.nextTick(Ga,t)}function Ga(t){let e=!1;function r(n){if(e){qr(t,n??new $a);return}e=!0;const i=t._readableState,a=t._writableState,l=a||i;i&&(i.constructed=!0),a&&(a.constructed=!0),l.destroyed?t.emit(Oi,n):n?qr(t,n,!0):De.nextTick(za,t)}try{t._construct(n=>{De.nextTick(r,n)})}catch(n){De.nextTick(r,n)}}function za(t){t.emit(Gr)}function Wi(t){return(t==null?void 0:t.setHeader)&&typeof t.abort=="function"}function Gi(t){t.emit("close")}function qa(t,e){t.emit("error",e),De.nextTick(Gi,t)}function Ha(t,e){!t||ka(t)||(!e&&!Ca(t)&&(e=new Ba),Oa(t)?(t.socket=null,t.destroy(e)):Wi(t)?t.abort():Wi(t.req)?t.req.abort():typeof t.destroy=="function"?t.destroy(e):typeof t.close=="function"?t.close():e?De.nextTick(qa,t,e):De.nextTick(Gi,t),t.destroyed||(t[Fa]=!0))}var Tt={construct:Wa,destroyer:Ha,destroy:Ma,undestroy:Ua,errorOrDestroy:qr};const{ArrayIsArray:Qa,ObjectSetPrototypeOf:zi}=oe,{EventEmitter:ar}=nr;function lr(t){ar.call(this,t)}zi(lr.prototype,ar.prototype),zi(lr,ar),lr.prototype.pipe=function(t,e){const r=this;function n(y){t.writable&&t.write(y)===!1&&r.pause&&r.pause()}r.on("data",n);function i(){r.readable&&r.resume&&r.resume()}t.on("drain",i),!t._isStdio&&(!e||e.end!==!1)&&(r.on("end",l),r.on("close",u));let a=!1;function l(){a||(a=!0,t.end())}function u(){a||(a=!0,typeof t.destroy=="function"&&t.destroy())}function p(y){_(),ar.listenerCount(this,"error")===0&&this.emit("error",y)}Hr(r,"error",p),Hr(t,"error",p);function _(){r.removeListener("data",n),t.removeListener("drain",i),r.removeListener("end",l),r.removeListener("close",u),r.removeListener("error",p),t.removeListener("error",p),r.removeListener("end",_),r.removeListener("close",_),t.removeListener("close",_)}return r.on("end",_),r.on("close",_),t.on("close",_),t.emit("pipe",r),t};function Hr(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):Qa(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}var Qr={Stream:lr,prependListener:Hr},qi={exports:{}};(function(t){const{SymbolDispose:e}=oe,{AbortError:r,codes:n}=xe,{isNodeStream:i,isWebStream:a,kControllerErrorFunction:l}=He,u=Je,{ERR_INVALID_ARG_TYPE:p}=n;let _;const y=(x,I)=>{if(typeof x!="object"||!("aborted"in x))throw new p(I,"AbortSignal",x)};t.exports.addAbortSignal=function(I,S){if(y(I,"signal"),!i(S)&&!a(S))throw new p("stream",["ReadableStream","WritableStream","Stream"],S);return t.exports.addAbortSignalNoValidate(I,S)},t.exports.addAbortSignalNoValidate=function(x,I){if(typeof x!="object"||!("aborted"in x))return I;const S=i(I)?()=>{I.destroy(new r(void 0,{cause:x.reason}))}:()=>{I[l](new r(void 0,{cause:x.reason}))};if(x.aborted)S();else{_=_||Se.addAbortListener;const R=_(x,S);u(I,R[e])}return I}})(qi);var ur=qi.exports;const{StringPrototypeSlice:Hi,SymbolIterator:Va,TypedArrayPrototypeSet:fr,Uint8Array:Ka}=oe,{Buffer:Vr}=Fe,{inspect:Ya}=Se;var Xa=class{constructor(){this.head=null,this.tail=null,this.length=0}push(e){const r={data:e,next:null};this.length>0?this.tail.next=r:this.head=r,this.tail=r,++this.length}unshift(e){const r={data:e,next:this.head};this.length===0&&(this.tail=r),this.head=r,++this.length}shift(){if(this.length===0)return;const e=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,e}clear(){this.head=this.tail=null,this.length=0}join(e){if(this.length===0)return"";let r=this.head,n=""+r.data;for(;(r=r.next)!==null;)n+=e+r.data;return n}concat(e){if(this.length===0)return Vr.alloc(0);const r=Vr.allocUnsafe(e>>>0);let n=this.head,i=0;for(;n;)fr(r,n.data,i),i+=n.data.length,n=n.next;return r}consume(e,r){const n=this.head.data;if(e<n.length){const i=n.slice(0,e);return this.head.data=n.slice(e),i}return e===n.length?this.shift():r?this._getString(e):this._getBuffer(e)}first(){return this.head.data}*[Va](){for(let e=this.head;e;e=e.next)yield e.data}_getString(e){let r="",n=this.head,i=0;do{const a=n.data;if(e>a.length)r+=a,e-=a.length;else{e===a.length?(r+=a,++i,n.next?this.head=n.next:this.head=this.tail=null):(r+=Hi(a,0,e),this.head=n,n.data=Hi(a,e));break}++i}while((n=n.next)!==null);return this.length-=i,r}_getBuffer(e){const r=Vr.allocUnsafe(e),n=e;let i=this.head,a=0;do{const l=i.data;if(e>l.length)fr(r,l,n-e),e-=l.length;else{e===l.length?(fr(r,l,n-e),++a,i.next?this.head=i.next:this.head=this.tail=null):(fr(r,new Ka(l.buffer,l.byteOffset,e),n-e),this.head=i,i.data=l.slice(e));break}++a}while((i=i.next)!==null);return this.length-=a,r}[Symbol.for("nodejs.util.inspect.custom")](e,r){return Ya(this,{...r,depth:0,customInspect:!1})}};const{MathFloor:Za,NumberIsInteger:Ja}=oe,{validateInteger:el}=Mt,{ERR_INVALID_ARG_VALUE:tl}=xe.codes;let Qi=16*1024,Vi=16;function rl(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function Ki(t){return t?Vi:Qi}function nl(t,e){el(e,"value",0),t?Vi=e:Qi=e}function il(t,e,r,n){const i=rl(e,n,r);if(i!=null){if(!Ja(i)||i<0){const a=n?`options.${r}`:"options.highWaterMark";throw new tl(a,i)}return Za(i)}return Ki(t.objectMode)}var cr={getHighWaterMark:il,getDefaultHighWaterMark:Ki,setDefaultHighWaterMark:nl},Yi={},Kr={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(t,e){var r=Fe,n=r.Buffer;function i(l,u){for(var p in l)u[p]=l[p]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?t.exports=r:(i(r,e),e.Buffer=a);function a(l,u,p){return n(l,u,p)}a.prototype=Object.create(n.prototype),i(n,a),a.from=function(l,u,p){if(typeof l=="number")throw new TypeError("Argument must not be a number");return n(l,u,p)},a.alloc=function(l,u,p){if(typeof l!="number")throw new TypeError("Argument must be a number");var _=n(l);return u!==void 0?typeof p=="string"?_.fill(u,p):_.fill(u):_.fill(0),_},a.allocUnsafe=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return n(l)},a.allocUnsafeSlow=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return r.SlowBuffer(l)}})(Kr,Kr.exports);var sl=Kr.exports,Yr=sl.Buffer,Xi=Yr.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function ol(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function al(t){var e=ol(t);if(typeof e!="string"&&(Yr.isEncoding===Xi||!Xi(t)))throw new Error("Unknown encoding: "+t);return e||t}Yi.StringDecoder=Dt;function Dt(t){this.encoding=al(t);var e;switch(this.encoding){case"utf16le":this.text=hl,this.end=pl,e=4;break;case"utf8":this.fillLast=fl,e=4;break;case"base64":this.text=_l,this.end=bl,e=3;break;default:this.write=yl,this.end=gl;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=Yr.allocUnsafe(e)}Dt.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<t.length?e?e+this.text(t,r):this.text(t,r):e||""},Dt.prototype.end=dl,Dt.prototype.text=cl,Dt.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};function Xr(t){return t<=127?0:t>>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function ll(t,e,r){var n=e.length-1;if(n<r)return 0;var i=Xr(e[n]);return i>=0?(i>0&&(t.lastNeed=i-1),i):--n<r||i===-2?0:(i=Xr(e[n]),i>=0?(i>0&&(t.lastNeed=i-2),i):--n<r||i===-2?0:(i=Xr(e[n]),i>=0?(i>0&&(i===2?i=0:t.lastNeed=i-3),i):0))}function ul(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"�";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"�";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"�"}}function fl(t){var e=this.lastTotal-this.lastNeed,r=ul(this,t);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function cl(t,e){var r=ll(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var n=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,n),t.toString("utf8",e,n)}function dl(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"�":e}function hl(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function pl(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function _l(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function bl(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function yl(t){return t.toString(this.encoding)}function gl(t){return t&&t.length?this.write(t):""}const Zi=ut,{PromisePrototypeThen:wl,SymbolAsyncIterator:Ji,SymbolIterator:es}=oe,{Buffer:ml}=Fe,{ERR_INVALID_ARG_TYPE:xl,ERR_STREAM_NULL_VALUES:El}=xe.codes;function Sl(t,e,r){let n;if(typeof e=="string"||e instanceof ml)return new t({objectMode:!0,...r,read(){this.push(e),this.push(null)}});let i;if(e&&e[Ji])i=!0,n=e[Ji]();else if(e&&e[es])i=!1,n=e[es]();else throw new xl("iterable",["Iterable"],e);const a=new t({objectMode:!0,highWaterMark:1,...r});let l=!1;a._read=function(){l||(l=!0,p())},a._destroy=function(_,y){wl(u(_),()=>Zi.nextTick(y,_),x=>Zi.nextTick(y,x||_))};async function u(_){const y=_!=null,x=typeof n.throw=="function";if(y&&x){const{value:I,done:S}=await n.throw(_);if(await I,S)return}if(typeof n.return=="function"){const{value:I}=await n.return();await I}}async function p(){for(;;){try{const{value:_,done:y}=i?await n.next():n.next();if(y)a.push(null);else{const x=_&&typeof _.then=="function"?await _:_;if(x===null)throw l=!1,new El;if(a.push(x))continue;l=!1}}catch(_){a.destroy(_)}break}}return a}var ts=Sl,Zr,rs;function dr(){if(rs)return Zr;rs=1;const t=ut,{ArrayPrototypeIndexOf:e,NumberIsInteger:r,NumberIsNaN:n,NumberParseInt:i,ObjectDefineProperties:a,ObjectKeys:l,ObjectSetPrototypeOf:u,Promise:p,SafeSet:_,SymbolAsyncDispose:y,SymbolAsyncIterator:x,Symbol:I}=oe;Zr=O,O.ReadableState=Re;const{EventEmitter:S}=nr,{Stream:R,prependListener:m}=Qr,{Buffer:v}=Fe,{addAbortSignal:$}=ur,B=Je;let T=Se.debuglog("stream",c=>{T=c});const q=Xa,U=Tt,{getHighWaterMark:ae,getDefaultHighWaterMark:Ee}=cr,{aggregateTwoErrors:ee,codes:{ERR_INVALID_ARG_TYPE:le,ERR_METHOD_NOT_IMPLEMENTED:ge,ERR_OUT_OF_RANGE:we,ERR_STREAM_PUSH_AFTER_EOF:Q,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:P},AbortError:K}=xe,{validateObject:G}=Mt,H=I("kPaused"),{StringDecoder:ue}=Yi,fe=ts;u(O.prototype,R.prototype),u(O,R);const re=()=>{},{errorOrDestroy:ce}=U,D=1,ne=2,M=4,he=8,Te=16,tt=32,Ke=64,je=128,Ye=256,Pt=512,_t=1024,rt=2048,g=4096,w=8192,N=16384,C=32768,F=65536,Z=1<<17,te=1<<18;function Y(c){return{enumerable:!1,get(){return(this.state&c)!==0},set(h){h?this.state|=c:this.state&=~c}}}a(Re.prototype,{objectMode:Y(D),ended:Y(ne),endEmitted:Y(M),reading:Y(he),constructed:Y(Te),sync:Y(tt),needReadable:Y(Ke),emittedReadable:Y(je),readableListening:Y(Ye),resumeScheduled:Y(Pt),errorEmitted:Y(_t),emitClose:Y(rt),autoDestroy:Y(g),destroyed:Y(w),closed:Y(N),closeEmitted:Y(C),multiAwaitDrain:Y(F),readingMore:Y(Z),dataEmitted:Y(te)});function Re(c,h,j){typeof j!="boolean"&&(j=h instanceof Qe()),this.state=rt|g|Te|tt,c&&c.objectMode&&(this.state|=D),j&&c&&c.readableObjectMode&&(this.state|=D),this.highWaterMark=c?ae(this,c,"readableHighWaterMark",j):Ee(!1),this.buffer=new q,this.length=0,this.pipes=[],this.flowing=null,this[H]=null,c&&c.emitClose===!1&&(this.state&=-2049),c&&c.autoDestroy===!1&&(this.state&=-4097),this.errored=null,this.defaultEncoding=c&&c.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.decoder=null,this.encoding=null,c&&c.encoding&&(this.decoder=new ue(c.encoding),this.encoding=c.encoding)}function O(c){if(!(this instanceof O))return new O(c);const h=this instanceof Qe();this._readableState=new Re(c,this,h),c&&(typeof c.read=="function"&&(this._read=c.read),typeof c.destroy=="function"&&(this._destroy=c.destroy),typeof c.construct=="function"&&(this._construct=c.construct),c.signal&&!h&&$(c.signal,this)),R.call(this,c),U.construct(this,()=>{this._readableState.needReadable&&b(this,this._readableState)})}O.prototype.destroy=U.destroy,O.prototype._undestroy=U.undestroy,O.prototype._destroy=function(c,h){h(c)},O.prototype[S.captureRejectionSymbol]=function(c){this.destroy(c)},O.prototype[y]=function(){let c;return this.destroyed||(c=this.readableEnded?null:new K,this.destroy(c)),new p((h,j)=>B(this,L=>L&&L!==c?j(L):h(null)))},O.prototype.push=function(c,h){return Le(this,c,h,!1)},O.prototype.unshift=function(c,h){return Le(this,c,h,!0)};function Le(c,h,j,L){T("readableAddChunk",h);const k=c._readableState;let me;if((k.state&D)===0&&(typeof h=="string"?(j=j||k.defaultEncoding,k.encoding!==j&&(L&&k.encoding?h=v.from(h,j).toString(k.encoding):(h=v.from(h,j),j=""))):h instanceof v?j="":R._isUint8Array(h)?(h=R._uint8ArrayToBuffer(h),j=""):h!=null&&(me=new le("chunk",["string","Buffer","Uint8Array"],h))),me)ce(c,me);else if(h===null)k.state&=-9,s(c,k);else if((k.state&D)!==0||h&&h.length>0)if(L)if((k.state&M)!==0)ce(c,new P);else{if(k.destroyed||k.errored)return!1;Qt(c,k,h,!0)}else if(k.ended)ce(c,new Q);else{if(k.destroyed||k.errored)return!1;k.state&=-9,k.decoder&&!j?(h=k.decoder.write(h),k.objectMode||h.length!==0?Qt(c,k,h,!1):b(c,k)):Qt(c,k,h,!1)}else L||(k.state&=-9,b(c,k));return!k.ended&&(k.length<k.highWaterMark||k.length===0)}function Qt(c,h,j,L){h.flowing&&h.length===0&&!h.sync&&c.listenerCount("data")>0?((h.state&F)!==0?h.awaitDrainWriters.clear():h.awaitDrainWriters=null,h.dataEmitted=!0,c.emit("data",j)):(h.length+=h.objectMode?1:j.length,L?h.buffer.unshift(j):h.buffer.push(j),(h.state&Ke)!==0&&o(c)),b(c,h)}O.prototype.isPaused=function(){const c=this._readableState;return c[H]===!0||c.flowing===!1},O.prototype.setEncoding=function(c){const h=new ue(c);this._readableState.decoder=h,this._readableState.encoding=this._readableState.decoder.encoding;const j=this._readableState.buffer;let L="";for(const k of j)L+=h.write(k);return j.clear(),L!==""&&j.push(L),this._readableState.length=L.length,this};const Ge=1073741824;function En(c){if(c>Ge)throw new we("size","<= 1GiB",c);return c--,c|=c>>>1,c|=c>>>2,c|=c>>>4,c|=c>>>8,c|=c>>>16,c++,c}function f(c,h){return c<=0||h.length===0&&h.ended?0:(h.state&D)!==0?1:n(c)?h.flowing&&h.length?h.buffer.first().length:h.length:c<=h.length?c:h.ended?h.length:0}O.prototype.read=function(c){T("read",c),c===void 0?c=NaN:r(c)||(c=i(c,10));const h=this._readableState,j=c;if(c>h.highWaterMark&&(h.highWaterMark=En(c)),c!==0&&(h.state&=-129),c===0&&h.needReadable&&((h.highWaterMark!==0?h.length>=h.highWaterMark:h.length>0)||h.ended))return T("read: emitReadable",h.length,h.ended),h.length===0&&h.ended?Sn(this):o(this),null;if(c=f(c,h),c===0&&h.ended)return h.length===0&&Sn(this),null;let L=(h.state&Ke)!==0;if(T("need readable",L),(h.length===0||h.length-c<h.highWaterMark)&&(L=!0,T("length less than watermark",L)),h.ended||h.reading||h.destroyed||h.errored||!h.constructed)L=!1,T("reading, ended or constructing",L);else if(L){T("do read"),h.state|=he|tt,h.length===0&&(h.state|=Ke);try{this._read(h.highWaterMark)}catch(me){ce(this,me)}h.state&=-33,h.reading||(c=f(j,h))}let k;return c>0?k=Us(c,h):k=null,k===null?(h.needReadable=h.length<=h.highWaterMark,c=0):(h.length-=c,h.multiAwaitDrain?h.awaitDrainWriters.clear():h.awaitDrainWriters=null),h.length===0&&(h.ended||(h.needReadable=!0),j!==c&&h.ended&&Sn(this)),k!==null&&!h.errorEmitted&&!h.closeEmitted&&(h.dataEmitted=!0,this.emit("data",k)),k};function s(c,h){if(T("onEofChunk"),!h.ended){if(h.decoder){const j=h.decoder.end();j&&j.length&&(h.buffer.push(j),h.length+=h.objectMode?1:j.length)}h.ended=!0,h.sync?o(c):(h.needReadable=!1,h.emittedReadable=!0,d(c))}}function o(c){const h=c._readableState;T("emitReadable",h.needReadable,h.emittedReadable),h.needReadable=!1,h.emittedReadable||(T("emitReadable",h.flowing),h.emittedReadable=!0,t.nextTick(d,c))}function d(c){const h=c._readableState;T("emitReadable_",h.destroyed,h.length,h.ended),!h.destroyed&&!h.errored&&(h.length||h.ended)&&(c.emit("readable"),h.emittedReadable=!1),h.needReadable=!h.flowing&&!h.ended&&h.length<=h.highWaterMark,V(c)}function b(c,h){!h.readingMore&&h.constructed&&(h.readingMore=!0,t.nextTick(E,c,h))}function E(c,h){for(;!h.reading&&!h.ended&&(h.length<h.highWaterMark||h.flowing&&h.length===0);){const j=h.length;if(T("maybeReadMore read 0"),c.read(0),j===h.length)break}h.readingMore=!1}O.prototype._read=function(c){throw new ge("_read()")},O.prototype.pipe=function(c,h){const j=this,L=this._readableState;L.pipes.length===1&&(L.multiAwaitDrain||(L.multiAwaitDrain=!0,L.awaitDrainWriters=new _(L.awaitDrainWriters?[L.awaitDrainWriters]:[]))),L.pipes.push(c),T("pipe count=%d opts=%j",L.pipes.length,h);const me=(!h||h.end!==!1)&&c!==t.stdout&&c!==t.stderr?Gs:Vt;L.endEmitted?t.nextTick(me):j.once("end",me),c.on("unpipe",$e);function $e(yt,Xe){T("onunpipe"),yt===j&&Xe&&Xe.hasUnpiped===!1&&(Xe.hasUnpiped=!0,qu())}function Gs(){T("onend"),c.end()}let bt,zs=!1;function qu(){T("cleanup"),c.removeListener("close",An),c.removeListener("finish",Tn),bt&&c.removeListener("drain",bt),c.removeListener("error",Rn),c.removeListener("unpipe",$e),j.removeListener("end",Gs),j.removeListener("end",Vt),j.removeListener("data",Hs),zs=!0,bt&&L.awaitDrainWriters&&(!c._writableState||c._writableState.needDrain)&&bt()}function qs(){zs||(L.pipes.length===1&&L.pipes[0]===c?(T("false write response, pause",0),L.awaitDrainWriters=c,L.multiAwaitDrain=!1):L.pipes.length>1&&L.pipes.includes(c)&&(T("false write response, pause",L.awaitDrainWriters.size),L.awaitDrainWriters.add(c)),j.pause()),bt||(bt=A(j,c),c.on("drain",bt))}j.on("data",Hs);function Hs(yt){T("ondata");const Xe=c.write(yt);T("dest.write",Xe),Xe===!1&&qs()}function Rn(yt){if(T("onerror",yt),Vt(),c.removeListener("error",Rn),c.listenerCount("error")===0){const Xe=c._writableState||c._readableState;Xe&&!Xe.errorEmitted?ce(c,yt):c.emit("error",yt)}}m(c,"error",Rn);function An(){c.removeListener("finish",Tn),Vt()}c.once("close",An);function Tn(){T("onfinish"),c.removeListener("close",An),Vt()}c.once("finish",Tn);function Vt(){T("unpipe"),j.unpipe(c)}return c.emit("pipe",j),c.writableNeedDrain===!0?qs():L.flowing||(T("pipe resume"),j.resume()),c};function A(c,h){return function(){const L=c._readableState;L.awaitDrainWriters===h?(T("pipeOnDrain",1),L.awaitDrainWriters=null):L.multiAwaitDrain&&(T("pipeOnDrain",L.awaitDrainWriters.size),L.awaitDrainWriters.delete(h)),(!L.awaitDrainWriters||L.awaitDrainWriters.size===0)&&c.listenerCount("data")&&c.resume()}}O.prototype.unpipe=function(c){const h=this._readableState,j={hasUnpiped:!1};if(h.pipes.length===0)return this;if(!c){const k=h.pipes;h.pipes=[],this.pause();for(let me=0;me<k.length;me++)k[me].emit("unpipe",this,{hasUnpiped:!1});return this}const L=e(h.pipes,c);return L===-1?this:(h.pipes.splice(L,1),h.pipes.length===0&&this.pause(),c.emit("unpipe",this,j),this)},O.prototype.on=function(c,h){const j=R.prototype.on.call(this,c,h),L=this._readableState;return c==="data"?(L.readableListening=this.listenerCount("readable")>0,L.flowing!==!1&&this.resume()):c==="readable"&&!L.endEmitted&&!L.readableListening&&(L.readableListening=L.needReadable=!0,L.flowing=!1,L.emittedReadable=!1,T("on readable",L.length,L.reading),L.length?o(this):L.reading||t.nextTick(ie,this)),j},O.prototype.addListener=O.prototype.on,O.prototype.removeListener=function(c,h){const j=R.prototype.removeListener.call(this,c,h);return c==="readable"&&t.nextTick(W,this),j},O.prototype.off=O.prototype.removeListener,O.prototype.removeAllListeners=function(c){const h=R.prototype.removeAllListeners.apply(this,arguments);return(c==="readable"||c===void 0)&&t.nextTick(W,this),h};function W(c){const h=c._readableState;h.readableListening=c.listenerCount("readable")>0,h.resumeScheduled&&h[H]===!1?h.flowing=!0:c.listenerCount("data")>0?c.resume():h.readableListening||(h.flowing=null)}function ie(c){T("readable nexttick read 0"),c.read(0)}O.prototype.resume=function(){const c=this._readableState;return c.flowing||(T("resume"),c.flowing=!c.readableListening,J(this,c)),c[H]=!1,this};function J(c,h){h.resumeScheduled||(h.resumeScheduled=!0,t.nextTick(se,c,h))}function se(c,h){T("resume",h.reading),h.reading||c.read(0),h.resumeScheduled=!1,c.emit("resume"),V(c),h.flowing&&!h.reading&&c.read(0)}O.prototype.pause=function(){return T("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(T("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[H]=!0,this};function V(c){const h=c._readableState;for(T("flow",h.flowing);h.flowing&&c.read()!==null;);}O.prototype.wrap=function(c){let h=!1;c.on("data",L=>{!this.push(L)&&c.pause&&(h=!0,c.pause())}),c.on("end",()=>{this.push(null)}),c.on("error",L=>{ce(this,L)}),c.on("close",()=>{this.destroy()}),c.on("destroy",()=>{this.destroy()}),this._read=()=>{h&&c.resume&&(h=!1,c.resume())};const j=l(c);for(let L=1;L<j.length;L++){const k=j[L];this[k]===void 0&&typeof c[k]=="function"&&(this[k]=c[k].bind(c))}return this},O.prototype[x]=function(){return Ds(this)},O.prototype.iterator=function(c){return c!==void 0&&G(c,"options"),Ds(this,c)};function Ds(c,h){typeof c.read!="function"&&(c=O.wrap(c,{objectMode:!0}));const j=Wu(c,h);return j.stream=c,j}async function*Wu(c,h){let j=re;function L($e){this===c?(j(),j=re):j=$e}c.on("readable",L);let k;const me=B(c,{writable:!1},$e=>{k=$e?ee(k,$e):null,j(),j=re});try{for(;;){const $e=c.destroyed?null:c.read();if($e!==null)yield $e;else{if(k)throw k;if(k===null)return;await new p(L)}}}catch($e){throw k=ee(k,$e),k}finally{(k||(h==null?void 0:h.destroyOnReturn)!==!1)&&(k===void 0||c._readableState.autoDestroy)?U.destroyer(c,null):(c.off("readable",L),me())}}a(O.prototype,{readable:{__proto__:null,get(){const c=this._readableState;return!!c&&c.readable!==!1&&!c.destroyed&&!c.errorEmitted&&!c.endEmitted},set(c){this._readableState&&(this._readableState.readable=!!c)}},readableDidRead:{__proto__:null,enumerable:!1,get:function(){return this._readableState.dataEmitted}},readableAborted:{__proto__:null,enumerable:!1,get:function(){return!!(this._readableState.readable!==!1&&(this._readableState.destroyed||this._readableState.errored)&&!this._readableState.endEmitted)}},readableHighWaterMark:{__proto__:null,enumerable:!1,get:function(){return this._readableState.highWaterMark}},readableBuffer:{__proto__:null,enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}},readableFlowing:{__proto__:null,enumerable:!1,get:function(){return this._readableState.flowing},set:function(c){this._readableState&&(this._readableState.flowing=c)}},readableLength:{__proto__:null,enumerable:!1,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.objectMode:!1}},readableEncoding:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return this._readableState?this._readableState.closed:!1}},destroyed:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.destroyed:!1},set(c){this._readableState&&(this._readableState.destroyed=c)}},readableEnded:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.endEmitted:!1}}}),a(Re.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[H]!==!1},set(c){this[H]=!!c}}}),O._fromList=Us;function Us(c,h){if(h.length===0)return null;let j;return h.objectMode?j=h.buffer.shift():!c||c>=h.length?(h.decoder?j=h.buffer.join(""):h.buffer.length===1?j=h.buffer.first():j=h.buffer.concat(h.length),h.buffer.clear()):j=h.buffer.consume(c,h.decoder),j}function Sn(c){const h=c._readableState;T("endReadable",h.endEmitted),h.endEmitted||(h.ended=!0,t.nextTick(Gu,h,c))}function Gu(c,h){if(T("endReadableNT",c.endEmitted,c.length),!c.errored&&!c.closeEmitted&&!c.endEmitted&&c.length===0){if(c.endEmitted=!0,h.emit("end"),h.writable&&h.allowHalfOpen===!1)t.nextTick(zu,h);else if(c.autoDestroy){const j=h._writableState;(!j||j.autoDestroy&&(j.finished||j.writable===!1))&&h.destroy()}}}function zu(c){c.writable&&!c.writableEnded&&!c.destroyed&&c.end()}O.from=function(c,h){return fe(O,c,h)};let In;function Ws(){return In===void 0&&(In={}),In}return O.fromWeb=function(c,h){return Ws().newStreamReadableFromReadableStream(c,h)},O.toWeb=function(c,h){return Ws().newReadableStreamFromStreamReadable(c,h)},O.wrap=function(c,h){var j,L;return new O({objectMode:(j=(L=c.readableObjectMode)!==null&&L!==void 0?L:c.objectMode)!==null&&j!==void 0?j:!0,...h,destroy(k,me){U.destroyer(c,k),me(k)}}).wrap(c)},Zr}var Jr,ns;function en(){if(ns)return Jr;ns=1;const t=ut,{ArrayPrototypeSlice:e,Error:r,FunctionPrototypeSymbolHasInstance:n,ObjectDefineProperty:i,ObjectDefineProperties:a,ObjectSetPrototypeOf:l,StringPrototypeToLowerCase:u,Symbol:p,SymbolHasInstance:_}=oe;Jr=G,G.WritableState=P;const{EventEmitter:y}=nr,x=Qr.Stream,{Buffer:I}=Fe,S=Tt,{addAbortSignal:R}=ur,{getHighWaterMark:m,getDefaultHighWaterMark:v}=cr,{ERR_INVALID_ARG_TYPE:$,ERR_METHOD_NOT_IMPLEMENTED:B,ERR_MULTIPLE_CALLBACK:T,ERR_STREAM_CANNOT_PIPE:q,ERR_STREAM_DESTROYED:U,ERR_STREAM_ALREADY_FINISHED:ae,ERR_STREAM_NULL_VALUES:Ee,ERR_STREAM_WRITE_AFTER_END:ee,ERR_UNKNOWN_ENCODING:le}=xe.codes,{errorOrDestroy:ge}=S;l(G.prototype,x.prototype),l(G,x);function we(){}const Q=p("kOnFinished");function P(g,w,N){typeof N!="boolean"&&(N=w instanceof Qe()),this.objectMode=!!(g&&g.objectMode),N&&(this.objectMode=this.objectMode||!!(g&&g.writableObjectMode)),this.highWaterMark=g?m(this,g,"writableHighWaterMark",N):v(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const C=!!(g&&g.decodeStrings===!1);this.decodeStrings=!C,this.defaultEncoding=g&&g.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=ce.bind(void 0,w),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,K(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!g||g.emitClose!==!1,this.autoDestroy=!g||g.autoDestroy!==!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[Q]=[]}function K(g){g.buffered=[],g.bufferedIndex=0,g.allBuffers=!0,g.allNoop=!0}P.prototype.getBuffer=function(){return e(this.buffered,this.bufferedIndex)},i(P.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function G(g){const w=this instanceof Qe();if(!w&&!n(G,this))return new G(g);this._writableState=new P(g,this,w),g&&(typeof g.write=="function"&&(this._write=g.write),typeof g.writev=="function"&&(this._writev=g.writev),typeof g.destroy=="function"&&(this._destroy=g.destroy),typeof g.final=="function"&&(this._final=g.final),typeof g.construct=="function"&&(this._construct=g.construct),g.signal&&R(g.signal,this)),x.call(this,g),S.construct(this,()=>{const N=this._writableState;N.writing||he(this,N),je(this,N)})}i(G,_,{__proto__:null,value:function(g){return n(this,g)?!0:this!==G?!1:g&&g._writableState instanceof P}}),G.prototype.pipe=function(){ge(this,new q)};function H(g,w,N,C){const F=g._writableState;if(typeof N=="function")C=N,N=F.defaultEncoding;else{if(!N)N=F.defaultEncoding;else if(N!=="buffer"&&!I.isEncoding(N))throw new le(N);typeof C!="function"&&(C=we)}if(w===null)throw new Ee;if(!F.objectMode)if(typeof w=="string")F.decodeStrings!==!1&&(w=I.from(w,N),N="buffer");else if(w instanceof I)N="buffer";else if(x._isUint8Array(w))w=x._uint8ArrayToBuffer(w),N="buffer";else throw new $("chunk",["string","Buffer","Uint8Array"],w);let Z;return F.ending?Z=new ee:F.destroyed&&(Z=new U("write")),Z?(t.nextTick(C,Z),ge(g,Z,!0),Z):(F.pendingcb++,ue(g,F,w,N,C))}G.prototype.write=function(g,w,N){return H(this,g,w,N)===!0},G.prototype.cork=function(){this._writableState.corked++},G.prototype.uncork=function(){const g=this._writableState;g.corked&&(g.corked--,g.writing||he(this,g))},G.prototype.setDefaultEncoding=function(w){if(typeof w=="string"&&(w=u(w)),!I.isEncoding(w))throw new le(w);return this._writableState.defaultEncoding=w,this};function ue(g,w,N,C,F){const Z=w.objectMode?1:N.length;w.length+=Z;const te=w.length<w.highWaterMark;return te||(w.needDrain=!0),w.writing||w.corked||w.errored||!w.constructed?(w.buffered.push({chunk:N,encoding:C,callback:F}),w.allBuffers&&C!=="buffer"&&(w.allBuffers=!1),w.allNoop&&F!==we&&(w.allNoop=!1)):(w.writelen=Z,w.writecb=F,w.writing=!0,w.sync=!0,g._write(N,C,w.onwrite),w.sync=!1),te&&!w.errored&&!w.destroyed}function fe(g,w,N,C,F,Z,te){w.writelen=C,w.writecb=te,w.writing=!0,w.sync=!0,w.destroyed?w.onwrite(new U("write")):N?g._writev(F,w.onwrite):g._write(F,Z,w.onwrite),w.sync=!1}function re(g,w,N,C){--w.pendingcb,C(N),M(w),ge(g,N)}function ce(g,w){const N=g._writableState,C=N.sync,F=N.writecb;if(typeof F!="function"){ge(g,new T);return}N.writing=!1,N.writecb=null,N.length-=N.writelen,N.writelen=0,w?(w.stack,N.errored||(N.errored=w),g._readableState&&!g._readableState.errored&&(g._readableState.errored=w),C?t.nextTick(re,g,N,w,F):re(g,N,w,F)):(N.buffered.length>N.bufferedIndex&&he(g,N),C?N.afterWriteTickInfo!==null&&N.afterWriteTickInfo.cb===F?N.afterWriteTickInfo.count++:(N.afterWriteTickInfo={count:1,cb:F,stream:g,state:N},t.nextTick(D,N.afterWriteTickInfo)):ne(g,N,1,F))}function D({stream:g,state:w,count:N,cb:C}){return w.afterWriteTickInfo=null,ne(g,w,N,C)}function ne(g,w,N,C){for(!w.ending&&!g.destroyed&&w.length===0&&w.needDrain&&(w.needDrain=!1,g.emit("drain"));N-- >0;)w.pendingcb--,C();w.destroyed&&M(w),je(g,w)}function M(g){if(g.writing)return;for(let F=g.bufferedIndex;F<g.buffered.length;++F){var w;const{chunk:Z,callback:te}=g.buffered[F],Y=g.objectMode?1:Z.length;g.length-=Y,te((w=g.errored)!==null&&w!==void 0?w:new U("write"))}const N=g[Q].splice(0);for(let F=0;F<N.length;F++){var C;N[F]((C=g.errored)!==null&&C!==void 0?C:new U("end"))}K(g)}function he(g,w){if(w.corked||w.bufferProcessing||w.destroyed||!w.constructed)return;const{buffered:N,bufferedIndex:C,objectMode:F}=w,Z=N.length-C;if(!Z)return;let te=C;if(w.bufferProcessing=!0,Z>1&&g._writev){w.pendingcb-=Z-1;const Y=w.allNoop?we:O=>{for(let Le=te;Le<N.length;++Le)N[Le].callback(O)},Re=w.allNoop&&te===0?N:e(N,te);Re.allBuffers=w.allBuffers,fe(g,w,!0,w.length,Re,"",Y),K(w)}else{do{const{chunk:Y,encoding:Re,callback:O}=N[te];N[te++]=null;const Le=F?1:Y.length;fe(g,w,!1,Le,Y,Re,O)}while(te<N.length&&!w.writing);te===N.length?K(w):te>256?(N.splice(0,te),w.bufferedIndex=0):w.bufferedIndex=te}w.bufferProcessing=!1}G.prototype._write=function(g,w,N){if(this._writev)this._writev([{chunk:g,encoding:w}],N);else throw new B("_write()")},G.prototype._writev=null,G.prototype.end=function(g,w,N){const C=this._writableState;typeof g=="function"?(N=g,g=null,w=null):typeof w=="function"&&(N=w,w=null);let F;if(g!=null){const Z=H(this,g,w);Z instanceof r&&(F=Z)}return C.corked&&(C.corked=1,this.uncork()),F||(!C.errored&&!C.ending?(C.ending=!0,je(this,C,!0),C.ended=!0):C.finished?F=new ae("end"):C.destroyed&&(F=new U("end"))),typeof N=="function"&&(F||C.finished?t.nextTick(N,F):C[Q].push(N)),this};function Te(g){return g.ending&&!g.destroyed&&g.constructed&&g.length===0&&!g.errored&&g.buffered.length===0&&!g.finished&&!g.writing&&!g.errorEmitted&&!g.closeEmitted}function tt(g,w){let N=!1;function C(F){if(N){ge(g,F??T());return}if(N=!0,w.pendingcb--,F){const Z=w[Q].splice(0);for(let te=0;te<Z.length;te++)Z[te](F);ge(g,F,w.sync)}else Te(w)&&(w.prefinished=!0,g.emit("prefinish"),w.pendingcb++,t.nextTick(Ye,g,w))}w.sync=!0,w.pendingcb++;try{g._final(C)}catch(F){C(F)}w.sync=!1}function Ke(g,w){!w.prefinished&&!w.finalCalled&&(typeof g._final=="function"&&!w.destroyed?(w.finalCalled=!0,tt(g,w)):(w.prefinished=!0,g.emit("prefinish")))}function je(g,w,N){Te(w)&&(Ke(g,w),w.pendingcb===0&&(N?(w.pendingcb++,t.nextTick((C,F)=>{Te(F)?Ye(C,F):F.pendingcb--},g,w)):Te(w)&&(w.pendingcb++,Ye(g,w))))}function Ye(g,w){w.pendingcb--,w.finished=!0;const N=w[Q].splice(0);for(let C=0;C<N.length;C++)N[C]();if(g.emit("finish"),w.autoDestroy){const C=g._readableState;(!C||C.autoDestroy&&(C.endEmitted||C.readable===!1))&&g.destroy()}}a(G.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:!1}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:!1},set(g){this._writableState&&(this._writableState.destroyed=g)}},writable:{__proto__:null,get(){const g=this._writableState;return!!g&&g.writable!==!1&&!g.destroyed&&!g.errored&&!g.ending&&!g.ended},set(g){this._writableState&&(this._writableState.writable=!!g)}},writableFinished:{__proto__:null,get(){return this._writableState?this._writableState.finished:!1}},writableObjectMode:{__proto__:null,get(){return this._writableState?this._writableState.objectMode:!1}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return this._writableState?this._writableState.ending:!1}},writableNeedDrain:{__proto__:null,get(){const g=this._writableState;return g?!g.destroyed&&!g.ending&&g.needDrain:!1}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:!1,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:!1,get:function(){return!!(this._writableState.writable!==!1&&(this._writableState.destroyed||this._writableState.errored)&&!this._writableState.finished)}}});const Pt=S.destroy;G.prototype.destroy=function(g,w){const N=this._writableState;return!N.destroyed&&(N.bufferedIndex<N.buffered.length||N[Q].length)&&t.nextTick(M,N),Pt.call(this,g,w),this},G.prototype._undestroy=S.undestroy,G.prototype._destroy=function(g,w){w(g)},G.prototype[y.captureRejectionSymbol]=function(g){this.destroy(g)};let _t;function rt(){return _t===void 0&&(_t={}),_t}return G.fromWeb=function(g,w){return rt().newStreamWritableFromWritableStream(g,w)},G.toWeb=function(g){return rt().newWritableStreamFromStreamWritable(g)},Jr}var tn,is;function Il(){if(is)return tn;is=1;const t=ut,e=Fe,{isReadable:r,isWritable:n,isIterable:i,isNodeStream:a,isReadableNodeStream:l,isWritableNodeStream:u,isDuplexNodeStream:p,isReadableStream:_,isWritableStream:y}=He,x=Je,{AbortError:I,codes:{ERR_INVALID_ARG_TYPE:S,ERR_INVALID_RETURN_VALUE:R}}=xe,{destroyer:m}=Tt,v=Qe(),$=dr(),B=en(),{createDeferredPromise:T}=Se,q=ts,U=globalThis.Blob||e.Blob,ae=typeof U<"u"?function(P){return P instanceof U}:function(P){return!1},Ee=globalThis.AbortController||Ot().AbortController,{FunctionPrototypeCall:ee}=oe;class le extends v{constructor(P){super(P),(P==null?void 0:P.readable)===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),(P==null?void 0:P.writable)===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}}tn=function Q(P,K){if(p(P))return P;if(l(P))return we({readable:P});if(u(P))return we({writable:P});if(a(P))return we({writable:!1,readable:!1});if(_(P))return we({readable:$.fromWeb(P)});if(y(P))return we({writable:B.fromWeb(P)});if(typeof P=="function"){const{value:H,write:ue,final:fe,destroy:re}=ge(P);if(i(H))return q(le,H,{objectMode:!0,write:ue,final:fe,destroy:re});const ce=H==null?void 0:H.then;if(typeof ce=="function"){let D;const ne=ee(ce,H,M=>{if(M!=null)throw new R("nully","body",M)},M=>{m(D,M)});return D=new le({objectMode:!0,readable:!1,write:ue,final(M){fe(async()=>{try{await ne,t.nextTick(M,null)}catch(he){t.nextTick(M,he)}})},destroy:re})}throw new R("Iterable, AsyncIterable or AsyncFunction",K,H)}if(ae(P))return Q(P.arrayBuffer());if(i(P))return q(le,P,{objectMode:!0,writable:!1});if(_(P==null?void 0:P.readable)&&y(P==null?void 0:P.writable))return le.fromWeb(P);if(typeof(P==null?void 0:P.writable)=="object"||typeof(P==null?void 0:P.readable)=="object"){const H=P!=null&&P.readable?l(P==null?void 0:P.readable)?P==null?void 0:P.readable:Q(P.readable):void 0,ue=P!=null&&P.writable?u(P==null?void 0:P.writable)?P==null?void 0:P.writable:Q(P.writable):void 0;return we({readable:H,writable:ue})}const G=P==null?void 0:P.then;if(typeof G=="function"){let H;return ee(G,P,ue=>{ue!=null&&H.push(ue),H.push(null)},ue=>{m(H,ue)}),H=new le({objectMode:!0,writable:!1,read(){}})}throw new S(K,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],P)};function ge(Q){let{promise:P,resolve:K}=T();const G=new Ee,H=G.signal;return{value:Q(async function*(){for(;;){const fe=P;P=null;const{chunk:re,done:ce,cb:D}=await fe;if(t.nextTick(D),ce)return;if(H.aborted)throw new I(void 0,{cause:H.reason});({promise:P,resolve:K}=T()),yield re}}(),{signal:H}),write(fe,re,ce){const D=K;K=null,D({chunk:fe,done:!1,cb:ce})},final(fe){const re=K;K=null,re({done:!0,cb:fe})},destroy(fe,re){G.abort(),re(fe)}}}function we(Q){const P=Q.readable&&typeof Q.readable.read!="function"?$.wrap(Q.readable):Q.readable,K=Q.writable;let G=!!r(P),H=!!n(K),ue,fe,re,ce,D;function ne(M){const he=ce;ce=null,he?he(M):M&&D.destroy(M)}return D=new le({readableObjectMode:!!(P!=null&&P.readableObjectMode),writableObjectMode:!!(K!=null&&K.writableObjectMode),readable:G,writable:H}),H&&(x(K,M=>{H=!1,M&&m(P,M),ne(M)}),D._write=function(M,he,Te){K.write(M,he)?Te():ue=Te},D._final=function(M){K.end(),fe=M},K.on("drain",function(){if(ue){const M=ue;ue=null,M()}}),K.on("finish",function(){if(fe){const M=fe;fe=null,M()}})),G&&(x(P,M=>{G=!1,M&&m(P,M),ne(M)}),P.on("readable",function(){if(re){const M=re;re=null,M()}}),P.on("end",function(){D.push(null)}),D._read=function(){for(;;){const M=P.read();if(M===null){re=D._read;return}if(!D.push(M))return}}),D._destroy=function(M,he){!M&&ce!==null&&(M=new I),re=null,ue=null,fe=null,ce===null?he(M):(ce=he,m(K,M),m(P,M))},D}return tn}var rn,ss;function Qe(){if(ss)return rn;ss=1;const{ObjectDefineProperties:t,ObjectGetOwnPropertyDescriptor:e,ObjectKeys:r,ObjectSetPrototypeOf:n}=oe;rn=l;const i=dr(),a=en();n(l.prototype,i.prototype),n(l,i);{const y=r(a.prototype);for(let x=0;x<y.length;x++){const I=y[x];l.prototype[I]||(l.prototype[I]=a.prototype[I])}}function l(y){if(!(this instanceof l))return new l(y);i.call(this,y),a.call(this,y),y?(this.allowHalfOpen=y.allowHalfOpen!==!1,y.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),y.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}t(l.prototype,{writable:{__proto__:null,...e(a.prototype,"writable")},writableHighWaterMark:{__proto__:null,...e(a.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...e(a.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...e(a.prototype,"writableBuffer")},writableLength:{__proto__:null,...e(a.prototype,"writableLength")},writableFinished:{__proto__:null,...e(a.prototype,"writableFinished")},writableCorked:{__proto__:null,...e(a.prototype,"writableCorked")},writableEnded:{__proto__:null,...e(a.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...e(a.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set(y){this._readableState&&this._writableState&&(this._readableState.destroyed=y,this._writableState.destroyed=y)}}});let u;function p(){return u===void 0&&(u={}),u}l.fromWeb=function(y,x){return p().newStreamDuplexFromReadableWritablePair(y,x)},l.toWeb=function(y){return p().newReadableWritablePairFromDuplex(y)};let _;return l.from=function(y){return _||(_=Il()),_(y,"body")},rn}const{ObjectSetPrototypeOf:os,Symbol:Rl}=oe;var as=Ve;const{ERR_METHOD_NOT_IMPLEMENTED:Al}=xe.codes,nn=Qe(),{getHighWaterMark:Tl}=cr;os(Ve.prototype,nn.prototype),os(Ve,nn);const Ut=Rl("kCallback");function Ve(t){if(!(this instanceof Ve))return new Ve(t);const e=t?Tl(this,t,"readableHighWaterMark",!0):null;e===0&&(t={...t,highWaterMark:null,readableHighWaterMark:e,writableHighWaterMark:t.writableHighWaterMark||0}),nn.call(this,t),this._readableState.sync=!1,this[Ut]=null,t&&(typeof t.transform=="function"&&(this._transform=t.transform),typeof t.flush=="function"&&(this._flush=t.flush)),this.on("prefinish",vl)}function sn(t){typeof this._flush=="function"&&!this.destroyed?this._flush((e,r)=>{if(e){t?t(e):this.destroy(e);return}r!=null&&this.push(r),this.push(null),t&&t()}):(this.push(null),t&&t())}function vl(){this._final!==sn&&sn.call(this)}Ve.prototype._final=sn,Ve.prototype._transform=function(t,e,r){throw new Al("_transform()")},Ve.prototype._write=function(t,e,r){const n=this._readableState,i=this._writableState,a=n.length;this._transform(t,e,(l,u)=>{if(l){r(l);return}u!=null&&this.push(u),i.ended||a===n.length||n.length<n.highWaterMark?r():this[Ut]=r})},Ve.prototype._read=function(){if(this[Ut]){const t=this[Ut];this[Ut]=null,t()}};const{ObjectSetPrototypeOf:ls}=oe;var us=vt;const on=as;ls(vt.prototype,on.prototype),ls(vt,on);function vt(t){if(!(this instanceof vt))return new vt(t);on.call(this,t)}vt.prototype._transform=function(t,e,r){r(null,t)};const Wt=ut,{ArrayIsArray:Nl,Promise:Pl,SymbolAsyncIterator:jl,SymbolDispose:Ll}=oe,hr=Je,{once:$l}=Se,Bl=Tt,fs=Qe(),{aggregateTwoErrors:Fl,codes:{ERR_INVALID_ARG_TYPE:an,ERR_INVALID_RETURN_VALUE:ln,ERR_MISSING_ARGS:kl,ERR_STREAM_DESTROYED:Cl,ERR_STREAM_PREMATURE_CLOSE:Ol},AbortError:Ml}=xe,{validateFunction:Dl,validateAbortSignal:Ul}=Mt,{isIterable:ct,isReadable:un,isReadableNodeStream:pr,isNodeStream:cs,isTransformStream:Nt,isWebStream:Wl,isReadableStream:fn,isReadableFinished:Gl}=He,zl=globalThis.AbortController||Ot().AbortController;let cn,dn,hn;function ds(t,e,r){let n=!1;t.on("close",()=>{n=!0});const i=hr(t,{readable:e,writable:r},a=>{n=!a});return{destroy:a=>{n||(n=!0,Bl.destroyer(t,a||new Cl("pipe")))},cleanup:i}}function ql(t){return Dl(t[t.length-1],"streams[stream.length - 1]"),t.pop()}function pn(t){if(ct(t))return t;if(pr(t))return Hl(t);throw new an("val",["Readable","Iterable","AsyncIterable"],t)}async function*Hl(t){dn||(dn=dr()),yield*dn.prototype[jl].call(t)}async function _r(t,e,r,{end:n}){let i,a=null;const l=_=>{if(_&&(i=_),a){const y=a;a=null,y()}},u=()=>new Pl((_,y)=>{i?y(i):a=()=>{i?y(i):_()}});e.on("drain",l);const p=hr(e,{readable:!1},l);try{e.writableNeedDrain&&await u();for await(const _ of t)e.write(_)||await u();n&&(e.end(),await u()),r()}catch(_){r(i!==_?Fl(i,_):_)}finally{p(),e.off("drain",l)}}async function _n(t,e,r,{end:n}){Nt(e)&&(e=e.writable);const i=e.getWriter();try{for await(const a of t)await i.ready,i.write(a).catch(()=>{});await i.ready,n&&await i.close(),r()}catch(a){try{await i.abort(a),r(a)}catch(l){r(l)}}}function Ql(...t){return hs(t,$l(ql(t)))}function hs(t,e,r){if(t.length===1&&Nl(t[0])&&(t=t[0]),t.length<2)throw new kl("streams");const n=new zl,i=n.signal,a=r==null?void 0:r.signal,l=[];Ul(a,"options.signal");function u(){R(new Ml)}hn=hn||Se.addAbortListener;let p;a&&(p=hn(a,u));let _,y;const x=[];let I=0;function S(B){R(B,--I===0)}function R(B,T){var q;if(B&&(!_||_.code==="ERR_STREAM_PREMATURE_CLOSE")&&(_=B),!(!_&&!T)){for(;x.length;)x.shift()(_);(q=p)===null||q===void 0||q[Ll](),n.abort(),T&&(_||l.forEach(U=>U()),Wt.nextTick(e,_,y))}}let m;for(let B=0;B<t.length;B++){const T=t[B],q=B<t.length-1,U=B>0,ae=q||(r==null?void 0:r.end)!==!1,Ee=B===t.length-1;if(cs(T)){let ee=function(le){le&&le.name!=="AbortError"&&le.code!=="ERR_STREAM_PREMATURE_CLOSE"&&S(le)};if(ae){const{destroy:le,cleanup:ge}=ds(T,q,U);x.push(le),un(T)&&Ee&&l.push(ge)}T.on("error",ee),un(T)&&Ee&&l.push(()=>{T.removeListener("error",ee)})}if(B===0)if(typeof T=="function"){if(m=T({signal:i}),!ct(m))throw new ln("Iterable, AsyncIterable or Stream","source",m)}else ct(T)||pr(T)||Nt(T)?m=T:m=fs.from(T);else if(typeof T=="function"){if(Nt(m)){var v;m=pn((v=m)===null||v===void 0?void 0:v.readable)}else m=pn(m);if(m=T(m,{signal:i}),q){if(!ct(m,!0))throw new ln("AsyncIterable",`transform[${B-1}]`,m)}else{var $;cn||(cn=us);const ee=new cn({objectMode:!0}),le=($=m)===null||$===void 0?void 0:$.then;if(typeof le=="function")I++,le.call(m,Q=>{y=Q,Q!=null&&ee.write(Q),ae&&ee.end(),Wt.nextTick(S)},Q=>{ee.destroy(Q),Wt.nextTick(S,Q)});else if(ct(m,!0))I++,_r(m,ee,S,{end:ae});else if(fn(m)||Nt(m)){const Q=m.readable||m;I++,_r(Q,ee,S,{end:ae})}else throw new ln("AsyncIterable or Promise","destination",m);m=ee;const{destroy:ge,cleanup:we}=ds(m,!1,!0);x.push(ge),Ee&&l.push(we)}}else if(cs(T)){if(pr(m)){I+=2;const ee=Vl(m,T,S,{end:ae});un(T)&&Ee&&l.push(ee)}else if(Nt(m)||fn(m)){const ee=m.readable||m;I++,_r(ee,T,S,{end:ae})}else if(ct(m))I++,_r(m,T,S,{end:ae});else throw new an("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],m);m=T}else if(Wl(T)){if(pr(m))I++,_n(pn(m),T,S,{end:ae});else if(fn(m)||ct(m))I++,_n(m,T,S,{end:ae});else if(Nt(m))I++,_n(m.readable,T,S,{end:ae});else throw new an("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],m);m=T}else m=fs.from(T)}return(i!=null&&i.aborted||a!=null&&a.aborted)&&Wt.nextTick(u),m}function Vl(t,e,r,{end:n}){let i=!1;if(e.on("close",()=>{i||r(new Ol)}),t.pipe(e,{end:!1}),n){let a=function(){i=!0,e.end()};Gl(t)?Wt.nextTick(a):t.once("end",a)}else r();return hr(t,{readable:!0,writable:!1},a=>{const l=t._readableState;a&&a.code==="ERR_STREAM_PREMATURE_CLOSE"&&l&&l.ended&&!l.errored&&!l.errorEmitted?t.once("end",r).once("error",r):r(a)}),hr(e,{readable:!1,writable:!0},r)}var bn={pipelineImpl:hs,pipeline:Ql};const{pipeline:Kl}=bn,br=Qe(),{destroyer:Yl}=Tt,{isNodeStream:yr,isReadable:ps,isWritable:_s,isWebStream:yn,isTransformStream:dt,isWritableStream:bs,isReadableStream:ys}=He,{AbortError:Xl,codes:{ERR_INVALID_ARG_VALUE:gs,ERR_MISSING_ARGS:Zl}}=xe,Jl=Je;var ws=function(...e){if(e.length===0)throw new Zl("streams");if(e.length===1)return br.from(e[0]);const r=[...e];if(typeof e[0]=="function"&&(e[0]=br.from(e[0])),typeof e[e.length-1]=="function"){const S=e.length-1;e[S]=br.from(e[S])}for(let S=0;S<e.length;++S)if(!(!yr(e[S])&&!yn(e[S]))){if(S<e.length-1&&!(ps(e[S])||ys(e[S])||dt(e[S])))throw new gs(`streams[${S}]`,r[S],"must be readable");if(S>0&&!(_s(e[S])||bs(e[S])||dt(e[S])))throw new gs(`streams[${S}]`,r[S],"must be writable")}let n,i,a,l,u;function p(S){const R=l;l=null,R?R(S):S?u.destroy(S):!I&&!x&&u.destroy()}const _=e[0],y=Kl(e,p),x=!!(_s(_)||bs(_)||dt(_)),I=!!(ps(y)||ys(y)||dt(y));if(u=new br({writableObjectMode:!!(_!=null&&_.writableObjectMode),readableObjectMode:!!(y!=null&&y.readableObjectMode),writable:x,readable:I}),x){if(yr(_))u._write=function(R,m,v){_.write(R,m)?v():n=v},u._final=function(R){_.end(),i=R},_.on("drain",function(){if(n){const R=n;n=null,R()}});else if(yn(_)){const m=(dt(_)?_.writable:_).getWriter();u._write=async function(v,$,B){try{await m.ready,m.write(v).catch(()=>{}),B()}catch(T){B(T)}},u._final=async function(v){try{await m.ready,m.close().catch(()=>{}),i=v}catch($){v($)}}}const S=dt(y)?y.readable:y;Jl(S,()=>{if(i){const R=i;i=null,R()}})}if(I){if(yr(y))y.on("readable",function(){if(a){const S=a;a=null,S()}}),y.on("end",function(){u.push(null)}),u._read=function(){for(;;){const S=y.read();if(S===null){a=u._read;return}if(!u.push(S))return}};else if(yn(y)){const R=(dt(y)?y.readable:y).getReader();u._read=async function(){for(;;)try{const{value:m,done:v}=await R.read();if(!u.push(m))return;if(v){u.push(null);return}}catch{return}}}}return u._destroy=function(S,R){!S&&l!==null&&(S=new Xl),a=null,n=null,i=null,l===null?R(S):(l=R,yr(y)&&Yl(y,S))},u};const eu=globalThis.AbortController||Ot().AbortController,{codes:{ERR_INVALID_ARG_VALUE:tu,ERR_INVALID_ARG_TYPE:Gt,ERR_MISSING_ARGS:ru,ERR_OUT_OF_RANGE:nu},AbortError:Ue}=xe,{validateAbortSignal:ht,validateInteger:ms,validateObject:pt}=Mt,iu=oe.Symbol("kWeak"),su=oe.Symbol("kResistStopPropagation"),{finished:ou}=Je,au=ws,{addAbortSignalNoValidate:lu}=ur,{isWritable:uu,isNodeStream:fu}=He,{deprecate:cu}=Se,{ArrayPrototypePush:du,Boolean:hu,MathFloor:xs,Number:pu,NumberIsNaN:_u,Promise:Es,PromiseReject:Ss,PromiseResolve:bu,PromisePrototypeThen:Is,Symbol:Rs}=oe,gr=Rs("kEmpty"),As=Rs("kEof");function yu(t,e){if(e!=null&&pt(e,"options"),(e==null?void 0:e.signal)!=null&&ht(e.signal,"options.signal"),fu(t)&&!uu(t))throw new tu("stream",t,"must be writable");const r=au(this,t);return e!=null&&e.signal&&lu(e.signal,r),r}function wr(t,e){if(typeof t!="function")throw new Gt("fn",["Function","AsyncFunction"],t);e!=null&&pt(e,"options"),(e==null?void 0:e.signal)!=null&&ht(e.signal,"options.signal");let r=1;(e==null?void 0:e.concurrency)!=null&&(r=xs(e.concurrency));let n=r-1;return(e==null?void 0:e.highWaterMark)!=null&&(n=xs(e.highWaterMark)),ms(r,"options.concurrency",1),ms(n,"options.highWaterMark",0),n+=r,(async function*(){const a=Se.AbortSignalAny([e==null?void 0:e.signal].filter(hu)),l=this,u=[],p={signal:a};let _,y,x=!1,I=0;function S(){x=!0,R()}function R(){I-=1,m()}function m(){y&&!x&&I<r&&u.length<n&&(y(),y=null)}async function v(){try{for await(let $ of l){if(x)return;if(a.aborted)throw new Ue;try{if($=t($,p),$===gr)continue;$=bu($)}catch(B){$=Ss(B)}I+=1,Is($,R,S),u.push($),_&&(_(),_=null),!x&&(u.length>=n||I>=r)&&await new Es(B=>{y=B})}u.push(As)}catch($){const B=Ss($);Is(B,R,S),u.push(B)}finally{x=!0,_&&(_(),_=null)}}v();try{for(;;){for(;u.length>0;){const $=await u[0];if($===As)return;if(a.aborted)throw new Ue;$!==gr&&(yield $),u.shift(),m()}await new Es($=>{_=$})}}finally{x=!0,y&&(y(),y=null)}}).call(this)}function gu(t=void 0){return t!=null&&pt(t,"options"),(t==null?void 0:t.signal)!=null&&ht(t.signal,"options.signal"),(async function*(){let r=0;for await(const i of this){var n;if(t!=null&&(n=t.signal)!==null&&n!==void 0&&n.aborted)throw new Ue({cause:t.signal.reason});yield[r++,i]}}).call(this)}async function Ts(t,e=void 0){for await(const r of gn.call(this,t,e))return!0;return!1}async function wu(t,e=void 0){if(typeof t!="function")throw new Gt("fn",["Function","AsyncFunction"],t);return!await Ts.call(this,async(...r)=>!await t(...r),e)}async function mu(t,e){for await(const r of gn.call(this,t,e))return r}async function xu(t,e){if(typeof t!="function")throw new Gt("fn",["Function","AsyncFunction"],t);async function r(n,i){return await t(n,i),gr}for await(const n of wr.call(this,r,e));}function gn(t,e){if(typeof t!="function")throw new Gt("fn",["Function","AsyncFunction"],t);async function r(n,i){return await t(n,i)?n:gr}return wr.call(this,r,e)}class Eu extends ru{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}async function Su(t,e,r){var n;if(typeof t!="function")throw new Gt("reducer",["Function","AsyncFunction"],t);r!=null&&pt(r,"options"),(r==null?void 0:r.signal)!=null&&ht(r.signal,"options.signal");let i=arguments.length>1;if(r!=null&&(n=r.signal)!==null&&n!==void 0&&n.aborted){const _=new Ue(void 0,{cause:r.signal.reason});throw this.once("error",()=>{}),await ou(this.destroy(_)),_}const a=new eu,l=a.signal;if(r!=null&&r.signal){const _={once:!0,[iu]:this,[su]:!0};r.signal.addEventListener("abort",()=>a.abort(),_)}let u=!1;try{for await(const _ of this){var p;if(u=!0,r!=null&&(p=r.signal)!==null&&p!==void 0&&p.aborted)throw new Ue;i?e=await t(e,_,{signal:l}):(e=_,i=!0)}if(!u&&!i)throw new Eu}finally{a.abort()}return e}async function Iu(t){t!=null&&pt(t,"options"),(t==null?void 0:t.signal)!=null&&ht(t.signal,"options.signal");const e=[];for await(const n of this){var r;if(t!=null&&(r=t.signal)!==null&&r!==void 0&&r.aborted)throw new Ue(void 0,{cause:t.signal.reason});du(e,n)}return e}function Ru(t,e){const r=wr.call(this,t,e);return(async function*(){for await(const i of r)yield*i}).call(this)}function vs(t){if(t=pu(t),_u(t))return 0;if(t<0)throw new nu("number",">= 0",t);return t}function Au(t,e=void 0){return e!=null&&pt(e,"options"),(e==null?void 0:e.signal)!=null&&ht(e.signal,"options.signal"),t=vs(t),(async function*(){var n;if(e!=null&&(n=e.signal)!==null&&n!==void 0&&n.aborted)throw new Ue;for await(const a of this){var i;if(e!=null&&(i=e.signal)!==null&&i!==void 0&&i.aborted)throw new Ue;t--<=0&&(yield a)}}).call(this)}function Tu(t,e=void 0){return e!=null&&pt(e,"options"),(e==null?void 0:e.signal)!=null&&ht(e.signal,"options.signal"),t=vs(t),(async function*(){var n;if(e!=null&&(n=e.signal)!==null&&n!==void 0&&n.aborted)throw new Ue;for await(const a of this){var i;if(e!=null&&(i=e.signal)!==null&&i!==void 0&&i.aborted)throw new Ue;if(t-- >0&&(yield a),t<=0)return}}).call(this)}Lr.streamReturningOperators={asIndexedPairs:cu(gu,"readable.asIndexedPairs will be removed in a future version."),drop:Au,filter:gn,flatMap:Ru,map:wr,take:Tu,compose:yu},Lr.promiseReturningOperators={every:wu,forEach:xu,reduce:Su,toArray:Iu,some:Ts,find:mu};var wn,Ns;function Ps(){if(Ns)return wn;Ns=1;const{ArrayPrototypePop:t,Promise:e}=oe,{isIterable:r,isNodeStream:n,isWebStream:i}=He,{pipelineImpl:a}=bn,{finished:l}=Je;Ls();function u(...p){return new e((_,y)=>{let x,I;const S=p[p.length-1];if(S&&typeof S=="object"&&!n(S)&&!r(S)&&!i(S)){const R=t(p);x=R.signal,I=R.end}a(p,(R,m)=>{R?y(R):_(m)},{signal:x,end:I})})}return wn={finished:l,pipeline:u},wn}var js;function Ls(){if(js)return Pr.exports;js=1;const{Buffer:t}=Fe,{ObjectDefineProperty:e,ObjectKeys:r,ReflectApply:n}=oe,{promisify:{custom:i}}=Se,{streamReturningOperators:a,promiseReturningOperators:l}=Lr,{codes:{ERR_ILLEGAL_CONSTRUCTOR:u}}=xe,p=ws,{setDefaultHighWaterMark:_,getDefaultHighWaterMark:y}=cr,{pipeline:x}=bn,{destroyer:I}=Tt,S=Je,R=Ps(),m=He,v=Pr.exports=Qr.Stream;v.isDestroyed=m.isDestroyed,v.isDisturbed=m.isDisturbed,v.isErrored=m.isErrored,v.isReadable=m.isReadable,v.isWritable=m.isWritable,v.Readable=dr();for(const B of r(a)){let q=function(...U){if(new.target)throw u();return v.Readable.from(n(T,this,U))};const T=a[B];e(q,"name",{__proto__:null,value:T.name}),e(q,"length",{__proto__:null,value:T.length}),e(v.Readable.prototype,B,{__proto__:null,value:q,enumerable:!1,configurable:!0,writable:!0})}for(const B of r(l)){let q=function(...U){if(new.target)throw u();return n(T,this,U)};const T=l[B];e(q,"name",{__proto__:null,value:T.name}),e(q,"length",{__proto__:null,value:T.length}),e(v.Readable.prototype,B,{__proto__:null,value:q,enumerable:!1,configurable:!0,writable:!0})}v.Writable=en(),v.Duplex=Qe(),v.Transform=as,v.PassThrough=us,v.pipeline=x;const{addAbortSignal:$}=ur;return v.addAbortSignal=$,v.finished=S,v.destroy=I,v.compose=p,v.setDefaultHighWaterMark=_,v.getDefaultHighWaterMark=y,e(v,"promises",{__proto__:null,configurable:!0,enumerable:!0,get(){return R}}),e(x,i,{__proto__:null,enumerable:!0,get(){return R.pipeline}}),e(S,i,{__proto__:null,enumerable:!0,get(){return R.finished}}),v.Stream=v,v._isUint8Array=function(T){return T instanceof Uint8Array},v._uint8ArrayToBuffer=function(T){return t.from(T.buffer,T.byteOffset,T.byteLength)},Pr.exports}(function(t){const e=Ls(),r=Ps(),n=e.Readable.destroy;t.exports=e.Readable,t.exports._uint8ArrayToBuffer=e._uint8ArrayToBuffer,t.exports._isUint8Array=e._isUint8Array,t.exports.isDisturbed=e.isDisturbed,t.exports.isErrored=e.isErrored,t.exports.isReadable=e.isReadable,t.exports.Readable=e.Readable,t.exports.Writable=e.Writable,t.exports.Duplex=e.Duplex,t.exports.Transform=e.Transform,t.exports.PassThrough=e.PassThrough,t.exports.addAbortSignal=e.addAbortSignal,t.exports.finished=e.finished,t.exports.destroy=e.destroy,t.exports.destroy=n,t.exports.pipeline=e.pipeline,t.exports.compose=e.compose,Object.defineProperty(e,"promises",{configurable:!0,enumerable:!0,get(){return r}}),t.exports.Stream=e.Stream,t.exports.default=t.exports})(Hn);var $s=Hn.exports;const mn=Symbol("iter");function zt(t,e,r=4){if(r===0)return Object.assign(t,e);for(const n in e)t[n]=zt(t[n]||Object.create(null),e[n],r-1);return t}function Bs(t,e,r=4){let n=!1;for(const i in t)if(i in e){const a=r===0?null:Bs(t[i],e[i],r-1);if(a!==!1)n=n||Object.create(null),n[i]=a;else if(r===3)return!1}return n}function Fs(t,e,r=4){let n=!1;for(const i in t)if(!(i in e))n=n||Object.create(null),n[i]=r===0?null:zt({},t[i],r-1);else if(r!==0){const a=Fs(t[i],e[i],r-1);if(a!==!1)n=n||Object.create(null),n[i]=a;else if(r===3)return!1}return n}class vu{constructor(e={}){this._id=1,this._ids=Object.create(null),this._ids[""]=1,this._entities=Object.create(null),this._entities[1]="",this._blankNodeIndex=0,this._factory=e.factory||ot}_termFromId(e){if(e[0]==="."){const r=this._entities,n=e.split(".");return this._factory.quad(this._termFromId(r[n[1]]),this._termFromId(r[n[2]]),this._termFromId(r[n[3]]),n[4]&&this._termFromId(r[n[4]]))}return $t(e,this._factory)}_termToNumericId(e){if(e.termType==="Quad"){const r=this._termToNumericId(e.subject),n=this._termToNumericId(e.predicate),i=this._termToNumericId(e.object);let a;return r&&n&&i&&(Nr(e.graph)||(a=this._termToNumericId(e.graph)))&&this._ids[a?`.${r}.${n}.${i}.${a}`:`.${r}.${n}.${i}`]}return this._ids[xt(e)]}_termToNewNumericId(e){const r=e&&e.termType==="Quad"?`.${this._termToNewNumericId(e.subject)}.${this._termToNewNumericId(e.predicate)}.${this._termToNewNumericId(e.object)}${Nr(e.graph)?"":`.${this._termToNewNumericId(e.graph)}`}`:xt(e);return this._ids[r]||(this._ids[this._entities[++this._id]=r]=this._id)}createBlankNode(e){let r,n;if(e)for(r=e=`_:${e}`,n=1;this._ids[r];)r=e+n++;else do r=`_:b${this._blankNodeIndex++}`;while(this._ids[r]);return this._ids[r]=++this._id,this._entities[this._id]=r,this._factory.blankNode(r.substr(2))}}class Ie{constructor(e,r){this._size=0,this._graphs=Object.create(null),!r&&e&&!e[0]&&typeof e.match!="function"&&(r=e,e=null),r=r||{},this._factory=r.factory||ot,this._entityIndex=r.entityIndex||new vu({factory:this._factory}),this._entities=this._entityIndex._entities,this._termFromId=this._entityIndex._termFromId.bind(this._entityIndex),this._termToNumericId=this._entityIndex._termToNumericId.bind(this._entityIndex),this._termToNewNumericId=this._entityIndex._termToNewNumericId.bind(this._entityIndex),e&&this.addAll(e)}get size(){let e=this._size;if(e!==null)return e;e=0;const r=this._graphs;let n,i;for(const a in r)for(const l in n=r[a].subjects)for(const u in i=n[l])e+=Object.keys(i[u]).length;return this._size=e}_addToIndex(e,r,n,i){const a=e[r]||(e[r]={}),l=a[n]||(a[n]={}),u=i in l;return u||(l[i]=null),!u}_removeFromIndex(e,r,n,i){const a=e[r],l=a[n];delete l[i];for(const u in l)return;delete a[n];for(const u in a)return;delete e[r]}*_findInIndex(e,r,n,i,a,l,u,p){let _,y,x;const I=this._entities,S=this._termFromId(I[p]),R={subject:null,predicate:null,object:null};r&&((_=e,e={})[r]=_[r]);for(const m in e)if(y=e[m]){R[a]=this._termFromId(I[m]),n&&((_=y,y={})[n]=_[n]);for(const v in y)if(x=y[v]){R[l]=this._termFromId(I[v]);const $=i?i in x?[i]:[]:Object.keys(x);for(let B=0;B<$.length;B++)R[u]=this._termFromId(I[$[B]]),yield this._factory.quad(R.subject,R.predicate,R.object,S)}}}_loop(e,r){for(const n in e)r(n)}_loopByKey0(e,r,n){let i,a;if(i=e[r])for(a in i)n(a)}_loopByKey1(e,r,n){let i,a;for(i in e)a=e[i],a[r]&&n(i)}_loopBy2Keys(e,r,n,i){let a,l,u;if((a=e[r])&&(l=a[n]))for(u in l)i(u)}_countInIndex(e,r,n,i){let a=0,l,u,p;r&&((l=e,e={})[r]=l[r]);for(const _ in e)if(u=e[_]){n&&((l=u,u={})[n]=l[n]);for(const y in u)(p=u[y])&&(i?i in p&&a++:a+=Object.keys(p).length)}return a}_getGraphs(e){return e=e===""?1:e&&(this._termToNumericId(e)||-1),typeof e!="number"?this._graphs:{[e]:this._graphs[e]}}_uniqueEntities(e){const r=Object.create(null);return n=>{n in r||(r[n]=!0,e(this._termFromId(this._entities[n],this._factory)))}}add(e){return this.addQuad(e),this}addQuad(e,r,n,i){r||(i=e.graph,n=e.object,r=e.predicate,e=e.subject),i=i?this._termToNewNumericId(i):1;let a=this._graphs[i];return a||(a=this._graphs[i]={subjects:{},predicates:{},objects:{}},Object.freeze(a)),e=this._termToNewNumericId(e),r=this._termToNewNumericId(r),n=this._termToNewNumericId(n),this._addToIndex(a.subjects,e,r,n)?(this._addToIndex(a.predicates,r,n,e),this._addToIndex(a.objects,n,e,r),this._size=null,!0):!1}addQuads(e){for(let r=0;r<e.length;r++)this.addQuad(e[r])}delete(e){return this.removeQuad(e),this}has(e,r,n,i){return e&&e.subject&&({subject:e,predicate:r,object:n,graph:i}=e),!this.readQuads(e,r,n,i).next().done}import(e){return e.on("data",r=>{this.addQuad(r)}),e}removeQuad(e,r,n,i){r||({subject:e,predicate:r,object:n,graph:i}=e),i=i?this._termToNumericId(i):1;const a=this._graphs;let l,u,p;if(!(e=e&&this._termToNumericId(e))||!(r=r&&this._termToNumericId(r))||!(n=n&&this._termToNumericId(n))||!(l=a[i])||!(u=l.subjects[e])||!(p=u[r])||!(n in p))return!1;this._removeFromIndex(l.subjects,e,r,n),this._removeFromIndex(l.predicates,r,n,e),this._removeFromIndex(l.objects,n,e,r),this._size!==null&&this._size--;for(e in l.subjects)return!0;return delete a[i],!0}removeQuads(e){for(let r=0;r<e.length;r++)this.removeQuad(e[r])}remove(e){return e.on("data",r=>{this.removeQuad(r)}),e}removeMatches(e,r,n,i){const a=new $s.Readable({objectMode:!0}),l=this.readQuads(e,r,n,i);return a._read=u=>{for(;--u>=0;){const{done:p,value:_}=l.next();if(p){a.push(null);return}a.push(_)}},this.remove(a)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,r,n,i){return[...this.readQuads(e,r,n,i)]}*readQuads(e,r,n,i){const a=this._getGraphs(i);let l,u,p,_;if(!(e&&!(u=this._termToNumericId(e))||r&&!(p=this._termToNumericId(r))||n&&!(_=this._termToNumericId(n))))for(const y in a)(l=a[y])&&(u?_?yield*this._findInIndex(l.objects,_,u,p,"object","subject","predicate",y):yield*this._findInIndex(l.subjects,u,p,null,"subject","predicate","object",y):p?yield*this._findInIndex(l.predicates,p,_,null,"predicate","object","subject",y):_?yield*this._findInIndex(l.objects,_,null,null,"object","subject","predicate",y):yield*this._findInIndex(l.subjects,null,null,null,"subject","predicate","object",y))}match(e,r,n,i){return new et(this,e,r,n,i,{entityIndex:this._entityIndex})}countQuads(e,r,n,i){const a=this._getGraphs(i);let l=0,u,p,_,y;if(e&&!(p=this._termToNumericId(e))||r&&!(_=this._termToNumericId(r))||n&&!(y=this._termToNumericId(n)))return 0;for(const x in a)(u=a[x])&&(e?n?l+=this._countInIndex(u.objects,y,p,_):l+=this._countInIndex(u.subjects,p,_,y):r?l+=this._countInIndex(u.predicates,_,y,p):l+=this._countInIndex(u.objects,y,p,_));return l}forEach(e,r,n,i,a){this.some(l=>(e(l,this),!1),r,n,i,a)}every(e,r,n,i,a){return!this.some(l=>!e(l,this),r,n,i,a)}some(e,r,n,i,a){for(const l of this.readQuads(r,n,i,a))if(e(l,this))return!0;return!1}getSubjects(e,r,n){const i=[];return this.forSubjects(a=>{i.push(a)},e,r,n),i}forSubjects(e,r,n,i){const a=this._getGraphs(i);let l,u,p;if(e=this._uniqueEntities(e),!(r&&!(u=this._termToNumericId(r))||n&&!(p=this._termToNumericId(n))))for(i in a)(l=a[i])&&(u?p?this._loopBy2Keys(l.predicates,u,p,e):this._loopByKey1(l.subjects,u,e):p?this._loopByKey0(l.objects,p,e):this._loop(l.subjects,e))}getPredicates(e,r,n){const i=[];return this.forPredicates(a=>{i.push(a)},e,r,n),i}forPredicates(e,r,n,i){const a=this._getGraphs(i);let l,u,p;if(e=this._uniqueEntities(e),!(r&&!(u=this._termToNumericId(r))||n&&!(p=this._termToNumericId(n))))for(i in a)(l=a[i])&&(u?p?this._loopBy2Keys(l.objects,p,u,e):this._loopByKey0(l.subjects,u,e):p?this._loopByKey1(l.predicates,p,e):this._loop(l.predicates,e))}getObjects(e,r,n){const i=[];return this.forObjects(a=>{i.push(a)},e,r,n),i}forObjects(e,r,n,i){const a=this._getGraphs(i);let l,u,p;if(e=this._uniqueEntities(e),!(r&&!(u=this._termToNumericId(r))||n&&!(p=this._termToNumericId(n))))for(i in a)(l=a[i])&&(u?p?this._loopBy2Keys(l.subjects,u,p,e):this._loopByKey1(l.objects,u,e):p?this._loopByKey0(l.predicates,p,e):this._loop(l.objects,e))}getGraphs(e,r,n){const i=[];return this.forGraphs(a=>{i.push(a)},e,r,n),i}forGraphs(e,r,n,i){for(const a in this._graphs)this.some(l=>(e(l.graph),!0),r,n,i,this._termFromId(this._entities[a]))}createBlankNode(e){return this._entityIndex.createBlankNode(e)}extractLists({remove:e=!1,ignoreErrors:r=!1}={}){const n={},i=r?()=>!0:(u,p)=>{throw new Error(`${u.value} ${p}`)},a=this.getQuads(null,_e.rdf.rest,_e.rdf.nil,null),l=e?[...a]:[];return a.forEach(u=>{const p=[];let _=!1,y,x;const I=u.graph;let S=u.subject;for(;S&&!_;){const R=this.getQuads(null,null,S,null),m=this.getQuads(S,null,null,null);let v,$=null,B=null,T=null;for(let q=0;q<m.length&&!_;q++)v=m[q],v.graph.equals(I)?y?_=i(S,"has non-list arcs out"):v.predicate.value===_e.rdf.first?$?_=i(S,"has multiple rdf:first arcs"):l.push($=v):v.predicate.value===_e.rdf.rest?B?_=i(S,"has multiple rdf:rest arcs"):l.push(B=v):R.length?_=i(S,"can't be subject and object"):(y=v,x="subject"):_=i(S,"not confined to single graph");for(let q=0;q<R.length&&!_;++q)v=R[q],y?_=i(S,"can't have coreferences"):v.predicate.value===_e.rdf.rest?T?_=i(S,"has incoming rdf:rest arcs"):T=v:(y=v,x="object");$?p.unshift($.object):_=i(S,"has no list head"),S=T&&T.subject}_?e=!1:y&&(n[y[x].value]=p)}),e&&this.removeQuads(l),n}addAll(e){if(e instanceof et&&(e=e.filtered),Array.isArray(e))this.addQuads(e);else if(e instanceof Ie&&e._entityIndex===this._entityIndex)e._size!==0&&(this._graphs=zt(this._graphs,e._graphs),this._size=null);else for(const r of e)this.add(r);return this}contains(e){if(e instanceof et&&(e=e.filtered),e===this)return!0;if(!(e instanceof Ie)||this._entityIndex!==e._entityIndex)return e.every(_=>this.has(_));const r=this._graphs,n=e._graphs;let i,a,l,u,p;for(const _ in n){if(!(i=r[_]))return!1;i=i.subjects;for(const y in a=n[_].subjects){if(!(l=i[y]))return!1;for(const x in u=a[y]){if(!(p=l[x]))return!1;for(const I in u[x])if(!(I in p))return!1}}}return!0}deleteMatches(e,r,n,i){for(const a of this.match(e,r,n,i))this.removeQuad(a);return this}difference(e){if(e&&e instanceof et&&(e=e.filtered),e===this)return new Ie({entityIndex:this._entityIndex});if(e instanceof Ie&&e._entityIndex===this._entityIndex){const r=new Ie({entityIndex:this._entityIndex}),n=Fs(this._graphs,e._graphs);return n&&(r._graphs=n,r._size=null),r}return this.filter(r=>!e.has(r))}equals(e){return e instanceof et&&(e=e.filtered),e===this||this.size===e.size&&this.contains(e)}filter(e){const r=new Ie({entityIndex:this._entityIndex});for(const n of this)e(n,this)&&r.add(n);return r}intersection(e){if(e instanceof et&&(e=e.filtered),e===this){const r=new Ie({entityIndex:this._entityIndex});return r._graphs=zt(Object.create(null),this._graphs),r._size=this._size,r}else if(e instanceof Ie&&this._entityIndex===e._entityIndex){const r=new Ie({entityIndex:this._entityIndex}),n=Bs(e._graphs,this._graphs);return n&&(r._graphs=n,r._size=null),r}return this.filter(r=>e.has(r))}map(e){const r=new Ie({entityIndex:this._entityIndex});for(const n of this)r.add(e(n,this));return r}reduce(e,r){const n=this.readQuads();let i=r===void 0?n.next().value:r;for(const a of n)i=e(i,a,this);return i}toArray(){return this.getQuads()}toCanonical(){throw new Error("not implemented")}toStream(){return this.match()}toString(){return new Gn().quadsToString(this)}union(e){const r=new Ie({entityIndex:this._entityIndex});return r._graphs=zt(Object.create(null),this._graphs),r._size=this._size,r.addAll(e),r}*[Symbol.iterator](){yield*this.readQuads()}}function We(t,e,r=0){const n=e[r];if(n&&!(n in t))return!1;let i=!1;for(const a in n?{[n]:t[n]}:t){const l=r===2?null:We(t[a],e,r+1);l!==!1&&(i=i||Object.create(null),i[a]=l)}return i}class et extends $s.Readable{constructor(e,r,n,i,a,l){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:r,predicate:n,object:i,graph:a,options:l})}get filtered(){if(!this._filtered){const{n3Store:e,graph:r,object:n,predicate:i,subject:a}=this,l=this._filtered=new Ie({factory:e._factory,entityIndex:this.options.entityIndex});let u,p,_;if(a&&!(u=l._termToNumericId(a))||i&&!(p=l._termToNumericId(i))||n&&!(_=l._termToNumericId(n)))return l;const y=e._getGraphs(r);for(const x in y){let I,S,R,m;(m=y[x])&&(!u&&p?(S=We(m.predicates,[p,_,u]))&&(I=We(m.subjects,[u,p,_]),R=We(m.objects,[_,u,p])):_?(R=We(m.objects,[_,u,p]))&&(I=We(m.subjects,[u,p,_]),S=We(m.predicates,[p,_,u])):(I=We(m.subjects,[u,p,_]))&&(S=We(m.predicates,[p,_,u]),R=We(m.objects,[_,u,p])),I&&(l._graphs[x]={subjects:I,predicates:S,objects:R}))}l._size=null}return this._filtered}get size(){return this.filtered.size}_read(e){e>0&&!this[mn]&&(this[mn]=this[Symbol.iterator]());const r=this[mn];for(;--e>=0;){const{done:n,value:i}=r.next();if(n){this.push(null);return}this.push(i)}}addAll(e){return this.filtered.addAll(e)}contains(e){return this.filtered.contains(e)}deleteMatches(e,r,n,i){return this.filtered.deleteMatches(e,r,n,i)}difference(e){return this.filtered.difference(e)}equals(e){return this.filtered.equals(e)}every(e,r,n,i,a){return this.filtered.every(e,r,n,i,a)}filter(e){return this.filtered.filter(e)}forEach(e,r,n,i,a){return this.filtered.forEach(e,r,n,i,a)}import(e){return this.filtered.import(e)}intersection(e){return this.filtered.intersection(e)}map(e){return this.filtered.map(e)}some(e,r,n,i,a){return this.filtered.some(e,r,n,i,a)}toCanonical(){return this.filtered.toCanonical()}toStream(){return this._filtered?this._filtered.toStream():this.n3Store.match(this.subject,this.predicate,this.object,this.graph)}union(e){return this._filtered?this._filtered.union(e):this.n3Store.match(this.subject,this.predicate,this.object,this.graph).addAll(e)}toArray(){return this._filtered?this._filtered.toArray():this.n3Store.getQuads(this.subject,this.predicate,this.object,this.graph)}reduce(e,r){return this.filtered.reduce(e,r)}toString(){return new Gn().quadsToString(this)}add(e){return this.filtered.add(e)}delete(e){return this.filtered.delete(e)}has(e){return this.filtered.has(e)}match(e,r,n,i){return new et(this.filtered,e,r,n,i,this.options)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}const mr={rdf:"http://www.w3.org/1999/02/22-rdf-syntax-ns#"},pe={namespace:"https://prez.dev/",label:"https://prez.dev/label",description:"https://prez.dev/description",provenance:"https://prez.dev/provenance",focusNode:"https://prez.dev/FocusNode",link:"https://prez.dev/link",members:"https://prez.dev/members",identifier:"https://prez.dev/identifier",count:"https://prez.dev/count",searchResult:"https://prez.dev/SearchResult",searchResultWeight:"https://prez.dev/searchResultWeight",searchResultPredicate:"https://prez.dev/searchResultPredicate",searchResultURI:"https://prez.dev/searchResultURI",searchResultMatch:"https://prez.dev/searchResultMatch",hasChildren:"https://prez.dev/hasChildren"},ye={skosConceptScheme:"http://www.w3.org/2004/02/skos/core#ConceptScheme",skosConcept:"http://www.w3.org/2004/02/skos/core#Concept",a:"http://www.w3.org/1999/02/22-rdf-syntax-ns#type",rdfLangString:"http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",xmlString:"http://www.w3.org/2001/XMLSchema#string",w3Html:"http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML",w3Markdown:"https://www.w3.org/ns/iana/media-types/text/markdown",shaclAllPredicates:"http://example.com/shacl-extension#allPredicateValues",shaclProperty:"http://www.w3.org/ns/shacl#property",shaclPath:"http://www.w3.org/ns/shacl#path",shaclUnion:"http://www.w3.org/ns/shacl#union"},Nu={label:["https://prez.dev/label"],description:["https://prez.dev/description"],provenance:["https://prez.dev/provenance"]};function ks(t,e=mr){if(t==="a")return e.rdf+"type";{const[r,n]=t.split(":");return r?[r]+n:t}}function Cs(t,e=mr){let r="";return Object.entries(e).forEach(([n,i])=>{t.startsWith(i)&&(r=n+":"+t.split(i)[1])}),r}const Os=t=>{const e=new URL(t);return`${e.protocol}//${e.hostname}`},Pu=t=>new URL(t).pathname,ju=(t,e)=>{var n,i;const r=(i=(n=e.identifiers)==null?void 0:n.find(a=>a.value))==null?void 0:i.value;return r?t+`/concept-hierarchy/${r}/narrowers`:""},Lu=(t,e)=>{var l;const r=e?Os(e):"",n=(l=t.identifiers)==null?void 0:l.find(u=>u.value),i=n?n.value:"";return i?r+`/concept-hierarchy/${i}/top-concepts`:""},xr=t=>t.flatMap(e=>{var r;if(e["@id"])return e["@id"];if(e["@list"]&&e["@list"].length>0){const n=e["@list"][0];return(n==null?void 0:n["@id"])===ye.shaclUnion?xr(((r=e["@list"][1])==null?void 0:r["@list"])||[]).filter(Boolean):xr(e["@list"]).flat()}return[]}).filter(e=>!!e),$u=t=>t.reduce((e,r)=>{if(ye.shaclProperty in r)for(const n of r[ye.shaclProperty]){const i=t.find(a=>a["@id"]===n["@id"]);i&&ye.shaclPath in i&&(e[r["@id"]]=xr(i[ye.shaclPath]).filter(a=>a!==ye.shaclAllPredicates))}return e},{});function qt(t){if(Array.isArray(t))return t.reduce((e,r)=>{const n=qt(r);return typeof n=="object"&&!Array.isArray(n)&&Object.assign(e,n),e},{});if(typeof t=="object"&&t!==null){if(t.hasOwnProperty("value"))return t.value;if(t.hasOwnProperty("node")&&t.hasOwnProperty("list")){const e={};return e[t.node.value]=t.list.length>0?qt(t.list):"",e}else{const e={};for(const r in t)e[r]=qt(t[r]);return e}}return t}function xn(t,e=""){let r="";const n=Object.entries(t),i=n.length;return n.forEach(([a,l],u)=>{const p=a.replace(/https?:\/\/(www\.)?/,""),[_,y]=p.split("#"),x=_.split("/"),I=x[x.length-1],S=y?`(${x[0]})/${I}#${y}`:`(${x[0]})/${I}`,R=u===i-1;r+=`${e}${R?"└── ":"├── "}${S}
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
(function(global, factory) {
|
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("n3")) : typeof define === "function" && define.amd ? define(["exports", "n3"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.PrezLib = {}, global.N3));
|
|
3
|
+
})(this, function(exports2, n3) {
|
|
4
|
+
"use strict";var __defProp = Object.defineProperty;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
7
|
+
|
|
8
|
+
function isTypePrezTerm(obj) {
|
|
9
|
+
return obj.value !== void 0;
|
|
10
|
+
}
|
|
11
|
+
function node(objOrValue) {
|
|
12
|
+
const n = {
|
|
13
|
+
value: typeof objOrValue === "string" ? objOrValue : objOrValue.value,
|
|
14
|
+
termType: "NamedNode",
|
|
15
|
+
equals: (other) => {
|
|
16
|
+
return !!other && n.termType === other.termType && n.value === other.value;
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
if (typeof objOrValue !== "string") {
|
|
20
|
+
Object.assign(n, objOrValue);
|
|
21
|
+
}
|
|
22
|
+
return n;
|
|
23
|
+
}
|
|
24
|
+
function literal(objOrValue) {
|
|
25
|
+
const l = {
|
|
26
|
+
value: typeof objOrValue === "string" ? objOrValue : objOrValue.value,
|
|
27
|
+
termType: "Literal",
|
|
28
|
+
equals: (other) => {
|
|
29
|
+
if (!!other && l.termType === other.termType && l.value === other.value) {
|
|
30
|
+
if (l.language !== other.language) {
|
|
31
|
+
return false;
|
|
32
|
+
} else if (l.datatype !== other.datatype) {
|
|
33
|
+
return false;
|
|
34
|
+
} else return true;
|
|
35
|
+
} else return false;
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
if (typeof objOrValue !== "string") {
|
|
39
|
+
Object.assign(l, objOrValue);
|
|
40
|
+
}
|
|
41
|
+
return l;
|
|
42
|
+
}
|
|
43
|
+
function bnode(objOrValue) {
|
|
44
|
+
const b = {
|
|
45
|
+
value: typeof objOrValue === "string" ? objOrValue : objOrValue.value,
|
|
46
|
+
properties: {},
|
|
47
|
+
termType: "BlankNode",
|
|
48
|
+
equals: (other) => {
|
|
49
|
+
return !!other && b.termType === other.termType && b.value === other.value && b.properties === other.properties;
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
if (typeof objOrValue !== "string") {
|
|
53
|
+
Object.assign(b, objOrValue);
|
|
54
|
+
}
|
|
55
|
+
return b;
|
|
56
|
+
}
|
|
57
|
+
const DEFAULT_PREFIXES = {
|
|
58
|
+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
59
|
+
};
|
|
60
|
+
const PREZ_PREDICATES = {
|
|
61
|
+
namespace: "https://prez.dev/",
|
|
62
|
+
label: "https://prez.dev/label",
|
|
63
|
+
description: "https://prez.dev/description",
|
|
64
|
+
provenance: "https://prez.dev/provenance",
|
|
65
|
+
focusNode: "https://prez.dev/FocusNode",
|
|
66
|
+
link: "https://prez.dev/link",
|
|
67
|
+
members: "https://prez.dev/members",
|
|
68
|
+
identifier: "https://prez.dev/identifier",
|
|
69
|
+
count: "https://prez.dev/count",
|
|
70
|
+
searchResult: "https://prez.dev/SearchResult",
|
|
71
|
+
searchResultWeight: "https://prez.dev/searchResultWeight",
|
|
72
|
+
searchResultPredicate: "https://prez.dev/searchResultPredicate",
|
|
73
|
+
searchResultURI: "https://prez.dev/searchResultURI",
|
|
74
|
+
searchResultMatch: "https://prez.dev/searchResultMatch",
|
|
75
|
+
hasChildren: "https://prez.dev/hasChildren"
|
|
76
|
+
};
|
|
77
|
+
const SYSTEM_PREDICATES = {
|
|
78
|
+
skosConceptScheme: "http://www.w3.org/2004/02/skos/core#ConceptScheme",
|
|
79
|
+
skosConcept: "http://www.w3.org/2004/02/skos/core#Concept",
|
|
80
|
+
a: "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
|
|
81
|
+
rdfLangString: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",
|
|
82
|
+
xmlString: "http://www.w3.org/2001/XMLSchema#string",
|
|
83
|
+
w3Html: "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML",
|
|
84
|
+
w3Markdown: "https://www.w3.org/ns/iana/media-types/text/markdown",
|
|
85
|
+
shaclAllPredicates: "http://example.com/shacl-extension#allPredicateValues",
|
|
86
|
+
shaclProperty: "http://www.w3.org/ns/shacl#property",
|
|
87
|
+
shaclPath: "http://www.w3.org/ns/shacl#path",
|
|
88
|
+
shaclUnion: "http://www.w3.org/ns/shacl#union"
|
|
89
|
+
};
|
|
90
|
+
const ANNOTATION_PREDICATES = {
|
|
91
|
+
label: [
|
|
92
|
+
// "http://www.w3.org/2000/01/rdf-schema#label",
|
|
93
|
+
// "http://purl.org/dc/terms/title",
|
|
94
|
+
// "http://www.w3.org/2004/02/skos/core#prefLabel",
|
|
95
|
+
// "https://schema.org/name",
|
|
96
|
+
"https://prez.dev/label"
|
|
97
|
+
],
|
|
98
|
+
description: [
|
|
99
|
+
// "http://purl.org/dc/terms/description",
|
|
100
|
+
// "http://www.w3.org/2004/02/skos/core#definition",
|
|
101
|
+
// "https://schema.org/description",
|
|
102
|
+
"https://prez.dev/description"
|
|
103
|
+
],
|
|
104
|
+
provenance: [
|
|
105
|
+
// "http://purl.org/dc/terms/provenance",
|
|
106
|
+
"https://prez.dev/provenance"
|
|
107
|
+
]
|
|
108
|
+
};
|
|
109
|
+
function defaultToIri(s, prefixes = DEFAULT_PREFIXES) {
|
|
110
|
+
if (s === "a") {
|
|
111
|
+
return prefixes.rdf + "type";
|
|
112
|
+
} else {
|
|
113
|
+
const [prefix, pred] = s.split(":");
|
|
114
|
+
if (!prefix) {
|
|
115
|
+
return s;
|
|
116
|
+
}
|
|
117
|
+
return [prefix] + pred;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
function defaultFromIri(iri, prefixes = DEFAULT_PREFIXES) {
|
|
121
|
+
let curie = "";
|
|
122
|
+
Object.entries(prefixes).forEach(([prefix, prefixIri]) => {
|
|
123
|
+
if (iri.startsWith(prefixIri)) {
|
|
124
|
+
curie = prefix + ":" + iri.split(prefixIri)[1];
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
return curie;
|
|
128
|
+
}
|
|
129
|
+
const getBaseUrl = (existingUrl) => {
|
|
130
|
+
const url = new URL(existingUrl);
|
|
131
|
+
return `${url.protocol}//${url.hostname}`;
|
|
132
|
+
};
|
|
133
|
+
const getUrlPath = (existingUrl) => {
|
|
134
|
+
const url = new URL(existingUrl);
|
|
135
|
+
return url.pathname;
|
|
136
|
+
};
|
|
137
|
+
const getNarrowersUrl = (baseUrl, concept) => {
|
|
138
|
+
var _a, _b;
|
|
139
|
+
const id = (_b = (_a = concept.identifiers) == null ? void 0 : _a.find((identifier) => identifier.value)) == null ? void 0 : _b.value;
|
|
140
|
+
return id ? baseUrl + `/concept-hierarchy/${id}/narrowers` : "";
|
|
141
|
+
};
|
|
142
|
+
const getTopConceptsUrl = (item, existingOrBaseUrl) => {
|
|
143
|
+
var _a;
|
|
144
|
+
const baseUrl = existingOrBaseUrl ? getBaseUrl(existingOrBaseUrl) : "";
|
|
145
|
+
const identifiers = (_a = item.identifiers) == null ? void 0 : _a.find((identifier) => identifier.value);
|
|
146
|
+
const id = identifiers ? identifiers.value : "";
|
|
147
|
+
const url = id ? baseUrl + `/concept-hierarchy/${id}/top-concepts` : "";
|
|
148
|
+
return url;
|
|
149
|
+
};
|
|
150
|
+
const processShaclPath = (path) => {
|
|
151
|
+
return path.flatMap((e) => {
|
|
152
|
+
var _a;
|
|
153
|
+
if (e["@id"]) {
|
|
154
|
+
return e["@id"];
|
|
155
|
+
}
|
|
156
|
+
if (e["@list"] && e["@list"].length > 0) {
|
|
157
|
+
const firstElement = e["@list"][0];
|
|
158
|
+
if ((firstElement == null ? void 0 : firstElement["@id"]) === SYSTEM_PREDICATES.shaclUnion) {
|
|
159
|
+
return processShaclPath(((_a = e["@list"][1]) == null ? void 0 : _a["@list"]) || []).filter(Boolean);
|
|
160
|
+
} else {
|
|
161
|
+
return processShaclPath(e["@list"]).flat();
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
return [];
|
|
165
|
+
}).filter((item) => Boolean(item));
|
|
166
|
+
};
|
|
167
|
+
const buildProfiles = (data) => {
|
|
168
|
+
return data.reduce((acc, profile) => {
|
|
169
|
+
if (SYSTEM_PREDICATES.shaclProperty in profile) {
|
|
170
|
+
for (const props of profile[SYSTEM_PREDICATES.shaclProperty]) {
|
|
171
|
+
const lookup = data.find((p) => p["@id"] === props["@id"]);
|
|
172
|
+
if (lookup && SYSTEM_PREDICATES.shaclPath in lookup) {
|
|
173
|
+
acc[profile["@id"]] = processShaclPath(lookup[SYSTEM_PREDICATES.shaclPath]).filter((prop) => prop !== SYSTEM_PREDICATES.shaclAllPredicates);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
return acc;
|
|
178
|
+
}, {});
|
|
179
|
+
};
|
|
180
|
+
function simplifyNodeArray(input) {
|
|
181
|
+
if (Array.isArray(input)) {
|
|
182
|
+
return input.reduce((acc, item) => {
|
|
183
|
+
const result = simplifyNodeArray(item);
|
|
184
|
+
if (typeof result === "object" && !Array.isArray(result)) {
|
|
185
|
+
Object.assign(acc, result);
|
|
186
|
+
}
|
|
187
|
+
return acc;
|
|
188
|
+
}, {});
|
|
189
|
+
} else if (typeof input === "object" && input !== null) {
|
|
190
|
+
if (input.hasOwnProperty("value")) {
|
|
191
|
+
return input.value;
|
|
192
|
+
} else if (input.hasOwnProperty("node") && input.hasOwnProperty("list")) {
|
|
193
|
+
const result = {};
|
|
194
|
+
result[input.node.value] = input.list.length > 0 ? simplifyNodeArray(input.list) : "";
|
|
195
|
+
return result;
|
|
196
|
+
} else {
|
|
197
|
+
const result = {};
|
|
198
|
+
for (const key in input) {
|
|
199
|
+
result[key] = simplifyNodeArray(input[key]);
|
|
200
|
+
}
|
|
201
|
+
return result;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
return input;
|
|
205
|
+
}
|
|
206
|
+
function nodeArrayToTree(obj, prefix = "") {
|
|
207
|
+
let tree = "";
|
|
208
|
+
const entries = Object.entries(obj);
|
|
209
|
+
const totalEntries = entries.length;
|
|
210
|
+
entries.forEach(([key, value], index) => {
|
|
211
|
+
const formattedKey = key.replace(/https?:\/\/(www\.)?/, "");
|
|
212
|
+
const [domainAndPath, fragment] = formattedKey.split("#");
|
|
213
|
+
const pathParts = domainAndPath.split("/");
|
|
214
|
+
const lastPathPart = pathParts[pathParts.length - 1];
|
|
215
|
+
const displayKey = fragment ? `(${pathParts[0]})/${lastPathPart}#${fragment}` : `(${pathParts[0]})/${lastPathPart}`;
|
|
216
|
+
const isLast = index === totalEntries - 1;
|
|
217
|
+
const branch = isLast ? "└── " : "├── ";
|
|
218
|
+
tree += `${prefix}${branch}${displayKey}
|
|
219
|
+
`;
|
|
220
|
+
if (typeof value === "object" && value !== null) {
|
|
221
|
+
const newPrefix = isLast ? " " : "│ ";
|
|
222
|
+
tree += nodeArrayToTree(value, prefix + newPrefix);
|
|
223
|
+
}
|
|
224
|
+
});
|
|
225
|
+
return tree;
|
|
226
|
+
}
|
|
227
|
+
function dumpNodeArray(obj) {
|
|
228
|
+
return obj ? nodeArrayToTree(simplifyNodeArray(obj)) : "";
|
|
229
|
+
}
|
|
230
|
+
const { namedNode } = n3.DataFactory;
|
|
231
|
+
class RDFStore {
|
|
232
|
+
constructor() {
|
|
233
|
+
__publicField(this, "store");
|
|
234
|
+
// N3
|
|
235
|
+
__publicField(this, "parser");
|
|
236
|
+
// N3
|
|
237
|
+
__publicField(this, "prefixes");
|
|
238
|
+
__publicField(this, "basePath");
|
|
239
|
+
// @ts-ignore - incorrectly warns unused
|
|
240
|
+
__publicField(this, "baseUrl");
|
|
241
|
+
__publicField(this, "linkedLists");
|
|
242
|
+
__publicField(this, "lists");
|
|
243
|
+
this.store = new n3.Store();
|
|
244
|
+
this.baseUrl = "";
|
|
245
|
+
this.basePath = "";
|
|
246
|
+
this.parser = new n3.Parser();
|
|
247
|
+
this.prefixes = DEFAULT_PREFIXES;
|
|
248
|
+
this.linkedLists = {};
|
|
249
|
+
this.lists = {};
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Parses an RDF string in Turtle format into a store
|
|
253
|
+
*
|
|
254
|
+
* @param s RDF Turtle string
|
|
255
|
+
*/
|
|
256
|
+
load(s) {
|
|
257
|
+
s = "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n" + s;
|
|
258
|
+
const p = this.parser.parse(s, null, (prefixName, prefixNode) => {
|
|
259
|
+
this.prefixes[prefixName] = prefixNode.value;
|
|
260
|
+
});
|
|
261
|
+
this.store.addQuads(p);
|
|
262
|
+
this.linkedLists = this.store.extractLists();
|
|
263
|
+
this.buildLists();
|
|
264
|
+
}
|
|
265
|
+
/** build the top level node array from a linked list */
|
|
266
|
+
buildLists() {
|
|
267
|
+
this.lists = {};
|
|
268
|
+
const rawLinkedLists = this.linkedLists;
|
|
269
|
+
this.store.getQuads(null, SYSTEM_PREDICATES.shaclPath, null, null).forEach((pathQuad) => {
|
|
270
|
+
const pathObject = pathQuad.object;
|
|
271
|
+
if (pathObject.termType === "BlankNode") {
|
|
272
|
+
const unionQuads = this.store.getQuads(pathObject, SYSTEM_PREDICATES.shaclUnion, null, null);
|
|
273
|
+
if (unionQuads.length > 0) {
|
|
274
|
+
const listHead = unionQuads[0].object;
|
|
275
|
+
if (listHead.termType === "BlankNode" && listHead.value in rawLinkedLists) {
|
|
276
|
+
const listItems = rawLinkedLists[listHead.value];
|
|
277
|
+
const listKey = pathObject.value;
|
|
278
|
+
this.lists[listKey] = this.buildSubList(listItems);
|
|
279
|
+
} else {
|
|
280
|
+
console.warn(`[buildLists] Found sh:union for ${pathObject.value}, but its object ${listHead.value} is not a valid list head in linkedLists.`);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
});
|
|
285
|
+
}
|
|
286
|
+
/** build sub linked lists */
|
|
287
|
+
buildSubList(list) {
|
|
288
|
+
const items = [];
|
|
289
|
+
for (const n of list) {
|
|
290
|
+
if (n.termType == "BlankNode") {
|
|
291
|
+
const lid = n.value;
|
|
292
|
+
if (lid in this.linkedLists) {
|
|
293
|
+
const subList = this.buildSubList(this.linkedLists[lid]);
|
|
294
|
+
if (subList.length > 1) {
|
|
295
|
+
const existingList = items.find((i) => i.node.value == subList[0].node.value);
|
|
296
|
+
if (existingList) {
|
|
297
|
+
(existingList.list ?? (existingList.list = [])).push(...subList.slice(1));
|
|
298
|
+
} else {
|
|
299
|
+
items.push({ node: subList[0].node, list: subList.slice(1) });
|
|
300
|
+
}
|
|
301
|
+
} else {
|
|
302
|
+
items.push(...subList);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
} else if (n.termType == "NamedNode") {
|
|
306
|
+
if (n.value != SYSTEM_PREDICATES.shaclUnion) {
|
|
307
|
+
const nn = this.toPrezTerm(n);
|
|
308
|
+
items.push({ node: nn, list: [] });
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
return items;
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* getParents uses the base path to remove the base path from the parent URL (for breadcrumbs)
|
|
316
|
+
*
|
|
317
|
+
* @param url
|
|
318
|
+
*/
|
|
319
|
+
setBaseUrl(url) {
|
|
320
|
+
this.baseUrl = url;
|
|
321
|
+
this.basePath = new URL(url).pathname;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* Interprets a predicate curie into its full IRI
|
|
325
|
+
*
|
|
326
|
+
* Note: must be called after `load()`
|
|
327
|
+
*
|
|
328
|
+
* @param s curie string
|
|
329
|
+
* @returns Predicate IRI string
|
|
330
|
+
*/
|
|
331
|
+
toIri(s) {
|
|
332
|
+
return defaultToIri(s, this.prefixes);
|
|
333
|
+
}
|
|
334
|
+
/**
|
|
335
|
+
* Generates a curie from a IRI
|
|
336
|
+
*
|
|
337
|
+
* Note: must be called after `load()`
|
|
338
|
+
*
|
|
339
|
+
* @param iri the IRI string
|
|
340
|
+
* @returns Generated curie
|
|
341
|
+
*/
|
|
342
|
+
fromIri(iri) {
|
|
343
|
+
return defaultFromIri(iri, this.prefixes);
|
|
344
|
+
}
|
|
345
|
+
// private traverseRdfList() { }
|
|
346
|
+
// public getRdfList() { }
|
|
347
|
+
getObjectLiteral(iri, predicate) {
|
|
348
|
+
return this.getObjects(iri, predicate).map((o) => this.toPrezTerm(o))[0] || void 0;
|
|
349
|
+
}
|
|
350
|
+
getProperties(term, options) {
|
|
351
|
+
const props = {};
|
|
352
|
+
this.store.forEach((q) => {
|
|
353
|
+
var _a;
|
|
354
|
+
if ((options == null ? void 0 : options.excludePrefix) && q.predicate.value.startsWith(options.excludePrefix)) return;
|
|
355
|
+
if ((options == null ? void 0 : options.includePrefix) && !q.predicate.value.startsWith(options.includePrefix)) return;
|
|
356
|
+
props[_a = q.predicate.value] ?? (props[_a] = {
|
|
357
|
+
predicate: this.toPrezTerm(q.predicate),
|
|
358
|
+
objects: []
|
|
359
|
+
});
|
|
360
|
+
props[q.predicate.value].objects.push(this.toPrezTerm(q.object));
|
|
361
|
+
}, term, null, null, null);
|
|
362
|
+
if (term.termType === "BlankNode") ;
|
|
363
|
+
return props;
|
|
364
|
+
}
|
|
365
|
+
getParents(link) {
|
|
366
|
+
if (link.startsWith(this.basePath)) {
|
|
367
|
+
link = link.substring(this.basePath.length);
|
|
368
|
+
}
|
|
369
|
+
const linkParts = link.split("/");
|
|
370
|
+
const parents = [];
|
|
371
|
+
let current = "";
|
|
372
|
+
for (const part of linkParts) {
|
|
373
|
+
if (part == "") continue;
|
|
374
|
+
current += "/" + part;
|
|
375
|
+
const parent = { url: current, segment: part };
|
|
376
|
+
if (part.includes(":")) {
|
|
377
|
+
const parts = part.split(":");
|
|
378
|
+
const expanded = this.prefixes[parts[0]];
|
|
379
|
+
if (expanded) {
|
|
380
|
+
const findParent = this.getObjects(expanded + parts[1], PREZ_PREDICATES.label);
|
|
381
|
+
if (findParent.length > 0) {
|
|
382
|
+
parent.label = literal(findParent[0].value);
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
parents.push(parent);
|
|
387
|
+
}
|
|
388
|
+
return parents;
|
|
389
|
+
}
|
|
390
|
+
toPrezTerm(term) {
|
|
391
|
+
switch (term.termType) {
|
|
392
|
+
case "NamedNode":
|
|
393
|
+
const n = node(term.value);
|
|
394
|
+
n.label = this.getObjectLiteral(term.value, PREZ_PREDICATES.label);
|
|
395
|
+
n.description = this.getObjectLiteral(term.value, PREZ_PREDICATES.description);
|
|
396
|
+
n.provenance = this.getObjectLiteral(term.value, PREZ_PREDICATES.provenance);
|
|
397
|
+
const identifiers = this.getObjects(term.value, PREZ_PREDICATES.identifier);
|
|
398
|
+
if (identifiers.length > 0) {
|
|
399
|
+
n.identifiers = identifiers.map((t) => this.toPrezTerm(t));
|
|
400
|
+
}
|
|
401
|
+
const links = this.getObjects(term.value, PREZ_PREDICATES.link);
|
|
402
|
+
if (links.length > 0) {
|
|
403
|
+
n.links = links.map((l2) => {
|
|
404
|
+
return { value: l2.value, parents: this.getParents(l2.value) };
|
|
405
|
+
});
|
|
406
|
+
}
|
|
407
|
+
const members = this.getObjects(term.value, PREZ_PREDICATES.members);
|
|
408
|
+
if (members.length > 0) {
|
|
409
|
+
n.members = { value: members[0].value, parents: this.getParents(members[0].value) };
|
|
410
|
+
}
|
|
411
|
+
const types = this.getObjects(term.value, SYSTEM_PREDICATES.a);
|
|
412
|
+
if (types.length > 0) {
|
|
413
|
+
n.rdfTypes = types.map((t) => this.toPrezTerm(t));
|
|
414
|
+
}
|
|
415
|
+
return n;
|
|
416
|
+
case "Literal":
|
|
417
|
+
const l = literal(term.value);
|
|
418
|
+
if (term.datatype) {
|
|
419
|
+
l.datatype = this.toPrezTerm(term.datatype);
|
|
420
|
+
}
|
|
421
|
+
if (term.language) {
|
|
422
|
+
l.language = term.language;
|
|
423
|
+
}
|
|
424
|
+
return l;
|
|
425
|
+
case "BlankNode":
|
|
426
|
+
const b = bnode(term.value);
|
|
427
|
+
b.properties = this.getProperties(term);
|
|
428
|
+
if (term.value in this.lists) {
|
|
429
|
+
b.list = this.lists[term.value];
|
|
430
|
+
}
|
|
431
|
+
return b;
|
|
432
|
+
default:
|
|
433
|
+
throw "Invalid n3 Term object";
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* Creates a PrezFocusNode object
|
|
438
|
+
*
|
|
439
|
+
* @param obj
|
|
440
|
+
* @returns
|
|
441
|
+
*/
|
|
442
|
+
toPrezFocusNode(obj) {
|
|
443
|
+
var _a, _b, _c, _d, _e;
|
|
444
|
+
const focusNode = this.toPrezTerm(obj);
|
|
445
|
+
focusNode.properties = this.getProperties(obj, { excludePrefix: PREZ_PREDICATES.namespace });
|
|
446
|
+
focusNode.systemProperties = this.getProperties(obj, { includePrefix: PREZ_PREDICATES.namespace });
|
|
447
|
+
if ((_a = focusNode.rdfTypes) == null ? void 0 : _a.map((t) => t.value).includes(SYSTEM_PREDICATES.skosConcept)) {
|
|
448
|
+
focusNode.hasChildren = ((_e = (_d = (_c = (_b = focusNode.systemProperties) == null ? void 0 : _b[PREZ_PREDICATES.hasChildren]) == null ? void 0 : _c.objects) == null ? void 0 : _d[0]) == null ? void 0 : _e.value) == "true";
|
|
449
|
+
}
|
|
450
|
+
return focusNode;
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* Gets an array of N3 `Quad_Objects` from a `Store` by providing a predicate or an array of predicates
|
|
454
|
+
*
|
|
455
|
+
* @param predicate a string or string array of predicate IRIs
|
|
456
|
+
* @param object the object IRI
|
|
457
|
+
* @returns the array of objects
|
|
458
|
+
*/
|
|
459
|
+
getSubjects(predicate, object) {
|
|
460
|
+
return this.store.getSubjects(predicate, object, null);
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* Gets an array of N3 `Quad_Objects` from a `Store` by providing a predicate or an array of predicates
|
|
464
|
+
*
|
|
465
|
+
* @param subject the subject IRI
|
|
466
|
+
* @param predicate a string or string array of predicate IRIs
|
|
467
|
+
* @returns the array of objects
|
|
468
|
+
*/
|
|
469
|
+
getObjects(subject, predicate) {
|
|
470
|
+
if (typeof predicate === "string") {
|
|
471
|
+
return this.store.getObjects(namedNode(subject), namedNode(predicate), null);
|
|
472
|
+
} else {
|
|
473
|
+
const objs = [];
|
|
474
|
+
predicate.forEach((p) => {
|
|
475
|
+
objs.push(...this.store.getObjects(namedNode(subject), namedNode(p), null));
|
|
476
|
+
});
|
|
477
|
+
return objs;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
getMembers(subject) {
|
|
481
|
+
const objs = this.getObjects(subject, this.toIri("prez:members"));
|
|
482
|
+
objs.forEach((o) => {
|
|
483
|
+
return {
|
|
484
|
+
value: o.value,
|
|
485
|
+
parents: []
|
|
486
|
+
};
|
|
487
|
+
});
|
|
488
|
+
return void 0;
|
|
489
|
+
}
|
|
490
|
+
/**
|
|
491
|
+
* Returns the concept hierarchy for a vocab
|
|
492
|
+
*
|
|
493
|
+
* @param vocab
|
|
494
|
+
* @return the concept hierarchy
|
|
495
|
+
*/
|
|
496
|
+
getConcepts(vocab) {
|
|
497
|
+
const inScheme = this.getSubjects(this.toIri("skos:inScheme"), vocab.value);
|
|
498
|
+
function isInScheme(c) {
|
|
499
|
+
return inScheme.map((x) => x.value).includes(c.value);
|
|
500
|
+
}
|
|
501
|
+
const hasTopConcept = this.getObjects(vocab.value, this.toIri("skos:hasTopConcept"));
|
|
502
|
+
const topConceptOf = this.getObjects(vocab.value, this.toIri("skos:topConceptOf"));
|
|
503
|
+
const index = {};
|
|
504
|
+
const topConcepts = [...hasTopConcept, ...topConceptOf].filter((c) => isInScheme(c));
|
|
505
|
+
inScheme.forEach((c) => {
|
|
506
|
+
index[c.value] = [];
|
|
507
|
+
});
|
|
508
|
+
inScheme.forEach((c) => {
|
|
509
|
+
const broader = this.getObjects(c.value, this.toIri("skos:broader"));
|
|
510
|
+
broader.forEach((b) => {
|
|
511
|
+
if (isInScheme(b)) {
|
|
512
|
+
index[b.value].push(c);
|
|
513
|
+
}
|
|
514
|
+
});
|
|
515
|
+
const narrower = this.getObjects(c.value, this.toIri("skos:narrower"));
|
|
516
|
+
narrower.forEach((n) => {
|
|
517
|
+
if (isInScheme(n)) {
|
|
518
|
+
index[c.value].push(n);
|
|
519
|
+
}
|
|
520
|
+
});
|
|
521
|
+
});
|
|
522
|
+
const concepts = [];
|
|
523
|
+
topConcepts.forEach((c) => {
|
|
524
|
+
concepts.push(this.createHierarchy(c, index));
|
|
525
|
+
});
|
|
526
|
+
return concepts;
|
|
527
|
+
}
|
|
528
|
+
createHierarchy(c, index) {
|
|
529
|
+
const narrowers = index[c.value].map((n) => this.createHierarchy(n, index));
|
|
530
|
+
return {
|
|
531
|
+
...this.toPrezTerm(c),
|
|
532
|
+
hasChildren: narrowers.length > 0,
|
|
533
|
+
narrowers
|
|
534
|
+
};
|
|
535
|
+
}
|
|
536
|
+
getByPrezId(id) {
|
|
537
|
+
const ids = [];
|
|
538
|
+
this.store.forEach((q) => {
|
|
539
|
+
ids.push(q);
|
|
540
|
+
}, null, null, namedNode("https://prez.dev/FocusNode"), null);
|
|
541
|
+
if (id) {
|
|
542
|
+
return ids.find((q) => q.object.value === id).subject;
|
|
543
|
+
} else {
|
|
544
|
+
return ids.map((q) => q.subject);
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
getCount() {
|
|
548
|
+
const count = this.store.getObjects(null, PREZ_PREDICATES.count, null);
|
|
549
|
+
if (count.length > 0) {
|
|
550
|
+
return Number(count[0].value.replace(">", ""));
|
|
551
|
+
} else {
|
|
552
|
+
return 0;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
getMaxReached() {
|
|
556
|
+
const count = this.store.getObjects(null, PREZ_PREDICATES.count, null);
|
|
557
|
+
if (count.length > 0) {
|
|
558
|
+
return count[0].value.includes(">");
|
|
559
|
+
} else {
|
|
560
|
+
return false;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
/**
|
|
564
|
+
* Returns a list of item objects
|
|
565
|
+
*
|
|
566
|
+
* @returns a list of item objects
|
|
567
|
+
*/
|
|
568
|
+
getList() {
|
|
569
|
+
const items = [];
|
|
570
|
+
const objs = this.getByPrezId();
|
|
571
|
+
objs.forEach((obj) => {
|
|
572
|
+
items.push(this.toPrezFocusNode(obj));
|
|
573
|
+
});
|
|
574
|
+
return items;
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* Returns an item object
|
|
578
|
+
*
|
|
579
|
+
* @param id the id of the object to return
|
|
580
|
+
* @returns the item object
|
|
581
|
+
*/
|
|
582
|
+
getItem() {
|
|
583
|
+
var _a;
|
|
584
|
+
const obj = this.getByPrezId();
|
|
585
|
+
if (obj.length == 0) throw new Error("Unable to find item");
|
|
586
|
+
const item = this.toPrezFocusNode(obj[0]);
|
|
587
|
+
if ((_a = item.rdfTypes) == null ? void 0 : _a.map((t) => t.value).includes(SYSTEM_PREDICATES.skosConcept)) {
|
|
588
|
+
const concepts = this.getConcepts(obj[0]);
|
|
589
|
+
return {
|
|
590
|
+
...item,
|
|
591
|
+
topConcepts: {
|
|
592
|
+
narrowers: concepts,
|
|
593
|
+
hasChildren: concepts.length > 0
|
|
594
|
+
}
|
|
595
|
+
};
|
|
596
|
+
}
|
|
597
|
+
return item;
|
|
598
|
+
}
|
|
599
|
+
/**
|
|
600
|
+
* Return nested subitems for a given predicate
|
|
601
|
+
*
|
|
602
|
+
* @param predicate Predicate IRI to lookup
|
|
603
|
+
* @returns
|
|
604
|
+
*/
|
|
605
|
+
getSubItems(predicate) {
|
|
606
|
+
const nodes = this.store.getQuads(null, predicate, null, null);
|
|
607
|
+
const subItems = [];
|
|
608
|
+
nodes.forEach((subItem) => {
|
|
609
|
+
const node2 = this.toPrezFocusNode(subItem.object);
|
|
610
|
+
if (node2) {
|
|
611
|
+
subItems.push(node2);
|
|
612
|
+
}
|
|
613
|
+
});
|
|
614
|
+
return subItems;
|
|
615
|
+
}
|
|
616
|
+
/**
|
|
617
|
+
* Returns search results
|
|
618
|
+
*/
|
|
619
|
+
search() {
|
|
620
|
+
const resultSubjects = this.getSubjects(SYSTEM_PREDICATES.a, PREZ_PREDICATES.searchResult);
|
|
621
|
+
const results = resultSubjects.map((s) => {
|
|
622
|
+
const result = {
|
|
623
|
+
hash: s.value.split("urn:hash:").slice(-1)[0],
|
|
624
|
+
weight: Number(this.getObjects(s.value, PREZ_PREDICATES.searchResultWeight)[0].value),
|
|
625
|
+
predicate: this.toPrezTerm(this.getObjects(s.value, PREZ_PREDICATES.searchResultPredicate)[0]),
|
|
626
|
+
match: this.toPrezTerm(this.getObjects(s.value, PREZ_PREDICATES.searchResultMatch)[0]),
|
|
627
|
+
resource: this.toPrezFocusNode(this.getObjects(s.value, PREZ_PREDICATES.searchResultURI)[0])
|
|
628
|
+
};
|
|
629
|
+
return result;
|
|
630
|
+
});
|
|
631
|
+
return results;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
class NetworkError extends Error {
|
|
635
|
+
constructor(message) {
|
|
636
|
+
super(message);
|
|
637
|
+
this.name = "NetworkError";
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
function getProfilesFromHeaders(linkHeader) {
|
|
641
|
+
let profileObj = {};
|
|
642
|
+
const links = linkHeader.split(",").map((l) => {
|
|
643
|
+
const [, uri, attrs] = l.trim().match(/<(.+)>; (.+)/);
|
|
644
|
+
const linkObj = { uri };
|
|
645
|
+
attrs.split("; ").forEach((attr) => {
|
|
646
|
+
const [, lhs, rhs] = attr.match(/(.+)=[\"<](.+)[\">]/);
|
|
647
|
+
linkObj[lhs] = rhs;
|
|
648
|
+
});
|
|
649
|
+
return linkObj;
|
|
650
|
+
});
|
|
651
|
+
links.filter((l) => l.rel === "type").forEach((l) => {
|
|
652
|
+
profileObj[l.anchor] = {
|
|
653
|
+
default: false,
|
|
654
|
+
current: false,
|
|
655
|
+
token: l.token,
|
|
656
|
+
mediatypes: [],
|
|
657
|
+
title: l.title,
|
|
658
|
+
description: "",
|
|
659
|
+
uri: l.anchor
|
|
660
|
+
};
|
|
661
|
+
});
|
|
662
|
+
const currentProfile = links.find((l) => l.rel === "self");
|
|
663
|
+
if (currentProfile.format in profileObj) {
|
|
664
|
+
profileObj[currentProfile.format].current = true;
|
|
665
|
+
}
|
|
666
|
+
links.filter((l) => l.rel === "alternate" && l.format).forEach((l) => {
|
|
667
|
+
if (!profileObj[l.format].mediatypes.map((m) => m.mediatype).includes(l.type)) {
|
|
668
|
+
profileObj[l.format].mediatypes.push({ title: "", mediatype: l.type, default: false });
|
|
669
|
+
}
|
|
670
|
+
});
|
|
671
|
+
return Object.values(profileObj);
|
|
672
|
+
}
|
|
673
|
+
async function apiGet(url) {
|
|
674
|
+
const r = await fetch(url, {
|
|
675
|
+
method: "GET",
|
|
676
|
+
headers: {
|
|
677
|
+
"Accept": "text/anot+turtle"
|
|
678
|
+
}
|
|
679
|
+
});
|
|
680
|
+
if (!r.ok) {
|
|
681
|
+
throw new NetworkError(`Network error - status code ${r.status}: ${r.statusText}`);
|
|
682
|
+
}
|
|
683
|
+
const linkHeaders = r.headers.get("link") || r.headers.get("Link");
|
|
684
|
+
const profiles = linkHeaders ? getProfilesFromHeaders(linkHeaders) : [];
|
|
685
|
+
const data = await r.text();
|
|
686
|
+
return { data, profiles };
|
|
687
|
+
}
|
|
688
|
+
async function getList(baseUrl, path) {
|
|
689
|
+
const url = baseUrl + path;
|
|
690
|
+
const pathOnly = new URL(url).pathname;
|
|
691
|
+
const { data, profiles } = await apiGet(url);
|
|
692
|
+
const store = new RDFStore();
|
|
693
|
+
store.setBaseUrl(baseUrl);
|
|
694
|
+
store.load(data);
|
|
695
|
+
return {
|
|
696
|
+
type: "list",
|
|
697
|
+
data: store.getList(),
|
|
698
|
+
profiles,
|
|
699
|
+
maxReached: store.getMaxReached(),
|
|
700
|
+
count: store.getCount(),
|
|
701
|
+
parents: store.getParents(pathOnly)
|
|
702
|
+
};
|
|
703
|
+
}
|
|
704
|
+
async function getItem(baseUrl, path) {
|
|
705
|
+
const url = baseUrl + path;
|
|
706
|
+
const pathOnly = new URL(url).pathname;
|
|
707
|
+
const { data, profiles } = await apiGet(url);
|
|
708
|
+
const store = new RDFStore();
|
|
709
|
+
store.setBaseUrl(baseUrl);
|
|
710
|
+
store.load(data);
|
|
711
|
+
return { type: "item", data: store.getItem(), profiles, parents: store.getParents(pathOnly), store };
|
|
712
|
+
}
|
|
713
|
+
async function search(baseUrl, path) {
|
|
714
|
+
const url = baseUrl + path;
|
|
715
|
+
const pathOnly = new URL(url).pathname;
|
|
716
|
+
const { data, profiles } = await apiGet(url);
|
|
717
|
+
const store = new RDFStore();
|
|
718
|
+
store.setBaseUrl(baseUrl);
|
|
719
|
+
store.load(data);
|
|
720
|
+
return {
|
|
721
|
+
type: "search",
|
|
722
|
+
data: store.search(),
|
|
723
|
+
profiles,
|
|
724
|
+
maxReached: store.getMaxReached(),
|
|
725
|
+
count: store.getCount(),
|
|
726
|
+
parents: store.getParents(pathOnly)
|
|
727
|
+
};
|
|
728
|
+
}
|
|
729
|
+
async function getProfiles(baseUrl) {
|
|
730
|
+
var _a, _b;
|
|
731
|
+
const path = "/profiles?page=1&limit=999&_mediatype=application/anot%2Bturtle";
|
|
732
|
+
const { data } = await getList(baseUrl, path);
|
|
733
|
+
const profiles = {};
|
|
734
|
+
for (const profile of data) {
|
|
735
|
+
profiles[profile.value] = [];
|
|
736
|
+
if (profile.properties && ((_b = (_a = profile.properties) == null ? void 0 : _a[SYSTEM_PREDICATES.shaclProperty]) == null ? void 0 : _b.objects)) {
|
|
737
|
+
const objects = profile.properties[SYSTEM_PREDICATES.shaclProperty].objects;
|
|
738
|
+
for (const obj of objects) {
|
|
739
|
+
const bn = obj;
|
|
740
|
+
if (bn.properties && bn.properties[SYSTEM_PREDICATES.shaclPath]) {
|
|
741
|
+
for (const obj2 of bn.properties[SYSTEM_PREDICATES.shaclPath].objects) {
|
|
742
|
+
const list = obj2.list;
|
|
743
|
+
if (list) {
|
|
744
|
+
profiles[profile.value] = list;
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
return profiles;
|
|
752
|
+
}
|
|
753
|
+
function applyProfileToProperties(properties, profile) {
|
|
754
|
+
const newProperties = {};
|
|
755
|
+
const fieldNames = Object.keys(properties);
|
|
756
|
+
const fields = [
|
|
757
|
+
...(profile || []).filter((f) => fieldNames.includes(f.node.value)).map((f) => f.node.value),
|
|
758
|
+
// add fields that are in the list
|
|
759
|
+
...fieldNames.filter((fname) => !(profile || []).find((f) => f.node.value == fname))
|
|
760
|
+
// add the rest of the fields that are not in the list
|
|
761
|
+
].filter((f) => f in (properties || {})).map((f) => properties[f]);
|
|
762
|
+
for (const field of fields) {
|
|
763
|
+
profile.find((f) => f.node.value == field.predicate.value && f.list && f.list.length > 0);
|
|
764
|
+
newProperties[field.predicate.value] = properties[field.predicate.value];
|
|
765
|
+
}
|
|
766
|
+
return newProperties;
|
|
767
|
+
}
|
|
768
|
+
function applyProfileToItem(item, profile) {
|
|
769
|
+
item.data.properties = applyProfileToProperties(item.data.properties || {}, profile);
|
|
770
|
+
}
|
|
771
|
+
exports2.ANNOTATION_PREDICATES = ANNOTATION_PREDICATES;
|
|
772
|
+
exports2.DEFAULT_PREFIXES = DEFAULT_PREFIXES;
|
|
773
|
+
exports2.PREZ_PREDICATES = PREZ_PREDICATES;
|
|
774
|
+
exports2.RDFStore = RDFStore;
|
|
775
|
+
exports2.SYSTEM_PREDICATES = SYSTEM_PREDICATES;
|
|
776
|
+
exports2.apiGet = apiGet;
|
|
777
|
+
exports2.applyProfileToItem = applyProfileToItem;
|
|
778
|
+
exports2.bnode = bnode;
|
|
779
|
+
exports2.buildProfiles = buildProfiles;
|
|
780
|
+
exports2.defaultFromIri = defaultFromIri;
|
|
781
|
+
exports2.defaultToIri = defaultToIri;
|
|
782
|
+
exports2.dumpNodeArray = dumpNodeArray;
|
|
783
|
+
exports2.getBaseUrl = getBaseUrl;
|
|
784
|
+
exports2.getItem = getItem;
|
|
785
|
+
exports2.getList = getList;
|
|
786
|
+
exports2.getNarrowersUrl = getNarrowersUrl;
|
|
787
|
+
exports2.getProfiles = getProfiles;
|
|
788
|
+
exports2.getTopConceptsUrl = getTopConceptsUrl;
|
|
789
|
+
exports2.getUrlPath = getUrlPath;
|
|
790
|
+
exports2.isTypePrezTerm = isTypePrezTerm;
|
|
791
|
+
exports2.literal = literal;
|
|
792
|
+
exports2.node = node;
|
|
793
|
+
exports2.nodeArrayToTree = nodeArrayToTree;
|
|
794
|
+
exports2.processShaclPath = processShaclPath;
|
|
795
|
+
exports2.search = search;
|
|
796
|
+
exports2.simplifyNodeArray = simplifyNodeArray;
|
|
797
|
+
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|
|
798
|
+
});
|
|
799
|
+
//# sourceMappingURL=prez-lib.umd.cjs.map
|