befly 3.13.5 → 3.13.6

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/befly.min.js CHANGED
@@ -1,18 +1,18 @@
1
1
  // @bun
2
- var SW=Object.create;var{getPrototypeOf:EW,defineProperty:sX,getOwnPropertyNames:wW}=Object;var TW=Object.prototype.hasOwnProperty;var vW=($,J,Z)=>{Z=$!=null?SW(EW($)):{};let X=J||!$||!$.__esModule?sX(Z,"default",{value:$,enumerable:!0}):Z;for(let G of wW($))if(!TW.call(X,G))sX(X,G,{get:()=>$[G],enumerable:!0});return X};var s=($,J)=>()=>(J||$((J={exports:{}}).exports,J),J.exports);var _$=($,J)=>()=>($&&(J=$($=0)),J);var A$=import.meta.require;function FZ($,J="dateTime"){let Z=$.getFullYear(),X=$.getMonth()+1,G=$.getDate(),Y=$.getHours(),H=$.getMinutes(),z=$.getSeconds(),V=X<10?`0${X}`:String(X),O=G<10?`0${G}`:String(G),R=Y<10?`0${Y}`:String(Y),I=H<10?`0${H}`:String(H),C=z<10?`0${z}`:String(z);if(J==="date")return`${Z}-${V}-${O}`;if(J==="time")return`${R}:${I}:${C}`;return`${Z}-${V}-${O} ${R}:${I}:${C}`}function r($){if(typeof $!=="object"||$===null)return!1;let J=Object.getPrototypeOf($);return J===Object.prototype||J===null}function RZ($){if($===null)return"null";if($===void 0)return"undefined";if(Array.isArray($))return"array";let J=typeof $;if(J==="string")return"string";if(J==="number")return"number";if(J==="boolean")return"boolean";if(J==="bigint")return"bigint";if(J==="symbol")return"symbol";if(J==="function")return"function";return"object"}function N$($,J,Z,X){if(typeof $!=="number")return J;if(!Number.isFinite($))return J;let G=Math.floor($);if(G<Z)return J;if(G>X)return X;return G}function VJ($){if($===null||$===void 0)return!0;if(typeof $==="string")return $.trim().length===0;if(typeof $==="number")return $===0||Number.isNaN($);if(typeof $==="boolean")return $===!1;if(Array.isArray($))return $.length===0;if($ instanceof Map||$ instanceof Set)return $.size===0;if(r($))return Object.keys($).length===0;return!1}function oX($,J){if(typeof J!=="function")return;if(!r($))return;for(let Z of Object.keys($))J($[Z],Z)}function DW($){let J=String($).replace(/([a-z0-9])([A-Z])/g,"$1 $2").replace(/[^a-zA-Z0-9]+/g," ").trim();if(J.length===0)return[];return J.split(/\s+/).filter((Z)=>Z.length>0)}function kW($){if($.length===0)return $;return $[0].toUpperCase()+$.slice(1)}function K$($){let J=DW($);if(J.length===0)return"";let Z=J[0].toLowerCase(),X=J.slice(1).map((G)=>kW(G.toLowerCase()));return[Z,...X].join("")}function yW($){return String($).replace(/([a-z0-9])([A-Z])/g,"$1 $2").replace(/[^a-zA-Z0-9]+/g," ").trim()}function u($){let J=yW($);if(J.length===0)return"";return J.split(/\s+/).filter((Z)=>Z.length>0).map((Z)=>Z.toLowerCase()).join("_")}function h($,J){if(!r($))return{};let Z=new Set(Array.isArray(J)?J:[]),X={};for(let[G,Y]of Object.entries($)){if(Z.has(G))continue;X[G]=Y}return X}function rX($,J){let Z={};if(!Array.isArray($)||typeof J!=="function")return Z;for(let X of $){let G=J(X);if(typeof G!=="string"||G==="")continue;Z[G]=X}return Z}function iX(){return Date.now().toString(36)+Math.random().toString(36).slice(2,7)}var IZ=($)=>{if(!$||!r($))return $;let J={};for(let[Z,X]of Object.entries($)){let G=K$(Z);J[G]=X}return J},lX=($)=>{if(!$||!r($))return $;let J={};for(let[Z,X]of Object.entries($)){let G=u(Z);J[G]=X}return J},qZ=($)=>{if(!$||!Array.isArray($))return $;return $.map((J)=>IZ(J))},OJ=($,J)=>{if(!$||!r($)&&!Array.isArray($))return{};let Z={};for(let X of J)if(X in $)Z[X]=$[X];return Z};var m0=()=>{};function BZ($){let J=[];for(let G of $.builtinPatterns){let Y=String(G).trim();if(Y.length>0)J.push(Y.toLowerCase())}if(Array.isArray($.userPatterns))for(let G of $.userPatterns){let Y=String(G).trim();if(Y.length>0)J.push(Y.toLowerCase())}let Z=new Set,X=[];for(let G of J){if(!G.includes("*")){Z.add(G);continue}let Y=G.replace(/\*+/g,"").trim();if(!Y)continue;X.push(Y)}return{exactSet:Z,contains:X}}function LZ($,J){let Z=String($).toLowerCase();if(J.exactSet.has(Z))return!0;for(let X of J.contains)if(Z.includes(X))return!0;return!1}function _J($,J){if($.length<=J)return $;return $.slice(0,J)}function tX($,J){let Z={name:$.name||"Error",message:_J($.message||"",J.maxStringLen)};if(typeof $.stack==="string")Z.stack=_J($.stack,J.maxStringLen);return Z}function xW($,J,Z){if(typeof $==="string")return $;if($ instanceof Error)try{return JSON.stringify(tX($,J))}catch{return`${$.name||"Error"}: ${$.message||""}`}if($&&typeof $==="object"){if(Z.has($))return"[Circular]"}try{let X=Z;return JSON.stringify($,(Y,H)=>{if(Y&&LZ(Y,J.sensitiveKeyMatcher))return"[MASKED]";if(H&&typeof H==="object"){if(X.has(H))return"[Circular]";X.add(H)}return H})}catch{try{return String($)}catch{return"[Unserializable]"}}}function PZ($,J,Z){let X=xW($,J,Z);return _J(X,J.maxStringLen)}function jZ($,J,Z,X,G){if($===null||$===void 0)return $;if(typeof $==="string")return _J($,J.maxStringLen);if(typeof $==="number"||typeof $==="boolean"||typeof $==="bigint")return $;if($ instanceof Error)return tX($,J);let Y=Array.isArray($),H=r($);if(!Y&&!H)return PZ($,J,G);if(G.has($))return"[Circular]";if(X>=J.sanitizeDepth)return PZ($,J,G);if(Z.nodes>=J.sanitizeNodes)return PZ($,J,G);if(G.add($),Z.nodes=Z.nodes+1,Y){let I=$,C=[],L=I.length>J.maxArrayItems?J.maxArrayItems:I.length;for(let S=0;S<L;S++)C[S]=jZ(I[S],J,Z,X+1,G);return C}let z=$,V={},O=Object.entries(z),R=O.length>J.sanitizeObjectKeys?J.sanitizeObjectKeys:O.length;for(let I=0;I<R;I++){let C=O[I][0],L=O[I][1];if(LZ(C,J.sensitiveKeyMatcher)){V[C]="[MASKED]";continue}V[C]=jZ(L,J,Z,X+1,G)}return V}function CZ($,J){let Z=new WeakSet,X={nodes:0},G={};for(let[Y,H]of Object.entries($)){if(LZ(Y,J.sensitiveKeyMatcher)){G[Y]="[MASKED]";continue}G[Y]=jZ(H,J,X,0,Z)}return G}var aX=_$(()=>{m0()});import{AsyncLocalStorage as fW}from"async_hooks";function eX($,J){return SZ.run($,J)}function $G(){let $=SZ.getStore();if(!$)return null;return $}function JG($,J,Z,X){let G=SZ.getStore();if(!G)return;G.userId=$,G.roleCode=J,G.nickname=Z,G.roleType=X}var SZ;var AJ=_$(()=>{SZ=new fW});import{createWriteStream as gW,existsSync as hW,mkdirSync as bW}from"fs";import{stat as cW}from"fs/promises";import{hostname as pW}from"os";import{isAbsolute as uW,join as mW,resolve as nW}from"path";function FJ($){try{process.stderr.write(`${$}
3
- `)}catch{}}function oW($,J){let Z=[],X=0;while($.length>0){let G=$[0],Y=Buffer.byteLength(G);if(Z.length>0&&X+Y>J)break;Z.push(G),X=X+Y,$.shift()}return{chunk:Z.join(""),bytes:X}}class TZ{pending;pendingBytes;scheduledTimer;flushing;maxBufferBytes;flushDelayMs;maxBatchBytes;writeChunk;onShutdown;constructor($){this.pending=[],this.pendingBytes=0,this.scheduledTimer=null,this.flushing=!1,this.maxBufferBytes=$.maxBufferBytes,this.flushDelayMs=$.flushDelayMs,this.maxBatchBytes=$.maxBatchBytes,this.writeChunk=$.writeChunk,this.onShutdown=$.onShutdown?$.onShutdown:null}scheduleFlush(){if(this.scheduledTimer)return;this.scheduledTimer=setTimeout(()=>{this.scheduledTimer=null,this.flush()},this.flushDelayMs)}cancelScheduledFlush(){if(!this.scheduledTimer)return;clearTimeout(this.scheduledTimer),this.scheduledTimer=null}enqueue($){let J=Buffer.byteLength($);if(this.pendingBytes+J>this.maxBufferBytes)return;this.pending.push($),this.pendingBytes=this.pendingBytes+J,this.scheduleFlush()}async flushNow(){this.cancelScheduledFlush(),await this.flush()}async shutdown(){if(this.cancelScheduledFlush(),await this.flush(),this.onShutdown)await this.onShutdown()}async flush(){if(this.flushing)return;this.flushing=!0;try{while(this.pending.length>0){let J=oW(this.pending,this.maxBatchBytes).chunk,Z=Buffer.byteLength(J);if(this.pendingBytes=this.pendingBytes-Z,!await this.writeChunk(J,Z)){this.pending=[],this.pendingBytes=0;break}}}finally{if(this.flushing=!1,this.pending.length>0)this.scheduleFlush()}}}function lW($){let J=()=>{return $==="stderr"?process.stderr:process.stdout},Z=new TZ({maxBufferBytes:10485760,flushDelayMs:10,maxBatchBytes:65536,writeChunk:async(X)=>{try{let G=J();if(!G.write(X))await new Promise((H)=>{G.once("drain",()=>H())});return!0}catch(G){return FJ(`[Logger] stream sink error: ${G?.message||G}`),!1}}});return{enqueue(X){Z.enqueue(X)},async flushNow(){await Z.flushNow()},async shutdown(){await Z.shutdown()}}}class EZ{prefix;maxFileBytes;buffer;stream;streamDate;streamIndex;streamSizeBytes;disabled;constructor($){this.prefix=$.prefix,this.maxFileBytes=$.maxFileBytes,this.stream=null,this.streamDate="",this.streamIndex=0,this.streamSizeBytes=0,this.disabled=!1,this.buffer=new TZ({maxBufferBytes:10485760,flushDelayMs:10,maxBatchBytes:65536,writeChunk:async(J,Z)=>{if(this.disabled)return!1;try{if(await this.ensureStreamReady(Z),!this.stream)return!1;if(!this.stream.write(J))await new Promise((G)=>{this.stream.once("drain",()=>G())});return this.streamSizeBytes=this.streamSizeBytes+Z,!0}catch(X){return FJ(`[Logger] file sink flush error (${this.prefix}): ${X?.message||X}`),this.disabled=!0,await this.closeStream(),!1}},onShutdown:async()=>{await this.closeStream()}})}enqueue($){if(this.disabled)return;this.buffer.enqueue($)}async flushNow(){await this.buffer.flushNow()}async shutdown(){await this.buffer.shutdown()}async closeStream(){if(!this.stream)return;let $=this.stream;this.stream=null,await new Promise((J)=>{try{$.end(()=>J())}catch{J()}})}openStream($){try{this.stream=gW($,{flags:"a"}),this.stream.on("error",(J)=>{FJ(`[Logger] file sink error (${this.prefix}): ${J?.message||J}`),this.disabled=!0,this.closeStream()})}catch(J){FJ(`[Logger] createWriteStream failed (${this.prefix}): ${J?.message||J}`),this.disabled=!0,this.stream=null}}getFilePath($,J){let Z=J>0?`.${J}`:"",X=`${this.prefix}.${$}${Z}.log`;return mW(WG(),X)}async ensureStreamReady($){let J=FZ(new Date,"date");if(this.stream&&this.streamDate&&J!==this.streamDate)await this.closeStream(),this.streamDate="",this.streamIndex=0,this.streamSizeBytes=0;if(!this.stream){let Z=this.getFilePath(J,0),X=0;try{let G=await cW(Z);X=typeof G.size==="number"?G.size:0}catch{X=0}if(this.streamDate=J,this.streamIndex=0,this.streamSizeBytes=X,this.openStream(Z),!this.stream)return}if(this.stream&&this.maxFileBytes>0&&this.streamSizeBytes+$>this.maxFileBytes){await this.closeStream(),this.streamIndex=this.streamIndex+1;let Z=this.getFilePath(J,this.streamIndex);if(this.streamDate=J,this.streamSizeBytes=0,this.openStream(Z),!this.stream)return}}}async function rW(){if(B$)return;let $=[];if(X$)$.push({flush:()=>X$?X$.flushNow():Promise.resolve()});if(G$)$.push({flush:()=>G$?G$.flushNow():Promise.resolve()});if(Y$)$.push({flush:()=>Y$?Y$.flushNow():Promise.resolve()});for(let J of $)try{await J.flush()}catch{}}async function YG(){if(B$)return;let $=M$,J=F$,Z=X$,X=G$,G=Y$,Y=[];if(Z)Y.push({shutdown:()=>Z.shutdown()});if(X)Y.push({shutdown:()=>X.shutdown()});if(G)Y.push({shutdown:()=>G.shutdown()});for(let H of Y)try{await H.shutdown()}catch{}if(X$===Z)X$=null;if(G$===X)G$=null;if(Y$===G)Y$=null;if(M$===$)M$=null;if(F$===J)F$=null}function WG(){let $=n0.dir||"./logs";if(uW($))return $;return nW(dW,$)}function iW(){let $=WG();try{if(!hW($))bW($,{recursive:!0})}catch(J){throw Error(`\u521B\u5EFA logs \u76EE\u5F55\u5931\u8D25: ${$}. ${J?.message||J}`)}}function tW($){YG(),n0=Object.assign({debug:0,dir:"./logs",console:1,maxSize:20},$);{let J=n0.maxSize,Z=typeof J==="number"&&Number.isFinite(J)?J:20;if(Z<10)Z=10;if(Z>100)Z=100;n0.maxSize=Z}M$=null,F$=null,X$=null,G$=null,Y$=null,wZ={maxStringLen:N$(n0.maxStringLen,100,20,200000),maxArrayItems:N$(n0.maxArrayItems,100,10,5000),sanitizeDepth:N$(n0.sanitizeDepth,3,1,10),sanitizeNodes:N$(n0.sanitizeNodes,500,50,20000),sanitizeObjectKeys:N$(n0.sanitizeObjectKeys,100,10,5000),sensitiveKeyMatcher:BZ({builtinPatterns:GG,userPatterns:n0.excludeFields})}}function aW($){B$=$}function r$($){if(B$)return B$;if($==="app"){if(M$)return M$}else if(F$)return F$;iW();let J=typeof n0.maxSize==="number"?n0.maxSize:20,Z=Math.floor(J*1024*1024);if($==="app"){if(!X$)X$=new EZ({prefix:"app",maxFileBytes:Z});if(n0.console===1&&!Y$)Y$=lW("stdout");return M$=XG({fileSink:X$,consoleSink:n0.console===1?Y$:null}),M$}if(!G$)G$=new EZ({prefix:"error",maxFileBytes:Z});return F$=XG({fileSink:G$,consoleSink:null}),F$}function eW($,J){let Z=Date.now(),X={level:$,time:Z,timeFormat:FZ(new Date(Z)),pid:process.pid,hostname:sW};if(J&&r(J)){let G=Object.assign({},J,X);if(J.msg!==void 0)G.msg=J.msg;else if(G.msg===void 0)G.msg="";return`${ZG(G)}
2
+ var SW=Object.create;var{getPrototypeOf:wW,defineProperty:sX,getOwnPropertyNames:EW}=Object;var TW=Object.prototype.hasOwnProperty;var vW=($,J,Z)=>{Z=$!=null?SW(wW($)):{};let X=J||!$||!$.__esModule?sX(Z,"default",{value:$,enumerable:!0}):Z;for(let G of EW($))if(!TW.call(X,G))sX(X,G,{get:()=>$[G],enumerable:!0});return X};var s=($,J)=>()=>(J||$((J={exports:{}}).exports,J),J.exports);var _$=($,J)=>()=>($&&(J=$($=0)),J);var A$=import.meta.require;function FZ($,J="dateTime"){let Z=$.getFullYear(),X=$.getMonth()+1,G=$.getDate(),Y=$.getHours(),H=$.getMinutes(),z=$.getSeconds(),V=X<10?`0${X}`:String(X),O=G<10?`0${G}`:String(G),R=Y<10?`0${Y}`:String(Y),I=H<10?`0${H}`:String(H),C=z<10?`0${z}`:String(z);if(J==="date")return`${Z}-${V}-${O}`;if(J==="time")return`${R}:${I}:${C}`;return`${Z}-${V}-${O} ${R}:${I}:${C}`}function r($){if(typeof $!=="object"||$===null)return!1;let J=Object.getPrototypeOf($);return J===Object.prototype||J===null}function RZ($){if($===null)return"null";if($===void 0)return"undefined";if(Array.isArray($))return"array";let J=typeof $;if(J==="string")return"string";if(J==="number")return"number";if(J==="boolean")return"boolean";if(J==="bigint")return"bigint";if(J==="symbol")return"symbol";if(J==="function")return"function";return"object"}function N$($,J,Z,X){if(typeof $!=="number")return J;if(!Number.isFinite($))return J;let G=Math.floor($);if(G<Z)return J;if(G>X)return X;return G}function VJ($){if($===null||$===void 0)return!0;if(typeof $==="string")return $.trim().length===0;if(typeof $==="number")return $===0||Number.isNaN($);if(typeof $==="boolean")return $===!1;if(Array.isArray($))return $.length===0;if($ instanceof Map||$ instanceof Set)return $.size===0;if(r($))return Object.keys($).length===0;return!1}function oX($,J){if(typeof J!=="function")return;if(!r($))return;for(let Z of Object.keys($))J($[Z],Z)}function DW($){let J=String($).replace(/([a-z0-9])([A-Z])/g,"$1 $2").replace(/[^a-zA-Z0-9]+/g," ").trim();if(J.length===0)return[];return J.split(/\s+/).filter((Z)=>Z.length>0)}function kW($){if($.length===0)return $;return $[0].toUpperCase()+$.slice(1)}function K$($){let J=DW($);if(J.length===0)return"";let Z=J[0].toLowerCase(),X=J.slice(1).map((G)=>kW(G.toLowerCase()));return[Z,...X].join("")}function yW($){return String($).replace(/([a-z0-9])([A-Z])/g,"$1 $2").replace(/[^a-zA-Z0-9]+/g," ").trim()}function u($){let J=yW($);if(J.length===0)return"";return J.split(/\s+/).filter((Z)=>Z.length>0).map((Z)=>Z.toLowerCase()).join("_")}function h($,J){if(!r($))return{};let Z=new Set(Array.isArray(J)?J:[]),X={};for(let[G,Y]of Object.entries($)){if(Z.has(G))continue;X[G]=Y}return X}function rX($,J){let Z={};if(!Array.isArray($)||typeof J!=="function")return Z;for(let X of $){let G=J(X);if(typeof G!=="string"||G==="")continue;Z[G]=X}return Z}function iX(){return Date.now().toString(36)+Math.random().toString(36).slice(2,7)}var IZ=($)=>{if(!$||!r($))return $;let J={};for(let[Z,X]of Object.entries($)){let G=K$(Z);J[G]=X}return J},lX=($)=>{if(!$||!r($))return $;let J={};for(let[Z,X]of Object.entries($)){let G=u(Z);J[G]=X}return J},qZ=($)=>{if(!$||!Array.isArray($))return $;return $.map((J)=>IZ(J))},OJ=($,J)=>{if(!$||!r($)&&!Array.isArray($))return{};let Z={};for(let X of J)if(X in $)Z[X]=$[X];return Z};var m0=()=>{};function BZ($){let J=[];for(let G of $.builtinPatterns){let Y=String(G).trim();if(Y.length>0)J.push(Y.toLowerCase())}if(Array.isArray($.userPatterns))for(let G of $.userPatterns){let Y=String(G).trim();if(Y.length>0)J.push(Y.toLowerCase())}let Z=new Set,X=[];for(let G of J){if(!G.includes("*")){Z.add(G);continue}let Y=G.replace(/\*+/g,"").trim();if(!Y)continue;X.push(Y)}return{exactSet:Z,contains:X}}function LZ($,J){let Z=String($).toLowerCase();if(J.exactSet.has(Z))return!0;for(let X of J.contains)if(Z.includes(X))return!0;return!1}function _J($,J){if($.length<=J)return $;return $.slice(0,J)}function tX($,J){let Z={name:$.name||"Error",message:_J($.message||"",J.maxStringLen)};if(typeof $.stack==="string")Z.stack=_J($.stack,J.maxStringLen);return Z}function xW($,J,Z){if(typeof $==="string")return $;if($ instanceof Error)try{return JSON.stringify(tX($,J))}catch{return`${$.name||"Error"}: ${$.message||""}`}if($&&typeof $==="object"){if(Z.has($))return"[Circular]"}try{let X=Z;return JSON.stringify($,(Y,H)=>{if(Y&&LZ(Y,J.sensitiveKeyMatcher))return"[MASKED]";if(H&&typeof H==="object"){if(X.has(H))return"[Circular]";X.add(H)}return H})}catch{try{return String($)}catch{return"[Unserializable]"}}}function PZ($,J,Z){let X=xW($,J,Z);return _J(X,J.maxStringLen)}function jZ($,J,Z,X,G){if($===null||$===void 0)return $;if(typeof $==="string")return _J($,J.maxStringLen);if(typeof $==="number"||typeof $==="boolean"||typeof $==="bigint")return $;if($ instanceof Error)return tX($,J);let Y=Array.isArray($),H=r($);if(!Y&&!H)return PZ($,J,G);if(G.has($))return"[Circular]";if(X>=J.sanitizeDepth)return PZ($,J,G);if(Z.nodes>=J.sanitizeNodes)return PZ($,J,G);if(G.add($),Z.nodes=Z.nodes+1,Y){let I=$,C=[],B=I.length>J.maxArrayItems?J.maxArrayItems:I.length;for(let S=0;S<B;S++)C[S]=jZ(I[S],J,Z,X+1,G);return C}let z=$,V={},O=Object.entries(z),R=O.length>J.sanitizeObjectKeys?J.sanitizeObjectKeys:O.length;for(let I=0;I<R;I++){let C=O[I][0],B=O[I][1];if(LZ(C,J.sensitiveKeyMatcher)){V[C]="[MASKED]";continue}V[C]=jZ(B,J,Z,X+1,G)}return V}function CZ($,J){let Z=new WeakSet,X={nodes:0},G={};for(let[Y,H]of Object.entries($)){if(LZ(Y,J.sensitiveKeyMatcher)){G[Y]="[MASKED]";continue}G[Y]=jZ(H,J,X,0,Z)}return G}var aX=_$(()=>{m0()});import{AsyncLocalStorage as fW}from"async_hooks";function eX($,J){return SZ.run($,J)}function $G(){let $=SZ.getStore();if(!$)return null;return $}function JG($,J,Z,X){let G=SZ.getStore();if(!G)return;G.userId=$,G.roleCode=J,G.nickname=Z,G.roleType=X}var SZ;var AJ=_$(()=>{SZ=new fW});import{createWriteStream as gW,existsSync as hW,mkdirSync as bW}from"fs";import{stat as cW}from"fs/promises";import{hostname as pW}from"os";import{isAbsolute as uW,join as mW,resolve as dW}from"path";function FJ($){try{process.stderr.write(`${$}
3
+ `)}catch{}}function oW($,J){let Z=[],X=0;while($.length>0){let G=$[0],Y=Buffer.byteLength(G);if(Z.length>0&&X+Y>J)break;Z.push(G),X=X+Y,$.shift()}return{chunk:Z.join(""),bytes:X}}class TZ{pending;pendingBytes;scheduledTimer;flushing;maxBufferBytes;flushDelayMs;maxBatchBytes;writeChunk;onShutdown;constructor($){this.pending=[],this.pendingBytes=0,this.scheduledTimer=null,this.flushing=!1,this.maxBufferBytes=$.maxBufferBytes,this.flushDelayMs=$.flushDelayMs,this.maxBatchBytes=$.maxBatchBytes,this.writeChunk=$.writeChunk,this.onShutdown=$.onShutdown?$.onShutdown:null}scheduleFlush(){if(this.scheduledTimer)return;this.scheduledTimer=setTimeout(()=>{this.scheduledTimer=null,this.flush()},this.flushDelayMs)}cancelScheduledFlush(){if(!this.scheduledTimer)return;clearTimeout(this.scheduledTimer),this.scheduledTimer=null}enqueue($){let J=Buffer.byteLength($);if(this.pendingBytes+J>this.maxBufferBytes)return;this.pending.push($),this.pendingBytes=this.pendingBytes+J,this.scheduleFlush()}async flushNow(){this.cancelScheduledFlush(),await this.flush()}async shutdown(){if(this.cancelScheduledFlush(),await this.flush(),this.onShutdown)await this.onShutdown()}async flush(){if(this.flushing)return;this.flushing=!0;try{while(this.pending.length>0){let J=oW(this.pending,this.maxBatchBytes).chunk,Z=Buffer.byteLength(J);if(this.pendingBytes=this.pendingBytes-Z,!await this.writeChunk(J,Z)){this.pending=[],this.pendingBytes=0;break}}}finally{if(this.flushing=!1,this.pending.length>0)this.scheduleFlush()}}}function lW($){let J=()=>{return $==="stderr"?process.stderr:process.stdout},Z=new TZ({maxBufferBytes:10485760,flushDelayMs:10,maxBatchBytes:65536,writeChunk:async(X)=>{try{let G=J();if(!G.write(X))await new Promise((H)=>{G.once("drain",()=>H())});return!0}catch(G){return FJ(`[Logger] stream sink error: ${G?.message||G}`),!1}}});return{enqueue(X){Z.enqueue(X)},async flushNow(){await Z.flushNow()},async shutdown(){await Z.shutdown()}}}class wZ{prefix;maxFileBytes;buffer;stream;streamDate;streamIndex;streamSizeBytes;disabled;constructor($){this.prefix=$.prefix,this.maxFileBytes=$.maxFileBytes,this.stream=null,this.streamDate="",this.streamIndex=0,this.streamSizeBytes=0,this.disabled=!1,this.buffer=new TZ({maxBufferBytes:10485760,flushDelayMs:10,maxBatchBytes:65536,writeChunk:async(J,Z)=>{if(this.disabled)return!1;try{if(await this.ensureStreamReady(Z),!this.stream)return!1;if(!this.stream.write(J))await new Promise((G)=>{this.stream.once("drain",()=>G())});return this.streamSizeBytes=this.streamSizeBytes+Z,!0}catch(X){return FJ(`[Logger] file sink flush error (${this.prefix}): ${X?.message||X}`),this.disabled=!0,await this.closeStream(),!1}},onShutdown:async()=>{await this.closeStream()}})}enqueue($){if(this.disabled)return;this.buffer.enqueue($)}async flushNow(){await this.buffer.flushNow()}async shutdown(){await this.buffer.shutdown()}async closeStream(){if(!this.stream)return;let $=this.stream;this.stream=null,await new Promise((J)=>{try{$.end(()=>J())}catch{J()}})}openStream($){try{this.stream=gW($,{flags:"a"}),this.stream.on("error",(J)=>{FJ(`[Logger] file sink error (${this.prefix}): ${J?.message||J}`),this.disabled=!0,this.closeStream()})}catch(J){FJ(`[Logger] createWriteStream failed (${this.prefix}): ${J?.message||J}`),this.disabled=!0,this.stream=null}}getFilePath($,J){let Z=J>0?`.${J}`:"",X=`${this.prefix}.${$}${Z}.log`;return mW(WG(),X)}async ensureStreamReady($){let J=FZ(new Date,"date");if(this.stream&&this.streamDate&&J!==this.streamDate)await this.closeStream(),this.streamDate="",this.streamIndex=0,this.streamSizeBytes=0;if(!this.stream){let Z=this.getFilePath(J,0),X=0;try{let G=await cW(Z);X=typeof G.size==="number"?G.size:0}catch{X=0}if(this.streamDate=J,this.streamIndex=0,this.streamSizeBytes=X,this.openStream(Z),!this.stream)return}if(this.stream&&this.maxFileBytes>0&&this.streamSizeBytes+$>this.maxFileBytes){await this.closeStream(),this.streamIndex=this.streamIndex+1;let Z=this.getFilePath(J,this.streamIndex);if(this.streamDate=J,this.streamSizeBytes=0,this.openStream(Z),!this.stream)return}}}async function rW(){if(B$)return;let $=[];if(X$)$.push({flush:()=>X$?X$.flushNow():Promise.resolve()});if(G$)$.push({flush:()=>G$?G$.flushNow():Promise.resolve()});if(Y$)$.push({flush:()=>Y$?Y$.flushNow():Promise.resolve()});for(let J of $)try{await J.flush()}catch{}}async function YG(){if(B$)return;let $=M$,J=F$,Z=X$,X=G$,G=Y$,Y=[];if(Z)Y.push({shutdown:()=>Z.shutdown()});if(X)Y.push({shutdown:()=>X.shutdown()});if(G)Y.push({shutdown:()=>G.shutdown()});for(let H of Y)try{await H.shutdown()}catch{}if(X$===Z)X$=null;if(G$===X)G$=null;if(Y$===G)Y$=null;if(M$===$)M$=null;if(F$===J)F$=null}function WG(){let $=d0.dir||"./logs";if(uW($))return $;return dW(nW,$)}function iW(){let $=WG();try{if(!hW($))bW($,{recursive:!0})}catch(J){throw Error(`\u521B\u5EFA logs \u76EE\u5F55\u5931\u8D25: ${$}. ${J?.message||J}`)}}function tW($){YG(),d0=Object.assign({debug:0,dir:"./logs",console:1,maxSize:20},$);{let J=d0.maxSize,Z=typeof J==="number"&&Number.isFinite(J)?J:20;if(Z<10)Z=10;if(Z>100)Z=100;d0.maxSize=Z}M$=null,F$=null,X$=null,G$=null,Y$=null,EZ={maxStringLen:N$(d0.maxStringLen,100,20,200000),maxArrayItems:N$(d0.maxArrayItems,100,10,5000),sanitizeDepth:N$(d0.sanitizeDepth,3,1,10),sanitizeNodes:N$(d0.sanitizeNodes,500,50,20000),sanitizeObjectKeys:N$(d0.sanitizeObjectKeys,100,10,5000),sensitiveKeyMatcher:BZ({builtinPatterns:GG,userPatterns:d0.excludeFields})}}function aW($){B$=$}function r$($){if(B$)return B$;if($==="app"){if(M$)return M$}else if(F$)return F$;iW();let J=typeof d0.maxSize==="number"?d0.maxSize:20,Z=Math.floor(J*1024*1024);if($==="app"){if(!X$)X$=new wZ({prefix:"app",maxFileBytes:Z});if(d0.console===1&&!Y$)Y$=lW("stdout");return M$=XG({fileSink:X$,consoleSink:d0.console===1?Y$:null}),M$}if(!G$)G$=new wZ({prefix:"error",maxFileBytes:Z});return F$=XG({fileSink:G$,consoleSink:null}),F$}function eW($,J){let Z=Date.now(),X={level:$,time:Z,timeFormat:FZ(new Date(Z)),pid:process.pid,hostname:sW};if(J&&r(J)){let G=Object.assign({},J,X);if(J.msg!==void 0)G.msg=J.msg;else if(G.msg===void 0)G.msg="";return`${ZG(G)}
4
4
  `}if(X.msg===void 0)X.msg="";return`${ZG(X)}
5
- `}function ZG($){try{return JSON.stringify($)}catch{try{return JSON.stringify({level:$.level,time:$.time,pid:$.pid,hostname:$.hostname,msg:"[Unserializable log record]"})}catch{return'{"msg":"[Unserializable log record]"}'}}}function XG($){let{fileSink:J,consoleSink:Z}=$,X=(G,Y)=>{if(G==="debug"&&n0.debug!==1)return;let H=CZ(Y,wZ),z=eW(G,H);if(J.enqueue(z),Z)Z.enqueue(z)};return{info(G){X("info",G)},warn(G){X("warn",G)},error(G){X("error",G)},debug(G){X("debug",G)}}}function $H(){let $=$G();if(!$)return null;let J=Date.now()-$.now,Z={requestId:$.requestId,method:$.method,route:$.route,ip:$.ip,now:$.now,durationSinceNowMs:J};return Z.userId=$.userId,Z.roleCode=$.roleCode,Z.nickname=$.nickname,Z.roleType=$.roleType,Z}function JH($,J){let Z={};for(let[G,Y]of Object.entries($))Z[G]=Y;let X=["requestId","method","route","ip","now","durationSinceNowMs","userId","roleCode","nickname","roleType"];for(let G of X)if(Z[G]===void 0)Z[G]=J[G];return Z}function KJ($){if(r($))return $;if($ instanceof Error)return{err:$,msg:$.message||$.name||"Error"};if($===void 0)return{msg:""};if($===null)return{msg:"null"};if(typeof $==="object")return{value:$};try{return{msg:String($)}}catch{return{msg:"[Unserializable]"}}}function MJ($){let J=$H();if(!J)return $;return JH($,J)}class HG{maybeSanitizeForMock($){if(!B$)return $;return CZ($,wZ)}info($){let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J);return r$("app").info(Z)}warn($){let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J);return r$("app").warn(Z)}error($){let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J),X=r$("app").error(Z);if(B$)return X;return r$("error").error(Z),X}debug($){if(n0.debug!==1)return;let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J);return r$("app").debug(Z)}async flush(){await rW()}configure($){tW($)}setMock($){aW($)}async shutdown(){await YG()}}var dW,GG,wZ,sW,M$=null,F$=null,B$=null,X$=null,G$=null,Y$=null,n0,P;var a=_$(()=>{aX();m0();AJ();dW=process.cwd(),GG=["*password*","pass","pwd","*token*","access_token","refresh_token","accessToken","refreshToken","authorization","cookie","set-cookie","*secret*","apiKey","api_key","privateKey","private_key"],wZ={maxStringLen:100,maxArrayItems:100,sanitizeDepth:3,sanitizeNodes:500,sanitizeObjectKeys:100,sensitiveKeyMatcher:BZ({builtinPatterns:GG,userPatterns:[]})},sW=(()=>{try{return pW()}catch{return"unknown"}})(),n0={debug:0,dir:"./logs",console:1,maxSize:20};P=new HG});function a$($=""){if(!$)return $;return $.replace(/\\/g,"/").replace(HH,(J)=>J.toUpperCase())}function OH(){if(typeof process<"u"&&typeof process.cwd==="function")return process.cwd().replace(/\\/g,"/");return"/"}function NZ($,J){let Z="",X=0,G=-1,Y=0,H=null;for(let z=0;z<=$.length;++z){if(z<$.length)H=$[z];else if(H==="/")break;else H="/";if(H==="/"){if(G===z-1||Y===1);else if(Y===2){if(Z.length<2||X!==2||Z[Z.length-1]!=="."||Z[Z.length-2]!=="."){if(Z.length>2){let V=Z.lastIndexOf("/");if(V===-1)Z="",X=0;else Z=Z.slice(0,V),X=Z.length-1-Z.lastIndexOf("/");G=z,Y=0;continue}else if(Z.length>0){Z="",X=0,G=z,Y=0;continue}}if(J)Z+=Z.length>0?"/..":"..",X=2}else{if(Z.length>0)Z+=`/${$.slice(G+1,z)}`;else Z=$.slice(G+1,z);X=z-G-1}G=z,Y=0}else if(H==="."&&Y!==-1)++Y;else Y=-1}return Z}var HH,QH,zH,KG,AG,UH,VH,L$=function($){if($.length===0)return".";$=a$($);let J=$.match(QH),Z=D$($),X=$[$.length-1]==="/";if($=NZ($,!Z),$.length===0){if(Z)return"/";return X?"./":"."}if(X)$+="/";if(KG.test($))$+="/";if(J){if(!Z)return`//./${$}`;return`//${$}`}return Z&&!D$($)?`/${$}`:$},d=function(...$){let J="";for(let Z of $){if(!Z)continue;if(J.length>0){let X=J[J.length-1]==="/",G=Z[0]==="/";if(X&&G)J+=Z.slice(1);else J+=X||G?Z:`/${Z}`}else J+=Z}return L$(J)},t$=function(...$){$=$.map((X)=>a$(X));let J="",Z=!1;for(let X=$.length-1;X>=-1&&!Z;X--){let G=X>=0?$[X]:OH();if(!G||G.length===0)continue;J=`${G}/${J}`,Z=D$(G)}if(J=NZ(J,!Z),Z&&!D$(J))return`/${J}`;return J.length>0?J:"."},D$=function($){return zH.test($)},MG=function($){if($==="..")return"";let J=UH.exec(a$($));return J&&J[1]||""},DZ=function($,J){let Z=t$($).replace(AG,"$1").split("/"),X=t$(J).replace(AG,"$1").split("/");if(X[0][1]===":"&&Z[0][1]===":"&&Z[0]!==X[0])return X.join("/");let G=[...Z];for(let Y of G){if(X[0]!==Y)break;Z.shift(),X.shift()}return[...Z.map(()=>".."),...X].join("/")},RJ=function($){let J=a$($).replace(/\/$/,"").split("/").slice(0,-1);if(J.length===1&&KG.test(J[0]))J[0]+="/";return J.join("/")||(D$($)?"/":".")},FG=function($,J){let Z=a$($).split("/"),X="";for(let G=Z.length-1;G>=0;G--){let Y=Z[G];if(Y){X=Y;break}}return J&&X.endsWith(J)?X.slice(0,-J.length):X},e$=function($){let J=VH.exec($)?.[0]?.replace(/\\/g,"/")||"",Z=FG($),X=MG(Z);return{root:J,dir:RJ($),base:Z,ext:X,name:Z.slice(0,Z.length-X.length)}};var RG=_$(()=>{HH=/^[A-Za-z]:\//;QH=/^[/\\]{2}/,zH=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/,KG=/^[A-Za-z]:$/,AG=/^\/([A-Za-z]:)?$/,UH=/.(\.[^./]+|\.)$/,VH=/^[/\\]|^[a-zA-Z]:[/\\]/});var I$=_$(()=>{RG()});import{statSync as _H}from"fs";var IJ=($,J)=>{if(J.isDirectory())return!0;if(!J.isSymbolicLink())return!1;try{return _H(d($,J.name)).isDirectory()}catch{return!1}};var kZ=_$(()=>{I$()});import{existsSync as $J}from"fs";import{readdir as AH,readFile as IG}from"fs/promises";function KH($){return String($).replace(/_\d+$/,"")}function MH($){let J=/<script\b[^>]*\bsetup\b[^>]*>/i.exec($);if(!J)return null;let Z=J.index+J[0].length,X=$.indexOf("</script>",Z);if(X<0)return null;return $.slice(Z,X)}function FH($){let J=$.match(/definePage\s*\([\s\S]*?meta\s*:\s*\{[\s\S]*?title\s*:\s*(["'`])([^"'`]+)\1/);if(!J)return null;let Z=$.match(/definePage\s*\([\s\S]*?meta\s*:\s*\{[\s\S]*?order\s*:\s*(\d+)/);return{title:J[2],order:Z?Number(Z[1]):void 0}}async function qG($,J,Z=""){if(!$J($))return[];let X=[],G=await AH($,{withFileTypes:!0});for(let Y of G){if(!IJ($,Y)||Y.name==="components")continue;let H=d($,Y.name),z=d(H,"index.vue");if(!$J(z))continue;let V=null;try{let S=await IG(z,"utf-8"),w=MH(S);if(!w){P.warn({path:z,msg:"index.vue \u7F3A\u5C11 <script setup>\uFF0C\u5DF2\u8DF3\u8FC7\u8BE5\u76EE\u5F55\u83DC\u5355\u540C\u6B65"});continue}if(V=FH(w),!V?.title){P.warn({path:z,msg:"index.vue \u672A\u58F0\u660E definePage({ meta: { title, order? } })\uFF0C\u5DF2\u8DF3\u8FC7\u8BE5\u76EE\u5F55\u83DC\u5355\u540C\u6B65"});continue}}catch(S){P.warn({err:S,path:z,msg:"\u8BFB\u53D6 index.vue \u5931\u8D25"});continue}if(!V?.title)continue;let O=KH(Y.name),R;if(O==="index")R=Z;else R=Z?`${Z}/${O}`:`/${O}`;let I=J?R?`${J}${R}`:J:R||"/",C={name:V.title,path:I,sort:V.order??999999},L=await qG(H,J,R);if(L.length>0)C.children=L;X.push(C)}return X.sort((Y,H)=>(Y.sort??999999)-(H.sort??999999)),X}function PG($){let J=$.split("/").filter((Z)=>!!Z);if(J.length<=1)return"";return`/${J.slice(0,-1).join("/")}`}async function jG($){let J=[];for(let X of $){let G=d(X.fullPath,"adminViews"),Y=d(X.fullPath,"views","admin"),H=$J(G)?G:$J(Y)?Y:null;if(!H)continue;try{let z=`/${X.source}/${X.name}`,V=await qG(H,z);if(V.length>0)for(let O of V)J.push(O)}catch(z){P.warn({err:z,addon:X.name,addonSource:X.source,dir:H,msg:"\u626B\u63CF addon views \u76EE\u5F55\u5931\u8D25"})}}let Z=d(process.cwd(),"menus.json");if($J(Z))try{let X=await IG(Z,"utf-8"),G=JSON.parse(X);if(Array.isArray(G)&&G.length>0)for(let Y of G)J.push(Y)}catch(X){P.warn({err:X,msg:"\u8BFB\u53D6\u9879\u76EE menus.json \u5931\u8D25"})}return J}var yZ=_$(()=>{I$();a();kZ()});var b$=s((s5,v1)=>{var T1={invalidType:"FAST_JWT_INVALID_TYPE",invalidOption:"FAST_JWT_INVALID_OPTION",invalidAlgorithm:"FAST_JWT_INVALID_ALGORITHM",invalidClaimType:"FAST_JWT_INVALID_CLAIM_TYPE",invalidClaimValue:"FAST_JWT_INVALID_CLAIM_VALUE",invalidKey:"FAST_JWT_INVALID_KEY",invalidSignature:"FAST_JWT_INVALID_SIGNATURE",invalidPayload:"FAST_JWT_INVALID_PAYLOAD",malformed:"FAST_JWT_MALFORMED",inactive:"FAST_JWT_INACTIVE",expired:"FAST_JWT_EXPIRED",missingKey:"FAST_JWT_MISSING_KEY",keyFetchingError:"FAST_JWT_KEY_FETCHING_ERROR",signError:"FAST_JWT_SIGN_ERROR",verifyError:"FAST_JWT_VERIFY_ERROR",missingRequiredClaim:"FAST_JWT_MISSING_REQUIRED_CLAIM",missingSignature:"FAST_JWT_MISSING_SIGNATURE"};class h$ extends Error{constructor($,J,Z){super(J);if(Error.captureStackTrace(this,this.constructor),this.code=$,Z)for(let X in Z)this[X]=Z[X]}}h$.codes=T1;h$.wrap=function($,J,Z){if($ instanceof h$)return $;return new h$(J,Z,{originalError:$})};v1.exports={TokenError:h$,TOKEN_ERROR_CODES:T1}});var tZ=s((o5,N1)=>{var{TokenError:W$}=b$();function EQ({complete:$,checkTyp:J},Z){if(Z instanceof Buffer)Z=Z.toString("utf-8");else if(typeof Z!=="string")throw new W$(W$.codes.invalidType,"The token must be a string or a buffer.");let X=Z.indexOf("."),G=Z.lastIndexOf(".");if(X===-1||X>=G)throw new W$(W$.codes.malformed,"The token is malformed.");let Y=!1;try{let H=JSON.parse(Buffer.from(Z.slice(0,X),"base64").toString("utf-8"));if(J&&H.typ!==J)throw new W$(W$.codes.invalidType,`The type must be "${J}".`,{header:H});Y=!0;let z=Buffer.from(Z.slice(X+1,G),"base64").toString("utf-8");if(z=JSON.parse(z),!z||typeof z!=="object")throw new W$(W$.codes.invalidPayload,"The payload must be an object",{payload:z});return $?{header:H,payload:z,signature:Z.slice(G+1),input:Z.slice(0,G)}:z}catch(H){throw W$.wrap(H,W$.codes.malformed,`The token ${Y?"payload":"header"} is not a valid base64url serialized JSON.`)}}N1.exports=function(J={}){let Z=J.complete||!1,X=J.checkTyp;return EQ.bind(null,{complete:Z,checkTyp:X})}});var k1=s((l5,D1)=>{function H$($){if(typeof $!=="function")throw Error("obliterator/iterator: expecting a function!");this.next=$}if(typeof Symbol<"u")H$.prototype[Symbol.iterator]=function(){return this};H$.of=function(){var $=arguments,J=$.length,Z=0;return new H$(function(){if(Z>=J)return{done:!0};return{done:!1,value:$[Z++]}})};H$.empty=function(){var $=new H$(function(){return{done:!0}});return $};H$.fromSequence=function($){var J=0,Z=$.length;return new H$(function(){if(J>=Z)return{done:!0};return{done:!1,value:$[J++]}})};H$.is=function($){if($ instanceof H$)return!0;return typeof $==="object"&&$!==null&&typeof $.next==="function"};D1.exports=H$});var y1=s((wQ)=>{wQ.ARRAY_BUFFER_SUPPORT=typeof ArrayBuffer<"u";wQ.SYMBOL_SUPPORT=typeof Symbol<"u"});var aZ=s((i5,f1)=>{var x1=y1(),NQ=x1.ARRAY_BUFFER_SUPPORT,DQ=x1.SYMBOL_SUPPORT;f1.exports=function(J,Z){var X,G,Y,H,z;if(!J)throw Error("obliterator/forEach: invalid iterable.");if(typeof Z!=="function")throw Error("obliterator/forEach: expecting a callback.");if(Array.isArray(J)||NQ&&ArrayBuffer.isView(J)||typeof J==="string"||J.toString()==="[object Arguments]"){for(Y=0,H=J.length;Y<H;Y++)Z(J[Y],Y);return}if(typeof J.forEach==="function"){J.forEach(Z);return}if(DQ&&Symbol.iterator in J&&typeof J.next!=="function")J=J[Symbol.iterator]();if(typeof J.next==="function"){X=J,Y=0;while(z=X.next(),z.done!==!0)Z(z.value,Y),Y++;return}for(G in J)if(J.hasOwnProperty(G))Z(J[G],G);return}});var eZ=s((cQ)=>{var kQ=Math.pow(2,8)-1,yQ=Math.pow(2,16)-1,xQ=Math.pow(2,32)-1,fQ=Math.pow(2,7)-1,gQ=Math.pow(2,15)-1,hQ=Math.pow(2,31)-1;cQ.getPointerArray=function($){var J=$-1;if(J<=kQ)return Uint8Array;if(J<=yQ)return Uint16Array;if(J<=xQ)return Uint32Array;throw Error("mnemonist: Pointer Array of size > 4294967295 is not supported.")};cQ.getSignedPointerArray=function($){var J=$-1;if(J<=fQ)return Int8Array;if(J<=gQ)return Int16Array;if(J<=hQ)return Int32Array;return Float64Array};cQ.getNumberType=function($){if($===($|0))if(Math.sign($)===-1){if($<=127&&$>=-128)return Int8Array;if($<=32767&&$>=-32768)return Int16Array;return Int32Array}else{if($<=255)return Uint8Array;if($<=65535)return Uint16Array;return Uint32Array}return Float64Array};var bQ={Uint8Array:1,Int8Array:2,Uint16Array:3,Int16Array:4,Uint32Array:5,Int32Array:6,Float32Array:7,Float64Array:8};cQ.getMinimalRepresentation=function($,J){var Z=null,X=0,G,Y,H,z,V;for(z=0,V=$.length;z<V;z++)if(H=J?J($[z]):$[z],Y=cQ.getNumberType(H),G=bQ[Y.name],G>X)X=G,Z=Y;return Z};cQ.isTypedArray=function($){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView($)};cQ.concat=function(){var $=0,J,Z,X;for(J=0,X=arguments.length;J<X;J++)$+=arguments[J].length;var G=new arguments[0].constructor($);for(J=0,Z=0;J<X;J++)G.set(arguments[J],Z),Z+=arguments[J].length;return G};cQ.indices=function($){var J=cQ.getPointerArray($),Z=new J($);for(var X=0;X<$;X++)Z[X]=X;return Z}});var p1=s((rQ)=>{var b1=aZ(),c1=eZ();function sQ($){return Array.isArray($)||c1.isTypedArray($)}function $X($){if(typeof $.length==="number")return $.length;if(typeof $.size==="number")return $.size;return}function oQ($){var J=$X($),Z=typeof J==="number"?Array(J):[],X=0;return b1($,function(G){Z[X++]=G}),Z}function lQ($){var J=$X($),Z=typeof J==="number"?c1.getPointerArray(J):Array,X=typeof J==="number"?Array(J):[],G=typeof J==="number"?new Z(J):[],Y=0;return b1($,function(H){X[Y]=H,G[Y]=Y++}),[X,G]}rQ.isArrayLike=sQ;rQ.guessLength=$X;rQ.toArray=oQ;rQ.toArrayWithIndices=lQ});var ZX=s((e5,u1)=>{var JX=k1(),$z=aZ(),Jz=eZ(),Zz=p1();function p0($,J,Z){if(arguments.length<2)Z=$,$=null,J=null;if(this.capacity=Z,typeof this.capacity!=="number"||this.capacity<=0)throw Error("mnemonist/lru-cache: capacity should be positive number.");else if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw Error("mnemonist/lru-cache: capacity should be a finite positive integer.");var X=Jz.getPointerArray(Z);this.forward=new X(Z),this.backward=new X(Z),this.K=typeof $==="function"?new $(Z):Array(Z),this.V=typeof J==="function"?new J(Z):Array(Z),this.size=0,this.head=0,this.tail=0,this.items={}}p0.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items={}};p0.prototype.splayOnTop=function($){var J=this.head;if(this.head===$)return this;var Z=this.backward[$],X=this.forward[$];if(this.tail===$)this.tail=Z;else this.backward[X]=Z;return this.forward[Z]=X,this.backward[J]=$,this.head=$,this.forward[$]=J,this};p0.prototype.set=function($,J){var Z=this.items[$];if(typeof Z<"u"){this.splayOnTop(Z),this.V[Z]=J;return}if(this.size<this.capacity)Z=this.size++;else Z=this.tail,this.tail=this.backward[Z],delete this.items[this.K[Z]];this.items[$]=Z,this.K[Z]=$,this.V[Z]=J,this.forward[Z]=this.head,this.backward[this.head]=Z,this.head=Z};p0.prototype.setpop=function($,J){var Z=null,X=null,G=this.items[$];if(typeof G<"u")return this.splayOnTop(G),Z=this.V[G],this.V[G]=J,{evicted:!1,key:$,value:Z};if(this.size<this.capacity)G=this.size++;else G=this.tail,this.tail=this.backward[G],Z=this.V[G],X=this.K[G],delete this.items[X];if(this.items[$]=G,this.K[G]=$,this.V[G]=J,this.forward[G]=this.head,this.backward[this.head]=G,this.head=G,X)return{evicted:!0,key:X,value:Z};else return null};p0.prototype.has=function($){return $ in this.items};p0.prototype.get=function($){var J=this.items[$];if(typeof J>"u")return;return this.splayOnTop(J),this.V[J]};p0.prototype.peek=function($){var J=this.items[$];if(typeof J>"u")return;return this.V[J]};p0.prototype.forEach=function($,J){J=arguments.length>1?J:this;var Z=0,X=this.size,G=this.head,Y=this.K,H=this.V,z=this.forward;while(Z<X)$.call(J,H[G],Y[G],this),G=z[G],Z++};p0.prototype.keys=function(){var $=0,J=this.size,Z=this.head,X=this.K,G=this.forward;return new JX(function(){if($>=J)return{done:!0};var Y=X[Z];if($++,$<J)Z=G[Z];return{done:!1,value:Y}})};p0.prototype.values=function(){var $=0,J=this.size,Z=this.head,X=this.V,G=this.forward;return new JX(function(){if($>=J)return{done:!0};var Y=X[Z];if($++,$<J)Z=G[Z];return{done:!1,value:Y}})};p0.prototype.entries=function(){var $=0,J=this.size,Z=this.head,X=this.K,G=this.V,Y=this.forward;return new JX(function(){if($>=J)return{done:!0};var H=X[Z],z=G[Z];if($++,$<J)Z=Y[Z];return{done:!1,value:[H,z]}})};if(typeof Symbol<"u")p0.prototype[Symbol.iterator]=p0.prototype.entries;p0.prototype.inspect=function(){var $=new Map,J=this.entries(),Z;while(Z=J.next(),!Z.done)$.set(Z.value[0],Z.value[1]);return Object.defineProperty($,"constructor",{value:p0,enumerable:!1}),$};if(typeof Symbol<"u")p0.prototype[Symbol.for("nodejs.util.inspect.custom")]=p0.prototype.inspect;p0.from=function($,J,Z,X){if(arguments.length<2){if(X=Zz.guessLength($),typeof X!=="number")throw Error("mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.")}else if(arguments.length===2)X=J,J=null,Z=null;var G=new p0(J,Z,X);return $z($,function(Y,H){G.set(H,Y)}),G};u1.exports=p0});var GX=s((m1,XX)=>{(function($,J){function Z(q,W){if(!q)throw Error(W||"Assertion failed")}function X(q,W){q.super_=W;var U=function(){};U.prototype=W.prototype,q.prototype=new U,q.prototype.constructor=q}function G(q,W,U){if(G.isBN(q))return q;if(this.negative=0,this.words=null,this.length=0,this.red=null,q!==null){if(W==="le"||W==="be")U=W,W=10;this._init(q||0,W||10,U||"be")}}if(typeof $==="object")$.exports=G;else J.BN=G;G.BN=G,G.wordSize=26;var Y;try{if(typeof window<"u"&&typeof window.Buffer<"u")Y=window.Buffer;else Y=A$("buffer").Buffer}catch(q){}G.isBN=function(W){if(W instanceof G)return!0;return W!==null&&typeof W==="object"&&W.constructor.wordSize===G.wordSize&&Array.isArray(W.words)},G.max=function(W,U){if(W.cmp(U)>0)return W;return U},G.min=function(W,U){if(W.cmp(U)<0)return W;return U},G.prototype._init=function(W,U,_){if(typeof W==="number")return this._initNumber(W,U,_);if(typeof W==="object")return this._initArray(W,U,_);if(U==="hex")U=16;Z(U===(U|0)&&U>=2&&U<=36),W=W.toString().replace(/\s+/g,"");var A=0;if(W[0]==="-")A++,this.negative=1;if(A<W.length){if(U===16)this._parseHex(W,A,_);else if(this._parseBase(W,U,A),_==="le")this._initArray(this.toArray(),U,_)}},G.prototype._initNumber=function(W,U,_){if(W<0)this.negative=1,W=-W;if(W<67108864)this.words=[W&67108863],this.length=1;else if(W<4503599627370496)this.words=[W&67108863,W/67108864&67108863],this.length=2;else Z(W<9007199254740992),this.words=[W&67108863,W/67108864&67108863,1],this.length=3;if(_!=="le")return;this._initArray(this.toArray(),U,_)},G.prototype._initArray=function(W,U,_){if(Z(typeof W.length==="number"),W.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(W.length/3),this.words=Array(this.length);for(var A=0;A<this.length;A++)this.words[A]=0;var F,j,B=0;if(_==="be"){for(A=W.length-1,F=0;A>=0;A-=3)if(j=W[A]|W[A-1]<<8|W[A-2]<<16,this.words[F]|=j<<B&67108863,this.words[F+1]=j>>>26-B&67108863,B+=24,B>=26)B-=26,F++}else if(_==="le"){for(A=0,F=0;A<W.length;A+=3)if(j=W[A]|W[A+1]<<8|W[A+2]<<16,this.words[F]|=j<<B&67108863,this.words[F+1]=j>>>26-B&67108863,B+=24,B>=26)B-=26,F++}return this.strip()};function H(q,W){var U=q.charCodeAt(W);if(U>=65&&U<=70)return U-55;else if(U>=97&&U<=102)return U-87;else return U-48&15}function z(q,W,U){var _=H(q,U);if(U-1>=W)_|=H(q,U-1)<<4;return _}G.prototype._parseHex=function(W,U,_){this.length=Math.ceil((W.length-U)/6),this.words=Array(this.length);for(var A=0;A<this.length;A++)this.words[A]=0;var F=0,j=0,B;if(_==="be")for(A=W.length-1;A>=U;A-=2)if(B=z(W,U,A)<<F,this.words[j]|=B&67108863,F>=18)F-=18,j+=1,this.words[j]|=B>>>26;else F+=8;else{var K=W.length-U;for(A=K%2===0?U+1:U;A<W.length;A+=2)if(B=z(W,U,A)<<F,this.words[j]|=B&67108863,F>=18)F-=18,j+=1,this.words[j]|=B>>>26;else F+=8}this.strip()};function V(q,W,U,_){var A=0,F=Math.min(q.length,U);for(var j=W;j<F;j++){var B=q.charCodeAt(j)-48;if(A*=_,B>=49)A+=B-49+10;else if(B>=17)A+=B-17+10;else A+=B}return A}G.prototype._parseBase=function(W,U,_){this.words=[0],this.length=1;for(var A=0,F=1;F<=67108863;F*=U)A++;A--,F=F/U|0;var j=W.length-_,B=j%A,K=Math.min(j,j-B)+_,Q=0;for(var M=_;M<K;M+=A)if(Q=V(W,M,M+A,U),this.imuln(F),this.words[0]+Q<67108864)this.words[0]+=Q;else this._iaddn(Q);if(B!==0){var k=1;Q=V(W,M,W.length,U);for(M=0;M<B;M++)k*=U;if(this.imuln(k),this.words[0]+Q<67108864)this.words[0]+=Q;else this._iaddn(Q)}this.strip()},G.prototype.copy=function(W){W.words=Array(this.length);for(var U=0;U<this.length;U++)W.words[U]=this.words[U];W.length=this.length,W.negative=this.negative,W.red=this.red},G.prototype.clone=function(){var W=new G(null);return this.copy(W),W},G.prototype._expand=function(W){while(this.length<W)this.words[this.length++]=0;return this},G.prototype.strip=function(){while(this.length>1&&this.words[this.length-1]===0)this.length--;return this._normSign()},G.prototype._normSign=function(){if(this.length===1&&this.words[0]===0)this.negative=0;return this},G.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var O=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],R=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],I=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64000000,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,24300000,28629151,33554432,39135393,45435424,52521875,60466176];if(G.prototype.toString=function(W,U){W=W||10,U=U|0||1;var _;if(W===16||W==="hex"){_="";var A=0,F=0;for(var j=0;j<this.length;j++){var B=this.words[j],K=((B<<A|F)&16777215).toString(16);if(F=B>>>24-A&16777215,A+=2,A>=26)A-=26,j--;if(F!==0||j!==this.length-1)_=O[6-K.length]+K+_;else _=K+_}if(F!==0)_=F.toString(16)+_;while(_.length%U!==0)_="0"+_;if(this.negative!==0)_="-"+_;return _}if(W===(W|0)&&W>=2&&W<=36){var Q=R[W],M=I[W];_="";var k=this.clone();k.negative=0;while(!k.isZero()){var y=k.modn(M).toString(W);if(k=k.idivn(M),!k.isZero())_=O[Q-y.length]+y+_;else _=y+_}if(this.isZero())_="0"+_;while(_.length%U!==0)_="0"+_;if(this.negative!==0)_="-"+_;return _}Z(!1,"Base should be between 2 and 36")},G.prototype.toNumber=function(){var W=this.words[0];if(this.length===2)W+=this.words[1]*67108864;else if(this.length===3&&this.words[2]===1)W+=4503599627370496+this.words[1]*67108864;else if(this.length>2)Z(!1,"Number can only safely store up to 53 bits");return this.negative!==0?-W:W},G.prototype.toJSON=function(){return this.toString(16)},G.prototype.toBuffer=function(W,U){return Z(typeof Y<"u"),this.toArrayLike(Y,W,U)},G.prototype.toArray=function(W,U){return this.toArrayLike(Array,W,U)},G.prototype.toArrayLike=function(W,U,_){var A=this.byteLength(),F=_||Math.max(1,A);Z(A<=F,"byte array longer than desired length"),Z(F>0,"Requested array length <= 0"),this.strip();var j=U==="le",B=new W(F),K,Q,M=this.clone();if(!j){for(Q=0;Q<F-A;Q++)B[Q]=0;for(Q=0;!M.isZero();Q++)K=M.andln(255),M.iushrn(8),B[F-Q-1]=K}else{for(Q=0;!M.isZero();Q++)K=M.andln(255),M.iushrn(8),B[Q]=K;for(;Q<F;Q++)B[Q]=0}return B},Math.clz32)G.prototype._countBits=function(W){return 32-Math.clz32(W)};else G.prototype._countBits=function(W){var U=W,_=0;if(U>=4096)_+=13,U>>>=13;if(U>=64)_+=7,U>>>=7;if(U>=8)_+=4,U>>>=4;if(U>=2)_+=2,U>>>=2;return _+U};G.prototype._zeroBits=function(W){if(W===0)return 26;var U=W,_=0;if((U&8191)===0)_+=13,U>>>=13;if((U&127)===0)_+=7,U>>>=7;if((U&15)===0)_+=4,U>>>=4;if((U&3)===0)_+=2,U>>>=2;if((U&1)===0)_++;return _},G.prototype.bitLength=function(){var W=this.words[this.length-1],U=this._countBits(W);return(this.length-1)*26+U};function C(q){var W=Array(q.bitLength());for(var U=0;U<W.length;U++){var _=U/26|0,A=U%26;W[U]=(q.words[_]&1<<A)>>>A}return W}G.prototype.zeroBits=function(){if(this.isZero())return 0;var W=0;for(var U=0;U<this.length;U++){var _=this._zeroBits(this.words[U]);if(W+=_,_!==26)break}return W},G.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},G.prototype.toTwos=function(W){if(this.negative!==0)return this.abs().inotn(W).iaddn(1);return this.clone()},G.prototype.fromTwos=function(W){if(this.testn(W-1))return this.notn(W).iaddn(1).ineg();return this.clone()},G.prototype.isNeg=function(){return this.negative!==0},G.prototype.neg=function(){return this.clone().ineg()},G.prototype.ineg=function(){if(!this.isZero())this.negative^=1;return this},G.prototype.iuor=function(W){while(this.length<W.length)this.words[this.length++]=0;for(var U=0;U<W.length;U++)this.words[U]=this.words[U]|W.words[U];return this.strip()},G.prototype.ior=function(W){return Z((this.negative|W.negative)===0),this.iuor(W)},G.prototype.or=function(W){if(this.length>W.length)return this.clone().ior(W);return W.clone().ior(this)},G.prototype.uor=function(W){if(this.length>W.length)return this.clone().iuor(W);return W.clone().iuor(this)},G.prototype.iuand=function(W){var U;if(this.length>W.length)U=W;else U=this;for(var _=0;_<U.length;_++)this.words[_]=this.words[_]&W.words[_];return this.length=U.length,this.strip()},G.prototype.iand=function(W){return Z((this.negative|W.negative)===0),this.iuand(W)},G.prototype.and=function(W){if(this.length>W.length)return this.clone().iand(W);return W.clone().iand(this)},G.prototype.uand=function(W){if(this.length>W.length)return this.clone().iuand(W);return W.clone().iuand(this)},G.prototype.iuxor=function(W){var U,_;if(this.length>W.length)U=this,_=W;else U=W,_=this;for(var A=0;A<_.length;A++)this.words[A]=U.words[A]^_.words[A];if(this!==U)for(;A<U.length;A++)this.words[A]=U.words[A];return this.length=U.length,this.strip()},G.prototype.ixor=function(W){return Z((this.negative|W.negative)===0),this.iuxor(W)},G.prototype.xor=function(W){if(this.length>W.length)return this.clone().ixor(W);return W.clone().ixor(this)},G.prototype.uxor=function(W){if(this.length>W.length)return this.clone().iuxor(W);return W.clone().iuxor(this)},G.prototype.inotn=function(W){Z(typeof W==="number"&&W>=0);var U=Math.ceil(W/26)|0,_=W%26;if(this._expand(U),_>0)U--;for(var A=0;A<U;A++)this.words[A]=~this.words[A]&67108863;if(_>0)this.words[A]=~this.words[A]&67108863>>26-_;return this.strip()},G.prototype.notn=function(W){return this.clone().inotn(W)},G.prototype.setn=function(W,U){Z(typeof W==="number"&&W>=0);var _=W/26|0,A=W%26;if(this._expand(_+1),U)this.words[_]=this.words[_]|1<<A;else this.words[_]=this.words[_]&~(1<<A);return this.strip()},G.prototype.iadd=function(W){var U;if(this.negative!==0&&W.negative===0)return this.negative=0,U=this.isub(W),this.negative^=1,this._normSign();else if(this.negative===0&&W.negative!==0)return W.negative=0,U=this.isub(W),W.negative=1,U._normSign();var _,A;if(this.length>W.length)_=this,A=W;else _=W,A=this;var F=0;for(var j=0;j<A.length;j++)U=(_.words[j]|0)+(A.words[j]|0)+F,this.words[j]=U&67108863,F=U>>>26;for(;F!==0&&j<_.length;j++)U=(_.words[j]|0)+F,this.words[j]=U&67108863,F=U>>>26;if(this.length=_.length,F!==0)this.words[this.length]=F,this.length++;else if(_!==this)for(;j<_.length;j++)this.words[j]=_.words[j];return this},G.prototype.add=function(W){var U;if(W.negative!==0&&this.negative===0)return W.negative=0,U=this.sub(W),W.negative^=1,U;else if(W.negative===0&&this.negative!==0)return this.negative=0,U=W.sub(this),this.negative=1,U;if(this.length>W.length)return this.clone().iadd(W);return W.clone().iadd(this)},G.prototype.isub=function(W){if(W.negative!==0){W.negative=0;var U=this.iadd(W);return W.negative=1,U._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(W),this.negative=1,this._normSign();var _=this.cmp(W);if(_===0)return this.negative=0,this.length=1,this.words[0]=0,this;var A,F;if(_>0)A=this,F=W;else A=W,F=this;var j=0;for(var B=0;B<F.length;B++)U=(A.words[B]|0)-(F.words[B]|0)+j,j=U>>26,this.words[B]=U&67108863;for(;j!==0&&B<A.length;B++)U=(A.words[B]|0)+j,j=U>>26,this.words[B]=U&67108863;if(j===0&&B<A.length&&A!==this)for(;B<A.length;B++)this.words[B]=A.words[B];if(this.length=Math.max(this.length,B),A!==this)this.negative=1;return this.strip()},G.prototype.sub=function(W){return this.clone().isub(W)};function L(q,W,U){U.negative=W.negative^q.negative;var _=q.length+W.length|0;U.length=_,_=_-1|0;var A=q.words[0]|0,F=W.words[0]|0,j=A*F,B=j&67108863,K=j/67108864|0;U.words[0]=B;for(var Q=1;Q<_;Q++){var M=K>>>26,k=K&67108863,y=Math.min(Q,W.length-1);for(var x=Math.max(0,Q-q.length+1);x<=y;x++){var p=Q-x|0;A=q.words[p]|0,F=W.words[x]|0,j=A*F+k,M+=j/67108864|0,k=j&67108863}U.words[Q]=k|0,K=M|0}if(K!==0)U.words[Q]=K|0;else U.length--;return U.strip()}var S=function(W,U,_){var A=W.words,F=U.words,j=_.words,B=0,K,Q,M,k=A[0]|0,y=k&8191,x=k>>>13,p=A[1]|0,i=p&8191,e=p>>>13,O$=A[2]|0,$0=O$&8191,Z0=O$>>>13,TX=A[3]|0,W0=TX&8191,H0=TX>>>13,vX=A[4]|0,Q0=vX&8191,z0=vX>>>13,NX=A[5]|0,U0=NX&8191,V0=NX>>>13,DX=A[6]|0,O0=DX&8191,_0=DX>>>13,kX=A[7]|0,A0=kX&8191,K0=kX>>>13,yX=A[8]|0,M0=yX&8191,F0=yX>>>13,xX=A[9]|0,R0=xX&8191,I0=xX>>>13,fX=F[0]|0,q0=fX&8191,P0=fX>>>13,gX=F[1]|0,j0=gX&8191,B0=gX>>>13,hX=F[2]|0,L0=hX&8191,C0=hX>>>13,bX=F[3]|0,S0=bX&8191,E0=bX>>>13,cX=F[4]|0,w0=cX&8191,T0=cX>>>13,pX=F[5]|0,v0=pX&8191,N0=pX>>>13,uX=F[6]|0,D0=uX&8191,k0=uX>>>13,mX=F[7]|0,y0=mX&8191,x0=mX>>>13,nX=F[8]|0,f0=nX&8191,g0=nX>>>13,dX=F[9]|0,h0=dX&8191,b0=dX>>>13;_.negative=W.negative^U.negative,_.length=19,K=Math.imul(y,q0),Q=Math.imul(y,P0),Q=Q+Math.imul(x,q0)|0,M=Math.imul(x,P0);var aJ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(aJ>>>26)|0,aJ&=67108863,K=Math.imul(i,q0),Q=Math.imul(i,P0),Q=Q+Math.imul(e,q0)|0,M=Math.imul(e,P0),K=K+Math.imul(y,j0)|0,Q=Q+Math.imul(y,B0)|0,Q=Q+Math.imul(x,j0)|0,M=M+Math.imul(x,B0)|0;var eJ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(eJ>>>26)|0,eJ&=67108863,K=Math.imul($0,q0),Q=Math.imul($0,P0),Q=Q+Math.imul(Z0,q0)|0,M=Math.imul(Z0,P0),K=K+Math.imul(i,j0)|0,Q=Q+Math.imul(i,B0)|0,Q=Q+Math.imul(e,j0)|0,M=M+Math.imul(e,B0)|0,K=K+Math.imul(y,L0)|0,Q=Q+Math.imul(y,C0)|0,Q=Q+Math.imul(x,L0)|0,M=M+Math.imul(x,C0)|0;var $Z=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+($Z>>>26)|0,$Z&=67108863,K=Math.imul(W0,q0),Q=Math.imul(W0,P0),Q=Q+Math.imul(H0,q0)|0,M=Math.imul(H0,P0),K=K+Math.imul($0,j0)|0,Q=Q+Math.imul($0,B0)|0,Q=Q+Math.imul(Z0,j0)|0,M=M+Math.imul(Z0,B0)|0,K=K+Math.imul(i,L0)|0,Q=Q+Math.imul(i,C0)|0,Q=Q+Math.imul(e,L0)|0,M=M+Math.imul(e,C0)|0,K=K+Math.imul(y,S0)|0,Q=Q+Math.imul(y,E0)|0,Q=Q+Math.imul(x,S0)|0,M=M+Math.imul(x,E0)|0;var JZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(JZ>>>26)|0,JZ&=67108863,K=Math.imul(Q0,q0),Q=Math.imul(Q0,P0),Q=Q+Math.imul(z0,q0)|0,M=Math.imul(z0,P0),K=K+Math.imul(W0,j0)|0,Q=Q+Math.imul(W0,B0)|0,Q=Q+Math.imul(H0,j0)|0,M=M+Math.imul(H0,B0)|0,K=K+Math.imul($0,L0)|0,Q=Q+Math.imul($0,C0)|0,Q=Q+Math.imul(Z0,L0)|0,M=M+Math.imul(Z0,C0)|0,K=K+Math.imul(i,S0)|0,Q=Q+Math.imul(i,E0)|0,Q=Q+Math.imul(e,S0)|0,M=M+Math.imul(e,E0)|0,K=K+Math.imul(y,w0)|0,Q=Q+Math.imul(y,T0)|0,Q=Q+Math.imul(x,w0)|0,M=M+Math.imul(x,T0)|0;var ZZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(ZZ>>>26)|0,ZZ&=67108863,K=Math.imul(U0,q0),Q=Math.imul(U0,P0),Q=Q+Math.imul(V0,q0)|0,M=Math.imul(V0,P0),K=K+Math.imul(Q0,j0)|0,Q=Q+Math.imul(Q0,B0)|0,Q=Q+Math.imul(z0,j0)|0,M=M+Math.imul(z0,B0)|0,K=K+Math.imul(W0,L0)|0,Q=Q+Math.imul(W0,C0)|0,Q=Q+Math.imul(H0,L0)|0,M=M+Math.imul(H0,C0)|0,K=K+Math.imul($0,S0)|0,Q=Q+Math.imul($0,E0)|0,Q=Q+Math.imul(Z0,S0)|0,M=M+Math.imul(Z0,E0)|0,K=K+Math.imul(i,w0)|0,Q=Q+Math.imul(i,T0)|0,Q=Q+Math.imul(e,w0)|0,M=M+Math.imul(e,T0)|0,K=K+Math.imul(y,v0)|0,Q=Q+Math.imul(y,N0)|0,Q=Q+Math.imul(x,v0)|0,M=M+Math.imul(x,N0)|0;var XZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(XZ>>>26)|0,XZ&=67108863,K=Math.imul(O0,q0),Q=Math.imul(O0,P0),Q=Q+Math.imul(_0,q0)|0,M=Math.imul(_0,P0),K=K+Math.imul(U0,j0)|0,Q=Q+Math.imul(U0,B0)|0,Q=Q+Math.imul(V0,j0)|0,M=M+Math.imul(V0,B0)|0,K=K+Math.imul(Q0,L0)|0,Q=Q+Math.imul(Q0,C0)|0,Q=Q+Math.imul(z0,L0)|0,M=M+Math.imul(z0,C0)|0,K=K+Math.imul(W0,S0)|0,Q=Q+Math.imul(W0,E0)|0,Q=Q+Math.imul(H0,S0)|0,M=M+Math.imul(H0,E0)|0,K=K+Math.imul($0,w0)|0,Q=Q+Math.imul($0,T0)|0,Q=Q+Math.imul(Z0,w0)|0,M=M+Math.imul(Z0,T0)|0,K=K+Math.imul(i,v0)|0,Q=Q+Math.imul(i,N0)|0,Q=Q+Math.imul(e,v0)|0,M=M+Math.imul(e,N0)|0,K=K+Math.imul(y,D0)|0,Q=Q+Math.imul(y,k0)|0,Q=Q+Math.imul(x,D0)|0,M=M+Math.imul(x,k0)|0;var GZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(GZ>>>26)|0,GZ&=67108863,K=Math.imul(A0,q0),Q=Math.imul(A0,P0),Q=Q+Math.imul(K0,q0)|0,M=Math.imul(K0,P0),K=K+Math.imul(O0,j0)|0,Q=Q+Math.imul(O0,B0)|0,Q=Q+Math.imul(_0,j0)|0,M=M+Math.imul(_0,B0)|0,K=K+Math.imul(U0,L0)|0,Q=Q+Math.imul(U0,C0)|0,Q=Q+Math.imul(V0,L0)|0,M=M+Math.imul(V0,C0)|0,K=K+Math.imul(Q0,S0)|0,Q=Q+Math.imul(Q0,E0)|0,Q=Q+Math.imul(z0,S0)|0,M=M+Math.imul(z0,E0)|0,K=K+Math.imul(W0,w0)|0,Q=Q+Math.imul(W0,T0)|0,Q=Q+Math.imul(H0,w0)|0,M=M+Math.imul(H0,T0)|0,K=K+Math.imul($0,v0)|0,Q=Q+Math.imul($0,N0)|0,Q=Q+Math.imul(Z0,v0)|0,M=M+Math.imul(Z0,N0)|0,K=K+Math.imul(i,D0)|0,Q=Q+Math.imul(i,k0)|0,Q=Q+Math.imul(e,D0)|0,M=M+Math.imul(e,k0)|0,K=K+Math.imul(y,y0)|0,Q=Q+Math.imul(y,x0)|0,Q=Q+Math.imul(x,y0)|0,M=M+Math.imul(x,x0)|0;var YZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(YZ>>>26)|0,YZ&=67108863,K=Math.imul(M0,q0),Q=Math.imul(M0,P0),Q=Q+Math.imul(F0,q0)|0,M=Math.imul(F0,P0),K=K+Math.imul(A0,j0)|0,Q=Q+Math.imul(A0,B0)|0,Q=Q+Math.imul(K0,j0)|0,M=M+Math.imul(K0,B0)|0,K=K+Math.imul(O0,L0)|0,Q=Q+Math.imul(O0,C0)|0,Q=Q+Math.imul(_0,L0)|0,M=M+Math.imul(_0,C0)|0,K=K+Math.imul(U0,S0)|0,Q=Q+Math.imul(U0,E0)|0,Q=Q+Math.imul(V0,S0)|0,M=M+Math.imul(V0,E0)|0,K=K+Math.imul(Q0,w0)|0,Q=Q+Math.imul(Q0,T0)|0,Q=Q+Math.imul(z0,w0)|0,M=M+Math.imul(z0,T0)|0,K=K+Math.imul(W0,v0)|0,Q=Q+Math.imul(W0,N0)|0,Q=Q+Math.imul(H0,v0)|0,M=M+Math.imul(H0,N0)|0,K=K+Math.imul($0,D0)|0,Q=Q+Math.imul($0,k0)|0,Q=Q+Math.imul(Z0,D0)|0,M=M+Math.imul(Z0,k0)|0,K=K+Math.imul(i,y0)|0,Q=Q+Math.imul(i,x0)|0,Q=Q+Math.imul(e,y0)|0,M=M+Math.imul(e,x0)|0,K=K+Math.imul(y,f0)|0,Q=Q+Math.imul(y,g0)|0,Q=Q+Math.imul(x,f0)|0,M=M+Math.imul(x,g0)|0;var WZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(WZ>>>26)|0,WZ&=67108863,K=Math.imul(R0,q0),Q=Math.imul(R0,P0),Q=Q+Math.imul(I0,q0)|0,M=Math.imul(I0,P0),K=K+Math.imul(M0,j0)|0,Q=Q+Math.imul(M0,B0)|0,Q=Q+Math.imul(F0,j0)|0,M=M+Math.imul(F0,B0)|0,K=K+Math.imul(A0,L0)|0,Q=Q+Math.imul(A0,C0)|0,Q=Q+Math.imul(K0,L0)|0,M=M+Math.imul(K0,C0)|0,K=K+Math.imul(O0,S0)|0,Q=Q+Math.imul(O0,E0)|0,Q=Q+Math.imul(_0,S0)|0,M=M+Math.imul(_0,E0)|0,K=K+Math.imul(U0,w0)|0,Q=Q+Math.imul(U0,T0)|0,Q=Q+Math.imul(V0,w0)|0,M=M+Math.imul(V0,T0)|0,K=K+Math.imul(Q0,v0)|0,Q=Q+Math.imul(Q0,N0)|0,Q=Q+Math.imul(z0,v0)|0,M=M+Math.imul(z0,N0)|0,K=K+Math.imul(W0,D0)|0,Q=Q+Math.imul(W0,k0)|0,Q=Q+Math.imul(H0,D0)|0,M=M+Math.imul(H0,k0)|0,K=K+Math.imul($0,y0)|0,Q=Q+Math.imul($0,x0)|0,Q=Q+Math.imul(Z0,y0)|0,M=M+Math.imul(Z0,x0)|0,K=K+Math.imul(i,f0)|0,Q=Q+Math.imul(i,g0)|0,Q=Q+Math.imul(e,f0)|0,M=M+Math.imul(e,g0)|0,K=K+Math.imul(y,h0)|0,Q=Q+Math.imul(y,b0)|0,Q=Q+Math.imul(x,h0)|0,M=M+Math.imul(x,b0)|0;var HZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(HZ>>>26)|0,HZ&=67108863,K=Math.imul(R0,j0),Q=Math.imul(R0,B0),Q=Q+Math.imul(I0,j0)|0,M=Math.imul(I0,B0),K=K+Math.imul(M0,L0)|0,Q=Q+Math.imul(M0,C0)|0,Q=Q+Math.imul(F0,L0)|0,M=M+Math.imul(F0,C0)|0,K=K+Math.imul(A0,S0)|0,Q=Q+Math.imul(A0,E0)|0,Q=Q+Math.imul(K0,S0)|0,M=M+Math.imul(K0,E0)|0,K=K+Math.imul(O0,w0)|0,Q=Q+Math.imul(O0,T0)|0,Q=Q+Math.imul(_0,w0)|0,M=M+Math.imul(_0,T0)|0,K=K+Math.imul(U0,v0)|0,Q=Q+Math.imul(U0,N0)|0,Q=Q+Math.imul(V0,v0)|0,M=M+Math.imul(V0,N0)|0,K=K+Math.imul(Q0,D0)|0,Q=Q+Math.imul(Q0,k0)|0,Q=Q+Math.imul(z0,D0)|0,M=M+Math.imul(z0,k0)|0,K=K+Math.imul(W0,y0)|0,Q=Q+Math.imul(W0,x0)|0,Q=Q+Math.imul(H0,y0)|0,M=M+Math.imul(H0,x0)|0,K=K+Math.imul($0,f0)|0,Q=Q+Math.imul($0,g0)|0,Q=Q+Math.imul(Z0,f0)|0,M=M+Math.imul(Z0,g0)|0,K=K+Math.imul(i,h0)|0,Q=Q+Math.imul(i,b0)|0,Q=Q+Math.imul(e,h0)|0,M=M+Math.imul(e,b0)|0;var QZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(QZ>>>26)|0,QZ&=67108863,K=Math.imul(R0,L0),Q=Math.imul(R0,C0),Q=Q+Math.imul(I0,L0)|0,M=Math.imul(I0,C0),K=K+Math.imul(M0,S0)|0,Q=Q+Math.imul(M0,E0)|0,Q=Q+Math.imul(F0,S0)|0,M=M+Math.imul(F0,E0)|0,K=K+Math.imul(A0,w0)|0,Q=Q+Math.imul(A0,T0)|0,Q=Q+Math.imul(K0,w0)|0,M=M+Math.imul(K0,T0)|0,K=K+Math.imul(O0,v0)|0,Q=Q+Math.imul(O0,N0)|0,Q=Q+Math.imul(_0,v0)|0,M=M+Math.imul(_0,N0)|0,K=K+Math.imul(U0,D0)|0,Q=Q+Math.imul(U0,k0)|0,Q=Q+Math.imul(V0,D0)|0,M=M+Math.imul(V0,k0)|0,K=K+Math.imul(Q0,y0)|0,Q=Q+Math.imul(Q0,x0)|0,Q=Q+Math.imul(z0,y0)|0,M=M+Math.imul(z0,x0)|0,K=K+Math.imul(W0,f0)|0,Q=Q+Math.imul(W0,g0)|0,Q=Q+Math.imul(H0,f0)|0,M=M+Math.imul(H0,g0)|0,K=K+Math.imul($0,h0)|0,Q=Q+Math.imul($0,b0)|0,Q=Q+Math.imul(Z0,h0)|0,M=M+Math.imul(Z0,b0)|0;var zZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(zZ>>>26)|0,zZ&=67108863,K=Math.imul(R0,S0),Q=Math.imul(R0,E0),Q=Q+Math.imul(I0,S0)|0,M=Math.imul(I0,E0),K=K+Math.imul(M0,w0)|0,Q=Q+Math.imul(M0,T0)|0,Q=Q+Math.imul(F0,w0)|0,M=M+Math.imul(F0,T0)|0,K=K+Math.imul(A0,v0)|0,Q=Q+Math.imul(A0,N0)|0,Q=Q+Math.imul(K0,v0)|0,M=M+Math.imul(K0,N0)|0,K=K+Math.imul(O0,D0)|0,Q=Q+Math.imul(O0,k0)|0,Q=Q+Math.imul(_0,D0)|0,M=M+Math.imul(_0,k0)|0,K=K+Math.imul(U0,y0)|0,Q=Q+Math.imul(U0,x0)|0,Q=Q+Math.imul(V0,y0)|0,M=M+Math.imul(V0,x0)|0,K=K+Math.imul(Q0,f0)|0,Q=Q+Math.imul(Q0,g0)|0,Q=Q+Math.imul(z0,f0)|0,M=M+Math.imul(z0,g0)|0,K=K+Math.imul(W0,h0)|0,Q=Q+Math.imul(W0,b0)|0,Q=Q+Math.imul(H0,h0)|0,M=M+Math.imul(H0,b0)|0;var UZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(UZ>>>26)|0,UZ&=67108863,K=Math.imul(R0,w0),Q=Math.imul(R0,T0),Q=Q+Math.imul(I0,w0)|0,M=Math.imul(I0,T0),K=K+Math.imul(M0,v0)|0,Q=Q+Math.imul(M0,N0)|0,Q=Q+Math.imul(F0,v0)|0,M=M+Math.imul(F0,N0)|0,K=K+Math.imul(A0,D0)|0,Q=Q+Math.imul(A0,k0)|0,Q=Q+Math.imul(K0,D0)|0,M=M+Math.imul(K0,k0)|0,K=K+Math.imul(O0,y0)|0,Q=Q+Math.imul(O0,x0)|0,Q=Q+Math.imul(_0,y0)|0,M=M+Math.imul(_0,x0)|0,K=K+Math.imul(U0,f0)|0,Q=Q+Math.imul(U0,g0)|0,Q=Q+Math.imul(V0,f0)|0,M=M+Math.imul(V0,g0)|0,K=K+Math.imul(Q0,h0)|0,Q=Q+Math.imul(Q0,b0)|0,Q=Q+Math.imul(z0,h0)|0,M=M+Math.imul(z0,b0)|0;var VZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(VZ>>>26)|0,VZ&=67108863,K=Math.imul(R0,v0),Q=Math.imul(R0,N0),Q=Q+Math.imul(I0,v0)|0,M=Math.imul(I0,N0),K=K+Math.imul(M0,D0)|0,Q=Q+Math.imul(M0,k0)|0,Q=Q+Math.imul(F0,D0)|0,M=M+Math.imul(F0,k0)|0,K=K+Math.imul(A0,y0)|0,Q=Q+Math.imul(A0,x0)|0,Q=Q+Math.imul(K0,y0)|0,M=M+Math.imul(K0,x0)|0,K=K+Math.imul(O0,f0)|0,Q=Q+Math.imul(O0,g0)|0,Q=Q+Math.imul(_0,f0)|0,M=M+Math.imul(_0,g0)|0,K=K+Math.imul(U0,h0)|0,Q=Q+Math.imul(U0,b0)|0,Q=Q+Math.imul(V0,h0)|0,M=M+Math.imul(V0,b0)|0;var OZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(OZ>>>26)|0,OZ&=67108863,K=Math.imul(R0,D0),Q=Math.imul(R0,k0),Q=Q+Math.imul(I0,D0)|0,M=Math.imul(I0,k0),K=K+Math.imul(M0,y0)|0,Q=Q+Math.imul(M0,x0)|0,Q=Q+Math.imul(F0,y0)|0,M=M+Math.imul(F0,x0)|0,K=K+Math.imul(A0,f0)|0,Q=Q+Math.imul(A0,g0)|0,Q=Q+Math.imul(K0,f0)|0,M=M+Math.imul(K0,g0)|0,K=K+Math.imul(O0,h0)|0,Q=Q+Math.imul(O0,b0)|0,Q=Q+Math.imul(_0,h0)|0,M=M+Math.imul(_0,b0)|0;var _Z=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(_Z>>>26)|0,_Z&=67108863,K=Math.imul(R0,y0),Q=Math.imul(R0,x0),Q=Q+Math.imul(I0,y0)|0,M=Math.imul(I0,x0),K=K+Math.imul(M0,f0)|0,Q=Q+Math.imul(M0,g0)|0,Q=Q+Math.imul(F0,f0)|0,M=M+Math.imul(F0,g0)|0,K=K+Math.imul(A0,h0)|0,Q=Q+Math.imul(A0,b0)|0,Q=Q+Math.imul(K0,h0)|0,M=M+Math.imul(K0,b0)|0;var AZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(AZ>>>26)|0,AZ&=67108863,K=Math.imul(R0,f0),Q=Math.imul(R0,g0),Q=Q+Math.imul(I0,f0)|0,M=Math.imul(I0,g0),K=K+Math.imul(M0,h0)|0,Q=Q+Math.imul(M0,b0)|0,Q=Q+Math.imul(F0,h0)|0,M=M+Math.imul(F0,b0)|0;var KZ=(B+K|0)+((Q&8191)<<13)|0;B=(M+(Q>>>13)|0)+(KZ>>>26)|0,KZ&=67108863,K=Math.imul(R0,h0),Q=Math.imul(R0,b0),Q=Q+Math.imul(I0,h0)|0,M=Math.imul(I0,b0);var MZ=(B+K|0)+((Q&8191)<<13)|0;if(B=(M+(Q>>>13)|0)+(MZ>>>26)|0,MZ&=67108863,j[0]=aJ,j[1]=eJ,j[2]=$Z,j[3]=JZ,j[4]=ZZ,j[5]=XZ,j[6]=GZ,j[7]=YZ,j[8]=WZ,j[9]=HZ,j[10]=QZ,j[11]=zZ,j[12]=UZ,j[13]=VZ,j[14]=OZ,j[15]=_Z,j[16]=AZ,j[17]=KZ,j[18]=MZ,B!==0)j[19]=B,_.length++;return _};if(!Math.imul)S=L;function w(q,W,U){U.negative=W.negative^q.negative,U.length=q.length+W.length;var _=0,A=0;for(var F=0;F<U.length-1;F++){var j=A;A=0;var B=_&67108863,K=Math.min(F,W.length-1);for(var Q=Math.max(0,F-q.length+1);Q<=K;Q++){var M=F-Q,k=q.words[M]|0,y=W.words[Q]|0,x=k*y,p=x&67108863;j=j+(x/67108864|0)|0,p=p+B|0,B=p&67108863,j=j+(p>>>26)|0,A+=j>>>26,j&=67108863}U.words[F]=B,_=j,j=A}if(_!==0)U.words[F]=_;else U.length--;return U.strip()}function T(q,W,U){var _=new D;return _.mulp(q,W,U)}G.prototype.mulTo=function(W,U){var _,A=this.length+W.length;if(this.length===10&&W.length===10)_=S(this,W,U);else if(A<63)_=L(this,W,U);else if(A<1024)_=w(this,W,U);else _=T(this,W,U);return _};function D(q,W){this.x=q,this.y=W}D.prototype.makeRBT=function(W){var U=Array(W),_=G.prototype._countBits(W)-1;for(var A=0;A<W;A++)U[A]=this.revBin(A,_,W);return U},D.prototype.revBin=function(W,U,_){if(W===0||W===_-1)return W;var A=0;for(var F=0;F<U;F++)A|=(W&1)<<U-F-1,W>>=1;return A},D.prototype.permute=function(W,U,_,A,F,j){for(var B=0;B<j;B++)A[B]=U[W[B]],F[B]=_[W[B]]},D.prototype.transform=function(W,U,_,A,F,j){this.permute(j,W,U,_,A,F);for(var B=1;B<F;B<<=1){var K=B<<1,Q=Math.cos(2*Math.PI/K),M=Math.sin(2*Math.PI/K);for(var k=0;k<F;k+=K){var y=Q,x=M;for(var p=0;p<B;p++){var i=_[k+p],e=A[k+p],O$=_[k+p+B],$0=A[k+p+B],Z0=y*O$-x*$0;if($0=y*$0+x*O$,O$=Z0,_[k+p]=i+O$,A[k+p]=e+$0,_[k+p+B]=i-O$,A[k+p+B]=e-$0,p!==K)Z0=Q*y-M*x,x=Q*x+M*y,y=Z0}}}},D.prototype.guessLen13b=function(W,U){var _=Math.max(U,W)|1,A=_&1,F=0;for(_=_/2|0;_;_=_>>>1)F++;return 1<<F+1+A},D.prototype.conjugate=function(W,U,_){if(_<=1)return;for(var A=0;A<_/2;A++){var F=W[A];W[A]=W[_-A-1],W[_-A-1]=F,F=U[A],U[A]=-U[_-A-1],U[_-A-1]=-F}},D.prototype.normalize13b=function(W,U){var _=0;for(var A=0;A<U/2;A++){var F=Math.round(W[2*A+1]/U)*8192+Math.round(W[2*A]/U)+_;if(W[A]=F&67108863,F<67108864)_=0;else _=F/67108864|0}return W},D.prototype.convert13b=function(W,U,_,A){var F=0;for(var j=0;j<U;j++)F=F+(W[j]|0),_[2*j]=F&8191,F=F>>>13,_[2*j+1]=F&8191,F=F>>>13;for(j=2*U;j<A;++j)_[j]=0;Z(F===0),Z((F&-8192)===0)},D.prototype.stub=function(W){var U=Array(W);for(var _=0;_<W;_++)U[_]=0;return U},D.prototype.mulp=function(W,U,_){var A=2*this.guessLen13b(W.length,U.length),F=this.makeRBT(A),j=this.stub(A),B=Array(A),K=Array(A),Q=Array(A),M=Array(A),k=Array(A),y=Array(A),x=_.words;x.length=A,this.convert13b(W.words,W.length,B,A),this.convert13b(U.words,U.length,M,A),this.transform(B,j,K,Q,A,F),this.transform(M,j,k,y,A,F);for(var p=0;p<A;p++){var i=K[p]*k[p]-Q[p]*y[p];Q[p]=K[p]*y[p]+Q[p]*k[p],K[p]=i}return this.conjugate(K,Q,A),this.transform(K,Q,x,j,A,F),this.conjugate(x,j,A),this.normalize13b(x,A),_.negative=W.negative^U.negative,_.length=W.length+U.length,_.strip()},G.prototype.mul=function(W){var U=new G(null);return U.words=Array(this.length+W.length),this.mulTo(W,U)},G.prototype.mulf=function(W){var U=new G(null);return U.words=Array(this.length+W.length),T(this,W,U)},G.prototype.imul=function(W){return this.clone().mulTo(W,this)},G.prototype.imuln=function(W){Z(typeof W==="number"),Z(W<67108864);var U=0;for(var _=0;_<this.length;_++){var A=(this.words[_]|0)*W,F=(A&67108863)+(U&67108863);U>>=26,U+=A/67108864|0,U+=F>>>26,this.words[_]=F&67108863}if(U!==0)this.words[_]=U,this.length++;return this.length=W===0?1:this.length,this},G.prototype.muln=function(W){return this.clone().imuln(W)},G.prototype.sqr=function(){return this.mul(this)},G.prototype.isqr=function(){return this.imul(this.clone())},G.prototype.pow=function(W){var U=C(W);if(U.length===0)return new G(1);var _=this;for(var A=0;A<U.length;A++,_=_.sqr())if(U[A]!==0)break;if(++A<U.length)for(var F=_.sqr();A<U.length;A++,F=F.sqr()){if(U[A]===0)continue;_=_.mul(F)}return _},G.prototype.iushln=function(W){Z(typeof W==="number"&&W>=0);var U=W%26,_=(W-U)/26,A=67108863>>>26-U<<26-U,F;if(U!==0){var j=0;for(F=0;F<this.length;F++){var B=this.words[F]&A,K=(this.words[F]|0)-B<<U;this.words[F]=K|j,j=B>>>26-U}if(j)this.words[F]=j,this.length++}if(_!==0){for(F=this.length-1;F>=0;F--)this.words[F+_]=this.words[F];for(F=0;F<_;F++)this.words[F]=0;this.length+=_}return this.strip()},G.prototype.ishln=function(W){return Z(this.negative===0),this.iushln(W)},G.prototype.iushrn=function(W,U,_){Z(typeof W==="number"&&W>=0);var A;if(U)A=(U-U%26)/26;else A=0;var F=W%26,j=Math.min((W-F)/26,this.length),B=67108863^67108863>>>F<<F,K=_;if(A-=j,A=Math.max(0,A),K){for(var Q=0;Q<j;Q++)K.words[Q]=this.words[Q];K.length=j}if(j===0);else if(this.length>j){this.length-=j;for(Q=0;Q<this.length;Q++)this.words[Q]=this.words[Q+j]}else this.words[0]=0,this.length=1;var M=0;for(Q=this.length-1;Q>=0&&(M!==0||Q>=A);Q--){var k=this.words[Q]|0;this.words[Q]=M<<26-F|k>>>F,M=k&B}if(K&&M!==0)K.words[K.length++]=M;if(this.length===0)this.words[0]=0,this.length=1;return this.strip()},G.prototype.ishrn=function(W,U,_){return Z(this.negative===0),this.iushrn(W,U,_)},G.prototype.shln=function(W){return this.clone().ishln(W)},G.prototype.ushln=function(W){return this.clone().iushln(W)},G.prototype.shrn=function(W){return this.clone().ishrn(W)},G.prototype.ushrn=function(W){return this.clone().iushrn(W)},G.prototype.testn=function(W){Z(typeof W==="number"&&W>=0);var U=W%26,_=(W-U)/26,A=1<<U;if(this.length<=_)return!1;var F=this.words[_];return!!(F&A)},G.prototype.imaskn=function(W){Z(typeof W==="number"&&W>=0);var U=W%26,_=(W-U)/26;if(Z(this.negative===0,"imaskn works only with positive numbers"),this.length<=_)return this;if(U!==0)_++;if(this.length=Math.min(_,this.length),U!==0){var A=67108863^67108863>>>U<<U;this.words[this.length-1]&=A}return this.strip()},G.prototype.maskn=function(W){return this.clone().imaskn(W)},G.prototype.iaddn=function(W){if(Z(typeof W==="number"),Z(W<67108864),W<0)return this.isubn(-W);if(this.negative!==0){if(this.length===1&&(this.words[0]|0)<W)return this.words[0]=W-(this.words[0]|0),this.negative=0,this;return this.negative=0,this.isubn(W),this.negative=1,this}return this._iaddn(W)},G.prototype._iaddn=function(W){this.words[0]+=W;for(var U=0;U<this.length&&this.words[U]>=67108864;U++)if(this.words[U]-=67108864,U===this.length-1)this.words[U+1]=1;else this.words[U+1]++;return this.length=Math.max(this.length,U+1),this},G.prototype.isubn=function(W){if(Z(typeof W==="number"),Z(W<67108864),W<0)return this.iaddn(-W);if(this.negative!==0)return this.negative=0,this.iaddn(W),this.negative=1,this;if(this.words[0]-=W,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var U=0;U<this.length&&this.words[U]<0;U++)this.words[U]+=67108864,this.words[U+1]-=1;return this.strip()},G.prototype.addn=function(W){return this.clone().iaddn(W)},G.prototype.subn=function(W){return this.clone().isubn(W)},G.prototype.iabs=function(){return this.negative=0,this},G.prototype.abs=function(){return this.clone().iabs()},G.prototype._ishlnsubmul=function(W,U,_){var A=W.length+_,F;this._expand(A);var j,B=0;for(F=0;F<W.length;F++){j=(this.words[F+_]|0)+B;var K=(W.words[F]|0)*U;j-=K&67108863,B=(j>>26)-(K/67108864|0),this.words[F+_]=j&67108863}for(;F<this.length-_;F++)j=(this.words[F+_]|0)+B,B=j>>26,this.words[F+_]=j&67108863;if(B===0)return this.strip();Z(B===-1),B=0;for(F=0;F<this.length;F++)j=-(this.words[F]|0)+B,B=j>>26,this.words[F]=j&67108863;return this.negative=1,this.strip()},G.prototype._wordDiv=function(W,U){var _=this.length-W.length,A=this.clone(),F=W,j=F.words[F.length-1]|0,B=this._countBits(j);if(_=26-B,_!==0)F=F.ushln(_),A.iushln(_),j=F.words[F.length-1]|0;var K=A.length-F.length,Q;if(U!=="mod"){Q=new G(null),Q.length=K+1,Q.words=Array(Q.length);for(var M=0;M<Q.length;M++)Q.words[M]=0}var k=A.clone()._ishlnsubmul(F,1,K);if(k.negative===0){if(A=k,Q)Q.words[K]=1}for(var y=K-1;y>=0;y--){var x=(A.words[F.length+y]|0)*67108864+(A.words[F.length+y-1]|0);x=Math.min(x/j|0,67108863),A._ishlnsubmul(F,x,y);while(A.negative!==0)if(x--,A.negative=0,A._ishlnsubmul(F,1,y),!A.isZero())A.negative^=1;if(Q)Q.words[y]=x}if(Q)Q.strip();if(A.strip(),U!=="div"&&_!==0)A.iushrn(_);return{div:Q||null,mod:A}},G.prototype.divmod=function(W,U,_){if(Z(!W.isZero()),this.isZero())return{div:new G(0),mod:new G(0)};var A,F,j;if(this.negative!==0&&W.negative===0){if(j=this.neg().divmod(W,U),U!=="mod")A=j.div.neg();if(U!=="div"){if(F=j.mod.neg(),_&&F.negative!==0)F.iadd(W)}return{div:A,mod:F}}if(this.negative===0&&W.negative!==0){if(j=this.divmod(W.neg(),U),U!=="mod")A=j.div.neg();return{div:A,mod:j.mod}}if((this.negative&W.negative)!==0){if(j=this.neg().divmod(W.neg(),U),U!=="div"){if(F=j.mod.neg(),_&&F.negative!==0)F.isub(W)}return{div:j.div,mod:F}}if(W.length>this.length||this.cmp(W)<0)return{div:new G(0),mod:this};if(W.length===1){if(U==="div")return{div:this.divn(W.words[0]),mod:null};if(U==="mod")return{div:null,mod:new G(this.modn(W.words[0]))};return{div:this.divn(W.words[0]),mod:new G(this.modn(W.words[0]))}}return this._wordDiv(W,U)},G.prototype.div=function(W){return this.divmod(W,"div",!1).div},G.prototype.mod=function(W){return this.divmod(W,"mod",!1).mod},G.prototype.umod=function(W){return this.divmod(W,"mod",!0).mod},G.prototype.divRound=function(W){var U=this.divmod(W);if(U.mod.isZero())return U.div;var _=U.div.negative!==0?U.mod.isub(W):U.mod,A=W.ushrn(1),F=W.andln(1),j=_.cmp(A);if(j<0||F===1&&j===0)return U.div;return U.div.negative!==0?U.div.isubn(1):U.div.iaddn(1)},G.prototype.modn=function(W){Z(W<=67108863);var U=67108864%W,_=0;for(var A=this.length-1;A>=0;A--)_=(U*_+(this.words[A]|0))%W;return _},G.prototype.idivn=function(W){Z(W<=67108863);var U=0;for(var _=this.length-1;_>=0;_--){var A=(this.words[_]|0)+U*67108864;this.words[_]=A/W|0,U=A%W}return this.strip()},G.prototype.divn=function(W){return this.clone().idivn(W)},G.prototype.egcd=function(W){Z(W.negative===0),Z(!W.isZero());var U=this,_=W.clone();if(U.negative!==0)U=U.umod(W);else U=U.clone();var A=new G(1),F=new G(0),j=new G(0),B=new G(1),K=0;while(U.isEven()&&_.isEven())U.iushrn(1),_.iushrn(1),++K;var Q=_.clone(),M=U.clone();while(!U.isZero()){for(var k=0,y=1;(U.words[0]&y)===0&&k<26;++k,y<<=1);if(k>0){U.iushrn(k);while(k-- >0){if(A.isOdd()||F.isOdd())A.iadd(Q),F.isub(M);A.iushrn(1),F.iushrn(1)}}for(var x=0,p=1;(_.words[0]&p)===0&&x<26;++x,p<<=1);if(x>0){_.iushrn(x);while(x-- >0){if(j.isOdd()||B.isOdd())j.iadd(Q),B.isub(M);j.iushrn(1),B.iushrn(1)}}if(U.cmp(_)>=0)U.isub(_),A.isub(j),F.isub(B);else _.isub(U),j.isub(A),B.isub(F)}return{a:j,b:B,gcd:_.iushln(K)}},G.prototype._invmp=function(W){Z(W.negative===0),Z(!W.isZero());var U=this,_=W.clone();if(U.negative!==0)U=U.umod(W);else U=U.clone();var A=new G(1),F=new G(0),j=_.clone();while(U.cmpn(1)>0&&_.cmpn(1)>0){for(var B=0,K=1;(U.words[0]&K)===0&&B<26;++B,K<<=1);if(B>0){U.iushrn(B);while(B-- >0){if(A.isOdd())A.iadd(j);A.iushrn(1)}}for(var Q=0,M=1;(_.words[0]&M)===0&&Q<26;++Q,M<<=1);if(Q>0){_.iushrn(Q);while(Q-- >0){if(F.isOdd())F.iadd(j);F.iushrn(1)}}if(U.cmp(_)>=0)U.isub(_),A.isub(F);else _.isub(U),F.isub(A)}var k;if(U.cmpn(1)===0)k=A;else k=F;if(k.cmpn(0)<0)k.iadd(W);return k},G.prototype.gcd=function(W){if(this.isZero())return W.abs();if(W.isZero())return this.abs();var U=this.clone(),_=W.clone();U.negative=0,_.negative=0;for(var A=0;U.isEven()&&_.isEven();A++)U.iushrn(1),_.iushrn(1);do{while(U.isEven())U.iushrn(1);while(_.isEven())_.iushrn(1);var F=U.cmp(_);if(F<0){var j=U;U=_,_=j}else if(F===0||_.cmpn(1)===0)break;U.isub(_)}while(!0);return _.iushln(A)},G.prototype.invm=function(W){return this.egcd(W).a.umod(W)},G.prototype.isEven=function(){return(this.words[0]&1)===0},G.prototype.isOdd=function(){return(this.words[0]&1)===1},G.prototype.andln=function(W){return this.words[0]&W},G.prototype.bincn=function(W){Z(typeof W==="number");var U=W%26,_=(W-U)/26,A=1<<U;if(this.length<=_)return this._expand(_+1),this.words[_]|=A,this;var F=A;for(var j=_;F!==0&&j<this.length;j++){var B=this.words[j]|0;B+=F,F=B>>>26,B&=67108863,this.words[j]=B}if(F!==0)this.words[j]=F,this.length++;return this},G.prototype.isZero=function(){return this.length===1&&this.words[0]===0},G.prototype.cmpn=function(W){var U=W<0;if(this.negative!==0&&!U)return-1;if(this.negative===0&&U)return 1;this.strip();var _;if(this.length>1)_=1;else{if(U)W=-W;Z(W<=67108863,"Number is too big");var A=this.words[0]|0;_=A===W?0:A<W?-1:1}if(this.negative!==0)return-_|0;return _},G.prototype.cmp=function(W){if(this.negative!==0&&W.negative===0)return-1;if(this.negative===0&&W.negative!==0)return 1;var U=this.ucmp(W);if(this.negative!==0)return-U|0;return U},G.prototype.ucmp=function(W){if(this.length>W.length)return 1;if(this.length<W.length)return-1;var U=0;for(var _=this.length-1;_>=0;_--){var A=this.words[_]|0,F=W.words[_]|0;if(A===F)continue;if(A<F)U=-1;else if(A>F)U=1;break}return U},G.prototype.gtn=function(W){return this.cmpn(W)===1},G.prototype.gt=function(W){return this.cmp(W)===1},G.prototype.gten=function(W){return this.cmpn(W)>=0},G.prototype.gte=function(W){return this.cmp(W)>=0},G.prototype.ltn=function(W){return this.cmpn(W)===-1},G.prototype.lt=function(W){return this.cmp(W)===-1},G.prototype.lten=function(W){return this.cmpn(W)<=0},G.prototype.lte=function(W){return this.cmp(W)<=0},G.prototype.eqn=function(W){return this.cmpn(W)===0},G.prototype.eq=function(W){return this.cmp(W)===0},G.red=function(W){return new l(W)},G.prototype.toRed=function(W){return Z(!this.red,"Already a number in reduction context"),Z(this.negative===0,"red works only with positives"),W.convertTo(this)._forceRed(W)},G.prototype.fromRed=function(){return Z(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},G.prototype._forceRed=function(W){return this.red=W,this},G.prototype.forceRed=function(W){return Z(!this.red,"Already a number in reduction context"),this._forceRed(W)},G.prototype.redAdd=function(W){return Z(this.red,"redAdd works only with red numbers"),this.red.add(this,W)},G.prototype.redIAdd=function(W){return Z(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,W)},G.prototype.redSub=function(W){return Z(this.red,"redSub works only with red numbers"),this.red.sub(this,W)},G.prototype.redISub=function(W){return Z(this.red,"redISub works only with red numbers"),this.red.isub(this,W)},G.prototype.redShl=function(W){return Z(this.red,"redShl works only with red numbers"),this.red.shl(this,W)},G.prototype.redMul=function(W){return Z(this.red,"redMul works only with red numbers"),this.red._verify2(this,W),this.red.mul(this,W)},G.prototype.redIMul=function(W){return Z(this.red,"redMul works only with red numbers"),this.red._verify2(this,W),this.red.imul(this,W)},G.prototype.redSqr=function(){return Z(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},G.prototype.redISqr=function(){return Z(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},G.prototype.redSqrt=function(){return Z(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},G.prototype.redInvm=function(){return Z(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},G.prototype.redNeg=function(){return Z(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},G.prototype.redPow=function(W){return Z(this.red&&!W.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,W)};var E={k256:null,p224:null,p192:null,p25519:null};function N(q,W){this.name=q,this.p=new G(W,16),this.n=this.p.bitLength(),this.k=new G(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}N.prototype._tmp=function(){var W=new G(null);return W.words=Array(Math.ceil(this.n/13)),W},N.prototype.ireduce=function(W){var U=W,_;do this.split(U,this.tmp),U=this.imulK(U),U=U.iadd(this.tmp),_=U.bitLength();while(_>this.n);var A=_<this.n?-1:U.ucmp(this.p);if(A===0)U.words[0]=0,U.length=1;else if(A>0)U.isub(this.p);else if(U.strip!==void 0)U.strip();else U._strip();return U},N.prototype.split=function(W,U){W.iushrn(this.n,0,U)},N.prototype.imulK=function(W){return W.imul(this.k)};function b(){N.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}X(b,N),b.prototype.split=function(W,U){var _=4194303,A=Math.min(W.length,9);for(var F=0;F<A;F++)U.words[F]=W.words[F];if(U.length=A,W.length<=9){W.words[0]=0,W.length=1;return}var j=W.words[9];U.words[U.length++]=j&_;for(F=10;F<W.length;F++){var B=W.words[F]|0;W.words[F-10]=(B&_)<<4|j>>>22,j=B}if(j>>>=22,W.words[F-10]=j,j===0&&W.length>10)W.length-=10;else W.length-=9},b.prototype.imulK=function(W){W.words[W.length]=0,W.words[W.length+1]=0,W.length+=2;var U=0;for(var _=0;_<W.length;_++){var A=W.words[_]|0;U+=A*977,W.words[_]=U&67108863,U=A*64+(U/67108864|0)}if(W.words[W.length-1]===0){if(W.length--,W.words[W.length-1]===0)W.length--}return W};function v(){N.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}X(v,N);function f(){N.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}X(f,N);function o(){N.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}X(o,N),o.prototype.imulK=function(W){var U=0;for(var _=0;_<W.length;_++){var A=(W.words[_]|0)*19+U,F=A&67108863;A>>>=26,W.words[_]=F,U=A}if(U!==0)W.words[W.length++]=U;return W},G._prime=function(W){if(E[W])return E[W];var U;if(W==="k256")U=new b;else if(W==="p224")U=new v;else if(W==="p192")U=new f;else if(W==="p25519")U=new o;else throw Error("Unknown prime "+W);return E[W]=U,U};function l(q){if(typeof q==="string"){var W=G._prime(q);this.m=W.p,this.prime=W}else Z(q.gtn(1),"modulus must be greater than 1"),this.m=q,this.prime=null}l.prototype._verify1=function(W){Z(W.negative===0,"red works only with positives"),Z(W.red,"red works only with red numbers")},l.prototype._verify2=function(W,U){Z((W.negative|U.negative)===0,"red works only with positives"),Z(W.red&&W.red===U.red,"red works only with red numbers")},l.prototype.imod=function(W){if(this.prime)return this.prime.ireduce(W)._forceRed(this);return W.umod(this.m)._forceRed(this)},l.prototype.neg=function(W){if(W.isZero())return W.clone();return this.m.sub(W)._forceRed(this)},l.prototype.add=function(W,U){this._verify2(W,U);var _=W.add(U);if(_.cmp(this.m)>=0)_.isub(this.m);return _._forceRed(this)},l.prototype.iadd=function(W,U){this._verify2(W,U);var _=W.iadd(U);if(_.cmp(this.m)>=0)_.isub(this.m);return _},l.prototype.sub=function(W,U){this._verify2(W,U);var _=W.sub(U);if(_.cmpn(0)<0)_.iadd(this.m);return _._forceRed(this)},l.prototype.isub=function(W,U){this._verify2(W,U);var _=W.isub(U);if(_.cmpn(0)<0)_.iadd(this.m);return _},l.prototype.shl=function(W,U){return this._verify1(W),this.imod(W.ushln(U))},l.prototype.imul=function(W,U){return this._verify2(W,U),this.imod(W.imul(U))},l.prototype.mul=function(W,U){return this._verify2(W,U),this.imod(W.mul(U))},l.prototype.isqr=function(W){return this.imul(W,W.clone())},l.prototype.sqr=function(W){return this.mul(W,W)},l.prototype.sqrt=function(W){if(W.isZero())return W.clone();var U=this.m.andln(3);if(Z(U%2===1),U===3){var _=this.m.add(new G(1)).iushrn(2);return this.pow(W,_)}var A=this.m.subn(1),F=0;while(!A.isZero()&&A.andln(1)===0)F++,A.iushrn(1);Z(!A.isZero());var j=new G(1).toRed(this),B=j.redNeg(),K=this.m.subn(1).iushrn(1),Q=this.m.bitLength();Q=new G(2*Q*Q).toRed(this);while(this.pow(Q,K).cmp(B)!==0)Q.redIAdd(B);var M=this.pow(Q,A),k=this.pow(W,A.addn(1).iushrn(1)),y=this.pow(W,A),x=F;while(y.cmp(j)!==0){var p=y;for(var i=0;p.cmp(j)!==0;i++)p=p.redSqr();Z(i<x);var e=this.pow(M,new G(1).iushln(x-i-1));k=k.redMul(e),M=e.redSqr(),y=y.redMul(M),x=i}return k},l.prototype.invm=function(W){var U=W._invmp(this.m);if(U.negative!==0)return U.negative=0,this.imod(U).redNeg();else return this.imod(U)},l.prototype.pow=function(W,U){if(U.isZero())return new G(1).toRed(this);if(U.cmpn(1)===0)return W.clone();var _=4,A=Array(1<<_);A[0]=new G(1).toRed(this),A[1]=W;for(var F=2;F<A.length;F++)A[F]=this.mul(A[F-1],W);var j=A[0],B=0,K=0,Q=U.bitLength()%26;if(Q===0)Q=26;for(F=U.length-1;F>=0;F--){var M=U.words[F];for(var k=Q-1;k>=0;k--){var y=M>>k&1;if(j!==A[0])j=this.sqr(j);if(y===0&&B===0){K=0;continue}if(B<<=1,B|=y,K++,K!==_&&(F!==0||k!==0))continue;j=this.mul(j,A[B]),K=0,B=0}Q=26}return j},l.prototype.convertTo=function(W){var U=W.umod(this.m);return U===W?U.clone():U},l.prototype.convertFrom=function(W){var U=W.clone();return U.red=null,U},G.mont=function(W){return new u0(W)};function u0(q){if(l.call(this,q),this.shift=this.m.bitLength(),this.shift%26!==0)this.shift+=26-this.shift%26;this.r=new G(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}X(u0,l),u0.prototype.convertTo=function(W){return this.imod(W.ushln(this.shift))},u0.prototype.convertFrom=function(W){var U=this.imod(W.mul(this.rinv));return U.red=null,U},u0.prototype.imul=function(W,U){if(W.isZero()||U.isZero())return W.words[0]=0,W.length=1,W;var _=W.imul(U),A=_.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),F=_.isub(A).iushrn(this.shift),j=F;if(F.cmp(this.m)>=0)j=F.isub(this.m);else if(F.cmpn(0)<0)j=F.iadd(this.m);return j._forceRed(this)},u0.prototype.mul=function(W,U){if(W.isZero()||U.isZero())return new G(0)._forceRed(this);var _=W.mul(U),A=_.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),F=_.isub(A).iushrn(this.shift),j=F;if(F.cmp(this.m)>=0)j=F.isub(this.m);else if(F.cmpn(0)<0)j=F.iadd(this.m);return j._forceRed(this)},u0.prototype.invm=function(W){var U=this.imod(W._invmp(this.m).mul(this.r2));return U._forceRed(this)}})(typeof XX>"u"||XX,m1)});var n1=s(($U,YX)=>{if(typeof Object.create==="function")YX.exports=function(J,Z){if(Z)J.super_=Z,J.prototype=Object.create(Z.prototype,{constructor:{value:J,enumerable:!1,writable:!0,configurable:!0}})};else YX.exports=function(J,Z){if(Z){J.super_=Z;var X=function(){};X.prototype=Z.prototype,J.prototype=new X,J.prototype.constructor=J}}});var j$=s((JU,WX)=>{try{if(fJ=A$("util"),typeof fJ.inherits!=="function")throw"";WX.exports=fJ.inherits}catch($){WX.exports=n1()}var fJ});var hJ=s((ZU,d1)=>{var gJ=A$("buffer"),c$=gJ.Buffer,t0={},a0;for(a0 in gJ){if(!gJ.hasOwnProperty(a0))continue;if(a0==="SlowBuffer"||a0==="Buffer")continue;t0[a0]=gJ[a0]}var p$=t0.Buffer={};for(a0 in c$){if(!c$.hasOwnProperty(a0))continue;if(a0==="allocUnsafe"||a0==="allocUnsafeSlow")continue;p$[a0]=c$[a0]}t0.Buffer.prototype=c$.prototype;if(!p$.from||p$.from===Uint8Array.from)p$.from=function($,J,Z){if(typeof $==="number")throw TypeError('The "value" argument must not be of type number. Received type '+typeof $);if($&&typeof $.length>"u")throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof $);return c$($,J,Z)};if(!p$.alloc)p$.alloc=function($,J,Z){if(typeof $!=="number")throw TypeError('The "size" argument must be of type number. Received type '+typeof $);if($<0||$>=2147483648)throw RangeError('The value "'+$+'" is invalid for option "size"');var X=c$($);if(!J||J.length===0)X.fill(0);else if(typeof Z==="string")X.fill(J,Z);else X.fill(J);return X};if(!t0.kStringMaxLength)try{t0.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch($){}if(!t0.constants){if(t0.constants={MAX_LENGTH:t0.kMaxLength},t0.kStringMaxLength)t0.constants.MAX_STRING_LENGTH=t0.kStringMaxLength}d1.exports=t0});var bJ=s((Gz)=>{var Xz=j$();function e0($){this._reporterState={obj:null,path:[],options:$||{},errors:[]}}Gz.Reporter=e0;e0.prototype.isError=function(J){return J instanceof u$};e0.prototype.save=function(){let J=this._reporterState;return{obj:J.obj,pathLen:J.path.length}};e0.prototype.restore=function(J){let Z=this._reporterState;Z.obj=J.obj,Z.path=Z.path.slice(0,J.pathLen)};e0.prototype.enterKey=function(J){return this._reporterState.path.push(J)};e0.prototype.exitKey=function(J){let Z=this._reporterState;Z.path=Z.path.slice(0,J-1)};e0.prototype.leaveKey=function(J,Z,X){let G=this._reporterState;if(this.exitKey(J),G.obj!==null)G.obj[Z]=X};e0.prototype.path=function(){return this._reporterState.path.join("/")};e0.prototype.enterObject=function(){let J=this._reporterState,Z=J.obj;return J.obj={},Z};e0.prototype.leaveObject=function(J){let Z=this._reporterState,X=Z.obj;return Z.obj=J,X};e0.prototype.error=function(J){let Z,X=this._reporterState,G=J instanceof u$;if(G)Z=J;else Z=new u$(X.path.map(function(Y){return"["+JSON.stringify(Y)+"]"}).join(""),J.message||J,J.stack);if(!X.options.partial)throw Z;if(!G)X.errors.push(Z);return Z};e0.prototype.wrapResult=function(J){let Z=this._reporterState;if(!Z.options.partial)return J;return{result:this.isError(J)?null:J,errors:Z.errors}};function u$($,J){this.path=$,this.rethrow(J)}Xz(u$,Error);u$.prototype.rethrow=function(J){if(this.message=J+" at: "+(this.path||"(shallow)"),Error.captureStackTrace)Error.captureStackTrace(this,u$);if(!this.stack)try{throw Error(this.message)}catch(Z){this.stack=Z.stack}return this}});var d$=s((Hz)=>{var Wz=j$(),cJ=bJ().Reporter,m$=hJ().Buffer;function $$($,J){if(cJ.call(this,J),!m$.isBuffer($)){this.error("Input not Buffer");return}this.base=$,this.offset=0,this.length=$.length}Wz($$,cJ);Hz.DecoderBuffer=$$;$$.isDecoderBuffer=function(J){if(J instanceof $$)return!0;return typeof J==="object"&&m$.isBuffer(J.base)&&J.constructor.name==="DecoderBuffer"&&typeof J.offset==="number"&&typeof J.length==="number"&&typeof J.save==="function"&&typeof J.restore==="function"&&typeof J.isEmpty==="function"&&typeof J.readUInt8==="function"&&typeof J.skip==="function"&&typeof J.raw==="function"};$$.prototype.save=function(){return{offset:this.offset,reporter:cJ.prototype.save.call(this)}};$$.prototype.restore=function(J){let Z=new $$(this.base);return Z.offset=J.offset,Z.length=this.offset,this.offset=J.offset,cJ.prototype.restore.call(this,J.reporter),Z};$$.prototype.isEmpty=function(){return this.offset===this.length};$$.prototype.readUInt8=function(J){if(this.offset+1<=this.length)return this.base.readUInt8(this.offset++,!0);else return this.error(J||"DecoderBuffer overrun")};$$.prototype.skip=function(J,Z){if(!(this.offset+J<=this.length))return this.error(Z||"DecoderBuffer overrun");let X=new $$(this.base);return X._reporterState=this._reporterState,X.offset=this.offset,X.length=this.offset+J,this.offset+=J,X};$$.prototype.raw=function(J){return this.base.slice(J?J.offset:this.offset,this.length)};function n$($,J){if(Array.isArray($))this.length=0,this.value=$.map(function(Z){if(!n$.isEncoderBuffer(Z))Z=new n$(Z,J);return this.length+=Z.length,Z},this);else if(typeof $==="number"){if(!(0<=$&&$<=255))return J.error("non-byte EncoderBuffer value");this.value=$,this.length=1}else if(typeof $==="string")this.value=$,this.length=m$.byteLength($);else if(m$.isBuffer($))this.value=$,this.length=$.length;else return J.error("Unsupported type: "+typeof $)}Hz.EncoderBuffer=n$;n$.isEncoderBuffer=function(J){if(J instanceof n$)return!0;return typeof J==="object"&&J.constructor.name==="EncoderBuffer"&&typeof J.length==="number"&&typeof J.join==="function"};n$.prototype.join=function(J,Z){if(!J)J=m$.alloc(this.length);if(!Z)Z=0;if(this.length===0)return J;if(Array.isArray(this.value))this.value.forEach(function(X){X.join(J,Z),Z+=X.length});else{if(typeof this.value==="number")J[Z]=this.value;else if(typeof this.value==="string")J.write(this.value,Z);else if(m$.isBuffer(this.value))this.value.copy(J,Z);Z+=this.length}return J}});var l1=s((YU,o1)=>{o1.exports=s1;function s1($,J){if(!$)throw Error(J||"Assertion failed")}s1.equal=function(J,Z,X){if(J!=Z)throw Error(X||"Assertion failed: "+J+" != "+Z)}});var pJ=s((WU,i1)=>{var Uz=bJ().Reporter,Vz=d$().EncoderBuffer,Oz=d$().DecoderBuffer,o0=l1(),r1=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],_z=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(r1),Az=["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"];function t($,J,Z){let X={};if(this._baseState=X,X.name=Z,X.enc=$,X.parent=J||null,X.children=null,X.tag=null,X.args=null,X.reverseArgs=null,X.choice=null,X.optional=!1,X.any=!1,X.obj=!1,X.use=null,X.useDecoder=null,X.key=null,X.default=null,X.explicit=null,X.implicit=null,X.contains=null,!X.parent)X.children=[],this._wrap()}i1.exports=t;var Kz=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];t.prototype.clone=function(){let J=this._baseState,Z={};Kz.forEach(function(G){Z[G]=J[G]});let X=new this.constructor(Z.parent);return X._baseState=Z,X};t.prototype._wrap=function(){let J=this._baseState;_z.forEach(function(Z){this[Z]=function(){let G=new this.constructor(this);return J.children.push(G),G[Z].apply(G,arguments)}},this)};t.prototype._init=function(J){let Z=this._baseState;o0(Z.parent===null),J.call(this),Z.children=Z.children.filter(function(X){return X._baseState.parent===this},this),o0.equal(Z.children.length,1,"Root node can have only one child")};t.prototype._useArgs=function(J){let Z=this._baseState,X=J.filter(function(G){return G instanceof this.constructor},this);if(J=J.filter(function(G){return!(G instanceof this.constructor)},this),X.length!==0)o0(Z.children===null),Z.children=X,X.forEach(function(G){G._baseState.parent=this},this);if(J.length!==0)o0(Z.args===null),Z.args=J,Z.reverseArgs=J.map(function(G){if(typeof G!=="object"||G.constructor!==Object)return G;let Y={};return Object.keys(G).forEach(function(H){if(H==(H|0))H|=0;let z=G[H];Y[z]=H}),Y})};Az.forEach(function($){t.prototype[$]=function(){let Z=this._baseState;throw Error($+" not implemented for encoding: "+Z.enc)}});r1.forEach(function($){t.prototype[$]=function(){let Z=this._baseState,X=Array.prototype.slice.call(arguments);return o0(Z.tag===null),Z.tag=$,this._useArgs(X),this}});t.prototype.use=function(J){o0(J);let Z=this._baseState;return o0(Z.use===null),Z.use=J,this};t.prototype.optional=function(){let J=this._baseState;return J.optional=!0,this};t.prototype.def=function(J){let Z=this._baseState;return o0(Z.default===null),Z.default=J,Z.optional=!0,this};t.prototype.explicit=function(J){let Z=this._baseState;return o0(Z.explicit===null&&Z.implicit===null),Z.explicit=J,this};t.prototype.implicit=function(J){let Z=this._baseState;return o0(Z.explicit===null&&Z.implicit===null),Z.implicit=J,this};t.prototype.obj=function(){let J=this._baseState,Z=Array.prototype.slice.call(arguments);if(J.obj=!0,Z.length!==0)this._useArgs(Z);return this};t.prototype.key=function(J){let Z=this._baseState;return o0(Z.key===null),Z.key=J,this};t.prototype.any=function(){let J=this._baseState;return J.any=!0,this};t.prototype.choice=function(J){let Z=this._baseState;return o0(Z.choice===null),Z.choice=J,this._useArgs(Object.keys(J).map(function(X){return J[X]})),this};t.prototype.contains=function(J){let Z=this._baseState;return o0(Z.use===null),Z.contains=J,this};t.prototype._decode=function(J,Z){let X=this._baseState;if(X.parent===null)return J.wrapResult(X.children[0]._decode(J,Z));let G=X.default,Y=!0,H=null;if(X.key!==null)H=J.enterKey(X.key);if(X.optional){let V=null;if(X.explicit!==null)V=X.explicit;else if(X.implicit!==null)V=X.implicit;else if(X.tag!==null)V=X.tag;if(V===null&&!X.any){let O=J.save();try{if(X.choice===null)this._decodeGeneric(X.tag,J,Z);else this._decodeChoice(J,Z);Y=!0}catch(R){Y=!1}J.restore(O)}else if(Y=this._peekTag(J,V,X.any),J.isError(Y))return Y}let z;if(X.obj&&Y)z=J.enterObject();if(Y){if(X.explicit!==null){let O=this._decodeTag(J,X.explicit);if(J.isError(O))return O;J=O}let V=J.offset;if(X.use===null&&X.choice===null){let O;if(X.any)O=J.save();let R=this._decodeTag(J,X.implicit!==null?X.implicit:X.tag,X.any);if(J.isError(R))return R;if(X.any)G=J.raw(O);else J=R}if(Z&&Z.track&&X.tag!==null)Z.track(J.path(),V,J.length,"tagged");if(Z&&Z.track&&X.tag!==null)Z.track(J.path(),J.offset,J.length,"content");if(X.any);else if(X.choice===null)G=this._decodeGeneric(X.tag,J,Z);else G=this._decodeChoice(J,Z);if(J.isError(G))return G;if(!X.any&&X.choice===null&&X.children!==null)X.children.forEach(function(R){R._decode(J,Z)});if(X.contains&&(X.tag==="octstr"||X.tag==="bitstr")){let O=new Oz(G);G=this._getUse(X.contains,J._reporterState.obj)._decode(O,Z)}}if(X.obj&&Y)G=J.leaveObject(z);if(X.key!==null&&(G!==null||Y===!0))J.leaveKey(H,X.key,G);else if(H!==null)J.exitKey(H);return G};t.prototype._decodeGeneric=function(J,Z,X){let G=this._baseState;if(J==="seq"||J==="set")return null;if(J==="seqof"||J==="setof")return this._decodeList(Z,J,G.args[0],X);else if(/str$/.test(J))return this._decodeStr(Z,J,X);else if(J==="objid"&&G.args)return this._decodeObjid(Z,G.args[0],G.args[1],X);else if(J==="objid")return this._decodeObjid(Z,null,null,X);else if(J==="gentime"||J==="utctime")return this._decodeTime(Z,J,X);else if(J==="null_")return this._decodeNull(Z,X);else if(J==="bool")return this._decodeBool(Z,X);else if(J==="objDesc")return this._decodeStr(Z,J,X);else if(J==="int"||J==="enum")return this._decodeInt(Z,G.args&&G.args[0],X);if(G.use!==null)return this._getUse(G.use,Z._reporterState.obj)._decode(Z,X);else return Z.error("unknown tag: "+J)};t.prototype._getUse=function(J,Z){let X=this._baseState;if(X.useDecoder=this._use(J,Z),o0(X.useDecoder._baseState.parent===null),X.useDecoder=X.useDecoder._baseState.children[0],X.implicit!==X.useDecoder._baseState.implicit)X.useDecoder=X.useDecoder.clone(),X.useDecoder._baseState.implicit=X.implicit;return X.useDecoder};t.prototype._decodeChoice=function(J,Z){let X=this._baseState,G=null,Y=!1;if(Object.keys(X.choice).some(function(H){let z=J.save(),V=X.choice[H];try{let O=V._decode(J,Z);if(J.isError(O))return!1;G={type:H,value:O},Y=!0}catch(O){return J.restore(z),!1}return!0},this),!Y)return J.error("Choice not matched");return G};t.prototype._createEncoderBuffer=function(J){return new Vz(J,this.reporter)};t.prototype._encode=function(J,Z,X){let G=this._baseState;if(G.default!==null&&G.default===J)return;let Y=this._encodeValue(J,Z,X);if(Y===void 0)return;if(this._skipDefault(Y,Z,X))return;return Y};t.prototype._encodeValue=function(J,Z,X){let G=this._baseState;if(G.parent===null)return G.children[0]._encode(J,Z||new Uz);let Y=null;if(this.reporter=Z,G.optional&&J===void 0)if(G.default!==null)J=G.default;else return;let H=null,z=!1;if(G.any)Y=this._createEncoderBuffer(J);else if(G.choice)Y=this._encodeChoice(J,Z);else if(G.contains)H=this._getUse(G.contains,X)._encode(J,Z),z=!0;else if(G.children)H=G.children.map(function(V){if(V._baseState.tag==="null_")return V._encode(null,Z,J);if(V._baseState.key===null)return Z.error("Child should have a key");let O=Z.enterKey(V._baseState.key);if(typeof J!=="object")return Z.error("Child expected, but input is not object");let R=V._encode(J[V._baseState.key],Z,J);return Z.leaveKey(O),R},this).filter(function(V){return V}),H=this._createEncoderBuffer(H);else if(G.tag==="seqof"||G.tag==="setof"){if(!(G.args&&G.args.length===1))return Z.error("Too many args for : "+G.tag);if(!Array.isArray(J))return Z.error("seqof/setof, but data is not Array");let V=this.clone();V._baseState.implicit=null,H=this._createEncoderBuffer(J.map(function(O){let R=this._baseState;return this._getUse(R.args[0],J)._encode(O,Z)},V))}else if(G.use!==null)Y=this._getUse(G.use,X)._encode(J,Z);else H=this._encodePrimitive(G.tag,J),z=!0;if(!G.any&&G.choice===null){let V=G.implicit!==null?G.implicit:G.tag,O=G.implicit===null?"universal":"context";if(V===null){if(G.use===null)Z.error("Tag could be omitted only for .use()")}else if(G.use===null)Y=this._encodeComposite(V,z,O,H)}if(G.explicit!==null)Y=this._encodeComposite(G.explicit,!1,"context",Y);return Y};t.prototype._encodeChoice=function(J,Z){let X=this._baseState,G=X.choice[J.type];if(!G)o0(!1,J.type+" not found in "+JSON.stringify(Object.keys(X.choice)));return G._encode(J.value,Z)};t.prototype._encodePrimitive=function(J,Z){let X=this._baseState;if(/str$/.test(J))return this._encodeStr(Z,J);else if(J==="objid"&&X.args)return this._encodeObjid(Z,X.reverseArgs[0],X.args[1]);else if(J==="objid")return this._encodeObjid(Z,null,null);else if(J==="gentime"||J==="utctime")return this._encodeTime(Z,J);else if(J==="null_")return this._encodeNull();else if(J==="int"||J==="enum")return this._encodeInt(Z,X.args&&X.reverseArgs[0]);else if(J==="bool")return this._encodeBool(Z);else if(J==="objDesc")return this._encodeStr(Z,J);else throw Error("Unsupported tag: "+J)};t.prototype._isNumstr=function(J){return/^[0-9 ]*$/.test(J)};t.prototype._isPrintstr=function(J){return/^[A-Za-z0-9 '()+,-./:=?]*$/.test(J)}});var uJ=s((Mz)=>{function t1($){let J={};return Object.keys($).forEach(function(Z){if((Z|0)==Z)Z=Z|0;let X=$[Z];J[X]=Z}),J}Mz.tagClass={0:"universal",1:"application",2:"context",3:"private"};Mz.tagClassByName=t1(Mz.tagClass);Mz.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"};Mz.tagByName=t1(Mz.tag)});var QX=s((QU,ZY)=>{var Iz=j$(),U$=hJ().Buffer,$Y=pJ(),HX=uJ();function JY($){this.enc="der",this.name=$.name,this.entity=$,this.tree=new Z$,this.tree._init($.body)}ZY.exports=JY;JY.prototype.encode=function(J,Z){return this.tree._encode(J,Z).join()};function Z$($){$Y.call(this,"der",$)}Iz(Z$,$Y);Z$.prototype._encodeComposite=function(J,Z,X,G){let Y=qz(J,Z,X,this.reporter);if(G.length<128){let V=U$.alloc(2);return V[0]=Y,V[1]=G.length,this._createEncoderBuffer([V,G])}let H=1;for(let V=G.length;V>=256;V>>=8)H++;let z=U$.alloc(2+H);z[0]=Y,z[1]=128|H;for(let V=1+H,O=G.length;O>0;V--,O>>=8)z[V]=O&255;return this._createEncoderBuffer([z,G])};Z$.prototype._encodeStr=function(J,Z){if(Z==="bitstr")return this._createEncoderBuffer([J.unused|0,J.data]);else if(Z==="bmpstr"){let X=U$.alloc(J.length*2);for(let G=0;G<J.length;G++)X.writeUInt16BE(J.charCodeAt(G),G*2);return this._createEncoderBuffer(X)}else if(Z==="numstr"){if(!this._isNumstr(J))return this.reporter.error("Encoding of string type: numstr supports only digits and space");return this._createEncoderBuffer(J)}else if(Z==="printstr"){if(!this._isPrintstr(J))return this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark");return this._createEncoderBuffer(J)}else if(/str$/.test(Z))return this._createEncoderBuffer(J);else if(Z==="objDesc")return this._createEncoderBuffer(J);else return this.reporter.error("Encoding of string type: "+Z+" unsupported")};Z$.prototype._encodeObjid=function(J,Z,X){if(typeof J==="string"){if(!Z)return this.reporter.error("string objid given, but no values map found");if(!Z.hasOwnProperty(J))return this.reporter.error("objid not found in values map");J=Z[J].split(/[\s.]+/g);for(let z=0;z<J.length;z++)J[z]|=0}else if(Array.isArray(J)){J=J.slice();for(let z=0;z<J.length;z++)J[z]|=0}if(!Array.isArray(J))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(J));if(!X){if(J[1]>=40)return this.reporter.error("Second objid identifier OOB");J.splice(0,2,J[0]*40+J[1])}let G=0;for(let z=0;z<J.length;z++){let V=J[z];for(G++;V>=128;V>>=7)G++}let Y=U$.alloc(G),H=Y.length-1;for(let z=J.length-1;z>=0;z--){let V=J[z];Y[H--]=V&127;while((V>>=7)>0)Y[H--]=128|V&127}return this._createEncoderBuffer(Y)};function J$($){if($<10)return"0"+$;else return $}Z$.prototype._encodeTime=function(J,Z){let X,G=new Date(J);if(Z==="gentime")X=[J$(G.getUTCFullYear()),J$(G.getUTCMonth()+1),J$(G.getUTCDate()),J$(G.getUTCHours()),J$(G.getUTCMinutes()),J$(G.getUTCSeconds()),"Z"].join("");else if(Z==="utctime")X=[J$(G.getUTCFullYear()%100),J$(G.getUTCMonth()+1),J$(G.getUTCDate()),J$(G.getUTCHours()),J$(G.getUTCMinutes()),J$(G.getUTCSeconds()),"Z"].join("");else this.reporter.error("Encoding "+Z+" time is not supported yet");return this._encodeStr(X,"octstr")};Z$.prototype._encodeNull=function(){return this._createEncoderBuffer("")};Z$.prototype._encodeInt=function(J,Z){if(typeof J==="string"){if(!Z)return this.reporter.error("String int or enum given, but no values map");if(!Z.hasOwnProperty(J))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(J));J=Z[J]}if(typeof J!=="number"&&!U$.isBuffer(J)){let Y=J.toArray();if(!J.sign&&Y[0]&128)Y.unshift(0);J=U$.from(Y)}if(U$.isBuffer(J)){let Y=J.length;if(J.length===0)Y++;let H=U$.alloc(Y);if(J.copy(H),J.length===0)H[0]=0;return this._createEncoderBuffer(H)}if(J<128)return this._createEncoderBuffer(J);if(J<256)return this._createEncoderBuffer([0,J]);let X=1;for(let Y=J;Y>=256;Y>>=8)X++;let G=Array(X);for(let Y=G.length-1;Y>=0;Y--)G[Y]=J&255,J>>=8;if(G[0]&128)G.unshift(0);return this._createEncoderBuffer(U$.from(G))};Z$.prototype._encodeBool=function(J){return this._createEncoderBuffer(J?255:0)};Z$.prototype._use=function(J,Z){if(typeof J==="function")J=J(Z);return J._getEncoder("der").tree};Z$.prototype._skipDefault=function(J,Z,X){let G=this._baseState,Y;if(G.default===null)return!1;let H=J.join();if(G.defaultBuffer===void 0)G.defaultBuffer=this._encodeValue(G.default,Z,X).join();if(H.length!==G.defaultBuffer.length)return!1;for(Y=0;Y<H.length;Y++)if(H[Y]!==G.defaultBuffer[Y])return!1;return!0};function qz($,J,Z,X){let G;if($==="seqof")$="seq";else if($==="setof")$="set";if(HX.tagByName.hasOwnProperty($))G=HX.tagByName[$];else if(typeof $==="number"&&($|0)===$)G=$;else return X.error("Unknown tag: "+$);if(G>=31)return X.error("Multi-octet tag encoding unsupported");if(!J)G|=32;return G|=HX.tagClassByName[Z||"universal"]<<6,G}});var GY=s((zU,XY)=>{var Pz=j$(),zX=QX();function UX($){zX.call(this,$),this.enc="pem"}Pz(UX,zX);XY.exports=UX;UX.prototype.encode=function(J,Z){let G=zX.prototype.encode.call(this,J).toString("base64"),Y=["-----BEGIN "+Z.label+"-----"];for(let H=0;H<G.length;H+=64)Y.push(G.slice(H,H+64));return Y.push("-----END "+Z.label+"-----"),Y.join(`
6
- `)}});var VX=s((WY)=>{var YY=WY;YY.der=QX();YY.pem=GY()});var _X=s((VU,OY)=>{var jz=j$(),Bz=GX(),HY=d$().DecoderBuffer,zY=pJ(),QY=uJ();function UY($){this.enc="der",this.name=$.name,this.entity=$,this.tree=new r0,this.tree._init($.body)}OY.exports=UY;UY.prototype.decode=function(J,Z){if(!HY.isDecoderBuffer(J))J=new HY(J,Z);return this.tree._decode(J,Z)};function r0($){zY.call(this,"der",$)}jz(r0,zY);r0.prototype._peekTag=function(J,Z,X){if(J.isEmpty())return!1;let G=J.save(),Y=OX(J,'Failed to peek tag: "'+Z+'"');if(J.isError(Y))return Y;return J.restore(G),Y.tag===Z||Y.tagStr===Z||Y.tagStr+"of"===Z||X};r0.prototype._decodeTag=function(J,Z,X){let G=OX(J,'Failed to decode tag of "'+Z+'"');if(J.isError(G))return G;let Y=VY(J,G.primitive,'Failed to get length of "'+Z+'"');if(J.isError(Y))return Y;if(!X&&G.tag!==Z&&G.tagStr!==Z&&G.tagStr+"of"!==Z)return J.error('Failed to match tag: "'+Z+'"');if(G.primitive||Y!==null)return J.skip(Y,'Failed to match body of: "'+Z+'"');let H=J.save(),z=this._skipUntilEnd(J,'Failed to skip indefinite length body: "'+this.tag+'"');if(J.isError(z))return z;return Y=J.offset-H.offset,J.restore(H),J.skip(Y,'Failed to match body of: "'+Z+'"')};r0.prototype._skipUntilEnd=function(J,Z){for(;;){let X=OX(J,Z);if(J.isError(X))return X;let G=VY(J,X.primitive,Z);if(J.isError(G))return G;let Y;if(X.primitive||G!==null)Y=J.skip(G);else Y=this._skipUntilEnd(J,Z);if(J.isError(Y))return Y;if(X.tagStr==="end")break}};r0.prototype._decodeList=function(J,Z,X,G){let Y=[];while(!J.isEmpty()){let H=this._peekTag(J,"end");if(J.isError(H))return H;let z=X.decode(J,"der",G);if(J.isError(z)&&H)break;Y.push(z)}return Y};r0.prototype._decodeStr=function(J,Z){if(Z==="bitstr"){let X=J.readUInt8();if(J.isError(X))return X;return{unused:X,data:J.raw()}}else if(Z==="bmpstr"){let X=J.raw();if(X.length%2===1)return J.error("Decoding of string type: bmpstr length mismatch");let G="";for(let Y=0;Y<X.length/2;Y++)G+=String.fromCharCode(X.readUInt16BE(Y*2));return G}else if(Z==="numstr"){let X=J.raw().toString("ascii");if(!this._isNumstr(X))return J.error("Decoding of string type: numstr unsupported characters");return X}else if(Z==="octstr")return J.raw();else if(Z==="objDesc")return J.raw();else if(Z==="printstr"){let X=J.raw().toString("ascii");if(!this._isPrintstr(X))return J.error("Decoding of string type: printstr unsupported characters");return X}else if(/str$/.test(Z))return J.raw().toString();else return J.error("Decoding of string type: "+Z+" unsupported")};r0.prototype._decodeObjid=function(J,Z,X){let G,Y=[],H=0,z=0;while(!J.isEmpty())if(z=J.readUInt8(),H<<=7,H|=z&127,(z&128)===0)Y.push(H),H=0;if(z&128)Y.push(H);let V=Y[0]/40|0,O=Y[0]%40;if(X)G=Y;else G=[V,O].concat(Y.slice(1));if(Z){let R=Z[G.join(" ")];if(R===void 0)R=Z[G.join(".")];if(R!==void 0)G=R}return G};r0.prototype._decodeTime=function(J,Z){let X=J.raw().toString(),G,Y,H,z,V,O;if(Z==="gentime")G=X.slice(0,4)|0,Y=X.slice(4,6)|0,H=X.slice(6,8)|0,z=X.slice(8,10)|0,V=X.slice(10,12)|0,O=X.slice(12,14)|0;else if(Z==="utctime")if(G=X.slice(0,2)|0,Y=X.slice(2,4)|0,H=X.slice(4,6)|0,z=X.slice(6,8)|0,V=X.slice(8,10)|0,O=X.slice(10,12)|0,G<70)G=2000+G;else G=1900+G;else return J.error("Decoding "+Z+" time is not supported yet");return Date.UTC(G,Y-1,H,z,V,O,0)};r0.prototype._decodeNull=function(){return null};r0.prototype._decodeBool=function(J){let Z=J.readUInt8();if(J.isError(Z))return Z;else return Z!==0};r0.prototype._decodeInt=function(J,Z){let X=J.raw(),G=new Bz(X);if(Z)G=Z[G.toString(10)]||G;return G};r0.prototype._use=function(J,Z){if(typeof J==="function")J=J(Z);return J._getDecoder("der").tree};function OX($,J){let Z=$.readUInt8(J);if($.isError(Z))return Z;let X=QY.tagClass[Z>>6],G=(Z&32)===0;if((Z&31)===31){let H=Z;Z=0;while((H&128)===128){if(H=$.readUInt8(J),$.isError(H))return H;Z<<=7,Z|=H&127}}else Z&=31;let Y=QY.tag[Z];return{cls:X,primitive:G,tag:Z,tagStr:Y}}function VY($,J,Z){let X=$.readUInt8(Z);if($.isError(X))return X;if(!J&&X===128)return null;if((X&128)===0)return X;let G=X&127;if(G>4)return $.error("length octect is too long");X=0;for(let Y=0;Y<G;Y++){X<<=8;let H=$.readUInt8(Z);if($.isError(H))return H;X|=H}return X}});var AY=s((OU,_Y)=>{var Lz=j$(),Cz=hJ().Buffer,AX=_X();function KX($){AX.call(this,$),this.enc="pem"}Lz(KX,AX);_Y.exports=KX;KX.prototype.decode=function(J,Z){let X=J.toString().split(/[\r\n]+/g),G=Z.label.toUpperCase(),Y=/^-----(BEGIN|END) ([^-]+)-----$/,H=-1,z=-1;for(let R=0;R<X.length;R++){let I=X[R].match(Y);if(I===null)continue;if(I[2]!==G)continue;if(H===-1){if(I[1]!=="BEGIN")break;H=R}else{if(I[1]!=="END")break;z=R;break}}if(H===-1||z===-1)throw Error("PEM section not found for: "+G);let V=X.slice(H+1,z).join("");V.replace(/[^a-z0-9+/=]+/gi,"");let O=Cz.from(V,"base64");return AX.prototype.decode.call(this,O,Z)}});var MX=s((MY)=>{var KY=MY;KY.der=_X();KY.pem=AY()});var RY=s((FY)=>{var Sz=VX(),Ez=MX(),wz=j$(),Tz=FY;Tz.define=function(J,Z){return new s$(J,Z)};function s$($,J){this.name=$,this.body=J,this.decoders={},this.encoders={}}s$.prototype._createNamed=function(J){let Z=this.name;function X(G){this._initNamed(G,Z)}return wz(X,J),X.prototype._initNamed=function(Y,H){J.call(this,Y,H)},new X(this)};s$.prototype._getDecoder=function(J){if(J=J||"der",!this.decoders.hasOwnProperty(J))this.decoders[J]=this._createNamed(Ez[J]);return this.decoders[J]};s$.prototype.decode=function(J,Z,X){return this._getDecoder(Z).decode(J,X)};s$.prototype._getEncoder=function(J){if(J=J||"der",!this.encoders.hasOwnProperty(J))this.encoders[J]=this._createNamed(Sz[J]);return this.encoders[J]};s$.prototype.encode=function(J,Z,X){return this._getEncoder(Z).encode(J,X)}});var qY=s((IY)=>{var mJ=IY;mJ.Reporter=bJ().Reporter;mJ.DecoderBuffer=d$().DecoderBuffer;mJ.EncoderBuffer=d$().EncoderBuffer;mJ.Node=pJ()});var BY=s((jY)=>{var PY=jY;PY._reverse=function(J){let Z={};return Object.keys(J).forEach(function(X){if((X|0)==X)X=X|0;let G=J[X];Z[G]=X}),Z};PY.der=uJ()});var CY=s((LY)=>{var o$=LY;o$.bignum=GX();o$.define=RY().define;o$.base=qY();o$.constants=BY();o$.decoders=MX();o$.encoders=VX()});var wY=s((FX,EY)=>{/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var nJ=A$("buffer"),Q$=nJ.Buffer;function SY($,J){for(var Z in $)J[Z]=$[Z]}if(Q$.from&&Q$.alloc&&Q$.allocUnsafe&&Q$.allocUnsafeSlow)EY.exports=nJ;else SY(nJ,FX),FX.Buffer=T$;function T$($,J,Z){return Q$($,J,Z)}T$.prototype=Object.create(Q$.prototype);SY(Q$,T$);T$.from=function($,J,Z){if(typeof $==="number")throw TypeError("Argument must not be a number");return Q$($,J,Z)};T$.alloc=function($,J,Z){if(typeof $!=="number")throw TypeError("Argument must be a number");var X=Q$($);if(J!==void 0)if(typeof Z==="string")X.fill(J,Z);else X.fill(J);else X.fill(0);return X};T$.allocUnsafe=function($){if(typeof $!=="number")throw TypeError("Argument must be a number");return Q$($)};T$.allocUnsafeSlow=function($){if(typeof $!=="number")throw TypeError("Argument must be a number");return nJ.SlowBuffer($)}});var vY=s((RU,TY)=>{function RX($){var J=($/8|0)+($%8===0?0:1);return J}var vz={ES256:RX(256),ES384:RX(384),ES512:RX(521)};function Nz($){var J=vz[$];if(J)return J;throw Error('Unknown algorithm "'+$+'"')}TY.exports=Nz});var gY=s((IU,fY)=>{var dJ=wY().Buffer,DY=vY(),sJ=128,kY=0,Dz=32,kz=16,yz=2,yY=kz|Dz|kY<<6,oJ=yz|kY<<6;function xz($){return $.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function xY($){if(dJ.isBuffer($))return $;else if(typeof $==="string")return dJ.from($,"base64");throw TypeError("ECDSA signature must be a Base64 string or a Buffer")}function fz($,J){$=xY($);var Z=DY(J),X=Z+1,G=$.length,Y=0;if($[Y++]!==yY)throw Error('Could not find expected "seq"');var H=$[Y++];if(H===(sJ|1))H=$[Y++];if(G-Y<H)throw Error('"seq" specified length of "'+H+'", only "'+(G-Y)+'" remaining');if($[Y++]!==oJ)throw Error('Could not find expected "int" for "r"');var z=$[Y++];if(G-Y-2<z)throw Error('"r" specified length of "'+z+'", only "'+(G-Y-2)+'" available');if(X<z)throw Error('"r" specified length of "'+z+'", max of "'+X+'" is acceptable');var V=Y;if(Y+=z,$[Y++]!==oJ)throw Error('Could not find expected "int" for "s"');var O=$[Y++];if(G-Y!==O)throw Error('"s" specified length of "'+O+'", expected "'+(G-Y)+'"');if(X<O)throw Error('"s" specified length of "'+O+'", max of "'+X+'" is acceptable');var R=Y;if(Y+=O,Y!==G)throw Error('Expected to consume entire buffer, but "'+(G-Y)+'" bytes remain');var I=Z-z,C=Z-O,L=dJ.allocUnsafe(I+z+C+O);for(Y=0;Y<I;++Y)L[Y]=0;$.copy(L,Y,V+Math.max(-I,0),V+z),Y=Z;for(var S=Y;Y<S+C;++Y)L[Y]=0;return $.copy(L,Y,R+Math.max(-C,0),R+O),L=L.toString("base64"),L=xz(L),L}function NY($,J,Z){var X=0;while(J+X<Z&&$[J+X]===0)++X;var G=$[J+X]>=sJ;if(G)--X;return X}function gz($,J){$=xY($);var Z=DY(J),X=$.length;if(X!==Z*2)throw TypeError('"'+J+'" signatures must be "'+Z*2+'" bytes, saw "'+X+'"');var G=NY($,0,Z),Y=NY($,Z,$.length),H=Z-G,z=Z-Y,V=2+H+1+1+z,O=V<sJ,R=dJ.allocUnsafe((O?2:3)+V),I=0;if(R[I++]=yY,O)R[I++]=V;else R[I++]=sJ|1,R[I++]=V&255;if(R[I++]=oJ,R[I++]=H,G<0)R[I++]=0,I+=$.copy(R,I,0,Z);else I+=$.copy(R,I,G,Z);if(R[I++]=oJ,R[I++]=z,Y<0)R[I++]=0,$.copy(R,I,Z);else $.copy(R,I,Z+Y);return R}fY.exports={derToJose:fz,joseToDer:gz}});var jX=s((qU,tY)=>{var PX=CY(),{createHmac:cY,createVerify:hz,createSign:bz,timingSafeEqual:cz,createPublicKey:pz,constants:{RSA_PKCS1_PSS_PADDING:pY,RSA_PSS_SALTLEN_DIGEST:uY,RSA_PKCS1_PADDING:mY,RSA_PSS_SALTLEN_MAX_SIGN:uz,RSA_PSS_SALTLEN_AUTO:mz},sign:hY,verify:bY}=A$("crypto"),{joseToDer:nz,derToJose:dz}=gY(),nY=ZX(),{TokenError:J0}=b$(),dY=/[=+/]/g,sz={"=":"","+":"-","/":"_"},sY=/^-----BEGIN(?: (RSA|EC|ENCRYPTED))? PRIVATE KEY-----/,oY=/^-----BEGIN(?: (RSA))? PUBLIC KEY-----/,lJ=new nY(1000),IX=new nY(1000),lY=["HS256","HS384","HS512"],oz=["ES256","ES384","ES512"],qX=["RS256","RS384","RS512","PS256","PS384","PS512"],lz=["EdDSA"],rY={"1.2.840.10045.3.1.7":{bits:"256",names:["P-256","prime256v1"]},"1.3.132.0.10":{bits:"256",names:["secp256k1"]},"1.3.132.0.34":{bits:"384",names:["P-384","secp384r1"]},"1.3.132.0.35":{bits:"512",names:["P-521","secp521r1"]}},rz=PX.define("PrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").seq().obj(this.key("algorithm").objid(),this.key("parameters").optional().objid()))}),iz=PX.define("PublicKey",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("algorithm").objid(),this.key("parameters").optional().objid()))}),tz=PX.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").explicit(0).optional().choice({namedCurve:this.objid()}))});function iY($){return sz[$]}function HJ($,J,Z,X){return $.set(J,[Z,X]),Z||X}function az($){if($.match(oY)||$.includes("-----BEGIN CERTIFICATE-----"))throw new J0(J0.codes.invalidKey,"Public keys are not supported for signing.");let J=$.trim().match(sY);if(!J)return"HS256";let Z,X,G;switch(J[1]){case"RSA":return"RS256";case"EC":Z=tz.decode($,"pem",{label:"EC PRIVATE KEY"}),G=Z.parameters.value.join(".");break;case"ENCRYPTED":return"ENCRYPTED";default:switch(Z=rz.decode($,"pem",{label:"PRIVATE KEY"}),X=Z.algorithm.algorithm.join("."),X){case"1.2.840.113549.1.1.1":return"RS256";case"1.2.840.10045.2.1":G=Z.algorithm.parameters.join(".");break;case"1.3.101.112":case"1.3.101.113":return"EdDSA";default:throw new J0(J0.codes.invalidKey,`Unsupported PEM PCKS8 private key with OID ${X}.`)}}let Y=rY[G];if(!Y)throw new J0(J0.codes.invalidKey,`Unsupported EC private key with curve ${G}.`);return`ES${Y.bits}`}function ez($){let J=$.match(oY);if($.match(sY))throw new J0(J0.codes.invalidKey,"Private keys are not supported for verifying.");else if(J&&J[1]==="RSA")return qX;else if(!J&&!$.includes("-----BEGIN CERTIFICATE-----"))return lY;if($.includes("-----BEGIN CERTIFICATE-----"))$=pz($).export({type:"spki",format:"pem"});let Z=iz.decode($,"pem",{label:"PUBLIC KEY"}),X=Z.algorithm.algorithm.join("."),G;switch(X){case"1.2.840.113549.1.1.1":return qX;case"1.2.840.10045.2.1":G=Z.algorithm.parameters.join(".");break;case"1.3.101.112":case"1.3.101.113":return["EdDSA"];default:throw new J0(J0.codes.invalidKey,`Unsupported PEM PCKS8 public key with OID ${X}.`)}let Y=rY[G];if(!Y)throw new J0(J0.codes.invalidKey,`Unsupported EC public key with curve ${G}.`);return[`ES${Y.bits}`]}function $6($,J){if($ instanceof Buffer)$=$.toString("utf-8");else if(typeof $!=="string")throw new J0(J0.codes.invalidKey,"The private key must be a string or a buffer.");let[Z,X]=lJ.get($)||[];if(Z)return Z;else if(X)throw X;try{let G=az($);if(G==="ENCRYPTED")return HJ(lJ,$,J);return HJ(lJ,$,G)}catch(G){throw HJ(lJ,$,null,J0.wrap(G,J0.codes.invalidKey,"Unsupported PEM private key."))}}function J6($){if(!$)return"none";let[J,Z]=IX.get($)||[];if(J)return J;else if(Z)throw Z;try{if($ instanceof Buffer)$=$.toString("utf-8");else if(typeof $!=="string")throw new J0(J0.codes.invalidKey,"The public key must be a string or a buffer.");return HJ(IX,$,ez($))}catch(X){throw HJ(IX,$,null,J0.wrap(X,J0.codes.invalidKey,"Unsupported PEM public key."))}}function Z6($,J,Z){try{let X=$.slice(0,2),G=`sha${$.slice(2)}`,Y,H;switch(X){case"HS":Y=cY(G,J).update(Z).digest("base64");break;case"ES":Y=dz(hY(G,Buffer.from(Z,"utf-8"),J),$).toString("base64");break;case"RS":case"PS":if(H={key:J,padding:mY,saltLength:uz},X==="PS")H.padding=pY,H.saltLength=uY;Y=bz(G).update(Z).sign(H).toString("base64");break;case"Ed":Y=hY(void 0,Buffer.from(Z,"utf-8"),J).toString("base64")}return Y.replace(dY,iY)}catch(X){throw new J0(J0.codes.signError,"Cannot create the signature.",{originalError:X})}}function X6($,J,Z,X){try{let G=$.slice(0,2),Y=`SHA${$.slice(2)}`;if(X=Buffer.from(X,"base64"),G==="HS")try{return cz(cY(Y,J).update(Z).digest(),X)}catch{return!1}else if(G==="Ed")if(typeof bY==="function")return bY(void 0,Buffer.from(Z,"utf-8"),J,X);else throw new J0(J0.codes.signError,"EdDSA algorithms are not supported by your Node.js version.");let H={key:J,padding:mY,saltLength:mz};if(G==="PS")H.padding=pY,H.saltLength=uY;else if(G==="ES")X=nz(X,$);return hz("RSA-"+Y).update(Z).verify(H,X)}catch(G){throw new J0(J0.codes.verifyError,"Cannot verify the signature.",{originalError:G})}}tY.exports={base64UrlMatcher:dY,base64UrlReplacer:iY,hsAlgorithms:lY,rsaAlgorithms:qX,esAlgorithms:oz,edAlgorithms:lz,detectPrivateKeyAlgorithm:$6,detectPublicKeyAlgorithms:J6,createSignature:Z6,verifySignature:X6}});var BX=s((PU,eY)=>{var{createHash:aY}=A$("crypto"),G6=/"alg"\s*:\s*"[HERP]S(256|384)"/m,Y6=/"alg"\s*:\s*"EdDSA"/m,W6=/"crv"\s*:\s*"Ed448"/m;function H6($,J,Z){let X=$(J,Z);if(X&&typeof X.then==="function")X.then((G)=>{process.nextTick(()=>Z(null,G))}).catch(Z)}function Q6($){if(typeof $==="function")return[$];let J,Z,X=new Promise((G,Y)=>{J=G,Z=Y});return[function(G,Y){if(G)return Z(G);return J(Y)},X]}function z6($){let J=$.split(".",1)[0],Z=Buffer.from(J,"base64").toString("utf-8"),X=null;if(Z.match(Y6)&&Z.match(W6))X=aY("shake256",{outputLength:114});else{let G=Z.match(G6);X=aY(`sha${G?G[1]:"512"}`)}return X.update($).digest("hex")}eY.exports={getAsyncKey:H6,ensurePromiseCallback:Q6,hashToken:z6}});var WW=s((jU,YW)=>{var{createPublicKey:U6,createSecretKey:V6}=A$("crypto"),O6=ZX(),{hsAlgorithms:JW,verifySignature:_6,detectPublicKeyAlgorithms:ZW}=jX(),A6=tZ(),{TokenError:m}=b$(),{getAsyncKey:K6,ensurePromiseCallback:M6,hashToken:F6}=BX();function R6($,J){return $===J}function XW($,J){for(let Z of $)if(J.includes(Z))return;throw new m(m.codes.invalidKey,`Invalid public key provided for algorithms ${$.join(", ")}.`)}function GW($,J){if(typeof $==="string")$=Buffer.from($,"utf-8");return J?V6($):U6($)}function QJ($){if(!Array.isArray($))$=[$];return $.filter((J)=>J).map((J)=>{if(J&&typeof J.test==="function")return J;return{test:R6.bind(null,J)}})}function I6($){let J=parseInt($===!0?1000:$,10);return J>0?new O6(J):null}function l$({cache:$,token:J,cacheTTL:Z,payload:X,ignoreExpiration:G,ignoreNotBefore:Y,maxAge:H,clockTimestamp:z=Date.now(),clockTolerance:V,errorCacheTTL:O,cacheKeyBuilder:R},I){if(!$)return I;let C=[I,0,0];if(I instanceof m){let w=typeof O==="function"?O(I):O;return C[2]=z+V+w,$.set(R(J),C),I}if(X&&typeof X.iat==="number"){if(C[1]=!Y&&typeof X.nbf==="number"?X.nbf*1000-V:0,!G){if(typeof X.exp==="number")C[2]=X.exp*1000+V;else if(H)C[2]=X.iat*1000+H+V}}let S=z+V+Z;return C[2]=C[2]===0?S:Math.min(C[2],S),$.set(R(J),C),I}function q6($,J,Z){if($ instanceof m){if(!J)throw $;J($)}else{if(!J)return $;J(null,$)}return Z}function P6($,J,Z,X,G){if(!G.includes(J.alg))throw new m(m.codes.invalidAlgorithm,"The token algorithm is invalid.");if(Z&&!_6(J.alg,X,$,Z))throw new m(m.codes.invalidSignature,"The token signature is invalid.")}function j6($,J,Z,X,G){let Y=Z?`The ${J} claim must be a ${G} or an array of ${G}s.`:`The ${J} claim must be a ${G}.`;if(X&&!Z)throw new m(m.codes.invalidClaimValue,Y);if($.map((H)=>typeof H).some((H)=>H!==G))throw new m(m.codes.invalidClaimType,Y)}function B6($,J,Z,X){let G=X?`None of ${J} claim values are allowed.`:`The ${J} claim value is not allowed.`;if(!$.some((Y)=>Z.some((H)=>H.test(Y))))throw new m(m.codes.invalidClaimValue,G)}function L6($,J,Z,X,G,Y){let H=$*1000+(J||0);if(!(X?Z>=H:Z<=H))throw new m(m.codes[G],`The token ${Y} at ${new Date(H).toISOString()}.`)}function $W($,{input:J,header:Z,payload:X,signature:G},{validators:Y,allowedAlgorithms:H,checkTyp:z,clockTimestamp:V,requiredClaims:O}){let R=$ instanceof Buffer?$.length:!!$;if(R&&!G)throw new m(m.codes.missingSignature,"The token signature is missing.");else if(!R&&G)throw new m(m.codes.missingKey,"The key option is missing.");if(P6(J,Z,G,$,H),z&&(typeof Z.typ!=="string"||z!==Z.typ.toLowerCase().replace(/^application\//,"")))throw new m(m.codes.invalidType,"Invalid typ.");if(O){for(let C of O)if(!(C in X))throw new m(m.codes.missingRequiredClaim,`The ${C} claim is required.`)}let I=V||Date.now();for(let{type:C,claim:L,allowed:S,array:w,modifier:T,greater:D,errorCode:E,errorVerb:N}of Y){let b=X[L],v=Array.isArray(b),f=v?b:[b];if(!(L in X))continue;if(j6(f,L,w,v,C==="date"?"number":"string"),C==="date")L6(b,T,I,D,E,N);else B6(f,L,S,v)}}function C6({key:$,allowedAlgorithms:J,complete:Z,cacheTTL:X,checkTyp:G,clockTimestamp:Y,clockTolerance:H,ignoreExpiration:z,ignoreNotBefore:V,maxAge:O,isAsync:R,validators:I,decode:C,cache:L,requiredClaims:S,errorCacheTTL:w,cacheKeyBuilder:T},D,E){let[N,b]=R?M6(E):[];if(L){let[U,_,A]=L.get(T(D))||[void 0,0,0],F=Y||Date.now();if(typeof U<"u"&&(_===0||F<_&&U.code==="FAST_JWT_INACTIVE"||F>=_&&U.code!=="FAST_JWT_INACTIVE")&&(A===0||F<=A))return q6(U,N,b)}let v;try{v=C(D)}catch(U){if(N)return N(U),b;throw U}let{header:f,payload:o,signature:l,input:u0}=v,q={cache:L,token:D,cacheTTL:X,errorCacheTTL:w,ignoreExpiration:z,ignoreNotBefore:V,maxAge:O,clockTimestamp:Y,clockTolerance:H,payload:o,cacheKeyBuilder:T},W={validators:I,allowedAlgorithms:J,checkTyp:G,clockTimestamp:Y,clockTolerance:H,requiredClaims:S};if(!N)try{return $W($,v,W),l$(q,Z?{header:f,payload:o,signature:l,input:u0}:o)}catch(U){throw l$(q,U)}return K6($,{header:f,payload:o,signature:l},(U,_)=>{if(U)return N(l$(q,m.wrap(U,m.codes.keyFetchingError,"Cannot fetch key.")));if(typeof _==="string")_=Buffer.from(_,"utf-8");else if(!(_ instanceof Buffer))return N(l$(q,new m(m.codes.keyFetchingError,"The key returned from the callback must be a string or a buffer containing a secret or a public key.")));try{let A=ZW(_);if(W.allowedAlgorithms.length)XW(J,A);else W.allowedAlgorithms=A;_=GW(_,A[0]===JW[0]),$W(_,v,W)}catch(A){return N(l$(q,A))}N(null,l$(q,Z?{header:f,payload:o,signature:l,input:D}:o))}),b}YW.exports=function(J){let{key:Z,algorithms:X,complete:G,cache:Y,cacheTTL:H,errorCacheTTL:z,checkTyp:V,clockTimestamp:O,clockTolerance:R,ignoreExpiration:I,ignoreNotBefore:C,maxAge:L,allowedJti:S,allowedAud:w,allowedIss:T,allowedSub:D,allowedNonce:E,requiredClaims:N,cacheKeyBuilder:b}={cacheTTL:600000,clockTolerance:0,errorCacheTTL:-1,cacheKeyBuilder:F6,...J};if(!Array.isArray(X))X=[];let v=typeof Z;if(v!=="string"&&v!=="object"&&v!=="function")throw new m(m.codes.INVALID_OPTION,"The key option must be a string, a buffer or a function returning the algorithm secret or public key.");if(Z&&v!=="function"){let q=ZW(Z);if(X.length)XW(X,q);else X=q;Z=GW(Z,q[0]===JW[0])}if(O&&(typeof O!=="number"||O<0))throw new m(m.codes.invalidOption,"The clockTimestamp option must be a positive number.");if(R&&(typeof R!=="number"||R<0))throw new m(m.codes.invalidOption,"The clockTolerance option must be a positive number.");if(H&&(typeof H!=="number"||H<0))throw new m(m.codes.invalidOption,"The cacheTTL option must be a positive number.");if(z&&typeof z!=="function"&&typeof z!=="number"||z<-1)throw new m(m.codes.invalidOption,"The errorCacheTTL option must be a number greater than -1 or a function.");if(N&&!Array.isArray(N))throw new m(m.codes.invalidOption,"The requiredClaims option must be an array.");let f=[];if(!C)f.push({type:"date",claim:"nbf",errorCode:"inactive",errorVerb:"will be active",greater:!0,modifier:-R});if(!I)f.push({type:"date",claim:"exp",errorCode:"expired",errorVerb:"has expired",modifier:+R});if(typeof L==="number")f.push({type:"date",claim:"iat",errorCode:"expired",errorVerb:"has expired",modifier:L});if(S)f.push({type:"string",claim:"jti",allowed:QJ(S)});if(w)f.push({type:"string",claim:"aud",allowed:QJ(w),array:!0});if(T)f.push({type:"string",claim:"iss",allowed:QJ(T)});if(D)f.push({type:"string",claim:"sub",allowed:QJ(D)});if(E)f.push({type:"string",claim:"nonce",allowed:QJ(E)});let o=V?V.toLowerCase().replace(/^application\//,""):null,l={key:Z,allowedAlgorithms:X,complete:G,cacheTTL:H,errorCacheTTL:z,checkTyp:o,clockTimestamp:O,clockTolerance:R,ignoreExpiration:I,ignoreNotBefore:C,maxAge:L,isAsync:v==="function",validators:f,decode:A6({complete:!0}),cache:I6(Y),requiredClaims:N,cacheKeyBuilder:b},u0=C6.bind(null,l);return u0.cache=l.cache,u0}});var HW=s((T6)=>{var S6=/^(-?(?:\d+)?\.?\d+) *(m(?:illiseconds?|s(?:ecs?)?))?(s(?:ec(?:onds?|s)?)?)?(m(?:in(?:utes?|s)?)?)?(h(?:ours?|rs?)?)?(d(?:ays?)?)?(w(?:eeks?|ks?)?)?(y(?:ears?|rs?)?)?$/,rJ=1000,iJ=rJ*60,tJ=iJ*60,UJ=tJ*24,LX=UJ*365.25;function E6($){var J,Z=$.toLowerCase().match(S6);if(Z!=null&&(J=parseFloat(Z[1]))){if(Z[3]!=null)return J*rJ;if(Z[4]!=null)return J*iJ;if(Z[5]!=null)return J*tJ;if(Z[6]!=null)return J*UJ;if(Z[7]!=null)return J*UJ*7;if(Z[8]!=null)return J*LX;return J}}function zJ($,J,Z,X){var G=($|0)===$?$:~~($+0.5);return J+G+(X?" "+Z+(G!=1?"s":""):Z[0])}function w6($,J){var Z=$<0?"-":"",X=$<0?-$:$;if(X<rJ)return $+(J?" ms":"ms");if(X<iJ)return zJ(X/rJ,Z,"second",J);if(X<tJ)return zJ(X/iJ,Z,"minute",J);if(X<UJ)return zJ(X/tJ,Z,"hour",J);if(X<LX)return zJ(X/UJ,Z,"day",J);return zJ(X/LX,Z,"year",J)}T6.format=w6;T6.parse=E6});var KW=s((LU,AW)=>{var{base64UrlMatcher:CX,base64UrlReplacer:SX,hsAlgorithms:D6,esAlgorithms:k6,rsaAlgorithms:y6,edAlgorithms:x6,detectPrivateKeyAlgorithm:UW,createSignature:QW}=jX(),{TokenError:n}=b$(),{getAsyncKey:f6,ensurePromiseCallback:g6}=BX(),{createPrivateKey:h6,createSecretKey:b6}=A$("crypto"),{parse:zW}=HW(),VW=new Set([...D6,...k6,...y6,...x6,"none"]),c6=Array.from(VW).join(", ");function OW($,J){let Z=$.slice(0,2),X=J.slice(0,2),G=!0;if(Z==="RS"||Z==="PS")G=X==="RS"||Z==="RS"&&J==="ENCRYPTED";else if(Z==="ES"||Z==="Ed")G=Z===X||Z==="ES"&&J==="ENCRYPTED";if(!G)throw new n(n.codes.invalidKey,`Invalid private key provided for algorithm ${$}.`)}function _W($,J){if(typeof $==="string")$=Buffer.from($,"utf-8");return J[0]==="H"?b6($):h6($)}function p6({key:$,algorithm:J,noTimestamp:Z,mutatePayload:X,clockTimestamp:G,expiresIn:Y,notBefore:H,kid:z,typ:V,isAsync:O,additionalHeader:R,fixedPayload:I},C,L){let[S,w]=O?g6(L):[];if(typeof C!=="object")throw new n(n.codes.invalidType,"The payload must be an object.");if(C.exp&&(!Number.isInteger(C.exp)||C.exp<0))throw new n(n.codes.invalidClaimValue,"The exp claim must be a positive integer.");let T={alg:J,typ:V||"JWT",kid:z,...R},D="",E=C.iat*1000||G||Date.now(),N={...C,...I,iat:Z?void 0:Math.floor(E/1000),exp:C.exp?C.exp:Y?Math.floor((E+Y)/1000):void 0,nbf:C.nbf?C.nbf:H?Math.floor((E+H)/1000):void 0};if(X)Object.assign(C,N);if(D=Buffer.from(JSON.stringify(N),"utf-8").toString("base64").replace(CX,SX),!S){let v=Buffer.from(JSON.stringify(T),"utf-8").toString("base64").replace(CX,SX)+"."+D,f=J==="none"?"":QW(J,$,v);return v+"."+f}return f6($,{header:T,payload:C},(b,v)=>{if(b){let o=n.wrap(b,n.codes.keyFetchingError,"Cannot fetch key.");return S(o)}if(typeof v==="string")v=Buffer.from(v,"utf-8");else if(!(v instanceof Buffer))return S(new n(n.codes.keyFetchingError,"The key returned from the callback must be a string or a buffer containing a secret or a private key."));let f;try{let o=UW(v,J);if(J)OW(J,o);else T.alg=J=o;v=_W(v,J);let u0=Buffer.from(JSON.stringify(T),"utf-8").toString("base64").replace(CX,SX)+"."+D;f=u0+"."+QW(J,v,u0)}catch(o){return S(o)}S(null,f)}),w}AW.exports=function(J){let{key:Z,algorithm:X,noTimestamp:G,mutatePayload:Y,clockTimestamp:H,expiresIn:z,notBefore:V,jti:O,aud:R,iss:I,sub:C,nonce:L,kid:S,typ:w,header:T}={clockTimestamp:0,...J};if(X&&!VW.has(X))throw new n(n.codes.invalidOption,`The algorithm option must be one of the following values: ${c6}.`);let D=typeof Z,E=D==="object"&&Z&&Z.key&&Z.passphrase;if(X==="none"){if(Z)throw new n(n.codes.invalidOption,'The key option must not be provided when the algorithm option is "none".')}else if(!Z||D!=="string"&&!(Z instanceof Buffer)&&D!=="function"&&!E)throw new n(n.codes.invalidOption,"The key option must be a string, a buffer, an object containing key/passphrase properties or a function returning the algorithm secret or private key.");else if(E&&!X)throw new n(n.codes.invalidAlgorithm,"When using password protected key you must provide the algorithm option.");if(Z&&D!=="function"){let v=UW(E?Z.key:Z,X);if(X)OW(X,v);else X=v;Z=_W(Z,X)}if(z){if(typeof z==="string")z=zW(z);if(typeof z!=="number")throw new n(n.codes.invalidOption,"The expiresIn option must be a positive number or a valid string.")}if(V){if(typeof V==="string")V=zW(V);if(typeof V!=="number"||V<0)throw new n(n.codes.invalidOption,"The notBefore option must be a positive number or a valid string.")}if(H&&(typeof H!=="number"||H<0))throw new n(n.codes.invalidOption,"The clockTimestamp option must be a positive number.");if(O&&typeof O!=="string")throw new n(n.codes.invalidOption,"The jti option must be a string.");if(R&&typeof R!=="string"&&!Array.isArray(R))throw new n(n.codes.invalidOption,"The aud option must be a string or an array of strings.");if(I&&typeof I!=="string")throw new n(n.codes.invalidOption,"The iss option must be a string.");if(C&&typeof C!=="string")throw new n(n.codes.invalidOption,"The sub option must be a string.");if(L&&typeof L!=="string")throw new n(n.codes.invalidOption,"The nonce option must be a string.");if(S&&typeof S!=="string")throw new n(n.codes.invalidOption,"The kid option must be a string.");if(T&&typeof T!=="object")throw new n(n.codes.invalidOption,"The header option must be a object.");let b=Object.entries({jti:O,aud:R,iss:I,sub:C,nonce:L}).reduce((v,[f,o])=>{if(o!==void 0)v[f]=o;return v},{});return p6.bind(null,{key:Z,algorithm:X,noTimestamp:G,mutatePayload:Y,clockTimestamp:H,expiresIn:z,notBefore:V,kid:S,typ:w,isAsync:D==="function",additionalHeader:T,fixedPayload:b})}});var FW=s((CU,MW)=>{var{TokenError:u6,TOKEN_ERROR_CODES:m6}=b$(),n6=tZ(),d6=WW(),s6=KW();MW.exports={TokenError:u6,TOKEN_ERROR_CODES:m6,createDecoder:n6,createVerifier:d6,createSigner:s6}});import{join as vZ}from"path";a();m0();import{isAbsolute as ZH}from"path";import{pathToFileURL as XH}from"url";function GH($){return/^[a-zA-Z]:[\\/]/.test($)}function YH($){if(ZH($)||GH($))return XH($).href;return $}async function i$($,J){try{let G=($.endsWith(".json")?await import(YH($),{with:{type:"json"}}):await import($))?.default;if(G===null||G===void 0)return J;let Y=RZ(J),H=RZ(G);if(Y!==H)return P.warn({file:$,msg:"importDefault \u5BFC\u5165\u7C7B\u578B\u4E0E\u9ED8\u8BA4\u503C\u4E0D\u4E00\u81F4\uFF0C\u5DF2\u56DE\u9000\u5230\u9ED8\u8BA4\u503C",expectedType:Y,actualType:H}),J;return G}catch(Z){return P.warn({err:Z,file:$,msg:"importDefault \u5BFC\u5165\u5931\u8D25\uFF0C\u5DF2\u56DE\u9000\u5230\u9ED8\u8BA4\u503C"}),J}}m0();function R$($){if(Array.isArray($)){let J=[];for(let Z of $)J.push(R$(Z));return J}if(r($)){let J={};for(let Z of Object.keys($))J[Z]=R$($[Z]);return J}return $}function QG($,J){if(J===void 0)return $;if(Array.isArray($)&&Array.isArray(J)){for(let Z of J)$.push(R$(Z));return $}if(r($)&&r(J)){for(let Z of Object.keys(J)){let X=J[Z];if(X===void 0)continue;let G=$[Z];if(Array.isArray(G)&&Array.isArray(X)){let Y=[];for(let H of G)Y.push(R$(H));for(let H of X)Y.push(R$(H));$[Z]=Y;continue}if(r(G)&&r(X)){$[Z]=QG(R$(G),X);continue}$[Z]=R$(X)}return $}return R$(J)}function zG(...$){let J={};for(let Z of $){if(Z===void 0)continue;J=QG(J,Z)}return J}var WH={nodeEnv:"development",appName:"\u91CE\u8702\u98DE\u821E",appPort:3000,appHost:"127.0.0.1",devEmail:"dev@qq.com",devPassword:"beflydev123456",bodyLimit:1048576,tz:"Asia/Shanghai",logger:{debug:1,excludeFields:["password","token","secret"],dir:"./logs",console:1,maxSize:20,maxStringLen:100,maxArrayItems:100},db:{type:"mysql",host:"127.0.0.1",port:3306,username:"root",password:"root",database:"befly_demo",poolMax:10},redis:{host:"127.0.0.1",port:6379,username:"",password:"",db:0,prefix:"befly_demo"},auth:{secret:"befly-secret",expiresIn:"7d",algorithm:"HS256"},cors:{origin:"*",methods:"GET,HEAD,PUT,PATCH,POST,DELETE",allowedHeaders:"Content-Type,Authorization",exposedHeaders:"",maxAge:86400,credentials:"true"},rateLimit:{enable:1,defaultLimit:1000,defaultWindow:60,key:"ip",skipRoutes:[],rules:[]},disableMenus:["**/404","**/403","**/500","**/login"],addons:{}};async function UG(){let Z=vZ(process.cwd(),"configs"),X=await i$(vZ(Z,"befly.common.json"),{}),G=await i$(vZ(Z,"befly.development.json"),{}),Y=zG(WH,X,G),H=Y?.redis?.prefix;if(typeof H==="string"){if(H.trim().includes(":"))throw Error(`\u914D\u7F6E\u9519\u8BEF\uFF1Aredis.prefix \u4E0D\u5141\u8BB8\u5305\u542B ':'\uFF08RedisHelper \u4F1A\u81EA\u52A8\u62FC\u63A5\u5206\u9694\u7B26 ':'\uFF09\uFF0C\u8BF7\u6539\u4E3A\u4E0D\u5E26\u5192\u53F7\u7684\u524D\u7F00\uFF0C\u4F8B\u5982 'befly_demo'\uFF0C\u5F53\u524D\u503C=${H}`)}return Y}a();m0();async function VG($){let J=!1;for(let Z of $)try{if(typeof Z?.name!=="string"||Z.name.trim()===""){P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 name \u5C5E\u6027\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32"})),J=!0;continue}if(typeof Z?.handler!=="function"){P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 handler \u5C5E\u6027\u5FC5\u987B\u662F\u51FD\u6570"})),J=!0;continue}if(typeof Z?.routePath!=="string"||Z.routePath.trim()==="")P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u5C5E\u6027\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;else{let X=Z.routePath.trim();if(/^(GET|POST|PUT|PATCH|DELETE|OPTIONS|HEAD)\b/i.test(X))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u4E0D\u5141\u8BB8\u5305\u542B method \u524D\u7F00\uFF0C\u5E94\u4E3A url.pathname\uFF08\u4F8B\u5982 /api/app/xxx\uFF09"})),J=!0;if(!X.startsWith("/api/"))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u5FC5\u987B\u4EE5 /api/ \u5F00\u5934"})),J=!0;if(X.includes(" "))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u4E0D\u5141\u8BB8\u5305\u542B\u7A7A\u683C"})),J=!0;if(X.includes("/api//"))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u4E0D\u5141\u8BB8\u51FA\u73B0 /api//\uFF08\u91CD\u590D\u659C\u6760\uFF09"})),J=!0}if(typeof Z?.routePrefix!=="string"||Z.routePrefix.trim()==="")P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePrefix \u5C5E\u6027\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;if(Z.method&&!["GET","POST","GET,POST","POST,GET"].includes(String(Z.method).toUpperCase()))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 method \u5C5E\u6027\u5FC5\u987B\u662F\u6709\u6548\u7684 HTTP \u65B9\u6CD5 (GET, POST, GET,POST, POST,GET)"})),J=!0;if(Z.auth!==void 0&&typeof Z.auth!=="boolean")P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 auth \u5C5E\u6027\u5FC5\u987B\u662F\u5E03\u5C14\u503C (true=\u9700\u767B\u5F55, false=\u516C\u5F00)"})),J=!0;if(Z.fields&&!r(Z.fields))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 fields \u5C5E\u6027\u5FC5\u987B\u662F\u5BF9\u8C61"})),J=!0;if(Z.required&&!Array.isArray(Z.required))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 required \u5C5E\u6027\u5FC5\u987B\u662F\u6570\u7EC4"})),J=!0;if(Z.required&&Z.required.some((X)=>typeof X!=="string"))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 required \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0}catch(X){P.error({err:X,item:Z,msg:"\u63A5\u53E3\u89E3\u6790\u5931\u8D25"}),J=!0}if(J)throw Error("\u63A5\u53E3\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();m0();var OG=["name","enable","deps","handler"];async function _G($){let J=!1,Z=/^[a-z]+(?:_[a-z]+)*$/;for(let X of $)try{if(!r(X)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u5BFC\u51FA\u5FC5\u987B\u662F\u5BF9\u8C61\uFF08export default { deps, handler }\uFF09"})),J=!0;continue}if(typeof X.moduleName!=="string"||X.moduleName.trim()===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 moduleName \u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u7528\u4E8E deps \u4E0E\u8FD0\u884C\u65F6\u6302\u8F7D\uFF09"})),J=!0;continue}let G=X.customKeys;if(!Array.isArray(G)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u626B\u63CF\u7ED3\u679C\u7F3A\u5C11 customKeys\uFF08\u65E0\u6CD5\u5224\u65AD\u7528\u6237\u5BFC\u51FA\u7684\u5B57\u6BB5\u662F\u5426\u5408\u6CD5\uFF09"})),J=!0;continue}if(G.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 customKeys \u5FC5\u987B\u662F string[]\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;continue}let Y=G.filter((V)=>!OG.includes(V));if(Y.length>0){P.warn(Object.assign({},h(X,["handler"]),{msg:`\u94A9\u5B50\u5BFC\u51FA\u5B58\u5728\u4E0D\u652F\u6301\u7684\u5C5E\u6027\uFF1A${Y.join(", ")}\uFF1B\u4EC5\u5141\u8BB8\uFF1A${OG.join(", ")}\uFF1B\u5F53\u524D customKeys\uFF1A${G.join(", ")}`})),J=!0;continue}let H=G.includes("enable"),z=G.includes("deps");if(H){if(typeof X.enable!=="boolean"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 enable \u5C5E\u6027\u5FC5\u987B\u662F boolean\uFF08true/false\uFF09\uFF0C\u4E0D\u5141\u8BB8 0/1 \u7B49\u5176\u4ED6\u7C7B\u578B"})),J=!0;continue}}else X.enable=!0;if(X.source==="core"){let V=typeof X.name==="string"?X.name:"";if(V===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u5FC5\u987B\u663E\u5F0F\u8BBE\u7F6E name\uFF08string\uFF09\uFF0C\u7528\u4E8E\u786E\u5B9A\u94A9\u5B50\u540D\u79F0"})),J=!0;continue}if(!Z.test(V)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u7684 name \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u4F8B\u5982 auth / rate_limit\uFF09\uFF0C\u4E0D\u5141\u8BB8\u7A7A\u683C\u3001\u9A7C\u5CF0\u6216\u5176\u4ED6\u5B57\u7B26"})),J=!0;continue}if(!Z.test(X.moduleName)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u7684 moduleName \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u4E14\u5FC5\u987B\u4E0E name \u4E00\u81F4\uFF09"})),J=!0;continue}if(V!==X.moduleName){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u7684 name \u5FC5\u987B\u4E0E moduleName \u5B8C\u5168\u4E00\u81F4"})),J=!0;continue}if(typeof X.filePath!=="string"||!X.filePath.startsWith(`core:hook:${V}`)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u5FC5\u987B\u6765\u81EA\u9759\u6001\u6CE8\u518C\uFF08filePath \u5FC5\u987B\u4EE5 core:hook:<name> \u5F00\u5934\uFF09\uFF0C\u4E0D\u5141\u8BB8\u901A\u8FC7\u626B\u63CF\u76EE\u5F55\u52A0\u8F7D"})),J=!0;continue}}if(z){if(!Array.isArray(X.deps)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}if(X.deps.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}}else if(!Array.isArray(X.deps))X.deps=[];if(typeof X.handler!=="function"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 handler \u5C5E\u6027\u5FC5\u987B\u662F\u51FD\u6570"})),J=!0;continue}}catch(G){P.error({err:G,item:X,msg:"\u94A9\u5B50\u89E3\u6790\u5931\u8D25"}),J=!0}if(J)throw Error("\u94A9\u5B50\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();yZ();function RH($){if(!$)return{ok:!1,reason:"path \u4E0D\u80FD\u4E3A\u7A7A"};if(!$.startsWith("/"))return{ok:!1,reason:"path \u5FC5\u987B\u4EE5 / \u5F00\u5934"};if($.length>1&&$.endsWith("/"))return{ok:!1,reason:"path \u672B\u5C3E\u4E0D\u80FD\u662F /\uFF08\u6839\u8DEF\u5F84 / \u9664\u5916\uFF09"};if($.includes("//"))return{ok:!1,reason:"path \u4E0D\u80FD\u5305\u542B //"};if($.includes(".."))return{ok:!1,reason:"path \u4E0D\u80FD\u5305\u542B .."};return{ok:!0,reason:""}}var BG=async($)=>{let J=!1,Z=await jG($),X=[];for(let Y of Z)X.push({menu:Y,depth:1});let G=new Set;while(X.length>0){let Y=X.pop(),H=Y?.menu,z=typeof Y?.depth==="number"?Y.depth:0;if(H===null||typeof H!=="object"){J=!0,P.warn({menu:H,msg:"\u83DC\u5355\u8282\u70B9\u5FC5\u987B\u662F\u5BF9\u8C61"});continue}if(z>3){J=!0,P.warn({path:H?.path,depth:z,msg:"\u83DC\u5355\u5C42\u7EA7\u8D85\u8FC7 3 \u7EA7\uFF08\u6700\u591A\u4E09\u7EA7\uFF09"});continue}let V=H.children;if(typeof V<"u"&&!Array.isArray(V)){J=!0,P.warn({path:H?.path,childrenType:typeof V,msg:"\u83DC\u5355 children \u5FC5\u987B\u662F\u6570\u7EC4"});continue}if(Array.isArray(V)&&V.length>0)if(z>=3)J=!0,P.warn({path:H?.path,depth:z,msg:"\u83DC\u5355\u5C42\u7EA7\u8D85\u8FC7 3 \u7EA7\uFF08\u6700\u591A\u4E09\u7EA7\uFF09"});else for(let L of V)X.push({menu:L,depth:z+1});let O=typeof H.path==="string"?H.path.trim():"",R=typeof H.name==="string"?H.name.trim():"",I=typeof H.sort==="number"?H.sort:999999;if(typeof H.path==="string")H.path=O;if(typeof H.name==="string")H.name=R;if(typeof H.sort>"u")H.sort=I;if(!O){J=!0,P.warn({menu:H,msg:"\u83DC\u5355\u7F3A\u5C11 path\uFF08\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF09"});continue}let C=RH(O);if(!C.ok)J=!0,P.warn({path:O,reason:C.reason,msg:"\u83DC\u5355 path \u4E0D\u5408\u6CD5"});if(!R)J=!0,P.warn({path:O,menu:H,msg:"\u83DC\u5355\u7F3A\u5C11 name\uFF08\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF09"});if(typeof H.sort<"u"&&typeof H.sort!=="number")J=!0,P.warn({path:O,sort:H.sort,msg:"\u83DC\u5355 sort \u5FC5\u987B\u662F number"});if(typeof H.sort==="number"&&(!Number.isFinite(H.sort)||H.sort<1))J=!0,P.warn({path:O,sort:H.sort,msg:"\u83DC\u5355 sort \u6700\u5C0F\u503C\u4E3A 1"});if(G.has(O)){J=!0,P.warn({path:O,msg:"\u83DC\u5355 path \u91CD\u590D\uFF08\u4E25\u683C\u6A21\u5F0F\u7981\u6B62\u91CD\u590D path\uFF09"});continue}G.add(O)}if(J)throw Error("\u83DC\u5355\u7ED3\u6784\u68C0\u67E5\u5931\u8D25");return Z};a();m0();var LG=["name","enable","deps","handler"];async function CG($){let J=!1,Z=/^[a-z]+(?:_[a-z]+)*$/;for(let X of $)try{if(!r(X)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u5BFC\u51FA\u5FC5\u987B\u662F\u5BF9\u8C61\uFF08export default { deps, handler }\uFF09"})),J=!0;continue}if(typeof X.moduleName!=="string"||X.moduleName.trim()===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 moduleName \u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u7528\u4E8E deps \u4E0E\u8FD0\u884C\u65F6\u6302\u8F7D\uFF09"})),J=!0;continue}let G=X.customKeys;if(!Array.isArray(G)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u626B\u63CF\u7ED3\u679C\u7F3A\u5C11 customKeys\uFF08\u65E0\u6CD5\u5224\u65AD\u7528\u6237\u5BFC\u51FA\u7684\u5B57\u6BB5\u662F\u5426\u5408\u6CD5\uFF09"})),J=!0;continue}if(G.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 customKeys \u5FC5\u987B\u662F string[]\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;continue}let Y=G.filter((V)=>!LG.includes(V));if(Y.length>0){P.warn(Object.assign({},h(X,["handler"]),{msg:`\u63D2\u4EF6\u5BFC\u51FA\u5B58\u5728\u4E0D\u652F\u6301\u7684\u5C5E\u6027\uFF1A${Y.join(", ")}\uFF1B\u4EC5\u5141\u8BB8\uFF1A${LG.join(", ")}\uFF1B\u5F53\u524D customKeys\uFF1A${G.join(", ")}`})),J=!0;continue}let H=G.includes("enable"),z=G.includes("deps");if(H){if(typeof X.enable!=="boolean"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 enable \u5C5E\u6027\u5FC5\u987B\u662F boolean\uFF08true/false\uFF09\uFF0C\u4E0D\u5141\u8BB8 0/1 \u7B49\u5176\u4ED6\u7C7B\u578B"})),J=!0;continue}}else X.enable=!0;if(X.source==="core"){let V=typeof X.name==="string"?X.name:"";if(V===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u5FC5\u987B\u663E\u5F0F\u8BBE\u7F6E name\uFF08string\uFF09\uFF0C\u7528\u4E8E\u786E\u5B9A\u63D2\u4EF6\u540D\u79F0"})),J=!0;continue}if(!Z.test(V)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u7684 name \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u4F8B\u5982 logger / redis_cache\uFF09\uFF0C\u4E0D\u5141\u8BB8\u7A7A\u683C\u3001\u9A7C\u5CF0\u6216\u5176\u4ED6\u5B57\u7B26"})),J=!0;continue}if(!Z.test(X.moduleName)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u7684 moduleName \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u4E14\u5FC5\u987B\u4E0E name \u4E00\u81F4\uFF09"})),J=!0;continue}if(V!==X.moduleName){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u7684 name \u5FC5\u987B\u4E0E moduleName \u5B8C\u5168\u4E00\u81F4"})),J=!0;continue}if(typeof X.filePath!=="string"||!X.filePath.startsWith(`core:plugin:${V}`)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u5FC5\u987B\u6765\u81EA\u9759\u6001\u6CE8\u518C\uFF08filePath \u5FC5\u987B\u4EE5 core:plugin:<name> \u5F00\u5934\uFF09\uFF0C\u4E0D\u5141\u8BB8\u901A\u8FC7\u626B\u63CF\u76EE\u5F55\u52A0\u8F7D"})),J=!0;continue}}if(z){if(!Array.isArray(X.deps)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}if(X.deps.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}}else if(!Array.isArray(X.deps))X.deps=[];if(typeof X.handler!=="function"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 handler \u5C5E\u6027\u5FC5\u987B\u662F\u51FD\u6570"})),J=!0;continue}}catch(G){P.error({err:G,item:X,msg:"\u63D2\u4EF6\u89E3\u6790\u5931\u8D25"}),J=!0}if(J)throw Error("\u63D2\u4EF6\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();var SG=["id","created_at","updated_at","deleted_at","state"],EG=["string","number","text","array_string","array_text","array_number_string","array_number_text"],wG=["name","type","min","max","default","detail","index","unique","nullable","unsigned","regexp"],IH=/^_?[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*$/,qH=/^[\u4e00-\u9fa5a-zA-Z0-9 _-]+$/,TG=65535;async function vG($){let J=!1;for(let Z of $){if(Z.type!=="table")continue;let X=typeof Z.sourceName==="string"?Z.sourceName:"",G=X?`${X}\u8868 `:"\u8868 ";try{let Y=Z.fileName,H=Z.content||{};if(!IH.test(Y)){P.warn(`${G}${Y} \u6587\u4EF6\u540D\u5FC5\u987B\u4F7F\u7528\u5C0F\u9A7C\u5CF0\u547D\u540D\uFF08\u4F8B\u5982 testCustomers.json\uFF09`),J=!0;continue}for(let[z,V]of Object.entries(H)){if(typeof V!=="object"||V===null||Array.isArray(V)){P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u89C4\u5219\u5FC5\u987B\u4E3A\u5BF9\u8C61`),J=!0;continue}if(SG.includes(z))P.warn(`${G}${Y} \u6587\u4EF6\u5305\u542B\u4FDD\u7559\u5B57\u6BB5 ${z}\uFF0C`+`\u4E0D\u80FD\u5728\u8868\u5B9A\u4E49\u4E2D\u4F7F\u7528\u4EE5\u4E0B\u5B57\u6BB5: ${SG.join(", ")}`),J=!0;let O=V,I=Object.keys(O).filter((D)=>!wG.includes(D));if(I.length>0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5305\u542B\u975E\u6CD5\u5C5E\u6027: ${I.join(", ")}\uFF0C`+`\u5141\u8BB8\u7684\u5C5E\u6027\u4E3A: ${wG.join(", ")}`),J=!0;if(!O.name||typeof O.name!=="string"){P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7F3A\u5C11\u5FC5\u586B\u5B57\u6BB5 name \u6216\u7C7B\u578B\u9519\u8BEF`),J=!0;continue}if(!O.type||typeof O.type!=="string"){P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7F3A\u5C11\u5FC5\u586B\u5B57\u6BB5 type \u6216\u7C7B\u578B\u9519\u8BEF`),J=!0;continue}if(O.min!==void 0&&!(O.min===null||typeof O.min==="number"))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 min \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A null \u6216\u6570\u5B57`),J=!0;if(O.max!==void 0&&!(O.max===null||typeof O.max==="number"))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 max \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A null \u6216\u6570\u5B57`),J=!0;if(O.detail!==void 0&&typeof O.detail!=="string")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 detail \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5B57\u7B26\u4E32`),J=!0;if(O.index!==void 0&&typeof O.index!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 index \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.unique!==void 0&&typeof O.unique!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 unique \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.nullable!==void 0&&typeof O.nullable!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 nullable \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.unsigned!==void 0&&typeof O.unsigned!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 unsigned \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.regexp!==void 0&&O.regexp!==null&&typeof O.regexp!=="string")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 regexp \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A null \u6216\u5B57\u7B26\u4E32`),J=!0;let{name:C,type:L,min:S,max:w,default:T}=O;if(!qH.test(C))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5\u540D\u79F0 "${C}" \u683C\u5F0F\u9519\u8BEF\uFF0C`+"\u5FC5\u987B\u4E3A\u4E2D\u6587\u3001\u6570\u5B57\u3001\u5B57\u6BCD\u3001\u4E0B\u5212\u7EBF\u3001\u77ED\u6A2A\u7EBF\u3001\u7A7A\u683C"),J=!0;if(!EG.includes(L))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5\u7C7B\u578B "${L}" \u683C\u5F0F\u9519\u8BEF\uFF0C`+`\u5FC5\u987B\u4E3A${EG.join("\u3001")}\u4E4B\u4E00`),J=!0;if(L!=="number"&&O.unsigned!==void 0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5\u7C7B\u578B\u4E3A ${L}\uFF0C\u4E0D\u5141\u8BB8\u8BBE\u7F6E unsigned\uFF08\u4EC5 number \u7C7B\u578B\u6709\u6548\uFF09`),J=!0;if(O.unique===!0&&O.index===!0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u540C\u65F6\u8BBE\u7F6E\u4E86 unique=true \u548C index=true\uFF0C`+"unique \u548C index \u4E0D\u80FD\u540C\u65F6\u8BBE\u7F6E\uFF0C\u8BF7\u5220\u9664\u5176\u4E00\uFF08\u5426\u5219\u4F1A\u521B\u5EFA\u91CD\u590D\u7D22\u5F15\uFF09"),J=!0;if(S!==void 0&&w!==void 0&&S!==null&&w!==null){if(S>w)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u6700\u5C0F\u503C "${S}" \u4E0D\u80FD\u5927\u4E8E\u6700\u5927\u503C "${w}"`),J=!0}if(L==="text"||L==="array_text"||L==="array_number_text"){if(S!==void 0&&S!==null)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7684 ${L} \u7C7B\u578B\u6700\u5C0F\u503C\u5E94\u4E3A null\uFF0C\u5F53\u524D\u4E3A "${S}"`),J=!0;if(w!==void 0&&w!==null)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7684 ${L} \u7C7B\u578B\u6700\u5927\u957F\u5EA6\u5E94\u4E3A null\uFF0C\u5F53\u524D\u4E3A "${w}"`),J=!0;if(T!==void 0&&T!==null)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${L} \u7C7B\u578B\uFF0C\u9ED8\u8BA4\u503C\u5FC5\u987B\u4E3A null\uFF0C\u5F53\u524D\u4E3A "${T}"`),J=!0;if(O.index===!0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${L} \u7C7B\u578B\uFF0C\u4E0D\u652F\u6301\u521B\u5EFA\u7D22\u5F15\uFF08index=true \u65E0\u6548\uFF09`),J=!0;if(O.unique===!0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${L} \u7C7B\u578B\uFF0C\u4E0D\u652F\u6301\u552F\u4E00\u7EA6\u675F\uFF08unique=true \u65E0\u6548\uFF09`),J=!0}else if(L==="string"||L==="array_string"||L==="array_number_string"){if(w!==void 0&&(w===null||typeof w!=="number"))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${L} \u7C7B\u578B\uFF0C`+`\u6700\u5927\u957F\u5EA6\u5FC5\u987B\u4E3A\u6570\u5B57\uFF0C\u5F53\u524D\u4E3A "${w}"`),J=!0;else if(w!==void 0&&w>TG)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u6700\u5927\u957F\u5EA6 ${w} \u8D8A\u754C\uFF0C`+`${L} \u7C7B\u578B\u957F\u5EA6\u5FC5\u987B\u5728 1..${TG} \u8303\u56F4\u5185`),J=!0}else if(L==="number"){if(T!==void 0&&T!==null&&typeof T!=="number")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A number \u7C7B\u578B\uFF0C`+`\u9ED8\u8BA4\u503C\u5FC5\u987B\u4E3A\u6570\u5B57\u6216 null\uFF0C\u5F53\u524D\u4E3A "${T}"`),J=!0}}}catch(Y){P.error({msg:`${G}${Z.fileName} \u89E3\u6790\u5931\u8D25`,err:Y}),J=!0}}if(J)throw Error("\u8868\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();var{SQL:NG,RedisClient:PH}=globalThis.Bun;class z${static sqlClient=null;static redisClient=null;static sqlConnectedAt=null;static redisConnectedAt=null;static sqlPoolMax=1;static async connectSql($){let J=$||{},Z=J.type||"mysql",X=J.host||"127.0.0.1",G=J.port||3306,Y=encodeURIComponent(J.username||"root"),H=encodeURIComponent(J.password||"root"),z=encodeURIComponent(J.database||"befly_demo"),V;if(Z==="sqlite")V=z;else{if(!X||!z)throw Error("\u6570\u636E\u5E93\u914D\u7F6E\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E\u53C2\u6570");V=`${Z}://${Y}:${H}@${X}:${G}/${z}`}let O;if(Z==="sqlite")O=new NG(V);else O=new NG({url:V,max:J.poolMax??1,bigint:!1});try{let I=(async()=>{let L="";if(Z==="sqlite")L=(await O`SELECT sqlite_version() AS version`)?.[0]?.version;else if(Z==="postgresql"||Z==="postgres")L=(await O`SELECT version() AS version`)?.[0]?.version;else L=(await O`SELECT VERSION() AS version`)?.[0]?.version;return L})(),C=new Promise((L,S)=>{setTimeout(()=>{S(Error(`\u6570\u636E\u5E93\u8FDE\u63A5\u8D85\u65F6 (${30000}ms)`))},30000)});return await Promise.race([I,C]),this.sqlClient=O,this.sqlConnectedAt=Date.now(),this.sqlPoolMax=J.poolMax??1,O}catch(R){P.error({err:R,msg:"[Connect] SQL \u8FDE\u63A5\u5931\u8D25"});try{await O?.close()}catch{}throw R}}static async disconnectSql(){if(this.sqlClient){try{await this.sqlClient.close()}catch($){P.error({err:$,msg:"[Connect] \u5173\u95ED SQL \u8FDE\u63A5\u65F6\u51FA\u9519"})}this.sqlClient=null,this.sqlConnectedAt=null}}static getSql(){if(!this.sqlClient)throw Error("SQL \u5BA2\u6237\u7AEF\u672A\u8FDE\u63A5\uFF0C\u8BF7\u5148\u8C03\u7528 Connect.connectSql()");return this.sqlClient}static async connectRedis($){let J=$||{};try{let Z=J.host||"127.0.0.1",X=J.port||6379,G=J.username||"",Y=J.password||"",H=J.db||0,z="";if(G&&Y)z=`${G}:${Y}@`;else if(Y)z=`:${Y}@`;let V=`redis://${z}${Z}:${X}/${H}`,O=new PH(V,{connectionTimeout:30000,idleTimeout:0,autoReconnect:!0,maxRetries:3,enableOfflineQueue:!0,enableAutoPipelining:!0});return await O.ping(),this.redisClient=O,this.redisConnectedAt=Date.now(),O}catch(Z){throw P.error({err:Z,msg:"[Connect] Redis \u8FDE\u63A5\u5931\u8D25"}),Error(`Redis \u8FDE\u63A5\u5931\u8D25: ${Z.message}`)}}static async disconnectRedis(){if(this.redisClient){try{this.redisClient.close(),this.redisConnectedAt=null}catch($){P.error({err:$,msg:"[Connect] \u5173\u95ED Redis \u8FDE\u63A5\u65F6\u51FA\u9519"})}this.redisClient=null}}static getRedis(){if(!this.redisClient)throw Error("Redis \u5BA2\u6237\u7AEF\u672A\u8FDE\u63A5\uFF0C\u8BF7\u5148\u8C03\u7528 Connect.connectRedis()");return this.redisClient}static async connect($){try{await this.connectSql($.db||{}),await this.connectRedis($.redis||{})}catch(J){throw P.error({env:$.nodeEnv,err:J,msg:"\u6570\u636E\u5E93\u8FDE\u63A5\u521D\u59CB\u5316\u5931\u8D25"}),await this.disconnect(),J}}static async disconnect(){await this.disconnectSql(),await this.disconnectRedis()}static isConnected(){return{sql:this.sqlClient!==null,redis:this.redisClient!==null}}static getStatus(){let $=Date.now();return{sql:{connected:this.sqlClient!==null,connectedAt:this.sqlConnectedAt,uptime:this.sqlConnectedAt?$-this.sqlConnectedAt:null,poolMax:this.sqlPoolMax},redis:{connected:this.redisClient!==null,connectedAt:this.redisConnectedAt,uptime:this.redisConnectedAt?$-this.redisConnectedAt:null}}}static __setMockSql($){this.sqlClient=$}static __setMockRedis($){this.redisClient=$}static __reset(){this.sqlClient=null,this.redisClient=null,this.sqlConnectedAt=null,this.redisConnectedAt=null,this.sqlPoolMax=1}}a();a();var qJ={"@id":{name:"ID",type:"number",min:1,max:null},"@page":{name:"\u9875\u7801",type:"number",min:1,max:9999,default:1},"@limit":{name:"\u6BCF\u9875\u6570\u91CF",type:"number",min:1,max:100,default:30},"@keyword":{name:"\u5173\u952E\u8BCD",type:"string",min:0,max:50},"@state":{name:"\u72B6\u6001",type:"number",regex:"^[0-2]$"}};function DG($,J,Z){if(!$||typeof $!=="object")return $;let X={};for(let[G,Y]of Object.entries($)){if(typeof Y==="string"&&Y.startsWith("@")){if(qJ[Y]){X[G]=qJ[Y];continue}let H=Object.keys(qJ).join(", ");throw Error(`API [${J}] (${Z}) \u5B57\u6BB5 [${G}] \u5F15\u7528\u4E86\u672A\u5B9A\u4E49\u7684\u9884\u8BBE\u5B57\u6BB5 "${Y}"\u3002\u53EF\u7528\u7684\u9884\u8BBE\u5B57\u6BB5\u6709: ${H}`)}X[G]=Y}return X}async function kG($){let J=new Map;for(let Z of $){let X=Z.type;if(X&&X!=="api")continue;try{let G=Z;G.fields=DG(G.fields||{},G.name,G.routePath),J.set(G.routePath,G)}catch(G){throw P.error({err:G,api:Z.relativePath,file:Z.filePath,msg:"\u63A5\u53E3\u52A0\u8F7D\u5931\u8D25"}),G}}return J}a();m0();function PJ($,J={}){let Z=J.moduleLabel||"\u6A21\u5757",X=J.getName||((I)=>{let C=I.moduleName;if(typeof C==="string"&&C.trim()!=="")return C;return K$(I.fileName)}),G=J.getDeps||((I)=>I.deps),Y=[],H=new Set,z=new Set,V={},O=!0;for(let I of $){let C=X(I);if(typeof C!=="string"||C.trim()===""){P.error({item:I,msg:`${Z} \u540D\u79F0\u89E3\u6790\u5931\u8D25\uFF08getName \u8FD4\u56DE\u7A7A\u5B57\u7B26\u4E32\uFF09`}),O=!1;continue}if(V[C]){P.error({name:C,first:V[C],second:I,msg:`${Z} \u540D\u79F0\u91CD\u590D\uFF0C\u65E0\u6CD5\u6839\u636E deps \u552F\u4E00\u5B9A\u4F4D`}),O=!1;continue}V[C]=I}if(!O)return!1;for(let I of $){let C=X(I),L=G(I);if(!Array.isArray(L)){P.error({module:C,item:I,msg:`${Z} \u7684 deps \u5FC5\u987B\u662F\u6570\u7EC4`}),O=!1;continue}for(let S of L){if(typeof S!=="string"){P.error({module:C,dependency:S,item:I,msg:`${Z} \u7684 deps \u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4`}),O=!1;continue}if(!V[S])P.error({module:C,dependency:S,msg:`${Z} \u4F9D\u8D56\u672A\u627E\u5230`}),O=!1}}if(!O)return!1;let R=(I)=>{if(H.has(I))return;if(z.has(I)){P.error({module:I,msg:`${Z} \u5FAA\u73AF\u4F9D\u8D56`}),O=!1;return}let C=V[I];if(!C)return;let L=G(C);z.add(I);for(let S of L)R(S);z.delete(I),H.add(I),Y.push(C)};for(let I of $){let C=X(I);R(C)}return O?Y:!1}async function yG($){let J=[],Z=$.filter((G)=>{let Y=G?.moduleName;if(typeof Y!=="string"||Y.trim()==="")return!1;if(G?.enable===!1)return!1;return!0}),X=PJ(Z,{moduleLabel:"\u94A9\u5B50"});if(X===!1)throw Error("\u94A9\u5B50\u4F9D\u8D56\u5173\u7CFB\u9519\u8BEF");for(let G of X){let Y=G.moduleName,H=G;J.push({name:Y,enable:!0,deps:H.deps,handler:H.handler})}return J}a();async function xG($,J){let Z=[],X=$.filter((Y)=>{let H=Y?.moduleName;if(typeof H!=="string"||H.trim()==="")return!1;if(Y?.enable===!1)return!1;return!0}),G=PJ(X,{moduleLabel:"\u63D2\u4EF6"});if(G===!1)throw Error("\u63D2\u4EF6\u4F9D\u8D56\u5173\u7CFB\u9519\u8BEF");for(let Y of G){let H=Y.moduleName,z=Y;try{let V=typeof z.handler==="function"?await z.handler(J):{};J[H]=V,Z.push({name:H,enable:!0,deps:z.deps,handler:z.handler})}catch(V){throw P.error({err:V,plugin:H,msg:"\u63D2\u4EF6\u521D\u59CB\u5316\u5931\u8D25"}),V}}return Z}AJ();a();function fG($,J){let Z=$.headers.get("x-forwarded-for");if(typeof Z==="string"&&Z.trim()){let z=Z.split(",")[0];if(typeof z==="string"&&z.trim())return z.trim()}let X=$.headers.get("x-real-ip");if(typeof X==="string"&&X.trim())return X.trim();let G=$.headers.get("cf-connecting-ip");if(typeof G==="string"&&G.trim())return G.trim();let Y=$.headers.get("x-client-ip");if(typeof Y==="string"&&Y.trim())return Y.trim();let H=$.headers.get("true-client-ip");if(typeof H==="string"&&H.trim())return H.trim();if(J&&typeof J.requestIP==="function"){let z=J.requestIP($);if(z&&typeof z.address==="string"&&z.address.trim())return z.address.trim()}return"unknown"}a();function q$($,J,Z=1,X=null,G=null,Y=null){if($.requestId)P.info({event:"request_blocked",reason:J,reasonCode:Y,code:Z,detail:G,msg:"request blocked"});return Response.json({code:Z,msg:J,data:X,detail:G},{headers:$.corsHeaders})}function xZ($){if($.api&&$.requestId)P.info({event:"request_done",msg:"request done"});if($.response)return $.response;if($.result!==void 0){let J=$.result;if(typeof J==="string")J={code:0,msg:J};else if(J&&typeof J==="object"){if(!("code"in J))J={code:0,...J}}if(J&&typeof J==="object"){let Z=JSON.stringify(J,(X,G)=>typeof G==="bigint"?G.toString():G);return new Response(Z,{headers:{...$.corsHeaders,"Content-Type":"application/json"}})}else return Response.json(J,{headers:$.corsHeaders})}return Response.json({code:1,msg:"\u672A\u751F\u6210\u54CD\u5E94"},{headers:$.corsHeaders})}m0();function gG($,J,Z){return async(X,G)=>{let Y=iX(),z=new URL(X.url).pathname||"/",V=fG(X,G),O=Date.now(),R={method:X.method,body:{},user:{},req:X,now:O,ip:V,headers:X.headers,route:z,requestId:Y,corsHeaders:{"X-Request-ID":Y},api:$.get(z),response:void 0,result:void 0};return eX({requestId:Y,method:X.method,route:z,ip:V,now:O},async()=>{try{for(let I of J)if(await I.handler(Z,R),R.response)return R.response;if(R.api&&X.method!=="OPTIONS"){let I={event:"request",apiName:R.api.name};if(R.body&&Object.keys(R.body).length>0)I.body=R.body;I.msg="request",P.info(I)}if(!R.api){if(X.method!=="OPTIONS")R.response=Response.json({code:1,msg:"\u63A5\u53E3\u4E0D\u5B58\u5728"},{headers:R.corsHeaders})}else if(R.api.handler){let I=await R.api.handler(Z,R);if(I instanceof Response)R.response=I;else R.result=I}return xZ(R)}catch(I){let C=R.api?z:X.url;return P.error({err:I,path:C,msg:"\u8BF7\u6C42\u9519\u8BEF"}),R.result={code:1,msg:"\u5185\u90E8\u670D\u52A1\u9519\u8BEF"},xZ(R)}})}}I$();a();I$();import{fileURLToPath as jH}from"url";var BH=jH(import.meta.url),P$=RJ(BH);var x8=L$(P$).endsWith("/dist")?P$:d(P$,"dist"),f8=d(P$,"checks"),g8=d(P$,"plugins"),h8=d(P$,"hooks"),b8=d(P$,"apis"),c8=d(P$,"tables"),d0=process.cwd(),p8=d(d0,"checks"),u8=d(d0,"plugins"),m8=d(d0,"hooks"),n8=d(d0,"apis"),d8=d(d0,"tables"),hG=d(d0,"addons");function jJ($,J={}){let Z=J.origin||"*";return{"Access-Control-Allow-Origin":Z==="*"?$.headers.get("origin")||"*":Z,"Access-Control-Allow-Methods":J.methods||"GET, POST, PUT, DELETE, OPTIONS","Access-Control-Allow-Headers":J.allowedHeaders||"Content-Type, Authorization, authorization, token","Access-Control-Expose-Headers":J.exposedHeaders||"Content-Range, X-Content-Range, Authorization, authorization, token","Access-Control-Max-Age":String(J.maxAge||86400),"Access-Control-Allow-Credentials":J.credentials||"true"}}function bG($=void 0){return async(J)=>{let Z=jJ(J,$),X=new URL(J.url),G=d(d0,"public",X.pathname);try{if(J.method==="OPTIONS")return new Response(null,{status:204,headers:Z});let Y=Bun.file(G);if(await Y.exists())return new Response(Y,{headers:{"Content-Type":Y.type||"application/octet-stream",...Z}});else return Response.json({code:1,msg:"\u6587\u4EF6\u672A\u627E\u5230"},{headers:Z})}catch(Y){return P.error({err:Y,msg:"\u9759\u6001\u6587\u4EF6\u5904\u7406\u5931\u8D25"}),Response.json({code:1,msg:"\u6587\u4EF6\u8BFB\u53D6\u5931\u8D25"},{headers:Z})}}}a();m0();async function cG($,J){if(!$.db)throw Error("syncApi: ctx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.cache)throw Error("syncApi: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!(await $.db.tableExists("addon_admin_api")).data){P.debug(`${"addon_admin_api"} \u8868\u4E0D\u5B58\u5728`);return}let G=(await $.db.getAll({table:"addon_admin_api",fields:["id","routePath","name","addonName","state"],where:{state$gte:0}})).data.lists||[],Y=rX(G,(R)=>R.routePath),H=[],z=[],V=[],O=new Set;for(let R of J){let I=R.type;if(I&&I!=="api")continue;let C=R.routePath;O.add(R.routePath);let L=Y[C];if(L){if(R.name!==L.name||R.routePath!==L.routePath||R.addonName!==L.addonName)z.push({id:L.id,api:R})}else H.push(R)}for(let R of G)if(!O.has(R.routePath))V.push(R.id);if(z.length>0)try{await $.db.updBatch("addon_admin_api",z.map((R)=>{return{id:R.id,data:{name:R.api.name,routePath:R.api.routePath,addonName:R.api.addonName}}}))}catch(R){P.error({err:R,msg:"\u540C\u6B65\u63A5\u53E3\u6279\u91CF\u66F4\u65B0\u5931\u8D25"})}if(H.length>0)try{await $.db.insBatch("addon_admin_api",H.map((R)=>{return{name:R.name,routePath:R.routePath,addonName:R.addonName}}))}catch(R){P.error({err:R,msg:"\u540C\u6B65\u63A5\u53E3\u6279\u91CF\u65B0\u589E\u5931\u8D25"})}if(V.length>0)try{await $.db.delForceBatch("addon_admin_api",V)}catch(R){P.error({err:R,msg:"\u540C\u6B65\u63A5\u53E3\u6279\u91CF\u5220\u9664\u5931\u8D25"})}}async function pG($){if(!$.cache)throw Error("syncCache: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");await $.cache.cacheApis(),await $.cache.cacheMenus(),await $.cache.rebuildRoleApiPermissions()}import{createSign as LH}from"crypto";class k${static md5($,J="hex"){let Z=new Bun.CryptoHasher("md5");return Z.update($),Z.digest(J)}static hmacMd5($,J,Z="hex"){let X=new Bun.CryptoHasher("md5",$);return X.update(J),X.digest(Z)}static sha1($,J="hex"){let Z=new Bun.CryptoHasher("sha1");return Z.update($),Z.digest(J)}static hmacSha1($,J,Z="hex"){let X=new Bun.CryptoHasher("sha1",$);return X.update(J),X.digest(Z)}static sha256($,J="hex"){let Z=new Bun.CryptoHasher("sha256");return Z.update($),Z.digest(J)}static rsaSha256($,J,Z="hex"){let X=LH("RSA-SHA256");return X.update($),X.sign(J,Z)}static hmacSha256($,J,Z="hex"){let X=new Bun.CryptoHasher("sha256",$);return X.update(J),X.digest(Z)}static sha512($,J="hex"){let Z=new Bun.CryptoHasher("sha512");return Z.update($),Z.digest(J)}static hmacSha512($,J,Z="hex"){let X=new Bun.CryptoHasher("sha512",$);return X.update(J),X.digest(Z)}static hash($,J,Z="hex"){let X=new Bun.CryptoHasher($);return X.update(J),X.digest(Z)}static hmac($,J,Z,X="hex"){let G=new Bun.CryptoHasher($,J);return G.update(Z),G.digest(X)}static async hashFile($,J="sha256",Z="hex"){let X=Bun.file($),G=new Bun.CryptoHasher(J),H=X.stream().getReader();try{while(!0){let{done:z,value:V}=await H.read();if(z)break;G.update(V)}return G.digest(Z)}finally{H.releaseLock()}}static async hashPassword($,J={}){let Z={algorithm:"bcrypt",...J};return await Bun.password.hash($,Z)}static async verifyPassword($,J){return await Bun.password.verify($,J)}static base64Encode($){return Buffer.from($,"utf8").toString("base64")}static base64Decode($){return Buffer.from($,"base64").toString("utf8")}static randomString($){let J=Math.ceil($/2),Z=crypto.getRandomValues(new Uint8Array(J)),X="";for(let G=0;G<Z.length;G++)X+=Z[G].toString(16).padStart(2,"0");return X.slice(0,$)}static fastHash($,J=0){let Z=Bun.hash($,J);return typeof Z==="bigint"?Number(Z):Z}}a();async function uG($,J={}){if(!J.devPassword)return;let Z=typeof J.devEmail==="string"&&J.devEmail.length>0?J.devEmail:"dev@qq.com";if(!$.db)throw Error("syncDev: ctx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.cache)throw Error("syncDev: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!(await $.db.tableExists("addon_admin_admin")).data){P.debug("addon_admin_admin \u8868\u4E0D\u5B58\u5728");return}if(!(await $.db.tableExists("addon_admin_role")).data){P.debug("addon_admin_role \u8868\u4E0D\u5B58\u5728");return}if(!(await $.db.tableExists("addon_admin_menu")).data){P.debug("addon_admin_menu \u8868\u4E0D\u5B58\u5728");return}let X=await $.db.getAll({table:"addon_admin_menu",fields:["path"],where:{state$gte:0},orderBy:["id#ASC"]}),G=Array.from(new Set((X.data.lists||[]).map((L)=>typeof L?.path==="string"?L.path.trim():"").filter((L)=>L.length>0))),Y=await $.db.tableExists("addon_admin_api"),H=[];if(Y.data){let L=await $.db.getAll({table:"addon_admin_api",fields:["routePath"],where:{state$gte:0},orderBy:["id#ASC"]});H=Array.from(new Set((L.data.lists||[]).map((S)=>{if(typeof S?.routePath!=="string")throw Error("syncDev: addon_admin_api.routePath \u5FC5\u987B\u662F\u5B57\u7B26\u4E32");let w=S.routePath.trim();if(w.length===0)throw Error("syncDev: addon_admin_api.routePath \u4E0D\u5141\u8BB8\u4E3A\u7A7A\u5B57\u7B26\u4E32");if(!w.startsWith("/"))throw Error(`syncDev: addon_admin_api.routePath \u5FC5\u987B\u662F pathname\uFF08\u4EE5 / \u5F00\u5934\uFF09\uFF0C\u5F53\u524D\u503C=${w}`);return w})))}let z=[{code:"dev",name:"\u5F00\u53D1\u8005\u89D2\u8272",description:"\u62E5\u6709\u6240\u6709\u83DC\u5355\u548C\u63A5\u53E3\u6743\u9650\u7684\u5F00\u53D1\u8005\u89D2\u8272",menus:G,apis:H,sort:0},{code:"user",name:"\u7528\u6237\u89D2\u8272",description:"\u666E\u901A\u7528\u6237\u89D2\u8272",menus:[],apis:[],sort:1},{code:"admin",name:"\u7BA1\u7406\u5458\u89D2\u8272",description:"\u7BA1\u7406\u5458\u89D2\u8272",menus:[],apis:[],sort:2},{code:"guest",name:"\u8BBF\u5BA2\u89D2\u8272",description:"\u8BBF\u5BA2\u89D2\u8272",menus:[],apis:[],sort:3}],V=null;for(let L of z){let S=await $.db.getOne({table:"addon_admin_role",where:{code:L.code}});if(S.data){let{menus:w,apis:T}=L,D=Array.isArray(S.data.menus)?S.data.menus:[],E=Array.isArray(S.data.apis)?S.data.apis:[],N=D.length!==w.length||D.some((f,o)=>f!==w[o]),b=E.length!==T.length||E.some((f,o)=>f!==T[o]);if(S.data.name!==L.name||S.data.description!==L.description||N||b||S.data.sort!==L.sort)await $.db.updData({table:"addon_admin_role",where:{code:L.code},data:{name:L.name,description:L.description,menus:L.menus,apis:L.apis,sort:L.sort}});if(L.code==="dev")V=S.data}else{let w=await $.db.insData({table:"addon_admin_role",data:L});if(L.code==="dev")V={id:w.data}}}if(!V){P.error("dev \u89D2\u8272\u4E0D\u5B58\u5728\uFF0C\u65E0\u6CD5\u521B\u5EFA\u5F00\u53D1\u8005\u8D26\u53F7");return}let O=k$.sha256(J.devPassword+"befly"),R=await k$.hashPassword(O),I={nickname:"\u5F00\u53D1\u8005",email:Z,username:"dev",password:R,roleCode:"dev",roleType:"admin"};if((await $.db.getOne({table:"addon_admin_admin",where:{email:Z}})).data)await $.db.updData({table:"addon_admin_admin",where:{email:Z},data:I});else await $.db.insData({table:"addon_admin_admin",data:I})}a();yZ();function CH($){let J=$.config?.disableMenus,Z=Array.isArray(J)?J:[],X=[];for(let Y of Z){if(typeof Y!=="string")continue;let H=Y.trim();if(!H)continue;X.push(H)}if(X.length===0)return()=>!1;let G=X.map((Y)=>new Bun.Glob(Y));return(Y)=>{if(typeof Y!=="string")return!1;let H=Y.trim();if(!H)return!1;let z=[];if(z.push(H),H.startsWith("/"))z.push(H.slice(1));else z.push(`/${H}`);for(let V of G){let O=V.match;if(typeof O!=="function")throw Error("syncMenu: \u5F53\u524D Bun \u7248\u672C\u4E0D\u652F\u6301 Bun.Glob.match\uFF0C\u65E0\u6CD5\u6309 disableMenus \u505A glob \u5339\u914D");for(let R of z)if(O.call(V,R))return!0}return!1}}function mG($,J){let Z=[];for(let X of $){if(X===null||typeof X!=="object")continue;let G=typeof X.path==="string"?String(X.path).trim():"";if(G&&J(G))continue;let Y=X.children,H=Array.isArray(Y)&&Y.length>0?mG(Y,J):[],z={};if(typeof X.name==="string")z.name=X.name;if(typeof X.path==="string")z.path=X.path;if(typeof X.sort==="number")z.sort=X.sort;if(typeof X.parentPath==="string")z.parentPath=X.parentPath;if(H.length>0)z.children=H;Z.push(z)}return Z}function SH($){let J=new Map,Z=[];for(let X of $)Z.push({menu:X,parentPathFromTree:""});while(Z.length>0){let X=Z.pop(),G=X?X.menu:null;if(!G)continue;let Y=typeof G.path==="string"?G.path:"",H=G.children;if(H&&Array.isArray(H)&&H.length>0){let I=typeof Y==="string"?Y:"";for(let C of H)Z.push({menu:C,parentPathFromTree:I})}if(!Y)continue;let z=typeof G.name==="string"?G.name:"";if(!z)continue;let V=typeof G.sort==="number"?G.sort:999999,R=typeof G.parentPath==="string"?G.parentPath:typeof X?.parentPathFromTree==="string"?X.parentPathFromTree:PG(Y);J.set(Y,{path:Y,name:z,sort:V,parentPath:R})}return J}async function nG($,J){if(!$.db)throw Error("syncMenu: ctx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.cache)throw Error("syncMenu: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.config)throw Error("syncMenu: ctx.config \u672A\u521D\u59CB\u5316\uFF08config \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!(await $.db.tableExists("addon_admin_menu")).data){P.debug("addon_admin_menu \u8868\u4E0D\u5B58\u5728");return}let Z=CH($),X=mG(J,Z),G=SH(X),Y=new Set;for(let z of G.keys())Y.add(z);let H="addon_admin_menu";await $.db.trans(async(z)=>{let O=(await z.getAll({table:H,fields:["id","name","path","parentPath","sort","state"]})).data.lists||[],R=O.filter((E)=>typeof E?.state==="number"&&E.state>=0),I=new Map,C=new Set,L=new Map;for(let E of R){if(typeof E?.path!=="string"||!E.path)continue;if(typeof E?.id!=="number")continue;if(Z(E.path))continue;let N=I.get(E.path);if(!N){I.set(E.path,E);continue}let b=typeof N?.id==="number"?N.id:0,v=E.id;if(v>b){if(I.set(E.path,E),b>0)C.add(b);let f=L.get(E.path)||{keptId:v,removedIds:[]};if(f.keptId=v,b>0)f.removedIds.push(b);L.set(E.path,f)}else{if(v>0)C.add(v);let f=L.get(E.path)||{keptId:b,removedIds:[]};if(f.keptId=b,v>0)f.removedIds.push(v);L.set(E.path,f)}}if(L.size>0){let E=[];for(let N of L.entries()){let b=N[0],v=N[1];if(E.push({path:b,keptId:v.keptId,removedIds:v.removedIds}),E.length>=10)break}P.warn({table:H,duplicatePaths:L.size,duplicateIds:C.size,examples:E,msg:"addon_admin_menu \u68C0\u6D4B\u5230\u91CD\u590D path \u8BB0\u5F55\uFF1A\u5DF2\u4FDD\u7559 id \u6700\u5927\u7684\u4E00\u6761\u5E76\u5220\u9664\u5176\u4F59\u8BB0\u5F55"})}let S=[],w=[];for(let E of G.values()){let N=I.get(E.path);if(N){let b=typeof N.parentPath==="string"?N.parentPath:"";if(N.name!==E.name||N.sort!==E.sort||b!==E.parentPath)S.push({id:N.id,data:{name:E.name,path:E.path,parentPath:E.parentPath,sort:E.sort}})}else w.push({name:E.name,path:E.path,parentPath:E.parentPath,sort:E.sort})}if(S.length>0)await z.updBatch(H,S);if(w.length>0)await z.insBatch(H,w);let T=new Set;for(let E of R){if(typeof E?.path!=="string"||!E.path)continue;if(!Y.has(E.path)){if(typeof E?.id==="number")T.add(E.id)}}for(let E of C)if(typeof E==="number"&&E>0)T.add(E);for(let E of O){if(typeof E?.path!=="string"||!E.path)continue;if(!Z(E.path))continue;if(typeof E?.id==="number"&&E.id>0)T.add(E.id)}let D=Array.from(T);if(D.length>0)await z.delForceBatch(H,D)})}class X0{static apisAll(){return"apis:all"}static menusAll(){return"menus:all"}static roleInfo($){return`role:info:${$}`}static roleApis($){return`role:apis:${$}`}static tableColumns($){return`table:columns:${$}`}}var y$=null;function x$($){let J=Error(`\u672A\u77E5\u6570\u636E\u5E93\u65B9\u8A00: ${String($)}`);if($!=="mysql"&&$!=="postgresql"&&$!=="sqlite")throw J;if(!y$)y$=new Map,y$.set("mysql",new LJ),y$.set("postgresql",new dG),y$.set("sqlite",new sG);let Z=y$.get($);if(!Z)throw J;return Z}function BJ($){if($.dialect==="mysql")return{columns:{sql:"SELECT COLUMN_NAME, DATA_TYPE, CHARACTER_MAXIMUM_LENGTH, IS_NULLABLE, COLUMN_DEFAULT, COLUMN_COMMENT, COLUMN_TYPE FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY ORDINAL_POSITION",params:[$.dbName,$.table]}};if($.dialect==="postgresql"){let X=$.schema&&$.schema.trim()!==""?$.schema:"public",G={sql:"SELECT column_name, data_type, character_maximum_length, is_nullable, column_default FROM information_schema.columns WHERE table_schema = ? AND table_name = ? ORDER BY ordinal_position",params:[X,$.table]},Y={sql:"SELECT a.attname AS column_name, col_description(c.oid, a.attnum) AS column_comment FROM pg_class c JOIN pg_attribute a ON a.attrelid = c.oid JOIN pg_namespace n ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ? AND c.relname = ? AND a.attnum > 0",params:[X,$.table]};return{columns:G,comments:Y}}return{columns:x$("sqlite").getTableColumnsQuery($.table)}}function fZ($){if($.dialect==="mysql")return{sql:"SELECT INDEX_NAME, COLUMN_NAME FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? AND INDEX_NAME != 'PRIMARY' ORDER BY INDEX_NAME",params:[$.dbName,$.table]};if($.dialect==="postgresql")return{sql:"SELECT indexname, indexdef FROM pg_indexes WHERE schemaname = ? AND tablename = ?",params:[$.schema&&$.schema.trim()!==""?$.schema:"public",$.table]};throw Error(`getSyncTableIndexesQuery \u4E0D\u652F\u6301\u65B9\u8A00: ${String($.dialect)}`)}class LJ{name="mysql";supportsSchema=!0;quoteIdent($){if(typeof $!=="string")throw Error(`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`);let J=$.trim();if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684 SQL \u6807\u8BC6\u7B26: ${J}`);return`\`${J}\``}getTableColumnsQuery($,J){return{sql:`SHOW COLUMNS FROM ${this.quoteIdent($)}`,params:[]}}getTableColumnsFromResult($){if(!Array.isArray($))return[];let J=[];for(let Z of $){let X=Z?.Field;if(typeof X==="string"&&X.length>0)J.push(X)}return J}tableExistsQuery($,J){if(typeof J==="string"&&J.trim()!=="")return{sql:"SELECT COUNT(*) as count FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?",params:[J,$]};return{sql:"SELECT COUNT(*) as count FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = ?",params:[$]}}}class dG{name="postgresql";supportsSchema=!0;quoteIdent($){if(typeof $!=="string")throw Error(`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`);let J=$.trim();if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684 SQL \u6807\u8BC6\u7B26: ${J}`);return`"${J}"`}getTableColumnsQuery($,J){if(typeof J==="string"&&J.trim()!=="")return{sql:"SELECT column_name FROM information_schema.columns WHERE table_schema = ? AND table_name = ? ORDER BY ordinal_position",params:[J,$]};return{sql:"SELECT column_name FROM information_schema.columns WHERE table_schema = current_schema() AND table_name = ? ORDER BY ordinal_position",params:[$]}}getTableColumnsFromResult($){if(!Array.isArray($))return[];let J=[];for(let Z of $){let X=Z?.column_name;if(typeof X==="string"&&X.length>0)J.push(X)}return J}tableExistsQuery($,J){if(typeof J==="string"&&J.trim()!=="")return{sql:"SELECT COUNT(*)::int as count FROM information_schema.tables WHERE table_schema = ? AND table_name = ?",params:[J,$]};return{sql:"SELECT COUNT(*)::int as count FROM information_schema.tables WHERE table_schema = current_schema() AND table_name = ?",params:[$]}}}class sG{name="sqlite";supportsSchema=!1;quoteIdent($){if(typeof $!=="string")throw Error(`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`);let J=$.trim();if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684 SQL \u6807\u8BC6\u7B26: ${J}`);return`"${J}"`}getTableColumnsQuery($,J){return{sql:`PRAGMA table_info(${this.quoteIdent($)})`,params:[]}}getTableColumnsFromResult($){if(!Array.isArray($))return[];let J=[];for(let Z of $){let X=Z?.name;if(typeof X==="string"&&X.length>0)J.push(X)}return J}tableExistsQuery($,J){return{sql:"SELECT COUNT(*) as count FROM sqlite_master WHERE type = 'table' AND name = ?",params:[$]}}}a();m0();var SJ=async($,J)=>{try{let Z=[];if(!Array.isArray(J))throw Error("syncTable(items) \u53C2\u6570\u5FC5\u987B\u662F\u6570\u7EC4");if(!$)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx");if(!$.db)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx.db");if(!$.redis)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx.redis");if(!$.config)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx.config");let X=String($.config.db?.type||"mysql").toLowerCase(),G="mysql";if(X==="postgres"||X==="postgresql")G="postgresql";else if(X==="sqlite")G="sqlite";await EH(G,$.db);let Y=$.config.db?.database||"",H={dbDialect:G,db:$.db,dbName:Y};for(let z of J){if(!z||z.type!=="table")continue;if(z.source!=="app"&&z.source!=="addon"&&z.source!=="core"){P.warn(`syncTable \u8DF3\u8FC7\u672A\u77E5\u6765\u6E90\u8868\u5B9A\u4E49: source=${String(z.source)} fileName=${String(z.fileName)}`);continue}let V=u(z.fileName),O=V;if(z.source==="addon"){if(!z.addonName||String(z.addonName).trim()==="")throw Error(`syncTable addon \u8868\u7F3A\u5C11 addonName: fileName=${String(z.fileName)}`);O=`addon_${u(z.addonName)}_${V}`}let R=z.content;if(!R||typeof R!=="object")throw Error(`syncTable \u8868\u5B9A\u4E49\u65E0\u6548: table=${O}`);for(let C of Object.values(R))aG(C);if(await X1(H,O))await vH(H,O,R);else await W1(H,O,R);Z.push(O)}if(Z.length>0){let z=Z.map((V)=>X0.tableColumns(V));await $.redis.delBatch(z)}}catch(Z){throw P.error({err:Z,msg:"\u6570\u636E\u5E93\u540C\u6B65\u5931\u8D25"}),Z}},C$={MYSQL_MIN_MAJOR:8,POSTGRES_MIN_MAJOR:17,SQLITE_MIN_VERSION:"3.50.0",SQLITE_MIN_VERSION_NUM:35000},lG={length:"\u957F\u5EA6",datatype:"\u7C7B\u578B",comment:"\u6CE8\u91CA",default:"\u9ED8\u8BA4\u503C",nullable:"\u53EF\u7A7A\u7EA6\u675F",unique:"\u552F\u4E00\u7EA6\u675F"},rG={ENGINE:"InnoDB",CHARSET:"utf8mb4",COLLATE:"utf8mb4_0900_ai_ci"},ZJ=[{name:"id",comment:"\u4E3B\u952EID",needsIndex:!1,mysqlDdl:"BIGINT UNSIGNED PRIMARY KEY AUTO_INCREMENT",pgDdl:"BIGINT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY",sqliteDdl:"INTEGER PRIMARY KEY"},{name:"created_at",comment:"\u521B\u5EFA\u65F6\u95F4",needsIndex:!0,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 0",pgDdl:"BIGINT NOT NULL DEFAULT 0",sqliteDdl:"INTEGER NOT NULL DEFAULT 0"},{name:"updated_at",comment:"\u66F4\u65B0\u65F6\u95F4",needsIndex:!0,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 0",pgDdl:"BIGINT NOT NULL DEFAULT 0",sqliteDdl:"INTEGER NOT NULL DEFAULT 0"},{name:"deleted_at",comment:"\u5220\u9664\u65F6\u95F4",needsIndex:!1,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 0",pgDdl:"BIGINT NOT NULL DEFAULT 0",sqliteDdl:"INTEGER NOT NULL DEFAULT 0"},{name:"state",comment:"\u72B6\u6001\u5B57\u6BB5",needsIndex:!0,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 1",pgDdl:"BIGINT NOT NULL DEFAULT 1",sqliteDdl:"INTEGER NOT NULL DEFAULT 1"}],hZ=ZJ.filter(($)=>$.needsIndex).map(($)=>$.name),iG={};for(let $ of ZJ)iG[$.name]=$;var tG={DB_VERSION_REQUIREMENTS:C$,CHANGE_TYPE_LABELS:lG,MYSQL_TABLE_CONFIG:rG,SYSTEM_INDEX_FIELDS:hZ,getTypeMapping:EJ,quoteIdentifier:G0,escapeComment:wJ,applyFieldDefaults:aG,isStringOrArrayType:JJ,getSqlType:bZ,resolveDefaultValue:XJ,generateDefaultSql:TJ,buildIndexSQL:CJ,buildSystemColumnDefs:$1,buildBusinessColumnDefs:J1,generateDDLClause:gZ,isCompatibleTypeChange:Z1,compareFieldDefinition:Y1,tableExistsRuntime:X1,getTableColumnsRuntime:G1,getTableIndexesRuntime:cZ,createRuntime:($,J,Z="")=>{return{dbDialect:$,db:J,dbName:Z}}};SJ.TestKit=tG;Object.defineProperty(SJ,"TestKit",{value:tG,writable:!1,enumerable:!0,configurable:!1});function EJ($){return{number:$==="sqlite"?"INTEGER":$==="postgresql"?"BIGINT":"BIGINT",string:$==="sqlite"?"TEXT":$==="postgresql"?"character varying":"VARCHAR",text:$==="mysql"?"MEDIUMTEXT":"TEXT",array_string:$==="sqlite"?"TEXT":$==="postgresql"?"character varying":"VARCHAR",array_text:$==="mysql"?"MEDIUMTEXT":"TEXT",array_number_string:$==="sqlite"?"TEXT":$==="postgresql"?"character varying":"VARCHAR",array_number_text:$==="mysql"?"MEDIUMTEXT":"TEXT"}}function G0($,J){return x$($).quoteIdent(J)}function wJ($){return String($).replace(/"/g,"\\\"")}function aG($){$.detail=$.detail??"",$.min=$.min??0,$.max=$.max??($.type==="number"?Number.MAX_SAFE_INTEGER:100),$.default=$.default??null,$.index=$.index??!1,$.unique=$.unique??!1,$.nullable=$.nullable??!1,$.unsigned=$.unsigned??!0,$.regexp=$.regexp??null}function JJ($){return $==="string"||$==="array_string"||$==="array_number_string"}function bZ($,J,Z,X=!1){let G=EJ($);if(JJ(J))return`${G[J]}(${Z})`;let Y=G[J]||"TEXT";if($==="mysql"&&J==="number"&&X)return`${Y} UNSIGNED`;return Y}function XJ($,J){if($!==null&&$!=="null")return $;switch(J){case"number":return 0;case"string":return"";case"array_string":case"array_number_string":return"[]";case"text":case"array_text":case"array_number_text":return"null";default:return $}}function TJ($,J){if(J==="text"||J==="array_text"||$==="null")return"";if(J==="number"||J==="string"||J==="array_string"||J==="array_number_string")if(typeof $==="number"&&!Number.isNaN($))return` DEFAULT ${$}`;else return` DEFAULT '${String($).replace(/'/g,"''")}'`;return""}function CJ($,J,Z,X,G){let Y=G0($,J),H=G0($,Z),z=G0($,X);if($==="mysql"){let V=[];if(G==="create")V.push(`ADD INDEX ${H} (${z})`);else V.push(`DROP INDEX ${H}`);return`ALTER TABLE ${Y} ALGORITHM=INPLACE, LOCK=NONE, ${V.join(", ")}`}if($==="postgresql"){if(G==="create")return`CREATE INDEX CONCURRENTLY IF NOT EXISTS ${H} ON ${Y}(${z})`;return`DROP INDEX CONCURRENTLY IF EXISTS ${H}`}if(G==="create")return`CREATE INDEX IF NOT EXISTS ${H} ON ${Y}(${z})`;return`DROP INDEX IF EXISTS ${H}`}function eG($,J){let Z=iG[J];if(!Z)return null;let X=G0($,Z.name);if($==="mysql")return`${X} ${Z.mysqlDdl} COMMENT "${wJ(Z.comment)}"`;if($==="postgresql")return`${X} ${Z.pgDdl}`;return`${X} ${Z.sqliteDdl}`}function $1($){let J=[];for(let Z of ZJ){let X=eG($,Z.name);if(X)J.push(X)}return J}function J1($,J){let Z=[];for(let[X,G]of Object.entries(J)){let Y=u(X),H=G0($,Y),z=bZ($,G.type,G.max,G.unsigned),V=XJ(G.default,G.type),O=TJ(V,G.type),R=G.unique?" UNIQUE":"",I=G.nullable?" NULL":" NOT NULL";if($==="mysql")Z.push(`${H} ${z}${R}${I}${O} COMMENT "${wJ(G.name)}"`);else Z.push(`${H} ${z}${R}${I}${O}`)}return Z}function gZ($,J,Z,X=!1){let G=u(J),Y=G0($,G),H=bZ($,Z.type,Z.max,Z.unsigned),z=XJ(Z.default,Z.type),V=TJ(z,Z.type),O=Z.unique?" UNIQUE":"",R=Z.nullable?" NULL":" NOT NULL";if($==="mysql")return`${X?"ADD COLUMN":"MODIFY COLUMN"} ${Y} ${H}${O}${R}${V} COMMENT "${wJ(Z.name)}"`;if($==="postgresql"){if(X)return`ADD COLUMN IF NOT EXISTS ${Y} ${H}${O}${R}${V}`;return`ALTER COLUMN ${Y} TYPE ${H}`}if(X)return`ADD COLUMN IF NOT EXISTS ${Y} ${H}${O}${R}${V}`;return""}async function oG($,J){try{return await $.unsafe(J),!0}catch(Z){if(J.includes("ALGORITHM=INSTANT")){let X=J.replace(/ALGORITHM=INSTANT/g,"ALGORITHM=INPLACE");try{return await $.unsafe(X),!0}catch{let G=J;return G=G.replace(/\bALGORITHM\s*=\s*(INPLACE|INSTANT)\b\s*,?\s*/g,"").replace(/\bLOCK\s*=\s*(NONE|SHARED|EXCLUSIVE)\b\s*,?\s*/g,""),G=G.replace(/,\s*,/g,", ").replace(/,\s*$/g,"").replace(/\s{2,}/g," ").trim(),await $.unsafe(G),!0}}else throw Z}}function Z1($,J){let Z=String($||"").toLowerCase(),X=String(J||"").toLowerCase();if(Z===X)return!1;let G=Z.replace(/\s*unsigned/gi,"").replace(/\([^)]*\)/g,"").trim(),Y=X.replace(/\s*unsigned/gi,"").replace(/\([^)]*\)/g,"").trim(),H=["tinyint","smallint","mediumint","int","integer","bigint"],z=H.indexOf(G),V=H.indexOf(Y);if(z!==-1&&V!==-1&&V>z)return!0;if(G==="varchar"&&(Y==="text"||Y==="mediumtext"||Y==="longtext"))return!0;if(G==="character varying"&&Y==="text")return!0;return!1}async function X1($,J){if(!$.db)throw Error("SQL \u6267\u884C\u5668\u672A\u521D\u59CB\u5316");try{let Z=void 0;if($.dbDialect==="mysql")Z=$.dbName;else if($.dbDialect==="postgresql")Z="public";let X=x$($.dbDialect).tableExistsQuery(J,Z);return((await $.db.unsafe(X.sql,X.params)).data?.[0]?.count||0)>0}catch(Z){let X=String(Z?.message||Z),G=Error(`runtime I/O \u5931\u8D25: op=tableExists table=${J} err=${X}`);if(Z?.sqlInfo)G.sqlInfo=Z.sqlInfo;throw G}}async function G1($,J){let Z={};try{if($.dbDialect==="mysql"){let X=BJ({dialect:"mysql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.columns.sql,X.columns.params);for(let Y of G.data){let H=Y.COLUMN_DEFAULT;Z[Y.COLUMN_NAME]={type:Y.DATA_TYPE,columnType:Y.COLUMN_TYPE,length:Y.CHARACTER_MAXIMUM_LENGTH,max:Y.CHARACTER_MAXIMUM_LENGTH,nullable:Y.IS_NULLABLE==="YES",defaultValue:H,comment:Y.COLUMN_COMMENT}}}else if($.dbDialect==="postgresql"){let X=BJ({dialect:"postgresql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.columns.sql,X.columns.params),Y=X.comments?(await $.db.unsafe(X.comments.sql,X.comments.params)).data:[],H={};for(let z of Y)H[z.column_name]=z.column_comment;for(let z of G.data)Z[z.column_name]={type:z.data_type,columnType:z.data_type,length:z.character_maximum_length,max:z.character_maximum_length,nullable:String(z.is_nullable).toUpperCase()==="YES",defaultValue:z.column_default,comment:H[z.column_name]??null}}else if($.dbDialect==="sqlite"){let X=BJ({dialect:"sqlite",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.columns.sql,X.columns.params);for(let Y of G.data){let H=String(Y.type||"").toUpperCase(),z=null,V=/^(\w+)\s*\((\d+)\)/.exec(H);if(V)H=V[1],z=Number(V[2]);Z[Y.name]={type:H.toLowerCase(),columnType:H.toLowerCase(),length:z,max:z,nullable:Y.notnull===0,defaultValue:Y.dflt_value,comment:null}}}return Z}catch(X){let G=String(X?.message||X),Y=Error(`runtime I/O \u5931\u8D25: op=getTableColumns table=${J} err=${G}`);if(X?.sqlInfo)Y.sqlInfo=X.sqlInfo;throw Y}}async function cZ($,J){let Z={};try{if($.dbDialect==="mysql"){let X=fZ({dialect:"mysql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.sql,X.params);for(let Y of G.data){if(!Z[Y.INDEX_NAME])Z[Y.INDEX_NAME]=[];Z[Y.INDEX_NAME].push(Y.COLUMN_NAME)}}else if($.dbDialect==="postgresql"){let X=fZ({dialect:"postgresql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.sql,X.params);for(let Y of G.data){let H=/\(([^)]+)\)/.exec(Y.indexdef);if(H){let z=H[1].replace(/"/g,"").trim();Z[Y.indexname]=[z]}}}else if($.dbDialect==="sqlite"){let X=G0("sqlite",J),G=await $.db.unsafe(`PRAGMA index_list(${X})`);for(let Y of G.data){let H=G0("sqlite",Y.name),V=(await $.db.unsafe(`PRAGMA index_info(${H})`)).data.map((O)=>O.name);if(V.length===1)Z[Y.name]=V}}return Z}catch(X){let G=String(X?.message||X),Y=Error(`runtime I/O \u5931\u8D25: op=getTableIndexes table=${J} err=${G}`);if(X?.sqlInfo)Y.sqlInfo=X.sqlInfo;throw Y}}async function EH($,J){if(!J)throw Error("SQL \u6267\u884C\u5668\u672A\u521D\u59CB\u5316");if($==="mysql"){let Z=await J.unsafe("SELECT VERSION() AS version");if(!Z.data||Z.data.length===0||!Z.data[0]?.version)throw Error("\u65E0\u6CD5\u83B7\u53D6 MySQL \u7248\u672C\u4FE1\u606F");let X=Z.data[0].version,G=parseInt(String(X).split(".")[0],10);if(!Number.isFinite(G)||G<C$.MYSQL_MIN_MAJOR)throw Error(`\u6B64\u811A\u672C\u4EC5\u652F\u6301 MySQL ${C$.MYSQL_MIN_MAJOR}.0+\uFF0C\u5F53\u524D\u7248\u672C: ${X}`);return}if($==="postgresql"){let Z=await J.unsafe("SELECT version() AS version");if(!Z.data||Z.data.length===0||!Z.data[0]?.version)throw Error("\u65E0\u6CD5\u83B7\u53D6 PostgreSQL \u7248\u672C\u4FE1\u606F");let X=Z.data[0].version,G=/PostgreSQL\s+(\d+)/i.exec(X),Y=G?parseInt(G[1],10):NaN;if(!Number.isFinite(Y)||Y<C$.POSTGRES_MIN_MAJOR)throw Error(`\u6B64\u811A\u672C\u8981\u6C42 PostgreSQL >= ${C$.POSTGRES_MIN_MAJOR}\uFF0C\u5F53\u524D: ${X}`);return}if($==="sqlite"){let Z=await J.unsafe("SELECT sqlite_version() AS version");if(!Z.data||Z.data.length===0||!Z.data[0]?.version)throw Error("\u65E0\u6CD5\u83B7\u53D6 SQLite \u7248\u672C\u4FE1\u606F");let X=Z.data[0].version,[G,Y,H]=String(X).split(".").map((V)=>parseInt(V,10)||0),z=G*1e4+Y*100+H;if(!Number.isFinite(z)||z<C$.SQLITE_MIN_VERSION_NUM)throw Error(`\u6B64\u811A\u672C\u8981\u6C42 SQLite >= ${C$.SQLITE_MIN_VERSION}\uFF0C\u5F53\u524D: ${X}`);return}}function Y1($,J,Z){let X=[];if($!=="sqlite"&&JJ(Z.type)){if(J.max!==Z.max)X.push({type:"length",current:J.max,expected:Z.max})}if($!=="sqlite"){let O=J.comment||"";if(O!==Z.name)X.push({type:"comment",current:O,expected:Z.name})}let Y=EJ($)[Z.type].toLowerCase(),H=J.type.toLowerCase();if(H!==Y)X.push({type:"datatype",current:H,expected:Y});let z=Z.nullable;if(J.nullable!==z)X.push({type:"nullable",current:J.nullable,expected:z});let V=XJ(Z.default,Z.type);if(String(J.defaultValue)!==String(V))X.push({type:"default",current:J.defaultValue,expected:V});return X}async function wH($,J,Z){if($.dbDialect!=="sqlite")throw Error(`rebuildSqliteTable \u4EC5\u652F\u6301 sqlite \u65B9\u8A00\uFF0C\u5F53\u524D: ${String($.dbDialect)}`);let X=G0("sqlite",J),Y=(await $.db.unsafe(`PRAGMA table_info(${X})`)).data.map((I)=>I.name),z=["id","created_at","updated_at","deleted_at","state",...Object.keys(Z).map((I)=>u(I))],V=`${J}__tmp__${Date.now()}`;await W1($,V,Z);let O=z.filter((I)=>Y.includes(I));if(O.length>0){let I=O.map((L)=>G0("sqlite",L)).join(", "),C=G0("sqlite",V);await $.db.unsafe(`INSERT INTO ${C} (${I}) SELECT ${I} FROM ${X}`)}await $.db.unsafe(`DROP TABLE ${X}`);let R=G0("sqlite",V);await $.db.unsafe(`ALTER TABLE ${R} RENAME TO ${X}`)}async function TH($,J,Z,X){if(!X||!X.changed)return;if($.dbDialect==="sqlite")if(X.modifyClauses.length>0||X.defaultClauses.length>0)await wH($,J,Z);else for(let G of X.addClauses){let Y=`ALTER TABLE ${G0($.dbDialect,J)} ${G}`;await $.db.unsafe(Y)}else{let G=[...X.addClauses,...X.modifyClauses];if(G.length>0){let Y=G0($.dbDialect,J),H=$.dbDialect==="mysql"?`ALTER TABLE ${Y} ALGORITHM=INSTANT, LOCK=NONE, ${G.join(", ")}`:`ALTER TABLE ${Y} ${G.join(", ")}`;if($.dbDialect==="mysql")await oG($.db,H);else await $.db.unsafe(H)}}if(X.defaultClauses.length>0)if($.dbDialect==="sqlite")P.warn(`SQLite \u4E0D\u652F\u6301\u4FEE\u6539\u9ED8\u8BA4\u503C\uFF0C\u8868 ${J} \u7684\u9ED8\u8BA4\u503C\u53D8\u66F4\u5DF2\u8DF3\u8FC7`);else{let G=G0($.dbDialect,J),Y=$.dbDialect==="mysql"?`ALTER TABLE ${G} ALGORITHM=INSTANT, LOCK=NONE, ${X.defaultClauses.join(", ")}`:`ALTER TABLE ${G} ${X.defaultClauses.join(", ")}`;if($.dbDialect==="mysql")await oG($.db,Y);else await $.db.unsafe(Y)}for(let G of X.indexActions){let Y=CJ($.dbDialect,J,G.indexName,G.fieldName,G.action);try{if(await $.db.unsafe(Y),G.action==="create")P.debug(`[\u7D22\u5F15\u53D8\u5316] \u65B0\u5EFA\u7D22\u5F15 ${J}.${G.indexName} (${G.fieldName})`);else P.debug(`[\u7D22\u5F15\u53D8\u5316] \u5220\u9664\u7D22\u5F15 ${J}.${G.indexName} (${G.fieldName})`)}catch(H){throw P.error({err:H,table:J,index:G.indexName,field:G.fieldName,msg:`${G.action==="create"?"\u521B\u5EFA":"\u5220\u9664"}\u7D22\u5F15\u5931\u8D25`}),H}}if($.dbDialect==="postgresql"&&X.commentActions&&X.commentActions.length>0)for(let G of X.commentActions)await $.db.unsafe(G)}async function W1($,J,Z,X=hZ){let Y=[...$1($.dbDialect),...J1($.dbDialect,Z)].join(`,
5
+ `}function ZG($){try{return JSON.stringify($)}catch{try{return JSON.stringify({level:$.level,time:$.time,pid:$.pid,hostname:$.hostname,msg:"[Unserializable log record]"})}catch{return'{"msg":"[Unserializable log record]"}'}}}function XG($){let{fileSink:J,consoleSink:Z}=$,X=(G,Y)=>{if(G==="debug"&&d0.debug!==1)return;let H=CZ(Y,EZ),z=eW(G,H);if(J.enqueue(z),Z)Z.enqueue(z)};return{info(G){X("info",G)},warn(G){X("warn",G)},error(G){X("error",G)},debug(G){X("debug",G)}}}function $H(){let $=$G();if(!$)return null;let J=Date.now()-$.now,Z={requestId:$.requestId,method:$.method,route:$.route,ip:$.ip,now:$.now,durationSinceNowMs:J};return Z.userId=$.userId,Z.roleCode=$.roleCode,Z.nickname=$.nickname,Z.roleType=$.roleType,Z}function JH($,J){let Z={};for(let[G,Y]of Object.entries($))Z[G]=Y;let X=["requestId","method","route","ip","now","durationSinceNowMs","userId","roleCode","nickname","roleType"];for(let G of X)if(Z[G]===void 0)Z[G]=J[G];return Z}function KJ($){if(r($))return $;if($ instanceof Error)return{err:$,msg:$.message||$.name||"Error"};if($===void 0)return{msg:""};if($===null)return{msg:"null"};if(typeof $==="object")return{value:$};try{return{msg:String($)}}catch{return{msg:"[Unserializable]"}}}function MJ($){let J=$H();if(!J)return $;return JH($,J)}class HG{maybeSanitizeForMock($){if(!B$)return $;return CZ($,EZ)}info($){let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J);return r$("app").info(Z)}warn($){let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J);return r$("app").warn(Z)}error($){let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J),X=r$("app").error(Z);if(B$)return X;return r$("error").error(Z),X}debug($){if(d0.debug!==1)return;let J=MJ(KJ($)),Z=this.maybeSanitizeForMock(J);return r$("app").debug(Z)}async flush(){await rW()}configure($){tW($)}setMock($){aW($)}async shutdown(){await YG()}}var nW,GG,EZ,sW,M$=null,F$=null,B$=null,X$=null,G$=null,Y$=null,d0,P;var a=_$(()=>{aX();m0();AJ();nW=process.cwd(),GG=["*password*","pass","pwd","*token*","access_token","refresh_token","accessToken","refreshToken","authorization","cookie","set-cookie","*secret*","apiKey","api_key","privateKey","private_key"],EZ={maxStringLen:100,maxArrayItems:100,sanitizeDepth:3,sanitizeNodes:500,sanitizeObjectKeys:100,sensitiveKeyMatcher:BZ({builtinPatterns:GG,userPatterns:[]})},sW=(()=>{try{return pW()}catch{return"unknown"}})(),d0={debug:0,dir:"./logs",console:1,maxSize:20};P=new HG});function a$($=""){if(!$)return $;return $.replace(/\\/g,"/").replace(QH,(J)=>J.toUpperCase())}function _H(){if(typeof process<"u"&&typeof process.cwd==="function")return process.cwd().replace(/\\/g,"/");return"/"}function NZ($,J){let Z="",X=0,G=-1,Y=0,H=null;for(let z=0;z<=$.length;++z){if(z<$.length)H=$[z];else if(H==="/")break;else H="/";if(H==="/"){if(G===z-1||Y===1);else if(Y===2){if(Z.length<2||X!==2||Z[Z.length-1]!=="."||Z[Z.length-2]!=="."){if(Z.length>2){let V=Z.lastIndexOf("/");if(V===-1)Z="",X=0;else Z=Z.slice(0,V),X=Z.length-1-Z.lastIndexOf("/");G=z,Y=0;continue}else if(Z.length>0){Z="",X=0,G=z,Y=0;continue}}if(J)Z+=Z.length>0?"/..":"..",X=2}else{if(Z.length>0)Z+=`/${$.slice(G+1,z)}`;else Z=$.slice(G+1,z);X=z-G-1}G=z,Y=0}else if(H==="."&&Y!==-1)++Y;else Y=-1}return Z}var QH,zH,UH,KG,AG,VH,OH,L$=function($){if($.length===0)return".";$=a$($);let J=$.match(zH),Z=D$($),X=$[$.length-1]==="/";if($=NZ($,!Z),$.length===0){if(Z)return"/";return X?"./":"."}if(X)$+="/";if(KG.test($))$+="/";if(J){if(!Z)return`//./${$}`;return`//${$}`}return Z&&!D$($)?`/${$}`:$},n=function(...$){let J="";for(let Z of $){if(!Z)continue;if(J.length>0){let X=J[J.length-1]==="/",G=Z[0]==="/";if(X&&G)J+=Z.slice(1);else J+=X||G?Z:`/${Z}`}else J+=Z}return L$(J)},t$=function(...$){$=$.map((X)=>a$(X));let J="",Z=!1;for(let X=$.length-1;X>=-1&&!Z;X--){let G=X>=0?$[X]:_H();if(!G||G.length===0)continue;J=`${G}/${J}`,Z=D$(G)}if(J=NZ(J,!Z),Z&&!D$(J))return`/${J}`;return J.length>0?J:"."},D$=function($){return UH.test($)},MG=function($){if($==="..")return"";let J=VH.exec(a$($));return J&&J[1]||""},DZ=function($,J){let Z=t$($).replace(AG,"$1").split("/"),X=t$(J).replace(AG,"$1").split("/");if(X[0][1]===":"&&Z[0][1]===":"&&Z[0]!==X[0])return X.join("/");let G=[...Z];for(let Y of G){if(X[0]!==Y)break;Z.shift(),X.shift()}return[...Z.map(()=>".."),...X].join("/")},RJ=function($){let J=a$($).replace(/\/$/,"").split("/").slice(0,-1);if(J.length===1&&KG.test(J[0]))J[0]+="/";return J.join("/")||(D$($)?"/":".")},FG=function($,J){let Z=a$($).split("/"),X="";for(let G=Z.length-1;G>=0;G--){let Y=Z[G];if(Y){X=Y;break}}return J&&X.endsWith(J)?X.slice(0,-J.length):X},e$=function($){let J=OH.exec($)?.[0]?.replace(/\\/g,"/")||"",Z=FG($),X=MG(Z);return{root:J,dir:RJ($),base:Z,ext:X,name:Z.slice(0,Z.length-X.length)}};var RG=_$(()=>{QH=/^[A-Za-z]:\//;zH=/^[/\\]{2}/,UH=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/,KG=/^[A-Za-z]:$/,AG=/^\/([A-Za-z]:)?$/,VH=/.(\.[^./]+|\.)$/,OH=/^[/\\]|^[a-zA-Z]:[/\\]/});var I$=_$(()=>{RG()});import{statSync as AH}from"fs";var IJ=($,J)=>{if(J.isDirectory())return!0;if(!J.isSymbolicLink())return!1;try{return AH(n($,J.name)).isDirectory()}catch{return!1}};var kZ=_$(()=>{I$()});import{existsSync as $J}from"fs";import{readdir as KH,readFile as IG}from"fs/promises";function MH($){return String($).replace(/_\d+$/,"")}function FH($){let J=/<script\b[^>]*\bsetup\b[^>]*>/i.exec($);if(!J)return null;let Z=J.index+J[0].length,X=$.indexOf("</script>",Z);if(X<0)return null;return $.slice(Z,X)}function RH($){let J=$.match(/definePage\s*\([\s\S]*?meta\s*:\s*\{[\s\S]*?title\s*:\s*(["'`])([^"'`]+)\1/);if(!J)return null;let Z=$.match(/definePage\s*\([\s\S]*?meta\s*:\s*\{[\s\S]*?order\s*:\s*(\d+)/);return{title:J[2],order:Z?Number(Z[1]):void 0}}async function qG($,J,Z=""){if(!$J($))return[];let X=[],G=await KH($,{withFileTypes:!0});for(let Y of G){if(!IJ($,Y)||Y.name==="components")continue;let H=n($,Y.name),z=n(H,"index.vue");if(!$J(z))continue;let V=null;try{let S=await IG(z,"utf-8"),T=FH(S);if(!T){P.warn({path:z,msg:"index.vue \u7F3A\u5C11 <script setup>\uFF0C\u5DF2\u8DF3\u8FC7\u8BE5\u76EE\u5F55\u83DC\u5355\u540C\u6B65"});continue}if(V=RH(T),!V?.title){P.warn({path:z,msg:"index.vue \u672A\u58F0\u660E definePage({ meta: { title, order? } })\uFF0C\u5DF2\u8DF3\u8FC7\u8BE5\u76EE\u5F55\u83DC\u5355\u540C\u6B65"});continue}}catch(S){P.warn({err:S,path:z,msg:"\u8BFB\u53D6 index.vue \u5931\u8D25"});continue}if(!V?.title)continue;let O=MH(Y.name),R;if(O==="index")R=Z;else R=Z?`${Z}/${O}`:`/${O}`;let I=J?R?`${J}${R}`:J:R||"/",C={name:V.title,path:I,sort:V.order??999999},B=await qG(H,J,R);if(B.length>0)C.children=B;X.push(C)}return X.sort((Y,H)=>(Y.sort??999999)-(H.sort??999999)),X}function PG($){let J=$.split("/").filter((Z)=>!!Z);if(J.length<=1)return"";return`/${J.slice(0,-1).join("/")}`}async function jG($){let J=[];for(let X of $){let G=n(X.fullPath,"adminViews"),Y=n(X.fullPath,"views","admin"),H=$J(G)?G:$J(Y)?Y:null;if(!H)continue;try{let z=`/${X.source}/${X.name}`,V=await qG(H,z);if(V.length>0)for(let O of V)J.push(O)}catch(z){P.warn({err:z,addon:X.name,addonSource:X.source,dir:H,msg:"\u626B\u63CF addon views \u76EE\u5F55\u5931\u8D25"})}}let Z=n(process.cwd(),"menus.json");if($J(Z))try{let X=await IG(Z,"utf-8"),G=JSON.parse(X);if(Array.isArray(G)&&G.length>0)for(let Y of G)J.push(Y)}catch(X){P.warn({err:X,msg:"\u8BFB\u53D6\u9879\u76EE menus.json \u5931\u8D25"})}return J}var yZ=_$(()=>{I$();a();kZ()});var b$=s((o5,v1)=>{var T1={invalidType:"FAST_JWT_INVALID_TYPE",invalidOption:"FAST_JWT_INVALID_OPTION",invalidAlgorithm:"FAST_JWT_INVALID_ALGORITHM",invalidClaimType:"FAST_JWT_INVALID_CLAIM_TYPE",invalidClaimValue:"FAST_JWT_INVALID_CLAIM_VALUE",invalidKey:"FAST_JWT_INVALID_KEY",invalidSignature:"FAST_JWT_INVALID_SIGNATURE",invalidPayload:"FAST_JWT_INVALID_PAYLOAD",malformed:"FAST_JWT_MALFORMED",inactive:"FAST_JWT_INACTIVE",expired:"FAST_JWT_EXPIRED",missingKey:"FAST_JWT_MISSING_KEY",keyFetchingError:"FAST_JWT_KEY_FETCHING_ERROR",signError:"FAST_JWT_SIGN_ERROR",verifyError:"FAST_JWT_VERIFY_ERROR",missingRequiredClaim:"FAST_JWT_MISSING_REQUIRED_CLAIM",missingSignature:"FAST_JWT_MISSING_SIGNATURE"};class h$ extends Error{constructor($,J,Z){super(J);if(Error.captureStackTrace(this,this.constructor),this.code=$,Z)for(let X in Z)this[X]=Z[X]}}h$.codes=T1;h$.wrap=function($,J,Z){if($ instanceof h$)return $;return new h$(J,Z,{originalError:$})};v1.exports={TokenError:h$,TOKEN_ERROR_CODES:T1}});var tZ=s((l5,N1)=>{var{TokenError:W$}=b$();function EQ({complete:$,checkTyp:J},Z){if(Z instanceof Buffer)Z=Z.toString("utf-8");else if(typeof Z!=="string")throw new W$(W$.codes.invalidType,"The token must be a string or a buffer.");let X=Z.indexOf("."),G=Z.lastIndexOf(".");if(X===-1||X>=G)throw new W$(W$.codes.malformed,"The token is malformed.");let Y=!1;try{let H=JSON.parse(Buffer.from(Z.slice(0,X),"base64").toString("utf-8"));if(J&&H.typ!==J)throw new W$(W$.codes.invalidType,`The type must be "${J}".`,{header:H});Y=!0;let z=Buffer.from(Z.slice(X+1,G),"base64").toString("utf-8");if(z=JSON.parse(z),!z||typeof z!=="object")throw new W$(W$.codes.invalidPayload,"The payload must be an object",{payload:z});return $?{header:H,payload:z,signature:Z.slice(G+1),input:Z.slice(0,G)}:z}catch(H){throw W$.wrap(H,W$.codes.malformed,`The token ${Y?"payload":"header"} is not a valid base64url serialized JSON.`)}}N1.exports=function(J={}){let Z=J.complete||!1,X=J.checkTyp;return EQ.bind(null,{complete:Z,checkTyp:X})}});var k1=s((r5,D1)=>{function H$($){if(typeof $!=="function")throw Error("obliterator/iterator: expecting a function!");this.next=$}if(typeof Symbol<"u")H$.prototype[Symbol.iterator]=function(){return this};H$.of=function(){var $=arguments,J=$.length,Z=0;return new H$(function(){if(Z>=J)return{done:!0};return{done:!1,value:$[Z++]}})};H$.empty=function(){var $=new H$(function(){return{done:!0}});return $};H$.fromSequence=function($){var J=0,Z=$.length;return new H$(function(){if(J>=Z)return{done:!0};return{done:!1,value:$[J++]}})};H$.is=function($){if($ instanceof H$)return!0;return typeof $==="object"&&$!==null&&typeof $.next==="function"};D1.exports=H$});var y1=s((TQ)=>{TQ.ARRAY_BUFFER_SUPPORT=typeof ArrayBuffer<"u";TQ.SYMBOL_SUPPORT=typeof Symbol<"u"});var aZ=s((t5,f1)=>{var x1=y1(),DQ=x1.ARRAY_BUFFER_SUPPORT,kQ=x1.SYMBOL_SUPPORT;f1.exports=function(J,Z){var X,G,Y,H,z;if(!J)throw Error("obliterator/forEach: invalid iterable.");if(typeof Z!=="function")throw Error("obliterator/forEach: expecting a callback.");if(Array.isArray(J)||DQ&&ArrayBuffer.isView(J)||typeof J==="string"||J.toString()==="[object Arguments]"){for(Y=0,H=J.length;Y<H;Y++)Z(J[Y],Y);return}if(typeof J.forEach==="function"){J.forEach(Z);return}if(kQ&&Symbol.iterator in J&&typeof J.next!=="function")J=J[Symbol.iterator]();if(typeof J.next==="function"){X=J,Y=0;while(z=X.next(),z.done!==!0)Z(z.value,Y),Y++;return}for(G in J)if(J.hasOwnProperty(G))Z(J[G],G);return}});var eZ=s((pQ)=>{var yQ=Math.pow(2,8)-1,xQ=Math.pow(2,16)-1,fQ=Math.pow(2,32)-1,gQ=Math.pow(2,7)-1,hQ=Math.pow(2,15)-1,bQ=Math.pow(2,31)-1;pQ.getPointerArray=function($){var J=$-1;if(J<=yQ)return Uint8Array;if(J<=xQ)return Uint16Array;if(J<=fQ)return Uint32Array;throw Error("mnemonist: Pointer Array of size > 4294967295 is not supported.")};pQ.getSignedPointerArray=function($){var J=$-1;if(J<=gQ)return Int8Array;if(J<=hQ)return Int16Array;if(J<=bQ)return Int32Array;return Float64Array};pQ.getNumberType=function($){if($===($|0))if(Math.sign($)===-1){if($<=127&&$>=-128)return Int8Array;if($<=32767&&$>=-32768)return Int16Array;return Int32Array}else{if($<=255)return Uint8Array;if($<=65535)return Uint16Array;return Uint32Array}return Float64Array};var cQ={Uint8Array:1,Int8Array:2,Uint16Array:3,Int16Array:4,Uint32Array:5,Int32Array:6,Float32Array:7,Float64Array:8};pQ.getMinimalRepresentation=function($,J){var Z=null,X=0,G,Y,H,z,V;for(z=0,V=$.length;z<V;z++)if(H=J?J($[z]):$[z],Y=pQ.getNumberType(H),G=cQ[Y.name],G>X)X=G,Z=Y;return Z};pQ.isTypedArray=function($){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView($)};pQ.concat=function(){var $=0,J,Z,X;for(J=0,X=arguments.length;J<X;J++)$+=arguments[J].length;var G=new arguments[0].constructor($);for(J=0,Z=0;J<X;J++)G.set(arguments[J],Z),Z+=arguments[J].length;return G};pQ.indices=function($){var J=pQ.getPointerArray($),Z=new J($);for(var X=0;X<$;X++)Z[X]=X;return Z}});var p1=s((iQ)=>{var b1=aZ(),c1=eZ();function oQ($){return Array.isArray($)||c1.isTypedArray($)}function $X($){if(typeof $.length==="number")return $.length;if(typeof $.size==="number")return $.size;return}function lQ($){var J=$X($),Z=typeof J==="number"?Array(J):[],X=0;return b1($,function(G){Z[X++]=G}),Z}function rQ($){var J=$X($),Z=typeof J==="number"?c1.getPointerArray(J):Array,X=typeof J==="number"?Array(J):[],G=typeof J==="number"?new Z(J):[],Y=0;return b1($,function(H){X[Y]=H,G[Y]=Y++}),[X,G]}iQ.isArrayLike=oQ;iQ.guessLength=$X;iQ.toArray=lQ;iQ.toArrayWithIndices=rQ});var ZX=s(($U,u1)=>{var JX=k1(),Jz=aZ(),Zz=eZ(),Xz=p1();function p0($,J,Z){if(arguments.length<2)Z=$,$=null,J=null;if(this.capacity=Z,typeof this.capacity!=="number"||this.capacity<=0)throw Error("mnemonist/lru-cache: capacity should be positive number.");else if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw Error("mnemonist/lru-cache: capacity should be a finite positive integer.");var X=Zz.getPointerArray(Z);this.forward=new X(Z),this.backward=new X(Z),this.K=typeof $==="function"?new $(Z):Array(Z),this.V=typeof J==="function"?new J(Z):Array(Z),this.size=0,this.head=0,this.tail=0,this.items={}}p0.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items={}};p0.prototype.splayOnTop=function($){var J=this.head;if(this.head===$)return this;var Z=this.backward[$],X=this.forward[$];if(this.tail===$)this.tail=Z;else this.backward[X]=Z;return this.forward[Z]=X,this.backward[J]=$,this.head=$,this.forward[$]=J,this};p0.prototype.set=function($,J){var Z=this.items[$];if(typeof Z<"u"){this.splayOnTop(Z),this.V[Z]=J;return}if(this.size<this.capacity)Z=this.size++;else Z=this.tail,this.tail=this.backward[Z],delete this.items[this.K[Z]];this.items[$]=Z,this.K[Z]=$,this.V[Z]=J,this.forward[Z]=this.head,this.backward[this.head]=Z,this.head=Z};p0.prototype.setpop=function($,J){var Z=null,X=null,G=this.items[$];if(typeof G<"u")return this.splayOnTop(G),Z=this.V[G],this.V[G]=J,{evicted:!1,key:$,value:Z};if(this.size<this.capacity)G=this.size++;else G=this.tail,this.tail=this.backward[G],Z=this.V[G],X=this.K[G],delete this.items[X];if(this.items[$]=G,this.K[G]=$,this.V[G]=J,this.forward[G]=this.head,this.backward[this.head]=G,this.head=G,X)return{evicted:!0,key:X,value:Z};else return null};p0.prototype.has=function($){return $ in this.items};p0.prototype.get=function($){var J=this.items[$];if(typeof J>"u")return;return this.splayOnTop(J),this.V[J]};p0.prototype.peek=function($){var J=this.items[$];if(typeof J>"u")return;return this.V[J]};p0.prototype.forEach=function($,J){J=arguments.length>1?J:this;var Z=0,X=this.size,G=this.head,Y=this.K,H=this.V,z=this.forward;while(Z<X)$.call(J,H[G],Y[G],this),G=z[G],Z++};p0.prototype.keys=function(){var $=0,J=this.size,Z=this.head,X=this.K,G=this.forward;return new JX(function(){if($>=J)return{done:!0};var Y=X[Z];if($++,$<J)Z=G[Z];return{done:!1,value:Y}})};p0.prototype.values=function(){var $=0,J=this.size,Z=this.head,X=this.V,G=this.forward;return new JX(function(){if($>=J)return{done:!0};var Y=X[Z];if($++,$<J)Z=G[Z];return{done:!1,value:Y}})};p0.prototype.entries=function(){var $=0,J=this.size,Z=this.head,X=this.K,G=this.V,Y=this.forward;return new JX(function(){if($>=J)return{done:!0};var H=X[Z],z=G[Z];if($++,$<J)Z=Y[Z];return{done:!1,value:[H,z]}})};if(typeof Symbol<"u")p0.prototype[Symbol.iterator]=p0.prototype.entries;p0.prototype.inspect=function(){var $=new Map,J=this.entries(),Z;while(Z=J.next(),!Z.done)$.set(Z.value[0],Z.value[1]);return Object.defineProperty($,"constructor",{value:p0,enumerable:!1}),$};if(typeof Symbol<"u")p0.prototype[Symbol.for("nodejs.util.inspect.custom")]=p0.prototype.inspect;p0.from=function($,J,Z,X){if(arguments.length<2){if(X=Xz.guessLength($),typeof X!=="number")throw Error("mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.")}else if(arguments.length===2)X=J,J=null,Z=null;var G=new p0(J,Z,X);return Jz($,function(Y,H){G.set(H,Y)}),G};u1.exports=p0});var GX=s((m1,XX)=>{(function($,J){function Z(q,W){if(!q)throw Error(W||"Assertion failed")}function X(q,W){q.super_=W;var U=function(){};U.prototype=W.prototype,q.prototype=new U,q.prototype.constructor=q}function G(q,W,U){if(G.isBN(q))return q;if(this.negative=0,this.words=null,this.length=0,this.red=null,q!==null){if(W==="le"||W==="be")U=W,W=10;this._init(q||0,W||10,U||"be")}}if(typeof $==="object")$.exports=G;else J.BN=G;G.BN=G,G.wordSize=26;var Y;try{if(typeof window<"u"&&typeof window.Buffer<"u")Y=window.Buffer;else Y=A$("buffer").Buffer}catch(q){}G.isBN=function(W){if(W instanceof G)return!0;return W!==null&&typeof W==="object"&&W.constructor.wordSize===G.wordSize&&Array.isArray(W.words)},G.max=function(W,U){if(W.cmp(U)>0)return W;return U},G.min=function(W,U){if(W.cmp(U)<0)return W;return U},G.prototype._init=function(W,U,_){if(typeof W==="number")return this._initNumber(W,U,_);if(typeof W==="object")return this._initArray(W,U,_);if(U==="hex")U=16;Z(U===(U|0)&&U>=2&&U<=36),W=W.toString().replace(/\s+/g,"");var A=0;if(W[0]==="-")A++,this.negative=1;if(A<W.length){if(U===16)this._parseHex(W,A,_);else if(this._parseBase(W,U,A),_==="le")this._initArray(this.toArray(),U,_)}},G.prototype._initNumber=function(W,U,_){if(W<0)this.negative=1,W=-W;if(W<67108864)this.words=[W&67108863],this.length=1;else if(W<4503599627370496)this.words=[W&67108863,W/67108864&67108863],this.length=2;else Z(W<9007199254740992),this.words=[W&67108863,W/67108864&67108863,1],this.length=3;if(_!=="le")return;this._initArray(this.toArray(),U,_)},G.prototype._initArray=function(W,U,_){if(Z(typeof W.length==="number"),W.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(W.length/3),this.words=Array(this.length);for(var A=0;A<this.length;A++)this.words[A]=0;var F,j,L=0;if(_==="be"){for(A=W.length-1,F=0;A>=0;A-=3)if(j=W[A]|W[A-1]<<8|W[A-2]<<16,this.words[F]|=j<<L&67108863,this.words[F+1]=j>>>26-L&67108863,L+=24,L>=26)L-=26,F++}else if(_==="le"){for(A=0,F=0;A<W.length;A+=3)if(j=W[A]|W[A+1]<<8|W[A+2]<<16,this.words[F]|=j<<L&67108863,this.words[F+1]=j>>>26-L&67108863,L+=24,L>=26)L-=26,F++}return this.strip()};function H(q,W){var U=q.charCodeAt(W);if(U>=65&&U<=70)return U-55;else if(U>=97&&U<=102)return U-87;else return U-48&15}function z(q,W,U){var _=H(q,U);if(U-1>=W)_|=H(q,U-1)<<4;return _}G.prototype._parseHex=function(W,U,_){this.length=Math.ceil((W.length-U)/6),this.words=Array(this.length);for(var A=0;A<this.length;A++)this.words[A]=0;var F=0,j=0,L;if(_==="be")for(A=W.length-1;A>=U;A-=2)if(L=z(W,U,A)<<F,this.words[j]|=L&67108863,F>=18)F-=18,j+=1,this.words[j]|=L>>>26;else F+=8;else{var K=W.length-U;for(A=K%2===0?U+1:U;A<W.length;A+=2)if(L=z(W,U,A)<<F,this.words[j]|=L&67108863,F>=18)F-=18,j+=1,this.words[j]|=L>>>26;else F+=8}this.strip()};function V(q,W,U,_){var A=0,F=Math.min(q.length,U);for(var j=W;j<F;j++){var L=q.charCodeAt(j)-48;if(A*=_,L>=49)A+=L-49+10;else if(L>=17)A+=L-17+10;else A+=L}return A}G.prototype._parseBase=function(W,U,_){this.words=[0],this.length=1;for(var A=0,F=1;F<=67108863;F*=U)A++;A--,F=F/U|0;var j=W.length-_,L=j%A,K=Math.min(j,j-L)+_,Q=0;for(var M=_;M<K;M+=A)if(Q=V(W,M,M+A,U),this.imuln(F),this.words[0]+Q<67108864)this.words[0]+=Q;else this._iaddn(Q);if(L!==0){var k=1;Q=V(W,M,W.length,U);for(M=0;M<L;M++)k*=U;if(this.imuln(k),this.words[0]+Q<67108864)this.words[0]+=Q;else this._iaddn(Q)}this.strip()},G.prototype.copy=function(W){W.words=Array(this.length);for(var U=0;U<this.length;U++)W.words[U]=this.words[U];W.length=this.length,W.negative=this.negative,W.red=this.red},G.prototype.clone=function(){var W=new G(null);return this.copy(W),W},G.prototype._expand=function(W){while(this.length<W)this.words[this.length++]=0;return this},G.prototype.strip=function(){while(this.length>1&&this.words[this.length-1]===0)this.length--;return this._normSign()},G.prototype._normSign=function(){if(this.length===1&&this.words[0]===0)this.negative=0;return this},G.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var O=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],R=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],I=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64000000,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,24300000,28629151,33554432,39135393,45435424,52521875,60466176];if(G.prototype.toString=function(W,U){W=W||10,U=U|0||1;var _;if(W===16||W==="hex"){_="";var A=0,F=0;for(var j=0;j<this.length;j++){var L=this.words[j],K=((L<<A|F)&16777215).toString(16);if(F=L>>>24-A&16777215,A+=2,A>=26)A-=26,j--;if(F!==0||j!==this.length-1)_=O[6-K.length]+K+_;else _=K+_}if(F!==0)_=F.toString(16)+_;while(_.length%U!==0)_="0"+_;if(this.negative!==0)_="-"+_;return _}if(W===(W|0)&&W>=2&&W<=36){var Q=R[W],M=I[W];_="";var k=this.clone();k.negative=0;while(!k.isZero()){var y=k.modn(M).toString(W);if(k=k.idivn(M),!k.isZero())_=O[Q-y.length]+y+_;else _=y+_}if(this.isZero())_="0"+_;while(_.length%U!==0)_="0"+_;if(this.negative!==0)_="-"+_;return _}Z(!1,"Base should be between 2 and 36")},G.prototype.toNumber=function(){var W=this.words[0];if(this.length===2)W+=this.words[1]*67108864;else if(this.length===3&&this.words[2]===1)W+=4503599627370496+this.words[1]*67108864;else if(this.length>2)Z(!1,"Number can only safely store up to 53 bits");return this.negative!==0?-W:W},G.prototype.toJSON=function(){return this.toString(16)},G.prototype.toBuffer=function(W,U){return Z(typeof Y<"u"),this.toArrayLike(Y,W,U)},G.prototype.toArray=function(W,U){return this.toArrayLike(Array,W,U)},G.prototype.toArrayLike=function(W,U,_){var A=this.byteLength(),F=_||Math.max(1,A);Z(A<=F,"byte array longer than desired length"),Z(F>0,"Requested array length <= 0"),this.strip();var j=U==="le",L=new W(F),K,Q,M=this.clone();if(!j){for(Q=0;Q<F-A;Q++)L[Q]=0;for(Q=0;!M.isZero();Q++)K=M.andln(255),M.iushrn(8),L[F-Q-1]=K}else{for(Q=0;!M.isZero();Q++)K=M.andln(255),M.iushrn(8),L[Q]=K;for(;Q<F;Q++)L[Q]=0}return L},Math.clz32)G.prototype._countBits=function(W){return 32-Math.clz32(W)};else G.prototype._countBits=function(W){var U=W,_=0;if(U>=4096)_+=13,U>>>=13;if(U>=64)_+=7,U>>>=7;if(U>=8)_+=4,U>>>=4;if(U>=2)_+=2,U>>>=2;return _+U};G.prototype._zeroBits=function(W){if(W===0)return 26;var U=W,_=0;if((U&8191)===0)_+=13,U>>>=13;if((U&127)===0)_+=7,U>>>=7;if((U&15)===0)_+=4,U>>>=4;if((U&3)===0)_+=2,U>>>=2;if((U&1)===0)_++;return _},G.prototype.bitLength=function(){var W=this.words[this.length-1],U=this._countBits(W);return(this.length-1)*26+U};function C(q){var W=Array(q.bitLength());for(var U=0;U<W.length;U++){var _=U/26|0,A=U%26;W[U]=(q.words[_]&1<<A)>>>A}return W}G.prototype.zeroBits=function(){if(this.isZero())return 0;var W=0;for(var U=0;U<this.length;U++){var _=this._zeroBits(this.words[U]);if(W+=_,_!==26)break}return W},G.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},G.prototype.toTwos=function(W){if(this.negative!==0)return this.abs().inotn(W).iaddn(1);return this.clone()},G.prototype.fromTwos=function(W){if(this.testn(W-1))return this.notn(W).iaddn(1).ineg();return this.clone()},G.prototype.isNeg=function(){return this.negative!==0},G.prototype.neg=function(){return this.clone().ineg()},G.prototype.ineg=function(){if(!this.isZero())this.negative^=1;return this},G.prototype.iuor=function(W){while(this.length<W.length)this.words[this.length++]=0;for(var U=0;U<W.length;U++)this.words[U]=this.words[U]|W.words[U];return this.strip()},G.prototype.ior=function(W){return Z((this.negative|W.negative)===0),this.iuor(W)},G.prototype.or=function(W){if(this.length>W.length)return this.clone().ior(W);return W.clone().ior(this)},G.prototype.uor=function(W){if(this.length>W.length)return this.clone().iuor(W);return W.clone().iuor(this)},G.prototype.iuand=function(W){var U;if(this.length>W.length)U=W;else U=this;for(var _=0;_<U.length;_++)this.words[_]=this.words[_]&W.words[_];return this.length=U.length,this.strip()},G.prototype.iand=function(W){return Z((this.negative|W.negative)===0),this.iuand(W)},G.prototype.and=function(W){if(this.length>W.length)return this.clone().iand(W);return W.clone().iand(this)},G.prototype.uand=function(W){if(this.length>W.length)return this.clone().iuand(W);return W.clone().iuand(this)},G.prototype.iuxor=function(W){var U,_;if(this.length>W.length)U=this,_=W;else U=W,_=this;for(var A=0;A<_.length;A++)this.words[A]=U.words[A]^_.words[A];if(this!==U)for(;A<U.length;A++)this.words[A]=U.words[A];return this.length=U.length,this.strip()},G.prototype.ixor=function(W){return Z((this.negative|W.negative)===0),this.iuxor(W)},G.prototype.xor=function(W){if(this.length>W.length)return this.clone().ixor(W);return W.clone().ixor(this)},G.prototype.uxor=function(W){if(this.length>W.length)return this.clone().iuxor(W);return W.clone().iuxor(this)},G.prototype.inotn=function(W){Z(typeof W==="number"&&W>=0);var U=Math.ceil(W/26)|0,_=W%26;if(this._expand(U),_>0)U--;for(var A=0;A<U;A++)this.words[A]=~this.words[A]&67108863;if(_>0)this.words[A]=~this.words[A]&67108863>>26-_;return this.strip()},G.prototype.notn=function(W){return this.clone().inotn(W)},G.prototype.setn=function(W,U){Z(typeof W==="number"&&W>=0);var _=W/26|0,A=W%26;if(this._expand(_+1),U)this.words[_]=this.words[_]|1<<A;else this.words[_]=this.words[_]&~(1<<A);return this.strip()},G.prototype.iadd=function(W){var U;if(this.negative!==0&&W.negative===0)return this.negative=0,U=this.isub(W),this.negative^=1,this._normSign();else if(this.negative===0&&W.negative!==0)return W.negative=0,U=this.isub(W),W.negative=1,U._normSign();var _,A;if(this.length>W.length)_=this,A=W;else _=W,A=this;var F=0;for(var j=0;j<A.length;j++)U=(_.words[j]|0)+(A.words[j]|0)+F,this.words[j]=U&67108863,F=U>>>26;for(;F!==0&&j<_.length;j++)U=(_.words[j]|0)+F,this.words[j]=U&67108863,F=U>>>26;if(this.length=_.length,F!==0)this.words[this.length]=F,this.length++;else if(_!==this)for(;j<_.length;j++)this.words[j]=_.words[j];return this},G.prototype.add=function(W){var U;if(W.negative!==0&&this.negative===0)return W.negative=0,U=this.sub(W),W.negative^=1,U;else if(W.negative===0&&this.negative!==0)return this.negative=0,U=W.sub(this),this.negative=1,U;if(this.length>W.length)return this.clone().iadd(W);return W.clone().iadd(this)},G.prototype.isub=function(W){if(W.negative!==0){W.negative=0;var U=this.iadd(W);return W.negative=1,U._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(W),this.negative=1,this._normSign();var _=this.cmp(W);if(_===0)return this.negative=0,this.length=1,this.words[0]=0,this;var A,F;if(_>0)A=this,F=W;else A=W,F=this;var j=0;for(var L=0;L<F.length;L++)U=(A.words[L]|0)-(F.words[L]|0)+j,j=U>>26,this.words[L]=U&67108863;for(;j!==0&&L<A.length;L++)U=(A.words[L]|0)+j,j=U>>26,this.words[L]=U&67108863;if(j===0&&L<A.length&&A!==this)for(;L<A.length;L++)this.words[L]=A.words[L];if(this.length=Math.max(this.length,L),A!==this)this.negative=1;return this.strip()},G.prototype.sub=function(W){return this.clone().isub(W)};function B(q,W,U){U.negative=W.negative^q.negative;var _=q.length+W.length|0;U.length=_,_=_-1|0;var A=q.words[0]|0,F=W.words[0]|0,j=A*F,L=j&67108863,K=j/67108864|0;U.words[0]=L;for(var Q=1;Q<_;Q++){var M=K>>>26,k=K&67108863,y=Math.min(Q,W.length-1);for(var x=Math.max(0,Q-q.length+1);x<=y;x++){var p=Q-x|0;A=q.words[p]|0,F=W.words[x]|0,j=A*F+k,M+=j/67108864|0,k=j&67108863}U.words[Q]=k|0,K=M|0}if(K!==0)U.words[Q]=K|0;else U.length--;return U.strip()}var S=function(W,U,_){var A=W.words,F=U.words,j=_.words,L=0,K,Q,M,k=A[0]|0,y=k&8191,x=k>>>13,p=A[1]|0,i=p&8191,e=p>>>13,O$=A[2]|0,$0=O$&8191,Z0=O$>>>13,TX=A[3]|0,W0=TX&8191,H0=TX>>>13,vX=A[4]|0,Q0=vX&8191,z0=vX>>>13,NX=A[5]|0,U0=NX&8191,V0=NX>>>13,DX=A[6]|0,O0=DX&8191,_0=DX>>>13,kX=A[7]|0,A0=kX&8191,K0=kX>>>13,yX=A[8]|0,M0=yX&8191,F0=yX>>>13,xX=A[9]|0,R0=xX&8191,I0=xX>>>13,fX=F[0]|0,q0=fX&8191,P0=fX>>>13,gX=F[1]|0,j0=gX&8191,B0=gX>>>13,hX=F[2]|0,L0=hX&8191,C0=hX>>>13,bX=F[3]|0,S0=bX&8191,w0=bX>>>13,cX=F[4]|0,E0=cX&8191,T0=cX>>>13,pX=F[5]|0,v0=pX&8191,N0=pX>>>13,uX=F[6]|0,D0=uX&8191,k0=uX>>>13,mX=F[7]|0,y0=mX&8191,x0=mX>>>13,dX=F[8]|0,f0=dX&8191,g0=dX>>>13,nX=F[9]|0,h0=nX&8191,b0=nX>>>13;_.negative=W.negative^U.negative,_.length=19,K=Math.imul(y,q0),Q=Math.imul(y,P0),Q=Q+Math.imul(x,q0)|0,M=Math.imul(x,P0);var aJ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(aJ>>>26)|0,aJ&=67108863,K=Math.imul(i,q0),Q=Math.imul(i,P0),Q=Q+Math.imul(e,q0)|0,M=Math.imul(e,P0),K=K+Math.imul(y,j0)|0,Q=Q+Math.imul(y,B0)|0,Q=Q+Math.imul(x,j0)|0,M=M+Math.imul(x,B0)|0;var eJ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(eJ>>>26)|0,eJ&=67108863,K=Math.imul($0,q0),Q=Math.imul($0,P0),Q=Q+Math.imul(Z0,q0)|0,M=Math.imul(Z0,P0),K=K+Math.imul(i,j0)|0,Q=Q+Math.imul(i,B0)|0,Q=Q+Math.imul(e,j0)|0,M=M+Math.imul(e,B0)|0,K=K+Math.imul(y,L0)|0,Q=Q+Math.imul(y,C0)|0,Q=Q+Math.imul(x,L0)|0,M=M+Math.imul(x,C0)|0;var $Z=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+($Z>>>26)|0,$Z&=67108863,K=Math.imul(W0,q0),Q=Math.imul(W0,P0),Q=Q+Math.imul(H0,q0)|0,M=Math.imul(H0,P0),K=K+Math.imul($0,j0)|0,Q=Q+Math.imul($0,B0)|0,Q=Q+Math.imul(Z0,j0)|0,M=M+Math.imul(Z0,B0)|0,K=K+Math.imul(i,L0)|0,Q=Q+Math.imul(i,C0)|0,Q=Q+Math.imul(e,L0)|0,M=M+Math.imul(e,C0)|0,K=K+Math.imul(y,S0)|0,Q=Q+Math.imul(y,w0)|0,Q=Q+Math.imul(x,S0)|0,M=M+Math.imul(x,w0)|0;var JZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(JZ>>>26)|0,JZ&=67108863,K=Math.imul(Q0,q0),Q=Math.imul(Q0,P0),Q=Q+Math.imul(z0,q0)|0,M=Math.imul(z0,P0),K=K+Math.imul(W0,j0)|0,Q=Q+Math.imul(W0,B0)|0,Q=Q+Math.imul(H0,j0)|0,M=M+Math.imul(H0,B0)|0,K=K+Math.imul($0,L0)|0,Q=Q+Math.imul($0,C0)|0,Q=Q+Math.imul(Z0,L0)|0,M=M+Math.imul(Z0,C0)|0,K=K+Math.imul(i,S0)|0,Q=Q+Math.imul(i,w0)|0,Q=Q+Math.imul(e,S0)|0,M=M+Math.imul(e,w0)|0,K=K+Math.imul(y,E0)|0,Q=Q+Math.imul(y,T0)|0,Q=Q+Math.imul(x,E0)|0,M=M+Math.imul(x,T0)|0;var ZZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(ZZ>>>26)|0,ZZ&=67108863,K=Math.imul(U0,q0),Q=Math.imul(U0,P0),Q=Q+Math.imul(V0,q0)|0,M=Math.imul(V0,P0),K=K+Math.imul(Q0,j0)|0,Q=Q+Math.imul(Q0,B0)|0,Q=Q+Math.imul(z0,j0)|0,M=M+Math.imul(z0,B0)|0,K=K+Math.imul(W0,L0)|0,Q=Q+Math.imul(W0,C0)|0,Q=Q+Math.imul(H0,L0)|0,M=M+Math.imul(H0,C0)|0,K=K+Math.imul($0,S0)|0,Q=Q+Math.imul($0,w0)|0,Q=Q+Math.imul(Z0,S0)|0,M=M+Math.imul(Z0,w0)|0,K=K+Math.imul(i,E0)|0,Q=Q+Math.imul(i,T0)|0,Q=Q+Math.imul(e,E0)|0,M=M+Math.imul(e,T0)|0,K=K+Math.imul(y,v0)|0,Q=Q+Math.imul(y,N0)|0,Q=Q+Math.imul(x,v0)|0,M=M+Math.imul(x,N0)|0;var XZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(XZ>>>26)|0,XZ&=67108863,K=Math.imul(O0,q0),Q=Math.imul(O0,P0),Q=Q+Math.imul(_0,q0)|0,M=Math.imul(_0,P0),K=K+Math.imul(U0,j0)|0,Q=Q+Math.imul(U0,B0)|0,Q=Q+Math.imul(V0,j0)|0,M=M+Math.imul(V0,B0)|0,K=K+Math.imul(Q0,L0)|0,Q=Q+Math.imul(Q0,C0)|0,Q=Q+Math.imul(z0,L0)|0,M=M+Math.imul(z0,C0)|0,K=K+Math.imul(W0,S0)|0,Q=Q+Math.imul(W0,w0)|0,Q=Q+Math.imul(H0,S0)|0,M=M+Math.imul(H0,w0)|0,K=K+Math.imul($0,E0)|0,Q=Q+Math.imul($0,T0)|0,Q=Q+Math.imul(Z0,E0)|0,M=M+Math.imul(Z0,T0)|0,K=K+Math.imul(i,v0)|0,Q=Q+Math.imul(i,N0)|0,Q=Q+Math.imul(e,v0)|0,M=M+Math.imul(e,N0)|0,K=K+Math.imul(y,D0)|0,Q=Q+Math.imul(y,k0)|0,Q=Q+Math.imul(x,D0)|0,M=M+Math.imul(x,k0)|0;var GZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(GZ>>>26)|0,GZ&=67108863,K=Math.imul(A0,q0),Q=Math.imul(A0,P0),Q=Q+Math.imul(K0,q0)|0,M=Math.imul(K0,P0),K=K+Math.imul(O0,j0)|0,Q=Q+Math.imul(O0,B0)|0,Q=Q+Math.imul(_0,j0)|0,M=M+Math.imul(_0,B0)|0,K=K+Math.imul(U0,L0)|0,Q=Q+Math.imul(U0,C0)|0,Q=Q+Math.imul(V0,L0)|0,M=M+Math.imul(V0,C0)|0,K=K+Math.imul(Q0,S0)|0,Q=Q+Math.imul(Q0,w0)|0,Q=Q+Math.imul(z0,S0)|0,M=M+Math.imul(z0,w0)|0,K=K+Math.imul(W0,E0)|0,Q=Q+Math.imul(W0,T0)|0,Q=Q+Math.imul(H0,E0)|0,M=M+Math.imul(H0,T0)|0,K=K+Math.imul($0,v0)|0,Q=Q+Math.imul($0,N0)|0,Q=Q+Math.imul(Z0,v0)|0,M=M+Math.imul(Z0,N0)|0,K=K+Math.imul(i,D0)|0,Q=Q+Math.imul(i,k0)|0,Q=Q+Math.imul(e,D0)|0,M=M+Math.imul(e,k0)|0,K=K+Math.imul(y,y0)|0,Q=Q+Math.imul(y,x0)|0,Q=Q+Math.imul(x,y0)|0,M=M+Math.imul(x,x0)|0;var YZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(YZ>>>26)|0,YZ&=67108863,K=Math.imul(M0,q0),Q=Math.imul(M0,P0),Q=Q+Math.imul(F0,q0)|0,M=Math.imul(F0,P0),K=K+Math.imul(A0,j0)|0,Q=Q+Math.imul(A0,B0)|0,Q=Q+Math.imul(K0,j0)|0,M=M+Math.imul(K0,B0)|0,K=K+Math.imul(O0,L0)|0,Q=Q+Math.imul(O0,C0)|0,Q=Q+Math.imul(_0,L0)|0,M=M+Math.imul(_0,C0)|0,K=K+Math.imul(U0,S0)|0,Q=Q+Math.imul(U0,w0)|0,Q=Q+Math.imul(V0,S0)|0,M=M+Math.imul(V0,w0)|0,K=K+Math.imul(Q0,E0)|0,Q=Q+Math.imul(Q0,T0)|0,Q=Q+Math.imul(z0,E0)|0,M=M+Math.imul(z0,T0)|0,K=K+Math.imul(W0,v0)|0,Q=Q+Math.imul(W0,N0)|0,Q=Q+Math.imul(H0,v0)|0,M=M+Math.imul(H0,N0)|0,K=K+Math.imul($0,D0)|0,Q=Q+Math.imul($0,k0)|0,Q=Q+Math.imul(Z0,D0)|0,M=M+Math.imul(Z0,k0)|0,K=K+Math.imul(i,y0)|0,Q=Q+Math.imul(i,x0)|0,Q=Q+Math.imul(e,y0)|0,M=M+Math.imul(e,x0)|0,K=K+Math.imul(y,f0)|0,Q=Q+Math.imul(y,g0)|0,Q=Q+Math.imul(x,f0)|0,M=M+Math.imul(x,g0)|0;var WZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(WZ>>>26)|0,WZ&=67108863,K=Math.imul(R0,q0),Q=Math.imul(R0,P0),Q=Q+Math.imul(I0,q0)|0,M=Math.imul(I0,P0),K=K+Math.imul(M0,j0)|0,Q=Q+Math.imul(M0,B0)|0,Q=Q+Math.imul(F0,j0)|0,M=M+Math.imul(F0,B0)|0,K=K+Math.imul(A0,L0)|0,Q=Q+Math.imul(A0,C0)|0,Q=Q+Math.imul(K0,L0)|0,M=M+Math.imul(K0,C0)|0,K=K+Math.imul(O0,S0)|0,Q=Q+Math.imul(O0,w0)|0,Q=Q+Math.imul(_0,S0)|0,M=M+Math.imul(_0,w0)|0,K=K+Math.imul(U0,E0)|0,Q=Q+Math.imul(U0,T0)|0,Q=Q+Math.imul(V0,E0)|0,M=M+Math.imul(V0,T0)|0,K=K+Math.imul(Q0,v0)|0,Q=Q+Math.imul(Q0,N0)|0,Q=Q+Math.imul(z0,v0)|0,M=M+Math.imul(z0,N0)|0,K=K+Math.imul(W0,D0)|0,Q=Q+Math.imul(W0,k0)|0,Q=Q+Math.imul(H0,D0)|0,M=M+Math.imul(H0,k0)|0,K=K+Math.imul($0,y0)|0,Q=Q+Math.imul($0,x0)|0,Q=Q+Math.imul(Z0,y0)|0,M=M+Math.imul(Z0,x0)|0,K=K+Math.imul(i,f0)|0,Q=Q+Math.imul(i,g0)|0,Q=Q+Math.imul(e,f0)|0,M=M+Math.imul(e,g0)|0,K=K+Math.imul(y,h0)|0,Q=Q+Math.imul(y,b0)|0,Q=Q+Math.imul(x,h0)|0,M=M+Math.imul(x,b0)|0;var HZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(HZ>>>26)|0,HZ&=67108863,K=Math.imul(R0,j0),Q=Math.imul(R0,B0),Q=Q+Math.imul(I0,j0)|0,M=Math.imul(I0,B0),K=K+Math.imul(M0,L0)|0,Q=Q+Math.imul(M0,C0)|0,Q=Q+Math.imul(F0,L0)|0,M=M+Math.imul(F0,C0)|0,K=K+Math.imul(A0,S0)|0,Q=Q+Math.imul(A0,w0)|0,Q=Q+Math.imul(K0,S0)|0,M=M+Math.imul(K0,w0)|0,K=K+Math.imul(O0,E0)|0,Q=Q+Math.imul(O0,T0)|0,Q=Q+Math.imul(_0,E0)|0,M=M+Math.imul(_0,T0)|0,K=K+Math.imul(U0,v0)|0,Q=Q+Math.imul(U0,N0)|0,Q=Q+Math.imul(V0,v0)|0,M=M+Math.imul(V0,N0)|0,K=K+Math.imul(Q0,D0)|0,Q=Q+Math.imul(Q0,k0)|0,Q=Q+Math.imul(z0,D0)|0,M=M+Math.imul(z0,k0)|0,K=K+Math.imul(W0,y0)|0,Q=Q+Math.imul(W0,x0)|0,Q=Q+Math.imul(H0,y0)|0,M=M+Math.imul(H0,x0)|0,K=K+Math.imul($0,f0)|0,Q=Q+Math.imul($0,g0)|0,Q=Q+Math.imul(Z0,f0)|0,M=M+Math.imul(Z0,g0)|0,K=K+Math.imul(i,h0)|0,Q=Q+Math.imul(i,b0)|0,Q=Q+Math.imul(e,h0)|0,M=M+Math.imul(e,b0)|0;var QZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(QZ>>>26)|0,QZ&=67108863,K=Math.imul(R0,L0),Q=Math.imul(R0,C0),Q=Q+Math.imul(I0,L0)|0,M=Math.imul(I0,C0),K=K+Math.imul(M0,S0)|0,Q=Q+Math.imul(M0,w0)|0,Q=Q+Math.imul(F0,S0)|0,M=M+Math.imul(F0,w0)|0,K=K+Math.imul(A0,E0)|0,Q=Q+Math.imul(A0,T0)|0,Q=Q+Math.imul(K0,E0)|0,M=M+Math.imul(K0,T0)|0,K=K+Math.imul(O0,v0)|0,Q=Q+Math.imul(O0,N0)|0,Q=Q+Math.imul(_0,v0)|0,M=M+Math.imul(_0,N0)|0,K=K+Math.imul(U0,D0)|0,Q=Q+Math.imul(U0,k0)|0,Q=Q+Math.imul(V0,D0)|0,M=M+Math.imul(V0,k0)|0,K=K+Math.imul(Q0,y0)|0,Q=Q+Math.imul(Q0,x0)|0,Q=Q+Math.imul(z0,y0)|0,M=M+Math.imul(z0,x0)|0,K=K+Math.imul(W0,f0)|0,Q=Q+Math.imul(W0,g0)|0,Q=Q+Math.imul(H0,f0)|0,M=M+Math.imul(H0,g0)|0,K=K+Math.imul($0,h0)|0,Q=Q+Math.imul($0,b0)|0,Q=Q+Math.imul(Z0,h0)|0,M=M+Math.imul(Z0,b0)|0;var zZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(zZ>>>26)|0,zZ&=67108863,K=Math.imul(R0,S0),Q=Math.imul(R0,w0),Q=Q+Math.imul(I0,S0)|0,M=Math.imul(I0,w0),K=K+Math.imul(M0,E0)|0,Q=Q+Math.imul(M0,T0)|0,Q=Q+Math.imul(F0,E0)|0,M=M+Math.imul(F0,T0)|0,K=K+Math.imul(A0,v0)|0,Q=Q+Math.imul(A0,N0)|0,Q=Q+Math.imul(K0,v0)|0,M=M+Math.imul(K0,N0)|0,K=K+Math.imul(O0,D0)|0,Q=Q+Math.imul(O0,k0)|0,Q=Q+Math.imul(_0,D0)|0,M=M+Math.imul(_0,k0)|0,K=K+Math.imul(U0,y0)|0,Q=Q+Math.imul(U0,x0)|0,Q=Q+Math.imul(V0,y0)|0,M=M+Math.imul(V0,x0)|0,K=K+Math.imul(Q0,f0)|0,Q=Q+Math.imul(Q0,g0)|0,Q=Q+Math.imul(z0,f0)|0,M=M+Math.imul(z0,g0)|0,K=K+Math.imul(W0,h0)|0,Q=Q+Math.imul(W0,b0)|0,Q=Q+Math.imul(H0,h0)|0,M=M+Math.imul(H0,b0)|0;var UZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(UZ>>>26)|0,UZ&=67108863,K=Math.imul(R0,E0),Q=Math.imul(R0,T0),Q=Q+Math.imul(I0,E0)|0,M=Math.imul(I0,T0),K=K+Math.imul(M0,v0)|0,Q=Q+Math.imul(M0,N0)|0,Q=Q+Math.imul(F0,v0)|0,M=M+Math.imul(F0,N0)|0,K=K+Math.imul(A0,D0)|0,Q=Q+Math.imul(A0,k0)|0,Q=Q+Math.imul(K0,D0)|0,M=M+Math.imul(K0,k0)|0,K=K+Math.imul(O0,y0)|0,Q=Q+Math.imul(O0,x0)|0,Q=Q+Math.imul(_0,y0)|0,M=M+Math.imul(_0,x0)|0,K=K+Math.imul(U0,f0)|0,Q=Q+Math.imul(U0,g0)|0,Q=Q+Math.imul(V0,f0)|0,M=M+Math.imul(V0,g0)|0,K=K+Math.imul(Q0,h0)|0,Q=Q+Math.imul(Q0,b0)|0,Q=Q+Math.imul(z0,h0)|0,M=M+Math.imul(z0,b0)|0;var VZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(VZ>>>26)|0,VZ&=67108863,K=Math.imul(R0,v0),Q=Math.imul(R0,N0),Q=Q+Math.imul(I0,v0)|0,M=Math.imul(I0,N0),K=K+Math.imul(M0,D0)|0,Q=Q+Math.imul(M0,k0)|0,Q=Q+Math.imul(F0,D0)|0,M=M+Math.imul(F0,k0)|0,K=K+Math.imul(A0,y0)|0,Q=Q+Math.imul(A0,x0)|0,Q=Q+Math.imul(K0,y0)|0,M=M+Math.imul(K0,x0)|0,K=K+Math.imul(O0,f0)|0,Q=Q+Math.imul(O0,g0)|0,Q=Q+Math.imul(_0,f0)|0,M=M+Math.imul(_0,g0)|0,K=K+Math.imul(U0,h0)|0,Q=Q+Math.imul(U0,b0)|0,Q=Q+Math.imul(V0,h0)|0,M=M+Math.imul(V0,b0)|0;var OZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(OZ>>>26)|0,OZ&=67108863,K=Math.imul(R0,D0),Q=Math.imul(R0,k0),Q=Q+Math.imul(I0,D0)|0,M=Math.imul(I0,k0),K=K+Math.imul(M0,y0)|0,Q=Q+Math.imul(M0,x0)|0,Q=Q+Math.imul(F0,y0)|0,M=M+Math.imul(F0,x0)|0,K=K+Math.imul(A0,f0)|0,Q=Q+Math.imul(A0,g0)|0,Q=Q+Math.imul(K0,f0)|0,M=M+Math.imul(K0,g0)|0,K=K+Math.imul(O0,h0)|0,Q=Q+Math.imul(O0,b0)|0,Q=Q+Math.imul(_0,h0)|0,M=M+Math.imul(_0,b0)|0;var _Z=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(_Z>>>26)|0,_Z&=67108863,K=Math.imul(R0,y0),Q=Math.imul(R0,x0),Q=Q+Math.imul(I0,y0)|0,M=Math.imul(I0,x0),K=K+Math.imul(M0,f0)|0,Q=Q+Math.imul(M0,g0)|0,Q=Q+Math.imul(F0,f0)|0,M=M+Math.imul(F0,g0)|0,K=K+Math.imul(A0,h0)|0,Q=Q+Math.imul(A0,b0)|0,Q=Q+Math.imul(K0,h0)|0,M=M+Math.imul(K0,b0)|0;var AZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(AZ>>>26)|0,AZ&=67108863,K=Math.imul(R0,f0),Q=Math.imul(R0,g0),Q=Q+Math.imul(I0,f0)|0,M=Math.imul(I0,g0),K=K+Math.imul(M0,h0)|0,Q=Q+Math.imul(M0,b0)|0,Q=Q+Math.imul(F0,h0)|0,M=M+Math.imul(F0,b0)|0;var KZ=(L+K|0)+((Q&8191)<<13)|0;L=(M+(Q>>>13)|0)+(KZ>>>26)|0,KZ&=67108863,K=Math.imul(R0,h0),Q=Math.imul(R0,b0),Q=Q+Math.imul(I0,h0)|0,M=Math.imul(I0,b0);var MZ=(L+K|0)+((Q&8191)<<13)|0;if(L=(M+(Q>>>13)|0)+(MZ>>>26)|0,MZ&=67108863,j[0]=aJ,j[1]=eJ,j[2]=$Z,j[3]=JZ,j[4]=ZZ,j[5]=XZ,j[6]=GZ,j[7]=YZ,j[8]=WZ,j[9]=HZ,j[10]=QZ,j[11]=zZ,j[12]=UZ,j[13]=VZ,j[14]=OZ,j[15]=_Z,j[16]=AZ,j[17]=KZ,j[18]=MZ,L!==0)j[19]=L,_.length++;return _};if(!Math.imul)S=B;function T(q,W,U){U.negative=W.negative^q.negative,U.length=q.length+W.length;var _=0,A=0;for(var F=0;F<U.length-1;F++){var j=A;A=0;var L=_&67108863,K=Math.min(F,W.length-1);for(var Q=Math.max(0,F-q.length+1);Q<=K;Q++){var M=F-Q,k=q.words[M]|0,y=W.words[Q]|0,x=k*y,p=x&67108863;j=j+(x/67108864|0)|0,p=p+L|0,L=p&67108863,j=j+(p>>>26)|0,A+=j>>>26,j&=67108863}U.words[F]=L,_=j,j=A}if(_!==0)U.words[F]=_;else U.length--;return U.strip()}function E(q,W,U){var _=new N;return _.mulp(q,W,U)}G.prototype.mulTo=function(W,U){var _,A=this.length+W.length;if(this.length===10&&W.length===10)_=S(this,W,U);else if(A<63)_=B(this,W,U);else if(A<1024)_=T(this,W,U);else _=E(this,W,U);return _};function N(q,W){this.x=q,this.y=W}N.prototype.makeRBT=function(W){var U=Array(W),_=G.prototype._countBits(W)-1;for(var A=0;A<W;A++)U[A]=this.revBin(A,_,W);return U},N.prototype.revBin=function(W,U,_){if(W===0||W===_-1)return W;var A=0;for(var F=0;F<U;F++)A|=(W&1)<<U-F-1,W>>=1;return A},N.prototype.permute=function(W,U,_,A,F,j){for(var L=0;L<j;L++)A[L]=U[W[L]],F[L]=_[W[L]]},N.prototype.transform=function(W,U,_,A,F,j){this.permute(j,W,U,_,A,F);for(var L=1;L<F;L<<=1){var K=L<<1,Q=Math.cos(2*Math.PI/K),M=Math.sin(2*Math.PI/K);for(var k=0;k<F;k+=K){var y=Q,x=M;for(var p=0;p<L;p++){var i=_[k+p],e=A[k+p],O$=_[k+p+L],$0=A[k+p+L],Z0=y*O$-x*$0;if($0=y*$0+x*O$,O$=Z0,_[k+p]=i+O$,A[k+p]=e+$0,_[k+p+L]=i-O$,A[k+p+L]=e-$0,p!==K)Z0=Q*y-M*x,x=Q*x+M*y,y=Z0}}}},N.prototype.guessLen13b=function(W,U){var _=Math.max(U,W)|1,A=_&1,F=0;for(_=_/2|0;_;_=_>>>1)F++;return 1<<F+1+A},N.prototype.conjugate=function(W,U,_){if(_<=1)return;for(var A=0;A<_/2;A++){var F=W[A];W[A]=W[_-A-1],W[_-A-1]=F,F=U[A],U[A]=-U[_-A-1],U[_-A-1]=-F}},N.prototype.normalize13b=function(W,U){var _=0;for(var A=0;A<U/2;A++){var F=Math.round(W[2*A+1]/U)*8192+Math.round(W[2*A]/U)+_;if(W[A]=F&67108863,F<67108864)_=0;else _=F/67108864|0}return W},N.prototype.convert13b=function(W,U,_,A){var F=0;for(var j=0;j<U;j++)F=F+(W[j]|0),_[2*j]=F&8191,F=F>>>13,_[2*j+1]=F&8191,F=F>>>13;for(j=2*U;j<A;++j)_[j]=0;Z(F===0),Z((F&-8192)===0)},N.prototype.stub=function(W){var U=Array(W);for(var _=0;_<W;_++)U[_]=0;return U},N.prototype.mulp=function(W,U,_){var A=2*this.guessLen13b(W.length,U.length),F=this.makeRBT(A),j=this.stub(A),L=Array(A),K=Array(A),Q=Array(A),M=Array(A),k=Array(A),y=Array(A),x=_.words;x.length=A,this.convert13b(W.words,W.length,L,A),this.convert13b(U.words,U.length,M,A),this.transform(L,j,K,Q,A,F),this.transform(M,j,k,y,A,F);for(var p=0;p<A;p++){var i=K[p]*k[p]-Q[p]*y[p];Q[p]=K[p]*y[p]+Q[p]*k[p],K[p]=i}return this.conjugate(K,Q,A),this.transform(K,Q,x,j,A,F),this.conjugate(x,j,A),this.normalize13b(x,A),_.negative=W.negative^U.negative,_.length=W.length+U.length,_.strip()},G.prototype.mul=function(W){var U=new G(null);return U.words=Array(this.length+W.length),this.mulTo(W,U)},G.prototype.mulf=function(W){var U=new G(null);return U.words=Array(this.length+W.length),E(this,W,U)},G.prototype.imul=function(W){return this.clone().mulTo(W,this)},G.prototype.imuln=function(W){Z(typeof W==="number"),Z(W<67108864);var U=0;for(var _=0;_<this.length;_++){var A=(this.words[_]|0)*W,F=(A&67108863)+(U&67108863);U>>=26,U+=A/67108864|0,U+=F>>>26,this.words[_]=F&67108863}if(U!==0)this.words[_]=U,this.length++;return this.length=W===0?1:this.length,this},G.prototype.muln=function(W){return this.clone().imuln(W)},G.prototype.sqr=function(){return this.mul(this)},G.prototype.isqr=function(){return this.imul(this.clone())},G.prototype.pow=function(W){var U=C(W);if(U.length===0)return new G(1);var _=this;for(var A=0;A<U.length;A++,_=_.sqr())if(U[A]!==0)break;if(++A<U.length)for(var F=_.sqr();A<U.length;A++,F=F.sqr()){if(U[A]===0)continue;_=_.mul(F)}return _},G.prototype.iushln=function(W){Z(typeof W==="number"&&W>=0);var U=W%26,_=(W-U)/26,A=67108863>>>26-U<<26-U,F;if(U!==0){var j=0;for(F=0;F<this.length;F++){var L=this.words[F]&A,K=(this.words[F]|0)-L<<U;this.words[F]=K|j,j=L>>>26-U}if(j)this.words[F]=j,this.length++}if(_!==0){for(F=this.length-1;F>=0;F--)this.words[F+_]=this.words[F];for(F=0;F<_;F++)this.words[F]=0;this.length+=_}return this.strip()},G.prototype.ishln=function(W){return Z(this.negative===0),this.iushln(W)},G.prototype.iushrn=function(W,U,_){Z(typeof W==="number"&&W>=0);var A;if(U)A=(U-U%26)/26;else A=0;var F=W%26,j=Math.min((W-F)/26,this.length),L=67108863^67108863>>>F<<F,K=_;if(A-=j,A=Math.max(0,A),K){for(var Q=0;Q<j;Q++)K.words[Q]=this.words[Q];K.length=j}if(j===0);else if(this.length>j){this.length-=j;for(Q=0;Q<this.length;Q++)this.words[Q]=this.words[Q+j]}else this.words[0]=0,this.length=1;var M=0;for(Q=this.length-1;Q>=0&&(M!==0||Q>=A);Q--){var k=this.words[Q]|0;this.words[Q]=M<<26-F|k>>>F,M=k&L}if(K&&M!==0)K.words[K.length++]=M;if(this.length===0)this.words[0]=0,this.length=1;return this.strip()},G.prototype.ishrn=function(W,U,_){return Z(this.negative===0),this.iushrn(W,U,_)},G.prototype.shln=function(W){return this.clone().ishln(W)},G.prototype.ushln=function(W){return this.clone().iushln(W)},G.prototype.shrn=function(W){return this.clone().ishrn(W)},G.prototype.ushrn=function(W){return this.clone().iushrn(W)},G.prototype.testn=function(W){Z(typeof W==="number"&&W>=0);var U=W%26,_=(W-U)/26,A=1<<U;if(this.length<=_)return!1;var F=this.words[_];return!!(F&A)},G.prototype.imaskn=function(W){Z(typeof W==="number"&&W>=0);var U=W%26,_=(W-U)/26;if(Z(this.negative===0,"imaskn works only with positive numbers"),this.length<=_)return this;if(U!==0)_++;if(this.length=Math.min(_,this.length),U!==0){var A=67108863^67108863>>>U<<U;this.words[this.length-1]&=A}return this.strip()},G.prototype.maskn=function(W){return this.clone().imaskn(W)},G.prototype.iaddn=function(W){if(Z(typeof W==="number"),Z(W<67108864),W<0)return this.isubn(-W);if(this.negative!==0){if(this.length===1&&(this.words[0]|0)<W)return this.words[0]=W-(this.words[0]|0),this.negative=0,this;return this.negative=0,this.isubn(W),this.negative=1,this}return this._iaddn(W)},G.prototype._iaddn=function(W){this.words[0]+=W;for(var U=0;U<this.length&&this.words[U]>=67108864;U++)if(this.words[U]-=67108864,U===this.length-1)this.words[U+1]=1;else this.words[U+1]++;return this.length=Math.max(this.length,U+1),this},G.prototype.isubn=function(W){if(Z(typeof W==="number"),Z(W<67108864),W<0)return this.iaddn(-W);if(this.negative!==0)return this.negative=0,this.iaddn(W),this.negative=1,this;if(this.words[0]-=W,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var U=0;U<this.length&&this.words[U]<0;U++)this.words[U]+=67108864,this.words[U+1]-=1;return this.strip()},G.prototype.addn=function(W){return this.clone().iaddn(W)},G.prototype.subn=function(W){return this.clone().isubn(W)},G.prototype.iabs=function(){return this.negative=0,this},G.prototype.abs=function(){return this.clone().iabs()},G.prototype._ishlnsubmul=function(W,U,_){var A=W.length+_,F;this._expand(A);var j,L=0;for(F=0;F<W.length;F++){j=(this.words[F+_]|0)+L;var K=(W.words[F]|0)*U;j-=K&67108863,L=(j>>26)-(K/67108864|0),this.words[F+_]=j&67108863}for(;F<this.length-_;F++)j=(this.words[F+_]|0)+L,L=j>>26,this.words[F+_]=j&67108863;if(L===0)return this.strip();Z(L===-1),L=0;for(F=0;F<this.length;F++)j=-(this.words[F]|0)+L,L=j>>26,this.words[F]=j&67108863;return this.negative=1,this.strip()},G.prototype._wordDiv=function(W,U){var _=this.length-W.length,A=this.clone(),F=W,j=F.words[F.length-1]|0,L=this._countBits(j);if(_=26-L,_!==0)F=F.ushln(_),A.iushln(_),j=F.words[F.length-1]|0;var K=A.length-F.length,Q;if(U!=="mod"){Q=new G(null),Q.length=K+1,Q.words=Array(Q.length);for(var M=0;M<Q.length;M++)Q.words[M]=0}var k=A.clone()._ishlnsubmul(F,1,K);if(k.negative===0){if(A=k,Q)Q.words[K]=1}for(var y=K-1;y>=0;y--){var x=(A.words[F.length+y]|0)*67108864+(A.words[F.length+y-1]|0);x=Math.min(x/j|0,67108863),A._ishlnsubmul(F,x,y);while(A.negative!==0)if(x--,A.negative=0,A._ishlnsubmul(F,1,y),!A.isZero())A.negative^=1;if(Q)Q.words[y]=x}if(Q)Q.strip();if(A.strip(),U!=="div"&&_!==0)A.iushrn(_);return{div:Q||null,mod:A}},G.prototype.divmod=function(W,U,_){if(Z(!W.isZero()),this.isZero())return{div:new G(0),mod:new G(0)};var A,F,j;if(this.negative!==0&&W.negative===0){if(j=this.neg().divmod(W,U),U!=="mod")A=j.div.neg();if(U!=="div"){if(F=j.mod.neg(),_&&F.negative!==0)F.iadd(W)}return{div:A,mod:F}}if(this.negative===0&&W.negative!==0){if(j=this.divmod(W.neg(),U),U!=="mod")A=j.div.neg();return{div:A,mod:j.mod}}if((this.negative&W.negative)!==0){if(j=this.neg().divmod(W.neg(),U),U!=="div"){if(F=j.mod.neg(),_&&F.negative!==0)F.isub(W)}return{div:j.div,mod:F}}if(W.length>this.length||this.cmp(W)<0)return{div:new G(0),mod:this};if(W.length===1){if(U==="div")return{div:this.divn(W.words[0]),mod:null};if(U==="mod")return{div:null,mod:new G(this.modn(W.words[0]))};return{div:this.divn(W.words[0]),mod:new G(this.modn(W.words[0]))}}return this._wordDiv(W,U)},G.prototype.div=function(W){return this.divmod(W,"div",!1).div},G.prototype.mod=function(W){return this.divmod(W,"mod",!1).mod},G.prototype.umod=function(W){return this.divmod(W,"mod",!0).mod},G.prototype.divRound=function(W){var U=this.divmod(W);if(U.mod.isZero())return U.div;var _=U.div.negative!==0?U.mod.isub(W):U.mod,A=W.ushrn(1),F=W.andln(1),j=_.cmp(A);if(j<0||F===1&&j===0)return U.div;return U.div.negative!==0?U.div.isubn(1):U.div.iaddn(1)},G.prototype.modn=function(W){Z(W<=67108863);var U=67108864%W,_=0;for(var A=this.length-1;A>=0;A--)_=(U*_+(this.words[A]|0))%W;return _},G.prototype.idivn=function(W){Z(W<=67108863);var U=0;for(var _=this.length-1;_>=0;_--){var A=(this.words[_]|0)+U*67108864;this.words[_]=A/W|0,U=A%W}return this.strip()},G.prototype.divn=function(W){return this.clone().idivn(W)},G.prototype.egcd=function(W){Z(W.negative===0),Z(!W.isZero());var U=this,_=W.clone();if(U.negative!==0)U=U.umod(W);else U=U.clone();var A=new G(1),F=new G(0),j=new G(0),L=new G(1),K=0;while(U.isEven()&&_.isEven())U.iushrn(1),_.iushrn(1),++K;var Q=_.clone(),M=U.clone();while(!U.isZero()){for(var k=0,y=1;(U.words[0]&y)===0&&k<26;++k,y<<=1);if(k>0){U.iushrn(k);while(k-- >0){if(A.isOdd()||F.isOdd())A.iadd(Q),F.isub(M);A.iushrn(1),F.iushrn(1)}}for(var x=0,p=1;(_.words[0]&p)===0&&x<26;++x,p<<=1);if(x>0){_.iushrn(x);while(x-- >0){if(j.isOdd()||L.isOdd())j.iadd(Q),L.isub(M);j.iushrn(1),L.iushrn(1)}}if(U.cmp(_)>=0)U.isub(_),A.isub(j),F.isub(L);else _.isub(U),j.isub(A),L.isub(F)}return{a:j,b:L,gcd:_.iushln(K)}},G.prototype._invmp=function(W){Z(W.negative===0),Z(!W.isZero());var U=this,_=W.clone();if(U.negative!==0)U=U.umod(W);else U=U.clone();var A=new G(1),F=new G(0),j=_.clone();while(U.cmpn(1)>0&&_.cmpn(1)>0){for(var L=0,K=1;(U.words[0]&K)===0&&L<26;++L,K<<=1);if(L>0){U.iushrn(L);while(L-- >0){if(A.isOdd())A.iadd(j);A.iushrn(1)}}for(var Q=0,M=1;(_.words[0]&M)===0&&Q<26;++Q,M<<=1);if(Q>0){_.iushrn(Q);while(Q-- >0){if(F.isOdd())F.iadd(j);F.iushrn(1)}}if(U.cmp(_)>=0)U.isub(_),A.isub(F);else _.isub(U),F.isub(A)}var k;if(U.cmpn(1)===0)k=A;else k=F;if(k.cmpn(0)<0)k.iadd(W);return k},G.prototype.gcd=function(W){if(this.isZero())return W.abs();if(W.isZero())return this.abs();var U=this.clone(),_=W.clone();U.negative=0,_.negative=0;for(var A=0;U.isEven()&&_.isEven();A++)U.iushrn(1),_.iushrn(1);do{while(U.isEven())U.iushrn(1);while(_.isEven())_.iushrn(1);var F=U.cmp(_);if(F<0){var j=U;U=_,_=j}else if(F===0||_.cmpn(1)===0)break;U.isub(_)}while(!0);return _.iushln(A)},G.prototype.invm=function(W){return this.egcd(W).a.umod(W)},G.prototype.isEven=function(){return(this.words[0]&1)===0},G.prototype.isOdd=function(){return(this.words[0]&1)===1},G.prototype.andln=function(W){return this.words[0]&W},G.prototype.bincn=function(W){Z(typeof W==="number");var U=W%26,_=(W-U)/26,A=1<<U;if(this.length<=_)return this._expand(_+1),this.words[_]|=A,this;var F=A;for(var j=_;F!==0&&j<this.length;j++){var L=this.words[j]|0;L+=F,F=L>>>26,L&=67108863,this.words[j]=L}if(F!==0)this.words[j]=F,this.length++;return this},G.prototype.isZero=function(){return this.length===1&&this.words[0]===0},G.prototype.cmpn=function(W){var U=W<0;if(this.negative!==0&&!U)return-1;if(this.negative===0&&U)return 1;this.strip();var _;if(this.length>1)_=1;else{if(U)W=-W;Z(W<=67108863,"Number is too big");var A=this.words[0]|0;_=A===W?0:A<W?-1:1}if(this.negative!==0)return-_|0;return _},G.prototype.cmp=function(W){if(this.negative!==0&&W.negative===0)return-1;if(this.negative===0&&W.negative!==0)return 1;var U=this.ucmp(W);if(this.negative!==0)return-U|0;return U},G.prototype.ucmp=function(W){if(this.length>W.length)return 1;if(this.length<W.length)return-1;var U=0;for(var _=this.length-1;_>=0;_--){var A=this.words[_]|0,F=W.words[_]|0;if(A===F)continue;if(A<F)U=-1;else if(A>F)U=1;break}return U},G.prototype.gtn=function(W){return this.cmpn(W)===1},G.prototype.gt=function(W){return this.cmp(W)===1},G.prototype.gten=function(W){return this.cmpn(W)>=0},G.prototype.gte=function(W){return this.cmp(W)>=0},G.prototype.ltn=function(W){return this.cmpn(W)===-1},G.prototype.lt=function(W){return this.cmp(W)===-1},G.prototype.lten=function(W){return this.cmpn(W)<=0},G.prototype.lte=function(W){return this.cmp(W)<=0},G.prototype.eqn=function(W){return this.cmpn(W)===0},G.prototype.eq=function(W){return this.cmp(W)===0},G.red=function(W){return new l(W)},G.prototype.toRed=function(W){return Z(!this.red,"Already a number in reduction context"),Z(this.negative===0,"red works only with positives"),W.convertTo(this)._forceRed(W)},G.prototype.fromRed=function(){return Z(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},G.prototype._forceRed=function(W){return this.red=W,this},G.prototype.forceRed=function(W){return Z(!this.red,"Already a number in reduction context"),this._forceRed(W)},G.prototype.redAdd=function(W){return Z(this.red,"redAdd works only with red numbers"),this.red.add(this,W)},G.prototype.redIAdd=function(W){return Z(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,W)},G.prototype.redSub=function(W){return Z(this.red,"redSub works only with red numbers"),this.red.sub(this,W)},G.prototype.redISub=function(W){return Z(this.red,"redISub works only with red numbers"),this.red.isub(this,W)},G.prototype.redShl=function(W){return Z(this.red,"redShl works only with red numbers"),this.red.shl(this,W)},G.prototype.redMul=function(W){return Z(this.red,"redMul works only with red numbers"),this.red._verify2(this,W),this.red.mul(this,W)},G.prototype.redIMul=function(W){return Z(this.red,"redMul works only with red numbers"),this.red._verify2(this,W),this.red.imul(this,W)},G.prototype.redSqr=function(){return Z(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},G.prototype.redISqr=function(){return Z(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},G.prototype.redSqrt=function(){return Z(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},G.prototype.redInvm=function(){return Z(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},G.prototype.redNeg=function(){return Z(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},G.prototype.redPow=function(W){return Z(this.red&&!W.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,W)};var w={k256:null,p224:null,p192:null,p25519:null};function D(q,W){this.name=q,this.p=new G(W,16),this.n=this.p.bitLength(),this.k=new G(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}D.prototype._tmp=function(){var W=new G(null);return W.words=Array(Math.ceil(this.n/13)),W},D.prototype.ireduce=function(W){var U=W,_;do this.split(U,this.tmp),U=this.imulK(U),U=U.iadd(this.tmp),_=U.bitLength();while(_>this.n);var A=_<this.n?-1:U.ucmp(this.p);if(A===0)U.words[0]=0,U.length=1;else if(A>0)U.isub(this.p);else if(U.strip!==void 0)U.strip();else U._strip();return U},D.prototype.split=function(W,U){W.iushrn(this.n,0,U)},D.prototype.imulK=function(W){return W.imul(this.k)};function b(){D.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}X(b,D),b.prototype.split=function(W,U){var _=4194303,A=Math.min(W.length,9);for(var F=0;F<A;F++)U.words[F]=W.words[F];if(U.length=A,W.length<=9){W.words[0]=0,W.length=1;return}var j=W.words[9];U.words[U.length++]=j&_;for(F=10;F<W.length;F++){var L=W.words[F]|0;W.words[F-10]=(L&_)<<4|j>>>22,j=L}if(j>>>=22,W.words[F-10]=j,j===0&&W.length>10)W.length-=10;else W.length-=9},b.prototype.imulK=function(W){W.words[W.length]=0,W.words[W.length+1]=0,W.length+=2;var U=0;for(var _=0;_<W.length;_++){var A=W.words[_]|0;U+=A*977,W.words[_]=U&67108863,U=A*64+(U/67108864|0)}if(W.words[W.length-1]===0){if(W.length--,W.words[W.length-1]===0)W.length--}return W};function v(){D.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}X(v,D);function f(){D.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}X(f,D);function o(){D.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}X(o,D),o.prototype.imulK=function(W){var U=0;for(var _=0;_<W.length;_++){var A=(W.words[_]|0)*19+U,F=A&67108863;A>>>=26,W.words[_]=F,U=A}if(U!==0)W.words[W.length++]=U;return W},G._prime=function(W){if(w[W])return w[W];var U;if(W==="k256")U=new b;else if(W==="p224")U=new v;else if(W==="p192")U=new f;else if(W==="p25519")U=new o;else throw Error("Unknown prime "+W);return w[W]=U,U};function l(q){if(typeof q==="string"){var W=G._prime(q);this.m=W.p,this.prime=W}else Z(q.gtn(1),"modulus must be greater than 1"),this.m=q,this.prime=null}l.prototype._verify1=function(W){Z(W.negative===0,"red works only with positives"),Z(W.red,"red works only with red numbers")},l.prototype._verify2=function(W,U){Z((W.negative|U.negative)===0,"red works only with positives"),Z(W.red&&W.red===U.red,"red works only with red numbers")},l.prototype.imod=function(W){if(this.prime)return this.prime.ireduce(W)._forceRed(this);return W.umod(this.m)._forceRed(this)},l.prototype.neg=function(W){if(W.isZero())return W.clone();return this.m.sub(W)._forceRed(this)},l.prototype.add=function(W,U){this._verify2(W,U);var _=W.add(U);if(_.cmp(this.m)>=0)_.isub(this.m);return _._forceRed(this)},l.prototype.iadd=function(W,U){this._verify2(W,U);var _=W.iadd(U);if(_.cmp(this.m)>=0)_.isub(this.m);return _},l.prototype.sub=function(W,U){this._verify2(W,U);var _=W.sub(U);if(_.cmpn(0)<0)_.iadd(this.m);return _._forceRed(this)},l.prototype.isub=function(W,U){this._verify2(W,U);var _=W.isub(U);if(_.cmpn(0)<0)_.iadd(this.m);return _},l.prototype.shl=function(W,U){return this._verify1(W),this.imod(W.ushln(U))},l.prototype.imul=function(W,U){return this._verify2(W,U),this.imod(W.imul(U))},l.prototype.mul=function(W,U){return this._verify2(W,U),this.imod(W.mul(U))},l.prototype.isqr=function(W){return this.imul(W,W.clone())},l.prototype.sqr=function(W){return this.mul(W,W)},l.prototype.sqrt=function(W){if(W.isZero())return W.clone();var U=this.m.andln(3);if(Z(U%2===1),U===3){var _=this.m.add(new G(1)).iushrn(2);return this.pow(W,_)}var A=this.m.subn(1),F=0;while(!A.isZero()&&A.andln(1)===0)F++,A.iushrn(1);Z(!A.isZero());var j=new G(1).toRed(this),L=j.redNeg(),K=this.m.subn(1).iushrn(1),Q=this.m.bitLength();Q=new G(2*Q*Q).toRed(this);while(this.pow(Q,K).cmp(L)!==0)Q.redIAdd(L);var M=this.pow(Q,A),k=this.pow(W,A.addn(1).iushrn(1)),y=this.pow(W,A),x=F;while(y.cmp(j)!==0){var p=y;for(var i=0;p.cmp(j)!==0;i++)p=p.redSqr();Z(i<x);var e=this.pow(M,new G(1).iushln(x-i-1));k=k.redMul(e),M=e.redSqr(),y=y.redMul(M),x=i}return k},l.prototype.invm=function(W){var U=W._invmp(this.m);if(U.negative!==0)return U.negative=0,this.imod(U).redNeg();else return this.imod(U)},l.prototype.pow=function(W,U){if(U.isZero())return new G(1).toRed(this);if(U.cmpn(1)===0)return W.clone();var _=4,A=Array(1<<_);A[0]=new G(1).toRed(this),A[1]=W;for(var F=2;F<A.length;F++)A[F]=this.mul(A[F-1],W);var j=A[0],L=0,K=0,Q=U.bitLength()%26;if(Q===0)Q=26;for(F=U.length-1;F>=0;F--){var M=U.words[F];for(var k=Q-1;k>=0;k--){var y=M>>k&1;if(j!==A[0])j=this.sqr(j);if(y===0&&L===0){K=0;continue}if(L<<=1,L|=y,K++,K!==_&&(F!==0||k!==0))continue;j=this.mul(j,A[L]),K=0,L=0}Q=26}return j},l.prototype.convertTo=function(W){var U=W.umod(this.m);return U===W?U.clone():U},l.prototype.convertFrom=function(W){var U=W.clone();return U.red=null,U},G.mont=function(W){return new u0(W)};function u0(q){if(l.call(this,q),this.shift=this.m.bitLength(),this.shift%26!==0)this.shift+=26-this.shift%26;this.r=new G(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}X(u0,l),u0.prototype.convertTo=function(W){return this.imod(W.ushln(this.shift))},u0.prototype.convertFrom=function(W){var U=this.imod(W.mul(this.rinv));return U.red=null,U},u0.prototype.imul=function(W,U){if(W.isZero()||U.isZero())return W.words[0]=0,W.length=1,W;var _=W.imul(U),A=_.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),F=_.isub(A).iushrn(this.shift),j=F;if(F.cmp(this.m)>=0)j=F.isub(this.m);else if(F.cmpn(0)<0)j=F.iadd(this.m);return j._forceRed(this)},u0.prototype.mul=function(W,U){if(W.isZero()||U.isZero())return new G(0)._forceRed(this);var _=W.mul(U),A=_.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),F=_.isub(A).iushrn(this.shift),j=F;if(F.cmp(this.m)>=0)j=F.isub(this.m);else if(F.cmpn(0)<0)j=F.iadd(this.m);return j._forceRed(this)},u0.prototype.invm=function(W){var U=this.imod(W._invmp(this.m).mul(this.r2));return U._forceRed(this)}})(typeof XX>"u"||XX,m1)});var d1=s((JU,YX)=>{if(typeof Object.create==="function")YX.exports=function(J,Z){if(Z)J.super_=Z,J.prototype=Object.create(Z.prototype,{constructor:{value:J,enumerable:!1,writable:!0,configurable:!0}})};else YX.exports=function(J,Z){if(Z){J.super_=Z;var X=function(){};X.prototype=Z.prototype,J.prototype=new X,J.prototype.constructor=J}}});var j$=s((ZU,WX)=>{try{if(fJ=A$("util"),typeof fJ.inherits!=="function")throw"";WX.exports=fJ.inherits}catch($){WX.exports=d1()}var fJ});var hJ=s((XU,n1)=>{var gJ=A$("buffer"),c$=gJ.Buffer,t0={},a0;for(a0 in gJ){if(!gJ.hasOwnProperty(a0))continue;if(a0==="SlowBuffer"||a0==="Buffer")continue;t0[a0]=gJ[a0]}var p$=t0.Buffer={};for(a0 in c$){if(!c$.hasOwnProperty(a0))continue;if(a0==="allocUnsafe"||a0==="allocUnsafeSlow")continue;p$[a0]=c$[a0]}t0.Buffer.prototype=c$.prototype;if(!p$.from||p$.from===Uint8Array.from)p$.from=function($,J,Z){if(typeof $==="number")throw TypeError('The "value" argument must not be of type number. Received type '+typeof $);if($&&typeof $.length>"u")throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof $);return c$($,J,Z)};if(!p$.alloc)p$.alloc=function($,J,Z){if(typeof $!=="number")throw TypeError('The "size" argument must be of type number. Received type '+typeof $);if($<0||$>=2147483648)throw RangeError('The value "'+$+'" is invalid for option "size"');var X=c$($);if(!J||J.length===0)X.fill(0);else if(typeof Z==="string")X.fill(J,Z);else X.fill(J);return X};if(!t0.kStringMaxLength)try{t0.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch($){}if(!t0.constants){if(t0.constants={MAX_LENGTH:t0.kMaxLength},t0.kStringMaxLength)t0.constants.MAX_STRING_LENGTH=t0.kStringMaxLength}n1.exports=t0});var bJ=s((Yz)=>{var Gz=j$();function e0($){this._reporterState={obj:null,path:[],options:$||{},errors:[]}}Yz.Reporter=e0;e0.prototype.isError=function(J){return J instanceof u$};e0.prototype.save=function(){let J=this._reporterState;return{obj:J.obj,pathLen:J.path.length}};e0.prototype.restore=function(J){let Z=this._reporterState;Z.obj=J.obj,Z.path=Z.path.slice(0,J.pathLen)};e0.prototype.enterKey=function(J){return this._reporterState.path.push(J)};e0.prototype.exitKey=function(J){let Z=this._reporterState;Z.path=Z.path.slice(0,J-1)};e0.prototype.leaveKey=function(J,Z,X){let G=this._reporterState;if(this.exitKey(J),G.obj!==null)G.obj[Z]=X};e0.prototype.path=function(){return this._reporterState.path.join("/")};e0.prototype.enterObject=function(){let J=this._reporterState,Z=J.obj;return J.obj={},Z};e0.prototype.leaveObject=function(J){let Z=this._reporterState,X=Z.obj;return Z.obj=J,X};e0.prototype.error=function(J){let Z,X=this._reporterState,G=J instanceof u$;if(G)Z=J;else Z=new u$(X.path.map(function(Y){return"["+JSON.stringify(Y)+"]"}).join(""),J.message||J,J.stack);if(!X.options.partial)throw Z;if(!G)X.errors.push(Z);return Z};e0.prototype.wrapResult=function(J){let Z=this._reporterState;if(!Z.options.partial)return J;return{result:this.isError(J)?null:J,errors:Z.errors}};function u$($,J){this.path=$,this.rethrow(J)}Gz(u$,Error);u$.prototype.rethrow=function(J){if(this.message=J+" at: "+(this.path||"(shallow)"),Error.captureStackTrace)Error.captureStackTrace(this,u$);if(!this.stack)try{throw Error(this.message)}catch(Z){this.stack=Z.stack}return this}});var n$=s((Qz)=>{var Hz=j$(),cJ=bJ().Reporter,m$=hJ().Buffer;function $$($,J){if(cJ.call(this,J),!m$.isBuffer($)){this.error("Input not Buffer");return}this.base=$,this.offset=0,this.length=$.length}Hz($$,cJ);Qz.DecoderBuffer=$$;$$.isDecoderBuffer=function(J){if(J instanceof $$)return!0;return typeof J==="object"&&m$.isBuffer(J.base)&&J.constructor.name==="DecoderBuffer"&&typeof J.offset==="number"&&typeof J.length==="number"&&typeof J.save==="function"&&typeof J.restore==="function"&&typeof J.isEmpty==="function"&&typeof J.readUInt8==="function"&&typeof J.skip==="function"&&typeof J.raw==="function"};$$.prototype.save=function(){return{offset:this.offset,reporter:cJ.prototype.save.call(this)}};$$.prototype.restore=function(J){let Z=new $$(this.base);return Z.offset=J.offset,Z.length=this.offset,this.offset=J.offset,cJ.prototype.restore.call(this,J.reporter),Z};$$.prototype.isEmpty=function(){return this.offset===this.length};$$.prototype.readUInt8=function(J){if(this.offset+1<=this.length)return this.base.readUInt8(this.offset++,!0);else return this.error(J||"DecoderBuffer overrun")};$$.prototype.skip=function(J,Z){if(!(this.offset+J<=this.length))return this.error(Z||"DecoderBuffer overrun");let X=new $$(this.base);return X._reporterState=this._reporterState,X.offset=this.offset,X.length=this.offset+J,this.offset+=J,X};$$.prototype.raw=function(J){return this.base.slice(J?J.offset:this.offset,this.length)};function d$($,J){if(Array.isArray($))this.length=0,this.value=$.map(function(Z){if(!d$.isEncoderBuffer(Z))Z=new d$(Z,J);return this.length+=Z.length,Z},this);else if(typeof $==="number"){if(!(0<=$&&$<=255))return J.error("non-byte EncoderBuffer value");this.value=$,this.length=1}else if(typeof $==="string")this.value=$,this.length=m$.byteLength($);else if(m$.isBuffer($))this.value=$,this.length=$.length;else return J.error("Unsupported type: "+typeof $)}Qz.EncoderBuffer=d$;d$.isEncoderBuffer=function(J){if(J instanceof d$)return!0;return typeof J==="object"&&J.constructor.name==="EncoderBuffer"&&typeof J.length==="number"&&typeof J.join==="function"};d$.prototype.join=function(J,Z){if(!J)J=m$.alloc(this.length);if(!Z)Z=0;if(this.length===0)return J;if(Array.isArray(this.value))this.value.forEach(function(X){X.join(J,Z),Z+=X.length});else{if(typeof this.value==="number")J[Z]=this.value;else if(typeof this.value==="string")J.write(this.value,Z);else if(m$.isBuffer(this.value))this.value.copy(J,Z);Z+=this.length}return J}});var l1=s((WU,o1)=>{o1.exports=s1;function s1($,J){if(!$)throw Error(J||"Assertion failed")}s1.equal=function(J,Z,X){if(J!=Z)throw Error(X||"Assertion failed: "+J+" != "+Z)}});var pJ=s((HU,i1)=>{var Vz=bJ().Reporter,Oz=n$().EncoderBuffer,_z=n$().DecoderBuffer,o0=l1(),r1=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],Az=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(r1),Kz=["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"];function t($,J,Z){let X={};if(this._baseState=X,X.name=Z,X.enc=$,X.parent=J||null,X.children=null,X.tag=null,X.args=null,X.reverseArgs=null,X.choice=null,X.optional=!1,X.any=!1,X.obj=!1,X.use=null,X.useDecoder=null,X.key=null,X.default=null,X.explicit=null,X.implicit=null,X.contains=null,!X.parent)X.children=[],this._wrap()}i1.exports=t;var Mz=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];t.prototype.clone=function(){let J=this._baseState,Z={};Mz.forEach(function(G){Z[G]=J[G]});let X=new this.constructor(Z.parent);return X._baseState=Z,X};t.prototype._wrap=function(){let J=this._baseState;Az.forEach(function(Z){this[Z]=function(){let G=new this.constructor(this);return J.children.push(G),G[Z].apply(G,arguments)}},this)};t.prototype._init=function(J){let Z=this._baseState;o0(Z.parent===null),J.call(this),Z.children=Z.children.filter(function(X){return X._baseState.parent===this},this),o0.equal(Z.children.length,1,"Root node can have only one child")};t.prototype._useArgs=function(J){let Z=this._baseState,X=J.filter(function(G){return G instanceof this.constructor},this);if(J=J.filter(function(G){return!(G instanceof this.constructor)},this),X.length!==0)o0(Z.children===null),Z.children=X,X.forEach(function(G){G._baseState.parent=this},this);if(J.length!==0)o0(Z.args===null),Z.args=J,Z.reverseArgs=J.map(function(G){if(typeof G!=="object"||G.constructor!==Object)return G;let Y={};return Object.keys(G).forEach(function(H){if(H==(H|0))H|=0;let z=G[H];Y[z]=H}),Y})};Kz.forEach(function($){t.prototype[$]=function(){let Z=this._baseState;throw Error($+" not implemented for encoding: "+Z.enc)}});r1.forEach(function($){t.prototype[$]=function(){let Z=this._baseState,X=Array.prototype.slice.call(arguments);return o0(Z.tag===null),Z.tag=$,this._useArgs(X),this}});t.prototype.use=function(J){o0(J);let Z=this._baseState;return o0(Z.use===null),Z.use=J,this};t.prototype.optional=function(){let J=this._baseState;return J.optional=!0,this};t.prototype.def=function(J){let Z=this._baseState;return o0(Z.default===null),Z.default=J,Z.optional=!0,this};t.prototype.explicit=function(J){let Z=this._baseState;return o0(Z.explicit===null&&Z.implicit===null),Z.explicit=J,this};t.prototype.implicit=function(J){let Z=this._baseState;return o0(Z.explicit===null&&Z.implicit===null),Z.implicit=J,this};t.prototype.obj=function(){let J=this._baseState,Z=Array.prototype.slice.call(arguments);if(J.obj=!0,Z.length!==0)this._useArgs(Z);return this};t.prototype.key=function(J){let Z=this._baseState;return o0(Z.key===null),Z.key=J,this};t.prototype.any=function(){let J=this._baseState;return J.any=!0,this};t.prototype.choice=function(J){let Z=this._baseState;return o0(Z.choice===null),Z.choice=J,this._useArgs(Object.keys(J).map(function(X){return J[X]})),this};t.prototype.contains=function(J){let Z=this._baseState;return o0(Z.use===null),Z.contains=J,this};t.prototype._decode=function(J,Z){let X=this._baseState;if(X.parent===null)return J.wrapResult(X.children[0]._decode(J,Z));let G=X.default,Y=!0,H=null;if(X.key!==null)H=J.enterKey(X.key);if(X.optional){let V=null;if(X.explicit!==null)V=X.explicit;else if(X.implicit!==null)V=X.implicit;else if(X.tag!==null)V=X.tag;if(V===null&&!X.any){let O=J.save();try{if(X.choice===null)this._decodeGeneric(X.tag,J,Z);else this._decodeChoice(J,Z);Y=!0}catch(R){Y=!1}J.restore(O)}else if(Y=this._peekTag(J,V,X.any),J.isError(Y))return Y}let z;if(X.obj&&Y)z=J.enterObject();if(Y){if(X.explicit!==null){let O=this._decodeTag(J,X.explicit);if(J.isError(O))return O;J=O}let V=J.offset;if(X.use===null&&X.choice===null){let O;if(X.any)O=J.save();let R=this._decodeTag(J,X.implicit!==null?X.implicit:X.tag,X.any);if(J.isError(R))return R;if(X.any)G=J.raw(O);else J=R}if(Z&&Z.track&&X.tag!==null)Z.track(J.path(),V,J.length,"tagged");if(Z&&Z.track&&X.tag!==null)Z.track(J.path(),J.offset,J.length,"content");if(X.any);else if(X.choice===null)G=this._decodeGeneric(X.tag,J,Z);else G=this._decodeChoice(J,Z);if(J.isError(G))return G;if(!X.any&&X.choice===null&&X.children!==null)X.children.forEach(function(R){R._decode(J,Z)});if(X.contains&&(X.tag==="octstr"||X.tag==="bitstr")){let O=new _z(G);G=this._getUse(X.contains,J._reporterState.obj)._decode(O,Z)}}if(X.obj&&Y)G=J.leaveObject(z);if(X.key!==null&&(G!==null||Y===!0))J.leaveKey(H,X.key,G);else if(H!==null)J.exitKey(H);return G};t.prototype._decodeGeneric=function(J,Z,X){let G=this._baseState;if(J==="seq"||J==="set")return null;if(J==="seqof"||J==="setof")return this._decodeList(Z,J,G.args[0],X);else if(/str$/.test(J))return this._decodeStr(Z,J,X);else if(J==="objid"&&G.args)return this._decodeObjid(Z,G.args[0],G.args[1],X);else if(J==="objid")return this._decodeObjid(Z,null,null,X);else if(J==="gentime"||J==="utctime")return this._decodeTime(Z,J,X);else if(J==="null_")return this._decodeNull(Z,X);else if(J==="bool")return this._decodeBool(Z,X);else if(J==="objDesc")return this._decodeStr(Z,J,X);else if(J==="int"||J==="enum")return this._decodeInt(Z,G.args&&G.args[0],X);if(G.use!==null)return this._getUse(G.use,Z._reporterState.obj)._decode(Z,X);else return Z.error("unknown tag: "+J)};t.prototype._getUse=function(J,Z){let X=this._baseState;if(X.useDecoder=this._use(J,Z),o0(X.useDecoder._baseState.parent===null),X.useDecoder=X.useDecoder._baseState.children[0],X.implicit!==X.useDecoder._baseState.implicit)X.useDecoder=X.useDecoder.clone(),X.useDecoder._baseState.implicit=X.implicit;return X.useDecoder};t.prototype._decodeChoice=function(J,Z){let X=this._baseState,G=null,Y=!1;if(Object.keys(X.choice).some(function(H){let z=J.save(),V=X.choice[H];try{let O=V._decode(J,Z);if(J.isError(O))return!1;G={type:H,value:O},Y=!0}catch(O){return J.restore(z),!1}return!0},this),!Y)return J.error("Choice not matched");return G};t.prototype._createEncoderBuffer=function(J){return new Oz(J,this.reporter)};t.prototype._encode=function(J,Z,X){let G=this._baseState;if(G.default!==null&&G.default===J)return;let Y=this._encodeValue(J,Z,X);if(Y===void 0)return;if(this._skipDefault(Y,Z,X))return;return Y};t.prototype._encodeValue=function(J,Z,X){let G=this._baseState;if(G.parent===null)return G.children[0]._encode(J,Z||new Vz);let Y=null;if(this.reporter=Z,G.optional&&J===void 0)if(G.default!==null)J=G.default;else return;let H=null,z=!1;if(G.any)Y=this._createEncoderBuffer(J);else if(G.choice)Y=this._encodeChoice(J,Z);else if(G.contains)H=this._getUse(G.contains,X)._encode(J,Z),z=!0;else if(G.children)H=G.children.map(function(V){if(V._baseState.tag==="null_")return V._encode(null,Z,J);if(V._baseState.key===null)return Z.error("Child should have a key");let O=Z.enterKey(V._baseState.key);if(typeof J!=="object")return Z.error("Child expected, but input is not object");let R=V._encode(J[V._baseState.key],Z,J);return Z.leaveKey(O),R},this).filter(function(V){return V}),H=this._createEncoderBuffer(H);else if(G.tag==="seqof"||G.tag==="setof"){if(!(G.args&&G.args.length===1))return Z.error("Too many args for : "+G.tag);if(!Array.isArray(J))return Z.error("seqof/setof, but data is not Array");let V=this.clone();V._baseState.implicit=null,H=this._createEncoderBuffer(J.map(function(O){let R=this._baseState;return this._getUse(R.args[0],J)._encode(O,Z)},V))}else if(G.use!==null)Y=this._getUse(G.use,X)._encode(J,Z);else H=this._encodePrimitive(G.tag,J),z=!0;if(!G.any&&G.choice===null){let V=G.implicit!==null?G.implicit:G.tag,O=G.implicit===null?"universal":"context";if(V===null){if(G.use===null)Z.error("Tag could be omitted only for .use()")}else if(G.use===null)Y=this._encodeComposite(V,z,O,H)}if(G.explicit!==null)Y=this._encodeComposite(G.explicit,!1,"context",Y);return Y};t.prototype._encodeChoice=function(J,Z){let X=this._baseState,G=X.choice[J.type];if(!G)o0(!1,J.type+" not found in "+JSON.stringify(Object.keys(X.choice)));return G._encode(J.value,Z)};t.prototype._encodePrimitive=function(J,Z){let X=this._baseState;if(/str$/.test(J))return this._encodeStr(Z,J);else if(J==="objid"&&X.args)return this._encodeObjid(Z,X.reverseArgs[0],X.args[1]);else if(J==="objid")return this._encodeObjid(Z,null,null);else if(J==="gentime"||J==="utctime")return this._encodeTime(Z,J);else if(J==="null_")return this._encodeNull();else if(J==="int"||J==="enum")return this._encodeInt(Z,X.args&&X.reverseArgs[0]);else if(J==="bool")return this._encodeBool(Z);else if(J==="objDesc")return this._encodeStr(Z,J);else throw Error("Unsupported tag: "+J)};t.prototype._isNumstr=function(J){return/^[0-9 ]*$/.test(J)};t.prototype._isPrintstr=function(J){return/^[A-Za-z0-9 '()+,-./:=?]*$/.test(J)}});var uJ=s((Fz)=>{function t1($){let J={};return Object.keys($).forEach(function(Z){if((Z|0)==Z)Z=Z|0;let X=$[Z];J[X]=Z}),J}Fz.tagClass={0:"universal",1:"application",2:"context",3:"private"};Fz.tagClassByName=t1(Fz.tagClass);Fz.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"};Fz.tagByName=t1(Fz.tag)});var QX=s((zU,ZY)=>{var qz=j$(),U$=hJ().Buffer,$Y=pJ(),HX=uJ();function JY($){this.enc="der",this.name=$.name,this.entity=$,this.tree=new Z$,this.tree._init($.body)}ZY.exports=JY;JY.prototype.encode=function(J,Z){return this.tree._encode(J,Z).join()};function Z$($){$Y.call(this,"der",$)}qz(Z$,$Y);Z$.prototype._encodeComposite=function(J,Z,X,G){let Y=Pz(J,Z,X,this.reporter);if(G.length<128){let V=U$.alloc(2);return V[0]=Y,V[1]=G.length,this._createEncoderBuffer([V,G])}let H=1;for(let V=G.length;V>=256;V>>=8)H++;let z=U$.alloc(2+H);z[0]=Y,z[1]=128|H;for(let V=1+H,O=G.length;O>0;V--,O>>=8)z[V]=O&255;return this._createEncoderBuffer([z,G])};Z$.prototype._encodeStr=function(J,Z){if(Z==="bitstr")return this._createEncoderBuffer([J.unused|0,J.data]);else if(Z==="bmpstr"){let X=U$.alloc(J.length*2);for(let G=0;G<J.length;G++)X.writeUInt16BE(J.charCodeAt(G),G*2);return this._createEncoderBuffer(X)}else if(Z==="numstr"){if(!this._isNumstr(J))return this.reporter.error("Encoding of string type: numstr supports only digits and space");return this._createEncoderBuffer(J)}else if(Z==="printstr"){if(!this._isPrintstr(J))return this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark");return this._createEncoderBuffer(J)}else if(/str$/.test(Z))return this._createEncoderBuffer(J);else if(Z==="objDesc")return this._createEncoderBuffer(J);else return this.reporter.error("Encoding of string type: "+Z+" unsupported")};Z$.prototype._encodeObjid=function(J,Z,X){if(typeof J==="string"){if(!Z)return this.reporter.error("string objid given, but no values map found");if(!Z.hasOwnProperty(J))return this.reporter.error("objid not found in values map");J=Z[J].split(/[\s.]+/g);for(let z=0;z<J.length;z++)J[z]|=0}else if(Array.isArray(J)){J=J.slice();for(let z=0;z<J.length;z++)J[z]|=0}if(!Array.isArray(J))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(J));if(!X){if(J[1]>=40)return this.reporter.error("Second objid identifier OOB");J.splice(0,2,J[0]*40+J[1])}let G=0;for(let z=0;z<J.length;z++){let V=J[z];for(G++;V>=128;V>>=7)G++}let Y=U$.alloc(G),H=Y.length-1;for(let z=J.length-1;z>=0;z--){let V=J[z];Y[H--]=V&127;while((V>>=7)>0)Y[H--]=128|V&127}return this._createEncoderBuffer(Y)};function J$($){if($<10)return"0"+$;else return $}Z$.prototype._encodeTime=function(J,Z){let X,G=new Date(J);if(Z==="gentime")X=[J$(G.getUTCFullYear()),J$(G.getUTCMonth()+1),J$(G.getUTCDate()),J$(G.getUTCHours()),J$(G.getUTCMinutes()),J$(G.getUTCSeconds()),"Z"].join("");else if(Z==="utctime")X=[J$(G.getUTCFullYear()%100),J$(G.getUTCMonth()+1),J$(G.getUTCDate()),J$(G.getUTCHours()),J$(G.getUTCMinutes()),J$(G.getUTCSeconds()),"Z"].join("");else this.reporter.error("Encoding "+Z+" time is not supported yet");return this._encodeStr(X,"octstr")};Z$.prototype._encodeNull=function(){return this._createEncoderBuffer("")};Z$.prototype._encodeInt=function(J,Z){if(typeof J==="string"){if(!Z)return this.reporter.error("String int or enum given, but no values map");if(!Z.hasOwnProperty(J))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(J));J=Z[J]}if(typeof J!=="number"&&!U$.isBuffer(J)){let Y=J.toArray();if(!J.sign&&Y[0]&128)Y.unshift(0);J=U$.from(Y)}if(U$.isBuffer(J)){let Y=J.length;if(J.length===0)Y++;let H=U$.alloc(Y);if(J.copy(H),J.length===0)H[0]=0;return this._createEncoderBuffer(H)}if(J<128)return this._createEncoderBuffer(J);if(J<256)return this._createEncoderBuffer([0,J]);let X=1;for(let Y=J;Y>=256;Y>>=8)X++;let G=Array(X);for(let Y=G.length-1;Y>=0;Y--)G[Y]=J&255,J>>=8;if(G[0]&128)G.unshift(0);return this._createEncoderBuffer(U$.from(G))};Z$.prototype._encodeBool=function(J){return this._createEncoderBuffer(J?255:0)};Z$.prototype._use=function(J,Z){if(typeof J==="function")J=J(Z);return J._getEncoder("der").tree};Z$.prototype._skipDefault=function(J,Z,X){let G=this._baseState,Y;if(G.default===null)return!1;let H=J.join();if(G.defaultBuffer===void 0)G.defaultBuffer=this._encodeValue(G.default,Z,X).join();if(H.length!==G.defaultBuffer.length)return!1;for(Y=0;Y<H.length;Y++)if(H[Y]!==G.defaultBuffer[Y])return!1;return!0};function Pz($,J,Z,X){let G;if($==="seqof")$="seq";else if($==="setof")$="set";if(HX.tagByName.hasOwnProperty($))G=HX.tagByName[$];else if(typeof $==="number"&&($|0)===$)G=$;else return X.error("Unknown tag: "+$);if(G>=31)return X.error("Multi-octet tag encoding unsupported");if(!J)G|=32;return G|=HX.tagClassByName[Z||"universal"]<<6,G}});var GY=s((UU,XY)=>{var jz=j$(),zX=QX();function UX($){zX.call(this,$),this.enc="pem"}jz(UX,zX);XY.exports=UX;UX.prototype.encode=function(J,Z){let G=zX.prototype.encode.call(this,J).toString("base64"),Y=["-----BEGIN "+Z.label+"-----"];for(let H=0;H<G.length;H+=64)Y.push(G.slice(H,H+64));return Y.push("-----END "+Z.label+"-----"),Y.join(`
6
+ `)}});var VX=s((WY)=>{var YY=WY;YY.der=QX();YY.pem=GY()});var _X=s((OU,OY)=>{var Bz=j$(),Lz=GX(),HY=n$().DecoderBuffer,zY=pJ(),QY=uJ();function UY($){this.enc="der",this.name=$.name,this.entity=$,this.tree=new r0,this.tree._init($.body)}OY.exports=UY;UY.prototype.decode=function(J,Z){if(!HY.isDecoderBuffer(J))J=new HY(J,Z);return this.tree._decode(J,Z)};function r0($){zY.call(this,"der",$)}Bz(r0,zY);r0.prototype._peekTag=function(J,Z,X){if(J.isEmpty())return!1;let G=J.save(),Y=OX(J,'Failed to peek tag: "'+Z+'"');if(J.isError(Y))return Y;return J.restore(G),Y.tag===Z||Y.tagStr===Z||Y.tagStr+"of"===Z||X};r0.prototype._decodeTag=function(J,Z,X){let G=OX(J,'Failed to decode tag of "'+Z+'"');if(J.isError(G))return G;let Y=VY(J,G.primitive,'Failed to get length of "'+Z+'"');if(J.isError(Y))return Y;if(!X&&G.tag!==Z&&G.tagStr!==Z&&G.tagStr+"of"!==Z)return J.error('Failed to match tag: "'+Z+'"');if(G.primitive||Y!==null)return J.skip(Y,'Failed to match body of: "'+Z+'"');let H=J.save(),z=this._skipUntilEnd(J,'Failed to skip indefinite length body: "'+this.tag+'"');if(J.isError(z))return z;return Y=J.offset-H.offset,J.restore(H),J.skip(Y,'Failed to match body of: "'+Z+'"')};r0.prototype._skipUntilEnd=function(J,Z){for(;;){let X=OX(J,Z);if(J.isError(X))return X;let G=VY(J,X.primitive,Z);if(J.isError(G))return G;let Y;if(X.primitive||G!==null)Y=J.skip(G);else Y=this._skipUntilEnd(J,Z);if(J.isError(Y))return Y;if(X.tagStr==="end")break}};r0.prototype._decodeList=function(J,Z,X,G){let Y=[];while(!J.isEmpty()){let H=this._peekTag(J,"end");if(J.isError(H))return H;let z=X.decode(J,"der",G);if(J.isError(z)&&H)break;Y.push(z)}return Y};r0.prototype._decodeStr=function(J,Z){if(Z==="bitstr"){let X=J.readUInt8();if(J.isError(X))return X;return{unused:X,data:J.raw()}}else if(Z==="bmpstr"){let X=J.raw();if(X.length%2===1)return J.error("Decoding of string type: bmpstr length mismatch");let G="";for(let Y=0;Y<X.length/2;Y++)G+=String.fromCharCode(X.readUInt16BE(Y*2));return G}else if(Z==="numstr"){let X=J.raw().toString("ascii");if(!this._isNumstr(X))return J.error("Decoding of string type: numstr unsupported characters");return X}else if(Z==="octstr")return J.raw();else if(Z==="objDesc")return J.raw();else if(Z==="printstr"){let X=J.raw().toString("ascii");if(!this._isPrintstr(X))return J.error("Decoding of string type: printstr unsupported characters");return X}else if(/str$/.test(Z))return J.raw().toString();else return J.error("Decoding of string type: "+Z+" unsupported")};r0.prototype._decodeObjid=function(J,Z,X){let G,Y=[],H=0,z=0;while(!J.isEmpty())if(z=J.readUInt8(),H<<=7,H|=z&127,(z&128)===0)Y.push(H),H=0;if(z&128)Y.push(H);let V=Y[0]/40|0,O=Y[0]%40;if(X)G=Y;else G=[V,O].concat(Y.slice(1));if(Z){let R=Z[G.join(" ")];if(R===void 0)R=Z[G.join(".")];if(R!==void 0)G=R}return G};r0.prototype._decodeTime=function(J,Z){let X=J.raw().toString(),G,Y,H,z,V,O;if(Z==="gentime")G=X.slice(0,4)|0,Y=X.slice(4,6)|0,H=X.slice(6,8)|0,z=X.slice(8,10)|0,V=X.slice(10,12)|0,O=X.slice(12,14)|0;else if(Z==="utctime")if(G=X.slice(0,2)|0,Y=X.slice(2,4)|0,H=X.slice(4,6)|0,z=X.slice(6,8)|0,V=X.slice(8,10)|0,O=X.slice(10,12)|0,G<70)G=2000+G;else G=1900+G;else return J.error("Decoding "+Z+" time is not supported yet");return Date.UTC(G,Y-1,H,z,V,O,0)};r0.prototype._decodeNull=function(){return null};r0.prototype._decodeBool=function(J){let Z=J.readUInt8();if(J.isError(Z))return Z;else return Z!==0};r0.prototype._decodeInt=function(J,Z){let X=J.raw(),G=new Lz(X);if(Z)G=Z[G.toString(10)]||G;return G};r0.prototype._use=function(J,Z){if(typeof J==="function")J=J(Z);return J._getDecoder("der").tree};function OX($,J){let Z=$.readUInt8(J);if($.isError(Z))return Z;let X=QY.tagClass[Z>>6],G=(Z&32)===0;if((Z&31)===31){let H=Z;Z=0;while((H&128)===128){if(H=$.readUInt8(J),$.isError(H))return H;Z<<=7,Z|=H&127}}else Z&=31;let Y=QY.tag[Z];return{cls:X,primitive:G,tag:Z,tagStr:Y}}function VY($,J,Z){let X=$.readUInt8(Z);if($.isError(X))return X;if(!J&&X===128)return null;if((X&128)===0)return X;let G=X&127;if(G>4)return $.error("length octect is too long");X=0;for(let Y=0;Y<G;Y++){X<<=8;let H=$.readUInt8(Z);if($.isError(H))return H;X|=H}return X}});var AY=s((_U,_Y)=>{var Cz=j$(),Sz=hJ().Buffer,AX=_X();function KX($){AX.call(this,$),this.enc="pem"}Cz(KX,AX);_Y.exports=KX;KX.prototype.decode=function(J,Z){let X=J.toString().split(/[\r\n]+/g),G=Z.label.toUpperCase(),Y=/^-----(BEGIN|END) ([^-]+)-----$/,H=-1,z=-1;for(let R=0;R<X.length;R++){let I=X[R].match(Y);if(I===null)continue;if(I[2]!==G)continue;if(H===-1){if(I[1]!=="BEGIN")break;H=R}else{if(I[1]!=="END")break;z=R;break}}if(H===-1||z===-1)throw Error("PEM section not found for: "+G);let V=X.slice(H+1,z).join("");V.replace(/[^a-z0-9+/=]+/gi,"");let O=Sz.from(V,"base64");return AX.prototype.decode.call(this,O,Z)}});var MX=s((MY)=>{var KY=MY;KY.der=_X();KY.pem=AY()});var RY=s((FY)=>{var wz=VX(),Ez=MX(),Tz=j$(),vz=FY;vz.define=function(J,Z){return new s$(J,Z)};function s$($,J){this.name=$,this.body=J,this.decoders={},this.encoders={}}s$.prototype._createNamed=function(J){let Z=this.name;function X(G){this._initNamed(G,Z)}return Tz(X,J),X.prototype._initNamed=function(Y,H){J.call(this,Y,H)},new X(this)};s$.prototype._getDecoder=function(J){if(J=J||"der",!this.decoders.hasOwnProperty(J))this.decoders[J]=this._createNamed(Ez[J]);return this.decoders[J]};s$.prototype.decode=function(J,Z,X){return this._getDecoder(Z).decode(J,X)};s$.prototype._getEncoder=function(J){if(J=J||"der",!this.encoders.hasOwnProperty(J))this.encoders[J]=this._createNamed(wz[J]);return this.encoders[J]};s$.prototype.encode=function(J,Z,X){return this._getEncoder(Z).encode(J,X)}});var qY=s((IY)=>{var mJ=IY;mJ.Reporter=bJ().Reporter;mJ.DecoderBuffer=n$().DecoderBuffer;mJ.EncoderBuffer=n$().EncoderBuffer;mJ.Node=pJ()});var BY=s((jY)=>{var PY=jY;PY._reverse=function(J){let Z={};return Object.keys(J).forEach(function(X){if((X|0)==X)X=X|0;let G=J[X];Z[G]=X}),Z};PY.der=uJ()});var CY=s((LY)=>{var o$=LY;o$.bignum=GX();o$.define=RY().define;o$.base=qY();o$.constants=BY();o$.decoders=MX();o$.encoders=VX()});var EY=s((FX,wY)=>{/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var dJ=A$("buffer"),Q$=dJ.Buffer;function SY($,J){for(var Z in $)J[Z]=$[Z]}if(Q$.from&&Q$.alloc&&Q$.allocUnsafe&&Q$.allocUnsafeSlow)wY.exports=dJ;else SY(dJ,FX),FX.Buffer=T$;function T$($,J,Z){return Q$($,J,Z)}T$.prototype=Object.create(Q$.prototype);SY(Q$,T$);T$.from=function($,J,Z){if(typeof $==="number")throw TypeError("Argument must not be a number");return Q$($,J,Z)};T$.alloc=function($,J,Z){if(typeof $!=="number")throw TypeError("Argument must be a number");var X=Q$($);if(J!==void 0)if(typeof Z==="string")X.fill(J,Z);else X.fill(J);else X.fill(0);return X};T$.allocUnsafe=function($){if(typeof $!=="number")throw TypeError("Argument must be a number");return Q$($)};T$.allocUnsafeSlow=function($){if(typeof $!=="number")throw TypeError("Argument must be a number");return dJ.SlowBuffer($)}});var vY=s((IU,TY)=>{function RX($){var J=($/8|0)+($%8===0?0:1);return J}var Nz={ES256:RX(256),ES384:RX(384),ES512:RX(521)};function Dz($){var J=Nz[$];if(J)return J;throw Error('Unknown algorithm "'+$+'"')}TY.exports=Dz});var gY=s((qU,fY)=>{var nJ=EY().Buffer,DY=vY(),sJ=128,kY=0,kz=32,yz=16,xz=2,yY=yz|kz|kY<<6,oJ=xz|kY<<6;function fz($){return $.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function xY($){if(nJ.isBuffer($))return $;else if(typeof $==="string")return nJ.from($,"base64");throw TypeError("ECDSA signature must be a Base64 string or a Buffer")}function gz($,J){$=xY($);var Z=DY(J),X=Z+1,G=$.length,Y=0;if($[Y++]!==yY)throw Error('Could not find expected "seq"');var H=$[Y++];if(H===(sJ|1))H=$[Y++];if(G-Y<H)throw Error('"seq" specified length of "'+H+'", only "'+(G-Y)+'" remaining');if($[Y++]!==oJ)throw Error('Could not find expected "int" for "r"');var z=$[Y++];if(G-Y-2<z)throw Error('"r" specified length of "'+z+'", only "'+(G-Y-2)+'" available');if(X<z)throw Error('"r" specified length of "'+z+'", max of "'+X+'" is acceptable');var V=Y;if(Y+=z,$[Y++]!==oJ)throw Error('Could not find expected "int" for "s"');var O=$[Y++];if(G-Y!==O)throw Error('"s" specified length of "'+O+'", expected "'+(G-Y)+'"');if(X<O)throw Error('"s" specified length of "'+O+'", max of "'+X+'" is acceptable');var R=Y;if(Y+=O,Y!==G)throw Error('Expected to consume entire buffer, but "'+(G-Y)+'" bytes remain');var I=Z-z,C=Z-O,B=nJ.allocUnsafe(I+z+C+O);for(Y=0;Y<I;++Y)B[Y]=0;$.copy(B,Y,V+Math.max(-I,0),V+z),Y=Z;for(var S=Y;Y<S+C;++Y)B[Y]=0;return $.copy(B,Y,R+Math.max(-C,0),R+O),B=B.toString("base64"),B=fz(B),B}function NY($,J,Z){var X=0;while(J+X<Z&&$[J+X]===0)++X;var G=$[J+X]>=sJ;if(G)--X;return X}function hz($,J){$=xY($);var Z=DY(J),X=$.length;if(X!==Z*2)throw TypeError('"'+J+'" signatures must be "'+Z*2+'" bytes, saw "'+X+'"');var G=NY($,0,Z),Y=NY($,Z,$.length),H=Z-G,z=Z-Y,V=2+H+1+1+z,O=V<sJ,R=nJ.allocUnsafe((O?2:3)+V),I=0;if(R[I++]=yY,O)R[I++]=V;else R[I++]=sJ|1,R[I++]=V&255;if(R[I++]=oJ,R[I++]=H,G<0)R[I++]=0,I+=$.copy(R,I,0,Z);else I+=$.copy(R,I,G,Z);if(R[I++]=oJ,R[I++]=z,Y<0)R[I++]=0,$.copy(R,I,Z);else $.copy(R,I,Z+Y);return R}fY.exports={derToJose:gz,joseToDer:hz}});var jX=s((PU,tY)=>{var PX=CY(),{createHmac:cY,createVerify:bz,createSign:cz,timingSafeEqual:pz,createPublicKey:uz,constants:{RSA_PKCS1_PSS_PADDING:pY,RSA_PSS_SALTLEN_DIGEST:uY,RSA_PKCS1_PADDING:mY,RSA_PSS_SALTLEN_MAX_SIGN:mz,RSA_PSS_SALTLEN_AUTO:dz},sign:hY,verify:bY}=A$("crypto"),{joseToDer:nz,derToJose:sz}=gY(),dY=ZX(),{TokenError:J0}=b$(),nY=/[=+/]/g,oz={"=":"","+":"-","/":"_"},sY=/^-----BEGIN(?: (RSA|EC|ENCRYPTED))? PRIVATE KEY-----/,oY=/^-----BEGIN(?: (RSA))? PUBLIC KEY-----/,lJ=new dY(1000),IX=new dY(1000),lY=["HS256","HS384","HS512"],lz=["ES256","ES384","ES512"],qX=["RS256","RS384","RS512","PS256","PS384","PS512"],rz=["EdDSA"],rY={"1.2.840.10045.3.1.7":{bits:"256",names:["P-256","prime256v1"]},"1.3.132.0.10":{bits:"256",names:["secp256k1"]},"1.3.132.0.34":{bits:"384",names:["P-384","secp384r1"]},"1.3.132.0.35":{bits:"512",names:["P-521","secp521r1"]}},iz=PX.define("PrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").seq().obj(this.key("algorithm").objid(),this.key("parameters").optional().objid()))}),tz=PX.define("PublicKey",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("algorithm").objid(),this.key("parameters").optional().objid()))}),az=PX.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").explicit(0).optional().choice({namedCurve:this.objid()}))});function iY($){return oz[$]}function HJ($,J,Z,X){return $.set(J,[Z,X]),Z||X}function ez($){if($.match(oY)||$.includes("-----BEGIN CERTIFICATE-----"))throw new J0(J0.codes.invalidKey,"Public keys are not supported for signing.");let J=$.trim().match(sY);if(!J)return"HS256";let Z,X,G;switch(J[1]){case"RSA":return"RS256";case"EC":Z=az.decode($,"pem",{label:"EC PRIVATE KEY"}),G=Z.parameters.value.join(".");break;case"ENCRYPTED":return"ENCRYPTED";default:switch(Z=iz.decode($,"pem",{label:"PRIVATE KEY"}),X=Z.algorithm.algorithm.join("."),X){case"1.2.840.113549.1.1.1":return"RS256";case"1.2.840.10045.2.1":G=Z.algorithm.parameters.join(".");break;case"1.3.101.112":case"1.3.101.113":return"EdDSA";default:throw new J0(J0.codes.invalidKey,`Unsupported PEM PCKS8 private key with OID ${X}.`)}}let Y=rY[G];if(!Y)throw new J0(J0.codes.invalidKey,`Unsupported EC private key with curve ${G}.`);return`ES${Y.bits}`}function $6($){let J=$.match(oY);if($.match(sY))throw new J0(J0.codes.invalidKey,"Private keys are not supported for verifying.");else if(J&&J[1]==="RSA")return qX;else if(!J&&!$.includes("-----BEGIN CERTIFICATE-----"))return lY;if($.includes("-----BEGIN CERTIFICATE-----"))$=uz($).export({type:"spki",format:"pem"});let Z=tz.decode($,"pem",{label:"PUBLIC KEY"}),X=Z.algorithm.algorithm.join("."),G;switch(X){case"1.2.840.113549.1.1.1":return qX;case"1.2.840.10045.2.1":G=Z.algorithm.parameters.join(".");break;case"1.3.101.112":case"1.3.101.113":return["EdDSA"];default:throw new J0(J0.codes.invalidKey,`Unsupported PEM PCKS8 public key with OID ${X}.`)}let Y=rY[G];if(!Y)throw new J0(J0.codes.invalidKey,`Unsupported EC public key with curve ${G}.`);return[`ES${Y.bits}`]}function J6($,J){if($ instanceof Buffer)$=$.toString("utf-8");else if(typeof $!=="string")throw new J0(J0.codes.invalidKey,"The private key must be a string or a buffer.");let[Z,X]=lJ.get($)||[];if(Z)return Z;else if(X)throw X;try{let G=ez($);if(G==="ENCRYPTED")return HJ(lJ,$,J);return HJ(lJ,$,G)}catch(G){throw HJ(lJ,$,null,J0.wrap(G,J0.codes.invalidKey,"Unsupported PEM private key."))}}function Z6($){if(!$)return"none";let[J,Z]=IX.get($)||[];if(J)return J;else if(Z)throw Z;try{if($ instanceof Buffer)$=$.toString("utf-8");else if(typeof $!=="string")throw new J0(J0.codes.invalidKey,"The public key must be a string or a buffer.");return HJ(IX,$,$6($))}catch(X){throw HJ(IX,$,null,J0.wrap(X,J0.codes.invalidKey,"Unsupported PEM public key."))}}function X6($,J,Z){try{let X=$.slice(0,2),G=`sha${$.slice(2)}`,Y,H;switch(X){case"HS":Y=cY(G,J).update(Z).digest("base64");break;case"ES":Y=sz(hY(G,Buffer.from(Z,"utf-8"),J),$).toString("base64");break;case"RS":case"PS":if(H={key:J,padding:mY,saltLength:mz},X==="PS")H.padding=pY,H.saltLength=uY;Y=cz(G).update(Z).sign(H).toString("base64");break;case"Ed":Y=hY(void 0,Buffer.from(Z,"utf-8"),J).toString("base64")}return Y.replace(nY,iY)}catch(X){throw new J0(J0.codes.signError,"Cannot create the signature.",{originalError:X})}}function G6($,J,Z,X){try{let G=$.slice(0,2),Y=`SHA${$.slice(2)}`;if(X=Buffer.from(X,"base64"),G==="HS")try{return pz(cY(Y,J).update(Z).digest(),X)}catch{return!1}else if(G==="Ed")if(typeof bY==="function")return bY(void 0,Buffer.from(Z,"utf-8"),J,X);else throw new J0(J0.codes.signError,"EdDSA algorithms are not supported by your Node.js version.");let H={key:J,padding:mY,saltLength:dz};if(G==="PS")H.padding=pY,H.saltLength=uY;else if(G==="ES")X=nz(X,$);return bz("RSA-"+Y).update(Z).verify(H,X)}catch(G){throw new J0(J0.codes.verifyError,"Cannot verify the signature.",{originalError:G})}}tY.exports={base64UrlMatcher:nY,base64UrlReplacer:iY,hsAlgorithms:lY,rsaAlgorithms:qX,esAlgorithms:lz,edAlgorithms:rz,detectPrivateKeyAlgorithm:J6,detectPublicKeyAlgorithms:Z6,createSignature:X6,verifySignature:G6}});var BX=s((jU,eY)=>{var{createHash:aY}=A$("crypto"),Y6=/"alg"\s*:\s*"[HERP]S(256|384)"/m,W6=/"alg"\s*:\s*"EdDSA"/m,H6=/"crv"\s*:\s*"Ed448"/m;function Q6($,J,Z){let X=$(J,Z);if(X&&typeof X.then==="function")X.then((G)=>{process.nextTick(()=>Z(null,G))}).catch(Z)}function z6($){if(typeof $==="function")return[$];let J,Z,X=new Promise((G,Y)=>{J=G,Z=Y});return[function(G,Y){if(G)return Z(G);return J(Y)},X]}function U6($){let J=$.split(".",1)[0],Z=Buffer.from(J,"base64").toString("utf-8"),X=null;if(Z.match(W6)&&Z.match(H6))X=aY("shake256",{outputLength:114});else{let G=Z.match(Y6);X=aY(`sha${G?G[1]:"512"}`)}return X.update($).digest("hex")}eY.exports={getAsyncKey:Q6,ensurePromiseCallback:z6,hashToken:U6}});var WW=s((BU,YW)=>{var{createPublicKey:V6,createSecretKey:O6}=A$("crypto"),_6=ZX(),{hsAlgorithms:JW,verifySignature:A6,detectPublicKeyAlgorithms:ZW}=jX(),K6=tZ(),{TokenError:m}=b$(),{getAsyncKey:M6,ensurePromiseCallback:F6,hashToken:R6}=BX();function I6($,J){return $===J}function XW($,J){for(let Z of $)if(J.includes(Z))return;throw new m(m.codes.invalidKey,`Invalid public key provided for algorithms ${$.join(", ")}.`)}function GW($,J){if(typeof $==="string")$=Buffer.from($,"utf-8");return J?O6($):V6($)}function QJ($){if(!Array.isArray($))$=[$];return $.filter((J)=>J).map((J)=>{if(J&&typeof J.test==="function")return J;return{test:I6.bind(null,J)}})}function q6($){let J=parseInt($===!0?1000:$,10);return J>0?new _6(J):null}function l$({cache:$,token:J,cacheTTL:Z,payload:X,ignoreExpiration:G,ignoreNotBefore:Y,maxAge:H,clockTimestamp:z=Date.now(),clockTolerance:V,errorCacheTTL:O,cacheKeyBuilder:R},I){if(!$)return I;let C=[I,0,0];if(I instanceof m){let T=typeof O==="function"?O(I):O;return C[2]=z+V+T,$.set(R(J),C),I}if(X&&typeof X.iat==="number"){if(C[1]=!Y&&typeof X.nbf==="number"?X.nbf*1000-V:0,!G){if(typeof X.exp==="number")C[2]=X.exp*1000+V;else if(H)C[2]=X.iat*1000+H+V}}let S=z+V+Z;return C[2]=C[2]===0?S:Math.min(C[2],S),$.set(R(J),C),I}function P6($,J,Z){if($ instanceof m){if(!J)throw $;J($)}else{if(!J)return $;J(null,$)}return Z}function j6($,J,Z,X,G){if(!G.includes(J.alg))throw new m(m.codes.invalidAlgorithm,"The token algorithm is invalid.");if(Z&&!A6(J.alg,X,$,Z))throw new m(m.codes.invalidSignature,"The token signature is invalid.")}function B6($,J,Z,X,G){let Y=Z?`The ${J} claim must be a ${G} or an array of ${G}s.`:`The ${J} claim must be a ${G}.`;if(X&&!Z)throw new m(m.codes.invalidClaimValue,Y);if($.map((H)=>typeof H).some((H)=>H!==G))throw new m(m.codes.invalidClaimType,Y)}function L6($,J,Z,X){let G=X?`None of ${J} claim values are allowed.`:`The ${J} claim value is not allowed.`;if(!$.some((Y)=>Z.some((H)=>H.test(Y))))throw new m(m.codes.invalidClaimValue,G)}function C6($,J,Z,X,G,Y){let H=$*1000+(J||0);if(!(X?Z>=H:Z<=H))throw new m(m.codes[G],`The token ${Y} at ${new Date(H).toISOString()}.`)}function $W($,{input:J,header:Z,payload:X,signature:G},{validators:Y,allowedAlgorithms:H,checkTyp:z,clockTimestamp:V,requiredClaims:O}){let R=$ instanceof Buffer?$.length:!!$;if(R&&!G)throw new m(m.codes.missingSignature,"The token signature is missing.");else if(!R&&G)throw new m(m.codes.missingKey,"The key option is missing.");if(j6(J,Z,G,$,H),z&&(typeof Z.typ!=="string"||z!==Z.typ.toLowerCase().replace(/^application\//,"")))throw new m(m.codes.invalidType,"Invalid typ.");if(O){for(let C of O)if(!(C in X))throw new m(m.codes.missingRequiredClaim,`The ${C} claim is required.`)}let I=V||Date.now();for(let{type:C,claim:B,allowed:S,array:T,modifier:E,greater:N,errorCode:w,errorVerb:D}of Y){let b=X[B],v=Array.isArray(b),f=v?b:[b];if(!(B in X))continue;if(B6(f,B,T,v,C==="date"?"number":"string"),C==="date")C6(b,E,I,N,w,D);else L6(f,B,S,v)}}function S6({key:$,allowedAlgorithms:J,complete:Z,cacheTTL:X,checkTyp:G,clockTimestamp:Y,clockTolerance:H,ignoreExpiration:z,ignoreNotBefore:V,maxAge:O,isAsync:R,validators:I,decode:C,cache:B,requiredClaims:S,errorCacheTTL:T,cacheKeyBuilder:E},N,w){let[D,b]=R?F6(w):[];if(B){let[U,_,A]=B.get(E(N))||[void 0,0,0],F=Y||Date.now();if(typeof U<"u"&&(_===0||F<_&&U.code==="FAST_JWT_INACTIVE"||F>=_&&U.code!=="FAST_JWT_INACTIVE")&&(A===0||F<=A))return P6(U,D,b)}let v;try{v=C(N)}catch(U){if(D)return D(U),b;throw U}let{header:f,payload:o,signature:l,input:u0}=v,q={cache:B,token:N,cacheTTL:X,errorCacheTTL:T,ignoreExpiration:z,ignoreNotBefore:V,maxAge:O,clockTimestamp:Y,clockTolerance:H,payload:o,cacheKeyBuilder:E},W={validators:I,allowedAlgorithms:J,checkTyp:G,clockTimestamp:Y,clockTolerance:H,requiredClaims:S};if(!D)try{return $W($,v,W),l$(q,Z?{header:f,payload:o,signature:l,input:u0}:o)}catch(U){throw l$(q,U)}return M6($,{header:f,payload:o,signature:l},(U,_)=>{if(U)return D(l$(q,m.wrap(U,m.codes.keyFetchingError,"Cannot fetch key.")));if(typeof _==="string")_=Buffer.from(_,"utf-8");else if(!(_ instanceof Buffer))return D(l$(q,new m(m.codes.keyFetchingError,"The key returned from the callback must be a string or a buffer containing a secret or a public key.")));try{let A=ZW(_);if(W.allowedAlgorithms.length)XW(J,A);else W.allowedAlgorithms=A;_=GW(_,A[0]===JW[0]),$W(_,v,W)}catch(A){return D(l$(q,A))}D(null,l$(q,Z?{header:f,payload:o,signature:l,input:N}:o))}),b}YW.exports=function(J){let{key:Z,algorithms:X,complete:G,cache:Y,cacheTTL:H,errorCacheTTL:z,checkTyp:V,clockTimestamp:O,clockTolerance:R,ignoreExpiration:I,ignoreNotBefore:C,maxAge:B,allowedJti:S,allowedAud:T,allowedIss:E,allowedSub:N,allowedNonce:w,requiredClaims:D,cacheKeyBuilder:b}={cacheTTL:600000,clockTolerance:0,errorCacheTTL:-1,cacheKeyBuilder:R6,...J};if(!Array.isArray(X))X=[];let v=typeof Z;if(v!=="string"&&v!=="object"&&v!=="function")throw new m(m.codes.INVALID_OPTION,"The key option must be a string, a buffer or a function returning the algorithm secret or public key.");if(Z&&v!=="function"){let q=ZW(Z);if(X.length)XW(X,q);else X=q;Z=GW(Z,q[0]===JW[0])}if(O&&(typeof O!=="number"||O<0))throw new m(m.codes.invalidOption,"The clockTimestamp option must be a positive number.");if(R&&(typeof R!=="number"||R<0))throw new m(m.codes.invalidOption,"The clockTolerance option must be a positive number.");if(H&&(typeof H!=="number"||H<0))throw new m(m.codes.invalidOption,"The cacheTTL option must be a positive number.");if(z&&typeof z!=="function"&&typeof z!=="number"||z<-1)throw new m(m.codes.invalidOption,"The errorCacheTTL option must be a number greater than -1 or a function.");if(D&&!Array.isArray(D))throw new m(m.codes.invalidOption,"The requiredClaims option must be an array.");let f=[];if(!C)f.push({type:"date",claim:"nbf",errorCode:"inactive",errorVerb:"will be active",greater:!0,modifier:-R});if(!I)f.push({type:"date",claim:"exp",errorCode:"expired",errorVerb:"has expired",modifier:+R});if(typeof B==="number")f.push({type:"date",claim:"iat",errorCode:"expired",errorVerb:"has expired",modifier:B});if(S)f.push({type:"string",claim:"jti",allowed:QJ(S)});if(T)f.push({type:"string",claim:"aud",allowed:QJ(T),array:!0});if(E)f.push({type:"string",claim:"iss",allowed:QJ(E)});if(N)f.push({type:"string",claim:"sub",allowed:QJ(N)});if(w)f.push({type:"string",claim:"nonce",allowed:QJ(w)});let o=V?V.toLowerCase().replace(/^application\//,""):null,l={key:Z,allowedAlgorithms:X,complete:G,cacheTTL:H,errorCacheTTL:z,checkTyp:o,clockTimestamp:O,clockTolerance:R,ignoreExpiration:I,ignoreNotBefore:C,maxAge:B,isAsync:v==="function",validators:f,decode:K6({complete:!0}),cache:q6(Y),requiredClaims:D,cacheKeyBuilder:b},u0=S6.bind(null,l);return u0.cache=l.cache,u0}});var HW=s((v6)=>{var w6=/^(-?(?:\d+)?\.?\d+) *(m(?:illiseconds?|s(?:ecs?)?))?(s(?:ec(?:onds?|s)?)?)?(m(?:in(?:utes?|s)?)?)?(h(?:ours?|rs?)?)?(d(?:ays?)?)?(w(?:eeks?|ks?)?)?(y(?:ears?|rs?)?)?$/,rJ=1000,iJ=rJ*60,tJ=iJ*60,UJ=tJ*24,LX=UJ*365.25;function E6($){var J,Z=$.toLowerCase().match(w6);if(Z!=null&&(J=parseFloat(Z[1]))){if(Z[3]!=null)return J*rJ;if(Z[4]!=null)return J*iJ;if(Z[5]!=null)return J*tJ;if(Z[6]!=null)return J*UJ;if(Z[7]!=null)return J*UJ*7;if(Z[8]!=null)return J*LX;return J}}function zJ($,J,Z,X){var G=($|0)===$?$:~~($+0.5);return J+G+(X?" "+Z+(G!=1?"s":""):Z[0])}function T6($,J){var Z=$<0?"-":"",X=$<0?-$:$;if(X<rJ)return $+(J?" ms":"ms");if(X<iJ)return zJ(X/rJ,Z,"second",J);if(X<tJ)return zJ(X/iJ,Z,"minute",J);if(X<UJ)return zJ(X/tJ,Z,"hour",J);if(X<LX)return zJ(X/UJ,Z,"day",J);return zJ(X/LX,Z,"year",J)}v6.format=T6;v6.parse=E6});var KW=s((CU,AW)=>{var{base64UrlMatcher:CX,base64UrlReplacer:SX,hsAlgorithms:k6,esAlgorithms:y6,rsaAlgorithms:x6,edAlgorithms:f6,detectPrivateKeyAlgorithm:UW,createSignature:QW}=jX(),{TokenError:d}=b$(),{getAsyncKey:g6,ensurePromiseCallback:h6}=BX(),{createPrivateKey:b6,createSecretKey:c6}=A$("crypto"),{parse:zW}=HW(),VW=new Set([...k6,...y6,...x6,...f6,"none"]),p6=Array.from(VW).join(", ");function OW($,J){let Z=$.slice(0,2),X=J.slice(0,2),G=!0;if(Z==="RS"||Z==="PS")G=X==="RS"||Z==="RS"&&J==="ENCRYPTED";else if(Z==="ES"||Z==="Ed")G=Z===X||Z==="ES"&&J==="ENCRYPTED";if(!G)throw new d(d.codes.invalidKey,`Invalid private key provided for algorithm ${$}.`)}function _W($,J){if(typeof $==="string")$=Buffer.from($,"utf-8");return J[0]==="H"?c6($):b6($)}function u6({key:$,algorithm:J,noTimestamp:Z,mutatePayload:X,clockTimestamp:G,expiresIn:Y,notBefore:H,kid:z,typ:V,isAsync:O,additionalHeader:R,fixedPayload:I},C,B){let[S,T]=O?h6(B):[];if(typeof C!=="object")throw new d(d.codes.invalidType,"The payload must be an object.");if(C.exp&&(!Number.isInteger(C.exp)||C.exp<0))throw new d(d.codes.invalidClaimValue,"The exp claim must be a positive integer.");let E={alg:J,typ:V||"JWT",kid:z,...R},N="",w=C.iat*1000||G||Date.now(),D={...C,...I,iat:Z?void 0:Math.floor(w/1000),exp:C.exp?C.exp:Y?Math.floor((w+Y)/1000):void 0,nbf:C.nbf?C.nbf:H?Math.floor((w+H)/1000):void 0};if(X)Object.assign(C,D);if(N=Buffer.from(JSON.stringify(D),"utf-8").toString("base64").replace(CX,SX),!S){let v=Buffer.from(JSON.stringify(E),"utf-8").toString("base64").replace(CX,SX)+"."+N,f=J==="none"?"":QW(J,$,v);return v+"."+f}return g6($,{header:E,payload:C},(b,v)=>{if(b){let o=d.wrap(b,d.codes.keyFetchingError,"Cannot fetch key.");return S(o)}if(typeof v==="string")v=Buffer.from(v,"utf-8");else if(!(v instanceof Buffer))return S(new d(d.codes.keyFetchingError,"The key returned from the callback must be a string or a buffer containing a secret or a private key."));let f;try{let o=UW(v,J);if(J)OW(J,o);else E.alg=J=o;v=_W(v,J);let u0=Buffer.from(JSON.stringify(E),"utf-8").toString("base64").replace(CX,SX)+"."+N;f=u0+"."+QW(J,v,u0)}catch(o){return S(o)}S(null,f)}),T}AW.exports=function(J){let{key:Z,algorithm:X,noTimestamp:G,mutatePayload:Y,clockTimestamp:H,expiresIn:z,notBefore:V,jti:O,aud:R,iss:I,sub:C,nonce:B,kid:S,typ:T,header:E}={clockTimestamp:0,...J};if(X&&!VW.has(X))throw new d(d.codes.invalidOption,`The algorithm option must be one of the following values: ${p6}.`);let N=typeof Z,w=N==="object"&&Z&&Z.key&&Z.passphrase;if(X==="none"){if(Z)throw new d(d.codes.invalidOption,'The key option must not be provided when the algorithm option is "none".')}else if(!Z||N!=="string"&&!(Z instanceof Buffer)&&N!=="function"&&!w)throw new d(d.codes.invalidOption,"The key option must be a string, a buffer, an object containing key/passphrase properties or a function returning the algorithm secret or private key.");else if(w&&!X)throw new d(d.codes.invalidAlgorithm,"When using password protected key you must provide the algorithm option.");if(Z&&N!=="function"){let v=UW(w?Z.key:Z,X);if(X)OW(X,v);else X=v;Z=_W(Z,X)}if(z){if(typeof z==="string")z=zW(z);if(typeof z!=="number")throw new d(d.codes.invalidOption,"The expiresIn option must be a positive number or a valid string.")}if(V){if(typeof V==="string")V=zW(V);if(typeof V!=="number"||V<0)throw new d(d.codes.invalidOption,"The notBefore option must be a positive number or a valid string.")}if(H&&(typeof H!=="number"||H<0))throw new d(d.codes.invalidOption,"The clockTimestamp option must be a positive number.");if(O&&typeof O!=="string")throw new d(d.codes.invalidOption,"The jti option must be a string.");if(R&&typeof R!=="string"&&!Array.isArray(R))throw new d(d.codes.invalidOption,"The aud option must be a string or an array of strings.");if(I&&typeof I!=="string")throw new d(d.codes.invalidOption,"The iss option must be a string.");if(C&&typeof C!=="string")throw new d(d.codes.invalidOption,"The sub option must be a string.");if(B&&typeof B!=="string")throw new d(d.codes.invalidOption,"The nonce option must be a string.");if(S&&typeof S!=="string")throw new d(d.codes.invalidOption,"The kid option must be a string.");if(E&&typeof E!=="object")throw new d(d.codes.invalidOption,"The header option must be a object.");let b=Object.entries({jti:O,aud:R,iss:I,sub:C,nonce:B}).reduce((v,[f,o])=>{if(o!==void 0)v[f]=o;return v},{});return u6.bind(null,{key:Z,algorithm:X,noTimestamp:G,mutatePayload:Y,clockTimestamp:H,expiresIn:z,notBefore:V,kid:S,typ:T,isAsync:N==="function",additionalHeader:E,fixedPayload:b})}});var FW=s((SU,MW)=>{var{TokenError:m6,TOKEN_ERROR_CODES:d6}=b$(),n6=tZ(),s6=WW(),o6=KW();MW.exports={TokenError:m6,TOKEN_ERROR_CODES:d6,createDecoder:n6,createVerifier:s6,createSigner:o6}});import{join as vZ}from"path";a();m0();import{isAbsolute as ZH}from"path";import{pathToFileURL as XH}from"url";function GH($){return/^[a-zA-Z]:[\\/]/.test($)}function YH($){if(ZH($)||GH($))return XH($).href;return $}async function i$($,J){try{let G=($.endsWith(".json")?await import(YH($),{with:{type:"json"}}):await import($))?.default;if(G===null||G===void 0)return J;let Y=RZ(J),H=RZ(G);if(Y!==H)return P.warn({file:$,msg:"importDefault \u5BFC\u5165\u7C7B\u578B\u4E0E\u9ED8\u8BA4\u503C\u4E0D\u4E00\u81F4\uFF0C\u5DF2\u56DE\u9000\u5230\u9ED8\u8BA4\u503C",expectedType:Y,actualType:H}),J;return G}catch(Z){return P.warn({err:Z,file:$,msg:"importDefault \u5BFC\u5165\u5931\u8D25\uFF0C\u5DF2\u56DE\u9000\u5230\u9ED8\u8BA4\u503C"}),J}}m0();function R$($){if(Array.isArray($)){let J=[];for(let Z of $)J.push(R$(Z));return J}if(r($)){let J={};for(let Z of Object.keys($))J[Z]=R$($[Z]);return J}return $}function QG($,J){if(J===void 0)return $;if(Array.isArray($)&&Array.isArray(J)){for(let Z of J)$.push(R$(Z));return $}if(r($)&&r(J)){for(let Z of Object.keys(J)){let X=J[Z];if(X===void 0)continue;let G=$[Z];if(Array.isArray(G)&&Array.isArray(X)){let Y=[];for(let H of G)Y.push(R$(H));for(let H of X)Y.push(R$(H));$[Z]=Y;continue}if(r(G)&&r(X)){$[Z]=QG(R$(G),X);continue}$[Z]=R$(X)}return $}return R$(J)}function zG(...$){let J={};for(let Z of $){if(Z===void 0)continue;J=QG(J,Z)}return J}var WH={nodeEnv:"development",appName:"\u91CE\u8702\u98DE\u821E",appPort:3000,appHost:"127.0.0.1",devEmail:"dev@qq.com",devPassword:"beflydev123456",bodyLimit:1048576,tz:"Asia/Shanghai",logger:{debug:1,excludeFields:["password","token","secret"],dir:"./logs",console:1,maxSize:20,maxStringLen:100,maxArrayItems:100},db:{type:"mysql",host:"127.0.0.1",port:3306,username:"root",password:"root",database:"befly_demo",poolMax:10},redis:{host:"127.0.0.1",port:6379,username:"",password:"",db:0,prefix:"befly_demo"},auth:{secret:"befly-secret",expiresIn:"7d",algorithm:"HS256"},cors:{origin:"*",methods:"GET,HEAD,PUT,PATCH,POST,DELETE",allowedHeaders:"Content-Type,Authorization",exposedHeaders:"",maxAge:86400,credentials:"true"},rateLimit:{enable:1,defaultLimit:1000,defaultWindow:60,key:"ip",skipRoutes:[],rules:[]},disableMenus:["**/404","**/403","**/500","**/login"],addons:{}};async function UG($){let J=HH($),Z=J==="production"?"production":"development",X=vZ(process.cwd(),"configs"),G=await i$(vZ(X,"befly.common.json"),{}),Y=await i$(vZ(X,`befly.${Z}.json`),{}),H=zG(WH,G,Y);H.nodeEnv=J;let z=H?.redis?.prefix;if(typeof z==="string"){if(z.trim().includes(":"))throw Error(`\u914D\u7F6E\u9519\u8BEF\uFF1Aredis.prefix \u4E0D\u5141\u8BB8\u5305\u542B ':'\uFF08RedisHelper \u4F1A\u81EA\u52A8\u62FC\u63A5\u5206\u9694\u7B26 ':'\uFF09\uFF0C\u8BF7\u6539\u4E3A\u4E0D\u5E26\u5192\u53F7\u7684\u524D\u7F00\uFF0C\u4F8B\u5982 'befly_demo'\uFF0C\u5F53\u524D\u503C=${z}`)}return H}function HH($){if(typeof $==="string"&&$.trim())return $.trim();return"development"}a();m0();async function VG($){let J=!1;for(let Z of $)try{if(typeof Z?.name!=="string"||Z.name.trim()===""){P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 name \u5C5E\u6027\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32"})),J=!0;continue}if(typeof Z?.handler!=="function"){P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 handler \u5C5E\u6027\u5FC5\u987B\u662F\u51FD\u6570"})),J=!0;continue}if(typeof Z?.routePath!=="string"||Z.routePath.trim()==="")P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u5C5E\u6027\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;else{let X=Z.routePath.trim();if(/^(GET|POST|PUT|PATCH|DELETE|OPTIONS|HEAD)\b/i.test(X))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u4E0D\u5141\u8BB8\u5305\u542B method \u524D\u7F00\uFF0C\u5E94\u4E3A url.pathname\uFF08\u4F8B\u5982 /api/app/xxx\uFF09"})),J=!0;if(!X.startsWith("/api/"))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u5FC5\u987B\u4EE5 /api/ \u5F00\u5934"})),J=!0;if(X.includes(" "))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u4E0D\u5141\u8BB8\u5305\u542B\u7A7A\u683C"})),J=!0;if(X.includes("/api//"))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePath \u4E0D\u5141\u8BB8\u51FA\u73B0 /api//\uFF08\u91CD\u590D\u659C\u6760\uFF09"})),J=!0}if(typeof Z?.routePrefix!=="string"||Z.routePrefix.trim()==="")P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 routePrefix \u5C5E\u6027\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;if(Z.method&&!["GET","POST","GET,POST","POST,GET"].includes(String(Z.method).toUpperCase()))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 method \u5C5E\u6027\u5FC5\u987B\u662F\u6709\u6548\u7684 HTTP \u65B9\u6CD5 (GET, POST, GET,POST, POST,GET)"})),J=!0;if(Z.auth!==void 0&&typeof Z.auth!=="boolean")P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 auth \u5C5E\u6027\u5FC5\u987B\u662F\u5E03\u5C14\u503C (true=\u9700\u767B\u5F55, false=\u516C\u5F00)"})),J=!0;if(Z.fields&&!r(Z.fields))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 fields \u5C5E\u6027\u5FC5\u987B\u662F\u5BF9\u8C61"})),J=!0;if(Z.required&&!Array.isArray(Z.required))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 required \u5C5E\u6027\u5FC5\u987B\u662F\u6570\u7EC4"})),J=!0;if(Z.required&&Z.required.some((X)=>typeof X!=="string"))P.warn(Object.assign({},h(Z,["handler"]),{msg:"\u63A5\u53E3\u7684 required \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0}catch(X){P.error({err:X,item:Z,msg:"\u63A5\u53E3\u89E3\u6790\u5931\u8D25"}),J=!0}if(J)throw Error("\u63A5\u53E3\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();m0();var OG=["name","enable","deps","handler"];async function _G($){let J=!1,Z=/^[a-z]+(?:_[a-z]+)*$/;for(let X of $)try{if(!r(X)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u5BFC\u51FA\u5FC5\u987B\u662F\u5BF9\u8C61\uFF08export default { deps, handler }\uFF09"})),J=!0;continue}if(typeof X.moduleName!=="string"||X.moduleName.trim()===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 moduleName \u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u7528\u4E8E deps \u4E0E\u8FD0\u884C\u65F6\u6302\u8F7D\uFF09"})),J=!0;continue}let G=X.customKeys;if(!Array.isArray(G)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u626B\u63CF\u7ED3\u679C\u7F3A\u5C11 customKeys\uFF08\u65E0\u6CD5\u5224\u65AD\u7528\u6237\u5BFC\u51FA\u7684\u5B57\u6BB5\u662F\u5426\u5408\u6CD5\uFF09"})),J=!0;continue}if(G.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 customKeys \u5FC5\u987B\u662F string[]\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;continue}let Y=G.filter((V)=>!OG.includes(V));if(Y.length>0){P.warn(Object.assign({},h(X,["handler"]),{msg:`\u94A9\u5B50\u5BFC\u51FA\u5B58\u5728\u4E0D\u652F\u6301\u7684\u5C5E\u6027\uFF1A${Y.join(", ")}\uFF1B\u4EC5\u5141\u8BB8\uFF1A${OG.join(", ")}\uFF1B\u5F53\u524D customKeys\uFF1A${G.join(", ")}`})),J=!0;continue}let H=G.includes("enable"),z=G.includes("deps");if(H){if(typeof X.enable!=="boolean"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 enable \u5C5E\u6027\u5FC5\u987B\u662F boolean\uFF08true/false\uFF09\uFF0C\u4E0D\u5141\u8BB8 0/1 \u7B49\u5176\u4ED6\u7C7B\u578B"})),J=!0;continue}}else X.enable=!0;if(X.source==="core"){let V=typeof X.name==="string"?X.name:"";if(V===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u5FC5\u987B\u663E\u5F0F\u8BBE\u7F6E name\uFF08string\uFF09\uFF0C\u7528\u4E8E\u786E\u5B9A\u94A9\u5B50\u540D\u79F0"})),J=!0;continue}if(!Z.test(V)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u7684 name \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u4F8B\u5982 auth / rate_limit\uFF09\uFF0C\u4E0D\u5141\u8BB8\u7A7A\u683C\u3001\u9A7C\u5CF0\u6216\u5176\u4ED6\u5B57\u7B26"})),J=!0;continue}if(!Z.test(X.moduleName)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u7684 moduleName \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u4E14\u5FC5\u987B\u4E0E name \u4E00\u81F4\uFF09"})),J=!0;continue}if(V!==X.moduleName){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u7684 name \u5FC5\u987B\u4E0E moduleName \u5B8C\u5168\u4E00\u81F4"})),J=!0;continue}if(typeof X.filePath!=="string"||!X.filePath.startsWith(`core:hook:${V}`)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u94A9\u5B50\u5FC5\u987B\u6765\u81EA\u9759\u6001\u6CE8\u518C\uFF08filePath \u5FC5\u987B\u4EE5 core:hook:<name> \u5F00\u5934\uFF09\uFF0C\u4E0D\u5141\u8BB8\u901A\u8FC7\u626B\u63CF\u76EE\u5F55\u52A0\u8F7D"})),J=!0;continue}}if(z){if(!Array.isArray(X.deps)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}if(X.deps.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}}else if(!Array.isArray(X.deps))X.deps=[];if(typeof X.handler!=="function"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u94A9\u5B50\u7684 handler \u5C5E\u6027\u5FC5\u987B\u662F\u51FD\u6570"})),J=!0;continue}}catch(G){P.error({err:G,item:X,msg:"\u94A9\u5B50\u89E3\u6790\u5931\u8D25"}),J=!0}if(J)throw Error("\u94A9\u5B50\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();yZ();function IH($){if(!$)return{ok:!1,reason:"path \u4E0D\u80FD\u4E3A\u7A7A"};if(!$.startsWith("/"))return{ok:!1,reason:"path \u5FC5\u987B\u4EE5 / \u5F00\u5934"};if($.length>1&&$.endsWith("/"))return{ok:!1,reason:"path \u672B\u5C3E\u4E0D\u80FD\u662F /\uFF08\u6839\u8DEF\u5F84 / \u9664\u5916\uFF09"};if($.includes("//"))return{ok:!1,reason:"path \u4E0D\u80FD\u5305\u542B //"};if($.includes(".."))return{ok:!1,reason:"path \u4E0D\u80FD\u5305\u542B .."};return{ok:!0,reason:""}}var BG=async($)=>{let J=!1,Z=await jG($),X=[];for(let Y of Z)X.push({menu:Y,depth:1});let G=new Set;while(X.length>0){let Y=X.pop(),H=Y?.menu,z=typeof Y?.depth==="number"?Y.depth:0;if(H===null||typeof H!=="object"){J=!0,P.warn({menu:H,msg:"\u83DC\u5355\u8282\u70B9\u5FC5\u987B\u662F\u5BF9\u8C61"});continue}if(z>3){J=!0,P.warn({path:H?.path,depth:z,msg:"\u83DC\u5355\u5C42\u7EA7\u8D85\u8FC7 3 \u7EA7\uFF08\u6700\u591A\u4E09\u7EA7\uFF09"});continue}let V=H.children;if(typeof V<"u"&&!Array.isArray(V)){J=!0,P.warn({path:H?.path,childrenType:typeof V,msg:"\u83DC\u5355 children \u5FC5\u987B\u662F\u6570\u7EC4"});continue}if(Array.isArray(V)&&V.length>0)if(z>=3)J=!0,P.warn({path:H?.path,depth:z,msg:"\u83DC\u5355\u5C42\u7EA7\u8D85\u8FC7 3 \u7EA7\uFF08\u6700\u591A\u4E09\u7EA7\uFF09"});else for(let B of V)X.push({menu:B,depth:z+1});let O=typeof H.path==="string"?H.path.trim():"",R=typeof H.name==="string"?H.name.trim():"",I=typeof H.sort==="number"?H.sort:999999;if(typeof H.path==="string")H.path=O;if(typeof H.name==="string")H.name=R;if(typeof H.sort>"u")H.sort=I;if(!O){J=!0,P.warn({menu:H,msg:"\u83DC\u5355\u7F3A\u5C11 path\uFF08\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF09"});continue}let C=IH(O);if(!C.ok)J=!0,P.warn({path:O,reason:C.reason,msg:"\u83DC\u5355 path \u4E0D\u5408\u6CD5"});if(!R)J=!0,P.warn({path:O,menu:H,msg:"\u83DC\u5355\u7F3A\u5C11 name\uFF08\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF09"});if(typeof H.sort<"u"&&typeof H.sort!=="number")J=!0,P.warn({path:O,sort:H.sort,msg:"\u83DC\u5355 sort \u5FC5\u987B\u662F number"});if(typeof H.sort==="number"&&(!Number.isFinite(H.sort)||H.sort<1))J=!0,P.warn({path:O,sort:H.sort,msg:"\u83DC\u5355 sort \u6700\u5C0F\u503C\u4E3A 1"});if(G.has(O)){J=!0,P.warn({path:O,msg:"\u83DC\u5355 path \u91CD\u590D\uFF08\u4E25\u683C\u6A21\u5F0F\u7981\u6B62\u91CD\u590D path\uFF09"});continue}G.add(O)}if(J)throw Error("\u83DC\u5355\u7ED3\u6784\u68C0\u67E5\u5931\u8D25");return Z};a();m0();var LG=["name","enable","deps","handler"];async function CG($){let J=!1,Z=/^[a-z]+(?:_[a-z]+)*$/;for(let X of $)try{if(!r(X)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u5BFC\u51FA\u5FC5\u987B\u662F\u5BF9\u8C61\uFF08export default { deps, handler }\uFF09"})),J=!0;continue}if(typeof X.moduleName!=="string"||X.moduleName.trim()===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 moduleName \u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u7528\u4E8E deps \u4E0E\u8FD0\u884C\u65F6\u6302\u8F7D\uFF09"})),J=!0;continue}let G=X.customKeys;if(!Array.isArray(G)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u626B\u63CF\u7ED3\u679C\u7F3A\u5C11 customKeys\uFF08\u65E0\u6CD5\u5224\u65AD\u7528\u6237\u5BFC\u51FA\u7684\u5B57\u6BB5\u662F\u5426\u5408\u6CD5\uFF09"})),J=!0;continue}if(G.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 customKeys \u5FC5\u987B\u662F string[]\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF09"})),J=!0;continue}let Y=G.filter((V)=>!LG.includes(V));if(Y.length>0){P.warn(Object.assign({},h(X,["handler"]),{msg:`\u63D2\u4EF6\u5BFC\u51FA\u5B58\u5728\u4E0D\u652F\u6301\u7684\u5C5E\u6027\uFF1A${Y.join(", ")}\uFF1B\u4EC5\u5141\u8BB8\uFF1A${LG.join(", ")}\uFF1B\u5F53\u524D customKeys\uFF1A${G.join(", ")}`})),J=!0;continue}let H=G.includes("enable"),z=G.includes("deps");if(H){if(typeof X.enable!=="boolean"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 enable \u5C5E\u6027\u5FC5\u987B\u662F boolean\uFF08true/false\uFF09\uFF0C\u4E0D\u5141\u8BB8 0/1 \u7B49\u5176\u4ED6\u7C7B\u578B"})),J=!0;continue}}else X.enable=!0;if(X.source==="core"){let V=typeof X.name==="string"?X.name:"";if(V===""){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u5FC5\u987B\u663E\u5F0F\u8BBE\u7F6E name\uFF08string\uFF09\uFF0C\u7528\u4E8E\u786E\u5B9A\u63D2\u4EF6\u540D\u79F0"})),J=!0;continue}if(!Z.test(V)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u7684 name \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u4F8B\u5982 logger / redis_cache\uFF09\uFF0C\u4E0D\u5141\u8BB8\u7A7A\u683C\u3001\u9A7C\u5CF0\u6216\u5176\u4ED6\u5B57\u7B26"})),J=!0;continue}if(!Z.test(X.moduleName)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u7684 moduleName \u5FC5\u987B\u6EE1\u8DB3\u5C0F\u5199\u5B57\u6BCD+\u4E0B\u5212\u7EBF\u683C\u5F0F\uFF08\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u4E14\u5FC5\u987B\u4E0E name \u4E00\u81F4\uFF09"})),J=!0;continue}if(V!==X.moduleName){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u7684 name \u5FC5\u987B\u4E0E moduleName \u5B8C\u5168\u4E00\u81F4"})),J=!0;continue}if(typeof X.filePath!=="string"||!X.filePath.startsWith(`core:plugin:${V}`)){P.warn(Object.assign({},h(X,["handler"]),{msg:"core \u5185\u7F6E\u63D2\u4EF6\u5FC5\u987B\u6765\u81EA\u9759\u6001\u6CE8\u518C\uFF08filePath \u5FC5\u987B\u4EE5 core:plugin:<name> \u5F00\u5934\uFF09\uFF0C\u4E0D\u5141\u8BB8\u901A\u8FC7\u626B\u63CF\u76EE\u5F55\u52A0\u8F7D"})),J=!0;continue}}if(z){if(!Array.isArray(X.deps)){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}if(X.deps.some((V)=>typeof V!=="string")){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 deps \u5C5E\u6027\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4"})),J=!0;continue}}else if(!Array.isArray(X.deps))X.deps=[];if(typeof X.handler!=="function"){P.warn(Object.assign({},h(X,["handler"]),{msg:"\u63D2\u4EF6\u7684 handler \u5C5E\u6027\u5FC5\u987B\u662F\u51FD\u6570"})),J=!0;continue}}catch(G){P.error({err:G,item:X,msg:"\u63D2\u4EF6\u89E3\u6790\u5931\u8D25"}),J=!0}if(J)throw Error("\u63D2\u4EF6\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();var SG=["id","created_at","updated_at","deleted_at","state"],wG=["string","number","text","array_string","array_text","array_number_string","array_number_text"],EG=["name","type","min","max","default","detail","index","unique","nullable","unsigned","regexp"],qH=/^_?[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*$/,PH=/^[\u4e00-\u9fa5a-zA-Z0-9 _-]+$/,TG=65535;async function vG($){let J=!1;for(let Z of $){if(Z.type!=="table")continue;let X=typeof Z.sourceName==="string"?Z.sourceName:"",G=X?`${X}\u8868 `:"\u8868 ";try{let Y=Z.fileName,H=Z.content||{};if(!qH.test(Y)){P.warn(`${G}${Y} \u6587\u4EF6\u540D\u5FC5\u987B\u4F7F\u7528\u5C0F\u9A7C\u5CF0\u547D\u540D\uFF08\u4F8B\u5982 testCustomers.json\uFF09`),J=!0;continue}for(let[z,V]of Object.entries(H)){if(typeof V!=="object"||V===null||Array.isArray(V)){P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u89C4\u5219\u5FC5\u987B\u4E3A\u5BF9\u8C61`),J=!0;continue}if(SG.includes(z))P.warn(`${G}${Y} \u6587\u4EF6\u5305\u542B\u4FDD\u7559\u5B57\u6BB5 ${z}\uFF0C`+`\u4E0D\u80FD\u5728\u8868\u5B9A\u4E49\u4E2D\u4F7F\u7528\u4EE5\u4E0B\u5B57\u6BB5: ${SG.join(", ")}`),J=!0;let O=V,I=Object.keys(O).filter((N)=>!EG.includes(N));if(I.length>0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5305\u542B\u975E\u6CD5\u5C5E\u6027: ${I.join(", ")}\uFF0C`+`\u5141\u8BB8\u7684\u5C5E\u6027\u4E3A: ${EG.join(", ")}`),J=!0;if(!O.name||typeof O.name!=="string"){P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7F3A\u5C11\u5FC5\u586B\u5B57\u6BB5 name \u6216\u7C7B\u578B\u9519\u8BEF`),J=!0;continue}if(!O.type||typeof O.type!=="string"){P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7F3A\u5C11\u5FC5\u586B\u5B57\u6BB5 type \u6216\u7C7B\u578B\u9519\u8BEF`),J=!0;continue}if(O.min!==void 0&&!(O.min===null||typeof O.min==="number"))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 min \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A null \u6216\u6570\u5B57`),J=!0;if(O.max!==void 0&&!(O.max===null||typeof O.max==="number"))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 max \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A null \u6216\u6570\u5B57`),J=!0;if(O.detail!==void 0&&typeof O.detail!=="string")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 detail \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5B57\u7B26\u4E32`),J=!0;if(O.index!==void 0&&typeof O.index!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 index \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.unique!==void 0&&typeof O.unique!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 unique \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.nullable!==void 0&&typeof O.nullable!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 nullable \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.unsigned!==void 0&&typeof O.unsigned!=="boolean")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 unsigned \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A\u5E03\u5C14\u503C`),J=!0;if(O.regexp!==void 0&&O.regexp!==null&&typeof O.regexp!=="string")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5 regexp \u7C7B\u578B\u9519\u8BEF\uFF0C\u5FC5\u987B\u4E3A null \u6216\u5B57\u7B26\u4E32`),J=!0;let{name:C,type:B,min:S,max:T,default:E}=O;if(!PH.test(C))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5\u540D\u79F0 "${C}" \u683C\u5F0F\u9519\u8BEF\uFF0C`+"\u5FC5\u987B\u4E3A\u4E2D\u6587\u3001\u6570\u5B57\u3001\u5B57\u6BCD\u3001\u4E0B\u5212\u7EBF\u3001\u77ED\u6A2A\u7EBF\u3001\u7A7A\u683C"),J=!0;if(!wG.includes(B))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5\u7C7B\u578B "${B}" \u683C\u5F0F\u9519\u8BEF\uFF0C`+`\u5FC5\u987B\u4E3A${wG.join("\u3001")}\u4E4B\u4E00`),J=!0;if(B!=="number"&&O.unsigned!==void 0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u5B57\u6BB5\u7C7B\u578B\u4E3A ${B}\uFF0C\u4E0D\u5141\u8BB8\u8BBE\u7F6E unsigned\uFF08\u4EC5 number \u7C7B\u578B\u6709\u6548\uFF09`),J=!0;if(O.unique===!0&&O.index===!0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u540C\u65F6\u8BBE\u7F6E\u4E86 unique=true \u548C index=true\uFF0C`+"unique \u548C index \u4E0D\u80FD\u540C\u65F6\u8BBE\u7F6E\uFF0C\u8BF7\u5220\u9664\u5176\u4E00\uFF08\u5426\u5219\u4F1A\u521B\u5EFA\u91CD\u590D\u7D22\u5F15\uFF09"),J=!0;if(S!==void 0&&T!==void 0&&S!==null&&T!==null){if(S>T)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u6700\u5C0F\u503C "${S}" \u4E0D\u80FD\u5927\u4E8E\u6700\u5927\u503C "${T}"`),J=!0}if(B==="text"||B==="array_text"||B==="array_number_text"){if(S!==void 0&&S!==null)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7684 ${B} \u7C7B\u578B\u6700\u5C0F\u503C\u5E94\u4E3A null\uFF0C\u5F53\u524D\u4E3A "${S}"`),J=!0;if(T!==void 0&&T!==null)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u7684 ${B} \u7C7B\u578B\u6700\u5927\u957F\u5EA6\u5E94\u4E3A null\uFF0C\u5F53\u524D\u4E3A "${T}"`),J=!0;if(E!==void 0&&E!==null)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${B} \u7C7B\u578B\uFF0C\u9ED8\u8BA4\u503C\u5FC5\u987B\u4E3A null\uFF0C\u5F53\u524D\u4E3A "${E}"`),J=!0;if(O.index===!0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${B} \u7C7B\u578B\uFF0C\u4E0D\u652F\u6301\u521B\u5EFA\u7D22\u5F15\uFF08index=true \u65E0\u6548\uFF09`),J=!0;if(O.unique===!0)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${B} \u7C7B\u578B\uFF0C\u4E0D\u652F\u6301\u552F\u4E00\u7EA6\u675F\uFF08unique=true \u65E0\u6548\uFF09`),J=!0}else if(B==="string"||B==="array_string"||B==="array_number_string"){if(T!==void 0&&(T===null||typeof T!=="number"))P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A ${B} \u7C7B\u578B\uFF0C`+`\u6700\u5927\u957F\u5EA6\u5FC5\u987B\u4E3A\u6570\u5B57\uFF0C\u5F53\u524D\u4E3A "${T}"`),J=!0;else if(T!==void 0&&T>TG)P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u6700\u5927\u957F\u5EA6 ${T} \u8D8A\u754C\uFF0C`+`${B} \u7C7B\u578B\u957F\u5EA6\u5FC5\u987B\u5728 1..${TG} \u8303\u56F4\u5185`),J=!0}else if(B==="number"){if(E!==void 0&&E!==null&&typeof E!=="number")P.warn(`${G}${Y} \u6587\u4EF6 ${z} \u4E3A number \u7C7B\u578B\uFF0C`+`\u9ED8\u8BA4\u503C\u5FC5\u987B\u4E3A\u6570\u5B57\u6216 null\uFF0C\u5F53\u524D\u4E3A "${E}"`),J=!0}}}catch(Y){P.error({msg:`${G}${Z.fileName} \u89E3\u6790\u5931\u8D25`,err:Y}),J=!0}}if(J)throw Error("\u8868\u7ED3\u6784\u68C0\u67E5\u5931\u8D25")}a();var{SQL:NG,RedisClient:jH}=globalThis.Bun;class z${static sqlClient=null;static redisClient=null;static sqlConnectedAt=null;static redisConnectedAt=null;static sqlPoolMax=1;static async connectSql($){let J=$||{},Z=J.type||"mysql",X=J.host||"127.0.0.1",G=J.port||3306,Y=encodeURIComponent(J.username||"root"),H=encodeURIComponent(J.password||"root"),z=encodeURIComponent(J.database||"befly_demo"),V;if(Z==="sqlite")V=z;else{if(!X||!z)throw Error("\u6570\u636E\u5E93\u914D\u7F6E\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E\u53C2\u6570");V=`${Z}://${Y}:${H}@${X}:${G}/${z}`}let O;if(Z==="sqlite")O=new NG(V);else O=new NG({url:V,max:J.poolMax??1,bigint:!1});try{let I=(async()=>{let B="";if(Z==="sqlite")B=(await O`SELECT sqlite_version() AS version`)?.[0]?.version;else if(Z==="postgresql"||Z==="postgres")B=(await O`SELECT version() AS version`)?.[0]?.version;else B=(await O`SELECT VERSION() AS version`)?.[0]?.version;return B})(),C=new Promise((B,S)=>{setTimeout(()=>{S(Error(`\u6570\u636E\u5E93\u8FDE\u63A5\u8D85\u65F6 (${30000}ms)`))},30000)});return await Promise.race([I,C]),this.sqlClient=O,this.sqlConnectedAt=Date.now(),this.sqlPoolMax=J.poolMax??1,O}catch(R){P.error({err:R,msg:"[Connect] SQL \u8FDE\u63A5\u5931\u8D25"});try{await O?.close()}catch{}throw R}}static async disconnectSql(){if(this.sqlClient){try{await this.sqlClient.close()}catch($){P.error({err:$,msg:"[Connect] \u5173\u95ED SQL \u8FDE\u63A5\u65F6\u51FA\u9519"})}this.sqlClient=null,this.sqlConnectedAt=null}}static getSql(){if(!this.sqlClient)throw Error("SQL \u5BA2\u6237\u7AEF\u672A\u8FDE\u63A5\uFF0C\u8BF7\u5148\u8C03\u7528 Connect.connectSql()");return this.sqlClient}static async connectRedis($){let J=$||{};try{let Z=J.host||"127.0.0.1",X=J.port||6379,G=J.username||"",Y=J.password||"",H=J.db||0,z="";if(G&&Y)z=`${G}:${Y}@`;else if(Y)z=`:${Y}@`;let V=`redis://${z}${Z}:${X}/${H}`,O=new jH(V,{connectionTimeout:30000,idleTimeout:0,autoReconnect:!0,maxRetries:3,enableOfflineQueue:!0,enableAutoPipelining:!0});return await O.ping(),this.redisClient=O,this.redisConnectedAt=Date.now(),O}catch(Z){throw P.error({err:Z,msg:"[Connect] Redis \u8FDE\u63A5\u5931\u8D25"}),Error(`Redis \u8FDE\u63A5\u5931\u8D25: ${Z.message}`)}}static async disconnectRedis(){if(this.redisClient){try{this.redisClient.close(),this.redisConnectedAt=null}catch($){P.error({err:$,msg:"[Connect] \u5173\u95ED Redis \u8FDE\u63A5\u65F6\u51FA\u9519"})}this.redisClient=null}}static getRedis(){if(!this.redisClient)throw Error("Redis \u5BA2\u6237\u7AEF\u672A\u8FDE\u63A5\uFF0C\u8BF7\u5148\u8C03\u7528 Connect.connectRedis()");return this.redisClient}static async connect($){try{await this.connectSql($.db||{}),await this.connectRedis($.redis||{})}catch(J){throw P.error({env:$.nodeEnv,err:J,msg:"\u6570\u636E\u5E93\u8FDE\u63A5\u521D\u59CB\u5316\u5931\u8D25"}),await this.disconnect(),J}}static async disconnect(){await this.disconnectSql(),await this.disconnectRedis()}static isConnected(){return{sql:this.sqlClient!==null,redis:this.redisClient!==null}}static getStatus(){let $=Date.now();return{sql:{connected:this.sqlClient!==null,connectedAt:this.sqlConnectedAt,uptime:this.sqlConnectedAt?$-this.sqlConnectedAt:null,poolMax:this.sqlPoolMax},redis:{connected:this.redisClient!==null,connectedAt:this.redisConnectedAt,uptime:this.redisConnectedAt?$-this.redisConnectedAt:null}}}static __setMockSql($){this.sqlClient=$}static __setMockRedis($){this.redisClient=$}static __reset(){this.sqlClient=null,this.redisClient=null,this.sqlConnectedAt=null,this.redisConnectedAt=null,this.sqlPoolMax=1}}a();a();var qJ={"@id":{name:"ID",type:"number",min:1,max:null},"@page":{name:"\u9875\u7801",type:"number",min:1,max:9999,default:1},"@limit":{name:"\u6BCF\u9875\u6570\u91CF",type:"number",min:1,max:100,default:30},"@keyword":{name:"\u5173\u952E\u8BCD",type:"string",min:0,max:50},"@state":{name:"\u72B6\u6001",type:"number",regex:"^[0-2]$"}};function DG($,J,Z){if(!$||typeof $!=="object")return $;let X={};for(let[G,Y]of Object.entries($)){if(typeof Y==="string"&&Y.startsWith("@")){if(qJ[Y]){X[G]=qJ[Y];continue}let H=Object.keys(qJ).join(", ");throw Error(`API [${J}] (${Z}) \u5B57\u6BB5 [${G}] \u5F15\u7528\u4E86\u672A\u5B9A\u4E49\u7684\u9884\u8BBE\u5B57\u6BB5 "${Y}"\u3002\u53EF\u7528\u7684\u9884\u8BBE\u5B57\u6BB5\u6709: ${H}`)}X[G]=Y}return X}async function kG($){let J=new Map;for(let Z of $){let X=Z.type;if(X&&X!=="api")continue;try{let G=Z;G.fields=DG(G.fields||{},G.name,G.routePath),J.set(G.routePath,G)}catch(G){throw P.error({err:G,api:Z.relativePath,file:Z.filePath,msg:"\u63A5\u53E3\u52A0\u8F7D\u5931\u8D25"}),G}}return J}a();m0();function PJ($,J={}){let Z=J.moduleLabel||"\u6A21\u5757",X=J.getName||((I)=>{let C=I.moduleName;if(typeof C==="string"&&C.trim()!=="")return C;return K$(I.fileName)}),G=J.getDeps||((I)=>I.deps),Y=[],H=new Set,z=new Set,V={},O=!0;for(let I of $){let C=X(I);if(typeof C!=="string"||C.trim()===""){P.error({item:I,msg:`${Z} \u540D\u79F0\u89E3\u6790\u5931\u8D25\uFF08getName \u8FD4\u56DE\u7A7A\u5B57\u7B26\u4E32\uFF09`}),O=!1;continue}if(V[C]){P.error({name:C,first:V[C],second:I,msg:`${Z} \u540D\u79F0\u91CD\u590D\uFF0C\u65E0\u6CD5\u6839\u636E deps \u552F\u4E00\u5B9A\u4F4D`}),O=!1;continue}V[C]=I}if(!O)return!1;for(let I of $){let C=X(I),B=G(I);if(!Array.isArray(B)){P.error({module:C,item:I,msg:`${Z} \u7684 deps \u5FC5\u987B\u662F\u6570\u7EC4`}),O=!1;continue}for(let S of B){if(typeof S!=="string"){P.error({module:C,dependency:S,item:I,msg:`${Z} \u7684 deps \u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4`}),O=!1;continue}if(!V[S])P.error({module:C,dependency:S,msg:`${Z} \u4F9D\u8D56\u672A\u627E\u5230`}),O=!1}}if(!O)return!1;let R=(I)=>{if(H.has(I))return;if(z.has(I)){P.error({module:I,msg:`${Z} \u5FAA\u73AF\u4F9D\u8D56`}),O=!1;return}let C=V[I];if(!C)return;let B=G(C);z.add(I);for(let S of B)R(S);z.delete(I),H.add(I),Y.push(C)};for(let I of $){let C=X(I);R(C)}return O?Y:!1}async function yG($){let J=[],Z=$.filter((G)=>{let Y=G?.moduleName;if(typeof Y!=="string"||Y.trim()==="")return!1;if(G?.enable===!1)return!1;return!0}),X=PJ(Z,{moduleLabel:"\u94A9\u5B50"});if(X===!1)throw Error("\u94A9\u5B50\u4F9D\u8D56\u5173\u7CFB\u9519\u8BEF");for(let G of X){let Y=G.moduleName,H=G;J.push({name:Y,enable:!0,deps:H.deps,handler:H.handler})}return J}a();async function xG($,J){let Z=[],X=$.filter((Y)=>{let H=Y?.moduleName;if(typeof H!=="string"||H.trim()==="")return!1;if(Y?.enable===!1)return!1;return!0}),G=PJ(X,{moduleLabel:"\u63D2\u4EF6"});if(G===!1)throw Error("\u63D2\u4EF6\u4F9D\u8D56\u5173\u7CFB\u9519\u8BEF");for(let Y of G){let H=Y.moduleName,z=Y;try{let V=typeof z.handler==="function"?await z.handler(J):{};J[H]=V,Z.push({name:H,enable:!0,deps:z.deps,handler:z.handler})}catch(V){throw P.error({err:V,plugin:H,msg:"\u63D2\u4EF6\u521D\u59CB\u5316\u5931\u8D25"}),V}}return Z}AJ();a();function fG($,J){let Z=$.headers.get("x-forwarded-for");if(typeof Z==="string"&&Z.trim()){let z=Z.split(",")[0];if(typeof z==="string"&&z.trim())return z.trim()}let X=$.headers.get("x-real-ip");if(typeof X==="string"&&X.trim())return X.trim();let G=$.headers.get("cf-connecting-ip");if(typeof G==="string"&&G.trim())return G.trim();let Y=$.headers.get("x-client-ip");if(typeof Y==="string"&&Y.trim())return Y.trim();let H=$.headers.get("true-client-ip");if(typeof H==="string"&&H.trim())return H.trim();if(J&&typeof J.requestIP==="function"){let z=J.requestIP($);if(z&&typeof z.address==="string"&&z.address.trim())return z.address.trim()}return"unknown"}a();function q$($,J,Z=1,X=null,G=null,Y=null){if($.requestId)P.info({event:"request_blocked",reason:J,reasonCode:Y,code:Z,detail:G,msg:"request blocked"});return Response.json({code:Z,msg:J,data:X,detail:G},{headers:$.corsHeaders})}function xZ($){if($.api&&$.requestId)P.info({event:"request_done",msg:"request done"});if($.response)return $.response;if($.result!==void 0){let J=$.result;if(typeof J==="string")J={code:0,msg:J};else if(J&&typeof J==="object"){if(!("code"in J))J={code:0,...J}}if(J&&typeof J==="object"){let Z=JSON.stringify(J,(X,G)=>typeof G==="bigint"?G.toString():G);return new Response(Z,{headers:{...$.corsHeaders,"Content-Type":"application/json"}})}else return Response.json(J,{headers:$.corsHeaders})}return Response.json({code:1,msg:"\u672A\u751F\u6210\u54CD\u5E94"},{headers:$.corsHeaders})}m0();function gG($,J,Z){return async(X,G)=>{let Y=iX(),z=new URL(X.url).pathname||"/",V=fG(X,G),O=Date.now(),R={method:X.method,body:{},user:{},req:X,now:O,ip:V,headers:X.headers,route:z,requestId:Y,corsHeaders:{"X-Request-ID":Y},api:$.get(z),response:void 0,result:void 0};return eX({requestId:Y,method:X.method,route:z,ip:V,now:O},async()=>{try{for(let I of J)if(await I.handler(Z,R),R.response)return R.response;if(R.api&&X.method!=="OPTIONS"){let I={event:"request",apiName:R.api.name};if(R.body&&Object.keys(R.body).length>0)I.body=R.body;I.msg="request",P.info(I)}if(!R.api){if(X.method!=="OPTIONS")R.response=Response.json({code:1,msg:"\u63A5\u53E3\u4E0D\u5B58\u5728"},{headers:R.corsHeaders})}else if(R.api.handler){let I=await R.api.handler(Z,R);if(I instanceof Response)R.response=I;else R.result=I}return xZ(R)}catch(I){let C=R.api?z:X.url;return P.error({err:I,path:C,msg:"\u8BF7\u6C42\u9519\u8BEF"}),R.result={code:1,msg:"\u5185\u90E8\u670D\u52A1\u9519\u8BEF"},xZ(R)}})}}I$();a();I$();import{fileURLToPath as BH}from"url";var LH=BH(import.meta.url),P$=RJ(LH);var f8=L$(P$).endsWith("/dist")?P$:n(P$,"dist"),g8=n(P$,"checks"),h8=n(P$,"plugins"),b8=n(P$,"hooks"),c8=n(P$,"apis"),p8=n(P$,"tables"),n0=process.cwd(),u8=n(n0,"checks"),m8=n(n0,"plugins"),d8=n(n0,"hooks"),n8=n(n0,"apis"),s8=n(n0,"tables"),hG=n(n0,"addons");function jJ($,J={}){let Z=J.origin||"*";return{"Access-Control-Allow-Origin":Z==="*"?$.headers.get("origin")||"*":Z,"Access-Control-Allow-Methods":J.methods||"GET, POST, PUT, DELETE, OPTIONS","Access-Control-Allow-Headers":J.allowedHeaders||"Content-Type, Authorization, authorization, token","Access-Control-Expose-Headers":J.exposedHeaders||"Content-Range, X-Content-Range, Authorization, authorization, token","Access-Control-Max-Age":String(J.maxAge||86400),"Access-Control-Allow-Credentials":J.credentials||"true"}}function bG($=void 0){return async(J)=>{let Z=jJ(J,$),X=new URL(J.url),G=n(n0,"public",X.pathname);try{if(J.method==="OPTIONS")return new Response(null,{status:204,headers:Z});let Y=Bun.file(G);if(await Y.exists())return new Response(Y,{headers:{"Content-Type":Y.type||"application/octet-stream",...Z}});else return Response.json({code:1,msg:"\u6587\u4EF6\u672A\u627E\u5230"},{headers:Z})}catch(Y){return P.error({err:Y,msg:"\u9759\u6001\u6587\u4EF6\u5904\u7406\u5931\u8D25"}),Response.json({code:1,msg:"\u6587\u4EF6\u8BFB\u53D6\u5931\u8D25"},{headers:Z})}}}a();m0();async function cG($,J){if(!$.db)throw Error("syncApi: ctx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.cache)throw Error("syncApi: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!(await $.db.tableExists("addon_admin_api")).data){P.debug(`${"addon_admin_api"} \u8868\u4E0D\u5B58\u5728`);return}let G=(await $.db.getAll({table:"addon_admin_api",fields:["id","routePath","name","addonName","state"],where:{state$gte:0}})).data.lists||[],Y=rX(G,(R)=>R.routePath),H=[],z=[],V=[],O=new Set;for(let R of J){let I=R.type;if(I&&I!=="api")continue;let C=R.routePath;O.add(R.routePath);let B=Y[C];if(B){if(R.name!==B.name||R.routePath!==B.routePath||R.addonName!==B.addonName)z.push({id:B.id,api:R})}else H.push(R)}for(let R of G)if(!O.has(R.routePath))V.push(R.id);if(z.length>0)try{await $.db.updBatch("addon_admin_api",z.map((R)=>{return{id:R.id,data:{name:R.api.name,routePath:R.api.routePath,addonName:R.api.addonName}}}))}catch(R){P.error({err:R,msg:"\u540C\u6B65\u63A5\u53E3\u6279\u91CF\u66F4\u65B0\u5931\u8D25"})}if(H.length>0)try{await $.db.insBatch("addon_admin_api",H.map((R)=>{return{name:R.name,routePath:R.routePath,addonName:R.addonName}}))}catch(R){P.error({err:R,msg:"\u540C\u6B65\u63A5\u53E3\u6279\u91CF\u65B0\u589E\u5931\u8D25"})}if(V.length>0)try{await $.db.delForceBatch("addon_admin_api",V)}catch(R){P.error({err:R,msg:"\u540C\u6B65\u63A5\u53E3\u6279\u91CF\u5220\u9664\u5931\u8D25"})}}async function pG($){if(!$.cache)throw Error("syncCache: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");await $.cache.cacheApis(),await $.cache.cacheMenus(),await $.cache.rebuildRoleApiPermissions()}import{createSign as CH}from"crypto";class k${static md5($,J="hex"){let Z=new Bun.CryptoHasher("md5");return Z.update($),Z.digest(J)}static hmacMd5($,J,Z="hex"){let X=new Bun.CryptoHasher("md5",$);return X.update(J),X.digest(Z)}static sha1($,J="hex"){let Z=new Bun.CryptoHasher("sha1");return Z.update($),Z.digest(J)}static hmacSha1($,J,Z="hex"){let X=new Bun.CryptoHasher("sha1",$);return X.update(J),X.digest(Z)}static sha256($,J="hex"){let Z=new Bun.CryptoHasher("sha256");return Z.update($),Z.digest(J)}static rsaSha256($,J,Z="hex"){let X=CH("RSA-SHA256");return X.update($),X.sign(J,Z)}static hmacSha256($,J,Z="hex"){let X=new Bun.CryptoHasher("sha256",$);return X.update(J),X.digest(Z)}static sha512($,J="hex"){let Z=new Bun.CryptoHasher("sha512");return Z.update($),Z.digest(J)}static hmacSha512($,J,Z="hex"){let X=new Bun.CryptoHasher("sha512",$);return X.update(J),X.digest(Z)}static hash($,J,Z="hex"){let X=new Bun.CryptoHasher($);return X.update(J),X.digest(Z)}static hmac($,J,Z,X="hex"){let G=new Bun.CryptoHasher($,J);return G.update(Z),G.digest(X)}static async hashFile($,J="sha256",Z="hex"){let X=Bun.file($),G=new Bun.CryptoHasher(J),H=X.stream().getReader();try{while(!0){let{done:z,value:V}=await H.read();if(z)break;G.update(V)}return G.digest(Z)}finally{H.releaseLock()}}static async hashPassword($,J={}){let Z={algorithm:"bcrypt",...J};return await Bun.password.hash($,Z)}static async verifyPassword($,J){return await Bun.password.verify($,J)}static base64Encode($){return Buffer.from($,"utf8").toString("base64")}static base64Decode($){return Buffer.from($,"base64").toString("utf8")}static randomString($){let J=Math.ceil($/2),Z=crypto.getRandomValues(new Uint8Array(J)),X="";for(let G=0;G<Z.length;G++)X+=Z[G].toString(16).padStart(2,"0");return X.slice(0,$)}static fastHash($,J=0){let Z=Bun.hash($,J);return typeof Z==="bigint"?Number(Z):Z}}a();async function uG($,J={}){if(!J.devPassword)return;let Z=typeof J.devEmail==="string"&&J.devEmail.length>0?J.devEmail:"dev@qq.com";if(!$.db)throw Error("syncDev: ctx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.cache)throw Error("syncDev: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!(await $.db.tableExists("addon_admin_admin")).data){P.debug("addon_admin_admin \u8868\u4E0D\u5B58\u5728");return}if(!(await $.db.tableExists("addon_admin_role")).data){P.debug("addon_admin_role \u8868\u4E0D\u5B58\u5728");return}if(!(await $.db.tableExists("addon_admin_menu")).data){P.debug("addon_admin_menu \u8868\u4E0D\u5B58\u5728");return}let X=await $.db.getAll({table:"addon_admin_menu",fields:["path"],where:{state$gte:0},orderBy:["id#ASC"]}),G=Array.from(new Set((X.data.lists||[]).map((B)=>typeof B?.path==="string"?B.path.trim():"").filter((B)=>B.length>0))),Y=await $.db.tableExists("addon_admin_api"),H=[];if(Y.data){let B=await $.db.getAll({table:"addon_admin_api",fields:["routePath"],where:{state$gte:0},orderBy:["id#ASC"]});H=Array.from(new Set((B.data.lists||[]).map((S)=>{if(typeof S?.routePath!=="string")throw Error("syncDev: addon_admin_api.routePath \u5FC5\u987B\u662F\u5B57\u7B26\u4E32");let T=S.routePath.trim();if(T.length===0)throw Error("syncDev: addon_admin_api.routePath \u4E0D\u5141\u8BB8\u4E3A\u7A7A\u5B57\u7B26\u4E32");if(!T.startsWith("/"))throw Error(`syncDev: addon_admin_api.routePath \u5FC5\u987B\u662F pathname\uFF08\u4EE5 / \u5F00\u5934\uFF09\uFF0C\u5F53\u524D\u503C=${T}`);return T})))}let z=[{code:"dev",name:"\u5F00\u53D1\u8005\u89D2\u8272",description:"\u62E5\u6709\u6240\u6709\u83DC\u5355\u548C\u63A5\u53E3\u6743\u9650\u7684\u5F00\u53D1\u8005\u89D2\u8272",menus:G,apis:H,sort:0},{code:"user",name:"\u7528\u6237\u89D2\u8272",description:"\u666E\u901A\u7528\u6237\u89D2\u8272",menus:[],apis:[],sort:1},{code:"admin",name:"\u7BA1\u7406\u5458\u89D2\u8272",description:"\u7BA1\u7406\u5458\u89D2\u8272",menus:[],apis:[],sort:2},{code:"guest",name:"\u8BBF\u5BA2\u89D2\u8272",description:"\u8BBF\u5BA2\u89D2\u8272",menus:[],apis:[],sort:3}],V=null;for(let B of z){let S=await $.db.getOne({table:"addon_admin_role",where:{code:B.code}});if(S.data){let{menus:T,apis:E}=B,N=Array.isArray(S.data.menus)?S.data.menus:[],w=Array.isArray(S.data.apis)?S.data.apis:[],D=N.length!==T.length||N.some((f,o)=>f!==T[o]),b=w.length!==E.length||w.some((f,o)=>f!==E[o]);if(S.data.name!==B.name||S.data.description!==B.description||D||b||S.data.sort!==B.sort)await $.db.updData({table:"addon_admin_role",where:{code:B.code},data:{name:B.name,description:B.description,menus:B.menus,apis:B.apis,sort:B.sort}});if(B.code==="dev")V=S.data}else{let T=await $.db.insData({table:"addon_admin_role",data:B});if(B.code==="dev")V={id:T.data}}}if(!V){P.error("dev \u89D2\u8272\u4E0D\u5B58\u5728\uFF0C\u65E0\u6CD5\u521B\u5EFA\u5F00\u53D1\u8005\u8D26\u53F7");return}let O=k$.sha256(J.devPassword+"befly"),R=await k$.hashPassword(O),I={nickname:"\u5F00\u53D1\u8005",email:Z,username:"dev",password:R,roleCode:"dev",roleType:"admin"};if((await $.db.getOne({table:"addon_admin_admin",where:{email:Z}})).data)await $.db.updData({table:"addon_admin_admin",where:{email:Z},data:I});else await $.db.insData({table:"addon_admin_admin",data:I})}a();yZ();function SH($){let J=$.config?.disableMenus,Z=Array.isArray(J)?J:[],X=[];for(let Y of Z){if(typeof Y!=="string")continue;let H=Y.trim();if(!H)continue;X.push(H)}if(X.length===0)return()=>!1;let G=X.map((Y)=>new Bun.Glob(Y));return(Y)=>{if(typeof Y!=="string")return!1;let H=Y.trim();if(!H)return!1;let z=[];if(z.push(H),H.startsWith("/"))z.push(H.slice(1));else z.push(`/${H}`);for(let V of G){let O=V.match;if(typeof O!=="function")throw Error("syncMenu: \u5F53\u524D Bun \u7248\u672C\u4E0D\u652F\u6301 Bun.Glob.match\uFF0C\u65E0\u6CD5\u6309 disableMenus \u505A glob \u5339\u914D");for(let R of z)if(O.call(V,R))return!0}return!1}}function mG($,J){let Z=[];for(let X of $){if(X===null||typeof X!=="object")continue;let G=typeof X.path==="string"?String(X.path).trim():"";if(G&&J(G))continue;let Y=X.children,H=Array.isArray(Y)&&Y.length>0?mG(Y,J):[],z={};if(typeof X.name==="string")z.name=X.name;if(typeof X.path==="string")z.path=X.path;if(typeof X.sort==="number")z.sort=X.sort;if(typeof X.parentPath==="string")z.parentPath=X.parentPath;if(H.length>0)z.children=H;Z.push(z)}return Z}function wH($){let J=new Map,Z=[];for(let X of $)Z.push({menu:X,parentPathFromTree:""});while(Z.length>0){let X=Z.pop(),G=X?X.menu:null;if(!G)continue;let Y=typeof G.path==="string"?G.path:"",H=G.children;if(H&&Array.isArray(H)&&H.length>0){let I=typeof Y==="string"?Y:"";for(let C of H)Z.push({menu:C,parentPathFromTree:I})}if(!Y)continue;let z=typeof G.name==="string"?G.name:"";if(!z)continue;let V=typeof G.sort==="number"?G.sort:999999,R=typeof G.parentPath==="string"?G.parentPath:typeof X?.parentPathFromTree==="string"?X.parentPathFromTree:PG(Y);J.set(Y,{path:Y,name:z,sort:V,parentPath:R})}return J}async function dG($,J){if(!$.db)throw Error("syncMenu: ctx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.cache)throw Error("syncMenu: ctx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.config)throw Error("syncMenu: ctx.config \u672A\u521D\u59CB\u5316\uFF08config \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!(await $.db.tableExists("addon_admin_menu")).data){P.debug("addon_admin_menu \u8868\u4E0D\u5B58\u5728");return}let Z=SH($),X=mG(J,Z),G=wH(X),Y=new Set;for(let z of G.keys())Y.add(z);let H="addon_admin_menu";await $.db.trans(async(z)=>{let O=(await z.getAll({table:H,fields:["id","name","path","parentPath","sort","state"]})).data.lists||[],R=O.filter((w)=>typeof w?.state==="number"&&w.state>=0),I=new Map,C=new Set,B=new Map;for(let w of R){if(typeof w?.path!=="string"||!w.path)continue;if(typeof w?.id!=="number")continue;if(Z(w.path))continue;let D=I.get(w.path);if(!D){I.set(w.path,w);continue}let b=typeof D?.id==="number"?D.id:0,v=w.id;if(v>b){if(I.set(w.path,w),b>0)C.add(b);let f=B.get(w.path)||{keptId:v,removedIds:[]};if(f.keptId=v,b>0)f.removedIds.push(b);B.set(w.path,f)}else{if(v>0)C.add(v);let f=B.get(w.path)||{keptId:b,removedIds:[]};if(f.keptId=b,v>0)f.removedIds.push(v);B.set(w.path,f)}}if(B.size>0){let w=[];for(let D of B.entries()){let b=D[0],v=D[1];if(w.push({path:b,keptId:v.keptId,removedIds:v.removedIds}),w.length>=10)break}P.warn({table:H,duplicatePaths:B.size,duplicateIds:C.size,examples:w,msg:"addon_admin_menu \u68C0\u6D4B\u5230\u91CD\u590D path \u8BB0\u5F55\uFF1A\u5DF2\u4FDD\u7559 id \u6700\u5927\u7684\u4E00\u6761\u5E76\u5220\u9664\u5176\u4F59\u8BB0\u5F55"})}let S=[],T=[];for(let w of G.values()){let D=I.get(w.path);if(D){let b=typeof D.parentPath==="string"?D.parentPath:"";if(D.name!==w.name||D.sort!==w.sort||b!==w.parentPath)S.push({id:D.id,data:{name:w.name,path:w.path,parentPath:w.parentPath,sort:w.sort}})}else T.push({name:w.name,path:w.path,parentPath:w.parentPath,sort:w.sort})}if(S.length>0)await z.updBatch(H,S);if(T.length>0)await z.insBatch(H,T);let E=new Set;for(let w of R){if(typeof w?.path!=="string"||!w.path)continue;if(!Y.has(w.path)){if(typeof w?.id==="number")E.add(w.id)}}for(let w of C)if(typeof w==="number"&&w>0)E.add(w);for(let w of O){if(typeof w?.path!=="string"||!w.path)continue;if(!Z(w.path))continue;if(typeof w?.id==="number"&&w.id>0)E.add(w.id)}let N=Array.from(E);if(N.length>0)await z.delForceBatch(H,N)})}class X0{static apisAll(){return"apis:all"}static menusAll(){return"menus:all"}static roleInfo($){return`role:info:${$}`}static roleApis($){return`role:apis:${$}`}static tableColumns($){return`table:columns:${$}`}}var y$=null;function x$($){let J=Error(`\u672A\u77E5\u6570\u636E\u5E93\u65B9\u8A00: ${String($)}`);if($!=="mysql"&&$!=="postgresql"&&$!=="sqlite")throw J;if(!y$)y$=new Map,y$.set("mysql",new LJ),y$.set("postgresql",new nG),y$.set("sqlite",new sG);let Z=y$.get($);if(!Z)throw J;return Z}function BJ($){if($.dialect==="mysql")return{columns:{sql:"SELECT COLUMN_NAME, DATA_TYPE, CHARACTER_MAXIMUM_LENGTH, IS_NULLABLE, COLUMN_DEFAULT, COLUMN_COMMENT, COLUMN_TYPE FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY ORDINAL_POSITION",params:[$.dbName,$.table]}};if($.dialect==="postgresql"){let X=$.schema&&$.schema.trim()!==""?$.schema:"public",G={sql:"SELECT column_name, data_type, character_maximum_length, is_nullable, column_default FROM information_schema.columns WHERE table_schema = ? AND table_name = ? ORDER BY ordinal_position",params:[X,$.table]},Y={sql:"SELECT a.attname AS column_name, col_description(c.oid, a.attnum) AS column_comment FROM pg_class c JOIN pg_attribute a ON a.attrelid = c.oid JOIN pg_namespace n ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ? AND c.relname = ? AND a.attnum > 0",params:[X,$.table]};return{columns:G,comments:Y}}return{columns:x$("sqlite").getTableColumnsQuery($.table)}}function fZ($){if($.dialect==="mysql")return{sql:"SELECT INDEX_NAME, COLUMN_NAME FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? AND INDEX_NAME != 'PRIMARY' ORDER BY INDEX_NAME",params:[$.dbName,$.table]};if($.dialect==="postgresql")return{sql:"SELECT indexname, indexdef FROM pg_indexes WHERE schemaname = ? AND tablename = ?",params:[$.schema&&$.schema.trim()!==""?$.schema:"public",$.table]};throw Error(`getSyncTableIndexesQuery \u4E0D\u652F\u6301\u65B9\u8A00: ${String($.dialect)}`)}class LJ{name="mysql";supportsSchema=!0;quoteIdent($){if(typeof $!=="string")throw Error(`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`);let J=$.trim();if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684 SQL \u6807\u8BC6\u7B26: ${J}`);return`\`${J}\``}getTableColumnsQuery($,J){return{sql:`SHOW COLUMNS FROM ${this.quoteIdent($)}`,params:[]}}getTableColumnsFromResult($){if(!Array.isArray($))return[];let J=[];for(let Z of $){let X=Z?.Field;if(typeof X==="string"&&X.length>0)J.push(X)}return J}tableExistsQuery($,J){if(typeof J==="string"&&J.trim()!=="")return{sql:"SELECT COUNT(*) as count FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?",params:[J,$]};return{sql:"SELECT COUNT(*) as count FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = ?",params:[$]}}}class nG{name="postgresql";supportsSchema=!0;quoteIdent($){if(typeof $!=="string")throw Error(`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`);let J=$.trim();if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684 SQL \u6807\u8BC6\u7B26: ${J}`);return`"${J}"`}getTableColumnsQuery($,J){if(typeof J==="string"&&J.trim()!=="")return{sql:"SELECT column_name FROM information_schema.columns WHERE table_schema = ? AND table_name = ? ORDER BY ordinal_position",params:[J,$]};return{sql:"SELECT column_name FROM information_schema.columns WHERE table_schema = current_schema() AND table_name = ? ORDER BY ordinal_position",params:[$]}}getTableColumnsFromResult($){if(!Array.isArray($))return[];let J=[];for(let Z of $){let X=Z?.column_name;if(typeof X==="string"&&X.length>0)J.push(X)}return J}tableExistsQuery($,J){if(typeof J==="string"&&J.trim()!=="")return{sql:"SELECT COUNT(*)::int as count FROM information_schema.tables WHERE table_schema = ? AND table_name = ?",params:[J,$]};return{sql:"SELECT COUNT(*)::int as count FROM information_schema.tables WHERE table_schema = current_schema() AND table_name = ?",params:[$]}}}class sG{name="sqlite";supportsSchema=!1;quoteIdent($){if(typeof $!=="string")throw Error(`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`);let J=$.trim();if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684 SQL \u6807\u8BC6\u7B26: ${J}`);return`"${J}"`}getTableColumnsQuery($,J){return{sql:`PRAGMA table_info(${this.quoteIdent($)})`,params:[]}}getTableColumnsFromResult($){if(!Array.isArray($))return[];let J=[];for(let Z of $){let X=Z?.name;if(typeof X==="string"&&X.length>0)J.push(X)}return J}tableExistsQuery($,J){return{sql:"SELECT COUNT(*) as count FROM sqlite_master WHERE type = 'table' AND name = ?",params:[$]}}}a();m0();var SJ=async($,J)=>{try{let Z=[];if(!Array.isArray(J))throw Error("syncTable(items) \u53C2\u6570\u5FC5\u987B\u662F\u6570\u7EC4");if(!$)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx");if(!$.db)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx.db");if(!$.redis)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx.redis");if(!$.config)throw Error("syncTable(ctx, items) \u7F3A\u5C11 ctx.config");let X=String($.config.db?.type||"mysql").toLowerCase(),G="mysql";if(X==="postgres"||X==="postgresql")G="postgresql";else if(X==="sqlite")G="sqlite";await EH(G,$.db);let Y=$.config.db?.database||"",H={dbDialect:G,db:$.db,dbName:Y};for(let z of J){if(!z||z.type!=="table")continue;if(z.source!=="app"&&z.source!=="addon"&&z.source!=="core"){P.warn(`syncTable \u8DF3\u8FC7\u672A\u77E5\u6765\u6E90\u8868\u5B9A\u4E49: source=${String(z.source)} fileName=${String(z.fileName)}`);continue}let V=u(z.fileName),O=V;if(z.source==="addon"){if(!z.addonName||String(z.addonName).trim()==="")throw Error(`syncTable addon \u8868\u7F3A\u5C11 addonName: fileName=${String(z.fileName)}`);O=`addon_${u(z.addonName)}_${V}`}let R=z.content;if(!R||typeof R!=="object")throw Error(`syncTable \u8868\u5B9A\u4E49\u65E0\u6548: table=${O}`);for(let C of Object.values(R))aG(C);if(await X1(H,O))await NH(H,O,R);else await W1(H,O,R);Z.push(O)}if(Z.length>0){let z=Z.map((V)=>X0.tableColumns(V));await $.redis.delBatch(z)}}catch(Z){throw P.error({err:Z,msg:"\u6570\u636E\u5E93\u540C\u6B65\u5931\u8D25"}),Z}},C$={MYSQL_MIN_MAJOR:8,POSTGRES_MIN_MAJOR:17,SQLITE_MIN_VERSION:"3.50.0",SQLITE_MIN_VERSION_NUM:35000},lG={length:"\u957F\u5EA6",datatype:"\u7C7B\u578B",comment:"\u6CE8\u91CA",default:"\u9ED8\u8BA4\u503C",nullable:"\u53EF\u7A7A\u7EA6\u675F",unique:"\u552F\u4E00\u7EA6\u675F"},rG={ENGINE:"InnoDB",CHARSET:"utf8mb4",COLLATE:"utf8mb4_0900_ai_ci"},ZJ=[{name:"id",comment:"\u4E3B\u952EID",needsIndex:!1,mysqlDdl:"BIGINT UNSIGNED PRIMARY KEY AUTO_INCREMENT",pgDdl:"BIGINT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY",sqliteDdl:"INTEGER PRIMARY KEY"},{name:"created_at",comment:"\u521B\u5EFA\u65F6\u95F4",needsIndex:!0,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 0",pgDdl:"BIGINT NOT NULL DEFAULT 0",sqliteDdl:"INTEGER NOT NULL DEFAULT 0"},{name:"updated_at",comment:"\u66F4\u65B0\u65F6\u95F4",needsIndex:!0,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 0",pgDdl:"BIGINT NOT NULL DEFAULT 0",sqliteDdl:"INTEGER NOT NULL DEFAULT 0"},{name:"deleted_at",comment:"\u5220\u9664\u65F6\u95F4",needsIndex:!1,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 0",pgDdl:"BIGINT NOT NULL DEFAULT 0",sqliteDdl:"INTEGER NOT NULL DEFAULT 0"},{name:"state",comment:"\u72B6\u6001\u5B57\u6BB5",needsIndex:!0,mysqlDdl:"BIGINT UNSIGNED NOT NULL DEFAULT 1",pgDdl:"BIGINT NOT NULL DEFAULT 1",sqliteDdl:"INTEGER NOT NULL DEFAULT 1"}],hZ=ZJ.filter(($)=>$.needsIndex).map(($)=>$.name),iG={};for(let $ of ZJ)iG[$.name]=$;var tG={DB_VERSION_REQUIREMENTS:C$,CHANGE_TYPE_LABELS:lG,MYSQL_TABLE_CONFIG:rG,SYSTEM_INDEX_FIELDS:hZ,getTypeMapping:wJ,quoteIdentifier:G0,escapeComment:EJ,applyFieldDefaults:aG,isStringOrArrayType:JJ,getSqlType:bZ,resolveDefaultValue:XJ,generateDefaultSql:TJ,buildIndexSQL:CJ,buildSystemColumnDefs:$1,buildBusinessColumnDefs:J1,generateDDLClause:gZ,isCompatibleTypeChange:Z1,compareFieldDefinition:Y1,tableExistsRuntime:X1,getTableColumnsRuntime:G1,getTableIndexesRuntime:cZ,createRuntime:($,J,Z="")=>{return{dbDialect:$,db:J,dbName:Z}}};SJ.TestKit=tG;Object.defineProperty(SJ,"TestKit",{value:tG,writable:!1,enumerable:!0,configurable:!1});function wJ($){return{number:$==="sqlite"?"INTEGER":$==="postgresql"?"BIGINT":"BIGINT",string:$==="sqlite"?"TEXT":$==="postgresql"?"character varying":"VARCHAR",text:$==="mysql"?"MEDIUMTEXT":"TEXT",array_string:$==="sqlite"?"TEXT":$==="postgresql"?"character varying":"VARCHAR",array_text:$==="mysql"?"MEDIUMTEXT":"TEXT",array_number_string:$==="sqlite"?"TEXT":$==="postgresql"?"character varying":"VARCHAR",array_number_text:$==="mysql"?"MEDIUMTEXT":"TEXT"}}function G0($,J){return x$($).quoteIdent(J)}function EJ($){return String($).replace(/"/g,"\\\"")}function aG($){$.detail=$.detail??"",$.min=$.min??0,$.max=$.max??($.type==="number"?Number.MAX_SAFE_INTEGER:100),$.default=$.default??null,$.index=$.index??!1,$.unique=$.unique??!1,$.nullable=$.nullable??!1,$.unsigned=$.unsigned??!0,$.regexp=$.regexp??null}function JJ($){return $==="string"||$==="array_string"||$==="array_number_string"}function bZ($,J,Z,X=!1){let G=wJ($);if(JJ(J))return`${G[J]}(${Z})`;let Y=G[J]||"TEXT";if($==="mysql"&&J==="number"&&X)return`${Y} UNSIGNED`;return Y}function XJ($,J){if($!==null&&$!=="null")return $;switch(J){case"number":return 0;case"string":return"";case"array_string":case"array_number_string":return"[]";case"text":case"array_text":case"array_number_text":return"null";default:return $}}function TJ($,J){if(J==="text"||J==="array_text"||$==="null")return"";if(J==="number"||J==="string"||J==="array_string"||J==="array_number_string")if(typeof $==="number"&&!Number.isNaN($))return` DEFAULT ${$}`;else return` DEFAULT '${String($).replace(/'/g,"''")}'`;return""}function CJ($,J,Z,X,G){let Y=G0($,J),H=G0($,Z),z=G0($,X);if($==="mysql"){let V=[];if(G==="create")V.push(`ADD INDEX ${H} (${z})`);else V.push(`DROP INDEX ${H}`);return`ALTER TABLE ${Y} ALGORITHM=INPLACE, LOCK=NONE, ${V.join(", ")}`}if($==="postgresql"){if(G==="create")return`CREATE INDEX CONCURRENTLY IF NOT EXISTS ${H} ON ${Y}(${z})`;return`DROP INDEX CONCURRENTLY IF EXISTS ${H}`}if(G==="create")return`CREATE INDEX IF NOT EXISTS ${H} ON ${Y}(${z})`;return`DROP INDEX IF EXISTS ${H}`}function eG($,J){let Z=iG[J];if(!Z)return null;let X=G0($,Z.name);if($==="mysql")return`${X} ${Z.mysqlDdl} COMMENT "${EJ(Z.comment)}"`;if($==="postgresql")return`${X} ${Z.pgDdl}`;return`${X} ${Z.sqliteDdl}`}function $1($){let J=[];for(let Z of ZJ){let X=eG($,Z.name);if(X)J.push(X)}return J}function J1($,J){let Z=[];for(let[X,G]of Object.entries(J)){let Y=u(X),H=G0($,Y),z=bZ($,G.type,G.max,G.unsigned),V=XJ(G.default,G.type),O=TJ(V,G.type),R=G.unique?" UNIQUE":"",I=G.nullable?" NULL":" NOT NULL";if($==="mysql")Z.push(`${H} ${z}${R}${I}${O} COMMENT "${EJ(G.name)}"`);else Z.push(`${H} ${z}${R}${I}${O}`)}return Z}function gZ($,J,Z,X=!1){let G=u(J),Y=G0($,G),H=bZ($,Z.type,Z.max,Z.unsigned),z=XJ(Z.default,Z.type),V=TJ(z,Z.type),O=Z.unique?" UNIQUE":"",R=Z.nullable?" NULL":" NOT NULL";if($==="mysql")return`${X?"ADD COLUMN":"MODIFY COLUMN"} ${Y} ${H}${O}${R}${V} COMMENT "${EJ(Z.name)}"`;if($==="postgresql"){if(X)return`ADD COLUMN IF NOT EXISTS ${Y} ${H}${O}${R}${V}`;return`ALTER COLUMN ${Y} TYPE ${H}`}if(X)return`ADD COLUMN IF NOT EXISTS ${Y} ${H}${O}${R}${V}`;return""}async function oG($,J){try{return await $.unsafe(J),!0}catch(Z){if(J.includes("ALGORITHM=INSTANT")){let X=J.replace(/ALGORITHM=INSTANT/g,"ALGORITHM=INPLACE");try{return await $.unsafe(X),!0}catch{let G=J;return G=G.replace(/\bALGORITHM\s*=\s*(INPLACE|INSTANT)\b\s*,?\s*/g,"").replace(/\bLOCK\s*=\s*(NONE|SHARED|EXCLUSIVE)\b\s*,?\s*/g,""),G=G.replace(/,\s*,/g,", ").replace(/,\s*$/g,"").replace(/\s{2,}/g," ").trim(),await $.unsafe(G),!0}}else throw Z}}function Z1($,J){let Z=String($||"").toLowerCase(),X=String(J||"").toLowerCase();if(Z===X)return!1;let G=Z.replace(/\s*unsigned/gi,"").replace(/\([^)]*\)/g,"").trim(),Y=X.replace(/\s*unsigned/gi,"").replace(/\([^)]*\)/g,"").trim(),H=["tinyint","smallint","mediumint","int","integer","bigint"],z=H.indexOf(G),V=H.indexOf(Y);if(z!==-1&&V!==-1&&V>z)return!0;if(G==="varchar"&&(Y==="text"||Y==="mediumtext"||Y==="longtext"))return!0;if(G==="character varying"&&Y==="text")return!0;return!1}async function X1($,J){if(!$.db)throw Error("SQL \u6267\u884C\u5668\u672A\u521D\u59CB\u5316");try{let Z=void 0;if($.dbDialect==="mysql")Z=$.dbName;else if($.dbDialect==="postgresql")Z="public";let X=x$($.dbDialect).tableExistsQuery(J,Z);return((await $.db.unsafe(X.sql,X.params)).data?.[0]?.count||0)>0}catch(Z){let X=String(Z?.message||Z),G=Error(`runtime I/O \u5931\u8D25: op=tableExists table=${J} err=${X}`);if(Z?.sqlInfo)G.sqlInfo=Z.sqlInfo;throw G}}async function G1($,J){let Z={};try{if($.dbDialect==="mysql"){let X=BJ({dialect:"mysql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.columns.sql,X.columns.params);for(let Y of G.data){let H=Y.COLUMN_DEFAULT;Z[Y.COLUMN_NAME]={type:Y.DATA_TYPE,columnType:Y.COLUMN_TYPE,length:Y.CHARACTER_MAXIMUM_LENGTH,max:Y.CHARACTER_MAXIMUM_LENGTH,nullable:Y.IS_NULLABLE==="YES",defaultValue:H,comment:Y.COLUMN_COMMENT}}}else if($.dbDialect==="postgresql"){let X=BJ({dialect:"postgresql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.columns.sql,X.columns.params),Y=X.comments?(await $.db.unsafe(X.comments.sql,X.comments.params)).data:[],H={};for(let z of Y)H[z.column_name]=z.column_comment;for(let z of G.data)Z[z.column_name]={type:z.data_type,columnType:z.data_type,length:z.character_maximum_length,max:z.character_maximum_length,nullable:String(z.is_nullable).toUpperCase()==="YES",defaultValue:z.column_default,comment:H[z.column_name]??null}}else if($.dbDialect==="sqlite"){let X=BJ({dialect:"sqlite",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.columns.sql,X.columns.params);for(let Y of G.data){let H=String(Y.type||"").toUpperCase(),z=null,V=/^(\w+)\s*\((\d+)\)/.exec(H);if(V)H=V[1],z=Number(V[2]);Z[Y.name]={type:H.toLowerCase(),columnType:H.toLowerCase(),length:z,max:z,nullable:Y.notnull===0,defaultValue:Y.dflt_value,comment:null}}}return Z}catch(X){let G=String(X?.message||X),Y=Error(`runtime I/O \u5931\u8D25: op=getTableColumns table=${J} err=${G}`);if(X?.sqlInfo)Y.sqlInfo=X.sqlInfo;throw Y}}async function cZ($,J){let Z={};try{if($.dbDialect==="mysql"){let X=fZ({dialect:"mysql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.sql,X.params);for(let Y of G.data){if(!Z[Y.INDEX_NAME])Z[Y.INDEX_NAME]=[];Z[Y.INDEX_NAME].push(Y.COLUMN_NAME)}}else if($.dbDialect==="postgresql"){let X=fZ({dialect:"postgresql",table:J,dbName:$.dbName}),G=await $.db.unsafe(X.sql,X.params);for(let Y of G.data){let H=/\(([^)]+)\)/.exec(Y.indexdef);if(H){let z=H[1].replace(/"/g,"").trim();Z[Y.indexname]=[z]}}}else if($.dbDialect==="sqlite"){let X=G0("sqlite",J),G=await $.db.unsafe(`PRAGMA index_list(${X})`);for(let Y of G.data){let H=G0("sqlite",Y.name),V=(await $.db.unsafe(`PRAGMA index_info(${H})`)).data.map((O)=>O.name);if(V.length===1)Z[Y.name]=V}}return Z}catch(X){let G=String(X?.message||X),Y=Error(`runtime I/O \u5931\u8D25: op=getTableIndexes table=${J} err=${G}`);if(X?.sqlInfo)Y.sqlInfo=X.sqlInfo;throw Y}}async function EH($,J){if(!J)throw Error("SQL \u6267\u884C\u5668\u672A\u521D\u59CB\u5316");if($==="mysql"){let Z=await J.unsafe("SELECT VERSION() AS version");if(!Z.data||Z.data.length===0||!Z.data[0]?.version)throw Error("\u65E0\u6CD5\u83B7\u53D6 MySQL \u7248\u672C\u4FE1\u606F");let X=Z.data[0].version,G=parseInt(String(X).split(".")[0],10);if(!Number.isFinite(G)||G<C$.MYSQL_MIN_MAJOR)throw Error(`\u6B64\u811A\u672C\u4EC5\u652F\u6301 MySQL ${C$.MYSQL_MIN_MAJOR}.0+\uFF0C\u5F53\u524D\u7248\u672C: ${X}`);return}if($==="postgresql"){let Z=await J.unsafe("SELECT version() AS version");if(!Z.data||Z.data.length===0||!Z.data[0]?.version)throw Error("\u65E0\u6CD5\u83B7\u53D6 PostgreSQL \u7248\u672C\u4FE1\u606F");let X=Z.data[0].version,G=/PostgreSQL\s+(\d+)/i.exec(X),Y=G?parseInt(G[1],10):NaN;if(!Number.isFinite(Y)||Y<C$.POSTGRES_MIN_MAJOR)throw Error(`\u6B64\u811A\u672C\u8981\u6C42 PostgreSQL >= ${C$.POSTGRES_MIN_MAJOR}\uFF0C\u5F53\u524D: ${X}`);return}if($==="sqlite"){let Z=await J.unsafe("SELECT sqlite_version() AS version");if(!Z.data||Z.data.length===0||!Z.data[0]?.version)throw Error("\u65E0\u6CD5\u83B7\u53D6 SQLite \u7248\u672C\u4FE1\u606F");let X=Z.data[0].version,[G,Y,H]=String(X).split(".").map((V)=>parseInt(V,10)||0),z=G*1e4+Y*100+H;if(!Number.isFinite(z)||z<C$.SQLITE_MIN_VERSION_NUM)throw Error(`\u6B64\u811A\u672C\u8981\u6C42 SQLite >= ${C$.SQLITE_MIN_VERSION}\uFF0C\u5F53\u524D: ${X}`);return}}function Y1($,J,Z){let X=[];if($!=="sqlite"&&JJ(Z.type)){if(J.max!==Z.max)X.push({type:"length",current:J.max,expected:Z.max})}if($!=="sqlite"){let O=J.comment||"";if(O!==Z.name)X.push({type:"comment",current:O,expected:Z.name})}let Y=wJ($)[Z.type].toLowerCase(),H=J.type.toLowerCase();if(H!==Y)X.push({type:"datatype",current:H,expected:Y});let z=Z.nullable;if(J.nullable!==z)X.push({type:"nullable",current:J.nullable,expected:z});let V=XJ(Z.default,Z.type);if(String(J.defaultValue)!==String(V))X.push({type:"default",current:J.defaultValue,expected:V});return X}async function TH($,J,Z){if($.dbDialect!=="sqlite")throw Error(`rebuildSqliteTable \u4EC5\u652F\u6301 sqlite \u65B9\u8A00\uFF0C\u5F53\u524D: ${String($.dbDialect)}`);let X=G0("sqlite",J),Y=(await $.db.unsafe(`PRAGMA table_info(${X})`)).data.map((I)=>I.name),z=["id","created_at","updated_at","deleted_at","state",...Object.keys(Z).map((I)=>u(I))],V=`${J}__tmp__${Date.now()}`;await W1($,V,Z);let O=z.filter((I)=>Y.includes(I));if(O.length>0){let I=O.map((B)=>G0("sqlite",B)).join(", "),C=G0("sqlite",V);await $.db.unsafe(`INSERT INTO ${C} (${I}) SELECT ${I} FROM ${X}`)}await $.db.unsafe(`DROP TABLE ${X}`);let R=G0("sqlite",V);await $.db.unsafe(`ALTER TABLE ${R} RENAME TO ${X}`)}async function vH($,J,Z,X){if(!X||!X.changed)return;if($.dbDialect==="sqlite")if(X.modifyClauses.length>0||X.defaultClauses.length>0)await TH($,J,Z);else for(let G of X.addClauses){let Y=`ALTER TABLE ${G0($.dbDialect,J)} ${G}`;await $.db.unsafe(Y)}else{let G=[...X.addClauses,...X.modifyClauses];if(G.length>0){let Y=G0($.dbDialect,J),H=$.dbDialect==="mysql"?`ALTER TABLE ${Y} ALGORITHM=INSTANT, LOCK=NONE, ${G.join(", ")}`:`ALTER TABLE ${Y} ${G.join(", ")}`;if($.dbDialect==="mysql")await oG($.db,H);else await $.db.unsafe(H)}}if(X.defaultClauses.length>0)if($.dbDialect==="sqlite")P.warn(`SQLite \u4E0D\u652F\u6301\u4FEE\u6539\u9ED8\u8BA4\u503C\uFF0C\u8868 ${J} \u7684\u9ED8\u8BA4\u503C\u53D8\u66F4\u5DF2\u8DF3\u8FC7`);else{let G=G0($.dbDialect,J),Y=$.dbDialect==="mysql"?`ALTER TABLE ${G} ALGORITHM=INSTANT, LOCK=NONE, ${X.defaultClauses.join(", ")}`:`ALTER TABLE ${G} ${X.defaultClauses.join(", ")}`;if($.dbDialect==="mysql")await oG($.db,Y);else await $.db.unsafe(Y)}for(let G of X.indexActions){let Y=CJ($.dbDialect,J,G.indexName,G.fieldName,G.action);try{if(await $.db.unsafe(Y),G.action==="create")P.debug(`[\u7D22\u5F15\u53D8\u5316] \u65B0\u5EFA\u7D22\u5F15 ${J}.${G.indexName} (${G.fieldName})`);else P.debug(`[\u7D22\u5F15\u53D8\u5316] \u5220\u9664\u7D22\u5F15 ${J}.${G.indexName} (${G.fieldName})`)}catch(H){throw P.error({err:H,table:J,index:G.indexName,field:G.fieldName,msg:`${G.action==="create"?"\u521B\u5EFA":"\u5220\u9664"}\u7D22\u5F15\u5931\u8D25`}),H}}if($.dbDialect==="postgresql"&&X.commentActions&&X.commentActions.length>0)for(let G of X.commentActions)await $.db.unsafe(G)}async function W1($,J,Z,X=hZ){let Y=[...$1($.dbDialect),...J1($.dbDialect,Z)].join(`,
7
7
  `),H=G0($.dbDialect,J),{ENGINE:z,CHARSET:V,COLLATE:O}=rG,R=$.dbDialect==="mysql"?`CREATE TABLE ${H} (
8
8
  ${Y}
9
9
  ) ENGINE=${z} DEFAULT CHARSET=${V} COLLATE=${O}`:`CREATE TABLE ${H} (
10
10
  ${Y}
11
- )`;if(await $.db.unsafe(R),$.dbDialect==="postgresql"){for(let L of ZJ){let S=String(L.comment).replace(/'/g,"''"),w=G0($.dbDialect,L.name),T=`COMMENT ON COLUMN ${H}.${w} IS '${S}'`;await $.db.unsafe(T)}for(let[L,S]of Object.entries(Z)){let w=u(L),T=G0($.dbDialect,w),D=S.name&&S.name!=="null"?String(S.name):"",E=D.replace(/'/g,"''"),N=D?`'${E}'`:"NULL",b=`COMMENT ON COLUMN ${H}.${T} IS ${N}`;await $.db.unsafe(b)}}let I=[],C={};if($.dbDialect==="mysql")C=await cZ($,J);for(let L of X){let S=`idx_${L}`;if($.dbDialect==="mysql"&&C[S])continue;let w=CJ($.dbDialect,J,S,L,"create");I.push($.db.unsafe(w))}for(let[L,S]of Object.entries(Z)){let w=u(L);if(S.index===!0&&S.unique!==!0){let T=`idx_${w}`;if($.dbDialect==="mysql"&&C[T])continue;let D=CJ($.dbDialect,J,T,w,"create");I.push($.db.unsafe(D))}}if(I.length>0)await Promise.all(I)}async function vH($,J,Z){let X=await G1($,J),G=await cZ($,J),Y=!1,H=[],z=[],V=[],O=[];for(let[L,S]of Object.entries(Z)){let w=u(L);if(X[w]){let T=Y1($.dbDialect,X[w],S);if(T.length>0){for(let v of T){let f=lG[v.type]||"\u672A\u77E5";P.debug(` ~ \u4FEE\u6539 ${w} ${f}: ${v.current} -> ${v.expected}`)}if(JJ(S.type)&&X[w].max&&S.max!==null){if(X[w].max>S.max)P.warn(`[\u8DF3\u8FC7\u5371\u9669\u53D8\u66F4] ${J}.${w} \u957F\u5EA6\u6536\u7F29 ${X[w].max} -> ${S.max} \u5DF2\u88AB\u8DF3\u8FC7\uFF08\u9700\u624B\u52A8\u5904\u7406\uFF09`)}let D=T.some((v)=>v.type==="datatype"),E=T.some((v)=>v.type==="length"),N=T.every((v)=>v.type==="default"),b=T.some((v)=>v.type==="default");if(D){let v=T.find((u0)=>u0.type==="datatype"),f=String(v?.current||"").toLowerCase(),l=EJ($.dbDialect)[S.type]?.toLowerCase()||"";if(!Z1(f,l)){let u0=[`\u7981\u6B62\u5B57\u6BB5\u7C7B\u578B\u53D8\u66F4: ${J}.${w}`,`\u5F53\u524D\u7C7B\u578B: ${v?.current}`,`\u76EE\u6807\u7C7B\u578B: ${v?.expected}`,"\u8BF4\u660E: \u4EC5\u5141\u8BB8\u5BBD\u5316\u578B\u53D8\u66F4\uFF08\u5982 INT->BIGINT, VARCHAR->TEXT\uFF09\uFF0C\u5176\u4ED6\u7C7B\u578B\u53D8\u66F4\u9700\u8981\u624B\u52A8\u5904\u7406"].join(`
12
- `);throw Error(u0)}P.debug(`[\u517C\u5BB9\u7C7B\u578B\u53D8\u66F4] ${J}.${w} ${f} -> ${l}`)}if(b){let v=XJ(S.default,S.type),f=null;if(v!=="null")f=TJ(v,S.type).trim().replace(/^DEFAULT\s+/,"");if(f!==null&&f!==""){if($.dbDialect==="postgresql"){let o=G0($.dbDialect,w);V.push(`ALTER COLUMN ${o} SET DEFAULT ${f}`)}else if($.dbDialect==="mysql"&&N){if(S.type!=="text"){let o=G0($.dbDialect,w);V.push(`ALTER COLUMN ${o} SET DEFAULT ${f}`)}}}}if(!N){let v=!1;if(E&&JJ(S.type)&&X[w].max&&S.max!==null){if(X[w].max>S.max)v=!0}if(!v)z.push(gZ($.dbDialect,L,S,!1))}Y=!0}}else H.push(gZ($.dbDialect,L,S,!0)),Y=!0}let R=ZJ.filter((L)=>L.name!=="id").map((L)=>L.name);for(let L of R)if(!X[L]){let S=eG($.dbDialect,L);if(S)P.debug(` + \u65B0\u589E\u7CFB\u7EDF\u5B57\u6BB5 ${L}`),H.push(`ADD COLUMN ${S}`),Y=!0}for(let L of hZ){let S=`idx_${L}`;if((X[L]||R.includes(L))&&!G[S])O.push({action:"create",indexName:S,fieldName:L}),Y=!0}for(let[L,S]of Object.entries(Z)){let w=u(L),T=`idx_${w}`;if(S.index&&!S.unique&&!G[T])O.push({action:"create",indexName:T,fieldName:w}),Y=!0;else if(!S.index&&G[T]&&G[T].length===1)O.push({action:"drop",indexName:T,fieldName:w}),Y=!0}let I=[];if($.dbDialect==="postgresql"){let L=G0($.dbDialect,J);for(let[S,w]of Object.entries(Z)){let T=u(S),D=G0($.dbDialect,T);if(X[T]){let E=X[T].comment||"",N=w.name&&w.name!=="null"?String(w.name):"";if(N!==E){let b=N.replace(/'/g,"''");I.push(`COMMENT ON COLUMN ${L}.${D} IS ${N?`'${b}'`:"NULL"}`),Y=!0}}}}Y=H.length>0||z.length>0||V.length>0||O.length>0||I.length>0;let C={changed:Y,addClauses:H,modifyClauses:z,defaultClauses:V,indexActions:O,commentActions:I};if(C.changed)await TH($,J,Z,C);return C}var H1=($,J=Bun.nanoseconds())=>{let Z=(J-$)/1e6;if(Z<1000)return`${Z.toFixed(2)} \u6BEB\u79D2`;else return`${(Z/1000).toFixed(2)} \u79D2`};function Q1(){let $=process.env.BUN_WORKER_ID,J=process.env.PM2_INSTANCE_ID;if($!==void 0)return{role:$===""?"primary":"worker",instanceId:$||"0",env:"bun-cluster"};if(J!==void 0)return{role:J==="0"?"primary":"worker",instanceId:J,env:"pm2-cluster"};return{role:"primary",instanceId:null,env:"standalone"}}I$();I$();import{existsSync as NH,readdirSync as DH}from"fs";kZ();m0();var z1=()=>{let $=new Map,J=(Z,X,G)=>{if(!NH(Z))return;let Y=DH(Z,{withFileTypes:!0});for(let H of Y){if(H.name.startsWith("_"))continue;if(!IJ(Z,H))continue;let z=t$(Z,H.name),V={source:X,sourceName:G,name:H.name,camelName:K$(H.name),rootDir:z,fullPath:z};$.set(H.name,V)}};return J(d(d0,"node_modules","@befly-addon"),"addon","\u7EC4\u4EF6"),J(hG,"app","\u9879\u76EE"),Array.from($.values())};AJ();var kH={name:"auth",enable:!0,deps:["cors"],handler:async($,J)=>{let Z=J.req.headers.get("authorization");if(Z&&Z.startsWith("Bearer ")){let X=Z.substring(7);try{let G=await $.jwt.verify(X);J.user=G,JG(G.id,G.roleCode,G.nickname,G.roleType)}catch{J.user={}}}else J.user={}}},U1=kH;var yH={name:"cors",enable:!0,deps:[],handler:async($,J)=>{let Z=J.req,G=Object.assign({},{origin:"*",methods:"GET, POST, OPTIONS",allowedHeaders:"Content-Type, Authorization, authorization, token",exposedHeaders:"Content-Range, X-Content-Range, Authorization, authorization, token",maxAge:86400,credentials:"true"},$.config&&$.config.cors?$.config.cors:{}),Y=jJ(Z,G);if(J.corsHeaders=Y,Z.method==="OPTIONS"){J.response=new Response(null,{status:204,headers:Y});return}}},V1=yH;var xH=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",fH="[:A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]["+xH+"]*",gH=new RegExp("^"+fH+"$");function vJ($,J){let Z=[],X=J.exec($);while(X){let G=[];G.startIndex=J.lastIndex-X[0].length;let Y=X.length;for(let H=0;H<Y;H++)G.push(X[H]);Z.push(G),X=J.exec($)}return Z}var f$=function($){let J=gH.exec($);return!(J===null||typeof J>"u")};function O1($){return typeof $<"u"}var hH={allowBooleanAttributes:!1,unpairedTags:[]};function F1($,J){J=Object.assign({},hH,J);let Z=[],X=!1,G=!1;if($[0]==="\uFEFF")$=$.substr(1);for(let Y=0;Y<$.length;Y++)if($[Y]==="<"&&$[Y+1]==="?"){if(Y+=2,Y=A1($,Y),Y.err)return Y}else if($[Y]==="<"){let H=Y;if(Y++,$[Y]==="!"){Y=K1($,Y);continue}else{let z=!1;if($[Y]==="/")z=!0,Y++;let V="";for(;Y<$.length&&$[Y]!==">"&&$[Y]!==" "&&$[Y]!=="\t"&&$[Y]!==`
13
- `&&$[Y]!=="\r";Y++)V+=$[Y];if(V=V.trim(),V[V.length-1]==="/")V=V.substring(0,V.length-1),Y--;if(!sH(V)){let I;if(V.trim().length===0)I="Invalid space after '<'.";else I="Tag '"+V+"' is an invalid name.";return Y0("InvalidTag",I,s0($,Y))}let O=pH($,Y);if(O===!1)return Y0("InvalidAttr","Attributes for '"+V+"' have open quote.",s0($,Y));let R=O.value;if(Y=O.index,R[R.length-1]==="/"){let I=Y-R.length;R=R.substring(0,R.length-1);let C=M1(R,J);if(C===!0)X=!0;else return Y0(C.err.code,C.err.msg,s0($,I+C.err.line))}else if(z)if(!O.tagClosed)return Y0("InvalidTag","Closing tag '"+V+"' doesn't have proper closing.",s0($,Y));else if(R.trim().length>0)return Y0("InvalidTag","Closing tag '"+V+"' can't have attributes or invalid starting.",s0($,H));else if(Z.length===0)return Y0("InvalidTag","Closing tag '"+V+"' has not been opened.",s0($,H));else{let I=Z.pop();if(V!==I.tagName){let C=s0($,I.tagStartPos);return Y0("InvalidTag","Expected closing tag '"+I.tagName+"' (opened in line "+C.line+", col "+C.col+") instead of closing tag '"+V+"'.",s0($,H))}if(Z.length==0)G=!0}else{let I=M1(R,J);if(I!==!0)return Y0(I.err.code,I.err.msg,s0($,Y-R.length+I.err.line));if(G===!0)return Y0("InvalidXml","Multiple possible root nodes found.",s0($,Y));else if(J.unpairedTags.indexOf(V)!==-1);else Z.push({tagName:V,tagStartPos:H});X=!0}for(Y++;Y<$.length;Y++)if($[Y]==="<")if($[Y+1]==="!"){Y++,Y=K1($,Y);continue}else if($[Y+1]==="?"){if(Y=A1($,++Y),Y.err)return Y}else break;else if($[Y]==="&"){let I=nH($,Y);if(I==-1)return Y0("InvalidChar","char '&' is not expected.",s0($,Y));Y=I}else if(G===!0&&!_1($[Y]))return Y0("InvalidXml","Extra text at the end",s0($,Y));if($[Y]==="<")Y--}}else{if(_1($[Y]))continue;return Y0("InvalidChar","char '"+$[Y]+"' is not expected.",s0($,Y))}if(!X)return Y0("InvalidXml","Start tag expected.",1);else if(Z.length==1)return Y0("InvalidTag","Unclosed tag '"+Z[0].tagName+"'.",s0($,Z[0].tagStartPos));else if(Z.length>0)return Y0("InvalidXml","Invalid '"+JSON.stringify(Z.map((Y)=>Y.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1});return!0}function _1($){return $===" "||$==="\t"||$===`
14
- `||$==="\r"}function A1($,J){let Z=J;for(;J<$.length;J++)if($[J]=="?"||$[J]==" "){let X=$.substr(Z,J-Z);if(J>5&&X==="xml")return Y0("InvalidXml","XML declaration allowed only at the start of the document.",s0($,J));else if($[J]=="?"&&$[J+1]==">"){J++;break}else continue}return J}function K1($,J){if($.length>J+5&&$[J+1]==="-"&&$[J+2]==="-"){for(J+=3;J<$.length;J++)if($[J]==="-"&&$[J+1]==="-"&&$[J+2]===">"){J+=2;break}}else if($.length>J+8&&$[J+1]==="D"&&$[J+2]==="O"&&$[J+3]==="C"&&$[J+4]==="T"&&$[J+5]==="Y"&&$[J+6]==="P"&&$[J+7]==="E"){let Z=1;for(J+=8;J<$.length;J++)if($[J]==="<")Z++;else if($[J]===">"){if(Z--,Z===0)break}}else if($.length>J+9&&$[J+1]==="["&&$[J+2]==="C"&&$[J+3]==="D"&&$[J+4]==="A"&&$[J+5]==="T"&&$[J+6]==="A"&&$[J+7]==="["){for(J+=8;J<$.length;J++)if($[J]==="]"&&$[J+1]==="]"&&$[J+2]===">"){J+=2;break}}return J}var bH='"',cH="'";function pH($,J){let Z="",X="",G=!1;for(;J<$.length;J++){if($[J]===bH||$[J]===cH)if(X==="")X=$[J];else if(X!==$[J]);else X="";else if($[J]===">"){if(X===""){G=!0;break}}Z+=$[J]}if(X!=="")return!1;return{value:Z,index:J,tagClosed:G}}var uH=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function M1($,J){let Z=vJ($,uH),X={};for(let G=0;G<Z.length;G++){if(Z[G][1].length===0)return Y0("InvalidAttr","Attribute '"+Z[G][2]+"' has no space in starting.",GJ(Z[G]));else if(Z[G][3]!==void 0&&Z[G][4]===void 0)return Y0("InvalidAttr","Attribute '"+Z[G][2]+"' is without value.",GJ(Z[G]));else if(Z[G][3]===void 0&&!J.allowBooleanAttributes)return Y0("InvalidAttr","boolean attribute '"+Z[G][2]+"' is not allowed.",GJ(Z[G]));let Y=Z[G][2];if(!dH(Y))return Y0("InvalidAttr","Attribute '"+Y+"' is an invalid name.",GJ(Z[G]));if(!X.hasOwnProperty(Y))X[Y]=1;else return Y0("InvalidAttr","Attribute '"+Y+"' is repeated.",GJ(Z[G]))}return!0}function mH($,J){let Z=/\d/;if($[J]==="x")J++,Z=/[\da-fA-F]/;for(;J<$.length;J++){if($[J]===";")return J;if(!$[J].match(Z))break}return-1}function nH($,J){if(J++,$[J]===";")return-1;if($[J]==="#")return J++,mH($,J);let Z=0;for(;J<$.length;J++,Z++){if($[J].match(/\w/)&&Z<20)continue;if($[J]===";")break;return-1}return J}function Y0($,J,Z){return{err:{code:$,msg:J,line:Z.line||Z,col:Z.col}}}function dH($){return f$($)}function sH($){return f$($)}function s0($,J){let Z=$.substring(0,J).split(/\r?\n/);return{line:Z.length,col:Z[Z.length-1].length+1}}function GJ($){return $.startIndex+$[1].length}var oH={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function($,J){return J},attributeValueProcessor:function($,J){return J},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function($,J,Z){return $},captureMetaData:!1},R1=function($){return Object.assign({},oH,$)};var NJ;if(typeof Symbol!=="function")NJ="@@xmlMetadata";else NJ=Symbol("XML Node Metadata");class i0{constructor($){this.tagname=$,this.child=[],this[":@"]={}}add($,J){if($==="__proto__")$="#__proto__";this.child.push({[$]:J})}addChild($,J){if($.tagname==="__proto__")$.tagname="#__proto__";if($[":@"]&&Object.keys($[":@"]).length>0)this.child.push({[$.tagname]:$.child,[":@"]:$[":@"]});else this.child.push({[$.tagname]:$.child});if(J!==void 0)this.child[this.child.length-1][NJ]={startIndex:J}}static getMetaDataSymbol(){return NJ}}class DJ{constructor($){this.suppressValidationErr=!$}readDocType($,J){let Z={};if($[J+3]==="O"&&$[J+4]==="C"&&$[J+5]==="T"&&$[J+6]==="Y"&&$[J+7]==="P"&&$[J+8]==="E"){J=J+9;let X=1,G=!1,Y=!1,H="";for(;J<$.length;J++)if($[J]==="<"&&!Y){if(G&&S$($,"!ENTITY",J)){J+=7;let z,V;if([z,V,J]=this.readEntityExp($,J+1,this.suppressValidationErr),V.indexOf("&")===-1)Z[z]={regx:RegExp(`&${z};`,"g"),val:V}}else if(G&&S$($,"!ELEMENT",J)){J+=8;let{index:z}=this.readElementExp($,J+1);J=z}else if(G&&S$($,"!ATTLIST",J))J+=8;else if(G&&S$($,"!NOTATION",J)){J+=9;let{index:z}=this.readNotationExp($,J+1,this.suppressValidationErr);J=z}else if(S$($,"!--",J))Y=!0;else throw Error("Invalid DOCTYPE");X++,H=""}else if($[J]===">"){if(Y){if($[J-1]==="-"&&$[J-2]==="-")Y=!1,X--}else X--;if(X===0)break}else if($[J]==="[")G=!0;else H+=$[J];if(X!==0)throw Error("Unclosed DOCTYPE")}else throw Error("Invalid Tag instead of DOCTYPE");return{entities:Z,i:J}}readEntityExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J])&&$[J]!=='"'&&$[J]!=="'")Z+=$[J],J++;if(YJ(Z),J=l0($,J),!this.suppressValidationErr){if($.substring(J,J+6).toUpperCase()==="SYSTEM")throw Error("External entities are not supported");else if($[J]==="%")throw Error("Parameter entities are not supported")}let X="";return[J,X]=this.readIdentifierVal($,J,"entity"),J--,[Z,X,J]}readNotationExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J]))Z+=$[J],J++;!this.suppressValidationErr&&YJ(Z),J=l0($,J);let X=$.substring(J,J+6).toUpperCase();if(!this.suppressValidationErr&&X!=="SYSTEM"&&X!=="PUBLIC")throw Error(`Expected SYSTEM or PUBLIC, found "${X}"`);J+=X.length,J=l0($,J);let G=null,Y=null;if(X==="PUBLIC"){if([J,G]=this.readIdentifierVal($,J,"publicIdentifier"),J=l0($,J),$[J]==='"'||$[J]==="'")[J,Y]=this.readIdentifierVal($,J,"systemIdentifier")}else if(X==="SYSTEM"){if([J,Y]=this.readIdentifierVal($,J,"systemIdentifier"),!this.suppressValidationErr&&!Y)throw Error("Missing mandatory system identifier for SYSTEM notation")}return{notationName:Z,publicIdentifier:G,systemIdentifier:Y,index:--J}}readIdentifierVal($,J,Z){let X="",G=$[J];if(G!=='"'&&G!=="'")throw Error(`Expected quoted string, found "${G}"`);J++;while(J<$.length&&$[J]!==G)X+=$[J],J++;if($[J]!==G)throw Error(`Unterminated ${Z} value`);return J++,[J,X]}readElementExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J]))Z+=$[J],J++;if(!this.suppressValidationErr&&!f$(Z))throw Error(`Invalid element name: "${Z}"`);J=l0($,J);let X="";if($[J]==="E"&&S$($,"MPTY",J))J+=4;else if($[J]==="A"&&S$($,"NY",J))J+=2;else if($[J]==="("){J++;while(J<$.length&&$[J]!==")")X+=$[J],J++;if($[J]!==")")throw Error("Unterminated content model")}else if(!this.suppressValidationErr)throw Error(`Invalid Element Expression, found "${$[J]}"`);return{elementName:Z,contentModel:X.trim(),index:J}}readAttlistExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J]))Z+=$[J],J++;YJ(Z),J=l0($,J);let X="";while(J<$.length&&!/\s/.test($[J]))X+=$[J],J++;if(!YJ(X))throw Error(`Invalid attribute name: "${X}"`);J=l0($,J);let G="";if($.substring(J,J+8).toUpperCase()==="NOTATION"){if(G="NOTATION",J+=8,J=l0($,J),$[J]!=="(")throw Error(`Expected '(', found "${$[J]}"`);J++;let H=[];while(J<$.length&&$[J]!==")"){let z="";while(J<$.length&&$[J]!=="|"&&$[J]!==")")z+=$[J],J++;if(z=z.trim(),!YJ(z))throw Error(`Invalid notation name: "${z}"`);if(H.push(z),$[J]==="|")J++,J=l0($,J)}if($[J]!==")")throw Error("Unterminated list of notations");J++,G+=" ("+H.join("|")+")"}else{while(J<$.length&&!/\s/.test($[J]))G+=$[J],J++;let H=["CDATA","ID","IDREF","IDREFS","ENTITY","ENTITIES","NMTOKEN","NMTOKENS"];if(!this.suppressValidationErr&&!H.includes(G.toUpperCase()))throw Error(`Invalid attribute type: "${G}"`)}J=l0($,J);let Y="";if($.substring(J,J+8).toUpperCase()==="#REQUIRED")Y="#REQUIRED",J+=8;else if($.substring(J,J+7).toUpperCase()==="#IMPLIED")Y="#IMPLIED",J+=7;else[J,Y]=this.readIdentifierVal($,J,"ATTLIST");return{elementName:Z,attributeName:X,attributeType:G,defaultValue:Y,index:J}}}var l0=($,J)=>{while(J<$.length&&/\s/.test($[J]))J++;return J};function S$($,J,Z){for(let X=0;X<J.length;X++)if(J[X]!==$[Z+X+1])return!1;return!0}function YJ($){if(f$($))return $;else throw Error(`Invalid entity name ${$}`)}var lH=/^[-+]?0x[a-fA-F0-9]+$/,rH=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,iH={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function pZ($,J={}){if(J=Object.assign({},iH,J),!$||typeof $!=="string")return $;let Z=$.trim();if(J.skipLike!==void 0&&J.skipLike.test(Z))return $;else if($==="0")return 0;else if(J.hex&&lH.test(Z))return $Q(Z,16);else if(Z.includes("e")||Z.includes("E"))return aH($,Z,J);else{let X=rH.exec(Z);if(X){let G=X[1]||"",Y=X[2],H=eH(X[3]),z=G?$[Y.length+1]===".":$[Y.length]===".";if(!J.leadingZeros&&(Y.length>1||Y.length===1&&!z))return $;else{let V=Number(Z),O=String(V);if(V===0)return V;if(O.search(/[eE]/)!==-1)if(J.eNotation)return V;else return $;else if(Z.indexOf(".")!==-1)if(O==="0")return V;else if(O===H)return V;else if(O===`${G}${H}`)return V;else return $;let R=Y?H:Z;if(Y)return R===O||G+R===O?V:$;else return R===O||R===G+O?V:$}}else return $}}var tH=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function aH($,J,Z){if(!Z.eNotation)return $;let X=J.match(tH);if(X){let G=X[1]||"",Y=X[3].indexOf("e")===-1?"E":"e",H=X[2],z=G?$[H.length+1]===Y:$[H.length]===Y;if(H.length>1&&z)return $;else if(H.length===1&&(X[3].startsWith(`.${Y}`)||X[3][0]===Y))return Number(J);else if(Z.leadingZeros&&!z)return J=(X[1]||"")+X[3],Number(J);else return $}else return $}function eH($){if($&&$.indexOf(".")!==-1){if($=$.replace(/0+$/,""),$===".")$="0";else if($[0]===".")$="0"+$;else if($[$.length-1]===".")$=$.substring(0,$.length-1);return $}return $}function $Q($,J){if(parseInt)return parseInt($,J);else if(Number.parseInt)return Number.parseInt($,J);else if(window&&window.parseInt)return window.parseInt($,J);else throw Error("parseInt, Number.parseInt, window.parseInt are not supported")}function uZ($){if(typeof $==="function")return $;if(Array.isArray($))return(J)=>{for(let Z of $){if(typeof Z==="string"&&J===Z)return!0;if(Z instanceof RegExp&&Z.test(J))return!0}};return()=>!1}class kJ{constructor($){if(this.options=$,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"\xA2"},pound:{regex:/&(pound|#163);/g,val:"\xA3"},yen:{regex:/&(yen|#165);/g,val:"\xA5"},euro:{regex:/&(euro|#8364);/g,val:"\u20AC"},copyright:{regex:/&(copy|#169);/g,val:"\xA9"},reg:{regex:/&(reg|#174);/g,val:"\xAE"},inr:{regex:/&(inr|#8377);/g,val:"\u20B9"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(J,Z)=>String.fromCodePoint(Number.parseInt(Z,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(J,Z)=>String.fromCodePoint(Number.parseInt(Z,16))}},this.addExternalEntities=JQ,this.parseXml=WQ,this.parseTextData=ZQ,this.resolveNameSpace=XQ,this.buildAttributesMap=YQ,this.isItStopNode=UQ,this.replaceEntitiesValue=QQ,this.readStopNodeData=OQ,this.saveTextToParentTag=zQ,this.addChild=HQ,this.ignoreAttributesFn=uZ(this.options.ignoreAttributes),this.options.stopNodes&&this.options.stopNodes.length>0){this.stopNodesExact=new Set,this.stopNodesWildcard=new Set;for(let J=0;J<this.options.stopNodes.length;J++){let Z=this.options.stopNodes[J];if(typeof Z!=="string")continue;if(Z.startsWith("*."))this.stopNodesWildcard.add(Z.substring(2));else this.stopNodesExact.add(Z)}}}}function JQ($){let J=Object.keys($);for(let Z=0;Z<J.length;Z++){let X=J[Z];this.lastEntities[X]={regex:new RegExp("&"+X+";","g"),val:$[X]}}}function ZQ($,J,Z,X,G,Y,H){if($!==void 0){if(this.options.trimValues&&!X)$=$.trim();if($.length>0){if(!H)$=this.replaceEntitiesValue($);let z=this.options.tagValueProcessor(J,$,Z,G,Y);if(z===null||z===void 0)return $;else if(typeof z!==typeof $||z!==$)return z;else if(this.options.trimValues)return nZ($,this.options.parseTagValue,this.options.numberParseOptions);else if($.trim()===$)return nZ($,this.options.parseTagValue,this.options.numberParseOptions);else return $}}}function XQ($){if(this.options.removeNSPrefix){let J=$.split(":"),Z=$.charAt(0)==="/"?"/":"";if(J[0]==="xmlns")return"";if(J.length===2)$=Z+J[1]}return $}var GQ=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function YQ($,J){if(this.options.ignoreAttributes!==!0&&typeof $==="string"){let Z=vJ($,GQ),X=Z.length,G={};for(let Y=0;Y<X;Y++){let H=this.resolveNameSpace(Z[Y][1]);if(this.ignoreAttributesFn(H,J))continue;let z=Z[Y][4],V=this.options.attributeNamePrefix+H;if(H.length){if(this.options.transformAttributeName)V=this.options.transformAttributeName(V);if(V==="__proto__")V="#__proto__";if(z!==void 0){if(this.options.trimValues)z=z.trim();z=this.replaceEntitiesValue(z);let O=this.options.attributeValueProcessor(H,z,J);if(O===null||O===void 0)G[V]=z;else if(typeof O!==typeof z||O!==z)G[V]=O;else G[V]=nZ(z,this.options.parseAttributeValue,this.options.numberParseOptions)}else if(this.options.allowBooleanAttributes)G[V]=!0}}if(!Object.keys(G).length)return;if(this.options.attributesGroupName){let Y={};return Y[this.options.attributesGroupName]=G,Y}return G}}var WQ=function($){$=$.replace(/\r\n?/g,`
15
- `);let J=new i0("!xml"),Z=J,X="",G="",Y=new DJ(this.options.processEntities);for(let H=0;H<$.length;H++)if($[H]==="<")if($[H+1]==="/"){let V=E$($,">",H,"Closing Tag is not closed."),O=$.substring(H+2,V).trim();if(this.options.removeNSPrefix){let C=O.indexOf(":");if(C!==-1)O=O.substr(C+1)}if(this.options.transformTagName)O=this.options.transformTagName(O);if(Z)X=this.saveTextToParentTag(X,Z,G);let R=G.substring(G.lastIndexOf(".")+1);if(O&&this.options.unpairedTags.indexOf(O)!==-1)throw Error(`Unpaired tag can not be used as closing tag: </${O}>`);let I=0;if(R&&this.options.unpairedTags.indexOf(R)!==-1)I=G.lastIndexOf(".",G.lastIndexOf(".")-1),this.tagsNodeStack.pop();else I=G.lastIndexOf(".");G=G.substring(0,I),Z=this.tagsNodeStack.pop(),X="",H=V}else if($[H+1]==="?"){let V=mZ($,H,!1,"?>");if(!V)throw Error("Pi Tag is not closed.");if(X=this.saveTextToParentTag(X,Z,G),this.options.ignoreDeclaration&&V.tagName==="?xml"||this.options.ignorePiTags);else{let O=new i0(V.tagName);if(O.add(this.options.textNodeName,""),V.tagName!==V.tagExp&&V.attrExpPresent)O[":@"]=this.buildAttributesMap(V.tagExp,G);this.addChild(Z,O,G,H)}H=V.closeIndex+1}else if($.substr(H+1,3)==="!--"){let V=E$($,"-->",H+4,"Comment is not closed.");if(this.options.commentPropName){let O=$.substring(H+4,V-2);X=this.saveTextToParentTag(X,Z,G),Z.add(this.options.commentPropName,[{[this.options.textNodeName]:O}])}H=V}else if($.substr(H+1,2)==="!D"){let V=Y.readDocType($,H);this.docTypeEntities=V.entities,H=V.i}else if($.substr(H+1,2)==="!["){let V=E$($,"]]>",H,"CDATA is not closed.")-2,O=$.substring(H+9,V);X=this.saveTextToParentTag(X,Z,G);let R=this.parseTextData(O,Z.tagname,G,!0,!1,!0,!0);if(R==null)R="";if(this.options.cdataPropName)Z.add(this.options.cdataPropName,[{[this.options.textNodeName]:O}]);else Z.add(this.options.textNodeName,R);H=V+2}else{let V=mZ($,H,this.options.removeNSPrefix),O=V.tagName,R=V.rawTagName,I=V.tagExp,C=V.attrExpPresent,L=V.closeIndex;if(this.options.transformTagName){let T=this.options.transformTagName(O);if(I===O)I=T;O=T}if(Z&&X){if(Z.tagname!=="!xml")X=this.saveTextToParentTag(X,Z,G,!1)}let S=Z;if(S&&this.options.unpairedTags.indexOf(S.tagname)!==-1)Z=this.tagsNodeStack.pop(),G=G.substring(0,G.lastIndexOf("."));if(O!==J.tagname)G+=G?"."+O:O;let w=H;if(this.isItStopNode(this.stopNodesExact,this.stopNodesWildcard,G,O)){let T="";if(I.length>0&&I.lastIndexOf("/")===I.length-1){if(O[O.length-1]==="/")O=O.substr(0,O.length-1),G=G.substr(0,G.length-1),I=O;else I=I.substr(0,I.length-1);H=V.closeIndex}else if(this.options.unpairedTags.indexOf(O)!==-1)H=V.closeIndex;else{let E=this.readStopNodeData($,R,L+1);if(!E)throw Error(`Unexpected end of ${R}`);H=E.i,T=E.tagContent}let D=new i0(O);if(O!==I&&C)D[":@"]=this.buildAttributesMap(I,G);if(T)T=this.parseTextData(T,O,G,!0,C,!0,!0);G=G.substr(0,G.lastIndexOf(".")),D.add(this.options.textNodeName,T),this.addChild(Z,D,G,w)}else{if(I.length>0&&I.lastIndexOf("/")===I.length-1){if(O[O.length-1]==="/")O=O.substr(0,O.length-1),G=G.substr(0,G.length-1),I=O;else I=I.substr(0,I.length-1);if(this.options.transformTagName){let D=this.options.transformTagName(O);if(I===O)I=D;O=D}let T=new i0(O);if(O!==I&&C)T[":@"]=this.buildAttributesMap(I,G);this.addChild(Z,T,G,w),G=G.substr(0,G.lastIndexOf("."))}else{let T=new i0(O);if(this.tagsNodeStack.push(Z),O!==I&&C)T[":@"]=this.buildAttributesMap(I,G);this.addChild(Z,T,G,w),Z=T}X="",H=L}}else X+=$[H];return J.child};function HQ($,J,Z,X){if(!this.options.captureMetaData)X=void 0;let G=this.options.updateTag(J.tagname,Z,J[":@"]);if(G===!1);else if(typeof G==="string")J.tagname=G,$.addChild(J,X);else $.addChild(J,X)}var QQ=function($){if(this.options.processEntities){for(let J in this.docTypeEntities){let Z=this.docTypeEntities[J];$=$.replace(Z.regx,Z.val)}for(let J in this.lastEntities){let Z=this.lastEntities[J];$=$.replace(Z.regex,Z.val)}if(this.options.htmlEntities)for(let J in this.htmlEntities){let Z=this.htmlEntities[J];$=$.replace(Z.regex,Z.val)}$=$.replace(this.ampEntity.regex,this.ampEntity.val)}return $};function zQ($,J,Z,X){if($){if(X===void 0)X=J.child.length===0;if($=this.parseTextData($,J.tagname,Z,!1,J[":@"]?Object.keys(J[":@"]).length!==0:!1,X),$!==void 0&&$!=="")J.add(this.options.textNodeName,$);$=""}return $}function UQ($,J,Z,X){if(J&&J.has(X))return!0;if($&&$.has(Z))return!0;return!1}function VQ($,J,Z=">"){let X,G="";for(let Y=J;Y<$.length;Y++){let H=$[Y];if(X){if(H===X)X=""}else if(H==='"'||H==="'")X=H;else if(H===Z[0])if(Z[1]){if($[Y+1]===Z[1])return{data:G,index:Y}}else return{data:G,index:Y};else if(H==="\t")H=" ";G+=H}}function E$($,J,Z,X){let G=$.indexOf(J,Z);if(G===-1)throw Error(X);else return G+J.length-1}function mZ($,J,Z,X=">"){let G=VQ($,J+1,X);if(!G)return;let{data:Y,index:H}=G,z=Y.search(/\s/),V=Y,O=!0;if(z!==-1)V=Y.substring(0,z),Y=Y.substring(z+1).trimStart();let R=V;if(Z){let I=V.indexOf(":");if(I!==-1)V=V.substr(I+1),O=V!==G.data.substr(I+1)}return{tagName:V,tagExp:Y,closeIndex:H,attrExpPresent:O,rawTagName:R}}function OQ($,J,Z){let X=Z,G=1;for(;Z<$.length;Z++)if($[Z]==="<")if($[Z+1]==="/"){let Y=E$($,">",Z,`${J} is not closed`);if($.substring(Z+2,Y).trim()===J){if(G--,G===0)return{tagContent:$.substring(X,Z),i:Y}}Z=Y}else if($[Z+1]==="?")Z=E$($,"?>",Z+1,"StopNode is not closed.");else if($.substr(Z+1,3)==="!--")Z=E$($,"-->",Z+3,"StopNode is not closed.");else if($.substr(Z+1,2)==="![")Z=E$($,"]]>",Z,"StopNode is not closed.")-2;else{let Y=mZ($,Z,">");if(Y){if((Y&&Y.tagName)===J&&Y.tagExp[Y.tagExp.length-1]!=="/")G++;Z=Y.closeIndex}}}function nZ($,J,Z){if(J&&typeof $==="string"){let X=$.trim();if(X==="true")return!0;else if(X==="false")return!1;else return pZ($,Z)}else if(O1($))return $;else return""}var dZ=i0.getMetaDataSymbol();function sZ($,J){return I1($,J)}function I1($,J,Z){let X,G={};for(let Y=0;Y<$.length;Y++){let H=$[Y],z=_Q(H),V="";if(Z===void 0)V=z;else V=Z+"."+z;if(z===J.textNodeName)if(X===void 0)X=H[z];else X+=""+H[z];else if(z===void 0)continue;else if(H[z]){let O=I1(H[z],J,V),R=KQ(O,J);if(H[dZ]!==void 0)O[dZ]=H[dZ];if(H[":@"])AQ(O,H[":@"],V,J);else if(Object.keys(O).length===1&&O[J.textNodeName]!==void 0&&!J.alwaysCreateTextNode)O=O[J.textNodeName];else if(Object.keys(O).length===0)if(J.alwaysCreateTextNode)O[J.textNodeName]="";else O="";if(G[z]!==void 0&&G.hasOwnProperty(z)){if(!Array.isArray(G[z]))G[z]=[G[z]];G[z].push(O)}else if(J.isArray(z,V,R))G[z]=[O];else G[z]=O}}if(typeof X==="string"){if(X.length>0)G[J.textNodeName]=X}else if(X!==void 0)G[J.textNodeName]=X;return G}function _Q($){let J=Object.keys($);for(let Z=0;Z<J.length;Z++){let X=J[Z];if(X!==":@")return X}}function AQ($,J,Z,X){if(J){let G=Object.keys(J),Y=G.length;for(let H=0;H<Y;H++){let z=G[H];if(X.isArray(z,Z+"."+z,!0,!0))$[z]=[J[z]];else $[z]=J[z]}}}function KQ($,J){let{textNodeName:Z}=J,X=Object.keys($).length;if(X===0)return!0;if(X===1&&($[Z]||typeof $[Z]==="boolean"||$[Z]===0))return!0;return!1}class WJ{constructor($){this.externalEntities={},this.options=R1($)}parse($,J){if(typeof $!=="string"&&$.toString)$=$.toString();else if(typeof $!=="string")throw Error("XML data is accepted in String or Bytes[] form.");if(J){if(J===!0)J={};let G=F1($,J);if(G!==!0)throw Error(`${G.err.msg}:${G.err.line}:${G.err.col}`)}let Z=new kJ(this.options);Z.addExternalEntities(this.externalEntities);let X=Z.parseXml($);if(this.options.preserveOrder||X===void 0)return X;else return sZ(X,this.options)}addEntity($,J){if(J.indexOf("&")!==-1)throw Error("Entity value can't have '&'");else if($.indexOf("&")!==-1||$.indexOf(";")!==-1)throw Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");else if(J==="&")throw Error("An entity with value '&' is not permitted");else this.externalEntities[$]=J}static getMetaDataSymbol(){return i0.getMetaDataSymbol()}}m0();var MQ=new WJ,FQ={name:"parser",enable:!0,deps:["auth"],handler:async($,J)=>{if(!J.api)return;if(J.api.rawBody){J.body={};return}if(J.req.method==="GET"){let Z=new URL(J.req.url),X=Object.fromEntries(Z.searchParams);if(r(J.api.fields)&&!VJ(J.api.fields))J.body=OJ(X,Object.keys(J.api.fields));else J.body=X}else if(J.req.method==="POST"){let Z=J.req.headers.get("content-type")||"",X=new URL(J.req.url),G=Object.fromEntries(X.searchParams);try{if(Z.includes("application/json")){let Y=await J.req.json(),H={...G,...Y};if(r(J.api.fields)&&!VJ(J.api.fields))J.body=OJ(H,Object.keys(J.api.fields));else J.body=H}else if(Z.includes("application/xml")||Z.includes("text/xml")){let Y=await J.req.text(),H=MQ.parse(Y),z=Object.keys(H)[0],V=z&&typeof H[z]==="object"?H[z]:H,O={...G,...V};if(r(J.api.fields)&&!VJ(J.api.fields))J.body=OJ(O,Object.keys(J.api.fields));else J.body=O}else{J.response=q$(J,"\u65E0\u6548\u7684\u8BF7\u6C42\u53C2\u6570\u683C\u5F0F",1,null,{location:"content-type",value:Z},"parser");return}}catch{J.response=q$(J,"\u65E0\u6548\u7684\u8BF7\u6C42\u53C2\u6570\u683C\u5F0F",1,null,{location:"body",reason:Z.includes("application/json")?"invalid_json":Z.includes("xml")?"invalid_xml":"invalid_body"},"parser");return}}}},q1=FQ;a();var RQ={name:"permission",enable:!0,deps:["validator"],handler:async($,J)=>{if(!J.api)return;if(J.api.auth===!1)return;if(!J.user||!J.user.id){J.response=q$(J,"\u672A\u767B\u5F55",1,null,null,"auth");return}if(J.user.roleCode==="dev")return;let Z=J.route,X=J.user.roleCode,G=!1;if(X&&$.redis)try{let Y=X0.roleApis(X);G=await $.redis.sismember(Y,Z)}catch(Y){P.error({event:"hook_permission_redis_error",apiPath:Z,roleCode:X,err:Y,msg:"hook permission redis error"}),G=!1}if(!G){let Y=typeof J.api.name==="string"&&J.api.name.length>0?J.api.name:null,H=typeof Z==="string"&&Z.length>0?Z:null,z=Y?Y:H?H:"\u672A\u77E5\u63A5\u53E3";J.response=q$(J,`\u65E0\u6743\u8BBF\u95EE ${z} \u63A5\u53E3`,1,null,{apiLabel:z},"permission");return}}},P1=RQ;var oZ={number:"^\\d+$",integer:"^-?\\d+$",float:"^-?\\d+(\\.\\d+)?$",positive:"^[1-9]\\d*$",negative:"^-\\d+$",zero:"^0$",word:"^[a-zA-Z]+$",alphanumeric:"^[a-zA-Z0-9]+$",alphanumeric_:"^[a-zA-Z0-9_]+$",alphanumericDash_:"^[a-zA-Z0-9_-]+$",lowercase:"^[a-z]+$",uppercase:"^[A-Z]+$",chinese:"^[\\u4e00-\\u9fa5]+$",chineseWord:"^[\\u4e00-\\u9fa5a-zA-Z]+$",email:"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$",phone:"^1[3-9]\\d{9}$",telephone:"^0\\d{2,3}-?\\d{7,8}$",url:"^https?://",ip:"^((25[0-5]|2[0-4]\\d|[01]?\\d\\d?)\\.){3}(25[0-5]|2[0-4]\\d|[01]?\\d\\d?)$",ipv6:"^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$",domain:"^(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,}$",uuid:"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",hex:"^[0-9a-fA-F]+$",base64:"^[A-Za-z0-9+/=]+$",md5:"^[a-f0-9]{32}$",sha1:"^[a-f0-9]{40}$",sha256:"^[a-f0-9]{64}$",date:"^\\d{4}-\\d{2}-\\d{2}$",time:"^\\d{2}:\\d{2}:\\d{2}$",datetime:"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}",year:"^\\d{4}$",month:"^(0[1-9]|1[0-2])$",day:"^(0[1-9]|[12]\\d|3[01])$",variable:"^[a-zA-Z_][a-zA-Z0-9_]*$",constant:"^[A-Z][A-Z0-9_]*$",package:"^[a-z][a-z0-9-]*$",idCard:"^\\d{17}[\\dXx]$",passport:"^[a-zA-Z0-9]{5,17}$",bankCard:"^\\d{16,19}$",wechat:"^[a-zA-Z][a-zA-Z0-9_-]{5,19}$",qq:"^[1-9]\\d{4,10}$",alipay:"^(1[3-9]\\d{9}|[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,})$",username:"^[a-zA-Z][a-zA-Z0-9_]{3,19}$",nickname:"^[\\u4e00-\\u9fa5a-zA-Z0-9]{2,20}$",passwordWeak:"^.{6,}$",passwordMedium:"^(?=.*[a-zA-Z])(?=.*\\d).{8,}$",passwordStrong:"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!@#$%^&*]).{8,}$",licensePlate:"^[\u4EAC\u6D25\u6CAA\u6E1D\u5180\u8C6B\u4E91\u8FBD\u9ED1\u6E58\u7696\u9C81\u65B0\u82CF\u6D59\u8D63\u9102\u6842\u7518\u664B\u8499\u9655\u5409\u95FD\u8D35\u7CA4\u9752\u85CF\u5DDD\u5B81\u743C\u4F7F\u9886][A-Z][A-HJ-NP-Z0-9]{4,5}[A-HJ-NP-Z0-9\u6302\u5B66\u8B66\u6E2F\u6FB3]$",postalCode:"^\\d{6}$",semver:"^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9.]+)?(\\+[a-zA-Z0-9.]+)?$",colorHex:"^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$",empty:"^$",notempty:".+"},j1=new Map;function IQ($){if($.startsWith("@")){let J=$.slice(1);return oZ[J]||$}return $}function B1($,J){let Z=IQ($),X=`${Z}:${J||""}`,G=j1.get(X);if(!G)G=new RegExp(Z,J),j1.set(X,G);return G}class lZ{static validate($,J,Z=[]){let X={};if(!$||typeof $!=="object"||Array.isArray($))return this.buildResult({_error:"\u6570\u636E\u5FC5\u987B\u662F\u5BF9\u8C61\u683C\u5F0F"});if(!J||typeof J!=="object")return this.buildResult({_error:"\u9A8C\u8BC1\u89C4\u5219\u5FC5\u987B\u662F\u5BF9\u8C61\u683C\u5F0F"});for(let G of Z){let Y=$[G];if(Y===void 0||Y===null||Y===""){let H=J[G]?.name||G;X[G]=`${H}\u4E3A\u5FC5\u586B\u9879`}}for(let[G,Y]of Object.entries(J)){if(X[G])continue;if($[G]===void 0&&!Z.includes(G))continue;let H=this.checkField($[G],Y,G);if(H)X[G]=H}return this.buildResult(X)}static single($,J){let{type:Z,default:X}=J;if($===void 0||$===null||$==="")return{value:this.defaultFor(Z,X),error:null};let G=this.convert($,Z);if(G.error)return{value:null,error:G.error};let Y=this.checkRule(G.value,J);if(Y)return{value:null,error:Y};return{value:G.value,error:null}}static buildResult($){let J=Object.values($),Z=Object.keys($),X=J.length>0;return{code:X?1:0,failed:X,firstError:X?J[0]:null,errors:J,errorFields:Z,fieldErrors:$}}static checkField($,J,Z){let X=J.name||Z,G=this.convert($,J.type);if(G.error)return`${X}${G.error}`;let Y=this.checkRule(G.value,J);return Y?`${X}${Y}`:null}static convert($,J){switch(J.toLowerCase()){case"number":if(typeof $==="number")return Number.isNaN($)||!isFinite($)?{value:null,error:"\u5FC5\u987B\u662F\u6709\u6548\u6570\u5B57"}:{value:$,error:null};if(typeof $==="string"){let Z=Number($);return Number.isNaN(Z)||!isFinite(Z)?{value:null,error:"\u5FC5\u987B\u662F\u6570\u5B57"}:{value:Z,error:null}}return{value:null,error:"\u5FC5\u987B\u662F\u6570\u5B57"};case"string":case"text":return typeof $==="string"?{value:$,error:null}:{value:null,error:"\u5FC5\u987B\u662F\u5B57\u7B26\u4E32"};case"array_string":case"array_text":return Array.isArray($)?{value:$,error:null}:{value:null,error:"\u5FC5\u987B\u662F\u6570\u7EC4"};case"array_number_string":case"array_number_text":if(!Array.isArray($))return{value:null,error:"\u5FC5\u987B\u662F\u6570\u7EC4"};for(let Z of $)if(typeof Z!=="number"||!isFinite(Z))return{value:null,error:"\u6570\u7EC4\u5143\u7D20\u5FC5\u987B\u662F\u6570\u5B57"};return{value:$,error:null};default:return{value:$,error:null}}}static checkRule($,J){let{type:Z,min:X,max:G,regexp:Y}=J,H=this.resolveRegex(Y);switch(Z.toLowerCase()){case"number":if(X!==null&&$<X)return`\u4E0D\u80FD\u5C0F\u4E8E${X}`;if(G!==null&&G>0&&$>G)return`\u4E0D\u80FD\u5927\u4E8E${G}`;if(H&&!this.testRegex(H,String($)))return"\u683C\u5F0F\u4E0D\u6B63\u786E";break;case"string":case"text":if(X!==null&&$.length<X)return`\u957F\u5EA6\u4E0D\u80FD\u5C11\u4E8E${X}\u4E2A\u5B57\u7B26`;if(G!==null&&G>0&&$.length>G)return`\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7${G}\u4E2A\u5B57\u7B26`;if(H&&!this.testRegex(H,$))return"\u683C\u5F0F\u4E0D\u6B63\u786E";break;case"array_string":case"array_text":case"array_number_string":case"array_number_text":if(X!==null&&$.length<X)return`\u81F3\u5C11\u9700\u8981${X}\u4E2A\u5143\u7D20`;if(G!==null&&G>0&&$.length>G)return`\u6700\u591A\u53EA\u80FD\u6709${G}\u4E2A\u5143\u7D20`;if(H){for(let z of $)if(!this.testRegex(H,String(z)))return"\u5143\u7D20\u683C\u5F0F\u4E0D\u6B63\u786E"}break}return null}static resolveRegex($){if(!$)return null;if($.startsWith("@")){let J=$.substring(1);return oZ[J]||$}return $}static testRegex($,J){try{return B1($).test(J)}catch{return!1}}static defaultFor($,J){if(J!==null&&J!==void 0){if(($==="array_string"||$==="array_text"||$==="array_number_string"||$==="array_number_text")&&typeof J==="string"){if(J==="[]")return[];try{let Z=JSON.parse(J);return Array.isArray(Z)?Z:[]}catch{return[]}}if($==="number"&&typeof J==="string"){let Z=Number(J);return isNaN(Z)?0:Z}return J}switch($.toLowerCase()){case"number":return 0;case"array_string":case"array_text":case"array_number_string":case"array_number_text":return[];default:return""}}}var qQ={name:"validator",enable:!0,deps:["parser"],handler:async($,J)=>{if(!J.api)return;if(!J.api.fields)return;for(let[X,G]of Object.entries(J.api.fields))if(J.body[X]===void 0&&G?.default!==void 0&&G?.default!==null)J.body[X]=G.default;let Z=lZ.validate(J.body,J.api.fields,J.api.required||[]);if(Z.code!==0){J.response=q$(J,Z.firstError||"\u53C2\u6570\u9A8C\u8BC1\u5931\u8D25",1,null,Z.fieldErrors,"validator");return}}},L1=qQ;a();class rZ{db;redis;constructor($){this.db=$.db,this.redis=$.redis}assertApiPathname($,J){if(typeof $!=="string")throw Error(`${J} \u5FC5\u987B\u662F\u5B57\u7B26\u4E32`);let Z=$.trim();if(!Z)throw Error(`${J} \u4E0D\u5141\u8BB8\u4E3A\u7A7A\u5B57\u7B26\u4E32`);if(/^(GET|POST|PUT|PATCH|DELETE|OPTIONS|HEAD)\b/i.test(Z))throw Error(`${J} \u4E0D\u5141\u8BB8\u5305\u542B method \u524D\u7F00\uFF0C\u5E94\u4E3A url.pathname\uFF08\u4F8B\u5982 /api/app/xxx\uFF09`);if(!Z.startsWith("/"))throw Error(`${J} \u5FC5\u987B\u662F pathname\uFF08\u4EE5 / \u5F00\u5934\uFF09`);if(Z.includes(" "))throw Error(`${J} \u4E0D\u5141\u8BB8\u5305\u542B\u7A7A\u683C`);return Z}assertApiPathList($,J){if($===null||$===void 0)return[];let Z=$;if(typeof Z==="string"){let G=Z.trim();if(G===""||G==="null")return[];if(G.startsWith("[")&&G.endsWith("]"))try{Z=JSON.parse(G)}catch{throw Error(`\u89D2\u8272\u6743\u9650\u6570\u636E\u4E0D\u5408\u6CD5\uFF1Aaddon_admin_role.apis JSON \u89E3\u6790\u5931\u8D25\uFF0CroleCode=${J}`)}}if(!Array.isArray(Z))throw Error(`\u89D2\u8272\u6743\u9650\u6570\u636E\u4E0D\u5408\u6CD5\uFF1Aaddon_admin_role.apis \u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4\u6216 JSON \u6570\u7EC4\u5B57\u7B26\u4E32\uFF0CroleCode=${J}\uFF0Ctype=${typeof Z}`);let X=[];for(let G of Z)X.push(this.assertApiPathname(G,`\u89D2\u8272\u6743\u9650\u6570\u636E\u4E0D\u5408\u6CD5\uFF1Aaddon_admin_role.apis \u5143\u7D20\uFF0CroleCode=${J}`));return X}async cacheApis(){try{if(!(await this.db.tableExists("addon_admin_api")).data){P.warn("\u26A0\uFE0F \u63A5\u53E3\u8868\u4E0D\u5B58\u5728\uFF0C\u8DF3\u8FC7\u63A5\u53E3\u7F13\u5B58");return}let J=await this.db.getAll({table:"addon_admin_api"});if(await this.redis.setObject(X0.apisAll(),J.data.lists)===null)P.warn("\u26A0\uFE0F \u63A5\u53E3\u7F13\u5B58\u5931\u8D25")}catch($){P.error({err:$,msg:"\u26A0\uFE0F \u63A5\u53E3\u7F13\u5B58\u5F02\u5E38"})}}async cacheMenus(){try{if(!(await this.db.tableExists("addon_admin_menu")).data){P.warn("\u26A0\uFE0F \u83DC\u5355\u8868\u4E0D\u5B58\u5728\uFF0C\u8DF3\u8FC7\u83DC\u5355\u7F13\u5B58");return}let J=await this.db.getAll({table:"addon_admin_menu"});if(await this.redis.setObject(X0.menusAll(),J.data.lists)===null)P.warn("\u26A0\uFE0F \u83DC\u5355\u7F13\u5B58\u5931\u8D25")}catch($){P.warn({err:$,msg:"\u26A0\uFE0F \u83DC\u5355\u7F13\u5B58\u5F02\u5E38"})}}async rebuildRoleApiPermissions(){try{if(!(await this.db.tableExists("addon_admin_role")).data){P.warn("\u26A0\uFE0F \u89D2\u8272\u8868\u4E0D\u5B58\u5728\uFF0C\u8DF3\u8FC7\u89D2\u8272\u6743\u9650\u7F13\u5B58");return}let J=await this.db.getAll({table:"addon_admin_role",fields:["code","apis"]}),Z=new Map;for(let H of J.data.lists){if(!H?.code)continue;let z=this.assertApiPathList(H.apis,H.code);Z.set(H.code,z)}let X=Array.from(Z.keys());if(X.length===0){P.info("\u2705 \u6CA1\u6709\u9700\u8981\u7F13\u5B58\u7684\u89D2\u8272\u6743\u9650");return}let G=X.map((H)=>X0.roleApis(H));await this.redis.delBatch(G);let Y=[];for(let H of X){let z=Z.get(H)||[],V=Array.from(new Set(z)).sort();if(V.length>0)Y.push({key:X0.roleApis(H),members:V})}if(Y.length>0)await this.redis.saddBatch(Y)}catch($){throw P.error({err:$,msg:"\u26A0\uFE0F \u89D2\u8272\u6743\u9650\u7F13\u5B58\u5F02\u5E38\uFF08\u5C06\u963B\u65AD\u542F\u52A8\uFF09"}),$}}async refreshRoleApiPermissions($,J){if(!$||typeof $!=="string")throw Error("roleCode \u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32");if(!Array.isArray(J))throw Error("apiPaths \u5FC5\u987B\u662F\u6570\u7EC4");let Z=J.map((Y)=>this.assertApiPathname(Y,`refreshRoleApiPermissions: apiPaths \u5143\u7D20\uFF0CroleCode=${$}`)),X=X0.roleApis($);if(Z.length===0){await this.redis.del(X);return}let G=Array.from(new Set(Z));if(await this.redis.del(X),G.length>0)await this.redis.sadd(X,G)}async cacheAll(){await this.cacheApis(),await this.cacheMenus(),await this.rebuildRoleApiPermissions()}async getApis(){try{return await this.redis.getObject(X0.apisAll())||[]}catch($){return P.error({err:$,msg:"\u83B7\u53D6\u63A5\u53E3\u7F13\u5B58\u5931\u8D25"}),[]}}async getMenus(){try{return await this.redis.getObject(X0.menusAll())||[]}catch($){return P.error({err:$,msg:"\u83B7\u53D6\u83DC\u5355\u7F13\u5B58\u5931\u8D25"}),[]}}async getRolePermissions($){try{return await this.redis.smembers(X0.roleApis($))||[]}catch(J){return P.error({err:J,roleCode:$,msg:"\u83B7\u53D6\u89D2\u8272\u6743\u9650\u7F13\u5B58\u5931\u8D25"}),[]}}async checkRolePermission($,J){try{let Z=this.assertApiPathname(J,"checkRolePermission: apiPath");return await this.redis.sismember(X0.roleApis($),Z)}catch(Z){return P.error({err:Z,roleCode:$,msg:"\u68C0\u67E5\u89D2\u8272\u6743\u9650\u5931\u8D25"}),!1}}async deleteRolePermissions($){try{if(await this.redis.del(X0.roleApis($))>0)return P.info(`\u2705 \u5DF2\u5220\u9664\u89D2\u8272 ${$} \u7684\u6743\u9650\u7F13\u5B58`),!0;return!1}catch(J){return P.error({err:J,roleCode:$,msg:"\u5220\u9664\u89D2\u8272\u6743\u9650\u7F13\u5B58\u5931\u8D25"}),!1}}}var PQ={name:"cache",enable:!0,deps:["logger","redis","db"],async handler($){if(!$.db)throw Error("\u7F13\u5B58\u521D\u59CB\u5316\u5931\u8D25\uFF1Actx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.redis)throw Error("\u7F13\u5B58\u521D\u59CB\u5316\u5931\u8D25\uFF1Actx.redis \u672A\u521D\u59CB\u5316\uFF08Redis \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");return new rZ({db:$.db,redis:$.redis})}},C1=PQ;var jQ={name:"cipher",enable:!0,deps:[],handler:()=>{return k$}},S1=jQ;var BQ={name:"config",enable:!0,deps:[],handler:($)=>{return $.config}},E1=BQ;function yJ($,J=["id","pid","sort"]){if(!$||!Array.isArray($))return $;return $.map((Z)=>{let X={};for(let[G,Y]of Object.entries(Z))X[G]=Y;for(let[G,Y]of Object.entries(X)){if(Y===void 0||Y===null)continue;if((J.includes(G)||G.endsWith("Id")||G.endsWith("_id")||G.endsWith("At")||G.endsWith("_at"))&&typeof Y==="string"){let z=Number(Y);if(!isNaN(z))X[G]=z}}return X})}function iZ($){return $!==null&&typeof $==="object"&&!Array.isArray($)}function LQ($){return Array.isArray($)}function w$($,J={}){let{pickKeys:Z,omitKeys:X,keepValues:G,excludeValues:Y,keepMap:H}=J,z=(V)=>{let O={},R=Object.keys(V);if(Z&&Z.length)R=R.filter((I)=>Z.includes(I));if(X&&X.length)R=R.filter((I)=>!X.includes(I));for(let I of R){let C=V[I];if(H&&I in H){if(Object.is(H[I],C)){O[I]=C;continue}}if(G&&G.length&&!G.includes(C))continue;if(Y&&Y.length&&Y.includes(C))continue;O[I]=C}return O};if(LQ($))return $.map((V)=>iZ(V)?z(V):V).filter((V)=>{if(iZ(V))return Object.keys(V).length>0;return!0});if(iZ($))return z($);return $}m0();m0();class g{static parseTableRef($){if(typeof $!=="string")throw Error(`tableRef \u5FC5\u987B\u662F\u5B57\u7B26\u4E32 (tableRef: ${String($)})`);let J=$.trim();if(!J)throw Error("tableRef \u4E0D\u80FD\u4E3A\u7A7A");let Z=J.split(/\s+/).filter((V)=>V.length>0);if(Z.length>2)throw Error(`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08\u5305\u542B\u8FC7\u591A\u7247\u6BB5\uFF09\u3002\u8BF7\u4F7F\u7528\u6700\u7B80\u5F62\u5F0F\uFF1Atable \u6216 table alias \u6216 schema.table \u6216 schema.table alias (tableRef: ${J})`);let X=Z[0],G=Z.length===2?Z[1]:null,Y=X.split(".");if(Y.length>2)throw Error(`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08schema \u5C42\u7EA7\u8FC7\u6DF1\uFF09 (tableRef: ${J})`);let H=Y.length===2?Y[0]:null,z=Y.length===2?Y[1]:Y[0];return{schema:H,table:z,alias:G}}static normalizeTableRef($){let J=g.parseTableRef($),Z=J.schema?u(J.schema):null,X=u(J.table),G=Z?`${Z}.${X}`:X;if(J.alias)G=`${G} ${J.alias}`;return G}static getJoinMainQualifier($){let J=g.parseTableRef($);if(J.alias)return J.alias;return u(J.table)}static async fieldsToSnake($,J,Z){if(!J||!Array.isArray(J))return["*"];let X=g.validateAndClassifyFields(J);if(X.type==="all")return["*"];if(X.type==="include")return X.fields.map((G)=>{if(G.includes("(")||G.includes(" "))return G;return u(G)});if(X.type==="exclude"){let G=await Z($),Y=X.fields.map((z)=>u(z)),H=G.filter((z)=>!Y.includes(z));if(H.length===0)throw Error(`\u6392\u9664\u5B57\u6BB5\u540E\u6CA1\u6709\u5269\u4F59\u5B57\u6BB5\u53EF\u67E5\u8BE2\u3002\u8868: ${$}, \u6392\u9664: ${Y.join(", ")}`);return H}return["*"]}static validateAndClassifyFields($){if(!$||$.length===0)return{type:"all",fields:[]};if($.some((X)=>X==="*"))throw Error("fields \u4E0D\u652F\u6301 * \u661F\u53F7\uFF0C\u8BF7\u4F7F\u7528\u7A7A\u6570\u7EC4 [] \u6216\u4E0D\u4F20\u53C2\u6570\u8868\u793A\u67E5\u8BE2\u6240\u6709\u5B57\u6BB5");if($.some((X)=>!X||typeof X!=="string"||X.trim()===""))throw Error("fields \u4E0D\u80FD\u5305\u542B\u7A7A\u5B57\u7B26\u4E32\u6216\u65E0\u6548\u503C");let J=$.filter((X)=>!X.startsWith("!")),Z=$.filter((X)=>X.startsWith("!"));if(J.length>0&&Z.length===0)return{type:"include",fields:J};if(Z.length>0&&J.length===0)return{type:"exclude",fields:Z.map((G)=>G.substring(1))};throw Error(`fields \u4E0D\u80FD\u540C\u65F6\u5305\u542B\u666E\u901A\u5B57\u6BB5\u548C\u6392\u9664\u5B57\u6BB5\uFF08! \u5F00\u5934\uFF09\u3002\u53EA\u80FD\u4F7F\u7528\u4EE5\u4E0B3\u79CD\u65B9\u5F0F\u4E4B\u4E00\uFF1A
11
+ )`;if(await $.db.unsafe(R),$.dbDialect==="postgresql"){for(let B of ZJ){let S=String(B.comment).replace(/'/g,"''"),T=G0($.dbDialect,B.name),E=`COMMENT ON COLUMN ${H}.${T} IS '${S}'`;await $.db.unsafe(E)}for(let[B,S]of Object.entries(Z)){let T=u(B),E=G0($.dbDialect,T),N=S.name&&S.name!=="null"?String(S.name):"",w=N.replace(/'/g,"''"),D=N?`'${w}'`:"NULL",b=`COMMENT ON COLUMN ${H}.${E} IS ${D}`;await $.db.unsafe(b)}}let I=[],C={};if($.dbDialect==="mysql")C=await cZ($,J);for(let B of X){let S=`idx_${B}`;if($.dbDialect==="mysql"&&C[S])continue;let T=CJ($.dbDialect,J,S,B,"create");I.push($.db.unsafe(T))}for(let[B,S]of Object.entries(Z)){let T=u(B);if(S.index===!0&&S.unique!==!0){let E=`idx_${T}`;if($.dbDialect==="mysql"&&C[E])continue;let N=CJ($.dbDialect,J,E,T,"create");I.push($.db.unsafe(N))}}if(I.length>0)await Promise.all(I)}async function NH($,J,Z){let X=await G1($,J),G=await cZ($,J),Y=!1,H=[],z=[],V=[],O=[];for(let[B,S]of Object.entries(Z)){let T=u(B);if(X[T]){let E=Y1($.dbDialect,X[T],S);if(E.length>0){for(let v of E){let f=lG[v.type]||"\u672A\u77E5";P.debug(` ~ \u4FEE\u6539 ${T} ${f}: ${v.current} -> ${v.expected}`)}if(JJ(S.type)&&X[T].max&&S.max!==null){if(X[T].max>S.max)P.warn(`[\u8DF3\u8FC7\u5371\u9669\u53D8\u66F4] ${J}.${T} \u957F\u5EA6\u6536\u7F29 ${X[T].max} -> ${S.max} \u5DF2\u88AB\u8DF3\u8FC7\uFF08\u9700\u624B\u52A8\u5904\u7406\uFF09`)}let N=E.some((v)=>v.type==="datatype"),w=E.some((v)=>v.type==="length"),D=E.every((v)=>v.type==="default"),b=E.some((v)=>v.type==="default");if(N){let v=E.find((u0)=>u0.type==="datatype"),f=String(v?.current||"").toLowerCase(),l=wJ($.dbDialect)[S.type]?.toLowerCase()||"";if(!Z1(f,l)){let u0=[`\u7981\u6B62\u5B57\u6BB5\u7C7B\u578B\u53D8\u66F4: ${J}.${T}`,`\u5F53\u524D\u7C7B\u578B: ${v?.current}`,`\u76EE\u6807\u7C7B\u578B: ${v?.expected}`,"\u8BF4\u660E: \u4EC5\u5141\u8BB8\u5BBD\u5316\u578B\u53D8\u66F4\uFF08\u5982 INT->BIGINT, VARCHAR->TEXT\uFF09\uFF0C\u5176\u4ED6\u7C7B\u578B\u53D8\u66F4\u9700\u8981\u624B\u52A8\u5904\u7406"].join(`
12
+ `);throw Error(u0)}P.debug(`[\u517C\u5BB9\u7C7B\u578B\u53D8\u66F4] ${J}.${T} ${f} -> ${l}`)}if(b){let v=XJ(S.default,S.type),f=null;if(v!=="null")f=TJ(v,S.type).trim().replace(/^DEFAULT\s+/,"");if(f!==null&&f!==""){if($.dbDialect==="postgresql"){let o=G0($.dbDialect,T);V.push(`ALTER COLUMN ${o} SET DEFAULT ${f}`)}else if($.dbDialect==="mysql"&&D){if(S.type!=="text"){let o=G0($.dbDialect,T);V.push(`ALTER COLUMN ${o} SET DEFAULT ${f}`)}}}}if(!D){let v=!1;if(w&&JJ(S.type)&&X[T].max&&S.max!==null){if(X[T].max>S.max)v=!0}if(!v)z.push(gZ($.dbDialect,B,S,!1))}Y=!0}}else H.push(gZ($.dbDialect,B,S,!0)),Y=!0}let R=ZJ.filter((B)=>B.name!=="id").map((B)=>B.name);for(let B of R)if(!X[B]){let S=eG($.dbDialect,B);if(S)P.debug(` + \u65B0\u589E\u7CFB\u7EDF\u5B57\u6BB5 ${B}`),H.push(`ADD COLUMN ${S}`),Y=!0}for(let B of hZ){let S=`idx_${B}`;if((X[B]||R.includes(B))&&!G[S])O.push({action:"create",indexName:S,fieldName:B}),Y=!0}for(let[B,S]of Object.entries(Z)){let T=u(B),E=`idx_${T}`;if(S.index&&!S.unique&&!G[E])O.push({action:"create",indexName:E,fieldName:T}),Y=!0;else if(!S.index&&G[E]&&G[E].length===1)O.push({action:"drop",indexName:E,fieldName:T}),Y=!0}let I=[];if($.dbDialect==="postgresql"){let B=G0($.dbDialect,J);for(let[S,T]of Object.entries(Z)){let E=u(S),N=G0($.dbDialect,E);if(X[E]){let w=X[E].comment||"",D=T.name&&T.name!=="null"?String(T.name):"";if(D!==w){let b=D.replace(/'/g,"''");I.push(`COMMENT ON COLUMN ${B}.${N} IS ${D?`'${b}'`:"NULL"}`),Y=!0}}}}Y=H.length>0||z.length>0||V.length>0||O.length>0||I.length>0;let C={changed:Y,addClauses:H,modifyClauses:z,defaultClauses:V,indexActions:O,commentActions:I};if(C.changed)await vH($,J,Z,C);return C}var H1=($,J=Bun.nanoseconds())=>{let Z=(J-$)/1e6;if(Z<1000)return`${Z.toFixed(2)} \u6BEB\u79D2`;else return`${(Z/1000).toFixed(2)} \u79D2`};function Q1($){let J=$||{},Z=J.BUN_WORKER_ID,X=J.PM2_INSTANCE_ID;if(Z!==void 0)return{role:Z===""?"primary":"worker",instanceId:Z||"0",env:"bun-cluster"};if(X!==void 0)return{role:X==="0"?"primary":"worker",instanceId:X,env:"pm2-cluster"};return{role:"primary",instanceId:null,env:"standalone"}}I$();I$();import{existsSync as DH,readdirSync as kH}from"fs";kZ();m0();var z1=()=>{let $=new Map,J=(Z,X,G)=>{if(!DH(Z))return;let Y=kH(Z,{withFileTypes:!0});for(let H of Y){if(H.name.startsWith("_"))continue;if(!IJ(Z,H))continue;let z=t$(Z,H.name),V={source:X,sourceName:G,name:H.name,camelName:K$(H.name),rootDir:z,fullPath:z};$.set(H.name,V)}};return J(n(n0,"node_modules","@befly-addon"),"addon","\u7EC4\u4EF6"),J(hG,"app","\u9879\u76EE"),Array.from($.values())};AJ();var yH={name:"auth",enable:!0,deps:["cors"],handler:async($,J)=>{let Z=J.req.headers.get("authorization");if(Z&&Z.startsWith("Bearer ")){let X=Z.substring(7);try{let G=await $.jwt.verify(X);J.user=G,JG(G.id,G.roleCode,G.nickname,G.roleType)}catch{J.user={}}}else J.user={}}},U1=yH;var xH={name:"cors",enable:!0,deps:[],handler:async($,J)=>{let Z=J.req,G=Object.assign({},{origin:"*",methods:"GET, POST, OPTIONS",allowedHeaders:"Content-Type, Authorization, authorization, token",exposedHeaders:"Content-Range, X-Content-Range, Authorization, authorization, token",maxAge:86400,credentials:"true"},$.config&&$.config.cors?$.config.cors:{}),Y=jJ(Z,G);if(J.corsHeaders=Y,Z.method==="OPTIONS"){J.response=new Response(null,{status:204,headers:Y});return}}},V1=xH;var fH=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",gH="[:A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]["+fH+"]*",hH=new RegExp("^"+gH+"$");function vJ($,J){let Z=[],X=J.exec($);while(X){let G=[];G.startIndex=J.lastIndex-X[0].length;let Y=X.length;for(let H=0;H<Y;H++)G.push(X[H]);Z.push(G),X=J.exec($)}return Z}var f$=function($){let J=hH.exec($);return!(J===null||typeof J>"u")};function O1($){return typeof $<"u"}var bH={allowBooleanAttributes:!1,unpairedTags:[]};function F1($,J){J=Object.assign({},bH,J);let Z=[],X=!1,G=!1;if($[0]==="\uFEFF")$=$.substr(1);for(let Y=0;Y<$.length;Y++)if($[Y]==="<"&&$[Y+1]==="?"){if(Y+=2,Y=A1($,Y),Y.err)return Y}else if($[Y]==="<"){let H=Y;if(Y++,$[Y]==="!"){Y=K1($,Y);continue}else{let z=!1;if($[Y]==="/")z=!0,Y++;let V="";for(;Y<$.length&&$[Y]!==">"&&$[Y]!==" "&&$[Y]!=="\t"&&$[Y]!==`
13
+ `&&$[Y]!=="\r";Y++)V+=$[Y];if(V=V.trim(),V[V.length-1]==="/")V=V.substring(0,V.length-1),Y--;if(!oH(V)){let I;if(V.trim().length===0)I="Invalid space after '<'.";else I="Tag '"+V+"' is an invalid name.";return Y0("InvalidTag",I,s0($,Y))}let O=uH($,Y);if(O===!1)return Y0("InvalidAttr","Attributes for '"+V+"' have open quote.",s0($,Y));let R=O.value;if(Y=O.index,R[R.length-1]==="/"){let I=Y-R.length;R=R.substring(0,R.length-1);let C=M1(R,J);if(C===!0)X=!0;else return Y0(C.err.code,C.err.msg,s0($,I+C.err.line))}else if(z)if(!O.tagClosed)return Y0("InvalidTag","Closing tag '"+V+"' doesn't have proper closing.",s0($,Y));else if(R.trim().length>0)return Y0("InvalidTag","Closing tag '"+V+"' can't have attributes or invalid starting.",s0($,H));else if(Z.length===0)return Y0("InvalidTag","Closing tag '"+V+"' has not been opened.",s0($,H));else{let I=Z.pop();if(V!==I.tagName){let C=s0($,I.tagStartPos);return Y0("InvalidTag","Expected closing tag '"+I.tagName+"' (opened in line "+C.line+", col "+C.col+") instead of closing tag '"+V+"'.",s0($,H))}if(Z.length==0)G=!0}else{let I=M1(R,J);if(I!==!0)return Y0(I.err.code,I.err.msg,s0($,Y-R.length+I.err.line));if(G===!0)return Y0("InvalidXml","Multiple possible root nodes found.",s0($,Y));else if(J.unpairedTags.indexOf(V)!==-1);else Z.push({tagName:V,tagStartPos:H});X=!0}for(Y++;Y<$.length;Y++)if($[Y]==="<")if($[Y+1]==="!"){Y++,Y=K1($,Y);continue}else if($[Y+1]==="?"){if(Y=A1($,++Y),Y.err)return Y}else break;else if($[Y]==="&"){let I=nH($,Y);if(I==-1)return Y0("InvalidChar","char '&' is not expected.",s0($,Y));Y=I}else if(G===!0&&!_1($[Y]))return Y0("InvalidXml","Extra text at the end",s0($,Y));if($[Y]==="<")Y--}}else{if(_1($[Y]))continue;return Y0("InvalidChar","char '"+$[Y]+"' is not expected.",s0($,Y))}if(!X)return Y0("InvalidXml","Start tag expected.",1);else if(Z.length==1)return Y0("InvalidTag","Unclosed tag '"+Z[0].tagName+"'.",s0($,Z[0].tagStartPos));else if(Z.length>0)return Y0("InvalidXml","Invalid '"+JSON.stringify(Z.map((Y)=>Y.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1});return!0}function _1($){return $===" "||$==="\t"||$===`
14
+ `||$==="\r"}function A1($,J){let Z=J;for(;J<$.length;J++)if($[J]=="?"||$[J]==" "){let X=$.substr(Z,J-Z);if(J>5&&X==="xml")return Y0("InvalidXml","XML declaration allowed only at the start of the document.",s0($,J));else if($[J]=="?"&&$[J+1]==">"){J++;break}else continue}return J}function K1($,J){if($.length>J+5&&$[J+1]==="-"&&$[J+2]==="-"){for(J+=3;J<$.length;J++)if($[J]==="-"&&$[J+1]==="-"&&$[J+2]===">"){J+=2;break}}else if($.length>J+8&&$[J+1]==="D"&&$[J+2]==="O"&&$[J+3]==="C"&&$[J+4]==="T"&&$[J+5]==="Y"&&$[J+6]==="P"&&$[J+7]==="E"){let Z=1;for(J+=8;J<$.length;J++)if($[J]==="<")Z++;else if($[J]===">"){if(Z--,Z===0)break}}else if($.length>J+9&&$[J+1]==="["&&$[J+2]==="C"&&$[J+3]==="D"&&$[J+4]==="A"&&$[J+5]==="T"&&$[J+6]==="A"&&$[J+7]==="["){for(J+=8;J<$.length;J++)if($[J]==="]"&&$[J+1]==="]"&&$[J+2]===">"){J+=2;break}}return J}var cH='"',pH="'";function uH($,J){let Z="",X="",G=!1;for(;J<$.length;J++){if($[J]===cH||$[J]===pH)if(X==="")X=$[J];else if(X!==$[J]);else X="";else if($[J]===">"){if(X===""){G=!0;break}}Z+=$[J]}if(X!=="")return!1;return{value:Z,index:J,tagClosed:G}}var mH=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function M1($,J){let Z=vJ($,mH),X={};for(let G=0;G<Z.length;G++){if(Z[G][1].length===0)return Y0("InvalidAttr","Attribute '"+Z[G][2]+"' has no space in starting.",GJ(Z[G]));else if(Z[G][3]!==void 0&&Z[G][4]===void 0)return Y0("InvalidAttr","Attribute '"+Z[G][2]+"' is without value.",GJ(Z[G]));else if(Z[G][3]===void 0&&!J.allowBooleanAttributes)return Y0("InvalidAttr","boolean attribute '"+Z[G][2]+"' is not allowed.",GJ(Z[G]));let Y=Z[G][2];if(!sH(Y))return Y0("InvalidAttr","Attribute '"+Y+"' is an invalid name.",GJ(Z[G]));if(!X.hasOwnProperty(Y))X[Y]=1;else return Y0("InvalidAttr","Attribute '"+Y+"' is repeated.",GJ(Z[G]))}return!0}function dH($,J){let Z=/\d/;if($[J]==="x")J++,Z=/[\da-fA-F]/;for(;J<$.length;J++){if($[J]===";")return J;if(!$[J].match(Z))break}return-1}function nH($,J){if(J++,$[J]===";")return-1;if($[J]==="#")return J++,dH($,J);let Z=0;for(;J<$.length;J++,Z++){if($[J].match(/\w/)&&Z<20)continue;if($[J]===";")break;return-1}return J}function Y0($,J,Z){return{err:{code:$,msg:J,line:Z.line||Z,col:Z.col}}}function sH($){return f$($)}function oH($){return f$($)}function s0($,J){let Z=$.substring(0,J).split(/\r?\n/);return{line:Z.length,col:Z[Z.length-1].length+1}}function GJ($){return $.startIndex+$[1].length}var lH={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function($,J){return J},attributeValueProcessor:function($,J){return J},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function($,J,Z){return $},captureMetaData:!1},R1=function($){return Object.assign({},lH,$)};var NJ;if(typeof Symbol!=="function")NJ="@@xmlMetadata";else NJ=Symbol("XML Node Metadata");class i0{constructor($){this.tagname=$,this.child=[],this[":@"]={}}add($,J){if($==="__proto__")$="#__proto__";this.child.push({[$]:J})}addChild($,J){if($.tagname==="__proto__")$.tagname="#__proto__";if($[":@"]&&Object.keys($[":@"]).length>0)this.child.push({[$.tagname]:$.child,[":@"]:$[":@"]});else this.child.push({[$.tagname]:$.child});if(J!==void 0)this.child[this.child.length-1][NJ]={startIndex:J}}static getMetaDataSymbol(){return NJ}}class DJ{constructor($){this.suppressValidationErr=!$}readDocType($,J){let Z={};if($[J+3]==="O"&&$[J+4]==="C"&&$[J+5]==="T"&&$[J+6]==="Y"&&$[J+7]==="P"&&$[J+8]==="E"){J=J+9;let X=1,G=!1,Y=!1,H="";for(;J<$.length;J++)if($[J]==="<"&&!Y){if(G&&S$($,"!ENTITY",J)){J+=7;let z,V;if([z,V,J]=this.readEntityExp($,J+1,this.suppressValidationErr),V.indexOf("&")===-1)Z[z]={regx:RegExp(`&${z};`,"g"),val:V}}else if(G&&S$($,"!ELEMENT",J)){J+=8;let{index:z}=this.readElementExp($,J+1);J=z}else if(G&&S$($,"!ATTLIST",J))J+=8;else if(G&&S$($,"!NOTATION",J)){J+=9;let{index:z}=this.readNotationExp($,J+1,this.suppressValidationErr);J=z}else if(S$($,"!--",J))Y=!0;else throw Error("Invalid DOCTYPE");X++,H=""}else if($[J]===">"){if(Y){if($[J-1]==="-"&&$[J-2]==="-")Y=!1,X--}else X--;if(X===0)break}else if($[J]==="[")G=!0;else H+=$[J];if(X!==0)throw Error("Unclosed DOCTYPE")}else throw Error("Invalid Tag instead of DOCTYPE");return{entities:Z,i:J}}readEntityExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J])&&$[J]!=='"'&&$[J]!=="'")Z+=$[J],J++;if(YJ(Z),J=l0($,J),!this.suppressValidationErr){if($.substring(J,J+6).toUpperCase()==="SYSTEM")throw Error("External entities are not supported");else if($[J]==="%")throw Error("Parameter entities are not supported")}let X="";return[J,X]=this.readIdentifierVal($,J,"entity"),J--,[Z,X,J]}readNotationExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J]))Z+=$[J],J++;!this.suppressValidationErr&&YJ(Z),J=l0($,J);let X=$.substring(J,J+6).toUpperCase();if(!this.suppressValidationErr&&X!=="SYSTEM"&&X!=="PUBLIC")throw Error(`Expected SYSTEM or PUBLIC, found "${X}"`);J+=X.length,J=l0($,J);let G=null,Y=null;if(X==="PUBLIC"){if([J,G]=this.readIdentifierVal($,J,"publicIdentifier"),J=l0($,J),$[J]==='"'||$[J]==="'")[J,Y]=this.readIdentifierVal($,J,"systemIdentifier")}else if(X==="SYSTEM"){if([J,Y]=this.readIdentifierVal($,J,"systemIdentifier"),!this.suppressValidationErr&&!Y)throw Error("Missing mandatory system identifier for SYSTEM notation")}return{notationName:Z,publicIdentifier:G,systemIdentifier:Y,index:--J}}readIdentifierVal($,J,Z){let X="",G=$[J];if(G!=='"'&&G!=="'")throw Error(`Expected quoted string, found "${G}"`);J++;while(J<$.length&&$[J]!==G)X+=$[J],J++;if($[J]!==G)throw Error(`Unterminated ${Z} value`);return J++,[J,X]}readElementExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J]))Z+=$[J],J++;if(!this.suppressValidationErr&&!f$(Z))throw Error(`Invalid element name: "${Z}"`);J=l0($,J);let X="";if($[J]==="E"&&S$($,"MPTY",J))J+=4;else if($[J]==="A"&&S$($,"NY",J))J+=2;else if($[J]==="("){J++;while(J<$.length&&$[J]!==")")X+=$[J],J++;if($[J]!==")")throw Error("Unterminated content model")}else if(!this.suppressValidationErr)throw Error(`Invalid Element Expression, found "${$[J]}"`);return{elementName:Z,contentModel:X.trim(),index:J}}readAttlistExp($,J){J=l0($,J);let Z="";while(J<$.length&&!/\s/.test($[J]))Z+=$[J],J++;YJ(Z),J=l0($,J);let X="";while(J<$.length&&!/\s/.test($[J]))X+=$[J],J++;if(!YJ(X))throw Error(`Invalid attribute name: "${X}"`);J=l0($,J);let G="";if($.substring(J,J+8).toUpperCase()==="NOTATION"){if(G="NOTATION",J+=8,J=l0($,J),$[J]!=="(")throw Error(`Expected '(', found "${$[J]}"`);J++;let H=[];while(J<$.length&&$[J]!==")"){let z="";while(J<$.length&&$[J]!=="|"&&$[J]!==")")z+=$[J],J++;if(z=z.trim(),!YJ(z))throw Error(`Invalid notation name: "${z}"`);if(H.push(z),$[J]==="|")J++,J=l0($,J)}if($[J]!==")")throw Error("Unterminated list of notations");J++,G+=" ("+H.join("|")+")"}else{while(J<$.length&&!/\s/.test($[J]))G+=$[J],J++;let H=["CDATA","ID","IDREF","IDREFS","ENTITY","ENTITIES","NMTOKEN","NMTOKENS"];if(!this.suppressValidationErr&&!H.includes(G.toUpperCase()))throw Error(`Invalid attribute type: "${G}"`)}J=l0($,J);let Y="";if($.substring(J,J+8).toUpperCase()==="#REQUIRED")Y="#REQUIRED",J+=8;else if($.substring(J,J+7).toUpperCase()==="#IMPLIED")Y="#IMPLIED",J+=7;else[J,Y]=this.readIdentifierVal($,J,"ATTLIST");return{elementName:Z,attributeName:X,attributeType:G,defaultValue:Y,index:J}}}var l0=($,J)=>{while(J<$.length&&/\s/.test($[J]))J++;return J};function S$($,J,Z){for(let X=0;X<J.length;X++)if(J[X]!==$[Z+X+1])return!1;return!0}function YJ($){if(f$($))return $;else throw Error(`Invalid entity name ${$}`)}var rH=/^[-+]?0x[a-fA-F0-9]+$/,iH=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,tH={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function pZ($,J={}){if(J=Object.assign({},tH,J),!$||typeof $!=="string")return $;let Z=$.trim();if(J.skipLike!==void 0&&J.skipLike.test(Z))return $;else if($==="0")return 0;else if(J.hex&&rH.test(Z))return JQ(Z,16);else if(Z.includes("e")||Z.includes("E"))return eH($,Z,J);else{let X=iH.exec(Z);if(X){let G=X[1]||"",Y=X[2],H=$Q(X[3]),z=G?$[Y.length+1]===".":$[Y.length]===".";if(!J.leadingZeros&&(Y.length>1||Y.length===1&&!z))return $;else{let V=Number(Z),O=String(V);if(V===0)return V;if(O.search(/[eE]/)!==-1)if(J.eNotation)return V;else return $;else if(Z.indexOf(".")!==-1)if(O==="0")return V;else if(O===H)return V;else if(O===`${G}${H}`)return V;else return $;let R=Y?H:Z;if(Y)return R===O||G+R===O?V:$;else return R===O||R===G+O?V:$}}else return $}}var aH=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function eH($,J,Z){if(!Z.eNotation)return $;let X=J.match(aH);if(X){let G=X[1]||"",Y=X[3].indexOf("e")===-1?"E":"e",H=X[2],z=G?$[H.length+1]===Y:$[H.length]===Y;if(H.length>1&&z)return $;else if(H.length===1&&(X[3].startsWith(`.${Y}`)||X[3][0]===Y))return Number(J);else if(Z.leadingZeros&&!z)return J=(X[1]||"")+X[3],Number(J);else return $}else return $}function $Q($){if($&&$.indexOf(".")!==-1){if($=$.replace(/0+$/,""),$===".")$="0";else if($[0]===".")$="0"+$;else if($[$.length-1]===".")$=$.substring(0,$.length-1);return $}return $}function JQ($,J){if(parseInt)return parseInt($,J);else if(Number.parseInt)return Number.parseInt($,J);else if(window&&window.parseInt)return window.parseInt($,J);else throw Error("parseInt, Number.parseInt, window.parseInt are not supported")}function uZ($){if(typeof $==="function")return $;if(Array.isArray($))return(J)=>{for(let Z of $){if(typeof Z==="string"&&J===Z)return!0;if(Z instanceof RegExp&&Z.test(J))return!0}};return()=>!1}class kJ{constructor($){if(this.options=$,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"\xA2"},pound:{regex:/&(pound|#163);/g,val:"\xA3"},yen:{regex:/&(yen|#165);/g,val:"\xA5"},euro:{regex:/&(euro|#8364);/g,val:"\u20AC"},copyright:{regex:/&(copy|#169);/g,val:"\xA9"},reg:{regex:/&(reg|#174);/g,val:"\xAE"},inr:{regex:/&(inr|#8377);/g,val:"\u20B9"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(J,Z)=>String.fromCodePoint(Number.parseInt(Z,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(J,Z)=>String.fromCodePoint(Number.parseInt(Z,16))}},this.addExternalEntities=ZQ,this.parseXml=HQ,this.parseTextData=XQ,this.resolveNameSpace=GQ,this.buildAttributesMap=WQ,this.isItStopNode=VQ,this.replaceEntitiesValue=zQ,this.readStopNodeData=_Q,this.saveTextToParentTag=UQ,this.addChild=QQ,this.ignoreAttributesFn=uZ(this.options.ignoreAttributes),this.options.stopNodes&&this.options.stopNodes.length>0){this.stopNodesExact=new Set,this.stopNodesWildcard=new Set;for(let J=0;J<this.options.stopNodes.length;J++){let Z=this.options.stopNodes[J];if(typeof Z!=="string")continue;if(Z.startsWith("*."))this.stopNodesWildcard.add(Z.substring(2));else this.stopNodesExact.add(Z)}}}}function ZQ($){let J=Object.keys($);for(let Z=0;Z<J.length;Z++){let X=J[Z];this.lastEntities[X]={regex:new RegExp("&"+X+";","g"),val:$[X]}}}function XQ($,J,Z,X,G,Y,H){if($!==void 0){if(this.options.trimValues&&!X)$=$.trim();if($.length>0){if(!H)$=this.replaceEntitiesValue($);let z=this.options.tagValueProcessor(J,$,Z,G,Y);if(z===null||z===void 0)return $;else if(typeof z!==typeof $||z!==$)return z;else if(this.options.trimValues)return dZ($,this.options.parseTagValue,this.options.numberParseOptions);else if($.trim()===$)return dZ($,this.options.parseTagValue,this.options.numberParseOptions);else return $}}}function GQ($){if(this.options.removeNSPrefix){let J=$.split(":"),Z=$.charAt(0)==="/"?"/":"";if(J[0]==="xmlns")return"";if(J.length===2)$=Z+J[1]}return $}var YQ=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function WQ($,J){if(this.options.ignoreAttributes!==!0&&typeof $==="string"){let Z=vJ($,YQ),X=Z.length,G={};for(let Y=0;Y<X;Y++){let H=this.resolveNameSpace(Z[Y][1]);if(this.ignoreAttributesFn(H,J))continue;let z=Z[Y][4],V=this.options.attributeNamePrefix+H;if(H.length){if(this.options.transformAttributeName)V=this.options.transformAttributeName(V);if(V==="__proto__")V="#__proto__";if(z!==void 0){if(this.options.trimValues)z=z.trim();z=this.replaceEntitiesValue(z);let O=this.options.attributeValueProcessor(H,z,J);if(O===null||O===void 0)G[V]=z;else if(typeof O!==typeof z||O!==z)G[V]=O;else G[V]=dZ(z,this.options.parseAttributeValue,this.options.numberParseOptions)}else if(this.options.allowBooleanAttributes)G[V]=!0}}if(!Object.keys(G).length)return;if(this.options.attributesGroupName){let Y={};return Y[this.options.attributesGroupName]=G,Y}return G}}var HQ=function($){$=$.replace(/\r\n?/g,`
15
+ `);let J=new i0("!xml"),Z=J,X="",G="",Y=new DJ(this.options.processEntities);for(let H=0;H<$.length;H++)if($[H]==="<")if($[H+1]==="/"){let V=w$($,">",H,"Closing Tag is not closed."),O=$.substring(H+2,V).trim();if(this.options.removeNSPrefix){let C=O.indexOf(":");if(C!==-1)O=O.substr(C+1)}if(this.options.transformTagName)O=this.options.transformTagName(O);if(Z)X=this.saveTextToParentTag(X,Z,G);let R=G.substring(G.lastIndexOf(".")+1);if(O&&this.options.unpairedTags.indexOf(O)!==-1)throw Error(`Unpaired tag can not be used as closing tag: </${O}>`);let I=0;if(R&&this.options.unpairedTags.indexOf(R)!==-1)I=G.lastIndexOf(".",G.lastIndexOf(".")-1),this.tagsNodeStack.pop();else I=G.lastIndexOf(".");G=G.substring(0,I),Z=this.tagsNodeStack.pop(),X="",H=V}else if($[H+1]==="?"){let V=mZ($,H,!1,"?>");if(!V)throw Error("Pi Tag is not closed.");if(X=this.saveTextToParentTag(X,Z,G),this.options.ignoreDeclaration&&V.tagName==="?xml"||this.options.ignorePiTags);else{let O=new i0(V.tagName);if(O.add(this.options.textNodeName,""),V.tagName!==V.tagExp&&V.attrExpPresent)O[":@"]=this.buildAttributesMap(V.tagExp,G);this.addChild(Z,O,G,H)}H=V.closeIndex+1}else if($.substr(H+1,3)==="!--"){let V=w$($,"-->",H+4,"Comment is not closed.");if(this.options.commentPropName){let O=$.substring(H+4,V-2);X=this.saveTextToParentTag(X,Z,G),Z.add(this.options.commentPropName,[{[this.options.textNodeName]:O}])}H=V}else if($.substr(H+1,2)==="!D"){let V=Y.readDocType($,H);this.docTypeEntities=V.entities,H=V.i}else if($.substr(H+1,2)==="!["){let V=w$($,"]]>",H,"CDATA is not closed.")-2,O=$.substring(H+9,V);X=this.saveTextToParentTag(X,Z,G);let R=this.parseTextData(O,Z.tagname,G,!0,!1,!0,!0);if(R==null)R="";if(this.options.cdataPropName)Z.add(this.options.cdataPropName,[{[this.options.textNodeName]:O}]);else Z.add(this.options.textNodeName,R);H=V+2}else{let V=mZ($,H,this.options.removeNSPrefix),O=V.tagName,R=V.rawTagName,I=V.tagExp,C=V.attrExpPresent,B=V.closeIndex;if(this.options.transformTagName){let E=this.options.transformTagName(O);if(I===O)I=E;O=E}if(Z&&X){if(Z.tagname!=="!xml")X=this.saveTextToParentTag(X,Z,G,!1)}let S=Z;if(S&&this.options.unpairedTags.indexOf(S.tagname)!==-1)Z=this.tagsNodeStack.pop(),G=G.substring(0,G.lastIndexOf("."));if(O!==J.tagname)G+=G?"."+O:O;let T=H;if(this.isItStopNode(this.stopNodesExact,this.stopNodesWildcard,G,O)){let E="";if(I.length>0&&I.lastIndexOf("/")===I.length-1){if(O[O.length-1]==="/")O=O.substr(0,O.length-1),G=G.substr(0,G.length-1),I=O;else I=I.substr(0,I.length-1);H=V.closeIndex}else if(this.options.unpairedTags.indexOf(O)!==-1)H=V.closeIndex;else{let w=this.readStopNodeData($,R,B+1);if(!w)throw Error(`Unexpected end of ${R}`);H=w.i,E=w.tagContent}let N=new i0(O);if(O!==I&&C)N[":@"]=this.buildAttributesMap(I,G);if(E)E=this.parseTextData(E,O,G,!0,C,!0,!0);G=G.substr(0,G.lastIndexOf(".")),N.add(this.options.textNodeName,E),this.addChild(Z,N,G,T)}else{if(I.length>0&&I.lastIndexOf("/")===I.length-1){if(O[O.length-1]==="/")O=O.substr(0,O.length-1),G=G.substr(0,G.length-1),I=O;else I=I.substr(0,I.length-1);if(this.options.transformTagName){let N=this.options.transformTagName(O);if(I===O)I=N;O=N}let E=new i0(O);if(O!==I&&C)E[":@"]=this.buildAttributesMap(I,G);this.addChild(Z,E,G,T),G=G.substr(0,G.lastIndexOf("."))}else{let E=new i0(O);if(this.tagsNodeStack.push(Z),O!==I&&C)E[":@"]=this.buildAttributesMap(I,G);this.addChild(Z,E,G,T),Z=E}X="",H=B}}else X+=$[H];return J.child};function QQ($,J,Z,X){if(!this.options.captureMetaData)X=void 0;let G=this.options.updateTag(J.tagname,Z,J[":@"]);if(G===!1);else if(typeof G==="string")J.tagname=G,$.addChild(J,X);else $.addChild(J,X)}var zQ=function($){if(this.options.processEntities){for(let J in this.docTypeEntities){let Z=this.docTypeEntities[J];$=$.replace(Z.regx,Z.val)}for(let J in this.lastEntities){let Z=this.lastEntities[J];$=$.replace(Z.regex,Z.val)}if(this.options.htmlEntities)for(let J in this.htmlEntities){let Z=this.htmlEntities[J];$=$.replace(Z.regex,Z.val)}$=$.replace(this.ampEntity.regex,this.ampEntity.val)}return $};function UQ($,J,Z,X){if($){if(X===void 0)X=J.child.length===0;if($=this.parseTextData($,J.tagname,Z,!1,J[":@"]?Object.keys(J[":@"]).length!==0:!1,X),$!==void 0&&$!=="")J.add(this.options.textNodeName,$);$=""}return $}function VQ($,J,Z,X){if(J&&J.has(X))return!0;if($&&$.has(Z))return!0;return!1}function OQ($,J,Z=">"){let X,G="";for(let Y=J;Y<$.length;Y++){let H=$[Y];if(X){if(H===X)X=""}else if(H==='"'||H==="'")X=H;else if(H===Z[0])if(Z[1]){if($[Y+1]===Z[1])return{data:G,index:Y}}else return{data:G,index:Y};else if(H==="\t")H=" ";G+=H}}function w$($,J,Z,X){let G=$.indexOf(J,Z);if(G===-1)throw Error(X);else return G+J.length-1}function mZ($,J,Z,X=">"){let G=OQ($,J+1,X);if(!G)return;let{data:Y,index:H}=G,z=Y.search(/\s/),V=Y,O=!0;if(z!==-1)V=Y.substring(0,z),Y=Y.substring(z+1).trimStart();let R=V;if(Z){let I=V.indexOf(":");if(I!==-1)V=V.substr(I+1),O=V!==G.data.substr(I+1)}return{tagName:V,tagExp:Y,closeIndex:H,attrExpPresent:O,rawTagName:R}}function _Q($,J,Z){let X=Z,G=1;for(;Z<$.length;Z++)if($[Z]==="<")if($[Z+1]==="/"){let Y=w$($,">",Z,`${J} is not closed`);if($.substring(Z+2,Y).trim()===J){if(G--,G===0)return{tagContent:$.substring(X,Z),i:Y}}Z=Y}else if($[Z+1]==="?")Z=w$($,"?>",Z+1,"StopNode is not closed.");else if($.substr(Z+1,3)==="!--")Z=w$($,"-->",Z+3,"StopNode is not closed.");else if($.substr(Z+1,2)==="![")Z=w$($,"]]>",Z,"StopNode is not closed.")-2;else{let Y=mZ($,Z,">");if(Y){if((Y&&Y.tagName)===J&&Y.tagExp[Y.tagExp.length-1]!=="/")G++;Z=Y.closeIndex}}}function dZ($,J,Z){if(J&&typeof $==="string"){let X=$.trim();if(X==="true")return!0;else if(X==="false")return!1;else return pZ($,Z)}else if(O1($))return $;else return""}var nZ=i0.getMetaDataSymbol();function sZ($,J){return I1($,J)}function I1($,J,Z){let X,G={};for(let Y=0;Y<$.length;Y++){let H=$[Y],z=AQ(H),V="";if(Z===void 0)V=z;else V=Z+"."+z;if(z===J.textNodeName)if(X===void 0)X=H[z];else X+=""+H[z];else if(z===void 0)continue;else if(H[z]){let O=I1(H[z],J,V),R=MQ(O,J);if(H[nZ]!==void 0)O[nZ]=H[nZ];if(H[":@"])KQ(O,H[":@"],V,J);else if(Object.keys(O).length===1&&O[J.textNodeName]!==void 0&&!J.alwaysCreateTextNode)O=O[J.textNodeName];else if(Object.keys(O).length===0)if(J.alwaysCreateTextNode)O[J.textNodeName]="";else O="";if(G[z]!==void 0&&G.hasOwnProperty(z)){if(!Array.isArray(G[z]))G[z]=[G[z]];G[z].push(O)}else if(J.isArray(z,V,R))G[z]=[O];else G[z]=O}}if(typeof X==="string"){if(X.length>0)G[J.textNodeName]=X}else if(X!==void 0)G[J.textNodeName]=X;return G}function AQ($){let J=Object.keys($);for(let Z=0;Z<J.length;Z++){let X=J[Z];if(X!==":@")return X}}function KQ($,J,Z,X){if(J){let G=Object.keys(J),Y=G.length;for(let H=0;H<Y;H++){let z=G[H];if(X.isArray(z,Z+"."+z,!0,!0))$[z]=[J[z]];else $[z]=J[z]}}}function MQ($,J){let{textNodeName:Z}=J,X=Object.keys($).length;if(X===0)return!0;if(X===1&&($[Z]||typeof $[Z]==="boolean"||$[Z]===0))return!0;return!1}class WJ{constructor($){this.externalEntities={},this.options=R1($)}parse($,J){if(typeof $!=="string"&&$.toString)$=$.toString();else if(typeof $!=="string")throw Error("XML data is accepted in String or Bytes[] form.");if(J){if(J===!0)J={};let G=F1($,J);if(G!==!0)throw Error(`${G.err.msg}:${G.err.line}:${G.err.col}`)}let Z=new kJ(this.options);Z.addExternalEntities(this.externalEntities);let X=Z.parseXml($);if(this.options.preserveOrder||X===void 0)return X;else return sZ(X,this.options)}addEntity($,J){if(J.indexOf("&")!==-1)throw Error("Entity value can't have '&'");else if($.indexOf("&")!==-1||$.indexOf(";")!==-1)throw Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");else if(J==="&")throw Error("An entity with value '&' is not permitted");else this.externalEntities[$]=J}static getMetaDataSymbol(){return i0.getMetaDataSymbol()}}m0();var FQ=new WJ,RQ={name:"parser",enable:!0,deps:["auth"],handler:async($,J)=>{if(!J.api)return;if(J.api.rawBody){J.body={};return}if(J.req.method==="GET"){let Z=new URL(J.req.url),X=Object.fromEntries(Z.searchParams);if(r(J.api.fields)&&!VJ(J.api.fields))J.body=OJ(X,Object.keys(J.api.fields));else J.body=X}else if(J.req.method==="POST"){let Z=J.req.headers.get("content-type")||"",X=new URL(J.req.url),G=Object.fromEntries(X.searchParams);try{if(Z.includes("application/json")){let Y=await J.req.json(),H={...G,...Y};if(r(J.api.fields)&&!VJ(J.api.fields))J.body=OJ(H,Object.keys(J.api.fields));else J.body=H}else if(Z.includes("application/xml")||Z.includes("text/xml")){let Y=await J.req.text(),H=FQ.parse(Y),z=Object.keys(H)[0],V=z&&typeof H[z]==="object"?H[z]:H,O={...G,...V};if(r(J.api.fields)&&!VJ(J.api.fields))J.body=OJ(O,Object.keys(J.api.fields));else J.body=O}else{J.response=q$(J,"\u65E0\u6548\u7684\u8BF7\u6C42\u53C2\u6570\u683C\u5F0F",1,null,{location:"content-type",value:Z},"parser");return}}catch{J.response=q$(J,"\u65E0\u6548\u7684\u8BF7\u6C42\u53C2\u6570\u683C\u5F0F",1,null,{location:"body",reason:Z.includes("application/json")?"invalid_json":Z.includes("xml")?"invalid_xml":"invalid_body"},"parser");return}}}},q1=RQ;a();var IQ={name:"permission",enable:!0,deps:["validator"],handler:async($,J)=>{if(!J.api)return;if(J.api.auth===!1)return;if(!J.user||!J.user.id){J.response=q$(J,"\u672A\u767B\u5F55",1,null,null,"auth");return}if(J.user.roleCode==="dev")return;let Z=J.route,X=J.user.roleCode,G=!1;if(X&&$.redis)try{let Y=X0.roleApis(X);G=await $.redis.sismember(Y,Z)}catch(Y){P.error({event:"hook_permission_redis_error",apiPath:Z,roleCode:X,err:Y,msg:"hook permission redis error"}),G=!1}if(!G){let Y=typeof J.api.name==="string"&&J.api.name.length>0?J.api.name:null,H=typeof Z==="string"&&Z.length>0?Z:null,z=Y?Y:H?H:"\u672A\u77E5\u63A5\u53E3";J.response=q$(J,`\u65E0\u6743\u8BBF\u95EE ${z} \u63A5\u53E3`,1,null,{apiLabel:z},"permission");return}}},P1=IQ;var oZ={number:"^\\d+$",integer:"^-?\\d+$",float:"^-?\\d+(\\.\\d+)?$",positive:"^[1-9]\\d*$",negative:"^-\\d+$",zero:"^0$",word:"^[a-zA-Z]+$",alphanumeric:"^[a-zA-Z0-9]+$",alphanumeric_:"^[a-zA-Z0-9_]+$",alphanumericDash_:"^[a-zA-Z0-9_-]+$",lowercase:"^[a-z]+$",uppercase:"^[A-Z]+$",chinese:"^[\\u4e00-\\u9fa5]+$",chineseWord:"^[\\u4e00-\\u9fa5a-zA-Z]+$",email:"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$",phone:"^1[3-9]\\d{9}$",telephone:"^0\\d{2,3}-?\\d{7,8}$",url:"^https?://",ip:"^((25[0-5]|2[0-4]\\d|[01]?\\d\\d?)\\.){3}(25[0-5]|2[0-4]\\d|[01]?\\d\\d?)$",ipv6:"^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$",domain:"^(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,}$",uuid:"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",hex:"^[0-9a-fA-F]+$",base64:"^[A-Za-z0-9+/=]+$",md5:"^[a-f0-9]{32}$",sha1:"^[a-f0-9]{40}$",sha256:"^[a-f0-9]{64}$",date:"^\\d{4}-\\d{2}-\\d{2}$",time:"^\\d{2}:\\d{2}:\\d{2}$",datetime:"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}",year:"^\\d{4}$",month:"^(0[1-9]|1[0-2])$",day:"^(0[1-9]|[12]\\d|3[01])$",variable:"^[a-zA-Z_][a-zA-Z0-9_]*$",constant:"^[A-Z][A-Z0-9_]*$",package:"^[a-z][a-z0-9-]*$",idCard:"^\\d{17}[\\dXx]$",passport:"^[a-zA-Z0-9]{5,17}$",bankCard:"^\\d{16,19}$",wechat:"^[a-zA-Z][a-zA-Z0-9_-]{5,19}$",qq:"^[1-9]\\d{4,10}$",alipay:"^(1[3-9]\\d{9}|[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,})$",username:"^[a-zA-Z][a-zA-Z0-9_]{3,19}$",nickname:"^[\\u4e00-\\u9fa5a-zA-Z0-9]{2,20}$",passwordWeak:"^.{6,}$",passwordMedium:"^(?=.*[a-zA-Z])(?=.*\\d).{8,}$",passwordStrong:"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!@#$%^&*]).{8,}$",licensePlate:"^[\u4EAC\u6D25\u6CAA\u6E1D\u5180\u8C6B\u4E91\u8FBD\u9ED1\u6E58\u7696\u9C81\u65B0\u82CF\u6D59\u8D63\u9102\u6842\u7518\u664B\u8499\u9655\u5409\u95FD\u8D35\u7CA4\u9752\u85CF\u5DDD\u5B81\u743C\u4F7F\u9886][A-Z][A-HJ-NP-Z0-9]{4,5}[A-HJ-NP-Z0-9\u6302\u5B66\u8B66\u6E2F\u6FB3]$",postalCode:"^\\d{6}$",semver:"^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9.]+)?(\\+[a-zA-Z0-9.]+)?$",colorHex:"^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$",empty:"^$",notempty:".+"},j1=new Map;function qQ($){if($.startsWith("@")){let J=$.slice(1);return oZ[J]||$}return $}function B1($,J){let Z=qQ($),X=`${Z}:${J||""}`,G=j1.get(X);if(!G)G=new RegExp(Z,J),j1.set(X,G);return G}class lZ{static validate($,J,Z=[]){let X={};if(!$||typeof $!=="object"||Array.isArray($))return this.buildResult({_error:"\u6570\u636E\u5FC5\u987B\u662F\u5BF9\u8C61\u683C\u5F0F"});if(!J||typeof J!=="object")return this.buildResult({_error:"\u9A8C\u8BC1\u89C4\u5219\u5FC5\u987B\u662F\u5BF9\u8C61\u683C\u5F0F"});for(let G of Z){let Y=$[G];if(Y===void 0||Y===null||Y===""){let H=J[G]?.name||G;X[G]=`${H}\u4E3A\u5FC5\u586B\u9879`}}for(let[G,Y]of Object.entries(J)){if(X[G])continue;if($[G]===void 0&&!Z.includes(G))continue;let H=this.checkField($[G],Y,G);if(H)X[G]=H}return this.buildResult(X)}static single($,J){let{type:Z,default:X}=J;if($===void 0||$===null||$==="")return{value:this.defaultFor(Z,X),error:null};let G=this.convert($,Z);if(G.error)return{value:null,error:G.error};let Y=this.checkRule(G.value,J);if(Y)return{value:null,error:Y};return{value:G.value,error:null}}static buildResult($){let J=Object.values($),Z=Object.keys($),X=J.length>0;return{code:X?1:0,failed:X,firstError:X?J[0]:null,errors:J,errorFields:Z,fieldErrors:$}}static checkField($,J,Z){let X=J.name||Z,G=this.convert($,J.type);if(G.error)return`${X}${G.error}`;let Y=this.checkRule(G.value,J);return Y?`${X}${Y}`:null}static convert($,J){switch(J.toLowerCase()){case"number":if(typeof $==="number")return Number.isNaN($)||!isFinite($)?{value:null,error:"\u5FC5\u987B\u662F\u6709\u6548\u6570\u5B57"}:{value:$,error:null};if(typeof $==="string"){let Z=Number($);return Number.isNaN(Z)||!isFinite(Z)?{value:null,error:"\u5FC5\u987B\u662F\u6570\u5B57"}:{value:Z,error:null}}return{value:null,error:"\u5FC5\u987B\u662F\u6570\u5B57"};case"string":case"text":return typeof $==="string"?{value:$,error:null}:{value:null,error:"\u5FC5\u987B\u662F\u5B57\u7B26\u4E32"};case"array_string":case"array_text":return Array.isArray($)?{value:$,error:null}:{value:null,error:"\u5FC5\u987B\u662F\u6570\u7EC4"};case"array_number_string":case"array_number_text":if(!Array.isArray($))return{value:null,error:"\u5FC5\u987B\u662F\u6570\u7EC4"};for(let Z of $)if(typeof Z!=="number"||!isFinite(Z))return{value:null,error:"\u6570\u7EC4\u5143\u7D20\u5FC5\u987B\u662F\u6570\u5B57"};return{value:$,error:null};default:return{value:$,error:null}}}static checkRule($,J){let{type:Z,min:X,max:G,regexp:Y}=J,H=this.resolveRegex(Y);switch(Z.toLowerCase()){case"number":if(X!==null&&$<X)return`\u4E0D\u80FD\u5C0F\u4E8E${X}`;if(G!==null&&G>0&&$>G)return`\u4E0D\u80FD\u5927\u4E8E${G}`;if(H&&!this.testRegex(H,String($)))return"\u683C\u5F0F\u4E0D\u6B63\u786E";break;case"string":case"text":if(X!==null&&$.length<X)return`\u957F\u5EA6\u4E0D\u80FD\u5C11\u4E8E${X}\u4E2A\u5B57\u7B26`;if(G!==null&&G>0&&$.length>G)return`\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7${G}\u4E2A\u5B57\u7B26`;if(H&&!this.testRegex(H,$))return"\u683C\u5F0F\u4E0D\u6B63\u786E";break;case"array_string":case"array_text":case"array_number_string":case"array_number_text":if(X!==null&&$.length<X)return`\u81F3\u5C11\u9700\u8981${X}\u4E2A\u5143\u7D20`;if(G!==null&&G>0&&$.length>G)return`\u6700\u591A\u53EA\u80FD\u6709${G}\u4E2A\u5143\u7D20`;if(H){for(let z of $)if(!this.testRegex(H,String(z)))return"\u5143\u7D20\u683C\u5F0F\u4E0D\u6B63\u786E"}break}return null}static resolveRegex($){if(!$)return null;if($.startsWith("@")){let J=$.substring(1);return oZ[J]||$}return $}static testRegex($,J){try{return B1($).test(J)}catch{return!1}}static defaultFor($,J){if(J!==null&&J!==void 0){if(($==="array_string"||$==="array_text"||$==="array_number_string"||$==="array_number_text")&&typeof J==="string"){if(J==="[]")return[];try{let Z=JSON.parse(J);return Array.isArray(Z)?Z:[]}catch{return[]}}if($==="number"&&typeof J==="string"){let Z=Number(J);return isNaN(Z)?0:Z}return J}switch($.toLowerCase()){case"number":return 0;case"array_string":case"array_text":case"array_number_string":case"array_number_text":return[];default:return""}}}var PQ={name:"validator",enable:!0,deps:["parser"],handler:async($,J)=>{if(!J.api)return;if(!J.api.fields)return;for(let[X,G]of Object.entries(J.api.fields))if(J.body[X]===void 0&&G?.default!==void 0&&G?.default!==null)J.body[X]=G.default;let Z=lZ.validate(J.body,J.api.fields,J.api.required||[]);if(Z.code!==0){J.response=q$(J,Z.firstError||"\u53C2\u6570\u9A8C\u8BC1\u5931\u8D25",1,null,Z.fieldErrors,"validator");return}}},L1=PQ;a();class rZ{db;redis;constructor($){this.db=$.db,this.redis=$.redis}assertApiPathname($,J){if(typeof $!=="string")throw Error(`${J} \u5FC5\u987B\u662F\u5B57\u7B26\u4E32`);let Z=$.trim();if(!Z)throw Error(`${J} \u4E0D\u5141\u8BB8\u4E3A\u7A7A\u5B57\u7B26\u4E32`);if(/^(GET|POST|PUT|PATCH|DELETE|OPTIONS|HEAD)\b/i.test(Z))throw Error(`${J} \u4E0D\u5141\u8BB8\u5305\u542B method \u524D\u7F00\uFF0C\u5E94\u4E3A url.pathname\uFF08\u4F8B\u5982 /api/app/xxx\uFF09`);if(!Z.startsWith("/"))throw Error(`${J} \u5FC5\u987B\u662F pathname\uFF08\u4EE5 / \u5F00\u5934\uFF09`);if(Z.includes(" "))throw Error(`${J} \u4E0D\u5141\u8BB8\u5305\u542B\u7A7A\u683C`);return Z}assertApiPathList($,J){if($===null||$===void 0)return[];let Z=$;if(typeof Z==="string"){let G=Z.trim();if(G===""||G==="null")return[];if(G.startsWith("[")&&G.endsWith("]"))try{Z=JSON.parse(G)}catch{throw Error(`\u89D2\u8272\u6743\u9650\u6570\u636E\u4E0D\u5408\u6CD5\uFF1Aaddon_admin_role.apis JSON \u89E3\u6790\u5931\u8D25\uFF0CroleCode=${J}`)}}if(!Array.isArray(Z))throw Error(`\u89D2\u8272\u6743\u9650\u6570\u636E\u4E0D\u5408\u6CD5\uFF1Aaddon_admin_role.apis \u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4\u6216 JSON \u6570\u7EC4\u5B57\u7B26\u4E32\uFF0CroleCode=${J}\uFF0Ctype=${typeof Z}`);let X=[];for(let G of Z)X.push(this.assertApiPathname(G,`\u89D2\u8272\u6743\u9650\u6570\u636E\u4E0D\u5408\u6CD5\uFF1Aaddon_admin_role.apis \u5143\u7D20\uFF0CroleCode=${J}`));return X}async cacheApis(){try{if(!(await this.db.tableExists("addon_admin_api")).data){P.warn("\u26A0\uFE0F \u63A5\u53E3\u8868\u4E0D\u5B58\u5728\uFF0C\u8DF3\u8FC7\u63A5\u53E3\u7F13\u5B58");return}let J=await this.db.getAll({table:"addon_admin_api"});if(await this.redis.setObject(X0.apisAll(),J.data.lists)===null)P.warn("\u26A0\uFE0F \u63A5\u53E3\u7F13\u5B58\u5931\u8D25")}catch($){P.error({err:$,msg:"\u26A0\uFE0F \u63A5\u53E3\u7F13\u5B58\u5F02\u5E38"})}}async cacheMenus(){try{if(!(await this.db.tableExists("addon_admin_menu")).data){P.warn("\u26A0\uFE0F \u83DC\u5355\u8868\u4E0D\u5B58\u5728\uFF0C\u8DF3\u8FC7\u83DC\u5355\u7F13\u5B58");return}let J=await this.db.getAll({table:"addon_admin_menu"});if(await this.redis.setObject(X0.menusAll(),J.data.lists)===null)P.warn("\u26A0\uFE0F \u83DC\u5355\u7F13\u5B58\u5931\u8D25")}catch($){P.warn({err:$,msg:"\u26A0\uFE0F \u83DC\u5355\u7F13\u5B58\u5F02\u5E38"})}}async rebuildRoleApiPermissions(){try{if(!(await this.db.tableExists("addon_admin_role")).data){P.warn("\u26A0\uFE0F \u89D2\u8272\u8868\u4E0D\u5B58\u5728\uFF0C\u8DF3\u8FC7\u89D2\u8272\u6743\u9650\u7F13\u5B58");return}let J=await this.db.getAll({table:"addon_admin_role",fields:["code","apis"]}),Z=new Map;for(let H of J.data.lists){if(!H?.code)continue;let z=this.assertApiPathList(H.apis,H.code);Z.set(H.code,z)}let X=Array.from(Z.keys());if(X.length===0){P.info("\u2705 \u6CA1\u6709\u9700\u8981\u7F13\u5B58\u7684\u89D2\u8272\u6743\u9650");return}let G=X.map((H)=>X0.roleApis(H));await this.redis.delBatch(G);let Y=[];for(let H of X){let z=Z.get(H)||[],V=Array.from(new Set(z)).sort();if(V.length>0)Y.push({key:X0.roleApis(H),members:V})}if(Y.length>0)await this.redis.saddBatch(Y)}catch($){throw P.error({err:$,msg:"\u26A0\uFE0F \u89D2\u8272\u6743\u9650\u7F13\u5B58\u5F02\u5E38\uFF08\u5C06\u963B\u65AD\u542F\u52A8\uFF09"}),$}}async refreshRoleApiPermissions($,J){if(!$||typeof $!=="string")throw Error("roleCode \u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32");if(!Array.isArray(J))throw Error("apiPaths \u5FC5\u987B\u662F\u6570\u7EC4");let Z=J.map((Y)=>this.assertApiPathname(Y,`refreshRoleApiPermissions: apiPaths \u5143\u7D20\uFF0CroleCode=${$}`)),X=X0.roleApis($);if(Z.length===0){await this.redis.del(X);return}let G=Array.from(new Set(Z));if(await this.redis.del(X),G.length>0)await this.redis.sadd(X,G)}async cacheAll(){await this.cacheApis(),await this.cacheMenus(),await this.rebuildRoleApiPermissions()}async getApis(){try{return await this.redis.getObject(X0.apisAll())||[]}catch($){return P.error({err:$,msg:"\u83B7\u53D6\u63A5\u53E3\u7F13\u5B58\u5931\u8D25"}),[]}}async getMenus(){try{return await this.redis.getObject(X0.menusAll())||[]}catch($){return P.error({err:$,msg:"\u83B7\u53D6\u83DC\u5355\u7F13\u5B58\u5931\u8D25"}),[]}}async getRolePermissions($){try{return await this.redis.smembers(X0.roleApis($))||[]}catch(J){return P.error({err:J,roleCode:$,msg:"\u83B7\u53D6\u89D2\u8272\u6743\u9650\u7F13\u5B58\u5931\u8D25"}),[]}}async checkRolePermission($,J){try{let Z=this.assertApiPathname(J,"checkRolePermission: apiPath");return await this.redis.sismember(X0.roleApis($),Z)}catch(Z){return P.error({err:Z,roleCode:$,msg:"\u68C0\u67E5\u89D2\u8272\u6743\u9650\u5931\u8D25"}),!1}}async deleteRolePermissions($){try{if(await this.redis.del(X0.roleApis($))>0)return P.info(`\u2705 \u5DF2\u5220\u9664\u89D2\u8272 ${$} \u7684\u6743\u9650\u7F13\u5B58`),!0;return!1}catch(J){return P.error({err:J,roleCode:$,msg:"\u5220\u9664\u89D2\u8272\u6743\u9650\u7F13\u5B58\u5931\u8D25"}),!1}}}var jQ={name:"cache",enable:!0,deps:["logger","redis","db"],async handler($){if(!$.db)throw Error("\u7F13\u5B58\u521D\u59CB\u5316\u5931\u8D25\uFF1Actx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!$.redis)throw Error("\u7F13\u5B58\u521D\u59CB\u5316\u5931\u8D25\uFF1Actx.redis \u672A\u521D\u59CB\u5316\uFF08Redis \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");return new rZ({db:$.db,redis:$.redis})}},C1=jQ;var BQ={name:"cipher",enable:!0,deps:[],handler:()=>{return k$}},S1=BQ;var LQ={name:"config",enable:!0,deps:[],handler:($)=>{return $.config}},w1=LQ;function yJ($,J=["id","pid","sort"]){if(!$||!Array.isArray($))return $;return $.map((Z)=>{let X={};for(let[G,Y]of Object.entries(Z))X[G]=Y;for(let[G,Y]of Object.entries(X)){if(Y===void 0||Y===null)continue;if((J.includes(G)||G.endsWith("Id")||G.endsWith("_id")||G.endsWith("At")||G.endsWith("_at"))&&typeof Y==="string"){let z=Number(Y);if(!isNaN(z))X[G]=z}}return X})}function iZ($){return $!==null&&typeof $==="object"&&!Array.isArray($)}function CQ($){return Array.isArray($)}function E$($,J={}){let{pickKeys:Z,omitKeys:X,keepValues:G,excludeValues:Y,keepMap:H}=J,z=(V)=>{let O={},R=Object.keys(V);if(Z&&Z.length)R=R.filter((I)=>Z.includes(I));if(X&&X.length)R=R.filter((I)=>!X.includes(I));for(let I of R){let C=V[I];if(H&&I in H){if(Object.is(H[I],C)){O[I]=C;continue}}if(G&&G.length&&!G.includes(C))continue;if(Y&&Y.length&&Y.includes(C))continue;O[I]=C}return O};if(CQ($))return $.map((V)=>iZ(V)?z(V):V).filter((V)=>{if(iZ(V))return Object.keys(V).length>0;return!0});if(iZ($))return z($);return $}m0();m0();class g{static parseTableRef($){if(typeof $!=="string")throw Error(`tableRef \u5FC5\u987B\u662F\u5B57\u7B26\u4E32 (tableRef: ${String($)})`);let J=$.trim();if(!J)throw Error("tableRef \u4E0D\u80FD\u4E3A\u7A7A");let Z=J.split(/\s+/).filter((V)=>V.length>0);if(Z.length>2)throw Error(`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08\u5305\u542B\u8FC7\u591A\u7247\u6BB5\uFF09\u3002\u8BF7\u4F7F\u7528\u6700\u7B80\u5F62\u5F0F\uFF1Atable \u6216 table alias \u6216 schema.table \u6216 schema.table alias (tableRef: ${J})`);let X=Z[0],G=Z.length===2?Z[1]:null,Y=X.split(".");if(Y.length>2)throw Error(`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08schema \u5C42\u7EA7\u8FC7\u6DF1\uFF09 (tableRef: ${J})`);let H=Y.length===2?Y[0]:null,z=Y.length===2?Y[1]:Y[0];return{schema:H,table:z,alias:G}}static normalizeTableRef($){let J=g.parseTableRef($),Z=J.schema?u(J.schema):null,X=u(J.table),G=Z?`${Z}.${X}`:X;if(J.alias)G=`${G} ${J.alias}`;return G}static getJoinMainQualifier($){let J=g.parseTableRef($);if(J.alias)return J.alias;return u(J.table)}static async fieldsToSnake($,J,Z){if(!J||!Array.isArray(J))return["*"];let X=g.validateAndClassifyFields(J);if(X.type==="all")return["*"];if(X.type==="include")return X.fields.map((G)=>{if(G.includes("(")||G.includes(" "))return G;return u(G)});if(X.type==="exclude"){let G=await Z($),Y=X.fields.map((z)=>u(z)),H=G.filter((z)=>!Y.includes(z));if(H.length===0)throw Error(`\u6392\u9664\u5B57\u6BB5\u540E\u6CA1\u6709\u5269\u4F59\u5B57\u6BB5\u53EF\u67E5\u8BE2\u3002\u8868: ${$}, \u6392\u9664: ${Y.join(", ")}`);return H}return["*"]}static validateAndClassifyFields($){if(!$||$.length===0)return{type:"all",fields:[]};if($.some((X)=>X==="*"))throw Error("fields \u4E0D\u652F\u6301 * \u661F\u53F7\uFF0C\u8BF7\u4F7F\u7528\u7A7A\u6570\u7EC4 [] \u6216\u4E0D\u4F20\u53C2\u6570\u8868\u793A\u67E5\u8BE2\u6240\u6709\u5B57\u6BB5");if($.some((X)=>!X||typeof X!=="string"||X.trim()===""))throw Error("fields \u4E0D\u80FD\u5305\u542B\u7A7A\u5B57\u7B26\u4E32\u6216\u65E0\u6548\u503C");let J=$.filter((X)=>!X.startsWith("!")),Z=$.filter((X)=>X.startsWith("!"));if(J.length>0&&Z.length===0)return{type:"include",fields:J};if(Z.length>0&&J.length===0)return{type:"exclude",fields:Z.map((G)=>G.substring(1))};throw Error(`fields \u4E0D\u80FD\u540C\u65F6\u5305\u542B\u666E\u901A\u5B57\u6BB5\u548C\u6392\u9664\u5B57\u6BB5\uFF08! \u5F00\u5934\uFF09\u3002\u53EA\u80FD\u4F7F\u7528\u4EE5\u4E0B3\u79CD\u65B9\u5F0F\u4E4B\u4E00\uFF1A
16
16
  1. \u7A7A\u6570\u7EC4 [] \u6216\u4E0D\u4F20\uFF08\u67E5\u8BE2\u6240\u6709\uFF09
17
17
  2. \u5168\u90E8\u6307\u5B9A\u5B57\u6BB5 ["id", "name"]
18
- 3. \u5168\u90E8\u6392\u9664\u5B57\u6BB5 ["!password", "!token"]`)}static orderByToSnake($){if(!$||!Array.isArray($))return $;return $.map((J)=>{if(typeof J!=="string"||!J.includes("#"))return J;let[Z,X]=J.split("#");return`${u(Z.trim())}#${X.trim()}`})}static processJoinField($){if($.includes("(")||$==="*"||$.startsWith("`"))return $;if($.toUpperCase().includes(" AS ")){let J=$.split(/\s+AS\s+/i),Z=J[0].trim(),X=J[1].trim();return`${g.processJoinField(Z)} AS ${X}`}if($.includes(".")){let J=$.split("."),Z=J[0],X=J[1];return`${Z.trim()}.${u(X)}`}return u($)}static processJoinWhereKey($){if($==="$or"||$==="$and")return $;if($.includes("$")){let J=$.lastIndexOf("$"),Z=$.substring(0,J),X=$.substring(J);if(Z.includes(".")){let G=Z.split("."),Y=G[0],H=G[1];return`${Y.trim()}.${u(H)}${X}`}return`${u(Z)}${X}`}if($.includes(".")){let J=$.split("."),Z=J[0],X=J[1];return`${Z.trim()}.${u(X)}`}return u($)}static processJoinWhere($){if(!$||typeof $!=="object")return $;if(Array.isArray($))return $.map((Z)=>g.processJoinWhere(Z));let J={};for(let[Z,X]of Object.entries($)){let G=g.processJoinWhereKey(Z);if(Z==="$or"||Z==="$and")J[G]=X.map((Y)=>g.processJoinWhere(Y));else if(typeof X==="object"&&X!==null&&!Array.isArray(X))J[G]=g.processJoinWhere(X);else J[G]=X}return J}static processJoinOrderBy($){if(!$||!Array.isArray($))return $;return $.map((J)=>{if(typeof J!=="string"||!J.includes("#"))return J;let[Z,X]=J.split("#");return`${g.processJoinField(Z.trim())}#${X.trim()}`})}static addDefaultStateFilter($={},J,Z=!1){if(Object.keys($).some((Y)=>Y.startsWith("state")||Y.includes(".state")))return $;if(Z&&J){let Y={};for(let[H,z]of Object.entries($))Y[H]=z;return Y[`${J}.state$gt`]=0,Y}let G={};for(let[Y,H]of Object.entries($))G[Y]=H;return G.state$gt=0,G}static whereKeysToSnake($){if(!$||typeof $!=="object")return $;if(Array.isArray($))return $.map((Z)=>g.whereKeysToSnake(Z));let J={};for(let[Z,X]of Object.entries($)){if(Z==="$or"||Z==="$and"){J[Z]=X.map((Y)=>g.whereKeysToSnake(Y));continue}if(Z.includes("$")){let Y=Z.lastIndexOf("$"),H=Z.substring(0,Y),z=Z.substring(Y),V=u(H)+z;J[V]=X;continue}let G=u(Z);if(typeof X==="object"&&X!==null&&!Array.isArray(X))J[G]=g.whereKeysToSnake(X);else J[G]=X}return J}static serializeArrayFields($){let J={};for(let[Z,X]of Object.entries($)){if(X===null||X===void 0){J[Z]=X;continue}if(Array.isArray(X)){J[Z]=JSON.stringify(X);continue}J[Z]=X}return J}static deserializeArrayFields($){if(!$)return null;let J={};for(let[Z,X]of Object.entries($))J[Z]=X;for(let[Z,X]of Object.entries(J)){if(typeof X!=="string")continue;if(X.startsWith("[")&&X.endsWith("]"))try{let G=JSON.parse(X);if(Array.isArray(G))J[Z]=G}catch{}}return J}static cleanAndSnakeAndSerializeWriteData($,J=[null,void 0]){let Z=w$($,{excludeValues:J}),X=lX(Z);return g.serializeArrayFields(X)}static stripSystemFieldsForWrite($,J){let Z={};for(let[X,G]of Object.entries($)){if(X==="id")continue;if(X==="created_at")continue;if(X==="updated_at")continue;if(X==="deleted_at")continue;if(!J.allowState&&X==="state")continue;Z[X]=G}return Z}static buildInsertRow($){let J=g.cleanAndSnakeAndSerializeWriteData($.data),Z=g.stripSystemFieldsForWrite(J,{allowState:!1}),X={};for(let[G,Y]of Object.entries(Z))X[G]=Y;return X.id=$.id,X.created_at=$.now,X.updated_at=$.now,X.state=1,X}static buildUpdateRow($){let J=g.cleanAndSnakeAndSerializeWriteData($.data),Z=g.stripSystemFieldsForWrite(J,{allowState:$.allowState}),X={};for(let[G,Y]of Object.entries(Z))X[G]=Y;return X.updated_at=$.now,X}static buildPartialUpdateData($){let J=g.cleanAndSnakeAndSerializeWriteData($.data);return g.stripSystemFieldsForWrite(J,{allowState:$.allowState})}}a();class c0{static SAFE_IDENTIFIER_RE=/^[a-zA-Z_][a-zA-Z0-9_]*$/;static assertNonEmptyString($,J){if(typeof $!=="string")throw Error(`${J} \u5FC5\u987B\u662F\u5B57\u7B26\u4E32 (value: ${String($)})`);if(!$.trim())throw Error(`${J} \u4E0D\u80FD\u4E3A\u7A7A`)}static assertNoUndefinedParam($,J){if($===void 0)throw Error(`${J} \u4E0D\u80FD\u4E3A undefined`)}static startsWithQuote($){let J=$.trim();return J.startsWith("`")||J.startsWith('"')}static isQuotedIdentPaired($){let J=$.trim();if(J.length<2)return!1;let Z=J[0],X=J[J.length-1];if(Z==="`"&&X==="`")return!0;if(Z==='"'&&X==='"')return!0;return!1}static assertPairedQuotedIdentIfStartsWithQuote($,J){if(c0.startsWithQuote($)&&!c0.isQuotedIdentPaired($))throw Error(`${J} \u5F15\u7528\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u4F7F\u7528\u6210\u5BF9\u7684 \`...\` \u6216 "..." (value: ${$})`)}static assertSafeIdentifierPart($,J){if(!c0.SAFE_IDENTIFIER_RE.test($))throw Error(`\u65E0\u6548\u7684 ${J} \u6807\u8BC6\u7B26: ${$}`)}static assertSafeAlias($){if(c0.isQuotedIdentPaired($))return;if(!c0.SAFE_IDENTIFIER_RE.test($))throw Error(`\u65E0\u6548\u7684\u5B57\u6BB5\u522B\u540D: ${$}`)}static assertNoExprField($){if(typeof $!=="string")return;let J=$.trim();if(!J)return;if(J.includes("(")||J.includes(")"))throw Error(`\u5B57\u6BB5\u5305\u542B\u51FD\u6570/\u8868\u8FBE\u5F0F\uFF0C\u8BF7\u4F7F\u7528 selectRaw/whereRaw (field: ${J})`)}static assertNoUndefinedInRecord($,J){for(let[Z,X]of Object.entries($))if(X===void 0)throw Error(`${J} \u5B58\u5728 undefined \u5B57\u6BB5\u503C (field: ${Z})`)}static assertBatchInsertRowsConsistent($,J){if(!Array.isArray($))throw Error("\u6279\u91CF\u63D2\u5165 rows \u5FC5\u987B\u662F\u6570\u7EC4");if($.length===0)throw Error(`\u63D2\u5165\u6570\u636E\u4E0D\u80FD\u4E3A\u7A7A (table: ${J.table})`);let Z=$[0];if(!Z||typeof Z!=="object"||Array.isArray(Z))throw Error(`\u6279\u91CF\u63D2\u5165\u7684\u6BCF\u4E00\u884C\u5FC5\u987B\u662F\u5BF9\u8C61 (table: ${J.table}, rowIndex: 0)`);let X=Object.keys(Z);if(X.length===0)throw Error(`\u63D2\u5165\u6570\u636E\u5FC5\u987B\u81F3\u5C11\u6709\u4E00\u4E2A\u5B57\u6BB5 (table: ${J.table})`);let G=new Set(X);for(let Y=0;Y<$.length;Y++){let H=$[Y];if(!H||typeof H!=="object"||Array.isArray(H))throw Error(`\u6279\u91CF\u63D2\u5165\u7684\u6BCF\u4E00\u884C\u5FC5\u987B\u662F\u5BF9\u8C61 (table: ${J.table}, rowIndex: ${Y})`);let z=Object.keys(H);if(z.length!==X.length)throw Error(`\u6279\u91CF\u63D2\u5165\u6BCF\u884C\u5B57\u6BB5\u5FC5\u987B\u4E00\u81F4 (table: ${J.table}, rowIndex: ${Y})`);for(let V of z)if(!G.has(V))throw Error(`\u6279\u91CF\u63D2\u5165\u6BCF\u884C\u5B57\u6BB5\u5FC5\u987B\u4E00\u81F4 (table: ${J.table}, rowIndex: ${Y}, extraField: ${V})`);for(let V of X){if(!(V in H))throw Error(`\u6279\u91CF\u63D2\u5165\u7F3A\u5C11\u5B57\u6BB5 (table: ${J.table}, rowIndex: ${Y}, field: ${V})`);c0.assertNoUndefinedParam(H[V],`\u6279\u91CF\u63D2\u5165\u5B57\u6BB5\u503C (table: ${J.table}, rowIndex: ${Y}, field: ${V})`)}}return X}}var c={QUOTE_IDENT_NEED_STRING:($)=>`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`,IDENT_EMPTY:"SQL \u6807\u8BC6\u7B26\u4E0D\u80FD\u4E3A\u7A7A",FIELD_EXPR_NOT_ALLOWED:($)=>`\u5B57\u6BB5\u5305\u542B\u51FD\u6570/\u8868\u8FBE\u5F0F\uFF0C\u8BF7\u4F7F\u7528 selectRaw/whereRaw (field: ${$})`,FROM_EMPTY:"FROM \u8868\u540D\u4E0D\u80FD\u4E3A\u7A7A",FROM_NEED_NON_EMPTY:($)=>`FROM \u8868\u540D\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32 (table: ${String($)})`,FROM_REQUIRED:"FROM \u8868\u540D\u662F\u5FC5\u9700\u7684",COUNT_NEED_FROM:"COUNT \u9700\u8981 FROM \u8868\u540D",TABLE_REF_TOO_MANY_PARTS:($)=>`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08\u5305\u542B\u8FC7\u591A\u7247\u6BB5\uFF09\u3002\u8BF7\u4F7F\u7528 fromRaw \u663E\u5F0F\u4F20\u5165\u590D\u6742\u8868\u8FBE\u5F0F (table: ${$})`,TABLE_REF_SCHEMA_TOO_DEEP:($)=>`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08schema \u5C42\u7EA7\u8FC7\u6DF1\uFF09\u3002\u8BF7\u4F7F\u7528 fromRaw (table: ${$})`,SCHEMA_QUOTE_NOT_PAIRED:($)=>`schema \u6807\u8BC6\u7B26\u5F15\u7528\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u4F7F\u7528\u6210\u5BF9\u7684 \`...\` \u6216 "..." (schema: ${$})`,TABLE_QUOTE_NOT_PAIRED:($)=>`table \u6807\u8BC6\u7B26\u5F15\u7528\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u4F7F\u7528\u6210\u5BF9\u7684 \`...\` \u6216 "..." (table: ${$})`,SELECT_FIELDS_INVALID:"SELECT \u5B57\u6BB5\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6216\u6570\u7EC4",SELECT_RAW_NEED_NON_EMPTY:($)=>`selectRaw \u9700\u8981\u975E\u7A7A\u5B57\u7B26\u4E32 (expr: ${String($)})`,FROM_RAW_NEED_NON_EMPTY:($)=>`fromRaw \u9700\u8981\u975E\u7A7A\u5B57\u7B26\u4E32 (tableExpr: ${String($)})`,WHERE_RAW_NEED_NON_EMPTY:($)=>`whereRaw \u9700\u8981\u975E\u7A7A\u5B57\u7B26\u4E32 (sql: ${String($)})`,WHERE_VALUE_REQUIRED:"where(field, value) \u4E0D\u5141\u8BB8\u7701\u7565 value\u3002\u82E5\u9700\u4F20\u5165\u539F\u59CB WHERE\uFF0C\u8BF7\u4F7F\u7528 whereRaw",JOIN_NEED_STRING:($,J)=>`JOIN \u8868\u540D\u548C\u6761\u4EF6\u5FC5\u987B\u662F\u5B57\u7B26\u4E32 (table: ${String($)}, on: ${String(J)})`,ORDER_BY_NEED_ARRAY:'orderBy \u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4\uFF0C\u683C\u5F0F\u4E3A "\u5B57\u6BB5#\u65B9\u5411"',ORDER_BY_ITEM_NEED_HASH:($)=>`orderBy \u5B57\u6BB5\u5FC5\u987B\u662F "\u5B57\u6BB5#\u65B9\u5411" \u683C\u5F0F\u7684\u5B57\u7B26\u4E32\uFF08\u4F8B\u5982\uFF1A"name#ASC", "id#DESC"\uFF09 (item: ${String($)})`,ORDER_BY_FIELD_EMPTY:($)=>`orderBy \u4E2D\u5B57\u6BB5\u540D\u4E0D\u80FD\u4E3A\u7A7A (item: ${$})`,ORDER_BY_DIR_INVALID:($)=>`ORDER BY \u65B9\u5411\u5FC5\u987B\u662F ASC \u6216 DESC (direction: ${$})`,LIMIT_MUST_NON_NEGATIVE:($)=>`LIMIT \u6570\u91CF\u5FC5\u987B\u662F\u975E\u8D1F\u6570 (count: ${String($)})`,OFFSET_MUST_NON_NEGATIVE:($)=>`OFFSET \u5FC5\u987B\u662F\u975E\u8D1F\u6570 (offset: ${String($)})`,OFFSET_COUNT_MUST_NON_NEGATIVE:($)=>`OFFSET \u5FC5\u987B\u662F\u975E\u8D1F\u6570 (count: ${String($)})`,INSERT_NEED_TABLE:($)=>`INSERT \u9700\u8981\u8868\u540D (table: ${String($)})`,INSERT_NEED_DATA:($,J)=>`INSERT \u9700\u8981\u6570\u636E (table: ${String($)}, data: ${JSON.stringify(J)})`,INSERT_NEED_AT_LEAST_ONE_FIELD:($)=>`\u63D2\u5165\u6570\u636E\u5FC5\u987B\u81F3\u5C11\u6709\u4E00\u4E2A\u5B57\u6BB5 (table: ${$})`,UPDATE_NEED_TABLE:"UPDATE \u9700\u8981\u8868\u540D",UPDATE_NEED_OBJECT:"UPDATE \u9700\u8981\u6570\u636E\u5BF9\u8C61",UPDATE_NEED_AT_LEAST_ONE_FIELD:"\u66F4\u65B0\u6570\u636E\u5FC5\u987B\u81F3\u5C11\u6709\u4E00\u4E2A\u5B57\u6BB5",UPDATE_NEED_WHERE:"\u4E3A\u5B89\u5168\u8D77\u89C1\uFF0CUPDATE \u9700\u8981 WHERE \u6761\u4EF6",DELETE_NEED_TABLE:"DELETE \u9700\u8981\u8868\u540D",DELETE_NEED_WHERE:"\u4E3A\u5B89\u5168\u8D77\u89C1\uFF0CDELETE \u9700\u8981 WHERE \u6761\u4EF6",TO_DELETE_IN_NEED_TABLE:($)=>`toDeleteInSql \u9700\u8981\u975E\u7A7A\u8868\u540D (table: ${String($)})`,TO_DELETE_IN_NEED_ID_FIELD:($)=>`toDeleteInSql \u9700\u8981\u975E\u7A7A idField (idField: ${String($)})`,TO_DELETE_IN_NEED_IDS:"toDeleteInSql \u9700\u8981 ids \u6570\u7EC4",TO_UPDATE_CASE_NEED_TABLE:($)=>`toUpdateCaseByIdSql \u9700\u8981\u975E\u7A7A\u8868\u540D (table: ${String($)})`,TO_UPDATE_CASE_NEED_ID_FIELD:($)=>`toUpdateCaseByIdSql \u9700\u8981\u975E\u7A7A idField (idField: ${String($)})`,TO_UPDATE_CASE_NEED_ROWS:"toUpdateCaseByIdSql \u9700\u8981 rows \u6570\u7EC4",TO_UPDATE_CASE_NEED_FIELDS:"toUpdateCaseByIdSql \u9700\u8981 fields \u6570\u7EC4"};class g${_select=[];_from="";_where=[];_joins=[];_orderBy=[];_groupBy=[];_having=[];_limit=null;_offset=null;_params=[];_quoteIdent;constructor($){if($&&$.quoteIdent)this._quoteIdent=$.quoteIdent;else this._quoteIdent=(J)=>{if(typeof J!=="string")throw Error(c.QUOTE_IDENT_NEED_STRING(J));let Z=J.trim();if(!Z)throw Error(c.IDENT_EMPTY);return`\`${Z.replace(/`/g,"``")}\``}}_isQuotedIdent($){return c0.isQuotedIdentPaired($)}_startsWithQuote($){return c0.startsWithQuote($)}reset(){return this._select=[],this._from="",this._where=[],this._joins=[],this._orderBy=[],this._groupBy=[],this._having=[],this._limit=null,this._offset=null,this._params=[],this}_escapeField($){if(typeof $!=="string")return $;if($=$.trim(),c0.assertPairedQuotedIdentIfStartsWithQuote($,"\u5B57\u6BB5\u6807\u8BC6\u7B26"),$==="*"||this._isQuotedIdent($))return $;try{c0.assertNoExprField($)}catch{throw Error(c.FIELD_EXPR_NOT_ALLOWED($))}if($.toUpperCase().includes(" AS ")){let J=$.split(/\s+AS\s+/i),Z=J[0].trim(),X=J[1].trim();return c0.assertSafeAlias(X),`${this._escapeField(Z)} AS ${X}`}if($.includes("."))return $.split(".").map((Z)=>{if(Z=Z.trim(),Z==="*"||this._isQuotedIdent(Z))return Z;return c0.assertPairedQuotedIdentIfStartsWithQuote(Z,"\u5B57\u6BB5\u6807\u8BC6\u7B26"),this._quoteIdent(Z)}).join(".");return this._quoteIdent($)}_validateIdentifierPart($,J){c0.assertSafeIdentifierPart($,J)}_escapeTable($){if(typeof $!=="string")return $;if($=$.trim(),this._startsWithQuote($)&&!this._isQuotedIdent($));if(this._isQuotedIdent($))return $;let J=$.split(/\s+/).filter((H)=>H.length>0);if(J.length===0)throw Error(c.FROM_EMPTY);if(J.length>2)throw Error(c.TABLE_REF_TOO_MANY_PARTS($));let Z=J[0].trim(),X=J.length===2?J[1].trim():null,G=Z.split(".");if(G.length>2)throw Error(c.TABLE_REF_SCHEMA_TOO_DEEP($));let Y="";if(G.length===2){let H=G[0].trim(),z=G[1].trim(),V=this._isQuotedIdent(H)?H:(()=>{if(this._startsWithQuote(H)&&!this._isQuotedIdent(H))throw Error(c.SCHEMA_QUOTE_NOT_PAIRED(H));return this._validateIdentifierPart(H,"schema"),this._quoteIdent(H)})(),O=this._isQuotedIdent(z)?z:(()=>{if(this._startsWithQuote(z)&&!this._isQuotedIdent(z))throw Error(c.TABLE_QUOTE_NOT_PAIRED(z));return this._validateIdentifierPart(z,"table"),this._quoteIdent(z)})();Y=`${V}.${O}`}else{let H=G[0].trim();if(this._isQuotedIdent(H))Y=H;else{if(this._startsWithQuote(H)&&!this._isQuotedIdent(H))throw Error(c.TABLE_QUOTE_NOT_PAIRED(H));this._validateIdentifierPart(H,"table"),Y=this._quoteIdent(H)}}if(X)return this._validateIdentifierPart(X,"alias"),`${Y} ${X}`;return Y}_validateParam($){c0.assertNoUndefinedParam($,"SQL \u53C2\u6570\u503C")}_applyOperator($,J,Z){let X=this._escapeField($);switch(J){case"$ne":case"$not":this._validateParam(Z),this._where.push(`${X} != ?`),this._params.push(Z);break;case"$in":if(!Array.isArray(Z))throw Error(`$in \u64CD\u4F5C\u7B26\u7684\u503C\u5FC5\u987B\u662F\u6570\u7EC4 (operator: ${J})`);if(Z.length===0)throw Error("$in \u64CD\u4F5C\u7B26\u7684\u6570\u7EC4\u4E0D\u80FD\u4E3A\u7A7A\u3002\u63D0\u793A\uFF1A\u7A7A\u6570\u7EC4\u4F1A\u5BFC\u81F4\u67E5\u8BE2\u6C38\u8FDC\u4E0D\u5339\u914D\u4EFB\u4F55\u8BB0\u5F55\uFF0C\u8FD9\u901A\u5E38\u4E0D\u662F\u9884\u671F\u884C\u4E3A\u3002\u8BF7\u68C0\u67E5\u67E5\u8BE2\u6761\u4EF6\u6216\u79FB\u9664\u8BE5\u5B57\u6BB5\u3002");let G=Z.map(()=>"?").join(",");this._where.push(`${X} IN (${G})`),this._params.push(...Z);break;case"$nin":case"$notIn":if(!Array.isArray(Z))throw Error(`$nin/$notIn \u64CD\u4F5C\u7B26\u7684\u503C\u5FC5\u987B\u662F\u6570\u7EC4 (operator: ${J})`);if(Z.length===0)throw Error("$nin/$notIn \u64CD\u4F5C\u7B26\u7684\u6570\u7EC4\u4E0D\u80FD\u4E3A\u7A7A\u3002\u63D0\u793A\uFF1A\u7A7A\u6570\u7EC4\u4F1A\u5BFC\u81F4\u67E5\u8BE2\u5339\u914D\u6240\u6709\u8BB0\u5F55\uFF0C\u8FD9\u901A\u5E38\u4E0D\u662F\u9884\u671F\u884C\u4E3A\u3002\u8BF7\u68C0\u67E5\u67E5\u8BE2\u6761\u4EF6\u6216\u79FB\u9664\u8BE5\u5B57\u6BB5\u3002");let Y=Z.map(()=>"?").join(",");this._where.push(`${X} NOT IN (${Y})`),this._params.push(...Z);break;case"$like":this._validateParam(Z),this._where.push(`${X} LIKE ?`),this._params.push(Z);break;case"$notLike":this._validateParam(Z),this._where.push(`${X} NOT LIKE ?`),this._params.push(Z);break;case"$gt":this._validateParam(Z),this._where.push(`${X} > ?`),this._params.push(Z);break;case"$gte":this._validateParam(Z),this._where.push(`${X} >= ?`),this._params.push(Z);break;case"$lt":this._validateParam(Z),this._where.push(`${X} < ?`),this._params.push(Z);break;case"$lte":this._validateParam(Z),this._where.push(`${X} <= ?`),this._params.push(Z);break;case"$between":if(Array.isArray(Z)&&Z.length===2)this._validateParam(Z[0]),this._validateParam(Z[1]),this._where.push(`${X} BETWEEN ? AND ?`),this._params.push(Z[0],Z[1]);break;case"$notBetween":if(Array.isArray(Z)&&Z.length===2)this._validateParam(Z[0]),this._validateParam(Z[1]),this._where.push(`${X} NOT BETWEEN ? AND ?`),this._params.push(Z[0],Z[1]);break;case"$null":if(Z===!0)this._where.push(`${X} IS NULL`);break;case"$notNull":if(Z===!0)this._where.push(`${X} IS NOT NULL`);break;default:this._validateParam(Z),this._where.push(`${X} = ?`),this._params.push(Z)}}_processWhereConditions($){if(!$||typeof $!=="object")return;Object.entries($).forEach(([J,Z])=>{if(Z===void 0)return;if(J==="$and"){if(Array.isArray(Z))Z.forEach((X)=>this._processWhereConditions(X))}else if(J==="$or"){if(Array.isArray(Z)){let X=[],G=[];if(Z.forEach((Y)=>{let H=new g$({quoteIdent:this._quoteIdent});if(H._processWhereConditions(Y),H._where.length>0)X.push(`(${H._where.join(" AND ")})`),G.push(...H._params)}),X.length>0)this._where.push(`(${X.join(" OR ")})`),this._params.push(...G)}}else if(J.includes("$")){let X=J.lastIndexOf("$"),G=J.substring(0,X),Y="$"+J.substring(X+1);this._applyOperator(G,Y,Z)}else if(typeof Z==="object"&&Z!==null&&!Array.isArray(Z))for(let[X,G]of Object.entries(Z))this._applyOperator(J,X,G);else{this._validateParam(Z);let X=this._escapeField(J);this._where.push(`${X} = ?`),this._params.push(Z)}})}getWhereConditions(){return{sql:this._where.length>0?this._where.join(" AND "):"",params:[...this._params]}}select($="*"){if(Array.isArray($))this._select=[...this._select,...$.map((J)=>this._escapeField(J))];else if(typeof $==="string")this._select.push(this._escapeField($));else throw Error(c.SELECT_FIELDS_INVALID);return this}selectRaw($){if(typeof $!=="string"||!$.trim())throw Error(c.SELECT_RAW_NEED_NON_EMPTY($));return this._select.push($),this}from($){if(typeof $!=="string"||!$.trim())throw Error(c.FROM_NEED_NON_EMPTY($));return this._from=this._escapeTable($.trim()),this}fromRaw($){if(typeof $!=="string"||!$.trim())throw Error(c.FROM_RAW_NEED_NON_EMPTY($));return this._from=$,this}where($,J){if(typeof $==="object"&&$!==null)return this._processWhereConditions($),this;if(typeof $==="string"){if(J===void 0)throw Error(c.WHERE_VALUE_REQUIRED);this._validateParam(J);let Z=this._escapeField($);return this._where.push(`${Z} = ?`),this._params.push(J),this}return this}whereRaw($,J){if(typeof $!=="string"||!$.trim())throw Error(c.WHERE_RAW_NEED_NON_EMPTY($));if(this._where.push($),J&&J.length>0)this._params.push(...J);return this}leftJoin($,J){if(typeof $!=="string"||typeof J!=="string")throw Error(c.JOIN_NEED_STRING($,J));let Z=this._escapeTable($);return this._joins.push(`LEFT JOIN ${Z} ON ${J}`),this}rightJoin($,J){if(typeof $!=="string"||typeof J!=="string")throw Error(c.JOIN_NEED_STRING($,J));let Z=this._escapeTable($);return this._joins.push(`RIGHT JOIN ${Z} ON ${J}`),this}innerJoin($,J){if(typeof $!=="string"||typeof J!=="string")throw Error(c.JOIN_NEED_STRING($,J));let Z=this._escapeTable($);return this._joins.push(`INNER JOIN ${Z} ON ${J}`),this}orderBy($){if(!Array.isArray($))throw Error(c.ORDER_BY_NEED_ARRAY);return $.forEach((J)=>{if(typeof J!=="string"||!J.includes("#"))throw Error(c.ORDER_BY_ITEM_NEED_HASH(J));let[Z,X]=J.split("#"),G=Z.trim(),Y=X.trim().toUpperCase();if(!G)throw Error(c.ORDER_BY_FIELD_EMPTY(J));if(!["ASC","DESC"].includes(Y))throw Error(c.ORDER_BY_DIR_INVALID(Y));let H=this._escapeField(G);this._orderBy.push(`${H} ${Y}`)}),this}groupBy($){if(Array.isArray($)){let J=$.filter((Z)=>typeof Z==="string").map((Z)=>this._escapeField(Z));this._groupBy=[...this._groupBy,...J]}else if(typeof $==="string")this._groupBy.push(this._escapeField($));return this}having($){if(typeof $==="string")this._having.push($);return this}limit($,J){if(typeof $!=="number"||$<0)throw Error(c.LIMIT_MUST_NON_NEGATIVE($));if(this._limit=Math.floor($),J!==void 0&&J!==null){if(typeof J!=="number"||J<0)throw Error(c.OFFSET_MUST_NON_NEGATIVE(J));this._offset=Math.floor(J)}return this}offset($){if(typeof $!=="number"||$<0)throw Error(c.OFFSET_COUNT_MUST_NON_NEGATIVE($));return this._offset=Math.floor($),this}toSelectSql(){let $="SELECT ";if($+=this._select.length>0?this._select.join(", "):"*",!this._from)throw Error(c.FROM_REQUIRED);if($+=` FROM ${this._from}`,this._joins.length>0)$+=" "+this._joins.join(" ");if(this._where.length>0)$+=" WHERE "+this._where.join(" AND ");if(this._groupBy.length>0)$+=" GROUP BY "+this._groupBy.join(", ");if(this._having.length>0)$+=" HAVING "+this._having.join(" AND ");if(this._orderBy.length>0)$+=" ORDER BY "+this._orderBy.join(", ");if(this._limit!==null){if($+=` LIMIT ${this._limit}`,this._offset!==null)$+=` OFFSET ${this._offset}`}return{sql:$,params:[...this._params]}}toInsertSql($,J){if(!$||typeof $!=="string")throw Error(c.INSERT_NEED_TABLE($));if(!J||typeof J!=="object")throw Error(c.INSERT_NEED_DATA($,J));let Z=this._escapeTable($);if(Array.isArray(J)){let X=c0.assertBatchInsertRowsConsistent(J,{table:$}),G=X.map((O)=>this._escapeField(O)),Y=X.map(()=>"?").join(", "),H=J.map(()=>`(${Y})`).join(", "),z=`INSERT INTO ${Z} (${G.join(", ")}) VALUES ${H}`,V=[];for(let O=0;O<J.length;O++){let R=J[O];for(let I of X)V.push(R[I])}return{sql:z,params:V}}else{let X=Object.keys(J);if(X.length===0)throw Error(c.INSERT_NEED_AT_LEAST_ONE_FIELD($));for(let V of X)this._validateParam(J[V]);let G=X.map((V)=>this._escapeField(V)),Y=X.map(()=>"?").join(", "),H=`INSERT INTO ${Z} (${G.join(", ")}) VALUES (${Y})`,z=X.map((V)=>J[V]);return{sql:H,params:z}}}toUpdateSql($,J){if(!$||typeof $!=="string")throw Error(c.UPDATE_NEED_TABLE);if(!J||typeof J!=="object"||Array.isArray(J))throw Error(c.UPDATE_NEED_OBJECT);let Z=Object.keys(J);if(Z.length===0)throw Error(c.UPDATE_NEED_AT_LEAST_ONE_FIELD);let X=this._escapeTable($),G=Z.map((z)=>`${this._escapeField(z)} = ?`),Y=[...Object.values(J),...this._params],H=`UPDATE ${X} SET ${G.join(", ")}`;if(this._where.length>0)H+=" WHERE "+this._where.join(" AND ");else throw Error(c.UPDATE_NEED_WHERE);return{sql:H,params:Y}}toDeleteSql($){if(!$||typeof $!=="string")throw Error(c.DELETE_NEED_TABLE);let Z=`DELETE FROM ${this._escapeTable($)}`;if(this._where.length>0)Z+=" WHERE "+this._where.join(" AND ");else throw Error(c.DELETE_NEED_WHERE);return{sql:Z,params:[...this._params]}}toCountSql(){let $="SELECT COUNT(*) as total";if(!this._from)throw Error(c.COUNT_NEED_FROM);if($+=` FROM ${this._from}`,this._joins.length>0)$+=" "+this._joins.join(" ");if(this._where.length>0)$+=" WHERE "+this._where.join(" AND ");return{sql:$,params:[...this._params]}}static toDeleteInSql($){if(typeof $.table!=="string"||!$.table.trim())throw Error(c.TO_DELETE_IN_NEED_TABLE($.table));if(typeof $.idField!=="string"||!$.idField.trim())throw Error(c.TO_DELETE_IN_NEED_ID_FIELD($.idField));if(!Array.isArray($.ids))throw Error(c.TO_DELETE_IN_NEED_IDS);if($.ids.length===0)return{sql:"",params:[]};let J=$.ids.map(()=>"?").join(",");return{sql:`DELETE FROM ${$.quoteIdent($.table)} WHERE ${$.quoteIdent($.idField)} IN (${J})`,params:[...$.ids]}}static toUpdateCaseByIdSql($){if(typeof $.table!=="string"||!$.table.trim())throw Error(c.TO_UPDATE_CASE_NEED_TABLE($.table));if(typeof $.idField!=="string"||!$.idField.trim())throw Error(c.TO_UPDATE_CASE_NEED_ID_FIELD($.idField));if(!Array.isArray($.rows))throw Error(c.TO_UPDATE_CASE_NEED_ROWS);if($.rows.length===0)return{sql:"",params:[]};if(!Array.isArray($.fields))throw Error(c.TO_UPDATE_CASE_NEED_FIELDS);if($.fields.length===0)return{sql:"",params:[]};let J=$.rows.map((z)=>z.id),Z=J.map(()=>"?").join(","),X=[],G=[],Y=$.quoteIdent($.idField);for(let z of $.fields){let V=[];for(let R of $.rows){if(!(z in R.data))continue;V.push("WHEN ? THEN ?"),G.push(R.id),G.push(R.data[z])}if(V.length===0)continue;let O=$.quoteIdent(z);X.push(`${O} = CASE ${Y} ${V.join(" ")} ELSE ${O} END`)}X.push(`${$.quoteIdent($.updatedAtField)} = ?`),G.push($.updatedAtValue);for(let z of J)G.push(z);let H=`UPDATE ${$.quoteIdent($.table)} SET ${X.join(", ")} WHERE ${Y} IN (${Z})`;if($.stateGtZero&&$.stateField)H+=` AND ${$.quoteIdent($.stateField)} > 0`;return{sql:H,params:G}}}var CQ=3600;class xJ{redis;dialect;sql=null;isTransaction=!1;constructor($){this.redis=$.redis,this.sql=$.sql||null,this.isTransaction=!!$.sql,this.dialect=$.dialect?$.dialect:new LJ}createSqlBuilder(){return new g$({quoteIdent:this.dialect.quoteIdent.bind(this.dialect)})}async getTableColumns($){let J=X0.tableColumns($),Z=await this.redis.getObject(J);if(Z&&Z.length>0)return Z;let X=this.dialect.getTableColumnsQuery($),Y=(await this.executeWithConn(X.sql,X.params)).data;if(!Y||Y.length===0)throw Error(`\u8868 ${$} \u4E0D\u5B58\u5728\u6216\u6CA1\u6709\u5B57\u6BB5`);let H=this.dialect.getTableColumnsFromResult(Y);if(await this.redis.setObject(J,H,CQ)===null)P.warn({table:$,cacheKey:J,msg:"\u8868\u5B57\u6BB5\u7F13\u5B58\u5199\u5165 Redis \u5931\u8D25"});return H}async prepareQueryOptions($){let J=w$($.where||{},{excludeValues:[null,void 0]});if($.joins&&$.joins.length>0){let G=($.fields||[]).map((z)=>g.processJoinField(z)),Y=g.normalizeTableRef($.table),H=g.getJoinMainQualifier($.table);return{table:Y,tableQualifier:H,fields:G.length>0?G:["*"],where:g.processJoinWhere(J),joins:$.joins,orderBy:g.processJoinOrderBy($.orderBy||[]),page:$.page||1,limit:$.limit||10}}let X=await g.fieldsToSnake(u($.table),$.fields||[],this.getTableColumns.bind(this));return{table:u($.table),tableQualifier:u($.table),fields:X,where:g.whereKeysToSnake(J),joins:void 0,orderBy:g.orderByToSnake($.orderBy||[]),page:$.page||1,limit:$.limit||10}}applyJoins($,J){if(!J||J.length===0)return;for(let Z of J){let X=g.normalizeTableRef(Z.table);switch(Z.type||"left"){case"inner":$.innerJoin(X,Z.on);break;case"right":$.rightJoin(X,Z.on);break;case"left":default:$.leftJoin(X,Z.on);break}}}async executeWithConn($,J){if(!this.sql)throw Error("\u6570\u636E\u5E93\u8FDE\u63A5\u672A\u521D\u59CB\u5316");if(typeof $!=="string")throw Error(`executeWithConn \u53EA\u63A5\u53D7\u5B57\u7B26\u4E32\u7C7B\u578B\u7684 SQL\uFF0C\u6536\u5230\u7C7B\u578B: ${typeof $}\uFF0C\u503C: ${JSON.stringify($)}`);let Z=Date.now(),X=Array.isArray(J)?J:[];try{let G;if(X.length>0)G=await this.sql.unsafe($,X);else G=await this.sql.unsafe($);let Y=Date.now()-Z;return{data:G,sql:{sql:$,params:X,duration:Y}}}catch(G){let Y=Date.now()-Z,H=Error(`SQL\u6267\u884C\u5931\u8D25: ${G.message}`);throw H.originalError=G,H.params=X,H.duration=Y,H.sqlInfo={sql:$,params:X,duration:Y},H}}async unsafe($,J){return await this.executeWithConn($,J)}async tableExists($){let J=u($),Z=this.dialect.tableExistsQuery(J),X=await this.executeWithConn(Z.sql,Z.params);return{data:(X.data?.[0]?.count||0)>0,sql:X.sql}}async getCount($){let{table:J,where:Z,joins:X,tableQualifier:G}=await this.prepareQueryOptions($),Y=this.createSqlBuilder().selectRaw("COUNT(*) as count").from(J).where(g.addDefaultStateFilter(Z,G,!!X));this.applyJoins(Y,X);let{sql:H,params:z}=Y.toSelectSql(),V=await this.executeWithConn(H,z);return{data:V.data?.[0]?.count||0,sql:V.sql}}async getOne($){let{table:J,fields:Z,where:X,joins:G,tableQualifier:Y}=await this.prepareQueryOptions($),H=this.createSqlBuilder().select(Z).from(J).where(g.addDefaultStateFilter(X,Y,!!G));this.applyJoins(H,G);let{sql:z,params:V}=H.toSelectSql(),O=await this.executeWithConn(z,V),I=O.data?.[0]||null;if(!I)return{data:null,sql:O.sql};let C=IZ(I),L=g.deserializeArrayFields(C);if(!L)return{data:null,sql:O.sql};return{data:yJ([L])[0],sql:O.sql}}async getList($){let J=await this.prepareQueryOptions($);if(J.page<1||J.page>1e4)throw Error(`\u9875\u7801\u5FC5\u987B\u5728 1 \u5230 10000 \u4E4B\u95F4 (table: ${$.table}, page: ${J.page}, limit: ${J.limit})`);if(J.limit<1||J.limit>1000)throw Error(`\u6BCF\u9875\u6570\u91CF\u5FC5\u987B\u5728 1 \u5230 1000 \u4E4B\u95F4 (table: ${$.table}, page: ${J.page}, limit: ${J.limit})`);let Z=g.addDefaultStateFilter(J.where,J.tableQualifier,!!J.joins),X=this.createSqlBuilder().selectRaw("COUNT(*) as total").from(J.table).where(Z);this.applyJoins(X,J.joins);let{sql:G,params:Y}=X.toSelectSql(),H=await this.executeWithConn(G,Y),z=H.data?.[0]?.total||0;if(z===0)return{data:{lists:[],total:0,page:J.page,limit:J.limit,pages:0},sql:{count:H.sql}};let V=(J.page-1)*J.limit,O=this.createSqlBuilder().select(J.fields).from(J.table).where(Z).limit(J.limit).offset(V);if(this.applyJoins(O,J.joins),J.orderBy&&J.orderBy.length>0)O.orderBy(J.orderBy);let{sql:R,params:I}=O.toSelectSql(),C=await this.executeWithConn(R,I),L=C.data||[],w=qZ(L).map((T)=>g.deserializeArrayFields(T)).filter((T)=>T!==null);return{data:{lists:yJ(w),total:z,page:J.page,limit:J.limit,pages:Math.ceil(z/J.limit)},sql:{count:H.sql,data:C.sql}}}async getAll($){let X=await this.prepareQueryOptions({...$,page:1,limit:10}),G=g.addDefaultStateFilter(X.where,X.tableQualifier,!!X.joins),Y=this.createSqlBuilder().selectRaw("COUNT(*) as total").from(X.table).where(G);this.applyJoins(Y,X.joins);let{sql:H,params:z}=Y.toSelectSql(),V=await this.executeWithConn(H,z),O=V.data?.[0]?.total||0;if(O===0)return{data:{lists:[],total:0},sql:{count:V.sql}};let R=this.createSqlBuilder().select(X.fields).from(X.table).where(G).limit(1e4);if(this.applyJoins(R,X.joins),X.orderBy&&X.orderBy.length>0)R.orderBy(X.orderBy);let{sql:I,params:C}=R.toSelectSql(),L=await this.executeWithConn(I,C),S=L.data||[];if(S.length>=1000)P.warn({table:$.table,count:S.length,total:O,msg:"getAll \u8FD4\u56DE\u6570\u636E\u8FC7\u591A\uFF0C\u5EFA\u8BAE\u4F7F\u7528 getList \u5206\u9875\u67E5\u8BE2"});if(S.length>=1e4)P.warn({table:$.table,limit:1e4,total:O,msg:`getAll \u8FBE\u5230\u6700\u5927\u9650\u5236 ${1e4}\uFF0C\u5B9E\u9645\u603B\u6570 ${O}\uFF0C\u53EA\u8FD4\u56DE\u524D ${1e4} \u6761`});let T=qZ(S).map((E)=>g.deserializeArrayFields(E)).filter((E)=>E!==null);return{data:{lists:yJ(T),total:O},sql:{count:V.sql,data:L.sql}}}async insData($){let{table:J,data:Z}=$,X=u(J),G=Date.now(),Y;try{Y=await this.redis.genTimeID()}catch(C){throw Error(`\u751F\u6210 ID \u5931\u8D25\uFF0CRedis \u53EF\u80FD\u4E0D\u53EF\u7528 (table: ${J})`,{cause:C})}let H=g.buildInsertRow({data:Z,id:Y,now:G});c0.assertNoUndefinedInRecord(H,`insData \u63D2\u5165\u6570\u636E (table: ${X})`);let z=this.createSqlBuilder(),{sql:V,params:O}=z.toInsertSql(X,H),R=await this.executeWithConn(V,O);return{data:H.id||R.data?.lastInsertRowid||0,sql:R.sql}}async insBatch($,J){if(J.length===0)return{data:[],sql:{sql:"",params:[],duration:0}};let Z=1000;if(J.length>Z)throw Error(`\u6279\u91CF\u63D2\u5165\u6570\u91CF ${J.length} \u8D85\u8FC7\u6700\u5927\u9650\u5236 ${Z}`);let X=u($),G=[];for(let I=0;I<J.length;I++)G.push(await this.redis.genTimeID());let Y=Date.now(),H=J.map((I,C)=>{return g.buildInsertRow({data:I,id:G[C],now:Y})}),z=c0.assertBatchInsertRowsConsistent(H,{table:X}),V=this.createSqlBuilder(),{sql:O,params:R}=V.toInsertSql(X,H);try{let I=await this.executeWithConn(O,R);return{data:G,sql:I.sql}}catch(I){throw P.error({err:I,table:$,snakeTable:X,count:J.length,fields:z,msg:"\u6279\u91CF\u63D2\u5165\u5931\u8D25"}),I}}async delForceBatch($,J){if(J.length===0)return{data:0,sql:{sql:"",params:[],duration:0}};let Z=u($),X=g$.toDeleteInSql({table:Z,idField:"id",ids:J,quoteIdent:this.dialect.quoteIdent.bind(this.dialect)}),G=await this.executeWithConn(X.sql,X.params);return{data:G.data?.changes||0,sql:G.sql}}async updBatch($,J){if(J.length===0)return{data:0,sql:{sql:"",params:[],duration:0}};let Z=u($),X=Date.now(),G=[],Y=new Set;for(let R of J){let I=g.buildPartialUpdateData({data:R.data,allowState:!0});for(let C of Object.keys(I))Y.add(C);G.push({id:R.id,data:I})}let H=Array.from(Y).sort();if(H.length===0)return{data:0,sql:{sql:"",params:[],duration:0}};let z=g$.toUpdateCaseByIdSql({table:Z,idField:"id",rows:G,fields:H,quoteIdent:this.dialect.quoteIdent.bind(this.dialect),updatedAtField:"updated_at",updatedAtValue:X,stateField:"state",stateGtZero:!0}),V=await this.executeWithConn(z.sql,z.params);return{data:V.data?.changes||0,sql:V.sql}}async updData($){let{table:J,data:Z,where:X}=$,G=w$(X,{excludeValues:[null,void 0]}),Y=u(J),H=g.whereKeysToSnake(G),z=g.buildUpdateRow({data:Z,now:Date.now(),allowState:!0}),V=g.addDefaultStateFilter(H,Y,!1),O=this.createSqlBuilder().where(V),{sql:R,params:I}=O.toUpdateSql(Y,z),C=await this.executeWithConn(R,I);return{data:C.data?.changes||0,sql:C.sql}}async delData($){let{table:J,where:Z}=$;return await this.updData({table:J,data:{state:0,deleted_at:Date.now()},where:Z})}async delForce($){let{table:J,where:Z}=$,X=u(J),G=w$(Z,{excludeValues:[null,void 0]}),Y=g.whereKeysToSnake(G),H=this.createSqlBuilder().where(Y),{sql:z,params:V}=H.toDeleteSql(X),O=await this.executeWithConn(z,V);return{data:O.data?.changes||0,sql:O.sql}}async disableData($){let{table:J,where:Z}=$;return await this.updData({table:J,data:{state:2},where:Z})}async enableData($){let{table:J,where:Z}=$;return await this.updData({table:J,data:{state:1},where:Z})}async trans($){if(this.isTransaction)return await $(this);return await this.sql.begin(async(J)=>{let Z=new xJ({redis:this.redis,sql:J,dialect:this.dialect});return await $(Z)})}async query($,J){return await this.executeWithConn($,J)}async exists($){let{table:J,where:Z,tableQualifier:X}=await this.prepareQueryOptions({...$,page:1,limit:1}),G=this.createSqlBuilder().selectRaw("COUNT(1) as cnt").from(J).where(g.addDefaultStateFilter(Z,X,!1)).limit(1),{sql:Y,params:H}=G.toSelectSql(),z=await this.executeWithConn(Y,H);return{data:(z.data?.[0]?.cnt||0)>0,sql:z.sql}}async getFieldValue($){let{field:J,...Z}=$;if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684\u5B57\u6BB5\u540D: ${J}\uFF0C\u53EA\u5141\u8BB8\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF`);let X=await this.getOne({...Z,fields:[J]}),G=X.data;if(!G)return{data:null,sql:X.sql};if(J in G)return{data:G[J],sql:X.sql};let Y=J.replace(/_([a-z])/g,(z,V)=>V.toUpperCase());if(Y!==J&&Y in G)return{data:G[Y],sql:X.sql};let H=J.replace(/[A-Z]/g,(z)=>`_${z.toLowerCase()}`);if(H!==J&&H in G)return{data:G[H],sql:X.sql};return{data:null,sql:X.sql}}async increment($,J,Z,X=1){let G=u($),Y=u(J);if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(G))throw Error(`\u65E0\u6548\u7684\u8868\u540D: ${G}`);if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(Y))throw Error(`\u65E0\u6548\u7684\u5B57\u6BB5\u540D: ${J}`);if(typeof X!=="number"||isNaN(X))throw Error(`\u81EA\u589E\u503C\u5FC5\u987B\u662F\u6709\u6548\u7684\u6570\u5B57 (table: ${$}, field: ${J}, value: ${X})`);let H=w$(Z,{excludeValues:[null,void 0]}),z=g.whereKeysToSnake(H),V=g.addDefaultStateFilter(z,G,!1),O=this.createSqlBuilder().where(V),{sql:R,params:I}=O.getWhereConditions(),C=this.dialect.quoteIdent(G),L=this.dialect.quoteIdent(Y),S=R?`UPDATE ${C} SET ${L} = ${L} + ? WHERE ${R}`:`UPDATE ${C} SET ${L} = ${L} + ?`,w=await this.executeWithConn(S,[X,...I]);return{data:w.data?.changes||0,sql:w.sql}}async decrement($,J,Z,X=1){return await this.increment($,J,Z,-X)}}a();var SQ={name:"db",enable:!0,deps:["logger","redis"],async handler($){let J=$.config?.nodeEnv;if(!$.redis)throw Error("Redis \u672A\u521D\u59CB\u5316");try{let Z=z$.getSql(),X=$.config?.db?.type,G=X==="postgres"?"postgresql":X,Y=x$(G==="postgresql"||G==="sqlite"?G:"mysql");return new xJ({redis:$.redis,sql:Z,dialect:Y})}catch(Z){throw P.error({env:J,err:Z,msg:"\u6570\u636E\u5E93\u521D\u59CB\u5316\u5931\u8D25"}),Z}}},w1=SQ;var v$=vW(FW(),1);class EX{config;constructor($={}){this.config={secret:$.secret||"befly-secret",expiresIn:$.expiresIn||"7d",algorithm:$.algorithm||"HS256"}}sign($,J={}){let Z=J.secret||this.config.secret||"befly-secret",X=J.algorithm||this.config.algorithm||"HS256";return v$.createSigner({key:Z,algorithm:X,expiresIn:J.expiresIn||this.config.expiresIn,iss:J.issuer,aud:J.audience,sub:J.subject,jti:J.jwtId,notBefore:typeof J.notBefore==="number"?J.notBefore:void 0})($)}verify($,J={}){if(!$||typeof $!=="string")throw Error("Token\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32");let Z=J.secret||this.config.secret||"befly-secret",X=this.config.algorithm||"HS256",G=J.algorithms?J.algorithms:[X];return v$.createVerifier({key:Z,algorithms:G,allowedIss:J.issuer,allowedAud:J.audience,allowedSub:J.subject,ignoreExpiration:J.ignoreExpiration,ignoreNotBefore:J.ignoreNotBefore,cache:!0,cacheTTL:600000})($)}decode($,J=!1){if(!$||typeof $!=="string")throw Error("Token\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32");if(J){let G=v$.createDecoder({complete:!0})($);return{header:G.header,payload:G.payload,signature:G.signature}}return v$.createDecoder()($)}}var o6={name:"jwt",enable:!0,deps:[],handler:($)=>{return new EX($.config?$.config.auth:void 0)}},RW=o6;a();var l6={name:"logger",enable:!0,deps:[],async handler($){if($.config&&$.config.logger)P.configure($.config.logger);return P}},IW=l6;a();a();class wX{client;prefix;slowThresholdMs=500;constructor($=""){let J=z$.getRedis();if(!J)throw Error("Redis \u5BA2\u6237\u7AEF\u672A\u521D\u59CB\u5316\uFF0C\u8BF7\u5148\u8C03\u7528 Connect.connectRedis()");this.client=J,this.prefix=$?`${$}:`:""}logSlow($,J,Z,X={}){if(Z<=this.slowThresholdMs)return;P.warn({subsystem:"redis",event:"slow",duration:Z,cmd:$,key:J,extra:X,msg:"\uD83D\uDC0C Redis \u6162\u64CD\u4F5C"})}async setObject($,J,Z=null){try{let X=JSON.stringify(J),G=`${this.prefix}${$}`,Y=Date.now();if(Z){let V=await this.client.setex(G,Z,X),O=Date.now()-Y;return this.logSlow("SETEX",G,O,{ttl:Z}),V}let H=await this.client.set(G,X),z=Date.now()-Y;return this.logSlow("SET",G,z),H}catch(X){return P.error({err:X,msg:"Redis setObject \u9519\u8BEF"}),null}}async getObject($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.get(J),G=Date.now()-Z;return this.logSlow("GET",J,G),X?JSON.parse(X):null}catch(J){return P.error({err:J,msg:"Redis getObject \u9519\u8BEF"}),null}}async delObject($){try{let J=`${this.prefix}${$}`,Z=Date.now();await this.client.del(J);let X=Date.now()-Z;this.logSlow("DEL",J,X)}catch(J){P.error({err:J,msg:"Redis delObject \u9519\u8BEF"})}}async genTimeID(){let $=Date.now(),J=`${this.prefix}time_id:${$}`,Z=Date.now(),X=await this.client.incr(J);if(X===1)await this.client.expire(J,1);let G=Date.now()-Z;this.logSlow("INCR",J,G,{expireSeconds:1});let Y=100+($%900+X-1)%900;return Number(`${$}${Y}`)}async setString($,J,Z=null){try{let X=`${this.prefix}${$}`,G=Date.now();if(Z){let z=await this.client.setex(X,Z,J),V=Date.now()-G;return this.logSlow("SETEX",X,V,{ttl:Z}),z}let Y=await this.client.set(X,J),H=Date.now()-G;return this.logSlow("SET",X,H),Y}catch(X){return P.error({err:X,msg:"Redis setString \u9519\u8BEF"}),null}}async getString($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.get(J),G=Date.now()-Z;return this.logSlow("GET",J,G),X}catch(J){return P.error({err:J,msg:"Redis getString \u9519\u8BEF"}),null}}async exists($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.exists(J),G=Date.now()-Z;return this.logSlow("EXISTS",J,G),X}catch(J){return P.error({err:J,msg:"Redis exists \u9519\u8BEF"}),!1}}async incr($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.incr(J),G=Date.now()-Z;return this.logSlow("INCR",J,G),X}catch(J){return P.error({err:J,msg:"Redis incr \u9519\u8BEF"}),0}}async incrWithExpire($,J){try{let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.incr(Z);if(G===1)await this.client.expire(Z,J);let Y=Date.now()-X;return this.logSlow("INCR",Z,Y,{expireSeconds:J}),G}catch(Z){return P.error({err:Z,msg:"Redis incrWithExpire \u9519\u8BEF"}),0}}async expire($,J){try{let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.expire(Z,J),Y=Date.now()-X;return this.logSlow("EXPIRE",Z,Y,{seconds:J}),G}catch(Z){return P.error({err:Z,msg:"Redis expire \u9519\u8BEF"}),0}}async ttl($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.ttl(J),G=Date.now()-Z;return this.logSlow("TTL",J,G),X}catch(J){return P.error({err:J,msg:"Redis ttl \u9519\u8BEF"}),-1}}async ttlBatch($){if($.length===0)return[];try{return await Promise.all($.map((Z)=>this.ttl(Z)))}catch(J){return P.error({err:J,msg:"Redis ttlBatch \u9519\u8BEF"}),$.map(()=>-1)}}async sadd($,J){try{if(J.length===0)return 0;let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.sadd(Z,...J),Y=Date.now()-X;return this.logSlow("SADD",Z,Y,{membersCount:J.length}),G}catch(Z){return P.error({err:Z,msg:"Redis sadd \u9519\u8BEF"}),0}}async sismember($,J){try{let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.sismember(Z,J),Y=Date.now()-X;return this.logSlow("SISMEMBER",Z,Y),G}catch(Z){return P.error({err:Z,msg:"Redis sismember \u9519\u8BEF"}),!1}}async scard($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.scard(J),G=Date.now()-Z;return this.logSlow("SCARD",J,G),X}catch(J){return P.error({err:J,msg:"Redis scard \u9519\u8BEF"}),0}}async smembers($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.smembers(J),G=Date.now()-Z;return this.logSlow("SMEMBERS",J,G),X}catch(J){return P.error({err:J,msg:"Redis smembers \u9519\u8BEF"}),[]}}async saddBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>this.sadd(Z.key,Z.members)))).reduce((Z,X)=>Z+X,0)}catch(J){return P.error({err:J,msg:"Redis saddBatch \u9519\u8BEF"}),0}}async sismemberBatch($){if($.length===0)return[];try{return await Promise.all($.map((J)=>this.sismember(J.key,J.member)))}catch(J){return P.error({err:J,msg:"Redis sismemberBatch \u9519\u8BEF"}),$.map(()=>!1)}}async del($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.del(J),G=Date.now()-Z;return this.logSlow("DEL",J,G),X}catch(J){return P.error({err:J,msg:"Redis del \u9519\u8BEF"}),0}}async delBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>{let X=`${this.prefix}${Z}`;return this.client.del(X)}))).reduce((Z,X)=>Z+X,0)}catch(J){return P.error({err:J,msg:"Redis delBatch \u9519\u8BEF"}),0}}async setBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>this.setObject(Z.key,Z.value,Z.ttl??null)))).filter((Z)=>Z!==null).length}catch(J){return P.error({err:J,msg:"Redis setBatch \u9519\u8BEF"}),0}}async getBatch($){if($.length===0)return[];try{return await Promise.all($.map((Z)=>this.getObject(Z)))}catch(J){return P.error({err:J,msg:"Redis getBatch \u9519\u8BEF"}),$.map(()=>null)}}async existsBatch($){if($.length===0)return[];try{return await Promise.all($.map((J)=>this.exists(J)))}catch(J){return P.error({err:J,msg:"Redis existsBatch \u9519\u8BEF"}),$.map(()=>!1)}}async expireBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>this.expire(Z.key,Z.seconds)))).filter((Z)=>Z>0).length}catch(J){return P.error({err:J,msg:"Redis expireBatch \u9519\u8BEF"}),0}}async ping(){try{let $=Date.now(),J=await this.client.ping(),Z=Date.now()-$;return this.logSlow("PING","(no-key)",Z),J}catch($){throw P.error({err:$,msg:"Redis ping \u9519\u8BEF"}),$}}}var r6={name:"redis",enable:!0,deps:["logger"],async handler($){let J=$.config?.nodeEnv,Z=$.config?.redis?.prefix;try{return z$.getRedis(),new wX(Z)}catch(X){throw P.error({env:J,err:X,msg:"Redis \u521D\u59CB\u5316\u5931\u8D25"}),X}}},qW=r6;function i6($,J={},Z={}){return{code:0,msg:$,data:J,...Z}}function t6($,J=null,Z={}){return{code:1,msg:$,data:J,...Z}}function a6($,J,Z={}){let{status:X=200,contentType:G,headers:Y={}}=Z,H=G,z;if(typeof J==="string"){if(z=J,!H)H=J.trim().startsWith("<")?"application/xml":"text/plain"}else z=JSON.stringify(J),H=H||"application/json";let V={...$.corsHeaders,"Content-Type":H,...Y};return new Response(z,{status:X,headers:V})}var e6={name:"tool",enable:!0,deps:[],handler:()=>{return{Yes:i6,No:t6,Raw:a6}}},PW=e6;m0();function jW($,J){let Z=J.name,X=r(J)?Object.keys(J):[];return{source:"core",type:$,sourceName:"\u6838\u5FC3",filePath:`core:${$}:${Z}`,relativePath:Z,fileName:Z,moduleName:Z,addonName:"",fileBaseName:Z,fileDir:"(builtin)",name:Z,enable:J?J.enable:void 0,deps:Array.isArray(J&&J.deps)?J.deps:[],handler:J?J.handler:null,customKeys:X}}function BW(){let $=[],J=[IW,qW,w1,C1,PW,S1,RW,E1];for(let Z of J)$.push(jW("plugin",Z));return $}function LW(){let $=[],J=[U1,V1,q1,L1,P1];for(let Z of J)$.push(jW("hook",Z));return $}I$();import{existsSync as $9}from"fs";m0();function J9($){let J=$.split("/").filter(Boolean),Z=J.indexOf("@befly-addon");if(Z<0)return null;let X=J[Z+1];if(typeof X!=="string"||X.trim()==="")return null;return X}function Z9($){let J=$.split("/").filter(Boolean),Z=J.lastIndexOf("addons");if(Z<0)return null;let X=J[Z+1];if(typeof X!=="string"||X.trim()==="")return null;return X}async function V$($,J,Z,X){if(!$9($))return[];let G=L$($),Y=new Bun.Glob(X),H=[];try{let z=await Y.scan({cwd:$,onlyFiles:!0,absolute:!0,followSymlinks:!0});for await(let V of z){if(V.endsWith(".d.ts"))continue;let O=L$(V),R=e$(O).name,I=DZ(G,O),C=e$(I),L=C.dir?d(C.dir,C.name):C.name;if(R.startsWith("_"))continue;if(L.split("/").some((N)=>N.startsWith("_")))continue;let S=await i$(O,{}),w=K$(R),T="",D="";if(J==="core")T="",D=R;else if(J==="app")D=`app_${w}`;else{let N=J9(O)||Z9(O);if(!N)throw Error(`scanFiles addon moduleName \u89E3\u6790\u5931\u8D25\uFF1A\u672A\u627E\u5230 @befly-addon/<addon>/ \u6BB5\u843D\uFF1A${O}`);T=N,D=`addon_${K$(T)}_${w}`}let E={source:J,type:Z,sourceName:{core:"\u6838\u5FC3",addon:"\u7EC4\u4EF6",app:"\u9879\u76EE"}[J],filePath:O,relativePath:L,fileName:R,moduleName:D,addonName:T,fileBaseName:e$(O).base,fileDir:$,customKeys:r(S)?Object.keys(S):[]};if(Z==="table"){E.content=S,H.push(E);continue}if(Z==="api")E.auth=!0,E.rawBody=!1,E.method="POST",E.fields={},E.required=[];if(Z==="plugin"||Z==="hook")E.deps=[],E.name="",E.handler=null;if(oX(S,(N,b)=>{E[b]=N}),Z==="api")E.routePrefix=J==="app"?"/app":`/addon/${T}`,E.routePath=`/api${E.routePrefix}/${L}`;H.push(E)}}catch(z){let V=Error(`scanFiles failed: source=${J} type=${Z} dir=${G} pattern=${X}`);throw V.cause=z,V}return H}var CW=async()=>{let $=[],J=[],Z=[],X=[],G=await z1();X.push(...await V$(d(d0,"tables"),"app","table","*.json"));for(let Y of G)X.push(...await V$(d(Y.fullPath,"tables"),"addon","table","*.json"));J.push(...BW()),J.push(...await V$(d(d0,"plugins"),"app","plugin","*.{ts,js}"));for(let Y of G)J.push(...await V$(d(Y.fullPath,"plugins"),"addon","plugin","*.{ts,js}"));Z.push(...LW()),Z.push(...await V$(d(d0,"hooks"),"app","hook","*.{ts,js}"));for(let Y of G)Z.push(...await V$(d(Y.fullPath,"hooks"),"addon","hook","*.{ts,js}"));$.push(...await V$(d(d0,"apis"),"app","api","**/*.{ts,js}"));for(let Y of G)$.push(...await V$(d(Y.fullPath,"apis"),"addon","api","**/*.{ts,js}"));return{hooks:Z,plugins:J,apis:$,tables:X,addons:G}};class X9{apis=new Map;plugins=[];hooks=[];context={};config=null;async start(){try{let $=Bun.nanoseconds();this.config=await UG(),this.context.config=this.config;let{apis:J,tables:Z,plugins:X,hooks:G,addons:Y}=await CW();this.context.addons=Y,await VG(J),await vG(Z),await CG(X),await _G(G);let H=await BG(Y);if(await z$.connect({db:this.config.db||{},redis:this.config.redis||{}}),this.plugins=await xG(X,this.context),!this.context.redis)throw Error("\u542F\u52A8\u5931\u8D25\uFF1Actx.redis \u672A\u521D\u59CB\u5316\uFF08Redis \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!this.context.db)throw Error("\u542F\u52A8\u5931\u8D25\uFF1Actx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!this.context.cache)throw Error("\u542F\u52A8\u5931\u8D25\uFF1Actx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");await SJ(this.context,Z),await cG(this.context,J),await nG(this.context,H),await uG(this.context,{devEmail:this.config.devEmail,devPassword:this.config.devPassword}),await pG(this.context),this.hooks=await yG(G),this.apis=await kG(J);let z=gG(this.apis,this.hooks,this.context),V=bG(this.config.cors),O=Bun.serve({port:this.config.appPort,hostname:this.config.appHost,development:this.config.nodeEnv==="development",idleTimeout:30,fetch:async(S,w)=>{let T=new URL(S.url);if(T.pathname==="/")return Response.json({code:0,msg:`${this.config.appName} \u63A5\u53E3\u670D\u52A1\u5DF2\u542F\u52A8`});if(T.pathname.startsWith("/api/"))return z(S,w);return V(S)},error:(S)=>{if(P.error({err:S,msg:"\u670D\u52A1\u542F\u52A8\u65F6\u53D1\u751F\u9519\u8BEF"}),this.config.nodeEnv==="development")return Response.json({code:1,msg:"\u5185\u90E8\u670D\u52A1\u5668\u9519\u8BEF",error:S.message,stack:S.stack},{status:200});return Response.json({code:1,msg:"\u5185\u90E8\u670D\u52A1\u5668\u9519\u8BEF"},{status:200})}}),R=H1($),I=Q1(),C=I.role==="primary"?"\u4E3B\u8FDB\u7A0B":`\u5DE5\u4F5C\u8FDB\u7A0B #${I.instanceId}`,L=I.env==="standalone"?"":` [${I.env}]`;return P.info(`${this.config.appName} \u542F\u52A8\u6210\u529F! (${C}${L})`),P.info(`\u670D\u52A1\u5668\u542F\u52A8\u8017\u65F6: ${R}`),P.info(`\u670D\u52A1\u5668\u76D1\u542C\u5730\u5740: ${O.url}`),O}catch($){P.error({err:$,msg:"\u9879\u76EE\u542F\u52A8\u5931\u8D25"});try{await P.flush()}catch{}try{await P.shutdown()}catch{}if($ instanceof Error)throw $;throw Error(String($))}}}export{X9 as Befly};
18
+ 3. \u5168\u90E8\u6392\u9664\u5B57\u6BB5 ["!password", "!token"]`)}static orderByToSnake($){if(!$||!Array.isArray($))return $;return $.map((J)=>{if(typeof J!=="string"||!J.includes("#"))return J;let[Z,X]=J.split("#");return`${u(Z.trim())}#${X.trim()}`})}static processJoinField($){if($.includes("(")||$==="*"||$.startsWith("`"))return $;if($.toUpperCase().includes(" AS ")){let J=$.split(/\s+AS\s+/i),Z=J[0].trim(),X=J[1].trim();return`${g.processJoinField(Z)} AS ${X}`}if($.includes(".")){let J=$.split("."),Z=J[0],X=J[1];return`${Z.trim()}.${u(X)}`}return u($)}static processJoinWhereKey($){if($==="$or"||$==="$and")return $;if($.includes("$")){let J=$.lastIndexOf("$"),Z=$.substring(0,J),X=$.substring(J);if(Z.includes(".")){let G=Z.split("."),Y=G[0],H=G[1];return`${Y.trim()}.${u(H)}${X}`}return`${u(Z)}${X}`}if($.includes(".")){let J=$.split("."),Z=J[0],X=J[1];return`${Z.trim()}.${u(X)}`}return u($)}static processJoinWhere($){if(!$||typeof $!=="object")return $;if(Array.isArray($))return $.map((Z)=>g.processJoinWhere(Z));let J={};for(let[Z,X]of Object.entries($)){let G=g.processJoinWhereKey(Z);if(Z==="$or"||Z==="$and")J[G]=X.map((Y)=>g.processJoinWhere(Y));else if(typeof X==="object"&&X!==null&&!Array.isArray(X))J[G]=g.processJoinWhere(X);else J[G]=X}return J}static processJoinOrderBy($){if(!$||!Array.isArray($))return $;return $.map((J)=>{if(typeof J!=="string"||!J.includes("#"))return J;let[Z,X]=J.split("#");return`${g.processJoinField(Z.trim())}#${X.trim()}`})}static addDefaultStateFilter($={},J,Z=!1){if(Object.keys($).some((Y)=>Y.startsWith("state")||Y.includes(".state")))return $;if(Z&&J){let Y={};for(let[H,z]of Object.entries($))Y[H]=z;return Y[`${J}.state$gt`]=0,Y}let G={};for(let[Y,H]of Object.entries($))G[Y]=H;return G.state$gt=0,G}static whereKeysToSnake($){if(!$||typeof $!=="object")return $;if(Array.isArray($))return $.map((Z)=>g.whereKeysToSnake(Z));let J={};for(let[Z,X]of Object.entries($)){if(Z==="$or"||Z==="$and"){J[Z]=X.map((Y)=>g.whereKeysToSnake(Y));continue}if(Z.includes("$")){let Y=Z.lastIndexOf("$"),H=Z.substring(0,Y),z=Z.substring(Y),V=u(H)+z;J[V]=X;continue}let G=u(Z);if(typeof X==="object"&&X!==null&&!Array.isArray(X))J[G]=g.whereKeysToSnake(X);else J[G]=X}return J}static serializeArrayFields($){let J={};for(let[Z,X]of Object.entries($)){if(X===null||X===void 0){J[Z]=X;continue}if(Array.isArray(X)){J[Z]=JSON.stringify(X);continue}J[Z]=X}return J}static deserializeArrayFields($){if(!$)return null;let J={};for(let[Z,X]of Object.entries($))J[Z]=X;for(let[Z,X]of Object.entries(J)){if(typeof X!=="string")continue;if(X.startsWith("[")&&X.endsWith("]"))try{let G=JSON.parse(X);if(Array.isArray(G))J[Z]=G}catch{}}return J}static cleanAndSnakeAndSerializeWriteData($,J=[null,void 0]){let Z=E$($,{excludeValues:J}),X=lX(Z);return g.serializeArrayFields(X)}static stripSystemFieldsForWrite($,J){let Z={};for(let[X,G]of Object.entries($)){if(X==="id")continue;if(X==="created_at")continue;if(X==="updated_at")continue;if(X==="deleted_at")continue;if(!J.allowState&&X==="state")continue;Z[X]=G}return Z}static buildInsertRow($){let J=g.cleanAndSnakeAndSerializeWriteData($.data),Z=g.stripSystemFieldsForWrite(J,{allowState:!1}),X={};for(let[G,Y]of Object.entries(Z))X[G]=Y;return X.id=$.id,X.created_at=$.now,X.updated_at=$.now,X.state=1,X}static buildUpdateRow($){let J=g.cleanAndSnakeAndSerializeWriteData($.data),Z=g.stripSystemFieldsForWrite(J,{allowState:$.allowState}),X={};for(let[G,Y]of Object.entries(Z))X[G]=Y;return X.updated_at=$.now,X}static buildPartialUpdateData($){let J=g.cleanAndSnakeAndSerializeWriteData($.data);return g.stripSystemFieldsForWrite(J,{allowState:$.allowState})}}a();class c0{static SAFE_IDENTIFIER_RE=/^[a-zA-Z_][a-zA-Z0-9_]*$/;static assertNonEmptyString($,J){if(typeof $!=="string")throw Error(`${J} \u5FC5\u987B\u662F\u5B57\u7B26\u4E32 (value: ${String($)})`);if(!$.trim())throw Error(`${J} \u4E0D\u80FD\u4E3A\u7A7A`)}static assertNoUndefinedParam($,J){if($===void 0)throw Error(`${J} \u4E0D\u80FD\u4E3A undefined`)}static startsWithQuote($){let J=$.trim();return J.startsWith("`")||J.startsWith('"')}static isQuotedIdentPaired($){let J=$.trim();if(J.length<2)return!1;let Z=J[0],X=J[J.length-1];if(Z==="`"&&X==="`")return!0;if(Z==='"'&&X==='"')return!0;return!1}static assertPairedQuotedIdentIfStartsWithQuote($,J){if(c0.startsWithQuote($)&&!c0.isQuotedIdentPaired($))throw Error(`${J} \u5F15\u7528\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u4F7F\u7528\u6210\u5BF9\u7684 \`...\` \u6216 "..." (value: ${$})`)}static assertSafeIdentifierPart($,J){if(!c0.SAFE_IDENTIFIER_RE.test($))throw Error(`\u65E0\u6548\u7684 ${J} \u6807\u8BC6\u7B26: ${$}`)}static assertSafeAlias($){if(c0.isQuotedIdentPaired($))return;if(!c0.SAFE_IDENTIFIER_RE.test($))throw Error(`\u65E0\u6548\u7684\u5B57\u6BB5\u522B\u540D: ${$}`)}static assertNoExprField($){if(typeof $!=="string")return;let J=$.trim();if(!J)return;if(J.includes("(")||J.includes(")"))throw Error(`\u5B57\u6BB5\u5305\u542B\u51FD\u6570/\u8868\u8FBE\u5F0F\uFF0C\u8BF7\u4F7F\u7528 selectRaw/whereRaw (field: ${J})`)}static assertNoUndefinedInRecord($,J){for(let[Z,X]of Object.entries($))if(X===void 0)throw Error(`${J} \u5B58\u5728 undefined \u5B57\u6BB5\u503C (field: ${Z})`)}static assertBatchInsertRowsConsistent($,J){if(!Array.isArray($))throw Error("\u6279\u91CF\u63D2\u5165 rows \u5FC5\u987B\u662F\u6570\u7EC4");if($.length===0)throw Error(`\u63D2\u5165\u6570\u636E\u4E0D\u80FD\u4E3A\u7A7A (table: ${J.table})`);let Z=$[0];if(!Z||typeof Z!=="object"||Array.isArray(Z))throw Error(`\u6279\u91CF\u63D2\u5165\u7684\u6BCF\u4E00\u884C\u5FC5\u987B\u662F\u5BF9\u8C61 (table: ${J.table}, rowIndex: 0)`);let X=Object.keys(Z);if(X.length===0)throw Error(`\u63D2\u5165\u6570\u636E\u5FC5\u987B\u81F3\u5C11\u6709\u4E00\u4E2A\u5B57\u6BB5 (table: ${J.table})`);let G=new Set(X);for(let Y=0;Y<$.length;Y++){let H=$[Y];if(!H||typeof H!=="object"||Array.isArray(H))throw Error(`\u6279\u91CF\u63D2\u5165\u7684\u6BCF\u4E00\u884C\u5FC5\u987B\u662F\u5BF9\u8C61 (table: ${J.table}, rowIndex: ${Y})`);let z=Object.keys(H);if(z.length!==X.length)throw Error(`\u6279\u91CF\u63D2\u5165\u6BCF\u884C\u5B57\u6BB5\u5FC5\u987B\u4E00\u81F4 (table: ${J.table}, rowIndex: ${Y})`);for(let V of z)if(!G.has(V))throw Error(`\u6279\u91CF\u63D2\u5165\u6BCF\u884C\u5B57\u6BB5\u5FC5\u987B\u4E00\u81F4 (table: ${J.table}, rowIndex: ${Y}, extraField: ${V})`);for(let V of X){if(!(V in H))throw Error(`\u6279\u91CF\u63D2\u5165\u7F3A\u5C11\u5B57\u6BB5 (table: ${J.table}, rowIndex: ${Y}, field: ${V})`);c0.assertNoUndefinedParam(H[V],`\u6279\u91CF\u63D2\u5165\u5B57\u6BB5\u503C (table: ${J.table}, rowIndex: ${Y}, field: ${V})`)}}return X}}var c={QUOTE_IDENT_NEED_STRING:($)=>`quoteIdent \u9700\u8981\u5B57\u7B26\u4E32\u7C7B\u578B\u6807\u8BC6\u7B26 (identifier: ${String($)})`,IDENT_EMPTY:"SQL \u6807\u8BC6\u7B26\u4E0D\u80FD\u4E3A\u7A7A",FIELD_EXPR_NOT_ALLOWED:($)=>`\u5B57\u6BB5\u5305\u542B\u51FD\u6570/\u8868\u8FBE\u5F0F\uFF0C\u8BF7\u4F7F\u7528 selectRaw/whereRaw (field: ${$})`,FROM_EMPTY:"FROM \u8868\u540D\u4E0D\u80FD\u4E3A\u7A7A",FROM_NEED_NON_EMPTY:($)=>`FROM \u8868\u540D\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32 (table: ${String($)})`,FROM_REQUIRED:"FROM \u8868\u540D\u662F\u5FC5\u9700\u7684",COUNT_NEED_FROM:"COUNT \u9700\u8981 FROM \u8868\u540D",TABLE_REF_TOO_MANY_PARTS:($)=>`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08\u5305\u542B\u8FC7\u591A\u7247\u6BB5\uFF09\u3002\u8BF7\u4F7F\u7528 fromRaw \u663E\u5F0F\u4F20\u5165\u590D\u6742\u8868\u8FBE\u5F0F (table: ${$})`,TABLE_REF_SCHEMA_TOO_DEEP:($)=>`\u4E0D\u652F\u6301\u7684\u8868\u5F15\u7528\u683C\u5F0F\uFF08schema \u5C42\u7EA7\u8FC7\u6DF1\uFF09\u3002\u8BF7\u4F7F\u7528 fromRaw (table: ${$})`,SCHEMA_QUOTE_NOT_PAIRED:($)=>`schema \u6807\u8BC6\u7B26\u5F15\u7528\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u4F7F\u7528\u6210\u5BF9\u7684 \`...\` \u6216 "..." (schema: ${$})`,TABLE_QUOTE_NOT_PAIRED:($)=>`table \u6807\u8BC6\u7B26\u5F15\u7528\u4E0D\u5B8C\u6574\uFF0C\u8BF7\u4F7F\u7528\u6210\u5BF9\u7684 \`...\` \u6216 "..." (table: ${$})`,SELECT_FIELDS_INVALID:"SELECT \u5B57\u6BB5\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6216\u6570\u7EC4",SELECT_RAW_NEED_NON_EMPTY:($)=>`selectRaw \u9700\u8981\u975E\u7A7A\u5B57\u7B26\u4E32 (expr: ${String($)})`,FROM_RAW_NEED_NON_EMPTY:($)=>`fromRaw \u9700\u8981\u975E\u7A7A\u5B57\u7B26\u4E32 (tableExpr: ${String($)})`,WHERE_RAW_NEED_NON_EMPTY:($)=>`whereRaw \u9700\u8981\u975E\u7A7A\u5B57\u7B26\u4E32 (sql: ${String($)})`,WHERE_VALUE_REQUIRED:"where(field, value) \u4E0D\u5141\u8BB8\u7701\u7565 value\u3002\u82E5\u9700\u4F20\u5165\u539F\u59CB WHERE\uFF0C\u8BF7\u4F7F\u7528 whereRaw",JOIN_NEED_STRING:($,J)=>`JOIN \u8868\u540D\u548C\u6761\u4EF6\u5FC5\u987B\u662F\u5B57\u7B26\u4E32 (table: ${String($)}, on: ${String(J)})`,ORDER_BY_NEED_ARRAY:'orderBy \u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u6570\u7EC4\uFF0C\u683C\u5F0F\u4E3A "\u5B57\u6BB5#\u65B9\u5411"',ORDER_BY_ITEM_NEED_HASH:($)=>`orderBy \u5B57\u6BB5\u5FC5\u987B\u662F "\u5B57\u6BB5#\u65B9\u5411" \u683C\u5F0F\u7684\u5B57\u7B26\u4E32\uFF08\u4F8B\u5982\uFF1A"name#ASC", "id#DESC"\uFF09 (item: ${String($)})`,ORDER_BY_FIELD_EMPTY:($)=>`orderBy \u4E2D\u5B57\u6BB5\u540D\u4E0D\u80FD\u4E3A\u7A7A (item: ${$})`,ORDER_BY_DIR_INVALID:($)=>`ORDER BY \u65B9\u5411\u5FC5\u987B\u662F ASC \u6216 DESC (direction: ${$})`,LIMIT_MUST_NON_NEGATIVE:($)=>`LIMIT \u6570\u91CF\u5FC5\u987B\u662F\u975E\u8D1F\u6570 (count: ${String($)})`,OFFSET_MUST_NON_NEGATIVE:($)=>`OFFSET \u5FC5\u987B\u662F\u975E\u8D1F\u6570 (offset: ${String($)})`,OFFSET_COUNT_MUST_NON_NEGATIVE:($)=>`OFFSET \u5FC5\u987B\u662F\u975E\u8D1F\u6570 (count: ${String($)})`,INSERT_NEED_TABLE:($)=>`INSERT \u9700\u8981\u8868\u540D (table: ${String($)})`,INSERT_NEED_DATA:($,J)=>`INSERT \u9700\u8981\u6570\u636E (table: ${String($)}, data: ${JSON.stringify(J)})`,INSERT_NEED_AT_LEAST_ONE_FIELD:($)=>`\u63D2\u5165\u6570\u636E\u5FC5\u987B\u81F3\u5C11\u6709\u4E00\u4E2A\u5B57\u6BB5 (table: ${$})`,UPDATE_NEED_TABLE:"UPDATE \u9700\u8981\u8868\u540D",UPDATE_NEED_OBJECT:"UPDATE \u9700\u8981\u6570\u636E\u5BF9\u8C61",UPDATE_NEED_AT_LEAST_ONE_FIELD:"\u66F4\u65B0\u6570\u636E\u5FC5\u987B\u81F3\u5C11\u6709\u4E00\u4E2A\u5B57\u6BB5",UPDATE_NEED_WHERE:"\u4E3A\u5B89\u5168\u8D77\u89C1\uFF0CUPDATE \u9700\u8981 WHERE \u6761\u4EF6",DELETE_NEED_TABLE:"DELETE \u9700\u8981\u8868\u540D",DELETE_NEED_WHERE:"\u4E3A\u5B89\u5168\u8D77\u89C1\uFF0CDELETE \u9700\u8981 WHERE \u6761\u4EF6",TO_DELETE_IN_NEED_TABLE:($)=>`toDeleteInSql \u9700\u8981\u975E\u7A7A\u8868\u540D (table: ${String($)})`,TO_DELETE_IN_NEED_ID_FIELD:($)=>`toDeleteInSql \u9700\u8981\u975E\u7A7A idField (idField: ${String($)})`,TO_DELETE_IN_NEED_IDS:"toDeleteInSql \u9700\u8981 ids \u6570\u7EC4",TO_UPDATE_CASE_NEED_TABLE:($)=>`toUpdateCaseByIdSql \u9700\u8981\u975E\u7A7A\u8868\u540D (table: ${String($)})`,TO_UPDATE_CASE_NEED_ID_FIELD:($)=>`toUpdateCaseByIdSql \u9700\u8981\u975E\u7A7A idField (idField: ${String($)})`,TO_UPDATE_CASE_NEED_ROWS:"toUpdateCaseByIdSql \u9700\u8981 rows \u6570\u7EC4",TO_UPDATE_CASE_NEED_FIELDS:"toUpdateCaseByIdSql \u9700\u8981 fields \u6570\u7EC4"};class g${_select=[];_from="";_where=[];_joins=[];_orderBy=[];_groupBy=[];_having=[];_limit=null;_offset=null;_params=[];_quoteIdent;constructor($){if($&&$.quoteIdent)this._quoteIdent=$.quoteIdent;else this._quoteIdent=(J)=>{if(typeof J!=="string")throw Error(c.QUOTE_IDENT_NEED_STRING(J));let Z=J.trim();if(!Z)throw Error(c.IDENT_EMPTY);return`\`${Z.replace(/`/g,"``")}\``}}_isQuotedIdent($){return c0.isQuotedIdentPaired($)}_startsWithQuote($){return c0.startsWithQuote($)}reset(){return this._select=[],this._from="",this._where=[],this._joins=[],this._orderBy=[],this._groupBy=[],this._having=[],this._limit=null,this._offset=null,this._params=[],this}_escapeField($){if(typeof $!=="string")return $;if($=$.trim(),c0.assertPairedQuotedIdentIfStartsWithQuote($,"\u5B57\u6BB5\u6807\u8BC6\u7B26"),$==="*"||this._isQuotedIdent($))return $;try{c0.assertNoExprField($)}catch{throw Error(c.FIELD_EXPR_NOT_ALLOWED($))}if($.toUpperCase().includes(" AS ")){let J=$.split(/\s+AS\s+/i),Z=J[0].trim(),X=J[1].trim();return c0.assertSafeAlias(X),`${this._escapeField(Z)} AS ${X}`}if($.includes("."))return $.split(".").map((Z)=>{if(Z=Z.trim(),Z==="*"||this._isQuotedIdent(Z))return Z;return c0.assertPairedQuotedIdentIfStartsWithQuote(Z,"\u5B57\u6BB5\u6807\u8BC6\u7B26"),this._quoteIdent(Z)}).join(".");return this._quoteIdent($)}_validateIdentifierPart($,J){c0.assertSafeIdentifierPart($,J)}_escapeTable($){if(typeof $!=="string")return $;if($=$.trim(),this._startsWithQuote($)&&!this._isQuotedIdent($));if(this._isQuotedIdent($))return $;let J=$.split(/\s+/).filter((H)=>H.length>0);if(J.length===0)throw Error(c.FROM_EMPTY);if(J.length>2)throw Error(c.TABLE_REF_TOO_MANY_PARTS($));let Z=J[0].trim(),X=J.length===2?J[1].trim():null,G=Z.split(".");if(G.length>2)throw Error(c.TABLE_REF_SCHEMA_TOO_DEEP($));let Y="";if(G.length===2){let H=G[0].trim(),z=G[1].trim(),V=this._isQuotedIdent(H)?H:(()=>{if(this._startsWithQuote(H)&&!this._isQuotedIdent(H))throw Error(c.SCHEMA_QUOTE_NOT_PAIRED(H));return this._validateIdentifierPart(H,"schema"),this._quoteIdent(H)})(),O=this._isQuotedIdent(z)?z:(()=>{if(this._startsWithQuote(z)&&!this._isQuotedIdent(z))throw Error(c.TABLE_QUOTE_NOT_PAIRED(z));return this._validateIdentifierPart(z,"table"),this._quoteIdent(z)})();Y=`${V}.${O}`}else{let H=G[0].trim();if(this._isQuotedIdent(H))Y=H;else{if(this._startsWithQuote(H)&&!this._isQuotedIdent(H))throw Error(c.TABLE_QUOTE_NOT_PAIRED(H));this._validateIdentifierPart(H,"table"),Y=this._quoteIdent(H)}}if(X)return this._validateIdentifierPart(X,"alias"),`${Y} ${X}`;return Y}_validateParam($){c0.assertNoUndefinedParam($,"SQL \u53C2\u6570\u503C")}_applyOperator($,J,Z){let X=this._escapeField($);switch(J){case"$ne":case"$not":this._validateParam(Z),this._where.push(`${X} != ?`),this._params.push(Z);break;case"$in":if(!Array.isArray(Z))throw Error(`$in \u64CD\u4F5C\u7B26\u7684\u503C\u5FC5\u987B\u662F\u6570\u7EC4 (operator: ${J})`);if(Z.length===0)throw Error("$in \u64CD\u4F5C\u7B26\u7684\u6570\u7EC4\u4E0D\u80FD\u4E3A\u7A7A\u3002\u63D0\u793A\uFF1A\u7A7A\u6570\u7EC4\u4F1A\u5BFC\u81F4\u67E5\u8BE2\u6C38\u8FDC\u4E0D\u5339\u914D\u4EFB\u4F55\u8BB0\u5F55\uFF0C\u8FD9\u901A\u5E38\u4E0D\u662F\u9884\u671F\u884C\u4E3A\u3002\u8BF7\u68C0\u67E5\u67E5\u8BE2\u6761\u4EF6\u6216\u79FB\u9664\u8BE5\u5B57\u6BB5\u3002");let G=Z.map(()=>"?").join(",");this._where.push(`${X} IN (${G})`),this._params.push(...Z);break;case"$nin":case"$notIn":if(!Array.isArray(Z))throw Error(`$nin/$notIn \u64CD\u4F5C\u7B26\u7684\u503C\u5FC5\u987B\u662F\u6570\u7EC4 (operator: ${J})`);if(Z.length===0)throw Error("$nin/$notIn \u64CD\u4F5C\u7B26\u7684\u6570\u7EC4\u4E0D\u80FD\u4E3A\u7A7A\u3002\u63D0\u793A\uFF1A\u7A7A\u6570\u7EC4\u4F1A\u5BFC\u81F4\u67E5\u8BE2\u5339\u914D\u6240\u6709\u8BB0\u5F55\uFF0C\u8FD9\u901A\u5E38\u4E0D\u662F\u9884\u671F\u884C\u4E3A\u3002\u8BF7\u68C0\u67E5\u67E5\u8BE2\u6761\u4EF6\u6216\u79FB\u9664\u8BE5\u5B57\u6BB5\u3002");let Y=Z.map(()=>"?").join(",");this._where.push(`${X} NOT IN (${Y})`),this._params.push(...Z);break;case"$like":this._validateParam(Z),this._where.push(`${X} LIKE ?`),this._params.push(Z);break;case"$notLike":this._validateParam(Z),this._where.push(`${X} NOT LIKE ?`),this._params.push(Z);break;case"$gt":this._validateParam(Z),this._where.push(`${X} > ?`),this._params.push(Z);break;case"$gte":this._validateParam(Z),this._where.push(`${X} >= ?`),this._params.push(Z);break;case"$lt":this._validateParam(Z),this._where.push(`${X} < ?`),this._params.push(Z);break;case"$lte":this._validateParam(Z),this._where.push(`${X} <= ?`),this._params.push(Z);break;case"$between":if(Array.isArray(Z)&&Z.length===2)this._validateParam(Z[0]),this._validateParam(Z[1]),this._where.push(`${X} BETWEEN ? AND ?`),this._params.push(Z[0],Z[1]);break;case"$notBetween":if(Array.isArray(Z)&&Z.length===2)this._validateParam(Z[0]),this._validateParam(Z[1]),this._where.push(`${X} NOT BETWEEN ? AND ?`),this._params.push(Z[0],Z[1]);break;case"$null":if(Z===!0)this._where.push(`${X} IS NULL`);break;case"$notNull":if(Z===!0)this._where.push(`${X} IS NOT NULL`);break;default:this._validateParam(Z),this._where.push(`${X} = ?`),this._params.push(Z)}}_processWhereConditions($){if(!$||typeof $!=="object")return;Object.entries($).forEach(([J,Z])=>{if(Z===void 0)return;if(J==="$and"){if(Array.isArray(Z))Z.forEach((X)=>this._processWhereConditions(X))}else if(J==="$or"){if(Array.isArray(Z)){let X=[],G=[];if(Z.forEach((Y)=>{let H=new g$({quoteIdent:this._quoteIdent});if(H._processWhereConditions(Y),H._where.length>0)X.push(`(${H._where.join(" AND ")})`),G.push(...H._params)}),X.length>0)this._where.push(`(${X.join(" OR ")})`),this._params.push(...G)}}else if(J.includes("$")){let X=J.lastIndexOf("$"),G=J.substring(0,X),Y="$"+J.substring(X+1);this._applyOperator(G,Y,Z)}else if(typeof Z==="object"&&Z!==null&&!Array.isArray(Z))for(let[X,G]of Object.entries(Z))this._applyOperator(J,X,G);else{this._validateParam(Z);let X=this._escapeField(J);this._where.push(`${X} = ?`),this._params.push(Z)}})}getWhereConditions(){return{sql:this._where.length>0?this._where.join(" AND "):"",params:[...this._params]}}select($="*"){if(Array.isArray($))this._select=[...this._select,...$.map((J)=>this._escapeField(J))];else if(typeof $==="string")this._select.push(this._escapeField($));else throw Error(c.SELECT_FIELDS_INVALID);return this}selectRaw($){if(typeof $!=="string"||!$.trim())throw Error(c.SELECT_RAW_NEED_NON_EMPTY($));return this._select.push($),this}from($){if(typeof $!=="string"||!$.trim())throw Error(c.FROM_NEED_NON_EMPTY($));return this._from=this._escapeTable($.trim()),this}fromRaw($){if(typeof $!=="string"||!$.trim())throw Error(c.FROM_RAW_NEED_NON_EMPTY($));return this._from=$,this}where($,J){if(typeof $==="object"&&$!==null)return this._processWhereConditions($),this;if(typeof $==="string"){if(J===void 0)throw Error(c.WHERE_VALUE_REQUIRED);this._validateParam(J);let Z=this._escapeField($);return this._where.push(`${Z} = ?`),this._params.push(J),this}return this}whereRaw($,J){if(typeof $!=="string"||!$.trim())throw Error(c.WHERE_RAW_NEED_NON_EMPTY($));if(this._where.push($),J&&J.length>0)this._params.push(...J);return this}leftJoin($,J){if(typeof $!=="string"||typeof J!=="string")throw Error(c.JOIN_NEED_STRING($,J));let Z=this._escapeTable($);return this._joins.push(`LEFT JOIN ${Z} ON ${J}`),this}rightJoin($,J){if(typeof $!=="string"||typeof J!=="string")throw Error(c.JOIN_NEED_STRING($,J));let Z=this._escapeTable($);return this._joins.push(`RIGHT JOIN ${Z} ON ${J}`),this}innerJoin($,J){if(typeof $!=="string"||typeof J!=="string")throw Error(c.JOIN_NEED_STRING($,J));let Z=this._escapeTable($);return this._joins.push(`INNER JOIN ${Z} ON ${J}`),this}orderBy($){if(!Array.isArray($))throw Error(c.ORDER_BY_NEED_ARRAY);return $.forEach((J)=>{if(typeof J!=="string"||!J.includes("#"))throw Error(c.ORDER_BY_ITEM_NEED_HASH(J));let[Z,X]=J.split("#"),G=Z.trim(),Y=X.trim().toUpperCase();if(!G)throw Error(c.ORDER_BY_FIELD_EMPTY(J));if(!["ASC","DESC"].includes(Y))throw Error(c.ORDER_BY_DIR_INVALID(Y));let H=this._escapeField(G);this._orderBy.push(`${H} ${Y}`)}),this}groupBy($){if(Array.isArray($)){let J=$.filter((Z)=>typeof Z==="string").map((Z)=>this._escapeField(Z));this._groupBy=[...this._groupBy,...J]}else if(typeof $==="string")this._groupBy.push(this._escapeField($));return this}having($){if(typeof $==="string")this._having.push($);return this}limit($,J){if(typeof $!=="number"||$<0)throw Error(c.LIMIT_MUST_NON_NEGATIVE($));if(this._limit=Math.floor($),J!==void 0&&J!==null){if(typeof J!=="number"||J<0)throw Error(c.OFFSET_MUST_NON_NEGATIVE(J));this._offset=Math.floor(J)}return this}offset($){if(typeof $!=="number"||$<0)throw Error(c.OFFSET_COUNT_MUST_NON_NEGATIVE($));return this._offset=Math.floor($),this}toSelectSql(){let $="SELECT ";if($+=this._select.length>0?this._select.join(", "):"*",!this._from)throw Error(c.FROM_REQUIRED);if($+=` FROM ${this._from}`,this._joins.length>0)$+=" "+this._joins.join(" ");if(this._where.length>0)$+=" WHERE "+this._where.join(" AND ");if(this._groupBy.length>0)$+=" GROUP BY "+this._groupBy.join(", ");if(this._having.length>0)$+=" HAVING "+this._having.join(" AND ");if(this._orderBy.length>0)$+=" ORDER BY "+this._orderBy.join(", ");if(this._limit!==null){if($+=` LIMIT ${this._limit}`,this._offset!==null)$+=` OFFSET ${this._offset}`}return{sql:$,params:[...this._params]}}toInsertSql($,J){if(!$||typeof $!=="string")throw Error(c.INSERT_NEED_TABLE($));if(!J||typeof J!=="object")throw Error(c.INSERT_NEED_DATA($,J));let Z=this._escapeTable($);if(Array.isArray(J)){let X=c0.assertBatchInsertRowsConsistent(J,{table:$}),G=X.map((O)=>this._escapeField(O)),Y=X.map(()=>"?").join(", "),H=J.map(()=>`(${Y})`).join(", "),z=`INSERT INTO ${Z} (${G.join(", ")}) VALUES ${H}`,V=[];for(let O=0;O<J.length;O++){let R=J[O];for(let I of X)V.push(R[I])}return{sql:z,params:V}}else{let X=Object.keys(J);if(X.length===0)throw Error(c.INSERT_NEED_AT_LEAST_ONE_FIELD($));for(let V of X)this._validateParam(J[V]);let G=X.map((V)=>this._escapeField(V)),Y=X.map(()=>"?").join(", "),H=`INSERT INTO ${Z} (${G.join(", ")}) VALUES (${Y})`,z=X.map((V)=>J[V]);return{sql:H,params:z}}}toUpdateSql($,J){if(!$||typeof $!=="string")throw Error(c.UPDATE_NEED_TABLE);if(!J||typeof J!=="object"||Array.isArray(J))throw Error(c.UPDATE_NEED_OBJECT);let Z=Object.keys(J);if(Z.length===0)throw Error(c.UPDATE_NEED_AT_LEAST_ONE_FIELD);let X=this._escapeTable($),G=Z.map((z)=>`${this._escapeField(z)} = ?`),Y=[...Object.values(J),...this._params],H=`UPDATE ${X} SET ${G.join(", ")}`;if(this._where.length>0)H+=" WHERE "+this._where.join(" AND ");else throw Error(c.UPDATE_NEED_WHERE);return{sql:H,params:Y}}toDeleteSql($){if(!$||typeof $!=="string")throw Error(c.DELETE_NEED_TABLE);let Z=`DELETE FROM ${this._escapeTable($)}`;if(this._where.length>0)Z+=" WHERE "+this._where.join(" AND ");else throw Error(c.DELETE_NEED_WHERE);return{sql:Z,params:[...this._params]}}toCountSql(){let $="SELECT COUNT(*) as total";if(!this._from)throw Error(c.COUNT_NEED_FROM);if($+=` FROM ${this._from}`,this._joins.length>0)$+=" "+this._joins.join(" ");if(this._where.length>0)$+=" WHERE "+this._where.join(" AND ");return{sql:$,params:[...this._params]}}static toDeleteInSql($){if(typeof $.table!=="string"||!$.table.trim())throw Error(c.TO_DELETE_IN_NEED_TABLE($.table));if(typeof $.idField!=="string"||!$.idField.trim())throw Error(c.TO_DELETE_IN_NEED_ID_FIELD($.idField));if(!Array.isArray($.ids))throw Error(c.TO_DELETE_IN_NEED_IDS);if($.ids.length===0)return{sql:"",params:[]};let J=$.ids.map(()=>"?").join(",");return{sql:`DELETE FROM ${$.quoteIdent($.table)} WHERE ${$.quoteIdent($.idField)} IN (${J})`,params:[...$.ids]}}static toUpdateCaseByIdSql($){if(typeof $.table!=="string"||!$.table.trim())throw Error(c.TO_UPDATE_CASE_NEED_TABLE($.table));if(typeof $.idField!=="string"||!$.idField.trim())throw Error(c.TO_UPDATE_CASE_NEED_ID_FIELD($.idField));if(!Array.isArray($.rows))throw Error(c.TO_UPDATE_CASE_NEED_ROWS);if($.rows.length===0)return{sql:"",params:[]};if(!Array.isArray($.fields))throw Error(c.TO_UPDATE_CASE_NEED_FIELDS);if($.fields.length===0)return{sql:"",params:[]};let J=$.rows.map((z)=>z.id),Z=J.map(()=>"?").join(","),X=[],G=[],Y=$.quoteIdent($.idField);for(let z of $.fields){let V=[];for(let R of $.rows){if(!(z in R.data))continue;V.push("WHEN ? THEN ?"),G.push(R.id),G.push(R.data[z])}if(V.length===0)continue;let O=$.quoteIdent(z);X.push(`${O} = CASE ${Y} ${V.join(" ")} ELSE ${O} END`)}X.push(`${$.quoteIdent($.updatedAtField)} = ?`),G.push($.updatedAtValue);for(let z of J)G.push(z);let H=`UPDATE ${$.quoteIdent($.table)} SET ${X.join(", ")} WHERE ${Y} IN (${Z})`;if($.stateGtZero&&$.stateField)H+=` AND ${$.quoteIdent($.stateField)} > 0`;return{sql:H,params:G}}}var SQ=3600;class xJ{redis;dialect;sql=null;isTransaction=!1;constructor($){this.redis=$.redis,this.sql=$.sql||null,this.isTransaction=!!$.sql,this.dialect=$.dialect?$.dialect:new LJ}createSqlBuilder(){return new g$({quoteIdent:this.dialect.quoteIdent.bind(this.dialect)})}async getTableColumns($){let J=X0.tableColumns($),Z=await this.redis.getObject(J);if(Z&&Z.length>0)return Z;let X=this.dialect.getTableColumnsQuery($),Y=(await this.executeWithConn(X.sql,X.params)).data;if(!Y||Y.length===0)throw Error(`\u8868 ${$} \u4E0D\u5B58\u5728\u6216\u6CA1\u6709\u5B57\u6BB5`);let H=this.dialect.getTableColumnsFromResult(Y);if(await this.redis.setObject(J,H,SQ)===null)P.warn({table:$,cacheKey:J,msg:"\u8868\u5B57\u6BB5\u7F13\u5B58\u5199\u5165 Redis \u5931\u8D25"});return H}async prepareQueryOptions($){let J=E$($.where||{},{excludeValues:[null,void 0]});if($.joins&&$.joins.length>0){let G=($.fields||[]).map((z)=>g.processJoinField(z)),Y=g.normalizeTableRef($.table),H=g.getJoinMainQualifier($.table);return{table:Y,tableQualifier:H,fields:G.length>0?G:["*"],where:g.processJoinWhere(J),joins:$.joins,orderBy:g.processJoinOrderBy($.orderBy||[]),page:$.page||1,limit:$.limit||10}}let X=await g.fieldsToSnake(u($.table),$.fields||[],this.getTableColumns.bind(this));return{table:u($.table),tableQualifier:u($.table),fields:X,where:g.whereKeysToSnake(J),joins:void 0,orderBy:g.orderByToSnake($.orderBy||[]),page:$.page||1,limit:$.limit||10}}applyJoins($,J){if(!J||J.length===0)return;for(let Z of J){let X=g.normalizeTableRef(Z.table);switch(Z.type||"left"){case"inner":$.innerJoin(X,Z.on);break;case"right":$.rightJoin(X,Z.on);break;case"left":default:$.leftJoin(X,Z.on);break}}}async executeWithConn($,J){if(!this.sql)throw Error("\u6570\u636E\u5E93\u8FDE\u63A5\u672A\u521D\u59CB\u5316");if(typeof $!=="string")throw Error(`executeWithConn \u53EA\u63A5\u53D7\u5B57\u7B26\u4E32\u7C7B\u578B\u7684 SQL\uFF0C\u6536\u5230\u7C7B\u578B: ${typeof $}\uFF0C\u503C: ${JSON.stringify($)}`);let Z=Date.now(),X=Array.isArray(J)?J:[];try{let G;if(X.length>0)G=await this.sql.unsafe($,X);else G=await this.sql.unsafe($);let Y=Date.now()-Z;return{data:G,sql:{sql:$,params:X,duration:Y}}}catch(G){let Y=Date.now()-Z,H=Error(`SQL\u6267\u884C\u5931\u8D25: ${G.message}`);throw H.originalError=G,H.params=X,H.duration=Y,H.sqlInfo={sql:$,params:X,duration:Y},H}}async unsafe($,J){return await this.executeWithConn($,J)}async tableExists($){let J=u($),Z=this.dialect.tableExistsQuery(J),X=await this.executeWithConn(Z.sql,Z.params);return{data:(X.data?.[0]?.count||0)>0,sql:X.sql}}async getCount($){let{table:J,where:Z,joins:X,tableQualifier:G}=await this.prepareQueryOptions($),Y=this.createSqlBuilder().selectRaw("COUNT(*) as count").from(J).where(g.addDefaultStateFilter(Z,G,!!X));this.applyJoins(Y,X);let{sql:H,params:z}=Y.toSelectSql(),V=await this.executeWithConn(H,z);return{data:V.data?.[0]?.count||0,sql:V.sql}}async getOne($){let{table:J,fields:Z,where:X,joins:G,tableQualifier:Y}=await this.prepareQueryOptions($),H=this.createSqlBuilder().select(Z).from(J).where(g.addDefaultStateFilter(X,Y,!!G));this.applyJoins(H,G);let{sql:z,params:V}=H.toSelectSql(),O=await this.executeWithConn(z,V),I=O.data?.[0]||null;if(!I)return{data:null,sql:O.sql};let C=IZ(I),B=g.deserializeArrayFields(C);if(!B)return{data:null,sql:O.sql};return{data:yJ([B])[0],sql:O.sql}}async getList($){let J=await this.prepareQueryOptions($);if(J.page<1||J.page>1e4)throw Error(`\u9875\u7801\u5FC5\u987B\u5728 1 \u5230 10000 \u4E4B\u95F4 (table: ${$.table}, page: ${J.page}, limit: ${J.limit})`);if(J.limit<1||J.limit>1000)throw Error(`\u6BCF\u9875\u6570\u91CF\u5FC5\u987B\u5728 1 \u5230 1000 \u4E4B\u95F4 (table: ${$.table}, page: ${J.page}, limit: ${J.limit})`);let Z=g.addDefaultStateFilter(J.where,J.tableQualifier,!!J.joins),X=this.createSqlBuilder().selectRaw("COUNT(*) as total").from(J.table).where(Z);this.applyJoins(X,J.joins);let{sql:G,params:Y}=X.toSelectSql(),H=await this.executeWithConn(G,Y),z=H.data?.[0]?.total||0;if(z===0)return{data:{lists:[],total:0,page:J.page,limit:J.limit,pages:0},sql:{count:H.sql}};let V=(J.page-1)*J.limit,O=this.createSqlBuilder().select(J.fields).from(J.table).where(Z).limit(J.limit).offset(V);if(this.applyJoins(O,J.joins),J.orderBy&&J.orderBy.length>0)O.orderBy(J.orderBy);let{sql:R,params:I}=O.toSelectSql(),C=await this.executeWithConn(R,I),B=C.data||[],T=qZ(B).map((E)=>g.deserializeArrayFields(E)).filter((E)=>E!==null);return{data:{lists:yJ(T),total:z,page:J.page,limit:J.limit,pages:Math.ceil(z/J.limit)},sql:{count:H.sql,data:C.sql}}}async getAll($){let X=await this.prepareQueryOptions({...$,page:1,limit:10}),G=g.addDefaultStateFilter(X.where,X.tableQualifier,!!X.joins),Y=this.createSqlBuilder().selectRaw("COUNT(*) as total").from(X.table).where(G);this.applyJoins(Y,X.joins);let{sql:H,params:z}=Y.toSelectSql(),V=await this.executeWithConn(H,z),O=V.data?.[0]?.total||0;if(O===0)return{data:{lists:[],total:0},sql:{count:V.sql}};let R=this.createSqlBuilder().select(X.fields).from(X.table).where(G).limit(1e4);if(this.applyJoins(R,X.joins),X.orderBy&&X.orderBy.length>0)R.orderBy(X.orderBy);let{sql:I,params:C}=R.toSelectSql(),B=await this.executeWithConn(I,C),S=B.data||[];if(S.length>=1000)P.warn({table:$.table,count:S.length,total:O,msg:"getAll \u8FD4\u56DE\u6570\u636E\u8FC7\u591A\uFF0C\u5EFA\u8BAE\u4F7F\u7528 getList \u5206\u9875\u67E5\u8BE2"});if(S.length>=1e4)P.warn({table:$.table,limit:1e4,total:O,msg:`getAll \u8FBE\u5230\u6700\u5927\u9650\u5236 ${1e4}\uFF0C\u5B9E\u9645\u603B\u6570 ${O}\uFF0C\u53EA\u8FD4\u56DE\u524D ${1e4} \u6761`});let E=qZ(S).map((w)=>g.deserializeArrayFields(w)).filter((w)=>w!==null);return{data:{lists:yJ(E),total:O},sql:{count:V.sql,data:B.sql}}}async insData($){let{table:J,data:Z}=$,X=u(J),G=Date.now(),Y;try{Y=await this.redis.genTimeID()}catch(C){throw Error(`\u751F\u6210 ID \u5931\u8D25\uFF0CRedis \u53EF\u80FD\u4E0D\u53EF\u7528 (table: ${J})`,{cause:C})}let H=g.buildInsertRow({data:Z,id:Y,now:G});c0.assertNoUndefinedInRecord(H,`insData \u63D2\u5165\u6570\u636E (table: ${X})`);let z=this.createSqlBuilder(),{sql:V,params:O}=z.toInsertSql(X,H),R=await this.executeWithConn(V,O);return{data:H.id||R.data?.lastInsertRowid||0,sql:R.sql}}async insBatch($,J){if(J.length===0)return{data:[],sql:{sql:"",params:[],duration:0}};let Z=1000;if(J.length>Z)throw Error(`\u6279\u91CF\u63D2\u5165\u6570\u91CF ${J.length} \u8D85\u8FC7\u6700\u5927\u9650\u5236 ${Z}`);let X=u($),G=[];for(let I=0;I<J.length;I++)G.push(await this.redis.genTimeID());let Y=Date.now(),H=J.map((I,C)=>{return g.buildInsertRow({data:I,id:G[C],now:Y})}),z=c0.assertBatchInsertRowsConsistent(H,{table:X}),V=this.createSqlBuilder(),{sql:O,params:R}=V.toInsertSql(X,H);try{let I=await this.executeWithConn(O,R);return{data:G,sql:I.sql}}catch(I){throw P.error({err:I,table:$,snakeTable:X,count:J.length,fields:z,msg:"\u6279\u91CF\u63D2\u5165\u5931\u8D25"}),I}}async delForceBatch($,J){if(J.length===0)return{data:0,sql:{sql:"",params:[],duration:0}};let Z=u($),X=g$.toDeleteInSql({table:Z,idField:"id",ids:J,quoteIdent:this.dialect.quoteIdent.bind(this.dialect)}),G=await this.executeWithConn(X.sql,X.params);return{data:G.data?.changes||0,sql:G.sql}}async updBatch($,J){if(J.length===0)return{data:0,sql:{sql:"",params:[],duration:0}};let Z=u($),X=Date.now(),G=[],Y=new Set;for(let R of J){let I=g.buildPartialUpdateData({data:R.data,allowState:!0});for(let C of Object.keys(I))Y.add(C);G.push({id:R.id,data:I})}let H=Array.from(Y).sort();if(H.length===0)return{data:0,sql:{sql:"",params:[],duration:0}};let z=g$.toUpdateCaseByIdSql({table:Z,idField:"id",rows:G,fields:H,quoteIdent:this.dialect.quoteIdent.bind(this.dialect),updatedAtField:"updated_at",updatedAtValue:X,stateField:"state",stateGtZero:!0}),V=await this.executeWithConn(z.sql,z.params);return{data:V.data?.changes||0,sql:V.sql}}async updData($){let{table:J,data:Z,where:X}=$,G=E$(X,{excludeValues:[null,void 0]}),Y=u(J),H=g.whereKeysToSnake(G),z=g.buildUpdateRow({data:Z,now:Date.now(),allowState:!0}),V=g.addDefaultStateFilter(H,Y,!1),O=this.createSqlBuilder().where(V),{sql:R,params:I}=O.toUpdateSql(Y,z),C=await this.executeWithConn(R,I);return{data:C.data?.changes||0,sql:C.sql}}async delData($){let{table:J,where:Z}=$;return await this.updData({table:J,data:{state:0,deleted_at:Date.now()},where:Z})}async delForce($){let{table:J,where:Z}=$,X=u(J),G=E$(Z,{excludeValues:[null,void 0]}),Y=g.whereKeysToSnake(G),H=this.createSqlBuilder().where(Y),{sql:z,params:V}=H.toDeleteSql(X),O=await this.executeWithConn(z,V);return{data:O.data?.changes||0,sql:O.sql}}async disableData($){let{table:J,where:Z}=$;return await this.updData({table:J,data:{state:2},where:Z})}async enableData($){let{table:J,where:Z}=$;return await this.updData({table:J,data:{state:1},where:Z})}async trans($){if(this.isTransaction)return await $(this);return await this.sql.begin(async(J)=>{let Z=new xJ({redis:this.redis,sql:J,dialect:this.dialect});return await $(Z)})}async query($,J){return await this.executeWithConn($,J)}async exists($){let{table:J,where:Z,tableQualifier:X}=await this.prepareQueryOptions({...$,page:1,limit:1}),G=this.createSqlBuilder().selectRaw("COUNT(1) as cnt").from(J).where(g.addDefaultStateFilter(Z,X,!1)).limit(1),{sql:Y,params:H}=G.toSelectSql(),z=await this.executeWithConn(Y,H);return{data:(z.data?.[0]?.cnt||0)>0,sql:z.sql}}async getFieldValue($){let{field:J,...Z}=$;if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(J))throw Error(`\u65E0\u6548\u7684\u5B57\u6BB5\u540D: ${J}\uFF0C\u53EA\u5141\u8BB8\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF`);let X=await this.getOne({...Z,fields:[J]}),G=X.data;if(!G)return{data:null,sql:X.sql};if(J in G)return{data:G[J],sql:X.sql};let Y=J.replace(/_([a-z])/g,(z,V)=>V.toUpperCase());if(Y!==J&&Y in G)return{data:G[Y],sql:X.sql};let H=J.replace(/[A-Z]/g,(z)=>`_${z.toLowerCase()}`);if(H!==J&&H in G)return{data:G[H],sql:X.sql};return{data:null,sql:X.sql}}async increment($,J,Z,X=1){let G=u($),Y=u(J);if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(G))throw Error(`\u65E0\u6548\u7684\u8868\u540D: ${G}`);if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(Y))throw Error(`\u65E0\u6548\u7684\u5B57\u6BB5\u540D: ${J}`);if(typeof X!=="number"||isNaN(X))throw Error(`\u81EA\u589E\u503C\u5FC5\u987B\u662F\u6709\u6548\u7684\u6570\u5B57 (table: ${$}, field: ${J}, value: ${X})`);let H=E$(Z,{excludeValues:[null,void 0]}),z=g.whereKeysToSnake(H),V=g.addDefaultStateFilter(z,G,!1),O=this.createSqlBuilder().where(V),{sql:R,params:I}=O.getWhereConditions(),C=this.dialect.quoteIdent(G),B=this.dialect.quoteIdent(Y),S=R?`UPDATE ${C} SET ${B} = ${B} + ? WHERE ${R}`:`UPDATE ${C} SET ${B} = ${B} + ?`,T=await this.executeWithConn(S,[X,...I]);return{data:T.data?.changes||0,sql:T.sql}}async decrement($,J,Z,X=1){return await this.increment($,J,Z,-X)}}a();var wQ={name:"db",enable:!0,deps:["logger","redis"],async handler($){let J=$.config?.nodeEnv;if(!$.redis)throw Error("Redis \u672A\u521D\u59CB\u5316");try{let Z=z$.getSql(),X=$.config?.db?.type,G=X==="postgres"?"postgresql":X,Y=x$(G==="postgresql"||G==="sqlite"?G:"mysql");return new xJ({redis:$.redis,sql:Z,dialect:Y})}catch(Z){throw P.error({env:J,err:Z,msg:"\u6570\u636E\u5E93\u521D\u59CB\u5316\u5931\u8D25"}),Z}}},E1=wQ;var v$=vW(FW(),1);class wX{config;constructor($={}){this.config={secret:$.secret||"befly-secret",expiresIn:$.expiresIn||"7d",algorithm:$.algorithm||"HS256"}}sign($,J={}){let Z=J.secret||this.config.secret||"befly-secret",X=J.algorithm||this.config.algorithm||"HS256";return v$.createSigner({key:Z,algorithm:X,expiresIn:J.expiresIn||this.config.expiresIn,iss:J.issuer,aud:J.audience,sub:J.subject,jti:J.jwtId,notBefore:typeof J.notBefore==="number"?J.notBefore:void 0})($)}verify($,J={}){if(!$||typeof $!=="string")throw Error("Token\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32");let Z=J.secret||this.config.secret||"befly-secret",X=this.config.algorithm||"HS256",G=J.algorithms?J.algorithms:[X];return v$.createVerifier({key:Z,algorithms:G,allowedIss:J.issuer,allowedAud:J.audience,allowedSub:J.subject,ignoreExpiration:J.ignoreExpiration,ignoreNotBefore:J.ignoreNotBefore,cache:!0,cacheTTL:600000})($)}decode($,J=!1){if(!$||typeof $!=="string")throw Error("Token\u5FC5\u987B\u662F\u975E\u7A7A\u5B57\u7B26\u4E32");if(J){let G=v$.createDecoder({complete:!0})($);return{header:G.header,payload:G.payload,signature:G.signature}}return v$.createDecoder()($)}}var l6={name:"jwt",enable:!0,deps:[],handler:($)=>{return new wX($.config?$.config.auth:void 0)}},RW=l6;a();var r6={name:"logger",enable:!0,deps:[],async handler($){if($.config&&$.config.logger)P.configure($.config.logger);return P}},IW=r6;a();a();class EX{client;prefix;slowThresholdMs=500;constructor($=""){let J=z$.getRedis();if(!J)throw Error("Redis \u5BA2\u6237\u7AEF\u672A\u521D\u59CB\u5316\uFF0C\u8BF7\u5148\u8C03\u7528 Connect.connectRedis()");this.client=J,this.prefix=$?`${$}:`:""}logSlow($,J,Z,X={}){if(Z<=this.slowThresholdMs)return;P.warn({subsystem:"redis",event:"slow",duration:Z,cmd:$,key:J,extra:X,msg:"\uD83D\uDC0C Redis \u6162\u64CD\u4F5C"})}async setObject($,J,Z=null){try{let X=JSON.stringify(J),G=`${this.prefix}${$}`,Y=Date.now();if(Z){let V=await this.client.setex(G,Z,X),O=Date.now()-Y;return this.logSlow("SETEX",G,O,{ttl:Z}),V}let H=await this.client.set(G,X),z=Date.now()-Y;return this.logSlow("SET",G,z),H}catch(X){return P.error({err:X,msg:"Redis setObject \u9519\u8BEF"}),null}}async getObject($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.get(J),G=Date.now()-Z;return this.logSlow("GET",J,G),X?JSON.parse(X):null}catch(J){return P.error({err:J,msg:"Redis getObject \u9519\u8BEF"}),null}}async delObject($){try{let J=`${this.prefix}${$}`,Z=Date.now();await this.client.del(J);let X=Date.now()-Z;this.logSlow("DEL",J,X)}catch(J){P.error({err:J,msg:"Redis delObject \u9519\u8BEF"})}}async genTimeID(){let $=Date.now(),J=`${this.prefix}time_id:${$}`,Z=Date.now(),X=await this.client.incr(J);if(X===1)await this.client.expire(J,1);let G=Date.now()-Z;this.logSlow("INCR",J,G,{expireSeconds:1});let Y=100+($%900+X-1)%900;return Number(`${$}${Y}`)}async setString($,J,Z=null){try{let X=`${this.prefix}${$}`,G=Date.now();if(Z){let z=await this.client.setex(X,Z,J),V=Date.now()-G;return this.logSlow("SETEX",X,V,{ttl:Z}),z}let Y=await this.client.set(X,J),H=Date.now()-G;return this.logSlow("SET",X,H),Y}catch(X){return P.error({err:X,msg:"Redis setString \u9519\u8BEF"}),null}}async getString($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.get(J),G=Date.now()-Z;return this.logSlow("GET",J,G),X}catch(J){return P.error({err:J,msg:"Redis getString \u9519\u8BEF"}),null}}async exists($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.exists(J),G=Date.now()-Z;return this.logSlow("EXISTS",J,G),X}catch(J){return P.error({err:J,msg:"Redis exists \u9519\u8BEF"}),!1}}async incr($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.incr(J),G=Date.now()-Z;return this.logSlow("INCR",J,G),X}catch(J){return P.error({err:J,msg:"Redis incr \u9519\u8BEF"}),0}}async incrWithExpire($,J){try{let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.incr(Z);if(G===1)await this.client.expire(Z,J);let Y=Date.now()-X;return this.logSlow("INCR",Z,Y,{expireSeconds:J}),G}catch(Z){return P.error({err:Z,msg:"Redis incrWithExpire \u9519\u8BEF"}),0}}async expire($,J){try{let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.expire(Z,J),Y=Date.now()-X;return this.logSlow("EXPIRE",Z,Y,{seconds:J}),G}catch(Z){return P.error({err:Z,msg:"Redis expire \u9519\u8BEF"}),0}}async ttl($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.ttl(J),G=Date.now()-Z;return this.logSlow("TTL",J,G),X}catch(J){return P.error({err:J,msg:"Redis ttl \u9519\u8BEF"}),-1}}async ttlBatch($){if($.length===0)return[];try{return await Promise.all($.map((Z)=>this.ttl(Z)))}catch(J){return P.error({err:J,msg:"Redis ttlBatch \u9519\u8BEF"}),$.map(()=>-1)}}async sadd($,J){try{if(J.length===0)return 0;let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.sadd(Z,...J),Y=Date.now()-X;return this.logSlow("SADD",Z,Y,{membersCount:J.length}),G}catch(Z){return P.error({err:Z,msg:"Redis sadd \u9519\u8BEF"}),0}}async sismember($,J){try{let Z=`${this.prefix}${$}`,X=Date.now(),G=await this.client.sismember(Z,J),Y=Date.now()-X;return this.logSlow("SISMEMBER",Z,Y),G}catch(Z){return P.error({err:Z,msg:"Redis sismember \u9519\u8BEF"}),!1}}async scard($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.scard(J),G=Date.now()-Z;return this.logSlow("SCARD",J,G),X}catch(J){return P.error({err:J,msg:"Redis scard \u9519\u8BEF"}),0}}async smembers($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.smembers(J),G=Date.now()-Z;return this.logSlow("SMEMBERS",J,G),X}catch(J){return P.error({err:J,msg:"Redis smembers \u9519\u8BEF"}),[]}}async saddBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>this.sadd(Z.key,Z.members)))).reduce((Z,X)=>Z+X,0)}catch(J){return P.error({err:J,msg:"Redis saddBatch \u9519\u8BEF"}),0}}async sismemberBatch($){if($.length===0)return[];try{return await Promise.all($.map((J)=>this.sismember(J.key,J.member)))}catch(J){return P.error({err:J,msg:"Redis sismemberBatch \u9519\u8BEF"}),$.map(()=>!1)}}async del($){try{let J=`${this.prefix}${$}`,Z=Date.now(),X=await this.client.del(J),G=Date.now()-Z;return this.logSlow("DEL",J,G),X}catch(J){return P.error({err:J,msg:"Redis del \u9519\u8BEF"}),0}}async delBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>{let X=`${this.prefix}${Z}`;return this.client.del(X)}))).reduce((Z,X)=>Z+X,0)}catch(J){return P.error({err:J,msg:"Redis delBatch \u9519\u8BEF"}),0}}async setBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>this.setObject(Z.key,Z.value,Z.ttl??null)))).filter((Z)=>Z!==null).length}catch(J){return P.error({err:J,msg:"Redis setBatch \u9519\u8BEF"}),0}}async getBatch($){if($.length===0)return[];try{return await Promise.all($.map((Z)=>this.getObject(Z)))}catch(J){return P.error({err:J,msg:"Redis getBatch \u9519\u8BEF"}),$.map(()=>null)}}async existsBatch($){if($.length===0)return[];try{return await Promise.all($.map((J)=>this.exists(J)))}catch(J){return P.error({err:J,msg:"Redis existsBatch \u9519\u8BEF"}),$.map(()=>!1)}}async expireBatch($){if($.length===0)return 0;try{return(await Promise.all($.map((Z)=>this.expire(Z.key,Z.seconds)))).filter((Z)=>Z>0).length}catch(J){return P.error({err:J,msg:"Redis expireBatch \u9519\u8BEF"}),0}}async ping(){try{let $=Date.now(),J=await this.client.ping(),Z=Date.now()-$;return this.logSlow("PING","(no-key)",Z),J}catch($){throw P.error({err:$,msg:"Redis ping \u9519\u8BEF"}),$}}}var i6={name:"redis",enable:!0,deps:["logger"],async handler($){let J=$.config?.nodeEnv,Z=$.config?.redis?.prefix;try{return z$.getRedis(),new EX(Z)}catch(X){throw P.error({env:J,err:X,msg:"Redis \u521D\u59CB\u5316\u5931\u8D25"}),X}}},qW=i6;function t6($,J={},Z={}){return{code:0,msg:$,data:J,...Z}}function a6($,J=null,Z={}){return{code:1,msg:$,data:J,...Z}}function e6($,J,Z={}){let{status:X=200,contentType:G,headers:Y={}}=Z,H=G,z;if(typeof J==="string"){if(z=J,!H)H=J.trim().startsWith("<")?"application/xml":"text/plain"}else z=JSON.stringify(J),H=H||"application/json";let V={...$.corsHeaders,"Content-Type":H,...Y};return new Response(z,{status:X,headers:V})}var $9={name:"tool",enable:!0,deps:[],handler:()=>{return{Yes:t6,No:a6,Raw:e6}}},PW=$9;m0();function jW($,J){let Z=J.name,X=r(J)?Object.keys(J):[];return{source:"core",type:$,sourceName:"\u6838\u5FC3",filePath:`core:${$}:${Z}`,relativePath:Z,fileName:Z,moduleName:Z,addonName:"",fileBaseName:Z,fileDir:"(builtin)",name:Z,enable:J?J.enable:void 0,deps:Array.isArray(J&&J.deps)?J.deps:[],handler:J?J.handler:null,customKeys:X}}function BW(){let $=[],J=[IW,qW,E1,C1,PW,S1,RW,w1];for(let Z of J)$.push(jW("plugin",Z));return $}function LW(){let $=[],J=[U1,V1,q1,L1,P1];for(let Z of J)$.push(jW("hook",Z));return $}I$();import{existsSync as J9}from"fs";m0();function Z9($){let J=$.split("/").filter(Boolean),Z=J.indexOf("@befly-addon");if(Z<0)return null;let X=J[Z+1];if(typeof X!=="string"||X.trim()==="")return null;return X}function X9($){let J=$.split("/").filter(Boolean),Z=J.lastIndexOf("addons");if(Z<0)return null;let X=J[Z+1];if(typeof X!=="string"||X.trim()==="")return null;return X}async function V$($,J,Z,X){if(!J9($))return[];let G=L$($),Y=new Bun.Glob(X),H=[];try{let z=await Y.scan({cwd:$,onlyFiles:!0,absolute:!0,followSymlinks:!0});for await(let V of z){if(V.endsWith(".d.ts"))continue;let O=L$(V),R=e$(O).name,I=DZ(G,O),C=e$(I),B=C.dir?n(C.dir,C.name):C.name;if(R.startsWith("_"))continue;if(B.split("/").some((D)=>D.startsWith("_")))continue;let S=await i$(O,{}),T=K$(R),E="",N="";if(J==="core")E="",N=R;else if(J==="app")N=`app_${T}`;else{let D=Z9(O)||X9(O);if(!D)throw Error(`scanFiles addon moduleName \u89E3\u6790\u5931\u8D25\uFF1A\u672A\u627E\u5230 @befly-addon/<addon>/ \u6BB5\u843D\uFF1A${O}`);E=D,N=`addon_${K$(E)}_${T}`}let w={source:J,type:Z,sourceName:{core:"\u6838\u5FC3",addon:"\u7EC4\u4EF6",app:"\u9879\u76EE"}[J],filePath:O,relativePath:B,fileName:R,moduleName:N,addonName:E,fileBaseName:e$(O).base,fileDir:$,customKeys:r(S)?Object.keys(S):[]};if(Z==="table"){w.content=S,H.push(w);continue}if(Z==="api")w.auth=!0,w.rawBody=!1,w.method="POST",w.fields={},w.required=[];if(Z==="plugin"||Z==="hook")w.deps=[],w.name="",w.handler=null;if(oX(S,(D,b)=>{w[b]=D}),Z==="api")w.routePrefix=J==="app"?"/app":`/addon/${E}`,w.routePath=`/api${w.routePrefix}/${B}`;H.push(w)}}catch(z){let V=Error(`scanFiles failed: source=${J} type=${Z} dir=${G} pattern=${X}`);throw V.cause=z,V}return H}var CW=async()=>{let $=[],J=[],Z=[],X=[],G=await z1();X.push(...await V$(n(n0,"tables"),"app","table","*.json"));for(let Y of G)X.push(...await V$(n(Y.fullPath,"tables"),"addon","table","*.json"));J.push(...BW()),J.push(...await V$(n(n0,"plugins"),"app","plugin","*.{ts,js}"));for(let Y of G)J.push(...await V$(n(Y.fullPath,"plugins"),"addon","plugin","*.{ts,js}"));Z.push(...LW()),Z.push(...await V$(n(n0,"hooks"),"app","hook","*.{ts,js}"));for(let Y of G)Z.push(...await V$(n(Y.fullPath,"hooks"),"addon","hook","*.{ts,js}"));$.push(...await V$(n(n0,"apis"),"app","api","**/*.{ts,js}"));for(let Y of G)$.push(...await V$(n(Y.fullPath,"apis"),"addon","api","**/*.{ts,js}"));return{hooks:Z,plugins:J,apis:$,tables:X,addons:G}};class G9{apis=new Map;plugins=[];hooks=[];context={};config=null;async start($){try{let J=Bun.nanoseconds(),Z=$||{};this.config=await UG(Z.NODE_ENV),this.context.config=this.config,this.context.env=Z;let{apis:X,tables:G,plugins:Y,hooks:H,addons:z}=await CW();this.context.addons=z,await VG(X),await vG(G),await CG(Y),await _G(H);let V=await BG(z);if(await z$.connect({db:this.config.db||{},redis:this.config.redis||{}}),this.plugins=await xG(Y,this.context),!this.context.redis)throw Error("\u542F\u52A8\u5931\u8D25\uFF1Actx.redis \u672A\u521D\u59CB\u5316\uFF08Redis \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!this.context.db)throw Error("\u542F\u52A8\u5931\u8D25\uFF1Actx.db \u672A\u521D\u59CB\u5316\uFF08Db \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");if(!this.context.cache)throw Error("\u542F\u52A8\u5931\u8D25\uFF1Actx.cache \u672A\u521D\u59CB\u5316\uFF08cache \u63D2\u4EF6\u672A\u52A0\u8F7D\u6216\u6CE8\u5165\u5931\u8D25\uFF09");await SJ(this.context,G),await cG(this.context,X),await dG(this.context,V),await uG(this.context,{devEmail:this.config.devEmail,devPassword:this.config.devPassword}),await pG(this.context),this.hooks=await yG(H),this.apis=await kG(X);let O=gG(this.apis,this.hooks,this.context),R=bG(this.config.cors),I=Bun.serve({port:this.config.appPort,hostname:this.config.appHost,development:this.config.nodeEnv==="development",idleTimeout:30,fetch:async(E,N)=>{let w=new URL(E.url);if(w.pathname==="/")return Response.json({code:0,msg:`${this.config.appName} \u63A5\u53E3\u670D\u52A1\u5DF2\u542F\u52A8`});if(w.pathname.startsWith("/api/"))return O(E,N);return R(E)},error:(E)=>{if(P.error({err:E,msg:"\u670D\u52A1\u542F\u52A8\u65F6\u53D1\u751F\u9519\u8BEF"}),this.config.nodeEnv==="development")return Response.json({code:1,msg:"\u5185\u90E8\u670D\u52A1\u5668\u9519\u8BEF",error:E.message,stack:E.stack},{status:200});return Response.json({code:1,msg:"\u5185\u90E8\u670D\u52A1\u5668\u9519\u8BEF"},{status:200})}}),C=H1(J),B=Q1(Z),S=B.role==="primary"?"\u4E3B\u8FDB\u7A0B":`\u5DE5\u4F5C\u8FDB\u7A0B #${B.instanceId}`,T=B.env==="standalone"?"":` [${B.env}]`;return P.info(`${this.config.appName} \u542F\u52A8\u6210\u529F! (${S}${T})`),P.info(`\u670D\u52A1\u5668\u542F\u52A8\u8017\u65F6: ${C}`),P.info(`\u670D\u52A1\u5668\u76D1\u542C\u5730\u5740: ${I.url}`),I}catch(J){P.error({err:J,msg:"\u9879\u76EE\u542F\u52A8\u5931\u8D25"});try{await P.flush()}catch{}try{await P.shutdown()}catch{}if(J instanceof Error)throw J;throw Error(String(J))}}}export{G9 as Befly};