recker 1.0.87 → 1.0.92
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/browser/index.iife.min.js +62 -62
- package/dist/browser/index.min.js +66 -66
- package/dist/browser/index.mini.iife.js +203 -99
- package/dist/browser/index.mini.iife.min.js +41 -41
- package/dist/browser/index.mini.min.js +41 -41
- package/dist/browser/index.mini.umd.js +203 -99
- package/dist/browser/index.mini.umd.min.js +41 -41
- package/dist/browser/index.umd.min.js +62 -62
- package/dist/browser/transport/curl.js +2 -10
- package/dist/browser/utils/binary-manager.d.ts +2 -0
- package/dist/browser/utils/binary-manager.js +33 -12
- package/dist/cli/handlers/utils.js +4 -3
- package/dist/transport/curl.js +2 -10
- package/dist/utils/binary-manager.d.ts +2 -0
- package/dist/utils/binary-manager.js +33 -12
- package/dist/version.js +1 -1
- package/package.json +2 -1
|
@@ -4,65 +4,65 @@
|
|
|
4
4
|
* https://github.com/forattini-dev/recker
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
"use strict";var recker=(()=>{var Tp=Object.create;var Hn=Object.defineProperty;var kp=Object.getOwnPropertyDescriptor;var Rp=Object.getOwnPropertyNames;var Bp=Object.getPrototypeOf,Np=Object.prototype.hasOwnProperty;var Op=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var A=(t,e)=>()=>(t&&(e=t(t=0)),e);var ae=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),we=(t,e)=>{for(var r in e)Hn(t,r,{get:e[r],enumerable:!0})},ka=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Rp(e))!Np.call(t,s)&&s!==r&&Hn(t,s,{get:()=>e[s],enumerable:!(n=kp(e,s))||n.enumerable});return t};var st=(t,e,r)=>(r=t!=null?Tp(Bp(t)):{},ka(e||!t||!t.__esModule?Hn(r,"default",{value:t,enumerable:!0}):r,t)),yr=t=>ka(Hn({},"__esModule",{value:!0}),t);function Hp(t){return["NO_ERROR","INTERNAL_ERROR","REFUSED_STREAM","ENHANCE_YOUR_CALM","CANCEL"].includes(t)}function jp(t){return["HTTP_1_1_REQUIRED","INADEQUATE_SECURITY","PROTOCOL_ERROR","COMPRESSION_ERROR"].includes(t)}function $p(t,e){let r=[];switch(t){case"ENHANCE_YOUR_CALM":r.push("Server is rate limiting. Implement exponential backoff."),r.push("Reduce concurrent requests to this origin.");break;case"REFUSED_STREAM":r.push("Server is overloaded. Retry with backoff."),r.push("Consider reducing max concurrent streams.");break;case"FLOW_CONTROL_ERROR":r.push("Reduce initial window size in HTTP/2 settings."),r.push("Server may not handle large uploads well over HTTP/2.");break;case"HTTP_1_1_REQUIRED":r.push("Server requires HTTP/1.1 for this request."),r.push("Disable HTTP/2 for this origin.");break;case"INADEQUATE_SECURITY":r.push("Upgrade TLS configuration or use HTTP/1.1.");break;case"GOAWAY":r.push("Server is shutting down connection. Retry is safe.");break;default:r.push("Check server logs for details.")}return e&&r.push("Consider disabling HTTP/2 for this origin with { http2: false }."),r}function jn(t){let e=t.message||"",r=t.code||"";if(e.includes("GOAWAY")||r.includes("GOAWAY"))return new Kt("Server sent GOAWAY frame, closing connection","NO_ERROR",{level:"session"});if(e.includes("RST_STREAM")||r.includes("RST_STREAM")){let s=e.match(/RST_STREAM.*code[:\s]+(\w+)/i),o=(s==null?void 0:s[1])||"CANCEL";return new Kt(`Stream was reset: ${o}`,o,{level:"stream"})}let n=["PROTOCOL_ERROR","INTERNAL_ERROR","FLOW_CONTROL_ERROR","SETTINGS_TIMEOUT","STREAM_CLOSED","FRAME_SIZE_ERROR","REFUSED_STREAM","CANCEL","COMPRESSION_ERROR","CONNECT_ERROR","ENHANCE_YOUR_CALM","INADEQUATE_SECURITY","HTTP_1_1_REQUIRED"];for(let s of n)if(e.includes(s)||r.includes(s))return new Kt(`HTTP/2 error: ${s}`,s,{level:e.includes("session")?"session":"stream"});if(r.startsWith("ERR_HTTP2_")){let s=r.replace("ERR_HTTP2_","");return new Kt(e||`HTTP/2 error: ${s}`,s,{level:"session"})}return null}function $n(t){var u;if(t instanceof P&&t.classification)return t.classification;if(!t||typeof t!="object")return;let e=t,r=e.name||"",n=e.message||"",s=(u=e.code)==null?void 0:u.toUpperCase();if(r==="AbortError"||s==="ABORT_ERR"||s==="UND_ERR_ABORTED"||n.includes("aborted")||n.includes("AbortError"))return{category:"queue",source:"client",severity:"low",canRetry:!0,reason:"Request was aborted"};if(r==="TimeoutError"||s==="UND_ERR_CONNECT_TIMEOUT"||s==="UND_ERR_HEADERS_TIMEOUT"||s==="UND_ERR_BODY_TIMEOUT"||n.includes("timeout"))return{category:"timeout",source:"transport",severity:"medium",canRetry:!0,reason:n||"Request timed out"};if(s&&new Set(["ECONNRESET","ECONNREFUSED","ENOTFOUND","EPIPE","ETIMEDOUT","EHOSTUNREACH","ENETUNREACH","ENETDOWN","EAI_AGAIN"]).has(s))return{category:"network",source:"transport",severity:"medium",canRetry:!0,reason:n||`Network error (${s})`};if(r==="Http2Error"||n.includes("HTTP/2")||n.includes("RST_STREAM")||n.includes("GOAWAY"))return{category:"protocol",source:"transport",severity:"medium",canRetry:!0,reason:n||"HTTP/2 protocol error"};if(r==="MaxSizeExceededError"||r==="ParseError")return{category:"resource",source:"server",severity:"low",canRetry:!1,reason:n||"Resource limitation"};if(r==="ConfigurationError"||r==="ValidationError"||r==="StateError")return{category:"state",source:"client",severity:"high",canRetry:!1,reason:n||"Request cannot be retried"}}function Wp(t){return[408,425,429,500,502,503,504].includes(t)}var P,ot,G,Ke,Kt,Lt,Oo,Jr,Io,Fo,Lo,Qr,Zr,et,Ae,_o,dt,Ye,Po,ie=A(()=>{"use strict";P=class extends Error{request;response;suggestions;retriable;classification;constructor(e,r,n,s=[],o=!1,u){super(e),this.name="ReckerError",this.request=r,this.response=n,this.suggestions=s,this.retriable=o,this.classification=u}},ot=class extends P{status;statusText;constructor(e,r){let n=Wp(e.status);super(`Request failed with status code ${e.status} ${e.statusText}`,r,e,["Check the upstream service response body for error details.","Inspect request headers/body to ensure they match the API contract.","Retry if this is a transient 5xx/429 error."],n,{category:"http",source:"server",severity:e.status>=500?"high":"medium",canRetry:n,reason:`HTTP ${e.status}`,statusCode:e.status}),this.name="HttpError",this.status=e.status,this.statusText=e.statusText}},G=class extends P{phase;timeout;elapsed;event;constructor(e,r){let n=(r==null?void 0:r.phase)||"request",s=r==null?void 0:r.timeout,o=r==null?void 0:r.elapsed,i={lookup:"DNS lookup timed out",connect:"TCP connection timed out",secureConnect:"TLS handshake timed out",socket:"Socket assignment timed out (connection pool exhausted)",send:"Request body upload timed out",response:"Waiting for response timed out (TTFB)",request:"Request timed out (total time exceeded)","webrtc-connect":"WebRTC peer connection timed out"}[n];s!==void 0&&(i+=` after ${s}ms`),o!==void 0&&o!==s&&(i+=` (elapsed: ${Math.round(o)}ms)`);let c=["Verify network connectivity and DNS resolution for the target host.","Increase the specific timeout phase or optimize the upstream response time.","Reduce concurrent requests if the connection pool is exhausted."];super(i,e,void 0,c,!0,{category:"timeout",source:"transport",severity:"medium",canRetry:!0,reason:`Timeout while ${n}`}),this.name="TimeoutError",this.phase=n,this.timeout=s??0,this.elapsed=o,this.event=`timeout:${n}`}},Ke=class extends P{code;constructor(e,r,n){let s=["Confirm the host and port are reachable from this environment.","Check proxy/VPN/firewall settings that might block the request.","Retry the request or switch transport if this is transient."];super(e,n,void 0,s,!0,{category:"network",source:"transport",severity:r?"medium":"low",canRetry:!0,reason:r?`Network error (${r})`:e}),this.name="NetworkError",this.code=r}},Kt=class extends P{errorCode;level;streamId;suggestFallback;constructor(e,r,n={}){let s=Hp(r),o=jp(r),u=$p(r,o);super(e,n.request,void 0,u,s,{category:"protocol",source:"transport",severity:s?"medium":"high",canRetry:s,reason:`HTTP/2 ${r}`,statusCode:r&&Number.parseInt(String(r),10)||void 0}),this.name="Http2Error",this.errorCode=r,this.level=n.level??"stream",this.streamId=n.streamId,this.suggestFallback=o}};Lt=class extends P{maxSize;actualSize;constructor(e,r,n){let s=r?`${r} bytes (max: ${e} bytes)`:`${e} bytes`;super(`Response size exceeded maximum allowed: ${s}`,n,void 0,["Increase maxResponseSize if the larger payload is expected.","Add pagination/streaming to reduce payload size.","Ensure the upstream is not returning unexpected large responses."],!1,{category:"resource",source:"server",severity:"medium",canRetry:!1,reason:"Response size exceeded configured max"}),this.name="MaxSizeExceededError",this.maxSize=e,this.actualSize=r}};Oo=class extends P{reason;constructor(e,r){super(e||"Request was aborted",r,void 0,["Check if the abort was intentional (user-triggered or timeout).","Increase timeout if the request needs more time to complete.","Ensure AbortController is not being triggered prematurely."],!0,{category:"timeout",source:"client",severity:"low",canRetry:!0,reason:e?`Request was aborted: ${e}`:"Request was aborted"}),this.name="AbortError",this.reason=e}},Jr=class extends P{host;port;code;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the host and port are correct and the service is running.","Check network connectivity and firewall rules.","Ensure the service is accepting connections on the specified port."],(r==null?void 0:r.retriable)??!0,{category:"network",source:"transport",severity:(r==null?void 0:r.retriable)===!1?"high":"medium",canRetry:(r==null?void 0:r.retriable)??!0,reason:r!=null&&r.code?`Connection error (${r.code})`:"Connection error"}),this.name="ConnectionError",this.host=r==null?void 0:r.host,this.port=r==null?void 0:r.port,this.code=r==null?void 0:r.code}},Io=class extends P{authType;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify credentials (username/password, API key, or certificate).","Check if the account is active and has proper permissions.","Ensure the authentication method matches what the server expects."],!1),this.name="AuthenticationError",this.authType=r==null?void 0:r.authType}},Fo=class extends P{protocol;code;phase;constructor(e,r){let s={ftp:["Ensure the FTP server is running and accessible.","Check file/directory permissions on the server.","Verify the path exists and is correct."],sftp:["Verify SSH credentials and key permissions.","Check that the SFTP subsystem is enabled on the server.","Ensure the target path exists and is accessible."],telnet:["Verify the Telnet service is running on the target host.","Check login credentials and terminal settings.","Ensure the expected prompts match the server output."],udp:["UDP is connectionless - verify the target is listening.","Check firewall rules for UDP traffic.","Ensure the message format matches what the server expects."],webrtc:["Verify the signaling server is reachable.","Check ICE server configuration (STUN/TURN).","Ensure both peers have compatible codecs and capabilities."],dns:["Verify the DNS server is reachable.","Check if the domain exists and has the requested record type.","Try an alternative DNS resolver."],tls:["Verify the certificate is valid and not expired.","Check that the hostname matches the certificate.","Ensure TLS version and cipher suites are compatible."]}[r.protocol.toLowerCase()]||["Check the protocol-specific documentation.","Verify the server supports the requested operation.","Review the error code for specific guidance."];super(e,r.request,void 0,s,r.retriable??!1),this.name="ProtocolError",this.protocol=r.protocol,this.code=r.code,this.phase=r.phase}},Lo=class extends P{resource;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the resource path or identifier is correct.","Check if the resource was deleted or moved.","Ensure you have permission to access this resource."],!1),this.name="NotFoundError",this.resource=r==null?void 0:r.resource}},Qr=class extends P{expectedState;actualState;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Ensure the required setup/initialization step was performed.","Check that operations are called in the correct order.","Verify the connection or resource is still valid."],!1),this.name="StateError",this.expectedState=r==null?void 0:r.expectedState,this.actualState=r==null?void 0:r.actualState}},Zr=class extends P{field;value;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check the input format and constraints.","Refer to the API documentation for valid values.","Ensure required fields are provided."],!1),this.name="ValidationError",this.field=r==null?void 0:r.field,this.value=r==null?void 0:r.value}},et=class extends P{configKey;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check the configuration file or environment variables.","Ensure all required configuration keys are set.","Verify the configuration values are in the correct format."],!1),this.name="ConfigurationError",this.configKey=r==null?void 0:r.configKey}},Ae=class extends P{feature;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check if this feature is supported in the current context.","Refer to the documentation for supported operations.","Consider using an alternative approach."],!1),this.name="UnsupportedError",this.feature=r==null?void 0:r.feature}},_o=class extends P{format;position;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the input is in the expected format.","Check for malformed or corrupted data.","Ensure the encoding is correct (UTF-8, etc.)."],!1),this.name="ParseError",this.format=r==null?void 0:r.format,this.position=r==null?void 0:r.position}},dt=class extends P{queueName;constructor(e,r){super(e||"Queue operation was cancelled",r==null?void 0:r.request,void 0,["This is typically expected during shutdown.","Check if the queue was manually cleared.","Retry the operation if the queue is still active."],!0,{category:"queue",source:"client",severity:"low",canRetry:!0,reason:e||"Queue was cancelled"}),this.name="QueueCancelledError",this.queueName=r==null?void 0:r.queueName}},Ye=class extends P{streamType;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check if the stream was prematurely closed.","Verify the data source is still available.","Ensure proper error handling for stream events."],(r==null?void 0:r.retriable)??!1),this.name="StreamError",this.streamType=r==null?void 0:r.streamType}},Po=class extends P{url;statusCode;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the URL is correct and accessible.","Check network connectivity.",r!=null&&r.statusCode?`HTTP ${r.statusCode} - check server response.`:"Retry the download if the error is transient."],(r==null?void 0:r.retriable)??!0),this.name="DownloadError",this.url=r==null?void 0:r.url,this.statusCode=r==null?void 0:r.statusCode}}});function Vn(t,e={}){let r={allowDuplicateKeys:e.allowDuplicateKeys??!1,parseDates:e.parseDates??!0,customTags:e.customTags??{},maxDepth:e.maxDepth??100,maxKeys:e.maxKeys??1e4};if(!t||!t.trim())return null;let n=t.replace(/^\uFEFF/,"");n=n.replace(/^---\s*$/gm,"").replace(/^\.\.\.\s*$/gm,"");let o={lines:n.split(`
|
|
8
|
-
`),index:0,depth:0,keyCount:0,options:r};return
|
|
9
|
-
`)}function
|
|
10
|
-
`)}function
|
|
11
|
-
`||t[n+1]===" "))return n}return-1}function
|
|
12
|
-
`).replace(/\\t/g," ").replace(/\\r/g,"\r").replace(/\\0/g,"\0").replace(/\\x([0-9a-fA-F]{2})/g,(e,r)=>String.fromCharCode(parseInt(r,16))).replace(/\\u([0-9a-fA-F]{4})/g,(e,r)=>String.fromCharCode(parseInt(r,16))):t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1).replace(/''/g,"'"):t}function
|
|
7
|
+
"use strict";var recker=(()=>{var _0=Object.create;var Hn=Object.defineProperty;var q0=Object.getOwnPropertyDescriptor;var M0=Object.getOwnPropertyNames;var H0=Object.getPrototypeOf,j0=Object.prototype.hasOwnProperty;var $0=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var A=(t,e)=>()=>(t&&(e=t(t=0)),e);var ae=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),we=(t,e)=>{for(var r in e)Hn(t,r,{get:e[r],enumerable:!0})},Ta=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of M0(e))!j0.call(t,s)&&s!==r&&Hn(t,s,{get:()=>e[s],enumerable:!(n=q0(e,s))||n.enumerable});return t};var st=(t,e,r)=>(r=t!=null?_0(H0(t)):{},Ta(e||!t||!t.__esModule?Hn(r,"default",{value:t,enumerable:!0}):r,t)),yr=t=>Ta(Hn({},"__esModule",{value:!0}),t);function Q0(t){return["NO_ERROR","INTERNAL_ERROR","REFUSED_STREAM","ENHANCE_YOUR_CALM","CANCEL"].includes(t)}function Z0(t){return["HTTP_1_1_REQUIRED","INADEQUATE_SECURITY","PROTOCOL_ERROR","COMPRESSION_ERROR"].includes(t)}function ef(t,e){let r=[];switch(t){case"ENHANCE_YOUR_CALM":r.push("Server is rate limiting. Implement exponential backoff."),r.push("Reduce concurrent requests to this origin.");break;case"REFUSED_STREAM":r.push("Server is overloaded. Retry with backoff."),r.push("Consider reducing max concurrent streams.");break;case"FLOW_CONTROL_ERROR":r.push("Reduce initial window size in HTTP/2 settings."),r.push("Server may not handle large uploads well over HTTP/2.");break;case"HTTP_1_1_REQUIRED":r.push("Server requires HTTP/1.1 for this request."),r.push("Disable HTTP/2 for this origin.");break;case"INADEQUATE_SECURITY":r.push("Upgrade TLS configuration or use HTTP/1.1.");break;case"GOAWAY":r.push("Server is shutting down connection. Retry is safe.");break;default:r.push("Check server logs for details.")}return e&&r.push("Consider disabling HTTP/2 for this origin with { http2: false }."),r}function jn(t){let e=t.message||"",r=t.code||"";if(e.includes("GOAWAY")||r.includes("GOAWAY"))return new Yt("Server sent GOAWAY frame, closing connection","NO_ERROR",{level:"session"});if(e.includes("RST_STREAM")||r.includes("RST_STREAM")){let s=e.match(/RST_STREAM.*code[:\s]+(\w+)/i),o=(s==null?void 0:s[1])||"CANCEL";return new Yt(`Stream was reset: ${o}`,o,{level:"stream"})}let n=["PROTOCOL_ERROR","INTERNAL_ERROR","FLOW_CONTROL_ERROR","SETTINGS_TIMEOUT","STREAM_CLOSED","FRAME_SIZE_ERROR","REFUSED_STREAM","CANCEL","COMPRESSION_ERROR","CONNECT_ERROR","ENHANCE_YOUR_CALM","INADEQUATE_SECURITY","HTTP_1_1_REQUIRED"];for(let s of n)if(e.includes(s)||r.includes(s))return new Yt(`HTTP/2 error: ${s}`,s,{level:e.includes("session")?"session":"stream"});if(r.startsWith("ERR_HTTP2_")){let s=r.replace("ERR_HTTP2_","");return new Yt(e||`HTTP/2 error: ${s}`,s,{level:"session"})}return null}function $n(t){var u;if(t instanceof P&&t.classification)return t.classification;if(!t||typeof t!="object")return;let e=t,r=e.name||"",n=e.message||"",s=(u=e.code)==null?void 0:u.toUpperCase();if(r==="AbortError"||s==="ABORT_ERR"||s==="UND_ERR_ABORTED"||n.includes("aborted")||n.includes("AbortError"))return{category:"queue",source:"client",severity:"low",canRetry:!0,reason:"Request was aborted"};if(r==="TimeoutError"||s==="UND_ERR_CONNECT_TIMEOUT"||s==="UND_ERR_HEADERS_TIMEOUT"||s==="UND_ERR_BODY_TIMEOUT"||n.includes("timeout"))return{category:"timeout",source:"transport",severity:"medium",canRetry:!0,reason:n||"Request timed out"};if(s&&new Set(["ECONNRESET","ECONNREFUSED","ENOTFOUND","EPIPE","ETIMEDOUT","EHOSTUNREACH","ENETUNREACH","ENETDOWN","EAI_AGAIN"]).has(s))return{category:"network",source:"transport",severity:"medium",canRetry:!0,reason:n||`Network error (${s})`};if(r==="Http2Error"||n.includes("HTTP/2")||n.includes("RST_STREAM")||n.includes("GOAWAY"))return{category:"protocol",source:"transport",severity:"medium",canRetry:!0,reason:n||"HTTP/2 protocol error"};if(r==="MaxSizeExceededError"||r==="ParseError")return{category:"resource",source:"server",severity:"low",canRetry:!1,reason:n||"Resource limitation"};if(r==="ConfigurationError"||r==="ValidationError"||r==="StateError")return{category:"state",source:"client",severity:"high",canRetry:!1,reason:n||"Request cannot be retried"}}function tf(t){return[408,425,429,500,502,503,504].includes(t)}var P,ot,G,Ke,Yt,Ft,Uo,Jr,Oo,Io,Fo,Qr,Zr,et,Ae,Po,dt,Ye,_o,ie=A(()=>{"use strict";P=class extends Error{request;response;suggestions;retriable;classification;constructor(e,r,n,s=[],o=!1,u){super(e),this.name="ReckerError",this.request=r,this.response=n,this.suggestions=s,this.retriable=o,this.classification=u}},ot=class extends P{status;statusText;constructor(e,r){let n=tf(e.status);super(`Request failed with status code ${e.status} ${e.statusText}`,r,e,["Check the upstream service response body for error details.","Inspect request headers/body to ensure they match the API contract.","Retry if this is a transient 5xx/429 error."],n,{category:"http",source:"server",severity:e.status>=500?"high":"medium",canRetry:n,reason:`HTTP ${e.status}`,statusCode:e.status}),this.name="HttpError",this.status=e.status,this.statusText=e.statusText}},G=class extends P{phase;timeout;elapsed;event;constructor(e,r){let n=(r==null?void 0:r.phase)||"request",s=r==null?void 0:r.timeout,o=r==null?void 0:r.elapsed,i={lookup:"DNS lookup timed out",connect:"TCP connection timed out",secureConnect:"TLS handshake timed out",socket:"Socket assignment timed out (connection pool exhausted)",send:"Request body upload timed out",response:"Waiting for response timed out (TTFB)",request:"Request timed out (total time exceeded)","webrtc-connect":"WebRTC peer connection timed out"}[n];s!==void 0&&(i+=` after ${s}ms`),o!==void 0&&o!==s&&(i+=` (elapsed: ${Math.round(o)}ms)`);let c=["Verify network connectivity and DNS resolution for the target host.","Increase the specific timeout phase or optimize the upstream response time.","Reduce concurrent requests if the connection pool is exhausted."];super(i,e,void 0,c,!0,{category:"timeout",source:"transport",severity:"medium",canRetry:!0,reason:`Timeout while ${n}`}),this.name="TimeoutError",this.phase=n,this.timeout=s??0,this.elapsed=o,this.event=`timeout:${n}`}},Ke=class extends P{code;constructor(e,r,n){let s=["Confirm the host and port are reachable from this environment.","Check proxy/VPN/firewall settings that might block the request.","Retry the request or switch transport if this is transient."];super(e,n,void 0,s,!0,{category:"network",source:"transport",severity:r?"medium":"low",canRetry:!0,reason:r?`Network error (${r})`:e}),this.name="NetworkError",this.code=r}},Yt=class extends P{errorCode;level;streamId;suggestFallback;constructor(e,r,n={}){let s=Q0(r),o=Z0(r),u=ef(r,o);super(e,n.request,void 0,u,s,{category:"protocol",source:"transport",severity:s?"medium":"high",canRetry:s,reason:`HTTP/2 ${r}`,statusCode:r&&Number.parseInt(String(r),10)||void 0}),this.name="Http2Error",this.errorCode=r,this.level=n.level??"stream",this.streamId=n.streamId,this.suggestFallback=o}};Ft=class extends P{maxSize;actualSize;constructor(e,r,n){let s=r?`${r} bytes (max: ${e} bytes)`:`${e} bytes`;super(`Response size exceeded maximum allowed: ${s}`,n,void 0,["Increase maxResponseSize if the larger payload is expected.","Add pagination/streaming to reduce payload size.","Ensure the upstream is not returning unexpected large responses."],!1,{category:"resource",source:"server",severity:"medium",canRetry:!1,reason:"Response size exceeded configured max"}),this.name="MaxSizeExceededError",this.maxSize=e,this.actualSize=r}};Uo=class extends P{reason;constructor(e,r){super(e||"Request was aborted",r,void 0,["Check if the abort was intentional (user-triggered or timeout).","Increase timeout if the request needs more time to complete.","Ensure AbortController is not being triggered prematurely."],!0,{category:"timeout",source:"client",severity:"low",canRetry:!0,reason:e?`Request was aborted: ${e}`:"Request was aborted"}),this.name="AbortError",this.reason=e}},Jr=class extends P{host;port;code;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the host and port are correct and the service is running.","Check network connectivity and firewall rules.","Ensure the service is accepting connections on the specified port."],(r==null?void 0:r.retriable)??!0,{category:"network",source:"transport",severity:(r==null?void 0:r.retriable)===!1?"high":"medium",canRetry:(r==null?void 0:r.retriable)??!0,reason:r!=null&&r.code?`Connection error (${r.code})`:"Connection error"}),this.name="ConnectionError",this.host=r==null?void 0:r.host,this.port=r==null?void 0:r.port,this.code=r==null?void 0:r.code}},Oo=class extends P{authType;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify credentials (username/password, API key, or certificate).","Check if the account is active and has proper permissions.","Ensure the authentication method matches what the server expects."],!1),this.name="AuthenticationError",this.authType=r==null?void 0:r.authType}},Io=class extends P{protocol;code;phase;constructor(e,r){let s={ftp:["Ensure the FTP server is running and accessible.","Check file/directory permissions on the server.","Verify the path exists and is correct."],sftp:["Verify SSH credentials and key permissions.","Check that the SFTP subsystem is enabled on the server.","Ensure the target path exists and is accessible."],telnet:["Verify the Telnet service is running on the target host.","Check login credentials and terminal settings.","Ensure the expected prompts match the server output."],udp:["UDP is connectionless - verify the target is listening.","Check firewall rules for UDP traffic.","Ensure the message format matches what the server expects."],webrtc:["Verify the signaling server is reachable.","Check ICE server configuration (STUN/TURN).","Ensure both peers have compatible codecs and capabilities."],dns:["Verify the DNS server is reachable.","Check if the domain exists and has the requested record type.","Try an alternative DNS resolver."],tls:["Verify the certificate is valid and not expired.","Check that the hostname matches the certificate.","Ensure TLS version and cipher suites are compatible."]}[r.protocol.toLowerCase()]||["Check the protocol-specific documentation.","Verify the server supports the requested operation.","Review the error code for specific guidance."];super(e,r.request,void 0,s,r.retriable??!1),this.name="ProtocolError",this.protocol=r.protocol,this.code=r.code,this.phase=r.phase}},Fo=class extends P{resource;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the resource path or identifier is correct.","Check if the resource was deleted or moved.","Ensure you have permission to access this resource."],!1),this.name="NotFoundError",this.resource=r==null?void 0:r.resource}},Qr=class extends P{expectedState;actualState;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Ensure the required setup/initialization step was performed.","Check that operations are called in the correct order.","Verify the connection or resource is still valid."],!1),this.name="StateError",this.expectedState=r==null?void 0:r.expectedState,this.actualState=r==null?void 0:r.actualState}},Zr=class extends P{field;value;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check the input format and constraints.","Refer to the API documentation for valid values.","Ensure required fields are provided."],!1),this.name="ValidationError",this.field=r==null?void 0:r.field,this.value=r==null?void 0:r.value}},et=class extends P{configKey;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check the configuration file or environment variables.","Ensure all required configuration keys are set.","Verify the configuration values are in the correct format."],!1),this.name="ConfigurationError",this.configKey=r==null?void 0:r.configKey}},Ae=class extends P{feature;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check if this feature is supported in the current context.","Refer to the documentation for supported operations.","Consider using an alternative approach."],!1),this.name="UnsupportedError",this.feature=r==null?void 0:r.feature}},Po=class extends P{format;position;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the input is in the expected format.","Check for malformed or corrupted data.","Ensure the encoding is correct (UTF-8, etc.)."],!1),this.name="ParseError",this.format=r==null?void 0:r.format,this.position=r==null?void 0:r.position}},dt=class extends P{queueName;constructor(e,r){super(e||"Queue operation was cancelled",r==null?void 0:r.request,void 0,["This is typically expected during shutdown.","Check if the queue was manually cleared.","Retry the operation if the queue is still active."],!0,{category:"queue",source:"client",severity:"low",canRetry:!0,reason:e||"Queue was cancelled"}),this.name="QueueCancelledError",this.queueName=r==null?void 0:r.queueName}},Ye=class extends P{streamType;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Check if the stream was prematurely closed.","Verify the data source is still available.","Ensure proper error handling for stream events."],(r==null?void 0:r.retriable)??!1),this.name="StreamError",this.streamType=r==null?void 0:r.streamType}},_o=class extends P{url;statusCode;constructor(e,r){super(e,r==null?void 0:r.request,void 0,["Verify the URL is correct and accessible.","Check network connectivity.",r!=null&&r.statusCode?`HTTP ${r.statusCode} - check server response.`:"Retry the download if the error is transient."],(r==null?void 0:r.retriable)??!0),this.name="DownloadError",this.url=r==null?void 0:r.url,this.statusCode=r==null?void 0:r.statusCode}}});function Vn(t,e={}){let r={allowDuplicateKeys:e.allowDuplicateKeys??!1,parseDates:e.parseDates??!0,customTags:e.customTags??{},maxDepth:e.maxDepth??100,maxKeys:e.maxKeys??1e4};if(!t||!t.trim())return null;let n=t.replace(/^\uFEFF/,"");n=n.replace(/^---\s*$/gm,"").replace(/^\.\.\.\s*$/gm,"");let o={lines:n.split(`
|
|
8
|
+
`),index:0,depth:0,keyCount:0,options:r};return Ho(o,0,new Map)}function Ho(t,e,r){if(en(t),t.index>=t.lines.length)return null;let s=t.lines[t.index].trim();return s==="~"||s==="null"||s==="Null"||s==="NULL"?(t.index++,null):s.startsWith("- ")||s==="-"?rf(t,e,r):s.includes(":")&&!s.startsWith('"')&&!s.startsWith("'")?ka(t,e,r):(t.index++,Xt(s,t.options,r))}function ka(t,e,r){let n={};if(t.depth++,t.depth>t.options.maxDepth)throw new St("Maximum nesting depth exceeded",t.index);for(;t.index<t.lines.length&&(en(t),!(t.index>=t.lines.length));){let s=t.lines[t.index],o=wr(s);if(o<e&&s.trim())break;if(o<e){t.index++;continue}let u=s.trim();if(!u||u.startsWith("#")){t.index++;continue}if(u.startsWith("- ")&&o<=e)break;let i=Mo(u);if(i===-1){t.index++;continue}let c=u.substring(0,i).trim(),a=u.substring(i+1).trim(),l=null,d=c.match(/^&(\w+)\s+/);if(d&&(l=d[1],c=c.substring(d[0].length)),a.startsWith("*")){let h=a.substring(1).split(/\s/)[0];if(!r.has(h))throw new St(`Unknown alias: ${h}`,t.index);n[c]=r.get(h),t.index++;continue}let p=a.match(/^&(\w+)\s*/);if(p&&(l=p[1],a=a.substring(p[0].length)),c=Wn(c),t.keyCount++,t.keyCount>t.options.maxKeys)throw new St("Maximum number of keys exceeded",t.index);if(!t.options.allowDuplicateKeys&&c in n)throw new St(`Duplicate key: ${c}`,t.index);t.index++;let f;if(a===""||a==="|"||a===">"||a==="|-"||a===">-")if(a==="|"||a==="|-")f=nf(t,o,a==="|-");else if(a===">"||a===">-")f=sf(t,o,a===">-");else if(en(t),t.index<t.lines.length){let h=wr(t.lines[t.index]);h>o?f=Ho(t,h,r):f=null}else f=null;else f=Xt(a,t.options,r);l&&r.set(l,f),n[c]=f}return t.depth--,n}function rf(t,e,r){let n=[];if(t.depth++,t.depth>t.options.maxDepth)throw new St("Maximum nesting depth exceeded",t.index);for(;t.index<t.lines.length&&(en(t),!(t.index>=t.lines.length));){let s=t.lines[t.index],o=wr(s),u=s.trim();if(o<e&&u)break;if(!u.startsWith("-")){if(o<=e)break;t.index++;continue}let i=null,c=u.substring(1).trim(),a=c.match(/^&(\w+)\s*/);if(a&&(i=a[1],c=c.substring(a[0].length)),c.startsWith("*")){let d=c.substring(1).split(/\s/)[0];if(!r.has(d))throw new St(`Unknown alias: ${d}`,t.index);n.push(r.get(d)),t.index++;continue}t.index++;let l;if(c==="")if(en(t),t.index<t.lines.length){let d=wr(t.lines[t.index]);d>o?l=Ho(t,d,r):l=null}else l=null;else if(c.includes(":")&&!c.startsWith('"')&&!c.startsWith("'")){t.index--;let d=" ".repeat(o+2)+c,p=t.lines[t.index];t.lines[t.index]=d,l=ka(t,o+2,r),t.index<t.lines.length&&(t.lines[t.index-1]=p)}else l=Xt(c,t.options,r);i&&r.set(i,l),n.push(l)}return t.depth--,n}function nf(t,e,r){let n=[],s=-1;for(;t.index<t.lines.length;){let o=t.lines[t.index],u=wr(o),i=o.trim();if(s===-1&&i&&(s=u),s!==-1&&u<s&&i||i&&u<=e)break;if(s!==-1){let c=Math.max(0,u-s);n.push(" ".repeat(c)+i)}else n.push("");t.index++}if(r)for(;n.length>0&&n[n.length-1]==="";)n.pop();return n.join(`
|
|
9
|
+
`)}function sf(t,e,r){let n=[],s=[],o=-1;for(;t.index<t.lines.length;){let u=t.lines[t.index],i=wr(u),c=u.trim();if(o===-1&&c&&(o=i),o!==-1&&i<o&&c||c&&i<=e)break;o!==-1&&(c===""?(s.length>0&&(n.push(s.join(" ")),s=[]),n.push("")):s.push(c)),t.index++}if(s.length>0&&n.push(s.join(" ")),r)for(;n.length>0&&n[n.length-1]==="";)n.pop();return n.join(`
|
|
10
|
+
`)}function Xt(t,e,r){if(t.startsWith("*")){let o=t.substring(1).split(/\s|#/)[0];if(!r.has(o))throw new St(`Unknown alias: ${o}`);return r.get(o)}let n=af(t);n!==-1&&(t=t.substring(0,n).trim());let s=t.match(/^!(\S+)\s*/);if(s){let o=s[1],u=t.substring(s[0].length);return e.customTags[o]?e.customTags[o](u):u}if(t===""||t==="~"||t==="null"||t==="Null"||t==="NULL")return null;if(t==="true"||t==="True"||t==="TRUE"||t==="yes"||t==="Yes"||t==="YES"||t==="on"||t==="On"||t==="ON")return!0;if(t==="false"||t==="False"||t==="FALSE"||t==="no"||t==="No"||t==="NO"||t==="off"||t==="Off"||t==="OFF")return!1;if(t===".inf"||t===".Inf"||t===".INF"||t==="+.inf"||t==="+.Inf"||t==="+.INF")return 1/0;if(t==="-.inf"||t==="-.Inf"||t==="-.INF")return-1/0;if(t===".nan"||t===".NaN"||t===".NAN")return NaN;if(/^0o[0-7]+$/.test(t))return parseInt(t.substring(2),8);if(/^0x[0-9a-fA-F]+$/.test(t))return parseInt(t,16);if(/^[-+]?\d+$/.test(t)){let o=parseInt(t,10);return Number.isSafeInteger(o),o}if(/^[-+]?(\d+\.?\d*|\.\d+)([eE][-+]?\d+)?$/.test(t))return parseFloat(t);if(/^\d+:\d{2}(:\d{2})?(\.\d+)?$/.test(t)){let o=t.split(":").map(parseFloat),u=o[0];for(let i=1;i<o.length;i++)u=u*60+o[i];return u}if(e.parseDates&&/^\d{4}-\d{2}-\d{2}([T ]\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[+-]\d{2}:\d{2})?)?$/.test(t)){let o=new Date(t.replace(" ","T"));if(!isNaN(o.getTime()))return o}return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?Wn(t):t.startsWith("[")&&t.endsWith("]")?of(t,e,r):t.startsWith("{")&&t.endsWith("}")?uf(t,e,r):t}function of(t,e,r){let n=t.slice(1,-1).trim();if(!n)return[];let s=[],o="",u=0,i=!1,c="";for(let a=0;a<n.length;a++){let l=n[a];if(i){o+=l,l===c&&n[a-1]!=="\\"&&(i=!1);continue}if(l==='"'||l==="'"){i=!0,c=l,o+=l;continue}if(l==="["||l==="{"){u++,o+=l;continue}if(l==="]"||l==="}"){u--,o+=l;continue}if(l===","&&u===0){s.push(Xt(o.trim(),e,r)),o="";continue}o+=l}return o.trim()&&s.push(Xt(o.trim(),e,r)),s}function uf(t,e,r){let n=t.slice(1,-1).trim();if(!n)return{};let s={},o="",u=0,i=!1,c="";for(let a=0;a<n.length;a++){let l=n[a];if(i){o+=l,l===c&&n[a-1]!=="\\"&&(i=!1);continue}if(l==='"'||l==="'"){i=!0,c=l,o+=l;continue}if(l==="["||l==="{"){u++,o+=l;continue}if(l==="]"||l==="}"){u--,o+=l;continue}if(l===","&&u===0){let d=Mo(o);if(d!==-1){let p=Wn(o.substring(0,d).trim()),f=o.substring(d+1).trim();s[p]=Xt(f,e,r)}o="";continue}o+=l}if(o.trim()){let a=Mo(o);if(a!==-1){let l=Wn(o.substring(0,a).trim()),d=o.substring(a+1).trim();s[l]=Xt(d,e,r)}}return s}function wr(t){let e=t.match(/^(\s*)/);return e?e[1].length:0}function en(t){for(;t.index<t.lines.length;){let e=t.lines[t.index].trim();if(e&&!e.startsWith("#"))break;t.index++}}function Mo(t){let e=!1,r="";for(let n=0;n<t.length;n++){let s=t[n];if(e){s===r&&t[n-1]!=="\\"&&(e=!1);continue}if(s==='"'||s==="'"){e=!0,r=s;continue}if(s===":"&&(n===t.length-1||t[n+1]===" "||t[n+1]===`
|
|
11
|
+
`||t[n+1]===" "))return n}return-1}function af(t){let e=!1,r="";for(let n=0;n<t.length;n++){let s=t[n];if(e){s===r&&t[n-1]!=="\\"&&(e=!1);continue}if(s==='"'||s==="'"){e=!0,r=s;continue}if(s==="#"&&(n===0||t[n-1]===" "||t[n-1]===" "))return n}return-1}function Wn(t){return t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\").replace(/\\n/g,`
|
|
12
|
+
`).replace(/\\t/g," ").replace(/\\r/g,"\r").replace(/\\0/g,"\0").replace(/\\x([0-9a-fA-F]{2})/g,(e,r)=>String.fromCharCode(parseInt(r,16))).replace(/\\u([0-9a-fA-F]{4})/g,(e,r)=>String.fromCharCode(parseInt(r,16))):t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1).replace(/''/g,"'"):t}function Ba(t,e={}){let r={indent:e.indent??2,lineWidth:e.lineWidth??80,forceQuotes:e.forceQuotes??!1,flowStyle:e.flowStyle??!1,sortKeys:e.sortKeys??!1,skipUndefined:e.skipUndefined??!0,documentMarkers:e.documentMarkers??!1},n="";return r.documentMarkers&&(n+=`---
|
|
13
13
|
`),n+=tn(t,0,r),r.documentMarkers&&(n+=`
|
|
14
|
-
...`),n}function tn(t,e,r){return t==null?"null":typeof t=="boolean"?t?"true":"false":typeof t=="number"?Number.isNaN(t)?".nan":t===1/0?".inf":t===-1/0?"-.inf":String(t):typeof t=="string"?
|
|
14
|
+
...`),n}function tn(t,e,r){return t==null?"null":typeof t=="boolean"?t?"true":"false":typeof t=="number"?Number.isNaN(t)?".nan":t===1/0?".inf":t===-1/0?"-.inf":String(t):typeof t=="string"?cf(t,e,r):t instanceof Date?t.toISOString():Array.isArray(t)?jo(t,e,r):typeof t=="object"?$o(t,e,r):String(t)}function cf(t,e,r){let n=r.forceQuotes||t===""||t==="null"||t==="true"||t==="false"||t==="~"||/^[\d\-.]+$/.test(t)||/^[&*!|>'"%@`]/.test(t)||/[:#\[\]{}]/.test(t)||t.includes(`
|
|
15
15
|
`);if(t.includes(`
|
|
16
16
|
`)){let s=" ".repeat(r.indent*(e+1));return`|
|
|
17
17
|
`+t.split(`
|
|
18
18
|
`).map(u=>s+u).join(`
|
|
19
|
-
`)}return n?`"${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r")}"`:t}function
|
|
19
|
+
`)}return n?`"${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r")}"`:t}function jo(t,e,r){if(t.length===0)return"[]";if(r.flowStyle&&t.length<=5&&t.every(o=>typeof o!="object"||o===null)){let u=`[${t.map(i=>tn(i,e,r)).join(", ")}]`;if(u.length<=r.lineWidth)return u}let n=" ".repeat(r.indent*e),s=[];for(let o of t)if(!(r.skipUndefined&&o===void 0))if(typeof o=="object"&&o!==null&&!Array.isArray(o)&&!(o instanceof Date)){let u=$o(o,e+1,r),i=u.split(`
|
|
20
20
|
`)[0],c=u.split(`
|
|
21
|
-
`).slice(1);s.push(`${n}- ${i}`),s.push(...c.map(a=>`${n} ${a.trimStart()}`))}else if(Array.isArray(o)&&o.length>0&&!r.flowStyle){s.push(`${n}-`);let u=
|
|
21
|
+
`).slice(1);s.push(`${n}- ${i}`),s.push(...c.map(a=>`${n} ${a.trimStart()}`))}else if(Array.isArray(o)&&o.length>0&&!r.flowStyle){s.push(`${n}-`);let u=jo(o,e+1,r);s.push(...u.split(`
|
|
22
22
|
`).map(i=>`${n} ${i.trimStart()}`))}else s.push(`${n}- ${tn(o,e+1,r)}`);return s.join(`
|
|
23
|
-
`)}function
|
|
24
|
-
`))}else if(Array.isArray(i)&&i.length>0&&!r.flowStyle){o.push(`${s}${c}:`);let a=
|
|
23
|
+
`)}function $o(t,e,r){let n=Object.keys(t);if(n.length===0)return"{}";if(r.sortKeys&&n.sort(),r.flowStyle&&n.length<=3&&n.every(u=>typeof t[u]!="object"||t[u]===null)){let i=`{${n.map(c=>`${c}: ${tn(t[c],e,r)}`).join(", ")}}`;if(i.length<=r.lineWidth)return i}let s=" ".repeat(r.indent*e),o=[];for(let u of n){let i=t[u];if(r.skipUndefined&&i===void 0)continue;let c=/^[\w-]+$/.test(u)&&u!=="true"&&u!=="false"&&u!=="null"?u:`"${u}"`;if(typeof i=="object"&&i!==null&&!Array.isArray(i)&&!(i instanceof Date)){o.push(`${s}${c}:`);let a=$o(i,e+1,r);o.push(...a.split(`
|
|
24
|
+
`))}else if(Array.isArray(i)&&i.length>0&&!r.flowStyle){o.push(`${s}${c}:`);let a=jo(i,e+1,r);o.push(...a.split(`
|
|
25
25
|
`))}else o.push(`${s}${c}: ${tn(i,e+1,r)}`)}return o.join(`
|
|
26
26
|
`)}var St,zn=A(()=>{"use strict";St=class extends Error{line;constructor(e,r){super(r!==void 0?`${e} at line ${r+1}`:e),this.name="YamlError",this.line=r}}});function Kn(t,e={}){let r={headers:e.headers??!0,columns:e.columns,delimiter:e.delimiter??",",quote:e.quote??'"',skipEmptyLines:e.skipEmptyLines??!0,trim:e.trim??!1,parseNumbers:e.parseNumbers??!1,parseBooleans:e.parseBooleans??!1,comment:e.comment,maxRows:e.maxRows??1e5,maxColumns:e.maxColumns??1e3};if(!t||!t.trim())return[];let n=t.replace(/\r\n/g,`
|
|
27
27
|
`).replace(/\r/g,`
|
|
28
|
-
`),s=[],o=[],u="",i=!1,c=0;for(let d=0;d<n.length;d++){let p=n[d],f=n[d+1];if(i)p===r.quote?f===r.quote?(u+=r.quote,d++):i=!1:u+=p;else if(p===r.quote&&u==="")i=!0;else if(p===r.delimiter){if(o.push(
|
|
29
|
-
`){if(o.push(
|
|
30
|
-
`,nullValue:e.nullValue??""};if(!t||t.length===0)return"";let n=[];if(Array.isArray(t[0]))for(let o of t)n.push(o.map(u=>
|
|
31
|
-
`)||r.includes("\r")){let s=r.replace(new RegExp(e.quote,"g"),e.quote+e.quote);return e.quote+s+e.quote}return r}var Gn,Yn=A(()=>{"use strict";Gn=class extends Error{row;constructor(e,r){super(r!==void 0?`${e} at row ${r+1}`:e),this.name="CsvError",this.row=r}}});var Ia={};we(Ia,{Agent:()=>Dh,AsyncLocalStorage:()=>ah,AsyncResource:()=>ch,Buffer:()=>dh,Client:()=>Ch,EventEmitter:()=>wf,PassThrough:()=>bf,ProxyAgent:()=>Sh,Readable:()=>mf,Server:()=>jf,Socket:()=>Hf,TLSSocket:()=>$f,Transform:()=>xf,WebSocket:()=>vh,Writable:()=>gf,arch:()=>If,basename:()=>df,brotliCompress:()=>Zf,brotliDecompress:()=>rh,channel:()=>lh,connect:()=>Mf,constants:()=>zo,cpus:()=>Ff,createCipheriv:()=>kf,createConnection:()=>qf,createDecipheriv:()=>Tf,createHash:()=>Af,createHmac:()=>Ef,createPrivateKey:()=>Df,createReadStream:()=>Qp,createSign:()=>Sf,createWriteStream:()=>rn,deepStrictEqual:()=>hh,default:()=>Xn,deflate:()=>Qf,deflateSync:()=>oh,dirname:()=>lf,errors:()=>Eh,exec:()=>yh,execSync:()=>wh,existsSync:()=>Ar,extname:()=>pf,finished:()=>yf,format:()=>Nf,freemem:()=>Lf,gunzip:()=>eh,gunzipSync:()=>nh,gzip:()=>Jf,gzipSync:()=>sh,homedir:()=>Pf,inflate:()=>th,inflateSync:()=>uh,inspect:()=>Bf,join:()=>cf,lookup:()=>Wf,mkdir:()=>tf,ok:()=>ph,performance:()=>ih,pipeline:()=>hf,platform:()=>Of,promises:()=>Vo,promisify:()=>Rf,randomBytes:()=>Cf,randomUUID:()=>vf,readFile:()=>rf,readFileSync:()=>Zp,readdir:()=>af,rejects:()=>gh,request:()=>Ah,resolve:()=>ff,resolve4:()=>Vf,resolve6:()=>zf,resolveCname:()=>Xf,resolveMx:()=>Gf,resolveNs:()=>Yf,resolveTxt:()=>Kf,rm:()=>of,spawn:()=>xh,spawnSync:()=>bh,stat:()=>uf,strictEqual:()=>fh,throws:()=>mh,tmpdir:()=>Uf,totalmem:()=>_f,unlink:()=>sf,writeFile:()=>nf,writeFileSync:()=>ef});var ce,K,Be,Xn,rn,Qp,Zp,ef,Ar,tf,rf,nf,sf,of,uf,af,cf,lf,df,pf,ff,hf,mf,gf,xf,bf,yf,wf,Af,Ef,Sf,Df,Cf,vf,Tf,kf,Rf,Bf,Nf,Of,If,Ff,Lf,_f,Pf,Uf,qf,Mf,Hf,jf,$f,Wf,Vf,zf,Gf,Kf,Yf,Xf,Jf,Qf,Zf,eh,th,rh,nh,sh,oh,uh,ih,ah,ch,lh,dh,ph,fh,hh,mh,gh,xh,bh,yh,wh,Ah,Eh,Sh,Dh,Ch,vh,Vo,zo,Xt=A(()=>{ce=()=>{},K=()=>Promise.resolve(),Be=class{constructor(){}},Xn={},rn=ce,Qp=ce,Zp=()=>"",ef=ce,Ar=()=>!1,tf=K,rf=K,nf=K,sf=K,of=K,uf=K,af=K,cf=(...t)=>t.join("/"),lf=t=>t.split("/").slice(0,-1).join("/"),df=t=>t.split("/").pop()||"",pf=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},ff=(...t)=>t.join("/"),hf=K,mf=Be,gf=Be,xf=Be,bf=Be,yf=K,wf=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},Af=()=>({update:()=>({digest:()=>""})}),Ef=()=>({update:()=>({digest:()=>""})}),Sf=()=>({update:()=>({}),sign:()=>""}),Df=()=>({}),Cf=t=>new Uint8Array(t),vf=()=>crypto.randomUUID(),Tf=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ce}),kf=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ce}),Rf=t=>t,Bf=t=>JSON.stringify(t),Nf=(...t)=>t.join(" "),Of=()=>"browser",If=()=>"unknown",Ff=()=>[],Lf=()=>0,_f=()=>0,Pf=()=>"/",Uf=()=>"/tmp",qf=ce,Mf=ce,Hf=Be,jf=Be,$f=Be,Wf=(t,e)=>e(null,"127.0.0.1",4),Vf=K,zf=K,Gf=K,Kf=K,Yf=K,Xf=K,Jf=(t,e)=>e(null,t),Qf=(t,e)=>e(null,t),Zf=(t,e)=>e(null,t),eh=(t,e)=>e(null,t),th=(t,e)=>e(null,t),rh=(t,e)=>e(null,t),nh=t=>t,sh=t=>t,oh=t=>t,uh=t=>t,ih=globalThis.performance,ah=class{getStore(){}run(t,e){return e()}enterWith(){}},ch=Be,lh=()=>({subscribe:ce,unsubscribe:ce,publish:ce,hasSubscribers:!1}),dh={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},ph=ce,fh=ce,hh=ce,mh=ce,gh=K,xh=()=>({on:ce,stdout:{on:ce},stderr:{on:ce},kill:ce}),bh=()=>({status:0,stdout:"",stderr:""}),yh=ce,wh=()=>"",Ah=K,Eh={ConnectTimeoutError:Be,HeadersTimeoutError:Be,BodyTimeoutError:Be},Sh=Be,Dh=Be,Ch=Be,vh=Be,Vo={readFile:K,writeFile:K,access:K,stat:K,mkdir:K,unlink:K,readdir:K},zo={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var _a={};we(_a,{Agent:()=>Z2,AsyncLocalStorage:()=>P2,AsyncResource:()=>U2,Buffer:()=>M2,Client:()=>em,EventEmitter:()=>Yh,PassThrough:()=>Kh,ProxyAgent:()=>Q2,Readable:()=>Vh,Server:()=>x2,Socket:()=>g2,TLSSocket:()=>b2,Transform:()=>Gh,WebSocket:()=>tm,Writable:()=>zh,arch:()=>a2,basename:()=>jh,brotliCompress:()=>k2,brotliDecompress:()=>N2,channel:()=>q2,connect:()=>m2,constants:()=>nm,cpus:()=>c2,createCipheriv:()=>n2,createConnection:()=>h2,createDecipheriv:()=>r2,createHash:()=>Xh,createHmac:()=>Jh,createPrivateKey:()=>Zh,createReadStream:()=>Rh,createSign:()=>Qh,createWriteStream:()=>kh,deepStrictEqual:()=>$2,default:()=>Th,deflate:()=>T2,deflateSync:()=>F2,dirname:()=>Hh,errors:()=>J2,exec:()=>K2,execSync:()=>Y2,existsSync:()=>Oh,extname:()=>$h,finished:()=>La,format:()=>u2,freemem:()=>l2,gunzip:()=>R2,gunzipSync:()=>O2,gzip:()=>v2,gzipSync:()=>I2,homedir:()=>p2,inflate:()=>B2,inflateSync:()=>L2,inspect:()=>o2,join:()=>Mh,lookup:()=>y2,mkdir:()=>Ih,ok:()=>H2,performance:()=>_2,pipeline:()=>Fa,platform:()=>i2,promises:()=>rm,promisify:()=>s2,randomBytes:()=>e2,randomUUID:()=>t2,readFile:()=>Fh,readFileSync:()=>Bh,readdir:()=>qh,rejects:()=>V2,request:()=>X2,resolve:()=>Wh,resolve4:()=>w2,resolve6:()=>A2,resolveCname:()=>C2,resolveMx:()=>E2,resolveNs:()=>D2,resolveTxt:()=>S2,rm:()=>Ph,spawn:()=>z2,spawnSync:()=>G2,stat:()=>Uh,strictEqual:()=>j2,throws:()=>W2,tmpdir:()=>f2,totalmem:()=>d2,unlink:()=>_h,writeFile:()=>Lh,writeFileSync:()=>Nh});var le,Y,Ne,Th,kh,Rh,Bh,Nh,Oh,Ih,Fh,Lh,_h,Ph,Uh,qh,Mh,Hh,jh,$h,Wh,Fa,Vh,zh,Gh,Kh,La,Yh,Xh,Jh,Qh,Zh,e2,t2,r2,n2,s2,o2,u2,i2,a2,c2,l2,d2,p2,f2,h2,m2,g2,x2,b2,y2,w2,A2,E2,S2,D2,C2,v2,T2,k2,R2,B2,N2,O2,I2,F2,L2,_2,P2,U2,q2,M2,H2,j2,$2,W2,V2,z2,G2,K2,Y2,X2,J2,Q2,Z2,em,tm,rm,nm,Jn=A(()=>{le=()=>{},Y=()=>Promise.resolve(),Ne=class{constructor(){}},Th={},kh=le,Rh=le,Bh=()=>"",Nh=le,Oh=()=>!1,Ih=Y,Fh=Y,Lh=Y,_h=Y,Ph=Y,Uh=Y,qh=Y,Mh=(...t)=>t.join("/"),Hh=t=>t.split("/").slice(0,-1).join("/"),jh=t=>t.split("/").pop()||"",$h=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},Wh=(...t)=>t.join("/"),Fa=Y,Vh=Ne,zh=Ne,Gh=Ne,Kh=Ne,La=Y,Yh=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},Xh=()=>({update:()=>({digest:()=>""})}),Jh=()=>({update:()=>({digest:()=>""})}),Qh=()=>({update:()=>({}),sign:()=>""}),Zh=()=>({}),e2=t=>new Uint8Array(t),t2=()=>crypto.randomUUID(),r2=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:le}),n2=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:le}),s2=t=>t,o2=t=>JSON.stringify(t),u2=(...t)=>t.join(" "),i2=()=>"browser",a2=()=>"unknown",c2=()=>[],l2=()=>0,d2=()=>0,p2=()=>"/",f2=()=>"/tmp",h2=le,m2=le,g2=Ne,x2=Ne,b2=Ne,y2=(t,e)=>e(null,"127.0.0.1",4),w2=Y,A2=Y,E2=Y,S2=Y,D2=Y,C2=Y,v2=(t,e)=>e(null,t),T2=(t,e)=>e(null,t),k2=(t,e)=>e(null,t),R2=(t,e)=>e(null,t),B2=(t,e)=>e(null,t),N2=(t,e)=>e(null,t),O2=t=>t,I2=t=>t,F2=t=>t,L2=t=>t,_2=globalThis.performance,P2=class{getStore(){}run(t,e){return e()}enterWith(){}},U2=Ne,q2=()=>({subscribe:le,unsubscribe:le,publish:le,hasSubscribers:!1}),M2={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},H2=le,j2=le,$2=le,W2=le,V2=Y,z2=()=>({on:le,stdout:{on:le},stderr:{on:le},kill:le}),G2=()=>({status:0,stdout:"",stderr:""}),K2=le,Y2=()=>"",X2=Y,J2={ConnectTimeoutError:Ne,HeadersTimeoutError:Ne,BodyTimeoutError:Ne},Q2=Ne,Z2=Ne,em=Ne,tm=Ne,rm={readFile:Y,writeFile:Y,access:Y,stat:Y,mkdir:Y,unlink:Y,readdir:Y},nm={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Ua={};we(Ua,{Agent:()=>Bg,AsyncLocalStorage:()=>hg,AsyncResource:()=>mg,Buffer:()=>xg,Client:()=>Ng,EventEmitter:()=>vm,PassThrough:()=>Pa,ProxyAgent:()=>Rg,Readable:()=>Qn,Server:()=>Km,Socket:()=>Gm,TLSSocket:()=>Ym,Transform:()=>Dm,WebSocket:()=>Og,Writable:()=>Sm,arch:()=>qm,basename:()=>ym,brotliCompress:()=>og,brotliDecompress:()=>ag,channel:()=>gg,connect:()=>zm,constants:()=>Fg,cpus:()=>Mm,createCipheriv:()=>Fm,createConnection:()=>Vm,createDecipheriv:()=>Im,createHash:()=>Tm,createHmac:()=>km,createPrivateKey:()=>Bm,createReadStream:()=>um,createSign:()=>Rm,createWriteStream:()=>om,deepStrictEqual:()=>wg,default:()=>sm,deflate:()=>sg,deflateSync:()=>dg,dirname:()=>bm,errors:()=>kg,exec:()=>Cg,execSync:()=>vg,existsSync:()=>cm,extname:()=>wm,finished:()=>Cm,format:()=>Pm,freemem:()=>Hm,gunzip:()=>ug,gunzipSync:()=>cg,gzip:()=>ng,gzipSync:()=>lg,homedir:()=>$m,inflate:()=>ig,inflateSync:()=>pg,inspect:()=>_m,join:()=>xm,lookup:()=>Xm,mkdir:()=>lm,ok:()=>bg,performance:()=>fg,pipeline:()=>Em,platform:()=>Um,promises:()=>Ig,promisify:()=>Lm,randomBytes:()=>Nm,randomUUID:()=>Om,readFile:()=>dm,readFileSync:()=>im,readdir:()=>gm,rejects:()=>Eg,request:()=>Tg,resolve:()=>Am,resolve4:()=>Jm,resolve6:()=>Qm,resolveCname:()=>rg,resolveMx:()=>Zm,resolveNs:()=>tg,resolveTxt:()=>eg,rm:()=>hm,spawn:()=>Sg,spawnSync:()=>Dg,stat:()=>mm,strictEqual:()=>yg,throws:()=>Ag,tmpdir:()=>Wm,totalmem:()=>jm,unlink:()=>fm,writeFile:()=>pm,writeFileSync:()=>am});var de,X,Oe,sm,om,um,im,am,cm,lm,dm,pm,fm,hm,mm,gm,xm,bm,ym,wm,Am,Em,Qn,Sm,Dm,Pa,Cm,vm,Tm,km,Rm,Bm,Nm,Om,Im,Fm,Lm,_m,Pm,Um,qm,Mm,Hm,jm,$m,Wm,Vm,zm,Gm,Km,Ym,Xm,Jm,Qm,Zm,eg,tg,rg,ng,sg,og,ug,ig,ag,cg,lg,dg,pg,fg,hg,mg,gg,xg,bg,yg,wg,Ag,Eg,Sg,Dg,Cg,vg,Tg,kg,Rg,Bg,Ng,Og,Ig,Fg,Zn=A(()=>{de=()=>{},X=()=>Promise.resolve(),Oe=class{constructor(){}},sm={},om=de,um=de,im=()=>"",am=de,cm=()=>!1,lm=X,dm=X,pm=X,fm=X,hm=X,mm=X,gm=X,xm=(...t)=>t.join("/"),bm=t=>t.split("/").slice(0,-1).join("/"),ym=t=>t.split("/").pop()||"",wm=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},Am=(...t)=>t.join("/"),Em=X,Qn=Oe,Sm=Oe,Dm=Oe,Pa=Oe,Cm=X,vm=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},Tm=()=>({update:()=>({digest:()=>""})}),km=()=>({update:()=>({digest:()=>""})}),Rm=()=>({update:()=>({}),sign:()=>""}),Bm=()=>({}),Nm=t=>new Uint8Array(t),Om=()=>crypto.randomUUID(),Im=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:de}),Fm=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:de}),Lm=t=>t,_m=t=>JSON.stringify(t),Pm=(...t)=>t.join(" "),Um=()=>"browser",qm=()=>"unknown",Mm=()=>[],Hm=()=>0,jm=()=>0,$m=()=>"/",Wm=()=>"/tmp",Vm=de,zm=de,Gm=Oe,Km=Oe,Ym=Oe,Xm=(t,e)=>e(null,"127.0.0.1",4),Jm=X,Qm=X,Zm=X,eg=X,tg=X,rg=X,ng=(t,e)=>e(null,t),sg=(t,e)=>e(null,t),og=(t,e)=>e(null,t),ug=(t,e)=>e(null,t),ig=(t,e)=>e(null,t),ag=(t,e)=>e(null,t),cg=t=>t,lg=t=>t,dg=t=>t,pg=t=>t,fg=globalThis.performance,hg=class{getStore(){}run(t,e){return e()}enterWith(){}},mg=Oe,gg=()=>({subscribe:de,unsubscribe:de,publish:de,hasSubscribers:!1}),xg={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},bg=de,yg=de,wg=de,Ag=de,Eg=X,Sg=()=>({on:de,stdout:{on:de},stderr:{on:de},kill:de}),Dg=()=>({status:0,stdout:"",stderr:""}),Cg=de,vg=()=>"",Tg=X,kg={ConnectTimeoutError:Oe,HeadersTimeoutError:Oe,BodyTimeoutError:Oe},Rg=Oe,Bg=Oe,Ng=Oe,Og=Oe,Ig={readFile:X,writeFile:X,access:X,stat:X,mkdir:X,unlink:X,readdir:X},Fg={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});function Pt(t){try{let e=new URL(t);return`${e.protocol}//${e.host}`}catch{return t}}function Jo(t){if(!t)return;let e=t.toLowerCase();if(e==="h2"||e==="http/2"||e==="http/2.0")return"h2";if(e==="h3"||e.startsWith("h3-"))return"h3";if(e==="http/1.1"||e==="http/1.0"||e==="http")return"http/1.1"}function os(){return Xo||(Xo=new sn),Xo}var sn,Xo,us=A(()=>{"use strict";sn=class{cache;options;constructor(e={}){this.cache=new Map,this.options={ttl:e.ttl??3600*1e3,maxSize:e.maxSize??1e3,failureThreshold:e.failureThreshold??3}}get(e){let r=Pt(e),n=this.cache.get(r);if(n){if(Date.now()-n.detectedAt>this.options.ttl){this.cache.delete(r);return}return n.protocol}}getEntry(e){let r=Pt(e),n=this.cache.get(r);if(n){if(Date.now()-n.detectedAt>this.options.ttl){this.cache.delete(r);return}return n}}set(e,r){let n=Pt(e),s=Jo(r)??r;if(this.cache.size>=this.options.maxSize&&!this.cache.has(n)){let u=this.cache.keys().next().value;u&&this.cache.delete(u)}let o=this.cache.get(n);this.cache.set(n,{protocol:s,detectedAt:Date.now(),successCount:((o==null?void 0:o.successCount)??0)+1,failureCount:(o==null?void 0:o.failureCount)??0,http2Rejected:o==null?void 0:o.http2Rejected}),this.cache.delete(n),this.cache.set(n,this.cache.get(n)??{protocol:s,detectedAt:Date.now(),successCount:1,failureCount:0})}recordSuccess(e){let r=Pt(e),n=this.cache.get(r);n&&(n.successCount++,n.failureCount=Math.max(0,n.failureCount-1))}recordFailure(e,r=!1){let n=Pt(e),s=this.cache.get(n);return s?(s.failureCount++,r&&(s.http2Rejected=!0),s.failureCount>=this.options.failureThreshold):!1}hasHttp2Issues(e){let r=this.getEntry(e);return r?r.http2Rejected===!0||r.protocol==="http/1.1"&&r.failureCount>=this.options.failureThreshold:!1}shouldTryHttp2(e){let r=this.getEntry(e);return r?r.http2Rejected?!1:r.protocol==="h2"||r.protocol==="h3"?!0:!(r.failureCount>=this.options.failureThreshold):!0}delete(e){let r=Pt(e);return this.cache.delete(r)}clear(){this.cache.clear()}getStats(){let e=[],r=[],n=[];for(let[s,o]of this.cache.entries())o.protocol==="h2"||o.protocol==="h3"?e.push(s):r.push(s),(o.http2Rejected||o.failureCount>=this.options.failureThreshold)&&n.push(s);return{size:this.cache.size,maxSize:this.options.maxSize,origins:Array.from(this.cache.keys()),http2Origins:e,http1Origins:r,problematicOrigins:n}}toJSON(){let e={};for(let[r,n]of this.cache.entries())e[r]=n;return e}fromJSON(e){let r=Date.now();for(let[n,s]of Object.entries(e))r-s.detectedAt<=this.options.ttl&&this.cache.set(n,s)}},Xo=null});function Xe(t,e,r){let n=typeof r=="number"?{total:r}:r||{},{total:s,direction:o,throttleMs:u=100}=n,i=0,c=Date.now(),a=0,l=0,d=c,p=0,f=.3,h=(m,x)=>{let v=(m-c)/1e3,g=m-d,y=i-l;if(g>0){let S=y/g*1e3;p=p===0?S:p*(1-f)+S*f}l=i,d=m;let w=p,b;s&&(b=x?100:Math.min(i/s*100,99.9));let E={loaded:i,transferred:i,total:s,percent:b,rate:w,estimated:s&&w>0?(s-i)/w*1e3:void 0,direction:o};e(E),a=m};return new ReadableStream({async start(m){let x=t.getReader();try{for(h(Date.now(),!1);;){let{done:v,value:g}=await x.read();if(v){h(Date.now(),!0),m.close();break}i+=g.byteLength;let y=Date.now();(y-a>=u||s&&i===s)&&h(y,!1),m.enqueue(g)}}catch(v){throw m.error(v),v}}})}var eu=A(()=>{"use strict"});function as(t){if(!t)return"";let e=t;return e=e.replace(/<script\b[^>]*>[\s\S]*?<\/script>/gi,""),e=e.replace(/<style\b[^>]*>[\s\S]*?<\/style>/gi,""),e=e.replace(/<!--[\s\S]*?-->/g,""),e=e.replace(/<\/(div|p|h[1-6]|li|ul|ol|tr|table|section|article|main|header|footer|nav)>/gi,`
|
|
28
|
+
`),s=[],o=[],u="",i=!1,c=0;for(let d=0;d<n.length;d++){let p=n[d],f=n[d+1];if(i)p===r.quote?f===r.quote?(u+=r.quote,d++):i=!1:u+=p;else if(p===r.quote&&u==="")i=!0;else if(p===r.delimiter){if(o.push(Wo(u,r)),u="",o.length>r.maxColumns)throw new Gn(`Maximum columns (${r.maxColumns}) exceeded`,c)}else if(p===`
|
|
29
|
+
`){if(o.push(Wo(u,r)),u="",r.comment&&o.length===1&&o[0].startsWith(r.comment)){o=[];continue}if(r.skipEmptyLines&&o.length===1&&o[0]===""){o=[];continue}if(s.push(o),o=[],c++,c>r.maxRows)throw new Gn(`Maximum rows (${r.maxRows}) exceeded`,c)}else u+=p}if((u||o.length>0)&&(o.push(Wo(u,r)),r.comment&&o.length===1&&o[0].startsWith(r.comment)||r.skipEmptyLines&&o.length===1&&o[0]===""||s.push(o)),!r.headers&&!r.columns)return s;let a,l;if(r.columns)a=r.columns,l=r.headers?s.slice(1):s;else{if(s.length===0)return[];a=s[0],l=s.slice(1)}return l.map(d=>{let p={};for(let f=0;f<a.length;f++)p[a[f]]=d[f]??"";return p})}function Wo(t,e){let r=e.trim?t.trim():t;if(e.parseNumbers){let n=Number(r);if(!isNaN(n)&&r!=="")return n}if(e.parseBooleans){let n=r.toLowerCase();if(n==="true")return!0;if(n==="false")return!1}return r}function Na(t,e={}){let r={headers:e.headers??!0,columns:e.columns,delimiter:e.delimiter??",",quote:e.quote??'"',alwaysQuote:e.alwaysQuote??!1,lineEnding:e.lineEnding??`\r
|
|
30
|
+
`,nullValue:e.nullValue??""};if(!t||t.length===0)return"";let n=[];if(Array.isArray(t[0]))for(let o of t)n.push(o.map(u=>Vo(u,r)).join(r.delimiter));else{let o=t,u;if(r.columns)u=r.columns;else{let i=new Set;for(let c of o)for(let a of Object.keys(c))i.add(a);u=Array.from(i)}r.headers&&n.push(u.map(i=>Vo(i,r)).join(r.delimiter));for(let i of o){let c=u.map(a=>{let l=i[a];return Vo(l,r)});n.push(c.join(r.delimiter))}}return n.join(r.lineEnding)}function Vo(t,e){if(t==null)return e.nullValue;let r=String(t);if(e.alwaysQuote||r.includes(e.quote)||r.includes(e.delimiter)||r.includes(`
|
|
31
|
+
`)||r.includes("\r")){let s=r.replace(new RegExp(e.quote,"g"),e.quote+e.quote);return e.quote+s+e.quote}return r}var Gn,Yn=A(()=>{"use strict";Gn=class extends Error{row;constructor(e,r){super(r!==void 0?`${e} at row ${r+1}`:e),this.name="CsvError",this.row=r}}});var Ua={};we(Ua,{Agent:()=>_h,AsyncLocalStorage:()=>Eh,AsyncResource:()=>Sh,Buffer:()=>Ch,Client:()=>qh,EventEmitter:()=>Nf,PassThrough:()=>kf,ProxyAgent:()=>Ph,Readable:()=>vf,Server:()=>rh,Socket:()=>th,TLSSocket:()=>nh,Transform:()=>Rf,URL:()=>La,URLSearchParams:()=>Qf,WebSocket:()=>Mh,Writable:()=>Tf,arch:()=>Wf,basename:()=>Ef,brotliCompress:()=>fh,brotliDecompress:()=>gh,channel:()=>Dh,connect:()=>eh,constants:()=>Qn,cpus:()=>Vf,createCipheriv:()=>qf,createConnection:()=>Zf,createDecipheriv:()=>_f,createHash:()=>Lf,createHmac:()=>Uf,createPrivateKey:()=>If,createReadStream:()=>lf,createSign:()=>Of,createWriteStream:()=>rn,deepStrictEqual:()=>Rh,default:()=>Xn,deflate:()=>ph,deflateSync:()=>yh,dirname:()=>Af,errors:()=>Fh,exec:()=>Uh,execSync:()=>Oh,existsSync:()=>Ar,extname:()=>Sf,fileURLToPath:()=>Xf,finished:()=>Bf,format:()=>jf,freemem:()=>zf,gunzip:()=>hh,gunzipSync:()=>xh,gzip:()=>dh,gzipSync:()=>bh,homedir:()=>Kf,inflate:()=>mh,inflateSync:()=>wh,inspect:()=>Hf,join:()=>wf,lookup:()=>sh,mkdir:()=>ff,ok:()=>vh,pathToFileURL:()=>Jf,performance:()=>Ah,pipeline:()=>Cf,platform:()=>$f,promises:()=>Jn,promisify:()=>Mf,randomBytes:()=>Ff,randomUUID:()=>Pf,readFile:()=>hf,readFileSync:()=>df,readdir:()=>yf,rejects:()=>Bh,request:()=>Ih,resolve:()=>Df,resolve4:()=>oh,resolve6:()=>uh,resolveCname:()=>lh,resolveMx:()=>ih,resolveNs:()=>ch,resolveTxt:()=>ah,rm:()=>xf,spawn:()=>Nh,spawnSync:()=>Lh,stat:()=>bf,strictEqual:()=>Th,throws:()=>kh,tmpdir:()=>Yf,totalmem:()=>Gf,unlink:()=>gf,writeFile:()=>mf,writeFileSync:()=>pf});var ce,K,Be,Xn,rn,lf,df,pf,Ar,ff,hf,mf,gf,xf,bf,yf,wf,Af,Ef,Sf,Df,Cf,vf,Tf,Rf,kf,Bf,Nf,Lf,Uf,Of,If,Ff,Pf,_f,qf,Mf,Hf,jf,$f,Wf,Vf,zf,Gf,Kf,Yf,Xf,Jf,La,Qf,Zf,eh,th,rh,nh,sh,oh,uh,ih,ah,ch,lh,dh,ph,fh,hh,mh,gh,xh,bh,yh,wh,Ah,Eh,Sh,Dh,Ch,vh,Th,Rh,kh,Bh,Nh,Lh,Uh,Oh,Ih,Fh,Ph,_h,qh,Mh,Jn,Qn,Jt=A(()=>{ce=()=>{},K=()=>Promise.resolve(),Be=class{constructor(){}},Xn={},rn=ce,lf=ce,df=()=>"",pf=ce,Ar=()=>!1,ff=K,hf=K,mf=K,gf=K,xf=K,bf=K,yf=K,wf=(...t)=>t.join("/"),Af=t=>t.split("/").slice(0,-1).join("/"),Ef=t=>t.split("/").pop()||"",Sf=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},Df=(...t)=>t.join("/"),Cf=K,vf=Be,Tf=Be,Rf=Be,kf=Be,Bf=K,Nf=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},Lf=()=>({update:()=>({digest:()=>""})}),Uf=()=>({update:()=>({digest:()=>""})}),Of=()=>({update:()=>({}),sign:()=>""}),If=()=>({}),Ff=t=>new Uint8Array(t),Pf=()=>crypto.randomUUID(),_f=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ce}),qf=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ce}),Mf=t=>t,Hf=t=>JSON.stringify(t),jf=(...t)=>t.join(" "),$f=()=>"browser",Wf=()=>"unknown",Vf=()=>[],zf=()=>0,Gf=()=>0,Kf=()=>"/",Yf=()=>"/tmp",Xf=t=>t,Jf=t=>new La("file://"+t),La=globalThis.URL,Qf=globalThis.URLSearchParams,Zf=ce,eh=ce,th=Be,rh=Be,nh=Be,sh=(t,e)=>e(null,"127.0.0.1",4),oh=K,uh=K,ih=K,ah=K,ch=K,lh=K,dh=(t,e)=>e(null,t),ph=(t,e)=>e(null,t),fh=(t,e)=>e(null,t),hh=(t,e)=>e(null,t),mh=(t,e)=>e(null,t),gh=(t,e)=>e(null,t),xh=t=>t,bh=t=>t,yh=t=>t,wh=t=>t,Ah=globalThis.performance,Eh=class{getStore(){}run(t,e){return e()}enterWith(){}},Sh=Be,Dh=()=>({subscribe:ce,unsubscribe:ce,publish:ce,hasSubscribers:!1}),Ch={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},vh=ce,Th=ce,Rh=ce,kh=ce,Bh=K,Nh=()=>({on:ce,stdout:{on:ce},stderr:{on:ce},kill:ce}),Lh=()=>({status:0,stdout:"",stderr:""}),Uh=ce,Oh=()=>"",Ih=K,Fh={ConnectTimeoutError:Be,HeadersTimeoutError:Be,BodyTimeoutError:Be},Ph=Be,_h=Be,qh=Be,Mh=Be,Jn={readFile:K,writeFile:K,access:K,stat:K,mkdir:K,unlink:K,readdir:K},Qn={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Pa={};we(Pa,{Agent:()=>gm,AsyncLocalStorage:()=>em,AsyncResource:()=>tm,Buffer:()=>nm,Client:()=>xm,EventEmitter:()=>c2,PassThrough:()=>a2,ProxyAgent:()=>mm,Readable:()=>o2,Server:()=>O2,Socket:()=>U2,TLSSocket:()=>I2,Transform:()=>i2,URL:()=>Fa,URLSearchParams:()=>B2,WebSocket:()=>bm,Writable:()=>u2,arch:()=>E2,basename:()=>r2,brotliCompress:()=>V2,brotliDecompress:()=>K2,channel:()=>rm,connect:()=>L2,constants:()=>wm,cpus:()=>S2,createCipheriv:()=>x2,createConnection:()=>N2,createDecipheriv:()=>g2,createHash:()=>l2,createHmac:()=>d2,createPrivateKey:()=>f2,createReadStream:()=>$h,createSign:()=>p2,createWriteStream:()=>jh,deepStrictEqual:()=>um,default:()=>Hh,deflate:()=>W2,deflateSync:()=>J2,dirname:()=>t2,errors:()=>hm,exec:()=>dm,execSync:()=>pm,existsSync:()=>zh,extname:()=>n2,fileURLToPath:()=>R2,finished:()=>Ia,format:()=>w2,freemem:()=>D2,gunzip:()=>z2,gunzipSync:()=>Y2,gzip:()=>$2,gzipSync:()=>X2,homedir:()=>v2,inflate:()=>G2,inflateSync:()=>Q2,inspect:()=>y2,join:()=>e2,lookup:()=>F2,mkdir:()=>Gh,ok:()=>sm,pathToFileURL:()=>k2,performance:()=>Z2,pipeline:()=>Oa,platform:()=>A2,promises:()=>ym,promisify:()=>b2,randomBytes:()=>h2,randomUUID:()=>m2,readFile:()=>Kh,readFileSync:()=>Wh,readdir:()=>Zh,rejects:()=>am,request:()=>fm,resolve:()=>s2,resolve4:()=>P2,resolve6:()=>_2,resolveCname:()=>j2,resolveMx:()=>q2,resolveNs:()=>H2,resolveTxt:()=>M2,rm:()=>Jh,spawn:()=>cm,spawnSync:()=>lm,stat:()=>Qh,strictEqual:()=>om,throws:()=>im,tmpdir:()=>T2,totalmem:()=>C2,unlink:()=>Xh,writeFile:()=>Yh,writeFileSync:()=>Vh});var le,Y,Ne,Hh,jh,$h,Wh,Vh,zh,Gh,Kh,Yh,Xh,Jh,Qh,Zh,e2,t2,r2,n2,s2,Oa,o2,u2,i2,a2,Ia,c2,l2,d2,p2,f2,h2,m2,g2,x2,b2,y2,w2,A2,E2,S2,D2,C2,v2,T2,R2,k2,Fa,B2,N2,L2,U2,O2,I2,F2,P2,_2,q2,M2,H2,j2,$2,W2,V2,z2,G2,K2,Y2,X2,J2,Q2,Z2,em,tm,rm,nm,sm,om,um,im,am,cm,lm,dm,pm,fm,hm,mm,gm,xm,bm,ym,wm,Zn=A(()=>{le=()=>{},Y=()=>Promise.resolve(),Ne=class{constructor(){}},Hh={},jh=le,$h=le,Wh=()=>"",Vh=le,zh=()=>!1,Gh=Y,Kh=Y,Yh=Y,Xh=Y,Jh=Y,Qh=Y,Zh=Y,e2=(...t)=>t.join("/"),t2=t=>t.split("/").slice(0,-1).join("/"),r2=t=>t.split("/").pop()||"",n2=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},s2=(...t)=>t.join("/"),Oa=Y,o2=Ne,u2=Ne,i2=Ne,a2=Ne,Ia=Y,c2=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},l2=()=>({update:()=>({digest:()=>""})}),d2=()=>({update:()=>({digest:()=>""})}),p2=()=>({update:()=>({}),sign:()=>""}),f2=()=>({}),h2=t=>new Uint8Array(t),m2=()=>crypto.randomUUID(),g2=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:le}),x2=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:le}),b2=t=>t,y2=t=>JSON.stringify(t),w2=(...t)=>t.join(" "),A2=()=>"browser",E2=()=>"unknown",S2=()=>[],D2=()=>0,C2=()=>0,v2=()=>"/",T2=()=>"/tmp",R2=t=>t,k2=t=>new Fa("file://"+t),Fa=globalThis.URL,B2=globalThis.URLSearchParams,N2=le,L2=le,U2=Ne,O2=Ne,I2=Ne,F2=(t,e)=>e(null,"127.0.0.1",4),P2=Y,_2=Y,q2=Y,M2=Y,H2=Y,j2=Y,$2=(t,e)=>e(null,t),W2=(t,e)=>e(null,t),V2=(t,e)=>e(null,t),z2=(t,e)=>e(null,t),G2=(t,e)=>e(null,t),K2=(t,e)=>e(null,t),Y2=t=>t,X2=t=>t,J2=t=>t,Q2=t=>t,Z2=globalThis.performance,em=class{getStore(){}run(t,e){return e()}enterWith(){}},tm=Ne,rm=()=>({subscribe:le,unsubscribe:le,publish:le,hasSubscribers:!1}),nm={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},sm=le,om=le,um=le,im=le,am=Y,cm=()=>({on:le,stdout:{on:le},stderr:{on:le},kill:le}),lm=()=>({status:0,stdout:"",stderr:""}),dm=le,pm=()=>"",fm=Y,hm={ConnectTimeoutError:Ne,HeadersTimeoutError:Ne,BodyTimeoutError:Ne},mm=Ne,gm=Ne,xm=Ne,bm=Ne,ym={readFile:Y,writeFile:Y,access:Y,stat:Y,mkdir:Y,unlink:Y,readdir:Y},wm={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Ma={};we(Ma,{Agent:()=>Xg,AsyncLocalStorage:()=>Og,AsyncResource:()=>Ig,Buffer:()=>Pg,Client:()=>Jg,EventEmitter:()=>$m,PassThrough:()=>_a,ProxyAgent:()=>Yg,Readable:()=>es,Server:()=>hg,Socket:()=>fg,TLSSocket:()=>mg,Transform:()=>Hm,URL:()=>qa,URLSearchParams:()=>lg,WebSocket:()=>Qg,Writable:()=>Mm,arch:()=>rg,basename:()=>Fm,brotliCompress:()=>Cg,brotliDecompress:()=>Rg,channel:()=>Fg,connect:()=>pg,constants:()=>ex,cpus:()=>ng,createCipheriv:()=>Jm,createConnection:()=>dg,createDecipheriv:()=>Xm,createHash:()=>Wm,createHmac:()=>Vm,createPrivateKey:()=>Gm,createReadStream:()=>Sm,createSign:()=>zm,createWriteStream:()=>Em,deepStrictEqual:()=>Mg,default:()=>Am,deflate:()=>Dg,deflateSync:()=>Ng,dirname:()=>Im,errors:()=>Kg,exec:()=>Vg,execSync:()=>zg,existsSync:()=>vm,extname:()=>Pm,fileURLToPath:()=>ag,finished:()=>jm,format:()=>eg,freemem:()=>sg,gunzip:()=>vg,gunzipSync:()=>kg,gzip:()=>Sg,gzipSync:()=>Bg,homedir:()=>ug,inflate:()=>Tg,inflateSync:()=>Lg,inspect:()=>Zm,join:()=>Om,lookup:()=>gg,mkdir:()=>Tm,ok:()=>_g,pathToFileURL:()=>cg,performance:()=>Ug,pipeline:()=>qm,platform:()=>tg,promises:()=>Zg,promisify:()=>Qm,randomBytes:()=>Km,randomUUID:()=>Ym,readFile:()=>Rm,readFileSync:()=>Dm,readdir:()=>Um,rejects:()=>jg,request:()=>Gg,resolve:()=>_m,resolve4:()=>xg,resolve6:()=>bg,resolveCname:()=>Eg,resolveMx:()=>yg,resolveNs:()=>Ag,resolveTxt:()=>wg,rm:()=>Nm,spawn:()=>$g,spawnSync:()=>Wg,stat:()=>Lm,strictEqual:()=>qg,throws:()=>Hg,tmpdir:()=>ig,totalmem:()=>og,unlink:()=>Bm,writeFile:()=>km,writeFileSync:()=>Cm});var de,X,Le,Am,Em,Sm,Dm,Cm,vm,Tm,Rm,km,Bm,Nm,Lm,Um,Om,Im,Fm,Pm,_m,qm,es,Mm,Hm,_a,jm,$m,Wm,Vm,zm,Gm,Km,Ym,Xm,Jm,Qm,Zm,eg,tg,rg,ng,sg,og,ug,ig,ag,cg,qa,lg,dg,pg,fg,hg,mg,gg,xg,bg,yg,wg,Ag,Eg,Sg,Dg,Cg,vg,Tg,Rg,kg,Bg,Ng,Lg,Ug,Og,Ig,Fg,Pg,_g,qg,Mg,Hg,jg,$g,Wg,Vg,zg,Gg,Kg,Yg,Xg,Jg,Qg,Zg,ex,ts=A(()=>{de=()=>{},X=()=>Promise.resolve(),Le=class{constructor(){}},Am={},Em=de,Sm=de,Dm=()=>"",Cm=de,vm=()=>!1,Tm=X,Rm=X,km=X,Bm=X,Nm=X,Lm=X,Um=X,Om=(...t)=>t.join("/"),Im=t=>t.split("/").slice(0,-1).join("/"),Fm=t=>t.split("/").pop()||"",Pm=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},_m=(...t)=>t.join("/"),qm=X,es=Le,Mm=Le,Hm=Le,_a=Le,jm=X,$m=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},Wm=()=>({update:()=>({digest:()=>""})}),Vm=()=>({update:()=>({digest:()=>""})}),zm=()=>({update:()=>({}),sign:()=>""}),Gm=()=>({}),Km=t=>new Uint8Array(t),Ym=()=>crypto.randomUUID(),Xm=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:de}),Jm=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:de}),Qm=t=>t,Zm=t=>JSON.stringify(t),eg=(...t)=>t.join(" "),tg=()=>"browser",rg=()=>"unknown",ng=()=>[],sg=()=>0,og=()=>0,ug=()=>"/",ig=()=>"/tmp",ag=t=>t,cg=t=>new qa("file://"+t),qa=globalThis.URL,lg=globalThis.URLSearchParams,dg=de,pg=de,fg=Le,hg=Le,mg=Le,gg=(t,e)=>e(null,"127.0.0.1",4),xg=X,bg=X,yg=X,wg=X,Ag=X,Eg=X,Sg=(t,e)=>e(null,t),Dg=(t,e)=>e(null,t),Cg=(t,e)=>e(null,t),vg=(t,e)=>e(null,t),Tg=(t,e)=>e(null,t),Rg=(t,e)=>e(null,t),kg=t=>t,Bg=t=>t,Ng=t=>t,Lg=t=>t,Ug=globalThis.performance,Og=class{getStore(){}run(t,e){return e()}enterWith(){}},Ig=Le,Fg=()=>({subscribe:de,unsubscribe:de,publish:de,hasSubscribers:!1}),Pg={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},_g=de,qg=de,Mg=de,Hg=de,jg=X,$g=()=>({on:de,stdout:{on:de},stderr:{on:de},kill:de}),Wg=()=>({status:0,stdout:"",stderr:""}),Vg=de,zg=()=>"",Gg=X,Kg={ConnectTimeoutError:Le,HeadersTimeoutError:Le,BodyTimeoutError:Le},Yg=Le,Xg=Le,Jg=Le,Qg=Le,Zg={readFile:X,writeFile:X,access:X,stat:X,mkdir:X,unlink:X,readdir:X},ex={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});function _t(t){try{let e=new URL(t);return`${e.protocol}//${e.host}`}catch{return t}}function Xo(t){if(!t)return;let e=t.toLowerCase();if(e==="h2"||e==="http/2"||e==="http/2.0")return"h2";if(e==="h3"||e.startsWith("h3-"))return"h3";if(e==="http/1.1"||e==="http/1.0"||e==="http")return"http/1.1"}function is(){return Yo||(Yo=new sn),Yo}var sn,Yo,as=A(()=>{"use strict";sn=class{cache;options;constructor(e={}){this.cache=new Map,this.options={ttl:e.ttl??3600*1e3,maxSize:e.maxSize??1e3,failureThreshold:e.failureThreshold??3}}get(e){let r=_t(e),n=this.cache.get(r);if(n){if(Date.now()-n.detectedAt>this.options.ttl){this.cache.delete(r);return}return n.protocol}}getEntry(e){let r=_t(e),n=this.cache.get(r);if(n){if(Date.now()-n.detectedAt>this.options.ttl){this.cache.delete(r);return}return n}}set(e,r){let n=_t(e),s=Xo(r)??r;if(this.cache.size>=this.options.maxSize&&!this.cache.has(n)){let u=this.cache.keys().next().value;u&&this.cache.delete(u)}let o=this.cache.get(n);this.cache.set(n,{protocol:s,detectedAt:Date.now(),successCount:((o==null?void 0:o.successCount)??0)+1,failureCount:(o==null?void 0:o.failureCount)??0,http2Rejected:o==null?void 0:o.http2Rejected}),this.cache.delete(n),this.cache.set(n,this.cache.get(n)??{protocol:s,detectedAt:Date.now(),successCount:1,failureCount:0})}recordSuccess(e){let r=_t(e),n=this.cache.get(r);n&&(n.successCount++,n.failureCount=Math.max(0,n.failureCount-1))}recordFailure(e,r=!1){let n=_t(e),s=this.cache.get(n);return s?(s.failureCount++,r&&(s.http2Rejected=!0),s.failureCount>=this.options.failureThreshold):!1}hasHttp2Issues(e){let r=this.getEntry(e);return r?r.http2Rejected===!0||r.protocol==="http/1.1"&&r.failureCount>=this.options.failureThreshold:!1}shouldTryHttp2(e){let r=this.getEntry(e);return r?r.http2Rejected?!1:r.protocol==="h2"||r.protocol==="h3"?!0:!(r.failureCount>=this.options.failureThreshold):!0}delete(e){let r=_t(e);return this.cache.delete(r)}clear(){this.cache.clear()}getStats(){let e=[],r=[],n=[];for(let[s,o]of this.cache.entries())o.protocol==="h2"||o.protocol==="h3"?e.push(s):r.push(s),(o.http2Rejected||o.failureCount>=this.options.failureThreshold)&&n.push(s);return{size:this.cache.size,maxSize:this.options.maxSize,origins:Array.from(this.cache.keys()),http2Origins:e,http1Origins:r,problematicOrigins:n}}toJSON(){let e={};for(let[r,n]of this.cache.entries())e[r]=n;return e}fromJSON(e){let r=Date.now();for(let[n,s]of Object.entries(e))r-s.detectedAt<=this.options.ttl&&this.cache.set(n,s)}},Yo=null});function Xe(t,e,r){let n=typeof r=="number"?{total:r}:r||{},{total:s,direction:o,throttleMs:u=100}=n,i=0,c=Date.now(),a=0,l=0,d=c,p=0,f=.3,h=(m,x)=>{let v=(m-c)/1e3,g=m-d,y=i-l;if(g>0){let S=y/g*1e3;p=p===0?S:p*(1-f)+S*f}l=i,d=m;let w=p,b;s&&(b=x?100:Math.min(i/s*100,99.9));let E={loaded:i,transferred:i,total:s,percent:b,rate:w,estimated:s&&w>0?(s-i)/w*1e3:void 0,direction:o};e(E),a=m};return new ReadableStream({async start(m){let x=t.getReader();try{for(h(Date.now(),!1);;){let{done:v,value:g}=await x.read();if(v){h(Date.now(),!0),m.close();break}i+=g.byteLength;let y=Date.now();(y-a>=u||s&&i===s)&&h(y,!1),m.enqueue(g)}}catch(v){throw m.error(v),v}}})}var Zo=A(()=>{"use strict"});function ls(t){if(!t)return"";let e=t;return e=e.replace(/<script\b[^>]*>[\s\S]*?<\/script>/gi,""),e=e.replace(/<style\b[^>]*>[\s\S]*?<\/style>/gi,""),e=e.replace(/<!--[\s\S]*?-->/g,""),e=e.replace(/<\/(div|p|h[1-6]|li|ul|ol|tr|table|section|article|main|header|footer|nav)>/gi,`
|
|
32
32
|
`),e=e.replace(/<(br|hr)\s*\/?>/gi,`
|
|
33
33
|
`),e=e.replace(/<[^>]+>/g," "),e=e.replace(/ /g," ").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'"),e=e.replace(/[ \t]+/g," "),e=e.replace(/\n\s*\n\s*\n+/g,`
|
|
34
34
|
|
|
35
|
-
`),e.trim()}var
|
|
35
|
+
`),e.trim()}var ou=A(()=>{"use strict"});async function*ds(t){if(!t.body)throw new Ye("Response body is empty; cannot parse SSE stream.",{streamType:"sse",retriable:!0});let e=t.body.getReader(),r=new TextDecoder,n="",s={data:""};try{for(;;){let{done:o,value:u}=await e.read();if(o)break;n+=r.decode(u,{stream:!0});let i=n.split(/\r\n|\r|\n/);n=i.pop()||"";for(let c of i){if(c.trim()===""){(s.data||s.event||s.id)&&(s.data.endsWith(`
|
|
36
36
|
`)&&(s.data=s.data.slice(0,-1)),yield s,s={data:""});continue}let a=c.indexOf(":"),l=c,d="";switch(a!==-1&&(l=c.slice(0,a),d=c.slice(a+1),d.startsWith(" ")&&(d=d.slice(1))),l){case"data":s.data+=d+`
|
|
37
|
-
`;break;case"event":s.event=d;break;case"id":s.id=d;break;case"retry":let p=parseInt(d,10);isNaN(p)||(s.retry=p);break}}}n.trim()}finally{e.releaseLock()}}var iu=A(()=>{"use strict";ie()});function oc(t){let e={hit:!1},r=t.get("cf-cache-status");r&&(e.provider="cloudflare",e.status=r.toUpperCase(),e.hit=r.toUpperCase()==="HIT");let n=t.get("x-cache");if(n){let a=n.toUpperCase();e.hit=a.includes("HIT"),a.includes("FASTLY")?e.provider="fastly":a.includes("VARNISH")&&(e.provider="varnish"),a.includes("HIT")?e.status="HIT":a.includes("MISS")?e.status="MISS":a.includes("EXPIRED")?e.status="EXPIRED":a.includes("STALE")&&(e.status="STALE")}let s=t.get("x-akamai-cache-status");s&&(e.provider="akamai",e.hit=s.toUpperCase().includes("HIT"));let o=t.get("x-cache");t.get("x-amz-cf-id")&&(e.provider="cloudfront");let i=t.get("cache-control");if(i){let a=i.match(/max-age=(\d+)/);a&&(e.maxAge=parseInt(a[1],10))}let c=t.get("age");return c&&(e.age=parseInt(c,10)),e}function uc(t){let e={metadata:{}};for(let r of r1)if(r.detect(t)){e.provider=r.name,e.category=r.category;let n=r.extract(t);n.region&&(e.region=n.region),n.server&&(e.server=n.server),n.metadata&&Object.assign(e.metadata,n.metadata);break}if(!e.provider){let r=t.get("server");if(r){e.server=r;let n=r.toLowerCase();n.includes("cloudflare")?(e.provider="cloudflare",e.category="cdn"):n.includes("cloudfront")?(e.provider="aws-cloudfront",e.category="cloud"):n.includes("fastly")?(e.provider="fastly",e.category="cdn"):n.includes("akamai")?(e.provider="akamai",e.category="cdn"):n.includes("nginx")?(e.provider="nginx",e.category="server"):n.includes("apache")?(e.provider="apache",e.category="server"):n.includes("varnish")?(e.provider="varnish",e.category="proxy"):(e.provider="unknown",e.category="unknown")}}if(!e.provider){let r=t.get("via");if(r){let n=r.toLowerCase();n.includes("cloudflare")?(e.provider="cloudflare",e.category="cdn"):n.includes("akamai")?(e.provider="akamai",e.category="cdn"):n.includes("varnish")?(e.provider="varnish",e.category="proxy"):n.includes("squid")&&(e.provider="squid",e.category="proxy")}}return Object.keys(e.metadata||{}).length===0&&delete e.metadata,e}function ic(t,e){let r={limited:e===429},n=t.get("x-ratelimit-limit")||t.get("ratelimit-limit"),s=t.get("x-ratelimit-remaining")||t.get("ratelimit-remaining"),o=t.get("x-ratelimit-reset")||t.get("ratelimit-reset");if(n&&(r.limit=parseInt(n,10)),s&&(r.remaining=parseInt(s,10)),o){let c=parseInt(o,10);c>1e9?r.reset=new Date(c*1e3):r.reset=new Date(Date.now()+c*1e3)}let u=t.get("retry-after");if(u){let c=parseInt(u,10);if(!isNaN(c))r.retryAfter=c;else{let a=new Date(u);isNaN(a.getTime())||(r.retryAfter=Math.ceil((a.getTime()-Date.now())/1e3))}}let i=t.get("ratelimit-policy");return i&&(r.policy=i),r.remaining!==void 0&&r.remaining===0&&(r.limited=!0),r}function ac(t){let e={},r=t.get("content-encoding");r&&(e.encoding=r.toLowerCase());let n=t.get("x-original-size")||t.get("x-uncompressed-size");n&&(e.originalSize=parseInt(n,10));let s=t.get("content-length");return s&&(e.compressedSize=parseInt(s,10)),e.originalSize&&e.compressedSize&&(e.ratio=e.originalSize/e.compressedSize),e}function cc(t){let e={directives:{},reportOnly:!1},r=t.get("content-security-policy");if(r||(r=t.get("content-security-policy-report-only"),r&&(e.reportOnly=!0)),r){e.policy=r;let n=r.split(";").map(s=>s.trim()).filter(Boolean);for(let s of n){let[o,...u]=s.split(/\s+/);o&&(e.directives[o]=u)}}return e}function lc(t){let e={},r=t.get("content-type");if(!r)return e;let n=r.split(";").map(s=>s.trim());if(n[0]){e.mediaType=n[0];let[s,o]=n[0].split("/");s&&(e.type=s),o&&(e.subtype=o)}for(let s=1;s<n.length;s++){let o=n[s],[u,i]=o.split("=").map(c=>c.trim());u==="charset"&&i?e.charset=i.replace(/['"]/g,""):u==="boundary"&&i&&(e.boundary=i.replace(/['"]/g,""))}return e}function dc(t){let e={types:[],encodings:[],languages:[]},r=t.get("accept");if(r){let o=r.split(",").map(u=>u.trim());for(let u of o){let[i,...c]=u.split(";").map(p=>p.trim()),a=1;for(let p of c)p.startsWith("q=")&&(a=parseFloat(p.substring(2))||1);let[l,d]=i.split("/");e.types.push({mediaType:i,q:a,type:l||void 0,subtype:d||void 0})}e.types.sort((u,i)=>i.q-u.q)}let n=t.get("accept-encoding");if(n){let o=n.split(",").map(u=>u.trim());for(let u of o){let[i,...c]=u.split(";").map(l=>l.trim()),a=1;for(let l of c)l.startsWith("q=")&&(a=parseFloat(l.substring(2))||1);e.encodings.push({encoding:i,q:a})}e.encodings.sort((u,i)=>i.q-u.q)}let s=t.get("accept-language");if(s){let o=s.split(",").map(u=>u.trim());for(let u of o){let[i,...c]=u.split(";").map(l=>l.trim()),a=1;for(let l of c)l.startsWith("q=")&&(a=parseFloat(l.substring(2))||1);e.languages.push({language:i,q:a})}e.languages.sort((u,i)=>i.q-u.q)}return e}function pc(t){let e={methods:[]},r=t.get("www-authenticate");if(r){r.toLowerCase().includes("basic")&&e.methods.push("Basic"),r.toLowerCase().includes("bearer")&&e.methods.push("Bearer"),r.toLowerCase().includes("digest")&&e.methods.push("Digest"),r.toLowerCase().includes("negotiate")&&e.methods.push("Negotiate"),r.toLowerCase().includes("aws4-hmac-sha256")&&e.methods.push("AWS4");let s=r.match(/realm="([^"]+)"/);s&&(e.realm=s[1]);let o=r.match(/error="([^"]+)"/);o&&(e.error=o[1]);let u=r.match(/error_description="([^"]+)"/);u&&(e.errorDescription=u[1])}let n=t.get("x-auth-error")||t.get("x-authentication-error");return n&&(e.error||(e.error=n)),e}function fc(t){let e=t.get("date");if(!e)return{};let r=new Date(e);if(isNaN(r.getTime()))return{};let n=r.getTime()-Date.now();return{serverTime:r,skewMs:n}}function vt(t,e){return{cache:oc(t),platform:uc(t),rateLimit:ic(t,e),compression:ac(t),csp:cc(t),contentType:lc(t),accept:dc(t),auth:pc(t),clockSkew:fc(t)}}var r1,ls=A(()=>{"use strict";r1=[{name:"cloudflare",category:"cdn",headers:["cf-ray","cf-cache-status"],detect:t=>t.get("cf-ray")!==null,extract:t=>{let e=t.get("cf-ray"),r={};if(e){r.ray=e;let n=e.split("-");if(n.length>1)return{region:n[1],metadata:r}}return{metadata:r}}},{name:"fastly",category:"cdn",headers:["fastly-debug-digest","x-served-by"],detect:t=>{let e=t.get("x-served-by");return(e==null?void 0:e.includes("cache-"))||t.get("fastly-debug-digest")!==null},extract:t=>({server:t.get("x-served-by")||void 0,metadata:{digest:t.get("fastly-debug-digest")}})},{name:"akamai",category:"cdn",headers:["x-akamai-request-id","x-akamai-cache-status"],detect:t=>t.get("x-akamai-request-id")!==null,extract:t=>({metadata:{requestId:t.get("x-akamai-request-id"),cacheId:t.get("x-akamai-cache-status")}})},{name:"aws-cloudfront",category:"cloud",headers:["x-amz-cf-id","x-amz-cf-pop"],detect:t=>t.get("x-amz-cf-id")!==null,extract:t=>({region:t.get("x-amz-cf-pop")||void 0,metadata:{requestId:t.get("x-amz-cf-id"),pop:t.get("x-amz-cf-pop")}})},{name:"gcp",category:"cloud",headers:["x-cloud-trace-context","x-goog-request-id"],detect:t=>t.get("x-cloud-trace-context")!==null||t.get("x-goog-request-id")!==null,extract:t=>{let e=t.get("x-cloud-trace-context");return{metadata:{traceId:e?e.split("/")[0]:void 0,requestId:t.get("x-goog-request-id")}}}},{name:"azure",category:"cloud",headers:["x-ms-request-id","x-azure-ref"],detect:t=>t.get("x-ms-request-id")!==null,extract:t=>({metadata:{requestId:t.get("x-ms-request-id"),ref:t.get("x-azure-ref")}})},{name:"oracle-cloud",category:"cloud",headers:["x-oracle-dms-rid","x-oracle-dms-ecid"],detect:t=>t.get("x-oracle-dms-rid")!==null,extract:t=>({metadata:{requestId:t.get("x-oracle-dms-rid"),ecid:t.get("x-oracle-dms-ecid")}})},{name:"alibaba-cloud",category:"cloud",headers:["ali-swift-global-savetime","eagleeye-traceid"],detect:t=>t.get("eagleeye-traceid")!==null,extract:t=>({metadata:{traceId:t.get("eagleeye-traceid")}})},{name:"vercel",category:"hosting",headers:["x-vercel-id","x-vercel-cache"],detect:t=>t.get("x-vercel-id")!==null,extract:t=>({metadata:{requestId:t.get("x-vercel-id"),cache:t.get("x-vercel-cache")}})},{name:"netlify",category:"hosting",headers:["x-nf-request-id","x-nf-trace-id"],detect:t=>t.get("x-nf-request-id")!==null,extract:t=>({metadata:{requestId:t.get("x-nf-request-id"),traceId:t.get("x-nf-trace-id")}})},{name:"render",category:"hosting",headers:["x-render-origin-server"],detect:t=>t.get("x-render-origin-server")!==null,extract:t=>({metadata:{origin:t.get("x-render-origin-server")}})},{name:"datadome",category:"security",headers:["x-datadome","x-datadome-cid"],detect:t=>t.get("x-datadome")!==null||t.get("x-datadome-cid")!==null,extract:t=>({metadata:{cid:t.get("x-datadome-cid")}})},{name:"incapsula",category:"security",headers:["x-iinfo","x-cdn"],detect:t=>t.get("x-iinfo")!==null||(t.get("x-cdn")||"").includes("Incapsula"),extract:t=>({metadata:{iinfo:t.get("x-iinfo")}})},{name:"imperva",category:"security",headers:["x-imperva-uuid"],detect:t=>t.get("x-imperva-uuid")!==null,extract:t=>({metadata:{uuid:t.get("x-imperva-uuid")}})},{name:"aws-waf",category:"security",headers:["x-amzn-waf-action"],detect:t=>t.get("server")==="awselb/2.0",extract:t=>({})},{name:"envoy",category:"proxy",headers:["x-envoy-upstream-service-time"],detect:t=>t.get("x-envoy-upstream-service-time")!==null||t.get("server")==="envoy",extract:t=>({})},{name:"traefik",category:"proxy",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("traefik"),extract:t=>({})},{name:"caddy",category:"server",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("caddy"),extract:t=>({})},{name:"haproxy",category:"proxy",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("haproxy"),extract:t=>({})},{name:"iis",category:"server",headers:["x-powered-by"],detect:t=>(t.get("server")||"").toLowerCase().includes("iis"),extract:t=>({})},{name:"kestrel",category:"server",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("kestrel"),extract:t=>({})},{name:"express",category:"framework",headers:["x-powered-by"],detect:t=>(t.get("x-powered-by")||"").toLowerCase().includes("express"),extract:t=>({})},{name:"rails",category:"framework",headers:["x-runtime","x-request-id"],detect:t=>t.get("x-runtime")!==null&&!(t.get("x-powered-by")||"").includes("Express"),extract:t=>({metadata:{runtime:t.get("x-runtime")}})},{name:"django",category:"framework",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("wsgi"),extract:t=>({})},{name:"aspnet",category:"framework",headers:["x-aspnet-version","x-powered-by"],detect:t=>t.get("x-aspnet-version")!==null||(t.get("x-powered-by")||"").includes("ASP.NET"),extract:t=>({metadata:{version:t.get("x-aspnet-version")}})},{name:"php",category:"framework",headers:["x-powered-by"],detect:t=>(t.get("x-powered-by")||"").toLowerCase().includes("php"),extract:t=>({metadata:{version:t.get("x-powered-by")}})}]});function hc(t){if(!t||typeof t!="string")return{all:[]};let e=[],r={all:e},n=n1(t);for(let s of n){let o=s1(s.trim());if(o&&(e.push(o),o.rel)){let u=o.rel.split(/\s+/);for(let i of u){let c=r[i];c?Array.isArray(c)?c.push(o):r[i]=[c,o]:r[i]=o}}}return r}function n1(t){let e=[],r="",n=!1,s=!1;for(let o=0;o<t.length;o++){let u=t[o],i=o>0?t[o-1]:"";if(u==="<"&&!s)n=!0;else if(u===">"&&!s)n=!1;else if(u==='"'&&i!=="\\")s=!s;else if(u===","&&!n&&!s){e.push(r.trim()),r="";continue}r+=u}return r.trim()&&e.push(r.trim()),e}function s1(t){let e=t.match(/^<([^>]+)>/);if(!e)return null;let n={uri:e[1]},s=t.slice(e[0].length),o=o1(s);for(let[u,i]of Object.entries(o))n[u]=i;return n}function o1(t){let e={},r=t.split(/;/).filter(n=>n.trim());for(let n of r){let s=n.indexOf("=");if(s===-1)continue;let o=n.slice(0,s).trim(),u=n.slice(s+1).trim();(u.startsWith('"')&&u.endsWith('"')||u.startsWith("'")&&u.endsWith("'"))&&(u=u.slice(1,-1)),u=u.replace(/\\(.)/g,"$1"),e[o]=u}return e}function an(t){let e=t.get("Link");return e?new ds(e):null}var Ie,ds,ps=A(()=>{"use strict";Ie={NEXT:"next",PREV:"prev",PREVIOUS:"previous",FIRST:"first",LAST:"last",ALTERNATE:"alternate",CANONICAL:"canonical",AUTHOR:"author",LICENSE:"license",STYLESHEET:"stylesheet",ICON:"icon",PRELOAD:"preload",PREFETCH:"prefetch",PRECONNECT:"preconnect",DNS_PREFETCH:"dns-prefetch",PRERENDER:"prerender",SELF:"self",EDIT:"edit",COLLECTION:"collection",ITEM:"item",HELP:"help",DESCRIBEDBY:"describedby",UP:"up",RELATED:"related",REPLIES:"replies",VIA:"via"},ds=class{links;constructor(e){this.links=hc(e)}getAll(){return this.links.all}getRel(e){return this.links[e]}getFirst(e){let r=this.links[e];if(r)return Array.isArray(r)?r[0]:r}has(e){return e in this.links}getPagination(){var e,r,n,s,o;return{next:(e=this.getFirst(Ie.NEXT))==null?void 0:e.uri,prev:((r=this.getFirst(Ie.PREV))==null?void 0:r.uri)||((n=this.getFirst(Ie.PREVIOUS))==null?void 0:n.uri),first:(s=this.getFirst(Ie.FIRST))==null?void 0:s.uri,last:(o=this.getFirst(Ie.LAST))==null?void 0:o.uri}}hasNext(){return this.has(Ie.NEXT)}hasPrev(){return this.has(Ie.PREV)||this.has(Ie.PREVIOUS)}getCanonical(){var e;return(e=this.getFirst(Ie.CANONICAL))==null?void 0:e.uri}getAlternates(){let e=this.getRel(Ie.ALTERNATE);return e?Array.isArray(e)?e:[e]:[]}getResourceHints(){let e=r=>{let n=this.getRel(r);return n?Array.isArray(n)?n:[n]:[]};return{preload:e(Ie.PRELOAD),prefetch:e(Ie.PREFETCH),preconnect:e(Ie.PRECONNECT),dnsPrefetch:e(Ie.DNS_PREFETCH)}}toJSON(){return this.links}}});var au,mc,lv,cu=A(()=>{au={},mc=t=>t,lv=globalThis.performance});var cn,gc,pv,fs=A(()=>{cn={},gc=()=>"/",pv=globalThis.performance});var lu,hv,xc=A(()=>{lu={},hv=globalThis.performance});function i1(){let t=["/sys/fs/cgroup/memory.max","/sys/fs/cgroup/memory/memory.limit_in_bytes"];for(let e of t)try{if(Xn.existsSync(e)){let r=Xn.readFileSync(e,"utf8").trim();if(!r||r==="max")continue;let n=Number.parseInt(r,10);if(Number.isFinite(n)&&n>0)return n}}catch{}return null}function du(){let t=i1();return t&&Number.isFinite(t)&&t>0?t:cn.totalmem()}function yc(t={}){let{maxMemoryBytes:e,maxMemoryPercent:r,safetyPercent:n}=t,s=lu.getHeapStatistics(),o=(s==null?void 0:s.heap_size_limit)??0,u=du(),i=0,c=!1;if(typeof e=="number"&&e>0)i=e;else if(typeof r=="number"&&r>0){let p=Math.max(0,Math.min(r,1));i=Math.floor(u*p),c=!0}let a=typeof n=="number"&&n>0&&n<=1?n:bc,l=Math.floor(u*a);if((i===0||l<i)&&(i=l,c=c||(r??0)>0),o>0){let p=Math.floor(o*u1);(i===0||p<i)&&(i=p,c=c||(r??0)>0)}(!Number.isFinite(i)||i<=0)&&(i=Math.floor(u*bc),c=!0);let d=u>0?i/u:null;return{maxMemoryBytes:i,derivedFromPercent:c,effectiveTotal:u,heapLimit:o,inferredPercent:d}}function pt(t){if(t===0)return"0 B";let e=1024,r=["B","KB","MB","GB","TB"],n=Math.floor(Math.log(t)/Math.log(e));return`${(t/Math.pow(e,n)).toFixed(2)} ${r[n]}`}function hs(){let t=lu.getHeapStatistics(),{heapUsed:e}=process.memoryUsage(),r=(t==null?void 0:t.heap_size_limit)??0,n=r>0?e/r:0;return{heapUsed:e,heapLimit:r,heapRatio:n}}var bc,u1,wc=A(()=>{"use strict";Xt();fs();xc();bc=.5,u1=.6});var fu={};we(fu,{MemoryStorage:()=>pu});var pu,hu=A(()=>{"use strict";ie();cu();fs();wc();pu=class{storage=new Map;meta=new Map;maxSize;maxMemoryBytes;maxMemoryPercent;defaultTtl;evictionPolicy;compressionEnabled;compressionThreshold;enableStats;heapUsageThreshold;onEvict;onPressure;currentMemoryBytes=0;evictedDueToMemory=0;memoryPressureEvents=0;accessCounter=0;monitorHandle=null;cleanupHandle=null;stats={hits:0,misses:0,sets:0,deletes:0,evictions:0};compressionStats={totalCompressed:0,totalOriginalSize:0,totalCompressedSize:0};constructor(e={}){if(e.maxMemoryBytes&&e.maxMemoryBytes>0&&e.maxMemoryPercent&&e.maxMemoryPercent>0)throw new et("[MemoryStorage] Cannot use both maxMemoryBytes and maxMemoryPercent",{configKey:"maxMemoryBytes|maxMemoryPercent"});if(e.maxMemoryPercent!==void 0&&(e.maxMemoryPercent<0||e.maxMemoryPercent>1))throw new et("[MemoryStorage] maxMemoryPercent must be between 0 and 1",{configKey:"maxMemoryPercent"});if(this.maxSize=e.maxSize??1e3,this.defaultTtl=e.ttl??3e5,this.evictionPolicy=e.evictionPolicy??"lru",this.enableStats=e.enableStats??!1,this.heapUsageThreshold=e.heapUsageThreshold??.6,e.maxMemoryBytes&&e.maxMemoryBytes>0)this.maxMemoryBytes=e.maxMemoryBytes,this.maxMemoryPercent=0;else if(e.maxMemoryPercent&&e.maxMemoryPercent>0){let s=du();this.maxMemoryBytes=Math.floor(s*e.maxMemoryPercent),this.maxMemoryPercent=e.maxMemoryPercent}else{let s=yc({});this.maxMemoryBytes=s.maxMemoryBytes,this.maxMemoryPercent=s.inferredPercent??0}e.compression===!0?(this.compressionEnabled=!0,this.compressionThreshold=1024):typeof e.compression=="object"&&e.compression.enabled?(this.compressionEnabled=!0,this.compressionThreshold=e.compression.threshold??1024):(this.compressionEnabled=!1,this.compressionThreshold=1024),this.onEvict=e.onEvict,this.onPressure=e.onPressure;let r=e.monitorInterval??15e3;r>0&&(this.monitorHandle=setInterval(()=>this.memoryHealthCheck(),r),this.monitorHandle.unref());let n=e.cleanupInterval??6e4;n>0&&(this.cleanupHandle=setInterval(()=>this.cleanupExpired(),n),this.cleanupHandle.unref())}async get(e){let r=this.storage.get(e),n=this.meta.get(e);if(!r||!n){this.recordStat("misses");return}let s=Date.now();if(s>n.expiresAt){this.deleteInternal(e),this.recordStat("misses");return}if(this.evictionPolicy==="lru"&&(n.lastAccess=s,n.accessOrder=++this.accessCounter),this.recordStat("hits"),this.isCompressed(r))try{let o=this.decompress(r);return JSON.parse(o)}catch{this.deleteInternal(e);return}return JSON.parse(r)}async set(e,r,n){let s=n??this.defaultTtl,o=Date.now(),u=JSON.stringify(r),i=Buffer.byteLength(u,"utf8"),c=u,a=i,l=!1;if(this.compressionEnabled&&i>=this.compressionThreshold)try{let p=this.compress(u);c=p,a=Buffer.byteLength(p.__data,"utf8"),l=!0,this.compressionStats.totalCompressed++,this.compressionStats.totalOriginalSize+=i,this.compressionStats.totalCompressedSize+=a}catch{}let d=this.meta.get(e);if(d&&(this.currentMemoryBytes-=d.compressedSize),!this.enforceMemoryLimit(a)){this.evictedDueToMemory++;return}!d&&this.storage.size>=this.maxSize&&this.evictOne("size"),this.storage.set(e,c),this.meta.set(e,{createdAt:o,expiresAt:o+s,lastAccess:o,insertOrder:++this.accessCounter,accessOrder:this.accessCounter,compressed:l,originalSize:i,compressedSize:a}),this.currentMemoryBytes+=a,this.recordStat("sets")}async delete(e){this.deleteInternal(e),this.recordStat("deletes")}clear(e){if(!e){this.storage.clear(),this.meta.clear(),this.currentMemoryBytes=0,this.evictedDueToMemory=0,this.enableStats&&(this.stats={hits:0,misses:0,sets:0,deletes:0,evictions:0});return}for(let r of this.storage.keys())r.startsWith(e)&&this.deleteInternal(r)}size(){return this.storage.size}keys(){return Array.from(this.storage.keys())}has(e){let r=this.meta.get(e);return r?Date.now()>r.expiresAt?(this.deleteInternal(e),!1):!0:!1}getStats(){let e=this.stats.hits+this.stats.misses,r=e>0?this.stats.hits/e:0;return{enabled:this.enableStats,...this.stats,hitRate:r,totalItems:this.storage.size,memoryUsageBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,evictedDueToMemory:this.evictedDueToMemory}}getMemoryStats(){let e=this.storage.size,r=this.maxMemoryBytes>0?this.currentMemoryBytes/this.maxMemoryBytes*100:0,n=cn.totalmem(),s=cn.freemem(),o=n-s,u=n>0?this.currentMemoryBytes/n*100:0;return{currentMemoryBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,maxMemoryPercent:this.maxMemoryPercent,memoryUsagePercent:parseFloat(r.toFixed(2)),cachePercentOfSystemMemory:parseFloat(u.toFixed(2)),totalItems:e,maxSize:this.maxSize,evictedDueToMemory:this.evictedDueToMemory,memoryPressureEvents:this.memoryPressureEvents,averageItemSize:e>0?Math.round(this.currentMemoryBytes/e):0,memoryUsage:{current:pt(this.currentMemoryBytes),max:pt(this.maxMemoryBytes),available:pt(Math.max(0,this.maxMemoryBytes-this.currentMemoryBytes))},systemMemory:{total:pt(n),free:pt(s),used:pt(o),cachePercent:`${u.toFixed(2)}%`}}}getCompressionStats(){if(!this.compressionEnabled)return{enabled:!1,totalItems:this.storage.size,compressedItems:0,compressionThreshold:this.compressionThreshold,totalOriginalSize:0,totalCompressedSize:0,averageCompressionRatio:"0",spaceSavingsPercent:"0",memoryUsage:{uncompressed:"0 B",compressed:"0 B",saved:"0 B"}};let e=this.compressionStats.totalOriginalSize>0?(this.compressionStats.totalCompressedSize/this.compressionStats.totalOriginalSize).toFixed(2):"0",r=this.compressionStats.totalOriginalSize>0?((this.compressionStats.totalOriginalSize-this.compressionStats.totalCompressedSize)/this.compressionStats.totalOriginalSize*100).toFixed(2):"0",n=this.compressionStats.totalOriginalSize-this.compressionStats.totalCompressedSize;return{enabled:!0,totalItems:this.storage.size,compressedItems:this.compressionStats.totalCompressed,compressionThreshold:this.compressionThreshold,totalOriginalSize:this.compressionStats.totalOriginalSize,totalCompressedSize:this.compressionStats.totalCompressedSize,averageCompressionRatio:e,spaceSavingsPercent:r,memoryUsage:{uncompressed:pt(this.compressionStats.totalOriginalSize),compressed:pt(this.compressionStats.totalCompressedSize),saved:pt(n)}}}shutdown(){this.monitorHandle&&(clearInterval(this.monitorHandle),this.monitorHandle=null),this.cleanupHandle&&(clearInterval(this.cleanupHandle),this.cleanupHandle=null)}deleteInternal(e){let r=this.meta.get(e);r&&(this.currentMemoryBytes-=r.compressedSize),this.storage.delete(e),this.meta.delete(e)}recordStat(e){this.enableStats&&this.stats[e]++}isCompressed(e){return typeof e=="object"&&e!==null&&"__compressed"in e}compress(e){let r=Buffer.from(e,"utf8");return{__compressed:!0,__data:au.gzipSync(r).toString("base64"),__originalSize:r.length}}decompress(e){let r=Buffer.from(e.__data,"base64");return au.gunzipSync(r).toString("utf8")}selectEvictionCandidate(){if(this.meta.size===0)return null;let e=null,r=(this.evictionPolicy==="lru",1/0);for(let[n,s]of this.meta){let o=this.evictionPolicy==="lru"?s.accessOrder:s.insertOrder;o<r&&(r=o,e=n)}return e}evictOne(e){var o;let r=this.selectEvictionCandidate();if(!r)return null;let n=this.meta.get(r),s=(n==null?void 0:n.compressedSize)??0;return this.deleteInternal(r),this.stats.evictions++,(e==="memory"||e==="heap")&&this.evictedDueToMemory++,(o=this.onEvict)==null||o.call(this,{reason:e,key:r,freedBytes:s,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes}),{key:r,freedBytes:s}}enforceMemoryLimit(e){if(e>this.maxMemoryBytes)return!1;for(;this.currentMemoryBytes+e>this.maxMemoryBytes&&this.storage.size>0&&this.evictOne("memory"););return this.currentMemoryBytes+e<=this.maxMemoryBytes}reduceMemoryTo(e){e=Math.max(0,e);let r=0;for(;this.currentMemoryBytes>e&&this.storage.size>0;){let n=this.evictOne("memory");if(!n)break;r+=n.freedBytes}return r}memoryHealthCheck(){var o,u;let e=0;if(this.currentMemoryBytes>this.maxMemoryBytes){let i=this.currentMemoryBytes;this.enforceMemoryLimit(0);let c=i-this.currentMemoryBytes;c>0&&(e+=c,this.memoryPressureEvents++,(o=this.onPressure)==null||o.call(this,{reason:"limit",heapLimit:hs().heapLimit,heapUsed:hs().heapUsed,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,freedBytes:c}))}let{heapUsed:r,heapLimit:n,heapRatio:s}=hs();if(n>0&&s>=this.heapUsageThreshold){let i=this.currentMemoryBytes,c=Math.floor(this.currentMemoryBytes*.5);this.reduceMemoryTo(c);let a=i-this.currentMemoryBytes;a>0&&(e+=a,this.memoryPressureEvents++,(u=this.onPressure)==null||u.call(this,{reason:"heap",heapLimit:n,heapUsed:r,heapRatio:s,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,freedBytes:a}))}return e}cleanupExpired(){var n;let e=Date.now(),r=0;for(let[s,o]of this.meta)e>o.expiresAt&&(this.deleteInternal(s),r++,(n=this.onEvict)==null||n.call(this,{reason:"expired",key:s,freedBytes:o.compressedSize,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes}));return r}}});var rr=ae((Wv,Ic)=>{Ic.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}});var B,ne,As=A(()=>{(function(t){t.Attribute="attribute",t.Pseudo="pseudo",t.PseudoElement="pseudo-element",t.Tag="tag",t.Universal="universal",t.Adjacent="adjacent",t.Child="child",t.Descendant="descendant",t.Parent="parent",t.Sibling="sibling",t.ColumnCombinator="column-combinator"})(B||(B={}));(function(t){t.Any="any",t.Element="element",t.End="end",t.Equals="equals",t.Exists="exists",t.Hyphen="hyphen",t.Not="not",t.Start="start"})(ne||(ne={}))});function Es(t){switch(t.type){case B.Adjacent:case B.Child:case B.Descendant:case B.Parent:case B.Sibling:case B.ColumnCombinator:return!0;default:return!1}}function z1(t,e,r){let n=Number.parseInt(e,16)-65536;return n!==n||r?e:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,n&1023|56320)}function pn(t){return t.replace(H1,z1)}function Bu(t){return t===k.SingleQuote||t===k.DoubleQuote}function Lc(t){return t===k.Space||t===k.Tab||t===k.NewLine||t===k.FormFeed||t===k.CarriageReturn}function fn(t){let e=[],r=_c(e,`${t}`,0);if(r<t.length)throw new Error(`Unmatched selector: ${t.slice(r)}`);return e}function _c(t,e,r){let n=[];function s(d){let p=e.slice(r+d).match(Fc);if(!p)throw new Error(`Expected name, found ${e.slice(r)}`);let[f]=p;return r+=d+f.length,pn(f)}function o(d){for(r+=d;r<e.length&&Lc(e.charCodeAt(r));)r++}function u(){r+=1;let d=r;for(let p=1;r<e.length;r++)switch(e.charCodeAt(r)){case k.BackSlash:{r+=1;break}case k.LeftParenthesis:{p+=1;break}case k.RightParenthesis:{if(p-=1,p===0)return pn(e.slice(d,r++));break}}throw new Error("Parenthesis not matched")}function i(){if(n.length>0&&Es(n[n.length-1]))throw new Error("Did not expect successive traversals.")}function c(d){if(n.length>0&&n[n.length-1].type===B.Descendant){n[n.length-1].type=d;return}i(),n.push({type:d})}function a(d,p){n.push({type:B.Attribute,name:d,action:p,value:s(1),namespace:null,ignoreCase:"quirks"})}function l(){if(n.length>0&&n[n.length-1].type===B.Descendant&&n.pop(),n.length===0)throw new Error("Empty sub-selector");t.push(n)}if(o(0),e.length===r)return r;e:for(;r<e.length;){let d=e.charCodeAt(r);switch(d){case k.Space:case k.Tab:case k.NewLine:case k.FormFeed:case k.CarriageReturn:{(n.length===0||n[0].type!==B.Descendant)&&(i(),n.push({type:B.Descendant})),o(1);break}case k.GreaterThan:{c(B.Child),o(1);break}case k.LessThan:{c(B.Parent),o(1);break}case k.Tilde:{c(B.Sibling),o(1);break}case k.Plus:{c(B.Adjacent),o(1);break}case k.Period:{a("class",ne.Element);break}case k.Hash:{a("id",ne.Equals);break}case k.LeftSquareBracket:{o(1);let p,f=null;e.charCodeAt(r)===k.Pipe?p=s(1):e.startsWith("*|",r)?(f="*",p=s(2)):(p=s(0),e.charCodeAt(r)===k.Pipe&&e.charCodeAt(r+1)!==k.Equal&&(f=p,p=s(1))),o(0);let h=ne.Exists,m=j1.get(e.charCodeAt(r));if(m){if(h=m,e.charCodeAt(r+1)!==k.Equal)throw new Error("Expected `=`");o(2)}else e.charCodeAt(r)===k.Equal&&(h=ne.Equals,o(1));let x="",v=null;if(h!=="exists"){if(Bu(e.charCodeAt(r))){let y=e.charCodeAt(r);r+=1;let w=r;for(;r<e.length&&e.charCodeAt(r)!==y;)r+=e.charCodeAt(r)===k.BackSlash?2:1;if(e.charCodeAt(r)!==y)throw new Error("Attribute value didn't end");x=pn(e.slice(w,r)),r+=1}else{let y=r;for(;r<e.length&&!Lc(e.charCodeAt(r))&&e.charCodeAt(r)!==k.RightSquareBracket;)r+=e.charCodeAt(r)===k.BackSlash?2:1;x=pn(e.slice(y,r))}switch(o(0),e.charCodeAt(r)|32){case k.LowerI:{v=!0,o(1);break}case k.LowerS:{v=!1,o(1);break}}}if(e.charCodeAt(r)!==k.RightSquareBracket)throw new Error("Attribute selector didn't terminate");r+=1;let g={type:B.Attribute,name:p,action:h,value:x,namespace:f,ignoreCase:v};n.push(g);break}case k.Colon:{if(e.charCodeAt(r+1)===k.Colon){n.push({type:B.PseudoElement,name:s(2).toLowerCase(),data:e.charCodeAt(r)===k.LeftParenthesis?u():null});break}let p=s(1).toLowerCase();if(W1.has(p)){n.push({type:B.PseudoElement,name:p,data:null});break}let f=null;if(e.charCodeAt(r)===k.LeftParenthesis)if($1.has(p)){if(Bu(e.charCodeAt(r+1)))throw new Error(`Pseudo-selector ${p} cannot be quoted`);if(f=[],r=_c(f,e,r+1),e.charCodeAt(r)!==k.RightParenthesis)throw new Error(`Missing closing parenthesis in :${p} (${e})`);r+=1}else{if(f=u(),V1.has(p)){let h=f.charCodeAt(0);h===f.charCodeAt(f.length-1)&&Bu(h)&&(f=f.slice(1,-1))}f=pn(f)}n.push({type:B.Pseudo,name:p,data:f});break}case k.Comma:{l(),n=[],o(1);break}default:{if(e.startsWith("/*",r)){let h=e.indexOf("*/",r+2);if(h<0)throw new Error("Comment was not terminated");r=h+2,n.length===0&&o(0);break}let p=null,f;if(d===k.Asterisk)r+=1,f="*";else if(d===k.Pipe){if(f="",e.charCodeAt(r+1)===k.Pipe){c(B.ColumnCombinator),o(2);break}}else if(Fc.test(e.slice(r)))f=s(0);else break e;e.charCodeAt(r)===k.Pipe&&e.charCodeAt(r+1)!==k.Pipe&&(p=f,e.charCodeAt(r+1)===k.Asterisk?(f="*",r+=2):f=s(1)),n.push(f==="*"?{type:B.Universal,namespace:p}:{type:B.Tag,name:f,namespace:p})}}}return l(),r}var Fc,H1,k,j1,$1,W1,V1,Pc=A(()=>{As();Fc=/^[^#\\]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\u00B0-\uFFFF-])+/,H1=/\\([\da-f]{1,6}\s?|(\s)|.)/gi;(function(t){t[t.LeftParenthesis=40]="LeftParenthesis",t[t.RightParenthesis=41]="RightParenthesis",t[t.LeftSquareBracket=91]="LeftSquareBracket",t[t.RightSquareBracket=93]="RightSquareBracket",t[t.Comma=44]="Comma",t[t.Period=46]="Period",t[t.Colon=58]="Colon",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Plus=43]="Plus",t[t.Tilde=126]="Tilde",t[t.QuestionMark=63]="QuestionMark",t[t.ExclamationMark=33]="ExclamationMark",t[t.Slash=47]="Slash",t[t.Equal=61]="Equal",t[t.Dollar=36]="Dollar",t[t.Pipe=124]="Pipe",t[t.Circumflex=94]="Circumflex",t[t.Asterisk=42]="Asterisk",t[t.GreaterThan=62]="GreaterThan",t[t.LessThan=60]="LessThan",t[t.Hash=35]="Hash",t[t.LowerI=105]="LowerI",t[t.LowerS=115]="LowerS",t[t.BackSlash=92]="BackSlash",t[t.Space=32]="Space",t[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn"})(k||(k={}));j1=new Map([[k.Tilde,ne.Element],[k.Circumflex,ne.Start],[k.Dollar,ne.End],[k.Asterisk,ne.Any],[k.ExclamationMark,ne.Not],[k.Pipe,ne.Hyphen]]),$1=new Set(["has","not","matches","is","where","host","host-context"]),W1=new Set(["before","after","first-line","first-letter"]);V1=new Set(["contains","icontains"])});var Uc,qc,Yv,Xv,Jv,Mc=A(()=>{As();Uc=["\\",'"'],qc=[...Uc,"(",")"],Yv=new Set(Uc.map(t=>t.charCodeAt(0))),Xv=new Set(qc.map(t=>t.charCodeAt(0))),Jv=new Set([...qc,"~","^","$","*","+","!","|",":","[","]"," ",".","%"].map(t=>t.charCodeAt(0)))});var kr=A(()=>{As();Pc();Mc()});function Hc(t){return t.type===se.Tag||t.type===se.Script||t.type===se.Style}var se,jc,$c,Wc,Vc,zc,Gc,Kc,Yc,Xc,hn=A(()=>{(function(t){t.Root="root",t.Text="text",t.Directive="directive",t.Comment="comment",t.Script="script",t.Style="style",t.Tag="tag",t.CDATA="cdata",t.Doctype="doctype"})(se||(se={}));jc=se.Root,$c=se.Text,Wc=se.Directive,Vc=se.Comment,zc=se.Script,Gc=se.Style,Kc=se.Tag,Yc=se.CDATA,Xc=se.Doctype});function ve(t){return Hc(t)}function mn(t){return t.type===se.CDATA}function Tt(t){return t.type===se.Text}function Ss(t){return t.type===se.Comment}function Jc(t){return t.type===se.Root}function ke(t){return Object.prototype.hasOwnProperty.call(t,"children")}var Nu=A(()=>{hn()});var nr=A(()=>{hn();Nu();Nu()});var Qc,Zc=A(()=>{Qc=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(t=>t.charCodeAt(0)))});var el,tl=A(()=>{el=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(t=>t.charCodeAt(0)))});function Fu(t){var e;return t>=55296&&t<=57343||t>1114111?65533:(e=K1.get(t))!==null&&e!==void 0?e:t}var Ou,K1,Iu,Lu=A(()=>{K1=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Iu=(Ou=String.fromCodePoint)!==null&&Ou!==void 0?Ou:function(t){let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|t&1023),e+=String.fromCharCode(t),e}});function _u(t){return t>=Se.ZERO&&t<=Se.NINE}function X1(t){return t>=Se.UPPER_A&&t<=Se.UPPER_F||t>=Se.LOWER_A&&t<=Se.LOWER_F}function J1(t){return t>=Se.UPPER_A&&t<=Se.UPPER_Z||t>=Se.LOWER_A&&t<=Se.LOWER_Z||_u(t)}function Q1(t){return t===Se.EQUALS||J1(t)}function rl(t){let e="",r=new Ds(t,n=>e+=Iu(n));return function(s,o){let u=0,i=0;for(;(i=s.indexOf("&",i))>=0;){e+=s.slice(u,i),r.startEntity(o);let a=r.write(s,i+1);if(a<0){u=i+r.end();break}u=i+a,i=a===0?u+1:u}let c=e+s.slice(u);return e="",c}}function Z1(t,e,r,n){let s=(e&Mt.BRANCH_LENGTH)>>7,o=e&Mt.JUMP_TABLE;if(s===0)return o!==0&&n===o?r:-1;if(o){let c=n-o;return c<0||c>=s?-1:t[r+c]-1}let u=r,i=u+s-1;for(;u<=i;){let c=u+i>>>1,a=t[c];if(a<n)u=c+1;else if(a>n)i=c-1;else return t[c+s]}return-1}var Se,Y1,Mt,Ee,kt,Ds,ST,DT,Pu=A(()=>{Zc();tl();Lu();Lu();(function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"})(Se||(Se={}));Y1=32;(function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"})(Mt||(Mt={}));(function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"})(Ee||(Ee={}));(function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"})(kt||(kt={}));Ds=class{constructor(e,r,n){this.decodeTree=e,this.emitCodePoint=r,this.errors=n,this.state=Ee.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=kt.Strict}startEntity(e){this.decodeMode=e,this.state=Ee.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,r){switch(this.state){case Ee.EntityStart:return e.charCodeAt(r)===Se.NUM?(this.state=Ee.NumericStart,this.consumed+=1,this.stateNumericStart(e,r+1)):(this.state=Ee.NamedEntity,this.stateNamedEntity(e,r));case Ee.NumericStart:return this.stateNumericStart(e,r);case Ee.NumericDecimal:return this.stateNumericDecimal(e,r);case Ee.NumericHex:return this.stateNumericHex(e,r);case Ee.NamedEntity:return this.stateNamedEntity(e,r)}}stateNumericStart(e,r){return r>=e.length?-1:(e.charCodeAt(r)|Y1)===Se.LOWER_X?(this.state=Ee.NumericHex,this.consumed+=1,this.stateNumericHex(e,r+1)):(this.state=Ee.NumericDecimal,this.stateNumericDecimal(e,r))}addToNumericResult(e,r,n,s){if(r!==n){let o=n-r;this.result=this.result*Math.pow(s,o)+parseInt(e.substr(r,o),s),this.consumed+=o}}stateNumericHex(e,r){let n=r;for(;r<e.length;){let s=e.charCodeAt(r);if(_u(s)||X1(s))r+=1;else return this.addToNumericResult(e,n,r,16),this.emitNumericEntity(s,3)}return this.addToNumericResult(e,n,r,16),-1}stateNumericDecimal(e,r){let n=r;for(;r<e.length;){let s=e.charCodeAt(r);if(_u(s))r+=1;else return this.addToNumericResult(e,n,r,10),this.emitNumericEntity(s,2)}return this.addToNumericResult(e,n,r,10),-1}emitNumericEntity(e,r){var n;if(this.consumed<=r)return(n=this.errors)===null||n===void 0||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===Se.SEMI)this.consumed+=1;else if(this.decodeMode===kt.Strict)return 0;return this.emitCodePoint(Fu(this.result),this.consumed),this.errors&&(e!==Se.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,r){let{decodeTree:n}=this,s=n[this.treeIndex],o=(s&Mt.VALUE_LENGTH)>>14;for(;r<e.length;r++,this.excess++){let u=e.charCodeAt(r);if(this.treeIndex=Z1(n,s,this.treeIndex+Math.max(1,o),u),this.treeIndex<0)return this.result===0||this.decodeMode===kt.Attribute&&(o===0||Q1(u))?0:this.emitNotTerminatedNamedEntity();if(s=n[this.treeIndex],o=(s&Mt.VALUE_LENGTH)>>14,o!==0){if(u===Se.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==kt.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;let{result:r,decodeTree:n}=this,s=(n[r]&Mt.VALUE_LENGTH)>>14;return this.emitNamedEntityData(r,s,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,r,n){let{decodeTree:s}=this;return this.emitCodePoint(r===1?s[e]&~Mt.VALUE_LENGTH:s[e+1],n),r===3&&this.emitCodePoint(s[e+2],n),n}end(){var e;switch(this.state){case Ee.NamedEntity:return this.result!==0&&(this.decodeMode!==kt.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Ee.NumericDecimal:return this.emitNumericEntity(0,2);case Ee.NumericHex:return this.emitNumericEntity(0,3);case Ee.NumericStart:return(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Ee.EntityStart:return 0}}};ST=rl(Qc),DT=rl(el)});function Cs(t){for(let e=1;e<t.length;e++)t[e][0]+=t[e-1][0]+1;return t}var ex,nl=A(()=>{ex=new Map(Cs([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(Cs([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(Cs([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(Cs([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]))});function gn(t){let e="",r=0,n;for(;(n=Uu.exec(t))!==null;){let s=n.index,o=t.charCodeAt(s),u=sl.get(o);u!==void 0?(e+=t.substring(r,s)+u,r=s+1):(e+=`${t.substring(r,s)}&#x${ol(t,s).toString(16)};`,r=Uu.lastIndex+=+((o&64512)===55296))}return e+t.substr(r)}function qu(t,e){return function(n){let s,o=0,u="";for(;s=t.exec(n);)o!==s.index&&(u+=n.substring(o,s.index)),u+=e.get(s[0].charCodeAt(0)),o=s.index+1;return u+n.substring(o)}}var Uu,sl,ol,ul,vs,Ts,ks=A(()=>{Uu=/["&'<>$\x80-\uFFFF]/g,sl=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]),ol=String.prototype.codePointAt!=null?(t,e)=>t.codePointAt(e):(t,e)=>(t.charCodeAt(e)&64512)===55296?(t.charCodeAt(e)-55296)*1024+t.charCodeAt(e+1)-56320+65536:t.charCodeAt(e);ul=qu(/[&<>'"]/g,sl),vs=qu(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),Ts=qu(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))});var Mu=A(()=>{nl();ks()});var il,al,dl=A(()=>{Pu();Mu();ks();ks();Mu();Pu();(function(t){t[t.XML=0]="XML",t[t.HTML=1]="HTML"})(il||(il={}));(function(t){t[t.UTF8=0]="UTF8",t[t.ASCII=1]="ASCII",t[t.Extensive=2]="Extensive",t[t.Attribute=3]="Attribute",t[t.Text=4]="Text"})(al||(al={}))});var pl,fl,hl=A(()=>{pl=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(t=>[t.toLowerCase(),t])),fl=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(t=>[t.toLowerCase(),t]))});function nx(t){return t.replace(/"/g,""")}function sx(t,e){var r;if(!t)return;let n=((r=e.encodeEntities)!==null&&r!==void 0?r:e.decodeEntities)===!1?nx:e.xmlMode||e.encodeEntities!=="utf8"?gn:vs;return Object.keys(t).map(s=>{var o,u;let i=(o=t[s])!==null&&o!==void 0?o:"";return e.xmlMode==="foreign"&&(s=(u=fl.get(s))!==null&&u!==void 0?u:s),!e.emptyAttrs&&!e.xmlMode&&i===""?s:`${s}="${n(i)}"`}).join(" ")}function $u(t,e={}){let r="length"in t?t:[t],n="";for(let s=0;s<r.length;s++)n+=ox(r[s],e);return n}function ox(t,e){switch(t.type){case jc:return $u(t.children,e);case Xc:case Wc:return cx(t);case Vc:return px(t);case Yc:return dx(t);case zc:case Gc:case Kc:return ax(t,e);case $c:return lx(t,e)}}function ax(t,e){var r;e.xmlMode==="foreign"&&(t.name=(r=pl.get(t.name))!==null&&r!==void 0?r:t.name,t.parent&&ux.has(t.parent.name)&&(e={...e,xmlMode:!1})),!e.xmlMode&&ix.has(t.name)&&(e={...e,xmlMode:"foreign"});let n=`<${t.name}`,s=sx(t.attribs,e);return s&&(n+=` ${s}`),t.children.length===0&&(e.xmlMode?e.selfClosingTags!==!1:e.selfClosingTags&&ml.has(t.name))?(e.xmlMode||(n+=" "),n+="/>"):(n+=">",t.children.length>0&&(n+=$u(t.children,e)),(e.xmlMode||!ml.has(t.name))&&(n+=`</${t.name}>`)),n}function cx(t){return`<${t.data}>`}function lx(t,e){var r;let n=t.data||"";return((r=e.encodeEntities)!==null&&r!==void 0?r:e.decodeEntities)!==!1&&!(!e.xmlMode&&t.parent&&rx.has(t.parent.name))&&(n=e.xmlMode||e.encodeEntities!=="utf8"?gn(n):Ts(n)),n}function dx(t){return`<![CDATA[${t.children[0].data}]]>`}function px(t){return`<!--${t.data}-->`}var rx,ml,gl,ux,ix,xl=A(()=>{hn();dl();hl();rx=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);ml=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);gl=$u;ux=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),ix=new Set(["svg","math"])});function bl(t,e){return gl(t,e)}function fx(t,e){return ke(t)?t.children.map(r=>bl(r,e)).join(""):""}function Rs(t){return Array.isArray(t)?t.map(Rs).join(""):ve(t)?t.name==="br"?`
|
|
38
|
-
`:Rs(t.children):mn(t)?Rs(t.children):Tt(t)?t.data:""}function xn(t){return Array.isArray(t)?t.map(xn).join(""):ke(t)&&!Ss(t)?xn(t.children):Tt(t)?t.data:""}function Wu(t){return Array.isArray(t)?t.map(Wu).join(""):ke(t)&&(t.type===se.Tag||mn(t))?Wu(t.children):Tt(t)?t.data:""}var Vu=A(()=>{nr();xl();hn()});function yl(t){return ke(t)?t.children:[]}function wl(t){return t.parent||null}function hx(t){let e=wl(t);if(e!=null)return yl(e);let r=[t],{prev:n,next:s}=t;for(;n!=null;)r.unshift(n),{prev:n}=n;for(;s!=null;)r.push(s),{next:s}=s;return r}function mx(t,e){var r;return(r=t.attribs)===null||r===void 0?void 0:r[e]}function gx(t,e){return t.attribs!=null&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&t.attribs[e]!=null}function xx(t){return t.name}function bx(t){let{next:e}=t;for(;e!==null&&!ve(e);)({next:e}=e);return e}function yx(t){let{prev:e}=t;for(;e!==null&&!ve(e);)({prev:e}=e);return e}var Al=A(()=>{nr()});function bn(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){let e=t.parent.children,r=e.lastIndexOf(t);r>=0&&e.splice(r,1)}t.next=null,t.prev=null,t.parent=null}function wx(t,e){let r=e.prev=t.prev;r&&(r.next=e);let n=e.next=t.next;n&&(n.prev=e);let s=e.parent=t.parent;if(s){let o=s.children;o[o.lastIndexOf(t)]=e,t.parent=null}}function Ax(t,e){if(bn(e),e.next=null,e.parent=t,t.children.push(e)>1){let r=t.children[t.children.length-2];r.next=e,e.prev=r}else e.prev=null}function Ex(t,e){bn(e);let{parent:r}=t,n=t.next;if(e.next=n,e.prev=t,t.next=e,e.parent=r,n){if(n.prev=e,r){let s=r.children;s.splice(s.lastIndexOf(n),0,e)}}else r&&r.children.push(e)}function Sx(t,e){if(bn(e),e.parent=t,e.prev=null,t.children.unshift(e)!==1){let r=t.children[1];r.prev=e,e.next=r}else e.next=null}function Dx(t,e){bn(e);let{parent:r}=t;if(r){let n=r.children;n.splice(n.indexOf(t),0,e)}t.prev&&(t.prev.next=e),e.parent=r,e.prev=t.prev,e.next=t,t.prev=e}var El=A(()=>{});function Rr(t,e,r=!0,n=1/0){return Sl(t,Array.isArray(e)?e:[e],r,n)}function Sl(t,e,r,n){let s=[],o=[Array.isArray(e)?e:[e]],u=[0];for(;;){if(u[0]>=o[0].length){if(u.length===1)return s;o.shift(),u.shift();continue}let i=o[0][u[0]++];if(t(i)&&(s.push(i),--n<=0))return s;r&&ke(i)&&i.children.length>0&&(u.unshift(0),o.unshift(i.children))}}function Cx(t,e){return e.find(t)}function Bs(t,e,r=!0){let n=Array.isArray(e)?e:[e];for(let s=0;s<n.length;s++){let o=n[s];if(ve(o)&&t(o))return o;if(r&&ke(o)&&o.children.length>0){let u=Bs(t,o.children,!0);if(u)return u}}return null}function Dl(t,e){return(Array.isArray(e)?e:[e]).some(r=>ve(r)&&t(r)||ke(r)&&Dl(t,r.children))}function vx(t,e){let r=[],n=[Array.isArray(e)?e:[e]],s=[0];for(;;){if(s[0]>=n[0].length){if(n.length===1)return r;n.shift(),s.shift();continue}let o=n[0][s[0]++];ve(o)&&t(o)&&r.push(o),ke(o)&&o.children.length>0&&(s.unshift(0),n.unshift(o.children))}}var zu=A(()=>{nr()});function Gu(t,e){return typeof e=="function"?r=>ve(r)&&e(r.attribs[t]):r=>ve(r)&&r.attribs[t]===e}function Tx(t,e){return r=>t(r)||e(r)}function Cl(t){let e=Object.keys(t).map(r=>{let n=t[r];return Object.prototype.hasOwnProperty.call(Ns,r)?Ns[r](n):Gu(r,n)});return e.length===0?null:e.reduce(Tx)}function kx(t,e){let r=Cl(t);return r?r(e):!0}function Rx(t,e,r,n=1/0){let s=Cl(t);return s?Rr(s,e,r,n):[]}function Bx(t,e,r=!0){return Array.isArray(e)||(e=[e]),Bs(Gu("id",t),e,r)}function sr(t,e,r=!0,n=1/0){return Rr(Ns.tag_name(t),e,r,n)}function Nx(t,e,r=!0,n=1/0){return Rr(Gu("class",t),e,r,n)}function Ox(t,e,r=!0,n=1/0){return Rr(Ns.tag_type(t),e,r,n)}var Ns,Ku=A(()=>{nr();zu();Ns={tag_name(t){return typeof t=="function"?e=>ve(e)&&t(e.name):t==="*"?ve:e=>ve(e)&&e.name===t},tag_type(t){return typeof t=="function"?e=>t(e.type):e=>e.type===t},tag_contains(t){return typeof t=="function"?e=>Tt(e)&&t(e.data):e=>Tt(e)&&e.data===t}}});function Ix(t){let e=t.length;for(;--e>=0;){let r=t[e];if(e>0&&t.lastIndexOf(r,e-1)>=0){t.splice(e,1);continue}for(let n=r.parent;n;n=n.parent)if(t.includes(n)){t.splice(e,1);break}}return t}function vl(t,e){let r=[],n=[];if(t===e)return 0;let s=ke(t)?t:t.parent;for(;s;)r.unshift(s),s=s.parent;for(s=ke(e)?e:e.parent;s;)n.unshift(s),s=s.parent;let o=Math.min(r.length,n.length),u=0;for(;u<o&&r[u]===n[u];)u++;if(u===0)return tt.DISCONNECTED;let i=r[u-1],c=i.children,a=r[u],l=n[u];return c.indexOf(a)>c.indexOf(l)?i===e?tt.FOLLOWING|tt.CONTAINED_BY:tt.FOLLOWING:i===t?tt.PRECEDING|tt.CONTAINS:tt.PRECEDING}function Fx(t){return t=t.filter((e,r,n)=>!n.includes(e,r+1)),t.sort((e,r)=>{let n=vl(e,r);return n&tt.PRECEDING?-1:n&tt.FOLLOWING?1:0}),t}var tt,Tl=A(()=>{nr();(function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"})(tt||(tt={}))});function Lx(t){let e=Os(Mx,t);return e?e.name==="feed"?_x(e):Px(e):null}function _x(t){var e;let r=t.children,n={type:"atom",items:sr("entry",r).map(u=>{var i;let{children:c}=u,a={media:kl(c)};We(a,"id","id",c),We(a,"title","title",c);let l=(i=Os("link",c))===null||i===void 0?void 0:i.attribs.href;l&&(a.link=l);let d=Ht("summary",c)||Ht("content",c);d&&(a.description=d);let p=Ht("updated",c);return p&&(a.pubDate=new Date(p)),a})};We(n,"id","id",r),We(n,"title","title",r);let s=(e=Os("link",r))===null||e===void 0?void 0:e.attribs.href;s&&(n.link=s),We(n,"description","subtitle",r);let o=Ht("updated",r);return o&&(n.updated=new Date(o)),We(n,"author","email",r,!0),n}function Px(t){var e,r;let n=(r=(e=Os("channel",t.children))===null||e===void 0?void 0:e.children)!==null&&r!==void 0?r:[],s={type:t.name.substr(0,3),id:"",items:sr("item",t.children).map(u=>{let{children:i}=u,c={media:kl(i)};We(c,"id","guid",i),We(c,"title","title",i),We(c,"link","link",i),We(c,"description","description",i);let a=Ht("pubDate",i)||Ht("dc:date",i);return a&&(c.pubDate=new Date(a)),c})};We(s,"title","title",n),We(s,"link","link",n),We(s,"description","description",n);let o=Ht("lastBuildDate",n);return o&&(s.updated=new Date(o)),We(s,"author","managingEditor",n,!0),s}function kl(t){return sr("media:content",t).map(e=>{let{attribs:r}=e,n={medium:r.medium,isDefault:!!r.isDefault};for(let s of Ux)r[s]&&(n[s]=r[s]);for(let s of qx)r[s]&&(n[s]=parseInt(r[s],10));return r.expression&&(n.expression=r.expression),n})}function Os(t,e){return sr(t,e,!0,1)[0]}function Ht(t,e,r=!1){return xn(sr(t,e,r,1)).trim()}function We(t,e,r,n,s=!1){let o=Ht(r,n,s);o&&(t[e]=o)}function Mx(t){return t==="rss"||t==="feed"||t==="rdf:RDF"}var Ux,qx,Rl=A(()=>{Vu();Ku();Ux=["url","type","lang"],qx=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"]});var Is={};we(Is,{DocumentPosition:()=>tt,append:()=>Ex,appendChild:()=>Ax,compareDocumentPosition:()=>vl,existsOne:()=>Dl,filter:()=>Rr,find:()=>Sl,findAll:()=>vx,findOne:()=>Bs,findOneChild:()=>Cx,getAttributeValue:()=>mx,getChildren:()=>yl,getElementById:()=>Bx,getElements:()=>Rx,getElementsByClassName:()=>Nx,getElementsByTagName:()=>sr,getElementsByTagType:()=>Ox,getFeed:()=>Lx,getInnerHTML:()=>fx,getName:()=>xx,getOuterHTML:()=>bl,getParent:()=>wl,getSiblings:()=>hx,getText:()=>Rs,hasAttrib:()=>gx,hasChildren:()=>ke,innerText:()=>Wu,isCDATA:()=>mn,isComment:()=>Ss,isDocument:()=>Jc,isTag:()=>ve,isText:()=>Tt,nextElementSibling:()=>bx,prepend:()=>Dx,prependChild:()=>Sx,prevElementSibling:()=>yx,removeElement:()=>bn,removeSubsets:()=>Ix,replaceElement:()=>wx,testElement:()=>kx,textContent:()=>xn,uniqueSort:()=>Fx});var Bl=A(()=>{Vu();Al();El();zu();Ku();Tl();Rl();nr()});function Nl(t){return t.replace(Hx,"\\$&")}function or(t,e){return typeof t.ignoreCase=="boolean"?t.ignoreCase:t.ignoreCase==="quirks"?!!e.quirksMode:!e.xmlMode&&jx.has(t.name)}var yn,Hx,jx,Ol,Il=A(()=>{yn=st(rr(),1),Hx=/[-[\]{}()*+?.,\\^$|#\s]/g;jx=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);Ol={equals(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e;return or(e,r)?(o=o.toLowerCase(),u=>{let i=n.getAttributeValue(u,s);return i!=null&&i.length===o.length&&i.toLowerCase()===o&&t(u)}):u=>n.getAttributeValue(u,s)===o&&t(u)},hyphen(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e,u=o.length;return or(e,r)?(o=o.toLowerCase(),function(c){let a=n.getAttributeValue(c,s);return a!=null&&(a.length===u||a.charAt(u)==="-")&&a.substr(0,u).toLowerCase()===o&&t(c)}):function(c){let a=n.getAttributeValue(c,s);return a!=null&&(a.length===u||a.charAt(u)==="-")&&a.substr(0,u)===o&&t(c)}},element(t,e,r){let{adapter:n}=r,{name:s,value:o}=e;if(/\s/.test(o))return yn.falseFunc;let u=new RegExp(`(?:^|\\s)${Nl(o)}(?:$|\\s)`,or(e,r)?"i":"");return function(c){let a=n.getAttributeValue(c,s);return a!=null&&a.length>=o.length&&u.test(a)&&t(c)}},exists(t,{name:e},{adapter:r}){return n=>r.hasAttrib(n,e)&&t(n)},start(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e,u=o.length;return u===0?yn.falseFunc:or(e,r)?(o=o.toLowerCase(),i=>{let c=n.getAttributeValue(i,s);return c!=null&&c.length>=u&&c.substr(0,u).toLowerCase()===o&&t(i)}):i=>{var c;return!!((c=n.getAttributeValue(i,s))!=null&&c.startsWith(o))&&t(i)}},end(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e,u=-o.length;return u===0?yn.falseFunc:or(e,r)?(o=o.toLowerCase(),i=>{var c;return((c=n.getAttributeValue(i,s))==null?void 0:c.substr(u).toLowerCase())===o&&t(i)}):i=>{var c;return!!((c=n.getAttributeValue(i,s))!=null&&c.endsWith(o))&&t(i)}},any(t,e,r){let{adapter:n}=r,{name:s,value:o}=e;if(o==="")return yn.falseFunc;if(or(e,r)){let u=new RegExp(Nl(o),"i");return function(c){let a=n.getAttributeValue(c,s);return a!=null&&a.length>=o.length&&u.test(a)&&t(c)}}return u=>{var i;return!!((i=n.getAttributeValue(u,s))!=null&&i.includes(o))&&t(u)}},not(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e;return o===""?u=>!!n.getAttributeValue(u,s)&&t(u):or(e,r)?(o=o.toLowerCase(),u=>{let i=n.getAttributeValue(u,s);return(i==null||i.length!==o.length||i.toLowerCase()!==o)&&t(u)}):u=>n.getAttributeValue(u,s)!==o&&t(u)}}});function Fl(t,e,r){let{adapter:n,xmlMode:s=!1}=r,o=[],u=[e],i=[0];for(;;){if(i[0]>=u[0].length){if(u.length===1)return o;u.shift(),i.shift();continue}let c=u[0][i[0]++];if(n.isTag(c)&&(t(c)&&o.push(c),s||n.getName(c)!=="template")){let a=n.getChildren(c);a.length>0&&(u.unshift(a),i.unshift(0))}}}function Br(t,e,r){let{adapter:n,xmlMode:s=!1}=r,o=[e],u=[0];for(;;){if(u[0]>=o[0].length){if(o.length===1)return null;o.shift(),u.shift();continue}let i=o[0][u[0]++];if(n.isTag(i)){if(t(i))return i;if(s||n.getName(i)!=="template"){let c=n.getChildren(i);c.length>0&&(o.unshift(c),u.unshift(0))}}}}function Fs(t,e){let r=e.getSiblings(t);if(r.length<=1)return[];let n=r.indexOf(t);return n<0||n===r.length-1?[]:r.slice(n+1).filter(e.isTag)}function Fe(t,e){let r=e.getParent(t);return r!=null&&e.isTag(r)?r:null}var ur=A(()=>{});var Ll,Yu,_l=A(()=>{Ll="input:is([type=text i],[type=search i],[type=url i],[type=tel i],[type=email i],[type=password i],[type=date i],[type=month i],[type=week i],[type=time i],[type=datetime-local i],[type=number i])",Yu={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
|
|
37
|
+
`;break;case"event":s.event=d;break;case"id":s.id=d;break;case"retry":let p=parseInt(d,10);isNaN(p)||(s.retry=p);break}}}n.trim()}finally{e.releaseLock()}}var uu=A(()=>{"use strict";ie()});function ic(t){let e={hit:!1},r=t.get("cf-cache-status");r&&(e.provider="cloudflare",e.status=r.toUpperCase(),e.hit=r.toUpperCase()==="HIT");let n=t.get("x-cache");if(n){let a=n.toUpperCase();e.hit=a.includes("HIT"),a.includes("FASTLY")?e.provider="fastly":a.includes("VARNISH")&&(e.provider="varnish"),a.includes("HIT")?e.status="HIT":a.includes("MISS")?e.status="MISS":a.includes("EXPIRED")?e.status="EXPIRED":a.includes("STALE")&&(e.status="STALE")}let s=t.get("x-akamai-cache-status");s&&(e.provider="akamai",e.hit=s.toUpperCase().includes("HIT"));let o=t.get("x-cache");t.get("x-amz-cf-id")&&(e.provider="cloudfront");let i=t.get("cache-control");if(i){let a=i.match(/max-age=(\d+)/);a&&(e.maxAge=parseInt(a[1],10))}let c=t.get("age");return c&&(e.age=parseInt(c,10)),e}function ac(t){let e={metadata:{}};for(let r of Ex)if(r.detect(t)){e.provider=r.name,e.category=r.category;let n=r.extract(t);n.region&&(e.region=n.region),n.server&&(e.server=n.server),n.metadata&&Object.assign(e.metadata,n.metadata);break}if(!e.provider){let r=t.get("server");if(r){e.server=r;let n=r.toLowerCase();n.includes("cloudflare")?(e.provider="cloudflare",e.category="cdn"):n.includes("cloudfront")?(e.provider="aws-cloudfront",e.category="cloud"):n.includes("fastly")?(e.provider="fastly",e.category="cdn"):n.includes("akamai")?(e.provider="akamai",e.category="cdn"):n.includes("nginx")?(e.provider="nginx",e.category="server"):n.includes("apache")?(e.provider="apache",e.category="server"):n.includes("varnish")?(e.provider="varnish",e.category="proxy"):(e.provider="unknown",e.category="unknown")}}if(!e.provider){let r=t.get("via");if(r){let n=r.toLowerCase();n.includes("cloudflare")?(e.provider="cloudflare",e.category="cdn"):n.includes("akamai")?(e.provider="akamai",e.category="cdn"):n.includes("varnish")?(e.provider="varnish",e.category="proxy"):n.includes("squid")&&(e.provider="squid",e.category="proxy")}}return Object.keys(e.metadata||{}).length===0&&delete e.metadata,e}function cc(t,e){let r={limited:e===429},n=t.get("x-ratelimit-limit")||t.get("ratelimit-limit"),s=t.get("x-ratelimit-remaining")||t.get("ratelimit-remaining"),o=t.get("x-ratelimit-reset")||t.get("ratelimit-reset");if(n&&(r.limit=parseInt(n,10)),s&&(r.remaining=parseInt(s,10)),o){let c=parseInt(o,10);c>1e9?r.reset=new Date(c*1e3):r.reset=new Date(Date.now()+c*1e3)}let u=t.get("retry-after");if(u){let c=parseInt(u,10);if(!isNaN(c))r.retryAfter=c;else{let a=new Date(u);isNaN(a.getTime())||(r.retryAfter=Math.ceil((a.getTime()-Date.now())/1e3))}}let i=t.get("ratelimit-policy");return i&&(r.policy=i),r.remaining!==void 0&&r.remaining===0&&(r.limited=!0),r}function lc(t){let e={},r=t.get("content-encoding");r&&(e.encoding=r.toLowerCase());let n=t.get("x-original-size")||t.get("x-uncompressed-size");n&&(e.originalSize=parseInt(n,10));let s=t.get("content-length");return s&&(e.compressedSize=parseInt(s,10)),e.originalSize&&e.compressedSize&&(e.ratio=e.originalSize/e.compressedSize),e}function dc(t){let e={directives:{},reportOnly:!1},r=t.get("content-security-policy");if(r||(r=t.get("content-security-policy-report-only"),r&&(e.reportOnly=!0)),r){e.policy=r;let n=r.split(";").map(s=>s.trim()).filter(Boolean);for(let s of n){let[o,...u]=s.split(/\s+/);o&&(e.directives[o]=u)}}return e}function pc(t){let e={},r=t.get("content-type");if(!r)return e;let n=r.split(";").map(s=>s.trim());if(n[0]){e.mediaType=n[0];let[s,o]=n[0].split("/");s&&(e.type=s),o&&(e.subtype=o)}for(let s=1;s<n.length;s++){let o=n[s],[u,i]=o.split("=").map(c=>c.trim());u==="charset"&&i?e.charset=i.replace(/['"]/g,""):u==="boundary"&&i&&(e.boundary=i.replace(/['"]/g,""))}return e}function fc(t){let e={types:[],encodings:[],languages:[]},r=t.get("accept");if(r){let o=r.split(",").map(u=>u.trim());for(let u of o){let[i,...c]=u.split(";").map(p=>p.trim()),a=1;for(let p of c)p.startsWith("q=")&&(a=parseFloat(p.substring(2))||1);let[l,d]=i.split("/");e.types.push({mediaType:i,q:a,type:l||void 0,subtype:d||void 0})}e.types.sort((u,i)=>i.q-u.q)}let n=t.get("accept-encoding");if(n){let o=n.split(",").map(u=>u.trim());for(let u of o){let[i,...c]=u.split(";").map(l=>l.trim()),a=1;for(let l of c)l.startsWith("q=")&&(a=parseFloat(l.substring(2))||1);e.encodings.push({encoding:i,q:a})}e.encodings.sort((u,i)=>i.q-u.q)}let s=t.get("accept-language");if(s){let o=s.split(",").map(u=>u.trim());for(let u of o){let[i,...c]=u.split(";").map(l=>l.trim()),a=1;for(let l of c)l.startsWith("q=")&&(a=parseFloat(l.substring(2))||1);e.languages.push({language:i,q:a})}e.languages.sort((u,i)=>i.q-u.q)}return e}function hc(t){let e={methods:[]},r=t.get("www-authenticate");if(r){r.toLowerCase().includes("basic")&&e.methods.push("Basic"),r.toLowerCase().includes("bearer")&&e.methods.push("Bearer"),r.toLowerCase().includes("digest")&&e.methods.push("Digest"),r.toLowerCase().includes("negotiate")&&e.methods.push("Negotiate"),r.toLowerCase().includes("aws4-hmac-sha256")&&e.methods.push("AWS4");let s=r.match(/realm="([^"]+)"/);s&&(e.realm=s[1]);let o=r.match(/error="([^"]+)"/);o&&(e.error=o[1]);let u=r.match(/error_description="([^"]+)"/);u&&(e.errorDescription=u[1])}let n=t.get("x-auth-error")||t.get("x-authentication-error");return n&&(e.error||(e.error=n)),e}function mc(t){let e=t.get("date");if(!e)return{};let r=new Date(e);if(isNaN(r.getTime()))return{};let n=r.getTime()-Date.now();return{serverTime:r,skewMs:n}}function vt(t,e){return{cache:ic(t),platform:ac(t),rateLimit:cc(t,e),compression:lc(t),csp:dc(t),contentType:pc(t),accept:fc(t),auth:hc(t),clockSkew:mc(t)}}var Ex,ps=A(()=>{"use strict";Ex=[{name:"cloudflare",category:"cdn",headers:["cf-ray","cf-cache-status"],detect:t=>t.get("cf-ray")!==null,extract:t=>{let e=t.get("cf-ray"),r={};if(e){r.ray=e;let n=e.split("-");if(n.length>1)return{region:n[1],metadata:r}}return{metadata:r}}},{name:"fastly",category:"cdn",headers:["fastly-debug-digest","x-served-by"],detect:t=>{let e=t.get("x-served-by");return(e==null?void 0:e.includes("cache-"))||t.get("fastly-debug-digest")!==null},extract:t=>({server:t.get("x-served-by")||void 0,metadata:{digest:t.get("fastly-debug-digest")}})},{name:"akamai",category:"cdn",headers:["x-akamai-request-id","x-akamai-cache-status"],detect:t=>t.get("x-akamai-request-id")!==null,extract:t=>({metadata:{requestId:t.get("x-akamai-request-id"),cacheId:t.get("x-akamai-cache-status")}})},{name:"aws-cloudfront",category:"cloud",headers:["x-amz-cf-id","x-amz-cf-pop"],detect:t=>t.get("x-amz-cf-id")!==null,extract:t=>({region:t.get("x-amz-cf-pop")||void 0,metadata:{requestId:t.get("x-amz-cf-id"),pop:t.get("x-amz-cf-pop")}})},{name:"gcp",category:"cloud",headers:["x-cloud-trace-context","x-goog-request-id"],detect:t=>t.get("x-cloud-trace-context")!==null||t.get("x-goog-request-id")!==null,extract:t=>{let e=t.get("x-cloud-trace-context");return{metadata:{traceId:e?e.split("/")[0]:void 0,requestId:t.get("x-goog-request-id")}}}},{name:"azure",category:"cloud",headers:["x-ms-request-id","x-azure-ref"],detect:t=>t.get("x-ms-request-id")!==null,extract:t=>({metadata:{requestId:t.get("x-ms-request-id"),ref:t.get("x-azure-ref")}})},{name:"oracle-cloud",category:"cloud",headers:["x-oracle-dms-rid","x-oracle-dms-ecid"],detect:t=>t.get("x-oracle-dms-rid")!==null,extract:t=>({metadata:{requestId:t.get("x-oracle-dms-rid"),ecid:t.get("x-oracle-dms-ecid")}})},{name:"alibaba-cloud",category:"cloud",headers:["ali-swift-global-savetime","eagleeye-traceid"],detect:t=>t.get("eagleeye-traceid")!==null,extract:t=>({metadata:{traceId:t.get("eagleeye-traceid")}})},{name:"vercel",category:"hosting",headers:["x-vercel-id","x-vercel-cache"],detect:t=>t.get("x-vercel-id")!==null,extract:t=>({metadata:{requestId:t.get("x-vercel-id"),cache:t.get("x-vercel-cache")}})},{name:"netlify",category:"hosting",headers:["x-nf-request-id","x-nf-trace-id"],detect:t=>t.get("x-nf-request-id")!==null,extract:t=>({metadata:{requestId:t.get("x-nf-request-id"),traceId:t.get("x-nf-trace-id")}})},{name:"render",category:"hosting",headers:["x-render-origin-server"],detect:t=>t.get("x-render-origin-server")!==null,extract:t=>({metadata:{origin:t.get("x-render-origin-server")}})},{name:"datadome",category:"security",headers:["x-datadome","x-datadome-cid"],detect:t=>t.get("x-datadome")!==null||t.get("x-datadome-cid")!==null,extract:t=>({metadata:{cid:t.get("x-datadome-cid")}})},{name:"incapsula",category:"security",headers:["x-iinfo","x-cdn"],detect:t=>t.get("x-iinfo")!==null||(t.get("x-cdn")||"").includes("Incapsula"),extract:t=>({metadata:{iinfo:t.get("x-iinfo")}})},{name:"imperva",category:"security",headers:["x-imperva-uuid"],detect:t=>t.get("x-imperva-uuid")!==null,extract:t=>({metadata:{uuid:t.get("x-imperva-uuid")}})},{name:"aws-waf",category:"security",headers:["x-amzn-waf-action"],detect:t=>t.get("server")==="awselb/2.0",extract:t=>({})},{name:"envoy",category:"proxy",headers:["x-envoy-upstream-service-time"],detect:t=>t.get("x-envoy-upstream-service-time")!==null||t.get("server")==="envoy",extract:t=>({})},{name:"traefik",category:"proxy",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("traefik"),extract:t=>({})},{name:"caddy",category:"server",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("caddy"),extract:t=>({})},{name:"haproxy",category:"proxy",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("haproxy"),extract:t=>({})},{name:"iis",category:"server",headers:["x-powered-by"],detect:t=>(t.get("server")||"").toLowerCase().includes("iis"),extract:t=>({})},{name:"kestrel",category:"server",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("kestrel"),extract:t=>({})},{name:"express",category:"framework",headers:["x-powered-by"],detect:t=>(t.get("x-powered-by")||"").toLowerCase().includes("express"),extract:t=>({})},{name:"rails",category:"framework",headers:["x-runtime","x-request-id"],detect:t=>t.get("x-runtime")!==null&&!(t.get("x-powered-by")||"").includes("Express"),extract:t=>({metadata:{runtime:t.get("x-runtime")}})},{name:"django",category:"framework",headers:[],detect:t=>(t.get("server")||"").toLowerCase().includes("wsgi"),extract:t=>({})},{name:"aspnet",category:"framework",headers:["x-aspnet-version","x-powered-by"],detect:t=>t.get("x-aspnet-version")!==null||(t.get("x-powered-by")||"").includes("ASP.NET"),extract:t=>({metadata:{version:t.get("x-aspnet-version")}})},{name:"php",category:"framework",headers:["x-powered-by"],detect:t=>(t.get("x-powered-by")||"").toLowerCase().includes("php"),extract:t=>({metadata:{version:t.get("x-powered-by")}})}]});function gc(t){if(!t||typeof t!="string")return{all:[]};let e=[],r={all:e},n=Sx(t);for(let s of n){let o=Dx(s.trim());if(o&&(e.push(o),o.rel)){let u=o.rel.split(/\s+/);for(let i of u){let c=r[i];c?Array.isArray(c)?c.push(o):r[i]=[c,o]:r[i]=o}}}return r}function Sx(t){let e=[],r="",n=!1,s=!1;for(let o=0;o<t.length;o++){let u=t[o],i=o>0?t[o-1]:"";if(u==="<"&&!s)n=!0;else if(u===">"&&!s)n=!1;else if(u==='"'&&i!=="\\")s=!s;else if(u===","&&!n&&!s){e.push(r.trim()),r="";continue}r+=u}return r.trim()&&e.push(r.trim()),e}function Dx(t){let e=t.match(/^<([^>]+)>/);if(!e)return null;let n={uri:e[1]},s=t.slice(e[0].length),o=Cx(s);for(let[u,i]of Object.entries(o))n[u]=i;return n}function Cx(t){let e={},r=t.split(/;/).filter(n=>n.trim());for(let n of r){let s=n.indexOf("=");if(s===-1)continue;let o=n.slice(0,s).trim(),u=n.slice(s+1).trim();(u.startsWith('"')&&u.endsWith('"')||u.startsWith("'")&&u.endsWith("'"))&&(u=u.slice(1,-1)),u=u.replace(/\\(.)/g,"$1"),e[o]=u}return e}function an(t){let e=t.get("Link");return e?new fs(e):null}var Ue,fs,hs=A(()=>{"use strict";Ue={NEXT:"next",PREV:"prev",PREVIOUS:"previous",FIRST:"first",LAST:"last",ALTERNATE:"alternate",CANONICAL:"canonical",AUTHOR:"author",LICENSE:"license",STYLESHEET:"stylesheet",ICON:"icon",PRELOAD:"preload",PREFETCH:"prefetch",PRECONNECT:"preconnect",DNS_PREFETCH:"dns-prefetch",PRERENDER:"prerender",SELF:"self",EDIT:"edit",COLLECTION:"collection",ITEM:"item",HELP:"help",DESCRIBEDBY:"describedby",UP:"up",RELATED:"related",REPLIES:"replies",VIA:"via"},fs=class{links;constructor(e){this.links=gc(e)}getAll(){return this.links.all}getRel(e){return this.links[e]}getFirst(e){let r=this.links[e];if(r)return Array.isArray(r)?r[0]:r}has(e){return e in this.links}getPagination(){var e,r,n,s,o;return{next:(e=this.getFirst(Ue.NEXT))==null?void 0:e.uri,prev:((r=this.getFirst(Ue.PREV))==null?void 0:r.uri)||((n=this.getFirst(Ue.PREVIOUS))==null?void 0:n.uri),first:(s=this.getFirst(Ue.FIRST))==null?void 0:s.uri,last:(o=this.getFirst(Ue.LAST))==null?void 0:o.uri}}hasNext(){return this.has(Ue.NEXT)}hasPrev(){return this.has(Ue.PREV)||this.has(Ue.PREVIOUS)}getCanonical(){var e;return(e=this.getFirst(Ue.CANONICAL))==null?void 0:e.uri}getAlternates(){let e=this.getRel(Ue.ALTERNATE);return e?Array.isArray(e)?e:[e]:[]}getResourceHints(){let e=r=>{let n=this.getRel(r);return n?Array.isArray(n)?n:[n]:[]};return{preload:e(Ue.PRELOAD),prefetch:e(Ue.PREFETCH),preconnect:e(Ue.PRECONNECT),dnsPrefetch:e(Ue.DNS_PREFETCH)}}toJSON(){return this.links}}});var iu,Zv,eT,xc,tT,au=A(()=>{iu={},Zv=globalThis.URL,eT=globalThis.URLSearchParams,xc=t=>t,tT=globalThis.performance});var cn,bc,nT,sT,oT,ms=A(()=>{cn={},bc=()=>"/",nT=globalThis.URL,sT=globalThis.URLSearchParams,oT=globalThis.performance});var cu,iT,aT,cT,yc=A(()=>{cu={},iT=globalThis.URL,aT=globalThis.URLSearchParams,cT=globalThis.performance});function Tx(){let t=["/sys/fs/cgroup/memory.max","/sys/fs/cgroup/memory/memory.limit_in_bytes"];for(let e of t)try{if(Xn.existsSync(e)){let r=Xn.readFileSync(e,"utf8").trim();if(!r||r==="max")continue;let n=Number.parseInt(r,10);if(Number.isFinite(n)&&n>0)return n}}catch{}return null}function lu(){let t=Tx();return t&&Number.isFinite(t)&&t>0?t:cn.totalmem()}function Ac(t={}){let{maxMemoryBytes:e,maxMemoryPercent:r,safetyPercent:n}=t,s=cu.getHeapStatistics(),o=(s==null?void 0:s.heap_size_limit)??0,u=lu(),i=0,c=!1;if(typeof e=="number"&&e>0)i=e;else if(typeof r=="number"&&r>0){let p=Math.max(0,Math.min(r,1));i=Math.floor(u*p),c=!0}let a=typeof n=="number"&&n>0&&n<=1?n:wc,l=Math.floor(u*a);if((i===0||l<i)&&(i=l,c=c||(r??0)>0),o>0){let p=Math.floor(o*vx);(i===0||p<i)&&(i=p,c=c||(r??0)>0)}(!Number.isFinite(i)||i<=0)&&(i=Math.floor(u*wc),c=!0);let d=u>0?i/u:null;return{maxMemoryBytes:i,derivedFromPercent:c,effectiveTotal:u,heapLimit:o,inferredPercent:d}}function pt(t){if(t===0)return"0 B";let e=1024,r=["B","KB","MB","GB","TB"],n=Math.floor(Math.log(t)/Math.log(e));return`${(t/Math.pow(e,n)).toFixed(2)} ${r[n]}`}function gs(){let t=cu.getHeapStatistics(),{heapUsed:e}=process.memoryUsage(),r=(t==null?void 0:t.heap_size_limit)??0,n=r>0?e/r:0;return{heapUsed:e,heapLimit:r,heapRatio:n}}var wc,vx,Ec=A(()=>{"use strict";Jt();ms();yc();wc=.5,vx=.6});var pu={};we(pu,{MemoryStorage:()=>du});var du,fu=A(()=>{"use strict";ie();au();ms();Ec();du=class{storage=new Map;meta=new Map;maxSize;maxMemoryBytes;maxMemoryPercent;defaultTtl;evictionPolicy;compressionEnabled;compressionThreshold;enableStats;heapUsageThreshold;onEvict;onPressure;currentMemoryBytes=0;evictedDueToMemory=0;memoryPressureEvents=0;accessCounter=0;monitorHandle=null;cleanupHandle=null;stats={hits:0,misses:0,sets:0,deletes:0,evictions:0};compressionStats={totalCompressed:0,totalOriginalSize:0,totalCompressedSize:0};constructor(e={}){if(e.maxMemoryBytes&&e.maxMemoryBytes>0&&e.maxMemoryPercent&&e.maxMemoryPercent>0)throw new et("[MemoryStorage] Cannot use both maxMemoryBytes and maxMemoryPercent",{configKey:"maxMemoryBytes|maxMemoryPercent"});if(e.maxMemoryPercent!==void 0&&(e.maxMemoryPercent<0||e.maxMemoryPercent>1))throw new et("[MemoryStorage] maxMemoryPercent must be between 0 and 1",{configKey:"maxMemoryPercent"});if(this.maxSize=e.maxSize??1e3,this.defaultTtl=e.ttl??3e5,this.evictionPolicy=e.evictionPolicy??"lru",this.enableStats=e.enableStats??!1,this.heapUsageThreshold=e.heapUsageThreshold??.6,e.maxMemoryBytes&&e.maxMemoryBytes>0)this.maxMemoryBytes=e.maxMemoryBytes,this.maxMemoryPercent=0;else if(e.maxMemoryPercent&&e.maxMemoryPercent>0){let s=lu();this.maxMemoryBytes=Math.floor(s*e.maxMemoryPercent),this.maxMemoryPercent=e.maxMemoryPercent}else{let s=Ac({});this.maxMemoryBytes=s.maxMemoryBytes,this.maxMemoryPercent=s.inferredPercent??0}e.compression===!0?(this.compressionEnabled=!0,this.compressionThreshold=1024):typeof e.compression=="object"&&e.compression.enabled?(this.compressionEnabled=!0,this.compressionThreshold=e.compression.threshold??1024):(this.compressionEnabled=!1,this.compressionThreshold=1024),this.onEvict=e.onEvict,this.onPressure=e.onPressure;let r=e.monitorInterval??15e3;r>0&&(this.monitorHandle=setInterval(()=>this.memoryHealthCheck(),r),this.monitorHandle.unref());let n=e.cleanupInterval??6e4;n>0&&(this.cleanupHandle=setInterval(()=>this.cleanupExpired(),n),this.cleanupHandle.unref())}async get(e){let r=this.storage.get(e),n=this.meta.get(e);if(!r||!n){this.recordStat("misses");return}let s=Date.now();if(s>n.expiresAt){this.deleteInternal(e),this.recordStat("misses");return}if(this.evictionPolicy==="lru"&&(n.lastAccess=s,n.accessOrder=++this.accessCounter),this.recordStat("hits"),this.isCompressed(r))try{let o=this.decompress(r);return JSON.parse(o)}catch{this.deleteInternal(e);return}return JSON.parse(r)}async set(e,r,n){let s=n??this.defaultTtl,o=Date.now(),u=JSON.stringify(r),i=Buffer.byteLength(u,"utf8"),c=u,a=i,l=!1;if(this.compressionEnabled&&i>=this.compressionThreshold)try{let p=this.compress(u);c=p,a=Buffer.byteLength(p.__data,"utf8"),l=!0,this.compressionStats.totalCompressed++,this.compressionStats.totalOriginalSize+=i,this.compressionStats.totalCompressedSize+=a}catch{}let d=this.meta.get(e);if(d&&(this.currentMemoryBytes-=d.compressedSize),!this.enforceMemoryLimit(a)){this.evictedDueToMemory++;return}!d&&this.storage.size>=this.maxSize&&this.evictOne("size"),this.storage.set(e,c),this.meta.set(e,{createdAt:o,expiresAt:o+s,lastAccess:o,insertOrder:++this.accessCounter,accessOrder:this.accessCounter,compressed:l,originalSize:i,compressedSize:a}),this.currentMemoryBytes+=a,this.recordStat("sets")}async delete(e){this.deleteInternal(e),this.recordStat("deletes")}clear(e){if(!e){this.storage.clear(),this.meta.clear(),this.currentMemoryBytes=0,this.evictedDueToMemory=0,this.enableStats&&(this.stats={hits:0,misses:0,sets:0,deletes:0,evictions:0});return}for(let r of this.storage.keys())r.startsWith(e)&&this.deleteInternal(r)}size(){return this.storage.size}keys(){return Array.from(this.storage.keys())}has(e){let r=this.meta.get(e);return r?Date.now()>r.expiresAt?(this.deleteInternal(e),!1):!0:!1}getStats(){let e=this.stats.hits+this.stats.misses,r=e>0?this.stats.hits/e:0;return{enabled:this.enableStats,...this.stats,hitRate:r,totalItems:this.storage.size,memoryUsageBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,evictedDueToMemory:this.evictedDueToMemory}}getMemoryStats(){let e=this.storage.size,r=this.maxMemoryBytes>0?this.currentMemoryBytes/this.maxMemoryBytes*100:0,n=cn.totalmem(),s=cn.freemem(),o=n-s,u=n>0?this.currentMemoryBytes/n*100:0;return{currentMemoryBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,maxMemoryPercent:this.maxMemoryPercent,memoryUsagePercent:parseFloat(r.toFixed(2)),cachePercentOfSystemMemory:parseFloat(u.toFixed(2)),totalItems:e,maxSize:this.maxSize,evictedDueToMemory:this.evictedDueToMemory,memoryPressureEvents:this.memoryPressureEvents,averageItemSize:e>0?Math.round(this.currentMemoryBytes/e):0,memoryUsage:{current:pt(this.currentMemoryBytes),max:pt(this.maxMemoryBytes),available:pt(Math.max(0,this.maxMemoryBytes-this.currentMemoryBytes))},systemMemory:{total:pt(n),free:pt(s),used:pt(o),cachePercent:`${u.toFixed(2)}%`}}}getCompressionStats(){if(!this.compressionEnabled)return{enabled:!1,totalItems:this.storage.size,compressedItems:0,compressionThreshold:this.compressionThreshold,totalOriginalSize:0,totalCompressedSize:0,averageCompressionRatio:"0",spaceSavingsPercent:"0",memoryUsage:{uncompressed:"0 B",compressed:"0 B",saved:"0 B"}};let e=this.compressionStats.totalOriginalSize>0?(this.compressionStats.totalCompressedSize/this.compressionStats.totalOriginalSize).toFixed(2):"0",r=this.compressionStats.totalOriginalSize>0?((this.compressionStats.totalOriginalSize-this.compressionStats.totalCompressedSize)/this.compressionStats.totalOriginalSize*100).toFixed(2):"0",n=this.compressionStats.totalOriginalSize-this.compressionStats.totalCompressedSize;return{enabled:!0,totalItems:this.storage.size,compressedItems:this.compressionStats.totalCompressed,compressionThreshold:this.compressionThreshold,totalOriginalSize:this.compressionStats.totalOriginalSize,totalCompressedSize:this.compressionStats.totalCompressedSize,averageCompressionRatio:e,spaceSavingsPercent:r,memoryUsage:{uncompressed:pt(this.compressionStats.totalOriginalSize),compressed:pt(this.compressionStats.totalCompressedSize),saved:pt(n)}}}shutdown(){this.monitorHandle&&(clearInterval(this.monitorHandle),this.monitorHandle=null),this.cleanupHandle&&(clearInterval(this.cleanupHandle),this.cleanupHandle=null)}deleteInternal(e){let r=this.meta.get(e);r&&(this.currentMemoryBytes-=r.compressedSize),this.storage.delete(e),this.meta.delete(e)}recordStat(e){this.enableStats&&this.stats[e]++}isCompressed(e){return typeof e=="object"&&e!==null&&"__compressed"in e}compress(e){let r=Buffer.from(e,"utf8");return{__compressed:!0,__data:iu.gzipSync(r).toString("base64"),__originalSize:r.length}}decompress(e){let r=Buffer.from(e.__data,"base64");return iu.gunzipSync(r).toString("utf8")}selectEvictionCandidate(){if(this.meta.size===0)return null;let e=null,r=(this.evictionPolicy==="lru",1/0);for(let[n,s]of this.meta){let o=this.evictionPolicy==="lru"?s.accessOrder:s.insertOrder;o<r&&(r=o,e=n)}return e}evictOne(e){var o;let r=this.selectEvictionCandidate();if(!r)return null;let n=this.meta.get(r),s=(n==null?void 0:n.compressedSize)??0;return this.deleteInternal(r),this.stats.evictions++,(e==="memory"||e==="heap")&&this.evictedDueToMemory++,(o=this.onEvict)==null||o.call(this,{reason:e,key:r,freedBytes:s,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes}),{key:r,freedBytes:s}}enforceMemoryLimit(e){if(e>this.maxMemoryBytes)return!1;for(;this.currentMemoryBytes+e>this.maxMemoryBytes&&this.storage.size>0&&this.evictOne("memory"););return this.currentMemoryBytes+e<=this.maxMemoryBytes}reduceMemoryTo(e){e=Math.max(0,e);let r=0;for(;this.currentMemoryBytes>e&&this.storage.size>0;){let n=this.evictOne("memory");if(!n)break;r+=n.freedBytes}return r}memoryHealthCheck(){var o,u;let e=0;if(this.currentMemoryBytes>this.maxMemoryBytes){let i=this.currentMemoryBytes;this.enforceMemoryLimit(0);let c=i-this.currentMemoryBytes;c>0&&(e+=c,this.memoryPressureEvents++,(o=this.onPressure)==null||o.call(this,{reason:"limit",heapLimit:gs().heapLimit,heapUsed:gs().heapUsed,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,freedBytes:c}))}let{heapUsed:r,heapLimit:n,heapRatio:s}=gs();if(n>0&&s>=this.heapUsageThreshold){let i=this.currentMemoryBytes,c=Math.floor(this.currentMemoryBytes*.5);this.reduceMemoryTo(c);let a=i-this.currentMemoryBytes;a>0&&(e+=a,this.memoryPressureEvents++,(u=this.onPressure)==null||u.call(this,{reason:"heap",heapLimit:n,heapUsed:r,heapRatio:s,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes,freedBytes:a}))}return e}cleanupExpired(){var n;let e=Date.now(),r=0;for(let[s,o]of this.meta)e>o.expiresAt&&(this.deleteInternal(s),r++,(n=this.onEvict)==null||n.call(this,{reason:"expired",key:s,freedBytes:o.compressedSize,currentBytes:this.currentMemoryBytes,maxMemoryBytes:this.maxMemoryBytes}));return r}}});var nr=ae((qT,Ic)=>{Ic.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}});var B,ne,Ss=A(()=>{(function(t){t.Attribute="attribute",t.Pseudo="pseudo",t.PseudoElement="pseudo-element",t.Tag="tag",t.Universal="universal",t.Adjacent="adjacent",t.Child="child",t.Descendant="descendant",t.Parent="parent",t.Sibling="sibling",t.ColumnCombinator="column-combinator"})(B||(B={}));(function(t){t.Any="any",t.Element="element",t.End="end",t.Equals="equals",t.Exists="exists",t.Hyphen="hyphen",t.Not="not",t.Start="start"})(ne||(ne={}))});function Ds(t){switch(t.type){case B.Adjacent:case B.Child:case B.Descendant:case B.Parent:case B.Sibling:case B.ColumnCombinator:return!0;default:return!1}}function p1(t,e,r){let n=Number.parseInt(e,16)-65536;return n!==n||r?e:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,n&1023|56320)}function pn(t){return t.replace(i1,p1)}function ku(t){return t===R.SingleQuote||t===R.DoubleQuote}function Pc(t){return t===R.Space||t===R.Tab||t===R.NewLine||t===R.FormFeed||t===R.CarriageReturn}function fn(t){let e=[],r=_c(e,`${t}`,0);if(r<t.length)throw new Error(`Unmatched selector: ${t.slice(r)}`);return e}function _c(t,e,r){let n=[];function s(d){let p=e.slice(r+d).match(Fc);if(!p)throw new Error(`Expected name, found ${e.slice(r)}`);let[f]=p;return r+=d+f.length,pn(f)}function o(d){for(r+=d;r<e.length&&Pc(e.charCodeAt(r));)r++}function u(){r+=1;let d=r;for(let p=1;r<e.length;r++)switch(e.charCodeAt(r)){case R.BackSlash:{r+=1;break}case R.LeftParenthesis:{p+=1;break}case R.RightParenthesis:{if(p-=1,p===0)return pn(e.slice(d,r++));break}}throw new Error("Parenthesis not matched")}function i(){if(n.length>0&&Ds(n[n.length-1]))throw new Error("Did not expect successive traversals.")}function c(d){if(n.length>0&&n[n.length-1].type===B.Descendant){n[n.length-1].type=d;return}i(),n.push({type:d})}function a(d,p){n.push({type:B.Attribute,name:d,action:p,value:s(1),namespace:null,ignoreCase:"quirks"})}function l(){if(n.length>0&&n[n.length-1].type===B.Descendant&&n.pop(),n.length===0)throw new Error("Empty sub-selector");t.push(n)}if(o(0),e.length===r)return r;e:for(;r<e.length;){let d=e.charCodeAt(r);switch(d){case R.Space:case R.Tab:case R.NewLine:case R.FormFeed:case R.CarriageReturn:{(n.length===0||n[0].type!==B.Descendant)&&(i(),n.push({type:B.Descendant})),o(1);break}case R.GreaterThan:{c(B.Child),o(1);break}case R.LessThan:{c(B.Parent),o(1);break}case R.Tilde:{c(B.Sibling),o(1);break}case R.Plus:{c(B.Adjacent),o(1);break}case R.Period:{a("class",ne.Element);break}case R.Hash:{a("id",ne.Equals);break}case R.LeftSquareBracket:{o(1);let p,f=null;e.charCodeAt(r)===R.Pipe?p=s(1):e.startsWith("*|",r)?(f="*",p=s(2)):(p=s(0),e.charCodeAt(r)===R.Pipe&&e.charCodeAt(r+1)!==R.Equal&&(f=p,p=s(1))),o(0);let h=ne.Exists,m=a1.get(e.charCodeAt(r));if(m){if(h=m,e.charCodeAt(r+1)!==R.Equal)throw new Error("Expected `=`");o(2)}else e.charCodeAt(r)===R.Equal&&(h=ne.Equals,o(1));let x="",v=null;if(h!=="exists"){if(ku(e.charCodeAt(r))){let y=e.charCodeAt(r);r+=1;let w=r;for(;r<e.length&&e.charCodeAt(r)!==y;)r+=e.charCodeAt(r)===R.BackSlash?2:1;if(e.charCodeAt(r)!==y)throw new Error("Attribute value didn't end");x=pn(e.slice(w,r)),r+=1}else{let y=r;for(;r<e.length&&!Pc(e.charCodeAt(r))&&e.charCodeAt(r)!==R.RightSquareBracket;)r+=e.charCodeAt(r)===R.BackSlash?2:1;x=pn(e.slice(y,r))}switch(o(0),e.charCodeAt(r)|32){case R.LowerI:{v=!0,o(1);break}case R.LowerS:{v=!1,o(1);break}}}if(e.charCodeAt(r)!==R.RightSquareBracket)throw new Error("Attribute selector didn't terminate");r+=1;let g={type:B.Attribute,name:p,action:h,value:x,namespace:f,ignoreCase:v};n.push(g);break}case R.Colon:{if(e.charCodeAt(r+1)===R.Colon){n.push({type:B.PseudoElement,name:s(2).toLowerCase(),data:e.charCodeAt(r)===R.LeftParenthesis?u():null});break}let p=s(1).toLowerCase();if(l1.has(p)){n.push({type:B.PseudoElement,name:p,data:null});break}let f=null;if(e.charCodeAt(r)===R.LeftParenthesis)if(c1.has(p)){if(ku(e.charCodeAt(r+1)))throw new Error(`Pseudo-selector ${p} cannot be quoted`);if(f=[],r=_c(f,e,r+1),e.charCodeAt(r)!==R.RightParenthesis)throw new Error(`Missing closing parenthesis in :${p} (${e})`);r+=1}else{if(f=u(),d1.has(p)){let h=f.charCodeAt(0);h===f.charCodeAt(f.length-1)&&ku(h)&&(f=f.slice(1,-1))}f=pn(f)}n.push({type:B.Pseudo,name:p,data:f});break}case R.Comma:{l(),n=[],o(1);break}default:{if(e.startsWith("/*",r)){let h=e.indexOf("*/",r+2);if(h<0)throw new Error("Comment was not terminated");r=h+2,n.length===0&&o(0);break}let p=null,f;if(d===R.Asterisk)r+=1,f="*";else if(d===R.Pipe){if(f="",e.charCodeAt(r+1)===R.Pipe){c(B.ColumnCombinator),o(2);break}}else if(Fc.test(e.slice(r)))f=s(0);else break e;e.charCodeAt(r)===R.Pipe&&e.charCodeAt(r+1)!==R.Pipe&&(p=f,e.charCodeAt(r+1)===R.Asterisk?(f="*",r+=2):f=s(1)),n.push(f==="*"?{type:B.Universal,namespace:p}:{type:B.Tag,name:f,namespace:p})}}}return l(),r}var Fc,i1,R,a1,c1,l1,d1,qc=A(()=>{Ss();Fc=/^[^#\\]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\u00B0-\uFFFF-])+/,i1=/\\([\da-f]{1,6}\s?|(\s)|.)/gi;(function(t){t[t.LeftParenthesis=40]="LeftParenthesis",t[t.RightParenthesis=41]="RightParenthesis",t[t.LeftSquareBracket=91]="LeftSquareBracket",t[t.RightSquareBracket=93]="RightSquareBracket",t[t.Comma=44]="Comma",t[t.Period=46]="Period",t[t.Colon=58]="Colon",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Plus=43]="Plus",t[t.Tilde=126]="Tilde",t[t.QuestionMark=63]="QuestionMark",t[t.ExclamationMark=33]="ExclamationMark",t[t.Slash=47]="Slash",t[t.Equal=61]="Equal",t[t.Dollar=36]="Dollar",t[t.Pipe=124]="Pipe",t[t.Circumflex=94]="Circumflex",t[t.Asterisk=42]="Asterisk",t[t.GreaterThan=62]="GreaterThan",t[t.LessThan=60]="LessThan",t[t.Hash=35]="Hash",t[t.LowerI=105]="LowerI",t[t.LowerS=115]="LowerS",t[t.BackSlash=92]="BackSlash",t[t.Space=32]="Space",t[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn"})(R||(R={}));a1=new Map([[R.Tilde,ne.Element],[R.Circumflex,ne.Start],[R.Dollar,ne.End],[R.Asterisk,ne.Any],[R.ExclamationMark,ne.Not],[R.Pipe,ne.Hyphen]]),c1=new Set(["has","not","matches","is","where","host","host-context"]),l1=new Set(["before","after","first-line","first-letter"]);d1=new Set(["contains","icontains"])});var Mc,Hc,WT,VT,zT,jc=A(()=>{Ss();Mc=["\\",'"'],Hc=[...Mc,"(",")"],WT=new Set(Mc.map(t=>t.charCodeAt(0))),VT=new Set(Hc.map(t=>t.charCodeAt(0))),zT=new Set([...Hc,"~","^","$","*","+","!","|",":","[","]"," ",".","%"].map(t=>t.charCodeAt(0)))});var Rr=A(()=>{Ss();qc();jc()});function $c(t){return t.type===se.Tag||t.type===se.Script||t.type===se.Style}var se,Wc,Vc,zc,Gc,Kc,Yc,Xc,Jc,Qc,hn=A(()=>{(function(t){t.Root="root",t.Text="text",t.Directive="directive",t.Comment="comment",t.Script="script",t.Style="style",t.Tag="tag",t.CDATA="cdata",t.Doctype="doctype"})(se||(se={}));Wc=se.Root,Vc=se.Text,zc=se.Directive,Gc=se.Comment,Kc=se.Script,Yc=se.Style,Xc=se.Tag,Jc=se.CDATA,Qc=se.Doctype});function ve(t){return $c(t)}function mn(t){return t.type===se.CDATA}function Tt(t){return t.type===se.Text}function Cs(t){return t.type===se.Comment}function Zc(t){return t.type===se.Root}function Re(t){return Object.prototype.hasOwnProperty.call(t,"children")}var Bu=A(()=>{hn()});var sr=A(()=>{hn();Bu();Bu()});var el,tl=A(()=>{el=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(t=>t.charCodeAt(0)))});var rl,nl=A(()=>{rl=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(t=>t.charCodeAt(0)))});function Uu(t){var e;return t>=55296&&t<=57343||t>1114111?65533:(e=h1.get(t))!==null&&e!==void 0?e:t}var Nu,h1,Lu,Ou=A(()=>{h1=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Lu=(Nu=String.fromCodePoint)!==null&&Nu!==void 0?Nu:function(t){let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|t&1023),e+=String.fromCharCode(t),e}});function Iu(t){return t>=Se.ZERO&&t<=Se.NINE}function g1(t){return t>=Se.UPPER_A&&t<=Se.UPPER_F||t>=Se.LOWER_A&&t<=Se.LOWER_F}function x1(t){return t>=Se.UPPER_A&&t<=Se.UPPER_Z||t>=Se.LOWER_A&&t<=Se.LOWER_Z||Iu(t)}function b1(t){return t===Se.EQUALS||x1(t)}function sl(t){let e="",r=new vs(t,n=>e+=Lu(n));return function(s,o){let u=0,i=0;for(;(i=s.indexOf("&",i))>=0;){e+=s.slice(u,i),r.startEntity(o);let a=r.write(s,i+1);if(a<0){u=i+r.end();break}u=i+a,i=a===0?u+1:u}let c=e+s.slice(u);return e="",c}}function y1(t,e,r,n){let s=(e&Ht.BRANCH_LENGTH)>>7,o=e&Ht.JUMP_TABLE;if(s===0)return o!==0&&n===o?r:-1;if(o){let c=n-o;return c<0||c>=s?-1:t[r+c]-1}let u=r,i=u+s-1;for(;u<=i;){let c=u+i>>>1,a=t[c];if(a<n)u=c+1;else if(a>n)i=c-1;else return t[c+s]}return-1}var Se,m1,Ht,Ee,Rt,vs,bR,yR,Fu=A(()=>{tl();nl();Ou();Ou();(function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"})(Se||(Se={}));m1=32;(function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"})(Ht||(Ht={}));(function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"})(Ee||(Ee={}));(function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"})(Rt||(Rt={}));vs=class{constructor(e,r,n){this.decodeTree=e,this.emitCodePoint=r,this.errors=n,this.state=Ee.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Rt.Strict}startEntity(e){this.decodeMode=e,this.state=Ee.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,r){switch(this.state){case Ee.EntityStart:return e.charCodeAt(r)===Se.NUM?(this.state=Ee.NumericStart,this.consumed+=1,this.stateNumericStart(e,r+1)):(this.state=Ee.NamedEntity,this.stateNamedEntity(e,r));case Ee.NumericStart:return this.stateNumericStart(e,r);case Ee.NumericDecimal:return this.stateNumericDecimal(e,r);case Ee.NumericHex:return this.stateNumericHex(e,r);case Ee.NamedEntity:return this.stateNamedEntity(e,r)}}stateNumericStart(e,r){return r>=e.length?-1:(e.charCodeAt(r)|m1)===Se.LOWER_X?(this.state=Ee.NumericHex,this.consumed+=1,this.stateNumericHex(e,r+1)):(this.state=Ee.NumericDecimal,this.stateNumericDecimal(e,r))}addToNumericResult(e,r,n,s){if(r!==n){let o=n-r;this.result=this.result*Math.pow(s,o)+parseInt(e.substr(r,o),s),this.consumed+=o}}stateNumericHex(e,r){let n=r;for(;r<e.length;){let s=e.charCodeAt(r);if(Iu(s)||g1(s))r+=1;else return this.addToNumericResult(e,n,r,16),this.emitNumericEntity(s,3)}return this.addToNumericResult(e,n,r,16),-1}stateNumericDecimal(e,r){let n=r;for(;r<e.length;){let s=e.charCodeAt(r);if(Iu(s))r+=1;else return this.addToNumericResult(e,n,r,10),this.emitNumericEntity(s,2)}return this.addToNumericResult(e,n,r,10),-1}emitNumericEntity(e,r){var n;if(this.consumed<=r)return(n=this.errors)===null||n===void 0||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===Se.SEMI)this.consumed+=1;else if(this.decodeMode===Rt.Strict)return 0;return this.emitCodePoint(Uu(this.result),this.consumed),this.errors&&(e!==Se.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,r){let{decodeTree:n}=this,s=n[this.treeIndex],o=(s&Ht.VALUE_LENGTH)>>14;for(;r<e.length;r++,this.excess++){let u=e.charCodeAt(r);if(this.treeIndex=y1(n,s,this.treeIndex+Math.max(1,o),u),this.treeIndex<0)return this.result===0||this.decodeMode===Rt.Attribute&&(o===0||b1(u))?0:this.emitNotTerminatedNamedEntity();if(s=n[this.treeIndex],o=(s&Ht.VALUE_LENGTH)>>14,o!==0){if(u===Se.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==Rt.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;let{result:r,decodeTree:n}=this,s=(n[r]&Ht.VALUE_LENGTH)>>14;return this.emitNamedEntityData(r,s,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,r,n){let{decodeTree:s}=this;return this.emitCodePoint(r===1?s[e]&~Ht.VALUE_LENGTH:s[e+1],n),r===3&&this.emitCodePoint(s[e+2],n),n}end(){var e;switch(this.state){case Ee.NamedEntity:return this.result!==0&&(this.decodeMode!==Rt.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Ee.NumericDecimal:return this.emitNumericEntity(0,2);case Ee.NumericHex:return this.emitNumericEntity(0,3);case Ee.NumericStart:return(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Ee.EntityStart:return 0}}};bR=sl(el),yR=sl(rl)});function Ts(t){for(let e=1;e<t.length;e++)t[e][0]+=t[e-1][0]+1;return t}var w1,ol=A(()=>{w1=new Map(Ts([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(Ts([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(Ts([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(Ts([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]))});function gn(t){let e="",r=0,n;for(;(n=Pu.exec(t))!==null;){let s=n.index,o=t.charCodeAt(s),u=ul.get(o);u!==void 0?(e+=t.substring(r,s)+u,r=s+1):(e+=`${t.substring(r,s)}&#x${il(t,s).toString(16)};`,r=Pu.lastIndex+=+((o&64512)===55296))}return e+t.substr(r)}function _u(t,e){return function(n){let s,o=0,u="";for(;s=t.exec(n);)o!==s.index&&(u+=n.substring(o,s.index)),u+=e.get(s[0].charCodeAt(0)),o=s.index+1;return u+n.substring(o)}}var Pu,ul,il,al,Rs,ks,Bs=A(()=>{Pu=/["&'<>$\x80-\uFFFF]/g,ul=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]),il=String.prototype.codePointAt!=null?(t,e)=>t.codePointAt(e):(t,e)=>(t.charCodeAt(e)&64512)===55296?(t.charCodeAt(e)-55296)*1024+t.charCodeAt(e+1)-56320+65536:t.charCodeAt(e);al=_u(/[&<>'"]/g,ul),Rs=_u(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),ks=_u(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))});var qu=A(()=>{ol();Bs()});var cl,ll,fl=A(()=>{Fu();qu();Bs();Bs();qu();Fu();(function(t){t[t.XML=0]="XML",t[t.HTML=1]="HTML"})(cl||(cl={}));(function(t){t[t.UTF8=0]="UTF8",t[t.ASCII=1]="ASCII",t[t.Extensive=2]="Extensive",t[t.Attribute=3]="Attribute",t[t.Text=4]="Text"})(ll||(ll={}))});var hl,ml,gl=A(()=>{hl=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(t=>[t.toLowerCase(),t])),ml=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(t=>[t.toLowerCase(),t]))});function S1(t){return t.replace(/"/g,""")}function D1(t,e){var r;if(!t)return;let n=((r=e.encodeEntities)!==null&&r!==void 0?r:e.decodeEntities)===!1?S1:e.xmlMode||e.encodeEntities!=="utf8"?gn:Rs;return Object.keys(t).map(s=>{var o,u;let i=(o=t[s])!==null&&o!==void 0?o:"";return e.xmlMode==="foreign"&&(s=(u=ml.get(s))!==null&&u!==void 0?u:s),!e.emptyAttrs&&!e.xmlMode&&i===""?s:`${s}="${n(i)}"`}).join(" ")}function ju(t,e={}){let r="length"in t?t:[t],n="";for(let s=0;s<r.length;s++)n+=C1(r[s],e);return n}function C1(t,e){switch(t.type){case Wc:return ju(t.children,e);case Qc:case zc:return k1(t);case Gc:return L1(t);case Jc:return N1(t);case Kc:case Yc:case Xc:return R1(t,e);case Vc:return B1(t,e)}}function R1(t,e){var r;e.xmlMode==="foreign"&&(t.name=(r=hl.get(t.name))!==null&&r!==void 0?r:t.name,t.parent&&v1.has(t.parent.name)&&(e={...e,xmlMode:!1})),!e.xmlMode&&T1.has(t.name)&&(e={...e,xmlMode:"foreign"});let n=`<${t.name}`,s=D1(t.attribs,e);return s&&(n+=` ${s}`),t.children.length===0&&(e.xmlMode?e.selfClosingTags!==!1:e.selfClosingTags&&xl.has(t.name))?(e.xmlMode||(n+=" "),n+="/>"):(n+=">",t.children.length>0&&(n+=ju(t.children,e)),(e.xmlMode||!xl.has(t.name))&&(n+=`</${t.name}>`)),n}function k1(t){return`<${t.data}>`}function B1(t,e){var r;let n=t.data||"";return((r=e.encodeEntities)!==null&&r!==void 0?r:e.decodeEntities)!==!1&&!(!e.xmlMode&&t.parent&&E1.has(t.parent.name))&&(n=e.xmlMode||e.encodeEntities!=="utf8"?gn(n):ks(n)),n}function N1(t){return`<![CDATA[${t.children[0].data}]]>`}function L1(t){return`<!--${t.data}-->`}var E1,xl,bl,v1,T1,yl=A(()=>{hn();fl();gl();E1=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);xl=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);bl=ju;v1=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),T1=new Set(["svg","math"])});function wl(t,e){return bl(t,e)}function U1(t,e){return Re(t)?t.children.map(r=>wl(r,e)).join(""):""}function Ns(t){return Array.isArray(t)?t.map(Ns).join(""):ve(t)?t.name==="br"?`
|
|
38
|
+
`:Ns(t.children):mn(t)?Ns(t.children):Tt(t)?t.data:""}function xn(t){return Array.isArray(t)?t.map(xn).join(""):Re(t)&&!Cs(t)?xn(t.children):Tt(t)?t.data:""}function $u(t){return Array.isArray(t)?t.map($u).join(""):Re(t)&&(t.type===se.Tag||mn(t))?$u(t.children):Tt(t)?t.data:""}var Wu=A(()=>{sr();yl();hn()});function Al(t){return Re(t)?t.children:[]}function El(t){return t.parent||null}function O1(t){let e=El(t);if(e!=null)return Al(e);let r=[t],{prev:n,next:s}=t;for(;n!=null;)r.unshift(n),{prev:n}=n;for(;s!=null;)r.push(s),{next:s}=s;return r}function I1(t,e){var r;return(r=t.attribs)===null||r===void 0?void 0:r[e]}function F1(t,e){return t.attribs!=null&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&t.attribs[e]!=null}function P1(t){return t.name}function _1(t){let{next:e}=t;for(;e!==null&&!ve(e);)({next:e}=e);return e}function q1(t){let{prev:e}=t;for(;e!==null&&!ve(e);)({prev:e}=e);return e}var Sl=A(()=>{sr()});function bn(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){let e=t.parent.children,r=e.lastIndexOf(t);r>=0&&e.splice(r,1)}t.next=null,t.prev=null,t.parent=null}function M1(t,e){let r=e.prev=t.prev;r&&(r.next=e);let n=e.next=t.next;n&&(n.prev=e);let s=e.parent=t.parent;if(s){let o=s.children;o[o.lastIndexOf(t)]=e,t.parent=null}}function H1(t,e){if(bn(e),e.next=null,e.parent=t,t.children.push(e)>1){let r=t.children[t.children.length-2];r.next=e,e.prev=r}else e.prev=null}function j1(t,e){bn(e);let{parent:r}=t,n=t.next;if(e.next=n,e.prev=t,t.next=e,e.parent=r,n){if(n.prev=e,r){let s=r.children;s.splice(s.lastIndexOf(n),0,e)}}else r&&r.children.push(e)}function $1(t,e){if(bn(e),e.parent=t,e.prev=null,t.children.unshift(e)!==1){let r=t.children[1];r.prev=e,e.next=r}else e.next=null}function W1(t,e){bn(e);let{parent:r}=t;if(r){let n=r.children;n.splice(n.indexOf(t),0,e)}t.prev&&(t.prev.next=e),e.parent=r,e.prev=t.prev,e.next=t,t.prev=e}var Dl=A(()=>{});function kr(t,e,r=!0,n=1/0){return Cl(t,Array.isArray(e)?e:[e],r,n)}function Cl(t,e,r,n){let s=[],o=[Array.isArray(e)?e:[e]],u=[0];for(;;){if(u[0]>=o[0].length){if(u.length===1)return s;o.shift(),u.shift();continue}let i=o[0][u[0]++];if(t(i)&&(s.push(i),--n<=0))return s;r&&Re(i)&&i.children.length>0&&(u.unshift(0),o.unshift(i.children))}}function V1(t,e){return e.find(t)}function Ls(t,e,r=!0){let n=Array.isArray(e)?e:[e];for(let s=0;s<n.length;s++){let o=n[s];if(ve(o)&&t(o))return o;if(r&&Re(o)&&o.children.length>0){let u=Ls(t,o.children,!0);if(u)return u}}return null}function vl(t,e){return(Array.isArray(e)?e:[e]).some(r=>ve(r)&&t(r)||Re(r)&&vl(t,r.children))}function z1(t,e){let r=[],n=[Array.isArray(e)?e:[e]],s=[0];for(;;){if(s[0]>=n[0].length){if(n.length===1)return r;n.shift(),s.shift();continue}let o=n[0][s[0]++];ve(o)&&t(o)&&r.push(o),Re(o)&&o.children.length>0&&(s.unshift(0),n.unshift(o.children))}}var Vu=A(()=>{sr()});function zu(t,e){return typeof e=="function"?r=>ve(r)&&e(r.attribs[t]):r=>ve(r)&&r.attribs[t]===e}function G1(t,e){return r=>t(r)||e(r)}function Tl(t){let e=Object.keys(t).map(r=>{let n=t[r];return Object.prototype.hasOwnProperty.call(Us,r)?Us[r](n):zu(r,n)});return e.length===0?null:e.reduce(G1)}function K1(t,e){let r=Tl(t);return r?r(e):!0}function Y1(t,e,r,n=1/0){let s=Tl(t);return s?kr(s,e,r,n):[]}function X1(t,e,r=!0){return Array.isArray(e)||(e=[e]),Ls(zu("id",t),e,r)}function or(t,e,r=!0,n=1/0){return kr(Us.tag_name(t),e,r,n)}function J1(t,e,r=!0,n=1/0){return kr(zu("class",t),e,r,n)}function Q1(t,e,r=!0,n=1/0){return kr(Us.tag_type(t),e,r,n)}var Us,Gu=A(()=>{sr();Vu();Us={tag_name(t){return typeof t=="function"?e=>ve(e)&&t(e.name):t==="*"?ve:e=>ve(e)&&e.name===t},tag_type(t){return typeof t=="function"?e=>t(e.type):e=>e.type===t},tag_contains(t){return typeof t=="function"?e=>Tt(e)&&t(e.data):e=>Tt(e)&&e.data===t}}});function Z1(t){let e=t.length;for(;--e>=0;){let r=t[e];if(e>0&&t.lastIndexOf(r,e-1)>=0){t.splice(e,1);continue}for(let n=r.parent;n;n=n.parent)if(t.includes(n)){t.splice(e,1);break}}return t}function Rl(t,e){let r=[],n=[];if(t===e)return 0;let s=Re(t)?t:t.parent;for(;s;)r.unshift(s),s=s.parent;for(s=Re(e)?e:e.parent;s;)n.unshift(s),s=s.parent;let o=Math.min(r.length,n.length),u=0;for(;u<o&&r[u]===n[u];)u++;if(u===0)return tt.DISCONNECTED;let i=r[u-1],c=i.children,a=r[u],l=n[u];return c.indexOf(a)>c.indexOf(l)?i===e?tt.FOLLOWING|tt.CONTAINED_BY:tt.FOLLOWING:i===t?tt.PRECEDING|tt.CONTAINS:tt.PRECEDING}function eb(t){return t=t.filter((e,r,n)=>!n.includes(e,r+1)),t.sort((e,r)=>{let n=Rl(e,r);return n&tt.PRECEDING?-1:n&tt.FOLLOWING?1:0}),t}var tt,kl=A(()=>{sr();(function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"})(tt||(tt={}))});function tb(t){let e=Os(ub,t);return e?e.name==="feed"?rb(e):nb(e):null}function rb(t){var e;let r=t.children,n={type:"atom",items:or("entry",r).map(u=>{var i;let{children:c}=u,a={media:Bl(c)};We(a,"id","id",c),We(a,"title","title",c);let l=(i=Os("link",c))===null||i===void 0?void 0:i.attribs.href;l&&(a.link=l);let d=jt("summary",c)||jt("content",c);d&&(a.description=d);let p=jt("updated",c);return p&&(a.pubDate=new Date(p)),a})};We(n,"id","id",r),We(n,"title","title",r);let s=(e=Os("link",r))===null||e===void 0?void 0:e.attribs.href;s&&(n.link=s),We(n,"description","subtitle",r);let o=jt("updated",r);return o&&(n.updated=new Date(o)),We(n,"author","email",r,!0),n}function nb(t){var e,r;let n=(r=(e=Os("channel",t.children))===null||e===void 0?void 0:e.children)!==null&&r!==void 0?r:[],s={type:t.name.substr(0,3),id:"",items:or("item",t.children).map(u=>{let{children:i}=u,c={media:Bl(i)};We(c,"id","guid",i),We(c,"title","title",i),We(c,"link","link",i),We(c,"description","description",i);let a=jt("pubDate",i)||jt("dc:date",i);return a&&(c.pubDate=new Date(a)),c})};We(s,"title","title",n),We(s,"link","link",n),We(s,"description","description",n);let o=jt("lastBuildDate",n);return o&&(s.updated=new Date(o)),We(s,"author","managingEditor",n,!0),s}function Bl(t){return or("media:content",t).map(e=>{let{attribs:r}=e,n={medium:r.medium,isDefault:!!r.isDefault};for(let s of sb)r[s]&&(n[s]=r[s]);for(let s of ob)r[s]&&(n[s]=parseInt(r[s],10));return r.expression&&(n.expression=r.expression),n})}function Os(t,e){return or(t,e,!0,1)[0]}function jt(t,e,r=!1){return xn(or(t,e,r,1)).trim()}function We(t,e,r,n,s=!1){let o=jt(r,n,s);o&&(t[e]=o)}function ub(t){return t==="rss"||t==="feed"||t==="rdf:RDF"}var sb,ob,Nl=A(()=>{Wu();Gu();sb=["url","type","lang"],ob=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"]});var Is={};we(Is,{DocumentPosition:()=>tt,append:()=>j1,appendChild:()=>H1,compareDocumentPosition:()=>Rl,existsOne:()=>vl,filter:()=>kr,find:()=>Cl,findAll:()=>z1,findOne:()=>Ls,findOneChild:()=>V1,getAttributeValue:()=>I1,getChildren:()=>Al,getElementById:()=>X1,getElements:()=>Y1,getElementsByClassName:()=>J1,getElementsByTagName:()=>or,getElementsByTagType:()=>Q1,getFeed:()=>tb,getInnerHTML:()=>U1,getName:()=>P1,getOuterHTML:()=>wl,getParent:()=>El,getSiblings:()=>O1,getText:()=>Ns,hasAttrib:()=>F1,hasChildren:()=>Re,innerText:()=>$u,isCDATA:()=>mn,isComment:()=>Cs,isDocument:()=>Zc,isTag:()=>ve,isText:()=>Tt,nextElementSibling:()=>_1,prepend:()=>W1,prependChild:()=>$1,prevElementSibling:()=>q1,removeElement:()=>bn,removeSubsets:()=>Z1,replaceElement:()=>M1,testElement:()=>K1,textContent:()=>xn,uniqueSort:()=>eb});var Ll=A(()=>{Wu();Sl();Dl();Vu();Gu();kl();Nl();sr()});function Ul(t){return t.replace(ib,"\\$&")}function ur(t,e){return typeof t.ignoreCase=="boolean"?t.ignoreCase:t.ignoreCase==="quirks"?!!e.quirksMode:!e.xmlMode&&ab.has(t.name)}var yn,ib,ab,Ol,Il=A(()=>{yn=st(nr(),1),ib=/[-[\]{}()*+?.,\\^$|#\s]/g;ab=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);Ol={equals(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e;return ur(e,r)?(o=o.toLowerCase(),u=>{let i=n.getAttributeValue(u,s);return i!=null&&i.length===o.length&&i.toLowerCase()===o&&t(u)}):u=>n.getAttributeValue(u,s)===o&&t(u)},hyphen(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e,u=o.length;return ur(e,r)?(o=o.toLowerCase(),function(c){let a=n.getAttributeValue(c,s);return a!=null&&(a.length===u||a.charAt(u)==="-")&&a.substr(0,u).toLowerCase()===o&&t(c)}):function(c){let a=n.getAttributeValue(c,s);return a!=null&&(a.length===u||a.charAt(u)==="-")&&a.substr(0,u)===o&&t(c)}},element(t,e,r){let{adapter:n}=r,{name:s,value:o}=e;if(/\s/.test(o))return yn.falseFunc;let u=new RegExp(`(?:^|\\s)${Ul(o)}(?:$|\\s)`,ur(e,r)?"i":"");return function(c){let a=n.getAttributeValue(c,s);return a!=null&&a.length>=o.length&&u.test(a)&&t(c)}},exists(t,{name:e},{adapter:r}){return n=>r.hasAttrib(n,e)&&t(n)},start(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e,u=o.length;return u===0?yn.falseFunc:ur(e,r)?(o=o.toLowerCase(),i=>{let c=n.getAttributeValue(i,s);return c!=null&&c.length>=u&&c.substr(0,u).toLowerCase()===o&&t(i)}):i=>{var c;return!!((c=n.getAttributeValue(i,s))!=null&&c.startsWith(o))&&t(i)}},end(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e,u=-o.length;return u===0?yn.falseFunc:ur(e,r)?(o=o.toLowerCase(),i=>{var c;return((c=n.getAttributeValue(i,s))==null?void 0:c.substr(u).toLowerCase())===o&&t(i)}):i=>{var c;return!!((c=n.getAttributeValue(i,s))!=null&&c.endsWith(o))&&t(i)}},any(t,e,r){let{adapter:n}=r,{name:s,value:o}=e;if(o==="")return yn.falseFunc;if(ur(e,r)){let u=new RegExp(Ul(o),"i");return function(c){let a=n.getAttributeValue(c,s);return a!=null&&a.length>=o.length&&u.test(a)&&t(c)}}return u=>{var i;return!!((i=n.getAttributeValue(u,s))!=null&&i.includes(o))&&t(u)}},not(t,e,r){let{adapter:n}=r,{name:s}=e,{value:o}=e;return o===""?u=>!!n.getAttributeValue(u,s)&&t(u):ur(e,r)?(o=o.toLowerCase(),u=>{let i=n.getAttributeValue(u,s);return(i==null||i.length!==o.length||i.toLowerCase()!==o)&&t(u)}):u=>n.getAttributeValue(u,s)!==o&&t(u)}}});function Fl(t,e,r){let{adapter:n,xmlMode:s=!1}=r,o=[],u=[e],i=[0];for(;;){if(i[0]>=u[0].length){if(u.length===1)return o;u.shift(),i.shift();continue}let c=u[0][i[0]++];if(n.isTag(c)&&(t(c)&&o.push(c),s||n.getName(c)!=="template")){let a=n.getChildren(c);a.length>0&&(u.unshift(a),i.unshift(0))}}}function Br(t,e,r){let{adapter:n,xmlMode:s=!1}=r,o=[e],u=[0];for(;;){if(u[0]>=o[0].length){if(o.length===1)return null;o.shift(),u.shift();continue}let i=o[0][u[0]++];if(n.isTag(i)){if(t(i))return i;if(s||n.getName(i)!=="template"){let c=n.getChildren(i);c.length>0&&(o.unshift(c),u.unshift(0))}}}}function Fs(t,e){let r=e.getSiblings(t);if(r.length<=1)return[];let n=r.indexOf(t);return n<0||n===r.length-1?[]:r.slice(n+1).filter(e.isTag)}function Oe(t,e){let r=e.getParent(t);return r!=null&&e.isTag(r)?r:null}var ir=A(()=>{});var Pl,Ku,_l=A(()=>{Pl="input:is([type=text i],[type=search i],[type=url i],[type=tel i],[type=email i],[type=password i],[type=date i],[type=month i],[type=week i],[type=time i],[type=datetime-local i],[type=number i])",Ku={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
|
|
39
39
|
:is(button, input, select, textarea, optgroup, option)[disabled],
|
|
40
40
|
optgroup[disabled] > option,
|
|
41
41
|
fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
|
|
42
|
-
)`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], :selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])","read-only":`[readonly]:is(textarea, ${Ll})`,"read-write":`:not([readonly]):is(textarea, ${Ll})`,selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}});function Ul(t){if(t=t.trim().toLowerCase(),t==="even")return[2,0];if(t==="odd")return[2,1];let e=0,r=0,n=o(),s=u();if(e<t.length&&t.charAt(e)==="n"&&(e++,r=n*(s??1),i(),e<t.length?(n=o(),i(),s=u()):n=s=0),s===null||e<t.length)throw new Error(`n-th rule couldn't be parsed ('${t}')`);return[r,n*s];function o(){return t.charAt(e)==="-"?(e++,-1):(t.charAt(e)==="+"&&e++,1)}function u(){let c=e,a=0;for(;e<t.length&&t.charCodeAt(e)>=Pl&&t.charCodeAt(e)<=Wx;)a=a*10+(t.charCodeAt(e)-Pl),e++;return e===c?null:a}function i(){for(;e<t.length&&$x.has(t.charCodeAt(e));)e++}}var $x,Pl,Wx,ql=A(()=>{$x=new Set([9,10,12,13,32]),Pl=48,Wx=57});function Ml(t){let e=t[0],r=t[1]-1;if(r<0&&e<=0)return Xu.default.falseFunc;if(e===-1)return o=>o<=r;if(e===0)return o=>o===r;if(e===1)return r<0?Xu.default.trueFunc:o=>o>=r;let n=Math.abs(e),s=(r%n+n)%n;return e>1?o=>o>=r&&o%n===s:o=>o<=r&&o%n===s}var Xu,Hl=A(()=>{Xu=st(rr(),1)});function Nr(t){return Ml(Ul(t))}var jl=A(()=>{ql();Hl()});function Or(t,{adapter:e,cacheResults:r},n){if(r===!1||typeof WeakMap>"u")return u=>t(u)&&n(u);let s=new WeakMap;function o(u){let i=n(u);return s.set(u,i),i}return function(i){if(!t(i))return!1;if(s.has(i))return s.get(i);let c=i;do{let a=Fe(c,e);if(a===null)return o(i);c=a}while(!s.has(c));return s.get(c)&&o(i)}}var Ju=A(()=>{ur()});function Qu(t){return function(r,n,{adapter:s}){let o=s[t];return typeof o!="function"?Le.falseFunc:function(i){return o(i)&&r(i)}}}var Le,wn,$l=A(()=>{Le=st(rr(),1);jl();Ju();ur();wn={contains(t,e,r){let{getText:n}=r.adapter;return Or(t,r,s=>n(s).includes(e))},icontains(t,e,r){let n=e.toLowerCase(),{getText:s}=r.adapter;return Or(t,r,o=>s(o).toLowerCase().includes(n))},"nth-child"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Le.falseFunc?Le.falseFunc:s===Le.trueFunc?o=>Fe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=0;a<i.length&&!n(u,i[a]);a++)r.isTag(i[a])&&c++;return s(c)&&t(u)}},"nth-last-child"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Le.falseFunc?Le.falseFunc:s===Le.trueFunc?o=>Fe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=i.length-1;a>=0&&!n(u,i[a]);a--)r.isTag(i[a])&&c++;return s(c)&&t(u)}},"nth-of-type"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Le.falseFunc?Le.falseFunc:s===Le.trueFunc?o=>Fe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=0;a<i.length;a++){let l=i[a];if(n(u,l))break;r.isTag(l)&&r.getName(l)===r.getName(u)&&c++}return s(c)&&t(u)}},"nth-last-of-type"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Le.falseFunc?Le.falseFunc:s===Le.trueFunc?o=>Fe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=i.length-1;a>=0;a--){let l=i[a];if(n(u,l))break;r.isTag(l)&&r.getName(l)===r.getName(u)&&c++}return s(c)&&t(u)}},root(t,e,{adapter:r}){return n=>Fe(n,r)===null&&t(n)},scope(t,e,r,n){let{equals:s}=r;return!n||n.length===0?wn.root(t,e,r):n.length===1?o=>s(n[0],o)&&t(o):o=>n.includes(o)&&t(o)},hover:Qu("isHovered"),visited:Qu("isVisited"),active:Qu("isActive")}});function Zu(t,e,r,n){if(r===null){if(t.length>n)throw new Error(`Pseudo-class :${e} requires an argument`)}else if(t.length===n)throw new Error(`Pseudo-class :${e} doesn't have any arguments`)}var Vx,Ls,Wl=A(()=>{Vx=/^[ \t\r\n]*$/,Ls={empty(t,{adapter:e}){let r=e.getChildren(t);return r.every(n=>!e.isTag(n))&&r.every(n=>Vx.test(e.getText(n)))},"first-child"(t,{adapter:e,equals:r}){if(e.prevElementSibling)return e.prevElementSibling(t)==null;let n=e.getSiblings(t).find(s=>e.isTag(s));return n!=null&&r(t,n)},"last-child"(t,{adapter:e,equals:r}){let n=e.getSiblings(t);for(let s=n.length-1;s>=0;s--){if(r(t,n[s]))return!0;if(e.isTag(n[s]))break}return!1},"first-of-type"(t,{adapter:e,equals:r}){let n=e.getSiblings(t),s=e.getName(t);for(let o=0;o<n.length;o++){let u=n[o];if(r(t,u))return!0;if(e.isTag(u)&&e.getName(u)===s)break}return!1},"last-of-type"(t,{adapter:e,equals:r}){let n=e.getSiblings(t),s=e.getName(t);for(let o=n.length-1;o>=0;o--){let u=n[o];if(r(t,u))return!0;if(e.isTag(u)&&e.getName(u)===s)break}return!1},"only-of-type"(t,{adapter:e,equals:r}){let n=e.getName(t);return e.getSiblings(t).every(s=>r(t,s)||!e.isTag(s)||e.getName(s)!==n)},"only-child"(t,{adapter:e,equals:r}){return e.getSiblings(t).every(n=>r(t,n)||!e.isTag(n))}}});function Ir(t){return t.type==="_flexibleDescendant"||Es(t)}function Vl(t){let e=t.map(_s);for(let r=1;r<t.length;r++){let n=e[r];if(!(n<0))for(let s=r;s>0&&n<e[s-1];s--){let o=t[s];t[s]=t[s-1],t[s-1]=o,e[s]=e[s-1],e[s-1]=n}}}function zx(t){switch(t.action){case ne.Exists:return 10;case ne.Equals:return t.name==="id"?9:8;case ne.Not:return 7;case ne.Start:return 6;case ne.End:return 6;case ne.Any:return 5;case ne.Hyphen:return 4;case ne.Element:return 3}}function _s(t){switch(t.type){case B.Universal:return 50;case B.Tag:return 30;case B.Attribute:return Math.floor(zx(t)/(t.ignoreCase?2:1));case B.Pseudo:return t.data?t.name==="has"||t.name==="contains"||t.name==="icontains"?0:Array.isArray(t.data)?Math.max(0,Math.min(...t.data.map(e=>Math.min(...e.map(_s))))):2:3;default:return-1}}function An(t){return t.type===B.Pseudo&&(t.name==="scope"||Array.isArray(t.data)&&t.data.some(e=>e.some(An)))}var ei=A(()=>{kr()});function Gx(t){return t.some(e=>e.length>0&&(Ir(e[0])||e.some(An)))}function ri(t){return{xmlMode:!!t.xmlMode,lowerCaseAttributeNames:!!t.lowerCaseAttributeNames,lowerCaseTags:!!t.lowerCaseTags,quirksMode:!!t.quirksMode,cacheResults:!!t.cacheResults,pseudos:t.pseudos,adapter:t.adapter,equals:t.equals}}var ut,ni,ti,Ps,si=A(()=>{ut=st(rr(),1);Ju();ur();ei();ni={};ti=(t,e,r,n,s)=>{let o=s(e,ri(r),n);return o===ut.trueFunc?t:o===ut.falseFunc?ut.falseFunc:u=>o(u)&&t(u)},Ps={is:ti,matches:ti,where:ti,not(t,e,r,n,s){let o=s(e,ri(r),n);return o===ut.falseFunc?t:o===ut.trueFunc?ut.falseFunc:u=>!o(u)&&t(u)},has(t,e,r,n,s){let{adapter:o}=r,u=ri(r);u.relativeSelector=!0;let i=e.some(d=>d.some(Ir))?[ni]:void 0,c=Gx(e),a=s(e,u,i);if(a===ut.falseFunc)return ut.falseFunc;if(i&&a!==ut.trueFunc)return c?d=>{if(!t(d))return!1;i[0]=d;let p=o.getChildren(d);return Br(a,a.shouldTestNextSiblings?[...p,...Fs(d,o)]:p,r)!==null}:Or(t,r,d=>(i[0]=d,Br(a,o.getChildren(d),r)!==null));let l=d=>Br(a,o.getChildren(d),r)!==null;return c?d=>t(d)&&l(d):Or(t,r,l)}}});function zl(t,e,r,n,s){var a;let{name:o,data:u}=e;if(Array.isArray(u)){if(!(o in Ps))throw new Error(`Unknown pseudo-class :${o}(${u})`);return Ps[o](t,u,r,n,s)}let i=(a=r.pseudos)==null?void 0:a[o],c=typeof i=="string"?i:Yu[o];if(typeof c=="string"){if(u!=null)throw new Error(`Pseudo ${o} doesn't have any arguments`);let l=fn(c);return Ps.is(t,l,r,n,s)}if(typeof i=="function")return Zu(i,o,u,1),l=>i(l,u)&&t(l);if(o in wn)return wn[o](t,u,r,n);if(o in Ls){let l=Ls[o];return Zu(l,o,u,2),d=>l(d,r,u)&&t(d)}throw new Error(`Unknown pseudo-class :${o}`)}var oi=A(()=>{kr();_l();$l();Wl();si()});function Gl(t,e,r,n,s,o){let{adapter:u,equals:i,cacheResults:c}=r;switch(e.type){case B.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case B.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case B.Attribute:{if(e.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!r.xmlMode||r.lowerCaseAttributeNames)&&(e.name=e.name.toLowerCase()),Ol[e.action](t,e,r)}case B.Pseudo:return zl(t,e,r,n,s);case B.Tag:{if(e.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:a}=e;return(!r.xmlMode||r.lowerCaseTags)&&(a=a.toLowerCase()),function(d){return u.getName(d)===a&&t(d)}}case B.Descendant:{if(!o||c===!1||typeof WeakMap>"u")return function(d){let p=d;for(;p=Fe(p,u);)if(t(p))return!0;return!1};let a=new WeakMap;return function(d){let p=d,f;for(;p=Fe(p,u);){let h=a.get(p);if(h===void 0){if(f??(f={matches:!1}),f.matches=t(p),a.set(p,f),f.matches)return!0}else return f&&(f.matches=h.matches),h.matches}return!1}}case"_flexibleDescendant":return function(l){let d=l;do{if(t(d))return!0;d=Fe(d,u)}while(d);return!1};case B.Parent:return function(l){return u.getChildren(l).some(d=>u.isTag(d)&&t(d))};case B.Child:return function(l){let d=Fe(l,u);return d!==null&&t(d)};case B.Sibling:return function(l){let d=u.getSiblings(l);for(let p=0;p<d.length;p++){let f=d[p];if(i(l,f))break;if(u.isTag(f)&&t(f))return!0}return!1};case B.Adjacent:return u.prevElementSibling?function(l){let d=u.prevElementSibling(l);return d!=null&&t(d)}:function(l){let d=u.getSiblings(l),p;for(let f=0;f<d.length;f++){let h=d[f];if(i(l,h))break;u.isTag(h)&&(p=h)}return!!p&&t(p)};case B.Universal:{if(e.namespace!=null&&e.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return t}}}var Kl=A(()=>{kr();Il();ur();oi()});function Jx(t,{adapter:e},r){let n=!!(r!=null&&r.every(s=>s===ni||e.isTag(s)&&Fe(s,e)!==null));for(let s of t){if(!(s.length>0&&Ir(s[0])&&s[0].type!==B.Descendant))if(n&&!s.some(An))s.unshift(Kx);else continue;s.unshift(Xx)}}function ui(t,e,r){t.forEach(Vl);let{context:n=r,rootFunc:s=Fr.trueFunc}=e,o=Array.isArray(n),u=n&&(Array.isArray(n)?n:[n]);if(e.relativeSelector!==!1)Jx(t,e,u);else if(t.some(a=>a.length>0&&Ir(a[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let i=!1,c=Fr.falseFunc;e:for(let a of t){if(a.length>=2){let[p,f]=a;p.type!==B.Pseudo||p.name!=="scope"||(o&&f.type===B.Descendant?a[1]=Yx:(f.type===B.Adjacent||f.type===B.Sibling)&&(i=!0))}let l=s,d=!1;for(let p of a)if(l=Gl(l,p,e,u,ui,d),_s(p)===0&&(d=!0),l===Fr.falseFunc)continue e;if(l===s)return s;c=c===Fr.falseFunc?l:Qx(c,l)}return c.shouldTestNextSiblings=i,c}function Qx(t,e){return r=>t(r)||e(r)}var Fr,Kx,Yx,Xx,Yl=A(()=>{Fr=st(rr(),1);kr();Kl();ur();ei();si();Kx={type:B.Descendant},Yx={type:"_flexibleDescendant"},Xx={type:B.Pseudo,name:"scope",data:null}});function ii(t){var r;let e=t??Zx;return e.adapter??(e.adapter=Is),e.equals??(e.equals=((r=e.adapter)==null?void 0:r.equals)??Xl),e}function eb(t,e,r){let n=ii(e),s=Jl(t,n,r);return s===En.falseFunc?En.falseFunc:o=>n.adapter.isTag(o)&&s(o)}function Jl(t,e,r){return tb(typeof t=="string"?fn(t):t,e,r)}function tb(t,e,r){return ui(t,ii(e),r)}function Ql(t){return function(r,n,s){let o=ii(s);typeof r!="function"&&(r=Jl(r,o,n));let u=rb(n,o.adapter,r.shouldTestNextSiblings);return t(r,u,o)}}function rb(t,e,r=!1){return r&&(t=nb(t,e)),Array.isArray(t)?e.removeSubsets(t):e.getChildren(t)}function nb(t,e){let r=Array.isArray(t)?t.slice(0):[t],n=r.length;for(let s=0;s<n;s++){let o=Fs(r[s],e);r.push(...o)}return r}function _e(t,e,r){return(typeof e=="function"?e:eb(e,r))(t)}var En,Xl,Zx,Zl,ai,ci=A(()=>{En=st(rr(),1);kr();Bl();Yl();ur();oi();Xl=(t,e)=>t===e,Zx={adapter:Is,equals:Xl};Zl=Ql((t,e,r)=>t===En.falseFunc||!e||e.length===0?[]:Fl(t,e,r)),ai=Ql((t,e,r)=>t===En.falseFunc||!e||e.length===0?null:Br(t,e,r))});var qs=ae((Us,Sn)=>{(function(t){var e=typeof Us=="object"&&Us,r=typeof Sn=="object"&&Sn&&Sn.exports==e&&Sn,n=typeof global=="object"&&global;(n.global===n||n.window===n)&&(t=n);var s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,o=/[\x01-\x7F]/g,u=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,i=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,c={"\xAD":"shy","\u200C":"zwnj","\u200D":"zwj","\u200E":"lrm","\u2063":"ic","\u2062":"it","\u2061":"af","\u200F":"rlm","\u200B":"ZeroWidthSpace","\u2060":"NoBreak","\u0311":"DownBreve","\u20DB":"tdot","\u20DC":"DotDot"," ":"Tab","\n":"NewLine","\u2008":"puncsp","\u205F":"MediumSpace","\u2009":"thinsp","\u200A":"hairsp","\u2004":"emsp13","\u2002":"ensp","\u2005":"emsp14","\u2003":"emsp","\u2007":"numsp","\xA0":"nbsp","\u205F\u200A":"ThickSpace","\u203E":"oline",_:"lowbar","\u2010":"dash","\u2013":"ndash","\u2014":"mdash","\u2015":"horbar",",":"comma",";":"semi","\u204F":"bsemi",":":"colon","\u2A74":"Colone","!":"excl","\xA1":"iexcl","?":"quest","\xBF":"iquest",".":"period","\u2025":"nldr","\u2026":"mldr","\xB7":"middot","'":"apos","\u2018":"lsquo","\u2019":"rsquo","\u201A":"sbquo","\u2039":"lsaquo","\u203A":"rsaquo",'"':"quot","\u201C":"ldquo","\u201D":"rdquo","\u201E":"bdquo","\xAB":"laquo","\xBB":"raquo","(":"lpar",")":"rpar","[":"lsqb","]":"rsqb","{":"lcub","}":"rcub","\u2308":"lceil","\u2309":"rceil","\u230A":"lfloor","\u230B":"rfloor","\u2985":"lopar","\u2986":"ropar","\u298B":"lbrke","\u298C":"rbrke","\u298D":"lbrkslu","\u298E":"rbrksld","\u298F":"lbrksld","\u2990":"rbrkslu","\u2991":"langd","\u2992":"rangd","\u2993":"lparlt","\u2994":"rpargt","\u2995":"gtlPar","\u2996":"ltrPar","\u27E6":"lobrk","\u27E7":"robrk","\u27E8":"lang","\u27E9":"rang","\u27EA":"Lang","\u27EB":"Rang","\u27EC":"loang","\u27ED":"roang","\u2772":"lbbrk","\u2773":"rbbrk","\u2016":"Vert","\xA7":"sect","\xB6":"para","@":"commat","*":"ast","/":"sol",undefined:null,"&":"amp","#":"num","%":"percnt","\u2030":"permil","\u2031":"pertenk","\u2020":"dagger","\u2021":"Dagger","\u2022":"bull","\u2043":"hybull","\u2032":"prime","\u2033":"Prime","\u2034":"tprime","\u2057":"qprime","\u2035":"bprime","\u2041":"caret","`":"grave","\xB4":"acute","\u02DC":"tilde","^":"Hat","\xAF":"macr","\u02D8":"breve","\u02D9":"dot","\xA8":"die","\u02DA":"ring","\u02DD":"dblac","\xB8":"cedil","\u02DB":"ogon","\u02C6":"circ","\u02C7":"caron","\xB0":"deg","\xA9":"copy","\xAE":"reg","\u2117":"copysr","\u2118":"wp","\u211E":"rx","\u2127":"mho","\u2129":"iiota","\u2190":"larr","\u219A":"nlarr","\u2192":"rarr","\u219B":"nrarr","\u2191":"uarr","\u2193":"darr","\u2194":"harr","\u21AE":"nharr","\u2195":"varr","\u2196":"nwarr","\u2197":"nearr","\u2198":"searr","\u2199":"swarr","\u219D":"rarrw","\u219D\u0338":"nrarrw","\u219E":"Larr","\u219F":"Uarr","\u21A0":"Rarr","\u21A1":"Darr","\u21A2":"larrtl","\u21A3":"rarrtl","\u21A4":"mapstoleft","\u21A5":"mapstoup","\u21A6":"map","\u21A7":"mapstodown","\u21A9":"larrhk","\u21AA":"rarrhk","\u21AB":"larrlp","\u21AC":"rarrlp","\u21AD":"harrw","\u21B0":"lsh","\u21B1":"rsh","\u21B2":"ldsh","\u21B3":"rdsh","\u21B5":"crarr","\u21B6":"cularr","\u21B7":"curarr","\u21BA":"olarr","\u21BB":"orarr","\u21BC":"lharu","\u21BD":"lhard","\u21BE":"uharr","\u21BF":"uharl","\u21C0":"rharu","\u21C1":"rhard","\u21C2":"dharr","\u21C3":"dharl","\u21C4":"rlarr","\u21C5":"udarr","\u21C6":"lrarr","\u21C7":"llarr","\u21C8":"uuarr","\u21C9":"rrarr","\u21CA":"ddarr","\u21CB":"lrhar","\u21CC":"rlhar","\u21D0":"lArr","\u21CD":"nlArr","\u21D1":"uArr","\u21D2":"rArr","\u21CF":"nrArr","\u21D3":"dArr","\u21D4":"iff","\u21CE":"nhArr","\u21D5":"vArr","\u21D6":"nwArr","\u21D7":"neArr","\u21D8":"seArr","\u21D9":"swArr","\u21DA":"lAarr","\u21DB":"rAarr","\u21DD":"zigrarr","\u21E4":"larrb","\u21E5":"rarrb","\u21F5":"duarr","\u21FD":"loarr","\u21FE":"roarr","\u21FF":"hoarr","\u2200":"forall","\u2201":"comp","\u2202":"part","\u2202\u0338":"npart","\u2203":"exist","\u2204":"nexist","\u2205":"empty","\u2207":"Del","\u2208":"in","\u2209":"notin","\u220B":"ni","\u220C":"notni","\u03F6":"bepsi","\u220F":"prod","\u2210":"coprod","\u2211":"sum","+":"plus","\xB1":"pm","\xF7":"div","\xD7":"times","<":"lt","\u226E":"nlt","<\u20D2":"nvlt","=":"equals","\u2260":"ne","=\u20E5":"bne","\u2A75":"Equal",">":"gt","\u226F":"ngt",">\u20D2":"nvgt","\xAC":"not","|":"vert","\xA6":"brvbar","\u2212":"minus","\u2213":"mp","\u2214":"plusdo","\u2044":"frasl","\u2216":"setmn","\u2217":"lowast","\u2218":"compfn","\u221A":"Sqrt","\u221D":"prop","\u221E":"infin","\u221F":"angrt","\u2220":"ang","\u2220\u20D2":"nang","\u2221":"angmsd","\u2222":"angsph","\u2223":"mid","\u2224":"nmid","\u2225":"par","\u2226":"npar","\u2227":"and","\u2228":"or","\u2229":"cap","\u2229\uFE00":"caps","\u222A":"cup","\u222A\uFE00":"cups","\u222B":"int","\u222C":"Int","\u222D":"tint","\u2A0C":"qint","\u222E":"oint","\u222F":"Conint","\u2230":"Cconint","\u2231":"cwint","\u2232":"cwconint","\u2233":"awconint","\u2234":"there4","\u2235":"becaus","\u2236":"ratio","\u2237":"Colon","\u2238":"minusd","\u223A":"mDDot","\u223B":"homtht","\u223C":"sim","\u2241":"nsim","\u223C\u20D2":"nvsim","\u223D":"bsim","\u223D\u0331":"race","\u223E":"ac","\u223E\u0333":"acE","\u223F":"acd","\u2240":"wr","\u2242":"esim","\u2242\u0338":"nesim","\u2243":"sime","\u2244":"nsime","\u2245":"cong","\u2247":"ncong","\u2246":"simne","\u2248":"ap","\u2249":"nap","\u224A":"ape","\u224B":"apid","\u224B\u0338":"napid","\u224C":"bcong","\u224D":"CupCap","\u226D":"NotCupCap","\u224D\u20D2":"nvap","\u224E":"bump","\u224E\u0338":"nbump","\u224F":"bumpe","\u224F\u0338":"nbumpe","\u2250":"doteq","\u2250\u0338":"nedot","\u2251":"eDot","\u2252":"efDot","\u2253":"erDot","\u2254":"colone","\u2255":"ecolon","\u2256":"ecir","\u2257":"cire","\u2259":"wedgeq","\u225A":"veeeq","\u225C":"trie","\u225F":"equest","\u2261":"equiv","\u2262":"nequiv","\u2261\u20E5":"bnequiv","\u2264":"le","\u2270":"nle","\u2264\u20D2":"nvle","\u2265":"ge","\u2271":"nge","\u2265\u20D2":"nvge","\u2266":"lE","\u2266\u0338":"nlE","\u2267":"gE","\u2267\u0338":"ngE","\u2268\uFE00":"lvnE","\u2268":"lnE","\u2269":"gnE","\u2269\uFE00":"gvnE","\u226A":"ll","\u226A\u0338":"nLtv","\u226A\u20D2":"nLt","\u226B":"gg","\u226B\u0338":"nGtv","\u226B\u20D2":"nGt","\u226C":"twixt","\u2272":"lsim","\u2274":"nlsim","\u2273":"gsim","\u2275":"ngsim","\u2276":"lg","\u2278":"ntlg","\u2277":"gl","\u2279":"ntgl","\u227A":"pr","\u2280":"npr","\u227B":"sc","\u2281":"nsc","\u227C":"prcue","\u22E0":"nprcue","\u227D":"sccue","\u22E1":"nsccue","\u227E":"prsim","\u227F":"scsim","\u227F\u0338":"NotSucceedsTilde","\u2282":"sub","\u2284":"nsub","\u2282\u20D2":"vnsub","\u2283":"sup","\u2285":"nsup","\u2283\u20D2":"vnsup","\u2286":"sube","\u2288":"nsube","\u2287":"supe","\u2289":"nsupe","\u228A\uFE00":"vsubne","\u228A":"subne","\u228B\uFE00":"vsupne","\u228B":"supne","\u228D":"cupdot","\u228E":"uplus","\u228F":"sqsub","\u228F\u0338":"NotSquareSubset","\u2290":"sqsup","\u2290\u0338":"NotSquareSuperset","\u2291":"sqsube","\u22E2":"nsqsube","\u2292":"sqsupe","\u22E3":"nsqsupe","\u2293":"sqcap","\u2293\uFE00":"sqcaps","\u2294":"sqcup","\u2294\uFE00":"sqcups","\u2295":"oplus","\u2296":"ominus","\u2297":"otimes","\u2298":"osol","\u2299":"odot","\u229A":"ocir","\u229B":"oast","\u229D":"odash","\u229E":"plusb","\u229F":"minusb","\u22A0":"timesb","\u22A1":"sdotb","\u22A2":"vdash","\u22AC":"nvdash","\u22A3":"dashv","\u22A4":"top","\u22A5":"bot","\u22A7":"models","\u22A8":"vDash","\u22AD":"nvDash","\u22A9":"Vdash","\u22AE":"nVdash","\u22AA":"Vvdash","\u22AB":"VDash","\u22AF":"nVDash","\u22B0":"prurel","\u22B2":"vltri","\u22EA":"nltri","\u22B3":"vrtri","\u22EB":"nrtri","\u22B4":"ltrie","\u22EC":"nltrie","\u22B4\u20D2":"nvltrie","\u22B5":"rtrie","\u22ED":"nrtrie","\u22B5\u20D2":"nvrtrie","\u22B6":"origof","\u22B7":"imof","\u22B8":"mumap","\u22B9":"hercon","\u22BA":"intcal","\u22BB":"veebar","\u22BD":"barvee","\u22BE":"angrtvb","\u22BF":"lrtri","\u22C0":"Wedge","\u22C1":"Vee","\u22C2":"xcap","\u22C3":"xcup","\u22C4":"diam","\u22C5":"sdot","\u22C6":"Star","\u22C7":"divonx","\u22C8":"bowtie","\u22C9":"ltimes","\u22CA":"rtimes","\u22CB":"lthree","\u22CC":"rthree","\u22CD":"bsime","\u22CE":"cuvee","\u22CF":"cuwed","\u22D0":"Sub","\u22D1":"Sup","\u22D2":"Cap","\u22D3":"Cup","\u22D4":"fork","\u22D5":"epar","\u22D6":"ltdot","\u22D7":"gtdot","\u22D8":"Ll","\u22D8\u0338":"nLl","\u22D9":"Gg","\u22D9\u0338":"nGg","\u22DA\uFE00":"lesg","\u22DA":"leg","\u22DB":"gel","\u22DB\uFE00":"gesl","\u22DE":"cuepr","\u22DF":"cuesc","\u22E6":"lnsim","\u22E7":"gnsim","\u22E8":"prnsim","\u22E9":"scnsim","\u22EE":"vellip","\u22EF":"ctdot","\u22F0":"utdot","\u22F1":"dtdot","\u22F2":"disin","\u22F3":"isinsv","\u22F4":"isins","\u22F5":"isindot","\u22F5\u0338":"notindot","\u22F6":"notinvc","\u22F7":"notinvb","\u22F9":"isinE","\u22F9\u0338":"notinE","\u22FA":"nisd","\u22FB":"xnis","\u22FC":"nis","\u22FD":"notnivc","\u22FE":"notnivb","\u2305":"barwed","\u2306":"Barwed","\u230C":"drcrop","\u230D":"dlcrop","\u230E":"urcrop","\u230F":"ulcrop","\u2310":"bnot","\u2312":"profline","\u2313":"profsurf","\u2315":"telrec","\u2316":"target","\u231C":"ulcorn","\u231D":"urcorn","\u231E":"dlcorn","\u231F":"drcorn","\u2322":"frown","\u2323":"smile","\u232D":"cylcty","\u232E":"profalar","\u2336":"topbot","\u233D":"ovbar","\u233F":"solbar","\u237C":"angzarr","\u23B0":"lmoust","\u23B1":"rmoust","\u23B4":"tbrk","\u23B5":"bbrk","\u23B6":"bbrktbrk","\u23DC":"OverParenthesis","\u23DD":"UnderParenthesis","\u23DE":"OverBrace","\u23DF":"UnderBrace","\u23E2":"trpezium","\u23E7":"elinters","\u2423":"blank","\u2500":"boxh","\u2502":"boxv","\u250C":"boxdr","\u2510":"boxdl","\u2514":"boxur","\u2518":"boxul","\u251C":"boxvr","\u2524":"boxvl","\u252C":"boxhd","\u2534":"boxhu","\u253C":"boxvh","\u2550":"boxH","\u2551":"boxV","\u2552":"boxdR","\u2553":"boxDr","\u2554":"boxDR","\u2555":"boxdL","\u2556":"boxDl","\u2557":"boxDL","\u2558":"boxuR","\u2559":"boxUr","\u255A":"boxUR","\u255B":"boxuL","\u255C":"boxUl","\u255D":"boxUL","\u255E":"boxvR","\u255F":"boxVr","\u2560":"boxVR","\u2561":"boxvL","\u2562":"boxVl","\u2563":"boxVL","\u2564":"boxHd","\u2565":"boxhD","\u2566":"boxHD","\u2567":"boxHu","\u2568":"boxhU","\u2569":"boxHU","\u256A":"boxvH","\u256B":"boxVh","\u256C":"boxVH","\u2580":"uhblk","\u2584":"lhblk","\u2588":"block","\u2591":"blk14","\u2592":"blk12","\u2593":"blk34","\u25A1":"squ","\u25AA":"squf","\u25AB":"EmptyVerySmallSquare","\u25AD":"rect","\u25AE":"marker","\u25B1":"fltns","\u25B3":"xutri","\u25B4":"utrif","\u25B5":"utri","\u25B8":"rtrif","\u25B9":"rtri","\u25BD":"xdtri","\u25BE":"dtrif","\u25BF":"dtri","\u25C2":"ltrif","\u25C3":"ltri","\u25CA":"loz","\u25CB":"cir","\u25EC":"tridot","\u25EF":"xcirc","\u25F8":"ultri","\u25F9":"urtri","\u25FA":"lltri","\u25FB":"EmptySmallSquare","\u25FC":"FilledSmallSquare","\u2605":"starf","\u2606":"star","\u260E":"phone","\u2640":"female","\u2642":"male","\u2660":"spades","\u2663":"clubs","\u2665":"hearts","\u2666":"diams","\u266A":"sung","\u2713":"check","\u2717":"cross","\u2720":"malt","\u2736":"sext","\u2758":"VerticalSeparator","\u27C8":"bsolhsub","\u27C9":"suphsol","\u27F5":"xlarr","\u27F6":"xrarr","\u27F7":"xharr","\u27F8":"xlArr","\u27F9":"xrArr","\u27FA":"xhArr","\u27FC":"xmap","\u27FF":"dzigrarr","\u2902":"nvlArr","\u2903":"nvrArr","\u2904":"nvHarr","\u2905":"Map","\u290C":"lbarr","\u290D":"rbarr","\u290E":"lBarr","\u290F":"rBarr","\u2910":"RBarr","\u2911":"DDotrahd","\u2912":"UpArrowBar","\u2913":"DownArrowBar","\u2916":"Rarrtl","\u2919":"latail","\u291A":"ratail","\u291B":"lAtail","\u291C":"rAtail","\u291D":"larrfs","\u291E":"rarrfs","\u291F":"larrbfs","\u2920":"rarrbfs","\u2923":"nwarhk","\u2924":"nearhk","\u2925":"searhk","\u2926":"swarhk","\u2927":"nwnear","\u2928":"toea","\u2929":"tosa","\u292A":"swnwar","\u2933":"rarrc","\u2933\u0338":"nrarrc","\u2935":"cudarrr","\u2936":"ldca","\u2937":"rdca","\u2938":"cudarrl","\u2939":"larrpl","\u293C":"curarrm","\u293D":"cularrp","\u2945":"rarrpl","\u2948":"harrcir","\u2949":"Uarrocir","\u294A":"lurdshar","\u294B":"ldrushar","\u294E":"LeftRightVector","\u294F":"RightUpDownVector","\u2950":"DownLeftRightVector","\u2951":"LeftUpDownVector","\u2952":"LeftVectorBar","\u2953":"RightVectorBar","\u2954":"RightUpVectorBar","\u2955":"RightDownVectorBar","\u2956":"DownLeftVectorBar","\u2957":"DownRightVectorBar","\u2958":"LeftUpVectorBar","\u2959":"LeftDownVectorBar","\u295A":"LeftTeeVector","\u295B":"RightTeeVector","\u295C":"RightUpTeeVector","\u295D":"RightDownTeeVector","\u295E":"DownLeftTeeVector","\u295F":"DownRightTeeVector","\u2960":"LeftUpTeeVector","\u2961":"LeftDownTeeVector","\u2962":"lHar","\u2963":"uHar","\u2964":"rHar","\u2965":"dHar","\u2966":"luruhar","\u2967":"ldrdhar","\u2968":"ruluhar","\u2969":"rdldhar","\u296A":"lharul","\u296B":"llhard","\u296C":"rharul","\u296D":"lrhard","\u296E":"udhar","\u296F":"duhar","\u2970":"RoundImplies","\u2971":"erarr","\u2972":"simrarr","\u2973":"larrsim","\u2974":"rarrsim","\u2975":"rarrap","\u2976":"ltlarr","\u2978":"gtrarr","\u2979":"subrarr","\u297B":"suplarr","\u297C":"lfisht","\u297D":"rfisht","\u297E":"ufisht","\u297F":"dfisht","\u299A":"vzigzag","\u299C":"vangrt","\u299D":"angrtvbd","\u29A4":"ange","\u29A5":"range","\u29A6":"dwangle","\u29A7":"uwangle","\u29A8":"angmsdaa","\u29A9":"angmsdab","\u29AA":"angmsdac","\u29AB":"angmsdad","\u29AC":"angmsdae","\u29AD":"angmsdaf","\u29AE":"angmsdag","\u29AF":"angmsdah","\u29B0":"bemptyv","\u29B1":"demptyv","\u29B2":"cemptyv","\u29B3":"raemptyv","\u29B4":"laemptyv","\u29B5":"ohbar","\u29B6":"omid","\u29B7":"opar","\u29B9":"operp","\u29BB":"olcross","\u29BC":"odsold","\u29BE":"olcir","\u29BF":"ofcir","\u29C0":"olt","\u29C1":"ogt","\u29C2":"cirscir","\u29C3":"cirE","\u29C4":"solb","\u29C5":"bsolb","\u29C9":"boxbox","\u29CD":"trisb","\u29CE":"rtriltri","\u29CF":"LeftTriangleBar","\u29CF\u0338":"NotLeftTriangleBar","\u29D0":"RightTriangleBar","\u29D0\u0338":"NotRightTriangleBar","\u29DC":"iinfin","\u29DD":"infintie","\u29DE":"nvinfin","\u29E3":"eparsl","\u29E4":"smeparsl","\u29E5":"eqvparsl","\u29EB":"lozf","\u29F4":"RuleDelayed","\u29F6":"dsol","\u2A00":"xodot","\u2A01":"xoplus","\u2A02":"xotime","\u2A04":"xuplus","\u2A06":"xsqcup","\u2A0D":"fpartint","\u2A10":"cirfnint","\u2A11":"awint","\u2A12":"rppolint","\u2A13":"scpolint","\u2A14":"npolint","\u2A15":"pointint","\u2A16":"quatint","\u2A17":"intlarhk","\u2A22":"pluscir","\u2A23":"plusacir","\u2A24":"simplus","\u2A25":"plusdu","\u2A26":"plussim","\u2A27":"plustwo","\u2A29":"mcomma","\u2A2A":"minusdu","\u2A2D":"loplus","\u2A2E":"roplus","\u2A2F":"Cross","\u2A30":"timesd","\u2A31":"timesbar","\u2A33":"smashp","\u2A34":"lotimes","\u2A35":"rotimes","\u2A36":"otimesas","\u2A37":"Otimes","\u2A38":"odiv","\u2A39":"triplus","\u2A3A":"triminus","\u2A3B":"tritime","\u2A3C":"iprod","\u2A3F":"amalg","\u2A40":"capdot","\u2A42":"ncup","\u2A43":"ncap","\u2A44":"capand","\u2A45":"cupor","\u2A46":"cupcap","\u2A47":"capcup","\u2A48":"cupbrcap","\u2A49":"capbrcup","\u2A4A":"cupcup","\u2A4B":"capcap","\u2A4C":"ccups","\u2A4D":"ccaps","\u2A50":"ccupssm","\u2A53":"And","\u2A54":"Or","\u2A55":"andand","\u2A56":"oror","\u2A57":"orslope","\u2A58":"andslope","\u2A5A":"andv","\u2A5B":"orv","\u2A5C":"andd","\u2A5D":"ord","\u2A5F":"wedbar","\u2A66":"sdote","\u2A6A":"simdot","\u2A6D":"congdot","\u2A6D\u0338":"ncongdot","\u2A6E":"easter","\u2A6F":"apacir","\u2A70":"apE","\u2A70\u0338":"napE","\u2A71":"eplus","\u2A72":"pluse","\u2A73":"Esim","\u2A77":"eDDot","\u2A78":"equivDD","\u2A79":"ltcir","\u2A7A":"gtcir","\u2A7B":"ltquest","\u2A7C":"gtquest","\u2A7D":"les","\u2A7D\u0338":"nles","\u2A7E":"ges","\u2A7E\u0338":"nges","\u2A7F":"lesdot","\u2A80":"gesdot","\u2A81":"lesdoto","\u2A82":"gesdoto","\u2A83":"lesdotor","\u2A84":"gesdotol","\u2A85":"lap","\u2A86":"gap","\u2A87":"lne","\u2A88":"gne","\u2A89":"lnap","\u2A8A":"gnap","\u2A8B":"lEg","\u2A8C":"gEl","\u2A8D":"lsime","\u2A8E":"gsime","\u2A8F":"lsimg","\u2A90":"gsiml","\u2A91":"lgE","\u2A92":"glE","\u2A93":"lesges","\u2A94":"gesles","\u2A95":"els","\u2A96":"egs","\u2A97":"elsdot","\u2A98":"egsdot","\u2A99":"el","\u2A9A":"eg","\u2A9D":"siml","\u2A9E":"simg","\u2A9F":"simlE","\u2AA0":"simgE","\u2AA1":"LessLess","\u2AA1\u0338":"NotNestedLessLess","\u2AA2":"GreaterGreater","\u2AA2\u0338":"NotNestedGreaterGreater","\u2AA4":"glj","\u2AA5":"gla","\u2AA6":"ltcc","\u2AA7":"gtcc","\u2AA8":"lescc","\u2AA9":"gescc","\u2AAA":"smt","\u2AAB":"lat","\u2AAC":"smte","\u2AAC\uFE00":"smtes","\u2AAD":"late","\u2AAD\uFE00":"lates","\u2AAE":"bumpE","\u2AAF":"pre","\u2AAF\u0338":"npre","\u2AB0":"sce","\u2AB0\u0338":"nsce","\u2AB3":"prE","\u2AB4":"scE","\u2AB5":"prnE","\u2AB6":"scnE","\u2AB7":"prap","\u2AB8":"scap","\u2AB9":"prnap","\u2ABA":"scnap","\u2ABB":"Pr","\u2ABC":"Sc","\u2ABD":"subdot","\u2ABE":"supdot","\u2ABF":"subplus","\u2AC0":"supplus","\u2AC1":"submult","\u2AC2":"supmult","\u2AC3":"subedot","\u2AC4":"supedot","\u2AC5":"subE","\u2AC5\u0338":"nsubE","\u2AC6":"supE","\u2AC6\u0338":"nsupE","\u2AC7":"subsim","\u2AC8":"supsim","\u2ACB\uFE00":"vsubnE","\u2ACB":"subnE","\u2ACC\uFE00":"vsupnE","\u2ACC":"supnE","\u2ACF":"csub","\u2AD0":"csup","\u2AD1":"csube","\u2AD2":"csupe","\u2AD3":"subsup","\u2AD4":"supsub","\u2AD5":"subsub","\u2AD6":"supsup","\u2AD7":"suphsub","\u2AD8":"supdsub","\u2AD9":"forkv","\u2ADA":"topfork","\u2ADB":"mlcp","\u2AE4":"Dashv","\u2AE6":"Vdashl","\u2AE7":"Barv","\u2AE8":"vBar","\u2AE9":"vBarv","\u2AEB":"Vbar","\u2AEC":"Not","\u2AED":"bNot","\u2AEE":"rnmid","\u2AEF":"cirmid","\u2AF0":"midcir","\u2AF1":"topcir","\u2AF2":"nhpar","\u2AF3":"parsim","\u2AFD":"parsl","\u2AFD\u20E5":"nparsl","\u266D":"flat","\u266E":"natur","\u266F":"sharp","\xA4":"curren","\xA2":"cent",$:"dollar","\xA3":"pound","\xA5":"yen","\u20AC":"euro","\xB9":"sup1","\xBD":"half","\u2153":"frac13","\xBC":"frac14","\u2155":"frac15","\u2159":"frac16","\u215B":"frac18","\xB2":"sup2","\u2154":"frac23","\u2156":"frac25","\xB3":"sup3","\xBE":"frac34","\u2157":"frac35","\u215C":"frac38","\u2158":"frac45","\u215A":"frac56","\u215D":"frac58","\u215E":"frac78","\u{1D4B6}":"ascr","\u{1D552}":"aopf","\u{1D51E}":"afr","\u{1D538}":"Aopf","\u{1D504}":"Afr","\u{1D49C}":"Ascr",\u00AA:"ordf",\u00E1:"aacute",\u00C1:"Aacute",\u00E0:"agrave",\u00C0:"Agrave",\u0103:"abreve",\u0102:"Abreve",\u00E2:"acirc",\u00C2:"Acirc",\u00E5:"aring",\u00C5:"angst",\u00E4:"auml",\u00C4:"Auml",\u00E3:"atilde",\u00C3:"Atilde",\u0105:"aogon",\u0104:"Aogon",\u0101:"amacr",\u0100:"Amacr",\u00E6:"aelig",\u00C6:"AElig","\u{1D4B7}":"bscr","\u{1D553}":"bopf","\u{1D51F}":"bfr","\u{1D539}":"Bopf",\u212C:"Bscr","\u{1D505}":"Bfr","\u{1D520}":"cfr","\u{1D4B8}":"cscr","\u{1D554}":"copf",\u212D:"Cfr","\u{1D49E}":"Cscr",\u2102:"Copf",\u0107:"cacute",\u0106:"Cacute",\u0109:"ccirc",\u0108:"Ccirc",\u010D:"ccaron",\u010C:"Ccaron",\u010B:"cdot",\u010A:"Cdot",\u00E7:"ccedil",\u00C7:"Ccedil","\u2105":"incare","\u{1D521}":"dfr","\u2146":"dd","\u{1D555}":"dopf","\u{1D4B9}":"dscr","\u{1D49F}":"Dscr","\u{1D507}":"Dfr","\u2145":"DD","\u{1D53B}":"Dopf",\u010F:"dcaron",\u010E:"Dcaron",\u0111:"dstrok",\u0110:"Dstrok",\u00F0:"eth",\u00D0:"ETH","\u2147":"ee",\u212F:"escr","\u{1D522}":"efr","\u{1D556}":"eopf",\u2130:"Escr","\u{1D508}":"Efr","\u{1D53C}":"Eopf",\u00E9:"eacute",\u00C9:"Eacute",\u00E8:"egrave",\u00C8:"Egrave",\u00EA:"ecirc",\u00CA:"Ecirc",\u011B:"ecaron",\u011A:"Ecaron",\u00EB:"euml",\u00CB:"Euml",\u0117:"edot",\u0116:"Edot",\u0119:"eogon",\u0118:"Eogon",\u0113:"emacr",\u0112:"Emacr","\u{1D523}":"ffr","\u{1D557}":"fopf","\u{1D4BB}":"fscr","\u{1D509}":"Ffr","\u{1D53D}":"Fopf",\u2131:"Fscr",\uFB00:"fflig",\uFB03:"ffilig",\uFB04:"ffllig",\uFB01:"filig",fj:"fjlig",\uFB02:"fllig",\u0192:"fnof",\u210A:"gscr","\u{1D558}":"gopf","\u{1D524}":"gfr","\u{1D4A2}":"Gscr","\u{1D53E}":"Gopf","\u{1D50A}":"Gfr",\u01F5:"gacute",\u011F:"gbreve",\u011E:"Gbreve",\u011D:"gcirc",\u011C:"Gcirc",\u0121:"gdot",\u0120:"Gdot",\u0122:"Gcedil","\u{1D525}":"hfr",\u210E:"planckh","\u{1D4BD}":"hscr","\u{1D559}":"hopf",\u210B:"Hscr",\u210C:"Hfr",\u210D:"Hopf",\u0125:"hcirc",\u0124:"Hcirc",\u210F:"hbar",\u0127:"hstrok",\u0126:"Hstrok","\u{1D55A}":"iopf","\u{1D526}":"ifr","\u{1D4BE}":"iscr","\u2148":"ii","\u{1D540}":"Iopf",\u2110:"Iscr",\u2111:"Im",\u00ED:"iacute",\u00CD:"Iacute",\u00EC:"igrave",\u00CC:"Igrave",\u00EE:"icirc",\u00CE:"Icirc",\u00EF:"iuml",\u00CF:"Iuml",\u0129:"itilde",\u0128:"Itilde",\u0130:"Idot",\u012F:"iogon",\u012E:"Iogon",\u012B:"imacr",\u012A:"Imacr",\u0133:"ijlig",\u0132:"IJlig",\u0131:"imath","\u{1D4BF}":"jscr","\u{1D55B}":"jopf","\u{1D527}":"jfr","\u{1D4A5}":"Jscr","\u{1D50D}":"Jfr","\u{1D541}":"Jopf",\u0135:"jcirc",\u0134:"Jcirc","\u0237":"jmath","\u{1D55C}":"kopf","\u{1D4C0}":"kscr","\u{1D528}":"kfr","\u{1D4A6}":"Kscr","\u{1D542}":"Kopf","\u{1D50E}":"Kfr",\u0137:"kcedil",\u0136:"Kcedil","\u{1D529}":"lfr","\u{1D4C1}":"lscr",\u2113:"ell","\u{1D55D}":"lopf",\u2112:"Lscr","\u{1D50F}":"Lfr","\u{1D543}":"Lopf",\u013A:"lacute",\u0139:"Lacute",\u013E:"lcaron",\u013D:"Lcaron",\u013C:"lcedil",\u013B:"Lcedil",\u0142:"lstrok",\u0141:"Lstrok",\u0140:"lmidot",\u013F:"Lmidot","\u{1D52A}":"mfr","\u{1D55E}":"mopf","\u{1D4C2}":"mscr","\u{1D510}":"Mfr","\u{1D544}":"Mopf",\u2133:"Mscr","\u{1D52B}":"nfr","\u{1D55F}":"nopf","\u{1D4C3}":"nscr",\u2115:"Nopf","\u{1D4A9}":"Nscr","\u{1D511}":"Nfr",\u0144:"nacute",\u0143:"Nacute",\u0148:"ncaron",\u0147:"Ncaron",\u00F1:"ntilde",\u00D1:"Ntilde",\u0146:"ncedil",\u0145:"Ncedil","\u2116":"numero",\u014B:"eng",\u014A:"ENG","\u{1D560}":"oopf","\u{1D52C}":"ofr",\u2134:"oscr","\u{1D4AA}":"Oscr","\u{1D512}":"Ofr","\u{1D546}":"Oopf",\u00BA:"ordm",\u00F3:"oacute",\u00D3:"Oacute",\u00F2:"ograve",\u00D2:"Ograve",\u00F4:"ocirc",\u00D4:"Ocirc",\u00F6:"ouml",\u00D6:"Ouml",\u0151:"odblac",\u0150:"Odblac",\u00F5:"otilde",\u00D5:"Otilde",\u00F8:"oslash",\u00D8:"Oslash",\u014D:"omacr",\u014C:"Omacr",\u0153:"oelig",\u0152:"OElig","\u{1D52D}":"pfr","\u{1D4C5}":"pscr","\u{1D561}":"popf",\u2119:"Popf","\u{1D513}":"Pfr","\u{1D4AB}":"Pscr","\u{1D562}":"qopf","\u{1D52E}":"qfr","\u{1D4C6}":"qscr","\u{1D4AC}":"Qscr","\u{1D514}":"Qfr",\u211A:"Qopf",\u0138:"kgreen","\u{1D52F}":"rfr","\u{1D563}":"ropf","\u{1D4C7}":"rscr",\u211B:"Rscr",\u211C:"Re",\u211D:"Ropf",\u0155:"racute",\u0154:"Racute",\u0159:"rcaron",\u0158:"Rcaron",\u0157:"rcedil",\u0156:"Rcedil","\u{1D564}":"sopf","\u{1D4C8}":"sscr","\u{1D530}":"sfr","\u{1D54A}":"Sopf","\u{1D516}":"Sfr","\u{1D4AE}":"Sscr","\u24C8":"oS",\u015B:"sacute",\u015A:"Sacute",\u015D:"scirc",\u015C:"Scirc",\u0161:"scaron",\u0160:"Scaron",\u015F:"scedil",\u015E:"Scedil",\u00DF:"szlig","\u{1D531}":"tfr","\u{1D4C9}":"tscr","\u{1D565}":"topf","\u{1D4AF}":"Tscr","\u{1D517}":"Tfr","\u{1D54B}":"Topf",\u0165:"tcaron",\u0164:"Tcaron",\u0163:"tcedil",\u0162:"Tcedil","\u2122":"trade",\u0167:"tstrok",\u0166:"Tstrok","\u{1D4CA}":"uscr","\u{1D566}":"uopf","\u{1D532}":"ufr","\u{1D54C}":"Uopf","\u{1D518}":"Ufr","\u{1D4B0}":"Uscr",\u00FA:"uacute",\u00DA:"Uacute",\u00F9:"ugrave",\u00D9:"Ugrave",\u016D:"ubreve",\u016C:"Ubreve",\u00FB:"ucirc",\u00DB:"Ucirc",\u016F:"uring",\u016E:"Uring",\u00FC:"uuml",\u00DC:"Uuml",\u0171:"udblac",\u0170:"Udblac",\u0169:"utilde",\u0168:"Utilde",\u0173:"uogon",\u0172:"Uogon",\u016B:"umacr",\u016A:"Umacr","\u{1D533}":"vfr","\u{1D567}":"vopf","\u{1D4CB}":"vscr","\u{1D519}":"Vfr","\u{1D54D}":"Vopf","\u{1D4B1}":"Vscr","\u{1D568}":"wopf","\u{1D4CC}":"wscr","\u{1D534}":"wfr","\u{1D4B2}":"Wscr","\u{1D54E}":"Wopf","\u{1D51A}":"Wfr",\u0175:"wcirc",\u0174:"Wcirc","\u{1D535}":"xfr","\u{1D4CD}":"xscr","\u{1D569}":"xopf","\u{1D54F}":"Xopf","\u{1D51B}":"Xfr","\u{1D4B3}":"Xscr","\u{1D536}":"yfr","\u{1D4CE}":"yscr","\u{1D56A}":"yopf","\u{1D4B4}":"Yscr","\u{1D51C}":"Yfr","\u{1D550}":"Yopf",\u00FD:"yacute",\u00DD:"Yacute",\u0177:"ycirc",\u0176:"Ycirc",\u00FF:"yuml",\u0178:"Yuml","\u{1D4CF}":"zscr","\u{1D537}":"zfr","\u{1D56B}":"zopf",\u2128:"Zfr",\u2124:"Zopf","\u{1D4B5}":"Zscr",\u017A:"zacute",\u0179:"Zacute",\u017E:"zcaron",\u017D:"Zcaron",\u017C:"zdot",\u017B:"Zdot",\u01B5:"imped",\u00FE:"thorn",\u00DE:"THORN",\u0149:"napos",\u03B1:"alpha",\u0391:"Alpha",\u03B2:"beta",\u0392:"Beta",\u03B3:"gamma",\u0393:"Gamma",\u03B4:"delta",\u0394:"Delta",\u03B5:"epsi","\u03F5":"epsiv",\u0395:"Epsilon",\u03DD:"gammad",\u03DC:"Gammad",\u03B6:"zeta",\u0396:"Zeta",\u03B7:"eta",\u0397:"Eta",\u03B8:"theta",\u03D1:"thetav",\u0398:"Theta",\u03B9:"iota",\u0399:"Iota",\u03BA:"kappa",\u03F0:"kappav",\u039A:"Kappa",\u03BB:"lambda",\u039B:"Lambda",\u03BC:"mu",\u00B5:"micro",\u039C:"Mu",\u03BD:"nu",\u039D:"Nu",\u03BE:"xi",\u039E:"Xi",\u03BF:"omicron",\u039F:"Omicron",\u03C0:"pi",\u03D6:"piv",\u03A0:"Pi",\u03C1:"rho",\u03F1:"rhov",\u03A1:"Rho",\u03C3:"sigma",\u03A3:"Sigma",\u03C2:"sigmaf",\u03C4:"tau",\u03A4:"Tau",\u03C5:"upsi",\u03A5:"Upsilon",\u03D2:"Upsi",\u03C6:"phi",\u03D5:"phiv",\u03A6:"Phi",\u03C7:"chi",\u03A7:"Chi",\u03C8:"psi",\u03A8:"Psi",\u03C9:"omega",\u03A9:"ohm",\u0430:"acy",\u0410:"Acy",\u0431:"bcy",\u0411:"Bcy",\u0432:"vcy",\u0412:"Vcy",\u0433:"gcy",\u0413:"Gcy",\u0453:"gjcy",\u0403:"GJcy",\u0434:"dcy",\u0414:"Dcy",\u0452:"djcy",\u0402:"DJcy",\u0435:"iecy",\u0415:"IEcy",\u0451:"iocy",\u0401:"IOcy",\u0454:"jukcy",\u0404:"Jukcy",\u0436:"zhcy",\u0416:"ZHcy",\u0437:"zcy",\u0417:"Zcy",\u0455:"dscy",\u0405:"DScy",\u0438:"icy",\u0418:"Icy",\u0456:"iukcy",\u0406:"Iukcy",\u0457:"yicy",\u0407:"YIcy",\u0439:"jcy",\u0419:"Jcy",\u0458:"jsercy",\u0408:"Jsercy",\u043A:"kcy",\u041A:"Kcy",\u045C:"kjcy",\u040C:"KJcy",\u043B:"lcy",\u041B:"Lcy",\u0459:"ljcy",\u0409:"LJcy",\u043C:"mcy",\u041C:"Mcy",\u043D:"ncy",\u041D:"Ncy",\u045A:"njcy",\u040A:"NJcy",\u043E:"ocy",\u041E:"Ocy",\u043F:"pcy",\u041F:"Pcy",\u0440:"rcy",\u0420:"Rcy",\u0441:"scy",\u0421:"Scy",\u0442:"tcy",\u0422:"Tcy",\u045B:"tshcy",\u040B:"TSHcy",\u0443:"ucy",\u0423:"Ucy",\u045E:"ubrcy",\u040E:"Ubrcy",\u0444:"fcy",\u0424:"Fcy",\u0445:"khcy",\u0425:"KHcy",\u0446:"tscy",\u0426:"TScy",\u0447:"chcy",\u0427:"CHcy",\u045F:"dzcy",\u040F:"DZcy",\u0448:"shcy",\u0428:"SHcy",\u0449:"shchcy",\u0429:"SHCHcy",\u044A:"hardcy",\u042A:"HARDcy",\u044B:"ycy",\u042B:"Ycy",\u044C:"softcy",\u042C:"SOFTcy",\u044D:"ecy",\u042D:"Ecy",\u044E:"yucy",\u042E:"YUcy",\u044F:"yacy",\u042F:"YAcy",\u2135:"aleph",\u2136:"beth",\u2137:"gimel",\u2138:"daleth"},a=/["&'<>`]/g,l={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},d=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,p=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,f=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,h={aacute:"\xE1",Aacute:"\xC1",abreve:"\u0103",Abreve:"\u0102",ac:"\u223E",acd:"\u223F",acE:"\u223E\u0333",acirc:"\xE2",Acirc:"\xC2",acute:"\xB4",acy:"\u0430",Acy:"\u0410",aelig:"\xE6",AElig:"\xC6",af:"\u2061",afr:"\u{1D51E}",Afr:"\u{1D504}",agrave:"\xE0",Agrave:"\xC0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",Alpha:"\u0391",amacr:"\u0101",Amacr:"\u0100",amalg:"\u2A3F",amp:"&",AMP:"&",and:"\u2227",And:"\u2A53",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",Aogon:"\u0104",aopf:"\u{1D552}",Aopf:"\u{1D538}",ap:"\u2248",apacir:"\u2A6F",ape:"\u224A",apE:"\u2A70",apid:"\u224B",apos:"'",ApplyFunction:"\u2061",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",Aring:"\xC5",ascr:"\u{1D4B6}",Ascr:"\u{1D49C}",Assign:"\u2254",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",Atilde:"\xC3",auml:"\xE4",Auml:"\xC4",awconint:"\u2233",awint:"\u2A11",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",Backslash:"\u2216",Barv:"\u2AE7",barvee:"\u22BD",barwed:"\u2305",Barwed:"\u2306",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",Bcy:"\u0411",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",Because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",Bernoullis:"\u212C",beta:"\u03B2",Beta:"\u0392",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",Bfr:"\u{1D505}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bNot:"\u2AED",bopf:"\u{1D553}",Bopf:"\u{1D539}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxbox:"\u29C9",boxdl:"\u2510",boxdL:"\u2555",boxDl:"\u2556",boxDL:"\u2557",boxdr:"\u250C",boxdR:"\u2552",boxDr:"\u2553",boxDR:"\u2554",boxh:"\u2500",boxH:"\u2550",boxhd:"\u252C",boxhD:"\u2565",boxHd:"\u2564",boxHD:"\u2566",boxhu:"\u2534",boxhU:"\u2568",boxHu:"\u2567",boxHU:"\u2569",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxul:"\u2518",boxuL:"\u255B",boxUl:"\u255C",boxUL:"\u255D",boxur:"\u2514",boxuR:"\u2558",boxUr:"\u2559",boxUR:"\u255A",boxv:"\u2502",boxV:"\u2551",boxvh:"\u253C",boxvH:"\u256A",boxVh:"\u256B",boxVH:"\u256C",boxvl:"\u2524",boxvL:"\u2561",boxVl:"\u2562",boxVL:"\u2563",boxvr:"\u251C",boxvR:"\u255E",boxVr:"\u255F",boxVR:"\u2560",bprime:"\u2035",breve:"\u02D8",Breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",Bscr:"\u212C",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpe:"\u224F",bumpE:"\u2AAE",bumpeq:"\u224F",Bumpeq:"\u224E",cacute:"\u0107",Cacute:"\u0106",cap:"\u2229",Cap:"\u22D2",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",CapitalDifferentialD:"\u2145",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",Cayleys:"\u212D",ccaps:"\u2A4D",ccaron:"\u010D",Ccaron:"\u010C",ccedil:"\xE7",Ccedil:"\xC7",ccirc:"\u0109",Ccirc:"\u0108",Cconint:"\u2230",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",Cdot:"\u010A",cedil:"\xB8",Cedilla:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",CenterDot:"\xB7",cfr:"\u{1D520}",Cfr:"\u212D",chcy:"\u0447",CHcy:"\u0427",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",Chi:"\u03A7",cir:"\u25CB",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",CircleDot:"\u2299",circledR:"\xAE",circledS:"\u24C8",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",cire:"\u2257",cirE:"\u29C3",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",clubs:"\u2663",clubsuit:"\u2663",colon:":",Colon:"\u2237",colone:"\u2254",Colone:"\u2A74",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",Congruent:"\u2261",conint:"\u222E",Conint:"\u222F",ContourIntegral:"\u222E",copf:"\u{1D554}",Copf:"\u2102",coprod:"\u2210",Coproduct:"\u2210",copy:"\xA9",COPY:"\xA9",copysr:"\u2117",CounterClockwiseContourIntegral:"\u2233",crarr:"\u21B5",cross:"\u2717",Cross:"\u2A2F",cscr:"\u{1D4B8}",Cscr:"\u{1D49E}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",Cup:"\u22D3",cupbrcap:"\u2A48",cupcap:"\u2A46",CupCap:"\u224D",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dagger:"\u2020",Dagger:"\u2021",daleth:"\u2138",darr:"\u2193",dArr:"\u21D3",Darr:"\u21A1",dash:"\u2010",dashv:"\u22A3",Dashv:"\u2AE4",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",Dcaron:"\u010E",dcy:"\u0434",Dcy:"\u0414",dd:"\u2146",DD:"\u2145",ddagger:"\u2021",ddarr:"\u21CA",DDotrahd:"\u2911",ddotseq:"\u2A77",deg:"\xB0",Del:"\u2207",delta:"\u03B4",Delta:"\u0394",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",Dfr:"\u{1D507}",dHar:"\u2965",dharl:"\u21C3",dharr:"\u21C2",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",diam:"\u22C4",diamond:"\u22C4",Diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",DifferentialD:"\u2146",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",DJcy:"\u0402",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",Dopf:"\u{1D53B}",dot:"\u02D9",Dot:"\xA8",DotDot:"\u20DC",doteq:"\u2250",doteqdot:"\u2251",DotEqual:"\u2250",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",downarrow:"\u2193",Downarrow:"\u21D3",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",Dscr:"\u{1D49F}",dscy:"\u0455",DScy:"\u0405",dsol:"\u29F6",dstrok:"\u0111",Dstrok:"\u0110",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",DZcy:"\u040F",dzigrarr:"\u27FF",eacute:"\xE9",Eacute:"\xC9",easter:"\u2A6E",ecaron:"\u011B",Ecaron:"\u011A",ecir:"\u2256",ecirc:"\xEA",Ecirc:"\xCA",ecolon:"\u2255",ecy:"\u044D",Ecy:"\u042D",eDDot:"\u2A77",edot:"\u0117",eDot:"\u2251",Edot:"\u0116",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",Efr:"\u{1D508}",eg:"\u2A9A",egrave:"\xE8",Egrave:"\xC8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",Element:"\u2208",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",Emacr:"\u0112",empty:"\u2205",emptyset:"\u2205",EmptySmallSquare:"\u25FB",emptyv:"\u2205",EmptyVerySmallSquare:"\u25AB",emsp:"\u2003",emsp13:"\u2004",emsp14:"\u2005",eng:"\u014B",ENG:"\u014A",ensp:"\u2002",eogon:"\u0119",Eogon:"\u0118",eopf:"\u{1D556}",Eopf:"\u{1D53C}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",Epsilon:"\u0395",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",Equal:"\u2A75",equals:"=",EqualTilde:"\u2242",equest:"\u225F",Equilibrium:"\u21CC",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erarr:"\u2971",erDot:"\u2253",escr:"\u212F",Escr:"\u2130",esdot:"\u2250",esim:"\u2242",Esim:"\u2A73",eta:"\u03B7",Eta:"\u0397",eth:"\xF0",ETH:"\xD0",euml:"\xEB",Euml:"\xCB",euro:"\u20AC",excl:"!",exist:"\u2203",Exists:"\u2203",expectation:"\u2130",exponentiale:"\u2147",ExponentialE:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",Fcy:"\u0424",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",Ffr:"\u{1D509}",filig:"\uFB01",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",Fopf:"\u{1D53D}",forall:"\u2200",ForAll:"\u2200",fork:"\u22D4",forkv:"\u2AD9",Fouriertrf:"\u2131",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",Fscr:"\u2131",gacute:"\u01F5",gamma:"\u03B3",Gamma:"\u0393",gammad:"\u03DD",Gammad:"\u03DC",gap:"\u2A86",gbreve:"\u011F",Gbreve:"\u011E",Gcedil:"\u0122",gcirc:"\u011D",Gcirc:"\u011C",gcy:"\u0433",Gcy:"\u0413",gdot:"\u0121",Gdot:"\u0120",ge:"\u2265",gE:"\u2267",gel:"\u22DB",gEl:"\u2A8C",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",Gfr:"\u{1D50A}",gg:"\u226B",Gg:"\u22D9",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",GJcy:"\u0403",gl:"\u2277",gla:"\u2AA5",glE:"\u2A92",glj:"\u2AA4",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gnE:"\u2269",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",Gopf:"\u{1D53E}",grave:"`",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",gscr:"\u210A",Gscr:"\u{1D4A2}",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",Gt:"\u226B",GT:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",Hacek:"\u02C7",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",HARDcy:"\u042A",harr:"\u2194",hArr:"\u21D4",harrcir:"\u2948",harrw:"\u21AD",Hat:"^",hbar:"\u210F",hcirc:"\u0125",Hcirc:"\u0124",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",Hfr:"\u210C",HilbertSpace:"\u210B",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",Hopf:"\u210D",horbar:"\u2015",HorizontalLine:"\u2500",hscr:"\u{1D4BD}",Hscr:"\u210B",hslash:"\u210F",hstrok:"\u0127",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",Iacute:"\xCD",ic:"\u2063",icirc:"\xEE",Icirc:"\xCE",icy:"\u0438",Icy:"\u0418",Idot:"\u0130",iecy:"\u0435",IEcy:"\u0415",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",Ifr:"\u2111",igrave:"\xEC",Igrave:"\xCC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",IJlig:"\u0132",Im:"\u2111",imacr:"\u012B",Imacr:"\u012A",image:"\u2111",ImaginaryI:"\u2148",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",Implies:"\u21D2",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",Int:"\u222C",intcal:"\u22BA",integers:"\u2124",Integral:"\u222B",intercal:"\u22BA",Intersection:"\u22C2",intlarhk:"\u2A17",intprod:"\u2A3C",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",iocy:"\u0451",IOcy:"\u0401",iogon:"\u012F",Iogon:"\u012E",iopf:"\u{1D55A}",Iopf:"\u{1D540}",iota:"\u03B9",Iota:"\u0399",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",Iscr:"\u2110",isin:"\u2208",isindot:"\u22F5",isinE:"\u22F9",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",Itilde:"\u0128",iukcy:"\u0456",Iukcy:"\u0406",iuml:"\xEF",Iuml:"\xCF",jcirc:"\u0135",Jcirc:"\u0134",jcy:"\u0439",Jcy:"\u0419",jfr:"\u{1D527}",Jfr:"\u{1D50D}",jmath:"\u0237",jopf:"\u{1D55B}",Jopf:"\u{1D541}",jscr:"\u{1D4BF}",Jscr:"\u{1D4A5}",jsercy:"\u0458",Jsercy:"\u0408",jukcy:"\u0454",Jukcy:"\u0404",kappa:"\u03BA",Kappa:"\u039A",kappav:"\u03F0",kcedil:"\u0137",Kcedil:"\u0136",kcy:"\u043A",Kcy:"\u041A",kfr:"\u{1D528}",Kfr:"\u{1D50E}",kgreen:"\u0138",khcy:"\u0445",KHcy:"\u0425",kjcy:"\u045C",KJcy:"\u040C",kopf:"\u{1D55C}",Kopf:"\u{1D542}",kscr:"\u{1D4C0}",Kscr:"\u{1D4A6}",lAarr:"\u21DA",lacute:"\u013A",Lacute:"\u0139",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",Lambda:"\u039B",lang:"\u27E8",Lang:"\u27EA",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",Laplacetrf:"\u2112",laquo:"\xAB",larr:"\u2190",lArr:"\u21D0",Larr:"\u219E",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",lAtail:"\u291B",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lBarr:"\u290E",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",Lcaron:"\u013D",lcedil:"\u013C",Lcedil:"\u013B",lceil:"\u2308",lcub:"{",lcy:"\u043B",Lcy:"\u041B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",lE:"\u2266",LeftAngleBracket:"\u27E8",leftarrow:"\u2190",Leftarrow:"\u21D0",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",leftarrowtail:"\u21A2",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",Leftrightarrow:"\u21D4",LeftRightArrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",leftthreetimes:"\u22CB",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",leg:"\u22DA",lEg:"\u2A8B",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",lessgtr:"\u2276",LessLess:"\u2AA1",lesssim:"\u2272",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",Lfr:"\u{1D50F}",lg:"\u2276",lgE:"\u2A91",lHar:"\u2962",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",LJcy:"\u0409",ll:"\u226A",Ll:"\u22D8",llarr:"\u21C7",llcorner:"\u231E",Lleftarrow:"\u21DA",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",Lmidot:"\u013F",lmoust:"\u23B0",lmoustache:"\u23B0",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lnE:"\u2268",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",Longleftarrow:"\u27F8",LongLeftArrow:"\u27F5",longleftrightarrow:"\u27F7",Longleftrightarrow:"\u27FA",LongLeftRightArrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",Longrightarrow:"\u27F9",LongRightArrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",Lopf:"\u{1D543}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",Lscr:"\u2112",lsh:"\u21B0",Lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",Lstrok:"\u0141",lt:"<",Lt:"\u226A",LT:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",ltrPar:"\u2996",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",Map:"\u2905",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",Mcy:"\u041C",mdash:"\u2014",mDDot:"\u223A",measuredangle:"\u2221",MediumSpace:"\u205F",Mellintrf:"\u2133",mfr:"\u{1D52A}",Mfr:"\u{1D510}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",MinusPlus:"\u2213",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",Mopf:"\u{1D544}",mp:"\u2213",mscr:"\u{1D4C2}",Mscr:"\u2133",mstpos:"\u223E",mu:"\u03BC",Mu:"\u039C",multimap:"\u22B8",mumap:"\u22B8",nabla:"\u2207",nacute:"\u0144",Nacute:"\u0143",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",Ncaron:"\u0147",ncedil:"\u0146",Ncedil:"\u0145",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",Ncy:"\u041D",ndash:"\u2013",ne:"\u2260",nearhk:"\u2924",nearr:"\u2197",neArr:"\u21D7",nearrow:"\u2197",nedot:"\u2250\u0338",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
|
|
43
|
-
`,nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",Nfr:"\u{1D511}",nge:"\u2271",ngE:"\u2267\u0338",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",nGg:"\u22D9\u0338",ngsim:"\u2275",ngt:"\u226F",nGt:"\u226B\u20D2",ngtr:"\u226F",nGtv:"\u226B\u0338",nharr:"\u21AE",nhArr:"\u21CE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",NJcy:"\u040A",nlarr:"\u219A",nlArr:"\u21CD",nldr:"\u2025",nle:"\u2270",nlE:"\u2266\u0338",nleftarrow:"\u219A",nLeftarrow:"\u21CD",nleftrightarrow:"\u21AE",nLeftrightarrow:"\u21CE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nLl:"\u22D8\u0338",nlsim:"\u2274",nlt:"\u226E",nLt:"\u226A\u20D2",nltri:"\u22EA",nltrie:"\u22EC",nLtv:"\u226A\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xA0",nopf:"\u{1D55F}",Nopf:"\u2115",not:"\xAC",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",notin:"\u2209",notindot:"\u22F5\u0338",notinE:"\u22F9\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrarr:"\u219B",nrArr:"\u21CF",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nRightarrow:"\u21CF",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",Nscr:"\u{1D4A9}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsube:"\u2288",nsubE:"\u2AC5\u0338",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupe:"\u2289",nsupE:"\u2AC6\u0338",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",Ntilde:"\xD1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",Nu:"\u039D",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvDash:"\u22AD",nVdash:"\u22AE",nVDash:"\u22AF",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvHarr:"\u2904",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwarhk:"\u2923",nwarr:"\u2196",nwArr:"\u21D6",nwarrow:"\u2196",nwnear:"\u2927",oacute:"\xF3",Oacute:"\xD3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",Ocirc:"\xD4",ocy:"\u043E",Ocy:"\u041E",odash:"\u229D",odblac:"\u0151",Odblac:"\u0150",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",OElig:"\u0152",ofcir:"\u29BF",ofr:"\u{1D52C}",Ofr:"\u{1D512}",ogon:"\u02DB",ograve:"\xF2",Ograve:"\xD2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",Omacr:"\u014C",omega:"\u03C9",Omega:"\u03A9",omicron:"\u03BF",Omicron:"\u039F",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",Oopf:"\u{1D546}",opar:"\u29B7",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",operp:"\u29B9",oplus:"\u2295",or:"\u2228",Or:"\u2A54",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oS:"\u24C8",oscr:"\u2134",Oscr:"\u{1D4AA}",oslash:"\xF8",Oslash:"\xD8",osol:"\u2298",otilde:"\xF5",Otilde:"\xD5",otimes:"\u2297",Otimes:"\u2A37",otimesas:"\u2A36",ouml:"\xF6",Ouml:"\xD6",ovbar:"\u233D",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",PartialD:"\u2202",pcy:"\u043F",Pcy:"\u041F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",Pfr:"\u{1D513}",phi:"\u03C6",Phi:"\u03A6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",Pi:"\u03A0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",PlusMinus:"\xB1",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",Poincareplane:"\u210C",pointint:"\u2A15",popf:"\u{1D561}",Popf:"\u2119",pound:"\xA3",pr:"\u227A",Pr:"\u2ABB",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prE:"\u2AB3",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",Prime:"\u2033",primes:"\u2119",prnap:"\u2AB9",prnE:"\u2AB5",prnsim:"\u22E8",prod:"\u220F",Product:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",Proportion:"\u2237",Proportional:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",Pscr:"\u{1D4AB}",psi:"\u03C8",Psi:"\u03A8",puncsp:"\u2008",qfr:"\u{1D52E}",Qfr:"\u{1D514}",qint:"\u2A0C",qopf:"\u{1D562}",Qopf:"\u211A",qprime:"\u2057",qscr:"\u{1D4C6}",Qscr:"\u{1D4AC}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',QUOT:'"',rAarr:"\u21DB",race:"\u223D\u0331",racute:"\u0155",Racute:"\u0154",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",Rang:"\u27EB",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rArr:"\u21D2",Rarr:"\u21A0",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",Rarrtl:"\u2916",rarrw:"\u219D",ratail:"\u291A",rAtail:"\u291C",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rBarr:"\u290F",RBarr:"\u2910",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",Rcaron:"\u0158",rcedil:"\u0157",Rcedil:"\u0156",rceil:"\u2309",rcub:"}",rcy:"\u0440",Rcy:"\u0420",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",Re:"\u211C",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",REG:"\xAE",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",Rfr:"\u211C",rHar:"\u2964",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",Rho:"\u03A1",rhov:"\u03F1",RightAngleBracket:"\u27E9",rightarrow:"\u2192",Rightarrow:"\u21D2",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",rightarrowtail:"\u21A3",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",rightthreetimes:"\u22CC",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",Ropf:"\u211D",roplus:"\u2A2E",rotimes:"\u2A35",RoundImplies:"\u2970",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",Rrightarrow:"\u21DB",rsaquo:"\u203A",rscr:"\u{1D4C7}",Rscr:"\u211B",rsh:"\u21B1",Rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",RuleDelayed:"\u29F4",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",Sacute:"\u015A",sbquo:"\u201A",sc:"\u227B",Sc:"\u2ABC",scap:"\u2AB8",scaron:"\u0161",Scaron:"\u0160",sccue:"\u227D",sce:"\u2AB0",scE:"\u2AB4",scedil:"\u015F",Scedil:"\u015E",scirc:"\u015D",Scirc:"\u015C",scnap:"\u2ABA",scnE:"\u2AB6",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",Scy:"\u0421",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",searhk:"\u2925",searr:"\u2198",seArr:"\u21D8",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",Sfr:"\u{1D516}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",SHCHcy:"\u0429",shcy:"\u0448",SHcy:"\u0428",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",shortmid:"\u2223",shortparallel:"\u2225",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",shy:"\xAD",sigma:"\u03C3",Sigma:"\u03A3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",SmallCircle:"\u2218",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",SOFTcy:"\u042C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",Sopf:"\u{1D54A}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",Sqrt:"\u221A",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",Sscr:"\u{1D4AE}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",Star:"\u22C6",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",Sub:"\u22D0",subdot:"\u2ABD",sube:"\u2286",subE:"\u2AC5",subedot:"\u2AC3",submult:"\u2AC1",subne:"\u228A",subnE:"\u2ACB",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",Subset:"\u22D0",subseteq:"\u2286",subseteqq:"\u2AC5",SubsetEqual:"\u2286",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",SuchThat:"\u220B",sum:"\u2211",Sum:"\u2211",sung:"\u266A",sup:"\u2283",Sup:"\u22D1",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supE:"\u2AC6",supedot:"\u2AC4",Superset:"\u2283",SupersetEqual:"\u2287",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supne:"\u228B",supnE:"\u2ACC",supplus:"\u2AC0",supset:"\u2283",Supset:"\u22D1",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swarhk:"\u2926",swarr:"\u2199",swArr:"\u21D9",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",Tab:" ",target:"\u2316",tau:"\u03C4",Tau:"\u03A4",tbrk:"\u23B4",tcaron:"\u0165",Tcaron:"\u0164",tcedil:"\u0163",Tcedil:"\u0162",tcy:"\u0442",Tcy:"\u0422",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",Tfr:"\u{1D517}",there4:"\u2234",therefore:"\u2234",Therefore:"\u2234",theta:"\u03B8",Theta:"\u0398",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",ThickSpace:"\u205F\u200A",thinsp:"\u2009",ThinSpace:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",THORN:"\xDE",tilde:"\u02DC",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",Topf:"\u{1D54B}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",TRADE:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",TripleDot:"\u20DB",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",Tscr:"\u{1D4AF}",tscy:"\u0446",TScy:"\u0426",tshcy:"\u045B",TSHcy:"\u040B",tstrok:"\u0167",Tstrok:"\u0166",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uacute:"\xFA",Uacute:"\xDA",uarr:"\u2191",uArr:"\u21D1",Uarr:"\u219F",Uarrocir:"\u2949",ubrcy:"\u045E",Ubrcy:"\u040E",ubreve:"\u016D",Ubreve:"\u016C",ucirc:"\xFB",Ucirc:"\xDB",ucy:"\u0443",Ucy:"\u0423",udarr:"\u21C5",udblac:"\u0171",Udblac:"\u0170",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",Ufr:"\u{1D518}",ugrave:"\xF9",Ugrave:"\xD9",uHar:"\u2963",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",Umacr:"\u016A",uml:"\xA8",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",uogon:"\u0173",Uogon:"\u0172",uopf:"\u{1D566}",Uopf:"\u{1D54C}",uparrow:"\u2191",Uparrow:"\u21D1",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",updownarrow:"\u2195",Updownarrow:"\u21D5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",upsi:"\u03C5",Upsi:"\u03D2",upsih:"\u03D2",upsilon:"\u03C5",Upsilon:"\u03A5",UpTee:"\u22A5",UpTeeArrow:"\u21A5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",Uring:"\u016E",urtri:"\u25F9",uscr:"\u{1D4CA}",Uscr:"\u{1D4B0}",utdot:"\u22F0",utilde:"\u0169",Utilde:"\u0168",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",Uuml:"\xDC",uwangle:"\u29A7",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",vArr:"\u21D5",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vBar:"\u2AE8",Vbar:"\u2AEB",vBarv:"\u2AE9",vcy:"\u0432",Vcy:"\u0412",vdash:"\u22A2",vDash:"\u22A8",Vdash:"\u22A9",VDash:"\u22AB",Vdashl:"\u2AE6",vee:"\u2228",Vee:"\u22C1",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",Verbar:"\u2016",vert:"|",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",vfr:"\u{1D533}",Vfr:"\u{1D519}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",Vopf:"\u{1D54D}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",Vscr:"\u{1D4B1}",vsubne:"\u228A\uFE00",vsubnE:"\u2ACB\uFE00",vsupne:"\u228B\uFE00",vsupnE:"\u2ACC\uFE00",Vvdash:"\u22AA",vzigzag:"\u299A",wcirc:"\u0175",Wcirc:"\u0174",wedbar:"\u2A5F",wedge:"\u2227",Wedge:"\u22C0",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",Wfr:"\u{1D51A}",wopf:"\u{1D568}",Wopf:"\u{1D54E}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",Wscr:"\u{1D4B2}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",Xfr:"\u{1D51B}",xharr:"\u27F7",xhArr:"\u27FA",xi:"\u03BE",Xi:"\u039E",xlarr:"\u27F5",xlArr:"\u27F8",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",Xopf:"\u{1D54F}",xoplus:"\u2A01",xotime:"\u2A02",xrarr:"\u27F6",xrArr:"\u27F9",xscr:"\u{1D4CD}",Xscr:"\u{1D4B3}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",Yacute:"\xDD",yacy:"\u044F",YAcy:"\u042F",ycirc:"\u0177",Ycirc:"\u0176",ycy:"\u044B",Ycy:"\u042B",yen:"\xA5",yfr:"\u{1D536}",Yfr:"\u{1D51C}",yicy:"\u0457",YIcy:"\u0407",yopf:"\u{1D56A}",Yopf:"\u{1D550}",yscr:"\u{1D4CE}",Yscr:"\u{1D4B4}",yucy:"\u044E",YUcy:"\u042E",yuml:"\xFF",Yuml:"\u0178",zacute:"\u017A",Zacute:"\u0179",zcaron:"\u017E",Zcaron:"\u017D",zcy:"\u0437",Zcy:"\u0417",zdot:"\u017C",Zdot:"\u017B",zeetrf:"\u2128",ZeroWidthSpace:"\u200B",zeta:"\u03B6",Zeta:"\u0396",zfr:"\u{1D537}",Zfr:"\u2128",zhcy:"\u0436",ZHcy:"\u0416",zigrarr:"\u21DD",zopf:"\u{1D56B}",Zopf:"\u2124",zscr:"\u{1D4CF}",Zscr:"\u{1D4B5}",zwj:"\u200D",zwnj:"\u200C"},m={aacute:"\xE1",Aacute:"\xC1",acirc:"\xE2",Acirc:"\xC2",acute:"\xB4",aelig:"\xE6",AElig:"\xC6",agrave:"\xE0",Agrave:"\xC0",amp:"&",AMP:"&",aring:"\xE5",Aring:"\xC5",atilde:"\xE3",Atilde:"\xC3",auml:"\xE4",Auml:"\xC4",brvbar:"\xA6",ccedil:"\xE7",Ccedil:"\xC7",cedil:"\xB8",cent:"\xA2",copy:"\xA9",COPY:"\xA9",curren:"\xA4",deg:"\xB0",divide:"\xF7",eacute:"\xE9",Eacute:"\xC9",ecirc:"\xEA",Ecirc:"\xCA",egrave:"\xE8",Egrave:"\xC8",eth:"\xF0",ETH:"\xD0",euml:"\xEB",Euml:"\xCB",frac12:"\xBD",frac14:"\xBC",frac34:"\xBE",gt:">",GT:">",iacute:"\xED",Iacute:"\xCD",icirc:"\xEE",Icirc:"\xCE",iexcl:"\xA1",igrave:"\xEC",Igrave:"\xCC",iquest:"\xBF",iuml:"\xEF",Iuml:"\xCF",laquo:"\xAB",lt:"<",LT:"<",macr:"\xAF",micro:"\xB5",middot:"\xB7",nbsp:"\xA0",not:"\xAC",ntilde:"\xF1",Ntilde:"\xD1",oacute:"\xF3",Oacute:"\xD3",ocirc:"\xF4",Ocirc:"\xD4",ograve:"\xF2",Ograve:"\xD2",ordf:"\xAA",ordm:"\xBA",oslash:"\xF8",Oslash:"\xD8",otilde:"\xF5",Otilde:"\xD5",ouml:"\xF6",Ouml:"\xD6",para:"\xB6",plusmn:"\xB1",pound:"\xA3",quot:'"',QUOT:'"',raquo:"\xBB",reg:"\xAE",REG:"\xAE",sect:"\xA7",shy:"\xAD",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",szlig:"\xDF",thorn:"\xFE",THORN:"\xDE",times:"\xD7",uacute:"\xFA",Uacute:"\xDA",ucirc:"\xFB",Ucirc:"\xDB",ugrave:"\xF9",Ugrave:"\xD9",uml:"\xA8",uuml:"\xFC",Uuml:"\xDC",yacute:"\xFD",Yacute:"\xDD",yen:"\xA5",yuml:"\xFF"},x={0:"\uFFFD",128:"\u20AC",130:"\u201A",131:"\u0192",132:"\u201E",133:"\u2026",134:"\u2020",135:"\u2021",136:"\u02C6",137:"\u2030",138:"\u0160",139:"\u2039",140:"\u0152",142:"\u017D",145:"\u2018",146:"\u2019",147:"\u201C",148:"\u201D",149:"\u2022",150:"\u2013",151:"\u2014",152:"\u02DC",153:"\u2122",154:"\u0161",155:"\u203A",156:"\u0153",158:"\u017E",159:"\u0178"},v=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],g=String.fromCharCode,y={},w=y.hasOwnProperty,b=function(T,F){return w.call(T,F)},E=function(T,F){for(var M=-1,W=T.length;++M<W;)if(T[M]==F)return!0;return!1},S=function(T,F){if(!T)return F;var M={},W;for(W in F)M[W]=b(T,W)?T[W]:F[W];return M},C=function(T,F){var M="";return T>=55296&&T<=57343||T>1114111?(F&&R("character reference outside the permissible Unicode range"),"\uFFFD"):b(x,T)?(F&&R("disallowed character reference"),x[T]):(F&&E(v,T)&&R("disallowed character reference"),T>65535&&(T-=65536,M+=g(T>>>10&1023|55296),T=56320|T&1023),M+=g(T),M)},N=function(T){return"&#x"+T.toString(16).toUpperCase()+";"},L=function(T){return"&#"+T+";"},R=function(T){throw Error("Parse error: "+T)},q=function(T,F){F=S(F,q.options);var M=F.strict;M&&p.test(T)&&R("forbidden code point");var W=F.encodeEverything,U=F.useNamedReferences,Ce=F.allowUnsafeSymbols,ue=F.decimal?L:N,ct=function(ye){return ue(ye.charCodeAt(0))};return W?(T=T.replace(o,function(ye){return U&&b(c,ye)?"&"+c[ye]+";":ct(ye)}),U&&(T=T.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),U&&(T=T.replace(i,function(ye){return"&"+c[ye]+";"}))):U?(Ce||(T=T.replace(a,function(ye){return"&"+c[ye]+";"})),T=T.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒"),T=T.replace(i,function(ye){return"&"+c[ye]+";"})):Ce||(T=T.replace(a,ct)),T.replace(s,function(ye){var It=ye.charCodeAt(0),Ft=ye.charCodeAt(1),lt=(It-55296)*1024+Ft-56320+65536;return ue(lt)}).replace(u,ct)};q.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var j=function(T,F){F=S(F,j.options);var M=F.strict;return M&&d.test(T)&&R("malformed character reference"),T.replace(f,function(W,U,Ce,ue,ct,ye,It,Ft,lt){var Gt,Et,va,Ta,qn,Mn;return U?(qn=U,h[qn]):Ce?(qn=Ce,Mn=ue,Mn&&F.isAttributeValue?(M&&Mn=="="&&R("`&` did not start a character reference"),W):(M&&R("named character reference was not terminated by a semicolon"),m[qn]+(Mn||""))):ct?(va=ct,Et=ye,M&&!Et&&R("character reference was not terminated by a semicolon"),Gt=parseInt(va,10),C(Gt,M)):It?(Ta=It,Et=Ft,M&&!Et&&R("character reference was not terminated by a semicolon"),Gt=parseInt(Ta,16),C(Gt,M)):(M&&R("named character reference was not terminated by a semicolon"),W)})};j.options={isAttributeValue:!1,strict:!1};var _=function(T){return T.replace(a,function(F){return l[F]})},O={version:"1.2.0",encode:q,decode:j,escape:_,unescape:j};if(typeof define=="function"&&typeof define.amd=="object"&&define.amd)define(function(){return O});else if(e&&!e.nodeType)if(r)r.exports=O;else for(var $ in O)b(O,$)&&(e[$]=O[$]);else t.he=O})(Us)});var li,Je,Dn=A(()=>{"use strict";li=st(qs(),1),Je=class{parentNode;childNodes=[];range=[-1,-1];constructor(e=null,r){this.parentNode=e,r&&(this.range=r)}remove(){if(this.parentNode){typeof this.parentNode.invalidateSelectorCacheRecursively=="function"&&this.parentNode.invalidateSelectorCacheRecursively();let e=this.parentNode.childNodes;this.parentNode.childNodes=e.filter(r=>this!==r),this.parentNode=null}return this}invalidateSelectorCacheRecursively(){}get innerText(){return this.rawText}get textContent(){return li.default.decode(this.rawText)}set textContent(e){this.rawText=li.default.encode(e)}}});var di,H,Lr=A(()=>{"use strict";(function(t){t[t.ELEMENT_NODE=1]="ELEMENT_NODE",t[t.TEXT_NODE=3]="TEXT_NODE",t[t.COMMENT_NODE=8]="COMMENT_NODE"})(di||(di={}));H=di});var ir,pi=A(()=>{"use strict";Dn();Lr();ir=class t extends Je{rawText;rawTagName;clone(){return new t(this.rawText,null,void 0,this.rawTagName)}constructor(e,r=null,n,s="!--"){super(r,n),this.rawText=e,this.rawTagName=s}nodeType=H.COMMENT_NODE;get text(){return this.rawText}toString(){return`<!--${this.rawText}-->`}}});function jt(t){return t[t.length-1]}var ed=A(()=>{"use strict"});function Ms(t){return!!t&&t.nodeType===H.ELEMENT_NODE}function td(t,e){return Ms(t)?t.getAttribute(e):void 0}function sb(t){return(t&&t.rawTagName||"").toLowerCase()}function Cn(t){return t&&t.childNodes}function fi(t){return t?t.parentNode:null}function ob(t){return t.text}function ub(t){let e=t.length,r,n,s;for(;--e>-1;){for(r=n=t[e],t[e]=null,s=!0;n;){if(t.indexOf(n)>-1){s=!1,t.splice(e,1);break}n=fi(n)}s&&(t[e]=r)}return t}function rd(t,e){return e.some(r=>Ms(r)?t(r)||rd(t,Cn(r)):!1)}function ib(t){let e=fi(t);return e?Cn(e):[]}function ab(t,e){return td(t,e)!==void 0}function nd(t,e){let r=null;for(let n=0,s=e==null?void 0:e.length;n<s&&!r;n++){let o=e[n];if(t(o))r=o;else{let u=Cn(o);u&&u.length>0&&(r=nd(t,u))}}return r}function sd(t,e){let r=[];for(let n=0,s=e.length;n<s;n++){if(!Ms(e[n]))continue;t(e[n])&&r.push(e[n]);let o=Cn(e[n]);o&&(r=r.concat(sd(t,o)))}return r}var pe,hi=A(()=>{"use strict";Lr();pe={isTag:Ms,getAttributeValue:td,getName:sb,getChildren:Cn,getParent:fi,getText:ob,removeSubsets:ub,existsOne:rd,getSiblings:ib,hasAttrib:ab,findOne:nd,findAll:sd}});var _r,od=A(()=>{"use strict";_r=class{addClosingSlash;voidTags;constructor(e=!1,r){this.addClosingSlash=e,Array.isArray(r)?this.voidTags=r.reduce((n,s)=>n.add(s.toLowerCase()).add(s.toUpperCase()).add(s),new Set):this.voidTags=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"].reduce((n,s)=>n.add(s.toLowerCase()).add(s.toUpperCase()).add(s),new Set)}formatNode(e,r,n){let s=this.addClosingSlash,o=s&&r&&!r.endsWith(" ")?" ":"",u=s?`${o}/`:"";return this.isVoidElement(e.toLowerCase())?`<${e}${r}${u}>`:`<${e}${r}>${n}</${e}>`}isVoidElement(e){return this.voidTags.has(e)}}});var ud,Qe,mi=A(()=>{"use strict";ud=st(qs(),1);Dn();Lr();Qe=class t extends Je{rawText;nodeType=H.TEXT_NODE;rawTagName="#text";constructor(e,r=null,n){super(r,n),this.rawText=e}clone(){return new t(this.rawText,null,this.range?[...this.range]:void 0)}get text(){return ud.default.decode(this.rawText)}get trimmedText(){return this.text.trim()}get trimmedRawText(){return this.rawText.trim()}get isWhitespace(){return/^(\s| )*$/.test(this.rawText)}toString(){return this.rawText}}});function vn(t){return cd.default.decode(t)}function hb(...t){let e=r=>{for(let n=0;n<r.length;n++){let s=r[n];gi.add(s),gi.add(s.toUpperCase())}};for(let r of t)e(r)}function js(t,e={}){var w,b;let r=new _r((w=e==null?void 0:e.voidTag)==null?void 0:w.closingSlash,(b=e==null?void 0:e.voidTag)==null?void 0:b.tags),n=e.blockTextElements||{script:!0,noscript:!0,style:!0,pre:!0},s=Object.keys(n),o=s.map(E=>new RegExp(`^${E}$`,"i")),u=s.filter(E=>!!n[E]).map(E=>new RegExp(`^${E}$`,"i"));function i(E){return u.some(S=>S.test(E))}function c(E){return o.some(S=>S.test(E))}let a=(E,S)=>[E-y,S-y],l=new ar("",{},"",null,[0,t.length],r,e),d=l,p=[l],f=-1,h,m;t=`<${Tn}>${t}</${Tn}>`;let{lowerCaseTagName:x,fixNestedATags:v}=e,g=t.length-(Tn.length+2),y=Tn.length+2;for(;m=Rt.exec(t);){let{0:E,1:S,2:C,3:N,4:L}=m,R=E.length,q=Rt.lastIndex-R,j=Rt.lastIndex;if(f>-1&&f+R<j){let _=t.substring(f,q);d.appendChild(new Qe(_,d,a(f,q)))}if(f=Rt.lastIndex,C!==Tn){if(E[1]==="!"){if(e.comment){let _=t.substring(q+4,j-3);d.appendChild(new ir(_,d,a(q,j)))}continue}if(x&&(C=C.toLowerCase()),!S){let _={};for(let F;F=mb.exec(N);){let{1:M,2:W}=F,U=W[0]==="'"||W[0]==='"';_[M.toLowerCase()]=U?W.slice(1,W.length-1):W}let O=d.rawTagName;!L&&id[O]&&id[O][C]&&(p.pop(),d=jt(p)),v&&(C==="a"||C==="A")&&(h!==void 0&&(p.splice(h),d=jt(p)),h=p.length);let $=Rt.lastIndex,T=$-R;if(d=d.appendChild(new ar(C,_,N.slice(1),null,a(T,$),r,e)),p.push(d),c(C)){let F=`</${C}>`,M=x?t.toLocaleLowerCase().indexOf(F,Rt.lastIndex):t.indexOf(F,Rt.lastIndex),W=M===-1?g:M;if(i(C)){let U=t.substring($,W);U.length>0&&/\S/.test(U)&&d.appendChild(new Qe(U,d,a($,W)))}M===-1?f=Rt.lastIndex=t.length+1:(f=Rt.lastIndex=M+F.length,S="/")}}if(S||L||r.isVoidElement(C))for(;;)if(h!=null&&(C==="a"||C==="A")&&(h=void 0),d.rawTagName===C){d.range[1]=a(-1,Math.max(f,j))[1],p.pop(),d=jt(p);break}else{let _=d.tagName;if(ad[_]&&ad[_][C]){p.pop(),d=jt(p);continue}break}}}return p}function Bt(t,e={}){let r=js(t,e),[n]=r;for(;r.length>1;){let s=r.pop(),o=jt(r);s&&s.parentNode&&s.parentNode.parentNode&&(s.parentNode===o&&s.tagName===o.tagName?e.parseNoneClosedTags!==!0&&(o.removeChild(s),s.childNodes.forEach(u=>{o.parentNode&&o.parentNode.appendChild(u)}),r.pop()):e.parseNoneClosedTags!==!0&&(o.removeChild(s),s.childNodes.forEach(u=>{o.appendChild(u)})))}return n}function Hs(t,e){let r=[];for(let n of t)if(typeof n=="string")if(/<[a-zA-Z!]/.test(n)){let o=js(n,e||{})[0];if(o&&o.childNodes)for(let u of o.childNodes)u.parentNode=null,r.push(u)}else r.push(new Qe(n));else n.remove(),r.push(n);return r}function mt(t,e){return t.map(r=>(r.parentNode=e,r))}var cd,cb,lb,db,pb,fb,gi,xi,ar,Rt,mb,id,ad,Tn,$s=A(()=>{"use strict";ci();cd=st(qs(),1);ed();hi();od();pi();Dn();mi();Lr();cb=["h1","h2","h3","h4","h5","h6","header","hgroup"],lb=["details","dialog","dd","div","dt"],db=["fieldset","figcaption","figure","footer","form"],pb=["table","td","tr"],fb=["address","article","aside","blockquote","br","hr","li","main","nav","ol","p","pre","section","ul"],gi=new Set;hb(cb,lb,db,pb,fb);xi=class{_set;_afterUpdate;_validate(e){if(/\s/.test(e))throw new Error(`DOMException in DOMTokenList.add: The token '${e}' contains HTML space characters, which are not valid in tokens.`)}constructor(e=[],r=()=>null){this._set=new Set(e),this._afterUpdate=r}add(e){this._validate(e),this._set.add(e),this._afterUpdate(this)}replace(e,r){this._validate(r),this._set.delete(e),this._set.add(r),this._afterUpdate(this)}remove(e){this._set.delete(e)&&this._afterUpdate(this)}toggle(e){this._validate(e),this._set.has(e)?this._set.delete(e):this._set.add(e),this._afterUpdate(this)}contains(e){return this._set.has(e)}get length(){return this._set.size}values(){return this._set.values()}get value(){return Array.from(this._set.values())}toString(){return Array.from(this._set.values()).join(" ")}},ar=class t extends Je{rawAttrs;voidTag;_attrs;_rawAttrs;_queryCache;_parseOptions;rawTagName;id;classList;nodeType=H.ELEMENT_NODE;get isSelectorCacheEnabled(){var e;return((e=this._parseOptions)==null?void 0:e.selectorCache)!==!1}getQueryCache(){return this._queryCache||(this._queryCache=new Map),this._queryCache}clearQueryCache(){this._queryCache=void 0}invalidateSelectorCacheRecursively(){let e=this;for(;e;)e.clearQueryCache(),e=e.parentNode}quoteAttribute(e){return e==null?"null":JSON.stringify(e.replace(/"/g,""")).replace(/\\t/g," ").replace(/\\n/g,`
|
|
44
|
-
`).replace(/\\r/g,"\r").replace(/\\/g,"")}constructor(e,r,n="",s=null,o,u=new
|
|
45
|
-
`:this.childNodes.reduce((e,r)=>e+=r.rawText,"")}get textContent(){return vn(this.rawText)}set textContent(e){let r=[new Qe(e,this)];this.childNodes=r,this.invalidateSelectorCacheRecursively()}get text(){return vn(this.rawText)}get structuredText(){let e=[],r=[e];function n(s){if(s.nodeType===H.ELEMENT_NODE)
|
|
42
|
+
)`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], :selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])","read-only":`[readonly]:is(textarea, ${Pl})`,"read-write":`:not([readonly]):is(textarea, ${Pl})`,selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}});function Ml(t){if(t=t.trim().toLowerCase(),t==="even")return[2,0];if(t==="odd")return[2,1];let e=0,r=0,n=o(),s=u();if(e<t.length&&t.charAt(e)==="n"&&(e++,r=n*(s??1),i(),e<t.length?(n=o(),i(),s=u()):n=s=0),s===null||e<t.length)throw new Error(`n-th rule couldn't be parsed ('${t}')`);return[r,n*s];function o(){return t.charAt(e)==="-"?(e++,-1):(t.charAt(e)==="+"&&e++,1)}function u(){let c=e,a=0;for(;e<t.length&&t.charCodeAt(e)>=ql&&t.charCodeAt(e)<=lb;)a=a*10+(t.charCodeAt(e)-ql),e++;return e===c?null:a}function i(){for(;e<t.length&&cb.has(t.charCodeAt(e));)e++}}var cb,ql,lb,Hl=A(()=>{cb=new Set([9,10,12,13,32]),ql=48,lb=57});function jl(t){let e=t[0],r=t[1]-1;if(r<0&&e<=0)return Yu.default.falseFunc;if(e===-1)return o=>o<=r;if(e===0)return o=>o===r;if(e===1)return r<0?Yu.default.trueFunc:o=>o>=r;let n=Math.abs(e),s=(r%n+n)%n;return e>1?o=>o>=r&&o%n===s:o=>o<=r&&o%n===s}var Yu,$l=A(()=>{Yu=st(nr(),1)});function Nr(t){return jl(Ml(t))}var Wl=A(()=>{Hl();$l()});function Lr(t,{adapter:e,cacheResults:r},n){if(r===!1||typeof WeakMap>"u")return u=>t(u)&&n(u);let s=new WeakMap;function o(u){let i=n(u);return s.set(u,i),i}return function(i){if(!t(i))return!1;if(s.has(i))return s.get(i);let c=i;do{let a=Oe(c,e);if(a===null)return o(i);c=a}while(!s.has(c));return s.get(c)&&o(i)}}var Xu=A(()=>{ir()});function Ju(t){return function(r,n,{adapter:s}){let o=s[t];return typeof o!="function"?Ie.falseFunc:function(i){return o(i)&&r(i)}}}var Ie,wn,Vl=A(()=>{Ie=st(nr(),1);Wl();Xu();ir();wn={contains(t,e,r){let{getText:n}=r.adapter;return Lr(t,r,s=>n(s).includes(e))},icontains(t,e,r){let n=e.toLowerCase(),{getText:s}=r.adapter;return Lr(t,r,o=>s(o).toLowerCase().includes(n))},"nth-child"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Ie.falseFunc?Ie.falseFunc:s===Ie.trueFunc?o=>Oe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=0;a<i.length&&!n(u,i[a]);a++)r.isTag(i[a])&&c++;return s(c)&&t(u)}},"nth-last-child"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Ie.falseFunc?Ie.falseFunc:s===Ie.trueFunc?o=>Oe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=i.length-1;a>=0&&!n(u,i[a]);a--)r.isTag(i[a])&&c++;return s(c)&&t(u)}},"nth-of-type"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Ie.falseFunc?Ie.falseFunc:s===Ie.trueFunc?o=>Oe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=0;a<i.length;a++){let l=i[a];if(n(u,l))break;r.isTag(l)&&r.getName(l)===r.getName(u)&&c++}return s(c)&&t(u)}},"nth-last-of-type"(t,e,{adapter:r,equals:n}){let s=Nr(e);return s===Ie.falseFunc?Ie.falseFunc:s===Ie.trueFunc?o=>Oe(o,r)!==null&&t(o):function(u){let i=r.getSiblings(u),c=0;for(let a=i.length-1;a>=0;a--){let l=i[a];if(n(u,l))break;r.isTag(l)&&r.getName(l)===r.getName(u)&&c++}return s(c)&&t(u)}},root(t,e,{adapter:r}){return n=>Oe(n,r)===null&&t(n)},scope(t,e,r,n){let{equals:s}=r;return!n||n.length===0?wn.root(t,e,r):n.length===1?o=>s(n[0],o)&&t(o):o=>n.includes(o)&&t(o)},hover:Ju("isHovered"),visited:Ju("isVisited"),active:Ju("isActive")}});function Qu(t,e,r,n){if(r===null){if(t.length>n)throw new Error(`Pseudo-class :${e} requires an argument`)}else if(t.length===n)throw new Error(`Pseudo-class :${e} doesn't have any arguments`)}var db,Ps,zl=A(()=>{db=/^[ \t\r\n]*$/,Ps={empty(t,{adapter:e}){let r=e.getChildren(t);return r.every(n=>!e.isTag(n))&&r.every(n=>db.test(e.getText(n)))},"first-child"(t,{adapter:e,equals:r}){if(e.prevElementSibling)return e.prevElementSibling(t)==null;let n=e.getSiblings(t).find(s=>e.isTag(s));return n!=null&&r(t,n)},"last-child"(t,{adapter:e,equals:r}){let n=e.getSiblings(t);for(let s=n.length-1;s>=0;s--){if(r(t,n[s]))return!0;if(e.isTag(n[s]))break}return!1},"first-of-type"(t,{adapter:e,equals:r}){let n=e.getSiblings(t),s=e.getName(t);for(let o=0;o<n.length;o++){let u=n[o];if(r(t,u))return!0;if(e.isTag(u)&&e.getName(u)===s)break}return!1},"last-of-type"(t,{adapter:e,equals:r}){let n=e.getSiblings(t),s=e.getName(t);for(let o=n.length-1;o>=0;o--){let u=n[o];if(r(t,u))return!0;if(e.isTag(u)&&e.getName(u)===s)break}return!1},"only-of-type"(t,{adapter:e,equals:r}){let n=e.getName(t);return e.getSiblings(t).every(s=>r(t,s)||!e.isTag(s)||e.getName(s)!==n)},"only-child"(t,{adapter:e,equals:r}){return e.getSiblings(t).every(n=>r(t,n)||!e.isTag(n))}}});function Ur(t){return t.type==="_flexibleDescendant"||Ds(t)}function Gl(t){let e=t.map(_s);for(let r=1;r<t.length;r++){let n=e[r];if(!(n<0))for(let s=r;s>0&&n<e[s-1];s--){let o=t[s];t[s]=t[s-1],t[s-1]=o,e[s]=e[s-1],e[s-1]=n}}}function pb(t){switch(t.action){case ne.Exists:return 10;case ne.Equals:return t.name==="id"?9:8;case ne.Not:return 7;case ne.Start:return 6;case ne.End:return 6;case ne.Any:return 5;case ne.Hyphen:return 4;case ne.Element:return 3}}function _s(t){switch(t.type){case B.Universal:return 50;case B.Tag:return 30;case B.Attribute:return Math.floor(pb(t)/(t.ignoreCase?2:1));case B.Pseudo:return t.data?t.name==="has"||t.name==="contains"||t.name==="icontains"?0:Array.isArray(t.data)?Math.max(0,Math.min(...t.data.map(e=>Math.min(...e.map(_s))))):2:3;default:return-1}}function An(t){return t.type===B.Pseudo&&(t.name==="scope"||Array.isArray(t.data)&&t.data.some(e=>e.some(An)))}var Zu=A(()=>{Rr()});function fb(t){return t.some(e=>e.length>0&&(Ur(e[0])||e.some(An)))}function ti(t){return{xmlMode:!!t.xmlMode,lowerCaseAttributeNames:!!t.lowerCaseAttributeNames,lowerCaseTags:!!t.lowerCaseTags,quirksMode:!!t.quirksMode,cacheResults:!!t.cacheResults,pseudos:t.pseudos,adapter:t.adapter,equals:t.equals}}var ut,ri,ei,qs,ni=A(()=>{ut=st(nr(),1);Xu();ir();Zu();ri={};ei=(t,e,r,n,s)=>{let o=s(e,ti(r),n);return o===ut.trueFunc?t:o===ut.falseFunc?ut.falseFunc:u=>o(u)&&t(u)},qs={is:ei,matches:ei,where:ei,not(t,e,r,n,s){let o=s(e,ti(r),n);return o===ut.falseFunc?t:o===ut.trueFunc?ut.falseFunc:u=>!o(u)&&t(u)},has(t,e,r,n,s){let{adapter:o}=r,u=ti(r);u.relativeSelector=!0;let i=e.some(d=>d.some(Ur))?[ri]:void 0,c=fb(e),a=s(e,u,i);if(a===ut.falseFunc)return ut.falseFunc;if(i&&a!==ut.trueFunc)return c?d=>{if(!t(d))return!1;i[0]=d;let p=o.getChildren(d);return Br(a,a.shouldTestNextSiblings?[...p,...Fs(d,o)]:p,r)!==null}:Lr(t,r,d=>(i[0]=d,Br(a,o.getChildren(d),r)!==null));let l=d=>Br(a,o.getChildren(d),r)!==null;return c?d=>t(d)&&l(d):Lr(t,r,l)}}});function Kl(t,e,r,n,s){var a;let{name:o,data:u}=e;if(Array.isArray(u)){if(!(o in qs))throw new Error(`Unknown pseudo-class :${o}(${u})`);return qs[o](t,u,r,n,s)}let i=(a=r.pseudos)==null?void 0:a[o],c=typeof i=="string"?i:Ku[o];if(typeof c=="string"){if(u!=null)throw new Error(`Pseudo ${o} doesn't have any arguments`);let l=fn(c);return qs.is(t,l,r,n,s)}if(typeof i=="function")return Qu(i,o,u,1),l=>i(l,u)&&t(l);if(o in wn)return wn[o](t,u,r,n);if(o in Ps){let l=Ps[o];return Qu(l,o,u,2),d=>l(d,r,u)&&t(d)}throw new Error(`Unknown pseudo-class :${o}`)}var si=A(()=>{Rr();_l();Vl();zl();ni()});function Yl(t,e,r,n,s,o){let{adapter:u,equals:i,cacheResults:c}=r;switch(e.type){case B.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case B.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case B.Attribute:{if(e.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!r.xmlMode||r.lowerCaseAttributeNames)&&(e.name=e.name.toLowerCase()),Ol[e.action](t,e,r)}case B.Pseudo:return Kl(t,e,r,n,s);case B.Tag:{if(e.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:a}=e;return(!r.xmlMode||r.lowerCaseTags)&&(a=a.toLowerCase()),function(d){return u.getName(d)===a&&t(d)}}case B.Descendant:{if(!o||c===!1||typeof WeakMap>"u")return function(d){let p=d;for(;p=Oe(p,u);)if(t(p))return!0;return!1};let a=new WeakMap;return function(d){let p=d,f;for(;p=Oe(p,u);){let h=a.get(p);if(h===void 0){if(f??(f={matches:!1}),f.matches=t(p),a.set(p,f),f.matches)return!0}else return f&&(f.matches=h.matches),h.matches}return!1}}case"_flexibleDescendant":return function(l){let d=l;do{if(t(d))return!0;d=Oe(d,u)}while(d);return!1};case B.Parent:return function(l){return u.getChildren(l).some(d=>u.isTag(d)&&t(d))};case B.Child:return function(l){let d=Oe(l,u);return d!==null&&t(d)};case B.Sibling:return function(l){let d=u.getSiblings(l);for(let p=0;p<d.length;p++){let f=d[p];if(i(l,f))break;if(u.isTag(f)&&t(f))return!0}return!1};case B.Adjacent:return u.prevElementSibling?function(l){let d=u.prevElementSibling(l);return d!=null&&t(d)}:function(l){let d=u.getSiblings(l),p;for(let f=0;f<d.length;f++){let h=d[f];if(i(l,h))break;u.isTag(h)&&(p=h)}return!!p&&t(p)};case B.Universal:{if(e.namespace!=null&&e.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return t}}}var Xl=A(()=>{Rr();Il();ir();si()});function xb(t,{adapter:e},r){let n=!!(r!=null&&r.every(s=>s===ri||e.isTag(s)&&Oe(s,e)!==null));for(let s of t){if(!(s.length>0&&Ur(s[0])&&s[0].type!==B.Descendant))if(n&&!s.some(An))s.unshift(hb);else continue;s.unshift(gb)}}function oi(t,e,r){t.forEach(Gl);let{context:n=r,rootFunc:s=Or.trueFunc}=e,o=Array.isArray(n),u=n&&(Array.isArray(n)?n:[n]);if(e.relativeSelector!==!1)xb(t,e,u);else if(t.some(a=>a.length>0&&Ur(a[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let i=!1,c=Or.falseFunc;e:for(let a of t){if(a.length>=2){let[p,f]=a;p.type!==B.Pseudo||p.name!=="scope"||(o&&f.type===B.Descendant?a[1]=mb:(f.type===B.Adjacent||f.type===B.Sibling)&&(i=!0))}let l=s,d=!1;for(let p of a)if(l=Yl(l,p,e,u,oi,d),_s(p)===0&&(d=!0),l===Or.falseFunc)continue e;if(l===s)return s;c=c===Or.falseFunc?l:bb(c,l)}return c.shouldTestNextSiblings=i,c}function bb(t,e){return r=>t(r)||e(r)}var Or,hb,mb,gb,Jl=A(()=>{Or=st(nr(),1);Rr();Xl();ir();Zu();ni();hb={type:B.Descendant},mb={type:"_flexibleDescendant"},gb={type:B.Pseudo,name:"scope",data:null}});function ui(t){var r;let e=t??yb;return e.adapter??(e.adapter=Is),e.equals??(e.equals=((r=e.adapter)==null?void 0:r.equals)??Ql),e}function wb(t,e,r){let n=ui(e),s=Zl(t,n,r);return s===En.falseFunc?En.falseFunc:o=>n.adapter.isTag(o)&&s(o)}function Zl(t,e,r){return Ab(typeof t=="string"?fn(t):t,e,r)}function Ab(t,e,r){return oi(t,ui(e),r)}function ed(t){return function(r,n,s){let o=ui(s);typeof r!="function"&&(r=Zl(r,o,n));let u=Eb(n,o.adapter,r.shouldTestNextSiblings);return t(r,u,o)}}function Eb(t,e,r=!1){return r&&(t=Sb(t,e)),Array.isArray(t)?e.removeSubsets(t):e.getChildren(t)}function Sb(t,e){let r=Array.isArray(t)?t.slice(0):[t],n=r.length;for(let s=0;s<n;s++){let o=Fs(r[s],e);r.push(...o)}return r}function Fe(t,e,r){return(typeof e=="function"?e:wb(e,r))(t)}var En,Ql,yb,td,ii,ai=A(()=>{En=st(nr(),1);Rr();Ll();Jl();ir();si();Ql=(t,e)=>t===e,yb={adapter:Is,equals:Ql};td=ed((t,e,r)=>t===En.falseFunc||!e||e.length===0?[]:Fl(t,e,r)),ii=ed((t,e,r)=>t===En.falseFunc||!e||e.length===0?null:Br(t,e,r))});var Hs=ae((Ms,Sn)=>{(function(t){var e=typeof Ms=="object"&&Ms,r=typeof Sn=="object"&&Sn&&Sn.exports==e&&Sn,n=typeof global=="object"&&global;(n.global===n||n.window===n)&&(t=n);var s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,o=/[\x01-\x7F]/g,u=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,i=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,c={"\xAD":"shy","\u200C":"zwnj","\u200D":"zwj","\u200E":"lrm","\u2063":"ic","\u2062":"it","\u2061":"af","\u200F":"rlm","\u200B":"ZeroWidthSpace","\u2060":"NoBreak","\u0311":"DownBreve","\u20DB":"tdot","\u20DC":"DotDot"," ":"Tab","\n":"NewLine","\u2008":"puncsp","\u205F":"MediumSpace","\u2009":"thinsp","\u200A":"hairsp","\u2004":"emsp13","\u2002":"ensp","\u2005":"emsp14","\u2003":"emsp","\u2007":"numsp","\xA0":"nbsp","\u205F\u200A":"ThickSpace","\u203E":"oline",_:"lowbar","\u2010":"dash","\u2013":"ndash","\u2014":"mdash","\u2015":"horbar",",":"comma",";":"semi","\u204F":"bsemi",":":"colon","\u2A74":"Colone","!":"excl","\xA1":"iexcl","?":"quest","\xBF":"iquest",".":"period","\u2025":"nldr","\u2026":"mldr","\xB7":"middot","'":"apos","\u2018":"lsquo","\u2019":"rsquo","\u201A":"sbquo","\u2039":"lsaquo","\u203A":"rsaquo",'"':"quot","\u201C":"ldquo","\u201D":"rdquo","\u201E":"bdquo","\xAB":"laquo","\xBB":"raquo","(":"lpar",")":"rpar","[":"lsqb","]":"rsqb","{":"lcub","}":"rcub","\u2308":"lceil","\u2309":"rceil","\u230A":"lfloor","\u230B":"rfloor","\u2985":"lopar","\u2986":"ropar","\u298B":"lbrke","\u298C":"rbrke","\u298D":"lbrkslu","\u298E":"rbrksld","\u298F":"lbrksld","\u2990":"rbrkslu","\u2991":"langd","\u2992":"rangd","\u2993":"lparlt","\u2994":"rpargt","\u2995":"gtlPar","\u2996":"ltrPar","\u27E6":"lobrk","\u27E7":"robrk","\u27E8":"lang","\u27E9":"rang","\u27EA":"Lang","\u27EB":"Rang","\u27EC":"loang","\u27ED":"roang","\u2772":"lbbrk","\u2773":"rbbrk","\u2016":"Vert","\xA7":"sect","\xB6":"para","@":"commat","*":"ast","/":"sol",undefined:null,"&":"amp","#":"num","%":"percnt","\u2030":"permil","\u2031":"pertenk","\u2020":"dagger","\u2021":"Dagger","\u2022":"bull","\u2043":"hybull","\u2032":"prime","\u2033":"Prime","\u2034":"tprime","\u2057":"qprime","\u2035":"bprime","\u2041":"caret","`":"grave","\xB4":"acute","\u02DC":"tilde","^":"Hat","\xAF":"macr","\u02D8":"breve","\u02D9":"dot","\xA8":"die","\u02DA":"ring","\u02DD":"dblac","\xB8":"cedil","\u02DB":"ogon","\u02C6":"circ","\u02C7":"caron","\xB0":"deg","\xA9":"copy","\xAE":"reg","\u2117":"copysr","\u2118":"wp","\u211E":"rx","\u2127":"mho","\u2129":"iiota","\u2190":"larr","\u219A":"nlarr","\u2192":"rarr","\u219B":"nrarr","\u2191":"uarr","\u2193":"darr","\u2194":"harr","\u21AE":"nharr","\u2195":"varr","\u2196":"nwarr","\u2197":"nearr","\u2198":"searr","\u2199":"swarr","\u219D":"rarrw","\u219D\u0338":"nrarrw","\u219E":"Larr","\u219F":"Uarr","\u21A0":"Rarr","\u21A1":"Darr","\u21A2":"larrtl","\u21A3":"rarrtl","\u21A4":"mapstoleft","\u21A5":"mapstoup","\u21A6":"map","\u21A7":"mapstodown","\u21A9":"larrhk","\u21AA":"rarrhk","\u21AB":"larrlp","\u21AC":"rarrlp","\u21AD":"harrw","\u21B0":"lsh","\u21B1":"rsh","\u21B2":"ldsh","\u21B3":"rdsh","\u21B5":"crarr","\u21B6":"cularr","\u21B7":"curarr","\u21BA":"olarr","\u21BB":"orarr","\u21BC":"lharu","\u21BD":"lhard","\u21BE":"uharr","\u21BF":"uharl","\u21C0":"rharu","\u21C1":"rhard","\u21C2":"dharr","\u21C3":"dharl","\u21C4":"rlarr","\u21C5":"udarr","\u21C6":"lrarr","\u21C7":"llarr","\u21C8":"uuarr","\u21C9":"rrarr","\u21CA":"ddarr","\u21CB":"lrhar","\u21CC":"rlhar","\u21D0":"lArr","\u21CD":"nlArr","\u21D1":"uArr","\u21D2":"rArr","\u21CF":"nrArr","\u21D3":"dArr","\u21D4":"iff","\u21CE":"nhArr","\u21D5":"vArr","\u21D6":"nwArr","\u21D7":"neArr","\u21D8":"seArr","\u21D9":"swArr","\u21DA":"lAarr","\u21DB":"rAarr","\u21DD":"zigrarr","\u21E4":"larrb","\u21E5":"rarrb","\u21F5":"duarr","\u21FD":"loarr","\u21FE":"roarr","\u21FF":"hoarr","\u2200":"forall","\u2201":"comp","\u2202":"part","\u2202\u0338":"npart","\u2203":"exist","\u2204":"nexist","\u2205":"empty","\u2207":"Del","\u2208":"in","\u2209":"notin","\u220B":"ni","\u220C":"notni","\u03F6":"bepsi","\u220F":"prod","\u2210":"coprod","\u2211":"sum","+":"plus","\xB1":"pm","\xF7":"div","\xD7":"times","<":"lt","\u226E":"nlt","<\u20D2":"nvlt","=":"equals","\u2260":"ne","=\u20E5":"bne","\u2A75":"Equal",">":"gt","\u226F":"ngt",">\u20D2":"nvgt","\xAC":"not","|":"vert","\xA6":"brvbar","\u2212":"minus","\u2213":"mp","\u2214":"plusdo","\u2044":"frasl","\u2216":"setmn","\u2217":"lowast","\u2218":"compfn","\u221A":"Sqrt","\u221D":"prop","\u221E":"infin","\u221F":"angrt","\u2220":"ang","\u2220\u20D2":"nang","\u2221":"angmsd","\u2222":"angsph","\u2223":"mid","\u2224":"nmid","\u2225":"par","\u2226":"npar","\u2227":"and","\u2228":"or","\u2229":"cap","\u2229\uFE00":"caps","\u222A":"cup","\u222A\uFE00":"cups","\u222B":"int","\u222C":"Int","\u222D":"tint","\u2A0C":"qint","\u222E":"oint","\u222F":"Conint","\u2230":"Cconint","\u2231":"cwint","\u2232":"cwconint","\u2233":"awconint","\u2234":"there4","\u2235":"becaus","\u2236":"ratio","\u2237":"Colon","\u2238":"minusd","\u223A":"mDDot","\u223B":"homtht","\u223C":"sim","\u2241":"nsim","\u223C\u20D2":"nvsim","\u223D":"bsim","\u223D\u0331":"race","\u223E":"ac","\u223E\u0333":"acE","\u223F":"acd","\u2240":"wr","\u2242":"esim","\u2242\u0338":"nesim","\u2243":"sime","\u2244":"nsime","\u2245":"cong","\u2247":"ncong","\u2246":"simne","\u2248":"ap","\u2249":"nap","\u224A":"ape","\u224B":"apid","\u224B\u0338":"napid","\u224C":"bcong","\u224D":"CupCap","\u226D":"NotCupCap","\u224D\u20D2":"nvap","\u224E":"bump","\u224E\u0338":"nbump","\u224F":"bumpe","\u224F\u0338":"nbumpe","\u2250":"doteq","\u2250\u0338":"nedot","\u2251":"eDot","\u2252":"efDot","\u2253":"erDot","\u2254":"colone","\u2255":"ecolon","\u2256":"ecir","\u2257":"cire","\u2259":"wedgeq","\u225A":"veeeq","\u225C":"trie","\u225F":"equest","\u2261":"equiv","\u2262":"nequiv","\u2261\u20E5":"bnequiv","\u2264":"le","\u2270":"nle","\u2264\u20D2":"nvle","\u2265":"ge","\u2271":"nge","\u2265\u20D2":"nvge","\u2266":"lE","\u2266\u0338":"nlE","\u2267":"gE","\u2267\u0338":"ngE","\u2268\uFE00":"lvnE","\u2268":"lnE","\u2269":"gnE","\u2269\uFE00":"gvnE","\u226A":"ll","\u226A\u0338":"nLtv","\u226A\u20D2":"nLt","\u226B":"gg","\u226B\u0338":"nGtv","\u226B\u20D2":"nGt","\u226C":"twixt","\u2272":"lsim","\u2274":"nlsim","\u2273":"gsim","\u2275":"ngsim","\u2276":"lg","\u2278":"ntlg","\u2277":"gl","\u2279":"ntgl","\u227A":"pr","\u2280":"npr","\u227B":"sc","\u2281":"nsc","\u227C":"prcue","\u22E0":"nprcue","\u227D":"sccue","\u22E1":"nsccue","\u227E":"prsim","\u227F":"scsim","\u227F\u0338":"NotSucceedsTilde","\u2282":"sub","\u2284":"nsub","\u2282\u20D2":"vnsub","\u2283":"sup","\u2285":"nsup","\u2283\u20D2":"vnsup","\u2286":"sube","\u2288":"nsube","\u2287":"supe","\u2289":"nsupe","\u228A\uFE00":"vsubne","\u228A":"subne","\u228B\uFE00":"vsupne","\u228B":"supne","\u228D":"cupdot","\u228E":"uplus","\u228F":"sqsub","\u228F\u0338":"NotSquareSubset","\u2290":"sqsup","\u2290\u0338":"NotSquareSuperset","\u2291":"sqsube","\u22E2":"nsqsube","\u2292":"sqsupe","\u22E3":"nsqsupe","\u2293":"sqcap","\u2293\uFE00":"sqcaps","\u2294":"sqcup","\u2294\uFE00":"sqcups","\u2295":"oplus","\u2296":"ominus","\u2297":"otimes","\u2298":"osol","\u2299":"odot","\u229A":"ocir","\u229B":"oast","\u229D":"odash","\u229E":"plusb","\u229F":"minusb","\u22A0":"timesb","\u22A1":"sdotb","\u22A2":"vdash","\u22AC":"nvdash","\u22A3":"dashv","\u22A4":"top","\u22A5":"bot","\u22A7":"models","\u22A8":"vDash","\u22AD":"nvDash","\u22A9":"Vdash","\u22AE":"nVdash","\u22AA":"Vvdash","\u22AB":"VDash","\u22AF":"nVDash","\u22B0":"prurel","\u22B2":"vltri","\u22EA":"nltri","\u22B3":"vrtri","\u22EB":"nrtri","\u22B4":"ltrie","\u22EC":"nltrie","\u22B4\u20D2":"nvltrie","\u22B5":"rtrie","\u22ED":"nrtrie","\u22B5\u20D2":"nvrtrie","\u22B6":"origof","\u22B7":"imof","\u22B8":"mumap","\u22B9":"hercon","\u22BA":"intcal","\u22BB":"veebar","\u22BD":"barvee","\u22BE":"angrtvb","\u22BF":"lrtri","\u22C0":"Wedge","\u22C1":"Vee","\u22C2":"xcap","\u22C3":"xcup","\u22C4":"diam","\u22C5":"sdot","\u22C6":"Star","\u22C7":"divonx","\u22C8":"bowtie","\u22C9":"ltimes","\u22CA":"rtimes","\u22CB":"lthree","\u22CC":"rthree","\u22CD":"bsime","\u22CE":"cuvee","\u22CF":"cuwed","\u22D0":"Sub","\u22D1":"Sup","\u22D2":"Cap","\u22D3":"Cup","\u22D4":"fork","\u22D5":"epar","\u22D6":"ltdot","\u22D7":"gtdot","\u22D8":"Ll","\u22D8\u0338":"nLl","\u22D9":"Gg","\u22D9\u0338":"nGg","\u22DA\uFE00":"lesg","\u22DA":"leg","\u22DB":"gel","\u22DB\uFE00":"gesl","\u22DE":"cuepr","\u22DF":"cuesc","\u22E6":"lnsim","\u22E7":"gnsim","\u22E8":"prnsim","\u22E9":"scnsim","\u22EE":"vellip","\u22EF":"ctdot","\u22F0":"utdot","\u22F1":"dtdot","\u22F2":"disin","\u22F3":"isinsv","\u22F4":"isins","\u22F5":"isindot","\u22F5\u0338":"notindot","\u22F6":"notinvc","\u22F7":"notinvb","\u22F9":"isinE","\u22F9\u0338":"notinE","\u22FA":"nisd","\u22FB":"xnis","\u22FC":"nis","\u22FD":"notnivc","\u22FE":"notnivb","\u2305":"barwed","\u2306":"Barwed","\u230C":"drcrop","\u230D":"dlcrop","\u230E":"urcrop","\u230F":"ulcrop","\u2310":"bnot","\u2312":"profline","\u2313":"profsurf","\u2315":"telrec","\u2316":"target","\u231C":"ulcorn","\u231D":"urcorn","\u231E":"dlcorn","\u231F":"drcorn","\u2322":"frown","\u2323":"smile","\u232D":"cylcty","\u232E":"profalar","\u2336":"topbot","\u233D":"ovbar","\u233F":"solbar","\u237C":"angzarr","\u23B0":"lmoust","\u23B1":"rmoust","\u23B4":"tbrk","\u23B5":"bbrk","\u23B6":"bbrktbrk","\u23DC":"OverParenthesis","\u23DD":"UnderParenthesis","\u23DE":"OverBrace","\u23DF":"UnderBrace","\u23E2":"trpezium","\u23E7":"elinters","\u2423":"blank","\u2500":"boxh","\u2502":"boxv","\u250C":"boxdr","\u2510":"boxdl","\u2514":"boxur","\u2518":"boxul","\u251C":"boxvr","\u2524":"boxvl","\u252C":"boxhd","\u2534":"boxhu","\u253C":"boxvh","\u2550":"boxH","\u2551":"boxV","\u2552":"boxdR","\u2553":"boxDr","\u2554":"boxDR","\u2555":"boxdL","\u2556":"boxDl","\u2557":"boxDL","\u2558":"boxuR","\u2559":"boxUr","\u255A":"boxUR","\u255B":"boxuL","\u255C":"boxUl","\u255D":"boxUL","\u255E":"boxvR","\u255F":"boxVr","\u2560":"boxVR","\u2561":"boxvL","\u2562":"boxVl","\u2563":"boxVL","\u2564":"boxHd","\u2565":"boxhD","\u2566":"boxHD","\u2567":"boxHu","\u2568":"boxhU","\u2569":"boxHU","\u256A":"boxvH","\u256B":"boxVh","\u256C":"boxVH","\u2580":"uhblk","\u2584":"lhblk","\u2588":"block","\u2591":"blk14","\u2592":"blk12","\u2593":"blk34","\u25A1":"squ","\u25AA":"squf","\u25AB":"EmptyVerySmallSquare","\u25AD":"rect","\u25AE":"marker","\u25B1":"fltns","\u25B3":"xutri","\u25B4":"utrif","\u25B5":"utri","\u25B8":"rtrif","\u25B9":"rtri","\u25BD":"xdtri","\u25BE":"dtrif","\u25BF":"dtri","\u25C2":"ltrif","\u25C3":"ltri","\u25CA":"loz","\u25CB":"cir","\u25EC":"tridot","\u25EF":"xcirc","\u25F8":"ultri","\u25F9":"urtri","\u25FA":"lltri","\u25FB":"EmptySmallSquare","\u25FC":"FilledSmallSquare","\u2605":"starf","\u2606":"star","\u260E":"phone","\u2640":"female","\u2642":"male","\u2660":"spades","\u2663":"clubs","\u2665":"hearts","\u2666":"diams","\u266A":"sung","\u2713":"check","\u2717":"cross","\u2720":"malt","\u2736":"sext","\u2758":"VerticalSeparator","\u27C8":"bsolhsub","\u27C9":"suphsol","\u27F5":"xlarr","\u27F6":"xrarr","\u27F7":"xharr","\u27F8":"xlArr","\u27F9":"xrArr","\u27FA":"xhArr","\u27FC":"xmap","\u27FF":"dzigrarr","\u2902":"nvlArr","\u2903":"nvrArr","\u2904":"nvHarr","\u2905":"Map","\u290C":"lbarr","\u290D":"rbarr","\u290E":"lBarr","\u290F":"rBarr","\u2910":"RBarr","\u2911":"DDotrahd","\u2912":"UpArrowBar","\u2913":"DownArrowBar","\u2916":"Rarrtl","\u2919":"latail","\u291A":"ratail","\u291B":"lAtail","\u291C":"rAtail","\u291D":"larrfs","\u291E":"rarrfs","\u291F":"larrbfs","\u2920":"rarrbfs","\u2923":"nwarhk","\u2924":"nearhk","\u2925":"searhk","\u2926":"swarhk","\u2927":"nwnear","\u2928":"toea","\u2929":"tosa","\u292A":"swnwar","\u2933":"rarrc","\u2933\u0338":"nrarrc","\u2935":"cudarrr","\u2936":"ldca","\u2937":"rdca","\u2938":"cudarrl","\u2939":"larrpl","\u293C":"curarrm","\u293D":"cularrp","\u2945":"rarrpl","\u2948":"harrcir","\u2949":"Uarrocir","\u294A":"lurdshar","\u294B":"ldrushar","\u294E":"LeftRightVector","\u294F":"RightUpDownVector","\u2950":"DownLeftRightVector","\u2951":"LeftUpDownVector","\u2952":"LeftVectorBar","\u2953":"RightVectorBar","\u2954":"RightUpVectorBar","\u2955":"RightDownVectorBar","\u2956":"DownLeftVectorBar","\u2957":"DownRightVectorBar","\u2958":"LeftUpVectorBar","\u2959":"LeftDownVectorBar","\u295A":"LeftTeeVector","\u295B":"RightTeeVector","\u295C":"RightUpTeeVector","\u295D":"RightDownTeeVector","\u295E":"DownLeftTeeVector","\u295F":"DownRightTeeVector","\u2960":"LeftUpTeeVector","\u2961":"LeftDownTeeVector","\u2962":"lHar","\u2963":"uHar","\u2964":"rHar","\u2965":"dHar","\u2966":"luruhar","\u2967":"ldrdhar","\u2968":"ruluhar","\u2969":"rdldhar","\u296A":"lharul","\u296B":"llhard","\u296C":"rharul","\u296D":"lrhard","\u296E":"udhar","\u296F":"duhar","\u2970":"RoundImplies","\u2971":"erarr","\u2972":"simrarr","\u2973":"larrsim","\u2974":"rarrsim","\u2975":"rarrap","\u2976":"ltlarr","\u2978":"gtrarr","\u2979":"subrarr","\u297B":"suplarr","\u297C":"lfisht","\u297D":"rfisht","\u297E":"ufisht","\u297F":"dfisht","\u299A":"vzigzag","\u299C":"vangrt","\u299D":"angrtvbd","\u29A4":"ange","\u29A5":"range","\u29A6":"dwangle","\u29A7":"uwangle","\u29A8":"angmsdaa","\u29A9":"angmsdab","\u29AA":"angmsdac","\u29AB":"angmsdad","\u29AC":"angmsdae","\u29AD":"angmsdaf","\u29AE":"angmsdag","\u29AF":"angmsdah","\u29B0":"bemptyv","\u29B1":"demptyv","\u29B2":"cemptyv","\u29B3":"raemptyv","\u29B4":"laemptyv","\u29B5":"ohbar","\u29B6":"omid","\u29B7":"opar","\u29B9":"operp","\u29BB":"olcross","\u29BC":"odsold","\u29BE":"olcir","\u29BF":"ofcir","\u29C0":"olt","\u29C1":"ogt","\u29C2":"cirscir","\u29C3":"cirE","\u29C4":"solb","\u29C5":"bsolb","\u29C9":"boxbox","\u29CD":"trisb","\u29CE":"rtriltri","\u29CF":"LeftTriangleBar","\u29CF\u0338":"NotLeftTriangleBar","\u29D0":"RightTriangleBar","\u29D0\u0338":"NotRightTriangleBar","\u29DC":"iinfin","\u29DD":"infintie","\u29DE":"nvinfin","\u29E3":"eparsl","\u29E4":"smeparsl","\u29E5":"eqvparsl","\u29EB":"lozf","\u29F4":"RuleDelayed","\u29F6":"dsol","\u2A00":"xodot","\u2A01":"xoplus","\u2A02":"xotime","\u2A04":"xuplus","\u2A06":"xsqcup","\u2A0D":"fpartint","\u2A10":"cirfnint","\u2A11":"awint","\u2A12":"rppolint","\u2A13":"scpolint","\u2A14":"npolint","\u2A15":"pointint","\u2A16":"quatint","\u2A17":"intlarhk","\u2A22":"pluscir","\u2A23":"plusacir","\u2A24":"simplus","\u2A25":"plusdu","\u2A26":"plussim","\u2A27":"plustwo","\u2A29":"mcomma","\u2A2A":"minusdu","\u2A2D":"loplus","\u2A2E":"roplus","\u2A2F":"Cross","\u2A30":"timesd","\u2A31":"timesbar","\u2A33":"smashp","\u2A34":"lotimes","\u2A35":"rotimes","\u2A36":"otimesas","\u2A37":"Otimes","\u2A38":"odiv","\u2A39":"triplus","\u2A3A":"triminus","\u2A3B":"tritime","\u2A3C":"iprod","\u2A3F":"amalg","\u2A40":"capdot","\u2A42":"ncup","\u2A43":"ncap","\u2A44":"capand","\u2A45":"cupor","\u2A46":"cupcap","\u2A47":"capcup","\u2A48":"cupbrcap","\u2A49":"capbrcup","\u2A4A":"cupcup","\u2A4B":"capcap","\u2A4C":"ccups","\u2A4D":"ccaps","\u2A50":"ccupssm","\u2A53":"And","\u2A54":"Or","\u2A55":"andand","\u2A56":"oror","\u2A57":"orslope","\u2A58":"andslope","\u2A5A":"andv","\u2A5B":"orv","\u2A5C":"andd","\u2A5D":"ord","\u2A5F":"wedbar","\u2A66":"sdote","\u2A6A":"simdot","\u2A6D":"congdot","\u2A6D\u0338":"ncongdot","\u2A6E":"easter","\u2A6F":"apacir","\u2A70":"apE","\u2A70\u0338":"napE","\u2A71":"eplus","\u2A72":"pluse","\u2A73":"Esim","\u2A77":"eDDot","\u2A78":"equivDD","\u2A79":"ltcir","\u2A7A":"gtcir","\u2A7B":"ltquest","\u2A7C":"gtquest","\u2A7D":"les","\u2A7D\u0338":"nles","\u2A7E":"ges","\u2A7E\u0338":"nges","\u2A7F":"lesdot","\u2A80":"gesdot","\u2A81":"lesdoto","\u2A82":"gesdoto","\u2A83":"lesdotor","\u2A84":"gesdotol","\u2A85":"lap","\u2A86":"gap","\u2A87":"lne","\u2A88":"gne","\u2A89":"lnap","\u2A8A":"gnap","\u2A8B":"lEg","\u2A8C":"gEl","\u2A8D":"lsime","\u2A8E":"gsime","\u2A8F":"lsimg","\u2A90":"gsiml","\u2A91":"lgE","\u2A92":"glE","\u2A93":"lesges","\u2A94":"gesles","\u2A95":"els","\u2A96":"egs","\u2A97":"elsdot","\u2A98":"egsdot","\u2A99":"el","\u2A9A":"eg","\u2A9D":"siml","\u2A9E":"simg","\u2A9F":"simlE","\u2AA0":"simgE","\u2AA1":"LessLess","\u2AA1\u0338":"NotNestedLessLess","\u2AA2":"GreaterGreater","\u2AA2\u0338":"NotNestedGreaterGreater","\u2AA4":"glj","\u2AA5":"gla","\u2AA6":"ltcc","\u2AA7":"gtcc","\u2AA8":"lescc","\u2AA9":"gescc","\u2AAA":"smt","\u2AAB":"lat","\u2AAC":"smte","\u2AAC\uFE00":"smtes","\u2AAD":"late","\u2AAD\uFE00":"lates","\u2AAE":"bumpE","\u2AAF":"pre","\u2AAF\u0338":"npre","\u2AB0":"sce","\u2AB0\u0338":"nsce","\u2AB3":"prE","\u2AB4":"scE","\u2AB5":"prnE","\u2AB6":"scnE","\u2AB7":"prap","\u2AB8":"scap","\u2AB9":"prnap","\u2ABA":"scnap","\u2ABB":"Pr","\u2ABC":"Sc","\u2ABD":"subdot","\u2ABE":"supdot","\u2ABF":"subplus","\u2AC0":"supplus","\u2AC1":"submult","\u2AC2":"supmult","\u2AC3":"subedot","\u2AC4":"supedot","\u2AC5":"subE","\u2AC5\u0338":"nsubE","\u2AC6":"supE","\u2AC6\u0338":"nsupE","\u2AC7":"subsim","\u2AC8":"supsim","\u2ACB\uFE00":"vsubnE","\u2ACB":"subnE","\u2ACC\uFE00":"vsupnE","\u2ACC":"supnE","\u2ACF":"csub","\u2AD0":"csup","\u2AD1":"csube","\u2AD2":"csupe","\u2AD3":"subsup","\u2AD4":"supsub","\u2AD5":"subsub","\u2AD6":"supsup","\u2AD7":"suphsub","\u2AD8":"supdsub","\u2AD9":"forkv","\u2ADA":"topfork","\u2ADB":"mlcp","\u2AE4":"Dashv","\u2AE6":"Vdashl","\u2AE7":"Barv","\u2AE8":"vBar","\u2AE9":"vBarv","\u2AEB":"Vbar","\u2AEC":"Not","\u2AED":"bNot","\u2AEE":"rnmid","\u2AEF":"cirmid","\u2AF0":"midcir","\u2AF1":"topcir","\u2AF2":"nhpar","\u2AF3":"parsim","\u2AFD":"parsl","\u2AFD\u20E5":"nparsl","\u266D":"flat","\u266E":"natur","\u266F":"sharp","\xA4":"curren","\xA2":"cent",$:"dollar","\xA3":"pound","\xA5":"yen","\u20AC":"euro","\xB9":"sup1","\xBD":"half","\u2153":"frac13","\xBC":"frac14","\u2155":"frac15","\u2159":"frac16","\u215B":"frac18","\xB2":"sup2","\u2154":"frac23","\u2156":"frac25","\xB3":"sup3","\xBE":"frac34","\u2157":"frac35","\u215C":"frac38","\u2158":"frac45","\u215A":"frac56","\u215D":"frac58","\u215E":"frac78","\u{1D4B6}":"ascr","\u{1D552}":"aopf","\u{1D51E}":"afr","\u{1D538}":"Aopf","\u{1D504}":"Afr","\u{1D49C}":"Ascr",\u00AA:"ordf",\u00E1:"aacute",\u00C1:"Aacute",\u00E0:"agrave",\u00C0:"Agrave",\u0103:"abreve",\u0102:"Abreve",\u00E2:"acirc",\u00C2:"Acirc",\u00E5:"aring",\u00C5:"angst",\u00E4:"auml",\u00C4:"Auml",\u00E3:"atilde",\u00C3:"Atilde",\u0105:"aogon",\u0104:"Aogon",\u0101:"amacr",\u0100:"Amacr",\u00E6:"aelig",\u00C6:"AElig","\u{1D4B7}":"bscr","\u{1D553}":"bopf","\u{1D51F}":"bfr","\u{1D539}":"Bopf",\u212C:"Bscr","\u{1D505}":"Bfr","\u{1D520}":"cfr","\u{1D4B8}":"cscr","\u{1D554}":"copf",\u212D:"Cfr","\u{1D49E}":"Cscr",\u2102:"Copf",\u0107:"cacute",\u0106:"Cacute",\u0109:"ccirc",\u0108:"Ccirc",\u010D:"ccaron",\u010C:"Ccaron",\u010B:"cdot",\u010A:"Cdot",\u00E7:"ccedil",\u00C7:"Ccedil","\u2105":"incare","\u{1D521}":"dfr","\u2146":"dd","\u{1D555}":"dopf","\u{1D4B9}":"dscr","\u{1D49F}":"Dscr","\u{1D507}":"Dfr","\u2145":"DD","\u{1D53B}":"Dopf",\u010F:"dcaron",\u010E:"Dcaron",\u0111:"dstrok",\u0110:"Dstrok",\u00F0:"eth",\u00D0:"ETH","\u2147":"ee",\u212F:"escr","\u{1D522}":"efr","\u{1D556}":"eopf",\u2130:"Escr","\u{1D508}":"Efr","\u{1D53C}":"Eopf",\u00E9:"eacute",\u00C9:"Eacute",\u00E8:"egrave",\u00C8:"Egrave",\u00EA:"ecirc",\u00CA:"Ecirc",\u011B:"ecaron",\u011A:"Ecaron",\u00EB:"euml",\u00CB:"Euml",\u0117:"edot",\u0116:"Edot",\u0119:"eogon",\u0118:"Eogon",\u0113:"emacr",\u0112:"Emacr","\u{1D523}":"ffr","\u{1D557}":"fopf","\u{1D4BB}":"fscr","\u{1D509}":"Ffr","\u{1D53D}":"Fopf",\u2131:"Fscr",\uFB00:"fflig",\uFB03:"ffilig",\uFB04:"ffllig",\uFB01:"filig",fj:"fjlig",\uFB02:"fllig",\u0192:"fnof",\u210A:"gscr","\u{1D558}":"gopf","\u{1D524}":"gfr","\u{1D4A2}":"Gscr","\u{1D53E}":"Gopf","\u{1D50A}":"Gfr",\u01F5:"gacute",\u011F:"gbreve",\u011E:"Gbreve",\u011D:"gcirc",\u011C:"Gcirc",\u0121:"gdot",\u0120:"Gdot",\u0122:"Gcedil","\u{1D525}":"hfr",\u210E:"planckh","\u{1D4BD}":"hscr","\u{1D559}":"hopf",\u210B:"Hscr",\u210C:"Hfr",\u210D:"Hopf",\u0125:"hcirc",\u0124:"Hcirc",\u210F:"hbar",\u0127:"hstrok",\u0126:"Hstrok","\u{1D55A}":"iopf","\u{1D526}":"ifr","\u{1D4BE}":"iscr","\u2148":"ii","\u{1D540}":"Iopf",\u2110:"Iscr",\u2111:"Im",\u00ED:"iacute",\u00CD:"Iacute",\u00EC:"igrave",\u00CC:"Igrave",\u00EE:"icirc",\u00CE:"Icirc",\u00EF:"iuml",\u00CF:"Iuml",\u0129:"itilde",\u0128:"Itilde",\u0130:"Idot",\u012F:"iogon",\u012E:"Iogon",\u012B:"imacr",\u012A:"Imacr",\u0133:"ijlig",\u0132:"IJlig",\u0131:"imath","\u{1D4BF}":"jscr","\u{1D55B}":"jopf","\u{1D527}":"jfr","\u{1D4A5}":"Jscr","\u{1D50D}":"Jfr","\u{1D541}":"Jopf",\u0135:"jcirc",\u0134:"Jcirc","\u0237":"jmath","\u{1D55C}":"kopf","\u{1D4C0}":"kscr","\u{1D528}":"kfr","\u{1D4A6}":"Kscr","\u{1D542}":"Kopf","\u{1D50E}":"Kfr",\u0137:"kcedil",\u0136:"Kcedil","\u{1D529}":"lfr","\u{1D4C1}":"lscr",\u2113:"ell","\u{1D55D}":"lopf",\u2112:"Lscr","\u{1D50F}":"Lfr","\u{1D543}":"Lopf",\u013A:"lacute",\u0139:"Lacute",\u013E:"lcaron",\u013D:"Lcaron",\u013C:"lcedil",\u013B:"Lcedil",\u0142:"lstrok",\u0141:"Lstrok",\u0140:"lmidot",\u013F:"Lmidot","\u{1D52A}":"mfr","\u{1D55E}":"mopf","\u{1D4C2}":"mscr","\u{1D510}":"Mfr","\u{1D544}":"Mopf",\u2133:"Mscr","\u{1D52B}":"nfr","\u{1D55F}":"nopf","\u{1D4C3}":"nscr",\u2115:"Nopf","\u{1D4A9}":"Nscr","\u{1D511}":"Nfr",\u0144:"nacute",\u0143:"Nacute",\u0148:"ncaron",\u0147:"Ncaron",\u00F1:"ntilde",\u00D1:"Ntilde",\u0146:"ncedil",\u0145:"Ncedil","\u2116":"numero",\u014B:"eng",\u014A:"ENG","\u{1D560}":"oopf","\u{1D52C}":"ofr",\u2134:"oscr","\u{1D4AA}":"Oscr","\u{1D512}":"Ofr","\u{1D546}":"Oopf",\u00BA:"ordm",\u00F3:"oacute",\u00D3:"Oacute",\u00F2:"ograve",\u00D2:"Ograve",\u00F4:"ocirc",\u00D4:"Ocirc",\u00F6:"ouml",\u00D6:"Ouml",\u0151:"odblac",\u0150:"Odblac",\u00F5:"otilde",\u00D5:"Otilde",\u00F8:"oslash",\u00D8:"Oslash",\u014D:"omacr",\u014C:"Omacr",\u0153:"oelig",\u0152:"OElig","\u{1D52D}":"pfr","\u{1D4C5}":"pscr","\u{1D561}":"popf",\u2119:"Popf","\u{1D513}":"Pfr","\u{1D4AB}":"Pscr","\u{1D562}":"qopf","\u{1D52E}":"qfr","\u{1D4C6}":"qscr","\u{1D4AC}":"Qscr","\u{1D514}":"Qfr",\u211A:"Qopf",\u0138:"kgreen","\u{1D52F}":"rfr","\u{1D563}":"ropf","\u{1D4C7}":"rscr",\u211B:"Rscr",\u211C:"Re",\u211D:"Ropf",\u0155:"racute",\u0154:"Racute",\u0159:"rcaron",\u0158:"Rcaron",\u0157:"rcedil",\u0156:"Rcedil","\u{1D564}":"sopf","\u{1D4C8}":"sscr","\u{1D530}":"sfr","\u{1D54A}":"Sopf","\u{1D516}":"Sfr","\u{1D4AE}":"Sscr","\u24C8":"oS",\u015B:"sacute",\u015A:"Sacute",\u015D:"scirc",\u015C:"Scirc",\u0161:"scaron",\u0160:"Scaron",\u015F:"scedil",\u015E:"Scedil",\u00DF:"szlig","\u{1D531}":"tfr","\u{1D4C9}":"tscr","\u{1D565}":"topf","\u{1D4AF}":"Tscr","\u{1D517}":"Tfr","\u{1D54B}":"Topf",\u0165:"tcaron",\u0164:"Tcaron",\u0163:"tcedil",\u0162:"Tcedil","\u2122":"trade",\u0167:"tstrok",\u0166:"Tstrok","\u{1D4CA}":"uscr","\u{1D566}":"uopf","\u{1D532}":"ufr","\u{1D54C}":"Uopf","\u{1D518}":"Ufr","\u{1D4B0}":"Uscr",\u00FA:"uacute",\u00DA:"Uacute",\u00F9:"ugrave",\u00D9:"Ugrave",\u016D:"ubreve",\u016C:"Ubreve",\u00FB:"ucirc",\u00DB:"Ucirc",\u016F:"uring",\u016E:"Uring",\u00FC:"uuml",\u00DC:"Uuml",\u0171:"udblac",\u0170:"Udblac",\u0169:"utilde",\u0168:"Utilde",\u0173:"uogon",\u0172:"Uogon",\u016B:"umacr",\u016A:"Umacr","\u{1D533}":"vfr","\u{1D567}":"vopf","\u{1D4CB}":"vscr","\u{1D519}":"Vfr","\u{1D54D}":"Vopf","\u{1D4B1}":"Vscr","\u{1D568}":"wopf","\u{1D4CC}":"wscr","\u{1D534}":"wfr","\u{1D4B2}":"Wscr","\u{1D54E}":"Wopf","\u{1D51A}":"Wfr",\u0175:"wcirc",\u0174:"Wcirc","\u{1D535}":"xfr","\u{1D4CD}":"xscr","\u{1D569}":"xopf","\u{1D54F}":"Xopf","\u{1D51B}":"Xfr","\u{1D4B3}":"Xscr","\u{1D536}":"yfr","\u{1D4CE}":"yscr","\u{1D56A}":"yopf","\u{1D4B4}":"Yscr","\u{1D51C}":"Yfr","\u{1D550}":"Yopf",\u00FD:"yacute",\u00DD:"Yacute",\u0177:"ycirc",\u0176:"Ycirc",\u00FF:"yuml",\u0178:"Yuml","\u{1D4CF}":"zscr","\u{1D537}":"zfr","\u{1D56B}":"zopf",\u2128:"Zfr",\u2124:"Zopf","\u{1D4B5}":"Zscr",\u017A:"zacute",\u0179:"Zacute",\u017E:"zcaron",\u017D:"Zcaron",\u017C:"zdot",\u017B:"Zdot",\u01B5:"imped",\u00FE:"thorn",\u00DE:"THORN",\u0149:"napos",\u03B1:"alpha",\u0391:"Alpha",\u03B2:"beta",\u0392:"Beta",\u03B3:"gamma",\u0393:"Gamma",\u03B4:"delta",\u0394:"Delta",\u03B5:"epsi","\u03F5":"epsiv",\u0395:"Epsilon",\u03DD:"gammad",\u03DC:"Gammad",\u03B6:"zeta",\u0396:"Zeta",\u03B7:"eta",\u0397:"Eta",\u03B8:"theta",\u03D1:"thetav",\u0398:"Theta",\u03B9:"iota",\u0399:"Iota",\u03BA:"kappa",\u03F0:"kappav",\u039A:"Kappa",\u03BB:"lambda",\u039B:"Lambda",\u03BC:"mu",\u00B5:"micro",\u039C:"Mu",\u03BD:"nu",\u039D:"Nu",\u03BE:"xi",\u039E:"Xi",\u03BF:"omicron",\u039F:"Omicron",\u03C0:"pi",\u03D6:"piv",\u03A0:"Pi",\u03C1:"rho",\u03F1:"rhov",\u03A1:"Rho",\u03C3:"sigma",\u03A3:"Sigma",\u03C2:"sigmaf",\u03C4:"tau",\u03A4:"Tau",\u03C5:"upsi",\u03A5:"Upsilon",\u03D2:"Upsi",\u03C6:"phi",\u03D5:"phiv",\u03A6:"Phi",\u03C7:"chi",\u03A7:"Chi",\u03C8:"psi",\u03A8:"Psi",\u03C9:"omega",\u03A9:"ohm",\u0430:"acy",\u0410:"Acy",\u0431:"bcy",\u0411:"Bcy",\u0432:"vcy",\u0412:"Vcy",\u0433:"gcy",\u0413:"Gcy",\u0453:"gjcy",\u0403:"GJcy",\u0434:"dcy",\u0414:"Dcy",\u0452:"djcy",\u0402:"DJcy",\u0435:"iecy",\u0415:"IEcy",\u0451:"iocy",\u0401:"IOcy",\u0454:"jukcy",\u0404:"Jukcy",\u0436:"zhcy",\u0416:"ZHcy",\u0437:"zcy",\u0417:"Zcy",\u0455:"dscy",\u0405:"DScy",\u0438:"icy",\u0418:"Icy",\u0456:"iukcy",\u0406:"Iukcy",\u0457:"yicy",\u0407:"YIcy",\u0439:"jcy",\u0419:"Jcy",\u0458:"jsercy",\u0408:"Jsercy",\u043A:"kcy",\u041A:"Kcy",\u045C:"kjcy",\u040C:"KJcy",\u043B:"lcy",\u041B:"Lcy",\u0459:"ljcy",\u0409:"LJcy",\u043C:"mcy",\u041C:"Mcy",\u043D:"ncy",\u041D:"Ncy",\u045A:"njcy",\u040A:"NJcy",\u043E:"ocy",\u041E:"Ocy",\u043F:"pcy",\u041F:"Pcy",\u0440:"rcy",\u0420:"Rcy",\u0441:"scy",\u0421:"Scy",\u0442:"tcy",\u0422:"Tcy",\u045B:"tshcy",\u040B:"TSHcy",\u0443:"ucy",\u0423:"Ucy",\u045E:"ubrcy",\u040E:"Ubrcy",\u0444:"fcy",\u0424:"Fcy",\u0445:"khcy",\u0425:"KHcy",\u0446:"tscy",\u0426:"TScy",\u0447:"chcy",\u0427:"CHcy",\u045F:"dzcy",\u040F:"DZcy",\u0448:"shcy",\u0428:"SHcy",\u0449:"shchcy",\u0429:"SHCHcy",\u044A:"hardcy",\u042A:"HARDcy",\u044B:"ycy",\u042B:"Ycy",\u044C:"softcy",\u042C:"SOFTcy",\u044D:"ecy",\u042D:"Ecy",\u044E:"yucy",\u042E:"YUcy",\u044F:"yacy",\u042F:"YAcy",\u2135:"aleph",\u2136:"beth",\u2137:"gimel",\u2138:"daleth"},a=/["&'<>`]/g,l={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},d=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,p=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,f=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,h={aacute:"\xE1",Aacute:"\xC1",abreve:"\u0103",Abreve:"\u0102",ac:"\u223E",acd:"\u223F",acE:"\u223E\u0333",acirc:"\xE2",Acirc:"\xC2",acute:"\xB4",acy:"\u0430",Acy:"\u0410",aelig:"\xE6",AElig:"\xC6",af:"\u2061",afr:"\u{1D51E}",Afr:"\u{1D504}",agrave:"\xE0",Agrave:"\xC0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",Alpha:"\u0391",amacr:"\u0101",Amacr:"\u0100",amalg:"\u2A3F",amp:"&",AMP:"&",and:"\u2227",And:"\u2A53",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",Aogon:"\u0104",aopf:"\u{1D552}",Aopf:"\u{1D538}",ap:"\u2248",apacir:"\u2A6F",ape:"\u224A",apE:"\u2A70",apid:"\u224B",apos:"'",ApplyFunction:"\u2061",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",Aring:"\xC5",ascr:"\u{1D4B6}",Ascr:"\u{1D49C}",Assign:"\u2254",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",Atilde:"\xC3",auml:"\xE4",Auml:"\xC4",awconint:"\u2233",awint:"\u2A11",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",Backslash:"\u2216",Barv:"\u2AE7",barvee:"\u22BD",barwed:"\u2305",Barwed:"\u2306",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",Bcy:"\u0411",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",Because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",Bernoullis:"\u212C",beta:"\u03B2",Beta:"\u0392",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",Bfr:"\u{1D505}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bNot:"\u2AED",bopf:"\u{1D553}",Bopf:"\u{1D539}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxbox:"\u29C9",boxdl:"\u2510",boxdL:"\u2555",boxDl:"\u2556",boxDL:"\u2557",boxdr:"\u250C",boxdR:"\u2552",boxDr:"\u2553",boxDR:"\u2554",boxh:"\u2500",boxH:"\u2550",boxhd:"\u252C",boxhD:"\u2565",boxHd:"\u2564",boxHD:"\u2566",boxhu:"\u2534",boxhU:"\u2568",boxHu:"\u2567",boxHU:"\u2569",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxul:"\u2518",boxuL:"\u255B",boxUl:"\u255C",boxUL:"\u255D",boxur:"\u2514",boxuR:"\u2558",boxUr:"\u2559",boxUR:"\u255A",boxv:"\u2502",boxV:"\u2551",boxvh:"\u253C",boxvH:"\u256A",boxVh:"\u256B",boxVH:"\u256C",boxvl:"\u2524",boxvL:"\u2561",boxVl:"\u2562",boxVL:"\u2563",boxvr:"\u251C",boxvR:"\u255E",boxVr:"\u255F",boxVR:"\u2560",bprime:"\u2035",breve:"\u02D8",Breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",Bscr:"\u212C",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpe:"\u224F",bumpE:"\u2AAE",bumpeq:"\u224F",Bumpeq:"\u224E",cacute:"\u0107",Cacute:"\u0106",cap:"\u2229",Cap:"\u22D2",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",CapitalDifferentialD:"\u2145",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",Cayleys:"\u212D",ccaps:"\u2A4D",ccaron:"\u010D",Ccaron:"\u010C",ccedil:"\xE7",Ccedil:"\xC7",ccirc:"\u0109",Ccirc:"\u0108",Cconint:"\u2230",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",Cdot:"\u010A",cedil:"\xB8",Cedilla:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",CenterDot:"\xB7",cfr:"\u{1D520}",Cfr:"\u212D",chcy:"\u0447",CHcy:"\u0427",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",Chi:"\u03A7",cir:"\u25CB",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",CircleDot:"\u2299",circledR:"\xAE",circledS:"\u24C8",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",cire:"\u2257",cirE:"\u29C3",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",clubs:"\u2663",clubsuit:"\u2663",colon:":",Colon:"\u2237",colone:"\u2254",Colone:"\u2A74",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",Congruent:"\u2261",conint:"\u222E",Conint:"\u222F",ContourIntegral:"\u222E",copf:"\u{1D554}",Copf:"\u2102",coprod:"\u2210",Coproduct:"\u2210",copy:"\xA9",COPY:"\xA9",copysr:"\u2117",CounterClockwiseContourIntegral:"\u2233",crarr:"\u21B5",cross:"\u2717",Cross:"\u2A2F",cscr:"\u{1D4B8}",Cscr:"\u{1D49E}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",Cup:"\u22D3",cupbrcap:"\u2A48",cupcap:"\u2A46",CupCap:"\u224D",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dagger:"\u2020",Dagger:"\u2021",daleth:"\u2138",darr:"\u2193",dArr:"\u21D3",Darr:"\u21A1",dash:"\u2010",dashv:"\u22A3",Dashv:"\u2AE4",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",Dcaron:"\u010E",dcy:"\u0434",Dcy:"\u0414",dd:"\u2146",DD:"\u2145",ddagger:"\u2021",ddarr:"\u21CA",DDotrahd:"\u2911",ddotseq:"\u2A77",deg:"\xB0",Del:"\u2207",delta:"\u03B4",Delta:"\u0394",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",Dfr:"\u{1D507}",dHar:"\u2965",dharl:"\u21C3",dharr:"\u21C2",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",diam:"\u22C4",diamond:"\u22C4",Diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",DifferentialD:"\u2146",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",DJcy:"\u0402",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",Dopf:"\u{1D53B}",dot:"\u02D9",Dot:"\xA8",DotDot:"\u20DC",doteq:"\u2250",doteqdot:"\u2251",DotEqual:"\u2250",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",downarrow:"\u2193",Downarrow:"\u21D3",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",Dscr:"\u{1D49F}",dscy:"\u0455",DScy:"\u0405",dsol:"\u29F6",dstrok:"\u0111",Dstrok:"\u0110",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",DZcy:"\u040F",dzigrarr:"\u27FF",eacute:"\xE9",Eacute:"\xC9",easter:"\u2A6E",ecaron:"\u011B",Ecaron:"\u011A",ecir:"\u2256",ecirc:"\xEA",Ecirc:"\xCA",ecolon:"\u2255",ecy:"\u044D",Ecy:"\u042D",eDDot:"\u2A77",edot:"\u0117",eDot:"\u2251",Edot:"\u0116",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",Efr:"\u{1D508}",eg:"\u2A9A",egrave:"\xE8",Egrave:"\xC8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",Element:"\u2208",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",Emacr:"\u0112",empty:"\u2205",emptyset:"\u2205",EmptySmallSquare:"\u25FB",emptyv:"\u2205",EmptyVerySmallSquare:"\u25AB",emsp:"\u2003",emsp13:"\u2004",emsp14:"\u2005",eng:"\u014B",ENG:"\u014A",ensp:"\u2002",eogon:"\u0119",Eogon:"\u0118",eopf:"\u{1D556}",Eopf:"\u{1D53C}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",Epsilon:"\u0395",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",Equal:"\u2A75",equals:"=",EqualTilde:"\u2242",equest:"\u225F",Equilibrium:"\u21CC",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erarr:"\u2971",erDot:"\u2253",escr:"\u212F",Escr:"\u2130",esdot:"\u2250",esim:"\u2242",Esim:"\u2A73",eta:"\u03B7",Eta:"\u0397",eth:"\xF0",ETH:"\xD0",euml:"\xEB",Euml:"\xCB",euro:"\u20AC",excl:"!",exist:"\u2203",Exists:"\u2203",expectation:"\u2130",exponentiale:"\u2147",ExponentialE:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",Fcy:"\u0424",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",Ffr:"\u{1D509}",filig:"\uFB01",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",Fopf:"\u{1D53D}",forall:"\u2200",ForAll:"\u2200",fork:"\u22D4",forkv:"\u2AD9",Fouriertrf:"\u2131",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",Fscr:"\u2131",gacute:"\u01F5",gamma:"\u03B3",Gamma:"\u0393",gammad:"\u03DD",Gammad:"\u03DC",gap:"\u2A86",gbreve:"\u011F",Gbreve:"\u011E",Gcedil:"\u0122",gcirc:"\u011D",Gcirc:"\u011C",gcy:"\u0433",Gcy:"\u0413",gdot:"\u0121",Gdot:"\u0120",ge:"\u2265",gE:"\u2267",gel:"\u22DB",gEl:"\u2A8C",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",Gfr:"\u{1D50A}",gg:"\u226B",Gg:"\u22D9",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",GJcy:"\u0403",gl:"\u2277",gla:"\u2AA5",glE:"\u2A92",glj:"\u2AA4",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gnE:"\u2269",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",Gopf:"\u{1D53E}",grave:"`",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",gscr:"\u210A",Gscr:"\u{1D4A2}",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",Gt:"\u226B",GT:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",Hacek:"\u02C7",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",HARDcy:"\u042A",harr:"\u2194",hArr:"\u21D4",harrcir:"\u2948",harrw:"\u21AD",Hat:"^",hbar:"\u210F",hcirc:"\u0125",Hcirc:"\u0124",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",Hfr:"\u210C",HilbertSpace:"\u210B",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",Hopf:"\u210D",horbar:"\u2015",HorizontalLine:"\u2500",hscr:"\u{1D4BD}",Hscr:"\u210B",hslash:"\u210F",hstrok:"\u0127",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",Iacute:"\xCD",ic:"\u2063",icirc:"\xEE",Icirc:"\xCE",icy:"\u0438",Icy:"\u0418",Idot:"\u0130",iecy:"\u0435",IEcy:"\u0415",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",Ifr:"\u2111",igrave:"\xEC",Igrave:"\xCC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",IJlig:"\u0132",Im:"\u2111",imacr:"\u012B",Imacr:"\u012A",image:"\u2111",ImaginaryI:"\u2148",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",Implies:"\u21D2",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",Int:"\u222C",intcal:"\u22BA",integers:"\u2124",Integral:"\u222B",intercal:"\u22BA",Intersection:"\u22C2",intlarhk:"\u2A17",intprod:"\u2A3C",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",iocy:"\u0451",IOcy:"\u0401",iogon:"\u012F",Iogon:"\u012E",iopf:"\u{1D55A}",Iopf:"\u{1D540}",iota:"\u03B9",Iota:"\u0399",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",Iscr:"\u2110",isin:"\u2208",isindot:"\u22F5",isinE:"\u22F9",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",Itilde:"\u0128",iukcy:"\u0456",Iukcy:"\u0406",iuml:"\xEF",Iuml:"\xCF",jcirc:"\u0135",Jcirc:"\u0134",jcy:"\u0439",Jcy:"\u0419",jfr:"\u{1D527}",Jfr:"\u{1D50D}",jmath:"\u0237",jopf:"\u{1D55B}",Jopf:"\u{1D541}",jscr:"\u{1D4BF}",Jscr:"\u{1D4A5}",jsercy:"\u0458",Jsercy:"\u0408",jukcy:"\u0454",Jukcy:"\u0404",kappa:"\u03BA",Kappa:"\u039A",kappav:"\u03F0",kcedil:"\u0137",Kcedil:"\u0136",kcy:"\u043A",Kcy:"\u041A",kfr:"\u{1D528}",Kfr:"\u{1D50E}",kgreen:"\u0138",khcy:"\u0445",KHcy:"\u0425",kjcy:"\u045C",KJcy:"\u040C",kopf:"\u{1D55C}",Kopf:"\u{1D542}",kscr:"\u{1D4C0}",Kscr:"\u{1D4A6}",lAarr:"\u21DA",lacute:"\u013A",Lacute:"\u0139",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",Lambda:"\u039B",lang:"\u27E8",Lang:"\u27EA",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",Laplacetrf:"\u2112",laquo:"\xAB",larr:"\u2190",lArr:"\u21D0",Larr:"\u219E",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",lAtail:"\u291B",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lBarr:"\u290E",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",Lcaron:"\u013D",lcedil:"\u013C",Lcedil:"\u013B",lceil:"\u2308",lcub:"{",lcy:"\u043B",Lcy:"\u041B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",lE:"\u2266",LeftAngleBracket:"\u27E8",leftarrow:"\u2190",Leftarrow:"\u21D0",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",leftarrowtail:"\u21A2",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",Leftrightarrow:"\u21D4",LeftRightArrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",leftthreetimes:"\u22CB",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",leg:"\u22DA",lEg:"\u2A8B",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",lessgtr:"\u2276",LessLess:"\u2AA1",lesssim:"\u2272",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",Lfr:"\u{1D50F}",lg:"\u2276",lgE:"\u2A91",lHar:"\u2962",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",LJcy:"\u0409",ll:"\u226A",Ll:"\u22D8",llarr:"\u21C7",llcorner:"\u231E",Lleftarrow:"\u21DA",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",Lmidot:"\u013F",lmoust:"\u23B0",lmoustache:"\u23B0",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lnE:"\u2268",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",Longleftarrow:"\u27F8",LongLeftArrow:"\u27F5",longleftrightarrow:"\u27F7",Longleftrightarrow:"\u27FA",LongLeftRightArrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",Longrightarrow:"\u27F9",LongRightArrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",Lopf:"\u{1D543}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",Lscr:"\u2112",lsh:"\u21B0",Lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",Lstrok:"\u0141",lt:"<",Lt:"\u226A",LT:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",ltrPar:"\u2996",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",Map:"\u2905",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",Mcy:"\u041C",mdash:"\u2014",mDDot:"\u223A",measuredangle:"\u2221",MediumSpace:"\u205F",Mellintrf:"\u2133",mfr:"\u{1D52A}",Mfr:"\u{1D510}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",MinusPlus:"\u2213",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",Mopf:"\u{1D544}",mp:"\u2213",mscr:"\u{1D4C2}",Mscr:"\u2133",mstpos:"\u223E",mu:"\u03BC",Mu:"\u039C",multimap:"\u22B8",mumap:"\u22B8",nabla:"\u2207",nacute:"\u0144",Nacute:"\u0143",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",Ncaron:"\u0147",ncedil:"\u0146",Ncedil:"\u0145",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",Ncy:"\u041D",ndash:"\u2013",ne:"\u2260",nearhk:"\u2924",nearr:"\u2197",neArr:"\u21D7",nearrow:"\u2197",nedot:"\u2250\u0338",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
|
|
43
|
+
`,nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",Nfr:"\u{1D511}",nge:"\u2271",ngE:"\u2267\u0338",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",nGg:"\u22D9\u0338",ngsim:"\u2275",ngt:"\u226F",nGt:"\u226B\u20D2",ngtr:"\u226F",nGtv:"\u226B\u0338",nharr:"\u21AE",nhArr:"\u21CE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",NJcy:"\u040A",nlarr:"\u219A",nlArr:"\u21CD",nldr:"\u2025",nle:"\u2270",nlE:"\u2266\u0338",nleftarrow:"\u219A",nLeftarrow:"\u21CD",nleftrightarrow:"\u21AE",nLeftrightarrow:"\u21CE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nLl:"\u22D8\u0338",nlsim:"\u2274",nlt:"\u226E",nLt:"\u226A\u20D2",nltri:"\u22EA",nltrie:"\u22EC",nLtv:"\u226A\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xA0",nopf:"\u{1D55F}",Nopf:"\u2115",not:"\xAC",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",notin:"\u2209",notindot:"\u22F5\u0338",notinE:"\u22F9\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrarr:"\u219B",nrArr:"\u21CF",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nRightarrow:"\u21CF",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",Nscr:"\u{1D4A9}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsube:"\u2288",nsubE:"\u2AC5\u0338",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupe:"\u2289",nsupE:"\u2AC6\u0338",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",Ntilde:"\xD1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",Nu:"\u039D",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvDash:"\u22AD",nVdash:"\u22AE",nVDash:"\u22AF",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvHarr:"\u2904",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwarhk:"\u2923",nwarr:"\u2196",nwArr:"\u21D6",nwarrow:"\u2196",nwnear:"\u2927",oacute:"\xF3",Oacute:"\xD3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",Ocirc:"\xD4",ocy:"\u043E",Ocy:"\u041E",odash:"\u229D",odblac:"\u0151",Odblac:"\u0150",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",OElig:"\u0152",ofcir:"\u29BF",ofr:"\u{1D52C}",Ofr:"\u{1D512}",ogon:"\u02DB",ograve:"\xF2",Ograve:"\xD2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",Omacr:"\u014C",omega:"\u03C9",Omega:"\u03A9",omicron:"\u03BF",Omicron:"\u039F",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",Oopf:"\u{1D546}",opar:"\u29B7",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",operp:"\u29B9",oplus:"\u2295",or:"\u2228",Or:"\u2A54",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oS:"\u24C8",oscr:"\u2134",Oscr:"\u{1D4AA}",oslash:"\xF8",Oslash:"\xD8",osol:"\u2298",otilde:"\xF5",Otilde:"\xD5",otimes:"\u2297",Otimes:"\u2A37",otimesas:"\u2A36",ouml:"\xF6",Ouml:"\xD6",ovbar:"\u233D",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",PartialD:"\u2202",pcy:"\u043F",Pcy:"\u041F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",Pfr:"\u{1D513}",phi:"\u03C6",Phi:"\u03A6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",Pi:"\u03A0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",PlusMinus:"\xB1",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",Poincareplane:"\u210C",pointint:"\u2A15",popf:"\u{1D561}",Popf:"\u2119",pound:"\xA3",pr:"\u227A",Pr:"\u2ABB",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prE:"\u2AB3",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",Prime:"\u2033",primes:"\u2119",prnap:"\u2AB9",prnE:"\u2AB5",prnsim:"\u22E8",prod:"\u220F",Product:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",Proportion:"\u2237",Proportional:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",Pscr:"\u{1D4AB}",psi:"\u03C8",Psi:"\u03A8",puncsp:"\u2008",qfr:"\u{1D52E}",Qfr:"\u{1D514}",qint:"\u2A0C",qopf:"\u{1D562}",Qopf:"\u211A",qprime:"\u2057",qscr:"\u{1D4C6}",Qscr:"\u{1D4AC}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',QUOT:'"',rAarr:"\u21DB",race:"\u223D\u0331",racute:"\u0155",Racute:"\u0154",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",Rang:"\u27EB",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rArr:"\u21D2",Rarr:"\u21A0",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",Rarrtl:"\u2916",rarrw:"\u219D",ratail:"\u291A",rAtail:"\u291C",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rBarr:"\u290F",RBarr:"\u2910",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",Rcaron:"\u0158",rcedil:"\u0157",Rcedil:"\u0156",rceil:"\u2309",rcub:"}",rcy:"\u0440",Rcy:"\u0420",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",Re:"\u211C",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",REG:"\xAE",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",Rfr:"\u211C",rHar:"\u2964",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",Rho:"\u03A1",rhov:"\u03F1",RightAngleBracket:"\u27E9",rightarrow:"\u2192",Rightarrow:"\u21D2",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",rightarrowtail:"\u21A3",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",rightthreetimes:"\u22CC",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",Ropf:"\u211D",roplus:"\u2A2E",rotimes:"\u2A35",RoundImplies:"\u2970",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",Rrightarrow:"\u21DB",rsaquo:"\u203A",rscr:"\u{1D4C7}",Rscr:"\u211B",rsh:"\u21B1",Rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",RuleDelayed:"\u29F4",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",Sacute:"\u015A",sbquo:"\u201A",sc:"\u227B",Sc:"\u2ABC",scap:"\u2AB8",scaron:"\u0161",Scaron:"\u0160",sccue:"\u227D",sce:"\u2AB0",scE:"\u2AB4",scedil:"\u015F",Scedil:"\u015E",scirc:"\u015D",Scirc:"\u015C",scnap:"\u2ABA",scnE:"\u2AB6",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",Scy:"\u0421",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",searhk:"\u2925",searr:"\u2198",seArr:"\u21D8",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",Sfr:"\u{1D516}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",SHCHcy:"\u0429",shcy:"\u0448",SHcy:"\u0428",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",shortmid:"\u2223",shortparallel:"\u2225",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",shy:"\xAD",sigma:"\u03C3",Sigma:"\u03A3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",SmallCircle:"\u2218",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",SOFTcy:"\u042C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",Sopf:"\u{1D54A}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",Sqrt:"\u221A",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",Sscr:"\u{1D4AE}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",Star:"\u22C6",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",Sub:"\u22D0",subdot:"\u2ABD",sube:"\u2286",subE:"\u2AC5",subedot:"\u2AC3",submult:"\u2AC1",subne:"\u228A",subnE:"\u2ACB",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",Subset:"\u22D0",subseteq:"\u2286",subseteqq:"\u2AC5",SubsetEqual:"\u2286",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",SuchThat:"\u220B",sum:"\u2211",Sum:"\u2211",sung:"\u266A",sup:"\u2283",Sup:"\u22D1",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supE:"\u2AC6",supedot:"\u2AC4",Superset:"\u2283",SupersetEqual:"\u2287",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supne:"\u228B",supnE:"\u2ACC",supplus:"\u2AC0",supset:"\u2283",Supset:"\u22D1",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swarhk:"\u2926",swarr:"\u2199",swArr:"\u21D9",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",Tab:" ",target:"\u2316",tau:"\u03C4",Tau:"\u03A4",tbrk:"\u23B4",tcaron:"\u0165",Tcaron:"\u0164",tcedil:"\u0163",Tcedil:"\u0162",tcy:"\u0442",Tcy:"\u0422",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",Tfr:"\u{1D517}",there4:"\u2234",therefore:"\u2234",Therefore:"\u2234",theta:"\u03B8",Theta:"\u0398",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",ThickSpace:"\u205F\u200A",thinsp:"\u2009",ThinSpace:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",THORN:"\xDE",tilde:"\u02DC",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",Topf:"\u{1D54B}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",TRADE:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",TripleDot:"\u20DB",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",Tscr:"\u{1D4AF}",tscy:"\u0446",TScy:"\u0426",tshcy:"\u045B",TSHcy:"\u040B",tstrok:"\u0167",Tstrok:"\u0166",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uacute:"\xFA",Uacute:"\xDA",uarr:"\u2191",uArr:"\u21D1",Uarr:"\u219F",Uarrocir:"\u2949",ubrcy:"\u045E",Ubrcy:"\u040E",ubreve:"\u016D",Ubreve:"\u016C",ucirc:"\xFB",Ucirc:"\xDB",ucy:"\u0443",Ucy:"\u0423",udarr:"\u21C5",udblac:"\u0171",Udblac:"\u0170",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",Ufr:"\u{1D518}",ugrave:"\xF9",Ugrave:"\xD9",uHar:"\u2963",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",Umacr:"\u016A",uml:"\xA8",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",uogon:"\u0173",Uogon:"\u0172",uopf:"\u{1D566}",Uopf:"\u{1D54C}",uparrow:"\u2191",Uparrow:"\u21D1",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",updownarrow:"\u2195",Updownarrow:"\u21D5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",upsi:"\u03C5",Upsi:"\u03D2",upsih:"\u03D2",upsilon:"\u03C5",Upsilon:"\u03A5",UpTee:"\u22A5",UpTeeArrow:"\u21A5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",Uring:"\u016E",urtri:"\u25F9",uscr:"\u{1D4CA}",Uscr:"\u{1D4B0}",utdot:"\u22F0",utilde:"\u0169",Utilde:"\u0168",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",Uuml:"\xDC",uwangle:"\u29A7",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",vArr:"\u21D5",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vBar:"\u2AE8",Vbar:"\u2AEB",vBarv:"\u2AE9",vcy:"\u0432",Vcy:"\u0412",vdash:"\u22A2",vDash:"\u22A8",Vdash:"\u22A9",VDash:"\u22AB",Vdashl:"\u2AE6",vee:"\u2228",Vee:"\u22C1",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",Verbar:"\u2016",vert:"|",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",vfr:"\u{1D533}",Vfr:"\u{1D519}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",Vopf:"\u{1D54D}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",Vscr:"\u{1D4B1}",vsubne:"\u228A\uFE00",vsubnE:"\u2ACB\uFE00",vsupne:"\u228B\uFE00",vsupnE:"\u2ACC\uFE00",Vvdash:"\u22AA",vzigzag:"\u299A",wcirc:"\u0175",Wcirc:"\u0174",wedbar:"\u2A5F",wedge:"\u2227",Wedge:"\u22C0",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",Wfr:"\u{1D51A}",wopf:"\u{1D568}",Wopf:"\u{1D54E}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",Wscr:"\u{1D4B2}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",Xfr:"\u{1D51B}",xharr:"\u27F7",xhArr:"\u27FA",xi:"\u03BE",Xi:"\u039E",xlarr:"\u27F5",xlArr:"\u27F8",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",Xopf:"\u{1D54F}",xoplus:"\u2A01",xotime:"\u2A02",xrarr:"\u27F6",xrArr:"\u27F9",xscr:"\u{1D4CD}",Xscr:"\u{1D4B3}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",Yacute:"\xDD",yacy:"\u044F",YAcy:"\u042F",ycirc:"\u0177",Ycirc:"\u0176",ycy:"\u044B",Ycy:"\u042B",yen:"\xA5",yfr:"\u{1D536}",Yfr:"\u{1D51C}",yicy:"\u0457",YIcy:"\u0407",yopf:"\u{1D56A}",Yopf:"\u{1D550}",yscr:"\u{1D4CE}",Yscr:"\u{1D4B4}",yucy:"\u044E",YUcy:"\u042E",yuml:"\xFF",Yuml:"\u0178",zacute:"\u017A",Zacute:"\u0179",zcaron:"\u017E",Zcaron:"\u017D",zcy:"\u0437",Zcy:"\u0417",zdot:"\u017C",Zdot:"\u017B",zeetrf:"\u2128",ZeroWidthSpace:"\u200B",zeta:"\u03B6",Zeta:"\u0396",zfr:"\u{1D537}",Zfr:"\u2128",zhcy:"\u0436",ZHcy:"\u0416",zigrarr:"\u21DD",zopf:"\u{1D56B}",Zopf:"\u2124",zscr:"\u{1D4CF}",Zscr:"\u{1D4B5}",zwj:"\u200D",zwnj:"\u200C"},m={aacute:"\xE1",Aacute:"\xC1",acirc:"\xE2",Acirc:"\xC2",acute:"\xB4",aelig:"\xE6",AElig:"\xC6",agrave:"\xE0",Agrave:"\xC0",amp:"&",AMP:"&",aring:"\xE5",Aring:"\xC5",atilde:"\xE3",Atilde:"\xC3",auml:"\xE4",Auml:"\xC4",brvbar:"\xA6",ccedil:"\xE7",Ccedil:"\xC7",cedil:"\xB8",cent:"\xA2",copy:"\xA9",COPY:"\xA9",curren:"\xA4",deg:"\xB0",divide:"\xF7",eacute:"\xE9",Eacute:"\xC9",ecirc:"\xEA",Ecirc:"\xCA",egrave:"\xE8",Egrave:"\xC8",eth:"\xF0",ETH:"\xD0",euml:"\xEB",Euml:"\xCB",frac12:"\xBD",frac14:"\xBC",frac34:"\xBE",gt:">",GT:">",iacute:"\xED",Iacute:"\xCD",icirc:"\xEE",Icirc:"\xCE",iexcl:"\xA1",igrave:"\xEC",Igrave:"\xCC",iquest:"\xBF",iuml:"\xEF",Iuml:"\xCF",laquo:"\xAB",lt:"<",LT:"<",macr:"\xAF",micro:"\xB5",middot:"\xB7",nbsp:"\xA0",not:"\xAC",ntilde:"\xF1",Ntilde:"\xD1",oacute:"\xF3",Oacute:"\xD3",ocirc:"\xF4",Ocirc:"\xD4",ograve:"\xF2",Ograve:"\xD2",ordf:"\xAA",ordm:"\xBA",oslash:"\xF8",Oslash:"\xD8",otilde:"\xF5",Otilde:"\xD5",ouml:"\xF6",Ouml:"\xD6",para:"\xB6",plusmn:"\xB1",pound:"\xA3",quot:'"',QUOT:'"',raquo:"\xBB",reg:"\xAE",REG:"\xAE",sect:"\xA7",shy:"\xAD",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",szlig:"\xDF",thorn:"\xFE",THORN:"\xDE",times:"\xD7",uacute:"\xFA",Uacute:"\xDA",ucirc:"\xFB",Ucirc:"\xDB",ugrave:"\xF9",Ugrave:"\xD9",uml:"\xA8",uuml:"\xFC",Uuml:"\xDC",yacute:"\xFD",Yacute:"\xDD",yen:"\xA5",yuml:"\xFF"},x={0:"\uFFFD",128:"\u20AC",130:"\u201A",131:"\u0192",132:"\u201E",133:"\u2026",134:"\u2020",135:"\u2021",136:"\u02C6",137:"\u2030",138:"\u0160",139:"\u2039",140:"\u0152",142:"\u017D",145:"\u2018",146:"\u2019",147:"\u201C",148:"\u201D",149:"\u2022",150:"\u2013",151:"\u2014",152:"\u02DC",153:"\u2122",154:"\u0161",155:"\u203A",156:"\u0153",158:"\u017E",159:"\u0178"},v=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],g=String.fromCharCode,y={},w=y.hasOwnProperty,b=function(T,O){return w.call(T,O)},E=function(T,O){for(var M=-1,W=T.length;++M<W;)if(T[M]==O)return!0;return!1},S=function(T,O){if(!T)return O;var M={},W;for(W in O)M[W]=b(T,W)?T[W]:O[W];return M},C=function(T,O){var M="";return T>=55296&&T<=57343||T>1114111?(O&&k("character reference outside the permissible Unicode range"),"\uFFFD"):b(x,T)?(O&&k("disallowed character reference"),x[T]):(O&&E(v,T)&&k("disallowed character reference"),T>65535&&(T-=65536,M+=g(T>>>10&1023|55296),T=56320|T&1023),M+=g(T),M)},N=function(T){return"&#x"+T.toString(16).toUpperCase()+";"},I=function(T){return"&#"+T+";"},k=function(T){throw Error("Parse error: "+T)},q=function(T,O){O=S(O,q.options);var M=O.strict;M&&p.test(T)&&k("forbidden code point");var W=O.encodeEverything,_=O.useNamedReferences,Ce=O.allowUnsafeSymbols,ue=O.decimal?I:N,ct=function(ye){return ue(ye.charCodeAt(0))};return W?(T=T.replace(o,function(ye){return _&&b(c,ye)?"&"+c[ye]+";":ct(ye)}),_&&(T=T.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),_&&(T=T.replace(i,function(ye){return"&"+c[ye]+";"}))):_?(Ce||(T=T.replace(a,function(ye){return"&"+c[ye]+";"})),T=T.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒"),T=T.replace(i,function(ye){return"&"+c[ye]+";"})):Ce||(T=T.replace(a,ct)),T.replace(s,function(ye){var Ot=ye.charCodeAt(0),It=ye.charCodeAt(1),lt=(Ot-55296)*1024+It-56320+65536;return ue(lt)}).replace(u,ct)};q.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var j=function(T,O){O=S(O,j.options);var M=O.strict;return M&&d.test(T)&&k("malformed character reference"),T.replace(f,function(W,_,Ce,ue,ct,ye,Ot,It,lt){var Kt,Et,Ca,va,qn,Mn;return _?(qn=_,h[qn]):Ce?(qn=Ce,Mn=ue,Mn&&O.isAttributeValue?(M&&Mn=="="&&k("`&` did not start a character reference"),W):(M&&k("named character reference was not terminated by a semicolon"),m[qn]+(Mn||""))):ct?(Ca=ct,Et=ye,M&&!Et&&k("character reference was not terminated by a semicolon"),Kt=parseInt(Ca,10),C(Kt,M)):Ot?(va=Ot,Et=It,M&&!Et&&k("character reference was not terminated by a semicolon"),Kt=parseInt(va,16),C(Kt,M)):(M&&k("named character reference was not terminated by a semicolon"),W)})};j.options={isAttributeValue:!1,strict:!1};var F=function(T){return T.replace(a,function(O){return l[O]})},L={version:"1.2.0",encode:q,decode:j,escape:F,unescape:j};if(typeof define=="function"&&typeof define.amd=="object"&&define.amd)define(function(){return L});else if(e&&!e.nodeType)if(r)r.exports=L;else for(var $ in L)b(L,$)&&(e[$]=L[$]);else t.he=L})(Ms)});var ci,Je,Dn=A(()=>{"use strict";ci=st(Hs(),1),Je=class{parentNode;childNodes=[];range=[-1,-1];constructor(e=null,r){this.parentNode=e,r&&(this.range=r)}remove(){if(this.parentNode){typeof this.parentNode.invalidateSelectorCacheRecursively=="function"&&this.parentNode.invalidateSelectorCacheRecursively();let e=this.parentNode.childNodes;this.parentNode.childNodes=e.filter(r=>this!==r),this.parentNode=null}return this}invalidateSelectorCacheRecursively(){}get innerText(){return this.rawText}get textContent(){return ci.default.decode(this.rawText)}set textContent(e){this.rawText=ci.default.encode(e)}}});var li,H,Ir=A(()=>{"use strict";(function(t){t[t.ELEMENT_NODE=1]="ELEMENT_NODE",t[t.TEXT_NODE=3]="TEXT_NODE",t[t.COMMENT_NODE=8]="COMMENT_NODE"})(li||(li={}));H=li});var ar,di=A(()=>{"use strict";Dn();Ir();ar=class t extends Je{rawText;rawTagName;clone(){return new t(this.rawText,null,void 0,this.rawTagName)}constructor(e,r=null,n,s="!--"){super(r,n),this.rawText=e,this.rawTagName=s}nodeType=H.COMMENT_NODE;get text(){return this.rawText}toString(){return`<!--${this.rawText}-->`}}});function $t(t){return t[t.length-1]}var rd=A(()=>{"use strict"});function js(t){return!!t&&t.nodeType===H.ELEMENT_NODE}function nd(t,e){return js(t)?t.getAttribute(e):void 0}function Db(t){return(t&&t.rawTagName||"").toLowerCase()}function Cn(t){return t&&t.childNodes}function pi(t){return t?t.parentNode:null}function Cb(t){return t.text}function vb(t){let e=t.length,r,n,s;for(;--e>-1;){for(r=n=t[e],t[e]=null,s=!0;n;){if(t.indexOf(n)>-1){s=!1,t.splice(e,1);break}n=pi(n)}s&&(t[e]=r)}return t}function sd(t,e){return e.some(r=>js(r)?t(r)||sd(t,Cn(r)):!1)}function Tb(t){let e=pi(t);return e?Cn(e):[]}function Rb(t,e){return nd(t,e)!==void 0}function od(t,e){let r=null;for(let n=0,s=e==null?void 0:e.length;n<s&&!r;n++){let o=e[n];if(t(o))r=o;else{let u=Cn(o);u&&u.length>0&&(r=od(t,u))}}return r}function ud(t,e){let r=[];for(let n=0,s=e.length;n<s;n++){if(!js(e[n]))continue;t(e[n])&&r.push(e[n]);let o=Cn(e[n]);o&&(r=r.concat(ud(t,o)))}return r}var pe,fi=A(()=>{"use strict";Ir();pe={isTag:js,getAttributeValue:nd,getName:Db,getChildren:Cn,getParent:pi,getText:Cb,removeSubsets:vb,existsOne:sd,getSiblings:Tb,hasAttrib:Rb,findOne:od,findAll:ud}});var Fr,id=A(()=>{"use strict";Fr=class{addClosingSlash;voidTags;constructor(e=!1,r){this.addClosingSlash=e,Array.isArray(r)?this.voidTags=r.reduce((n,s)=>n.add(s.toLowerCase()).add(s.toUpperCase()).add(s),new Set):this.voidTags=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"].reduce((n,s)=>n.add(s.toLowerCase()).add(s.toUpperCase()).add(s),new Set)}formatNode(e,r,n){let s=this.addClosingSlash,o=s&&r&&!r.endsWith(" ")?" ":"",u=s?`${o}/`:"";return this.isVoidElement(e.toLowerCase())?`<${e}${r}${u}>`:`<${e}${r}>${n}</${e}>`}isVoidElement(e){return this.voidTags.has(e)}}});var ad,Qe,hi=A(()=>{"use strict";ad=st(Hs(),1);Dn();Ir();Qe=class t extends Je{rawText;nodeType=H.TEXT_NODE;rawTagName="#text";constructor(e,r=null,n){super(r,n),this.rawText=e}clone(){return new t(this.rawText,null,this.range?[...this.range]:void 0)}get text(){return ad.default.decode(this.rawText)}get trimmedText(){return this.text.trim()}get trimmedRawText(){return this.rawText.trim()}get isWhitespace(){return/^(\s| )*$/.test(this.rawText)}toString(){return this.rawText}}});function vn(t){return dd.default.decode(t)}function Ob(...t){let e=r=>{for(let n=0;n<r.length;n++){let s=r[n];mi.add(s),mi.add(s.toUpperCase())}};for(let r of t)e(r)}function Ws(t,e={}){var w,b;let r=new Fr((w=e==null?void 0:e.voidTag)==null?void 0:w.closingSlash,(b=e==null?void 0:e.voidTag)==null?void 0:b.tags),n=e.blockTextElements||{script:!0,noscript:!0,style:!0,pre:!0},s=Object.keys(n),o=s.map(E=>new RegExp(`^${E}$`,"i")),u=s.filter(E=>!!n[E]).map(E=>new RegExp(`^${E}$`,"i"));function i(E){return u.some(S=>S.test(E))}function c(E){return o.some(S=>S.test(E))}let a=(E,S)=>[E-y,S-y],l=new cr("",{},"",null,[0,t.length],r,e),d=l,p=[l],f=-1,h,m;t=`<${Tn}>${t}</${Tn}>`;let{lowerCaseTagName:x,fixNestedATags:v}=e,g=t.length-(Tn.length+2),y=Tn.length+2;for(;m=kt.exec(t);){let{0:E,1:S,2:C,3:N,4:I}=m,k=E.length,q=kt.lastIndex-k,j=kt.lastIndex;if(f>-1&&f+k<j){let F=t.substring(f,q);d.appendChild(new Qe(F,d,a(f,q)))}if(f=kt.lastIndex,C!==Tn){if(E[1]==="!"){if(e.comment){let F=t.substring(q+4,j-3);d.appendChild(new ar(F,d,a(q,j)))}continue}if(x&&(C=C.toLowerCase()),!S){let F={};for(let O;O=Ib.exec(N);){let{1:M,2:W}=O,_=W[0]==="'"||W[0]==='"';F[M.toLowerCase()]=_?W.slice(1,W.length-1):W}let L=d.rawTagName;!I&&cd[L]&&cd[L][C]&&(p.pop(),d=$t(p)),v&&(C==="a"||C==="A")&&(h!==void 0&&(p.splice(h),d=$t(p)),h=p.length);let $=kt.lastIndex,T=$-k;if(d=d.appendChild(new cr(C,F,N.slice(1),null,a(T,$),r,e)),p.push(d),c(C)){let O=`</${C}>`,M=x?t.toLocaleLowerCase().indexOf(O,kt.lastIndex):t.indexOf(O,kt.lastIndex),W=M===-1?g:M;if(i(C)){let _=t.substring($,W);_.length>0&&/\S/.test(_)&&d.appendChild(new Qe(_,d,a($,W)))}M===-1?f=kt.lastIndex=t.length+1:(f=kt.lastIndex=M+O.length,S="/")}}if(S||I||r.isVoidElement(C))for(;;)if(h!=null&&(C==="a"||C==="A")&&(h=void 0),d.rawTagName===C){d.range[1]=a(-1,Math.max(f,j))[1],p.pop(),d=$t(p);break}else{let F=d.tagName;if(ld[F]&&ld[F][C]){p.pop(),d=$t(p);continue}break}}}return p}function Bt(t,e={}){let r=Ws(t,e),[n]=r;for(;r.length>1;){let s=r.pop(),o=$t(r);s&&s.parentNode&&s.parentNode.parentNode&&(s.parentNode===o&&s.tagName===o.tagName?e.parseNoneClosedTags!==!0&&(o.removeChild(s),s.childNodes.forEach(u=>{o.parentNode&&o.parentNode.appendChild(u)}),r.pop()):e.parseNoneClosedTags!==!0&&(o.removeChild(s),s.childNodes.forEach(u=>{o.appendChild(u)})))}return n}function $s(t,e){let r=[];for(let n of t)if(typeof n=="string")if(/<[a-zA-Z!]/.test(n)){let o=Ws(n,e||{})[0];if(o&&o.childNodes)for(let u of o.childNodes)u.parentNode=null,r.push(u)}else r.push(new Qe(n));else n.remove(),r.push(n);return r}function mt(t,e){return t.map(r=>(r.parentNode=e,r))}var dd,kb,Bb,Nb,Lb,Ub,mi,gi,cr,kt,Ib,cd,ld,Tn,Vs=A(()=>{"use strict";ai();dd=st(Hs(),1);rd();fi();id();di();Dn();hi();Ir();kb=["h1","h2","h3","h4","h5","h6","header","hgroup"],Bb=["details","dialog","dd","div","dt"],Nb=["fieldset","figcaption","figure","footer","form"],Lb=["table","td","tr"],Ub=["address","article","aside","blockquote","br","hr","li","main","nav","ol","p","pre","section","ul"],mi=new Set;Ob(kb,Bb,Nb,Lb,Ub);gi=class{_set;_afterUpdate;_validate(e){if(/\s/.test(e))throw new Error(`DOMException in DOMTokenList.add: The token '${e}' contains HTML space characters, which are not valid in tokens.`)}constructor(e=[],r=()=>null){this._set=new Set(e),this._afterUpdate=r}add(e){this._validate(e),this._set.add(e),this._afterUpdate(this)}replace(e,r){this._validate(r),this._set.delete(e),this._set.add(r),this._afterUpdate(this)}remove(e){this._set.delete(e)&&this._afterUpdate(this)}toggle(e){this._validate(e),this._set.has(e)?this._set.delete(e):this._set.add(e),this._afterUpdate(this)}contains(e){return this._set.has(e)}get length(){return this._set.size}values(){return this._set.values()}get value(){return Array.from(this._set.values())}toString(){return Array.from(this._set.values()).join(" ")}},cr=class t extends Je{rawAttrs;voidTag;_attrs;_rawAttrs;_queryCache;_parseOptions;rawTagName;id;classList;nodeType=H.ELEMENT_NODE;get isSelectorCacheEnabled(){var e;return((e=this._parseOptions)==null?void 0:e.selectorCache)!==!1}getQueryCache(){return this._queryCache||(this._queryCache=new Map),this._queryCache}clearQueryCache(){this._queryCache=void 0}invalidateSelectorCacheRecursively(){let e=this;for(;e;)e.clearQueryCache(),e=e.parentNode}quoteAttribute(e){return e==null?"null":JSON.stringify(e.replace(/"/g,""")).replace(/\\t/g," ").replace(/\\n/g,`
|
|
44
|
+
`).replace(/\\r/g,"\r").replace(/\\/g,"")}constructor(e,r,n="",s=null,o,u=new Fr,i={}){if(super(s,o),this.rawAttrs=n,this.voidTag=u,this.rawTagName=e,this.rawAttrs=n||"",this.id=r.id||"",this.childNodes=[],this._parseOptions=i,this.classList=new gi(r.class?r.class.split(/\s+/):[],c=>this.setAttribute("class",c.toString())),r.id&&(n||(this.rawAttrs=`id="${r.id}"`)),r.class&&!n){let c=`class="${this.classList.toString()}"`;this.rawAttrs?this.rawAttrs+=` ${c}`:this.rawAttrs=c}}removeChild(e){return this.childNodes=this.childNodes.filter(r=>r!==e),this.invalidateSelectorCacheRecursively(),this}exchangeChild(e,r){let n=this.childNodes;return this.childNodes=n.map(s=>s===e?r:s),this.invalidateSelectorCacheRecursively(),this}get tagName(){return this.rawTagName?this.rawTagName.toUpperCase():this.rawTagName}set tagName(e){this.rawTagName=e.toLowerCase()}get localName(){return this.rawTagName.toLowerCase()}get isVoidElement(){return this.voidTag.isVoidElement(this.localName)}get rawText(){return/^br$/i.test(this.rawTagName)?`
|
|
45
|
+
`:this.childNodes.reduce((e,r)=>e+=r.rawText,"")}get textContent(){return vn(this.rawText)}set textContent(e){let r=[new Qe(e,this)];this.childNodes=r,this.invalidateSelectorCacheRecursively()}get text(){return vn(this.rawText)}get structuredText(){let e=[],r=[e];function n(s){if(s.nodeType===H.ELEMENT_NODE)mi.has(s.rawTagName)?(e.length>0&&r.push(e=[]),s.childNodes.forEach(n),e.length>0&&r.push(e=[])):s.childNodes.forEach(n);else if(s.nodeType===H.TEXT_NODE)if(s.isWhitespace)e.prependWhitespace=!0;else{let o=s.trimmedText;e.prependWhitespace&&(o=` ${o}`,e.prependWhitespace=!1),e.push(o)}}return n(this),r.map(s=>s.join("").replace(/\s{2,}/g," ")).join(`
|
|
46
46
|
`).replace(/\s+$/,"")}toString(){let e=this.rawTagName;if(e){let r=this.rawAttrs?` ${this.rawAttrs}`:"";return this.voidTag.formatNode(e,r,this.innerHTML)}return this.innerHTML}get innerHTML(){return this.childNodes.map(e=>e.toString()).join("")}set innerHTML(e){let r=Bt(e,this._parseOptions),n=r.childNodes.length?r.childNodes:[new Qe(e,this)];mt(n,this),mt(this.childNodes,null),this.childNodes=n,this.invalidateSelectorCacheRecursively()}set_content(e,r={}){if(e instanceof Je)e=[e];else if(typeof e=="string"){r={...this._parseOptions,...r};let n=Bt(e,r);e=n.childNodes.length?n.childNodes:[new Qe(n.innerHTML,this)]}return mt(this.childNodes,null),mt(e,this),this.childNodes=e,this.invalidateSelectorCacheRecursively(),this}replaceWith(...e){let r=this.parentNode;if(!r)return this;let n=e.map(o=>{if(o instanceof Je)return[o];if(typeof o=="string"){let u=Bt(o,this._parseOptions);return u.childNodes.length?u.childNodes:[new Qe(o,this)]}return[]}).flat(),s=r.childNodes.findIndex(o=>o===this);return mt([this],null),r.childNodes=[...r.childNodes.slice(0,s),...mt(n,r),...r.childNodes.slice(s+1)],r.invalidateSelectorCacheRecursively(),this}get outerHTML(){return this.toString()}trimRight(e){for(let r=0;r<this.childNodes.length;r++){let n=this.childNodes[r];if(n.nodeType===H.ELEMENT_NODE)n.trimRight(e);else{let s=n.rawText.search(e);s>-1&&(n.rawText=n.rawText.substr(0,s),this.childNodes.length=r+1)}}return this.invalidateSelectorCacheRecursively(),this}get structure(){let e=[],r=0;function n(o){e.push(" ".repeat(r)+o)}function s(o){let u=o.id?`#${o.id}`:"",i=o.classList.length?`.${o.classList.value.join(".")}`:"";n(`${o.rawTagName}${u}${i}`),r++,o.childNodes.forEach(c=>{c.nodeType===H.ELEMENT_NODE?s(c):c.nodeType===H.TEXT_NODE&&(c.isWhitespace||n("#text"))}),r--}return s(this),e.join(`
|
|
47
|
-
`)}removeWhitespace(){let e=0;this.childNodes.forEach(n=>{if(n.nodeType===H.TEXT_NODE){if(n.isWhitespace)return;n.rawText=n.trimmedRawText}else n.nodeType===H.ELEMENT_NODE&&n.removeWhitespace();this.childNodes[e++]=n}),this.childNodes.length=e,this.invalidateSelectorCacheRecursively();let r=Object.keys(this.rawAttributes).map(n=>{let s=this.rawAttributes[n];return`${n}=${JSON.stringify(s)}`}).join(" ");return this.rawAttrs=r,delete this._rawAttrs,this}querySelectorAll(e){if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e);if(n!=null&&n.all)return n.all.slice()}let r=Zl(e,this,{xmlMode:!1,adapter:pe});if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e)||{};n.all=r,n.first===void 0&&(n.first=r[0]||null),this.getQueryCache().set(e,n)}return r}querySelector(e){if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e);if((n==null?void 0:n.first)!==void 0)return n.first||null;if(n!=null&&n.all){let s=n.all[0]||null;return n.first=s,this.getQueryCache().set(e,n),s}}let r=ai(e,this,{xmlMode:!1,adapter:pe});if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e)||{};n.first=r,this.getQueryCache().set(e,n)}return r}getElementsByTagName(e){let r=e.toUpperCase(),n=[],s=[],o=this,u=0;for(;u!==void 0&&o;){let i;do i=o.childNodes[u++];while(u<o.childNodes.length&&i===void 0);if(i===void 0){o=o.parentNode,u=s.pop();continue}i.nodeType===H.ELEMENT_NODE&&((e==="*"||i.tagName===r)&&n.push(i),i.childNodes.length>0&&(s.push(u),o=i,u=0))}return n}getElementById(e){let r=[],n=this,s=0;for(;s!==void 0&&n;){let o;do o=n.childNodes[s++];while(s<n.childNodes.length&&o===void 0);if(o===void 0){n=n.parentNode,s=r.pop();continue}if(o.nodeType===H.ELEMENT_NODE){if(o.id===e)return o;o.childNodes.length>0&&(r.push(s),n=o,s=0)}}return null}closest(e){let r=new Map,n=this,s=null;for(;n;)s&&r.set(n,s),s=n,n=n.parentNode;for(n=this;n;){let o=ai(e,n,{xmlMode:!0,adapter:{...pe,getChildren(u){let i=r.get(u);return i?[i]:[]},getSiblings(u){return[u]}}});if(o)return o;n=n.parentNode}return null}appendChild(e){return this.append(e),e}get attrs(){if(this._attrs)return this._attrs;this._attrs={};let e=this.rawAttributes;for(let r in e){let n=e[r]||"";this._attrs[r.toLowerCase()]=vn(n)}return this._attrs}get attributes(){let e={},r=this.rawAttributes;for(let n in r){let s=r[n]||"";e[n]=vn(s)}return e}get rawAttributes(){if(this._rawAttrs)return this._rawAttrs;let e={};if(this.rawAttrs){let r=/([a-zA-Z()[\]#@$.?:][a-zA-Z0-9-._:()[\]#]*)(?:\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+))?/g,n;for(;n=r.exec(this.rawAttrs);){let s=n[1],o=n[2]||null;o&&(o[0]==="'"||o[0]==='"')&&(o=o.slice(1,o.length-1)),e[s]=e[s]||o||""}}return this._rawAttrs=e,e}removeAttribute(e){let r=this.rawAttributes;return delete r[e],this._attrs&&delete this._attrs[e],this.rawAttrs=Object.keys(r).map(n=>{let s=this.quoteAttribute(r[n]);return s==="null"||s==='""'?n:`${n}=${s}`}).join(" "),e==="id"&&(this.id=""),this.invalidateSelectorCacheRecursively(),this}hasAttribute(e){return e.toLowerCase()in this.attrs}getAttribute(e){return this.attrs[e.toLowerCase()]}setAttribute(e,r){if(arguments.length<2)throw new Error("Failed to execute 'setAttribute' on 'Element'");let n=e.toLowerCase(),s=this.rawAttributes;for(let o in s)if(o.toLowerCase()===n){e=o;break}return s[e]=String(r),this._attrs&&(this._attrs[n]=vn(s[e])),this.rawAttrs=Object.keys(s).map(o=>{let u=this.quoteAttribute(s[o]);return u==="null"||u==='""'?o:`${o}=${u}`}).join(" "),e==="id"&&(this.id=r),this.invalidateSelectorCacheRecursively(),this}setAttributes(e){return this._attrs&&delete this._attrs,this._rawAttrs&&delete this._rawAttrs,this.rawAttrs=Object.keys(e).map(r=>{let n=e[r];return n==="null"||n==='""'?r:`${r}=${this.quoteAttribute(String(n))}`}).join(" "),this.invalidateSelectorCacheRecursively(),this}insertAdjacentHTML(e,r){if(arguments.length<2)throw new Error("2 arguments required");let n=Bt(r,this._parseOptions);if(e==="afterend")this.after(...n.childNodes);else if(e==="afterbegin")this.prepend(...n.childNodes);else if(e==="beforeend")this.append(...n.childNodes);else if(e==="beforebegin")this.before(...n.childNodes);else throw new Error(`The value provided ('${e}') is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'`);return this}prepend(...e){let r=Hs(e,this._parseOptions);mt(r,this),this.childNodes.unshift(...r),this.invalidateSelectorCacheRecursively()}append(...e){let r=Hs(e,this._parseOptions);mt(r,this),this.childNodes.push(...r),this.invalidateSelectorCacheRecursively()}before(...e){if(!this.parentNode)return;let r=Hs(e,this.parentNode._parseOptions),n=this.parentNode.childNodes;mt(r,this.parentNode),n.splice(n.indexOf(this),0,...r),this.parentNode.invalidateSelectorCacheRecursively()}after(...e){if(!this.parentNode)return;let r=Hs(e,this.parentNode._parseOptions),n=this.parentNode.childNodes;mt(r,this.parentNode),n.splice(n.indexOf(this)+1,0,...r),this.parentNode.invalidateSelectorCacheRecursively()}get nextSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=0;for(;r<e.length;){let n=e[r++];if(this===n)return e[r]||null}}return null}get nextElementSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=0,n=!1;for(;r<e.length;){let s=e[r++];if(n){if(s instanceof t)return s||null}else this===s&&(n=!0)}}return null}get previousSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=e.length;for(;r>0;){let n=e[--r];if(this===n)return e[r-1]||null}}return null}get previousElementSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=e.length,n=!1;for(;r>0;){let s=e[--r];if(n){if(s instanceof t)return s||null}else this===s&&(n=!0)}}return null}get children(){let e=[];for(let r of this.childNodes)r instanceof t&&e.push(r);return e}get firstChild(){return this.childNodes[0]}get firstElementChild(){return this.children[0]}get lastChild(){return jt(this.childNodes)}get lastElementChild(){return this.children[this.children.length-1]}get childElementCount(){return this.children.length}get classNames(){return this.classList.toString()}clone(){return Bt(this.toString(),this._parseOptions).firstChild}},Rt=/<!--[\s\S]*?-->|<(\/?)([a-zA-Z][-.:0-9_a-zA-Z@\xB7\xC0-\xD6\xD8-\xF6\u00F8-\u03A1\u03A3-\u03D9\u03DB-\u03EF\u03F7-\u03FF\u0400-\u04FF\u0500-\u052F\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1E9B\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2126\u212A-\u212B\u2132\u214E\u2160-\u2188\u2C60-\u2C7F\uA722-\uA787\uA78B-\uA78E\uA790-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA7FF\uAB30-\uAB5A\uAB5C-\uAB5F\uAB64-\uAB65\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\x37F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]*)((?:\s+[^>]*?(?:(?:'[^']*')|(?:"[^"]*"))?)*)\s*(\/?)>/gu,mb=/(?:^|\s)(id|class)\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+)/gi,id={li:{li:!0,LI:!0},LI:{li:!0,LI:!0},p:{p:!0,div:!0,P:!0,DIV:!0},P:{p:!0,div:!0,P:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},td:{td:!0,th:!0,TD:!0,TH:!0},TD:{td:!0,th:!0,TD:!0,TH:!0},th:{td:!0,th:!0,TD:!0,TH:!0},TH:{td:!0,th:!0,TD:!0,TH:!0},h1:{h1:!0,H1:!0},H1:{h1:!0,H1:!0},h2:{h2:!0,H2:!0},H2:{h2:!0,H2:!0},h3:{h3:!0,H3:!0},H3:{h3:!0,H3:!0},h4:{h4:!0,H4:!0},H4:{h4:!0,H4:!0},h5:{h5:!0,H5:!0},H5:{h5:!0,H5:!0},h6:{h6:!0,H6:!0},H6:{h6:!0,H6:!0}},ad={li:{ul:!0,ol:!0,UL:!0,OL:!0},LI:{ul:!0,ol:!0,UL:!0,OL:!0},a:{div:!0,DIV:!0},A:{div:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},i:{div:!0,DIV:!0},I:{div:!0,DIV:!0},p:{div:!0,DIV:!0},P:{div:!0,DIV:!0},td:{tr:!0,table:!0,TR:!0,TABLE:!0},TD:{tr:!0,table:!0,TR:!0,TABLE:!0},th:{tr:!0,table:!0,TR:!0,TABLE:!0},TH:{tr:!0,table:!0,TR:!0,TABLE:!0}},Tn="documentfragmentcontainer"});var ld=A(()=>{"use strict";$s()});function bi(t,e={}){return js(t,e).length===1}var dd=A(()=>{"use strict";$s()});function rt(t,e={}){return Bt(t,e)}var Ws=A(()=>{"use strict";pi();$s();Dn();mi();Lr();ld();dd();rt.parse=Bt;rt.HTMLElement=ar;rt.CommentNode=ir;rt.valid=bi;rt.Node=Je;rt.TextNode=Qe;rt.NodeType=H});var it,pd=A(()=>{"use strict";ci();Ws();hi();it=class t{elements;constructor(e){Array.isArray(e)?this.elements=e.filter(r=>r.nodeType===H.ELEMENT_NODE):this.elements=e.nodeType===H.ELEMENT_NODE?[e]:[]}find(e){let r=[],n=new Set;return this.elements.forEach(s=>{s.querySelectorAll(e).forEach(o=>{n.has(o)||(n.add(o),r.push(o))})}),new t(r)}parent(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;s&&s.nodeType===H.ELEMENT_NODE&&(!e||_e(s,e,{adapter:pe}))&&(r.includes(s)||r.push(s))}),new t(r)}children(e){let r=[];return this.elements.forEach(n=>{n.childNodes.forEach(s=>{if(s.nodeType===H.ELEMENT_NODE){let o=s;(!e||_e(o,e,{adapter:pe}))&&r.push(o)}})}),new t(r)}siblings(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;s&&s.childNodes.forEach(o=>{if(o!==n&&o.nodeType===H.ELEMENT_NODE){let u=o;(!e||_e(u,e,{adapter:pe}))&&(r.includes(u)||r.push(u))}})}),new t(r)}next(e){let r=[];return this.elements.forEach(n=>{let s=n.nextElementSibling;for(;s;){if(!e||_e(s,e,{adapter:pe})){r.push(s);break}break}}),new t(r)}prev(e){let r=[];return this.elements.forEach(n=>{let s=n.previousElementSibling;s&&(!e||_e(s,e,{adapter:pe}))&&r.push(s)}),new t(r)}nextAll(e){let r=[];return this.elements.forEach(n=>{let s=n.nextElementSibling;for(;s;)(!e||_e(s,e,{adapter:pe}))&&r.push(s),s=s.nextElementSibling}),new t(r)}prevAll(e){let r=[];return this.elements.forEach(n=>{let s=n.previousElementSibling;for(;s;)(!e||_e(s,e,{adapter:pe}))&&r.push(s),s=s.previousElementSibling}),new t(r)}closest(e){let r=[];return this.elements.forEach(n=>{let s=n.closest(e);s&&(r.includes(s)||r.push(s))}),new t(r)}first(){return new t(this.elements.slice(0,1))}last(){return new t(this.elements.slice(-1))}eq(e){return e<0&&(e=this.elements.length+e),new t(this.elements.slice(e,e+1))}filter(e){if(typeof e=="string"){let r=this.elements.filter(n=>_e(n,e,{adapter:pe}));return new t(r)}else{let r=this.elements.filter((n,s)=>e(new t(n),s));return new t(r)}}not(e){let r=this.elements.filter(n=>!_e(n,e,{adapter:pe}));return new t(r)}has(e){let r=this.elements.filter(n=>n.querySelector(e)!==null);return new t(r)}add(e){if(e.trim().startsWith("<")){let r=rt(e);return new t([...this.elements,...r.children])}return this}parents(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;for(;s&&s.nodeType===H.ELEMENT_NODE;){let o=s;(!e||_e(o,e,{adapter:pe}))&&(r.includes(o)||r.push(o)),s=s.parentNode}}),new t(r)}parentsUntil(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;for(;s&&s.nodeType===H.ELEMENT_NODE;){let o=s;if(_e(o,e,{adapter:pe}))break;r.includes(o)||r.push(o),s=s.parentNode}}),new t(r)}nextUntil(e){let r=[];return this.elements.forEach(n=>{let s=n.nextElementSibling;for(;s&&!_e(s,e,{adapter:pe});)r.push(s),s=s.nextElementSibling}),new t(r)}prevUntil(e){let r=[];return this.elements.forEach(n=>{let s=n.previousElementSibling;for(;s&&!_e(s,e,{adapter:pe});)r.push(s),s=s.previousElementSibling}),new t(r)}slice(e,r){return new t(this.elements.slice(e,r))}contents(){let e=[];return this.elements.forEach(r=>{r.childNodes.forEach(n=>{n.nodeType===H.ELEMENT_NODE&&e.push(n)})}),new t(e)}text(){return this.elements.map(e=>e.text).join("")}html(){return this.elements.length>0?this.elements[0].innerHTML:null}outerHtml(){return this.elements.length>0?this.elements[0].outerHTML:""}attr(e){if(this.elements.length>0)return this.elements[0].getAttribute(e)}attrs(){return this.elements.length>0?this.elements[0].attributes:{}}data(e){if(this.elements.length===0)return;let n=this.elements[0].attributes;if(e)return n[`data-${e}`];let s={};for(let o in n)if(o.startsWith("data-")){let u=o.slice(5);s[u]=n[o]}return s}val(){if(this.elements.length===0)return;let e=this.elements[0];if(e.tagName==="INPUT")return e.getAttribute("value");if(e.tagName==="TEXTAREA")return e.text;if(e.tagName==="SELECT"){let r=e.querySelector("option[selected]")||e.querySelector("option");return r?r.getAttribute("value")??r.text:void 0}return e.getAttribute("value")}prop(e){if(this.elements.length===0)return;let r=this.elements[0];return e==="tagName"?r.tagName:e in r?r[e]:this.attr(e)}exists(){return this.elements.length>0}get length(){return this.elements.length}is(e){return this.elements.some(r=>_e(r,e,{adapter:pe}))}hasClass(e){return this.elements.some(r=>r.classList.contains(e))}index(e){if(this.elements.length===0)return-1;let r=this.elements[0],n=r.parentNode;if(!n)return 0;let s=n.childNodes.filter(o=>o.nodeType===H.ELEMENT_NODE);return e?s.findIndex(o=>o===r):s.indexOf(r)}each(e){return this.elements.forEach((r,n)=>{e(new t(r),n)}),this}map(e){return this.elements.map((r,n)=>e(new t(r),n))}toArray(){return this.elements.map(e=>new t(e))}reduce(e,r){let n=r;return this.elements.forEach((s,o)=>{n=e(n,new t(s),o)}),n}some(e){return this.elements.some((r,n)=>e(new t(r),n))}every(e){return this.elements.every((r,n)=>e(new t(r),n))}tagName(){var e;if(this.elements.length>0)return(e=this.elements[0].tagName)==null?void 0:e.toLowerCase()}clone(){let e=this.elements.map(r=>r.clone());return new t(e)}toString(){return this.outerHtml()}get raw(){return this.elements}get(e=0){return this.elements[e]}}});function fd(t,e){if(!t)return"";if(!e)return t;try{return t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")?t:new URL(t,e).href}catch{return t}}function gb(t,e){if(t){if(t.startsWith("mailto:"))return"mailto";if(t.startsWith("tel:"))return"tel";if(t.startsWith("#"))return"anchor";if(e)try{let r=new URL(e);return new URL(t,e).hostname===r.hostname?"internal":"external"}catch{return}return t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")?"external":"internal"}}function hd(t,e){let r=(e==null?void 0:e.selector)||"a[href]",n=[];return t.querySelectorAll(r).forEach(s=>{let o=s.getAttribute("href")||"";e!=null&&e.absolute&&(e!=null&&e.baseUrl)&&(o=fd(o,e.baseUrl));let u=s.querySelectorAll("img"),i=s.querySelectorAll("svg");n.push({href:o,text:s.text.trim(),rel:s.getAttribute("rel"),target:s.getAttribute("target"),title:s.getAttribute("title"),type:gb(o,e==null?void 0:e.baseUrl),hasImage:u.length>0,hasImageWithAlt:u.filter(c=>{var a;return!!((a=c.getAttribute("alt"))!=null&&a.trim())}).length>0,hasSvg:i.length>0,hasSvgWithTitle:i.filter(c=>c.querySelectorAll("title").length>0||!!c.getAttribute("aria-label")).length>0,ariaLabel:s.getAttribute("aria-label")})}),n}function md(t,e){let r=(e==null?void 0:e.selector)||"img[src]",n=[];return t.querySelectorAll(r).forEach(s=>{let o=s.getAttribute("src")||"";e!=null&&e.absolute&&(e!=null&&e.baseUrl)&&(o=fd(o,e.baseUrl));let u=s.getAttribute("width"),i=s.getAttribute("height");n.push({src:o,alt:s.getAttribute("alt"),title:s.getAttribute("title"),width:u?parseInt(u,10):void 0,height:i?parseInt(i,10):void 0,srcset:s.getAttribute("srcset"),loading:s.getAttribute("loading"),decoding:s.getAttribute("decoding")})}),n}function gd(t){let e={},r=t.querySelector("title");e.title=r&&r.text.trim()||void 0;let n=t.querySelector("meta[charset]");if(n)e.charset=n.getAttribute("charset");else{let o=t.querySelector('meta[http-equiv="Content-Type"]'),u=o?o.getAttribute("content"):null;if(u){let i=u.match(/charset=([^;]+)/i);i&&(e.charset=i[1].trim())}}let s=t.querySelector('link[rel="canonical"]');return s&&(e.canonical=s.getAttribute("href")),t.querySelectorAll("meta[name]").forEach(o=>{var c;let u=(c=o.getAttribute("name"))==null?void 0:c.toLowerCase(),i=o.getAttribute("content");if(!(!u||!i))switch(u){case"description":e.description=i;break;case"keywords":e.keywords=i.split(",").map(a=>a.trim()).filter(Boolean);break;case"author":e.author=i;break;case"robots":e.robots=i.split(",").map(a=>a.trim().toLowerCase());break;case"viewport":e.viewport=i;break;default:e[u]=i}}),e}function xd(t){let e={},r=[];return t.querySelectorAll('meta[property^="og:"]').forEach(n=>{let s=n.getAttribute("property"),o=n.getAttribute("content");if(!s||!o)return;let u=s.replace("og:","");switch(u){case"title":e.title=o;break;case"type":e.type=o;break;case"url":e.url=o;break;case"image":r.push(o);break;case"description":e.description=o;break;case"site_name":e.siteName=o;break;case"locale":e.locale=o;break;default:e[u.replace(/_([a-z])/g,(i,c)=>c.toUpperCase())]=o}}),r.length===1?e.image=r[0]:r.length>1&&(e.image=r),e}function bd(t){let e={};return t.querySelectorAll('meta[name^="twitter:"]').forEach(r=>{let n=r.getAttribute("name"),s=r.getAttribute("content");if(!n||!s)return;let o=n.replace("twitter:","");switch(o){case"card":e.card=s;break;case"site":e.site=s;break;case"creator":e.creator=s;break;case"title":e.title=s;break;case"description":e.description=s;break;case"image":e.image=s;break;default:e[o]=s}}),e}function yd(t){let e=[];return t.querySelectorAll('script[type="application/ld+json"]').forEach(r=>{let n=r.innerHTML;if(n)try{let s=JSON.parse(n);s["@graph"]&&Array.isArray(s["@graph"])?e.push(...s["@graph"]):Array.isArray(s)?e.push(...s):e.push(s)}catch{}}),e}function wd(t,e){let r=[],n=e||"form";return t.querySelectorAll(n).forEach(s=>{var u;let o=[];s.querySelectorAll("input, select, textarea").forEach(i=>{var p;let c=(p=i.tagName)==null?void 0:p.toLowerCase(),a=i.getAttribute("type")||(c==="textarea"?"textarea":c==="select"?"select":"text"),l=i.getAttribute("value");c==="textarea"&&(l=i.text);let d={name:i.getAttribute("name"),type:a,value:l,placeholder:i.getAttribute("placeholder"),required:i.hasAttribute("required")};if(c==="select"){d.options=[],i.querySelectorAll("option").forEach(h=>{d.options.push({value:h.getAttribute("value")||h.text,text:h.text.trim()})});let f=i.querySelector("option[selected]");f&&(d.value=f.getAttribute("value")||f.text)}o.push(d)}),r.push({action:s.getAttribute("action"),method:(u=s.getAttribute("method"))==null?void 0:u.toUpperCase(),name:s.getAttribute("name"),id:s.getAttribute("id"),fields:o})}),r}function Ad(t,e){let r=[],n=e||"table";return t.querySelectorAll(n).forEach(s=>{let o=[],u=[],i=s.querySelector("caption"),c=i&&i.text.trim()||void 0,a=null,l=s.querySelector("thead");if(l&&l.querySelectorAll("th, td").forEach(p=>{o.push(p.text.trim())}),o.length===0){let p=s.querySelector("tr");p&&(p.childNodes.forEach(f=>{if(f.nodeType===H.ELEMENT_NODE){let h=f;["TH","TD"].includes(h.tagName)&&o.push(h.text.trim())}}),o.length>0&&(a=p))}s.querySelectorAll("tr").forEach(p=>{if(p.parentNode&&p.parentNode.tagName==="THEAD"||p===a)return;let f=[];p.querySelectorAll("td, th").forEach(h=>{f.push(h.text.trim())}),f.length>0&&u.push(f)}),(o.length>0||u.length>0)&&r.push({caption:c,headers:o,rows:u})}),r}function Ed(t){let e=[];return t.querySelectorAll("script").forEach(r=>{var o;let n=r.getAttribute("src"),s=n||(o=r.innerHTML)==null?void 0:o.trim();!n&&!s||e.push({src:n,type:r.getAttribute("type"),async:r.hasAttribute("async"),defer:r.hasAttribute("defer"),inline:s})}),e}function Sd(t){let e=[];return t.querySelectorAll('link[rel="stylesheet"]').forEach(r=>{e.push({href:r.getAttribute("href"),media:r.getAttribute("media")})}),t.querySelectorAll("style").forEach(r=>{var s;let n=(s=r.innerHTML)==null?void 0:s.trim();n&&e.push({media:r.getAttribute("media"),inline:n})}),e}var Dd=A(()=>{"use strict";Ws()});var Cd={};we(Cd,{ScrapeDocument:()=>yi});var yi,vd=A(()=>{"use strict";pd();Ws();Dd();yi=class t{rootElement;options;constructor(e,r){this.rootElement=e,this.options=r||{}}static async create(e,r){let n=rt(e,r==null?void 0:r.parserOptions);return new t(n,r)}static createSync(e,r){let n=rt(e,r==null?void 0:r.parserOptions);return new t(n,r)}select(e){let r=this.rootElement.querySelectorAll(e);return new it(r)}selectFirst(e){let r=this.rootElement.querySelector(e);return new it(r?[r]:[])}selectAll(e){return this.rootElement.querySelectorAll(e).map(n=>new it(n))}query(e){return this.select(e)}queryAll(e){return this.selectAll(e)}text(e){let r=this.rootElement.querySelector(e);return r?r.text.trim():""}texts(e){return this.rootElement.querySelectorAll(e).map(n=>n.text.trim()).filter(n=>n.length>0)}attr(e,r){let n=this.rootElement.querySelector(e);return n?n.getAttribute(r):void 0}attrs(e,r){let n=this.rootElement.querySelectorAll(e),s=[];return n.forEach(o=>{let u=o.getAttribute(r);u!==void 0&&s.push(u)}),s}innerHtml(e){let r=this.rootElement.querySelector(e);return r?r.innerHTML:null}outerHtml(e){let r=this.rootElement.querySelector(e);return r?r.outerHTML:""}links(e){return hd(this.rootElement,{...e,baseUrl:this.options.baseUrl})}images(e){return md(this.rootElement,{...e,baseUrl:this.options.baseUrl})}meta(){return gd(this.rootElement)}openGraph(){return xd(this.rootElement)}twitterCard(){return bd(this.rootElement)}jsonLd(){return yd(this.rootElement)}forms(e){return wd(this.rootElement,e)}tables(e){return Ad(this.rootElement,e)}scripts(){return Ed(this.rootElement)}styles(){return Sd(this.rootElement)}extract(e){let r={};for(let[n,s]of Object.entries(e)){let o=this.extractField(s);o===void 0?typeof s=="object"&&s.optional===!0||(r[n]=void 0):r[n]=o}return r}extractField(e){if(typeof e=="string")return this.text(e)||void 0;let{selector:r,attribute:n,multiple:s,transform:o}=e,u="default"in e?e.default:void 0;if(s){let i=this.rootElement.querySelectorAll(r),c=[];return i.forEach(a=>{let l;n?l=a.getAttribute(n)||"":l=a.text.trim(),l&&c.push(o?o(l):l)}),c.length===0&&u!==void 0?u:c}else{let i=this.rootElement.querySelector(r);if(!i)return u;let c;return n?c=i.getAttribute(n)||"":c=i.text.trim(),c?o?o(c):c:u}}title(){let e=this.rootElement.querySelector("title");return(e?e.text.trim():"")||void 0}body(){let e=this.rootElement.querySelector("body");return new it(e?[e]:[])}head(){let e=this.rootElement.querySelector("head");return new it(e?[e]:[])}html(){return this.rootElement.outerHTML}root(){return new it(this.rootElement)}exists(e){return this.rootElement.querySelector(e)!==null}count(e){return this.rootElement.querySelectorAll(e).length}findByText(e,r){let n=[];return(r?this.rootElement.querySelectorAll(r):this.rootElement.querySelectorAll("*")).forEach(o=>{o.text.includes(e)&&n.push(new it(o))}),n}findByExactText(e,r){let n=[];return(r?this.rootElement.querySelectorAll(r):this.rootElement.querySelectorAll("*")).forEach(o=>{o.text.trim()===e&&n.push(new it(o))}),n}findByData(e,r){let n=r!==void 0?`[data-${e}="${r}"]`:`[data-${e}]`;return this.selectAll(n)}get raw(){return this.rootElement}get baseUrl(){return this.options.baseUrl}}});var Vs,Y9,zs,Ai=A(()=>{Vs=()=>{},Y9=globalThis.performance,zs=()=>({on:Vs,stdout:{on:Vs},stderr:{on:Vs},kill:Vs})});function kd(t){let e=t.getReader();return new Qn({async read(){try{let{done:r,value:n}=await e.read();r?this.push(null):this.push(n)}catch(r){this.destroy(r)}},destroy(r,n){e.cancel().finally(()=>n(r))}})}function Ei(t){return new ReadableStream({start(e){t.on("data",r=>{e.enqueue(new Uint8Array(r))}),t.on("end",()=>{e.close()}),t.on("error",r=>{e.error(r)})},cancel(){t.destroy()}})}var Si=A(()=>{"use strict";Zn();Jn()});var bb,gt,Di=A(()=>{"use strict";iu();uu();Si();ls();ps();ie();zn();Yn();bb=[101,103,204,205,304],gt=class t{timings;connection;raw;constructor(e,r={}){if(this.timings=r.timings,this.connection=r.connection,e instanceof Response)this.raw=e;else{let n=bb.includes(e.statusCode)?null:e.body;this.raw=new Response(n,{status:e.statusCode,statusText:String(e.statusCode),headers:e.headers})}}get status(){return this.raw.status}get statusText(){return this.raw.statusText}get headers(){return this.raw.headers}get ok(){return this.raw.ok}get url(){return this.raw.url}get cache(){return vt(this.headers,this.status).cache}get rateLimit(){return vt(this.headers,this.status).rateLimit}links(){return an(this.headers)}get headerInfo(){return vt(this.headers,this.status)}async json(){return await this.raw.json()}async yaml(e){let r=await this.raw.text();return Vn(r,e)}async csv(e){let r=await this.raw.text();return Kn(r,e)}async text(){return this.raw.text()}async cleanText(){let e=await this.text();return as(e)}async blob(){return this.raw.blob()}read(){return this.raw.body}toNodeStream(){return this.raw.body?kd(this.raw.body):null}async pipe(e){let r=this.toNodeStream();if(!r)throw new Ye("Response has no body to pipe",{streamType:"response",retriable:!0});return new Promise((n,s)=>{r.pipe(e),r.on("end",n),r.on("error",s),e.on("error",s)})}clone(){return new t(this.raw.clone(),{timings:this.timings,connection:this.connection})}sse(){return cs(this.raw)}async*download(){if(!this.raw.body)return;let e=this.headers.get("content-length"),r=e?parseInt(e,10):void 0,n=0,s=Date.now(),o=0,u=0,i=s,c=0,a=.3,l=p=>{let f=Date.now(),h=f-i,m=n-u;if(h>0){let v=m/h*1e3;c=c===0?v:c*(1-a)+v*a}u=n,i=f;let x;return r&&(x=p?100:Math.min(n/r*100,99.9)),{loaded:n,transferred:n,total:r,percent:x,rate:c,estimated:r&&c>0?(r-n)/c*1e3:void 0,direction:"download"}},d=this.raw.body.getReader();try{for(yield l(!1);;){let{done:p,value:f}=await d.read();if(p){yield l(!0);break}if(f){n+=f.byteLength;let h=Date.now();h-o>100&&(yield l(!1),o=h)}}}finally{d.releaseLock()}}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();try{for(;;){let{done:r,value:n}=await e.read();if(r)break;n&&(yield n)}}finally{e.releaseLock()}}}});var cr,Gs,cR,Ks=A(()=>{cr=(...t)=>t.join("/"),Gs=t=>t.split("/").slice(0,-1).join("/"),cR=globalThis.performance});function wb(){return"curl-impersonate-chrome"}function Ci(){return cr(yb,wb())}async function Rd(){let t=process.env.RECKER_CURL_BIN||Ci();try{await Vo.access(t,zo.X_OK)}catch{return!1}return new Promise(e=>{let r=!1,n=zs(t,["--version"]),s=u=>{r||(r=!0,e(u))};n.on("error",()=>s(!1)),n.on("close",u=>{s(u===0)});let o=setTimeout(()=>{n.exitCode===null&&n.kill(),s(!1)},2e3);n.on("close",()=>{clearTimeout(o)})})}var yb,Bd=A(()=>{"use strict";Xt();Ks();fs();Ai();Xt();Zn();Jn();yb=cr(gc(),".recker","bin")});var Id={};we(Id,{CurlTransport:()=>vi});function lr(t){if(!t)return;let e=Number.parseFloat(t);if(!Number.isNaN(e))return Math.round(e*1e3)}function Nd(t){if(!t)return{};let e=t.split(/\s+/).filter(Boolean),r={};for(let n of e){let s=n.indexOf("=");if(s<=0)continue;let o=n.slice(0,s),u=n.slice(s+1);switch(o){case"dns":r.dns=lr(u);break;case"tcp":r.tcp=lr(u);break;case"tls":r.tls=lr(u);break;case"ttfb":r.ttfb=lr(u);break;case"download":r.download=lr(u);break;case"total":r.total=lr(u);break;case"pretransfer":r.pretransfer=lr(u);break;default:break}}return r.download===void 0&&r.total!==void 0&&r.ttfb!==void 0&&(r.download=Math.max(0,r.total-r.ttfb)),r}function Od(t){var l,d;let e=t.match(/(?:\r?\n)__RECKER_TIMING__(.*)$/),r,n=t;if(e&&e.index!==void 0){let p=e.index;r=(l=e[1])==null?void 0:l.trim(),n=t.slice(0,p)}let s=[{sep:`\r
|
|
47
|
+
`)}removeWhitespace(){let e=0;this.childNodes.forEach(n=>{if(n.nodeType===H.TEXT_NODE){if(n.isWhitespace)return;n.rawText=n.trimmedRawText}else n.nodeType===H.ELEMENT_NODE&&n.removeWhitespace();this.childNodes[e++]=n}),this.childNodes.length=e,this.invalidateSelectorCacheRecursively();let r=Object.keys(this.rawAttributes).map(n=>{let s=this.rawAttributes[n];return`${n}=${JSON.stringify(s)}`}).join(" ");return this.rawAttrs=r,delete this._rawAttrs,this}querySelectorAll(e){if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e);if(n!=null&&n.all)return n.all.slice()}let r=td(e,this,{xmlMode:!1,adapter:pe});if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e)||{};n.all=r,n.first===void 0&&(n.first=r[0]||null),this.getQueryCache().set(e,n)}return r}querySelector(e){if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e);if((n==null?void 0:n.first)!==void 0)return n.first||null;if(n!=null&&n.all){let s=n.all[0]||null;return n.first=s,this.getQueryCache().set(e,n),s}}let r=ii(e,this,{xmlMode:!1,adapter:pe});if(this.isSelectorCacheEnabled){let n=this.getQueryCache().get(e)||{};n.first=r,this.getQueryCache().set(e,n)}return r}getElementsByTagName(e){let r=e.toUpperCase(),n=[],s=[],o=this,u=0;for(;u!==void 0&&o;){let i;do i=o.childNodes[u++];while(u<o.childNodes.length&&i===void 0);if(i===void 0){o=o.parentNode,u=s.pop();continue}i.nodeType===H.ELEMENT_NODE&&((e==="*"||i.tagName===r)&&n.push(i),i.childNodes.length>0&&(s.push(u),o=i,u=0))}return n}getElementById(e){let r=[],n=this,s=0;for(;s!==void 0&&n;){let o;do o=n.childNodes[s++];while(s<n.childNodes.length&&o===void 0);if(o===void 0){n=n.parentNode,s=r.pop();continue}if(o.nodeType===H.ELEMENT_NODE){if(o.id===e)return o;o.childNodes.length>0&&(r.push(s),n=o,s=0)}}return null}closest(e){let r=new Map,n=this,s=null;for(;n;)s&&r.set(n,s),s=n,n=n.parentNode;for(n=this;n;){let o=ii(e,n,{xmlMode:!0,adapter:{...pe,getChildren(u){let i=r.get(u);return i?[i]:[]},getSiblings(u){return[u]}}});if(o)return o;n=n.parentNode}return null}appendChild(e){return this.append(e),e}get attrs(){if(this._attrs)return this._attrs;this._attrs={};let e=this.rawAttributes;for(let r in e){let n=e[r]||"";this._attrs[r.toLowerCase()]=vn(n)}return this._attrs}get attributes(){let e={},r=this.rawAttributes;for(let n in r){let s=r[n]||"";e[n]=vn(s)}return e}get rawAttributes(){if(this._rawAttrs)return this._rawAttrs;let e={};if(this.rawAttrs){let r=/([a-zA-Z()[\]#@$.?:][a-zA-Z0-9-._:()[\]#]*)(?:\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+))?/g,n;for(;n=r.exec(this.rawAttrs);){let s=n[1],o=n[2]||null;o&&(o[0]==="'"||o[0]==='"')&&(o=o.slice(1,o.length-1)),e[s]=e[s]||o||""}}return this._rawAttrs=e,e}removeAttribute(e){let r=this.rawAttributes;return delete r[e],this._attrs&&delete this._attrs[e],this.rawAttrs=Object.keys(r).map(n=>{let s=this.quoteAttribute(r[n]);return s==="null"||s==='""'?n:`${n}=${s}`}).join(" "),e==="id"&&(this.id=""),this.invalidateSelectorCacheRecursively(),this}hasAttribute(e){return e.toLowerCase()in this.attrs}getAttribute(e){return this.attrs[e.toLowerCase()]}setAttribute(e,r){if(arguments.length<2)throw new Error("Failed to execute 'setAttribute' on 'Element'");let n=e.toLowerCase(),s=this.rawAttributes;for(let o in s)if(o.toLowerCase()===n){e=o;break}return s[e]=String(r),this._attrs&&(this._attrs[n]=vn(s[e])),this.rawAttrs=Object.keys(s).map(o=>{let u=this.quoteAttribute(s[o]);return u==="null"||u==='""'?o:`${o}=${u}`}).join(" "),e==="id"&&(this.id=r),this.invalidateSelectorCacheRecursively(),this}setAttributes(e){return this._attrs&&delete this._attrs,this._rawAttrs&&delete this._rawAttrs,this.rawAttrs=Object.keys(e).map(r=>{let n=e[r];return n==="null"||n==='""'?r:`${r}=${this.quoteAttribute(String(n))}`}).join(" "),this.invalidateSelectorCacheRecursively(),this}insertAdjacentHTML(e,r){if(arguments.length<2)throw new Error("2 arguments required");let n=Bt(r,this._parseOptions);if(e==="afterend")this.after(...n.childNodes);else if(e==="afterbegin")this.prepend(...n.childNodes);else if(e==="beforeend")this.append(...n.childNodes);else if(e==="beforebegin")this.before(...n.childNodes);else throw new Error(`The value provided ('${e}') is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'`);return this}prepend(...e){let r=$s(e,this._parseOptions);mt(r,this),this.childNodes.unshift(...r),this.invalidateSelectorCacheRecursively()}append(...e){let r=$s(e,this._parseOptions);mt(r,this),this.childNodes.push(...r),this.invalidateSelectorCacheRecursively()}before(...e){if(!this.parentNode)return;let r=$s(e,this.parentNode._parseOptions),n=this.parentNode.childNodes;mt(r,this.parentNode),n.splice(n.indexOf(this),0,...r),this.parentNode.invalidateSelectorCacheRecursively()}after(...e){if(!this.parentNode)return;let r=$s(e,this.parentNode._parseOptions),n=this.parentNode.childNodes;mt(r,this.parentNode),n.splice(n.indexOf(this)+1,0,...r),this.parentNode.invalidateSelectorCacheRecursively()}get nextSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=0;for(;r<e.length;){let n=e[r++];if(this===n)return e[r]||null}}return null}get nextElementSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=0,n=!1;for(;r<e.length;){let s=e[r++];if(n){if(s instanceof t)return s||null}else this===s&&(n=!0)}}return null}get previousSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=e.length;for(;r>0;){let n=e[--r];if(this===n)return e[r-1]||null}}return null}get previousElementSibling(){if(this.parentNode){let e=this.parentNode.childNodes,r=e.length,n=!1;for(;r>0;){let s=e[--r];if(n){if(s instanceof t)return s||null}else this===s&&(n=!0)}}return null}get children(){let e=[];for(let r of this.childNodes)r instanceof t&&e.push(r);return e}get firstChild(){return this.childNodes[0]}get firstElementChild(){return this.children[0]}get lastChild(){return $t(this.childNodes)}get lastElementChild(){return this.children[this.children.length-1]}get childElementCount(){return this.children.length}get classNames(){return this.classList.toString()}clone(){return Bt(this.toString(),this._parseOptions).firstChild}},kt=/<!--[\s\S]*?-->|<(\/?)([a-zA-Z][-.:0-9_a-zA-Z@\xB7\xC0-\xD6\xD8-\xF6\u00F8-\u03A1\u03A3-\u03D9\u03DB-\u03EF\u03F7-\u03FF\u0400-\u04FF\u0500-\u052F\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1E9B\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2126\u212A-\u212B\u2132\u214E\u2160-\u2188\u2C60-\u2C7F\uA722-\uA787\uA78B-\uA78E\uA790-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA7FF\uAB30-\uAB5A\uAB5C-\uAB5F\uAB64-\uAB65\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\x37F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]*)((?:\s+[^>]*?(?:(?:'[^']*')|(?:"[^"]*"))?)*)\s*(\/?)>/gu,Ib=/(?:^|\s)(id|class)\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+)/gi,cd={li:{li:!0,LI:!0},LI:{li:!0,LI:!0},p:{p:!0,div:!0,P:!0,DIV:!0},P:{p:!0,div:!0,P:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},td:{td:!0,th:!0,TD:!0,TH:!0},TD:{td:!0,th:!0,TD:!0,TH:!0},th:{td:!0,th:!0,TD:!0,TH:!0},TH:{td:!0,th:!0,TD:!0,TH:!0},h1:{h1:!0,H1:!0},H1:{h1:!0,H1:!0},h2:{h2:!0,H2:!0},H2:{h2:!0,H2:!0},h3:{h3:!0,H3:!0},H3:{h3:!0,H3:!0},h4:{h4:!0,H4:!0},H4:{h4:!0,H4:!0},h5:{h5:!0,H5:!0},H5:{h5:!0,H5:!0},h6:{h6:!0,H6:!0},H6:{h6:!0,H6:!0}},ld={li:{ul:!0,ol:!0,UL:!0,OL:!0},LI:{ul:!0,ol:!0,UL:!0,OL:!0},a:{div:!0,DIV:!0},A:{div:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},i:{div:!0,DIV:!0},I:{div:!0,DIV:!0},p:{div:!0,DIV:!0},P:{div:!0,DIV:!0},td:{tr:!0,table:!0,TR:!0,TABLE:!0},TD:{tr:!0,table:!0,TR:!0,TABLE:!0},th:{tr:!0,table:!0,TR:!0,TABLE:!0},TH:{tr:!0,table:!0,TR:!0,TABLE:!0}},Tn="documentfragmentcontainer"});var pd=A(()=>{"use strict";Vs()});function xi(t,e={}){return Ws(t,e).length===1}var fd=A(()=>{"use strict";Vs()});function rt(t,e={}){return Bt(t,e)}var zs=A(()=>{"use strict";di();Vs();Dn();hi();Ir();pd();fd();rt.parse=Bt;rt.HTMLElement=cr;rt.CommentNode=ar;rt.valid=xi;rt.Node=Je;rt.TextNode=Qe;rt.NodeType=H});var it,hd=A(()=>{"use strict";ai();zs();fi();it=class t{elements;constructor(e){Array.isArray(e)?this.elements=e.filter(r=>r.nodeType===H.ELEMENT_NODE):this.elements=e.nodeType===H.ELEMENT_NODE?[e]:[]}find(e){let r=[],n=new Set;return this.elements.forEach(s=>{s.querySelectorAll(e).forEach(o=>{n.has(o)||(n.add(o),r.push(o))})}),new t(r)}parent(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;s&&s.nodeType===H.ELEMENT_NODE&&(!e||Fe(s,e,{adapter:pe}))&&(r.includes(s)||r.push(s))}),new t(r)}children(e){let r=[];return this.elements.forEach(n=>{n.childNodes.forEach(s=>{if(s.nodeType===H.ELEMENT_NODE){let o=s;(!e||Fe(o,e,{adapter:pe}))&&r.push(o)}})}),new t(r)}siblings(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;s&&s.childNodes.forEach(o=>{if(o!==n&&o.nodeType===H.ELEMENT_NODE){let u=o;(!e||Fe(u,e,{adapter:pe}))&&(r.includes(u)||r.push(u))}})}),new t(r)}next(e){let r=[];return this.elements.forEach(n=>{let s=n.nextElementSibling;for(;s;){if(!e||Fe(s,e,{adapter:pe})){r.push(s);break}break}}),new t(r)}prev(e){let r=[];return this.elements.forEach(n=>{let s=n.previousElementSibling;s&&(!e||Fe(s,e,{adapter:pe}))&&r.push(s)}),new t(r)}nextAll(e){let r=[];return this.elements.forEach(n=>{let s=n.nextElementSibling;for(;s;)(!e||Fe(s,e,{adapter:pe}))&&r.push(s),s=s.nextElementSibling}),new t(r)}prevAll(e){let r=[];return this.elements.forEach(n=>{let s=n.previousElementSibling;for(;s;)(!e||Fe(s,e,{adapter:pe}))&&r.push(s),s=s.previousElementSibling}),new t(r)}closest(e){let r=[];return this.elements.forEach(n=>{let s=n.closest(e);s&&(r.includes(s)||r.push(s))}),new t(r)}first(){return new t(this.elements.slice(0,1))}last(){return new t(this.elements.slice(-1))}eq(e){return e<0&&(e=this.elements.length+e),new t(this.elements.slice(e,e+1))}filter(e){if(typeof e=="string"){let r=this.elements.filter(n=>Fe(n,e,{adapter:pe}));return new t(r)}else{let r=this.elements.filter((n,s)=>e(new t(n),s));return new t(r)}}not(e){let r=this.elements.filter(n=>!Fe(n,e,{adapter:pe}));return new t(r)}has(e){let r=this.elements.filter(n=>n.querySelector(e)!==null);return new t(r)}add(e){if(e.trim().startsWith("<")){let r=rt(e);return new t([...this.elements,...r.children])}return this}parents(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;for(;s&&s.nodeType===H.ELEMENT_NODE;){let o=s;(!e||Fe(o,e,{adapter:pe}))&&(r.includes(o)||r.push(o)),s=s.parentNode}}),new t(r)}parentsUntil(e){let r=[];return this.elements.forEach(n=>{let s=n.parentNode;for(;s&&s.nodeType===H.ELEMENT_NODE;){let o=s;if(Fe(o,e,{adapter:pe}))break;r.includes(o)||r.push(o),s=s.parentNode}}),new t(r)}nextUntil(e){let r=[];return this.elements.forEach(n=>{let s=n.nextElementSibling;for(;s&&!Fe(s,e,{adapter:pe});)r.push(s),s=s.nextElementSibling}),new t(r)}prevUntil(e){let r=[];return this.elements.forEach(n=>{let s=n.previousElementSibling;for(;s&&!Fe(s,e,{adapter:pe});)r.push(s),s=s.previousElementSibling}),new t(r)}slice(e,r){return new t(this.elements.slice(e,r))}contents(){let e=[];return this.elements.forEach(r=>{r.childNodes.forEach(n=>{n.nodeType===H.ELEMENT_NODE&&e.push(n)})}),new t(e)}text(){return this.elements.map(e=>e.text).join("")}html(){return this.elements.length>0?this.elements[0].innerHTML:null}outerHtml(){return this.elements.length>0?this.elements[0].outerHTML:""}attr(e){if(this.elements.length>0)return this.elements[0].getAttribute(e)}attrs(){return this.elements.length>0?this.elements[0].attributes:{}}data(e){if(this.elements.length===0)return;let n=this.elements[0].attributes;if(e)return n[`data-${e}`];let s={};for(let o in n)if(o.startsWith("data-")){let u=o.slice(5);s[u]=n[o]}return s}val(){if(this.elements.length===0)return;let e=this.elements[0];if(e.tagName==="INPUT")return e.getAttribute("value");if(e.tagName==="TEXTAREA")return e.text;if(e.tagName==="SELECT"){let r=e.querySelector("option[selected]")||e.querySelector("option");return r?r.getAttribute("value")??r.text:void 0}return e.getAttribute("value")}prop(e){if(this.elements.length===0)return;let r=this.elements[0];return e==="tagName"?r.tagName:e in r?r[e]:this.attr(e)}exists(){return this.elements.length>0}get length(){return this.elements.length}is(e){return this.elements.some(r=>Fe(r,e,{adapter:pe}))}hasClass(e){return this.elements.some(r=>r.classList.contains(e))}index(e){if(this.elements.length===0)return-1;let r=this.elements[0],n=r.parentNode;if(!n)return 0;let s=n.childNodes.filter(o=>o.nodeType===H.ELEMENT_NODE);return e?s.findIndex(o=>o===r):s.indexOf(r)}each(e){return this.elements.forEach((r,n)=>{e(new t(r),n)}),this}map(e){return this.elements.map((r,n)=>e(new t(r),n))}toArray(){return this.elements.map(e=>new t(e))}reduce(e,r){let n=r;return this.elements.forEach((s,o)=>{n=e(n,new t(s),o)}),n}some(e){return this.elements.some((r,n)=>e(new t(r),n))}every(e){return this.elements.every((r,n)=>e(new t(r),n))}tagName(){var e;if(this.elements.length>0)return(e=this.elements[0].tagName)==null?void 0:e.toLowerCase()}clone(){let e=this.elements.map(r=>r.clone());return new t(e)}toString(){return this.outerHtml()}get raw(){return this.elements}get(e=0){return this.elements[e]}}});function md(t,e){if(!t)return"";if(!e)return t;try{return t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")?t:new URL(t,e).href}catch{return t}}function Fb(t,e){if(t){if(t.startsWith("mailto:"))return"mailto";if(t.startsWith("tel:"))return"tel";if(t.startsWith("#"))return"anchor";if(e)try{let r=new URL(e);return new URL(t,e).hostname===r.hostname?"internal":"external"}catch{return}return t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")?"external":"internal"}}function gd(t,e){let r=(e==null?void 0:e.selector)||"a[href]",n=[];return t.querySelectorAll(r).forEach(s=>{let o=s.getAttribute("href")||"";e!=null&&e.absolute&&(e!=null&&e.baseUrl)&&(o=md(o,e.baseUrl));let u=s.querySelectorAll("img"),i=s.querySelectorAll("svg");n.push({href:o,text:s.text.trim(),rel:s.getAttribute("rel"),target:s.getAttribute("target"),title:s.getAttribute("title"),type:Fb(o,e==null?void 0:e.baseUrl),hasImage:u.length>0,hasImageWithAlt:u.filter(c=>{var a;return!!((a=c.getAttribute("alt"))!=null&&a.trim())}).length>0,hasSvg:i.length>0,hasSvgWithTitle:i.filter(c=>c.querySelectorAll("title").length>0||!!c.getAttribute("aria-label")).length>0,ariaLabel:s.getAttribute("aria-label")})}),n}function xd(t,e){let r=(e==null?void 0:e.selector)||"img[src]",n=[];return t.querySelectorAll(r).forEach(s=>{let o=s.getAttribute("src")||"";e!=null&&e.absolute&&(e!=null&&e.baseUrl)&&(o=md(o,e.baseUrl));let u=s.getAttribute("width"),i=s.getAttribute("height");n.push({src:o,alt:s.getAttribute("alt"),title:s.getAttribute("title"),width:u?parseInt(u,10):void 0,height:i?parseInt(i,10):void 0,srcset:s.getAttribute("srcset"),loading:s.getAttribute("loading"),decoding:s.getAttribute("decoding")})}),n}function bd(t){let e={},r=t.querySelector("title");e.title=r&&r.text.trim()||void 0;let n=t.querySelector("meta[charset]");if(n)e.charset=n.getAttribute("charset");else{let o=t.querySelector('meta[http-equiv="Content-Type"]'),u=o?o.getAttribute("content"):null;if(u){let i=u.match(/charset=([^;]+)/i);i&&(e.charset=i[1].trim())}}let s=t.querySelector('link[rel="canonical"]');return s&&(e.canonical=s.getAttribute("href")),t.querySelectorAll("meta[name]").forEach(o=>{var c;let u=(c=o.getAttribute("name"))==null?void 0:c.toLowerCase(),i=o.getAttribute("content");if(!(!u||!i))switch(u){case"description":e.description=i;break;case"keywords":e.keywords=i.split(",").map(a=>a.trim()).filter(Boolean);break;case"author":e.author=i;break;case"robots":e.robots=i.split(",").map(a=>a.trim().toLowerCase());break;case"viewport":e.viewport=i;break;default:e[u]=i}}),e}function yd(t){let e={},r=[];return t.querySelectorAll('meta[property^="og:"]').forEach(n=>{let s=n.getAttribute("property"),o=n.getAttribute("content");if(!s||!o)return;let u=s.replace("og:","");switch(u){case"title":e.title=o;break;case"type":e.type=o;break;case"url":e.url=o;break;case"image":r.push(o);break;case"description":e.description=o;break;case"site_name":e.siteName=o;break;case"locale":e.locale=o;break;default:e[u.replace(/_([a-z])/g,(i,c)=>c.toUpperCase())]=o}}),r.length===1?e.image=r[0]:r.length>1&&(e.image=r),e}function wd(t){let e={};return t.querySelectorAll('meta[name^="twitter:"]').forEach(r=>{let n=r.getAttribute("name"),s=r.getAttribute("content");if(!n||!s)return;let o=n.replace("twitter:","");switch(o){case"card":e.card=s;break;case"site":e.site=s;break;case"creator":e.creator=s;break;case"title":e.title=s;break;case"description":e.description=s;break;case"image":e.image=s;break;default:e[o]=s}}),e}function Ad(t){let e=[];return t.querySelectorAll('script[type="application/ld+json"]').forEach(r=>{let n=r.innerHTML;if(n)try{let s=JSON.parse(n);s["@graph"]&&Array.isArray(s["@graph"])?e.push(...s["@graph"]):Array.isArray(s)?e.push(...s):e.push(s)}catch{}}),e}function Ed(t,e){let r=[],n=e||"form";return t.querySelectorAll(n).forEach(s=>{var u;let o=[];s.querySelectorAll("input, select, textarea").forEach(i=>{var p;let c=(p=i.tagName)==null?void 0:p.toLowerCase(),a=i.getAttribute("type")||(c==="textarea"?"textarea":c==="select"?"select":"text"),l=i.getAttribute("value");c==="textarea"&&(l=i.text);let d={name:i.getAttribute("name"),type:a,value:l,placeholder:i.getAttribute("placeholder"),required:i.hasAttribute("required")};if(c==="select"){d.options=[],i.querySelectorAll("option").forEach(h=>{d.options.push({value:h.getAttribute("value")||h.text,text:h.text.trim()})});let f=i.querySelector("option[selected]");f&&(d.value=f.getAttribute("value")||f.text)}o.push(d)}),r.push({action:s.getAttribute("action"),method:(u=s.getAttribute("method"))==null?void 0:u.toUpperCase(),name:s.getAttribute("name"),id:s.getAttribute("id"),fields:o})}),r}function Sd(t,e){let r=[],n=e||"table";return t.querySelectorAll(n).forEach(s=>{let o=[],u=[],i=s.querySelector("caption"),c=i&&i.text.trim()||void 0,a=null,l=s.querySelector("thead");if(l&&l.querySelectorAll("th, td").forEach(p=>{o.push(p.text.trim())}),o.length===0){let p=s.querySelector("tr");p&&(p.childNodes.forEach(f=>{if(f.nodeType===H.ELEMENT_NODE){let h=f;["TH","TD"].includes(h.tagName)&&o.push(h.text.trim())}}),o.length>0&&(a=p))}s.querySelectorAll("tr").forEach(p=>{if(p.parentNode&&p.parentNode.tagName==="THEAD"||p===a)return;let f=[];p.querySelectorAll("td, th").forEach(h=>{f.push(h.text.trim())}),f.length>0&&u.push(f)}),(o.length>0||u.length>0)&&r.push({caption:c,headers:o,rows:u})}),r}function Dd(t){let e=[];return t.querySelectorAll("script").forEach(r=>{var o;let n=r.getAttribute("src"),s=n||(o=r.innerHTML)==null?void 0:o.trim();!n&&!s||e.push({src:n,type:r.getAttribute("type"),async:r.hasAttribute("async"),defer:r.hasAttribute("defer"),inline:s})}),e}function Cd(t){let e=[];return t.querySelectorAll('link[rel="stylesheet"]').forEach(r=>{e.push({href:r.getAttribute("href"),media:r.getAttribute("media")})}),t.querySelectorAll("style").forEach(r=>{var s;let n=(s=r.innerHTML)==null?void 0:s.trim();n&&e.push({media:r.getAttribute("media"),inline:n})}),e}var vd=A(()=>{"use strict";zs()});var Td={};we(Td,{ScrapeDocument:()=>bi});var bi,Rd=A(()=>{"use strict";hd();zs();vd();bi=class t{rootElement;options;constructor(e,r){this.rootElement=e,this.options=r||{}}static async create(e,r){let n=rt(e,r==null?void 0:r.parserOptions);return new t(n,r)}static createSync(e,r){let n=rt(e,r==null?void 0:r.parserOptions);return new t(n,r)}select(e){let r=this.rootElement.querySelectorAll(e);return new it(r)}selectFirst(e){let r=this.rootElement.querySelector(e);return new it(r?[r]:[])}selectAll(e){return this.rootElement.querySelectorAll(e).map(n=>new it(n))}query(e){return this.select(e)}queryAll(e){return this.selectAll(e)}text(e){let r=this.rootElement.querySelector(e);return r?r.text.trim():""}texts(e){return this.rootElement.querySelectorAll(e).map(n=>n.text.trim()).filter(n=>n.length>0)}attr(e,r){let n=this.rootElement.querySelector(e);return n?n.getAttribute(r):void 0}attrs(e,r){let n=this.rootElement.querySelectorAll(e),s=[];return n.forEach(o=>{let u=o.getAttribute(r);u!==void 0&&s.push(u)}),s}innerHtml(e){let r=this.rootElement.querySelector(e);return r?r.innerHTML:null}outerHtml(e){let r=this.rootElement.querySelector(e);return r?r.outerHTML:""}links(e){return gd(this.rootElement,{...e,baseUrl:this.options.baseUrl})}images(e){return xd(this.rootElement,{...e,baseUrl:this.options.baseUrl})}meta(){return bd(this.rootElement)}openGraph(){return yd(this.rootElement)}twitterCard(){return wd(this.rootElement)}jsonLd(){return Ad(this.rootElement)}forms(e){return Ed(this.rootElement,e)}tables(e){return Sd(this.rootElement,e)}scripts(){return Dd(this.rootElement)}styles(){return Cd(this.rootElement)}extract(e){let r={};for(let[n,s]of Object.entries(e)){let o=this.extractField(s);o===void 0?typeof s=="object"&&s.optional===!0||(r[n]=void 0):r[n]=o}return r}extractField(e){if(typeof e=="string")return this.text(e)||void 0;let{selector:r,attribute:n,multiple:s,transform:o}=e,u="default"in e?e.default:void 0;if(s){let i=this.rootElement.querySelectorAll(r),c=[];return i.forEach(a=>{let l;n?l=a.getAttribute(n)||"":l=a.text.trim(),l&&c.push(o?o(l):l)}),c.length===0&&u!==void 0?u:c}else{let i=this.rootElement.querySelector(r);if(!i)return u;let c;return n?c=i.getAttribute(n)||"":c=i.text.trim(),c?o?o(c):c:u}}title(){let e=this.rootElement.querySelector("title");return(e?e.text.trim():"")||void 0}body(){let e=this.rootElement.querySelector("body");return new it(e?[e]:[])}head(){let e=this.rootElement.querySelector("head");return new it(e?[e]:[])}html(){return this.rootElement.outerHTML}root(){return new it(this.rootElement)}exists(e){return this.rootElement.querySelector(e)!==null}count(e){return this.rootElement.querySelectorAll(e).length}findByText(e,r){let n=[];return(r?this.rootElement.querySelectorAll(r):this.rootElement.querySelectorAll("*")).forEach(o=>{o.text.includes(e)&&n.push(new it(o))}),n}findByExactText(e,r){let n=[];return(r?this.rootElement.querySelectorAll(r):this.rootElement.querySelectorAll("*")).forEach(o=>{o.text.trim()===e&&n.push(new it(o))}),n}findByData(e,r){let n=r!==void 0?`[data-${e}="${r}"]`:`[data-${e}]`;return this.selectAll(n)}get raw(){return this.rootElement}get baseUrl(){return this.options.baseUrl}}});var Gs,W9,V9,z9,wi,Ai=A(()=>{Gs=()=>{},W9=globalThis.URL,V9=globalThis.URLSearchParams,z9=globalThis.performance,wi=()=>({on:Gs,stdout:{on:Gs},stderr:{on:Gs},kill:Gs})});function Bd(t){let e=t.getReader();return new es({async read(){try{let{done:r,value:n}=await e.read();r?this.push(null):this.push(n)}catch(r){this.destroy(r)}},destroy(r,n){e.cancel().finally(()=>n(r))}})}function Ei(t){return new ReadableStream({start(e){t.on("data",r=>{e.enqueue(new Uint8Array(r))}),t.on("end",()=>{e.close()}),t.on("error",r=>{e.error(r)})},cancel(){t.destroy()}})}var Si=A(()=>{"use strict";ts();Zn()});var _b,gt,Di=A(()=>{"use strict";uu();ou();Si();ps();hs();ie();zn();Yn();_b=[101,103,204,205,304],gt=class t{timings;connection;raw;constructor(e,r={}){if(this.timings=r.timings,this.connection=r.connection,e instanceof Response)this.raw=e;else{let n=_b.includes(e.statusCode)?null:e.body;this.raw=new Response(n,{status:e.statusCode,statusText:String(e.statusCode),headers:e.headers})}}get status(){return this.raw.status}get statusText(){return this.raw.statusText}get headers(){return this.raw.headers}get ok(){return this.raw.ok}get url(){return this.raw.url}get cache(){return vt(this.headers,this.status).cache}get rateLimit(){return vt(this.headers,this.status).rateLimit}links(){return an(this.headers)}get headerInfo(){return vt(this.headers,this.status)}async json(){return await this.raw.json()}async yaml(e){let r=await this.raw.text();return Vn(r,e)}async csv(e){let r=await this.raw.text();return Kn(r,e)}async text(){return this.raw.text()}async cleanText(){let e=await this.text();return ls(e)}async blob(){return this.raw.blob()}read(){return this.raw.body}toNodeStream(){return this.raw.body?Bd(this.raw.body):null}async pipe(e){let r=this.toNodeStream();if(!r)throw new Ye("Response has no body to pipe",{streamType:"response",retriable:!0});return new Promise((n,s)=>{r.pipe(e),r.on("end",n),r.on("error",s),e.on("error",s)})}clone(){return new t(this.raw.clone(),{timings:this.timings,connection:this.connection})}sse(){return ds(this.raw)}async*download(){if(!this.raw.body)return;let e=this.headers.get("content-length"),r=e?parseInt(e,10):void 0,n=0,s=Date.now(),o=0,u=0,i=s,c=0,a=.3,l=p=>{let f=Date.now(),h=f-i,m=n-u;if(h>0){let v=m/h*1e3;c=c===0?v:c*(1-a)+v*a}u=n,i=f;let x;return r&&(x=p?100:Math.min(n/r*100,99.9)),{loaded:n,transferred:n,total:r,percent:x,rate:c,estimated:r&&c>0?(r-n)/c*1e3:void 0,direction:"download"}},d=this.raw.body.getReader();try{for(yield l(!1);;){let{done:p,value:f}=await d.read();if(p){yield l(!0);break}if(f){n+=f.byteLength;let h=Date.now();h-o>100&&(yield l(!1),o=h)}}}finally{d.releaseLock()}}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();try{for(;;){let{done:r,value:n}=await e.read();if(r)break;n&&(yield n)}}finally{e.releaseLock()}}}});var Nt,Pr,uB,iB,aB,Ks=A(()=>{Nt=(...t)=>t.join("/"),Pr=t=>t.split("/").slice(0,-1).join("/"),uB=globalThis.URL,iB=globalThis.URLSearchParams,aB=globalThis.performance});var Nd,lB,dB,pB,Ld=A(()=>{Nd=t=>t,lB=globalThis.URL,dB=globalThis.URLSearchParams,pB=globalThis.performance});function Ud(){return"curl-impersonate-chrome"}function $b(){return Nt(Hb,Ud())}function Wb(){return Nt(jb,Ud())}async function Od(){if(process.env.RECKER_CURL_BIN)return process.env.RECKER_CURL_BIN;let t=$b();try{return await Jn.access(t,Qn.X_OK),t}catch{}let e=Wb();try{return await Jn.access(e,Qn.X_OK),e}catch{}return null}var Vb,qb,Mb,Hb,jb,Id=A(()=>{"use strict";Jt();Ks();ms();Ai();Jt();ts();Zn();Ld();Vb={},qb=Nd(Vb.url),Mb=Pr(qb),Hb=Nt(Mb,"..","..",".curl","bin"),jb=Nt(bc(),".recker","bin")});var _d={};we(_d,{CurlTransport:()=>Ci});function lr(t){if(!t)return;let e=Number.parseFloat(t);if(!Number.isNaN(e))return Math.round(e*1e3)}function Fd(t){if(!t)return{};let e=t.split(/\s+/).filter(Boolean),r={};for(let n of e){let s=n.indexOf("=");if(s<=0)continue;let o=n.slice(0,s),u=n.slice(s+1);switch(o){case"dns":r.dns=lr(u);break;case"tcp":r.tcp=lr(u);break;case"tls":r.tls=lr(u);break;case"ttfb":r.ttfb=lr(u);break;case"download":r.download=lr(u);break;case"total":r.total=lr(u);break;case"pretransfer":r.pretransfer=lr(u);break;default:break}}return r.download===void 0&&r.total!==void 0&&r.ttfb!==void 0&&(r.download=Math.max(0,r.total-r.ttfb)),r}function Pd(t){var l,d;let e=t.match(/(?:\r?\n)__RECKER_TIMING__(.*)$/),r,n=t;if(e&&e.index!==void 0){let p=e.index;r=(l=e[1])==null?void 0:l.trim(),n=t.slice(0,p)}let s=[{sep:`\r
|
|
48
48
|
\r
|
|
49
49
|
`,sepLen:4},{sep:`
|
|
50
50
|
|
|
51
|
-
`,sepLen:2}],o,u="";for(let p of s){let f=0,h=-1,m=-1;for(;f<n.length;){let x=n.indexOf("HTTP/",f);if(x<0)break;let v=n.indexOf(p.sep,x);if(v<0)break;h=x,m=v+p.sepLen,f=m}if(h>=0&&m>=0){o=n.slice(h,m-p.sepLen),u=n.slice(m);break}}if(o===void 0)return{statusLine:"HTTP/1.1 200 OK",headersText:"",bodyText:n,timings:r?
|
|
52
|
-
`);return{statusLine:c,headersText:a,bodyText:u,timings:r?Nd(r):void 0}}async function Eb(){return Pr!==null||(process.env.RECKER_CURL_BIN?Pr=process.env.RECKER_CURL_BIN:await Rd()?Pr=Ci():Pr="curl"),Pr}var Ab,Pr,vi,Fd=A(()=>{"use strict";Ai();Di();ie();Bd();Ab="__RECKER_TIMING__";Pr=null;vi=class{proxyList;proxyIndex=0;constructor(e){this.proxyList=e?Array.isArray(e)?e:[e]:[]}getNextProxy(){if(this.proxyList.length===0)return;let e=this.proxyList[this.proxyIndex%this.proxyList.length];return this.proxyIndex++,e}async dispatch(e){return new Promise(async(r,n)=>{let s=["-X",e.method,e.url,"-i","-s","-L","--compressed","--no-keepalive","--write-out",`\\n${Ab} dns=%{time_namelookup} tcp=%{time_connect} tls=%{time_appconnect} pretransfer=%{time_pretransfer} ttfb=%{time_starttransfer} total=%{time_total}`],o=this.getNextProxy();if(o){let l=typeof o=="string"?o:o.url,d=typeof o=="object"&&o.type?o.type:new URL(l).protocol.replace(":","");d==="socks5h"?s.push("--socks5-hostname",l.replace(/^socks5h:\/\//,"")):d==="socks5"||d==="socks"?s.push("--socks5",l.replace(/^socks5?:\/\//,"")):d==="socks4a"?s.push("--socks4a",l.replace(/^socks4a:\/\//,"")):d==="socks4"?s.push("--socks4",l.replace(/^socks4:\/\//,"")):(s.push("--proxy",l),typeof o=="object"&&o.auth&&s.push("--proxy-user",`${o.auth.username}:${o.auth.password}`))}e.headers.forEach((l,d)=>{s.push("-H",`${d}: ${l}`)}),e.body&&typeof e.body=="string"&&s.push("-d",e.body);let u=await Eb(),i=zs(u,s),c=[],a=[];i.stdout.on("data",l=>c.push(l)),i.stderr.on("data",l=>a.push(l)),i.on("error",l=>{n(new Ke(`Failed to spawn curl: ${l.message}`,"ERR_CURL_SPAWN",e))}),i.on("close",l=>{if(l!==0){let S=Buffer.concat(a).toString(),C=Od(Buffer.concat(c).toString());if(C.bodyText.length>0){try{let N=new Headers;for(let _ of C.headersText.split(/\r?\n/)){let O=_.indexOf(":");if(O>0){let $=_.substring(0,O).trim(),T=_.substring(O+1).trim();N.append($,T)}}let L=C.statusLine.match(/HTTP\/[^ ]+ (\d+)(?:\s+(.*))?/),R=L?Number.parseInt(L[1],10):0,q=L&&L[2]||"",j=new Response(C.bodyText,{status:Number.isFinite(R)&&R>0?R:0,statusText:q,headers:N});r(new gt(j,{timings:C.timings,connection:{protocol:"curl"}}))}catch{n(new Ke(`Curl exited with code ${l}: ${S}`,"ERR_CURL_EXIT",e))}return}n(new Ke(`Curl exited with code ${l}: ${S}`,"ERR_CURL_EXIT",e));return}let d=Buffer.concat(c),{statusLine:p,headersText:f,bodyText:h,timings:m}=Od(d.toString()),x=new Headers;for(let S of f.split(/\r?\n/)){let C=S.indexOf(":");if(C>0){let N=S.substring(0,C).trim(),L=S.substring(C+1).trim();x.append(N,L)}}let v=p.match(/HTTP\/[^ ]+ (\d+)(?:\s+(.*))?/),g=v?Number.parseInt(v[1],10):200,y=v?v[2]||"":"OK",w=new Response(h,{status:Number.isFinite(g)&&g>=0?g:200,statusText:y,headers:x}),b=this.proxyList.length>0,E={};if(m&&Object.keys(m).length>0){let S=m.dns,C=m.tcp!==void 0&&m.dns!==void 0?m.tcp-m.dns:void 0,N=m.tls!==void 0&&m.tls>0,L=N&&m.tcp!==void 0?m.tls-m.tcp:void 0,R=m.download;if(b&&m.pretransfer!==void 0){let q=N?m.tls:m.tcp,j=q!==void 0?m.pretransfer-q:void 0,_=(S??0)+(C??0)+(L??0),O=_+(j??0),$=m.ttfb!==void 0?m.ttfb-O:void 0;E={tls:j,content:R,transferTime:R,proxyDns:S,proxyTcp:C,proxyTls:L,proxyTotal:_,firstByte:m.ttfb,total:m.total,connectionTime:O,serverTime:$}}else{let q=(S??0)+(C??0)+(L??0),j=m.ttfb!==void 0?m.ttfb-q:void 0;E={dns:S,tcp:C,tls:L,content:R,transferTime:R,firstByte:m.ttfb,total:m.total,connectionTime:q,serverTime:j}}}r(new gt(w,{timings:E,connection:{protocol:"curl"}}))})})}}});var Ld={};we(Ld,{Agent:()=>zy,AsyncLocalStorage:()=>By,AsyncResource:()=>Ny,Buffer:()=>Iy,Client:()=>Gy,EventEmitter:()=>jb,PassThrough:()=>Mb,ProxyAgent:()=>Vy,Readable:()=>Pb,Server:()=>ly,Socket:()=>cy,TLSSocket:()=>dy,Transform:()=>qb,WebSocket:()=>Ky,Writable:()=>Ub,arch:()=>ty,basename:()=>Ib,brotliCompress:()=>Ay,brotliDecompress:()=>Dy,channel:()=>Oy,connect:()=>ay,constants:()=>Xy,cpus:()=>ry,createCipheriv:()=>Xb,createConnection:()=>iy,createDecipheriv:()=>Yb,createHash:()=>$b,createHmac:()=>Wb,createPrivateKey:()=>zb,createReadStream:()=>Cb,createSign:()=>Vb,createWriteStream:()=>Db,deepStrictEqual:()=>_y,default:()=>Sb,deflate:()=>wy,deflateSync:()=>Ty,dirname:()=>Ob,errors:()=>Wy,exec:()=>Hy,execSync:()=>jy,existsSync:()=>kb,extname:()=>Fb,finished:()=>Hb,format:()=>Zb,freemem:()=>ny,gunzip:()=>Ey,gunzipSync:()=>Cy,gzip:()=>yy,gzipSync:()=>vy,homedir:()=>oy,inflate:()=>Sy,inflateSync:()=>ky,inspect:()=>Qb,join:()=>Nb,lookup:()=>py,mkdir:()=>dr,ok:()=>Fy,performance:()=>Ry,pipeline:()=>_b,platform:()=>ey,promises:()=>Yy,promisify:()=>Jb,randomBytes:()=>Gb,randomUUID:()=>Kb,readFile:()=>Ti,readFileSync:()=>vb,readdir:()=>Bb,rejects:()=>Uy,request:()=>$y,resolve:()=>Lb,resolve4:()=>fy,resolve6:()=>hy,resolveCname:()=>by,resolveMx:()=>my,resolveNs:()=>xy,resolveTxt:()=>gy,rm:()=>Bi,spawn:()=>qy,spawnSync:()=>My,stat:()=>Rb,strictEqual:()=>Ly,throws:()=>Py,tmpdir:()=>uy,totalmem:()=>sy,unlink:()=>Ri,writeFile:()=>ki,writeFileSync:()=>Tb});var fe,J,Pe,Sb,Db,Cb,vb,Tb,kb,dr,Ti,ki,Ri,Bi,Rb,Bb,Nb,Ob,Ib,Fb,Lb,_b,Pb,Ub,qb,Mb,Hb,jb,$b,Wb,Vb,zb,Gb,Kb,Yb,Xb,Jb,Qb,Zb,ey,ty,ry,ny,sy,oy,uy,iy,ay,cy,ly,dy,py,fy,hy,my,gy,xy,by,yy,wy,Ay,Ey,Sy,Dy,Cy,vy,Ty,ky,Ry,By,Ny,Oy,Iy,Fy,Ly,_y,Py,Uy,qy,My,Hy,jy,$y,Wy,Vy,zy,Gy,Ky,Yy,Xy,Ys=A(()=>{fe=()=>{},J=()=>Promise.resolve(),Pe=class{constructor(){}},Sb={},Db=fe,Cb=fe,vb=()=>"",Tb=fe,kb=()=>!1,dr=J,Ti=J,ki=J,Ri=J,Bi=J,Rb=J,Bb=J,Nb=(...t)=>t.join("/"),Ob=t=>t.split("/").slice(0,-1).join("/"),Ib=t=>t.split("/").pop()||"",Fb=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},Lb=(...t)=>t.join("/"),_b=J,Pb=Pe,Ub=Pe,qb=Pe,Mb=Pe,Hb=J,jb=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},$b=()=>({update:()=>({digest:()=>""})}),Wb=()=>({update:()=>({digest:()=>""})}),Vb=()=>({update:()=>({}),sign:()=>""}),zb=()=>({}),Gb=t=>new Uint8Array(t),Kb=()=>crypto.randomUUID(),Yb=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:fe}),Xb=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:fe}),Jb=t=>t,Qb=t=>JSON.stringify(t),Zb=(...t)=>t.join(" "),ey=()=>"browser",ty=()=>"unknown",ry=()=>[],ny=()=>0,sy=()=>0,oy=()=>"/",uy=()=>"/tmp",iy=fe,ay=fe,cy=Pe,ly=Pe,dy=Pe,py=(t,e)=>e(null,"127.0.0.1",4),fy=J,hy=J,my=J,gy=J,xy=J,by=J,yy=(t,e)=>e(null,t),wy=(t,e)=>e(null,t),Ay=(t,e)=>e(null,t),Ey=(t,e)=>e(null,t),Sy=(t,e)=>e(null,t),Dy=(t,e)=>e(null,t),Cy=t=>t,vy=t=>t,Ty=t=>t,ky=t=>t,Ry=globalThis.performance,By=class{getStore(){}run(t,e){return e()}enterWith(){}},Ny=Pe,Oy=()=>({subscribe:fe,unsubscribe:fe,publish:fe,hasSubscribers:!1}),Iy={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},Fy=fe,Ly=fe,_y=fe,Py=fe,Uy=J,qy=()=>({on:fe,stdout:{on:fe},stderr:{on:fe},kill:fe}),My=()=>({status:0,stdout:"",stderr:""}),Hy=fe,jy=()=>"",$y=J,Wy={ConnectTimeoutError:Pe,HeadersTimeoutError:Pe,BodyTimeoutError:Pe},Vy=Pe,zy=Pe,Gy=Pe,Ky=Pe,Yy={readFile:J,writeFile:J,access:J,stat:J,mkdir:J,unlink:J,readdir:J},Xy={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Jy,_d,Pd,kR,Ni=A(()=>{Jy=()=>{},_d=()=>({update:()=>({digest:()=>""})}),Pd=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:Jy}),kR=globalThis.performance});var Ud={};we(Ud,{FileStorage:()=>Oi});var Oi,qd=A(()=>{"use strict";Ys();Ks();Ni();Xt();Oi=class{dir;constructor(e=".recker/cache"){this.dir=e}getHash(e){return _d("md5").update(e).digest("hex")}getPath(e){return cr(this.dir,`${this.getHash(e)}.json`)}async ensureDir(){Ar(this.dir)||await dr(this.dir,{recursive:!0})}async get(e){try{let r=this.getPath(e);if(!Ar(r))return;let n=await Ti(r,"utf-8");return JSON.parse(n)}catch{return}}async set(e,r,n){await this.ensureDir();let s=this.getPath(e);await ki(s,JSON.stringify(r),"utf-8")}async delete(e){let r=this.getPath(e);Ar(r)&&await Ri(r)}async clear(){Ar(this.dir)&&await Bi(this.dir,{recursive:!0,force:!0})}}});var Qy,Ur,FR,Ii,$t,Fi,kn,Md,Li=A(()=>{Qy=()=>Promise.resolve(),Ur=class{constructor(){}},FR=globalThis.performance,Ii=Qy,$t={ConnectTimeoutError:Ur,HeadersTimeoutError:Ur,BodyTimeoutError:Ur},Fi=Ur,kn=Ur,Md=Ur});var Hd,PR,jd=A(()=>{Hd={},PR=globalThis.performance});var $d,qR,Wd=A(()=>{$d={},qR=globalThis.performance});var _i,HR,Vd=A(()=>{_i={},HR=globalThis.performance});var xt,zd=A(()=>{xt=globalThis.performance});function Pi(t){let e=Js.get(t);return process.env.DEBUG_TIMING&&console.log(`[TIMING] getTimingForHost(${t}):`,e?"found":"NOT FOUND","map size:",Js.size),e}function Gd(t){return Qs.get(t)??0}function Ui(t,e){return(Qs.get(t)??0)>e}function Kd(t={}){let e=t.timeout??1e4,r=t.allowH2??!1,n=t.keepAliveInitialDelay??6e4,s=t.maxCachedSessions??100,o=t.localAddress;return function(i,c){let{hostname:a,protocol:l,port:d,servername:p}=i,f=l==="https:",h=Number(d)||(f?443:80),m={dns:0,tcp:0,tls:0,total:0},x=xt.now();v();async function v(){try{let g=xt.now(),y;try{y=(await _i.lookup(a,{family:4})).address}catch(S){try{y=(await _i.lookup(a,{family:6})).address}catch{c(S,null);return}}m.dns=xt.now()-g;let w=xt.now(),b=Hd.connect({host:y,port:h,localAddress:o});b.setNoDelay(!0),b.setKeepAlive(!0,n);let E=setTimeout(()=>{b.destroy(new Error(`Connect timeout after ${e}ms`))},e);b.once("error",S=>{clearTimeout(E),c(S,null)}),b.once("connect",()=>{if(m.tcp=xt.now()-w,clearTimeout(E),!f){m.total=xt.now()-x,Js.set(a,{...m}),Xs++,Qs.set(a,Xs),c(null,b);return}let S=xt.now(),C=p||a,N=`${C}:${h}`,L=Rn.get(N),R=$d.connect({socket:b,servername:C,session:L,ALPNProtocols:r?["h2","http/1.1"]:["http/1.1"],rejectUnauthorized:!0});R.on("session",q=>{if(Rn.size>=s){let j=Rn.keys().next().value;j&&Rn.delete(j)}Rn.set(N,q)}),R.once("error",q=>{c(q,null)}),R.once("secureConnect",()=>{m.tls=xt.now()-S,m.total=xt.now()-x,Js.set(a,{...m}),Xs++,Qs.set(a,Xs),process.env.DEBUG_TIMING&&console.log(`[TIMING] Stored for ${a}:`,m),c(null,R)})})}catch(g){c(g,null)}}}}var Js,Qs,Xs,Rn,qi=A(()=>{"use strict";jd();Wd();Vd();zd();Js=new Map,Qs=new Map,Xs=0,Rn=new Map});var Xd={};we(Xd,{AgentManager:()=>qr,analyzeBatchDomains:()=>ew,createAgent:()=>Zy,extractDomain:()=>Yd});function Zy(t={}){return new qr(t).getGlobalAgent()}function Yd(t){try{return new URL(t).hostname}catch{return null}}function ew(t){let e=new Set;for(let r of t){let n=Yd(r);n&&e.add(n)}return{strategy:e.size<=1?"single":"multi",domains:e}}var qr,Mi=A(()=>{"use strict";Li();us();qi();qr=class{globalAgent;domainAgents;options;protocolCache;constructor(e={},r){this.domainAgents=new Map,this.protocolCache=r,this.options={connections:e.connections??10,pipelining:e.pipelining??1,keepAlive:e.keepAlive??!0,keepAliveTimeout:e.keepAliveTimeout??4*1e3,keepAliveMaxTimeout:e.keepAliveMaxTimeout??600*1e3,keepAliveTimeoutThreshold:e.keepAliveTimeoutThreshold??1*1e3,connectTimeout:e.connectTimeout??10*1e3,perDomainPooling:e.perDomainPooling??!0,localAddress:e.localAddress,maxRequestsPerClient:e.maxRequestsPerClient??0,maxCachedSessions:e.maxCachedSessions??100,maxHeaderSize:e.maxHeaderSize,clientTtl:e.clientTtl??null,allowH2:e.allowH2,maxConcurrentStreams:e.maxConcurrentStreams}}getGlobalAgent(){return this.globalAgent||(this.globalAgent=this.createAgent(this.options)),this.globalAgent}getAgentForDomain(e,r){if(!this.options.perDomainPooling)return this.getGlobalAgent();let n=this.domainAgents.get(e);if(!n){let s={...this.options,...r};n=this.createAgent(s),this.domainAgents.set(e,n)}return n}getAgentForUrl(e){try{let r=new URL(e);return this.getAgentForDomain(r.hostname)}catch{return this.getGlobalAgent()}}getAdaptiveAgentForUrl(e,r){var c;let n=Pt(e),s=new URL(n).hostname;if(this.options.perDomainPooling){let a=this.domainAgents.get(s);if(a)return a}let o=(c=this.protocolCache)==null?void 0:c.get(n),u=this.getAdaptiveOptions(o,r);if(!this.options.perDomainPooling)return this.getGlobalAgent();let i=this.createAgent(u);return this.domainAgents.set(s,i),i}getAdaptiveOptions(e,r){let n={...this.options};return e==="h2"||e==="h3"?{...n,connections:Math.min(n.connections,2),pipelining:1,allowH2:!0,maxConcurrentStreams:n.maxConcurrentStreams??100,...r}:e==="http/1.1"?{...n,connections:Math.max(n.connections,6),pipelining:2,allowH2:!1,...r}:{...n,allowH2:n.allowH2??!0,...r}}setProtocolCache(e){this.protocolCache=e}createBatchAgent(e,r,n){let s=Math.max(1,Math.min(Math.ceil(e/2),50,r)),o=r>20&&e>5?2:1,u={...this.options,connections:(n==null?void 0:n.connections)??s,pipelining:(n==null?void 0:n.pipelining)??o,...n};return this.createAgent(u)}createStressTestAgent(e){let n=Math.min(Math.ceil(e/10),100);return this.createAgent({connections:n,pipelining:10,keepAliveTimeout:3e4,keepAliveMaxTimeout:12e4,connectTimeout:5e3})}createAgent(e){let r=Kd({timeout:e.connectTimeout,allowH2:e.allowH2,keepAliveInitialDelay:e.keepAliveTimeout,maxCachedSessions:e.maxCachedSessions,localAddress:e.localAddress});return new kn({connections:e.connections,pipelining:e.pipelining,maxHeaderSize:e.maxHeaderSize,maxRequestsPerClient:e.maxRequestsPerClient,maxCachedSessions:e.maxCachedSessions,clientTtl:e.clientTtl??null,keepAliveTimeout:e.keepAliveTimeout,keepAliveMaxTimeout:e.keepAliveMaxTimeout,keepAliveTimeoutThreshold:e.keepAliveTimeoutThreshold,connectTimeout:e.connectTimeout,socketPath:void 0,allowH2:e.allowH2,maxConcurrentStreams:e.maxConcurrentStreams,connect:r})}getStats(){return{agentCount:1+this.domainAgents.size,domains:Array.from(this.domainAgents.keys()),totalConnections:(1+this.domainAgents.size)*this.options.connections}}async closeDomainAgent(e){let r=this.domainAgents.get(e);r&&(await r.close(),this.domainAgents.delete(e))}async closeAll(){let e=[];this.globalAgent&&(e.push(this.globalAgent.close()),this.globalAgent=void 0);for(let r of this.domainAgents.values())e.push(r.close());this.domainAgents.clear(),await Promise.all(e)}async destroy(){let e=[];this.globalAgent&&(e.push(this.globalAgent.destroy()),this.globalAgent=void 0);for(let r of this.domainAgents.values())e.push(r.destroy());this.domainAgents.clear(),await Promise.all(e)}}});var Mr,Jd=A(()=>{Mr=globalThis.performance});var ZR,Qd,Zd=A(()=>{ZR=globalThis.performance,Qd=class{getStore(){}run(t,e){return e()}enterWith(){}}});var Hi,rB,Bn,e0=A(()=>{Hi=()=>{},rB=globalThis.performance,Bn=()=>({subscribe:Hi,unsubscribe:Hi,publish:Hi,hasSubscribers:!1})});var ji,sB,t0=A(()=>{ji=(t,e)=>e(null,"127.0.0.1",4),sB=globalThis.performance});var r0,uB,n0=A(()=>{r0=t=>t,uB=globalThis.performance});function s0(t){return(e,r,n)=>{var s;if((s=t.override)!=null&&s[e]){let o=t.override[e],u=o.includes(":")?6:4;return n(null,o,u)}ji(e,r,n)}}var lB,o0=A(()=>{"use strict";t0();n0();lB=r0(ji)});function u0(t,e={}){let r;try{r=new URL(t)}catch{return}let n=r.protocol.replace(":","").toLowerCase(),s=e.noProxy??process.env.NO_PROXY??process.env.no_proxy??"";if(tw(r.hostname,r.port,s))return;let o;return n==="https"?o=e.httpsProxy??process.env.HTTPS_PROXY??process.env.https_proxy??process.env.ALL_PROXY??process.env.all_proxy:o=e.httpProxy??process.env.HTTP_PROXY??process.env.http_proxy??process.env.ALL_PROXY??process.env.all_proxy,o||void 0}function tw(t,e,r){if(!r||r.trim()==="")return!1;t=t.toLowerCase();let n=r.split(/[\s,]+/).filter(Boolean);for(let s of n){let o=s.toLowerCase().trim();if(o==="*")return!0;if(o.includes("/")&&!o.includes(":")){if(rw(t,o))return!0;continue}if(o.includes(":")&&!o.startsWith("[")){let[u,i]=o.split(":");if(t===u&&(!i||e===i))return!0;continue}if(o.startsWith(".")){if(t.endsWith(o)||t===o.slice(1))return!0;continue}if(t===o||t.endsWith("."+o))return!0}return!1}function rw(t,e){let[r,n]=e.split("/");if(!n)return t===r;let s=parseInt(n,10);if(isNaN(s))return!1;let o=t.split(".").map(Number),u=r.split(".").map(Number);if(o.length!==4||u.length!==4||o.some(isNaN)||u.some(isNaN))return!1;let i=o[0]<<24|o[1]<<16|o[2]<<8|o[3],c=u[0]<<24|u[1]<<16|u[2]<<8|u[3],a=~((1<<32-s)-1);return(i&a)===(c&a)}var i0=A(()=>{"use strict"});var a0={};we(a0,{Agent:()=>N3,AsyncLocalStorage:()=>m3,AsyncResource:()=>g3,Buffer:()=>b3,Client:()=>O3,EventEmitter:()=>Tw,PassThrough:()=>Cw,ProxyAgent:()=>B3,Readable:()=>Ew,Server:()=>Yw,Socket:()=>Kw,TLSSocket:()=>Xw,Transform:()=>Dw,WebSocket:()=>I3,Writable:()=>Sw,arch:()=>Mw,basename:()=>bw,brotliCompress:()=>u3,brotliDecompress:()=>c3,channel:()=>x3,connect:()=>Gw,constants:()=>L3,cpus:()=>Hw,createCipheriv:()=>Lw,createConnection:()=>zw,createDecipheriv:()=>Fw,createHash:()=>kw,createHmac:()=>Rw,createPrivateKey:()=>Nw,createReadStream:()=>ow,createSign:()=>Bw,createWriteStream:()=>sw,deepStrictEqual:()=>A3,default:()=>nw,deflate:()=>o3,deflateSync:()=>p3,dirname:()=>xw,errors:()=>R3,exec:()=>v3,execSync:()=>T3,existsSync:()=>aw,extname:()=>yw,finished:()=>vw,format:()=>Uw,freemem:()=>jw,gunzip:()=>i3,gunzipSync:()=>l3,gzip:()=>s3,gzipSync:()=>d3,homedir:()=>Ww,inflate:()=>a3,inflateSync:()=>f3,inspect:()=>Pw,join:()=>gw,lookup:()=>Jw,mkdir:()=>cw,ok:()=>y3,performance:()=>h3,pipeline:()=>Aw,platform:()=>qw,promises:()=>F3,promisify:()=>_w,randomBytes:()=>Ow,randomUUID:()=>Iw,readFile:()=>lw,readFileSync:()=>uw,readdir:()=>mw,rejects:()=>S3,request:()=>k3,resolve:()=>ww,resolve4:()=>Qw,resolve6:()=>Zw,resolveCname:()=>n3,resolveMx:()=>e3,resolveNs:()=>r3,resolveTxt:()=>t3,rm:()=>fw,spawn:()=>D3,spawnSync:()=>C3,stat:()=>hw,strictEqual:()=>w3,throws:()=>E3,tmpdir:()=>Vw,totalmem:()=>$w,unlink:()=>pw,writeFile:()=>dw,writeFileSync:()=>iw});var he,Q,Ue,nw,sw,ow,uw,iw,aw,cw,lw,dw,pw,fw,hw,mw,gw,xw,bw,yw,ww,Aw,Ew,Sw,Dw,Cw,vw,Tw,kw,Rw,Bw,Nw,Ow,Iw,Fw,Lw,_w,Pw,Uw,qw,Mw,Hw,jw,$w,Ww,Vw,zw,Gw,Kw,Yw,Xw,Jw,Qw,Zw,e3,t3,r3,n3,s3,o3,u3,i3,a3,c3,l3,d3,p3,f3,h3,m3,g3,x3,b3,y3,w3,A3,E3,S3,D3,C3,v3,T3,k3,R3,B3,N3,O3,I3,F3,L3,c0=A(()=>{he=()=>{},Q=()=>Promise.resolve(),Ue=class{constructor(){}},nw={},sw=he,ow=he,uw=()=>"",iw=he,aw=()=>!1,cw=Q,lw=Q,dw=Q,pw=Q,fw=Q,hw=Q,mw=Q,gw=(...t)=>t.join("/"),xw=t=>t.split("/").slice(0,-1).join("/"),bw=t=>t.split("/").pop()||"",yw=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},ww=(...t)=>t.join("/"),Aw=Q,Ew=Ue,Sw=Ue,Dw=Ue,Cw=Ue,vw=Q,Tw=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},kw=()=>({update:()=>({digest:()=>""})}),Rw=()=>({update:()=>({digest:()=>""})}),Bw=()=>({update:()=>({}),sign:()=>""}),Nw=()=>({}),Ow=t=>new Uint8Array(t),Iw=()=>crypto.randomUUID(),Fw=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:he}),Lw=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:he}),_w=t=>t,Pw=t=>JSON.stringify(t),Uw=(...t)=>t.join(" "),qw=()=>"browser",Mw=()=>"unknown",Hw=()=>[],jw=()=>0,$w=()=>0,Ww=()=>"/",Vw=()=>"/tmp",zw=he,Gw=he,Kw=Ue,Yw=Ue,Xw=Ue,Jw=(t,e)=>e(null,"127.0.0.1",4),Qw=Q,Zw=Q,e3=Q,t3=Q,r3=Q,n3=Q,s3=(t,e)=>e(null,t),o3=(t,e)=>e(null,t),u3=(t,e)=>e(null,t),i3=(t,e)=>e(null,t),a3=(t,e)=>e(null,t),c3=(t,e)=>e(null,t),l3=t=>t,d3=t=>t,p3=t=>t,f3=t=>t,h3=globalThis.performance,m3=class{getStore(){}run(t,e){return e()}enterWith(){}},g3=Ue,x3=()=>({subscribe:he,unsubscribe:he,publish:he,hasSubscribers:!1}),b3={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},y3=he,w3=he,A3=he,E3=he,S3=Q,D3=()=>({on:he,stdout:{on:he},stderr:{on:he},kill:he}),C3=()=>({status:0,stdout:"",stderr:""}),v3=he,T3=()=>"",k3=Q,R3={ConnectTimeoutError:Ue,HeadersTimeoutError:Ue,BodyTimeoutError:Ue},B3=Ue,N3=Ue,O3=Ue,I3=Ue,F3={readFile:Q,writeFile:Q,access:Q,stat:Q,mkdir:Q,unlink:Q,readdir:Q},L3={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var $i={};we($i,{Agent:()=>lE,AsyncLocalStorage:()=>KA,AsyncResource:()=>YA,Buffer:()=>JA,Client:()=>dE,EventEmitter:()=>uA,PassThrough:()=>sA,ProxyAgent:()=>cE,Readable:()=>tA,Server:()=>kA,Socket:()=>TA,TLSSocket:()=>RA,Transform:()=>nA,WebSocket:()=>pE,Writable:()=>rA,arch:()=>yA,basename:()=>J3,brotliCompress:()=>qA,brotliDecompress:()=>jA,channel:()=>XA,connect:()=>vA,constants:()=>hE,cpus:()=>wA,createCipheriv:()=>hA,createConnection:()=>CA,createDecipheriv:()=>fA,createHash:()=>iA,createHmac:()=>aA,createPrivateKey:()=>lA,createReadStream:()=>U3,createSign:()=>cA,createWriteStream:()=>P3,deepStrictEqual:()=>eE,default:()=>_3,deflate:()=>UA,deflateSync:()=>VA,dirname:()=>X3,errors:()=>aE,exec:()=>oE,execSync:()=>uE,existsSync:()=>H3,extname:()=>Q3,finished:()=>oA,format:()=>xA,freemem:()=>AA,gunzip:()=>MA,gunzipSync:()=>$A,gzip:()=>PA,gzipSync:()=>WA,homedir:()=>SA,inflate:()=>HA,inflateSync:()=>zA,inspect:()=>gA,join:()=>Y3,lookup:()=>BA,mkdir:()=>j3,ok:()=>QA,performance:()=>GA,pipeline:()=>eA,platform:()=>bA,promises:()=>fE,promisify:()=>mA,randomBytes:()=>dA,randomUUID:()=>pA,readFile:()=>$3,readFileSync:()=>q3,readdir:()=>K3,rejects:()=>rE,request:()=>iE,resolve:()=>Z3,resolve4:()=>NA,resolve6:()=>OA,resolveCname:()=>_A,resolveMx:()=>IA,resolveNs:()=>LA,resolveTxt:()=>FA,rm:()=>z3,spawn:()=>nE,spawnSync:()=>sE,stat:()=>G3,strictEqual:()=>ZA,throws:()=>tE,tmpdir:()=>DA,totalmem:()=>EA,unlink:()=>V3,writeFile:()=>W3,writeFileSync:()=>M3});var me,Z,qe,_3,P3,U3,q3,M3,H3,j3,$3,W3,V3,z3,G3,K3,Y3,X3,J3,Q3,Z3,eA,tA,rA,nA,sA,oA,uA,iA,aA,cA,lA,dA,pA,fA,hA,mA,gA,xA,bA,yA,wA,AA,EA,SA,DA,CA,vA,TA,kA,RA,BA,NA,OA,IA,FA,LA,_A,PA,UA,qA,MA,HA,jA,$A,WA,VA,zA,GA,KA,YA,XA,JA,QA,ZA,eE,tE,rE,nE,sE,oE,uE,iE,aE,cE,lE,dE,pE,fE,hE,Wi=A(()=>{me=()=>{},Z=()=>Promise.resolve(),qe=class{constructor(){}},_3={},P3=me,U3=me,q3=()=>"",M3=me,H3=()=>!1,j3=Z,$3=Z,W3=Z,V3=Z,z3=Z,G3=Z,K3=Z,Y3=(...t)=>t.join("/"),X3=t=>t.split("/").slice(0,-1).join("/"),J3=t=>t.split("/").pop()||"",Q3=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},Z3=(...t)=>t.join("/"),eA=Z,tA=qe,rA=qe,nA=qe,sA=qe,oA=Z,uA=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},iA=()=>({update:()=>({digest:()=>""})}),aA=()=>({update:()=>({digest:()=>""})}),cA=()=>({update:()=>({}),sign:()=>""}),lA=()=>({}),dA=t=>new Uint8Array(t),pA=()=>crypto.randomUUID(),fA=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:me}),hA=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:me}),mA=t=>t,gA=t=>JSON.stringify(t),xA=(...t)=>t.join(" "),bA=()=>"browser",yA=()=>"unknown",wA=()=>[],AA=()=>0,EA=()=>0,SA=()=>"/",DA=()=>"/tmp",CA=me,vA=me,TA=qe,kA=qe,RA=qe,BA=(t,e)=>e(null,"127.0.0.1",4),NA=Z,OA=Z,IA=Z,FA=Z,LA=Z,_A=Z,PA=(t,e)=>e(null,t),UA=(t,e)=>e(null,t),qA=(t,e)=>e(null,t),MA=(t,e)=>e(null,t),HA=(t,e)=>e(null,t),jA=(t,e)=>e(null,t),$A=t=>t,WA=t=>t,VA=t=>t,zA=t=>t,GA=globalThis.performance,KA=class{getStore(){}run(t,e){return e()}enterWith(){}},YA=qe,XA=()=>({subscribe:me,unsubscribe:me,publish:me,hasSubscribers:!1}),JA={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},QA=me,ZA=me,eE=me,tE=me,rE=Z,nE=()=>({on:me,stdout:{on:me},stderr:{on:me},kill:me}),sE=()=>({status:0,stdout:"",stderr:""}),oE=me,uE=()=>"",iE=Z,aE={ConnectTimeoutError:qe,HeadersTimeoutError:qe,BodyTimeoutError:qe},cE=qe,lE=qe,dE=qe,pE=qe,fE={readFile:Z,writeFile:Z,access:Z,stat:Z,mkdir:Z,unlink:Z,readdir:Z},hE={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var l0={};we(l0,{Agent:()=>$6,AsyncLocalStorage:()=>T6,AsyncResource:()=>k6,Buffer:()=>B6,Client:()=>W6,EventEmitter:()=>qE,PassThrough:()=>PE,ProxyAgent:()=>j6,Readable:()=>FE,Server:()=>i6,Socket:()=>u6,TLSSocket:()=>a6,Transform:()=>_E,WebSocket:()=>V6,Writable:()=>LE,arch:()=>QE,basename:()=>BE,brotliCompress:()=>b6,brotliDecompress:()=>A6,channel:()=>R6,connect:()=>o6,constants:()=>G6,cpus:()=>ZE,createCipheriv:()=>GE,createConnection:()=>s6,createDecipheriv:()=>zE,createHash:()=>ME,createHmac:()=>HE,createPrivateKey:()=>$E,createReadStream:()=>xE,createSign:()=>jE,createWriteStream:()=>gE,deepStrictEqual:()=>I6,default:()=>mE,deflate:()=>x6,deflateSync:()=>D6,dirname:()=>RE,errors:()=>H6,exec:()=>U6,execSync:()=>q6,existsSync:()=>wE,extname:()=>NE,finished:()=>UE,format:()=>XE,freemem:()=>e6,gunzip:()=>y6,gunzipSync:()=>E6,gzip:()=>g6,gzipSync:()=>S6,homedir:()=>r6,inflate:()=>w6,inflateSync:()=>C6,inspect:()=>YE,join:()=>kE,lookup:()=>c6,mkdir:()=>AE,ok:()=>N6,performance:()=>v6,pipeline:()=>IE,platform:()=>JE,promises:()=>z6,promisify:()=>KE,randomBytes:()=>WE,randomUUID:()=>VE,readFile:()=>EE,readFileSync:()=>bE,readdir:()=>TE,rejects:()=>L6,request:()=>M6,resolve:()=>OE,resolve4:()=>l6,resolve6:()=>d6,resolveCname:()=>m6,resolveMx:()=>p6,resolveNs:()=>h6,resolveTxt:()=>f6,rm:()=>CE,spawn:()=>_6,spawnSync:()=>P6,stat:()=>vE,strictEqual:()=>O6,throws:()=>F6,tmpdir:()=>n6,totalmem:()=>t6,unlink:()=>DE,writeFile:()=>SE,writeFileSync:()=>yE});var ge,ee,Me,mE,gE,xE,bE,yE,wE,AE,EE,SE,DE,CE,vE,TE,kE,RE,BE,NE,OE,IE,FE,LE,_E,PE,UE,qE,ME,HE,jE,$E,WE,VE,zE,GE,KE,YE,XE,JE,QE,ZE,e6,t6,r6,n6,s6,o6,u6,i6,a6,c6,l6,d6,p6,f6,h6,m6,g6,x6,b6,y6,w6,A6,E6,S6,D6,C6,v6,T6,k6,R6,B6,N6,O6,I6,F6,L6,_6,P6,U6,q6,M6,H6,j6,$6,W6,V6,z6,G6,d0=A(()=>{ge=()=>{},ee=()=>Promise.resolve(),Me=class{constructor(){}},mE={},gE=ge,xE=ge,bE=()=>"",yE=ge,wE=()=>!1,AE=ee,EE=ee,SE=ee,DE=ee,CE=ee,vE=ee,TE=ee,kE=(...t)=>t.join("/"),RE=t=>t.split("/").slice(0,-1).join("/"),BE=t=>t.split("/").pop()||"",NE=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},OE=(...t)=>t.join("/"),IE=ee,FE=Me,LE=Me,_E=Me,PE=Me,UE=ee,qE=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},ME=()=>({update:()=>({digest:()=>""})}),HE=()=>({update:()=>({digest:()=>""})}),jE=()=>({update:()=>({}),sign:()=>""}),$E=()=>({}),WE=t=>new Uint8Array(t),VE=()=>crypto.randomUUID(),zE=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ge}),GE=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ge}),KE=t=>t,YE=t=>JSON.stringify(t),XE=(...t)=>t.join(" "),JE=()=>"browser",QE=()=>"unknown",ZE=()=>[],e6=()=>0,t6=()=>0,r6=()=>"/",n6=()=>"/tmp",s6=ge,o6=ge,u6=Me,i6=Me,a6=Me,c6=(t,e)=>e(null,"127.0.0.1",4),l6=ee,d6=ee,p6=ee,f6=ee,h6=ee,m6=ee,g6=(t,e)=>e(null,t),x6=(t,e)=>e(null,t),b6=(t,e)=>e(null,t),y6=(t,e)=>e(null,t),w6=(t,e)=>e(null,t),A6=(t,e)=>e(null,t),E6=t=>t,S6=t=>t,D6=t=>t,C6=t=>t,v6=globalThis.performance,T6=class{getStore(){}run(t,e){return e()}enterWith(){}},k6=Me,R6=()=>({subscribe:ge,unsubscribe:ge,publish:ge,hasSubscribers:!1}),B6={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},N6=ge,O6=ge,I6=ge,F6=ge,L6=ee,_6=()=>({on:ge,stdout:{on:ge},stderr:{on:ge},kill:ge}),P6=()=>({status:0,stdout:"",stderr:""}),U6=ge,q6=()=>"",M6=ee,H6={ConnectTimeoutError:Me,HeadersTimeoutError:Me,BodyTimeoutError:Me},j6=Me,$6=Me,W6=Me,V6=Me,z6={readFile:ee,writeFile:ee,access:ee,stat:ee,mkdir:ee,unlink:ee,readdir:ee},G6={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var m0=ae(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});var p0=(d0(),yr(l0)),pr={INVALID_ENCODING:"Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.",INVALID_SMARTBUFFER_SIZE:"Invalid size provided. Size must be a valid integer greater than zero.",INVALID_SMARTBUFFER_BUFFER:"Invalid Buffer provided in SmartBufferOptions.",INVALID_SMARTBUFFER_OBJECT:"Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.",INVALID_OFFSET:"An invalid offset value was provided.",INVALID_OFFSET_NON_NUMBER:"An invalid offset value was provided. A numeric value is required.",INVALID_LENGTH:"An invalid length value was provided.",INVALID_LENGTH_NON_NUMBER:"An invalid length value was provived. A numeric value is required.",INVALID_TARGET_OFFSET:"Target offset is beyond the bounds of the internal SmartBuffer data.",INVALID_TARGET_LENGTH:"Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.",INVALID_READ_BEYOND_BOUNDS:"Attempted to read beyond the bounds of the managed data.",INVALID_WRITE_BEYOND_BOUNDS:"Attempted to write beyond the bounds of the managed data."};Nt.ERRORS=pr;function K6(t){if(!p0.Buffer.isEncoding(t))throw new Error(pr.INVALID_ENCODING)}Nt.checkEncoding=K6;function f0(t){return typeof t=="number"&&isFinite(t)&&Q6(t)}Nt.isFiniteInteger=f0;function h0(t,e){if(typeof t=="number"){if(!f0(t)||t<0)throw new Error(e?pr.INVALID_OFFSET:pr.INVALID_LENGTH)}else throw new Error(e?pr.INVALID_OFFSET_NON_NUMBER:pr.INVALID_LENGTH_NON_NUMBER)}function Y6(t){h0(t,!1)}Nt.checkLengthValue=Y6;function X6(t){h0(t,!0)}Nt.checkOffsetValue=X6;function J6(t,e){if(t<0||t>e.length)throw new Error(pr.INVALID_TARGET_OFFSET)}Nt.checkTargetOffset=J6;function Q6(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function Z6(t){if(typeof BigInt>"u")throw new Error("Platform does not support JS BigInt type.");if(typeof p0.Buffer.prototype[t]>"u")throw new Error(`Platform does not support Buffer.prototype.${t}.`)}Nt.bigIntAndBufferInt64Check=Z6});var x0=ae(zi=>{"use strict";Object.defineProperty(zi,"__esModule",{value:!0});var I=m0(),g0=4096,eS="utf8",Vi=class t{constructor(e){if(this.length=0,this._encoding=eS,this._writeOffset=0,this._readOffset=0,t.isSmartBufferOptions(e))if(e.encoding&&(I.checkEncoding(e.encoding),this._encoding=e.encoding),e.size)if(I.isFiniteInteger(e.size)&&e.size>0)this._buff=Buffer.allocUnsafe(e.size);else throw new Error(I.ERRORS.INVALID_SMARTBUFFER_SIZE);else if(e.buff)if(Buffer.isBuffer(e.buff))this._buff=e.buff,this.length=e.buff.length;else throw new Error(I.ERRORS.INVALID_SMARTBUFFER_BUFFER);else this._buff=Buffer.allocUnsafe(g0);else{if(typeof e<"u")throw new Error(I.ERRORS.INVALID_SMARTBUFFER_OBJECT);this._buff=Buffer.allocUnsafe(g0)}}static fromSize(e,r){return new this({size:e,encoding:r})}static fromBuffer(e,r){return new this({buff:e,encoding:r})}static fromOptions(e){return new this(e)}static isSmartBufferOptions(e){let r=e;return r&&(r.encoding!==void 0||r.size!==void 0||r.buff!==void 0)}readInt8(e){return this._readNumberValue(Buffer.prototype.readInt8,1,e)}readInt16BE(e){return this._readNumberValue(Buffer.prototype.readInt16BE,2,e)}readInt16LE(e){return this._readNumberValue(Buffer.prototype.readInt16LE,2,e)}readInt32BE(e){return this._readNumberValue(Buffer.prototype.readInt32BE,4,e)}readInt32LE(e){return this._readNumberValue(Buffer.prototype.readInt32LE,4,e)}readBigInt64BE(e){return I.bigIntAndBufferInt64Check("readBigInt64BE"),this._readNumberValue(Buffer.prototype.readBigInt64BE,8,e)}readBigInt64LE(e){return I.bigIntAndBufferInt64Check("readBigInt64LE"),this._readNumberValue(Buffer.prototype.readBigInt64LE,8,e)}writeInt8(e,r){return this._writeNumberValue(Buffer.prototype.writeInt8,1,e,r),this}insertInt8(e,r){return this._insertNumberValue(Buffer.prototype.writeInt8,1,e,r)}writeInt16BE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt16BE,2,e,r)}insertInt16BE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt16BE,2,e,r)}writeInt16LE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt16LE,2,e,r)}insertInt16LE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt16LE,2,e,r)}writeInt32BE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt32BE,4,e,r)}insertInt32BE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt32BE,4,e,r)}writeInt32LE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt32LE,4,e,r)}insertInt32LE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt32LE,4,e,r)}writeBigInt64BE(e,r){return I.bigIntAndBufferInt64Check("writeBigInt64BE"),this._writeNumberValue(Buffer.prototype.writeBigInt64BE,8,e,r)}insertBigInt64BE(e,r){return I.bigIntAndBufferInt64Check("writeBigInt64BE"),this._insertNumberValue(Buffer.prototype.writeBigInt64BE,8,e,r)}writeBigInt64LE(e,r){return I.bigIntAndBufferInt64Check("writeBigInt64LE"),this._writeNumberValue(Buffer.prototype.writeBigInt64LE,8,e,r)}insertBigInt64LE(e,r){return I.bigIntAndBufferInt64Check("writeBigInt64LE"),this._insertNumberValue(Buffer.prototype.writeBigInt64LE,8,e,r)}readUInt8(e){return this._readNumberValue(Buffer.prototype.readUInt8,1,e)}readUInt16BE(e){return this._readNumberValue(Buffer.prototype.readUInt16BE,2,e)}readUInt16LE(e){return this._readNumberValue(Buffer.prototype.readUInt16LE,2,e)}readUInt32BE(e){return this._readNumberValue(Buffer.prototype.readUInt32BE,4,e)}readUInt32LE(e){return this._readNumberValue(Buffer.prototype.readUInt32LE,4,e)}readBigUInt64BE(e){return I.bigIntAndBufferInt64Check("readBigUInt64BE"),this._readNumberValue(Buffer.prototype.readBigUInt64BE,8,e)}readBigUInt64LE(e){return I.bigIntAndBufferInt64Check("readBigUInt64LE"),this._readNumberValue(Buffer.prototype.readBigUInt64LE,8,e)}writeUInt8(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt8,1,e,r)}insertUInt8(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt8,1,e,r)}writeUInt16BE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt16BE,2,e,r)}insertUInt16BE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt16BE,2,e,r)}writeUInt16LE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt16LE,2,e,r)}insertUInt16LE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt16LE,2,e,r)}writeUInt32BE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt32BE,4,e,r)}insertUInt32BE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt32BE,4,e,r)}writeUInt32LE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt32LE,4,e,r)}insertUInt32LE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt32LE,4,e,r)}writeBigUInt64BE(e,r){return I.bigIntAndBufferInt64Check("writeBigUInt64BE"),this._writeNumberValue(Buffer.prototype.writeBigUInt64BE,8,e,r)}insertBigUInt64BE(e,r){return I.bigIntAndBufferInt64Check("writeBigUInt64BE"),this._insertNumberValue(Buffer.prototype.writeBigUInt64BE,8,e,r)}writeBigUInt64LE(e,r){return I.bigIntAndBufferInt64Check("writeBigUInt64LE"),this._writeNumberValue(Buffer.prototype.writeBigUInt64LE,8,e,r)}insertBigUInt64LE(e,r){return I.bigIntAndBufferInt64Check("writeBigUInt64LE"),this._insertNumberValue(Buffer.prototype.writeBigUInt64LE,8,e,r)}readFloatBE(e){return this._readNumberValue(Buffer.prototype.readFloatBE,4,e)}readFloatLE(e){return this._readNumberValue(Buffer.prototype.readFloatLE,4,e)}writeFloatBE(e,r){return this._writeNumberValue(Buffer.prototype.writeFloatBE,4,e,r)}insertFloatBE(e,r){return this._insertNumberValue(Buffer.prototype.writeFloatBE,4,e,r)}writeFloatLE(e,r){return this._writeNumberValue(Buffer.prototype.writeFloatLE,4,e,r)}insertFloatLE(e,r){return this._insertNumberValue(Buffer.prototype.writeFloatLE,4,e,r)}readDoubleBE(e){return this._readNumberValue(Buffer.prototype.readDoubleBE,8,e)}readDoubleLE(e){return this._readNumberValue(Buffer.prototype.readDoubleLE,8,e)}writeDoubleBE(e,r){return this._writeNumberValue(Buffer.prototype.writeDoubleBE,8,e,r)}insertDoubleBE(e,r){return this._insertNumberValue(Buffer.prototype.writeDoubleBE,8,e,r)}writeDoubleLE(e,r){return this._writeNumberValue(Buffer.prototype.writeDoubleLE,8,e,r)}insertDoubleLE(e,r){return this._insertNumberValue(Buffer.prototype.writeDoubleLE,8,e,r)}readString(e,r){let n;typeof e=="number"?(I.checkLengthValue(e),n=Math.min(e,this.length-this._readOffset)):(r=e,n=this.length-this._readOffset),typeof r<"u"&&I.checkEncoding(r);let s=this._buff.slice(this._readOffset,this._readOffset+n).toString(r||this._encoding);return this._readOffset+=n,s}insertString(e,r,n){return I.checkOffsetValue(r),this._handleString(e,!0,r,n)}writeString(e,r,n){return this._handleString(e,!1,r,n)}readStringNT(e){typeof e<"u"&&I.checkEncoding(e);let r=this.length;for(let s=this._readOffset;s<this.length;s++)if(this._buff[s]===0){r=s;break}let n=this._buff.slice(this._readOffset,r);return this._readOffset=r+1,n.toString(e||this._encoding)}insertStringNT(e,r,n){return I.checkOffsetValue(r),this.insertString(e,r,n),this.insertUInt8(0,r+e.length),this}writeStringNT(e,r,n){return this.writeString(e,r,n),this.writeUInt8(0,typeof r=="number"?r+e.length:this.writeOffset),this}readBuffer(e){typeof e<"u"&&I.checkLengthValue(e);let r=typeof e=="number"?e:this.length,n=Math.min(this.length,this._readOffset+r),s=this._buff.slice(this._readOffset,n);return this._readOffset=n,s}insertBuffer(e,r){return I.checkOffsetValue(r),this._handleBuffer(e,!0,r)}writeBuffer(e,r){return this._handleBuffer(e,!1,r)}readBufferNT(){let e=this.length;for(let n=this._readOffset;n<this.length;n++)if(this._buff[n]===0){e=n;break}let r=this._buff.slice(this._readOffset,e);return this._readOffset=e+1,r}insertBufferNT(e,r){return I.checkOffsetValue(r),this.insertBuffer(e,r),this.insertUInt8(0,r+e.length),this}writeBufferNT(e,r){return typeof r<"u"&&I.checkOffsetValue(r),this.writeBuffer(e,r),this.writeUInt8(0,typeof r=="number"?r+e.length:this._writeOffset),this}clear(){return this._writeOffset=0,this._readOffset=0,this.length=0,this}remaining(){return this.length-this._readOffset}get readOffset(){return this._readOffset}set readOffset(e){I.checkOffsetValue(e),I.checkTargetOffset(e,this),this._readOffset=e}get writeOffset(){return this._writeOffset}set writeOffset(e){I.checkOffsetValue(e),I.checkTargetOffset(e,this),this._writeOffset=e}get encoding(){return this._encoding}set encoding(e){I.checkEncoding(e),this._encoding=e}get internalBuffer(){return this._buff}toBuffer(){return this._buff.slice(0,this.length)}toString(e){let r=typeof e=="string"?e:this._encoding;return I.checkEncoding(r),this._buff.toString(r,0,this.length)}destroy(){return this.clear(),this}_handleString(e,r,n,s){let o=this._writeOffset,u=this._encoding;typeof n=="number"?o=n:typeof n=="string"&&(I.checkEncoding(n),u=n),typeof s=="string"&&(I.checkEncoding(s),u=s);let i=Buffer.byteLength(e,u);return r?this.ensureInsertable(i,o):this._ensureWriteable(i,o),this._buff.write(e,o,i,u),r?this._writeOffset+=i:typeof n=="number"?this._writeOffset=Math.max(this._writeOffset,o+i):this._writeOffset+=i,this}_handleBuffer(e,r,n){let s=typeof n=="number"?n:this._writeOffset;return r?this.ensureInsertable(e.length,s):this._ensureWriteable(e.length,s),e.copy(this._buff,s),r?this._writeOffset+=e.length:typeof n=="number"?this._writeOffset=Math.max(this._writeOffset,s+e.length):this._writeOffset+=e.length,this}ensureReadable(e,r){let n=this._readOffset;if(typeof r<"u"&&(I.checkOffsetValue(r),n=r),n<0||n+e>this.length)throw new Error(I.ERRORS.INVALID_READ_BEYOND_BOUNDS)}ensureInsertable(e,r){I.checkOffsetValue(r),this._ensureCapacity(this.length+e),r<this.length&&this._buff.copy(this._buff,r+e,r,this._buff.length),r+e>this.length?this.length=r+e:this.length+=e}_ensureWriteable(e,r){let n=typeof r=="number"?r:this._writeOffset;this._ensureCapacity(n+e),n+e>this.length&&(this.length=n+e)}_ensureCapacity(e){let r=this._buff.length;if(e>r){let n=this._buff,s=r*3/2+1;s<e&&(s=e),this._buff=Buffer.allocUnsafe(s),n.copy(this._buff,0,0,r)}}_readNumberValue(e,r,n){this.ensureReadable(r,n);let s=e.call(this._buff,typeof n=="number"?n:this._readOffset);return typeof n>"u"&&(this._readOffset+=r),s}_insertNumberValue(e,r,n,s){return I.checkOffsetValue(s),this.ensureInsertable(r,s),e.call(this._buff,n,s),this._writeOffset+=r,this}_writeNumberValue(e,r,n,s){if(typeof s=="number"){if(s<0)throw new Error(I.ERRORS.INVALID_WRITE_BEYOND_BOUNDS);I.checkOffsetValue(s)}let o=typeof s=="number"?s:this._writeOffset;return this._ensureWriteable(r,o),e.call(this._buff,n,o),typeof s=="number"?this._writeOffset=Math.max(this._writeOffset,o+r):this._writeOffset+=r,this}};zi.SmartBuffer=Vi});var Gi=ae(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.SOCKS5_NO_ACCEPTABLE_AUTH=V.SOCKS5_CUSTOM_AUTH_END=V.SOCKS5_CUSTOM_AUTH_START=V.SOCKS_INCOMING_PACKET_SIZES=V.SocksClientState=V.Socks5Response=V.Socks5HostType=V.Socks5Auth=V.Socks4Response=V.SocksCommand=V.ERRORS=V.DEFAULT_TIMEOUT=void 0;var tS=3e4;V.DEFAULT_TIMEOUT=tS;var rS={InvalidSocksCommand:"An invalid SOCKS command was provided. Valid options are connect, bind, and associate.",InvalidSocksCommandForOperation:"An invalid SOCKS command was provided. Only a subset of commands are supported for this operation.",InvalidSocksCommandChain:"An invalid SOCKS command was provided. Chaining currently only supports the connect command.",InvalidSocksClientOptionsDestination:"An invalid destination host was provided.",InvalidSocksClientOptionsExistingSocket:"An invalid existing socket was provided. This should be an instance of stream.Duplex.",InvalidSocksClientOptionsProxy:"Invalid SOCKS proxy details were provided.",InvalidSocksClientOptionsTimeout:"An invalid timeout value was provided. Please enter a value above 0 (in ms).",InvalidSocksClientOptionsProxiesLength:"At least two socks proxies must be provided for chaining.",InvalidSocksClientOptionsCustomAuthRange:"Custom auth must be a value between 0x80 and 0xFE.",InvalidSocksClientOptionsCustomAuthOptions:"When a custom_auth_method is provided, custom_auth_request_handler, custom_auth_response_size, and custom_auth_response_handler must also be provided and valid.",NegotiationError:"Negotiation error",SocketClosed:"Socket closed",ProxyConnectionTimedOut:"Proxy connection timed out",InternalError:"SocksClient internal error (this should not happen)",InvalidSocks4HandshakeResponse:"Received invalid Socks4 handshake response",Socks4ProxyRejectedConnection:"Socks4 Proxy rejected connection",InvalidSocks4IncomingConnectionResponse:"Socks4 invalid incoming connection response",Socks4ProxyRejectedIncomingBoundConnection:"Socks4 Proxy rejected incoming bound connection",InvalidSocks5InitialHandshakeResponse:"Received invalid Socks5 initial handshake response",InvalidSocks5IntiailHandshakeSocksVersion:"Received invalid Socks5 initial handshake (invalid socks version)",InvalidSocks5InitialHandshakeNoAcceptedAuthType:"Received invalid Socks5 initial handshake (no accepted authentication type)",InvalidSocks5InitialHandshakeUnknownAuthType:"Received invalid Socks5 initial handshake (unknown authentication type)",Socks5AuthenticationFailed:"Socks5 Authentication failed",InvalidSocks5FinalHandshake:"Received invalid Socks5 final handshake response",InvalidSocks5FinalHandshakeRejected:"Socks5 proxy rejected connection",InvalidSocks5IncomingConnectionResponse:"Received invalid Socks5 incoming connection response",Socks5ProxyRejectedIncomingBoundConnection:"Socks5 Proxy rejected incoming bound connection"};V.ERRORS=rS;var nS={Socks5InitialHandshakeResponse:2,Socks5UserPassAuthenticationResponse:2,Socks5ResponseHeader:5,Socks5ResponseIPv4:10,Socks5ResponseIPv6:22,Socks5ResponseHostname:t=>t+7,Socks4Response:8};V.SOCKS_INCOMING_PACKET_SIZES=nS;var b0;(function(t){t[t.connect=1]="connect",t[t.bind=2]="bind",t[t.associate=3]="associate"})(b0||(V.SocksCommand=b0={}));var y0;(function(t){t[t.Granted=90]="Granted",t[t.Failed=91]="Failed",t[t.Rejected=92]="Rejected",t[t.RejectedIdent=93]="RejectedIdent"})(y0||(V.Socks4Response=y0={}));var w0;(function(t){t[t.NoAuth=0]="NoAuth",t[t.GSSApi=1]="GSSApi",t[t.UserPass=2]="UserPass"})(w0||(V.Socks5Auth=w0={}));var sS=128;V.SOCKS5_CUSTOM_AUTH_START=sS;var oS=254;V.SOCKS5_CUSTOM_AUTH_END=oS;var uS=255;V.SOCKS5_NO_ACCEPTABLE_AUTH=uS;var A0;(function(t){t[t.Granted=0]="Granted",t[t.Failure=1]="Failure",t[t.NotAllowed=2]="NotAllowed",t[t.NetworkUnreachable=3]="NetworkUnreachable",t[t.HostUnreachable=4]="HostUnreachable",t[t.ConnectionRefused=5]="ConnectionRefused",t[t.TTLExpired=6]="TTLExpired",t[t.CommandNotSupported=7]="CommandNotSupported",t[t.AddressNotSupported=8]="AddressNotSupported"})(A0||(V.Socks5Response=A0={}));var E0;(function(t){t[t.IPv4=1]="IPv4",t[t.Hostname=3]="Hostname",t[t.IPv6=4]="IPv6"})(E0||(V.Socks5HostType=E0={}));var S0;(function(t){t[t.Created=0]="Created",t[t.Connecting=1]="Connecting",t[t.Connected=2]="Connected",t[t.SentInitialHandshake=3]="SentInitialHandshake",t[t.ReceivedInitialHandshakeResponse=4]="ReceivedInitialHandshakeResponse",t[t.SentAuthentication=5]="SentAuthentication",t[t.ReceivedAuthenticationResponse=6]="ReceivedAuthenticationResponse",t[t.SentFinalHandshake=7]="SentFinalHandshake",t[t.ReceivedFinalResponse=8]="ReceivedFinalResponse",t[t.BoundWaitingForConnection=9]="BoundWaitingForConnection",t[t.Established=10]="Established",t[t.Disconnected=11]="Disconnected",t[t.Error=99]="Error"})(S0||(V.SocksClientState=S0={}))});var Yi=ae(Hr=>{"use strict";Object.defineProperty(Hr,"__esModule",{value:!0});Hr.shuffleArray=Hr.SocksClientError=void 0;var Ki=class extends Error{constructor(e,r){super(e),this.options=r}};Hr.SocksClientError=Ki;function iS(t){for(let e=t.length-1;e>0;e--){let r=Math.floor(Math.random()*(e+1));[t[e],t[r]]=[t[r],t[e]]}}Hr.shuffleArray=iS});var Xi={};we(Xi,{Agent:()=>_4,AsyncLocalStorage:()=>w4,AsyncResource:()=>A4,Buffer:()=>S4,Client:()=>P4,EventEmitter:()=>OS,PassThrough:()=>BS,ProxyAgent:()=>L4,Readable:()=>TS,Server:()=>e4,Socket:()=>ZS,TLSSocket:()=>t4,Transform:()=>RS,WebSocket:()=>U4,Writable:()=>kS,arch:()=>VS,basename:()=>SS,brotliCompress:()=>d4,brotliDecompress:()=>h4,channel:()=>E4,connect:()=>QS,constants:()=>M4,cpus:()=>zS,createCipheriv:()=>MS,createConnection:()=>JS,createDecipheriv:()=>qS,createHash:()=>IS,createHmac:()=>FS,createPrivateKey:()=>_S,createReadStream:()=>lS,createSign:()=>LS,createWriteStream:()=>cS,deepStrictEqual:()=>v4,default:()=>aS,deflate:()=>l4,deflateSync:()=>x4,dirname:()=>ES,errors:()=>F4,exec:()=>N4,execSync:()=>O4,existsSync:()=>fS,extname:()=>DS,finished:()=>NS,format:()=>$S,freemem:()=>GS,gunzip:()=>p4,gunzipSync:()=>m4,gzip:()=>c4,gzipSync:()=>g4,homedir:()=>YS,inflate:()=>f4,inflateSync:()=>b4,inspect:()=>jS,join:()=>AS,lookup:()=>r4,mkdir:()=>hS,ok:()=>D4,performance:()=>y4,pipeline:()=>vS,platform:()=>WS,promises:()=>q4,promisify:()=>HS,randomBytes:()=>PS,randomUUID:()=>US,readFile:()=>mS,readFileSync:()=>dS,readdir:()=>wS,rejects:()=>k4,request:()=>I4,resolve:()=>CS,resolve4:()=>n4,resolve6:()=>s4,resolveCname:()=>a4,resolveMx:()=>o4,resolveNs:()=>i4,resolveTxt:()=>u4,rm:()=>bS,spawn:()=>R4,spawnSync:()=>B4,stat:()=>yS,strictEqual:()=>C4,throws:()=>T4,tmpdir:()=>XS,totalmem:()=>KS,unlink:()=>xS,writeFile:()=>gS,writeFileSync:()=>pS});var xe,te,He,aS,cS,lS,dS,pS,fS,hS,mS,gS,xS,bS,yS,wS,AS,ES,SS,DS,CS,vS,TS,kS,RS,BS,NS,OS,IS,FS,LS,_S,PS,US,qS,MS,HS,jS,$S,WS,VS,zS,GS,KS,YS,XS,JS,QS,ZS,e4,t4,r4,n4,s4,o4,u4,i4,a4,c4,l4,d4,p4,f4,h4,m4,g4,x4,b4,y4,w4,A4,E4,S4,D4,C4,v4,T4,k4,R4,B4,N4,O4,I4,F4,L4,_4,P4,U4,q4,M4,Ji=A(()=>{xe=()=>{},te=()=>Promise.resolve(),He=class{constructor(){}},aS={},cS=xe,lS=xe,dS=()=>"",pS=xe,fS=()=>!1,hS=te,mS=te,gS=te,xS=te,bS=te,yS=te,wS=te,AS=(...t)=>t.join("/"),ES=t=>t.split("/").slice(0,-1).join("/"),SS=t=>t.split("/").pop()||"",DS=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},CS=(...t)=>t.join("/"),vS=te,TS=He,kS=He,RS=He,BS=He,NS=te,OS=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},IS=()=>({update:()=>({digest:()=>""})}),FS=()=>({update:()=>({digest:()=>""})}),LS=()=>({update:()=>({}),sign:()=>""}),_S=()=>({}),PS=t=>new Uint8Array(t),US=()=>crypto.randomUUID(),qS=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:xe}),MS=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:xe}),HS=t=>t,jS=t=>JSON.stringify(t),$S=(...t)=>t.join(" "),WS=()=>"browser",VS=()=>"unknown",zS=()=>[],GS=()=>0,KS=()=>0,YS=()=>"/",XS=()=>"/tmp",JS=xe,QS=xe,ZS=He,e4=He,t4=He,r4=(t,e)=>e(null,"127.0.0.1",4),n4=te,s4=te,o4=te,u4=te,i4=te,a4=te,c4=(t,e)=>e(null,t),l4=(t,e)=>e(null,t),d4=(t,e)=>e(null,t),p4=(t,e)=>e(null,t),f4=(t,e)=>e(null,t),h4=(t,e)=>e(null,t),m4=t=>t,g4=t=>t,x4=t=>t,b4=t=>t,y4=globalThis.performance,w4=class{getStore(){}run(t,e){return e()}enterWith(){}},A4=He,E4=()=>({subscribe:xe,unsubscribe:xe,publish:xe,hasSubscribers:!1}),S4={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},D4=xe,C4=xe,v4=xe,T4=xe,k4=te,R4=()=>({on:xe,stdout:{on:xe},stderr:{on:xe},kill:xe}),B4=()=>({status:0,stdout:"",stderr:""}),N4=xe,O4=()=>"",I4=te,F4={ConnectTimeoutError:He,HeadersTimeoutError:He,BodyTimeoutError:He},L4=He,_4=He,P4=He,U4=He,q4={readFile:te,writeFile:te,access:te,stat:te,mkdir:te,unlink:te,readdir:te},M4={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Zs=ae(fr=>{"use strict";Object.defineProperty(fr,"__esModule",{value:!0});fr.isInSubnet=H4;fr.isCorrect=j4;fr.numberToPaddedHex=D0;fr.stringToPaddedHex=$4;fr.testBit=W4;function H4(t){return this.subnetMask<t.subnetMask?!1:this.mask(t.subnetMask)===t.mask()}function j4(t){return function(){return this.addressMinusSuffix!==this.correctForm()?!1:this.subnetMask===t&&!this.parsedSubnet?!0:this.parsedSubnet===String(this.subnetMask)}}function D0(t){return t.toString(16).padStart(2,"0")}function $4(t){return D0(parseInt(t,10))}function W4(t,e){let{length:r}=t;if(e>r)return!1;let n=r-e;return t.substring(n,n+1)==="1"}});var Qi=ae(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.RE_SUBNET_STRING=bt.RE_ADDRESS=bt.GROUPS=bt.BITS=void 0;bt.BITS=32;bt.GROUPS=4;bt.RE_ADDRESS=/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/g;bt.RE_SUBNET_STRING=/\/\d{1,2}$/});var to=ae(eo=>{"use strict";Object.defineProperty(eo,"__esModule",{value:!0});eo.AddressError=void 0;var Zi=class extends Error{constructor(e,r){super(e),this.name="AddressError",this.parseMessage=r}};eo.AddressError=Zi});var ta=ae(yt=>{"use strict";var V4=yt&&yt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),z4=yt&&yt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),C0=yt&&yt.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&V4(e,t,r);return z4(e,t),e};Object.defineProperty(yt,"__esModule",{value:!0});yt.Address4=void 0;var jr=C0(Zs()),at=C0(Qi()),Nn=to(),ea=class t{constructor(e){this.groups=at.GROUPS,this.parsedAddress=[],this.parsedSubnet="",this.subnet="/32",this.subnetMask=32,this.v4=!0,this.isCorrect=jr.isCorrect(at.BITS),this.isInSubnet=jr.isInSubnet,this.address=e;let r=at.RE_SUBNET_STRING.exec(e);if(r){if(this.parsedSubnet=r[0].replace("/",""),this.subnetMask=parseInt(this.parsedSubnet,10),this.subnet=`/${this.subnetMask}`,this.subnetMask<0||this.subnetMask>at.BITS)throw new Nn.AddressError("Invalid subnet mask.");e=e.replace(at.RE_SUBNET_STRING,"")}this.addressMinusSuffix=e,this.parsedAddress=this.parse(e)}static isValid(e){try{return new t(e),!0}catch{return!1}}parse(e){let r=e.split(".");if(!e.match(at.RE_ADDRESS))throw new Nn.AddressError("Invalid IPv4 address.");return r}correctForm(){return this.parsedAddress.map(e=>parseInt(e,10)).join(".")}static fromHex(e){let r=e.replace(/:/g,"").padStart(8,"0"),n=[],s;for(s=0;s<8;s+=2){let o=r.slice(s,s+2);n.push(parseInt(o,16))}return new t(n.join("."))}static fromInteger(e){return t.fromHex(e.toString(16))}static fromArpa(e){let n=e.replace(/(\.in-addr\.arpa)?\.$/,"").split(".").reverse().join(".");return new t(n)}toHex(){return this.parsedAddress.map(e=>jr.stringToPaddedHex(e)).join(":")}toArray(){return this.parsedAddress.map(e=>parseInt(e,10))}toGroup6(){let e=[],r;for(r=0;r<at.GROUPS;r+=2)e.push(`${jr.stringToPaddedHex(this.parsedAddress[r])}${jr.stringToPaddedHex(this.parsedAddress[r+1])}`);return e.join(":")}bigInt(){return BigInt(`0x${this.parsedAddress.map(e=>jr.stringToPaddedHex(e)).join("")}`)}_startAddress(){return BigInt(`0b${this.mask()+"0".repeat(at.BITS-this.subnetMask)}`)}startAddress(){return t.fromBigInt(this._startAddress())}startAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._startAddress()+e)}_endAddress(){return BigInt(`0b${this.mask()+"1".repeat(at.BITS-this.subnetMask)}`)}endAddress(){return t.fromBigInt(this._endAddress())}endAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._endAddress()-e)}static fromBigInt(e){return t.fromHex(e.toString(16))}static fromByteArray(e){if(e.length!==4)throw new Nn.AddressError("IPv4 addresses require exactly 4 bytes");for(let r=0;r<e.length;r++)if(!Number.isInteger(e[r])||e[r]<0||e[r]>255)throw new Nn.AddressError("All bytes must be integers between 0 and 255");return this.fromUnsignedByteArray(e)}static fromUnsignedByteArray(e){if(e.length!==4)throw new Nn.AddressError("IPv4 addresses require exactly 4 bytes");let r=e.join(".");return new t(r)}mask(e){return e===void 0&&(e=this.subnetMask),this.getBitsBase2(0,e)}getBitsBase2(e,r){return this.binaryZeroPad().slice(e,r)}reverseForm(e){e||(e={});let r=this.correctForm().split(".").reverse().join(".");return e.omitSuffix?r:`${r}.in-addr.arpa.`}isMulticast(){return this.isInSubnet(new t("224.0.0.0/4"))}binaryZeroPad(){return this.bigInt().toString(2).padStart(at.BITS,"0")}groupForV6(){let e=this.parsedAddress;return this.address.replace(at.RE_ADDRESS,`<span class="hover-group group-v4 group-6">${e.slice(0,2).join(".")}</span>.<span class="hover-group group-v4 group-7">${e.slice(2,4).join(".")}</span>`)}};yt.Address4=ea});var ra=ae(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.RE_URL_WITH_PORT=oe.RE_URL=oe.RE_ZONE_STRING=oe.RE_SUBNET_STRING=oe.RE_BAD_ADDRESS=oe.RE_BAD_CHARACTERS=oe.TYPES=oe.SCOPES=oe.GROUPS=oe.BITS=void 0;oe.BITS=128;oe.GROUPS=8;oe.SCOPES={0:"Reserved",1:"Interface local",2:"Link local",4:"Admin local",5:"Site local",8:"Organization local",14:"Global",15:"Reserved"};oe.TYPES={"ff01::1/128":"Multicast (All nodes on this interface)","ff01::2/128":"Multicast (All routers on this interface)","ff02::1/128":"Multicast (All nodes on this link)","ff02::2/128":"Multicast (All routers on this link)","ff05::2/128":"Multicast (All routers in this site)","ff02::5/128":"Multicast (OSPFv3 AllSPF routers)","ff02::6/128":"Multicast (OSPFv3 AllDR routers)","ff02::9/128":"Multicast (RIP routers)","ff02::a/128":"Multicast (EIGRP routers)","ff02::d/128":"Multicast (PIM routers)","ff02::16/128":"Multicast (MLDv2 reports)","ff01::fb/128":"Multicast (mDNSv6)","ff02::fb/128":"Multicast (mDNSv6)","ff05::fb/128":"Multicast (mDNSv6)","ff02::1:2/128":"Multicast (All DHCP servers and relay agents on this link)","ff05::1:2/128":"Multicast (All DHCP servers and relay agents in this site)","ff02::1:3/128":"Multicast (All DHCP servers on this link)","ff05::1:3/128":"Multicast (All DHCP servers in this site)","::/128":"Unspecified","::1/128":"Loopback","ff00::/8":"Multicast","fe80::/10":"Link-local unicast"};oe.RE_BAD_CHARACTERS=/([^0-9a-f:/%])/gi;oe.RE_BAD_ADDRESS=/([0-9a-f]{5,}|:{3,}|[^:]:$|^:[^:]|\/$)/gi;oe.RE_SUBNET_STRING=/\/\d{1,3}(?=%|$)/;oe.RE_ZONE_STRING=/%.*$/;oe.RE_URL=/^\[{0,1}([0-9a-f:]+)\]{0,1}/;oe.RE_URL_WITH_PORT=/\[([0-9a-f:]+)\]:([0-9]{1,5})/});var na=ae($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.spanAllZeroes=v0;$r.spanAll=G4;$r.spanLeadingZeroes=K4;$r.simpleGroup=Y4;function v0(t){return t.replace(/(0+)/g,'<span class="zero">$1</span>')}function G4(t,e=0){return t.split("").map((n,s)=>`<span class="digit value-${n} position-${s+e}">${v0(n)}</span>`).join("")}function T0(t){return t.replace(/^(0+)/,'<span class="zero">$1</span>')}function K4(t){return t.split(":").map(r=>T0(r)).join(":")}function Y4(t,e=0){return t.split(":").map((n,s)=>/group-v4/.test(n)?n:`<span class="hover-group group-${s+e}">${T0(n)}</span>`)}});var k0=ae(Ve=>{"use strict";var X4=Ve&&Ve.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),J4=Ve&&Ve.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Q4=Ve&&Ve.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&X4(e,t,r);return J4(e,t),e};Object.defineProperty(Ve,"__esModule",{value:!0});Ve.ADDRESS_BOUNDARY=void 0;Ve.groupPossibilities=no;Ve.padGroup=ro;Ve.simpleRegularExpression=e8;Ve.possibleElisions=t8;var Z4=Q4(ra());function no(t){return`(${t.join("|")})`}function ro(t){return t.length<4?`0{0,${4-t.length}}${t}`:t}Ve.ADDRESS_BOUNDARY="[^A-Fa-f0-9:]";function e8(t){let e=[];t.forEach((n,s)=>{parseInt(n,16)===0&&e.push(s)});let r=e.map(n=>t.map((s,o)=>{if(o===n){let u=o===0||o===Z4.GROUPS-1?":":"";return no([ro(s),u])}return ro(s)}).join(":"));return r.push(t.map(ro).join(":")),no(r)}function t8(t,e,r){let n=e?"":":",s=r?"":":",o=[];!e&&!r&&o.push("::"),e&&r&&o.push(""),(r&&!e||!r&&e)&&o.push(":"),o.push(`${n}(:0{1,4}){1,${t-1}}`),o.push(`(0{1,4}:){1,${t-1}}${s}`),o.push(`(0{1,4}:){${t-1}}0{1,4}`);for(let u=1;u<t-1;u++)for(let i=1;i<t-u;i++)o.push(`(0{1,4}:){${i}}:(0{1,4}:){${t-i-u-1}}0{1,4}`);return no(o)}});var O0=ae(wt=>{"use strict";var r8=wt&&wt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),n8=wt&&wt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),uo=wt&&wt.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&r8(e,t,r);return n8(e,t),e};Object.defineProperty(wt,"__esModule",{value:!0});wt.Address6=void 0;var R0=uo(Zs()),sa=uo(Qi()),z=uo(ra()),oa=uo(na()),hr=ta(),mr=k0(),Ot=to(),so=Zs();function oo(t){if(!t)throw new Error("Assertion failed.")}function s8(t){let e=/(\d+)(\d{3})/;for(;e.test(t);)t=t.replace(e,"$1,$2");return t}function o8(t){return t=t.replace(/^(0{1,})([1-9]+)$/,'<span class="parse-error">$1</span>$2'),t=t.replace(/^(0{1,})(0)$/,'<span class="parse-error">$1</span>$2'),t}function u8(t,e){let r=[],n=[],s;for(s=0;s<t.length;s++)s<e[0]?r.push(t[s]):s>e[1]&&n.push(t[s]);return r.concat(["compact"]).concat(n)}function B0(t){return parseInt(t,16).toString(16).padStart(4,"0")}function N0(t){return t&255}var ua=class t{constructor(e,r){this.addressMinusSuffix="",this.parsedSubnet="",this.subnet="/128",this.subnetMask=128,this.v4=!1,this.zone="",this.isInSubnet=R0.isInSubnet,this.isCorrect=R0.isCorrect(z.BITS),r===void 0?this.groups=z.GROUPS:this.groups=r,this.address=e;let n=z.RE_SUBNET_STRING.exec(e);if(n){if(this.parsedSubnet=n[0].replace("/",""),this.subnetMask=parseInt(this.parsedSubnet,10),this.subnet=`/${this.subnetMask}`,Number.isNaN(this.subnetMask)||this.subnetMask<0||this.subnetMask>z.BITS)throw new Ot.AddressError("Invalid subnet mask.");e=e.replace(z.RE_SUBNET_STRING,"")}else if(/\//.test(e))throw new Ot.AddressError("Invalid subnet mask.");let s=z.RE_ZONE_STRING.exec(e);s&&(this.zone=s[0],e=e.replace(z.RE_ZONE_STRING,"")),this.addressMinusSuffix=e,this.parsedAddress=this.parse(this.addressMinusSuffix)}static isValid(e){try{return new t(e),!0}catch{return!1}}static fromBigInt(e){let r=e.toString(16).padStart(32,"0"),n=[],s;for(s=0;s<z.GROUPS;s++)n.push(r.slice(s*4,(s+1)*4));return new t(n.join(":"))}static fromURL(e){let r,n=null,s;if(e.indexOf("[")!==-1&&e.indexOf("]:")!==-1){if(s=z.RE_URL_WITH_PORT.exec(e),s===null)return{error:"failed to parse address with port",address:null,port:null};r=s[1],n=s[2]}else if(e.indexOf("/")!==-1){if(e=e.replace(/^[a-z0-9]+:\/\//,""),s=z.RE_URL.exec(e),s===null)return{error:"failed to parse address from URL",address:null,port:null};r=s[1]}else r=e;return n?(n=parseInt(n,10),(n<0||n>65536)&&(n=null)):n=null,{address:new t(r),port:n}}static fromAddress4(e){let r=new hr.Address4(e),n=z.BITS-(sa.BITS-r.subnetMask);return new t(`::ffff:${r.correctForm()}/${n}`)}static fromArpa(e){let r=e.replace(/(\.ip6\.arpa)?\.$/,""),n=7;if(r.length!==63)throw new Ot.AddressError("Invalid 'ip6.arpa' form.");let s=r.split(".").reverse();for(let o=n;o>0;o--){let u=o*4;s.splice(u,0,":")}return r=s.join(""),new t(r)}microsoftTranscription(){return`${this.correctForm().replace(/:/g,"-")}.ipv6-literal.net`}mask(e=this.subnetMask){return this.getBitsBase2(0,e)}possibleSubnets(e=128){let r=z.BITS-this.subnetMask,n=Math.abs(e-z.BITS),s=r-n;return s<0?"0":s8((BigInt("2")**BigInt(s)).toString(10))}_startAddress(){return BigInt(`0b${this.mask()+"0".repeat(z.BITS-this.subnetMask)}`)}startAddress(){return t.fromBigInt(this._startAddress())}startAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._startAddress()+e)}_endAddress(){return BigInt(`0b${this.mask()+"1".repeat(z.BITS-this.subnetMask)}`)}endAddress(){return t.fromBigInt(this._endAddress())}endAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._endAddress()-e)}getScope(){let e=z.SCOPES[parseInt(this.getBits(12,16).toString(10),10)];return this.getType()==="Global unicast"&&e!=="Link local"&&(e="Global"),e||"Unknown"}getType(){for(let e of Object.keys(z.TYPES))if(this.isInSubnet(new t(e)))return z.TYPES[e];return"Global unicast"}getBits(e,r){return BigInt(`0b${this.getBitsBase2(e,r)}`)}getBitsBase2(e,r){return this.binaryZeroPad().slice(e,r)}getBitsBase16(e,r){let n=r-e;if(n%4!==0)throw new Error("Length of bits to retrieve must be divisible by four");return this.getBits(e,r).toString(16).padStart(n/4,"0")}getBitsPastSubnet(){return this.getBitsBase2(this.subnetMask,z.BITS)}reverseForm(e){e||(e={});let r=Math.floor(this.subnetMask/4),n=this.canonicalForm().replace(/:/g,"").split("").slice(0,r).reverse().join(".");return r>0?e.omitSuffix?n:`${n}.ip6.arpa.`:e.omitSuffix?"":"ip6.arpa."}correctForm(){let e,r=[],n=0,s=[];for(e=0;e<this.parsedAddress.length;e++){let i=parseInt(this.parsedAddress[e],16);i===0&&n++,i!==0&&n>0&&(n>1&&s.push([e-n,e-1]),n=0)}n>1&&s.push([this.parsedAddress.length-n,this.parsedAddress.length-1]);let o=s.map(i=>i[1]-i[0]+1);if(s.length>0){let i=o.indexOf(Math.max(...o));r=u8(this.parsedAddress,s[i])}else r=this.parsedAddress;for(e=0;e<r.length;e++)r[e]!=="compact"&&(r[e]=parseInt(r[e],16).toString(16));let u=r.join(":");return u=u.replace(/^compact$/,"::"),u=u.replace(/(^compact)|(compact$)/,":"),u=u.replace(/compact/,""),u}binaryZeroPad(){return this.bigInt().toString(2).padStart(z.BITS,"0")}parse4in6(e){let r=e.split(":"),s=r.slice(-1)[0].match(sa.RE_ADDRESS);if(s){this.parsedAddress4=s[0],this.address4=new hr.Address4(this.parsedAddress4);for(let o=0;o<this.address4.groups;o++)if(/^0[0-9]+/.test(this.address4.parsedAddress[o]))throw new Ot.AddressError("IPv4 addresses can't have leading zeroes.",e.replace(sa.RE_ADDRESS,this.address4.parsedAddress.map(o8).join(".")));this.v4=!0,r[r.length-1]=this.address4.toGroup6(),e=r.join(":")}return e}parse(e){e=this.parse4in6(e);let r=e.match(z.RE_BAD_CHARACTERS);if(r)throw new Ot.AddressError(`Bad character${r.length>1?"s":""} detected in address: ${r.join("")}`,e.replace(z.RE_BAD_CHARACTERS,'<span class="parse-error">$1</span>'));let n=e.match(z.RE_BAD_ADDRESS);if(n)throw new Ot.AddressError(`Address failed regex: ${n.join("")}`,e.replace(z.RE_BAD_ADDRESS,'<span class="parse-error">$1</span>'));let s=[],o=e.split("::");if(o.length===2){let u=o[0].split(":"),i=o[1].split(":");u.length===1&&u[0]===""&&(u=[]),i.length===1&&i[0]===""&&(i=[]);let c=this.groups-(u.length+i.length);if(!c)throw new Ot.AddressError("Error parsing groups");this.elidedGroups=c,this.elisionBegin=u.length,this.elisionEnd=u.length+this.elidedGroups,s=s.concat(u);for(let a=0;a<c;a++)s.push("0");s=s.concat(i)}else if(o.length===1)s=e.split(":"),this.elidedGroups=0;else throw new Ot.AddressError("Too many :: groups found");if(s=s.map(u=>parseInt(u,16).toString(16)),s.length!==this.groups)throw new Ot.AddressError("Incorrect number of groups found");return s}canonicalForm(){return this.parsedAddress.map(B0).join(":")}decimal(){return this.parsedAddress.map(e=>parseInt(e,16).toString(10).padStart(5,"0")).join(":")}bigInt(){return BigInt(`0x${this.parsedAddress.map(B0).join("")}`)}to4(){let e=this.binaryZeroPad().split("");return hr.Address4.fromHex(BigInt(`0b${e.slice(96,128).join("")}`).toString(16))}to4in6(){let e=this.to4(),n=new t(this.parsedAddress.slice(0,6).join(":"),6).correctForm(),s="";return/:$/.test(n)||(s=":"),n+s+e.address}inspectTeredo(){let e=this.getBitsBase16(0,32),n=(this.getBits(80,96)^BigInt("0xffff")).toString(),s=hr.Address4.fromHex(this.getBitsBase16(32,64)),o=this.getBits(96,128),u=hr.Address4.fromHex((o^BigInt("0xffffffff")).toString(16)),i=this.getBitsBase2(64,80),c=(0,so.testBit)(i,15),a=(0,so.testBit)(i,14),l=(0,so.testBit)(i,8),d=(0,so.testBit)(i,9),p=BigInt(`0b${i.slice(2,6)+i.slice(8,16)}`).toString(10);return{prefix:`${e.slice(0,4)}:${e.slice(4,8)}`,server4:s.address,client4:u.address,flags:i,coneNat:c,microsoft:{reserved:a,universalLocal:d,groupIndividual:l,nonce:p},udpPort:n}}inspect6to4(){let e=this.getBitsBase16(0,16),r=hr.Address4.fromHex(this.getBitsBase16(16,48));return{prefix:e.slice(0,4),gateway:r.address}}to6to4(){if(!this.is4())return null;let e=["2002",this.getBitsBase16(96,112),this.getBitsBase16(112,128),"","/16"].join(":");return new t(e)}toByteArray(){let e=this.bigInt().toString(16),n=`${"0".repeat(e.length%2)}${e}`,s=[];for(let o=0,u=n.length;o<u;o+=2)s.push(parseInt(n.substring(o,o+2),16));return s}toUnsignedByteArray(){return this.toByteArray().map(N0)}static fromByteArray(e){return this.fromUnsignedByteArray(e.map(N0))}static fromUnsignedByteArray(e){let r=BigInt("256"),n=BigInt("0"),s=BigInt("1");for(let o=e.length-1;o>=0;o--)n+=s*BigInt(e[o].toString(10)),s*=r;return t.fromBigInt(n)}isCanonical(){return this.addressMinusSuffix===this.canonicalForm()}isLinkLocal(){return this.getBitsBase2(0,64)==="1111111010000000000000000000000000000000000000000000000000000000"}isMulticast(){return this.getType()==="Multicast"}is4(){return this.v4}isTeredo(){return this.isInSubnet(new t("2001::/32"))}is6to4(){return this.isInSubnet(new t("2002::/16"))}isLoopback(){return this.getType()==="Loopback"}href(e){return e===void 0?e="":e=`:${e}`,`http://[${this.correctForm()}]${e}/`}link(e){e||(e={}),e.className===void 0&&(e.className=""),e.prefix===void 0&&(e.prefix="/#address="),e.v4===void 0&&(e.v4=!1);let r=this.correctForm;e.v4&&(r=this.to4in6);let n=r.call(this);return e.className?`<a href="${e.prefix}${n}" class="${e.className}">${n}</a>`:`<a href="${e.prefix}${n}">${n}</a>`}group(){if(this.elidedGroups===0)return oa.simpleGroup(this.address).join(":");oo(typeof this.elidedGroups=="number"),oo(typeof this.elisionBegin=="number");let e=[],[r,n]=this.address.split("::");r.length?e.push(...oa.simpleGroup(r)):e.push("");let s=["hover-group"];for(let o=this.elisionBegin;o<this.elisionBegin+this.elidedGroups;o++)s.push(`group-${o}`);return e.push(`<span class="${s.join(" ")}"></span>`),n.length?e.push(...oa.simpleGroup(n,this.elisionEnd)):e.push(""),this.is4()&&(oo(this.address4 instanceof hr.Address4),e.pop(),e.push(this.address4.groupForV6())),e.join(":")}regularExpressionString(e=!1){let r=[],n=new t(this.correctForm());if(n.elidedGroups===0)r.push((0,mr.simpleRegularExpression)(n.parsedAddress));else if(n.elidedGroups===z.GROUPS)r.push((0,mr.possibleElisions)(z.GROUPS));else{let s=n.address.split("::");s[0].length&&r.push((0,mr.simpleRegularExpression)(s[0].split(":"))),oo(typeof n.elidedGroups=="number"),r.push((0,mr.possibleElisions)(n.elidedGroups,s[0].length!==0,s[1].length!==0)),s[1].length&&r.push((0,mr.simpleRegularExpression)(s[1].split(":"))),r=[r.join(":")]}return e||(r=["(?=^|",mr.ADDRESS_BOUNDARY,"|[^\\w\\:])(",...r,")(?=[^\\w\\:]|",mr.ADDRESS_BOUNDARY,"|$)"]),r.join("")}regularExpression(e=!1){return new RegExp(this.regularExpressionString(e),"i")}};wt.Address6=ua});var ia=ae(Re=>{"use strict";var i8=Re&&Re.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),a8=Re&&Re.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),c8=Re&&Re.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&i8(e,t,r);return a8(e,t),e};Object.defineProperty(Re,"__esModule",{value:!0});Re.v6=Re.AddressError=Re.Address6=Re.Address4=void 0;var l8=ta();Object.defineProperty(Re,"Address4",{enumerable:!0,get:function(){return l8.Address4}});var d8=O0();Object.defineProperty(Re,"Address6",{enumerable:!0,get:function(){return d8.Address6}});var p8=to();Object.defineProperty(Re,"AddressError",{enumerable:!0,get:function(){return p8.AddressError}});var f8=c8(na());Re.v6={helpers:f8}});var U0=ae(nt=>{"use strict";Object.defineProperty(nt,"__esModule",{value:!0});nt.ipToBuffer=nt.int32ToIpv4=nt.ipv4ToInt32=nt.validateSocksClientChainOptions=nt.validateSocksClientOptions=void 0;var je=Yi(),De=Gi(),h8=(Ji(),yr(Xi)),aa=ia(),I0=(Wi(),yr($i));function m8(t,e=["connect","bind","associate"]){if(!De.SocksCommand[t.command])throw new je.SocksClientError(De.ERRORS.InvalidSocksCommand,t);if(e.indexOf(t.command)===-1)throw new je.SocksClientError(De.ERRORS.InvalidSocksCommandForOperation,t);if(!L0(t.destination))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsDestination,t);if(!_0(t.proxy))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsProxy,t);if(F0(t.proxy,t),t.timeout&&!P0(t.timeout))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsTimeout,t);if(t.existing_socket&&!(t.existing_socket instanceof h8.Duplex))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsExistingSocket,t)}nt.validateSocksClientOptions=m8;function g8(t){if(t.command!=="connect")throw new je.SocksClientError(De.ERRORS.InvalidSocksCommandChain,t);if(!L0(t.destination))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsDestination,t);if(!(t.proxies&&Array.isArray(t.proxies)&&t.proxies.length>=2))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsProxiesLength,t);if(t.proxies.forEach(e=>{if(!_0(e))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsProxy,t);F0(e,t)}),t.timeout&&!P0(t.timeout))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsTimeout,t)}nt.validateSocksClientChainOptions=g8;function F0(t,e){if(t.custom_auth_method!==void 0){if(t.custom_auth_method<De.SOCKS5_CUSTOM_AUTH_START||t.custom_auth_method>De.SOCKS5_CUSTOM_AUTH_END)throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthRange,e);if(t.custom_auth_request_handler===void 0||typeof t.custom_auth_request_handler!="function")throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,e);if(t.custom_auth_response_size===void 0)throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,e);if(t.custom_auth_response_handler===void 0||typeof t.custom_auth_response_handler!="function")throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,e)}}function L0(t){return t&&typeof t.host=="string"&&Buffer.byteLength(t.host)<256&&typeof t.port=="number"&&t.port>=0&&t.port<=65535}function _0(t){return t&&(typeof t.host=="string"||typeof t.ipaddress=="string")&&typeof t.port=="number"&&t.port>=0&&t.port<=65535&&(t.type===4||t.type===5)}function P0(t){return typeof t=="number"&&t>0}function x8(t){return new aa.Address4(t).toArray().reduce((r,n)=>(r<<8)+n,0)>>>0}nt.ipv4ToInt32=x8;function b8(t){let e=t>>>24&255,r=t>>>16&255,n=t>>>8&255,s=t&255;return[e,r,n,s].join(".")}nt.int32ToIpv4=b8;function y8(t){if(I0.isIPv4(t)){let e=new aa.Address4(t);return Buffer.from(e.toArray())}else if(I0.isIPv6(t)){let e=new aa.Address6(t);return Buffer.from(e.canonicalForm().split(":").map(r=>r.padStart(4,"0")).join(""),"hex")}else throw new Error("Invalid IP address format")}nt.ipToBuffer=y8});var q0=ae(io=>{"use strict";Object.defineProperty(io,"__esModule",{value:!0});io.ReceiveBuffer=void 0;var ca=class{constructor(e=4096){this.buffer=Buffer.allocUnsafe(e),this.offset=0,this.originalSize=e}get length(){return this.offset}append(e){if(!Buffer.isBuffer(e))throw new Error("Attempted to append a non-buffer instance to ReceiveBuffer.");if(this.offset+e.length>=this.buffer.length){let r=this.buffer;this.buffer=Buffer.allocUnsafe(Math.max(this.buffer.length+this.originalSize,this.buffer.length+e.length)),r.copy(this.buffer)}return e.copy(this.buffer,this.offset),this.offset+=e.length}peek(e){if(e>this.offset)throw new Error("Attempted to read beyond the bounds of the managed internal data.");return this.buffer.slice(0,e)}get(e){if(e>this.offset)throw new Error("Attempted to read beyond the bounds of the managed internal data.");let r=Buffer.allocUnsafe(e);return this.buffer.slice(0,e).copy(r),this.buffer.copyWithin(0,e,e+this.offset-e),this.offset-=e,r}};io.ReceiveBuffer=ca});var M0=ae(Wt=>{"use strict";var Wr=Wt&&Wt.__awaiter||function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(u){u(o)})}return new(r||(r=Promise))(function(o,u){function i(l){try{a(n.next(l))}catch(d){u(d)}}function c(l){try{a(n.throw(l))}catch(d){u(d)}}function a(l){l.done?o(l.value):s(l.value).then(i,c)}a((n=n.apply(t,e||[])).next())})};Object.defineProperty(Wt,"__esModule",{value:!0});Wt.SocksClientError=Wt.SocksClient=void 0;var w8=(c0(),yr(a0)),Vr=(Wi(),yr($i)),ze=x0(),D=Gi(),Ze=U0(),A8=q0(),da=Yi();Object.defineProperty(Wt,"SocksClientError",{enumerable:!0,get:function(){return da.SocksClientError}});var la=ia(),pa=class t extends w8.EventEmitter{constructor(e){super(),this.options=Object.assign({},e),(0,Ze.validateSocksClientOptions)(e),this.setState(D.SocksClientState.Created)}static createConnection(e,r){return new Promise((n,s)=>{try{(0,Ze.validateSocksClientOptions)(e,["connect"])}catch(u){return typeof r=="function"?(r(u),n(u)):s(u)}let o=new t(e);o.connect(e.existing_socket),o.once("established",u=>{o.removeAllListeners(),typeof r=="function"&&r(null,u),n(u)}),o.once("error",u=>{o.removeAllListeners(),typeof r=="function"?(r(u),n(u)):s(u)})})}static createConnectionChain(e,r){return new Promise((n,s)=>Wr(this,void 0,void 0,function*(){try{(0,Ze.validateSocksClientChainOptions)(e)}catch(o){return typeof r=="function"?(r(o),n(o)):s(o)}e.randomizeChain&&(0,da.shuffleArray)(e.proxies);try{let o;for(let u=0;u<e.proxies.length;u++){let i=e.proxies[u],c=u===e.proxies.length-1?e.destination:{host:e.proxies[u+1].host||e.proxies[u+1].ipaddress,port:e.proxies[u+1].port},a=yield t.createConnection({command:"connect",proxy:i,destination:c,existing_socket:o});o=o||a.socket}typeof r=="function"?(r(null,{socket:o}),n({socket:o})):n({socket:o})}catch(o){typeof r=="function"?(r(o),n(o)):s(o)}}))}static createUDPFrame(e){let r=new ze.SmartBuffer;return r.writeUInt16BE(0),r.writeUInt8(e.frameNumber||0),Vr.isIPv4(e.remoteHost.host)?(r.writeUInt8(D.Socks5HostType.IPv4),r.writeUInt32BE((0,Ze.ipv4ToInt32)(e.remoteHost.host))):Vr.isIPv6(e.remoteHost.host)?(r.writeUInt8(D.Socks5HostType.IPv6),r.writeBuffer((0,Ze.ipToBuffer)(e.remoteHost.host))):(r.writeUInt8(D.Socks5HostType.Hostname),r.writeUInt8(Buffer.byteLength(e.remoteHost.host)),r.writeString(e.remoteHost.host)),r.writeUInt16BE(e.remoteHost.port),r.writeBuffer(e.data),r.toBuffer()}static parseUDPFrame(e){let r=ze.SmartBuffer.fromBuffer(e);r.readOffset=2;let n=r.readUInt8(),s=r.readUInt8(),o;s===D.Socks5HostType.IPv4?o=(0,Ze.int32ToIpv4)(r.readUInt32BE()):s===D.Socks5HostType.IPv6?o=la.Address6.fromByteArray(Array.from(r.readBuffer(16))).canonicalForm():o=r.readString(r.readUInt8());let u=r.readUInt16BE();return{frameNumber:n,remoteHost:{host:o,port:u},data:r.readBuffer()}}setState(e){this.state!==D.SocksClientState.Error&&(this.state=e)}connect(e){this.onDataReceived=n=>this.onDataReceivedHandler(n),this.onClose=()=>this.onCloseHandler(),this.onError=n=>this.onErrorHandler(n),this.onConnect=()=>this.onConnectHandler();let r=setTimeout(()=>this.onEstablishedTimeout(),this.options.timeout||D.DEFAULT_TIMEOUT);r.unref&&typeof r.unref=="function"&&r.unref(),e?this.socket=e:this.socket=new Vr.Socket,this.socket.once("close",this.onClose),this.socket.once("error",this.onError),this.socket.once("connect",this.onConnect),this.socket.on("data",this.onDataReceived),this.setState(D.SocksClientState.Connecting),this.receiveBuffer=new A8.ReceiveBuffer,e?this.socket.emit("connect"):(this.socket.connect(this.getSocketOptions()),this.options.set_tcp_nodelay!==void 0&&this.options.set_tcp_nodelay!==null&&this.socket.setNoDelay(!!this.options.set_tcp_nodelay)),this.prependOnceListener("established",n=>{setImmediate(()=>{if(this.receiveBuffer.length>0){let s=this.receiveBuffer.get(this.receiveBuffer.length);n.socket.emit("data",s)}n.socket.resume()})})}getSocketOptions(){return Object.assign(Object.assign({},this.options.socket_options),{host:this.options.proxy.host||this.options.proxy.ipaddress,port:this.options.proxy.port})}onEstablishedTimeout(){this.state!==D.SocksClientState.Established&&this.state!==D.SocksClientState.BoundWaitingForConnection&&this.closeSocket(D.ERRORS.ProxyConnectionTimedOut)}onConnectHandler(){this.setState(D.SocksClientState.Connected),this.options.proxy.type===4?this.sendSocks4InitialHandshake():this.sendSocks5InitialHandshake(),this.setState(D.SocksClientState.SentInitialHandshake)}onDataReceivedHandler(e){this.receiveBuffer.append(e),this.processData()}processData(){for(;this.state!==D.SocksClientState.Established&&this.state!==D.SocksClientState.Error&&this.receiveBuffer.length>=this.nextRequiredPacketBufferSize;)if(this.state===D.SocksClientState.SentInitialHandshake)this.options.proxy.type===4?this.handleSocks4FinalHandshakeResponse():this.handleInitialSocks5HandshakeResponse();else if(this.state===D.SocksClientState.SentAuthentication)this.handleInitialSocks5AuthenticationHandshakeResponse();else if(this.state===D.SocksClientState.SentFinalHandshake)this.handleSocks5FinalHandshakeResponse();else if(this.state===D.SocksClientState.BoundWaitingForConnection)this.options.proxy.type===4?this.handleSocks4IncomingConnectionResponse():this.handleSocks5IncomingConnectionResponse();else{this.closeSocket(D.ERRORS.InternalError);break}}onCloseHandler(){this.closeSocket(D.ERRORS.SocketClosed)}onErrorHandler(e){this.closeSocket(e.message)}removeInternalSocketHandlers(){this.socket.pause(),this.socket.removeListener("data",this.onDataReceived),this.socket.removeListener("close",this.onClose),this.socket.removeListener("error",this.onError),this.socket.removeListener("connect",this.onConnect)}closeSocket(e){this.state!==D.SocksClientState.Error&&(this.setState(D.SocksClientState.Error),this.socket.destroy(),this.removeInternalSocketHandlers(),this.emit("error",new da.SocksClientError(e,this.options)))}sendSocks4InitialHandshake(){let e=this.options.proxy.userId||"",r=new ze.SmartBuffer;r.writeUInt8(4),r.writeUInt8(D.SocksCommand[this.options.command]),r.writeUInt16BE(this.options.destination.port),Vr.isIPv4(this.options.destination.host)?(r.writeBuffer((0,Ze.ipToBuffer)(this.options.destination.host)),r.writeStringNT(e)):(r.writeUInt8(0),r.writeUInt8(0),r.writeUInt8(0),r.writeUInt8(1),r.writeStringNT(e),r.writeStringNT(this.options.destination.host)),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks4Response,this.socket.write(r.toBuffer())}handleSocks4FinalHandshakeResponse(){let e=this.receiveBuffer.get(8);if(e[1]!==D.Socks4Response.Granted)this.closeSocket(`${D.ERRORS.Socks4ProxyRejectedConnection} - (${D.Socks4Response[e[1]]})`);else if(D.SocksCommand[this.options.command]===D.SocksCommand.bind){let r=ze.SmartBuffer.fromBuffer(e);r.readOffset=2;let n={port:r.readUInt16BE(),host:(0,Ze.int32ToIpv4)(r.readUInt32BE())};n.host==="0.0.0.0"&&(n.host=this.options.proxy.ipaddress),this.setState(D.SocksClientState.BoundWaitingForConnection),this.emit("bound",{remoteHost:n,socket:this.socket})}else this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{socket:this.socket})}handleSocks4IncomingConnectionResponse(){let e=this.receiveBuffer.get(8);if(e[1]!==D.Socks4Response.Granted)this.closeSocket(`${D.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${D.Socks4Response[e[1]]})`);else{let r=ze.SmartBuffer.fromBuffer(e);r.readOffset=2;let n={port:r.readUInt16BE(),host:(0,Ze.int32ToIpv4)(r.readUInt32BE())};this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket})}}sendSocks5InitialHandshake(){let e=new ze.SmartBuffer,r=[D.Socks5Auth.NoAuth];(this.options.proxy.userId||this.options.proxy.password)&&r.push(D.Socks5Auth.UserPass),this.options.proxy.custom_auth_method!==void 0&&r.push(this.options.proxy.custom_auth_method),e.writeUInt8(5),e.writeUInt8(r.length);for(let n of r)e.writeUInt8(n);this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5InitialHandshakeResponse,this.socket.write(e.toBuffer()),this.setState(D.SocksClientState.SentInitialHandshake)}handleInitialSocks5HandshakeResponse(){let e=this.receiveBuffer.get(2);e[0]!==5?this.closeSocket(D.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion):e[1]===D.SOCKS5_NO_ACCEPTABLE_AUTH?this.closeSocket(D.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType):e[1]===D.Socks5Auth.NoAuth?(this.socks5ChosenAuthType=D.Socks5Auth.NoAuth,this.sendSocks5CommandRequest()):e[1]===D.Socks5Auth.UserPass?(this.socks5ChosenAuthType=D.Socks5Auth.UserPass,this.sendSocks5UserPassAuthentication()):e[1]===this.options.proxy.custom_auth_method?(this.socks5ChosenAuthType=this.options.proxy.custom_auth_method,this.sendSocks5CustomAuthentication()):this.closeSocket(D.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType)}sendSocks5UserPassAuthentication(){let e=this.options.proxy.userId||"",r=this.options.proxy.password||"",n=new ze.SmartBuffer;n.writeUInt8(1),n.writeUInt8(Buffer.byteLength(e)),n.writeString(e),n.writeUInt8(Buffer.byteLength(r)),n.writeString(r),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5UserPassAuthenticationResponse,this.socket.write(n.toBuffer()),this.setState(D.SocksClientState.SentAuthentication)}sendSocks5CustomAuthentication(){return Wr(this,void 0,void 0,function*(){this.nextRequiredPacketBufferSize=this.options.proxy.custom_auth_response_size,this.socket.write(yield this.options.proxy.custom_auth_request_handler()),this.setState(D.SocksClientState.SentAuthentication)})}handleSocks5CustomAuthHandshakeResponse(e){return Wr(this,void 0,void 0,function*(){return yield this.options.proxy.custom_auth_response_handler(e)})}handleSocks5AuthenticationNoAuthHandshakeResponse(e){return Wr(this,void 0,void 0,function*(){return e[1]===0})}handleSocks5AuthenticationUserPassHandshakeResponse(e){return Wr(this,void 0,void 0,function*(){return e[1]===0})}handleInitialSocks5AuthenticationHandshakeResponse(){return Wr(this,void 0,void 0,function*(){this.setState(D.SocksClientState.ReceivedAuthenticationResponse);let e=!1;this.socks5ChosenAuthType===D.Socks5Auth.NoAuth?e=yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2)):this.socks5ChosenAuthType===D.Socks5Auth.UserPass?e=yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2)):this.socks5ChosenAuthType===this.options.proxy.custom_auth_method&&(e=yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size))),e?this.sendSocks5CommandRequest():this.closeSocket(D.ERRORS.Socks5AuthenticationFailed)})}sendSocks5CommandRequest(){let e=new ze.SmartBuffer;e.writeUInt8(5),e.writeUInt8(D.SocksCommand[this.options.command]),e.writeUInt8(0),Vr.isIPv4(this.options.destination.host)?(e.writeUInt8(D.Socks5HostType.IPv4),e.writeBuffer((0,Ze.ipToBuffer)(this.options.destination.host))):Vr.isIPv6(this.options.destination.host)?(e.writeUInt8(D.Socks5HostType.IPv6),e.writeBuffer((0,Ze.ipToBuffer)(this.options.destination.host))):(e.writeUInt8(D.Socks5HostType.Hostname),e.writeUInt8(this.options.destination.host.length),e.writeString(this.options.destination.host)),e.writeUInt16BE(this.options.destination.port),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader,this.socket.write(e.toBuffer()),this.setState(D.SocksClientState.SentFinalHandshake)}handleSocks5FinalHandshakeResponse(){let e=this.receiveBuffer.peek(5);if(e[0]!==5||e[1]!==D.Socks5Response.Granted)this.closeSocket(`${D.ERRORS.InvalidSocks5FinalHandshakeRejected} - ${D.Socks5Response[e[1]]}`);else{let r=e[3],n,s;if(r===D.Socks5HostType.IPv4){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:(0,Ze.int32ToIpv4)(s.readUInt32BE()),port:s.readUInt16BE()},n.host==="0.0.0.0"&&(n.host=this.options.proxy.ipaddress)}else if(r===D.Socks5HostType.Hostname){let o=e[4],u=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(o);if(this.receiveBuffer.length<u){this.nextRequiredPacketBufferSize=u;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(u).slice(5)),n={host:s.readString(o),port:s.readUInt16BE()}}else if(r===D.Socks5HostType.IPv6){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:la.Address6.fromByteArray(Array.from(s.readBuffer(16))).canonicalForm(),port:s.readUInt16BE()}}this.setState(D.SocksClientState.ReceivedFinalResponse),D.SocksCommand[this.options.command]===D.SocksCommand.connect?(this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket})):D.SocksCommand[this.options.command]===D.SocksCommand.bind?(this.setState(D.SocksClientState.BoundWaitingForConnection),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader,this.emit("bound",{remoteHost:n,socket:this.socket})):D.SocksCommand[this.options.command]===D.SocksCommand.associate&&(this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket}))}}handleSocks5IncomingConnectionResponse(){let e=this.receiveBuffer.peek(5);if(e[0]!==5||e[1]!==D.Socks5Response.Granted)this.closeSocket(`${D.ERRORS.Socks5ProxyRejectedIncomingBoundConnection} - ${D.Socks5Response[e[1]]}`);else{let r=e[3],n,s;if(r===D.Socks5HostType.IPv4){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:(0,Ze.int32ToIpv4)(s.readUInt32BE()),port:s.readUInt16BE()},n.host==="0.0.0.0"&&(n.host=this.options.proxy.ipaddress)}else if(r===D.Socks5HostType.Hostname){let o=e[4],u=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(o);if(this.receiveBuffer.length<u){this.nextRequiredPacketBufferSize=u;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(u).slice(5)),n={host:s.readString(o),port:s.readUInt16BE()}}else if(r===D.Socks5HostType.IPv6){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:la.Address6.fromByteArray(Array.from(s.readBuffer(16))).canonicalForm(),port:s.readUInt16BE()}}this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket})}}get socksClientOptions(){return Object.assign({},this.options)}};Wt.SocksClient=pa});var H0=ae(gr=>{"use strict";var E8=gr&&gr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),S8=gr&&gr.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&E8(e,t,r)};Object.defineProperty(gr,"__esModule",{value:!0});S8(M0(),gr)});var j0={};we(j0,{Agent:()=>QD,AsyncLocalStorage:()=>_D,AsyncResource:()=>PD,Buffer:()=>qD,Client:()=>ZD,EventEmitter:()=>K8,PassThrough:()=>z8,ProxyAgent:()=>JD,Readable:()=>$8,Server:()=>gD,Socket:()=>mD,TLSSocket:()=>xD,Transform:()=>V8,WebSocket:()=>e5,Writable:()=>W8,arch:()=>iD,basename:()=>q8,brotliCompress:()=>TD,brotliDecompress:()=>BD,channel:()=>UD,connect:()=>hD,constants:()=>r5,cpus:()=>aD,createCipheriv:()=>rD,createConnection:()=>fD,createDecipheriv:()=>tD,createHash:()=>Y8,createHmac:()=>X8,createPrivateKey:()=>Q8,createReadStream:()=>v8,createSign:()=>J8,createWriteStream:()=>C8,deepStrictEqual:()=>jD,default:()=>D8,deflate:()=>vD,deflateSync:()=>ID,dirname:()=>U8,errors:()=>XD,exec:()=>GD,execSync:()=>KD,existsSync:()=>R8,extname:()=>M8,finished:()=>G8,format:()=>oD,freemem:()=>cD,gunzip:()=>kD,gunzipSync:()=>ND,gzip:()=>CD,gzipSync:()=>OD,homedir:()=>dD,inflate:()=>RD,inflateSync:()=>FD,inspect:()=>sD,join:()=>P8,lookup:()=>bD,mkdir:()=>B8,ok:()=>MD,performance:()=>LD,pipeline:()=>j8,platform:()=>uD,promises:()=>t5,promisify:()=>nD,randomBytes:()=>Z8,randomUUID:()=>eD,readFile:()=>N8,readFileSync:()=>T8,readdir:()=>_8,rejects:()=>WD,request:()=>YD,resolve:()=>H8,resolve4:()=>yD,resolve6:()=>wD,resolveCname:()=>DD,resolveMx:()=>AD,resolveNs:()=>SD,resolveTxt:()=>ED,rm:()=>F8,spawn:()=>VD,spawnSync:()=>zD,stat:()=>L8,strictEqual:()=>HD,throws:()=>$D,tmpdir:()=>pD,totalmem:()=>lD,unlink:()=>I8,writeFile:()=>O8,writeFileSync:()=>k8});var be,re,$e,D8,C8,v8,T8,k8,R8,B8,N8,O8,I8,F8,L8,_8,P8,U8,q8,M8,H8,j8,$8,W8,V8,z8,G8,K8,Y8,X8,J8,Q8,Z8,eD,tD,rD,nD,sD,oD,uD,iD,aD,cD,lD,dD,pD,fD,hD,mD,gD,xD,bD,yD,wD,AD,ED,SD,DD,CD,vD,TD,kD,RD,BD,ND,OD,ID,FD,LD,_D,PD,UD,qD,MD,HD,jD,$D,WD,VD,zD,GD,KD,YD,XD,JD,QD,ZD,e5,t5,r5,$0=A(()=>{be=()=>{},re=()=>Promise.resolve(),$e=class{constructor(){}},D8={},C8=be,v8=be,T8=()=>"",k8=be,R8=()=>!1,B8=re,N8=re,O8=re,I8=re,F8=re,L8=re,_8=re,P8=(...t)=>t.join("/"),U8=t=>t.split("/").slice(0,-1).join("/"),q8=t=>t.split("/").pop()||"",M8=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},H8=(...t)=>t.join("/"),j8=re,$8=$e,W8=$e,V8=$e,z8=$e,G8=re,K8=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},Y8=()=>({update:()=>({digest:()=>""})}),X8=()=>({update:()=>({digest:()=>""})}),J8=()=>({update:()=>({}),sign:()=>""}),Q8=()=>({}),Z8=t=>new Uint8Array(t),eD=()=>crypto.randomUUID(),tD=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:be}),rD=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:be}),nD=t=>t,sD=t=>JSON.stringify(t),oD=(...t)=>t.join(" "),uD=()=>"browser",iD=()=>"unknown",aD=()=>[],cD=()=>0,lD=()=>0,dD=()=>"/",pD=()=>"/tmp",fD=be,hD=be,mD=$e,gD=$e,xD=$e,bD=(t,e)=>e(null,"127.0.0.1",4),yD=re,wD=re,AD=re,ED=re,SD=re,DD=re,CD=(t,e)=>e(null,t),vD=(t,e)=>e(null,t),TD=(t,e)=>e(null,t),kD=(t,e)=>e(null,t),RD=(t,e)=>e(null,t),BD=(t,e)=>e(null,t),ND=t=>t,OD=t=>t,ID=t=>t,FD=t=>t,LD=globalThis.performance,_D=class{getStore(){}run(t,e){return e()}enterWith(){}},PD=$e,UD=()=>({subscribe:be,unsubscribe:be,publish:be,hasSubscribers:!1}),qD={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},MD=be,HD=be,jD=be,$D=be,WD=re,VD=()=>({on:be,stdout:{on:be},stderr:{on:be},kill:be}),zD=()=>({status:0,stdout:"",stderr:""}),GD=be,KD=()=>"",YD=re,XD={ConnectTimeoutError:$e,HeadersTimeoutError:$e,BodyTimeoutError:$e},JD=$e,QD=$e,ZD=$e,e5=$e,t5={readFile:re,writeFile:re,access:re,stat:re,mkdir:re,unlink:re,readdir:re},r5={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Y0={};we(Y0,{UndiciTransport:()=>fa});function i5(t){return(t==null?void 0:t.cause)??(t==null?void 0:t.reason)}function W0(t){return t instanceof G?!0:!t||typeof t!="object"?!1:t.name==="TimeoutError"}function V0(t,e,r){if(!r)return!1;if(e!==void 0)return!0;let n=i5(t),s=t==null?void 0:t.message,o=typeof s=="string"&&(s.includes("Request timed out (total time exceeded)")||s.includes("timed out (total time exceeded)")),u=typeof s=="string"&&s.toLowerCase()==="request was aborted";return t instanceof G||W0(n)||W0(t)||t instanceof $t.RequestAbortedError||o||u||(t==null?void 0:t.code)==="ABORT_ERR"||(t==null?void 0:t.code)==="UND_ERR_REQUEST_TIMEOUT"}function a5(t,e){return{connectTimeout:(t==null?void 0:t.connect)??(t==null?void 0:t.secureConnect)??(e==null?void 0:e.connectTimeout),headersTimeout:(t==null?void 0:t.response)??(e==null?void 0:e.headersTimeout),bodyTimeout:(t==null?void 0:t.send)??(e==null?void 0:e.bodyTimeout),totalTimeout:t==null?void 0:t.request}}function co(t){if(!t)return;let e={};return t.minVersion&&(e.minVersion=t.minVersion),t.maxVersion&&(e.maxVersion=t.maxVersion),t.ciphers&&(e.ciphers=t.ciphers),t.honorCipherOrder!==void 0&&(e.honorCipherOrder=t.honorCipherOrder),t.ca&&(e.ca=t.ca),t.cert&&(e.cert=t.cert),t.key&&(e.key=t.key),t.passphrase&&(e.passphrase=t.passphrase),t.rejectUnauthorized!==void 0&&(e.rejectUnauthorized=t.rejectUnauthorized),t.alpnProtocols&&(e.ALPNProtocols=t.alpnProtocols),t.sessionTimeout!==void 0&&(e.sessionTimeout=t.sessionTimeout),t.sessionIdContext&&(e.sessionIdContext=t.sessionIdContext),t.servername!==void 0&&(e.servername=t.servername===!1?"":t.servername),e}function c5(t,e){let r=t.auth?`${t.auth.username}:${t.auth.password}`:void 0,s={uri:r?t.url.replace("://",`://${r}@`):t.url,headers:t.headers,token:t.token,proxyTunnel:t.tunnel,requestTls:co(t.requestTls??e),proxyTls:co(t.proxyTls)};return t.connectTimeout&&(s.connectTimeout=t.connectTimeout),t.http2&&(s.requestTls||(s.requestTls={}),s.requestTls.ALPNProtocols=["h2","http/1.1"]),new Fi(s)}async function l5(t){var c,a;let e;try{({SocksClient:e}=await Promise.resolve().then(()=>st(H0(),1)))}catch{throw new Ke('SOCKS proxy support requires the "socks" package. Install it with: npm install socks',"ERR_SOCKS_NOT_INSTALLED")}let r=new URL(t.url),n=r.hostname,s=parseInt(r.port)||1080,o=t.type==="socks4"||t.type==="socks4a"?4:5,u=r.username?decodeURIComponent(r.username):(c=t.auth)==null?void 0:c.username,i=r.password?decodeURIComponent(r.password):(a=t.auth)==null?void 0:a.password;return new kn({connect:async(l,d)=>{try{let{connect:p}=await Promise.resolve().then(()=>($0(),j0)),f=l.hostname,h=Number(l.port)||(l.servername?443:80),{socket:m}=await e.createConnection({proxy:{host:n,port:s,type:o,...u&&{userId:u},...i&&{password:i}},command:"connect",destination:{host:f,port:h}});if(l.protocol==="https:"||h===443){let x={socket:m,servername:l.servername||f,rejectUnauthorized:l.rejectUnauthorized??!0};l.ca&&(x.ca=l.ca),l.cert&&(x.cert=l.cert),l.key&&(x.key=l.key);let v=p(x);v.once("secureConnect",()=>d(null,v)),v.once("error",g=>d(g,null))}else d(null,m)}catch(p){d(p,null)}}})}function d5(t){switch(t.toLowerCase().replace(":","")){case"http":return"http";case"https":return"https";case"socks4":return"socks4";case"socks4a":return"socks4a";case"socks5":case"socks":return"socks5";case"socks5h":return"socks5h";default:return}}function p5(t,e){let[r,n]=e.split("/");if(!n)return t===r;let s=parseInt(n,10);if(isNaN(s))return!1;let o=t.split(".").map(Number),u=r.split(".").map(Number);if(o.length!==4||u.length!==4||o.some(isNaN)||u.some(isNaN))return!1;let i=o[0]<<24|o[1]<<16|o[2]<<8|o[3],c=u[0]<<24|u[1]<<16|u[2]<<8|u[3],a=~((1<<32-s)-1);return(i&a)===(c&a)}function f5(t,e){if(!e||e.length===0)return!1;let r="",n="";try{let s=new URL(t);r=s.hostname,n=s.port}catch{return!1}for(let s of e){if(s==="*")return!0;if(s.includes("/")){if(p5(r,s))return!0;continue}if(s.includes(":")&&!s.includes("/")){let[o,u]=s.split(":");if(r===o&&(!u||n===u))return!0;continue}if(s.startsWith("*.")){let o=s.slice(1);if(r.endsWith(o))return!0;continue}if(s.startsWith(".")){if(r.endsWith(s))return!0;continue}if(r===s)return!0}return!1}function z0(t){if(!t)return;if(typeof t.get=="function"){let n=t.get("content-length");return n?parseInt(n,10):void 0}let e=t["content-length"]??t["Content-Length"];if(e===void 0)return;let r=parseInt(Array.isArray(e)?e[0]:e,10);return Number.isFinite(r)?r:void 0}function ao(t,e){if(!e)return t;if(typeof Response<"u"&&t instanceof Response){if(!t.body)return t;let o=z0(t.headers),u=Xe(t.body,e,{total:o,direction:"download"});return new Response(u,{status:t.status,statusText:t.statusText,headers:t.headers})}let r=z0(t.headers),n=t.body;if(!n)return t;let s=Xe(Ei(n),e,{total:r,direction:"download"});return new Response(s,{status:t.statusCode,headers:t.headers})}function G0(t,e,r){if(t instanceof FormData||!e||!t)return t;if(typeof ReadableStream<"u"&&t instanceof ReadableStream)return Xe(t,e,{total:r,direction:"upload"});if(typeof Blob<"u"&&t instanceof Blob)return Xe(t.stream(),e,{total:t.size,direction:"upload"});if(h5(t)){let n=Ei(t);return Xe(n,e,{total:r,direction:"upload"})}if(t instanceof ArrayBuffer||ArrayBuffer.isView(t)){let n=t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength);return K0(n,e)}if(typeof t=="string"){let s=new TextEncoder().encode(t);return K0(s,e)}return t}function K0(t,e,r=64*1024){let n=0,s=t.byteLength,o=new ReadableStream({pull(u){if(n>=s){u.close();return}let i=Math.min(n+r,s);u.enqueue(t.slice(n,i)),n=i}});return Xe(o,e,{total:s,direction:"upload"})}function h5(t){return t&&typeof t.pipe=="function"&&typeof t.on=="function"}var n5,s5,o5,u5,On,fa,X0=A(()=>{"use strict";Li();Di();ie();Jd();Zd();e0();o0();Mi();i0();eu();Si();us();qi();n5=Bn("undici:request:create"),s5=Bn("undici:request:bodySent"),o5=Bn("undici:request:headers"),u5=Bn("undici:client:connect"),On=new Qd;n5.subscribe(t=>{var r;let e=On.getStore();if(e){e.requestStartTime===0&&(e.requestStartTime=Mr.now()),e.timings.dns||e.timings.tcp||e.timings.tls||(e.timings={queuing:0,dns:0,tcp:0,tls:0,firstByte:0,content:0,total:0},e.connection={});let s=t;if((r=s==null?void 0:s.request)!=null&&r.origin&&!e.requestCorrelationId)try{e.requestCorrelationId=new URL(s.request.origin).hostname}catch{}}});s5.subscribe(t=>{let e=On.getStore();e!=null&&e.hooks&&e.hooks.onRequestSent&&e.hooks.onRequestSent()});o5.subscribe(t=>{let e=t,r=On.getStore();if(!r||!e)return;let s=Mr.now()-r.requestStartTime;if(e.timing){let{timing:o}=e;r.timings.queuing=o.queuing,r.timings.dns=o.dns,r.timings.tcp=o.tcp,r.timings.tls=o.tls,r.timings.firstByte=o.response,r.timings.content=o.body,r.timings.total=o.ended}else r.timings.firstByte=s;if(r.hooks){let o=r.timings.dns??0,u=r.timings.tcp??0,i=r.timings.tls??0;if(r.hooks.onDnsLookup&&o>0&&r.hooks.onDnsLookup({domain:e.request.origin,duration:o}),r.hooks.onTcpConnect&&u>0&&r.hooks.onTcpConnect({remoteAddress:"",duration:u}),r.hooks.onTlsHandshake&&i>0&&r.hooks.onTlsHandshake({protocol:"",cipher:"",duration:i}),r.hooks.onResponseStart){let c=new Headers;for(let a=0;a<e.response.headers.length;a+=2)c.append(e.response.headers[a],e.response.headers[a+1]);r.hooks.onResponseStart({status:e.response.statusCode,headers:c})}}});u5.subscribe(t=>{var n,s,o,u,i,c;let e=t,r=On.getStore();if(r&&e&&e.socket){let{socket:a}=e;r.connection.remoteAddress=a.remoteAddress,r.connection.remotePort=a.remotePort,r.connection.localAddress=a.localAddress,r.connection.localPort=a.localPort;let l=a.alpnProtocol||(a.tlsSocket?a.tlsSocket.getProtocol():void 0);if(r.connection.protocol=l,r.connection.cipher=a.tlsSocket?(n=a.tlsSocket.getCipher())==null?void 0:n.name:void 0,r.hooks&&(r.hooks.onTcpConnect&&r.hooks.onTcpConnect({remoteAddress:a.remoteAddress,duration:0}),r.hooks.onTlsHandshake&&a.tlsSocket&&r.hooks.onTlsHandshake({protocol:l||"unknown",cipher:((s=a.tlsSocket.getCipher())==null?void 0:s.name)||"unknown",duration:0})),l==="h2"){let d=a.session||a,p=d.state,f=d.remoteSettings,h=d.localSettings;if(r.connection.http2={streamId:a.streamId,streamWeight:a.weight,streamDependency:a.dependency,serverPush:!!a.serverPush,settingsReceived:!!f,maxConcurrentStreams:f==null?void 0:f.maxConcurrentStreams,currentStreams:p==null?void 0:p.streamCount,pendingStreams:p==null?void 0:p.pendingStreamCount,localWindowSize:(p==null?void 0:p.localWindowSize)??(p==null?void 0:p.effectiveLocalWindowSize),remoteWindowSize:p==null?void 0:p.effectiveRecvDataLength,localSettings:h?{...h}:void 0,remoteSettings:f?{...f}:void 0},(o=r.hooks)!=null&&o.onHttp2Session){let m=a.origin||((u=e.connectParams)==null?void 0:u.hostname)||"";r.hooks.onHttp2Session({origin:m,event:"connect",maxConcurrentStreams:f==null?void 0:f.maxConcurrentStreams,activeStreams:p==null?void 0:p.streamCount,localSettings:h?{...h}:void 0,remoteSettings:f?{...f}:void 0})}if((i=r.hooks)!=null&&i.onHttp2Stream&&a.streamId){let m=a.origin||((c=e.connectParams)==null?void 0:c.hostname)||"";r.hooks.onHttp2Stream({streamId:a.streamId,origin:m,event:"open",state:"open",pushed:!!a.serverPush})}}if(l==="h3"||l!=null&&l.startsWith("h3-")){let d=a.stats,p=a.handshakeConfirmed;r.connection.http3={quicVersion:l,zeroRTT:a.zeroRTT||!1,maxStreams:a.maxStreams,handshakeConfirmed:typeof p=="boolean"?p:void 0},d&&typeof d.rtt=="number"&&(r.connection.rtt=d.rtt)}r.connection.reused=!!a.reused}});fa=class{baseUrl;options;proxySlots=[];proxyIndex=0;dnsAgent;agentManager;tlsOptions;socketClient;observability;protocolCache;constructor(e,r={}){if(this.baseUrl=e||"",this.options=r,this.tlsOptions=r.tls,this.observability=r.observability!==!1,r.protocolCache===!0?this.protocolCache=os():r.protocolCache instanceof sn&&(this.protocolCache=r.protocolCache),r.proxy){let n=Array.isArray(r.proxy)?r.proxy:[r.proxy];for(let s of n){let o=typeof s=="string"?{url:s}:s,u=new URL(o.url),i=o.type||d5(u.protocol)||"http";if(i.startsWith("socks"))this.proxySlots.push({config:o,proxyType:i,bypass:o.bypass});else{let c=c5(o,r.tls);this.proxySlots.push({config:o,proxyType:i,bypass:o.bypass,agent:c})}}}if(this.agentManager=r.agent,r.dns&&!this.agentManager){let n=s0(r.dns);this.dnsAgent=new kn({connect:{lookup:n}})}this.agentManager||(this.agentManager=new qr({connections:r.connections,pipelining:r.pipelining,keepAlive:r.keepAlive,keepAliveTimeout:r.keepAliveTimeout,keepAliveMaxTimeout:r.keepAliveMaxTimeout,connectTimeout:r.connectTimeout,perDomainPooling:r.perDomainPooling,localAddress:r.localAddress})),r.socketPath&&e&&(this.socketClient=new Md(e,{socketPath:r.socketPath}))}updateProtocolCache(e,r){if(!this.protocolCache||!(r!=null&&r.protocol))return;let n=Jo(r.protocol);n&&this.protocolCache.set(e,n)}recordProtocolFailure(e,r){var s,o,u,i;if(!this.protocolCache)return;let n=((s=r.message)==null?void 0:s.includes("HTTP/2"))||((o=r.message)==null?void 0:o.includes("h2"))||((u=r.message)==null?void 0:u.includes("GOAWAY"))||((i=r.message)==null?void 0:i.includes("stream"));this.protocolCache.recordFailure(e,n)}shouldUseHttp2(e){return this.protocolCache?this.protocolCache.shouldTryHttp2(e):!0}getProtocolCache(){return this.protocolCache}async resolveDispatcher(e,r){if(r)return r;if(this.socketClient)return this.socketClient;if(this.proxySlots.length>0){let s=this.proxySlots[this.proxyIndex%this.proxySlots.length];if(this.proxyIndex++,!f5(e,s.bypass))return s.agent||(s.socksAgentPromise||(s.socksAgentPromise=l5(s.config)),s.agent=await s.socksAgentPromise),s.agent}let n=u0(e);if(n)return new Fi(n);if(this.agentManager)return this.agentManager.getAgentForUrl(e);if(this.dnsAgent)return this.dnsAgent}async dispatch(e){let r=Object.fromEntries(e.headers),n=r["content-length"],s=n?parseInt(n,10):void 0,o;if(this.baseUrl)if(e.url.startsWith(this.baseUrl))o=e.url;else if(e.url.startsWith("http://")||e.url.startsWith("https://"))o=e.url;else{let x=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,v=e.url.startsWith("/")?e.url:"/"+e.url;o=x+v}else o=e.url;let u=!!e.beforeRedirect,i=e.maxRedirects??20,c=e.followRedirects!==!1,a=a5(e.timeout,{connectTimeout:this.options.connectTimeout,headersTimeout:this.options.headersTimeout,bodyTimeout:this.options.bodyTimeout}),l,d,p,f,h;if(!this.observability)return this.dispatchFast(e,r,o,a,u,i,c,s);let m={timings:{},connection:{},requestStartTime:0,requestCorrelationId:"",hooks:e._hooks};return On.run(m,async()=>{var x,v;try{let g=Mr.now();m.requestStartTime===0&&(m.requestStartTime=g);let y=0,w=e.method,b=e.body,E={...r},S=e.signal;if(a.totalTimeout){if(l=new AbortController,f=new G(e,{phase:"request",timeout:a.totalTimeout}),e.signal){let C=e.signal;S=l.signal;let N=()=>{p=C.reason??new Error("Request aborted by external signal"),l.abort(p)};C.aborted?(p=C.reason??new Error("Request aborted by external signal"),l.abort(p)):(C.addEventListener("abort",N,{once:!0}),h=()=>C.removeEventListener("abort",N))}else S=l.signal;d=setTimeout(()=>{p=f,l.abort(p)},a.totalTimeout)}for(;;){let C=await this.resolveDispatcher(o,e._dispatcher),N=y===0?G0(b,e.onUploadProgress,s):b,L=N;if(L instanceof FormData){let U=new Response(L);L=U.body,U.headers.forEach((Ce,ue)=>{ue.toLowerCase()==="content-type"?(E[ue]=Ce,delete E["Content-Type"]):E[ue]||(E[ue]=Ce)})}let R={method:w,headers:E,body:L,signal:S,dispatcher:C,connectTimeout:a.connectTimeout,headersTimeout:a.headersTimeout,bodyTimeout:a.bodyTimeout,maxRedirections:0};L&&(L instanceof ReadableStream||typeof L.pipe=="function"||L[Symbol.asyncIterator])&&(R.duplex="half");let q=co(this.tlsOptions);q&&(R.tls=q);let j=e.http2!==void 0?e.http2:(x=this.options.http2)==null?void 0:x.enabled;if(j?R.allowH2=!0:e.http2===!1&&(R.allowH2=!1),j&&this.options.http2&&(this.options.http2.maxConcurrentStreams!==void 0&&(R.maxConcurrentStreams=this.options.http2.maxConcurrentStreams),this.options.http2.pipelining!==void 0&&(R.pipelining=this.options.http2.pipelining)),j&&this.options.expectContinue!==void 0&&L){let U=this.options.expectContinue;(U===!0||typeof U=="number"&&s!==void 0&&s>U)&&(R.expectContinue=!0)}let _,O=0;try{O=Gd(new URL(o).hostname)}catch{}if(this.socketClient){let U=new URL(o).pathname+new URL(o).search;_=await this.socketClient.request({path:U||"/",method:w,headers:E,body:N,signal:e.signal})}else _=await Ii(o,R);let $=_.statusCode;if($>=300&&$<400&&c&&y<i){let U=_.headers.location,Ce=Array.isArray(U)?U[0]:U;if(Ce){let ue=new URL(Ce,o).toString();if(u){let ct=new Headers;for(let[Ft,lt]of Object.entries(_.headers))lt!==void 0&&(Array.isArray(lt)?lt.forEach(Gt=>ct.append(Ft,Gt)):ct.set(Ft,lt));let ye={from:o,to:ue,status:$,headers:ct},It=await e.beforeRedirect(ye);if(It===!1){let Ft=e.onDownloadProgress?ao(_,e.onDownloadProgress):_;this.updateProtocolCache(o,m.connection);try{let lt=new URL(o).hostname;if(Ui(lt,O)){let Et=Pi(lt);Et&&!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=Et.dns,m.timings.tcp=Et.tcp,m.timings.tls=Et.tls)}else!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=0,m.timings.tcp=0,m.timings.tls=0)}catch{}return new gt(Ft,{timings:m.timings,connection:m.connection})}typeof It=="string"?o=It:o=ue}else o=ue;($===303||($===301||$===302)&&w!=="GET"&&w!=="HEAD")&&(w="GET",b=null,delete E["content-type"],delete E["content-length"],delete E["Content-Type"],delete E["Content-Length"]),await _.body.arrayBuffer().catch(()=>{}),y++;continue}}let F=e.onDownloadProgress?ao(_,e.onDownloadProgress):_,M=Mr.now()-g,W=Mr.now()-m.requestStartTime;m.timings.firstByte||(m.timings.firstByte=M),m.timings.total||(m.timings.total=W),this.updateProtocolCache(o,m.connection);try{let U=new URL(o).hostname;if(Ui(U,O)){let ue=Pi(U);ue&&!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=ue.dns,m.timings.tcp=ue.tcp,m.timings.tls=ue.tls)}else!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=0,m.timings.tcp=0,m.timings.tls=0)}catch{}return new gt(F,{timings:m.timings,connection:m.connection})}}catch(g){if(this.recordProtocolFailure(o,g),g instanceof $t.ConnectTimeoutError||g.code==="UND_ERR_CONNECT_TIMEOUT")throw new G(e,{phase:"connect",timeout:a.connectTimeout});if(g instanceof $t.HeadersTimeoutError||g.code==="UND_ERR_HEADERS_TIMEOUT")throw new G(e,{phase:"response",timeout:a.headersTimeout});if(g instanceof $t.BodyTimeoutError||g.code==="UND_ERR_BODY_TIMEOUT")throw new G(e,{phase:"send",timeout:a.bodyTimeout});if(V0(g,p,a.totalTimeout))throw f??new G(e,{phase:"request",timeout:a.totalTimeout});let y=g.code||((v=g==null?void 0:g.cause)==null?void 0:v.code);if(y==="UND_ERR_HEADERS_OVERFLOW")throw new Lt(16*1024,void 0,e);let w=jn(g);throw w?(w.request=e,w):new Ke(g.message,y,e)}finally{typeof h=="function"&&h(),d&&clearTimeout(d)}})}async dispatchFast(e,r,n,s,o,u,i,c){var h,m;let a,l,d,p,f;try{let x=0,v=e.method,g=e.body,y={...r},w=e.signal;if(s.totalTimeout){if(a=new AbortController,p=new G(e,{phase:"request",timeout:s.totalTimeout}),e.signal){let b=e.signal;w=a.signal;let E=()=>{d=b.reason??new Error("Request aborted by external signal"),a.abort(d)};b.aborted?(d=b.reason??new Error("Request aborted by external signal"),a.abort(d)):(b.addEventListener("abort",E,{once:!0}),f=()=>b.removeEventListener("abort",E))}else w=a.signal;l=setTimeout(()=>{d=p,a.abort(d)},s.totalTimeout)}for(;;){let b=await this.resolveDispatcher(n,e._dispatcher),E=x===0?G0(g,e.onUploadProgress,c):g,S=E;if(S instanceof FormData){let O=new Response(S);S=O.body,O.headers.forEach(($,T)=>{T.toLowerCase()==="content-type"?(y[T]=$,delete y["Content-Type"]):y[T]||(y[T]=$)})}let C={method:v,headers:y,body:S,signal:w,dispatcher:b,connectTimeout:s.connectTimeout,headersTimeout:s.headersTimeout,bodyTimeout:s.bodyTimeout,maxRedirections:0};S&&(S instanceof ReadableStream||typeof S.pipe=="function"||S[Symbol.asyncIterator])&&(C.duplex="half");let N=co(this.tlsOptions);N&&(C.tls=N);let L=e.http2!==void 0?e.http2:(h=this.options.http2)==null?void 0:h.enabled;if(L?C.allowH2=!0:e.http2===!1&&(C.allowH2=!1),L&&this.options.http2&&(this.options.http2.maxConcurrentStreams!==void 0&&(C.maxConcurrentStreams=this.options.http2.maxConcurrentStreams),this.options.http2.pipelining!==void 0&&(C.pipelining=this.options.http2.pipelining)),L&&this.options.expectContinue!==void 0&&S){let O=this.options.expectContinue;(O===!0||typeof O=="number"&&c!==void 0&&c>O)&&(C.expectContinue=!0)}let R;if(this.socketClient){let O=new URL(n).pathname+new URL(n).search;R=await this.socketClient.request({path:O||"/",method:v,headers:y,body:E,signal:e.signal})}else R=await Ii(n,C);let q=R.statusCode;if(q>=300&&q<400&&i&&x<u){let O=R.headers.location,$=Array.isArray(O)?O[0]:O;if($){let T=new URL($,n).toString();if(o){let F=new Headers;for(let[U,Ce]of Object.entries(R.headers))Ce!==void 0&&(Array.isArray(Ce)?Ce.forEach(ue=>F.append(U,ue)):F.set(U,Ce));let M={from:n,to:T,status:q,headers:F},W=await e.beforeRedirect(M);if(W===!1){let U=e.onDownloadProgress?ao(R,e.onDownloadProgress):R;return new gt(U,{timings:{},connection:{}})}typeof W=="string"?n=W:n=T}else n=T;(q===303||(q===301||q===302)&&v!=="GET"&&v!=="HEAD")&&(v="GET",g=null,delete y["content-type"],delete y["content-length"],delete y["Content-Type"],delete y["Content-Length"]),await R.body.arrayBuffer().catch(()=>{}),x++;continue}}let _=e.onDownloadProgress?ao(R,e.onDownloadProgress):R;return new gt(_,{timings:{},connection:{}})}}catch(x){if(x instanceof $t.ConnectTimeoutError||x.code==="UND_ERR_CONNECT_TIMEOUT")throw new G(e,{phase:"connect",timeout:s.connectTimeout});if(x instanceof $t.HeadersTimeoutError||x.code==="UND_ERR_HEADERS_TIMEOUT")throw new G(e,{phase:"response",timeout:s.headersTimeout});if(x instanceof $t.BodyTimeoutError||x.code==="UND_ERR_BODY_TIMEOUT")throw new G(e,{phase:"send",timeout:s.bodyTimeout});if(V0(x,d,s.totalTimeout))throw p??new G(e,{phase:"request",timeout:s.totalTimeout});let v=x.code||((m=x==null?void 0:x.cause)==null?void 0:m.code);if(v==="UND_ERR_HEADERS_OVERFLOW")throw new Lt(16*1024,void 0,e);let g=jn(x);throw g?(g.request=e,g):new Ke(x.message,v,e)}finally{typeof f=="function"&&f(),l&&clearTimeout(l)}}}});var tp={};we(tp,{HlsPromise:()=>fo,hls:()=>m5});async function lo(t,e,r){let s=await(await t.get(e,{signal:r.signal,headers:r.headers,useCurl:r.useCurl})).blob(),o=Buffer.from(await s.arrayBuffer());if(o.length>=2&&o[0]===31&&o[1]===139)try{return mc(o).toString("utf-8")}catch{}return o.toString("utf-8")}function ma(t,e){let r={},n=t.substring(e.length),s=/([A-Z0-9-]+)=(?:"([^"]*)"|([^,]*))/g,o;for(;(o=s.exec(n))!==null;)r[o[1]]=o[2]??o[3];return r}function po(t,e){if(t.startsWith("http://")||t.startsWith("https://"))return t;try{let r=new URL(e),n=r.pathname.substring(0,r.pathname.lastIndexOf("/")+1);return new URL(t,r.origin+n).toString()}catch{return t}}function J0(t,e){let r=t.split(`
|
|
53
|
-
`),n=[],s={};for(let o of r){let u=o.trim();if(u)if(u.startsWith("#EXT-X-STREAM-INF:")){let i=
|
|
54
|
-
`),n=[],s=5,o=0,u=0,i=!1,c,a=0,l,d=!1,p,f,h,m=0,x=0;for(let v of r){let g=v.trim();if(g)if(g.startsWith("#EXT-X-TARGETDURATION:"))s=parseInt(g.split(":")[1],10);else if(g.startsWith("#EXT-X-MEDIA-SEQUENCE:"))o=parseInt(g.split(":")[1],10);else if(g.startsWith("#EXT-X-DISCONTINUITY-SEQUENCE:"))u=parseInt(g.split(":")[1],10);else if(g.startsWith("#EXT-X-PLAYLIST-TYPE:"))c=g.split(":")[1];else if(g==="#EXT-X-ENDLIST")i=!0;else if(g==="#EXT-X-DISCONTINUITY")d=!0;else if(g.startsWith("#EXT-X-PROGRAM-DATE-TIME:"))p=new Date(g.split(":").slice(1).join(":"));else if(g.startsWith("#EXT-X-KEY:")){let y=ma(g,"#EXT-X-KEY:");y.METHOD==="NONE"?l=void 0:l={method:y.METHOD,uri:y.URI?po(y.URI,e):void 0,iv:y.IV}}else if(g.startsWith("#EXT-X-BYTERANGE:")){let y=g.substring(17);f=Q0(y,m),m=f.offset+f.length}else if(g.startsWith("#EXT-X-MAP:")){let y=ma(g,"#EXT-X-MAP:");h={url:po(y.URI,e),byteRange:y.BYTERANGE?Q0(y.BYTERANGE):void 0}}else if(g.startsWith("#EXTINF:")){let y=g.substring(8).split(",")[0];a=parseFloat(y)}else g.startsWith("#")||(n.push({url:po(g,e),duration:a,sequence:o+x,key:l,discontinuity:d,programDateTime:p,byteRange:f,initSegment:h}),f&&(m=f.offset+f.length),x++,d=!1,p=void 0,f=void 0)}return{segments:n,targetDuration:s,mediaSequence:o,endList:i,playlistType:c,discontinuitySequence:u}}function Z0(t){return t.includes("#EXT-X-STREAM-INF")}function ep(t,e){if(!t.length)throw new Error("No variants found in master playlist");let r=[...t].sort((n,s)=>(n.bandwidth??0)-(s.bandwidth??0));if(e==="lowest")return r[0];if(e==="highest"||e===void 0)return r[r.length-1];if(e.resolution){let n=t.find(s=>s.resolution===e.resolution);if(n)return n}if(e.bandwidth){let n=e.bandwidth;return r.reduce((s,o)=>{let u=Math.abs((s.bandwidth??0)-n);return Math.abs((o.bandwidth??0)-n)<u?o:s})}return r[r.length-1]}function m5(t,e,r={}){return new fo(t,e,r)}var fo,rp=A(()=>{"use strict";Xt();Ys();Ks();Ni();cu();fo=class{client;manifestUrl;options;seenSequences=new Set;downloadedBytes=0;downloadedSegments=0;startTime=0;aborted=!1;abortController=new AbortController;keyCache=new Map;initSegmentCache=new Map;initSegmentPrepended=new Set;defaultRetryStatusCodes=[403,404,408,429,500,502,503,504];consecutiveErrors=0;constructor(e,r,n={}){if(this.client=e,this.manifestUrl=r,this.options={mode:"merge",format:"ts",concurrency:5,...n},this.options.format!=="ts")throw new Error(`Format '${this.options.format}' requires ffmpeg. Use format: 'ts' or install ffmpeg.`)}get[Symbol.toStringTag](){return"HlsPromise"}then(e,r){return Promise.reject(new Error("HlsPromise requires .download(), .stream(), or .pipe() to execute")).then(e,r)}catch(e){return this.then(null,e)}finally(e){return this.then(()=>{e==null||e()},()=>{e==null||e()})}cancel(){this.aborted=!0,this.abortController.abort()}async download(e){this.startTime=Date.now();let r=await this.resolveMediaPlaylist();if(this.options.mode==="chunks")await this.downloadChunks(r,e);else{if(typeof e!="string")throw new Error("Merge mode requires a string path, not a function");await this.downloadMerged(r,e)}}async*stream(){this.startTime=Date.now();let e=await this.resolveMediaPlaylist(),r=this.isLiveMode(),n=this.getMaxDuration(),s=this.options.concurrency??5,o=2e3;for(;!this.aborted;){if(this.consecutiveErrors>=this.getMaxConsecutiveErrors())throw new Error(`Too many consecutive errors (${this.consecutiveErrors}). Limit: ${this.getMaxConsecutiveErrors()}. Stopping download.`);let u;try{u=await this.fetchMediaPlaylist(e)}catch(c){if(r&&this.consecutiveErrors<this.getMaxConsecutiveErrors()){this.options.onError&&this.options.onError(new Error(`Playlist fetch failed: ${c.message}. Retrying...`)),await this.sleep(o);continue}throw c}o=Math.max(1e3,u.targetDuration*1e3/2);let i=u.segments.filter(c=>!this.seenSequences.has(c.sequence));for(let c of i)this.seenSequences.add(c.sequence);if(i.length>0&&(yield*this.downloadSegmentsConcurrent(i,s,u,r,n)),!r||u.endList||n&&Date.now()-this.startTime>n)break;await this.sleep(o)}}async*downloadSegmentsConcurrent(e,r,n,s,o){let u=new Map,i=new Map,c=0,a=0,l=d=>{let p=e[d],f=this.downloadSegment(p).then(h=>({index:d,data:h?{sequence:p.sequence,duration:p.duration,data:h,url:p.url,downloadedAt:new Date}:null}));i.set(d,f)};for(;a<e.length&&i.size<r;)l(a++);for(;c<e.length&&!(this.aborted||o&&Date.now()-this.startTime>o);){if(this.consecutiveErrors>=this.getMaxConsecutiveErrors())throw new Error(`Too many consecutive errors (${this.consecutiveErrors}). Limit: ${this.getMaxConsecutiveErrors()}. Stopping download.`);if(i.size>0){let d=await Promise.race(i.values());i.delete(d.index),u.set(d.index,d.data),a<e.length&&i.size<r&&l(a++)}for(;u.has(c);){let d=u.get(c);u.delete(c),c++,d&&(this.downloadedSegments++,this.downloadedBytes+=d.data.byteLength,this.emitProgress(n,s),this.options.onSegment&&await this.options.onSegment(d),yield d)}}}async pipe(e){try{for await(let r of this.stream())e.write(r.data)||await new Promise(s=>e.once("drain",s))}finally{"end"in e&&typeof e.end=="function"&&e.end()}}async info(){let e=await lo(this.client,this.manifestUrl,{signal:this.abortController.signal,headers:this.options.headers,useCurl:this.options.useCurl});if(Z0(e)){let s=J0(e,this.manifestUrl),o=ep(s.variants,this.options.quality),u=await lo(this.client,o.url,{signal:this.abortController.signal,headers:this.options.headers,useCurl:this.options.useCurl}),i=ha(u,o.url),c=i.endList?i.segments.reduce((a,l)=>a+l.duration,0):void 0;return{master:s,playlist:i,selectedVariant:o,isLive:!i.endList,totalDuration:c}}let r=ha(e,this.manifestUrl),n=r.endList?r.segments.reduce((s,o)=>s+o.duration,0):void 0;return{playlist:r,isLive:!r.endList,totalDuration:n}}async resolveMediaPlaylist(){let e={...this.options.headers},r=await lo(this.client,this.manifestUrl,{signal:this.abortController.signal,headers:e,useCurl:this.options.useCurl});if(!Z0(r))return this.manifestUrl;let n=J0(r,this.manifestUrl);return ep(n.variants,this.options.quality).url}async fetchMediaPlaylist(e){let r=await this.withRetry(async()=>lo(this.client,e,{signal:this.abortController.signal,headers:this.options.headers,useCurl:this.options.useCurl}),"Fetch playlist",!1);if(!r)throw new Error("Failed to fetch media playlist");return ha(r,e)}async getKey(e){if(this.keyCache.has(e))return this.keyCache.get(e);let s=await(await(await this.client.get(e,{headers:this.options.headers,signal:this.abortController.signal,useCurl:this.options.useCurl})).blob()).arrayBuffer(),o=Buffer.from(s);if(o.length!==16)throw new Error(`Invalid AES-128 key length: ${o.length} bytes (expected 16)`);return this.keyCache.set(e,o),o}generateIV(e){let r=Buffer.alloc(16);return r.writeBigUInt64BE(BigInt(e),8),r}parseIV(e){let r=e.startsWith("0x")||e.startsWith("0X")?e.slice(2):e;return Buffer.from(r.padStart(32,"0"),"hex")}decryptSegment(e,r,n){let s=Pd("aes-128-cbc",r,n);return s.setAutoPadding(!0),Buffer.concat([s.update(e),s.final()])}async getInitSegment(e){var c,a;let r=`${e.url}:${((c=e.byteRange)==null?void 0:c.offset)??0}:${((a=e.byteRange)==null?void 0:a.length)??0}`;if(this.initSegmentCache.has(r))return this.initSegmentCache.get(r);let n={...this.options.headers};if(e.byteRange){let{offset:l,length:d}=e.byteRange;n.Range=`bytes=${l}-${l+d-1}`}let u=await(await(await this.client.get(e.url,{headers:n,signal:this.abortController.signal,useCurl:this.options.useCurl})).blob()).arrayBuffer(),i=Buffer.from(u);return this.initSegmentCache.set(r,i),i}async downloadSegment(e){return await this.withRetry(async()=>{var c;let n={...this.options.headers};if(e.byteRange){let{offset:a,length:l}=e.byteRange;n.Range=`bytes=${a}-${a+l-1}`}let u=await(await(await this.client.get(e.url,{headers:n,signal:this.abortController.signal,useCurl:this.options.useCurl})).blob()).arrayBuffer(),i=Buffer.from(u);if(e.key&&e.key.method==="AES-128"){if(!e.key.uri)throw new Error("AES-128 encryption specified but no key URI provided");let a=await this.getKey(e.key.uri),l=e.key.iv?this.parseIV(e.key.iv):this.generateIV(e.sequence);i=this.decryptSegment(i,a,l)}else if(e.key&&e.key.method==="SAMPLE-AES")throw new Error("SAMPLE-AES encryption is not supported. This typically requires DRM handling.");if(e.initSegment){let a=`${e.initSegment.url}:${((c=e.initSegment.byteRange)==null?void 0:c.offset)??0}`;if(!this.initSegmentPrepended.has(a)){let l=await this.getInitSegment(e.initSegment);i=Buffer.concat([l,i]),this.initSegmentPrepended.add(a)}}return new Uint8Array(i)},`Segment ${e.sequence}`,!0)}async downloadMerged(e,r){await dr(Gs(r),{recursive:!0});let n=rn(r,{flags:"a"});try{await this.pipe(n)}catch(s){throw n.destroy(),s}}async downloadChunks(e,r){let n=typeof r=="string"?o=>cr(r,`segment-${o.sequence}.ts`):r,s=typeof r=="string"?r:Gs(n({sequence:0,duration:0,url:""}));await dr(s,{recursive:!0});for await(let o of this.stream()){let u=n({sequence:o.sequence,duration:o.duration,url:o.url});await dr(Gs(u),{recursive:!0});let i=rn(u);await new Promise((c,a)=>{i.write(o.data,l=>{l?a(l):(i.end(),c())})})}}isLiveMode(){return this.options.live===!0||typeof this.options.live=="object"}getMaxDuration(){if(typeof this.options.live=="object"&&this.options.live.duration)return this.options.live.duration}emitProgress(e,r){this.options.onProgress&&this.options.onProgress({downloadedSegments:this.downloadedSegments,totalSegments:r?void 0:e.segments.length,downloadedBytes:this.downloadedBytes,currentSegment:Math.max(...this.seenSequences),isLive:r,elapsed:Date.now()-this.startTime})}sleep(e){return new Promise(r=>{let n=setTimeout(r,e);this.abortController.signal.addEventListener("abort",()=>{clearTimeout(n),r()},{once:!0})})}getRetryConfig(){let e=this.isLiveMode(),r=this.options.retry||{};return{maxAttempts:r.maxAttempts??(e?5:3),delay:r.delay??1e3,maxDelay:r.maxDelay??3e4,backoff:r.backoff??2,jitter:r.jitter??!0,statusCodes:r.statusCodes??this.defaultRetryStatusCodes}}getMaxConsecutiveErrors(){let e=this.isLiveMode();return this.options.maxConsecutiveErrors??(e?10:3)}calculateRetryDelay(e,r){let n=r.delay*Math.pow(r.backoff,e);if(n=Math.min(n,r.maxDelay),r.jitter){let s=n*.25;n=n-s+Math.random()*s*2}return Math.round(n)}isRetryableError(e,r){var s;if(e.code==="ECONNRESET"||e.code==="ETIMEDOUT"||e.code==="ENOTFOUND")return!0;let n=e.status||e.statusCode||((s=e.response)==null?void 0:s.status);return!!(n&&r.statusCodes.includes(n))}async withRetry(e,r,n=!1){let s=this.getRetryConfig(),o=this.isLiveMode(),u=null;for(let i=0;i<=s.maxAttempts;i++){if(this.aborted)throw new Error("Aborted");try{let c=await e();return this.consecutiveErrors=0,c}catch(c){if(u=c,!this.isRetryableError(c,s)){if(this.options.onError&&this.options.onError(c),n&&o)return this.consecutiveErrors++,null;throw c}if(i<s.maxAttempts){let a=this.calculateRetryDelay(i,s);if(this.options.onError){let l=new Error(`${r}: ${c.message}. Retrying in ${a}ms (attempt ${i+1}/${s.maxAttempts})`);l.cause=c,l.isRetry=!0,this.options.onError(l)}await this.sleep(a)}}}if(this.consecutiveErrors++,this.options.onError&&u&&this.options.onError(u),n&&o)return null;throw u||new Error(`${r}: All retry attempts failed`)}}});var cC={};we(cC,{AbortError:()=>Oo,AuthenticationError:()=>Io,BrowserCrypto:()=>ko,CircuitBreakerError:()=>Ln,Client:()=>Fn,ConfigurationError:()=>et,ConnectionError:()=>Jr,DownloadError:()=>Po,FetchTransport:()=>Ut,FilterBuilder:()=>Co,GraphQLError:()=>_n,GrpcError:()=>xr,GrpcStatusCode:()=>Gr,GrpcWebClient:()=>yo,HarRecorder:()=>To,Http2Error:()=>Kt,HttpError:()=>ot,HttpRequest:()=>_t,HttpStatus:()=>Yr,HttpStatusText:()=>xp,IndexedDBStorage:()=>Ea,JsonRpcClient:()=>bo,JsonRpcErrorCodes:()=>zr,JsonRpcException:()=>Pn,LinkHeaderParser:()=>ds,LinkRel:()=>Ie,MaxSizeExceededError:()=>Lt,MiniRequestPromise:()=>Ge,NetworkError:()=>Ke,NotFoundError:()=>Lo,ODataClient:()=>vo,ODataException:()=>So,ODataQueryBuilder:()=>Do,ParseError:()=>_o,ProtocolError:()=>Fo,QueueCancelledError:()=>dt,RateLimitExceededError:()=>xo,Recker:()=>Fn,ReckerError:()=>P,RequestPromise:()=>Er,ServiceWorkerCache:()=>Ro,SoapClient:()=>Eo,StateError:()=>Qr,StreamError:()=>Ye,TimeoutError:()=>G,USER_AGENT_CATEGORIES:()=>Qo,USER_AGENT_PRESETS:()=>Xa,UnsupportedError:()=>Ae,ValidationError:()=>Zr,WorkerTransport:()=>ba,XmlRpcClient:()=>Ao,browserCrypto:()=>Xr,circuitBreakerPlugin:()=>C5,classifyTransportError:()=>$n,compression:()=>Da,consoleLogger:()=>Jt,cookieJarPlugin:()=>v5,createClient:()=>go,createCompressionMiddleware:()=>iC,createFormData:()=>nn,createGrpcWebClient:()=>cp,createJsonRpcClient:()=>sp,createLevelLogger:()=>Ko,createMiniClient:()=>Up,createMultipart:()=>Ug,createODataClient:()=>pp,createSoapClient:()=>dp,createXSRFMiddleware:()=>Au,createXmlRpcClient:()=>lp,decodeText:()=>M5,decompress:()=>uC,dedupPlugin:()=>bu,del:()=>Ep,detectCharset:()=>q5,detectDeviceType:()=>Qa,detectFromBOM:()=>Sa,detectFromContentType:()=>fp,detectFromHTMLMeta:()=>gp,detectFromXMLDeclaration:()=>mp,get:()=>bp,getDefaultUserAgent:()=>on,getRandomUserAgent:()=>Jg,getStatusText:()=>Y5,getSupportedEncodings:()=>H5,getUserAgent:()=>Ja,graphql:()=>R5,graphqlPlugin:()=>k5,grpcWeb:()=>O5,harRecorder:()=>Kr,harRecorderPlugin:()=>_5,head:()=>Sp,hmacSha256:()=>Q5,isCharsetSupported:()=>j5,isClientError:()=>V5,isCompressionSupported:()=>Ca,isError:()=>G5,isFileUpload:()=>Ha,isMobile:()=>Qg,isPlainObject:()=>Dr,isRedirect:()=>W5,isRetryable:()=>K5,isServerError:()=>z5,isSuccess:()=>$5,jsonCodec:()=>ap,jsonrpc:()=>N5,loggerPlugin:()=>S5,miniGet:()=>qp,miniPost:()=>Mp,normalizeCharset:()=>Vt,odata:()=>L5,options:()=>Dp,parse:()=>kc,parseAcceptInfo:()=>dc,parseAuthInfo:()=>pc,parseCSPInfo:()=>cc,parseCacheInfo:()=>oc,parseClockSkew:()=>fc,parseCompressionInfo:()=>ac,parseContentType:()=>lc,parseHeaders:()=>vt,parseHttp2Error:()=>jn,parseLink:()=>hc,parseLinkHeader:()=>an,parsePlatformInfo:()=>uc,parseRateLimitInfo:()=>ic,parseXML:()=>kc,patch:()=>Ap,post:()=>yp,processBody:()=>Yo,purge:()=>Cp,put:()=>wp,randomBytes:()=>eC,randomUUID:()=>Z5,rateLimitPlugin:()=>E5,recker:()=>aC,retryPlugin:()=>ou,serialize:()=>Tr,serializeXML:()=>Tr,serverTimingPlugin:()=>B5,sha1:()=>J5,sha256:()=>X5,silentLogger:()=>Go,simulateNetwork:()=>Aa,soap:()=>F5,stripBOM:()=>hp,toCurl:()=>D5,ws:()=>vp,xmlResponse:()=>k1,xsrfPlugin:()=>wu});var Ip=t=>t.json(),Fp=t=>t.text(),Lp=t=>t.arrayBuffer(),_p=t=>t.blob(),Pp=t=>t.formData(),Ge=class{p;constructor(e){this.p=e}get[Symbol.toStringTag](){return"MiniRequestPromise"}then(e,r){return this.p.then(e,r)}catch(e){return this.p.catch(e)}finally(e){return this.p.finally(e)}json(){return this.p.then(Ip)}text(){return this.p.then(Fp)}arrayBuffer(){return this.p.then(Lp)}blob(){return this.p.then(_p)}formData(){return this.p.then(Pp)}},No=class{base;defaultHeaders;jsonHeaders;constructor(e){this.base=e.baseUrl.endsWith("/")?e.baseUrl.slice(0,-1):e.baseUrl,this.defaultHeaders=e.headers||{},this.jsonHeaders={...this.defaultHeaders,"Content-Type":"application/json"}}get(e){return new Ge(fetch(this.base+e,{method:"GET",headers:this.defaultHeaders}))}post(e,r){return new Ge(fetch(this.base+e,{method:"POST",headers:this.jsonHeaders,body:r!==void 0?JSON.stringify(r):void 0}))}put(e,r){return new Ge(fetch(this.base+e,{method:"PUT",headers:this.jsonHeaders,body:r!==void 0?JSON.stringify(r):void 0}))}patch(e,r){return new Ge(fetch(this.base+e,{method:"PATCH",headers:this.jsonHeaders,body:r!==void 0?JSON.stringify(r):void 0}))}delete(e){return new Ge(fetch(this.base+e,{method:"DELETE",headers:this.defaultHeaders}))}head(e){return new Ge(fetch(this.base+e,{method:"HEAD",headers:this.defaultHeaders}))}options(e){return new Ge(fetch(this.base+e,{method:"OPTIONS",headers:this.defaultHeaders}))}request(e,r,n){let s=n!==void 0;return new Ge(fetch(this.base+r,{method:e.toUpperCase(),headers:s?this.jsonHeaders:this.defaultHeaders,body:s?JSON.stringify(n):void 0}))}};function Up(t){return new No(t)}function qp(t,e){return new Ge(fetch(t,{method:"GET",headers:e}))}function Mp(t,e,r){return new Ge(fetch(t,{method:"POST",headers:{"Content-Type":"application/json",...r},body:e!==void 0?JSON.stringify(e):void 0}))}ie();function Ra(t){if(t==null){let e=new P("fnOrPromise cannot be null or undefined",void 0,void 0,["Pass a valid function or promise to tryFn.","Check the caller to ensure an undefined value is not passed."]);return e.stack=new Error().stack,[!1,e,void 0]}if(typeof t=="function")try{let e=t();return e==null?[!0,null,e]:typeof e.then=="function"?e.then(r=>[!0,null,r]).catch(r=>{if(r instanceof Error&&Object.isExtensible(r)){let n=Object.getOwnPropertyDescriptor(r,"stack");!n||n.writable&&n.configurable}return[!1,Uo(r,"Function threw an error"),void 0]}):[!0,null,e]}catch(e){return[!1,Uo(e,"Function threw an error"),void 0]}return typeof t.then=="function"?Promise.resolve(t).then(e=>[!0,null,e]).catch(e=>[!1,Uo(e,"Promise rejected"),void 0]):[!0,null,t]}function Uo(t,e){return t instanceof Error?t:new P(`${e}: ${String(t)}`,void 0,void 0,["Inspect the original value being thrown.","Ensure errors are instances of Error or ReckerError.","Add contextual information when throwing custom errors."])}ie();zn();Yn();function Lg(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var Er=class{promise;abortController;constructor(e,r){this.promise=e,this.abortController=r}get[Symbol.toStringTag](){return"RequestPromise"}then(e,r){return this.promise.then(e,r)}catch(e){return this.promise.catch(e)}finally(e){return this.promise.finally(e)}cancel(){this.abortController&&this.abortController.abort()}async json(){return(await this.promise).json()}async yaml(e){let n=await(await this.promise).text();return Vn(n,e)}async csv(e){let n=await(await this.promise).text();return Kn(n,e)}async text(){return(await this.promise).text()}async cleanText(){return(await this.promise).cleanText()}async blob(){return(await this.promise).blob()}async read(){return(await this.promise).read()}async write(e){if(!Lg())throw new Ye("write() is only supported in Node.js environments.",{streamType:"response",retriable:!1});let n=(await this.promise).read();if(!n)throw new Ye("Response has no body to write",{streamType:"response",retriable:!0});let[{createWriteStream:s},{pipeline:o},{Readable:u}]=await Promise.all([Promise.resolve().then(()=>(Xt(),Ia)),Promise.resolve().then(()=>(Jn(),_a)),Promise.resolve().then(()=>(Zn(),Ua))]),i=u.fromWeb(n),c=s(e);await o(i,c)}async parse(e){let r=await this.json();return e.parse(r)}async safe(){return Ra(()=>this.json())}async*sse(){yield*(await this.promise).sse()}async*download(){yield*(await this.promise).download()}async*[Symbol.asyncIterator](){yield*await this.promise}};ie();var Jt={debug:(t,...e)=>{typeof t=="object"?console.debug(t,...e):console.debug(t,...e)},info:(t,...e)=>{typeof t=="object"?console.info(t,...e):console.info(t,...e)},warn:(t,...e)=>{typeof t=="object"?console.warn(t,...e):console.warn(t,...e)},error:(t,...e)=>{typeof t=="object"?console.error(t,...e):console.error(t,...e)}},Go={debug:()=>{},info:()=>{},warn:()=>{},error:()=>{}};function Ko(t,e){let r={debug:0,info:1,warn:2,error:3},n=r[e];return{debug:(...s)=>{r.debug>=n&&t.debug(...s)},info:(...s)=>{r.info>=n&&t.info(...s)},warn:(...s)=>{r.warn>=n&&t.warn(...s)},error:(...s)=>{r.error>=n&&t.error(...s)}}}var es={balanced:{maxConcurrentStreams:100,initialWindowSize:65535,maxHeaderListSize:16384,enablePush:0},performance:{maxConcurrentStreams:128,initialWindowSize:1048576,maxHeaderListSize:32768,enablePush:0},"low-latency":{maxConcurrentStreams:250,initialWindowSize:65535,maxHeaderListSize:16384,enablePush:0},"low-memory":{maxConcurrentStreams:50,initialWindowSize:32768,maxHeaderListSize:8192,enablePush:0}};var ts=class t{config;systemMessage=null;messages=[];constructor(e={}){this.config={maxPairs:e.maxPairs??12,systemPrompt:e.systemPrompt??""},this.config.systemPrompt&&(this.systemMessage={role:"system",content:this.config.systemPrompt})}setSystemPrompt(e){this.config.systemPrompt=e,e?this.systemMessage={role:"system",content:e}:this.systemMessage=null}getSystemPrompt(){return this.config.systemPrompt}addUserMessage(e){this.messages.push({role:"user",content:e}),this.prune()}addAssistantMessage(e){this.messages.push({role:"assistant",content:e}),this.prune()}addMessage(e){if(e.role==="system"){this.setSystemPrompt(typeof e.content=="string"?e.content:"");return}this.messages.push(e),this.prune()}buildMessages(e){return this.addUserMessage(e),this.getMessages()}recordResponse(e){this.addAssistantMessage(e)}getMessages(){let e=[];return this.systemMessage&&e.push(this.systemMessage),e.push(...this.messages),e}getConversation(){return this.messages}getPairCount(){var r;let e=0;for(let n=0;n<this.messages.length-1;n+=2)this.messages[n].role==="user"&&((r=this.messages[n+1])==null?void 0:r.role)==="assistant"&&e++;return e}clear(){this.messages=[]}reset(){this.messages=[],this.systemMessage=null,this.config.systemPrompt=""}setConfig(e){e.maxPairs!==void 0&&(this.config.maxPairs=e.maxPairs,this.prune()),e.systemPrompt!==void 0&&this.setSystemPrompt(e.systemPrompt)}getConfig(){return{...this.config}}prune(){let e=this.config.maxPairs*2;if(this.messages.length>e){let r=this.messages.length-e,n=Math.ceil(r/2)*2;this.messages=this.messages.slice(n)}}isEmpty(){return this.messages.length===0}getMessageCount(){return this.messages.length}toJSON(){var e;return{config:this.config,systemPrompt:(e=this.systemMessage)==null?void 0:e.content,messages:[...this.messages]}}static fromJSON(e){let r=new t(e.config);if(e.systemPrompt&&r.setSystemPrompt(e.systemPrompt),e.messages)for(let n of e.messages)r.addMessage(n);return r}};var _g={openai:"/chat/completions",anthropic:"/messages",google:"/models/{model}:generateContent",groq:"/chat/completions",mistral:"/chat/completions",cohere:"/chat",together:"/chat/completions",perplexity:"/chat/completions",deepseek:"/chat/completions",fireworks:"/chat/completions",xai:"/chat/completions",replicate:"/predictions",huggingface:"/models/{model}/v1/chat/completions",ollama:"/api/chat","azure-openai":"/chat/completions","cloudflare-workers-ai":"/ai/run/@cf/meta/llama-2-7b-chat-int8",custom:"/chat/completions"},rs=class{client;config;memory;constructor(e,r){this.client=e,this.config=r,this.memory=new ts(r.memory)}get provider(){return this.config.provider}get model(){return this.config.model}async chat(e){let r=this.memory.buildMessages(e),n=await this.makeRequest(r,!1);return this.memory.recordResponse(n.content),n}async chatStream(e){let r=this.memory.buildMessages(e),n=await this.makeStreamRequest(r);return this.wrapStreamWithMemory(n)}async prompt(e){let r=[{role:"user",content:e}];return this.makeRequest(r,!1)}async promptStream(e){let r=[{role:"user",content:e}];return this.makeStreamRequest(r)}clearMemory(){this.memory.clear()}getMemory(){return this.memory.getConversation()}setMemoryConfig(e){this.memory.setConfig(e)}getMemoryConfig(){return this.memory.getConfig()}async makeRequest(e,r){let n=performance.now(),s=this.buildRequestBody(e,r),o=this.getEndpoint(),i=await(await this.client.post(o,{json:s,headers:this.getExtraHeaders()})).json();return this.parseResponse(i,n)}async makeStreamRequest(e){let r=this.buildRequestBody(e,!0),n=this.getEndpoint(),s=await this.client.post(n,{json:r,headers:this.getExtraHeaders()});return this.parseSSEStream(s.raw)}buildRequestBody(e,r){let n=this.config.provider;return n==="anthropic"?this.buildAnthropicBody(e,r):n==="google"?this.buildGoogleBody(e,r):n==="cohere"?this.buildCohereBody(e,r):{model:this.config.model,messages:e.map(s=>({role:s.role,content:s.content})),stream:r,...r&&{stream_options:{include_usage:!0}}}}buildAnthropicBody(e,r){let n=e.filter(o=>o.role==="system"),s=e.filter(o=>o.role!=="system");return{model:this.config.model,max_tokens:4096,system:n.map(o=>o.content).join(`
|
|
51
|
+
`,sepLen:2}],o,u="";for(let p of s){let f=0,h=-1,m=-1;for(;f<n.length;){let x=n.indexOf("HTTP/",f);if(x<0)break;let v=n.indexOf(p.sep,x);if(v<0)break;h=x,m=v+p.sepLen,f=m}if(h>=0&&m>=0){o=n.slice(h,m-p.sepLen),u=n.slice(m);break}}if(o===void 0)return{statusLine:"HTTP/1.1 200 OK",headersText:"",bodyText:n,timings:r?Fd(r):void 0};let i=o.split(/\r?\n/),c=((d=i[0])==null?void 0:d.trim())||"HTTP/1.1 200 OK",a=i.slice(1).filter(p=>p.trim().length>0).join(`\r
|
|
52
|
+
`);return{statusLine:c,headersText:a,bodyText:u,timings:r?Fd(r):void 0}}async function Gb(){return Ys!==null||(Ys=await Od()||"curl"),Ys}var zb,Ys,Ci,qd=A(()=>{"use strict";Ai();Di();ie();Id();zb="__RECKER_TIMING__";Ys=null;Ci=class{proxyList;proxyIndex=0;constructor(e){this.proxyList=e?Array.isArray(e)?e:[e]:[]}getNextProxy(){if(this.proxyList.length===0)return;let e=this.proxyList[this.proxyIndex%this.proxyList.length];return this.proxyIndex++,e}async dispatch(e){return new Promise(async(r,n)=>{let s=["-X",e.method,e.url,"-i","-s","-L","--compressed","--no-keepalive","--write-out",`\\n${zb} dns=%{time_namelookup} tcp=%{time_connect} tls=%{time_appconnect} pretransfer=%{time_pretransfer} ttfb=%{time_starttransfer} total=%{time_total}`],o=this.getNextProxy();if(o){let l=typeof o=="string"?o:o.url,d=typeof o=="object"&&o.type?o.type:new URL(l).protocol.replace(":","");d==="socks5h"?s.push("--socks5-hostname",l.replace(/^socks5h:\/\//,"")):d==="socks5"||d==="socks"?s.push("--socks5",l.replace(/^socks5?:\/\//,"")):d==="socks4a"?s.push("--socks4a",l.replace(/^socks4a:\/\//,"")):d==="socks4"?s.push("--socks4",l.replace(/^socks4:\/\//,"")):(s.push("--proxy",l),typeof o=="object"&&o.auth&&s.push("--proxy-user",`${o.auth.username}:${o.auth.password}`))}e.headers.forEach((l,d)=>{s.push("-H",`${d}: ${l}`)}),e.body&&typeof e.body=="string"&&s.push("-d",e.body);let u=await Gb(),i=wi(u,s),c=[],a=[];i.stdout.on("data",l=>c.push(l)),i.stderr.on("data",l=>a.push(l)),i.on("error",l=>{n(new Ke(`Failed to spawn curl: ${l.message}`,"ERR_CURL_SPAWN",e))}),i.on("close",l=>{if(l!==0){let S=Buffer.concat(a).toString(),C=Pd(Buffer.concat(c).toString());if(C.bodyText.length>0){try{let N=new Headers;for(let F of C.headersText.split(/\r?\n/)){let L=F.indexOf(":");if(L>0){let $=F.substring(0,L).trim(),T=F.substring(L+1).trim();N.append($,T)}}let I=C.statusLine.match(/HTTP\/[^ ]+ (\d+)(?:\s+(.*))?/),k=I?Number.parseInt(I[1],10):0,q=I&&I[2]||"",j=new Response(C.bodyText,{status:Number.isFinite(k)&&k>0?k:0,statusText:q,headers:N});r(new gt(j,{timings:C.timings,connection:{protocol:"curl"}}))}catch{n(new Ke(`Curl exited with code ${l}: ${S}`,"ERR_CURL_EXIT",e))}return}n(new Ke(`Curl exited with code ${l}: ${S}`,"ERR_CURL_EXIT",e));return}let d=Buffer.concat(c),{statusLine:p,headersText:f,bodyText:h,timings:m}=Pd(d.toString()),x=new Headers;for(let S of f.split(/\r?\n/)){let C=S.indexOf(":");if(C>0){let N=S.substring(0,C).trim(),I=S.substring(C+1).trim();x.append(N,I)}}let v=p.match(/HTTP\/[^ ]+ (\d+)(?:\s+(.*))?/),g=v?Number.parseInt(v[1],10):200,y=v?v[2]||"":"OK",w=new Response(h,{status:Number.isFinite(g)&&g>=0?g:200,statusText:y,headers:x}),b=this.proxyList.length>0,E={};if(m&&Object.keys(m).length>0){let S=m.dns,C=m.tcp!==void 0&&m.dns!==void 0?m.tcp-m.dns:void 0,N=m.tls!==void 0&&m.tls>0,I=N&&m.tcp!==void 0?m.tls-m.tcp:void 0,k=m.download;if(b&&m.pretransfer!==void 0){let q=N?m.tls:m.tcp,j=q!==void 0?m.pretransfer-q:void 0,F=(S??0)+(C??0)+(I??0),L=F+(j??0),$=m.ttfb!==void 0?m.ttfb-L:void 0;E={tls:j,content:k,transferTime:k,proxyDns:S,proxyTcp:C,proxyTls:I,proxyTotal:F,firstByte:m.ttfb,total:m.total,connectionTime:L,serverTime:$}}else{let q=(S??0)+(C??0)+(I??0),j=m.ttfb!==void 0?m.ttfb-q:void 0;E={dns:S,tcp:C,tls:I,content:k,transferTime:k,firstByte:m.ttfb,total:m.total,connectionTime:q,serverTime:j}}}r(new gt(w,{timings:E,connection:{protocol:"curl"}}))})})}}});var Hd={};we(Hd,{Agent:()=>ww,AsyncLocalStorage:()=>sw,AsyncResource:()=>ow,Buffer:()=>iw,Client:()=>Aw,EventEmitter:()=>fy,PassThrough:()=>dy,ProxyAgent:()=>yw,Readable:()=>ay,Server:()=>_y,Socket:()=>Py,TLSSocket:()=>qy,Transform:()=>ly,URL:()=>Md,URLSearchParams:()=>Oy,WebSocket:()=>Ew,Writable:()=>cy,arch:()=>vy,basename:()=>sy,brotliCompress:()=>Yy,brotliDecompress:()=>Qy,channel:()=>uw,connect:()=>Fy,constants:()=>Dw,cpus:()=>Ty,createCipheriv:()=>Ay,createConnection:()=>Iy,createDecipheriv:()=>wy,createHash:()=>hy,createHmac:()=>my,createPrivateKey:()=>xy,createReadStream:()=>Xb,createSign:()=>gy,createWriteStream:()=>Yb,deepStrictEqual:()=>lw,default:()=>Kb,deflate:()=>Ky,deflateSync:()=>tw,dirname:()=>ny,errors:()=>bw,exec:()=>mw,execSync:()=>gw,existsSync:()=>Zb,extname:()=>oy,fileURLToPath:()=>Ly,finished:()=>py,format:()=>Dy,freemem:()=>Ry,gunzip:()=>Xy,gunzipSync:()=>Zy,gzip:()=>Gy,gzipSync:()=>ew,homedir:()=>By,inflate:()=>Jy,inflateSync:()=>rw,inspect:()=>Sy,join:()=>ry,lookup:()=>My,mkdir:()=>dr,ok:()=>aw,pathToFileURL:()=>Uy,performance:()=>nw,pipeline:()=>iy,platform:()=>Cy,promises:()=>Sw,promisify:()=>Ey,randomBytes:()=>by,randomUUID:()=>yy,readFile:()=>vi,readFileSync:()=>Jb,readdir:()=>ty,rejects:()=>pw,request:()=>xw,resolve:()=>uy,resolve4:()=>Hy,resolve6:()=>jy,resolveCname:()=>zy,resolveMx:()=>$y,resolveNs:()=>Vy,resolveTxt:()=>Wy,rm:()=>ki,spawn:()=>fw,spawnSync:()=>hw,stat:()=>ey,strictEqual:()=>cw,throws:()=>dw,tmpdir:()=>Ny,totalmem:()=>ky,unlink:()=>Ri,writeFile:()=>Ti,writeFileSync:()=>Qb});var fe,J,Pe,Kb,Yb,Xb,Jb,Qb,Zb,dr,vi,Ti,Ri,ki,ey,ty,ry,ny,sy,oy,uy,iy,ay,cy,ly,dy,py,fy,hy,my,gy,xy,by,yy,wy,Ay,Ey,Sy,Dy,Cy,vy,Ty,Ry,ky,By,Ny,Ly,Uy,Md,Oy,Iy,Fy,Py,_y,qy,My,Hy,jy,$y,Wy,Vy,zy,Gy,Ky,Yy,Xy,Jy,Qy,Zy,ew,tw,rw,nw,sw,ow,uw,iw,aw,cw,lw,dw,pw,fw,hw,mw,gw,xw,bw,yw,ww,Aw,Ew,Sw,Dw,Xs=A(()=>{fe=()=>{},J=()=>Promise.resolve(),Pe=class{constructor(){}},Kb={},Yb=fe,Xb=fe,Jb=()=>"",Qb=fe,Zb=()=>!1,dr=J,vi=J,Ti=J,Ri=J,ki=J,ey=J,ty=J,ry=(...t)=>t.join("/"),ny=t=>t.split("/").slice(0,-1).join("/"),sy=t=>t.split("/").pop()||"",oy=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},uy=(...t)=>t.join("/"),iy=J,ay=Pe,cy=Pe,ly=Pe,dy=Pe,py=J,fy=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},hy=()=>({update:()=>({digest:()=>""})}),my=()=>({update:()=>({digest:()=>""})}),gy=()=>({update:()=>({}),sign:()=>""}),xy=()=>({}),by=t=>new Uint8Array(t),yy=()=>crypto.randomUUID(),wy=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:fe}),Ay=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:fe}),Ey=t=>t,Sy=t=>JSON.stringify(t),Dy=(...t)=>t.join(" "),Cy=()=>"browser",vy=()=>"unknown",Ty=()=>[],Ry=()=>0,ky=()=>0,By=()=>"/",Ny=()=>"/tmp",Ly=t=>t,Uy=t=>new Md("file://"+t),Md=globalThis.URL,Oy=globalThis.URLSearchParams,Iy=fe,Fy=fe,Py=Pe,_y=Pe,qy=Pe,My=(t,e)=>e(null,"127.0.0.1",4),Hy=J,jy=J,$y=J,Wy=J,Vy=J,zy=J,Gy=(t,e)=>e(null,t),Ky=(t,e)=>e(null,t),Yy=(t,e)=>e(null,t),Xy=(t,e)=>e(null,t),Jy=(t,e)=>e(null,t),Qy=(t,e)=>e(null,t),Zy=t=>t,ew=t=>t,tw=t=>t,rw=t=>t,nw=globalThis.performance,sw=class{getStore(){}run(t,e){return e()}enterWith(){}},ow=Pe,uw=()=>({subscribe:fe,unsubscribe:fe,publish:fe,hasSubscribers:!1}),iw={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},aw=fe,cw=fe,lw=fe,dw=fe,pw=J,fw=()=>({on:fe,stdout:{on:fe},stderr:{on:fe},kill:fe}),hw=()=>({status:0,stdout:"",stderr:""}),mw=fe,gw=()=>"",xw=J,bw={ConnectTimeoutError:Pe,HeadersTimeoutError:Pe,BodyTimeoutError:Pe},yw=Pe,ww=Pe,Aw=Pe,Ew=Pe,Sw={readFile:J,writeFile:J,access:J,stat:J,mkdir:J,unlink:J,readdir:J},Dw={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Cw,jd,$d,LB,UB,OB,Bi=A(()=>{Cw=()=>{},jd=()=>({update:()=>({digest:()=>""})}),$d=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:Cw}),LB=globalThis.URL,UB=globalThis.URLSearchParams,OB=globalThis.performance});var Wd={};we(Wd,{FileStorage:()=>Ni});var Ni,Vd=A(()=>{"use strict";Xs();Ks();Bi();Jt();Ni=class{dir;constructor(e=".recker/cache"){this.dir=e}getHash(e){return jd("md5").update(e).digest("hex")}getPath(e){return Nt(this.dir,`${this.getHash(e)}.json`)}async ensureDir(){Ar(this.dir)||await dr(this.dir,{recursive:!0})}async get(e){try{let r=this.getPath(e);if(!Ar(r))return;let n=await vi(r,"utf-8");return JSON.parse(n)}catch{return}}async set(e,r,n){await this.ensureDir();let s=this.getPath(e);await Ti(s,JSON.stringify(r),"utf-8")}async delete(e){let r=this.getPath(e);Ar(r)&&await Ri(r)}async clear(){Ar(this.dir)&&await ki(this.dir,{recursive:!0,force:!0})}}});var vw,_r,MB,HB,jB,Li,Wt,Ui,Rn,zd,Oi=A(()=>{vw=()=>Promise.resolve(),_r=class{constructor(){}},MB=globalThis.URL,HB=globalThis.URLSearchParams,jB=globalThis.performance,Li=vw,Wt={ConnectTimeoutError:_r,HeadersTimeoutError:_r,BodyTimeoutError:_r},Ui=_r,Rn=_r,zd=_r});var Gd,VB,zB,GB,Kd=A(()=>{Gd={},VB=globalThis.URL,zB=globalThis.URLSearchParams,GB=globalThis.performance});var Yd,YB,XB,JB,Xd=A(()=>{Yd={},YB=globalThis.URL,XB=globalThis.URLSearchParams,JB=globalThis.performance});var Ii,ZB,eN,tN,Jd=A(()=>{Ii={},ZB=globalThis.URL,eN=globalThis.URLSearchParams,tN=globalThis.performance});var nN,sN,xt,Qd=A(()=>{nN=globalThis.URL,sN=globalThis.URLSearchParams,xt=globalThis.performance});function Fi(t){let e=Qs.get(t);return process.env.DEBUG_TIMING&&console.log(`[TIMING] getTimingForHost(${t}):`,e?"found":"NOT FOUND","map size:",Qs.size),e}function Zd(t){return Zs.get(t)??0}function Pi(t,e){return(Zs.get(t)??0)>e}function ep(t={}){let e=t.timeout??1e4,r=t.allowH2??!1,n=t.keepAliveInitialDelay??6e4,s=t.maxCachedSessions??100,o=t.localAddress;return function(i,c){let{hostname:a,protocol:l,port:d,servername:p}=i,f=l==="https:",h=Number(d)||(f?443:80),m={dns:0,tcp:0,tls:0,total:0},x=xt.now();v();async function v(){try{let g=xt.now(),y;try{y=(await Ii.lookup(a,{family:4})).address}catch(S){try{y=(await Ii.lookup(a,{family:6})).address}catch{c(S,null);return}}m.dns=xt.now()-g;let w=xt.now(),b=Gd.connect({host:y,port:h,localAddress:o});b.setNoDelay(!0),b.setKeepAlive(!0,n);let E=setTimeout(()=>{b.destroy(new Error(`Connect timeout after ${e}ms`))},e);b.once("error",S=>{clearTimeout(E),c(S,null)}),b.once("connect",()=>{if(m.tcp=xt.now()-w,clearTimeout(E),!f){m.total=xt.now()-x,Qs.set(a,{...m}),Js++,Zs.set(a,Js),c(null,b);return}let S=xt.now(),C=p||a,N=`${C}:${h}`,I=kn.get(N),k=Yd.connect({socket:b,servername:C,session:I,ALPNProtocols:r?["h2","http/1.1"]:["http/1.1"],rejectUnauthorized:!0});k.on("session",q=>{if(kn.size>=s){let j=kn.keys().next().value;j&&kn.delete(j)}kn.set(N,q)}),k.once("error",q=>{c(q,null)}),k.once("secureConnect",()=>{m.tls=xt.now()-S,m.total=xt.now()-x,Qs.set(a,{...m}),Js++,Zs.set(a,Js),process.env.DEBUG_TIMING&&console.log(`[TIMING] Stored for ${a}:`,m),c(null,k)})})}catch(g){c(g,null)}}}}var Qs,Zs,Js,kn,_i=A(()=>{"use strict";Kd();Xd();Jd();Qd();Qs=new Map,Zs=new Map,Js=0,kn=new Map});var rp={};we(rp,{AgentManager:()=>qr,analyzeBatchDomains:()=>Rw,createAgent:()=>Tw,extractDomain:()=>tp});function Tw(t={}){return new qr(t).getGlobalAgent()}function tp(t){try{return new URL(t).hostname}catch{return null}}function Rw(t){let e=new Set;for(let r of t){let n=tp(r);n&&e.add(n)}return{strategy:e.size<=1?"single":"multi",domains:e}}var qr,qi=A(()=>{"use strict";Oi();as();_i();qr=class{globalAgent;domainAgents;options;protocolCache;constructor(e={},r){this.domainAgents=new Map,this.protocolCache=r,this.options={connections:e.connections??10,pipelining:e.pipelining??1,keepAlive:e.keepAlive??!0,keepAliveTimeout:e.keepAliveTimeout??4*1e3,keepAliveMaxTimeout:e.keepAliveMaxTimeout??600*1e3,keepAliveTimeoutThreshold:e.keepAliveTimeoutThreshold??1*1e3,connectTimeout:e.connectTimeout??10*1e3,perDomainPooling:e.perDomainPooling??!0,localAddress:e.localAddress,maxRequestsPerClient:e.maxRequestsPerClient??0,maxCachedSessions:e.maxCachedSessions??100,maxHeaderSize:e.maxHeaderSize,clientTtl:e.clientTtl??null,allowH2:e.allowH2,maxConcurrentStreams:e.maxConcurrentStreams}}getGlobalAgent(){return this.globalAgent||(this.globalAgent=this.createAgent(this.options)),this.globalAgent}getAgentForDomain(e,r){if(!this.options.perDomainPooling)return this.getGlobalAgent();let n=this.domainAgents.get(e);if(!n){let s={...this.options,...r};n=this.createAgent(s),this.domainAgents.set(e,n)}return n}getAgentForUrl(e){try{let r=new URL(e);return this.getAgentForDomain(r.hostname)}catch{return this.getGlobalAgent()}}getAdaptiveAgentForUrl(e,r){var c;let n=_t(e),s=new URL(n).hostname;if(this.options.perDomainPooling){let a=this.domainAgents.get(s);if(a)return a}let o=(c=this.protocolCache)==null?void 0:c.get(n),u=this.getAdaptiveOptions(o,r);if(!this.options.perDomainPooling)return this.getGlobalAgent();let i=this.createAgent(u);return this.domainAgents.set(s,i),i}getAdaptiveOptions(e,r){let n={...this.options};return e==="h2"||e==="h3"?{...n,connections:Math.min(n.connections,2),pipelining:1,allowH2:!0,maxConcurrentStreams:n.maxConcurrentStreams??100,...r}:e==="http/1.1"?{...n,connections:Math.max(n.connections,6),pipelining:2,allowH2:!1,...r}:{...n,allowH2:n.allowH2??!0,...r}}setProtocolCache(e){this.protocolCache=e}createBatchAgent(e,r,n){let s=Math.max(1,Math.min(Math.ceil(e/2),50,r)),o=r>20&&e>5?2:1,u={...this.options,connections:(n==null?void 0:n.connections)??s,pipelining:(n==null?void 0:n.pipelining)??o,...n};return this.createAgent(u)}createStressTestAgent(e){let n=Math.min(Math.ceil(e/10),100);return this.createAgent({connections:n,pipelining:10,keepAliveTimeout:3e4,keepAliveMaxTimeout:12e4,connectTimeout:5e3})}createAgent(e){let r=ep({timeout:e.connectTimeout,allowH2:e.allowH2,keepAliveInitialDelay:e.keepAliveTimeout,maxCachedSessions:e.maxCachedSessions,localAddress:e.localAddress});return new Rn({connections:e.connections,pipelining:e.pipelining,maxHeaderSize:e.maxHeaderSize,maxRequestsPerClient:e.maxRequestsPerClient,maxCachedSessions:e.maxCachedSessions,clientTtl:e.clientTtl??null,keepAliveTimeout:e.keepAliveTimeout,keepAliveMaxTimeout:e.keepAliveMaxTimeout,keepAliveTimeoutThreshold:e.keepAliveTimeoutThreshold,connectTimeout:e.connectTimeout,socketPath:void 0,allowH2:e.allowH2,maxConcurrentStreams:e.maxConcurrentStreams,connect:r})}getStats(){return{agentCount:1+this.domainAgents.size,domains:Array.from(this.domainAgents.keys()),totalConnections:(1+this.domainAgents.size)*this.options.connections}}async closeDomainAgent(e){let r=this.domainAgents.get(e);r&&(await r.close(),this.domainAgents.delete(e))}async closeAll(){let e=[];this.globalAgent&&(e.push(this.globalAgent.close()),this.globalAgent=void 0);for(let r of this.domainAgents.values())e.push(r.close());this.domainAgents.clear(),await Promise.all(e)}async destroy(){let e=[];this.globalAgent&&(e.push(this.globalAgent.destroy()),this.globalAgent=void 0);for(let r of this.domainAgents.values())e.push(r.destroy());this.domainAgents.clear(),await Promise.all(e)}}});var hN,mN,Mr,np=A(()=>{hN=globalThis.URL,mN=globalThis.URLSearchParams,Mr=globalThis.performance});var xN,bN,yN,sp,op=A(()=>{xN=globalThis.URL,bN=globalThis.URLSearchParams,yN=globalThis.performance,sp=class{getStore(){}run(t,e){return e()}enterWith(){}}});var Mi,EN,SN,DN,Bn,up=A(()=>{Mi=()=>{},EN=globalThis.URL,SN=globalThis.URLSearchParams,DN=globalThis.performance,Bn=()=>({subscribe:Mi,unsubscribe:Mi,publish:Mi,hasSubscribers:!1})});var vN,TN,Hi,RN,ip=A(()=>{vN=globalThis.URL,TN=globalThis.URLSearchParams,Hi=(t,e)=>e(null,"127.0.0.1",4),RN=globalThis.performance});var ap,BN,NN,LN,cp=A(()=>{ap=t=>t,BN=globalThis.URL,NN=globalThis.URLSearchParams,LN=globalThis.performance});function lp(t){return(e,r,n)=>{var s;if((s=t.override)!=null&&s[e]){let o=t.override[e],u=o.includes(":")?6:4;return n(null,o,u)}Hi(e,r,n)}}var FN,dp=A(()=>{"use strict";ip();cp();FN=ap(Hi)});function pp(t,e={}){let r;try{r=new URL(t)}catch{return}let n=r.protocol.replace(":","").toLowerCase(),s=e.noProxy??process.env.NO_PROXY??process.env.no_proxy??"";if(kw(r.hostname,r.port,s))return;let o;return n==="https"?o=e.httpsProxy??process.env.HTTPS_PROXY??process.env.https_proxy??process.env.ALL_PROXY??process.env.all_proxy:o=e.httpProxy??process.env.HTTP_PROXY??process.env.http_proxy??process.env.ALL_PROXY??process.env.all_proxy,o||void 0}function kw(t,e,r){if(!r||r.trim()==="")return!1;t=t.toLowerCase();let n=r.split(/[\s,]+/).filter(Boolean);for(let s of n){let o=s.toLowerCase().trim();if(o==="*")return!0;if(o.includes("/")&&!o.includes(":")){if(Bw(t,o))return!0;continue}if(o.includes(":")&&!o.startsWith("[")){let[u,i]=o.split(":");if(t===u&&(!i||e===i))return!0;continue}if(o.startsWith(".")){if(t.endsWith(o)||t===o.slice(1))return!0;continue}if(t===o||t.endsWith("."+o))return!0}return!1}function Bw(t,e){let[r,n]=e.split("/");if(!n)return t===r;let s=parseInt(n,10);if(isNaN(s))return!1;let o=t.split(".").map(Number),u=r.split(".").map(Number);if(o.length!==4||u.length!==4||o.some(isNaN)||u.some(isNaN))return!1;let i=o[0]<<24|o[1]<<16|o[2]<<8|o[3],c=u[0]<<24|u[1]<<16|u[2]<<8|u[3],a=~((1<<32-s)-1);return(i&a)===(c&a)}var fp=A(()=>{"use strict"});var mp={};we(mp,{Agent:()=>aA,AsyncLocalStorage:()=>z3,AsyncResource:()=>G3,Buffer:()=>Y3,Client:()=>cA,EventEmitter:()=>t3,PassThrough:()=>Zw,ProxyAgent:()=>iA,Readable:()=>Xw,Server:()=>v3,Socket:()=>C3,TLSSocket:()=>T3,Transform:()=>Qw,URL:()=>hp,URLSearchParams:()=>E3,WebSocket:()=>lA,Writable:()=>Jw,arch:()=>h3,basename:()=>zw,brotliCompress:()=>P3,brotliDecompress:()=>M3,channel:()=>K3,connect:()=>D3,constants:()=>pA,cpus:()=>m3,createCipheriv:()=>c3,createConnection:()=>S3,createDecipheriv:()=>a3,createHash:()=>r3,createHmac:()=>n3,createPrivateKey:()=>o3,createReadStream:()=>Uw,createSign:()=>s3,createWriteStream:()=>Lw,deepStrictEqual:()=>Q3,default:()=>Nw,deflate:()=>F3,deflateSync:()=>$3,dirname:()=>Vw,errors:()=>uA,exec:()=>nA,execSync:()=>sA,existsSync:()=>Fw,extname:()=>Gw,fileURLToPath:()=>w3,finished:()=>e3,format:()=>p3,freemem:()=>g3,gunzip:()=>_3,gunzipSync:()=>H3,gzip:()=>I3,gzipSync:()=>j3,homedir:()=>b3,inflate:()=>q3,inflateSync:()=>W3,inspect:()=>d3,join:()=>Ww,lookup:()=>R3,mkdir:()=>Pw,ok:()=>X3,pathToFileURL:()=>A3,performance:()=>V3,pipeline:()=>Yw,platform:()=>f3,promises:()=>dA,promisify:()=>l3,randomBytes:()=>u3,randomUUID:()=>i3,readFile:()=>_w,readFileSync:()=>Ow,readdir:()=>$w,rejects:()=>eA,request:()=>oA,resolve:()=>Kw,resolve4:()=>k3,resolve6:()=>B3,resolveCname:()=>O3,resolveMx:()=>N3,resolveNs:()=>U3,resolveTxt:()=>L3,rm:()=>Hw,spawn:()=>tA,spawnSync:()=>rA,stat:()=>jw,strictEqual:()=>J3,throws:()=>Z3,tmpdir:()=>y3,totalmem:()=>x3,unlink:()=>Mw,writeFile:()=>qw,writeFileSync:()=>Iw});var he,Q,_e,Nw,Lw,Uw,Ow,Iw,Fw,Pw,_w,qw,Mw,Hw,jw,$w,Ww,Vw,zw,Gw,Kw,Yw,Xw,Jw,Qw,Zw,e3,t3,r3,n3,s3,o3,u3,i3,a3,c3,l3,d3,p3,f3,h3,m3,g3,x3,b3,y3,w3,A3,hp,E3,S3,D3,C3,v3,T3,R3,k3,B3,N3,L3,U3,O3,I3,F3,P3,_3,q3,M3,H3,j3,$3,W3,V3,z3,G3,K3,Y3,X3,J3,Q3,Z3,eA,tA,rA,nA,sA,oA,uA,iA,aA,cA,lA,dA,pA,gp=A(()=>{he=()=>{},Q=()=>Promise.resolve(),_e=class{constructor(){}},Nw={},Lw=he,Uw=he,Ow=()=>"",Iw=he,Fw=()=>!1,Pw=Q,_w=Q,qw=Q,Mw=Q,Hw=Q,jw=Q,$w=Q,Ww=(...t)=>t.join("/"),Vw=t=>t.split("/").slice(0,-1).join("/"),zw=t=>t.split("/").pop()||"",Gw=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},Kw=(...t)=>t.join("/"),Yw=Q,Xw=_e,Jw=_e,Qw=_e,Zw=_e,e3=Q,t3=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},r3=()=>({update:()=>({digest:()=>""})}),n3=()=>({update:()=>({digest:()=>""})}),s3=()=>({update:()=>({}),sign:()=>""}),o3=()=>({}),u3=t=>new Uint8Array(t),i3=()=>crypto.randomUUID(),a3=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:he}),c3=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:he}),l3=t=>t,d3=t=>JSON.stringify(t),p3=(...t)=>t.join(" "),f3=()=>"browser",h3=()=>"unknown",m3=()=>[],g3=()=>0,x3=()=>0,b3=()=>"/",y3=()=>"/tmp",w3=t=>t,A3=t=>new hp("file://"+t),hp=globalThis.URL,E3=globalThis.URLSearchParams,S3=he,D3=he,C3=_e,v3=_e,T3=_e,R3=(t,e)=>e(null,"127.0.0.1",4),k3=Q,B3=Q,N3=Q,L3=Q,U3=Q,O3=Q,I3=(t,e)=>e(null,t),F3=(t,e)=>e(null,t),P3=(t,e)=>e(null,t),_3=(t,e)=>e(null,t),q3=(t,e)=>e(null,t),M3=(t,e)=>e(null,t),H3=t=>t,j3=t=>t,$3=t=>t,W3=t=>t,V3=globalThis.performance,z3=class{getStore(){}run(t,e){return e()}enterWith(){}},G3=_e,K3=()=>({subscribe:he,unsubscribe:he,publish:he,hasSubscribers:!1}),Y3={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},X3=he,J3=he,Q3=he,Z3=he,eA=Q,tA=()=>({on:he,stdout:{on:he},stderr:{on:he},kill:he}),rA=()=>({status:0,stdout:"",stderr:""}),nA=he,sA=()=>"",oA=Q,uA={ConnectTimeoutError:_e,HeadersTimeoutError:_e,BodyTimeoutError:_e},iA=_e,aA=_e,cA=_e,lA=_e,dA={readFile:Q,writeFile:Q,access:Q,stat:Q,mkdir:Q,unlink:Q,readdir:Q},pA={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var ji={};we(ji,{Agent:()=>WE,AsyncLocalStorage:()=>RE,AsyncResource:()=>kE,Buffer:()=>NE,Client:()=>VE,EventEmitter:()=>PA,PassThrough:()=>IA,ProxyAgent:()=>$E,Readable:()=>LA,Server:()=>aE,Socket:()=>iE,TLSSocket:()=>cE,Transform:()=>OA,URL:()=>xp,URLSearchParams:()=>sE,WebSocket:()=>zE,Writable:()=>UA,arch:()=>XA,basename:()=>RA,brotliCompress:()=>yE,brotliDecompress:()=>EE,channel:()=>BE,connect:()=>uE,constants:()=>KE,cpus:()=>JA,createCipheriv:()=>VA,createConnection:()=>oE,createDecipheriv:()=>WA,createHash:()=>_A,createHmac:()=>qA,createPrivateKey:()=>HA,createReadStream:()=>mA,createSign:()=>MA,createWriteStream:()=>hA,deepStrictEqual:()=>OE,default:()=>fA,deflate:()=>bE,deflateSync:()=>CE,dirname:()=>TA,errors:()=>jE,exec:()=>qE,execSync:()=>ME,existsSync:()=>bA,extname:()=>kA,fileURLToPath:()=>rE,finished:()=>FA,format:()=>KA,freemem:()=>QA,gunzip:()=>wE,gunzipSync:()=>SE,gzip:()=>xE,gzipSync:()=>DE,homedir:()=>eE,inflate:()=>AE,inflateSync:()=>vE,inspect:()=>GA,join:()=>vA,lookup:()=>lE,mkdir:()=>yA,ok:()=>LE,pathToFileURL:()=>nE,performance:()=>TE,pipeline:()=>NA,platform:()=>YA,promises:()=>GE,promisify:()=>zA,randomBytes:()=>jA,randomUUID:()=>$A,readFile:()=>wA,readFileSync:()=>gA,readdir:()=>CA,rejects:()=>FE,request:()=>HE,resolve:()=>BA,resolve4:()=>dE,resolve6:()=>pE,resolveCname:()=>gE,resolveMx:()=>fE,resolveNs:()=>mE,resolveTxt:()=>hE,rm:()=>SA,spawn:()=>PE,spawnSync:()=>_E,stat:()=>DA,strictEqual:()=>UE,throws:()=>IE,tmpdir:()=>tE,totalmem:()=>ZA,unlink:()=>EA,writeFile:()=>AA,writeFileSync:()=>xA});var me,Z,qe,fA,hA,mA,gA,xA,bA,yA,wA,AA,EA,SA,DA,CA,vA,TA,RA,kA,BA,NA,LA,UA,OA,IA,FA,PA,_A,qA,MA,HA,jA,$A,WA,VA,zA,GA,KA,YA,XA,JA,QA,ZA,eE,tE,rE,nE,xp,sE,oE,uE,iE,aE,cE,lE,dE,pE,fE,hE,mE,gE,xE,bE,yE,wE,AE,EE,SE,DE,CE,vE,TE,RE,kE,BE,NE,LE,UE,OE,IE,FE,PE,_E,qE,ME,HE,jE,$E,WE,VE,zE,GE,KE,$i=A(()=>{me=()=>{},Z=()=>Promise.resolve(),qe=class{constructor(){}},fA={},hA=me,mA=me,gA=()=>"",xA=me,bA=()=>!1,yA=Z,wA=Z,AA=Z,EA=Z,SA=Z,DA=Z,CA=Z,vA=(...t)=>t.join("/"),TA=t=>t.split("/").slice(0,-1).join("/"),RA=t=>t.split("/").pop()||"",kA=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},BA=(...t)=>t.join("/"),NA=Z,LA=qe,UA=qe,OA=qe,IA=qe,FA=Z,PA=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},_A=()=>({update:()=>({digest:()=>""})}),qA=()=>({update:()=>({digest:()=>""})}),MA=()=>({update:()=>({}),sign:()=>""}),HA=()=>({}),jA=t=>new Uint8Array(t),$A=()=>crypto.randomUUID(),WA=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:me}),VA=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:me}),zA=t=>t,GA=t=>JSON.stringify(t),KA=(...t)=>t.join(" "),YA=()=>"browser",XA=()=>"unknown",JA=()=>[],QA=()=>0,ZA=()=>0,eE=()=>"/",tE=()=>"/tmp",rE=t=>t,nE=t=>new xp("file://"+t),xp=globalThis.URL,sE=globalThis.URLSearchParams,oE=me,uE=me,iE=qe,aE=qe,cE=qe,lE=(t,e)=>e(null,"127.0.0.1",4),dE=Z,pE=Z,fE=Z,hE=Z,mE=Z,gE=Z,xE=(t,e)=>e(null,t),bE=(t,e)=>e(null,t),yE=(t,e)=>e(null,t),wE=(t,e)=>e(null,t),AE=(t,e)=>e(null,t),EE=(t,e)=>e(null,t),SE=t=>t,DE=t=>t,CE=t=>t,vE=t=>t,TE=globalThis.performance,RE=class{getStore(){}run(t,e){return e()}enterWith(){}},kE=qe,BE=()=>({subscribe:me,unsubscribe:me,publish:me,hasSubscribers:!1}),NE={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},LE=me,UE=me,OE=me,IE=me,FE=Z,PE=()=>({on:me,stdout:{on:me},stderr:{on:me},kill:me}),_E=()=>({status:0,stdout:"",stderr:""}),qE=me,ME=()=>"",HE=Z,jE={ConnectTimeoutError:qe,HeadersTimeoutError:qe,BodyTimeoutError:qe},$E=qe,WE=qe,VE=qe,zE=qe,GE={readFile:Z,writeFile:Z,access:Z,stat:Z,mkdir:Z,unlink:Z,readdir:Z},KE={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var yp={};we(yp,{Agent:()=>v6,AsyncLocalStorage:()=>l6,AsyncResource:()=>d6,Buffer:()=>f6,Client:()=>T6,EventEmitter:()=>yS,PassThrough:()=>xS,ProxyAgent:()=>C6,Readable:()=>hS,Server:()=>WS,Socket:()=>$S,TLSSocket:()=>VS,Transform:()=>gS,URL:()=>bp,URLSearchParams:()=>MS,WebSocket:()=>R6,Writable:()=>mS,arch:()=>LS,basename:()=>lS,brotliCompress:()=>t6,brotliDecompress:()=>s6,channel:()=>p6,connect:()=>jS,constants:()=>B6,cpus:()=>US,createCipheriv:()=>TS,createConnection:()=>HS,createDecipheriv:()=>vS,createHash:()=>wS,createHmac:()=>AS,createPrivateKey:()=>SS,createReadStream:()=>JE,createSign:()=>ES,createWriteStream:()=>XE,deepStrictEqual:()=>g6,default:()=>YE,deflate:()=>e6,deflateSync:()=>i6,dirname:()=>cS,errors:()=>D6,exec:()=>A6,execSync:()=>E6,existsSync:()=>eS,extname:()=>dS,fileURLToPath:()=>_S,finished:()=>bS,format:()=>BS,freemem:()=>OS,gunzip:()=>r6,gunzipSync:()=>o6,gzip:()=>ZS,gzipSync:()=>u6,homedir:()=>FS,inflate:()=>n6,inflateSync:()=>a6,inspect:()=>kS,join:()=>aS,lookup:()=>zS,mkdir:()=>tS,ok:()=>h6,pathToFileURL:()=>qS,performance:()=>c6,pipeline:()=>fS,platform:()=>NS,promises:()=>k6,promisify:()=>RS,randomBytes:()=>DS,randomUUID:()=>CS,readFile:()=>rS,readFileSync:()=>QE,readdir:()=>iS,rejects:()=>b6,request:()=>S6,resolve:()=>pS,resolve4:()=>GS,resolve6:()=>KS,resolveCname:()=>QS,resolveMx:()=>YS,resolveNs:()=>JS,resolveTxt:()=>XS,rm:()=>oS,spawn:()=>y6,spawnSync:()=>w6,stat:()=>uS,strictEqual:()=>m6,throws:()=>x6,tmpdir:()=>PS,totalmem:()=>IS,unlink:()=>sS,writeFile:()=>nS,writeFileSync:()=>ZE});var ge,ee,Me,YE,XE,JE,QE,ZE,eS,tS,rS,nS,sS,oS,uS,iS,aS,cS,lS,dS,pS,fS,hS,mS,gS,xS,bS,yS,wS,AS,ES,SS,DS,CS,vS,TS,RS,kS,BS,NS,LS,US,OS,IS,FS,PS,_S,qS,bp,MS,HS,jS,$S,WS,VS,zS,GS,KS,YS,XS,JS,QS,ZS,e6,t6,r6,n6,s6,o6,u6,i6,a6,c6,l6,d6,p6,f6,h6,m6,g6,x6,b6,y6,w6,A6,E6,S6,D6,C6,v6,T6,R6,k6,B6,wp=A(()=>{ge=()=>{},ee=()=>Promise.resolve(),Me=class{constructor(){}},YE={},XE=ge,JE=ge,QE=()=>"",ZE=ge,eS=()=>!1,tS=ee,rS=ee,nS=ee,sS=ee,oS=ee,uS=ee,iS=ee,aS=(...t)=>t.join("/"),cS=t=>t.split("/").slice(0,-1).join("/"),lS=t=>t.split("/").pop()||"",dS=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},pS=(...t)=>t.join("/"),fS=ee,hS=Me,mS=Me,gS=Me,xS=Me,bS=ee,yS=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},wS=()=>({update:()=>({digest:()=>""})}),AS=()=>({update:()=>({digest:()=>""})}),ES=()=>({update:()=>({}),sign:()=>""}),SS=()=>({}),DS=t=>new Uint8Array(t),CS=()=>crypto.randomUUID(),vS=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ge}),TS=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:ge}),RS=t=>t,kS=t=>JSON.stringify(t),BS=(...t)=>t.join(" "),NS=()=>"browser",LS=()=>"unknown",US=()=>[],OS=()=>0,IS=()=>0,FS=()=>"/",PS=()=>"/tmp",_S=t=>t,qS=t=>new bp("file://"+t),bp=globalThis.URL,MS=globalThis.URLSearchParams,HS=ge,jS=ge,$S=Me,WS=Me,VS=Me,zS=(t,e)=>e(null,"127.0.0.1",4),GS=ee,KS=ee,YS=ee,XS=ee,JS=ee,QS=ee,ZS=(t,e)=>e(null,t),e6=(t,e)=>e(null,t),t6=(t,e)=>e(null,t),r6=(t,e)=>e(null,t),n6=(t,e)=>e(null,t),s6=(t,e)=>e(null,t),o6=t=>t,u6=t=>t,i6=t=>t,a6=t=>t,c6=globalThis.performance,l6=class{getStore(){}run(t,e){return e()}enterWith(){}},d6=Me,p6=()=>({subscribe:ge,unsubscribe:ge,publish:ge,hasSubscribers:!1}),f6={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},h6=ge,m6=ge,g6=ge,x6=ge,b6=ee,y6=()=>({on:ge,stdout:{on:ge},stderr:{on:ge},kill:ge}),w6=()=>({status:0,stdout:"",stderr:""}),A6=ge,E6=()=>"",S6=ee,D6={ConnectTimeoutError:Me,HeadersTimeoutError:Me,BodyTimeoutError:Me},C6=Me,v6=Me,T6=Me,R6=Me,k6={readFile:ee,writeFile:ee,access:ee,stat:ee,mkdir:ee,unlink:ee,readdir:ee},B6={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var Dp=ae(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});var Ap=(wp(),yr(yp)),pr={INVALID_ENCODING:"Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.",INVALID_SMARTBUFFER_SIZE:"Invalid size provided. Size must be a valid integer greater than zero.",INVALID_SMARTBUFFER_BUFFER:"Invalid Buffer provided in SmartBufferOptions.",INVALID_SMARTBUFFER_OBJECT:"Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.",INVALID_OFFSET:"An invalid offset value was provided.",INVALID_OFFSET_NON_NUMBER:"An invalid offset value was provided. A numeric value is required.",INVALID_LENGTH:"An invalid length value was provided.",INVALID_LENGTH_NON_NUMBER:"An invalid length value was provived. A numeric value is required.",INVALID_TARGET_OFFSET:"Target offset is beyond the bounds of the internal SmartBuffer data.",INVALID_TARGET_LENGTH:"Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.",INVALID_READ_BEYOND_BOUNDS:"Attempted to read beyond the bounds of the managed data.",INVALID_WRITE_BEYOND_BOUNDS:"Attempted to write beyond the bounds of the managed data."};Lt.ERRORS=pr;function N6(t){if(!Ap.Buffer.isEncoding(t))throw new Error(pr.INVALID_ENCODING)}Lt.checkEncoding=N6;function Ep(t){return typeof t=="number"&&isFinite(t)&&I6(t)}Lt.isFiniteInteger=Ep;function Sp(t,e){if(typeof t=="number"){if(!Ep(t)||t<0)throw new Error(e?pr.INVALID_OFFSET:pr.INVALID_LENGTH)}else throw new Error(e?pr.INVALID_OFFSET_NON_NUMBER:pr.INVALID_LENGTH_NON_NUMBER)}function L6(t){Sp(t,!1)}Lt.checkLengthValue=L6;function U6(t){Sp(t,!0)}Lt.checkOffsetValue=U6;function O6(t,e){if(t<0||t>e.length)throw new Error(pr.INVALID_TARGET_OFFSET)}Lt.checkTargetOffset=O6;function I6(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function F6(t){if(typeof BigInt>"u")throw new Error("Platform does not support JS BigInt type.");if(typeof Ap.Buffer.prototype[t]>"u")throw new Error(`Platform does not support Buffer.prototype.${t}.`)}Lt.bigIntAndBufferInt64Check=F6});var vp=ae(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});var U=Dp(),Cp=4096,P6="utf8",Wi=class t{constructor(e){if(this.length=0,this._encoding=P6,this._writeOffset=0,this._readOffset=0,t.isSmartBufferOptions(e))if(e.encoding&&(U.checkEncoding(e.encoding),this._encoding=e.encoding),e.size)if(U.isFiniteInteger(e.size)&&e.size>0)this._buff=Buffer.allocUnsafe(e.size);else throw new Error(U.ERRORS.INVALID_SMARTBUFFER_SIZE);else if(e.buff)if(Buffer.isBuffer(e.buff))this._buff=e.buff,this.length=e.buff.length;else throw new Error(U.ERRORS.INVALID_SMARTBUFFER_BUFFER);else this._buff=Buffer.allocUnsafe(Cp);else{if(typeof e<"u")throw new Error(U.ERRORS.INVALID_SMARTBUFFER_OBJECT);this._buff=Buffer.allocUnsafe(Cp)}}static fromSize(e,r){return new this({size:e,encoding:r})}static fromBuffer(e,r){return new this({buff:e,encoding:r})}static fromOptions(e){return new this(e)}static isSmartBufferOptions(e){let r=e;return r&&(r.encoding!==void 0||r.size!==void 0||r.buff!==void 0)}readInt8(e){return this._readNumberValue(Buffer.prototype.readInt8,1,e)}readInt16BE(e){return this._readNumberValue(Buffer.prototype.readInt16BE,2,e)}readInt16LE(e){return this._readNumberValue(Buffer.prototype.readInt16LE,2,e)}readInt32BE(e){return this._readNumberValue(Buffer.prototype.readInt32BE,4,e)}readInt32LE(e){return this._readNumberValue(Buffer.prototype.readInt32LE,4,e)}readBigInt64BE(e){return U.bigIntAndBufferInt64Check("readBigInt64BE"),this._readNumberValue(Buffer.prototype.readBigInt64BE,8,e)}readBigInt64LE(e){return U.bigIntAndBufferInt64Check("readBigInt64LE"),this._readNumberValue(Buffer.prototype.readBigInt64LE,8,e)}writeInt8(e,r){return this._writeNumberValue(Buffer.prototype.writeInt8,1,e,r),this}insertInt8(e,r){return this._insertNumberValue(Buffer.prototype.writeInt8,1,e,r)}writeInt16BE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt16BE,2,e,r)}insertInt16BE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt16BE,2,e,r)}writeInt16LE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt16LE,2,e,r)}insertInt16LE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt16LE,2,e,r)}writeInt32BE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt32BE,4,e,r)}insertInt32BE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt32BE,4,e,r)}writeInt32LE(e,r){return this._writeNumberValue(Buffer.prototype.writeInt32LE,4,e,r)}insertInt32LE(e,r){return this._insertNumberValue(Buffer.prototype.writeInt32LE,4,e,r)}writeBigInt64BE(e,r){return U.bigIntAndBufferInt64Check("writeBigInt64BE"),this._writeNumberValue(Buffer.prototype.writeBigInt64BE,8,e,r)}insertBigInt64BE(e,r){return U.bigIntAndBufferInt64Check("writeBigInt64BE"),this._insertNumberValue(Buffer.prototype.writeBigInt64BE,8,e,r)}writeBigInt64LE(e,r){return U.bigIntAndBufferInt64Check("writeBigInt64LE"),this._writeNumberValue(Buffer.prototype.writeBigInt64LE,8,e,r)}insertBigInt64LE(e,r){return U.bigIntAndBufferInt64Check("writeBigInt64LE"),this._insertNumberValue(Buffer.prototype.writeBigInt64LE,8,e,r)}readUInt8(e){return this._readNumberValue(Buffer.prototype.readUInt8,1,e)}readUInt16BE(e){return this._readNumberValue(Buffer.prototype.readUInt16BE,2,e)}readUInt16LE(e){return this._readNumberValue(Buffer.prototype.readUInt16LE,2,e)}readUInt32BE(e){return this._readNumberValue(Buffer.prototype.readUInt32BE,4,e)}readUInt32LE(e){return this._readNumberValue(Buffer.prototype.readUInt32LE,4,e)}readBigUInt64BE(e){return U.bigIntAndBufferInt64Check("readBigUInt64BE"),this._readNumberValue(Buffer.prototype.readBigUInt64BE,8,e)}readBigUInt64LE(e){return U.bigIntAndBufferInt64Check("readBigUInt64LE"),this._readNumberValue(Buffer.prototype.readBigUInt64LE,8,e)}writeUInt8(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt8,1,e,r)}insertUInt8(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt8,1,e,r)}writeUInt16BE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt16BE,2,e,r)}insertUInt16BE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt16BE,2,e,r)}writeUInt16LE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt16LE,2,e,r)}insertUInt16LE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt16LE,2,e,r)}writeUInt32BE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt32BE,4,e,r)}insertUInt32BE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt32BE,4,e,r)}writeUInt32LE(e,r){return this._writeNumberValue(Buffer.prototype.writeUInt32LE,4,e,r)}insertUInt32LE(e,r){return this._insertNumberValue(Buffer.prototype.writeUInt32LE,4,e,r)}writeBigUInt64BE(e,r){return U.bigIntAndBufferInt64Check("writeBigUInt64BE"),this._writeNumberValue(Buffer.prototype.writeBigUInt64BE,8,e,r)}insertBigUInt64BE(e,r){return U.bigIntAndBufferInt64Check("writeBigUInt64BE"),this._insertNumberValue(Buffer.prototype.writeBigUInt64BE,8,e,r)}writeBigUInt64LE(e,r){return U.bigIntAndBufferInt64Check("writeBigUInt64LE"),this._writeNumberValue(Buffer.prototype.writeBigUInt64LE,8,e,r)}insertBigUInt64LE(e,r){return U.bigIntAndBufferInt64Check("writeBigUInt64LE"),this._insertNumberValue(Buffer.prototype.writeBigUInt64LE,8,e,r)}readFloatBE(e){return this._readNumberValue(Buffer.prototype.readFloatBE,4,e)}readFloatLE(e){return this._readNumberValue(Buffer.prototype.readFloatLE,4,e)}writeFloatBE(e,r){return this._writeNumberValue(Buffer.prototype.writeFloatBE,4,e,r)}insertFloatBE(e,r){return this._insertNumberValue(Buffer.prototype.writeFloatBE,4,e,r)}writeFloatLE(e,r){return this._writeNumberValue(Buffer.prototype.writeFloatLE,4,e,r)}insertFloatLE(e,r){return this._insertNumberValue(Buffer.prototype.writeFloatLE,4,e,r)}readDoubleBE(e){return this._readNumberValue(Buffer.prototype.readDoubleBE,8,e)}readDoubleLE(e){return this._readNumberValue(Buffer.prototype.readDoubleLE,8,e)}writeDoubleBE(e,r){return this._writeNumberValue(Buffer.prototype.writeDoubleBE,8,e,r)}insertDoubleBE(e,r){return this._insertNumberValue(Buffer.prototype.writeDoubleBE,8,e,r)}writeDoubleLE(e,r){return this._writeNumberValue(Buffer.prototype.writeDoubleLE,8,e,r)}insertDoubleLE(e,r){return this._insertNumberValue(Buffer.prototype.writeDoubleLE,8,e,r)}readString(e,r){let n;typeof e=="number"?(U.checkLengthValue(e),n=Math.min(e,this.length-this._readOffset)):(r=e,n=this.length-this._readOffset),typeof r<"u"&&U.checkEncoding(r);let s=this._buff.slice(this._readOffset,this._readOffset+n).toString(r||this._encoding);return this._readOffset+=n,s}insertString(e,r,n){return U.checkOffsetValue(r),this._handleString(e,!0,r,n)}writeString(e,r,n){return this._handleString(e,!1,r,n)}readStringNT(e){typeof e<"u"&&U.checkEncoding(e);let r=this.length;for(let s=this._readOffset;s<this.length;s++)if(this._buff[s]===0){r=s;break}let n=this._buff.slice(this._readOffset,r);return this._readOffset=r+1,n.toString(e||this._encoding)}insertStringNT(e,r,n){return U.checkOffsetValue(r),this.insertString(e,r,n),this.insertUInt8(0,r+e.length),this}writeStringNT(e,r,n){return this.writeString(e,r,n),this.writeUInt8(0,typeof r=="number"?r+e.length:this.writeOffset),this}readBuffer(e){typeof e<"u"&&U.checkLengthValue(e);let r=typeof e=="number"?e:this.length,n=Math.min(this.length,this._readOffset+r),s=this._buff.slice(this._readOffset,n);return this._readOffset=n,s}insertBuffer(e,r){return U.checkOffsetValue(r),this._handleBuffer(e,!0,r)}writeBuffer(e,r){return this._handleBuffer(e,!1,r)}readBufferNT(){let e=this.length;for(let n=this._readOffset;n<this.length;n++)if(this._buff[n]===0){e=n;break}let r=this._buff.slice(this._readOffset,e);return this._readOffset=e+1,r}insertBufferNT(e,r){return U.checkOffsetValue(r),this.insertBuffer(e,r),this.insertUInt8(0,r+e.length),this}writeBufferNT(e,r){return typeof r<"u"&&U.checkOffsetValue(r),this.writeBuffer(e,r),this.writeUInt8(0,typeof r=="number"?r+e.length:this._writeOffset),this}clear(){return this._writeOffset=0,this._readOffset=0,this.length=0,this}remaining(){return this.length-this._readOffset}get readOffset(){return this._readOffset}set readOffset(e){U.checkOffsetValue(e),U.checkTargetOffset(e,this),this._readOffset=e}get writeOffset(){return this._writeOffset}set writeOffset(e){U.checkOffsetValue(e),U.checkTargetOffset(e,this),this._writeOffset=e}get encoding(){return this._encoding}set encoding(e){U.checkEncoding(e),this._encoding=e}get internalBuffer(){return this._buff}toBuffer(){return this._buff.slice(0,this.length)}toString(e){let r=typeof e=="string"?e:this._encoding;return U.checkEncoding(r),this._buff.toString(r,0,this.length)}destroy(){return this.clear(),this}_handleString(e,r,n,s){let o=this._writeOffset,u=this._encoding;typeof n=="number"?o=n:typeof n=="string"&&(U.checkEncoding(n),u=n),typeof s=="string"&&(U.checkEncoding(s),u=s);let i=Buffer.byteLength(e,u);return r?this.ensureInsertable(i,o):this._ensureWriteable(i,o),this._buff.write(e,o,i,u),r?this._writeOffset+=i:typeof n=="number"?this._writeOffset=Math.max(this._writeOffset,o+i):this._writeOffset+=i,this}_handleBuffer(e,r,n){let s=typeof n=="number"?n:this._writeOffset;return r?this.ensureInsertable(e.length,s):this._ensureWriteable(e.length,s),e.copy(this._buff,s),r?this._writeOffset+=e.length:typeof n=="number"?this._writeOffset=Math.max(this._writeOffset,s+e.length):this._writeOffset+=e.length,this}ensureReadable(e,r){let n=this._readOffset;if(typeof r<"u"&&(U.checkOffsetValue(r),n=r),n<0||n+e>this.length)throw new Error(U.ERRORS.INVALID_READ_BEYOND_BOUNDS)}ensureInsertable(e,r){U.checkOffsetValue(r),this._ensureCapacity(this.length+e),r<this.length&&this._buff.copy(this._buff,r+e,r,this._buff.length),r+e>this.length?this.length=r+e:this.length+=e}_ensureWriteable(e,r){let n=typeof r=="number"?r:this._writeOffset;this._ensureCapacity(n+e),n+e>this.length&&(this.length=n+e)}_ensureCapacity(e){let r=this._buff.length;if(e>r){let n=this._buff,s=r*3/2+1;s<e&&(s=e),this._buff=Buffer.allocUnsafe(s),n.copy(this._buff,0,0,r)}}_readNumberValue(e,r,n){this.ensureReadable(r,n);let s=e.call(this._buff,typeof n=="number"?n:this._readOffset);return typeof n>"u"&&(this._readOffset+=r),s}_insertNumberValue(e,r,n,s){return U.checkOffsetValue(s),this.ensureInsertable(r,s),e.call(this._buff,n,s),this._writeOffset+=r,this}_writeNumberValue(e,r,n,s){if(typeof s=="number"){if(s<0)throw new Error(U.ERRORS.INVALID_WRITE_BEYOND_BOUNDS);U.checkOffsetValue(s)}let o=typeof s=="number"?s:this._writeOffset;return this._ensureWriteable(r,o),e.call(this._buff,n,o),typeof s=="number"?this._writeOffset=Math.max(this._writeOffset,o+r):this._writeOffset+=r,this}};Vi.SmartBuffer=Wi});var zi=ae(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.SOCKS5_NO_ACCEPTABLE_AUTH=V.SOCKS5_CUSTOM_AUTH_END=V.SOCKS5_CUSTOM_AUTH_START=V.SOCKS_INCOMING_PACKET_SIZES=V.SocksClientState=V.Socks5Response=V.Socks5HostType=V.Socks5Auth=V.Socks4Response=V.SocksCommand=V.ERRORS=V.DEFAULT_TIMEOUT=void 0;var _6=3e4;V.DEFAULT_TIMEOUT=_6;var q6={InvalidSocksCommand:"An invalid SOCKS command was provided. Valid options are connect, bind, and associate.",InvalidSocksCommandForOperation:"An invalid SOCKS command was provided. Only a subset of commands are supported for this operation.",InvalidSocksCommandChain:"An invalid SOCKS command was provided. Chaining currently only supports the connect command.",InvalidSocksClientOptionsDestination:"An invalid destination host was provided.",InvalidSocksClientOptionsExistingSocket:"An invalid existing socket was provided. This should be an instance of stream.Duplex.",InvalidSocksClientOptionsProxy:"Invalid SOCKS proxy details were provided.",InvalidSocksClientOptionsTimeout:"An invalid timeout value was provided. Please enter a value above 0 (in ms).",InvalidSocksClientOptionsProxiesLength:"At least two socks proxies must be provided for chaining.",InvalidSocksClientOptionsCustomAuthRange:"Custom auth must be a value between 0x80 and 0xFE.",InvalidSocksClientOptionsCustomAuthOptions:"When a custom_auth_method is provided, custom_auth_request_handler, custom_auth_response_size, and custom_auth_response_handler must also be provided and valid.",NegotiationError:"Negotiation error",SocketClosed:"Socket closed",ProxyConnectionTimedOut:"Proxy connection timed out",InternalError:"SocksClient internal error (this should not happen)",InvalidSocks4HandshakeResponse:"Received invalid Socks4 handshake response",Socks4ProxyRejectedConnection:"Socks4 Proxy rejected connection",InvalidSocks4IncomingConnectionResponse:"Socks4 invalid incoming connection response",Socks4ProxyRejectedIncomingBoundConnection:"Socks4 Proxy rejected incoming bound connection",InvalidSocks5InitialHandshakeResponse:"Received invalid Socks5 initial handshake response",InvalidSocks5IntiailHandshakeSocksVersion:"Received invalid Socks5 initial handshake (invalid socks version)",InvalidSocks5InitialHandshakeNoAcceptedAuthType:"Received invalid Socks5 initial handshake (no accepted authentication type)",InvalidSocks5InitialHandshakeUnknownAuthType:"Received invalid Socks5 initial handshake (unknown authentication type)",Socks5AuthenticationFailed:"Socks5 Authentication failed",InvalidSocks5FinalHandshake:"Received invalid Socks5 final handshake response",InvalidSocks5FinalHandshakeRejected:"Socks5 proxy rejected connection",InvalidSocks5IncomingConnectionResponse:"Received invalid Socks5 incoming connection response",Socks5ProxyRejectedIncomingBoundConnection:"Socks5 Proxy rejected incoming bound connection"};V.ERRORS=q6;var M6={Socks5InitialHandshakeResponse:2,Socks5UserPassAuthenticationResponse:2,Socks5ResponseHeader:5,Socks5ResponseIPv4:10,Socks5ResponseIPv6:22,Socks5ResponseHostname:t=>t+7,Socks4Response:8};V.SOCKS_INCOMING_PACKET_SIZES=M6;var Tp;(function(t){t[t.connect=1]="connect",t[t.bind=2]="bind",t[t.associate=3]="associate"})(Tp||(V.SocksCommand=Tp={}));var Rp;(function(t){t[t.Granted=90]="Granted",t[t.Failed=91]="Failed",t[t.Rejected=92]="Rejected",t[t.RejectedIdent=93]="RejectedIdent"})(Rp||(V.Socks4Response=Rp={}));var kp;(function(t){t[t.NoAuth=0]="NoAuth",t[t.GSSApi=1]="GSSApi",t[t.UserPass=2]="UserPass"})(kp||(V.Socks5Auth=kp={}));var H6=128;V.SOCKS5_CUSTOM_AUTH_START=H6;var j6=254;V.SOCKS5_CUSTOM_AUTH_END=j6;var $6=255;V.SOCKS5_NO_ACCEPTABLE_AUTH=$6;var Bp;(function(t){t[t.Granted=0]="Granted",t[t.Failure=1]="Failure",t[t.NotAllowed=2]="NotAllowed",t[t.NetworkUnreachable=3]="NetworkUnreachable",t[t.HostUnreachable=4]="HostUnreachable",t[t.ConnectionRefused=5]="ConnectionRefused",t[t.TTLExpired=6]="TTLExpired",t[t.CommandNotSupported=7]="CommandNotSupported",t[t.AddressNotSupported=8]="AddressNotSupported"})(Bp||(V.Socks5Response=Bp={}));var Np;(function(t){t[t.IPv4=1]="IPv4",t[t.Hostname=3]="Hostname",t[t.IPv6=4]="IPv6"})(Np||(V.Socks5HostType=Np={}));var Lp;(function(t){t[t.Created=0]="Created",t[t.Connecting=1]="Connecting",t[t.Connected=2]="Connected",t[t.SentInitialHandshake=3]="SentInitialHandshake",t[t.ReceivedInitialHandshakeResponse=4]="ReceivedInitialHandshakeResponse",t[t.SentAuthentication=5]="SentAuthentication",t[t.ReceivedAuthenticationResponse=6]="ReceivedAuthenticationResponse",t[t.SentFinalHandshake=7]="SentFinalHandshake",t[t.ReceivedFinalResponse=8]="ReceivedFinalResponse",t[t.BoundWaitingForConnection=9]="BoundWaitingForConnection",t[t.Established=10]="Established",t[t.Disconnected=11]="Disconnected",t[t.Error=99]="Error"})(Lp||(V.SocksClientState=Lp={}))});var Ki=ae(Hr=>{"use strict";Object.defineProperty(Hr,"__esModule",{value:!0});Hr.shuffleArray=Hr.SocksClientError=void 0;var Gi=class extends Error{constructor(e,r){super(e),this.options=r}};Hr.SocksClientError=Gi;function W6(t){for(let e=t.length-1;e>0;e--){let r=Math.floor(Math.random()*(e+1));[t[e],t[r]]=[t[r],t[e]]}}Hr.shuffleArray=W6});var Yi={};we(Yi,{Agent:()=>E8,AsyncLocalStorage:()=>u8,AsyncResource:()=>i8,Buffer:()=>c8,Client:()=>S8,EventEmitter:()=>m4,PassThrough:()=>f4,ProxyAgent:()=>A8,Readable:()=>l4,Server:()=>M4,Socket:()=>q4,TLSSocket:()=>H4,Transform:()=>p4,URL:()=>Up,URLSearchParams:()=>F4,WebSocket:()=>D8,Writable:()=>d4,arch:()=>R4,basename:()=>u4,brotliCompress:()=>J4,brotliDecompress:()=>e8,channel:()=>a8,connect:()=>_4,constants:()=>v8,cpus:()=>k4,createCipheriv:()=>S4,createConnection:()=>P4,createDecipheriv:()=>E4,createHash:()=>g4,createHmac:()=>x4,createPrivateKey:()=>y4,createReadStream:()=>G6,createSign:()=>b4,createWriteStream:()=>z6,deepStrictEqual:()=>p8,default:()=>V6,deflate:()=>X4,deflateSync:()=>n8,dirname:()=>o4,errors:()=>w8,exec:()=>x8,execSync:()=>b8,existsSync:()=>X6,extname:()=>i4,fileURLToPath:()=>O4,finished:()=>h4,format:()=>v4,freemem:()=>B4,gunzip:()=>Q4,gunzipSync:()=>t8,gzip:()=>Y4,gzipSync:()=>r8,homedir:()=>L4,inflate:()=>Z4,inflateSync:()=>s8,inspect:()=>C4,join:()=>s4,lookup:()=>j4,mkdir:()=>J6,ok:()=>l8,pathToFileURL:()=>I4,performance:()=>o8,pipeline:()=>c4,platform:()=>T4,promises:()=>C8,promisify:()=>D4,randomBytes:()=>w4,randomUUID:()=>A4,readFile:()=>Q6,readFileSync:()=>K6,readdir:()=>n4,rejects:()=>h8,request:()=>y8,resolve:()=>a4,resolve4:()=>$4,resolve6:()=>W4,resolveCname:()=>K4,resolveMx:()=>V4,resolveNs:()=>G4,resolveTxt:()=>z4,rm:()=>t4,spawn:()=>m8,spawnSync:()=>g8,stat:()=>r4,strictEqual:()=>d8,throws:()=>f8,tmpdir:()=>U4,totalmem:()=>N4,unlink:()=>e4,writeFile:()=>Z6,writeFileSync:()=>Y6});var xe,te,He,V6,z6,G6,K6,Y6,X6,J6,Q6,Z6,e4,t4,r4,n4,s4,o4,u4,i4,a4,c4,l4,d4,p4,f4,h4,m4,g4,x4,b4,y4,w4,A4,E4,S4,D4,C4,v4,T4,R4,k4,B4,N4,L4,U4,O4,I4,Up,F4,P4,_4,q4,M4,H4,j4,$4,W4,V4,z4,G4,K4,Y4,X4,J4,Q4,Z4,e8,t8,r8,n8,s8,o8,u8,i8,a8,c8,l8,d8,p8,f8,h8,m8,g8,x8,b8,y8,w8,A8,E8,S8,D8,C8,v8,Xi=A(()=>{xe=()=>{},te=()=>Promise.resolve(),He=class{constructor(){}},V6={},z6=xe,G6=xe,K6=()=>"",Y6=xe,X6=()=>!1,J6=te,Q6=te,Z6=te,e4=te,t4=te,r4=te,n4=te,s4=(...t)=>t.join("/"),o4=t=>t.split("/").slice(0,-1).join("/"),u4=t=>t.split("/").pop()||"",i4=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},a4=(...t)=>t.join("/"),c4=te,l4=He,d4=He,p4=He,f4=He,h4=te,m4=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},g4=()=>({update:()=>({digest:()=>""})}),x4=()=>({update:()=>({digest:()=>""})}),b4=()=>({update:()=>({}),sign:()=>""}),y4=()=>({}),w4=t=>new Uint8Array(t),A4=()=>crypto.randomUUID(),E4=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:xe}),S4=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:xe}),D4=t=>t,C4=t=>JSON.stringify(t),v4=(...t)=>t.join(" "),T4=()=>"browser",R4=()=>"unknown",k4=()=>[],B4=()=>0,N4=()=>0,L4=()=>"/",U4=()=>"/tmp",O4=t=>t,I4=t=>new Up("file://"+t),Up=globalThis.URL,F4=globalThis.URLSearchParams,P4=xe,_4=xe,q4=He,M4=He,H4=He,j4=(t,e)=>e(null,"127.0.0.1",4),$4=te,W4=te,V4=te,z4=te,G4=te,K4=te,Y4=(t,e)=>e(null,t),X4=(t,e)=>e(null,t),J4=(t,e)=>e(null,t),Q4=(t,e)=>e(null,t),Z4=(t,e)=>e(null,t),e8=(t,e)=>e(null,t),t8=t=>t,r8=t=>t,n8=t=>t,s8=t=>t,o8=globalThis.performance,u8=class{getStore(){}run(t,e){return e()}enterWith(){}},i8=He,a8=()=>({subscribe:xe,unsubscribe:xe,publish:xe,hasSubscribers:!1}),c8={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},l8=xe,d8=xe,p8=xe,f8=xe,h8=te,m8=()=>({on:xe,stdout:{on:xe},stderr:{on:xe},kill:xe}),g8=()=>({status:0,stdout:"",stderr:""}),x8=xe,b8=()=>"",y8=te,w8={ConnectTimeoutError:He,HeadersTimeoutError:He,BodyTimeoutError:He},A8=He,E8=He,S8=He,D8=He,C8={readFile:te,writeFile:te,access:te,stat:te,mkdir:te,unlink:te,readdir:te},v8={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var eo=ae(fr=>{"use strict";Object.defineProperty(fr,"__esModule",{value:!0});fr.isInSubnet=T8;fr.isCorrect=R8;fr.numberToPaddedHex=Op;fr.stringToPaddedHex=k8;fr.testBit=B8;function T8(t){return this.subnetMask<t.subnetMask?!1:this.mask(t.subnetMask)===t.mask()}function R8(t){return function(){return this.addressMinusSuffix!==this.correctForm()?!1:this.subnetMask===t&&!this.parsedSubnet?!0:this.parsedSubnet===String(this.subnetMask)}}function Op(t){return t.toString(16).padStart(2,"0")}function k8(t){return Op(parseInt(t,10))}function B8(t,e){let{length:r}=t;if(e>r)return!1;let n=r-e;return t.substring(n,n+1)==="1"}});var Ji=ae(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.RE_SUBNET_STRING=bt.RE_ADDRESS=bt.GROUPS=bt.BITS=void 0;bt.BITS=32;bt.GROUPS=4;bt.RE_ADDRESS=/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/g;bt.RE_SUBNET_STRING=/\/\d{1,2}$/});var ro=ae(to=>{"use strict";Object.defineProperty(to,"__esModule",{value:!0});to.AddressError=void 0;var Qi=class extends Error{constructor(e,r){super(e),this.name="AddressError",this.parseMessage=r}};to.AddressError=Qi});var ea=ae(yt=>{"use strict";var N8=yt&&yt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),L8=yt&&yt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Ip=yt&&yt.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&N8(e,t,r);return L8(e,t),e};Object.defineProperty(yt,"__esModule",{value:!0});yt.Address4=void 0;var jr=Ip(eo()),at=Ip(Ji()),Nn=ro(),Zi=class t{constructor(e){this.groups=at.GROUPS,this.parsedAddress=[],this.parsedSubnet="",this.subnet="/32",this.subnetMask=32,this.v4=!0,this.isCorrect=jr.isCorrect(at.BITS),this.isInSubnet=jr.isInSubnet,this.address=e;let r=at.RE_SUBNET_STRING.exec(e);if(r){if(this.parsedSubnet=r[0].replace("/",""),this.subnetMask=parseInt(this.parsedSubnet,10),this.subnet=`/${this.subnetMask}`,this.subnetMask<0||this.subnetMask>at.BITS)throw new Nn.AddressError("Invalid subnet mask.");e=e.replace(at.RE_SUBNET_STRING,"")}this.addressMinusSuffix=e,this.parsedAddress=this.parse(e)}static isValid(e){try{return new t(e),!0}catch{return!1}}parse(e){let r=e.split(".");if(!e.match(at.RE_ADDRESS))throw new Nn.AddressError("Invalid IPv4 address.");return r}correctForm(){return this.parsedAddress.map(e=>parseInt(e,10)).join(".")}static fromHex(e){let r=e.replace(/:/g,"").padStart(8,"0"),n=[],s;for(s=0;s<8;s+=2){let o=r.slice(s,s+2);n.push(parseInt(o,16))}return new t(n.join("."))}static fromInteger(e){return t.fromHex(e.toString(16))}static fromArpa(e){let n=e.replace(/(\.in-addr\.arpa)?\.$/,"").split(".").reverse().join(".");return new t(n)}toHex(){return this.parsedAddress.map(e=>jr.stringToPaddedHex(e)).join(":")}toArray(){return this.parsedAddress.map(e=>parseInt(e,10))}toGroup6(){let e=[],r;for(r=0;r<at.GROUPS;r+=2)e.push(`${jr.stringToPaddedHex(this.parsedAddress[r])}${jr.stringToPaddedHex(this.parsedAddress[r+1])}`);return e.join(":")}bigInt(){return BigInt(`0x${this.parsedAddress.map(e=>jr.stringToPaddedHex(e)).join("")}`)}_startAddress(){return BigInt(`0b${this.mask()+"0".repeat(at.BITS-this.subnetMask)}`)}startAddress(){return t.fromBigInt(this._startAddress())}startAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._startAddress()+e)}_endAddress(){return BigInt(`0b${this.mask()+"1".repeat(at.BITS-this.subnetMask)}`)}endAddress(){return t.fromBigInt(this._endAddress())}endAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._endAddress()-e)}static fromBigInt(e){return t.fromHex(e.toString(16))}static fromByteArray(e){if(e.length!==4)throw new Nn.AddressError("IPv4 addresses require exactly 4 bytes");for(let r=0;r<e.length;r++)if(!Number.isInteger(e[r])||e[r]<0||e[r]>255)throw new Nn.AddressError("All bytes must be integers between 0 and 255");return this.fromUnsignedByteArray(e)}static fromUnsignedByteArray(e){if(e.length!==4)throw new Nn.AddressError("IPv4 addresses require exactly 4 bytes");let r=e.join(".");return new t(r)}mask(e){return e===void 0&&(e=this.subnetMask),this.getBitsBase2(0,e)}getBitsBase2(e,r){return this.binaryZeroPad().slice(e,r)}reverseForm(e){e||(e={});let r=this.correctForm().split(".").reverse().join(".");return e.omitSuffix?r:`${r}.in-addr.arpa.`}isMulticast(){return this.isInSubnet(new t("224.0.0.0/4"))}binaryZeroPad(){return this.bigInt().toString(2).padStart(at.BITS,"0")}groupForV6(){let e=this.parsedAddress;return this.address.replace(at.RE_ADDRESS,`<span class="hover-group group-v4 group-6">${e.slice(0,2).join(".")}</span>.<span class="hover-group group-v4 group-7">${e.slice(2,4).join(".")}</span>`)}};yt.Address4=Zi});var ta=ae(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.RE_URL_WITH_PORT=oe.RE_URL=oe.RE_ZONE_STRING=oe.RE_SUBNET_STRING=oe.RE_BAD_ADDRESS=oe.RE_BAD_CHARACTERS=oe.TYPES=oe.SCOPES=oe.GROUPS=oe.BITS=void 0;oe.BITS=128;oe.GROUPS=8;oe.SCOPES={0:"Reserved",1:"Interface local",2:"Link local",4:"Admin local",5:"Site local",8:"Organization local",14:"Global",15:"Reserved"};oe.TYPES={"ff01::1/128":"Multicast (All nodes on this interface)","ff01::2/128":"Multicast (All routers on this interface)","ff02::1/128":"Multicast (All nodes on this link)","ff02::2/128":"Multicast (All routers on this link)","ff05::2/128":"Multicast (All routers in this site)","ff02::5/128":"Multicast (OSPFv3 AllSPF routers)","ff02::6/128":"Multicast (OSPFv3 AllDR routers)","ff02::9/128":"Multicast (RIP routers)","ff02::a/128":"Multicast (EIGRP routers)","ff02::d/128":"Multicast (PIM routers)","ff02::16/128":"Multicast (MLDv2 reports)","ff01::fb/128":"Multicast (mDNSv6)","ff02::fb/128":"Multicast (mDNSv6)","ff05::fb/128":"Multicast (mDNSv6)","ff02::1:2/128":"Multicast (All DHCP servers and relay agents on this link)","ff05::1:2/128":"Multicast (All DHCP servers and relay agents in this site)","ff02::1:3/128":"Multicast (All DHCP servers on this link)","ff05::1:3/128":"Multicast (All DHCP servers in this site)","::/128":"Unspecified","::1/128":"Loopback","ff00::/8":"Multicast","fe80::/10":"Link-local unicast"};oe.RE_BAD_CHARACTERS=/([^0-9a-f:/%])/gi;oe.RE_BAD_ADDRESS=/([0-9a-f]{5,}|:{3,}|[^:]:$|^:[^:]|\/$)/gi;oe.RE_SUBNET_STRING=/\/\d{1,3}(?=%|$)/;oe.RE_ZONE_STRING=/%.*$/;oe.RE_URL=/^\[{0,1}([0-9a-f:]+)\]{0,1}/;oe.RE_URL_WITH_PORT=/\[([0-9a-f:]+)\]:([0-9]{1,5})/});var ra=ae($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.spanAllZeroes=Fp;$r.spanAll=U8;$r.spanLeadingZeroes=O8;$r.simpleGroup=I8;function Fp(t){return t.replace(/(0+)/g,'<span class="zero">$1</span>')}function U8(t,e=0){return t.split("").map((n,s)=>`<span class="digit value-${n} position-${s+e}">${Fp(n)}</span>`).join("")}function Pp(t){return t.replace(/^(0+)/,'<span class="zero">$1</span>')}function O8(t){return t.split(":").map(r=>Pp(r)).join(":")}function I8(t,e=0){return t.split(":").map((n,s)=>/group-v4/.test(n)?n:`<span class="hover-group group-${s+e}">${Pp(n)}</span>`)}});var _p=ae(Ve=>{"use strict";var F8=Ve&&Ve.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),P8=Ve&&Ve.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),_8=Ve&&Ve.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&F8(e,t,r);return P8(e,t),e};Object.defineProperty(Ve,"__esModule",{value:!0});Ve.ADDRESS_BOUNDARY=void 0;Ve.groupPossibilities=so;Ve.padGroup=no;Ve.simpleRegularExpression=M8;Ve.possibleElisions=H8;var q8=_8(ta());function so(t){return`(${t.join("|")})`}function no(t){return t.length<4?`0{0,${4-t.length}}${t}`:t}Ve.ADDRESS_BOUNDARY="[^A-Fa-f0-9:]";function M8(t){let e=[];t.forEach((n,s)=>{parseInt(n,16)===0&&e.push(s)});let r=e.map(n=>t.map((s,o)=>{if(o===n){let u=o===0||o===q8.GROUPS-1?":":"";return so([no(s),u])}return no(s)}).join(":"));return r.push(t.map(no).join(":")),so(r)}function H8(t,e,r){let n=e?"":":",s=r?"":":",o=[];!e&&!r&&o.push("::"),e&&r&&o.push(""),(r&&!e||!r&&e)&&o.push(":"),o.push(`${n}(:0{1,4}){1,${t-1}}`),o.push(`(0{1,4}:){1,${t-1}}${s}`),o.push(`(0{1,4}:){${t-1}}0{1,4}`);for(let u=1;u<t-1;u++)for(let i=1;i<t-u;i++)o.push(`(0{1,4}:){${i}}:(0{1,4}:){${t-i-u-1}}0{1,4}`);return so(o)}});var jp=ae(wt=>{"use strict";var j8=wt&&wt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),$8=wt&&wt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),io=wt&&wt.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&j8(e,t,r);return $8(e,t),e};Object.defineProperty(wt,"__esModule",{value:!0});wt.Address6=void 0;var qp=io(eo()),na=io(Ji()),z=io(ta()),sa=io(ra()),hr=ea(),mr=_p(),Ut=ro(),oo=eo();function uo(t){if(!t)throw new Error("Assertion failed.")}function W8(t){let e=/(\d+)(\d{3})/;for(;e.test(t);)t=t.replace(e,"$1,$2");return t}function V8(t){return t=t.replace(/^(0{1,})([1-9]+)$/,'<span class="parse-error">$1</span>$2'),t=t.replace(/^(0{1,})(0)$/,'<span class="parse-error">$1</span>$2'),t}function z8(t,e){let r=[],n=[],s;for(s=0;s<t.length;s++)s<e[0]?r.push(t[s]):s>e[1]&&n.push(t[s]);return r.concat(["compact"]).concat(n)}function Mp(t){return parseInt(t,16).toString(16).padStart(4,"0")}function Hp(t){return t&255}var oa=class t{constructor(e,r){this.addressMinusSuffix="",this.parsedSubnet="",this.subnet="/128",this.subnetMask=128,this.v4=!1,this.zone="",this.isInSubnet=qp.isInSubnet,this.isCorrect=qp.isCorrect(z.BITS),r===void 0?this.groups=z.GROUPS:this.groups=r,this.address=e;let n=z.RE_SUBNET_STRING.exec(e);if(n){if(this.parsedSubnet=n[0].replace("/",""),this.subnetMask=parseInt(this.parsedSubnet,10),this.subnet=`/${this.subnetMask}`,Number.isNaN(this.subnetMask)||this.subnetMask<0||this.subnetMask>z.BITS)throw new Ut.AddressError("Invalid subnet mask.");e=e.replace(z.RE_SUBNET_STRING,"")}else if(/\//.test(e))throw new Ut.AddressError("Invalid subnet mask.");let s=z.RE_ZONE_STRING.exec(e);s&&(this.zone=s[0],e=e.replace(z.RE_ZONE_STRING,"")),this.addressMinusSuffix=e,this.parsedAddress=this.parse(this.addressMinusSuffix)}static isValid(e){try{return new t(e),!0}catch{return!1}}static fromBigInt(e){let r=e.toString(16).padStart(32,"0"),n=[],s;for(s=0;s<z.GROUPS;s++)n.push(r.slice(s*4,(s+1)*4));return new t(n.join(":"))}static fromURL(e){let r,n=null,s;if(e.indexOf("[")!==-1&&e.indexOf("]:")!==-1){if(s=z.RE_URL_WITH_PORT.exec(e),s===null)return{error:"failed to parse address with port",address:null,port:null};r=s[1],n=s[2]}else if(e.indexOf("/")!==-1){if(e=e.replace(/^[a-z0-9]+:\/\//,""),s=z.RE_URL.exec(e),s===null)return{error:"failed to parse address from URL",address:null,port:null};r=s[1]}else r=e;return n?(n=parseInt(n,10),(n<0||n>65536)&&(n=null)):n=null,{address:new t(r),port:n}}static fromAddress4(e){let r=new hr.Address4(e),n=z.BITS-(na.BITS-r.subnetMask);return new t(`::ffff:${r.correctForm()}/${n}`)}static fromArpa(e){let r=e.replace(/(\.ip6\.arpa)?\.$/,""),n=7;if(r.length!==63)throw new Ut.AddressError("Invalid 'ip6.arpa' form.");let s=r.split(".").reverse();for(let o=n;o>0;o--){let u=o*4;s.splice(u,0,":")}return r=s.join(""),new t(r)}microsoftTranscription(){return`${this.correctForm().replace(/:/g,"-")}.ipv6-literal.net`}mask(e=this.subnetMask){return this.getBitsBase2(0,e)}possibleSubnets(e=128){let r=z.BITS-this.subnetMask,n=Math.abs(e-z.BITS),s=r-n;return s<0?"0":W8((BigInt("2")**BigInt(s)).toString(10))}_startAddress(){return BigInt(`0b${this.mask()+"0".repeat(z.BITS-this.subnetMask)}`)}startAddress(){return t.fromBigInt(this._startAddress())}startAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._startAddress()+e)}_endAddress(){return BigInt(`0b${this.mask()+"1".repeat(z.BITS-this.subnetMask)}`)}endAddress(){return t.fromBigInt(this._endAddress())}endAddressExclusive(){let e=BigInt("1");return t.fromBigInt(this._endAddress()-e)}getScope(){let e=z.SCOPES[parseInt(this.getBits(12,16).toString(10),10)];return this.getType()==="Global unicast"&&e!=="Link local"&&(e="Global"),e||"Unknown"}getType(){for(let e of Object.keys(z.TYPES))if(this.isInSubnet(new t(e)))return z.TYPES[e];return"Global unicast"}getBits(e,r){return BigInt(`0b${this.getBitsBase2(e,r)}`)}getBitsBase2(e,r){return this.binaryZeroPad().slice(e,r)}getBitsBase16(e,r){let n=r-e;if(n%4!==0)throw new Error("Length of bits to retrieve must be divisible by four");return this.getBits(e,r).toString(16).padStart(n/4,"0")}getBitsPastSubnet(){return this.getBitsBase2(this.subnetMask,z.BITS)}reverseForm(e){e||(e={});let r=Math.floor(this.subnetMask/4),n=this.canonicalForm().replace(/:/g,"").split("").slice(0,r).reverse().join(".");return r>0?e.omitSuffix?n:`${n}.ip6.arpa.`:e.omitSuffix?"":"ip6.arpa."}correctForm(){let e,r=[],n=0,s=[];for(e=0;e<this.parsedAddress.length;e++){let i=parseInt(this.parsedAddress[e],16);i===0&&n++,i!==0&&n>0&&(n>1&&s.push([e-n,e-1]),n=0)}n>1&&s.push([this.parsedAddress.length-n,this.parsedAddress.length-1]);let o=s.map(i=>i[1]-i[0]+1);if(s.length>0){let i=o.indexOf(Math.max(...o));r=z8(this.parsedAddress,s[i])}else r=this.parsedAddress;for(e=0;e<r.length;e++)r[e]!=="compact"&&(r[e]=parseInt(r[e],16).toString(16));let u=r.join(":");return u=u.replace(/^compact$/,"::"),u=u.replace(/(^compact)|(compact$)/,":"),u=u.replace(/compact/,""),u}binaryZeroPad(){return this.bigInt().toString(2).padStart(z.BITS,"0")}parse4in6(e){let r=e.split(":"),s=r.slice(-1)[0].match(na.RE_ADDRESS);if(s){this.parsedAddress4=s[0],this.address4=new hr.Address4(this.parsedAddress4);for(let o=0;o<this.address4.groups;o++)if(/^0[0-9]+/.test(this.address4.parsedAddress[o]))throw new Ut.AddressError("IPv4 addresses can't have leading zeroes.",e.replace(na.RE_ADDRESS,this.address4.parsedAddress.map(V8).join(".")));this.v4=!0,r[r.length-1]=this.address4.toGroup6(),e=r.join(":")}return e}parse(e){e=this.parse4in6(e);let r=e.match(z.RE_BAD_CHARACTERS);if(r)throw new Ut.AddressError(`Bad character${r.length>1?"s":""} detected in address: ${r.join("")}`,e.replace(z.RE_BAD_CHARACTERS,'<span class="parse-error">$1</span>'));let n=e.match(z.RE_BAD_ADDRESS);if(n)throw new Ut.AddressError(`Address failed regex: ${n.join("")}`,e.replace(z.RE_BAD_ADDRESS,'<span class="parse-error">$1</span>'));let s=[],o=e.split("::");if(o.length===2){let u=o[0].split(":"),i=o[1].split(":");u.length===1&&u[0]===""&&(u=[]),i.length===1&&i[0]===""&&(i=[]);let c=this.groups-(u.length+i.length);if(!c)throw new Ut.AddressError("Error parsing groups");this.elidedGroups=c,this.elisionBegin=u.length,this.elisionEnd=u.length+this.elidedGroups,s=s.concat(u);for(let a=0;a<c;a++)s.push("0");s=s.concat(i)}else if(o.length===1)s=e.split(":"),this.elidedGroups=0;else throw new Ut.AddressError("Too many :: groups found");if(s=s.map(u=>parseInt(u,16).toString(16)),s.length!==this.groups)throw new Ut.AddressError("Incorrect number of groups found");return s}canonicalForm(){return this.parsedAddress.map(Mp).join(":")}decimal(){return this.parsedAddress.map(e=>parseInt(e,16).toString(10).padStart(5,"0")).join(":")}bigInt(){return BigInt(`0x${this.parsedAddress.map(Mp).join("")}`)}to4(){let e=this.binaryZeroPad().split("");return hr.Address4.fromHex(BigInt(`0b${e.slice(96,128).join("")}`).toString(16))}to4in6(){let e=this.to4(),n=new t(this.parsedAddress.slice(0,6).join(":"),6).correctForm(),s="";return/:$/.test(n)||(s=":"),n+s+e.address}inspectTeredo(){let e=this.getBitsBase16(0,32),n=(this.getBits(80,96)^BigInt("0xffff")).toString(),s=hr.Address4.fromHex(this.getBitsBase16(32,64)),o=this.getBits(96,128),u=hr.Address4.fromHex((o^BigInt("0xffffffff")).toString(16)),i=this.getBitsBase2(64,80),c=(0,oo.testBit)(i,15),a=(0,oo.testBit)(i,14),l=(0,oo.testBit)(i,8),d=(0,oo.testBit)(i,9),p=BigInt(`0b${i.slice(2,6)+i.slice(8,16)}`).toString(10);return{prefix:`${e.slice(0,4)}:${e.slice(4,8)}`,server4:s.address,client4:u.address,flags:i,coneNat:c,microsoft:{reserved:a,universalLocal:d,groupIndividual:l,nonce:p},udpPort:n}}inspect6to4(){let e=this.getBitsBase16(0,16),r=hr.Address4.fromHex(this.getBitsBase16(16,48));return{prefix:e.slice(0,4),gateway:r.address}}to6to4(){if(!this.is4())return null;let e=["2002",this.getBitsBase16(96,112),this.getBitsBase16(112,128),"","/16"].join(":");return new t(e)}toByteArray(){let e=this.bigInt().toString(16),n=`${"0".repeat(e.length%2)}${e}`,s=[];for(let o=0,u=n.length;o<u;o+=2)s.push(parseInt(n.substring(o,o+2),16));return s}toUnsignedByteArray(){return this.toByteArray().map(Hp)}static fromByteArray(e){return this.fromUnsignedByteArray(e.map(Hp))}static fromUnsignedByteArray(e){let r=BigInt("256"),n=BigInt("0"),s=BigInt("1");for(let o=e.length-1;o>=0;o--)n+=s*BigInt(e[o].toString(10)),s*=r;return t.fromBigInt(n)}isCanonical(){return this.addressMinusSuffix===this.canonicalForm()}isLinkLocal(){return this.getBitsBase2(0,64)==="1111111010000000000000000000000000000000000000000000000000000000"}isMulticast(){return this.getType()==="Multicast"}is4(){return this.v4}isTeredo(){return this.isInSubnet(new t("2001::/32"))}is6to4(){return this.isInSubnet(new t("2002::/16"))}isLoopback(){return this.getType()==="Loopback"}href(e){return e===void 0?e="":e=`:${e}`,`http://[${this.correctForm()}]${e}/`}link(e){e||(e={}),e.className===void 0&&(e.className=""),e.prefix===void 0&&(e.prefix="/#address="),e.v4===void 0&&(e.v4=!1);let r=this.correctForm;e.v4&&(r=this.to4in6);let n=r.call(this);return e.className?`<a href="${e.prefix}${n}" class="${e.className}">${n}</a>`:`<a href="${e.prefix}${n}">${n}</a>`}group(){if(this.elidedGroups===0)return sa.simpleGroup(this.address).join(":");uo(typeof this.elidedGroups=="number"),uo(typeof this.elisionBegin=="number");let e=[],[r,n]=this.address.split("::");r.length?e.push(...sa.simpleGroup(r)):e.push("");let s=["hover-group"];for(let o=this.elisionBegin;o<this.elisionBegin+this.elidedGroups;o++)s.push(`group-${o}`);return e.push(`<span class="${s.join(" ")}"></span>`),n.length?e.push(...sa.simpleGroup(n,this.elisionEnd)):e.push(""),this.is4()&&(uo(this.address4 instanceof hr.Address4),e.pop(),e.push(this.address4.groupForV6())),e.join(":")}regularExpressionString(e=!1){let r=[],n=new t(this.correctForm());if(n.elidedGroups===0)r.push((0,mr.simpleRegularExpression)(n.parsedAddress));else if(n.elidedGroups===z.GROUPS)r.push((0,mr.possibleElisions)(z.GROUPS));else{let s=n.address.split("::");s[0].length&&r.push((0,mr.simpleRegularExpression)(s[0].split(":"))),uo(typeof n.elidedGroups=="number"),r.push((0,mr.possibleElisions)(n.elidedGroups,s[0].length!==0,s[1].length!==0)),s[1].length&&r.push((0,mr.simpleRegularExpression)(s[1].split(":"))),r=[r.join(":")]}return e||(r=["(?=^|",mr.ADDRESS_BOUNDARY,"|[^\\w\\:])(",...r,")(?=[^\\w\\:]|",mr.ADDRESS_BOUNDARY,"|$)"]),r.join("")}regularExpression(e=!1){return new RegExp(this.regularExpressionString(e),"i")}};wt.Address6=oa});var ua=ae(ke=>{"use strict";var G8=ke&&ke.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),K8=ke&&ke.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Y8=ke&&ke.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&G8(e,t,r);return K8(e,t),e};Object.defineProperty(ke,"__esModule",{value:!0});ke.v6=ke.AddressError=ke.Address6=ke.Address4=void 0;var X8=ea();Object.defineProperty(ke,"Address4",{enumerable:!0,get:function(){return X8.Address4}});var J8=jp();Object.defineProperty(ke,"Address6",{enumerable:!0,get:function(){return J8.Address6}});var Q8=ro();Object.defineProperty(ke,"AddressError",{enumerable:!0,get:function(){return Q8.AddressError}});var Z8=Y8(ra());ke.v6={helpers:Z8}});var Kp=ae(nt=>{"use strict";Object.defineProperty(nt,"__esModule",{value:!0});nt.ipToBuffer=nt.int32ToIpv4=nt.ipv4ToInt32=nt.validateSocksClientChainOptions=nt.validateSocksClientOptions=void 0;var je=Ki(),De=zi(),eD=(Xi(),yr(Yi)),ia=ua(),$p=($i(),yr(ji));function tD(t,e=["connect","bind","associate"]){if(!De.SocksCommand[t.command])throw new je.SocksClientError(De.ERRORS.InvalidSocksCommand,t);if(e.indexOf(t.command)===-1)throw new je.SocksClientError(De.ERRORS.InvalidSocksCommandForOperation,t);if(!Vp(t.destination))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsDestination,t);if(!zp(t.proxy))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsProxy,t);if(Wp(t.proxy,t),t.timeout&&!Gp(t.timeout))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsTimeout,t);if(t.existing_socket&&!(t.existing_socket instanceof eD.Duplex))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsExistingSocket,t)}nt.validateSocksClientOptions=tD;function rD(t){if(t.command!=="connect")throw new je.SocksClientError(De.ERRORS.InvalidSocksCommandChain,t);if(!Vp(t.destination))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsDestination,t);if(!(t.proxies&&Array.isArray(t.proxies)&&t.proxies.length>=2))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsProxiesLength,t);if(t.proxies.forEach(e=>{if(!zp(e))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsProxy,t);Wp(e,t)}),t.timeout&&!Gp(t.timeout))throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsTimeout,t)}nt.validateSocksClientChainOptions=rD;function Wp(t,e){if(t.custom_auth_method!==void 0){if(t.custom_auth_method<De.SOCKS5_CUSTOM_AUTH_START||t.custom_auth_method>De.SOCKS5_CUSTOM_AUTH_END)throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthRange,e);if(t.custom_auth_request_handler===void 0||typeof t.custom_auth_request_handler!="function")throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,e);if(t.custom_auth_response_size===void 0)throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,e);if(t.custom_auth_response_handler===void 0||typeof t.custom_auth_response_handler!="function")throw new je.SocksClientError(De.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,e)}}function Vp(t){return t&&typeof t.host=="string"&&Buffer.byteLength(t.host)<256&&typeof t.port=="number"&&t.port>=0&&t.port<=65535}function zp(t){return t&&(typeof t.host=="string"||typeof t.ipaddress=="string")&&typeof t.port=="number"&&t.port>=0&&t.port<=65535&&(t.type===4||t.type===5)}function Gp(t){return typeof t=="number"&&t>0}function nD(t){return new ia.Address4(t).toArray().reduce((r,n)=>(r<<8)+n,0)>>>0}nt.ipv4ToInt32=nD;function sD(t){let e=t>>>24&255,r=t>>>16&255,n=t>>>8&255,s=t&255;return[e,r,n,s].join(".")}nt.int32ToIpv4=sD;function oD(t){if($p.isIPv4(t)){let e=new ia.Address4(t);return Buffer.from(e.toArray())}else if($p.isIPv6(t)){let e=new ia.Address6(t);return Buffer.from(e.canonicalForm().split(":").map(r=>r.padStart(4,"0")).join(""),"hex")}else throw new Error("Invalid IP address format")}nt.ipToBuffer=oD});var Yp=ae(ao=>{"use strict";Object.defineProperty(ao,"__esModule",{value:!0});ao.ReceiveBuffer=void 0;var aa=class{constructor(e=4096){this.buffer=Buffer.allocUnsafe(e),this.offset=0,this.originalSize=e}get length(){return this.offset}append(e){if(!Buffer.isBuffer(e))throw new Error("Attempted to append a non-buffer instance to ReceiveBuffer.");if(this.offset+e.length>=this.buffer.length){let r=this.buffer;this.buffer=Buffer.allocUnsafe(Math.max(this.buffer.length+this.originalSize,this.buffer.length+e.length)),r.copy(this.buffer)}return e.copy(this.buffer,this.offset),this.offset+=e.length}peek(e){if(e>this.offset)throw new Error("Attempted to read beyond the bounds of the managed internal data.");return this.buffer.slice(0,e)}get(e){if(e>this.offset)throw new Error("Attempted to read beyond the bounds of the managed internal data.");let r=Buffer.allocUnsafe(e);return this.buffer.slice(0,e).copy(r),this.buffer.copyWithin(0,e,e+this.offset-e),this.offset-=e,r}};ao.ReceiveBuffer=aa});var Xp=ae(Vt=>{"use strict";var Wr=Vt&&Vt.__awaiter||function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(u){u(o)})}return new(r||(r=Promise))(function(o,u){function i(l){try{a(n.next(l))}catch(d){u(d)}}function c(l){try{a(n.throw(l))}catch(d){u(d)}}function a(l){l.done?o(l.value):s(l.value).then(i,c)}a((n=n.apply(t,e||[])).next())})};Object.defineProperty(Vt,"__esModule",{value:!0});Vt.SocksClientError=Vt.SocksClient=void 0;var uD=(gp(),yr(mp)),Vr=($i(),yr(ji)),ze=vp(),D=zi(),Ze=Kp(),iD=Yp(),la=Ki();Object.defineProperty(Vt,"SocksClientError",{enumerable:!0,get:function(){return la.SocksClientError}});var ca=ua(),da=class t extends uD.EventEmitter{constructor(e){super(),this.options=Object.assign({},e),(0,Ze.validateSocksClientOptions)(e),this.setState(D.SocksClientState.Created)}static createConnection(e,r){return new Promise((n,s)=>{try{(0,Ze.validateSocksClientOptions)(e,["connect"])}catch(u){return typeof r=="function"?(r(u),n(u)):s(u)}let o=new t(e);o.connect(e.existing_socket),o.once("established",u=>{o.removeAllListeners(),typeof r=="function"&&r(null,u),n(u)}),o.once("error",u=>{o.removeAllListeners(),typeof r=="function"?(r(u),n(u)):s(u)})})}static createConnectionChain(e,r){return new Promise((n,s)=>Wr(this,void 0,void 0,function*(){try{(0,Ze.validateSocksClientChainOptions)(e)}catch(o){return typeof r=="function"?(r(o),n(o)):s(o)}e.randomizeChain&&(0,la.shuffleArray)(e.proxies);try{let o;for(let u=0;u<e.proxies.length;u++){let i=e.proxies[u],c=u===e.proxies.length-1?e.destination:{host:e.proxies[u+1].host||e.proxies[u+1].ipaddress,port:e.proxies[u+1].port},a=yield t.createConnection({command:"connect",proxy:i,destination:c,existing_socket:o});o=o||a.socket}typeof r=="function"?(r(null,{socket:o}),n({socket:o})):n({socket:o})}catch(o){typeof r=="function"?(r(o),n(o)):s(o)}}))}static createUDPFrame(e){let r=new ze.SmartBuffer;return r.writeUInt16BE(0),r.writeUInt8(e.frameNumber||0),Vr.isIPv4(e.remoteHost.host)?(r.writeUInt8(D.Socks5HostType.IPv4),r.writeUInt32BE((0,Ze.ipv4ToInt32)(e.remoteHost.host))):Vr.isIPv6(e.remoteHost.host)?(r.writeUInt8(D.Socks5HostType.IPv6),r.writeBuffer((0,Ze.ipToBuffer)(e.remoteHost.host))):(r.writeUInt8(D.Socks5HostType.Hostname),r.writeUInt8(Buffer.byteLength(e.remoteHost.host)),r.writeString(e.remoteHost.host)),r.writeUInt16BE(e.remoteHost.port),r.writeBuffer(e.data),r.toBuffer()}static parseUDPFrame(e){let r=ze.SmartBuffer.fromBuffer(e);r.readOffset=2;let n=r.readUInt8(),s=r.readUInt8(),o;s===D.Socks5HostType.IPv4?o=(0,Ze.int32ToIpv4)(r.readUInt32BE()):s===D.Socks5HostType.IPv6?o=ca.Address6.fromByteArray(Array.from(r.readBuffer(16))).canonicalForm():o=r.readString(r.readUInt8());let u=r.readUInt16BE();return{frameNumber:n,remoteHost:{host:o,port:u},data:r.readBuffer()}}setState(e){this.state!==D.SocksClientState.Error&&(this.state=e)}connect(e){this.onDataReceived=n=>this.onDataReceivedHandler(n),this.onClose=()=>this.onCloseHandler(),this.onError=n=>this.onErrorHandler(n),this.onConnect=()=>this.onConnectHandler();let r=setTimeout(()=>this.onEstablishedTimeout(),this.options.timeout||D.DEFAULT_TIMEOUT);r.unref&&typeof r.unref=="function"&&r.unref(),e?this.socket=e:this.socket=new Vr.Socket,this.socket.once("close",this.onClose),this.socket.once("error",this.onError),this.socket.once("connect",this.onConnect),this.socket.on("data",this.onDataReceived),this.setState(D.SocksClientState.Connecting),this.receiveBuffer=new iD.ReceiveBuffer,e?this.socket.emit("connect"):(this.socket.connect(this.getSocketOptions()),this.options.set_tcp_nodelay!==void 0&&this.options.set_tcp_nodelay!==null&&this.socket.setNoDelay(!!this.options.set_tcp_nodelay)),this.prependOnceListener("established",n=>{setImmediate(()=>{if(this.receiveBuffer.length>0){let s=this.receiveBuffer.get(this.receiveBuffer.length);n.socket.emit("data",s)}n.socket.resume()})})}getSocketOptions(){return Object.assign(Object.assign({},this.options.socket_options),{host:this.options.proxy.host||this.options.proxy.ipaddress,port:this.options.proxy.port})}onEstablishedTimeout(){this.state!==D.SocksClientState.Established&&this.state!==D.SocksClientState.BoundWaitingForConnection&&this.closeSocket(D.ERRORS.ProxyConnectionTimedOut)}onConnectHandler(){this.setState(D.SocksClientState.Connected),this.options.proxy.type===4?this.sendSocks4InitialHandshake():this.sendSocks5InitialHandshake(),this.setState(D.SocksClientState.SentInitialHandshake)}onDataReceivedHandler(e){this.receiveBuffer.append(e),this.processData()}processData(){for(;this.state!==D.SocksClientState.Established&&this.state!==D.SocksClientState.Error&&this.receiveBuffer.length>=this.nextRequiredPacketBufferSize;)if(this.state===D.SocksClientState.SentInitialHandshake)this.options.proxy.type===4?this.handleSocks4FinalHandshakeResponse():this.handleInitialSocks5HandshakeResponse();else if(this.state===D.SocksClientState.SentAuthentication)this.handleInitialSocks5AuthenticationHandshakeResponse();else if(this.state===D.SocksClientState.SentFinalHandshake)this.handleSocks5FinalHandshakeResponse();else if(this.state===D.SocksClientState.BoundWaitingForConnection)this.options.proxy.type===4?this.handleSocks4IncomingConnectionResponse():this.handleSocks5IncomingConnectionResponse();else{this.closeSocket(D.ERRORS.InternalError);break}}onCloseHandler(){this.closeSocket(D.ERRORS.SocketClosed)}onErrorHandler(e){this.closeSocket(e.message)}removeInternalSocketHandlers(){this.socket.pause(),this.socket.removeListener("data",this.onDataReceived),this.socket.removeListener("close",this.onClose),this.socket.removeListener("error",this.onError),this.socket.removeListener("connect",this.onConnect)}closeSocket(e){this.state!==D.SocksClientState.Error&&(this.setState(D.SocksClientState.Error),this.socket.destroy(),this.removeInternalSocketHandlers(),this.emit("error",new la.SocksClientError(e,this.options)))}sendSocks4InitialHandshake(){let e=this.options.proxy.userId||"",r=new ze.SmartBuffer;r.writeUInt8(4),r.writeUInt8(D.SocksCommand[this.options.command]),r.writeUInt16BE(this.options.destination.port),Vr.isIPv4(this.options.destination.host)?(r.writeBuffer((0,Ze.ipToBuffer)(this.options.destination.host)),r.writeStringNT(e)):(r.writeUInt8(0),r.writeUInt8(0),r.writeUInt8(0),r.writeUInt8(1),r.writeStringNT(e),r.writeStringNT(this.options.destination.host)),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks4Response,this.socket.write(r.toBuffer())}handleSocks4FinalHandshakeResponse(){let e=this.receiveBuffer.get(8);if(e[1]!==D.Socks4Response.Granted)this.closeSocket(`${D.ERRORS.Socks4ProxyRejectedConnection} - (${D.Socks4Response[e[1]]})`);else if(D.SocksCommand[this.options.command]===D.SocksCommand.bind){let r=ze.SmartBuffer.fromBuffer(e);r.readOffset=2;let n={port:r.readUInt16BE(),host:(0,Ze.int32ToIpv4)(r.readUInt32BE())};n.host==="0.0.0.0"&&(n.host=this.options.proxy.ipaddress),this.setState(D.SocksClientState.BoundWaitingForConnection),this.emit("bound",{remoteHost:n,socket:this.socket})}else this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{socket:this.socket})}handleSocks4IncomingConnectionResponse(){let e=this.receiveBuffer.get(8);if(e[1]!==D.Socks4Response.Granted)this.closeSocket(`${D.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${D.Socks4Response[e[1]]})`);else{let r=ze.SmartBuffer.fromBuffer(e);r.readOffset=2;let n={port:r.readUInt16BE(),host:(0,Ze.int32ToIpv4)(r.readUInt32BE())};this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket})}}sendSocks5InitialHandshake(){let e=new ze.SmartBuffer,r=[D.Socks5Auth.NoAuth];(this.options.proxy.userId||this.options.proxy.password)&&r.push(D.Socks5Auth.UserPass),this.options.proxy.custom_auth_method!==void 0&&r.push(this.options.proxy.custom_auth_method),e.writeUInt8(5),e.writeUInt8(r.length);for(let n of r)e.writeUInt8(n);this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5InitialHandshakeResponse,this.socket.write(e.toBuffer()),this.setState(D.SocksClientState.SentInitialHandshake)}handleInitialSocks5HandshakeResponse(){let e=this.receiveBuffer.get(2);e[0]!==5?this.closeSocket(D.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion):e[1]===D.SOCKS5_NO_ACCEPTABLE_AUTH?this.closeSocket(D.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType):e[1]===D.Socks5Auth.NoAuth?(this.socks5ChosenAuthType=D.Socks5Auth.NoAuth,this.sendSocks5CommandRequest()):e[1]===D.Socks5Auth.UserPass?(this.socks5ChosenAuthType=D.Socks5Auth.UserPass,this.sendSocks5UserPassAuthentication()):e[1]===this.options.proxy.custom_auth_method?(this.socks5ChosenAuthType=this.options.proxy.custom_auth_method,this.sendSocks5CustomAuthentication()):this.closeSocket(D.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType)}sendSocks5UserPassAuthentication(){let e=this.options.proxy.userId||"",r=this.options.proxy.password||"",n=new ze.SmartBuffer;n.writeUInt8(1),n.writeUInt8(Buffer.byteLength(e)),n.writeString(e),n.writeUInt8(Buffer.byteLength(r)),n.writeString(r),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5UserPassAuthenticationResponse,this.socket.write(n.toBuffer()),this.setState(D.SocksClientState.SentAuthentication)}sendSocks5CustomAuthentication(){return Wr(this,void 0,void 0,function*(){this.nextRequiredPacketBufferSize=this.options.proxy.custom_auth_response_size,this.socket.write(yield this.options.proxy.custom_auth_request_handler()),this.setState(D.SocksClientState.SentAuthentication)})}handleSocks5CustomAuthHandshakeResponse(e){return Wr(this,void 0,void 0,function*(){return yield this.options.proxy.custom_auth_response_handler(e)})}handleSocks5AuthenticationNoAuthHandshakeResponse(e){return Wr(this,void 0,void 0,function*(){return e[1]===0})}handleSocks5AuthenticationUserPassHandshakeResponse(e){return Wr(this,void 0,void 0,function*(){return e[1]===0})}handleInitialSocks5AuthenticationHandshakeResponse(){return Wr(this,void 0,void 0,function*(){this.setState(D.SocksClientState.ReceivedAuthenticationResponse);let e=!1;this.socks5ChosenAuthType===D.Socks5Auth.NoAuth?e=yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2)):this.socks5ChosenAuthType===D.Socks5Auth.UserPass?e=yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2)):this.socks5ChosenAuthType===this.options.proxy.custom_auth_method&&(e=yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size))),e?this.sendSocks5CommandRequest():this.closeSocket(D.ERRORS.Socks5AuthenticationFailed)})}sendSocks5CommandRequest(){let e=new ze.SmartBuffer;e.writeUInt8(5),e.writeUInt8(D.SocksCommand[this.options.command]),e.writeUInt8(0),Vr.isIPv4(this.options.destination.host)?(e.writeUInt8(D.Socks5HostType.IPv4),e.writeBuffer((0,Ze.ipToBuffer)(this.options.destination.host))):Vr.isIPv6(this.options.destination.host)?(e.writeUInt8(D.Socks5HostType.IPv6),e.writeBuffer((0,Ze.ipToBuffer)(this.options.destination.host))):(e.writeUInt8(D.Socks5HostType.Hostname),e.writeUInt8(this.options.destination.host.length),e.writeString(this.options.destination.host)),e.writeUInt16BE(this.options.destination.port),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader,this.socket.write(e.toBuffer()),this.setState(D.SocksClientState.SentFinalHandshake)}handleSocks5FinalHandshakeResponse(){let e=this.receiveBuffer.peek(5);if(e[0]!==5||e[1]!==D.Socks5Response.Granted)this.closeSocket(`${D.ERRORS.InvalidSocks5FinalHandshakeRejected} - ${D.Socks5Response[e[1]]}`);else{let r=e[3],n,s;if(r===D.Socks5HostType.IPv4){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:(0,Ze.int32ToIpv4)(s.readUInt32BE()),port:s.readUInt16BE()},n.host==="0.0.0.0"&&(n.host=this.options.proxy.ipaddress)}else if(r===D.Socks5HostType.Hostname){let o=e[4],u=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(o);if(this.receiveBuffer.length<u){this.nextRequiredPacketBufferSize=u;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(u).slice(5)),n={host:s.readString(o),port:s.readUInt16BE()}}else if(r===D.Socks5HostType.IPv6){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:ca.Address6.fromByteArray(Array.from(s.readBuffer(16))).canonicalForm(),port:s.readUInt16BE()}}this.setState(D.SocksClientState.ReceivedFinalResponse),D.SocksCommand[this.options.command]===D.SocksCommand.connect?(this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket})):D.SocksCommand[this.options.command]===D.SocksCommand.bind?(this.setState(D.SocksClientState.BoundWaitingForConnection),this.nextRequiredPacketBufferSize=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader,this.emit("bound",{remoteHost:n,socket:this.socket})):D.SocksCommand[this.options.command]===D.SocksCommand.associate&&(this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket}))}}handleSocks5IncomingConnectionResponse(){let e=this.receiveBuffer.peek(5);if(e[0]!==5||e[1]!==D.Socks5Response.Granted)this.closeSocket(`${D.ERRORS.Socks5ProxyRejectedIncomingBoundConnection} - ${D.Socks5Response[e[1]]}`);else{let r=e[3],n,s;if(r===D.Socks5HostType.IPv4){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:(0,Ze.int32ToIpv4)(s.readUInt32BE()),port:s.readUInt16BE()},n.host==="0.0.0.0"&&(n.host=this.options.proxy.ipaddress)}else if(r===D.Socks5HostType.Hostname){let o=e[4],u=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(o);if(this.receiveBuffer.length<u){this.nextRequiredPacketBufferSize=u;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(u).slice(5)),n={host:s.readString(o),port:s.readUInt16BE()}}else if(r===D.Socks5HostType.IPv6){let o=D.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6;if(this.receiveBuffer.length<o){this.nextRequiredPacketBufferSize=o;return}s=ze.SmartBuffer.fromBuffer(this.receiveBuffer.get(o).slice(4)),n={host:ca.Address6.fromByteArray(Array.from(s.readBuffer(16))).canonicalForm(),port:s.readUInt16BE()}}this.setState(D.SocksClientState.Established),this.removeInternalSocketHandlers(),this.emit("established",{remoteHost:n,socket:this.socket})}}get socksClientOptions(){return Object.assign({},this.options)}};Vt.SocksClient=da});var Jp=ae(gr=>{"use strict";var aD=gr&&gr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),cD=gr&&gr.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&aD(e,t,r)};Object.defineProperty(gr,"__esModule",{value:!0});cD(Xp(),gr)});var Zp={};we(Zp,{Agent:()=>H5,AsyncLocalStorage:()=>C5,AsyncResource:()=>v5,Buffer:()=>R5,Client:()=>j5,EventEmitter:()=>OD,PassThrough:()=>LD,ProxyAgent:()=>M5,Readable:()=>kD,Server:()=>o5,Socket:()=>s5,TLSSocket:()=>u5,Transform:()=>ND,URL:()=>Qp,URLSearchParams:()=>t5,WebSocket:()=>$5,Writable:()=>BD,arch:()=>GD,basename:()=>CD,brotliCompress:()=>g5,brotliDecompress:()=>y5,channel:()=>T5,connect:()=>n5,constants:()=>V5,cpus:()=>KD,createCipheriv:()=>jD,createConnection:()=>r5,createDecipheriv:()=>HD,createHash:()=>ID,createHmac:()=>FD,createPrivateKey:()=>_D,createReadStream:()=>pD,createSign:()=>PD,createWriteStream:()=>dD,deepStrictEqual:()=>N5,default:()=>lD,deflate:()=>m5,deflateSync:()=>E5,dirname:()=>DD,errors:()=>q5,exec:()=>F5,execSync:()=>P5,existsSync:()=>mD,extname:()=>vD,fileURLToPath:()=>ZD,finished:()=>UD,format:()=>VD,freemem:()=>YD,gunzip:()=>x5,gunzipSync:()=>w5,gzip:()=>h5,gzipSync:()=>A5,homedir:()=>JD,inflate:()=>b5,inflateSync:()=>S5,inspect:()=>WD,join:()=>SD,lookup:()=>i5,mkdir:()=>gD,ok:()=>k5,pathToFileURL:()=>e5,performance:()=>D5,pipeline:()=>RD,platform:()=>zD,promises:()=>W5,promisify:()=>$D,randomBytes:()=>qD,randomUUID:()=>MD,readFile:()=>xD,readFileSync:()=>fD,readdir:()=>ED,rejects:()=>U5,request:()=>_5,resolve:()=>TD,resolve4:()=>a5,resolve6:()=>c5,resolveCname:()=>f5,resolveMx:()=>l5,resolveNs:()=>p5,resolveTxt:()=>d5,rm:()=>wD,spawn:()=>O5,spawnSync:()=>I5,stat:()=>AD,strictEqual:()=>B5,throws:()=>L5,tmpdir:()=>QD,totalmem:()=>XD,unlink:()=>yD,writeFile:()=>bD,writeFileSync:()=>hD});var be,re,$e,lD,dD,pD,fD,hD,mD,gD,xD,bD,yD,wD,AD,ED,SD,DD,CD,vD,TD,RD,kD,BD,ND,LD,UD,OD,ID,FD,PD,_D,qD,MD,HD,jD,$D,WD,VD,zD,GD,KD,YD,XD,JD,QD,ZD,e5,Qp,t5,r5,n5,s5,o5,u5,i5,a5,c5,l5,d5,p5,f5,h5,m5,g5,x5,b5,y5,w5,A5,E5,S5,D5,C5,v5,T5,R5,k5,B5,N5,L5,U5,O5,I5,F5,P5,_5,q5,M5,H5,j5,$5,W5,V5,e0=A(()=>{be=()=>{},re=()=>Promise.resolve(),$e=class{constructor(){}},lD={},dD=be,pD=be,fD=()=>"",hD=be,mD=()=>!1,gD=re,xD=re,bD=re,yD=re,wD=re,AD=re,ED=re,SD=(...t)=>t.join("/"),DD=t=>t.split("/").slice(0,-1).join("/"),CD=t=>t.split("/").pop()||"",vD=t=>{let e=t.match(/\.[^.]+$/);return e?e[0]:""},TD=(...t)=>t.join("/"),RD=re,kD=$e,BD=$e,ND=$e,LD=$e,UD=re,OD=class{on(){return this}off(){return this}emit(){return!1}once(){return this}addListener(){return this}removeListener(){return this}},ID=()=>({update:()=>({digest:()=>""})}),FD=()=>({update:()=>({digest:()=>""})}),PD=()=>({update:()=>({}),sign:()=>""}),_D=()=>({}),qD=t=>new Uint8Array(t),MD=()=>crypto.randomUUID(),HD=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:be}),jD=()=>({update:t=>t,final:()=>new Uint8Array(0),setAutoPadding:be}),$D=t=>t,WD=t=>JSON.stringify(t),VD=(...t)=>t.join(" "),zD=()=>"browser",GD=()=>"unknown",KD=()=>[],YD=()=>0,XD=()=>0,JD=()=>"/",QD=()=>"/tmp",ZD=t=>t,e5=t=>new Qp("file://"+t),Qp=globalThis.URL,t5=globalThis.URLSearchParams,r5=be,n5=be,s5=$e,o5=$e,u5=$e,i5=(t,e)=>e(null,"127.0.0.1",4),a5=re,c5=re,l5=re,d5=re,p5=re,f5=re,h5=(t,e)=>e(null,t),m5=(t,e)=>e(null,t),g5=(t,e)=>e(null,t),x5=(t,e)=>e(null,t),b5=(t,e)=>e(null,t),y5=(t,e)=>e(null,t),w5=t=>t,A5=t=>t,E5=t=>t,S5=t=>t,D5=globalThis.performance,C5=class{getStore(){}run(t,e){return e()}enterWith(){}},v5=$e,T5=()=>({subscribe:be,unsubscribe:be,publish:be,hasSubscribers:!1}),R5={from:t=>new Uint8Array(typeof t=="string"?new TextEncoder().encode(t):t),alloc:t=>new Uint8Array(t),allocUnsafe:t=>new Uint8Array(t),isBuffer:()=>!1},k5=be,B5=be,N5=be,L5=be,U5=re,O5=()=>({on:be,stdout:{on:be},stderr:{on:be},kill:be}),I5=()=>({status:0,stdout:"",stderr:""}),F5=be,P5=()=>"",_5=re,q5={ConnectTimeoutError:$e,HeadersTimeoutError:$e,BodyTimeoutError:$e},M5=$e,H5=$e,j5=$e,$5=$e,W5={readFile:re,writeFile:re,access:re,stat:re,mkdir:re,unlink:re,readdir:re},V5={F_OK:0,R_OK:4,W_OK:2,X_OK:1,O_RDONLY:0,O_WRONLY:1,O_RDWR:2}});var u0={};we(u0,{UndiciTransport:()=>pa});function X5(t){return(t==null?void 0:t.cause)??(t==null?void 0:t.reason)}function t0(t){return t instanceof G?!0:!t||typeof t!="object"?!1:t.name==="TimeoutError"}function r0(t,e,r){if(!r)return!1;if(e!==void 0)return!0;let n=X5(t),s=t==null?void 0:t.message,o=typeof s=="string"&&(s.includes("Request timed out (total time exceeded)")||s.includes("timed out (total time exceeded)")),u=typeof s=="string"&&s.toLowerCase()==="request was aborted";return t instanceof G||t0(n)||t0(t)||t instanceof Wt.RequestAbortedError||o||u||(t==null?void 0:t.code)==="ABORT_ERR"||(t==null?void 0:t.code)==="UND_ERR_REQUEST_TIMEOUT"}function J5(t,e){return{connectTimeout:(t==null?void 0:t.connect)??(t==null?void 0:t.secureConnect)??(e==null?void 0:e.connectTimeout),headersTimeout:(t==null?void 0:t.response)??(e==null?void 0:e.headersTimeout),bodyTimeout:(t==null?void 0:t.send)??(e==null?void 0:e.bodyTimeout),totalTimeout:t==null?void 0:t.request}}function lo(t){if(!t)return;let e={};return t.minVersion&&(e.minVersion=t.minVersion),t.maxVersion&&(e.maxVersion=t.maxVersion),t.ciphers&&(e.ciphers=t.ciphers),t.honorCipherOrder!==void 0&&(e.honorCipherOrder=t.honorCipherOrder),t.ca&&(e.ca=t.ca),t.cert&&(e.cert=t.cert),t.key&&(e.key=t.key),t.passphrase&&(e.passphrase=t.passphrase),t.rejectUnauthorized!==void 0&&(e.rejectUnauthorized=t.rejectUnauthorized),t.alpnProtocols&&(e.ALPNProtocols=t.alpnProtocols),t.sessionTimeout!==void 0&&(e.sessionTimeout=t.sessionTimeout),t.sessionIdContext&&(e.sessionIdContext=t.sessionIdContext),t.servername!==void 0&&(e.servername=t.servername===!1?"":t.servername),e}function Q5(t,e){let r=t.auth?`${t.auth.username}:${t.auth.password}`:void 0,s={uri:r?t.url.replace("://",`://${r}@`):t.url,headers:t.headers,token:t.token,proxyTunnel:t.tunnel,requestTls:lo(t.requestTls??e),proxyTls:lo(t.proxyTls)};return t.connectTimeout&&(s.connectTimeout=t.connectTimeout),t.http2&&(s.requestTls||(s.requestTls={}),s.requestTls.ALPNProtocols=["h2","http/1.1"]),new Ui(s)}async function Z5(t){var c,a;let e;try{({SocksClient:e}=await Promise.resolve().then(()=>st(Jp(),1)))}catch{throw new Ke('SOCKS proxy support requires the "socks" package. Install it with: npm install socks',"ERR_SOCKS_NOT_INSTALLED")}let r=new URL(t.url),n=r.hostname,s=parseInt(r.port)||1080,o=t.type==="socks4"||t.type==="socks4a"?4:5,u=r.username?decodeURIComponent(r.username):(c=t.auth)==null?void 0:c.username,i=r.password?decodeURIComponent(r.password):(a=t.auth)==null?void 0:a.password;return new Rn({connect:async(l,d)=>{try{let{connect:p}=await Promise.resolve().then(()=>(e0(),Zp)),f=l.hostname,h=Number(l.port)||(l.servername?443:80),{socket:m}=await e.createConnection({proxy:{host:n,port:s,type:o,...u&&{userId:u},...i&&{password:i}},command:"connect",destination:{host:f,port:h}});if(l.protocol==="https:"||h===443){let x={socket:m,servername:l.servername||f,rejectUnauthorized:l.rejectUnauthorized??!0};l.ca&&(x.ca=l.ca),l.cert&&(x.cert=l.cert),l.key&&(x.key=l.key);let v=p(x);v.once("secureConnect",()=>d(null,v)),v.once("error",g=>d(g,null))}else d(null,m)}catch(p){d(p,null)}}})}function eC(t){switch(t.toLowerCase().replace(":","")){case"http":return"http";case"https":return"https";case"socks4":return"socks4";case"socks4a":return"socks4a";case"socks5":case"socks":return"socks5";case"socks5h":return"socks5h";default:return}}function tC(t,e){let[r,n]=e.split("/");if(!n)return t===r;let s=parseInt(n,10);if(isNaN(s))return!1;let o=t.split(".").map(Number),u=r.split(".").map(Number);if(o.length!==4||u.length!==4||o.some(isNaN)||u.some(isNaN))return!1;let i=o[0]<<24|o[1]<<16|o[2]<<8|o[3],c=u[0]<<24|u[1]<<16|u[2]<<8|u[3],a=~((1<<32-s)-1);return(i&a)===(c&a)}function rC(t,e){if(!e||e.length===0)return!1;let r="",n="";try{let s=new URL(t);r=s.hostname,n=s.port}catch{return!1}for(let s of e){if(s==="*")return!0;if(s.includes("/")){if(tC(r,s))return!0;continue}if(s.includes(":")&&!s.includes("/")){let[o,u]=s.split(":");if(r===o&&(!u||n===u))return!0;continue}if(s.startsWith("*.")){let o=s.slice(1);if(r.endsWith(o))return!0;continue}if(s.startsWith(".")){if(r.endsWith(s))return!0;continue}if(r===s)return!0}return!1}function n0(t){if(!t)return;if(typeof t.get=="function"){let n=t.get("content-length");return n?parseInt(n,10):void 0}let e=t["content-length"]??t["Content-Length"];if(e===void 0)return;let r=parseInt(Array.isArray(e)?e[0]:e,10);return Number.isFinite(r)?r:void 0}function co(t,e){if(!e)return t;if(typeof Response<"u"&&t instanceof Response){if(!t.body)return t;let o=n0(t.headers),u=Xe(t.body,e,{total:o,direction:"download"});return new Response(u,{status:t.status,statusText:t.statusText,headers:t.headers})}let r=n0(t.headers),n=t.body;if(!n)return t;let s=Xe(Ei(n),e,{total:r,direction:"download"});return new Response(s,{status:t.statusCode,headers:t.headers})}function s0(t,e,r){if(t instanceof FormData||!e||!t)return t;if(typeof ReadableStream<"u"&&t instanceof ReadableStream)return Xe(t,e,{total:r,direction:"upload"});if(typeof Blob<"u"&&t instanceof Blob)return Xe(t.stream(),e,{total:t.size,direction:"upload"});if(nC(t)){let n=Ei(t);return Xe(n,e,{total:r,direction:"upload"})}if(t instanceof ArrayBuffer||ArrayBuffer.isView(t)){let n=t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength);return o0(n,e)}if(typeof t=="string"){let s=new TextEncoder().encode(t);return o0(s,e)}return t}function o0(t,e,r=64*1024){let n=0,s=t.byteLength,o=new ReadableStream({pull(u){if(n>=s){u.close();return}let i=Math.min(n+r,s);u.enqueue(t.slice(n,i)),n=i}});return Xe(o,e,{total:s,direction:"upload"})}function nC(t){return t&&typeof t.pipe=="function"&&typeof t.on=="function"}var z5,G5,K5,Y5,Ln,pa,i0=A(()=>{"use strict";Oi();Di();ie();np();op();up();dp();qi();fp();Zo();Si();as();_i();z5=Bn("undici:request:create"),G5=Bn("undici:request:bodySent"),K5=Bn("undici:request:headers"),Y5=Bn("undici:client:connect"),Ln=new sp;z5.subscribe(t=>{var r;let e=Ln.getStore();if(e){e.requestStartTime===0&&(e.requestStartTime=Mr.now()),e.timings.dns||e.timings.tcp||e.timings.tls||(e.timings={queuing:0,dns:0,tcp:0,tls:0,firstByte:0,content:0,total:0},e.connection={});let s=t;if((r=s==null?void 0:s.request)!=null&&r.origin&&!e.requestCorrelationId)try{e.requestCorrelationId=new URL(s.request.origin).hostname}catch{}}});G5.subscribe(t=>{let e=Ln.getStore();e!=null&&e.hooks&&e.hooks.onRequestSent&&e.hooks.onRequestSent()});K5.subscribe(t=>{let e=t,r=Ln.getStore();if(!r||!e)return;let s=Mr.now()-r.requestStartTime;if(e.timing){let{timing:o}=e;r.timings.queuing=o.queuing,r.timings.dns=o.dns,r.timings.tcp=o.tcp,r.timings.tls=o.tls,r.timings.firstByte=o.response,r.timings.content=o.body,r.timings.total=o.ended}else r.timings.firstByte=s;if(r.hooks){let o=r.timings.dns??0,u=r.timings.tcp??0,i=r.timings.tls??0;if(r.hooks.onDnsLookup&&o>0&&r.hooks.onDnsLookup({domain:e.request.origin,duration:o}),r.hooks.onTcpConnect&&u>0&&r.hooks.onTcpConnect({remoteAddress:"",duration:u}),r.hooks.onTlsHandshake&&i>0&&r.hooks.onTlsHandshake({protocol:"",cipher:"",duration:i}),r.hooks.onResponseStart){let c=new Headers;for(let a=0;a<e.response.headers.length;a+=2)c.append(e.response.headers[a],e.response.headers[a+1]);r.hooks.onResponseStart({status:e.response.statusCode,headers:c})}}});Y5.subscribe(t=>{var n,s,o,u,i,c;let e=t,r=Ln.getStore();if(r&&e&&e.socket){let{socket:a}=e;r.connection.remoteAddress=a.remoteAddress,r.connection.remotePort=a.remotePort,r.connection.localAddress=a.localAddress,r.connection.localPort=a.localPort;let l=a.alpnProtocol||(a.tlsSocket?a.tlsSocket.getProtocol():void 0);if(r.connection.protocol=l,r.connection.cipher=a.tlsSocket?(n=a.tlsSocket.getCipher())==null?void 0:n.name:void 0,r.hooks&&(r.hooks.onTcpConnect&&r.hooks.onTcpConnect({remoteAddress:a.remoteAddress,duration:0}),r.hooks.onTlsHandshake&&a.tlsSocket&&r.hooks.onTlsHandshake({protocol:l||"unknown",cipher:((s=a.tlsSocket.getCipher())==null?void 0:s.name)||"unknown",duration:0})),l==="h2"){let d=a.session||a,p=d.state,f=d.remoteSettings,h=d.localSettings;if(r.connection.http2={streamId:a.streamId,streamWeight:a.weight,streamDependency:a.dependency,serverPush:!!a.serverPush,settingsReceived:!!f,maxConcurrentStreams:f==null?void 0:f.maxConcurrentStreams,currentStreams:p==null?void 0:p.streamCount,pendingStreams:p==null?void 0:p.pendingStreamCount,localWindowSize:(p==null?void 0:p.localWindowSize)??(p==null?void 0:p.effectiveLocalWindowSize),remoteWindowSize:p==null?void 0:p.effectiveRecvDataLength,localSettings:h?{...h}:void 0,remoteSettings:f?{...f}:void 0},(o=r.hooks)!=null&&o.onHttp2Session){let m=a.origin||((u=e.connectParams)==null?void 0:u.hostname)||"";r.hooks.onHttp2Session({origin:m,event:"connect",maxConcurrentStreams:f==null?void 0:f.maxConcurrentStreams,activeStreams:p==null?void 0:p.streamCount,localSettings:h?{...h}:void 0,remoteSettings:f?{...f}:void 0})}if((i=r.hooks)!=null&&i.onHttp2Stream&&a.streamId){let m=a.origin||((c=e.connectParams)==null?void 0:c.hostname)||"";r.hooks.onHttp2Stream({streamId:a.streamId,origin:m,event:"open",state:"open",pushed:!!a.serverPush})}}if(l==="h3"||l!=null&&l.startsWith("h3-")){let d=a.stats,p=a.handshakeConfirmed;r.connection.http3={quicVersion:l,zeroRTT:a.zeroRTT||!1,maxStreams:a.maxStreams,handshakeConfirmed:typeof p=="boolean"?p:void 0},d&&typeof d.rtt=="number"&&(r.connection.rtt=d.rtt)}r.connection.reused=!!a.reused}});pa=class{baseUrl;options;proxySlots=[];proxyIndex=0;dnsAgent;agentManager;tlsOptions;socketClient;observability;protocolCache;constructor(e,r={}){if(this.baseUrl=e||"",this.options=r,this.tlsOptions=r.tls,this.observability=r.observability!==!1,r.protocolCache===!0?this.protocolCache=is():r.protocolCache instanceof sn&&(this.protocolCache=r.protocolCache),r.proxy){let n=Array.isArray(r.proxy)?r.proxy:[r.proxy];for(let s of n){let o=typeof s=="string"?{url:s}:s,u=new URL(o.url),i=o.type||eC(u.protocol)||"http";if(i.startsWith("socks"))this.proxySlots.push({config:o,proxyType:i,bypass:o.bypass});else{let c=Q5(o,r.tls);this.proxySlots.push({config:o,proxyType:i,bypass:o.bypass,agent:c})}}}if(this.agentManager=r.agent,r.dns&&!this.agentManager){let n=lp(r.dns);this.dnsAgent=new Rn({connect:{lookup:n}})}this.agentManager||(this.agentManager=new qr({connections:r.connections,pipelining:r.pipelining,keepAlive:r.keepAlive,keepAliveTimeout:r.keepAliveTimeout,keepAliveMaxTimeout:r.keepAliveMaxTimeout,connectTimeout:r.connectTimeout,perDomainPooling:r.perDomainPooling,localAddress:r.localAddress})),r.socketPath&&e&&(this.socketClient=new zd(e,{socketPath:r.socketPath}))}updateProtocolCache(e,r){if(!this.protocolCache||!(r!=null&&r.protocol))return;let n=Xo(r.protocol);n&&this.protocolCache.set(e,n)}recordProtocolFailure(e,r){var s,o,u,i;if(!this.protocolCache)return;let n=((s=r.message)==null?void 0:s.includes("HTTP/2"))||((o=r.message)==null?void 0:o.includes("h2"))||((u=r.message)==null?void 0:u.includes("GOAWAY"))||((i=r.message)==null?void 0:i.includes("stream"));this.protocolCache.recordFailure(e,n)}shouldUseHttp2(e){return this.protocolCache?this.protocolCache.shouldTryHttp2(e):!0}getProtocolCache(){return this.protocolCache}async resolveDispatcher(e,r){if(r)return r;if(this.socketClient)return this.socketClient;if(this.proxySlots.length>0){let s=this.proxySlots[this.proxyIndex%this.proxySlots.length];if(this.proxyIndex++,!rC(e,s.bypass))return s.agent||(s.socksAgentPromise||(s.socksAgentPromise=Z5(s.config)),s.agent=await s.socksAgentPromise),s.agent}let n=pp(e);if(n)return new Ui(n);if(this.agentManager)return this.agentManager.getAgentForUrl(e);if(this.dnsAgent)return this.dnsAgent}async dispatch(e){let r=Object.fromEntries(e.headers),n=r["content-length"],s=n?parseInt(n,10):void 0,o;if(this.baseUrl)if(e.url.startsWith(this.baseUrl))o=e.url;else if(e.url.startsWith("http://")||e.url.startsWith("https://"))o=e.url;else{let x=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,v=e.url.startsWith("/")?e.url:"/"+e.url;o=x+v}else o=e.url;let u=!!e.beforeRedirect,i=e.maxRedirects??20,c=e.followRedirects!==!1,a=J5(e.timeout,{connectTimeout:this.options.connectTimeout,headersTimeout:this.options.headersTimeout,bodyTimeout:this.options.bodyTimeout}),l,d,p,f,h;if(!this.observability)return this.dispatchFast(e,r,o,a,u,i,c,s);let m={timings:{},connection:{},requestStartTime:0,requestCorrelationId:"",hooks:e._hooks};return Ln.run(m,async()=>{var x,v;try{let g=Mr.now();m.requestStartTime===0&&(m.requestStartTime=g);let y=0,w=e.method,b=e.body,E={...r},S=e.signal;if(a.totalTimeout){if(l=new AbortController,f=new G(e,{phase:"request",timeout:a.totalTimeout}),e.signal){let C=e.signal;S=l.signal;let N=()=>{p=C.reason??new Error("Request aborted by external signal"),l.abort(p)};C.aborted?(p=C.reason??new Error("Request aborted by external signal"),l.abort(p)):(C.addEventListener("abort",N,{once:!0}),h=()=>C.removeEventListener("abort",N))}else S=l.signal;d=setTimeout(()=>{p=f,l.abort(p)},a.totalTimeout)}for(;;){let C=await this.resolveDispatcher(o,e._dispatcher),N=y===0?s0(b,e.onUploadProgress,s):b,I=N;if(I instanceof FormData){let _=new Response(I);I=_.body,_.headers.forEach((Ce,ue)=>{ue.toLowerCase()==="content-type"?(E[ue]=Ce,delete E["Content-Type"]):E[ue]||(E[ue]=Ce)})}let k={method:w,headers:E,body:I,signal:S,dispatcher:C,connectTimeout:a.connectTimeout,headersTimeout:a.headersTimeout,bodyTimeout:a.bodyTimeout,maxRedirections:0};I&&(I instanceof ReadableStream||typeof I.pipe=="function"||I[Symbol.asyncIterator])&&(k.duplex="half");let q=lo(this.tlsOptions);q&&(k.tls=q);let j=e.http2!==void 0?e.http2:(x=this.options.http2)==null?void 0:x.enabled;if(j?k.allowH2=!0:e.http2===!1&&(k.allowH2=!1),j&&this.options.http2&&(this.options.http2.maxConcurrentStreams!==void 0&&(k.maxConcurrentStreams=this.options.http2.maxConcurrentStreams),this.options.http2.pipelining!==void 0&&(k.pipelining=this.options.http2.pipelining)),j&&this.options.expectContinue!==void 0&&I){let _=this.options.expectContinue;(_===!0||typeof _=="number"&&s!==void 0&&s>_)&&(k.expectContinue=!0)}let F,L=0;try{L=Zd(new URL(o).hostname)}catch{}if(this.socketClient){let _=new URL(o).pathname+new URL(o).search;F=await this.socketClient.request({path:_||"/",method:w,headers:E,body:N,signal:e.signal})}else F=await Li(o,k);let $=F.statusCode;if($>=300&&$<400&&c&&y<i){let _=F.headers.location,Ce=Array.isArray(_)?_[0]:_;if(Ce){let ue=new URL(Ce,o).toString();if(u){let ct=new Headers;for(let[It,lt]of Object.entries(F.headers))lt!==void 0&&(Array.isArray(lt)?lt.forEach(Kt=>ct.append(It,Kt)):ct.set(It,lt));let ye={from:o,to:ue,status:$,headers:ct},Ot=await e.beforeRedirect(ye);if(Ot===!1){let It=e.onDownloadProgress?co(F,e.onDownloadProgress):F;this.updateProtocolCache(o,m.connection);try{let lt=new URL(o).hostname;if(Pi(lt,L)){let Et=Fi(lt);Et&&!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=Et.dns,m.timings.tcp=Et.tcp,m.timings.tls=Et.tls)}else!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=0,m.timings.tcp=0,m.timings.tls=0)}catch{}return new gt(It,{timings:m.timings,connection:m.connection})}typeof Ot=="string"?o=Ot:o=ue}else o=ue;($===303||($===301||$===302)&&w!=="GET"&&w!=="HEAD")&&(w="GET",b=null,delete E["content-type"],delete E["content-length"],delete E["Content-Type"],delete E["Content-Length"]),await F.body.arrayBuffer().catch(()=>{}),y++;continue}}let O=e.onDownloadProgress?co(F,e.onDownloadProgress):F,M=Mr.now()-g,W=Mr.now()-m.requestStartTime;m.timings.firstByte||(m.timings.firstByte=M),m.timings.total||(m.timings.total=W),this.updateProtocolCache(o,m.connection);try{let _=new URL(o).hostname;if(Pi(_,L)){let ue=Fi(_);ue&&!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=ue.dns,m.timings.tcp=ue.tcp,m.timings.tls=ue.tls)}else!m.timings.dns&&!m.timings.tcp&&!m.timings.tls&&(m.timings.dns=0,m.timings.tcp=0,m.timings.tls=0)}catch{}return new gt(O,{timings:m.timings,connection:m.connection})}}catch(g){if(this.recordProtocolFailure(o,g),g instanceof Wt.ConnectTimeoutError||g.code==="UND_ERR_CONNECT_TIMEOUT")throw new G(e,{phase:"connect",timeout:a.connectTimeout});if(g instanceof Wt.HeadersTimeoutError||g.code==="UND_ERR_HEADERS_TIMEOUT")throw new G(e,{phase:"response",timeout:a.headersTimeout});if(g instanceof Wt.BodyTimeoutError||g.code==="UND_ERR_BODY_TIMEOUT")throw new G(e,{phase:"send",timeout:a.bodyTimeout});if(r0(g,p,a.totalTimeout))throw f??new G(e,{phase:"request",timeout:a.totalTimeout});let y=g.code||((v=g==null?void 0:g.cause)==null?void 0:v.code);if(y==="UND_ERR_HEADERS_OVERFLOW")throw new Ft(16*1024,void 0,e);let w=jn(g);throw w?(w.request=e,w):new Ke(g.message,y,e)}finally{typeof h=="function"&&h(),d&&clearTimeout(d)}})}async dispatchFast(e,r,n,s,o,u,i,c){var h,m;let a,l,d,p,f;try{let x=0,v=e.method,g=e.body,y={...r},w=e.signal;if(s.totalTimeout){if(a=new AbortController,p=new G(e,{phase:"request",timeout:s.totalTimeout}),e.signal){let b=e.signal;w=a.signal;let E=()=>{d=b.reason??new Error("Request aborted by external signal"),a.abort(d)};b.aborted?(d=b.reason??new Error("Request aborted by external signal"),a.abort(d)):(b.addEventListener("abort",E,{once:!0}),f=()=>b.removeEventListener("abort",E))}else w=a.signal;l=setTimeout(()=>{d=p,a.abort(d)},s.totalTimeout)}for(;;){let b=await this.resolveDispatcher(n,e._dispatcher),E=x===0?s0(g,e.onUploadProgress,c):g,S=E;if(S instanceof FormData){let L=new Response(S);S=L.body,L.headers.forEach(($,T)=>{T.toLowerCase()==="content-type"?(y[T]=$,delete y["Content-Type"]):y[T]||(y[T]=$)})}let C={method:v,headers:y,body:S,signal:w,dispatcher:b,connectTimeout:s.connectTimeout,headersTimeout:s.headersTimeout,bodyTimeout:s.bodyTimeout,maxRedirections:0};S&&(S instanceof ReadableStream||typeof S.pipe=="function"||S[Symbol.asyncIterator])&&(C.duplex="half");let N=lo(this.tlsOptions);N&&(C.tls=N);let I=e.http2!==void 0?e.http2:(h=this.options.http2)==null?void 0:h.enabled;if(I?C.allowH2=!0:e.http2===!1&&(C.allowH2=!1),I&&this.options.http2&&(this.options.http2.maxConcurrentStreams!==void 0&&(C.maxConcurrentStreams=this.options.http2.maxConcurrentStreams),this.options.http2.pipelining!==void 0&&(C.pipelining=this.options.http2.pipelining)),I&&this.options.expectContinue!==void 0&&S){let L=this.options.expectContinue;(L===!0||typeof L=="number"&&c!==void 0&&c>L)&&(C.expectContinue=!0)}let k;if(this.socketClient){let L=new URL(n).pathname+new URL(n).search;k=await this.socketClient.request({path:L||"/",method:v,headers:y,body:E,signal:e.signal})}else k=await Li(n,C);let q=k.statusCode;if(q>=300&&q<400&&i&&x<u){let L=k.headers.location,$=Array.isArray(L)?L[0]:L;if($){let T=new URL($,n).toString();if(o){let O=new Headers;for(let[_,Ce]of Object.entries(k.headers))Ce!==void 0&&(Array.isArray(Ce)?Ce.forEach(ue=>O.append(_,ue)):O.set(_,Ce));let M={from:n,to:T,status:q,headers:O},W=await e.beforeRedirect(M);if(W===!1){let _=e.onDownloadProgress?co(k,e.onDownloadProgress):k;return new gt(_,{timings:{},connection:{}})}typeof W=="string"?n=W:n=T}else n=T;(q===303||(q===301||q===302)&&v!=="GET"&&v!=="HEAD")&&(v="GET",g=null,delete y["content-type"],delete y["content-length"],delete y["Content-Type"],delete y["Content-Length"]),await k.body.arrayBuffer().catch(()=>{}),x++;continue}}let F=e.onDownloadProgress?co(k,e.onDownloadProgress):k;return new gt(F,{timings:{},connection:{}})}}catch(x){if(x instanceof Wt.ConnectTimeoutError||x.code==="UND_ERR_CONNECT_TIMEOUT")throw new G(e,{phase:"connect",timeout:s.connectTimeout});if(x instanceof Wt.HeadersTimeoutError||x.code==="UND_ERR_HEADERS_TIMEOUT")throw new G(e,{phase:"response",timeout:s.headersTimeout});if(x instanceof Wt.BodyTimeoutError||x.code==="UND_ERR_BODY_TIMEOUT")throw new G(e,{phase:"send",timeout:s.bodyTimeout});if(r0(x,d,s.totalTimeout))throw p??new G(e,{phase:"request",timeout:s.totalTimeout});let v=x.code||((m=x==null?void 0:x.cause)==null?void 0:m.code);if(v==="UND_ERR_HEADERS_OVERFLOW")throw new Ft(16*1024,void 0,e);let g=jn(x);throw g?(g.request=e,g):new Ke(x.message,v,e)}finally{typeof f=="function"&&f(),l&&clearTimeout(l)}}}});var p0={};we(p0,{HlsPromise:()=>ho,hls:()=>sC});async function po(t,e,r){let s=await(await t.get(e,{signal:r.signal,headers:r.headers,useCurl:r.useCurl})).blob(),o=Buffer.from(await s.arrayBuffer());if(o.length>=2&&o[0]===31&&o[1]===139)try{return xc(o).toString("utf-8")}catch{}return o.toString("utf-8")}function ha(t,e){let r={},n=t.substring(e.length),s=/([A-Z0-9-]+)=(?:"([^"]*)"|([^,]*))/g,o;for(;(o=s.exec(n))!==null;)r[o[1]]=o[2]??o[3];return r}function fo(t,e){if(t.startsWith("http://")||t.startsWith("https://"))return t;try{let r=new URL(e),n=r.pathname.substring(0,r.pathname.lastIndexOf("/")+1);return new URL(t,r.origin+n).toString()}catch{return t}}function a0(t,e){let r=t.split(`
|
|
53
|
+
`),n=[],s={};for(let o of r){let u=o.trim();if(u)if(u.startsWith("#EXT-X-STREAM-INF:")){let i=ha(u,"#EXT-X-STREAM-INF:");s={bandwidth:i.BANDWIDTH?parseInt(i.BANDWIDTH,10):void 0,resolution:i.RESOLUTION,codecs:i.CODECS,name:i.NAME}}else!u.startsWith("#")&&s.bandwidth!==void 0&&(n.push({...s,url:fo(u,e)}),s={})}return{variants:n,isMaster:!0}}function c0(t,e=0){let r=t.split("@"),n=parseInt(r[0],10),s=r[1]?parseInt(r[1],10):e;return{length:n,offset:s}}function fa(t,e){let r=t.split(`
|
|
54
|
+
`),n=[],s=5,o=0,u=0,i=!1,c,a=0,l,d=!1,p,f,h,m=0,x=0;for(let v of r){let g=v.trim();if(g)if(g.startsWith("#EXT-X-TARGETDURATION:"))s=parseInt(g.split(":")[1],10);else if(g.startsWith("#EXT-X-MEDIA-SEQUENCE:"))o=parseInt(g.split(":")[1],10);else if(g.startsWith("#EXT-X-DISCONTINUITY-SEQUENCE:"))u=parseInt(g.split(":")[1],10);else if(g.startsWith("#EXT-X-PLAYLIST-TYPE:"))c=g.split(":")[1];else if(g==="#EXT-X-ENDLIST")i=!0;else if(g==="#EXT-X-DISCONTINUITY")d=!0;else if(g.startsWith("#EXT-X-PROGRAM-DATE-TIME:"))p=new Date(g.split(":").slice(1).join(":"));else if(g.startsWith("#EXT-X-KEY:")){let y=ha(g,"#EXT-X-KEY:");y.METHOD==="NONE"?l=void 0:l={method:y.METHOD,uri:y.URI?fo(y.URI,e):void 0,iv:y.IV}}else if(g.startsWith("#EXT-X-BYTERANGE:")){let y=g.substring(17);f=c0(y,m),m=f.offset+f.length}else if(g.startsWith("#EXT-X-MAP:")){let y=ha(g,"#EXT-X-MAP:");h={url:fo(y.URI,e),byteRange:y.BYTERANGE?c0(y.BYTERANGE):void 0}}else if(g.startsWith("#EXTINF:")){let y=g.substring(8).split(",")[0];a=parseFloat(y)}else g.startsWith("#")||(n.push({url:fo(g,e),duration:a,sequence:o+x,key:l,discontinuity:d,programDateTime:p,byteRange:f,initSegment:h}),f&&(m=f.offset+f.length),x++,d=!1,p=void 0,f=void 0)}return{segments:n,targetDuration:s,mediaSequence:o,endList:i,playlistType:c,discontinuitySequence:u}}function l0(t){return t.includes("#EXT-X-STREAM-INF")}function d0(t,e){if(!t.length)throw new Error("No variants found in master playlist");let r=[...t].sort((n,s)=>(n.bandwidth??0)-(s.bandwidth??0));if(e==="lowest")return r[0];if(e==="highest"||e===void 0)return r[r.length-1];if(e.resolution){let n=t.find(s=>s.resolution===e.resolution);if(n)return n}if(e.bandwidth){let n=e.bandwidth;return r.reduce((s,o)=>{let u=Math.abs((s.bandwidth??0)-n);return Math.abs((o.bandwidth??0)-n)<u?o:s})}return r[r.length-1]}function sC(t,e,r={}){return new ho(t,e,r)}var ho,f0=A(()=>{"use strict";Jt();Xs();Ks();Bi();au();ho=class{client;manifestUrl;options;seenSequences=new Set;downloadedBytes=0;downloadedSegments=0;startTime=0;aborted=!1;abortController=new AbortController;keyCache=new Map;initSegmentCache=new Map;initSegmentPrepended=new Set;defaultRetryStatusCodes=[403,404,408,429,500,502,503,504];consecutiveErrors=0;constructor(e,r,n={}){if(this.client=e,this.manifestUrl=r,this.options={mode:"merge",format:"ts",concurrency:5,...n},this.options.format!=="ts")throw new Error(`Format '${this.options.format}' requires ffmpeg. Use format: 'ts' or install ffmpeg.`)}get[Symbol.toStringTag](){return"HlsPromise"}then(e,r){return Promise.reject(new Error("HlsPromise requires .download(), .stream(), or .pipe() to execute")).then(e,r)}catch(e){return this.then(null,e)}finally(e){return this.then(()=>{e==null||e()},()=>{e==null||e()})}cancel(){this.aborted=!0,this.abortController.abort()}async download(e){this.startTime=Date.now();let r=await this.resolveMediaPlaylist();if(this.options.mode==="chunks")await this.downloadChunks(r,e);else{if(typeof e!="string")throw new Error("Merge mode requires a string path, not a function");await this.downloadMerged(r,e)}}async*stream(){this.startTime=Date.now();let e=await this.resolveMediaPlaylist(),r=this.isLiveMode(),n=this.getMaxDuration(),s=this.options.concurrency??5,o=2e3;for(;!this.aborted;){if(this.consecutiveErrors>=this.getMaxConsecutiveErrors())throw new Error(`Too many consecutive errors (${this.consecutiveErrors}). Limit: ${this.getMaxConsecutiveErrors()}. Stopping download.`);let u;try{u=await this.fetchMediaPlaylist(e)}catch(c){if(r&&this.consecutiveErrors<this.getMaxConsecutiveErrors()){this.options.onError&&this.options.onError(new Error(`Playlist fetch failed: ${c.message}. Retrying...`)),await this.sleep(o);continue}throw c}o=Math.max(1e3,u.targetDuration*1e3/2);let i=u.segments.filter(c=>!this.seenSequences.has(c.sequence));for(let c of i)this.seenSequences.add(c.sequence);if(i.length>0&&(yield*this.downloadSegmentsConcurrent(i,s,u,r,n)),!r||u.endList||n&&Date.now()-this.startTime>n)break;await this.sleep(o)}}async*downloadSegmentsConcurrent(e,r,n,s,o){let u=new Map,i=new Map,c=0,a=0,l=d=>{let p=e[d],f=this.downloadSegment(p).then(h=>({index:d,data:h?{sequence:p.sequence,duration:p.duration,data:h,url:p.url,downloadedAt:new Date}:null}));i.set(d,f)};for(;a<e.length&&i.size<r;)l(a++);for(;c<e.length&&!(this.aborted||o&&Date.now()-this.startTime>o);){if(this.consecutiveErrors>=this.getMaxConsecutiveErrors())throw new Error(`Too many consecutive errors (${this.consecutiveErrors}). Limit: ${this.getMaxConsecutiveErrors()}. Stopping download.`);if(i.size>0){let d=await Promise.race(i.values());i.delete(d.index),u.set(d.index,d.data),a<e.length&&i.size<r&&l(a++)}for(;u.has(c);){let d=u.get(c);u.delete(c),c++,d&&(this.downloadedSegments++,this.downloadedBytes+=d.data.byteLength,this.emitProgress(n,s),this.options.onSegment&&await this.options.onSegment(d),yield d)}}}async pipe(e){try{for await(let r of this.stream())e.write(r.data)||await new Promise(s=>e.once("drain",s))}finally{"end"in e&&typeof e.end=="function"&&e.end()}}async info(){let e=await po(this.client,this.manifestUrl,{signal:this.abortController.signal,headers:this.options.headers,useCurl:this.options.useCurl});if(l0(e)){let s=a0(e,this.manifestUrl),o=d0(s.variants,this.options.quality),u=await po(this.client,o.url,{signal:this.abortController.signal,headers:this.options.headers,useCurl:this.options.useCurl}),i=fa(u,o.url),c=i.endList?i.segments.reduce((a,l)=>a+l.duration,0):void 0;return{master:s,playlist:i,selectedVariant:o,isLive:!i.endList,totalDuration:c}}let r=fa(e,this.manifestUrl),n=r.endList?r.segments.reduce((s,o)=>s+o.duration,0):void 0;return{playlist:r,isLive:!r.endList,totalDuration:n}}async resolveMediaPlaylist(){let e={...this.options.headers},r=await po(this.client,this.manifestUrl,{signal:this.abortController.signal,headers:e,useCurl:this.options.useCurl});if(!l0(r))return this.manifestUrl;let n=a0(r,this.manifestUrl);return d0(n.variants,this.options.quality).url}async fetchMediaPlaylist(e){let r=await this.withRetry(async()=>po(this.client,e,{signal:this.abortController.signal,headers:this.options.headers,useCurl:this.options.useCurl}),"Fetch playlist",!1);if(!r)throw new Error("Failed to fetch media playlist");return fa(r,e)}async getKey(e){if(this.keyCache.has(e))return this.keyCache.get(e);let s=await(await(await this.client.get(e,{headers:this.options.headers,signal:this.abortController.signal,useCurl:this.options.useCurl})).blob()).arrayBuffer(),o=Buffer.from(s);if(o.length!==16)throw new Error(`Invalid AES-128 key length: ${o.length} bytes (expected 16)`);return this.keyCache.set(e,o),o}generateIV(e){let r=Buffer.alloc(16);return r.writeBigUInt64BE(BigInt(e),8),r}parseIV(e){let r=e.startsWith("0x")||e.startsWith("0X")?e.slice(2):e;return Buffer.from(r.padStart(32,"0"),"hex")}decryptSegment(e,r,n){let s=$d("aes-128-cbc",r,n);return s.setAutoPadding(!0),Buffer.concat([s.update(e),s.final()])}async getInitSegment(e){var c,a;let r=`${e.url}:${((c=e.byteRange)==null?void 0:c.offset)??0}:${((a=e.byteRange)==null?void 0:a.length)??0}`;if(this.initSegmentCache.has(r))return this.initSegmentCache.get(r);let n={...this.options.headers};if(e.byteRange){let{offset:l,length:d}=e.byteRange;n.Range=`bytes=${l}-${l+d-1}`}let u=await(await(await this.client.get(e.url,{headers:n,signal:this.abortController.signal,useCurl:this.options.useCurl})).blob()).arrayBuffer(),i=Buffer.from(u);return this.initSegmentCache.set(r,i),i}async downloadSegment(e){return await this.withRetry(async()=>{var c;let n={...this.options.headers};if(e.byteRange){let{offset:a,length:l}=e.byteRange;n.Range=`bytes=${a}-${a+l-1}`}let u=await(await(await this.client.get(e.url,{headers:n,signal:this.abortController.signal,useCurl:this.options.useCurl})).blob()).arrayBuffer(),i=Buffer.from(u);if(e.key&&e.key.method==="AES-128"){if(!e.key.uri)throw new Error("AES-128 encryption specified but no key URI provided");let a=await this.getKey(e.key.uri),l=e.key.iv?this.parseIV(e.key.iv):this.generateIV(e.sequence);i=this.decryptSegment(i,a,l)}else if(e.key&&e.key.method==="SAMPLE-AES")throw new Error("SAMPLE-AES encryption is not supported. This typically requires DRM handling.");if(e.initSegment){let a=`${e.initSegment.url}:${((c=e.initSegment.byteRange)==null?void 0:c.offset)??0}`;if(!this.initSegmentPrepended.has(a)){let l=await this.getInitSegment(e.initSegment);i=Buffer.concat([l,i]),this.initSegmentPrepended.add(a)}}return new Uint8Array(i)},`Segment ${e.sequence}`,!0)}async downloadMerged(e,r){await dr(Pr(r),{recursive:!0});let n=rn(r,{flags:"a"});try{await this.pipe(n)}catch(s){throw n.destroy(),s}}async downloadChunks(e,r){let n=typeof r=="string"?o=>Nt(r,`segment-${o.sequence}.ts`):r,s=typeof r=="string"?r:Pr(n({sequence:0,duration:0,url:""}));await dr(s,{recursive:!0});for await(let o of this.stream()){let u=n({sequence:o.sequence,duration:o.duration,url:o.url});await dr(Pr(u),{recursive:!0});let i=rn(u);await new Promise((c,a)=>{i.write(o.data,l=>{l?a(l):(i.end(),c())})})}}isLiveMode(){return this.options.live===!0||typeof this.options.live=="object"}getMaxDuration(){if(typeof this.options.live=="object"&&this.options.live.duration)return this.options.live.duration}emitProgress(e,r){this.options.onProgress&&this.options.onProgress({downloadedSegments:this.downloadedSegments,totalSegments:r?void 0:e.segments.length,downloadedBytes:this.downloadedBytes,currentSegment:Math.max(...this.seenSequences),isLive:r,elapsed:Date.now()-this.startTime})}sleep(e){return new Promise(r=>{let n=setTimeout(r,e);this.abortController.signal.addEventListener("abort",()=>{clearTimeout(n),r()},{once:!0})})}getRetryConfig(){let e=this.isLiveMode(),r=this.options.retry||{};return{maxAttempts:r.maxAttempts??(e?5:3),delay:r.delay??1e3,maxDelay:r.maxDelay??3e4,backoff:r.backoff??2,jitter:r.jitter??!0,statusCodes:r.statusCodes??this.defaultRetryStatusCodes}}getMaxConsecutiveErrors(){let e=this.isLiveMode();return this.options.maxConsecutiveErrors??(e?10:3)}calculateRetryDelay(e,r){let n=r.delay*Math.pow(r.backoff,e);if(n=Math.min(n,r.maxDelay),r.jitter){let s=n*.25;n=n-s+Math.random()*s*2}return Math.round(n)}isRetryableError(e,r){var s;if(e.code==="ECONNRESET"||e.code==="ETIMEDOUT"||e.code==="ENOTFOUND")return!0;let n=e.status||e.statusCode||((s=e.response)==null?void 0:s.status);return!!(n&&r.statusCodes.includes(n))}async withRetry(e,r,n=!1){let s=this.getRetryConfig(),o=this.isLiveMode(),u=null;for(let i=0;i<=s.maxAttempts;i++){if(this.aborted)throw new Error("Aborted");try{let c=await e();return this.consecutiveErrors=0,c}catch(c){if(u=c,!this.isRetryableError(c,s)){if(this.options.onError&&this.options.onError(c),n&&o)return this.consecutiveErrors++,null;throw c}if(i<s.maxAttempts){let a=this.calculateRetryDelay(i,s);if(this.options.onError){let l=new Error(`${r}: ${c.message}. Retrying in ${a}ms (attempt ${i+1}/${s.maxAttempts})`);l.cause=c,l.isRetry=!0,this.options.onError(l)}await this.sleep(a)}}}if(this.consecutiveErrors++,this.options.onError&&u&&this.options.onError(u),n&&o)return null;throw u||new Error(`${r}: All retry attempts failed`)}}});var QC={};we(QC,{AbortError:()=>Uo,AuthenticationError:()=>Oo,BrowserCrypto:()=>ko,CircuitBreakerError:()=>In,Client:()=>On,ConfigurationError:()=>et,ConnectionError:()=>Jr,DownloadError:()=>_o,FetchTransport:()=>qt,FilterBuilder:()=>vo,GraphQLError:()=>Fn,GrpcError:()=>xr,GrpcStatusCode:()=>Gr,GrpcWebClient:()=>wo,HarRecorder:()=>Ro,Http2Error:()=>Yt,HttpError:()=>ot,HttpRequest:()=>Pt,HttpStatus:()=>Yr,HttpStatusText:()=>R0,IndexedDBStorage:()=>Aa,JsonRpcClient:()=>yo,JsonRpcErrorCodes:()=>zr,JsonRpcException:()=>Pn,LinkHeaderParser:()=>fs,LinkRel:()=>Ue,MaxSizeExceededError:()=>Ft,MiniRequestPromise:()=>Ge,NetworkError:()=>Ke,NotFoundError:()=>Fo,ODataClient:()=>To,ODataException:()=>Do,ODataQueryBuilder:()=>Co,ParseError:()=>Po,ProtocolError:()=>Io,QueueCancelledError:()=>dt,RateLimitExceededError:()=>bo,Recker:()=>On,ReckerError:()=>P,RequestPromise:()=>Er,ServiceWorkerCache:()=>Bo,SoapClient:()=>So,StateError:()=>Qr,StreamError:()=>Ye,TimeoutError:()=>G,USER_AGENT_CATEGORIES:()=>Jo,USER_AGENT_PRESETS:()=>Qa,UnsupportedError:()=>Ae,ValidationError:()=>Zr,WorkerTransport:()=>xa,XmlRpcClient:()=>Eo,browserCrypto:()=>Xr,circuitBreakerPlugin:()=>hC,classifyTransportError:()=>$n,compression:()=>Sa,consoleLogger:()=>Qt,cookieJarPlugin:()=>mC,createClient:()=>xo,createCompressionMiddleware:()=>XC,createFormData:()=>nn,createGrpcWebClient:()=>w0,createJsonRpcClient:()=>m0,createLevelLogger:()=>Go,createMiniClient:()=>Y0,createMultipart:()=>sx,createODataClient:()=>S0,createSoapClient:()=>E0,createXSRFMiddleware:()=>wu,createXmlRpcClient:()=>A0,decodeText:()=>kC,decompress:()=>YC,dedupPlugin:()=>xu,del:()=>U0,detectCharset:()=>RC,detectDeviceType:()=>ec,detectFromBOM:()=>Ea,detectFromContentType:()=>D0,detectFromHTMLMeta:()=>T0,detectFromXMLDeclaration:()=>v0,get:()=>k0,getDefaultUserAgent:()=>on,getRandomUserAgent:()=>xx,getStatusText:()=>_C,getSupportedEncodings:()=>BC,getUserAgent:()=>Za,graphql:()=>bC,graphqlPlugin:()=>xC,grpcWeb:()=>AC,harRecorder:()=>Kr,harRecorderPlugin:()=>CC,head:()=>O0,hmacSha256:()=>HC,isCharsetSupported:()=>NC,isClientError:()=>OC,isCompressionSupported:()=>Da,isError:()=>FC,isFileUpload:()=>$a,isMobile:()=>bx,isPlainObject:()=>Dr,isRedirect:()=>UC,isRetryable:()=>PC,isServerError:()=>IC,isSuccess:()=>LC,jsonCodec:()=>y0,jsonrpc:()=>wC,loggerPlugin:()=>pC,miniGet:()=>X0,miniPost:()=>J0,normalizeCharset:()=>zt,odata:()=>DC,options:()=>I0,parse:()=>Bc,parseAcceptInfo:()=>fc,parseAuthInfo:()=>hc,parseCSPInfo:()=>dc,parseCacheInfo:()=>ic,parseClockSkew:()=>mc,parseCompressionInfo:()=>lc,parseContentType:()=>pc,parseHeaders:()=>vt,parseHttp2Error:()=>jn,parseLink:()=>gc,parseLinkHeader:()=>an,parsePlatformInfo:()=>ac,parseRateLimitInfo:()=>cc,parseXML:()=>Bc,patch:()=>L0,post:()=>B0,processBody:()=>Ko,purge:()=>F0,put:()=>N0,randomBytes:()=>$C,randomUUID:()=>jC,rateLimitPlugin:()=>dC,recker:()=>JC,retryPlugin:()=>su,serialize:()=>Tr,serializeXML:()=>Tr,serverTimingPlugin:()=>yC,sha1:()=>MC,sha256:()=>qC,silentLogger:()=>zo,simulateNetwork:()=>wa,soap:()=>SC,stripBOM:()=>C0,toCurl:()=>fC,ws:()=>P0,xmlResponse:()=>Kx,xsrfPlugin:()=>yu});var W0=t=>t.json(),V0=t=>t.text(),z0=t=>t.arrayBuffer(),G0=t=>t.blob(),K0=t=>t.formData(),Ge=class{p;constructor(e){this.p=e}get[Symbol.toStringTag](){return"MiniRequestPromise"}then(e,r){return this.p.then(e,r)}catch(e){return this.p.catch(e)}finally(e){return this.p.finally(e)}json(){return this.p.then(W0)}text(){return this.p.then(V0)}arrayBuffer(){return this.p.then(z0)}blob(){return this.p.then(G0)}formData(){return this.p.then(K0)}},Lo=class{base;defaultHeaders;jsonHeaders;constructor(e){this.base=e.baseUrl.endsWith("/")?e.baseUrl.slice(0,-1):e.baseUrl,this.defaultHeaders=e.headers||{},this.jsonHeaders={...this.defaultHeaders,"Content-Type":"application/json"}}get(e){return new Ge(fetch(this.base+e,{method:"GET",headers:this.defaultHeaders}))}post(e,r){return new Ge(fetch(this.base+e,{method:"POST",headers:this.jsonHeaders,body:r!==void 0?JSON.stringify(r):void 0}))}put(e,r){return new Ge(fetch(this.base+e,{method:"PUT",headers:this.jsonHeaders,body:r!==void 0?JSON.stringify(r):void 0}))}patch(e,r){return new Ge(fetch(this.base+e,{method:"PATCH",headers:this.jsonHeaders,body:r!==void 0?JSON.stringify(r):void 0}))}delete(e){return new Ge(fetch(this.base+e,{method:"DELETE",headers:this.defaultHeaders}))}head(e){return new Ge(fetch(this.base+e,{method:"HEAD",headers:this.defaultHeaders}))}options(e){return new Ge(fetch(this.base+e,{method:"OPTIONS",headers:this.defaultHeaders}))}request(e,r,n){let s=n!==void 0;return new Ge(fetch(this.base+r,{method:e.toUpperCase(),headers:s?this.jsonHeaders:this.defaultHeaders,body:s?JSON.stringify(n):void 0}))}};function Y0(t){return new Lo(t)}function X0(t,e){return new Ge(fetch(t,{method:"GET",headers:e}))}function J0(t,e,r){return new Ge(fetch(t,{method:"POST",headers:{"Content-Type":"application/json",...r},body:e!==void 0?JSON.stringify(e):void 0}))}ie();function Ra(t){if(t==null){let e=new P("fnOrPromise cannot be null or undefined",void 0,void 0,["Pass a valid function or promise to tryFn.","Check the caller to ensure an undefined value is not passed."]);return e.stack=new Error().stack,[!1,e,void 0]}if(typeof t=="function")try{let e=t();return e==null?[!0,null,e]:typeof e.then=="function"?e.then(r=>[!0,null,r]).catch(r=>{if(r instanceof Error&&Object.isExtensible(r)){let n=Object.getOwnPropertyDescriptor(r,"stack");!n||n.writable&&n.configurable}return[!1,qo(r,"Function threw an error"),void 0]}):[!0,null,e]}catch(e){return[!1,qo(e,"Function threw an error"),void 0]}return typeof t.then=="function"?Promise.resolve(t).then(e=>[!0,null,e]).catch(e=>[!1,qo(e,"Promise rejected"),void 0]):[!0,null,t]}function qo(t,e){return t instanceof Error?t:new P(`${e}: ${String(t)}`,void 0,void 0,["Inspect the original value being thrown.","Ensure errors are instances of Error or ReckerError.","Add contextual information when throwing custom errors."])}ie();zn();Yn();function tx(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var Er=class{promise;abortController;constructor(e,r){this.promise=e,this.abortController=r}get[Symbol.toStringTag](){return"RequestPromise"}then(e,r){return this.promise.then(e,r)}catch(e){return this.promise.catch(e)}finally(e){return this.promise.finally(e)}cancel(){this.abortController&&this.abortController.abort()}async json(){return(await this.promise).json()}async yaml(e){let n=await(await this.promise).text();return Vn(n,e)}async csv(e){let n=await(await this.promise).text();return Kn(n,e)}async text(){return(await this.promise).text()}async cleanText(){return(await this.promise).cleanText()}async blob(){return(await this.promise).blob()}async read(){return(await this.promise).read()}async write(e){if(!tx())throw new Ye("write() is only supported in Node.js environments.",{streamType:"response",retriable:!1});let n=(await this.promise).read();if(!n)throw new Ye("Response has no body to write",{streamType:"response",retriable:!0});let[{createWriteStream:s},{pipeline:o},{Readable:u}]=await Promise.all([Promise.resolve().then(()=>(Jt(),Ua)),Promise.resolve().then(()=>(Zn(),Pa)),Promise.resolve().then(()=>(ts(),Ma))]),i=u.fromWeb(n),c=s(e);await o(i,c)}async parse(e){let r=await this.json();return e.parse(r)}async safe(){return Ra(()=>this.json())}async*sse(){yield*(await this.promise).sse()}async*download(){yield*(await this.promise).download()}async*[Symbol.asyncIterator](){yield*await this.promise}};ie();var Qt={debug:(t,...e)=>{typeof t=="object"?console.debug(t,...e):console.debug(t,...e)},info:(t,...e)=>{typeof t=="object"?console.info(t,...e):console.info(t,...e)},warn:(t,...e)=>{typeof t=="object"?console.warn(t,...e):console.warn(t,...e)},error:(t,...e)=>{typeof t=="object"?console.error(t,...e):console.error(t,...e)}},zo={debug:()=>{},info:()=>{},warn:()=>{},error:()=>{}};function Go(t,e){let r={debug:0,info:1,warn:2,error:3},n=r[e];return{debug:(...s)=>{r.debug>=n&&t.debug(...s)},info:(...s)=>{r.info>=n&&t.info(...s)},warn:(...s)=>{r.warn>=n&&t.warn(...s)},error:(...s)=>{r.error>=n&&t.error(...s)}}}var rs={balanced:{maxConcurrentStreams:100,initialWindowSize:65535,maxHeaderListSize:16384,enablePush:0},performance:{maxConcurrentStreams:128,initialWindowSize:1048576,maxHeaderListSize:32768,enablePush:0},"low-latency":{maxConcurrentStreams:250,initialWindowSize:65535,maxHeaderListSize:16384,enablePush:0},"low-memory":{maxConcurrentStreams:50,initialWindowSize:32768,maxHeaderListSize:8192,enablePush:0}};var ns=class t{config;systemMessage=null;messages=[];constructor(e={}){this.config={maxPairs:e.maxPairs??12,systemPrompt:e.systemPrompt??""},this.config.systemPrompt&&(this.systemMessage={role:"system",content:this.config.systemPrompt})}setSystemPrompt(e){this.config.systemPrompt=e,e?this.systemMessage={role:"system",content:e}:this.systemMessage=null}getSystemPrompt(){return this.config.systemPrompt}addUserMessage(e){this.messages.push({role:"user",content:e}),this.prune()}addAssistantMessage(e){this.messages.push({role:"assistant",content:e}),this.prune()}addMessage(e){if(e.role==="system"){this.setSystemPrompt(typeof e.content=="string"?e.content:"");return}this.messages.push(e),this.prune()}buildMessages(e){return this.addUserMessage(e),this.getMessages()}recordResponse(e){this.addAssistantMessage(e)}getMessages(){let e=[];return this.systemMessage&&e.push(this.systemMessage),e.push(...this.messages),e}getConversation(){return this.messages}getPairCount(){var r;let e=0;for(let n=0;n<this.messages.length-1;n+=2)this.messages[n].role==="user"&&((r=this.messages[n+1])==null?void 0:r.role)==="assistant"&&e++;return e}clear(){this.messages=[]}reset(){this.messages=[],this.systemMessage=null,this.config.systemPrompt=""}setConfig(e){e.maxPairs!==void 0&&(this.config.maxPairs=e.maxPairs,this.prune()),e.systemPrompt!==void 0&&this.setSystemPrompt(e.systemPrompt)}getConfig(){return{...this.config}}prune(){let e=this.config.maxPairs*2;if(this.messages.length>e){let r=this.messages.length-e,n=Math.ceil(r/2)*2;this.messages=this.messages.slice(n)}}isEmpty(){return this.messages.length===0}getMessageCount(){return this.messages.length}toJSON(){var e;return{config:this.config,systemPrompt:(e=this.systemMessage)==null?void 0:e.content,messages:[...this.messages]}}static fromJSON(e){let r=new t(e.config);if(e.systemPrompt&&r.setSystemPrompt(e.systemPrompt),e.messages)for(let n of e.messages)r.addMessage(n);return r}};var rx={openai:"/chat/completions",anthropic:"/messages",google:"/models/{model}:generateContent",groq:"/chat/completions",mistral:"/chat/completions",cohere:"/chat",together:"/chat/completions",perplexity:"/chat/completions",deepseek:"/chat/completions",fireworks:"/chat/completions",xai:"/chat/completions",replicate:"/predictions",huggingface:"/models/{model}/v1/chat/completions",ollama:"/api/chat","azure-openai":"/chat/completions","cloudflare-workers-ai":"/ai/run/@cf/meta/llama-2-7b-chat-int8",custom:"/chat/completions"},ss=class{client;config;memory;constructor(e,r){this.client=e,this.config=r,this.memory=new ns(r.memory)}get provider(){return this.config.provider}get model(){return this.config.model}async chat(e){let r=this.memory.buildMessages(e),n=await this.makeRequest(r,!1);return this.memory.recordResponse(n.content),n}async chatStream(e){let r=this.memory.buildMessages(e),n=await this.makeStreamRequest(r);return this.wrapStreamWithMemory(n)}async prompt(e){let r=[{role:"user",content:e}];return this.makeRequest(r,!1)}async promptStream(e){let r=[{role:"user",content:e}];return this.makeStreamRequest(r)}clearMemory(){this.memory.clear()}getMemory(){return this.memory.getConversation()}setMemoryConfig(e){this.memory.setConfig(e)}getMemoryConfig(){return this.memory.getConfig()}async makeRequest(e,r){let n=performance.now(),s=this.buildRequestBody(e,r),o=this.getEndpoint(),i=await(await this.client.post(o,{json:s,headers:this.getExtraHeaders()})).json();return this.parseResponse(i,n)}async makeStreamRequest(e){let r=this.buildRequestBody(e,!0),n=this.getEndpoint(),s=await this.client.post(n,{json:r,headers:this.getExtraHeaders()});return this.parseSSEStream(s.raw)}buildRequestBody(e,r){let n=this.config.provider;return n==="anthropic"?this.buildAnthropicBody(e,r):n==="google"?this.buildGoogleBody(e,r):n==="cohere"?this.buildCohereBody(e,r):{model:this.config.model,messages:e.map(s=>({role:s.role,content:s.content})),stream:r,...r&&{stream_options:{include_usage:!0}}}}buildAnthropicBody(e,r){let n=e.filter(o=>o.role==="system"),s=e.filter(o=>o.role!=="system");return{model:this.config.model,max_tokens:4096,system:n.map(o=>o.content).join(`
|
|
55
55
|
`)||void 0,messages:s.map(o=>({role:o.role==="assistant"?"assistant":"user",content:o.content})),stream:r}}buildGoogleBody(e,r){let n=e.filter(o=>o.role!=="system").map(o=>({role:o.role==="assistant"?"model":"user",parts:[{text:o.content}]})),s=e.filter(o=>o.role==="system").map(o=>o.content).join(`
|
|
56
|
-
`);return{contents:n,...s&&{systemInstruction:{parts:[{text:s}]}},generationConfig:{maxOutputTokens:4096}}}buildCohereBody(e,r){let n=e.slice(0,-1).map(o=>({role:o.role==="assistant"?"CHATBOT":"USER",message:o.content})),s=e[e.length-1];return{model:this.config.model,message:typeof s.content=="string"?s.content:"",chat_history:n.length>0?n:void 0,stream:r}}getEndpoint(){let e=
|
|
57
|
-
`);s=l.pop()||"";for(let d of l){let p=d.trim();if(!(!p||p==="data: [DONE]")&&p.startsWith("data: ")){let f=p.slice(6);try{let h=this.parseStreamChunk(f);h&&(!o&&h.type==="text"&&(o=performance.now()),yield h)}catch{}}}}}finally{r.releaseLock()}}parseStreamChunk(e){let r=JSON.parse(e);return this.config.provider==="anthropic"?this.parseAnthropicStreamChunk(r):this.parseOpenAIStreamChunk(r)}parseOpenAIStreamChunk(e){var n,s;let r=(n=e.choices)==null?void 0:n[0];return r?(s=r.delta)!=null&&s.content?{type:"text",content:r.delta.content}:r.finish_reason?{type:"done",finishReason:r.finish_reason}:null:e.usage?{type:"usage",usage:{inputTokens:e.usage.prompt_tokens||0,outputTokens:e.usage.completion_tokens||0,totalTokens:e.usage.total_tokens||0}}:null}parseAnthropicStreamChunk(e){var r,n;return e.type==="content_block_delta"&&((r=e.delta)==null?void 0:r.type)==="text_delta"?{type:"text",content:e.delta.text||""}:e.type==="message_stop"?{type:"done",finishReason:"stop"}:e.type==="message_delta"&&((n=e.message)!=null&&n.usage)?{type:"usage",usage:{inputTokens:e.message.usage.input_tokens||0,outputTokens:e.message.usage.output_tokens||0,totalTokens:(e.message.usage.input_tokens||0)+(e.message.usage.output_tokens||0)}}:null}async*wrapStreamWithMemory(e){let r="";for await(let n of e)n.type==="text"&&(r+=n.content),yield n;r&&this.memory.recordResponse(r)}};var qa=0;function Ma(t={}){qa+=1;let e=`${Date.now().toString(36)}-${qa.toString(36)}-${Math.random().toString(16).slice(2,8)}`;return{requestId:e,correlationId:t.correlationId||e,tenant:t.tenant,policyTags:t.policyTags??[],policySource:t.policySource,createdAt:Date.now(),traceId:t.traceId}}function Sr(t,e){return t&&(t._runtime=e,t)}function Dt(t){return t._runtime}function Pg(t){if(t!==void 0)return typeof t=="number"?{request:t}:t}var _t=class t{url;method;headers;body;signal;throwHttpErrors;timeout;onUploadProgress;onDownloadProgress;maxResponseSize;beforeRedirect;maxRedirects;followRedirects;http2;useCurl;correlationId;tenant;policyTags;policySource;traceId;queue;constructor(e,r={}){this.url=e,this.method=r.method||"GET",this.headers=r.headers instanceof Headers?r.headers:new Headers(r.headers),this.body=r.body||null,this.signal=r.signal,this.throwHttpErrors=r.throwHttpErrors!==void 0?r.throwHttpErrors:!0,this.timeout=Pg(r.timeout),this.onUploadProgress=r.onUploadProgress,this.onDownloadProgress=r.onDownloadProgress,this.maxResponseSize=r.maxResponseSize,this.beforeRedirect=r.beforeRedirect,this.maxRedirects=r.maxRedirects,this.followRedirects=r.followRedirects,this.http2=r.http2,this.useCurl=r.useCurl,this.correlationId=r.correlationId,this.tenant=r.tenant,this.policyTags=r.policyTags??[],this.policySource=r.policySource,this.traceId=r.traceId,this.queue=r.queue}withHeader(e,r){let n=Dt(this),s=new Headers(this.headers);s.set(e,r);let o=new t(this.url,{method:this.method,headers:s,body:this.body,signal:this.signal,throwHttpErrors:this.throwHttpErrors,timeout:this.timeout,onUploadProgress:this.onUploadProgress,onDownloadProgress:this.onDownloadProgress,maxResponseSize:this.maxResponseSize,beforeRedirect:this.beforeRedirect,maxRedirects:this.maxRedirects,followRedirects:this.followRedirects,http2:this.http2,useCurl:this.useCurl,correlationId:this.correlationId,tenant:this.tenant,policyTags:this.policyTags,policySource:this.policySource,traceId:this.traceId,queue:this.queue});return n?Sr(o,n):o}withBody(e){let r=Dt(this),n=new t(this.url,{method:this.method,headers:this.headers,body:e,signal:this.signal,throwHttpErrors:this.throwHttpErrors,timeout:this.timeout,onUploadProgress:this.onUploadProgress,onDownloadProgress:this.onDownloadProgress,maxResponseSize:this.maxResponseSize,beforeRedirect:this.beforeRedirect,maxRedirects:this.maxRedirects,followRedirects:this.followRedirects,http2:this.http2,useCurl:this.useCurl,correlationId:this.correlationId,tenant:this.tenant,policyTags:this.policyTags,policySource:this.policySource,traceId:this.traceId,queue:this.queue});return r?Sr(n,r):n}};ie();function Dr(t){if(typeof t!="object"||t===null||t instanceof Blob||t instanceof FormData||t instanceof URLSearchParams||t instanceof ArrayBuffer||t instanceof ReadableStream)return!1;if(typeof File<"u")try{if(t instanceof File)return!1}catch{}return!0}function Yo(t){return t==null?{body:void 0}:typeof t=="string"?{body:t,contentType:"text/plain; charset=utf-8"}:t instanceof FormData?{body:t,contentType:void 0}:t instanceof URLSearchParams?{body:t.toString(),contentType:"application/x-www-form-urlencoded"}:t instanceof Blob||Qt(t)?{body:t,contentType:t.type||"application/octet-stream"}:t instanceof ArrayBuffer?{body:t,contentType:"application/octet-stream"}:t instanceof ReadableStream?{body:t,contentType:"application/octet-stream"}:Dr(t)?Ha(t)?{body:nn(t),contentType:void 0}:{body:JSON.stringify(t),contentType:"application/json"}:Array.isArray(t)?{body:JSON.stringify(t),contentType:"application/json"}:{body:String(t),contentType:"text/plain; charset=utf-8"}}function nn(t){let e=new FormData;for(let[r,n]of Object.entries(t))if(n!=null){if(Array.isArray(n)){n.forEach(s=>{s instanceof Blob||Qt(s)?e.append(r,s):e.append(r,String(s))});continue}if(n instanceof Blob||Qt(n)){e.append(r,n);continue}if(typeof n=="object"){e.append(r,JSON.stringify(n));continue}e.append(r,String(n))}return e}function Ug(t){return nn(t)}function Qt(t){return typeof File>"u"?!1:t instanceof File}function Ha(t){if(!t)return!1;if(t instanceof Blob||Qt(t))return!0;if(t instanceof FormData){for(let e of t.values())if(e instanceof Blob||Qt(e))return!0}if(Dr(t)){for(let e of Object.values(t))if(e instanceof Blob||Qt(e)||Array.isArray(e)&&e.some(r=>r instanceof Blob||Qt(r)))return!0}return!1}ie();var ns=class{concurrency;requestsPerInterval;interval;queue=[];active=0;windowStart=0;startedInWindow=0;waitingTimer;constructor(e={}){this.concurrency=e.concurrency??Number.POSITIVE_INFINITY,this.requestsPerInterval=e.requestsPerInterval,this.interval=e.interval}run(e,r){return r!=null&&r.aborted?Promise.reject(r.reason??new P("Request aborted before enqueue",void 0,void 0,["Ensure the AbortSignal is not already aborted when calling the request.","Remove or reset the signal before enqueueing."])):new Promise((n,s)=>{let o={fn:e,resolve:n,reject:s,signal:r};if(r){let u=()=>{this._removeFromQueue(o),s(r.reason??new P("Request aborted while queued",void 0,void 0,["Avoid aborting immediately after queuing.","Increase timeouts or adjust rate limits if cancellations are unintended."])),this._schedule()};r.addEventListener("abort",u,{once:!0}),o.abortCleanup=()=>r.removeEventListener("abort",u)}this.queue.push(o),this._schedule()})}_removeFromQueue(e){let r=this.queue.indexOf(e);r>=0&&this.queue.splice(r,1)}_canStart(e){return this.active>=this.concurrency?!1:this.requestsPerInterval==null||this.interval==null||(e-this.windowStart>=this.interval&&(this.windowStart=e,this.startedInWindow=0),this.startedInWindow<this.requestsPerInterval)}_schedule(){var r,n;if(this.waitingTimer)return;let e=Date.now();for(;this.queue.length>0&&this._canStart(Date.now());){let s=this.queue.shift();if((r=s.signal)!=null&&r.aborted){(n=s.abortCleanup)==null||n.call(s),s.reject(s.signal.reason??new P("Request aborted while queued",void 0,void 0,["Avoid aborting immediately after queuing.","Increase timeouts or adjust rate limits if cancellations are unintended."]));continue}this.active++,this.startedInWindow++;let o=s.abortCleanup;o&&(o(),s.abortCleanup=void 0),Promise.resolve().then(()=>s.fn()).then(u=>s.resolve(u)).catch(u=>s.reject(u)).finally(()=>{this.active--,this._schedule()})}if(this.queue.length>0&&this.requestsPerInterval!=null&&this.interval!=null&&!this._canStart(Date.now())){let s=Math.max(0,this.windowStart+this.interval-Date.now());this.waitingTimer=setTimeout(()=>{this.waitingTimer=void 0,this._schedule()},s)}}asMiddleware(){return async(e,r)=>this.run(()=>r(e),e.signal)}};function ja(){return{on:()=>()=>{},emit:()=>{}}}var qg="request";function $a(t,e){return t.__reckerManifest=Wa(t,e),t}function Mg(t,e={}){return Wa(t,e)}function ss(t){return t.__reckerManifest}function Wa(t,e){return{name:(e==null?void 0:e.name)||Hg(t),version:(e==null?void 0:e.version)||"1",scope:(e==null?void 0:e.scope)||qg,priority:(e==null?void 0:e.priority)??0,dependsOn:(e==null?void 0:e.dependsOn)||[],setup:e==null?void 0:e.setup,teardown:e==null?void 0:e.teardown}}function Hg(t){return t.name&&t.name!=="anonymous"?t.name:`plugin-${Math.random().toString(16).slice(2,10)}`}function jg(t,e,r){if(e.has(t))throw new Error(`Invalid plugin manifest: duplicate plugin name '${t}'. ${r}`);e.add(t)}function $g(t,e){return`${e} -> ${t.join(" -> ")} -> ${e}`}function Wg(t){return t.join(" -> ")}function Va(t){return t.map((e,r)=>({plugin:e,manifest:Mg(e,ss(e)),registrationIndex:r}))}function za(t){let e=new Map,r=new Set;t.forEach(a=>{let d=a.manifest.name;jg(d,r,"Use explicit `manifest.name` to avoid collisions for anonymous plugin factories."),e.set(d,a)});let n=new Map,s=new Map;t.forEach(a=>{let{name:l,dependsOn:d}=a.manifest;s.set(l,0),n.set(l,new Set);for(let p of d){if(!e.has(p))throw new Error(`Invalid plugin dependency for '${l}': missing plugin '${p}'. Available plugins: `+Array.from(e.keys()).sort().join(", "));n.get(p).add(l),s.set(l,(s.get(l)||0)+1)}});let o=[];e.forEach((a,l)=>{(s.get(l)||0)===0&&o.push(l)});let u=[],i=a=>a.sort((l,d)=>{let p=e.get(l),f=e.get(d),h=f.manifest.priority-p.manifest.priority;return h!==0?h:p.registrationIndex-f.registrationIndex});for(;o.length>0;){let a=i(o).splice(0,1)[0],l=o.indexOf(a);l>=0&&o.splice(l,1);let d=e.get(a);if(!d)continue;u.push(d);let p=n.get(a);if(p)for(let f of p){let h=(s.get(f)||0)-1;s.set(f,h),h===0&&o.push(f)}}if(u.length!==t.length){let a=Array.from(s.entries()).filter(([,d])=>d>0).map(([d])=>d),l=Vg(a,n);throw new Error(`Invalid plugin manifest: circular dependency detected. Unresolved nodes: ${Wg(a)}. `+(l?`Detected cycle: ${l}.`:"Refactor dependency graph to a DAG."))}let c=u.map(a=>`${a.manifest.name}:${a.manifest.scope}:${a.manifest.priority}`);return{ordered:u,debugOrder:c}}function Vg(t,e){let r=new Set,n=new Set,s=(o,u)=>{if(n.has(o)){let c=u.indexOf(o);return c>=0?$g(u.slice(c),o):null}if(r.has(o))return null;r.add(o),n.add(o);let i=e.get(o)||new Set;for(let c of i){let a=s(c,[...u,c]);if(a)return a}return n.delete(o),null};for(let o of t){let u=s(o,[o]);if(u)return u}return null}var zg=1*1e3;function Ga(t){var l,d,p,f;let e;typeof t.concurrency=="number"?e={max:t.concurrency}:t.concurrency&&typeof t.concurrency=="object"?e=t.concurrency:e={};let r=e.max??1/0,n=e.requestsPerInterval??1/0,s=e.interval??zg,o=Ka(t.http2),u=o.enabled??!1,i=Gg(e.agent,r,u,o.maxConcurrentStreams),c=Yg((l=e.http2)==null?void 0:l.maxConcurrentStreams,r,u),a;return((d=e.runner)==null?void 0:d.concurrency)!==void 0?a=e.runner.concurrency:r!==1/0?a=r:a=1/0,{max:r,requestsPerInterval:n,interval:s,runner:{concurrency:a,retries:(p=e.runner)==null?void 0:p.retries,retryDelay:(f=e.runner)==null?void 0:f.retryDelay},agent:{...i,connections:i.connections},http2:{maxConcurrentStreams:c}}}function Ka(t){return t?typeof t=="boolean"?{enabled:t,preset:"balanced"}:typeof t=="string"?{enabled:!0,preset:t}:{...t,enabled:t.enabled??!0,preset:t.preset??"balanced"}:{}}function Ya(t){let e=Ka(t);if(!e.enabled)return{enabled:!1,resolvedSettings:es.balanced};let r=e.preset??"balanced",n=es[r]??es.balanced,s={...n,...e.settings,maxConcurrentStreams:e.maxConcurrentStreams??n.maxConcurrentStreams};return{enabled:!0,preset:r,maxConcurrentStreams:s.maxConcurrentStreams,pipelining:e.pipelining,settings:s,resolvedSettings:s}}function Gg(t,e,r,n){let o={...{pipelining:1,keepAlive:!0,keepAliveTimeout:4e3,keepAliveMaxTimeout:6e5,keepAliveTimeoutThreshold:1e3,connectTimeout:1e4,perDomainPooling:!0,maxCachedSessions:100,maxRequestsPerClient:0,clientTtl:null},...t},u;return(t==null?void 0:t.connections)==="auto"||(t==null?void 0:t.connections)===void 0?u=Kg(e,r,n,o.pipelining??1):u=t.connections,{...o,connections:u}}function Kg(t,e,r,n=1){if(e)return Math.max(1,Math.ceil(t/(r??100)));{let s=n>1?n:2;return Math.max(1,Math.min(Math.ceil(t/s),50))}}function Yg(t,e,r){return r?t==="auto"||t===void 0?Math.min(Math.max(e,100),200):t:100}us();var Xg="0.0.0-dev";function on(){return`recker/${Xg}`}var Xa={chrome_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",chrome_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",chrome_linux:"Mozilla/5.0 (X11; Linux x8664) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",firefox_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0",firefox_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0",firefox_linux:"Mozilla/5.0 (X11; Linux x8664; rv:121.0) Gecko/20100101 Firefox/121.0",safari_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15",edge_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0",edge_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0",opera_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/105.0.0.0",opera_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/105.0.0.0",safari_iphone:"Mozilla/5.0 (iPhone; CPU iPhone OS 170 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1",safari_ipad:"Mozilla/5.0 (iPad; CPU OS 170 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1",chrome_ios:"Mozilla/5.0 (iPhone; CPU iPhone OS 170 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1",chrome_android:"Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36",chrome_android_tablet:"Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Safari/537.36",firefox_android:"Mozilla/5.0 (Android 14; Mobile; rv:121.0) Gecko/121.0 Firefox/121.0",samsung_browser:"Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.36",googlebot:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)",googlebot_mobile:"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)",recker:on()};function Ja(t){return Xa[t]}var Qo={desktop:{chrome:["chrome_windows","chrome_mac","chrome_linux"],firefox:["firefox_windows","firefox_mac","firefox_linux"],safari:["safari_mac"],edge:["edge_windows","edge_mac"],opera:["opera_windows","opera_mac"]},mobile:{ios:["safari_iphone","safari_ipad","chrome_ios"],android:["chrome_android","chrome_android_tablet","firefox_android","samsung_browser"]},bot:["googlebot","googlebot_mobile"],default:["recker"]};function Jg(t){let e=t.split("."),r=[];if(e.length===1){let s=Qo[e[0]];Array.isArray(s)?r=s:typeof s=="object"&&(r=Object.values(s).flat())}else if(e.length===2){let s=Qo[e[0]];typeof s=="object"&&e[1]in s&&(r=s[e[1]])}if(r.length===0)return on();let n=Math.floor(Math.random()*r.length);return Ja(r[n])}function Qa(t){let e=t.toLowerCase();return e.includes("bot")||e.includes("crawler")||e.includes("spider")?"bot":e.includes("ipad")||e.includes("tablet")||e.includes("android")&&!e.includes("mobile")?"tablet":e.includes("mobile")||e.includes("iphone")?"mobile":e.includes("windows")||e.includes("macintosh")||e.includes("linux")&&!e.includes("android")?"desktop":"unknown"}function Qg(t){let e=Qa(t);return e==="mobile"||e==="tablet"}var is="__INJECT_VERSION__",Ct=null;async function Zo(){var t;if(Ct)return Ct;if(is!=="__INJECT_VERSION__")return Ct=is,Ct;try{Ct=((t=(await import("../package.json")).default)==null?void 0:t.version)||"0.0.0-dev"}catch{Ct="0.0.0-dev"}return Ct}function Za(){return Ct||(is!=="__INJECT_VERSION__"?is:"0.0.0-dev")}async function ec(){return{version:await Zo(),name:"recker",nodeVersion:process.version,platform:process.platform,arch:process.arch}}eu();ie();function nc(t){let e=t.get("content-length");if(!e)return;let r=parseInt(e,10);return Number.isFinite(r)?r:void 0}function tc(t){return(t==null?void 0:t.cause)??(t==null?void 0:t.reason)}function tu(t){return t instanceof G?!0:!t||typeof t!="object"?!1:t.name==="TimeoutError"}function ru(t,e){if(!e||!t.body)return t;let r=nc(t.headers),n=Xe(t.body,e,{total:r,direction:"download"});return new Response(n,{status:t.status,statusText:t.statusText,headers:t.headers})}function rc(t){return new ReadableStream({start(e){e.enqueue(t),e.close()}})}function Zg(t,e,r){if(!e||!t||typeof FormData<"u"&&t instanceof FormData)return t;if(typeof ReadableStream<"u"&&t instanceof ReadableStream)return Xe(t,e,{total:r,direction:"upload"});if(typeof Blob<"u"&&t instanceof Blob)return Xe(t.stream(),e,{total:t.size,direction:"upload"});if(t instanceof ArrayBuffer||ArrayBuffer.isView(t)){let n=t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength);return Xe(rc(n),e,{total:n.byteLength,direction:"upload"})}if(typeof t=="string"){let s=new TextEncoder().encode(t);return Xe(rc(s),e,{total:s.byteLength,direction:"upload"})}return t}var Ut=class{options;constructor(e={}){this.options=e}async dispatch(e){var v,g;let r=performance.now(),n,s,o=typeof e.timeout=="number"?e.timeout:(v=e.timeout)==null?void 0:v.request,u=e.signal,i=o?new G(e,{phase:"request",timeout:o}):void 0;o&&!u&&(s=new AbortController,u=s.signal,n=setTimeout(()=>{e1(s,i)},o));let c=e.followRedirects!==!1,a=e.maxRedirects??20,l=!!e.beforeRedirect||e.followRedirects===!1||e.maxRedirects!==void 0,d=e.url,p=e.method,f=e.body,h=new Headers(e.headers),m=nc(h),x=0;try{for(;;){let y=x===0?Zg(f,e.onUploadProgress,m):f,w={method:p,headers:h,body:y,signal:u,credentials:this.options.credentials,cache:this.options.cache,keepalive:this.options.keepalive??!0,redirect:l?"manual":"follow",duplex:y?"half":void 0},b=await globalThis.fetch(d,w);if(l){let N=b.status;if(N>=300&&N<400&&c&&x<a){let R=b.headers.get("location");if(!R||b.type==="opaqueredirect"){let _=ru(b,e.onDownloadProgress),O=performance.now()-r;return new un(_,{total:O,firstByte:O})}let q=new URL(R,d).toString(),j=q;if(e.beforeRedirect){let _={from:d,to:q,status:N,headers:b.headers},O=await e.beforeRedirect(_);if(O===!1){let $=ru(b,e.onDownloadProgress),T=performance.now()-r;return new un($,{total:T,firstByte:T})}typeof O=="string"&&(j=O)}(N===303||(N===301||N===302)&&p!=="GET"&&p!=="HEAD")&&(p="GET",f=null,h.delete("content-type"),h.delete("content-length")),await((g=b.body)==null?void 0:g.cancel()),d=j,x++;continue}}let E=ru(b,e.onDownloadProgress),S=performance.now()-r,C={total:S,firstByte:S};return new un(E,C)}}catch(y){if(o&&(y.name==="AbortError"||y.name==="TimeoutError")){let w=tc(y);if(tu(w)||tu(tc(u))||s&&tu(i))throw w instanceof G?w:i??y}throw y}finally{n&&clearTimeout(n)}}};function e1(t,e){t.signal.aborted||(e?t.abort(e):t.abort())}var un=class t{raw;timings;constructor(e,r){this.raw=e,this.timings=r}get status(){return this.raw.status}get statusText(){return this.raw.statusText}get headers(){return this.raw.headers}get ok(){return this.raw.ok}get url(){return this.raw.url}get connection(){return{}}json(){return this.raw.json()}text(){return this.raw.text()}blob(){return this.raw.blob()}async cleanText(){return(await this.text()).replace(/<[^>]*>?/gm,"")}read(){return this.raw.body}clone(){return new t(this.raw.clone(),this.timings)}async*sse(){if(!this.raw.body)return;let r=this.raw.body.pipeThrough(new TextDecoderStream).getReader(),n="";for(;;){let{done:s,value:o}=await r.read();if(s)break;n+=o;let u=n.split(`
|
|
56
|
+
`);return{contents:n,...s&&{systemInstruction:{parts:[{text:s}]}},generationConfig:{maxOutputTokens:4096}}}buildCohereBody(e,r){let n=e.slice(0,-1).map(o=>({role:o.role==="assistant"?"CHATBOT":"USER",message:o.content})),s=e[e.length-1];return{model:this.config.model,message:typeof s.content=="string"?s.content:"",chat_history:n.length>0?n:void 0,stream:r}}getEndpoint(){let e=rx[this.config.provider]||"/chat/completions";return e=e.replace("{model}",this.config.model),e}getExtraHeaders(){let e={};return this.config.headers&&Object.assign(e,this.config.headers),e}parseResponse(e,r){let n=this.config.provider,s=performance.now();return n==="anthropic"?this.parseAnthropicResponse(e,r,s):n==="google"?this.parseGoogleResponse(e,r,s):n==="cohere"?this.parseCohereResponse(e,r,s):this.parseOpenAIResponse(e,r,s)}parseOpenAIResponse(e,r,n){var i,c,a,l,d,p,f,h;let s=e,o=((a=(c=(i=s.choices)==null?void 0:i[0])==null?void 0:c.message)==null?void 0:a.content)||"",u={inputTokens:((l=s.usage)==null?void 0:l.prompt_tokens)||0,outputTokens:((d=s.usage)==null?void 0:d.completion_tokens)||0,totalTokens:((p=s.usage)==null?void 0:p.total_tokens)||0};return{content:o,usage:u,latency:this.buildLatency(r,n,u.outputTokens),model:s.model||this.config.model,provider:this.config.provider,cached:!1,finishReason:(h=(f=s.choices)==null?void 0:f[0])==null?void 0:h.finish_reason,raw:e}}parseAnthropicResponse(e,r,n){var c,a,l,d,p;let s=e,o=(c=s.content)==null?void 0:c.find(f=>f.type==="text"),u=(o==null?void 0:o.text)||"",i={inputTokens:((a=s.usage)==null?void 0:a.input_tokens)||0,outputTokens:((l=s.usage)==null?void 0:l.output_tokens)||0,totalTokens:(((d=s.usage)==null?void 0:d.input_tokens)||0)+(((p=s.usage)==null?void 0:p.output_tokens)||0)};return{content:u,usage:i,latency:this.buildLatency(r,n,i.outputTokens),model:s.model||this.config.model,provider:"anthropic",cached:!1,finishReason:s.stop_reason==="end_turn"?"stop":void 0,raw:e}}parseGoogleResponse(e,r,n){var i,c,a,l,d,p,f,h,m,x;let s=e,o=((d=(l=(a=(c=(i=s.candidates)==null?void 0:i[0])==null?void 0:c.content)==null?void 0:a.parts)==null?void 0:l[0])==null?void 0:d.text)||"",u={inputTokens:((p=s.usageMetadata)==null?void 0:p.promptTokenCount)||0,outputTokens:((f=s.usageMetadata)==null?void 0:f.candidatesTokenCount)||0,totalTokens:((h=s.usageMetadata)==null?void 0:h.totalTokenCount)||0};return{content:o,usage:u,latency:this.buildLatency(r,n,u.outputTokens),model:this.config.model,provider:"google",cached:!1,finishReason:((x=(m=s.candidates)==null?void 0:m[0])==null?void 0:x.finishReason)==="STOP"?"stop":void 0,raw:e}}parseCohereResponse(e,r,n){var i,c,a,l,d,p,f,h;let s=e,o=s.text||"",u={inputTokens:((c=(i=s.meta)==null?void 0:i.tokens)==null?void 0:c.input_tokens)||0,outputTokens:((l=(a=s.meta)==null?void 0:a.tokens)==null?void 0:l.output_tokens)||0,totalTokens:(((p=(d=s.meta)==null?void 0:d.tokens)==null?void 0:p.input_tokens)||0)+(((h=(f=s.meta)==null?void 0:f.tokens)==null?void 0:h.output_tokens)||0)};return{content:o,usage:u,latency:this.buildLatency(r,n,u.outputTokens),model:this.config.model,provider:"cohere",cached:!1,finishReason:s.finish_reason==="COMPLETE"?"stop":void 0,raw:e}}buildLatency(e,r,n){let s=r-e;return{ttft:s,tps:n>0?n/(s/1e3):0,total:s}}async*parseSSEStream(e){var i;let r=(i=e.body)==null?void 0:i.getReader();if(!r)throw new Error("No response body");let n=new TextDecoder,s="",o,u=performance.now();try{for(;;){let{done:c,value:a}=await r.read();if(c)break;s+=n.decode(a,{stream:!0});let l=s.split(`
|
|
57
|
+
`);s=l.pop()||"";for(let d of l){let p=d.trim();if(!(!p||p==="data: [DONE]")&&p.startsWith("data: ")){let f=p.slice(6);try{let h=this.parseStreamChunk(f);h&&(!o&&h.type==="text"&&(o=performance.now()),yield h)}catch{}}}}}finally{r.releaseLock()}}parseStreamChunk(e){let r=JSON.parse(e);return this.config.provider==="anthropic"?this.parseAnthropicStreamChunk(r):this.parseOpenAIStreamChunk(r)}parseOpenAIStreamChunk(e){var n,s;let r=(n=e.choices)==null?void 0:n[0];return r?(s=r.delta)!=null&&s.content?{type:"text",content:r.delta.content}:r.finish_reason?{type:"done",finishReason:r.finish_reason}:null:e.usage?{type:"usage",usage:{inputTokens:e.usage.prompt_tokens||0,outputTokens:e.usage.completion_tokens||0,totalTokens:e.usage.total_tokens||0}}:null}parseAnthropicStreamChunk(e){var r,n;return e.type==="content_block_delta"&&((r=e.delta)==null?void 0:r.type)==="text_delta"?{type:"text",content:e.delta.text||""}:e.type==="message_stop"?{type:"done",finishReason:"stop"}:e.type==="message_delta"&&((n=e.message)!=null&&n.usage)?{type:"usage",usage:{inputTokens:e.message.usage.input_tokens||0,outputTokens:e.message.usage.output_tokens||0,totalTokens:(e.message.usage.input_tokens||0)+(e.message.usage.output_tokens||0)}}:null}async*wrapStreamWithMemory(e){let r="";for await(let n of e)n.type==="text"&&(r+=n.content),yield n;r&&this.memory.recordResponse(r)}};var Ha=0;function ja(t={}){Ha+=1;let e=`${Date.now().toString(36)}-${Ha.toString(36)}-${Math.random().toString(16).slice(2,8)}`;return{requestId:e,correlationId:t.correlationId||e,tenant:t.tenant,policyTags:t.policyTags??[],policySource:t.policySource,createdAt:Date.now(),traceId:t.traceId}}function Sr(t,e){return t&&(t._runtime=e,t)}function Dt(t){return t._runtime}function nx(t){if(t!==void 0)return typeof t=="number"?{request:t}:t}var Pt=class t{url;method;headers;body;signal;throwHttpErrors;timeout;onUploadProgress;onDownloadProgress;maxResponseSize;beforeRedirect;maxRedirects;followRedirects;http2;useCurl;correlationId;tenant;policyTags;policySource;traceId;queue;constructor(e,r={}){this.url=e,this.method=r.method||"GET",this.headers=r.headers instanceof Headers?r.headers:new Headers(r.headers),this.body=r.body||null,this.signal=r.signal,this.throwHttpErrors=r.throwHttpErrors!==void 0?r.throwHttpErrors:!0,this.timeout=nx(r.timeout),this.onUploadProgress=r.onUploadProgress,this.onDownloadProgress=r.onDownloadProgress,this.maxResponseSize=r.maxResponseSize,this.beforeRedirect=r.beforeRedirect,this.maxRedirects=r.maxRedirects,this.followRedirects=r.followRedirects,this.http2=r.http2,this.useCurl=r.useCurl,this.correlationId=r.correlationId,this.tenant=r.tenant,this.policyTags=r.policyTags??[],this.policySource=r.policySource,this.traceId=r.traceId,this.queue=r.queue}withHeader(e,r){let n=Dt(this),s=new Headers(this.headers);s.set(e,r);let o=new t(this.url,{method:this.method,headers:s,body:this.body,signal:this.signal,throwHttpErrors:this.throwHttpErrors,timeout:this.timeout,onUploadProgress:this.onUploadProgress,onDownloadProgress:this.onDownloadProgress,maxResponseSize:this.maxResponseSize,beforeRedirect:this.beforeRedirect,maxRedirects:this.maxRedirects,followRedirects:this.followRedirects,http2:this.http2,useCurl:this.useCurl,correlationId:this.correlationId,tenant:this.tenant,policyTags:this.policyTags,policySource:this.policySource,traceId:this.traceId,queue:this.queue});return n?Sr(o,n):o}withBody(e){let r=Dt(this),n=new t(this.url,{method:this.method,headers:this.headers,body:e,signal:this.signal,throwHttpErrors:this.throwHttpErrors,timeout:this.timeout,onUploadProgress:this.onUploadProgress,onDownloadProgress:this.onDownloadProgress,maxResponseSize:this.maxResponseSize,beforeRedirect:this.beforeRedirect,maxRedirects:this.maxRedirects,followRedirects:this.followRedirects,http2:this.http2,useCurl:this.useCurl,correlationId:this.correlationId,tenant:this.tenant,policyTags:this.policyTags,policySource:this.policySource,traceId:this.traceId,queue:this.queue});return r?Sr(n,r):n}};ie();function Dr(t){if(typeof t!="object"||t===null||t instanceof Blob||t instanceof FormData||t instanceof URLSearchParams||t instanceof ArrayBuffer||t instanceof ReadableStream)return!1;if(typeof File<"u")try{if(t instanceof File)return!1}catch{}return!0}function Ko(t){return t==null?{body:void 0}:typeof t=="string"?{body:t,contentType:"text/plain; charset=utf-8"}:t instanceof FormData?{body:t,contentType:void 0}:t instanceof URLSearchParams?{body:t.toString(),contentType:"application/x-www-form-urlencoded"}:t instanceof Blob||Zt(t)?{body:t,contentType:t.type||"application/octet-stream"}:t instanceof ArrayBuffer?{body:t,contentType:"application/octet-stream"}:t instanceof ReadableStream?{body:t,contentType:"application/octet-stream"}:Dr(t)?$a(t)?{body:nn(t),contentType:void 0}:{body:JSON.stringify(t),contentType:"application/json"}:Array.isArray(t)?{body:JSON.stringify(t),contentType:"application/json"}:{body:String(t),contentType:"text/plain; charset=utf-8"}}function nn(t){let e=new FormData;for(let[r,n]of Object.entries(t))if(n!=null){if(Array.isArray(n)){n.forEach(s=>{s instanceof Blob||Zt(s)?e.append(r,s):e.append(r,String(s))});continue}if(n instanceof Blob||Zt(n)){e.append(r,n);continue}if(typeof n=="object"){e.append(r,JSON.stringify(n));continue}e.append(r,String(n))}return e}function sx(t){return nn(t)}function Zt(t){return typeof File>"u"?!1:t instanceof File}function $a(t){if(!t)return!1;if(t instanceof Blob||Zt(t))return!0;if(t instanceof FormData){for(let e of t.values())if(e instanceof Blob||Zt(e))return!0}if(Dr(t)){for(let e of Object.values(t))if(e instanceof Blob||Zt(e)||Array.isArray(e)&&e.some(r=>r instanceof Blob||Zt(r)))return!0}return!1}ie();var os=class{concurrency;requestsPerInterval;interval;queue=[];active=0;windowStart=0;startedInWindow=0;waitingTimer;constructor(e={}){this.concurrency=e.concurrency??Number.POSITIVE_INFINITY,this.requestsPerInterval=e.requestsPerInterval,this.interval=e.interval}run(e,r){return r!=null&&r.aborted?Promise.reject(r.reason??new P("Request aborted before enqueue",void 0,void 0,["Ensure the AbortSignal is not already aborted when calling the request.","Remove or reset the signal before enqueueing."])):new Promise((n,s)=>{let o={fn:e,resolve:n,reject:s,signal:r};if(r){let u=()=>{this._removeFromQueue(o),s(r.reason??new P("Request aborted while queued",void 0,void 0,["Avoid aborting immediately after queuing.","Increase timeouts or adjust rate limits if cancellations are unintended."])),this._schedule()};r.addEventListener("abort",u,{once:!0}),o.abortCleanup=()=>r.removeEventListener("abort",u)}this.queue.push(o),this._schedule()})}_removeFromQueue(e){let r=this.queue.indexOf(e);r>=0&&this.queue.splice(r,1)}_canStart(e){return this.active>=this.concurrency?!1:this.requestsPerInterval==null||this.interval==null||(e-this.windowStart>=this.interval&&(this.windowStart=e,this.startedInWindow=0),this.startedInWindow<this.requestsPerInterval)}_schedule(){var r,n;if(this.waitingTimer)return;let e=Date.now();for(;this.queue.length>0&&this._canStart(Date.now());){let s=this.queue.shift();if((r=s.signal)!=null&&r.aborted){(n=s.abortCleanup)==null||n.call(s),s.reject(s.signal.reason??new P("Request aborted while queued",void 0,void 0,["Avoid aborting immediately after queuing.","Increase timeouts or adjust rate limits if cancellations are unintended."]));continue}this.active++,this.startedInWindow++;let o=s.abortCleanup;o&&(o(),s.abortCleanup=void 0),Promise.resolve().then(()=>s.fn()).then(u=>s.resolve(u)).catch(u=>s.reject(u)).finally(()=>{this.active--,this._schedule()})}if(this.queue.length>0&&this.requestsPerInterval!=null&&this.interval!=null&&!this._canStart(Date.now())){let s=Math.max(0,this.windowStart+this.interval-Date.now());this.waitingTimer=setTimeout(()=>{this.waitingTimer=void 0,this._schedule()},s)}}asMiddleware(){return async(e,r)=>this.run(()=>r(e),e.signal)}};function Wa(){return{on:()=>()=>{},emit:()=>{}}}var ox="request";function Va(t,e){return t.__reckerManifest=za(t,e),t}function ux(t,e={}){return za(t,e)}function us(t){return t.__reckerManifest}function za(t,e){return{name:(e==null?void 0:e.name)||ix(t),version:(e==null?void 0:e.version)||"1",scope:(e==null?void 0:e.scope)||ox,priority:(e==null?void 0:e.priority)??0,dependsOn:(e==null?void 0:e.dependsOn)||[],setup:e==null?void 0:e.setup,teardown:e==null?void 0:e.teardown}}function ix(t){return t.name&&t.name!=="anonymous"?t.name:`plugin-${Math.random().toString(16).slice(2,10)}`}function ax(t,e,r){if(e.has(t))throw new Error(`Invalid plugin manifest: duplicate plugin name '${t}'. ${r}`);e.add(t)}function cx(t,e){return`${e} -> ${t.join(" -> ")} -> ${e}`}function lx(t){return t.join(" -> ")}function Ga(t){return t.map((e,r)=>({plugin:e,manifest:ux(e,us(e)),registrationIndex:r}))}function Ka(t){let e=new Map,r=new Set;t.forEach(a=>{let d=a.manifest.name;ax(d,r,"Use explicit `manifest.name` to avoid collisions for anonymous plugin factories."),e.set(d,a)});let n=new Map,s=new Map;t.forEach(a=>{let{name:l,dependsOn:d}=a.manifest;s.set(l,0),n.set(l,new Set);for(let p of d){if(!e.has(p))throw new Error(`Invalid plugin dependency for '${l}': missing plugin '${p}'. Available plugins: `+Array.from(e.keys()).sort().join(", "));n.get(p).add(l),s.set(l,(s.get(l)||0)+1)}});let o=[];e.forEach((a,l)=>{(s.get(l)||0)===0&&o.push(l)});let u=[],i=a=>a.sort((l,d)=>{let p=e.get(l),f=e.get(d),h=f.manifest.priority-p.manifest.priority;return h!==0?h:p.registrationIndex-f.registrationIndex});for(;o.length>0;){let a=i(o).splice(0,1)[0],l=o.indexOf(a);l>=0&&o.splice(l,1);let d=e.get(a);if(!d)continue;u.push(d);let p=n.get(a);if(p)for(let f of p){let h=(s.get(f)||0)-1;s.set(f,h),h===0&&o.push(f)}}if(u.length!==t.length){let a=Array.from(s.entries()).filter(([,d])=>d>0).map(([d])=>d),l=dx(a,n);throw new Error(`Invalid plugin manifest: circular dependency detected. Unresolved nodes: ${lx(a)}. `+(l?`Detected cycle: ${l}.`:"Refactor dependency graph to a DAG."))}let c=u.map(a=>`${a.manifest.name}:${a.manifest.scope}:${a.manifest.priority}`);return{ordered:u,debugOrder:c}}function dx(t,e){let r=new Set,n=new Set,s=(o,u)=>{if(n.has(o)){let c=u.indexOf(o);return c>=0?cx(u.slice(c),o):null}if(r.has(o))return null;r.add(o),n.add(o);let i=e.get(o)||new Set;for(let c of i){let a=s(c,[...u,c]);if(a)return a}return n.delete(o),null};for(let o of t){let u=s(o,[o]);if(u)return u}return null}var px=1*1e3;function Ya(t){var l,d,p,f;let e;typeof t.concurrency=="number"?e={max:t.concurrency}:t.concurrency&&typeof t.concurrency=="object"?e=t.concurrency:e={};let r=e.max??1/0,n=e.requestsPerInterval??1/0,s=e.interval??px,o=Xa(t.http2),u=o.enabled??!1,i=fx(e.agent,r,u,o.maxConcurrentStreams),c=mx((l=e.http2)==null?void 0:l.maxConcurrentStreams,r,u),a;return((d=e.runner)==null?void 0:d.concurrency)!==void 0?a=e.runner.concurrency:r!==1/0?a=r:a=1/0,{max:r,requestsPerInterval:n,interval:s,runner:{concurrency:a,retries:(p=e.runner)==null?void 0:p.retries,retryDelay:(f=e.runner)==null?void 0:f.retryDelay},agent:{...i,connections:i.connections},http2:{maxConcurrentStreams:c}}}function Xa(t){return t?typeof t=="boolean"?{enabled:t,preset:"balanced"}:typeof t=="string"?{enabled:!0,preset:t}:{...t,enabled:t.enabled??!0,preset:t.preset??"balanced"}:{}}function Ja(t){let e=Xa(t);if(!e.enabled)return{enabled:!1,resolvedSettings:rs.balanced};let r=e.preset??"balanced",n=rs[r]??rs.balanced,s={...n,...e.settings,maxConcurrentStreams:e.maxConcurrentStreams??n.maxConcurrentStreams};return{enabled:!0,preset:r,maxConcurrentStreams:s.maxConcurrentStreams,pipelining:e.pipelining,settings:s,resolvedSettings:s}}function fx(t,e,r,n){let o={...{pipelining:1,keepAlive:!0,keepAliveTimeout:4e3,keepAliveMaxTimeout:6e5,keepAliveTimeoutThreshold:1e3,connectTimeout:1e4,perDomainPooling:!0,maxCachedSessions:100,maxRequestsPerClient:0,clientTtl:null},...t},u;return(t==null?void 0:t.connections)==="auto"||(t==null?void 0:t.connections)===void 0?u=hx(e,r,n,o.pipelining??1):u=t.connections,{...o,connections:u}}function hx(t,e,r,n=1){if(e)return Math.max(1,Math.ceil(t/(r??100)));{let s=n>1?n:2;return Math.max(1,Math.min(Math.ceil(t/s),50))}}function mx(t,e,r){return r?t==="auto"||t===void 0?Math.min(Math.max(e,100),200):t:100}as();var gx="0.0.0-dev";function on(){return`recker/${gx}`}var Qa={chrome_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",chrome_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",chrome_linux:"Mozilla/5.0 (X11; Linux x8664) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",firefox_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0",firefox_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0",firefox_linux:"Mozilla/5.0 (X11; Linux x8664; rv:121.0) Gecko/20100101 Firefox/121.0",safari_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15",edge_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0",edge_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0",opera_windows:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/105.0.0.0",opera_mac:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/105.0.0.0",safari_iphone:"Mozilla/5.0 (iPhone; CPU iPhone OS 170 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1",safari_ipad:"Mozilla/5.0 (iPad; CPU OS 170 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1",chrome_ios:"Mozilla/5.0 (iPhone; CPU iPhone OS 170 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1",chrome_android:"Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36",chrome_android_tablet:"Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Safari/537.36",firefox_android:"Mozilla/5.0 (Android 14; Mobile; rv:121.0) Gecko/121.0 Firefox/121.0",samsung_browser:"Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.36",googlebot:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)",googlebot_mobile:"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)",recker:on()};function Za(t){return Qa[t]}var Jo={desktop:{chrome:["chrome_windows","chrome_mac","chrome_linux"],firefox:["firefox_windows","firefox_mac","firefox_linux"],safari:["safari_mac"],edge:["edge_windows","edge_mac"],opera:["opera_windows","opera_mac"]},mobile:{ios:["safari_iphone","safari_ipad","chrome_ios"],android:["chrome_android","chrome_android_tablet","firefox_android","samsung_browser"]},bot:["googlebot","googlebot_mobile"],default:["recker"]};function xx(t){let e=t.split("."),r=[];if(e.length===1){let s=Jo[e[0]];Array.isArray(s)?r=s:typeof s=="object"&&(r=Object.values(s).flat())}else if(e.length===2){let s=Jo[e[0]];typeof s=="object"&&e[1]in s&&(r=s[e[1]])}if(r.length===0)return on();let n=Math.floor(Math.random()*r.length);return Za(r[n])}function ec(t){let e=t.toLowerCase();return e.includes("bot")||e.includes("crawler")||e.includes("spider")?"bot":e.includes("ipad")||e.includes("tablet")||e.includes("android")&&!e.includes("mobile")?"tablet":e.includes("mobile")||e.includes("iphone")?"mobile":e.includes("windows")||e.includes("macintosh")||e.includes("linux")&&!e.includes("android")?"desktop":"unknown"}function bx(t){let e=ec(t);return e==="mobile"||e==="tablet"}var cs="__INJECT_VERSION__",Ct=null;async function Qo(){var t;if(Ct)return Ct;if(cs!=="__INJECT_VERSION__")return Ct=cs,Ct;try{Ct=((t=(await import("../package.json")).default)==null?void 0:t.version)||"0.0.0-dev"}catch{Ct="0.0.0-dev"}return Ct}function tc(){return Ct||(cs!=="__INJECT_VERSION__"?cs:"0.0.0-dev")}async function rc(){return{version:await Qo(),name:"recker",nodeVersion:process.version,platform:process.platform,arch:process.arch}}Zo();ie();function oc(t){let e=t.get("content-length");if(!e)return;let r=parseInt(e,10);return Number.isFinite(r)?r:void 0}function nc(t){return(t==null?void 0:t.cause)??(t==null?void 0:t.reason)}function eu(t){return t instanceof G?!0:!t||typeof t!="object"?!1:t.name==="TimeoutError"}function tu(t,e){if(!e||!t.body)return t;let r=oc(t.headers),n=Xe(t.body,e,{total:r,direction:"download"});return new Response(n,{status:t.status,statusText:t.statusText,headers:t.headers})}function sc(t){return new ReadableStream({start(e){e.enqueue(t),e.close()}})}function yx(t,e,r){if(!e||!t||typeof FormData<"u"&&t instanceof FormData)return t;if(typeof ReadableStream<"u"&&t instanceof ReadableStream)return Xe(t,e,{total:r,direction:"upload"});if(typeof Blob<"u"&&t instanceof Blob)return Xe(t.stream(),e,{total:t.size,direction:"upload"});if(t instanceof ArrayBuffer||ArrayBuffer.isView(t)){let n=t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength);return Xe(sc(n),e,{total:n.byteLength,direction:"upload"})}if(typeof t=="string"){let s=new TextEncoder().encode(t);return Xe(sc(s),e,{total:s.byteLength,direction:"upload"})}return t}var qt=class{options;constructor(e={}){this.options=e}async dispatch(e){var v,g;let r=performance.now(),n,s,o=typeof e.timeout=="number"?e.timeout:(v=e.timeout)==null?void 0:v.request,u=e.signal,i=o?new G(e,{phase:"request",timeout:o}):void 0;o&&!u&&(s=new AbortController,u=s.signal,n=setTimeout(()=>{wx(s,i)},o));let c=e.followRedirects!==!1,a=e.maxRedirects??20,l=!!e.beforeRedirect||e.followRedirects===!1||e.maxRedirects!==void 0,d=e.url,p=e.method,f=e.body,h=new Headers(e.headers),m=oc(h),x=0;try{for(;;){let y=x===0?yx(f,e.onUploadProgress,m):f,w={method:p,headers:h,body:y,signal:u,credentials:this.options.credentials,cache:this.options.cache,keepalive:this.options.keepalive??!0,redirect:l?"manual":"follow",duplex:y?"half":void 0},b=await globalThis.fetch(d,w);if(l){let N=b.status;if(N>=300&&N<400&&c&&x<a){let k=b.headers.get("location");if(!k||b.type==="opaqueredirect"){let F=tu(b,e.onDownloadProgress),L=performance.now()-r;return new un(F,{total:L,firstByte:L})}let q=new URL(k,d).toString(),j=q;if(e.beforeRedirect){let F={from:d,to:q,status:N,headers:b.headers},L=await e.beforeRedirect(F);if(L===!1){let $=tu(b,e.onDownloadProgress),T=performance.now()-r;return new un($,{total:T,firstByte:T})}typeof L=="string"&&(j=L)}(N===303||(N===301||N===302)&&p!=="GET"&&p!=="HEAD")&&(p="GET",f=null,h.delete("content-type"),h.delete("content-length")),await((g=b.body)==null?void 0:g.cancel()),d=j,x++;continue}}let E=tu(b,e.onDownloadProgress),S=performance.now()-r,C={total:S,firstByte:S};return new un(E,C)}}catch(y){if(o&&(y.name==="AbortError"||y.name==="TimeoutError")){let w=nc(y);if(eu(w)||eu(nc(u))||s&&eu(i))throw w instanceof G?w:i??y}throw y}finally{n&&clearTimeout(n)}}};function wx(t,e){t.signal.aborted||(e?t.abort(e):t.abort())}var un=class t{raw;timings;constructor(e,r){this.raw=e,this.timings=r}get status(){return this.raw.status}get statusText(){return this.raw.statusText}get headers(){return this.raw.headers}get ok(){return this.raw.ok}get url(){return this.raw.url}get connection(){return{}}json(){return this.raw.json()}text(){return this.raw.text()}blob(){return this.raw.blob()}async cleanText(){return(await this.text()).replace(/<[^>]*>?/gm,"")}read(){return this.raw.body}clone(){return new t(this.raw.clone(),this.timings)}async*sse(){if(!this.raw.body)return;let r=this.raw.body.pipeThrough(new TextDecoderStream).getReader(),n="";for(;;){let{done:s,value:o}=await r.read();if(s)break;n+=o;let u=n.split(`
|
|
58
58
|
|
|
59
59
|
`);n=u.pop()||"";for(let i of u){if(!i.trim())continue;let c="",a,l,d,p=i.split(`
|
|
60
60
|
`);for(let f of p)f.startsWith("data: ")?c=c?c+`
|
|
61
|
-
`+f.slice(6):f.slice(6):f.startsWith("event: ")?a=f.slice(7):f.startsWith("id: ")?l=f.slice(4):f.startsWith("retry: ")&&(d=parseInt(f.slice(7),10));c&&(yield{data:c,event:a,id:l,retry:d})}}}async*download(){if(!this.raw.body)return;let e=this.raw.body.getReader(),r=0,n=Number(this.raw.headers.get("content-length"))||void 0;for(;;){let{done:s,value:o}=await e.read();if(s)break;r+=o.length,yield{loaded:r,transferred:r,total:n,percent:n?r/n*100:void 0,direction:"download"}}}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();for(;;){let{done:r,value:n}=await e.read();if(r)break;yield n}}};async function*nu(t,e,r={},n={}){let s=e,o=1,u=n.maxPages||1/0;for(;s&&o<=u;){let i=await t.request(s,{...r,method:"GET"}),c=await i.json();if(yield{data:c,response:i,pageNumber:o},o++,n.getNextUrl){s=n.getNextUrl(i,c,s);continue}if(n.nextCursorPath){let l=n.nextCursorPath.split("."),d=c;for(let p of l)if(d&&typeof d=="object")d=d[p];else{d=void 0;break}if(d){let p=n.pageParam||"cursor",f=s.startsWith("http"),h=new URL(f?s:`http://dummy-base${s.startsWith("/")?"":"/"}${s}`);h.searchParams.set(p,String(d)),f?s=h.toString():s=h.pathname+h.search}else s=null;continue}if(n.pageParam){let l=s.startsWith("http"),d=new URL(l?s:`http://dummy-base${s.startsWith("/")?"":"/"}${s}`),p=n.pageParam,f=parseInt(d.searchParams.get(p)||String(o-1),10),h=!1;if(Array.isArray(c)&&c.length===0&&(h=!0),c&&Array.isArray(c.data)&&c.data.length===0&&(h=!0),c&&Array.isArray(c.items)&&c.items.length===0&&(h=!0),h)s=null;else{let m=(isNaN(f)?1:f)+1;d.searchParams.set(p,String(m)),s=l?d.toString():d.pathname+d.search}continue}let a=i.headers.get("link");if(a){let l=a.match(/<([^>]+)>;\s*rel="next"/);s=l?l[1]:null}else s=null}}async function*sc(t,e,r={},n={}){for await(let s of nu(t,e,r,n)){let o=s.data,u=[];n.getItems?u=n.getItems(o):n.resultsPath?u=n.resultsPath.split(".").reduce((i,c)=>i==null?void 0:i[c],o)||[]:Array.isArray(o)?u=o:o&&Array.isArray(o.data)?u=o.data:o&&Array.isArray(o.items)?u=o.items:u=[o];for(let i of u)yield i}}ie();function su(t,e,r,n,s){let o;switch(n){case"linear":o=e*t;break;case"exponential":o=Math.pow(2,t-1)*e;break;case"decorrelated":let u=t===1?e:Math.pow(2,t-2)*e;o=Math.random()*(u*3-e)+e;break;default:o=e*t}if(o=Math.min(o,r),s){let u=o*.25,i=Math.random()*u*2-u;o+=i}return Math.max(0,Math.floor(o))}function t1(t){if(!t)return;let e=parseInt(t,10);if(!isNaN(e)&&e>=0)return e*1e3;let r=Date.parse(t);if(!isNaN(r)){let n=r-Date.now();return n>0?n:void 0}}function ou(t={}){let e=t.maxAttempts||3,r=t.delay||1e3,n=t.maxDelay||3e4,s=t.backoff||"exponential",o=t.jitter!==!1,u=t.statusCodes||[408,429,500,502,503,504],i=t.onRetry,c=t.respectRetryAfter!==!1,a=d=>{if(d instanceof Ke||d instanceof G)return!0;if(d instanceof ot)return u.includes(d.status);let p=$n(d);if(p&&p.canRetry===!1)return!1;if(p)return p.canRetry;if(d&&typeof d=="object"&&"code"in d){let f=d.code;return f==="ECONNRESET"||f==="ETIMEDOUT"||f==="ENOTFOUND"}return!1},l=t.shouldRetry||a;return d=>{let p=(h,m,x,v)=>{let g=d.runtimeEventBus;if(!(g!=null&&g.emit))return;let y=Dt(v);if(!y)return;let w=$n(h);g.emit("request:retry",{context:y,req:v,attempt:m,delayMs:x,reason:(w==null?void 0:w.reason)||(h==null?void 0:h.message)||"retry requested"})},f=async(h,m)=>{var v,g;let x=0;for(;;)try{x++;let y=await m(h);if(x<e&&!y.ok&&u.includes(y.status)){let w;if(c){let E=t1(y.headers.get("Retry-After"));w=E!==void 0?Math.min(E,n):su(x,r,n,s,o)}else w=su(x,r,n,s,o);let b=new ot(y,h);if(p(b,x,w,h),i&&i(x,b,w),(v=d.hooks)!=null&&v.onRetry)for(let E of d.hooks.onRetry)await E(b,x,w,h);await new Promise(E=>setTimeout(E,w));continue}return y}catch(y){if(x<e&&l(y)){let w=su(x,r,n,s,o);if(p(y,x,w,h),i&&i(x,y,w),(g=d.hooks)!=null&&g.onRetry)for(let b of d.hooks.onRetry)await b(y,x,w,h);await new Promise(b=>setTimeout(b,w));continue}throw y}};d.use(f)}}var Cr=class{store=new Map;async get(e){let r=this.store.get(e);return r?r.expiresAt>0&&r.expiresAt<=Date.now()?(this.store.delete(e),null):r.value:null}async set(e,r,n){if(!Number.isFinite(n)||n<=0){this.store.delete(e);return}this.store.set(e,{value:r,expiresAt:Date.now()+n})}async delete(e){this.store.delete(e)}};uu();iu();ls();ps();var vr=typeof TextEncoder<"u"?new TextEncoder:null,ft=globalThis.Buffer;function a1(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var gu=class{factory;storage;resolving;constructor(e){this.factory=e}async getStorage(){return this.storage||(this.resolving||(this.resolving=this.factory().then(e=>(this.storage=e,e))),this.storage=await this.resolving),this.storage}async get(e){return(await this.getStorage()).get(e)}async set(e,r,n){return(await this.getStorage()).set(e,r,n)}async delete(e){return(await this.getStorage()).delete(e)}};function c1(){return a1()?new gu(async()=>{let{MemoryStorage:t}=await Promise.resolve().then(()=>(hu(),fu));return new t}):new Cr}function l1(t){if(t==null)return null;if(typeof t=="string")return vr?vr.encode(t):ft?ft.from(t,"utf8"):null;if(typeof URLSearchParams<"u"&&t instanceof URLSearchParams){let e=t.toString();return vr?vr.encode(e):ft?ft.from(e,"utf8"):null}if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);if(typeof Blob<"u"&&t instanceof Blob)return null;if(typeof t=="object")try{let e=JSON.stringify(t);return vr?vr.encode(e):ft?ft.from(e,"utf8"):null}catch{return null}return null}function d1(t){let e=0xcbf29ce484222325n,r=0x100000001b3n;for(let n of t)e^=BigInt(n),e=e*r&0xffffffffffffffffn;return e.toString(16).padStart(16,"0")}function p1(t){if(!t)return!0;let e=t.toLowerCase();return!!(e.startsWith("text/")||e.includes("json")||e.includes("xml")||e.includes("yaml")||e.includes("csv")||e.includes("javascript")||e.includes("ecmascript")||e.includes("x-www-form-urlencoded")||e.includes("graphql")||e.includes("event-stream")||e.includes("+json")||e.includes("+xml"))}function f1(t){if(ft)return ft.from(t).toString("base64");if(typeof btoa<"u"){let e="";for(let n=0;n<t.length;n+=32768){let s=t.subarray(n,n+32768);e+=String.fromCharCode(...s)}return btoa(e)}return null}function h1(t){if(ft)return ft.from(t,"base64");if(typeof atob<"u"){let e=atob(t),r=new Uint8Array(e.length);for(let n=0;n<e.length;n++)r[n]=e.charCodeAt(n);return r}return null}async function Zt(t){let e=t.headers.get("content-type");if(p1(e))return{body:await t.text(),bodyEncoding:"utf8"};let r=await t.arrayBuffer(),n=new Uint8Array(r),s=f1(n);return s===null?null:{body:s,bodyEncoding:"base64"}}var ln=class t{raw;timings;constructor(e,r){this.raw=e,this.timings=r}get status(){return this.raw.status}get statusText(){return this.raw.statusText}get headers(){return this.raw.headers}get ok(){return this.raw.ok}get url(){return this.raw.url}get connection(){return{}}get cache(){return vt(this.headers,this.status).cache}get rateLimit(){return vt(this.headers,this.status).rateLimit}links(){return an(this.headers)}get headerInfo(){return vt(this.headers,this.status)}json(){return this.raw.json()}text(){return this.raw.text()}async cleanText(){return as(await this.text())}blob(){return this.raw.blob()}read(){return this.raw.body}clone(){return new t(this.raw.clone(),this.timings)}sse(){return cs(this.raw)}async*download(){if(!this.raw.body)return;let e=this.raw.body.getReader(),r=0,n=Number(this.raw.headers.get("content-length"))||void 0;for(;;){let{done:s,value:o}=await e.read();if(s)break;r+=o.length,yield{loaded:r,transferred:r,total:n,percent:n?r/n*100:void 0,direction:"download"}}}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();for(;;){let{done:r,value:n}=await e.read();if(r)break;yield n}}};function m1(t){if(!t)return{};let e={},r=t.toLowerCase().split(",").map(n=>n.trim());for(let n of r)if(n.startsWith("max-age="))e.maxAge=parseInt(n.slice(8),10);else if(n.startsWith("min-fresh="))e.minFresh=parseInt(n.slice(10),10);else if(n.startsWith("max-stale")){let s=n.indexOf("=");s!==-1?e.maxStale=parseInt(n.slice(s+1),10):e.maxStale=1/0}else n==="only-if-cached"?e.onlyIfCached=!0:n==="no-cache"?e.noCache=!0:n==="no-store"&&(e.noStore=!0);return e}function ms(t){if(!t)return{};let e={},r=t.toLowerCase().split(",").map(n=>n.trim());for(let n of r)n.startsWith("max-age=")?e.maxAge=parseInt(n.slice(8),10):n.startsWith("s-maxage=")?e.sMaxAge=parseInt(n.slice(9),10):n.startsWith("stale-while-revalidate=")?e.staleWhileRevalidate=parseInt(n.slice(23),10):n.startsWith("stale-if-error=")?e.staleIfError=parseInt(n.slice(15),10):n==="no-cache"?e.noCache=!0:n==="no-store"?e.noStore=!0:n==="must-revalidate"?e.mustRevalidate=!0:n==="private"?e.isPrivate=!0:n==="public"&&(e.isPublic=!0);return e}function xu(t,e){let r=(e-t.timestamp)/1e3;if(t.sMaxAge!==void 0)return r<t.sMaxAge;if(t.maxAge!==void 0)return r<t.maxAge;if(t.expires!==void 0)return e<t.expires;if(t.lastModified){let n=new Date(t.lastModified).getTime();if(!isNaN(n)){let s=t.headers.date?new Date(t.headers.date).getTime():t.timestamp;if(!isNaN(s)&&s>n){let u=(s-n)/1e3*.1;return r<u}}}return!1}function mu(t,e,r){let n=(e-t.timestamp)/1e3,s=t.sMaxAge??t.maxAge??1/0,o=s-n,u=xu(t,e);if(r.maxAge!==void 0&&n>r.maxAge)return{allowed:!1,reason:"exceeds-request-max-age"};if(r.minFresh!==void 0&&(!u||o<r.minFresh))return{allowed:!1,reason:"insufficient-freshness"};if(r.onlyIfCached)return{allowed:!0};if(!u&&r.maxStale===void 0)return{allowed:!1,reason:"stale-not-acceptable"};if(!u&&r.maxStale!==void 0){let i=n-s;if(r.maxStale!==1/0&&i>r.maxStale)return{allowed:!1,reason:"exceeds-max-stale"}}return{allowed:!0}}function g1(t,e){if(!t.staleWhileRevalidate)return!1;let r=(e-t.timestamp)/1e3,n=t.sMaxAge??t.maxAge??0;return r-n<t.staleWhileRevalidate}function Ac(t,e){let r=new Headers(t.headers);return e.etag&&r.set("If-None-Match",e.etag),e.lastModified&&r.set("If-Modified-Since",e.lastModified),new _t(t.url,{method:t.method,headers:r,body:t.body,signal:t.signal,throwHttpErrors:!1,timeout:t.timeout,onUploadProgress:t.onUploadProgress,onDownloadProgress:t.onDownloadProgress,maxResponseSize:t.maxResponseSize})}async function er(t,e,r,n,s,o){if(n.vary){let u=o(r,n.vary);await t.set(u,n,s);let i={...n,body:""};await t.set(e,i,s)}else await t.set(e,n,s)}async function tr(t,e,r){let n={};t.headers.forEach((i,c)=>{n[c]=i});let s=ms(t.headers.get("Cache-Control")),o,u=t.headers.get("Expires");if(u){let i=new Date(u);isNaN(i.getTime())||(o=i.getTime())}return{status:t.status,statusText:t.statusText,headers:n,body:e.body,bodyEncoding:e.bodyEncoding,timestamp:r,etag:t.headers.get("ETag")||void 0,lastModified:t.headers.get("Last-Modified")||void 0,vary:t.headers.get("Vary")||void 0,expires:o,...s}}function qt(t,e){let r=new Headers(t.headers);if(r.set("X-Cache",e),r.set("X-Cache-Age",String(Math.floor((Date.now()-t.timestamp)/1e3))),e==="stale"||e==="stale-error"){let o=e==="stale"?110:111,u=e==="stale"?"Response is Stale":"Revalidation Failed",i=r.get("Warning");i?r.set("Warning",`${i}, ${o} - "${u}"`):r.set("Warning",`${o} - "${u}"`)}let n=t.bodyEncoding==="base64"?h1(t.body)??t.body:t.body,s=new Response(n,{status:t.status,statusText:t.statusText,headers:r});return new ln(s)}function Ec(t={}){let e=t.storage||c1(),r=t.strategy||"cache-first",n=t.ttl||60*1e3,s=t.methods||["GET"],o=t.respectCacheControl!==!1,u=t.forceRevalidate===!0,i=t.keyGenerator||((a,l)=>{let d=`${a.method}:${a.url}`;if(a.method!=="GET"&&a.method!=="HEAD"&&a.body)try{let p=l1(a.body);p&&p.length>0&&(d+=`:${d1(p)}`)}catch{}if(l&&t.respectVary!==!1){let p=l.split(",").map(h=>h.trim().toLowerCase()),f=[];for(let h of p){if(h==="*")return`${d}:vary-*:${Date.now()}`;let m=a.headers.get(h);m&&f.push(`${h}=${m}`)}f.length>0&&(d+=`:vary:${f.join("|")}`)}return d}),c=async(a,l)=>{if(["POST","PUT","PATCH","DELETE","PROPPATCH","MKCOL","COPY","MOVE","LOCK","UNLOCK","LINK","UNLINK","PURGE"].includes(a.method)){let g=await l(a);return g.ok&&(await e.delete(`GET:${a.url}`),await e.delete(`HEAD:${a.url}`)),g}if(!s.includes(a.method))return l(a);let p=o?m1(a.headers.get("Cache-Control")):{};if(o&&p.noStore)return l(a);if(o){let g=a.headers.get("Pragma");if(g!=null&&g.includes("no-cache"))return l(a)}let f=i(a),h=f,m=Date.now(),x;if(t.respectVary!==!1){let g=await e.get(f);g!=null&&g.vary?(h=i(a,g.vary),x=await e.get(h)):g!=null&&g.body?x=g:x=void 0}else x=await e.get(h);if(p.onlyIfCached){if(!x){let y=new Response(null,{status:504,statusText:"Gateway Timeout"});return new ln(y)}if(!mu(x,m,p).allowed){let y=new Response(null,{status:504,statusText:"Gateway Timeout"});return new ln(y)}return qt(x,xu(x,m)?"hit":"stale")}let v=Object.keys(p).length>0;if(x&&o&&v&&r==="network-first"&&(mu(x,m,p).allowed||(x=void 0)),r==="network-only"){let g=await l(a);if(g.ok&&o&&!ms(g.headers.get("Cache-Control")).noStore){let w=g.raw.clone(),b=await Zt(w);if(!b)return g;let E=await tr(g,b,m),S=(E.sMaxAge??E.maxAge??n/1e3)*1e3;await er(e,f,a,E,S,i)}return g}if(r==="rfc-compliant"||r==="revalidate"){if(x){let y=xu(x,m),w=mu(x,m,p),b=x.etag||x.lastModified;if(!w.allowed&&!b)x=void 0;else{if(y&&!u&&!x.noCache&&!p.noCache)return qt(x,"hit");if(!y&&p.maxStale!==void 0&&!u&&!p.noCache)return qt(x,"stale")}}if(x){let y=Ac(a,x);try{let w=await l(y);if(w.status===304){let b={...x,timestamp:m,etag:w.headers.get("ETag")||x.etag,lastModified:w.headers.get("Last-Modified")||x.lastModified},E=(b.sMaxAge??b.maxAge??n/1e3)*1e3,S=Math.max(E,n);return await e.set(h,b,S),qt(b,"revalidated")}if(w.ok&&!ms(w.headers.get("Cache-Control")).noStore){let E=w.raw.clone(),S=await Zt(E);if(!S)return w;let C=await tr(w,S,m),N=(C.sMaxAge??C.maxAge??n/1e3)*1e3,L=Math.max(N,n);await er(e,f,a,C,L,i)}return w}catch(w){if(x.staleIfError&&g1(x,m))return qt(x,"stale-error");throw w}}let g=await l(a);if(g.ok&&!ms(g.headers.get("Cache-Control")).noStore){let w=g.raw.clone(),b=await Zt(w);if(!b)return g;let E=await tr(g,b,m),S=(E.sMaxAge??E.maxAge??n/1e3)*1e3,C=Math.max(S,n);await er(e,f,a,E,C,i)}return g}if(r==="cache-first"){if(x)return qt(x,"hit");let g=await l(a);if(g.ok){let y=g.raw.clone(),w=await Zt(y);if(!w)return g;let b=await tr(g,w,m);await er(e,f,a,b,n,i)}return g}if(r==="stale-while-revalidate"){if(x){let y=qt(x,"stale");return(async()=>{try{let w=Ac(a,x),b=await l(w);if(b.status===304){let E={...x,timestamp:Date.now()};await e.set(h,E,n)}else if(b.ok){let E=b.raw.clone(),S=await Zt(E);if(!S)return;let C=await tr(b,S,Date.now()),N=(C.sMaxAge??C.maxAge??n/1e3)*1e3,L=Math.max(N,n);await er(e,f,a,C,L,i)}}catch{}})(),y}let g=await l(a);if(g.ok){let y=g.raw.clone(),w=await Zt(y);if(!w)return g;let b=await tr(g,w,m);await er(e,f,a,b,n,i)}return g}if(r==="network-first")try{let g=await l(a);if(g.ok){let y=g.raw.clone(),w=await Zt(y);if(!w)return g;let b=await tr(g,w,m),E=(b.sMaxAge??b.maxAge??n/1e3)*1e3,S=Math.max(E,n);await er(e,f,a,b,S,i)}return g}catch(g){if(x)return qt(x,"stale-error");throw g}return l(a)};return a=>{a.use(c)}}function bu(t={}){let e=new Map,r=t.keyGenerator||(s=>s.method+":"+s.url),n=async(s,o)=>{if(s.method!=="GET"&&s.method!=="HEAD")return o(s);let u=r(s);if(e.has(u))return(await e.get(u)).clone();let i=o(s).then(c=>c).finally(()=>{e.delete(u)});e.set(u,i);try{let c=await i;return c.clone?c.clone():c}catch(c){throw c}};return s=>{s.use(n)}}var Sc=0;function x1(){return Sc+=1,`qj-${Date.now().toString(36)}-${Sc.toString(36)}-${Math.random().toString(16).slice(2,8)}`}function b1(t,e,r){var u;let n={};t.headers.forEach((i,c)=>{n[c]=i});let s=null,o=n["content-type"];if(t.body!==null&&t.body!==void 0)if(typeof t.body=="string")s=t.body;else if(typeof t.body=="object")try{s=JSON.stringify(t.body)}catch{s=String(t.body)}else s=String(t.body);return{jobId:e,url:t.url,method:t.method,headers:n,body:s,bodyContentType:o||void 0,correlationId:t.correlationId,traceId:t.traceId,tenant:t.tenant,policyTags:(u=t.policyTags)!=null&&u.length?t.policyTags:void 0,createdAt:Date.now(),metadata:r&&Object.keys(r).length>0?r:void 0}}function y1(t){return e=>!(t.methods&&!t.methods.includes(e.method)||t.urlPatterns&&!t.urlPatterns.some(n=>typeof n=="string"?e.url.includes(n):n.test(e.url))||t.headerPresent&&!e.headers.has(t.headerPresent))}var yu=class t{jobId;raw;timings=void 0;connection=void 0;constructor(e){this.jobId=e;let r=JSON.stringify({queued:!0,jobId:e,status:"queued"});this.raw=new Response(r,{status:202,statusText:"Accepted",headers:{"Content-Type":"application/json","X-Queue-Job-Id":e,"X-Queue-Status":"queued"}})}get status(){return 202}get statusText(){return"Accepted"}get headers(){return this.raw.headers}get ok(){return!0}get url(){return""}json(){return this.raw.json()}text(){return this.raw.text()}async cleanText(){return this.raw.text()}blob(){return this.raw.blob()}read(){return this.raw.body}clone(){return new t(this.jobId)}async*sse(){}async*download(){}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();for(;;){let{done:r,value:n}=await e.read();if(r)break;yield n}}};function Dc(t){let e=t.adapter,r=typeof t.filter=="function"?t.filter:t.filter?y1(t.filter):()=>!0,n=t.jobIdGenerator||x1,s=async(o,u)=>{let i=o.queue;if(i===!1||!(i===!0||typeof i=="object"||r(o)))return u(o);let a={...t.defaultMetadata,...typeof i=="object"&&i!==null&&"metadata"in i?i.metadata:void 0},l=n(o),d=b1(o,l,a),p=await e.enqueue(d);return new yu(p||l)};return o=>{o.use(s)}}function Cc(t){let e={};if(!t)return e;let r=t.split(";");for(let n of r){let[s,...o]=n.split("="),u=s==null?void 0:s.trim(),i=o.join("=").trim();u&&(e[u]=decodeURIComponent(i||""))}return e}function w1(t,e){return e?Cc(e)[t]||null:typeof document<"u"&&document.cookie&&Cc(document.cookie)[t]||null}function wu(t={}){let{cookieName:e="XSRF-TOKEN",headerName:r="X-XSRF-TOKEN",token:n,cookies:s}=t;return async(o,u)=>{let i=n||w1(e,s);return i&&(o.headers.has(r)||o.headers.set(r,i)),u(o)}}function Au(t){return t?t===!0?wu():wu(t):null}ie();var ht=typeof TextEncoder<"u"?new TextEncoder:null,Te=globalThis.Buffer;function A1(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var Eu=null;async function E1(){return Eu||(Eu=(async()=>{let t="node:zlib",e="node:util",r=await import(t),n=await import(e),s=n.promisify(r.gzip),o=n.promisify(r.deflate),u=n.promisify(r.brotliCompress);return{gzip:async i=>s(Te?Te.from(i):i),deflate:async i=>o(Te?Te.from(i):i),brotli:async i=>u(Te?Te.from(i):i)}})()),Eu}function S1(t){return t?["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded"].some(r=>t.includes(r)):!0}function D1(t){if(!t)return 0;if(typeof t=="string")return ht?ht.encode(t).length:Te?Te.from(t,"utf8").length:t.length;if(t instanceof ArrayBuffer||ArrayBuffer.isView(t))return t.byteLength;if(typeof Blob<"u"&&t instanceof Blob)return t.size;if(typeof t=="object")try{let e=JSON.stringify(t);return ht?ht.encode(e).length:Te?Te.from(e,"utf8").length:e.length}catch{return 0}return 0}function C1(t){if(!t)return null;if(typeof t=="string")return ht?ht.encode(t):Te?Te.from(t,"utf8"):null;if(typeof URLSearchParams<"u"&&t instanceof URLSearchParams){let e=t.toString();return ht?ht.encode(e):Te?Te.from(e,"utf8"):null}if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);if(typeof Blob<"u"&&t instanceof Blob)return null;if(typeof t=="object")try{let e=JSON.stringify(t);return ht?ht.encode(e):Te?Te.from(e,"utf8"):null}catch{return null}return null}async function v1(t,e){if(A1()){let r=await E1();switch(e){case"gzip":return r.gzip(t);case"deflate":return r.deflate(t);case"br":return r.brotli(t);default:break}}if(typeof CompressionStream<"u"){if(e==="br")throw new Ae("Brotli compression is not available in browser environments.",{feature:e});let r=new CompressionStream(e),n=r.writable.getWriter(),s=t.buffer instanceof ArrayBuffer?t:new Uint8Array(t);await n.write(s),await n.close();let o=await new Response(r.readable).arrayBuffer();return new Uint8Array(o)}throw new Ae(`Unsupported compression algorithm: ${e}`,{feature:e})}function vc(t={}){let{algorithm:e="gzip",threshold:r=1024,force:n=!1,methods:s=["POST","PUT","PATCH"]}=t;return async(o,u)=>{if(!s.includes(o.method)||!o.body||o.headers.has("Content-Encoding"))return u(o);let c=o.headers.get("Content-Type");if(!S1(c))return u(o);let a=D1(o.body);if(!n&&a<r)return u(o);let l=C1(o.body);if(!l)return u(o);try{let d=await v1(l,e);if(!n&&d.length>=l.length)return u(o);let p=new Headers(o.headers);p.set("Content-Encoding",e),p.set("Content-Length",d.length.toString());let f={...o,body:d,headers:p};return u(f)}catch{return u(o)}}}function Tc(t){return t?t===!0?vc():vc(t):null}function kc(t){let e=t.replace(/<\?xml[^?]*\?>/gi,"").replace(/<!--[\s\S]*?-->/g,"").trim();return Rc(e)}function Rc(t){let e=t.match(/^<(\w+)([^>]*)>([\s\S]*)<\/\1>$/);if(!e){let c=t.match(/^<(\w+)([^/>]*)\/>$/);if(c){let[,a,l]=c,d=Su(l);return Object.keys(d).length>0?{[a]:d}:{[a]:null}}return xs(t.trim())}let[,r,n,s]=e,o=Su(n),u=T1(s),i={};if(Object.keys(o).length>0&&(i["@attributes"]=o),typeof u=="string")return Object.keys(o).length>0?(i["#text"]=u,{[r]:i}):{[r]:u};if(Array.isArray(u))for(let c of u)for(let[a,l]of Object.entries(c))i[a]!==void 0?(Array.isArray(i[a])||(i[a]=[i[a]]),i[a].push(l)):i[a]=l;return{[r]:Object.keys(i).length>0?i:null}}function Su(t){let e={},r=/(\w+)=["']([^"']*)["']/g,n;for(;(n=r.exec(t))!==null;)e[n[1]]=xs(n[2]);return e}function T1(t){let e=t.trim();if(!e)return"";if(!e.startsWith("<"))return xs(e);let r=[],n=e;for(;n.length>0&&(n=n.trim(),!!n);){let s=n.match(/^<(\w+)([^>]*)>/);if(!s){let d=n.indexOf("<");if(d>0){let p=n.substring(0,d).trim();p&&r.push({"#text":xs(p)}),n=n.substring(d);continue}break}let[o,u,i]=s;if(i.endsWith("/")||n.substring(o.length-1,o.length+1)==="/>"){let d=n.match(/^<(\w+)([^/>]*)\/?>/);if(d){let p=Su(d[2]);r.push({[u]:Object.keys(p).length>0?{"@attributes":p}:null}),n=n.substring(d[0].length);continue}}let c=`</${u}>`,a=1,l=o.length;for(;a>0&&l<n.length;){let d=n.indexOf(`<${u}`,l),p=n.indexOf(c,l);if(p===-1)break;if(d!==-1&&d<p)n.substring(d).match(/^<\w+[^>]*\/>/)||a++,l=d+1;else if(a--,a===0){let f=n.substring(0,p+c.length);r.push(Rc(f)),n=n.substring(p+c.length)}else l=p+1}if(a>0)break}return r}function xs(t){return t.replace(/</g,"<").replace(/>/g,">").replace(/&/g,"&").replace(/"/g,'"').replace(/'/g,"'").replace(/&#(\d+);/g,(e,r)=>String.fromCharCode(parseInt(r,10))).replace(/&#x([0-9a-fA-F]+);/g,(e,r)=>String.fromCharCode(parseInt(r,16)))}function Tr(t,e){if(t==null)return e?`<${e}/>`:"";if(typeof t!="object")return e?`<${e}>${gs(String(t))}</${e}>`:gs(String(t));let r=Object.keys(t);if(r.length===1&&!e){let u=r[0];return Tr(t[u],u)}let n="",s="",o="";for(let u of r){let i=t[u];if(u==="@attributes")for(let[c,a]of Object.entries(i))s+=` ${c}="${gs(String(a))}"`;else if(u==="#text")o=gs(String(i));else if(Array.isArray(i))for(let c of i)n+=Tr(c,u);else n+=Tr(i,u)}return e?n||o?`<${e}${s}>${o}${n}</${e}>`:`<${e}${s}/>`:n}function gs(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}async function k1(t,e=kc){let n=await(await t).text();return e(n)}zn();Yn();ie();var Du=class{listeners=new Map;on(e,r){let n=this.listeners.get(e)??new Set;return n.add(r),this.listeners.set(e,n),this}once(e,r){let n=(...s)=>{this.off(e,n),r(...s)};return this.on(e,n)}off(e,r){let n=this.listeners.get(e);return n&&(n.delete(r),n.size===0&&this.listeners.delete(e)),this}removeListener(e,r){return this.off(e,r)}emit(e,...r){let n=this.listeners.get(e);if(!n)return!1;for(let s of[...n])s(...r);return!0}},bs=class extends Du{concurrency;retries;retryDelay;queue=[];activeCount=0;paused=!1;stats={total:0,successful:0,failed:0};startTime=0;pendingRetries=0;isCancelled=!1;cancelReason=new dt("Request runner cancelled");retryTimers=new Map;timeoutId;abortUnsubscribe;constructor(e={}){super(),this.concurrency=e.concurrency||5,this.retries=e.retries??0,this.retryDelay=e.retryDelay??0}add(e,r={}){this.queueTask({id:r.id||Math.random().toString(36).slice(2),fn:e,priority:r.priority||0,retries:r.retries??this.retries,resolve:r.resolve}),r.trackTotal!==!1&&this.stats.total++,this.processNext()}async run(e,r,n={}){if(this.queue=[],this.activeCount=0,this.pendingRetries=0,this.stats={total:0,successful:0,failed:0},this.isCancelled=!1,this.retryTimers.size>0){for(let[,s]of this.retryTimers)clearTimeout(s);this.retryTimers.clear()}if(this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=void 0),this.abortUnsubscribe&&(this.abortUnsubscribe(),this.abortUnsubscribe=void 0),this.startTime=Date.now(),this.stats={total:e.length,successful:0,failed:0},this.isCancelled=!1,this.cancelReason=new dt("Request runner cancelled",{queueName:"request-runner",request:void 0}),n.signal){let s=n.signal;if(s.aborted){let o=s.reason instanceof Error?s.reason:new dt("Request runner signal was aborted",{queueName:"request-runner",request:void 0});this.cancelAll(o)}else{let o=()=>{let u=s.reason instanceof Error?s.reason:new dt("Request runner signal was aborted",{queueName:"request-runner",request:void 0});this.cancelAll(u)};s.addEventListener("abort",o,{once:!0}),this.abortUnsubscribe=()=>s.removeEventListener("abort",o)}}if(n.deadlineMs!==void 0){let s=n.deadlineMs;s<=0?this.cancelAll(new dt("Request runner deadline elapsed",{queueName:"request-runner",request:void 0})):this.timeoutId=setTimeout(()=>{this.cancelAll(new dt("Request runner deadline exceeded",{queueName:"request-runner",request:void 0}))},s)}try{let s=e.map((u,i)=>new Promise(c=>{this.add(()=>r(u,i),{priority:n.priority,id:String(i),retries:n.retries,resolve:c,trackTotal:!1})}));return{results:await Promise.all(s),stats:{...this.stats,duration:Date.now()-this.startTime}}}finally{this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=void 0),this.abortUnsubscribe&&(this.abortUnsubscribe(),this.abortUnsubscribe=void 0)}}queueTask(e){this.queue.push(e),this.queue.sort((r,n)=>n.priority-r.priority)}scheduleRetry(e,r){if(this.isCancelled){this.resolveTask(e,this.cancelReason);return}if(r<=0){this.queueTask(e),this.processNext();return}let n=`${e.id}-${Date.now()}-${Math.random().toString(16).slice(2,8)}`,s=()=>{this.retryTimers.delete(n),this.pendingRetries--,!this.isCancelled&&(this.queueTask(e),this.processNext())};this.retryTimers.set(n,setTimeout(()=>{if(this.isCancelled){this.pendingRetries--,this.retryTimers.delete(n),this.resolveTask(e,this.cancelReason);return}s()},r)),this.pendingRetries++}async processNext(){var r;if(this.isCancelled){this.resolveQueue();return}if(this.paused||this.activeCount>=this.concurrency||this.queue.length===0)return;let e=this.queue.shift();if(e){this.activeCount++,this.emit("taskStart",e);try{let n=await e.fn();this.stats.successful++,(r=e.resolve)==null||r.call(e,n),this.emit("taskComplete",{task:e,result:n})}catch(n){if(this.isCancelled){this.resolveTask(e,this.cancelReason);return}let s=e.retries??0;s>0?(e.retries=s-1,this.emit("taskRetry",{task:e,error:n,remaining:e.retries,delay:this.retryDelay}),this.scheduleRetry(e,this.retryDelay)):(this.resolveTask(e,n),this.emit("taskError",{task:e,error:n}))}finally{this.activeCount--,this.emit("progress",this.getProgress()),this.activeCount===0&&this.queue.length===0&&this.pendingRetries===0&&this.emit("drained"),this.processNext()}}}cancelAll(e){if(!this.isCancelled){this.isCancelled=!0,this.cancelReason=e;for(let[,r]of this.retryTimers)clearTimeout(r);this.retryTimers.clear(),this.pendingRetries=0,this.resolveQueue()}}resolveQueue(){for(;this.queue.length>0;){let e=this.queue.shift();e&&this.resolveTask(e,this.cancelReason)}}resolveTask(e,r){var n;e.resolve&&(this.stats.failed++,(n=e.resolve)==null||n.call(e,r))}getProgress(){let e=this.stats.successful+this.stats.failed;return{total:this.stats.total,completed:e,pending:this.queue.length,active:this.activeCount,percent:this.stats.total>0?e/this.stats.total*100:0}}};ie();var vu=class{listeners=new Map;on(e,r){let n=this.listeners.get(e)??new Set;return n.add(r),this.listeners.set(e,n),this}once(e,r){let n=(...s)=>{this.off(e,n),r(...s)};return this.on(e,n)}off(e,r){let n=this.listeners.get(e);return n&&(n.delete(r),n.size===0&&this.listeners.delete(e)),this}removeListener(e,r){return this.off(e,r)}emit(e,...r){let n=this.listeners.get(e);if(!n)return!1;for(let s of[...n])s(...r);return!0}},ys={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3};function Tu(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var Cu=null;async function Bc(){return Cu||(Cu=import("undici")),Cu}async function R1(){if(Tu())return(await Bc()).WebSocket;let t=globalThis.WebSocket;if(!t)throw new Ae("WebSocket is not available in this environment.",{feature:"websocket"});return t}function B1(t){return!!(t&&typeof t.getReader=="function")}var ws=class extends vu{ws=null;url;options;reconnectAttempts=0;reconnectTimer;heartbeatTimer;isClosed=!1;isReconnecting=!1;pongWatchdog;backoff;closedByUser=!1;constructor(e,r={}){super(),this.url=e,this.options={protocols:r.protocols||[],headers:r.headers||{},reconnect:r.reconnect??!1,reconnectDelay:r.reconnectDelay??1e3,maxReconnectAttempts:r.maxReconnectAttempts??5,heartbeatInterval:r.heartbeatInterval??3e4,heartbeatTimeout:r.heartbeatTimeout??1e4,dispatcher:r.dispatcher,proxy:r.proxy,tls:r.tls,perMessageDeflate:r.perMessageDeflate??!1},this.backoff={base:this.options.reconnectDelay,factor:2,jitter:!0,max:3e4}}async connect(){let e=await R1(),r=Tu(),n=r?{headers:this.options.headers,dispatcher:this.options.dispatcher,perMessageDeflate:this.options.perMessageDeflate}:void 0;if(r&&this.options.proxy){let s=typeof this.options.proxy=="string"?{url:this.options.proxy}:this.options.proxy,o=await Bc();n.dispatcher=new o.ProxyAgent(s.url)}return r&&this.options.tls&&(n.tls=this.options.tls),new Promise((s,o)=>{try{this.ws=r?new e(this.url,this.options.protocols,n):new e(this.url,this.options.protocols),this.ws.addEventListener("open",()=>{this.reconnectAttempts=0,this.isReconnecting=!1,this.startHeartbeat(),this.emit("open"),s()}),this.ws.addEventListener("message",u=>{let i=u.data,c={data:i,isBinary:typeof i!="string"};this.emit("message",c),this.stopPongWatchdog()}),this.ws.addEventListener("close",u=>{this.stopHeartbeat(),this.stopPongWatchdog(),this.emit("close",u.code,u.reason),!this.closedByUser&&!this.isClosed&&this.options.reconnect&&this.attemptReconnect()}),this.ws.addEventListener("error",u=>{let i=(u==null?void 0:u.error)instanceof Error?u.error:new Jr("WebSocket connection error",{host:this.url,retriable:!0});this.emit("error",i),o(i)})}catch(u){o(u)}})}async send(e,r){if(!this.ws||this.ws.readyState!==ys.OPEN)throw new Qr("WebSocket is not connected",{expectedState:"open",actualState:this.ws?"closed":"not-created"});let n=(r==null?void 0:r.awaitDrain)??!1,s=(r==null?void 0:r.highWaterMark)??16*1024;this.ws.send(e),n&&await this.waitForDrain(s)}async sendStream(e,r){if(B1(e)){let n=e.getReader();for(;;){let{done:s,value:o}=await n.read();if(s)break;await this.send(o,r)}return}for await(let n of e)await this.send(n,r)}sendJSON(e){this.send(JSON.stringify(e))}close(e=1e3,r=""){this.isClosed=!0,this.closedByUser=!0,this.stopHeartbeat(),this.clearReconnectTimer(),this.ws&&(this.ws.close(e,r),this.ws=null)}ping(){if(!this.ws||this.ws.readyState!==ys.OPEN)return;let e=this.ws;if(typeof e.ping=="function")try{e.ping();return}catch{}try{this.ws.send("__heartbeat__")}catch{}}get readyState(){var e;return((e=this.ws)==null?void 0:e.readyState)??ys.CLOSED}get isConnected(){var e;return((e=this.ws)==null?void 0:e.readyState)===ys.OPEN}toReadable(){if(!this.ws)return null;let e=this.ws;return e.readable&&typeof e.readable.getReader=="function"?e.readable:null}async pipeFrom(e,r){await this.sendStream(e,r)}async pipeTo(e){var n;let r=this.toReadable();if(!r)throw new Ye("WebSocket has no readable stream",{streamType:"websocket",retriable:!1});if(e&&typeof e.getWriter=="function"){await r.pipeTo(e);return}if(Tu()){let s="node:stream",o="node:stream/promises",u=await import(s),i=await import(o),c=typeof((n=u.Readable)==null?void 0:n.fromWeb)=="function"?u.Readable.fromWeb(r):u.Readable.from(r);await i.pipeline(c,e);return}throw new Ye("Destination stream is not supported in this environment",{streamType:"websocket",retriable:!1})}async*[Symbol.asyncIterator](){let e=[],r=null,n=!1,s=u=>{r?(r(u),r=null):e.push(u)},o=()=>{n=!0,r&&(r(null),r=null)};this.on("message",s),this.on("close",o);try{for(;;)if(e.length>0)yield e.shift();else{if(n)break;let u=await new Promise(i=>{r=i});if(u)yield u;else break}}finally{this.off("message",s),this.off("close",o)}}attemptReconnect(){if(this.isReconnecting)return;if(this.options.maxReconnectAttempts>0&&this.reconnectAttempts>=this.options.maxReconnectAttempts){this.emit("max-reconnect-attempts");return}this.isReconnecting=!0,this.reconnectAttempts++;let e=this.backoff.base*Math.pow(this.backoff.factor,this.reconnectAttempts-1),r=this.backoff.max?Math.min(e,this.backoff.max):e,n=this.backoff.jitter?N1(r):r;this.emit("reconnecting",this.reconnectAttempts,n),this.reconnectTimer=setTimeout(()=>{this.connect().catch(s=>{this.emit("reconnect-error",s)})},n)}clearReconnectTimer(){this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=void 0)}startHeartbeat(){this.options.heartbeatInterval<=0||(this.heartbeatTimer=setInterval(()=>{this.isConnected&&(this.ping(),this.startPongWatchdog())},this.options.heartbeatInterval))}stopHeartbeat(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=void 0),this.stopPongWatchdog()}startPongWatchdog(){this.stopPongWatchdog(),!(this.options.heartbeatTimeout<=0)&&(this.pongWatchdog=setTimeout(()=>{var e;this.emit("heartbeat-timeout"),!this.closedByUser&&this.options.reconnect&&((e=this.ws)==null||e.close(4e3,"heartbeat timeout"))},this.options.heartbeatTimeout))}stopPongWatchdog(){this.pongWatchdog&&(clearTimeout(this.pongWatchdog),this.pongWatchdog=void 0)}getBufferedAmount(){var e;return((e=this.ws)==null?void 0:e.bufferedAmount)??0}async waitForDrain(e){this.getBufferedAmount()<=e||await new Promise(n=>{let s=()=>{this.getBufferedAmount()<=e||!this.isConnected?n():setTimeout(s,10)};setTimeout(s,10)})}};function N1(t){let e=.2*t;return t-e+Math.random()*(2*e)}ie();function O1(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var ku=null;async function I1(){if(!O1())throw new Ae("WHOIS is only available in Node.js environments.",{feature:"whois"});return ku||(ku=import("node:net")),ku}var F1={com:"whois.verisign-grs.com",net:"whois.verisign-grs.com",org:"whois.pir.org",info:"whois.afilias.net",biz:"whois.biz",us:"whois.nic.us",uk:"whois.nic.uk",ca:"whois.cira.ca",de:"whois.denic.de",fr:"whois.afnic.fr",au:"whois.aunic.net",jp:"whois.jprs.jp",cn:"whois.cnnic.cn",ru:"whois.tcinet.ru",br:"whois.registro.br",eu:"whois.eu",io:"whois.nic.io",co:"whois.nic.co",me:"whois.nic.me",tv:"whois.nic.tv",cc:"whois.nic.cc",ws:"whois.website.ws",mobi:"whois.dotmobiregistry.net",asia:"whois.nic.asia",tel:"whois.nic.tel",pro:"whois.registrypro.pro",aero:"whois.aero",cat:"whois.cat",coop:"whois.nic.coop",jobs:"whois.nic.jobs",museum:"whois.museum",travel:"whois.nic.travel",xxx:"whois.nic.xxx",app:"whois.nic.google",dev:"whois.nic.google",ai:"whois.nic.ai"};function L1(t){let e=t.toLowerCase().split(".");return e[e.length-1]}function _1(t,e){if(e)return e;let r=/^(\d{1,3}\.){3}\d{1,3}$/,n=/^([0-9a-fA-F]{0,4}:){2,7}[0-9a-fA-F]{0,4}$/;if(r.test(t)||n.test(t))return"whois.arin.net";let s=L1(t);return F1[s]||"whois.iana.org"}function P1(t){let e={},r=t.split(`
|
|
62
|
-
`);for(let n of r){if(n.startsWith("%")||n.startsWith("#")||!n.trim())continue;let s=n.indexOf(":");if(s===-1)continue;let o=n.substring(0,s).trim().toLowerCase(),u=n.substring(s+1).trim();!o||!u||(e[o]?Array.isArray(e[o])?e[o].push(u):e[o]=[e[o],u]:e[o]=u)}return e}function
|
|
63
|
-
`);for(let r of e)if(r.includes("whois server:")||r.includes("referral url:")){let n=r.match(/whois\.[\w.-]+/);if(n)return n[0]}return null}async function
|
|
64
|
-
`)}),c.on("data",l=>{i+=l.toString("utf-8")}),c.on("end",()=>{clearTimeout(a),o(i)}),c.on("error",l=>{clearTimeout(a);let d=(l==null?void 0:l.message)||(l==null?void 0:l.code)||"Connection failed",p=new P(`WHOIS query failed: ${d}`,void 0,void 0,["Verify the WHOIS server is reachable and correct.","Check network/firewall settings blocking WHOIS port 43.","Retry the query; transient network issues can occur."]);p.code=l==null?void 0:l.code,u(p)}),c.on("close",l=>{if(clearTimeout(a),l&&!i){let d=new P("WHOIS connection closed unexpectedly",void 0,void 0,["The WHOIS server may be rate limiting requests.","Try again in a few seconds.","Some TLDs have unreliable WHOIS servers."]);d.code="ECONNRESET",u(d)}})})}async function Ru(t,e={}){let{server:r,port:n=43,timeout:s=1e4,follow:o=!0}=e,u=t.trim().toLowerCase(),i=_1(u,r),c=await Nc(i,u,n,s);if(o&&!r){let l=U1(c);l&&l!==i&&(i=l,c=await Nc(i,u,n,s))}let a=P1(c);return{raw:c,query:u,server:i,data:a}}async function Oc(t,e){try{let n=(await Ru(t,e)).raw.toLowerCase();return["no match","not found","no entries found","no data found","status: available","status: free"].some(o=>n.includes(o))}catch{return!1}}var q1=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,M1=/^[\u0020-\u003A\u003D-\u007E]*$/,dn=class{cookies=new Map;getCookieString(e){let r=new URL(e),n=r.hostname,s=r.pathname||"/",o=r.protocol==="https:",u=Date.now(),i=[];for(let[c,a]of this.cookies.entries())if(this.domainMatches(n,c)){for(let[l,d]of a.entries())if(this.pathMatches(s,l))for(let p of d.values()){if(this.isExpired(p,u)){d.delete(p.name);continue}p.secure&&!o||i.push(p)}}return i.sort((c,a)=>{let l=a.path.length-c.path.length;return l!==0?l:c.createdAt-a.createdAt}),i.map(c=>`${c.name}=${c.value}`).join("; ")}setCookie(e,r){let n=new URL(r),s=n.hostname,o=n.pathname||"/",u=this.parseCookie(e,s,o);if(!u||!this.domainMatches(s,u.domain))return;this.cookies.has(u.domain)||this.cookies.set(u.domain,new Map);let i=this.cookies.get(u.domain);i.has(u.path)||i.set(u.path,new Map),i.get(u.path).set(u.name,u)}clear(){this.cookies.clear()}clearDomain(e){this.cookies.delete(e)}getAllCookies(){let e=[];for(let r of this.cookies.values())for(let n of r.values())for(let s of n.values())e.push(s);return e}parseCookie(e,r,n){let s=e.split(";").map(p=>p.trim());if(s.length===0||!s[0])return null;let[o,...u]=s,i=o.indexOf("=");if(i===-1)return null;let c=o.substring(0,i).trim(),a=o.substring(i+1).trim();if(!c)return null;let l=this.decode(a),d={name:c,value:l,domain:r,path:this.defaultPath(n),secure:!1,httpOnly:!1,createdAt:Date.now()};for(let p of u){let f=p.toLowerCase();if(f==="secure")d.secure=!0;else if(f==="httponly")d.httpOnly=!0;else if(f==="partitioned")d.partitioned=!0;else if(f.startsWith("domain=")){let h=p.substring(7).trim();h.startsWith(".")&&(h=h.substring(1)),q1.test(h)&&(d.domain=h.toLowerCase())}else if(f.startsWith("path=")){let h=p.substring(5).trim();(!h||M1.test(h))&&(d.path=h||"/")}else if(f.startsWith("expires=")){let h=p.substring(8).trim(),m=new Date(h);Number.isFinite(m.valueOf())&&(d.expires=m)}else if(f.startsWith("max-age=")){let h=p.substring(8).trim();/^-?\d+$/.test(h)&&(d.maxAge=parseInt(h,10))}else if(f.startsWith("samesite=")){let h=p.substring(9).trim().toLowerCase();h==="strict"?d.sameSite="Strict":h==="lax"?d.sameSite="Lax":h==="none"&&(d.sameSite="None")}else if(f.startsWith("priority=")){let h=p.substring(9).trim().toLowerCase();h==="low"?d.priority="Low":h==="medium"?d.priority="Medium":h==="high"&&(d.priority="High")}}return d}decode(e){if(e.indexOf("%")===-1)return e;try{return decodeURIComponent(e)}catch{return e}}domainMatches(e,r){let n=e.toLowerCase(),s=r.toLowerCase();return!!(n===s||n.endsWith("."+s))}pathMatches(e,r){return!!(e===r||e.startsWith(r)&&(r.endsWith("/")||e[r.length]==="/"))}defaultPath(e){if(!e||!e.startsWith("/"))return"/";let r=e.lastIndexOf("/");return r===0?"/":e.substring(0,r)}isExpired(e,r){if(e.maxAge!==void 0){if(e.maxAge<=0)return!0;let n=e.createdAt+e.maxAge*1e3;return r>=n}return e.expires?r>=e.expires.getTime():!1}};var wi=null;async function xb(){return wi||(wi=(await Promise.resolve().then(()=>(vd(),Cd))).ScrapeDocument),wi}function Td(t){let e=Promise.resolve(t),r=async s=>{let o=await xb(),u=await e,i=await u.text();return o.create(i,{baseUrl:(s==null?void 0:s.baseUrl)||u.url,...s})},n=e;return n.scrape=async s=>r(s),n.links=async s=>(await r()).links(s),n.images=async s=>(await r()).images(s),n.meta=async()=>(await r()).meta(),n.openGraph=async()=>(await r()).openGraph(),n.twitterCard=async()=>(await r()).twitterCard(),n.jsonLd=async()=>(await r()).jsonLd(),n.forms=async s=>(await r()).forms(s),n.tables=async s=>(await r()).tables(s),n.scripts=async()=>(await r()).scripts(),n.styles=async()=>(await r()).styles(),n.extract=async s=>(await r()).extract(s),n}var ga=t=>t instanceof Error?t:new Error(String(t)),g5=["json","form","xml","yaml","csv","body","headers","timeout","retry","hooks","searchParams","params","beforeRedirect","maxRedirects","followRedirects","http2","useCurl"];function In(){var e,r;return typeof globalThis<"u"&&!!((r=(e=globalThis.process)==null?void 0:e.versions)!=null&&r.node)}function x5(t){return Dr(t)?g5.some(e=>Object.prototype.hasOwnProperty.call(t,e)):!1}var ho=class{factory;transport;resolving;dispatchFn;constructor(e){this.factory=e,this.dispatchFn=this.initialDispatch.bind(this)}async initialDispatch(e){return this.transport||(this.resolving||(this.resolving=this.factory().then(r=>(this.transport=r,this.dispatchFn=n=>this.transport.dispatch(n),r))),this.transport=await this.resolving),this.transport.dispatch(e)}dispatch(e){return this.dispatchFn(e)}async warmup(){!this.transport&&!this.resolving&&(this.resolving=this.factory().then(e=>(this.transport=e,this.dispatchFn=r=>this.transport.dispatch(r),e))),await this.resolving}};function np(t){return In()?new ho(async()=>{let{CurlTransport:e}=await Promise.resolve().then(()=>(Fd(),Id));return new e(t)}):{async dispatch(e){throw new et("Curl transport is only available in Node.js environments.",{configKey:"useCurl",request:e})}}}var mo=class{factory;storage;resolving;constructor(e){this.factory=e}async getStorage(){return this.storage||(this.resolving||(this.resolving=this.factory().then(e=>(this.storage=e,e))),this.storage=await this.resolving),this.storage}async get(e){return(await this.getStorage()).get(e)}async set(e,r,n){return(await this.getStorage()).set(e,r,n)}async delete(e){return(await this.getStorage()).delete(e)}};function b5(t){if(!In())throw new et("File cache storage is only available in Node.js environments.",{configKey:"cache.driver"});return new mo(async()=>{let{FileStorage:e}=await Promise.resolve().then(()=>(qd(),Ud));return new e(t)})}function y5(){return In()?new mo(async()=>{let{MemoryStorage:t}=await Promise.resolve().then(()=>(hu(),fu));return new t}):new Cr}var xa=class{instancePromise;constructor(e){this.instancePromise=e()}get[Symbol.toStringTag](){return"HlsPromise"}then(e,r){return this.instancePromise.then(({instance:n})=>n.then(e,r))}catch(e){return this.then(null,e)}finally(e){return this.instancePromise.then(({instance:r})=>r.finally(e))}cancel(){this.instancePromise.then(({instance:e})=>e.cancel()).catch(()=>{})}async download(e){let{instance:r}=await this.instancePromise;return r.download(e)}async*stream(){let{instance:e}=await this.instancePromise;yield*e.stream()}async pipe(e){let{instance:r}=await this.instancePromise;return r.pipe(e)}async info(){let{instance:e}=await this.instancePromise;return e.info()}},Fn=class{static get version(){return Za()}static getVersion(){return Zo()}static getVersionInfo(){return ec()}baseUrl;middlewares;hooks;transport;curlTransport;proxyConfig;defaultHeaders;defaultHeadersObj;defaultParams;paginationConfig;handler;fastHandler;logger;debugEnabled;agentManager;concurrencyConfig;requestPool;maxResponseSize;runtimeEventBus;shouldEmitRuntimeEvents;runtimeEventBusProviderAttached=!1;runtimeEventListenerCount=0;cookieJar;cookieIgnoreInvalid=!1;defaultTimeout;http2Enabled=!1;transportKind="custom";canFastPath=!1;_aiConfig;_ai;constructor(e={}){var d,p,f,h,m,x,v,g,y,w;this.baseUrl=e.baseUrl||"",this.middlewares=e.middlewares||[],this.defaultTimeout=e.timeout,this.hooks={beforeRequest:((d=e.hooks)==null?void 0:d.beforeRequest)||[],afterResponse:((p=e.hooks)==null?void 0:p.afterResponse)||[],onError:((f=e.hooks)==null?void 0:f.onError)||[],onRetry:((h=e.hooks)==null?void 0:h.onRetry)||[],onUrlResolved:((m=e.hooks)==null?void 0:m.onUrlResolved)||[]},this.defaultHeaders={"User-Agent":on(),...e.headers||{}},this.defaultHeadersObj=new Headers(this.defaultHeaders),this.defaultParams=((x=e.defaults)==null?void 0:x.params)||{},this.paginationConfig=e.pagination,this.maxResponseSize=e.maxResponseSize,this.proxyConfig=e.proxy;let r=e.runtimeEventBus;r?this.runtimeEventBus={on:(b,E)=>r.on(b,E),emit:(b,E)=>r.emit(b,E)}:this.runtimeEventBus=ja(),this.shouldEmitRuntimeEvents=r!==void 0,this.runtimeEventBusProviderAttached=r!==void 0,this.debugEnabled=e.debug===!0,this.debugEnabled?this.logger=e.logger??Jt:e.logger&&(this.logger=e.logger),this.concurrencyConfig=Ga({concurrency:e.concurrency,http2:e.http2});let n=Ya(e.http2);if(this.http2Enabled=n.enabled??!1,e.transport)this.transport=e.transport,this.transportKind="custom";else if(e.useCurl)this.debugEnabled&&console.log("[DEBUG] Using Curl Transport"),this.transport=np(e.proxy),this.transportKind="curl";else if(In()){this.debugEnabled&&console.log("[DEBUG] Using Undici Transport");let b={...this.concurrencyConfig.agent,allowH2:n.enabled,maxConcurrentStreams:(v=n.resolvedSettings)==null?void 0:v.maxConcurrentStreams},E={proxy:e.proxy,http2:n.enabled?n:void 0,dns:e.dns,socketPath:e.socketPath,tls:e.tls,observability:e.observability,expectContinue:e.expectContinue,protocolCache:!0};this.transport=new ho(async()=>{if(!this.agentManager){let C=os(),{AgentManager:N}=await Promise.resolve().then(()=>(Mi(),Xd));this.agentManager=new N(b,C)}let{UndiciTransport:S}=await Promise.resolve().then(()=>(X0(),Y0));return new S(this.baseUrl||void 0,{...E,agent:this.agentManager})}),this.transportKind="undici"}else this.debugEnabled&&this.logger&&this.logger.debug("Using Fetch Transport"),this.transport=new Ut,this.transportKind="fetch";let s=(b,E={})=>{let S=ss(b);o.push($a(b,{...S,...E}))},o=[];if(e.retry&&s(ou(e.retry),{name:"recker:retry",priority:120,scope:"request"}),this.concurrencyConfig.max<1/0||this.concurrencyConfig.requestsPerInterval<1/0?(this.requestPool=new ns({concurrency:this.concurrencyConfig.max,requestsPerInterval:this.concurrencyConfig.requestsPerInterval,interval:this.concurrencyConfig.interval}),s(b=>{var S;(S=b.middlewares)==null||S.unshift(this.requestPool.asMiddleware())},{name:"recker:request-pool",priority:130,scope:"runtime"}),this.debugEnabled&&this.logger&&this.logger.debug(`Global concurrency limit: ${this.concurrencyConfig.max} concurrent requests`)):this.debugEnabled&&this.logger&&this.logger.debug("No global concurrency limit (allows unlimited parallel batches)"),e.dedup&&s(bu(e.dedup),{name:"recker:dedup",priority:110,scope:"request"}),e.cache){let b;e.cache.storage?b=e.cache.storage:e.cache.driver==="file"?b=b5(e.cache.fileStoragePath):b=y5(),s(Ec({...e.cache,storage:b}),{name:"recker:cache",priority:100,scope:"request"})}e.queue&&s(Dc(e.queue),{name:"recker:queue",priority:135,scope:"request"}),e.plugins&&e.plugins.forEach((b,E)=>{let S=ss(b);s(b,{name:(S==null?void 0:S.name)||`user-plugin:${E}`,priority:(S==null?void 0:S.priority)??90-E,scope:(S==null?void 0:S.scope)||"request"})});let{ordered:u,debugOrder:i}=za(Va(o));if(u.forEach(({plugin:b})=>{b(this)}),this.debugEnabled&&this.logger&&this.logger.debug(`Applied plugins in order: ${i.join(" | ")}`),e.compression){let b=Tc(e.compression);b&&this.middlewares.push(b)}if(e.xsrf){let b=Au(e.xsrf);b&&this.middlewares.push(b)}e.cookies&&this.setupCookieJar(e.cookies),e._aiConfig&&(this._aiConfig=e._aiConfig),this.maxResponseSize!==void 0&&this.middlewares.push(this.createMaxSizeMiddleware(this.maxResponseSize)),this.debugEnabled&&this.logger&&this.middlewares.unshift(this.createLoggingMiddleware(this.logger)),this.handler=this.composeMiddlewares(),this.fastHandler=this.composeFastHandler();let c=(((g=this.hooks.beforeRequest)==null?void 0:g.length)??0)>0||(((y=this.hooks.afterResponse)==null?void 0:y.length)??0)>0||(((w=this.hooks.onError)==null?void 0:w.length)??0)>0,a=!!this.cookieJar||!!this.defaultTimeout||this.maxResponseSize!==void 0||this.debugEnabled,l=this.middlewares.length>0;this.canFastPath=!c&&!a&&!l}createLoggingMiddleware(e){return async(r,n)=>{let s=Date.now();e.debug({type:"request",method:r.method,url:r.url},`\u2192 ${r.method} ${r.url}`);try{let o=await n(r),u=Date.now()-s;return e.debug({type:"response",method:r.method,url:r.url,status:o.status,duration:u,timings:o.timings},`\u2190 ${o.status} ${r.method} ${r.url} (${u}ms)`),o}catch(o){let u=Date.now()-s,i=o;throw e.error({type:"error",method:r.method,url:r.url,error:i.message,errorName:i.name,duration:u},`\u2716 ${r.method} ${r.url} - ${i.message}`),o}}}createMaxSizeMiddleware(e){return async(r,n)=>{let s=await n(r),o=r.maxResponseSize??e;if(o===void 0)return s;let u=s.headers.get("Content-Length");if(u){let i=parseInt(u,10);if(!isNaN(i)&&i>o)throw new Lt(o,i,r)}return s}}setupCookieJar(e){e===!0?this.cookieJar=new dn:typeof e=="object"&&(e.jar===!0?this.cookieJar=new dn:e.jar&&typeof e.jar=="object"&&(this.cookieJar=e.jar),this.cookieIgnoreInvalid=e.ignoreInvalid??!1),this.cookieJar&&this.middlewares.push(this.createCookieMiddleware())}createCookieMiddleware(){return async(e,r)=>{let n=this.cookieJar;try{let u=await n.getCookieString(e.url);if(u){let i=e.headers.get("cookie"),c=i?`${i}; ${u}`:u;e.headers.set("cookie",c)}}catch(u){if(!this.cookieIgnoreInvalid)throw u}let s=await r(e),o=s.headers.get("set-cookie");if(o){let u=this.splitSetCookieHeader(o);for(let i of u)try{await n.setCookie(i,e.url)}catch(c){if(!this.cookieIgnoreInvalid)throw c}}return s}}splitSetCookieHeader(e){return e.split(/,(?=\s*[a-zA-Z0-9_-]+=)/g).map(r=>r.trim())}async dispatch(e){let r=Dt(e),n=r?Date.now():0;r&&this.runtimeEventBus.emit("transport:start",{context:r,req:e});try{if(e.useCurl&&this.transportKind!=="curl"){this.curlTransport||(this.curlTransport=np(this.proxyConfig));let o=await this.curlTransport.dispatch(e);return r&&this.runtimeEventBus.emit("transport:finish",{context:r,req:e,durationMs:Date.now()-n}),o}let s=await this.transport.dispatch(e);return r&&this.runtimeEventBus.emit("transport:finish",{context:r,req:e,durationMs:Date.now()-n}),s}catch(s){throw r&&this.runtimeEventBus.emit("transport:error",{context:r,req:e,error:ga(s)}),s}}composeMiddlewares(){var s,o;let e=[...this.middlewares],r=this,n=async u=>{let i=await r.dispatch(u);if(u.throwHttpErrors!==!1&&!i.ok&&i.status!==304)throw new ot(i,u);return i};return((s=this.hooks.beforeRequest)!=null&&s.length||(o=this.hooks.afterResponse)!=null&&o.length)&&e.unshift(this.hooksMiddleware),e.length===0?n:e.reduceRight((u,i)=>c=>i(c,u),n)}composeFastHandler(){let e=this;return async r=>{let n=await e.dispatch(r);if(r.throwHttpErrors!==!1&&!n.ok&&n.status!==304)throw new ot(n,r);return n}}hooksMiddleware=async(e,r)=>{let n=e;if(this.hooks.beforeRequest&&this.hooks.beforeRequest.length>0)for(let s of this.hooks.beforeRequest){let o=await s(n);o&&(n=o)}try{let s=await r(n);if(this.hooks.afterResponse&&this.hooks.afterResponse.length>0)for(let o of this.hooks.afterResponse){let u=await o(n,s);u&&(s=u)}return s}catch(s){if(this.hooks.onError&&this.hooks.onError.length>0)for(let o of this.hooks.onError){let u=await o(s,n);if(u)return u}throw s}};use(e){return this.middlewares.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}beforeRequest(e){return this.hooks.beforeRequest||(this.hooks.beforeRequest=[]),this.hooks.beforeRequest.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}afterResponse(e){return this.hooks.afterResponse||(this.hooks.afterResponse=[]),this.hooks.afterResponse.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}onError(e){return this.hooks.onError||(this.hooks.onError=[]),this.hooks.onError.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}onRuntimeEvent(e,r){this.shouldEmitRuntimeEvents=!0,this.runtimeEventListenerCount+=1;let n=this.runtimeEventBus.on(e,r);return()=>{n(),this.runtimeEventListenerCount>0&&(this.runtimeEventListenerCount-=1),!this.runtimeEventBusProviderAttached&&this.runtimeEventListenerCount===0&&(this.shouldEmitRuntimeEvents=!1)}}buildUrl(e,r){let n=r&&Object.keys(r).length>0,s=Object.keys(this.defaultParams).length>0;if(!n&&!s){if(e.startsWith("http://")||e.startsWith("https://"))return e;if(this.baseUrl){let l=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,d=e.startsWith("/")?e:"/"+e;return l+d}return e}let o=e,u={...this.defaultParams,...r},i=new Set;o.includes(":")&&(o=o.replace(/:([a-zA-Z0-9_]+)/g,(l,d)=>{if(u&&d in u)return i.add(d),encodeURIComponent(String(u[d]));throw new Zr(`Missing required path parameter: ${d}`,{field:d,value:void 0})}));let c;if(o.startsWith("http://")||o.startsWith("https://"))c=o;else if(this.baseUrl){let l=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,d=o.startsWith("/")?o:"/"+o;c=l+d}else throw new et("Relative path provided without a baseUrl or explicit transport.",{configKey:"baseUrl"});let a=Object.keys(u).filter(l=>!i.has(l));if(a.length>0){let l=a.map(p=>`${encodeURIComponent(p)}=${encodeURIComponent(String(u[p]))}`),d=c.includes("?")?"&":"?";return c+d+l.join("&")}return c}request(e,r={}){var g,y;let n=this.buildUrl(e,r.params),s=(((g=this.hooks.beforeRequest)==null?void 0:g.length)??0)>0||this.middlewares.length>0,o=this.shouldEmitRuntimeEvents||!!r.correlationId||!!r.tenant||!!r.traceId||!!r.policySource||(((y=r.policyTags)==null?void 0:y.length)??0)>0,u=()=>Ma({correlationId:r.correlationId,tenant:r.tenant,policyTags:r.policyTags,policySource:r.policySource,traceId:r.traceId});if(this.canFastPath&&!r.headers&&!r.timeout&&!r.signal&&r.maxResponseSize===void 0){let w=new _t(n,{method:r.method||"GET",body:r.body,headers:this.defaultHeadersObj,throwHttpErrors:r.throwHttpErrors});o&&(w=Sr(w,u()));let b=Dt(w),E=Date.now();b&&this.runtimeEventBus.emit("request:start",{context:b,req:w});let S=this.fastHandler(w);return b&&(S=S.then(C=>(this.runtimeEventBus.emit("request:success",{context:b,req:w,res:C,durationMs:Date.now()-E}),C),C=>{let N=ga(C);throw this.runtimeEventBus.emit("request:failed",{context:b,req:w,error:N,durationMs:Date.now()-E}),C})),new Er(S)}let c;r.headers?(c=new Headers(this.defaultHeadersObj),(r.headers instanceof Headers?r.headers:new Headers(r.headers)).forEach((b,E)=>c.set(E,b))):s?c=new Headers(this.defaultHeadersObj):c=this.defaultHeadersObj;let a=r.timeout||r.signal||this.defaultTimeout,l,d=r.signal,p,f;if(a){if(l=new AbortController,d=l.signal,r.signal){let b=r.signal,E=()=>l.abort(b.reason);b.aborted?E():(b.addEventListener("abort",E,{once:!0}),f=()=>b.removeEventListener("abort",E))}let w=r.timeout??this.defaultTimeout;if(w){let b=typeof w=="number"?w:w.request;b&&(p=setTimeout(()=>l.abort(new G(h,{phase:"request",timeout:b})),b))}}let h=new _t(n,{...r,headers:c,signal:d,maxResponseSize:r.maxResponseSize??this.maxResponseSize});o&&(h=Sr(h,u()));let m=Dt(h),x=Date.now();m&&this.runtimeEventBus.emit("request:start",{context:m,req:h});let v=this.handler(h);return m&&(v=v.then(w=>(this.runtimeEventBus.emit("request:success",{context:m,req:h,res:w,durationMs:Date.now()-x}),w),w=>{let b=ga(w);throw this.runtimeEventBus.emit("request:failed",{context:m,req:h,error:b,durationMs:Date.now()-x}),w})),(p||f)&&v.finally(()=>{p&&clearTimeout(p),f==null||f()}).catch(()=>{}),new Er(v,l)}get(e,r={}){return this.request(e,{...r,method:"GET"})}async warmup(){let e=this.transport;e!=null&&e.warmup&&await e.warmup()}async batch(e,r={}){let n=r.mapResponse??(i=>i),s=r.concurrency??this.concurrencyConfig.runner.concurrency;return await new bs({concurrency:s,retries:this.concurrencyConfig.runner.retries,retryDelay:this.concurrencyConfig.runner.retryDelay}).run(e,async i=>{let c=await this.request(i.path,i.options);return n(c)},{signal:r.signal,deadlineMs:r.deadlineMs})}multi(e,r={}){return this.batch(e,r)}requestWithBody(e,r,n,s){let o=n,u=s||{};(s===void 0||Dr(s)&&Object.keys(s).length===0)&&x5(n)&&(u=n,o=void 0);let{json:c,form:a,xml:l,yaml:d,csv:p,body:f,...h}=u,m=o,x;a!==void 0?(m=nn(a),x=void 0):c!==void 0?(m=JSON.stringify(c),x="application/json"):l!==void 0?(m=`<?xml version="1.0" encoding="UTF-8"?>
|
|
65
|
-
`+Tr(l),x="application/xml"):d!==void 0?(m=
|
|
61
|
+
`+f.slice(6):f.slice(6):f.startsWith("event: ")?a=f.slice(7):f.startsWith("id: ")?l=f.slice(4):f.startsWith("retry: ")&&(d=parseInt(f.slice(7),10));c&&(yield{data:c,event:a,id:l,retry:d})}}}async*download(){if(!this.raw.body)return;let e=this.raw.body.getReader(),r=0,n=Number(this.raw.headers.get("content-length"))||void 0;for(;;){let{done:s,value:o}=await e.read();if(s)break;r+=o.length,yield{loaded:r,transferred:r,total:n,percent:n?r/n*100:void 0,direction:"download"}}}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();for(;;){let{done:r,value:n}=await e.read();if(r)break;yield n}}};async function*ru(t,e,r={},n={}){let s=e,o=1,u=n.maxPages||1/0;for(;s&&o<=u;){let i=await t.request(s,{...r,method:"GET"}),c=await i.json();if(yield{data:c,response:i,pageNumber:o},o++,n.getNextUrl){s=n.getNextUrl(i,c,s);continue}if(n.nextCursorPath){let l=n.nextCursorPath.split("."),d=c;for(let p of l)if(d&&typeof d=="object")d=d[p];else{d=void 0;break}if(d){let p=n.pageParam||"cursor",f=s.startsWith("http"),h=new URL(f?s:`http://dummy-base${s.startsWith("/")?"":"/"}${s}`);h.searchParams.set(p,String(d)),f?s=h.toString():s=h.pathname+h.search}else s=null;continue}if(n.pageParam){let l=s.startsWith("http"),d=new URL(l?s:`http://dummy-base${s.startsWith("/")?"":"/"}${s}`),p=n.pageParam,f=parseInt(d.searchParams.get(p)||String(o-1),10),h=!1;if(Array.isArray(c)&&c.length===0&&(h=!0),c&&Array.isArray(c.data)&&c.data.length===0&&(h=!0),c&&Array.isArray(c.items)&&c.items.length===0&&(h=!0),h)s=null;else{let m=(isNaN(f)?1:f)+1;d.searchParams.set(p,String(m)),s=l?d.toString():d.pathname+d.search}continue}let a=i.headers.get("link");if(a){let l=a.match(/<([^>]+)>;\s*rel="next"/);s=l?l[1]:null}else s=null}}async function*uc(t,e,r={},n={}){for await(let s of ru(t,e,r,n)){let o=s.data,u=[];n.getItems?u=n.getItems(o):n.resultsPath?u=n.resultsPath.split(".").reduce((i,c)=>i==null?void 0:i[c],o)||[]:Array.isArray(o)?u=o:o&&Array.isArray(o.data)?u=o.data:o&&Array.isArray(o.items)?u=o.items:u=[o];for(let i of u)yield i}}ie();function nu(t,e,r,n,s){let o;switch(n){case"linear":o=e*t;break;case"exponential":o=Math.pow(2,t-1)*e;break;case"decorrelated":let u=t===1?e:Math.pow(2,t-2)*e;o=Math.random()*(u*3-e)+e;break;default:o=e*t}if(o=Math.min(o,r),s){let u=o*.25,i=Math.random()*u*2-u;o+=i}return Math.max(0,Math.floor(o))}function Ax(t){if(!t)return;let e=parseInt(t,10);if(!isNaN(e)&&e>=0)return e*1e3;let r=Date.parse(t);if(!isNaN(r)){let n=r-Date.now();return n>0?n:void 0}}function su(t={}){let e=t.maxAttempts||3,r=t.delay||1e3,n=t.maxDelay||3e4,s=t.backoff||"exponential",o=t.jitter!==!1,u=t.statusCodes||[408,429,500,502,503,504],i=t.onRetry,c=t.respectRetryAfter!==!1,a=d=>{if(d instanceof Ke||d instanceof G)return!0;if(d instanceof ot)return u.includes(d.status);let p=$n(d);if(p&&p.canRetry===!1)return!1;if(p)return p.canRetry;if(d&&typeof d=="object"&&"code"in d){let f=d.code;return f==="ECONNRESET"||f==="ETIMEDOUT"||f==="ENOTFOUND"}return!1},l=t.shouldRetry||a;return d=>{let p=(h,m,x,v)=>{let g=d.runtimeEventBus;if(!(g!=null&&g.emit))return;let y=Dt(v);if(!y)return;let w=$n(h);g.emit("request:retry",{context:y,req:v,attempt:m,delayMs:x,reason:(w==null?void 0:w.reason)||(h==null?void 0:h.message)||"retry requested"})},f=async(h,m)=>{var v,g;let x=0;for(;;)try{x++;let y=await m(h);if(x<e&&!y.ok&&u.includes(y.status)){let w;if(c){let E=Ax(y.headers.get("Retry-After"));w=E!==void 0?Math.min(E,n):nu(x,r,n,s,o)}else w=nu(x,r,n,s,o);let b=new ot(y,h);if(p(b,x,w,h),i&&i(x,b,w),(v=d.hooks)!=null&&v.onRetry)for(let E of d.hooks.onRetry)await E(b,x,w,h);await new Promise(E=>setTimeout(E,w));continue}return y}catch(y){if(x<e&&l(y)){let w=nu(x,r,n,s,o);if(p(y,x,w,h),i&&i(x,y,w),(g=d.hooks)!=null&&g.onRetry)for(let b of d.hooks.onRetry)await b(y,x,w,h);await new Promise(b=>setTimeout(b,w));continue}throw y}};d.use(f)}}var Cr=class{store=new Map;async get(e){let r=this.store.get(e);return r?r.expiresAt>0&&r.expiresAt<=Date.now()?(this.store.delete(e),null):r.value:null}async set(e,r,n){if(!Number.isFinite(n)||n<=0){this.store.delete(e);return}this.store.set(e,{value:r,expiresAt:Date.now()+n})}async delete(e){this.store.delete(e)}};ou();uu();ps();hs();var vr=typeof TextEncoder<"u"?new TextEncoder:null,ft=globalThis.Buffer;function Rx(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var mu=class{factory;storage;resolving;constructor(e){this.factory=e}async getStorage(){return this.storage||(this.resolving||(this.resolving=this.factory().then(e=>(this.storage=e,e))),this.storage=await this.resolving),this.storage}async get(e){return(await this.getStorage()).get(e)}async set(e,r,n){return(await this.getStorage()).set(e,r,n)}async delete(e){return(await this.getStorage()).delete(e)}};function kx(){return Rx()?new mu(async()=>{let{MemoryStorage:t}=await Promise.resolve().then(()=>(fu(),pu));return new t}):new Cr}function Bx(t){if(t==null)return null;if(typeof t=="string")return vr?vr.encode(t):ft?ft.from(t,"utf8"):null;if(typeof URLSearchParams<"u"&&t instanceof URLSearchParams){let e=t.toString();return vr?vr.encode(e):ft?ft.from(e,"utf8"):null}if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);if(typeof Blob<"u"&&t instanceof Blob)return null;if(typeof t=="object")try{let e=JSON.stringify(t);return vr?vr.encode(e):ft?ft.from(e,"utf8"):null}catch{return null}return null}function Nx(t){let e=0xcbf29ce484222325n,r=0x100000001b3n;for(let n of t)e^=BigInt(n),e=e*r&0xffffffffffffffffn;return e.toString(16).padStart(16,"0")}function Lx(t){if(!t)return!0;let e=t.toLowerCase();return!!(e.startsWith("text/")||e.includes("json")||e.includes("xml")||e.includes("yaml")||e.includes("csv")||e.includes("javascript")||e.includes("ecmascript")||e.includes("x-www-form-urlencoded")||e.includes("graphql")||e.includes("event-stream")||e.includes("+json")||e.includes("+xml"))}function Ux(t){if(ft)return ft.from(t).toString("base64");if(typeof btoa<"u"){let e="";for(let n=0;n<t.length;n+=32768){let s=t.subarray(n,n+32768);e+=String.fromCharCode(...s)}return btoa(e)}return null}function Ox(t){if(ft)return ft.from(t,"base64");if(typeof atob<"u"){let e=atob(t),r=new Uint8Array(e.length);for(let n=0;n<e.length;n++)r[n]=e.charCodeAt(n);return r}return null}async function er(t){let e=t.headers.get("content-type");if(Lx(e))return{body:await t.text(),bodyEncoding:"utf8"};let r=await t.arrayBuffer(),n=new Uint8Array(r),s=Ux(n);return s===null?null:{body:s,bodyEncoding:"base64"}}var ln=class t{raw;timings;constructor(e,r){this.raw=e,this.timings=r}get status(){return this.raw.status}get statusText(){return this.raw.statusText}get headers(){return this.raw.headers}get ok(){return this.raw.ok}get url(){return this.raw.url}get connection(){return{}}get cache(){return vt(this.headers,this.status).cache}get rateLimit(){return vt(this.headers,this.status).rateLimit}links(){return an(this.headers)}get headerInfo(){return vt(this.headers,this.status)}json(){return this.raw.json()}text(){return this.raw.text()}async cleanText(){return ls(await this.text())}blob(){return this.raw.blob()}read(){return this.raw.body}clone(){return new t(this.raw.clone(),this.timings)}sse(){return ds(this.raw)}async*download(){if(!this.raw.body)return;let e=this.raw.body.getReader(),r=0,n=Number(this.raw.headers.get("content-length"))||void 0;for(;;){let{done:s,value:o}=await e.read();if(s)break;r+=o.length,yield{loaded:r,transferred:r,total:n,percent:n?r/n*100:void 0,direction:"download"}}}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();for(;;){let{done:r,value:n}=await e.read();if(r)break;yield n}}};function Ix(t){if(!t)return{};let e={},r=t.toLowerCase().split(",").map(n=>n.trim());for(let n of r)if(n.startsWith("max-age="))e.maxAge=parseInt(n.slice(8),10);else if(n.startsWith("min-fresh="))e.minFresh=parseInt(n.slice(10),10);else if(n.startsWith("max-stale")){let s=n.indexOf("=");s!==-1?e.maxStale=parseInt(n.slice(s+1),10):e.maxStale=1/0}else n==="only-if-cached"?e.onlyIfCached=!0:n==="no-cache"?e.noCache=!0:n==="no-store"&&(e.noStore=!0);return e}function xs(t){if(!t)return{};let e={},r=t.toLowerCase().split(",").map(n=>n.trim());for(let n of r)n.startsWith("max-age=")?e.maxAge=parseInt(n.slice(8),10):n.startsWith("s-maxage=")?e.sMaxAge=parseInt(n.slice(9),10):n.startsWith("stale-while-revalidate=")?e.staleWhileRevalidate=parseInt(n.slice(23),10):n.startsWith("stale-if-error=")?e.staleIfError=parseInt(n.slice(15),10):n==="no-cache"?e.noCache=!0:n==="no-store"?e.noStore=!0:n==="must-revalidate"?e.mustRevalidate=!0:n==="private"?e.isPrivate=!0:n==="public"&&(e.isPublic=!0);return e}function gu(t,e){let r=(e-t.timestamp)/1e3;if(t.sMaxAge!==void 0)return r<t.sMaxAge;if(t.maxAge!==void 0)return r<t.maxAge;if(t.expires!==void 0)return e<t.expires;if(t.lastModified){let n=new Date(t.lastModified).getTime();if(!isNaN(n)){let s=t.headers.date?new Date(t.headers.date).getTime():t.timestamp;if(!isNaN(s)&&s>n){let u=(s-n)/1e3*.1;return r<u}}}return!1}function hu(t,e,r){let n=(e-t.timestamp)/1e3,s=t.sMaxAge??t.maxAge??1/0,o=s-n,u=gu(t,e);if(r.maxAge!==void 0&&n>r.maxAge)return{allowed:!1,reason:"exceeds-request-max-age"};if(r.minFresh!==void 0&&(!u||o<r.minFresh))return{allowed:!1,reason:"insufficient-freshness"};if(r.onlyIfCached)return{allowed:!0};if(!u&&r.maxStale===void 0)return{allowed:!1,reason:"stale-not-acceptable"};if(!u&&r.maxStale!==void 0){let i=n-s;if(r.maxStale!==1/0&&i>r.maxStale)return{allowed:!1,reason:"exceeds-max-stale"}}return{allowed:!0}}function Fx(t,e){if(!t.staleWhileRevalidate)return!1;let r=(e-t.timestamp)/1e3,n=t.sMaxAge??t.maxAge??0;return r-n<t.staleWhileRevalidate}function Sc(t,e){let r=new Headers(t.headers);return e.etag&&r.set("If-None-Match",e.etag),e.lastModified&&r.set("If-Modified-Since",e.lastModified),new Pt(t.url,{method:t.method,headers:r,body:t.body,signal:t.signal,throwHttpErrors:!1,timeout:t.timeout,onUploadProgress:t.onUploadProgress,onDownloadProgress:t.onDownloadProgress,maxResponseSize:t.maxResponseSize})}async function tr(t,e,r,n,s,o){if(n.vary){let u=o(r,n.vary);await t.set(u,n,s);let i={...n,body:""};await t.set(e,i,s)}else await t.set(e,n,s)}async function rr(t,e,r){let n={};t.headers.forEach((i,c)=>{n[c]=i});let s=xs(t.headers.get("Cache-Control")),o,u=t.headers.get("Expires");if(u){let i=new Date(u);isNaN(i.getTime())||(o=i.getTime())}return{status:t.status,statusText:t.statusText,headers:n,body:e.body,bodyEncoding:e.bodyEncoding,timestamp:r,etag:t.headers.get("ETag")||void 0,lastModified:t.headers.get("Last-Modified")||void 0,vary:t.headers.get("Vary")||void 0,expires:o,...s}}function Mt(t,e){let r=new Headers(t.headers);if(r.set("X-Cache",e),r.set("X-Cache-Age",String(Math.floor((Date.now()-t.timestamp)/1e3))),e==="stale"||e==="stale-error"){let o=e==="stale"?110:111,u=e==="stale"?"Response is Stale":"Revalidation Failed",i=r.get("Warning");i?r.set("Warning",`${i}, ${o} - "${u}"`):r.set("Warning",`${o} - "${u}"`)}let n=t.bodyEncoding==="base64"?Ox(t.body)??t.body:t.body,s=new Response(n,{status:t.status,statusText:t.statusText,headers:r});return new ln(s)}function Dc(t={}){let e=t.storage||kx(),r=t.strategy||"cache-first",n=t.ttl||60*1e3,s=t.methods||["GET"],o=t.respectCacheControl!==!1,u=t.forceRevalidate===!0,i=t.keyGenerator||((a,l)=>{let d=`${a.method}:${a.url}`;if(a.method!=="GET"&&a.method!=="HEAD"&&a.body)try{let p=Bx(a.body);p&&p.length>0&&(d+=`:${Nx(p)}`)}catch{}if(l&&t.respectVary!==!1){let p=l.split(",").map(h=>h.trim().toLowerCase()),f=[];for(let h of p){if(h==="*")return`${d}:vary-*:${Date.now()}`;let m=a.headers.get(h);m&&f.push(`${h}=${m}`)}f.length>0&&(d+=`:vary:${f.join("|")}`)}return d}),c=async(a,l)=>{if(["POST","PUT","PATCH","DELETE","PROPPATCH","MKCOL","COPY","MOVE","LOCK","UNLOCK","LINK","UNLINK","PURGE"].includes(a.method)){let g=await l(a);return g.ok&&(await e.delete(`GET:${a.url}`),await e.delete(`HEAD:${a.url}`)),g}if(!s.includes(a.method))return l(a);let p=o?Ix(a.headers.get("Cache-Control")):{};if(o&&p.noStore)return l(a);if(o){let g=a.headers.get("Pragma");if(g!=null&&g.includes("no-cache"))return l(a)}let f=i(a),h=f,m=Date.now(),x;if(t.respectVary!==!1){let g=await e.get(f);g!=null&&g.vary?(h=i(a,g.vary),x=await e.get(h)):g!=null&&g.body?x=g:x=void 0}else x=await e.get(h);if(p.onlyIfCached){if(!x){let y=new Response(null,{status:504,statusText:"Gateway Timeout"});return new ln(y)}if(!hu(x,m,p).allowed){let y=new Response(null,{status:504,statusText:"Gateway Timeout"});return new ln(y)}return Mt(x,gu(x,m)?"hit":"stale")}let v=Object.keys(p).length>0;if(x&&o&&v&&r==="network-first"&&(hu(x,m,p).allowed||(x=void 0)),r==="network-only"){let g=await l(a);if(g.ok&&o&&!xs(g.headers.get("Cache-Control")).noStore){let w=g.raw.clone(),b=await er(w);if(!b)return g;let E=await rr(g,b,m),S=(E.sMaxAge??E.maxAge??n/1e3)*1e3;await tr(e,f,a,E,S,i)}return g}if(r==="rfc-compliant"||r==="revalidate"){if(x){let y=gu(x,m),w=hu(x,m,p),b=x.etag||x.lastModified;if(!w.allowed&&!b)x=void 0;else{if(y&&!u&&!x.noCache&&!p.noCache)return Mt(x,"hit");if(!y&&p.maxStale!==void 0&&!u&&!p.noCache)return Mt(x,"stale")}}if(x){let y=Sc(a,x);try{let w=await l(y);if(w.status===304){let b={...x,timestamp:m,etag:w.headers.get("ETag")||x.etag,lastModified:w.headers.get("Last-Modified")||x.lastModified},E=(b.sMaxAge??b.maxAge??n/1e3)*1e3,S=Math.max(E,n);return await e.set(h,b,S),Mt(b,"revalidated")}if(w.ok&&!xs(w.headers.get("Cache-Control")).noStore){let E=w.raw.clone(),S=await er(E);if(!S)return w;let C=await rr(w,S,m),N=(C.sMaxAge??C.maxAge??n/1e3)*1e3,I=Math.max(N,n);await tr(e,f,a,C,I,i)}return w}catch(w){if(x.staleIfError&&Fx(x,m))return Mt(x,"stale-error");throw w}}let g=await l(a);if(g.ok&&!xs(g.headers.get("Cache-Control")).noStore){let w=g.raw.clone(),b=await er(w);if(!b)return g;let E=await rr(g,b,m),S=(E.sMaxAge??E.maxAge??n/1e3)*1e3,C=Math.max(S,n);await tr(e,f,a,E,C,i)}return g}if(r==="cache-first"){if(x)return Mt(x,"hit");let g=await l(a);if(g.ok){let y=g.raw.clone(),w=await er(y);if(!w)return g;let b=await rr(g,w,m);await tr(e,f,a,b,n,i)}return g}if(r==="stale-while-revalidate"){if(x){let y=Mt(x,"stale");return(async()=>{try{let w=Sc(a,x),b=await l(w);if(b.status===304){let E={...x,timestamp:Date.now()};await e.set(h,E,n)}else if(b.ok){let E=b.raw.clone(),S=await er(E);if(!S)return;let C=await rr(b,S,Date.now()),N=(C.sMaxAge??C.maxAge??n/1e3)*1e3,I=Math.max(N,n);await tr(e,f,a,C,I,i)}}catch{}})(),y}let g=await l(a);if(g.ok){let y=g.raw.clone(),w=await er(y);if(!w)return g;let b=await rr(g,w,m);await tr(e,f,a,b,n,i)}return g}if(r==="network-first")try{let g=await l(a);if(g.ok){let y=g.raw.clone(),w=await er(y);if(!w)return g;let b=await rr(g,w,m),E=(b.sMaxAge??b.maxAge??n/1e3)*1e3,S=Math.max(E,n);await tr(e,f,a,b,S,i)}return g}catch(g){if(x)return Mt(x,"stale-error");throw g}return l(a)};return a=>{a.use(c)}}function xu(t={}){let e=new Map,r=t.keyGenerator||(s=>s.method+":"+s.url),n=async(s,o)=>{if(s.method!=="GET"&&s.method!=="HEAD")return o(s);let u=r(s);if(e.has(u))return(await e.get(u)).clone();let i=o(s).then(c=>c).finally(()=>{e.delete(u)});e.set(u,i);try{let c=await i;return c.clone?c.clone():c}catch(c){throw c}};return s=>{s.use(n)}}var Cc=0;function Px(){return Cc+=1,`qj-${Date.now().toString(36)}-${Cc.toString(36)}-${Math.random().toString(16).slice(2,8)}`}function _x(t,e,r){var u;let n={};t.headers.forEach((i,c)=>{n[c]=i});let s=null,o=n["content-type"];if(t.body!==null&&t.body!==void 0)if(typeof t.body=="string")s=t.body;else if(typeof t.body=="object")try{s=JSON.stringify(t.body)}catch{s=String(t.body)}else s=String(t.body);return{jobId:e,url:t.url,method:t.method,headers:n,body:s,bodyContentType:o||void 0,correlationId:t.correlationId,traceId:t.traceId,tenant:t.tenant,policyTags:(u=t.policyTags)!=null&&u.length?t.policyTags:void 0,createdAt:Date.now(),metadata:r&&Object.keys(r).length>0?r:void 0}}function qx(t){return e=>!(t.methods&&!t.methods.includes(e.method)||t.urlPatterns&&!t.urlPatterns.some(n=>typeof n=="string"?e.url.includes(n):n.test(e.url))||t.headerPresent&&!e.headers.has(t.headerPresent))}var bu=class t{jobId;raw;timings=void 0;connection=void 0;constructor(e){this.jobId=e;let r=JSON.stringify({queued:!0,jobId:e,status:"queued"});this.raw=new Response(r,{status:202,statusText:"Accepted",headers:{"Content-Type":"application/json","X-Queue-Job-Id":e,"X-Queue-Status":"queued"}})}get status(){return 202}get statusText(){return"Accepted"}get headers(){return this.raw.headers}get ok(){return!0}get url(){return""}json(){return this.raw.json()}text(){return this.raw.text()}async cleanText(){return this.raw.text()}blob(){return this.raw.blob()}read(){return this.raw.body}clone(){return new t(this.jobId)}async*sse(){}async*download(){}async*[Symbol.asyncIterator](){if(!this.raw.body)return;let e=this.raw.body.getReader();for(;;){let{done:r,value:n}=await e.read();if(r)break;yield n}}};function vc(t){let e=t.adapter,r=typeof t.filter=="function"?t.filter:t.filter?qx(t.filter):()=>!0,n=t.jobIdGenerator||Px,s=async(o,u)=>{let i=o.queue;if(i===!1||!(i===!0||typeof i=="object"||r(o)))return u(o);let a={...t.defaultMetadata,...typeof i=="object"&&i!==null&&"metadata"in i?i.metadata:void 0},l=n(o),d=_x(o,l,a),p=await e.enqueue(d);return new bu(p||l)};return o=>{o.use(s)}}function Tc(t){let e={};if(!t)return e;let r=t.split(";");for(let n of r){let[s,...o]=n.split("="),u=s==null?void 0:s.trim(),i=o.join("=").trim();u&&(e[u]=decodeURIComponent(i||""))}return e}function Mx(t,e){return e?Tc(e)[t]||null:typeof document<"u"&&document.cookie&&Tc(document.cookie)[t]||null}function yu(t={}){let{cookieName:e="XSRF-TOKEN",headerName:r="X-XSRF-TOKEN",token:n,cookies:s}=t;return async(o,u)=>{let i=n||Mx(e,s);return i&&(o.headers.has(r)||o.headers.set(r,i)),u(o)}}function wu(t){return t?t===!0?yu():yu(t):null}ie();var ht=typeof TextEncoder<"u"?new TextEncoder:null,Te=globalThis.Buffer;function Hx(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var Au=null;async function jx(){return Au||(Au=(async()=>{let t="node:zlib",e="node:util",r=await import(t),n=await import(e),s=n.promisify(r.gzip),o=n.promisify(r.deflate),u=n.promisify(r.brotliCompress);return{gzip:async i=>s(Te?Te.from(i):i),deflate:async i=>o(Te?Te.from(i):i),brotli:async i=>u(Te?Te.from(i):i)}})()),Au}function $x(t){return t?["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded"].some(r=>t.includes(r)):!0}function Wx(t){if(!t)return 0;if(typeof t=="string")return ht?ht.encode(t).length:Te?Te.from(t,"utf8").length:t.length;if(t instanceof ArrayBuffer||ArrayBuffer.isView(t))return t.byteLength;if(typeof Blob<"u"&&t instanceof Blob)return t.size;if(typeof t=="object")try{let e=JSON.stringify(t);return ht?ht.encode(e).length:Te?Te.from(e,"utf8").length:e.length}catch{return 0}return 0}function Vx(t){if(!t)return null;if(typeof t=="string")return ht?ht.encode(t):Te?Te.from(t,"utf8"):null;if(typeof URLSearchParams<"u"&&t instanceof URLSearchParams){let e=t.toString();return ht?ht.encode(e):Te?Te.from(e,"utf8"):null}if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);if(typeof Blob<"u"&&t instanceof Blob)return null;if(typeof t=="object")try{let e=JSON.stringify(t);return ht?ht.encode(e):Te?Te.from(e,"utf8"):null}catch{return null}return null}async function zx(t,e){if(Hx()){let r=await jx();switch(e){case"gzip":return r.gzip(t);case"deflate":return r.deflate(t);case"br":return r.brotli(t);default:break}}if(typeof CompressionStream<"u"){if(e==="br")throw new Ae("Brotli compression is not available in browser environments.",{feature:e});let r=new CompressionStream(e),n=r.writable.getWriter(),s=t.buffer instanceof ArrayBuffer?t:new Uint8Array(t);await n.write(s),await n.close();let o=await new Response(r.readable).arrayBuffer();return new Uint8Array(o)}throw new Ae(`Unsupported compression algorithm: ${e}`,{feature:e})}function Rc(t={}){let{algorithm:e="gzip",threshold:r=1024,force:n=!1,methods:s=["POST","PUT","PATCH"]}=t;return async(o,u)=>{if(!s.includes(o.method)||!o.body||o.headers.has("Content-Encoding"))return u(o);let c=o.headers.get("Content-Type");if(!$x(c))return u(o);let a=Wx(o.body);if(!n&&a<r)return u(o);let l=Vx(o.body);if(!l)return u(o);try{let d=await zx(l,e);if(!n&&d.length>=l.length)return u(o);let p=new Headers(o.headers);p.set("Content-Encoding",e),p.set("Content-Length",d.length.toString());let f={...o,body:d,headers:p};return u(f)}catch{return u(o)}}}function kc(t){return t?t===!0?Rc():Rc(t):null}function Bc(t){let e=t.replace(/<\?xml[^?]*\?>/gi,"").replace(/<!--[\s\S]*?-->/g,"").trim();return Nc(e)}function Nc(t){let e=t.match(/^<(\w+)([^>]*)>([\s\S]*)<\/\1>$/);if(!e){let c=t.match(/^<(\w+)([^/>]*)\/>$/);if(c){let[,a,l]=c,d=Eu(l);return Object.keys(d).length>0?{[a]:d}:{[a]:null}}return ys(t.trim())}let[,r,n,s]=e,o=Eu(n),u=Gx(s),i={};if(Object.keys(o).length>0&&(i["@attributes"]=o),typeof u=="string")return Object.keys(o).length>0?(i["#text"]=u,{[r]:i}):{[r]:u};if(Array.isArray(u))for(let c of u)for(let[a,l]of Object.entries(c))i[a]!==void 0?(Array.isArray(i[a])||(i[a]=[i[a]]),i[a].push(l)):i[a]=l;return{[r]:Object.keys(i).length>0?i:null}}function Eu(t){let e={},r=/(\w+)=["']([^"']*)["']/g,n;for(;(n=r.exec(t))!==null;)e[n[1]]=ys(n[2]);return e}function Gx(t){let e=t.trim();if(!e)return"";if(!e.startsWith("<"))return ys(e);let r=[],n=e;for(;n.length>0&&(n=n.trim(),!!n);){let s=n.match(/^<(\w+)([^>]*)>/);if(!s){let d=n.indexOf("<");if(d>0){let p=n.substring(0,d).trim();p&&r.push({"#text":ys(p)}),n=n.substring(d);continue}break}let[o,u,i]=s;if(i.endsWith("/")||n.substring(o.length-1,o.length+1)==="/>"){let d=n.match(/^<(\w+)([^/>]*)\/?>/);if(d){let p=Eu(d[2]);r.push({[u]:Object.keys(p).length>0?{"@attributes":p}:null}),n=n.substring(d[0].length);continue}}let c=`</${u}>`,a=1,l=o.length;for(;a>0&&l<n.length;){let d=n.indexOf(`<${u}`,l),p=n.indexOf(c,l);if(p===-1)break;if(d!==-1&&d<p)n.substring(d).match(/^<\w+[^>]*\/>/)||a++,l=d+1;else if(a--,a===0){let f=n.substring(0,p+c.length);r.push(Nc(f)),n=n.substring(p+c.length)}else l=p+1}if(a>0)break}return r}function ys(t){return t.replace(/</g,"<").replace(/>/g,">").replace(/&/g,"&").replace(/"/g,'"').replace(/'/g,"'").replace(/&#(\d+);/g,(e,r)=>String.fromCharCode(parseInt(r,10))).replace(/&#x([0-9a-fA-F]+);/g,(e,r)=>String.fromCharCode(parseInt(r,16)))}function Tr(t,e){if(t==null)return e?`<${e}/>`:"";if(typeof t!="object")return e?`<${e}>${bs(String(t))}</${e}>`:bs(String(t));let r=Object.keys(t);if(r.length===1&&!e){let u=r[0];return Tr(t[u],u)}let n="",s="",o="";for(let u of r){let i=t[u];if(u==="@attributes")for(let[c,a]of Object.entries(i))s+=` ${c}="${bs(String(a))}"`;else if(u==="#text")o=bs(String(i));else if(Array.isArray(i))for(let c of i)n+=Tr(c,u);else n+=Tr(i,u)}return e?n||o?`<${e}${s}>${o}${n}</${e}>`:`<${e}${s}/>`:n}function bs(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}async function Kx(t,e=Bc){let n=await(await t).text();return e(n)}zn();Yn();ie();var Su=class{listeners=new Map;on(e,r){let n=this.listeners.get(e)??new Set;return n.add(r),this.listeners.set(e,n),this}once(e,r){let n=(...s)=>{this.off(e,n),r(...s)};return this.on(e,n)}off(e,r){let n=this.listeners.get(e);return n&&(n.delete(r),n.size===0&&this.listeners.delete(e)),this}removeListener(e,r){return this.off(e,r)}emit(e,...r){let n=this.listeners.get(e);if(!n)return!1;for(let s of[...n])s(...r);return!0}},ws=class extends Su{concurrency;retries;retryDelay;queue=[];activeCount=0;paused=!1;stats={total:0,successful:0,failed:0};startTime=0;pendingRetries=0;isCancelled=!1;cancelReason=new dt("Request runner cancelled");retryTimers=new Map;timeoutId;abortUnsubscribe;constructor(e={}){super(),this.concurrency=e.concurrency||5,this.retries=e.retries??0,this.retryDelay=e.retryDelay??0}add(e,r={}){this.queueTask({id:r.id||Math.random().toString(36).slice(2),fn:e,priority:r.priority||0,retries:r.retries??this.retries,resolve:r.resolve}),r.trackTotal!==!1&&this.stats.total++,this.processNext()}async run(e,r,n={}){if(this.queue=[],this.activeCount=0,this.pendingRetries=0,this.stats={total:0,successful:0,failed:0},this.isCancelled=!1,this.retryTimers.size>0){for(let[,s]of this.retryTimers)clearTimeout(s);this.retryTimers.clear()}if(this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=void 0),this.abortUnsubscribe&&(this.abortUnsubscribe(),this.abortUnsubscribe=void 0),this.startTime=Date.now(),this.stats={total:e.length,successful:0,failed:0},this.isCancelled=!1,this.cancelReason=new dt("Request runner cancelled",{queueName:"request-runner",request:void 0}),n.signal){let s=n.signal;if(s.aborted){let o=s.reason instanceof Error?s.reason:new dt("Request runner signal was aborted",{queueName:"request-runner",request:void 0});this.cancelAll(o)}else{let o=()=>{let u=s.reason instanceof Error?s.reason:new dt("Request runner signal was aborted",{queueName:"request-runner",request:void 0});this.cancelAll(u)};s.addEventListener("abort",o,{once:!0}),this.abortUnsubscribe=()=>s.removeEventListener("abort",o)}}if(n.deadlineMs!==void 0){let s=n.deadlineMs;s<=0?this.cancelAll(new dt("Request runner deadline elapsed",{queueName:"request-runner",request:void 0})):this.timeoutId=setTimeout(()=>{this.cancelAll(new dt("Request runner deadline exceeded",{queueName:"request-runner",request:void 0}))},s)}try{let s=e.map((u,i)=>new Promise(c=>{this.add(()=>r(u,i),{priority:n.priority,id:String(i),retries:n.retries,resolve:c,trackTotal:!1})}));return{results:await Promise.all(s),stats:{...this.stats,duration:Date.now()-this.startTime}}}finally{this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=void 0),this.abortUnsubscribe&&(this.abortUnsubscribe(),this.abortUnsubscribe=void 0)}}queueTask(e){this.queue.push(e),this.queue.sort((r,n)=>n.priority-r.priority)}scheduleRetry(e,r){if(this.isCancelled){this.resolveTask(e,this.cancelReason);return}if(r<=0){this.queueTask(e),this.processNext();return}let n=`${e.id}-${Date.now()}-${Math.random().toString(16).slice(2,8)}`,s=()=>{this.retryTimers.delete(n),this.pendingRetries--,!this.isCancelled&&(this.queueTask(e),this.processNext())};this.retryTimers.set(n,setTimeout(()=>{if(this.isCancelled){this.pendingRetries--,this.retryTimers.delete(n),this.resolveTask(e,this.cancelReason);return}s()},r)),this.pendingRetries++}async processNext(){var r;if(this.isCancelled){this.resolveQueue();return}if(this.paused||this.activeCount>=this.concurrency||this.queue.length===0)return;let e=this.queue.shift();if(e){this.activeCount++,this.emit("taskStart",e);try{let n=await e.fn();this.stats.successful++,(r=e.resolve)==null||r.call(e,n),this.emit("taskComplete",{task:e,result:n})}catch(n){if(this.isCancelled){this.resolveTask(e,this.cancelReason);return}let s=e.retries??0;s>0?(e.retries=s-1,this.emit("taskRetry",{task:e,error:n,remaining:e.retries,delay:this.retryDelay}),this.scheduleRetry(e,this.retryDelay)):(this.resolveTask(e,n),this.emit("taskError",{task:e,error:n}))}finally{this.activeCount--,this.emit("progress",this.getProgress()),this.activeCount===0&&this.queue.length===0&&this.pendingRetries===0&&this.emit("drained"),this.processNext()}}}cancelAll(e){if(!this.isCancelled){this.isCancelled=!0,this.cancelReason=e;for(let[,r]of this.retryTimers)clearTimeout(r);this.retryTimers.clear(),this.pendingRetries=0,this.resolveQueue()}}resolveQueue(){for(;this.queue.length>0;){let e=this.queue.shift();e&&this.resolveTask(e,this.cancelReason)}}resolveTask(e,r){var n;e.resolve&&(this.stats.failed++,(n=e.resolve)==null||n.call(e,r))}getProgress(){let e=this.stats.successful+this.stats.failed;return{total:this.stats.total,completed:e,pending:this.queue.length,active:this.activeCount,percent:this.stats.total>0?e/this.stats.total*100:0}}};ie();var Cu=class{listeners=new Map;on(e,r){let n=this.listeners.get(e)??new Set;return n.add(r),this.listeners.set(e,n),this}once(e,r){let n=(...s)=>{this.off(e,n),r(...s)};return this.on(e,n)}off(e,r){let n=this.listeners.get(e);return n&&(n.delete(r),n.size===0&&this.listeners.delete(e)),this}removeListener(e,r){return this.off(e,r)}emit(e,...r){let n=this.listeners.get(e);if(!n)return!1;for(let s of[...n])s(...r);return!0}},As={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3};function vu(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var Du=null;async function Lc(){return Du||(Du=import("undici")),Du}async function Yx(){if(vu())return(await Lc()).WebSocket;let t=globalThis.WebSocket;if(!t)throw new Ae("WebSocket is not available in this environment.",{feature:"websocket"});return t}function Xx(t){return!!(t&&typeof t.getReader=="function")}var Es=class extends Cu{ws=null;url;options;reconnectAttempts=0;reconnectTimer;heartbeatTimer;isClosed=!1;isReconnecting=!1;pongWatchdog;backoff;closedByUser=!1;constructor(e,r={}){super(),this.url=e,this.options={protocols:r.protocols||[],headers:r.headers||{},reconnect:r.reconnect??!1,reconnectDelay:r.reconnectDelay??1e3,maxReconnectAttempts:r.maxReconnectAttempts??5,heartbeatInterval:r.heartbeatInterval??3e4,heartbeatTimeout:r.heartbeatTimeout??1e4,dispatcher:r.dispatcher,proxy:r.proxy,tls:r.tls,perMessageDeflate:r.perMessageDeflate??!1},this.backoff={base:this.options.reconnectDelay,factor:2,jitter:!0,max:3e4}}async connect(){let e=await Yx(),r=vu(),n=r?{headers:this.options.headers,dispatcher:this.options.dispatcher,perMessageDeflate:this.options.perMessageDeflate}:void 0;if(r&&this.options.proxy){let s=typeof this.options.proxy=="string"?{url:this.options.proxy}:this.options.proxy,o=await Lc();n.dispatcher=new o.ProxyAgent(s.url)}return r&&this.options.tls&&(n.tls=this.options.tls),new Promise((s,o)=>{try{this.ws=r?new e(this.url,this.options.protocols,n):new e(this.url,this.options.protocols),this.ws.addEventListener("open",()=>{this.reconnectAttempts=0,this.isReconnecting=!1,this.startHeartbeat(),this.emit("open"),s()}),this.ws.addEventListener("message",u=>{let i=u.data,c={data:i,isBinary:typeof i!="string"};this.emit("message",c),this.stopPongWatchdog()}),this.ws.addEventListener("close",u=>{this.stopHeartbeat(),this.stopPongWatchdog(),this.emit("close",u.code,u.reason),!this.closedByUser&&!this.isClosed&&this.options.reconnect&&this.attemptReconnect()}),this.ws.addEventListener("error",u=>{let i=(u==null?void 0:u.error)instanceof Error?u.error:new Jr("WebSocket connection error",{host:this.url,retriable:!0});this.emit("error",i),o(i)})}catch(u){o(u)}})}async send(e,r){if(!this.ws||this.ws.readyState!==As.OPEN)throw new Qr("WebSocket is not connected",{expectedState:"open",actualState:this.ws?"closed":"not-created"});let n=(r==null?void 0:r.awaitDrain)??!1,s=(r==null?void 0:r.highWaterMark)??16*1024;this.ws.send(e),n&&await this.waitForDrain(s)}async sendStream(e,r){if(Xx(e)){let n=e.getReader();for(;;){let{done:s,value:o}=await n.read();if(s)break;await this.send(o,r)}return}for await(let n of e)await this.send(n,r)}sendJSON(e){this.send(JSON.stringify(e))}close(e=1e3,r=""){this.isClosed=!0,this.closedByUser=!0,this.stopHeartbeat(),this.clearReconnectTimer(),this.ws&&(this.ws.close(e,r),this.ws=null)}ping(){if(!this.ws||this.ws.readyState!==As.OPEN)return;let e=this.ws;if(typeof e.ping=="function")try{e.ping();return}catch{}try{this.ws.send("__heartbeat__")}catch{}}get readyState(){var e;return((e=this.ws)==null?void 0:e.readyState)??As.CLOSED}get isConnected(){var e;return((e=this.ws)==null?void 0:e.readyState)===As.OPEN}toReadable(){if(!this.ws)return null;let e=this.ws;return e.readable&&typeof e.readable.getReader=="function"?e.readable:null}async pipeFrom(e,r){await this.sendStream(e,r)}async pipeTo(e){var n;let r=this.toReadable();if(!r)throw new Ye("WebSocket has no readable stream",{streamType:"websocket",retriable:!1});if(e&&typeof e.getWriter=="function"){await r.pipeTo(e);return}if(vu()){let s="node:stream",o="node:stream/promises",u=await import(s),i=await import(o),c=typeof((n=u.Readable)==null?void 0:n.fromWeb)=="function"?u.Readable.fromWeb(r):u.Readable.from(r);await i.pipeline(c,e);return}throw new Ye("Destination stream is not supported in this environment",{streamType:"websocket",retriable:!1})}async*[Symbol.asyncIterator](){let e=[],r=null,n=!1,s=u=>{r?(r(u),r=null):e.push(u)},o=()=>{n=!0,r&&(r(null),r=null)};this.on("message",s),this.on("close",o);try{for(;;)if(e.length>0)yield e.shift();else{if(n)break;let u=await new Promise(i=>{r=i});if(u)yield u;else break}}finally{this.off("message",s),this.off("close",o)}}attemptReconnect(){if(this.isReconnecting)return;if(this.options.maxReconnectAttempts>0&&this.reconnectAttempts>=this.options.maxReconnectAttempts){this.emit("max-reconnect-attempts");return}this.isReconnecting=!0,this.reconnectAttempts++;let e=this.backoff.base*Math.pow(this.backoff.factor,this.reconnectAttempts-1),r=this.backoff.max?Math.min(e,this.backoff.max):e,n=this.backoff.jitter?Jx(r):r;this.emit("reconnecting",this.reconnectAttempts,n),this.reconnectTimer=setTimeout(()=>{this.connect().catch(s=>{this.emit("reconnect-error",s)})},n)}clearReconnectTimer(){this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=void 0)}startHeartbeat(){this.options.heartbeatInterval<=0||(this.heartbeatTimer=setInterval(()=>{this.isConnected&&(this.ping(),this.startPongWatchdog())},this.options.heartbeatInterval))}stopHeartbeat(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=void 0),this.stopPongWatchdog()}startPongWatchdog(){this.stopPongWatchdog(),!(this.options.heartbeatTimeout<=0)&&(this.pongWatchdog=setTimeout(()=>{var e;this.emit("heartbeat-timeout"),!this.closedByUser&&this.options.reconnect&&((e=this.ws)==null||e.close(4e3,"heartbeat timeout"))},this.options.heartbeatTimeout))}stopPongWatchdog(){this.pongWatchdog&&(clearTimeout(this.pongWatchdog),this.pongWatchdog=void 0)}getBufferedAmount(){var e;return((e=this.ws)==null?void 0:e.bufferedAmount)??0}async waitForDrain(e){this.getBufferedAmount()<=e||await new Promise(n=>{let s=()=>{this.getBufferedAmount()<=e||!this.isConnected?n():setTimeout(s,10)};setTimeout(s,10)})}};function Jx(t){let e=.2*t;return t-e+Math.random()*(2*e)}ie();function Qx(){var t,e;return typeof globalThis<"u"&&!!((e=(t=globalThis.process)==null?void 0:t.versions)!=null&&e.node)}var Tu=null;async function Zx(){if(!Qx())throw new Ae("WHOIS is only available in Node.js environments.",{feature:"whois"});return Tu||(Tu=import("node:net")),Tu}var e1={com:"whois.verisign-grs.com",net:"whois.verisign-grs.com",org:"whois.pir.org",info:"whois.afilias.net",biz:"whois.biz",us:"whois.nic.us",uk:"whois.nic.uk",ca:"whois.cira.ca",de:"whois.denic.de",fr:"whois.afnic.fr",au:"whois.aunic.net",jp:"whois.jprs.jp",cn:"whois.cnnic.cn",ru:"whois.tcinet.ru",br:"whois.registro.br",eu:"whois.eu",io:"whois.nic.io",co:"whois.nic.co",me:"whois.nic.me",tv:"whois.nic.tv",cc:"whois.nic.cc",ws:"whois.website.ws",mobi:"whois.dotmobiregistry.net",asia:"whois.nic.asia",tel:"whois.nic.tel",pro:"whois.registrypro.pro",aero:"whois.aero",cat:"whois.cat",coop:"whois.nic.coop",jobs:"whois.nic.jobs",museum:"whois.museum",travel:"whois.nic.travel",xxx:"whois.nic.xxx",app:"whois.nic.google",dev:"whois.nic.google",ai:"whois.nic.ai"};function t1(t){let e=t.toLowerCase().split(".");return e[e.length-1]}function r1(t,e){if(e)return e;let r=/^(\d{1,3}\.){3}\d{1,3}$/,n=/^([0-9a-fA-F]{0,4}:){2,7}[0-9a-fA-F]{0,4}$/;if(r.test(t)||n.test(t))return"whois.arin.net";let s=t1(t);return e1[s]||"whois.iana.org"}function n1(t){let e={},r=t.split(`
|
|
62
|
+
`);for(let n of r){if(n.startsWith("%")||n.startsWith("#")||!n.trim())continue;let s=n.indexOf(":");if(s===-1)continue;let o=n.substring(0,s).trim().toLowerCase(),u=n.substring(s+1).trim();!o||!u||(e[o]?Array.isArray(e[o])?e[o].push(u):e[o]=[e[o],u]:e[o]=u)}return e}function s1(t){let e=t.toLowerCase().split(`
|
|
63
|
+
`);for(let r of e)if(r.includes("whois server:")||r.includes("referral url:")){let n=r.match(/whois\.[\w.-]+/);if(n)return n[0]}return null}async function Uc(t,e,r,n){let{createConnection:s}=await Zx();return new Promise((o,u)=>{let i="",c=null,a=setTimeout(()=>{c==null||c.destroy(),u(new P(`WHOIS query timed out after ${n}ms`,void 0,void 0,["Increase the WHOIS timeout for slower registries.","Check network connectivity to the WHOIS server.","Retry the query; some registries respond slowly under load."]))},n);c=s({host:t,port:r},()=>{c.write(e+`\r
|
|
64
|
+
`)}),c.on("data",l=>{i+=l.toString("utf-8")}),c.on("end",()=>{clearTimeout(a),o(i)}),c.on("error",l=>{clearTimeout(a);let d=(l==null?void 0:l.message)||(l==null?void 0:l.code)||"Connection failed",p=new P(`WHOIS query failed: ${d}`,void 0,void 0,["Verify the WHOIS server is reachable and correct.","Check network/firewall settings blocking WHOIS port 43.","Retry the query; transient network issues can occur."]);p.code=l==null?void 0:l.code,u(p)}),c.on("close",l=>{if(clearTimeout(a),l&&!i){let d=new P("WHOIS connection closed unexpectedly",void 0,void 0,["The WHOIS server may be rate limiting requests.","Try again in a few seconds.","Some TLDs have unreliable WHOIS servers."]);d.code="ECONNRESET",u(d)}})})}async function Ru(t,e={}){let{server:r,port:n=43,timeout:s=1e4,follow:o=!0}=e,u=t.trim().toLowerCase(),i=r1(u,r),c=await Uc(i,u,n,s);if(o&&!r){let l=s1(c);l&&l!==i&&(i=l,c=await Uc(i,u,n,s))}let a=n1(c);return{raw:c,query:u,server:i,data:a}}async function Oc(t,e){try{let n=(await Ru(t,e)).raw.toLowerCase();return["no match","not found","no entries found","no data found","status: available","status: free"].some(o=>n.includes(o))}catch{return!1}}var o1=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,u1=/^[\u0020-\u003A\u003D-\u007E]*$/,dn=class{cookies=new Map;getCookieString(e){let r=new URL(e),n=r.hostname,s=r.pathname||"/",o=r.protocol==="https:",u=Date.now(),i=[];for(let[c,a]of this.cookies.entries())if(this.domainMatches(n,c)){for(let[l,d]of a.entries())if(this.pathMatches(s,l))for(let p of d.values()){if(this.isExpired(p,u)){d.delete(p.name);continue}p.secure&&!o||i.push(p)}}return i.sort((c,a)=>{let l=a.path.length-c.path.length;return l!==0?l:c.createdAt-a.createdAt}),i.map(c=>`${c.name}=${c.value}`).join("; ")}setCookie(e,r){let n=new URL(r),s=n.hostname,o=n.pathname||"/",u=this.parseCookie(e,s,o);if(!u||!this.domainMatches(s,u.domain))return;this.cookies.has(u.domain)||this.cookies.set(u.domain,new Map);let i=this.cookies.get(u.domain);i.has(u.path)||i.set(u.path,new Map),i.get(u.path).set(u.name,u)}clear(){this.cookies.clear()}clearDomain(e){this.cookies.delete(e)}getAllCookies(){let e=[];for(let r of this.cookies.values())for(let n of r.values())for(let s of n.values())e.push(s);return e}parseCookie(e,r,n){let s=e.split(";").map(p=>p.trim());if(s.length===0||!s[0])return null;let[o,...u]=s,i=o.indexOf("=");if(i===-1)return null;let c=o.substring(0,i).trim(),a=o.substring(i+1).trim();if(!c)return null;let l=this.decode(a),d={name:c,value:l,domain:r,path:this.defaultPath(n),secure:!1,httpOnly:!1,createdAt:Date.now()};for(let p of u){let f=p.toLowerCase();if(f==="secure")d.secure=!0;else if(f==="httponly")d.httpOnly=!0;else if(f==="partitioned")d.partitioned=!0;else if(f.startsWith("domain=")){let h=p.substring(7).trim();h.startsWith(".")&&(h=h.substring(1)),o1.test(h)&&(d.domain=h.toLowerCase())}else if(f.startsWith("path=")){let h=p.substring(5).trim();(!h||u1.test(h))&&(d.path=h||"/")}else if(f.startsWith("expires=")){let h=p.substring(8).trim(),m=new Date(h);Number.isFinite(m.valueOf())&&(d.expires=m)}else if(f.startsWith("max-age=")){let h=p.substring(8).trim();/^-?\d+$/.test(h)&&(d.maxAge=parseInt(h,10))}else if(f.startsWith("samesite=")){let h=p.substring(9).trim().toLowerCase();h==="strict"?d.sameSite="Strict":h==="lax"?d.sameSite="Lax":h==="none"&&(d.sameSite="None")}else if(f.startsWith("priority=")){let h=p.substring(9).trim().toLowerCase();h==="low"?d.priority="Low":h==="medium"?d.priority="Medium":h==="high"&&(d.priority="High")}}return d}decode(e){if(e.indexOf("%")===-1)return e;try{return decodeURIComponent(e)}catch{return e}}domainMatches(e,r){let n=e.toLowerCase(),s=r.toLowerCase();return!!(n===s||n.endsWith("."+s))}pathMatches(e,r){return!!(e===r||e.startsWith(r)&&(r.endsWith("/")||e[r.length]==="/"))}defaultPath(e){if(!e||!e.startsWith("/"))return"/";let r=e.lastIndexOf("/");return r===0?"/":e.substring(0,r)}isExpired(e,r){if(e.maxAge!==void 0){if(e.maxAge<=0)return!0;let n=e.createdAt+e.maxAge*1e3;return r>=n}return e.expires?r>=e.expires.getTime():!1}};var yi=null;async function Pb(){return yi||(yi=(await Promise.resolve().then(()=>(Rd(),Td))).ScrapeDocument),yi}function kd(t){let e=Promise.resolve(t),r=async s=>{let o=await Pb(),u=await e,i=await u.text();return o.create(i,{baseUrl:(s==null?void 0:s.baseUrl)||u.url,...s})},n=e;return n.scrape=async s=>r(s),n.links=async s=>(await r()).links(s),n.images=async s=>(await r()).images(s),n.meta=async()=>(await r()).meta(),n.openGraph=async()=>(await r()).openGraph(),n.twitterCard=async()=>(await r()).twitterCard(),n.jsonLd=async()=>(await r()).jsonLd(),n.forms=async s=>(await r()).forms(s),n.tables=async s=>(await r()).tables(s),n.scripts=async()=>(await r()).scripts(),n.styles=async()=>(await r()).styles(),n.extract=async s=>(await r()).extract(s),n}var ma=t=>t instanceof Error?t:new Error(String(t)),oC=["json","form","xml","yaml","csv","body","headers","timeout","retry","hooks","searchParams","params","beforeRedirect","maxRedirects","followRedirects","http2","useCurl"];function Un(){var e,r;return typeof globalThis<"u"&&!!((r=(e=globalThis.process)==null?void 0:e.versions)!=null&&r.node)}function uC(t){return Dr(t)?oC.some(e=>Object.prototype.hasOwnProperty.call(t,e)):!1}var mo=class{factory;transport;resolving;dispatchFn;constructor(e){this.factory=e,this.dispatchFn=this.initialDispatch.bind(this)}async initialDispatch(e){return this.transport||(this.resolving||(this.resolving=this.factory().then(r=>(this.transport=r,this.dispatchFn=n=>this.transport.dispatch(n),r))),this.transport=await this.resolving),this.transport.dispatch(e)}dispatch(e){return this.dispatchFn(e)}async warmup(){!this.transport&&!this.resolving&&(this.resolving=this.factory().then(e=>(this.transport=e,this.dispatchFn=r=>this.transport.dispatch(r),e))),await this.resolving}};function h0(t){return Un()?new mo(async()=>{let{CurlTransport:e}=await Promise.resolve().then(()=>(qd(),_d));return new e(t)}):{async dispatch(e){throw new et("Curl transport is only available in Node.js environments.",{configKey:"useCurl",request:e})}}}var go=class{factory;storage;resolving;constructor(e){this.factory=e}async getStorage(){return this.storage||(this.resolving||(this.resolving=this.factory().then(e=>(this.storage=e,e))),this.storage=await this.resolving),this.storage}async get(e){return(await this.getStorage()).get(e)}async set(e,r,n){return(await this.getStorage()).set(e,r,n)}async delete(e){return(await this.getStorage()).delete(e)}};function iC(t){if(!Un())throw new et("File cache storage is only available in Node.js environments.",{configKey:"cache.driver"});return new go(async()=>{let{FileStorage:e}=await Promise.resolve().then(()=>(Vd(),Wd));return new e(t)})}function aC(){return Un()?new go(async()=>{let{MemoryStorage:t}=await Promise.resolve().then(()=>(fu(),pu));return new t}):new Cr}var ga=class{instancePromise;constructor(e){this.instancePromise=e()}get[Symbol.toStringTag](){return"HlsPromise"}then(e,r){return this.instancePromise.then(({instance:n})=>n.then(e,r))}catch(e){return this.then(null,e)}finally(e){return this.instancePromise.then(({instance:r})=>r.finally(e))}cancel(){this.instancePromise.then(({instance:e})=>e.cancel()).catch(()=>{})}async download(e){let{instance:r}=await this.instancePromise;return r.download(e)}async*stream(){let{instance:e}=await this.instancePromise;yield*e.stream()}async pipe(e){let{instance:r}=await this.instancePromise;return r.pipe(e)}async info(){let{instance:e}=await this.instancePromise;return e.info()}},On=class{static get version(){return tc()}static getVersion(){return Qo()}static getVersionInfo(){return rc()}baseUrl;middlewares;hooks;transport;curlTransport;proxyConfig;defaultHeaders;defaultHeadersObj;defaultParams;paginationConfig;handler;fastHandler;logger;debugEnabled;agentManager;concurrencyConfig;requestPool;maxResponseSize;runtimeEventBus;shouldEmitRuntimeEvents;runtimeEventBusProviderAttached=!1;runtimeEventListenerCount=0;cookieJar;cookieIgnoreInvalid=!1;defaultTimeout;http2Enabled=!1;transportKind="custom";canFastPath=!1;_aiConfig;_ai;constructor(e={}){var d,p,f,h,m,x,v,g,y,w;this.baseUrl=e.baseUrl||"",this.middlewares=e.middlewares||[],this.defaultTimeout=e.timeout,this.hooks={beforeRequest:((d=e.hooks)==null?void 0:d.beforeRequest)||[],afterResponse:((p=e.hooks)==null?void 0:p.afterResponse)||[],onError:((f=e.hooks)==null?void 0:f.onError)||[],onRetry:((h=e.hooks)==null?void 0:h.onRetry)||[],onUrlResolved:((m=e.hooks)==null?void 0:m.onUrlResolved)||[]},this.defaultHeaders={"User-Agent":on(),...e.headers||{}},this.defaultHeadersObj=new Headers(this.defaultHeaders),this.defaultParams=((x=e.defaults)==null?void 0:x.params)||{},this.paginationConfig=e.pagination,this.maxResponseSize=e.maxResponseSize,this.proxyConfig=e.proxy;let r=e.runtimeEventBus;r?this.runtimeEventBus={on:(b,E)=>r.on(b,E),emit:(b,E)=>r.emit(b,E)}:this.runtimeEventBus=Wa(),this.shouldEmitRuntimeEvents=r!==void 0,this.runtimeEventBusProviderAttached=r!==void 0,this.debugEnabled=e.debug===!0,this.debugEnabled?this.logger=e.logger??Qt:e.logger&&(this.logger=e.logger),this.concurrencyConfig=Ya({concurrency:e.concurrency,http2:e.http2});let n=Ja(e.http2);if(this.http2Enabled=n.enabled??!1,e.transport)this.transport=e.transport,this.transportKind="custom";else if(e.useCurl)this.debugEnabled&&console.log("[DEBUG] Using Curl Transport"),this.transport=h0(e.proxy),this.transportKind="curl";else if(Un()){this.debugEnabled&&console.log("[DEBUG] Using Undici Transport");let b={...this.concurrencyConfig.agent,allowH2:n.enabled,maxConcurrentStreams:(v=n.resolvedSettings)==null?void 0:v.maxConcurrentStreams},E={proxy:e.proxy,http2:n.enabled?n:void 0,dns:e.dns,socketPath:e.socketPath,tls:e.tls,observability:e.observability,expectContinue:e.expectContinue,protocolCache:!0};this.transport=new mo(async()=>{if(!this.agentManager){let C=is(),{AgentManager:N}=await Promise.resolve().then(()=>(qi(),rp));this.agentManager=new N(b,C)}let{UndiciTransport:S}=await Promise.resolve().then(()=>(i0(),u0));return new S(this.baseUrl||void 0,{...E,agent:this.agentManager})}),this.transportKind="undici"}else this.debugEnabled&&this.logger&&this.logger.debug("Using Fetch Transport"),this.transport=new qt,this.transportKind="fetch";let s=(b,E={})=>{let S=us(b);o.push(Va(b,{...S,...E}))},o=[];if(e.retry&&s(su(e.retry),{name:"recker:retry",priority:120,scope:"request"}),this.concurrencyConfig.max<1/0||this.concurrencyConfig.requestsPerInterval<1/0?(this.requestPool=new os({concurrency:this.concurrencyConfig.max,requestsPerInterval:this.concurrencyConfig.requestsPerInterval,interval:this.concurrencyConfig.interval}),s(b=>{var S;(S=b.middlewares)==null||S.unshift(this.requestPool.asMiddleware())},{name:"recker:request-pool",priority:130,scope:"runtime"}),this.debugEnabled&&this.logger&&this.logger.debug(`Global concurrency limit: ${this.concurrencyConfig.max} concurrent requests`)):this.debugEnabled&&this.logger&&this.logger.debug("No global concurrency limit (allows unlimited parallel batches)"),e.dedup&&s(xu(e.dedup),{name:"recker:dedup",priority:110,scope:"request"}),e.cache){let b;e.cache.storage?b=e.cache.storage:e.cache.driver==="file"?b=iC(e.cache.fileStoragePath):b=aC(),s(Dc({...e.cache,storage:b}),{name:"recker:cache",priority:100,scope:"request"})}e.queue&&s(vc(e.queue),{name:"recker:queue",priority:135,scope:"request"}),e.plugins&&e.plugins.forEach((b,E)=>{let S=us(b);s(b,{name:(S==null?void 0:S.name)||`user-plugin:${E}`,priority:(S==null?void 0:S.priority)??90-E,scope:(S==null?void 0:S.scope)||"request"})});let{ordered:u,debugOrder:i}=Ka(Ga(o));if(u.forEach(({plugin:b})=>{b(this)}),this.debugEnabled&&this.logger&&this.logger.debug(`Applied plugins in order: ${i.join(" | ")}`),e.compression){let b=kc(e.compression);b&&this.middlewares.push(b)}if(e.xsrf){let b=wu(e.xsrf);b&&this.middlewares.push(b)}e.cookies&&this.setupCookieJar(e.cookies),e._aiConfig&&(this._aiConfig=e._aiConfig),this.maxResponseSize!==void 0&&this.middlewares.push(this.createMaxSizeMiddleware(this.maxResponseSize)),this.debugEnabled&&this.logger&&this.middlewares.unshift(this.createLoggingMiddleware(this.logger)),this.handler=this.composeMiddlewares(),this.fastHandler=this.composeFastHandler();let c=(((g=this.hooks.beforeRequest)==null?void 0:g.length)??0)>0||(((y=this.hooks.afterResponse)==null?void 0:y.length)??0)>0||(((w=this.hooks.onError)==null?void 0:w.length)??0)>0,a=!!this.cookieJar||!!this.defaultTimeout||this.maxResponseSize!==void 0||this.debugEnabled,l=this.middlewares.length>0;this.canFastPath=!c&&!a&&!l}createLoggingMiddleware(e){return async(r,n)=>{let s=Date.now();e.debug({type:"request",method:r.method,url:r.url},`\u2192 ${r.method} ${r.url}`);try{let o=await n(r),u=Date.now()-s;return e.debug({type:"response",method:r.method,url:r.url,status:o.status,duration:u,timings:o.timings},`\u2190 ${o.status} ${r.method} ${r.url} (${u}ms)`),o}catch(o){let u=Date.now()-s,i=o;throw e.error({type:"error",method:r.method,url:r.url,error:i.message,errorName:i.name,duration:u},`\u2716 ${r.method} ${r.url} - ${i.message}`),o}}}createMaxSizeMiddleware(e){return async(r,n)=>{let s=await n(r),o=r.maxResponseSize??e;if(o===void 0)return s;let u=s.headers.get("Content-Length");if(u){let i=parseInt(u,10);if(!isNaN(i)&&i>o)throw new Ft(o,i,r)}return s}}setupCookieJar(e){e===!0?this.cookieJar=new dn:typeof e=="object"&&(e.jar===!0?this.cookieJar=new dn:e.jar&&typeof e.jar=="object"&&(this.cookieJar=e.jar),this.cookieIgnoreInvalid=e.ignoreInvalid??!1),this.cookieJar&&this.middlewares.push(this.createCookieMiddleware())}createCookieMiddleware(){return async(e,r)=>{let n=this.cookieJar;try{let u=await n.getCookieString(e.url);if(u){let i=e.headers.get("cookie"),c=i?`${i}; ${u}`:u;e.headers.set("cookie",c)}}catch(u){if(!this.cookieIgnoreInvalid)throw u}let s=await r(e),o=s.headers.get("set-cookie");if(o){let u=this.splitSetCookieHeader(o);for(let i of u)try{await n.setCookie(i,e.url)}catch(c){if(!this.cookieIgnoreInvalid)throw c}}return s}}splitSetCookieHeader(e){return e.split(/,(?=\s*[a-zA-Z0-9_-]+=)/g).map(r=>r.trim())}async dispatch(e){let r=Dt(e),n=r?Date.now():0;r&&this.runtimeEventBus.emit("transport:start",{context:r,req:e});try{if(e.useCurl&&this.transportKind!=="curl"){this.curlTransport||(this.curlTransport=h0(this.proxyConfig));let o=await this.curlTransport.dispatch(e);return r&&this.runtimeEventBus.emit("transport:finish",{context:r,req:e,durationMs:Date.now()-n}),o}let s=await this.transport.dispatch(e);return r&&this.runtimeEventBus.emit("transport:finish",{context:r,req:e,durationMs:Date.now()-n}),s}catch(s){throw r&&this.runtimeEventBus.emit("transport:error",{context:r,req:e,error:ma(s)}),s}}composeMiddlewares(){var s,o;let e=[...this.middlewares],r=this,n=async u=>{let i=await r.dispatch(u);if(u.throwHttpErrors!==!1&&!i.ok&&i.status!==304)throw new ot(i,u);return i};return((s=this.hooks.beforeRequest)!=null&&s.length||(o=this.hooks.afterResponse)!=null&&o.length)&&e.unshift(this.hooksMiddleware),e.length===0?n:e.reduceRight((u,i)=>c=>i(c,u),n)}composeFastHandler(){let e=this;return async r=>{let n=await e.dispatch(r);if(r.throwHttpErrors!==!1&&!n.ok&&n.status!==304)throw new ot(n,r);return n}}hooksMiddleware=async(e,r)=>{let n=e;if(this.hooks.beforeRequest&&this.hooks.beforeRequest.length>0)for(let s of this.hooks.beforeRequest){let o=await s(n);o&&(n=o)}try{let s=await r(n);if(this.hooks.afterResponse&&this.hooks.afterResponse.length>0)for(let o of this.hooks.afterResponse){let u=await o(n,s);u&&(s=u)}return s}catch(s){if(this.hooks.onError&&this.hooks.onError.length>0)for(let o of this.hooks.onError){let u=await o(s,n);if(u)return u}throw s}};use(e){return this.middlewares.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}beforeRequest(e){return this.hooks.beforeRequest||(this.hooks.beforeRequest=[]),this.hooks.beforeRequest.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}afterResponse(e){return this.hooks.afterResponse||(this.hooks.afterResponse=[]),this.hooks.afterResponse.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}onError(e){return this.hooks.onError||(this.hooks.onError=[]),this.hooks.onError.push(e),this.handler=this.composeMiddlewares(),this.canFastPath=!1,this}onRuntimeEvent(e,r){this.shouldEmitRuntimeEvents=!0,this.runtimeEventListenerCount+=1;let n=this.runtimeEventBus.on(e,r);return()=>{n(),this.runtimeEventListenerCount>0&&(this.runtimeEventListenerCount-=1),!this.runtimeEventBusProviderAttached&&this.runtimeEventListenerCount===0&&(this.shouldEmitRuntimeEvents=!1)}}buildUrl(e,r){let n=r&&Object.keys(r).length>0,s=Object.keys(this.defaultParams).length>0;if(!n&&!s){if(e.startsWith("http://")||e.startsWith("https://"))return e;if(this.baseUrl){let l=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,d=e.startsWith("/")?e:"/"+e;return l+d}return e}let o=e,u={...this.defaultParams,...r},i=new Set;o.includes(":")&&(o=o.replace(/:([a-zA-Z0-9_]+)/g,(l,d)=>{if(u&&d in u)return i.add(d),encodeURIComponent(String(u[d]));throw new Zr(`Missing required path parameter: ${d}`,{field:d,value:void 0})}));let c;if(o.startsWith("http://")||o.startsWith("https://"))c=o;else if(this.baseUrl){let l=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,d=o.startsWith("/")?o:"/"+o;c=l+d}else throw new et("Relative path provided without a baseUrl or explicit transport.",{configKey:"baseUrl"});let a=Object.keys(u).filter(l=>!i.has(l));if(a.length>0){let l=a.map(p=>`${encodeURIComponent(p)}=${encodeURIComponent(String(u[p]))}`),d=c.includes("?")?"&":"?";return c+d+l.join("&")}return c}request(e,r={}){var g,y;let n=this.buildUrl(e,r.params),s=(((g=this.hooks.beforeRequest)==null?void 0:g.length)??0)>0||this.middlewares.length>0,o=this.shouldEmitRuntimeEvents||!!r.correlationId||!!r.tenant||!!r.traceId||!!r.policySource||(((y=r.policyTags)==null?void 0:y.length)??0)>0,u=()=>ja({correlationId:r.correlationId,tenant:r.tenant,policyTags:r.policyTags,policySource:r.policySource,traceId:r.traceId});if(this.canFastPath&&!r.headers&&!r.timeout&&!r.signal&&r.maxResponseSize===void 0){let w=new Pt(n,{method:r.method||"GET",body:r.body,headers:this.defaultHeadersObj,throwHttpErrors:r.throwHttpErrors});o&&(w=Sr(w,u()));let b=Dt(w),E=Date.now();b&&this.runtimeEventBus.emit("request:start",{context:b,req:w});let S=this.fastHandler(w);return b&&(S=S.then(C=>(this.runtimeEventBus.emit("request:success",{context:b,req:w,res:C,durationMs:Date.now()-E}),C),C=>{let N=ma(C);throw this.runtimeEventBus.emit("request:failed",{context:b,req:w,error:N,durationMs:Date.now()-E}),C})),new Er(S)}let c;r.headers?(c=new Headers(this.defaultHeadersObj),(r.headers instanceof Headers?r.headers:new Headers(r.headers)).forEach((b,E)=>c.set(E,b))):s?c=new Headers(this.defaultHeadersObj):c=this.defaultHeadersObj;let a=r.timeout||r.signal||this.defaultTimeout,l,d=r.signal,p,f;if(a){if(l=new AbortController,d=l.signal,r.signal){let b=r.signal,E=()=>l.abort(b.reason);b.aborted?E():(b.addEventListener("abort",E,{once:!0}),f=()=>b.removeEventListener("abort",E))}let w=r.timeout??this.defaultTimeout;if(w){let b=typeof w=="number"?w:w.request;b&&(p=setTimeout(()=>l.abort(new G(h,{phase:"request",timeout:b})),b))}}let h=new Pt(n,{...r,headers:c,signal:d,maxResponseSize:r.maxResponseSize??this.maxResponseSize});o&&(h=Sr(h,u()));let m=Dt(h),x=Date.now();m&&this.runtimeEventBus.emit("request:start",{context:m,req:h});let v=this.handler(h);return m&&(v=v.then(w=>(this.runtimeEventBus.emit("request:success",{context:m,req:h,res:w,durationMs:Date.now()-x}),w),w=>{let b=ma(w);throw this.runtimeEventBus.emit("request:failed",{context:m,req:h,error:b,durationMs:Date.now()-x}),w})),(p||f)&&v.finally(()=>{p&&clearTimeout(p),f==null||f()}).catch(()=>{}),new Er(v,l)}get(e,r={}){return this.request(e,{...r,method:"GET"})}async warmup(){let e=this.transport;e!=null&&e.warmup&&await e.warmup()}async batch(e,r={}){let n=r.mapResponse??(i=>i),s=r.concurrency??this.concurrencyConfig.runner.concurrency;return await new ws({concurrency:s,retries:this.concurrencyConfig.runner.retries,retryDelay:this.concurrencyConfig.runner.retryDelay}).run(e,async i=>{let c=await this.request(i.path,i.options);return n(c)},{signal:r.signal,deadlineMs:r.deadlineMs})}multi(e,r={}){return this.batch(e,r)}requestWithBody(e,r,n,s){let o=n,u=s||{};(s===void 0||Dr(s)&&Object.keys(s).length===0)&&uC(n)&&(u=n,o=void 0);let{json:c,form:a,xml:l,yaml:d,csv:p,body:f,...h}=u,m=o,x;a!==void 0?(m=nn(a),x=void 0):c!==void 0?(m=JSON.stringify(c),x="application/json"):l!==void 0?(m=`<?xml version="1.0" encoding="UTF-8"?>
|
|
65
|
+
`+Tr(l),x="application/xml"):d!==void 0?(m=Ba(d),x="application/yaml"):p!==void 0?(m=Na(p),x="text/csv"):f!==void 0&&(m=f);let{body:v,contentType:g}=Ko(m),y=new Headers(h.headers),w=x??g;return w&&!y.has("Content-Type")&&y.set("Content-Type",w),this.request(r,{...h,method:e,body:v,headers:y})}post(e,r,n={}){return this.requestWithBody("POST",e,r,n)}put(e,r,n={}){return this.requestWithBody("PUT",e,r,n)}patch(e,r,n={}){return this.requestWithBody("PATCH",e,r,n)}delete(e,r={}){return this.request(e,{...r,method:"DELETE"})}head(e,r={}){return this.request(e,{...r,method:"HEAD"})}options(e,r={}){return this.request(e,{...r,method:"OPTIONS"})}trace(e,r={}){return this.request(e,{...r,method:"TRACE"})}connect(e,r={}){return this.request(e,{...r,method:"CONNECT"})}purge(e,r={}){return this.request(e,{...r,method:"PURGE"})}propfind(e,r,n={}){return this.requestWithBody("PROPFIND",e,r,n)}proppatch(e,r,n={}){return this.requestWithBody("PROPPATCH",e,r,n)}mkcol(e,r={}){return this.request(e,{...r,method:"MKCOL"})}copy(e,r={}){return this.request(e,{...r,method:"COPY"})}move(e,r={}){return this.request(e,{...r,method:"MOVE"})}lock(e,r,n={}){return this.requestWithBody("LOCK",e,r,n)}unlock(e,r={}){return this.request(e,{...r,method:"UNLOCK"})}link(e,r,n={}){return this.requestWithBody("LINK",e,r,n)}unlink(e,r,n={}){return this.requestWithBody("UNLINK",e,r,n)}scrape(e,r={}){let n=r.method||"GET",s=this.request(e,{...r,method:n});return kd(s)}paginate(e,r={}){var p,f,h,m;let{getItems:n,getNextUrl:s,maxPages:o,pageParam:u,limitParam:i,resultsPath:c,nextCursorPath:a,...l}=r,d={getItems:n,getNextUrl:s,maxPages:o,pageParam:u||((p=this.paginationConfig)==null?void 0:p.pageParam),limitParam:i||((f=this.paginationConfig)==null?void 0:f.limitParam),resultsPath:c||((h=this.paginationConfig)==null?void 0:h.resultsPath),nextCursorPath:a||((m=this.paginationConfig)==null?void 0:m.nextCursorPath)};return uc(this,e,l,d)}pages(e,r={}){var d,p,f;let{getNextUrl:n,maxPages:s,pageParam:o,limitParam:u,resultsPath:i,nextCursorPath:c,...a}=r,l={getNextUrl:n,maxPages:s,pageParam:o||((d=this.paginationConfig)==null?void 0:d.pageParam),limitParam:u||((p=this.paginationConfig)==null?void 0:p.limitParam),nextCursorPath:c||((f=this.paginationConfig)==null?void 0:f.nextCursorPath)};return ru(this,e,a,l)}page(e,r,n={}){var u;let s=n.pageParam||((u=this.paginationConfig)==null?void 0:u.pageParam)||"page",o={...n.params,[s]:r};return this.request(e,{...n,params:o})}async getAll(e,r={}){let n=[];for await(let s of this.paginate(e,r))n.push(s);return n}websocket(e,r={}){let n;if(e.startsWith("ws://")||e.startsWith("wss://"))n=e;else if(this.baseUrl){let u=this.baseUrl.replace(/^http/,"ws");n=new URL(e,u).toString()}else throw new et("WebSocket requires either a full ws:// URL or a baseUrl",{configKey:"baseUrl"});let s={};this.defaultHeaders&&new Headers(this.defaultHeaders).forEach((i,c)=>{s[c]=i});let o={...s,...r.headers};return new Es(n,{...r,headers:o})}ws(e,r={}){return this.websocket(e,r)}async whois(e,r){return Ru(e,r)}async isDomainAvailable(e,r){return Oc(e,r)}hls(e,r={}){if(!Un())throw new Ae("HLS is only available in Node.js environments.",{feature:"hls"});let n=async()=>{let{HlsPromise:s}=await Promise.resolve().then(()=>(f0(),p0));return{instance:new s(this,e,r)}};return new ga(n)}get metadata(){return{handlerProtocol:"http/1.1"}}async handle(e,r){let n=e.protocol||"https:",s=e.hostname,o=e.port,u=e.path||"/",i=`${n}//${s}`;if(o&&!(n==="https:"&&o===443||n==="http:"&&o===80)&&(i+=`:${o}`),i+=u,e.query){let p=new URLSearchParams;for(let[h,m]of Object.entries(e.query))if(m!=null)if(Array.isArray(m))for(let x of m)p.append(h,x);else p.set(h,m);let f=p.toString();f&&(i+=(i.includes("?")?"&":"?")+f)}let c={};if(e.headers)for(let[p,f]of Object.entries(e.headers))f!==void 0&&(p.startsWith(":")||(c[p]=Array.isArray(f)?f.join(", "):f));let a=await this.request(i,{method:e.method||"GET",headers:c,body:e.body,signal:r==null?void 0:r.abortSignal,timeout:r==null?void 0:r.requestTimeout,throwHttpErrors:!1}),l={};a.headers.forEach((p,f)=>{l[f]=p});let d;if(a.raw.body){let{Readable:p}=await Promise.resolve().then(()=>(Xi(),Yi));d=p.fromWeb(a.raw.body)}return{response:{statusCode:a.status,reason:a.statusText,headers:l,body:d}}}updateHttpClientConfig(e,r){}httpHandlerConfigs(){return{http2:this.http2Enabled,maxSockets:this.concurrencyConfig.agent.connections,keepAlive:!0}}async destroy(){this.agentManager&&await this.agentManager.destroy(),this.requestPool=void 0}get ai(){if(!this._ai){if(!this._aiConfig)throw new et("AI features require an AI-enabled preset. Use createClient(openai({...})), createClient(anthropic({...})), etc.",{configKey:"_aiConfig"});this._ai=new ss(this,this._aiConfig)}return this._ai}get hasAI(){return this._aiConfig!==void 0}};function xo(t={}){return new On(t)}var cC=`
|
|
66
66
|
self.onmessage = async (event) => {
|
|
67
67
|
const { id, method, url, headers, body, timeout } = event.data;
|
|
68
68
|
|
|
@@ -120,19 +120,19 @@ self.onmessage = async (event) => {
|
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
122
|
};
|
|
123
|
-
`,
|
|
124
|
-
`)}var
|
|
125
|
-
`)){let o=s.indexOf(":");if(o>0){let u=s.slice(0,o).trim().toLowerCase(),i=s.slice(o+1).trim();n[u]=i}}return n}var
|
|
123
|
+
`,xa=class t{workers=[];workerIndex=0;pendingRequests=new Map;workerUrl;constructor(e={}){let r=e.poolSize??(typeof navigator<"u"?navigator.hardwareConcurrency:4)??4,n=new Blob([cC],{type:"application/javascript"});this.workerUrl=URL.createObjectURL(n);for(let s=0;s<r;s++)this.createWorker()}static isSupported(){return typeof Worker<"u"}createWorker(){let e=new Worker(this.workerUrl);e.onmessage=r=>{let{id:n,success:s,error:o,...u}=r.data,i=this.pendingRequests.get(n);if(i)if(this.pendingRequests.delete(n),s)i.resolve(new ba(u));else{let c=new Error((o==null?void 0:o.message)||"Worker request failed");c.name=(o==null?void 0:o.name)||"WorkerError",i.reject(c)}},e.onerror=r=>{console.error("[WorkerTransport] Worker error:",r.message)},this.workers.push(e)}getNextWorker(){let e=this.workers[this.workerIndex];return this.workerIndex=(this.workerIndex+1)%this.workers.length,e}async dispatch(e){var i;if(!t.isSupported())throw new Error("Web Workers are not supported in this environment");let r=crypto.randomUUID(),n=this.getNextWorker(),s=typeof e.timeout=="number"?e.timeout:(i=e.timeout)==null?void 0:i.request,o={};e.headers&&(e.headers instanceof Headers?e.headers.forEach((c,a)=>{o[a]=c}):typeof e.headers=="object"&&Object.assign(o,e.headers));let u;return e.body&&(typeof e.body=="string"||e.body instanceof ArrayBuffer?u=e.body:e.body instanceof Blob?u=await e.body.arrayBuffer():typeof e.body=="object"&&(u=JSON.stringify(e.body))),new Promise((c,a)=>{this.pendingRequests.set(r,{resolve:c,reject:a}),e.signal&&e.signal.addEventListener("abort",()=>{let l=this.pendingRequests.get(r);if(l){this.pendingRequests.delete(r);let d=new Error("Request aborted");d.name="AbortError",l.reject(d)}}),n.postMessage({id:r,method:e.method,url:e.url,headers:o,body:u,timeout:s})})}terminate(){for(let e of this.workers)e.terminate();this.workers=[],URL.revokeObjectURL(this.workerUrl);for(let e of this.pendingRequests.values())e.reject(new Error("Transport terminated"));this.pendingRequests.clear()}get pendingCount(){return this.pendingRequests.size}},ba=class t{status;statusText;headers;ok;url;timings;connection={};raw;bodyBuffer;bodyUsed=!1;constructor(e){if(this.status=e.status??0,this.statusText=e.statusText??"",this.ok=e.ok??!1,this.url=e.url??"",this.timings=e.timings??{total:0},this.bodyBuffer=e.body??new ArrayBuffer(0),this.headers=new Headers,e.headers)for(let[r,n]of Object.entries(e.headers))this.headers.set(r,n);this.raw=new Response(this.bodyBuffer,{status:this.status,statusText:this.statusText,headers:this.headers})}checkBodyUsed(){if(this.bodyUsed)throw new Error("Body has already been consumed");this.bodyUsed=!0}async json(){this.checkBodyUsed();let e=new TextDecoder().decode(this.bodyBuffer);return JSON.parse(e)}async text(){return this.checkBodyUsed(),new TextDecoder().decode(this.bodyBuffer)}async blob(){return this.checkBodyUsed(),new Blob([this.bodyBuffer])}async cleanText(){return(await this.text()).replace(/<[^>]*>?/gm,"")}read(){if(this.bodyUsed)return null;this.bodyUsed=!0;let e=this.bodyBuffer;return new ReadableStream({start(r){r.enqueue(new Uint8Array(e)),r.close()}})}clone(){let e=this.bodyBuffer.slice(0),r={};return this.headers.forEach((n,s)=>{r[s]=n}),new t({status:this.status,statusText:this.statusText,ok:this.ok,url:this.url,timings:this.timings,body:e,headers:r})}async*sse(){throw new Error("SSE is not supported in WorkerTransport. Use FetchTransport for SSE.")}async*download(){let e=this.bodyBuffer.byteLength;yield{loaded:e,transferred:e,total:e,percent:100,direction:"download"}}async*[Symbol.asyncIterator](){this.bodyUsed||(this.bodyUsed=!0,yield new Uint8Array(this.bodyBuffer))}};var bo=class extends Error{limit;window;key;constructor(e,r,n){super(`Rate limit exceeded for ${n}: ${e} requests per ${r}ms`),this.limit=e,this.window=r,this.key=n,this.name="RateLimitExceededError"}};function lC(t){let e={},r=t.get("x-ratelimit-remaining")||t.get("ratelimit-remaining");r!==null&&(e.remaining=parseInt(r,10));let n=t.get("x-ratelimit-reset")||t.get("ratelimit-reset");if(n!==null){let o=parseFloat(n);o<1e9?e.reset=Date.now()+o*1e3:e.reset=o*1e3}let s=t.get("retry-after");if(s!==null)if(/^\d+$/.test(s))e.retryAfter=parseInt(s,10)*1e3;else{let o=Date.parse(s);isNaN(o)||(e.retryAfter=Math.max(0,o-Date.now()))}return e}function dC(t){let e=t.limit,r=t.window||1e3,n=t.strategy||"queue",s=t.adaptive||!1,o=new Map,u=t.keyGenerator||(a=>{try{return new URL(a.url).hostname}catch{return"global"}}),i=a=>{let l=Date.now();if(l<a.blockedUntil)return;l-a.lastRefill>r&&(a.tokens=e,a.lastRefill=l)},c=a=>{let l=Date.now();if(l<a.blockedUntil){let d=a.blockedUntil-l;setTimeout(()=>c(a),d);return}for(i(a);a.queue.length>0&&a.tokens>0;){a.tokens--;let d=a.queue.shift();d&&d.resolve()}if(a.queue.length>0){let d=r-(Date.now()-a.lastRefill);setTimeout(()=>c(a),Math.max(0,d))}};return a=>{let l=async(p,f)=>{let h=u(p),m=o.get(h);if(m||(m={tokens:e,lastRefill:Date.now(),queue:[],blockedUntil:0},o.set(h,m)),Date.now()<m.blockedUntil?m.tokens=0:i(m),m.tokens>0){m.tokens--;let v=await f(p);return s&&d(m,v),v}if(n==="throw")throw new bo(e,r,h);if(n==="drop")throw new Error(`Request dropped due to rate limit (${h})`);return new Promise((v,g)=>{if(m.queue.push({resolve:async()=>{try{let y=await f(p);s&&d(m,y),v(y)}catch(y){g(y)}},reject:g}),m.queue.length===1){let y=r-(Date.now()-m.lastRefill);setTimeout(()=>c(m),Math.max(0,y))}})};function d(p,f){let h=lC(f.headers),m=0;h.retryAfter?m=h.retryAfter:h.remaining!==void 0&&h.remaining<=0&&h.reset&&(m=Math.max(0,h.reset-Date.now())),m>0&&(p.blockedUntil=Date.now()+m,p.tokens=0,p.queue.length>0&&setTimeout(()=>c(p),0))}a.use(l)}}function pC(t={}){let e=t.logger||Qt,r=t.level||"info",n=t.showHeaders||!1,s=t.showBody||!1,o=t.showTimings!==!1,u=new WeakMap,i=r==="debug"?e.debug.bind(e):e.info.bind(e);return c=>{c.beforeRequest(a=>{u.set(a,performance.now());let l={type:"request",method:a.method,url:a.url};if(n){let d={};a.headers.forEach((p,f)=>{f.toLowerCase()==="authorization"?d[f]="[REDACTED]":d[f]=p}),l.headers=d}if(s&&a.body)if(typeof a.body=="string")try{l.body=JSON.parse(a.body)}catch{l.body=a.body}else l.body="[Stream/Binary]";i(l,`\u2192 ${a.method} ${a.url}`)}),c.afterResponse((a,l)=>{let d=u.get(a),p=d?Math.round(performance.now()-d):0,f={type:"response",method:a.method,url:a.url,status:l.status,statusText:l.statusText,ok:l.ok,duration:p};if(n){let m={};l.headers.forEach((x,v)=>m[v]=x),f.headers=m}o&&l.timings&&(f.timings=l.timings);let h=l.headers.get("content-length");h&&(f.size=parseInt(h,10)),i(f,`\u2190 ${l.status} ${a.method} ${a.url} (${p}ms)`)}),c.onError((a,l)=>{let d=u.get(l),p=d?Math.round(performance.now()-d):0;e.error({type:"error",method:l.method,url:l.url,error:a.message,errorName:a.name,duration:p},`\u2716 ${l.method} ${l.url} - ${a.message}`)})}}function fC(t){let e=["curl"];return t.method!=="GET"&&e.push(`-X ${t.method}`),e.push(`'${t.url}'`),t.headers.forEach((r,n)=>{let s=n.toLowerCase()==="authorization"?"[REDACTED]":r;e.push(`-H '${n}: ${s}'`)}),t.body&&(typeof t.body=="string"?e.push(`-d '${t.body}'`):t.body instanceof URLSearchParams?e.push(`-d '${t.body.toString()}'`):e.push("-d '[Body]'")),e.join(` \\
|
|
124
|
+
`)}var In=class extends Error{service;constructor(e){super(`Circuit breaker is OPEN for ${e}`),this.service=e,this.name="CircuitBreakerError"}};function hC(t={}){let e=t.threshold||5,r=t.resetTimeout||30*1e3,n=new Map,s=u=>{try{return new URL(u.url).hostname}catch{return"unknown"}},o=t.shouldTrip||((u,i)=>i?i.status>=500:!0);return u=>{u.beforeRequest(a=>{let l=s(a),d=n.get(l);if(d||(d={failures:0,lastFailureTime:0,state:"CLOSED"},n.set(l,d)),d.state==="OPEN")if(Date.now()-d.lastFailureTime>r)d.state="HALF_OPEN",t.onStateChange&&t.onStateChange("HALF_OPEN",l);else throw new In(l)}),u.afterResponse((a,l)=>{let d=s(a),p=n.get(d);if(!p)return;o(null,l)?c(p,d):i(p,d)}),u.onError((a,l)=>{if(a instanceof In)throw a;let d=s(l),p=n.get(d);if(!p)return;o(a,void 0)&&c(p,d)});function i(a,l){a.state==="HALF_OPEN"?(a.state="CLOSED",a.failures=0,t.onStateChange&&t.onStateChange("CLOSED",l)):a.state==="CLOSED"&&(a.failures=0)}function c(a,l){a.failures++,a.lastFailureTime=Date.now(),(a.state==="HALF_OPEN"||a.state==="CLOSED"&&a.failures>=e)&&(a.state="OPEN",t.onStateChange&&t.onStateChange("OPEN",l))}}}function mC(t={}){let e=new Map;return t.store&&t.store instanceof Map&&e.set("*",t.store),r=>{r.beforeRequest(n=>{let o=new URL(n.url).hostname,u=[],i=c=>{c&&c.forEach((a,l)=>{u.push(`${l}=${a}`)})};i(e.get(o));for(let[c,a]of e.entries())c!=="*"&&c!==o&&o.endsWith(c)&&i(a),c==="*"&&i(a);if(u.length>0){let c=n.headers.get("cookie"),a=u.join("; ");n.headers.set("cookie",c?`${c}; ${a}`:a)}}),r.afterResponse((n,s)=>{let o=s.headers.get("set-cookie");if(!o)return;let i=new URL(n.url).hostname;gC(o).forEach(a=>{var g;let l=a.split(";"),[d]=l;if(!d)return;let[p,...f]=d.split("=");if(!p)return;let h=f.join("=").trim(),m=i,x=l.find(y=>y.trim().toLowerCase().startsWith("domain="));if(x){let y=(g=x.split("=")[1])==null?void 0:g.trim();y&&(m=y)}e.has(m)||e.set(m,new Map),e.get(m).set(p.trim(),h),t.store&&t.store.set(p.trim(),h)})})}}function gC(t){return t.split(/,(?=\s*[a-zA-Z0-9_]+=[^;])/g)}ie();var Fn=class extends P{errors;response;constructor(e,r,n){var u;let s=((u=e==null?void 0:e[0])==null?void 0:u.message)||"GraphQL response contains errors",o=["Check the GraphQL query and variables for schema compliance.","Inspect the GraphQL errors array for details.","Fix validation errors before retrying; network errors may be retriable."];super(s,n,r,o,!1),this.errors=e,this.response=r,this.name="GraphQLError"}};function xC(t={}){let e=t.throwOnErrors!==!1,r=async(n,s)=>{let o=await s(n),u=o.headers.get("content-type");if(e&&u&&u.includes("application/json")){let i=o.clone();try{let c=await i.json();if(c&&Array.isArray(c.errors)&&c.errors.length>0)throw new Fn(c.errors,o)}catch(c){if(c instanceof Fn)throw c}}return o};return n=>{n.use(r)}}async function bC(t,e,r={},n={}){let s=e.match(/(query|mutation|subscription)\s+([a-zA-Z0-9_]+)/),o=s?s[2]:void 0,u={query:e,variables:r,operationName:o};if(n.method==="GET"){let c={query:e,variables:JSON.stringify(r),...o&&{operationName:o}};return n.params={...n.params,...c},(await t.get("",n).json()).data}return(await t.post("",u,n).json()).data}function yC(){return t=>{t.afterResponse((e,r)=>{let n=r.headers.get("server-timing");if(!n)return;let s=n.split(",").map(o=>{let u=o.split(";"),i=u[0].trim(),c,a;for(let l=1;l<u.length;l++){let[d,p]=u[l].split("=").map(f=>f.trim());d==="dur"&&(c=parseFloat(p)),d==="desc"&&(a=p==null?void 0:p.replace(/"/g,""))}return{name:i,duration:c,description:a}});r.serverTimings=s})}}var zr={PARSE_ERROR:-32700,INVALID_REQUEST:-32600,METHOD_NOT_FOUND:-32601,INVALID_PARAMS:-32602,INTERNAL_ERROR:-32603,SERVER_ERROR:-32e3},Pn=class extends Error{code;data;constructor(e){super(e.message),this.name="JsonRpcException",this.code=e.code,this.data=e.data}static isParseError(e){return e.code===zr.PARSE_ERROR}static isInvalidRequest(e){return e.code===zr.INVALID_REQUEST}static isMethodNotFound(e){return e.code===zr.METHOD_NOT_FOUND}static isInvalidParams(e){return e.code===zr.INVALID_PARAMS}static isInternalError(e){return e.code===zr.INTERNAL_ERROR}static isServerError(e){return e.code>=-32099&&e.code<=-32e3}},yo=class{client;options;idCounter=0;constructor(e,r){this.client=e,this.options={endpoint:r.endpoint,requestOptions:r.requestOptions??{},autoId:r.autoId??!0,idGenerator:r.idGenerator??(()=>++this.idCounter),throwOnError:r.throwOnError??!0}}async call(e,r,n){let s=this.options.autoId?this.options.idGenerator():null,o={jsonrpc:"2.0",method:e,id:s};r!==void 0&&(o.params=r);let u=await this.sendRequest(o,n);if(u.error){if(this.options.throwOnError)throw new Pn(u.error);return}return u.result}async notify(e,r,n){let s={jsonrpc:"2.0",method:e};r!==void 0&&(s.params=r),await this.client.post(this.options.endpoint,{...this.options.requestOptions,...n,json:s})}async batch(e,r){let n=e.map((i,c)=>({jsonrpc:"2.0",method:i.method,params:i.params,id:i.id??(this.options.autoId?this.options.idGenerator():c)})),o=await(await this.client.post(this.options.endpoint,{...this.options.requestOptions,...r,json:n})).json(),u=o.filter(i=>!!i.error).map(i=>i.error);return{responses:o,errors:u,hasErrors:u.length>0}}getFromBatch(e,r){let n=e.responses.find(s=>s.id===r);if(n!=null&&n.error&&this.options.throwOnError)throw new Pn(n.error);return n==null?void 0:n.result}proxy(){return new Proxy({},{get:(e,r)=>(...n)=>n.length===1&&typeof n[0]=="object"&&n[0]!==null&&!Array.isArray(n[0])?this.call(r,n[0]):this.call(r,n)})}async sendRequest(e,r){return(await this.client.post(this.options.endpoint,{...this.options.requestOptions,...r,json:e})).json()}};function m0(t,e){return new yo(t,e)}function wC(){return t=>{t.jsonrpc=(e,r)=>m0(t,{endpoint:e,...r})}}var Gr={OK:0,CANCELLED:1,UNKNOWN:2,INVALID_ARGUMENT:3,DEADLINE_EXCEEDED:4,NOT_FOUND:5,ALREADY_EXISTS:6,PERMISSION_DENIED:7,RESOURCE_EXHAUSTED:8,FAILED_PRECONDITION:9,ABORTED:10,OUT_OF_RANGE:11,UNIMPLEMENTED:12,INTERNAL:13,UNAVAILABLE:14,DATA_LOSS:15,UNAUTHENTICATED:16},xr=class t extends Error{code;metadata;details;constructor(e,r={}){super(e.message),this.name="GrpcError",this.code=e.code,this.metadata=r,this.details=e.details}static fromCode(e,r){return new t({code:e,message:r},{})}};function y0(){let t=new TextEncoder,e=new TextDecoder;return{encode(r){return t.encode(JSON.stringify(r))},decode(r){return JSON.parse(e.decode(r))}}}function g0(t,e=!1){let r=new Uint8Array(5+t.length);return r[0]=e?128:0,new DataView(r.buffer).setUint32(1,t.length,!1),r.set(t,5),r}function x0(t){let e=[],r=0;for(;r<t.length&&!(r+5>t.length);){let s=(t[r]&128)!==0,u=new DataView(t.buffer,t.byteOffset+r+1,4).getUint32(0,!1);if(r+5+u>t.length)break;let i=t.slice(r+5,r+5+u);e.push({isTrailers:s,payload:i}),r+=5+u}return e}function b0(t){let r=new TextDecoder().decode(t),n={};for(let s of r.split(`\r
|
|
125
|
+
`)){let o=s.indexOf(":");if(o>0){let u=s.slice(0,o).trim().toLowerCase(),i=s.slice(o+1).trim();n[u]=i}}return n}var wo=class{client;options;constructor(e,r){this.client=e,this.options={baseUrl:r.baseUrl,metadata:r.metadata??{},timeout:r.timeout??3e4,textFormat:r.textFormat??!0}}async unary(e,r,n,s,o){let u=`${this.options.baseUrl}/${e}/${r}`,i=s.encode(n),c=g0(i),a=this.options.textFormat?"application/grpc-web-text":"application/grpc-web+proto",l=this.options.textFormat?btoa(String.fromCharCode(...c)):c,p={headers:{"Content-Type":a,Accept:a,"X-Grpc-Web":"1",...this.options.metadata,...o==null?void 0:o.metadata},timeout:(o==null?void 0:o.timeout)??this.options.timeout,signal:o==null?void 0:o.signal},f=await this.client.post(u,l,p);return this.parseUnaryResponse(f,s)}async*serverStream(e,r,n,s,o){let u=`${this.options.baseUrl}/${e}/${r}`,i=s.encode(n),c=g0(i),a=this.options.textFormat?"application/grpc-web-text":"application/grpc-web+proto",l=this.options.textFormat?btoa(String.fromCharCode(...c)):c,d={"Content-Type":a,Accept:a,"X-Grpc-Web":"1",...this.options.metadata,...o==null?void 0:o.metadata},f=(await this.client.post(u,l,{headers:d,timeout:(o==null?void 0:o.timeout)??this.options.timeout,signal:o==null?void 0:o.signal})).read();if(!f)throw new xr({code:Gr.INTERNAL,message:"No response body"},{});let h=f.getReader(),m=new Uint8Array(0);try{for(;;){let{done:x,value:v}=await h.read();if(v){let g=v;if(this.options.textFormat){let E=new TextDecoder().decode(v),S=atob(E);g=new Uint8Array(S.length);for(let C=0;C<S.length;C++)g[C]=S.charCodeAt(C)}let y=new Uint8Array(m.length+g.length);y.set(m),y.set(g,m.length),m=y;let w=x0(m),b=0;for(let E of w)if(b+=5+E.payload.length,E.isTrailers){let S=b0(E.payload),C=parseInt(S["grpc-status"]??"0",10),N=S["grpc-message"]??"";if(C!==Gr.OK)throw new xr({code:C,message:N},S)}else yield s.decode(E.payload);b>0&&(m=m.slice(b))}if(x)break}}finally{h.releaseLock()}}service(e,r){let n={};for(let[s,o]of Object.entries(r))n[s]=async(u,i)=>{let c=y0();return this.unary(e,s,u,c,i)};return n}async parseUnaryResponse(e,r){let n;if(this.options.textFormat){let a=await e.text(),l=atob(a);n=new Uint8Array(l.length);for(let d=0;d<l.length;d++)n[d]=l.charCodeAt(d)}else{let a=await e.blob();n=new Uint8Array(await a.arrayBuffer())}let s=x0(n),o,u={},i={code:Gr.OK,message:""};for(let a of s)a.isTrailers?(u=b0(a.payload),i={code:parseInt(u["grpc-status"]??"0",10),message:u["grpc-message"]??""}):o=r.decode(a.payload);let c=e.headers.get("grpc-status");if(c&&(i.code=parseInt(c,10),i.message=e.headers.get("grpc-message")??""),i.code!==Gr.OK)throw new xr(i,u);if(o===void 0)throw new xr({code:Gr.INTERNAL,message:"No message in response"},u);return{message:o,metadata:u,status:i}}};function w0(t,e){return new wo(t,e)}function AC(){return t=>{t.grpcWeb=e=>{var n;let r=(e==null?void 0:e.baseUrl)??((n=t.config)==null?void 0:n.baseUrl)??"";return w0(t,{baseUrl:r,...e})}}}function ya(t){return t==null?"<nil/>":typeof t=="boolean"?`<boolean>${t?"1":"0"}</boolean>`:typeof t=="number"?Number.isInteger(t)?`<int>${t}</int>`:`<double>${t}</double>`:typeof t=="string"?`<string>${_n(t)}</string>`:t instanceof Date?`<dateTime.iso8601>${t.toISOString()}</dateTime.iso8601>`:t instanceof Uint8Array||Buffer.isBuffer(t)?`<base64>${Buffer.from(t).toString("base64")}</base64>`:Array.isArray(t)?`<array><data>${t.map(r=>`<value>${ya(r)}</value>`).join("")}</data></array>`:typeof t=="object"?`<struct>${Object.entries(t).map(([r,n])=>`<member><name>${_n(r)}</name><value>${ya(n)}</value></member>`).join("")}</struct>`:`<string>${String(t)}</string>`}function Ao(t){let e=t.trim();if(e.includes("<nil/>")||e.includes("<nil></nil>"))return null;if(e.startsWith("<array>")||e.includes("<array>")){let c=e.match(/<array>\s*<data>([\s\S]*)<\/data>\s*<\/array>/);if(c){let a=[],d=c[1].split(/<\/value>/);for(let p of d){let f=p.indexOf("<value>");if(f!==-1){let h=p.slice(f+7);a.push(Ao(h.trim()))}}return a}}if(e.startsWith("<struct>")||e.includes("<struct>")){let c=e.match(/<struct>([\s\S]*)<\/struct>/);if(c){let a={},l=c[1].split(/<\/member>/);for(let d of l){let p=d.indexOf("<member>");if(p!==-1){let f=d.slice(p+8),h=f.match(/<name>([\s\S]*?)<\/name>/),m=f.match(/<value>([\s\S]*)<\/value>/s);h&&m&&(a[br(h[1].trim())]=Ao(m[1].trim()))}}return a}}let r=e.match(/^<(?:int|i4|i8)>(-?\d+)<\/(?:int|i4|i8)>$/);if(r)return parseInt(r[1],10);let n=e.match(/^<boolean>([01])<\/boolean>$/);if(n)return n[1]==="1";let s=e.match(/^<double>(-?[\d.]+(?:[eE][+-]?\d+)?)<\/double>$/);if(s)return parseFloat(s[1]);let o=e.match(/^<string>([\s\S]*?)<\/string>$/);if(o)return br(o[1]);let u=e.match(/^<dateTime\.iso8601>([\s\S]*?)<\/dateTime\.iso8601>$/);if(u)return new Date(u[1]);let i=e.match(/^<base64>([\s\S]*?)<\/base64>$/);return i?Buffer.from(i[1],"base64"):e}var Eo=class{client;endpoint;requestOptions;constructor(e,r){this.client=e,this.endpoint=r.endpoint,this.requestOptions=r.requestOptions??{}}async call(e,r=[]){let n=r.map(i=>`<param><value>${ya(i)}</value></param>`).join(""),s=`<?xml version="1.0"?>
|
|
126
126
|
<methodCall>
|
|
127
|
-
<methodName>${
|
|
127
|
+
<methodName>${_n(e)}</methodName>
|
|
128
128
|
<params>${n}</params>
|
|
129
|
-
</methodCall>`,u=await(await this.client.post(this.endpoint,s,{...this.requestOptions,headers:{"Content-Type":"text/xml",...this.requestOptions.headers}})).text();return this.parseResponse(u)}parseResponse(e){let r=e.match(/<fault>\s*<value>([\s\S]+)<\/value>\s*<\/fault>/);if(r){let s=
|
|
129
|
+
</methodCall>`,u=await(await this.client.post(this.endpoint,s,{...this.requestOptions,headers:{"Content-Type":"text/xml",...this.requestOptions.headers}})).text();return this.parseResponse(u)}parseResponse(e){let r=e.match(/<fault>\s*<value>([\s\S]+)<\/value>\s*<\/fault>/);if(r){let s=Ao(r[1]);return{success:!1,fault:{faultCode:s.faultCode??0,faultString:s.faultString??"Unknown error"}}}let n=e.match(/<params>\s*<param>\s*<value>([\s\S]+)<\/value>\s*<\/param>\s*<\/params>/);return n?{success:!0,result:Ao(n[1])}:{success:!0}}},EC={"1.1":{envelope:"http://schemas.xmlsoap.org/soap/envelope/",contentType:"text/xml; charset=utf-8"},"1.2":{envelope:"http://www.w3.org/2003/05/soap-envelope",contentType:"application/soap+xml; charset=utf-8"}},So=class{client;options;constructor(e,r){this.client=e,this.options={endpoint:r.endpoint,version:r.version??"1.2",namespace:r.namespace??"",namespacePrefix:r.namespacePrefix??"ns",wsdl:r.wsdl,soapHeaders:r.soapHeaders??{},requestOptions:r.requestOptions??{}}}async call(e,r={},n){let s=EC[this.options.version],o=this.options.namespacePrefix,u=this.options.namespace,i={...this.options.soapHeaders,...n==null?void 0:n.soapHeaders},c="";Object.keys(i).length>0&&(c=`<soap:Header>${this.objectToXml(i,o)}</soap:Header>`);let a=this.objectToXml(r,o),l=u?`<${o}:${e} xmlns:${o}="${u}">${a}</${o}:${e}>`:`<${e}>${a}</${e}>`,d=`<?xml version="1.0" encoding="utf-8"?>
|
|
130
130
|
<soap:Envelope xmlns:soap="${s.envelope}">
|
|
131
131
|
${c}
|
|
132
132
|
<soap:Body>
|
|
133
133
|
${l}
|
|
134
134
|
</soap:Body>
|
|
135
|
-
</soap:Envelope>`,p={"Content-Type":s.contentType};if(this.options.version==="1.1"){let m=(n==null?void 0:n.soapAction)??`${u}/${e}`;p.SOAPAction=`"${m}"`}let h=await(await this.client.post(this.options.endpoint,d,{...this.options.requestOptions,headers:{...p,...this.options.requestOptions.headers}})).text();return this.parseResponse(h,e)}async getWsdl(){return this.options.wsdl?(await this.client.get(this.options.wsdl)).text():null}objectToXml(e,r){return Object.entries(e).map(([n,s])=>{let o=r?`${r}:${n}`:n;return s==null?`<${o} xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>`:typeof s=="object"&&!Array.isArray(s)&&!(s instanceof Date)?`<${o}>${this.objectToXml(s)}</${o}>`:Array.isArray(s)?s.map(u=>typeof u=="object"?`<${o}>${this.objectToXml(u)}</${o}>`:`<${o}>${
|
|
135
|
+
</soap:Envelope>`,p={"Content-Type":s.contentType};if(this.options.version==="1.1"){let m=(n==null?void 0:n.soapAction)??`${u}/${e}`;p.SOAPAction=`"${m}"`}let h=await(await this.client.post(this.options.endpoint,d,{...this.options.requestOptions,headers:{...p,...this.options.requestOptions.headers}})).text();return this.parseResponse(h,e)}async getWsdl(){return this.options.wsdl?(await this.client.get(this.options.wsdl)).text():null}objectToXml(e,r){return Object.entries(e).map(([n,s])=>{let o=r?`${r}:${n}`:n;return s==null?`<${o} xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>`:typeof s=="object"&&!Array.isArray(s)&&!(s instanceof Date)?`<${o}>${this.objectToXml(s)}</${o}>`:Array.isArray(s)?s.map(u=>typeof u=="object"?`<${o}>${this.objectToXml(u)}</${o}>`:`<${o}>${_n(String(u))}</${o}>`).join(""):s instanceof Date?`<${o}>${s.toISOString()}</${o}>`:`<${o}>${_n(String(s))}</${o}>`}).join("")}parseResponse(e,r){let n=e.match(/<(?:soap:|SOAP-ENV:|)[Ff]ault[^>]*>([\s\S]*?)<\/(?:soap:|SOAP-ENV:|)[Ff]ault>/i);if(n){let l=n[1],d=l.match(/<faultcode[^>]*>([\s\S]*?)<\/faultcode>/i),p=l.match(/<faultstring[^>]*>([\s\S]*?)<\/faultstring>/i),f=l.match(/<faultactor[^>]*>([\s\S]*?)<\/faultactor>/i),h=l.match(/<detail[^>]*>([\s\S]*?)<\/detail>/i),m=l.match(/<(?:\w+:)?Code[^>]*>[\s\S]*?<(?:\w+:)?Value[^>]*>([\s\S]*?)<\/(?:\w+:)?Value>/i),x=l.match(/<(?:\w+:)?Reason[^>]*>[\s\S]*?<(?:\w+:)?Text[^>]*>([\s\S]*?)<\/(?:\w+:)?Text>/i);return{success:!1,fault:{code:br((d==null?void 0:d[1])??(m==null?void 0:m[1])??"Unknown"),string:br((p==null?void 0:p[1])??(x==null?void 0:x[1])??"Unknown error"),actor:f?br(f[1]):void 0,detail:h?h[1]:void 0},rawXml:e}}let s=e.match(/<(?:soap:|SOAP-ENV:|)[Bb]ody[^>]*>([\s\S]*?)<\/(?:soap:|SOAP-ENV:|)[Bb]ody>/i);if(!s)return{success:!1,fault:{code:"ParseError",string:"Could not parse SOAP response body"},rawXml:e};let o=s[1].trim(),u=new RegExp(`<(?:\\w+:)?${r}(?:Response|Result)[^>]*>([\\s\\S]*?)<\\/(?:\\w+:)?${r}(?:Response|Result)>`,"i"),i=o.match(u),c=i?i[1]:o;return{success:!0,result:this.parseXmlToObject(c),rawXml:e}}parseXmlToObject(e){let r=e.trim();if(!r.startsWith("<"))return br(r);let n={},s=/<([^\/][^>\s]*)[^>]*>([\s\S]*?)<\/\1>/g,o,u=!1;for(;(o=s.exec(r))!==null;){u=!0;let[,i,c]=o,a=i.includes(":")?i.split(":")[1]:i,l=this.parseXmlToObject(c);a in n?Array.isArray(n[a])?n[a].push(l):n[a]=[n[a],l]:n[a]=l}return u?n:br(r)}};function _n(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function br(t){return t.replace(/'/g,"'").replace(/"/g,'"').replace(/>/g,">").replace(/</g,"<").replace(/&/g,"&")}function A0(t,e){return new Eo(t,e)}function E0(t,e){return new So(t,e)}function SC(){return t=>{t.soap=e=>E0(t,e),t.xmlrpc=(e,r)=>A0(t,{endpoint:e,requestOptions:r})}}ie();var Do=class extends Error{code;target;details;innererror;constructor(e){super(e.message),this.name="ODataException",this.code=e.code,this.target=e.target,this.details=e.details,this.innererror=e.innererror}},Co=class{client;entitySet;entityKey;queryOptions={};requestOptions;constructor(e,r){this.client=e,this.entitySet=r}key(e){return this.entityKey=e,this}select(...e){return this.queryOptions.$select=e,this}expand(...e){return e.some(n=>typeof n!="string")?this.queryOptions.$expand=e:this.queryOptions.$expand=e,this}filter(e){if(typeof e=="function"){let r=new vo;this.queryOptions.$filter=e(r).build()}else this.queryOptions.$filter=e;return this}orderBy(e,r="asc"){let n=this.queryOptions.$orderby,s={property:e,direction:r};return Array.isArray(n)?n.push(s):n?this.queryOptions.$orderby=[{property:n,direction:"asc"},s]:this.queryOptions.$orderby=[s],this}top(e){return this.queryOptions.$top=e,this}skip(e){return this.queryOptions.$skip=e,this}count(e=!0){return this.queryOptions.$count=e,this}search(e){return this.queryOptions.$search=e,this}custom(e,r){return this.queryOptions[e]=r,this}options(e){return this.requestOptions=e,this}async get(){return this.client.get(this.entitySet,this.entityKey,this.queryOptions,this.requestOptions)}async*getAll(){let e=await this.get();for(;e.value;){for(let r of e.value)yield r;if(e["@odata.nextLink"])e=await this.client.getNextPage(e["@odata.nextLink"]);else break}}toUrl(){return this.client.buildUrl(this.entitySet,this.entityKey,this.queryOptions)}},vo=class t{parts=[];eq(e,r){return this.parts.push(`${e} eq ${this.formatValue(r)}`),this}ne(e,r){return this.parts.push(`${e} ne ${this.formatValue(r)}`),this}gt(e,r){return this.parts.push(`${e} gt ${this.formatValue(r)}`),this}ge(e,r){return this.parts.push(`${e} ge ${this.formatValue(r)}`),this}lt(e,r){return this.parts.push(`${e} lt ${this.formatValue(r)}`),this}le(e,r){return this.parts.push(`${e} le ${this.formatValue(r)}`),this}contains(e,r){return this.parts.push(`contains(${e},'${this.escapeString(r)}')`),this}startswith(e,r){return this.parts.push(`startswith(${e},'${this.escapeString(r)}')`),this}endswith(e,r){return this.parts.push(`endswith(${e},'${this.escapeString(r)}')`),this}isNull(e){return this.parts.push(`${e} eq null`),this}isNotNull(e){return this.parts.push(`${e} ne null`),this}in(e,r){let n=r.map(s=>this.formatValue(s)).join(",");return this.parts.push(`${e} in (${n})`),this}and(){return this.parts.length>0&&this.parts.push("and"),this}or(){return this.parts.length>0&&this.parts.push("or"),this}not(){return this.parts.push("not"),this}group(e){let r=new t,n=e(r).build();return this.parts.push(`(${n})`),this}raw(e){return this.parts.push(e),this}build(){return this.parts.join(" ")}formatValue(e){return e===null?"null":typeof e=="string"?`'${this.escapeString(e)}'`:typeof e=="boolean"||typeof e=="number"?e.toString():e instanceof Date?e.toISOString():typeof e=="object"?JSON.stringify(e):String(e)}escapeString(e){return e.replace(/'/g,"''")}},To=class{client;options;constructor(e,r){this.client=e,this.options={serviceRoot:r.serviceRoot.replace(/\/$/,""),version:r.version??"4.0",maxPageSize:r.maxPageSize??100,requestOptions:r.requestOptions??{}}}query(e){return new Co(this,e)}async get(e,r,n,s){let o=this.buildUrl(e,r,n);return await this.request("GET",o,void 0,s)}async getById(e,r,n,s){return await this.get(e,r,n,s)}async getNextPage(e){let r=await this.client.get(e,{...this.options.requestOptions,headers:this.getHeaders()});return this.handleResponse(r)}async create(e,r,n){let s=this.buildUrl(e);return this.request("POST",s,r,n)}async update(e,r,n,s){let o=this.buildUrl(e,r);return this.request("PATCH",o,n,s)}async replace(e,r,n,s){let o=this.buildUrl(e,r);return this.request("PUT",o,n,s)}async delete(e,r,n){let s=this.buildUrl(e,r);await this.request("DELETE",s,void 0,n)}async action(e,r,n){let s=`${this.options.serviceRoot}/${e}`;return this.request("POST",s,r,n)}async function(e,r,n){let s=`${this.options.serviceRoot}/${e}`;if(r&&Object.keys(r).length>0){let o=Object.entries(r).map(([u,i])=>`${u}=${this.formatKeyValue(i)}`).join(",");s+=`(${o})`}return this.request("GET",s,void 0,n)}async batch(e,r){let n=`batch_${Date.now()}_${Math.random().toString(36).slice(2)}`,s=`${this.options.serviceRoot}/$batch`,o="";for(let c of e){if(o+=`--${n}\r
|
|
136
136
|
`,o+=`Content-Type: application/http\r
|
|
137
137
|
`,o+=`Content-Transfer-Encoding: binary\r
|
|
138
138
|
\r
|
|
@@ -142,5 +142,5 @@ self.onmessage = async (event) => {
|
|
|
142
142
|
\r
|
|
143
143
|
`,o+=JSON.stringify(c.body)),o+=`\r
|
|
144
144
|
`}o+=`--${n}--\r
|
|
145
|
-
`;let i=await(await this.client.post(s,o,{...this.options.requestOptions,...r,headers:{...this.getHeaders(),"Content-Type":`multipart/mixed; boundary=${n}`,...r==null?void 0:r.headers}})).text();return this.parseBatchResponse(i)}async getMetadata(){return(await this.client.get(`${this.options.serviceRoot}/$metadata`,{...this.options.requestOptions,headers:{Accept:"application/xml"}})).text()}buildUrl(e,r,n){let s=`${this.options.serviceRoot}/${e}`;if(r!==void 0&&(s+=`(${this.formatKey(r)})`),n){let o=this.buildQueryString(n);o&&(s+=`?${o}`)}return s}getHeaders(){return{Accept:"application/json","Content-Type":"application/json","OData-Version":this.options.version,"OData-MaxVersion":"4.01"}}async request(e,r,n,s){let o={...this.options.requestOptions,...s,throwHttpErrors:!1,headers:{...this.getHeaders(),...s==null?void 0:s.headers}},u;switch(e){case"GET":u=await this.client.get(r,o);break;case"POST":u=await this.client.post(r,n,o);break;case"PUT":u=await this.client.put(r,n,o);break;case"PATCH":u=await this.client.patch(r,n,o);break;case"DELETE":u=await this.client.delete(r,o);break;default:throw new Ae(`Unsupported HTTP method: ${e}`,{feature:e})}return this.handleResponse(u)}async handleResponse(e){if(e.status===204)return;let r=await e.json();if(!e.ok){let n=r;throw n.error?new So(n.error):new ot(e)}return r}formatKey(e){return typeof e=="string"?`'${e.replace(/'/g,"''")}'`:typeof e=="number"?e.toString():Object.entries(e).map(([r,n])=>`${r}=${this.formatKeyValue(n)}`).join(",")}formatKeyValue(e){return typeof e=="string"?`'${e.replace(/'/g,"''")}'`:e===null?"null":e instanceof Date?e.toISOString():String(e)}buildQueryString(e){let r=[];if(e.$select){let n=Array.isArray(e.$select)?e.$select.join(","):e.$select;r.push(`$select=${encodeURIComponent(n)}`)}if(e.$expand){let n=this.formatExpand(e.$expand);r.push(`$expand=${encodeURIComponent(n)}`)}if(e.$filter){let n=typeof e.$filter=="string"?e.$filter:this.formatFilterExpression(e.$filter);r.push(`$filter=${encodeURIComponent(n)}`)}if(e.$orderby){let n=this.formatOrderBy(e.$orderby);r.push(`$orderby=${encodeURIComponent(n)}`)}e.$top!==void 0&&r.push(`$top=${e.$top}`),e.$skip!==void 0&&r.push(`$skip=${e.$skip}`),e.$count!==void 0&&r.push(`$count=${e.$count}`),e.$search&&r.push(`$search=${encodeURIComponent(e.$search)}`),e.$format&&r.push(`$format=${e.$format}`);for(let[n,s]of Object.entries(e))!n.startsWith("$")&&s!==void 0&&r.push(`${n}=${encodeURIComponent(String(s))}`);return r.join("&")}formatExpand(e){return typeof e=="string"?e:Array.isArray(e)?e.map(r=>typeof r=="string"?r:this.formatExpandOption(r)).join(","):""}formatExpandOption(e){let r=e.property,n=[];if(e.select&&n.push(`$select=${e.select.join(",")}`),e.filter){let s=typeof e.filter=="string"?e.filter:this.formatFilterExpression(e.filter);n.push(`$filter=${s}`)}return e.orderby&&n.push(`$orderby=${this.formatOrderBy(e.orderby)}`),e.top!==void 0&&n.push(`$top=${e.top}`),e.skip!==void 0&&n.push(`$skip=${e.skip}`),e.count!==void 0&&n.push(`$count=${e.count}`),e.expand&&n.push(`$expand=${this.formatExpand(e.expand)}`),n.length>0&&(r+=`(${n.join(";")})`),r}formatOrderBy(e){return typeof e=="string"?e:e.map(r=>`${r.property} ${r.direction??"asc"}`).join(",")}formatFilterExpression(e){if(e.raw)return e.raw;let r=[];if(e.eq&&r.push(`${e.eq[0]} eq ${this.formatFilterValue(e.eq[1])}`),e.ne&&r.push(`${e.ne[0]} ne ${this.formatFilterValue(e.ne[1])}`),e.gt&&r.push(`${e.gt[0]} gt ${this.formatFilterValue(e.gt[1])}`),e.ge&&r.push(`${e.ge[0]} ge ${this.formatFilterValue(e.ge[1])}`),e.lt&&r.push(`${e.lt[0]} lt ${this.formatFilterValue(e.lt[1])}`),e.le&&r.push(`${e.le[0]} le ${this.formatFilterValue(e.le[1])}`),e.contains&&r.push(`contains(${e.contains[0]},'${e.contains[1]}')`),e.startswith&&r.push(`startswith(${e.startswith[0]},'${e.startswith[1]}')`),e.endswith&&r.push(`endswith(${e.endswith[0]},'${e.endswith[1]}')`),e.and){let n=e.and.map(s=>this.formatFilterExpression(s));r.push(`(${n.join(" and ")})`)}if(e.or){let n=e.or.map(s=>this.formatFilterExpression(s));r.push(`(${n.join(" or ")})`)}return e.not&&r.push(`not (${this.formatFilterExpression(e.not)})`),r.join(" and ")}formatFilterValue(e){return e===null?"null":typeof e=="string"?`'${e.replace(/'/g,"''")}'`:typeof e=="boolean"||typeof e=="number"?e.toString():e instanceof Date?e.toISOString():String(e)}parseBatchResponse(e){let r=[],n=e.match(/--batch[^\r\n]+/);if(!n)return r;let s=n[0],o=e.split(s).slice(1,-1);for(let u of o){let i=u.match(/HTTP\/\d\.\d\s+(\d+)/),c=u.match(/\r\n\r\n({[\s\S]*})/);r.push({status:i?parseInt(i[1],10):0,body:c?JSON.parse(c[1]):null})}return r}};function pp(t,e){return new vo(t,e)}function L5(){return t=>{t.odata=(e,r)=>pp(t,{serviceRoot:e,...r})}}var To=class{entries=[];isRecording=!1;onEntry;start(){this.isRecording=!0,this.entries=[]}stop(){this.isRecording=!1}clear(){this.entries=[]}getEntries(){return this.entries}setOnEntry(e){this.onEntry=e}generateHar(){return{log:{version:"1.2",creator:{name:"Recker",version:"1.0.0"},pages:[],entries:this.entries}}}download(e="recker-session.har"){if(typeof Blob>"u"||typeof document>"u")throw new Error("download() is only supported in browser. Use save() in Node.js");let r=this.generateHar(),n=new Blob([JSON.stringify(r,null,2)],{type:"application/json"}),s=URL.createObjectURL(n),o=document.createElement("a");o.href=s,o.download=e,document.body.appendChild(o),o.click(),document.body.removeChild(o),URL.revokeObjectURL(s)}async save(e){if(typeof window<"u")throw new Error("save() is only supported in Node.js. Use download() in browser");try{let r=await Promise.resolve().then(()=>(Ys(),Ld)),n=this.generateHar();await r.writeFile(e,JSON.stringify(n,null,2))}catch(r){throw new Error(`Failed to save HAR: ${r.message}`)}}plugin(){return e=>{e.hooks.afterResponse||(e.hooks.afterResponse=[]),e.hooks.afterResponse.push(async(r,n)=>{var o,u,i,c,a;if(!this.isRecording)return;let s={startedDateTime:new Date().toISOString(),time:((o=n.timings)==null?void 0:o.total)||0,request:{method:r.method,url:r.url,httpVersion:"HTTP/1.1",headers:this.mapHeaders(r.headers),queryString:[],cookies:[],headersSize:-1,bodySize:-1},response:{status:n.status,statusText:n.statusText,httpVersion:"HTTP/1.1",headers:this.mapHeaders(n.headers),cookies:[],content:{size:-1,mimeType:n.headers.get("content-type")||"",text:"[Body capture disabled]"},redirectURL:"",headersSize:-1,bodySize:-1},cache:{},timings:{send:0,wait:((u=n.timings)==null?void 0:u.firstByte)||0,receive:(((i=n.timings)==null?void 0:i.total)||0)-(((c=n.timings)==null?void 0:c.firstByte)||0)}};return this.entries.push(s),(a=this.onEntry)==null||a.call(this,s),n})}}mapHeaders(e){let r=[];return e.forEach((n,s)=>r.push({name:s,value:n})),r}},Kr=new To,_5=t=>(Kr.start(),t!=null&&t.onEntry&&Kr.setOnEntry(t.onEntry),Kr.plugin());function Aa(t){return async(e,r)=>{if(t.latency&&t.latency>0&&await new Promise(n=>setTimeout(n,t.latency)),t.errorRate&&t.errorRate>0&&Math.random()<t.errorRate)throw new Error(t.errorMessage||"Simulated Network Error (Packet Loss)");return r(e)}}var P5="recker-cache",At="entries";var Ea=class{dbPromise;constructor(e=P5){this.dbPromise=this.openDB(e)}openDB(e){return new Promise((r,n)=>{if(typeof indexedDB>"u"){n(new Error("IndexedDB is not supported in this environment"));return}let s=indexedDB.open(e,1);s.onupgradeneeded=o=>{let u=o.target.result;u.objectStoreNames.contains(At)||u.createObjectStore(At,{keyPath:"key"})},s.onsuccess=o=>{r(o.target.result)},s.onerror=o=>{n(o.target.error)}})}async get(e){let r=await this.dbPromise;return new Promise((n,s)=>{let i=r.transaction(At,"readonly").objectStore(At).get(e);i.onsuccess=()=>{let c=i.result;if(!c){n(null);return}if(c.expiresAt&&Date.now()>c.expiresAt){this.delete(e).catch(()=>{}),n(null);return}n(c.value)},i.onerror=()=>s(i.error)})}async set(e,r,n){let s=await this.dbPromise;return new Promise((o,u)=>{let c=s.transaction(At,"readwrite").objectStore(At),a=Date.now()+n,l={key:e,value:r,expiresAt:a},d=c.put(l);d.onsuccess=()=>o(),d.onerror=()=>u(d.error)})}async delete(e){let r=await this.dbPromise;return new Promise((n,s)=>{let i=r.transaction(At,"readwrite").objectStore(At).delete(e);i.onsuccess=()=>n(),i.onerror=()=>s(i.error)})}async clear(){let e=await this.dbPromise;return new Promise((r,n)=>{let u=e.transaction(At,"readwrite").objectStore(At).clear();u.onsuccess=()=>r(),u.onerror=()=>n(u.error)})}};ls();ps();var U5={utf8:"utf-8",utf_8:"utf-8",utf16:"utf-16",utf_16:"utf-16",utf16le:"utf-16le",utf16be:"utf-16be",latin1:"iso-8859-1","latin-1":"iso-8859-1","iso8859-1":"iso-8859-1","iso_8859-1":"iso-8859-1",cp1252:"windows-1252",win1252:"windows-1252","us-ascii":"ascii",usascii:"ascii",gbk:"gbk",gb2312:"gb2312",gb18030:"gb18030","shift-jis":"shift_jis",shiftjis:"shift_jis",sjis:"shift_jis","euc-jp":"euc-jp",eucjp:"euc-jp","iso-2022-jp":"iso-2022-jp","euc-kr":"euc-kr",euckr:"euc-kr"};function Vt(t){let e=t.toLowerCase().trim();return U5[e]||e}function fp(t){if(!t)return null;let e=t.match(/charset=["']?([^"';\s]+)["']?/i);return e?Vt(e[1]):null}function Sa(t){return t.length<2?null:t.length>=4&&t[0]===0&&t[1]===0&&t[2]===254&&t[3]===255?{charset:"utf-32be",source:"bom",confidence:"high"}:t.length>=4&&t[0]===255&&t[1]===254&&t[2]===0&&t[3]===0?{charset:"utf-32le",source:"bom",confidence:"high"}:t.length>=3&&t[0]===239&&t[1]===187&&t[2]===191?{charset:"utf-8",source:"bom",confidence:"high"}:t[0]===254&&t[1]===255?{charset:"utf-16be",source:"bom",confidence:"high"}:t[0]===255&&t[1]===254?{charset:"utf-16le",source:"bom",confidence:"high"}:null}function hp(t){let e=Sa(t);if(!e)return t;switch(e.charset){case"utf-8":return t.slice(3);case"utf-16le":case"utf-16be":return t.slice(2);case"utf-32le":case"utf-32be":return t.slice(4);default:return t}}function mp(t){let e=t.match(/<\?xml[^?]*encoding=["']([^"']+)["'][^?]*\?>/i);return e?Vt(e[1]):null}function gp(t){let e=t.slice(0,1024),r=e.match(/<meta[^>]+charset=["']?([^"'>\s]+)["']?/i);if(r)return Vt(r[1]);let n=e.match(/<meta[^>]+http-equiv=["']?Content-Type["']?[^>]+content=["']?[^"'>]*charset=([^"'>\s;]+)/i);if(n)return Vt(n[1]);let s=e.match(/<meta[^>]+content=["']?[^"'>]*charset=([^"'>\s;]+)[^>]+http-equiv=["']?Content-Type["']?/i);return s?Vt(s[1]):null}function q5(t,e){let r=fp(e||null);if(r)return{charset:r,source:"header",confidence:"high"};let n=Sa(t);if(n)return n;let o=new TextDecoder("utf-8",{fatal:!1}).decode(t.slice(0,1024));if(o.trimStart().startsWith("<?xml")){let u=mp(o);if(u)return{charset:u,source:"xml",confidence:"medium"}}if(o.toLowerCase().includes("<html")||o.toLowerCase().includes("<!doctype html")){let u=gp(o);if(u)return{charset:u,source:"html-meta",confidence:"medium"}}return{charset:"utf-8",source:"default",confidence:"low"}}function M5(t,e){let r="utf-8";typeof e=="string"?r=Vt(e):e&&(r=e.charset);let n=hp(t);try{return new TextDecoder(r).decode(n)}catch{return new TextDecoder("utf-8",{fatal:!1}).decode(n)}}function H5(){return["utf-8","utf-16le","utf-16be","iso-8859-1","iso-8859-2","iso-8859-3","iso-8859-4","iso-8859-5","iso-8859-6","iso-8859-7","iso-8859-8","iso-8859-9","iso-8859-10","iso-8859-11","iso-8859-13","iso-8859-14","iso-8859-15","iso-8859-16","windows-1250","windows-1251","windows-1252","windows-1253","windows-1254","windows-1255","windows-1256","windows-1257","windows-1258","koi8-r","koi8-u","gbk","gb2312","gb18030","big5","big5-hkscs","shift_jis","euc-jp","iso-2022-jp","euc-kr"]}function j5(t){try{return new TextDecoder(Vt(t)),!0}catch{return!1}}var Yr={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTHENTICATION_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},xp={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a Teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",510:"Not Extended",511:"Network Authentication Required"};function $5(t){return t>=200&&t<300}function W5(t){return t>=300&&t<400}function V5(t){return t>=400&&t<500}function z5(t){return t>=500&&t<600}function G5(t){return t>=400}function K5(t){return[Yr.TOO_MANY_REQUESTS,Yr.INTERNAL_SERVER_ERROR,Yr.BAD_GATEWAY,Yr.SERVICE_UNAVAILABLE,Yr.GATEWAY_TIMEOUT].includes(t)}function Y5(t){return xp[t]||"Unknown Status"}var ko=class{encoder=new TextEncoder;async hash(e,r){let n=this.encoder.encode(r),s=await crypto.subtle.digest(e,n);return this.bufferToHex(s)}async hashBuffer(e,r){let n=r instanceof Uint8Array?r.buffer:r,s=await crypto.subtle.digest(e,n);return this.bufferToHex(s)}async hmac(e,r,n){let s=this.encoder.encode(r),o=await crypto.subtle.importKey("raw",s,{name:"HMAC",hash:e},!1,["sign"]),u=await crypto.subtle.sign("HMAC",o,this.encoder.encode(n));return this.bufferToHex(u)}async hmacBuffer(e,r,n){let s=r instanceof Uint8Array?r.buffer:r,o=await crypto.subtle.importKey("raw",s,{name:"HMAC",hash:e},!1,["sign"]),u;return typeof n=="string"?u=this.encoder.encode(n).buffer:n instanceof Uint8Array?u=n.buffer:u=n,crypto.subtle.sign("HMAC",o,u)}randomUUID(){return crypto.randomUUID()}randomBytes(e){let r=new Uint8Array(e);return crypto.getRandomValues(r),r}randomHex(e){return this.bufferToHex(this.randomBytes(e))}bufferToHex(e){return[...e instanceof Uint8Array?e:new Uint8Array(e)].map(n=>n.toString(16).padStart(2,"0")).join("")}hexToBuffer(e){let r=e.match(/.{1,2}/g)||[];return new Uint8Array(r.map(n=>parseInt(n,16)))}base64Encode(e){let r=this.encoder.encode(e),n=Array.from(r,s=>String.fromCodePoint(s)).join("");return btoa(n)}base64Decode(e){let r=atob(e),n=Uint8Array.from(r,s=>s.codePointAt(0));return new TextDecoder().decode(n)}base64UrlEncode(e){return this.base64Encode(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}base64UrlDecode(e){let n=(e+"=".repeat((4-e.length%4)%4)).replace(/-/g,"+").replace(/_/g,"/");return this.base64Decode(n)}},Xr=new ko,X5=t=>Xr.hash("SHA-256",t),J5=t=>Xr.hash("SHA-1",t),Q5=(t,e)=>Xr.hmac("SHA-256",t,e),Z5=()=>Xr.randomUUID(),eC=t=>Xr.randomBytes(t);var tC="recker-cache-v1",Ro=class t{cacheName;cachePromise=null;constructor(e={}){this.cacheName=e.cacheName||tC}static isSupported(){return typeof caches<"u"}async getCache(){if(!this.cachePromise){if(!t.isSupported())throw new Error("Cache API is not supported in this environment");this.cachePromise=caches.open(this.cacheName)}return this.cachePromise}keyToUrl(e){return`https://recker-cache.local/${encodeURIComponent(e)}`}async get(e){try{let r=await this.getCache(),n=this.keyToUrl(e),s=await r.match(n);if(!s)return null;let o=await s.json();return o.expiresAt&&Date.now()>o.expiresAt?(this.delete(e).catch(()=>{}),null):o.entry}catch{return null}}async set(e,r,n){let s=await this.getCache(),o=this.keyToUrl(e),u={entry:r,expiresAt:Date.now()+n},i=new Response(JSON.stringify(u),{headers:{"Content-Type":"application/json","X-Recker-Cache":"true","X-Recker-Expires":String(u.expiresAt)}});await s.put(o,i)}async delete(e){let r=await this.getCache(),n=this.keyToUrl(e);await r.delete(n)}async clear(){await caches.delete(this.cacheName),this.cachePromise=null}async keys(){return(await(await this.getCache()).keys()).map(n=>{let s=new URL(n.url);return decodeURIComponent(s.pathname.slice(1))}).filter(n=>n.length>0)}async size(){return(await this.keys()).length}async prune(){let e=await this.getCache(),r=await e.keys(),n=0;for(let s of r){let o=await e.match(s);if(o)try{let u=await o.json();u.expiresAt&&Date.now()>u.expiresAt&&(await e.delete(s),n++)}catch{await e.delete(s),n++}}return n}};ie();function Ca(){return typeof globalThis.CompressionStream<"u"}function rC(t){return t?["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded"].some(r=>t.includes(r)):!0}function nC(t){if(!t)return 0;if(typeof t=="string")return new TextEncoder().encode(t).length;if(t instanceof ArrayBuffer)return t.byteLength;if(t instanceof Uint8Array)return t.length;if(t instanceof Blob)return t.size;if(typeof t=="object")try{return new TextEncoder().encode(JSON.stringify(t)).length}catch{return 0}return 0}function sC(t){if(!t)return null;if(t instanceof Uint8Array)return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(typeof t=="string")return new TextEncoder().encode(t);if(typeof t=="object")try{return new TextEncoder().encode(JSON.stringify(t))}catch{return null}return null}async function oC(t,e){if(!Ca())throw new Ae("CompressionStream API is not available in this browser",{feature:"CompressionStream"});let r=new CompressionStream(e),n=r.writable.getWriter(),s=new Uint8Array(t).buffer;n.write(new Uint8Array(s)),n.close();let o=r.readable.getReader(),u=[];for(;;){let{done:l,value:d}=await o.read();if(l)break;u.push(d)}let i=u.reduce((l,d)=>l+d.length,0),c=new Uint8Array(i),a=0;for(let l of u)c.set(l,a),a+=l.length;return c}async function uC(t,e){if(typeof globalThis.DecompressionStream>"u")throw new Ae("DecompressionStream API is not available in this browser",{feature:"DecompressionStream"});let r=new DecompressionStream(e),n=r.writable.getWriter(),s=new Uint8Array(t).buffer;n.write(new Uint8Array(s)),n.close();let o=r.readable.getReader(),u=[];for(;;){let{done:l,value:d}=await o.read();if(l)break;u.push(d)}let i=u.reduce((l,d)=>l+d.length,0),c=new Uint8Array(i),a=0;for(let l of u)c.set(l,a),a+=l.length;return c}function Da(t={}){let{algorithm:e="gzip",threshold:r=1024,force:n=!1,methods:s=["POST","PUT","PATCH"]}=t;if(e!=="gzip"&&e!=="deflate")throw new Ae(`Browser compression only supports 'gzip' and 'deflate'. '${e}' is not available.`,{feature:e});return async(o,u)=>{if(!s.includes(o.method)||!o.body||!Ca()||o.headers.has("Content-Encoding"))return u(o);let c=o.headers.get("Content-Type");if(!rC(c))return u(o);let a=nC(o.body);if(!n&&a<r)return u(o);let l=sC(o.body);if(!l)return u(o);try{let d=await oC(l,e);if(!n&&d.length>=l.length)return u(o);let p=new Headers(o.headers);p.set("Content-Encoding",e),p.set("Content-Length",d.length.toString());let f={...o,body:d,headers:p};return u(f)}catch{return u(o)}}}function iC(t){return t?t===!0?Da():Da(t):null}var Bo=null;function zt(){return Bo||(Bo=go({transport:new Ut})),Bo}function bp(t,e){return zt().get(t,e)}function yp(t,e){return zt().post(t,e)}function wp(t,e){return zt().put(t,e)}function Ap(t,e){return zt().patch(t,e)}function Ep(t,e){return zt().delete(t,e)}function Sp(t,e){return zt().head(t,e)}function Dp(t,e){return zt().options(t,e)}function Cp(t,e){return zt().purge(t,e)}function vp(t,e){return new WebSocket(t,e)}var aC={get:bp,post:yp,put:wp,patch:Ap,delete:Ep,head:Sp,options:Dp,purge:Cp,ws:vp,har:Kr,simulateNetwork:Aa,client:t=>go({...t,transport:new Ut}),reset:()=>{Bo=null},isBrowser:!0,unavailable:["whois","whoisAvailable","dns","dnsSecurity","dnsClient","whoisClient","ai","seo","presets","scrape"]};return yr(cC);})();
|
|
145
|
+
`;let i=await(await this.client.post(s,o,{...this.options.requestOptions,...r,headers:{...this.getHeaders(),"Content-Type":`multipart/mixed; boundary=${n}`,...r==null?void 0:r.headers}})).text();return this.parseBatchResponse(i)}async getMetadata(){return(await this.client.get(`${this.options.serviceRoot}/$metadata`,{...this.options.requestOptions,headers:{Accept:"application/xml"}})).text()}buildUrl(e,r,n){let s=`${this.options.serviceRoot}/${e}`;if(r!==void 0&&(s+=`(${this.formatKey(r)})`),n){let o=this.buildQueryString(n);o&&(s+=`?${o}`)}return s}getHeaders(){return{Accept:"application/json","Content-Type":"application/json","OData-Version":this.options.version,"OData-MaxVersion":"4.01"}}async request(e,r,n,s){let o={...this.options.requestOptions,...s,throwHttpErrors:!1,headers:{...this.getHeaders(),...s==null?void 0:s.headers}},u;switch(e){case"GET":u=await this.client.get(r,o);break;case"POST":u=await this.client.post(r,n,o);break;case"PUT":u=await this.client.put(r,n,o);break;case"PATCH":u=await this.client.patch(r,n,o);break;case"DELETE":u=await this.client.delete(r,o);break;default:throw new Ae(`Unsupported HTTP method: ${e}`,{feature:e})}return this.handleResponse(u)}async handleResponse(e){if(e.status===204)return;let r=await e.json();if(!e.ok){let n=r;throw n.error?new Do(n.error):new ot(e)}return r}formatKey(e){return typeof e=="string"?`'${e.replace(/'/g,"''")}'`:typeof e=="number"?e.toString():Object.entries(e).map(([r,n])=>`${r}=${this.formatKeyValue(n)}`).join(",")}formatKeyValue(e){return typeof e=="string"?`'${e.replace(/'/g,"''")}'`:e===null?"null":e instanceof Date?e.toISOString():String(e)}buildQueryString(e){let r=[];if(e.$select){let n=Array.isArray(e.$select)?e.$select.join(","):e.$select;r.push(`$select=${encodeURIComponent(n)}`)}if(e.$expand){let n=this.formatExpand(e.$expand);r.push(`$expand=${encodeURIComponent(n)}`)}if(e.$filter){let n=typeof e.$filter=="string"?e.$filter:this.formatFilterExpression(e.$filter);r.push(`$filter=${encodeURIComponent(n)}`)}if(e.$orderby){let n=this.formatOrderBy(e.$orderby);r.push(`$orderby=${encodeURIComponent(n)}`)}e.$top!==void 0&&r.push(`$top=${e.$top}`),e.$skip!==void 0&&r.push(`$skip=${e.$skip}`),e.$count!==void 0&&r.push(`$count=${e.$count}`),e.$search&&r.push(`$search=${encodeURIComponent(e.$search)}`),e.$format&&r.push(`$format=${e.$format}`);for(let[n,s]of Object.entries(e))!n.startsWith("$")&&s!==void 0&&r.push(`${n}=${encodeURIComponent(String(s))}`);return r.join("&")}formatExpand(e){return typeof e=="string"?e:Array.isArray(e)?e.map(r=>typeof r=="string"?r:this.formatExpandOption(r)).join(","):""}formatExpandOption(e){let r=e.property,n=[];if(e.select&&n.push(`$select=${e.select.join(",")}`),e.filter){let s=typeof e.filter=="string"?e.filter:this.formatFilterExpression(e.filter);n.push(`$filter=${s}`)}return e.orderby&&n.push(`$orderby=${this.formatOrderBy(e.orderby)}`),e.top!==void 0&&n.push(`$top=${e.top}`),e.skip!==void 0&&n.push(`$skip=${e.skip}`),e.count!==void 0&&n.push(`$count=${e.count}`),e.expand&&n.push(`$expand=${this.formatExpand(e.expand)}`),n.length>0&&(r+=`(${n.join(";")})`),r}formatOrderBy(e){return typeof e=="string"?e:e.map(r=>`${r.property} ${r.direction??"asc"}`).join(",")}formatFilterExpression(e){if(e.raw)return e.raw;let r=[];if(e.eq&&r.push(`${e.eq[0]} eq ${this.formatFilterValue(e.eq[1])}`),e.ne&&r.push(`${e.ne[0]} ne ${this.formatFilterValue(e.ne[1])}`),e.gt&&r.push(`${e.gt[0]} gt ${this.formatFilterValue(e.gt[1])}`),e.ge&&r.push(`${e.ge[0]} ge ${this.formatFilterValue(e.ge[1])}`),e.lt&&r.push(`${e.lt[0]} lt ${this.formatFilterValue(e.lt[1])}`),e.le&&r.push(`${e.le[0]} le ${this.formatFilterValue(e.le[1])}`),e.contains&&r.push(`contains(${e.contains[0]},'${e.contains[1]}')`),e.startswith&&r.push(`startswith(${e.startswith[0]},'${e.startswith[1]}')`),e.endswith&&r.push(`endswith(${e.endswith[0]},'${e.endswith[1]}')`),e.and){let n=e.and.map(s=>this.formatFilterExpression(s));r.push(`(${n.join(" and ")})`)}if(e.or){let n=e.or.map(s=>this.formatFilterExpression(s));r.push(`(${n.join(" or ")})`)}return e.not&&r.push(`not (${this.formatFilterExpression(e.not)})`),r.join(" and ")}formatFilterValue(e){return e===null?"null":typeof e=="string"?`'${e.replace(/'/g,"''")}'`:typeof e=="boolean"||typeof e=="number"?e.toString():e instanceof Date?e.toISOString():String(e)}parseBatchResponse(e){let r=[],n=e.match(/--batch[^\r\n]+/);if(!n)return r;let s=n[0],o=e.split(s).slice(1,-1);for(let u of o){let i=u.match(/HTTP\/\d\.\d\s+(\d+)/),c=u.match(/\r\n\r\n({[\s\S]*})/);r.push({status:i?parseInt(i[1],10):0,body:c?JSON.parse(c[1]):null})}return r}};function S0(t,e){return new To(t,e)}function DC(){return t=>{t.odata=(e,r)=>S0(t,{serviceRoot:e,...r})}}var Ro=class{entries=[];isRecording=!1;onEntry;start(){this.isRecording=!0,this.entries=[]}stop(){this.isRecording=!1}clear(){this.entries=[]}getEntries(){return this.entries}setOnEntry(e){this.onEntry=e}generateHar(){return{log:{version:"1.2",creator:{name:"Recker",version:"1.0.0"},pages:[],entries:this.entries}}}download(e="recker-session.har"){if(typeof Blob>"u"||typeof document>"u")throw new Error("download() is only supported in browser. Use save() in Node.js");let r=this.generateHar(),n=new Blob([JSON.stringify(r,null,2)],{type:"application/json"}),s=URL.createObjectURL(n),o=document.createElement("a");o.href=s,o.download=e,document.body.appendChild(o),o.click(),document.body.removeChild(o),URL.revokeObjectURL(s)}async save(e){if(typeof window<"u")throw new Error("save() is only supported in Node.js. Use download() in browser");try{let r=await Promise.resolve().then(()=>(Xs(),Hd)),n=this.generateHar();await r.writeFile(e,JSON.stringify(n,null,2))}catch(r){throw new Error(`Failed to save HAR: ${r.message}`)}}plugin(){return e=>{e.hooks.afterResponse||(e.hooks.afterResponse=[]),e.hooks.afterResponse.push(async(r,n)=>{var o,u,i,c,a;if(!this.isRecording)return;let s={startedDateTime:new Date().toISOString(),time:((o=n.timings)==null?void 0:o.total)||0,request:{method:r.method,url:r.url,httpVersion:"HTTP/1.1",headers:this.mapHeaders(r.headers),queryString:[],cookies:[],headersSize:-1,bodySize:-1},response:{status:n.status,statusText:n.statusText,httpVersion:"HTTP/1.1",headers:this.mapHeaders(n.headers),cookies:[],content:{size:-1,mimeType:n.headers.get("content-type")||"",text:"[Body capture disabled]"},redirectURL:"",headersSize:-1,bodySize:-1},cache:{},timings:{send:0,wait:((u=n.timings)==null?void 0:u.firstByte)||0,receive:(((i=n.timings)==null?void 0:i.total)||0)-(((c=n.timings)==null?void 0:c.firstByte)||0)}};return this.entries.push(s),(a=this.onEntry)==null||a.call(this,s),n})}}mapHeaders(e){let r=[];return e.forEach((n,s)=>r.push({name:s,value:n})),r}},Kr=new Ro,CC=t=>(Kr.start(),t!=null&&t.onEntry&&Kr.setOnEntry(t.onEntry),Kr.plugin());function wa(t){return async(e,r)=>{if(t.latency&&t.latency>0&&await new Promise(n=>setTimeout(n,t.latency)),t.errorRate&&t.errorRate>0&&Math.random()<t.errorRate)throw new Error(t.errorMessage||"Simulated Network Error (Packet Loss)");return r(e)}}var vC="recker-cache",At="entries";var Aa=class{dbPromise;constructor(e=vC){this.dbPromise=this.openDB(e)}openDB(e){return new Promise((r,n)=>{if(typeof indexedDB>"u"){n(new Error("IndexedDB is not supported in this environment"));return}let s=indexedDB.open(e,1);s.onupgradeneeded=o=>{let u=o.target.result;u.objectStoreNames.contains(At)||u.createObjectStore(At,{keyPath:"key"})},s.onsuccess=o=>{r(o.target.result)},s.onerror=o=>{n(o.target.error)}})}async get(e){let r=await this.dbPromise;return new Promise((n,s)=>{let i=r.transaction(At,"readonly").objectStore(At).get(e);i.onsuccess=()=>{let c=i.result;if(!c){n(null);return}if(c.expiresAt&&Date.now()>c.expiresAt){this.delete(e).catch(()=>{}),n(null);return}n(c.value)},i.onerror=()=>s(i.error)})}async set(e,r,n){let s=await this.dbPromise;return new Promise((o,u)=>{let c=s.transaction(At,"readwrite").objectStore(At),a=Date.now()+n,l={key:e,value:r,expiresAt:a},d=c.put(l);d.onsuccess=()=>o(),d.onerror=()=>u(d.error)})}async delete(e){let r=await this.dbPromise;return new Promise((n,s)=>{let i=r.transaction(At,"readwrite").objectStore(At).delete(e);i.onsuccess=()=>n(),i.onerror=()=>s(i.error)})}async clear(){let e=await this.dbPromise;return new Promise((r,n)=>{let u=e.transaction(At,"readwrite").objectStore(At).clear();u.onsuccess=()=>r(),u.onerror=()=>n(u.error)})}};ps();hs();var TC={utf8:"utf-8",utf_8:"utf-8",utf16:"utf-16",utf_16:"utf-16",utf16le:"utf-16le",utf16be:"utf-16be",latin1:"iso-8859-1","latin-1":"iso-8859-1","iso8859-1":"iso-8859-1","iso_8859-1":"iso-8859-1",cp1252:"windows-1252",win1252:"windows-1252","us-ascii":"ascii",usascii:"ascii",gbk:"gbk",gb2312:"gb2312",gb18030:"gb18030","shift-jis":"shift_jis",shiftjis:"shift_jis",sjis:"shift_jis","euc-jp":"euc-jp",eucjp:"euc-jp","iso-2022-jp":"iso-2022-jp","euc-kr":"euc-kr",euckr:"euc-kr"};function zt(t){let e=t.toLowerCase().trim();return TC[e]||e}function D0(t){if(!t)return null;let e=t.match(/charset=["']?([^"';\s]+)["']?/i);return e?zt(e[1]):null}function Ea(t){return t.length<2?null:t.length>=4&&t[0]===0&&t[1]===0&&t[2]===254&&t[3]===255?{charset:"utf-32be",source:"bom",confidence:"high"}:t.length>=4&&t[0]===255&&t[1]===254&&t[2]===0&&t[3]===0?{charset:"utf-32le",source:"bom",confidence:"high"}:t.length>=3&&t[0]===239&&t[1]===187&&t[2]===191?{charset:"utf-8",source:"bom",confidence:"high"}:t[0]===254&&t[1]===255?{charset:"utf-16be",source:"bom",confidence:"high"}:t[0]===255&&t[1]===254?{charset:"utf-16le",source:"bom",confidence:"high"}:null}function C0(t){let e=Ea(t);if(!e)return t;switch(e.charset){case"utf-8":return t.slice(3);case"utf-16le":case"utf-16be":return t.slice(2);case"utf-32le":case"utf-32be":return t.slice(4);default:return t}}function v0(t){let e=t.match(/<\?xml[^?]*encoding=["']([^"']+)["'][^?]*\?>/i);return e?zt(e[1]):null}function T0(t){let e=t.slice(0,1024),r=e.match(/<meta[^>]+charset=["']?([^"'>\s]+)["']?/i);if(r)return zt(r[1]);let n=e.match(/<meta[^>]+http-equiv=["']?Content-Type["']?[^>]+content=["']?[^"'>]*charset=([^"'>\s;]+)/i);if(n)return zt(n[1]);let s=e.match(/<meta[^>]+content=["']?[^"'>]*charset=([^"'>\s;]+)[^>]+http-equiv=["']?Content-Type["']?/i);return s?zt(s[1]):null}function RC(t,e){let r=D0(e||null);if(r)return{charset:r,source:"header",confidence:"high"};let n=Ea(t);if(n)return n;let o=new TextDecoder("utf-8",{fatal:!1}).decode(t.slice(0,1024));if(o.trimStart().startsWith("<?xml")){let u=v0(o);if(u)return{charset:u,source:"xml",confidence:"medium"}}if(o.toLowerCase().includes("<html")||o.toLowerCase().includes("<!doctype html")){let u=T0(o);if(u)return{charset:u,source:"html-meta",confidence:"medium"}}return{charset:"utf-8",source:"default",confidence:"low"}}function kC(t,e){let r="utf-8";typeof e=="string"?r=zt(e):e&&(r=e.charset);let n=C0(t);try{return new TextDecoder(r).decode(n)}catch{return new TextDecoder("utf-8",{fatal:!1}).decode(n)}}function BC(){return["utf-8","utf-16le","utf-16be","iso-8859-1","iso-8859-2","iso-8859-3","iso-8859-4","iso-8859-5","iso-8859-6","iso-8859-7","iso-8859-8","iso-8859-9","iso-8859-10","iso-8859-11","iso-8859-13","iso-8859-14","iso-8859-15","iso-8859-16","windows-1250","windows-1251","windows-1252","windows-1253","windows-1254","windows-1255","windows-1256","windows-1257","windows-1258","koi8-r","koi8-u","gbk","gb2312","gb18030","big5","big5-hkscs","shift_jis","euc-jp","iso-2022-jp","euc-kr"]}function NC(t){try{return new TextDecoder(zt(t)),!0}catch{return!1}}var Yr={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTHENTICATION_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},R0={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a Teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",510:"Not Extended",511:"Network Authentication Required"};function LC(t){return t>=200&&t<300}function UC(t){return t>=300&&t<400}function OC(t){return t>=400&&t<500}function IC(t){return t>=500&&t<600}function FC(t){return t>=400}function PC(t){return[Yr.TOO_MANY_REQUESTS,Yr.INTERNAL_SERVER_ERROR,Yr.BAD_GATEWAY,Yr.SERVICE_UNAVAILABLE,Yr.GATEWAY_TIMEOUT].includes(t)}function _C(t){return R0[t]||"Unknown Status"}var ko=class{encoder=new TextEncoder;async hash(e,r){let n=this.encoder.encode(r),s=await crypto.subtle.digest(e,n);return this.bufferToHex(s)}async hashBuffer(e,r){let n=r instanceof Uint8Array?r.buffer:r,s=await crypto.subtle.digest(e,n);return this.bufferToHex(s)}async hmac(e,r,n){let s=this.encoder.encode(r),o=await crypto.subtle.importKey("raw",s,{name:"HMAC",hash:e},!1,["sign"]),u=await crypto.subtle.sign("HMAC",o,this.encoder.encode(n));return this.bufferToHex(u)}async hmacBuffer(e,r,n){let s=r instanceof Uint8Array?r.buffer:r,o=await crypto.subtle.importKey("raw",s,{name:"HMAC",hash:e},!1,["sign"]),u;return typeof n=="string"?u=this.encoder.encode(n).buffer:n instanceof Uint8Array?u=n.buffer:u=n,crypto.subtle.sign("HMAC",o,u)}randomUUID(){return crypto.randomUUID()}randomBytes(e){let r=new Uint8Array(e);return crypto.getRandomValues(r),r}randomHex(e){return this.bufferToHex(this.randomBytes(e))}bufferToHex(e){return[...e instanceof Uint8Array?e:new Uint8Array(e)].map(n=>n.toString(16).padStart(2,"0")).join("")}hexToBuffer(e){let r=e.match(/.{1,2}/g)||[];return new Uint8Array(r.map(n=>parseInt(n,16)))}base64Encode(e){let r=this.encoder.encode(e),n=Array.from(r,s=>String.fromCodePoint(s)).join("");return btoa(n)}base64Decode(e){let r=atob(e),n=Uint8Array.from(r,s=>s.codePointAt(0));return new TextDecoder().decode(n)}base64UrlEncode(e){return this.base64Encode(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}base64UrlDecode(e){let n=(e+"=".repeat((4-e.length%4)%4)).replace(/-/g,"+").replace(/_/g,"/");return this.base64Decode(n)}},Xr=new ko,qC=t=>Xr.hash("SHA-256",t),MC=t=>Xr.hash("SHA-1",t),HC=(t,e)=>Xr.hmac("SHA-256",t,e),jC=()=>Xr.randomUUID(),$C=t=>Xr.randomBytes(t);var WC="recker-cache-v1",Bo=class t{cacheName;cachePromise=null;constructor(e={}){this.cacheName=e.cacheName||WC}static isSupported(){return typeof caches<"u"}async getCache(){if(!this.cachePromise){if(!t.isSupported())throw new Error("Cache API is not supported in this environment");this.cachePromise=caches.open(this.cacheName)}return this.cachePromise}keyToUrl(e){return`https://recker-cache.local/${encodeURIComponent(e)}`}async get(e){try{let r=await this.getCache(),n=this.keyToUrl(e),s=await r.match(n);if(!s)return null;let o=await s.json();return o.expiresAt&&Date.now()>o.expiresAt?(this.delete(e).catch(()=>{}),null):o.entry}catch{return null}}async set(e,r,n){let s=await this.getCache(),o=this.keyToUrl(e),u={entry:r,expiresAt:Date.now()+n},i=new Response(JSON.stringify(u),{headers:{"Content-Type":"application/json","X-Recker-Cache":"true","X-Recker-Expires":String(u.expiresAt)}});await s.put(o,i)}async delete(e){let r=await this.getCache(),n=this.keyToUrl(e);await r.delete(n)}async clear(){await caches.delete(this.cacheName),this.cachePromise=null}async keys(){return(await(await this.getCache()).keys()).map(n=>{let s=new URL(n.url);return decodeURIComponent(s.pathname.slice(1))}).filter(n=>n.length>0)}async size(){return(await this.keys()).length}async prune(){let e=await this.getCache(),r=await e.keys(),n=0;for(let s of r){let o=await e.match(s);if(o)try{let u=await o.json();u.expiresAt&&Date.now()>u.expiresAt&&(await e.delete(s),n++)}catch{await e.delete(s),n++}}return n}};ie();function Da(){return typeof globalThis.CompressionStream<"u"}function VC(t){return t?["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded"].some(r=>t.includes(r)):!0}function zC(t){if(!t)return 0;if(typeof t=="string")return new TextEncoder().encode(t).length;if(t instanceof ArrayBuffer)return t.byteLength;if(t instanceof Uint8Array)return t.length;if(t instanceof Blob)return t.size;if(typeof t=="object")try{return new TextEncoder().encode(JSON.stringify(t)).length}catch{return 0}return 0}function GC(t){if(!t)return null;if(t instanceof Uint8Array)return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(typeof t=="string")return new TextEncoder().encode(t);if(typeof t=="object")try{return new TextEncoder().encode(JSON.stringify(t))}catch{return null}return null}async function KC(t,e){if(!Da())throw new Ae("CompressionStream API is not available in this browser",{feature:"CompressionStream"});let r=new CompressionStream(e),n=r.writable.getWriter(),s=new Uint8Array(t).buffer;n.write(new Uint8Array(s)),n.close();let o=r.readable.getReader(),u=[];for(;;){let{done:l,value:d}=await o.read();if(l)break;u.push(d)}let i=u.reduce((l,d)=>l+d.length,0),c=new Uint8Array(i),a=0;for(let l of u)c.set(l,a),a+=l.length;return c}async function YC(t,e){if(typeof globalThis.DecompressionStream>"u")throw new Ae("DecompressionStream API is not available in this browser",{feature:"DecompressionStream"});let r=new DecompressionStream(e),n=r.writable.getWriter(),s=new Uint8Array(t).buffer;n.write(new Uint8Array(s)),n.close();let o=r.readable.getReader(),u=[];for(;;){let{done:l,value:d}=await o.read();if(l)break;u.push(d)}let i=u.reduce((l,d)=>l+d.length,0),c=new Uint8Array(i),a=0;for(let l of u)c.set(l,a),a+=l.length;return c}function Sa(t={}){let{algorithm:e="gzip",threshold:r=1024,force:n=!1,methods:s=["POST","PUT","PATCH"]}=t;if(e!=="gzip"&&e!=="deflate")throw new Ae(`Browser compression only supports 'gzip' and 'deflate'. '${e}' is not available.`,{feature:e});return async(o,u)=>{if(!s.includes(o.method)||!o.body||!Da()||o.headers.has("Content-Encoding"))return u(o);let c=o.headers.get("Content-Type");if(!VC(c))return u(o);let a=zC(o.body);if(!n&&a<r)return u(o);let l=GC(o.body);if(!l)return u(o);try{let d=await KC(l,e);if(!n&&d.length>=l.length)return u(o);let p=new Headers(o.headers);p.set("Content-Encoding",e),p.set("Content-Length",d.length.toString());let f={...o,body:d,headers:p};return u(f)}catch{return u(o)}}}function XC(t){return t?t===!0?Sa():Sa(t):null}var No=null;function Gt(){return No||(No=xo({transport:new qt})),No}function k0(t,e){return Gt().get(t,e)}function B0(t,e){return Gt().post(t,e)}function N0(t,e){return Gt().put(t,e)}function L0(t,e){return Gt().patch(t,e)}function U0(t,e){return Gt().delete(t,e)}function O0(t,e){return Gt().head(t,e)}function I0(t,e){return Gt().options(t,e)}function F0(t,e){return Gt().purge(t,e)}function P0(t,e){return new WebSocket(t,e)}var JC={get:k0,post:B0,put:N0,patch:L0,delete:U0,head:O0,options:I0,purge:F0,ws:P0,har:Kr,simulateNetwork:wa,client:t=>xo({...t,transport:new qt}),reset:()=>{No=null},isBrowser:!0,unavailable:["whois","whoisAvailable","dns","dnsSecurity","dnsClient","whoisClient","ai","seo","presets","scrape"]};return yr(QC);})();
|
|
146
146
|
//# sourceMappingURL=index.mini.iife.min.js.map
|