(()=>{var ND=Object.create;var cg=Object.defineProperty;var xD=Object.getOwnPropertyDescriptor;var LD=Object.getOwnPropertyNames;var UD=Object.getPrototypeOf,HD=Object.prototype.hasOwnProperty;var oa=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var Be=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var jD=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of LD(t))!HD.call(e,s)&&s!==r&&cg(e,s,{get:()=>t[s],enumerable:!(n=xD(t,s))||n.enumerable});return e};var sn=(e,t,r)=>(r=e!=null?ND(UD(e)):{},jD(t||!e||!e.__esModule?cg(r,"default",{value:e,enumerable:!0}):r,e));var $g=Be(xl=>{"use strict";xl.byteLength=QD;xl.toByteArray=t3;xl.fromByteArray=i3;var es=[],yi=[],ZD=typeof Uint8Array<"u"?Uint8Array:Array,E0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ca=0,Bg=E0.length;ca0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function QD(e){var t=Ig(e),r=t[0],n=t[1];return(r+n)*3/4-n}function e3(e,t,r){return(t+r)*3/4-r}function t3(e){var t,r=Ig(e),n=r[0],s=r[1],u=new ZD(e3(e,n,s)),i=0,c=s>0?n-4:n,l;for(l=0;l>16&255,u[i++]=t>>8&255,u[i++]=t&255;return s===2&&(t=yi[e.charCodeAt(l)]<<2|yi[e.charCodeAt(l+1)]>>4,u[i++]=t&255),s===1&&(t=yi[e.charCodeAt(l)]<<10|yi[e.charCodeAt(l+1)]<<4|yi[e.charCodeAt(l+2)]>>2,u[i++]=t>>8&255,u[i++]=t&255),u}function r3(e){return es[e>>18&63]+es[e>>12&63]+es[e>>6&63]+es[e&63]}function n3(e,t,r){for(var n,s=[],u=t;uc?c:i+u));return n===1?(t=e[r-1],s.push(es[t>>2]+es[t<<4&63]+"==")):n===2&&(t=(e[r-2]<<8)+e[r-1],s.push(es[t>>10]+es[t>>4&63]+es[t<<2&63]+"=")),s.join("")}});var Pg=Be(w0=>{w0.read=function(e,t,r,n,s){var u,i,c=s*8-n-1,l=(1<>1,d=-7,E=r?s-1:0,p=r?-1:1,f=e[t+E];for(E+=p,u=f&(1<<-d)-1,f>>=-d,d+=c;d>0;u=u*256+e[t+E],E+=p,d-=8);for(i=u&(1<<-d)-1,u>>=-d,d+=n;d>0;i=i*256+e[t+E],E+=p,d-=8);if(u===0)u=1-h;else{if(u===l)return i?NaN:(f?-1:1)*(1/0);i=i+Math.pow(2,n),u=u-h}return(f?-1:1)*i*Math.pow(2,u-n)};w0.write=function(e,t,r,n,s,u){var i,c,l,h=u*8-s-1,d=(1<>1,p=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:u-1,w=n?1:-1,v=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(c=isNaN(t)?1:0,i=d):(i=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-i))<1&&(i--,l*=2),i+E>=1?t+=p/l:t+=p*Math.pow(2,1-E),t*l>=2&&(i++,l/=2),i+E>=d?(c=0,i=d):i+E>=1?(c=(t*l-1)*Math.pow(2,s),i=i+E):(c=t*Math.pow(2,E-1)*Math.pow(2,s),i=0));s>=8;e[r+f]=c&255,f+=w,c/=256,s-=8);for(i=i<0;e[r+f]=i&255,f+=w,i/=256,h-=8);e[r+f-w]|=v*128}});var Hl=Be(uo=>{"use strict";var C0=$g(),io=Pg(),Rg=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;uo.Buffer=pe;uo.SlowBuffer=l3;uo.INSPECT_MAX_BYTES=50;var Ll=2147483647;uo.kMaxLength=Ll;pe.TYPED_ARRAY_SUPPORT=s3();!pe.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function s3(){try{let e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch{return!1}}Object.defineProperty(pe.prototype,"parent",{enumerable:!0,get:function(){if(pe.isBuffer(this))return this.buffer}});Object.defineProperty(pe.prototype,"offset",{enumerable:!0,get:function(){if(pe.isBuffer(this))return this.byteOffset}});function Ms(e){if(e>Ll)throw new RangeError('The value "'+e+'" is invalid for option "size"');let t=new Uint8Array(e);return Object.setPrototypeOf(t,pe.prototype),t}function pe(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return b0(e)}return Ng(e,t,r)}pe.poolSize=8192;function Ng(e,t,r){if(typeof e=="string")return a3(e,t);if(ArrayBuffer.isView(e))return o3(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(ts(e,ArrayBuffer)||e&&ts(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ts(e,SharedArrayBuffer)||e&&ts(e.buffer,SharedArrayBuffer)))return D0(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return pe.from(n,t,r);let s=c3(e);if(s)return s;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return pe.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}pe.from=function(e,t,r){return Ng(e,t,r)};Object.setPrototypeOf(pe.prototype,Uint8Array.prototype);Object.setPrototypeOf(pe,Uint8Array);function xg(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function u3(e,t,r){return xg(e),e<=0?Ms(e):t!==void 0?typeof r=="string"?Ms(e).fill(t,r):Ms(e).fill(t):Ms(e)}pe.alloc=function(e,t,r){return u3(e,t,r)};function b0(e){return xg(e),Ms(e<0?0:S0(e)|0)}pe.allocUnsafe=function(e){return b0(e)};pe.allocUnsafeSlow=function(e){return b0(e)};function a3(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!pe.isEncoding(t))throw new TypeError("Unknown encoding: "+t);let r=Lg(e,t)|0,n=Ms(r),s=n.write(e,t);return s!==r&&(n=n.slice(0,s)),n}function F0(e){let t=e.length<0?0:S0(e.length)|0,r=Ms(t);for(let n=0;n=Ll)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ll.toString(16)+" bytes");return e|0}function l3(e){return+e!=e&&(e=0),pe.alloc(+e)}pe.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==pe.prototype};pe.compare=function(t,r){if(ts(t,Uint8Array)&&(t=pe.from(t,t.offset,t.byteLength)),ts(r,Uint8Array)&&(r=pe.from(r,r.offset,r.byteLength)),!pe.isBuffer(t)||!pe.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;let n=t.length,s=r.length;for(let u=0,i=Math.min(n,s);us.length?(pe.isBuffer(i)||(i=pe.from(i)),i.copy(s,u)):Uint8Array.prototype.set.call(s,i,u);else if(pe.isBuffer(i))i.copy(s,u);else throw new TypeError('"list" argument must be an Array of Buffers');u+=i.length}return s};function Lg(e,t){if(pe.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||ts(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);let r=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;let s=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return y0(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return zg(e).length;default:if(s)return n?-1:y0(e).length;t=(""+t).toLowerCase(),s=!0}}pe.byteLength=Lg;function f3(e,t,r){let n=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return C3(this,t,r);case"utf8":case"utf-8":return Hg(this,t,r);case"ascii":return E3(this,t,r);case"latin1":case"binary":return w3(this,t,r);case"base64":return v3(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F3(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}pe.prototype._isBuffer=!0;function la(e,t,r){let n=e[t];e[t]=e[r],e[r]=n}pe.prototype.swap16=function(){let t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let r=0;rr&&(t+=" ... "),""};Rg&&(pe.prototype[Rg]=pe.prototype.inspect);pe.prototype.compare=function(t,r,n,s,u){if(ts(t,Uint8Array)&&(t=pe.from(t,t.offset,t.byteLength)),!pe.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),n===void 0&&(n=t?t.length:0),s===void 0&&(s=0),u===void 0&&(u=this.length),r<0||n>t.length||s<0||u>this.length)throw new RangeError("out of range index");if(s>=u&&r>=n)return 0;if(s>=u)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,s>>>=0,u>>>=0,this===t)return 0;let i=u-s,c=n-r,l=Math.min(i,c),h=this.slice(s,u),d=t.slice(r,n);for(let E=0;E2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,B0(r)&&(r=s?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(s)return-1;r=e.length-1}else if(r<0)if(s)r=0;else return-1;if(typeof t=="string"&&(t=pe.from(t,n)),pe.isBuffer(t))return t.length===0?-1:Tg(e,t,r,n,s);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Tg(e,[t],r,n,s);throw new TypeError("val must be string, number or Buffer")}function Tg(e,t,r,n,s){let u=1,i=e.length,c=t.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||t.length<2)return-1;u=2,i/=2,c/=2,r/=2}function l(d,E){return u===1?d[E]:d.readUInt16BE(E*u)}let h;if(s){let d=-1;for(h=r;hi&&(r=i-c),h=r;h>=0;h--){let d=!0;for(let E=0;Es&&(n=s)):n=s;let u=t.length;n>u/2&&(n=u/2);let i;for(i=0;i>>0,isFinite(n)?(n=n>>>0,s===void 0&&(s="utf8")):(s=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let u=this.length-r;if((n===void 0||n>u)&&(n=u),t.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");let i=!1;for(;;)switch(s){case"hex":return h3(this,t,r,n);case"utf8":case"utf-8":return p3(this,t,r,n);case"ascii":case"latin1":case"binary":return d3(this,t,r,n);case"base64":return g3(this,t,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return m3(this,t,r,n);default:if(i)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),i=!0}};pe.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function v3(e,t,r){return t===0&&r===e.length?C0.fromByteArray(e):C0.fromByteArray(e.slice(t,r))}function Hg(e,t,r){r=Math.min(e.length,r);let n=[],s=t;for(;s239?4:u>223?3:u>191?2:1;if(s+c<=r){let l,h,d,E;switch(c){case 1:u<128&&(i=u);break;case 2:l=e[s+1],(l&192)===128&&(E=(u&31)<<6|l&63,E>127&&(i=E));break;case 3:l=e[s+1],h=e[s+2],(l&192)===128&&(h&192)===128&&(E=(u&15)<<12|(l&63)<<6|h&63,E>2047&&(E<55296||E>57343)&&(i=E));break;case 4:l=e[s+1],h=e[s+2],d=e[s+3],(l&192)===128&&(h&192)===128&&(d&192)===128&&(E=(u&15)<<18|(l&63)<<12|(h&63)<<6|d&63,E>65535&&E<1114112&&(i=E))}}i===null?(i=65533,c=1):i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|i&1023),n.push(i),s+=c}return A3(n)}var kg=4096;function A3(e){let t=e.length;if(t<=kg)return String.fromCharCode.apply(String,e);let r="",n=0;for(;nn)&&(r=n);let s="";for(let u=t;un&&(t=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),rr)throw new RangeError("Trying to access beyond buffer length")}pe.prototype.readUintLE=pe.prototype.readUIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||Nr(t,r,this.length);let s=this[t],u=1,i=0;for(;++i>>0,r=r>>>0,n||Nr(t,r,this.length);let s=this[t+--r],u=1;for(;r>0&&(u*=256);)s+=this[t+--r]*u;return s};pe.prototype.readUint8=pe.prototype.readUInt8=function(t,r){return t=t>>>0,r||Nr(t,1,this.length),this[t]};pe.prototype.readUint16LE=pe.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||Nr(t,2,this.length),this[t]|this[t+1]<<8};pe.prototype.readUint16BE=pe.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||Nr(t,2,this.length),this[t]<<8|this[t+1]};pe.prototype.readUint32LE=pe.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||Nr(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};pe.prototype.readUint32BE=pe.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||Nr(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};pe.prototype.readBigUInt64LE=bu(function(t){t=t>>>0,so(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&cc(t,this.length-8);let s=r+this[++t]*2**8+this[++t]*2**16+this[++t]*2**24,u=this[++t]+this[++t]*2**8+this[++t]*2**16+n*2**24;return BigInt(s)+(BigInt(u)<>>0,so(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&cc(t,this.length-8);let s=r*2**24+this[++t]*2**16+this[++t]*2**8+this[++t],u=this[++t]*2**24+this[++t]*2**16+this[++t]*2**8+n;return(BigInt(s)<>>0,r=r>>>0,n||Nr(t,r,this.length);let s=this[t],u=1,i=0;for(;++i=u&&(s-=Math.pow(2,8*r)),s};pe.prototype.readIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||Nr(t,r,this.length);let s=r,u=1,i=this[t+--s];for(;s>0&&(u*=256);)i+=this[t+--s]*u;return u*=128,i>=u&&(i-=Math.pow(2,8*r)),i};pe.prototype.readInt8=function(t,r){return t=t>>>0,r||Nr(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};pe.prototype.readInt16LE=function(t,r){t=t>>>0,r||Nr(t,2,this.length);let n=this[t]|this[t+1]<<8;return n&32768?n|4294901760:n};pe.prototype.readInt16BE=function(t,r){t=t>>>0,r||Nr(t,2,this.length);let n=this[t+1]|this[t]<<8;return n&32768?n|4294901760:n};pe.prototype.readInt32LE=function(t,r){return t=t>>>0,r||Nr(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};pe.prototype.readInt32BE=function(t,r){return t=t>>>0,r||Nr(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};pe.prototype.readBigInt64LE=bu(function(t){t=t>>>0,so(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&cc(t,this.length-8);let s=this[t+4]+this[t+5]*2**8+this[t+6]*2**16+(n<<24);return(BigInt(s)<>>0,so(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&cc(t,this.length-8);let s=(r<<24)+this[++t]*2**16+this[++t]*2**8+this[++t];return(BigInt(s)<>>0,r||Nr(t,4,this.length),io.read(this,t,!0,23,4)};pe.prototype.readFloatBE=function(t,r){return t=t>>>0,r||Nr(t,4,this.length),io.read(this,t,!1,23,4)};pe.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||Nr(t,8,this.length),io.read(this,t,!0,52,8)};pe.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||Nr(t,8,this.length),io.read(this,t,!1,52,8)};function Vn(e,t,r,n,s,u){if(!pe.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>s||te.length)throw new RangeError("Index out of range")}pe.prototype.writeUintLE=pe.prototype.writeUIntLE=function(t,r,n,s){if(t=+t,r=r>>>0,n=n>>>0,!s){let c=Math.pow(2,8*n)-1;Vn(this,t,r,n,c,0)}let u=1,i=0;for(this[r]=t&255;++i>>0,n=n>>>0,!s){let c=Math.pow(2,8*n)-1;Vn(this,t,r,n,c,0)}let u=n-1,i=1;for(this[r+u]=t&255;--u>=0&&(i*=256);)this[r+u]=t/i&255;return r+n};pe.prototype.writeUint8=pe.prototype.writeUInt8=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,1,255,0),this[r]=t&255,r+1};pe.prototype.writeUint16LE=pe.prototype.writeUInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};pe.prototype.writeUint16BE=pe.prototype.writeUInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};pe.prototype.writeUint32LE=pe.prototype.writeUInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};pe.prototype.writeUint32BE=pe.prototype.writeUInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function jg(e,t,r,n,s){Gg(t,n,s,e,r,7);let u=Number(t&BigInt(4294967295));e[r++]=u,u=u>>8,e[r++]=u,u=u>>8,e[r++]=u,u=u>>8,e[r++]=u;let i=Number(t>>BigInt(32)&BigInt(4294967295));return e[r++]=i,i=i>>8,e[r++]=i,i=i>>8,e[r++]=i,i=i>>8,e[r++]=i,r}function Mg(e,t,r,n,s){Gg(t,n,s,e,r,7);let u=Number(t&BigInt(4294967295));e[r+7]=u,u=u>>8,e[r+6]=u,u=u>>8,e[r+5]=u,u=u>>8,e[r+4]=u;let i=Number(t>>BigInt(32)&BigInt(4294967295));return e[r+3]=i,i=i>>8,e[r+2]=i,i=i>>8,e[r+1]=i,i=i>>8,e[r]=i,r+8}pe.prototype.writeBigUInt64LE=bu(function(t,r=0){return jg(this,t,r,BigInt(0),BigInt("0xffffffffffffffff"))});pe.prototype.writeBigUInt64BE=bu(function(t,r=0){return Mg(this,t,r,BigInt(0),BigInt("0xffffffffffffffff"))});pe.prototype.writeIntLE=function(t,r,n,s){if(t=+t,r=r>>>0,!s){let l=Math.pow(2,8*n-1);Vn(this,t,r,n,l-1,-l)}let u=0,i=1,c=0;for(this[r]=t&255;++u>0)-c&255;return r+n};pe.prototype.writeIntBE=function(t,r,n,s){if(t=+t,r=r>>>0,!s){let l=Math.pow(2,8*n-1);Vn(this,t,r,n,l-1,-l)}let u=n-1,i=1,c=0;for(this[r+u]=t&255;--u>=0&&(i*=256);)t<0&&c===0&&this[r+u+1]!==0&&(c=1),this[r+u]=(t/i>>0)-c&255;return r+n};pe.prototype.writeInt8=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};pe.prototype.writeInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};pe.prototype.writeInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};pe.prototype.writeInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};pe.prototype.writeInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||Vn(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};pe.prototype.writeBigInt64LE=bu(function(t,r=0){return jg(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});pe.prototype.writeBigInt64BE=bu(function(t,r=0){return Mg(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function qg(e,t,r,n,s,u){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Vg(e,t,r,n,s){return t=+t,r=r>>>0,s||qg(e,t,r,4,34028234663852886e22,-34028234663852886e22),io.write(e,t,r,n,23,4),r+4}pe.prototype.writeFloatLE=function(t,r,n){return Vg(this,t,r,!0,n)};pe.prototype.writeFloatBE=function(t,r,n){return Vg(this,t,r,!1,n)};function Kg(e,t,r,n,s){return t=+t,r=r>>>0,s||qg(e,t,r,8,17976931348623157e292,-17976931348623157e292),io.write(e,t,r,n,52,8),r+8}pe.prototype.writeDoubleLE=function(t,r,n){return Kg(this,t,r,!0,n)};pe.prototype.writeDoubleBE=function(t,r,n){return Kg(this,t,r,!1,n)};pe.prototype.copy=function(t,r,n,s){if(!pe.isBuffer(t))throw new TypeError("argument should be a Buffer");if(n||(n=0),!s&&s!==0&&(s=this.length),r>=t.length&&(r=t.length),r||(r=0),s>0&&s=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),t.length-r>>0,n=n===void 0?this.length:n>>>0,t||(t=0);let u;if(typeof t=="number")for(u=r;u2**32?s=Og(String(r)):typeof r=="bigint"&&(s=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(s=Og(s)),s+="n"),n+=` It must be ${t}. Received ${s}`,n},RangeError);function Og(e){let t="",r=e.length,n=e[0]==="-"?1:0;for(;r>=n+4;r-=3)t=`_${e.slice(r-3,r)}${t}`;return`${e.slice(0,r)}${t}`}function D3(e,t,r){so(t,"offset"),(e[t]===void 0||e[t+r]===void 0)&&cc(t,e.length-(r+1))}function Gg(e,t,r,n,s,u){if(e>r||e3?t===0||t===BigInt(0)?c=`>= 0${i} and < 2${i} ** ${(u+1)*8}${i}`:c=`>= -(2${i} ** ${(u+1)*8-1}${i}) and < 2 ** ${(u+1)*8-1}${i}`:c=`>= ${t}${i} and <= ${r}${i}`,new no.ERR_OUT_OF_RANGE("value",c,e)}D3(n,s,u)}function so(e,t){if(typeof e!="number")throw new no.ERR_INVALID_ARG_TYPE(t,"number",e)}function cc(e,t,r){throw Math.floor(e)!==e?(so(e,r),new no.ERR_OUT_OF_RANGE(r||"offset","an integer",e)):t<0?new no.ERR_BUFFER_OUT_OF_BOUNDS:new no.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${t}`,e)}var y3=/[^+/0-9A-Za-z-_]/g;function b3(e){if(e=e.split("=")[0],e=e.trim().replace(y3,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function y0(e,t){t=t||1/0;let r,n=e.length,s=null,u=[];for(let i=0;i55295&&r<57344){if(!s){if(r>56319){(t-=3)>-1&&u.push(239,191,189);continue}else if(i+1===n){(t-=3)>-1&&u.push(239,191,189);continue}s=r;continue}if(r<56320){(t-=3)>-1&&u.push(239,191,189),s=r;continue}r=(s-55296<<10|r-56320)+65536}else s&&(t-=3)>-1&&u.push(239,191,189);if(s=null,r<128){if((t-=1)<0)break;u.push(r)}else if(r<2048){if((t-=2)<0)break;u.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;u.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;u.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return u}function S3(e){let t=[];for(let r=0;r>8,s=r%256,u.push(s),u.push(n);return u}function zg(e){return C0.toByteArray(b3(e))}function Ul(e,t,r,n){let s;for(s=0;s=t.length||s>=e.length);++s)t[s+r]=e[s];return s}function ts(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function B0(e){return e!==e}var B3=function(){let e="0123456789abcdef",t=new Array(256);for(let r=0;r<16;++r){let n=r*16;for(let s=0;s<16;++s)t[n+s]=e[r]+e[s]}return t}();function bu(e){return typeof BigInt>"u"?I3:e}function I3(){throw new Error("BigInt not supported")}});var vm=Be(ye=>{var lc={};lc.userAgent=!1;var ao={},$3="11.1.0",P3="jsrsasign(all) 11.1.0 (2024-02-01) (c) 2010-2023 Kenji Urushima | kjur.github.io/jsrsasign/license";var Ie=Ie||function(e,t){var r={},n=r.lib={},s=n.Base=function(){function f(){}return{extend:function(w){f.prototype=this;var v=new f;return w&&v.mixIn(w),v.hasOwnProperty("init")||(v.init=function(){v.$super.init.apply(this,arguments)}),v.init.prototype=v,v.$super=this,v},create:function(){var w=this.extend();return w.init.apply(w,arguments),w},init:function(){},mixIn:function(w){for(var v in w)w.hasOwnProperty(v)&&(this[v]=w[v]);w.hasOwnProperty("toString")&&(this.toString=w.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),u=n.WordArray=s.extend({init:function(f,w){f=this.words=f||[],w!=t?this.sigBytes=w:this.sigBytes=f.length*4},toString:function(f){return(f||c).stringify(this)},concat:function(f){var w=this.words,v=f.words,D=this.sigBytes,A=f.sigBytes;if(this.clamp(),D%4)for(var C=0;C>>2]>>>24-C%4*8&255;w[D+C>>>2]|=b<<24-(D+C)%4*8}else for(var C=0;C>>2]=v[C>>>2];return this.sigBytes+=A,this},clamp:function(){var f=this.words,w=this.sigBytes;f[w>>>2]&=4294967295<<32-w%4*8,f.length=e.ceil(w/4)},clone:function(){var f=s.clone.call(this);return f.words=this.words.slice(0),f},random:function(f){for(var w=[],v=0;v>>2]>>>24-A%4*8&255;D.push((C>>>4).toString(16)),D.push((C&15).toString(16))}return D.join("")},parse:function(f){for(var w=f.length,v=[],D=0;D>>3]|=parseInt(f.substr(D,2),16)<<24-D%8*4;return new u.init(v,w/2)}},l=i.Latin1={stringify:function(f){for(var w=f.words,v=f.sigBytes,D=[],A=0;A>>2]>>>24-A%4*8&255;D.push(String.fromCharCode(C))}return D.join("")},parse:function(f){for(var w=f.length,v=[],D=0;D>>2]|=(f.charCodeAt(D)&255)<<24-D%4*8;return new u.init(v,w)}},h=i.Utf8={stringify:function(f){try{return decodeURIComponent(escape(l.stringify(f)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(f){return l.parse(unescape(encodeURIComponent(f)))}},d=n.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(f){typeof f=="string"&&(f=h.parse(f)),this._data.concat(f),this._nDataBytes+=f.sigBytes},_process:function(f){var w=this._data,v=w.words,D=w.sigBytes,A=this.blockSize,C=A*4,b=D/C;f?b=e.ceil(b):b=e.max((b|0)-this._minBufferSize,0);var B=b*A,_=e.min(B*4,D);if(B){for(var j=0;j>>2]&255}},t.BlockCipher=c.extend({cfg:c.cfg.extend({mode:E,padding:h}),reset:function(){c.reset.call(this);var D=this.cfg,v=D.iv,D=D.mode;if(this._xformMode==this._ENC_XFORM_MODE)var A=D.createEncryptor;else A=D.createDecryptor,this._minBufferSize=1;this._mode=A.call(D,this,v&&v.words)},_doProcessBlock:function(v,D){this._mode.processBlock(v,D)},_doFinalize:function(){var v=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){v.pad(this._data,this.blockSize);var D=this._process(!0)}else D=this._process(!0),v.unpad(D);return D},blockSize:4});var d=t.CipherParams=r.extend({init:function(v){this.mixIn(v)},toString:function(v){return(v||this.formatter).stringify(this)}}),E=(f.format={}).OpenSSL={stringify:function(v){var D=v.ciphertext;return v=v.salt,(v?n.create([1398893684,1701076831]).concat(v).concat(D):D).toString(u)},parse:function(v){v=u.parse(v);var D=v.words;if(D[0]==1398893684&&D[1]==1701076831){var A=n.create(D.slice(2,4));D.splice(0,4),v.sigBytes-=16}return d.create({ciphertext:v,salt:A})}},p=t.SerializableCipher=r.extend({cfg:r.extend({format:E}),encrypt:function(v,D,A,C){C=this.cfg.extend(C);var b=v.createEncryptor(A,C);return D=b.finalize(D),b=b.cfg,d.create({ciphertext:D,key:A,iv:b.iv,algorithm:v,mode:b.mode,padding:b.padding,blockSize:v.blockSize,formatter:C.format})},decrypt:function(v,D,A,C){return C=this.cfg.extend(C),D=this._parse(D,C.format),v.createDecryptor(A,C).finalize(D.ciphertext)},_parse:function(v,D){return typeof v=="string"?D.parse(v,this):v}}),f=(f.kdf={}).OpenSSL={execute:function(v,D,A,C){return C||(C=n.random(8)),v=i.create({keySize:D+A}).compute(v,C),A=n.create(v.words.slice(D),4*A),v.sigBytes=4*D,d.create({key:v,iv:A,salt:C})}},w=t.PasswordBasedCipher=p.extend({cfg:p.cfg.extend({kdf:f}),encrypt:function(v,D,A,C){return C=this.cfg.extend(C),A=C.kdf.execute(A,v.keySize,v.ivSize),C.iv=A.iv,v=p.encrypt.call(this,v,D,A.key,C),v.mixIn(A),v},decrypt:function(v,D,A,C){return C=this.cfg.extend(C),D=this._parse(D,C.format),A=C.kdf.execute(A,v.keySize,v.ivSize,D.salt),C.iv=A.iv,p.decrypt.call(this,v,D,A.key,C)}})}();(function(){for(var e=Ie,t=e.lib.BlockCipher,j=e.algo,r=[],n=[],s=[],u=[],i=[],c=[],l=[],h=[],d=[],E=[],p=[],f=0;256>f;f++)p[f]=128>f?f<<1:f<<1^283;for(var w=0,v=0,f=0;256>f;f++){var D=v^v<<1^v<<2^v<<3^v<<4,D=D>>>8^D&255^99;r[w]=D,n[D]=w;var A=p[w],C=p[A],b=p[C],B=257*p[D]^16843008*D;s[w]=B<<24|B>>>8,u[w]=B<<16|B>>>16,i[w]=B<<8|B>>>24,c[w]=B,B=16843009*b^65537*C^257*A^16843008*w,l[D]=B<<24|B>>>8,h[D]=B<<16|B>>>16,d[D]=B<<8|B>>>24,E[D]=B,w?(w=A^p[p[p[b^A]]],v^=p[p[v]]):w=v=1}var _=[0,1,2,4,8,16,32,64,128,27,54],j=j.AES=t.extend({_doReset:function(){for(var P=this._key,K=P.words,S=P.sigBytes/4,P=4*((this._nRounds=S+6)+1),x=this._keySchedule=[],H=0;H>>24]<<24|r[V>>>16&255]<<16|r[V>>>8&255]<<8|r[V&255]):(V=V<<8|V>>>24,V=r[V>>>24]<<24|r[V>>>16&255]<<16|r[V>>>8&255]<<8|r[V&255],V^=_[H/S|0]<<24),x[H]=x[H-S]^V}for(K=this._invKeySchedule=[],S=0;SS||4>=H?V:l[r[V>>>24]]^h[r[V>>>16&255]]^d[r[V>>>8&255]]^E[r[V&255]]},encryptBlock:function(K,S){this._doCryptBlock(K,S,this._keySchedule,s,u,i,c,r)},decryptBlock:function(K,S){var P=K[S+1];K[S+1]=K[S+3],K[S+3]=P,this._doCryptBlock(K,S,this._invKeySchedule,l,h,d,E,n),P=K[S+1],K[S+1]=K[S+3],K[S+3]=P},_doCryptBlock:function(K,S,P,x,H,V,z,q){for(var G=this._nRounds,ae=K[S]^P[0],De=K[S+1]^P[1],Ue=K[S+2]^P[2],Ye=K[S+3]^P[3],Y=4,ie=1;ie>>24]^H[De>>>16&255]^V[Ue>>>8&255]^z[Ye&255]^P[Y++],be=x[De>>>24]^H[Ue>>>16&255]^V[Ye>>>8&255]^z[ae&255]^P[Y++],Re=x[Ue>>>24]^H[Ye>>>16&255]^V[ae>>>8&255]^z[De&255]^P[Y++],Ye=x[Ye>>>24]^H[ae>>>16&255]^V[De>>>8&255]^z[Ue&255]^P[Y++],ae=_e,De=be,Ue=Re;_e=(q[ae>>>24]<<24|q[De>>>16&255]<<16|q[Ue>>>8&255]<<8|q[Ye&255])^P[Y++],be=(q[De>>>24]<<24|q[Ue>>>16&255]<<16|q[Ye>>>8&255]<<8|q[ae&255])^P[Y++],Re=(q[Ue>>>24]<<24|q[Ye>>>16&255]<<16|q[ae>>>8&255]<<8|q[De&255])^P[Y++],Ye=(q[Ye>>>24]<<24|q[ae>>>16&255]<<16|q[De>>>8&255]<<8|q[Ue&255])^P[Y++],K[S]=_e,K[S+1]=be,K[S+2]=Re,K[S+3]=Ye},keySize:8});e.AES=t._createHelper(j)})();(function(){function e(p,f){var w=(this._lBlock>>>p^this._rBlock)&f;this._rBlock^=w,this._lBlock^=w<>>p^this._lBlock)&f;this._lBlock^=w,this._rBlock^=w<w;w++){var v=i[w]-1;f[w]=p[v>>>5]>>>31-v%32&1}for(p=this._subKeys=[],v=0;16>v;v++){for(var D=p[v]=[],A=l[v],w=0;24>w;w++)D[w/6|0]|=f[(c[w]-1+A)%28]<<31-w%6,D[4+(w/6|0)]|=f[28+(c[w+24]-1+A)%28]<<31-w%6;for(D[0]=D[0]<<1|D[0]>>>31,w=1;7>w;w++)D[w]>>>=4*(w-1)+3;D[7]=D[7]<<5|D[7]>>>27}for(f=this._invSubKeys=[],w=0;16>w;w++)f[w]=p[15-w]},encryptBlock:function(p,f){this._doCryptBlock(p,f,this._subKeys)},decryptBlock:function(p,f){this._doCryptBlock(p,f,this._invSubKeys)},_doCryptBlock:function(p,f,w){this._lBlock=p[f],this._rBlock=p[f+1],e.call(this,4,252645135),e.call(this,16,65535),t.call(this,2,858993459),t.call(this,8,16711935),e.call(this,1,1431655765);for(var v=0;16>v;v++){for(var D=w[v],A=this._lBlock,C=this._rBlock,b=0,B=0;8>B;B++)b|=h[B][((C^D[B])&d[B])>>>0];this._lBlock=C,this._rBlock=A^b}w=this._lBlock,this._lBlock=this._rBlock,this._rBlock=w,e.call(this,1,1431655765),t.call(this,8,16711935),t.call(this,2,858993459),e.call(this,16,65535),e.call(this,4,252645135),p[f]=this._lBlock,p[f+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});r.DES=s._createHelper(E),u=u.TripleDES=s.extend({_doReset:function(){var p=this._key.words;this._des1=E.createEncryptor(n.create(p.slice(0,2))),this._des2=E.createEncryptor(n.create(p.slice(2,4))),this._des3=E.createEncryptor(n.create(p.slice(4,6)))},encryptBlock:function(p,f){this._des1.encryptBlock(p,f),this._des2.decryptBlock(p,f),this._des3.encryptBlock(p,f)},decryptBlock:function(p,f){this._des3.decryptBlock(p,f),this._des2.encryptBlock(p,f),this._des1.decryptBlock(p,f)},keySize:6,ivSize:2,blockSize:2}),r.TripleDES=s._createHelper(u)})();(function(){var e=Ie,t=e.lib.WordArray;e.enc.Base64={stringify:function(r){var n=r.words,s=r.sigBytes,u=this._map;r.clamp(),r=[];for(var i=0;i>>2]>>>24-8*(i%4)&255)<<16|(n[i+1>>>2]>>>24-8*((i+1)%4)&255)<<8|n[i+2>>>2]>>>24-8*((i+2)%4)&255,l=0;4>l&&i+.75*l>>6*(3-l)&63));if(n=u.charAt(64))for(;r.length%4;)r.push(n);return r.join("")},parse:function(r){var n=r.length,s=this._map,u=s.charAt(64);u&&(u=r.indexOf(u),u!=-1&&(n=u));for(var u=[],i=0,c=0;c>>6-2*(c%4);u[i>>>2]|=(l|h)<<24-8*(i%4),i++}return t.create(u,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}})();(function(e){function t(E,p,f,w,v,D,A){return E=E+(p&f|~p&w)+v+A,(E<>>32-D)+p}function r(E,p,f,w,v,D,A){return E=E+(p&w|f&~w)+v+A,(E<>>32-D)+p}function n(E,p,f,w,v,D,A){return E=E+(p^f^w)+v+A,(E<>>32-D)+p}function s(E,p,f,w,v,D,A){return E=E+(f^(p|~w))+v+A,(E<>>32-D)+p}for(var u=Ie,l=u.lib,i=l.WordArray,c=l.Hasher,l=u.algo,h=[],d=0;64>d;d++)h[d]=4294967296*e.abs(e.sin(d+1))|0;l=l.MD5=c.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(E,p){for(var f=0;16>f;f++){var w=p+f,v=E[w];E[w]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360}var f=this._hash.words,w=E[p+0],v=E[p+1],D=E[p+2],A=E[p+3],C=E[p+4],b=E[p+5],B=E[p+6],_=E[p+7],j=E[p+8],K=E[p+9],S=E[p+10],P=E[p+11],x=E[p+12],H=E[p+13],V=E[p+14],z=E[p+15],q=f[0],ie=f[1],Y=f[2],G=f[3],q=t(q,ie,Y,G,w,7,h[0]),G=t(G,q,ie,Y,v,12,h[1]),Y=t(Y,G,q,ie,D,17,h[2]),ie=t(ie,Y,G,q,A,22,h[3]),q=t(q,ie,Y,G,C,7,h[4]),G=t(G,q,ie,Y,b,12,h[5]),Y=t(Y,G,q,ie,B,17,h[6]),ie=t(ie,Y,G,q,_,22,h[7]),q=t(q,ie,Y,G,j,7,h[8]),G=t(G,q,ie,Y,K,12,h[9]),Y=t(Y,G,q,ie,S,17,h[10]),ie=t(ie,Y,G,q,P,22,h[11]),q=t(q,ie,Y,G,x,7,h[12]),G=t(G,q,ie,Y,H,12,h[13]),Y=t(Y,G,q,ie,V,17,h[14]),ie=t(ie,Y,G,q,z,22,h[15]),q=r(q,ie,Y,G,v,5,h[16]),G=r(G,q,ie,Y,B,9,h[17]),Y=r(Y,G,q,ie,P,14,h[18]),ie=r(ie,Y,G,q,w,20,h[19]),q=r(q,ie,Y,G,b,5,h[20]),G=r(G,q,ie,Y,S,9,h[21]),Y=r(Y,G,q,ie,z,14,h[22]),ie=r(ie,Y,G,q,C,20,h[23]),q=r(q,ie,Y,G,K,5,h[24]),G=r(G,q,ie,Y,V,9,h[25]),Y=r(Y,G,q,ie,A,14,h[26]),ie=r(ie,Y,G,q,j,20,h[27]),q=r(q,ie,Y,G,H,5,h[28]),G=r(G,q,ie,Y,D,9,h[29]),Y=r(Y,G,q,ie,_,14,h[30]),ie=r(ie,Y,G,q,x,20,h[31]),q=n(q,ie,Y,G,b,4,h[32]),G=n(G,q,ie,Y,j,11,h[33]),Y=n(Y,G,q,ie,P,16,h[34]),ie=n(ie,Y,G,q,V,23,h[35]),q=n(q,ie,Y,G,v,4,h[36]),G=n(G,q,ie,Y,C,11,h[37]),Y=n(Y,G,q,ie,_,16,h[38]),ie=n(ie,Y,G,q,S,23,h[39]),q=n(q,ie,Y,G,H,4,h[40]),G=n(G,q,ie,Y,w,11,h[41]),Y=n(Y,G,q,ie,A,16,h[42]),ie=n(ie,Y,G,q,B,23,h[43]),q=n(q,ie,Y,G,K,4,h[44]),G=n(G,q,ie,Y,x,11,h[45]),Y=n(Y,G,q,ie,z,16,h[46]),ie=n(ie,Y,G,q,D,23,h[47]),q=s(q,ie,Y,G,w,6,h[48]),G=s(G,q,ie,Y,_,10,h[49]),Y=s(Y,G,q,ie,V,15,h[50]),ie=s(ie,Y,G,q,b,21,h[51]),q=s(q,ie,Y,G,x,6,h[52]),G=s(G,q,ie,Y,A,10,h[53]),Y=s(Y,G,q,ie,S,15,h[54]),ie=s(ie,Y,G,q,v,21,h[55]),q=s(q,ie,Y,G,j,6,h[56]),G=s(G,q,ie,Y,z,10,h[57]),Y=s(Y,G,q,ie,B,15,h[58]),ie=s(ie,Y,G,q,H,21,h[59]),q=s(q,ie,Y,G,C,6,h[60]),G=s(G,q,ie,Y,P,10,h[61]),Y=s(Y,G,q,ie,D,15,h[62]),ie=s(ie,Y,G,q,K,21,h[63]);f[0]=f[0]+q|0,f[1]=f[1]+ie|0,f[2]=f[2]+Y|0,f[3]=f[3]+G|0},_doFinalize:function(){var E=this._data,p=E.words,f=8*this._nDataBytes,w=8*E.sigBytes;p[w>>>5]|=128<<24-w%32;var v=e.floor(f/4294967296);for(p[(w+64>>>9<<4)+15]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,p[(w+64>>>9<<4)+14]=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,E.sigBytes=4*(p.length+1),this._process(),E=this._hash,p=E.words,f=0;4>f;f++)w=p[f],p[f]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360;return E},clone:function(){var E=c.clone.call(this);return E._hash=this._hash.clone(),E}}),u.MD5=c._createHelper(l),u.HmacMD5=c._createHmacHelper(l)})(Math);(function(){var e=Ie,s=e.lib,t=s.WordArray,r=s.Hasher,n=[],s=e.algo.SHA1=r.extend({_doReset:function(){this._hash=new t.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,i){for(var c=this._hash.words,l=c[0],h=c[1],d=c[2],E=c[3],p=c[4],f=0;80>f;f++){if(16>f)n[f]=u[i+f]|0;else{var w=n[f-3]^n[f-8]^n[f-14]^n[f-16];n[f]=w<<1|w>>>31}w=(l<<5|l>>>27)+p+n[f],w=20>f?w+((h&d|~h&E)+1518500249):40>f?w+((h^d^E)+1859775393):60>f?w+((h&d|h&E|d&E)-1894007588):w+((h^d^E)-899497514),p=E,E=d,d=h<<30|h>>>2,h=l,l=w}c[0]=c[0]+l|0,c[1]=c[1]+h|0,c[2]=c[2]+d|0,c[3]=c[3]+E|0,c[4]=c[4]+p|0},_doFinalize:function(){var u=this._data,i=u.words,c=8*this._nDataBytes,l=8*u.sigBytes;return i[l>>>5]|=128<<24-l%32,i[(l+64>>>9<<4)+14]=Math.floor(c/4294967296),i[(l+64>>>9<<4)+15]=c,u.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var u=r.clone.call(this);return u._hash=this._hash.clone(),u}});e.SHA1=r._createHelper(s),e.HmacSHA1=r._createHmacHelper(s)})();(function(e){for(var t=Ie,f=t.lib,r=f.WordArray,n=f.Hasher,f=t.algo,s=[],u=[],i=function(v){return 4294967296*(v-(v|0))|0},c=2,l=0;64>l;){var h;e:{h=c;for(var d=e.sqrt(h),E=2;E<=d;E++)if(!(h%E)){h=!1;break e}h=!0}h&&(8>l&&(s[l]=i(e.pow(c,.5))),u[l]=i(e.pow(c,1/3)),l++),c++}var p=[],f=f.SHA256=n.extend({_doReset:function(){this._hash=new r.init(s.slice(0))},_doProcessBlock:function(w,v){for(var D=this._hash.words,A=D[0],C=D[1],b=D[2],B=D[3],_=D[4],j=D[5],K=D[6],S=D[7],P=0;64>P;P++){if(16>P)p[P]=w[v+P]|0;else{var x=p[P-15],H=p[P-2];p[P]=((x<<25|x>>>7)^(x<<14|x>>>18)^x>>>3)+p[P-7]+((H<<15|H>>>17)^(H<<13|H>>>19)^H>>>10)+p[P-16]}x=S+((_<<26|_>>>6)^(_<<21|_>>>11)^(_<<7|_>>>25))+(_&j^~_&K)+u[P]+p[P],H=((A<<30|A>>>2)^(A<<19|A>>>13)^(A<<10|A>>>22))+(A&C^A&b^C&b),S=K,K=j,j=_,_=B+x|0,B=b,b=C,C=A,A=x+H|0}D[0]=D[0]+A|0,D[1]=D[1]+C|0,D[2]=D[2]+b|0,D[3]=D[3]+B|0,D[4]=D[4]+_|0,D[5]=D[5]+j|0,D[6]=D[6]+K|0,D[7]=D[7]+S|0},_doFinalize:function(){var w=this._data,v=w.words,D=8*this._nDataBytes,A=8*w.sigBytes;return v[A>>>5]|=128<<24-A%32,v[(A+64>>>9<<4)+14]=e.floor(D/4294967296),v[(A+64>>>9<<4)+15]=D,w.sigBytes=4*v.length,this._process(),this._hash},clone:function(){var w=n.clone.call(this);return w._hash=this._hash.clone(),w}});t.SHA256=n._createHelper(f),t.HmacSHA256=n._createHmacHelper(f)})(Math);(function(){var e=Ie,t=e.lib.WordArray,n=e.algo,r=n.SHA256,n=n.SHA224=r.extend({_doReset:function(){this._hash=new t.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var s=r._doFinalize.call(this);return s.sigBytes-=4,s}});e.SHA224=r._createHelper(n),e.HmacSHA224=r._createHmacHelper(n)})();(function(){function e(){return n.create.apply(n,arguments)}for(var t=Ie,r=t.lib.Hasher,u=t.x64,n=u.Word,s=u.WordArray,u=t.algo,i=[e(1116352408,3609767458),e(1899447441,602891725),e(3049323471,3964484399),e(3921009573,2173295548),e(961987163,4081628472),e(1508970993,3053834265),e(2453635748,2937671579),e(2870763221,3664609560),e(3624381080,2734883394),e(310598401,1164996542),e(607225278,1323610764),e(1426881987,3590304994),e(1925078388,4068182383),e(2162078206,991336113),e(2614888103,633803317),e(3248222580,3479774868),e(3835390401,2666613458),e(4022224774,944711139),e(264347078,2341262773),e(604807628,2007800933),e(770255983,1495990901),e(1249150122,1856431235),e(1555081692,3175218132),e(1996064986,2198950837),e(2554220882,3999719339),e(2821834349,766784016),e(2952996808,2566594879),e(3210313671,3203337956),e(3336571891,1034457026),e(3584528711,2466948901),e(113926993,3758326383),e(338241895,168717936),e(666307205,1188179964),e(773529912,1546045734),e(1294757372,1522805485),e(1396182291,2643833823),e(1695183700,2343527390),e(1986661051,1014477480),e(2177026350,1206759142),e(2456956037,344077627),e(2730485921,1290863460),e(2820302411,3158454273),e(3259730800,3505952657),e(3345764771,106217008),e(3516065817,3606008344),e(3600352804,1432725776),e(4094571909,1467031594),e(275423344,851169720),e(430227734,3100823752),e(506948616,1363258195),e(659060556,3750685593),e(883997877,3785050280),e(958139571,3318307427),e(1322822218,3812723403),e(1537002063,2003034995),e(1747873779,3602036899),e(1955562222,1575990012),e(2024104815,1125592928),e(2227730452,2716904306),e(2361852424,442776044),e(2428436474,593698344),e(2756734187,3733110249),e(3204031479,2999351573),e(3329325298,3815920427),e(3391569614,3928383900),e(3515267271,566280711),e(3940187606,3454069534),e(4118630271,4000239992),e(116418474,1914138554),e(174292421,2731055270),e(289380356,3203993006),e(460393269,320620315),e(685471733,587496836),e(852142971,1086792851),e(1017036298,365543100),e(1126000580,2618297676),e(1288033470,3409855158),e(1501505948,4234509866),e(1607167915,987167468),e(1816402316,1246189591)],c=[],l=0;80>l;l++)c[l]=e();u=u.SHA512=r.extend({_doReset:function(){this._hash=new s.init([new n.init(1779033703,4089235720),new n.init(3144134277,2227873595),new n.init(1013904242,4271175723),new n.init(2773480762,1595750129),new n.init(1359893119,2917565137),new n.init(2600822924,725511199),new n.init(528734635,4215389547),new n.init(1541459225,327033209)])},_doProcessBlock:function(h,d){for(var C=this._hash.words,E=C[0],p=C[1],f=C[2],w=C[3],v=C[4],D=C[5],A=C[6],C=C[7],b=E.high,B=E.low,_=p.high,j=p.low,K=f.high,S=f.low,P=w.high,x=w.low,H=v.high,V=v.low,z=D.high,q=D.low,G=A.high,Y=A.low,ie=C.high,_e=C.low,be=b,Re=B,Ye=_,ae=j,De=K,Ue=S,Yt=P,bt=x,At=H,ar=V,Jt=z,lt=q,Lt=G,nt=Y,Ge=ie,Zt=_e,Me=0;80>Me;Me++){var or=c[Me];if(16>Me)var It=or.high=h[d+2*Me]|0,Se=or.low=h[d+2*Me+1]|0;else{var It=c[Me-15],Se=It.high,pt=It.low,It=(Se>>>1|pt<<31)^(Se>>>8|pt<<24)^Se>>>7,pt=(pt>>>1|Se<<31)^(pt>>>8|Se<<24)^(pt>>>7|Se<<25),Er=c[Me-2],Se=Er.high,Ct=Er.low,Er=(Se>>>19|Ct<<13)^(Se<<3|Ct>>>29)^Se>>>6,Ct=(Ct>>>19|Se<<13)^(Ct<<3|Se>>>29)^(Ct>>>6|Se<<26),Se=c[Me-7],jr=Se.high,Gt=c[Me-16],He=Gt.high,Gt=Gt.low,Se=pt+Se.low,It=It+jr+(Se>>>0>>0?1:0),Se=Se+Ct,It=It+Er+(Se>>>0>>0?1:0),Se=Se+Gt,It=It+He+(Se>>>0>>0?1:0);or.high=It,or.low=Se}var jr=At&Jt^~At&Lt,Gt=ar<^~ar&nt,or=be&Ye^be&De^Ye&De,Ut=Re&ae^Re&Ue^ae&Ue,pt=(be>>>28|Re<<4)^(be<<30|Re>>>2)^(be<<25|Re>>>7),Er=(Re>>>28|be<<4)^(Re<<30|be>>>2)^(Re<<25|be>>>7),Ct=i[Me],Zn=Ct.high,Mr=Ct.low,Ct=Zt+((ar>>>14|At<<18)^(ar>>>18|At<<14)^(ar<<23|At>>>9)),He=Ge+((At>>>14|ar<<18)^(At>>>18|ar<<14)^(At<<23|ar>>>9))+(Ct>>>0>>0?1:0),Ct=Ct+Gt,He=He+jr+(Ct>>>0>>0?1:0),Ct=Ct+Mr,He=He+Zn+(Ct>>>0>>0?1:0),Ct=Ct+Se,He=He+It+(Ct>>>0>>0?1:0),Se=Er+Ut,or=pt+or+(Se>>>0>>0?1:0),Ge=Lt,Zt=nt,Lt=Jt,nt=lt,Jt=At,lt=ar,ar=bt+Ct|0,At=Yt+He+(ar>>>0>>0?1:0)|0,Yt=De,bt=Ue,De=Ye,Ue=ae,Ye=be,ae=Re,Re=Ct+Se|0,be=He+or+(Re>>>0>>0?1:0)|0}B=E.low=B+Re,E.high=b+be+(B>>>0>>0?1:0),j=p.low=j+ae,p.high=_+Ye+(j>>>0>>0?1:0),S=f.low=S+Ue,f.high=K+De+(S>>>0>>0?1:0),x=w.low=x+bt,w.high=P+Yt+(x>>>0>>0?1:0),V=v.low=V+ar,v.high=H+At+(V>>>0>>0?1:0),q=D.low=q+lt,D.high=z+Jt+(q>>>0>>0?1:0),Y=A.low=Y+nt,A.high=G+Lt+(Y>>>0>>0?1:0),_e=C.low=_e+Zt,C.high=ie+Ge+(_e>>>0>>0?1:0)},_doFinalize:function(){var h=this._data,d=h.words,E=8*this._nDataBytes,p=8*h.sigBytes;return d[p>>>5]|=128<<24-p%32,d[(p+128>>>10<<5)+30]=Math.floor(E/4294967296),d[(p+128>>>10<<5)+31]=E,h.sigBytes=4*d.length,this._process(),this._hash.toX32()},clone:function(){var h=r.clone.call(this);return h._hash=this._hash.clone(),h},blockSize:32}),t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)})();(function(){var e=Ie,s=e.x64,t=s.Word,r=s.WordArray,s=e.algo,n=s.SHA512,s=s.SHA384=n.extend({_doReset:function(){this._hash=new r.init([new t.init(3418070365,3238371032),new t.init(1654270250,914150663),new t.init(2438529370,812702999),new t.init(355462360,4144912697),new t.init(1731405415,4290775857),new t.init(2394180231,1750603025),new t.init(3675008525,1694076839),new t.init(1203062813,3204075428)])},_doFinalize:function(){var u=n._doFinalize.call(this);return u.sigBytes-=16,u}});e.SHA384=n._createHelper(s),e.HmacSHA384=n._createHmacHelper(s)})();(function(){var e=Ie,h=e.lib,t=h.WordArray,r=h.Hasher,h=e.algo,n=t.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=t.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),u=t.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),i=t.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),c=t.create([0,1518500249,1859775393,2400959708,2840853838]),l=t.create([1352829926,1548603684,1836072691,2053994217,0]),h=h.RIPEMD160=r.extend({_doReset:function(){this._hash=t.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(d,E){for(var p=0;16>p;p++){var f=E+p,w=d[f];d[f]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360}var f=this._hash.words,w=c.words,v=l.words,D=n.words,A=s.words,C=u.words,b=i.words,B,_,j,K,S,P,x,H,V,z;P=B=f[0],x=_=f[1],H=j=f[2],V=K=f[3],z=S=f[4];for(var q,p=0;80>p;p+=1)q=B+d[E+D[p]]|0,q=16>p?q+((_^j^K)+w[0]):32>p?q+((_&j|~_&K)+w[1]):48>p?q+(((_|~j)^K)+w[2]):64>p?q+((_&K|j&~K)+w[3]):q+((_^(j|~K))+w[4]),q|=0,q=q<>>32-C[p],q=q+S|0,B=S,S=K,K=j<<10|j>>>22,j=_,_=q,q=P+d[E+A[p]]|0,q=16>p?q+((x^(H|~V))+v[0]):32>p?q+((x&V|H&~V)+v[1]):48>p?q+(((x|~H)^V)+v[2]):64>p?q+((x&H|~x&V)+v[3]):q+((x^H^V)+v[4]),q|=0,q=q<>>32-b[p],q=q+z|0,P=z,z=V,V=H<<10|H>>>22,H=x,x=q;q=f[1]+j+V|0,f[1]=f[2]+K+z|0,f[2]=f[3]+S+P|0,f[3]=f[4]+B+x|0,f[4]=f[0]+_+H|0,f[0]=q},_doFinalize:function(){var d=this._data,E=d.words,p=8*this._nDataBytes,f=8*d.sigBytes;for(E[f>>>5]|=128<<24-f%32,E[(f+64>>>9<<4)+14]=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,d.sigBytes=4*(E.length+1),this._process(),d=this._hash,E=d.words,p=0;5>p;p++)f=E[p],E[p]=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360;return d},clone:function(){var d=r.clone.call(this);return d._hash=this._hash.clone(),d}});e.RIPEMD160=r._createHelper(h),e.HmacRIPEMD160=r._createHmacHelper(h)})(Math);(function(){var e=Ie,t=e.enc.Utf8;e.algo.HMAC=e.lib.Base.extend({init:function(r,n){r=this._hasher=new r.init,typeof n=="string"&&(n=t.parse(n));var s=r.blockSize,u=4*s;n.sigBytes>u&&(n=r.finalize(n)),n.clamp();for(var i=this._oKey=n.clone(),c=this._iKey=n.clone(),l=i.words,h=c.words,d=0;d>6)+oo.charAt(r&63);if(t+1==e.length?(r=parseInt(e.substring(t,t+1),16),n+=oo.charAt(r<<2)):t+2==e.length&&(r=parseInt(e.substring(t,t+2),16),n+=oo.charAt(r>>2)+oo.charAt((r&3)<<4)),R0)for(;(n.length&3)>0;)n+=R0;return n}function lo(e){var t="",r,n=0,s,u;for(r=0;r>2),s=u&3,n=1):n==1?(t+=qs(s<<2|u>>4),s=u&15,n=2):n==2?(t+=qs(s),t+=qs(u>>2),s=u&3,n=3):(t+=qs(s<<2|u>>4),t+=qs(u&15),n=0));return n==1&&(t+=qs(s<<2)),t}function Jg(e){var t=lo(e),r,n=new Array;for(r=0;2*r=0;){var i=t*this[e++]+r[n]+s;s=Math.floor(i/67108864),r[n++]=i&67108863}return s}function k3(e,t,r,n,s,u){for(var i=t&32767,c=t>>15;--u>=0;){var l=this[e]&32767,h=this[e++]>>15,d=c*l+h*i;l=i*l+((d&32767)<<15)+r[n]+(s&1073741823),s=(l>>>30)+(d>>>15)+c*h+(s>>>30),r[n++]=l&1073741823}return s}function O3(e,t,r,n,s,u){for(var i=t&16383,c=t>>14;--u>=0;){var l=this[e]&16383,h=this[e++]>>14,d=c*l+h*i;l=i*l+((d&16383)<<14)+r[n]+s,s=(l>>28)+(d>>14)+c*h,r[n++]=l&268435455}return s}Wg&&lc.appName=="Microsoft Internet Explorer"?(Q.prototype.am=k3,_u=30):Wg&&lc.appName!="Netscape"?(Q.prototype.am=T3,_u=26):(Q.prototype.am=O3,_u=28);Q.prototype.DB=_u;Q.prototype.DM=(1<<_u)-1;Q.prototype.DV=1<<_u;var x0=52;Q.prototype.FV=Math.pow(2,x0);Q.prototype.F1=x0-_u;Q.prototype.F2=2*_u-x0;var N3="0123456789abcdefghijklmnopqrstuvwxyz",Kl=new Array,fo,Si;fo=48;for(Si=0;Si<=9;++Si)Kl[fo++]=Si;fo=97;for(Si=10;Si<36;++Si)Kl[fo++]=Si;fo=65;for(Si=10;Si<36;++Si)Kl[fo++]=Si;function qs(e){return N3.charAt(e)}function Zg(e,t){var r=Kl[e.charCodeAt(t)];return r??-1}function x3(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s}function L3(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0}function Su(e){var t=yt();return t.fromInt(e),t}function U3(e,t){var r;if(t==16)r=4;else if(t==8)r=3;else if(t==256)r=8;else if(t==2)r=1;else if(t==32)r=5;else if(t==4)r=2;else{this.fromRadix(e,t);return}this.t=0,this.s=0;for(var n=e.length,s=!1,u=0;--n>=0;){var i=r==8?e[n]&255:Zg(e,n);if(i<0){e.charAt(n)=="-"&&(s=!0);continue}s=!1,u==0?this[this.t++]=i:u+r>this.DB?(this[this.t-1]|=(i&(1<>this.DB-u):this[this.t-1]|=i<=this.DB&&(u-=this.DB)}r==8&&e[0]&128&&(this.s=-1,u>0&&(this[this.t-1]|=(1<0&&this[this.t-1]==e;)--this.t}function j3(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(e==16)t=4;else if(e==8)t=3;else if(e==2)t=1;else if(e==32)t=5;else if(e==4)t=2;else return this.toRadix(e);var r=(1<0)for(c>c)>0&&(s=!0,u=qs(n));i>=0;)c>(c+=this.DB-t)):(n=this[i]>>(c-=t)&r,c<=0&&(c+=this.DB,--i)),n>0&&(s=!0),s&&(u+=qs(n));return s?u:"0"}function M3(){var e=yt();return Q.ZERO.subTo(this,e),e}function q3(){return this.s<0?this.negate():this}function V3(e){var t=this.s-e.s;if(t!=0)return t;var r=this.t;if(t=r-e.t,t!=0)return this.s<0?-t:t;for(;--r>=0;)if((t=this[r]-e[r])!=0)return t;return 0}function Gl(e){var t=1,r;return(r=e>>>16)!=0&&(e=r,t+=16),(r=e>>8)!=0&&(e=r,t+=8),(r=e>>4)!=0&&(e=r,t+=4),(r=e>>2)!=0&&(e=r,t+=2),(r=e>>1)!=0&&(e=r,t+=1),t}function K3(){return this.t<=0?0:this.DB*(this.t-1)+Gl(this[this.t-1]^this.s&this.DM)}function G3(e,t){var r;for(r=this.t-1;r>=0;--r)t[r+e]=this[r];for(r=e-1;r>=0;--r)t[r]=0;t.t=this.t+e,t.s=this.s}function z3(e,t){for(var r=e;r=0;--c)t[c+u+1]=this[c]>>n|i,i=(this[c]&s)<=0;--c)t[c]=0;t[u]=i,t.t=this.t+u+1,t.s=this.s,t.clamp()}function Y3(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t){t.t=0;return}var n=e%this.DB,s=this.DB-n,u=(1<>n;for(var i=r+1;i>n;n>0&&(t[this.t-r-1]|=(this.s&u)<>=this.DB;if(e.t>=this.DB;n+=this.s}else{for(n+=this.s;r>=this.DB;n-=e.s}t.s=n<0?-1:0,n<-1?t[r++]=this.DV+n:n>0&&(t[r++]=n),t.t=r,t.clamp()}function J3(e,t){var r=this.abs(),n=e.abs(),s=r.t;for(t.t=s+n.t;--s>=0;)t[s]=0;for(s=0;s=0;)e[r]=0;for(r=0;r=t.DV&&(e[r+t.t]-=t.DV,e[r+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(r,t[r],e,2*r,0,1)),e.s=0,e.clamp()}function Q3(e,t,r){var n=e.abs();if(!(n.t<=0)){var s=this.abs();if(s.t0?(n.lShiftTo(l,u),s.lShiftTo(l,r)):(n.copyTo(u),s.copyTo(r));var h=u.t,d=u[h-1];if(d!=0){var E=d*(1<1?u[h-2]>>this.F2:0),p=this.FV/E,f=(1<=0&&(r[r.t++]=1,r.subTo(A,r)),Q.ONE.dlShiftTo(h,A),A.subTo(u,u);u.t=0;){var C=r[--v]==d?this.DM:Math.floor(r[v]*p+(r[v-1]+w)*f);if((r[v]+=u.am(0,C,r,D,0,h))0&&r.rShiftTo(l,r),i<0&&Q.ZERO.subTo(r,r)}}}function e5(e){var t=yt();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(Q.ZERO)>0&&e.subTo(t,t),t}function fa(e){this.m=e}function t5(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function r5(e){return e}function n5(e){e.divRemTo(this.m,null,e)}function i5(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function s5(e,t){e.squareTo(t),this.reduce(t)}fa.prototype.convert=t5;fa.prototype.revert=r5;fa.prototype.reduce=n5;fa.prototype.mulTo=i5;fa.prototype.sqrTo=s5;function u5(){if(this.t<1)return 0;var e=this[0];if(!(e&1))return 0;var t=e&3;return t=t*(2-(e&15)*t)&15,t=t*(2-(e&255)*t)&255,t=t*(2-((e&65535)*t&65535))&65535,t=t*(2-e*t%this.DV)%this.DV,t>0?this.DV-t:-t}function ha(e){this.m=e,this.mp=e.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<0&&this.m.subTo(t,t),t}function o5(e){var t=yt();return e.copyTo(t),this.reduce(t),t}function c5(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t>15)*this.mpl&this.um)<<15)&e.DM;for(r=t+this.m.t,e[r]+=this.m.am(0,n,e,t,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)}function l5(e,t){e.squareTo(t),this.reduce(t)}function f5(e,t,r){e.multiplyTo(t,r),this.reduce(r)}ha.prototype.convert=a5;ha.prototype.revert=o5;ha.prototype.reduce=c5;ha.prototype.mulTo=f5;ha.prototype.sqrTo=l5;function h5(){return(this.t>0?this[0]&1:this.s)==0}function p5(e,t){if(e>4294967295||e<1)return Q.ONE;var r=yt(),n=yt(),s=t.convert(this),u=Gl(e)-1;for(s.copyTo(r);--u>=0;)if(t.sqrTo(r,n),(e&1<0)t.mulTo(n,s,r);else{var i=r;r=n,n=i}return t.revert(r)}function d5(e,t){var r;return e<256||t.isEven()?r=new fa(t):r=new ha(t),this.exp(e,r)}Q.prototype.copyTo=x3;Q.prototype.fromInt=L3;Q.prototype.fromString=U3;Q.prototype.clamp=H3;Q.prototype.dlShiftTo=G3;Q.prototype.drShiftTo=z3;Q.prototype.lShiftTo=W3;Q.prototype.rShiftTo=Y3;Q.prototype.subTo=X3;Q.prototype.multiplyTo=J3;Q.prototype.squareTo=Z3;Q.prototype.divRemTo=Q3;Q.prototype.invDigit=u5;Q.prototype.isEven=h5;Q.prototype.exp=p5;Q.prototype.toString=j3;Q.prototype.negate=M3;Q.prototype.abs=q3;Q.prototype.compareTo=V3;Q.prototype.bitLength=K3;Q.prototype.mod=e5;Q.prototype.modPowInt=d5;Q.ZERO=Su(0);Q.ONE=Su(1);function g5(){var e=yt();return this.copyTo(e),e}function m5(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<>24}function A5(){return this.t==0?this.s:this[0]<<16>>16}function E5(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function w5(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function C5(e){if(e==null&&(e=10),this.signum()==0||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),n=Su(r),s=yt(),u=yt(),i="";for(this.divRemTo(n,s,u);s.signum()>0;)i=(r+u.intValue()).toString(e).substr(1)+i,s.divRemTo(n,s,u);return u.intValue().toString(e)+i}function F5(e,t){this.fromInt(0),t==null&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),s=!1,u=0,i=0,c=0;c=r&&(this.dMultiply(n),this.dAddOffset(i,0),u=0,i=0)}u>0&&(this.dMultiply(Math.pow(t,u)),this.dAddOffset(i,0)),s&&Q.ZERO.subTo(this,this)}function D5(e,t,r){if(typeof t=="number")if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(Q.ONE.shiftLeft(e-1),L0,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(Q.ONE.shiftLeft(e-1),this);else{var n=new Array,s=e&7;n.length=(e>>3)+1,t.nextBytes(n),s>0?n[0]&=(1<0)for(r>r)!=(this.s&this.DM)>>r&&(t[s++]=n|this.s<=0;)r<8?(n=(this[e]&(1<>(r+=this.DB-8)):(n=this[e]>>(r-=8)&255,r<=0&&(r+=this.DB,--e)),n&128&&(n|=-256),s==0&&(this.s&128)!=(n&128)&&++s,(s>0||n!=this.s)&&(t[s++]=n);return t}function b5(e){return this.compareTo(e)==0}function S5(e){return this.compareTo(e)<0?this:e}function _5(e){return this.compareTo(e)>0?this:e}function B5(e,t,r){var n,s,u=Math.min(e.t,this.t);for(n=0;n>=16,t+=16),e&255||(e>>=8,t+=8),e&15||(e>>=4,t+=4),e&3||(e>>=2,t+=2),e&1||++t,t}function L5(){for(var e=0;e=this.t?this.s!=0:(this[t]&1<>=this.DB;if(e.t>=this.DB;n+=this.s}else{for(n+=this.s;r>=this.DB;n+=e.s}t.s=n<0?-1:0,n>0?t[r++]=n:n<-1&&(t[r++]=this.DV+n),t.t=r,t.clamp()}function z5(e){var t=yt();return this.addTo(e,t),t}function W5(e){var t=yt();return this.subTo(e,t),t}function Y5(e){var t=yt();return this.multiplyTo(e,t),t}function X5(){var e=yt();return this.squareTo(e),e}function J5(e){var t=yt();return this.divRemTo(e,t,null),t}function Z5(e){var t=yt();return this.divRemTo(e,null,t),t}function Q5(e){var t=yt(),r=yt();return this.divRemTo(e,t,r),new Array(t,r)}function ey(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function ty(e,t){if(e!=0){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}}function hc(){}function tm(e){return e}function ry(e,t,r){e.multiplyTo(t,r)}function ny(e,t){e.squareTo(t)}hc.prototype.convert=tm;hc.prototype.revert=tm;hc.prototype.mulTo=ry;hc.prototype.sqrTo=ny;function iy(e){return this.exp(e,new hc)}function sy(e,t,r){var n=Math.min(this.t+e.t,t);for(r.s=0,r.t=n;n>0;)r[--n]=0;var s;for(s=r.t-this.t;n=0;)r[n]=0;for(n=Math.max(t-this.t,0);n2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=yt();return e.copyTo(t),this.reduce(t),t}function oy(e){return e}function cy(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)}function ly(e,t){e.squareTo(t),this.reduce(t)}function fy(e,t,r){e.multiplyTo(t,r),this.reduce(r)}ho.prototype.convert=ay;ho.prototype.revert=oy;ho.prototype.reduce=cy;ho.prototype.mulTo=fy;ho.prototype.sqrTo=ly;function hy(e,t){var r=e.bitLength(),n,s=Su(1),u;if(r<=0)return s;r<18?n=1:r<48?n=3:r<144?n=4:r<768?n=5:n=6,r<8?u=new fa(t):t.isEven()?u=new ho(t):u=new ha(t);var i=new Array,c=3,l=n-1,h=(1<1){var d=yt();for(u.sqrTo(i[1],d);c<=h;)i[c]=yt(),u.mulTo(d,i[c-2],i[c]),c+=2}var E=e.t-1,p,f=!0,w=yt(),v;for(r=Gl(e[E])-1;E>=0;){for(r>=l?p=e[E]>>r-l&h:(p=(e[E]&(1<0&&(p|=e[E-1]>>this.DB+r-l)),c=n;!(p&1);)p>>=1,--c;if((r-=c)<0&&(r+=this.DB,--E),f)i[p].copyTo(s),f=!1;else{for(;c>1;)u.sqrTo(s,w),u.sqrTo(w,s),c-=2;c>0?u.sqrTo(s,w):(v=s,s=w,w=v),u.mulTo(w,i[p],s)}for(;E>=0&&!(e[E]&1<0&&(t.rShiftTo(u,t),r.rShiftTo(u,r));t.signum()>0;)(s=t.getLowestSetBit())>0&&t.rShiftTo(s,t),(s=r.getLowestSetBit())>0&&r.rShiftTo(s,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return u>0&&r.lShiftTo(u,r),r}function dy(e){if(e<=0)return 0;var t=this.DV%e,r=this.s<0?e-1:0;if(this.t>0)if(t==0)r=this[0]%e;else for(var n=this.t-1;n>=0;--n)r=(t*r+this[n])%e;return r}function gy(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return Q.ZERO;for(var r=e.clone(),n=this.clone(),s=Su(1),u=Su(0),i=Su(0),c=Su(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),t?((!s.isEven()||!u.isEven())&&(s.addTo(this,s),u.subTo(e,u)),s.rShiftTo(1,s)):u.isEven()||u.subTo(e,u),u.rShiftTo(1,u);for(;n.isEven();)n.rShiftTo(1,n),t?((!i.isEven()||!c.isEven())&&(i.addTo(this,i),c.subTo(e,c)),i.rShiftTo(1,i)):c.isEven()||c.subTo(e,c),c.rShiftTo(1,c);r.compareTo(n)>=0?(r.subTo(n,r),t&&s.subTo(i,s),u.subTo(c,u)):(n.subTo(r,n),t&&i.subTo(s,i),c.subTo(u,c))}if(n.compareTo(Q.ONE)!=0)return Q.ZERO;if(c.compareTo(e)>=0)return c.subtract(e);if(c.signum()<0)c.addTo(e,c);else return c;return c.signum()<0?c.add(e):c}var yn=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],my=(1<<26)/yn[yn.length-1];function vy(e){var t,r=this.abs();if(r.t==1&&r[0]<=yn[yn.length-1]){for(t=0;t>1,e>yn.length&&(e=yn.length);for(var s=yt(),u=0;u>8&255,oi[xr++]^=e>>16&255,oi[xr++]^=e>>24&255,xr>=T0&&(xr-=T0)}function H0(){Fy(new Date().getTime())}if(oi==null){if(oi=new Array,xr=0,ao!==void 0&&(ao.crypto!==void 0||ao.msCrypto!==void 0)){if(I0=ao.crypto||ao.msCrypto,I0.getRandomValues)for($0=new Uint8Array(32),I0.getRandomValues($0),bi=0;bi<32;++bi)oi[xr++]=$0[bi];else if(lc.appName=="Netscape"&&lc.appVersion<"5")for(P0=ao.crypto.random(32),bi=0;bi>>8,oi[xr++]=bi&255;xr=0,H0()}var bi,I0,$0,P0;function Dy(){if(jl==null){for(H0(),jl=Cy(),jl.init(oi),xr=0;xr0&&t.length>0)this.n=Kn(e,16),this.e=parseInt(t,16);else throw"Invalid RSA public key"}function Sy(e){return e.modPowInt(this.e,this.n)}rt.prototype.doPublic=Sy;rt.prototype.setPublic=by;rt.prototype.type="RSA";function _y(e,t,r){if(this.isPrivate=!0,typeof e!="string")this.n=e,this.e=t,this.d=r;else if(e!=null&&t!=null&&e.length>0&&t.length>0)this.n=Kn(e,16),this.e=parseInt(t,16),this.d=Kn(r,16);else throw"Invalid RSA private key"}function By(e,t,r,n,s,u,i,c){if(this.isPrivate=!0,this.isPublic=!1,e==null)throw"RSASetPrivateEx N == null";if(t==null)throw"RSASetPrivateEx E == null";if(e.length==0)throw"RSASetPrivateEx N.length == 0";if(t.length==0)throw"RSASetPrivateEx E.length == 0";if(e!=null&&t!=null&&e.length>0&&t.length>0)this.n=Kn(e,16),this.e=parseInt(t,16),this.d=Kn(r,16),this.p=Kn(n,16),this.q=Kn(s,16),this.dmp1=Kn(u,16),this.dmq1=Kn(i,16),this.coeff=Kn(c,16);else throw"Invalid RSA private key in RSASetPrivateEx"}function Iy(e,t){var r=new po,n=e>>1;this.e=parseInt(t,16);for(var s=new Q(t,16),u=e/2-100,i=Q.ONE.shiftLeft(u);;){for(;this.p=new Q(e-n,1,r),!(this.p.subtract(Q.ONE).gcd(s).compareTo(Q.ONE)==0&&this.p.isProbablePrime(10)););for(;this.q=new Q(n,1,r),!(this.q.subtract(Q.ONE).gcd(s).compareTo(Q.ONE)==0&&this.q.isProbablePrime(10)););if(this.p.compareTo(this.q)<=0){var c=this.p;this.p=this.q,this.q=c}var l=this.q.subtract(this.p).abs();if(!(l.bitLength()0;--h){s=s.twice();var d=r.testBit(h),E=t.testBit(h);d!=E&&(s=s.add(d?this:n))}for(h=i.bitLength()-2;h>0;--h){c=c.twice();var p=i.testBit(h),f=u.testBit(h);p!=f&&(c=c.add(p?c:l))}return s}function zy(e,t,r){var n;e.bitLength()>r.bitLength()?n=e.bitLength()-1:n=r.bitLength()-1;for(var s=this.curve.getInfinity(),u=this.add(t);n>=0;)s=s.twice(),e.testBit(n)?r.testBit(n)?s=s.add(u):s=s.add(this):r.testBit(n)&&(s=s.add(t)),--n;return s}Pt.prototype.getX=Uy;Pt.prototype.getY=Hy;Pt.prototype.equals=jy;Pt.prototype.isInfinity=My;Pt.prototype.negate=qy;Pt.prototype.add=Vy;Pt.prototype.twice=Ky;Pt.prototype.multiply=Gy;Pt.prototype.multiplyTwo=zy;function Ks(e,t,r){this.q=e,this.a=this.fromBigInteger(t),this.b=this.fromBigInteger(r),this.infinity=new Pt(this,null,null)}function Wy(){return this.q}function Yy(){return this.a}function Xy(){return this.b}function Jy(e){return e==this?!0:this.q.equals(e.q)&&this.a.equals(e.a)&&this.b.equals(e.b)}function Zy(){return this.infinity}function Qy(e){return new Ir(this.q,e)}function e8(e){switch(parseInt(e.substr(0,2),16)){case 0:return this.infinity;case 2:case 3:var t=e.substr(0,2),r=e.substr(2),n=this.fromBigInteger(new Q(h,16)),s=this.getA(),u=this.getB(),i=n.square().add(s).multiply(n).add(u),c=i.sqrt();return t=="03"&&(c=c.negate()),new Pt(this,n,c);case 4:case 6:case 7:var l=(e.length-2)/2,h=e.substr(2,l),d=e.substr(l+2,l);return new Pt(this,this.fromBigInteger(new Q(h,16)),this.fromBigInteger(new Q(d,16)));default:return null}}Ks.prototype.getQ=Wy;Ks.prototype.getA=Yy;Ks.prototype.getB=Xy;Ks.prototype.equals=Jy;Ks.prototype.getInfinity=Zy;Ks.prototype.fromBigInteger=Qy;Ks.prototype.decodePointHex=e8;Ir.prototype.getByteLength=function(){return Math.floor((this.toBigInteger().bitLength()+7)/8)};Pt.prototype.getEncoded=function(e){var t=function(u,i){var c=u.toByteArrayUnsigned();if(ic.length;)c.unshift(0);return c},r=this.getX().toBigInteger(),n=this.getY().toBigInteger(),s=t(r,32);return e?n.isEven()?s.unshift(2):s.unshift(3):(s.unshift(4),s=s.concat(t(n,32))),s};Pt.decodeFrom=function(e,t){var r=t[0],n=t.length-1,s=t.slice(1,1+n/2),u=t.slice(1+n/2,1+n);s.unshift(0),u.unshift(0);var i=new Q(s),c=new Q(u);return new Pt(e,e.fromBigInteger(i),e.fromBigInteger(c))};Pt.decodeFromHex=function(e,t){var r=t.substr(0,2),n=t.length-2,s=t.substr(2,n/2),u=t.substr(2+n/2,n/2),i=new Q(s,16),c=new Q(u,16);return new Pt(e,e.fromBigInteger(i),e.fromBigInteger(c))};Pt.prototype.add2D=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;if(this.x.equals(e.x))return this.y.equals(e.y)?this.twice():this.curve.getInfinity();var t=e.x.subtract(this.x),r=e.y.subtract(this.y),n=r.divide(t),s=n.square().subtract(this.x).subtract(e.x),u=n.multiply(this.x.subtract(s)).subtract(this.y);return new Pt(this.curve,s,u)};Pt.prototype.twice2D=function(){if(this.isInfinity())return this;if(this.y.toBigInteger().signum()==0)return this.curve.getInfinity();var e=this.curve.fromBigInteger(Q.valueOf(2)),t=this.curve.fromBigInteger(Q.valueOf(3)),r=this.x.square().multiply(t).add(this.curve.a).divide(this.y.multiply(e)),n=r.square().subtract(this.x.multiply(e)),s=r.multiply(this.x.subtract(n)).subtract(this.y);return new Pt(this.curve,n,s)};Pt.prototype.multiply2D=function(e){if(this.isInfinity())return this;if(e.signum()==0)return this.curve.getInfinity();var t=e,r=t.multiply(new Q("3")),n=this.negate(),s=this,u;for(u=r.bitLength()-2;u>0;--u){s=s.twice();var i=r.testBit(u),c=t.testBit(u);i!=c&&(s=s.add2D(i?this:n))}return s};Pt.prototype.isOnCurve=function(){var e=this.getX().toBigInteger(),t=this.getY().toBigInteger(),r=this.curve.getA().toBigInteger(),n=this.curve.getB().toBigInteger(),s=this.curve.getQ(),u=t.multiply(t).mod(s),i=e.multiply(e).multiply(e).add(r.multiply(e)).add(n).mod(s);return u.equals(i)};Pt.prototype.toString=function(){return"("+this.getX().toBigInteger().toString()+","+this.getY().toBigInteger().toString()+")"};Pt.prototype.validate=function(){var e=this.curve.getQ();if(this.isInfinity())throw new Error("Point is at infinity.");var t=this.getX().toBigInteger(),r=this.getY().toBigInteger();if(t.compareTo(Q.ONE)<0||t.compareTo(e.subtract(Q.ONE))>0)throw new Error("x coordinate out of bounds");if(r.compareTo(Q.ONE)<0||r.compareTo(e.subtract(Q.ONE))>0)throw new Error("y coordinate out of bounds");if(!this.isOnCurve())throw new Error("Point is not on the curve.");if(this.multiply(e).isInfinity())throw new Error("Point is not a scalar multiple of G.");return!0};var rm=function(){var e="(?:-?\\b(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?(?:[eE][+-]?[0-9]+)?\\b)",t='(?:[^\\0-\\x08\\x0a-\\x1f"\\\\]|\\\\(?:["/\\\\bfnrt]|u[0-9A-Fa-f]{4}))',r='(?:"'+t+'*")',n=new RegExp("(?:false|true|null|[\\{\\}\\[\\]]|"+e+"|"+r+")","g"),s=new RegExp("\\\\(?:([^u])|u(.{4}))","g"),u={'"':'"',"/":"/","\\":"\\",b:"\b",f:"\f",n:` `,r:"\r",t:" "};function i(E,p,f){return p?u[p]:String.fromCharCode(parseInt(f,16))}var c=new String(""),l="\\",h={"{":Object,"[":Array},d=Object.hasOwnProperty;return function(E,p){var f=E.match(n),w,v=f[0],D=!1;v==="{"?w={}:v==="["?w=[]:(w=[],D=!0);for(var A,C=[w],b=1-D,B=f.length;b=0;)delete P[x[z]]}return p.call(K,S,P)};w=j({"":w},"")}return w}}();(typeof g>"u"||!g)&&(g={});(typeof g.asn1>"u"||!g.asn1)&&(g.asn1={});g.asn1.ASN1Util=new function(){this.integerToByteHex=function(e){var t=e.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(e){return dc(e)},this.getPEMStringFromHex=function(e,t){return un(e,t)},this.newObject=function(e){var t=g,r=t.asn1,n=r.ASN1Object,s=r.DERBoolean,u=r.DERInteger,i=r.DERBitString,c=r.DEROctetString,l=r.DERNull,h=r.DERObjectIdentifier,d=r.DEREnumerated,E=r.DERUTF8String,p=r.DERNumericString,f=r.DERPrintableString,w=r.DERTeletexString,v=r.DERIA5String,D=r.DERUTCTime,A=r.DERGeneralizedTime,C=r.DERVisibleString,b=r.DERBMPString,B=r.DERSequence,_=r.DERSet,j=r.DERTaggedObject,K=r.ASN1Util.newObject;if(e instanceof r.ASN1Object)return e;var S=Object.keys(e);if(S.length!=1)throw new Error("key of param shall be only one.");var P=S[0];if(":asn1:bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:visstr:bmpstr:seq:set:tag:".indexOf(":"+P+":")==-1)throw new Error("undefined key: "+P);if(P=="bool")return new s(e[P]);if(P=="int")return new u(e[P]);if(P=="bitstr")return new i(e[P]);if(P=="octstr")return new c(e[P]);if(P=="null")return new l(e[P]);if(P=="oid")return new h(e[P]);if(P=="enum")return new d(e[P]);if(P=="utf8str")return new E(e[P]);if(P=="numstr")return new p(e[P]);if(P=="prnstr")return new f(e[P]);if(P=="telstr")return new w(e[P]);if(P=="ia5str")return new v(e[P]);if(P=="utctime")return new D(e[P]);if(P=="gentime")return new A(e[P]);if(P=="visstr")return new C(e[P]);if(P=="bmpstr")return new b(e[P]);if(P=="asn1")return new n(e[P]);if(P=="seq"){for(var x=e[P],H=[],V=0;V"u"||this.hV==null)throw new Error("this.hV is null or undefined");if(this.hV.length%2==1)throw new Error("value hex must be even length: n="+u.length+",v="+this.hV);var i=this.hV.length/2,c=i.toString(16);if(c.length%2==1&&(c="0"+c),i<128)return c;var l=c.length/2;if(l>15)throw new Error("ASN.1 length too long to represent by 8x: n = "+i.toString(16));var h=128+l;return h.toString(16)+c},this.tohex=function(){return(this.hTLV==null||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getEncodedHex=function(){return this.tohex()},this.getValueHex=function(){return this.tohex(),this.hV},this.getFreshValueHex=function(){return""},this.setByParam=function(i){this.params=i},e!=null&&e.tlv!=null&&(this.hTLV=e.tlv,this.isModified=!1)};g.asn1.DERAbstractString=function(e){g.asn1.DERAbstractString.superclass.constructor.call(this);var t=null,r=null;this.getString=function(){return this.s},this.setString=function(n){this.hTLV=null,this.isModified=!0,this.s=n,this.hV=Wl(this.s).toLowerCase()},this.setStringHex=function(n){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=n},this.getFreshValueHex=function(){return this.hV},typeof e<"u"&&(typeof e=="string"?this.setString(e):typeof e.str<"u"?this.setString(e.str):typeof e.hex<"u"&&this.setStringHex(e.hex))};de(g.asn1.DERAbstractString,g.asn1.ASN1Object);g.asn1.DERAbstractTime=function(e){g.asn1.DERAbstractTime.superclass.constructor.call(this);var t=null,r=null;this.localDateToUTC=function(n){var s=n.getTime()+n.getTimezoneOffset()*6e4,u=new Date(s);return u},this.formatDate=function(n,s,u){var i=this.zeroPadding,c=this.localDateToUTC(n),l=String(c.getFullYear());s=="utc"&&(l=l.substr(2,2));var h=i(String(c.getMonth()+1),2),d=i(String(c.getDate()),2),E=i(String(c.getHours()),2),p=i(String(c.getMinutes()),2),f=i(String(c.getSeconds()),2),w=l+h+d+E+p+f;if(u===!0){var v=c.getMilliseconds();if(v!=0){var D=i(String(v),3);D=D.replace(/[0]+$/,""),w=w+"."+D}}return w+"Z"},this.zeroPadding=function(n,s){return n.length>=s?n:new Array(s-n.length+1).join("0")+n},this.setByParam=function(n){this.hV=null,this.hTLV=null,this.params=n},this.getString=function(){},this.setString=function(n){this.hTLV=null,this.isModified=!0,this.params==null&&(this.params={}),this.params.str=n},this.setByDate=function(n){this.hTLV=null,this.isModified=!0,this.params==null&&(this.params={}),this.params.date=n},this.setByDateValue=function(n,s,u,i,c,l){var h=new Date(Date.UTC(n,s-1,u,i,c,l,0));this.setByDate(h)},this.getFreshValueHex=function(){return this.hV}};de(g.asn1.DERAbstractTime,g.asn1.ASN1Object);g.asn1.DERAbstractStructured=function(e){g.asn1.DERAbstractString.superclass.constructor.call(this);var t=null;this.setByASN1ObjectArray=function(r){this.hTLV=null,this.isModified=!0,this.asn1Array=r},this.appendASN1Object=function(r){this.hTLV=null,this.isModified=!0,this.asn1Array.push(r)},this.asn1Array=new Array,typeof e<"u"&&typeof e.array<"u"&&(this.asn1Array=e.array)};de(g.asn1.DERAbstractStructured,g.asn1.ASN1Object);g.asn1.DERBoolean=function(e){g.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",e==!1?this.hTLV="010100":this.hTLV="0101ff"};de(g.asn1.DERBoolean,g.asn1.ASN1Object);g.asn1.DERInteger=function(e){g.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.params=null;var t=dc;this.setByBigInteger=function(r){this.isModified=!0,this.params={bigint:r}},this.setByInteger=function(r){this.isModified=!0,this.params=r},this.setValueHex=function(r){this.isModified=!0,this.params={hex:r}},this.getFreshValueHex=function(){var r=this.params,n=null;if(r==null)throw new Error("value not set");if(typeof r=="object"&&r.hex!=null)return this.hV=r.hex,this.hV;if(typeof r=="number")n=new Q(String(r),10);else if(r.int!=null)n=new Q(String(r.int),10);else if(r.bigint!=null)n=r.bigint;else throw new Error("wrong parameter");return this.hV=t(n),this.hV},e!=null&&(this.params=e)};de(g.asn1.DERInteger,g.asn1.ASN1Object);g.asn1.DERBitString=function(e){if(e!==void 0&&typeof e.obj<"u"){var t=g.asn1.ASN1Util.newObject(e.obj);e.hex="00"+t.tohex()}g.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(r){this.hTLV=null,this.isModified=!0,this.hV=r},this.setUnusedBitsAndHexValue=function(r,n){if(r<0||7=u)break}return n};Fe.getNthChildIdx=function(e,t,r){var n=Fe.getChildIdx(e,t);return n[r]};Fe.getIdxbyList=function(e,t,r,n){var s=Fe,u,i;return r.length==0?n!==void 0&&e.substr(t,2)!==n?-1:t:(u=r.shift(),i=s.getChildIdx(e,t),u>=i.length?-1:s.getIdxbyList(e,i[u],r,n))};Fe.getIdxbyListEx=function(e,t,r,n){var s=Fe,u,i;if(r.length==0)return n!==void 0&&e.substr(t,2)!==n?-1:t;u=r.shift(),i=s.getChildIdx(e,t);for(var c=0,l=0;l=e.length?null:s.getTLV(e,u)};Fe.getTLVbyListEx=function(e,t,r,n){var s=Fe,u=s.getIdxbyListEx(e,t,r,n);return u==-1?null:s.getTLV(e,u)};Fe.getVbyList=function(e,t,r,n,s){var u=Fe,i,c;return i=u.getIdxbyList(e,t,r,n),i==-1||i>=e.length?null:(c=u.getV(e,i),s===!0&&(c=c.substr(2)),c)};Fe.getVbyListEx=function(e,t,r,n,s){var u=Fe,i,c,l;return i=u.getIdxbyListEx(e,t,r,n),i==-1?null:(l=u.getV(e,i),e.substr(i,2)=="03"&&s!==!1&&(l=l.substr(2)),l)};Fe.getInt=function(e,t,r){r==null&&(r=-1);try{var n=e.substr(t,2);if(n!="02"&&n!="03")return r;var s=Fe.getV(e,t);return n=="02"?parseInt(s,16):fm(s)}catch{return r}};Fe.getOID=function(e,t,r){r==null&&(r=null);try{if(e.substr(t,2)!="06")return r;var n=Fe.getV(e,t);return Ql(n)}catch{return r}};Fe.getOIDName=function(e,t,r){r==null&&(r=null);try{var n=Fe.getOID(e,t,r);if(n==r)return r;var s=g.asn1.x509.OID.oid2name(n);return s==""?n:s}catch{return r}};Fe.getString=function(e,t,r){r==null&&(r=null);try{var n=Fe.getV(e,t);return zn(n)}catch{return r}};Fe.hextooidstr=function(e){var t=function(E,p){return E.length>=p?E:new Array(p-E.length+1).join("0")+E},r=[],n=e.substr(0,2),s=parseInt(n,16);r[0]=new String(Math.floor(s/40)),r[1]=new String(s%40);for(var u=e.substr(2),i=[],c=0;c0&&(d=d+"."+l.join(".")),d};Fe.dump=function(e,t,r,n){var s=Fe,u=s.getV,i=s.dump,c=s.getChildIdx,l=e;e instanceof g.asn1.ASN1Object&&(l=e.tohex());var h=function(K,S){if(K.length<=S*2)return K;var P=K.substr(0,S)+"..(total "+K.length/2+"bytes).."+K.substr(K.length-S,S);return P};t===void 0&&(t={ommit_long_octet:32}),r===void 0&&(r=0),n===void 0&&(n="");var d=t.ommit_long_octet,_=l.substr(r,2);if(_=="01"){var E=u(l,r);return E=="00"?n+`BOOLEAN FALSE `:n+`BOOLEAN TRUE `}if(_=="02"){var E=u(l,r);return n+"INTEGER "+h(E,d)+` `}if(_=="03"){var E=u(l,r);if(s.isASN1HEX(E.substr(2))){var p=n+`BITSTRING, encapsulates `;return p=p+i(E.substr(2),t,0,n+" "),p}else return n+"BITSTRING "+h(E,d)+` `}if(_=="04"){var E=u(l,r);if(s.isASN1HEX(E)){var p=n+`OCTETSTRING, encapsulates `;return p=p+i(E,t,0,n+" "),p}else return n+"OCTETSTRING "+h(E,d)+` `}if(_=="05")return n+`NULL `;if(_=="06"){var f=u(l,r),w=g.asn1.ASN1Util.oidHexToInt(f),v=g.asn1.x509.OID.oid2name(w),D=w.replace(/\./g," ");return v!=""?n+"ObjectIdentifier "+v+" ("+D+`) `:n+"ObjectIdentifier ("+D+`) `}if(_=="0a")return n+"ENUMERATED "+parseInt(u(l,r))+` `;if(_=="0c")return n+"UTF8String '"+xt(u(l,r))+`' `;if(_=="13")return n+"PrintableString '"+xt(u(l,r))+`' `;if(_=="14")return n+"TeletexString '"+xt(u(l,r))+`' `;if(_=="16")return n+"IA5String '"+xt(u(l,r))+`' `;if(_=="17")return n+"UTCTime "+xt(u(l,r))+` `;if(_=="18")return n+"GeneralizedTime "+xt(u(l,r))+` `;if(_=="1a")return n+"VisualString '"+xt(u(l,r))+`' `;if(_=="1e")return n+"BMPString '"+V0(u(l,r))+`' `;if(_=="30"){if(l.substr(r,4)=="3000")return n+`SEQUENCE {} `;var p=n+`SEQUENCE `,A=c(l,r),C=t;if((A.length==2||A.length==3)&&l.substr(A[0],2)=="06"&&l.substr(A[A.length-1],2)=="04"){var v=s.oidname(u(l,A[0])),b=JSON.parse(JSON.stringify(t));b.x509ExtName=v,C=b}for(var B=0;B4?{enum:{hex:A}}:{enum:parseInt(A,16)};if(v=="30"||v=="31")return D[f[v]]=w(e),D;if(v=="14"){var j=p(A);return D[f[v]]={str:j},D}else if(v=="1e"){var j=E(A);return D[f[v]]={str:j},D}else if(":0c:12:13:16:17:18:1a:".indexOf(v)!=-1){var j=d(A);return D[f[v]]={str:j},D}else if(v.match(/^8[0-9]$/)){var j=d(A);return j==null|j==""?{tag:{tag:v,explicit:!1,hex:A}}:j.match(/[\x00-\x1F\x7F-\x9F]/)!=null||j.match(/[\u0000-\u001F\u0080–\u009F]/)!=null?{tag:{tag:v,explicit:!1,hex:A}}:{tag:{tag:v,explicit:!1,str:j}}}else if(v.match(/^a[0-9]$/))try{if(!n(A))throw new Error("not encap");return{tag:{tag:v,explicit:!0,obj:r(A)}}}catch{return{tag:{tag:v,explicit:!0,hex:A}}}else{var K=new g.asn1.ASN1Object;K.hV=A;var S=K.getLengthHexFromValue();return{asn1:{tlv:v+S+A}}}}}};Fe.isContextTag=function(e,t){e=e.toLowerCase();var r,n;try{r=parseInt(e,16)}catch{return-1}if(t===void 0)return(r&192)==128;try{var s=t.match(/^\[[0-9]+\]$/);return s==null||(n=parseInt(t.substr(1,t.length-1),10),n>31)?!1:(r&192)==128&&(r&31)==n}catch{return!1}};Fe.isASN1HEX=function(e){var t=Fe;if(e.length%2==1)return!1;var r=t.getVblen(e,0),n=e.substr(0,2),s=t.getL(e,0),u=e.length-n.length-s.length;return u==r*2};Fe.checkStrictDER=function(e,t,r,n,s){var u=Fe;if(r===void 0){if(typeof e!="string")throw new Error("not hex string");if(e=e.toLowerCase(),!g.lang.String.isHex(e))throw new Error("not hex string");r=e.length,n=e.length/2,n<128?s=1:s=Math.ceil(n.toString(16))+1}var i=u.getL(e,t);if(i.length>s*2)throw new Error("L of TLV too long: idx="+t);var c=u.getVblen(e,t);if(c>n)throw new Error("value of L too long than hex: idx="+t);var l=u.getTLV(e,t),h=l.length-2-u.getL(e,t).length;if(h!==c*2)throw new Error("V string length and L's value not the same:"+h+"/"+c*2);if(t===0&&e.length!=l.length)throw new Error("total length and TLV length unmatch:"+e.length+"!="+l.length);var d=e.substr(t,2);if(d==="02"){var E=u.getVidx(e,t);if(e.substr(E,2)=="00"&&e.charCodeAt(E+2)<56)throw new Error("not least zeros for DER INTEGER")}if(parseInt(d,16)&32){for(var p=u.getVblen(e,t),f=0,w=u.getChildIdx(e,t),v=0;v"u"||!g)&&(g={});(typeof g.asn1>"u"||!g.asn1)&&(g.asn1={});(typeof g.asn1.x509>"u"||!g.asn1.x509)&&(g.asn1.x509={});g.asn1.x509.Certificate=function(e){g.asn1.x509.Certificate.superclass.constructor.call(this);var t=g,r=t.asn1,n=r.DERBitString,s=r.DERSequence,u=r.x509,i=u.TBSCertificate,c=u.AlgorithmIdentifier;this.params=void 0,this.setByParam=function(l){this.params=l},this.sign=function(){var l=this.params,h=l.sigalg;l.sigalg.name!=null&&(h=l.sigalg.name);var d=l.tbsobj.tohex(),E=new g.crypto.Signature({alg:h});E.init(l.cakey),E.updateHex(d),l.sighex=E.sign()},this.getPEM=function(){return un(this.tohex(),"CERTIFICATE")},this.tohex=function(){var l=this.params;if((l.tbsobj==null||l.tbsobj==null)&&(l.tbsobj=new i(l)),l.sighex==null&&l.cakey!=null&&this.sign(),l.sighex==null)throw new Error("sighex or cakey parameter not defined");var h=[];h.push(l.tbsobj),h.push(new c({name:l.sigalg})),h.push(new n({hex:"00"+l.sighex}));var d=new s({array:h});return d.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&(this.params=e)};de(g.asn1.x509.Certificate,g.asn1.ASN1Object);g.asn1.x509.TBSCertificate=function(e){g.asn1.x509.TBSCertificate.superclass.constructor.call(this);var t=g,r=t.asn1,n=r.x509,s=r.DERTaggedObject,u=r.DERInteger,i=r.DERSequence,c=n.AlgorithmIdentifier,l=n.Time,h=n.X500Name,d=n.Extensions,E=n.SubjectPublicKeyInfo;this.params=null,this.setByParam=function(p){this.params=p},this.tohex=function(){var p=[],f=this.params;if(f.version!=null||f.version!=1){var w=2;f.version!=null&&(w=f.version-1);var v=new s({obj:new u({int:w})});p.push(v)}p.push(new u(f.serial)),p.push(new c({name:f.sigalg})),p.push(new h(f.issuer)),p.push(new i({array:[new l(f.notbefore),new l(f.notafter)]})),p.push(new h(f.subject)),p.push(new E(mt.getKey(f.sbjpubkey))),f.ext!==void 0&&f.ext.length>0&&p.push(new s({tag:"a3",obj:new d(f.ext)}));var D=new g.asn1.DERSequence({array:p});return D.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.TBSCertificate,g.asn1.ASN1Object);g.asn1.x509.Extensions=function(e){g.asn1.x509.Extensions.superclass.constructor.call(this);var t=g,r=t.asn1,n=r.DERSequence,s=r.x509;this.aParam=[],this.setByParam=function(u){this.aParam=u},this.tohex=function(){for(var u=[],i=0;i-1&&c.push(new n({int:this.pathLen}));var l=new s({array:c});return this.asn1ExtnValue=l,this.asn1ExtnValue.tohex()},this.oid="2.5.29.19",this.cA=!1,this.pathLen=-1,e!==void 0&&(e.cA!==void 0&&(this.cA=e.cA),e.pathLen!==void 0&&(this.pathLen=e.pathLen))};de(g.asn1.x509.BasicConstraints,g.asn1.x509.Extension);g.asn1.x509.CRLDistributionPoints=function(e){g.asn1.x509.CRLDistributionPoints.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.x509;this.getExtnValueHex=function(){return this.asn1ExtnValue.tohex()},this.setByDPArray=function(s){for(var u=[],i=0;i0&&u.push(new r({array:i}))}var l=new r({array:u});return l.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&(this.params=e)};de(g.asn1.x509.PolicyInformation,g.asn1.ASN1Object);g.asn1.x509.PolicyQualifierInfo=function(e){g.asn1.x509.PolicyQualifierInfo.superclass.constructor.call(this,e);var t=g.asn1,r=t.DERSequence,n=t.DERIA5String,s=t.DERObjectIdentifier,u=t.x509.UserNotice;this.params=null,this.tohex=function(){if(this.params.cps!==void 0){var i=new r({array:[new s({oid:"1.3.6.1.5.5.7.2.1"}),new n({str:this.params.cps})]});return i.tohex()}if(this.params.unotice!=null){var i=new r({array:[new s({oid:"1.3.6.1.5.5.7.2.2"}),new u(this.params.unotice)]});return i.tohex()}},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&(this.params=e)};de(g.asn1.x509.PolicyQualifierInfo,g.asn1.ASN1Object);g.asn1.x509.UserNotice=function(e){g.asn1.x509.UserNotice.superclass.constructor.call(this,e);var t=g.asn1.DERSequence,r=g.asn1.DERInteger,n=g.asn1.x509.DisplayText,s=g.asn1.x509.NoticeReference;this.params=null,this.tohex=function(){var u=[];this.params.noticeref!==void 0&&u.push(new s(this.params.noticeref)),this.params.exptext!==void 0&&u.push(new n(this.params.exptext));var i=new t({array:u});return i.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&(this.params=e)};de(g.asn1.x509.UserNotice,g.asn1.ASN1Object);g.asn1.x509.NoticeReference=function(e){g.asn1.x509.NoticeReference.superclass.constructor.call(this,e);var t=g.asn1.DERSequence,r=g.asn1.DERInteger,n=g.asn1.x509.DisplayText;this.params=null,this.tohex=function(){var s=[];if(this.params.org!==void 0&&s.push(new n(this.params.org)),this.params.noticenum!==void 0){for(var u=[],i=this.params.noticenum,c=0;c0)for(var i=0;i0;s++){var u=t.shift();if(r===!0){var i=n.pop(),c=(i+","+u).replace(/\\,/g,",");n.push(c),r=!1}else n.push(u);u.substr(-1,1)==="\\"&&(r=!0)}return n=n.map(function(l){return l.replace("/","\\/")}),n.reverse(),"/"+n.join("/")};g.asn1.x509.X500Name.ldapToOneline=function(e){return g.asn1.x509.X500Name.ldapToCompat(e)};g.asn1.x509.RDN=function(e){g.asn1.x509.RDN.superclass.constructor.call(this),this.asn1Array=[],this.paramArray=[],this.sRule="utf8";var t=g.asn1.x509.AttributeTypeAndValue;this.setByParam=function(r){r.rule!==void 0&&(this.sRule=r.rule),r.str!==void 0&&this.addByMultiValuedString(r.str),r.array!==void 0&&(this.paramArray=r.array)},this.addByString=function(r){this.asn1Array.push(new g.asn1.x509.AttributeTypeAndValue({str:r,rule:this.sRule}))},this.addByMultiValuedString=function(r){for(var n=g.asn1.x509.RDN.parseString(r),s=0;s0)for(var r=0;r0;s++){var u=t.shift();if(r===!0){var i=n.pop(),c=(i+"+"+u).replace(/\\\+/g,"+");n.push(c),r=!1}else n.push(u);u.substr(-1,1)==="\\"&&(r=!0)}for(var l=!1,h=[],s=0;n.length>0;s++){var u=n.shift();if(l===!0){var d=h.pop();if(u.match(/"$/)){var c=(d+"+"+u).replace(/^([^=]+)="(.*)"$/,"$1=$2");h.push(c),l=!1}else h.push(d+"+"+u)}else h.push(u);u.match(/^[^=]+="/)&&(l=!0)}return h};g.asn1.x509.AttributeTypeAndValue=function(e){g.asn1.x509.AttributeTypeAndValue.superclass.constructor.call(this),this.sRule="utf8",this.sType=null,this.sValue=null,this.dsType=null;var t=g,r=t.asn1,n=r.DERSequence,s=r.DERUTF8String,u=r.DERPrintableString,i=r.DERTeletexString,c=r.DERIA5String,l=r.DERVisibleString,h=r.DERBMPString,d=t.lang.String.isMail,E=t.lang.String.isPrintable;this.setByParam=function(p){if(p.rule!==void 0&&(this.sRule=p.rule),p.ds!==void 0&&(this.dsType=p.ds),p.value===void 0&&p.str!==void 0){var f=p.str,w=f.match(/^([^=]+)=(.+)$/);if(w)this.sType=w[1],this.sValue=w[2];else throw new Error("malformed attrTypeAndValueStr: "+attrTypeAndValueStr)}else this.sType=p.type,this.sValue=p.value},this.setByString=function(p,f){f!==void 0&&(this.sRule=f);var w=p.match(/^([^=]+)=(.+)$/);if(w)this.setByAttrTypeAndValueStr(w[1],w[2]);else throw new Error("malformed attrTypeAndValueStr: "+attrTypeAndValueStr)},this._getDsType=function(){var p=this.sType,f=this.sValue,w=this.sRule;return w==="prn"?p=="CN"&&d(f)?"ia5":E(f)?"prn":"utf8":w==="utf8"?p=="CN"&&d(f)?"ia5":p=="C"?"prn":"utf8":"utf8"},this.setByAttrTypeAndValueStr=function(p,f,w){w!==void 0&&(this.sRule=w),this.sType=p,this.sValue=f},this.getValueObj=function(p,f){if(p=="utf8")return new s({str:f});if(p=="prn")return new u({str:f});if(p=="tel")return new i({str:f});if(p=="ia5")return new c({str:f});if(p=="vis")return new l({str:f});if(p=="bmp")return new h({str:f});throw new Error("unsupported directory string type: type="+p+" value="+f)},this.tohex=function(){this.dsType==null&&(this.dsType=this._getDsType());var p=g.asn1.x509.OID.atype2obj(this.sType),f=this.getValueObj(this.dsType,this.sValue),w=new n({array:[p,f]});return this.TLV=w.tohex(),this.TLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.AttributeTypeAndValue,g.asn1.ASN1Object);g.asn1.x509.SubjectPublicKeyInfo=function(e){g.asn1.x509.SubjectPublicKeyInfo.superclass.constructor.call(this);var t=null,r=null,n=g,s=n.asn1,u=s.DERInteger,i=s.DERBitString,c=s.DERObjectIdentifier,l=s.DERSequence,h=s.ASN1Util.newObject,d=s.x509,E=d.AlgorithmIdentifier,p=n.crypto,f=p.ECDSA,w=p.DSA;this.getASN1Object=function(){if(this.asn1AlgId==null||this.asn1SubjPKey==null)throw"algId and/or subjPubKey not set";var v=new l({array:[this.asn1AlgId,this.asn1SubjPKey]});return v},this.tohex=function(){var v=this.getASN1Object();return this.hTLV=v.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},this.setPubKey=function(v){try{if(v instanceof rt){var D=h({seq:[{int:{bigint:v.n}},{int:{int:v.e}}]}),A=D.tohex();this.asn1AlgId=new E({name:"rsaEncryption"}),this.asn1SubjPKey=new i({hex:"00"+A})}}catch{}try{if(v instanceof g.crypto.ECDSA){var C=new c({name:v.curveName});this.asn1AlgId=new E({name:"ecPublicKey",asn1params:C}),this.asn1SubjPKey=new i({hex:"00"+v.pubKeyHex})}}catch{}try{if(v instanceof g.crypto.DSA){var C=new h({seq:[{int:{bigint:v.p}},{int:{bigint:v.q}},{int:{bigint:v.g}}]});this.asn1AlgId=new E({name:"dsa",asn1params:C});var b=new u({bigint:v.y});this.asn1SubjPKey=new i({hex:"00"+b.tohex()})}}catch{}},e!==void 0&&this.setPubKey(e)};de(g.asn1.x509.SubjectPublicKeyInfo,g.asn1.ASN1Object);g.asn1.x509.Time=function(e){g.asn1.x509.Time.superclass.constructor.call(this);var t=null,r=null,n=g,s=n.asn1,u=s.DERUTCTime,i=s.DERGeneralizedTime;this.params=null,this.type=null,this.setTimeParams=function(c){this.timeParams=c},this.setByParam=function(c){this.params=c},this.getType=function(c){return c.match(/^[0-9]{12}Z$/)?"utc":c.match(/^[0-9]{14}Z$/)?"gen":c.match(/^[0-9]{12}\.[0-9]+Z$/)?"utc":c.match(/^[0-9]{14}\.[0-9]+Z$/)?"gen":null},this.tohex=function(){var c=this.params,l=null;if(typeof c=="string"&&(c={str:c}),c!=null&&c.str&&(c.type==null||c.type==null)&&(c.type=this.getType(c.str)),c!=null&&c.str?(c.type=="utc"&&(l=new u(c.str)),c.type=="gen"&&(l=new i(c.str))):this.type=="gen"?l=new i:l=new u,l==null)throw new Error("wrong setting for Time");return this.TLV=l.tohex(),this.TLV},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};g.asn1.x509.Time_bak=function(e){g.asn1.x509.Time_bak.superclass.constructor.call(this);var t=null,r=null,n=g,s=n.asn1,u=s.DERUTCTime,i=s.DERGeneralizedTime;this.setTimeParams=function(c){this.timeParams=c},this.tohex=function(){var c=null;return this.timeParams!=null?this.type=="utc"?c=new u(this.timeParams):c=new i(this.timeParams):this.type=="utc"?c=new u:c=new i,this.TLV=c.tohex(),this.TLV},this.getEncodedHex=function(){return this.tohex()},this.type="utc",e!==void 0&&(e.type!==void 0?this.type=e.type:e.str!==void 0&&(e.str.match(/^[0-9]{12}Z$/)&&(this.type="utc"),e.str.match(/^[0-9]{14}Z$/)&&(this.type="gen")),this.timeParams=e)};de(g.asn1.x509.Time,g.asn1.ASN1Object);g.asn1.x509.AlgorithmIdentifier=function(e){g.asn1.x509.AlgorithmIdentifier.superclass.constructor.call(this),this.nameAlg=null,this.asn1Alg=null,this.asn1Params=null,this.paramEmpty=!1;var t=g,r=t.asn1,n=r.x509.AlgorithmIdentifier.PSSNAME2ASN1TLV;if(this.tohex=function(){if(this.nameAlg===null&&this.asn1Alg===null)throw new Error("algorithm not specified");if(this.nameAlg!==null){var u=null;for(var i in n)i===this.nameAlg&&(u=n[i]);if(u!==null)return this.hTLV=u,this.hTLV}this.nameAlg!==null&&this.asn1Alg===null&&(this.asn1Alg=r.x509.OID.name2obj(this.nameAlg));var c=[this.asn1Alg];this.asn1Params!==null&&c.push(this.asn1Params);var l=new r.DERSequence({array:c});return this.hTLV=l.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&(e.name!==void 0&&(this.nameAlg=e.name),e.asn1params!==void 0&&(this.asn1Params=e.asn1params),e.paramempty!==void 0&&(this.paramEmpty=e.paramempty)),this.asn1Params===null&&this.paramEmpty===!1&&this.nameAlg!==null){this.nameAlg.name!==void 0&&(this.nameAlg=this.nameAlg.name);var s=this.nameAlg.toLowerCase();s.substr(-7,7)!=="withdsa"&&s.substr(-9,9)!=="withecdsa"&&(this.asn1Params=new r.DERNull)}};de(g.asn1.x509.AlgorithmIdentifier,g.asn1.ASN1Object);g.asn1.x509.AlgorithmIdentifier.PSSNAME2ASN1TLV={SHAwithRSAandMGF1:"300d06092a864886f70d01010a3000",SHA256withRSAandMGF1:"303d06092a864886f70d01010a3030a00d300b0609608648016503040201a11a301806092a864886f70d010108300b0609608648016503040201a203020120",SHA384withRSAandMGF1:"303d06092a864886f70d01010a3030a00d300b0609608648016503040202a11a301806092a864886f70d010108300b0609608648016503040202a203020130",SHA512withRSAandMGF1:"303d06092a864886f70d01010a3030a00d300b0609608648016503040203a11a301806092a864886f70d010108300b0609608648016503040203a203020140"};g.asn1.x509.GeneralName=function(e){g.asn1.x509.GeneralName.superclass.constructor.call(this);var t={rfc822:"81",dns:"82",dn:"a4",uri:"86",ip:"87",otherName:"a0"},r=g,n=r.asn1,s=n.x509,u=s.X500Name,i=s.OtherName,c=n.DERIA5String,l=n.DERPrintableString,h=n.DEROctetString,d=n.DERTaggedObject,E=n.ASN1Object,p=Error;this.params=null,this.setByParam=function(f){this.params=f},this.tohex=function(){var f=this.params,w,D,v,D=!1;if(f.other!==void 0)w="a0",v=new i(f.other);else if(f.rfc822!==void 0)w="81",v=new c({str:f.rfc822});else if(f.dns!==void 0)w="82",v=new c({str:f.dns});else if(f.dn!==void 0)w="a4",D=!0,typeof f.dn=="string"?v=new u({str:f.dn}):f.dn instanceof g.asn1.x509.X500Name?v=f.dn:v=new u(f.dn);else if(f.ldapdn!==void 0)w="a4",D=!0,v=new u({ldapstr:f.ldapdn});else if(f.certissuer!==void 0||f.certsubj!==void 0){w="a4",D=!0;var A,C,b=null;if(f.certsubj!==void 0?(A=!1,C=f.certsubj):(A=!0,C=f.certissuer),C.match(/^[0-9A-Fa-f]+$/)&&b==C,C.indexOf("-----BEGIN ")!=-1&&(b=ur(C)),b==null)throw new Error("certsubj/certissuer not cert");var B=new We;B.hex=b;var _;A?_=B.getIssuerHex():_=B.getSubjectHex(),v=new E,v.hTLV=_}else if(f.uri!==void 0)w="86",v=new c({str:f.uri});else if(f.ip!==void 0){w="87";var j,K=f.ip;try{if(K.match(/^[0-9a-f]+$/)){var S=K.length;if(S==8||S==16||S==32||S==64)j=K;else throw"err"}else j=q0(K)}catch(x){throw new p("malformed IP address: "+f.ip+":"+x.message)}v=new h({hex:j})}else throw new p("improper params");var P=new d({tag:w,explicit:D,obj:v});return P.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.GeneralName,g.asn1.ASN1Object);g.asn1.x509.GeneralNames=function(e){g.asn1.x509.GeneralNames.superclass.constructor.call(this);var t=null,r=g,n=r.asn1;this.setByParamArray=function(s){for(var u=0;u"u")throw"Name of ObjectIdentifier not defined: "+t;var r=this.name2oidList[t],n=new e({oid:r});return this.objCache[t]=n,n},this.atype2obj=function(t){if(this.objCache[t]!==void 0)return this.objCache[t];var r;if(t.match(/^\d+\.\d+\.[0-9.]+$/))r=t;else if(this.atype2oidList[t]!==void 0)r=this.atype2oidList[t];else if(this.name2oidList[t]!==void 0)r=this.name2oidList[t];else throw new Error("AttributeType name undefined: "+t);var n=new e({oid:r});return this.objCache[t]=n,n},this.registerOIDs=function(t){if(this.checkOIDs(t))for(var r in t)this.name2oidList[r]=t[r]},this.checkOIDs=function(t){try{var r=Object.keys(t);return r.length==0?!1:(r.map(function(n,s,u){var i=this[n];if(!i.match(/^[0-2]\.[0-9.]+$/))throw new Error("value is not OID")},t),!0)}catch{return!1}}};g.asn1.x509.OID.oid2name=function(e){var t=g.asn1.x509.OID.name2oidList;for(var r in t)if(t[r]==e)return r;return""};g.asn1.x509.OID.oid2atype=function(e){var t=g.asn1.x509.OID.atype2oidList;for(var r in t)if(t[r]==e)return r;return e};g.asn1.x509.OID.name2oid=function(e){if(e.match(/^[0-9.]+$/))return e;var t=g.asn1.x509.OID.name2oidList;return t[e]===void 0?"":t[e]};g.asn1.x509.X509Util={};g.asn1.x509.X509Util.newCertPEM=function(e){var t=g.asn1.x509,r=t.TBSCertificate,n=t.Certificate,s=new n(e);return s.getPEM()};(typeof g>"u"||!g)&&(g={});(typeof g.asn1>"u"||!g.asn1)&&(g.asn1={});(typeof g.asn1.cms>"u"||!g.asn1.cms)&&(g.asn1.cms={});g.asn1.cms.Attribute=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.DERSet,i=n.DERObjectIdentifier;this.params=null,this.typeOid=null,this.setByParam=function(c){this.params=c},this.getValueArray=function(){throw new t("not yet implemented abstract")},this.tohex=function(){var c=new i({oid:this.typeOid}),l=new u({array:this.getValueArray()}),h=new s({array:[c,l]});return h.tohex()},this.getEncodedHex=function(){return this.tohex()}};de(g.asn1.cms.Attribute,g.asn1.ASN1Object);g.asn1.cms.ContentType=function(e){var t=g,r=t.asn1;r.cms.ContentType.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.3",this.getValueArray=function(){var n=new r.DERObjectIdentifier(this.params.type);return[n]},e!=null&&this.setByParam(e)};de(g.asn1.cms.ContentType,g.asn1.cms.Attribute);g.asn1.cms.MessageDigest=function(e){var t=g,r=t.asn1,n=r.DEROctetString,s=r.cms;s.MessageDigest.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.4",this.getValueArray=function(){var u=new n(this.params);return[u]},e!=null&&this.setByParam(e)};de(g.asn1.cms.MessageDigest,g.asn1.cms.Attribute);g.asn1.cms.SigningTime=function(e){var t=g,r=t.asn1;r.cms.SigningTime.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.5",this.getValueArray=function(){var n=new r.x509.Time(this.params);return[n]},e!=null&&this.setByParam(e)};de(g.asn1.cms.SigningTime,g.asn1.cms.Attribute);g.asn1.cms.SigningCertificate=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.cms,i=u.ESSCertID,c=r.crypto;u.SigningCertificate.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.16.2.12",this.getValueArray=function(){if(this.params==null||this.params==null||this.params.array==null)throw new t("parameter 'array' not specified");for(var l=this.params.array,h=[],d=0;d0){for(var w=u(p.valhex,f[0]),v=E(w,0),D=[],A=0;A1){var B=u(p.valhex,f[1]);p.polhex=B}delete p.valhex},this.setSignaturePolicyIdentifier=function(p){var f=E(p.valhex,0);if(f.length>0){var w=n.getOID(p.valhex,f[0]);p.oid=w}if(f.length>1){var v=new t,D=E(p.valhex,f[1]),A=u(p.valhex,D[0]),C=v.getAlgorithmIdentifierName(A);p.alg=C;var b=s(p.valhex,D[1]);p.hash=b}delete p.valhex},this.setSigningCertificateV2=function(p){var f=E(p.valhex,0);if(f.length>0){for(var w=u(p.valhex,f[0]),v=E(w,0),D=[],A=0;A1){var B=u(p.valhex,f[1]);p.polhex=B}delete p.valhex},this.getESSCertID=function(p){var f={},w=E(p,0);if(w.length>0){var v=s(p,w[0]);f.hash=v}if(w.length>1){var D=u(p,w[1]),A=this.getIssuerSerial(D);A.serial!=null&&(f.serial=A.serial),A.issuer!=null&&(f.issuer=A.issuer)}return f},this.getESSCertIDv2=function(p){var f={},w=E(p,0);if(w.length<1||3v+1){var C=u(p,w[v+1]),b=this.getIssuerSerial(C);f.issuer=b.issuer,f.serial=b.serial}return f},this.getIssuerSerial=function(p){var f={},w=E(p,0),v=u(p,w[0]),D=r.getGeneralNames(v),A=D[0].dn;f.issuer=A;var C=s(p,w[1]);return f.serial={hex:C},f},this.getCertificateSet=function(p){for(var f=E(p,0),w=[],v=0;v"u"||!g)&&(g={});(typeof g.asn1>"u"||!g.asn1)&&(g.asn1={});(typeof g.asn1.tsp>"u"||!g.asn1.tsp)&&(g.asn1.tsp={});g.asn1.tsp.TimeStampToken=function(e){var t=g,r=t.asn1,n=r.tsp;n.TimeStampToken.superclass.constructor.call(this),this.params=null,this.getEncodedHexPrepare=function(){var s=new n.TSTInfo(this.params.econtent.content);this.params.econtent.content.hex=s.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.TimeStampToken,g.asn1.cms.SignedData);g.asn1.tsp.TSTInfo=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.DERInteger,i=n.DERBoolean,c=n.DERGeneralizedTime,l=n.DERObjectIdentifier,h=n.DERTaggedObject,d=n.tsp,E=d.MessageImprint,p=d.Accuracy,f=n.x509.X500Name,w=n.x509.GeneralName;if(d.TSTInfo.superclass.constructor.call(this),this.dVersion=new u({int:1}),this.dPolicy=null,this.dMessageImprint=null,this.dSerial=null,this.dGenTime=null,this.dAccuracy=null,this.dOrdering=null,this.dNonce=null,this.dTsa=null,this.tohex=function(){var v=[this.dVersion];if(this.dPolicy==null)throw new Error("policy shall be specified.");if(v.push(this.dPolicy),this.dMessageImprint==null)throw new Error("messageImprint shall be specified.");if(v.push(this.dMessageImprint),this.dSerial==null)throw new Error("serialNumber shall be specified.");if(v.push(this.dSerial),this.dGenTime==null)throw new Error("genTime shall be specified.");v.push(this.dGenTime),this.dAccuracy!=null&&v.push(this.dAccuracy),this.dOrdering!=null&&v.push(this.dOrdering),this.dNonce!=null&&v.push(this.dNonce),this.dTsa!=null&&v.push(this.dTsa);var D=new s({array:v});return this.hTLV=D.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0){if(typeof e.policy=="string"){if(!e.policy.match(/^[0-9.]+$/))throw"policy shall be oid like 0.1.4.134";this.dPolicy=new l({oid:e.policy})}e.messageImprint!==void 0&&(this.dMessageImprint=new E(e.messageImprint)),e.serial!==void 0&&(this.dSerial=new u(e.serial)),e.genTime!==void 0&&(this.dGenTime=new c(e.genTime)),e.accuracy!==void 0&&(this.dAccuracy=new p(e.accuracy)),e.ordering!==void 0&&e.ordering==!0&&(this.dOrdering=new i),e.nonce!==void 0&&(this.dNonce=new u(e.nonce)),e.tsa!==void 0&&(this.dTsa=new h({tag:"a0",explicit:!0,obj:new w({dn:e.tsa})}))}};de(g.asn1.tsp.TSTInfo,g.asn1.ASN1Object);g.asn1.tsp.Accuracy=function(e){var t=g,r=t.asn1,n=r.ASN1Util.newObject;r.tsp.Accuracy.superclass.constructor.call(this),this.params=null,this.tohex=function(){var s=this.params,u=[];return s.seconds!=null&&typeof s.seconds=="number"&&u.push({int:s.seconds}),s.millis!=null&&typeof s.millis=="number"&&u.push({tag:{tagi:"80",obj:{int:s.millis}}}),s.micros!=null&&typeof s.micros=="number"&&u.push({tag:{tagi:"81",obj:{int:s.micros}}}),n({seq:u}).tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.Accuracy,g.asn1.ASN1Object);g.asn1.tsp.MessageImprint=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.DEROctetString,u=r.x509,i=u.AlgorithmIdentifier;r.tsp.MessageImprint.superclass.constructor.call(this),this.params=null,this.tohex=function(){var c=this.params,l=new i({name:c.alg}),h=new s({hex:c.hash}),d=new n({array:[l,h]});return d.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.tsp.MessageImprint,g.asn1.ASN1Object);g.asn1.tsp.TimeStampReq=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.DERInteger,u=r.DERBoolean,i=r.ASN1Object,c=r.DERObjectIdentifier,l=r.tsp,h=l.MessageImprint;l.TimeStampReq.superclass.constructor.call(this),this.params=null,this.tohex=function(){var d=this.params,E=[];E.push(new s({int:1})),d.messageImprint instanceof g.asn1.ASN1Object?E.push(d.messageImprint):E.push(new h(d.messageImprint)),d.policy!=null&&E.push(new c(d.policy)),d.nonce!=null&&E.push(new s(d.nonce)),d.certreq==!0&&E.push(new u);var p=new n({array:E});return p.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.TimeStampReq,g.asn1.ASN1Object);g.asn1.tsp.TimeStampResp=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.ASN1Object,u=r.tsp,i=u.PKIStatusInfo;u.TimeStampResp.superclass.constructor.call(this),this.params=null,this.tohex=function(){var c=this.params,l=[];if(c.econtent!=null||c.tst!=null)if(c.statusinfo!=null?l.push(new i(c.statusinfo)):l.push(new i("granted")),c.econtent!=null)l.push(new u.TimeStampToken(c).getContentInfo());else if(c.tst instanceof r.ASN1Object)l.push(c.tst);else throw new Error("improper member tst value");else if(c.statusinfo!=null)l.push(new i(c.statusinfo));else throw new Error("parameter for token nor statusinfo not specified");var h=new n({array:l});return h.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.TimeStampResp,g.asn1.ASN1Object);g.asn1.tsp.PKIStatusInfo=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.tsp,i=u.PKIStatus,c=u.PKIFreeText,l=u.PKIFailureInfo;u.PKIStatusInfo.superclass.constructor.call(this),this.params=null,this.tohex=function(){var h=this.params,d=[];if(typeof h=="string")d.push(new i(h));else{if(h.status==null)throw new t("property 'status' unspecified");d.push(new i(h.status)),h.statusstr!=null&&d.push(new c(h.statusstr)),h.failinfo!=null&&d.push(new l(h.failinfo))}var E=new s({array:d});return E.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.PKIStatusInfo,g.asn1.ASN1Object);g.asn1.tsp.PKIStatus=function(e){var t=Error,r=g,n=r.asn1,s=n.DERInteger,u=n.tsp;u.PKIStatus.superclass.constructor.call(this);var i={granted:0,grantedWithMods:1,rejection:2,waiting:3,revocationWarning:4,revocationNotification:5};this.params=null,this.tohex=function(){var c=this.params,l,h;if(typeof c=="string")try{h=i[c]}catch{throw new t("undefined name: "+c)}else if(typeof c=="number")h=c;else throw new t("unsupported params");return new s({int:h}).tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.PKIStatus,g.asn1.ASN1Object);g.asn1.tsp.PKIFreeText=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.DERUTF8String,i=n.tsp;i.PKIFreeText.superclass.constructor.call(this),this.params=null,this.tohex=function(){var c=this.params;if(!c instanceof Array)throw new t("wrong params: not array");for(var l=[],h=0;h=0;p--)E+=d[p];return E}else{if(typeof l=="string"&&c[l]!=null)return Vl([l],c);if(typeof l=="object"&&l.length!=null)return Vl(l,c);throw new t("wrong params")}},this.tohex=function(){var l=this.params,h=this.getBinValue();return new s({bin:h}).tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.PKIFailureInfo,g.asn1.ASN1Object);g.asn1.tsp.AbstractTSAAdapter=function(e){this.getTSTHex=function(t,r){throw"not implemented yet"}};g.asn1.tsp.SimpleTSAAdapter=function(e){var t=g,r=t.asn1,n=r.tsp,s=t.crypto.Util.hashHex;n.SimpleTSAAdapter.superclass.constructor.call(this),this.params=null,this.serial=0,this.getTSTHex=function(u,i){var c=s(u,i);this.params.econtent.content.messageImprint={alg:i,hash:c},this.params.econtent.content.serial={int:this.serial++};var l=Math.floor(Math.random()*1e9);this.params.econtent.content.nonce={int:l};var h=new n.TimeStampToken(this.params);return h.getContentInfoEncodedHex()},e!==void 0&&(this.params=e)};de(g.asn1.tsp.SimpleTSAAdapter,g.asn1.tsp.AbstractTSAAdapter);g.asn1.tsp.FixedTSAAdapter=function(e){var t=g,r=t.asn1,n=r.tsp,s=t.crypto.Util.hashHex;n.FixedTSAAdapter.superclass.constructor.call(this),this.params=null,this.getTSTHex=function(u,i){var c=s(u,i);this.params.econtent.content.messageImprint={alg:i,hash:c};var l=new n.TimeStampToken(this.params);return l.getContentInfoEncodedHex()},e!==void 0&&(this.params=e)};de(g.asn1.tsp.FixedTSAAdapter,g.asn1.tsp.AbstractTSAAdapter);g.asn1.tsp.TSPUtil=new function(){};g.asn1.tsp.TSPUtil.newTimeStampToken=function(e){return new g.asn1.tsp.TimeStampToken(e)};g.asn1.tsp.TSPUtil.parseTimeStampReq=function(e){var t=new g.asn1.tsp.TSPParser;return t.getTimeStampReq(e)};g.asn1.tsp.TSPUtil.parseMessageImprint=function(e){var t=new g.asn1.tsp.TSPParser;return t.getMessageImprint(e)};g.asn1.tsp.TSPParser=function(){var e=Error,t=We,r=new t,n=Fe,s=n.getV,u=n.getTLV,i=n.getIdxbyList,c=n.getTLVbyListEx,l=n.getChildIdx,h=["granted","grantedWithMods","rejection","waiting","revocationWarning","revocationNotification"],d={0:"badAlg",2:"badRequest",5:"badDataFormat",14:"timeNotAvailable",15:"unacceptedPolicy",16:"unacceptedExtension",17:"addInfoNotAvailable",25:"systemFailure"};this.getResponse=function(E){var p=l(E,0);if(p.length==1)return this.getPKIStatusInfo(u(E,p[0]));if(p.length>1){var f=this.getPKIStatusInfo(u(E,p[0])),w=u(E,p[1]),v=this.getToken(w);return v.statusinfo=f,v}},this.getToken=function(E){var p=new g.asn1.cms.CMSParser,f=p.getCMSSignedData(E);return this.setTSTInfo(f),f},this.setTSTInfo=function(E){var p=E.econtent;if(p.type=="tstinfo"){var f=p.content.hex,w=this.getTSTInfo(f);p.content=w}},this.getTSTInfo=function(E){var p={},f=l(E,0),w=s(E,f[1]);p.policy=Ql(w);var v=u(E,f[2]);p.messageImprint=this.getMessageImprint(v);var D=s(E,f[3]);p.serial={hex:D};var A=s(E,f[4]);p.genTime={str:xt(A)};var C=0;if(f.length>5&&E.substr(f[5],2)=="30"){var b=u(E,f[5]);p.accuracy=this.getAccuracy(b),C++}if(f.length>5+C&&E.substr(f[5+C],2)=="01"){var B=s(E,f[5+C]);B=="ff"&&(p.ordering=!0),C++}if(f.length>5+C&&E.substr(f[5+C],2)=="02"){var _=s(E,f[5+C]);p.nonce={hex:_},C++}if(f.length>5+C&&E.substr(f[5+C],2)=="a0"){var j=u(E,f[5+C]);j="30"+j.substr(2),pGeneralNames=r.getGeneralNames(j);var K=pGeneralNames[0].dn;p.tsa=K,C++}if(f.length>5+C&&E.substr(f[5+C],2)=="a1"){var S=u(E,f[5+C]);S="30"+S.substr(2);var P=r.getExtParamArray(S);p.ext=P,C++}return p},this.getAccuracy=function(E){for(var p={},f=l(E,0),w=0;w1&&E.substr(f[1],2)=="30"){var A=u(E,f[1]);p.statusstr=this.getPKIFreeText(A),w++}if(f.length>w&&E.substr(f[1+w],2)=="03"){var C=u(E,f[1+w]);p.failinfo=this.getPKIFailureInfo(C)}return p},this.getPKIFreeText=function(E){for(var p=[],f=l(E,0),w=0;w"u"||!g)&&(g={});(typeof g.asn1>"u"||!g.asn1)&&(g.asn1={});(typeof g.asn1.cades>"u"||!g.asn1.cades)&&(g.asn1.cades={});g.asn1.cades.SignaturePolicyIdentifier=function(e){var t=g,r=t.asn1,n=r.cades,s=n.SignaturePolicyId;n.SignaturePolicyIdentifier.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.16.2.15",this.params=null,this.getValueArray=function(){return[new s(this.params)]},this.setByParam=function(u){this.params=u},e!=null&&this.setByParam(e)};de(g.asn1.cades.SignaturePolicyIdentifier,g.asn1.cms.Attribute);g.asn1.cades.SignaturePolicyId=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.DERObjectIdentifier,u=r.x509,i=u.AlgorithmIdentifier,c=r.cades,l=c.SignaturePolicyId,h=c.OtherHashAlgAndValue;l.superclass.constructor.call(this),this.params=null,this.tohex=function(){var d=this.params,E=[];E.push(new s(d.oid)),E.push(new h(d));var p=new n({array:E});return p.tohex()},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(d){this.params=d},e!=null&&this.setByParam(e)};de(g.asn1.cades.SignaturePolicyId,g.asn1.ASN1Object);g.asn1.cades.OtherHashAlgAndValue=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.DEROctetString,i=n.x509,c=i.AlgorithmIdentifier,l=n.cades,h=l.OtherHashAlgAndValue;h.superclass.constructor.call(this),this.params=null,this.tohex=function(){var d=this.params;if(d.alg==null)throw new t("property 'alg' not specified");if(d.hash==null&&d.cert==null)throw new t("property 'hash' nor 'cert' not specified");var E=null;if(d.hash!=null)E=d.hash;else if(d.cert!=null){if(typeof d.cert!="string")throw new t("cert not string");var p=d.cert;d.cert.indexOf("-----BEGIN")!=-1&&(p=ur(d.cert)),E=g.crypto.Util.hashHex(p,d.alg)}var f=[];f.push(new c({name:d.alg})),f.push(new u({hex:E}));var w=new s({array:f});return w.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cades.OtherHashAlgAndValue,g.asn1.ASN1Object);g.asn1.cades.OtherHashValue=function(e){g.asn1.cades.OtherHashValue.superclass.constructor.call(this);var t=Error,r=g,n=r.lang.String.isHex,s=r.asn1,u=s.DEROctetString,i=r.crypto.Util.hashHex;this.params=null,this.tohex=function(){var c=this.params;if(c.hash==null&&c.cert==null)throw new t("hash or cert not specified");var l=null;if(c.hash!=null)l=c.hash;else if(c.cert!=null){if(typeof c.cert!="string")throw new t("cert not string");var h=c.cert;c.cert.indexOf("-----BEGIN")!=-1&&(h=ur(c.cert)),l=g.crypto.Util.hashHex(h,"sha1")}return new u({hex:l}).tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cades.OtherHashValue,g.asn1.ASN1Object);g.asn1.cades.SignatureTimeStamp=function(e){var t=Error,r=g,n=r.lang.String.isHex,s=r.asn1,u=s.ASN1Object,i=s.x509,c=s.cades;c.SignatureTimeStamp.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.16.2.14",this.params=null,this.getValueArray=function(){var l=this.params;if(l.tst!=null)if(n(l.tst)){var h=new u;return h.hTLV=l.tst,[h]}else{if(l.tst instanceof u)return[l.tst];throw new t("params.tst has wrong value")}else if(l.res!=null){var d=l.res;if(d instanceof u&&(d=d.tohex()),typeof d!="string"||!n(d))throw new t("params.res has wrong value");var E=Fe.getTLVbyList(d,0,[1]),h=new u;return h.hTLV=l.tst,[h]}},e!=null&&this.setByParam(e)};de(g.asn1.cades.SignatureTimeStamp,g.asn1.cms.Attribute);g.asn1.cades.CompleteCertificateRefs=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.cades,i=u.OtherCertID,c=r.lang.String.isHex;u.CompleteCertificateRefs.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.16.2.21",this.params=null,this.getValueArray=function(){for(var l=this.params,h=[],d=0;d"u"||!g.asn1.csr)&&(g.asn1.csr={});g.asn1.csr.CertificationRequest=function(e){var t=g,r=t.asn1,n=r.DERBitString,s=r.DERSequence,u=r.csr,i=r.x509,c=u.CertificationRequestInfo;u.CertificationRequest.superclass.constructor.call(this),this.setByParam=function(l){this.params=l},this.sign=function(){var l=new c(this.params).tohex(),h=new g.crypto.Signature({alg:this.params.sigalg});h.init(this.params.sbjprvkey),h.updateHex(l);var d=h.sign();this.params.sighex=d},this.getPEM=function(){return un(this.tohex(),"CERTIFICATE REQUEST")},this.tohex=function(){var l=this.params,h=new g.asn1.csr.CertificationRequestInfo(this.params),d=new g.asn1.x509.AlgorithmIdentifier({name:l.sigalg});if(l.sighex==null&&l.sbjprvkey!=null&&this.sign(),l.sighex==null)throw new Error("sighex or sbjprvkey parameter not defined");var E=new n({hex:"00"+l.sighex}),p=new s({array:[h,d,E]});return p.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.csr.CertificationRequest,g.asn1.ASN1Object);g.asn1.csr.CertificationRequestInfo=function(e){var t=g,r=t.asn1,n=r.DERBitString,s=r.DERSequence,u=r.DERInteger,i=r.DERUTF8String,c=r.DERTaggedObject,l=r.ASN1Util.newObject,h=r.csr,d=r.x509,E=d.X500Name,p=d.Extensions,f=d.SubjectPublicKeyInfo,w=h.AttributeList;h.CertificationRequestInfo.superclass.constructor.call(this),this.params=null,this.setByParam=function(D){D!=null&&(this.params=D)},this.tohex=function(){var D=this.params,A=[];if(A.push(new u({int:0})),A.push(new E(D.subject)),A.push(new f(mt.getKey(D.sbjpubkey))),D.attrs!=null){var C=v(D.attrs),b=l({tag:{tage:"a0",obj:C}});A.push(b)}else if(D.extreq!=null){var B=new p(D.extreq),b=l({tag:{tage:"a0",obj:{seq:[{oid:"1.2.840.113549.1.9.14"},{set:[B]}]}}});A.push(b)}else A.push(new c({tag:"a0",explicit:!1,obj:new i({str:""})}));var _=new s({array:A});return _.tohex()},this.getEncodedHex=function(){return this.tohex()};function v(D){for(var A=Error,C=g.asn1.x509.Extensions,b=[],B=0;B"u"||!g)&&(g={});(typeof g.asn1>"u"||!g.asn1)&&(g.asn1={});(typeof g.asn1.ocsp>"u"||!g.asn1.ocsp)&&(g.asn1.ocsp={});g.asn1.ocsp.DEFAULT_HASH="sha1";g.asn1.ocsp.OCSPResponse=function(e){g.asn1.ocsp.OCSPResponse.superclass.constructor.call(this);var t=g.asn1.DEREnumerated,r=g.asn1.ASN1Util.newObject,n=g.asn1.ocsp.ResponseBytes,s=["successful","malformedRequest","internalError","tryLater","_not_used_","sigRequired","unauthorized"];this.params=null,this._getStatusCode=function(){var u=this.params.resstatus;return typeof u=="number"?u:typeof u!="string"?-1:s.indexOf(u)},this.setByParam=function(u){this.params=u},this.tohex=function(){var u=this.params,i=this._getStatusCode();if(i==-1)throw new Error("responseStatus not supported: "+u.resstatus);if(i!=0)return r({seq:[{enum:{int:i}}]}).tohex();var c=new n(u);return r({seq:[{enum:{int:0}},{tag:{tag:"a0",explicit:!0,obj:c}}]}).tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.OCSPResponse,g.asn1.ASN1Object);g.asn1.ocsp.ResponseBytes=function(e){g.asn1.ocsp.ResponseBytes.superclass.constructor.call(this);var t=g.asn1,r=t.DERSequence,n=t.DERObjectIdentifier,s=t.DEROctetString,u=t.ocsp.BasicOCSPResponse;this.params=null,this.setByParam=function(i){this.params=i},this.tohex=function(){var i=this.params;if(i.restype!="ocspBasic")throw new Error("not supported responseType: "+i.restype);var c=new u(i),l=[];l.push(new n({name:"ocspBasic"})),l.push(new s({hex:c.tohex()}));var h=new r({array:l});return h.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.ResponseBytes,g.asn1.ASN1Object);g.asn1.ocsp.BasicOCSPResponse=function(e){g.asn1.ocsp.BasicOCSPResponse.superclass.constructor.call(this);var t=Error,r=g.asn1,n=r.ASN1Object,s=r.DERSequence,u=r.DERGeneralizedTime,i=r.DERTaggedObject,c=r.DERBitString,l=r.x509.Extensions,h=r.x509.AlgorithmIdentifier,d=r.ocsp,E=d.ResponderID;_SingleResponseList=d.SingleResponseList,_ResponseData=d.ResponseData,this.params=null,this.setByParam=function(p){this.params=p},this.sign=function(){var p=this.params,f=p.tbsresp.tohex(),w=new g.crypto.Signature({alg:p.sigalg});w.init(p.reskey),w.updateHex(f),p.sighex=w.sign()},this.tohex=function(){var p=this.params;p.tbsresp==null&&(p.tbsresp=new _ResponseData(p)),p.sighex==null&&p.reskey!=null&&this.sign();var f=[];if(f.push(p.tbsresp),f.push(new h({name:p.sigalg})),f.push(new c({hex:"00"+p.sighex})),p.certs!=null&&p.certs.length!=null){for(var w=[],v=0;v"u"||!g)&&(g={});(typeof g.lang>"u"||!g.lang)&&(g.lang={});g.lang.String=function(){};function nm(e){for(var t=new Array,r=0;r>6,l=128|i&63;return xt(c.toString(16)+l.toString(16))}var c=224|(u&240)>>4,l=128|(u&15)<<2|(i&192)>>6,h=128|i&63;return xt(c.toString(16)+l.toString(16)+h.toString(16))}var r=e.match(/.{4}/g),n=r.map(t);return n.join("")}function Zl(e){for(var t=encodeURIComponent(e),r="",n=0;n"7"?"00"+e:e}function A8(e){e=e.replace(/^\s*\[\s*/,""),e=e.replace(/\s*\]\s*$/,""),e=e.replace(/\s*/g,"");try{var t=e.split(/,/).map(function(r,n,s){var u=parseInt(r);if(u<0||255t.length&&(r=t.length);for(var n=0;n0&&(h=h+"."+c.join(".")),h}catch{return null}}function lm(e){var t=new Q(String(e),10);return dc(t)}function dc(e){var t=e.toString(16);if(t.substr(0,1)!="-")return t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t),t;var r=t.substr(1),n=r.length;n%2==1?n+=1:t.match(/^[0-7]/)||(n+=2);for(var s="",u=0;u=t?e:new Array(t-e.length+1).join(r)+e};function fm(e){if(e.length%2!=0||(e=e.toLowerCase(),e.match(/^[0-9a-f]+$/)==null))return-1;try{var t=e.substr(0,2);if(t=="00")return parseInt(e.substr(2),16);var r=parseInt(t,16);if(r>7)return-1;var n=e.substr(2),s=parseInt(n,16).toString(2);s=="0"&&(s="00000000"),s=s.slice(0,0-r);var u=parseInt(s,2);return u==NaN?-1:u}catch{return-1}}function hm(e){if(typeof e!="number"||e<0)return null;var t=Number(e).toString(2),r=8-t.length%8;r==8&&(r=0),t=t+ql("",r,"0");var n=parseInt(t,2).toString(16);n.length%2==1&&(n="0"+n);var s="0"+r;return s+n}function pm(e){if(typeof e!="string"||e.length%2!=0||!e.match(/^[0-9a-f]+$/))return null;try{var t=parseInt(e.substr(0,2),16);if(t<0||7=0;n--)u+=s[n];return u}function Vt(e,n,r){if(typeof e=="object"){for(var n=String(n).split("."),s=0;s"u"||!g)&&(g={});(typeof g.crypto>"u"||!g.crypto)&&(g.crypto={});g.crypto.Util=new function(){this.DIGESTINFOHEAD={sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",ripemd160:"3021300906052b2403020105000414"},this.DEFAULTPROVIDER={md5:"cryptojs",sha1:"cryptojs",sha224:"cryptojs",sha256:"cryptojs",sha384:"cryptojs",sha512:"cryptojs",ripemd160:"cryptojs",hmacmd5:"cryptojs",hmacsha1:"cryptojs",hmacsha224:"cryptojs",hmacsha256:"cryptojs",hmacsha384:"cryptojs",hmacsha512:"cryptojs",hmacripemd160:"cryptojs",MD5withRSA:"cryptojs/jsrsa",SHA1withRSA:"cryptojs/jsrsa",SHA224withRSA:"cryptojs/jsrsa",SHA256withRSA:"cryptojs/jsrsa",SHA384withRSA:"cryptojs/jsrsa",SHA512withRSA:"cryptojs/jsrsa",RIPEMD160withRSA:"cryptojs/jsrsa",MD5withECDSA:"cryptojs/jsrsa",SHA1withECDSA:"cryptojs/jsrsa",SHA224withECDSA:"cryptojs/jsrsa",SHA256withECDSA:"cryptojs/jsrsa",SHA384withECDSA:"cryptojs/jsrsa",SHA512withECDSA:"cryptojs/jsrsa",RIPEMD160withECDSA:"cryptojs/jsrsa",SHA1withDSA:"cryptojs/jsrsa",SHA224withDSA:"cryptojs/jsrsa",SHA256withDSA:"cryptojs/jsrsa",MD5withRSAandMGF1:"cryptojs/jsrsa",SHAwithRSAandMGF1:"cryptojs/jsrsa",SHA1withRSAandMGF1:"cryptojs/jsrsa",SHA224withRSAandMGF1:"cryptojs/jsrsa",SHA256withRSAandMGF1:"cryptojs/jsrsa",SHA384withRSAandMGF1:"cryptojs/jsrsa",SHA512withRSAandMGF1:"cryptojs/jsrsa",RIPEMD160withRSAandMGF1:"cryptojs/jsrsa"},this.CRYPTOJSMESSAGEDIGESTNAME={md5:Ie.algo.MD5,sha1:Ie.algo.SHA1,sha224:Ie.algo.SHA224,sha256:Ie.algo.SHA256,sha384:Ie.algo.SHA384,sha512:Ie.algo.SHA512,ripemd160:Ie.algo.RIPEMD160},this.getDigestInfoHex=function(e,t){if(typeof this.DIGESTINFOHEAD[t]>"u")throw"alg not supported in Util.DIGESTINFOHEAD: "+t;return this.DIGESTINFOHEAD[t]+e},this.getPaddedDigestInfoHex=function(e,t,r){var n=this.getDigestInfoHex(e,t),s=r/4;if(n.length+22>s)throw"key is too short for SigAlg: keylen="+r+","+t;for(var u="0001",i="00"+n,c="",l=s-u.length-i.length,h=0;h"u"||!g)&&(g={});(typeof g.crypto>"u"||!g.crypto)&&(g.crypto={});g.crypto.ECDSA=function(e){var t="secp256r1",r=null,n=null,s=null,u=Error,i=Q,c=Pt,l=g.crypto.ECDSA,h=g.crypto.ECParameterDB,d=l.getName,E=Fe,p=E.getVbyListEx,f=E.isASN1HEX,w=new po,v=null;this.type="EC",this.isPrivate=!1,this.isPublic=!1;function D(A,C,b,B){for(var _=Math.max(C.bitLength(),B.bitLength()),j=A.add2D(b),K=A.curve.getInfinity(),S=_-1;S>=0;--S)K=K.twice2D(),K.z=i.ONE,C.testBit(S)?B.testBit(S)?K=K.add2D(j):K=K.add2D(A):B.testBit(S)&&(K=K.add2D(b));return K}this.getBigRandom=function(A){return new i(A.bitLength(),w).mod(A.subtract(i.ONE)).add(i.ONE)},this.setNamedCurve=function(A){this.ecparams=h.getByName(A),this.prvKeyHex=null,this.pubKeyHex=null,this.curveName=A},this.setPrivateKeyHex=function(A){this.isPrivate=!0,this.prvKeyHex=A},this.setPublicKeyHex=function(A){this.isPublic=!0,this.pubKeyHex=A},this.getPublicKeyXYHex=function(){var A=this.pubKeyHex;if(A.substr(0,2)!=="04")throw"this method supports uncompressed format(04) only";var C=this.ecparams.keycharlen;if(A.length!==2+C*2)throw"malformed public key hex length";var b={};return b.x=A.substr(2,C),b.y=A.substr(2+C),b},this.getShortNISTPCurveName=function(){var A=this.curveName;return A==="secp256r1"||A==="NIST P-256"||A==="P-256"||A==="prime256v1"?"P-256":A==="secp384r1"||A==="NIST P-384"||A==="P-384"?"P-384":A==="secp521r1"||A==="NIST P-521"||A==="P-521"?"P-521":null},this.generateKeyPairHex=function(){var A=this.ecparams.n,C=this.getBigRandom(A),b=this.ecparams.keycharlen,B=("0000000000"+C.toString(16)).slice(-b);this.setPrivateKeyHex(B);var _=this.generatePublicKeyHex();return{ecprvhex:B,ecpubhex:_}},this.generatePublicKeyHex=function(){var A=new i(this.prvKeyHex,16),C=this.ecparams.G.multiply(A),b=C.getX().toBigInteger(),B=C.getY().toBigInteger(),_=this.ecparams.keycharlen,j=("0000000000"+b.toString(16)).slice(-_),K=("0000000000"+B.toString(16)).slice(-_),S="04"+j+K;return this.setPublicKeyHex(S),S},this.signWithMessageHash=function(A){return this.signHex(A,this.prvKeyHex)},this.signHex=function(A,C){var b=new i(C,16),B=this.ecparams.n,_=new i(A.substring(0,this.ecparams.keycharlen),16);do var j=this.getBigRandom(B),K=this.ecparams.G,S=K.multiply(j),P=S.getX().toBigInteger().mod(B);while(P.compareTo(i.ZERO)<=0);var x=j.modInverse(B).multiply(_.add(b.multiply(P))).mod(B);return l.biRSSigToASN1Sig(P,x)},this.sign=function(A,C){var b=C,B=this.ecparams.n,_=i.fromByteArrayUnsigned(A);do var j=this.getBigRandom(B),K=this.ecparams.G,S=K.multiply(j),P=S.getX().toBigInteger().mod(B);while(P.compareTo(Q.ZERO)<=0);var x=j.modInverse(B).multiply(_.add(b.multiply(P))).mod(B);return this.serializeSig(P,x)},this.verifyWithMessageHash=function(A,C){return this.verifyHex(A,C,this.pubKeyHex)},this.verifyHex=function(A,C,b){try{var B,_,j=l.parseSigHex(C);B=j.r,_=j.s;var K=c.decodeFromHex(this.ecparams.curve,b),S=new i(A.substring(0,this.ecparams.keycharlen),16);return this.verifyRaw(S,B,_,K)}catch{return!1}},this.verify=function(A,C,b){var B,_;if(Bitcoin.Util.isArray(C)){var j=this.parseSig(C);B=j.r,_=j.s}else if(typeof C=="object"&&C.r&&C.s)B=C.r,_=C.s;else throw"Invalid value for signature";var K;if(b instanceof Pt)K=b;else if(Bitcoin.Util.isArray(b))K=c.decodeFrom(this.ecparams.curve,b);else throw"Invalid format for pubkey value, must be byte array or ECPointFp";var S=i.fromByteArrayUnsigned(A);return this.verifyRaw(S,B,_,K)},this.verifyRaw=function(A,C,b,B){var _=this.ecparams.n,j=this.ecparams.G;if(C.compareTo(i.ONE)<0||C.compareTo(_)>=0||b.compareTo(i.ONE)<0||b.compareTo(_)>=0)return!1;var K=b.modInverse(_),S=A.multiply(K).mod(_),P=C.multiply(K).mod(_),x=j.multiply(S).add(B.multiply(P)),H=x.getX().toBigInteger().mod(_);return H.equals(C)},this.serializeSig=function(A,C){var b=A.toByteArraySigned(),B=C.toByteArraySigned(),_=[];return _.push(2),_.push(b.length),_=_.concat(b),_.push(2),_.push(B.length),_=_.concat(B),_.unshift(_.length),_.unshift(48),_},this.parseSig=function(A){var C;if(A[0]!=48)throw new Error("Signature not a valid DERSequence");if(C=2,A[C]!=2)throw new Error("First element in signature must be a DERInteger");var b=A.slice(C+2,C+2+A[C+1]);if(C+=2+A[C+1],A[C]!=2)throw new Error("Second element in signature must be a DERInteger");var B=A.slice(C+2,C+2+A[C+1]);C+=2+A[C+1];var _=i.fromByteArrayUnsigned(b),j=i.fromByteArrayUnsigned(B);return{r:_,s:j}},this.parseSigCompact=function(A){if(A.length!==65)throw"Signature has the wrong length";var C=A[0]-27;if(C<0||C>7)throw"Invalid signature type";var b=this.ecparams.n,B=i.fromByteArrayUnsigned(A.slice(1,33)).mod(b),_=i.fromByteArrayUnsigned(A.slice(33,65)).mod(b);return{r:B,s:_,i:C}},this.readPKCS5PrvKeyHex=function(A){if(f(A)===!1)throw new Error("not ASN.1 hex string");var C,b,B;try{C=p(A,0,["[0]",0],"06"),b=p(A,0,[1],"04");try{B=p(A,0,["[1]",0],"03")}catch{}}catch{throw new Error("malformed PKCS#1/5 plain ECC private key")}if(this.curveName=d(C),this.curveName===void 0)throw"unsupported curve name";this.setNamedCurve(this.curveName),this.setPublicKeyHex(B),this.setPrivateKeyHex(b),this.isPublic=!1},this.readPKCS8PrvKeyHex=function(A){if(f(A)===!1)throw new u("not ASN.1 hex string");var C,b,B,_;try{C=p(A,0,[1,0],"06"),b=p(A,0,[1,1],"06"),B=p(A,0,[2,0,1],"04");try{_=p(A,0,[2,0,"[1]",0],"03")}catch{}}catch{throw new u("malformed PKCS#8 plain ECC private key")}if(this.curveName=d(b),this.curveName===void 0)throw new u("unsupported curve name");this.setNamedCurve(this.curveName),this.setPublicKeyHex(_),this.setPrivateKeyHex(B),this.isPublic=!1},this.readPKCS8PubKeyHex=function(A){if(f(A)===!1)throw new u("not ASN.1 hex string");var C,b,B;try{C=p(A,0,[0,0],"06"),b=p(A,0,[0,1],"06"),B=p(A,0,[1],"03")}catch{throw new u("malformed PKCS#8 ECC public key")}if(this.curveName=d(b),this.curveName===null)throw new u("unsupported curve name");this.setNamedCurve(this.curveName),this.setPublicKeyHex(B)},this.readCertPubKeyHex=function(A,C){if(f(A)===!1)throw new u("not ASN.1 hex string");var b,B;try{b=p(A,0,[0,5,0,1],"06"),B=p(A,0,[0,5,1],"03")}catch{throw new u("malformed X.509 certificate ECC public key")}if(this.curveName=d(b),this.curveName===null)throw new u("unsupported curve name");this.setNamedCurve(this.curveName),this.setPublicKeyHex(B)},e!==void 0&&e.curve!==void 0&&(this.curveName=e.curve),this.curveName===void 0&&(this.curveName=t),this.setNamedCurve(this.curveName),e!==void 0&&(e.prv!==void 0&&this.setPrivateKeyHex(e.prv),e.pub!==void 0&&this.setPublicKeyHex(e.pub))};g.crypto.ECDSA.parseSigHex=function(e){var t=g.crypto.ECDSA.parseSigHexInHexRS(e),r=new Q(t.r,16),n=new Q(t.s,16);return{r,s:n}};g.crypto.ECDSA.parseSigHexInHexRS=function(e){var t=Fe,r=t.getChildIdx,n=t.getV;if(t.checkStrictDER(e,0),e.substr(0,2)!="30")throw new Error("signature is not a ASN.1 sequence");var s=r(e,0);if(s.length!=2)throw new Error("signature shall have two elements");var u=s[0],i=s[1];if(e.substr(u,2)!="02")throw new Error("1st item not ASN.1 integer");if(e.substr(i,2)!="02")throw new Error("2nd item not ASN.1 integer");var c=n(e,u),l=n(e,i);return{r:c,s:l}};g.crypto.ECDSA.asn1SigToConcatSig=function(e){var t=g.crypto.ECDSA.parseSigHexInHexRS(e),r=t.r,n=t.s;if(r.length>=130&&r.length<=134){if(r.length%2!=0)throw Error("unknown ECDSA sig r length error");if(n.length%2!=0)throw Error("unknown ECDSA sig s length error");r.substr(0,2)=="00"&&(r=r.substr(2)),n.substr(0,2)=="00"&&(n=n.substr(2));var s=Math.max(r.length,n.length);return r=("000000"+r).slice(-s),n=("000000"+n).slice(-s),r+n}if(r.substr(0,2)=="00"&&r.length%32==2&&(r=r.substr(2)),n.substr(0,2)=="00"&&n.length%32==2&&(n=n.substr(2)),r.length%32==30&&(r="00"+r),n.length%32==30&&(n="00"+n),r.length%32!=0)throw Error("unknown ECDSA sig r length error");if(n.length%32!=0)throw Error("unknown ECDSA sig s length error");return r+n};g.crypto.ECDSA.concatSigToASN1Sig=function(e){if(e.length%4!=0)throw Error("unknown ECDSA concatinated r-s sig length error");var t=e.substr(0,e.length/2),r=e.substr(e.length/2);return g.crypto.ECDSA.hexRSSigToASN1Sig(t,r)};g.crypto.ECDSA.hexRSSigToASN1Sig=function(e,t){var r=new Q(e,16),n=new Q(t,16);return g.crypto.ECDSA.biRSSigToASN1Sig(r,n)};g.crypto.ECDSA.biRSSigToASN1Sig=function(e,t){var r=g.asn1,n=new r.DERInteger({bigint:e}),s=new r.DERInteger({bigint:t}),u=new r.DERSequence({array:[n,s]});return u.tohex()};g.crypto.ECDSA.getName=function(e){return e==="2b8104001f"?"secp192k1":e==="2a8648ce3d030107"?"secp256r1":e==="2b8104000a"?"secp256k1":e==="2b81040021"?"secp224r1":e==="2b81040022"?"secp384r1":e==="2b81040023"?"secp521r1":"|secp256r1|NIST P-256|P-256|prime256v1|".indexOf(e)!==-1?"secp256r1":"|secp256k1|".indexOf(e)!==-1?"secp256k1":"|secp224r1|NIST P-224|P-224|".indexOf(e)!==-1?"secp224r1":"|secp384r1|NIST P-384|P-384|".indexOf(e)!==-1?"secp384r1":"|secp521r1|NIST P-521|P-521|".indexOf(e)!==-1?"secp521r1":null};(typeof g>"u"||!g)&&(g={});(typeof g.crypto>"u"||!g.crypto)&&(g.crypto={});g.crypto.ECParameterDB=new function(){var e={},t={};function r(n){return new Q(n,16)}this.getByName=function(n){var s=n;if(typeof t[s]<"u"&&(s=t[n]),typeof e[s]<"u")return e[s];throw"unregistered EC curve name: "+s},this.regist=function(n,s,u,i,c,l,h,d,E,p,f,w){e[n]={};var v=r(u),D=r(i),A=r(c),C=r(l),b=r(h),B=new Ks(v,D,A),_=B.decodePointHex("04"+d+E);e[n].name=n,e[n].keylen=s,e[n].keycharlen=Math.ceil(s/8)*2,e[n].curve=B,e[n].G=_,e[n].n=C,e[n].h=b,e[n].oid=f,e[n].info=w;for(var j=0;j"u"||!g)&&(g={});(typeof g.crypto>"u"||!g.crypto)&&(g.crypto={});g.crypto.DSA=function(){var e=Fe,t=e.getVbyList,r=e.getVbyListEx,n=e.isASN1HEX,s=Q;this.p=null,this.q=null,this.g=null,this.y=null,this.x=null,this.type="DSA",this.isPrivate=!1,this.isPublic=!1,this.setPrivate=function(u,i,c,l,h){this.isPrivate=!0,this.p=u,this.q=i,this.g=c,this.y=l,this.x=h},this.setPrivateHex=function(u,i,c,l,h){var d,E,p,f,w;d=new Q(u,16),E=new Q(i,16),p=new Q(c,16),typeof l=="string"&&l.length>1?f=new Q(l,16):f=null,w=new Q(h,16),this.setPrivate(d,E,p,f,w)},this.setPublic=function(u,i,c,l){this.isPublic=!0,this.p=u,this.q=i,this.g=c,this.y=l,this.x=null},this.setPublicHex=function(u,i,c,l){var h,d,E,p;h=new Q(u,16),d=new Q(i,16),E=new Q(c,16),p=new Q(l,16),this.setPublic(h,d,E,p)},this.signWithMessageHash=function(u){var i=this.p,c=this.q,l=this.g,h=this.y,d=this.x,E=g.crypto.Util.getRandomBigIntegerMinToMax(Q.ONE.add(Q.ONE),c.subtract(Q.ONE)),p=u.substr(0,c.bitLength()/4),f=new Q(p,16),w=l.modPow(E,i).mod(c),v=E.modInverse(c).multiply(f.add(d.multiply(w))).mod(c),D=g.asn1.ASN1Util.jsonToASN1HEX({seq:[{int:{bigint:w}},{int:{bigint:v}}]});return D},this.verifyWithMessageHash=function(u,i){var c=this.p,l=this.q,h=this.g,d=this.y,E=this.parseASN1Signature(i),p=E[0],f=E[1],w=u.substr(0,l.bitLength()/4),v=new Q(w,16);if(Q.ZERO.compareTo(p)>0||p.compareTo(l)>0||Q.ZERO.compareTo(f)>=0||f.compareTo(l)>0)throw"invalid DSA signature";var D=f.modInverse(l),A=v.multiply(D).mod(l),C=p.multiply(D).mod(l),b=h.modPow(A,c).multiply(d.modPow(C,c)).mod(c).mod(l);return b.compareTo(p)==0},this.parseASN1Signature=function(u){try{var i=new s(r(u,0,[0],"02"),16),c=new s(r(u,0,[1],"02"),16);return[i,c]}catch{throw new Error("malformed ASN.1 DSA signature")}},this.readPKCS5PrvKeyHex=function(u){var i,c,l,h,d;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{i=r(u,0,[1],"02"),c=r(u,0,[2],"02"),l=r(u,0,[3],"02"),h=r(u,0,[4],"02"),d=r(u,0,[5],"02")}catch{throw new Error("malformed PKCS#1/5 plain DSA private key")}this.setPrivateHex(i,c,l,h,d)},this.readPKCS8PrvKeyHex=function(u){var i,c,l,h;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{i=r(u,0,[1,1,0],"02"),c=r(u,0,[1,1,1],"02"),l=r(u,0,[1,1,2],"02"),h=r(u,0,[2,0],"02")}catch{throw new Error("malformed PKCS#8 plain DSA private key")}this.setPrivateHex(i,c,l,null,h)},this.readPKCS8PubKeyHex=function(u){var i,c,l,h;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{i=r(u,0,[0,1,0],"02"),c=r(u,0,[0,1,1],"02"),l=r(u,0,[0,1,2],"02"),h=r(u,0,[1,0],"02")}catch{throw new Error("malformed PKCS#8 DSA public key")}this.setPublicHex(i,c,l,h)},this.readCertPubKeyHex=function(u,i){var c,l,h,d;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{c=r(u,0,[0,5,0,1,0],"02"),l=r(u,0,[0,5,0,1,1],"02"),h=r(u,0,[0,5,0,1,2],"02"),d=r(u,0,[0,5,1,0],"02")}catch{throw new Error("malformed X.509 certificate DSA public key")}this.setPublicHex(c,l,h,d)}};var mt=function(){var e=function(v,D,A){return n(Ie.AES,v,D,A)},t=function(v,D,A){return n(Ie.TripleDES,v,D,A)},r=function(v,D,A){return n(Ie.DES,v,D,A)},n=function(v,D,A,C){var b=Ie.enc.Hex.parse(D),B=Ie.enc.Hex.parse(A),_=Ie.enc.Hex.parse(C),j={};j.key=B,j.iv=_,j.ciphertext=b;var K=v.decrypt(j,B,{iv:_});return Ie.enc.Hex.stringify(K)},s=function(v,D,A){return c(Ie.AES,v,D,A)},u=function(v,D,A){return c(Ie.TripleDES,v,D,A)},i=function(v,D,A){return c(Ie.DES,v,D,A)},c=function(v,D,A,C){var b=Ie.enc.Hex.parse(D),B=Ie.enc.Hex.parse(A),_=Ie.enc.Hex.parse(C),j=v.encrypt(b,B,{iv:_}),K=Ie.enc.Hex.parse(j.toString()),S=Ie.enc.Base64.stringify(K);return S},l={"AES-256-CBC":{proc:e,eproc:s,keylen:32,ivlen:16},"AES-192-CBC":{proc:e,eproc:s,keylen:24,ivlen:16},"AES-128-CBC":{proc:e,eproc:s,keylen:16,ivlen:16},"DES-EDE3-CBC":{proc:t,eproc:u,keylen:24,ivlen:8},"DES-CBC":{proc:r,eproc:i,keylen:8,ivlen:8}},h=function(v){return l[v].proc},d=function(v){var D=Ie.lib.WordArray.random(v),A=Ie.enc.Hex.stringify(D);return A},E=function(v){var D={},A=v.match(new RegExp("DEK-Info: ([^,]+),([0-9A-Fa-f]+)","m"));A&&(D.cipher=A[1],D.ivsalt=A[2]);var C=v.match(new RegExp("-----BEGIN ([A-Z]+) PRIVATE KEY-----"));C&&(D.type=C[1]);var b=-1,B=0;v.indexOf(`\r \r `)!=-1&&(b=v.indexOf(`\r \r `),B=2),v.indexOf(` `)!=-1&&(b=v.indexOf(` `),B=1);var _=v.indexOf("-----END");if(b!=-1&&_!=-1){var j=v.substring(b+B*2,_-B);j=j.replace(/\s+/g,""),D.data=j}return D},p=function(v,D,A){for(var C=A.substring(0,16),b=Ie.enc.Hex.parse(C),B=Ie.enc.Utf8.parse(D),_=l[v].keylen+l[v].ivlen,j="",K=null;;){var S=Ie.algo.MD5.create();if(K!=null&&S.update(K),S.update(B),S.update(b),K=S.finalize(),j=j+Ie.enc.Hex.stringify(K),j.length>=_*2)break}var P={};return P.keyhex=j.substr(0,l[v].keylen*2),P.ivhex=j.substr(l[v].keylen*2,l[v].ivlen*2),P},f=function(v,D,A,C){var b=Ie.enc.Base64.parse(v),B=Ie.enc.Hex.stringify(b),_=l[D].proc,j=_(B,A,C);return j},w=function(v,D,A,C){var b=l[D].eproc,B=b(v,A,C);return B};return{version:"1.0.0",parsePKCS5PEM:function(v){return E(v)},getKeyAndUnusedIvByPasscodeAndIvsalt:function(v,D,A){return p(v,D,A)},decryptKeyB64:function(v,D,A,C){return f(v,D,A,C)},getDecryptedKeyHex:function(v,D){var A=E(v),C=A.type,b=A.cipher,B=A.ivsalt,_=A.data,j=p(b,D,B),K=j.keyhex,S=f(_,b,K,B);return S},getEncryptedPKCS5PEMFromPrvKeyHex:function(v,D,A,C,b){var x="";if((typeof C>"u"||C==null)&&(C="AES-256-CBC"),typeof l[C]>"u")throw new Error("KEYUTIL unsupported algorithm: "+C);if(typeof b>"u"||b==null){var B=l[C].ivlen,_=d(B);b=_.toUpperCase()}var j=p(C,A,b),K=j.keyhex,S=w(D,C,K,b),P=S.replace(/(.{64})/g,`$1\r `),x="-----BEGIN "+v+` PRIVATE KEY-----\r `;return x+=`Proc-Type: 4,ENCRYPTED\r `,x+="DEK-Info: "+C+","+b+`\r `,x+=`\r `,x+=P,x+=`\r -----END `+v+` PRIVATE KEY-----\r `,x},getEncryptedPKCS8PEM:function(v,D,A){var C=this.getEncryptedPKCS8Hex(v,D,A);return un(C,"ENCRYPTED PRIVATE KEY")},getEncryptedPKCS8Hex:function(v,D,A){var C;A==null||A==null?C={}:C=JSON.parse(JSON.stringify(A)),C.plain=v,this.initPBES2Param(C),this.encryptPBES2Param(C,D);var b=this.generatePBES2ASN1Param(C);return g.asn1.ASN1Util.newObject(b).tohex()},initPBES2Param:function(v){if(Vt(v,"encalg")==null&&(v.encalg="aes256-CBC"),Vt(v,"iter")==null&&(v.iter=2048),Vt(v,"prf")==null&&(v.prf="hmacWithSHA256"),Vt(v,"salt")==null&&(v.salt=Ie.enc.Hex.stringify(Ie.lib.WordArray.random(8))),Vt(v,"enciv")==null){var D;v.encalg=="des-EDE3-CBC"&&(D=8),v.encalg=="aes128-CBC"&&(D=16),v.encalg=="aes256-CBC"&&(D=16),v.enciv=Ie.enc.Hex.stringify(Ie.lib.WordArray.random(D))}},encryptPBES2Param:function(v,D){var A=mt.getDKFromPBES2Param(v,D);try{var C=g.crypto.Cipher.encrypt(v.plain,A,v.encalg,{iv:v.enciv})}catch{throw new Error("encrypt error: "+v.plain+" "+A+" "+v.encalg+" "+v.enciv)}v.enc=C},generatePBES2ASN1Param:function(v){var D={seq:[{seq:[{oid:"pkcs5PBES2"},{seq:[{seq:[{oid:"pkcs5PBKDF2"},{seq:[{octstr:{hex:v.salt}},{int:{hex:lm(v.iter)}}]}]},{seq:[{oid:v.encalg},{octstr:{hex:v.enciv}}]}]}]},{octstr:{hex:v.enc}}]};return v.prf!="hmacWithSHA1"&&D.seq[0].seq[1].seq[0].seq[1].seq.push({seq:[{oid:v.prf},{null:""}]}),D},parseHexOfEncryptedPKCS8:function(v){var D=Fe,A=D.getChildIdx,C=D.getV,b={},B=A(v,0);if(B.length!=2)throw new Error("malformed format: SEQUENCE(0).items != 2: "+B.length);b.ciphertext=C(v,B[1]);var _=A(v,B[0]);if(_.length!=2)throw new Error("malformed format: SEQUENCE(0.0).items != 2: "+_.length);if(C(v,_[0])!="2a864886f70d01050d")throw new Error("this only supports pkcs5PBES2");var j=A(v,_[1]);if(_.length!=2)throw new Error("malformed format: SEQUENCE(0.0.1).items != 2: "+j.length);var K=A(v,j[1]);if(K.length!=2)throw new Error("malformed format: SEQUENCE(0.0.1.1).items != 2: "+K.length);if(C(v,K[0])!="2a864886f70d0307")throw"this only supports TripleDES";b.encryptionSchemeAlg="TripleDES",b.encryptionSchemeIV=C(v,K[1]);var S=A(v,j[0]);if(S.length!=2)throw new Error("malformed format: SEQUENCE(0.0.1.0).items != 2: "+S.length);if(C(v,S[0])!="2a864886f70d01050c")throw new Error("this only supports pkcs5PBKDF2");var P=A(v,S[1]);if(P.length<2)throw new Error("malformed format: SEQUENCE(0.0.1.0.1).items < 2: "+P.length);b.pbkdf2Salt=C(v,P[0]);var x=C(v,P[1]);try{b.pbkdf2Iter=parseInt(x,16)}catch{throw new Error("malformed format pbkdf2Iter: "+x)}return b},getPBKDF2KeyHexFromParam:function(v,D){var A=Ie.enc.Hex.parse(v.pbkdf2Salt),C=v.pbkdf2Iter,b=Ie.PBKDF2(D,A,{keySize:192/32,iterations:C}),B=Ie.enc.Hex.stringify(b);return B},_getPlainPKCS8HexFromEncryptedPKCS8PEM:function(v,D){var A=ur(v,"ENCRYPTED PRIVATE KEY"),C=this.parseHexOfEncryptedPKCS8(A),b=mt.getPBKDF2KeyHexFromParam(C,D),B={};B.ciphertext=Ie.enc.Hex.parse(C.ciphertext);var _=Ie.enc.Hex.parse(b),j=Ie.enc.Hex.parse(C.encryptionSchemeIV),K=Ie.TripleDES.decrypt(B,_,{iv:j}),S=Ie.enc.Hex.stringify(K);return S},parsePBES2:function(v){var D=Fe.parse(v);if(Vt(D,"seq.0.seq.0.oid")!="pkcs5PBES2"||Vt(D,"seq.0.seq.1.seq.0.seq.0.oid")!="pkcs5PBKDF2")throw new Error("not pkcs5PBES2 and pkcs5PBKDF2 used");var A=Vt(D,"seq.0.seq.1.seq.0.seq.1.seq");if(A==null)throw new Error("PBKDF2 parameter not found");var C=Vt(A,"0.octstr.hex"),b=Vt(A,"1.int.hex"),B=Vt(A,"2.seq.0.oid","hmacWithSHA1"),_=-1;try{_=parseInt(b,16)}catch{throw new Error("iter not proper value")}var j=Vt(D,"seq.0.seq.1.seq.1.seq.0.oid"),K=Vt(D,"seq.0.seq.1.seq.1.seq.1.octstr.hex"),S=Vt(D,"seq.1.octstr.hex");if(j==null||K==null||S==null)throw new Error("encalg, enciv or enc is undefined");var P={salt:C,iter:_,prf:B,encalg:j,enciv:K,enc:S};return P},getDKFromPBES2Param:function(v,D){var A={hmacWithSHA1:Ie.algo.SHA1,hmacWithSHA224:Ie.algo.SHA224,hmacWithSHA256:Ie.algo.SHA256,hmacWithSHA384:Ie.algo.SHA384,hmacWithSHA512:Ie.algo.SHA512},C={"des-EDE3-CBC":192/32,"aes128-CBC":128/32,"aes256-CBC":256/32},b=A[v.prf];if(b==null)throw new Error("unsupported prf");var B=C[v.encalg];if(B==null)throw new Error("unsupported encalg");var _=Ie.enc.Hex.parse(v.salt),j=v.iter;try{var K=Ie.PBKDF2(D,_,{keySize:B,iterations:j,hasher:b});return Ie.enc.Hex.stringify(K)}catch(S){throw new Error("PBKDF2 error: "+S+" "+JSON.stringify(v)+" "+D)}},getPlainHexFromEncryptedPKCS8PEM:function(v,D){if(v.indexOf("BEGIN ENCRYPTED PRIVATE KEY")==-1)throw new Error("not Encrypted PKCS#8 PEM string");var A=ur(v),C;try{C=mt.parsePBES2(A)}catch(B){throw new Error("malformed PBES2 format: "+B.message)}var b=mt.getDKFromPBES2Param(C,D);return g.crypto.Cipher.decrypt(C.enc,b,C.encalg,{iv:C.enciv})},getKeyFromEncryptedPKCS8PEM:function(v,D){var A=this.getPlainHexFromEncryptedPKCS8PEM(v,D),C=this.getKeyFromPlainPrivatePKCS8Hex(A);return C},parsePlainPrivatePKCS8Hex:function(v){var D=Fe,A=D.getChildIdx,C=D.getV,b={};if(b.algparam=null,v.substr(0,2)!="30")throw new Error("malformed plain PKCS8 private key(code:001)");var B=A(v,0);if(B.length<3)throw new Error("malformed plain PKCS8 private key(code:002)");if(v.substr(B[1],2)!="30")throw new Error("malformed PKCS8 private key(code:003)");var _=A(v,B[1]);if(_.length!=2)throw new Error("malformed PKCS8 private key(code:004)");if(v.substr(_[0],2)!="06")throw new Error("malformed PKCS8 private key(code:005)");if(b.algoid=C(v,_[0]),v.substr(_[1],2)=="06"&&(b.algparam=C(v,_[1])),v.substr(B[2],2)!="04")throw new Error("malformed PKCS8 private key(code:006)");return b.keyidx=D.getVidx(v,B[2]),b},getKeyFromPlainPrivatePKCS8PEM:function(v){var D=ur(v,"PRIVATE KEY"),A=this.getKeyFromPlainPrivatePKCS8Hex(D);return A},getKeyFromPlainPrivatePKCS8Hex:function(v){var D=this.parsePlainPrivatePKCS8Hex(v),A;if(D.algoid=="2a864886f70d010101")A=new rt;else if(D.algoid=="2a8648ce380401")A=new g.crypto.DSA;else if(D.algoid=="2a8648ce3d0201")A=new g.crypto.ECDSA;else throw new Error("unsupported private key algorithm");return A.readPKCS8PrvKeyHex(v),A},_getKeyFromPublicPKCS8Hex:function(v){var D,A=Fe.getVbyList(v,0,[0,0],"06");if(A==="2a864886f70d010101")D=new rt;else if(A==="2a8648ce380401")D=new g.crypto.DSA;else if(A==="2a8648ce3d0201")D=new g.crypto.ECDSA;else throw new Error("unsupported PKCS#8 public key hex");return D.readPKCS8PubKeyHex(v),D},parsePublicRawRSAKeyHex:function(v){var D=Fe,A=D.getChildIdx,C=D.getV,b={};if(v.substr(0,2)!="30")throw new Error("malformed RSA key(code:001)");var B=A(v,0);if(B.length!=2)throw new Error("malformed RSA key(code:002)");if(v.substr(B[0],2)!="02")throw new Error("malformed RSA key(code:003)");if(b.n=C(v,B[0]),v.substr(B[1],2)!="02")throw new Error("malformed RSA key(code:004)");return b.e=C(v,B[1]),b},parsePublicPKCS8Hex:function(v){var D=Fe,A=D.getChildIdx,C=D.getV,b={};b.algparam=null;var B=A(v,0);if(B.length!=2)throw new Error("outer DERSequence shall have 2 elements: "+B.length);var _=B[0];if(v.substr(_,2)!="30")throw new Error("malformed PKCS8 public key(code:001)");var j=A(v,_);if(j.length!=2)throw new Error("malformed PKCS8 public key(code:002)");if(v.substr(j[0],2)!="06")throw new Error("malformed PKCS8 public key(code:003)");if(b.algoid=C(v,j[0]),v.substr(j[1],2)=="06"?b.algparam=C(v,j[1]):v.substr(j[1],2)=="30"&&(b.algparam={},b.algparam.p=D.getVbyList(v,j[1],[0],"02"),b.algparam.q=D.getVbyList(v,j[1],[1],"02"),b.algparam.g=D.getVbyList(v,j[1],[2],"02")),v.substr(B[1],2)!="03")throw new Error("malformed PKCS8 public key(code:004)");return b.key=C(v,B[1]).substr(2),b}}}();mt.getKey=function(e,t,r){var n=Fe,s=n.getChildIdx,u=n.getV,i=n.getVbyList,c=g.crypto,l=c.ECDSA,h=c.DSA,d=rt,E=ur,p=mt;if(typeof d<"u"&&e instanceof d||typeof l<"u"&&e instanceof l||typeof h<"u"&&e instanceof h)return e;if(e.curve!==void 0&&e.xy!==void 0&&e.d===void 0)return new l({pub:e.xy,curve:e.curve});if(e.curve!==void 0&&e.d!==void 0)return new l({prv:e.d,curve:e.curve});if(e.kty===void 0&&e.n!==void 0&&e.e!==void 0&&e.d===void 0){var f=new d;return f.setPublic(e.n,e.e),f}if(e.kty===void 0&&e.n!==void 0&&e.e!==void 0&&e.d!==void 0&&e.p!==void 0&&e.q!==void 0&&e.dp!==void 0&&e.dq!==void 0&&e.co!==void 0&&e.qi===void 0){var f=new d;return f.setPrivateEx(e.n,e.e,e.d,e.p,e.q,e.dp,e.dq,e.co),f}if(e.kty===void 0&&e.n!==void 0&&e.e!==void 0&&e.d!==void 0&&e.p===void 0){var f=new d;return f.setPrivate(e.n,e.e,e.d),f}if(e.p!==void 0&&e.q!==void 0&&e.g!==void 0&&e.y!==void 0&&e.x===void 0){var f=new h;return f.setPublic(e.p,e.q,e.g,e.y),f}if(e.p!==void 0&&e.q!==void 0&&e.g!==void 0&&e.y!==void 0&&e.x!==void 0){var f=new h;return f.setPrivate(e.p,e.q,e.g,e.y,e.x),f}if(e.kty==="RSA"&&e.n!==void 0&&e.e!==void 0&&e.d===void 0){var f=new d;return f.setPublic(tr(e.n),tr(e.e)),f}if(e.kty==="RSA"&&e.n!==void 0&&e.e!==void 0&&e.d!==void 0&&e.p!==void 0&&e.q!==void 0&&e.dp!==void 0&&e.dq!==void 0&&e.qi!==void 0){var f=new d;return f.setPrivateEx(tr(e.n),tr(e.e),tr(e.d),tr(e.p),tr(e.q),tr(e.dp),tr(e.dq),tr(e.qi)),f}if(e.kty==="RSA"&&e.n!==void 0&&e.e!==void 0&&e.d!==void 0){var f=new d;return f.setPrivate(tr(e.n),tr(e.e),tr(e.d)),f}if(e.kty==="EC"&&e.crv!==void 0&&e.x!==void 0&&e.y!==void 0&&e.d===void 0){var w=new l({curve:e.crv}),v=w.ecparams.keycharlen,D=("0000000000"+tr(e.x)).slice(-v),A=("0000000000"+tr(e.y)).slice(-v),C="04"+D+A;return w.setPublicKeyHex(C),w}if(e.kty==="EC"&&e.crv!==void 0&&e.x!==void 0&&e.y!==void 0&&e.d!==void 0){var w=new l({curve:e.crv}),v=w.ecparams.keycharlen,D=("0000000000"+tr(e.x)).slice(-v),A=("0000000000"+tr(e.y)).slice(-v),C="04"+D+A,b=("0000000000"+tr(e.d)).slice(-v);return w.setPublicKeyHex(C),w.setPrivateKeyHex(b),w}if(r==="pkcs5prv"){var B=e,n=Fe,_,f;if(_=s(B,0),_.length===9)f=new d,f.readPKCS5PrvKeyHex(B);else if(_.length===6)f=new h,f.readPKCS5PrvKeyHex(B);else if(_.length>2&&B.substr(_[1],2)==="04")f=new l,f.readPKCS5PrvKeyHex(B);else throw new Error("unsupported PKCS#1/5 hexadecimal key");return f}if(r==="pkcs8prv"){var f=p.getKeyFromPlainPrivatePKCS8Hex(e);return f}if(r==="pkcs8pub")return p._getKeyFromPublicPKCS8Hex(e);if(r==="x509pub")return We.getPublicKeyFromCertHex(e);if(e.indexOf("-END CERTIFICATE-",0)!=-1||e.indexOf("-END X509 CERTIFICATE-",0)!=-1||e.indexOf("-END TRUSTED CERTIFICATE-",0)!=-1)return We.getPublicKeyFromCertPEM(e);if(e.indexOf("-END PUBLIC KEY-")!=-1){var j=ur(e,"PUBLIC KEY");return p._getKeyFromPublicPKCS8Hex(j)}if(e.indexOf("-END RSA PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")==-1){var K=E(e,"RSA PRIVATE KEY");return p.getKey(K,null,"pkcs5prv")}if(e.indexOf("-END DSA PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")==-1){var S=E(e,"DSA PRIVATE KEY"),P=i(S,0,[1],"02"),x=i(S,0,[2],"02"),H=i(S,0,[3],"02"),V=i(S,0,[4],"02"),z=i(S,0,[5],"02"),f=new h;return f.setPrivate(new Q(P,16),new Q(x,16),new Q(H,16),new Q(V,16),new Q(z,16)),f}if(e.indexOf("-END EC PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")==-1){var K=E(e,"EC PRIVATE KEY");return p.getKey(K,null,"pkcs5prv")}if(e.indexOf("-END PRIVATE KEY-")!=-1)return p.getKeyFromPlainPrivatePKCS8PEM(e);if(e.indexOf("-END RSA PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")!=-1){var q=p.getDecryptedKeyHex(e,t),G=new rt;return G.readPKCS5PrvKeyHex(q),G}if(e.indexOf("-END EC PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")!=-1){var S=p.getDecryptedKeyHex(e,t),f=i(S,0,[1],"04"),Y=i(S,0,[2,0],"06"),ie=i(S,0,[3,0],"03").substr(2),_e="";if(g.crypto.OID.oidhex2name[Y]!==void 0)_e=g.crypto.OID.oidhex2name[Y];else throw new Error("undefined OID(hex) in KJUR.crypto.OID: "+Y);var w=new l({curve:_e});return w.setPublicKeyHex(ie),w.setPrivateKeyHex(f),w.isPublic=!1,w}if(e.indexOf("-END DSA PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")!=-1){var S=p.getDecryptedKeyHex(e,t),P=i(S,0,[1],"02"),x=i(S,0,[2],"02"),H=i(S,0,[3],"02"),V=i(S,0,[4],"02"),z=i(S,0,[5],"02"),f=new h;return f.setPrivate(new Q(P,16),new Q(x,16),new Q(H,16),new Q(V,16),new Q(z,16)),f}if(e.indexOf("-END ENCRYPTED PRIVATE KEY-")!=-1)return p.getKeyFromEncryptedPKCS8PEM(e,t);throw new Error("not supported argument")};mt.generateKeypair=function(e,t){if(e=="RSA"){var r=t,n=new rt;n.generate(r,"10001"),n.isPrivate=!0,n.isPublic=!0;var s=new rt,u=n.n.toString(16),i=n.e.toString(16);s.setPublic(u,i),s.isPrivate=!1,s.isPublic=!0;var c={};return c.prvKeyObj=n,c.pubKeyObj=s,c}else if(e=="EC"){var l=t,h=new g.crypto.ECDSA({curve:l}),d=h.generateKeyPairHex(),n=new g.crypto.ECDSA({curve:l});n.setPublicKeyHex(d.ecpubhex),n.setPrivateKeyHex(d.ecprvhex),n.isPrivate=!0,n.isPublic=!1;var s=new g.crypto.ECDSA({curve:l});s.setPublicKeyHex(d.ecpubhex),s.isPrivate=!1,s.isPublic=!0;var c={};return c.prvKeyObj=n,c.pubKeyObj=s,c}else throw new Error("unknown algorithm: "+e)};mt.getPEM=function(e,t,r,n,s,u){var i=g,c=i.asn1,l=c.DERObjectIdentifier,h=c.DERInteger,d=c.ASN1Util.newObject,E=c.x509,p=E.SubjectPublicKeyInfo,f=i.crypto,w=f.DSA,v=f.ECDSA,D=rt;function A(G){var Y=d({seq:[{int:0},{int:{bigint:G.n}},{int:G.e},{int:{bigint:G.d}},{int:{bigint:G.p}},{int:{bigint:G.q}},{int:{bigint:G.dmp1}},{int:{bigint:G.dmq1}},{int:{bigint:G.coeff}}]});return Y}function C(G){var Y=d({seq:[{int:1},{octstr:{hex:G.prvKeyHex}},{tag:["a0",!0,{oid:{name:G.curveName}}]},{tag:["a1",!0,{bitstr:{hex:"00"+G.pubKeyHex}}]}]});return Y}function b(G){var Y=d({seq:[{int:0},{int:{bigint:G.p}},{int:{bigint:G.q}},{int:{bigint:G.g}},{int:{bigint:G.y}},{int:{bigint:G.x}}]});return Y}if((D!==void 0&&e instanceof D||w!==void 0&&e instanceof w||v!==void 0&&e instanceof v)&&e.isPublic==!0&&(t===void 0||t=="PKCS8PUB")){var B=new p(e),_=B.tohex();return un(_,"PUBLIC KEY")}if(t=="PKCS1PRV"&&D!==void 0&&e instanceof D&&(r===void 0||r==null)&&e.isPrivate==!0){var B=A(e),_=B.tohex();return un(_,"RSA PRIVATE KEY")}if(t=="PKCS1PRV"&&v!==void 0&&e instanceof v&&(r===void 0||r==null)&&e.isPrivate==!0){var j=new l({name:e.curveName}),K=j.tohex(),S=C(e),P=S.tohex(),x="";return x+=un(K,"EC PARAMETERS"),x+=un(P,"EC PRIVATE KEY"),x}if(t=="PKCS1PRV"&&w!==void 0&&e instanceof w&&(r===void 0||r==null)&&e.isPrivate==!0){var B=b(e),_=B.tohex();return un(_,"DSA PRIVATE KEY")}if(t=="PKCS5PRV"&&D!==void 0&&e instanceof D&&r!==void 0&&r!=null&&e.isPrivate==!0){var B=A(e),_=B.tohex();return n===void 0&&(n="DES-EDE3-CBC"),this.getEncryptedPKCS5PEMFromPrvKeyHex("RSA",_,r,n,u)}if(t=="PKCS5PRV"&&v!==void 0&&e instanceof v&&r!==void 0&&r!=null&&e.isPrivate==!0){var B=C(e),_=B.tohex();return n===void 0&&(n="DES-EDE3-CBC"),this.getEncryptedPKCS5PEMFromPrvKeyHex("EC",_,r,n,u)}if(t=="PKCS5PRV"&&w!==void 0&&e instanceof w&&r!==void 0&&r!=null&&e.isPrivate==!0){var B=b(e),_=B.tohex();return n===void 0&&(n="DES-EDE3-CBC"),this.getEncryptedPKCS5PEMFromPrvKeyHex("DSA",_,r,n,u)}var H=function(G,Y){if(typeof Y=="string")return mt.getEncryptedPKCS8PEM(G,Y);if(typeof Y=="object"&&Vt(Y,"passcode")!=null){var ie=JSON.parse(JSON.stringify(Y)),_e=ie.passcode;return delete ie.passcode,mt.getEncryptedPKCS8PEM(G,_e,ie)}};if(t=="PKCS8PRV"&&D!=null&&e instanceof D&&e.isPrivate==!0){var V=A(e),z=V.tohex(),B=d({seq:[{int:0},{seq:[{oid:{name:"rsaEncryption"}},{null:!0}]},{octstr:{hex:z}}]}),_=B.tohex();return r===void 0||r==null?un(_,"PRIVATE KEY"):H(_,r)}if(t=="PKCS8PRV"&&v!==void 0&&e instanceof v&&e.isPrivate==!0){var q={seq:[{int:1},{octstr:{hex:e.prvKeyHex}}]};typeof e.pubKeyHex=="string"&&q.seq.push({tag:["a1",!0,{bitstr:{hex:"00"+e.pubKeyHex}}]});var V=new d(q),z=V.tohex(),B=d({seq:[{int:0},{seq:[{oid:{name:"ecPublicKey"}},{oid:{name:e.curveName}}]},{octstr:{hex:z}}]}),_=B.tohex();return r===void 0||r==null?un(_,"PRIVATE KEY"):H(_,r)}if(t=="PKCS8PRV"&&w!==void 0&&e instanceof w&&e.isPrivate==!0){var V=new h({bigint:e.x}),z=V.tohex(),B=d({seq:[{int:0},{seq:[{oid:{name:"dsa"}},{seq:[{int:{bigint:e.p}},{int:{bigint:e.q}},{int:{bigint:e.g}}]}]},{octstr:{hex:z}}]}),_=B.tohex();return r===void 0||r==null?un(_,"PRIVATE KEY"):H(_,r)}throw new Error("unsupported object nor format")};mt.getKeyFromCSRPEM=function(e){var t=ur(e,"CERTIFICATE REQUEST"),r=mt.getKeyFromCSRHex(t);return r};mt.getKeyFromCSRHex=function(e){var t=mt.parseCSRHex(e),r=mt.getKey(t.p8pubkeyhex,null,"pkcs8pub");return r};mt.parseCSRHex=function(e){var t=Fe,r=t.getChildIdx,n=t.getTLV,s={},u=e;if(u.substr(0,2)!="30")throw new Error("malformed CSR(code:001)");var i=r(u,0);if(i.length<1)throw new Error("malformed CSR(code:002)");if(u.substr(i[0],2)!="30")throw new Error("malformed CSR(code:003)");var c=r(u,i[0]);if(c.length<3)throw new Error("malformed CSR(code:004)");return s.p8pubkeyhex=n(u,c[2]),s};mt.getKeyID=function(e){var t=mt,r=Fe;typeof e=="string"&&e.indexOf("BEGIN ")!=-1&&(e=t.getKey(e));var n=ur(t.getPEM(e)),s=r.getIdxbyList(n,0,[1]),u=r.getV(n,s).substring(2);return g.crypto.Util.hashHex(u,"sha1")};mt.getJWK=function(e,t,r,n,s){var u,i={},c,l=g.crypto.Util.hashHex;if(typeof e=="string")u=mt.getKey(e),e.indexOf("CERTIFICATE")!=-1&&(c=ur(e));else if(typeof e=="object")e instanceof We?(u=e.getPublicKey(),c=e.hex):u=e;else throw new Error("unsupported keyinfo type");if(u instanceof rt&&u.isPrivate)i.kty="RSA",i.n=Br(u.n.toString(16)),i.e=Br(u.e.toString(16)),i.d=Br(u.d.toString(16)),i.p=Br(u.p.toString(16)),i.q=Br(u.q.toString(16)),i.dp=Br(u.dmp1.toString(16)),i.dq=Br(u.dmq1.toString(16)),i.qi=Br(u.coeff.toString(16));else if(u instanceof rt&&u.isPublic)i.kty="RSA",i.n=Br(u.n.toString(16)),i.e=Br(u.e.toString(16));else if(u instanceof g.crypto.ECDSA&&u.isPrivate){var h=u.getShortNISTPCurveName();if(h!=="P-256"&&h!=="P-384"&&h!=="P-521")throw new Error("unsupported curve name for JWT: "+h);var d=u.getPublicKeyXYHex();i.kty="EC",i.crv=h,i.x=Br(d.x),i.y=Br(d.y),i.d=Br(u.prvKeyHex)}else if(u instanceof g.crypto.ECDSA&&u.isPublic){var h=u.getShortNISTPCurveName();if(h!=="P-256"&&h!=="P-384"&&h!=="P-521")throw new Error("unsupported curve name for JWT: "+h);var d=u.getPublicKeyXYHex();i.kty="EC",i.crv=h,i.x=Br(d.x),i.y=Br(d.y)}if(i.kty==null)throw new Error("unsupported keyinfo");return!u.isPrivate&&t!=!0&&(i.kid=g.jws.JWS.getJWKthumbprint(i)),c!=null&&r!=!0&&(i.x5c=[Vs(c)]),c!=null&&n!=!0&&(i.x5t=co(Vs(l(c,"sha1")))),c!=null&&s!=!0&&(i["x5t#S256"]=co(Vs(l(c,"sha256")))),i};mt.getJWKFromKey=function(e){return mt.getJWK(e,!0,!0,!0,!0)};rt.getPosArrayOfChildrenFromHex=function(e){return Fe.getChildIdx(e,0)};rt.getHexValueArrayOfChildrenFromHex=function(e){var t=Fe,r=t.getV,p=rt.getPosArrayOfChildrenFromHex(e),n=r(e,p[0]),s=r(e,p[1]),u=r(e,p[2]),i=r(e,p[3]),c=r(e,p[4]),l=r(e,p[5]),h=r(e,p[6]),d=r(e,p[7]),E=r(e,p[8]),p=new Array;return p.push(n,s,u,i,c,l,h,d,E),p};rt.prototype.readPrivateKeyFromPEMString=function(e){var t=ur(e),r=rt.getHexValueArrayOfChildrenFromHex(t);this.setPrivateEx(r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8])};rt.prototype.readPKCS5PrvKeyHex=function(e){var t=rt.getHexValueArrayOfChildrenFromHex(e);this.setPrivateEx(t[1],t[2],t[3],t[4],t[5],t[6],t[7],t[8])};rt.prototype.readPKCS8PrvKeyHex=function(e){var t,r,n,s,u,i,c,l,h=Fe,d=h.getVbyListEx;if(h.isASN1HEX(e)===!1)throw new Error("not ASN.1 hex string");try{t=d(e,0,[2,0,1],"02"),r=d(e,0,[2,0,2],"02"),n=d(e,0,[2,0,3],"02"),s=d(e,0,[2,0,4],"02"),u=d(e,0,[2,0,5],"02"),i=d(e,0,[2,0,6],"02"),c=d(e,0,[2,0,7],"02"),l=d(e,0,[2,0,8],"02")}catch{throw new Error("malformed PKCS#8 plain RSA private key")}this.setPrivateEx(t,r,n,s,u,i,c,l)};rt.prototype.readPKCS5PubKeyHex=function(e){var t=Fe,r=t.getV;if(t.isASN1HEX(e)===!1)throw new Error("keyHex is not ASN.1 hex string");var n=t.getChildIdx(e,0);if(n.length!==2||e.substr(n[0],2)!=="02"||e.substr(n[1],2)!=="02")throw new Error("wrong hex for PKCS#5 public key");var s=r(e,n[0]),u=r(e,n[1]);this.setPublic(s,u)};rt.prototype.readPKCS8PubKeyHex=function(e){var t=Fe;if(t.isASN1HEX(e)===!1)throw new Error("not ASN.1 hex string");if(t.getTLVbyListEx(e,0,[0,0])!=="06092a864886f70d010101")throw new Error("not PKCS8 RSA public key");var r=t.getTLVbyListEx(e,0,[1,0]);this.readPKCS5PubKeyHex(r)};rt.prototype.readCertPubKeyHex=function(e,t){var r,n;r=new We,r.readCertHex(e),n=r.getPublicKeyHex(),this.readPKCS8PubKeyHex(n)};var s$=new RegExp("[^0-9a-f]","gi");function dm(e,t){for(var r="",n=t/4-e.length,s=0;s>24,(s&16711680)>>16,(s&65280)>>8,s&255])))),s+=1;return n}rt.prototype.signPSS=function(e,t,r){var n=function(u){return g.crypto.Util.hashHex(u,t)},s=n(rs(e));return r===void 0&&(r=-1),this.signWithMessageHashPSS(s,t,r)};rt.prototype.signWithMessageHashPSS=function(e,t,r){var n=zn(e),s=n.length,u=this.n.bitLength()-1,i=Math.ceil(u/8),c,l=function(D){return g.crypto.Util.hashHex(D,t)};if(r===-1||r===void 0)r=s;else if(r===-2)r=i-s-2;else if(r<-2)throw new Error("invalid salt length");if(i0&&(h=new Array(r),new po().nextBytes(h),h=String.fromCharCode.apply(String,h));var d=zn(l(rs("\0\0\0\0\0\0\0\0"+n+h))),E=[];for(c=0;c>8*i-u&255;for(w[0]&=~v,c=0;cn)return!1;var s=this.doPublic(r),u=s.toString(16);if(u.length+3!=n/4)return!1;var i=u.replace(/^1f+00/,""),c=mm(i);if(c.length==0)return!1;var l=c[0],h=c[1],d=function(p){return g.crypto.Util.hashString(p,l)},E=d(e);return h==E};rt.prototype.verifyWithMessageHash=function(e,t){if(t.length!=Math.ceil(this.n.bitLength()/4))return!1;var r=Kn(t,16);if(r.bitLength()>this.n.bitLength())return 0;var n=this.doPublic(r),s=n.toString(16).replace(/^1f+00/,""),u=mm(s);if(u.length==0)return!1;var i=u[0],c=u[1];return c==e};rt.prototype.verifyPSS=function(e,t,r,n){var s=function(i){return g.crypto.Util.hashHex(i,r)},u=s(rs(e));return n===void 0&&(n=-1),this.verifyWithMessageHashPSS(u,t,r,n)};rt.prototype.verifyWithMessageHashPSS=function(e,t,r,n){if(t.length!=Math.ceil(this.n.bitLength()/4))return!1;var s=new Q(t,16),u=function(C){return g.crypto.Util.hashHex(C,r)},i=zn(e),c=i.length,l=this.n.bitLength()-1,h=Math.ceil(l/8),d;if(n===-1||n===void 0)n=c;else if(n===-2)n=h-c-2;else if(n<-2)throw new Error("invalid salt length");if(h>8*h-l&255;if(p.charCodeAt(0)&w)throw new Error("bits beyond keysize not zero");var v=gm(f,p.length,u),D=[];for(d=0;d0?P:void 0}catch{return}},this._asn1ToNoticeRef=function(S){try{for(var P={},x=Vt(S,"seq"),H=0;H0?P:void 0}catch{return}},this._asn1ToNoticeNum=function(S){try{for(var P=Vt(S,"seq"),x=[],H=0;H1){var z=i(S,V[1]),q=this.getGeneralName(z);q.uri!=null&&(H.uri=q.uri)}if(V.length>2){var G=i(S,V[2]);G=="0101ff"&&(H.reqauth=!0),G=="010100"&&(H.reqauth=!1)}return H},this.getExtSubjectDirectoryAttributes=function(S,P){if(S===void 0&&P===void 0){var x=this.getExtInfo("subjectDirectoryAttributes");if(x===void 0)return;S=i(this.hex,x.vidx),P=x.critical}var H={extname:"subjectDirectoryAttributes"};P&&(H.critical=!0);try{for(var V=u(S),z=[],q=0;q0&&(P.ext=this.getExtParamArray()),P.sighex=this.getSignatureValueHex(),S.tbshex==!0&&(P.tbshex=h(this.hex,0,[0])),S.nodnarray==!0&&(delete P.issuer.array,delete P.subject.array),P},this.getExtParamArray=function(S){if(S==null){var P=p(this.hex,0,[0,"[3]"]);P!=-1&&(S=d(this.hex,0,[0,"[3]",0],"30"))}for(var x=[],H=r(S,0),V=0;V"u"||!g)&&(g={});(typeof g.jws>"u"||!g.jws)&&(g.jws={});g.jws.JWS=function(){var e=g,t=e.jws.JWS,r=t.isSafeJSONString;this.parseJWS=function(n,s){if(!(this.parsedJWS!==void 0&&(s||this.parsedJWS.sigvalH!==void 0))){var u=n.match(/^([^.]+)\.([^.]+)\.([^.]+)$/);if(u==null)throw"JWS signature is not a form of 'Head.Payload.SigValue'.";var i=u[1],c=u[2],l=u[3],h=i+"."+c;if(this.parsedJWS={},this.parsedJWS.headB64U=i,this.parsedJWS.payloadB64U=c,this.parsedJWS.sigvalB64U=l,this.parsedJWS.si=h,!s){var d=tr(l),E=Kn(d,16);this.parsedJWS.sigvalH=d,this.parsedJWS.sigvalBI=E}var p=Oi(i),f=Oi(c);if(this.parsedJWS.headS=p,this.parsedJWS.payloadS=f,!r(p,this.parsedJWS,"headP"))throw"malformed JSON string for JWS Head: "+p}}};g.jws.JWS.sign=function(e,t,r,n,s){var u=g,i=u.jws,c=i.JWS,l=c.readSafeJSONString,h=c.isSafeJSONString,d=u.crypto,E=d.ECDSA,p=d.Mac,f=d.Signature,w=JSON,v,D,A;if(typeof t!="string"&&typeof t!="object")throw"spHeader must be JSON string or object: "+t;if(typeof t=="object"&&(D=t,v=w.stringify(D)),typeof t=="string"){if(v=t,!h(v))throw"JWS Head is not safe JSON string: "+v;D=l(v)}if(A=r,typeof r=="object"&&(A=w.stringify(r)),(e==""||e==null)&&D.alg!==void 0&&(e=D.alg),e!=""&&e!=null&&D.alg===void 0&&(D.alg=e,v=w.stringify(D)),e!==D.alg)throw"alg and sHeader.alg doesn't match: "+e+"!="+D.alg;var C=null;if(c.jwsalg2sigalg[e]===void 0)throw"unsupported alg name: "+e;C=c.jwsalg2sigalg[e];var b=fc(v),B=fc(A),_=b+"."+B,j="";if(C.substr(0,4)=="Hmac"){if(n===void 0)throw"mac key shall be specified for HS* alg";var K=new p({alg:C,prov:"cryptojs",pass:n});K.updateString(_),j=K.doFinal()}else if(C.indexOf("withECDSA")!=-1){var S=new f({alg:C});S.init(n,s),S.updateString(_);var P=S.sign();j=g.crypto.ECDSA.asn1SigToConcatSig(P)}else if(C!="none"){var S=new f({alg:C});S.init(n,s),S.updateString(_),j=S.sign()}var x=Br(j);return _+"."+x};g.jws.JWS.verify=function(e,t,r){var n=g,s=n.jws,u=s.JWS,i=u.readSafeJSONString,c=n.crypto,l=c.ECDSA,h=c.Mac,d=c.Signature,E;if(typeof rt!==void 0&&(E=rt),!K0(e))return!1;var p=e.split(".");if(p.length!==3)return!1;var f=p[0],w=p[1],v=f+"."+w,D=tr(p[2]),A=i(Oi(p[0])),C=null,b=null;if(A.alg===void 0)throw"algorithm not specified in header";if(C=A.alg,b=C.substr(0,2),r!=null&&Object.prototype.toString.call(r)==="[object Array]"&&r.length>0){var B=":"+r.join(":")+":";if(B.indexOf(":"+C+":")==-1)throw"algorithm '"+C+"' not accepted in the list"}if(C!="none"&&t===null)throw"key shall be specified to verify.";if(typeof t=="string"&&t.indexOf("-----BEGIN ")!=-1&&(t=mt.getKey(t)),(b=="RS"||b=="PS")&&!(t instanceof E))throw"key shall be a RSAKey obj for RS* and PS* algs";if(b=="ES"&&!(t instanceof l))throw"key shall be a ECDSA obj for ES* algs";C=="none";var _=null;if(u.jwsalg2sigalg[A.alg]===void 0)throw"unsupported alg name: "+C;if(_=u.jwsalg2sigalg[C],_=="none")throw"not supported";if(_.substr(0,4)=="Hmac"){var j=null;if(t===void 0)throw"hexadecimal key shall be specified for HMAC";var K=new h({alg:_,pass:t});return K.updateString(v),j=K.doFinal(),D==j}else if(_.indexOf("withECDSA")!=-1){var S=null;try{S=l.concatSigToASN1Sig(D)}catch{return!1}var P=new d({alg:_});return P.init(t),P.updateString(v),P.verify(S)}else{var P=new d({alg:_});return P.init(t),P.updateString(v),P.verify(D)}};g.jws.JWS.parse=function(e){var t=e.split("."),r={},n,s,u;if(t.length!=2&&t.length!=3)throw"malformed sJWS: wrong number of '.' splitted elements";return n=t[0],s=t[1],t.length==3&&(u=t[2]),r.headerObj=g.jws.JWS.readSafeJSONString(Oi(n)),r.payloadObj=g.jws.JWS.readSafeJSONString(Oi(s)),r.headerPP=JSON.stringify(r.headerObj,null," "),r.payloadObj==null?r.payloadPP=Oi(s):r.payloadPP=JSON.stringify(r.payloadObj,null," "),u!==void 0&&(r.sigHex=tr(u)),r};g.jws.JWS.verifyJWT=function(e,t,r){var n=g,s=n.jws,u=s.JWS,i=u.readSafeJSONString,c=u.inArray,l=u.includedArray;if(!K0(e))return!1;var h=e.split(".");if(h.length!=3)return!1;var d=h[0],E=h[1],p=d+"."+E,f=tr(h[2]),w=i(Oi(d)),v=i(Oi(E));if(w.alg===void 0)return!1;if(r.alg===void 0)throw"acceptField.alg shall be specified";if(!c(w.alg,r.alg)||v.iss!==void 0&&typeof r.iss=="object"&&!c(v.iss,r.iss)||v.sub!==void 0&&typeof r.sub=="object"&&!c(v.sub,r.sub))return!1;if(v.aud!==void 0&&typeof r.aud=="object"){if(typeof v.aud=="string"){if(!c(v.aud,r.aud))return!1}else if(typeof v.aud=="object"&&!l(v.aud,r.aud))return!1}var D=s.IntDate.getNow();return r.verifyAt!==void 0&&typeof r.verifyAt=="number"&&(D=r.verifyAt),(r.gracePeriod===void 0||typeof r.gracePeriod!="number")&&(r.gracePeriod=0),!(v.exp!==void 0&&typeof v.exp=="number"&&v.exp+r.gracePeriod"u"||!g)&&(g={});(typeof g.jws>"u"||!g.jws)&&(g.jws={});g.jws.JWSJS=function(){var e=g,t=e.jws,r=t.JWS,n=r.readSafeJSONString;this.aHeader=[],this.sPayload="",this.aSignature=[],this.init=function(){this.aHeader=[],this.sPayload=void 0,this.aSignature=[]},this.initWithJWS=function(s){this.init();var u=s.split(".");if(u.length!=3)throw"malformed input JWS";this.aHeader.push(u[0]),this.sPayload=u[1],this.aSignature.push(u[2])},this.addSignature=function(s,u,i,c){if(this.sPayload===void 0||this.sPayload===null)throw"there's no JSON-JS signature to add.";var l=this.aHeader.length;if(this.aHeader.length!=this.aSignature.length)throw"aHeader.length != aSignature.length";try{var h=g.jws.JWS.sign(s,u,this.sPayload,i,c),d=h.split("."),E=d[0],p=d[2];this.aHeader.push(d[0]),this.aSignature.push(d[2])}catch(f){throw this.aHeader.length>l&&this.aHeader.pop(),this.aSignature.length>l&&this.aSignature.pop(),"addSignature failed: "+f}},this.verifyAll=function(s){if(this.aHeader.length!==s.length||this.aSignature.length!==s.length)return!1;for(var u=0;u0)this.aHeader=s.headers;else throw"malformed header";if(typeof s.payload=="string")this.sPayload=s.payload;else throw"malformed signatures";if(s.signatures.length>0)this.aSignature=s.signatures;else throw"malformed signatures"}catch(i){throw"malformed JWS-JS JSON object: "+i}},this.getJSON=function(){return{headers:this.aHeader,payload:this.sPayload,signatures:this.aSignature}},this.isEmpty=function(){return this.aHeader.length==0?1:0}};ye.SecureRandom=po;ye.rng_seed_time=H0;ye.BigInteger=Q;ye.RSAKey=rt;ye.ECDSA=g.crypto.ECDSA;ye.DSA=g.crypto.DSA;ye.Signature=g.crypto.Signature;ye.MessageDigest=g.crypto.MessageDigest;ye.Mac=g.crypto.Mac;ye.KEYUTIL=mt;ye.ASN1HEX=Fe;ye.X509=We;ye.X509CRL=C8;ye.CryptoJS=Ie;ye.b64tohex=lo;ye.b64toBA=Jg;ye.ECFieldElementFp=Ir;ye.ECPointFp=Pt;ye.ECCurveFp=Ks;ye.stoBA=nm;ye.BAtos=im;ye.BAtohex=zl;ye.stohex=Gn;ye.stob64=t8;ye.stob64u=r8;ye.b64utos=n8;ye.b64tob64u=co;ye.b64utob64=pc;ye.hex2b64=Vs;ye.hextob64u=Br;ye.b64utohex=tr;ye.utf8tob64u=fc;ye.b64utoutf8=Oi;ye.utf8tob64=i8;ye.b64toutf8=s8;ye.utf8tohex=Wl;ye.hextoutf8=xt;ye.hextorstr=zn;ye.rstrtohex=rs;ye.hextob64=j0;ye.hextob64nl=o8;ye.b64nltohex=sm;ye.hextopem=un;ye.pemtohex=ur;ye.hextoArrayBuffer=f8;ye.ArrayBuffertohex=h8;ye.zulutomsec=M0;ye.msectozulu=p8;ye.zulutosec=um;ye.zulutodate=d8;ye.datetozulu=g8;ye.uricmptohex=Xl;ye.hextouricmp=Jl;ye.ipv6tohex=k0;ye.hextoipv6=O0;ye.hextoip=Ml;ye.iptohex=q0;ye.ucs2hextoutf8=V0;ye.encodeURIComponentAll=Zl;ye.newline_toUnix=m8;ye.newline_toDos=v8;ye.hextoposhex=N0;ye.intarystrtohex=A8;ye.strdiffidx=E8;ye.oidtohex=cm;ye.hextooid=Ql;ye.strpad=ql;ye.bitstrtoint=fm;ye.inttobitstr=hm;ye.bitstrtobinstr=pm;ye.binstrtobitstr=w8;ye.isBase64URLDot=K0;ye.namearraytobinstr=Vl;ye.extendClass=de;ye.foldnl=Yl;ye.b64topem=c8;ye.pemtob64=l8;ye.timeogen=am;ye.aryval=Vt;ye.inttohex=lm;ye.twoscompl=dc;ye.KJUR=g;ye.crypto=g.crypto;ye.asn1=g.asn1;ye.jws=g.jws;ye.lang=g.lang;ye.VERSION=$3;ye.VERSION_FULL=P3});var da=Be((o$,pa)=>{"use strict";function Em(e){return typeof e>"u"||e===null}function D8(e){return typeof e=="object"&&e!==null}function y8(e){return Array.isArray(e)?e:Em(e)?[]:[e]}function b8(e,t){var r,n,s,u;if(t)for(u=Object.keys(t),r=0,n=u.length;r{"use strict";function gc(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}gc.prototype=Object.create(Error.prototype);gc.prototype.constructor=gc;gc.prototype.toString=function(t){var r=this.name+": ";return r+=this.reason||"(unknown reason)",!t&&this.mark&&(r+=" "+this.mark.toString()),r};wm.exports=gc});var Dm=Be((l$,Fm)=>{"use strict";var Cm=da();function z0(e,t,r,n,s){this.name=e,this.buffer=t,this.position=r,this.line=n,this.column=s}z0.prototype.getSnippet=function(t,r){var n,s,u,i,c;if(!this.buffer)return null;for(t=t||4,r=r||75,n="",s=this.position;s>0&&`\0\r \x85\u2028\u2029`.indexOf(this.buffer.charAt(s-1))===-1;)if(s-=1,this.position-s>r/2-1){n=" ... ",s+=5;break}for(u="",i=this.position;ir/2-1){u=" ... ",i-=5;break}return c=this.buffer.slice(s,i),Cm.repeat(" ",t)+n+c+u+` `+Cm.repeat(" ",t+this.position-s+n.length)+"^"};z0.prototype.toString=function(t){var r,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),t||(r=this.getSnippet(),r&&(n+=`: `+r)),n};Fm.exports=z0});var $r=Be((f$,bm)=>{"use strict";var ym=go(),B8=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],I8=["scalar","sequence","mapping"];function $8(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(n){t[String(n)]=r})}),t}function P8(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(B8.indexOf(r)===-1)throw new ym('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.defaultStyle=t.defaultStyle||null,this.styleAliases=$8(t.styleAliases||null),I8.indexOf(this.kind)===-1)throw new ym('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}bm.exports=P8});var ga=Be((h$,_m)=>{"use strict";var Sm=da(),ef=go(),R8=$r();function W0(e,t,r){var n=[];return e.include.forEach(function(s){r=W0(s,t,r)}),e[t].forEach(function(s){r.forEach(function(u,i){u.tag===s.tag&&u.kind===s.kind&&n.push(i)}),r.push(s)}),r.filter(function(s,u){return n.indexOf(u)===-1})}function T8(){var e={scalar:{},sequence:{},mapping:{},fallback:{}},t,r;function n(s){e[s.kind][s.tag]=e.fallback[s.tag]=s}for(t=0,r=arguments.length;t{"use strict";var k8=$r();Bm.exports=new k8("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var Pm=Be((d$,$m)=>{"use strict";var O8=$r();$m.exports=new O8("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var Tm=Be((g$,Rm)=>{"use strict";var N8=$r();Rm.exports=new N8("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var tf=Be((m$,km)=>{"use strict";var x8=ga();km.exports=new x8({explicit:[Im(),Pm(),Tm()]})});var Nm=Be((v$,Om)=>{"use strict";var L8=$r();function U8(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function H8(){return null}function j8(e){return e===null}Om.exports=new L8("tag:yaml.org,2002:null",{kind:"scalar",resolve:U8,construct:H8,predicate:j8,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var Lm=Be((A$,xm)=>{"use strict";var M8=$r();function q8(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function V8(e){return e==="true"||e==="True"||e==="TRUE"}function K8(e){return Object.prototype.toString.call(e)==="[object Boolean]"}xm.exports=new M8("tag:yaml.org,2002:bool",{kind:"scalar",resolve:q8,construct:V8,predicate:K8,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})});var Hm=Be((E$,Um)=>{"use strict";var G8=da(),z8=$r();function W8(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function Y8(e){return 48<=e&&e<=55}function X8(e){return 48<=e&&e<=57}function J8(e){if(e===null)return!1;var t=e.length,r=0,n=!1,s;if(!t)return!1;if(s=e[r],(s==="-"||s==="+")&&(s=e[++r]),s==="0"){if(r+1===t)return!0;if(s=e[++r],s==="b"){for(r++;r=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0"+e.toString(8):"-0"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var qm=Be((w$,Mm)=>{"use strict";var jm=da(),eb=$r(),tb=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function rb(e){return!(e===null||!tb.test(e)||e[e.length-1]==="_")}function nb(e){var t,r,n,s;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,s=[],"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:t.indexOf(":")>=0?(t.split(":").forEach(function(u){s.unshift(parseFloat(u,10))}),t=0,n=1,s.forEach(function(u){t+=u*n,n*=60}),r*t):r*parseFloat(t,10)}var ib=/^[-+]?[0-9]+e/;function sb(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(jm.isNegativeZero(e))return"-0.0";return r=e.toString(10),ib.test(r)?r.replace("e",".e"):r}function ub(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||jm.isNegativeZero(e))}Mm.exports=new eb("tag:yaml.org,2002:float",{kind:"scalar",resolve:rb,construct:nb,predicate:ub,represent:sb,defaultStyle:"lowercase"})});var Y0=Be((C$,Vm)=>{"use strict";var ab=ga();Vm.exports=new ab({include:[tf()],implicit:[Nm(),Lm(),Hm(),qm()]})});var X0=Be((F$,Km)=>{"use strict";var ob=ga();Km.exports=new ob({include:[Y0()]})});var Ym=Be((D$,Wm)=>{"use strict";var cb=$r(),Gm=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),zm=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function lb(e){return e===null?!1:Gm.exec(e)!==null||zm.exec(e)!==null}function fb(e){var t,r,n,s,u,i,c,l=0,h=null,d,E,p;if(t=Gm.exec(e),t===null&&(t=zm.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,s=+t[3],!t[4])return new Date(Date.UTC(r,n,s));if(u=+t[4],i=+t[5],c=+t[6],t[7]){for(l=t[7].slice(0,3);l.length<3;)l+="0";l=+l}return t[9]&&(d=+t[10],E=+(t[11]||0),h=(d*60+E)*6e4,t[9]==="-"&&(h=-h)),p=new Date(Date.UTC(r,n,s,u,i,c,l)),h&&p.setTime(p.getTime()-h),p}function hb(e){return e.toISOString()}Wm.exports=new cb("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:lb,construct:fb,instanceOf:Date,represent:hb})});var Jm=Be((y$,Xm)=>{"use strict";var pb=$r();function db(e){return e==="<<"||e===null}Xm.exports=new pb("tag:yaml.org,2002:merge",{kind:"scalar",resolve:db})});var ev=Be((b$,Qm)=>{"use strict";var ma;try{Zm=oa,ma=Zm("buffer").Buffer}catch{}var Zm,gb=$r(),J0=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/= \r`;function mb(e){if(e===null)return!1;var t,r,n=0,s=e.length,u=J0;for(r=0;r64)){if(t<0)return!1;n+=6}return n%8===0}function vb(e){var t,r,n=e.replace(/[\r\n=]/g,""),s=n.length,u=J0,i=0,c=[];for(t=0;t>16&255),c.push(i>>8&255),c.push(i&255)),i=i<<6|u.indexOf(n.charAt(t));return r=s%4*6,r===0?(c.push(i>>16&255),c.push(i>>8&255),c.push(i&255)):r===18?(c.push(i>>10&255),c.push(i>>2&255)):r===12&&c.push(i>>4&255),ma?ma.from?ma.from(c):new ma(c):c}function Ab(e){var t="",r=0,n,s,u=e.length,i=J0;for(n=0;n>18&63],t+=i[r>>12&63],t+=i[r>>6&63],t+=i[r&63]),r=(r<<8)+e[n];return s=u%3,s===0?(t+=i[r>>18&63],t+=i[r>>12&63],t+=i[r>>6&63],t+=i[r&63]):s===2?(t+=i[r>>10&63],t+=i[r>>4&63],t+=i[r<<2&63],t+=i[64]):s===1&&(t+=i[r>>2&63],t+=i[r<<4&63],t+=i[64],t+=i[64]),t}function Eb(e){return ma&&ma.isBuffer(e)}Qm.exports=new gb("tag:yaml.org,2002:binary",{kind:"scalar",resolve:mb,construct:vb,predicate:Eb,represent:Ab})});var rv=Be((_$,tv)=>{"use strict";var wb=$r(),Cb=Object.prototype.hasOwnProperty,Fb=Object.prototype.toString;function Db(e){if(e===null)return!0;var t=[],r,n,s,u,i,c=e;for(r=0,n=c.length;r{"use strict";var bb=$r(),Sb=Object.prototype.toString;function _b(e){if(e===null)return!0;var t,r,n,s,u,i=e;for(u=new Array(i.length),t=0,r=i.length;t{"use strict";var Ib=$r(),$b=Object.prototype.hasOwnProperty;function Pb(e){if(e===null)return!0;var t,r=e;for(t in r)if($b.call(r,t)&&r[t]!==null)return!1;return!0}function Rb(e){return e!==null?e:{}}sv.exports=new Ib("tag:yaml.org,2002:set",{kind:"mapping",resolve:Pb,construct:Rb})});var vo=Be(($$,av)=>{"use strict";var Tb=ga();av.exports=new Tb({include:[X0()],implicit:[Ym(),Jm()],explicit:[ev(),rv(),iv(),uv()]})});var cv=Be((P$,ov)=>{"use strict";var kb=$r();function Ob(){return!0}function Nb(){}function xb(){return""}function Lb(e){return typeof e>"u"}ov.exports=new kb("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:Ob,construct:Nb,predicate:Lb,represent:xb})});var fv=Be((R$,lv)=>{"use strict";var Ub=$r();function Hb(e){if(e===null||e.length===0)return!1;var t=e,r=/\/([gim]*)$/.exec(e),n="";return!(t[0]==="/"&&(r&&(n=r[1]),n.length>3||t[t.length-n.length-1]!=="/"))}function jb(e){var t=e,r=/\/([gim]*)$/.exec(e),n="";return t[0]==="/"&&(r&&(n=r[1]),t=t.slice(1,t.length-n.length-1)),new RegExp(t,n)}function Mb(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}function qb(e){return Object.prototype.toString.call(e)==="[object RegExp]"}lv.exports=new Ub("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:Hb,construct:jb,predicate:qb,represent:Mb})});var dv=Be((T$,pv)=>{"use strict";var rf;try{hv=oa,rf=hv("esprima")}catch{typeof window<"u"&&(rf=window.esprima)}var hv,Vb=$r();function Kb(e){if(e===null)return!1;try{var t="("+e+")",r=rf.parse(t,{range:!0});return!(r.type!=="Program"||r.body.length!==1||r.body[0].type!=="ExpressionStatement"||r.body[0].expression.type!=="ArrowFunctionExpression"&&r.body[0].expression.type!=="FunctionExpression")}catch{return!1}}function Gb(e){var t="("+e+")",r=rf.parse(t,{range:!0}),n=[],s;if(r.type!=="Program"||r.body.length!==1||r.body[0].type!=="ExpressionStatement"||r.body[0].expression.type!=="ArrowFunctionExpression"&&r.body[0].expression.type!=="FunctionExpression")throw new Error("Failed to resolve function");return r.body[0].expression.params.forEach(function(u){n.push(u.name)}),s=r.body[0].expression.body.range,r.body[0].expression.body.type==="BlockStatement"?new Function(n,t.slice(s[0]+1,s[1]-1)):new Function(n,"return "+t.slice(s[0],s[1]))}function zb(e){return e.toString()}function Wb(e){return Object.prototype.toString.call(e)==="[object Function]"}pv.exports=new Vb("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:Kb,construct:Gb,predicate:Wb,represent:zb})});var mc=Be((O$,mv)=>{"use strict";var gv=ga();mv.exports=gv.DEFAULT=new gv({include:[vo()],explicit:[cv(),fv(),dv()]})});var Ov=Be((N$,vc)=>{"use strict";var Gs=da(),Dv=go(),Yb=Dm(),yv=vo(),Xb=mc(),Iu=Object.prototype.hasOwnProperty,nf=1,bv=2,Sv=3,sf=4,Z0=1,Jb=2,vv=3,Zb=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Qb=/[\x85\u2028\u2029]/,eS=/[,\[\]\{\}]/,_v=/^(?:!|!!|![a-z\-]+!)$/i,Bv=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Av(e){return Object.prototype.toString.call(e)}function ns(e){return e===10||e===13}function Aa(e){return e===9||e===32}function Wn(e){return e===9||e===32||e===10||e===13}function Ao(e){return e===44||e===91||e===93||e===123||e===125}function tS(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function rS(e){return e===120?2:e===117?4:e===85?8:0}function nS(e){return 48<=e&&e<=57?e-48:-1}function Ev(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?` `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function iS(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var Iv=new Array(256),$v=new Array(256);for(va=0;va<256;va++)Iv[va]=Ev(va)?1:0,$v[va]=Ev(va);var va;function sS(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||Xb,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function Pv(e,t){return new Dv(t,new Yb(e.filename,e.input,e.position,e.line,e.position-e.lineStart))}function Je(e,t){throw Pv(e,t)}function uf(e,t){e.onWarning&&e.onWarning.call(null,Pv(e,t))}var wv={YAML:function(t,r,n){var s,u,i;t.version!==null&&Je(t,"duplication of %YAML directive"),n.length!==1&&Je(t,"YAML directive accepts exactly one argument"),s=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),s===null&&Je(t,"ill-formed argument of the YAML directive"),u=parseInt(s[1],10),i=parseInt(s[2],10),u!==1&&Je(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=i<2,i!==1&&i!==2&&uf(t,"unsupported YAML version of the document")},TAG:function(t,r,n){var s,u;n.length!==2&&Je(t,"TAG directive accepts exactly two arguments"),s=n[0],u=n[1],_v.test(s)||Je(t,"ill-formed tag handle (first argument) of the TAG directive"),Iu.call(t.tagMap,s)&&Je(t,'there is a previously declared suffix for "'+s+'" tag handle'),Bv.test(u)||Je(t,"ill-formed tag prefix (second argument) of the TAG directive"),t.tagMap[s]=u}};function Bu(e,t,r,n){var s,u,i,c;if(t1&&(e.result+=Gs.repeat(` `,t-1))}function uS(e,t,r){var n,s,u,i,c,l,h,d,E=e.kind,p=e.result,f;if(f=e.input.charCodeAt(e.position),Wn(f)||Ao(f)||f===35||f===38||f===42||f===33||f===124||f===62||f===39||f===34||f===37||f===64||f===96||(f===63||f===45)&&(s=e.input.charCodeAt(e.position+1),Wn(s)||r&&Ao(s)))return!1;for(e.kind="scalar",e.result="",u=i=e.position,c=!1;f!==0;){if(f===58){if(s=e.input.charCodeAt(e.position+1),Wn(s)||r&&Ao(s))break}else if(f===35){if(n=e.input.charCodeAt(e.position-1),Wn(n))break}else{if(e.position===e.lineStart&&af(e)||r&&Ao(f))break;if(ns(f))if(l=e.line,h=e.lineStart,d=e.lineIndent,Dr(e,!1,-1),e.lineIndent>=t){c=!0,f=e.input.charCodeAt(e.position);continue}else{e.position=i,e.line=l,e.lineStart=h,e.lineIndent=d;break}}c&&(Bu(e,u,i,!1),ep(e,e.line-l),u=i=e.position,c=!1),Aa(f)||(i=e.position+1),f=e.input.charCodeAt(++e.position)}return Bu(e,u,i,!1),e.result?!0:(e.kind=E,e.result=p,!1)}function aS(e,t){var r,n,s;if(r=e.input.charCodeAt(e.position),r!==39)return!1;for(e.kind="scalar",e.result="",e.position++,n=s=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(Bu(e,n,e.position,!0),r=e.input.charCodeAt(++e.position),r===39)n=e.position,e.position++,s=e.position;else return!0;else ns(r)?(Bu(e,n,s,!0),ep(e,Dr(e,!1,t)),n=s=e.position):e.position===e.lineStart&&af(e)?Je(e,"unexpected end of the document within a single quoted scalar"):(e.position++,s=e.position);Je(e,"unexpected end of the stream within a single quoted scalar")}function oS(e,t){var r,n,s,u,i,c;if(c=e.input.charCodeAt(e.position),c!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;(c=e.input.charCodeAt(e.position))!==0;){if(c===34)return Bu(e,r,e.position,!0),e.position++,!0;if(c===92){if(Bu(e,r,e.position,!0),c=e.input.charCodeAt(++e.position),ns(c))Dr(e,!1,t);else if(c<256&&Iv[c])e.result+=$v[c],e.position++;else if((i=rS(c))>0){for(s=i,u=0;s>0;s--)c=e.input.charCodeAt(++e.position),(i=tS(c))>=0?u=(u<<4)+i:Je(e,"expected hexadecimal character");e.result+=iS(u),e.position++}else Je(e,"unknown escape sequence");r=n=e.position}else ns(c)?(Bu(e,r,n,!0),ep(e,Dr(e,!1,t)),r=n=e.position):e.position===e.lineStart&&af(e)?Je(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}Je(e,"unexpected end of the stream within a double quoted scalar")}function cS(e,t){var r=!0,n,s=e.tag,u,i=e.anchor,c,l,h,d,E,p={},f,w,v,D;if(D=e.input.charCodeAt(e.position),D===91)l=93,E=!1,u=[];else if(D===123)l=125,E=!0,u={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=u),D=e.input.charCodeAt(++e.position);D!==0;){if(Dr(e,!0,t),D=e.input.charCodeAt(e.position),D===l)return e.position++,e.tag=s,e.anchor=i,e.kind=E?"mapping":"sequence",e.result=u,!0;r||Je(e,"missed comma between flow collection entries"),w=f=v=null,h=d=!1,D===63&&(c=e.input.charCodeAt(e.position+1),Wn(c)&&(h=d=!0,e.position++,Dr(e,!0,t))),n=e.line,wo(e,t,nf,!1,!0),w=e.tag,f=e.result,Dr(e,!0,t),D=e.input.charCodeAt(e.position),(d||e.line===n)&&D===58&&(h=!0,D=e.input.charCodeAt(++e.position),Dr(e,!0,t),wo(e,t,nf,!1,!0),v=e.result),E?Eo(e,u,p,w,f,v):h?u.push(Eo(e,null,p,w,f,v)):u.push(f),Dr(e,!0,t),D=e.input.charCodeAt(e.position),D===44?(r=!0,D=e.input.charCodeAt(++e.position)):r=!1}Je(e,"unexpected end of the stream within a flow collection")}function lS(e,t){var r,n,s=Z0,u=!1,i=!1,c=t,l=0,h=!1,d,E;if(E=e.input.charCodeAt(e.position),E===124)n=!1;else if(E===62)n=!0;else return!1;for(e.kind="scalar",e.result="";E!==0;)if(E=e.input.charCodeAt(++e.position),E===43||E===45)Z0===s?s=E===43?vv:Jb:Je(e,"repeat of a chomping mode identifier");else if((d=nS(E))>=0)d===0?Je(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):i?Je(e,"repeat of an indentation width identifier"):(c=t+d-1,i=!0);else break;if(Aa(E)){do E=e.input.charCodeAt(++e.position);while(Aa(E));if(E===35)do E=e.input.charCodeAt(++e.position);while(!ns(E)&&E!==0)}for(;E!==0;){for(Q0(e),e.lineIndent=0,E=e.input.charCodeAt(e.position);(!i||e.lineIndentc&&(c=e.lineIndent),ns(E)){l++;continue}if(e.lineIndentt)&&l!==0)Je(e,"bad indentation of a sequence entry");else if(e.lineIndentt)&&(wo(e,t,sf,!0,s)&&(w?p=e.result:f=e.result),w||(Eo(e,h,d,E,p,f,u,i),E=p=f=null),Dr(e,!0,-1),D=e.input.charCodeAt(e.position)),e.lineIndent>t&&D!==0)Je(e,"bad indentation of a mapping entry");else if(e.lineIndentt?l=1:e.lineIndent===t?l=0:e.lineIndentt?l=1:e.lineIndent===t?l=0:e.lineIndent tag; it should be "scalar", not "'+e.kind+'"'),E=0,p=e.implicitTypes.length;E tag; it should be "'+f.kind+'", not "'+e.kind+'"'),f.resolve(e.result)?(e.result=f.construct(e.result),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):Je(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):Je(e,"unknown tag !<"+e.tag+">");return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||d}function gS(e){var t=e.position,r,n,s,u=!1,i;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};(i=e.input.charCodeAt(e.position))!==0&&(Dr(e,!0,-1),i=e.input.charCodeAt(e.position),!(e.lineIndent>0||i!==37));){for(u=!0,i=e.input.charCodeAt(++e.position),r=e.position;i!==0&&!Wn(i);)i=e.input.charCodeAt(++e.position);for(n=e.input.slice(r,e.position),s=[],n.length<1&&Je(e,"directive name must not be less than one character in length");i!==0;){for(;Aa(i);)i=e.input.charCodeAt(++e.position);if(i===35){do i=e.input.charCodeAt(++e.position);while(i!==0&&!ns(i));break}if(ns(i))break;for(r=e.position;i!==0&&!Wn(i);)i=e.input.charCodeAt(++e.position);s.push(e.input.slice(r,e.position))}i!==0&&Q0(e),Iu.call(wv,n)?wv[n](e,n,s):uf(e,'unknown document directive "'+n+'"')}if(Dr(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,Dr(e,!0,-1)):u&&Je(e,"directives end mark is expected"),wo(e,e.lineIndent-1,sf,!1,!0),Dr(e,!0,-1),e.checkLineBreaks&&Qb.test(e.input.slice(t,e.position))&&uf(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&af(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,Dr(e,!0,-1));return}if(e.position"u"&&(r=t,t=null);var n=Rv(e,r);if(typeof t!="function")return n;for(var s=0,u=n.length;s"u"&&(r=t,t=null),Tv(e,t,Gs.extend({schema:yv},r))}function vS(e,t){return kv(e,Gs.extend({schema:yv},t))}vc.exports.loadAll=Tv;vc.exports.load=kv;vc.exports.safeLoadAll=mS;vc.exports.safeLoad=vS});var i2=Be((x$,ip)=>{"use strict";var Ec=da(),wc=go(),AS=mc(),ES=vo(),qv=Object.prototype.toString,Vv=Object.prototype.hasOwnProperty,wS=9,Ac=10,CS=13,FS=32,DS=33,yS=34,Kv=35,bS=37,SS=38,_S=39,BS=42,Gv=44,IS=45,zv=58,$S=61,PS=62,RS=63,TS=64,Wv=91,Yv=93,kS=96,Xv=123,OS=124,Jv=125,an={};an[0]="\\0";an[7]="\\a";an[8]="\\b";an[9]="\\t";an[10]="\\n";an[11]="\\v";an[12]="\\f";an[13]="\\r";an[27]="\\e";an[34]='\\"';an[92]="\\\\";an[133]="\\N";an[160]="\\_";an[8232]="\\L";an[8233]="\\P";var NS=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function xS(e,t){var r,n,s,u,i,c,l;if(t===null)return{};for(r={},n=Object.keys(t),s=0,u=n.length;s0?e.charCodeAt(u-1):null,p=p&&Lv(i,c)}else{for(u=0;un&&e[E+1]!==" ",E=u);else if(!Co(i))return of;c=u>0?e.charCodeAt(u-1):null,p=p&&Lv(i,c)}h=h||d&&u-E-1>n&&e[E+1]!==" "}return!l&&!h?p&&!s(e)?Qv:e2:r>9&&Zv(e)?of:h?r2:t2}function qS(e,t,r,n){e.dump=function(){if(t.length===0)return"''";if(!e.noCompatMode&&NS.indexOf(t)!==-1)return"'"+t+"'";var s=e.indent*Math.max(1,r),u=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-s),i=n||e.flowLevel>-1&&r>=e.flowLevel;function c(l){return US(e,l)}switch(MS(t,i,e.indent,u,c)){case Qv:return t;case e2:return"'"+t.replace(/'/g,"''")+"'";case t2:return"|"+Uv(t,e.indent)+Hv(xv(t,s));case r2:return">"+Uv(t,e.indent)+Hv(xv(VS(t,u),s));case of:return'"'+KS(t,u)+'"';default:throw new wc("impossible error: invalid scalar style")}}()}function Uv(e,t){var r=Zv(e)?String(t):"",n=e[e.length-1]===` `,s=n&&(e[e.length-2]===` `||e===` `),u=s?"+":n?"":"-";return r+u+` `}function Hv(e){return e[e.length-1]===` `?e.slice(0,-1):e}function VS(e,t){for(var r=/(\n+)([^\n]*)/g,n=function(){var h=e.indexOf(` `);return h=h!==-1?h:e.length,r.lastIndex=h,jv(e.slice(0,h),t)}(),s=e[0]===` `||e[0]===" ",u,i;i=r.exec(e);){var c=i[1],l=i[2];u=l[0]===" ",n+=c+(!s&&!u&&l!==""?` `:"")+jv(l,t),s=u}return n}function jv(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,n,s=0,u,i=0,c=0,l="";n=r.exec(e);)c=n.index,c-s>t&&(u=i>s?i:c,l+=` `+e.slice(s,u),s=u+1),i=c;return l+=` `,e.length-s>t&&i>s?l+=e.slice(s,i)+` `+e.slice(i+1):l+=e.slice(s),l.slice(1)}function KS(e){for(var t="",r,n,s,u=0;u=55296&&r<=56319&&(n=e.charCodeAt(u+1),n>=56320&&n<=57343)){t+=Nv((r-55296)*1024+n-56320+65536),u++;continue}s=an[r],t+=!s&&Co(r)?e[u]:s||Nv(r)}return t}function GS(e,t,r){var n="",s=e.tag,u,i;for(u=0,i=r.length;u1024&&(d+="? "),d+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),Ea(e,t,h,!1,!1)&&(d+=e.dump,n+=d));e.tag=s,e.dump="{"+n+"}"}function YS(e,t,r,n){var s="",u=e.tag,i=Object.keys(r),c,l,h,d,E,p;if(e.sortKeys===!0)i.sort();else if(typeof e.sortKeys=="function")i.sort(e.sortKeys);else if(e.sortKeys)throw new wc("sortKeys must be a boolean or a function");for(c=0,l=i.length;c1024,E&&(e.dump&&Ac===e.dump.charCodeAt(0)?p+="?":p+="? "),p+=e.dump,E&&(p+=tp(e,t)),Ea(e,t+1,d,!0,E)&&(e.dump&&Ac===e.dump.charCodeAt(0)?p+=":":p+=": ",p+=e.dump,s+=p));e.tag=u,e.dump=s||"{}"}function Mv(e,t,r){var n,s,u,i,c,l;for(s=r?e.explicitTypes:e.implicitTypes,u=0,i=s.length;u tag resolver accepts not "'+l+'" style');e.dump=n}return!0}return!1}function Ea(e,t,r,n,s,u){e.tag=null,e.dump=r,Mv(e,r,!1)||Mv(e,r,!0);var i=qv.call(e.dump);n&&(n=e.flowLevel<0||e.flowLevel>t);var c=i==="[object Object]"||i==="[object Array]",l,h;if(c&&(l=e.duplicates.indexOf(r),h=l!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&t>0)&&(s=!1),h&&e.usedDuplicates[l])e.dump="*ref_"+l;else{if(c&&h&&!e.usedDuplicates[l]&&(e.usedDuplicates[l]=!0),i==="[object Object]")n&&Object.keys(e.dump).length!==0?(YS(e,t,e.dump,s),h&&(e.dump="&ref_"+l+e.dump)):(WS(e,t,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump));else if(i==="[object Array]"){var d=e.noArrayIndent&&t>0?t-1:t;n&&e.dump.length!==0?(zS(e,d,e.dump,s),h&&(e.dump="&ref_"+l+e.dump)):(GS(e,d,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump))}else if(i==="[object String]")e.tag!=="?"&&qS(e,e.dump,t,u);else{if(e.skipInvalid)return!1;throw new wc("unacceptable kind of an object to dump "+i)}e.tag!==null&&e.tag!=="?"&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function XS(e,t){var r=[],n=[],s,u;for(rp(e,r,n),s=0,u=n.length;s{"use strict";var cf=Ov(),s2=i2();function lf(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}dr.exports.Type=$r();dr.exports.Schema=ga();dr.exports.FAILSAFE_SCHEMA=tf();dr.exports.JSON_SCHEMA=Y0();dr.exports.CORE_SCHEMA=X0();dr.exports.DEFAULT_SAFE_SCHEMA=vo();dr.exports.DEFAULT_FULL_SCHEMA=mc();dr.exports.load=cf.load;dr.exports.loadAll=cf.loadAll;dr.exports.safeLoad=cf.safeLoad;dr.exports.safeLoadAll=cf.safeLoadAll;dr.exports.dump=s2.dump;dr.exports.safeDump=s2.safeDump;dr.exports.YAMLException=go();dr.exports.MINIMAL_SCHEMA=tf();dr.exports.SAFE_SCHEMA=vo();dr.exports.DEFAULT_SCHEMA=mc();dr.exports.scan=lf("scan");dr.exports.parse=lf("parse");dr.exports.compose=lf("compose");dr.exports.addConstructor=lf("addConstructor")});var o2=Be((U$,a2)=>{"use strict";var ZS=u2();a2.exports=ZS});var l2=Be((H$,c2)=>{"use strict";var ff=o2();c2.exports={safeLoad:ff.safeLoad,load:ff.load,safeDump:ff.safeDump,dump:ff.dump}});var ap=Be(Do=>{"use strict";Object.defineProperty(Do,"__esModule",{value:!0});Do.isCorrect=Do.isInSubnet=void 0;function l_(e){return this.subnetMask{"use strict";Object.defineProperty(as,"__esModule",{value:!0});as.RE_SUBNET_STRING=as.RE_ADDRESS=as.GROUPS=as.BITS=void 0;as.BITS=32;as.GROUPS=4;as.RE_ADDRESS=/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/g;as.RE_SUBNET_STRING=/\/\d{1,2}$/});var vf=Be(mf=>{"use strict";Object.defineProperty(mf,"__esModule",{value:!0});mf.AddressError=void 0;var cp=class extends Error{constructor(t,r){super(t),this.name="AddressError",r!==null&&(this.parseMessage=r)}};mf.AddressError=cp});var lp=Be((Af,A2)=>{(function(){var e,t=0xdeadbeefcafe,r=(t&16777215)==15715070;function n(R,k,U){R!=null&&(typeof R=="number"?this.fromNumber(R,k,U):k==null&&typeof R!="string"?this.fromString(R,256):this.fromString(R,k))}function s(){return new n(null)}function u(R,k,U,Z,ve,we){for(;--we>=0;){var $e=k*this[R++]+U[Z]+ve;ve=Math.floor($e/67108864),U[Z++]=$e&67108863}return ve}function i(R,k,U,Z,ve,we){for(var $e=k&32767,Oe=k>>15;--we>=0;){var Ht=this[R]&32767,fr=this[R++]>>15,zr=Oe*Ht+fr*$e;Ht=$e*Ht+((zr&32767)<<15)+U[Z]+(ve&1073741823),ve=(Ht>>>30)+(zr>>>15)+Oe*fr+(ve>>>30),U[Z++]=Ht&1073741823}return ve}function c(R,k,U,Z,ve,we){for(var $e=k&16383,Oe=k>>14;--we>=0;){var Ht=this[R]&16383,fr=this[R++]>>14,zr=Oe*Ht+fr*$e;Ht=$e*Ht+((zr&16383)<<14)+U[Z]+ve,ve=(Ht>>28)+(zr>>14)+Oe*fr,U[Z++]=Ht&268435455}return ve}var l=typeof navigator<"u";l&&r&&navigator.appName=="Microsoft Internet Explorer"?(n.prototype.am=i,e=30):l&&r&&navigator.appName!="Netscape"?(n.prototype.am=u,e=26):(n.prototype.am=c,e=28),n.prototype.DB=e,n.prototype.DM=(1<=0;--k)R[k]=this[k];R.t=this.t,R.s=this.s}function A(R){this.t=1,this.s=R<0?-1:0,R>0?this[0]=R:R<-1?this[0]=R+this.DV:this.t=0}function C(R){var k=s();return k.fromInt(R),k}function b(R,k){var U;if(k==16)U=4;else if(k==8)U=3;else if(k==256)U=8;else if(k==2)U=1;else if(k==32)U=5;else if(k==4)U=2;else{this.fromRadix(R,k);return}this.t=0,this.s=0;for(var Z=R.length,ve=!1,we=0;--Z>=0;){var $e=U==8?R[Z]&255:v(R,Z);if($e<0){R.charAt(Z)=="-"&&(ve=!0);continue}ve=!1,we==0?this[this.t++]=$e:we+U>this.DB?(this[this.t-1]|=($e&(1<>this.DB-we):this[this.t-1]|=$e<=this.DB&&(we-=this.DB)}U==8&&R[0]&128&&(this.s=-1,we>0&&(this[this.t-1]|=(1<0&&this[this.t-1]==R;)--this.t}function _(R){if(this.s<0)return"-"+this.negate().toString(R);var k;if(R==16)k=4;else if(R==8)k=3;else if(R==2)k=1;else if(R==32)k=5;else if(R==4)k=2;else return this.toRadix(R);var U=(1<0)for(Oe>Oe)>0&&(ve=!0,we=w(Z));$e>=0;)Oe>(Oe+=this.DB-k)):(Z=this[$e]>>(Oe-=k)&U,Oe<=0&&(Oe+=this.DB,--$e)),Z>0&&(ve=!0),ve&&(we+=w(Z));return ve?we:"0"}function j(){var R=s();return n.ZERO.subTo(this,R),R}function K(){return this.s<0?this.negate():this}function S(R){var k=this.s-R.s;if(k!=0)return k;var U=this.t;if(k=U-R.t,k!=0)return this.s<0?-k:k;for(;--U>=0;)if((k=this[U]-R[U])!=0)return k;return 0}function P(R){var k=1,U;return(U=R>>>16)!=0&&(R=U,k+=16),(U=R>>8)!=0&&(R=U,k+=8),(U=R>>4)!=0&&(R=U,k+=4),(U=R>>2)!=0&&(R=U,k+=2),(U=R>>1)!=0&&(R=U,k+=1),k}function x(){return this.t<=0?0:this.DB*(this.t-1)+P(this[this.t-1]^this.s&this.DM)}function H(R,k){var U;for(U=this.t-1;U>=0;--U)k[U+R]=this[U];for(U=R-1;U>=0;--U)k[U]=0;k.t=this.t+R,k.s=this.s}function V(R,k){for(var U=R;U=0;--Oe)k[Oe+we+1]=this[Oe]>>Z|$e,$e=(this[Oe]&ve)<=0;--Oe)k[Oe]=0;k[we]=$e,k.t=this.t+we+1,k.s=this.s,k.clamp()}function q(R,k){k.s=this.s;var U=Math.floor(R/this.DB);if(U>=this.t){k.t=0;return}var Z=R%this.DB,ve=this.DB-Z,we=(1<>Z;for(var $e=U+1;$e>Z;Z>0&&(k[this.t-U-1]|=(this.s&we)<>=this.DB;if(R.t>=this.DB;Z+=this.s}else{for(Z+=this.s;U>=this.DB;Z-=R.s}k.s=Z<0?-1:0,Z<-1?k[U++]=this.DV+Z:Z>0&&(k[U++]=Z),k.t=U,k.clamp()}function Y(R,k){var U=this.abs(),Z=R.abs(),ve=U.t;for(k.t=ve+Z.t;--ve>=0;)k[ve]=0;for(ve=0;ve=0;)R[U]=0;for(U=0;U=k.DV&&(R[U+k.t]-=k.DV,R[U+k.t+1]=1)}R.t>0&&(R[R.t-1]+=k.am(U,k[U],R,2*U,0,1)),R.s=0,R.clamp()}function _e(R,k,U){var Z=R.abs();if(!(Z.t<=0)){var ve=this.abs();if(ve.t0?(Z.lShiftTo(Ht,we),ve.lShiftTo(Ht,U)):(Z.copyTo(we),ve.copyTo(U));var fr=we.t,zr=we[fr-1];if(zr!=0){var Wr=zr*(1<1?we[fr-2]>>this.F2:0),Qn=this.FV/Wr,vu=(1<=0&&(U[U.t++]=1,U.subTo(mi,U)),n.ONE.dlShiftTo(fr,mi),mi.subTo(we,we);we.t=0;){var Xu=U[--Yr]==zr?this.DM:Math.floor(U[Yr]*Qn+(U[Yr-1]+An)*vu);if((U[Yr]+=we.am(0,Xu,U,Au,0,fr))0&&U.rShiftTo(Ht,U),$e<0&&n.ZERO.subTo(U,U)}}}function be(R){var k=s();return this.abs().divRemTo(R,null,k),this.s<0&&k.compareTo(n.ZERO)>0&&R.subTo(k,k),k}function Re(R){this.m=R}function Ye(R){return R.s<0||R.compareTo(this.m)>=0?R.mod(this.m):R}function ae(R){return R}function De(R){R.divRemTo(this.m,null,R)}function Ue(R,k,U){R.multiplyTo(k,U),this.reduce(U)}function Yt(R,k){R.squareTo(k),this.reduce(k)}Re.prototype.convert=Ye,Re.prototype.revert=ae,Re.prototype.reduce=De,Re.prototype.mulTo=Ue,Re.prototype.sqrTo=Yt;function bt(){if(this.t<1)return 0;var R=this[0];if(!(R&1))return 0;var k=R&3;return k=k*(2-(R&15)*k)&15,k=k*(2-(R&255)*k)&255,k=k*(2-((R&65535)*k&65535))&65535,k=k*(2-R*k%this.DV)%this.DV,k>0?this.DV-k:-k}function At(R){this.m=R,this.mp=R.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<0&&this.m.subTo(k,k),k}function Jt(R){var k=s();return R.copyTo(k),this.reduce(k),k}function lt(R){for(;R.t<=this.mt2;)R[R.t++]=0;for(var k=0;k>15)*this.mpl&this.um)<<15)&R.DM;for(U=k+this.m.t,R[U]+=this.m.am(0,Z,R,k,0,this.m.t);R[U]>=R.DV;)R[U]-=R.DV,R[++U]++}R.clamp(),R.drShiftTo(this.m.t,R),R.compareTo(this.m)>=0&&R.subTo(this.m,R)}function Lt(R,k){R.squareTo(k),this.reduce(k)}function nt(R,k,U){R.multiplyTo(k,U),this.reduce(U)}At.prototype.convert=ar,At.prototype.revert=Jt,At.prototype.reduce=lt,At.prototype.mulTo=nt,At.prototype.sqrTo=Lt;function Ge(){return(this.t>0?this[0]&1:this.s)==0}function Zt(R,k){if(R>4294967295||R<1)return n.ONE;var U=s(),Z=s(),ve=k.convert(this),we=P(R)-1;for(ve.copyTo(U);--we>=0;)if(k.sqrTo(U,Z),(R&1<0)k.mulTo(Z,ve,U);else{var $e=U;U=Z,Z=$e}return k.revert(U)}function Me(R,k){var U;return R<256||k.isEven()?U=new Re(k):U=new At(k),this.exp(R,U)}n.prototype.copyTo=D,n.prototype.fromInt=A,n.prototype.fromString=b,n.prototype.clamp=B,n.prototype.dlShiftTo=H,n.prototype.drShiftTo=V,n.prototype.lShiftTo=z,n.prototype.rShiftTo=q,n.prototype.subTo=G,n.prototype.multiplyTo=Y,n.prototype.squareTo=ie,n.prototype.divRemTo=_e,n.prototype.invDigit=bt,n.prototype.isEven=Ge,n.prototype.exp=Zt,n.prototype.toString=_,n.prototype.negate=j,n.prototype.abs=K,n.prototype.compareTo=S,n.prototype.bitLength=x,n.prototype.mod=be,n.prototype.modPowInt=Me,n.ZERO=C(0),n.ONE=C(1);function It(){var R=s();return this.copyTo(R),R}function jr(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<>24}function Ut(){return this.t==0?this.s:this[0]<<16>>16}function pt(R){return Math.floor(Math.LN2*this.DB/Math.log(R))}function Er(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function Zn(R){if(R==null&&(R=10),this.signum()==0||R<2||R>36)return"0";var k=this.chunkSize(R),U=Math.pow(R,k),Z=C(U),ve=s(),we=s(),$e="";for(this.divRemTo(Z,ve,we);ve.signum()>0;)$e=(U+we.intValue()).toString(R).substr(1)+$e,ve.divRemTo(Z,ve,we);return we.intValue().toString(R)+$e}function Mr(R,k){this.fromInt(0),k==null&&(k=10);for(var U=this.chunkSize(k),Z=Math.pow(k,U),ve=!1,we=0,$e=0,Oe=0;Oe=U&&(this.dMultiply(Z),this.dAddOffset($e,0),we=0,$e=0)}we>0&&(this.dMultiply(Math.pow(k,we)),this.dAddOffset($e,0)),ve&&n.ZERO.subTo(this,this)}function Ct(R,k,U){if(typeof k=="number")if(R<2)this.fromInt(1);else for(this.fromNumber(R,U),this.testBit(R-1)||this.bitwiseTo(n.ONE.shiftLeft(R-1),ge,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(k);)this.dAddOffset(2,0),this.bitLength()>R&&this.subTo(n.ONE.shiftLeft(R-1),this);else{var Z=new Array,ve=R&7;Z.length=(R>>3)+1,k.nextBytes(Z),ve>0?Z[0]&=(1<0)for(U>U)!=(this.s&this.DM)>>U&&(k[ve++]=Z|this.s<=0;)U<8?(Z=(this[R]&(1<>(U+=this.DB-8)):(Z=this[R]>>(U-=8)&255,U<=0&&(U+=this.DB,--R)),Z&128&&(Z|=-256),ve==0&&(this.s&128)!=(Z&128)&&++ve,(ve>0||Z!=this.s)&&(k[ve++]=Z);return k}function Se(R){return this.compareTo(R)==0}function or(R){return this.compareTo(R)<0?this:R}function qr(R){return this.compareTo(R)>0?this:R}function it(R,k,U){var Z,ve,we=Math.min(R.t,this.t);for(Z=0;Z>=16,k+=16),R&255||(R>>=8,k+=8),R&15||(R>>=4,k+=4),R&3||(R>>=2,k+=2),R&1||++k,k}function $t(){for(var R=0;R=this.t?this.s!=0:(this[k]&1<>=this.DB;if(R.t>=this.DB;Z+=this.s}else{for(Z+=this.s;U>=this.DB;Z+=R.s}k.s=Z<0?-1:0,Z>0?k[U++]=Z:Z<-1&&(k[U++]=this.DV+Z),k.t=U,k.clamp()}function bs(R){var k=s();return this.addTo(R,k),k}function te(R){var k=s();return this.subTo(R,k),k}function fe(R){var k=s();return this.multiplyTo(R,k),k}function Le(){var R=s();return this.squareTo(R),R}function Ne(R){var k=s();return this.divRemTo(R,k,null),k}function Ke(R){var k=s();return this.divRemTo(R,null,k),k}function st(R){var k=s(),U=s();return this.divRemTo(R,k,U),new Array(k,U)}function ct(R){this[this.t]=this.am(0,R-1,this,0,0,this.t),++this.t,this.clamp()}function mr(R,k){if(R!=0){for(;this.t<=k;)this[this.t++]=0;for(this[k]+=R;this[k]>=this.DV;)this[k]-=this.DV,++k>=this.t&&(this[this.t++]=0),++this[k]}}function kt(){}function Tn(R){return R}function gi(R,k,U){R.multiplyTo(k,U)}function Kr(R,k){R.squareTo(k)}kt.prototype.convert=Tn,kt.prototype.revert=Tn,kt.prototype.mulTo=gi,kt.prototype.sqrTo=Kr;function en(R){return this.exp(R,new kt)}function cr(R,k,U){var Z=Math.min(this.t+R.t,k);for(U.s=0,U.t=Z;Z>0;)U[--Z]=0;var ve;for(ve=U.t-this.t;Z=0;)U[Z]=0;for(Z=Math.max(k-this.t,0);Z2*this.m.t)return R.mod(this.m);if(R.compareTo(this.m)<0)return R;var k=s();return R.copyTo(k),this.reduce(k),k}function Wi(R){return R}function dn(R){for(R.drShiftTo(this.m.t-1,this.r2),R.t>this.m.t+1&&(R.t=this.m.t+1,R.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);R.compareTo(this.r2)<0;)R.dAddOffset(1,this.m.t+1);for(R.subTo(this.r2,R);R.compareTo(this.m)>=0;)R.subTo(this.m,R)}function Bt(R,k){R.squareTo(k),this.reduce(k)}function lr(R,k,U){R.multiplyTo(k,U),this.reduce(U)}Sr.prototype.convert=qu,Sr.prototype.revert=Wi,Sr.prototype.reduce=dn,Sr.prototype.mulTo=lr,Sr.prototype.sqrTo=Bt;function et(R,k){var U=R.bitLength(),Z,ve=C(1),we;if(U<=0)return ve;U<18?Z=1:U<48?Z=3:U<144?Z=4:U<768?Z=5:Z=6,U<8?we=new Re(k):k.isEven()?we=new Sr(k):we=new At(k);var $e=new Array,Oe=3,Ht=Z-1,fr=(1<1){var zr=s();for(we.sqrTo($e[1],zr);Oe<=fr;)$e[Oe]=s(),we.mulTo(zr,$e[Oe-2],$e[Oe]),Oe+=2}var Wr=R.t-1,Qn,vu=!0,An=s(),Yr;for(U=P(R[Wr])-1;Wr>=0;){for(U>=Ht?Qn=R[Wr]>>U-Ht&fr:(Qn=(R[Wr]&(1<0&&(Qn|=R[Wr-1]>>this.DB+U-Ht)),Oe=Z;!(Qn&1);)Qn>>=1,--Oe;if((U-=Oe)<0&&(U+=this.DB,--Wr),vu)$e[Qn].copyTo(ve),vu=!1;else{for(;Oe>1;)we.sqrTo(ve,An),we.sqrTo(An,ve),Oe-=2;Oe>0?we.sqrTo(ve,An):(Yr=ve,ve=An,An=Yr),we.mulTo(An,$e[Qn],ve)}for(;Wr>=0&&!(R[Wr]&1<0&&(k.rShiftTo(we,k),U.rShiftTo(we,U));k.signum()>0;)(ve=k.getLowestSetBit())>0&&k.rShiftTo(ve,k),(ve=U.getLowestSetBit())>0&&U.rShiftTo(ve,U),k.compareTo(U)>=0?(k.subTo(U,k),k.rShiftTo(1,k)):(U.subTo(k,U),U.rShiftTo(1,U));return we>0&&U.lShiftTo(we,U),U}function Tr(R){if(R<=0)return 0;var k=this.DV%R,U=this.s<0?R-1:0;if(this.t>0)if(k==0)U=this[0]%R;else for(var Z=this.t-1;Z>=0;--Z)U=(k*U+this[Z])%R;return U}function er(R){var k=R.isEven();if(this.isEven()&&k||R.signum()==0)return n.ZERO;for(var U=R.clone(),Z=this.clone(),ve=C(1),we=C(0),$e=C(0),Oe=C(1);U.signum()!=0;){for(;U.isEven();)U.rShiftTo(1,U),k?((!ve.isEven()||!we.isEven())&&(ve.addTo(this,ve),we.subTo(R,we)),ve.rShiftTo(1,ve)):we.isEven()||we.subTo(R,we),we.rShiftTo(1,we);for(;Z.isEven();)Z.rShiftTo(1,Z),k?((!$e.isEven()||!Oe.isEven())&&($e.addTo(this,$e),Oe.subTo(R,Oe)),$e.rShiftTo(1,$e)):Oe.isEven()||Oe.subTo(R,Oe),Oe.rShiftTo(1,Oe);U.compareTo(Z)>=0?(U.subTo(Z,U),k&&ve.subTo($e,ve),we.subTo(Oe,we)):(Z.subTo(U,Z),k&&$e.subTo(ve,$e),Oe.subTo(we,Oe))}if(Z.compareTo(n.ONE)!=0)return n.ZERO;if(Oe.compareTo(R)>=0)return Oe.subtract(R);if(Oe.signum()<0)Oe.addTo(R,Oe);else return Oe;return Oe.signum()<0?Oe.add(R):Oe}var Ot=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],gn=(1<<26)/Ot[Ot.length-1];function kn(R){var k,U=this.abs();if(U.t==1&&U[0]<=Ot[Ot.length-1]){for(k=0;k>1,R>Ot.length&&(R=Ot.length);for(var ve=s(),we=0;we>8&255,wr[rr++]^=R>>16&255,wr[rr++]^=R>>24&255,rr>=vn&&(rr-=vn)}function Vu(){Uo(new Date().getTime())}if(wr==null){wr=new Array,rr=0;var kr;if(typeof window<"u"&&window.crypto){if(window.crypto.getRandomValues){var Ku=new Uint8Array(32);for(window.crypto.getRandomValues(Ku),kr=0;kr<32;++kr)wr[rr++]=Ku[kr]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var Pa=window.crypto.random(32);for(kr=0;kr>>8,wr[rr++]=kr&255;rr=0,Vu()}function Ra(){if(mn==null){for(Vu(),mn=Yu(),mn.init(wr),rr=0;rr{(function(){"use strict";var e={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function t(i){return n(u(i),arguments)}function r(i,c){return t.apply(null,[i].concat(c||[]))}function n(i,c){var l=1,h=i.length,d,E="",p,f,w,v,D,A,C,b;for(p=0;p=0),w.type){case"b":d=parseInt(d,10).toString(2);break;case"c":d=String.fromCharCode(parseInt(d,10));break;case"d":case"i":d=parseInt(d,10);break;case"j":d=JSON.stringify(d,null,w.width?parseInt(w.width):0);break;case"e":d=w.precision?parseFloat(d).toExponential(w.precision):parseFloat(d).toExponential();break;case"f":d=w.precision?parseFloat(d).toFixed(w.precision):parseFloat(d);break;case"g":d=w.precision?String(Number(d.toPrecision(w.precision))):parseFloat(d);break;case"o":d=(parseInt(d,10)>>>0).toString(8);break;case"s":d=String(d),d=w.precision?d.substring(0,w.precision):d;break;case"t":d=String(!!d),d=w.precision?d.substring(0,w.precision):d;break;case"T":d=Object.prototype.toString.call(d).slice(8,-1).toLowerCase(),d=w.precision?d.substring(0,w.precision):d;break;case"u":d=parseInt(d,10)>>>0;break;case"v":d=d.valueOf(),d=w.precision?d.substring(0,w.precision):d;break;case"x":d=(parseInt(d,10)>>>0).toString(16);break;case"X":d=(parseInt(d,10)>>>0).toString(16).toUpperCase();break}e.json.test(w.type)?E+=d:(e.number.test(w.type)&&(!C||w.sign)?(b=C?"+":"-",d=d.toString().replace(e.sign,"")):b="",D=w.pad_char?w.pad_char==="0"?"0":w.pad_char.charAt(1):" ",A=w.width-(b+d).length,v=w.width&&A>0?D.repeat(A):"",E+=w.align?b+d+v:D==="0"?b+v+d:v+b+d)}return E}var s=Object.create(null);function u(i){if(s[i])return s[i];for(var c=i,l,h=[],d=0;c;){if((l=e.text.exec(c))!==null)h.push(l[0]);else if((l=e.modulo.exec(c))!==null)h.push("%");else if((l=e.placeholder.exec(c))!==null){if(l[2]){d|=1;var E=[],p=l[2],f=[];if((f=e.key.exec(p))!==null)for(E.push(f[1]);(p=p.substring(f[0].length))!=="";)if((f=e.key_access.exec(p))!==null)E.push(f[1]);else if((f=e.index_access.exec(p))!==null)E.push(f[1]);else throw new SyntaxError("[sprintf] failed to parse named argument key");else throw new SyntaxError("[sprintf] failed to parse named argument key");l[2]=E}else d|=2;if(d===3)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");h.push({placeholder:l[0],param_no:l[1],keys:l[2],sign:l[3],pad_char:l[4],align:l[5],width:l[6],precision:l[7],type:l[8]})}else throw new SyntaxError("[sprintf] unexpected placeholder");c=c.substring(l[0].length)}return s[i]=h}typeof Ef<"u"&&(Ef.sprintf=t,Ef.vsprintf=r),typeof window<"u"&&(window.sprintf=t,window.vsprintf=r,typeof define=="function"&&define.amd&&define(function(){return{sprintf:t,vsprintf:r}}))})()});var hp=Be(os=>{"use strict";var h_=os&&os.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(t,r);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,s)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),p_=os&&os.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),C2=os&&os.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&h_(t,e,r);return p_(t,e),t};Object.defineProperty(os,"__esModule",{value:!0});os.Address4=void 0;var E2=C2(ap()),xi=C2(op()),w2=vf(),yc=lp(),yo=Dc(),fp=class e{constructor(t){this.groups=xi.GROUPS,this.parsedAddress=[],this.parsedSubnet="",this.subnet="/32",this.subnetMask=32,this.v4=!0,this.isCorrect=E2.isCorrect(xi.BITS),this.isInSubnet=E2.isInSubnet,this.address=t;let r=xi.RE_SUBNET_STRING.exec(t);if(r){if(this.parsedSubnet=r[0].replace("/",""),this.subnetMask=parseInt(this.parsedSubnet,10),this.subnet=`/${this.subnetMask}`,this.subnetMask<0||this.subnetMask>xi.BITS)throw new w2.AddressError("Invalid subnet mask.");t=t.replace(xi.RE_SUBNET_STRING,"")}this.addressMinusSuffix=t,this.parsedAddress=this.parse(t)}static isValid(t){try{return new e(t),!0}catch{return!1}}parse(t){let r=t.split(".");if(!t.match(xi.RE_ADDRESS))throw new w2.AddressError("Invalid IPv4 address.");return r}correctForm(){return this.parsedAddress.map(t=>parseInt(t,10)).join(".")}static fromHex(t){let r=t.replace(/:/g,"").padStart(8,"0"),n=[],s;for(s=0;s<8;s+=2){let u=r.slice(s,s+2);n.push(parseInt(u,16))}return new e(n.join("."))}static fromInteger(t){return e.fromHex(t.toString(16))}static fromArpa(t){let n=t.replace(/(\.in-addr\.arpa)?\.$/,"").split(".").reverse().join(".");return new e(n)}toHex(){return this.parsedAddress.map(t=>(0,yo.sprintf)("%02x",parseInt(t,10))).join(":")}toArray(){return this.parsedAddress.map(t=>parseInt(t,10))}toGroup6(){let t=[],r;for(r=0;r(0,yo.sprintf)("%02x",parseInt(t,10))).join(""),16)}_startAddress(){return new yc.BigInteger(this.mask()+"0".repeat(xi.BITS-this.subnetMask),2)}startAddress(){return e.fromBigInteger(this._startAddress())}startAddressExclusive(){let t=new yc.BigInteger("1");return e.fromBigInteger(this._startAddress().add(t))}_endAddress(){return new yc.BigInteger(this.mask()+"1".repeat(xi.BITS-this.subnetMask),2)}endAddress(){return e.fromBigInteger(this._endAddress())}endAddressExclusive(){let t=new yc.BigInteger("1");return e.fromBigInteger(this._endAddress().subtract(t))}static fromBigInteger(t){return e.fromInteger(parseInt(t.toString(),10))}mask(t){return t===void 0&&(t=this.subnetMask),this.getBitsBase2(0,t)}getBitsBase2(t,r){return this.binaryZeroPad().slice(t,r)}reverseForm(t){t||(t={});let r=this.correctForm().split(".").reverse().join(".");return t.omitSuffix?r:(0,yo.sprintf)("%s.in-addr.arpa.",r)}isMulticast(){return this.isInSubnet(new e("224.0.0.0/4"))}binaryZeroPad(){return this.bigInteger().toString(2).padStart(xi.BITS,"0")}groupForV6(){let t=this.parsedAddress;return this.address.replace(xi.RE_ADDRESS,(0,yo.sprintf)('%s.%s',t.slice(0,2).join("."),t.slice(2,4).join(".")))}};os.Address4=fp});var pp=Be(gr=>{"use strict";Object.defineProperty(gr,"__esModule",{value:!0});gr.RE_URL_WITH_PORT=gr.RE_URL=gr.RE_ZONE_STRING=gr.RE_SUBNET_STRING=gr.RE_BAD_ADDRESS=gr.RE_BAD_CHARACTERS=gr.TYPES=gr.SCOPES=gr.GROUPS=gr.BITS=void 0;gr.BITS=128;gr.GROUPS=8;gr.SCOPES={0:"Reserved",1:"Interface local",2:"Link local",4:"Admin local",5:"Site local",8:"Organization local",14:"Global",15:"Reserved"};gr.TYPES={"ff01::1/128":"Multicast (All nodes on this interface)","ff01::2/128":"Multicast (All routers on this interface)","ff02::1/128":"Multicast (All nodes on this link)","ff02::2/128":"Multicast (All routers on this link)","ff05::2/128":"Multicast (All routers in this site)","ff02::5/128":"Multicast (OSPFv3 AllSPF routers)","ff02::6/128":"Multicast (OSPFv3 AllDR routers)","ff02::9/128":"Multicast (RIP routers)","ff02::a/128":"Multicast (EIGRP routers)","ff02::d/128":"Multicast (PIM routers)","ff02::16/128":"Multicast (MLDv2 reports)","ff01::fb/128":"Multicast (mDNSv6)","ff02::fb/128":"Multicast (mDNSv6)","ff05::fb/128":"Multicast (mDNSv6)","ff02::1:2/128":"Multicast (All DHCP servers and relay agents on this link)","ff05::1:2/128":"Multicast (All DHCP servers and relay agents in this site)","ff02::1:3/128":"Multicast (All DHCP servers on this link)","ff05::1:3/128":"Multicast (All DHCP servers in this site)","::/128":"Unspecified","::1/128":"Loopback","ff00::/8":"Multicast","fe80::/10":"Link-local unicast"};gr.RE_BAD_CHARACTERS=/([^0-9a-f:/%])/gi;gr.RE_BAD_ADDRESS=/([0-9a-f]{5,}|:{3,}|[^:]:$|^:[^:]|\/$)/gi;gr.RE_SUBNET_STRING=/\/\d{1,3}(?=%|$)/;gr.RE_ZONE_STRING=/%.*$/;gr.RE_URL=new RegExp(/^\[{0,1}([0-9a-f:]+)\]{0,1}/);gr.RE_URL_WITH_PORT=new RegExp(/\[([0-9a-f:]+)\]:([0-9]{1,5})/)});var dp=Be(cs=>{"use strict";Object.defineProperty(cs,"__esModule",{value:!0});cs.simpleGroup=cs.spanLeadingZeroes=cs.spanAll=cs.spanAllZeroes=void 0;var F2=Dc();function D2(e){return e.replace(/(0+)/g,'$1')}cs.spanAllZeroes=D2;function d_(e,t=0){return e.split("").map((n,s)=>(0,F2.sprintf)('%s',n,s+t,D2(n))).join("")}cs.spanAll=d_;function y2(e){return e.replace(/^(0+)/,'$1')}function g_(e){return e.split(":").map(r=>y2(r)).join(":")}cs.spanLeadingZeroes=g_;function m_(e,t=0){return e.split(":").map((n,s)=>/group-v4/.test(n)?n:(0,F2.sprintf)('%s',s+t,y2(n)))}cs.simpleGroup=m_});var b2=Be(Lr=>{"use strict";var v_=Lr&&Lr.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(t,r);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,s)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),A_=Lr&&Lr.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),E_=Lr&&Lr.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&v_(t,e,r);return A_(t,e),t};Object.defineProperty(Lr,"__esModule",{value:!0});Lr.possibleElisions=Lr.simpleRegularExpression=Lr.ADDRESS_BOUNDARY=Lr.padGroup=Lr.groupPossibilities=void 0;var w_=E_(pp()),bo=Dc();function Cf(e){return(0,bo.sprintf)("(%s)",e.join("|"))}Lr.groupPossibilities=Cf;function wf(e){return e.length<4?(0,bo.sprintf)("0{0,%d}%s",4-e.length,e):e}Lr.padGroup=wf;Lr.ADDRESS_BOUNDARY="[^A-Fa-f0-9:]";function C_(e){let t=[];e.forEach((n,s)=>{parseInt(n,16)===0&&t.push(s)});let r=t.map(n=>e.map((s,u)=>{if(u===n){let i=u===0||u===w_.GROUPS-1?":":"";return Cf([wf(s),i])}return wf(s)}).join(":"));return r.push(e.map(wf).join(":")),Cf(r)}Lr.simpleRegularExpression=C_;function F_(e,t,r){let n=t?"":":",s=r?"":":",u=[];!t&&!r&&u.push("::"),t&&r&&u.push(""),(r&&!t||!r&&t)&&u.push(":"),u.push((0,bo.sprintf)("%s(:0{1,4}){1,%d}",n,e-1)),u.push((0,bo.sprintf)("(0{1,4}:){1,%d}%s",e-1,s)),u.push((0,bo.sprintf)("(0{1,4}:){%d}0{1,4}",e-1));for(let i=1;i{"use strict";var D_=ls&&ls.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(t,r);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,s)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),y_=ls&&ls.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Df=ls&&ls.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&D_(t,e,r);return y_(t,e),t};Object.defineProperty(ls,"__esModule",{value:!0});ls.Address6=void 0;var S2=Df(ap()),gp=Df(op()),Xt=Df(pp()),mp=Df(dp()),Da=hp(),ya=b2(),Ys=vf(),Sn=lp(),_n=Dc();function Ff(e){if(!e)throw new Error("Assertion failed.")}function b_(e){let t=/(\d+)(\d{3})/;for(;t.test(e);)e=e.replace(t,"$1,$2");return e}function S_(e){return e=e.replace(/^(0{1,})([1-9]+)$/,'$1$2'),e=e.replace(/^(0{1,})(0)$/,'$1$2'),e}function __(e,t){let r=[],n=[],s;for(s=0;st[1]&&n.push(e[s]);return r.concat(["compact"]).concat(n)}function _2(e){return(0,_n.sprintf)("%04x",parseInt(e,16))}function B2(e){return e&255}var vp=class e{constructor(t,r){this.addressMinusSuffix="",this.parsedSubnet="",this.subnet="/128",this.subnetMask=128,this.v4=!1,this.zone="",this.isInSubnet=S2.isInSubnet,this.isCorrect=S2.isCorrect(Xt.BITS),r===void 0?this.groups=Xt.GROUPS:this.groups=r,this.address=t;let n=Xt.RE_SUBNET_STRING.exec(t);if(n){if(this.parsedSubnet=n[0].replace("/",""),this.subnetMask=parseInt(this.parsedSubnet,10),this.subnet=`/${this.subnetMask}`,Number.isNaN(this.subnetMask)||this.subnetMask<0||this.subnetMask>Xt.BITS)throw new Ys.AddressError("Invalid subnet mask.");t=t.replace(Xt.RE_SUBNET_STRING,"")}else if(/\//.test(t))throw new Ys.AddressError("Invalid subnet mask.");let s=Xt.RE_ZONE_STRING.exec(t);s&&(this.zone=s[0],t=t.replace(Xt.RE_ZONE_STRING,"")),this.addressMinusSuffix=t,this.parsedAddress=this.parse(this.addressMinusSuffix)}static isValid(t){try{return new e(t),!0}catch{return!1}}static fromBigInteger(t){let r=t.toString(16).padStart(32,"0"),n=[],s;for(s=0;s65536)&&(n=null)):n=null,{address:new e(r),port:n}}static fromAddress4(t){let r=new Da.Address4(t),n=Xt.BITS-(gp.BITS-r.subnetMask);return new e(`::ffff:${r.correctForm()}/${n}`)}static fromArpa(t){let r=t.replace(/(\.ip6\.arpa)?\.$/,""),n=7;if(r.length!==63)throw new Ys.AddressError("Invalid 'ip6.arpa' form.");let s=r.split(".").reverse();for(let u=n;u>0;u--){let i=u*4;s.splice(i,0,":")}return r=s.join(""),new e(r)}microsoftTranscription(){return(0,_n.sprintf)("%s.ipv6-literal.net",this.correctForm().replace(/:/g,"-"))}mask(t=this.subnetMask){return this.getBitsBase2(0,t)}possibleSubnets(t=128){let r=Xt.BITS-this.subnetMask,n=Math.abs(t-Xt.BITS),s=r-n;return s<0?"0":b_(new Sn.BigInteger("2",10).pow(s).toString(10))}_startAddress(){return new Sn.BigInteger(this.mask()+"0".repeat(Xt.BITS-this.subnetMask),2)}startAddress(){return e.fromBigInteger(this._startAddress())}startAddressExclusive(){let t=new Sn.BigInteger("1");return e.fromBigInteger(this._startAddress().add(t))}_endAddress(){return new Sn.BigInteger(this.mask()+"1".repeat(Xt.BITS-this.subnetMask),2)}endAddress(){return e.fromBigInteger(this._endAddress())}endAddressExclusive(){let t=new Sn.BigInteger("1");return e.fromBigInteger(this._endAddress().subtract(t))}getScope(){let t=Xt.SCOPES[this.getBits(12,16).intValue()];return this.getType()==="Global unicast"&&t!=="Link local"&&(t="Global"),t||"Unknown"}getType(){for(let t of Object.keys(Xt.TYPES))if(this.isInSubnet(new e(t)))return Xt.TYPES[t];return"Global unicast"}getBits(t,r){return new Sn.BigInteger(this.getBitsBase2(t,r),2)}getBitsBase2(t,r){return this.binaryZeroPad().slice(t,r)}getBitsBase16(t,r){let n=r-t;if(n%4!==0)throw new Error("Length of bits to retrieve must be divisible by four");return this.getBits(t,r).toString(16).padStart(n/4,"0")}getBitsPastSubnet(){return this.getBitsBase2(this.subnetMask,Xt.BITS)}reverseForm(t){t||(t={});let r=Math.floor(this.subnetMask/4),n=this.canonicalForm().replace(/:/g,"").split("").slice(0,r).reverse().join(".");return r>0?t.omitSuffix?n:(0,_n.sprintf)("%s.ip6.arpa.",n):t.omitSuffix?"":"ip6.arpa."}correctForm(){let t,r=[],n=0,s=[];for(t=0;t0&&(n>1&&s.push([t-n,t-1]),n=0)}n>1&&s.push([this.parsedAddress.length-n,this.parsedAddress.length-1]);let u=s.map(c=>c[1]-c[0]+1);if(s.length>0){let c=u.indexOf(Math.max(...u));r=__(this.parsedAddress,s[c])}else r=this.parsedAddress;for(t=0;t1?"s":"",r.join("")),t.replace(Xt.RE_BAD_CHARACTERS,'$1'));let n=t.match(Xt.RE_BAD_ADDRESS);if(n)throw new Ys.AddressError((0,_n.sprintf)("Address failed regex: %s",n.join("")),t.replace(Xt.RE_BAD_ADDRESS,'$1'));let s=[],u=t.split("::");if(u.length===2){let i=u[0].split(":"),c=u[1].split(":");i.length===1&&i[0]===""&&(i=[]),c.length===1&&c[0]===""&&(c=[]);let l=this.groups-(i.length+c.length);if(!l)throw new Ys.AddressError("Error parsing groups");this.elidedGroups=l,this.elisionBegin=i.length,this.elisionEnd=i.length+this.elidedGroups,s=s.concat(i);for(let h=0;h(0,_n.sprintf)("%x",parseInt(i,16))),s.length!==this.groups)throw new Ys.AddressError("Incorrect number of groups found");return s}canonicalForm(){return this.parsedAddress.map(_2).join(":")}decimal(){return this.parsedAddress.map(t=>(0,_n.sprintf)("%05d",parseInt(t,16))).join(":")}bigInteger(){return new Sn.BigInteger(this.parsedAddress.map(_2).join(""),16)}to4(){let t=this.binaryZeroPad().split("");return Da.Address4.fromHex(new Sn.BigInteger(t.slice(96,128).join(""),2).toString(16))}to4in6(){let t=this.to4(),n=new e(this.parsedAddress.slice(0,6).join(":"),6).correctForm(),s="";return/:$/.test(n)||(s=":"),n+s+t.address}inspectTeredo(){let t=this.getBitsBase16(0,32),r=this.getBits(80,96).xor(new Sn.BigInteger("ffff",16)).toString(),n=Da.Address4.fromHex(this.getBitsBase16(32,64)),s=Da.Address4.fromHex(this.getBits(96,128).xor(new Sn.BigInteger("ffffffff",16)).toString(16)),u=this.getBits(64,80),i=this.getBitsBase2(64,80),c=u.testBit(15),l=u.testBit(14),h=u.testBit(8),d=u.testBit(9),E=new Sn.BigInteger(i.slice(2,6)+i.slice(8,16),2).toString(10);return{prefix:(0,_n.sprintf)("%s:%s",t.slice(0,4),t.slice(4,8)),server4:n.address,client4:s.address,flags:i,coneNat:c,microsoft:{reserved:l,universalLocal:d,groupIndividual:h,nonce:E},udpPort:r}}inspect6to4(){let t=this.getBitsBase16(0,16),r=Da.Address4.fromHex(this.getBitsBase16(16,48));return{prefix:(0,_n.sprintf)("%s",t.slice(0,4)),gateway:r.address}}to6to4(){if(!this.is4())return null;let t=["2002",this.getBitsBase16(96,112),this.getBitsBase16(112,128),"","/16"].join(":");return new e(t)}toByteArray(){let t=this.bigInteger().toByteArray();return t.length===17&&t[0]===0?t.slice(1):t}toUnsignedByteArray(){return this.toByteArray().map(B2)}static fromByteArray(t){return this.fromUnsignedByteArray(t.map(B2))}static fromUnsignedByteArray(t){let r=new Sn.BigInteger("256",10),n=new Sn.BigInteger("0",10),s=new Sn.BigInteger("1",10);for(let u=t.length-1;u>=0;u--)n=n.add(s.multiply(new Sn.BigInteger(t[u].toString(10),10))),s=s.multiply(r);return e.fromBigInteger(n)}isCanonical(){return this.addressMinusSuffix===this.canonicalForm()}isLinkLocal(){return this.getBitsBase2(0,64)==="1111111010000000000000000000000000000000000000000000000000000000"}isMulticast(){return this.getType()==="Multicast"}is4(){return this.v4}isTeredo(){return this.isInSubnet(new e("2001::/32"))}is6to4(){return this.isInSubnet(new e("2002::/16"))}isLoopback(){return this.getType()==="Loopback"}href(t){return t===void 0?t="":t=(0,_n.sprintf)(":%s",t),(0,_n.sprintf)("http://[%s]%s/",this.correctForm(),t)}link(t){t||(t={}),t.className===void 0&&(t.className=""),t.prefix===void 0&&(t.prefix="/#address="),t.v4===void 0&&(t.v4=!1);let r=this.correctForm;return t.v4&&(r=this.to4in6),t.className?(0,_n.sprintf)('%2$s',t.prefix,r.call(this),t.className):(0,_n.sprintf)('%2$s',t.prefix,r.call(this))}group(){if(this.elidedGroups===0)return mp.simpleGroup(this.address).join(":");Ff(typeof this.elidedGroups=="number"),Ff(typeof this.elisionBegin=="number");let t=[],[r,n]=this.address.split("::");r.length?t.push(...mp.simpleGroup(r)):t.push("");let s=["hover-group"];for(let u=this.elisionBegin;u',s.join(" "))),n.length?t.push(...mp.simpleGroup(n,this.elisionEnd)):t.push(""),this.is4()&&(Ff(this.address4 instanceof Da.Address4),t.pop(),t.push(this.address4.groupForV6())),t.join(":")}regularExpressionString(t=!1){let r=[],n=new e(this.correctForm());if(n.elidedGroups===0)r.push((0,ya.simpleRegularExpression)(n.parsedAddress));else if(n.elidedGroups===Xt.GROUPS)r.push((0,ya.possibleElisions)(Xt.GROUPS));else{let s=n.address.split("::");s[0].length&&r.push((0,ya.simpleRegularExpression)(s[0].split(":"))),Ff(typeof n.elidedGroups=="number"),r.push((0,ya.possibleElisions)(n.elidedGroups,s[0].length!==0,s[1].length!==0)),s[1].length&&r.push((0,ya.simpleRegularExpression)(s[1].split(":"))),r=[r.join(":")]}return t||(r=["(?=^|",ya.ADDRESS_BOUNDARY,"|[^\\w\\:])(",...r,")(?=[^\\w\\:]|",ya.ADDRESS_BOUNDARY,"|$)"]),r.join("")}regularExpression(t=!1){return new RegExp(this.regularExpressionString(t),"i")}};ls.Address6=vp});var $2=Be(hn=>{"use strict";var B_=hn&&hn.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(t,r);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,s)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),I_=hn&&hn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),$_=hn&&hn.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&B_(t,e,r);return I_(t,e),t};Object.defineProperty(hn,"__esModule",{value:!0});hn.v6=hn.AddressError=hn.Address6=hn.Address4=void 0;var P_=hp();Object.defineProperty(hn,"Address4",{enumerable:!0,get:function(){return P_.Address4}});var R_=I2();Object.defineProperty(hn,"Address6",{enumerable:!0,get:function(){return R_.Address6}});var T_=vf();Object.defineProperty(hn,"AddressError",{enumerable:!0,get:function(){return T_.AddressError}});var k_=$_(dp());hn.v6={helpers:k_}});var O2=Be(k2=>{"use strict";(function(e){function t(){}function r(){}var n=String.fromCharCode,s={}.toString,u=s.call(e.SharedArrayBuffer),i=s(),c=e.Uint8Array,l=c||Array,h=c?ArrayBuffer:l,d=h.isView||function(w){return w&&"length"in w},E=s.call(h.prototype);h=r.prototype;var p=e.TextEncoder,f=new(c?Uint16Array:l)(32);t.prototype.decode=function(w){if(!d(w)){var v=s.call(w);if(v!==E&&v!==u&&v!==i)throw TypeError("Failed to execute 'decode' on 'TextDecoder': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'");w=c?new l(w):w||[]}for(var D=v="",A=0,C=w.length|0,b=C-32|0,B,_,j=0,K=0,S,P=0,x=-1;A>4){case 15:if(S=w[A=A+1|0]&255,S>>6!==2||247<_){A=A-1|0;break}j=(_&7)<<6|S&63,K=5,_=256;case 14:S=w[A=A+1|0]&255,j<<=6,j|=(_&15)<<6|S&63,K=S>>6===2?K+4|0:24,_=_+256&768;case 13:case 12:S=w[A=A+1|0]&255,j<<=6,j|=(_&31)<<6|S&63,K=K+7|0,A>6===2&&j>>K&&1114112>j?(_=j,j=j-65536|0,0<=j&&(x=(j>>10)+55296|0,_=(j&1023)+56320|0,31>P?(f[P]=x,P=P+1|0,x=-1):(S=x,x=_,_=S))):(_>>=8,A=A-_-1|0,_=65533),j=K=0,B=A<=b?32:C-A|0;default:f[P]=_;continue;case 11:case 10:case 9:case 8:}f[P]=65533}if(D+=n(f[0],f[1],f[2],f[3],f[4],f[5],f[6],f[7],f[8],f[9],f[10],f[11],f[12],f[13],f[14],f[15],f[16],f[17],f[18],f[19],f[20],f[21],f[22],f[23],f[24],f[25],f[26],f[27],f[28],f[29],f[30],f[31]),32>P&&(D=D.slice(0,P-32|0)),A>>31,x=-1,D.length=B)D[C]=B;else{if(2047>=B)D[C]=192|B>>6;else{e:{if(55296<=B)if(56319>=B){var _=w.charCodeAt(A=A+1|0)|0;if(56320<=_&&57343>=_){if(B=(B<<10)+_-56613888|0,65535>18,D[C=C+1|0]=128|B>>12&63,D[C=C+1|0]=128|B>>6&63,D[C=C+1|0]=128|B&63;continue}break e}B=65533}else 57343>=B&&(B=65533);!b&&A<<1>12,D[C=C+1|0]=128|B>>6&63}D[C=C+1|0]=128|B&63}}return c?D.subarray(0,C):D.slice(0,C)},p||(e.TextDecoder=t,e.TextEncoder=r)})(typeof global>"u"?typeof self>"u"?k2:self:global)});var K2=Be(_p=>{"use strict";_p.toString=function(e){switch(e){case 1:return"A";case 10:return"NULL";case 28:return"AAAA";case 18:return"AFSDB";case 42:return"APL";case 257:return"CAA";case 60:return"CDNSKEY";case 59:return"CDS";case 37:return"CERT";case 5:return"CNAME";case 49:return"DHCID";case 32769:return"DLV";case 39:return"DNAME";case 48:return"DNSKEY";case 43:return"DS";case 55:return"HIP";case 13:return"HINFO";case 45:return"IPSECKEY";case 25:return"KEY";case 36:return"KX";case 29:return"LOC";case 15:return"MX";case 35:return"NAPTR";case 2:return"NS";case 47:return"NSEC";case 50:return"NSEC3";case 51:return"NSEC3PARAM";case 12:return"PTR";case 46:return"RRSIG";case 17:return"RP";case 24:return"SIG";case 6:return"SOA";case 99:return"SPF";case 33:return"SRV";case 44:return"SSHFP";case 32768:return"TA";case 249:return"TKEY";case 52:return"TLSA";case 250:return"TSIG";case 16:return"TXT";case 252:return"AXFR";case 251:return"IXFR";case 41:return"OPT";case 255:return"ANY"}return"UNKNOWN_"+e};_p.toType=function(e){switch(e.toUpperCase()){case"A":return 1;case"NULL":return 10;case"AAAA":return 28;case"AFSDB":return 18;case"APL":return 42;case"CAA":return 257;case"CDNSKEY":return 60;case"CDS":return 59;case"CERT":return 37;case"CNAME":return 5;case"DHCID":return 49;case"DLV":return 32769;case"DNAME":return 39;case"DNSKEY":return 48;case"DS":return 43;case"HIP":return 55;case"HINFO":return 13;case"IPSECKEY":return 45;case"KEY":return 25;case"KX":return 36;case"LOC":return 29;case"MX":return 15;case"NAPTR":return 35;case"NS":return 2;case"NSEC":return 47;case"NSEC3":return 50;case"NSEC3PARAM":return 51;case"PTR":return 12;case"RRSIG":return 46;case"RP":return 17;case"SIG":return 24;case"SOA":return 6;case"SPF":return 99;case"SRV":return 33;case"SSHFP":return 44;case"TA":return 32768;case"TKEY":return 249;case"TLSA":return 52;case"TSIG":return 250;case"TXT":return 16;case"AXFR":return 252;case"IXFR":return 251;case"OPT":return 41;case"ANY":return 255;case"*":return 255}return e.toUpperCase().startsWith("UNKNOWN_")?parseInt(e.slice(8)):0}});var G2=Be(Bp=>{"use strict";Bp.toString=function(e){switch(e){case 0:return"NOERROR";case 1:return"FORMERR";case 2:return"SERVFAIL";case 3:return"NXDOMAIN";case 4:return"NOTIMP";case 5:return"REFUSED";case 6:return"YXDOMAIN";case 7:return"YXRRSET";case 8:return"NXRRSET";case 9:return"NOTAUTH";case 10:return"NOTZONE";case 11:return"RCODE_11";case 12:return"RCODE_12";case 13:return"RCODE_13";case 14:return"RCODE_14";case 15:return"RCODE_15"}return"RCODE_"+e};Bp.toRcode=function(e){switch(e.toUpperCase()){case"NOERROR":return 0;case"FORMERR":return 1;case"SERVFAIL":return 2;case"NXDOMAIN":return 3;case"NOTIMP":return 4;case"REFUSED":return 5;case"YXDOMAIN":return 6;case"YXRRSET":return 7;case"NXRRSET":return 8;case"NOTAUTH":return 9;case"NOTZONE":return 10;case"RCODE_11":return 11;case"RCODE_12":return 12;case"RCODE_13":return 13;case"RCODE_14":return 14;case"RCODE_15":return 15}return 0}});var z2=Be(Ip=>{"use strict";Ip.toString=function(e){switch(e){case 0:return"QUERY";case 1:return"IQUERY";case 2:return"STATUS";case 3:return"OPCODE_3";case 4:return"NOTIFY";case 5:return"UPDATE";case 6:return"OPCODE_6";case 7:return"OPCODE_7";case 8:return"OPCODE_8";case 9:return"OPCODE_9";case 10:return"OPCODE_10";case 11:return"OPCODE_11";case 12:return"OPCODE_12";case 13:return"OPCODE_13";case 14:return"OPCODE_14";case 15:return"OPCODE_15"}return"OPCODE_"+e};Ip.toOpcode=function(e){switch(e.toUpperCase()){case"QUERY":return 0;case"IQUERY":return 1;case"STATUS":return 2;case"OPCODE_3":return 3;case"NOTIFY":return 4;case"UPDATE":return 5;case"OPCODE_6":return 6;case"OPCODE_7":return 7;case"OPCODE_8":return 8;case"OPCODE_9":return 9;case"OPCODE_10":return 10;case"OPCODE_11":return 11;case"OPCODE_12":return 12;case"OPCODE_13":return 13;case"OPCODE_14":return 14;case"OPCODE_15":return 15}return 0}});var W2=Be($p=>{"use strict";$p.toString=function(e){switch(e){case 1:return"IN";case 2:return"CS";case 3:return"CH";case 4:return"HS";case 255:return"ANY"}return"UNKNOWN_"+e};$p.toClass=function(e){switch(e.toUpperCase()){case"IN":return 1;case"CS":return 2;case"CH":return 3;case"HS":return 4;case"ANY":return 255}return 0}});var Y2=Be(Pp=>{"use strict";Pp.toString=function(e){switch(e){case 1:return"LLQ";case 2:return"UL";case 3:return"NSID";case 5:return"DAU";case 6:return"DHU";case 7:return"N3U";case 8:return"CLIENT_SUBNET";case 9:return"EXPIRE";case 10:return"COOKIE";case 11:return"TCP_KEEPALIVE";case 12:return"PADDING";case 13:return"CHAIN";case 14:return"KEY_TAG";case 26946:return"DEVICEID"}return e<0?null:`OPTION_${e}`};Pp.toCode=function(e){if(typeof e=="number")return e;if(!e)return-1;switch(e.toUpperCase()){case"OPTION_0":return 0;case"LLQ":return 1;case"UL":return 2;case"NSID":return 3;case"OPTION_4":return 4;case"DAU":return 5;case"DHU":return 6;case"N3U":return 7;case"CLIENT_SUBNET":return 8;case"EXPIRE":return 9;case"COOKIE":return 10;case"TCP_KEEPALIVE":return 11;case"PADDING":return 12;case"CHAIN":return 13;case"KEY_TAG":return 14;case"DEVICEID":return 26946;case"OPTION_65535":return 65535}let t=e.match(/_(\d+)$/);return t?parseInt(t[1],10):-1}});var Z2=Be((J2,Rp)=>{var X2=function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.decode=E,e.encode=d,e.familyOf=h,e.name=void 0,e.sizeOf=l,e.v6=e.v4=void 0;let t=/^(\d{1,3}\.){3,3}\d{1,3}$/,r=4,n=/^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i,s=16,u={name:"v4",size:r,isFormat:p=>t.test(p),encode(p,f,w){w=~~w,f=f||new Uint8Array(w+r);let v=p.length,D=0;for(let A=0;Ap.length>0&&n.test(p),encode(p,f,w){w=~~w;let v=w+s,D=-1,A=0,C=0,b=!0,B=!1;f=f||new Uint8Array(w+s);for(let _=0;_>8),w=97?j-=87:j>=65?j-=55:(j-=48,C=C*10+j),A=(A<<4)+j)}if(b===!1)B===!0?(w>8),w=D+2;_--)f[_]=f[_-2];f[D]=0,f[D+1]=0,D=w}if(D!==w&&D!==-1)for(w>v-2&&(w=v-2);v>D;)f[--v]=wD?f[--w]:0;else for(;w{"use strict";var Ve=Hl().Buffer,au=K2(),c9=G2(),l9=z2(),Rf=W2(),Tp=Y2(),Sa=Z2(),f9=0,Q2=32768,kp=32768,h9=~kp,eA=32768,p9=~eA,Te=qe.name={};Te.encode=function(e,t,r,{mail:n=!1}={}){t||(t=Ve.alloc(Te.encodingLength(e))),r||(r=0);let s=r,u=e.replace(/^\.|\.$/gm,"");if(u.length){let i=[];if(n){let c="";u.split(".").forEach(l=>{l.endsWith("\\")?c+=(c.length?".":"")+l.slice(0,-1):i.length===0&&c.length?i.push(c+"."+l):i.push(l)})}else i=u.split(".");for(let c=0;c=e.length)throw new Error("Cannot decode name (buffer overflow)");let l=e[t++];if(i+=c?0:1,l===0)break;if(l&192)if((l&192)===192){if(t+1>e.length)throw new Error("Cannot decode name (buffer overflow)");let h=e.readUInt16BE(t-1)-49152;if(h>=s)throw new Error("Cannot decode name (bad pointer)");t=h,s=h,i+=c?0:1,c=!0}else throw new Error("Cannot decode name (bad label)");else{if(t+l>e.length)throw new Error("Cannot decode name (buffer overflow)");if(u+=l+1,u>254)throw new Error("Cannot decode name (name too long)");let h=e.toString("utf-8",t,t+l);r&&(h=h.replace(/\./g,"\\.")),n.push(h),t+=l,i+=c?0:l}}return Te.decode.bytes=i,n.length===0?".":n.join(".")};Te.decode.bytes=0;Te.encodingLength=function(e){return e==="."||e===".."?1:Ve.byteLength(e.replace(/^\.|\.$/gm,""))+2};var gt={};gt.encode=function(e,t,r){t||(t=Ve.alloc(gt.encodingLength(e))),r||(r=0);let n=t.write(e,r+1);return t[r]=n,gt.encode.bytes=n+1,t};gt.encode.bytes=0;gt.decode=function(e,t){t||(t=0);let r=e[t],n=e.toString("utf-8",t+1,t+1+r);return gt.decode.bytes=r+1,n};gt.decode.bytes=0;gt.encodingLength=function(e){return Ve.byteLength(e)+1};var ji={};ji.encode=function(e,t,r){t||(t=ji.encodingLength(e)),r||(r=0);let n=(e.flags||0)&32767,s=e.type==="response"?Q2:f9;return t.writeUInt16BE(e.id||0,r),t.writeUInt16BE(n|s,r+2),t.writeUInt16BE(e.questions.length,r+4),t.writeUInt16BE(e.answers.length,r+6),t.writeUInt16BE(e.authorities.length,r+8),t.writeUInt16BE(e.additionals.length,r+10),t};ji.encode.bytes=12;ji.decode=function(e,t){if(t||(t=0),e.length<12)throw new Error("Header must be 12 bytes");let r=e.readUInt16BE(t+2);return{id:e.readUInt16BE(t),type:r&Q2?"response":"query",flags:r&32767,flag_qr:(r>>15&1)===1,opcode:l9.toString(r>>11&15),flag_aa:(r>>10&1)===1,flag_tc:(r>>9&1)===1,flag_rd:(r>>8&1)===1,flag_ra:(r>>7&1)===1,flag_z:(r>>6&1)===1,flag_ad:(r>>5&1)===1,flag_cd:(r>>4&1)===1,rcode:c9.toString(r&15),questions:new Array(e.readUInt16BE(t+4)),answers:new Array(e.readUInt16BE(t+6)),authorities:new Array(e.readUInt16BE(t+8)),additionals:new Array(e.readUInt16BE(t+10))}};ji.decode.bytes=12;ji.encodingLength=function(){return 12};var Zs=qe.unknown={};Zs.encode=function(e,t,r){return t||(t=Ve.alloc(Zs.encodingLength(e))),r||(r=0),t.writeUInt16BE(e.length,r),e.copy(t,r+2),Zs.encode.bytes=e.length+2,t};Zs.encode.bytes=0;Zs.decode=function(e,t){t||(t=0);let r=e.readUInt16BE(t),n=e.slice(t+2,t+2+r);return Zs.decode.bytes=r+2,n};Zs.decode.bytes=0;Zs.encodingLength=function(e){return e.length+2};var Qs=qe.ns={};Qs.encode=function(e,t,r){return t||(t=Ve.alloc(Qs.encodingLength(e))),r||(r=0),Te.encode(e,t,r+2),t.writeUInt16BE(Te.encode.bytes,r),Qs.encode.bytes=Te.encode.bytes+2,t};Qs.encode.bytes=0;Qs.decode=function(e,t){t||(t=0);let r=e.readUInt16BE(t),n=Te.decode(e,t+2);return Qs.decode.bytes=r+2,n};Qs.decode.bytes=0;Qs.encodingLength=function(e){return Te.encodingLength(e)+2};var eu=qe.soa={};eu.encode=function(e,t,r){t||(t=Ve.alloc(eu.encodingLength(e))),r||(r=0);let n=r;return r+=2,Te.encode(e.mname,t,r),r+=Te.encode.bytes,Te.encode(e.rname,t,r,{mail:!0}),r+=Te.encode.bytes,t.writeUInt32BE(e.serial||0,r),r+=4,t.writeUInt32BE(e.refresh||0,r),r+=4,t.writeUInt32BE(e.retry||0,r),r+=4,t.writeUInt32BE(e.expire||0,r),r+=4,t.writeUInt32BE(e.minimum||0,r),r+=4,t.writeUInt16BE(r-n-2,n),eu.encode.bytes=r-n,t};eu.encode.bytes=0;eu.decode=function(e,t){t||(t=0);let r=t,n={};return t+=2,n.mname=Te.decode(e,t),t+=Te.decode.bytes,n.rname=Te.decode(e,t,{mail:!0}),t+=Te.decode.bytes,n.serial=e.readUInt32BE(t),t+=4,n.refresh=e.readUInt32BE(t),t+=4,n.retry=e.readUInt32BE(t),t+=4,n.expire=e.readUInt32BE(t),t+=4,n.minimum=e.readUInt32BE(t),t+=4,eu.decode.bytes=t-r,n};eu.decode.bytes=0;eu.encodingLength=function(e){return 22+Te.encodingLength(e.mname)+Te.encodingLength(e.rname)};var tu=qe.txt={};tu.encode=function(e,t,r){Array.isArray(e)||(e=[e]);for(let s=0;s0;){let u=e[t++];if(--n,n0&&(r.timeout=e.readUInt16BE(t),t+=2);break;case 14:r.tags=[];for(let u=0;u0;)n[u++]=Yn.decode(e,t),t+=Yn.decode.bytes,s-=Yn.decode.bytes;return fi.decode.bytes=t-r,n};fi.decode.bytes=0;fi.encodingLength=function(e){return 2+$o(e||[],Yn)};var Bn=qe.dnskey={};Bn.PROTOCOL_DNSSEC=3;Bn.ZONE_KEY=128;Bn.SECURE_ENTRYPOINT=32768;Bn.encode=function(e,t,r){t||(t=Ve.alloc(Bn.encodingLength(e))),r||(r=0);let n=r,s=e.key;if(!Ve.isBuffer(s))throw new Error("Key must be a Buffer");return r+=2,t.writeUInt16BE(e.flags,r),r+=2,t.writeUInt8(Bn.PROTOCOL_DNSSEC,r),r+=1,t.writeUInt8(e.algorithm,r),r+=1,s.copy(t,r,0,s.length),r+=s.length,Bn.encode.bytes=r-n,t.writeUInt16BE(Bn.encode.bytes-2,n),t};Bn.encode.bytes=0;Bn.decode=function(e,t){t||(t=0);let r=t;var n={},s=e.readUInt16BE(t);if(t+=2,n.flags=e.readUInt16BE(t),t+=2,e.readUInt8(t)!==Bn.PROTOCOL_DNSSEC)throw new Error("Protocol must be 3");return t+=1,n.algorithm=e.readUInt8(t),t+=1,n.key=e.slice(t,r+s+2),t+=n.key.length,Bn.decode.bytes=t-r,n};Bn.decode.bytes=0;Bn.encodingLength=function(e){return 6+Ve.byteLength(e.key)};var ps=qe.rrsig={};ps.encode=function(e,t,r){t||(t=Ve.alloc(ps.encodingLength(e))),r||(r=0);let n=r,s=e.signature;if(!Ve.isBuffer(s))throw new Error("Signature must be a Buffer");return r+=2,t.writeUInt16BE(au.toType(e.typeCovered),r),r+=2,t.writeUInt8(e.algorithm,r),r+=1,t.writeUInt8(e.labels,r),r+=1,t.writeUInt32BE(e.originalTTL,r),r+=4,t.writeUInt32BE(e.expiration,r),r+=4,t.writeUInt32BE(e.inception,r),r+=4,t.writeUInt16BE(e.keyTag,r),r+=2,Te.encode(e.signersName,t,r),r+=Te.encode.bytes,s.copy(t,r,0,s.length),r+=s.length,ps.encode.bytes=r-n,t.writeUInt16BE(ps.encode.bytes-2,n),t};ps.encode.bytes=0;ps.decode=function(e,t){t||(t=0);let r=t;var n={},s=e.readUInt16BE(t);return t+=2,n.typeCovered=au.toString(e.readUInt16BE(t)),t+=2,n.algorithm=e.readUInt8(t),t+=1,n.labels=e.readUInt8(t),t+=1,n.originalTTL=e.readUInt32BE(t),t+=4,n.expiration=e.readUInt32BE(t),t+=4,n.inception=e.readUInt32BE(t),t+=4,n.keyTag=e.readUInt16BE(t),t+=2,n.signersName=Te.decode(e,t),t+=Te.decode.bytes,n.signature=e.slice(t,r+s+2),t+=n.signature.length,ps.decode.bytes=t-r,n};ps.decode.bytes=0;ps.encodingLength=function(e){return 20+Te.encodingLength(e.signersName)+Ve.byteLength(e.signature)};var ds=qe.rp={};ds.encode=function(e,t,r){t||(t=Ve.alloc(ds.encodingLength(e))),r||(r=0);let n=r;return r+=2,Te.encode(e.mbox||".",t,r,{mail:!0}),r+=Te.encode.bytes,Te.encode(e.txt||".",t,r),r+=Te.encode.bytes,ds.encode.bytes=r-n,t.writeUInt16BE(ds.encode.bytes-2,n),t};ds.encode.bytes=0;ds.decode=function(e,t){t||(t=0);let r=t,n={};return t+=2,n.mbox=Te.decode(e,t,{mail:!0})||".",t+=Te.decode.bytes,n.txt=Te.decode(e,t)||".",t+=Te.decode.bytes,ds.decode.bytes=t-r,n};ds.decode.bytes=0;ds.encodingLength=function(e){return 2+Te.encodingLength(e.mbox||".")+Te.encodingLength(e.txt||".")};var Hr={};Hr.encode=function(e,t,r){t||(t=Ve.alloc(Hr.encodingLength(e))),r||(r=0);let n=r;for(var s=[],u=0;u>8]===void 0&&(s[i>>8]=[]),s[i>>8][i>>3&31]|=1<<7-(i&7)}for(u=0;u>8]=Math.max(t[n>>8]||0,n&255)}var s=0;for(r=0;r>15&1)===1,r.options=fi.decode(e,t+8),t+=8+fi.decode.bytes;else{let s=e.readUInt16BE(t+2);r.ttl=e.readUInt32BE(t+4),r.class=Rf.toString(s&h9),r.flush=!!(s&kp);let u=Op(r.type);r.data=u.decode(e,t+8),t+=8+u.decode.bytes}return Qr.decode.bytes=t-n,r};Qr.decode.bytes=0;Qr.encodingLength=function(e){let t=e.data!==null&&e.data!==void 0?e.data:e.options;return Te.encodingLength(e.name)+8+Op(e.type).encodingLength(t)};var Hi=qe.question={};Hi.encode=function(e,t,r){t||(t=Ve.alloc(Hi.encodingLength(e))),r||(r=0);let n=r;return Te.encode(e.name,t,r),r+=Te.encode.bytes,t.writeUInt16BE(au.toType(e.type),r),r+=2,t.writeUInt16BE(Rf.toClass(e.class===void 0?"IN":e.class),r),r+=2,Hi.encode.bytes=r-n,e};Hi.encode.bytes=0;Hi.decode=function(e,t){t||(t=0);let r=t,n={};return n.name=Te.decode(e,t),t+=Te.decode.bytes,n.type=au.toString(e.readUInt16BE(t)),t+=2,n.class=Rf.toString(e.readUInt16BE(t)),t+=2,!!(n.class&eA)&&(n.class&=p9),Hi.decode.bytes=t-r,n};Hi.decode.bytes=0;Hi.encodingLength=function(e){return Te.encodingLength(e.name)+4};qe.AUTHORITATIVE_ANSWER=1024;qe.TRUNCATED_RESPONSE=512;qe.RECURSION_DESIRED=256;qe.RECURSION_AVAILABLE=128;qe.AUTHENTIC_DATA=32;qe.CHECKING_DISABLED=16;qe.DNSSEC_OK=32768;qe.encode=function(e,t,r){let n=!t;n&&(t=Ve.alloc(qe.encodingLength(e))),r||(r=0);let s=r;return e.questions||(e.questions=[]),e.answers||(e.answers=[]),e.authorities||(e.authorities=[]),e.additionals||(e.additionals=[]),ji.encode(e,t,r),r+=ji.encode.bytes,r=Ic(e.questions,Hi,t,r),r=Ic(e.answers,Qr,t,r),r=Ic(e.authorities,Qr,t,r),r=Ic(e.additionals,Qr,t,r),qe.encode.bytes=r-s,n&&qe.encode.bytes!==t.length?t.slice(0,qe.encode.bytes):t};qe.encode.bytes=0;qe.decode=function(e,t){t||(t=0);let r=t,n=ji.decode(e,t);return t+=ji.decode.bytes,t=Pf(n.questions,Hi,e,t),t=Pf(n.answers,Qr,e,t),t=Pf(n.authorities,Qr,e,t),t=Pf(n.additionals,Qr,e,t),qe.decode.bytes=t-r,n};qe.decode.bytes=0;qe.encodingLength=function(e){return ji.encodingLength(e)+$o(e.questions||[],Hi)+$o(e.answers||[],Qr)+$o(e.authorities||[],Qr)+$o(e.additionals||[],Qr)};qe.streamEncode=function(e){let t=qe.encode(e),r=Ve.alloc(2);r.writeUInt16BE(t.byteLength);let n=Ve.concat([r,t]);return qe.streamEncode.bytes=n.byteLength,n};qe.streamEncode.bytes=0;qe.streamDecode=function(e){let t=e.readUInt16BE(0);if(e.byteLength{(function(){var e,t="4.17.21",r=200,n="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",s="Expected a function",u="Invalid `variable` option passed into `_.template`",i="__lodash_hash_undefined__",c=500,l="__lodash_placeholder__",h=1,d=2,E=4,p=1,f=2,w=1,v=2,D=4,A=8,C=16,b=32,B=64,_=128,j=256,K=512,S=30,P="...",x=800,H=16,V=1,z=2,q=3,G=1/0,Y=9007199254740991,ie=17976931348623157e292,_e=NaN,be=4294967295,Re=be-1,Ye=be>>>1,ae=[["ary",_],["bind",w],["bindKey",v],["curry",A],["curryRight",C],["flip",K],["partial",b],["partialRight",B],["rearg",j]],De="[object Arguments]",Ue="[object Array]",Yt="[object AsyncFunction]",bt="[object Boolean]",At="[object Date]",ar="[object DOMException]",Jt="[object Error]",lt="[object Function]",Lt="[object GeneratorFunction]",nt="[object Map]",Ge="[object Number]",Zt="[object Null]",Me="[object Object]",It="[object Promise]",jr="[object Proxy]",Gt="[object RegExp]",Ut="[object Set]",pt="[object String]",Er="[object Symbol]",Zn="[object Undefined]",Mr="[object WeakMap]",Ct="[object WeakSet]",He="[object ArrayBuffer]",Se="[object DataView]",or="[object Float32Array]",qr="[object Float64Array]",it="[object Int8Array]",ys="[object Int16Array]",Vr="[object Int32Array]",ge="[object Uint8Array]",qi="[object Uint8ClampedArray]",St="[object Uint16Array]",Rr="[object Uint32Array]",Ii=/\b__p \+= '';/g,hu=/\b(__p \+=) '' \+/g,Vi=/(__e\(.*?\)|\b__t\)) \+\n'';/g,pu=/&(?:amp|lt|gt|quot|#39);/g,Ki=/[&<>"']/g,$i=RegExp(pu.source),$t=RegExp(Ki.source),Rn=/<%-([\s\S]+?)%>/g,du=/<%([\s\S]+?)%>/g,gu=/<%=([\s\S]+?)%>/g,mu=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Gi=/^\w*$/,ju=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,zi=/[\\^$.*+?()[\]{}|]/g,Mu=RegExp(zi.source),bs=/^\s+/,te=/\s/,fe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Le=/\{\n\/\* \[wrapped with (.+)\] \*/,Ne=/,? & /,Ke=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,st=/[()=,{}\[\]\/\s]/,ct=/\\(\\)?/g,mr=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,kt=/\w*$/,Tn=/^[-+]0x[0-9a-f]+$/i,gi=/^0b[01]+$/i,Kr=/^\[object .+?Constructor\]$/,en=/^0o[0-7]+$/i,cr=/^(?:0|[1-9]\d*)$/,Gr=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Sr=/($^)/,qu=/['\n\r\u2028\u2029\\]/g,Wi="\\ud800-\\udfff",dn="\\u0300-\\u036f",Bt="\\ufe20-\\ufe2f",lr="\\u20d0-\\u20ff",et=dn+Bt+lr,Qt="\\u2700-\\u27bf",Tr="a-z\\xdf-\\xf6\\xf8-\\xff",er="\\xac\\xb1\\xd7\\xf7",Ot="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",gn="\\u2000-\\u206f",kn=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",On="A-Z\\xc0-\\xd6\\xd8-\\xde",mn="\\ufe0e\\ufe0f",wr=er+Ot+gn+kn,rr="['\u2019]",Uo="["+Wi+"]",Vu="["+wr+"]",kr="["+et+"]",Ku="\\d+",Pa="["+Qt+"]",Ra="["+Tr+"]",Gu="[^"+Wi+wr+Ku+Qt+Tr+On+"]",Yi="\\ud83c[\\udffb-\\udfff]",zu="(?:"+kr+"|"+Yi+")",Ta="[^"+Wi+"]",Wu="(?:\\ud83c[\\udde6-\\uddff]){2}",Yu="[\\ud800-\\udbff][\\udc00-\\udfff]",vn="["+On+"]",R="\\u200d",k="(?:"+Ra+"|"+Gu+")",U="(?:"+vn+"|"+Gu+")",Z="(?:"+rr+"(?:d|ll|m|re|s|t|ve))?",ve="(?:"+rr+"(?:D|LL|M|RE|S|T|VE))?",we=zu+"?",$e="["+mn+"]?",Oe="(?:"+R+"(?:"+[Ta,Wu,Yu].join("|")+")"+$e+we+")*",Ht="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",fr="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",zr=$e+we+Oe,Wr="(?:"+[Pa,Wu,Yu].join("|")+")"+zr,Qn="(?:"+[Ta+kr+"?",kr,Wu,Yu,Uo].join("|")+")",vu=RegExp(rr,"g"),An=RegExp(kr,"g"),Yr=RegExp(Yi+"(?="+Yi+")|"+Qn+zr,"g"),Au=RegExp([vn+"?"+Ra+"+"+Z+"(?="+[Vu,vn,"$"].join("|")+")",U+"+"+ve+"(?="+[Vu,vn+k,"$"].join("|")+")",vn+"?"+k+"+"+Z,vn+"+"+ve,fr,Ht,Ku,Wr].join("|"),"g"),mi=RegExp("["+R+Wi+et+mn+"]"),Xu=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Zf=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Qf=-1,zt={};zt[or]=zt[qr]=zt[it]=zt[ys]=zt[Vr]=zt[ge]=zt[qi]=zt[St]=zt[Rr]=!0,zt[De]=zt[Ue]=zt[He]=zt[bt]=zt[Se]=zt[At]=zt[Jt]=zt[lt]=zt[nt]=zt[Ge]=zt[Me]=zt[Gt]=zt[Ut]=zt[pt]=zt[Mr]=!1;var qt={};qt[De]=qt[Ue]=qt[He]=qt[Se]=qt[bt]=qt[At]=qt[or]=qt[qr]=qt[it]=qt[ys]=qt[Vr]=qt[nt]=qt[Ge]=qt[Me]=qt[Gt]=qt[Ut]=qt[pt]=qt[Er]=qt[ge]=qt[qi]=qt[St]=qt[Rr]=!0,qt[Jt]=qt[lt]=qt[Mr]=!1;var eh={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},th={"&":"&","<":"<",">":">",'"':""","'":"'"},rh={"&":"&","<":"<",">":">",""":'"',"'":"'"},nh={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ih=parseFloat,sh=parseInt,Mc=typeof global=="object"&&global&&global.Object===Object&&global,uh=typeof self=="object"&&self&&self.Object===Object&&self,Cr=Mc||uh||Function("return this")(),Ho=typeof Ro=="object"&&Ro&&!Ro.nodeType&&Ro,Ss=Ho&&typeof $c=="object"&&$c&&!$c.nodeType&&$c,qc=Ss&&Ss.exports===Ho,jo=qc&&Mc.process,Nn=function(){try{var re=Ss&&Ss.require&&Ss.require("util").types;return re||jo&&jo.binding&&jo.binding("util")}catch{}}(),Vc=Nn&&Nn.isArrayBuffer,Kc=Nn&&Nn.isDate,Gc=Nn&&Nn.isMap,zc=Nn&&Nn.isRegExp,Wc=Nn&&Nn.isSet,Yc=Nn&&Nn.isTypedArray;function En(re,he,ce){switch(ce.length){case 0:return re.call(he);case 1:return re.call(he,ce[0]);case 2:return re.call(he,ce[0],ce[1]);case 3:return re.call(he,ce[0],ce[1],ce[2])}return re.apply(he,ce)}function ah(re,he,ce,xe){for(var tt=-1,Ft=re==null?0:re.length;++tt-1}function Ju(re,he,ce){for(var xe=-1,tt=re==null?0:re.length;++xe-1;);return ce}function Qc(re,he){for(var ce=re.length;ce--&&Eu(he,re[ce],0)>-1;);return ce}function el(re,he){for(var ce=re.length,xe=0;ce--;)re[ce]===he&&++xe;return xe}var zo=me(eh),lh=me(th);function tl(re){return"\\"+nh[re]}function fh(re,he){return re==null?e:re[he]}function Bs(re){return mi.test(re)}function hh(re){return Xu.test(re)}function ph(re){for(var he,ce=[];!(he=re.next()).done;)ce.push(he.value);return ce}function Wo(re){var he=-1,ce=Array(re.size);return re.forEach(function(xe,tt){ce[++he]=[tt,xe]}),ce}function Xr(re,he){return function(ce){return re(he(ce))}}function ri(re,he){for(var ce=-1,xe=re.length,tt=0,Ft=[];++ce-1}function aw(a,o){var m=this.__data__,y=pl(m,a);return y<0?(++this.size,m.push([a,o])):m[y][1]=o,this}Ts.prototype.clear=nw,Ts.prototype.delete=iw,Ts.prototype.get=sw,Ts.prototype.has=uw,Ts.prototype.set=aw;function ks(a){var o=-1,m=a==null?0:a.length;for(this.clear();++o=o?a:o)),a}function wi(a,o,m,y,T,L){var W,J=o&h,ne=o&d,Ae=o&E;if(m&&(W=T?m(a,y,T,L):m(a)),W!==e)return W;if(!sr(a))return a;var Ee=ot(a);if(Ee){if(W=f4(a),!J)return Hn(a,W)}else{var Ce=nn(a),Pe=Ce==lt||Ce==Lt;if(yu(a))return e1(a,J);if(Ce==Me||Ce==De||Pe&&!T){if(W=ne||Pe?{}:E1(a),!J)return ne?e4(a,Dw(W,a)):Qw(a,$d(W,a))}else{if(!qt[Ce])return T?a:{};W=h4(a,Ce,J)}}L||(L=new Ri);var je=L.get(a);if(je)return je;L.set(a,W),W1(a)?a.forEach(function(Qe){W.add(wi(Qe,o,m,Qe,a,L))}):G1(a)&&a.forEach(function(Qe,vt){W.set(vt,wi(Qe,o,m,vt,a,L))});var Ze=Ae?ne?Gh:Kh:ne?Mn:Or,ht=Ee?e:Ze(a);return xn(ht||a,function(Qe,vt){ht&&(vt=Qe,Qe=a[vt]),Qo(W,vt,wi(Qe,o,m,vt,a,L))}),W}function yw(a){var o=Or(a);return function(m){return Pd(m,a,o)}}function Pd(a,o,m){var y=m.length;if(a==null)return!y;for(a=jt(a);y--;){var T=m[y],L=o[T],W=a[T];if(W===e&&!(T in a)||!L(W))return!1}return!0}function Rd(a,o,m){if(typeof a!="function")throw new Un(s);return uc(function(){a.apply(e,m)},o)}function ec(a,o,m,y){var T=-1,L=wn,W=!0,J=a.length,ne=[],Ae=o.length;if(!J)return ne;m&&(o=ee(o,tn(m))),y?(L=Ju,W=!1):o.length>=r&&(L=Qu,W=!1,o=new ta(o));e:for(;++TT?0:T+m),y=y===e||y>T?T:ft(y),y<0&&(y+=T),y=m>y?0:X1(y);m0&&m(J)?o>1?Jr(J,o-1,m,y,T):ti(T,J):y||(T[T.length]=J)}return T}var _h=u1(),Od=u1(!0);function Ji(a,o){return a&&_h(a,o,Or)}function Bh(a,o){return a&&Od(a,o,Or)}function gl(a,o){return ei(o,function(m){return Us(a[m])})}function na(a,o){o=Fu(o,a);for(var m=0,y=o.length;a!=null&&mo}function _w(a,o){return a!=null&&_t.call(a,o)}function Bw(a,o){return a!=null&&o in jt(a)}function Iw(a,o,m){return a>=rn(o,m)&&a<_r(o,m)}function $h(a,o,m){for(var y=m?Ju:wn,T=a[0].length,L=a.length,W=L,J=ce(L),ne=1/0,Ae=[];W--;){var Ee=a[W];W&&o&&(Ee=ee(Ee,tn(o))),ne=rn(Ee.length,ne),J[W]=!m&&(o||T>=120&&Ee.length>=120)?new ta(W&&Ee):e}Ee=a[0];var Ce=-1,Pe=J[0];e:for(;++Ce-1;)J!==a&&Rt.call(J,ne,1),Rt.call(a,ne,1);return a}function Gd(a,o){for(var m=a?o.length:0,y=m-1;m--;){var T=o[m];if(m==y||T!==L){var L=T;Ls(T)?Rt.call(a,T,1):Lh(a,T)}}return a}function Oh(a,o){return a+ue(Sd()*(o-a+1))}function Mw(a,o,m,y){for(var T=-1,L=_r(M((o-a)/(m||1)),0),W=ce(L);L--;)W[y?L:++T]=a,a+=m;return W}function Nh(a,o){var m="";if(!a||o<1||o>Y)return m;do o%2&&(m+=a),o=ue(o/2),o&&(a+=a);while(o);return m}function dt(a,o){return Qh(F1(a,o,qn),a+"")}function qw(a){return Id(eo(a))}function Vw(a,o){var m=eo(a);return Sl(m,ra(o,0,m.length))}function nc(a,o,m,y){if(!sr(a))return a;o=Fu(o,a);for(var T=-1,L=o.length,W=L-1,J=a;J!=null&&++TT?0:T+o),m=m>T?T:m,m<0&&(m+=T),T=o>m?0:m-o>>>0,o>>>=0;for(var L=ce(T);++y>>1,W=a[L];W!==null&&!si(W)&&(m?W<=o:W=r){var Ae=o?null:i4(a);if(Ae)return ni(Ae);W=!1,T=Qu,ne=new ta}else ne=o?[]:J;e:for(;++y=y?a:Ci(a,o,m)}var Qd=F||function(a){return Cr.clearTimeout(a)};function e1(a,o){if(o)return a.slice();var m=a.length,y=ul?ul(m):new a.constructor(m);return a.copy(y),y}function Mh(a){var o=new a.constructor(a.byteLength);return new Va(o).set(new Va(a)),o}function Yw(a,o){var m=o?Mh(a.buffer):a.buffer;return new a.constructor(m,a.byteOffset,a.byteLength)}function Xw(a){var o=new a.constructor(a.source,kt.exec(a));return o.lastIndex=a.lastIndex,o}function Jw(a){return Zo?jt(Zo.call(a)):{}}function t1(a,o){var m=o?Mh(a.buffer):a.buffer;return new a.constructor(m,a.byteOffset,a.length)}function r1(a,o){if(a!==o){var m=a!==e,y=a===null,T=a===a,L=si(a),W=o!==e,J=o===null,ne=o===o,Ae=si(o);if(!J&&!Ae&&!L&&a>o||L&&W&&ne&&!J&&!Ae||y&&W&&ne||!m&&ne||!T)return 1;if(!y&&!L&&!Ae&&a=J)return ne;var Ae=m[y];return ne*(Ae=="desc"?-1:1)}}return a.index-o.index}function n1(a,o,m,y){for(var T=-1,L=a.length,W=m.length,J=-1,ne=o.length,Ae=_r(L-W,0),Ee=ce(ne+Ae),Ce=!y;++J1?m[T-1]:e,W=T>2?m[2]:e;for(L=a.length>3&&typeof L=="function"?(T--,L):e,W&&Fn(m[0],m[1],W)&&(L=T<3?e:L,T=1),o=jt(o);++y-1?T[L?o[W]:W]:e}}function c1(a){return xs(function(o){var m=o.length,y=m,T=Ei.prototype.thru;for(a&&o.reverse();y--;){var L=o[y];if(typeof L!="function")throw new Un(s);if(T&&!W&&yl(L)=="wrapper")var W=new Ei([],!0)}for(y=W?y:m;++y1&&Dt.reverse(),Ee&&neJ))return!1;var Ae=L.get(a),Ee=L.get(o);if(Ae&&Ee)return Ae==o&&Ee==a;var Ce=-1,Pe=!0,je=m&f?new ta:e;for(L.set(a,o),L.set(o,a);++Ce1?"& ":"")+o[y],o=o.join(m>2?", ":" "),a.replace(fe,`{ /* [wrapped with `+o+`] */ `)}function d4(a){return ot(a)||aa(a)||!!(cl&&a&&a[cl])}function Ls(a,o){var m=typeof a;return o=o??Y,!!o&&(m=="number"||m!="symbol"&&cr.test(a))&&a>-1&&a%1==0&&a0){if(++o>=x)return arguments[0]}else o=0;return a.apply(e,arguments)}}function Sl(a,o){var m=-1,y=a.length,T=y-1;for(o=o===e?y:o;++m1?a[o-1]:e;return m=typeof m=="function"?(a.pop(),m):e,k1(a,m)});function O1(a){var o=N(a);return o.__chain__=!0,o}function b6(a,o){return o(a),a}function _l(a,o){return o(a)}var S6=xs(function(a){var o=a.length,m=o?a[0]:0,y=this.__wrapped__,T=function(L){return Sh(L,a)};return o>1||this.__actions__.length||!(y instanceof Et)||!Ls(m)?this.thru(T):(y=y.slice(m,+m+(o?1:0)),y.__actions__.push({func:_l,args:[T],thisArg:e}),new Ei(y,this.__chain__).thru(function(L){return o&&!L.length&&L.push(e),L}))});function _6(){return O1(this)}function B6(){return new Ei(this.value(),this.__chain__)}function I6(){this.__values__===e&&(this.__values__=Y1(this.value()));var a=this.__index__>=this.__values__.length,o=a?e:this.__values__[this.__index__++];return{done:a,value:o}}function $6(){return this}function P6(a){for(var o,m=this;m instanceof hl;){var y=B1(m);y.__index__=0,y.__values__=e,o?T.__wrapped__=y:o=y;var T=y;m=m.__wrapped__}return T.__wrapped__=a,o}function R6(){var a=this.__wrapped__;if(a instanceof Et){var o=a;return this.__actions__.length&&(o=new Et(this)),o=o.reverse(),o.__actions__.push({func:_l,args:[e0],thisArg:e}),new Ei(o,this.__chain__)}return this.thru(e0)}function T6(){return Jd(this.__wrapped__,this.__actions__)}var k6=El(function(a,o,m){_t.call(a,m)?++a[m]:Os(a,m,1)});function O6(a,o,m){var y=ot(a)?ut:bw;return m&&Fn(a,o,m)&&(o=e),y(a,Xe(o,3))}function N6(a,o){var m=ot(a)?ei:kd;return m(a,Xe(o,3))}var x6=o1(I1),L6=o1($1);function U6(a,o){return Jr(Bl(a,o),1)}function H6(a,o){return Jr(Bl(a,o),G)}function j6(a,o,m){return m=m===e?1:ft(m),Jr(Bl(a,o),m)}function N1(a,o){var m=ot(a)?xn:wu;return m(a,Xe(o,3))}function x1(a,o){var m=ot(a)?I:Td;return m(a,Xe(o,3))}var M6=El(function(a,o,m){_t.call(a,m)?a[m].push(o):Os(a,m,[o])});function q6(a,o,m,y){a=jn(a)?a:eo(a),m=m&&!y?ft(m):0;var T=a.length;return m<0&&(m=_r(T+m,0)),Tl(a)?m<=T&&a.indexOf(o,m)>-1:!!T&&Eu(a,o,m)>-1}var V6=dt(function(a,o,m){var y=-1,T=typeof o=="function",L=jn(a)?ce(a.length):[];return wu(a,function(W){L[++y]=T?En(o,W,m):tc(W,o,m)}),L}),K6=El(function(a,o,m){Os(a,m,o)});function Bl(a,o){var m=ot(a)?ee:Hd;return m(a,Xe(o,3))}function G6(a,o,m,y){return a==null?[]:(ot(o)||(o=o==null?[]:[o]),m=y?e:m,ot(m)||(m=m==null?[]:[m]),Vd(a,o,m))}var z6=El(function(a,o,m){a[m?0:1].push(o)},function(){return[[],[]]});function W6(a,o,m){var y=ot(a)?Mo:Jc,T=arguments.length<3;return y(a,Xe(o,4),m,T,wu)}function Y6(a,o,m){var y=ot(a)?yd:Jc,T=arguments.length<3;return y(a,Xe(o,4),m,T,Td)}function X6(a,o){var m=ot(a)?ei:kd;return m(a,Pl(Xe(o,3)))}function J6(a){var o=ot(a)?Id:qw;return o(a)}function Z6(a,o,m){(m?Fn(a,o,m):o===e)?o=1:o=ft(o);var y=ot(a)?ww:Vw;return y(a,o)}function Q6(a){var o=ot(a)?Cw:Gw;return o(a)}function eC(a){if(a==null)return 0;if(jn(a))return Tl(a)?Is(a):a.length;var o=nn(a);return o==nt||o==Ut?a.size:Rh(a).length}function tC(a,o,m){var y=ot(a)?Xc:zw;return m&&Fn(a,o,m)&&(o=e),y(a,Xe(o,3))}var rC=dt(function(a,o){if(a==null)return[];var m=o.length;return m>1&&Fn(a,o[0],o[1])?o=[]:m>2&&Fn(o[0],o[1],o[2])&&(o=[o[0]]),Vd(a,Jr(o,1),[])}),Il=O||function(){return Cr.Date.now()};function nC(a,o){if(typeof o!="function")throw new Un(s);return a=ft(a),function(){if(--a<1)return o.apply(this,arguments)}}function L1(a,o,m){return o=m?e:o,o=a&&o==null?a.length:o,Ns(a,_,e,e,e,e,o)}function U1(a,o){var m;if(typeof o!="function")throw new Un(s);return a=ft(a),function(){return--a>0&&(m=o.apply(this,arguments)),a<=1&&(o=e),m}}var r0=dt(function(a,o,m){var y=w;if(m.length){var T=ri(m,Za(r0));y|=b}return Ns(a,y,o,m,T)}),H1=dt(function(a,o,m){var y=w|v;if(m.length){var T=ri(m,Za(H1));y|=b}return Ns(o,y,a,m,T)});function j1(a,o,m){o=m?e:o;var y=Ns(a,A,e,e,e,e,e,o);return y.placeholder=j1.placeholder,y}function M1(a,o,m){o=m?e:o;var y=Ns(a,C,e,e,e,e,e,o);return y.placeholder=M1.placeholder,y}function q1(a,o,m){var y,T,L,W,J,ne,Ae=0,Ee=!1,Ce=!1,Pe=!0;if(typeof a!="function")throw new Un(s);o=Di(o)||0,sr(m)&&(Ee=!!m.leading,Ce="maxWait"in m,L=Ce?_r(Di(m.maxWait)||0,o):L,Pe="trailing"in m?!!m.trailing:Pe);function je(Ar){var ki=y,js=T;return y=T=e,Ae=Ar,W=a.apply(js,ki),W}function Ze(Ar){return Ae=Ar,J=uc(vt,o),Ee?je(Ar):W}function ht(Ar){var ki=Ar-ne,js=Ar-Ae,og=o-ki;return Ce?rn(og,L-js):og}function Qe(Ar){var ki=Ar-ne,js=Ar-Ae;return ne===e||ki>=o||ki<0||Ce&&js>=L}function vt(){var Ar=Il();if(Qe(Ar))return Dt(Ar);J=uc(vt,ht(Ar))}function Dt(Ar){return J=e,Pe&&y?je(Ar):(y=T=e,W)}function ui(){J!==e&&Qd(J),Ae=0,y=ne=T=J=e}function Dn(){return J===e?W:Dt(Il())}function ai(){var Ar=Il(),ki=Qe(Ar);if(y=arguments,T=this,ne=Ar,ki){if(J===e)return Ze(ne);if(Ce)return Qd(J),J=uc(vt,o),je(ne)}return J===e&&(J=uc(vt,o)),W}return ai.cancel=ui,ai.flush=Dn,ai}var iC=dt(function(a,o){return Rd(a,1,o)}),sC=dt(function(a,o,m){return Rd(a,Di(o)||0,m)});function uC(a){return Ns(a,K)}function $l(a,o){if(typeof a!="function"||o!=null&&typeof o!="function")throw new Un(s);var m=function(){var y=arguments,T=o?o.apply(this,y):y[0],L=m.cache;if(L.has(T))return L.get(T);var W=a.apply(this,y);return m.cache=L.set(T,W)||L,W};return m.cache=new($l.Cache||ks),m}$l.Cache=ks;function Pl(a){if(typeof a!="function")throw new Un(s);return function(){var o=arguments;switch(o.length){case 0:return!a.call(this);case 1:return!a.call(this,o[0]);case 2:return!a.call(this,o[0],o[1]);case 3:return!a.call(this,o[0],o[1],o[2])}return!a.apply(this,o)}}function aC(a){return U1(2,a)}var oC=Ww(function(a,o){o=o.length==1&&ot(o[0])?ee(o[0],tn(Xe())):ee(Jr(o,1),tn(Xe()));var m=o.length;return dt(function(y){for(var T=-1,L=rn(y.length,m);++T=o}),aa=xd(function(){return arguments}())?xd:function(a){return pr(a)&&_t.call(a,"callee")&&!ol.call(a,"callee")},ot=ce.isArray,DC=Vc?tn(Vc):Pw;function jn(a){return a!=null&&Rl(a.length)&&!Us(a)}function vr(a){return pr(a)&&jn(a)}function yC(a){return a===!0||a===!1||pr(a)&&Cn(a)==bt}var yu=Mt||d0,bC=Kc?tn(Kc):Rw;function SC(a){return pr(a)&&a.nodeType===1&&!ac(a)}function _C(a){if(a==null)return!0;if(jn(a)&&(ot(a)||typeof a=="string"||typeof a.splice=="function"||yu(a)||Qa(a)||aa(a)))return!a.length;var o=nn(a);if(o==nt||o==Ut)return!a.size;if(sc(a))return!Rh(a).length;for(var m in a)if(_t.call(a,m))return!1;return!0}function BC(a,o){return rc(a,o)}function IC(a,o,m){m=typeof m=="function"?m:e;var y=m?m(a,o):e;return y===e?rc(a,o,e,m):!!y}function i0(a){if(!pr(a))return!1;var o=Cn(a);return o==Jt||o==ar||typeof a.message=="string"&&typeof a.name=="string"&&!ac(a)}function $C(a){return typeof a=="number"&&hr(a)}function Us(a){if(!sr(a))return!1;var o=Cn(a);return o==lt||o==Lt||o==Yt||o==jr}function K1(a){return typeof a=="number"&&a==ft(a)}function Rl(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=Y}function sr(a){var o=typeof a;return a!=null&&(o=="object"||o=="function")}function pr(a){return a!=null&&typeof a=="object"}var G1=Gc?tn(Gc):kw;function PC(a,o){return a===o||Ph(a,o,Wh(o))}function RC(a,o,m){return m=typeof m=="function"?m:e,Ph(a,o,Wh(o),m)}function TC(a){return z1(a)&&a!=+a}function kC(a){if(v4(a))throw new tt(n);return Ld(a)}function OC(a){return a===null}function NC(a){return a==null}function z1(a){return typeof a=="number"||pr(a)&&Cn(a)==Ge}function ac(a){if(!pr(a)||Cn(a)!=Me)return!1;var o=Ka(a);if(o===null)return!0;var m=_t.call(o,"constructor")&&o.constructor;return typeof m=="function"&&m instanceof m&&Ha.call(m)==wh}var s0=zc?tn(zc):Ow;function xC(a){return K1(a)&&a>=-Y&&a<=Y}var W1=Wc?tn(Wc):Nw;function Tl(a){return typeof a=="string"||!ot(a)&&pr(a)&&Cn(a)==pt}function si(a){return typeof a=="symbol"||pr(a)&&Cn(a)==Er}var Qa=Yc?tn(Yc):xw;function LC(a){return a===e}function UC(a){return pr(a)&&nn(a)==Mr}function HC(a){return pr(a)&&Cn(a)==Ct}var jC=Dl(Th),MC=Dl(function(a,o){return a<=o});function Y1(a){if(!a)return[];if(jn(a))return Tl(a)?Ln(a):Hn(a);if(Ps&&a[Ps])return ph(a[Ps]());var o=nn(a),m=o==nt?Wo:o==Ut?ni:eo;return m(a)}function Hs(a){if(!a)return a===0?a:0;if(a=Di(a),a===G||a===-G){var o=a<0?-1:1;return o*ie}return a===a?a:0}function ft(a){var o=Hs(a),m=o%1;return o===o?m?o-m:o:0}function X1(a){return a?ra(ft(a),0,be):0}function Di(a){if(typeof a=="number")return a;if(si(a))return _e;if(sr(a)){var o=typeof a.valueOf=="function"?a.valueOf():a;a=sr(o)?o+"":o}if(typeof a!="string")return a===0?a:+a;a=Go(a);var m=gi.test(a);return m||en.test(a)?sh(a.slice(2),m?2:8):Tn.test(a)?_e:+a}function J1(a){return Zi(a,Mn(a))}function qC(a){return a?ra(ft(a),-Y,Y):a===0?a:0}function Nt(a){return a==null?"":ii(a)}var VC=Xa(function(a,o){if(sc(o)||jn(o)){Zi(o,Or(o),a);return}for(var m in o)_t.call(o,m)&&Qo(a,m,o[m])}),Z1=Xa(function(a,o){Zi(o,Mn(o),a)}),kl=Xa(function(a,o,m,y){Zi(o,Mn(o),a,y)}),KC=Xa(function(a,o,m,y){Zi(o,Or(o),a,y)}),GC=xs(Sh);function zC(a,o){var m=Ya(a);return o==null?m:$d(m,o)}var WC=dt(function(a,o){a=jt(a);var m=-1,y=o.length,T=y>2?o[2]:e;for(T&&Fn(o[0],o[1],T)&&(y=1);++m1),L}),Zi(a,Gh(a),m),y&&(m=wi(m,h|d|E,s4));for(var T=o.length;T--;)Lh(m,o[T]);return m});function hF(a,o){return eg(a,Pl(Xe(o)))}var pF=xs(function(a,o){return a==null?{}:Hw(a,o)});function eg(a,o){if(a==null)return{};var m=ee(Gh(a),function(y){return[y]});return o=Xe(o),Kd(a,m,function(y,T){return o(y,T[0])})}function dF(a,o,m){o=Fu(o,a);var y=-1,T=o.length;for(T||(T=1,a=e);++yo){var y=a;a=o,o=y}if(m||a%1||o%1){var T=Sd();return rn(a+T*(o-a+ih("1e-"+((T+"").length-1))),o)}return Oh(a,o)}var bF=Ja(function(a,o,m){return o=o.toLowerCase(),a+(m?ng(o):o)});function ng(a){return o0(Nt(a).toLowerCase())}function ig(a){return a=Nt(a),a&&a.replace(Gr,zo).replace(An,"")}function SF(a,o,m){a=Nt(a),o=ii(o);var y=a.length;m=m===e?y:ra(ft(m),0,y);var T=m;return m-=o.length,m>=0&&a.slice(m,T)==o}function _F(a){return a=Nt(a),a&&$t.test(a)?a.replace(Ki,lh):a}function BF(a){return a=Nt(a),a&&Mu.test(a)?a.replace(zi,"\\$&"):a}var IF=Ja(function(a,o,m){return a+(m?"-":"")+o.toLowerCase()}),$F=Ja(function(a,o,m){return a+(m?" ":"")+o.toLowerCase()}),PF=a1("toLowerCase");function RF(a,o,m){a=Nt(a),o=ft(o);var y=o?Is(a):0;if(!o||y>=o)return a;var T=(o-y)/2;return Fl(ue(T),m)+a+Fl(M(T),m)}function TF(a,o,m){a=Nt(a),o=ft(o);var y=o?Is(a):0;return o&&y>>0,m?(a=Nt(a),a&&(typeof o=="string"||o!=null&&!s0(o))&&(o=ii(o),!o&&Bs(a))?Du(Ln(a),0,m):a.split(o,m)):[]}var HF=Ja(function(a,o,m){return a+(m?" ":"")+o0(o)});function jF(a,o,m){return a=Nt(a),m=m==null?0:ra(ft(m),0,a.length),o=ii(o),a.slice(m,m+o.length)==o}function MF(a,o,m){var y=N.templateSettings;m&&Fn(a,o,m)&&(o=e),a=Nt(a),o=kl({},o,y,d1);var T=kl({},o.imports,y.imports,d1),L=Or(T),W=Zu(T,L),J,ne,Ae=0,Ee=o.interpolate||Sr,Ce="__p += '",Pe=La((o.escape||Sr).source+"|"+Ee.source+"|"+(Ee===gu?mr:Sr).source+"|"+(o.evaluate||Sr).source+"|$","g"),je="//# sourceURL="+(_t.call(o,"sourceURL")?(o.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Qf+"]")+` `;a.replace(Pe,function(Qe,vt,Dt,ui,Dn,ai){return Dt||(Dt=ui),Ce+=a.slice(Ae,ai).replace(qu,tl),vt&&(J=!0,Ce+=`' + __e(`+vt+`) + '`),Dn&&(ne=!0,Ce+=`'; `+Dn+`; __p += '`),Dt&&(Ce+=`' + ((__t = (`+Dt+`)) == null ? '' : __t) + '`),Ae=ai+Qe.length,Qe}),Ce+=`'; `;var Ze=_t.call(o,"variable")&&o.variable;if(!Ze)Ce=`with (obj) { `+Ce+` } `;else if(st.test(Ze))throw new tt(u);Ce=(ne?Ce.replace(Ii,""):Ce).replace(hu,"$1").replace(Vi,"$1;"),Ce="function("+(Ze||"obj")+`) { `+(Ze?"":`obj || (obj = {}); `)+"var __t, __p = ''"+(J?", __e = _.escape":"")+(ne?`, __j = Array.prototype.join; function print() { __p += __j.call(arguments, '') } `:`; `)+Ce+`return __p }`;var ht=ug(function(){return Ft(L,je+"return "+Ce).apply(e,W)});if(ht.source=Ce,i0(ht))throw ht;return ht}function qF(a){return Nt(a).toLowerCase()}function VF(a){return Nt(a).toUpperCase()}function KF(a,o,m){if(a=Nt(a),a&&(m||o===e))return Go(a);if(!a||!(o=ii(o)))return a;var y=Ln(a),T=Ln(o),L=Oa(y,T),W=Qc(y,T)+1;return Du(y,L,W).join("")}function GF(a,o,m){if(a=Nt(a),a&&(m||o===e))return a.slice(0,xa(a)+1);if(!a||!(o=ii(o)))return a;var y=Ln(a),T=Qc(y,Ln(o))+1;return Du(y,0,T).join("")}function zF(a,o,m){if(a=Nt(a),a&&(m||o===e))return a.replace(bs,"");if(!a||!(o=ii(o)))return a;var y=Ln(a),T=Oa(y,Ln(o));return Du(y,T).join("")}function WF(a,o){var m=S,y=P;if(sr(o)){var T="separator"in o?o.separator:T;m="length"in o?ft(o.length):m,y="omission"in o?ii(o.omission):y}a=Nt(a);var L=a.length;if(Bs(a)){var W=Ln(a);L=W.length}if(m>=L)return a;var J=m-Is(y);if(J<1)return y;var ne=W?Du(W,0,J).join(""):a.slice(0,J);if(T===e)return ne+y;if(W&&(J+=ne.length-J),s0(T)){if(a.slice(J).search(T)){var Ae,Ee=ne;for(T.global||(T=La(T.source,Nt(kt.exec(T))+"g")),T.lastIndex=0;Ae=T.exec(Ee);)var Ce=Ae.index;ne=ne.slice(0,Ce===e?J:Ce)}}else if(a.indexOf(ii(T),J)!=J){var Pe=ne.lastIndexOf(T);Pe>-1&&(ne=ne.slice(0,Pe))}return ne+y}function YF(a){return a=Nt(a),a&&$i.test(a)?a.replace(pu,nl):a}var XF=Ja(function(a,o,m){return a+(m?" ":"")+o.toUpperCase()}),o0=a1("toUpperCase");function sg(a,o,m){return a=Nt(a),o=m?e:o,o===e?hh(a)?mh(a):qo(a):a.match(o)||[]}var ug=dt(function(a,o){try{return En(a,e,o)}catch(m){return i0(m)?m:new tt(m)}}),JF=xs(function(a,o){return xn(o,function(m){m=Qi(m),Os(a,m,r0(a[m],a))}),a});function ZF(a){var o=a==null?0:a.length,m=Xe();return a=o?ee(a,function(y){if(typeof y[1]!="function")throw new Un(s);return[m(y[0]),y[1]]}):[],dt(function(y){for(var T=-1;++TY)return[];var m=be,y=rn(a,be);o=Xe(o),a-=be;for(var T=Ko(y,o);++m0||o<0)?new Et(m):(a<0?m=m.takeRight(-a):a&&(m=m.drop(a)),o!==e&&(o=ft(o),m=o<0?m.dropRight(-o):m.take(o-a)),m)},Et.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},Et.prototype.toArray=function(){return this.take(be)},Ji(Et.prototype,function(a,o){var m=/^(?:filter|find|map|reject)|While$/.test(o),y=/^(?:head|last)$/.test(o),T=N[y?"take"+(o=="last"?"Right":""):o],L=y||/^find/.test(o);T&&(N.prototype[o]=function(){var W=this.__wrapped__,J=y?[1]:arguments,ne=W instanceof Et,Ae=J[0],Ee=ne||ot(W),Ce=function(vt){var Dt=T.apply(N,ti([vt],J));return y&&Pe?Dt[0]:Dt};Ee&&m&&typeof Ae=="function"&&Ae.length!=1&&(ne=Ee=!1);var Pe=this.__chain__,je=!!this.__actions__.length,Ze=L&&!Pe,ht=ne&&!je;if(!L&&Ee){W=ht?W:new Et(this);var Qe=a.apply(W,J);return Qe.__actions__.push({func:_l,args:[Ce],thisArg:e}),new Ei(Qe,Pe)}return Ze&&ht?a.apply(this,J):(Qe=this.thru(Ce),Ze?y?Qe.value()[0]:Qe.value():Qe)})}),xn(["pop","push","shift","sort","splice","unshift"],function(a){var o=Ua[a],m=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",y=/^(?:pop|shift)$/.test(a);N.prototype[a]=function(){var T=arguments;if(y&&!this.__chain__){var L=this.value();return o.apply(ot(L)?L:[],T)}return this[m](function(W){return o.apply(ot(W)?W:[],T)})}}),Ji(Et.prototype,function(a,o){var m=N[o];if(m){var y=m.name+"";_t.call(Wa,y)||(Wa[y]=[]),Wa[y].push({name:o,func:m})}}),Wa[wl(e,v).name]=[{name:"wrapper",func:e}],Et.prototype.clone=YE,Et.prototype.reverse=XE,Et.prototype.value=JE,N.prototype.at=S6,N.prototype.chain=_6,N.prototype.commit=B6,N.prototype.next=I6,N.prototype.plant=P6,N.prototype.reverse=R6,N.prototype.toJSON=N.prototype.valueOf=N.prototype.value=T6,N.prototype.first=N.prototype.head,Ps&&(N.prototype[Ps]=$6),N},Ai=vh();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(Cr._=Ai,define(function(){return Ai})):Ss?((Ss.exports=Ai)._=Ai,Ho._=Ai):Cr._=Ai}).call(Ro)});var qf=Be((ck,FA)=>{"use strict";var zB=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},zp=class e extends Error{constructor(t,r,n){super(t),zB(this,e.prototype),this.name="GrammarError",this.location=r,n===void 0&&(n=[]),this.diagnostics=n,this.stage=null,this.problems=[["error",t,r,n]]}toString(){let t=super.toString();this.location&&(t+=` at `,this.location.source!==void 0&&this.location.source!==null&&(t+=`${this.location.source}:`),t+=`${this.location.start.line}:${this.location.start.column}`);for(let r of this.diagnostics)t+=` from `,r.location.source!==void 0&&r.location.source!==null&&(t+=`${r.location.source}:`),t+=`${r.location.start.line}:${r.location.start.column}: ${r.message}`;return t}format(t){let r=t.map(({source:u,text:i})=>({source:u,text:i.split(/\r\n|\n|\r/g)}));function n(u,i,c=""){let l="",h=r.find(({source:E})=>E===u.source),d=u.start;if(h){let E=u.end,p=h.text[d.line-1],w=(d.line===E.line?E.column:p.length+1)-d.column||1;c&&(l+=` note: ${c}`),l+=` --> ${u.source}:${d.line}:${d.column} ${"".padEnd(i)} | ${d.line.toString().padStart(i)} | ${p} ${"".padEnd(i)} | ${"".padEnd(d.column-1)}${"".padEnd(w,"^")}`}else l+=` at ${u.source}:${d.line}:${d.column}`,c&&(l+=`: ${c}`);return l}function s(u,i,c,l=[]){let h;c?h=l.reduce((E,{location:p})=>Math.max(E,p.start.line),c.start.line):h=Math.max.apply(null,l.map(E=>E.location.start.line)),h=h.toString().length;let d=`${u}: ${i}`;c&&(d+=n(c,h));for(let E of l)d+=n(E.location,h,E.message);return d}return this.problems.filter(u=>u[0]!=="info").map(u=>s(...u)).join(` `)}};FA.exports=zp});var _i=Be((lk,DA)=>{"use strict";var WB={build(e){function t(i,...c){return e[i.type](i,...c)}function r(){}function n(i,...c){return t(i.expression,...c)}function s(i){return function(c,...l){c[i].forEach(h=>t(h,...l))}}let u={grammar(i,...c){i.topLevelInitializer&&t(i.topLevelInitializer,...c),i.initializer&&t(i.initializer,...c),i.rules.forEach(l=>t(l,...c))},top_level_initializer:r,initializer:r,rule:n,named:n,choice:s("alternatives"),action:n,sequence:s("elements"),labeled:n,text:n,simple_and:n,simple_not:n,optional:n,zero_or_more:n,one_or_more:n,group:n,semantic_and:r,semantic_not:r,rule_ref:r,literal:r,class:r,any:r};return Object.keys(u).forEach(i=>{Object.prototype.hasOwnProperty.call(e,i)||(e[i]=u[i])}),t}};DA.exports=WB});var xu=Be((fk,bA)=>{"use strict";var YB=_i(),yA={findRule(e,t){for(let r=0;r{"use strict";var XB={PUSH:0,PUSH_EMPTY_STRING:35,PUSH_UNDEFINED:1,PUSH_NULL:2,PUSH_FAILED:3,PUSH_EMPTY_ARRAY:4,PUSH_CURR_POS:5,POP:6,POP_CURR_POS:7,POP_N:8,NIP:9,APPEND:10,WRAP:11,TEXT:12,PLUCK:36,IF:13,IF_ERROR:14,IF_NOT_ERROR:15,WHILE_NOT_ERROR:16,MATCH_ANY:17,MATCH_STRING:18,MATCH_STRING_IC:19,MATCH_CHAR_CLASS:20,MATCH_REGEXP:20,ACCEPT_N:21,ACCEPT_STRING:22,FAIL:23,LOAD_SAVED_POS:24,UPDATE_SAVED_POS:25,CALL:26,RULE:27,SILENT_FAILS_ON:28,SILENT_FAILS_OFF:29};SA.exports=XB});var Yp=Be((pk,_A)=>{"use strict";var JB=_i(),ZB=xu(),QB=qf(),Oc=1,Ia=0,Nc=-1;function Vf(e){function t(i){return i.match=Ia}function r(i){return u(i.expression),i.match=Oc}function n(i){return i.match=u(i.expression)}function s(i,c){let l=i.length,h=0,d=0;for(let E=0;E0?Nc:Ia}let u=JB.build({rule(i){let c,l=0;if(typeof i.match>"u"){i.match=Ia;do if(c=i.match,i.match=u(i.expression),++l>6)throw new QB("Infinity cycle detected when trying to evaluate node match result",i.location);while(c!==i.match)}return i.match},named:n,choice(i){return i.match=s(i.alternatives,!0)},action:n,sequence(i){return i.match=s(i.elements,!1)},labeled:n,text:n,simple_and:n,simple_not(i){return i.match=-u(i.expression)},optional:r,zero_or_more:r,one_or_more:n,group:n,semantic_and:t,semantic_not:t,rule_ref(i){let c=ZB.findRule(e,i.name);return i.match=u(c)},literal(i){let c=i.value.length===0?Oc:Ia;return i.match=c},class(i){let c=i.parts.length===0?Nc:Ia;return i.match=c},any:t});u(e)}Vf.ALWAYS_MATCH=Oc;Vf.SOMETIMES_MATCH=Ia;Vf.NEVER_MATCH=Nc;_A.exports=Vf});var IA=Be((dk,BA)=>{"use strict";var eI=xu(),ke=Wp(),tI=_i(),{ALWAYS_MATCH:No,SOMETIMES_MATCH:Xp,NEVER_MATCH:Jp}=Yp();function rI(e){let t=[],r=[],n=[],s=[];function u(C){let b=t.indexOf(C);return b===-1?t.push(C)-1:b}function i(C){let b={value:C.parts,inverted:C.inverted,ignoreCase:C.ignoreCase},B=JSON.stringify(b),_=r.findIndex(j=>JSON.stringify(j)===B);return _===-1?r.push(b)-1:_}function c(C){let b=JSON.stringify(C),B=n.findIndex(_=>JSON.stringify(_)===b);return B===-1?n.push(C)-1:B}function l(C,b,B){let _={predicate:C,params:b,body:B.code,location:B.codeLocation},j=JSON.stringify(_),K=s.findIndex(S=>JSON.stringify(S)===j);return K===-1?s.push(_)-1:K}function h(C){let b={};return Object.keys(C).forEach(B=>{b[B]=C[B]}),b}function d(C,...b){return C.concat(...b)}function E(C,b,B,_){return C===No?B:C===Jp?_:b.concat([B.length,_.length],B,_)}function p(C,b){return C.concat([b.length],b)}function f(C,b,B,_){let j=Object.keys(B).map(K=>_-B[K]);return[ke.CALL,C,b,j.length].concat(j)}function w(C,b,B){let _=C.match|0;return d([ke.PUSH_CURR_POS],[ke.SILENT_FAILS_ON],A(C,{sp:B.sp+1,env:h(B.env),action:null}),[ke.SILENT_FAILS_OFF],E(b?-_:_,[b?ke.IF_ERROR:ke.IF_NOT_ERROR],d([ke.POP],[b?ke.POP:ke.POP_CURR_POS],[ke.PUSH_UNDEFINED]),d([ke.POP],[b?ke.POP_CURR_POS:ke.POP],[ke.PUSH_FAILED])))}function v(C,b,B){let _=l(!0,Object.keys(B.env),C);return d([ke.UPDATE_SAVED_POS],f(_,0,B.env,B.sp),E(C.match|0,[ke.IF],d([ke.POP],b?[ke.PUSH_FAILED]:[ke.PUSH_UNDEFINED]),d([ke.POP],b?[ke.PUSH_UNDEFINED]:[ke.PUSH_FAILED])))}function D(C){return p([ke.WHILE_NOT_ERROR],d([ke.APPEND],C))}let A=tI.build({grammar(C){C.rules.forEach(A),C.literals=t,C.classes=r,C.expectations=n,C.functions=s},rule(C){C.bytecode=A(C.expression,{sp:-1,env:{},pluck:[],action:null})},named(C,b){let B=C.match|0,_=B===Jp?null:c({type:"rule",value:C.name});return d([ke.SILENT_FAILS_ON],A(C.expression,b),[ke.SILENT_FAILS_OFF],E(B,[ke.IF_ERROR],[ke.FAIL,_],[]))},choice(C,b){function B(_,j){let K=_[0].match|0,S=A(_[0],{sp:j.sp,env:h(j.env),action:null});return K===No?S:d(S,_.length>1?E(Xp,[ke.IF_ERROR],d([ke.POP],B(_.slice(1),j)),[]):[])}return B(C.alternatives,b)},action(C,b){let B=h(b.env),_=C.expression.type!=="sequence"||C.expression.elements.length===0,j=A(C.expression,{sp:b.sp+(_?1:0),env:B,action:C}),K=C.expression.match|0,S=_&&K!==Jp?l(!1,Object.keys(B),C):null;return _?d([ke.PUSH_CURR_POS],j,E(K,[ke.IF_NOT_ERROR],d([ke.LOAD_SAVED_POS,1],f(S,1,B,b.sp+2)),[]),[ke.NIP]):j},sequence(C,b){function B(_,j){if(_.length>0){let K=C.elements.length-_.length+1;return d(A(_[0],{sp:j.sp,env:j.env,pluck:j.pluck,action:null}),E(_[0].match|0,[ke.IF_NOT_ERROR],B(_.slice(1),{sp:j.sp+1,env:j.env,pluck:j.pluck,action:j.action}),d(K>1?[ke.POP_N,K]:[ke.POP],[ke.POP_CURR_POS],[ke.PUSH_FAILED])))}else{if(j.pluck.length>0)return d([ke.PLUCK,C.elements.length+1,j.pluck.length],j.pluck.map(K=>j.sp-K));if(j.action){let K=l(!1,Object.keys(j.env),j.action);return d([ke.LOAD_SAVED_POS,C.elements.length],f(K,C.elements.length+1,j.env,j.sp))}else return d([ke.WRAP,C.elements.length],[ke.NIP])}}return d([ke.PUSH_CURR_POS],B(C.elements,{sp:b.sp+1,env:b.env,pluck:[],action:b.action}))},labeled(C,b){let B=b.env,_=C.label,j=b.sp+1;return _&&(B=h(b.env),b.env[C.label]=j),C.pick&&b.pluck.push(j),A(C.expression,{sp:b.sp,env:B,action:null})},text(C,b){return d([ke.PUSH_CURR_POS],A(C.expression,{sp:b.sp+1,env:h(b.env),action:null}),E(C.match|0,[ke.IF_NOT_ERROR],d([ke.POP],[ke.TEXT]),[ke.NIP]))},simple_and(C,b){return w(C.expression,!1,b)},simple_not(C,b){return w(C.expression,!0,b)},optional(C,b){return d(A(C.expression,{sp:b.sp,env:h(b.env),action:null}),E(-(C.expression.match|0),[ke.IF_ERROR],d([ke.POP],[ke.PUSH_NULL]),[]))},zero_or_more(C,b){let B=A(C.expression,{sp:b.sp+1,env:h(b.env),action:null});return d([ke.PUSH_EMPTY_ARRAY],B,D(B),[ke.POP])},one_or_more(C,b){let B=A(C.expression,{sp:b.sp+1,env:h(b.env),action:null});return d([ke.PUSH_EMPTY_ARRAY],B,E(C.expression.match|0,[ke.IF_NOT_ERROR],d(D(B),[ke.POP]),d([ke.POP],[ke.POP],[ke.PUSH_FAILED])))},group(C,b){return A(C.expression,{sp:b.sp,env:h(b.env),action:null})},semantic_and(C,b){return v(C,!1,b)},semantic_not(C,b){return v(C,!0,b)},rule_ref(C){return[ke.RULE,eI.indexOfRule(e,C.name)]},literal(C){if(C.value.length>0){let b=C.match|0,_=b===Xp||b===No&&!C.ignoreCase?u(C.ignoreCase?C.value.toLowerCase():C.value):null,j=b!==No?c({type:"literal",value:C.value,ignoreCase:C.ignoreCase}):null;return E(b,C.ignoreCase?[ke.MATCH_STRING_IC,_]:[ke.MATCH_STRING,_],C.ignoreCase?[ke.ACCEPT_N,C.value.length]:[ke.ACCEPT_STRING,_],[ke.FAIL,j])}return[ke.PUSH_EMPTY_STRING]},class(C){let b=C.match|0,B=b===Xp?i(C):null,_=b!==No?c({type:"class",value:C.parts,inverted:C.inverted,ignoreCase:C.ignoreCase}):null;return E(b,[ke.MATCH_CHAR_CLASS,B],[ke.ACCEPT_N,1],[ke.FAIL,_])},any(C){let b=C.match|0,B=b!==No?c({type:"any"}):null;return E(b,[ke.MATCH_ANY],[ke.ACCEPT_N,1],[ke.FAIL,B])}});A(e)}BA.exports=rI});var PA=Be((gk,$A)=>{"use strict";var Zp=class{constructor(t,r,n){this.sp=-1,this.maxSp=-1,this.varName=r,this.ruleName=t,this.type=n}name(t){if(t<0)throw new RangeError(`Rule '${this.ruleName}': The variable stack underflow: attempt to use a variable '${this.varName}' at an index ${t}`);return this.varName+t}push(t){let r=this.name(++this.sp)+" = "+t+";";return this.sp>this.maxSp&&(this.maxSp=this.sp),r}pop(t){return t!==void 0?(this.sp-=t,Array.from({length:t},(r,n)=>this.name(this.sp+1+n))):this.name(this.sp--)}top(){return this.name(this.sp)}index(t){if(t<0)throw new RangeError(`Rule '${this.ruleName}': The variable stack overflow: attempt to get a variable at a negative index ${t}`);return this.name(this.sp-t)}result(){if(this.maxSp<0)throw new RangeError(`Rule '${this.ruleName}': The variable stack is empty, can't get the result'`);return this.name(0)}defines(){return this.maxSp<0?"":this.type+" "+Array.from({length:this.maxSp+1},(t,r)=>this.name(r)).join(", ")+";"}checkedIf(t,r,n){let s=this.sp;if(r(),n){let u=this.sp;if(this.sp=s,n(),u!==this.sp)throw new Error("Rule '"+this.ruleName+"', position "+t+": Branches of a condition can't move the stack pointer differently (before: "+s+", after then: "+u+", after else: "+this.sp+").")}}checkedLoop(t,r){let n=this.sp;if(r(),n!==this.sp)throw new Error("Rule '"+this.ruleName+"', position "+t+": Body of a loop can't move the stack pointer (before: "+n+", after: "+this.sp+").")}};$A.exports=Zp});var Qp=Be((mk,RA)=>{"use strict";RA.exports="2.0.1"});var TA=Be(Kf=>{"use strict";function lu(e){return e.charCodeAt(0).toString(16).toUpperCase()}Kf.hex=lu;function nI(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\x08/g,"\\b").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\v/g,"\\v").replace(/\f/g,"\\f").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,t=>"\\x0"+lu(t)).replace(/[\x10-\x1F\x7F-\xFF]/g,t=>"\\x"+lu(t)).replace(/[\u0100-\u0FFF]/g,t=>"\\u0"+lu(t)).replace(/[\u1000-\uFFFF]/g,t=>"\\u"+lu(t))}Kf.stringEscape=nI;function iI(e){return e.replace(/\\/g,"\\\\").replace(/\//g,"\\/").replace(/]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\x08/g,"\\b").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\v/g,"\\v").replace(/\f/g,"\\f").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,t=>"\\x0"+lu(t)).replace(/[\x10-\x1F\x7F-\xFF]/g,t=>"\\x"+lu(t)).replace(/[\u0100-\u0FFF]/g,t=>"\\u0"+lu(t)).replace(/[\u1000-\uFFFF]/g,t=>"\\u"+lu(t))}Kf.regexpClassEscape=iI});var NA=Be(OA=>{var kA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");OA.encode=function(e){if(0<=e&&e{var sI=NA(),xA=5,LA=1<>>=xA,s>0&&(n|=aI),r+=sI.encode(n);while(s>0);return r}});var zf=Be(Uu=>{function cI(e,t,r){if(t in e)return e[t];if(arguments.length===3)return r;throw new Error('"'+t+'" is a required argument.')}Uu.getArg=cI;var MA=function(){return!("__proto__"in Object.create(null))}();function qA(e){return e}function lI(e){return VA(e)?"$"+e:e}Uu.toSetString=MA?qA:lI;function fI(e){return VA(e)?e.slice(1):e}Uu.fromSetString=MA?qA:fI;function VA(e){if(!e)return!1;let t=e.length;if(t<9||e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95)return!1;for(let r=t-10;r>=0;r--)if(e.charCodeAt(r)!==36)return!1;return!0}function jA(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function hI(e,t){let r=e.generatedLine-t.generatedLine;return r!==0||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=jA(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:jA(e.name,t.name)}Uu.compareByGeneratedPositionsInflated=hI;var ed="http:",xc=`${ed}//host`;function KA(e){return t=>{let r=Lc(t),n=td(t),s=new URL(t,n);e(s);let u=s.toString();return r==="absolute"?u:r==="scheme-relative"?u.slice(ed.length):r==="path-absolute"?u.slice(xc.length):rd(n,u)}}function Lu(e,t){return new URL(e,t).toString()}function pI(e,t){let r=0;do{let n=e+r++;if(t.indexOf(n)===-1)return n}while(!0)}function td(e){let t=e.split("..").length-1,r=pI("p",e),n=`${xc}/`;for(let s=0;s0&&!n[n.length-1]&&n.pop();r.length>0&&n.length>0&&r[0]===n[0];)r.shift(),n.shift();return n.map(()=>"..").concat(r).join("/")+t.search+t.hash}var gI=KA(e=>{e.pathname=e.pathname.replace(/\/?$/,"/")}),Gf=KA(e=>{});Uu.normalize=Gf;function mI(e,t){let r=Lc(t),n=Lc(e);if(e=gI(e),r==="absolute")return Lu(t,void 0);if(n==="absolute")return Lu(t,e);if(r==="scheme-relative")return Gf(t);if(n==="scheme-relative")return Lu(t,Lu(e,xc)).slice(ed.length);if(r==="path-absolute")return Gf(t);if(n==="path-absolute")return Lu(t,Lu(e,xc)).slice(xc.length);let s=td(t+e),u=Lu(t,Lu(e,s));return rd(s,u)}Uu.join=mI;function vI(e,t){let r=AI(e,t);return typeof r=="string"?r:Gf(t)}Uu.relative=vI;function AI(e,t){if(Lc(e)!==Lc(t))return null;let n=td(e+t),s=new URL(e,n),u=new URL(t,n);try{new URL("",u.toString())}catch{return null}return u.protocol!==s.protocol||u.user!==s.user||u.password!==s.password||u.hostname!==s.hostname||u.port!==s.port?null:rd(s,u)}});var zA=Be(GA=>{var nd=class e{constructor(){this._array=[],this._set=new Map}static fromArray(t,r){let n=new e;for(let s=0,u=t.length;s=0)return r;throw new Error('"'+t+'" is not in the set.')}at(t){if(t>=0&&t{var WA=zf();function EI(e,t){let r=e.generatedLine,n=t.generatedLine,s=e.generatedColumn,u=t.generatedColumn;return n>r||n==r&&u>=s||WA.compareByGeneratedPositionsInflated(e,t)<=0}var sd=class{constructor(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}unsortedForEach(t,r){this._array.forEach(t,r)}add(t){EI(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))}toArray(){return this._sorted||(this._array.sort(WA.compareByGeneratedPositionsInflated),this._sorted=!0),this._array}};YA.MappingList=sd});var ud=Be(JA=>{var Uc=HA(),br=zf(),Wf=zA().ArraySet,wI=XA().MappingList,Yf=class e{constructor(t){t||(t={}),this._file=br.getArg(t,"file",null),this._sourceRoot=br.getArg(t,"sourceRoot",null),this._skipValidation=br.getArg(t,"skipValidation",!1),this._sources=new Wf,this._names=new Wf,this._mappings=new wI,this._sourcesContents=null}static fromSourceMap(t){let r=t.sourceRoot,n=new e({file:t.file,sourceRoot:r});return t.eachMapping(function(s){let u={generated:{line:s.generatedLine,column:s.generatedColumn}};s.source!=null&&(u.source=s.source,r!=null&&(u.source=br.relative(r,u.source)),u.original={line:s.originalLine,column:s.originalColumn},s.name!=null&&(u.name=s.name)),n.addMapping(u)}),t.sources.forEach(function(s){let u=s;r!=null&&(u=br.relative(r,s)),n._sources.has(u)||n._sources.add(u);let i=t.sourceContentFor(s);i!=null&&n.setSourceContent(s,i)}),n}addMapping(t){let r=br.getArg(t,"generated"),n=br.getArg(t,"original",null),s=br.getArg(t,"source",null),u=br.getArg(t,"name",null);this._skipValidation||this._validateMapping(r,n,s,u),s!=null&&(s=String(s),this._sources.has(s)||this._sources.add(s)),u!=null&&(u=String(u),this._names.has(u)||this._names.add(u)),this._mappings.add({generatedLine:r.line,generatedColumn:r.column,originalLine:n&&n.line,originalColumn:n&&n.column,source:s,name:u})}setSourceContent(t,r){let n=t;this._sourceRoot!=null&&(n=br.relative(this._sourceRoot,n)),r!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[br.toSetString(n)]=r):this._sourcesContents&&(delete this._sourcesContents[br.toSetString(n)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))}applySourceMap(t,r,n){let s=r;if(r==null){if(t.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);s=t.file}let u=this._sourceRoot;u!=null&&(s=br.relative(u,s));let i=this._mappings.toArray().length>0?new Wf:this._sources,c=new Wf;this._mappings.unsortedForEach(function(l){if(l.source===s&&l.originalLine!=null){let E=t.originalPositionFor({line:l.originalLine,column:l.originalColumn});E.source!=null&&(l.source=E.source,n!=null&&(l.source=br.join(n,l.source)),u!=null&&(l.source=br.relative(u,l.source)),l.originalLine=E.line,l.originalColumn=E.column,E.name!=null&&(l.name=E.name))}let h=l.source;h!=null&&!i.has(h)&&i.add(h);let d=l.name;d!=null&&!c.has(d)&&c.add(d)},this),this._sources=i,this._names=c,t.sources.forEach(function(l){let h=t.sourceContentFor(l);h!=null&&(n!=null&&(l=br.join(n,l)),u!=null&&(l=br.relative(u,l)),this.setSourceContent(l,h))},this)}_validateMapping(t,r,n,s){if(r&&typeof r.line!="number"&&typeof r.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(t&&"line"in t&&"column"in t&&t.line>0&&t.column>=0&&!r&&!n&&!s)){if(!(t&&"line"in t&&"column"in t&&r&&"line"in r&&"column"in r&&t.line>0&&t.column>=0&&r.line>0&&r.column>=0&&n))throw new Error("Invalid mapping: "+JSON.stringify({generated:t,source:n,original:r,name:s}))}}_serializeMappings(){let t=0,r=1,n=0,s=0,u=0,i=0,c="",l,h,d,E,p=this._mappings.toArray();for(let f=0,w=p.length;f0){if(!br.compareByGeneratedPositionsInflated(h,p[f-1]))continue;l+=","}l+=Uc.encode(h.generatedColumn-t),t=h.generatedColumn,h.source!=null&&(E=this._sources.indexOf(h.source),l+=Uc.encode(E-i),i=E,l+=Uc.encode(h.originalLine-1-s),s=h.originalLine-1,l+=Uc.encode(h.originalColumn-n),n=h.originalColumn,h.name!=null&&(d=this._names.indexOf(h.name),l+=Uc.encode(d-u),u=d)),c+=l}return c}_generateSourcesContent(t,r){return t.map(function(n){if(!this._sourcesContents)return null;r!=null&&(n=br.relative(r,n));let s=br.toSetString(n);return Object.prototype.hasOwnProperty.call(this._sourcesContents,s)?this._sourcesContents[s]:null},this)}toJSON(){let t={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(t.file=this._file),this._sourceRoot!=null&&(t.sourceRoot=this._sourceRoot),this._sourcesContents&&(t.sourcesContent=this._generateSourcesContent(t.sources,t.sourceRoot)),t}toString(){return JSON.stringify(this.toJSON())}};Yf.prototype._version=3;JA.SourceMapGenerator=Yf});var QA=Be(ZA=>{var CI=ud().SourceMapGenerator,Xf=zf(),FI=/(\r?\n)/,DI=10,xo="$$$isSourceNode$$$",ad=class e{constructor(t,r,n,s,u){this.children=[],this.sourceContents={},this.line=t??null,this.column=r??null,this.source=n??null,this.name=u??null,this[xo]=!0,s!=null&&this.add(s)}static fromStringWithSourceMap(t,r,n){let s=new e,u=t.split(FI),i=0,c=function(){let f=v(),w=v()||"";return f+w;function v(){return i=0;r--)this.prepend(t[r]);else if(t[xo]||typeof t=="string")this.children.unshift(t);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+t);return this}walk(t){let r;for(let n=0,s=this.children.length;n0){for(r=[],n=0;n{od.SourceMapGenerator=ud().SourceMapGenerator;od.SourceNode=QA().SourceNode});var iE=Be((Sk,nE)=>{"use strict";var yI=xu(),Tt=Wp(),bI=PA(),SI=Qp(),{stringEscape:di,regexpClassEscape:cd}=TA(),{SourceNode:Bi}=eE();function rE(e,t,r){let n=t.start.line,s=t.start.column-1,u=e.split(` `);return u.length===1?new Bi(n,s,t.source,e,r):new Bi(null,null,t.source,u.map((i,c)=>new Bi(n+c,c===0?s:0,t.source,c===u.length-1?i:[i,` `],r)))}function tE(e,t,r,n,s){return r?new Bi(null,null,r.source,[e,rE(t,r,s),new Bi(r.end.line,r.end.column-1,r.source,n)]):new Bi(null,null,null,[e,t,n])}function _I(e,t){function r(v){return v instanceof Bi?v:v.replace(/^(.+)$/gm," $1")}function n(v){return"peg$c"+v}function s(v){return"peg$r"+v}function u(v){return"peg$e"+v}function i(v){return"peg$f"+v}function c(v){return"peg$parse"+v}function l(){function v(b){return'"'+di(b)+'"'}function D(b){return"/^["+(b.inverted?"^":"")+b.value.map(B=>Array.isArray(B)?cd(B[0])+"-"+cd(B[1]):cd(B)).join("")+"]/"+(b.ignoreCase?"i":"")}function A(b){switch(b.type){case"rule":return'peg$otherExpectation("'+di(b.value)+'")';case"literal":return'peg$literalExpectation("'+di(b.value)+'", '+b.ignoreCase+")";case"class":return"peg$classExpectation(["+b.value.map(_=>Array.isArray(_)?'["'+di(_[0])+'", "'+di(_[1])+'"]':'"'+di(_)+'"').join(", ")+"], "+b.inverted+", "+b.ignoreCase+")";case"any":return"peg$anyExpectation()";default:throw new Error("Unknown expectation type ("+JSON.stringify(b)+")")}}function C(b,B){return tE(` var ${i(B)} = function(${b.params.join(", ")}) {`,b.body,b.location,"};")}return new Bi(null,null,t.grammarSource,[e.literals.map((b,B)=>" var "+n(B)+" = "+v(b)+";").concat("",e.classes.map((b,B)=>" var "+s(B)+" = "+D(b)+";")).concat("",e.expectations.map((b,B)=>" var "+u(B)+" = "+A(b)+";")).concat("").join(` `),e.functions.map(C)])}function h(v,D){let A=[];return A.push(""),t.trace&&A.push("peg$tracer.trace({",' type: "rule.enter",'," rule: "+v+","," location: peg$computeLocation(startPos, startPos)","});",""),t.cache&&(A.push("var key = peg$currPos * "+e.rules.length+" + "+D+";","var cached = peg$resultsCache[key];","","if (cached) {"," peg$currPos = cached.nextPos;",""),t.trace&&A.push("if (cached.result !== peg$FAILED) {"," peg$tracer.trace({",' type: "rule.match",'," rule: "+v+","," result: cached.result,"," location: peg$computeLocation(startPos, peg$currPos)"," });","} else {"," peg$tracer.trace({",' type: "rule.fail",'," rule: "+v+","," location: peg$computeLocation(startPos, startPos)"," });","}",""),A.push(" return cached.result;","}","")),A}function d(v,D){let A=[];return t.cache&&A.push("","peg$resultsCache[key] = { nextPos: peg$currPos, result: "+D+" };"),t.trace&&A.push("","if ("+D+" !== peg$FAILED) {"," peg$tracer.trace({",' type: "rule.match",'," rule: "+v+","," result: "+D+","," location: peg$computeLocation(startPos, peg$currPos)"," });","} else {"," peg$tracer.trace({",' type: "rule.fail",'," rule: "+v+","," location: peg$computeLocation(startPos, startPos)"," });","}"),A.push("","return "+D+";"),A}function E(v){let D=[],A=new bI(v.name,"s","var");function C(B){let _=0,j=B.length,K=[],S;function P(V,z){let q=z+3,G=B[_+q-2],Y=B[_+q-1],ie,_e;A.checkedIf(_,()=>{_+=q,ie=C(B.slice(_,_+G)),_+=G},Y>0?()=>{_e=C(B.slice(_,_+Y)),_+=Y}:null),K.push("if ("+V+") {"),K.push(...ie.map(r)),Y>0&&(K.push("} else {"),K.push(..._e.map(r))),K.push("}")}function x(V){let q=B[_+2-1],G;A.checkedLoop(_,()=>{_+=2,G=C(B.slice(_,_+q)),_+=q}),K.push("while ("+V+") {"),K.push(...G.map(r)),K.push("}")}function H(){let z=B[_+4-1],q=i(B[_+1])+"("+B.slice(_+4,_+4+z).map(G=>A.index(G)).join(", ")+")";A.pop(B[_+2]),K.push(A.push(q)),_+=4+z}for(;_A.index(G)).join(", ")} ]`,A.pop(B[_+1]),K.push(A.push(S)),_+=q;break}case Tt.IF:P(A.top(),0);break;case Tt.IF_ERROR:P(A.top()+" === peg$FAILED",0);break;case Tt.IF_NOT_ERROR:P(A.top()+" !== peg$FAILED",0);break;case Tt.WHILE_NOT_ERROR:x(A.top()+" !== peg$FAILED");break;case Tt.MATCH_ANY:P("input.length > peg$currPos",0);break;case Tt.MATCH_STRING:P(e.literals[B[_+1]].length>1?"input.substr(peg$currPos, "+e.literals[B[_+1]].length+") === "+n(B[_+1]):"input.charCodeAt(peg$currPos) === "+e.literals[B[_+1]].charCodeAt(0),1);break;case Tt.MATCH_STRING_IC:P("input.substr(peg$currPos, "+e.literals[B[_+1]].length+").toLowerCase() === "+n(B[_+1]),1);break;case Tt.MATCH_CHAR_CLASS:P(s(B[_+1])+".test(input.charAt(peg$currPos))",1);break;case Tt.ACCEPT_N:K.push(A.push(B[_+1]>1?"input.substr(peg$currPos, "+B[_+1]+")":"input.charAt(peg$currPos)")),K.push(B[_+1]>1?"peg$currPos += "+B[_+1]+";":"peg$currPos++;"),_+=2;break;case Tt.ACCEPT_STRING:K.push(A.push(n(B[_+1]))),K.push(e.literals[B[_+1]].length>1?"peg$currPos += "+e.literals[B[_+1]].length+";":"peg$currPos++;"),_+=2;break;case Tt.FAIL:K.push(A.push("peg$FAILED")),K.push("if (peg$silentFails === 0) { peg$fail("+u(B[_+1])+"); }"),_+=2;break;case Tt.LOAD_SAVED_POS:K.push("peg$savedPos = "+A.index(B[_+1])+";"),_+=2;break;case Tt.UPDATE_SAVED_POS:K.push("peg$savedPos = peg$currPos;"),_++;break;case Tt.CALL:H();break;case Tt.RULE:K.push(A.push(c(e.rules[B[_+1]].name)+"()")),_+=2;break;case Tt.SILENT_FAILS_ON:K.push("peg$silentFails++;"),_++;break;case Tt.SILENT_FAILS_OFF:K.push("peg$silentFails--;"),_++;break;default:throw new Error("Invalid opcode: "+B[_]+".")}return K}let b=C(v.bytecode);return D.push(tE(" function ",c(v.name),v.nameLocation,`() { `,v.name)),t.trace&&D.push(" var startPos = peg$currPos;"),D.push(r(A.defines())),D.push(...h('"'+di(v.name)+'"',yI.indexOfRule(e,v.name)).map(r)),D.push(...b.map(r)),D.push(...d('"'+di(v.name)+'"',A.result()).map(r)),D.push("}"),D}function p(v){return v.codeLocation?rE(v.code,v.codeLocation,"$"+v.type):v.code}function f(){let v=[];e.topLevelInitializer&&(v.push(p(e.topLevelInitializer)),v.push("")),v.push("function peg$subclass(child, parent) {"," function C() { this.constructor = child; }"," C.prototype = parent.prototype;"," child.prototype = new C();","}","","function peg$SyntaxError(message, expected, found, location) {"," var self = Error.call(this, message);"," // istanbul ignore next Check is a necessary evil to support older environments"," if (Object.setPrototypeOf) {"," Object.setPrototypeOf(self, peg$SyntaxError.prototype);"," }"," self.expected = expected;"," self.found = found;"," self.location = location;",' self.name = "SyntaxError";'," return self;","}","","peg$subclass(peg$SyntaxError, Error);","","function peg$padEnd(str, targetLength, padString) {",' padString = padString || " ";'," if (str.length > targetLength) { return str; }"," targetLength -= str.length;"," padString += padString.repeat(targetLength);"," return str + padString.slice(0, targetLength);","}","","peg$SyntaxError.prototype.format = function(sources) {",' var str = "Error: " + this.message;'," if (this.location) {"," var src = null;"," var k;"," for (k = 0; k < sources.length; k++) {"," if (sources[k].source === this.location.source) {"," src = sources[k].text.split(/\\r\\n|\\n|\\r/g);"," break;"," }"," }"," var s = this.location.start;",' var loc = this.location.source + ":" + s.line + ":" + s.column;'," if (src) {"," var e = this.location.end;",` var filler = peg$padEnd("", s.line.toString().length, ' ');`," var line = src[s.line - 1];"," var last = s.line === e.line ? e.column : line.length + 1;"," var hatLen = (last - s.column) || 1;",' str += "\\n --> " + loc + "\\n"',' + filler + " |\\n"',' + s.line + " | " + line + "\\n"',` + filler + " | " + peg$padEnd("", s.column - 1, ' ')`,' + peg$padEnd("", hatLen, "^");'," } else {",' str += "\\n at " + loc;'," }"," }"," return str;","};","","peg$SyntaxError.buildMessage = function(expected, found) {"," var DESCRIBE_EXPECTATION_FNS = {"," literal: function(expectation) {",' return "\\"" + literalEscape(expectation.text) + "\\"";'," },",""," class: function(expectation) {"," var escapedParts = expectation.parts.map(function(part) {"," return Array.isArray(part)",' ? classEscape(part[0]) + "-" + classEscape(part[1])'," : classEscape(part);"," });","",' return "[" + (expectation.inverted ? "^" : "") + escapedParts.join("") + "]";'," },",""," any: function() {",' return "any character";'," },",""," end: function() {",' return "end of input";'," },",""," other: function(expectation) {"," return expectation.description;"," }"," };",""," function hex(ch) {"," return ch.charCodeAt(0).toString(16).toUpperCase();"," }",""," function literalEscape(s) {"," return s",' .replace(/\\\\/g, "\\\\\\\\")',' .replace(/"/g, "\\\\\\"")',' .replace(/\\0/g, "\\\\0")',' .replace(/\\t/g, "\\\\t")',' .replace(/\\n/g, "\\\\n")',' .replace(/\\r/g, "\\\\r")',' .replace(/[\\x00-\\x0F]/g, function(ch) { return "\\\\x0" + hex(ch); })',' .replace(/[\\x10-\\x1F\\x7F-\\x9F]/g, function(ch) { return "\\\\x" + hex(ch); });'," }",""," function classEscape(s) {"," return s",' .replace(/\\\\/g, "\\\\\\\\")',' .replace(/\\]/g, "\\\\]")',' .replace(/\\^/g, "\\\\^")',' .replace(/-/g, "\\\\-")',' .replace(/\\0/g, "\\\\0")',' .replace(/\\t/g, "\\\\t")',' .replace(/\\n/g, "\\\\n")',' .replace(/\\r/g, "\\\\r")',' .replace(/[\\x00-\\x0F]/g, function(ch) { return "\\\\x0" + hex(ch); })',' .replace(/[\\x10-\\x1F\\x7F-\\x9F]/g, function(ch) { return "\\\\x" + hex(ch); });'," }",""," function describeExpectation(expectation) {"," return DESCRIBE_EXPECTATION_FNS[expectation.type](expectation);"," }",""," function describeExpected(expected) {"," var descriptions = expected.map(describeExpectation);"," var i, j;",""," descriptions.sort();",""," if (descriptions.length > 0) {"," for (i = 1, j = 1; i < descriptions.length; i++) {"," if (descriptions[i - 1] !== descriptions[i]) {"," descriptions[j] = descriptions[i];"," j++;"," }"," }"," descriptions.length = j;"," }",""," switch (descriptions.length) {"," case 1:"," return descriptions[0];",""," case 2:",' return descriptions[0] + " or " + descriptions[1];',""," default:",' return descriptions.slice(0, -1).join(", ")',' + ", or "'," + descriptions[descriptions.length - 1];"," }"," }",""," function describeFound(found) {",' return found ? "\\"" + literalEscape(found) + "\\"" : "end of input";'," }","",' return "Expected " + describeExpected(expected) + " but " + describeFound(found) + " found.";',"};",""),t.trace&&v.push("function peg$DefaultTracer() {"," this.indentLevel = 0;","}","","peg$DefaultTracer.prototype.trace = function(event) {"," var that = this;",""," function log(event) {"," function repeat(string, n) {",' var result = "", i;',""," for (i = 0; i < n; i++) {"," result += string;"," }",""," return result;"," }",""," function pad(string, length) {",' return string + repeat(" ", length - string.length);'," }","",' if (typeof console === "object") {'," console.log(",' event.location.start.line + ":" + event.location.start.column + "-"',' + event.location.end.line + ":" + event.location.end.column + " "',' + pad(event.type, 10) + " "',' + repeat(" ", that.indentLevel) + event.rule'," );"," }"," }",""," switch (event.type) {",' case "rule.enter":'," log(event);"," this.indentLevel++;"," break;","",' case "rule.match":'," this.indentLevel--;"," log(event);"," break;","",' case "rule.fail":'," this.indentLevel--;"," log(event);"," break;",""," default:",' throw new Error("Invalid event type: " + event.type + ".");'," }","};","");let D="{ "+t.allowedStartRules.map(C=>C+": "+c(C)).join(", ")+" }",A=c(t.allowedStartRules[0]);return v.push("function peg$parse(input, options) {"," options = options !== undefined ? options : {};",""," var peg$FAILED = {};"," var peg$source = options.grammarSource;",""," var peg$startRuleFunctions = "+D+";"," var peg$startRuleFunction = "+A+";","",l(),""," var peg$currPos = 0;"," var peg$savedPos = 0;"," var peg$posDetailsCache = [{ line: 1, column: 1 }];"," var peg$maxFailPos = 0;"," var peg$maxFailExpected = [];"," var peg$silentFails = 0;",""),t.cache&&v.push(" var peg$resultsCache = {};",""),t.trace&&v.push(' var peg$tracer = "tracer" in options ? options.tracer : new peg$DefaultTracer();',""),v.push(" var peg$result;","",' if ("startRule" in options) {'," if (!(options.startRule in peg$startRuleFunctions)) {",` throw new Error("Can't start parsing from rule \\"" + options.startRule + "\\".");`," }",""," peg$startRuleFunction = peg$startRuleFunctions[options.startRule];"," }",""," function text() {"," return input.substring(peg$savedPos, peg$currPos);"," }",""," function offset() {"," return peg$savedPos;"," }",""," function range() {"," return {"," source: peg$source,"," start: peg$savedPos,"," end: peg$currPos"," };"," }",""," function location() {"," return peg$computeLocation(peg$savedPos, peg$currPos);"," }",""," function expected(description, location) {"," location = location !== undefined"," ? location"," : peg$computeLocation(peg$savedPos, peg$currPos);",""," throw peg$buildStructuredError("," [peg$otherExpectation(description)],"," input.substring(peg$savedPos, peg$currPos),"," location"," );"," }",""," function error(message, location) {"," location = location !== undefined"," ? location"," : peg$computeLocation(peg$savedPos, peg$currPos);",""," throw peg$buildSimpleError(message, location);"," }",""," function peg$literalExpectation(text, ignoreCase) {",' return { type: "literal", text: text, ignoreCase: ignoreCase };'," }",""," function peg$classExpectation(parts, inverted, ignoreCase) {",' return { type: "class", parts: parts, inverted: inverted, ignoreCase: ignoreCase };'," }",""," function peg$anyExpectation() {",' return { type: "any" };'," }",""," function peg$endExpectation() {",' return { type: "end" };'," }",""," function peg$otherExpectation(description) {",' return { type: "other", description: description };'," }",""," function peg$computePosDetails(pos) {"," var details = peg$posDetailsCache[pos];"," var p;",""," if (details) {"," return details;"," } else {"," p = pos - 1;"," while (!peg$posDetailsCache[p]) {"," p--;"," }",""," details = peg$posDetailsCache[p];"," details = {"," line: details.line,"," column: details.column"," };",""," while (p < pos) {"," if (input.charCodeAt(p) === 10) {"," details.line++;"," details.column = 1;"," } else {"," details.column++;"," }",""," p++;"," }",""," peg$posDetailsCache[pos] = details;",""," return details;"," }"," }",""," function peg$computeLocation(startPos, endPos) {"," var startPosDetails = peg$computePosDetails(startPos);"," var endPosDetails = peg$computePosDetails(endPos);",""," return {"," source: peg$source,"," start: {"," offset: startPos,"," line: startPosDetails.line,"," column: startPosDetails.column"," },"," end: {"," offset: endPos,"," line: endPosDetails.line,"," column: endPosDetails.column"," }"," };"," }",""," function peg$fail(expected) {"," if (peg$currPos < peg$maxFailPos) { return; }",""," if (peg$currPos > peg$maxFailPos) {"," peg$maxFailPos = peg$currPos;"," peg$maxFailExpected = [];"," }",""," peg$maxFailExpected.push(expected);"," }",""," function peg$buildSimpleError(message, location) {"," return new peg$SyntaxError(message, null, null, location);"," }",""," function peg$buildStructuredError(expected, found, location) {"," return new peg$SyntaxError("," peg$SyntaxError.buildMessage(expected, found),"," expected,"," found,"," location"," );"," }",""),e.rules.forEach(C=>{v.push(...E(C).map(r)),v.push("")}),e.initializer&&(v.push(p(e.initializer)),v.push("")),v.push(" peg$result = peg$startRuleFunction();",""," if (peg$result !== peg$FAILED && peg$currPos === input.length) {"," return peg$result;"," } else {"," if (peg$result !== peg$FAILED && peg$currPos < input.length) {"," peg$fail(peg$endExpectation());"," }",""," throw peg$buildStructuredError("," peg$maxFailExpected,"," peg$maxFailPos < input.length ? input.charAt(peg$maxFailPos) : null,"," peg$maxFailPos < input.length"," ? peg$computeLocation(peg$maxFailPos, peg$maxFailPos + 1)"," : peg$computeLocation(peg$maxFailPos, peg$maxFailPos)"," );"," }","}"),new Bi(null,null,t.grammarSource,v.map(C=>C instanceof Bi?C:C+` `))}function w(v){function D(){return[`// Generated by Peggy ${SI}.`,"//","// https://peggyjs.org/"]}function A(){return t.trace?["{"," SyntaxError: peg$SyntaxError,"," DefaultTracer: peg$DefaultTracer,"," parse: peg$parse","}"].join(` `):["{"," SyntaxError: peg$SyntaxError,"," parse: peg$parse","}"].join(` `)}let b={bare(){return[...D(),"(function() {",' "use strict";',"",v,"",r("return "+A()+";"),"})()"]},commonjs(){let B=Object.keys(t.dependencies),_=D();return _.push("",'"use strict";',""),B.length>0&&(B.forEach(j=>{_.push("var "+j+' = require("'+di(t.dependencies[j])+'");')}),_.push("")),_.push(v,"","module.exports = "+A()+";"),_},es(){let B=Object.keys(t.dependencies),_=D();return _.push(""),B.length>0&&(B.forEach(j=>{_.push("import "+j+' from "'+di(t.dependencies[j])+'";')}),_.push("")),_.push(v,"","export {"," peg$SyntaxError as SyntaxError,",t.trace?" peg$DefaultTracer as DefaultTracer,":""," peg$parse as parse","};"),_},amd(){let B=Object.keys(t.dependencies),j="["+B.map(S=>t.dependencies[S]).map(S=>'"'+di(S)+'"').join(", ")+"]",K=B.join(", ");return[...D(),"define("+j+", function("+K+") {",' "use strict";',"",v,"",r("return "+A()+";"),"});"]},globals(){return[...D(),"(function(root) {",' "use strict";',"",v,"",r("root."+t.exportVar+" = "+A()+";"),"})(this);"]},umd(){let B=Object.keys(t.dependencies),_=B.map(x=>t.dependencies[x]),j="["+_.map(x=>'"'+di(x)+'"').join(", ")+"]",K=_.map(x=>'require("'+di(x)+'")').join(", "),S=B.join(", "),P=D();return P.push("(function(root, factory) {",' if (typeof define === "function" && define.amd) {'," define("+j+", factory);",' } else if (typeof module === "object" && module.exports) {'," module.exports = factory("+K+");"),t.exportVar!==null&&P.push(" } else {"," root."+t.exportVar+" = factory();"),P.push(" }","})(this, function("+S+") {",' "use strict";',"",v,"",r("return "+A()+";"),"});"),P}}[t.format]();return new Bi(null,null,t.grammarSource,b.map(B=>B instanceof Bi?B:B+` `))}e.code=w(f())}nE.exports=_I});var uE=Be((_k,sE)=>{"use strict";var BI=xu(),II=_i();function $I(e,t,r){function n(i){return i.type==="rule"&&i.expression.type==="rule_ref"}function s(i,c,l){II.build({rule_ref(d){d.name===c&&(d.name=l,r.info(`Proxy rule "${c}" replaced by the rule "${l}"`,d.location,[{message:"This rule will be used",location:BI.findRule(i,l).nameLocation}]))}})(i)}let u=[];e.rules.forEach((i,c)=>{n(i)&&(s(e,i.name,i.expression.name),t.allowedStartRules.indexOf(i.name)===-1&&u.push(c))}),u.reverse(),u.forEach(i=>{e.rules.splice(i,1)})}sE.exports=$I});var oE=Be((Bk,aE)=>{"use strict";var PI=_i();function RI(e,t,r){function n(i){let c={};return Object.keys(i).forEach(l=>{c[l]=i[l]}),c}function s(i,c){u(i.expression,n(c))}let u=PI.build({rule(i){u(i.expression,{})},choice(i,c){i.alternatives.forEach(l=>{u(l,n(c))})},action:s,labeled(i,c){let l=i.label;l&&Object.prototype.hasOwnProperty.call(c,l)&&r.error(`Label "${i.label}" is already defined`,i.labelLocation,[{message:"Original label location",location:c[l]}]),u(i.expression,c),c[i.label]=i.labelLocation},text:s,simple_and:s,simple_not:s,optional:s,zero_or_more:s,one_or_more:s,group:s});u(e)}aE.exports=RI});var lE=Be((Ik,cE)=>{"use strict";var TI=_i();function kI(e,t,r){let n={};TI.build({rule(u){if(Object.prototype.hasOwnProperty.call(n,u.name)){r.error(`Rule "${u.name}" is already defined`,u.nameLocation,[{message:"Original rule location",location:n[u.name]}]);return}n[u.name]=u.nameLocation}})(e)}cE.exports=kI});var pE=Be(($k,hE)=>{"use strict";var fE=xu(),OI=_i();function NI(e,t,r){let n=[],s=[],u=OI.build({rule(i){n.push(i.name),u(i.expression),n.pop()},sequence(i){i.elements.every(c=>(u(c),!fE.alwaysConsumesOnSuccess(e,c)))},rule_ref(i){s.push(i);let c=fE.findRule(e,i.name);if(n.indexOf(i.name)!==-1){n.push(i.name),r.error("Possible infinite loop when parsing (left recursion: "+n.join(" -> ")+")",c.nameLocation,s.map((l,h,d)=>({message:h+1!==d.length?`Step ${h+1}: call of the rule "${l.name}" without input consumption`:`Step ${h+1}: call itself without input consumption - left recursion`,location:l.location})));return}c&&u(c),s.pop()}});u(e)}hE.exports=NI});var mE=Be((Pk,gE)=>{"use strict";var dE=xu(),xI=_i();function LI(e,t,r){xI.build({zero_or_more(s){dE.alwaysConsumesOnSuccess(e,s.expression)||r.error("Possible infinite loop when parsing (repetition used with an expression that may not consume any input)",s.location)},one_or_more(s){dE.alwaysConsumesOnSuccess(e,s.expression)||r.error("Possible infinite loop when parsing (repetition used with an expression that may not consume any input)",s.location)}})(e)}gE.exports=LI});var AE=Be((Rk,vE)=>{"use strict";var UI=xu(),HI=_i();function jI(e,t,r){HI.build({rule_ref(s){UI.findRule(e,s.name)||r.error(`Rule "${s.name}" is not defined`,s.location)}})(e)}vE.exports=jI});var wE=Be((Tk,EE)=>{"use strict";var MI=_i();function qI(e,t,r){let n=MI.build({action(s){n(s.expression,s)},labeled(s,u){s.pick&&u&&r.error('"@" cannot be used with an action block',s.labelLocation,[{message:"Action block location",location:u.codeLocation}]),n(s.expression)}});n(e)}EE.exports=qI});var FE=Be((kk,CE)=>{"use strict";var VI=qf(),ld=class{constructor(t){t=typeof t<"u"?t:{},typeof t.error=="function"&&(this.error=t.error),typeof t.warning=="function"&&(this.warning=t.warning),typeof t.info=="function"&&(this.info=t.info)}error(){}warning(){}info(){}},fd=class{constructor(t){this._callbacks=new ld(t),this._firstError=null,this.errors=0,this.problems=[],this.stage=null}error(...t){++this.errors,this._firstError===null&&(this._firstError=new VI(...t),this._firstError.stage=this.stage,this._firstError.problems=this.problems),this.problems.push(["error",...t]),this._callbacks.error(this.stage,...t)}warning(...t){this.problems.push(["warning",...t]),this._callbacks.warning(this.stage,...t)}info(...t){this.problems.push(["info",...t]),this._callbacks.info(this.stage,...t)}checkErrors(){if(this.errors!==0)throw this._firstError}};CE.exports=fd});var DE=Be((exports,module)=>{"use strict";var generateBytecode=IA(),generateJS=iE(),inferenceMatchResult=Yp(),removeProxyRules=uE(),reportDuplicateLabels=oE(),reportDuplicateRules=lE(),reportInfiniteRecursion=pE(),reportInfiniteRepetition=mE(),reportUndefinedRules=AE(),reportIncorrectPlucking=wE(),Session=FE(),visitor=_i();function processOptions(e,t){let r={};return Object.keys(e).forEach(n=>{r[n]=e[n]}),Object.keys(t).forEach(n=>{Object.prototype.hasOwnProperty.call(r,n)||(r[n]=t[n])}),r}var compiler={visitor,passes:{check:[reportUndefinedRules,reportDuplicateRules,reportDuplicateLabels,reportInfiniteRecursion,reportInfiniteRepetition,reportIncorrectPlucking],transform:[removeProxyRules,inferenceMatchResult],generate:[generateBytecode,generateJS]},compile(ast,passes,options){if(options=options!==void 0?options:{},options=processOptions(options,{allowedStartRules:[ast.rules[0].name],cache:!1,dependencies:{},exportVar:null,format:"bare",output:"parser",trace:!1}),!Array.isArray(options.allowedStartRules))throw new Error("allowedStartRules must be an array");if(options.allowedStartRules.length===0)throw new Error("Must have at least one start rule");let allRules=ast.rules.map(e=>e.name);for(let e of options.allowedStartRules)if(allRules.indexOf(e)===-1)throw new Error(`Unknown start rule "${e}"`);let session=new Session(options);switch(Object.keys(passes).forEach(e=>{session.stage=e,session.info(`Process stage ${e}`),passes[e].forEach(t=>{session.info(`Process pass ${e}.${t.name}`),t(ast,options,session)}),session.checkErrors()}),options.output){case"parser":return eval(ast.code.toString());case"source":return ast.code.toString();case"source-and-map":return ast.code;default:throw new Error("Invalid output format: "+options.output+".")}}};module.exports=compiler});var bE=Be((Ok,yE)=>{"use strict";var KI={$:"text","&":"simple_and","!":"simple_not"},GI={"?":"optional","*":"zero_or_more","+":"one_or_more"},zI={"&":"semantic_and","!":"semantic_not"};function WI(e,t){function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r}function Hu(e,t,r,n){var s=Error.call(this,e);return Object.setPrototypeOf&&Object.setPrototypeOf(s,Hu.prototype),s.expected=t,s.found=r,s.location=n,s.name="SyntaxError",s}WI(Hu,Error);function hd(e,t,r){return r=r||" ",e.length>t?e:(t-=e.length,r+=r.repeat(t),e+r.slice(0,t))}Hu.prototype.format=function(e){var t="Error: "+this.message;if(this.location){var r=null,n;for(n=0;n `+u+` `+c+` | `+s.line+" | "+l+` `+c+" | "+hd("",s.column-1," ")+hd("",d,"^")}else t+=` at `+u}return t};Hu.buildMessage=function(e,t){var r={literal:function(h){return'"'+s(h.text)+'"'},class:function(h){var d=h.parts.map(function(E){return Array.isArray(E)?u(E[0])+"-"+u(E[1]):u(E)});return"["+(h.inverted?"^":"")+d.join("")+"]"},any:function(){return"any character"},end:function(){return"end of input"},other:function(h){return h.description}};function n(h){return h.charCodeAt(0).toString(16).toUpperCase()}function s(h){return h.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(d){return"\\x0"+n(d)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(d){return"\\x"+n(d)})}function u(h){return h.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(d){return"\\x0"+n(d)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(d){return"\\x"+n(d)})}function i(h){return r[h.type](h)}function c(h){var d=h.map(i),E,p;if(d.sort(),d.length>0){for(E=1,p=1;E0?{type:"choice",alternatives:[F].concat(O),location:nr()}:F},mi=function(F,O){return O!==null?{type:"action",expression:F,code:O[0],codeLocation:O[1],location:nr()}:F},Xu=function(F,O){return O.length>0||F.type==="labeled"&&F.pick?{type:"sequence",elements:[F].concat(O),location:nr()}:F},Zf=function(F,O,X){return X.type.startsWith("semantic_")&&qo('"@" cannot be used on a semantic predicate',F),{type:"labeled",label:O!==null?O[0]:null,labelLocation:O!==null?O[1]:F,pick:!0,expression:X,location:nr()}},Qf=function(F,O){return{type:"labeled",label:F[0],labelLocation:F[1],expression:O,location:nr()}},zt=function(){return nr()},qt=function(F){return Ga.indexOf(F[0])>=0&&qo(`Label can't be a reserved word "${F[0]}"`,F[1]),F},eh=function(F,O){return{type:KI[F],expression:O,location:nr()}},th=function(F,O){return{type:GI[O],expression:F,location:nr()}},rh=function(F){return F.type==="labeled"||F.type==="sequence"?{type:"group",expression:F,location:nr()}:F},nh=function(F){return{type:"rule_ref",name:F[0],location:nr()}},ih=function(F,O){return{type:zI[F],code:O[0],codeLocation:O[1],location:nr()}},sh=function(F,O){return[F+O.join(""),nr()]},Mc=function(F,O){return{type:"literal",value:F,ignoreCase:O!==null,location:nr()}},uh=function(F){return F.join("")},Cr=function(F){return F.join("")},Ho=function(F,O,X){return{type:"class",parts:O.filter(M=>M!==""),inverted:F!==null,ignoreCase:X!==null,location:nr()}},Ss=function(F,O){return F.charCodeAt(0)>O.charCodeAt(0)&&qo("Invalid character range: "+Mo()+"."),[F,O]},qc=function(){return""},jo=function(){return"\0"},Nn=function(){return"\b"},Vc=function(){return"\f"},Kc=function(){return` `},Gc=function(){return"\r"},zc=function(){return" "},Wc=function(){return"\v"},Yc=function(F){return String.fromCharCode(parseInt(F,16))},En=function(F){return String.fromCharCode(parseInt(F,16))},ah=function(){return{type:"any",location:nr()}},xn=function(F){return[F,nr()]},I=0,ut=0,ei=[{line:1,column:1}],wn=0,Ju=[],ee=0,ti;if("startRule"in t){if(!(t.startRule in s))throw new Error(`Can't start parsing from rule "`+t.startRule+'".');u=s[t.startRule]}function Mo(){return e.substring(ut,I)}function yd(){return ut}function Xc(){return{source:n,start:ut,end:I}}function nr(){return _s(ut,I)}function bd(F,O){throw O=O!==void 0?O:_s(ut,I),Zc([vi(F)],e.substring(ut,I),O)}function qo(F,O){throw O=O!==void 0?O:_s(ut,I),Jc(F,O)}function ze(F,O){return{type:"literal",text:F,ignoreCase:O}}function Fr(F,O,X){return{type:"class",parts:F,inverted:O,ignoreCase:X}}function Eu(){return{type:"any"}}function oh(){return{type:"end"}}function vi(F){return{type:"other",description:F}}function Vo(F){var O=ei[F],X;if(O)return O;for(X=F-1;!ei[X];)X--;for(O=ei[X],O={line:O.line,column:O.column};Xwn&&(wn=I,Ju=[]),Ju.push(F))}function Jc(F,O){return new Hu(F,null,null,O)}function Zc(F,O,X){return new Hu(Hu.buildMessage(F,O),F,O,X)}function ka(){var F,O,X,M,ue,le,Mt,hr;if(F=I,O=Rt(),X=I,M=Ko(),M!==r?(ue=Rt(),X=M):(I=X,X=r),X===r&&(X=null),M=I,ue=ch(),ue!==r?(le=Rt(),M=ue):(I=M,M=r),M===r&&(M=null),ue=[],le=I,Mt=Go(),Mt!==r?(hr=Rt(),le=Mt):(I=le,le=r),le!==r)for(;le!==r;)ue.push(le),le=I,Mt=Go(),Mt!==r?(hr=Rt(),le=Mt):(I=le,le=r);else ue=r;return ue!==r?(ut=F,F=Qn(X,M,ue)):(I=F,F=r),F}function Ko(){var F,O,X,M,ue;return F=I,e.charCodeAt(I)===123?(O=i,I++):(O=r,ee===0&&me(Rr)),O!==r?(X=_t(),X!==r?(e.charCodeAt(I)===125?(M=c,I++):(M=r,ee===0&&me(Ii)),M!==r?(ue=Ps(),ue!==r?(ut=F,F=vu(X)):(I=F,F=r)):(I=F,F=r)):(I=F,F=r)):(I=F,F=r),F}function ch(){var F,O,X;return F=I,O=_t(),O!==r?(X=Ps(),X!==r?(ut=F,F=An(O)):(I=F,F=r)):(I=F,F=r),F}function Go(){var F,O,X,M,ue,le,Mt,hr;return F=I,O=xa(),O!==r?(X=Rt(),M=I,ue=Ai(),ue!==r?(le=Rt(),M=ue):(I=M,M=r),M===r&&(M=null),e.charCodeAt(I)===61?(ue=l,I++):(ue=r,ee===0&&me(hu)),ue!==r?(le=Rt(),Mt=tn(),Mt!==r?(hr=Ps(),hr!==r?(ut=F,F=Yr(O,M,Mt)):(I=F,F=r)):(I=F,F=r)):(I=F,F=r)):(I=F,F=r),F}function tn(){var F,O,X,M,ue,le,Mt,hr;if(F=I,O=Zu(),O!==r){for(X=[],M=I,ue=Rt(),e.charCodeAt(I)===47?(le=h,I++):(le=r,ee===0&&me(Vi)),le!==r?(Mt=Rt(),hr=Zu(),hr!==r?M=hr:(I=M,M=r)):(I=M,M=r);M!==r;)X.push(M),M=I,ue=Rt(),e.charCodeAt(I)===47?(le=h,I++):(le=r,ee===0&&me(Vi)),le!==r?(Mt=Rt(),hr=Zu(),hr!==r?M=hr:(I=M,M=r)):(I=M,M=r);ut=F,F=Au(O,X)}else I=F,F=r;return F}function Zu(){var F,O,X,M,ue;return F=I,O=Qu(),O!==r?(X=I,M=Rt(),ue=_t(),ue!==r?X=ue:(I=X,X=r),X===r&&(X=null),ut=F,F=mi(O,X)):(I=F,F=r),F}function Qu(){var F,O,X,M,ue,le;if(F=I,O=Oa(),O!==r){for(X=[],M=I,ue=Rt(),le=Oa(),le!==r?M=le:(I=M,M=r);M!==r;)X.push(M),M=I,ue=Rt(),le=Oa(),le!==r?M=le:(I=M,M=r);ut=F,F=Xu(O,X)}else I=F,F=r;return F}function Oa(){var F,O,X,M;return F=I,O=Qc(),O!==r?(X=el(),X===r&&(X=null),M=zo(),M!==r?(ut=F,F=Zf(O,X,M)):(I=F,F=r)):(I=F,F=r),F===r&&(F=I,O=el(),O!==r?(X=Rt(),M=zo(),M!==r?(ut=F,F=Qf(O,M)):(I=F,F=r)):(I=F,F=r),F===r&&(F=zo())),F}function Qc(){var F,O;return F=I,e.charCodeAt(I)===64?(O=d,I++):(O=r,ee===0&&me(pu)),O!==r&&(ut=F,O=zt()),F=O,F}function el(){var F,O,X,M;return F=I,O=xa(),O!==r?(X=Rt(),e.charCodeAt(I)===58?(M=E,I++):(M=r,ee===0&&me(Ki)),M!==r?(ut=F,F=qt(O)):(I=F,F=r)):(I=F,F=r),F}function zo(){var F,O,X,M;return F=I,O=lh(),O!==r?(X=Rt(),M=tl(),M!==r?(ut=F,F=eh(O,M)):(I=F,F=r)):(I=F,F=r),F===r&&(F=tl()),F}function lh(){var F;return e.charCodeAt(I)===36?(F=p,I++):(F=r,ee===0&&me($i)),F===r&&(e.charCodeAt(I)===38?(F=f,I++):(F=r,ee===0&&me($t)),F===r&&(e.charCodeAt(I)===33?(F=w,I++):(F=r,ee===0&&me(Rn)))),F}function tl(){var F,O,X,M;return F=I,O=Bs(),O!==r?(X=Rt(),M=fh(),M!==r?(ut=F,F=th(O,M)):(I=F,F=r)):(I=F,F=r),F===r&&(F=Bs()),F}function fh(){var F;return e.charCodeAt(I)===63?(F=v,I++):(F=r,ee===0&&me(du)),F===r&&(e.charCodeAt(I)===42?(F=D,I++):(F=r,ee===0&&me(gu)),F===r&&(e.charCodeAt(I)===43?(F=A,I++):(F=r,ee===0&&me(mu)))),F}function Bs(){var F,O,X,M,ue,le;return F=vh(),F===r&&(F=ce(),F===r&&(F=Ha(),F===r&&(F=hh(),F===r&&(F=ph(),F===r&&(F=I,e.charCodeAt(I)===40?(O=C,I++):(O=r,ee===0&&me(Gi)),O!==r?(X=Rt(),M=tn(),M!==r?(ue=Rt(),e.charCodeAt(I)===41?(le=b,I++):(le=r,ee===0&&me(ju)),le!==r?(ut=F,F=rh(M)):(I=F,F=r)):(I=F,F=r)):(I=F,F=r)))))),F}function hh(){var F,O,X,M,ue,le,Mt,hr;return F=I,O=xa(),O!==r?(X=I,ee++,M=I,ue=Rt(),le=I,Mt=Ai(),Mt!==r?(hr=Rt(),Mt=[Mt,hr],le=Mt):(I=le,le=r),le===r&&(le=null),e.charCodeAt(I)===61?(Mt=l,I++):(Mt=r,ee===0&&me(hu)),Mt!==r?(ue=[ue,le,Mt],M=ue):(I=M,M=r),ee--,M===r?X=void 0:(I=X,X=r),X!==r?(ut=F,F=nh(O)):(I=F,F=r)):(I=F,F=r),F}function ph(){var F,O,X,M;return F=I,O=Wo(),O!==r?(X=Rt(),M=_t(),M!==r?(ut=F,F=ih(O,M)):(I=F,F=r)):(I=F,F=r),F}function Wo(){var F;return e.charCodeAt(I)===38?(F=f,I++):(F=r,ee===0&&me($t)),F===r&&(e.charCodeAt(I)===33?(F=w,I++):(F=r,ee===0&&me(Rn))),F}function Xr(){var F;return e.length>I?(F=e.charAt(I),I++):(F=r,ee===0&&me(zi)),F}function ri(){var F,O;return ee++,e.charCodeAt(I)===9?(F=B,I++):(F=r,ee===0&&me(bs)),F===r&&(e.charCodeAt(I)===11?(F=_,I++):(F=r,ee===0&&me(te)),F===r&&(e.charCodeAt(I)===12?(F=j,I++):(F=r,ee===0&&me(fe)),F===r&&(e.charCodeAt(I)===32?(F=K,I++):(F=r,ee===0&&me(Le)),F===r&&(e.charCodeAt(I)===160?(F=S,I++):(F=r,ee===0&&me(Ne)),F===r&&(e.charCodeAt(I)===65279?(F=P,I++):(F=r,ee===0&&me(Ke)),F===r&&(F=ol())))))),ee--,F===r&&(O=r,ee===0&&me(Mu)),F}function ni(){var F;return pt.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(st)),F}function Na(){var F,O;return ee++,e.charCodeAt(I)===10?(F=x,I++):(F=r,ee===0&&me(mr)),F===r&&(e.substr(I,2)===H?(F=H,I+=2):(F=r,ee===0&&me(kt)),F===r&&(e.charCodeAt(I)===13?(F=V,I++):(F=r,ee===0&&me(Tn)),F===r&&(e.charCodeAt(I)===8232?(F=z,I++):(F=r,ee===0&&me(gi)),F===r&&(e.charCodeAt(I)===8233?(F=q,I++):(F=r,ee===0&&me(Kr)))))),ee--,F===r&&(O=r,ee===0&&me(ct)),F}function rl(){var F,O;return ee++,F=dh(),F===r&&(F=Ln()),ee--,F===r&&(O=r,ee===0&&me(en)),F}function dh(){var F,O,X,M,ue,le;if(F=I,e.substr(I,2)===G?(O=G,I+=2):(O=r,ee===0&&me(cr)),O!==r){for(X=[],M=I,ue=I,ee++,e.substr(I,2)===Y?(le=Y,I+=2):(le=r,ee===0&&me(Gr)),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);M!==r;)X.push(M),M=I,ue=I,ee++,e.substr(I,2)===Y?(le=Y,I+=2):(le=r,ee===0&&me(Gr)),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);e.substr(I,2)===Y?(M=Y,I+=2):(M=r,ee===0&&me(Gr)),M!==r?(O=[O,X,M],F=O):(I=F,F=r)}else I=F,F=r;return F}function Is(){var F,O,X,M,ue,le;if(F=I,e.substr(I,2)===G?(O=G,I+=2):(O=r,ee===0&&me(cr)),O!==r){for(X=[],M=I,ue=I,ee++,e.substr(I,2)===Y?(le=Y,I+=2):(le=r,ee===0&&me(Gr)),le===r&&(le=ni()),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);M!==r;)X.push(M),M=I,ue=I,ee++,e.substr(I,2)===Y?(le=Y,I+=2):(le=r,ee===0&&me(Gr)),le===r&&(le=ni()),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);e.substr(I,2)===Y?(M=Y,I+=2):(M=r,ee===0&&me(Gr)),M!==r?(O=[O,X,M],F=O):(I=F,F=r)}else I=F,F=r;return F}function Ln(){var F,O,X,M,ue,le;if(F=I,e.substr(I,2)===ie?(O=ie,I+=2):(O=r,ee===0&&me(Sr)),O!==r){for(X=[],M=I,ue=I,ee++,le=ni(),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);M!==r;)X.push(M),M=I,ue=I,ee++,le=ni(),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);O=[O,X],F=O}else I=F,F=r;return F}function xa(){var F,O,X,M;if(ee++,F=I,O=nl(),O!==r){for(X=[],M=il();M!==r;)X.push(M),M=il();ut=F,F=sh(O,X)}else I=F,F=r;return ee--,F===r&&(O=r,ee===0&&me(qu)),F}function nl(){var F,O,X;return F=gh(),F===r&&(e.charCodeAt(I)===36?(F=p,I++):(F=r,ee===0&&me($i)),F===r&&(e.charCodeAt(I)===95?(F=_e,I++):(F=r,ee===0&&me(Wi)),F===r&&(F=I,e.charCodeAt(I)===92?(O=be,I++):(O=r,ee===0&&me(dn)),O!==r?(X=sl(),X!==r?F=X:(I=F,F=r)):(I=F,F=r)))),F}function il(){var F;return F=nl(),F===r&&(F=mh(),F===r&&(F=ul(),F===r&&(F=al(),F===r&&(e.charCodeAt(I)===8204?(F=Re,I++):(F=r,ee===0&&me(Bt)),F===r&&(e.charCodeAt(I)===8205?(F=Ye,I++):(F=r,ee===0&&me(lr))))))),F}function gh(){var F;return F=qa(),F===r&&(F=Ma(),F===r&&(F=Fh(),F===r&&(F=wh(),F===r&&(F=Ch(),F===r&&(F=Ka()))))),F}function mh(){var F;return F=Va(),F===r&&(F=Xi()),F}function vh(){var F,O,X;return ee++,F=I,O=Ai(),O!==r?(e.charCodeAt(I)===105?(X=ae,I++):(X=r,ee===0&&me(Qt)),X===r&&(X=null),ut=F,F=Mc(O,X)):(I=F,F=r),ee--,F===r&&(O=r,ee===0&&me(et)),F}function Ai(){var F,O,X,M;if(ee++,F=I,e.charCodeAt(I)===34?(O=De,I++):(O=r,ee===0&&me(er)),O!==r){for(X=[],M=re();M!==r;)X.push(M),M=re();e.charCodeAt(I)===34?(M=De,I++):(M=r,ee===0&&me(er)),M!==r?(ut=F,F=uh(X)):(I=F,F=r)}else I=F,F=r;if(F===r)if(F=I,e.charCodeAt(I)===39?(O=Ue,I++):(O=r,ee===0&&me(Ot)),O!==r){for(X=[],M=he();M!==r;)X.push(M),M=he();e.charCodeAt(I)===39?(M=Ue,I++):(M=r,ee===0&&me(Ot)),M!==r?(ut=F,F=Cr(X)):(I=F,F=r)}else I=F,F=r;return ee--,F===r&&(O=r,ee===0&&me(Tr)),F}function re(){var F,O,X,M;return F=I,O=I,X=I,ee++,e.charCodeAt(I)===34?(M=De,I++):(M=r,ee===0&&me(er)),M===r&&(e.charCodeAt(I)===92?(M=be,I++):(M=r,ee===0&&me(dn)),M===r&&(M=ni())),ee--,M===r?X=void 0:(I=X,X=r),X!==r?(M=Xr(),M!==r?(X=[X,M],O=X):(I=O,O=r)):(I=O,O=r),O!==r?F=e.substring(F,I):F=O,F===r&&(F=I,e.charCodeAt(I)===92?(O=be,I++):(O=r,ee===0&&me(dn)),O!==r?(X=ir(),X!==r?F=X:(I=F,F=r)):(I=F,F=r),F===r&&(F=Ft())),F}function he(){var F,O,X,M;return F=I,O=I,X=I,ee++,e.charCodeAt(I)===39?(M=Ue,I++):(M=r,ee===0&&me(Ot)),M===r&&(e.charCodeAt(I)===92?(M=be,I++):(M=r,ee===0&&me(dn)),M===r&&(M=ni())),ee--,M===r?X=void 0:(I=X,X=r),X!==r?(M=Xr(),M!==r?(X=[X,M],O=X):(I=O,O=r)):(I=O,O=r),O!==r?F=e.substring(F,I):F=O,F===r&&(F=I,e.charCodeAt(I)===92?(O=be,I++):(O=r,ee===0&&me(dn)),O!==r?(X=ir(),X!==r?F=X:(I=F,F=r)):(I=F,F=r),F===r&&(F=Ft())),F}function ce(){var F,O,X,M,ue,le;if(ee++,F=I,e.charCodeAt(I)===91?(O=Yt,I++):(O=r,ee===0&&me(kn)),O!==r){for(e.charCodeAt(I)===94?(X=bt,I++):(X=r,ee===0&&me(On)),X===r&&(X=null),M=[],ue=xe(),ue===r&&(ue=tt());ue!==r;)M.push(ue),ue=xe(),ue===r&&(ue=tt());e.charCodeAt(I)===93?(ue=At,I++):(ue=r,ee===0&&me(mn)),ue!==r?(e.charCodeAt(I)===105?(le=ae,I++):(le=r,ee===0&&me(Qt)),le===r&&(le=null),ut=F,F=Ho(X,M,le)):(I=F,F=r)}else I=F,F=r;return ee--,F===r&&(O=r,ee===0&&me(gn)),F}function xe(){var F,O,X,M;return F=I,O=tt(),O!==r?(e.charCodeAt(I)===45?(X=ar,I++):(X=r,ee===0&&me(wr)),X!==r?(M=tt(),M!==r?(ut=F,F=Ss(O,M)):(I=F,F=r)):(I=F,F=r)):(I=F,F=r),F}function tt(){var F,O,X,M;return F=I,O=I,X=I,ee++,e.charCodeAt(I)===93?(M=At,I++):(M=r,ee===0&&me(mn)),M===r&&(e.charCodeAt(I)===92?(M=be,I++):(M=r,ee===0&&me(dn)),M===r&&(M=ni())),ee--,M===r?X=void 0:(I=X,X=r),X!==r?(M=Xr(),M!==r?(X=[X,M],O=X):(I=O,O=r)):(I=O,O=r),O!==r?F=e.substring(F,I):F=O,F===r&&(F=I,e.charCodeAt(I)===92?(O=be,I++):(O=r,ee===0&&me(dn)),O!==r?(X=ir(),X!==r?F=X:(I=F,F=r)):(I=F,F=r),F===r&&(F=Ft())),F}function Ft(){var F,O,X;return F=I,e.charCodeAt(I)===92?(O=be,I++):(O=r,ee===0&&me(dn)),O!==r?(X=Na(),X!==r?(ut=F,F=qc()):(I=F,F=r)):(I=F,F=r),F}function ir(){var F,O,X,M;return F=jt(),F===r&&(F=I,e.charCodeAt(I)===48?(O=Jt,I++):(O=r,ee===0&&me(rr)),O!==r?(X=I,ee++,M=$s(),ee--,M===r?X=void 0:(I=X,X=r),X!==r?(ut=F,F=jo()):(I=F,F=r)):(I=F,F=r),F===r&&(F=Ua(),F===r&&(F=sl()))),F}function jt(){var F;return F=La(),F===r&&(F=Ah()),F}function La(){var F,O;return e.charCodeAt(I)===39?(F=Ue,I++):(F=r,ee===0&&me(Ot)),F===r&&(e.charCodeAt(I)===34?(F=De,I++):(F=r,ee===0&&me(er)),F===r&&(e.charCodeAt(I)===92?(F=be,I++):(F=r,ee===0&&me(dn)),F===r&&(F=I,e.charCodeAt(I)===98?(O=lt,I++):(O=r,ee===0&&me(Uo)),O!==r&&(ut=F,O=Nn()),F=O,F===r&&(F=I,e.charCodeAt(I)===102?(O=Lt,I++):(O=r,ee===0&&me(Vu)),O!==r&&(ut=F,O=Vc()),F=O,F===r&&(F=I,e.charCodeAt(I)===110?(O=nt,I++):(O=r,ee===0&&me(kr)),O!==r&&(ut=F,O=Kc()),F=O,F===r&&(F=I,e.charCodeAt(I)===114?(O=Ge,I++):(O=r,ee===0&&me(Ku)),O!==r&&(ut=F,O=Gc()),F=O,F===r&&(F=I,e.charCodeAt(I)===116?(O=Zt,I++):(O=r,ee===0&&me(Pa)),O!==r&&(ut=F,O=zc()),F=O,F===r&&(F=I,e.charCodeAt(I)===118?(O=Me,I++):(O=r,ee===0&&me(Ra)),O!==r&&(ut=F,O=Wc()),F=O)))))))),F}function Ah(){var F,O,X,M;return F=I,O=I,X=I,ee++,M=Un(),M===r&&(M=ni()),ee--,M===r?X=void 0:(I=X,X=r),X!==r?(M=Xr(),M!==r?(X=[X,M],O=X):(I=O,O=r)):(I=O,O=r),O!==r?F=e.substring(F,I):F=O,F}function Un(){var F;return F=La(),F===r&&(F=$s(),F===r&&(e.charCodeAt(I)===120?(F=It,I++):(F=r,ee===0&&me(Gu)),F===r&&(e.charCodeAt(I)===117?(F=jr,I++):(F=r,ee===0&&me(Yi))))),F}function Ua(){var F,O,X,M,ue,le;return F=I,e.charCodeAt(I)===120?(O=It,I++):(O=r,ee===0&&me(Gu)),O!==r?(X=I,M=I,ue=Pi(),ue!==r?(le=Pi(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r),M!==r?X=e.substring(X,I):X=M,X!==r?(ut=F,F=Yc(X)):(I=F,F=r)):(I=F,F=r),F}function sl(){var F,O,X,M,ue,le,Mt,hr;return F=I,e.charCodeAt(I)===117?(O=jr,I++):(O=r,ee===0&&me(Yi)),O!==r?(X=I,M=I,ue=Pi(),ue!==r?(le=Pi(),le!==r?(Mt=Pi(),Mt!==r?(hr=Pi(),hr!==r?(ue=[ue,le,Mt,hr],M=ue):(I=M,M=r)):(I=M,M=r)):(I=M,M=r)):(I=M,M=r),M!==r?X=e.substring(X,I):X=M,X!==r?(ut=F,F=En(X)):(I=F,F=r)):(I=F,F=r),F}function $s(){var F;return Er.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(zu)),F}function Pi(){var F;return Zn.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(Ta)),F}function Ha(){var F,O;return F=I,e.charCodeAt(I)===46?(O=Gt,I++):(O=r,ee===0&&me(Wu)),O!==r&&(ut=F,O=ah()),F=O,F}function _t(){var F,O,X,M;return ee++,F=I,e.charCodeAt(I)===123?(O=i,I++):(O=r,ee===0&&me(Rr)),O!==r?(X=Eh(),e.charCodeAt(I)===125?(M=c,I++):(M=r,ee===0&&me(Ii)),M!==r?F=X:(I=F,F=r)):(I=F,F=r),ee--,F===r&&(O=r,ee===0&&me(Yu)),F}function Eh(){var F,O;return F=I,O=ja(),ut=F,O=xn(O),F=O,F}function ja(){var F,O,X,M,ue,le;if(F=I,O=[],X=[],M=I,ue=I,ee++,Mr.test(e.charAt(I))?(le=e.charAt(I),I++):(le=r,ee===0&&me(vn)),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r),M!==r)for(;M!==r;)X.push(M),M=I,ue=I,ee++,Mr.test(e.charAt(I))?(le=e.charAt(I),I++):(le=r,ee===0&&me(vn)),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);else X=r;for(X===r&&(X=I,e.charCodeAt(I)===123?(M=i,I++):(M=r,ee===0&&me(Rr)),M!==r?(ue=ja(),e.charCodeAt(I)===125?(le=c,I++):(le=r,ee===0&&me(Ii)),le!==r?(M=[M,ue,le],X=M):(I=X,X=r)):(I=X,X=r));X!==r;){if(O.push(X),X=[],M=I,ue=I,ee++,Mr.test(e.charAt(I))?(le=e.charAt(I),I++):(le=r,ee===0&&me(vn)),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r),M!==r)for(;M!==r;)X.push(M),M=I,ue=I,ee++,Mr.test(e.charAt(I))?(le=e.charAt(I),I++):(le=r,ee===0&&me(vn)),ee--,le===r?ue=void 0:(I=ue,ue=r),ue!==r?(le=Xr(),le!==r?(ue=[ue,le],M=ue):(I=M,M=r)):(I=M,M=r);else X=r;X===r&&(X=I,e.charCodeAt(I)===123?(M=i,I++):(M=r,ee===0&&me(Rr)),M!==r?(ue=ja(),e.charCodeAt(I)===125?(le=c,I++):(le=r,ee===0&&me(Ii)),le!==r?(M=[M,ue,le],X=M):(I=X,X=r)):(I=X,X=r))}return F=e.substring(F,I),F}function Ma(){var F;return Ct.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(R)),F}function wh(){var F;return He.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(k)),F}function Ch(){var F;return Se.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(U)),F}function Fh(){var F;return or.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(Z)),F}function qa(){var F;return qr.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(ve)),F}function Xi(){var F;return it.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(we)),F}function Va(){var F;return ys.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me($e)),F}function ul(){var F;return Vr.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(Oe)),F}function Ka(){var F;return ge.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(Ht)),F}function al(){var F;return qi.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(fr)),F}function ol(){var F;return St.test(e.charAt(I))?(F=e.charAt(I),I++):(F=r,ee===0&&me(zr)),F}function Rt(){var F,O;for(F=[],O=ri(),O===r&&(O=Na(),O===r&&(O=rl()));O!==r;)F.push(O),O=ri(),O===r&&(O=Na(),O===r&&(O=rl()));return F}function cl(){var F,O;for(F=[],O=ri(),O===r&&(O=Is());O!==r;)F.push(O),O=ri(),O===r&&(O=Is());return F}function Ps(){var F,O,X,M;return F=I,O=Rt(),e.charCodeAt(I)===59?(X=Ut,I++):(X=r,ee===0&&me(Wr)),X!==r?(O=[O,X],F=O):(I=F,F=r),F===r&&(F=I,O=cl(),X=Ln(),X===r&&(X=null),M=Na(),M!==r?(O=[O,X,M],F=O):(I=F,F=r),F===r&&(F=I,O=Rt(),X=Rs(),X!==r?(O=[O,X],F=O):(I=F,F=r))),F}function Rs(){var F,O;return F=I,ee++,e.length>I?(O=e.charAt(I),I++):(O=r,ee===0&&me(zi)),ee--,O===r?F=void 0:(I=F,F=r),F}let Ga=t.reservedWords||[];if(ti=u(),ti!==r&&I===e.length)return ti;throw ti!==r&&I{"use strict";var XI=qf(),JI=DE(),ZI=bE(),QI=Qp(),e7=["break","case","catch","class","const","continue","debugger","default","delete","do","else","export","extends","finally","for","function","if","import","in","instanceof","new","return","super","switch","this","throw","try","typeof","var","void","while","with","null","true","false","enum","implements","interface","let","package","private","protected","public","static","yield","await"],Hc={VERSION:QI,RESERVED_WORDS:e7,GrammarError:XI,parser:ZI,compiler:JI,generate(e,t){t=t!==void 0?t:{};function r(u){let i={};return Object.keys(u).forEach(c=>{i[c]=u[c].slice()}),i}let n="plugins"in t?t.plugins:[],s={parser:Hc.parser,passes:r(Hc.compiler.passes),reservedWords:Hc.RESERVED_WORDS.slice()};return n.forEach(u=>{u.use(s,t)}),Hc.compiler.compile(s.parser.parse(e,{grammarSource:t.grammarSource,reservedWords:s.reservedWords}),s.passes,t)}};SE.exports=Hc});var wd=Be((Ad,Ed)=>{(function(e,t){typeof Ad=="object"&&typeof Ed<"u"?Ed.exports=t():typeof define=="function"&&define.amd?define(t):e.JSON5=t()})(Ad,function(){"use strict";function e(te,fe){return fe={exports:{}},te(fe,fe.exports),fe.exports}var t=e(function(te){var fe=te.exports=typeof window<"u"&&window.Math==Math?window:typeof self<"u"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=fe)}),r=e(function(te){var fe=te.exports={version:"2.6.5"};typeof __e=="number"&&(__e=fe)}),n=r.version,s=function(te){return typeof te=="object"?te!==null:typeof te=="function"},u=function(te){if(!s(te))throw TypeError(te+" is not an object!");return te},i=function(te){try{return!!te()}catch{return!0}},c=!i(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7}),l=t.document,h=s(l)&&s(l.createElement),d=function(te){return h?l.createElement(te):{}},E=!c&&!i(function(){return Object.defineProperty(d("div"),"a",{get:function(){return 7}}).a!=7}),p=function(te,fe){if(!s(te))return te;var Le,Ne;if(fe&&typeof(Le=te.toString)=="function"&&!s(Ne=Le.call(te))||typeof(Le=te.valueOf)=="function"&&!s(Ne=Le.call(te))||!fe&&typeof(Le=te.toString)=="function"&&!s(Ne=Le.call(te)))return Ne;throw TypeError("Can't convert object to primitive value")},f=Object.defineProperty,w=c?Object.defineProperty:function(fe,Le,Ne){if(u(fe),Le=p(Le,!0),u(Ne),E)try{return f(fe,Le,Ne)}catch{}if("get"in Ne||"set"in Ne)throw TypeError("Accessors not supported!");return"value"in Ne&&(fe[Le]=Ne.value),fe},v={f:w},D=function(te,fe){return{enumerable:!(te&1),configurable:!(te&2),writable:!(te&4),value:fe}},A=c?function(te,fe,Le){return v.f(te,fe,D(1,Le))}:function(te,fe,Le){return te[fe]=Le,te},C={}.hasOwnProperty,b=function(te,fe){return C.call(te,fe)},B=0,_=Math.random(),j=function(te){return"Symbol(".concat(te===void 0?"":te,")_",(++B+_).toString(36))},K=!1,S=e(function(te){var fe="__core-js_shared__",Le=t[fe]||(t[fe]={});(te.exports=function(Ne,Ke){return Le[Ne]||(Le[Ne]=Ke!==void 0?Ke:{})})("versions",[]).push({version:r.version,mode:K?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})}),P=S("native-function-to-string",Function.toString),x=e(function(te){var fe=j("src"),Le="toString",Ne=(""+P).split(Le);r.inspectSource=function(Ke){return P.call(Ke)},(te.exports=function(Ke,st,ct,mr){var kt=typeof ct=="function";kt&&(b(ct,"name")||A(ct,"name",st)),Ke[st]!==ct&&(kt&&(b(ct,fe)||A(ct,fe,Ke[st]?""+Ke[st]:Ne.join(String(st)))),Ke===t?Ke[st]=ct:mr?Ke[st]?Ke[st]=ct:A(Ke,st,ct):(delete Ke[st],A(Ke,st,ct)))})(Function.prototype,Le,function(){return typeof this=="function"&&this[fe]||P.call(this)})}),H=function(te){if(typeof te!="function")throw TypeError(te+" is not a function!");return te},V=function(te,fe,Le){if(H(te),fe===void 0)return te;switch(Le){case 1:return function(Ne){return te.call(fe,Ne)};case 2:return function(Ne,Ke){return te.call(fe,Ne,Ke)};case 3:return function(Ne,Ke,st){return te.call(fe,Ne,Ke,st)}}return function(){return te.apply(fe,arguments)}},z="prototype",q=function(te,fe,Le){var Ne=te&q.F,Ke=te&q.G,st=te&q.S,ct=te&q.P,mr=te&q.B,kt=Ke?t:st?t[fe]||(t[fe]={}):(t[fe]||{})[z],Tn=Ke?r:r[fe]||(r[fe]={}),gi=Tn[z]||(Tn[z]={}),Kr,en,cr,Gr;Ke&&(Le=fe);for(Kr in Le)en=!Ne&&kt&&kt[Kr]!==void 0,cr=(en?kt:Le)[Kr],Gr=mr&&en?V(cr,t):ct&&typeof cr=="function"?V(Function.call,cr):cr,kt&&x(kt,Kr,cr,te&q.U),Tn[Kr]!=cr&&A(Tn,Kr,Gr),ct&&gi[Kr]!=cr&&(gi[Kr]=cr)};t.core=r,q.F=1,q.G=2,q.S=4,q.P=8,q.B=16,q.W=32,q.U=64,q.R=128;var G=q,Y=Math.ceil,ie=Math.floor,_e=function(te){return isNaN(te=+te)?0:(te>0?ie:Y)(te)},be=function(te){if(te==null)throw TypeError("Can't call method on "+te);return te},Re=function(te){return function(fe,Le){var Ne=String(be(fe)),Ke=_e(Le),st=Ne.length,ct,mr;return Ke<0||Ke>=st?te?"":void 0:(ct=Ne.charCodeAt(Ke),ct<55296||ct>56319||Ke+1===st||(mr=Ne.charCodeAt(Ke+1))<56320||mr>57343?te?Ne.charAt(Ke):ct:te?Ne.slice(Ke,Ke+2):(ct-55296<<10)+(mr-56320)+65536)}},Ye=Re(!1);G(G.P,"String",{codePointAt:function(fe){return Ye(this,fe)}});var ae=r.String.codePointAt,De=Math.max,Ue=Math.min,Yt=function(te,fe){return te=_e(te),te<0?De(te+fe,0):Ue(te,fe)},bt=String.fromCharCode,At=String.fromCodePoint;G(G.S+G.F*(!!At&&At.length!=1),"String",{fromCodePoint:function(fe){for(var Le=arguments,Ne=[],Ke=arguments.length,st=0,ct;Ke>st;){if(ct=+Le[st++],Yt(ct,1114111)!==ct)throw RangeError(ct+" is not a valid code point");Ne.push(ct<65536?bt(ct):bt(((ct-=65536)>>10)+55296,ct%1024+56320))}return Ne.join("")}});var ar=r.String.fromCodePoint,Jt=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,lt=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,Lt=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,nt={Space_Separator:Jt,ID_Start:lt,ID_Continue:Lt},Ge={isSpaceSeparator:function(fe){return typeof fe=="string"&&nt.Space_Separator.test(fe)},isIdStartChar:function(fe){return typeof fe=="string"&&(fe>="a"&&fe<="z"||fe>="A"&&fe<="Z"||fe==="$"||fe==="_"||nt.ID_Start.test(fe))},isIdContinueChar:function(fe){return typeof fe=="string"&&(fe>="a"&&fe<="z"||fe>="A"&&fe<="Z"||fe>="0"&&fe<="9"||fe==="$"||fe==="_"||fe==="\u200C"||fe==="\u200D"||nt.ID_Continue.test(fe))},isDigit:function(fe){return typeof fe=="string"&&/[0-9]/.test(fe)},isHexDigit:function(fe){return typeof fe=="string"&&/[0-9A-Fa-f]/.test(fe)}},Zt,Me,It,jr,Gt,Ut,pt,Er,Zn,Mr=function(fe,Le){Zt=String(fe),Me="start",It=[],jr=0,Gt=1,Ut=0,pt=void 0,Er=void 0,Zn=void 0;do pt=ys(),pu[Me]();while(pt.type!=="eof");return typeof Le=="function"?Ct({"":Zn},"",Le):Zn};function Ct(te,fe,Le){var Ne=te[fe];if(Ne!=null&&typeof Ne=="object")if(Array.isArray(Ne))for(var Ke=0;Ke0;){var Le=Vr();if(!Ge.isHexDigit(Le))throw $t(ge());te+=ge()}return String.fromCodePoint(parseInt(te,16))}var pu={start:function(){if(pt.type==="eof")throw Rn();Ki()},beforePropertyName:function(){switch(pt.type){case"identifier":case"string":Er=pt.value,Me="afterPropertyName";return;case"punctuator":$i();return;case"eof":throw Rn()}},afterPropertyName:function(){if(pt.type==="eof")throw Rn();Me="beforePropertyValue"},beforePropertyValue:function(){if(pt.type==="eof")throw Rn();Ki()},beforeArrayValue:function(){if(pt.type==="eof")throw Rn();if(pt.type==="punctuator"&&pt.value==="]"){$i();return}Ki()},afterPropertyValue:function(){if(pt.type==="eof")throw Rn();switch(pt.value){case",":Me="beforePropertyName";return;case"}":$i()}},afterArrayValue:function(){if(pt.type==="eof")throw Rn();switch(pt.value){case",":Me="beforeArrayValue";return;case"]":$i()}},end:function(){}};function Ki(){var te;switch(pt.type){case"punctuator":switch(pt.value){case"{":te={};break;case"[":te=[];break}break;case"null":case"boolean":case"numeric":case"string":te=pt.value;break}if(Zn===void 0)Zn=te;else{var fe=It[It.length-1];Array.isArray(fe)?fe.push(te):Object.defineProperty(fe,Er,{value:te,writable:!0,enumerable:!0,configurable:!0})}if(te!==null&&typeof te=="object")It.push(te),Array.isArray(te)?Me="beforeArrayValue":Me="beforePropertyName";else{var Le=It[It.length-1];Le==null?Me="end":Array.isArray(Le)?Me="afterArrayValue":Me="afterPropertyValue"}}function $i(){It.pop();var te=It[It.length-1];te==null?Me="end":Array.isArray(te)?Me="afterArrayValue":Me="afterPropertyValue"}function $t(te){return Gi(te===void 0?"JSON5: invalid end of input at "+Gt+":"+Ut:"JSON5: invalid character '"+mu(te)+"' at "+Gt+":"+Ut)}function Rn(){return Gi("JSON5: invalid end of input at "+Gt+":"+Ut)}function du(){return Ut-=5,Gi("JSON5: invalid identifier character at "+Gt+":"+Ut)}function gu(te){console.warn("JSON5: '"+mu(te)+"' in strings is not valid ECMAScript; consider escaping")}function mu(te){var fe={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(fe[te])return fe[te];if(te<" "){var Le=te.charCodeAt(0).toString(16);return"\\x"+("00"+Le).substring(Le.length)}return te}function Gi(te){var fe=new SyntaxError(te);return fe.lineNumber=Gt,fe.columnNumber=Ut,fe}var ju=function(fe,Le,Ne){var Ke=[],st="",ct,mr,kt="",Tn;if(Le!=null&&typeof Le=="object"&&!Array.isArray(Le)&&(Ne=Le.space,Tn=Le.quote,Le=Le.replacer),typeof Le=="function")mr=Le;else if(Array.isArray(Le)){ct=[];for(var gi=0,Kr=Le;gi0&&(Ne=Math.min(10,Math.floor(Ne)),kt=" ".substr(0,Ne)):typeof Ne=="string"&&(kt=Ne.substr(0,10)),Gr("",{"":fe});function Gr(Bt,lr){var et=lr[Bt];switch(et!=null&&(typeof et.toJSON5=="function"?et=et.toJSON5(Bt):typeof et.toJSON=="function"&&(et=et.toJSON(Bt))),mr&&(et=mr.call(lr,Bt,et)),et instanceof Number?et=Number(et):et instanceof String?et=String(et):et instanceof Boolean&&(et=et.valueOf()),et){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof et=="string")return Sr(et,!1);if(typeof et=="number")return String(et);if(typeof et=="object")return Array.isArray(et)?dn(et):qu(et)}function Sr(Bt){for(var lr={"'":.1,'"':.2},et={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},Qt="",Tr=0;Tr=0)throw TypeError("Converting circular structure to JSON5");Ke.push(Bt);var lr=st;st=st+kt;for(var et=ct||Object.keys(Bt),Qt=[],Tr=0,er=et;Tr=0)throw TypeError("Converting circular structure to JSON5");Ke.push(Bt);var lr=st;st=st+kt;for(var et=[],Qt=0;Qt{let t={};return e.forEach((r,n)=>t[r]=n),t})(oc),VD=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,Zr=String.fromCharCode.bind(String),hg=typeof Uint8Array.from=="function"?Uint8Array.from.bind(Uint8Array):e=>new Uint8Array(Array.prototype.slice.call(e,0)),mg=e=>e.replace(/=/g,"").replace(/[+\/]/g,t=>t=="+"?"-":"_"),vg=e=>e.replace(/[^A-Za-z0-9\+\/]/g,""),Ag=e=>{let t,r,n,s,u="",i=e.length%3;for(let c=0;c255||(n=e.charCodeAt(c++))>255||(s=e.charCodeAt(c++))>255)throw new TypeError("invalid character found");t=r<<16|n<<8|s,u+=oc[t>>18&63]+oc[t>>12&63]+oc[t>>6&63]+oc[t&63]}return i?u.slice(0,i-3)+"===".substring(i):u},v0=typeof btoa=="function"?e=>btoa(e):ro?e=>Buffer.from(e,"binary").toString("base64"):Ag,g0=ro?e=>Buffer.from(e).toString("base64"):e=>{let r=[];for(let n=0,s=e.length;nt?mg(g0(e)):g0(e),KD=e=>{if(e.length<2){var t=e.charCodeAt(0);return t<128?e:t<2048?Zr(192|t>>>6)+Zr(128|t&63):Zr(224|t>>>12&15)+Zr(128|t>>>6&63)+Zr(128|t&63)}else{var t=65536+(e.charCodeAt(0)-55296)*1024+(e.charCodeAt(1)-56320);return Zr(240|t>>>18&7)+Zr(128|t>>>12&63)+Zr(128|t>>>6&63)+Zr(128|t&63)}},GD=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,Eg=e=>e.replace(GD,KD),pg=ro?e=>Buffer.from(e,"utf8").toString("base64"):fg?e=>g0(fg.encode(e)):e=>v0(Eg(e)),to=(e,t=!1)=>t?mg(pg(e)):pg(e),dg=e=>to(e,!0),zD=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,WD=e=>{switch(e.length){case 4:var t=(7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3),r=t-65536;return Zr((r>>>10)+55296)+Zr((r&1023)+56320);case 3:return Zr((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return Zr((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},wg=e=>e.replace(zD,WD),Cg=e=>{if(e=e.replace(/\s+/g,""),!VD.test(e))throw new TypeError("malformed base64.");e+="==".slice(2-(e.length&3));let t,r="",n,s;for(let u=0;u>16&255):s===64?Zr(t>>16&255,t>>8&255):Zr(t>>16&255,t>>8&255,t&255);return r},A0=typeof atob=="function"?e=>atob(vg(e)):ro?e=>Buffer.from(e,"base64").toString("binary"):Cg,Fg=ro?e=>hg(Buffer.from(e,"base64")):e=>hg(A0(e).split("").map(t=>t.charCodeAt(0))),Dg=e=>Fg(yg(e)),YD=ro?e=>Buffer.from(e,"base64").toString("utf8"):lg?e=>lg.decode(Fg(e)):e=>wg(A0(e)),yg=e=>vg(e.replace(/[-_]/g,t=>t=="-"?"+":"/")),m0=e=>YD(yg(e)),XD=e=>{if(typeof e!="string")return!1;let t=e.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(t)||!/[^\s0-9a-zA-Z\-_]/.test(t)},bg=e=>({value:e,enumerable:!1,writable:!0,configurable:!0}),Sg=function(){let e=(t,r)=>Object.defineProperty(String.prototype,t,bg(r));e("fromBase64",function(){return m0(this)}),e("toBase64",function(t){return to(this,t)}),e("toBase64URI",function(){return to(this,!0)}),e("toBase64URL",function(){return to(this,!0)}),e("toUint8Array",function(){return Dg(this)})},_g=function(){let e=(t,r)=>Object.defineProperty(Uint8Array.prototype,t,bg(r));e("toBase64",function(t){return Nl(this,t)}),e("toBase64URI",function(){return Nl(this,!0)}),e("toBase64URL",function(){return Nl(this,!0)})},JD=()=>{Sg(),_g()},wt={version:gg,VERSION:MD,atob:A0,atobPolyfill:Cg,btoa:v0,btoaPolyfill:Ag,fromBase64:m0,toBase64:to,encode:to,encodeURI:dg,encodeURL:dg,utob:Eg,btou:wg,decode:m0,isValid:XD,fromUint8Array:Nl,toUint8Array:Dg,extendString:Sg,extendUint8Array:_g,extendBuiltins:JD};var Jf=sn(Hl());var G0=sn(vm());function F8(e){let t=G0.default.pemtohex(e);return G0.default.KJUR.crypto.Util.hashHex(t,"sha256").match(/.{2}/g).join(":").toUpperCase()}var Am={generateFingerprint:F8};var Fc=sn(l2());function h2(e,t,...r){try{return e(t,...r)}catch{return e(p2(e(t.replace(/!\s*/g,"__SubStoreJSYAMLString__"),...r)).replace(/__SubStoreJSYAMLString__/g,""),...r)}}function Cc(e,...t){return h2(Fc.default.safeLoad,JSON.parse(JSON.stringify(e)),...t)}function QS(e,...t){return h2(Fc.default.load,JSON.parse(JSON.stringify(e)),...t)}function f2(e,...t){return Fc.default.safeDump(JSON.parse(JSON.stringify(e)),...t)}function p2(e,...t){return Fc.default.dump(JSON.parse(JSON.stringify(e)),...t)}var is={safeLoad:Cc,load:QS,safeDump:f2,dump:p2,parse:Cc,stringify:f2};var bn="settings",sp="subs",d2="collections",Fo="files",hf="modules";var g2="rules";var wa="#sub-store-cached-resource",Ca="#sub-store-cached-headers-resource",Fa="#sub-store-cached-script-resource";var $u=typeof $task<"u",zs=typeof $loon<"u",Pu=typeof $httpClient<"u"&&!zs,ss=eval('typeof process !== "undefined"'),m2=typeof $environment<"u"&&$environment["stash-version"],v2=typeof $rocket<"u",e_=typeof egern=="object",t_=typeof $native<"u",Ru=typeof $Plugins<"u";function pf(e){return e!==null&&typeof e=="object"&&[null,Object.prototype].includes(Object.getPrototypeOf(e))}function r_(e){let[t,r,n,s,u,i,c]=e.match(/^socks5:\/\/(?:(.*?):(.*?)@)?(.*?)(?::(\d+?))?(\?.*?)?(?:#(.*?))?$/);if(u)u=parseInt(u,10);else throw $.error(`port is not present in line: ${e}`),new Error(`port is not present in line: ${e}`);return{type:5,host:s,port:u,userId:r!=null?decodeURIComponent(r):void 0,password:n!=null?decodeURIComponent(n):void 0}}var df=class{constructor(name="untitled",debug=!1){if(this.name=name,this.debug=debug,this.http=Ws(),this.env=us(),ss){let dotenv=eval('require("dotenv")');dotenv.config()}this.node=(()=>{if(ss){let fs=eval("require('fs')");return{fs}}else return null})(),this.initCache();let delay=(e,t)=>new Promise(function(r){setTimeout(r.bind(null,t),e)});Promise.prototype.delay=async function(e){let t=await this;return await delay(e,t)}}initCache(){if($u&&(this.cache=JSON.parse($prefs.valueForKey(this.name)||"{}")),(zs||Pu)&&(this.cache=JSON.parse($persistentStore.read(this.name)||"{}")),Ru&&(this.cache=JSON.parse($Plugins.SubStoreCache.get(this.name)||"{}")),ss){let basePath=eval("process.env.SUB_STORE_DATA_BASE_PATH")||".",rootPath=`${basePath}/root.json`,backupRootPath=`${basePath}/root_${Date.now()}.json`;if(this.log(`Root path: ${rootPath}`),this.node.fs.existsSync(rootPath))try{this.root=JSON.parse(this.node.fs.readFileSync(`${rootPath}`))}catch(e){this.node.fs.copyFileSync(rootPath,backupRootPath),this.error(`Failed to parse ${rootPath}: ${e.message}. Backup created at ${backupRootPath}`)}pf(this.root)||(this.node.fs.writeFileSync(rootPath,JSON.stringify({}),{flag:"w"}),this.root={});let fpath=`${basePath}/${this.name}.json`,backupPath=`${basePath}/${this.name}_${Date.now()}.json`;if(this.log(`Data path: ${fpath}`),this.node.fs.existsSync(fpath))try{if(this.cache=JSON.parse(this.node.fs.readFileSync(`${fpath}`,"utf-8")),!pf(this.cache))throw new Error("Invalid Data")}catch{try{let t=wt.decode(this.node.fs.readFileSync(`${fpath}`,"utf-8"));if(this.cache=JSON.parse(t),this.node.fs.writeFileSync(fpath,t,{flag:"w"}),!pf(this.cache))throw new Error("Invalid Data")}catch(t){this.node.fs.copyFileSync(fpath,backupPath),this.error(`Failed to parse ${fpath}: ${t.message}. Backup created at ${backupPath}`)}}pf(this.cache)||(this.node.fs.writeFileSync(fpath,JSON.stringify({}),{flag:"w"}),this.cache={})}}persistCache(){let data=JSON.stringify(this.cache,null,2);if($u&&$prefs.setValueForKey(data,this.name),(zs||Pu)&&$persistentStore.write(data,this.name),Ru&&$Plugins.SubStoreCache.set(this.name,data),ss){let basePath=eval("process.env.SUB_STORE_DATA_BASE_PATH")||".";this.node.fs.writeFileSync(`${basePath}/${this.name}.json`,data,{flag:"w"},e=>console.log(e)),this.node.fs.writeFileSync(`${basePath}/root.json`,JSON.stringify(this.root,null,2),{flag:"w"},e=>console.log(e))}}write(e,t){if(this.log(`SET ${t}`),t.indexOf("#")!==-1){if(t=t.substr(1),Pu||zs)return $persistentStore.write(e,t);if($u)return $prefs.setValueForKey(e,t);if(ss&&(this.root[t]=e),Ru)return $Plugins.SubStoreCache.set(t,e)}else this.cache[t]=e;this.persistCache()}read(e){if(this.log(`READ ${e}`),e.indexOf("#")!==-1){if(e=e.substr(1),Pu||zs)return $persistentStore.read(e);if($u)return $prefs.valueForKey(e);if(ss)return this.root[e];if(Ru)return $Plugins.SubStoreCache.get(e)}else return this.cache[e]}delete(e){if(this.log(`DELETE ${e}`),e.indexOf("#")!==-1){if(e=e.substr(1),Pu||zs)return $persistentStore.write(null,e);if($u)return $prefs.removeValueForKey(e);if(ss&&delete this.root[e],Ru)return $Plugins.SubStoreCache.remove(e)}else delete this.cache[e];this.persistCache()}notify(title,subtitle="",content="",options={}){let openURL=options["open-url"],mediaURL=options["media-url"];if($u&&$notify(title,subtitle,content,options),Pu&&$notification.post(title,subtitle,content+`${mediaURL?` \u591A\u5A92\u4F53:`+mediaURL:""}`,{url:openURL}),zs){let e={};openURL&&(e.openUrl=openURL),mediaURL&&(e.mediaUrl=mediaURL),JSON.stringify(e)==="{}"?$notification.post(title,subtitle,content):$notification.post(title,subtitle,content,e)}if(ss){let content_=content+(openURL?` \u70B9\u51FB\u8DF3\u8F6C: ${openURL}`:"")+(mediaURL?` \u591A\u5A92\u4F53: ${mediaURL}`:"");console.log(`${title} ${subtitle} ${content_} `);let push=eval("process.env.SUB_STORE_PUSH_SERVICE");if(push)if(/^https?:\/\//.test(push)){let e=push.replace("[\u63A8\u9001\u6807\u9898]",encodeURIComponent(title||"Sub-Store")).replace("[\u63A8\u9001\u5185\u5BB9]",encodeURIComponent([subtitle,content_].map(r=>r).join(` `)));Ws().get({url:e}).then(r=>{console.log(`[Push Service] URL: ${e} RES: ${r.statusCode} ${r.body}`)}).catch(r=>{console.log(`[Push Service] URL: ${e} ERROR: ${r}`)})}else{let{execFile}=eval('require("child_process")');execFile("shoutrrr",["send","--url",push,"--message",`${title} ${subtitle} ${content_}`],(e,t,r)=>{if(e){console.log(`[Push Service] URL: ${push} ERROR: ${e}`);return}r&&console.log(`[Push Service] URL: ${push} stderr: ${r}`),console.log(`[Push Service] URL: ${push} stdout: ${t}`)})}}Ru&&$Plugins.Notify(title,subtitle+` `+content)}log(e){this.debug&&console.log(`[${this.name}] LOG: ${e}`)}info(e){console.log(`[${this.name}] INFO: ${e}`)}error(e){console.log(`[${this.name}] ERROR: ${e}`)}wait(e){return new Promise(t=>setTimeout(t,e))}done(e={}){$u||zs||Pu||Ru?$done(e):ss&&typeof $context<"u"&&($context.headers=e.headers,$context.statusCode=e.statusCode,$context.body=e.body)}};function us(){return{isQX:$u,isLoon:zs,isSurge:Pu,isNode:ss,isStash:m2,isShadowRocket:v2,isEgern:e_,isLanceX:t_,isGUIforCores:Ru}}function Ws(defaultOptions={baseURL:""}){let{isQX,isLoon,isSurge,isNode,isGUIforCores}=us(),methods=["GET","POST","PUT","DELETE","HEAD","OPTIONS","PATCH"],URL_REGEX=/https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)/;function send(method,options){options=typeof options=="string"?{url:options}:options;let baseURL=defaultOptions.baseURL;baseURL&&!URL_REGEX.test(options.url||"")&&(options.url=baseURL?baseURL+options.url:options.url),options={...defaultOptions,...options};let timeout=options.timeout,events={onRequest:()=>{},onResponse:e=>e,onTimeout:()=>{},...options.events};if(events.onRequest(method,options),options.node&&isSurge){let e=$environment["surge-build"];e&&parseInt(e)>=2407&&(options["policy-descriptor"]=options.node,delete options.node)}let worker;isQX?worker=$task.fetch({method,url:options.url,headers:options.headers,body:options.body,opts:options.opts}):isLoon||isSurge||isNode?worker=new Promise(async(resolve,reject)=>{let body=options.body,opts=JSON.parse(JSON.stringify(options));if(opts.body=body,opts.timeout=opts.timeout||8e3,opts.timeout&&(opts.timeout++,isNaN(opts.timeout)&&(opts.timeout=8e3),!isNode)){let e="ms";(isSurge||m2||v2)&&(opts.timeout=Math.ceil(opts.timeout/1e3),e="s")}if(isNode){let undici=eval("require('undici')"),{socksDispatcher}=eval("require('fetch-socks')"),{ProxyAgent,EnvHttpProxyAgent,request,interceptors}=undici,agentOpts={connect:{rejectUnauthorized:!(opts.strictSSL===!1||opts.insecure===!0||opts.rejectUnauthorized===!1)},bodyTimeout:opts.timeout,headersTimeout:opts.timeout,maxHeaderSize:eval("process.env.SUB_STORE_MAX_HEADER_SIZE")||32*1024},tlsOptions={rejectUnauthorized:agentOpts.connect.rejectUnauthorized};opts.tls={...opts.tls||{},...tlsOptions};try{let url=new URL(opts.url);(url.username||url.password)&&(opts.headers={...opts.headers||{},Authorization:`Basic ${Buffer.from(`${url.username||""}:${url.password||""}`).toString("base64")}`});let dispatcher;if(!opts.proxy){let allProxy=eval("process.env.all_proxy")||eval("process.env.ALL_PROXY");allProxy&&/^socks5:\/\//.test(allProxy)&&(opts.proxy=allProxy)}opts.proxy?/^socks5:\/\//.test(opts.proxy)?dispatcher=socksDispatcher(r_(opts.proxy),{...agentOpts,requestTls:tlsOptions}):dispatcher=new ProxyAgent({...agentOpts,uri:opts.proxy,requestTls:tlsOptions}):dispatcher=new EnvHttpProxyAgent({...agentOpts,requestTls:tlsOptions});let response=await request(opts.url,{...opts,method:method.toUpperCase(),dispatcher:dispatcher.compose(interceptors.redirect({maxRedirections:3,throwOnMaxRedirects:!0}))});resolve({statusCode:response.statusCode,headers:response.headers,body:opts.encoding===null?await response.body.arrayBuffer():await response.body.text()})}catch(e){reject(e)}}else $httpClient[method.toLowerCase()](opts,(e,t,r)=>{e?reject(e):resolve({statusCode:t.status||t.statusCode,headers:t.headers,body:r})})}):isGUIforCores&&(worker=new Promise(async(e,t)=>{try{let r=await $Plugins.Requests({method,url:options.url,headers:options.headers,body:options.body,autoTransformBody:!1,options:{Proxy:options.proxy,Timeout:options.timeout?options.timeout/1e3:15}});e({statusCode:r.status,headers:r.headers,body:r.body})}catch(r){t(r)}}));let timeoutid,timer=timeout?new Promise((e,t)=>{timeoutid=setTimeout(()=>(events.onTimeout(),t(`${method} URL: ${options.url} exceeds the timeout ${timeout} ms`)),timeout)}):null;return(timer?Promise.race([timer,worker]).then(e=>(typeof clearTimeout<"u"&&clearTimeout(timeoutid),e)):worker).then(e=>events.onResponse(e))}let http={};return methods.forEach(e=>http[e.toLowerCase()]=t=>send(e,t)),http}var up=0;function Ni(e){return i_(n_(s_(e)))}function n_(e){return a_(o_(u_(e),e.length*8))}function i_(e){try{}catch{up=0}for(var t=up?"0123456789ABCDEF":"0123456789abcdef",r="",n,s=0;s>>4&15)+t.charAt(n&15);return r}function s_(e){for(var t="",r=-1,n,s;++r>>6&31,128|n&63):n<=65535?t+=String.fromCharCode(224|n>>>12&15,128|n>>>6&63,128|n&63):n<=2097151&&(t+=String.fromCharCode(240|n>>>18&7,128|n>>>12&63,128|n>>>6&63,128|n&63));return t}function u_(e){for(var t=Array(e.length>>2),r=0;r>5]|=(e.charCodeAt(r/8)&255)<>5]>>>r%32&255);return t}function o_(e,t){e[t>>5]|=128<>>9<<4)+14]=t;for(var r=1732584193,n=-271733879,s=-1732584194,u=271733878,i=0;i>16)+(t>>16)+(r>>16);return n<<16|r&65535}function c_(e,t){return e<>>32-t}var yf=sn($2()),O_=/^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$)){4}$/,N_=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/;function yr(e){return O_.test(e)}function Pr(e){return N_.test(e)}function P2(e){return/^((6553[0-5])|(655[0-2][0-9])|(65[0-4][0-9]{2})|(6[0-4][0-9]{3})|([1-5][0-9]{4})|([0-5]{0,5})|([0-9]{1,4}))$/.test(e)}function hs(e){return typeof e=="string"&&e.trim().length>0}function Wt(e,t){return hs(e)?e:t}function So(e){return typeof e<"u"&&e!==null}function ku(e,t){return So(e)?e:t}function Xs(e){return e?/^.+?\s*?=\s*?.+?\s*?,.+?/.test(e)?{"policy-descriptor":e}:{policy:e}:{}}function x_(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e}function bc(e){let t=e.split(/,|\//),r=t[Math.floor(Math.random()*t.length)];if(r.includes("-")){let[n,s]=r.split("-").map(Number);return x_(n,s)}else return Number(r)}function R2(e){return Number.isSafeInteger(e)?String(e):BigInt(e).toString()}function bf(e){return typeof e=="string"&&/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.test(e)}function T2(e){return e!==null&&typeof e=="object"&&[null,Object.prototype].includes(Object.getPrototypeOf(e))}var iP=sn(O2());var L_=new df("sub-store"),se=L_;var Ep=class{constructor(){se.read(wa)||se.write("{}",wa);try{this.resourceCache=JSON.parse(se.read(wa))}catch(t){se.error(`\u89E3\u6790\u6301\u4E45\u5316\u7F13\u5B58\u4E2D\u7684 ${wa} \u5931\u8D25, \u91CD\u7F6E\u4E3A {}, \u9519\u8BEF: ${t?.message??t}`),this.resourceCache={},se.write("{}",wa)}this._cleanup()}_cleanup(t,r){let n=Ap(r)??0,s=!1,u=Date.now();Object.entries(this.resourceCache).forEach(i=>{let[c,l]=i;(!l.time||l.time0?t:null}function H_(){let t=se.read(bn)?.resourceCacheTtl;return t&&(t=Number(t),isFinite(t)&&t>0)?t*1e3:36e5}var Ur=new Ep;var Cp=class{constructor(){se.read(Ca)||se.write("{}",Ca);try{this.resourceCache=JSON.parse(se.read(Ca))}catch(t){se.error(`\u89E3\u6790\u6301\u4E45\u5316\u7F13\u5B58\u4E2D\u7684 ${Ca} \u5931\u8D25, \u91CD\u7F6E\u4E3A {}, \u9519\u8BEF: ${t?.message??t}`),this.resourceCache={},se.write("{}",Ca)}this._cleanup()}_cleanup(t,r){let n=wp(r)??0,s=!1,u=Date.now();Object.entries(this.resourceCache).forEach(i=>{let[c,l]=i;(!l.time||l.time0?t:null}function M_(){let t=se.read(bn)?.headersCacheTtl;return t&&(t=Number(t),isFinite(t)&&t>0)?t*1e3:6e4}var Sc=new Cp;function ba(e){let t=Object.keys(e),r="",n="",s="";for(let u of t){let i=u.toLowerCase();i==="subscription-userinfo"?r=e[u]:i==="profile-web-page-url"?n=e[u]:i==="plan-name"&&(s=e[u])}return`${r||""}${n?`; app_url=${encodeURIComponent(n)}`:""}${s?`; plan_name=${encodeURIComponent(s)}`:""}`}async function Sf(rawUrl,ua,timeout,customProxy,flowUrl){let url=flowUrl||rawUrl||"",$arguments={},rawArgs=url.split("#");if(url=url.split("#")[0],rawArgs.length>1)try{$arguments=JSON.parse(decodeURIComponent(rawArgs[1]))}catch{for(let t of rawArgs[1].split("&")){let r=t.split("=")[0],n=t.split("=")[1];$arguments[r]=n==null||n===""?!0:decodeURIComponent(n)}}if($arguments?.noFlow||!/^https?/.test(url))return;let{isStash,isLoon,isShadowRocket,isQX}=us(),insecure=$arguments?.insecure?se.env.isNode?{strictSSL:!1}:{insecure:!0}:void 0,{defaultProxy,defaultFlowUserAgent,defaultTimeout}=se.read(bn),proxy=customProxy||defaultProxy;se.env.isNode&&(proxy=proxy||eval("process.env.SUB_STORE_BACKEND_DEFAULT_PROXY"));let userAgent=ua||defaultFlowUserAgent||"clash.meta/v1.19.16",requestTimeout=timeout||defaultTimeout||8e3,id=Ni(userAgent+url),cached=Sc.get(id),flowInfo;if(!$arguments?.noCache&&cached)se.info(`\u4F7F\u7528\u7F13\u5B58\u7684\u6D41\u91CF\u4FE1\u606F: ${url}, ${userAgent}`),flowInfo=cached;else{let e=Ws();if(flowUrl){let t;try{se.info(`\u4F7F\u7528 GET \u65B9\u6CD5\u4ECE\u54CD\u5E94\u4F53\u83B7\u53D6\u6D41\u91CF\u4FE1\u606F: ${flowUrl}, User-Agent: ${userAgent||""}, Insecure: ${!!insecure}, Proxy: ${proxy}`);let{headers:r,body:n,statusCode:s}=await e.get({url:flowUrl,headers:{"User-Agent":userAgent},timeout:requestTimeout,...proxy?{proxy}:{},...isLoon&&proxy?{node:proxy}:{},...isQX&&proxy?{opts:{policy:proxy}}:{},...proxy?Xs(proxy):{},...insecure||{}});if(s<200||s>=400)throw new Error(`statusCode: ${s}`);t=r;let u=_o(n);if(Number.isFinite(u?.total)&&Number.isFinite(u?.usage?.download)&&Number.isFinite(u?.usage?.upload))flowInfo=n;else throw new Error("\u54CD\u5E94\u4F53\u4E2D\u672A\u5305\u542B\u5408\u6CD5\u7684\u6D41\u91CF\u4FE1\u606F")}catch(r){if(se.error(`\u4F7F\u7528 GET \u65B9\u6CD5\u4ECE\u54CD\u5E94\u4F53\u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u5931\u8D25: ${flowUrl}, User-Agent: ${userAgent||""}, Insecure: ${!!insecure}, Proxy: ${proxy}: ${r.message??r}`),t)try{let n=ba(t),s=_o(n);if(Number.isFinite(s?.total)&&Number.isFinite(s?.usage?.download)&&Number.isFinite(s?.usage?.upload))se.info(`\u4F7F\u7528 GET \u65B9\u6CD5\u4ECE\u54CD\u5E94\u5934\u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u6210\u529F: ${flowUrl}, User-Agent: ${userAgent||""}, Insecure: ${!!insecure}, Proxy: ${proxy}`),flowInfo=n;else throw new Error("\u54CD\u5E94\u4F53\u4E2D\u672A\u5305\u542B\u5408\u6CD5\u7684\u6D41\u91CF\u4FE1\u606F")}catch(n){se.error(`\u4F7F\u7528 GET \u65B9\u6CD5\u4ECE\u54CD\u5E94\u5934\u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u5931\u8D25: ${flowUrl}, User-Agent: ${userAgent||""}, Insecure: ${!!insecure}, Proxy: ${proxy}: ${n.message??n}`)}}}else{try{se.info(`\u4F7F\u7528 HEAD \u65B9\u6CD5\u4ECE\u54CD\u5E94\u5934\u83B7\u53D6\u6D41\u91CF\u4FE1\u606F: ${url}, User-Agent: ${userAgent||""}, Insecure: ${!!insecure}, Proxy: ${proxy}`);let{headers:t}=await e.head({url:url.split(/[\r\n]+/).map(r=>r.trim()).filter(r=>r.length)[0],headers:{"User-Agent":userAgent,...isStash&&proxy?{"X-Stash-Selected-Proxy":encodeURIComponent(proxy)}:{},...isShadowRocket&&proxy?{"X-Surge-Policy":proxy}:{}},timeout:requestTimeout,...proxy?{proxy}:{},...isLoon&&proxy?{node:proxy}:{},...isQX&&proxy?{opts:{policy:proxy}}:{},...proxy?Xs(proxy):{},...insecure||{}});flowInfo=ba(t)}catch(t){se.error(`\u4F7F\u7528 HEAD \u65B9\u6CD5\u4ECE\u54CD\u5E94\u5934\u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u5931\u8D25: ${url}, User-Agent: ${userAgent||""}, Insecure: ${!!insecure}, Proxy: ${proxy}: ${t.message??t}`)}if(!flowInfo){se.info(`\u4F7F\u7528 GET \u65B9\u6CD5\u83B7\u53D6\u6D41\u91CF\u4FE1\u606F: ${url}, User-Agent: ${userAgent||""}, Insecure: ${!!insecure}, Proxy: ${proxy}`);let{headers:t}=await e.get({url:url.split(/[\r\n]+/).map(r=>r.trim()).filter(r=>r.length)[0],headers:{"User-Agent":userAgent,...isStash&&proxy?{"X-Stash-Selected-Proxy":encodeURIComponent(proxy)}:{},...isShadowRocket&&proxy?{"X-Surge-Policy":proxy}:{}},timeout:requestTimeout,...proxy?{proxy}:{},...isLoon&&proxy?{node:proxy}:{},...isQX&&proxy?{opts:{policy:proxy}}:{},...proxy?Xs(proxy):{},...insecure||{}});flowInfo=ba(t)}}flowInfo&&(flowInfo=flowInfo.trim()),flowInfo&&Sc.set(id,flowInfo)}return flowInfo}function _o(e){if(!e)return;let t=e.match(/upload=([-+]?)([0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?)/),r=t==null?0:Number(t[1]+t[2]),n=e.match(/download=([-+]?)([0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?)/),s=Number(n[1]+n[2]),u=e.match(/total=([-+]?)([0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?)/),i=Number(u[1]+u[2]),c=e.match(/expire=([-+]?)([0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?)/),l=c?Number(c[1]+c[2]):void 0,h=e.match(/reset_day=([0-9]+)/),d=h?Number(h[1]):void 0,E=e.match(/app_url=(.*?)\s*?(;|$)/),p=E?decodeURIComponent(E[1]):void 0,f=e.match(/plan_name=(.*?)\s*?(;|$)/),w=f?decodeURIComponent(f[1]):void 0;return{expires:l,total:i,usage:{upload:r,download:s},remainingDays:d,appUrl:p,planName:w}}function _c(e,t="B"){let r=["B","KB","MB","GB","TB","PB","EB","ZB","YB"],n=r.indexOf(t);return e<1024||n===r.length-1?{value:(Math.round(e*100)/100).toString(),unit:t}:_c(e/1024,r[++n])}function _f(e){if(!e)throw new Error("\u6CA1\u6709\u6D41\u91CF\u4FE1\u606F");if(e?.expires&&e.expires*1e3u.getTime())throw new Error("\u5F00\u59CB\u65E5\u671F\u5E94\u65E9\u4E8E\u73B0\u5728");let i=new Date(r);for(i.setDate(i.getDate()+n);i31)throw new Error("\u6708\u91CD\u7F6E\u65E5\u5E94\u4E3A 1-31 \u4E4B\u95F4\u7684\u6574\u6570");let s=new Date,u=s.getDate(),i=s.getMonth(),c=s.getFullYear(),l;return t>u?l=0:l=new Date(c,i+1,0).getDate(),l-u+t}}catch(t){se.error(`getRmainingDays failed: ${t.message??t}`)}}function x2(e,t){try{let r=new Map;e.split(";").map(u=>u.trim()).filter(Boolean).forEach(u=>{let i=u.indexOf("=");if(i===-1)return;let c=u.slice(0,i).trim(),l=u.slice(i+1).trim();if(!r.has(c))try{let h=decodeURIComponent(l);if(["upload","download","total","expire","reset_day"].includes(c))try{h=Number(h),["expire","reset_day"].includes(c)&&(h<=0||!Number.isFinite(h))?h="":["upload","download","total"].includes(c)&&!Number.isFinite(h)?h=0:h=h.toFixed(0)}catch(d){se.error(`Failed to convert value for key "${c}=${l}": ${d.message??d}`)}r.set(c,h)}catch{r.set(c,l)}});let n={},s={"subscription-userinfo":"","profile-web-page-url":"","plan-name":""};return r.forEach((u,i)=>{t&&i==="app_url"?s["profile-web-page-url"]=u:t&&i==="plan_name"?s["plan-name"]=u:n[i]=u}),Object.keys(n).length>0&&(s["subscription-userinfo"]=Object.entries(n).map(([u,i])=>`${u}=${encodeURIComponent(i)}`).join("; ")),t?s:s["subscription-userinfo"]}catch(r){return se.error(`normalizeFlowHeader failed: ${r.message??r}`),t?{"subscription-userinfo":e}:e}}function Li(e,t,r="name"){return e.find(n=>n[r]===t)}function q_(){return{name:"HTML",test:n=>/^/.test(n),parse:()=>""}}function V_(){return{name:"Clash Provider",test:n=>/^payload:/gm.exec(n).index>=0,parse:n=>n.replace("payload:","").replace(/^\s*-\s*/gm,"")}}var L2=[q_(),V_()];function K_(){return{type:"SINGLE",func:r=>["URL-REGEX","DEST-PORT","SRC-IP","IN-PORT","PROTOCOL","GEOSITE","GEOIP"].indexOf(r.type)!==-1?null:`${{"DOMAIN-KEYWORD":"HOST-KEYWORD","DOMAIN-SUFFIX":"HOST-SUFFIX",DOMAIN:"HOST","IP-CIDR6":"IP6-CIDR"}[r.type]||r.type},${r.content},SUB-STORE`}}function U2(){return{type:"SINGLE",func:r=>{if(["GEOSITE","GEOIP"].indexOf(r.type)!==-1)return null;let s=`${r.type},${r.content}`;return["IP-CIDR","IP-CIDR6"].includes(r.type)&&(s+=r.options?.length>0?`,${r.options.join(",")}`:""),s}}}function G_(){return{type:"SINGLE",func:r=>["SRC-IP","GEOSITE","GEOIP"].indexOf(r.type)!==-1?null:(["IP-CIDR","IP-CIDR6"].includes(r.type)&&r.options&&(r.options=r.options.filter(s=>["no-resolve"].includes(s))),U2().func(r))}}function z_(){return{type:"ALL",func:r=>{let n={"DEST-PORT":"DST-PORT","SRC-IP":"SRC-IP-CIDR","IN-PORT":"SRC-PORT"},s={payload:r.map(u=>{let i=`${n[u.type]||u.type},${u.content}`;return["IP-CIDR","IP-CIDR6","GEOIP"].includes(u.type)&&(u.options&&(u.options=u.options.filter(c=>["no-resolve"].includes(c))),i+=u.options?.length>0?`,${u.options.join(",")}`:""),i})};return is.dump(s)}}}var H2={QX:K_(),Surge:U2(),Loon:G_(),Clash:z_()};var W_=[[/^(DOMAIN|host|HOST)$/,"DOMAIN"],[/^(DOMAIN-KEYWORD|host-keyword|HOST-KEYWORD)$/,"DOMAIN-KEYWORD"],[/^(DOMAIN-SUFFIX|host-suffix|HOST-SUFFIX)$/,"DOMAIN-SUFFIX"],[/^USER-AGENT$/i,"USER-AGENT"],[/^PROCESS-NAME$/,"PROCESS-NAME"],[/^(DEST-PORT|DST-PORT)$/,"DST-PORT"],[/^SRC-IP(-CIDR)?$/,"SRC-IP"],[/^(IN|SRC)-PORT$/,"IN-PORT"],[/^PROTOCOL$/,"PROTOCOL"],[/^IP-CIDR$/i,"IP-CIDR"],[/^(IP-CIDR6|ip6-cidr|IP6-CIDR)$/,"IP-CIDR6"],[/^GEOIP$/i,"GEOIP"],[/^GEOSITE$/i,"GEOSITE"]];function Y_(){return{name:"Universal Rule Parser",test:()=>!0,parse:n=>{let s=n.split(` `),u=[];for(let i of s)if(i=i.trim(),i.length!==0&&!/\s*#/.test(i))try{let c=i.split(",").map(d=>d.trim()),l=c[0],h=!1;for(let d of W_)if(d[0].test(l)){h=!0;let p={type:d[1],content:c[1]};["IP-CIDR","IP-CIDR6","GEOIP"].includes(p.type)&&(p.options=c.slice(2)),u.push(p)}if(!h)throw new Error("Invalid rule type: "+l)}catch(c){console.log(`Failed to parse line: ${i} Reason: ${c}`)}return u}}}var j2=[Y_()];var Js=function(){function e(n){for(let s of L2)try{if(s.test(n))return se.info(`Pre-processor [${s.name}] activated`),s.parse(n)}catch(u){se.error(`Parser [${s.name}] failed Reason: ${u}`)}return n}function t(n){n=e(n);for(let s of j2){let u;try{u=s.test(n)}catch{u=!1}if(u)return se.info(`Rule parser [${s.name}] is activated!`),s.parse(n)}}function r(n,s){let u=H2[s];if(!u)throw new Error(`Target platform: ${s} is not supported!`);if(typeof u.type>"u"||u.type==="SINGLE")return n.map(i=>{try{return u.func(i)}catch(c){return console.log(`ERROR: cannot produce rule: ${JSON.stringify(i)} Reason: ${c}`),""}}).filter(i=>i.length>0).join(` `);if(u.type==="ALL")return u.func(n)}return{parse:t,produce:r}}();var Bo=class{constructor({token,key,syncPlatform}){let{isStash,isLoon,isShadowRocket,isQX}=us(),{defaultProxy,defaultTimeout:timeout,githubProxy}=se.read(bn),proxy=defaultProxy;se.env.isNode&&(proxy=proxy||eval("process.env.SUB_STORE_BACKEND_DEFAULT_PROXY")),syncPlatform==="gitlab"?(this.headers={"PRIVATE-TOKEN":`${token}`,"User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.141 Safari/537.36"},this.http=Ws({baseURL:"https://gitlab.com/api/v4",headers:{...this.headers,...isStash&&proxy?{"X-Stash-Selected-Proxy":encodeURIComponent(proxy)}:{},...isShadowRocket&&proxy?{"X-Surge-Policy":proxy}:{}},...proxy?{proxy}:{},...isLoon&&proxy?{node:proxy}:{},...isQX&&proxy?{opts:{policy:proxy}}:{},...proxy?Xs(proxy):{},timeout:timeout||8e3,events:{onResponse:e=>{if(/^[45]/.test(String(e.statusCode))){let t=JSON.parse(e.body);return Promise.reject(`ERROR: ${t.message?.error??t.message}`)}else return e}}})):(this.headers={Authorization:`token ${token}`,"User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.141 Safari/537.36"},this.http=Ws({baseURL:`${githubProxy?`${githubProxy}/`:""}https://api.github.com`,headers:{...this.headers,...isStash&&proxy?{"X-Stash-Selected-Proxy":encodeURIComponent(proxy)}:{},...isShadowRocket&&proxy?{"X-Surge-Policy":proxy}:{}},...proxy?{proxy}:{},...isLoon&&proxy?{node:proxy}:{},...isQX&&proxy?{opts:{policy:proxy}}:{},...proxy?Xs(proxy):{},timeout:timeout||8e3,events:{onResponse:e=>/^[45]/.test(String(e.statusCode))?Promise.reject(`ERROR: ${JSON.parse(e.body).message}`):e}})),this.key=key,this.syncPlatform=syncPlatform}async locate(){return this.syncPlatform==="gitlab"?this.http.get("/snippets").then(e=>{let t=JSON.parse(e.body);for(let r of t)if(r.title===this.key)return r}):this.http.get("/gists?per_page=100&page=1").then(e=>{let t=JSON.parse(e.body);se.info(`\u83B7\u53D6\u5230\u5F53\u524D GitHub \u7528\u6237\u7684 gist: ${t.length} \u4E2A`);for(let r of t)if(r.description===this.key)return r})}async upload(e){if(Object.keys(e).length===0)return Promise.reject("\u672A\u63D0\u4F9B\u9700\u4E0A\u4F20\u7684\u6587\u4EF6");let t=await this.locate(),r=e;if(t?.id){this.syncPlatform==="gitlab"&&(t.files=t.files.reduce((u,i)=>(u[i.path]=i,u),{}));let n=[],s={...t.files};return Object.keys(r).map(u=>{s[u]?r[u].content==null||r[u].content===""?(delete s[u],n.push({action:"delete",file_path:u})):(s[u]=r[u],n.push({action:"update",file_path:u,content:r[u].content})):r[u].content==null||r[u].content===""?(delete s[u],delete r[u]):(s[u]=r[u],n.push({action:"create",file_path:u,content:r[u].content}))}),this.syncPlatform==="gitlab"?Object.keys(s).length===0?Promise.reject("\u672C\u6B21\u64CD\u4F5C\u5C06\u5BFC\u81F4\u6240\u6709\u6587\u4EF6\u7684\u5185\u5BB9\u90FD\u4E3A\u7A7A, \u65E0\u6CD5\u66F4\u65B0 snippet"):Object.keys(s).length>10?Promise.reject("\u672C\u6B21\u64CD\u4F5C\u5C06\u5BFC\u81F4 snippet \u7684\u6587\u4EF6\u6570\u8D85\u8FC7 10, \u65E0\u6CD5\u66F4\u65B0 snippet"):(r=n,this.http.put({headers:{...this.headers,"Content-Type":"application/json"},url:`/snippets/${t.id}`,body:JSON.stringify({files:r})})):Object.keys(s).length===0?Promise.reject("\u672C\u6B21\u64CD\u4F5C\u5C06\u5BFC\u81F4\u6240\u6709\u6587\u4EF6\u7684\u5185\u5BB9\u90FD\u4E3A\u7A7A, \u65E0\u6CD5\u66F4\u65B0 gist"):this.http.patch({url:`/gists/${t.id}`,body:JSON.stringify({files:r})})}else return r=Object.entries(r).reduce((n,[s,u])=>(u.content!==null&&u.content!==""&&(n[s]=u),n),{}),this.syncPlatform==="gitlab"?Object.keys(r).length===0?Promise.reject("\u6240\u6709\u6587\u4EF6\u7684\u5185\u5BB9\u90FD\u4E3A\u7A7A, \u65E0\u6CD5\u521B\u5EFA snippet"):(r=Object.keys(r).map(n=>({file_path:n,content:r[n].content})),this.http.post({headers:{...this.headers,"Content-Type":"application/json"},url:"/snippets",body:JSON.stringify({title:this.key,visibility:"private",files:r})})):Object.keys(r).length===0?Promise.reject("\u6240\u6709\u6587\u4EF6\u7684\u5185\u5BB9\u90FD\u4E3A\u7A7A, \u65E0\u6CD5\u521B\u5EFA gist"):this.http.post({url:"/gists",body:JSON.stringify({description:this.key,public:!1,files:r})})}async download(e){let t=await this.locate();if(t?.id)try{let{files:r}=await this.http.get(`/gists/${t.id}`).then(s=>JSON.parse(s.body)),n=r[e].raw_url;return await this.http.get(n).then(s=>s.body)}catch(r){return Promise.reject(r)}else return Promise.reject(`\u627E\u4E0D\u5230 Sub-Store Gist (${this.key})`)}};async function Ou({type:e,name:t,platform:r,url:n,ua:s,content:u,mergeSources:i,ignoreFailedRemoteSub:c,ignoreFailedRemoteFile:l,produceType:h,produceOpts:d={},subscription:E,awaitCustomCache:p,$options:f,proxy:w,noCache:v,all:D}){if(r=r||"JSON",["subscription","sub"].includes(e)){let A;if(t){let _=se.read(sp);if(A=Li(_,t),!A)throw new Error(`\u627E\u4E0D\u5230\u8BA2\u9605 ${t}`)}else if(E)A=E;else throw new Error("\u672A\u63D0\u4F9B\u8BA2\u9605\u540D\u79F0\u6216\u8BA2\u9605\u6570\u636E");let C;if(u&&!["localFirst","remoteFirst"].includes(i))C=u;else if(n){let _={};C=await Promise.all(n.split(/[\r\n]+/).map(K=>K.trim()).filter(K=>K.length).map(async K=>{try{return await pn(K,s||A.ua,void 0,w||A.proxy,void 0,p,v||A.noCache,!0)}catch(S){return _[K]=S,se.error(`\u8BA2\u9605 ${A.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${K} \u53D1\u751F\u9519\u8BEF: ${S}`),""}}));let j=A.ignoreFailedRemoteSub;if(c!=null&&c!==""&&(j=c),Object.keys(_).length>0)if(j)j==="enabled"&&se.notify("\u{1F30D} Sub-Store \u5904\u7406\u8BA2\u9605\u5931\u8D25",`\u274C ${A.name}`,`\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(_).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u8BA2\u9605 ${A.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(_).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);i==="localFirst"?C.unshift(u):i==="remoteFirst"&&C.push(u)}else if(A.source==="local"&&!["localFirst","remoteFirst"].includes(A.mergeSources))C=A.content;else{let _={};C=await Promise.all(A.url.split(/[\r\n]+/).map(K=>K.trim()).filter(K=>K.length).map(async K=>{try{return await pn(K,s||A.ua,void 0,w||A.proxy,void 0,p,v||A.noCache,!0)}catch(S){return _[K]=S,se.error(`\u8BA2\u9605 ${A.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${K} \u53D1\u751F\u9519\u8BEF: ${S}`),""}}));let j=A.ignoreFailedRemoteSub;if(c!=null&&c!==""&&(j=c),Object.keys(_).length>0)if(j)j==="enabled"&&se.notify("\u{1F30D} Sub-Store \u5904\u7406\u8BA2\u9605\u5931\u8D25",`\u274C ${A.name}`,`\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(_).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u8BA2\u9605 ${A.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(_).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);A.mergeSources==="localFirst"?C.unshift(A.content):A.mergeSources==="remoteFirst"&&C.push(A.content)}if(h==="raw")return JSON.stringify((Array.isArray(C)?C:[C]).flat());let b=(Array.isArray(C)?C:[C]).map(_=>Kt.parse(_)).flat();if(b.forEach(_=>{_._subName=A.name,_._subDisplayName=A.displayName}),b=await Kt.process(b,A.process||[],r,{[A.name]:A},f),b.length===0)throw new Error(`\u8BA2\u9605 ${t} \u4E2D\u4E0D\u542B\u6709\u6548\u8282\u70B9`);let B={};for(let _ of b){if(B[_.name]){se.notify("\u{1F30D} Sub-Store",`\u26A0\uFE0F \u8BA2\u9605 ${t} \u5305\u542B\u91CD\u590D\u8282\u70B9 ${_.name}\uFF01`,"\u8BF7\u4ED4\u7EC6\u68C0\u6D4B\u914D\u7F6E\uFF01",{"media-url":"https://cdn3.iconfinder.com/data/icons/seo-outline-1/512/25_code_program_programming_develop_bug_search_developer-512.png"});break}B[_.name]=!0}return Kt.produce(b,r,h,d)}else if(["collection","col"].includes(e)){let A=se.read(sp),C=se.read(d2),b=Li(C,t);if(!b)throw new Error(`\u627E\u4E0D\u5230\u7EC4\u5408\u8BA2\u9605 ${t}`);let B=[...b.subscriptions],_=b.subscriptionTags;Array.isArray(_)&&_.length>0&&A.forEach(V=>{Array.isArray(V.tag)&&V.tag.length>0&&!B.includes(V.name)&&V.tag.some(z=>_.includes(z))&&B.push(V.name)});let j={},K={},S=0;await Promise.all(B.map(async V=>{let z=Li(A,V),q=z.passThroughUA,G=z.ua;q&&(se.info(`\u8BA2\u9605\u5F00\u542F\u4E86\u900F\u4F20 User-Agent, \u4F7F\u7528\u8BF7\u6C42\u7684 User-Agent: ${s}`),G=s);try{se.info(`\u6B63\u5728\u5904\u7406\u5B50\u8BA2\u9605\uFF1A${z.name}...`);let Y;if(z.source==="local"&&!["localFirst","remoteFirst"].includes(z.mergeSources))Y=z.content;else{let _e={};if(Y=await await Promise.all(z.url.split(/[\r\n]+/).map(be=>be.trim()).filter(be=>be.length).map(async be=>{try{return await pn(be,G,void 0,w||z.proxy||b.proxy,void 0,void 0,v||z.noCache,!0)}catch(Re){return _e[be]=Re,se.error(`\u8BA2\u9605 ${z.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${be} \u53D1\u751F\u9519\u8BEF: ${Re}`),""}})),Object.keys(_e).length>0)if(z.ignoreFailedRemoteSub)z.ignoreFailedRemoteSub==="enabled"&&se.notify("\u{1F30D} Sub-Store \u5904\u7406\u8BA2\u9605\u5931\u8D25",`\u274C ${z.name}`,`\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(_e).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u8BA2\u9605 ${z.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(_e).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);z.mergeSources==="localFirst"?Y.unshift(z.content):z.mergeSources==="remoteFirst"&&Y.push(z.content)}let ie=(Array.isArray(Y)?Y:[Y]).map(_e=>Kt.parse(_e)).flat();ie.forEach(_e=>{_e._subName=z.name,_e._subDisplayName=z.displayName,_e._collectionName=b.name,_e._collectionDisplayName=b.displayName}),ie=await Kt.process(ie,z.process||[],r,{[z.name]:z,_collection:b,$options:f}),j[V]=ie,S++,se.info(`\u2705 \u5B50\u8BA2\u9605\uFF1A${z.name}\u52A0\u8F7D\u6210\u529F\uFF0C\u8FDB\u5EA6--${100*(S/B.length).toFixed(1)}% `)}catch(Y){S++,K[V]=Y,se.error(`\u274C \u5904\u7406\u7EC4\u5408\u8BA2\u9605\u4E2D\u7684\u5B50\u8BA2\u9605: ${z.name}\u65F6\u51FA\u73B0\u9519\u8BEF\uFF1A${Y}\uFF01\u8FDB\u5EA6--${100*(S/B.length).toFixed(1)}%`)}}));let P=b.ignoreFailedRemoteSub;if(c!=null&&c!==""&&(P=c),Object.keys(K).length>0)if(P)P==="enabled"&&se.notify("\u{1F30D} Sub-Store \u5904\u7406\u7EC4\u5408\u8BA2\u9605\u5931\u8D25",`\u274C ${b.name}`,`\u5B50\u8BA2\u9605 ${Object.keys(K).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u7EC4\u5408\u8BA2\u9605 ${b.name} \u7684\u5B50\u8BA2\u9605 ${Object.keys(K).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);let x=Array.prototype.concat.apply([],B.map(V=>j[V]||[]));if(x.forEach(V=>{V._collectionName=b.name,V._collectionDisplayName=b.displayName}),x=await Kt.process(x,b.process||[],r,{_collection:b},f),x.length===0)throw new Error(`\u7EC4\u5408\u8BA2\u9605 ${t} \u4E2D\u4E0D\u542B\u6709\u6548\u8282\u70B9`);let H={};for(let V of x){if(H[V.name]){se.notify("\u{1F30D} Sub-Store",`\u26A0\uFE0F \u7EC4\u5408\u8BA2\u9605 ${t} \u5305\u542B\u91CD\u590D\u8282\u70B9 ${V.name}\uFF01`,"\u8BF7\u4ED4\u7EC6\u68C0\u6D4B\u914D\u7F6E\uFF01",{"media-url":"https://cdn3.iconfinder.com/data/icons/seo-outline-1/512/25_code_program_programming_develop_bug_search_developer-512.png"});break}H[V.name]=!0}return Kt.produce(x,r,h,d)}else if(e==="rule"){let A=se.read(g2),C=Li(A,t);if(!C)throw new Error(`\u627E\u4E0D\u5230\u89C4\u5219 ${t}`);let b=[];for(let B=0;BP.trim()).filter(P=>P.length).map(async P=>{try{return await pn(P,s||C.ua,void 0,C.proxy||w,void 0,void 0,v)}catch(x){return K[P]=x,se.error(`\u6587\u4EF6 ${C.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${P} \u53D1\u751F\u9519\u8BEF: ${x}`),""}}));let S=C.ignoreFailedRemoteFile;if(l!=null&&l!==""&&(S=l),!S&&Object.keys(K).length>0)throw new Error(`\u6587\u4EF6 ${C.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${Object.keys(K).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);i==="localFirst"?b.unshift(u):i==="remoteFirst"&&b.push(u)}else if(C.source==="local"&&!["localFirst","remoteFirst"].includes(C.mergeSources))b=C.content;else{let K={};b=await Promise.all(C.url.split(/[\r\n]+/).map(P=>P.trim()).filter(P=>P.length).map(async P=>{try{return await pn(P,s||C.ua,void 0,C.proxy||w,void 0,void 0,v)}catch(x){return K[P]=x,se.error(`\u6587\u4EF6 ${C.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${P} \u53D1\u751F\u9519\u8BEF: ${x}`),""}}));let S=C.ignoreFailedRemoteFile;if(l!=null&&l!==""&&(S=l),Object.keys(K).length>0)if(S)S==="enabled"&&se.notify("\u{1F30D} Sub-Store \u5904\u7406\u6587\u4EF6\u5931\u8D25",`\u274C ${C.name}`,`\u8FDC\u7A0B\u6587\u4EF6 ${Object.keys(K).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u6587\u4EF6 ${C.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${Object.keys(K).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);C.mergeSources==="localFirst"?b.unshift(C.content):C.mergeSources==="remoteFirst"&&b.push(C.content)}if(h==="raw")return JSON.stringify((Array.isArray(b)?b:[b]).flat());let B=(Array.isArray(b)?b:[b]).flat(),_=B.filter(K=>K!=null&&K!=="").join(` `),j=Array.isArray(C.process)&&C.process.length>0?await Kt.process({$files:B,$content:_,$options:f,$file:C},C.process):{$content:_,$files:B,$options:f};return(D?j:j?.$content)??""}}function t9(){return{name:"HTML",test:n=>/^/.test(n),parse:()=>""}}function r9(){let e="Base64 Pre-processor",t=["dm1lc3M","c3NyOi8v","c29ja3M6Ly","dHJvamFu","c3M6Ly","c3NkOi8v","c2hhZG93","aHR0c","dmxlc3M=","aHlzdGVyaWEy","aHkyOi8v","d2lyZWd1YXJkOi8v","d2c6Ly8=","dHVpYzovLw=="];return{name:e,test:function(s){return!/^\w+:\/\/\w+/im.test(s)&&t.some(u=>s.indexOf(u)!==-1)},parse:function(s){let u=wt.decode(s);return/^\w+(:\/\/|\s*?=\s*?)\w+/m.test(u)?u:(se.error("Base64 Pre-processor error: decoded line does not start with protocol"),s)}}}function n9(){return{name:"Fallback Base64 Pre-processor",test:function(n){return!0},parse:function(n){let s=wt.decode(n);return/^\w+(:\/\/|\s*?=\s*?)\w+/m.test(s)?s:(se.error("Fallback Base64 Pre-processor error: decoded line does not start with protocol"),n)}}}function i9(){return{name:"Clash Pre-processor",test:function(n){if(!/proxies/.test(n))return!1;let s=Cc(n);return s.proxies&&Array.isArray(s.proxies)},parse:function(n,s){let u=n.replace(/short-id:([ \t]*[^#\n,}]*)/g,(l,h)=>{let d=h.trim();return!d||d===""?'short-id: ""':/^(['"]).*\1$/.test(d)?`short-id: ${d}`:["null"].includes(d)?`short-id: ${d}`:`short-id: "${d}"`}),{proxies:i,"global-client-fingerprint":c}=Cc(u);return(s?`proxies: `:"")+i.map(l=>(c&&["trojan","vmess","vless"].includes(l.type)&&!l["client-fingerprint"]&&(l["client-fingerprint"]=c),`${s?" - ":""}${JSON.stringify(l)} `)).join("")}}}function s9(){return{name:"SSD Pre-processor",test:function(n){return n.indexOf("ssd://")===0},parse:function(n){let s=[],u=JSON.parse(wt.decode(n.split("ssd://")[1])),i=u.port,c=u.encryption,l=u.password,h=u.servers;for(let d=0;de.name==="Clash Pre-processor"),Fp=new Map;async function pn(rawUrl="",ua,timeout,customProxy,skipCustomCache,awaitCustomCache,noCache,preprocess){let $arguments={},url=rawUrl.replace(/#noFlow$/,""),rawArgs=url.split("#");if(url=url.split("#")[0],rawArgs.length>1)try{$arguments=JSON.parse(decodeURIComponent(rawArgs[1]))}catch{for(let t of rawArgs[1].split("&")){let r=t.split("=")[0],n=t.split("=")[1];$arguments[r]=n==null||n===""?!0:decodeURIComponent(n)}}let{isNode,isStash,isLoon,isShadowRocket,isQX}=us(),{defaultProxy,defaultUserAgent,defaultTimeout,cacheThreshold:defaultCacheThreshold}=se.read(bn),cacheThreshold=defaultCacheThreshold||1024,proxy=customProxy||defaultProxy;se.env.isNode&&(proxy=proxy||eval("process.env.SUB_STORE_BACKEND_DEFAULT_PROXY"));let userAgent=ua||defaultUserAgent||"clash.meta",requestTimeout=timeout||defaultTimeout||8e3,id=Ni(userAgent+url);$arguments?.cacheKey===!0&&(se.error("\u4F7F\u7528\u81EA\u5B9A\u4E49\u7F13\u5B58\u65F6 cacheKey \u7684\u503C\u4E0D\u80FD\u4E3A\u7A7A"),$arguments.cacheKey=void 0);let customCacheKey=$arguments?.cacheKey?`#sub-store-cached-custom-${$arguments?.cacheKey}`:void 0;if(customCacheKey&&!skipCustomCache){let e=se.read(customCacheKey),t=Ur.get(id);if(!noCache&&!$arguments?.noCache&&t)return se.info(`\u4E50\u89C2\u7F13\u5B58: URL ${url} \u5B58\u5728\u6709\u6548\u7684\u5E38\u89C4\u7F13\u5B58 \u4F7F\u7528\u5E38\u89C4\u7F13\u5B58\u4EE5\u907F\u514D\u91CD\u590D\u8BF7\u6C42`),t;if(e){if(awaitCustomCache){se.info(`\u4E50\u89C2\u7F13\u5B58: URL ${url} \u672C\u6B21\u8FDB\u884C\u8BF7\u6C42 \u5C1D\u8BD5\u66F4\u65B0\u7F13\u5B58`);try{await pn(rawUrl.replace(/(\?|&)cacheKey=.*?(&|$)/,""),ua,timeout,proxy,!0,void 0,void 0,preprocess)}catch(r){se.error(`\u4E50\u89C2\u7F13\u5B58: URL ${url} \u66F4\u65B0\u7F13\u5B58\u53D1\u751F\u9519\u8BEF ${r.message??r}`),se.info("\u4F7F\u7528\u4E50\u89C2\u7F13\u5B58\u7684\u6570\u636E\u5237\u65B0\u7F13\u5B58, \u9632\u6B62\u540E\u7EED\u8BF7\u6C42"),Ur.set(id,e)}}else se.info(`\u4E50\u89C2\u7F13\u5B58: URL ${url} \u672C\u6B21\u8FD4\u56DE\u81EA\u5B9A\u4E49\u7F13\u5B58 ${$arguments?.cacheKey} \u5E76\u8FDB\u884C\u8BF7\u6C42 \u5C1D\u8BD5\u5F02\u6B65\u66F4\u65B0\u7F13\u5B58`),pn(rawUrl.replace(/(\?|&)cacheKey=.*?(&|$)/,""),ua,timeout,proxy,!0,void 0,void 0,preprocess).catch(r=>{se.error(`\u4E50\u89C2\u7F13\u5B58: URL ${url} \u5F02\u6B65\u66F4\u65B0\u7F13\u5B58\u53D1\u751F\u9519\u8BEF ${r.message??r}`)});return e}}let downloadUrlMatch=url.split("#")[0].match(/^\/api\/(file|module)\/(.+)/);if(downloadUrlMatch){let e="";try{e=downloadUrlMatch?.[1];let t=downloadUrlMatch?.[2];if(t==null)throw new Error(`\u672C\u5730 ${e} URL \u65E0\u6548: ${url}`);t=decodeURIComponent(t);let r=e==="module"?hf:Fo,n=Li(se.read(r),t);if(!n)throw new Error(`\u627E\u4E0D\u5230 ${e}: ${t}`);return e==="module"?n.content:await Ou({type:"file",name:t})}catch(t){throw se.error(`Error when loading ${e}: ${url.split("#")[0]}. Reason: ${t}`),new Error(`\u65E0\u6CD5\u52A0\u8F7D ${e}: ${url}`)}}else if(url?.startsWith("/"))try{let fs=eval('require("fs")');return fs.readFileSync(url.split("#")[0],"utf8")}catch(e){throw se.error(`Error when reading local file: ${url.split("#")[0]}. Reason: ${e}`),new Error(`\u65E0\u6CD5\u4ECE\u8BE5\u8DEF\u5F84\u8BFB\u53D6\u6587\u672C\u5185\u5BB9: ${url}`)}if(!isNode&&Fp.has(id))return Fp.get(id);let http=Ws({headers:{"User-Agent":userAgent,...isStash&&proxy?{"X-Stash-Selected-Proxy":encodeURIComponent(proxy)}:{},...isShadowRocket&&proxy?{"X-Surge-Policy":proxy}:{}},timeout:requestTimeout}),result,cached=Ur.get(id);if(!noCache&&!$arguments?.noCache&&cached)se.info(`\u4F7F\u7528\u7F13\u5B58: ${url}, ${userAgent}`),result=cached,customCacheKey&&(se.info(`URL ${url} \u5199\u5165\u81EA\u5B9A\u4E49\u7F13\u5B58 ${$arguments?.cacheKey}`),se.write(cached,customCacheKey));else{let e=$arguments?.insecure?isNode?{strictSSL:!1}:{insecure:!0}:void 0;se.info(`Downloading... User-Agent: ${userAgent} Timeout: ${requestTimeout} Proxy: ${proxy} Insecure: ${!!e} Preprocess: ${preprocess} URL: ${url}`);try{let{body:t,headers:r,statusCode:n}=await http.get({url,...proxy?{proxy}:{},...isLoon&&proxy?{node:proxy}:{},...isQX&&proxy?{opts:{policy:proxy}}:{},...proxy?Xs(proxy):{},...e||{}});if(se.info(`statusCode: ${n}`),n<200||n>=400)throw new Error(`statusCode: ${n}`);if(r){let u=ba(r);u&&Sc.set(id,u)}if(t.replace(/\s/g,"").length===0)throw new Error(new Error("\u8FDC\u7A0B\u8D44\u6E90\u5185\u5BB9\u4E3A\u7A7A"));if(preprocess)try{M2.test(t)&&(t=M2.parse(t,!0))}catch(u){se.error(`Clash Pre-processor error: ${u}`)}let s=!0;if(cacheThreshold){let u=t.length/1024;u>cacheThreshold&&(se.info(`\u8D44\u6E90\u5927\u5C0F ${u.toFixed(2)} KB \u8D85\u8FC7\u4E86 ${cacheThreshold} KB, \u4E0D\u7F13\u5B58`),s=!1)}if(preprocess)try{let u=Kt.parse(t);(!Array.isArray(u)||u.length===0)&&(se.error(`URL ${url} \u4E0D\u5305\u542B\u6709\u6548\u8282\u70B9, \u4E0D\u7F13\u5B58`),s=!1)}catch(u){se.error(`URL ${url} \u5C1D\u8BD5\u89E3\u6790\u8282\u70B9\u5931\u8D25 ${u.message??u}, \u4E0D\u7F13\u5B58`),s=!1}s&&(Ur.set(id,t),customCacheKey&&(se.info(`URL ${url} \u5199\u5165\u81EA\u5B9A\u4E49\u7F13\u5B58 ${$arguments?.cacheKey}`),se.write(t,customCacheKey))),result=t}catch(t){if(customCacheKey){let r=se.read(customCacheKey);if(r)return se.info(`\u65E0\u6CD5\u4E0B\u8F7D URL ${url}: ${t.message??t} \u4F7F\u7528\u81EA\u5B9A\u4E49\u7F13\u5B58 ${$arguments?.cacheKey}`),r}throw new Error(`\u65E0\u6CD5\u4E0B\u8F7D URL ${url}: ${t.message??t}`)}}return $arguments?.validCheck&&await _f(_o(await Sf(url,$arguments.flowUserAgent,void 0,proxy,$arguments.flowUrl))),isNode||Fp.set(id,result),result}async function q2(url,file){let undici=eval("require('undici')"),fs=eval("require('fs')"),{pipeline}=eval("require('stream/promises')"),{Agent,interceptors,request}=undici;se.info(`Downloading file... URL: ${url} File: ${file}`);let{body,statusCode}=await request(url,{dispatcher:new Agent().compose(interceptors.redirect({maxRedirections:3,throwOnRedirect:!0}))});if(statusCode!==200)throw new Error(`Failed to download file from ${url}`);let fileStream=fs.createWriteStream(file);return await pipeline(body,fileStream),se.info(`File downloaded from ${url} to ${file}`),file}var yp=class{constructor(){se.read(Fa)||se.write("{}",Fa);try{this.resourceCache=JSON.parse(se.read(Fa))}catch(t){se.error(`\u89E3\u6790\u6301\u4E45\u5316\u7F13\u5B58\u4E2D\u7684 ${Fa} \u5931\u8D25, \u91CD\u7F6E\u4E3A {}, \u9519\u8BEF: ${t?.message??t}`),this.resourceCache={},se.write("{}",Fa)}this._cleanup()}_cleanup(t,r){let n=Dp(r)??0,s=!1,u=Date.now();Object.entries(this.resourceCache).forEach(i=>{let[c,l]=i;(!l.time||l.time0?t:null}function o9(){let t=se.read(bn)?.scriptCacheTtl;return t&&(t=Number(t),isFinite(t)&&t>0)?t*1e3:1728e5}var bp=new yp;function If(e,t){return[...Array(e).keys()].map(()=>t)}var Sp={"\u{1F3F3}\uFE0F\u200D\u{1F308}":["EXP","BAND"],"\u{1F1F8}\u{1F1F1}":["TEST","SOS"],"\u{1F1F2}\u{1F1F5}":["MP","MNP"],"\u{1F1F8}\u{1F1F4}":["SO","SOM"],"\u{1F1E6}\u{1F1F6}":["AQ","ATA"],"\u{1F1E6}\u{1F1EC}":["AG","ATG"],"\u{1F1EC}\u{1F1F1}":["GL","GRL"],"\u{1F1FF}\u{1F1FC}":["ZW","ZWE"],"\u{1F1E6}\u{1F1FC}":["AW","ABW"],"\u{1F1F2}\u{1F1F1}":["ML","MLI"],"\u{1F1E6}\u{1F1E9}":["AD","AND"],"\u{1F1E6}\u{1F1EA}":["AE","ARE"],"\u{1F1E6}\u{1F1EB}":["AF","AFG"],"\u{1F1E6}\u{1F1F1}":["AL","ALB"],"\u{1F1E6}\u{1F1F2}":["AM","ARM"],"\u{1F1E6}\u{1F1F7}":["AR","ARG"],"\u{1F1E6}\u{1F1F9}":["AT","AUT"],"\u{1F1E6}\u{1F1FA}":["AU","AUS"],"\u{1F1E6}\u{1F1FF}":["AZ","AZE"],"\u{1F1E7}\u{1F1E6}":["BA","BIH"],"\u{1F1E7}\u{1F1E9}":["BD","BGD"],"\u{1F1E7}\u{1F1EA}":["BE","BEL"],"\u{1F1E7}\u{1F1EC}":["BG","BGR"],"\u{1F1E7}\u{1F1ED}":["BH","BHR"],"\u{1F1E7}\u{1F1F4}":["BO","BOL"],"\u{1F1E7}\u{1F1F3}":["BN","BRN"],"\u{1F1E7}\u{1F1F7}":["BR","BRA"],"\u{1F1E7}\u{1F1F9}":["BT","BTN"],"\u{1F1E7}\u{1F1FE}":["BY","BLR"],"\u{1F1E8}\u{1F1E6}":["CA","CAN"],"\u{1F1E8}\u{1F1ED}":["CH","CHE"],"\u{1F1E8}\u{1F1F1}":["CL","CHL"],"\u{1F1E8}\u{1F1F4}":["CO","COL"],"\u{1F1E8}\u{1F1F7}":["CR","CRI"],"\u{1F1E8}\u{1F1FE}":["CY","CYP"],"\u{1F1E8}\u{1F1FF}":["CZ","CZE"],"\u{1F1E9}\u{1F1EA}":["DE","DEU"],"\u{1F1E9}\u{1F1F0}":["DK","DNK"],"\u{1F1E9}\u{1F1FF}":["DZ","DZA"],"\u{1F1EA}\u{1F1E8}":["EC","ECU"],"\u{1F1EA}\u{1F1EA}":["EE","EST"],"\u{1F1EA}\u{1F1EC}":["EG","EGY"],"\u{1F1EA}\u{1F1F8}":["ES","ESP"],"\u{1F1EA}\u{1F1FA}":["EU"],"\u{1F1EB}\u{1F1EE}":["FI","FIN"],"\u{1F1EB}\u{1F1F7}":["FR","FRA"],"\u{1F1EC}\u{1F1E7}":["GB","GBR","UK"],"\u{1F1EC}\u{1F1EA}":["GE","GEO"],"\u{1F1EC}\u{1F1F7}":["GR","GRC"],"\u{1F1EC}\u{1F1F9}":["GT","GTM"],"\u{1F1EC}\u{1F1FA}":["GU","GUM"],"\u{1F1ED}\u{1F1F0}":["HK","HKG","HKT","HKBN","HGC","WTT","CMI"],"\u{1F1ED}\u{1F1F7}":["HR","HRV"],"\u{1F1ED}\u{1F1FA}":["HU","HUN"],"\u{1F1EE}\u{1F1F6}":["IQ","IRQ"],"\u{1F1EF}\u{1F1F4}":["JO","JOR"],"\u{1F1EF}\u{1F1F5}":["JP","JPN","TYO"],"\u{1F1F0}\u{1F1EA}":["KE","KEN"],"\u{1F1F0}\u{1F1EC}":["KG","KGZ"],"\u{1F1F0}\u{1F1ED}":["KH","KGZ"],"\u{1F1F0}\u{1F1F5}":["KP","PRK"],"\u{1F1F0}\u{1F1F7}":["KR","KOR","SEL"],"\u{1F1F0}\u{1F1FF}":["KZ","KAZ"],"\u{1F1EE}\u{1F1E9}":["ID","IDN"],"\u{1F1EE}\u{1F1EA}":["IE","IRL"],"\u{1F1EE}\u{1F1F1}":["IL","ISR"],"\u{1F1EE}\u{1F1F2}":["IM","IMN"],"\u{1F1EE}\u{1F1F3}":["IN","IND"],"\u{1F1EE}\u{1F1F7}":["IR","IRN"],"\u{1F1EE}\u{1F1F8}":["IS","ISL"],"\u{1F1EE}\u{1F1F9}":["IT","ITA"],"\u{1F1F1}\u{1F1E6}":["LA","LAO"],"\u{1F1F1}\u{1F1F0}":["LK","LKA"],"\u{1F1F1}\u{1F1F9}":["LT","LTU"],"\u{1F1F1}\u{1F1FA}":["LU","LUX"],"\u{1F1F1}\u{1F1FB}":["LV","LVA"],"\u{1F1F2}\u{1F1E6}":["MA","MAR"],"\u{1F1F2}\u{1F1E9}":["MD","MDA"],"\u{1F1F3}\u{1F1EC}":["NG","NGA"],"\u{1F1F2}\u{1F1F2}":["MM","MMR"],"\u{1F1F2}\u{1F1F0}":["MK","MKD"],"\u{1F1F2}\u{1F1F3}":["MN","MNG"],"\u{1F1F2}\u{1F1F4}":["MO","MAC","CTM"],"\u{1F1F2}\u{1F1F9}":["MT","MLT"],"\u{1F1F2}\u{1F1FD}":["MX","MEX"],"\u{1F1F2}\u{1F1FE}":["MY","MYS"],"\u{1F1F3}\u{1F1F1}":["NL","NLD","AMS"],"\u{1F1F3}\u{1F1F4}":["NO","NOR"],"\u{1F1F3}\u{1F1F5}":["NP","NPL"],"\u{1F1F3}\u{1F1FF}":["NZ","NZL"],"\u{1F1F4}\u{1F1F2}":["OM","OMN"],"\u{1F1F5}\u{1F1E6}":["PA","PAN"],"\u{1F1F5}\u{1F1EA}":["PE","PER"],"\u{1F1F5}\u{1F1ED}":["PH","PHL"],"\u{1F1F5}\u{1F1F0}":["PK","PAK"],"\u{1F1F5}\u{1F1F1}":["PL","POL"],"\u{1F1F5}\u{1F1F7}":["PR","PRI"],"\u{1F1F5}\u{1F1F9}":["PT","PRT"],"\u{1F1F5}\u{1F1FE}":["PY","PRY"],"\u{1F1F5}\u{1F1EC}":["PG","PNG"],"\u{1F1F6}\u{1F1E6}":["QA","QAT"],"\u{1F1F7}\u{1F1F4}":["RO","ROU"],"\u{1F1F7}\u{1F1F8}":["RS","SRB"],"\u{1F1F7}\u{1F1EA}":["RE","REU"],"\u{1F1F7}\u{1F1FA}":["RU","RUS"],"\u{1F1F8}\u{1F1E6}":["SA","SAU"],"\u{1F1FC}\u{1F1F8}":["WS","WSM"],"\u{1F1F8}\u{1F1EA}":["SE","SWE"],"\u{1F1F8}\u{1F1EC}":["SG","SGP"],"\u{1F1F8}\u{1F1EE}":["SI","SVN"],"\u{1F1F8}\u{1F1F0}":["SK","SVK"],"\u{1F1F9}\u{1F1EC}":["TG","TGO"],"\u{1F1F9}\u{1F1ED}":["TH","THA"],"\u{1F1F9}\u{1F1F3}":["TN","TUN"],"\u{1F1F9}\u{1F1F7}":["TR","TUR"],"\u{1F1F9}\u{1F1FC}":["TW","TWN","CHT","HINET","ROC"],"\u{1F1FA}\u{1F1E6}":["UA","UKR"],"\u{1F1FA}\u{1F1F8}":["US","USA","LAX","SFO","SJC"],"\u{1F1FA}\u{1F1FE}":["UY","URY"],"\u{1F1FB}\u{1F1E6}":["VA","VAT"],"\u{1F1FB}\u{1F1EA}":["VE","VEN"],"\u{1F1FB}\u{1F1F3}":["VN","VNM"],"\u{1F1FF}\u{1F1E6}":["ZA","ZAF","JNB"],"\u{1F1E8}\u{1F1F3}":["CN","CHN","BACK"]};function Io(e){let t={"\u{1F3F3}\uFE0F\u200D\u{1F308}":["\u6D41\u91CF","\u65F6\u95F4","\u8FC7\u671F","Bandwidth","Expire"],"\u{1F1F8}\u{1F1F1}":["\u5E94\u6025","\u6D4B\u8BD5\u8282\u70B9"],"\u{1F1F2}\u{1F1F5}":["\u5317\u9A6C\u91CC\u4E9A\u7EB3","Northern Mariana Islands","Saipan","\u585E\u73ED"],"\u{1F1F8}\u{1F1F4}":["Somalia","\u7D22\u9A6C\u91CC","\u6469\u52A0\u8FEA\u6C99","Mogadishu"],"\u{1F1E6}\u{1F1F6}":["Antarctica","\u5357\u6781\u6D32","\u5357\u6781"],"\u{1F1E6}\u{1F1EC}":["Antigua and Barbuda","\u5B89\u63D0\u74DC\u548C\u5DF4\u5E03\u8FBE"],"\u{1F1EC}\u{1F1F1}":["Greenland","\u683C\u9675\u5170\u5C9B","\u683C\u9675\u5170"],"\u{1F1FF}\u{1F1FC}":["Zimbabwe","\u6D25\u5DF4\u5E03\u97E6"],"\u{1F1E6}\u{1F1FC}":["Aruba","\u963F\u9C81\u5DF4"],"\u{1F1F2}\u{1F1F1}":["Mali","\u9A6C\u91CC"],"\u{1F1E6}\u{1F1E9}":["Andorra","\u5B89\u9053\u5C14"],"\u{1F1E6}\u{1F1EA}":["United Arab Emirates","\u963F\u8054\u914B","\u8FEA\u62DC","Dubai"],"\u{1F1E6}\u{1F1EB}":["Afghanistan","\u963F\u5BCC\u6C57"],"\u{1F1E6}\u{1F1F1}":["Albania","\u963F\u5C14\u5DF4\u5C3C\u4E9A","\u963F\u723E\u5DF4\u5C3C\u4E9E"],"\u{1F1E6}\u{1F1F2}":["Armenia","\u4E9A\u7F8E\u5C3C\u4E9A"],"\u{1F1E6}\u{1F1F7}":["Argentina","\u963F\u6839\u5EF7"],"\u{1F1E6}\u{1F1F9}":["Austria","\u5965\u5730\u5229","\u5967\u5730\u5229","\u7EF4\u4E5F\u7EB3"],"\u{1F1FC}\u{1F1F8}":["Samoa","\u8428\u6469\u4E9A","\u85A9\u6469\u4E9E"],"\u{1F1E6}\u{1F1FA}":["Australia","\u6FB3\u5927\u5229\u4E9A","\u6FB3\u6D32","\u58A8\u5C14\u672C","\u6089\u5C3C","\u571F\u6FB3","\u4EAC\u6FB3","\u5EE3\u6FB3","\u6EEC\u6FB3","\u6CAA\u6FB3","\u5E7F\u6FB3","Sydney"],"\u{1F1E6}\u{1F1FF}":["Azerbaijan","\u963F\u585E\u62DC\u7586"],"\u{1F1E7}\u{1F1E6}":["Bosnia and Herzegovina","\u6CE2\u9ED1\u5171\u548C\u56FD","\u6CE2\u9ED1"],"\u{1F1E7}\u{1F1E9}":["Bangladesh","\u5B5F\u52A0\u62C9\u56FD","\u5B5F\u52A0\u62C9"],"\u{1F1E7}\u{1F1EA}":["Belgium","\u6BD4\u5229\u65F6","\u6BD4\u5229\u6642"],"\u{1F1E7}\u{1F1EC}":["Bulgaria","\u4FDD\u52A0\u5229\u4E9A","\u4FDD\u52A0\u5229\u4E9E"],"\u{1F1E7}\u{1F1ED}":["Bahrain","\u5DF4\u6797"],"\u{1F1E7}\u{1F1F7}":["Brazil","\u5DF4\u897F","\u5723\u4FDD\u7F57"],"\u{1F1E7}\u{1F1F3}":["Brunei","\u6587\u83B1","\u6C76\u840A"],"\u{1F1E7}\u{1F1FE}":["Belarus","\u767D\u4FC4\u7F57\u65AF","\u767D\u4FC4"],"\u{1F1E7}\u{1F1F4}":["Bolivia","\u73BB\u5229\u7EF4\u4E9A"],"\u{1F1E7}\u{1F1F9}":["Bhutan","\u4E0D\u4E39","\u4E0D\u4E39\u738B\u56FD"],"\u{1F1E8}\u{1F1E6}":["Canada","\u52A0\u62FF\u5927","\u8499\u7279\u5229\u5C14","\u6E29\u54E5\u534E","\u6953\u8449","\u67AB\u53F6","\u6ED1\u94C1\u5362","\u591A\u4F26\u591A","Waterloo","Toronto"],"\u{1F1E8}\u{1F1ED}":["Switzerland","\u745E\u58EB","\u82CF\u9ECE\u4E16","Zurich"],"\u{1F1E8}\u{1F1F1}":["Chile","\u667A\u5229"],"\u{1F1E8}\u{1F1F4}":["Colombia","\u54E5\u4F26\u6BD4\u4E9A"],"\u{1F1E8}\u{1F1F7}":["Costa Rica","\u54E5\u65AF\u8FBE\u9ECE\u52A0"],"\u{1F1E8}\u{1F1FE}":["Cyprus","\u585E\u6D66\u8DEF\u65AF"],"\u{1F1E8}\u{1F1FF}":["Czechia","\u6377\u514B","Czech","Czech Republic"],"\u{1F1E9}\u{1F1EA}":["German","\u5FB7\u56FD","\u5FB7\u570B","\u4EAC\u5FB7","\u6EEC\u5FB7","\u5EE3\u5FB7","\u6CAA\u5FB7","\u5E7F\u5FB7","\u6CD5\u5170\u514B\u798F","Frankfurt","\u5FB7\u610F\u5FD7"],"\u{1F1E9}\u{1F1F0}":["Denmark","\u4E39\u9EA6","\u4E39\u9EA5"],"\u{1F1E9}\u{1F1FF}":["Algeria","\u963F\u5C14\u53CA\u5229\u4E9A","\u963F\u723E\u53CA\u5229\u4E9E"],"\u{1F1EA}\u{1F1E8}":["Ecuador","\u5384\u74DC\u591A\u5C14"],"\u{1F1EA}\u{1F1EA}":["Estonia","\u7231\u6C99\u5C3C\u4E9A"],"\u{1F1EA}\u{1F1EC}":["Egypt","\u57C3\u53CA"],"\u{1F1EA}\u{1F1F8}":["Spain","\u897F\u73ED\u7259"],"\u{1F1EA}\u{1F1FA}":["European Union","\u6B27\u76DF","\u6B27\u7F57\u5DF4"],"\u{1F1EB}\u{1F1EE}":["Finland","\u82AC\u5170","\u82AC\u862D","\u8D6B\u5C14\u8F9B\u57FA"],"\u{1F1EB}\u{1F1F7}":["France","\u6CD5\u56FD","\u6CD5\u570B","\u5DF4\u9ECE"],"\u{1F1EC}\u{1F1E7}":["Great Britain","\u82F1\u56FD","England","United Kingdom","\u4F26\u6566","\u82F1","London"],"\u{1F1EC}\u{1F1EA}":["Georgia","\u683C\u9C81\u5409\u4E9A","\u683C\u9B6F\u5409\u4E9E"],"\u{1F1EC}\u{1F1F7}":["Greece","\u5E0C\u814A","\u5E0C\u81D8"],"\u{1F1EC}\u{1F1FA}":["Guam","\u5173\u5C9B","\u95DC\u5CF6"],"\u{1F1EC}\u{1F1F9}":["Guatemala","\u5371\u5730\u9A6C\u62C9"],"\u{1F1ED}\u{1F1F0}":["Hongkong","\u9999\u6E2F","Hong Kong","HongKong","HONG KONG","\u6DF1\u6E2F","\u6CAA\u6E2F","\u547C\u6E2F","\u7A57\u6E2F","\u4EAC\u6E2F","\u6E2F"],"\u{1F1ED}\u{1F1F7}":["Croatia","\u514B\u7F57\u5730\u4E9A","\u514B\u7F85\u5730\u4E9E"],"\u{1F1ED}\u{1F1FA}":["Hungary","\u5308\u7259\u5229"],"\u{1F1EE}\u{1F1F6}":["Iraq","\u4F0A\u62C9\u514B","\u5DF4\u683C\u8FBE","Baghdad"],"\u{1F1EF}\u{1F1F4}":["Jordan","\u7EA6\u65E6"],"\u{1F1EF}\u{1F1F5}":["Japan","\u65E5\u672C","\u4E1C\u4EAC","\u5927\u962A","\u57FC\u7389","\u6CAA\u65E5","\u7A57\u65E5","\u5DDD\u65E5","\u4E2D\u65E5","\u6CC9\u65E5","\u676D\u65E5","\u6DF1\u65E5","\u8FBD\u65E5","\u5E7F\u65E5","\u5927\u5742","Osaka","Tokyo"],"\u{1F1F0}\u{1F1EA}":["Kenya","\u80AF\u5C3C\u4E9A"],"\u{1F1F0}\u{1F1EC}":["Kyrgyzstan","\u5409\u5C14\u5409\u65AF\u65AF\u5766"],"\u{1F1F0}\u{1F1ED}":["Cambodia","\u67EC\u57D4\u5BE8"],"\u{1F1F0}\u{1F1F5}":["North Korea","\u671D\u9C9C"],"\u{1F1F0}\u{1F1F7}":["Korea","\u97E9\u56FD","\u97D3\u570B","\u97E9","\u97D3","\u9996\u5C14","\u6625\u5DDD","Chuncheon","Seoul"],"\u{1F1F0}\u{1F1FF}":["Kazakhstan","\u54C8\u8428\u514B\u65AF\u5766","\u54C8\u8428\u514B"],"\u{1F1EE}\u{1F1E9}":["Indonesia","\u5370\u5C3C","\u5370\u5EA6\u5C3C\u897F\u4E9A","\u96C5\u52A0\u8FBE"],"\u{1F1EE}\u{1F1EA}":["Ireland","\u7231\u5C14\u5170","\u611B\u723E\u862D","\u90FD\u67CF\u6797"],"\u{1F1EE}\u{1F1F1}":["Israel","\u4EE5\u8272\u5217"],"\u{1F1EE}\u{1F1F2}":["Isle of Man","\u9A6C\u6069\u5C9B","\u99AC\u6069\u5CF6"],"\u{1F1EE}\u{1F1F3}":["India","\u5370\u5EA6","\u5B5F\u4E70","MFumbai","Mumbai"],"\u{1F1EE}\u{1F1F7}":["Iran","\u4F0A\u6717"],"\u{1F1EE}\u{1F1F8}":["Iceland","\u51B0\u5C9B","\u51B0\u5CF6"],"\u{1F1EE}\u{1F1F9}":["Italy","\u610F\u5927\u5229","\u7FA9\u5927\u5229","\u7C73\u5170","Nachash"],"\u{1F1F1}\u{1F1F0}":["Sri Lanka","\u65AF\u91CC\u5170\u5361","\u65AF\u91CC\u862D\u5361"],"\u{1F1F1}\u{1F1E6}":["Laos","\u8001\u631D","\u8001\u64BE"],"\u{1F1F1}\u{1F1F9}":["Lithuania","\u7ACB\u9676\u5B9B"],"\u{1F1F1}\u{1F1FA}":["Luxembourg","\u5362\u68EE\u5821"],"\u{1F1F1}\u{1F1FB}":["Latvia","\u62C9\u8131\u7EF4\u4E9A","Latvija"],"\u{1F1F2}\u{1F1E6}":["Morocco","\u6469\u6D1B\u54E5"],"\u{1F1F2}\u{1F1E9}":["Moldova","\u6469\u5C14\u591A\u74E6","\u6469\u723E\u591A\u74E6"],"\u{1F1F2}\u{1F1F2}":["Myanmar","\u7F05\u7538","\u7DEC\u7538"],"\u{1F1F3}\u{1F1EC}":["Nigeria","\u5C3C\u65E5\u5229\u4E9A","\u5C3C\u65E5\u5229\u4E9E"],"\u{1F1F2}\u{1F1F0}":["Macedonia","\u9A6C\u5176\u987F","\u99AC\u5176\u9813"],"\u{1F1F2}\u{1F1F3}":["Mongolia","\u8499\u53E4"],"\u{1F1F2}\u{1F1F4}":["Macao","\u6FB3\u95E8","\u6FB3\u9580","CTM"],"\u{1F1F2}\u{1F1F9}":["Malta","\u9A6C\u8033\u4ED6"],"\u{1F1F2}\u{1F1FD}":["Mexico","\u58A8\u897F\u54E5"],"\u{1F1F2}\u{1F1FE}":["Malaysia","\u9A6C\u6765","\u99AC\u4F86","\u5409\u9686\u5761","\u5927\u99AC"],"\u{1F1F3}\u{1F1F1}":["Netherlands","\u8377\u5170","\u8377\u862D","\u5C3C\u5FB7\u862D","\u963F\u59C6\u65AF\u7279\u4E39","Amsterdam"],"\u{1F1F3}\u{1F1F4}":["Norway","\u632A\u5A01"],"\u{1F1F3}\u{1F1F5}":["Nepal","\u5C3C\u6CCA\u5C14"],"\u{1F1F3}\u{1F1FF}":["New Zealand","\u65B0\u897F\u5170","\u65B0\u897F\u862D"],"\u{1F1F4}\u{1F1F2}":["Oman","\u963F\u66FC","\u9A6C\u65AF\u5580\u7279"],"\u{1F1F5}\u{1F1E6}":["Panama","\u5DF4\u62FF\u9A6C"],"\u{1F1F5}\u{1F1EA}":["Peru","\u79D8\u9C81","\u7955\u9B6F"],"\u{1F1F5}\u{1F1ED}":["Philippines","\u83F2\u5F8B\u5BBE","\u83F2\u5F8B\u8CD3"],"\u{1F1F5}\u{1F1F0}":["Pakistan","\u5DF4\u57FA\u65AF\u5766"],"\u{1F1F5}\u{1F1F1}":["Poland","\u6CE2\u5170","\u6CE2\u862D","\u534E\u6C99","Warsaw"],"\u{1F1F5}\u{1F1F7}":["Puerto Rico","\u6CE2\u591A\u9ECE\u5404"],"\u{1F1F5}\u{1F1F9}":["Portugal","\u8461\u8404\u7259"],"\u{1F1F5}\u{1F1EC}":["Papua New Guinea","\u5DF4\u5E03\u4E9A\u65B0\u51E0\u5185\u4E9A"],"\u{1F1F5}\u{1F1FE}":["Paraguay","\u5DF4\u62C9\u572D"],"\u{1F1F6}\u{1F1E6}":["Qatar","\u5361\u5854\u5C14","\u5361\u5854\u723E"],"\u{1F1F7}\u{1F1F4}":["Romania","\u7F57\u9A6C\u5C3C\u4E9A"],"\u{1F1F7}\u{1F1F8}":["Serbia","\u585E\u5C14\u7EF4\u4E9A"],"\u{1F1F7}\u{1F1EA}":["R\xE9union","\u7559\u5C3C\u6C6A","\u6CD5\u5C5E\u7559\u5C3C\u6C6A"],"\u{1F1F7}\u{1F1FA}":["Russia","\u4FC4\u7F57\u65AF","\u4FC4\u56FD","\u4FC4\u7F85\u65AF","\u4F2F\u529B","\u83AB\u65AF\u79D1","\u5723\u5F7C\u5F97\u5821","\u897F\u4F2F\u5229\u4E9A","\u4EAC\u4FC4","\u676D\u4FC4","\u5EE3\u4FC4","\u6EEC\u4FC4","\u5E7F\u4FC4","\u6CAA\u4FC4","Moscow"],"\u{1F1F8}\u{1F1E6}":["Saudi","\u6C99\u7279\u963F\u62C9\u4F2F","\u6C99\u7279","Riyadh","\u5229\u96C5\u5F97"],"\u{1F1F8}\u{1F1EA}":["Sweden","\u745E\u5178","\u65AF\u5FB7\u54E5\u5C14\u6469","Stockholm"],"\u{1F1F8}\u{1F1EC}":["Singapore","\u65B0\u52A0\u5761","\u72EE\u57CE","\u6CAA\u65B0","\u4EAC\u65B0","\u4E2D\u65B0","\u6CC9\u65B0","\u7A57\u65B0","\u6DF1\u65B0","\u676D\u65B0","\u5E7F\u65B0","\u5EE3\u65B0","\u6EEC\u65B0"],"\u{1F1F8}\u{1F1EE}":["Slovenia","\u65AF\u6D1B\u6587\u5C3C\u4E9A"],"\u{1F1F8}\u{1F1F0}":["Slovakia","\u65AF\u6D1B\u4F10\u514B"],"\u{1F1F9}\u{1F1EC}":["Togo","\u591A\u54E5","\u6D1B\u7F8E","Lom\xE9","Lome"],"\u{1F1F9}\u{1F1ED}":["Thailand","\u6CF0\u56FD","\u6CF0\u570B","\u66FC\u8C37"],"\u{1F1F9}\u{1F1F3}":["Tunisia","\u7A81\u5C3C\u65AF"],"\u{1F1F9}\u{1F1F7}":["Turkey","\u571F\u8033\u5176","\u4F0A\u65AF\u5766\u5E03\u5C14","Istanbul"],"\u{1F1F9}\u{1F1FC}":["Taiwan","\u53F0\u6E7E","\u81FA\u7063","\u53F0\u7063","\u4E2D\u83EF\u6C11\u570B","\u4E2D\u534E\u6C11\u56FD","\u53F0\u5317","\u53F0\u4E2D","\u65B0\u5317","\u5F70\u5316","\u53F0","\u81FA","Taipei","Tai Wan"],"\u{1F1FA}\u{1F1E6}":["Ukraine","\u4E4C\u514B\u5170","\u70CF\u514B\u862D"],"\u{1F1FA}\u{1F1F8}":["United States","\u7F8E\u56FD","America","\u7F8E","\u4EAC\u7F8E","\u6CE2\u7279\u5170","\u8FBE\u62C9\u65AF","\u4FC4\u52D2\u5188","Oregon","\u51E4\u51F0\u57CE","\u8D39\u5229\u8499","\u7845\u8C37","\u77FD\u8C37","\u62C9\u65AF\u7EF4\u52A0\u65AF","\u6D1B\u6749\u77F6","\u5723\u4F55\u585E","\u5723\u514B\u62C9\u62C9","\u897F\u96C5\u56FE","\u829D\u52A0\u54E5","\u6CAA\u7F8E","\u54E5\u4F26\u5E03","\u7EBD\u7EA6","New York","Los Angeles","San Jose","Sillicon Valley","Michigan","\u4FC4\u4EA5\u4FC4","Ohio","\u9A6C\u7EB3\u8428\u65AF","Manassas","\u5F17\u5409\u5C3C\u4E9A","Virginia"],"\u{1F1FA}\u{1F1FE}":["Uruguay","\u4E4C\u62C9\u572D"],"\u{1F1FB}\u{1F1E6}":["Vatican","Vatican City","Holy See","\u68B5\u8482\u5188","\u68B5\u8482\u5CA1"],"\u{1F1FB}\u{1F1EA}":["Venezuela","\u59D4\u5185\u745E\u62C9"],"\u{1F1FB}\u{1F1F3}":["Vietnam","\u8D8A\u5357","\u80E1\u5FD7\u660E"],"\u{1F1FF}\u{1F1E6}":["South Africa","\u5357\u975E"],"\u{1F1E8}\u{1F1F3}":["China","\u4E2D\u56FD","\u4E2D\u570B","\u56DE\u56FD","\u56DE\u570B","\u56FD\u5185","\u570B\u5167","\u534E\u4E1C","\u534E\u897F","\u534E\u5357","\u534E\u5317","\u534E\u4E2D","\u6C5F\u82CF","\u5317\u4EAC","\u4E0A\u6D77","\u5E7F\u5DDE","\u6DF1\u5733","\u676D\u5DDE","\u5F90\u5DDE","\u9752\u5C9B","\u5B81\u6CE2","\u9547\u6C5F"]},r=e.match(/[\uD83C][\uDDE6-\uDDFF][\uD83C][\uDDE6-\uDDFF]/)?.[0]||"\u{1F3F4}\u200D\u2620\uFE0F";for(let n of Object.keys(t))if(t[n].some(u=>RegExp(`${u}`,"i").test(e)))return/内蒙古/.test(e)&&["\u{1F1F2}\u{1F1F3}"].includes(n)?r="\u{1F1E8}\u{1F1F3}":r=n;for(let n of Object.keys(Sp))if(Sp[n].some(u=>RegExp(`(^|[^a-zA-Z])${u}([^a-zA-Z]|$)`).test(e))&&!(n=="\u{1F1E8}\u{1F1F3}"&&RegExp("(^|[^a-zA-Z])CN2([^a-zA-Z]|$)").test(e)))return r=n;return r}function V2(e){return Sp[Io(e)]?.[0]}function Bc(e){return e.replace(/[\uD83C][\uDDE6-\uDDFF][\uD83C][\uDDE6-\uDDFF]|🏴‍☠️|🏳️‍🌈/g,"").trim()}var $f=class{constructor({country,asn}={}){if(se.env.isNode){let Reader=eval('require("@maxmind/geoip2-node")').Reader,fs=eval("require('fs')"),countryFile=country||eval("process.env.SUB_STORE_MMDB_COUNTRY_PATH"),asnFile=asn||eval("process.env.SUB_STORE_MMDB_ASN_PATH");if(countryFile&&(this.countryReader=Reader.openBuffer(fs.readFileSync(countryFile))),asnFile){if(!fs.existsSync(asnFile))throw new Error("GeoLite2 ASN MMDB does not exist");this.asnReader=Reader.openBuffer(fs.readFileSync(asnFile))}}}geoip(e){return this.countryReader?.country(e)?.country?.isoCode}ipaso(e){return this.asnReader?.asn(e)?.autonomousSystemOrganization}ipasn(e){return this.asnReader?.asn(e)?.autonomousSystemNumber}};var Tf=sn(tA()),Np=sn(Hl());async function Po({url:e,domain:t,type:r="A",timeout:n,edns:s}){let u=Tf.default.encode({type:"query",id:0,flags:Tf.default.RECURSION_DESIRED,questions:[{type:r,name:t}],additionals:[{type:"OPT",name:".",udpPayloadSize:4096,flags:0,options:[{code:"CLIENT_SUBNET",ip:s,sourcePrefixLength:yr(s)?24:56,scopePrefixLength:0}]}]}),c=Np.Buffer.from(u).toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,""),l=await se.http.get({url:`${e}?dns=${encodeURIComponent(c)}`,headers:{Accept:"application/dns-message"},"binary-mode":!0,encoding:null,timeout:n});return Tf.default.decode(Np.Buffer.from(se.env.isQX?l.bodyBytes:l.body))}var To=sn(kf());var Of="2.21.21";var{isNode:rA,isQX:v9,isLoon:A9,isSurge:E9,isStash:w9,isShadowRocket:C9,isLanceX:F9,isEgern:D9,isGUIforCores:y9}=us(),ws="Node";rA&&(ws="Node");v9&&(ws="QX");A9&&(ws="Loon");E9&&(ws="Surge");w9&&(ws="Stash");C9&&(ws="Shadowrocket");D9&&(ws="Egern");F9&&(ws="LanceX");y9&&(ws="GUI.for.Cores");var _a={},b9={};try{if(typeof $environment<"u"&&(_a.env=$environment),typeof $loon<"u"&&(_a.loon=$loon),typeof $script<"u"&&(_a.script=$script),typeof $Plugin<"u"&&(_a.plugin=$Plugin),rA){_a.node={version:eval("process.version"),argv:eval("process.argv"),filename:eval("__filename"),dirname:eval("__dirname"),env:{}};let env=eval("process.env");for(let e in env)/^SUB_STORE_/.test(e)&&(_a.node.env[e]=env[e])}}catch(e){}var xp={backend:ws,version:Of,feature:b9,meta:_a};function S9(e){return e&&typeof e=="object"&&!Array.isArray(e)}function Pc(e){return e.startsWith("<")&&e.endsWith(">")?e.slice(1,-1):e}function iA(e,t){let r=typeof t=="string"?JSON.parse(t):t;for(let n in r)if(S9(r[n]))if(n.endsWith("!")){let s=Pc(n.slice(0,-1));e[s]=r[n]}else{let s=Pc(n);e[s]||Object.assign(e,{[s]:{}}),iA(e[s],r[s])}else if(Array.isArray(r[n]))if(n.startsWith("+")){let s=Pc(n.slice(1));e[s]||Object.assign(e,{[s]:[]}),e[s]=[...r[n],...e[s]]}else if(n.endsWith("+")){let s=Pc(n.slice(0,-1));e[s]||Object.assign(e,{[s]:[]}),e[s]=[...e[s],...r[n]]}else{let s=Pc(n);Object.assign(e,{[s]:r[n]})}else Object.assign(e,{[n]:r[n]});return e}function _9({rule:e}){return{name:"Conditional Filter",func:t=>t.map(r=>Nf(e,r))}}function Nf(e,t){if(!e.operator)switch(e.proposition){case"IN":return e.value.indexOf(t[e.attr])!==-1;case"CONTAINS":return typeof t[e.attr]!="string"?!1:t[e.attr].indexOf(e.value)!==-1;case"EQUALS":return t[e.attr]===e.value;case"EXISTS":return t[e.attr]!==null||typeof t[e.attr]<"u";default:throw new Error(`Unknown proposition: ${e.proposition}`)}switch(e.operator){case"AND":return e.child.every(r=>Nf(r,t));case"OR":return e.child.some(r=>Nf(r,t));case"NOT":return!Nf(e.child,t);default:throw new Error(`Unknown operator: ${e.operator}`)}}function B9(e){return{name:"Quick Setting Operator",func:r=>{if(t(e.useless)){let s=oA().func(r);r=r.filter((u,i)=>s[i]&&u.port>0&&u.port<=65535)}return r.map(n=>(n.udp=t(e.udp,n.udp),n.tfo=t(e.tfo,n.tfo),n["fast-open"]=t(e.tfo,n["fast-open"]),n["skip-cert-verify"]=t(e.scert,n["skip-cert-verify"]),n.type==="vmess"&&(n.aead=t(e["vmess aead"],n.aead)),n))}};function t(r,n){switch(r){case"ENABLED":return!0;case"DISABLED":return!1;default:return n}}}function I9({mode:e,tw:t}){return{name:"Flag Operator",func:r=>r.map(n=>{if(e==="remove")n.name=Bc(n.name);else{let s=Io(n.name);n.name=Bc(n.name),n.name=s+" "+n.name,t=="ws"?n.name=n.name.replace(/🇹🇼/g,"\u{1F1FC}\u{1F1F8}"):t=="tw"||(n.name=n.name.replace(/🇹🇼/g,"\u{1F1E8}\u{1F1F3}"))}return n})}}function $9(e){let{action:t,template:r,link:n,position:s,field:u}={action:"rename",template:"0 1 2 3 4 5 6 7 8 9",link:"-",position:"back",field:["name"],...e};return{name:"Handle Duplicate Operator",func:i=>{if(t==="delete"){let c={};return i.filter(l=>{let h=u.map(d=>To.default.get(l,d,"-")).join("_");return c[h]?!1:(c[h]=!0,!0)})}else if(t==="rename"){let c=r.split(" "),l={},h=0;i.forEach(E=>{let p=u.map(f=>To.default.get(E,f,"-")).join("_");typeof l[p]>"u"?l[p]=1:l[p]++,h=Math.max(l[p].toString().length,h)});let d={};return i.map(E=>{let p=u.map(f=>To.default.get(E,f,"-")).join("_");if(l[p]>1){typeof d[p]>"u"&&(d[p]=1);let f="",w=d[p]++,v=0;for(;w>0;)f=c[w%10]+f,w=parseInt(w/10),v++;for(;v++{switch(e){case"asc":case"desc":return t.sort((r,n)=>{let s=r.name>n.name?1:-1;return s*=e==="desc"?-1:1,s});case"random":return M9(t);default:throw new Error("Unknown sort option: "+e)}}}}function R9(e){let t=e.order||"asc",r=e.expressions;return Array.isArray(e)&&(r=e),Array.isArray(r)||(r=[]),{name:"Regex Sort Operator",func:n=>(r=r.map(s=>Up(s)),n.sort((s,u)=>{let i=nA(r,s.name),c=nA(r,u.name);return i&&!c?-1:c&&!i?1:i&&c?it.map(r=>{for(let{expr:n,now:s}of e)r.name=r.name.replace(Up(n,"g"),s).trim();return r})}}function T9(e){let t=e.map(r=>({expr:r,now:""}));return{name:"Regex Delete Operator",func:sA(t).func}}function k9(e,t,r,n,s,u){return u.source=n,u.env=xp,{name:"Script Operator",func:async i=>{let c=i;if(c?.$file?.type==="mihomoProfile")try{let l=is.safeLoad(e),h;if(c?.$content)try{h=is.safeLoad(c?.$content)}catch(d){se.error(d.message??d)}if(typeof l!="object")throw new Error("patch is not an object");return c.$content=Kt.yaml.safeDump(iA(h||(c?.$file?.sourceType==="none"?{}:{proxies:await Ou({type:c?.$file?.sourceType||"collection",name:c?.$file?.sourceName,platform:"mihomo",produceType:"internal",produceOpts:{"delete-underscore-fields":!0}})}),l)),c}catch{}return await async function(){c=xf("operator",e,r,s)(i,t,u)}(),c},nodeFunc:async i=>{let c=i;return await async function(){c=xf("operator",`async function operator(input = [], targetPlatform, context) { if (input && (input.$files || input.$content)) { let { $content, $files, $options, $file } = input if($file.type === 'mihomoProfile') { ${e} if(typeof main === 'function') { let config; if ($content) { try { config = ProxyUtils.yaml.safeLoad($content); } catch (e) { console.log(e.message ?? e); } } $content = ProxyUtils.yaml.safeDump(await main(config || ($file.sourceType === 'none' ? {} : { proxies: await produceArtifact({ type: $file.sourceType || 'collection', name: $file.sourceName, platform: 'mihomo', produceType: 'internal', produceOpts: { 'delete-underscore-fields': true } }), }))) } } else { ${e} } return { $content, $files, $options, $file } } else { let proxies = input let list = [] for await (let $server of proxies) { ${e} list.push($server) } return list } }`,r,s)(i,t,u)}(),c}}}function O9(e){let t,r;try{let n=e.split(":");r=parseInt(n[2],16);let s=parseInt(n[3],16),u=parseInt(n[4],16),i=s>>8,c=s&255,l=u>>8,h=u&255;if(t=`${i}.${c}.${l}.${h}`,r<=0||r>65535)throw new Error(`Invalid port number: ${r}`);if(!yr(t))throw new Error(`Invalid IP address: ${t}`)}catch(n){se.error(`IP4P \u89E3\u6790\u5931\u8D25: ${n}`)}return{server:t,port:r}}var uA={Custom:async function(e,t,r,n,s,u){let i=Ni(`CUSTOM:${u}:${e}:${t}`),c=Ur.get(i);if(!r&&c)return c;let l=t==="IPv6"?"AAAA":"A",h=await Po({url:u,domain:e,type:l,timeout:n,edns:s}),{answers:d}=h;if(!Array.isArray(d)||d.length===0)throw new Error("No answers");let E=d.filter(p=>p?.type===l).map(p=>p?.data).filter(p=>p);if(E.length===0)throw new Error("No answers");return Ur.set(i,E),E},Google:async function(e,t,r,n,s){let u=Ni(`GOOGLE:${e}:${t}`),i=Ur.get(u);if(!r&&i)return i;let c=t==="IPv6"?"AAAA":"A",l=await Po({url:"https://8.8.4.4/dns-query",domain:e,type:c,timeout:n,edns:s}),{answers:h}=l;if(!Array.isArray(h)||h.length===0)throw new Error("No answers");let d=h.filter(E=>E?.type===c).map(E=>E?.data).filter(E=>E);if(d.length===0)throw new Error("No answers");return Ur.set(u,d),d},"IP-API":async function(e,t,r,n){if(["IPv6"].includes(t))throw new Error(`\u57DF\u540D\u89E3\u6790\u670D\u52A1\u63D0\u4F9B\u65B9 IP-API \u4E0D\u652F\u6301 ${t}`);let s=Ni(`IP-API:${e}`),u=Ur.get(s);if(!r&&u)return u;let i=await se.http.get({url:`http://ip-api.com/json/${encodeURIComponent(e)}?lang=zh-CN`,timeout:n}),c=JSON.parse(i.body);if(c.status!=="success")throw new Error(`Status is ${c.status}`);if(!c.query||c.query===0)throw new Error("No answers");let l=[c.query];if(l.length===0)throw new Error("No answers");return Ur.set(s,l),l},Cloudflare:async function(e,t,r,n,s){let u=Ni(`CLOUDFLARE:${e}:${t}`),i=Ur.get(u);if(!r&&i)return i;let c=t==="IPv6"?"AAAA":"A",l=await Po({url:"https://1.0.0.1/dns-query",domain:e,type:c,timeout:n,edns:s}),{answers:h}=l;if(!Array.isArray(h)||h.length===0)throw new Error("No answers");let d=h.filter(E=>E?.type===c).map(E=>E?.data).filter(E=>E);if(d.length===0)throw new Error("No answers");return Ur.set(u,d),d},Ali:async function(e,t,r,n,s){let u=Ni(`ALI:${e}:${t}`),i=Ur.get(u);if(!r&&i)return i;let c=await se.http.get({url:`http://223.6.6.6/resolve?edns_client_subnet=${s}/${yr(s)?24:56}&name=${encodeURIComponent(e)}&type=${t==="IPv6"?"AAAA":"A"}&short=1`,headers:{accept:"application/dns-json"},timeout:n}),l=JSON.parse(c.body);if(!Array.isArray(l)||l.length===0)throw new Error("No answers");let h=l;if(h.length===0)throw new Error("No answers");return Ur.set(u,h),h},Tencent:async function(e,t,r,n,s){let u=Ni(`TENCENT:${e}:${t}`),i=Ur.get(u);if(!r&&i)return i;let l=(await se.http.get({url:`http://119.28.28.28/d?ip=${s}&type=${t==="IPv6"?"AAAA":"A"}&dn=${encodeURIComponent(e)}`,headers:{accept:"application/dns-json"},timeout:n})).body.split(";").map(d=>d.split(",")[0]);if(l.length===0||String(l)==="0")throw new Error("No answers");let h=l;if(h.length===0)throw new Error("No answers");return Ur.set(u,h),h}};function aA({provider:e,type:t,filter:r,cache:n,url:s,timeout:u,edns:i}){if(["IPv6","IP4P"].includes(t)&&["IP-API"].includes(e))throw new Error(`\u57DF\u540D\u89E3\u6790\u670D\u52A1\u63D0\u4F9B\u65B9 ${e} \u4E0D\u652F\u6301 ${t}`);let{defaultTimeout:c}=se.read(bn),l=u||c||8e3,h=["IPv6","IP4P"].includes(t)?"IPv6":"IPv4",d=uA[e];if(!d)throw new Error(`\u627E\u4E0D\u5230\u57DF\u540D\u89E3\u6790\u670D\u52A1\u63D0\u4F9B\u65B9: ${e}`);let E=i||"223.6.6.6";if(!Ba(E))throw new Error("\u57DF\u540D\u89E3\u6790 EDNS \u5E94\u4E3A IP");return se.info(`Domain Resolver: [${t}] ${e} ${E||""} ${s||""}`),{name:"Resolve Domain Operator",func:async p=>{p.forEach((A,C)=>{!A["_no-resolve"]&&A["no-resolve"]&&(p[C]["_no-resolve"]=A["no-resolve"])});let f={},w=15,v=[...new Set(p.filter(A=>!Ba(A.server)&&!A["_no-resolve"]).map(A=>A.server))],D=Math.ceil(v.length/w);for(let A=0;A{f[b]=B,se.info(`Successfully resolved domain: ${b} \u279F ${B}`)}).catch(B=>{se.error(`Failed to resolve domain: ${b} with resolver [${e}]: ${B}`)}));await Promise.all(C)}return p.forEach(A=>{if(!A["_no-resolve"])if(f[A.server]){A._resolved_ips=f[A.server];let C=Array.isArray(f[A.server])?f[A.server][Math.floor(Math.random()*f[A.server].length)]:f[A.server];if(h==="IPv6"&&Pr(C)){try{C=new yf.Address6(C).correctForm()}catch(b){se.error(`Failed to parse IPv6 address: ${C}: ${b}`)}if(/^2001::[^:]+:[^:]+:[^:]+$/.test(C)){A._IP4P=C;let{server:b,port:B}=O9(C);b&&B?(A._domain=A.server,A.server=b,A.port=B,A.resolved=!0,A._IPv4=A.server,Ba(A._IP)||(A._IP=A.server)):A.resolved||(A.resolved=!1)}else A._domain=A.server,A.server=C,A.resolved=!0,A[`_${h}`]=A.server,Ba(A._IP)||(A._IP=A.server)}else A._domain=A.server,A.server=C,A.resolved=!0,A[`_${h}`]=A.server,Ba(A._IP)||(A._IP=A.server)}else A.resolved||(A.resolved=!1)}),p.filter(A=>r==="removeFailed"?Ba(A.server)||A["_no-resolve"]||A.resolved:r==="IPOnly"?Ba(A.server):r==="IPv4Only"?yr(A.server):r==="IPv6Only"?Pr(A.server):!0)}}}function Ba(e){return yr(e)||Pr(e)}aA.resolver=uA;function Lp(e){var t=/^[\x00-\x7F]+$/;return t.test(e)}function oA(){return{name:"Useless Filter",func:e=>e.map(t=>{if(t.cipher&&!Lp(t.cipher))return!1;if(t.password&&!Lp(t.password))return!1;if(t.network){let r=t[`${t.network}-opts`]?.headers?.Host||t[`${t.network}-opts`]?.headers?.host;if(r=Array.isArray(r)?r:[r],r.some(n=>n&&!Lp(n)))return!1}return!/网址|流量|时间|应急|过期|Bandwidth|expire/.test(t.name)})}}function N9(e){let t=e?.value||e;Array.isArray(t)||(t=[]);let r=e?.keep??!0,n={HK:"\u{1F1ED}\u{1F1F0}",TW:"\u{1F1F9}\u{1F1FC}",US:"\u{1F1FA}\u{1F1F8}",SG:"\u{1F1F8}\u{1F1EC}",JP:"\u{1F1EF}\u{1F1F5}",UK:"\u{1F1EC}\u{1F1E7}",DE:"\u{1F1E9}\u{1F1EA}",KR:"\u{1F1F0}\u{1F1F7}"};return{name:"Region Filter",func:s=>s.map(u=>{let i=Io(u.name),c=t.some(l=>n[l]===i);return r?c:!c})}}function x9({regex:e=[],keep:t=!0}){return{name:"Regex Filter",func:r=>r.map(n=>{let s=e.some(u=>Up(u).test(n.name));return t?s:!s})}}function Up(e,...t){return t=t.join(""),e.startsWith("(?i)")?(e=e.substring(4),new RegExp(e,"i"+t)):new RegExp(e,t)}function L9(e){let t=e?.value||e;Array.isArray(t)||(t=[]);let r=e?.keep??!0;return{name:"Type Filter",func:n=>n.map(s=>{let u=t.some(i=>s.type===i);return r?u:!u})}}function U9(e,t,r,n,s,u){return u.source=n,u.env=xp,{name:"Script Filter",func:async i=>{let c=If(i.length,!0);return await async function(){c=xf("filter",e,r,s)(i,t,u)}(),c},nodeFunc:async i=>{let c=If(i.length,!0);return await async function(){c=xf("filter",`async function filter(input = [], targetPlatform, context) { let proxies = input let list = [] const fn = async ($server) => { ${e} } for await (let $server of proxies) { list.push(await fn($server)) } return list }`,r,s)(i,t,u)}(),c}}}var Lf={"Useless Filter":oA,"Region Filter":N9,"Regex Filter":x9,"Type Filter":L9,"Script Filter":U9,"Conditional Filter":_9,"Quick Setting Operator":B9,"Flag Operator":I9,"Sort Operator":P9,"Regex Sort Operator":R9,"Regex Rename Operator":sA,"Regex Delete Operator":T9,"Script Operator":k9,"Handle Duplicate Operator":$9,"Resolve Domain Operator":aA};async function H9(e,t){let r=If(t.length,!0);try{r=await e.func(t)}catch(n){let s="",u=`${n.message??n}`;u.includes("$server is not defined")?s="":(se.error(`Cannot apply filter ${e.name}(function filter)! Reason: ${n}`),s=`\u6267\u884C function filter \u5931\u8D25 ${u}; `);try{r=await e.nodeFunc(t)}catch(i){se.error(`Cannot apply filter ${e.name}(shortcut script)! Reason: ${i}`);let c="",l=`${i.message??i}`;throw s&&l===u?(c="",s=`\u6267\u884C\u5931\u8D25 ${u}`):c=`\u6267\u884C\u5FEB\u6377\u8FC7\u6EE4\u811A\u672C \u5931\u8D25 ${l}`,new Error(`\u811A\u672C\u8FC7\u6EE4 ${s}${c}`)}}return t.filter((n,s)=>r[s])}async function j9(e,t){let r=q9(t);try{let n=await e.func(r);n&&(r=n)}catch(n){let s="",u=`${n.message??n}`;u.includes("$server is not defined")||u.includes("$content is not defined")||u.includes("$files is not defined")||r?.$files||r?.$content?s="":(se.error(`Cannot apply operator ${e.name}(function operator)! Reason: ${n}`),s=`\u6267\u884C function operator \u5931\u8D25 ${u}; `);try{let i=await e.nodeFunc(r);i&&(r=i)}catch(i){se.error(`Cannot apply operator ${e.name}(shortcut script)! Reason: ${i}`);let c="",l=`${i.message??i}`;throw s&&l===u?(c="",s=`\u6267\u884C\u5931\u8D25 ${u}`):c=`\u6267\u884C\u5FEB\u6377\u811A\u672C \u5931\u8D25 ${l}`,new Error(`\u811A\u672C\u64CD\u4F5C ${s}${c}`)}}return r}async function cA(e,t){if(e.name.indexOf("Filter")!==-1)return H9(e,t);if(e.name.indexOf("Operator")!==-1)return j9(e,t)}function M9(e){let t=e.length,r,n;for(;t!==0;)n=Math.floor(Math.random()*t),t-=1,r=e[t],e[t]=e[n],e[n]=r;return e}function q9(e){return JSON.parse(JSON.stringify(e))}function xf(name,script,$arguments,$options){let flowUtils={getFlowField:ba,getFlowHeaders:Sf,parseFlowHeaders:_o,flowTransfer:_c,validCheck:_f,getRmainingDays:N2,normalizeFlowHeader:x2};return se.env.isLoon?new Function("$arguments","$options","$substore","lodash","$persistentStore","$httpClient","$notification","ProxyUtils","yaml","Buffer","b64d","b64e","scriptResourceCache","flowUtils","produceArtifact","require",`${script} return ${name}`)($arguments,$options,se,To.default,$persistentStore,$httpClient,$notification,Kt,Kt.yaml,Kt.Buffer,Kt.Base64.decode,Kt.Base64.encode,bp,flowUtils,Ou,eval('typeof require !== "undefined"')?oa:void 0):new Function("$arguments","$options","$substore","lodash","ProxyUtils","yaml","Buffer","b64d","b64e","scriptResourceCache","flowUtils","produceArtifact","require",`${script} return ${name}`)($arguments,$options,se,To.default,Kt,Kt.yaml,Kt.Buffer,Kt.Base64.decode,Kt.Base64.encode,bp,flowUtils,Ou,eval('typeof require !== "undefined"')?oa:void 0)}var lA=sn(kf()),at=class{constructor(t){this.proxy=t,this.output=[]}append(t){if(typeof t>"u")throw new Error("required field is missing");this.output.push(t)}appendIfPresent(t,r){oe(this.proxy,r)&&this.append(t)}toString(){return this.output.join("")}};function oe(e,t){let r=lA.default.get(e,t);return typeof r<"u"&&r!==null}var Hp="Surge",Xn={dual:"dual",ipv4:"v4-only",ipv6:"v6-only","ipv4-prefer":"prefer-v4","ipv6-prefer":"prefer-v6"};function ko(){return{produce:(t,r,n={})=>{if(["ws"].includes(t.network)&&t["ws-opts"]?.["v2ray-http-upgrade"])throw new Error(`Platform ${Hp} does not support network ${t.network} with http upgrade`);switch(t.name=t.name.replace(/=|,/g,""),t.ports&&(t.ports=String(t.ports)),t.type){case"ss":return V9(t);case"trojan":return K9(t);case"vmess":return W9(t,n["include-unsupported-proxy"]);case"http":return X9(t);case"direct":return J9(t);case"socks5":return Z9(t);case"snell":return Q9(t);case"tuic":return eB(t);case"wireguard-surge":return rB(t);case"hysteria2":return nB(t,n["include-unsupported-proxy"]);case"ssh":return Y9(t)}if(n["include-unsupported-proxy"]&&t.type==="wireguard")return tB(t);if(n["include-unsupported-proxy"]&&t.type==="anytls"){if(t.network&&(!["tcp"].includes(t.network)||["tcp"].includes(t.network)&&t["reality-opts"]))throw new Error(`Platform ${Hp} does not support proxy type ${t.type} with network or reality`);return G9(t)}if(n["include-unsupported-proxy"]&&t.type==="trust-tunnel")return z9(t);throw new Error(`Platform ${Hp} does not support proxy type: ${t.type}`)}}}function V9(e){let t=new at(e);if(t.append(`${e.name}=${e.type},${e.server},${e.port}`),e.cipher||(e.cipher="none"),!["aes-128-gcm","aes-192-gcm","aes-256-gcm","chacha20-ietf-poly1305","xchacha20-ietf-poly1305","rc4","rc4-md5","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-ctr","aes-192-ctr","aes-256-ctr","bf-cfb","camellia-128-cfb","camellia-192-cfb","camellia-256-cfb","cast5-cfb","des-cfb","idea-cfb","rc2-cfb","seed-cfb","salsa20","chacha20","chacha20-ietf","none","2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm"].includes(e.cipher))throw new Error(`cipher ${e.cipher} is not supported`);t.append(`,encrypt-method=${e.cipher}`),t.appendIfPresent(`,password="${e.password}"`,"password");let r=Xn[e["ip-version"]]||e["ip-version"];if(t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),oe(e,"plugin")){if(e.plugin==="obfs")t.append(`,obfs=${e["plugin-opts"].mode}`),t.appendIfPresent(`,obfs-host=${e["plugin-opts"].host}`,"plugin-opts.host"),t.appendIfPresent(`,obfs-uri=${e["plugin-opts"].path}`,"plugin-opts.path");else if(!["shadow-tls"].includes(e.plugin))throw new Error(`plugin ${e.plugin} is not supported`)}if(t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password"))t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni"),t.appendIfPresent(`,udp-port=${e["udp-port"]}`,"udp-port");else if(["shadow-tls"].includes(e.plugin)&&e["plugin-opts"]){let n=e["plugin-opts"].password,s=e["plugin-opts"].host,u=e["plugin-opts"].version;if(n){if(t.append(`,shadow-tls-password=${n}`),s&&t.append(`,shadow-tls-sni=${s}`),u){if(u<2)throw new Error(`shadow-tls version ${u} is not supported`);t.append(`,shadow-tls-version=${u}`)}t.appendIfPresent(`,udp-port=${e["udp-port"]}`,"udp-port")}}return t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function K9(e){let t=new at(e);t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,password="${e.password}"`,"password");let r=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),fA(t,e),t.appendIfPresent(`,tls=${e.tls}`,"tls"),t.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function G9(e){let t=new at(e);t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,password="${e.password}"`,"password");let r=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.appendIfPresent(`,reuse=${e.reuse}`,"reuse"),t.toString()}function z9(e){let t=new at(e);t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,password="${e.password}"`,"password");let r=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.appendIfPresent(`,reuse=${e.reuse}`,"reuse"),t.toString()}function W9(e,t){let r=new at(e);r.append(`${e.name}=${e.type},${e.server},${e.port}`),r.appendIfPresent(`,username=${e.uuid}`,"uuid");let n=Xn[e["ip-version"]]||e["ip-version"];return r.appendIfPresent(`,ip-version=${n}`,"ip-version"),r.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),fA(r,e,t),oe(e,"aead")?r.append(`,vmess-aead=${e.aead}`):r.append(`,vmess-aead=${e.alterId===0}`),r.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),r.appendIfPresent(`,tls=${e.tls}`,"tls"),r.appendIfPresent(`,sni=${e.sni}`,"sni"),r.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),r.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),r.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),r.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),r.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),r.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),r.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),r.appendIfPresent(`,tos=${e.tos}`,"tos"),r.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),r.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),r.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(r.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),r.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),r.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),r.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),r.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),r.toString()}function Y9(e){let t=new at(e);t.append(`${e.name}=ssh,${e.server},${e.port}`),t.appendIfPresent(`,username="${e.username}"`,"username"),t.appendIfPresent(`,password="${e.password}"`,"password"),t.appendIfPresent(`,private-key=${e["keystore-private-key"]}`,"keystore-private-key"),t.appendIfPresent(`,idle-timeout=${e["idle-timeout"]}`,"idle-timeout"),t.appendIfPresent(`,server-fingerprint="${e["server-fingerprint"]}"`,"server-fingerprint");let r=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function X9(e){if(e.headers&&Object.keys(e.headers).length>0)throw new Error("headers is unsupported");let t=new at(e),r=e.tls?"https":"http";t.append(`${e.name}=${r},${e.server},${e.port}`),t.appendIfPresent(`,username="${e.username}"`,"username"),t.appendIfPresent(`,password="${e.password}"`,"password");let n=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${n}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function J9(e){let t=new at(e);t.append(`${e.name}=direct`);let n=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${n}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function Z9(e){let t=new at(e),r=e.tls?"socks5-tls":"socks5";t.append(`${e.name}=${r},${e.server},${e.port}`),t.appendIfPresent(`,username="${e.username}"`,"username"),t.appendIfPresent(`,password="${e.password}"`,"password");let n=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${n}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),e.tfo&&se.info("Option tfo is not supported by Surge, thus omitted"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function Q9(e){let t=new at(e);t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,version=${e.version}`,"version"),t.appendIfPresent(`,psk=${e.psk}`,"psk");let r=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,obfs=${e["obfs-opts"]?.mode}`,"obfs-opts.mode"),t.appendIfPresent(`,obfs-host=${e["obfs-opts"]?.host}`,"obfs-opts.host"),t.appendIfPresent(`,obfs-uri=${e["obfs-opts"]?.path}`,"obfs-opts.path"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.appendIfPresent(`,reuse=${e.reuse}`,"reuse"),t.toString()}function eB(e){let t=new at(e),r=e.type;(!e.token||e.token.length===0)&&(r="tuic-v5"),t.append(`${e.name}=${r},${e.server},${e.port}`),t.appendIfPresent(`,uuid=${e.uuid}`,"uuid"),t.appendIfPresent(`,password="${e.password}"`,"password"),t.appendIfPresent(`,token=${e.token}`,"token"),t.appendIfPresent(`,alpn=${Array.isArray(e.alpn)?e.alpn[0]:e.alpn}`,"alpn"),oe(e,"ports")&&t.append(`,port-hopping="${e.ports.replace(/,/g,";")}"`),t.appendIfPresent(`,port-hopping-interval=${e["hop-interval"]}`,"hop-interval");let n=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${n}`,"ip-version"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),oe(e,"tfo")?t.append(`,tfo=${e.tfo}`):oe(e,"fast-open")&&t.append(`,tfo=${e["fast-open"]}`),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.appendIfPresent(`,ecn=${e.ecn}`,"ecn"),t.toString()}function tB(e){Array.isArray(e.peers)&&e.peers.length>0&&(e.server=e.peers[0].server,e.port=e.peers[0].port,e.ip=e.peers[0].ip,e.ipv6=e.peers[0].ipv6,e["public-key"]=e.peers[0]["public-key"],e["preshared-key"]=e.peers[0]["pre-shared-key"],e["allowed-ips"]=e.peers[0]["allowed-ips"],e.reserved=e.peers[0].reserved);let t=new at(e);t.append(`# > WireGuard Proxy ${e.name} # ${e.name}=wireguard`),e["section-name"]=Wt(e["section-name"],e.name),t.appendIfPresent(`,section-name=${e["section-name"]}`,"section-name"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert");let r=Xn[e["ip-version"]]||e["ip-version"];t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.append(` # > WireGuard Section ${e.name} [WireGuard ${e["section-name"]}] private-key = ${e["private-key"]}`),t.appendIfPresent(` self-ip = ${e.ip}`,"ip"),t.appendIfPresent(` self-ip-v6 = ${e.ipv6}`,"ipv6"),e.dns&&(Array.isArray(e.dns)&&(e.dns=e.dns.join(", ")),t.append(` dns-server = ${e.dns}`)),t.appendIfPresent(` mtu = ${e.mtu}`,"mtu"),r==="prefer-v6"&&t.append(` prefer-ipv6 = true`);let n=Array.isArray(e["allowed-ips"])?e["allowed-ips"].join(","):e["allowed-ips"],s=Array.isArray(e.reserved)?e.reserved.join("/"):e.reserved,u=e["preshared-key"]??e["pre-shared-key"],i={"public-key":e["public-key"],"allowed-ips":n?`"${n}"`:void 0,endpoint:`${e.server}:${e.port}`,keepalive:e["persistent-keepalive"]||e.keepalive,"client-id":s,"preshared-key":u};return t.append(` peer = (${Object.keys(i).filter(c=>i[c]!=null).map(c=>`${c} = ${i[c]}`).join(", ")})`),t.toString()}function rB(e){let t=new at(e);t.append(`${e.name}=wireguard`),t.appendIfPresent(`,section-name=${e["section-name"]}`,"section-name"),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert");let r=Xn[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-version=${r}`,"ip-version"),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),t.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),t.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),t.appendIfPresent(`,tos=${e.tos}`,"tos"),t.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),t.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),t.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function nB(e,t){if(t){if(e["obfs-password"]&&e.obfs!="salamander")throw new Error("only salamander obfs is supported")}else if(e.obfs||e["obfs-password"])throw new Error("obfs is unsupported");let r=new at(e);r.append(`${e.name}=hysteria2,${e.server},${e.port}`),r.appendIfPresent(`,password="${e.password}"`,"password"),oe(e,"ports")&&r.append(`,port-hopping="${e.ports.replace(/,/g,";")}"`),r.appendIfPresent(`,port-hopping-interval=${e["hop-interval"]}`,"hop-interval"),e["obfs-password"]&&e.obfs=="salamander"&&r.append(`,salamander-password="${e["obfs-password"]}"`);let n=Xn[e["ip-version"]]||e["ip-version"];return r.appendIfPresent(`,ip-version=${n}`,"ip-version"),r.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),r.appendIfPresent(`,sni=${e.sni}`,"sni"),r.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),r.appendIfPresent(`,server-cert-fingerprint-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),oe(e,"tfo")?r.append(`,tfo=${e.tfo}`):oe(e,"fast-open")&&r.append(`,tfo=${e["fast-open"]}`),r.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),r.appendIfPresent(`,test-timeout=${e["test-timeout"]}`,"test-timeout"),r.appendIfPresent(`,test-udp=${e["test-udp"]}`,"test-udp"),r.appendIfPresent(`,hybrid=${e.hybrid}`,"hybrid"),r.appendIfPresent(`,tos=${e.tos}`,"tos"),r.appendIfPresent(`,allow-other-interface=${e["allow-other-interface"]}`,"allow-other-interface"),r.appendIfPresent(`,interface=${e["interface-name"]}`,"interface-name"),r.appendIfPresent(`,interface=${e.interface}`,"interface"),oe(e,"shadow-tls-password")&&(r.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),r.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),r.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni")),r.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),r.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),r.appendIfPresent(`,download-bandwidth=${`${e.down}`.match(/\d+/)?.[0]||0}`,"down"),r.appendIfPresent(`,ecn=${e.ecn}`,"ecn"),r.toString()}function fA(e,t,r){if(oe(t,"network"))if(t.network==="ws"){if(e.append(",ws=true"),oe(t,"ws-opts")&&(e.appendIfPresent(`,ws-path=${t["ws-opts"].path}`,"ws-opts.path"),oe(t,"ws-opts.headers"))){let n=t["ws-opts"].headers,s=Object.keys(n).map(u=>{let i=n[u];return i=`"${i}"`,`${u}:${i}`}).join("|");hs(s)&&e.append(`,ws-headers=${s}`)}}else if(r&&["http"].includes(t.network))se.info(`Include Unsupported Proxy: network ${t.network} -> tcp`);else{if(["tcp"].includes(t.network)&&t["reality-opts"])throw new Error("reality is unsupported");if(!["tcp"].includes(t.network))throw new Error(`network ${t.network} is unsupported`)}}var iB={dual:"dual","v4-only":"ipv4","v6-only":"ipv6","prefer-v4":"ipv4-prefer","prefer-v6":"ipv6-prefer"};function hi(){return{type:"ALL",produce:(r,n,s={})=>{let u=r.filter(i=>s["include-unsupported-proxy"]?!0:i.type==="snell"&&i.version>=4||["trust-tunnel","juicity","naive"].includes(i.type)||["ss"].includes(i.type)&&!["aes-128-ctr","aes-192-ctr","aes-256-ctr","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-gcm","aes-192-gcm","aes-256-gcm","aes-128-ccm","aes-192-ccm","aes-256-ccm","aes-128-gcm-siv","aes-256-gcm-siv","chacha20-ietf","chacha20","xchacha20","chacha20-ietf-poly1305","xchacha20-ietf-poly1305","chacha8-ietf-poly1305","xchacha8-ietf-poly1305","2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm","2022-blake3-chacha20-poly1305","lea-128-gcm","lea-192-gcm","lea-256-gcm","rabbit128-poly1305","aegis-128l","aegis-256","aez-384","deoxys-ii-256-128","rc4-md5","none"].includes(i.cipher)||["anytls"].includes(i.type)&&i.network&&(!["tcp"].includes(i.network)||["tcp"].includes(i.network)&&i["reality-opts"])?!1:!["xhttp"].includes(i.network)).map(i=>{if(["trojan","vmess","vless"].includes(i.type)&&(i["client-fingerprint"]=i["client-fingerprint"]||"chrome"),i.type==="vmess"?(oe(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),oe(i,"sni")&&(i.servername=i.sni,delete i.sni),oe(i,"cipher")&&!["auto","none","zero","aes-128-gcm","chacha20-poly1305"].includes(i.cipher)&&(i.cipher="auto")):i.type==="tuic"?(oe(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo),(!i.token||i.token.length===0)&&!oe(i,"version")&&(i.version=5)):i.type==="hysteria"?(oe(i,"auth_str")&&!oe(i,"auth-str")&&(i["auth-str"]=i.auth_str),oe(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo)):i.type==="wireguard"?(i.keepalive=i.keepalive??i["persistent-keepalive"],i["persistent-keepalive"]=i.keepalive,i["preshared-key"]=i["preshared-key"]??i["pre-shared-key"],i["pre-shared-key"]=i["preshared-key"]):i.type==="snell"&&i.version<3?delete i.udp:i.type==="vless"?oe(i,"sni")&&(i.servername=i.sni,delete i.sni):i.type==="ss"&&oe(i,"shadow-tls-password")&&!oe(i,"plugin")&&(i.plugin="shadow-tls",i["plugin-opts"]={host:i["shadow-tls-sni"],password:i["shadow-tls-password"],version:i["shadow-tls-version"]},delete i["shadow-tls-password"],delete i["shadow-tls-sni"],delete i["shadow-tls-version"]),["vmess","vless"].includes(i.type)&&i.network==="http"){let c=i["http-opts"]?.path;oe(i,"http-opts.path")&&!Array.isArray(c)&&(i["http-opts"].path=[c]);let l=i["http-opts"]?.headers?.Host;oe(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let c=i["h2-opts"]?.path;oe(i,"h2-opts.path")&&Array.isArray(c)&&(i["h2-opts"].path=c[0]);let l=i["h2-opts"]?.headers?.host;oe(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(["ws"].includes(i.network)){let c=i[`${i.network}-opts`]?.path;if(c){let l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(c);i[`${i.network}-opts`].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}else i[`${i.network}-opts`]=i[`${i.network}-opts`]||{},i[`${i.network}-opts`].path="/"}if(i["plugin-opts"]?.tls&&oe(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls","trust-tunnel","naive"].includes(i.type)&&delete i.tls,i["tls-fingerprint"]&&(i.fingerprint=i["tls-fingerprint"]),delete i["tls-fingerprint"],i["underlying-proxy"]&&(i["dialer-proxy"]=i["underlying-proxy"]),delete i["underlying-proxy"],oe(i,"tls")&&typeof i.tls!="boolean"&&delete i.tls,delete i.subName,delete i.collectionName,delete i.id,delete i.resolved,delete i["no-resolve"],n!=="internal"||s["delete-underscore-fields"])for(let c in i)(i[c]==null||/^_/i.test(c))&&delete i[c];return["grpc"].includes(i.network)&&i[`${i.network}-opts`]&&(delete i[`${i.network}-opts`]["_grpc-type"],delete i[`${i.network}-opts`]["_grpc-authority"]),i["ip-version"]&&(i["ip-version"]=iB[i["ip-version"]]||i["ip-version"]),i});return n==="internal"?u:`proxies: `+u.map(i=>" - "+JSON.stringify(i)+` `).join("")}}}var hA="SurgeMac",sB=ko();function jp(){return{produce:(t,r,n={})=>{switch(t.type){case"external":return pA(t);default:try{return sB.produce(t,r,n)}catch{if(n.useMihomoExternal)return se.log(`${t.name} is not supported on ${hA}, try to use Mihomo(SurgeMac - External Proxy Program) instead`),uB(t,r,n);throw new Error("Surge for macOS \u53EF\u624B\u52A8\u6307\u5B9A\u94FE\u63A5\u53C2\u6570 target=SurgeMac \u6216\u5728 \u540C\u6B65\u914D\u7F6E \u4E2D\u6307\u5B9A SurgeMac \u6765\u542F\u7528 mihomo \u652F\u63F4 Surge \u672C\u8EAB\u4E0D\u652F\u6301\u7684\u534F\u8BAE")}}}}}function pA(e){let t=new at(e);if(!e.exec||!e["local-port"])throw new Error(`${e.type}: exec and local-port are required`);return t.append(`${e.name}=external,exec="${e.exec}",local-port=${e["local-port"]}`),Array.isArray(e.args)&&e.args.map(r=>{t.append(`,args="${r}"`)}),Array.isArray(e.addresses)&&e.addresses.map(r=>{t.append(`,addresses=${r}`)}),t.appendIfPresent(`,no-error-alert=${e["no-error-alert"]}`,"no-error-alert"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),oe(e,"tfo")?t.append(`,tfo=${e.tfo}`):oe(e,"fast-open")&&t.append(`,tfo=${e["fast-open"]}`),t.appendIfPresent(`,test-url=${e["test-url"]}`,"test-url"),t.appendIfPresent(`,block-quic=${e["block-quic"]}`,"block-quic"),t.toString()}function uB(e,t,r){let n=hi().produce([e],"internal")?.[0];if(n){let s=r?.localPort||e._localPort||65535,u=!["ipv4","v4-only"].includes(e["ip-version"]),i={name:e.name,type:"external",udp:!0,exec:e._exec||"/usr/local/bin/mihomo","local-port":s,args:["-config",wt.encode(JSON.stringify({"mixed-port":s,ipv6:u,mode:"global",dns:{enable:!0,ipv6:u,"default-nameserver":r?.defaultNameserver||e._defaultNameserver||["180.76.76.76","52.80.52.52","119.28.28.28","223.6.6.6"],nameserver:r?.nameserver||e._nameserver||["https://doh.pub/dns-query","https://dns.alidns.com/dns-query","https://doh-pure.onedns.net/dns-query"]},proxies:[{...n,name:"proxy"}],"proxy-groups":[{name:"GLOBAL",type:"select",proxies:["proxy"]}]}))],addresses:[]};return aB(e.server)?i.addresses.push(e.server):se.log(`Platform ${hA}, proxy type ${e.type}: addresses should be an IP address, but got ${e.server}`),r.localPort=s-1,pA(i)}}function aB(e){return yr(e)||Pr(e)}function Mp(){return{type:"ALL",produce:(r,n,s={})=>{let u=r.filter(i=>s["include-unsupported-proxy"]?!0:!["ss","ssr","vmess","vless","socks5","http","snell","trojan","wireguard"].includes(i.type)||i.type==="ss"&&!["aes-128-gcm","aes-192-gcm","aes-256-gcm","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-ctr","aes-192-ctr","aes-256-ctr","rc4-md5","chacha20-ietf","xchacha20","chacha20-ietf-poly1305","xchacha20-ietf-poly1305"].includes(i.cipher)||i.type==="snell"&&i.version>=4||i.type==="vless"&&(typeof i.flow<"u"||i["reality-opts"])||["ws"].includes(i.network)&&i["ws-opts"]?.["v2ray-http-upgrade"]?!1:i["underlying-proxy"]||i["dialer-proxy"]?(se.error(`Clash \u4E0D\u652F\u6301\u524D\u7F6E\u4EE3\u7406\u5B57\u6BB5. \u5DF2\u8FC7\u6EE4\u8282\u70B9 ${i.name}`),!1):!0).map(i=>{if(i.type==="vmess"?(oe(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),oe(i,"sni")&&(i.servername=i.sni,delete i.sni),oe(i,"cipher")&&!["auto","aes-128-gcm","chacha20-poly1305","none"].includes(i.cipher)&&(i.cipher="auto")):i.type==="wireguard"?(i.keepalive=i.keepalive??i["persistent-keepalive"],i["persistent-keepalive"]=i.keepalive,i["preshared-key"]=i["preshared-key"]??i["pre-shared-key"],i["pre-shared-key"]=i["preshared-key"]):i.type==="snell"&&i.version<3?delete i.udp:i.type==="vless"&&oe(i,"sni")&&(i.servername=i.sni,delete i.sni),["vmess","vless"].includes(i.type)&&i.network==="http"){let c=i["http-opts"]?.path;oe(i,"http-opts.path")&&!Array.isArray(c)&&(i["http-opts"].path=[c]);let l=i["http-opts"]?.headers?.Host;oe(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let c=i["h2-opts"]?.path;oe(i,"h2-opts.path")&&Array.isArray(c)&&(i["h2-opts"].path=c[0]);let l=i["h2-opts"]?.headers?.host;oe(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(["ws"].includes(i.network)){let c=i[`${i.network}-opts`]?.path;if(c){let l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(c);i[`${i.network}-opts`].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}else i[`${i.network}-opts`]=i[`${i.network}-opts`]||{},i[`${i.network}-opts`].path="/"}if(i["plugin-opts"]?.tls&&oe(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls","trust-tunnel","naive"].includes(i.type)&&delete i.tls,i["tls-fingerprint"]&&(i.fingerprint=i["tls-fingerprint"]),delete i["tls-fingerprint"],oe(i,"tls")&&typeof i.tls!="boolean"&&delete i.tls,delete i.subName,delete i.collectionName,delete i.id,delete i.resolved,delete i["no-resolve"],n!=="internal")for(let c in i)(i[c]==null||/^_/i.test(c))&&delete i[c];return["grpc"].includes(i.network)&&i[`${i.network}-opts`]&&(delete i[`${i.network}-opts`]["_grpc-type"],delete i[`${i.network}-opts`]["_grpc-authority"]),i});return n==="internal"?u:`proxies: `+u.map(i=>" - "+JSON.stringify(i)+` `).join("")}}}function Uf(){return{type:"ALL",produce:(r,n,s={})=>{let u=r.filter(i=>!["ss","ssr","vmess","socks5","http","snell","trojan","tuic","vless","wireguard","hysteria","hysteria2","ssh","juicity","anytls"].includes(i.type)||i.type==="ss"&&!["aes-128-gcm","aes-192-gcm","aes-256-gcm","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-ctr","aes-192-ctr","aes-256-ctr","rc4-md5","chacha20-ietf","xchacha20","chacha20-ietf-poly1305","xchacha20-ietf-poly1305","2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm"].includes(i.cipher)||i.type==="snell"&&i.version>=4||i.type==="vless"&&i["reality-opts"]&&!["xtls-rprx-vision"].includes(i.flow)||["anytls"].includes(i.type)&&!s["include-unsupported-proxy"]||["anytls"].includes(i.type)&&i.network&&(!["tcp"].includes(i.network)||["tcp"].includes(i.network)&&i["reality-opts"])||["xhttp"].includes(i.network)||i.encryption&&i.encryption!=="none"&&["vless"].includes(i.type)?!1:!(["ws"].includes(i.network)&&i["ws-opts"]?.["v2ray-http-upgrade"])).map(i=>{if(i.type==="vmess"?(oe(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),oe(i,"sni")&&(i.servername=i.sni,delete i.sni),oe(i,"cipher")&&!["auto","aes-128-gcm","chacha20-poly1305","none"].includes(i.cipher)&&(i.cipher="auto")):i.type==="tuic"?(oe(i,"alpn")?i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]:i.alpn=["h3"],oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo,delete i.tfo),(!i.token||i.token.length===0)&&!oe(i,"version")&&(i.version=5)):i.type==="hysteria"?(oe(i,"auth_str")&&!oe(i,"auth-str")&&(i["auth-str"]=i.auth_str),oe(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo,delete i.tfo),oe(i,"down")&&!oe(i,"down-speed")&&(i["down-speed"]=i.down,delete i.down),oe(i,"up")&&!oe(i,"up-speed")&&(i["up-speed"]=i.up,delete i.up),oe(i,"down-speed")&&(i["down-speed"]=`${i["down-speed"]}`.match(/\d+/)?.[0]||0),oe(i,"up-speed")&&(i["up-speed"]=`${i["up-speed"]}`.match(/\d+/)?.[0]||0)):i.type==="hysteria2"?(oe(i,"password")&&!oe(i,"auth")&&(i.auth=i.password,delete i.password),oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo,delete i.tfo),oe(i,"down")&&!oe(i,"down-speed")&&(i["down-speed"]=i.down,delete i.down),oe(i,"up")&&!oe(i,"up-speed")&&(i["up-speed"]=i.up,delete i.up),oe(i,"down-speed")&&(i["down-speed"]=`${i["down-speed"]}`.match(/\d+/)?.[0]||0),oe(i,"up-speed")&&(i["up-speed"]=`${i["up-speed"]}`.match(/\d+/)?.[0]||0)):i.type==="wireguard"?(i.keepalive=i.keepalive??i["persistent-keepalive"],i["persistent-keepalive"]=i.keepalive,i["preshared-key"]=i["preshared-key"]??i["pre-shared-key"],i["pre-shared-key"]=i["preshared-key"]):i.type==="snell"&&i.version<3?delete i.udp:i.type==="vless"&&oe(i,"sni")&&(i.servername=i.sni,delete i.sni),["vmess","vless"].includes(i.type)&&i.network==="http"){let c=i["http-opts"]?.path;oe(i,"http-opts.path")&&!Array.isArray(c)&&(i["http-opts"].path=[c]);let l=i["http-opts"]?.headers?.Host;oe(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let c=i["h2-opts"]?.path;oe(i,"h2-opts.path")&&Array.isArray(c)&&(i["h2-opts"].path=c[0]);let l=i["h2-opts"]?.headers?.host;oe(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(["ws"].includes(i.network)){let c=i[`${i.network}-opts`]?.path;if(c){let l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(c);i[`${i.network}-opts`].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}else i[`${i.network}-opts`]=i[`${i.network}-opts`]||{},i[`${i.network}-opts`].path="/"}if(i["plugin-opts"]?.tls&&oe(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls","trust-tunnel","naive"].includes(i.type)&&delete i.tls,i["tls-fingerprint"]&&(i["server-cert-fingerprint"]=i["tls-fingerprint"]),delete i["tls-fingerprint"],oe(i,"tls")&&typeof i.tls!="boolean"&&delete i.tls,i["test-url"]&&(i["benchmark-url"]=i["test-url"],delete i["test-url"]),i["test-timeout"]&&(i["benchmark-timeout"]=i["test-timeout"],delete i["test-timeout"]),delete i.subName,delete i.collectionName,delete i.id,delete i.resolved,delete i["no-resolve"],n!=="internal")for(let c in i)(i[c]==null||/^_/i.test(c))&&delete i[c];return["grpc"].includes(i.network)&&i[`${i.network}-opts`]&&(delete i[`${i.network}-opts`]["_grpc-type"],delete i[`${i.network}-opts`]["_grpc-authority"]),i});return n==="internal"?u:`proxies: `+u.map(i=>" - "+JSON.stringify(i)+` `).join("")}}}var dA="Loon",ou={dual:"dual",ipv4:"v4-only",ipv6:"v6-only","ipv4-prefer":"prefer-v4","ipv6-prefer":"prefer-v6"};function qp(){return{produce:(t,r,n={})=>{if(["ws"].includes(t.network)&&t["ws-opts"]?.["v2ray-http-upgrade"])throw new Error(`Platform ${dA} does not support network ${t.network} with http upgrade`);switch(t.type){case"ss":return oB(t);case"ssr":return cB(t);case"trojan":return lB(t);case"vmess":return fB(t,n["include-unsupported-proxy"]);case"vless":return hB(t,n["include-unsupported-proxy"]);case"http":return pB(t);case"socks5":return dB(t);case"wireguard":return gB(t);case"hysteria2":return mB(t)}throw new Error(`Platform ${dA} does not support proxy type: ${t.type}`)}}}function oB(e){let t=new at(e);if(!["rc4","rc4-md5","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-ctr","aes-192-ctr","aes-256-ctr","bf-cfb","camellia-128-cfb","camellia-192-cfb","camellia-256-cfb","salsa20","chacha20","chacha20-ietf","aes-128-gcm","aes-192-gcm","aes-256-gcm","chacha20-ietf-poly1305","xchacha20-ietf-poly1305","2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm"].includes(e.cipher))throw new Error(`cipher ${e.cipher} is not supported`);if(t.append(`${e.name}=shadowsocks,${e.server},${e.port},${e.cipher},"${e.password}"`),oe(e,"plugin")){if(e.plugin==="obfs"){if(e["plugin-opts"]?.mode&&e.cipher.startsWith("2022-"))throw new Error(`${e.cipher} ${e.plugin} is not supported`);t.append(`,obfs-name=${e["plugin-opts"].mode}`),t.appendIfPresent(`,obfs-host=${e["plugin-opts"].host}`,"plugin-opts.host"),t.appendIfPresent(`,obfs-uri=${e["plugin-opts"].path}`,"plugin-opts.path")}else if(!["shadow-tls"].includes(e.plugin))throw new Error(`plugin ${e.plugin} is not supported`)}if(oe(e,"shadow-tls-password"))t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni"),t.appendIfPresent(`,udp-port=${e["udp-port"]}`,"udp-port");else if(["shadow-tls"].includes(e.plugin)&&e["plugin-opts"]){let n=e["plugin-opts"].password,s=e["plugin-opts"].host,u=e["plugin-opts"].version;if(n){if(t.append(`,shadow-tls-password=${n}`),s&&t.append(`,shadow-tls-sni=${s}`),u){if(u<2)throw new Error(`shadow-tls version ${u} is not supported`);t.append(`,shadow-tls-version=${u}`)}t.appendIfPresent(`,udp-port=${e["udp-port"]}`,"udp-port")}}t.appendIfPresent(`,fast-open=${e.tfo}`,"tfo"),e["block-quic"]==="on"?t.append(",block-quic=true"):e["block-quic"]==="off"&&t.append(",block-quic=false"),e.udp&&t.append(",udp=true");let r=ou[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function cB(e){let t=new at(e);if(t.append(`${e.name}=shadowsocksr,${e.server},${e.port},${e.cipher},"${e.password}"`),t.append(`,protocol=${e.protocol}`),t.appendIfPresent(`,protocol-param=${e["protocol-param"]}`,"protocol-param"),t.appendIfPresent(`,obfs=${e.obfs}`,"obfs"),t.appendIfPresent(`,obfs-param=${e["obfs-param"]}`,"obfs-param"),oe(e,"shadow-tls-password"))t.append(`,shadow-tls-password=${e["shadow-tls-password"]}`),t.appendIfPresent(`,shadow-tls-version=${e["shadow-tls-version"]}`,"shadow-tls-version"),t.appendIfPresent(`,shadow-tls-sni=${e["shadow-tls-sni"]}`,"shadow-tls-sni"),t.appendIfPresent(`,udp-port=${e["udp-port"]}`,"udp-port");else if(["shadow-tls"].includes(e.plugin)&&e["plugin-opts"]){let n=e["plugin-opts"].password,s=e["plugin-opts"].host,u=e["plugin-opts"].version;if(n){if(t.append(`,shadow-tls-password=${n}`),s&&t.append(`,shadow-tls-sni=${s}`),u){if(u<2)throw new Error(`shadow-tls version ${u} is not supported`);t.append(`,shadow-tls-version=${u}`)}t.appendIfPresent(`,udp-port=${e["udp-port"]}`,"udp-port")}}t.appendIfPresent(`,fast-open=${e.tfo}`,"tfo"),e["block-quic"]==="on"?t.append(",block-quic=true"):e["block-quic"]==="off"&&t.append(",block-quic=false"),e.udp&&t.append(",udp=true");let r=ou[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function lB(e){let t=new at(e);if(t.append(`${e.name}=trojan,${e.server},${e.port},"${e.password}"`),e.network==="tcp"&&delete e.network,oe(e,"network"))if(e.network==="ws")t.append(",transport=ws"),t.appendIfPresent(`,path=${e["ws-opts"]?.path}`,"ws-opts.path"),t.appendIfPresent(`,host=${e["ws-opts"]?.headers?.Host}`,"ws-opts.headers.Host");else throw new Error(`network ${e.network} is unsupported`);t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tls-name=${e.sni}`,"sni"),t.appendIfPresent(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),t.appendIfPresent(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),t.appendIfPresent(`,fast-open=${e.tfo}`,"tfo"),e["block-quic"]==="on"?t.append(",block-quic=true"):e["block-quic"]==="off"&&t.append(",block-quic=false"),e.udp&&t.append(",udp=true");let r=ou[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function fB(e){let t=!!e["reality-opts"],r=new at(e);if(r.append(`${e.name}=vmess,${e.server},${e.port},${e.cipher},"${e.uuid}"`),e.network==="tcp"&&delete e.network,oe(e,"network"))if(e.network==="ws")r.append(",transport=ws"),r.appendIfPresent(`,path=${e["ws-opts"]?.path}`,"ws-opts.path"),r.appendIfPresent(`,host=${e["ws-opts"]?.headers?.Host}`,"ws-opts.headers.Host");else if(e.network==="http"){r.append(",transport=http");let s=e["http-opts"]?.path,u=e["http-opts"]?.headers?.Host;r.appendIfPresent(`,path=${Array.isArray(s)?s[0]:s}`,"http-opts.path"),r.appendIfPresent(`,host=${Array.isArray(u)?u[0]:u}`,"http-opts.headers.Host")}else throw new Error(`network ${e.network} is unsupported`);else r.append(",transport=tcp");r.appendIfPresent(`,over-tls=${e.tls}`,"tls"),r.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t?(r.appendIfPresent(`,sni=${e.sni}`,"sni"),r.appendIfPresent(`,public-key="${e["reality-opts"]["public-key"]}"`,"reality-opts.public-key"),r.appendIfPresent(`,short-id=${e["reality-opts"]["short-id"]}`,"reality-opts.short-id")):(r.appendIfPresent(`,tls-name=${e.sni}`,"sni"),r.appendIfPresent(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),r.appendIfPresent(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256")),oe(e,"aead")?r.append(`,alterId=${e.aead?0:1}`):r.append(`,alterId=${e.alterId}`),r.appendIfPresent(`,fast-open=${e.tfo}`,"tfo"),e["block-quic"]==="on"?r.append(",block-quic=true"):e["block-quic"]==="off"&&r.append(",block-quic=false"),e.udp&&r.append(",udp=true");let n=ou[e["ip-version"]]||e["ip-version"];return r.appendIfPresent(`,ip-mode=${n}`,"ip-version"),r.toString()}function hB(e){if(e.encryption&&e.encryption!=="none")throw new Error("VLESS encryption is not supported");let t=!1,r=!!e["reality-opts"];if(typeof e.flow<"u")if(["xtls-rprx-vision"].includes(e.flow))t=!0;else throw new Error(`VLESS flow(${e.flow}) is not supported`);let n=new at(e);if(n.append(`${e.name}=vless,${e.server},${e.port},"${e.uuid}"`),e.network==="tcp"&&delete e.network,oe(e,"network"))if(e.network==="ws")n.append(",transport=ws"),n.appendIfPresent(`,path=${e["ws-opts"]?.path}`,"ws-opts.path"),n.appendIfPresent(`,host=${e["ws-opts"]?.headers?.Host}`,"ws-opts.headers.Host");else if(e.network==="http"){n.append(",transport=http");let u=e["http-opts"]?.path,i=e["http-opts"]?.headers?.Host;n.appendIfPresent(`,path=${Array.isArray(u)?u[0]:u}`,"http-opts.path"),n.appendIfPresent(`,host=${Array.isArray(i)?i[0]:i}`,"http-opts.headers.Host")}else throw new Error(`network ${e.network} is unsupported`);else n.append(",transport=tcp");n.appendIfPresent(`,over-tls=${e.tls}`,"tls"),n.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t&&n.appendIfPresent(`,flow=${e.flow}`,"flow"),r?(n.appendIfPresent(`,sni=${e.sni}`,"sni"),n.appendIfPresent(`,public-key="${e["reality-opts"]["public-key"]}"`,"reality-opts.public-key"),n.appendIfPresent(`,short-id=${e["reality-opts"]["short-id"]}`,"reality-opts.short-id")):(n.appendIfPresent(`,tls-name=${e.sni}`,"sni"),n.appendIfPresent(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),n.appendIfPresent(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256")),n.appendIfPresent(`,fast-open=${e.tfo}`,"tfo"),e["block-quic"]==="on"?n.append(",block-quic=true"):e["block-quic"]==="off"&&n.append(",block-quic=false"),e.udp&&n.append(",udp=true");let s=ou[e["ip-version"]]||e["ip-version"];return n.appendIfPresent(`,ip-mode=${s}`,"ip-version"),n.toString()}function pB(e){let t=new at(e),r=e.tls?"https":"http";t.append(`${e.name}=${r},${e.server},${e.port}`),t.appendIfPresent(`,${e.username}`,"username"),t.appendIfPresent(`,"${e.password}"`,"password"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),e["block-quic"]==="on"?t.append(",block-quic=true"):e["block-quic"]==="off"&&t.append(",block-quic=false");let n=ou[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${n}`,"ip-version"),t.toString()}function dB(e){let t=new at(e);t.append(`${e.name}=socks5,${e.server},${e.port}`),t.appendIfPresent(`,${e.username}`,"username"),t.appendIfPresent(`,"${e.password}"`,"password"),t.appendIfPresent(`,over-tls=${e.tls}`,"tls"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),e["block-quic"]==="on"?t.append(",block-quic=true"):e["block-quic"]==="off"&&t.append(",block-quic=false"),e.udp&&t.append(",udp=true");let r=ou[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function gB(e){Array.isArray(e.peers)&&e.peers.length>0&&(e.server=e.peers[0].server,e.port=e.peers[0].port,e.ip=e.peers[0].ip,e.ipv6=e.peers[0].ipv6,e["public-key"]=e.peers[0]["public-key"],e["preshared-key"]=e.peers[0]["pre-shared-key"],e["allowed-ips"]=e.peers[0]["allowed-ips"],e.reserved=e.peers[0].reserved);let t=new at(e);if(t.append(`${e.name}=wireguard`),t.appendIfPresent(`,interface-ip=${e.ip}`,"ip"),t.appendIfPresent(`,interface-ipv6=${e.ipv6}`,"ipv6"),t.appendIfPresent(`,private-key="${e["private-key"]}"`,"private-key"),t.appendIfPresent(`,mtu=${e.mtu}`,"mtu"),e.dns&&Array.isArray(e.dns)){e.dnsv6=e.dns.find(c=>Pr(c));let i=e.dns.find(c=>yr(c));i||(i=e.dns.find(c=>!yr(c)&&!Pr(c))),e.dns=i}t.appendIfPresent(`,dns=${e.dns}`,"dns"),t.appendIfPresent(`,dnsv6=${e.dnsv6}`,"dnsv6"),t.appendIfPresent(`,keepalive=${e["persistent-keepalive"]}`,"persistent-keepalive"),t.appendIfPresent(`,keepalive=${e.keepalive}`,"keepalive");let r=Array.isArray(e["allowed-ips"])?e["allowed-ips"].join(","):e["allowed-ips"],n=Array.isArray(e.reserved)?e.reserved.join(","):e.reserved;n&&(n=`,reserved=[${n}]`);let s=e["preshared-key"]??e["pre-shared-key"];s&&(s=`,preshared-key="${s}"`),t.append(`,peers=[{public-key="${e["public-key"]}",allowed-ips="${r??"0.0.0.0/0,::/0"}",endpoint=${e.server}:${e.port}${n??""}${s??""}}]`);let u=ou[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${u}`,"ip-version"),e["block-quic"]==="on"?t.append(",block-quic=true"):e["block-quic"]==="off"&&t.append(",block-quic=false"),t.toString()}function mB(e){if(e["obfs-password"]&&e.obfs!="salamander")throw new Error("only salamander obfs is supported");let t=new at(e);t.append(`${e.name}=Hysteria2,${e.server},${e.port}`),t.appendIfPresent(`,"${e.password}"`,"password"),t.appendIfPresent(`,tls-name=${e.sni}`,"sni"),t.appendIfPresent(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),t.appendIfPresent(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),e["obfs-password"]&&e.obfs=="salamander"&&t.append(`,salamander-password=${e["obfs-password"]}`),t.appendIfPresent(`,fast-open=${e.tfo}`,"tfo"),e["block-quic"]==="on"?t.append(",block-quic=true"):e["block-quic"]==="off"&&t.append(",block-quic=false"),e.udp&&t.append(",udp=true"),t.appendIfPresent(`,download-bandwidth=${`${e.down}`.match(/\d+/)?.[0]||0}`,"down"),t.appendIfPresent(`,ecn=${e.ecn}`,"ecn");let r=ou[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function gA(e){let t="none",r=e["reality-opts"],n="",s="",u="";if(r){t="reality";let K=e["reality-opts"]?.["public-key"];K&&(s=`&pbk=${encodeURIComponent(K)}`);let S=e["reality-opts"]?.["short-id"];S&&(n=`&sid=${encodeURIComponent(S)}`);let P=e["reality-opts"]?.["_spider-x"];P&&(u=`&spx=${encodeURIComponent(P)}`)}else e.tls&&(t="tls");let i="";e.alpn&&(i=`&alpn=${encodeURIComponent(Array.isArray(e.alpn)?e.alpn:e.alpn.join(","))}`);let c="";e["skip-cert-verify"]&&(c="&allowInsecure=1");let l="";e._h2&&(l="&h2=1");let h="";e._pcs&&(h=`&pcs=${encodeURIComponent(e._pcs)}`);let d="";e._echConfigList&&(d=`&ech=${encodeURIComponent(e._echConfigList)}`);let E="";e.sni&&(E=`&sni=${encodeURIComponent(e.sni)}`);let p="";e["client-fingerprint"]&&(p=`&fp=${encodeURIComponent(e["client-fingerprint"])}`);let f="";e.flow&&(f=`&flow=${encodeURIComponent(e.flow)}`);let w="";e._extra&&(w=`&extra=${encodeURIComponent(e._extra)}`);let v="";e._mode&&(v=`&mode=${encodeURIComponent(e._mode)}`);let D="";e._pqv&&(D=`&pqv=${encodeURIComponent(e._pqv)}`);let A="";e.encryption&&(A=`&encryption=${encodeURIComponent(e.encryption)}`);let C=e.network;e.network==="ws"&&e["ws-opts"]?.["v2ray-http-upgrade"]&&(C="httpupgrade");let b=`&type=${encodeURIComponent(C)}`;if(["grpc"].includes(e.network)){b+=`&mode=${encodeURIComponent(e[`${e.network}-opts`]?.["_grpc-type"]||"gun")}`;let K=e[`${e.network}-opts`]?.["_grpc-authority"];K&&(b+=`&authority=${encodeURIComponent(K)}`)}let B=e[`${e.network}-opts`]?.[`${e.network}-service-name`],_=e[`${e.network}-opts`]?.path,j=e[`${e.network}-opts`]?.headers?.Host;return _&&(b+=`&path=${encodeURIComponent(Array.isArray(_)?_[0]:_)}`),j&&(b+=`&host=${encodeURIComponent(Array.isArray(j)?j[0]:j)}`),B&&(b+=`&serviceName=${encodeURIComponent(B)}`),e.network==="kcp"&&(e.seed&&(b+=`&seed=${encodeURIComponent(e.seed)}`),e.headerType&&(b+=`&headerType=${encodeURIComponent(e.headerType)}`)),`vless://${e.uuid}@${e.server}:${e.port}?security=${encodeURIComponent(t)}${b}${i}${c}${h}${d}${l}${E}${p}${f}${n}${u}${s}${v}${w}${D}${A}#${encodeURIComponent(e.name)}`}function Oo(){return{type:"SINGLE",produce:r=>{let n="";delete r.subName,delete r.collectionName,delete r.id,delete r.resolved,delete r["no-resolve"];for(let s in r)r[s]==null&&delete r[s];switch(["trojan","tuic","hysteria","hysteria2","juicity","anytls","trust-tunnel"].includes(r.type)&&delete r.tls,!["vmess"].includes(r.type)&&r.server&&Pr(r.server)&&(r.server=`[${r.server}]`),r.type){case"socks5":n=`socks://${encodeURIComponent(wt.encode(`${r.username??""}:${r.password??""}`))}@${r.server}:${r.port}#${r.name}`;break;case"ss":let s=`${r.cipher}:${r.password}`;n=`ss://${r.cipher?.startsWith("2022-blake3-")?`${encodeURIComponent(r.cipher)}:${encodeURIComponent(r.password)}`:wt.encode(s)}@${r.server}:${r.port}${r.plugin?"/":""}`;let u="";if(r.plugin){u+="&plugin=";let ae=r["plugin-opts"];switch(r.plugin){case"obfs":u+=encodeURIComponent(`simple-obfs;obfs=${ae.mode}${ae.host?";obfs-host="+ae.host:""}`);break;case"v2ray-plugin":u+=encodeURIComponent(`v2ray-plugin;obfs=${ae.mode}${ae.host?";obfs-host"+ae.host:""}${ae.tls?";tls":""}`);break;case"shadow-tls":u+=encodeURIComponent(`shadow-tls;host=${ae.host};password=${ae.password};version=${ae.version}`);break;default:throw new Error(`Unsupported plugin option: ${r.plugin}`)}}r["udp-over-tcp"]&&(u+="&uot=1"),r.tfo&&(u+="&tfo=1");let i="";if(r.network){let ae=r.network;if(r.network==="ws"&&r["ws-opts"]?.["v2ray-http-upgrade"]&&(ae="httpupgrade"),i=`&type=${encodeURIComponent(ae)}`,["grpc"].includes(r.network)){let Yt=r[`${r.network}-opts`]?.[`${r.network}-service-name`],bt=r[`${r.network}-opts`]?.["_grpc-authority"];Yt&&(i+=`&serviceName=${encodeURIComponent(Yt)}`),bt&&(i+=`&authority=${encodeURIComponent(bt)}`),i+=`&mode=${encodeURIComponent(r[`${r.network}-opts`]?.["_grpc-type"]||"gun")}`}let De=r[`${r.network}-opts`]?.path,Ue=r[`${r.network}-opts`]?.headers?.Host;De&&(i+=`&path=${encodeURIComponent(Array.isArray(De)?De[0]:De)}`),Ue&&(i+=`&host=${encodeURIComponent(Array.isArray(Ue)?Ue[0]:Ue)}`)}let c="";r["client-fingerprint"]&&(c=`&fp=${encodeURIComponent(r["client-fingerprint"])}`);let l="";r.alpn&&(l=`&alpn=${encodeURIComponent(Array.isArray(r.alpn)?r.alpn:r.alpn.join(","))}`);let h=r["reality-opts"],d="",E="",p="",f=r.tls?"&security=tls":"",w="",v="";if(h){f="&security=reality";let ae=r["reality-opts"]?.["public-key"];ae&&(E=`&pbk=${encodeURIComponent(ae)}`);let De=r["reality-opts"]?.["short-id"];De&&(d=`&sid=${encodeURIComponent(De)}`);let Ue=r["reality-opts"]?.["_spider-x"];Ue&&(p=`&spx=${encodeURIComponent(Ue)}`),r._extra&&(v=`&extra=${encodeURIComponent(r._extra)}`),r._mode&&(w=`&mode=${encodeURIComponent(r._mode)}`)}r.tls&&(u+=`&sni=${encodeURIComponent(r.sni||r.server)}${r["skip-cert-verify"]?"&allowInsecure=1":""}`),u+=`${i}${l}${c}${f}${d}${E}${p}${w}${v}#${encodeURIComponent(r.name)}`,n+=u.replace(/^&/,"?");break;case"ssr":n=`${r.server}:${r.port}:${r.protocol}:${r.cipher}:${r.obfs}:${wt.encode(r.password)}/`,n+=`?remarks=${wt.encode(r.name)}${r["obfs-param"]?"&obfsparam="+wt.encode(r["obfs-param"]):""}${r["protocol-param"]?"&protocolparam="+wt.encode(r["protocol-param"]):""}`,n="ssr://"+wt.encode(n);break;case"vmess":let D="",A=r.network||"tcp";if(r.network==="http"?(A="tcp",D="http"):r.network==="ws"&&r["ws-opts"]?.["v2ray-http-upgrade"]&&(A="httpupgrade"),n={v:"2",ps:r.name,add:r.server,port:`${r.port}`,id:r.uuid,aid:`${r.alterId||0}`,scy:r.cipher,net:A,type:D,tls:r.tls?"tls":"",alpn:Array.isArray(r.alpn)?r.alpn.join(","):r.alpn,fp:r["client-fingerprint"]},r.tls&&r.sni&&(n.sni=r.sni),r.network){let ae=r[`${r.network}-opts`]?.path,De=r[`${r.network}-opts`]?.headers?.Host;["grpc"].includes(r.network)?(n.path=r[`${r.network}-opts`]?.["grpc-service-name"],n.type=r[`${r.network}-opts`]?.["_grpc-type"]||"gun",n.host=r[`${r.network}-opts`]?.["_grpc-authority"]):["kcp","quic"].includes(r.network)?(n.type=r[`${r.network}-opts`]?.[`_${r.network}-type`]||"none",n.host=r[`${r.network}-opts`]?.[`_${r.network}-host`],n.path=r[`${r.network}-opts`]?.[`_${r.network}-path`]):(ae&&(n.path=Array.isArray(ae)?ae[0]:ae),De&&(n.host=Array.isArray(De)?De[0]:De))}n="vmess://"+wt.encode(JSON.stringify(n));break;case"vless":n=gA(r);break;case"trojan":let C="";if(r.network){let ae=r.network;if(r.network==="ws"&&r["ws-opts"]?.["v2ray-http-upgrade"]&&(ae="httpupgrade"),C=`&type=${encodeURIComponent(ae)}`,["grpc"].includes(r.network)){let Yt=r[`${r.network}-opts`]?.[`${r.network}-service-name`],bt=r[`${r.network}-opts`]?.["_grpc-authority"];Yt&&(C+=`&serviceName=${encodeURIComponent(Yt)}`),bt&&(C+=`&authority=${encodeURIComponent(bt)}`),C+=`&mode=${encodeURIComponent(r[`${r.network}-opts`]?.["_grpc-type"]||"gun")}`}let De=r[`${r.network}-opts`]?.path,Ue=r[`${r.network}-opts`]?.headers?.Host;De&&(C+=`&path=${encodeURIComponent(Array.isArray(De)?De[0]:De)}`),Ue&&(C+=`&host=${encodeURIComponent(Array.isArray(Ue)?Ue[0]:Ue)}`)}let b="";r["client-fingerprint"]&&(b=`&fp=${encodeURIComponent(r["client-fingerprint"])}`);let B="";r.alpn&&(B=`&alpn=${encodeURIComponent(Array.isArray(r.alpn)?r.alpn:r.alpn.join(","))}`);let _=r["reality-opts"],j="",K="",S="",P="",x="",H="";if(_){P="&security=reality";let ae=r["reality-opts"]?.["public-key"];ae&&(K=`&pbk=${encodeURIComponent(ae)}`);let De=r["reality-opts"]?.["short-id"];De&&(j=`&sid=${encodeURIComponent(De)}`);let Ue=r["reality-opts"]?.["_spider-x"];Ue&&(S=`&spx=${encodeURIComponent(Ue)}`),r._extra&&(H=`&extra=${encodeURIComponent(r._extra)}`),r._mode&&(x=`&mode=${encodeURIComponent(r._mode)}`)}n=`trojan://${r.password}@${r.server}:${r.port}?sni=${encodeURIComponent(r.sni||r.server)}${r["skip-cert-verify"]?"&allowInsecure=1":""}${C}${B}${b}${P}${j}${K}${S}${x}${H}#${encodeURIComponent(r.name)}`;break;case"hysteria2":let V=[];r["hop-interval"]&&V.push(`hop-interval=${r["hop-interval"]}`),r.keepalive&&V.push(`keepalive=${r.keepalive}`),r["skip-cert-verify"]&&V.push("insecure=1"),r.obfs&&(V.push(`obfs=${encodeURIComponent(r.obfs)}`),r["obfs-password"]&&V.push(`obfs-password=${encodeURIComponent(r["obfs-password"])}`)),r.sni&&V.push(`sni=${encodeURIComponent(r.sni)}`),r.ports&&V.push(`mport=${r.ports}`),r["tls-fingerprint"]&&V.push(`pinSHA256=${encodeURIComponent(r["tls-fingerprint"])}`),r.tfo&&V.push("fastopen=1"),n=`hysteria2://${encodeURIComponent(r.password)}@${r.server}:${r.port}?${V.join("&")}#${encodeURIComponent(r.name)}`;break;case"hysteria":let z=[];Object.keys(r).forEach(ae=>{if(!["name","type","server","port"].includes(ae)){let De=ae.replace(/-/,"_");["alpn"].includes(ae)?r[ae]&&z.push(`${De}=${encodeURIComponent(Array.isArray(r[ae])?r[ae][0]:r[ae])}`):["skip-cert-verify"].includes(ae)?r[ae]&&z.push("insecure=1"):["tfo","fast-open"].includes(ae)?r[ae]&&!z.includes("fastopen=1")&&z.push("fastopen=1"):["ports"].includes(ae)?z.push(`mport=${r[ae]}`):["auth-str"].includes(ae)?z.push(`auth=${r[ae]}`):["up"].includes(ae)?z.push(`upmbps=${r[ae]}`):["down"].includes(ae)?z.push(`downmbps=${r[ae]}`):["_obfs"].includes(ae)?z.push(`obfs=${r[ae]}`):["obfs"].includes(ae)?z.push(`obfsParam=${r[ae]}`):["sni"].includes(ae)?z.push(`peer=${r[ae]}`):r[ae]&&!/^_/i.test(ae)&&z.push(`${De}=${encodeURIComponent(r[ae])}`)}}),n=`hysteria://${r.server}:${r.port}?${z.join("&")}#${encodeURIComponent(r.name)}`;break;case"tuic":if(!r.token||r.token.length===0){let ae=[];Object.keys(r).forEach(De=>{if(!["name","type","uuid","password","server","port","tls"].includes(De)){let Ue=De.replace(/-/,"_");["alpn"].includes(De)?r[De]&&ae.push(`${Ue}=${encodeURIComponent(Array.isArray(r[De])?r[De][0]:r[De])}`):["skip-cert-verify"].includes(De)?r[De]&&ae.push("allow_insecure=1"):["tfo","fast-open"].includes(De)?r[De]&&!ae.includes("fast_open=1")&&ae.push("fast_open=1"):["disable-sni","reduce-rtt"].includes(De)&&r[De]?ae.push(`${Ue.replace(/-/g,"_")}=1`):["congestion-controller"].includes(De)?ae.push(`congestion_control=${r[De]}`):r[De]&&!/^_/i.test(De)&&ae.push(`${Ue.replace(/-/g,"_")}=${encodeURIComponent(r[De])}`)}}),n=`tuic://${encodeURIComponent(r.uuid)}:${encodeURIComponent(r.password)}@${r.server}:${r.port}?${ae.join("&")}#${encodeURIComponent(r.name)}`}break;case"anytls":n=gA({...r,uuid:r.password,network:r.network||"tcp"}).replace("vless","anytls");let q=[];Object.keys(r).forEach(ae=>{if(!["name","type","password","server","port","tls"].includes(ae)){let De=ae.replace(/-/,"_");["alpn"].includes(ae)?r[ae]&&q.push(`${De}=${encodeURIComponent(Array.isArray(r[ae])?r[ae][0]:r[ae])}`):["skip-cert-verify"].includes(ae)?r[ae]&&q.push("insecure=1"):["udp"].includes(ae)?r[ae]&&q.push("udp=1"):r[ae]&&!/^_|client-fingerprint/i.test(ae)&&["number","string","boolean"].includes(typeof r[ae])&&q.push(`${De.replace(/-/g,"_")}=${encodeURIComponent(r[ae])}`)}});let G=n.split("?"),Y=G[0],ie={};G.length>1&&G[1].split("#")[0].split("&").forEach(Ue=>{let[Yt,bt]=Ue.split("=");Yt&&(ie[Yt]=bt)}),q.forEach(ae=>{let[De,Ue]=ae.split("=");De&&(ie[De]=Ue)});let _e=Object.keys(ie).map(ae=>`${ae}=${ie[ae]}`).join("&"),be=n.match(/#(.*)$/),Re=be?`#${be[1]}`:"";n=`${Y}?${_e}${Re}`;break;case"wireguard":let Ye=[];Object.keys(r).forEach(ae=>{["name","type","server","port","ip","ipv6","private-key"].includes(ae)||(["public-key"].includes(ae)?Ye.push(`publickey=${r[ae]}`):["udp"].includes(ae)?r[ae]&&Ye.push(`${ae}=1`):r[ae]&&!/^_/i.test(ae)&&Ye.push(`${ae}=${encodeURIComponent(r[ae])}`))}),r.ip&&r.ipv6?Ye.push(`address=${r.ip}/32,${r.ipv6}/128`):r.ip?Ye.push(`address=${r.ip}/32`):r.ipv6&&Ye.push(`address=${r.ipv6}/128`),n=`wireguard://${encodeURIComponent(r["private-key"])}@${r.server}:${r.port}/?${Ye.join("&")}#${encodeURIComponent(r.name)}`;break}return n}}}var vB=Oo();function Rc(){return{type:"ALL",produce:r=>{let n=[];return r.map(s=>{try{n.push(vB.produce(s))}catch(u){se.error(`Cannot produce proxy: ${JSON.stringify(s,null,2)} Reason: ${u}`)}}),wt.encode(n.join(` `))}}}var Vp="QX";function Tc(){let e=(t,r,n={})=>{if(["ws"].includes(t.network)&&t["ws-opts"]?.["v2ray-http-upgrade"])throw new Error(`Platform ${Vp} does not support network ${t.network} with http upgrade`);switch(t.type){case"ss":return AB(t);case"ssr":return EB(t);case"trojan":return wB(t);case"vmess":return CB(t);case"http":return DB(t);case"socks5":return yB(t);case"vless":return FB(t)}throw new Error(`Platform ${Vp} does not support proxy type: ${t.type}`)};return{produce:(t,r,n={})=>{let s=e(t,r,n);if(t.flow&&t.flow!=="xtls-rprx-vision")throw new Error(`Platform ${Vp} does not support flow ${t.flow}`);return t["reality-opts"]&&(t["reality-opts"]["public-key"]&&(s=`${s},reality-base64-pubkey=${t["reality-opts"]["public-key"]}`),t["reality-opts"]["short-id"]&&(s=`${s},reality-hex-shortid=${t["reality-opts"]["short-id"]}`)),s}}}function AB(e){let t=new at(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);if(e.cipher||(e.cipher="none"),!["none","rc4-md5","rc4-md5-6","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-ctr","aes-192-ctr","aes-256-ctr","bf-cfb","cast5-cfb","des-cfb","rc2-cfb","salsa20","chacha20","chacha20-ietf","aes-128-gcm","aes-192-gcm","aes-256-gcm","chacha20-ietf-poly1305","xchacha20-ietf-poly1305","2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm"].includes(e.cipher))throw new Error(`cipher ${e.cipher} is not supported`);if(r(`shadowsocks=${e.server}:${e.port}`),r(`,method=${e.cipher}`),r(`,password=${e.password}`),pi(e)&&(e.tls=!0),oe(e,"plugin")){if(e.plugin==="obfs"){let s=e["plugin-opts"];r(`,obfs=${s.mode}`)}else if(e.plugin==="v2ray-plugin"&&e["plugin-opts"].mode==="websocket")e["plugin-opts"].tls?r(",obfs=wss"):r(",obfs=ws");else throw new Error("plugin is not supported");n(`,obfs-host=${e["plugin-opts"].host}`,"plugin-opts.host"),n(`,obfs-uri=${e["plugin-opts"].path}`,"plugin-opts.path")}return pi(e)&&(n(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),n(`,tls-alpn=${e["tls-alpn"]}`,"tls-alpn"),n(`,tls-no-session-ticket=${e["tls-no-session-ticket"]}`,"tls-no-session-ticket"),n(`,tls-no-session-reuse=${e["tls-no-session-reuse"]}`,"tls-no-session-reuse"),n(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),n(`,tls-verification=${!e["skip-cert-verify"]}`,"skip-cert-verify"),n(`,tls-host=${e.sni}`,"sni")),n(`,fast-open=${e.tfo}`,"tfo"),n(`,udp-relay=${e.udp}`,"udp"),e._ssr_python_uot?r(",udp-over-tcp=true"):e["udp-over-tcp"]&&(!e["udp-over-tcp-version"]||e["udp-over-tcp-version"]===1?r(",udp-over-tcp=sp.v1"):e["udp-over-tcp-version"]===2&&r(",udp-over-tcp=sp.v2")),t.appendIfPresent(`,server_check_url=${e["test-url"]}`,"test-url"),r(`,tag=${e.name}`),t.toString()}function EB(e){let t=new at(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);return r(`shadowsocks=${e.server}:${e.port}`),r(`,method=${e.cipher}`),r(`,password=${e.password}`),r(`,ssr-protocol=${e.protocol}`),n(`,ssr-protocol-param=${e["protocol-param"]}`,"protocol-param"),n(`,obfs=${e.obfs}`,"obfs"),n(`,obfs-host=${e["obfs-param"]}`,"obfs-param"),n(`,fast-open=${e.tfo}`,"tfo"),n(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,server_check_url=${e["test-url"]}`,"test-url"),r(`,tag=${e.name}`),t.toString()}function wB(e){let t=new at(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);if(r(`trojan=${e.server}:${e.port}`),r(`,password=${e.password}`),oe(e,"network")){if(e.network==="ws")pi(e)?r(",obfs=wss"):r(",obfs=ws"),n(`,obfs-uri=${e["ws-opts"]?.path}`,"ws-opts.path"),n(`,obfs-host=${e["ws-opts"]?.headers?.Host}`,"ws-opts.headers.Host");else if(!["tcp"].includes(e.network))throw new Error(`network ${e.network} is unsupported`)}return e.network!=="ws"&&pi(e)&&r(",over-tls=true"),pi(e)&&(n(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),n(`,tls-alpn=${e["tls-alpn"]}`,"tls-alpn"),n(`,tls-no-session-ticket=${e["tls-no-session-ticket"]}`,"tls-no-session-ticket"),n(`,tls-no-session-reuse=${e["tls-no-session-reuse"]}`,"tls-no-session-reuse"),n(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),n(`,tls-verification=${!e["skip-cert-verify"]}`,"skip-cert-verify"),n(`,tls-host=${e.sni}`,"sni")),n(`,fast-open=${e.tfo}`,"tfo"),n(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,server_check_url=${e["test-url"]}`,"test-url"),r(`,tag=${e.name}`),t.toString()}function CB(e){let t=new at(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);r(`vmess=${e.server}:${e.port}`);let s;if(e.cipher==="auto"?s="chacha20-ietf-poly1305":s=e.cipher,r(`,method=${s}`),r(`,password=${e.uuid}`),pi(e)&&(e.tls=!0),oe(e,"network")){if(e.network==="ws")e.tls?r(",obfs=wss"):r(",obfs=ws");else if(e.network==="http")r(",obfs=http");else if(["tcp"].includes(e.network))e.tls&&r(",obfs=over-tls");else if(!["tcp"].includes(e.network))throw new Error(`network ${e.network} is unsupported`);let u=e[`${e.network}-opts`]?.path,i=e[`${e.network}-opts`]?.headers?.Host;n(`,obfs-uri=${Array.isArray(u)?u[0]:u}`,`${e.network}-opts.path`),n(`,obfs-host=${Array.isArray(i)?i[0]:i}`,`${e.network}-opts.headers.Host`)}else e.tls&&r(",obfs=over-tls");return pi(e)&&(n(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),n(`,tls-alpn=${e["tls-alpn"]}`,"tls-alpn"),n(`,tls-no-session-ticket=${e["tls-no-session-ticket"]}`,"tls-no-session-ticket"),n(`,tls-no-session-reuse=${e["tls-no-session-reuse"]}`,"tls-no-session-reuse"),n(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),n(`,tls-verification=${!e["skip-cert-verify"]}`,"skip-cert-verify"),n(`,tls-host=${e.sni}`,"sni")),oe(e,"aead")?r(`,aead=${e.aead}`):r(`,aead=${e.alterId===0}`),n(`,fast-open=${e.tfo}`,"tfo"),n(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,server_check_url=${e["test-url"]}`,"test-url"),r(`,tag=${e.name}`),t.toString()}function FB(e){if(e.encryption&&e.encryption!=="none")throw new Error("VLESS encryption is not supported");let t=new at(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);if(r(`vless=${e.server}:${e.port}`),r(",method=none"),r(`,password=${e.uuid}`),pi(e)&&(e.tls=!0),oe(e,"network")){if(e.network==="ws")e.tls?r(",obfs=wss"):r(",obfs=ws");else if(e.network==="http")r(",obfs=http");else if(["tcp"].includes(e.network))e.tls&&r(",obfs=over-tls");else if(!["tcp"].includes(e.network))throw new Error(`network ${e.network} is unsupported`);let u=e[`${e.network}-opts`]?.path,i=e[`${e.network}-opts`]?.headers?.Host;n(`,obfs-uri=${Array.isArray(u)?u[0]:u}`,`${e.network}-opts.path`),n(`,obfs-host=${Array.isArray(i)?i[0]:i}`,`${e.network}-opts.headers.Host`)}else e.tls&&r(",obfs=over-tls");return pi(e)&&(n(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),n(`,tls-alpn=${e["tls-alpn"]}`,"tls-alpn"),n(`,tls-no-session-ticket=${e["tls-no-session-ticket"]}`,"tls-no-session-ticket"),n(`,tls-no-session-reuse=${e["tls-no-session-reuse"]}`,"tls-no-session-reuse"),n(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),n(`,tls-verification=${!e["skip-cert-verify"]}`,"skip-cert-verify"),n(`,tls-host=${e.sni}`,"sni")),n(`,vless-flow=${e.flow}`,"flow"),n(`,fast-open=${e.tfo}`,"tfo"),n(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,server_check_url=${e["test-url"]}`,"test-url"),r(`,tag=${e.name}`),t.toString()}function DB(e){let t=new at(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);return r(`http=${e.server}:${e.port}`),n(`,username=${e.username}`,"username"),n(`,password=${e.password}`,"password"),pi(e)&&(e.tls=!0),n(`,over-tls=${e.tls}`,"tls"),pi(e)&&(n(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),n(`,tls-alpn=${e["tls-alpn"]}`,"tls-alpn"),n(`,tls-no-session-ticket=${e["tls-no-session-ticket"]}`,"tls-no-session-ticket"),n(`,tls-no-session-reuse=${e["tls-no-session-reuse"]}`,"tls-no-session-reuse"),n(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),n(`,tls-verification=${!e["skip-cert-verify"]}`,"skip-cert-verify"),n(`,tls-host=${e.sni}`,"sni")),n(`,fast-open=${e.tfo}`,"tfo"),n(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,server_check_url=${e["test-url"]}`,"test-url"),r(`,tag=${e.name}`),t.toString()}function yB(e){let t=new at(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);return r(`socks5=${e.server}:${e.port}`),n(`,username=${e.username}`,"username"),n(`,password=${e.password}`,"password"),pi(e)&&(e.tls=!0),n(`,over-tls=${e.tls}`,"tls"),pi(e)&&(n(`,tls-pubkey-sha256=${e["tls-pubkey-sha256"]}`,"tls-pubkey-sha256"),n(`,tls-alpn=${e["tls-alpn"]}`,"tls-alpn"),n(`,tls-no-session-ticket=${e["tls-no-session-ticket"]}`,"tls-no-session-ticket"),n(`,tls-no-session-reuse=${e["tls-no-session-reuse"]}`,"tls-no-session-reuse"),n(`,tls-cert-sha256=${e["tls-fingerprint"]}`,"tls-fingerprint"),n(`,tls-verification=${!e["skip-cert-verify"]}`,"skip-cert-verify"),n(`,tls-host=${e.sni}`,"sni")),n(`,fast-open=${e.tfo}`,"tfo"),n(`,udp-relay=${e.udp}`,"udp"),t.appendIfPresent(`,server_check_url=${e["test-url"]}`,"test-url"),r(`,tag=${e.name}`),t.toString()}function pi(e){return e.tls}function kc(){return{type:"ALL",produce:(r,n,s={})=>{let u=r.filter(i=>s["include-unsupported-proxy"]?!0:i.type==="snell"&&i.version>=4||["trust-tunnel","mieru","sudoku","naive","masque"].includes(i.type)||i.encryption&&i.encryption!=="none"&&["vless"].includes(i.type)||["anytls"].includes(i.type)&&i.network&&(!["tcp"].includes(i.network)||["tcp"].includes(i.network)&&i["reality-opts"])?!1:!["xhttp"].includes(i.network)).map(i=>{if(i.type==="vmess"?(oe(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),oe(i,"sni")&&(i.servername=i.sni,delete i.sni),oe(i,"cipher")&&!["auto","none","zero","aes-128-gcm","chacha20-poly1305"].includes(i.cipher)&&(i.cipher="auto")):i.type==="tuic"?(oe(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo),(!i.token||i.token.length===0)&&!oe(i,"version")&&(i.version=5)):i.type==="hysteria"?(oe(i,"auth_str")&&!oe(i,"auth-str")&&(i["auth-str"]=i.auth_str),oe(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo)):i.type==="hysteria2"?(oe(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),oe(i,"tfo")&&!oe(i,"fast-open")&&(i["fast-open"]=i.tfo)):i.type==="wireguard"?(i.keepalive=i.keepalive??i["persistent-keepalive"],i["persistent-keepalive"]=i.keepalive,i["preshared-key"]=i["preshared-key"]??i["pre-shared-key"],i["pre-shared-key"]=i["preshared-key"]):i.type==="snell"&&i.version<3?delete i.udp:i.type==="vless"?oe(i,"sni")&&(i.servername=i.sni,delete i.sni):i.type==="ss"&&oe(i,"shadow-tls-password")&&!oe(i,"plugin")&&(i.plugin="shadow-tls",i["plugin-opts"]={host:i["shadow-tls-sni"],password:i["shadow-tls-password"],version:i["shadow-tls-version"]},delete i["shadow-tls-password"],delete i["shadow-tls-sni"],delete i["shadow-tls-version"]),["vmess","vless"].includes(i.type)&&i.network==="http"){let c=i["http-opts"]?.path;oe(i,"http-opts.path")&&!Array.isArray(c)&&(i["http-opts"].path=[c]);let l=i["http-opts"]?.headers?.Host;oe(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let c=i["h2-opts"]?.path;oe(i,"h2-opts.path")&&Array.isArray(c)&&(i["h2-opts"].path=c[0]);let l=i["h2-opts"]?.headers?.host;oe(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(["ws"].includes(i.network)){let c=i[`${i.network}-opts`]?.path;if(c){let l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(c);i[`${i.network}-opts`].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}else i[`${i.network}-opts`]=i[`${i.network}-opts`]||{},i[`${i.network}-opts`].path="/"}if(i["plugin-opts"]?.tls&&oe(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls","trust-tunnel","naive"].includes(i.type)&&delete i.tls,i["tls-fingerprint"]&&(i.fingerprint=i["tls-fingerprint"]),delete i["tls-fingerprint"],i["underlying-proxy"]&&(i["dialer-proxy"]=i["underlying-proxy"]),delete i["underlying-proxy"],oe(i,"tls")&&typeof i.tls!="boolean"&&delete i.tls,delete i.subName,delete i.collectionName,delete i.id,delete i.resolved,delete i["no-resolve"],n!=="internal")for(let c in i)(i[c]==null||/^_/i.test(c))&&delete i[c];return["grpc"].includes(i.network)&&i[`${i.network}-opts`]&&(delete i[`${i.network}-opts`]["_grpc-type"],delete i[`${i.network}-opts`]["_grpc-authority"]),i});return n==="internal"?u:`proxies: `+u.map(i=>" - "+JSON.stringify(i)+` `).join("")}}}var mA="Surfboard";function Hf(){return{produce:t=>{if(["ws"].includes(t.network)&&t["ws-opts"]?.["v2ray-http-upgrade"])throw new Error(`Platform ${mA} does not support network ${t.network} with http upgrade`);switch(t.name=t.name.replace(/=|,/g,""),t.type){case"ss":return bB(t);case"trojan":return SB(t);case"vmess":return _B(t);case"http":return BB(t);case"socks5":return IB(t);case"wireguard-surge":return $B(t)}throw new Error(`Platform ${mA} does not support proxy type: ${t.type}`)}}}function bB(e){let t=new at(e);if(t.append(`${e.name}=${e.type},${e.server},${e.port}`),!["aes-128-gcm","aes-192-gcm","aes-256-gcm","chacha20-ietf-poly1305","xchacha20-ietf-poly1305","rc4","rc4-md5","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-ctr","aes-192-ctr","aes-256-ctr","bf-cfb","camellia-128-cfb","camellia-192-cfb","camellia-256-cfb","salsa20","chacha20","chacha20-ietf"].includes(e.cipher))throw new Error(`cipher ${e.cipher} is not supported`);if(t.append(`,encrypt-method=${e.cipher}`),t.appendIfPresent(`,password=${e.password}`,"password"),oe(e,"plugin"))if(e.plugin==="obfs")t.append(`,obfs=${e["plugin-opts"].mode}`),t.appendIfPresent(`,obfs-host=${e["plugin-opts"].host}`,"plugin-opts.host"),t.appendIfPresent(`,obfs-uri=${e["plugin-opts"].path}`,"plugin-opts.path");else throw new Error(`plugin ${e.plugin} is not supported`);return t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.toString()}function SB(e){let t=new at(e);return t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,password=${e.password}`,"password"),vA(t,e),t.appendIfPresent(`,tls=${e.tls}`,"tls"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,tfo=${e.tfo}`,"tfo"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.toString()}function _B(e){let t=new at(e);return t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,username=${e.uuid}`,"uuid"),vA(t,e),oe(e,"aead")?t.append(`,vmess-aead=${e.aead}`):t.append(`,vmess-aead=${e.alterId===0}`),t.appendIfPresent(`,tls=${e.tls}`,"tls"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.toString()}function BB(e){let t=new at(e),r=e.tls?"https":"http";return t.append(`${e.name}=${r},${e.server},${e.port}`),t.appendIfPresent(`,${e.username}`,"username"),t.appendIfPresent(`,${e.password}`,"password"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.toString()}function IB(e){let t=new at(e),r=e.tls?"socks5-tls":"socks5";return t.append(`${e.name}=${r},${e.server},${e.port}`),t.appendIfPresent(`,${e.username}`,"username"),t.appendIfPresent(`,${e.password}`,"password"),t.appendIfPresent(`,sni=${e.sni}`,"sni"),t.appendIfPresent(`,skip-cert-verify=${e["skip-cert-verify"]}`,"skip-cert-verify"),t.appendIfPresent(`,udp-relay=${e.udp}`,"udp"),t.toString()}function $B(e){let t=new at(e);return t.append(`${e.name}=wireguard`),t.appendIfPresent(`,section-name=${e["section-name"]}`,"section-name"),t.toString()}function vA(e,t){if(oe(t,"network"))if(t.network==="ws"){if(e.append(",ws=true"),oe(t,"ws-opts")&&(e.appendIfPresent(`,ws-path=${t["ws-opts"].path}`,"ws-opts.path"),oe(t,"ws-opts.headers"))){let r=t["ws-opts"].headers,n=Object.keys(r).map(s=>{let u=r[s];return["Host"].includes(s)&&(u=`"${u}"`),`${s}:${u}`}).join("|");hs(n)&&e.append(`,ws-headers=${n}`)}}else{if(["tcp"].includes(t.network)&&t["reality-opts"])throw new Error("reality is unsupported");if(!["tcp"].includes(t.network))throw new Error(`network ${t.network} is unsupported`)}}var PB={ipv4:"ipv4_only",ipv6:"ipv6_only","v4-only":"ipv4_only","v6-only":"ipv6_only","ipv4-prefer":"prefer_ipv4","ipv6-prefer":"prefer_ipv6","prefer-v4":"prefer_ipv4","prefer-v6":"prefer_ipv6"},In=(e,t)=>{let r=PB[e["ip-version"]];e._dns_server&&r&&(t.domain_resolver={server:e._dns_server,strategy:r})},$n=(e,t)=>{t.detour=e["dialer-proxy"]||e.detour},Cs=(e,t)=>{["tcp","udp"].includes(e._network)&&(t.network=e._network)},Jn=(e,t)=>{t.tcp_fast_open=!1,e.tfo&&(t.tcp_fast_open=!0),e.tcp_fast_open&&(t.tcp_fast_open=!0),e["tcp-fast-open"]&&(t.tcp_fast_open=!0),t.tcp_fast_open||delete t.tcp_fast_open},Mi=(e,t)=>{!e||!e.enabled||(t.multiplex={enabled:!0},t.multiplex.protocol=e.protocol,e["max-connections"]&&(t.multiplex.max_connections=parseInt(`${e["max-connections"]}`,10)),e["max-streams"]&&(t.multiplex.max_streams=parseInt(`${e["max-streams"]}`,10)),e["min-streams"]&&(t.multiplex.min_streams=parseInt(`${e["min-streams"]}`,10)),e.padding&&(t.multiplex.padding=!0),(e["brutal-opts"]?.up||e["brutal-opts"]?.down)&&(t.multiplex.brutal={enabled:!0},e["brutal-opts"]?.up&&(t.multiplex.brutal.up_mbps=parseInt(`${e["brutal-opts"]?.up}`,10)),e["brutal-opts"]?.down&&(t.multiplex.brutal.down_mbps=parseInt(`${e["brutal-opts"]?.down}`,10))))},Kp=(e,t)=>{let r={type:"ws",headers:{}};if(e["ws-opts"]){let{path:n="",headers:s={},"max-early-data":u,"early-data-header-name":i}=e["ws-opts"];if(r.early_data_header_name=i,r.max_early_data=u?parseInt(u,10):void 0,n!==""&&(r.path=`${n}`),Object.keys(s).length>0){let c={};for(let h of Object.keys(s)){let d=s[h];d!==""&&(Array.isArray(d)||(d=[`${d}`]),d.length>0&&(c[h]=d))}let{Host:l}=c;if(l.length===1)for(let h of`Host:${l[0]}`.split(` `)){let[d,E]=h.split(":");E.trim()!==""&&(c[d.trim()]=E.trim().split(","))}r.headers=c}}if(e["ws-headers"]){let n={};for(let u of Object.keys(e["ws-headers"])){let i=e["ws-headers"][u];i!==""&&(Array.isArray(i)||(i=[`${i}`]),i.length>0&&(n[u]=i))}let{Host:s}=n;if(s.length===1)for(let u of`Host:${s[0]}`.split(` `)){let[i,c]=u.split(":");c.trim()!==""&&(n[i.trim()]=c.trim().split(","))}for(let u of Object.keys(n))r.headers[u]=n[u]}if(e["ws-path"]&&e["ws-path"]!==""&&(r.path=`${e["ws-path"]}`),r.path){let n=/^(.*?)(?:\?ed=(\d+))?$/,[s,u="",i=""]=n.exec(r.path);r.path=u,i!==""&&(r.early_data_header_name="Sec-WebSocket-Protocol",r.max_early_data=parseInt(i,10))}t.tls.insecure&&(t.tls.server_name=r.headers.Host[0]),e["ws-opts"]&&e["ws-opts"]["v2ray-http-upgrade"]&&(r.type="httpupgrade",r.headers.Host&&(r.host=r.headers.Host[0],delete r.headers.Host),r.max_early_data&&delete r.max_early_data,r.early_data_header_name&&delete r.early_data_header_name);for(let n of Object.keys(r.headers)){let s=r.headers[n];s.length===1&&(r.headers[n]=s[0])}t.transport=r},AA=(e,t)=>{let r={type:"http",headers:{}};if(e["http-opts"]){let{method:n="",path:s="",headers:u={}}=e["http-opts"];n!==""&&(r.method=n),Array.isArray(s)?r.path=`${s[0]}`:s!==""&&(r.path=`${s}`);for(let i of Object.keys(u)){let c=u[i];if(c!==""){if(i.toLowerCase()==="host"){let l=c;Array.isArray(l)||(l=`${l}`.split(",").map(h=>h.trim())),l.length>0&&(r.host=l);continue}Array.isArray(c)||(c=`${c}`.split(",").map(l=>l.trim())),c.length>0&&(r.headers[i]=c)}}}if(e["http-host"]&&e["http-host"]!==""){let n=e["http-host"];Array.isArray(n)||(n=`${n}`.split(",").map(s=>s.trim())),n.length>0&&(r.host=n)}if(e["http-path"]&&e["http-path"]!==""){let n=e["http-path"];Array.isArray(n)?r.path=`${n[0]}`:n!==""&&(r.path=`${n}`)}t.tls.insecure&&(t.tls.server_name=r.host[0]),r.host?.length===1&&(r.host=r.host[0]);for(let n of Object.keys(r.headers)){let s=r.headers[n];s.length===1&&(r.headers[n]=s[0])}t.transport=r},EA=(e,t)=>{let r={type:"http"};if(e["h2-opts"]){let{host:n="",path:s=""}=e["h2-opts"];s!==""&&(r.path=`${s}`),n!==""&&(Array.isArray(n)||(n=`${n}`.split(",").map(u=>u.trim())),n.length>0&&(r.host=n))}if(e["h2-host"]&&e["h2-host"]!==""){let n=e["h2-host"];Array.isArray(n)||(n=`${n}`.split(",").map(s=>s.trim())),n.length>0&&(r.host=n)}e["h2-path"]&&e["h2-path"]!==""&&(r.path=`${e["h2-path"]}`),t.tls.enabled=!0,t.tls.insecure&&(t.tls.server_name=r.host[0]),r.host.length===1&&(r.host=r.host[0]),t.transport=r},Gp=(e,t)=>{let r={type:"grpc"};if(e["grpc-opts"]){let n=e["grpc-opts"]["grpc-service-name"];n!=null&&n!==""&&(r.service_name=`${n}`)}t.transport=r},cu=(e,t)=>{e.tls&&(t.tls.enabled=!0),e.servername&&e.servername!==""&&(t.tls.server_name=e.servername),e.peer&&e.peer!==""&&(t.tls.server_name=e.peer),e.sni&&e.sni!==""&&(t.tls.server_name=e.sni),e["skip-cert-verify"]&&(t.tls.insecure=!0),e.insecure&&(t.tls.insecure=!0),e["disable-sni"]&&(t.tls.disable_sni=!0),typeof e.alpn=="string"?t.tls.alpn=[e.alpn]:Array.isArray(e.alpn)&&(t.tls.alpn=e.alpn),e.ca&&(t.tls.certificate_path=`${e.ca}`),e.ca_str&&(t.tls.certificate=[e.ca_str]),e["ca-str"]&&(t.tls.certificate=[e["ca-str"]]),e["reality-opts"]&&(t.tls.reality={enabled:!0},e["reality-opts"]["public-key"]&&(t.tls.reality.public_key=e["reality-opts"]["public-key"]),e["reality-opts"]["short-id"]&&(t.tls.reality.short_id=e["reality-opts"]["short-id"]),t.tls.utls={enabled:!0}),!["hysteria","hysteria2","tuic"].includes(e.type)&&e["client-fingerprint"]&&e["client-fingerprint"]!==""&&(t.tls.utls={enabled:!0,fingerprint:e["client-fingerprint"]}),e._ech&&T2(e._ech)&&(t.tls.ech=e._ech),e._curve_preferences&&Array.isArray(e._curve_preferences)&&(t.tls.curve_preferences=e._curve_preferences),e._fragment&&(t.tls.fragment=!!e._fragment),e._fragment_fallback_delay&&(t.tls.fragment_fallback_delay=e._fragment_fallback_delay),e._record_fragment&&(t.tls.record_fragment=!!e._record_fragment),e._certificate&&(t.tls.certificate=e._certificate),e._certificate_path&&(t.tls.certificate_path=e._certificate_path),e._certificate_public_key_sha256&&(t.tls.certificate_public_key_sha256=e._certificate_public_key_sha256),e._client_certificate&&(t.tls.client_certificate=e._client_certificate),e._client_certificate_path&&(t.tls.client_certificate_path=e._client_certificate_path),e._client_key&&(t.tls.client_key=e._client_key),e._client_key_path&&(t.tls.client_key_path=e._client_key_path),t.tls.enabled||delete t.tls},RB=(e={})=>{let t={tag:e.name,type:"ssh",server:e.server,server_port:parseInt(`${e.port}`,10)};if(t.server_port<0||t.server_port>65535)throw"invalid port";return e.username&&(t.user=e.username),e.password&&(t.password=e.password),e.privateKey&&(t.private_key_path=e.privateKey),e["private-key"]&&(t.private_key_path=e["private-key"]),e["private-key-passphrase"]&&(t.private_key_passphrase=e["private-key-passphrase"]),e["server-fingerprint"]&&(t.host_key=[e["server-fingerprint"]],t.host_key_algorithms=[e["server-fingerprint"].split(" ")[0]]),e["host-key"]&&(t.host_key=e["host-key"]),e["host-key-algorithms"]&&(t.host_key_algorithms=e["host-key-algorithms"]),e["fast-open"]&&(t.udp_fragment=!0),Jn(e,t),$n(e,t),In(e,t),t},TB=(e={})=>{let t={tag:e.name,type:"http",server:e.server,server_port:parseInt(`${e.port}`,10),tls:{enabled:!1,server_name:e.server,insecure:!1}};if(t.server_port<0||t.server_port>65535)throw"invalid port";if(e.username&&(t.username=e.username),e.password&&(t.password=e.password),e.headers){t.headers={};for(let r of Object.keys(e.headers))t.headers[r]=`${e.headers[r]}`;Object.keys(t.headers).length===0&&delete t.headers}return e["fast-open"]&&(t.udp_fragment=!0),Jn(e,t),$n(e,t),cu(e,t),In(e,t),t},kB=(e={})=>{let t={tag:e.name,type:"socks",server:e.server,server_port:parseInt(`${e.port}`,10),version:"5"};if(t.server_port<0||t.server_port>65535)throw"invalid port";return e.username&&(t.username=e.username),e.password&&(t.password=e.password),e.uot&&(t.udp_over_tcp=!0),e["udp-over-tcp"]&&(t.udp_over_tcp={enabled:!0,version:!e["udp-over-tcp-version"]||e["udp-over-tcp-version"]===1?1:2}),e["fast-open"]&&(t.udp_fragment=!0),Cs(e,t),Jn(e,t),$n(e,t),In(e,t),t},OB=(e={})=>{let t={tag:e.name,type:"shadowsocks",method:e.cipher,password:e.password,detour:`${e.name}_shadowtls`};e.uot&&(t.udp_over_tcp=!0),e["udp-over-tcp"]&&(t.udp_over_tcp={enabled:!0,version:!e["udp-over-tcp-version"]||e["udp-over-tcp-version"]===1?1:2});let r={tag:`${e.name}_shadowtls`,type:"shadowtls",server:e.server,server_port:parseInt(`${e.port}`,10),version:e["plugin-opts"].version,password:e["plugin-opts"].password,tls:{enabled:!0,server_name:e["plugin-opts"].host,utls:{enabled:!0,fingerprint:e["client-fingerprint"]}}};if(r.server_port<0||r.server_port>65535)throw"\u7AEF\u53E3\u503C\u975E\u6CD5";return e["fast-open"]===!0&&(r.udp_fragment=!0),Jn(e,r),$n(e,r),Mi(e.smux,t),In(e,r),{type:"ss-with-st",ssPart:t,stPart:r}},NB=(e={})=>{let t={tag:e.name,type:"shadowsocks",server:e.server,server_port:parseInt(`${e.port}`,10),method:e.cipher,password:e.password};if(t.server_port<0||t.server_port>65535)throw"invalid port";if(e.uot&&(t.udp_over_tcp=!0),e["udp-over-tcp"]&&(t.udp_over_tcp={enabled:!0,version:!e["udp-over-tcp-version"]||e["udp-over-tcp-version"]===1?1:2}),e["fast-open"]&&(t.udp_fragment=!0),Cs(e,t),Jn(e,t),$n(e,t),Mi(e.smux,t),In(e,t),e.plugin){let r=[];e.plugin==="obfs"&&(t.plugin="obfs-local",t.plugin_opts="",e["obfs-host"]&&(e["plugin-opts"].host=e["obfs-host"]),Object.keys(e["plugin-opts"]).forEach(n=>{switch(n){case"mode":r.push(`obfs=${e["plugin-opts"].mode}`);break;case"host":r.push(`obfs-host=${e["plugin-opts"].host}`);break;default:r.push(`${n}=${e["plugin-opts"][n]}`);break}})),e.plugin==="v2ray-plugin"&&(t.plugin="v2ray-plugin",e["ws-host"]&&(e["plugin-opts"].host=e["ws-host"]),e["ws-path"]&&(e["plugin-opts"].path=e["ws-path"]),Object.keys(e["plugin-opts"]).forEach(n=>{switch(n){case"tls":e["plugin-opts"].tls&&r.push("tls");break;case"host":r.push(`host=${e["plugin-opts"].host}`);break;case"path":r.push(`path=${e["plugin-opts"].path}`);break;case"headers":r.push(`headers=${JSON.stringify(e["plugin-opts"].headers)}`);break;case"mux":e["plugin-opts"].mux&&(t.multiplex={enabled:!0});break;default:r.push(`${n}=${e["plugin-opts"][n]}`)}})),t.plugin_opts=r.join(";")}return t},xB=(e={})=>{let t={tag:e.name,type:"shadowsocksr",server:e.server,server_port:parseInt(`${e.port}`,10),method:e.cipher,password:e.password,obfs:e.obfs,protocol:e.protocol};if(t.server_port<0||t.server_port>65535)throw"invalid port";return e["obfs-param"]&&(t.obfs_param=e["obfs-param"]),e["protocol-param"]&&e["protocol-param"]!==""&&(t.protocol_param=e["protocol-param"]),e["fast-open"]&&(t.udp_fragment=!0),Jn(e,t),$n(e,t),Mi(e.smux,t),In(e,t),t},LB=(e={})=>{let t={tag:e.name,type:"vmess",server:e.server,server_port:parseInt(`${e.port}`,10),uuid:e.uuid,security:e.cipher,alter_id:parseInt(`${e.alterId}`,10),tls:{enabled:!1,server_name:e.server,insecure:!1}};if(["auto","none","zero","aes-128-gcm","chacha20-poly1305","aes-128-ctr"].indexOf(t.security)===-1&&(t.security="auto"),t.server_port<0||t.server_port>65535)throw"invalid port";return e.xudp&&(t.packet_encoding="xudp"),e["fast-open"]&&(t.udp_fragment=!0),e.network==="ws"&&Kp(e,t),e.network==="h2"&&EA(e,t),e.network==="http"&&AA(e,t),e.network==="grpc"&&Gp(e,t),Cs(e,t),Jn(e,t),$n(e,t),cu(e,t),Mi(e.smux,t),In(e,t),t},UB=(e={})=>{let t={tag:e.name,type:"vless",server:e.server,server_port:parseInt(`${e.port}`,10),uuid:e.uuid,tls:{enabled:!1,server_name:e.server,insecure:!1}};if(t.server_port<0||t.server_port>65535)throw"invalid port";return e.xudp&&(t.packet_encoding="xudp"),e["fast-open"]&&(t.udp_fragment=!0),e.flow!=null&&(t.flow=e.flow),e.network==="ws"&&Kp(e,t),e.network==="h2"&&EA(e,t),e.network==="http"&&AA(e,t),e.network==="grpc"&&Gp(e,t),Cs(e,t),Jn(e,t),$n(e,t),Mi(e.smux,t),cu(e,t),In(e,t),t},HB=(e={})=>{let t={tag:e.name,type:"trojan",server:e.server,server_port:parseInt(`${e.port}`,10),password:e.password,tls:{enabled:!0,server_name:e.server,insecure:!1}};if(t.server_port<0||t.server_port>65535)throw"invalid port";return e["fast-open"]&&(t.udp_fragment=!0),e.network==="grpc"&&Gp(e,t),e.network==="ws"&&Kp(e,t),Cs(e,t),Jn(e,t),$n(e,t),cu(e,t),Mi(e.smux,t),In(e,t),t},jB=(e={})=>{let t={tag:e.name,type:"naive",server:e.server,server_port:parseInt(`${e.port}`,10),tls:{enabled:!0,server_name:e.server,insecure:!1}};if(t.server_port<0||t.server_port>65535)throw"invalid port";e.username&&(t.username=e.username),e.password&&(t.password=e.password),e.uot&&(t.udp_over_tcp=!0),e["udp-over-tcp"]&&(t.udp_over_tcp={enabled:!0,version:!e["udp-over-tcp-version"]||e["udp-over-tcp-version"]===1?1:2});let r=parseInt(`${e["insecure-concurrency"]}`,10);return Number.isInteger(r)&&r>=0&&(t.insecure_concurrency=r),e["extra-headers"]&&(t.extra_headers=e["extra-headers"]),e.quic&&(t.quic=!!e.quic),e["quic-congestion-control"]&&(t.quic_congestion_control=e["quic-congestion-control"]),e["fast-open"]&&(t.udp_fragment=!0),Jn(e,t),$n(e,t),cu(e,t),Mi(e.smux,t),In(e,t),t.tls?.insecure&&(se.info("Platform sing-box: insecure is not supported on naive outbound"),delete t.tls.insecure),t},MB=(e={})=>{let t={tag:e.name,type:"hysteria",server:e.server,server_port:parseInt(`${e.port}`,10),disable_mtu_discovery:!1,tls:{enabled:!0,server_name:e.server,insecure:!1}};if(t.server_port<0||t.server_port>65535)throw"invalid port";e["hop-interval"]&&(t.hop_interval=/^\d+$/.test(e["hop-interval"])?`${e["hop-interval"]}s`:e["hop-interval"]),e.ports&&(t.server_ports=e.ports.split(/\s*,\s*/).map(n=>{let s=n.replace(/\s*-\s*/g,":");return s.includes(":")?s:`${s}:${s}`})),e.auth_str&&(t.auth_str=`${e.auth_str}`),e["auth-str"]&&(t.auth_str=`${e["auth-str"]}`),e["fast-open"]&&(t.udp_fragment=!0);let r=new RegExp("^[0-9]+[ ]*[KMGT]*[Bb]ps$");return r.test(`${e.up}`)&&!`${e.up}`.endsWith("Mbps")?t.up=`${e.up}`:t.up_mbps=parseInt(`${e.up}`,10),r.test(`${e.down}`)&&!`${e.down}`.endsWith("Mbps")?t.down=`${e.down}`:t.down_mbps=parseInt(`${e.down}`,10),e.obfs&&(t.obfs=e.obfs),e.recv_window_conn&&(t.recv_window_conn=e.recv_window_conn),e["recv-window-conn"]&&(t.recv_window_conn=e["recv-window-conn"]),e.recv_window&&(t.recv_window=e.recv_window),e["recv-window"]&&(t.recv_window=e["recv-window"]),e.disable_mtu_discovery&&(typeof e.disable_mtu_discovery=="boolean"?t.disable_mtu_discovery=e.disable_mtu_discovery:e.disable_mtu_discovery===1&&(t.disable_mtu_discovery=!0)),Cs(e,t),cu(e,t),$n(e,t),Jn(e,t),Mi(e.smux,t),In(e,t),t},qB=(e={})=>{let t={tag:e.name,type:"hysteria2",server:e.server,server_port:parseInt(`${e.port}`,10),password:e.password,obfs:{},tls:{enabled:!0,server_name:e.server,insecure:!1}};if(t.server_port<0||t.server_port>65535)throw"invalid port";return e["hop-interval"]&&(t.hop_interval=/^\d+$/.test(e["hop-interval"])?`${e["hop-interval"]}s`:e["hop-interval"]),e.ports&&(t.server_ports=e.ports.split(/\s*,\s*/).map(r=>{let n=r.replace(/\s*-\s*/g,":");return n.includes(":")?n:`${n}:${n}`})),e.up&&(t.up_mbps=parseInt(`${e.up}`,10)),e.down&&(t.down_mbps=parseInt(`${e.down}`,10)),e.obfs==="salamander"&&(t.obfs.type="salamander"),e["obfs-password"]&&(t.obfs.password=e["obfs-password"]),t.obfs.type||delete t.obfs,Cs(e,t),cu(e,t),Jn(e,t),$n(e,t),Mi(e.smux,t),In(e,t),t},VB=(e={})=>{let t={tag:e.name,type:"tuic",server:e.server,server_port:parseInt(`${e.port}`,10),uuid:e.uuid,password:e.password,tls:{enabled:!0,server_name:e.server,insecure:!1}};if(t.server_port<0||t.server_port>65535)throw"invalid port";return e["fast-open"]&&(t.udp_fragment=!0),e["congestion-controller"]&&e["congestion-controller"]!=="cubic"&&(t.congestion_control=e["congestion-controller"]),e["udp-relay-mode"]&&e["udp-relay-mode"]!=="native"&&(t.udp_relay_mode=e["udp-relay-mode"]),e["reduce-rtt"]&&(t.zero_rtt_handshake=!0),e["udp-over-stream"]&&(t.udp_over_stream=!0),e["heartbeat-interval"]&&(t.heartbeat=`${e["heartbeat-interval"]}ms`),Cs(e,t),Jn(e,t),$n(e,t),cu(e,t),Mi(e.smux,t),In(e,t),t},KB=(e={})=>{let t={tag:e.name,type:"anytls",server:e.server,server_port:parseInt(`${e.port}`,10),password:e.password,tls:{enabled:!0,server_name:e.server,insecure:!1}};return/^\d+$/.test(e["idle-session-check-interval"])&&(t.idle_session_check_interval=`${e["idle-session-check-interval"]}s`),/^\d+$/.test(e["idle-session-timeout"])&&(t.idle_session_timeout=`${e["idle-session-timeout"]}s`),/^\d+$/.test(e["min-idle-session"])&&(t.min_idle_session=parseInt(`${e["min-idle-session"]}`,10)),Cs(e,t),$n(e,t),cu(e,t),In(e,t),t},GB=(e={})=>{let t=["ip","ipv6"].map(n=>e[n]).map(n=>{if(yr(n))return`${n}/32`;if(Pr(n))return`${n}/128`}).filter(n=>n),r={tag:e.name,type:"wireguard",server:e.server,server_port:parseInt(`${e.port}`,10),local_address:t,private_key:e["private-key"],peer_public_key:e["public-key"],pre_shared_key:e["pre-shared-key"],reserved:[]};if(r.server_port<0||r.server_port>65535)throw"invalid port";if(e["fast-open"]&&(r.udp_fragment=!0),typeof e.reserved=="string")r.reserved=e.reserved;else if(Array.isArray(e.reserved))for(let n of e.reserved)r.reserved.push(n);else delete r.reserved;if(e.peers&&e.peers.length>0){r.peers=[];for(let n of e.peers){let s={server:n.server,server_port:parseInt(`${n.port}`,10),public_key:n["public-key"],allowed_ips:n["allowed-ips"]||n.allowed_ips,reserved:[]};if(typeof n.reserved=="string")s.reserved.push(n.reserved);else if(Array.isArray(n.reserved))for(let u of n.reserved)s.reserved.push(u);else delete s.reserved;n["pre-shared-key"]&&(s.pre_shared_key=n["pre-shared-key"]),r.peers.push(s)}}return Cs(e,r),Jn(e,r),$n(e,r),Mi(e.smux,r),In(e,r),r};function jf(){return{type:"ALL",produce:(r,n,s={})=>{let u=[];return hi().produce(r,"internal",{"include-unsupported-proxy":!0}).map(i=>{try{switch(i.type){case"ssh":u.push(RB(i));break;case"http":u.push(TB(i));break;case"socks5":if(i.tls)throw new Error(`Platform sing-box does not support proxy type: ${i.type} with tls`);u.push(kB(i));break;case"ss":if(i.plugin==="shadow-tls"){let{ssPart:c,stPart:l}=OB(i);u.push(c),u.push(l)}else u.push(NB(i));break;case"ssr":if(s["include-unsupported-proxy"])u.push(xB(i));else throw new Error(`Platform sing-box does not support proxy type: ${i.type}`);break;case"vmess":if(!i.network||["tcp","ws","grpc","h2","http"].includes(i.network))u.push(LB(i));else throw new Error(`Platform sing-box does not support proxy type: ${i.type} with network ${i.network}`);break;case"vless":if(i.encryption&&i.encryption!=="none")throw new Error("VLESS encryption is not supported");if(!i.flow||["xtls-rprx-vision"].includes(i.flow))u.push(UB(i));else throw new Error(`Platform sing-box does not support proxy type: ${i.type} with flow ${i.flow}`);break;case"trojan":if(!i.flow)u.push(HB(i));else throw new Error(`Platform sing-box does not support proxy type: ${i.type} with flow ${i.flow}`);break;case"naive":u.push(jB(i));break;case"hysteria":u.push(MB(i));break;case"hysteria2":u.push(qB(i,s["include-unsupported-proxy"]));break;case"tuic":if(!i.token||i.token.length===0)u.push(VB(i));else throw new Error("Platform sing-box does not support proxy type: TUIC v4");break;case"wireguard":u.push(GB(i));break;case"anytls":u.push(KB(i));break;default:throw new Error(`Platform sing-box does not support proxy type: ${i.type}`)}}catch(c){se.error(c.message??c)}}),n==="internal"?u:JSON.stringify({outbounds:u},null,2)}}}function Mf(){return{type:"ALL",produce:(r,n,s={})=>{let u=r.filter(i=>!["http","https","socks5","ss","trojan","hysteria2","vless","vmess","tuic","wireguard"].includes(i.type)||i.type==="ss"&&(i.plugin==="obfs"&&!["http","tls"].includes(i["plugin-opts"]?.mode)||!["chacha20-ietf-poly1305","chacha20-poly1305","aes-256-gcm","aes-128-gcm","none","tbale","rc4","rc4-md5","aes-128-cfb","aes-192-cfb","aes-256-cfb","aes-128-ctr","aes-192-ctr","aes-256-ctr","bf-cfb","camellia-128-cfb","camellia-192-cfb","camellia-256-cfb","cast5-cfb","des-cfb","idea-cfb","rc2-cfb","seed-cfb","salsa20","chacha20","chacha20-ietf","2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm"].includes(i.cipher))||i.type==="vmess"&&!["http","ws","tcp"].includes(i.network)&&i.network||i.type==="trojan"&&!["http","ws","tcp"].includes(i.network)&&i.network||i.type==="vless"&&!["http","ws","tcp"].includes(i.network)&&i.network||i.type==="tuic"&&i.token&&i.token.length!==0?!1:!(["ws"].includes(i.network)&&i["ws-opts"]?.["v2ray-http-upgrade"])).map(i=>{let c={...i},l;i.tls&&!i.sni&&(i.sni=i.server);let h=i.prev_hop||i["underlying-proxy"]||i["dialer-proxy"]||i.detour;if(i.type==="http")i={type:i.tls?"https":"http",name:i.name,server:i.server,port:i.port,username:i.username,password:i.password,tfo:i.tfo||i["fast-open"],next_hop:i.next_hop,...i.tls?{sni:i.sni,skip_tls_verify:i["skip-cert-verify"]}:{}};else if(i.type==="socks5")i={type:"socks5",name:i.name,server:i.server,port:i.port,username:i.username,password:i.password,tfo:i.tfo||i["fast-open"],udp_relay:i.udp||i.udp_relay||i.udp_relay,next_hop:i.next_hop};else if(i.type==="ss")i={type:"shadowsocks",name:i.name,method:i.cipher==="chacha20-ietf-poly1305"?"chacha20-poly1305":i.cipher,server:i.server,port:i.port,password:i.password,tfo:i.tfo||i["fast-open"],udp_relay:i.udp||i.udp_relay||i.udp_relay,next_hop:i.next_hop},c.plugin==="obfs"&&(i.obfs=c["plugin-opts"].mode,i.obfs_host=c["plugin-opts"].host,i.obfs_uri=c["plugin-opts"].path);else if(i.type==="hysteria2")i={type:"hysteria2",name:i.name,server:i.server,port:i.port,auth:i.password,tfo:i.tfo||i["fast-open"],udp_relay:i.udp||i.udp_relay||i.udp_relay,next_hop:i.next_hop,sni:i.sni,skip_tls_verify:i["skip-cert-verify"],port_hopping:i.ports,port_hopping_interval:i["hop-interval"]},c["obfs-password"]&&c.obfs=="salamander"&&(i.obfs="salamander",i.obfs_password=c["obfs-password"]);else if(i.type==="tuic")i={type:"tuic",name:i.name,server:i.server,port:i.port,uuid:i.uuid,password:i.password,next_hop:i.next_hop,sni:i.sni,alpn:Array.isArray(i.alpn)?i.alpn:[i.alpn||"h3"],skip_tls_verify:i["skip-cert-verify"],port_hopping:i.ports,port_hopping_interval:i["hop-interval"]};else if(i.type==="trojan")i.network==="ws"&&(i.websocket={path:i["ws-opts"]?.path,host:i["ws-opts"]?.headers?.Host}),i={type:"trojan",name:i.name,server:i.server,port:i.port,password:i.password,tfo:i.tfo||i["fast-open"],udp_relay:i.udp||i.udp_relay||i.udp_relay,next_hop:i.next_hop,sni:i.sni,skip_tls_verify:i["skip-cert-verify"],websocket:i.websocket};else if(i.type==="vmess"){let d=i.cipher;d&&!["auto","none","zero","aes-128-gcm","chacha20-poly1305"].includes(d)&&(d="auto"),i.network==="ws"?i.transport={[i.tls?"wss":"ws"]:{path:i["ws-opts"]?.path,headers:{Host:i["ws-opts"]?.headers?.Host},sni:i.tls?i.sni:void 0,skip_tls_verify:i.tls?i["skip-cert-verify"]:void 0}}:i.network==="http"?i.transport={http1:{method:i["http-opts"]?.method,path:Array.isArray(i["http-opts"]?.path)?i["http-opts"]?.path[0]:i["http-opts"]?.path,headers:{Host:Array.isArray(i["http-opts"]?.headers?.Host)?i["http-opts"]?.headers?.Host[0]:i["http-opts"]?.headers?.Host},skip_tls_verify:i["skip-cert-verify"]}}:i.network==="h2"?i.transport={http2:{method:i["h2-opts"]?.method,path:Array.isArray(i["h2-opts"]?.path)?i["h2-opts"]?.path[0]:i["h2-opts"]?.path,headers:{Host:Array.isArray(i["h2-opts"]?.headers?.Host)?i["h2-opts"]?.headers?.Host[0]:i["h2-opts"]?.headers?.Host},skip_tls_verify:i["skip-cert-verify"]}}:(i.network==="tcp"||!i.network)&&i.tls&&(i.transport={tls:{sni:i.tls?i.sni:void 0,skip_tls_verify:i.tls?i["skip-cert-verify"]:void 0}});let E;(oe(i,"aead")&&!i.aead||i.alterId!==0)&&(E=!0),i={type:"vmess",name:i.name,server:i.server,port:i.port,user_id:i.uuid,security:d,tfo:i.tfo||i["fast-open"],legacy:E,udp_relay:i.udp||i.udp_relay||i.udp_relay,next_hop:i.next_hop,transport:i.transport}}else if(i.type==="vless"){if(i.encryption&&i.encryption!=="none")throw new Error("VLESS encryption is not supported");if(i.network==="ws")i.transport={[i.tls?"wss":"ws"]:{path:i["ws-opts"]?.path,headers:{Host:i["ws-opts"]?.headers?.Host},sni:i.tls?i.sni:void 0,skip_tls_verify:i.tls?i["skip-cert-verify"]:void 0}};else if(i.network==="http")i.transport={http:{method:i["http-opts"]?.method,path:Array.isArray(i["http-opts"]?.path)?i["http-opts"]?.path[0]:i["http-opts"]?.path,headers:{Host:Array.isArray(i["http-opts"]?.headers?.Host)?i["http-opts"]?.headers?.Host[0]:i["http-opts"]?.headers?.Host},skip_tls_verify:i["skip-cert-verify"]}};else if(i.network==="tcp"||!i.network){let d;if((i["reality-opts"]?.["short-id"]||i["reality-opts"]?.["public-key"])&&(d={short_id:i["reality-opts"]["short-id"],public_key:i["reality-opts"]["public-key"]}),i.transport={[i.tls?"tls":"tcp"]:{sni:i.tls?i.sni:void 0,skip_tls_verify:i.tls?i["skip-cert-verify"]:void 0,reality:d}},typeof i.flow<"u"&&!["xtls-rprx-vision"].includes(i.flow))throw new Error(`VLESS flow(${i.flow}) is not supported`);l=i.flow}i={type:"vless",name:i.name,server:i.server,port:i.port,user_id:i.uuid,security:i.cipher,tfo:i.tfo||i["fast-open"],udp_relay:i.udp||i.udp_relay||i.udp_relay,next_hop:i.next_hop,transport:i.transport,flow:l}}else i.type==="wireguard"&&(Array.isArray(i.peers)&&i.peers.length>0&&(i.server=i.peers[0].server,i.port=i.peers[0].port,i.ip=i.peers[0].ip,i.ipv6=i.peers[0].ipv6,i["public-key"]=i.peers[0]["public-key"],i["preshared-key"]=i.peers[0]["pre-shared-key"],i["allowed-ips"]=i.peers[0]["allowed-ips"],i.reserved=i.peers[0].reserved),i={type:"wireguard",name:i.name,local_ipv4:i.ip,local_ipv6:i.ipv6,server:i.server,port:i.port,private_key:i["private-key"],peer_public_key:i["public-key"],preshared_key:i["preshared-key"],reserved:i.reserved?Array.isArray(i.reserved)?i.reserved:i.reserved.split(/\s*\/\s*/).map(d=>d.trim()).filter(d=>d.length>0):void 0,dns_servers:i.dns?Array.isArray(i.dns)?i.dns:i.dns.split(/\s*,\s*/).map(d=>d.trim()).filter(d=>d.length>0):void 0,mtu:i.mtu,keepalive:i.keepalive});if(["http","https","socks5","ss","trojan","vless","vmess"].includes(c.type)){if(oe(c,"shadow-tls-password")){if(c["shadow-tls-version"]!=3)throw new Error(`shadow-tls version ${c["shadow-tls-version"]} is not supported`);i.shadow_tls={password:c["shadow-tls-password"],sni:c["shadow-tls-sni"]}}else if(["shadow-tls"].includes(c.plugin)&&c["plugin-opts"]){if(c["plugin-opts"].version!=3)throw new Error(`shadow-tls version ${c["plugin-opts"].version} is not supported`);i.shadow_tls={password:c["plugin-opts"].password,sni:c["plugin-opts"].host}}}if(["socks5","ss","trojan","vless","vmess","wireguard","tuic","hysteria2"].includes(c.type)&&(["on","true",!0,"1",1].includes(c["block-quic"])?i.block_quic=!0:["off","false",!1,"0",0].includes(c["block-quic"])&&(i.block_quic=!1)),["ss"].includes(c.type)&&i.shadow_tls&&c["udp-port"]>0&&c["udp-port"]<=65535&&(i.udp_port=c["udp-port"]),delete i.subName,delete i.collectionName,delete i.id,delete i.resolved,delete i["no-resolve"],i.transport){for(let d in i.transport)(Object.keys(i.transport[d]).length===0||Object.values(i.transport[d]).every(E=>E==null))&&delete i.transport[d];Object.keys(i.transport).length===0&&delete i.transport}if(n!=="internal")for(let d in i)(i[d]==null||/^_/i.test(d))&&delete i[d];return{[i.type]:{...i,type:void 0,prev_hop:h}}});return n==="internal"?u:`proxies: `+u.map(i=>" - "+JSON.stringify(i)+` `).join("")}}}function wA(){return{type:"ALL",produce:(r,n)=>n==="internal"?r:JSON.stringify(r,null,2)}}var CA={qx:Tc(),QX:Tc(),QuantumultX:Tc(),surge:ko(),Surge:ko(),SurgeMac:jp(),Loon:qp(),Clash:Mp(),meta:hi(),clashmeta:hi(),"clash.meta":hi(),"Clash.Meta":hi(),ClashMeta:hi(),mihomo:hi(),Mihomo:hi(),uri:Oo(),URI:Oo(),v2:Rc(),v2ray:Rc(),V2Ray:Rc(),json:wA(),JSON:wA(),stash:Uf(),Stash:Uf(),shadowrocket:kc(),Shadowrocket:kc(),ShadowRocket:kc(),surfboard:Hf(),Surfboard:Hf(),singbox:jf(),"sing-box":jf(),egern:Mf(),Egern:Mf()};var _E=sn(jc()),t7=String.raw` // global initializer {{ function $set(obj, path, value) { if (Object(obj) !== obj) return obj; if (!Array.isArray(path)) path = path.toString().match(/[^.[\]]+/g) || []; path .slice(0, -1) .reduce((a, c, i) => (Object(a[c]) === a[c] ? a[c] : (a[c] = Math.abs(path[i + 1]) >> 0 === +path[i + 1] ? [] : {})), obj)[ path[path.length - 1] ] = value; return obj; } }} // per-parser initializer { const proxy = {}; const obfs = {}; const $ = {}; function handleWebsocket() { if (obfs.type === "ws") { proxy.network = "ws"; $set(proxy, "ws-opts.path", obfs.path); $set(proxy, "ws-opts.headers", obfs['ws-headers']); if (proxy['ws-opts'] && proxy['ws-opts']['headers'] && proxy['ws-opts']['headers'].Host) { proxy['ws-opts']['headers'].Host = proxy['ws-opts']['headers'].Host.replace(/^"(.*)"$/, '$1') } } } function handleShadowTLS() { if (proxy['shadow-tls-password'] && !proxy['shadow-tls-version']) { proxy['shadow-tls-version'] = 2; } } } start = (anytls/shadowsocks/vmess/trojan/https/http/snell/socks5/socks5_tls/tuic/tuic_v5/wireguard/hysteria2/ssh/trust_tunnel/direct) { return proxy; } shadowsocks = tag equals "ss" address (method/passwordk/obfs/obfs_host/obfs_uri/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/udp_relay/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/udp_port/others)* { proxy.type = "ss"; // handle obfs if (obfs.type == "http" || obfs.type === "tls") { proxy.plugin = "obfs"; $set(proxy, "plugin-opts.mode", obfs.type); $set(proxy, "plugin-opts.host", obfs.host); $set(proxy, "plugin-opts.path", obfs.path); } handleShadowTLS(); } vmess = tag equals "vmess" address (vmess_uuid/vmess_aead/ws/ws_path/ws_headers/method/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/tls/sni/tls_fingerprint/tls_verification/fast_open/tfo/udp_relay/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "vmess"; proxy.cipher = proxy.cipher || "none"; // Surfboard 与 Surge 默认不一致, 不管 Surfboard https://getsurfboard.com/docs/profile-format/proxy/external-proxy/vmess if (proxy.aead) { proxy.alterId = 0; } else { proxy.alterId = 1; } handleWebsocket(); handleShadowTLS(); } trojan = tag equals "trojan" address (passwordk/ws/ws_path/ws_headers/tls/sni/tls_fingerprint/tls_verification/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/udp_relay/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "trojan"; handleWebsocket(); handleShadowTLS(); } https = tag equals "https" address (username password)? (usernamek passwordk)? (sni/tls_fingerprint/tls_verification/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "http"; proxy.tls = true; handleShadowTLS(); } http = tag equals "http" address (username password)? (usernamek passwordk)? (ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "http"; handleShadowTLS(); } ssh = tag equals "ssh" address (username password)? (usernamek passwordk)? (server_fingerprint/idle_timeout/private_key/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "ssh"; handleShadowTLS(); } snell = tag equals "snell" address (snell_version/snell_psk/obfs/obfs_host/obfs_uri/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/udp_relay/reuse/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "snell"; // handle obfs if (obfs.type == "http" || obfs.type === "tls") { $set(proxy, "obfs-opts.mode", obfs.type); $set(proxy, "obfs-opts.host", obfs.host); $set(proxy, "obfs-opts.path", obfs.path); } handleShadowTLS(); } tuic = tag equals "tuic" address (alpn/token/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/tls_fingerprint/tls_verification/sni/fast_open/tfo/ecn/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/port_hopping_interval/others)* { proxy.type = "tuic"; handleShadowTLS(); } tuic_v5 = tag equals "tuic-v5" address (alpn/passwordk/uuidk/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/tls_fingerprint/tls_verification/sni/fast_open/tfo/ecn/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/port_hopping_interval/others)* { proxy.type = "tuic"; proxy.version = 5; handleShadowTLS(); } wireguard = tag equals "wireguard" (section_name/no_error_alert/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "wireguard-surge"; handleShadowTLS(); } hysteria2 = tag equals "hysteria2" address (no_error_alert/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/sni/tls_verification/passwordk/tls_fingerprint/download_bandwidth/ecn/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/port_hopping_interval/salamander_password/others)* { proxy.type = "hysteria2"; handleShadowTLS(); } socks5 = tag equals "socks5" address (username password)? (usernamek passwordk)? (udp_relay/no_error_alert/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/fast_open/tfo/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "socks5"; handleShadowTLS(); } socks5_tls = tag equals "socks5-tls" address (username password)? (usernamek passwordk)? (udp_relay/no_error_alert/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/sni/tls_fingerprint/tls_verification/fast_open/tfo/shadow_tls_version/shadow_tls_sni/shadow_tls_password/block_quic/others)* { proxy.type = "socks5"; proxy.tls = true; handleShadowTLS(); } anytls = tag equals "anytls" address (passwordk/reuse/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/tls_fingerprint/tls_verification/sni/fast_open/tfo/block_quic/others)* { proxy.type = "anytls"; proxy.tls = true; } trust_tunnel = tag equals "trust-tunnel" address (usernamek/passwordk/reuse/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/tls_fingerprint/tls_verification/sni/fast_open/tfo/block_quic/others)* { proxy.type = "trust-tunnel"; proxy.tls = true; } direct = tag equals "direct" (udp_relay/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/block_quic/others)* { proxy.type = "direct"; } address = comma server:server comma port:port { proxy.server = server; proxy.port = port; } server = ip/domain ip = & { const start = peg$currPos; let j = start; while (j < input.length) { if (input[j] === ",") break; j++; } peg$currPos = j; $.ip = input.substring(start, j).trim(); return true; } { return $.ip; } domain = match:[0-9a-zA-z-_.]+ { const domain = match.join(""); if (/(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/.test(domain)) { return domain; } } port = digits:[0-9]+ { const port = parseInt(digits.join(""), 10); if (port >= 0 && port <= 65535) { return port; } } port_hopping_interval = comma "port-hopping-interval" equals match:$[0-9]+ { proxy["hop-interval"] = parseInt(match.trim()); } username = & { let j = peg$currPos; let start, end; let first = true; while (j < input.length) { if (input[j] === ',') { if (first) { start = j + 1; first = false; } else { end = j; break; } } j++; } const match = input.substring(start, end); if (match.indexOf("=") === -1) { $.username = match; peg$currPos = end; return true; } } { proxy.username = $.username.trim().replace(/^"(.*?)"$/, '$1').replace(/^'(.*?)'$/, '$1'); } password = comma match:[^,]+ { proxy.password = match.join("").replace(/^"(.*)"$/, '$1').replace(/^'(.*?)'$/, '$1'); } tls = comma "tls" equals flag:bool { proxy.tls = flag; } sni = comma "sni" equals sni:("off"/domain) { if (sni === "off") { proxy["disable-sni"] = true; } else { proxy.sni = sni; } } tls_verification = comma "skip-cert-verify" equals flag:bool { proxy["skip-cert-verify"] = flag; } tls_fingerprint = comma "server-cert-fingerprint-sha256" equals tls_fingerprint:$[^,]+ { proxy["tls-fingerprint"] = tls_fingerprint.trim(); } snell_psk = comma "psk" equals match:[^,]+ { proxy.psk = match.join(""); } snell_version = comma "version" equals match:$[0-9]+ { proxy.version = parseInt(match.trim()); } usernamek = comma "username" equals match:[^,]+ { proxy.username = match.join("").replace(/^"(.*?)"$/, '$1').replace(/^'(.*?)'$/, '$1'); } passwordk = comma "password" equals match:[^,]+ { proxy.password = match.join("").replace(/^"(.*?)"$/, '$1').replace(/^'(.*?)'$/, '$1'); } vmess_uuid = comma "username" equals match:[^,]+ { proxy.uuid = match.join(""); } vmess_aead = comma "vmess-aead" equals flag:bool { proxy.aead = flag; } method = comma "encrypt-method" equals cipher:cipher { proxy.cipher = cipher; } cipher = ("aes-128-cfb"/"aes-128-ctr"/"aes-128-gcm"/"aes-192-cfb"/"aes-192-ctr"/"aes-192-gcm"/"aes-256-cfb"/"aes-256-ctr"/"aes-256-gcm"/"bf-cfb"/"camellia-128-cfb"/"camellia-192-cfb"/"camellia-256-cfb"/"cast5-cfb"/"chacha20-ietf-poly1305"/"chacha20-ietf"/"chacha20-poly1305"/"chacha20"/"des-cfb"/"idea-cfb"/"none"/"rc2-cfb"/"rc4-md5"/"rc4"/"salsa20"/"seed-cfb"/"xchacha20-ietf-poly1305"/"2022-blake3-aes-128-gcm"/"2022-blake3-aes-256-gcm"); ws = comma "ws" equals flag:bool { obfs.type = "ws"; } ws_headers = comma "ws-headers" equals headers:$[^,]+ { const pairs = headers.split("|"); const result = {}; pairs.forEach(pair => { const [key, value] = pair.trim().split(":"); result[key.trim()] = value.trim().replace(/^"(.*?)"$/, '$1').replace(/^'(.*?)'$/, '$1'); }) obfs["ws-headers"] = result; } ws_path = comma "ws-path" equals path:uri { obfs.path = path.trim().replace(/^"(.*?)"$/, '$1').replace(/^'(.*?)'$/, '$1'); } obfs = comma "obfs" equals type:("http"/"tls") { obfs.type = type; } obfs_host = comma "obfs-host" equals host:domain { obfs.host = host; }; obfs_uri = comma "obfs-uri" equals path:uri { obfs.path = path } uri = $[^,]+ udp_relay = comma "udp-relay" equals flag:bool { proxy.udp = flag; } fast_open = comma "fast-open" equals flag:bool { proxy.tfo = flag; } reuse = comma "reuse" equals flag:bool { proxy.reuse = flag; } ecn = comma "ecn" equals flag:bool { proxy.ecn = flag; } tfo = comma "tfo" equals flag:bool { proxy.tfo = flag; } ip_version = comma "ip-version" equals match:[^,]+ { proxy["ip-version"] = match.join(""); } section_name = comma "section-name" equals match:[^,]+ { proxy["section-name"] = match.join(""); } no_error_alert = comma "no-error-alert" equals match:[^,]+ { proxy["no-error-alert"] = match.join(""); } underlying_proxy = comma "underlying-proxy" equals match:[^,]+ { proxy["underlying-proxy"] = match.join(""); } download_bandwidth = comma "download-bandwidth" equals match:[^,]+ { proxy.down = match.join(""); } test_url = comma "test-url" equals match:[^,]+ { proxy["test-url"] = match.join(""); } test_udp = comma "test-udp" equals match:[^,]+ { proxy["test-udp"] = match.join(""); } test_timeout = comma "test-timeout" equals match:$[0-9]+ { proxy["test-timeout"] = parseInt(match.trim()); } tos = comma "tos" equals match:$[0-9]+ { proxy.tos = parseInt(match.trim()); } interface = comma "interface" equals match:[^,]+ { proxy.interface = match.join(""); } allow_other_interface = comma "allow-other-interface" equals flag:bool { proxy["allow-other-interface"] = flag; } hybrid = comma "hybrid" equals flag:bool { proxy.hybrid = flag; } idle_timeout = comma "idle-timeout" equals match:$[0-9]+ { proxy["idle-timeout"] = parseInt(match.trim()); } private_key = comma "private-key" equals match:[^,]+ { proxy["keystore-private-key"] = match.join("").replace(/^"(.*)"$/, '$1'); } server_fingerprint = comma "server-fingerprint" equals match:[^,]+ { proxy["server-fingerprint"] = match.join("").replace(/^"(.*)"$/, '$1'); } block_quic = comma "block-quic" equals match:[^,]+ { proxy["block-quic"] = match.join(""); } udp_port = comma "udp-port" equals match:$[0-9]+ { proxy["udp-port"] = parseInt(match.trim()); } shadow_tls_version = comma "shadow-tls-version" equals match:$[0-9]+ { proxy["shadow-tls-version"] = parseInt(match.trim()); } shadow_tls_sni = comma "shadow-tls-sni" equals match:[^,]+ { proxy["shadow-tls-sni"] = match.join(""); } shadow_tls_password = comma "shadow-tls-password" equals match:[^,]+ { proxy["shadow-tls-password"] = match.join("").replace(/^"(.*?)"$/, '$1').replace(/^'(.*?)'$/, '$1'); } token = comma "token" equals match:[^,]+ { proxy.token = match.join(""); } alpn = comma "alpn" equals match:[^,]+ { proxy.alpn = match.join(""); } uuidk = comma "uuid" equals match:[^,]+ { proxy.uuid = match.join(""); } salamander_password = comma "salamander-password" equals match:[^,]+ { proxy['obfs-password'] = match.join("").replace(/^"(.*?)"$/, '$1').replace(/^'(.*?)'$/, '$1'); proxy.obfs = 'salamander'; } tag = match:[^=,]* { proxy.name = match.join("").trim(); } comma = _ "," _ equals = _ "=" _ _ = [ \r\t]* bool = b:("true"/"false") { return b === "true" } others = comma [^=,]+ equals [^=,]+ `,pd;function Pn(){return pd||(pd=_E.generate(t7)),pd}var BE=sn(jc()),r7=String.raw` // global initializer {{ function $set(obj, path, value) { if (Object(obj) !== obj) return obj; if (!Array.isArray(path)) path = path.toString().match(/[^.[\]]+/g) || []; path .slice(0, -1) .reduce((a, c, i) => (Object(a[c]) === a[c] ? a[c] : (a[c] = Math.abs(path[i + 1]) >> 0 === +path[i + 1] ? [] : {})), obj)[ path[path.length - 1] ] = value; return obj; } }} // per-parser initializer { const proxy = {}; const obfs = {}; const transport = {}; const $ = {}; function handleTransport() { if (transport.type === "tcp") { /* do nothing */ } else if (transport.type === "ws") { proxy.network = "ws"; $set(proxy, "ws-opts.path", transport.path); $set(proxy, "ws-opts.headers.Host", transport.host); } else if (transport.type === "http") { proxy.network = "http"; $set(proxy, "http-opts.path", transport.path); $set(proxy, "http-opts.headers.Host", transport.host); } } } start = (shadowsocksr/shadowsocks/vmess/vless/trojan/https/http/socks5/hysteria2) { return proxy; } shadowsocksr = tag equals "shadowsocksr"i address method password (ssr_protocol/ssr_protocol_param/obfs_ssr/obfs_ssr_param/obfs_host/obfs_uri/fast_open/udp_relay/udp_port/shadow_tls_version/shadow_tls_sni/shadow_tls_password/ip_mode/block_quic/others)*{ proxy.type = "ssr"; // handle ssr obfs proxy.obfs = obfs.type; } shadowsocks = tag equals "shadowsocks"i address method password (obfs_typev obfs_hostv)? (obfs_ss/obfs_host/obfs_uri/fast_open/udp_relay/udp_port/shadow_tls_version/shadow_tls_sni/shadow_tls_password/ip_mode/block_quic/others)* { proxy.type = "ss"; // handle ss obfs if (obfs.type == "http" || obfs.type === "tls") { proxy.plugin = "obfs"; $set(proxy, "plugin-opts.mode", obfs.type); $set(proxy, "plugin-opts.host", obfs.host); $set(proxy, "plugin-opts.path", obfs.path); } } vmess = tag equals "vmess"i address method uuid (transport/transport_host/transport_path/over_tls/tls_name/sni/tls_verification/tls_cert_sha256/tls_pubkey_sha256/vmess_alterId/fast_open/udp_relay/ip_mode/public_key/short_id/block_quic/others)* { proxy.type = "vmess"; proxy.cipher = proxy.cipher || "none"; proxy.alterId = proxy.alterId || 0; handleTransport(); } vless = tag equals "vless"i address uuid (transport/transport_host/transport_path/over_tls/tls_name/sni/tls_verification/tls_cert_sha256/tls_pubkey_sha256/fast_open/udp_relay/ip_mode/flow/public_key/short_id/block_quic/others)* { proxy.type = "vless"; handleTransport(); } trojan = tag equals "trojan"i address password (transport/transport_host/transport_path/over_tls/tls_name/sni/tls_verification/tls_cert_sha256/tls_pubkey_sha256/fast_open/udp_relay/ip_mode/block_quic/others)* { proxy.type = "trojan"; handleTransport(); } hysteria2 = tag equals "hysteria2"i address password (tls_name/sni/tls_verification/tls_cert_sha256/tls_pubkey_sha256/udp_relay/fast_open/download_bandwidth/salamander_password/ecn/ip_mode/block_quic/others)* { proxy.type = "hysteria2"; } https = tag equals "https"i address (username password)? (tls_name/sni/tls_verification/tls_cert_sha256/tls_pubkey_sha256/fast_open/udp_relay/ip_mode/block_quic/others)* { proxy.type = "http"; proxy.tls = true; } http = tag equals "http"i address (username password)? (fast_open/udp_relay/ip_mode/block_quic/others)* { proxy.type = "http"; } socks5 = tag equals "socks5"i address (username password)? (over_tls/tls_name/sni/tls_verification/tls_cert_sha256/tls_pubkey_sha256/fast_open/udp_relay/ip_mode/block_quic/others)* { proxy.type = "socks5"; } address = comma server:server comma port:port { proxy.server = server; proxy.port = port; } server = ip/domain ip = & { const start = peg$currPos; let j = start; while (j < input.length) { if (input[j] === ",") break; j++; } peg$currPos = j; $.ip = input.substring(start, j).trim(); return true; } { return $.ip; } domain = match:[0-9a-zA-z-_.]+ { const domain = match.join(""); if (/(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/.test(domain)) { return domain; } throw new Error("Invalid domain: " + domain); } port = digits:[0-9]+ { const port = parseInt(digits.join(""), 10); if (port >= 0 && port <= 65535) { return port; } throw new Error("Invalid port number: " + port); } method = comma cipher:cipher { proxy.cipher = cipher; } cipher = ("aes-128-cfb"/"aes-128-ctr"/"aes-128-gcm"/"aes-192-cfb"/"aes-192-ctr"/"aes-192-gcm"/"aes-256-cfb"/"aes-256-ctr"/"aes-256-gcm"/"auto"/"bf-cfb"/"camellia-128-cfb"/"camellia-192-cfb"/"camellia-256-cfb"/"chacha20-ietf-poly1305"/"chacha20-ietf"/"chacha20-poly1305"/"chacha20"/"none"/"rc4-md5"/"rc4"/"salsa20"/"xchacha20-ietf-poly1305"/"2022-blake3-aes-128-gcm"/"2022-blake3-aes-256-gcm"); username = & { let j = peg$currPos; let start, end; let first = true; while (j < input.length) { if (input[j] === ',') { if (first) { start = j + 1; first = false; } else { end = j; break; } } j++; } const match = input.substring(start, end); if (match.indexOf("=") === -1) { $.username = match; peg$currPos = end; return true; } } { proxy.username = $.username; } password = comma '"' match:[^"]* '"' { proxy.password = match.join(""); } uuid = comma '"' match:[^"]+ '"' { proxy.uuid = match.join(""); } obfs_typev = comma type:("http"/"tls") { obfs.type = type; } obfs_hostv = comma match:[^,]+ { obfs.host = match.join(""); } obfs_ss = comma "obfs-name" equals type:("http"/"tls") { obfs.type = type; } obfs_ssr = comma "obfs" equals type:("plain"/"http_simple"/"http_post"/"random_head"/"tls1.2_ticket_auth"/"tls1.2_ticket_fastauth") { obfs.type = type; } obfs_ssr_param = comma "obfs-param" equals match:$[^,]+ { proxy["obfs-param"] = match; } obfs_host = comma "obfs-host" equals host:domain { obfs.host = host; } obfs_uri = comma "obfs-uri" equals uri:uri { obfs.path = uri; } uri = $[^,]+ transport = comma "transport" equals type:("tcp"/"ws"/"http") { transport.type = type; } transport_host = comma "host" equals host:domain { transport.host = host; } transport_path = comma "path" equals path:uri { transport.path = path; } ssr_protocol = comma "protocol" equals protocol:("origin"/"auth_sha1_v4"/"auth_aes128_md5"/"auth_aes128_sha1"/"auth_chain_a"/"auth_chain_b") { proxy.protocol = protocol; } ssr_protocol_param = comma "protocol-param" equals param:$[^=,]+ { proxy["protocol-param"] = param; } vmess_alterId = comma "alterId" equals alterId:$[0-9]+ { proxy.alterId = parseInt(alterId); } udp_port = comma "udp-port" equals match:$[0-9]+ { proxy["udp-port"] = parseInt(match.trim()); } shadow_tls_version = comma "shadow-tls-version" equals match:$[0-9]+ { proxy["shadow-tls-version"] = parseInt(match.trim()); } shadow_tls_sni = comma "shadow-tls-sni" equals match:[^,]+ { proxy["shadow-tls-sni"] = match.join(""); } shadow_tls_password = comma "shadow-tls-password" equals match:[^,]+ { proxy["shadow-tls-password"] = match.join(""); } over_tls = comma "over-tls" equals flag:bool { proxy.tls = flag; } tls_name = comma sni:("tls-name") equals host:domain { proxy.sni = host; } sni = comma sni:("sni") equals host:domain { proxy.sni = host; } tls_verification = comma "skip-cert-verify" equals flag:bool { proxy["skip-cert-verify"] = flag; } tls_cert_sha256 = comma "tls-cert-sha256" equals match:[^,]+ { proxy["tls-fingerprint"] = match.join("").replace(/^"(.*)"$/, '$1'); } tls_pubkey_sha256 = comma "tls-pubkey-sha256" equals match:[^,]+ { proxy["tls-pubkey-sha256"] = match.join("").replace(/^"(.*)"$/, '$1'); } flow = comma "flow" equals match:[^,]+ { proxy["flow"] = match.join("").replace(/^"(.*)"$/, '$1'); } public_key = comma "public-key" equals match:[^,]+ { proxy["reality-opts"] = proxy["reality-opts"] || {}; proxy["reality-opts"]["public-key"] = match.join("").replace(/^"(.*)"$/, '$1'); } short_id = comma "short-id" equals match:[^,]+ { proxy["reality-opts"] = proxy["reality-opts"] || {}; proxy["reality-opts"]["short-id"] = match.join("").replace(/^"(.*)"$/, '$1'); } fast_open = comma "fast-open" equals flag:bool { proxy.tfo = flag; } udp_relay = comma "udp" equals flag:bool { proxy.udp = flag; } ip_mode = comma "ip-mode" equals match:[^,]+ { proxy["ip-version"] = match.join(""); } ecn = comma "ecn" equals flag:bool { proxy.ecn = flag; } download_bandwidth = comma "download-bandwidth" equals match:[^,]+ { proxy.down = match.join(""); } salamander_password = comma "salamander-password" equals match:[^,]+ { proxy['obfs-password'] = match.join(""); proxy.obfs = 'salamander'; } block_quic = comma "block-quic" equals flag:bool { if(flag) proxy["block-quic"] = "on"; else proxy["block-quic"] = "off"; } tag = match:[^=,]* { proxy.name = match.join("").trim(); } comma = _ "," _ equals = _ "=" _ _ = [ \r\t]* bool = b:("true"/"false") { return b === "true" } others = comma [^=,]+ equals [^=,]+ `,dd;function Fs(){return dd||(dd=BE.generate(r7)),dd}var IE=sn(jc()),n7=String.raw` // global initializer {{ function $set(obj, path, value) { if (Object(obj) !== obj) return obj; if (!Array.isArray(path)) path = path.toString().match(/[^.[\]]+/g) || []; path .slice(0, -1) .reduce((a, c, i) => (Object(a[c]) === a[c] ? a[c] : (a[c] = Math.abs(path[i + 1]) >> 0 === +path[i + 1] ? [] : {})), obj)[ path[path.length - 1] ] = value; return obj; } }} // per-parse initializer { const proxy = {}; const obfs = {}; const $ = {}; function handleObfs() { if (obfs.type === "ws" || obfs.type === "wss") { proxy.network = "ws"; if (obfs.type === 'wss') { proxy.tls = true; } $set(proxy, "ws-opts.path", obfs.path); $set(proxy, "ws-opts.headers.Host", obfs.host); } else if (obfs.type === "over-tls") { proxy.tls = true; } else if (obfs.type === "http") { proxy.network = "http"; $set(proxy, "http-opts.path", obfs.path); $set(proxy, "http-opts.headers.Host", obfs.host); } } } start = (trojan/shadowsocks/vmess/vless/http/socks5) { return proxy } trojan = "trojan" equals address (password/over_tls/tls_host/tls_pubkey_sha256/tls_alpn/tls_no_session_ticket/tls_no_session_reuse/tls_fingerprint/tls_verification/obfs/obfs_host/obfs_uri/tag/udp_relay/udp_over_tcp/fast_open/server_check_url/reality_base64_pubkey/reality_hex_shortid/others)* { proxy.type = "trojan"; handleObfs(); } shadowsocks = "shadowsocks" equals address (password/method/obfs_ssr/obfs_ss/obfs_host/obfs_uri/ssr_protocol/ssr_protocol_param/tls_pubkey_sha256/tls_alpn/tls_no_session_ticket/tls_no_session_reuse/tls_fingerprint/tls_verification/udp_relay/udp_over_tcp_new/fast_open/tag/server_check_url/reality_base64_pubkey/reality_hex_shortid/others)* { if (proxy.protocol || proxy.type === "ssr") { proxy.type = "ssr"; if (!proxy.protocol) { proxy.protocol = "origin"; } // handle ssr obfs if (obfs.host) proxy["obfs-param"] = obfs.host; if (obfs.type) proxy.obfs = obfs.type; } else { proxy.type = "ss"; // handle ss obfs if (obfs.type == "http" || obfs.type === "tls") { proxy.plugin = "obfs"; $set(proxy, "plugin-opts", { mode: obfs.type }); } else if (obfs.type === "ws" || obfs.type === "wss") { proxy.plugin = "v2ray-plugin"; $set(proxy, "plugin-opts.mode", "websocket"); if (obfs.type === "wss") { $set(proxy, "plugin-opts.tls", true); } } else if (obfs.type === 'over-tls') { throw new Error('ss over-tls is not supported'); } if (obfs.type) { $set(proxy, "plugin-opts.host", obfs.host); $set(proxy, "plugin-opts.path", obfs.path); } } } vmess = "vmess" equals address (uuid/method/over_tls/tls_host/tls_pubkey_sha256/tls_alpn/tls_no_session_ticket/tls_no_session_reuse/tls_fingerprint/tls_verification/tag/obfs/obfs_host/obfs_uri/udp_relay/udp_over_tcp/fast_open/aead/server_check_url/reality_base64_pubkey/reality_hex_shortid/others)* { proxy.type = "vmess"; proxy.cipher = proxy.cipher || "none"; if (proxy.aead === false) { proxy.alterId = 1; } else { proxy.alterId = 0; } handleObfs(); } vless = "vless" equals address (uuid/method/over_tls/tls_host/tls_pubkey_sha256/tls_alpn/tls_no_session_ticket/tls_no_session_reuse/tls_fingerprint/tls_verification/tag/obfs/obfs_host/obfs_uri/udp_relay/udp_over_tcp/fast_open/aead/server_check_url/reality_base64_pubkey/reality_hex_shortid/vless_flow/others)* { proxy.type = "vless"; proxy.cipher = proxy.cipher || "none"; handleObfs(); } http = "http" equals address (username/password/over_tls/tls_host/tls_pubkey_sha256/tls_alpn/tls_no_session_ticket/tls_no_session_reuse/tls_fingerprint/tls_verification/tag/fast_open/udp_relay/udp_over_tcp/server_check_url/reality_base64_pubkey/reality_hex_shortid/others)*{ proxy.type = "http"; } socks5 = "socks5" equals address (username/password/password/over_tls/tls_host/tls_pubkey_sha256/tls_alpn/tls_no_session_ticket/tls_no_session_reuse/tls_fingerprint/tls_verification/tag/fast_open/udp_relay/udp_over_tcp/server_check_url/reality_base64_pubkey/reality_hex_shortid/others)* { proxy.type = "socks5"; } address = server:server ":" port:port { proxy.server = server; proxy.port = port; } server = ip/domain domain = match:[0-9a-zA-z-_.]+ { const domain = match.join(""); if (/(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/.test(domain)) { return domain; } } ip = & { const start = peg$currPos; let end; let j = start; while (j < input.length) { if (input[j] === ",") break; if (input[j] === ":") end = j; j++; } peg$currPos = end || j; $.ip = input.substring(start, end).trim(); return true; } { return $.ip; } port = digits:[0-9]+ { const port = parseInt(digits.join(""), 10); if (port >= 0 && port <= 65535) { return port; } } username = comma "username" equals username:[^,]+ { proxy.username = username.join("").trim(); } password = comma "password" equals password:[^,]+ { proxy.password = password.join("").trim(); } uuid = comma "password" equals uuid:[^,]+ { proxy.uuid = uuid.join("").trim(); } method = comma "method" equals cipher:cipher { proxy.cipher = cipher; }; cipher = ("aes-128-cfb"/"aes-128-ctr"/"aes-128-gcm"/"aes-192-cfb"/"aes-192-ctr"/"aes-192-gcm"/"aes-256-cfb"/"aes-256-ctr"/"aes-256-gcm"/"bf-cfb"/"cast5-cfb"/"chacha20-ietf-poly1305"/"chacha20-ietf"/"chacha20-poly1305"/"chacha20"/"des-cfb"/"none"/"rc2-cfb"/"rc4-md5-6"/"rc4-md5"/"salsa20"/"xchacha20-ietf-poly1305"/"2022-blake3-aes-128-gcm"/"2022-blake3-aes-256-gcm"); aead = comma "aead" equals flag:bool { proxy.aead = flag; } udp_relay = comma "udp-relay" equals flag:bool { proxy.udp = flag; } udp_over_tcp = comma "udp-over-tcp" equals flag:bool { throw new Error("UDP over TCP is not supported"); } udp_over_tcp_new = comma "udp-over-tcp" equals param:$[^=,]+ { if (param === "sp.v1") { proxy["udp-over-tcp"] = true; proxy["udp-over-tcp-version"] = 1; } else if (param === "sp.v2") { proxy["udp-over-tcp"] = true; proxy["udp-over-tcp-version"] = 2; } else if (param === "true") { proxy["_ssr_python_uot"] = true; } else { throw new Error("Invalid value for udp-over-tcp"); } } fast_open = comma "fast-open" equals flag:bool { proxy.tfo = flag; } over_tls = comma "over-tls" equals flag:bool { proxy.tls = flag; } tls_host = comma "tls-host" equals sni:domain { proxy.sni = sni; } tls_verification = comma "tls-verification" equals flag:bool { proxy["skip-cert-verify"] = !flag; } tls_fingerprint = comma "tls-cert-sha256" equals tls_fingerprint:$[^,]+ { proxy["tls-fingerprint"] = tls_fingerprint.trim(); } tls_pubkey_sha256 = comma "tls-pubkey-sha256" equals param:$[^=,]+ { proxy["tls-pubkey-sha256"] = param; } tls_alpn = comma "tls-alpn" equals param:$[^=,]+ { proxy["tls-alpn"] = param; } tls_no_session_ticket = comma "tls-no-session-ticket" equals flag:bool { proxy["tls-no-session-ticket"] = flag; } tls_no_session_reuse = comma "tls-no-session-reuse" equals flag:bool { proxy["tls-no-session-reuse"] = flag; } obfs_ss = comma "obfs" equals type:("http"/"tls"/"wss"/"ws"/"over-tls") { obfs.type = type; return type; } obfs_ssr = comma "obfs" equals type:("plain"/"http_simple"/"http_post"/"random_head"/"tls1.2_ticket_auth"/"tls1.2_ticket_fastauth") { proxy.type = "ssr"; obfs.type = type; return type; } obfs = comma "obfs" equals type:("wss"/"ws"/"over-tls"/"http") { obfs.type = type; return type; }; obfs_host = comma "obfs-host" equals host:domain { obfs.host = host; } obfs_uri = comma "obfs-uri" equals uri:uri { obfs.path = uri; } ssr_protocol = comma "ssr-protocol" equals protocol:("origin"/"auth_sha1_v4"/"auth_aes128_md5"/"auth_aes128_sha1"/"auth_chain_a"/"auth_chain_b") { proxy.protocol = protocol; return protocol; } ssr_protocol_param = comma "ssr-protocol-param" equals param:$[^=,]+ { proxy["protocol-param"] = param; } reality_base64_pubkey = comma "reality-base64-pubkey" equals param:$[^=,]+ { $set(proxy, "reality-opts.public-key", param); } reality_hex_shortid = comma "reality-hex-shortid" equals param:$[^=,]+ { $set(proxy, "reality-opts.short-id", param); } vless_flow = comma "vless-flow" equals param:$[^=,]+ { proxy["flow"] = param; } server_check_url = comma "server_check_url" equals param:$[^=,]+ { proxy["test-url"] = param; } uri = $[^,]+ tag = comma "tag" equals tag:[^=,]+ { proxy.name = tag.join(""); } others = comma [^=,]+ equals [^=,]+ comma = _ "," _ equals = _ "=" _ _ = [ \r\t]* bool = b:("true"/"false") { return b === "true" } `,gd;function fu(){return gd||(gd=IE.generate(n7)),gd}var $E=sn(jc()),i7=String.raw` // global initializer {{ function $set(obj, path, value) { if (Object(obj) !== obj) return obj; if (!Array.isArray(path)) path = path.toString().match(/[^.[\]]+/g) || []; path .slice(0, -1) .reduce((a, c, i) => (Object(a[c]) === a[c] ? a[c] : (a[c] = Math.abs(path[i + 1]) >> 0 === +path[i + 1] ? [] : {})), obj)[ path[path.length - 1] ] = value; return obj; } function toBool(str) { if (typeof str === 'undefined' || str === null) return undefined; return /(TRUE)|1/i.test(str); } }} { const proxy = {}; const obfs = {}; const $ = {}; const params = {}; } start = (trojan) { return proxy } trojan = "trojan://" password:password "@" server:server ":" port:port "/"? params? name:name?{ proxy.type = "trojan"; proxy.password = password; proxy.server = server; proxy.port = port; proxy.name = name; // name may be empty if (!proxy.name) { proxy.name = server + ":" + port; } }; password = match:$[^@]+ { return decodeURIComponent(match); }; server = ip/domain; domain = match:[0-9a-zA-z-_.]+ { const domain = match.join(""); if (/(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/.test(domain)) { return domain; } } ip = & { const start = peg$currPos; let end; let j = start; while (j < input.length) { if (input[j] === ",") break; if (input[j] === ":") end = j; j++; } peg$currPos = end || j; $.ip = input.substring(start, end).trim(); return true; } { return $.ip; } port = digits:[0-9]+ { const port = parseInt(digits.join(""), 10); if (port >= 0 && port <= 65535) { return port; } else { throw new Error("Invalid port: " + port); } } params = "?" head:param tail:("&"@param)* { for (const [key, value] of Object.entries(params)) { params[key] = decodeURIComponent(value); } proxy["skip-cert-verify"] = toBool(params["allowInsecure"]); proxy.sni = params["sni"] || params["peer"]; proxy['client-fingerprint'] = params.fp; proxy.alpn = params.alpn ? decodeURIComponent(params.alpn).split(',') : undefined; if (toBool(params["ws"])) { proxy.network = "ws"; $set(proxy, "ws-opts.path", params["wspath"]); } if (params["type"]) { let httpupgrade proxy.network = params["type"] if(proxy.network === 'httpupgrade') { proxy.network = 'ws' httpupgrade = true } if (['grpc'].includes(proxy.network)) { proxy[proxy.network + '-opts'] = { 'grpc-service-name': params["serviceName"], '_grpc-type': params["mode"], '_grpc-authority': params["authority"], }; } else { if (params["path"]) { $set(proxy, proxy.network+"-opts.path", decodeURIComponent(params["path"])); } if (params["host"]) { $set(proxy, proxy.network+"-opts.headers.Host", decodeURIComponent(params["host"])); } if (httpupgrade) { $set(proxy, proxy.network+"-opts.v2ray-http-upgrade", true); $set(proxy, proxy.network+"-opts.v2ray-http-upgrade-fast-open", true); } } if (['reality'].includes(params.security)) { const opts = {}; if (params.pbk) { opts['public-key'] = params.pbk; } if (params.sid) { opts['short-id'] = params.sid; } if (params.spx) { opts['_spider-x'] = params.spx; } if (params.mode) { proxy._mode = params.mode; } if (params.extra) { proxy._extra = params.extra; } if (Object.keys(opts).length > 0) { $set(proxy, params.security+"-opts", opts); } } } proxy.udp = toBool(params["udp"]); proxy.tfo = toBool(params["tfo"]); } param = kv/single; kv = key:$[a-z]i+ "=" value:$[^&#]i* { params[key] = value; } single = key:$[a-z]i+ { params[key] = true; }; name = "#" + match:$.* { return decodeURIComponent(match); } `,md;function vd(){return md||(md=$E.generate(i7)),md}var Cd=sn(wd());var $a=sn(kf());function PE(e){let[t,r]=e.match(/,\s*?port-hopping\s*?=\s*?["']?\s*?((\d+(-\d+)?)([,;]\d+(-\d+)?)*)\s*?["']?\s*?/)||[];return{port_hopping:r?r.replace(/;/g,","):void 0,line:t?e.replace(t,""):e}}function s7(){return{name:"URI PROXY Parser",test:n=>/^(socks5\+tls|socks5|http|https):\/\//.test(n),parse:n=>{let[s,u,i,c,l,h,d,E,p]=n.match(/^(socks5|http|http)(\+tls|s)?:\/\/(?:(.*?):(.*?)@)?(.*?)(?::(\d+?))?\/?(\?.*?)?(?:#(.*?))?$/);if(d)d=parseInt(d,10);else{if(i)d=443;else if(u==="http")d=80;else throw se.error(`port is not present in line: ${n}`),new Error(`port is not present in line: ${n}`);se.info(`port is not present in line: ${n}, set to ${d}`)}return{name:p!=null?decodeURIComponent(p):`${u} ${h}:${d}`,type:u,tls:!!i,server:h,port:d,username:c!=null?decodeURIComponent(c):void 0,password:l!=null?decodeURIComponent(l):void 0}}}}function u7(){return{name:"URI SOCKS Parser",test:n=>/^socks:\/\//.test(n),parse:n=>{let[s,u,i,c,l,h,d]=n.match(/^(socks)?:\/\/(?:(.*)@)?(.*?)(?::(\d+?))?(\?.*?)?(?:#(.*?))?$/);if(l)l=parseInt(l,10);else throw se.error(`port is not present in line: ${n}`),new Error(`port is not present in line: ${n}`);let E,p;if(i){let w=wt.decode(decodeURIComponent(i)).split(":");E=w[0],p=w[1]}return{name:d!=null?decodeURIComponent(d):`${u} ${c}:${l}`,type:"socks5",server:c,port:l,username:E,password:p}}}}function a7(){return{name:"URI SS Parser",test:n=>/^ss:\/\//.test(n),parse:n=>{let s=n.split("ss://")[1],u=n.split("#")[1],i={type:"ss"};s=s.split("#")[0];let c=s.match(/@([^/?]*)(\/|\?|$)/),l=decodeURIComponent(s.split("@")[0]),h;l?.startsWith("2022-blake3-")?h=l:h=wt.decode(l);let d="";if(c)s.includes("?")&&(d=s.match(/(\?.*)$/)[1]);else{if(s.includes("?")){let A=s.match(/^(.*)(\?.*)$/);s=A[1],d=A[2]}if(s=wt.decode(s),d){if(/(&|\?)v2ray-plugin=/.test(d)){let C=d.match(/(&|\?)v2ray-plugin=(.*?)(&|$)/)[2];C&&(i.plugin="v2ray-plugin",i["plugin-opts"]=JSON.parse(wt.decode(C)))}s=`${s}${d}`}h=s.match(/(^.*)@/)?.[1],c=s.match(/@([^/@]*)(\/|$)/)}let E={};for(let A of d.replace(/^\?/,"").split("&"))if(A){let[C,b]=A.split("="),B=b;B=decodeURIComponent(b),E[C]=B}if(i.tls=E.security&&E.security!=="none",i["skip-cert-verify"]=!!E.allowInsecure,i.sni=E.sni||E.peer,i["client-fingerprint"]=E.fp,i.alpn=E.alpn?decodeURIComponent(E.alpn).split(","):void 0,E.ws&&(i.network="ws",$a.default.set(i,"ws-opts.path",E.wspath)),E.type){let A;if(i.network=E.type,i.network==="httpupgrade"&&(i.network="ws",A=!0),["grpc"].includes(i.network)?i[i.network+"-opts"]={"grpc-service-name":E.serviceName,"_grpc-type":E.mode,"_grpc-authority":E.authority}:(E.path&&$a.default.set(i,i.network+"-opts.path",decodeURIComponent(E.path)),E.host&&$a.default.set(i,i.network+"-opts.headers.Host",decodeURIComponent(E.host)),A&&($a.default.set(i,i.network+"-opts.v2ray-http-upgrade",!0),$a.default.set(i,i.network+"-opts.v2ray-http-upgrade-fast-open",!0))),["reality"].includes(E.security)){let C={};E.pbk&&(C["public-key"]=E.pbk),E.sid&&(C["short-id"]=E.sid),E.spx&&(C["_spider-x"]=E.spx),E.mode&&(i._mode=E.mode),E.extra&&(i._extra=E.extra),Object.keys(C).length>0&&$a.default.set(i,E.security+"-opts",C)}}i.udp=!!E.udp;let p=c[1],f=p.lastIndexOf(":");i.server=p.substring(0,f),i.port=`${p.substring(f+1)}`.match(/\d+/)?.[0];let w=h.match(/(^.*?):(.*$)/);i.cipher=w?.[1],i.password=w?.[2];let v=s.match(/[?&]plugin=([^&]+)/),D=s.match(/[?&]shadow-tls=([^&]+)/);if(v){let A=("plugin="+decodeURIComponent(v[1])).split(";"),C={};for(let b of A){let[B,_]=b.split("=");B&&(C[B]=_||!0)}switch(C.plugin){case"obfs-local":case"simple-obfs":i.plugin="obfs",i["plugin-opts"]={mode:C.obfs,host:Wt(C["obfs-host"])};break;case"v2ray-plugin":i.plugin="v2ray-plugin",i["plugin-opts"]={mode:"websocket",host:Wt(C["obfs-host"]),path:Wt(C.path),tls:ku(C.tls)};break;case"shadow-tls":{i.plugin="shadow-tls";let b=Wt(C.version);i["plugin-opts"]={host:Wt(C.host),password:Wt(C.password),version:b?parseInt(b,10):void 0};break}default:throw new Error(`Unsupported plugin option: ${C.plugin}`)}}if(D){let A=JSON.parse(wt.decode(D[1])),C=Wt(A.version),b=Wt(A.address),B=Wt(A.port);i.plugin="shadow-tls",i["plugin-opts"]={host:Wt(A.host),password:Wt(A.password),version:C?parseInt(C,10):void 0},b&&(i.server=b),B&&(i.port=parseInt(B,10))}return/(&|\?)uot=(1|true)/i.test(d)&&(i["udp-over-tcp"]=!0),/(&|\?)tfo=(1|true)/i.test(d)&&(i.tfo=!0),u!=null&&(u=decodeURIComponent(u)),i.name=u??`SS ${i.server}:${i.port}`,i}}}function o7(){return{name:"URI SSR Parser",test:n=>/^ssr:\/\//.test(n),parse:n=>{n=wt.decode(n.split("ssr://")[1]);let s=n.indexOf(":origin");s===-1&&(s=n.indexOf(":auth_"));let u=n.substring(0,s),i=u.substring(0,u.lastIndexOf(":")),c=u.substring(u.lastIndexOf(":")+1),l=n.substring(s+1).split("/?")[0].split(":"),h={type:"ssr",server:i,port:c,protocol:l[0],cipher:l[1],obfs:l[2],password:wt.decode(l[3])},d={};if(n=n.split("/?")[1].split("&"),n.length>1)for(let E of n){let[p,f]=E.split("=");f=f.trim(),f.length>0&&f!=="(null)"&&(d[p]=f)}return h={...h,name:d.remarks?wt.decode(d.remarks):h.server,"protocol-param":Wt(wt.decode(d.protoparam||"").replace(/\s/g,"")),"obfs-param":Wt(wt.decode(d.obfsparam||"").replace(/\s/g,""))},h}}}function c7(){return{name:"URI VMess Parser",test:n=>/^vmess:\/\//.test(n),parse:n=>{n=n.split("vmess://")[1];let s=wt.decode(n.replace(/\?.*?$/,""));if(/=\s*vmess/.test(s)){let u=s.split(",").map(l=>l.trim()),i={};for(let l of u)if(l.indexOf("=")!==-1){let[h,d]=l.split("=");i[h.trim()]=d.trim()}let c={name:u[0].split("=")[0].trim(),type:"vmess",server:u[1],port:u[2],cipher:Wt(u[3],"auto"),uuid:u[4].match(/^"(.*)"$/)[1],tls:i.obfs==="wss",udp:ku(i["udp-relay"]),tfo:ku(i["fast-open"]),"skip-cert-verify":So(i["tls-verification"])?!i["tls-verification"]:void 0};if(So(i.obfs))if(i.obfs==="ws"||i.obfs==="wss"){c.network="ws",c["ws-opts"].path=(Wt(i["obfs-path"])||'"/"').match(/^"(.*)"$/)[1];let l=i["obfs-header"];l&&l.indexOf("Host")!==-1&&(l=l.match(/Host:\s*([a-zA-Z0-9-.]*)/)[1]),hs(l)&&(c["ws-opts"].headers={Host:l})}else throw new Error(`Unsupported obfs: ${i.obfs}`);return c}else{let u={};try{u=JSON.parse(s)}catch{let[E,p,f]=/(^[^?]+?)\/?\?(.*)$/.exec(n);s=wt.decode(p);for(let b of f.split("&")){let[B,_]=b.split("="),j=_;j=decodeURIComponent(_),j.indexOf(",")===-1?u[B]=j:u[B]=j.split(",")}let[w,v,D,A,C]=/(^[^:]+?):([^:]+?)@(.*):(\d+)$/.exec(s);u.scy=v,u.id=D,u.port=C,u.add=A}let i=u.add,c=parseInt(ku(u.port),10),l={name:u.ps??u.remarks??u.remark??`VMess ${i}:${c}`,type:"vmess",server:i,port:c,cipher:["auto","aes-128-gcm","chacha20-poly1305","none"].includes(u.scy)?u.scy:"auto",uuid:u.id,alterId:parseInt(ku(u.aid??u.alterId,0),10),tls:["tls",!0,1,"1"].includes(u.tls),"skip-cert-verify":So(u.verify_cert)?!u.verify_cert:void 0};!l["skip-cert-verify"]&&So(u.allowInsecure)&&(l["skip-cert-verify"]=/(TRUE)|1/i.test(u.allowInsecure)),l.tls&&(u.sni&&u.sni!==""?l.sni=u.sni:u.peer&&u.peer!==""&&(l.sni=u.peer));let h=!1;if(u.net==="ws"||u.obfs==="websocket"?l.network="ws":["http"].includes(u.net)||["http"].includes(u.obfs)||["http"].includes(u.type)?l.network="http":["grpc","kcp","quic"].includes(u.net)?l.network=u.net:u.net==="httpupgrade"||l.network==="httpupgrade"?(l.network="ws",h=!0):(u.net==="h2"||l.network==="h2")&&(l.network="h2"),l.network){let d=u.host??u.obfsParam;try{let f=JSON.parse(d)?.Host;f&&(d=f)}catch{}let E=u.path;if(["ws"].includes(l.network)&&(E=E||"/"),l.network==="http"&&(d&&(d=d.split(",").map(p=>p.trim()),d=Array.isArray(d)?d[0]:d),E?E=Array.isArray(E)?E[0]:E:E="/"),E||d||["kcp","quic"].includes(l.network))if(["grpc"].includes(l.network))l[`${l.network}-opts`]={"grpc-service-name":Wt(E),"_grpc-type":Wt(u.type),"_grpc-authority":Wt(u.authority)};else if(["kcp","quic"].includes(l.network))l[`${l.network}-opts`]={[`_${l.network}-type`]:Wt(u.type),[`_${l.network}-host`]:Wt(Wt(d)),[`_${l.network}-path`]:Wt(E)};else{let p={path:Wt(E),headers:{Host:Wt(d)}};h&&(p["v2ray-http-upgrade"]=!0,p["v2ray-http-upgrade-fast-open"]=!0),l[`${l.network}-opts`]=p}else delete l.network}return l["client-fingerprint"]=u.fp,l.alpn=u.alpn?u.alpn.split(","):void 0,l}}}}function RE(){return{name:"URI VLESS Parser",test:n=>/^vless:\/\//.test(n),parse:n=>{n=n.split("vless://")[1];let s,u=/^(.*?)@(.*?):(\d+)\/?(\?(.*?))?(?:#(.*?))?$/.exec(n);if(!u){let[D,A,C]=/^(.*?)(\?.*?$)/.exec(n);n=`${wt.decode(A)}${C}`,u=/^(.*?)@(.*?):(\d+)\/?(\?(.*?))?(?:#(.*?))?$/.exec(n),s=!0}let[i,c,l,h,d,E="",p]=u;s&&(c=c.replace(/^.*?:/g,"")),h=parseInt(`${h}`,10),c=decodeURIComponent(c),p!=null&&(p=decodeURIComponent(p));let f={type:"vless",name:p,server:l,port:h,uuid:c},w={};for(let D of E.split("&"))if(D){let[A,C]=D.split("="),b=C;b=decodeURIComponent(C),w[A]=b}if(f.name=p??w.remarks??w.remark??`VLESS ${l}:${h}`,f.tls=w.security&&w.security!=="none",s&&/TRUE|1/i.test(w.tls)&&(f.tls=!0,w.security=w.security??"reality"),f.sni=w.sni||w.peer,f.flow=w.flow,!f.flow&&s&&w.xtls){let D=[void 0,"xtls-rprx-direct","xtls-rprx-vision"][w.xtls];D&&(f.flow=D)}if(f["client-fingerprint"]=w.fp,f.alpn=w.alpn?w.alpn.split(","):void 0,f["skip-cert-verify"]=/(TRUE)|1/i.test(w.allowInsecure),f._echConfigList=ku(w.ech),f._pcs=ku(w.pcs),f._h2=/(TRUE)|1/i.test(w.h2),["reality"].includes(w.security)){let D={};w.pbk&&(D["public-key"]=w.pbk),w.sid&&(D["short-id"]=w.sid),w.spx&&(D["_spider-x"]=w.spx),Object.keys(D).length>0&&(f[`${w.security}-opts`]=D)}let v=!1;if(f.network=w.type,f.network==="tcp"&&w.headerType==="http"?f.network="http":f.network==="httpupgrade"&&(f.network="ws",v=!0),!f.network&&s&&w.obfs&&(f.network=w.obfs,["none"].includes(f.network)&&(f.network="tcp")),["websocket"].includes(f.network)&&(f.network="ws"),f.network&&!["tcp","none"].includes(f.network)){let D={},A=w.host??w.obfsParam;if(A)if(w.obfsParam)try{let C=JSON.parse(A);D.headers=C}catch{D.headers={Host:A}}else D.headers={Host:A};w.serviceName?(D[`${f.network}-service-name`]=w.serviceName,["grpc"].includes(f.network)&&w.authority&&(D["_grpc-authority"]=w.authority)):s&&w.path&&(["ws","http","h2"].includes(f.network)||(D[`${f.network}-service-name`]=w.path,delete w.path)),w.path&&(D.path=w.path),["grpc"].includes(f.network)&&(D["_grpc-type"]=w.mode||"gun"),v&&(D["v2ray-http-upgrade"]=!0,D["v2ray-http-upgrade-fast-open"]=!0),Object.keys(D).length>0&&(f[`${f.network}-opts`]=D),f.network==="kcp"&&(w.seed&&(f.seed=w.seed),f.headerType=w.headerType||"none"),w.mode&&(f._mode=w.mode),w.extra&&(f._extra=w.extra)}return w.encryption&&(f.encryption=w.encryption),w.pqv&&(f._pqv=w.pqv),f}}}function l7(){return{name:"URI AnyTLS Parser",test:n=>/^anytls:\/\//.test(n),parse:n=>{let s=RE().parse(n.replace("anytls","vless"));n=n.split(/anytls:\/\//)[1];let[u,i,c,l,h="",d]=/^(.*?)@(.*?)(?::(\d+))?\/?(?:\?(.*?))?(?:#(.*?))?$/.exec(n);i=decodeURIComponent(i),l=parseInt(`${l}`,10),isNaN(l)&&(l=443),i=decodeURIComponent(i),d!=null&&(d=decodeURIComponent(d)),d=d??`AnyTLS ${c}:${l}`;let E={...s,uuid:void 0,type:"anytls",name:d,server:c,port:l,password:i};for(let p of h.split("&"))if(p){let[f,w]=p.split("=");f=f.replace(/_/g,"-"),w=decodeURIComponent(w),["alpn"].includes(f)?E[f]=w?w.split(","):void 0:["insecure"].includes(f)?E["skip-cert-verify"]=/(TRUE)|1/i.test(w):["udp"].includes(f)?E[f]=/(TRUE)|1/i.test(w):Object.keys(E).includes(f)||(E[f]=w)}return["tcp"].includes(E.network)&&!E["reality-opts"]&&(delete E.network,delete E.security),E}}}function f7(){return{name:"URI Hysteria2 Parser",test:n=>/^(hysteria2|hy2):\/\//.test(n),parse:n=>{n=n.split(/(hysteria2|hy2):\/\//)[2];let s,[u,i,c,l,h,d,E,p,f,w,v="",D]=/^(.*?)@(.*?)(:((\d+(-\d+)?)([,;]\d+(-\d+)?)*))?\/?(\?(.*?))?(?:#(.*?))?$/.exec(n);/^\d+$/.test(h)?(h=parseInt(`${h}`,10),isNaN(h)&&(h=443)):h?(s=h,h=bc(s)):h=443,i=decodeURIComponent(i),D!=null&&(D=decodeURIComponent(D)),D=D??`Hysteria2 ${c}:${h}`;let A={type:"hysteria2",name:D,server:c,port:h,ports:s,password:i},C={};for(let _ of v.split("&"))if(_){let[j,K]=_.split("="),S=K;S=decodeURIComponent(K),C[j]=S}A.sni=C.sni,!A.sni&&C.peer&&(A.sni=C.peer),C.obfs&&C.obfs!=="none"&&(A.obfs=C.obfs),C.mport&&(A.ports=C.mport),A["obfs-password"]=C["obfs-password"],A["skip-cert-verify"]=/(TRUE)|1/i.test(C.insecure),A.tfo=/(TRUE)|1/i.test(C.fastopen),A["tls-fingerprint"]=C.pinSHA256;let b=C["hop-interval"]||C.hop_interval;/^\d+$/.test(b)&&(A["hop-interval"]=parseInt(`${b}`,10));let B=C.keepalive;return/^\d+$/.test(B)&&(A.keepalive=parseInt(`${B}`,10)),A}}}function h7(){return{name:"URI Hysteria Parser",test:n=>/^(hysteria|hy):\/\//.test(n),parse:n=>{n=n.split(/(hysteria|hy):\/\//)[2];let[s,u,i,c,l,h="",d]=/^(.*?)(:(\d+))?\/?(\?(.*?))?(?:#(.*?))?$/.exec(n);c=parseInt(`${c}`,10),isNaN(c)&&(c=443),d!=null&&(d=decodeURIComponent(d)),d=d??`Hysteria ${u}:${c}`;let E={type:"hysteria",name:d,server:u,port:c},p={};for(let f of h.split("&"))if(f){let[w,v]=f.split("=");w=w.replace(/_/,"-"),v=decodeURIComponent(v),["alpn"].includes(w)?E[w]=v?v.split(","):void 0:["insecure"].includes(w)?E["skip-cert-verify"]=/(TRUE)|1/i.test(v):["auth"].includes(w)?E["auth-str"]=v:["mport"].includes(w)?E.ports=v:["obfsParam"].includes(w)?E.obfs=v:["upmbps"].includes(w)?E.up=v:["downmbps"].includes(w)?E.down=v:["obfs"].includes(w)?E._obfs=v||"":["fast-open","peer"].includes(w)?p[w]=v:Object.keys(E).includes(w)||(E[w]=v)}return!E.sni&&p.peer&&(E.sni=p.peer),!E["fast-open"]&&p.fastopen&&(E["fast-open"]=!0),E.protocol||(E.protocol="udp"),E}}}function p7(){return{name:"URI TUIC Parser",test:n=>/^tuic:\/\//.test(n),parse:n=>{n=n.split(/tuic:\/\//)[1];let[s,u,i,c,l="",h]=/^(.*?)@(.*?)(?::(\d+))?\/?(?:\?(.*?))?(?:#(.*?))?$/.exec(n);u=decodeURIComponent(u);let[d,...E]=u.split(":"),p=E.join(":");c=parseInt(`${c}`,10),isNaN(c)&&(c=443),p=decodeURIComponent(p),h!=null&&(h=decodeURIComponent(h)),h=h??`TUIC ${i}:${c}`;let f={type:"tuic",name:h,server:i,port:c,password:p,uuid:d};for(let w of l.split("&"))if(w){let[v,D]=w.split("=");v=v.replace(/_/g,"-"),D=decodeURIComponent(D),["alpn"].includes(v)?f[v]=D?D.split(","):void 0:["allow-insecure","insecure"].includes(v)?f["skip-cert-verify"]=/(TRUE)|1/i.test(D):["fast-open"].includes(v)?f.tfo=!0:["disable-sni","reduce-rtt"].includes(v)?f[v]=/(TRUE)|1/i.test(D):v==="congestion-control"?(f["congestion-controller"]=D,delete f[v]):Object.keys(f).includes(v)||(f[v]=D)}return f}}}function d7(){return{name:"URI WireGuard Parser",test:n=>/^(wireguard|wg):\/\//.test(n),parse:n=>{n=n.split(/(wireguard|wg):\/\//)[2];let[s,u,i,c,l,h,d,E="",p]=/^((.*?)@)?(.*?)(:(\d+))?\/?(\?(.*?))?(?:#(.*?))?$/.exec(n);h=parseInt(`${h}`,10),isNaN(h)&&(h=51820),i=decodeURIComponent(i),p!=null&&(p=decodeURIComponent(p)),p=p??`WireGuard ${c}:${h}`;let f={type:"wireguard",name:p,server:c,port:h,"private-key":i,udp:!0};for(let w of E.split("&"))if(w){let[v,D]=w.split("=");if(v=v.replace(/_/,"-"),D=decodeURIComponent(D),["reserved"].includes(v)){let A=D.split(",").map(C=>parseInt(C.trim(),10)).filter(C=>Number.isInteger(C));A.length===3&&(f[v]=A)}else if(["address","ip"].includes(v))D.split(",").map(A=>{let C=A.trim().replace(/\/\d+$/,"").replace(/^\[/,"").replace(/\]$/,"");yr(C)?f.ip=C:Pr(C)&&(f.ipv6=C)});else if(["mtu"].includes(v)){let A=parseInt(D.trim(),10);Number.isInteger(A)&&(f[v]=A)}else/publickey/i.test(v)?f["public-key"]=D:/privatekey/i.test(v)?f["private-key"]=D:["udp"].includes(v)?f[v]=/(TRUE)|1/i.test(D):[...Object.keys(f),"flag"].includes(v)||(f[v]=D)}return f}}}function g7(){return{name:"URI Trojan Parser",test:n=>/^trojan:\/\//.test(n),parse:n=>{let s=/^(trojan:\/\/.*?@.*?)(:(\d+))?\/?(\?.*?)?$/.exec(n);s?.[2]||(n=n.replace(s[1],`${s[1]}:443`));let[i,c]=n.split(/#(.+)/,2),h=vd().parse(i);if(hs(c))try{h.name=decodeURIComponent(c)}catch(d){console.log(d)}return h}}}function m7(){return{name:"Clash Parser",test:n=>{let s;try{s=Cd.default.parse(n)}catch{s=is.parse(n)}return!!s?.type},parse:n=>{let s;try{s=Cd.default.parse(n)}catch{s=is.parse(n)}if(!["trust-tunnel","naive","anytls","mieru","masque","sudoku","juicity","ss","ssr","vmess","socks5","http","snell","trojan","tuic","vless","hysteria","hysteria2","wireguard","ssh","direct"].includes(s.type))throw new Error(`Clash does not support proxy with type: ${s.type}`);return["vmess","vless"].includes(s.type)&&(s.sni=s.servername,delete s.servername),s["server-cert-fingerprint"]&&(s["tls-fingerprint"]=s["server-cert-fingerprint"]),s.fingerprint&&(s["tls-fingerprint"]=s.fingerprint),s["dialer-proxy"]&&(s["underlying-proxy"]=s["dialer-proxy"]),s["benchmark-url"]&&(s["test-url"]=s["benchmark-url"]),s["benchmark-timeout"]&&(s["test-timeout"]=s["benchmark-timeout"]),s}}}function v7(){return{name:"QX SS Parser",test:n=>/^shadowsocks\s*=/.test(n.split(",")[0].trim())&&n.indexOf("ssr-protocol")===-1,parse:n=>fu().parse(n)}}function A7(){return{name:"QX SSR Parser",test:n=>/^shadowsocks\s*=/.test(n.split(",")[0].trim())&&n.indexOf("ssr-protocol")!==-1,parse:n=>fu().parse(n)}}function E7(){return{name:"QX VMess Parser",test:n=>/^vmess\s*=/.test(n.split(",")[0].trim()),parse:n=>fu().parse(n)}}function w7(){return{name:"QX VLESS Parser",test:n=>/^vless\s*=/.test(n.split(",")[0].trim()),parse:n=>fu().parse(n)}}function C7(){return{name:"QX Trojan Parser",test:n=>/^trojan\s*=/.test(n.split(",")[0].trim()),parse:n=>fu().parse(n)}}function F7(){return{name:"QX HTTP Parser",test:n=>/^http\s*=/.test(n.split(",")[0].trim()),parse:n=>fu().parse(n)}}function D7(){return{name:"QX Socks5 Parser",test:n=>/^socks5\s*=/.test(n.split(",")[0].trim()),parse:n=>fu().parse(n)}}function y7(){return{name:"Loon SS Parser",test:n=>n.split(",")[0].split("=")[1].trim().toLowerCase()==="shadowsocks",parse:n=>Fs().parse(n)}}function b7(){return{name:"Loon SSR Parser",test:n=>n.split(",")[0].split("=")[1].trim().toLowerCase()==="shadowsocksr",parse:n=>Fs().parse(n)}}function S7(){return{name:"Loon VMess Parser",test:n=>/^.*=\s*vmess/i.test(n.split(",")[0])&&n.indexOf("username")===-1,parse:n=>Fs().parse(n)}}function _7(){return{name:"Loon Vless Parser",test:n=>/^.*=\s*vless/i.test(n.split(",")[0]),parse:n=>Fs().parse(n)}}function B7(){return{name:"Loon Trojan Parser",test:n=>/^.*=\s*trojan/i.test(n.split(",")[0]),parse:n=>Fs().parse(n)}}function I7(){return{name:"Loon Hysteria2 Parser",test:n=>/^.*=\s*Hysteria2/i.test(n.split(",")[0]),parse:n=>Fs().parse(n)}}function $7(){return{name:"Loon HTTP Parser",test:n=>/^.*=\s*http/i.test(n.split(",")[0]),parse:n=>Fs().parse(n)}}function P7(){return{name:"Loon SOCKS5 Parser",test:n=>/^.*=\s*socks5/i.test(n.split(",")[0]),parse:n=>Fs().parse(n)}}function R7(){return{name:"Loon WireGuard Parser",test:n=>/^.*=\s*wireguard/i.test(n.split(",")[0]),parse:n=>{let s=n.match(/(^.*?)\s*?=\s*?wireguard\s*?,.+?\s*?=\s*?.+?/i)?.[1];n=n.replace(s,"").replace(/^\s*?=\s*?wireguard\s*/i,"");let u=n.match(/,\s*?peers\s*?=\s*?\[\s*?\{\s*?(.+?)\s*?\}\s*?\]/i)?.[1],i=u.match(/(,|^)\s*?endpoint\s*?=\s*?"?(.+?):(\d+)"?\s*?(,|$)/i),c=i?.[2],l=parseInt(i?.[3],10),h=n.match(/(,|^)\s*?mtu\s*?=\s*?"?(\d+?)"?\s*?(,|$)/i)?.[2];h&&(h=parseInt(h,10));let d=n.match(/(,|^)\s*?keepalive\s*?=\s*?"?(\d+?)"?\s*?(,|$)/i)?.[2];d&&(d=parseInt(d,10));let E=u.match(/(,|^)\s*?reserved\s*?=\s*?"?(\[\s*?.+?\s*?\])"?\s*?(,|$)/i)?.[2];E&&(E=JSON.parse(E));let p,f=n.match(/(,|^)\s*?dns\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],w=n.match(/(,|^)\s*?dnsv6\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2];(f||w)&&(p=[],f&&p.push(f),w&&p.push(w));let v=u.match(/(,|^)\s*?allowed-ips\s*?=\s*?"(.+?)"\s*?(,|$)/i)?.[2]?.split(",").map(_=>_.trim()),D=u.match(/(,|^)\s*?preshared-key\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],A=n.match(/(,|^)\s*?interface-ip\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],C=n.match(/(,|^)\s*?interface-ipv6\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],b=u.match(/(,|^)\s*?public-key\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],B={type:"wireguard",name:s,server:c,port:l,ip:A,ipv6:C,"private-key":n.match(/(,|^)\s*?private-key\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],"public-key":b,mtu:h,keepalive:d,reserved:E,"allowed-ips":v,"preshared-key":D,dns:p,udp:!0,peers:[{server:c,port:l,ip:A,ipv6:C,"public-key":b,"pre-shared-key":D,"allowed-ips":v,reserved:E}]};return Array.isArray(B.dns)&&B.dns.length>0&&(B["remote-dns-resolve"]=!0),B}}}function T7(){return{name:"Surge Direct Parser",test:n=>/^.*=\s*direct/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function k7(){return{name:"Surge Anytls Parser",test:n=>/^.*=\s*anytls/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function O7(){return{name:"Surge TrustTunnel Parser",test:n=>/^.*=\s*trust-tunnel/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function N7(){return{name:"Surge SSH Parser",test:n=>/^.*=\s*ssh/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function x7(){return{name:"Surge SS Parser",test:n=>/^.*=\s*ss/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function L7(){return{name:"Surge VMess Parser",test:n=>/^.*=\s*vmess/.test(n.split(",")[0])&&n.indexOf("username")!==-1,parse:n=>Pn().parse(n)}}function U7(){return{name:"Surge Trojan Parser",test:n=>/^.*=\s*trojan/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function H7(){return{name:"Surge HTTP Parser",test:n=>/^.*=\s*https?/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function j7(){return{name:"Surge Socks5 Parser",test:n=>/^.*=\s*socks5(-tls)?/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function M7(){return{name:"Surge External Parser",test:n=>/^.*=\s*external/.test(n.split(",")[0]),parse:n=>{let s=/^\s*(.*?)\s*?=\s*?external\s*?,\s*(.*?)\s*$/.exec(n),[u,i,c]=s;n=c;let l=/(,|^)\s*?exec\s*?=\s*"(.*?)"\s*?(,|$)/.exec(n)?.[2];l||(l=/(,|^)\s*?exec\s*?=\s*(.*?)\s*?(,|$)/.exec(n)?.[2]);let h=/(,|^)\s*?local-port\s*?=\s*"(.*?)"\s*?(,|$)/.exec(n)?.[2];h||(h=/(,|^)\s*?local-port\s*?=\s*(.*?)\s*?(,|$)/.exec(n)?.[2]);let d=/(,|^)\s*?args\s*?=\s*("(.*?)"|(.*?))(?=\s*?(,|$))/g,E,p=[];for(;(E=d.exec(n))!==null;)E[3]!=null?p.push(E[3]):E[4]!=null&&p.push(E[4]);let f=/(,|^)\s*?addresses\s*?=\s*("(.*?)"|(.*?))(?=\s*?(,|$))/g,w,v=[];for(;(w=f.exec(n))!==null;){let A;w[3]!=null?A=w[3]:w[4]!=null&&(A=w[4]),A!=null&&(A=`${A}`.trim().replace(/^\[/,"").replace(/\]$/,"")),z7(A)&&v.push(A)}return{type:"external",name:i,exec:l,"local-port":h,args:p,addresses:v}}}}function q7(){return{name:"Surge Snell Parser",test:n=>/^.*=\s*snell/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function V7(){return{name:"Surge Tuic Parser",test:n=>/^.*=\s*tuic(-v5)?/.test(n.split(",")[0]),parse:n=>{let{port_hopping:s,line:u}=PE(n),i=Pn().parse(u);return i.ports=s,i}}}function K7(){return{name:"Surge WireGuard Parser",test:n=>/^.*=\s*wireguard/.test(n.split(",")[0]),parse:n=>Pn().parse(n)}}function G7(){return{name:"Surge Hysteria2 Parser",test:n=>/^.*=\s*hysteria2/.test(n.split(",")[0]),parse:n=>{let{port_hopping:s,line:u}=PE(n),i=Pn().parse(u);return i.ports=s,i}}}function z7(e){return yr(e)||Pr(e)}var TE=[s7(),u7(),a7(),o7(),c7(),RE(),p7(),d7(),h7(),f7(),g7(),l7(),m7(),T7(),k7(),O7(),N7(),x7(),L7(),U7(),H7(),q7(),V7(),K7(),G7(),j7(),M7(),y7(),b7(),S7(),_7(),I7(),B7(),$7(),P7(),R7(),v7(),A7(),E7(),w7(),C7(),F7(),D7()];var xE=sn(wd());function W7(e){for(let t of Bf)try{if(t.test(e))return se.info(`Pre-processor [${t.name}] activated`),t.parse(e)}catch(r){se.error(`Parser [${t.name}] failed Reason: ${r}`)}return e}function Y7(e){e=W7(e);let t=e.split(` `),r=[],n;for(let s of t){if(s=s.trim(),s.length===0)continue;let u=!1;if(n){let[i,c]=kE(n,s);c||(r.push(NE(i)),u=!0)}if(!u)for(let i of TE){let[c,l]=kE(i,s);if(!l){r.push(NE(c)),n=i,u=!0,se.info(`${i.name} is activated`);break}}u||se.error(`Failed to parse line: ${s}`)}return r.filter(s=>(["vless","vmess"].includes(s.type)&&(bf(s.uuid)||se.info(`UUID may be invalid: ${s.name} ${s.uuid}`)),!0))}async function X7(proxies,operators=[],targetPlatform,source,$options){let context={};for(let item of operators){if(item.disabled){se.log(`Skipping disabled operator: "${item.type}" with arguments: >>> ${JSON.stringify(item.args,null,2)||"None"}`);continue}let script,$arguments={};if(item.type.indexOf("Script")!==-1){let{mode,content}=item.args;if(mode==="link"){let url=content||"",rawArgs=url.split("#");if(rawArgs.length>1)try{$arguments=JSON.parse(decodeURIComponent(rawArgs[1]))}catch{for(let t of rawArgs[1].split("&")){let r=t.split("=")[0],n=t.split("=")[1];$arguments[r]=n==null||n===""?!0:decodeURIComponent(n)}}url=`${url.split("#")[0]}${rawArgs[2]?`#${rawArgs[2]}`:$arguments?.noCache!=null||$arguments?.insecure!=null?`#${rawArgs[1]}`:""}`;let downloadUrlMatch=url.split("#")[0].match(/^\/api\/(file|module)\/(.+)/);if(downloadUrlMatch){let e="";try{e=downloadUrlMatch?.[1];let t=downloadUrlMatch?.[2];if(t==null)throw new Error(`\u672C\u5730 ${e} URL \u65E0\u6548: ${url}`);t=decodeURIComponent(t);let r=e==="module"?hf:Fo,n=Li(se.read(r),t);if(!n)throw new Error(`\u627E\u4E0D\u5230 ${e}: ${t}`);e==="module"?script=n.content:script=await Ou({type:"file",name:t})}catch(t){throw se.error(`Error when loading ${e}: ${item.args.content}. Reason: ${t}`),new Error(`\u65E0\u6CD5\u52A0\u8F7D ${e}: ${url}`)}}else if(url?.startsWith("/"))try{let fs=eval('require("fs")');script=fs.readFileSync(url.split("#")[0],"utf8")}catch(e){throw se.error(`Error when reading local script: ${item.args.content}. Reason: ${e}`),new Error(`\u65E0\u6CD5\u4ECE\u8BE5\u8DEF\u5F84\u8BFB\u53D6\u811A\u672C\u6587\u4EF6: ${url}`)}else try{script=await pn(url)}catch(e){throw se.error(`Error when downloading remote script: ${item.args.content}. Reason: ${e}`),new Error(`\u65E0\u6CD5\u4E0B\u8F7D\u811A\u672C: ${url}`)}}else script=content,$arguments=item.args.arguments||{}}if(!Lf[item.type]){se.error(`Unknown operator: "${item.type}"`);continue}se.log(`Applying "${item.type}" with arguments: >>> ${JSON.stringify(item.args,null,2)||"None"}`);let processor;item.type.indexOf("Script")!==-1?processor=Lf[item.type](script,targetPlatform,$arguments,source,$options,context):processor=Lf[item.type](item.args||{}),proxies=await cA(processor,proxies)}return proxies}function J7(e,t,r,n={}){let s=CA[t];if(!s)throw new Error(`Target platform: ${t} is not supported!`);let u=/Surge|SurgeMac|Shadowrocket/i.test(t);if(e=e.filter(i=>i.supported&&i.supported[t]===!1?!1:(["vless","vmess"].includes(i.type)&&(bf(i.uuid)||se.info(`UUID may be invalid: ${i.name} ${i.uuid}`)),!0)),e=e.map(i=>(i._resolved=i.resolved,hs(i.name)||(i.name=`${i.type} ${i.server}:${i.port}`),i["disable-sni"]&&(u?i.sni="off":["tuic"].includes(i.type)||(se.error(`Target platform ${t} does not support sni off. Proxy's fields (sni, tls-fingerprint and skip-cert-verify) will be modified.`),i.sni="",i["skip-cert-verify"]=!0,delete i["tls-fingerprint"])),i.ports&&(i.ports=String(i.ports),["ClashMeta"].includes(t)||(i.ports=i.ports.replace(/\//g,",")),i.port||(i.port=bc(i.ports))),i)),se.log(`Producing proxies for target: ${t}`),typeof s.type>"u"||s.type==="SINGLE"){let i=e.map(c=>{try{return s.produce(c,r,n)}catch(l){return se.error(`Cannot produce proxy: ${JSON.stringify(c,null,2)} Reason: ${l}`),""}}).filter(c=>c.length>0);return i=r==="internal"?i:i.join(` `),t.startsWith("Surge")&&e.length>0&&e.every(c=>c.type==="wireguard")&&(i=`#!name=${e[0]?._subName} #!desc=${e[0]?._desc??""} #!category=${e[0]?._category??""} ${i}`),i}else if(s.type==="ALL")return s.produce(e,r,n)}var Kt={parse:Y7,process:X7,produce:J7,ipAddress:yf,getRandomPort:bc,isIPv4:yr,isIPv6:Pr,isIP:Fd,yaml:is,getFlag:Io,removeFlag:Bc,getISO:V2,MMDB:$f,Gist:Bo,download:pn,downloadFile:q2,isValidUUID:bf,doh:Po,Buffer:Jf.Buffer,Base64:wt,JSON5:xE.default};function kE(e,t){if(!Z7(e,t))return[null,new Error("Parser mismatch")];try{return[e.parse(t),null]}catch(r){return[null,r]}}function Z7(e,t){try{return e.test(t)}catch{return!1}}function OE(e){if(typeof e=="string"||typeof e=="number"){if(e=String(e).trim(),e==="")return"/";if(!e.startsWith("/"))return"/"+e}return e}function NE(e){typeof e.cipher=="string"&&(e.cipher=e.cipher.toLowerCase()),typeof e.password=="number"&&(e.password=R2(e.password)),["ss"].includes(e.type)&&e.cipher==="none"&&!e.password&&(e.password=""),e.interface&&(e["interface-name"]=e.interface,delete e.interface),P2(e.port)&&(e.port=parseInt(e.port,10)),e.server&&(e.server=`${e.server}`.trim().replace(/^\[/,"").replace(/\]$/,"")),e.network==="ws"&&(!e["ws-opts"]&&(e["ws-path"]||e["ws-headers"])&&(e["ws-opts"]={},e["ws-path"]&&(e["ws-opts"].path=e["ws-path"]),e["ws-headers"]&&(e["ws-opts"].headers=e["ws-headers"])),delete e["ws-path"],delete e["ws-headers"]);let t=e[`${e.network}-opts`]?.path;if(Array.isArray(t)?e[`${e.network}-opts`].path=t.map(n=>OE(n)):t!=null&&(e[`${e.network}-opts`].path=OE(t)),e.type==="trojan"&&(e.network=e.network||"tcp"),["vmess"].includes(e.type)&&(e.network=e.network||"tcp",e.cipher=e.cipher||"none",e.alterId=e.alterId||0),["vless"].includes(e.type)&&(e.network=e.network||"tcp"),["trojan","tuic","hysteria","hysteria2","juicity","anytls","trust-tunnel","naive"].includes(e.type)&&(e.tls=!0),e.network){let n=e[`${e.network}-opts`]?.headers?.Host,s=e[`${e.network}-opts`]?.headers?.host;e.network==="h2"?!s&&n&&(e[`${e.network}-opts`].headers.host=n,delete e[`${e.network}-opts`].headers.Host):s&&!n&&(e[`${e.network}-opts`].headers.Host=s,delete e[`${e.network}-opts`].headers.host)}if(e.network==="h2"){let n=e["h2-opts"]?.headers?.host,s=e["h2-opts"]?.path;n&&!Array.isArray(n)&&(e["h2-opts"].headers.host=[n]),Array.isArray(s)&&(e["h2-opts"].path=s[0])}if(!e.tls&&["ws","http"].includes(e.network)&&!e[`${e.network}-opts`]?.headers?.Host&&!Fd(e.server)&&(e[`${e.network}-opts`]=e[`${e.network}-opts`]||{},e[`${e.network}-opts`].headers=e[`${e.network}-opts`].headers||{},e[`${e.network}-opts`].headers.Host=["vmess","vless"].includes(e.type)&&e.network==="http"?[e.server]:e.server),["vmess","vless"].includes(e.type)&&e.network==="http"){let n=e[`${e.network}-opts`]?.path,s=e[`${e.network}-opts`]?.headers?.Host;s&&!Array.isArray(s)&&(e[`${e.network}-opts`].headers.Host=[s]),n&&!Array.isArray(n)&&(e[`${e.network}-opts`].path=[n])}if(e.tls&&!e.sni&&(Fd(e.server)||(e.sni=e.server),!e.sni&&e.network)){let n=e[`${e.network}-opts`]?.headers?.Host;n=Array.isArray(n)?n[0]:n,n&&(e.sni=n)}if(e.ports?e.ports=String(e.ports).replace(/\//g,","):delete e.ports,["hysteria2"].includes(e.type)&&e.obfs&&!["salamander"].includes(e.obfs)&&!e["obfs-password"]&&(e["obfs-password"]=e.obfs,e.obfs="salamander"),["hysteria2"].includes(e.type)&&!e["obfs-password"]&&e.obfs_password&&(e["obfs-password"]=e.obfs_password,delete e.obfs_password),["vless"].includes(e.type)&&(e["reality-opts"]&&Object.keys(e["reality-opts"]).length===0&&delete e["reality-opts"],e["grpc-opts"]&&Object.keys(e["grpc-opts"]).length===0&&delete e["grpc-opts"],(!e["reality-opts"]&&!e.flow||["null",null].includes(e.flow))&&delete e.flow,["http"].includes(e.network)&&(e[`${e.network}-opts`]?.path||(e[`${e.network}-opts`]||(e[`${e.network}-opts`]={}),e[`${e.network}-opts`].path=["/"]))),typeof e.name!="string")if(/^\d+$/.test(e.name))e.name=`${e.name}`;else try{e.name?.data?e.name=Jf.Buffer.from(e.name.data).toString("utf8"):e.name=Jf.Buffer.from(e.name).toString("utf8")}catch(n){se.error(`proxy.name decode failed Reason: ${n}`),e.name=`${e.type} ${e.server}:${e.port}`}["ws","http","h2"].includes(e.network)&&(["ws","h2"].includes(e.network)&&!e[`${e.network}-opts`]?.path?(e[`${e.network}-opts`]=e[`${e.network}-opts`]||{},e[`${e.network}-opts`].path="/"):e.network==="http"&&(!Array.isArray(e[`${e.network}-opts`]?.path)||e[`${e.network}-opts`]?.path.every(n=>!n))&&(e[`${e.network}-opts`]=e[`${e.network}-opts`]||{},e[`${e.network}-opts`].path=["/"])),["","off"].includes(e.sni)&&(e["disable-sni"]=!0);let r=e.ca_str;e["ca-str"]?r=e["ca-str"]:r&&(delete e.ca_str,e["ca-str"]=r);try{se.env.isNode&&!r&&e._ca&&(r=se.node.fs.readFileSync(e._ca,{encoding:"utf8"}))}catch(n){se.error(`Read ca file failed Reason: ${n}`)}return!e["tls-fingerprint"]&&r&&(e["tls-fingerprint"]=Am.generateFingerprint(r)),["ss"].includes(e.type)&&oe(e,"shadow-tls-password")&&(e.plugin="shadow-tls",e["plugin-opts"]={host:e["shadow-tls-sni"],password:e["shadow-tls-password"],version:e["shadow-tls-version"]},delete e["shadow-tls-sni"],delete e["shadow-tls-password"],delete e["shadow-tls-version"]),["tuic"].includes(e.type)&&(e.alpn=Array.isArray(e.alpn)?e.alpn:[e.alpn||"h3"],e["congestion-controller"]=e["congestion-controller"]||"cubic",e["udp-relay-mode"]=e["udp-relay-mode"]||"native"),e}function Fd(e){return yr(e)||Pr(e)}var Ds="",Dd=typeof $resource<"u"?$resource:"",LE=typeof $resourceType<"u"?$resourceType:"",Lo=typeof $resourceUrl<"u"?$resourceUrl:"";(async()=>{console.log(` \u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505 Sub-Store -- v${Of} Loon -- ${$loon} \u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505\u2505 `);let e=$loon.match(/\((\d+)\)$/)?.[1],t;typeof $argument<"u"?t=Object.fromEntries($argument.split("&").map(n=>n.split("="))):t={},console.log(`arg: ${JSON.stringify(t)}`);let r={PROXY:1,RULE:2};if(t.resourceUrlOnly||(Ds=Dd),LE===r.PROXY){if(!t.resourceUrlOnly)try{let n=Kt.parse(Dd);Ds=Kt.produce(n,"Loon",void 0,{"include-unsupported-proxy":t?.includeUnsupportedProxy||e>=842})}catch(n){console.log("\u89E3\u6790\u5668: \u4F7F\u7528 resource \u51FA\u73B0\u9519\u8BEF"),console.log(n.message??n)}if((!Ds||/^\s*$/.test(Ds))&&Lo){console.log(`\u89E3\u6790\u5668: \u5C1D\u8BD5\u4ECE ${Lo} \u83B7\u53D6\u8BA2\u9605`);try{let n=await pn(Lo,t?.ua,t?.timeout,void 0,void 0,void 0,void 0,!0),s=Kt.parse(n);Ds=Kt.produce(s,"Loon",void 0,{"include-unsupported-proxy":t?.includeUnsupportedProxy||e>=842})}catch(n){console.log(n.message??n)}}}else if(LE===r.RULE){if(!t.resourceUrlOnly)try{let n=Js.parse(Dd);Ds=Js.produce(n,"Loon")}catch(n){console.log(n.message??n)}if((!Ds||/^\s*$/.test(Ds))&&Lo){console.log(`\u89E3\u6790\u5668: \u5C1D\u8BD5\u4ECE ${Lo} \u83B7\u53D6\u89C4\u5219`);try{let n=await pn(Lo,t?.ua,t?.timeout),s=Js.parse(n);Ds=Js.produce(s,"Loon")}catch(n){console.log(n.message??n)}}}})().catch(async e=>{console.log("\u89E3\u6790\u5668: \u51FA\u73B0\u9519\u8BEF"),console.log(e.message??e)}).finally(()=>{$done(Ds||"")});})(); /*! Bundled license information: ieee754/index.js: (*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh *) buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh * @license MIT *) jsrsasign/lib/jsrsasign.js: (*! CryptoJS v3.1.2 core-fix.js * code.google.com/p/crypto-js * (c) 2009-2013 by Jeff Mott. All rights reserved. * code.google.com/p/crypto-js/wiki/License * THIS IS FIX of 'core.js' to fix Hmac issue. * https://code.google.com/p/crypto-js/issues/detail?id=84 * https://crypto-js.googlecode.com/svn-history/r667/branches/3.x/src/core.js *) (*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ *) (*! (c) Tom Wu, Kenji Urushima | http://www-cs-students.stanford.edu/~tjw/jsbn/ *) (*! (c) Stefan Thomas | https://github.com/bitcoinjs/bitcoinjs-lib *) (*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval *) lodash/lodash.js: (** * @license * Lodash * Copyright OpenJS Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors *) */