mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
1182 lines
940 KiB
JavaScript
1182 lines
940 KiB
JavaScript
(()=>{var $y=Object.create;var Mg=Object.defineProperty;var Py=Object.getOwnPropertyDescriptor;var Ry=Object.getOwnPropertyNames;var Ty=Object.getPrototypeOf,Oy=Object.prototype.hasOwnProperty;var Ea=(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 Se=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var xy=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of Ry(t))!Oy.call(e,s)&&s!==r&&Mg(e,s,{get:()=>t[s],enumerable:!(n=Py(t,s))||n.enumerable});return e};var fn=(e,t,r)=>(r=e!=null?$y(Ty(e)):{},xy(t||!e||!e.__esModule?Mg(r,"default",{value:e,enumerable:!0}):r,e));var G0=Se((HP,fm)=>{var r3=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};fm.exports=r3});var z0=Se((jP,hm)=>{var n3="2.0.0",i3=Number.MAX_SAFE_INTEGER||9007199254740991,s3=16,u3=250,a3=["major","premajor","minor","preminor","patch","prepatch","prerelease"];hm.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:s3,MAX_SAFE_BUILD_LENGTH:u3,MAX_SAFE_INTEGER:i3,RELEASE_TYPES:a3,SEMVER_SPEC_VERSION:n3,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var X0=Se((Qs,pm)=>{var{MAX_SAFE_COMPONENT_LENGTH:Y0,MAX_SAFE_BUILD_LENGTH:o3,MAX_LENGTH:c3}=z0(),l3=G0();Qs=pm.exports={};var f3=Qs.re=[],h3=Qs.safeRe=[],Le=Qs.src=[],Ue=Qs.t={},p3=0,W0="[a-zA-Z0-9-]",d3=[["\\s",1],["\\d",c3],[W0,o3]],g3=e=>{for(let[t,r]of d3)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e},lt=(e,t,r)=>{let n=g3(t),s=p3++;l3(e,s,t),Ue[e]=s,Le[s]=t,f3[s]=new RegExp(t,r?"g":void 0),h3[s]=new RegExp(n,r?"g":void 0)};lt("NUMERICIDENTIFIER","0|[1-9]\\d*");lt("NUMERICIDENTIFIERLOOSE","\\d+");lt("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${W0}*`);lt("MAINVERSION",`(${Le[Ue.NUMERICIDENTIFIER]})\\.(${Le[Ue.NUMERICIDENTIFIER]})\\.(${Le[Ue.NUMERICIDENTIFIER]})`);lt("MAINVERSIONLOOSE",`(${Le[Ue.NUMERICIDENTIFIERLOOSE]})\\.(${Le[Ue.NUMERICIDENTIFIERLOOSE]})\\.(${Le[Ue.NUMERICIDENTIFIERLOOSE]})`);lt("PRERELEASEIDENTIFIER",`(?:${Le[Ue.NUMERICIDENTIFIER]}|${Le[Ue.NONNUMERICIDENTIFIER]})`);lt("PRERELEASEIDENTIFIERLOOSE",`(?:${Le[Ue.NUMERICIDENTIFIERLOOSE]}|${Le[Ue.NONNUMERICIDENTIFIER]})`);lt("PRERELEASE",`(?:-(${Le[Ue.PRERELEASEIDENTIFIER]}(?:\\.${Le[Ue.PRERELEASEIDENTIFIER]})*))`);lt("PRERELEASELOOSE",`(?:-?(${Le[Ue.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${Le[Ue.PRERELEASEIDENTIFIERLOOSE]})*))`);lt("BUILDIDENTIFIER",`${W0}+`);lt("BUILD",`(?:\\+(${Le[Ue.BUILDIDENTIFIER]}(?:\\.${Le[Ue.BUILDIDENTIFIER]})*))`);lt("FULLPLAIN",`v?${Le[Ue.MAINVERSION]}${Le[Ue.PRERELEASE]}?${Le[Ue.BUILD]}?`);lt("FULL",`^${Le[Ue.FULLPLAIN]}$`);lt("LOOSEPLAIN",`[v=\\s]*${Le[Ue.MAINVERSIONLOOSE]}${Le[Ue.PRERELEASELOOSE]}?${Le[Ue.BUILD]}?`);lt("LOOSE",`^${Le[Ue.LOOSEPLAIN]}$`);lt("GTLT","((?:<|>)?=?)");lt("XRANGEIDENTIFIERLOOSE",`${Le[Ue.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);lt("XRANGEIDENTIFIER",`${Le[Ue.NUMERICIDENTIFIER]}|x|X|\\*`);lt("XRANGEPLAIN",`[v=\\s]*(${Le[Ue.XRANGEIDENTIFIER]})(?:\\.(${Le[Ue.XRANGEIDENTIFIER]})(?:\\.(${Le[Ue.XRANGEIDENTIFIER]})(?:${Le[Ue.PRERELEASE]})?${Le[Ue.BUILD]}?)?)?`);lt("XRANGEPLAINLOOSE",`[v=\\s]*(${Le[Ue.XRANGEIDENTIFIERLOOSE]})(?:\\.(${Le[Ue.XRANGEIDENTIFIERLOOSE]})(?:\\.(${Le[Ue.XRANGEIDENTIFIERLOOSE]})(?:${Le[Ue.PRERELEASELOOSE]})?${Le[Ue.BUILD]}?)?)?`);lt("XRANGE",`^${Le[Ue.GTLT]}\\s*${Le[Ue.XRANGEPLAIN]}$`);lt("XRANGELOOSE",`^${Le[Ue.GTLT]}\\s*${Le[Ue.XRANGEPLAINLOOSE]}$`);lt("COERCEPLAIN",`(^|[^\\d])(\\d{1,${Y0}})(?:\\.(\\d{1,${Y0}}))?(?:\\.(\\d{1,${Y0}}))?`);lt("COERCE",`${Le[Ue.COERCEPLAIN]}(?:$|[^\\d])`);lt("COERCEFULL",Le[Ue.COERCEPLAIN]+`(?:${Le[Ue.PRERELEASE]})?(?:${Le[Ue.BUILD]})?(?:$|[^\\d])`);lt("COERCERTL",Le[Ue.COERCE],!0);lt("COERCERTLFULL",Le[Ue.COERCEFULL],!0);lt("LONETILDE","(?:~>?)");lt("TILDETRIM",`(\\s*)${Le[Ue.LONETILDE]}\\s+`,!0);Qs.tildeTrimReplace="$1~";lt("TILDE",`^${Le[Ue.LONETILDE]}${Le[Ue.XRANGEPLAIN]}$`);lt("TILDELOOSE",`^${Le[Ue.LONETILDE]}${Le[Ue.XRANGEPLAINLOOSE]}$`);lt("LONECARET","(?:\\^)");lt("CARETTRIM",`(\\s*)${Le[Ue.LONECARET]}\\s+`,!0);Qs.caretTrimReplace="$1^";lt("CARET",`^${Le[Ue.LONECARET]}${Le[Ue.XRANGEPLAIN]}$`);lt("CARETLOOSE",`^${Le[Ue.LONECARET]}${Le[Ue.XRANGEPLAINLOOSE]}$`);lt("COMPARATORLOOSE",`^${Le[Ue.GTLT]}\\s*(${Le[Ue.LOOSEPLAIN]})$|^$`);lt("COMPARATOR",`^${Le[Ue.GTLT]}\\s*(${Le[Ue.FULLPLAIN]})$|^$`);lt("COMPARATORTRIM",`(\\s*)${Le[Ue.GTLT]}\\s*(${Le[Ue.LOOSEPLAIN]}|${Le[Ue.XRANGEPLAIN]})`,!0);Qs.comparatorTrimReplace="$1$2$3";lt("HYPHENRANGE",`^\\s*(${Le[Ue.XRANGEPLAIN]})\\s+-\\s+(${Le[Ue.XRANGEPLAIN]})\\s*$`);lt("HYPHENRANGELOOSE",`^\\s*(${Le[Ue.XRANGEPLAINLOOSE]})\\s+-\\s+(${Le[Ue.XRANGEPLAINLOOSE]})\\s*$`);lt("STAR","(<|>)?=?\\s*\\*");lt("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");lt("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var gm=Se((MP,dm)=>{var m3=Object.freeze({loose:!0}),v3=Object.freeze({}),E3=e=>e?typeof e!="object"?m3:e:v3;dm.exports=E3});var Am=Se((qP,Em)=>{var mm=/^[0-9]+$/,vm=(e,t)=>{let r=mm.test(e),n=mm.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e<t?-1:1},A3=(e,t)=>vm(t,e);Em.exports={compareIdentifiers:vm,rcompareIdentifiers:A3}});var sf=Se((VP,Dm)=>{var rf=G0(),{MAX_LENGTH:wm,MAX_SAFE_INTEGER:nf}=z0(),{safeRe:Cm,t:Fm}=X0(),w3=gm(),{compareIdentifiers:po}=Am(),J0=class e{constructor(t,r){if(r=w3(r),t instanceof e){if(t.loose===!!r.loose&&t.includePrerelease===!!r.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>wm)throw new TypeError(`version is longer than ${wm} characters`);rf("SemVer",t,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;let n=t.trim().match(r.loose?Cm[Fm.LOOSE]:Cm[Fm.FULL]);if(!n)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>nf||this.major<0)throw new TypeError("Invalid major version");if(this.minor>nf||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>nf||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(s=>{if(/^[0-9]+$/.test(s)){let u=+s;if(u>=0&&u<nf)return u}return s}):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(rf("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if(typeof t=="string"&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof e||(t=new e(t,this.options)),po(this.major,t.major)||po(this.minor,t.minor)||po(this.patch,t.patch)}comparePre(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{let n=this.prerelease[r],s=t.prerelease[r];if(rf("prerelease compare",r,n,s),n===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(n===void 0)return-1;if(n===s)continue;return po(n,s)}while(++r)}compareBuild(t){t instanceof e||(t=new e(t,this.options));let r=0;do{let n=this.build[r],s=t.build[r];if(rf("build compare",r,n,s),n===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(n===void 0)return-1;if(n===s)continue;return po(n,s)}while(++r)}inc(t,r,n){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",r,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",r,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",r,n),this.inc("pre",r,n);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",r,n),this.inc("pre",r,n);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{let s=Number(n)?1:0;if(!r&&n===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[s];else{let u=this.prerelease.length;for(;--u>=0;)typeof this.prerelease[u]=="number"&&(this.prerelease[u]++,u=-2);if(u===-1){if(r===this.prerelease.join(".")&&n===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(s)}}if(r){let u=[r,s];n===!1&&(u=[r]),po(this.prerelease[0],r)===0?isNaN(this.prerelease[1])&&(this.prerelease=u):this.prerelease=u}break}default:throw new Error(`invalid increment argument: ${t}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};Dm.exports=J0});var bm=Se((KP,Sm)=>{var ym=sf(),C3=(e,t,r)=>new ym(e,r).compare(new ym(t,r));Sm.exports=C3});var Im=Se((GP,_m)=>{var F3=bm(),D3=(e,t,r)=>F3(e,t,r)>=0;_m.exports=D3});var Pm=Se((zP,$m)=>{var Bm=sf(),y3=(e,t,r=!1)=>{if(e instanceof Bm)return e;try{return new Bm(e,t)}catch(n){if(!r)return null;throw n}};$m.exports=y3});var Tm=Se((YP,Rm)=>{var S3=sf(),b3=Pm(),{safeRe:uf,t:af}=X0(),_3=(e,t)=>{if(e instanceof S3)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;t=t||{};let r=null;if(!t.rtl)r=e.match(t.includePrerelease?uf[af.COERCEFULL]:uf[af.COERCE]);else{let l=t.includePrerelease?uf[af.COERCERTLFULL]:uf[af.COERCERTL],h;for(;(h=l.exec(e))&&(!r||r.index+r[0].length!==e.length);)(!r||h.index+h[0].length!==r.index+r[0].length)&&(r=h),l.lastIndex=h.index+h[1].length+h[2].length;l.lastIndex=-1}if(r===null)return null;let n=r[2],s=r[3]||"0",u=r[4]||"0",i=t.includePrerelease&&r[5]?`-${r[5]}`:"",o=t.includePrerelease&&r[6]?`+${r[6]}`:"";return b3(`${n}.${s}.${u}${i}${o}`,t)};Rm.exports=_3});var Nm=Se(of=>{"use strict";of.byteLength=P3;of.toByteArray=T3;of.fromByteArray=N3;var ls=[],Ri=[],$3=typeof Uint8Array<"u"?Uint8Array:Array,ep="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Fa=0,Om=ep.length;Fa<Om;++Fa)ls[Fa]=ep[Fa],Ri[ep.charCodeAt(Fa)]=Fa;var Fa,Om;Ri[45]=62;Ri[95]=63;function xm(e){var t=e.length;if(t%4>0)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 P3(e){var t=xm(e),r=t[0],n=t[1];return(r+n)*3/4-n}function R3(e,t,r){return(t+r)*3/4-r}function T3(e){var t,r=xm(e),n=r[0],s=r[1],u=new $3(R3(e,n,s)),i=0,o=s>0?n-4:n,l;for(l=0;l<o;l+=4)t=Ri[e.charCodeAt(l)]<<18|Ri[e.charCodeAt(l+1)]<<12|Ri[e.charCodeAt(l+2)]<<6|Ri[e.charCodeAt(l+3)],u[i++]=t>>16&255,u[i++]=t>>8&255,u[i++]=t&255;return s===2&&(t=Ri[e.charCodeAt(l)]<<2|Ri[e.charCodeAt(l+1)]>>4,u[i++]=t&255),s===1&&(t=Ri[e.charCodeAt(l)]<<10|Ri[e.charCodeAt(l+1)]<<4|Ri[e.charCodeAt(l+2)]>>2,u[i++]=t>>8&255,u[i++]=t&255),u}function O3(e){return ls[e>>18&63]+ls[e>>12&63]+ls[e>>6&63]+ls[e&63]}function x3(e,t,r){for(var n,s=[],u=t;u<r;u+=3)n=(e[u]<<16&16711680)+(e[u+1]<<8&65280)+(e[u+2]&255),s.push(O3(n));return s.join("")}function N3(e){for(var t,r=e.length,n=r%3,s=[],u=16383,i=0,o=r-n;i<o;i+=u)s.push(x3(e,i,i+u>o?o:i+u));return n===1?(t=e[r-1],s.push(ls[t>>2]+ls[t<<4&63]+"==")):n===2&&(t=(e[r-2]<<8)+e[r-1],s.push(ls[t>>10]+ls[t>>4&63]+ls[t<<2&63]+"=")),s.join("")}});var km=Se(tp=>{tp.read=function(e,t,r,n,s){var u,i,o=s*8-n-1,l=(1<<o)-1,h=l>>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+=o;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)};tp.write=function(e,t,r,n,s,u){var i,o,l,h=u*8-s-1,d=(1<<h)-1,E=d>>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?(o=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?(o=0,i=d):i+E>=1?(o=(t*l-1)*Math.pow(2,s),i=i+E):(o=t*Math.pow(2,E-1)*Math.pow(2,s),i=0));s>=8;e[r+f]=o&255,f+=w,o/=256,s-=8);for(i=i<<s|o,h+=s;h>0;e[r+f]=i&255,f+=w,i/=256,h-=8);e[r+f-w]|=v*128}});var ff=Se(Eo=>{"use strict";var rp=Nm(),mo=km(),Lm=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Eo.Buffer=pe;Eo.SlowBuffer=M3;Eo.INSPECT_MAX_BYTES=50;var cf=2147483647;Eo.kMaxLength=cf;pe.TYPED_ARRAY_SUPPORT=k3();!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 k3(){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 eu(e){if(e>cf)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 up(e)}return Mm(e,t,r)}pe.poolSize=8192;function Mm(e,t,r){if(typeof e=="string")return U3(e,t);if(ArrayBuffer.isView(e))return H3(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(hs(e,ArrayBuffer)||e&&hs(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(hs(e,SharedArrayBuffer)||e&&hs(e.buffer,SharedArrayBuffer)))return ip(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=j3(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 Mm(e,t,r)};Object.setPrototypeOf(pe.prototype,Uint8Array.prototype);Object.setPrototypeOf(pe,Uint8Array);function qm(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 L3(e,t,r){return qm(e),e<=0?eu(e):t!==void 0?typeof r=="string"?eu(e).fill(t,r):eu(e).fill(t):eu(e)}pe.alloc=function(e,t,r){return L3(e,t,r)};function up(e){return qm(e),eu(e<0?0:ap(e)|0)}pe.allocUnsafe=function(e){return up(e)};pe.allocUnsafeSlow=function(e){return up(e)};function U3(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!pe.isEncoding(t))throw new TypeError("Unknown encoding: "+t);let r=Vm(e,t)|0,n=eu(r),s=n.write(e,t);return s!==r&&(n=n.slice(0,s)),n}function np(e){let t=e.length<0?0:ap(e.length)|0,r=eu(t);for(let n=0;n<t;n+=1)r[n]=e[n]&255;return r}function H3(e){if(hs(e,Uint8Array)){let t=new Uint8Array(e);return ip(t.buffer,t.byteOffset,t.byteLength)}return np(e)}function ip(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');let n;return t===void 0&&r===void 0?n=new Uint8Array(e):r===void 0?n=new Uint8Array(e,t):n=new Uint8Array(e,t,r),Object.setPrototypeOf(n,pe.prototype),n}function j3(e){if(pe.isBuffer(e)){let t=ap(e.length)|0,r=eu(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||cp(e.length)?eu(0):np(e);if(e.type==="Buffer"&&Array.isArray(e.data))return np(e.data)}function ap(e){if(e>=cf)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+cf.toString(16)+" bytes");return e|0}function M3(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(hs(t,Uint8Array)&&(t=pe.from(t,t.offset,t.byteLength)),hs(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);u<i;++u)if(t[u]!==r[u]){n=t[u],s=r[u];break}return n<s?-1:s<n?1:0};pe.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};pe.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return pe.alloc(0);let n;if(r===void 0)for(r=0,n=0;n<t.length;++n)r+=t[n].length;let s=pe.allocUnsafe(r),u=0;for(n=0;n<t.length;++n){let i=t[n];if(hs(i,Uint8Array))u+i.length>s.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 Vm(e,t){if(pe.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||hs(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 sp(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Qm(e).length;default:if(s)return n?-1:sp(e).length;t=(""+t).toLowerCase(),s=!0}}pe.byteLength=Vm;function q3(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 Q3(this,t,r);case"utf8":case"utf-8":return Gm(this,t,r);case"ascii":return J3(this,t,r);case"latin1":case"binary":return Z3(this,t,r);case"base64":return W3(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e5(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}pe.prototype._isBuffer=!0;function Da(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;r<t;r+=2)Da(this,r,r+1);return this};pe.prototype.swap32=function(){let t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let r=0;r<t;r+=4)Da(this,r,r+3),Da(this,r+1,r+2);return this};pe.prototype.swap64=function(){let t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let r=0;r<t;r+=8)Da(this,r,r+7),Da(this,r+1,r+6),Da(this,r+2,r+5),Da(this,r+3,r+4);return this};pe.prototype.toString=function(){let t=this.length;return t===0?"":arguments.length===0?Gm(this,0,t):q3.apply(this,arguments)};pe.prototype.toLocaleString=pe.prototype.toString;pe.prototype.equals=function(t){if(!pe.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:pe.compare(this,t)===0};pe.prototype.inspect=function(){let t="",r=Eo.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Lm&&(pe.prototype[Lm]=pe.prototype.inspect);pe.prototype.compare=function(t,r,n,s,u){if(hs(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,o=n-r,l=Math.min(i,o),h=this.slice(s,u),d=t.slice(r,n);for(let E=0;E<l;++E)if(h[E]!==d[E]){i=h[E],o=d[E];break}return i<o?-1:o<i?1:0};function Km(e,t,r,n,s){if(e.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,cp(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:Um(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):Um(e,[t],r,n,s);throw new TypeError("val must be string, number or Buffer")}function Um(e,t,r,n,s){let u=1,i=e.length,o=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,o/=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;h<i;h++)if(l(e,h)===l(t,d===-1?0:h-d)){if(d===-1&&(d=h),h-d+1===o)return d*u}else d!==-1&&(h-=h-d),d=-1}else for(r+o>i&&(r=i-o),h=r;h>=0;h--){let d=!0;for(let E=0;E<o;E++)if(l(e,h+E)!==l(t,E)){d=!1;break}if(d)return h}return-1}pe.prototype.includes=function(t,r,n){return this.indexOf(t,r,n)!==-1};pe.prototype.indexOf=function(t,r,n){return Km(this,t,r,n,!0)};pe.prototype.lastIndexOf=function(t,r,n){return Km(this,t,r,n,!1)};function V3(e,t,r,n){r=Number(r)||0;let s=e.length-r;n?(n=Number(n),n>s&&(n=s)):n=s;let u=t.length;n>u/2&&(n=u/2);let i;for(i=0;i<n;++i){let o=parseInt(t.substr(i*2,2),16);if(cp(o))return i;e[r+i]=o}return i}function K3(e,t,r,n){return lf(sp(t,e.length-r),e,r,n)}function G3(e,t,r,n){return lf(i5(t),e,r,n)}function z3(e,t,r,n){return lf(Qm(t),e,r,n)}function Y3(e,t,r,n){return lf(s5(t,e.length-r),e,r,n)}pe.prototype.write=function(t,r,n,s){if(r===void 0)s="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")s=r,n=this.length,r=0;else if(isFinite(r))r=r>>>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 V3(this,t,r,n);case"utf8":case"utf-8":return K3(this,t,r,n);case"ascii":case"latin1":case"binary":return G3(this,t,r,n);case"base64":return z3(this,t,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Y3(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 W3(e,t,r){return t===0&&r===e.length?rp.fromByteArray(e):rp.fromByteArray(e.slice(t,r))}function Gm(e,t,r){r=Math.min(e.length,r);let n=[],s=t;for(;s<r;){let u=e[s],i=null,o=u>239?4:u>223?3:u>191?2:1;if(s+o<=r){let l,h,d,E;switch(o){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,o=1):i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|i&1023),n.push(i),s+=o}return X3(n)}var Hm=4096;function X3(e){let t=e.length;if(t<=Hm)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=Hm));return r}function J3(e,t,r){let n="";r=Math.min(e.length,r);for(let s=t;s<r;++s)n+=String.fromCharCode(e[s]&127);return n}function Z3(e,t,r){let n="";r=Math.min(e.length,r);for(let s=t;s<r;++s)n+=String.fromCharCode(e[s]);return n}function Q3(e,t,r){let n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);let s="";for(let u=t;u<r;++u)s+=u5[e[u]];return s}function e5(e,t,r){let n=e.slice(t,r),s="";for(let u=0;u<n.length-1;u+=2)s+=String.fromCharCode(n[u]+n[u+1]*256);return s}pe.prototype.slice=function(t,r){let n=this.length;t=~~t,r=r===void 0?n:~~r,t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<t&&(r=t);let s=this.subarray(t,r);return Object.setPrototypeOf(s,pe.prototype),s};function Hr(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)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||Hr(t,r,this.length);let s=this[t],u=1,i=0;for(;++i<r&&(u*=256);)s+=this[t+i]*u;return s};pe.prototype.readUintBE=pe.prototype.readUIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||Hr(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||Hr(t,1,this.length),this[t]};pe.prototype.readUint16LE=pe.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||Hr(t,2,this.length),this[t]|this[t+1]<<8};pe.prototype.readUint16BE=pe.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||Hr(t,2,this.length),this[t]<<8|this[t+1]};pe.prototype.readUint32LE=pe.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||Hr(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||Hr(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};pe.prototype.readBigUInt64LE=Uu(function(t){t=t>>>0,vo(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)<<BigInt(32))});pe.prototype.readBigUInt64BE=Uu(function(t){t=t>>>0,vo(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)<<BigInt(32))+BigInt(u)});pe.prototype.readIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||Hr(t,r,this.length);let s=this[t],u=1,i=0;for(;++i<r&&(u*=256);)s+=this[t+i]*u;return u*=128,s>=u&&(s-=Math.pow(2,8*r)),s};pe.prototype.readIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||Hr(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||Hr(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};pe.prototype.readInt16LE=function(t,r){t=t>>>0,r||Hr(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||Hr(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||Hr(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||Hr(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};pe.prototype.readBigInt64LE=Uu(function(t){t=t>>>0,vo(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)<<BigInt(32))+BigInt(r+this[++t]*2**8+this[++t]*2**16+this[++t]*2**24)});pe.prototype.readBigInt64BE=Uu(function(t){t=t>>>0,vo(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)<<BigInt(32))+BigInt(this[++t]*2**24+this[++t]*2**16+this[++t]*2**8+n)});pe.prototype.readFloatLE=function(t,r){return t=t>>>0,r||Hr(t,4,this.length),mo.read(this,t,!0,23,4)};pe.prototype.readFloatBE=function(t,r){return t=t>>>0,r||Hr(t,4,this.length),mo.read(this,t,!1,23,4)};pe.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||Hr(t,8,this.length),mo.read(this,t,!0,52,8)};pe.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||Hr(t,8,this.length),mo.read(this,t,!1,52,8)};function Kn(e,t,r,n,s,u){if(!pe.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>s||t<u)throw new RangeError('"value" argument is out of bounds');if(r+n>e.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 o=Math.pow(2,8*n)-1;Kn(this,t,r,n,o,0)}let u=1,i=0;for(this[r]=t&255;++i<n&&(u*=256);)this[r+i]=t/u&255;return r+n};pe.prototype.writeUintBE=pe.prototype.writeUIntBE=function(t,r,n,s){if(t=+t,r=r>>>0,n=n>>>0,!s){let o=Math.pow(2,8*n)-1;Kn(this,t,r,n,o,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||Kn(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||Kn(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||Kn(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||Kn(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||Kn(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 zm(e,t,r,n,s){Zm(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 Ym(e,t,r,n,s){Zm(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=Uu(function(t,r=0){return zm(this,t,r,BigInt(0),BigInt("0xffffffffffffffff"))});pe.prototype.writeBigUInt64BE=Uu(function(t,r=0){return Ym(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);Kn(this,t,r,n,l-1,-l)}let u=0,i=1,o=0;for(this[r]=t&255;++u<n&&(i*=256);)t<0&&o===0&&this[r+u-1]!==0&&(o=1),this[r+u]=(t/i>>0)-o&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);Kn(this,t,r,n,l-1,-l)}let u=n-1,i=1,o=0;for(this[r+u]=t&255;--u>=0&&(i*=256);)t<0&&o===0&&this[r+u+1]!==0&&(o=1),this[r+u]=(t/i>>0)-o&255;return r+n};pe.prototype.writeInt8=function(t,r,n){return t=+t,r=r>>>0,n||Kn(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||Kn(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||Kn(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||Kn(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||Kn(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=Uu(function(t,r=0){return zm(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});pe.prototype.writeBigInt64BE=Uu(function(t,r=0){return Ym(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Wm(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 Xm(e,t,r,n,s){return t=+t,r=r>>>0,s||Wm(e,t,r,4,34028234663852886e22,-34028234663852886e22),mo.write(e,t,r,n,23,4),r+4}pe.prototype.writeFloatLE=function(t,r,n){return Xm(this,t,r,!0,n)};pe.prototype.writeFloatBE=function(t,r,n){return Xm(this,t,r,!1,n)};function Jm(e,t,r,n,s){return t=+t,r=r>>>0,s||Wm(e,t,r,8,17976931348623157e292,-17976931348623157e292),mo.write(e,t,r,n,52,8),r+8}pe.prototype.writeDoubleLE=function(t,r,n){return Jm(this,t,r,!0,n)};pe.prototype.writeDoubleBE=function(t,r,n){return Jm(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<n&&(s=n),s===n||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=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<s-n&&(s=t.length-r+n);let u=s-n;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,s):Uint8Array.prototype.set.call(t,this.subarray(n,s),r),u};pe.prototype.fill=function(t,r,n,s){if(typeof t=="string"){if(typeof r=="string"?(s=r,r=0,n=this.length):typeof n=="string"&&(s=n,n=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!pe.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(t.length===1){let i=t.charCodeAt(0);(s==="utf8"&&i<128||s==="latin1")&&(t=i)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,t||(t=0);let u;if(typeof t=="number")for(u=r;u<n;++u)this[u]=t;else{let i=pe.isBuffer(t)?t:pe.from(t,s),o=i.length;if(o===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(u=0;u<n-r;++u)this[u+r]=i[u%o]}return this};var go={};function op(e,t,r){go[e]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(s){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:s,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}op("ERR_BUFFER_OUT_OF_BOUNDS",function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);op("ERR_INVALID_ARG_TYPE",function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`},TypeError);op("ERR_OUT_OF_RANGE",function(e,t,r){let n=`The value of "${e}" is out of range.`,s=r;return Number.isInteger(r)&&Math.abs(r)>2**32?s=jm(String(r)):typeof r=="bigint"&&(s=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(s=jm(s)),s+="n"),n+=` It must be ${t}. Received ${s}`,n},RangeError);function jm(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 t5(e,t,r){vo(t,"offset"),(e[t]===void 0||e[t+r]===void 0)&&Cc(t,e.length-(r+1))}function Zm(e,t,r,n,s,u){if(e>r||e<t){let i=typeof t=="bigint"?"n":"",o;throw u>3?t===0||t===BigInt(0)?o=`>= 0${i} and < 2${i} ** ${(u+1)*8}${i}`:o=`>= -(2${i} ** ${(u+1)*8-1}${i}) and < 2 ** ${(u+1)*8-1}${i}`:o=`>= ${t}${i} and <= ${r}${i}`,new go.ERR_OUT_OF_RANGE("value",o,e)}t5(n,s,u)}function vo(e,t){if(typeof e!="number")throw new go.ERR_INVALID_ARG_TYPE(t,"number",e)}function Cc(e,t,r){throw Math.floor(e)!==e?(vo(e,r),new go.ERR_OUT_OF_RANGE(r||"offset","an integer",e)):t<0?new go.ERR_BUFFER_OUT_OF_BOUNDS:new go.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${t}`,e)}var r5=/[^+/0-9A-Za-z-_]/g;function n5(e){if(e=e.split("=")[0],e=e.trim().replace(r5,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function sp(e,t){t=t||1/0;let r,n=e.length,s=null,u=[];for(let i=0;i<n;++i){if(r=e.charCodeAt(i),r>55295&&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 i5(e){let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function s5(e,t){let r,n,s,u=[];for(let i=0;i<e.length&&!((t-=2)<0);++i)r=e.charCodeAt(i),n=r>>8,s=r%256,u.push(s),u.push(n);return u}function Qm(e){return rp.toByteArray(n5(e))}function lf(e,t,r,n){let s;for(s=0;s<n&&!(s+r>=t.length||s>=e.length);++s)t[s+r]=e[s];return s}function hs(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function cp(e){return e!==e}var u5=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 Uu(e){return typeof BigInt>"u"?a5:e}function a5(){throw new Error("BigInt not supported")}});var Dv=Se(be=>{var Fc={};Fc.userAgent=!1;var Ao={},o5="11.1.0",c5="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||o).stringify(this)},concat:function(f){var w=this.words,v=f.words,F=this.sigBytes,A=f.sigBytes;if(this.clamp(),F%4)for(var C=0;C<A;C++){var S=v[C>>>2]>>>24-C%4*8&255;w[F+C>>>2]|=S<<24-(F+C)%4*8}else for(var C=0;C<A;C+=4)w[F+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<f;v+=4)w.push(e.random()*4294967296|0);return new u.init(w,f)}}),i=r.enc={},o=i.Hex={stringify:function(f){for(var w=f.words,v=f.sigBytes,F=[],A=0;A<v;A++){var C=w[A>>>2]>>>24-A%4*8&255;F.push((C>>>4).toString(16)),F.push((C&15).toString(16))}return F.join("")},parse:function(f){for(var w=f.length,v=[],F=0;F<w;F+=2)v[F>>>3]|=parseInt(f.substr(F,2),16)<<24-F%8*4;return new u.init(v,w/2)}},l=i.Latin1={stringify:function(f){for(var w=f.words,v=f.sigBytes,F=[],A=0;A<v;A++){var C=w[A>>>2]>>>24-A%4*8&255;F.push(String.fromCharCode(C))}return F.join("")},parse:function(f){for(var w=f.length,v=[],F=0;F<w;F++)v[F>>>2]|=(f.charCodeAt(F)&255)<<24-F%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,F=w.sigBytes,A=this.blockSize,C=A*4,S=F/C;f?S=e.ceil(S):S=e.max((S|0)-this._minBufferSize,0);var I=S*A,_=e.min(I*4,F);if(I){for(var j=0;j<I;j+=A)this._doProcessBlock(v,j);var M=v.splice(0,I);w.sigBytes-=_}return new u.init(M,_)},clone:function(){var f=s.clone.call(this);return f._data=this._data.clone(),f},_minBufferSize:0}),E=n.Hasher=d.extend({cfg:s.extend(),init:function(f){this.cfg=this.cfg.extend(f),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(f){return this._append(f),this._process(),this},finalize:function(f){f&&this._append(f);var w=this._doFinalize();return w},blockSize:512/32,_createHelper:function(f){return function(w,v){return new f.init(v).finalize(w)}},_createHmacHelper:function(f){return function(w,v){return new p.HMAC.init(f,v).finalize(w)}}}),p=r.algo={};return r}(Math);(function(e){var s=Ie,t=s.lib,r=t.Base,n=t.WordArray,s=s.x64={};s.Word=r.extend({init:function(u,i){this.high=u,this.low=i}}),s.WordArray=r.extend({init:function(u,i){u=this.words=u||[],this.sigBytes=i!=e?i:8*u.length},toX32:function(){for(var u=this.words,i=u.length,o=[],l=0;l<i;l++){var h=u[l];o.push(h.high),o.push(h.low)}return n.create(o,this.sigBytes)},clone:function(){for(var u=r.clone.call(this),i=u.words=this.words.slice(0),o=i.length,l=0;l<o;l++)i[l]=i[l].clone();return u}})})();Ie.lib.Cipher||function(e){var f=Ie,t=f.lib,r=t.Base,n=t.WordArray,s=t.BufferedBlockAlgorithm,u=f.enc.Base64,i=f.algo.EvpKDF,o=t.Cipher=s.extend({cfg:r.extend(),createEncryptor:function(v,F){return this.create(this._ENC_XFORM_MODE,v,F)},createDecryptor:function(v,F){return this.create(this._DEC_XFORM_MODE,v,F)},init:function(v,F,A){this.cfg=this.cfg.extend(A),this._xformMode=v,this._key=F,this.reset()},reset:function(){s.reset.call(this),this._doReset()},process:function(v){return this._append(v),this._process()},finalize:function(v){return v&&this._append(v),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(v){return{encrypt:function(F,A,C){return(typeof A=="string"?w:p).encrypt(v,F,A,C)},decrypt:function(F,A,C){return(typeof A=="string"?w:p).decrypt(v,F,A,C)}}}});t.StreamCipher=o.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var E=f.mode={},l=function(v,F,A){var C=this._iv;C?this._iv=e:C=this._prevBlock;for(var S=0;S<A;S++)v[F+S]^=C[S]},h=(t.BlockCipherMode=r.extend({createEncryptor:function(v,F){return this.Encryptor.create(v,F)},createDecryptor:function(v,F){return this.Decryptor.create(v,F)},init:function(v,F){this._cipher=v,this._iv=F}})).extend();h.Encryptor=h.extend({processBlock:function(v,F){var A=this._cipher,C=A.blockSize;l.call(this,v,F,C),A.encryptBlock(v,F),this._prevBlock=v.slice(F,F+C)}}),h.Decryptor=h.extend({processBlock:function(v,F){var A=this._cipher,C=A.blockSize,S=v.slice(F,F+C);A.decryptBlock(v,F),l.call(this,v,F,C),this._prevBlock=S}}),E=E.CBC=h,h=(f.pad={}).Pkcs7={pad:function(v,F){for(var A=4*F,A=A-v.sigBytes%A,C=A<<24|A<<16|A<<8|A,S=[],I=0;I<A;I+=4)S.push(C);A=n.create(S,A),v.concat(A)},unpad:function(v){v.sigBytes-=v.words[v.sigBytes-1>>>2]&255}},t.BlockCipher=o.extend({cfg:o.cfg.extend({mode:E,padding:h}),reset:function(){o.reset.call(this);var F=this.cfg,v=F.iv,F=F.mode;if(this._xformMode==this._ENC_XFORM_MODE)var A=F.createEncryptor;else A=F.createDecryptor,this._minBufferSize=1;this._mode=A.call(F,this,v&&v.words)},_doProcessBlock:function(v,F){this._mode.processBlock(v,F)},_doFinalize:function(){var v=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){v.pad(this._data,this.blockSize);var F=this._process(!0)}else F=this._process(!0),v.unpad(F);return F},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 F=v.ciphertext;return v=v.salt,(v?n.create([1398893684,1701076831]).concat(v).concat(F):F).toString(u)},parse:function(v){v=u.parse(v);var F=v.words;if(F[0]==1398893684&&F[1]==1701076831){var A=n.create(F.slice(2,4));F.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,F,A,C){C=this.cfg.extend(C);var S=v.createEncryptor(A,C);return F=S.finalize(F),S=S.cfg,d.create({ciphertext:F,key:A,iv:S.iv,algorithm:v,mode:S.mode,padding:S.padding,blockSize:v.blockSize,formatter:C.format})},decrypt:function(v,F,A,C){return C=this.cfg.extend(C),F=this._parse(F,C.format),v.createDecryptor(A,C).finalize(F.ciphertext)},_parse:function(v,F){return typeof v=="string"?F.parse(v,this):v}}),f=(f.kdf={}).OpenSSL={execute:function(v,F,A,C){return C||(C=n.random(8)),v=i.create({keySize:F+A}).compute(v,C),A=n.create(v.words.slice(F),4*A),v.sigBytes=4*F,d.create({key:v,iv:A,salt:C})}},w=t.PasswordBasedCipher=p.extend({cfg:p.cfg.extend({kdf:f}),encrypt:function(v,F,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,F,A.key,C),v.mixIn(A),v},decrypt:function(v,F,A,C){return C=this.cfg.extend(C),F=this._parse(F,C.format),A=C.kdf.execute(A,v.keySize,v.ivSize,F.salt),C.iv=A.iv,p.decrypt.call(this,v,F,A.key,C)}})}();(function(){for(var e=Ie,t=e.lib.BlockCipher,j=e.algo,r=[],n=[],s=[],u=[],i=[],o=[],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 F=v^v<<1^v<<2^v<<3^v<<4,F=F>>>8^F&255^99;r[w]=F,n[F]=w;var A=p[w],C=p[A],S=p[C],I=257*p[F]^16843008*F;s[w]=I<<24|I>>>8,u[w]=I<<16|I>>>16,i[w]=I<<8|I>>>24,o[w]=I,I=16843009*S^65537*C^257*A^16843008*w,l[F]=I<<24|I>>>8,h[F]=I<<16|I>>>16,d[F]=I<<8|I>>>24,E[F]=I,w?(w=A^p[p[p[S^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,M=P.words,b=P.sigBytes/4,P=4*((this._nRounds=b+6)+1),k=this._keySchedule=[],H=0;H<P;H++)if(H<b)k[H]=M[H];else{var G=k[H-1];H%b?6<b&&H%b==4&&(G=r[G>>>24]<<24|r[G>>>16&255]<<16|r[G>>>8&255]<<8|r[G&255]):(G=G<<8|G>>>24,G=r[G>>>24]<<24|r[G>>>16&255]<<16|r[G>>>8&255]<<8|r[G&255],G^=_[H/b|0]<<24),k[H]=k[H-b]^G}for(M=this._invKeySchedule=[],b=0;b<P;b++)H=P-b,G=b%4?k[H]:k[H-4],M[b]=4>b||4>=H?G:l[r[G>>>24]]^h[r[G>>>16&255]]^d[r[G>>>8&255]]^E[r[G&255]]},encryptBlock:function(M,b){this._doCryptBlock(M,b,this._keySchedule,s,u,i,o,r)},decryptBlock:function(M,b){var P=M[b+1];M[b+1]=M[b+3],M[b+3]=P,this._doCryptBlock(M,b,this._invKeySchedule,l,h,d,E,n),P=M[b+1],M[b+1]=M[b+3],M[b+3]=P},_doCryptBlock:function(M,b,P,k,H,G,Y,K){for(var z=this._nRounds,ce=M[b]^P[0],Be=M[b+1]^P[1],Ve=M[b+2]^P[2],Je=M[b+3]^P[3],X=4,se=1;se<z;se++)var ye=k[ce>>>24]^H[Be>>>16&255]^G[Ve>>>8&255]^Y[Je&255]^P[X++],Fe=k[Be>>>24]^H[Ve>>>16&255]^G[Je>>>8&255]^Y[ce&255]^P[X++],Pe=k[Ve>>>24]^H[Je>>>16&255]^G[ce>>>8&255]^Y[Be&255]^P[X++],Je=k[Je>>>24]^H[ce>>>16&255]^G[Be>>>8&255]^Y[Ve&255]^P[X++],ce=ye,Be=Fe,Ve=Pe;ye=(K[ce>>>24]<<24|K[Be>>>16&255]<<16|K[Ve>>>8&255]<<8|K[Je&255])^P[X++],Fe=(K[Be>>>24]<<24|K[Ve>>>16&255]<<16|K[Je>>>8&255]<<8|K[ce&255])^P[X++],Pe=(K[Ve>>>24]<<24|K[Je>>>16&255]<<16|K[ce>>>8&255]<<8|K[Be&255])^P[X++],Je=(K[Je>>>24]<<24|K[ce>>>16&255]<<16|K[Be>>>8&255]<<8|K[Ve&255])^P[X++],M[b]=ye,M[b+1]=Fe,M[b+2]=Pe,M[b+3]=Je},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}function t(p,f){var w=(this._rBlock>>>p^this._lBlock)&f;this._lBlock^=w,this._rBlock^=w<<p}var r=Ie,s=r.lib,n=s.WordArray,s=s.BlockCipher,u=r.algo,i=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],o=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],l=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],h=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],d=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],E=u.DES=s.extend({_doReset:function(){for(var p=this._key.words,f=[],w=0;56>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 F=p[v]=[],A=l[v],w=0;24>w;w++)F[w/6|0]|=f[(o[w]-1+A)%28]<<31-w%6,F[4+(w/6|0)]|=f[28+(o[w+24]-1+A)%28]<<31-w%6;for(F[0]=F[0]<<1|F[0]>>>31,w=1;7>w;w++)F[w]>>>=4*(w-1)+3;F[7]=F[7]<<5|F[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 F=w[v],A=this._lBlock,C=this._rBlock,S=0,I=0;8>I;I++)S|=h[I][((C^F[I])&d[I])>>>0];this._lBlock=C,this._rBlock=A^S}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<s;i+=3)for(var o=(n[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<s;l++)r.push(u.charAt(o>>>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,o=0;o<n;o++)if(o%4){var l=s.indexOf(r.charAt(o-1))<<2*(o%4),h=s.indexOf(r.charAt(o))>>>6-2*(o%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,F,A){return E=E+(p&f|~p&w)+v+A,(E<<F|E>>>32-F)+p}function r(E,p,f,w,v,F,A){return E=E+(p&w|f&~w)+v+A,(E<<F|E>>>32-F)+p}function n(E,p,f,w,v,F,A){return E=E+(p^f^w)+v+A,(E<<F|E>>>32-F)+p}function s(E,p,f,w,v,F,A){return E=E+(f^(p|~w))+v+A,(E<<F|E>>>32-F)+p}for(var u=Ie,l=u.lib,i=l.WordArray,o=l.Hasher,l=u.algo,h=[],d=0;64>d;d++)h[d]=4294967296*e.abs(e.sin(d+1))|0;l=l.MD5=o.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],F=E[p+2],A=E[p+3],C=E[p+4],S=E[p+5],I=E[p+6],_=E[p+7],j=E[p+8],M=E[p+9],b=E[p+10],P=E[p+11],k=E[p+12],H=E[p+13],G=E[p+14],Y=E[p+15],K=f[0],se=f[1],X=f[2],z=f[3],K=t(K,se,X,z,w,7,h[0]),z=t(z,K,se,X,v,12,h[1]),X=t(X,z,K,se,F,17,h[2]),se=t(se,X,z,K,A,22,h[3]),K=t(K,se,X,z,C,7,h[4]),z=t(z,K,se,X,S,12,h[5]),X=t(X,z,K,se,I,17,h[6]),se=t(se,X,z,K,_,22,h[7]),K=t(K,se,X,z,j,7,h[8]),z=t(z,K,se,X,M,12,h[9]),X=t(X,z,K,se,b,17,h[10]),se=t(se,X,z,K,P,22,h[11]),K=t(K,se,X,z,k,7,h[12]),z=t(z,K,se,X,H,12,h[13]),X=t(X,z,K,se,G,17,h[14]),se=t(se,X,z,K,Y,22,h[15]),K=r(K,se,X,z,v,5,h[16]),z=r(z,K,se,X,I,9,h[17]),X=r(X,z,K,se,P,14,h[18]),se=r(se,X,z,K,w,20,h[19]),K=r(K,se,X,z,S,5,h[20]),z=r(z,K,se,X,b,9,h[21]),X=r(X,z,K,se,Y,14,h[22]),se=r(se,X,z,K,C,20,h[23]),K=r(K,se,X,z,M,5,h[24]),z=r(z,K,se,X,G,9,h[25]),X=r(X,z,K,se,A,14,h[26]),se=r(se,X,z,K,j,20,h[27]),K=r(K,se,X,z,H,5,h[28]),z=r(z,K,se,X,F,9,h[29]),X=r(X,z,K,se,_,14,h[30]),se=r(se,X,z,K,k,20,h[31]),K=n(K,se,X,z,S,4,h[32]),z=n(z,K,se,X,j,11,h[33]),X=n(X,z,K,se,P,16,h[34]),se=n(se,X,z,K,G,23,h[35]),K=n(K,se,X,z,v,4,h[36]),z=n(z,K,se,X,C,11,h[37]),X=n(X,z,K,se,_,16,h[38]),se=n(se,X,z,K,b,23,h[39]),K=n(K,se,X,z,H,4,h[40]),z=n(z,K,se,X,w,11,h[41]),X=n(X,z,K,se,A,16,h[42]),se=n(se,X,z,K,I,23,h[43]),K=n(K,se,X,z,M,4,h[44]),z=n(z,K,se,X,k,11,h[45]),X=n(X,z,K,se,Y,16,h[46]),se=n(se,X,z,K,F,23,h[47]),K=s(K,se,X,z,w,6,h[48]),z=s(z,K,se,X,_,10,h[49]),X=s(X,z,K,se,G,15,h[50]),se=s(se,X,z,K,S,21,h[51]),K=s(K,se,X,z,k,6,h[52]),z=s(z,K,se,X,A,10,h[53]),X=s(X,z,K,se,b,15,h[54]),se=s(se,X,z,K,v,21,h[55]),K=s(K,se,X,z,j,6,h[56]),z=s(z,K,se,X,Y,10,h[57]),X=s(X,z,K,se,I,15,h[58]),se=s(se,X,z,K,H,21,h[59]),K=s(K,se,X,z,C,6,h[60]),z=s(z,K,se,X,P,10,h[61]),X=s(X,z,K,se,F,15,h[62]),se=s(se,X,z,K,M,21,h[63]);f[0]=f[0]+K|0,f[1]=f[1]+se|0,f[2]=f[2]+X|0,f[3]=f[3]+z|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=o.clone.call(this);return E._hash=this._hash.clone(),E}}),u.MD5=o._createHelper(l),u.HmacMD5=o._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 o=this._hash.words,l=o[0],h=o[1],d=o[2],E=o[3],p=o[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}o[0]=o[0]+l|0,o[1]=o[1]+h|0,o[2]=o[2]+d|0,o[3]=o[3]+E|0,o[4]=o[4]+p|0},_doFinalize:function(){var u=this._data,i=u.words,o=8*this._nDataBytes,l=8*u.sigBytes;return i[l>>>5]|=128<<24-l%32,i[(l+64>>>9<<4)+14]=Math.floor(o/4294967296),i[(l+64>>>9<<4)+15]=o,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},o=2,l=0;64>l;){var h;e:{h=o;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(o,.5))),u[l]=i(e.pow(o,1/3)),l++),o++}var p=[],f=f.SHA256=n.extend({_doReset:function(){this._hash=new r.init(s.slice(0))},_doProcessBlock:function(w,v){for(var F=this._hash.words,A=F[0],C=F[1],S=F[2],I=F[3],_=F[4],j=F[5],M=F[6],b=F[7],P=0;64>P;P++){if(16>P)p[P]=w[v+P]|0;else{var k=p[P-15],H=p[P-2];p[P]=((k<<25|k>>>7)^(k<<14|k>>>18)^k>>>3)+p[P-7]+((H<<15|H>>>17)^(H<<13|H>>>19)^H>>>10)+p[P-16]}k=b+((_<<26|_>>>6)^(_<<21|_>>>11)^(_<<7|_>>>25))+(_&j^~_&M)+u[P]+p[P],H=((A<<30|A>>>2)^(A<<19|A>>>13)^(A<<10|A>>>22))+(A&C^A&S^C&S),b=M,M=j,j=_,_=I+k|0,I=S,S=C,C=A,A=k+H|0}F[0]=F[0]+A|0,F[1]=F[1]+C|0,F[2]=F[2]+S|0,F[3]=F[3]+I|0,F[4]=F[4]+_|0,F[5]=F[5]+j|0,F[6]=F[6]+M|0,F[7]=F[7]+b|0},_doFinalize:function(){var w=this._data,v=w.words,F=8*this._nDataBytes,A=8*w.sigBytes;return v[A>>>5]|=128<<24-A%32,v[(A+64>>>9<<4)+14]=e.floor(F/4294967296),v[(A+64>>>9<<4)+15]=F,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)],o=[],l=0;80>l;l++)o[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],F=C[5],A=C[6],C=C[7],S=E.high,I=E.low,_=p.high,j=p.low,M=f.high,b=f.low,P=w.high,k=w.low,H=v.high,G=v.low,Y=F.high,K=F.low,z=A.high,X=A.low,se=C.high,ye=C.low,Fe=S,Pe=I,Je=_,ce=j,Be=M,Ve=b,Dr=P,jt=k,Ct=H,cr=G,Qt=Y,pt=K,Mt=z,st=X,Ye=se,er=ye,qe=0;80>qe;qe++){var lr=o[qe];if(16>qe)var Pt=lr.high=h[d+2*qe]|0,_e=lr.low=h[d+2*qe+1]|0;else{var Pt=o[qe-15],_e=Pt.high,mt=Pt.low,Pt=(_e>>>1|mt<<31)^(_e>>>8|mt<<24)^_e>>>7,mt=(mt>>>1|_e<<31)^(mt>>>8|_e<<24)^(mt>>>7|_e<<25),yr=o[qe-2],_e=yr.high,yt=yr.low,yr=(_e>>>19|yt<<13)^(_e<<3|yt>>>29)^_e>>>6,yt=(yt>>>19|_e<<13)^(yt<<3|_e>>>29)^(yt>>>6|_e<<26),_e=o[qe-7],Kr=_e.high,Wt=o[qe-16],je=Wt.high,Wt=Wt.low,_e=mt+_e.low,Pt=Pt+Kr+(_e>>>0<mt>>>0?1:0),_e=_e+yt,Pt=Pt+yr+(_e>>>0<yt>>>0?1:0),_e=_e+Wt,Pt=Pt+je+(_e>>>0<Wt>>>0?1:0);lr.high=Pt,lr.low=_e}var Kr=Ct&Qt^~Ct&Mt,Wt=cr&pt^~cr&st,lr=Fe&Je^Fe&Be^Je&Be,qt=Pe&ce^Pe&Ve^ce&Ve,mt=(Fe>>>28|Pe<<4)^(Fe<<30|Pe>>>2)^(Fe<<25|Pe>>>7),yr=(Pe>>>28|Fe<<4)^(Pe<<30|Fe>>>2)^(Pe<<25|Fe>>>7),yt=i[qe],ei=yt.high,Gr=yt.low,yt=er+((cr>>>14|Ct<<18)^(cr>>>18|Ct<<14)^(cr<<23|Ct>>>9)),je=Ye+((Ct>>>14|cr<<18)^(Ct>>>18|cr<<14)^(Ct<<23|cr>>>9))+(yt>>>0<er>>>0?1:0),yt=yt+Wt,je=je+Kr+(yt>>>0<Wt>>>0?1:0),yt=yt+Gr,je=je+ei+(yt>>>0<Gr>>>0?1:0),yt=yt+_e,je=je+Pt+(yt>>>0<_e>>>0?1:0),_e=yr+qt,lr=mt+lr+(_e>>>0<yr>>>0?1:0),Ye=Mt,er=st,Mt=Qt,st=pt,Qt=Ct,pt=cr,cr=jt+yt|0,Ct=Dr+je+(cr>>>0<jt>>>0?1:0)|0,Dr=Be,jt=Ve,Be=Je,Ve=ce,Je=Fe,ce=Pe,Pe=yt+_e|0,Fe=je+lr+(Pe>>>0<yt>>>0?1:0)|0}I=E.low=I+Pe,E.high=S+Fe+(I>>>0<Pe>>>0?1:0),j=p.low=j+ce,p.high=_+Je+(j>>>0<ce>>>0?1:0),b=f.low=b+Ve,f.high=M+Be+(b>>>0<Ve>>>0?1:0),k=w.low=k+jt,w.high=P+Dr+(k>>>0<jt>>>0?1:0),G=v.low=G+cr,v.high=H+Ct+(G>>>0<cr>>>0?1:0),K=F.low=K+pt,F.high=Y+Qt+(K>>>0<pt>>>0?1:0),X=A.low=X+st,A.high=z+Mt+(X>>>0<st>>>0?1:0),ye=C.low=ye+er,C.high=se+Ye+(ye>>>0<er>>>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]),o=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=o.words,v=l.words,F=n.words,A=s.words,C=u.words,S=i.words,I,_,j,M,b,P,k,H,G,Y;P=I=f[0],k=_=f[1],H=j=f[2],G=M=f[3],Y=b=f[4];for(var K,p=0;80>p;p+=1)K=I+d[E+F[p]]|0,K=16>p?K+((_^j^M)+w[0]):32>p?K+((_&j|~_&M)+w[1]):48>p?K+(((_|~j)^M)+w[2]):64>p?K+((_&M|j&~M)+w[3]):K+((_^(j|~M))+w[4]),K|=0,K=K<<C[p]|K>>>32-C[p],K=K+b|0,I=b,b=M,M=j<<10|j>>>22,j=_,_=K,K=P+d[E+A[p]]|0,K=16>p?K+((k^(H|~G))+v[0]):32>p?K+((k&G|H&~G)+v[1]):48>p?K+(((k|~H)^G)+v[2]):64>p?K+((k&H|~k&G)+v[3]):K+((k^H^G)+v[4]),K|=0,K=K<<S[p]|K>>>32-S[p],K=K+Y|0,P=Y,Y=G,G=H<<10|H>>>22,H=k,k=K;K=f[1]+j+G|0,f[1]=f[2]+M+Y|0,f[2]=f[3]+b+P|0,f[3]=f[4]+I+k|0,f[4]=f[0]+_+H|0,f[0]=K},_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(),o=this._iKey=n.clone(),l=i.words,h=o.words,d=0;d<s;d++)l[d]^=1549556828,h[d]^=909522486;i.sigBytes=o.sigBytes=u,this.reset()},reset:function(){var r=this._hasher;r.reset(),r.update(this._iKey)},update:function(r){return this._hasher.update(r),this},finalize:function(r){var n=this._hasher;return r=n.finalize(r),n.reset(),n.finalize(this._oKey.clone().concat(r))}})})();(function(){var e=Ie,n=e.lib,t=n.Base,r=n.WordArray,n=e.algo,s=n.HMAC,u=n.PBKDF2=t.extend({cfg:t.extend({keySize:4,hasher:n.SHA1,iterations:1}),init:function(i){this.cfg=this.cfg.extend(i)},compute:function(i,o){for(var w=this.cfg,l=s.create(w.hasher,i),h=r.create(),d=r.create([1]),E=h.words,p=d.words,f=w.keySize,w=w.iterations;E.length<f;){var v=l.update(o).finalize(d);l.reset();for(var F=v.words,A=F.length,C=v,S=1;S<w;S++){C=l.finalize(C),l.reset();for(var I=C.words,_=0;_<A;_++)F[_]^=I[_]}h.concat(v),p[0]++}return h.sigBytes=4*f,h}});e.PBKDF2=function(i,o,l){return u.create(l).compute(i,o)}})();var wo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",pp="=";function ru(e){var t,r,n="";for(t=0;t+3<=e.length;t+=3)r=parseInt(e.substring(t,t+3),16),n+=wo.charAt(r>>6)+wo.charAt(r&63);if(t+1==e.length?(r=parseInt(e.substring(t,t+1),16),n+=wo.charAt(r<<2)):t+2==e.length&&(r=parseInt(e.substring(t,t+2),16),n+=wo.charAt(r>>2)+wo.charAt((r&3)<<4)),pp)for(;(n.length&3)>0;)n+=pp;return n}function Fo(e){var t="",r,n=0,s,u;for(r=0;r<e.length&&e.charAt(r)!=pp;++r)u=wo.indexOf(e.charAt(r)),!(u<0)&&(n==0?(t+=tu(u>>2),s=u&3,n=1):n==1?(t+=tu(s<<2|u>>4),s=u&15,n=2):n==2?(t+=tu(s),t+=tu(u>>2),s=u&3,n=3):(t+=tu(s<<2|u>>4),t+=tu(u&15),n=0));return n==1&&(t+=tu(s<<2)),t}function nv(e){var t=Fo(e),r,n=new Array;for(r=0;2*r<t.length;++r)n[r]=parseInt(t.substring(2*r,2*r+2),16);return n}var ju,l5=0xdeadbeefcafe,ev=(l5&16777215)==15715070;function ee(e,t,r){e!=null&&(typeof e=="number"?this.fromNumber(e,t,r):t==null&&typeof e!="string"?this.fromString(e,256):this.fromString(e,t))}function _t(){return new ee(null)}function f5(e,t,r,n,s,u){for(;--u>=0;){var i=t*this[e++]+r[n]+s;s=Math.floor(i/67108864),r[n++]=i&67108863}return s}function h5(e,t,r,n,s,u){for(var i=t&32767,o=t>>15;--u>=0;){var l=this[e]&32767,h=this[e++]>>15,d=o*l+h*i;l=i*l+((d&32767)<<15)+r[n]+(s&1073741823),s=(l>>>30)+(d>>>15)+o*h+(s>>>30),r[n++]=l&1073741823}return s}function p5(e,t,r,n,s,u){for(var i=t&16383,o=t>>14;--u>=0;){var l=this[e]&16383,h=this[e++]>>14,d=o*l+h*i;l=i*l+((d&16383)<<14)+r[n]+s,s=(l>>28)+(d>>14)+o*h,r[n++]=l&268435455}return s}ev&&Fc.appName=="Microsoft Internet Explorer"?(ee.prototype.am=h5,ju=30):ev&&Fc.appName!="Netscape"?(ee.prototype.am=f5,ju=26):(ee.prototype.am=p5,ju=28);ee.prototype.DB=ju;ee.prototype.DM=(1<<ju)-1;ee.prototype.DV=1<<ju;var Ep=52;ee.prototype.FV=Math.pow(2,Ep);ee.prototype.F1=Ep-ju;ee.prototype.F2=2*ju-Ep;var d5="0123456789abcdefghijklmnopqrstuvwxyz",mf=new Array,Do,Oi;Do=48;for(Oi=0;Oi<=9;++Oi)mf[Do++]=Oi;Do=97;for(Oi=10;Oi<36;++Oi)mf[Do++]=Oi;Do=65;for(Oi=10;Oi<36;++Oi)mf[Do++]=Oi;function tu(e){return d5.charAt(e)}function iv(e,t){var r=mf[e.charCodeAt(t)];return r??-1}function g5(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s}function m5(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 Hu(e){var t=_t();return t.fromInt(e),t}function v5(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:iv(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)-1)<<u,this[this.t++]=i>>this.DB-u):this[this.t-1]|=i<<u,u+=r,u>=this.DB&&(u-=this.DB)}r==8&&e[0]&128&&(this.s=-1,u>0&&(this[this.t-1]|=(1<<this.DB-u)-1<<u)),this.clamp(),s&&ee.ZERO.subTo(this,this)}function E5(){for(var e=this.s&this.DM;this.t>0&&this[this.t-1]==e;)--this.t}function A5(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<<t)-1,n,s=!1,u="",i=this.t,o=this.DB-i*this.DB%t;if(i-- >0)for(o<this.DB&&(n=this[i]>>o)>0&&(s=!0,u=tu(n));i>=0;)o<t?(n=(this[i]&(1<<o)-1)<<t-o,n|=this[--i]>>(o+=this.DB-t)):(n=this[i]>>(o-=t)&r,o<=0&&(o+=this.DB,--i)),n>0&&(s=!0),s&&(u+=tu(n));return s?u:"0"}function w5(){var e=_t();return ee.ZERO.subTo(this,e),e}function C5(){return this.s<0?this.negate():this}function F5(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 vf(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 D5(){return this.t<=0?0:this.DB*(this.t-1)+vf(this[this.t-1]^this.s&this.DM)}function y5(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 S5(e,t){for(var r=e;r<this.t;++r)t[r-e]=this[r];t.t=Math.max(this.t-e,0),t.s=this.s}function b5(e,t){var r=e%this.DB,n=this.DB-r,s=(1<<n)-1,u=Math.floor(e/this.DB),i=this.s<<r&this.DM,o;for(o=this.t-1;o>=0;--o)t[o+u+1]=this[o]>>n|i,i=(this[o]&s)<<r;for(o=u-1;o>=0;--o)t[o]=0;t[u]=i,t.t=this.t+u+1,t.s=this.s,t.clamp()}function _5(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)-1;t[0]=this[r]>>n;for(var i=r+1;i<this.t;++i)t[i-r-1]|=(this[i]&u)<<s,t[i-r]=this[i]>>n;n>0&&(t[this.t-r-1]|=(this.s&u)<<s),t.t=this.t-r,t.clamp()}function I5(e,t){for(var r=0,n=0,s=Math.min(e.t,this.t);r<s;)n+=this[r]-e[r],t[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n-=e.s;r<this.t;)n+=this[r],t[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n-=e[r],t[r++]=n&this.DM,n>>=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 B5(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<n.t;++s)t[s+r.t]=r.am(0,n[s],t,s,0,r.t);t.s=0,t.clamp(),this.s!=e.s&&ee.ZERO.subTo(t,t)}function $5(e){for(var t=this.abs(),r=e.t=2*t.t;--r>=0;)e[r]=0;for(r=0;r<t.t-1;++r){var n=t.am(r,t[r],e,2*r,0,1);(e[r+t.t]+=t.am(r+1,2*t[r],e,2*r+1,n,t.t-r-1))>=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 P5(e,t,r){var n=e.abs();if(!(n.t<=0)){var s=this.abs();if(s.t<n.t){t?.fromInt(0),r!=null&&this.copyTo(r);return}r==null&&(r=_t());var u=_t(),i=this.s,o=e.s,l=this.DB-vf(n[n.t-1]);l>0?(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<<this.F1)+(h>1?u[h-2]>>this.F2:0),p=this.FV/E,f=(1<<this.F1)/E,w=1<<this.F2,v=r.t,F=v-h,A=t??_t();for(u.dlShiftTo(F,A),r.compareTo(A)>=0&&(r[r.t++]=1,r.subTo(A,r)),ee.ONE.dlShiftTo(h,A),A.subTo(u,u);u.t<h;)u[u.t++]=0;for(;--F>=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,F,0,h))<C)for(u.dlShiftTo(F,A),r.subTo(A,r);r[v]<--C;)r.subTo(A,r)}t!=null&&(r.drShiftTo(h,t),i!=o&&ee.ZERO.subTo(t,t)),r.t=h,r.clamp(),l>0&&r.rShiftTo(l,r),i<0&&ee.ZERO.subTo(r,r)}}}function R5(e){var t=_t();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(ee.ZERO)>0&&e.subTo(t,t),t}function ya(e){this.m=e}function T5(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function O5(e){return e}function x5(e){e.divRemTo(this.m,null,e)}function N5(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function k5(e,t){e.squareTo(t),this.reduce(t)}ya.prototype.convert=T5;ya.prototype.revert=O5;ya.prototype.reduce=x5;ya.prototype.mulTo=N5;ya.prototype.sqrTo=k5;function L5(){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 Sa(e){this.m=e,this.mp=e.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}function U5(e){var t=_t();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(ee.ZERO)>0&&this.m.subTo(t,t),t}function H5(e){var t=_t();return e.copyTo(t),this.reduce(t),t}function j5(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t<this.m.t;++t){var r=e[t]&32767,n=r*this.mpl+((r*this.mph+(e[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 M5(e,t){e.squareTo(t),this.reduce(t)}function q5(e,t,r){e.multiplyTo(t,r),this.reduce(r)}Sa.prototype.convert=U5;Sa.prototype.revert=H5;Sa.prototype.reduce=j5;Sa.prototype.mulTo=q5;Sa.prototype.sqrTo=M5;function V5(){return(this.t>0?this[0]&1:this.s)==0}function K5(e,t){if(e>4294967295||e<1)return ee.ONE;var r=_t(),n=_t(),s=t.convert(this),u=vf(e)-1;for(s.copyTo(r);--u>=0;)if(t.sqrTo(r,n),(e&1<<u)>0)t.mulTo(n,s,r);else{var i=r;r=n,n=i}return t.revert(r)}function G5(e,t){var r;return e<256||t.isEven()?r=new ya(t):r=new Sa(t),this.exp(e,r)}ee.prototype.copyTo=g5;ee.prototype.fromInt=m5;ee.prototype.fromString=v5;ee.prototype.clamp=E5;ee.prototype.dlShiftTo=y5;ee.prototype.drShiftTo=S5;ee.prototype.lShiftTo=b5;ee.prototype.rShiftTo=_5;ee.prototype.subTo=I5;ee.prototype.multiplyTo=B5;ee.prototype.squareTo=$5;ee.prototype.divRemTo=P5;ee.prototype.invDigit=L5;ee.prototype.isEven=V5;ee.prototype.exp=K5;ee.prototype.toString=A5;ee.prototype.negate=w5;ee.prototype.abs=C5;ee.prototype.compareTo=F5;ee.prototype.bitLength=D5;ee.prototype.mod=R5;ee.prototype.modPowInt=G5;ee.ZERO=Hu(0);ee.ONE=Hu(1);function z5(){var e=_t();return this.copyTo(e),e}function Y5(){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)<<this.DB|this[0]}function W5(){return this.t==0?this.s:this[0]<<24>>24}function X5(){return this.t==0?this.s:this[0]<<16>>16}function J5(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function Z5(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function Q5(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=Hu(r),s=_t(),u=_t(),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 eS(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,o=0;o<e.length;++o){var l=iv(e,o);if(l<0){e.charAt(o)=="-"&&this.signum()==0&&(s=!0);continue}i=t*i+l,++u>=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&&ee.ZERO.subTo(this,this)}function tS(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(ee.ONE.shiftLeft(e-1),Ap,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(ee.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<<s)-1:n[0]=0,this.fromString(n,256)}}function rS(){var e=this.t,t=new Array;t[0]=this.s;var r=this.DB-e*this.DB%8,n,s=0;if(e-- >0)for(r<this.DB&&(n=this[e]>>r)!=(this.s&this.DM)>>r&&(t[s++]=n|this.s<<this.DB-r);e>=0;)r<8?(n=(this[e]&(1<<r)-1)<<8-r,n|=this[--e]>>(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 nS(e){return this.compareTo(e)==0}function iS(e){return this.compareTo(e)<0?this:e}function sS(e){return this.compareTo(e)>0?this:e}function uS(e,t,r){var n,s,u=Math.min(e.t,this.t);for(n=0;n<u;++n)r[n]=t(this[n],e[n]);if(e.t<this.t){for(s=e.s&this.DM,n=u;n<this.t;++n)r[n]=t(this[n],s);r.t=this.t}else{for(s=this.s&this.DM,n=u;n<e.t;++n)r[n]=t(s,e[n]);r.t=e.t}r.s=t(this.s,e.s),r.clamp()}function aS(e,t){return e&t}function oS(e){var t=_t();return this.bitwiseTo(e,aS,t),t}function Ap(e,t){return e|t}function cS(e){var t=_t();return this.bitwiseTo(e,Ap,t),t}function sv(e,t){return e^t}function lS(e){var t=_t();return this.bitwiseTo(e,sv,t),t}function uv(e,t){return e&~t}function fS(e){var t=_t();return this.bitwiseTo(e,uv,t),t}function hS(){for(var e=_t(),t=0;t<this.t;++t)e[t]=this.DM&~this[t];return e.t=this.t,e.s=~this.s,e}function pS(e){var t=_t();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}function dS(e){var t=_t();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}function gS(e){if(e==0)return-1;var t=0;return e&65535||(e>>=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 mS(){for(var e=0;e<this.t;++e)if(this[e]!=0)return e*this.DB+gS(this[e]);return this.s<0?this.t*this.DB:-1}function vS(e){for(var t=0;e!=0;)e&=e-1,++t;return t}function ES(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=vS(this[r]^t);return e}function AS(e){var t=Math.floor(e/this.DB);return t>=this.t?this.s!=0:(this[t]&1<<e%this.DB)!=0}function wS(e,t){var r=ee.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}function CS(e){return this.changeBit(e,Ap)}function FS(e){return this.changeBit(e,uv)}function DS(e){return this.changeBit(e,sv)}function yS(e,t){for(var r=0,n=0,s=Math.min(e.t,this.t);r<s;)n+=this[r]+e[r],t[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n+=e.s;r<this.t;)n+=this[r],t[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n+=e[r],t[r++]=n&this.DM,n>>=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 SS(e){var t=_t();return this.addTo(e,t),t}function bS(e){var t=_t();return this.subTo(e,t),t}function _S(e){var t=_t();return this.multiplyTo(e,t),t}function IS(){var e=_t();return this.squareTo(e),e}function BS(e){var t=_t();return this.divRemTo(e,t,null),t}function $S(e){var t=_t();return this.divRemTo(e,null,t),t}function PS(e){var t=_t(),r=_t();return this.divRemTo(e,t,r),new Array(t,r)}function RS(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function TS(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 yc(){}function av(e){return e}function OS(e,t,r){e.multiplyTo(t,r)}function xS(e,t){e.squareTo(t)}yc.prototype.convert=av;yc.prototype.revert=av;yc.prototype.mulTo=OS;yc.prototype.sqrTo=xS;function NS(e){return this.exp(e,new yc)}function kS(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<s;++n)r[n+this.t]=this.am(0,e[n],r,n,0,this.t);for(s=Math.min(e.t,t);n<s;++n)this.am(0,e[n],r,n,0,t-n);r.clamp()}function LS(e,t,r){--t;var n=r.t=this.t+e.t-t;for(r.s=0;--n>=0;)r[n]=0;for(n=Math.max(t-this.t,0);n<e.t;++n)r[this.t+n-t]=this.am(t-n,e[n],r,0,0,this.t+n-t);r.clamp(),r.drShiftTo(1,r)}function yo(e){this.r2=_t(),this.q3=_t(),ee.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function US(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=_t();return e.copyTo(t),this.reduce(t),t}function HS(e){return e}function jS(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 MS(e,t){e.squareTo(t),this.reduce(t)}function qS(e,t,r){e.multiplyTo(t,r),this.reduce(r)}yo.prototype.convert=US;yo.prototype.revert=HS;yo.prototype.reduce=jS;yo.prototype.mulTo=qS;yo.prototype.sqrTo=MS;function VS(e,t){var r=e.bitLength(),n,s=Hu(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 ya(t):t.isEven()?u=new yo(t):u=new Sa(t);var i=new Array,o=3,l=n-1,h=(1<<n)-1;if(i[1]=u.convert(this),n>1){var d=_t();for(u.sqrTo(i[1],d);o<=h;)i[o]=_t(),u.mulTo(d,i[o-2],i[o]),o+=2}var E=e.t-1,p,f=!0,w=_t(),v;for(r=vf(e[E])-1;E>=0;){for(r>=l?p=e[E]>>r-l&h:(p=(e[E]&(1<<r+1)-1)<<l-r,E>0&&(p|=e[E-1]>>this.DB+r-l)),o=n;!(p&1);)p>>=1,--o;if((r-=o)<0&&(r+=this.DB,--E),f)i[p].copyTo(s),f=!1;else{for(;o>1;)u.sqrTo(s,w),u.sqrTo(w,s),o-=2;o>0?u.sqrTo(s,w):(v=s,s=w,w=v),u.mulTo(w,i[p],s)}for(;E>=0&&!(e[E]&1<<r);)u.sqrTo(s,w),v=s,s=w,w=v,--r<0&&(r=this.DB-1,--E)}return u.revert(s)}function KS(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var n=t;t=r,r=n}var s=t.getLowestSetBit(),u=r.getLowestSetBit();if(u<0)return t;for(s<u&&(u=s),u>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 GS(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 zS(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return ee.ZERO;for(var r=e.clone(),n=this.clone(),s=Hu(1),u=Hu(0),i=Hu(0),o=Hu(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()||!o.isEven())&&(i.addTo(this,i),o.subTo(e,o)),i.rShiftTo(1,i)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);r.compareTo(n)>=0?(r.subTo(n,r),t&&s.subTo(i,s),u.subTo(o,u)):(n.subTo(r,n),t&&i.subTo(s,i),o.subTo(u,o))}if(n.compareTo(ee.ONE)!=0)return ee.ZERO;if(o.compareTo(e)>=0)return o.subtract(e);if(o.signum()<0)o.addTo(e,o);else return o;return o.signum()<0?o.add(e):o}var Bn=[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],YS=(1<<26)/Bn[Bn.length-1];function WS(e){var t,r=this.abs();if(r.t==1&&r[0]<=Bn[Bn.length-1]){for(t=0;t<Bn.length;++t)if(r[0]==Bn[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<Bn.length;){for(var n=Bn[t],s=t+1;s<Bn.length&&n<YS;)n*=Bn[s++];for(n=r.modInt(n);t<s;)if(n%Bn[t++]==0)return!1}return r.millerRabin(e)}function XS(e){var t=this.subtract(ee.ONE),r=t.getLowestSetBit();if(r<=0)return!1;var n=t.shiftRight(r);e=e+1>>1,e>Bn.length&&(e=Bn.length);for(var s=_t(),u=0;u<e;++u){s.fromInt(Bn[Math.floor(Math.random()*Bn.length)]);var i=s.modPow(n,this);if(i.compareTo(ee.ONE)!=0&&i.compareTo(t)!=0){for(var o=1;o++<r&&i.compareTo(t)!=0;)if(i=i.modPowInt(2,this),i.compareTo(ee.ONE)==0)return!1;if(i.compareTo(t)!=0)return!1}}return!0}ee.prototype.chunkSize=J5;ee.prototype.toRadix=Q5;ee.prototype.fromRadix=eS;ee.prototype.fromNumber=tS;ee.prototype.bitwiseTo=uS;ee.prototype.changeBit=wS;ee.prototype.addTo=yS;ee.prototype.dMultiply=RS;ee.prototype.dAddOffset=TS;ee.prototype.multiplyLowerTo=kS;ee.prototype.multiplyUpperTo=LS;ee.prototype.modInt=GS;ee.prototype.millerRabin=XS;ee.prototype.clone=z5;ee.prototype.intValue=Y5;ee.prototype.byteValue=W5;ee.prototype.shortValue=X5;ee.prototype.signum=Z5;ee.prototype.toByteArray=rS;ee.prototype.equals=nS;ee.prototype.min=iS;ee.prototype.max=sS;ee.prototype.and=oS;ee.prototype.or=cS;ee.prototype.xor=lS;ee.prototype.andNot=fS;ee.prototype.not=hS;ee.prototype.shiftLeft=pS;ee.prototype.shiftRight=dS;ee.prototype.getLowestSetBit=mS;ee.prototype.bitCount=ES;ee.prototype.testBit=AS;ee.prototype.setBit=CS;ee.prototype.clearBit=FS;ee.prototype.flipBit=DS;ee.prototype.add=SS;ee.prototype.subtract=bS;ee.prototype.multiply=_S;ee.prototype.divide=BS;ee.prototype.remainder=$S;ee.prototype.divideAndRemainder=PS;ee.prototype.modPow=VS;ee.prototype.modInverse=zS;ee.prototype.pow=NS;ee.prototype.gcd=KS;ee.prototype.isProbablePrime=WS;ee.prototype.square=IS;function wp(){this.i=0,this.j=0,this.S=new Array}function JS(e){var t,r,n;for(t=0;t<256;++t)this.S[t]=t;for(r=0,t=0;t<256;++t)r=r+this.S[t]+e[t%e.length]&255,n=this.S[t],this.S[t]=this.S[r],this.S[r]=n;this.i=0,this.j=0}function ZS(){var e;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,e=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=e,this.S[e+this.S[this.i]&255]}wp.prototype.init=JS;wp.prototype.next=ZS;function QS(){return new wp}var dp=256;var hf,fi,jr;function e8(e){fi[jr++]^=e&255,fi[jr++]^=e>>8&255,fi[jr++]^=e>>16&255,fi[jr++]^=e>>24&255,jr>=dp&&(jr-=dp)}function Cp(){e8(new Date().getTime())}if(fi==null){if(fi=new Array,jr=0,Ao!==void 0&&(Ao.crypto!==void 0||Ao.msCrypto!==void 0)){if(lp=Ao.crypto||Ao.msCrypto,lp.getRandomValues)for(fp=new Uint8Array(32),lp.getRandomValues(fp),Ti=0;Ti<32;++Ti)fi[jr++]=fp[Ti];else if(Fc.appName=="Netscape"&&Fc.appVersion<"5")for(hp=Ao.crypto.random(32),Ti=0;Ti<hp.length;++Ti)fi[jr++]=hp.charCodeAt(Ti)&255}for(;jr<dp;)Ti=Math.floor(65536*Math.random()),fi[jr++]=Ti>>>8,fi[jr++]=Ti&255;jr=0,Cp()}var Ti,lp,fp,hp;function t8(){if(hf==null){for(Cp(),hf=QS(),hf.init(fi),jr=0;jr<fi.length;++jr)fi[jr]=0;jr=0}return hf.next()}function r8(e){var t;for(t=0;t<e.length;++t)e[t]=t8()}function So(){}So.prototype.nextBytes=r8;function Gn(e,t){return new ee(e,t)}function it(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}function n8(e,t){if(this.isPublic=!0,this.isPrivate=!1,typeof e!="string")this.n=e,this.e=t;else if(e!=null&&t!=null&&e.length>0&&t.length>0)this.n=Gn(e,16),this.e=parseInt(t,16);else throw"Invalid RSA public key"}function i8(e){return e.modPowInt(this.e,this.n)}it.prototype.doPublic=i8;it.prototype.setPublic=n8;it.prototype.type="RSA";function s8(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=Gn(e,16),this.e=parseInt(t,16),this.d=Gn(r,16);else throw"Invalid RSA private key"}function u8(e,t,r,n,s,u,i,o){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=Gn(e,16),this.e=parseInt(t,16),this.d=Gn(r,16),this.p=Gn(n,16),this.q=Gn(s,16),this.dmp1=Gn(u,16),this.dmq1=Gn(i,16),this.coeff=Gn(o,16);else throw"Invalid RSA private key in RSASetPrivateEx"}function a8(e,t){var r=new So,n=e>>1;this.e=parseInt(t,16);for(var s=new ee(t,16),u=e/2-100,i=ee.ONE.shiftLeft(u);;){for(;this.p=new ee(e-n,1,r),!(this.p.subtract(ee.ONE).gcd(s).compareTo(ee.ONE)==0&&this.p.isProbablePrime(10)););for(;this.q=new ee(n,1,r),!(this.q.subtract(ee.ONE).gcd(s).compareTo(ee.ONE)==0&&this.q.isProbablePrime(10)););if(this.p.compareTo(this.q)<=0){var o=this.p;this.p=this.q,this.q=o}var l=this.q.subtract(this.p).abs();if(!(l.bitLength()<u||l.compareTo(i)<=0)){var h=this.p.subtract(ee.ONE),d=this.q.subtract(ee.ONE),E=h.multiply(d);if(E.gcd(s).compareTo(ee.ONE)==0&&(this.n=this.p.multiply(this.q),this.n.bitLength()==e)){this.d=s.modInverse(E),this.dmp1=this.d.mod(h),this.dmq1=this.d.mod(d),this.coeff=this.q.modInverse(this.p);break}}}this.isPrivate=!0}function o8(e){if(this.p==null||this.q==null)return e.modPow(this.d,this.n);for(var t=e.mod(this.p).modPow(this.dmp1,this.p),r=e.mod(this.q).modPow(this.dmq1,this.q);t.compareTo(r)<0;)t=t.add(this.p);return t.subtract(r).multiply(this.coeff).mod(this.p).multiply(this.q).add(r)}it.prototype.doPrivate=o8;it.prototype.setPrivate=s8;it.prototype.setPrivateEx=u8;it.prototype.generate=a8;function Or(e,t){this.x=t,this.q=e}function c8(e){return e==this?!0:this.q.equals(e.q)&&this.x.equals(e.x)}function l8(){return this.x}function f8(){return new Or(this.q,this.x.negate().mod(this.q))}function h8(e){return new Or(this.q,this.x.add(e.toBigInteger()).mod(this.q))}function p8(e){return new Or(this.q,this.x.subtract(e.toBigInteger()).mod(this.q))}function d8(e){return new Or(this.q,this.x.multiply(e.toBigInteger()).mod(this.q))}function g8(){return new Or(this.q,this.x.square().mod(this.q))}function m8(e){return new Or(this.q,this.x.multiply(e.toBigInteger().modInverse(this.q)).mod(this.q))}Or.prototype.equals=c8;Or.prototype.toBigInteger=l8;Or.prototype.negate=f8;Or.prototype.add=h8;Or.prototype.subtract=p8;Or.prototype.multiply=d8;Or.prototype.square=g8;Or.prototype.divide=m8;Or.prototype.sqrt=function(){return new Or(this.q,this.x.sqrt().mod(this.q))};function Tt(e,t,r,n){this.curve=e,this.x=t,this.y=r,n==null?this.z=ee.ONE:this.z=n,this.zinv=null}function v8(){return this.zinv==null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.x.toBigInteger().multiply(this.zinv).mod(this.curve.q))}function E8(){return this.zinv==null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.y.toBigInteger().multiply(this.zinv).mod(this.curve.q))}function A8(e){if(e==this)return!0;if(this.isInfinity())return e.isInfinity();if(e.isInfinity())return this.isInfinity();var t,r;return t=e.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(e.z)).mod(this.curve.q),t.equals(ee.ZERO)?(r=e.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(e.z)).mod(this.curve.q),r.equals(ee.ZERO)):!1}function w8(){return this.x==null&&this.y==null?!0:this.z.equals(ee.ZERO)&&!this.y.toBigInteger().equals(ee.ZERO)}function C8(){return new Tt(this.curve,this.x,this.y.negate(),this.z)}function F8(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(e.z)).mod(this.curve.q),r=e.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(e.z)).mod(this.curve.q);if(ee.ZERO.equals(r))return ee.ZERO.equals(t)?this.twice():this.curve.getInfinity();var n=new ee("3"),s=this.x.toBigInteger(),u=this.y.toBigInteger(),i=e.x.toBigInteger(),o=e.y.toBigInteger(),l=r.square(),h=l.multiply(r),d=s.multiply(l),E=t.square().multiply(this.z),p=E.subtract(d.shiftLeft(1)).multiply(e.z).subtract(h).multiply(r).mod(this.curve.q),f=d.multiply(n).multiply(t).subtract(u.multiply(h)).subtract(E.multiply(t)).multiply(e.z).add(t.multiply(h)).mod(this.curve.q),w=h.multiply(this.z).multiply(e.z).mod(this.curve.q);return new Tt(this.curve,this.curve.fromBigInteger(p),this.curve.fromBigInteger(f),w)}function D8(){if(this.isInfinity())return this;if(this.y.toBigInteger().signum()==0)return this.curve.getInfinity();var e=new ee("3"),t=this.x.toBigInteger(),r=this.y.toBigInteger(),n=r.multiply(this.z),s=n.multiply(r).mod(this.curve.q),u=this.curve.a.toBigInteger(),i=t.square().multiply(e);ee.ZERO.equals(u)||(i=i.add(this.z.square().multiply(u))),i=i.mod(this.curve.q);var o=i.square().subtract(t.shiftLeft(3).multiply(s)).shiftLeft(1).multiply(n).mod(this.curve.q),l=i.multiply(e).multiply(t).subtract(s.shiftLeft(1)).shiftLeft(2).multiply(s).subtract(i.square().multiply(i)).mod(this.curve.q),h=n.square().multiply(n).shiftLeft(3).mod(this.curve.q);return new Tt(this.curve,this.curve.fromBigInteger(o),this.curve.fromBigInteger(l),h)}function y8(e){if(this.isInfinity())return this;if(e.signum()==0)return this.curve.getInfinity();var t=e,r=t.multiply(new ee("3")),n=this.negate(),s=this,u=this.curve.q.subtract(e),i=u.multiply(new ee("3")),o=new Tt(this.curve,this.x,this.y),l=o.negate(),h;for(h=r.bitLength()-2;h>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){o=o.twice();var p=i.testBit(h),f=u.testBit(h);p!=f&&(o=o.add(p?o:l))}return s}function S8(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}Tt.prototype.getX=v8;Tt.prototype.getY=E8;Tt.prototype.equals=A8;Tt.prototype.isInfinity=w8;Tt.prototype.negate=C8;Tt.prototype.add=F8;Tt.prototype.twice=D8;Tt.prototype.multiply=y8;Tt.prototype.multiplyTwo=S8;function nu(e,t,r){this.q=e,this.a=this.fromBigInteger(t),this.b=this.fromBigInteger(r),this.infinity=new Tt(this,null,null)}function b8(){return this.q}function _8(){return this.a}function I8(){return this.b}function B8(e){return e==this?!0:this.q.equals(e.q)&&this.a.equals(e.a)&&this.b.equals(e.b)}function $8(){return this.infinity}function P8(e){return new Or(this.q,e)}function R8(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 ee(h,16)),s=this.getA(),u=this.getB(),i=n.square().add(s).multiply(n).add(u),o=i.sqrt();return t=="03"&&(o=o.negate()),new Tt(this,n,o);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 Tt(this,this.fromBigInteger(new ee(h,16)),this.fromBigInteger(new ee(d,16)));default:return null}}nu.prototype.getQ=b8;nu.prototype.getA=_8;nu.prototype.getB=I8;nu.prototype.equals=B8;nu.prototype.getInfinity=$8;nu.prototype.fromBigInteger=P8;nu.prototype.decodePointHex=R8;Or.prototype.getByteLength=function(){return Math.floor((this.toBigInteger().bitLength()+7)/8)};Tt.prototype.getEncoded=function(e){var t=function(u,i){var o=u.toByteArrayUnsigned();if(i<o.length)o=o.slice(o.length-i);else for(;i>o.length;)o.unshift(0);return o},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};Tt.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 ee(s),o=new ee(u);return new Tt(e,e.fromBigInteger(i),e.fromBigInteger(o))};Tt.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 ee(s,16),o=new ee(u,16);return new Tt(e,e.fromBigInteger(i),e.fromBigInteger(o))};Tt.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 Tt(this.curve,s,u)};Tt.prototype.twice2D=function(){if(this.isInfinity())return this;if(this.y.toBigInteger().signum()==0)return this.curve.getInfinity();var e=this.curve.fromBigInteger(ee.valueOf(2)),t=this.curve.fromBigInteger(ee.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 Tt(this.curve,n,s)};Tt.prototype.multiply2D=function(e){if(this.isInfinity())return this;if(e.signum()==0)return this.curve.getInfinity();var t=e,r=t.multiply(new ee("3")),n=this.negate(),s=this,u;for(u=r.bitLength()-2;u>0;--u){s=s.twice();var i=r.testBit(u),o=t.testBit(u);i!=o&&(s=s.add2D(i?this:n))}return s};Tt.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)};Tt.prototype.toString=function(){return"("+this.getX().toBigInteger().toString()+","+this.getY().toBigInteger().toString()+")"};Tt.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(ee.ONE)<0||t.compareTo(e.subtract(ee.ONE))>0)throw new Error("x coordinate out of bounds");if(r.compareTo(ee.ONE)<0||r.compareTo(e.subtract(ee.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 ov=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 o=new String(""),l="\\",h={"{":Object,"[":Array},d=Object.hasOwnProperty;return function(E,p){var f=E.match(n),w,v=f[0],F=!1;v==="{"?w={}:v==="["?w=[]:(w=[],F=!0);for(var A,C=[w],S=1-F,I=f.length;S<I;++S){v=f[S];var _;switch(v.charCodeAt(0)){default:_=C[0],_[A||_.length]=+v,A=void 0;break;case 34:if(v=v.substring(1,v.length-1),v.indexOf(l)!==-1&&(v=v.replace(s,i)),_=C[0],!A)if(_ instanceof Array)A=_.length;else{A=v||o;break}_[A]=v,A=void 0;break;case 91:_=C[0],C.unshift(_[A||_.length]=[]),A=void 0;break;case 93:C.shift();break;case 102:_=C[0],_[A||_.length]=!1,A=void 0;break;case 110:_=C[0],_[A||_.length]=null,A=void 0;break;case 116:_=C[0],_[A||_.length]=!0,A=void 0;break;case 123:_=C[0],C.unshift(_[A||_.length]={}),A=void 0;break;case 125:C.shift();break}}if(F){if(C.length!==1)throw new Error;w=w[0]}else if(C.length)throw new Error;if(p){var j=function(M,b){var P=M[b];if(P&&typeof P=="object"){var k=null;for(var H in P)if(d.call(P,H)&&P!==M){var G=j(P,H);G!==void 0?P[H]=G:(k||(k=[]),k.push(H))}if(k)for(var Y=k.length;--Y>=0;)delete P[k[Y]]}return p.call(M,b,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 bc(e)},this.getPEMStringFromHex=function(e,t){return hn(e,t)},this.newObject=function(e){var t=g,r=t.asn1,n=r.ASN1Object,s=r.DERBoolean,u=r.DERInteger,i=r.DERBitString,o=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,F=r.DERUTCTime,A=r.DERGeneralizedTime,C=r.DERVisibleString,S=r.DERBMPString,I=r.DERSequence,_=r.DERSet,j=r.DERTaggedObject,M=r.ASN1Util.newObject;if(e instanceof r.ASN1Object)return e;var b=Object.keys(e);if(b.length!=1)throw new Error("key of param shall be only one.");var P=b[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 o(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 F(e[P]);if(P=="gentime")return new A(e[P]);if(P=="visstr")return new C(e[P]);if(P=="bmpstr")return new S(e[P]);if(P=="asn1")return new n(e[P]);if(P=="seq"){for(var k=e[P],H=[],G=0;G<k.length;G++){var Y=M(k[G]);H.push(Y)}return new I({array:H})}if(P=="set"){for(var k=e[P],H=[],G=0;G<k.length;G++){var Y=M(k[G]);H.push(Y)}return new _({array:H})}if(P=="tag"){var K=e[P];if(Object.prototype.toString.call(K)==="[object Array]"&&K.length==3){var z=M(K[2]);return new j({tag:K[0],explicit:K[1],obj:z})}else return new j(K)}},this.jsonToASN1HEX=function(e){var t=this.newObject(e);return t.tohex()}};g.asn1.ASN1Util.oidHexToInt=function(e){for(var s="",t=parseInt(e.substr(0,2),16),r=Math.floor(t/40),n=t%40,s=r+"."+n,u="",i=2;i<e.length;i+=2){var o=parseInt(e.substr(i,2),16),l=("00000000"+o.toString(2)).slice(-8);if(u=u+l.substr(1,7),l.substr(0,1)=="0"){var h=new ee(u,2);s=s+"."+h.toString(10),u=""}}return s};g.asn1.ASN1Util.oidIntToHex=function(e){var t=function(o){var l=o.toString(16);return l.length==1&&(l="0"+l),l},r=function(o){var l="",h=new ee(o,10),d=h.toString(2),E=7-d.length%7;E==7&&(E=0);for(var p="",f=0;f<E;f++)p+="0";d=p+d;for(var f=0;f<d.length-1;f+=7){var w=d.substr(f,7);f!=d.length-7&&(w="1"+w),l+=t(parseInt(w,2))}return l};if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var n="",s=e.split("."),u=parseInt(s[0])*40+parseInt(s[1]);n+=t(u),s.splice(0,2);for(var i=0;i<s.length;i++)n+=r(s[i]);return n};g.asn1.ASN1Object=function(e){var t=!0,r=null,n="00",s="00",u="";this.params=null,this.getLengthHexFromValue=function(){if(typeof this.hV>"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,o=i.toString(16);if(o.length%2==1&&(o="0"+o),i<128)return o;var l=o.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)+o},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=Af(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,o=this.localDateToUTC(n),l=String(o.getFullYear());s=="utc"&&(l=l.substr(2,2));var h=i(String(o.getMonth()+1),2),d=i(String(o.getDate()),2),E=i(String(o.getHours()),2),p=i(String(o.getMinutes()),2),f=i(String(o.getSeconds()),2),w=l+h+d+E+p+f;if(u===!0){var v=o.getMilliseconds();if(v!=0){var F=i(String(v),3);F=F.replace(/[0]+$/,""),w=w+"."+F}}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,o,l){var h=new Date(Date.UTC(n,s-1,u,i,o,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=bc;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 ee(String(r),10);else if(r.int!=null)n=new ee(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<r)throw"unused bits shall be from 0 to 7: u = "+r;var s="0"+r;this.hTLV=null,this.isModified=!0,this.hV=s+n},this.setByBinaryString=function(r){r=r.replace(/0+$/,"");var n=8-r.length%8;n==8&&(n=0),r+="0000000".substr(0,n);for(var s="",u=0;u<r.length-1;u+=8){var i=r.substr(u,8),o=parseInt(i,2).toString(16);o.length==1&&(o="0"+o),s+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+n+s},this.setByBooleanArray=function(r){for(var n="",s=0;s<r.length;s++)r[s]==!0?n+="1":n+="0";this.setByBinaryString(n)},this.newFalseArray=function(r){for(var n=new Array(r),s=0;s<r;s++)n[s]=!1;return n},this.getFreshValueHex=function(){return this.hV},typeof e<"u"&&(typeof e=="string"&&e.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(e):typeof e.hex<"u"?this.setHexValueIncludingUnusedBits(e.hex):typeof e.bin<"u"?this.setByBinaryString(e.bin):typeof e.array<"u"&&this.setByBooleanArray(e.array))};de(g.asn1.DERBitString,g.asn1.ASN1Object);g.asn1.DEROctetString=function(e){if(e!==void 0&&typeof e.obj<"u"){var t=g.asn1.ASN1Util.newObject(e.obj);e.hex=t.tohex()}g.asn1.DEROctetString.superclass.constructor.call(this,e),this.hT="04"};de(g.asn1.DEROctetString,g.asn1.DERAbstractString);g.asn1.DERNull=function(){g.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"};de(g.asn1.DERNull,g.asn1.ASN1Object);g.asn1.DERObjectIdentifier=function(e){g.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){var r=gv(t);if(r==null)throw new Error("malformed oid string: "+t);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=r},this.setValueName=function(t){var r=g.asn1.x509.OID.name2oid(t);if(r!=="")this.setValueOidString(r);else throw new Error("DERObjectIdentifier oidName undefined: "+t)},this.setValueNameOrOid=function(t){t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t)},this.getFreshValueHex=function(){return this.hV},this.setByParam=function(t){typeof t=="string"?this.setValueNameOrOid(t):t.oid!==void 0?this.setValueNameOrOid(t.oid):t.name!==void 0?this.setValueNameOrOid(t.name):t.hex!==void 0&&this.setValueHex(t.hex)},e!==void 0&&this.setByParam(e)};de(g.asn1.DERObjectIdentifier,g.asn1.ASN1Object);g.asn1.DEREnumerated=function(e){g.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=bc(t)},this.setByInteger=function(t){var r=new ee(String(t),10);this.setByBigInteger(r)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},typeof e<"u"&&(typeof e.int<"u"?this.setByInteger(e.int):typeof e=="number"?this.setByInteger(e):typeof e.hex<"u"&&this.setValueHex(e.hex))};de(g.asn1.DEREnumerated,g.asn1.ASN1Object);g.asn1.DERUTF8String=function(e){g.asn1.DERUTF8String.superclass.constructor.call(this,e),this.hT="0c"};de(g.asn1.DERUTF8String,g.asn1.DERAbstractString);g.asn1.DERNumericString=function(e){g.asn1.DERNumericString.superclass.constructor.call(this,e),this.hT="12"};de(g.asn1.DERNumericString,g.asn1.DERAbstractString);g.asn1.DERPrintableString=function(e){g.asn1.DERPrintableString.superclass.constructor.call(this,e),this.hT="13"};de(g.asn1.DERPrintableString,g.asn1.DERAbstractString);g.asn1.DERTeletexString=function(e){g.asn1.DERTeletexString.superclass.constructor.call(this,e),this.hT="14"};de(g.asn1.DERTeletexString,g.asn1.DERAbstractString);g.asn1.DERIA5String=function(e){g.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="16"};de(g.asn1.DERIA5String,g.asn1.DERAbstractString);g.asn1.DERVisibleString=function(e){g.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="1a"};de(g.asn1.DERVisibleString,g.asn1.DERAbstractString);g.asn1.DERBMPString=function(e){g.asn1.DERBMPString.superclass.constructor.call(this,e),this.hT="1e"};de(g.asn1.DERBMPString,g.asn1.DERAbstractString);g.asn1.DERUTCTime=function(e){g.asn1.DERUTCTime.superclass.constructor.call(this,e),this.hT="17",this.params=void 0,this.getFreshValueHex=function(){var t=this.params;if(this.params==null&&(t={date:new Date}),typeof t=="string")if(t.match(/^[0-9]{12}Z$/)||t.match(/^[0-9]{12}\.[0-9]+Z$/))this.hV=zn(t);else throw new Error("malformed string for UTCTime: "+t);else if(t.str!=null)this.hV=zn(t.str);else if(t.date==null&&t.millis==!0){var r=new Date;this.hV=zn(this.formatDate(r,"utc",!0))}else if(t.date!=null&&t.date instanceof Date){var n=t.millis===!0;this.hV=zn(this.formatDate(t.date,"utc",n))}else t instanceof Date&&(this.hV=zn(this.formatDate(t,"utc")));if(this.hV==null)throw new Error("parameter not specified properly for UTCTime");return this.hV},e!=null&&this.setByParam(e)};de(g.asn1.DERUTCTime,g.asn1.DERAbstractTime);g.asn1.DERGeneralizedTime=function(e){g.asn1.DERGeneralizedTime.superclass.constructor.call(this,e),this.hT="18",this.params=e,this.getFreshValueHex=function(){var t=this.params;if(this.params==null&&(t={date:new Date}),typeof t=="string")if(t.match(/^[0-9]{14}Z$/)||t.match(/^[0-9]{14}\.[0-9]+Z$/))this.hV=zn(t);else throw new Error("malformed string for GeneralizedTime: "+t);else if(t.str!=null)this.hV=zn(t.str);else if(t.date==null&&t.millis==!0){var r=new Date;this.hV=zn(this.formatDate(r,"gen",!0))}else if(t.date!=null&&t.date instanceof Date){var n=t.millis===!0;this.hV=zn(this.formatDate(t.date,"gen",n))}else t instanceof Date&&(this.hV=zn(this.formatDate(t,"gen")));if(this.hV==null)throw new Error("parameter not specified properly for GeneralizedTime");return this.hV},e!=null&&this.setByParam(e)};de(g.asn1.DERGeneralizedTime,g.asn1.DERAbstractTime);g.asn1.DERSequence=function(e){g.asn1.DERSequence.superclass.constructor.call(this,e),this.hT="30",this.getFreshValueHex=function(){for(var t="",r=0;r<this.asn1Array.length;r++){var n=this.asn1Array[r];t+=n.tohex()}return this.hV=t,this.hV}};de(g.asn1.DERSequence,g.asn1.DERAbstractStructured);g.asn1.DERSet=function(e){g.asn1.DERSet.superclass.constructor.call(this,e),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,r=0;r<this.asn1Array.length;r++){var n=this.asn1Array[r];t.push(n.tohex())}return this.sortFlag==!0&&t.sort(),this.hV=t.join(""),this.hV},typeof e<"u"&&typeof e.sortflag<"u"&&e.sortflag==!1&&(this.sortFlag=!1)};de(g.asn1.DERSet,g.asn1.DERAbstractStructured);g.asn1.DERTaggedObject=function(e){g.asn1.DERTaggedObject.superclass.constructor.call(this);var t=g.asn1,r=De,n=r.getV,s=r.isASN1HEX,u=t.ASN1Util.newObject;this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.params={tag:"a0",explicit:!0},this.setASN1Object=function(i,o,l){this.params={tag:o,explicit:i,obj:l}},this.getFreshValueHex=function(){var i=this.params;if(i.explicit==null&&(i.explicit=!0),i.tage!=null&&(i.tag=i.tage,i.explicit=!0),i.tagi!=null&&(i.tag=i.tagi,i.explicit=!1),i.str!=null)this.hV=Af(i.str);else if(i.hex!=null)this.hV=i.hex;else if(i.obj!=null){var o;i.obj instanceof t.ASN1Object?o=i.obj.tohex():typeof i.obj=="object"&&(o=u(i.obj).tohex()),i.explicit?this.hV=o:this.hV=n(o,0)}else throw new Error("str, hex nor obj not specified");return i.tag==null&&(i.tag="a0"),this.hT=i.tag,this.hTLV=null,this.isModified=!0,this.hV},this.setByParam=function(i){this.params=i},e!==void 0&&this.setByParam(e)};de(g.asn1.DERTaggedObject,g.asn1.ASN1Object);var De=new function(){};De.getLblen=function(e,t){if(e.substr(t+2,1)!="8")return 1;var r=parseInt(e.substr(t+3,1));return r==0?-1:0<r&&r<10?r+1:-2};De.getL=function(e,t){var r=De.getLblen(e,t);return r<1?"":e.substr(t+2,r*2)};De.getVblen=function(e,t){var r,n;return r=De.getL(e,t),r==""?-1:(r.substr(0,1)==="8"?n=new ee(r.substr(2),16):n=new ee(r,16),n.intValue())};De.getVidx=function(e,t){var r=De.getLblen(e,t);return r<0?r:t+(r+1)*2};De.getV=function(e,t){var r=De.getVidx(e,t),n=De.getVblen(e,t);return e.substr(r,n*2)};De.getTLV=function(e,t){return e.substr(t,2)+De.getL(e,t)+De.getV(e,t)};De.getTLVblen=function(e,t){return 2+De.getLblen(e,t)*2+De.getVblen(e,t)*2};De.getNextSiblingIdx=function(e,t){var r=De.getVidx(e,t),n=De.getVblen(e,t);return r+n*2};De.getChildIdx=function(e,t){var r=De,n=[],s,u,i;s=r.getVidx(e,t),u=r.getVblen(e,t)*2,e.substr(t,2)=="03"&&(s+=2,u-=2),i=0;for(var o=s;i<=u;){var l=r.getTLVblen(e,o);if(i+=l,i<=u&&n.push(o),o+=l,i>=u)break}return n};De.getNthChildIdx=function(e,t,r){var n=De.getChildIdx(e,t);return n[r]};De.getIdxbyList=function(e,t,r,n){var s=De,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))};De.getIdxbyListEx=function(e,t,r,n){var s=De,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 o=0,l=0;l<i.length;l++){var h=e.substr(i[l],2);if(typeof u=="number"&&!s.isContextTag(h)&&o==u||typeof u=="string"&&s.isContextTag(h,u))return s.getIdxbyListEx(e,i[l],r,n);s.isContextTag(h)||o++}return-1};De.getTLVbyList=function(e,t,r,n){var s=De,u=s.getIdxbyList(e,t,r,n);return u==-1||u>=e.length?null:s.getTLV(e,u)};De.getTLVbyListEx=function(e,t,r,n){var s=De,u=s.getIdxbyListEx(e,t,r,n);return u==-1?null:s.getTLV(e,u)};De.getVbyList=function(e,t,r,n,s){var u=De,i,o;return i=u.getIdxbyList(e,t,r,n),i==-1||i>=e.length?null:(o=u.getV(e,i),s===!0&&(o=o.substr(2)),o)};De.getVbyListEx=function(e,t,r,n,s){var u=De,i,o,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)};De.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=De.getV(e,t);return n=="02"?parseInt(s,16):vv(s)}catch{return r}};De.getOID=function(e,t,r){r==null&&(r=null);try{if(e.substr(t,2)!="06")return r;var n=De.getV(e,t);return yf(n)}catch{return r}};De.getOIDName=function(e,t,r){r==null&&(r=null);try{var n=De.getOID(e,t,r);if(n==r)return r;var s=g.asn1.x509.OID.oid2name(n);return s==""?n:s}catch{return r}};De.getString=function(e,t,r){r==null&&(r=null);try{var n=De.getV(e,t);return Yn(n)}catch{return r}};De.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=[],o=0;o<u.length/2;o++)i.push(parseInt(u.substr(o*2,2),16));for(var l=[],h="",o=0;o<i.length;o++)i[o]&128?h=h+t((i[o]&127).toString(2),7):(h=h+t((i[o]&127).toString(2),7),l.push(new String(parseInt(h,2))),h="");var d=r.join(".");return l.length>0&&(d=d+"."+l.join(".")),d};De.dump=function(e,t,r,n){var s=De,u=s.getV,i=s.dump,o=s.getChildIdx,l=e;e instanceof g.asn1.ASN1Object&&(l=e.tohex());var h=function(M,b){if(M.length<=b*2)return M;var P=M.substr(0,b)+"..(total "+M.length/2+"bytes).."+M.substr(M.length-b,b);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),F=w.replace(/\./g," ");return v!=""?n+"ObjectIdentifier "+v+" ("+F+`)
|
||
`:n+"ObjectIdentifier ("+F+`)
|
||
`}if(_=="0a")return n+"ENUMERATED "+parseInt(u(l,r))+`
|
||
`;if(_=="0c")return n+"UTF8String '"+Ht(u(l,r))+`'
|
||
`;if(_=="13")return n+"PrintableString '"+Ht(u(l,r))+`'
|
||
`;if(_=="14")return n+"TeletexString '"+Ht(u(l,r))+`'
|
||
`;if(_=="16")return n+"IA5String '"+Ht(u(l,r))+`'
|
||
`;if(_=="17")return n+"UTCTime "+Ht(u(l,r))+`
|
||
`;if(_=="18")return n+"GeneralizedTime "+Ht(u(l,r))+`
|
||
`;if(_=="1a")return n+"VisualString '"+Ht(u(l,r))+`'
|
||
`;if(_=="1e")return n+"BMPString '"+Sp(u(l,r))+`'
|
||
`;if(_=="30"){if(l.substr(r,4)=="3000")return n+`SEQUENCE {}
|
||
`;var p=n+`SEQUENCE
|
||
`,A=o(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])),S=JSON.parse(JSON.stringify(t));S.x509ExtName=v,C=S}for(var I=0;I<A.length;I++)p=p+i(l,C,A[I],n+" ");return p}if(_=="31"){for(var p=n+`SET
|
||
`,A=o(l,r),I=0;I<A.length;I++)p=p+i(l,t,A[I],n+" ");return p}var _=parseInt(_,16);if(_&128){var j=_&31;if(_&32){for(var p=n+"["+j+`]
|
||
`,A=o(l,r),I=0;I<A.length;I++)p=p+i(l,t,A[I],n+" ");return p}else{var E=u(l,r);if(De.isASN1HEX(E)){var p=n+"["+j+`]
|
||
`;return p=p+i(E,t,0,n+" "),p}else(E.substr(0,8)=="68747470"||t.x509ExtName==="subjectAltName"&&j==2)&&(E=Ht(E));var p=n+"["+j+"] "+E+`
|
||
`;return p}}return n+"UNKNOWN("+_+") "+u(l,r)+`
|
||
`};De.parse=function(e){var t=De,r=t.parse,n=t.isASN1HEX,s=t.getV,u=t.getTLV,i=t.getChildIdx,o=g.asn1,l=o.ASN1Util.oidHexToInt,h=o.x509.OID.oid2name,d=Ht,E=Sp,p=L8,f={"0c":"utf8str",12:"numstr",13:"prnstr",14:"telstr",16:"ia5str",17:"utctime",18:"gentime","1a":"visstr","1e":"bmpstr",30:"seq",31:"set"},w=function(P){for(var k=[],H=i(P,0),G=0;G<H.length;G++){var Y=H[G],K=u(P,Y),z=r(K);k.push(z)}return k},v=e.substr(0,2),F={},A=s(e,0);if(v=="01")return e=="0101ff"?{bool:!0}:{bool:!1};if(v=="02")return{int:{hex:A}};if(v=="03")try{if(A.substr(0,2)!="00")throw"not encap";var C=A.substr(2);if(!n(C))throw"not encap";return{bitstr:{obj:r(C)}}}catch{var S=null;return A.length<=10&&(S=Av(A)),S==null?{bitstr:{hex:A}}:{bitstr:{bin:S}}}else if(v=="04")try{if(!n(A))throw"not encap";return{octstr:{obj:r(A)}}}catch{return{octstr:{hex:A}}}else{if(v=="05")return{null:""};if(v=="06"){var I=l(A),_=h(I);return _==""?{oid:I}:{oid:_}}else{if(v=="0a")return A.length>4?{enum:{hex:A}}:{enum:parseInt(A,16)};if(v=="30"||v=="31")return F[f[v]]=w(e),F;if(v=="14"){var j=p(A);return F[f[v]]={str:j},F}else if(v=="1e"){var j=E(A);return F[f[v]]={str:j},F}else if(":0c:12:13:16:17:18:1a:".indexOf(v)!=-1){var j=d(A);return F[f[v]]={str:j},F}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 M=new g.asn1.ASN1Object;M.hV=A;var b=M.getLengthHexFromValue();return{asn1:{tlv:v+b+A}}}}}};De.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}};De.isASN1HEX=function(e){var t=De;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};De.checkStrictDER=function(e,t,r,n,s){var u=De;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 o=u.getVblen(e,t);if(o>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!==o*2)throw new Error("V string length and L's value not the same:"+h+"/"+o*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<w.length;v++){var F=u.getTLV(e,w[v]);f+=F.length,u.checkStrictDER(e,w[v],r,n,s)}if(p*2!=f)throw new Error("sum of children's TLV length and L unmatch: "+p*2+"!="+f)}};De.oidname=function(e){var t=g.asn1;g.lang.String.isHex(e)&&(e=t.ASN1Util.oidHexToInt(e));var r=t.x509.OID.oid2name(e);return r===""&&(r=e),r};(typeof g>"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,o=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 hn(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 o({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,o=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 o({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(At.getKey(f.sbjpubkey))),f.ext!==void 0&&f.ext.length>0&&p.push(new s({tag:"a3",obj:new d(f.ext)}));var F=new g.asn1.DERSequence({array:p});return F.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<this.aParam.length;i++){var o=this.aParam[i],l=o.extname,h=null;if(o.extn!=null)h=new s.PrivateExtension(o);else if(l=="subjectKeyIdentifier")h=new s.SubjectKeyIdentifier(o);else if(l=="keyUsage")h=new s.KeyUsage(o);else if(l=="subjectAltName")h=new s.SubjectAltName(o);else if(l=="issuerAltName")h=new s.IssuerAltName(o);else if(l=="basicConstraints")h=new s.BasicConstraints(o);else if(l=="nameConstraints")h=new s.NameConstraints(o);else if(l=="cRLDistributionPoints")h=new s.CRLDistributionPoints(o);else if(l=="certificatePolicies")h=new s.CertificatePolicies(o);else if(l=="policyMappings")h=new s.PolicyMappings(o);else if(l=="policyConstraints")h=new s.PolicyConstraints(o);else if(l=="inhibitAnyPolicy")h=new s.InhibitAnyPolicy(o);else if(l=="authorityKeyIdentifier")h=new s.AuthorityKeyIdentifier(o);else if(l=="extKeyUsage")h=new s.ExtKeyUsage(o);else if(l=="authorityInfoAccess")h=new s.AuthorityInfoAccess(o);else if(l=="cRLNumber")h=new s.CRLNumber(o);else if(l=="cRLReason")h=new s.CRLReason(o);else if(l=="ocspNonce")h=new s.OCSPNonce(o);else if(l=="ocspNoCheck")h=new s.OCSPNoCheck(o);else if(l=="adobeTimeStamp")h=new s.AdobeTimeStamp(o);else if(l=="subjectDirectoryAttributes")h=new s.SubjectDirectoryAttributes(o);else throw new Error("extension not supported:"+JSON.stringify(o));h!=null&&u.push(h)}var d=new n({array:u});return d.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.x509.Extensions,g.asn1.ASN1Object);g.asn1.x509.Extension=function(e){g.asn1.x509.Extension.superclass.constructor.call(this);var t=null,r=g,n=r.asn1,s=n.DERObjectIdentifier,u=n.DEROctetString,i=n.DERBitString,o=n.DERBoolean,l=n.DERSequence;this.tohex=function(){var h=new s({oid:this.oid}),d=new u({hex:this.getExtnValueHex()}),E=new Array;E.push(h),this.critical&&E.push(new o),E.push(d);var p=new l({array:E});return p.tohex()},this.getEncodedHex=function(){return this.tohex()},this.critical=!1,e!==void 0&&e.critical!==void 0&&(this.critical=e.critical)};de(g.asn1.x509.Extension,g.asn1.ASN1Object);g.asn1.x509.KeyUsage=function(e){g.asn1.x509.KeyUsage.superclass.constructor.call(this,e);var t=Error,r={digitalSignature:0,nonRepudiation:1,keyEncipherment:2,dataEncipherment:3,keyAgreement:4,keyCertSign:5,cRLSign:6,encipherOnly:7,decipherOnly:8};this.getExtnValueHex=function(){var n=this.getBinValue();return this.asn1ExtnValue=new g.asn1.DERBitString({bin:n}),this.asn1ExtnValue.tohex()},this.getBinValue=function(){var n=this.params;if(typeof n!="object"||typeof n.names!="object"&&typeof n.bin!="string")throw new t("parameter not yet set");if(n.names!=null)return gf(n.names,r);if(n.bin!=null)return n.bin;throw new t("parameter not set properly")},this.oid="2.5.29.15",e!==void 0&&(this.params=e)};de(g.asn1.x509.KeyUsage,g.asn1.x509.Extension);g.asn1.x509.BasicConstraints=function(e){g.asn1.x509.BasicConstraints.superclass.constructor.call(this,e);var t=g.asn1,r=t.DERBoolean,n=t.DERInteger,s=t.DERSequence,u=!1,i=-1;this.getExtnValueHex=function(){var o=new Array;this.cA&&o.push(new r),this.pathLen>-1&&o.push(new n({int:this.pathLen}));var l=new s({array:o});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;i<s.length;i++)if(s[i]instanceof g.asn1.ASN1Object)u.push(s[i]);else{var o=new n.DistributionPoint(s[i]);u.push(o)}this.asn1ExtnValue=new r.DERSequence({array:u})},this.setByOneURI=function(s){var u=new n.DistributionPoint({fulluri:s});this.setByDPArray([u])},this.oid="2.5.29.31",e!==void 0&&(e.array!==void 0?this.setByDPArray(e.array):e.uri!==void 0&&this.setByOneURI(e.uri))};de(g.asn1.x509.CRLDistributionPoints,g.asn1.x509.Extension);g.asn1.x509.DistributionPoint=function(e){g.asn1.x509.DistributionPoint.superclass.constructor.call(this);var t=null,r=g,n=r.asn1,s=n.x509.DistributionPointName;this.tohex=function(){var u=new n.DERSequence;if(this.asn1DP!=null){var i=new n.DERTaggedObject({explicit:!0,tag:"a0",obj:this.asn1DP});u.appendASN1Object(i)}return this.hTLV=u.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&(e.dpobj!==void 0?this.asn1DP=e.dpobj:e.dpname!==void 0?this.asn1DP=new s(e.dpname):e.fulluri!==void 0&&(this.asn1DP=new s({full:[{uri:e.fulluri}]})))};de(g.asn1.x509.DistributionPoint,g.asn1.ASN1Object);g.asn1.x509.DistributionPointName=function(e){g.asn1.x509.DistributionPointName.superclass.constructor.call(this);var t=null,r=null,n=null,s=null,u=g,i=u.asn1,o=i.DERTaggedObject;if(this.tohex=function(){if(this.type!="full")throw new Error("currently type shall be 'full': "+this.type);return this.asn1Obj=new o({explicit:!1,tag:this.tag,obj:this.asn1V}),this.hTLV=this.asn1Obj.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0)if(i.x509.GeneralNames.prototype.isPrototypeOf(e))this.type="full",this.tag="a0",this.asn1V=e;else if(e.full!==void 0)this.type="full",this.tag="a0",this.asn1V=new i.x509.GeneralNames(e.full);else throw new Error("This class supports GeneralNames only as argument")};de(g.asn1.x509.DistributionPointName,g.asn1.ASN1Object);g.asn1.x509.CertificatePolicies=function(e){g.asn1.x509.CertificatePolicies.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.x509,s=r.DERSequence,u=n.PolicyInformation;this.params=null,this.getExtnValueHex=function(){for(var i=[],o=0;o<this.params.array.length;o++)i.push(new u(this.params.array[o]));var l=new s({array:i});return this.asn1ExtnValue=l,this.asn1ExtnValue.tohex()},this.oid="2.5.29.32",e!==void 0&&(this.params=e)};de(g.asn1.x509.CertificatePolicies,g.asn1.x509.Extension);g.asn1.x509.PolicyInformation=function(e){g.asn1.x509.PolicyInformation.superclass.constructor.call(this,e);var t=g.asn1,r=t.DERSequence,n=t.DERObjectIdentifier,s=t.x509.PolicyQualifierInfo;this.params=null,this.tohex=function(){if(this.params.policyoid===void 0&&this.params.array===void 0)throw new Error("parameter oid and array missing");var u=[new n(this.params.policyoid)];if(this.params.array!==void 0){for(var i=[],o=0;o<this.params.array.length;o++)i.push(new s(this.params.array[o]));i.length>0&&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,o=0;o<i.length;o++)u.push(new r(i[o]));s.push(new t({array:u}))}if(s.length==0)throw new Error("parameter is empty");var l=new t({array:s});return l.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&(this.params=e)};de(g.asn1.x509.NoticeReference,g.asn1.ASN1Object);g.asn1.x509.DisplayText=function(e){g.asn1.x509.DisplayText.superclass.constructor.call(this,e),this.hT="0c",e!==void 0&&(e.type==="ia5"?this.hT="16":e.type==="vis"?this.hT="1a":e.type==="bmp"&&(this.hT="1e"))};de(g.asn1.x509.DisplayText,g.asn1.DERAbstractString);g.asn1.x509.PolicyMappings=function(e){g.asn1.x509.PolicyMappings.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.x509,s=r.ASN1Util.newObject;this.params=null,this.getExtnValueHex=function(){for(var u=this.params,i=[],o=0;o<u.array.length;o++){var l=u.array[o];i.push({seq:[{oid:l[0]},{oid:l[1]}]})}return this.asn1ExtnValue=s({seq:i}),this.asn1ExtnValue.tohex()},this.oid="2.5.29.33",e!==void 0&&(this.params=e)};de(g.asn1.x509.PolicyMappings,g.asn1.x509.Extension);g.asn1.x509.PolicyConstraints=function(e){g.asn1.x509.PolicyConstraints.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.x509,s=r.ASN1Util.newObject;this.params=null,this.getExtnValueHex=function(){var u=this.params,i=[];return u.reqexp!=null&&i.push({tag:{tagi:"80",obj:{int:u.reqexp}}}),u.inhibit!=null&&i.push({tag:{tagi:"81",obj:{int:u.inhibit}}}),this.asn1ExtnValue=s({seq:i}),this.asn1ExtnValue.tohex()},this.oid="2.5.29.36",e!==void 0&&(this.params=e)};de(g.asn1.x509.PolicyConstraints,g.asn1.x509.Extension);g.asn1.x509.InhibitAnyPolicy=function(e){g.asn1.x509.InhibitAnyPolicy.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.x509,s=r.ASN1Util.newObject;this.params=null,this.getExtnValueHex=function(){return this.asn1ExtnValue=s({int:this.params.skip}),this.asn1ExtnValue.tohex()},this.oid="2.5.29.54",e!==void 0&&(this.params=e)};de(g.asn1.x509.InhibitAnyPolicy,g.asn1.x509.Extension);g.asn1.x509.NameConstraints=function(e){g.asn1.x509.NameConstraints.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.x509,s=r.ASN1Util.newObject,u=n.GeneralSubtree;this.params=null,this.getExtnValueHex=function(){var i=this.params,o=[];if(i.permit!=null&&i.permit.length!=null){for(var l=[],h=0;h<i.permit.length;h++)l.push(new u(i.permit[h]));o.push({tag:{tagi:"a0",obj:{seq:l}}})}if(i.exclude!=null&&i.exclude.length!=null){for(var d=[],h=0;h<i.exclude.length;h++)d.push(new u(i.exclude[h]));o.push({tag:{tagi:"a1",obj:{seq:d}}})}return this.asn1ExtnValue=s({seq:o}),this.asn1ExtnValue.tohex()},this.oid="2.5.29.30",e!==void 0&&(this.params=e)};de(g.asn1.x509.NameConstraints,g.asn1.x509.Extension);g.asn1.x509.GeneralSubtree=function(e){g.asn1.x509.GeneralSubtree.superclass.constructor.call(this);var t=g.asn1,r=t.x509,n=r.GeneralName,s=t.ASN1Util.newObject;this.params=null,this.setByParam=function(u){this.params=u},this.tohex=function(){var u=this.params,i=[new n(u)];u.min!=null&&i.push({tag:{tagi:"80",obj:{int:u.min}}}),u.max!=null&&i.push({tag:{tagi:"81",obj:{int:u.max}}});var o=s({seq:i});return o.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.GeneralSubtree,g.asn1.ASN1Object);g.asn1.x509.ExtKeyUsage=function(e){g.asn1.x509.ExtKeyUsage.superclass.constructor.call(this,e);var t=g,r=t.asn1;this.setPurposeArray=function(n){this.asn1ExtnValue=new r.DERSequence;for(var s=0;s<n.length;s++){var u=new r.DERObjectIdentifier(n[s]);this.asn1ExtnValue.appendASN1Object(u)}},this.getExtnValueHex=function(){return this.asn1ExtnValue.tohex()},this.oid="2.5.29.37",e!==void 0&&e.array!==void 0&&this.setPurposeArray(e.array)};de(g.asn1.x509.ExtKeyUsage,g.asn1.x509.Extension);g.asn1.x509.AuthorityKeyIdentifier=function(e){g.asn1.x509.AuthorityKeyIdentifier.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.DERTaggedObject,s=r.x509.GeneralNames,u=t.crypto.Util.isKey;this.asn1KID=null,this.asn1CertIssuer=null,this.asn1CertSN=null,this.getExtnValueHex=function(){var i=new Array;this.asn1KID&&i.push(new n({explicit:!1,tag:"80",obj:this.asn1KID})),this.asn1CertIssuer&&i.push(new n({explicit:!1,tag:"a1",obj:new s([{dn:this.asn1CertIssuer}])})),this.asn1CertSN&&i.push(new n({explicit:!1,tag:"82",obj:this.asn1CertSN}));var o=new r.DERSequence({array:i});return this.asn1ExtnValue=o,this.asn1ExtnValue.tohex()},this.setKIDByParam=function(i){if(i.str!==void 0||i.hex!==void 0)this.asn1KID=new g.asn1.DEROctetString(i);else if(typeof i=="object"&&g.crypto.Util.isKey(i)||typeof i=="string"&&i.indexOf("BEGIN ")!=-1){var o=i;typeof i=="string"&&(o=At.getKey(i));var l=At.getKeyID(o);this.asn1KID=new g.asn1.DEROctetString({hex:l})}},this.setCertIssuerByParam=function(i){i.str!==void 0||i.ldapstr!==void 0||i.hex!==void 0||i.certsubject!==void 0||i.certissuer!==void 0?this.asn1CertIssuer=new g.asn1.x509.X500Name(i):typeof i=="string"&&i.indexOf("BEGIN ")!=-1&&i.indexOf("CERTIFICATE")!=-1&&(this.asn1CertIssuer=new g.asn1.x509.X500Name({certissuer:i}))},this.setCertSNByParam=function(i){if(i.str!==void 0||i.bigint!==void 0||i.hex!==void 0)this.asn1CertSN=new g.asn1.DERInteger(i);else if(typeof i=="string"&&i.indexOf("BEGIN ")!=-1&&i.indexOf("CERTIFICATE")){var o=new Xe;o.readCertPEM(i);var l=o.getSerialNumberHex();this.asn1CertSN=new g.asn1.DERInteger({hex:l})}},this.oid="2.5.29.35",e!==void 0&&(e.kid!==void 0&&this.setKIDByParam(e.kid),e.issuer!==void 0&&this.setCertIssuerByParam(e.issuer),e.sn!==void 0&&this.setCertSNByParam(e.sn),e.issuersn!==void 0&&typeof e.issuersn=="string"&&e.issuersn.indexOf("BEGIN ")!=-1&&e.issuersn.indexOf("CERTIFICATE")&&(this.setCertSNByParam(e.issuersn),this.setCertIssuerByParam(e.issuersn)))};de(g.asn1.x509.AuthorityKeyIdentifier,g.asn1.x509.Extension);g.asn1.x509.SubjectKeyIdentifier=function(e){g.asn1.x509.SubjectKeyIdentifier.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.DEROctetString;this.asn1KID=null,this.getExtnValueHex=function(){return this.asn1ExtnValue=this.asn1KID,this.asn1ExtnValue.tohex()},this.setKIDByParam=function(s){if(s.str!==void 0||s.hex!==void 0)this.asn1KID=new n(s);else if(typeof s=="object"&&g.crypto.Util.isKey(s)||typeof s=="string"&&s.indexOf("BEGIN")!=-1){var u=s;typeof s=="string"&&(u=At.getKey(s));var i=At.getKeyID(u);this.asn1KID=new g.asn1.DEROctetString({hex:i})}},this.oid="2.5.29.14",e!==void 0&&e.kid!==void 0&&this.setKIDByParam(e.kid)};de(g.asn1.x509.SubjectKeyIdentifier,g.asn1.x509.Extension);g.asn1.x509.AuthorityInfoAccess=function(e){g.asn1.x509.AuthorityInfoAccess.superclass.constructor.call(this,e),this.setAccessDescriptionArray=function(t){for(var r=new Array,n=g,s=n.asn1,u=s.DERSequence,i=s.DERObjectIdentifier,o=s.x509.GeneralName,l=0;l<t.length;l++){var h,d=t[l];if(d.ocsp!==void 0)h=new u({array:[new i({oid:"1.3.6.1.5.5.7.48.1"}),new o({uri:d.ocsp})]});else if(d.caissuer!==void 0)h=new u({array:[new i({oid:"1.3.6.1.5.5.7.48.2"}),new o({uri:d.caissuer})]});else throw new Error("unknown AccessMethod parameter: "+JSON.stringify(d));r.push(h)}this.asn1ExtnValue=new u({array:r})},this.getExtnValueHex=function(){return this.asn1ExtnValue.tohex()},this.oid="1.3.6.1.5.5.7.1.1",e!==void 0&&e.array!==void 0&&this.setAccessDescriptionArray(e.array)};de(g.asn1.x509.AuthorityInfoAccess,g.asn1.x509.Extension);g.asn1.x509.SubjectAltName=function(e){g.asn1.x509.SubjectAltName.superclass.constructor.call(this,e),this.setNameArray=function(t){this.asn1ExtnValue=new g.asn1.x509.GeneralNames(t)},this.getExtnValueHex=function(){return this.asn1ExtnValue.tohex()},this.oid="2.5.29.17",e!==void 0&&e.array!==void 0&&this.setNameArray(e.array)};de(g.asn1.x509.SubjectAltName,g.asn1.x509.Extension);g.asn1.x509.IssuerAltName=function(e){g.asn1.x509.IssuerAltName.superclass.constructor.call(this,e),this.setNameArray=function(t){this.asn1ExtnValue=new g.asn1.x509.GeneralNames(t)},this.getExtnValueHex=function(){return this.asn1ExtnValue.tohex()},this.oid="2.5.29.18",e!==void 0&&e.array!==void 0&&this.setNameArray(e.array)};de(g.asn1.x509.IssuerAltName,g.asn1.x509.Extension);g.asn1.x509.SubjectDirectoryAttributes=function(e){g.asn1.x509.SubjectDirectoryAttributes.superclass.constructor.call(this,e);var t=g.asn1,r=t.DERSequence,n=t.ASN1Util.newObject,s=t.x509.OID.name2oid;this.params=null,this.getExtnValueHex=function(){for(var u=[],i=0;i<this.params.array.length;i++){var o=this.params.array[i];if(o.attr!=null&&o.array!=null){var l={seq:[{oid:o.attr},{set:o.array}]};u.push(n(l));continue}var h={seq:[{oid:"1.2.3.4"},{set:[{utf8str:"DE"}]}]};if(o.attr=="dateOfBirth")h.seq[0].oid=s(o.attr),h.seq[1].set[0]={gentime:o.str};else if(o.attr=="placeOfBirth")h.seq[0].oid=s(o.attr),h.seq[1].set[0]={utf8str:o.str};else if(o.attr=="gender")h.seq[0].oid=s(o.attr),h.seq[1].set[0]={prnstr:o.str};else if(o.attr=="countryOfCitizenship")h.seq[0].oid=s(o.attr),h.seq[1].set[0]={prnstr:o.str};else if(o.attr=="countryOfResidence")h.seq[0].oid=s(o.attr),h.seq[1].set[0]={prnstr:o.str};else throw new Error("unsupported attribute: "+o.attr);u.push(new n(h))}var d=new r({array:u});return this.asn1ExtnValue=d,this.asn1ExtnValue.tohex()},this.oid="2.5.29.9",e!==void 0&&(this.params=e)};de(g.asn1.x509.SubjectDirectoryAttributes,g.asn1.x509.Extension);g.asn1.x509.PrivateExtension=function(e){g.asn1.x509.PrivateExtension.superclass.constructor.call(this,e);var t=g,r=t.lang.String.isHex,n=t.asn1,s=n.x509.OID.name2oid,u=n.ASN1Util.newObject;this.params=null,this.setByParam=function(i){this.oid=s(i.extname),this.params=i},this.getExtnValueHex=function(){if(this.params.extname==null||this.params.extn==null)throw new Error("extname or extnhex not specified");var i=this.params.extn;if(typeof i=="string"&&r(i))return i;if(typeof i=="object")try{return u(i).tohex()}catch{}throw new Error("unsupported extn value")},e!=null&&this.setByParam(e)};de(g.asn1.x509.PrivateExtension,g.asn1.x509.Extension);g.asn1.x509.CRL=function(e){g.asn1.x509.CRL.superclass.constructor.call(this);var t=g,r=t.asn1,n=r.DERSequence,s=r.DERBitString,u=r.x509,i=u.AlgorithmIdentifier,o=u.TBSCertList;this.params=void 0,this.setByParam=function(l){this.params=l},this.sign=function(){var l=new o(this.params).tohex(),h=new g.crypto.Signature({alg:this.params.sigalg});h.init(this.params.cakey),h.updateHex(l);var d=h.sign();this.params.sighex=d},this.getPEM=function(){return hn(this.tohex(),"X509 CRL")},this.tohex=function(){var l=this.params;if(l.tbsobj==null&&(l.tbsobj=new o(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 i({name:l.sigalg})),h.push(new s({hex:"00"+l.sighex}));var d=new n({array:h});return d.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&(this.params=e)};de(g.asn1.x509.CRL,g.asn1.ASN1Object);g.asn1.x509.TBSCertList=function(e){g.asn1.x509.TBSCertList.superclass.constructor.call(this);var t=g,r=t.asn1,n=r.DERInteger,s=r.DERSequence,u=r.DERTaggedObject,i=r.DERObjectIdentifier,o=r.x509,l=o.AlgorithmIdentifier,h=o.Time,d=o.Extensions,E=o.X500Name;this.params=null,this.setByParam=function(p){this.params=p},this.getRevCertSequence=function(){for(var p=[],f=this.params.revcert,w=0;w<f.length;w++){var v=[new n(f[w].sn),new h(f[w].date)];f[w].ext!=null&&v.push(new d(f[w].ext)),p.push(new s({array:v}))}return new s({array:p})},this.tohex=function(){var p=[],f=this.params;if(f.version!=null){var w=f.version-1,v=new n({int:w});p.push(v)}if(p.push(new l({name:f.sigalg})),p.push(new E(f.issuer)),p.push(new h(f.thisupdate)),f.nextupdate!=null&&p.push(new h(f.nextupdate)),f.revcert!=null&&p.push(this.getRevCertSequence()),f.ext!=null){var F=new d(f.ext);p.push(new u({tag:"a0",explicit:!0,obj:F}))}var A=new s({array:p});return A.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.TBSCertList,g.asn1.ASN1Object);g.asn1.x509.CRLEntry=function(e){g.asn1.x509.CRLEntry.superclass.constructor.call(this);var t=null,r=null,n=g,s=n.asn1;this.setCertSerial=function(u){this.sn=new s.DERInteger(u)},this.setRevocationDate=function(u){this.time=new s.x509.Time(u)},this.tohex=function(){var u=new s.DERSequence({array:[this.sn,this.time]});return this.TLV=u.tohex(),this.TLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&(e.time!==void 0&&this.setRevocationDate(e.time),e.sn!==void 0&&this.setCertSerial(e.sn))};de(g.asn1.x509.CRLEntry,g.asn1.ASN1Object);g.asn1.x509.CRLNumber=function(e){g.asn1.x509.CRLNumber.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new g.asn1.DERInteger(this.params.num),this.asn1ExtnValue.tohex()},this.oid="2.5.29.20",e!=null&&(this.params=e)};de(g.asn1.x509.CRLNumber,g.asn1.x509.Extension);g.asn1.x509.CRLReason=function(e){g.asn1.x509.CRLReason.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new g.asn1.DEREnumerated(this.params.code),this.asn1ExtnValue.tohex()},this.oid="2.5.29.21",e!=null&&(this.params=e)};de(g.asn1.x509.CRLReason,g.asn1.x509.Extension);g.asn1.x509.OCSPNonce=function(e){g.asn1.x509.OCSPNonce.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new g.asn1.DEROctetString(this.params),this.asn1ExtnValue.tohex()},this.oid="1.3.6.1.5.5.7.48.1.2",e!=null&&(this.params=e)};de(g.asn1.x509.OCSPNonce,g.asn1.x509.Extension);g.asn1.x509.OCSPNoCheck=function(e){g.asn1.x509.OCSPNoCheck.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new g.asn1.DERNull,this.asn1ExtnValue.tohex()},this.oid="1.3.6.1.5.5.7.48.1.5",e!=null&&(this.params=e)};de(g.asn1.x509.OCSPNoCheck,g.asn1.x509.Extension);g.asn1.x509.AdobeTimeStamp=function(e){g.asn1.x509.AdobeTimeStamp.superclass.constructor.call(this,e);var t=g,r=t.asn1,n=r.DERInteger,s=r.DERBoolean,u=r.DERSequence,i=r.x509.GeneralName;this.params=null,this.getExtnValueHex=function(){var o=this.params,l=[new n(1)];return l.push(new i({uri:o.uri})),o.reqauth!=null&&l.push(new s(o.reqauth)),this.asn1ExtnValue=new u({array:l}),this.asn1ExtnValue.tohex()},this.oid="1.2.840.113583.1.1.9.1",e!==void 0&&this.setByParam(e)};de(g.asn1.x509.AdobeTimeStamp,g.asn1.x509.Extension);g.asn1.x509.X500Name=function(e){g.asn1.x509.X500Name.superclass.constructor.call(this),this.asn1Array=[],this.paramArray=[],this.sRule="utf8";var t=g,r=t.asn1,n=r.x509,s=n.RDN,u=or;this.setByString=function(i,o){o!==void 0&&(this.sRule=o);var l=i.split("/");l.shift();for(var h=[],d=0;d<l.length;d++)if(l[d].match(/^[^=]+=.+$/))h.push(l[d]);else{var E=h.length-1;h[E]=h[E]+"/"+l[d]}for(var d=0;d<h.length;d++)this.asn1Array.push(new s({str:h[d],rule:this.sRule}))},this.setByLdapString=function(i,o){o!==void 0&&(this.sRule=o);var l=n.X500Name.ldapToCompat(i);this.setByString(l,o)},this.setByObject=function(i,o){o!==void 0&&(this.sRule=o);for(var l in i)if(i.hasOwnProperty(l)){var h=new s({str:l+"="+i[l],rule:this.sRule});this.asn1Array?this.asn1Array.push(h):this.asn1Array=[h]}},this.setByParam=function(i){if(i.rule!==void 0&&(this.sRule=i.rule),i.array!==void 0)this.paramArray=i.array;else if(i.str!==void 0)this.setByString(i.str);else if(i.ldapstr!==void 0)this.setByLdapString(i.ldapstr);else if(i.hex!==void 0)this.hTLV=i.hex;else if(i.certissuer!==void 0){var o=new Xe;o.readCertPEM(i.certissuer),this.hTLV=o.getIssuerHex()}else if(i.certsubject!==void 0){var o=new Xe;o.readCertPEM(i.certsubject),this.hTLV=o.getSubjectHex()}else typeof i=="object"&&i.certsubject===void 0&&i.certissuer===void 0&&this.setByObject(i)},this.tohex=function(){if(typeof this.hTLV=="string")return this.hTLV;if(this.asn1Array.length==0&&this.paramArray.length>0)for(var i=0;i<this.paramArray.length;i++){var o={array:this.paramArray[i]};this.sRule!="utf8"&&(o.rule=this.sRule);var l=new s(o);this.asn1Array.push(l)}var h=new r.DERSequence({array:this.asn1Array});return this.hTLV=h.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.X500Name,g.asn1.ASN1Object);g.asn1.x509.X500Name.compatToLDAP=function(e){if(e.substr(0,1)!=="/")throw"malformed input";var t="";e=e.substr(1);var r=e.split("/");return r.reverse(),r=r.map(function(n){return n.replace(/,/,"\\,")}),r.join(",")};g.asn1.x509.X500Name.onelineToLDAP=function(e){return g.asn1.x509.X500Name.compatToLDAP(e)};g.asn1.x509.X500Name.ldapToCompat=function(e){for(var t=e.split(","),r=!1,n=[],s=0;t.length>0;s++){var u=t.shift();if(r===!0){var i=n.pop(),o=(i+","+u).replace(/\\,/g,",");n.push(o),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;s<n.length;s++)this.addByString(n[s])},this.tohex=function(){if(this.asn1Array.length==0&&this.paramArray.length>0)for(var r=0;r<this.paramArray.length;r++){var n=this.paramArray[r];n.rule!==void 0&&this.sRule!="utf8"&&(n.rule=this.sRule);var s=new t(n);this.asn1Array.push(s)}var u=new g.asn1.DERSet({array:this.asn1Array});return this.TLV=u.tohex(),this.TLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.RDN,g.asn1.ASN1Object);g.asn1.x509.RDN.parseString=function(e){for(var t=e.split(/\+/),r=!1,n=[],s=0;t.length>0;s++){var u=t.shift();if(r===!0){var i=n.pop(),o=(i+"+"+u).replace(/\\\+/g,"+");n.push(o),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 o=(d+"+"+u).replace(/^([^=]+)="(.*)"$/,"$1=$2");h.push(o),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,o=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 o({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,o=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 it){var F=h({seq:[{int:{bigint:v.n}},{int:{int:v.e}}]}),A=F.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 o({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 S=new u({bigint:v.y});this.asn1SubjPKey=new i({hex:"00"+S.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(o){this.timeParams=o},this.setByParam=function(o){this.params=o},this.getType=function(o){return o.match(/^[0-9]{12}Z$/)?"utc":o.match(/^[0-9]{14}Z$/)?"gen":o.match(/^[0-9]{12}\.[0-9]+Z$/)?"utc":o.match(/^[0-9]{14}\.[0-9]+Z$/)?"gen":null},this.tohex=function(){var o=this.params,l=null;if(typeof o=="string"&&(o={str:o}),o!=null&&o.str&&(o.type==null||o.type==null)&&(o.type=this.getType(o.str)),o!=null&&o.str?(o.type=="utc"&&(l=new u(o.str)),o.type=="gen"&&(l=new i(o.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(o){this.timeParams=o},this.tohex=function(){var o=null;return this.timeParams!=null?this.type=="utc"?o=new u(this.timeParams):o=new i(this.timeParams):this.type=="utc"?o=new u:o=new i,this.TLV=o.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 o=[this.asn1Alg];this.asn1Params!==null&&o.push(this.asn1Params);var l=new r.DERSequence({array:o});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,o=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,F,v,F=!1;if(f.other!==void 0)w="a0",v=new i(f.other);else if(f.rfc822!==void 0)w="81",v=new o({str:f.rfc822});else if(f.dns!==void 0)w="82",v=new o({str:f.dns});else if(f.dn!==void 0)w="a4",F=!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",F=!0,v=new u({ldapstr:f.ldapdn});else if(f.certissuer!==void 0||f.certsubj!==void 0){w="a4",F=!0;var A,C,S=null;if(f.certsubj!==void 0?(A=!1,C=f.certsubj):(A=!0,C=f.certissuer),C.match(/^[0-9A-Fa-f]+$/)&&S==C,C.indexOf("-----BEGIN ")!=-1&&(S=or(C)),S==null)throw new Error("certsubj/certissuer not cert");var I=new Xe;I.hex=S;var _;A?_=I.getIssuerHex():_=I.getSubjectHex(),v=new E,v.hTLV=_}else if(f.uri!==void 0)w="86",v=new o({str:f.uri});else if(f.ip!==void 0){w="87";var j,M=f.ip;try{if(M.match(/^[0-9a-f]+$/)){var b=M.length;if(b==8||b==16||b==32||b==64)j=M;else throw"err"}else j=yp(M)}catch(k){throw new p("malformed IP address: "+f.ip+":"+k.message)}v=new h({hex:j})}else throw new p("improper params");var P=new d({tag:w,explicit:F,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<s.length;u++){var i=new n.x509.GeneralName(s[u]);this.asn1Array.push(i)}},this.tohex=function(){var s=new n.DERSequence({array:this.asn1Array});return s.tohex()},this.getEncodedHex=function(){return this.tohex()},this.asn1Array=new Array,typeof e<"u"&&this.setByParamArray(e)};de(g.asn1.x509.GeneralNames,g.asn1.ASN1Object);g.asn1.x509.OtherName=function(e){g.asn1.x509.OtherName.superclass.constructor.call(this);var t=null,r=null,n=g,s=n.asn1,u=s.DERObjectIdentifier,i=s.DERSequence,o=s.ASN1Util.newObject;this.params=null,this.setByParam=function(l){this.params=l},this.tohex=function(){var l=this.params;if(l.oid==null||l.value==null)throw new Error("oid or value not specified");var h=new u({oid:l.oid}),d=o({tag:{tag:"a0",explicit:!0,obj:l.value}}),E=new i({array:[h,d]});return E.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.x509.OtherName,g.asn1.ASN1Object);g.asn1.x509.OID=new function(){var e=g.asn1.DERObjectIdentifier;this.name2oidList={"aes128-CBC":"2.16.840.1.101.3.4.1.2","aes256-CBC":"2.16.840.1.101.3.4.1.42",sha1:"1.3.14.3.2.26",sha256:"2.16.840.1.101.3.4.2.1",sha384:"2.16.840.1.101.3.4.2.2",sha512:"2.16.840.1.101.3.4.2.3",sha224:"2.16.840.1.101.3.4.2.4",md5:"1.2.840.113549.2.5",md2:"1.3.14.7.2.2.1",ripemd160:"1.3.36.3.2.1",hmacWithSHA1:"1.2.840.113549.2.7",hmacWithSHA224:"1.2.840.113549.2.8",hmacWithSHA256:"1.2.840.113549.2.9",hmacWithSHA384:"1.2.840.113549.2.10",hmacWithSHA512:"1.2.840.113549.2.11",MD2withRSA:"1.2.840.113549.1.1.2",MD4withRSA:"1.2.840.113549.1.1.3",MD5withRSA:"1.2.840.113549.1.1.4",SHA1withRSA:"1.2.840.113549.1.1.5","pkcs1-MGF":"1.2.840.113549.1.1.8",rsaPSS:"1.2.840.113549.1.1.10",SHA224withRSA:"1.2.840.113549.1.1.14",SHA256withRSA:"1.2.840.113549.1.1.11",SHA384withRSA:"1.2.840.113549.1.1.12",SHA512withRSA:"1.2.840.113549.1.1.13",SHA1withECDSA:"1.2.840.10045.4.1",SHA224withECDSA:"1.2.840.10045.4.3.1",SHA256withECDSA:"1.2.840.10045.4.3.2",SHA384withECDSA:"1.2.840.10045.4.3.3",SHA512withECDSA:"1.2.840.10045.4.3.4",dsa:"1.2.840.10040.4.1",SHA1withDSA:"1.2.840.10040.4.3",SHA224withDSA:"2.16.840.1.101.3.4.3.1",SHA256withDSA:"2.16.840.1.101.3.4.3.2",rsaEncryption:"1.2.840.113549.1.1.1",commonName:"2.5.4.3",countryName:"2.5.4.6",localityName:"2.5.4.7",stateOrProvinceName:"2.5.4.8",streetAddress:"2.5.4.9",organizationName:"2.5.4.10",organizationalUnitName:"2.5.4.11",domainComponent:"0.9.2342.19200300.100.1.25",userId:"0.9.2342.19200300.100.1.1",surname:"2.5.4.4",givenName:"2.5.4.42",title:"2.5.4.12",distinguishedName:"2.5.4.49",emailAddress:"1.2.840.113549.1.9.1",description:"2.5.4.13",businessCategory:"2.5.4.15",postalCode:"2.5.4.17",uniqueIdentifier:"2.5.4.45",organizationIdentifier:"2.5.4.97",jurisdictionOfIncorporationL:"1.3.6.1.4.1.311.60.2.1.1",jurisdictionOfIncorporationSP:"1.3.6.1.4.1.311.60.2.1.2",jurisdictionOfIncorporationC:"1.3.6.1.4.1.311.60.2.1.3",subjectDirectoryAttributes:"2.5.29.9",subjectKeyIdentifier:"2.5.29.14",keyUsage:"2.5.29.15",subjectAltName:"2.5.29.17",issuerAltName:"2.5.29.18",basicConstraints:"2.5.29.19",cRLNumber:"2.5.29.20",cRLReason:"2.5.29.21",nameConstraints:"2.5.29.30",cRLDistributionPoints:"2.5.29.31",certificatePolicies:"2.5.29.32",anyPolicy:"2.5.29.32.0",policyMappings:"2.5.29.33",authorityKeyIdentifier:"2.5.29.35",policyConstraints:"2.5.29.36",extKeyUsage:"2.5.29.37",inhibitAnyPolicy:"2.5.29.54",authorityInfoAccess:"1.3.6.1.5.5.7.1.1",ocsp:"1.3.6.1.5.5.7.48.1",ocspBasic:"1.3.6.1.5.5.7.48.1.1",ocspNonce:"1.3.6.1.5.5.7.48.1.2",ocspNoCheck:"1.3.6.1.5.5.7.48.1.5",caIssuers:"1.3.6.1.5.5.7.48.2",anyExtendedKeyUsage:"2.5.29.37.0",serverAuth:"1.3.6.1.5.5.7.3.1",clientAuth:"1.3.6.1.5.5.7.3.2",codeSigning:"1.3.6.1.5.5.7.3.3",emailProtection:"1.3.6.1.5.5.7.3.4",timeStamping:"1.3.6.1.5.5.7.3.8",ocspSigning:"1.3.6.1.5.5.7.3.9",smtpUTF8Mailbox:"1.3.6.1.5.5.7.8.9",dateOfBirth:"1.3.6.1.5.5.7.9.1",placeOfBirth:"1.3.6.1.5.5.7.9.2",gender:"1.3.6.1.5.5.7.9.3",countryOfCitizenship:"1.3.6.1.5.5.7.9.4",countryOfResidence:"1.3.6.1.5.5.7.9.5",ecPublicKey:"1.2.840.10045.2.1","P-256":"1.2.840.10045.3.1.7",secp256r1:"1.2.840.10045.3.1.7",secp256k1:"1.3.132.0.10",secp384r1:"1.3.132.0.34",secp521r1:"1.3.132.0.35",pkcs5PBES2:"1.2.840.113549.1.5.13",pkcs5PBKDF2:"1.2.840.113549.1.5.12","des-EDE3-CBC":"1.2.840.113549.3.7",data:"1.2.840.113549.1.7.1","signed-data":"1.2.840.113549.1.7.2","enveloped-data":"1.2.840.113549.1.7.3","digested-data":"1.2.840.113549.1.7.5","encrypted-data":"1.2.840.113549.1.7.6","authenticated-data":"1.2.840.113549.1.9.16.1.2",tstinfo:"1.2.840.113549.1.9.16.1.4",signingCertificate:"1.2.840.113549.1.9.16.2.12",timeStampToken:"1.2.840.113549.1.9.16.2.14",signaturePolicyIdentifier:"1.2.840.113549.1.9.16.2.15",etsArchiveTimeStamp:"1.2.840.113549.1.9.16.2.27",signingCertificateV2:"1.2.840.113549.1.9.16.2.47",etsArchiveTimeStampV2:"1.2.840.113549.1.9.16.2.48",extensionRequest:"1.2.840.113549.1.9.14",contentType:"1.2.840.113549.1.9.3",messageDigest:"1.2.840.113549.1.9.4",signingTime:"1.2.840.113549.1.9.5",counterSignature:"1.2.840.113549.1.9.6",archiveTimeStampV3:"0.4.0.1733.2.4",pdfRevocationInfoArchival:"1.2.840.113583.1.1.8",adobeTimeStamp:"1.2.840.113583.1.1.9.1",smimeMailboxLegacy:"2.23.140.1.5.1.1",smimeMailboxMulti:"2.23.140.1.5.1.2",smimeMailboxStrict:"2.23.140.1.5.1.3",smimeOrganizationLegacy:"2.23.140.1.5.2.1",smimeOrganizationMulti:"2.23.140.1.5.2.2",smimeOrganizationStrict:"2.23.140.1.5.2.3",smimeSponsorLegacy:"2.23.140.1.5.3.1",smimeSponsorMulti:"2.23.140.1.5.3.2",smimeSponsorStrict:"2.23.140.1.5.3.3",smimeIndividualLegacy:"2.23.140.1.5.4.1",smimeIndividualMulti:"2.23.140.1.5.4.2",smimeIndividualStrict:"2.23.140.1.5.4.3"},this.atype2oidList={CN:"2.5.4.3",L:"2.5.4.7",ST:"2.5.4.8",O:"2.5.4.10",OU:"2.5.4.11",C:"2.5.4.6",STREET:"2.5.4.9",DC:"0.9.2342.19200300.100.1.25",UID:"0.9.2342.19200300.100.1.1",SN:"2.5.4.4",T:"2.5.4.12",GN:"2.5.4.42",DN:"2.5.4.49",E:"1.2.840.113549.1.9.1",description:"2.5.4.13",businessCategory:"2.5.4.15",postalCode:"2.5.4.17",serialNumber:"2.5.4.5",uniqueIdentifier:"2.5.4.45",organizationIdentifier:"2.5.4.97",jurisdictionOfIncorporationL:"1.3.6.1.4.1.311.60.2.1.1",jurisdictionOfIncorporationSP:"1.3.6.1.4.1.311.60.2.1.2",jurisdictionOfIncorporationC:"1.3.6.1.4.1.311.60.2.1.3"},this.objCache={},this.name2obj=function(t){if(typeof this.objCache[t]<"u")return this.objCache[t];if(typeof this.name2oidList[t]>"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(o){this.params=o},this.getValueArray=function(){throw new t("not yet implemented abstract")},this.tohex=function(){var o=new i({oid:this.typeOid}),l=new u({array:this.getValueArray()}),h=new s({array:[o,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,o=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;d<l.length;d++){var E=l[d];e.hasis==!1&&typeof E=="string"&&(E.indexOf("-----BEGIN")!=-1||De.isASN1HEX(E))&&(E={cert:E}),E.hasis!=!1&&e.hasis==!1&&(E.hasis=!1),h.push(new i(E))}var p=new s({array:h}),f=new s({array:[p]});return[f]},e!=null&&this.setByParam(e)};de(g.asn1.cms.SigningCertificate,g.asn1.cms.Attribute);g.asn1.cms.ESSCertID=function(e){g.asn1.cms.ESSCertID.superclass.constructor.call(this);var t=Error,r=g,n=r.asn1,s=n.DEROctetString,u=n.DERSequence,i=n.cms.IssuerSerial;this.params=null,this.getCertHash=function(o,l){if(o.hash!=null)return o.hash;if(typeof o=="string"&&o.indexOf("-----BEGIN")==-1&&!De.isASN1HEX(o))return o;var h;if(typeof o=="string")h=o;else if(o.cert!=null)h=o.cert;else throw new t("hash nor cert unspecified");var d;h.indexOf("-----BEGIN")!=-1?d=or(h):d=h,typeof o=="string"&&(o.indexOf("-----BEGIN")!=-1?d=or(o):De.isASN1HEX(o)&&(d=o));var E;if(o.alg!=null)E=o.alg;else if(l!=null)E=l;else throw new t("hash alg unspecified");return r.crypto.Util.hashHex(d,E)},this.tohex=function(){var o=this.params,l=this.getCertHash(o,"sha1"),h=[];h.push(new s({hex:l})),(typeof o=="string"&&o.indexOf("-----BEGIN")!=-1||o.cert!=null&&o.hasis!=!1||o.issuer!=null&&o.serial!=null)&&h.push(new i(o));var d=new u({array:h});return d.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.ESSCertID,g.asn1.ASN1Object);g.asn1.cms.SigningCertificateV2=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.x509,i=n.cms,o=i.ESSCertIDv2,l=r.crypto;i.SigningCertificateV2.superclass.constructor.call(this),this.typeOid="1.2.840.113549.1.9.16.2.47",this.getValueArray=function(){if(this.params==null||this.params==null||this.params.array==null)throw new t("parameter 'array' not specified");for(var h=this.params.array,d=[],E=0;E<h.length;E++){var p=h[E];(e.alg!=null||e.hasis==!1)&&typeof p=="string"&&(p.indexOf("-----BEGIN")!=-1||De.isASN1HEX(p))&&(p={cert:p}),p.alg==null&&e.alg!=null&&(p.alg=e.alg),p.hasis!=!1&&e.hasis==!1&&(p.hasis=!1),d.push(new o(p))}var f=new s({array:d}),w=new s({array:[f]});return[w]},e!=null&&this.setByParam(e)};de(g.asn1.cms.SigningCertificateV2,g.asn1.cms.Attribute);g.asn1.cms.ESSCertIDv2=function(e){g.asn1.cms.ESSCertIDv2.superclass.constructor.call(this);var t=Error,r=g,n=r.asn1,s=n.DEROctetString,u=n.DERSequence,i=n.cms.IssuerSerial,o=n.x509.AlgorithmIdentifier;this.params=null,this.tohex=function(){var l=this.params,h=this.getCertHash(l,"sha256"),d=[];l.alg!=null&&l.alg!="sha256"&&d.push(new o({name:l.alg})),d.push(new s({hex:h})),(typeof l=="string"&&l.indexOf("-----BEGIN")!=-1||l.cert!=null&&l.hasis!=!1||l.issuer!=null&&l.serial!=null)&&d.push(new i(l));var E=new u({array:d});return E.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.ESSCertIDv2,g.asn1.cms.ESSCertID);g.asn1.cms.IssuerSerial=function(e){var t=Error,r=g,n=r.asn1,s=n.DERInteger,u=n.DERSequence,i=n.cms,o=n.x509,l=o.GeneralNames,h=Xe;i.IssuerSerial.superclass.constructor.call(this),this.setByParam=function(d){this.params=d},this.tohex=function(){var d=this.params,E,p;if(typeof d=="string"&&d.indexOf("-----BEGIN")!=-1||d.cert!=null){var f;d.cert!=null?f=d.cert:f=d;var w=new h;w.readCertPEM(f),E=w.getIssuer(),p={hex:w.getSerialNumberHex()}}else if(d.issuer!=null&&d.serial)E=d.issuer,p=d.serial;else throw new t("cert or issuer and serial parameter not specified");var v=new l([{dn:E}]),F=new s(p),A=new u({array:[v,F]});return A.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.IssuerSerial,g.asn1.ASN1Object);g.asn1.cms.SignerIdentifier=function(e){var t=g,r=t.asn1,n=r.DERInteger,s=r.DERSequence,u=r.cms,i=u.IssuerAndSerialNumber,o=u.SubjectKeyIdentifier,l=r.x509,h=l.X500Name,d=Xe,E=Error;u.SignerIdentifier.superclass.constructor.call(this),this.params=null,this.tohex=function(){var p=this.params;if(p.type=="isssn"){var f=new i(p);return f.tohex()}else if(p.type=="skid"){var w=new o(p);return w.tohex()}else throw new Error("wrong property for isssn or skid")},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.SignerIdentifier,g.asn1.ASN1Object);g.asn1.cms.IssuerAndSerialNumber=function(e){var t=g,r=t.asn1,n=r.DERInteger,s=r.DERSequence,u=r.cms,i=r.x509,o=i.X500Name,l=Xe,h=Error;u.IssuerAndSerialNumber.superclass.constructor.call(this),this.params=null,this.tohex=function(){var d=this.params,E,p;if(typeof d=="string"&&d.indexOf("-----BEGIN")!=-1||d.cert!=null){var f;d.cert!=null?f=d.cert:f=d;var w=new l;w.readCertPEM(f),E=w.getIssuer(),p={hex:w.getSerialNumberHex()}}else if(d.issuer!=null&&d.serial)E=d.issuer,p=d.serial;else throw new h("cert or issuer and serial parameter not specified");var v=new o(E),F=new n(p),A=new s({array:[v,F]});return A.tohex()},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(d){this.params=d},e!=null&&this.setByParam(e)};de(g.asn1.cms.IssuerAndSerialNumber,g.asn1.ASN1Object);g.asn1.cms.SubjectKeyIdentifier=function(e){var t=g,r=t.asn1,n=r.DERInteger,s=r.DERSequence,u=r.ASN1Util.newObject,i=r.cms,o=i.IssuerAndSerialName,l=i.SubjectKeyIdentifier,h=r.x509,d=h.X500Name,E=Xe,p=Error;i.SubjectKeyIdentifier.superclass.constructor.call(this),this.tohex=function(){var f=this.params;if(f.cert==null&&f.skid==null)throw new p("property cert nor skid undefined");var w;if(f.cert!=null){var v=new E(f.cert),F=v.getExtSubjectKeyIdentifier();w=F.kid.hex}else f.skid!=null&&(w=f.skid);var A=u({tag:{tage:"a0",obj:{octstr:{hex:w}}}});return A.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.SubjectKeyIdentifier,g.asn1.ASN1Object);g.asn1.cms.AttributeList=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSet,u=n.cms;u.AttributeList.superclass.constructor.call(this),this.params=null,this.hTLV=null,this.setByParam=function(i){this.params=i},this.tohex=function(){var i=this.params;if(this.hTLV!=null)return this.hTLV;var o=!0;i.sortflag!=null&&(o=i.sortflag);for(var l=i.array,h=[],d=0;d<l.length;d++){var E=l[d],p=E.attr;if(p=="contentType")h.push(new u.ContentType(E));else if(p=="messageDigest")h.push(new u.MessageDigest(E));else if(p=="signingTime")h.push(new u.SigningTime(E));else if(p=="signingCertificate")h.push(new u.SigningCertificate(E));else if(p=="signingCertificateV2")h.push(new u.SigningCertificateV2(E));else if(p=="signaturePolicyIdentifier")h.push(new g.asn1.cades.SignaturePolicyIdentifier(E));else if(p=="signatureTimeStamp"||p=="timeStampToken")h.push(new g.asn1.cades.SignatureTimeStamp(E));else throw new t("unknown attr: "+p)}var f=new s({array:h,sortflag:o});return this.hTLV=f.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.AttributeList,g.asn1.ASN1Object);g.asn1.cms.SignerInfo=function(e){var t=Error,r=g,n=r.asn1,s=n.DERInteger,u=n.DEROctetString,i=n.DERSequence,o=n.DERTaggedObject,l=n.cms,h=l.SignerIdentifier,d=l.AttributeList,E=l.ContentType,p=l.EncapsulatedContentInfo,f=l.MessageDigest,w=l.SignedData,v=n.x509,F=v.AlgorithmIdentifier,A=r.crypto,C=At;l.SignerInfo.superclass.constructor.call(this),this.params=null,this.sign=function(){var S=this.params,I=S.sigalg,_=new d(S.sattrs).tohex(),j=C.getKey(S.signkey),M=new A.Signature({alg:I});M.init(j),M.updateHex(_);var b=M.sign();S.sighex=b},this.tohex=function(){var S=this.params,I=[];if(I.push(new s({int:S.version})),I.push(new h(S.id)),I.push(new F({name:S.hashalg})),S.sattrs!=null){var _=new d(S.sattrs);try{I.push(new o({tag:"a0",explicit:!1,obj:_}))}catch(M){throw new t("si sattr error: "+M)}}if(S.sigalgfield!=null?I.push(new F({name:S.sigalgfield})):I.push(new F({name:S.sigalg})),S.sighex==null&&S.signkey!=null&&this.sign(),I.push(new u({hex:S.sighex})),S.uattrs!=null){var _=new d(S.uattrs);try{I.push(new o({tag:"a1",explicit:!1,obj:_}))}catch(b){throw new t("si uattr error: "+b)}}var j=new i({array:I});return j.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.SignerInfo,g.asn1.ASN1Object);g.asn1.cms.EncapsulatedContentInfo=function(e){var t=g,r=t.asn1,n=r.DERTaggedObject,s=r.DERSequence,u=r.DERObjectIdentifier,i=r.DEROctetString,o=r.cms;o.EncapsulatedContentInfo.superclass.constructor.call(this),this.params=null,this.tohex=function(){var l=this.params,h=[];if(h.push(new u(l.type)),l.content!=null&&(l.content.hex!=null||l.content.str!=null)&&l.isDetached!=!0){var d=new i(l.content),E=new n({tag:"a0",explicit:!0,obj:d});h.push(E)}var p=new s({array:h});return p.tohex()},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(l){this.params=l},e!=null&&this.setByParam(e)};de(g.asn1.cms.EncapsulatedContentInfo,g.asn1.ASN1Object);g.asn1.cms.ContentInfo=function(e){var t=g,r=t.asn1,n=r.DERTaggedObject,s=r.DERSequence,u=r.DERObjectIdentifier,i=r.x509,o=i.OID.name2obj;g.asn1.cms.ContentInfo.superclass.constructor.call(this),this.params=null,this.tohex=function(){var l=this.params,h=[];h.push(new u(l.type));var d=new n({tag:"a0",explicit:!0,obj:l.obj});h.push(d);var E=new s({array:h});return E.tohex()},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(l){this.params=l},e!=null&&this.setByParam(e)};de(g.asn1.cms.ContentInfo,g.asn1.ASN1Object);g.asn1.cms.SignedData=function(e){var t=Error,r=g,n=r.asn1,s=n.ASN1Object,u=n.DERInteger,i=n.DERSet,o=n.DERSequence,l=n.DERTaggedObject,h=n.cms,d=h.EncapsulatedContentInfo,E=h.SignerInfo,p=h.ContentInfo,f=h.CertificateSet,w=h.RevocationInfoChoices,v=n.x509,F=v.AlgorithmIdentifier;g.asn1.cms.SignedData.superclass.constructor.call(this),this.params=null,this.checkAndFixParam=function(){var A=this.params;this._setDigestAlgs(A),this._setContentTypeByEContent(A),this._setMessageDigestByEContent(A),this._setSignerInfoVersion(A),this._setSignedDataVersion(A)},this._setDigestAlgs=function(A){for(var C={},S=A.sinfos,I=0;I<S.length;I++){var _=S[I];C[_.hashalg]=1}A.hashalgs=Object.keys(C).sort()},this._setContentTypeByEContent=function(A){for(var C=A.econtent.type,S=A.sinfos,I=0;I<S.length;I++){var _=S[I],j=this._getAttrParamByName(_,"contentType");j.type=C}},this._setMessageDigestByEContent=function(A){var C=A.econtent,S=A.econtent.type,I=C.content.hex;I==null&&C.type=="data"&&C.content.str!=null&&(I=ps(C.content.str));for(var _=A.sinfos,j=0;j<_.length;j++){var M=_[j],b=M.hashalg,P=this._getAttrParamByName(M,"messageDigest"),k=g.crypto.Util.hashHex(I,b);P.hex=k}},this._getAttrParamByName=function(A,C){for(var S=A.sattrs.array,I=0;I<S.length;I++)if(S[I].attr==C)return S[I]},this._setSignerInfoVersion=function(A){for(var C=A.sinfos,S=0;S<C.length;S++){var I=C[S],_=1;I.id.type=="skid"&&(_=3),I.version=_}},this._setSignedDataVersion=function(A){var C=this._getSignedDataVersion(A);A.version=C},this._getSignedDataVersion=function(A){if(A.revinfos!=null)for(var C=A.revinfos,S=0;S<C.length;S++){var I=C[S];if(I.ocsp!=null)return 5}for(var _=A.sinfos,S=0;S<_.length;S++){var j=A.sinfos[S];if(j.version==3)return 3}return A.econtent.type!="data"?3:1},this.tohex=function(){var A=this.params;this.getEncodedHexPrepare!=null&&this.getEncodedHexPrepare(),A.fixed!=!0&&this.checkAndFixParam();var C=[];C.push(new u({int:A.version}));for(var S=[],I=0;I<A.hashalgs.length;I++){var _=A.hashalgs[I];S.push(new F({name:_}))}C.push(new i({array:S})),C.push(new d(A.econtent)),A.certs!=null&&C.push(new f(A.certs)),A.revinfos!=null&&C.push(new w(A.revinfos));for(var j=[],I=0;I<A.sinfos.length;I++){var M=A.sinfos[I];j.push(new E(M))}C.push(new i({array:j}));var b=new o({array:C});return b.tohex()},this.getEncodedHex=function(){return this.tohex()},this.getContentInfo=function(){var A=new p({type:"signed-data",obj:this});return A},this.getContentInfoEncodedHex=function(){return this.getContentInfo().tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.SignedData,g.asn1.ASN1Object);g.asn1.cms.CertificateSet=function(e){g.asn1.cms.CertificateSet.superclass.constructor.call(this);var t=Error,r=g.asn1,n=r.DERTaggedObject,s=r.DERSet,u=r.ASN1Object;this.params=null,this.tohex=function(){var i=this.params,o=[],l;if(i instanceof Array)l=i;else if(i.array!=null)l=i.array;else throw new t("cert array not specified");for(var h=0;h<l.length;h++){var d=l[h],E=or(d),p=new u;p.hTLV=E,o.push(p)}var f={array:o};i.sortflag==!1&&(f.sortflag=!1);var w=new s(f),v=new n({tag:"a0",explicit:!1,obj:w});return v.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.CertificateSet,g.asn1.ASN1Object);g.asn1.cms.RevocationInfoChoices=function(e){g.asn1.cms.RevocationInfoChoices.superclass.constructor.call(this),this.params=null,this.tohex=function(){var t=this.params;if(!t instanceof Array)throw new Error("params is not array");for(var r=[],n=0;n<t.length;n++)r.push(new g.asn1.cms.RevocationInfoChoice(t[n]));var s=g.asn1.ASN1Util.newObject({tag:{tagi:"a1",obj:{set:r}}});return s.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.RevocationInfoChoices,g.asn1.ASN1Object);g.asn1.cms.RevocationInfoChoice=function(e){g.asn1.cms.RevocationInfoChoice.superclass.constructor.call(this),this.params=null,this.tohex=function(){var t=this.params;if(t.crl!=null&&typeof t.crl=="string"){var r=t.crl;return t.crl.indexOf("-----BEGIN")!=-1&&(r=or(t.crl)),r}else if(t.ocsp!=null){var n=g.asn1.ASN1Util.newObject({tag:{tagi:"a1",obj:new g.asn1.cms.OtherRevocationFormat(t)}});return n.tohex()}else throw new Error("property crl or ocsp undefined")},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.RevocationInfoChoice,g.asn1.ASN1Object);g.asn1.cms.OtherRevocationFormat=function(e){g.asn1.cms.OtherRevocationFormat.superclass.constructor.call(this);var t=Error,r=g,n=r.asn1,s=n.ASN1Util.newObject,u=r.lang.String.isHex;this.params=null,this.tohex=function(){var i=this.params;if(i.ocsp==null)throw new t("property ocsp not specified");if(!u(i.ocsp)||!De.isASN1HEX(i.ocsp))throw new t("ocsp value not ASN.1 hex string");var o=s({seq:[{oid:"1.3.6.1.5.5.7.16.2"},{asn1:{tlv:i.ocsp}}]});return o.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cms.OtherRevocationFormat,g.asn1.ASN1Object);g.asn1.cms.CMSUtil=new function(){};g.asn1.cms.CMSUtil.newSignedData=function(e){return new g.asn1.cms.SignedData(e)};g.asn1.cms.CMSUtil.verifySignedData=function(e){var t=g,r=t.asn1,n=r.cms,s=n.SignerInfo,u=n.SignedData,i=n.SigningTime,o=n.SigningCertificate,l=n.SigningCertificateV2,h=r.cades,d=h.SignaturePolicyIdentifier,E=t.lang.String.isHex,p=De,f=p.getVbyList,w=p.getTLVbyList,v=p.getIdxbyList,F=p.getChildIdx,A=p.getTLV,C=p.oidname,S=t.crypto.Util.hashHex;e.cms===void 0&&E(e.cms);var I=e.cms,_=function(z,X){for(var se,ye=3;ye<6;ye++)if(se=v(z,0,[1,0,ye]),se!==void 0){var Fe=z.substr(se,2);Fe==="a0"&&(X.certsIdx=se),Fe==="a1"&&(X.revinfosIdx=se),Fe==="31"&&(X.signerinfosIdx=se)}},j=function(z,X){var se=X.signerinfosIdx;if(se!==void 0){var ye=F(z,se);X.signerInfoIdxList=ye;for(var Fe=0;Fe<ye.length;Fe++){var Pe=ye[Fe],Je={idx:Pe};M(z,Je),X.signerInfos.push(Je)}}},M=function(z,X){var se=X.idx;X.signerid_issuer1=w(z,se,[1,0],"30"),X.signerid_serial1=f(z,se,[1,1],"02"),X.hashalg=C(f(z,se,[2,0],"06"));var ye=v(z,se,[3],"a0");X.idxSignedAttrs=ye,b(z,X,ye);var Fe=F(z,se),Pe=Fe.length;if(Pe<6)throw"malformed SignerInfo";X.sigalg=C(f(z,se,[Pe-2,0],"06")),X.sigval=f(z,se,[Pe-1],"04")},b=function(z,X,se){var ye=F(z,se);X.signedAttrIdxList=ye;for(var Fe=0;Fe<ye.length;Fe++){var Pe=ye[Fe],Je=f(z,Pe,[0],"06"),ce;Je==="2a864886f70d010905"?(ce=Ht(f(z,Pe,[1,0])),X.saSigningTime=ce):Je==="2a864886f70d010904"&&(ce=f(z,Pe,[1,0],"04"),X.saMessageDigest=ce)}},P=function(z,X){if(f(z,0,[0],"06")!=="2a864886f70d010702")return X;X.cmsType="signedData",X.econtent=f(z,0,[1,0,2,1,0]),_(z,X),X.signerInfos=[],j(z,X)},k=function(z,X){for(var se=X.parse.signerInfos,ye=se.length,Fe=!0,Pe=0;Pe<ye;Pe++){var Je=se[Pe];G(z,X,Je,Pe),Je.isValid||(Fe=!1)}X.isValid=Fe},H=function(z,X,se,ye){var Fe=X.parse.certsIdx,Pe;if(X.certs===void 0){Pe=[],X.certkeys=[];for(var Je=F(z,Fe),ce=0;ce<Je.length;ce++){var Be=A(z,Je[ce]),Ve=new Xe;Ve.readCertHex(Be),Pe[ce]=Ve,X.certkeys[ce]=Ve.getPublicKey()}X.certs=Pe}else Pe=X.certs;X.cccc=Pe.length,X.cccci=Je.length;for(var ce=0;ce<Pe.length;ce++){var Dr=Ve.getIssuerHex(),jt=Ve.getSerialNumberHex();se.signerid_issuer1===Dr&&se.signerid_serial1===jt&&(se.certkey_idx=ce)}},G=function(z,X,se,ye){se.verifyDetail={};var Fe=se.verifyDetail,Pe=X.parse.econtent,Je=se.hashalg,ce=se.saMessageDigest;Fe.validMessageDigest=!1,S(Pe,Je)===ce&&(Fe.validMessageDigest=!0),H(z,X,se,ye),Fe.validSignatureValue=!1;var Be=se.sigalg,Ve="31"+A(z,se.idxSignedAttrs).substr(2);se.signedattrshex=Ve;var Dr=X.certs[se.certkey_idx].getPublicKey(),jt=new g.crypto.Signature({alg:Be});jt.init(Dr),jt.updateHex(Ve);var Ct=jt.verify(se.sigval);Fe.validSignatureValue_isValid=Ct,Ct===!0&&(Fe.validSignatureValue=!0),se.isValid=!1,Fe.validMessageDigest&&Fe.validSignatureValue&&(se.isValid=!0)},Y=function(){},K={isValid:!1,parse:{}};return P(I,K.parse),k(I,K),K};g.asn1.cms.CMSParser=function(){var e=Error,t=Xe,r=new t,n=De,s=n.getV,u=n.getTLV,i=n.getIdxbyList,o=n.getTLVbyList,l=n.getTLVbyListEx,h=n.getVbyList,d=n.getVbyListEx,E=n.getChildIdx;this.getCMSSignedData=function(p){var f=o(p,0,[1,0]),w=this.getSignedData(f);return w},this.getSignedData=function(p){var f=E(p,0),w={},v=s(p,f[0]),F=parseInt(v,16);w.version=F;var A=u(p,f[1]);w.hashalgs=this.getHashAlgArray(A);var C=u(p,f[2]);w.econtent=this.getEContent(C);var S=l(p,0,["[0]"]);S!=null&&(w.certs=this.getCertificateSet(S));var I=l(p,0,["[1]"]);I!=null;var _=l(p,0,[3]);return w.sinfos=this.getSignerInfos(_),w},this.getHashAlgArray=function(p){for(var f=E(p,0),w=new t,v=[],F=0;F<f.length;F++){var A=u(p,f[F]),C=w.getAlgorithmIdentifierName(A);v.push(C)}return v},this.getEContent=function(p){var f={},w=h(p,0,[0]),v=h(p,0,[1,0]);return f.type=g.asn1.x509.OID.oid2name(De.hextooidstr(w)),f.content={hex:v},f},this.getSignerInfos=function(p){for(var f=[],w=E(p,0),v=0;v<w.length;v++){var F=u(p,w[v]),A=this.getSignerInfo(F);f.push(A)}return f},this.getSignerInfo=function(p){var f={},w=E(p,0),v=n.getInt(p,w[0],-1);v!=-1&&(f.version=v);var F=u(p,w[1]),A=this.getIssuerAndSerialNumber(F);f.id=A;var C=u(p,w[2]),S=r.getAlgorithmIdentifierName(C);f.hashalg=S;var I=l(p,0,["[0]"]);if(I!=null){var _=this.getAttributeList(I);f.sattrs=_}var j=l(p,0,[3]),M=r.getAlgorithmIdentifierName(j);f.sigalg=M;var b=d(p,0,[4]);f.sighex=b;var P=l(p,0,["[1]"]);if(P!=null){var k=this.getAttributeList(P);f.uattrs=k}return f},this.getSignerIdentifier=function(p){if(p.substr(0,2)=="30")return this.getIssuerAndSerialNumber(p);throw new Error("SKID of signerIdentifier not supported")},this.getIssuerAndSerialNumber=function(p){var f={type:"isssn"},w=E(p,0),v=u(p,w[0]);f.issuer=r.getX500Name(v);var F=s(p,w[1]);return f.serial={hex:F},f},this.getAttributeList=function(p){for(var f=[],w=E(p,0),v=0;v<w.length;v++){var F=u(p,w[v]),A=this.getAttribute(F);f.push(A)}return{array:f}},this.getAttribute=function(p){var f={},w=E(p,0),v=n.getOID(p,w[0]),F=g.asn1.x509.OID.oid2name(v);f.attr=F;var A=u(p,w[1]),C=E(A,0);if(C.length==1)f.valhex=u(A,C[0]);else{for(var S=[],I=0;I<C.length;I++)S.push(u(A,C[I]));f.valhex=S}return F=="contentType"?this.setContentType(f):F=="messageDigest"?this.setMessageDigest(f):F=="signingTime"?this.setSigningTime(f):F=="signingCertificate"?this.setSigningCertificate(f):F=="signingCertificateV2"?this.setSigningCertificateV2(f):F=="signaturePolicyIdentifier"&&this.setSignaturePolicyIdentifier(f),f},this.setContentType=function(p){var f=n.getOIDName(p.valhex,0,null);f!=null&&(p.type=f,delete p.valhex)},this.setSigningTime=function(p){var f=s(p.valhex,0),w=Ht(f);p.str=w,delete p.valhex},this.setMessageDigest=function(p){var f=s(p.valhex,0);p.hex=f,delete p.valhex},this.setSigningCertificate=function(p){var f=E(p.valhex,0);if(f.length>0){for(var w=u(p.valhex,f[0]),v=E(w,0),F=[],A=0;A<v.length;A++){var C=u(w,v[A]),S=this.getESSCertID(C);F.push(S)}p.array=F}if(f.length>1){var I=u(p.valhex,f[1]);p.polhex=I}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,F=E(p.valhex,f[1]),A=u(p.valhex,F[0]),C=v.getAlgorithmIdentifierName(A);p.alg=C;var S=s(p.valhex,F[1]);p.hash=S}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),F=[],A=0;A<v.length;A++){var C=u(w,v[A]),S=this.getESSCertIDv2(C);F.push(S)}p.array=F}if(f.length>1){var I=u(p.valhex,f[1]);p.polhex=I}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 F=u(p,w[1]),A=this.getIssuerSerial(F);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||3<w.length)throw new e("wrong number of elements");var v=0;if(p.substr(w[0],2)=="30"){var F=u(p,w[0]);f.alg=r.getAlgorithmIdentifierName(F),v++}else f.alg="sha256";var A=s(p,w[v]);if(f.hash=A,w.length>v+1){var C=u(p,w[v+1]),S=this.getIssuerSerial(C);f.issuer=S.issuer,f.serial=S.serial}return f},this.getIssuerSerial=function(p){var f={},w=E(p,0),v=u(p,w[0]),F=r.getGeneralNames(v),A=F[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<f.length;v++){var F=u(p,f[v]);if(F.substr(0,2)=="30"){var A=hn(F,"CERTIFICATE");w.push(A)}}return{array:w,sortflag:!1}}};(typeof g>"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,o=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 F=new s({array:v});return this.hTLV=F.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 o(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 o=this.params,l=new i({name:o.alg}),h=new s({hex:o.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,o=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 o(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 o=this.params,l=[];if(o.econtent!=null||o.tst!=null)if(o.statusinfo!=null?l.push(new i(o.statusinfo)):l.push(new i("granted")),o.econtent!=null)l.push(new u.TimeStampToken(o).getContentInfo());else if(o.tst instanceof r.ASN1Object)l.push(o.tst);else throw new Error("improper member tst value");else if(o.statusinfo!=null)l.push(new i(o.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,o=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 o(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 o=this.params,l,h;if(typeof o=="string")try{h=i[o]}catch{throw new t("undefined name: "+o)}else if(typeof o=="number")h=o;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 o=this.params;if(!o instanceof Array)throw new t("wrong params: not array");for(var l=[],h=0;h<o.length;h++)l.push(new u({str:o[h]}));var d=new s({array:l});return d.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.tsp.PKIFreeText,g.asn1.ASN1Object);g.asn1.tsp.PKIFailureInfo=function(e){var t=Error,r=g,n=r.asn1,s=n.DERBitString,u=n.tsp,i=u.PKIFailureInfo,o={badAlg:0,badRequest:2,badDataFormat:5,timeNotAvailable:14,unacceptedPolicy:15,unacceptedExtension:16,addInfoNotAvailable:17,systemFailure:25};i.superclass.constructor.call(this),this.params=null,this.getBinValue=function(){var l=this.params,h=0;if(typeof l=="number"&&0<=l&&l<=25){h|=1<<l;for(var d=h.toString(2),E="",p=d.length-1;p>=0;p--)E+=d[p];return E}else{if(typeof l=="string"&&o[l]!=null)return gf([l],o);if(typeof l=="object"&&l.length!=null)return gf(l,o);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 o=s(u,i);this.params.econtent.content.messageImprint={alg:i,hash:o},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 o=s(u,i);this.params.econtent.content.messageImprint={alg:i,hash:o};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=Xe,r=new t,n=De,s=n.getV,u=n.getTLV,i=n.getIdxbyList,o=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=yf(w);var v=u(E,f[2]);p.messageImprint=this.getMessageImprint(v);var F=s(E,f[3]);p.serial={hex:F};var A=s(E,f[4]);p.genTime={str:Ht(A)};var C=0;if(f.length>5&&E.substr(f[5],2)=="30"){var S=u(E,f[5]);p.accuracy=this.getAccuracy(S),C++}if(f.length>5+C&&E.substr(f[5+C],2)=="01"){var I=s(E,f[5+C]);I=="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 M=pGeneralNames[0].dn;p.tsa=M,C++}if(f.length>5+C&&E.substr(f[5+C],2)=="a1"){var b=u(E,f[5+C]);b="30"+b.substr(2);var P=r.getExtParamArray(b);p.ext=P,C++}return p},this.getAccuracy=function(E){for(var p={},f=l(E,0),w=0;w<f.length;w++){var v=E.substr(f[w],2),F=s(E,f[w]),A=parseInt(F,16);v=="02"?p.seconds=A:v=="80"?p.millis=A:v=="81"&&(p.micros=A)}return p},this.getMessageImprint=function(E){if(E.substr(0,2)!="30")throw new Error("head of messageImprint hex shall be x30");var p={},f=l(E,0),w=i(E,0,[0,0]),v=s(E,w),F=n.hextooidstr(v),A=g.asn1.x509.OID.oid2name(F);if(A=="")throw new Error("hashAlg name undefined: "+F);var C=A,S=i(E,0,[1]);return p.alg=C,p.hash=s(E,S),p},this.getPKIStatusInfo=function(E){var p={},f=l(E,0),w=0;try{var v=s(E,f[0]),F=parseInt(v,16);p.status=h[F]}catch{}if(f.length>1&&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<f.length;w++)p.push(n.getString(E,f[w]));return p},this.getPKIFailureInfo=function(E){var p=n.getInt(E,0);return d[p]!=null?d[p]:p},this.getTimeStampReq=function(E){var p={};p.certreq=!1;var f=l(E,0);if(f.length<2)throw new Error("TimeStampReq must have at least 2 items");var w=u(E,f[1]);p.messageImprint=g.asn1.tsp.TSPUtil.parseMessageImprint(w);for(var v=2;v<f.length;v++){var F=f[v],A=E.substr(F,2);if(A=="06"){var C=s(E,F);p.policy=n.hextooidstr(C)}A=="02"&&(p.nonce=s(E,F)),A=="01"&&(p.certreq=!0)}return p}};(typeof g>"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,o=r.cades,l=o.SignaturePolicyId,h=o.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,o=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=or(d.cert)),E=g.crypto.Util.hashHex(p,d.alg)}var f=[];f.push(new o({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 o=this.params;if(o.hash==null&&o.cert==null)throw new t("hash or cert not specified");var l=null;if(o.hash!=null)l=o.hash;else if(o.cert!=null){if(typeof o.cert!="string")throw new t("cert not string");var h=o.cert;o.cert.indexOf("-----BEGIN")!=-1&&(h=or(o.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,o=s.cades;o.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=De.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,o=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<l.array.length;d++){var E=l.array[d];if(typeof E=="string")if(E.indexOf("-----BEGIN")!=-1)E={cert:E};else if(o(E))E={hash:E};else throw new t("unsupported value: "+E);l.alg!=null&&E.alg==null&&(E.alg=l.alg),l.hasis!=null&&E.hasis==null&&(E.hasis=l.hasis);var p=new i(E);h.push(p)}var f=new s({array:h});return[f]},e!=null&&this.setByParam(e)};de(g.asn1.cades.CompleteCertificateRefs,g.asn1.cms.Attribute);g.asn1.cades.OtherCertID=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.cms,u=s.IssuerSerial,i=r.cades,o=i.OtherHashValue,l=i.OtherHashAlgAndValue;i.OtherCertID.superclass.constructor.call(this),this.params=e,this.tohex=function(){var h=this.params;typeof h=="string"&&(h.indexOf("-----BEGIN")!=-1?h={cert:h}:_isHex(h)&&(h={hash:h}));var d=[],E=null;if(h.alg!=null?E=new l(h):E=new o(h),d.push(E),h.cert!=null&&h.hasis==!0||h.issuer!=null&&h.serial!=null){var p=new u(h);d.push(p)}var f=new n({array:d});return f.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cades.OtherCertID,g.asn1.ASN1Object);g.asn1.cades.OtherHash=function(e){var t=Error,r=g,n=r.asn1,s=n.cms,u=n.cades,i=u.OtherHashAlgAndValue,o=u.OtherHashValue,l=r.crypto.Util.hashHex,h=r.lang.String.isHex;u.OtherHash.superclass.constructor.call(this),this.params=null,this.tohex=function(){var d=this.params;typeof d=="string"&&(d.indexOf("-----BEGIN")!=-1?d={cert:d}:h(d)&&(d={hash:d}));var E=null;return d.alg!=null?E=new i(d):E=new o(d),E.tohex()},this.getEncodedHex=function(){return this.tohex()},e!=null&&this.setByParam(e)};de(g.asn1.cades.OtherHash,g.asn1.ASN1Object);g.asn1.cades.CAdESUtil=new function(){};g.asn1.cades.CAdESUtil.parseSignedDataForAddingUnsigned=function(e){var t=new g.asn1.cms.CMSParser,r=t.getCMSSignedData(e);return r};g.asn1.cades.CAdESUtil.parseSignerInfoForAddingUnsigned=function(e,t,r){var n=De,s=n.getChildIdx,u=n.getTLV,i=n.getV,o=g,l=o.asn1,h=l.ASN1Object,d=l.cms,E=d.AttributeList,p=d.SignerInfo,f={},w=s(e,t);if(w.length!=6)throw"not supported items for SignerInfo (!=6)";var v=w.shift();f.version=u(e,v);var F=w.shift();f.si=u(e,F);var A=w.shift();f.digalg=u(e,A);var C=w.shift();f.sattrs=u(e,C);var S=w.shift();f.sigalg=u(e,S);var I=w.shift();f.sig=u(e,I),f.sigval=i(e,I);var _=null;return f.obj=new p,_=new h,_.hTLV=f.version,f.obj.dCMSVersion=_,_=new h,_.hTLV=f.si,f.obj.dSignerIdentifier=_,_=new h,_.hTLV=f.digalg,f.obj.dDigestAlgorithm=_,_=new h,_.hTLV=f.sattrs,f.obj.dSignedAttrs=_,_=new h,_.hTLV=f.sigalg,f.obj.dSigAlg=_,_=new h,_.hTLV=f.sig,f.obj.dSig=_,f.obj.dUnsignedAttrs=new E,f};(typeof g.asn1.csr>"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,o=u.CertificationRequestInfo;u.CertificationRequest.superclass.constructor.call(this),this.setByParam=function(l){this.params=l},this.sign=function(){var l=new o(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 hn(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,o=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(F){F!=null&&(this.params=F)},this.tohex=function(){var F=this.params,A=[];if(A.push(new u({int:0})),A.push(new E(F.subject)),A.push(new f(At.getKey(F.sbjpubkey))),F.attrs!=null){var C=v(F.attrs),S=l({tag:{tage:"a0",obj:C}});A.push(S)}else if(F.extreq!=null){var I=new p(F.extreq),S=l({tag:{tage:"a0",obj:{seq:[{oid:"1.2.840.113549.1.9.14"},{set:[I]}]}}});A.push(S)}else A.push(new o({tag:"a0",explicit:!1,obj:new i({str:""})}));var _=new s({array:A});return _.tohex()},this.getEncodedHex=function(){return this.tohex()};function v(F){for(var A=Error,C=g.asn1.x509.Extensions,S=[],I=0;I<F.length;I++){var _=F[I],j=_.attr;if(j=="extensionRequest"){var M=new C(_.ext),b={seq:[{oid:"1.2.840.113549.1.9.14"},{set:[M]}]};S.push(b)}else if(j=="unstructuredName"){var b={seq:[{oid:"1.2.840.113549.1.9.2"},{set:_.names}]};S.push(b)}else if(j=="challengePassword"){var b={seq:[{oid:"1.2.840.113549.1.9.7"},{set:[{utf8str:_.password}]}]};S.push(b)}else throw new A("unknown CSR attribute")}return{set:S}}e!=null&&this.setByParam(e)};de(g.asn1.csr.CertificationRequestInfo,g.asn1.ASN1Object);g.asn1.csr.AttributeList=function(e){function t(r){}};de(g.asn1.csr.AttributeList,g.asn1.ASN1Object);g.asn1.csr.CSRUtil=new function(){};g.asn1.csr.CSRUtil.newCSRPEM=function(e){var t=At,r=g.asn1.csr,n=new r.CertificationRequest(e),s=n.getPEM();return s};g.asn1.csr.CSRUtil.getParam=function(e,t){var r=De,n=r.getV,s=r.getIdxbyList,u=r.getTLVbyList,i=r.getTLVbyListEx,o=r.getVbyListEx,l=function(C){var S=s(C,0,[0,3,0,0],"06");return n(C,S)!="2a864886f70d01090e"?null:u(C,0,[0,3,0,1,0],"30")},h={};if(e.indexOf("-----BEGIN CERTIFICATE REQUEST")==-1)throw new Error("argument is not PEM file");var d=or(e,"CERTIFICATE REQUEST");t&&(h.tbs=u(d,0,[0]));try{var E=i(d,0,[0,1]);if(E=="3000")h.subject={};else{var v=new Xe;h.subject=v.getX500Name(E)}}catch{}var p=i(d,0,[0,2]),f=At.getKey(p,null,"pkcs8pub");h.sbjpubkey=At.getPEM(f,"PKCS8PUB");var w=l(d),v=new Xe;w!=null&&(h.extreq=v.getExtParamArray(w));try{var F=i(d,0,[1],"30"),v=new Xe;h.sigalg=v.getAlgorithmIdentifierName(F)}catch{}try{var A=o(d,0,[2]);h.sighex=A}catch{}return h};g.asn1.csr.CSRUtil.verifySignature=function(e){try{var t=null;if(typeof e=="string"&&e.indexOf("-----BEGIN CERTIFICATE REQUEST")!=-1?t=g.asn1.csr.CSRUtil.getParam(e,!0):typeof e=="object"&&e.sbjpubkey!=null&&e.sigalg!=null&&e.sighex!=null&&e.tbs!=null&&(t=e),t==null)return!1;var r=new g.crypto.Signature({alg:t.sigalg});return r.init(t.sbjpubkey),r.updateHex(t.tbs),r.verify(t.sighex)}catch(n){return alert(n),!1}};(typeof g>"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 o=new n(u);return r({seq:[{enum:{int:0}},{tag:{tag:"a0",explicit:!0,obj:o}}]}).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 o=new u(i),l=[];l.push(new n({name:"ocspBasic"})),l.push(new s({hex:o.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,o=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 o({hex:"00"+p.sighex})),p.certs!=null&&p.certs.length!=null){for(var w=[],v=0;v<p.certs.length;v++){var F=p.certs[v],A=null;if(De.isASN1HEX(F))A=F;else if(F.match(/-----BEGIN/))A=or(F);else throw new t("certs["+v+"] not hex or PEM");w.push(new n({tlv:A}))}var C=new s({array:w});f.push(new i({tag:"a0",explicit:!0,obj:C}))}var S=new s({array:f});return S.tohex()},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.BasicOCSPResponse,g.asn1.ASN1Object);g.asn1.ocsp.ResponseData=function(e){g.asn1.ocsp.ResponseData.superclass.constructor.call(this);var t=Error,r=g.asn1,n=r.DERSequence,s=r.DERGeneralizedTime,u=r.DERTaggedObject,i=r.x509.Extensions,o=r.ocsp,l=o.ResponderID;_SingleResponseList=o.SingleResponseList,this.params=null,this.tohex=function(){var h=this.params;h.respid!=null&&new t("respid not specified"),h.prodat!=null&&new t("prodat not specified"),h.array!=null&&new t("array not specified");var d=[];if(d.push(new l(h.respid)),d.push(new s(h.prodat)),d.push(new _SingleResponseList(h.array)),h.ext!=null){var E=new i(h.ext);d.push(new u({tag:"a1",explicit:!0,obj:E}))}var p=new n({array:d});return p.tohex()},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(h){this.params=h},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.ResponseData,g.asn1.ASN1Object);g.asn1.ocsp.ResponderID=function(e){g.asn1.ocsp.ResponderID.superclass.constructor.call(this);var t=g,r=t.asn1,n=r.ASN1Util.newObject,s=r.x509.X500Name,u=t.lang.String.isHex,i=Error;this.params=null,this.tohex=function(){var o=this.params;if(o.key!=null){var l=null;if(typeof o.key=="string"){if(u(o.key)&&(l=o.key),o.key.match(/-----BEGIN CERTIFICATE/)){var h=new Xe(o.key),d=h.getExtSubjectKeyIdentifier();d!=null&&(l=d.kid.hex)}}else if(o.key instanceof Xe){var d=o.key.getExtSubjectKeyIdentifier();d!=null&&(l=d.kid.hex)}if(l==null)throw new i("wrong key member value");var E=n({tag:{tag:"a2",explicit:!0,obj:{octstr:{hex:l}}}});return E.tohex()}else if(o.name!=null){var p=null;if(typeof o.name=="string"&&o.name.match(/-----BEGIN CERTIFICATE/)){var h=new Xe(o.name);p=h.getSubject()}else o.name instanceof Xe?p=o.name.getSubject():typeof o.name=="object"&&(o.name.array!=null||o.name.str!=null)&&(p=o.name);if(p==null)throw new i("wrong name member value");var E=n({tag:{tag:"a1",explicit:!0,obj:new s(p)}});return E.tohex()}throw new i("key or name not specified")},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(o){this.params=o},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.ResponderID,g.asn1.ASN1Object);g.asn1.ocsp.SingleResponseList=function(e){g.asn1.ocsp.SingleResponseList.superclass.constructor.call(this);var t=g.asn1,r=t.DERSequence,n=t.ocsp.SingleResponse;this.params=null,this.tohex=function(){var s=this.params;if(typeof s!="object"||s.length==null)throw new Error("params not specified properly");for(var u=[],i=0;i<s.length;i++)u.push(new n(s[i]));var o=new r({array:u});return o.tohex()},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(s){this.params=s},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.SingleResponseList,g.asn1.ASN1Object);g.asn1.ocsp.SingleResponse=function(e){var t=Error,r=g,n=r.asn1,s=n.DERSequence,u=n.DERGeneralizedTime,i=n.DERTaggedObject,o=n.ocsp,l=o.CertID,h=o.CertStatus,d=n.x509,E=d.Extensions;o.SingleResponse.superclass.constructor.call(this),this.params=null,this.tohex=function(){var p=this.params,f=[];if(p.certid==null)throw new t("certid unspecified");if(p.status==null)throw new t("status unspecified");if(p.thisupdate==null)throw new t("thisupdate unspecified");if(f.push(new l(p.certid)),f.push(new h(p.status)),f.push(new u(p.thisupdate)),p.nextupdate!=null){var w=new u(p.nextupdate);f.push(new i({tag:"a0",explicit:!0,obj:w}))}if(p.ext!=null){var v=new E(p.ext);f.push(new i({tag:"a1",explicit:!0,obj:v}))}var F=new s({array:f});return F.tohex()},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(p){this.params=p},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.SingleResponse,g.asn1.ASN1Object);g.asn1.ocsp.CertID=function(e){var t=g,r=t.asn1,n=r.DEROctetString,s=r.DERInteger,u=r.DERSequence,i=r.x509,o=i.AlgorithmIdentifier,l=r.ocsp,h=l.DEFAULT_HASH,d=t.crypto,E=d.Util.hashHex,p=Xe,f=De,w=f.getVbyList;l.CertID.superclass.constructor.call(this),this.DEFAULT_HASH="sha1",this.params=null,this.setByValue=function(v,F,A,C){C==null&&(C=this.DEFAULT_HASH),this.params={alg:C,issname:v,isskey:F,sbjsn:A}},this.setByCert=function(v,F,A){A==null&&(A=this.DEFAULT_HASH),this.params={alg:A,issuerCert:v,subjectCert:F}},this.getParamByCerts=function(v,F,A){A==null&&(A=this.DEFAULT_HASH);var C=new p(v),S=new p(F),I=E(C.getSubjectHex(),A),_=C.getPublicKeyHex(),j=E(w(_,0,[1],"03",!0),A),M=S.getSerialNumberHex(),b={alg:A,issname:I,isskey:j,sbjsn:M};return b},this.tohex=function(){if(typeof this.params!="object")throw new Error("params not set");var v=this.params,F,A,C,S;if(v.alg==null?S=this.DEFAULT_HASH:S=v.alg,v.issuerCert!=null&&v.subjectCert!=null){var I=this.getParamByCerts(v.issuerCert,v.subjectCert,S);F=I.issname,A=I.isskey,C=I.sbjsn}else if(v.issname!=null&&v.isskey!=null&&v.sbjsn!=null)F=v.issname,A=v.isskey,C=v.sbjsn;else throw new Error("required param members not defined");var _=new o({name:S}),j=new n({hex:F}),M=new n({hex:A}),b=new s({hex:C}),P=new u({array:[_,j,M,b]});return this.hTLV=P.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.CertID,g.asn1.ASN1Object);g.asn1.ocsp.CertStatus=function(e){g.asn1.ocsp.CertStatus.superclass.constructor.call(this),this.params=null,this.tohex=function(){var t=this.params;if(t.status=="good")return"8000";if(t.status=="unknown")return"8200";if(t.status=="revoked"){var r=[{gentime:{str:t.time}}];t.reason!=null&&r.push({tag:{tag:"a0",explicit:!0,obj:{enum:{int:t.reason}}}});var n={tag:"a1",explicit:!1,obj:{seq:r}};return g.asn1.ASN1Util.newObject({tag:n}).tohex()}throw new Error("bad status")},this.getEncodedHex=function(){return this.tohex()},this.setByParam=function(t){this.params=t},e!==void 0&&this.setByParam(e)};de(g.asn1.ocsp.CertStatus,g.asn1.ASN1Object);g.asn1.ocsp.Request=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.ocsp;if(s.Request.superclass.constructor.call(this),this.dReqCert=null,this.dExt=null,this.tohex=function(){var i=[];if(this.dReqCert===null)throw"reqCert not set";i.push(this.dReqCert);var o=new n({array:i});return this.hTLV=o.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},typeof e<"u"){var u=new s.CertID(e);this.dReqCert=u}};de(g.asn1.ocsp.Request,g.asn1.ASN1Object);g.asn1.ocsp.TBSRequest=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.ocsp;s.TBSRequest.superclass.constructor.call(this),this.version=0,this.dRequestorName=null,this.dRequestList=[],this.dRequestExt=null,this.setRequestListByParam=function(u){for(var i=[],o=0;o<u.length;o++){var l=new s.Request(u[0]);i.push(l)}this.dRequestList=i},this.tohex=function(){var u=[];if(this.version!==0)throw"not supported version: "+this.version;if(this.dRequestorName!==null)throw"requestorName not supported";var i=new n({array:this.dRequestList});if(u.push(i),this.dRequestExt!==null)throw"requestExtensions not supported";var o=new n({array:u});return this.hTLV=o.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&e.reqList!==void 0&&this.setRequestListByParam(e.reqList)};de(g.asn1.ocsp.TBSRequest,g.asn1.ASN1Object);g.asn1.ocsp.OCSPRequest=function(e){var t=g,r=t.asn1,n=r.DERSequence,s=r.ocsp;if(s.OCSPRequest.superclass.constructor.call(this),this.dTbsRequest=null,this.dOptionalSignature=null,this.tohex=function(){var i=[];if(this.dTbsRequest!==null)i.push(this.dTbsRequest);else throw"tbsRequest not set";if(this.dOptionalSignature!==null)throw"optionalSignature not supported";var o=new n({array:i});return this.hTLV=o.tohex(),this.hTLV},this.getEncodedHex=function(){return this.tohex()},e!==void 0&&e.reqList!==void 0){var u=new s.TBSRequest(e);this.dTbsRequest=u}};de(g.asn1.ocsp.OCSPRequest,g.asn1.ASN1Object);g.asn1.ocsp.OCSPUtil={};g.asn1.ocsp.OCSPUtil.getRequestHex=function(e,t,r){var n=g,s=n.asn1,u=s.ocsp;r===void 0&&(r=u.DEFAULT_HASH);var i={alg:r,issuerCert:e,subjectCert:t},o=new u.OCSPRequest({reqList:[i]});return o.tohex()};g.asn1.ocsp.OCSPUtil.getOCSPResponseInfo=function(e){var t=De,r=t.getVbyList,n=t.getVbyListEx,s=t.getIdxbyList,u=t.getIdxbyListEx,i=t.getV,o={};try{var l=n(e,0,[0],"0a");o.responseStatus=parseInt(l,16)}catch{}if(o.responseStatus!==0)return o;try{var h=s(e,0,[1,0,1,0,0,2,0,1]);e.substr(h,2)==="80"?o.certStatus="good":e.substr(h,2)==="a1"?(o.certStatus="revoked",o.revocationTime=Ht(r(e,h,[0]))):e.substr(h,2)==="82"&&(o.certStatus="unknown")}catch{}try{var d=s(e,0,[1,0,1,0,0,2,0,2]);o.thisUpdate=Ht(i(e,d))}catch{}try{var E=s(e,0,[1,0,1,0,0,2,0,3]);e.substr(E,2)==="a0"&&(o.nextUpdate=Ht(r(e,E,[0])))}catch{}return o};g.asn1.ocsp.OCSPParser=function(){var e=Error,t=Xe,r=new t,n=De,s=n.getV,u=n.getTLV,i=n.getIdxbyList,o=n.getVbyList,l=n.getTLVbyList,h=n.getVbyListEx,d=n.getTLVbyListEx,E=n.getChildIdx;this.getOCSPRequest=function(p){var f=E(p,0);if(f.length!=1&&f.length!=2)throw new e("wrong number elements: "+f.length);var w=this.getTBSRequest(u(p,f[0]));return w},this.getTBSRequest=function(p){var f={},w=d(p,0,[0],"30");f.array=this.getRequestList(w);var v=d(p,0,["[2]",0],"30");return v!=null&&(f.ext=r.getExtParamArray(v)),f},this.getRequestList=function(p){for(var f=[],w=E(p,0),v=0;v<w.length;v++){var p=u(p,w[v]);f.push(this.getRequest(p))}return f},this.getRequest=function(p){var f=E(p,0);if(f.length!=1&&f.length!=2)throw new e("wrong number elements: "+f.length);var w=this.getCertID(u(p,f[0]));if(f.length==2){var v=i(p,0,[1,0]);w.ext=r.getExtParamArray(u(p,v))}return w},this.getCertID=function(p){var f=E(p,0);if(f.length!=4)throw new e("wrong number elements: "+f.length);var w=new t,v={};return v.alg=w.getAlgorithmIdentifierName(u(p,f[0])),v.issname=s(p,f[1]),v.isskey=s(p,f[2]),v.sbjsn=s(p,f[3]),v},this.getOCSPResponse=function(p){var f=E(p,0),w,v=s(p,f[0]),F=parseInt(v);if(f.length==1)return{resstatus:F};var A=l(p,0,[1,0]);return w=this.getResponseBytes(A),w.resstatus=F,w},this.getResponseBytes=function(p){var f=E(p,0),w,v=l(p,0,[1,0]);w=this.getBasicOCSPResponse(v);var F=s(p,f[0]);return w.restype=g.asn1.x509.OID.oid2name(yf(F)),w},this.getBasicOCSPResponse=function(p){var f=E(p,0),w;w=this.getResponseData(u(p,f[0]));var v=new Xe;w.alg=v.getAlgorithmIdentifierName(u(p,f[1]));var F=s(p,f[2]);w.sighex=F.substr(2);var A=h(p,0,["[0]"]);if(A!=null){for(var C=E(A,0),S=[],I=0;I<C.length;I++){var _=u(A,C[I]);S.push(_)}w.certs=S}return w},this.getResponseData=function(p){var f=E(p,0),w=f.length,v={},F=0;p.substr(f[0],2)=="a0"&&F++,v.respid=this.getResponderID(u(p,f[F++]));var A=s(p,f[F++]);if(v.prodat=Ht(A),v.array=this.getSingleResponseList(u(p,f[F++])),p.substr(f[w-1],2)=="a1"){var C=l(p,f[w-1],[0]),S=new Xe;v.ext=S.getExtParamArray(C)}return v},this.getResponderID=function(p){var f={};if(p.substr(0,2)=="a2"){var w=o(p,0,[0]);f.key=w}if(p.substr(0,2)=="a1"){var v=l(p,0,[0]),F=new Xe;f.name=F.getX500Name(v)}return f},this.getSingleResponseList=function(p){for(var f=E(p,0),w=[],v=0;v<f.length;v++){var F=this.getSingleResponse(u(p,f[v]));w.push(F)}return w},this.getSingleResponse=function(p){var f=E(p,0),w={},v=this.getCertID(u(p,f[0]));w.certid=v;var F=this.getCertStatus(u(p,f[1]));if(w.status=F,p.substr(f[2],2)=="18"){var A=s(p,f[2]);w.thisupdate=Ht(A)}for(var C=3;C<f.length;C++){if(p.substr(f[C],2)=="a0"){var S=o(p,f[C],[0],"18");w.nextupdate=Ht(S)}if(p.substr(f[C],2)=="a1"){var I=new Xe,_=l(p,0,[C,0]);w.ext=I.getExtParamArray(_)}}return w},this.getCertStatus=function(p){var f={};if(p=="8000")return{status:"good"};if(p=="8200")return{status:"unknown"};if(p.substr(0,2)=="a1"){f.status="revoked";var w=o(p,0,[0]),v=Ht(w);f.time=v}return f}};var g;(typeof g>"u"||!g)&&(g={});(typeof g.lang>"u"||!g.lang)&&(g.lang={});g.lang.String=function(){};function cv(e){for(var t=new Array,r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}function lv(e){for(var t="",r=0;r<e.length;r++)t=t+String.fromCharCode(e[r]);return t}function Ef(e){for(var t="",r=0;r<e.length;r++){var n=e[r].toString(16);n.length==1&&(n="0"+n),t=t+n}return t}function zn(e){return Ef(cv(e))}function T8(e){return ru(zn(e))}function O8(e){return Co(ru(zn(e)))}function x8(e){return lv(nv(Sc(e)))}function Co(e){return e=e.replace(/\=/g,""),e=e.replace(/\+/g,"-"),e=e.replace(/\//g,"_"),e}function Sc(e){return e.length%4==2?e=e+"==":e.length%4==3&&(e=e+"="),e=e.replace(/-/g,"+"),e=e.replace(/_/g,"/"),e}function Tr(e){return e.length%2==1&&(e="0"+e),Co(ru(e))}function nr(e){return Fo(Sc(e))}var Dc,Gi;typeof Buffer=="function"?(Dc=function(e){return Co(Buffer.from(e,"utf8").toString("base64"))},Gi=function(e){return Buffer.from(Sc(e),"base64").toString("utf8")}):(Dc=function(e){return Tr(Cf(Df(e)))},Gi=function(e){return decodeURIComponent(Ff(nr(e)))});function N8(e){return ru(Cf(Df(e)))}function k8(e){return decodeURIComponent(Ff(Fo(e)))}function Af(e){return Cf(Df(e)).toLowerCase()}function Ht(e){try{return decodeURIComponent(Ff(e))}catch{return null}}function L8(e){return Ht(U8(e))}function U8(e){for(var t=e.match(/.{1,2}/g),r=[],n=0;n<t.length;n++){var s=parseInt(t[n],16);161<=s&&s<=191?(r.push("c2"),r.push(t[n])):192<=s&&s<=255?(r.push("c3"),r.push((s-64).toString(16))):r.push(t[n])}return r.join("")}function Yn(e){for(var t="",r=0;r<e.length-1;r+=2)t+=String.fromCharCode(parseInt(e.substr(r,2),16));return t}function ps(e){for(var t="",r=0;r<e.length;r++)t+=("0"+e.charCodeAt(r).toString(16)).slice(-2);return t}function Fp(e){return ru(e)}function H8(e){return wf(Fp(e),64)}function wf(e,t){return e=e.replace(new RegExp("(.{"+t+"})","g"),`$1\r
|
||
`),e=e.replace(/\s+$/,""),e}function fv(e){var t=e.replace(/[^0-9A-Za-z\/+=]*/g,""),r=Fo(t);return r}function j8(e,t){return"-----BEGIN "+t+`-----\r
|
||
`+wf(e,64)+`\r
|
||
-----END `+t+`-----\r
|
||
`}function hn(e,t){return"-----BEGIN "+t+`-----\r
|
||
`+wf(Fp(e),64)+`\r
|
||
-----END `+t+`-----\r
|
||
`}function or(e,t){if(e.indexOf("-----BEGIN ")==-1)throw new Error("can't find PEM header");return t!==void 0?(e=e.replace(new RegExp("^[^]*-----BEGIN "+t+"-----"),""),e=e.replace(new RegExp("-----END "+t+"-----[^]*$"),"")):(e=e.replace(/^[^]*-----BEGIN [^-]+-----/,""),e=e.replace(/-----END [^-]+-----[^]*$/,"")),fv(e)}function M8(e){return e.indexOf("-----BEGIN ")==-1||e.indexOf("-----END ")==-1?null:(e=e.replace(/^[\s\S]*?-----BEGIN [^-]+-----/m,""),e=e.replace(/-----END [\s\S]+$/m,""),e=e.replace(/\s+/g,""),e.match(/^[0-9a-zA-Z+/=]+$/)?e:null)}function q8(e){if(e.length%2!=0)throw"input is not even length";if(e.match(/^[0-9A-Fa-f]+$/)==null)throw"input is not hexadecimal";for(var t=new ArrayBuffer(e.length/2),r=new DataView(t),n=0;n<e.length/2;n++)r.setUint8(n,parseInt(e.substr(n*2,2),16));return t}function V8(e){for(var t="",r=new DataView(e),n=0;n<e.byteLength;n++)t+=("00"+r.getUint8(n).toString(16)).slice(-2);return t}function Dp(e){var t,r,n,s,u,i,o,l,h,d,E,p;if(e=pv(e),p=e.match(/^(\d{4})(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(|\.\d+)Z$/),p)return t=parseInt(p[1]),r=parseInt(p[2])-1,n=parseInt(p[3]),s=parseInt(p[4]),u=parseInt(p[5]),i=parseInt(p[6]),o=0,d=p[7],d!==""&&(E=(d.substr(1)+"00").substr(0,3),o=parseInt(E)),Date.UTC(t,r,n,s,u,i,o);throw new Error("unsupported zulu format: "+e)}function K8(e){var t=new Date(e),r=("0000"+t.getUTCFullYear()).slice(-4),n=("00"+(t.getUTCMonth()+1)).slice(-2),s=("00"+t.getUTCDate()).slice(-2),u=("00"+t.getUTCHours()).slice(-2),i=("00"+t.getUTCMinutes()).slice(-2),o=("00"+t.getUTCSeconds()).slice(-2),l=("000"+t.getUTCMilliseconds()).slice(-3);return l=l.replace(/0+$/,""),l=l!=""?"."+l:l,r+n+s+u+i+o+l+"Z"}function hv(e){return Math.round(Dp(e)/1e3)}function G8(e){return new Date(Dp(e))}function z8(e,t,r){var n,s=e.getUTCFullYear();if(t){if(s<1950||2049<s)throw"not proper year for UTCTime: "+s;n=(""+s).slice(-2)}else n=("000"+s).slice(-4);if(n+=("0"+(e.getUTCMonth()+1)).slice(-2),n+=("0"+e.getUTCDate()).slice(-2),n+=("0"+e.getUTCHours()).slice(-2),n+=("0"+e.getUTCMinutes()).slice(-2),n+=("0"+e.getUTCSeconds()).slice(-2),r){var u=e.getUTCMilliseconds();u!==0&&(u=("00"+u).slice(-3),u=u.replace(/0+$/g,""),n+="."+u)}return n+="Z",n}function pv(e){return e.match(/^[0-9]{12}Z$/)||e.match(/^[0-9]{12}[.][0-9]*Z$/)?e.match(/^[0-4]/)?"20"+e:"19"+e:e}function Cf(e){return e.replace(/%/g,"")}function Ff(e){return e.replace(/(..)/g,"%$1")}function gp(e){var t="malformed IPv6 address";if(!e.match(/^[0-9A-Fa-f:]+$/))throw t;e=e.toLowerCase();var r=e.split(":").length-1;if(r<2)throw t;var n=":".repeat(7-r+2);e=e.replace("::",n);var s=e.split(":");if(s.length!=8)throw t;for(var u=0;u<8;u++)s[u]=("0000"+s[u]).slice(-4);return s.join("")}function mp(e){if(!e.match(/^[0-9A-Fa-f]{32}$/))throw new Error("malformed IPv6 address: "+e);e=e.toLowerCase();var t=e.match(/.{1,4}/g);t=t.map(function(s){return s.replace(/^0+/,"")}),t=t.map(function(s){return s==""?"0":s}),e=":"+t.join(":")+":";var r=e.match(/:(0:){2,}/g);if(r==null)return e.slice(1,-1);var n=r.sort().slice(-1)[0];return e=e.replace(n.substr(0,n.length-1),":"),e.substr(0,2)!="::"&&(e=e.substr(1)),e.substr(-2,2)!="::"&&(e=e.substr(0,e.length-1)),e}function pf(e){var t=new Error("malformed hex value");if(!e.match(/^([0-9A-Fa-f][0-9A-Fa-f]){1,}$/))throw t;if(e.length==8){var r;try{return r=parseInt(e.substr(0,2),16)+"."+parseInt(e.substr(2,2),16)+"."+parseInt(e.substr(4,2),16)+"."+parseInt(e.substr(6,2),16),r}catch{throw t}}else if(e.length==16)try{return pf(e.substr(0,8))+"/"+tv(e.substr(8))}catch{throw t}else{if(e.length==32)return mp(e);if(e.length==64){try{return mp(e.substr(0,32))+"/"+tv(e.substr(32))}catch{throw t}return}else return e}}function tv(e){var t=new Error("malformed mask"),r;try{r=new ee(e,16).toString(2)}catch{throw t}if(!r.match(/^1*0*$/))throw t;return r.replace(/0+$/,"").length}function yp(e){var t=new Error("malformed IP address");if(e=e.toLowerCase(e),!e.match(/^[0-9a-f.:/]+$/))throw t;if(e.match(/^[0-9.]+$/)){var r=e.split(".");if(r.length!==4)throw t;var n="";try{for(var s=0;s<4;s++){var u=parseInt(r[s]);n+=("0"+u.toString(16)).slice(-2)}return n}catch{throw t}}else if(e.match(/^[0-9.]+\/[0-9]+$/)){var i=e.split("/");return yp(i[0])+rv(parseInt(i[1]),32)}else{if(e.match(/^[0-9a-f:]+$/)&&e.indexOf(":")!==-1)return gp(e);if(e.match(/^[0-9a-f:]+\/[0-9]+$/)&&e.indexOf(":")!==-1){var i=e.split("/");return gp(i[0])+rv(parseInt(i[1]),128)}else throw t}}function rv(e,t){if(t==32&&e==0)return"00000000";if(t==128&&e==0)return"00000000000000000000000000000000";var r=Array(e+1).join("1")+Array(t-e+1).join("0");return new ee(r,2).toString(16)}function Sp(e){function t(s){var u=parseInt(s.substr(0,2),16),i=parseInt(s.substr(2),16);if(u==0&i<128)return String.fromCharCode(i);if(u<8){var o=192|(u&7)<<3|(i&192)>>6,l=128|i&63;return Ht(o.toString(16)+l.toString(16))}var o=224|(u&240)>>4,l=128|(u&15)<<2|(i&192)>>6,h=128|i&63;return Ht(o.toString(16)+l.toString(16)+h.toString(16))}var r=e.match(/.{4}/g),n=r.map(t);return n.join("")}function Df(e){for(var t=encodeURIComponent(e),r="",n=0;n<t.length;n++)t[n]=="%"?(r=r+t.substr(n,3),n=n+2):r=r+"%"+zn(t[n]);return r}function Y8(e){return e=e.replace(/\r\n/mg,`
|
||
`),e}function W8(e){return e=e.replace(/\r\n/mg,`
|
||
`),e=e.replace(/\n/mg,`\r
|
||
`),e}g.lang.String.isInteger=function(e){return e.match(/^[0-9]+$/)?!0:!!e.match(/^-[0-9]+$/)};g.lang.String.isHex=function(e){return dv(e)};function dv(e){return!!(e.length%2==0&&(e.match(/^[0-9a-f]+$/)||e.match(/^[0-9A-F]+$/)))}g.lang.String.isBase64=function(e){return e=e.replace(/\s+/g,""),!!(e.match(/^[0-9A-Za-z+\/]+={0,3}$/)&&e.length%4==0)};g.lang.String.isBase64URL=function(e){return e.match(/[+/=]/)?!1:(e=Sc(e),g.lang.String.isBase64(e))};function bp(e){return!!e.match(/^[0-9A-Za-z-_.]+$/)}g.lang.String.isIntegerArray=function(e){return e=e.replace(/\s+/g,""),!!e.match(/^\[[0-9,]+\]$/)};g.lang.String.isPrintable=function(e){return e.match(/^[0-9A-Za-z '()+,-./:=?]*$/)!==null};g.lang.String.isIA5=function(e){return e.match(/^[\x20-\x21\x23-\x7f]*$/)!==null};g.lang.String.isMail=function(e){return e.match(/^[A-Za-z0-9]{1}[A-Za-z0-9_.-]*@{1}[A-Za-z0-9_.-]{1,}\.[A-Za-z0-9]{1,}$/)!==null};function vp(e){return e.length%2==1?"0"+e:e.substr(0,1)>"7"?"00"+e:e}function X8(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||255<u)throw"integer not in range 0-255";var i=("00"+u.toString(16)).slice(-2);return i}).join("");return t}catch(r){throw"malformed integer array string: "+r}}var J8=function(e,t){var r=e.length;e.length>t.length&&(r=t.length);for(var n=0;n<r;n++)if(e.charCodeAt(n)!=t.charCodeAt(n))return n;return e.length!=t.length?r:-1};function gv(e){var t=function(o){var l=o.toString(16);return l.length==1&&(l="0"+l),l},r=function(o){var l="",h=parseInt(o,10),d=h.toString(2),E=7-d.length%7;E==7&&(E=0);for(var p="",f=0;f<E;f++)p+="0";d=p+d;for(var f=0;f<d.length-1;f+=7){var w=d.substr(f,7);f!=d.length-7&&(w="1"+w),l+=t(parseInt(w,2))}return l};try{if(!e.match(/^[0-9.]+$/))return null;var n="",s=e.split("."),u=parseInt(s[0],10)*40+parseInt(s[1],10);n+=t(u),s.splice(0,2);for(var i=0;i<s.length;i++)n+=r(s[i]);return n}catch{return null}}function yf(e){if(!dv(e))return null;try{var t=[],r=e.substr(0,2),n=parseInt(r,16);t[0]=new String(Math.floor(n/40)),t[1]=new String(n%40);for(var s=e.substr(2),u=[],i=0;i<s.length/2;i++)u.push(parseInt(s.substr(i*2,2),16));for(var o=[],l="",i=0;i<u.length;i++)u[i]&128?l=l+df((u[i]&127).toString(2),7):(l=l+df((u[i]&127).toString(2),7),o.push(new String(parseInt(l,2))),l="");var h=t.join(".");return o.length>0&&(h=h+"."+o.join(".")),h}catch{return null}}function mv(e){var t=new ee(String(e),10);return bc(t)}function bc(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<n;u++)s+="f";var i=new ee(s,16),o=i.xor(e).add(ee.ONE);return t=o.toString(16).replace(/^-/,""),t}var df=function(e,t,r){return r==null&&(r="0"),e.length>=t?e:new Array(t-e.length+1).join(r)+e};function vv(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 Ev(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+df("",r,"0");var n=parseInt(t,2).toString(16);n.length%2==1&&(n="0"+n);var s="0"+r;return s+n}function Av(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<t)return null;for(var r=e.substr(2),n="",s=0;s<r.length;s+=2){var u=r.substr(s,2),i=parseInt(u,16).toString(2);i=("0000000"+i).slice(-8),n+=i}return n.substr(0,n.length-t)}catch{return null}}function Z8(e){if(typeof e!="string"||e.match(/^[01]+$/)==null)return null;try{var t=parseInt(e,2);return Ev(t)}catch{return null}}function gf(e,t){for(var r=0,n=0;n<e.length;n++)r|=1<<t[e[n]];for(var s=r.toString(2),u="",n=s.length-1;n>=0;n--)u+=s[n];return u}function Yt(e,n,r){if(typeof e=="object"){for(var n=String(n).split("."),s=0;s<n.length&&e;s++){var u=n[s];u.match(/^[0-9]+$/)&&(u=parseInt(u)),e=e[u]}return e||e===!1?e:r}}function de(e,t){var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e,e.superclass=t.prototype,t.prototype.constructor==Object.prototype.constructor&&(t.prototype.constructor=t)}(typeof g>"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,o="",l=s-u.length-i.length,h=0;h<l;h+=2)o+="ff";var d=u+o+i;return d},this.hashString=function(e,t){var r=new g.crypto.MessageDigest({alg:t});return r.digestString(e)},this.hashHex=function(e,t){var r=new g.crypto.MessageDigest({alg:t});return r.digestHex(e)},this.sha1=function(e){return this.hashString(e,"sha1")},this.sha256=function(e){return this.hashString(e,"sha256")},this.sha256Hex=function(e){return this.hashHex(e,"sha256")},this.sha512=function(e){return this.hashString(e,"sha512")},this.sha512Hex=function(e){return this.hashHex(e,"sha512")},this.isKey=function(e){return e instanceof it||e instanceof g.crypto.DSA||e instanceof g.crypto.ECDSA}};g.crypto.Util.md5=function(e){var t=new g.crypto.MessageDigest({alg:"md5",prov:"cryptojs"});return t.digestString(e)};g.crypto.Util.ripemd160=function(e){var t=new g.crypto.MessageDigest({alg:"ripemd160",prov:"cryptojs"});return t.digestString(e)};g.crypto.Util.SECURERANDOMGEN=new So;g.crypto.Util.getRandomHexOfNbytes=function(e){var t=new Array(e);return g.crypto.Util.SECURERANDOMGEN.nextBytes(t),Ef(t)};g.crypto.Util.getRandomBigIntegerOfNbytes=function(e){return new ee(g.crypto.Util.getRandomHexOfNbytes(e),16)};g.crypto.Util.getRandomHexOfNbits=function(e){var t=e%8,r=(e-t)/8,n=new Array(r+1);return g.crypto.Util.SECURERANDOMGEN.nextBytes(n),n[0]=(255<<t&255^255)&n[0],Ef(n)};g.crypto.Util.getRandomBigIntegerOfNbits=function(e){return new ee(g.crypto.Util.getRandomHexOfNbits(e),16)};g.crypto.Util.getRandomBigIntegerZeroToMax=function(e){for(var t=e.bitLength();;){var r=g.crypto.Util.getRandomBigIntegerOfNbits(t);if(e.compareTo(r)!=-1)return r}};g.crypto.Util.getRandomBigIntegerMinToMax=function(e,t){var r=e.compareTo(t);if(r==1)throw"biMin is greater than biMax";if(r==0)return e;var n=t.subtract(e),s=g.crypto.Util.getRandomBigIntegerZeroToMax(n);return s.add(e)};g.crypto.MessageDigest=function(e){var t=null,r=null,n=null;this.setAlgAndProvider=function(s,u){if(s=g.crypto.MessageDigest.getCanonicalAlgName(s),s!==null&&u===void 0&&(u=g.crypto.Util.DEFAULTPROVIDER[s]),":md5:sha1:sha224:sha256:sha384:sha512:ripemd160:".indexOf(s)!=-1&&u=="cryptojs"){try{this.md=g.crypto.Util.CRYPTOJSMESSAGEDIGESTNAME[s].create()}catch(i){throw"setAlgAndProvider hash alg set fail alg="+s+"/"+i}this.updateString=function(i){this.md.update(i)},this.updateHex=function(i){var o=Ie.enc.Hex.parse(i);this.md.update(o)},this.digest=function(){var i=this.md.finalize();return i.toString(Ie.enc.Hex)},this.digestString=function(i){return this.updateString(i),this.digest()},this.digestHex=function(i){return this.updateHex(i),this.digest()}}if(":sha256:".indexOf(s)!=-1&&u=="sjcl"){try{this.md=new sjcl.hash.sha256}catch(i){throw"setAlgAndProvider hash alg set fail alg="+s+"/"+i}this.updateString=function(i){this.md.update(i)},this.updateHex=function(i){var o=sjcl.codec.hex.toBits(i);this.md.update(o)},this.digest=function(){var i=this.md.finalize();return sjcl.codec.hex.fromBits(i)},this.digestString=function(i){return this.updateString(i),this.digest()},this.digestHex=function(i){return this.updateHex(i),this.digest()}}},this.updateString=function(s){throw"updateString(str) not supported for this alg/prov: "+this.algName+"/"+this.provName},this.updateHex=function(s){throw"updateHex(hex) not supported for this alg/prov: "+this.algName+"/"+this.provName},this.digest=function(){throw"digest() not supported for this alg/prov: "+this.algName+"/"+this.provName},this.digestString=function(s){throw"digestString(str) not supported for this alg/prov: "+this.algName+"/"+this.provName},this.digestHex=function(s){throw"digestHex(hex) not supported for this alg/prov: "+this.algName+"/"+this.provName},e!==void 0&&e.alg!==void 0&&(this.algName=e.alg,e.prov===void 0&&(this.provName=g.crypto.Util.DEFAULTPROVIDER[this.algName]),this.setAlgAndProvider(this.algName,this.provName))};g.crypto.MessageDigest.getCanonicalAlgName=function(e){return typeof e=="string"&&(e=e.toLowerCase(),e=e.replace(/-/,"")),e};g.crypto.MessageDigest.getHashLength=function(e){var t=g.crypto.MessageDigest,r=t.getCanonicalAlgName(e);if(t.HASHLENGTH[r]===void 0)throw"not supported algorithm: "+e;return t.HASHLENGTH[r]};g.crypto.MessageDigest.HASHLENGTH={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,ripemd160:20};g.crypto.Mac=function(e){var t=null,r=null,n=null,s=null,u=null;this.setAlgAndProvider=function(i,o){if(i=i.toLowerCase(),i==null&&(i="hmacsha1"),i=i.toLowerCase(),i.substr(0,4)!="hmac")throw"setAlgAndProvider unsupported HMAC alg: "+i;o===void 0&&(o=g.crypto.Util.DEFAULTPROVIDER[i]),this.algProv=i+"/"+o;var l=i.substr(4);if(":md5:sha1:sha224:sha256:sha384:sha512:ripemd160:".indexOf(l)!=-1&&o=="cryptojs"){try{var h=g.crypto.Util.CRYPTOJSMESSAGEDIGESTNAME[l];this.mac=Ie.algo.HMAC.create(h,this.pass)}catch(d){throw"setAlgAndProvider hash alg set fail hashAlg="+l+"/"+d}this.updateString=function(d){this.mac.update(d)},this.updateHex=function(d){var E=Ie.enc.Hex.parse(d);this.mac.update(E)},this.doFinal=function(){var d=this.mac.finalize();return d.toString(Ie.enc.Hex)},this.doFinalString=function(d){return this.updateString(d),this.doFinal()},this.doFinalHex=function(d){return this.updateHex(d),this.doFinal()}}},this.updateString=function(i){throw"updateString(str) not supported for this alg/prov: "+this.algProv},this.updateHex=function(i){throw"updateHex(hex) not supported for this alg/prov: "+this.algProv},this.doFinal=function(){throw"digest() not supported for this alg/prov: "+this.algProv},this.doFinalString=function(i){throw"digestString(str) not supported for this alg/prov: "+this.algProv},this.doFinalHex=function(i){throw"digestHex(hex) not supported for this alg/prov: "+this.algProv},this.setPassword=function(i){if(typeof i=="string"){var o=i;(i.length%2==1||!i.match(/^[0-9A-Fa-f]+$/))&&(o=ps(i)),this.pass=Ie.enc.Hex.parse(o);return}if(typeof i!="object")throw"KJUR.crypto.Mac unsupported password type: "+i;var o=null;if(i.hex!==void 0){if(i.hex.length%2!=0||!i.hex.match(/^[0-9A-Fa-f]+$/))throw"Mac: wrong hex password: "+i.hex;o=i.hex}if(i.utf8!==void 0&&(o=Af(i.utf8)),i.rstr!==void 0&&(o=ps(i.rstr)),i.b64!==void 0&&(o=Fo(i.b64)),i.b64u!==void 0&&(o=nr(i.b64u)),o==null)throw"KJUR.crypto.Mac unsupported password type: "+i;this.pass=Ie.enc.Hex.parse(o)},e!==void 0&&(e.pass!==void 0&&this.setPassword(e.pass),e.alg!==void 0&&(this.algName=e.alg,e.prov===void 0&&(this.provName=g.crypto.Util.DEFAULTPROVIDER[this.algName]),this.setAlgAndProvider(this.algName,this.provName)))};g.crypto.Signature=function(e){var t=null,r=null,n=null,s=null,u=null,i=null,o=null,l=null,h=null,d=null,E=-1,p=null,f=null,w=null,v=null,F=null;if(this._setAlgNames=function(){var A=this.algName.match(/^(.+)with(.+)$/);A&&(this.mdAlgName=A[1].toLowerCase(),this.pubkeyAlgName=A[2].toLowerCase(),this.pubkeyAlgName=="rsaandmgf1"&&this.mdAlgName=="sha"&&(this.mdAlgName="sha1"))},this._zeroPaddingOfSignature=function(A,C){for(var S="",I=C/4-A.length,_=0;_<I;_++)S=S+"0";return S+A},this.setAlgAndProvider=function(A,C){if(this._setAlgNames(),C!="cryptojs/jsrsa")throw new Error("provider not supported: "+C);if(":md5:sha1:sha224:sha256:sha384:sha512:ripemd160:".indexOf(this.mdAlgName)!=-1){try{this.md=new g.crypto.MessageDigest({alg:this.mdAlgName})}catch(S){throw new Error("setAlgAndProvider hash alg set fail alg="+this.mdAlgName+"/"+S)}this.init=function(S,I){var _=null;try{I===void 0?_=At.getKey(S):_=At.getKey(S,I)}catch(j){throw"init failed:"+j}if(_.isPrivate===!0)this.prvKey=_,this.state="SIGN";else if(_.isPublic===!0)this.pubKey=_,this.state="VERIFY";else throw"init failed.:"+_},this.updateString=function(S){this.md.updateString(S)},this.updateHex=function(S){this.md.updateHex(S)},this.sign=function(){if(this.sHashHex=this.md.digest(),this.prvKey===void 0&&this.ecprvhex!==void 0&&this.eccurvename!==void 0&&g.crypto.ECDSA!==void 0&&(this.prvKey=new g.crypto.ECDSA({curve:this.eccurvename,prv:this.ecprvhex})),this.prvKey instanceof it&&this.pubkeyAlgName==="rsaandmgf1")this.hSign=this.prvKey.signWithMessageHashPSS(this.sHashHex,this.mdAlgName,this.pssSaltLen);else if(this.prvKey instanceof it&&this.pubkeyAlgName==="rsa")this.hSign=this.prvKey.signWithMessageHash(this.sHashHex,this.mdAlgName);else if(this.prvKey instanceof g.crypto.ECDSA)this.hSign=this.prvKey.signWithMessageHash(this.sHashHex);else if(this.prvKey instanceof g.crypto.DSA)this.hSign=this.prvKey.signWithMessageHash(this.sHashHex);else throw"Signature: unsupported private key alg: "+this.pubkeyAlgName;return this.hSign},this.signString=function(S){return this.updateString(S),this.sign()},this.signHex=function(S){return this.updateHex(S),this.sign()},this.verify=function(S){if(this.sHashHex=this.md.digest(),this.pubKey===void 0&&this.ecpubhex!==void 0&&this.eccurvename!==void 0&&g.crypto.ECDSA!==void 0&&(this.pubKey=new g.crypto.ECDSA({curve:this.eccurvename,pub:this.ecpubhex})),this.pubKey instanceof it&&this.pubkeyAlgName==="rsaandmgf1")return this.pubKey.verifyWithMessageHashPSS(this.sHashHex,S,this.mdAlgName,this.pssSaltLen);if(this.pubKey instanceof it&&this.pubkeyAlgName==="rsa")return this.pubKey.verifyWithMessageHash(this.sHashHex,S);if(g.crypto.ECDSA!==void 0&&this.pubKey instanceof g.crypto.ECDSA)return this.pubKey.verifyWithMessageHash(this.sHashHex,S);if(g.crypto.DSA!==void 0&&this.pubKey instanceof g.crypto.DSA)return this.pubKey.verifyWithMessageHash(this.sHashHex,S);throw"Signature: unsupported public key alg: "+this.pubkeyAlgName}}},this.init=function(A,C){throw"init(key, pass) not supported for this alg:prov="+this.algProvName},this.updateString=function(A){throw"updateString(str) not supported for this alg:prov="+this.algProvName},this.updateHex=function(A){throw"updateHex(hex) not supported for this alg:prov="+this.algProvName},this.sign=function(){throw"sign() not supported for this alg:prov="+this.algProvName},this.signString=function(A){throw"digestString(str) not supported for this alg:prov="+this.algProvName},this.signHex=function(A){throw"digestHex(hex) not supported for this alg:prov="+this.algProvName},this.verify=function(A){throw"verify(hSigVal) not supported for this alg:prov="+this.algProvName},this.initParams=e,e!==void 0&&(e.alg!==void 0&&(this.algName=e.alg,e.prov===void 0?this.provName=g.crypto.Util.DEFAULTPROVIDER[this.algName]:this.provName=e.prov,this.algProvName=this.algName+":"+this.provName,this.setAlgAndProvider(this.algName,this.provName),this._setAlgNames()),e.psssaltlen!==void 0&&(this.pssSaltLen=e.psssaltlen),e.prvkeypem!==void 0)){if(e.prvkeypas!==void 0)throw"both prvkeypem and prvkeypas parameters not supported";try{var t=At.getKey(e.prvkeypem);this.init(t)}catch(A){throw"fatal error to load pem private key: "+A}}};g.crypto.Cipher=function(e){};g.crypto.Cipher.encrypt=function(e,t,r,n){if(Yt(n,"enclag")!=null&&(r=n.encalg),typeof r=="string"&&r.substr(-4)=="-CBC"){var s=t,u=e;Yt(n,"key")!=null&&(s=n.key),Yt(n,"enc")!=null&&(hEnc=n.enc);var i=Ie.enc.Hex.parse(s),o=Ie.enc.Hex.parse(u),l=Ie.enc.Hex.parse(n.iv),h;if(r=="des-EDE3-CBC")h=Ie.TripleDES.encrypt(o,i,{iv:l});else if(r=="aes128-CBC"||r=="aes256-CBC")h=Ie.AES.encrypt(o,i,{iv:l});else throw new Error("unsupported algorithm: "+r);return h+""}else throw new Error("Cipher.encrypt: unsupported key or algorithm")};g.crypto.Cipher.decrypt=function(e,t,r,n){if(Yt(n,"enclag")!=null&&(r=n.encalg),typeof r=="string"&&r.substr(-4)=="-CBC"){var s=t,u=e;Yt(n,"key")!=null&&(s=n.key),Yt(n,"enc")!=null&&(u=n.enc);var i=Ie.enc.Hex.parse(s),o=Ie.enc.Hex.parse(u),l=Ie.enc.Hex.parse(n.iv),h;if(r=="des-EDE3-CBC")h=Ie.TripleDES.decrypt({ciphertext:o},i,{iv:l});else if(r=="aes128-CBC"||r=="aes256-CBC")h=Ie.AES.decrypt({ciphertext:o},i,{iv:l});else throw new Error("unsupported algorithm: "+r);return Ie.enc.Hex.stringify(h)}else throw new Error("Cipher.decrypt: unsupported key or algorithm")};g.crypto.OID=new function(){this.oidhex2name={"2a864886f70d010101":"rsaEncryption","2a8648ce3d0201":"ecPublicKey","2a8648ce380401":"dsa","2a8648ce3d030107":"secp256r1","2b8104001f":"secp192k1","2b81040021":"secp224r1","2b8104000a":"secp256k1","2b81040022":"secp384r1","2b81040023":"secp521r1","2a8648ce380403":"SHA1withDSA","608648016503040301":"SHA224withDSA","608648016503040302":"SHA256withDSA"}};(typeof g>"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=ee,o=Tt,l=g.crypto.ECDSA,h=g.crypto.ECParameterDB,d=l.getName,E=De,p=E.getVbyListEx,f=E.isASN1HEX,w=new So,v=null;this.type="EC",this.isPrivate=!1,this.isPublic=!1;function F(A,C,S,I){for(var _=Math.max(C.bitLength(),I.bitLength()),j=A.add2D(S),M=A.curve.getInfinity(),b=_-1;b>=0;--b)M=M.twice2D(),M.z=i.ONE,C.testBit(b)?I.testBit(b)?M=M.add2D(j):M=M.add2D(A):I.testBit(b)&&(M=M.add2D(S));return M}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 S={};return S.x=A.substr(2,C),S.y=A.substr(2+C),S},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),S=this.ecparams.keycharlen,I=("0000000000"+C.toString(16)).slice(-S);this.setPrivateKeyHex(I);var _=this.generatePublicKeyHex();return{ecprvhex:I,ecpubhex:_}},this.generatePublicKeyHex=function(){var A=new i(this.prvKeyHex,16),C=this.ecparams.G.multiply(A),S=C.getX().toBigInteger(),I=C.getY().toBigInteger(),_=this.ecparams.keycharlen,j=("0000000000"+S.toString(16)).slice(-_),M=("0000000000"+I.toString(16)).slice(-_),b="04"+j+M;return this.setPublicKeyHex(b),b},this.signWithMessageHash=function(A){return this.signHex(A,this.prvKeyHex)},this.signHex=function(A,C){var S=new i(C,16),I=this.ecparams.n,_=new i(A.substring(0,this.ecparams.keycharlen),16);do var j=this.getBigRandom(I),M=this.ecparams.G,b=M.multiply(j),P=b.getX().toBigInteger().mod(I);while(P.compareTo(i.ZERO)<=0);var k=j.modInverse(I).multiply(_.add(S.multiply(P))).mod(I);return l.biRSSigToASN1Sig(P,k)},this.sign=function(A,C){var S=C,I=this.ecparams.n,_=i.fromByteArrayUnsigned(A);do var j=this.getBigRandom(I),M=this.ecparams.G,b=M.multiply(j),P=b.getX().toBigInteger().mod(I);while(P.compareTo(ee.ZERO)<=0);var k=j.modInverse(I).multiply(_.add(S.multiply(P))).mod(I);return this.serializeSig(P,k)},this.verifyWithMessageHash=function(A,C){return this.verifyHex(A,C,this.pubKeyHex)},this.verifyHex=function(A,C,S){try{var I,_,j=l.parseSigHex(C);I=j.r,_=j.s;var M=o.decodeFromHex(this.ecparams.curve,S),b=new i(A.substring(0,this.ecparams.keycharlen),16);return this.verifyRaw(b,I,_,M)}catch{return!1}},this.verify=function(A,C,S){var I,_;if(Bitcoin.Util.isArray(C)){var j=this.parseSig(C);I=j.r,_=j.s}else if(typeof C=="object"&&C.r&&C.s)I=C.r,_=C.s;else throw"Invalid value for signature";var M;if(S instanceof Tt)M=S;else if(Bitcoin.Util.isArray(S))M=o.decodeFrom(this.ecparams.curve,S);else throw"Invalid format for pubkey value, must be byte array or ECPointFp";var b=i.fromByteArrayUnsigned(A);return this.verifyRaw(b,I,_,M)},this.verifyRaw=function(A,C,S,I){var _=this.ecparams.n,j=this.ecparams.G;if(C.compareTo(i.ONE)<0||C.compareTo(_)>=0||S.compareTo(i.ONE)<0||S.compareTo(_)>=0)return!1;var M=S.modInverse(_),b=A.multiply(M).mod(_),P=C.multiply(M).mod(_),k=j.multiply(b).add(I.multiply(P)),H=k.getX().toBigInteger().mod(_);return H.equals(C)},this.serializeSig=function(A,C){var S=A.toByteArraySigned(),I=C.toByteArraySigned(),_=[];return _.push(2),_.push(S.length),_=_.concat(S),_.push(2),_.push(I.length),_=_.concat(I),_.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 S=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 I=A.slice(C+2,C+2+A[C+1]);C+=2+A[C+1];var _=i.fromByteArrayUnsigned(S),j=i.fromByteArrayUnsigned(I);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 S=this.ecparams.n,I=i.fromByteArrayUnsigned(A.slice(1,33)).mod(S),_=i.fromByteArrayUnsigned(A.slice(33,65)).mod(S);return{r:I,s:_,i:C}},this.readPKCS5PrvKeyHex=function(A){if(f(A)===!1)throw new Error("not ASN.1 hex string");var C,S,I;try{C=p(A,0,["[0]",0],"06"),S=p(A,0,[1],"04");try{I=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(I),this.setPrivateKeyHex(S),this.isPublic=!1},this.readPKCS8PrvKeyHex=function(A){if(f(A)===!1)throw new u("not ASN.1 hex string");var C,S,I,_;try{C=p(A,0,[1,0],"06"),S=p(A,0,[1,1],"06"),I=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(S),this.curveName===void 0)throw new u("unsupported curve name");this.setNamedCurve(this.curveName),this.setPublicKeyHex(_),this.setPrivateKeyHex(I),this.isPublic=!1},this.readPKCS8PubKeyHex=function(A){if(f(A)===!1)throw new u("not ASN.1 hex string");var C,S,I;try{C=p(A,0,[0,0],"06"),S=p(A,0,[0,1],"06"),I=p(A,0,[1],"03")}catch{throw new u("malformed PKCS#8 ECC public key")}if(this.curveName=d(S),this.curveName===null)throw new u("unsupported curve name");this.setNamedCurve(this.curveName),this.setPublicKeyHex(I)},this.readCertPubKeyHex=function(A,C){if(f(A)===!1)throw new u("not ASN.1 hex string");var S,I;try{S=p(A,0,[0,5,0,1],"06"),I=p(A,0,[0,5,1],"03")}catch{throw new u("malformed X.509 certificate ECC public key")}if(this.curveName=d(S),this.curveName===null)throw new u("unsupported curve name");this.setNamedCurve(this.curveName),this.setPublicKeyHex(I)},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 ee(t.r,16),n=new ee(t.s,16);return{r,s:n}};g.crypto.ECDSA.parseSigHexInHexRS=function(e){var t=De,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 o=n(e,u),l=n(e,i);return{r:o,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 ee(e,16),n=new ee(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 ee(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,o,l,h,d,E,p,f,w){e[n]={};var v=r(u),F=r(i),A=r(o),C=r(l),S=r(h),I=new nu(v,F,A),_=I.decodePointHex("04"+d+E);e[n].name=n,e[n].keylen=s,e[n].keycharlen=Math.ceil(s/8)*2,e[n].curve=I,e[n].G=_,e[n].n=C,e[n].h=S,e[n].oid=f,e[n].info=w;for(var j=0;j<p.length;j++)t[p[j]]=n}};g.crypto.ECParameterDB.regist("secp128r1",128,"FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFF","FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFC","E87579C11079F43DD824993C2CEE5ED3","FFFFFFFE0000000075A30D1B9038A115","1","161FF7528B899B2D0C28607CA52C5B86","CF5AC8395BAFEB13C02DA292DDED7A83",[],"","secp128r1 : SECG curve over a 128 bit prime field");g.crypto.ECParameterDB.regist("secp160k1",160,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73","0","7","0100000000000000000001B8FA16DFAB9ACA16B6B3","1","3B4C382CE37AA192A4019E763036F4F5DD4D7EBB","938CF935318FDCED6BC28286531733C3F03C4FEE",[],"","secp160k1 : SECG curve over a 160 bit prime field");g.crypto.ECParameterDB.regist("secp160r1",160,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF","FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC","1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45","0100000000000000000001F4C8F927AED3CA752257","1","4A96B5688EF573284664698968C38BB913CBFC82","23A628553168947D59DCC912042351377AC5FB32",[],"","secp160r1 : SECG curve over a 160 bit prime field");g.crypto.ECParameterDB.regist("secp192k1",192,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFEE37","0","3","FFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D","1","DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D","9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D",[]);g.crypto.ECParameterDB.regist("secp192r1",192,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF","FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC","64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1","FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831","1","188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012","07192B95FFC8DA78631011ED6B24CDD573F977A11E794811",[]);g.crypto.ECParameterDB.regist("secp224r1",224,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001","FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE","B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4","FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D","1","B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21","BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34",[]);g.crypto.ECParameterDB.regist("secp256k1",256,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F","0","7","FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141","1","79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798","483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8",[]);g.crypto.ECParameterDB.regist("secp256r1",256,"FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF","FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC","5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B","FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551","1","6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296","4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5",["NIST P-256","P-256","prime256v1"]);g.crypto.ECParameterDB.regist("secp384r1",384,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFF","FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFC","B3312FA7E23EE7E4988E056BE3F82D19181D9C6EFE8141120314088F5013875AC656398D8A2ED19D2A85C8EDD3EC2AEF","FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7634D81F4372DDF581A0DB248B0A77AECEC196ACCC52973","1","AA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B9859F741E082542A385502F25DBF55296C3A545E3872760AB7","3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f",["NIST P-384","P-384"]);g.crypto.ECParameterDB.regist("secp521r1",521,"1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF","1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC","051953EB9618E1C9A1F929A21A0B68540EEA2DA725B99B315F3B8B489918EF109E156193951EC7E937B1652C0BD3BB1BF073573DF883D2C34F1EF451FD46B503F00","1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA51868783BF2F966B7FCC0148F709A5D03BB5C9B8899C47AEBB6FB71E91386409","1","00C6858E06B70404E9CD9E3ECB662395B4429C648139053FB521F828AF606B4D3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B3C1856A429BF97E7E31C2E5BD66","011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650",["NIST P-521","P-521"]);(typeof g>"u"||!g)&&(g={});(typeof g.crypto>"u"||!g.crypto)&&(g.crypto={});g.crypto.DSA=function(){var e=De,t=e.getVbyList,r=e.getVbyListEx,n=e.isASN1HEX,s=ee;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,o,l,h){this.isPrivate=!0,this.p=u,this.q=i,this.g=o,this.y=l,this.x=h},this.setPrivateHex=function(u,i,o,l,h){var d,E,p,f,w;d=new ee(u,16),E=new ee(i,16),p=new ee(o,16),typeof l=="string"&&l.length>1?f=new ee(l,16):f=null,w=new ee(h,16),this.setPrivate(d,E,p,f,w)},this.setPublic=function(u,i,o,l){this.isPublic=!0,this.p=u,this.q=i,this.g=o,this.y=l,this.x=null},this.setPublicHex=function(u,i,o,l){var h,d,E,p;h=new ee(u,16),d=new ee(i,16),E=new ee(o,16),p=new ee(l,16),this.setPublic(h,d,E,p)},this.signWithMessageHash=function(u){var i=this.p,o=this.q,l=this.g,h=this.y,d=this.x,E=g.crypto.Util.getRandomBigIntegerMinToMax(ee.ONE.add(ee.ONE),o.subtract(ee.ONE)),p=u.substr(0,o.bitLength()/4),f=new ee(p,16),w=l.modPow(E,i).mod(o),v=E.modInverse(o).multiply(f.add(d.multiply(w))).mod(o),F=g.asn1.ASN1Util.jsonToASN1HEX({seq:[{int:{bigint:w}},{int:{bigint:v}}]});return F},this.verifyWithMessageHash=function(u,i){var o=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 ee(w,16);if(ee.ZERO.compareTo(p)>0||p.compareTo(l)>0||ee.ZERO.compareTo(f)>=0||f.compareTo(l)>0)throw"invalid DSA signature";var F=f.modInverse(l),A=v.multiply(F).mod(l),C=p.multiply(F).mod(l),S=h.modPow(A,o).multiply(d.modPow(C,o)).mod(o).mod(l);return S.compareTo(p)==0},this.parseASN1Signature=function(u){try{var i=new s(r(u,0,[0],"02"),16),o=new s(r(u,0,[1],"02"),16);return[i,o]}catch{throw new Error("malformed ASN.1 DSA signature")}},this.readPKCS5PrvKeyHex=function(u){var i,o,l,h,d;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{i=r(u,0,[1],"02"),o=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,o,l,h,d)},this.readPKCS8PrvKeyHex=function(u){var i,o,l,h;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{i=r(u,0,[1,1,0],"02"),o=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,o,l,null,h)},this.readPKCS8PubKeyHex=function(u){var i,o,l,h;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{i=r(u,0,[0,1,0],"02"),o=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,o,l,h)},this.readCertPubKeyHex=function(u,i){var o,l,h,d;if(n(u)===!1)throw new Error("not ASN.1 hex string");try{o=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(o,l,h,d)}};var At=function(){var e=function(v,F,A){return n(Ie.AES,v,F,A)},t=function(v,F,A){return n(Ie.TripleDES,v,F,A)},r=function(v,F,A){return n(Ie.DES,v,F,A)},n=function(v,F,A,C){var S=Ie.enc.Hex.parse(F),I=Ie.enc.Hex.parse(A),_=Ie.enc.Hex.parse(C),j={};j.key=I,j.iv=_,j.ciphertext=S;var M=v.decrypt(j,I,{iv:_});return Ie.enc.Hex.stringify(M)},s=function(v,F,A){return o(Ie.AES,v,F,A)},u=function(v,F,A){return o(Ie.TripleDES,v,F,A)},i=function(v,F,A){return o(Ie.DES,v,F,A)},o=function(v,F,A,C){var S=Ie.enc.Hex.parse(F),I=Ie.enc.Hex.parse(A),_=Ie.enc.Hex.parse(C),j=v.encrypt(S,I,{iv:_}),M=Ie.enc.Hex.parse(j.toString()),b=Ie.enc.Base64.stringify(M);return b},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 F=Ie.lib.WordArray.random(v),A=Ie.enc.Hex.stringify(F);return A},E=function(v){var F={},A=v.match(new RegExp("DEK-Info: ([^,]+),([0-9A-Fa-f]+)","m"));A&&(F.cipher=A[1],F.ivsalt=A[2]);var C=v.match(new RegExp("-----BEGIN ([A-Z]+) PRIVATE KEY-----"));C&&(F.type=C[1]);var S=-1,I=0;v.indexOf(`\r
|
||
\r
|
||
`)!=-1&&(S=v.indexOf(`\r
|
||
\r
|
||
`),I=2),v.indexOf(`
|
||
|
||
`)!=-1&&(S=v.indexOf(`
|
||
|
||
`),I=1);var _=v.indexOf("-----END");if(S!=-1&&_!=-1){var j=v.substring(S+I*2,_-I);j=j.replace(/\s+/g,""),F.data=j}return F},p=function(v,F,A){for(var C=A.substring(0,16),S=Ie.enc.Hex.parse(C),I=Ie.enc.Utf8.parse(F),_=l[v].keylen+l[v].ivlen,j="",M=null;;){var b=Ie.algo.MD5.create();if(M!=null&&b.update(M),b.update(I),b.update(S),M=b.finalize(),j=j+Ie.enc.Hex.stringify(M),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,F,A,C){var S=Ie.enc.Base64.parse(v),I=Ie.enc.Hex.stringify(S),_=l[F].proc,j=_(I,A,C);return j},w=function(v,F,A,C){var S=l[F].eproc,I=S(v,A,C);return I};return{version:"1.0.0",parsePKCS5PEM:function(v){return E(v)},getKeyAndUnusedIvByPasscodeAndIvsalt:function(v,F,A){return p(v,F,A)},decryptKeyB64:function(v,F,A,C){return f(v,F,A,C)},getDecryptedKeyHex:function(v,F){var A=E(v),C=A.type,S=A.cipher,I=A.ivsalt,_=A.data,j=p(S,F,I),M=j.keyhex,b=f(_,S,M,I);return b},getEncryptedPKCS5PEMFromPrvKeyHex:function(v,F,A,C,S){var k="";if((typeof C>"u"||C==null)&&(C="AES-256-CBC"),typeof l[C]>"u")throw new Error("KEYUTIL unsupported algorithm: "+C);if(typeof S>"u"||S==null){var I=l[C].ivlen,_=d(I);S=_.toUpperCase()}var j=p(C,A,S),M=j.keyhex,b=w(F,C,M,S),P=b.replace(/(.{64})/g,`$1\r
|
||
`),k="-----BEGIN "+v+` PRIVATE KEY-----\r
|
||
`;return k+=`Proc-Type: 4,ENCRYPTED\r
|
||
`,k+="DEK-Info: "+C+","+S+`\r
|
||
`,k+=`\r
|
||
`,k+=P,k+=`\r
|
||
-----END `+v+` PRIVATE KEY-----\r
|
||
`,k},getEncryptedPKCS8PEM:function(v,F,A){var C=this.getEncryptedPKCS8Hex(v,F,A);return hn(C,"ENCRYPTED PRIVATE KEY")},getEncryptedPKCS8Hex:function(v,F,A){var C;A==null||A==null?C={}:C=JSON.parse(JSON.stringify(A)),C.plain=v,this.initPBES2Param(C),this.encryptPBES2Param(C,F);var S=this.generatePBES2ASN1Param(C);return g.asn1.ASN1Util.newObject(S).tohex()},initPBES2Param:function(v){if(Yt(v,"encalg")==null&&(v.encalg="aes256-CBC"),Yt(v,"iter")==null&&(v.iter=2048),Yt(v,"prf")==null&&(v.prf="hmacWithSHA256"),Yt(v,"salt")==null&&(v.salt=Ie.enc.Hex.stringify(Ie.lib.WordArray.random(8))),Yt(v,"enciv")==null){var F;v.encalg=="des-EDE3-CBC"&&(F=8),v.encalg=="aes128-CBC"&&(F=16),v.encalg=="aes256-CBC"&&(F=16),v.enciv=Ie.enc.Hex.stringify(Ie.lib.WordArray.random(F))}},encryptPBES2Param:function(v,F){var A=At.getDKFromPBES2Param(v,F);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 F={seq:[{seq:[{oid:"pkcs5PBES2"},{seq:[{seq:[{oid:"pkcs5PBKDF2"},{seq:[{octstr:{hex:v.salt}},{int:{hex:mv(v.iter)}}]}]},{seq:[{oid:v.encalg},{octstr:{hex:v.enciv}}]}]}]},{octstr:{hex:v.enc}}]};return v.prf!="hmacWithSHA1"&&F.seq[0].seq[1].seq[0].seq[1].seq.push({seq:[{oid:v.prf},{null:""}]}),F},parseHexOfEncryptedPKCS8:function(v){var F=De,A=F.getChildIdx,C=F.getV,S={},I=A(v,0);if(I.length!=2)throw new Error("malformed format: SEQUENCE(0).items != 2: "+I.length);S.ciphertext=C(v,I[1]);var _=A(v,I[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 M=A(v,j[1]);if(M.length!=2)throw new Error("malformed format: SEQUENCE(0.0.1.1).items != 2: "+M.length);if(C(v,M[0])!="2a864886f70d0307")throw"this only supports TripleDES";S.encryptionSchemeAlg="TripleDES",S.encryptionSchemeIV=C(v,M[1]);var b=A(v,j[0]);if(b.length!=2)throw new Error("malformed format: SEQUENCE(0.0.1.0).items != 2: "+b.length);if(C(v,b[0])!="2a864886f70d01050c")throw new Error("this only supports pkcs5PBKDF2");var P=A(v,b[1]);if(P.length<2)throw new Error("malformed format: SEQUENCE(0.0.1.0.1).items < 2: "+P.length);S.pbkdf2Salt=C(v,P[0]);var k=C(v,P[1]);try{S.pbkdf2Iter=parseInt(k,16)}catch{throw new Error("malformed format pbkdf2Iter: "+k)}return S},getPBKDF2KeyHexFromParam:function(v,F){var A=Ie.enc.Hex.parse(v.pbkdf2Salt),C=v.pbkdf2Iter,S=Ie.PBKDF2(F,A,{keySize:192/32,iterations:C}),I=Ie.enc.Hex.stringify(S);return I},_getPlainPKCS8HexFromEncryptedPKCS8PEM:function(v,F){var A=or(v,"ENCRYPTED PRIVATE KEY"),C=this.parseHexOfEncryptedPKCS8(A),S=At.getPBKDF2KeyHexFromParam(C,F),I={};I.ciphertext=Ie.enc.Hex.parse(C.ciphertext);var _=Ie.enc.Hex.parse(S),j=Ie.enc.Hex.parse(C.encryptionSchemeIV),M=Ie.TripleDES.decrypt(I,_,{iv:j}),b=Ie.enc.Hex.stringify(M);return b},parsePBES2:function(v){var F=De.parse(v);if(Yt(F,"seq.0.seq.0.oid")!="pkcs5PBES2"||Yt(F,"seq.0.seq.1.seq.0.seq.0.oid")!="pkcs5PBKDF2")throw new Error("not pkcs5PBES2 and pkcs5PBKDF2 used");var A=Yt(F,"seq.0.seq.1.seq.0.seq.1.seq");if(A==null)throw new Error("PBKDF2 parameter not found");var C=Yt(A,"0.octstr.hex"),S=Yt(A,"1.int.hex"),I=Yt(A,"2.seq.0.oid","hmacWithSHA1"),_=-1;try{_=parseInt(S,16)}catch{throw new Error("iter not proper value")}var j=Yt(F,"seq.0.seq.1.seq.1.seq.0.oid"),M=Yt(F,"seq.0.seq.1.seq.1.seq.1.octstr.hex"),b=Yt(F,"seq.1.octstr.hex");if(j==null||M==null||b==null)throw new Error("encalg, enciv or enc is undefined");var P={salt:C,iter:_,prf:I,encalg:j,enciv:M,enc:b};return P},getDKFromPBES2Param:function(v,F){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},S=A[v.prf];if(S==null)throw new Error("unsupported prf");var I=C[v.encalg];if(I==null)throw new Error("unsupported encalg");var _=Ie.enc.Hex.parse(v.salt),j=v.iter;try{var M=Ie.PBKDF2(F,_,{keySize:I,iterations:j,hasher:S});return Ie.enc.Hex.stringify(M)}catch(b){throw new Error("PBKDF2 error: "+b+" "+JSON.stringify(v)+" "+F)}},getPlainHexFromEncryptedPKCS8PEM:function(v,F){if(v.indexOf("BEGIN ENCRYPTED PRIVATE KEY")==-1)throw new Error("not Encrypted PKCS#8 PEM string");var A=or(v),C;try{C=At.parsePBES2(A)}catch(I){throw new Error("malformed PBES2 format: "+I.message)}var S=At.getDKFromPBES2Param(C,F);return g.crypto.Cipher.decrypt(C.enc,S,C.encalg,{iv:C.enciv})},getKeyFromEncryptedPKCS8PEM:function(v,F){var A=this.getPlainHexFromEncryptedPKCS8PEM(v,F),C=this.getKeyFromPlainPrivatePKCS8Hex(A);return C},parsePlainPrivatePKCS8Hex:function(v){var F=De,A=F.getChildIdx,C=F.getV,S={};if(S.algparam=null,v.substr(0,2)!="30")throw new Error("malformed plain PKCS8 private key(code:001)");var I=A(v,0);if(I.length<3)throw new Error("malformed plain PKCS8 private key(code:002)");if(v.substr(I[1],2)!="30")throw new Error("malformed PKCS8 private key(code:003)");var _=A(v,I[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(S.algoid=C(v,_[0]),v.substr(_[1],2)=="06"&&(S.algparam=C(v,_[1])),v.substr(I[2],2)!="04")throw new Error("malformed PKCS8 private key(code:006)");return S.keyidx=F.getVidx(v,I[2]),S},getKeyFromPlainPrivatePKCS8PEM:function(v){var F=or(v,"PRIVATE KEY"),A=this.getKeyFromPlainPrivatePKCS8Hex(F);return A},getKeyFromPlainPrivatePKCS8Hex:function(v){var F=this.parsePlainPrivatePKCS8Hex(v),A;if(F.algoid=="2a864886f70d010101")A=new it;else if(F.algoid=="2a8648ce380401")A=new g.crypto.DSA;else if(F.algoid=="2a8648ce3d0201")A=new g.crypto.ECDSA;else throw new Error("unsupported private key algorithm");return A.readPKCS8PrvKeyHex(v),A},_getKeyFromPublicPKCS8Hex:function(v){var F,A=De.getVbyList(v,0,[0,0],"06");if(A==="2a864886f70d010101")F=new it;else if(A==="2a8648ce380401")F=new g.crypto.DSA;else if(A==="2a8648ce3d0201")F=new g.crypto.ECDSA;else throw new Error("unsupported PKCS#8 public key hex");return F.readPKCS8PubKeyHex(v),F},parsePublicRawRSAKeyHex:function(v){var F=De,A=F.getChildIdx,C=F.getV,S={};if(v.substr(0,2)!="30")throw new Error("malformed RSA key(code:001)");var I=A(v,0);if(I.length!=2)throw new Error("malformed RSA key(code:002)");if(v.substr(I[0],2)!="02")throw new Error("malformed RSA key(code:003)");if(S.n=C(v,I[0]),v.substr(I[1],2)!="02")throw new Error("malformed RSA key(code:004)");return S.e=C(v,I[1]),S},parsePublicPKCS8Hex:function(v){var F=De,A=F.getChildIdx,C=F.getV,S={};S.algparam=null;var I=A(v,0);if(I.length!=2)throw new Error("outer DERSequence shall have 2 elements: "+I.length);var _=I[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(S.algoid=C(v,j[0]),v.substr(j[1],2)=="06"?S.algparam=C(v,j[1]):v.substr(j[1],2)=="30"&&(S.algparam={},S.algparam.p=F.getVbyList(v,j[1],[0],"02"),S.algparam.q=F.getVbyList(v,j[1],[1],"02"),S.algparam.g=F.getVbyList(v,j[1],[2],"02")),v.substr(I[1],2)!="03")throw new Error("malformed PKCS8 public key(code:004)");return S.key=C(v,I[1]).substr(2),S}}}();At.getKey=function(e,t,r){var n=De,s=n.getChildIdx,u=n.getV,i=n.getVbyList,o=g.crypto,l=o.ECDSA,h=o.DSA,d=it,E=or,p=At;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(nr(e.n),nr(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(nr(e.n),nr(e.e),nr(e.d),nr(e.p),nr(e.q),nr(e.dp),nr(e.dq),nr(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(nr(e.n),nr(e.e),nr(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,F=("0000000000"+nr(e.x)).slice(-v),A=("0000000000"+nr(e.y)).slice(-v),C="04"+F+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,F=("0000000000"+nr(e.x)).slice(-v),A=("0000000000"+nr(e.y)).slice(-v),C="04"+F+A,S=("0000000000"+nr(e.d)).slice(-v);return w.setPublicKeyHex(C),w.setPrivateKeyHex(S),w}if(r==="pkcs5prv"){var I=e,n=De,_,f;if(_=s(I,0),_.length===9)f=new d,f.readPKCS5PrvKeyHex(I);else if(_.length===6)f=new h,f.readPKCS5PrvKeyHex(I);else if(_.length>2&&I.substr(_[1],2)==="04")f=new l,f.readPKCS5PrvKeyHex(I);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 Xe.getPublicKeyFromCertHex(e);if(e.indexOf("-END CERTIFICATE-",0)!=-1||e.indexOf("-END X509 CERTIFICATE-",0)!=-1||e.indexOf("-END TRUSTED CERTIFICATE-",0)!=-1)return Xe.getPublicKeyFromCertPEM(e);if(e.indexOf("-END PUBLIC KEY-")!=-1){var j=or(e,"PUBLIC KEY");return p._getKeyFromPublicPKCS8Hex(j)}if(e.indexOf("-END RSA PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")==-1){var M=E(e,"RSA PRIVATE KEY");return p.getKey(M,null,"pkcs5prv")}if(e.indexOf("-END DSA PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")==-1){var b=E(e,"DSA PRIVATE KEY"),P=i(b,0,[1],"02"),k=i(b,0,[2],"02"),H=i(b,0,[3],"02"),G=i(b,0,[4],"02"),Y=i(b,0,[5],"02"),f=new h;return f.setPrivate(new ee(P,16),new ee(k,16),new ee(H,16),new ee(G,16),new ee(Y,16)),f}if(e.indexOf("-END EC PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")==-1){var M=E(e,"EC PRIVATE KEY");return p.getKey(M,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 K=p.getDecryptedKeyHex(e,t),z=new it;return z.readPKCS5PrvKeyHex(K),z}if(e.indexOf("-END EC PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")!=-1){var b=p.getDecryptedKeyHex(e,t),f=i(b,0,[1],"04"),X=i(b,0,[2,0],"06"),se=i(b,0,[3,0],"03").substr(2),ye="";if(g.crypto.OID.oidhex2name[X]!==void 0)ye=g.crypto.OID.oidhex2name[X];else throw new Error("undefined OID(hex) in KJUR.crypto.OID: "+X);var w=new l({curve:ye});return w.setPublicKeyHex(se),w.setPrivateKeyHex(f),w.isPublic=!1,w}if(e.indexOf("-END DSA PRIVATE KEY-")!=-1&&e.indexOf("4,ENCRYPTED")!=-1){var b=p.getDecryptedKeyHex(e,t),P=i(b,0,[1],"02"),k=i(b,0,[2],"02"),H=i(b,0,[3],"02"),G=i(b,0,[4],"02"),Y=i(b,0,[5],"02"),f=new h;return f.setPrivate(new ee(P,16),new ee(k,16),new ee(H,16),new ee(G,16),new ee(Y,16)),f}if(e.indexOf("-END ENCRYPTED PRIVATE KEY-")!=-1)return p.getKeyFromEncryptedPKCS8PEM(e,t);throw new Error("not supported argument")};At.generateKeypair=function(e,t){if(e=="RSA"){var r=t,n=new it;n.generate(r,"10001"),n.isPrivate=!0,n.isPublic=!0;var s=new it,u=n.n.toString(16),i=n.e.toString(16);s.setPublic(u,i),s.isPrivate=!1,s.isPublic=!0;var o={};return o.prvKeyObj=n,o.pubKeyObj=s,o}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 o={};return o.prvKeyObj=n,o.pubKeyObj=s,o}else throw new Error("unknown algorithm: "+e)};At.getPEM=function(e,t,r,n,s,u){var i=g,o=i.asn1,l=o.DERObjectIdentifier,h=o.DERInteger,d=o.ASN1Util.newObject,E=o.x509,p=E.SubjectPublicKeyInfo,f=i.crypto,w=f.DSA,v=f.ECDSA,F=it;function A(z){var X=d({seq:[{int:0},{int:{bigint:z.n}},{int:z.e},{int:{bigint:z.d}},{int:{bigint:z.p}},{int:{bigint:z.q}},{int:{bigint:z.dmp1}},{int:{bigint:z.dmq1}},{int:{bigint:z.coeff}}]});return X}function C(z){var X=d({seq:[{int:1},{octstr:{hex:z.prvKeyHex}},{tag:["a0",!0,{oid:{name:z.curveName}}]},{tag:["a1",!0,{bitstr:{hex:"00"+z.pubKeyHex}}]}]});return X}function S(z){var X=d({seq:[{int:0},{int:{bigint:z.p}},{int:{bigint:z.q}},{int:{bigint:z.g}},{int:{bigint:z.y}},{int:{bigint:z.x}}]});return X}if((F!==void 0&&e instanceof F||w!==void 0&&e instanceof w||v!==void 0&&e instanceof v)&&e.isPublic==!0&&(t===void 0||t=="PKCS8PUB")){var I=new p(e),_=I.tohex();return hn(_,"PUBLIC KEY")}if(t=="PKCS1PRV"&&F!==void 0&&e instanceof F&&(r===void 0||r==null)&&e.isPrivate==!0){var I=A(e),_=I.tohex();return hn(_,"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}),M=j.tohex(),b=C(e),P=b.tohex(),k="";return k+=hn(M,"EC PARAMETERS"),k+=hn(P,"EC PRIVATE KEY"),k}if(t=="PKCS1PRV"&&w!==void 0&&e instanceof w&&(r===void 0||r==null)&&e.isPrivate==!0){var I=S(e),_=I.tohex();return hn(_,"DSA PRIVATE KEY")}if(t=="PKCS5PRV"&&F!==void 0&&e instanceof F&&r!==void 0&&r!=null&&e.isPrivate==!0){var I=A(e),_=I.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 I=C(e),_=I.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 I=S(e),_=I.tohex();return n===void 0&&(n="DES-EDE3-CBC"),this.getEncryptedPKCS5PEMFromPrvKeyHex("DSA",_,r,n,u)}var H=function(z,X){if(typeof X=="string")return At.getEncryptedPKCS8PEM(z,X);if(typeof X=="object"&&Yt(X,"passcode")!=null){var se=JSON.parse(JSON.stringify(X)),ye=se.passcode;return delete se.passcode,At.getEncryptedPKCS8PEM(z,ye,se)}};if(t=="PKCS8PRV"&&F!=null&&e instanceof F&&e.isPrivate==!0){var G=A(e),Y=G.tohex(),I=d({seq:[{int:0},{seq:[{oid:{name:"rsaEncryption"}},{null:!0}]},{octstr:{hex:Y}}]}),_=I.tohex();return r===void 0||r==null?hn(_,"PRIVATE KEY"):H(_,r)}if(t=="PKCS8PRV"&&v!==void 0&&e instanceof v&&e.isPrivate==!0){var K={seq:[{int:1},{octstr:{hex:e.prvKeyHex}}]};typeof e.pubKeyHex=="string"&&K.seq.push({tag:["a1",!0,{bitstr:{hex:"00"+e.pubKeyHex}}]});var G=new d(K),Y=G.tohex(),I=d({seq:[{int:0},{seq:[{oid:{name:"ecPublicKey"}},{oid:{name:e.curveName}}]},{octstr:{hex:Y}}]}),_=I.tohex();return r===void 0||r==null?hn(_,"PRIVATE KEY"):H(_,r)}if(t=="PKCS8PRV"&&w!==void 0&&e instanceof w&&e.isPrivate==!0){var G=new h({bigint:e.x}),Y=G.tohex(),I=d({seq:[{int:0},{seq:[{oid:{name:"dsa"}},{seq:[{int:{bigint:e.p}},{int:{bigint:e.q}},{int:{bigint:e.g}}]}]},{octstr:{hex:Y}}]}),_=I.tohex();return r===void 0||r==null?hn(_,"PRIVATE KEY"):H(_,r)}throw new Error("unsupported object nor format")};At.getKeyFromCSRPEM=function(e){var t=or(e,"CERTIFICATE REQUEST"),r=At.getKeyFromCSRHex(t);return r};At.getKeyFromCSRHex=function(e){var t=At.parseCSRHex(e),r=At.getKey(t.p8pubkeyhex,null,"pkcs8pub");return r};At.parseCSRHex=function(e){var t=De,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 o=r(u,i[0]);if(o.length<3)throw new Error("malformed CSR(code:004)");return s.p8pubkeyhex=n(u,o[2]),s};At.getKeyID=function(e){var t=At,r=De;typeof e=="string"&&e.indexOf("BEGIN ")!=-1&&(e=t.getKey(e));var n=or(t.getPEM(e)),s=r.getIdxbyList(n,0,[1]),u=r.getV(n,s).substring(2);return g.crypto.Util.hashHex(u,"sha1")};At.getJWK=function(e,t,r,n,s){var u,i={},o,l=g.crypto.Util.hashHex;if(typeof e=="string")u=At.getKey(e),e.indexOf("CERTIFICATE")!=-1&&(o=or(e));else if(typeof e=="object")e instanceof Xe?(u=e.getPublicKey(),o=e.hex):u=e;else throw new Error("unsupported keyinfo type");if(u instanceof it&&u.isPrivate)i.kty="RSA",i.n=Tr(u.n.toString(16)),i.e=Tr(u.e.toString(16)),i.d=Tr(u.d.toString(16)),i.p=Tr(u.p.toString(16)),i.q=Tr(u.q.toString(16)),i.dp=Tr(u.dmp1.toString(16)),i.dq=Tr(u.dmq1.toString(16)),i.qi=Tr(u.coeff.toString(16));else if(u instanceof it&&u.isPublic)i.kty="RSA",i.n=Tr(u.n.toString(16)),i.e=Tr(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=Tr(d.x),i.y=Tr(d.y),i.d=Tr(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=Tr(d.x),i.y=Tr(d.y)}if(i.kty==null)throw new Error("unsupported keyinfo");return!u.isPrivate&&t!=!0&&(i.kid=g.jws.JWS.getJWKthumbprint(i)),o!=null&&r!=!0&&(i.x5c=[ru(o)]),o!=null&&n!=!0&&(i.x5t=Co(ru(l(o,"sha1")))),o!=null&&s!=!0&&(i["x5t#S256"]=Co(ru(l(o,"sha256")))),i};At.getJWKFromKey=function(e){return At.getJWK(e,!0,!0,!0,!0)};it.getPosArrayOfChildrenFromHex=function(e){return De.getChildIdx(e,0)};it.getHexValueArrayOfChildrenFromHex=function(e){var t=De,r=t.getV,p=it.getPosArrayOfChildrenFromHex(e),n=r(e,p[0]),s=r(e,p[1]),u=r(e,p[2]),i=r(e,p[3]),o=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,o,l,h,d,E),p};it.prototype.readPrivateKeyFromPEMString=function(e){var t=or(e),r=it.getHexValueArrayOfChildrenFromHex(t);this.setPrivateEx(r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8])};it.prototype.readPKCS5PrvKeyHex=function(e){var t=it.getHexValueArrayOfChildrenFromHex(e);this.setPrivateEx(t[1],t[2],t[3],t[4],t[5],t[6],t[7],t[8])};it.prototype.readPKCS8PrvKeyHex=function(e){var t,r,n,s,u,i,o,l,h=De,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"),o=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,o,l)};it.prototype.readPKCS5PubKeyHex=function(e){var t=De,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)};it.prototype.readPKCS8PubKeyHex=function(e){var t=De;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)};it.prototype.readCertPubKeyHex=function(e,t){var r,n;r=new Xe,r.readCertHex(e),n=r.getPublicKeyHex(),this.readPKCS8PubKeyHex(n)};var uR=new RegExp("[^0-9a-f]","gi");function wv(e,t){for(var r="",n=t/4-e.length,s=0;s<n;s++)r=r+"0";return r+e}it.prototype.sign=function(e,t){var r=function(s){return g.crypto.Util.hashString(s,t)},n=r(e);return this.signWithMessageHash(n,t)};it.prototype.signWithMessageHash=function(e,t){var r=g.crypto.Util.getPaddedDigestInfoHex(e,t,this.n.bitLength()),n=Gn(r,16),s=this.doPrivate(n),u=s.toString(16);return wv(u,this.n.bitLength())};function Cv(e,t,r){for(var n="",s=0;n.length<t;)n+=Yn(r(ps(e+String.fromCharCode.apply(String,[(s&4278190080)>>24,(s&16711680)>>16,(s&65280)>>8,s&255])))),s+=1;return n}it.prototype.signPSS=function(e,t,r){var n=function(u){return g.crypto.Util.hashHex(u,t)},s=n(ps(e));return r===void 0&&(r=-1),this.signWithMessageHashPSS(s,t,r)};it.prototype.signWithMessageHashPSS=function(e,t,r){var n=Yn(e),s=n.length,u=this.n.bitLength()-1,i=Math.ceil(u/8),o,l=function(F){return g.crypto.Util.hashHex(F,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(i<s+r+2)throw new Error("data too long");var h="";r>0&&(h=new Array(r),new So().nextBytes(h),h=String.fromCharCode.apply(String,h));var d=Yn(l(ps("\0\0\0\0\0\0\0\0"+n+h))),E=[];for(o=0;o<i-r-s-2;o+=1)E[o]=0;var p=String.fromCharCode.apply(String,E)+""+h,f=Cv(d,p.length,l),w=[];for(o=0;o<p.length;o+=1)w[o]=p.charCodeAt(o)^f.charCodeAt(o);var v=65280>>8*i-u&255;for(w[0]&=~v,o=0;o<s;o++)w.push(d.charCodeAt(o));return w.push(188),wv(this.doPrivate(new ee(w)).toString(16),this.n.bitLength())};function Fv(e){for(var t in g.crypto.Util.DIGESTINFOHEAD){var r=g.crypto.Util.DIGESTINFOHEAD[t],n=r.length;if(e.substring(0,n)==r){var s=[t,e.substring(n)];return s}}return[]}it.prototype.verify=function(e,t){if(t=t.toLowerCase(),t.match(/^[0-9a-f]+$/)==null)return!1;var r=Gn(t,16),n=this.n.bitLength();if(r.bitLength()>n)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/,""),o=Fv(i);if(o.length==0)return!1;var l=o[0],h=o[1],d=function(p){return g.crypto.Util.hashString(p,l)},E=d(e);return h==E};it.prototype.verifyWithMessageHash=function(e,t){if(t.length!=Math.ceil(this.n.bitLength()/4))return!1;var r=Gn(t,16);if(r.bitLength()>this.n.bitLength())return 0;var n=this.doPublic(r),s=n.toString(16).replace(/^1f+00/,""),u=Fv(s);if(u.length==0)return!1;var i=u[0],o=u[1];return o==e};it.prototype.verifyPSS=function(e,t,r,n){var s=function(i){return g.crypto.Util.hashHex(i,r)},u=s(ps(e));return n===void 0&&(n=-1),this.verifyWithMessageHashPSS(u,t,r,n)};it.prototype.verifyWithMessageHashPSS=function(e,t,r,n){if(t.length!=Math.ceil(this.n.bitLength()/4))return!1;var s=new ee(t,16),u=function(C){return g.crypto.Util.hashHex(C,r)},i=Yn(e),o=i.length,l=this.n.bitLength()-1,h=Math.ceil(l/8),d;if(n===-1||n===void 0)n=o;else if(n===-2)n=h-o-2;else if(n<-2)throw new Error("invalid salt length");if(h<o+n+2)throw new Error("data too long");var E=this.doPublic(s).toByteArray();for(d=0;d<E.length;d+=1)E[d]&=255;for(;E.length<h;)E.unshift(0);if(E[h-1]!==188)throw new Error("encoded message does not end in 0xbc");E=String.fromCharCode.apply(String,E);var p=E.substr(0,h-o-1),f=E.substr(p.length,o),w=65280>>8*h-l&255;if(p.charCodeAt(0)&w)throw new Error("bits beyond keysize not zero");var v=Cv(f,p.length,u),F=[];for(d=0;d<p.length;d+=1)F[d]=p.charCodeAt(d)^v.charCodeAt(d);F[0]&=~w;var A=h-o-n-2;for(d=0;d<A;d+=1)if(F[d]!==0)throw new Error("leftmost octets not zero");if(F[A]!==1)throw new Error("0x01 marker not found");return f===Yn(u(ps("\0\0\0\0\0\0\0\0"+i+String.fromCharCode.apply(String,F.slice(-n)))))};it.SALT_LEN_HLEN=-1;it.SALT_LEN_MAX=-2;it.SALT_LEN_RECOVER=-2;function Xe(e){var t=De,r=t.getChildIdx,n=t.getV,s=t.dump,u=t.parse,i=t.getTLV,o=t.getVbyList,l=t.getVbyListEx,h=t.getTLVbyList,d=t.getTLVbyListEx,E=t.getIdxbyList,p=t.getIdxbyListEx,f=t.getVidx,w=t.getInt,v=t.oidname,F=t.hextooidstr,A=Xe,C=or,S,I=Error;try{S=g.asn1.x509.AlgorithmIdentifier.PSSNAME2ASN1TLV}catch{}this.HEX2STAG={"0c":"utf8",13:"prn",16:"ia5","1a":"vis","1e":"bmp"},this.hex=null,this.version=0,this.foffset=0,this.aExtInfo=null,this.getVersion=function(){if(this.hex===null||this.version!==0)return this.version;var b=h(this.hex,0,[0,0]);if(b.substr(0,2)=="a0"){var P=h(b,0,[0]),k=w(P,0);if(k<0||2<k)throw new Error("malformed version field");return this.version=k+1,this.version}else return this.version=1,this.foffset=-1,1},this.getSerialNumberHex=function(){return l(this.hex,0,[0,0],"02")},this.getSignatureAlgorithmField=function(){var b=d(this.hex,0,[0,1]);return this.getAlgorithmIdentifierName(b)},this.getAlgorithmIdentifierName=function(b){for(var P in S)if(b===S[P])return P;return v(l(b,0,[0],"06"))},this.getIssuer=function(b,P){return this.getX500Name(this.getIssuerHex(),b,P)},this.getIssuerHex=function(){return h(this.hex,0,[0,3+this.foffset],"30")},this.getIssuerString=function(){var b=this.getIssuer();return b.str},this.getSubject=function(b,P){return this.getX500Name(this.getSubjectHex(),b,P)},this.getSubjectHex=function(){return h(this.hex,0,[0,5+this.foffset],"30")},this.getSubjectString=function(){var b=this.getSubject();return b.str},this.getNotBefore=function(){var b=o(this.hex,0,[0,4+this.foffset,0]);return b=b.replace(/(..)/g,"%$1"),b=decodeURIComponent(b),b},this.getNotAfter=function(){var b=o(this.hex,0,[0,4+this.foffset,1]);return b=b.replace(/(..)/g,"%$1"),b=decodeURIComponent(b),b},this.getPublicKeyHex=function(){return this.getSPKI()},this.getSPKI=function(){return h(this.hex,0,[0,6+this.foffset],"30")},this.getSPKIValue=function(){var b=this.getSPKI();return b==null?null:o(b,0,[1],"03",!0)},this.getPublicKeyIdx=function(){return E(this.hex,0,[0,6+this.foffset],"30")},this.getPublicKeyContentIdx=function(){var b=this.getPublicKeyIdx();return E(this.hex,b,[1,0],"30")},this.getPublicKey=function(){return At.getKey(this.getPublicKeyHex(),null,"pkcs8pub")},this.getSignatureAlgorithmName=function(){var b=h(this.hex,0,[1],"30");return this.getAlgorithmIdentifierName(b)},this.getSignatureValueHex=function(){return o(this.hex,0,[2],"03",!0)},this.verifySignature=function(b){var P=this.getSignatureAlgorithmField(),k=this.getSignatureValueHex(),H=h(this.hex,0,[0],"30"),G=new g.crypto.Signature({alg:P});return G.init(b),G.updateHex(H),G.verify(k)},this.parseExt=function(b){var P,k,H;if(b===void 0){if(H=this.hex,this.version!==3)return-1;P=E(H,0,[0,7,0],"30"),k=r(H,P)}else{H=or(b);var G=E(H,0,[0,3,0,0],"06");if(n(H,G)!="2a864886f70d01090e"){this.aExtInfo=new Array;return}P=E(H,0,[0,3,0,1,0],"30"),k=r(H,P),this.hex=H}this.aExtInfo=new Array;for(var Y=0;Y<k.length;Y++){var K={};K.critical=!1;var z=r(H,k[Y]),X=0;z.length===3&&(K.critical=!0,X=1),K.oid=t.hextooidstr(o(H,k[Y],[0],"06"));var se=E(H,k[Y],[1+X]);K.vidx=f(H,se),this.aExtInfo.push(K)}},this.getExtInfo=function(b){var P=this.aExtInfo,k=b;if(b.match(/^[0-9.]+$/)||(k=g.asn1.x509.OID.name2oid(b)),k!==""){for(var H=0;H<P.length;H++)if(P[H].oid===k)return P[H]}},this.getCriticalExtV=function(b,P,k){if(P!=null)return[P,k];var H=this.getExtInfo(b);return H==null?[null,null]:[i(this.hex,H.vidx),H.critical]},this.getExtBasicConstraints=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("basicConstraints");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"basicConstraints"};if(P&&(H.critical=!0),b==="3000")return H;if(b==="30030101ff")return H.cA=!0,H;if(b.substr(0,12)==="30060101ff02"){var G=n(b,10),Y=parseInt(G,16);return H.cA=!0,H.pathLen=Y,H}throw new Error("hExtV parse error: "+b)},this.getExtNameConstraints=function(b,P){var k=this.getCriticalExtV("nameConstraints",b,P);if(b=k[0],P=k[1],b!=null){var H={extname:"nameConstraints"};P&&(H.critical=!0);for(var G=r(b,0),Y=0;Y<G.length;Y++){for(var K=[],z=r(b,G[Y]),X=0;X<z.length;X++){var se=i(b,z[X]),ye=this.getGeneralSubtree(se);K.push(ye)}var Fe=b.substr(G[Y],2);Fe=="a0"?H.permit=K:Fe=="a1"&&(H.exclude=K)}return H}},this.getGeneralSubtree=function(b){var P=r(b,0),k=P.length;if(k<1||2<k)throw new Error("wrong num elements");for(var H=this.getGeneralName(i(b,P[0])),G=1;G<k;G++){var Y=b.substr(P[G],2),K=n(b,P[G]),z=parseInt(K,16);Y=="80"&&(H.min=z),Y=="81"&&(H.max=z)}return H},this.getExtKeyUsage=function(b,P){var k=this.getCriticalExtV("keyUsage",b,P);if(b=k[0],P=k[1],b!=null){var H={extname:"keyUsage"};return P&&(H.critical=!0),H.names=this.getExtKeyUsageString(b).split(","),H}},this.getExtKeyUsageBin=function(b){if(b===void 0){var P=this.getExtInfo("keyUsage");if(P===void 0)return"";b=i(this.hex,P.vidx)}if(b.length!=8&&b.length!=10)throw new Error("malformed key usage value: "+b);var k="000000000000000"+parseInt(b.substr(6),16).toString(2);return b.length==8&&(k=k.slice(-8)),b.length==10&&(k=k.slice(-16)),k=k.replace(/0+$/,""),k==""&&(k="0"),k},this.getExtKeyUsageString=function(b){for(var P=this.getExtKeyUsageBin(b),k=new Array,H=0;H<P.length;H++)P.substr(H,1)=="1"&&k.push(Xe.KEYUSAGE_NAME[H]);return k.join(",")},this.getExtSubjectKeyIdentifier=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("subjectKeyIdentifier");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"subjectKeyIdentifier"};P&&(H.critical=!0);var G=n(b,0);return H.kid={hex:G},H},this.getExtAuthorityKeyIdentifier=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("authorityKeyIdentifier");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"authorityKeyIdentifier"};P&&(H.critical=!0);for(var G=r(b,0),Y=0;Y<G.length;Y++){var K=b.substr(G[Y],2);if(K==="80"&&(H.kid={hex:n(b,G[Y])}),K==="a1"){var z=i(b,G[Y]),X=this.getGeneralNames(z);H.issuer=X[0].dn}K==="82"&&(H.sn={hex:n(b,G[Y])})}return H},this.getExtExtKeyUsage=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("extKeyUsage");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"extKeyUsage",array:[]};P&&(H.critical=!0);for(var G=r(b,0),Y=0;Y<G.length;Y++)H.array.push(v(n(b,G[Y])));return H},this.getExtExtKeyUsageName=function(){var b=this.getExtInfo("extKeyUsage");if(b===void 0)return b;var P=new Array,k=i(this.hex,b.vidx);if(k==="")return P;for(var H=r(k,0),G=0;G<H.length;G++)P.push(v(n(k,H[G])));return P},this.getExtSubjectAltName=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("subjectAltName");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"subjectAltName",array:[]};return P&&(H.critical=!0),H.array=this.getGeneralNames(b),H},this.getExtIssuerAltName=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("issuerAltName");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"issuerAltName",array:[]};return P&&(H.critical=!0),H.array=this.getGeneralNames(b),H},this.getGeneralNames=function(b){for(var P=r(b,0),k=[],H=0;H<P.length;H++){var G=this.getGeneralName(i(b,P[H]));G!==void 0&&k.push(G)}return k},this.getGeneralName=function(b){var P=b.substr(0,2),k=n(b,0),H=Yn(k);if(P=="81")return{rfc822:H};if(P=="82")return{dns:H};if(P=="86")return{uri:H};if(P=="87")return{ip:pf(k)};if(P=="a4")return{dn:this.getX500Name(k)};if(P=="a0")return{other:this.getOtherName(b)}},this.getExtSubjectAltName2=function(){var b,P,k,H=this.getExtInfo("subjectAltName");if(H===void 0)return H;for(var G=new Array,Y=i(this.hex,H.vidx),K=r(Y,0),z=0;z<K.length;z++)k=Y.substr(K[z],2),b=n(Y,K[z]),k==="81"&&(P=Ht(b),G.push(["MAIL",P])),k==="82"&&(P=Ht(b),G.push(["DNS",P])),k==="84"&&(P=Xe.hex2dn(b,0),G.push(["DN",P])),k==="86"&&(P=Ht(b),G.push(["URI",P])),k==="87"&&(P=pf(b),G.push(["IP",P]));return G},this.getExtCRLDistributionPoints=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("cRLDistributionPoints");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"cRLDistributionPoints",array:[]};P&&(H.critical=!0);for(var G=r(b,0),Y=0;Y<G.length;Y++){var K=i(b,G[Y]);H.array.push(this.getDistributionPoint(K))}return H},this.getDistributionPoint=function(b){for(var P={},k=r(b,0),H=0;H<k.length;H++){var G=b.substr(k[H],2),Y=i(b,k[H]);G=="a0"&&(P.dpname=this.getDistributionPointName(Y))}return P},this.getDistributionPointName=function(b){for(var P={},k=r(b,0),H=0;H<k.length;H++){var G=b.substr(k[H],2),Y=i(b,k[H]);G=="a0"&&(P.full=this.getGeneralNames(Y))}return P},this.getExtCRLDistributionPointsURI=function(){var b=this.getExtCRLDistributionPoints();if(b==null)return b;for(var P=b.array,k=[],H=0;H<P.length;H++)try{P[H].dpname.full[0].uri!=null&&k.push(P[H].dpname.full[0].uri)}catch{}return k},this.getExtAIAInfo=function(){var b=this.getExtInfo("authorityInfoAccess");if(b===void 0)return b;for(var P={ocsp:[],caissuer:[]},k=r(this.hex,b.vidx),H=0;H<k.length;H++){var G=o(this.hex,k[H],[0],"06"),Y=o(this.hex,k[H],[1],"86");G==="2b06010505073001"&&P.ocsp.push(Ht(Y)),G==="2b06010505073002"&&P.caissuer.push(Ht(Y))}return P},this.getExtAuthorityInfoAccess=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("authorityInfoAccess");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"authorityInfoAccess",array:[]};P&&(H.critical=!0);for(var G=r(b,0),Y=0;Y<G.length;Y++){var K=l(b,G[Y],[0],"06"),z=o(b,G[Y],[1],"86"),X=Ht(z);if(K=="2b06010505073001")H.array.push({ocsp:X});else if(K=="2b06010505073002")H.array.push({caissuer:X});else throw new Error("unknown method: "+K)}return H},this.getExtCertificatePolicies=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("certificatePolicies");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"certificatePolicies",array:[]};P&&(H.critical=!0);for(var G=r(b,0),Y=0;Y<G.length;Y++){var K=i(b,G[Y]),z=this.getPolicyInformation(K);H.array.push(z)}return H},this.getPolicyInformation=function(b){var P={},k=o(b,0,[0],"06");P.policyoid=v(k);var H=p(b,0,[1],"30");if(H!=-1){P.array=[];for(var G=r(b,H),Y=0;Y<G.length;Y++){var K=i(b,G[Y]),z=this.getPolicyQualifierInfo(K);P.array.push(z)}}return P},this.getOtherName=function(b){var P={},k=r(b,0),H=o(b,k[0],[],"06"),G=o(b,k[1],[]);return P.oid=v(H),P.value=u(G),P},this.getPolicyQualifierInfo=function(b){var P={},k=o(b,0,[0],"06");if(k==="2b06010505070201"){var H=l(b,0,[1],"16");P.cps=Yn(H)}else if(k==="2b06010505070202"){var G=h(b,0,[1],"30");P.unotice=this.getUserNotice(G)}return P},this.getUserNotice=function(b){var P=null,k={};try{P=t.parse(b);var H=this._asn1ToUnotice(P);return H}catch{return}},this._asn1ToUnotice=function(b){try{for(var P={},k=Yt(b,"seq"),H=0;H<k.length;H++){var G=this._asn1ToNoticeRef(k[H]);G!=null&&(P.noticeref=G);var Y=this.asn1ToDisplayText(k[H]);Y!=null&&(P.exptext=Y)}return Object.keys(P).length>0?P:void 0}catch{return}},this._asn1ToNoticeRef=function(b){try{for(var P={},k=Yt(b,"seq"),H=0;H<k.length;H++){var G=this._asn1ToNoticeNum(k[H]);G!=null&&(P.noticenum=G);var Y=this.asn1ToDisplayText(k[H]);Y!=null&&(P.org=Y)}return Object.keys(P).length>0?P:void 0}catch{return}},this._asn1ToNoticeNum=function(b){try{for(var P=Yt(b,"seq"),k=[],H=0;H<P.length;H++){var G=P[H];k.push(parseInt(Yt(G,"int.hex"),16))}return k}catch{return}},this.getDisplayText=function(b){var P={"0c":"utf8",16:"ia5","1a":"vis","1e":"bmp"},k={};return k.type=P[b.substr(0,2)],k.str=Yn(n(b,0)),k},this.asn1ToDisplayText=function(b){if(b.utf8str!=null)return{type:"utf8",str:b.utf8str.str};if(b.ia5str!=null)return{type:"ia5",str:b.ia5str.str};if(b.visstr!=null)return{type:"vis",str:b.visstr.str};if(b.bmpstr!=null)return{type:"bmp",str:b.bmpstr.str};if(b.prnstr!=null)return{type:"prn",str:b.prnstr.str}},this.getExtPolicyMappings=function(b,P){var k=this.getCriticalExtV("policyMappings",b,P);if(b=k[0],P=k[1],b!=null){var H={extname:"policyMappings"};P&&(H.critical=!0);try{for(var G=u(b),Y=G.seq,K=[],z=0;z<Y.length;z++){var X=Y[z].seq;K.push([X[0].oid,X[1].oid])}H.array=K}catch{throw new I("malformed policyMappings")}return H}},this.getExtPolicyConstraints=function(b,P){var k=this.getCriticalExtV("policyConstraints",b,P);if(b=k[0],P=k[1],b!=null){var H={extname:"policyConstraints"};P&&(H.critical=!0);var G=u(b);try{for(var Y=G.seq,K=0;K<Y.length;K++){var z=Y[K].tag;z.explicit==!1&&(z.tag=="80"&&(H.reqexp=parseInt(z.hex,16)),z.tag=="81"&&(H.inhibit=parseInt(z.hex,16)))}}catch{return new I("malformed policyConstraints value")}return H}},this.getExtInhibitAnyPolicy=function(b,P){var k=this.getCriticalExtV("inhibitAnyPolicy",b,P);if(b=k[0],P=k[1],b!=null){var H={extname:"inhibitAnyPolicy"};P&&(H.critical=!0);var G=w(b,0);return G==-1?new I("wrong value"):(H.skip=G,H)}},this.getExtCRLNumber=function(b,P){var k={extname:"cRLNumber"};if(P&&(k.critical=!0),b.substr(0,2)=="02")return k.num={hex:n(b,0)},k;throw new I("hExtV parse error: "+b)},this.getExtCRLReason=function(b,P){var k={extname:"cRLReason"};if(P&&(k.critical=!0),b.substr(0,2)=="0a")return k.code=parseInt(n(b,0),16),k;throw new Error("hExtV parse error: "+b)},this.getExtOcspNonce=function(b,P){var k={extname:"ocspNonce"};P&&(k.critical=!0);var H=n(b,0);return k.hex=H,k},this.getExtOcspNoCheck=function(b,P){var k={extname:"ocspNoCheck"};return P&&(k.critical=!0),k},this.getExtAdobeTimeStamp=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("adobeTimeStamp");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"adobeTimeStamp"};P&&(H.critical=!0);var G=r(b,0);if(G.length>1){var Y=i(b,G[1]),K=this.getGeneralName(Y);K.uri!=null&&(H.uri=K.uri)}if(G.length>2){var z=i(b,G[2]);z=="0101ff"&&(H.reqauth=!0),z=="010100"&&(H.reqauth=!1)}return H},this.getExtSubjectDirectoryAttributes=function(b,P){if(b===void 0&&P===void 0){var k=this.getExtInfo("subjectDirectoryAttributes");if(k===void 0)return;b=i(this.hex,k.vidx),P=k.critical}var H={extname:"subjectDirectoryAttributes"};P&&(H.critical=!0);try{for(var G=u(b),Y=[],K=0;K<G.seq.length;K++){var z=G.seq[K],X=Yt(z,"seq.0.oid"),se=Yt(z,"seq.1.set");if(X==null||se==null)throw"error";Y.push({attr:X,array:se})}return H.array=Y,H}catch{throw new Error("malformed subjectDirectoryAttributes extension value")}};var _=function(b){var P={};try{var k=b.seq[0].oid,H=g.asn1.x509.OID.name2oid(k);P.type=g.asn1.x509.OID.oid2atype(H);var G=b.seq[1];if(G.utf8str!=null)P.ds="utf8",P.value=G.utf8str.str;else if(G.numstr!=null)P.ds="num",P.value=G.numstr.str;else if(G.telstr!=null)P.ds="tel",P.value=G.telstr.str;else if(G.prnstr!=null)P.ds="prn",P.value=G.prnstr.str;else if(G.ia5str!=null)P.ds="ia5",P.value=G.ia5str.str;else if(G.visstr!=null)P.ds="vis",P.value=G.visstr.str;else if(G.bmpstr!=null)P.ds="bmp",P.value=G.bmpstr.str;else throw"error";return P}catch{throw new Erorr("improper ASN.1 parsed AttrTypeAndValue")}},j=function(b){try{return b.set.map(function(P){return _(P)})}catch(P){throw new Error("improper ASN.1 parsed RDN: "+P)}},M=function(b){try{return b.seq.map(function(P){return j(P)})}catch(P){throw new Error("improper ASN.1 parsed X500Name: "+P)}};this.getX500NameRule=function(b){for(var P=!0,k=!0,H=!1,G="",Y="",K=null,z=[],X=0;X<b.length;X++)for(var se=b[X],ye=0;ye<se.length;ye++)z.push(se[ye]);for(var X=0;X<z.length;X++){var Fe=z[X],Pe=Fe.ds,Je=Fe.value,ce=Fe.type;if(G+=":"+Pe,Pe!="prn"&&Pe!="utf8"&&Pe!="ia5")return"mixed";if(Pe=="ia5"){if(ce!="CN")return"mixed";if(g.lang.String.isMail(Je))continue;return"mixed"}if(ce=="C"){if(Pe=="prn")continue;return"mixed"}if(Y+=":"+Pe,K==null)K=Pe;else if(K!==Pe)return"mixed"}return K??"prn"},this.getAttrTypeAndValue=function(b){var P=u(b);return _(P)},this.getRDN=function(b){var P=u(b);return j(P)},this.getX500NameArray=function(b){var P=u(b);return M(P)},this.getX500Name=function(b,P,k){var H=this.getX500NameArray(b),G=this.dnarraytostr(H),Y={str:G};return Y.array=H,k==!0&&(Y.hex=b),P==!0&&(Y.canon=this.c14nRDNArray(H)),Y},this.readCertPEM=function(b){this.readCertHex(C(b))},this.readCertHex=function(b){this.hex=b,this.getVersion();try{E(this.hex,0,[0,7],"a3"),this.parseExt()}catch{}},this.getParam=function(b){var P={};return b==null&&(b={}),P.version=this.getVersion(),P.serial={hex:this.getSerialNumberHex()},P.sigalg=this.getSignatureAlgorithmField(),P.issuer=this.getIssuer(b.dncanon,b.dnhex),P.notbefore=this.getNotBefore(),P.notafter=this.getNotAfter(),P.subject=this.getSubject(b.dncanon,b.dnhex),P.sbjpubkey=hn(this.getPublicKeyHex(),"PUBLIC KEY"),this.aExtInfo!=null&&this.aExtInfo.length>0&&(P.ext=this.getExtParamArray()),P.sighex=this.getSignatureValueHex(),b.tbshex==!0&&(P.tbshex=h(this.hex,0,[0])),b.nodnarray==!0&&(delete P.issuer.array,delete P.subject.array),P},this.getExtParamArray=function(b){if(b==null){var P=p(this.hex,0,[0,"[3]"]);P!=-1&&(b=d(this.hex,0,[0,"[3]",0],"30"))}for(var k=[],H=r(b,0),G=0;G<H.length;G++){var Y=i(b,H[G]),K=this.getExtParam(Y);K!=null&&k.push(K)}return k},this.getExtParam=function(b){var P={},k=r(b,0),H=k.length;if(H!=2&&H!=3)throw new Error("wrong number elements in Extension: "+H+" "+b);var G=F(o(b,0,[0],"06")),Y=!1;H==3&&h(b,0,[1])=="0101ff"&&(Y=!0);var K=h(b,0,[H-1,0]),z=void 0;if(G=="2.5.29.14"?z=this.getExtSubjectKeyIdentifier(K,Y):G=="2.5.29.15"?z=this.getExtKeyUsage(K,Y):G=="2.5.29.17"?z=this.getExtSubjectAltName(K,Y):G=="2.5.29.18"?z=this.getExtIssuerAltName(K,Y):G=="2.5.29.19"?z=this.getExtBasicConstraints(K,Y):G=="2.5.29.30"?z=this.getExtNameConstraints(K,Y):G=="2.5.29.31"?z=this.getExtCRLDistributionPoints(K,Y):G=="2.5.29.32"?z=this.getExtCertificatePolicies(K,Y):G=="2.5.29.33"?z=this.getExtPolicyMappings(K,Y):G=="2.5.29.35"?z=this.getExtAuthorityKeyIdentifier(K,Y):G=="2.5.29.36"?z=this.getExtPolicyConstraints(K,Y):G=="2.5.29.37"?z=this.getExtExtKeyUsage(K,Y):G=="2.5.29.54"?z=this.getExtInhibitAnyPolicy(K,Y):G=="1.3.6.1.5.5.7.1.1"?z=this.getExtAuthorityInfoAccess(K,Y):G=="2.5.29.20"?z=this.getExtCRLNumber(K,Y):G=="2.5.29.21"?z=this.getExtCRLReason(K,Y):G=="2.5.29.9"?z=this.getExtSubjectDirectoryAttributes(K,Y):G=="1.3.6.1.5.5.7.48.1.2"?z=this.getExtOcspNonce(K,Y):G=="1.3.6.1.5.5.7.48.1.5"?z=this.getExtOcspNoCheck(K,Y):G=="1.2.840.113583.1.1.9.1"?z=this.getExtAdobeTimeStamp(K,Y):Xe.EXT_PARSER[G]!=null&&(z=Xe.EXT_PARSER[G](G,Y,K)),z!=null)return z;var X={extname:G,extn:K};try{X.extn=u(K)}catch{}return Y&&(X.critical=!0),X},this.findExt=function(b,P){for(var k=0;k<b.length;k++)if(b[k].extname==P)return b[k];return null},this.updateExtCDPFullURI=function(b,P){var k=this.findExt(b,"cRLDistributionPoints");if(k!=null&&k.array!=null){for(var H=k.array,G=0;G<H.length;G++)if(H[G].dpname!=null&&H[G].dpname.full!=null)for(var Y=H[G].dpname.full,K=0;K<Y.length;K++){var z=Y[G];z.uri!=null&&(z.uri=P)}}},this.updateExtAIAOCSP=function(b,P){var k=this.findExt(b,"authorityInfoAccess");if(k!=null&&k.array!=null)for(var H=k.array,G=0;G<H.length;G++)H[G].ocsp!=null&&(H[G].ocsp=P)},this.updateExtAIACAIssuer=function(b,P){var k=this.findExt(b,"authorityInfoAccess");if(k!=null&&k.array!=null)for(var H=k.array,G=0;G<H.length;G++)H[G].caissuer!=null&&(H[G].caissuer=P)},this.dnarraytostr=function(b){function P(H){return H.map(function(G){return k(G).replace(/\+/,"\\+")}).join("+")}function k(H){return H.type+"="+H.value}return"/"+b.map(function(H){return P(H).replace(/\//,"\\/")}).join("/")},this.setCanonicalizedDN=function(b){var P;if(b.str!=null&&b.array==null){var k=new g.asn1.x509.X500Name({str:b.str}),H=k.tohex();P=this.getX500NameArray(H)}else P=b.array;b.canon==null&&(b.canon=this.c14nRDNArray(P))},this.c14nRDNArray=function(b){for(var P=[],k=0;k<b.length;k++){for(var H=b[k],G=[],Y=0;Y<H.length;Y++){var K=H[Y],z=K.value;z=z.replace(/^\s*/,""),z=z.replace(/\s*$/,""),z=z.replace(/\s+/g," "),z=z.toLowerCase(),G.push(K.type.toLowerCase()+"="+z)}P.push(G.join("+"))}return"/"+P.join("/")},this.getInfo=function(){var b=function(Qt){for(var pt="",Mt=" ",st=`
|
||
`,Ye=Qt.array,er=0;er<Ye.length;er++){var qe=Ye[er];if(qe.dn!=null&&(pt+=Mt+"dn: "+qe.dn.str+st),qe.ip!=null&&(pt+=Mt+"ip: "+qe.ip+st),qe.rfc822!=null&&(pt+=Mt+"rfc822: "+qe.rfc822+st),qe.dns!=null&&(pt+=Mt+"dns: "+qe.dns+st),qe.uri!=null&&(pt+=Mt+"uri: "+qe.uri+st),qe.other!=null){var Pt=qe.other.oid,Kr=JSON.stringify(qe.other.value).replace(/\"/g,"");pt+=Mt+"other: "+Pt+"="+Kr+st}}return pt=pt.replace(/\n$/,""),pt},P=function(Qt){for(var pt="",Mt=Qt.array,st=0;st<Mt.length;st++){var Ye=Mt[st];if(pt+=" policy oid: "+Ye.policyoid+`
|
||
`,Ye.array!==void 0)for(var er=0;er<Ye.array.length;er++){var qe=Ye.array[er];qe.cps!==void 0&&(pt+=" cps: "+qe.cps+`
|
||
`)}}return pt},k=function(Qt){for(var pt="",Mt=Qt.array,st=0;st<Mt.length;st++){var Ye=Mt[st];try{Ye.dpname.full[0].uri!==void 0&&(pt+=" "+Ye.dpname.full[0].uri+`
|
||
`)}catch{}try{Ye.dname.full[0].dn.hex!==void 0&&(pt+=" "+Xe.hex2dn(Ye.dpname.full[0].dn.hex)+`
|
||
`)}catch{}}return pt},H=function(Qt){for(var pt="",Mt=Qt.array,st=0;st<Mt.length;st++){var Ye=Mt[st];Ye.caissuer!==void 0&&(pt+=" caissuer: "+Ye.caissuer+`
|
||
`),Ye.ocsp!==void 0&&(pt+=" ocsp: "+Ye.ocsp+`
|
||
`)}return pt},G=Xe,Y,K,z;if(Y=`Basic Fields
|
||
`,Y+=" serial number: "+this.getSerialNumberHex()+`
|
||
`,Y+=" signature algorithm: "+this.getSignatureAlgorithmField()+`
|
||
`,Y+=" issuer: "+this.getIssuerString()+`
|
||
`,Y+=" notBefore: "+this.getNotBefore()+`
|
||
`,Y+=" notAfter: "+this.getNotAfter()+`
|
||
`,Y+=" subject: "+this.getSubjectString()+`
|
||
`,Y+=` subject public key info:
|
||
`,K=this.getPublicKey(),Y+=" key algorithm: "+K.type+`
|
||
`,K.type==="RSA"&&(Y+=" n="+vp(K.n.toString(16)).substr(0,16)+`...
|
||
`,Y+=" e="+vp(K.e.toString(16))+`
|
||
`),z=this.aExtInfo,z!=null){Y+=`X509v3 Extensions:
|
||
`;for(var X=0;X<z.length;X++){var se=z[X],ye=g.asn1.x509.OID.oid2name(se.oid);ye===""&&(ye=se.oid);var Fe="";if(se.critical===!0&&(Fe="CRITICAL"),Y+=" "+ye+" "+Fe+`:
|
||
`,ye==="basicConstraints"){var Pe=this.getExtBasicConstraints();Pe.cA===void 0?Y+=` {}
|
||
`:(Y+=" cA=true",Pe.pathLen!==void 0&&(Y+=", pathLen="+Pe.pathLen),Y+=`
|
||
`)}else if(ye=="policyMappings"){var Je=this.getExtPolicyMappings().array,ce=Je.map(function(Qt){var pt=Qt;return pt[0]+":"+pt[1]}).join(", ");Y+=" "+ce+`
|
||
`}else if(ye=="policyConstraints"){var Be=this.getExtPolicyConstraints();Y+=" ",Be.reqexp!=null&&(Y+=" reqexp="+Be.reqexp),Be.inhibit!=null&&(Y+=" inhibit="+Be.inhibit),Y+=`
|
||
`}else if(ye=="inhibitAnyPolicy"){var Be=this.getExtInhibitAnyPolicy();Y+=" skip="+Be.skip+`
|
||
`}else if(ye=="keyUsage")Y+=" "+this.getExtKeyUsageString()+`
|
||
`;else if(ye=="subjectKeyIdentifier")Y+=" "+this.getExtSubjectKeyIdentifier().kid.hex+`
|
||
`;else if(ye=="authorityKeyIdentifier"){var Ve=this.getExtAuthorityKeyIdentifier();Ve.kid!==void 0&&(Y+=" kid="+Ve.kid.hex+`
|
||
`)}else if(ye=="extKeyUsage"){var Dr=this.getExtExtKeyUsage().array;Y+=" "+Dr.join(", ")+`
|
||
`}else if(ye=="subjectAltName"){var jt=b(this.getExtSubjectAltName());Y+=jt+`
|
||
`}else if(ye=="cRLDistributionPoints"){var Ct=this.getExtCRLDistributionPoints();Y+=k(Ct)}else if(ye=="authorityInfoAccess"){var cr=this.getExtAuthorityInfoAccess();Y+=H(cr)}else ye=="certificatePolicies"&&(Y+=P(this.getExtCertificatePolicies()))}}return Y+="signature algorithm: "+this.getSignatureAlgorithmName()+`
|
||
`,Y+="signature: "+this.getSignatureValueHex().substr(0,16)+`...
|
||
`,Y},typeof e=="string"&&(e.indexOf("-----BEGIN")!=-1?this.readCertPEM(e):g.lang.String.isHex(e)&&this.readCertHex(e))}Xe.EXT_PARSER={};Xe.registExtParser=function(e,t){Xe.EXT_PARSER[e]=t};Xe.hex2dn=function(e,t){t===void 0&&(t=0);var r=new Xe,n=De.getTLV(e,t),s=r.getX500Name(e);return s.str};Xe.hex2rdn=function(e,t){if(t===void 0&&(t=0),e.substr(t,2)!=="31")throw new Error("malformed RDN");for(var r=new Array,n=De.getChildIdx(e,t),s=0;s<n.length;s++)r.push(Xe.hex2attrTypeValue(e,n[s]));return r=r.map(function(u){return u.replace("+","\\+")}),r.join("+")};Xe.hex2attrTypeValue=function(e,t){var r=De,n=r.getV;if(t===void 0&&(t=0),e.substr(t,2)!=="30")throw new Error("malformed attribute type and value");var s=r.getChildIdx(e,t);s.length!==2||e.substr(s[0],2);var u=n(e,s[0]),i=g.asn1.ASN1Util.oidHexToInt(u),o=g.asn1.x509.OID.oid2atype(i),l=n(e,s[1]),h=Yn(l);return o+"="+h};Xe.getPublicKeyFromCertHex=function(e){var t=new Xe;return t.readCertHex(e),t.getPublicKey()};Xe.getPublicKeyFromCertPEM=function(e){var t=new Xe;return t.readCertPEM(e),t.getPublicKey()};Xe.getPublicKeyInfoPropOfCertPEM=function(e){var t=De,r=t.getVbyList,n={},s,u,i;return n.algparam=null,s=new Xe,s.readCertPEM(e),u=s.getPublicKeyHex(),n.keyhex=r(u,0,[1],"03").substr(2),n.algoid=r(u,0,[0,0],"06"),n.algoid==="2a8648ce3d0201"&&(n.algparam=r(u,0,[0,1],"06")),n};Xe.KEYUSAGE_NAME=["digitalSignature","nonRepudiation","keyEncipherment","dataEncipherment","keyAgreement","keyCertSign","cRLSign","encipherOnly","decipherOnly"];var Q8=function(e){var t=g,r=t.lang.String.isHex,n=De,s=n.getV,u=n.getTLV,i=n.getVbyList,o=n.getTLVbyList,l=n.getTLVbyListEx,h=n.getIdxbyList,d=n.getIdxbyListEx,E=n.getChildIdx,p=new Xe;this.hex=null,this.posSigAlg=null,this.posRevCert=null,this.parsed=null,this._setPos=function(){var f=h(this.hex,0,[0,0]),w=this.hex.substr(f,2);if(w=="02")this.posSigAlg=1;else if(w=="30")this.posSigAlg=0;else throw new Error("malformed 1st item of TBSCertList: "+w);var v=h(this.hex,0,[0,this.posSigAlg+3]),F=this.hex.substr(v,2);if(F=="17"||F=="18"){var A,C;A=h(this.hex,0,[0,this.posSigAlg+4]),this.posRevCert=null,A!=-1&&(C=this.hex.substr(A,2),C=="30"&&(this.posRevCert=this.posSigAlg+4))}else if(F=="30")this.posRevCert=this.posSigAlg+3;else if(F=="a0")this.posRevCert=null;else throw new Error("malformed nextUpdate or revCert tag: "+F)},this.getVersion=function(){return this.posSigAlg==0?null:parseInt(i(this.hex,0,[0,0],"02"),16)+1},this.getSignatureAlgorithmField=function(){var f=o(this.hex,0,[0,this.posSigAlg],"30");return p.getAlgorithmIdentifierName(f)},this.getIssuer=function(){return p.getX500Name(this.getIssuerHex())},this.getIssuerHex=function(){return o(this.hex,0,[0,this.posSigAlg+1],"30")},this.getThisUpdate=function(){var f=i(this.hex,0,[0,this.posSigAlg+2]);return result=Yn(f)},this.getNextUpdate=function(){var f=h(this.hex,0,[0,this.posSigAlg+3]),w=this.hex.substr(f,2);return w!="17"&&w!="18"?null:Yn(s(this.hex,f))},this.getRevCertArray=function(){if(this.posRevCert==null)return null;for(var f=[],w=h(this.hex,0,[0,this.posRevCert]),v=E(this.hex,w),F=0;F<v.length;F++){var A=u(this.hex,v[F]);f.push(this.getRevCert(A))}return f},this.getRevCert=function(f){var w={},v=E(f,0);return w.sn={hex:i(f,0,[0],"02")},w.date=Yn(i(f,0,[1])),v.length==3&&(w.ext=p.getExtParamArray(o(f,0,[2]))),w},this.findRevCert=function(f){var w=new Xe(f),v=w.getSerialNumberHex();return this.findRevCertBySN(v)},this.findRevCertBySN=function(f){if(this.parsed==null&&this.getParam(),this.parsed.revcert==null)return null;for(var w=this.parsed.revcert,v=0;v<w.length;v++)if(f==w[v].sn.hex)return w[v];return null},this.getSignatureValueHex=function(){return i(this.hex,0,[2],"03",!0)},this.verifySignature=function(f){var w=this.getSignatureAlgorithmField(),v=this.getSignatureValueHex(),F=o(this.hex,0,[0],"30"),A=new g.crypto.Signature({alg:w});return A.init(f),A.updateHex(F),A.verify(v)},this.getParam=function(f){var w={},v=this.getVersion();v!=null&&(w.version=v),w.sigalg=this.getSignatureAlgorithmField(),w.issuer=this.getIssuer(),w.thisupdate=this.getThisUpdate();var F=this.getNextUpdate();F!=null&&(w.nextupdate=F);var A=this.getRevCertArray();A!=null&&(w.revcert=A);var C=d(this.hex,0,[0,"[0]"]);if(C!=-1){var S=l(this.hex,0,[0,"[0]",0]);w.ext=p.getExtParamArray(S)}return w.sighex=this.getSignatureValueHex(),this.parsed=w,typeof f=="object"&&(f.tbshex==!0&&(w.tbshex=o(this.hex,0,[0])),f.nodnarray==!0&&delete w.issuer.array),w},typeof e=="string"&&(r(e)?this.hex=e:e.match(/-----BEGIN X509 CRL/)&&(this.hex=or(e)),this._setPos())};(typeof g>"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],o=u[2],l=u[3],h=i+"."+o;if(this.parsedJWS={},this.parsedJWS.headB64U=i,this.parsedJWS.payloadB64U=o,this.parsedJWS.sigvalB64U=l,this.parsedJWS.si=h,!s){var d=nr(l),E=Gn(d,16);this.parsedJWS.sigvalH=d,this.parsedJWS.sigvalBI=E}var p=Gi(i),f=Gi(o);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,o=i.JWS,l=o.readSafeJSONString,h=o.isSafeJSONString,d=u.crypto,E=d.ECDSA,p=d.Mac,f=d.Signature,w=JSON,v,F,A;if(typeof t!="string"&&typeof t!="object")throw"spHeader must be JSON string or object: "+t;if(typeof t=="object"&&(F=t,v=w.stringify(F)),typeof t=="string"){if(v=t,!h(v))throw"JWS Head is not safe JSON string: "+v;F=l(v)}if(A=r,typeof r=="object"&&(A=w.stringify(r)),(e==""||e==null)&&F.alg!==void 0&&(e=F.alg),e!=""&&e!=null&&F.alg===void 0&&(F.alg=e,v=w.stringify(F)),e!==F.alg)throw"alg and sHeader.alg doesn't match: "+e+"!="+F.alg;var C=null;if(o.jwsalg2sigalg[e]===void 0)throw"unsupported alg name: "+e;C=o.jwsalg2sigalg[e];var S=Dc(v),I=Dc(A),_=S+"."+I,j="";if(C.substr(0,4)=="Hmac"){if(n===void 0)throw"mac key shall be specified for HS* alg";var M=new p({alg:C,prov:"cryptojs",pass:n});M.updateString(_),j=M.doFinal()}else if(C.indexOf("withECDSA")!=-1){var b=new f({alg:C});b.init(n,s),b.updateString(_);var P=b.sign();j=g.crypto.ECDSA.asn1SigToConcatSig(P)}else if(C!="none"){var b=new f({alg:C});b.init(n,s),b.updateString(_),j=b.sign()}var k=Tr(j);return _+"."+k};g.jws.JWS.verify=function(e,t,r){var n=g,s=n.jws,u=s.JWS,i=u.readSafeJSONString,o=n.crypto,l=o.ECDSA,h=o.Mac,d=o.Signature,E;if(typeof it!==void 0&&(E=it),!bp(e))return!1;var p=e.split(".");if(p.length!==3)return!1;var f=p[0],w=p[1],v=f+"."+w,F=nr(p[2]),A=i(Gi(p[0])),C=null,S=null;if(A.alg===void 0)throw"algorithm not specified in header";if(C=A.alg,S=C.substr(0,2),r!=null&&Object.prototype.toString.call(r)==="[object Array]"&&r.length>0){var I=":"+r.join(":")+":";if(I.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=At.getKey(t)),(S=="RS"||S=="PS")&&!(t instanceof E))throw"key shall be a RSAKey obj for RS* and PS* algs";if(S=="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 M=new h({alg:_,pass:t});return M.updateString(v),j=M.doFinal(),F==j}else if(_.indexOf("withECDSA")!=-1){var b=null;try{b=l.concatSigToASN1Sig(F)}catch{return!1}var P=new d({alg:_});return P.init(t),P.updateString(v),P.verify(b)}else{var P=new d({alg:_});return P.init(t),P.updateString(v),P.verify(F)}};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(Gi(n)),r.payloadObj=g.jws.JWS.readSafeJSONString(Gi(s)),r.headerPP=JSON.stringify(r.headerObj,null," "),r.payloadObj==null?r.payloadPP=Gi(s):r.payloadPP=JSON.stringify(r.payloadObj,null," "),u!==void 0&&(r.sigHex=nr(u)),r};g.jws.JWS.verifyJWT=function(e,t,r){var n=g,s=n.jws,u=s.JWS,i=u.readSafeJSONString,o=u.inArray,l=u.includedArray;if(!bp(e))return!1;var h=e.split(".");if(h.length!=3)return!1;var d=h[0],E=h[1],p=d+"."+E,f=nr(h[2]),w=i(Gi(d)),v=i(Gi(E));if(w.alg===void 0)return!1;if(r.alg===void 0)throw"acceptField.alg shall be specified";if(!o(w.alg,r.alg)||v.iss!==void 0&&typeof r.iss=="object"&&!o(v.iss,r.iss)||v.sub!==void 0&&typeof r.sub=="object"&&!o(v.sub,r.sub))return!1;if(v.aud!==void 0&&typeof r.aud=="object"){if(typeof v.aud=="string"){if(!o(v.aud,r.aud))return!1}else if(typeof v.aud=="object"&&!l(v.aud,r.aud))return!1}var F=s.IntDate.getNow();return r.verifyAt!==void 0&&typeof r.verifyAt=="number"&&(F=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<F||v.nbf!==void 0&&typeof v.nbf=="number"&&F<v.nbf-r.gracePeriod||v.iat!==void 0&&typeof v.iat=="number"&&F<v.iat-r.gracePeriod||v.jti!==void 0&&r.jti!==void 0&&v.jti!==r.jti||!u.verify(e,t,r.alg))};g.jws.JWS.includedArray=function(e,t){var r=g.jws.JWS.inArray;if(e===null||typeof e!="object"||typeof e.length!="number")return!1;for(var n=0;n<e.length;n++)if(!r(e[n],t))return!1;return!0};g.jws.JWS.inArray=function(e,t){if(t===null||typeof t!="object"||typeof t.length!="number")return!1;for(var r=0;r<t.length;r++)if(t[r]==e)return!0;return!1};g.jws.JWS.jwsalg2sigalg={HS256:"HmacSHA256",HS384:"HmacSHA384",HS512:"HmacSHA512",RS256:"SHA256withRSA",RS384:"SHA384withRSA",RS512:"SHA512withRSA",ES256:"SHA256withECDSA",ES384:"SHA384withECDSA",ES512:"SHA512withECDSA",PS256:"SHA256withRSAandMGF1",PS384:"SHA384withRSAandMGF1",PS512:"SHA512withRSAandMGF1",none:"none"};g.jws.JWS.isSafeJSONString=function(e,t,r){var n=null;try{return n=ov(e),typeof n!="object"||n.constructor===Array?0:(t&&(t[r]=n),1)}catch{return 0}};g.jws.JWS.readSafeJSONString=function(e){var t=null;try{return t=ov(e),typeof t!="object"||t.constructor===Array?null:t}catch{return null}};g.jws.JWS.getEncodedSignatureValueFromJWS=function(e){var t=e.match(/^[^.]+\.[^.]+\.([^.]+)$/);if(t==null)throw"JWS signature is not a form of 'Head.Payload.SigValue'.";return t[1]};g.jws.JWS.getJWKthumbprint=function(e){if(e.kty!=="RSA"&&e.kty!=="EC"&&e.kty!=="oct")throw"unsupported algorithm for JWK Thumprint";var t="{";if(e.kty==="RSA"){if(typeof e.n!="string"||typeof e.e!="string")throw"wrong n and e value for RSA key";t+='"e":"'+e.e+'",',t+='"kty":"'+e.kty+'",',t+='"n":"'+e.n+'"}'}else if(e.kty==="EC"){if(typeof e.crv!="string"||typeof e.x!="string"||typeof e.y!="string")throw"wrong crv, x and y value for EC key";t+='"crv":"'+e.crv+'",',t+='"kty":"'+e.kty+'",',t+='"x":"'+e.x+'",',t+='"y":"'+e.y+'"}'}else if(e.kty==="oct"){if(typeof e.k!="string")throw"wrong k value for oct(symmetric) key";t+='"kty":"'+e.kty+'",',t+='"k":"'+e.k+'"}'}var r=ps(t),n=g.crypto.Util.hashHex(r,"sha256"),s=Tr(n);return s};g.jws.IntDate={};g.jws.IntDate.get=function(e){var t=g.jws.IntDate,r=t.getNow,n=t.getZulu;if(e=="now")return r();if(e=="now + 1hour")return r()+60*60;if(e=="now + 1day")return r()+60*60*24;if(e=="now + 1month")return r()+60*60*24*30;if(e=="now + 1year")return r()+60*60*24*365;if(e.match(/Z$/))return n(e);if(e.match(/^[0-9]+$/))return parseInt(e);throw"unsupported format: "+e};g.jws.IntDate.getZulu=function(e){return hv(e)};g.jws.IntDate.getNow=function(){var e=~~(new Date/1e3);return e};g.jws.IntDate.intDate2UTCString=function(e){var t=new Date(e*1e3);return t.toUTCString()};g.jws.IntDate.intDate2Zulu=function(e){var t=new Date(e*1e3),r=("0000"+t.getUTCFullYear()).slice(-4),n=("00"+(t.getUTCMonth()+1)).slice(-2),s=("00"+t.getUTCDate()).slice(-2),u=("00"+t.getUTCHours()).slice(-2),i=("00"+t.getUTCMinutes()).slice(-2),o=("00"+t.getUTCSeconds()).slice(-2);return r+n+s+u+i+o+"Z"};(typeof g>"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,o){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,o),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;u<s.length;u++){var i=s[u];if(i.length!==2)return!1;var o=this.verifyNth(u,i[0],i[1]);if(o===!1)return!1}return!0},this.verifyNth=function(s,u,i){if(this.aHeader.length<=s||this.aSignature.length<=s)return!1;var o=this.aHeader[s],l=this.aSignature[s],h=o+"."+this.sPayload+"."+l,d=!1;try{d=r.verify(h,u,i)}catch{return!1}return d},this.readJWSJS=function(s){if(typeof s=="string"){var u=n(s);if(u==null)throw"argument is not safe JSON object string";this.aHeader=u.headers,this.sPayload=u.payload,this.aSignature=u.signatures}else try{if(s.headers.length>0)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}};be.SecureRandom=So;be.rng_seed_time=Cp;be.BigInteger=ee;be.RSAKey=it;be.ECDSA=g.crypto.ECDSA;be.DSA=g.crypto.DSA;be.Signature=g.crypto.Signature;be.MessageDigest=g.crypto.MessageDigest;be.Mac=g.crypto.Mac;be.KEYUTIL=At;be.ASN1HEX=De;be.X509=Xe;be.X509CRL=Q8;be.CryptoJS=Ie;be.b64tohex=Fo;be.b64toBA=nv;be.ECFieldElementFp=Or;be.ECPointFp=Tt;be.ECCurveFp=nu;be.stoBA=cv;be.BAtos=lv;be.BAtohex=Ef;be.stohex=zn;be.stob64=T8;be.stob64u=O8;be.b64utos=x8;be.b64tob64u=Co;be.b64utob64=Sc;be.hex2b64=ru;be.hextob64u=Tr;be.b64utohex=nr;be.utf8tob64u=Dc;be.b64utoutf8=Gi;be.utf8tob64=N8;be.b64toutf8=k8;be.utf8tohex=Af;be.hextoutf8=Ht;be.hextorstr=Yn;be.rstrtohex=ps;be.hextob64=Fp;be.hextob64nl=H8;be.b64nltohex=fv;be.hextopem=hn;be.pemtohex=or;be.hextoArrayBuffer=q8;be.ArrayBuffertohex=V8;be.zulutomsec=Dp;be.msectozulu=K8;be.zulutosec=hv;be.zulutodate=G8;be.datetozulu=z8;be.uricmptohex=Cf;be.hextouricmp=Ff;be.ipv6tohex=gp;be.hextoipv6=mp;be.hextoip=pf;be.iptohex=yp;be.ucs2hextoutf8=Sp;be.encodeURIComponentAll=Df;be.newline_toUnix=Y8;be.newline_toDos=W8;be.hextoposhex=vp;be.intarystrtohex=X8;be.strdiffidx=J8;be.oidtohex=gv;be.hextooid=yf;be.strpad=df;be.bitstrtoint=vv;be.inttobitstr=Ev;be.bitstrtobinstr=Av;be.binstrtobitstr=Z8;be.isBase64URLDot=bp;be.namearraytobinstr=gf;be.extendClass=de;be.foldnl=wf;be.b64topem=j8;be.pemtob64=M8;be.timeogen=pv;be.aryval=Yt;be.inttohex=mv;be.twoscompl=bc;be.KJUR=g;be.crypto=g.crypto;be.asn1=g.asn1;be.jws=g.jws;be.lang=g.lang;be.VERSION=o5;be.VERSION_FULL=c5});var _a=Se((cR,ba)=>{"use strict";function Sv(e){return typeof e>"u"||e===null}function tb(e){return typeof e=="object"&&e!==null}function rb(e){return Array.isArray(e)?e:Sv(e)?[]:[e]}function nb(e,t){var r,n,s,u;if(t)for(u=Object.keys(t),r=0,n=u.length;r<n;r+=1)s=u[r],e[s]=t[s];return e}function ib(e,t){var r="",n;for(n=0;n<t;n+=1)r+=e;return r}function sb(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}ba.exports.isNothing=Sv;ba.exports.isObject=tb;ba.exports.toArray=rb;ba.exports.repeat=ib;ba.exports.isNegativeZero=sb;ba.exports.extend=nb});var bo=Se((lR,bv)=>{"use strict";function _c(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||""}_c.prototype=Object.create(Error.prototype);_c.prototype.constructor=_c;_c.prototype.toString=function(t){var r=this.name+": ";return r+=this.reason||"(unknown reason)",!t&&this.mark&&(r+=" "+this.mark.toString()),r};bv.exports=_c});var Bv=Se((fR,Iv)=>{"use strict";var _v=_a();function Ip(e,t,r,n,s){this.name=e,this.buffer=t,this.position=r,this.line=n,this.column=s}Ip.prototype.getSnippet=function(t,r){var n,s,u,i,o;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;i<this.buffer.length&&`\0\r
|
||
\x85\u2028\u2029`.indexOf(this.buffer.charAt(i))===-1;)if(i+=1,i-this.position>r/2-1){u=" ... ",i-=5;break}return o=this.buffer.slice(s,i),_v.repeat(" ",t)+n+o+u+`
|
||
`+_v.repeat(" ",t+this.position-s+n.length)+"^"};Ip.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};Iv.exports=Ip});var xr=Se((hR,Pv)=>{"use strict";var $v=bo(),ub=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],ab=["scalar","sequence","mapping"];function ob(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(n){t[String(n)]=r})}),t}function cb(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(ub.indexOf(r)===-1)throw new $v('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=ob(t.styleAliases||null),ab.indexOf(this.kind)===-1)throw new $v('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}Pv.exports=cb});var Ia=Se((pR,Tv)=>{"use strict";var Rv=_a(),Sf=bo(),lb=xr();function Bp(e,t,r){var n=[];return e.include.forEach(function(s){r=Bp(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 fb(){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<r;t+=1)arguments[t].forEach(n);return e}function _o(e){this.include=e.include||[],this.implicit=e.implicit||[],this.explicit=e.explicit||[],this.implicit.forEach(function(t){if(t.loadKind&&t.loadKind!=="scalar")throw new Sf("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")}),this.compiledImplicit=Bp(this,"implicit",[]),this.compiledExplicit=Bp(this,"explicit",[]),this.compiledTypeMap=fb(this.compiledImplicit,this.compiledExplicit)}_o.DEFAULT=null;_o.create=function(){var t,r;switch(arguments.length){case 1:t=_o.DEFAULT,r=arguments[0];break;case 2:t=arguments[0],r=arguments[1];break;default:throw new Sf("Wrong number of arguments for Schema.create function")}if(t=Rv.toArray(t),r=Rv.toArray(r),!t.every(function(n){return n instanceof _o}))throw new Sf("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!r.every(function(n){return n instanceof lb}))throw new Sf("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new _o({include:t,explicit:r})};Tv.exports=_o});var xv=Se((dR,Ov)=>{"use strict";var hb=xr();Ov.exports=new hb("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var kv=Se((gR,Nv)=>{"use strict";var pb=xr();Nv.exports=new pb("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var Uv=Se((mR,Lv)=>{"use strict";var db=xr();Lv.exports=new db("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var bf=Se((vR,Hv)=>{"use strict";var gb=Ia();Hv.exports=new gb({explicit:[xv(),kv(),Uv()]})});var Mv=Se((ER,jv)=>{"use strict";var mb=xr();function vb(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function Eb(){return null}function Ab(e){return e===null}jv.exports=new mb("tag:yaml.org,2002:null",{kind:"scalar",resolve:vb,construct:Eb,predicate:Ab,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var Vv=Se((AR,qv)=>{"use strict";var wb=xr();function Cb(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 Fb(e){return e==="true"||e==="True"||e==="TRUE"}function Db(e){return Object.prototype.toString.call(e)==="[object Boolean]"}qv.exports=new wb("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Cb,construct:Fb,predicate:Db,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 Gv=Se((wR,Kv)=>{"use strict";var yb=_a(),Sb=xr();function bb(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function _b(e){return 48<=e&&e<=55}function Ib(e){return 48<=e&&e<=57}function Bb(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<t;r++)if(s=e[r],s!=="_"){if(s!=="0"&&s!=="1")return!1;n=!0}return n&&s!=="_"}if(s==="x"){for(r++;r<t;r++)if(s=e[r],s!=="_"){if(!bb(e.charCodeAt(r)))return!1;n=!0}return n&&s!=="_"}for(;r<t;r++)if(s=e[r],s!=="_"){if(!_b(e.charCodeAt(r)))return!1;n=!0}return n&&s!=="_"}if(s==="_")return!1;for(;r<t;r++)if(s=e[r],s!=="_"){if(s===":")break;if(!Ib(e.charCodeAt(r)))return!1;n=!0}return!n||s==="_"?!1:s!==":"?!0:/^(:[0-5]?[0-9])+$/.test(e.slice(r))}function $b(e){var t=e,r=1,n,s,u=[];return t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),n=t[0],(n==="-"||n==="+")&&(n==="-"&&(r=-1),t=t.slice(1),n=t[0]),t==="0"?0:n==="0"?t[1]==="b"?r*parseInt(t.slice(2),2):t[1]==="x"?r*parseInt(t,16):r*parseInt(t,8):t.indexOf(":")!==-1?(t.split(":").forEach(function(i){u.unshift(parseInt(i,10))}),t=0,s=1,u.forEach(function(i){t+=i*s,s*=60}),r*t):r*parseInt(t,10)}function Pb(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!yb.isNegativeZero(e)}Kv.exports=new Sb("tag:yaml.org,2002:int",{kind:"scalar",resolve:Bb,construct:$b,predicate:Pb,represent:{binary:function(e){return e>=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 Wv=Se((CR,Yv)=>{"use strict";var zv=_a(),Rb=xr(),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 Ob(e){return!(e===null||!Tb.test(e)||e[e.length-1]==="_")}function xb(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 Nb=/^[-+]?[0-9]+e/;function kb(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(zv.isNegativeZero(e))return"-0.0";return r=e.toString(10),Nb.test(r)?r.replace("e",".e"):r}function Lb(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||zv.isNegativeZero(e))}Yv.exports=new Rb("tag:yaml.org,2002:float",{kind:"scalar",resolve:Ob,construct:xb,predicate:Lb,represent:kb,defaultStyle:"lowercase"})});var $p=Se((FR,Xv)=>{"use strict";var Ub=Ia();Xv.exports=new Ub({include:[bf()],implicit:[Mv(),Vv(),Gv(),Wv()]})});var Pp=Se((DR,Jv)=>{"use strict";var Hb=Ia();Jv.exports=new Hb({include:[$p()]})});var t2=Se((yR,e2)=>{"use strict";var jb=xr(),Zv=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),Qv=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 Mb(e){return e===null?!1:Zv.exec(e)!==null||Qv.exec(e)!==null}function qb(e){var t,r,n,s,u,i,o,l=0,h=null,d,E,p;if(t=Zv.exec(e),t===null&&(t=Qv.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],o=+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,o,l)),h&&p.setTime(p.getTime()-h),p}function Vb(e){return e.toISOString()}e2.exports=new jb("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:Mb,construct:qb,instanceOf:Date,represent:Vb})});var n2=Se((SR,r2)=>{"use strict";var Kb=xr();function Gb(e){return e==="<<"||e===null}r2.exports=new Kb("tag:yaml.org,2002:merge",{kind:"scalar",resolve:Gb})});var u2=Se((bR,s2)=>{"use strict";var Ba;try{i2=Ea,Ba=i2("buffer").Buffer}catch{}var i2,zb=xr(),Rp=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
||
\r`;function Yb(e){if(e===null)return!1;var t,r,n=0,s=e.length,u=Rp;for(r=0;r<s;r++)if(t=u.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;n+=6}return n%8===0}function Wb(e){var t,r,n=e.replace(/[\r\n=]/g,""),s=n.length,u=Rp,i=0,o=[];for(t=0;t<s;t++)t%4===0&&t&&(o.push(i>>16&255),o.push(i>>8&255),o.push(i&255)),i=i<<6|u.indexOf(n.charAt(t));return r=s%4*6,r===0?(o.push(i>>16&255),o.push(i>>8&255),o.push(i&255)):r===18?(o.push(i>>10&255),o.push(i>>2&255)):r===12&&o.push(i>>4&255),Ba?Ba.from?Ba.from(o):new Ba(o):o}function Xb(e){var t="",r=0,n,s,u=e.length,i=Rp;for(n=0;n<u;n++)n%3===0&&n&&(t+=i[r>>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 Jb(e){return Ba&&Ba.isBuffer(e)}s2.exports=new zb("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Yb,construct:Wb,predicate:Jb,represent:Xb})});var o2=Se((IR,a2)=>{"use strict";var Zb=xr(),Qb=Object.prototype.hasOwnProperty,e_=Object.prototype.toString;function t_(e){if(e===null)return!0;var t=[],r,n,s,u,i,o=e;for(r=0,n=o.length;r<n;r+=1){if(s=o[r],i=!1,e_.call(s)!=="[object Object]")return!1;for(u in s)if(Qb.call(s,u))if(!i)i=!0;else return!1;if(!i)return!1;if(t.indexOf(u)===-1)t.push(u);else return!1}return!0}function r_(e){return e!==null?e:[]}a2.exports=new Zb("tag:yaml.org,2002:omap",{kind:"sequence",resolve:t_,construct:r_})});var l2=Se((BR,c2)=>{"use strict";var n_=xr(),i_=Object.prototype.toString;function s_(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<r;t+=1){if(n=i[t],i_.call(n)!=="[object Object]"||(s=Object.keys(n),s.length!==1))return!1;u[t]=[s[0],n[s[0]]]}return!0}function u_(e){if(e===null)return[];var t,r,n,s,u,i=e;for(u=new Array(i.length),t=0,r=i.length;t<r;t+=1)n=i[t],s=Object.keys(n),u[t]=[s[0],n[s[0]]];return u}c2.exports=new n_("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:s_,construct:u_})});var h2=Se(($R,f2)=>{"use strict";var a_=xr(),o_=Object.prototype.hasOwnProperty;function c_(e){if(e===null)return!0;var t,r=e;for(t in r)if(o_.call(r,t)&&r[t]!==null)return!1;return!0}function l_(e){return e!==null?e:{}}f2.exports=new a_("tag:yaml.org,2002:set",{kind:"mapping",resolve:c_,construct:l_})});var Io=Se((PR,p2)=>{"use strict";var f_=Ia();p2.exports=new f_({include:[Pp()],implicit:[t2(),n2()],explicit:[u2(),o2(),l2(),h2()]})});var g2=Se((RR,d2)=>{"use strict";var h_=xr();function p_(){return!0}function d_(){}function g_(){return""}function m_(e){return typeof e>"u"}d2.exports=new h_("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:p_,construct:d_,predicate:m_,represent:g_})});var v2=Se((TR,m2)=>{"use strict";var v_=xr();function E_(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 A_(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 w_(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}function C_(e){return Object.prototype.toString.call(e)==="[object RegExp]"}m2.exports=new v_("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:E_,construct:A_,predicate:C_,represent:w_})});var w2=Se((OR,A2)=>{"use strict";var _f;try{E2=Ea,_f=E2("esprima")}catch{typeof window<"u"&&(_f=window.esprima)}var E2,F_=xr();function D_(e){if(e===null)return!1;try{var t="("+e+")",r=_f.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 y_(e){var t="("+e+")",r=_f.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 S_(e){return e.toString()}function b_(e){return Object.prototype.toString.call(e)==="[object Function]"}A2.exports=new F_("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:D_,construct:y_,predicate:b_,represent:S_})});var Ic=Se((NR,F2)=>{"use strict";var C2=Ia();F2.exports=C2.DEFAULT=new C2({include:[Io()],explicit:[g2(),v2(),w2()]})});var j2=Se((kR,Bc)=>{"use strict";var iu=_a(),B2=bo(),__=Bv(),$2=Io(),I_=Ic(),qu=Object.prototype.hasOwnProperty,If=1,P2=2,R2=3,Bf=4,Tp=1,B_=2,D2=3,$_=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,P_=/[\x85\u2028\u2029]/,R_=/[,\[\]\{\}]/,T2=/^(?:!|!!|![a-z\-]+!)$/i,O2=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function y2(e){return Object.prototype.toString.call(e)}function ds(e){return e===10||e===13}function Pa(e){return e===9||e===32}function Wn(e){return e===9||e===32||e===10||e===13}function Bo(e){return e===44||e===91||e===93||e===123||e===125}function T_(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function O_(e){return e===120?2:e===117?4:e===85?8:0}function x_(e){return 48<=e&&e<=57?e-48:-1}function S2(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 N_(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var x2=new Array(256),N2=new Array(256);for($a=0;$a<256;$a++)x2[$a]=S2($a)?1:0,N2[$a]=S2($a);var $a;function k_(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||I_,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 k2(e,t){return new B2(t,new __(e.filename,e.input,e.position,e.line,e.position-e.lineStart))}function Qe(e,t){throw k2(e,t)}function $f(e,t){e.onWarning&&e.onWarning.call(null,k2(e,t))}var b2={YAML:function(t,r,n){var s,u,i;t.version!==null&&Qe(t,"duplication of %YAML directive"),n.length!==1&&Qe(t,"YAML directive accepts exactly one argument"),s=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),s===null&&Qe(t,"ill-formed argument of the YAML directive"),u=parseInt(s[1],10),i=parseInt(s[2],10),u!==1&&Qe(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=i<2,i!==1&&i!==2&&$f(t,"unsupported YAML version of the document")},TAG:function(t,r,n){var s,u;n.length!==2&&Qe(t,"TAG directive accepts exactly two arguments"),s=n[0],u=n[1],T2.test(s)||Qe(t,"ill-formed tag handle (first argument) of the TAG directive"),qu.call(t.tagMap,s)&&Qe(t,'there is a previously declared suffix for "'+s+'" tag handle'),O2.test(u)||Qe(t,"ill-formed tag prefix (second argument) of the TAG directive"),t.tagMap[s]=u}};function Mu(e,t,r,n){var s,u,i,o;if(t<r){if(o=e.input.slice(t,r),n)for(s=0,u=o.length;s<u;s+=1)i=o.charCodeAt(s),i===9||32<=i&&i<=1114111||Qe(e,"expected valid JSON character");else $_.test(o)&&Qe(e,"the stream contains non-printable characters");e.result+=o}}function _2(e,t,r,n){var s,u,i,o;for(iu.isObject(r)||Qe(e,"cannot merge mappings; the provided source object is unacceptable"),s=Object.keys(r),i=0,o=s.length;i<o;i+=1)u=s[i],qu.call(t,u)||(t[u]=r[u],n[u]=!0)}function $o(e,t,r,n,s,u,i,o){var l,h;if(Array.isArray(s))for(s=Array.prototype.slice.call(s),l=0,h=s.length;l<h;l+=1)Array.isArray(s[l])&&Qe(e,"nested arrays are not supported inside keys"),typeof s=="object"&&y2(s[l])==="[object Object]"&&(s[l]="[object Object]");if(typeof s=="object"&&y2(s)==="[object Object]"&&(s="[object Object]"),s=String(s),t===null&&(t={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(u))for(l=0,h=u.length;l<h;l+=1)_2(e,t,u[l],r);else _2(e,t,u,r);else!e.json&&!qu.call(r,s)&&qu.call(t,s)&&(e.line=i||e.line,e.position=o||e.position,Qe(e,"duplicated mapping key")),t[s]=u,delete r[s];return t}function Op(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):Qe(e,"a line break is expected"),e.line+=1,e.lineStart=e.position}function Ir(e,t,r){for(var n=0,s=e.input.charCodeAt(e.position);s!==0;){for(;Pa(s);)s=e.input.charCodeAt(++e.position);if(t&&s===35)do s=e.input.charCodeAt(++e.position);while(s!==10&&s!==13&&s!==0);if(ds(s))for(Op(e),s=e.input.charCodeAt(e.position),n++,e.lineIndent=0;s===32;)e.lineIndent++,s=e.input.charCodeAt(++e.position);else break}return r!==-1&&n!==0&&e.lineIndent<r&&$f(e,"deficient indentation"),n}function Pf(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)&&(t+=3,r=e.input.charCodeAt(t),r===0||Wn(r)))}function xp(e,t){t===1?e.result+=" ":t>1&&(e.result+=iu.repeat(`
|
||
`,t-1))}function L_(e,t,r){var n,s,u,i,o,l,h,d,E=e.kind,p=e.result,f;if(f=e.input.charCodeAt(e.position),Wn(f)||Bo(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&&Bo(s)))return!1;for(e.kind="scalar",e.result="",u=i=e.position,o=!1;f!==0;){if(f===58){if(s=e.input.charCodeAt(e.position+1),Wn(s)||r&&Bo(s))break}else if(f===35){if(n=e.input.charCodeAt(e.position-1),Wn(n))break}else{if(e.position===e.lineStart&&Pf(e)||r&&Bo(f))break;if(ds(f))if(l=e.line,h=e.lineStart,d=e.lineIndent,Ir(e,!1,-1),e.lineIndent>=t){o=!0,f=e.input.charCodeAt(e.position);continue}else{e.position=i,e.line=l,e.lineStart=h,e.lineIndent=d;break}}o&&(Mu(e,u,i,!1),xp(e,e.line-l),u=i=e.position,o=!1),Pa(f)||(i=e.position+1),f=e.input.charCodeAt(++e.position)}return Mu(e,u,i,!1),e.result?!0:(e.kind=E,e.result=p,!1)}function U_(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(Mu(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 ds(r)?(Mu(e,n,s,!0),xp(e,Ir(e,!1,t)),n=s=e.position):e.position===e.lineStart&&Pf(e)?Qe(e,"unexpected end of the document within a single quoted scalar"):(e.position++,s=e.position);Qe(e,"unexpected end of the stream within a single quoted scalar")}function H_(e,t){var r,n,s,u,i,o;if(o=e.input.charCodeAt(e.position),o!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;(o=e.input.charCodeAt(e.position))!==0;){if(o===34)return Mu(e,r,e.position,!0),e.position++,!0;if(o===92){if(Mu(e,r,e.position,!0),o=e.input.charCodeAt(++e.position),ds(o))Ir(e,!1,t);else if(o<256&&x2[o])e.result+=N2[o],e.position++;else if((i=O_(o))>0){for(s=i,u=0;s>0;s--)o=e.input.charCodeAt(++e.position),(i=T_(o))>=0?u=(u<<4)+i:Qe(e,"expected hexadecimal character");e.result+=N_(u),e.position++}else Qe(e,"unknown escape sequence");r=n=e.position}else ds(o)?(Mu(e,r,n,!0),xp(e,Ir(e,!1,t)),r=n=e.position):e.position===e.lineStart&&Pf(e)?Qe(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}Qe(e,"unexpected end of the stream within a double quoted scalar")}function j_(e,t){var r=!0,n,s=e.tag,u,i=e.anchor,o,l,h,d,E,p={},f,w,v,F;if(F=e.input.charCodeAt(e.position),F===91)l=93,E=!1,u=[];else if(F===123)l=125,E=!0,u={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=u),F=e.input.charCodeAt(++e.position);F!==0;){if(Ir(e,!0,t),F=e.input.charCodeAt(e.position),F===l)return e.position++,e.tag=s,e.anchor=i,e.kind=E?"mapping":"sequence",e.result=u,!0;r||Qe(e,"missed comma between flow collection entries"),w=f=v=null,h=d=!1,F===63&&(o=e.input.charCodeAt(e.position+1),Wn(o)&&(h=d=!0,e.position++,Ir(e,!0,t))),n=e.line,Po(e,t,If,!1,!0),w=e.tag,f=e.result,Ir(e,!0,t),F=e.input.charCodeAt(e.position),(d||e.line===n)&&F===58&&(h=!0,F=e.input.charCodeAt(++e.position),Ir(e,!0,t),Po(e,t,If,!1,!0),v=e.result),E?$o(e,u,p,w,f,v):h?u.push($o(e,null,p,w,f,v)):u.push(f),Ir(e,!0,t),F=e.input.charCodeAt(e.position),F===44?(r=!0,F=e.input.charCodeAt(++e.position)):r=!1}Qe(e,"unexpected end of the stream within a flow collection")}function M_(e,t){var r,n,s=Tp,u=!1,i=!1,o=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)Tp===s?s=E===43?D2:B_:Qe(e,"repeat of a chomping mode identifier");else if((d=x_(E))>=0)d===0?Qe(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):i?Qe(e,"repeat of an indentation width identifier"):(o=t+d-1,i=!0);else break;if(Pa(E)){do E=e.input.charCodeAt(++e.position);while(Pa(E));if(E===35)do E=e.input.charCodeAt(++e.position);while(!ds(E)&&E!==0)}for(;E!==0;){for(Op(e),e.lineIndent=0,E=e.input.charCodeAt(e.position);(!i||e.lineIndent<o)&&E===32;)e.lineIndent++,E=e.input.charCodeAt(++e.position);if(!i&&e.lineIndent>o&&(o=e.lineIndent),ds(E)){l++;continue}if(e.lineIndent<o){s===D2?e.result+=iu.repeat(`
|
||
`,u?1+l:l):s===Tp&&u&&(e.result+=`
|
||
`);break}for(n?Pa(E)?(h=!0,e.result+=iu.repeat(`
|
||
`,u?1+l:l)):h?(h=!1,e.result+=iu.repeat(`
|
||
`,l+1)):l===0?u&&(e.result+=" "):e.result+=iu.repeat(`
|
||
`,l):e.result+=iu.repeat(`
|
||
`,u?1+l:l),u=!0,i=!0,l=0,r=e.position;!ds(E)&&E!==0;)E=e.input.charCodeAt(++e.position);Mu(e,r,e.position,!1)}return!0}function I2(e,t){var r,n=e.tag,s=e.anchor,u=[],i,o=!1,l;for(e.anchor!==null&&(e.anchorMap[e.anchor]=u),l=e.input.charCodeAt(e.position);l!==0&&!(l!==45||(i=e.input.charCodeAt(e.position+1),!Wn(i)));){if(o=!0,e.position++,Ir(e,!0,-1)&&e.lineIndent<=t){u.push(null),l=e.input.charCodeAt(e.position);continue}if(r=e.line,Po(e,t,R2,!1,!0),u.push(e.result),Ir(e,!0,-1),l=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&l!==0)Qe(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return o?(e.tag=n,e.anchor=s,e.kind="sequence",e.result=u,!0):!1}function q_(e,t,r){var n,s,u,i,o=e.tag,l=e.anchor,h={},d={},E=null,p=null,f=null,w=!1,v=!1,F;for(e.anchor!==null&&(e.anchorMap[e.anchor]=h),F=e.input.charCodeAt(e.position);F!==0;){if(n=e.input.charCodeAt(e.position+1),u=e.line,i=e.position,(F===63||F===58)&&Wn(n))F===63?(w&&($o(e,h,d,E,p,null),E=p=f=null),v=!0,w=!0,s=!0):w?(w=!1,s=!0):Qe(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,F=n;else if(Po(e,r,P2,!1,!0))if(e.line===u){for(F=e.input.charCodeAt(e.position);Pa(F);)F=e.input.charCodeAt(++e.position);if(F===58)F=e.input.charCodeAt(++e.position),Wn(F)||Qe(e,"a whitespace character is expected after the key-value separator within a block mapping"),w&&($o(e,h,d,E,p,null),E=p=f=null),v=!0,w=!1,s=!1,E=e.tag,p=e.result;else if(v)Qe(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=o,e.anchor=l,!0}else if(v)Qe(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=o,e.anchor=l,!0;else break;if((e.line===u||e.lineIndent>t)&&(Po(e,t,Bf,!0,s)&&(w?p=e.result:f=e.result),w||($o(e,h,d,E,p,f,u,i),E=p=f=null),Ir(e,!0,-1),F=e.input.charCodeAt(e.position)),e.lineIndent>t&&F!==0)Qe(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return w&&$o(e,h,d,E,p,null),v&&(e.tag=o,e.anchor=l,e.kind="mapping",e.result=h),v}function V_(e){var t,r=!1,n=!1,s,u,i;if(i=e.input.charCodeAt(e.position),i!==33)return!1;if(e.tag!==null&&Qe(e,"duplication of a tag property"),i=e.input.charCodeAt(++e.position),i===60?(r=!0,i=e.input.charCodeAt(++e.position)):i===33?(n=!0,s="!!",i=e.input.charCodeAt(++e.position)):s="!",t=e.position,r){do i=e.input.charCodeAt(++e.position);while(i!==0&&i!==62);e.position<e.length?(u=e.input.slice(t,e.position),i=e.input.charCodeAt(++e.position)):Qe(e,"unexpected end of the stream within a verbatim tag")}else{for(;i!==0&&!Wn(i);)i===33&&(n?Qe(e,"tag suffix cannot contain exclamation marks"):(s=e.input.slice(t-1,e.position+1),T2.test(s)||Qe(e,"named tag handle cannot contain such characters"),n=!0,t=e.position+1)),i=e.input.charCodeAt(++e.position);u=e.input.slice(t,e.position),R_.test(u)&&Qe(e,"tag suffix cannot contain flow indicator characters")}return u&&!O2.test(u)&&Qe(e,"tag name cannot contain such characters: "+u),r?e.tag=u:qu.call(e.tagMap,s)?e.tag=e.tagMap[s]+u:s==="!"?e.tag="!"+u:s==="!!"?e.tag="tag:yaml.org,2002:"+u:Qe(e,'undeclared tag handle "'+s+'"'),!0}function K_(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&Qe(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!Wn(r)&&!Bo(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&Qe(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function G_(e){var t,r,n;if(n=e.input.charCodeAt(e.position),n!==42)return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;n!==0&&!Wn(n)&&!Bo(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&Qe(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),qu.call(e.anchorMap,r)||Qe(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],Ir(e,!0,-1),!0}function Po(e,t,r,n,s){var u,i,o,l=1,h=!1,d=!1,E,p,f,w,v;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,u=i=o=Bf===r||R2===r,n&&Ir(e,!0,-1)&&(h=!0,e.lineIndent>t?l=1:e.lineIndent===t?l=0:e.lineIndent<t&&(l=-1)),l===1)for(;V_(e)||K_(e);)Ir(e,!0,-1)?(h=!0,o=u,e.lineIndent>t?l=1:e.lineIndent===t?l=0:e.lineIndent<t&&(l=-1)):o=!1;if(o&&(o=h||s),(l===1||Bf===r)&&(If===r||P2===r?w=t:w=t+1,v=e.position-e.lineStart,l===1?o&&(I2(e,v)||q_(e,v,w))||j_(e,w)?d=!0:(i&&M_(e,w)||U_(e,w)||H_(e,w)?d=!0:G_(e)?(d=!0,(e.tag!==null||e.anchor!==null)&&Qe(e,"alias node should not have any properties")):L_(e,w,If===r)&&(d=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):l===0&&(d=o&&I2(e,v))),e.tag!==null&&e.tag!=="!")if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&Qe(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),E=0,p=e.implicitTypes.length;E<p;E+=1)if(f=e.implicitTypes[E],f.resolve(e.result)){e.result=f.construct(e.result),e.tag=f.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else qu.call(e.typeMap[e.kind||"fallback"],e.tag)?(f=e.typeMap[e.kind||"fallback"][e.tag],e.result!==null&&f.kind!==e.kind&&Qe(e,"unacceptable node kind for !<"+e.tag+'> 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)):Qe(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):Qe(e,"unknown tag !<"+e.tag+">");return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||d}function z_(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&&(Ir(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&&Qe(e,"directive name must not be less than one character in length");i!==0;){for(;Pa(i);)i=e.input.charCodeAt(++e.position);if(i===35){do i=e.input.charCodeAt(++e.position);while(i!==0&&!ds(i));break}if(ds(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&&Op(e),qu.call(b2,n)?b2[n](e,n,s):$f(e,'unknown document directive "'+n+'"')}if(Ir(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,Ir(e,!0,-1)):u&&Qe(e,"directives end mark is expected"),Po(e,e.lineIndent-1,Bf,!1,!0),Ir(e,!0,-1),e.checkLineBreaks&&P_.test(e.input.slice(t,e.position))&&$f(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&Pf(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,Ir(e,!0,-1));return}if(e.position<e.length-1)Qe(e,"end of the stream or a document separator is expected");else return}function L2(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
|
||
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new k_(e,t),n=e.indexOf("\0");for(n!==-1&&(r.position=n,Qe(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)z_(r);return r.documents}function U2(e,t,r){t!==null&&typeof t=="object"&&typeof r>"u"&&(r=t,t=null);var n=L2(e,r);if(typeof t!="function")return n;for(var s=0,u=n.length;s<u;s+=1)t(n[s])}function H2(e,t){var r=L2(e,t);if(r.length!==0){if(r.length===1)return r[0];throw new B2("expected a single document in the stream, but found more")}}function Y_(e,t,r){return typeof t=="object"&&t!==null&&typeof r>"u"&&(r=t,t=null),U2(e,t,iu.extend({schema:$2},r))}function W_(e,t){return H2(e,iu.extend({schema:$2},t))}Bc.exports.loadAll=U2;Bc.exports.load=H2;Bc.exports.safeLoadAll=Y_;Bc.exports.safeLoad=W_});var lE=Se((LR,Up)=>{"use strict";var Pc=_a(),Rc=bo(),X_=Ic(),J_=Io(),W2=Object.prototype.toString,X2=Object.prototype.hasOwnProperty,Z_=9,$c=10,Q_=13,eI=32,tI=33,rI=34,J2=35,nI=37,iI=38,sI=39,uI=42,Z2=44,aI=45,Q2=58,oI=61,cI=62,lI=63,fI=64,eE=91,tE=93,hI=96,rE=123,pI=124,nE=125,pn={};pn[0]="\\0";pn[7]="\\a";pn[8]="\\b";pn[9]="\\t";pn[10]="\\n";pn[11]="\\v";pn[12]="\\f";pn[13]="\\r";pn[27]="\\e";pn[34]='\\"';pn[92]="\\\\";pn[133]="\\N";pn[160]="\\_";pn[8232]="\\L";pn[8233]="\\P";var dI=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function gI(e,t){var r,n,s,u,i,o,l;if(t===null)return{};for(r={},n=Object.keys(t),s=0,u=n.length;s<u;s+=1)i=n[s],o=String(t[i]),i.slice(0,2)==="!!"&&(i="tag:yaml.org,2002:"+i.slice(2)),l=e.compiledTypeMap.fallback[i],l&&X2.call(l.styleAliases,o)&&(o=l.styleAliases[o]),r[i]=o;return r}function M2(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else if(e<=4294967295)r="U",n=8;else throw new Rc("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+Pc.repeat("0",n-t.length)+t}function mI(e){this.schema=e.schema||X_,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=Pc.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=gI(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function q2(e,t){for(var r=Pc.repeat(" ",t),n=0,s=-1,u="",i,o=e.length;n<o;)s=e.indexOf(`
|
||
`,n),s===-1?(i=e.slice(n),n=o):(i=e.slice(n,s+1),n=s+1),i.length&&i!==`
|
||
`&&(u+=r),u+=i;return u}function Np(e,t){return`
|
||
`+Pc.repeat(" ",e.indent*t)}function vI(e,t){var r,n,s;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(s=e.implicitTypes[r],s.resolve(t))return!0;return!1}function Lp(e){return e===eI||e===Z_}function Ro(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==65279||65536<=e&&e<=1114111}function EI(e){return Ro(e)&&!Lp(e)&&e!==65279&&e!==Q_&&e!==$c}function V2(e,t){return Ro(e)&&e!==65279&&e!==Z2&&e!==eE&&e!==tE&&e!==rE&&e!==nE&&e!==Q2&&(e!==J2||t&&EI(t))}function AI(e){return Ro(e)&&e!==65279&&!Lp(e)&&e!==aI&&e!==lI&&e!==Q2&&e!==Z2&&e!==eE&&e!==tE&&e!==rE&&e!==nE&&e!==J2&&e!==iI&&e!==uI&&e!==tI&&e!==pI&&e!==oI&&e!==cI&&e!==sI&&e!==rI&&e!==nI&&e!==fI&&e!==hI}function iE(e){var t=/^\n* /;return t.test(e)}var sE=1,uE=2,aE=3,oE=4,Rf=5;function wI(e,t,r,n,s){var u,i,o,l=!1,h=!1,d=n!==-1,E=-1,p=AI(e.charCodeAt(0))&&!Lp(e.charCodeAt(e.length-1));if(t)for(u=0;u<e.length;u++){if(i=e.charCodeAt(u),!Ro(i))return Rf;o=u>0?e.charCodeAt(u-1):null,p=p&&V2(i,o)}else{for(u=0;u<e.length;u++){if(i=e.charCodeAt(u),i===$c)l=!0,d&&(h=h||u-E-1>n&&e[E+1]!==" ",E=u);else if(!Ro(i))return Rf;o=u>0?e.charCodeAt(u-1):null,p=p&&V2(i,o)}h=h||d&&u-E-1>n&&e[E+1]!==" "}return!l&&!h?p&&!s(e)?sE:uE:r>9&&iE(e)?Rf:h?oE:aE}function CI(e,t,r,n){e.dump=function(){if(t.length===0)return"''";if(!e.noCompatMode&&dI.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 o(l){return vI(e,l)}switch(wI(t,i,e.indent,u,o)){case sE:return t;case uE:return"'"+t.replace(/'/g,"''")+"'";case aE:return"|"+K2(t,e.indent)+G2(q2(t,s));case oE:return">"+K2(t,e.indent)+G2(q2(FI(t,u),s));case Rf:return'"'+DI(t,u)+'"';default:throw new Rc("impossible error: invalid scalar style")}}()}function K2(e,t){var r=iE(e)?String(t):"",n=e[e.length-1]===`
|
||
`,s=n&&(e[e.length-2]===`
|
||
`||e===`
|
||
`),u=s?"+":n?"":"-";return r+u+`
|
||
`}function G2(e){return e[e.length-1]===`
|
||
`?e.slice(0,-1):e}function FI(e,t){for(var r=/(\n+)([^\n]*)/g,n=function(){var h=e.indexOf(`
|
||
`);return h=h!==-1?h:e.length,r.lastIndex=h,z2(e.slice(0,h),t)}(),s=e[0]===`
|
||
`||e[0]===" ",u,i;i=r.exec(e);){var o=i[1],l=i[2];u=l[0]===" ",n+=o+(!s&&!u&&l!==""?`
|
||
`:"")+z2(l,t),s=u}return n}function z2(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,n,s=0,u,i=0,o=0,l="";n=r.exec(e);)o=n.index,o-s>t&&(u=i>s?i:o,l+=`
|
||
`+e.slice(s,u),s=u+1),i=o;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 DI(e){for(var t="",r,n,s,u=0;u<e.length;u++){if(r=e.charCodeAt(u),r>=55296&&r<=56319&&(n=e.charCodeAt(u+1),n>=56320&&n<=57343)){t+=M2((r-55296)*1024+n-56320+65536),u++;continue}s=pn[r],t+=!s&&Ro(r)?e[u]:s||M2(r)}return t}function yI(e,t,r){var n="",s=e.tag,u,i;for(u=0,i=r.length;u<i;u+=1)Ra(e,t,r[u],!1,!1)&&(u!==0&&(n+=","+(e.condenseFlow?"":" ")),n+=e.dump);e.tag=s,e.dump="["+n+"]"}function SI(e,t,r,n){var s="",u=e.tag,i,o;for(i=0,o=r.length;i<o;i+=1)Ra(e,t+1,r[i],!0,!0)&&((!n||i!==0)&&(s+=Np(e,t)),e.dump&&$c===e.dump.charCodeAt(0)?s+="-":s+="- ",s+=e.dump);e.tag=u,e.dump=s||"[]"}function bI(e,t,r){var n="",s=e.tag,u=Object.keys(r),i,o,l,h,d;for(i=0,o=u.length;i<o;i+=1)d="",i!==0&&(d+=", "),e.condenseFlow&&(d+='"'),l=u[i],h=r[l],Ra(e,t,l,!1,!1)&&(e.dump.length>1024&&(d+="? "),d+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),Ra(e,t,h,!1,!1)&&(d+=e.dump,n+=d));e.tag=s,e.dump="{"+n+"}"}function _I(e,t,r,n){var s="",u=e.tag,i=Object.keys(r),o,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 Rc("sortKeys must be a boolean or a function");for(o=0,l=i.length;o<l;o+=1)p="",(!n||o!==0)&&(p+=Np(e,t)),h=i[o],d=r[h],Ra(e,t+1,h,!0,!0,!0)&&(E=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,E&&(e.dump&&$c===e.dump.charCodeAt(0)?p+="?":p+="? "),p+=e.dump,E&&(p+=Np(e,t)),Ra(e,t+1,d,!0,E)&&(e.dump&&$c===e.dump.charCodeAt(0)?p+=":":p+=": ",p+=e.dump,s+=p));e.tag=u,e.dump=s||"{}"}function Y2(e,t,r){var n,s,u,i,o,l;for(s=r?e.explicitTypes:e.implicitTypes,u=0,i=s.length;u<i;u+=1)if(o=s[u],(o.instanceOf||o.predicate)&&(!o.instanceOf||typeof t=="object"&&t instanceof o.instanceOf)&&(!o.predicate||o.predicate(t))){if(e.tag=r?o.tag:"?",o.represent){if(l=e.styleMap[o.tag]||o.defaultStyle,W2.call(o.represent)==="[object Function]")n=o.represent(t,l);else if(X2.call(o.represent,l))n=o.represent[l](t,l);else throw new Rc("!<"+o.tag+'> tag resolver accepts not "'+l+'" style');e.dump=n}return!0}return!1}function Ra(e,t,r,n,s,u){e.tag=null,e.dump=r,Y2(e,r,!1)||Y2(e,r,!0);var i=W2.call(e.dump);n&&(n=e.flowLevel<0||e.flowLevel>t);var o=i==="[object Object]"||i==="[object Array]",l,h;if(o&&(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(o&&h&&!e.usedDuplicates[l]&&(e.usedDuplicates[l]=!0),i==="[object Object]")n&&Object.keys(e.dump).length!==0?(_I(e,t,e.dump,s),h&&(e.dump="&ref_"+l+e.dump)):(bI(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?(SI(e,d,e.dump,s),h&&(e.dump="&ref_"+l+e.dump)):(yI(e,d,e.dump),h&&(e.dump="&ref_"+l+" "+e.dump))}else if(i==="[object String]")e.tag!=="?"&&CI(e,e.dump,t,u);else{if(e.skipInvalid)return!1;throw new Rc("unacceptable kind of an object to dump "+i)}e.tag!==null&&e.tag!=="?"&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function II(e,t){var r=[],n=[],s,u;for(kp(e,r,n),s=0,u=n.length;s<u;s+=1)t.duplicates.push(r[n[s]]);t.usedDuplicates=new Array(u)}function kp(e,t,r){var n,s,u;if(e!==null&&typeof e=="object")if(s=t.indexOf(e),s!==-1)r.indexOf(s)===-1&&r.push(s);else if(t.push(e),Array.isArray(e))for(s=0,u=e.length;s<u;s+=1)kp(e[s],t,r);else for(n=Object.keys(e),s=0,u=n.length;s<u;s+=1)kp(e[n[s]],t,r)}function cE(e,t){t=t||{};var r=new mI(t);return r.noRefs||II(e,r),Ra(r,0,e,!0,!0)?r.dump+`
|
||
`:""}function BI(e,t){return cE(e,Pc.extend({schema:J_},t))}Up.exports.dump=cE;Up.exports.safeDump=BI});var hE=Se((UR,mr)=>{"use strict";var Tf=j2(),fE=lE();function Of(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}mr.exports.Type=xr();mr.exports.Schema=Ia();mr.exports.FAILSAFE_SCHEMA=bf();mr.exports.JSON_SCHEMA=$p();mr.exports.CORE_SCHEMA=Pp();mr.exports.DEFAULT_SAFE_SCHEMA=Io();mr.exports.DEFAULT_FULL_SCHEMA=Ic();mr.exports.load=Tf.load;mr.exports.loadAll=Tf.loadAll;mr.exports.safeLoad=Tf.safeLoad;mr.exports.safeLoadAll=Tf.safeLoadAll;mr.exports.dump=fE.dump;mr.exports.safeDump=fE.safeDump;mr.exports.YAMLException=bo();mr.exports.MINIMAL_SCHEMA=bf();mr.exports.SAFE_SCHEMA=Io();mr.exports.DEFAULT_SCHEMA=Ic();mr.exports.scan=Of("scan");mr.exports.parse=Of("parse");mr.exports.compose=Of("compose");mr.exports.addConstructor=Of("addConstructor")});var dE=Se((HR,pE)=>{"use strict";var $I=hE();pE.exports=$I});var mE=Se((jR,gE)=>{"use strict";var xf=dE();gE.exports={safeLoad:xf.safeLoad,load:xf.load,safeDump:xf.safeDump,dump:xf.dump}});var jp=Se(To=>{"use strict";Object.defineProperty(To,"__esModule",{value:!0});To.isCorrect=To.isInSubnet=void 0;function UI(e){return this.subnetMask<e.subnetMask?!1:this.mask(e.subnetMask)===e.mask()}To.isInSubnet=UI;function HI(e){return function(){return this.addressMinusSuffix!==this.correctForm()?!1:this.subnetMask===e&&!this.parsedSubnet?!0:this.parsedSubnet===String(this.subnetMask)}}To.isCorrect=HI});var Mp=Se(ms=>{"use strict";Object.defineProperty(ms,"__esModule",{value:!0});ms.RE_SUBNET_STRING=ms.RE_ADDRESS=ms.GROUPS=ms.BITS=void 0;ms.BITS=32;ms.GROUPS=4;ms.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;ms.RE_SUBNET_STRING=/\/\d{1,2}$/});var Lf=Se(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});kf.AddressError=void 0;var qp=class extends Error{constructor(t,r){super(t),this.name="AddressError",r!==null&&(this.parseMessage=r)}};kf.AddressError=qp});var Vp=Se((Uf,wE)=>{(function(){var e,t=0xdeadbeefcafe,r=(t&16777215)==15715070;function n(R,O,U){R!=null&&(typeof R=="number"?this.fromNumber(R,O,U):O==null&&typeof R!="string"?this.fromString(R,256):this.fromString(R,O))}function s(){return new n(null)}function u(R,O,U,Q,ve,we){for(;--we>=0;){var $e=O*this[R++]+U[Q]+ve;ve=Math.floor($e/67108864),U[Q++]=$e&67108863}return ve}function i(R,O,U,Q,ve,we){for(var $e=O&32767,xe=O>>15;--we>=0;){var Vt=this[R]&32767,pr=this[R++]>>15,Jr=xe*Vt+pr*$e;Vt=$e*Vt+((Jr&32767)<<15)+U[Q]+(ve&1073741823),ve=(Vt>>>30)+(Jr>>>15)+xe*pr+(ve>>>30),U[Q++]=Vt&1073741823}return ve}function o(R,O,U,Q,ve,we){for(var $e=O&16383,xe=O>>14;--we>=0;){var Vt=this[R]&16383,pr=this[R++]>>14,Jr=xe*Vt+pr*$e;Vt=$e*Vt+((Jr&16383)<<14)+U[Q]+ve,ve=(Vt>>28)+(Jr>>14)+xe*pr,U[Q++]=Vt&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=o,e=28),n.prototype.DB=e,n.prototype.DM=(1<<e)-1,n.prototype.DV=1<<e;var h=52;n.prototype.FV=Math.pow(2,h),n.prototype.F1=h-e,n.prototype.F2=2*e-h;var d="0123456789abcdefghijklmnopqrstuvwxyz",E=new Array,p,f;for(p=48,f=0;f<=9;++f)E[p++]=f;for(p=97,f=10;f<36;++f)E[p++]=f;for(p=65,f=10;f<36;++f)E[p++]=f;function w(R){return d.charAt(R)}function v(R,O){var U=E[R.charCodeAt(O)];return U??-1}function F(R){for(var O=this.t-1;O>=0;--O)R[O]=this[O];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 O=s();return O.fromInt(R),O}function S(R,O){var U;if(O==16)U=4;else if(O==8)U=3;else if(O==256)U=8;else if(O==2)U=1;else if(O==32)U=5;else if(O==4)U=2;else{this.fromRadix(R,O);return}this.t=0,this.s=0;for(var Q=R.length,ve=!1,we=0;--Q>=0;){var $e=U==8?R[Q]&255:v(R,Q);if($e<0){R.charAt(Q)=="-"&&(ve=!0);continue}ve=!1,we==0?this[this.t++]=$e:we+U>this.DB?(this[this.t-1]|=($e&(1<<this.DB-we)-1)<<we,this[this.t++]=$e>>this.DB-we):this[this.t-1]|=$e<<we,we+=U,we>=this.DB&&(we-=this.DB)}U==8&&R[0]&128&&(this.s=-1,we>0&&(this[this.t-1]|=(1<<this.DB-we)-1<<we)),this.clamp(),ve&&n.ZERO.subTo(this,this)}function I(){for(var R=this.s&this.DM;this.t>0&&this[this.t-1]==R;)--this.t}function _(R){if(this.s<0)return"-"+this.negate().toString(R);var O;if(R==16)O=4;else if(R==8)O=3;else if(R==2)O=1;else if(R==32)O=5;else if(R==4)O=2;else return this.toRadix(R);var U=(1<<O)-1,Q,ve=!1,we="",$e=this.t,xe=this.DB-$e*this.DB%O;if($e-- >0)for(xe<this.DB&&(Q=this[$e]>>xe)>0&&(ve=!0,we=w(Q));$e>=0;)xe<O?(Q=(this[$e]&(1<<xe)-1)<<O-xe,Q|=this[--$e]>>(xe+=this.DB-O)):(Q=this[$e]>>(xe-=O)&U,xe<=0&&(xe+=this.DB,--$e)),Q>0&&(ve=!0),ve&&(we+=w(Q));return ve?we:"0"}function j(){var R=s();return n.ZERO.subTo(this,R),R}function M(){return this.s<0?this.negate():this}function b(R){var O=this.s-R.s;if(O!=0)return O;var U=this.t;if(O=U-R.t,O!=0)return this.s<0?-O:O;for(;--U>=0;)if((O=this[U]-R[U])!=0)return O;return 0}function P(R){var O=1,U;return(U=R>>>16)!=0&&(R=U,O+=16),(U=R>>8)!=0&&(R=U,O+=8),(U=R>>4)!=0&&(R=U,O+=4),(U=R>>2)!=0&&(R=U,O+=2),(U=R>>1)!=0&&(R=U,O+=1),O}function k(){return this.t<=0?0:this.DB*(this.t-1)+P(this[this.t-1]^this.s&this.DM)}function H(R,O){var U;for(U=this.t-1;U>=0;--U)O[U+R]=this[U];for(U=R-1;U>=0;--U)O[U]=0;O.t=this.t+R,O.s=this.s}function G(R,O){for(var U=R;U<this.t;++U)O[U-R]=this[U];O.t=Math.max(this.t-R,0),O.s=this.s}function Y(R,O){var U=R%this.DB,Q=this.DB-U,ve=(1<<Q)-1,we=Math.floor(R/this.DB),$e=this.s<<U&this.DM,xe;for(xe=this.t-1;xe>=0;--xe)O[xe+we+1]=this[xe]>>Q|$e,$e=(this[xe]&ve)<<U;for(xe=we-1;xe>=0;--xe)O[xe]=0;O[we]=$e,O.t=this.t+we+1,O.s=this.s,O.clamp()}function K(R,O){O.s=this.s;var U=Math.floor(R/this.DB);if(U>=this.t){O.t=0;return}var Q=R%this.DB,ve=this.DB-Q,we=(1<<Q)-1;O[0]=this[U]>>Q;for(var $e=U+1;$e<this.t;++$e)O[$e-U-1]|=(this[$e]&we)<<ve,O[$e-U]=this[$e]>>Q;Q>0&&(O[this.t-U-1]|=(this.s&we)<<ve),O.t=this.t-U,O.clamp()}function z(R,O){for(var U=0,Q=0,ve=Math.min(R.t,this.t);U<ve;)Q+=this[U]-R[U],O[U++]=Q&this.DM,Q>>=this.DB;if(R.t<this.t){for(Q-=R.s;U<this.t;)Q+=this[U],O[U++]=Q&this.DM,Q>>=this.DB;Q+=this.s}else{for(Q+=this.s;U<R.t;)Q-=R[U],O[U++]=Q&this.DM,Q>>=this.DB;Q-=R.s}O.s=Q<0?-1:0,Q<-1?O[U++]=this.DV+Q:Q>0&&(O[U++]=Q),O.t=U,O.clamp()}function X(R,O){var U=this.abs(),Q=R.abs(),ve=U.t;for(O.t=ve+Q.t;--ve>=0;)O[ve]=0;for(ve=0;ve<Q.t;++ve)O[ve+U.t]=U.am(0,Q[ve],O,ve,0,U.t);O.s=0,O.clamp(),this.s!=R.s&&n.ZERO.subTo(O,O)}function se(R){for(var O=this.abs(),U=R.t=2*O.t;--U>=0;)R[U]=0;for(U=0;U<O.t-1;++U){var Q=O.am(U,O[U],R,2*U,0,1);(R[U+O.t]+=O.am(U+1,2*O[U],R,2*U+1,Q,O.t-U-1))>=O.DV&&(R[U+O.t]-=O.DV,R[U+O.t+1]=1)}R.t>0&&(R[R.t-1]+=O.am(U,O[U],R,2*U,0,1)),R.s=0,R.clamp()}function ye(R,O,U){var Q=R.abs();if(!(Q.t<=0)){var ve=this.abs();if(ve.t<Q.t){O?.fromInt(0),U!=null&&this.copyTo(U);return}U==null&&(U=s());var we=s(),$e=this.s,xe=R.s,Vt=this.DB-P(Q[Q.t-1]);Vt>0?(Q.lShiftTo(Vt,we),ve.lShiftTo(Vt,U)):(Q.copyTo(we),ve.copyTo(U));var pr=we.t,Jr=we[pr-1];if(Jr!=0){var Zr=Jr*(1<<this.F1)+(pr>1?we[pr-2]>>this.F2:0),ti=this.FV/Zr,_u=(1<<this.F1)/Zr,Dn=1<<this.F2,Qr=U.t,Iu=Qr-pr,Fi=O??s();for(we.dlShiftTo(Iu,Fi),U.compareTo(Fi)>=0&&(U[U.t++]=1,U.subTo(Fi,U)),n.ONE.dlShiftTo(pr,Fi),Fi.subTo(we,we);we.t<pr;)we[we.t++]=0;for(;--Iu>=0;){var aa=U[--Qr]==Jr?this.DM:Math.floor(U[Qr]*ti+(U[Qr-1]+Dn)*_u);if((U[Qr]+=we.am(0,aa,U,Iu,0,pr))<aa)for(we.dlShiftTo(Iu,Fi),U.subTo(Fi,U);U[Qr]<--aa;)U.subTo(Fi,U)}O!=null&&(U.drShiftTo(pr,O),$e!=xe&&n.ZERO.subTo(O,O)),U.t=pr,U.clamp(),Vt>0&&U.rShiftTo(Vt,U),$e<0&&n.ZERO.subTo(U,U)}}}function Fe(R){var O=s();return this.abs().divRemTo(R,null,O),this.s<0&&O.compareTo(n.ZERO)>0&&R.subTo(O,O),O}function Pe(R){this.m=R}function Je(R){return R.s<0||R.compareTo(this.m)>=0?R.mod(this.m):R}function ce(R){return R}function Be(R){R.divRemTo(this.m,null,R)}function Ve(R,O,U){R.multiplyTo(O,U),this.reduce(U)}function Dr(R,O){R.squareTo(O),this.reduce(O)}Pe.prototype.convert=Je,Pe.prototype.revert=ce,Pe.prototype.reduce=Be,Pe.prototype.mulTo=Ve,Pe.prototype.sqrTo=Dr;function jt(){if(this.t<1)return 0;var R=this[0];if(!(R&1))return 0;var O=R&3;return O=O*(2-(R&15)*O)&15,O=O*(2-(R&255)*O)&255,O=O*(2-((R&65535)*O&65535))&65535,O=O*(2-R*O%this.DV)%this.DV,O>0?this.DV-O:-O}function Ct(R){this.m=R,this.mp=R.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<R.DB-15)-1,this.mt2=2*R.t}function cr(R){var O=s();return R.abs().dlShiftTo(this.m.t,O),O.divRemTo(this.m,null,O),R.s<0&&O.compareTo(n.ZERO)>0&&this.m.subTo(O,O),O}function Qt(R){var O=s();return R.copyTo(O),this.reduce(O),O}function pt(R){for(;R.t<=this.mt2;)R[R.t++]=0;for(var O=0;O<this.m.t;++O){var U=R[O]&32767,Q=U*this.mpl+((U*this.mph+(R[O]>>15)*this.mpl&this.um)<<15)&R.DM;for(U=O+this.m.t,R[U]+=this.m.am(0,Q,R,O,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 Mt(R,O){R.squareTo(O),this.reduce(O)}function st(R,O,U){R.multiplyTo(O,U),this.reduce(U)}Ct.prototype.convert=cr,Ct.prototype.revert=Qt,Ct.prototype.reduce=pt,Ct.prototype.mulTo=st,Ct.prototype.sqrTo=Mt;function Ye(){return(this.t>0?this[0]&1:this.s)==0}function er(R,O){if(R>4294967295||R<1)return n.ONE;var U=s(),Q=s(),ve=O.convert(this),we=P(R)-1;for(ve.copyTo(U);--we>=0;)if(O.sqrTo(U,Q),(R&1<<we)>0)O.mulTo(Q,ve,U);else{var $e=U;U=Q,Q=$e}return O.revert(U)}function qe(R,O){var U;return R<256||O.isEven()?U=new Pe(O):U=new Ct(O),this.exp(R,U)}n.prototype.copyTo=F,n.prototype.fromInt=A,n.prototype.fromString=S,n.prototype.clamp=I,n.prototype.dlShiftTo=H,n.prototype.drShiftTo=G,n.prototype.lShiftTo=Y,n.prototype.rShiftTo=K,n.prototype.subTo=z,n.prototype.multiplyTo=X,n.prototype.squareTo=se,n.prototype.divRemTo=ye,n.prototype.invDigit=jt,n.prototype.isEven=Ye,n.prototype.exp=er,n.prototype.toString=_,n.prototype.negate=j,n.prototype.abs=M,n.prototype.compareTo=b,n.prototype.bitLength=k,n.prototype.mod=Fe,n.prototype.modPowInt=qe,n.ZERO=C(0),n.ONE=C(1);function Pt(){var R=s();return this.copyTo(R),R}function Kr(){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)<<this.DB|this[0]}function Wt(){return this.t==0?this.s:this[0]<<24>>24}function qt(){return this.t==0?this.s:this[0]<<16>>16}function mt(R){return Math.floor(Math.LN2*this.DB/Math.log(R))}function yr(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function ei(R){if(R==null&&(R=10),this.signum()==0||R<2||R>36)return"0";var O=this.chunkSize(R),U=Math.pow(R,O),Q=C(U),ve=s(),we=s(),$e="";for(this.divRemTo(Q,ve,we);ve.signum()>0;)$e=(U+we.intValue()).toString(R).substr(1)+$e,ve.divRemTo(Q,ve,we);return we.intValue().toString(R)+$e}function Gr(R,O){this.fromInt(0),O==null&&(O=10);for(var U=this.chunkSize(O),Q=Math.pow(O,U),ve=!1,we=0,$e=0,xe=0;xe<R.length;++xe){var Vt=v(R,xe);if(Vt<0){R.charAt(xe)=="-"&&this.signum()==0&&(ve=!0);continue}$e=O*$e+Vt,++we>=U&&(this.dMultiply(Q),this.dAddOffset($e,0),we=0,$e=0)}we>0&&(this.dMultiply(Math.pow(O,we)),this.dAddOffset($e,0)),ve&&n.ZERO.subTo(this,this)}function yt(R,O,U){if(typeof O=="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(O);)this.dAddOffset(2,0),this.bitLength()>R&&this.subTo(n.ONE.shiftLeft(R-1),this);else{var Q=new Array,ve=R&7;Q.length=(R>>3)+1,O.nextBytes(Q),ve>0?Q[0]&=(1<<ve)-1:Q[0]=0,this.fromString(Q,256)}}function je(){var R=this.t,O=new Array;O[0]=this.s;var U=this.DB-R*this.DB%8,Q,ve=0;if(R-- >0)for(U<this.DB&&(Q=this[R]>>U)!=(this.s&this.DM)>>U&&(O[ve++]=Q|this.s<<this.DB-U);R>=0;)U<8?(Q=(this[R]&(1<<U)-1)<<8-U,Q|=this[--R]>>(U+=this.DB-8)):(Q=this[R]>>(U-=8)&255,U<=0&&(U+=this.DB,--R)),Q&128&&(Q|=-256),ve==0&&(this.s&128)!=(Q&128)&&++ve,(ve>0||Q!=this.s)&&(O[ve++]=Q);return O}function _e(R){return this.compareTo(R)==0}function lr(R){return this.compareTo(R)<0?this:R}function zr(R){return this.compareTo(R)>0?this:R}function ut(R,O,U){var Q,ve,we=Math.min(R.t,this.t);for(Q=0;Q<we;++Q)U[Q]=O(this[Q],R[Q]);if(R.t<this.t){for(ve=R.s&this.DM,Q=we;Q<this.t;++Q)U[Q]=O(this[Q],ve);U.t=this.t}else{for(ve=this.s&this.DM,Q=we;Q<R.t;++Q)U[Q]=O(ve,R[Q]);U.t=R.t}U.s=O(this.s,R.s),U.clamp()}function Ts(R,O){return R&O}function Yr(R){var O=s();return this.bitwiseTo(R,Ts,O),O}function ge(R,O){return R|O}function Zi(R){var O=s();return this.bitwiseTo(R,ge,O),O}function It(R,O){return R^O}function Nr(R){var O=s();return this.bitwiseTo(R,It,O),O}function Li(R,O){return R&~O}function Fu(R){var O=s();return this.bitwiseTo(R,Li,O),O}function Qi(){for(var R=s(),O=0;O<this.t;++O)R[O]=this.DM&~this[O];return R.t=this.t,R.s=~this.s,R}function Du(R){var O=s();return R<0?this.rShiftTo(-R,O):this.lShiftTo(R,O),O}function es(R){var O=s();return R<0?this.lShiftTo(-R,O):this.rShiftTo(R,O),O}function Ui(R){if(R==0)return-1;var O=0;return R&65535||(R>>=16,O+=16),R&255||(R>>=8,O+=8),R&15||(R>>=4,O+=4),R&3||(R>>=2,O+=2),R&1||++O,O}function Rt(){for(var R=0;R<this.t;++R)if(this[R]!=0)return R*this.DB+Ui(this[R]);return this.s<0?this.t*this.DB:-1}function Tn(R){for(var O=0;R!=0;)R&=R-1,++O;return O}function yu(){for(var R=0,O=this.s&this.DM,U=0;U<this.t;++U)R+=Tn(this[U]^O);return R}function Su(R){var O=Math.floor(R/this.DB);return O>=this.t?this.s!=0:(this[O]&1<<R%this.DB)!=0}function bu(R,O){var U=n.ONE.shiftLeft(R);return this.bitwiseTo(U,O,U),U}function ts(R){return this.changeBit(R,ge)}function Ju(R){return this.changeBit(R,Li)}function rs(R){return this.changeBit(R,It)}function Zu(R,O){for(var U=0,Q=0,ve=Math.min(R.t,this.t);U<ve;)Q+=this[U]+R[U],O[U++]=Q&this.DM,Q>>=this.DB;if(R.t<this.t){for(Q+=R.s;U<this.t;)Q+=this[U],O[U++]=Q&this.DM,Q>>=this.DB;Q+=this.s}else{for(Q+=this.s;U<R.t;)Q+=R[U],O[U++]=Q&this.DM,Q>>=this.DB;Q+=R.s}O.s=Q<0?-1:0,Q>0?O[U++]=Q:Q<-1&&(O[U++]=this.DV+Q),O.t=U,O.clamp()}function Os(R){var O=s();return this.addTo(R,O),O}function re(R){var O=s();return this.subTo(R,O),O}function fe(R){var O=s();return this.multiplyTo(R,O),O}function He(){var R=s();return this.squareTo(R),R}function Ne(R){var O=s();return this.divRemTo(R,O,null),O}function ze(R){var O=s();return this.divRemTo(R,null,O),O}function at(R){var O=s(),U=s();return this.divRemTo(R,O,U),new Array(O,U)}function ft(R){this[this.t]=this.am(0,R-1,this,0,0,this.t),++this.t,this.clamp()}function Er(R,O){if(R!=0){for(;this.t<=O;)this[this.t++]=0;for(this[O]+=R;this[O]>=this.DV;)this[O]-=this.DV,++O>=this.t&&(this[this.t++]=0),++this[O]}}function kt(){}function On(R){return R}function Ci(R,O,U){R.multiplyTo(O,U)}function Wr(R,O){R.squareTo(O)}kt.prototype.convert=On,kt.prototype.revert=On,kt.prototype.mulTo=Ci,kt.prototype.sqrTo=Wr;function an(R){return this.exp(R,new kt)}function fr(R,O,U){var Q=Math.min(this.t+R.t,O);for(U.s=0,U.t=Q;Q>0;)U[--Q]=0;var ve;for(ve=U.t-this.t;Q<ve;++Q)U[Q+this.t]=this.am(0,R[Q],U,Q,0,this.t);for(ve=Math.min(R.t,O);Q<ve;++Q)this.am(0,R[Q],U,Q,0,O-Q);U.clamp()}function Xr(R,O,U){--O;var Q=U.t=this.t+R.t-O;for(U.s=0;--Q>=0;)U[Q]=0;for(Q=Math.max(O-this.t,0);Q<R.t;++Q)U[this.t+Q-O]=this.am(O-Q,R[Q],U,0,0,this.t+Q-O);U.clamp(),U.drShiftTo(1,U)}function Pr(R){this.r2=s(),this.q3=s(),n.ONE.dlShiftTo(2*R.t,this.r2),this.mu=this.r2.divide(R),this.m=R}function Qu(R){if(R.s<0||R.t>2*this.m.t)return R.mod(this.m);if(R.compareTo(this.m)<0)return R;var O=s();return R.copyTo(O),this.reduce(O),O}function ns(R){return R}function An(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 $t(R,O){R.squareTo(O),this.reduce(O)}function hr(R,O,U){R.multiplyTo(O,U),this.reduce(U)}Pr.prototype.convert=Qu,Pr.prototype.revert=ns,Pr.prototype.reduce=An,Pr.prototype.mulTo=hr,Pr.prototype.sqrTo=$t;function rt(R,O){var U=R.bitLength(),Q,ve=C(1),we;if(U<=0)return ve;U<18?Q=1:U<48?Q=3:U<144?Q=4:U<768?Q=5:Q=6,U<8?we=new Pe(O):O.isEven()?we=new Pr(O):we=new Ct(O);var $e=new Array,xe=3,Vt=Q-1,pr=(1<<Q)-1;if($e[1]=we.convert(this),Q>1){var Jr=s();for(we.sqrTo($e[1],Jr);xe<=pr;)$e[xe]=s(),we.mulTo(Jr,$e[xe-2],$e[xe]),xe+=2}var Zr=R.t-1,ti,_u=!0,Dn=s(),Qr;for(U=P(R[Zr])-1;Zr>=0;){for(U>=Vt?ti=R[Zr]>>U-Vt&pr:(ti=(R[Zr]&(1<<U+1)-1)<<Vt-U,Zr>0&&(ti|=R[Zr-1]>>this.DB+U-Vt)),xe=Q;!(ti&1);)ti>>=1,--xe;if((U-=xe)<0&&(U+=this.DB,--Zr),_u)$e[ti].copyTo(ve),_u=!1;else{for(;xe>1;)we.sqrTo(ve,Dn),we.sqrTo(Dn,ve),xe-=2;xe>0?we.sqrTo(ve,Dn):(Qr=ve,ve=Dn,Dn=Qr),we.mulTo(Dn,$e[ti],ve)}for(;Zr>=0&&!(R[Zr]&1<<U);)we.sqrTo(ve,Dn),Qr=ve,ve=Dn,Dn=Qr,--U<0&&(U=this.DB-1,--Zr)}return we.revert(ve)}function tr(R){var O=this.s<0?this.negate():this.clone(),U=R.s<0?R.negate():R.clone();if(O.compareTo(U)<0){var Q=O;O=U,U=Q}var ve=O.getLowestSetBit(),we=U.getLowestSetBit();if(we<0)return O;for(ve<we&&(we=ve),we>0&&(O.rShiftTo(we,O),U.rShiftTo(we,U));O.signum()>0;)(ve=O.getLowestSetBit())>0&&O.rShiftTo(ve,O),(ve=U.getLowestSetBit())>0&&U.rShiftTo(ve,U),O.compareTo(U)>=0?(O.subTo(U,O),O.rShiftTo(1,O)):(U.subTo(O,U),U.rShiftTo(1,U));return we>0&&U.lShiftTo(we,U),U}function kr(R){if(R<=0)return 0;var O=this.DV%R,U=this.s<0?R-1:0;if(this.t>0)if(O==0)U=this[0]%R;else for(var Q=this.t-1;Q>=0;--Q)U=(O*U+this[Q])%R;return U}function rr(R){var O=R.isEven();if(this.isEven()&&O||R.signum()==0)return n.ZERO;for(var U=R.clone(),Q=this.clone(),ve=C(1),we=C(0),$e=C(0),xe=C(1);U.signum()!=0;){for(;U.isEven();)U.rShiftTo(1,U),O?((!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(;Q.isEven();)Q.rShiftTo(1,Q),O?((!$e.isEven()||!xe.isEven())&&($e.addTo(this,$e),xe.subTo(R,xe)),$e.rShiftTo(1,$e)):xe.isEven()||xe.subTo(R,xe),xe.rShiftTo(1,xe);U.compareTo(Q)>=0?(U.subTo(Q,U),O&&ve.subTo($e,ve),we.subTo(xe,we)):(Q.subTo(U,Q),O&&$e.subTo(ve,$e),xe.subTo(we,xe))}if(Q.compareTo(n.ONE)!=0)return n.ZERO;if(xe.compareTo(R)>=0)return xe.subtract(R);if(xe.signum()<0)xe.addTo(R,xe);else return xe;return xe.signum()<0?xe.add(R):xe}var Lt=[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],wn=(1<<26)/Lt[Lt.length-1];function xn(R){var O,U=this.abs();if(U.t==1&&U[0]<=Lt[Lt.length-1]){for(O=0;O<Lt.length;++O)if(U[0]==Lt[O])return!0;return!1}if(U.isEven())return!1;for(O=1;O<Lt.length;){for(var Q=Lt[O],ve=O+1;ve<Lt.length&&Q<wn;)Q*=Lt[ve++];for(Q=U.modInt(Q);O<ve;)if(Q%Lt[O++]==0)return!1}return U.millerRabin(R)}function Nn(R){var O=this.subtract(n.ONE),U=O.getLowestSetBit();if(U<=0)return!1;var Q=O.shiftRight(U);R=R+1>>1,R>Lt.length&&(R=Lt.length);for(var ve=s(),we=0;we<R;++we){ve.fromInt(Lt[Math.floor(Math.random()*Lt.length)]);var $e=ve.modPow(Q,this);if($e.compareTo(n.ONE)!=0&&$e.compareTo(O)!=0){for(var xe=1;xe++<U&&$e.compareTo(O)!=0;)if($e=$e.modPowInt(2,this),$e.compareTo(n.ONE)==0)return!1;if($e.compareTo(O)!=0)return!1}}return!0}n.prototype.chunkSize=mt,n.prototype.toRadix=ei,n.prototype.fromRadix=Gr,n.prototype.fromNumber=yt,n.prototype.bitwiseTo=ut,n.prototype.changeBit=bu,n.prototype.addTo=Zu,n.prototype.dMultiply=ft,n.prototype.dAddOffset=Er,n.prototype.multiplyLowerTo=fr,n.prototype.multiplyUpperTo=Xr,n.prototype.modInt=kr,n.prototype.millerRabin=Nn,n.prototype.clone=Pt,n.prototype.intValue=Kr,n.prototype.byteValue=Wt,n.prototype.shortValue=qt,n.prototype.signum=yr,n.prototype.toByteArray=je,n.prototype.equals=_e,n.prototype.min=lr,n.prototype.max=zr,n.prototype.and=Yr,n.prototype.or=Zi,n.prototype.xor=Nr,n.prototype.andNot=Fu,n.prototype.not=Qi,n.prototype.shiftLeft=Du,n.prototype.shiftRight=es,n.prototype.getLowestSetBit=Rt,n.prototype.bitCount=yu,n.prototype.testBit=Su,n.prototype.setBit=ts,n.prototype.clearBit=Ju,n.prototype.flipBit=rs,n.prototype.add=Os,n.prototype.subtract=re,n.prototype.multiply=fe,n.prototype.divide=Ne,n.prototype.remainder=ze,n.prototype.divideAndRemainder=at,n.prototype.modPow=rt,n.prototype.modInverse=rr,n.prototype.pow=an,n.prototype.gcd=tr,n.prototype.isProbablePrime=xn,n.prototype.square=He,n.prototype.Barrett=Pr;var Cn,Sr,ir;function Xo(R){Sr[ir++]^=R&255,Sr[ir++]^=R>>8&255,Sr[ir++]^=R>>16&255,Sr[ir++]^=R>>24&255,ir>=Fn&&(ir-=Fn)}function ea(){Xo(new Date().getTime())}if(Sr==null){Sr=new Array,ir=0;var Lr;if(typeof window<"u"&&window.crypto){if(window.crypto.getRandomValues){var ta=new Uint8Array(32);for(window.crypto.getRandomValues(ta),Lr=0;Lr<32;++Lr)Sr[ir++]=ta[Lr]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var ja=window.crypto.random(32);for(Lr=0;Lr<ja.length;++Lr)Sr[ir++]=ja.charCodeAt(Lr)&255}}for(;ir<Fn;)Lr=Math.floor(65536*Math.random()),Sr[ir++]=Lr>>>8,Sr[ir++]=Lr&255;ir=0,ea()}function Ma(){if(Cn==null){for(ea(),Cn=sa(),Cn.init(Sr),ir=0;ir<Sr.length;++ir)Sr[ir]=0;ir=0}return Cn.next()}function ra(R){var O;for(O=0;O<R.length;++O)R[O]=Ma()}function is(){}is.prototype.nextBytes=ra;function na(){this.i=0,this.j=0,this.S=new Array}function qa(R){var O,U,Q;for(O=0;O<256;++O)this.S[O]=O;for(U=0,O=0;O<256;++O)U=U+this.S[O]+R[O%R.length]&255,Q=this.S[O],this.S[O]=this.S[U],this.S[U]=Q;this.i=0,this.j=0}function ia(){var R;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,R=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=R,this.S[R+this.S[this.i]&255]}na.prototype.init=qa,na.prototype.next=ia;function sa(){return new na}var Fn=256;typeof Uf<"u"?Uf=wE.exports={default:n,BigInteger:n,SecureRandom:is}:this.jsbn={BigInteger:n,SecureRandom:is}}).call(Uf)});var xc=Se(Hf=>{(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,o){return t.apply(null,[i].concat(o||[]))}function n(i,o){var l=1,h=i.length,d,E="",p,f,w,v,F,A,C,S;for(p=0;p<h;p++)if(typeof i[p]=="string")E+=i[p];else if(typeof i[p]=="object"){if(w=i[p],w.keys)for(d=o[l],f=0;f<w.keys.length;f++){if(d==null)throw new Error(t('[sprintf] Cannot access property "%s" of undefined value "%s"',w.keys[f],w.keys[f-1]));d=d[w.keys[f]]}else w.param_no?d=o[w.param_no]:d=o[l++];if(e.not_type.test(w.type)&&e.not_primitive.test(w.type)&&d instanceof Function&&(d=d()),e.numeric_arg.test(w.type)&&typeof d!="number"&&isNaN(d))throw new TypeError(t("[sprintf] expecting number but found %T",d));switch(e.number.test(w.type)&&(C=d>=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)?(S=C?"+":"-",d=d.toString().replace(e.sign,"")):S="",F=w.pad_char?w.pad_char==="0"?"0":w.pad_char.charAt(1):" ",A=w.width-(S+d).length,v=w.width&&A>0?F.repeat(A):"",E+=w.align?S+d+v:F==="0"?S+v+d:v+S+d)}return E}var s=Object.create(null);function u(i){if(s[i])return s[i];for(var o=i,l,h=[],d=0;o;){if((l=e.text.exec(o))!==null)h.push(l[0]);else if((l=e.modulo.exec(o))!==null)h.push("%");else if((l=e.placeholder.exec(o))!==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");o=o.substring(l[0].length)}return s[i]=h}typeof Hf<"u"&&(Hf.sprintf=t,Hf.vsprintf=r),typeof window<"u"&&(window.sprintf=t,window.vsprintf=r,typeof define=="function"&&define.amd&&define(function(){return{sprintf:t,vsprintf:r}}))})()});var Gp=Se(vs=>{"use strict";var jI=vs&&vs.__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]}),MI=vs&&vs.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),DE=vs&&vs.__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)&&jI(t,e,r);return MI(t,e),t};Object.defineProperty(vs,"__esModule",{value:!0});vs.Address4=void 0;var CE=DE(jp()),Yi=DE(Mp()),FE=Lf(),Nc=Vp(),Oo=xc(),Kp=class e{constructor(t){this.groups=Yi.GROUPS,this.parsedAddress=[],this.parsedSubnet="",this.subnet="/32",this.subnetMask=32,this.v4=!0,this.isCorrect=CE.isCorrect(Yi.BITS),this.isInSubnet=CE.isInSubnet,this.address=t;let r=Yi.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>Yi.BITS)throw new FE.AddressError("Invalid subnet mask.");t=t.replace(Yi.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(Yi.RE_ADDRESS))throw new FE.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,Oo.sprintf)("%02x",parseInt(t,10))).join(":")}toArray(){return this.parsedAddress.map(t=>parseInt(t,10))}toGroup6(){let t=[],r;for(r=0;r<Yi.GROUPS;r+=2){let n=(0,Oo.sprintf)("%02x%02x",parseInt(this.parsedAddress[r],10),parseInt(this.parsedAddress[r+1],10));t.push((0,Oo.sprintf)("%x",parseInt(n,16)))}return t.join(":")}bigInteger(){return new Nc.BigInteger(this.parsedAddress.map(t=>(0,Oo.sprintf)("%02x",parseInt(t,10))).join(""),16)}_startAddress(){return new Nc.BigInteger(this.mask()+"0".repeat(Yi.BITS-this.subnetMask),2)}startAddress(){return e.fromBigInteger(this._startAddress())}startAddressExclusive(){let t=new Nc.BigInteger("1");return e.fromBigInteger(this._startAddress().add(t))}_endAddress(){return new Nc.BigInteger(this.mask()+"1".repeat(Yi.BITS-this.subnetMask),2)}endAddress(){return e.fromBigInteger(this._endAddress())}endAddressExclusive(){let t=new Nc.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,Oo.sprintf)("%s.in-addr.arpa.",r)}isMulticast(){return this.isInSubnet(new e("224.0.0.0/4"))}binaryZeroPad(){return this.bigInteger().toString(2).padStart(Yi.BITS,"0")}groupForV6(){let t=this.parsedAddress;return this.address.replace(Yi.RE_ADDRESS,(0,Oo.sprintf)('<span class="hover-group group-v4 group-6">%s</span>.<span class="hover-group group-v4 group-7">%s</span>',t.slice(0,2).join("."),t.slice(2,4).join(".")))}};vs.Address4=Kp});var zp=Se(vr=>{"use strict";Object.defineProperty(vr,"__esModule",{value:!0});vr.RE_URL_WITH_PORT=vr.RE_URL=vr.RE_ZONE_STRING=vr.RE_SUBNET_STRING=vr.RE_BAD_ADDRESS=vr.RE_BAD_CHARACTERS=vr.TYPES=vr.SCOPES=vr.GROUPS=vr.BITS=void 0;vr.BITS=128;vr.GROUPS=8;vr.SCOPES={0:"Reserved",1:"Interface local",2:"Link local",4:"Admin local",5:"Site local",8:"Organization local",14:"Global",15:"Reserved"};vr.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"};vr.RE_BAD_CHARACTERS=/([^0-9a-f:/%])/gi;vr.RE_BAD_ADDRESS=/([0-9a-f]{5,}|:{3,}|[^:]:$|^:[^:]|\/$)/gi;vr.RE_SUBNET_STRING=/\/\d{1,3}(?=%|$)/;vr.RE_ZONE_STRING=/%.*$/;vr.RE_URL=new RegExp(/^\[{0,1}([0-9a-f:]+)\]{0,1}/);vr.RE_URL_WITH_PORT=new RegExp(/\[([0-9a-f:]+)\]:([0-9]{1,5})/)});var Yp=Se(Es=>{"use strict";Object.defineProperty(Es,"__esModule",{value:!0});Es.simpleGroup=Es.spanLeadingZeroes=Es.spanAll=Es.spanAllZeroes=void 0;var yE=xc();function SE(e){return e.replace(/(0+)/g,'<span class="zero">$1</span>')}Es.spanAllZeroes=SE;function qI(e,t=0){return e.split("").map((n,s)=>(0,yE.sprintf)('<span class="digit value-%s position-%d">%s</span>',n,s+t,SE(n))).join("")}Es.spanAll=qI;function bE(e){return e.replace(/^(0+)/,'<span class="zero">$1</span>')}function VI(e){return e.split(":").map(r=>bE(r)).join(":")}Es.spanLeadingZeroes=VI;function KI(e,t=0){return e.split(":").map((n,s)=>/group-v4/.test(n)?n:(0,yE.sprintf)('<span class="hover-group group-%d">%s</span>',s+t,bE(n)))}Es.simpleGroup=KI});var _E=Se(Mr=>{"use strict";var GI=Mr&&Mr.__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]}),zI=Mr&&Mr.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),YI=Mr&&Mr.__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)&&GI(t,e,r);return zI(t,e),t};Object.defineProperty(Mr,"__esModule",{value:!0});Mr.possibleElisions=Mr.simpleRegularExpression=Mr.ADDRESS_BOUNDARY=Mr.padGroup=Mr.groupPossibilities=void 0;var WI=YI(zp()),xo=xc();function Mf(e){return(0,xo.sprintf)("(%s)",e.join("|"))}Mr.groupPossibilities=Mf;function jf(e){return e.length<4?(0,xo.sprintf)("0{0,%d}%s",4-e.length,e):e}Mr.padGroup=jf;Mr.ADDRESS_BOUNDARY="[^A-Fa-f0-9:]";function XI(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===WI.GROUPS-1?":":"";return Mf([jf(s),i])}return jf(s)}).join(":"));return r.push(e.map(jf).join(":")),Mf(r)}Mr.simpleRegularExpression=XI;function JI(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,xo.sprintf)("%s(:0{1,4}){1,%d}",n,e-1)),u.push((0,xo.sprintf)("(0{1,4}:){1,%d}%s",e-1,s)),u.push((0,xo.sprintf)("(0{1,4}:){%d}0{1,4}",e-1));for(let i=1;i<e-1;i++)for(let o=1;o<e-i;o++)u.push((0,xo.sprintf)("(0{1,4}:){%d}:(0{1,4}:){%d}0{1,4}",o,e-o-i-1));return Mf(u)}Mr.possibleElisions=JI});var PE=Se(As=>{"use strict";var ZI=As&&As.__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]}),QI=As&&As.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Vf=As&&As.__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)&&ZI(t,e,r);return QI(t,e),t};Object.defineProperty(As,"__esModule",{value:!0});As.Address6=void 0;var IE=Vf(jp()),Wp=Vf(Mp()),Zt=Vf(zp()),Xp=Vf(Yp()),Ta=Gp(),Oa=_E(),su=Lf(),$n=Vp(),Pn=xc();function qf(e){if(!e)throw new Error("Assertion failed.")}function e9(e){let t=/(\d+)(\d{3})/;for(;t.test(e);)e=e.replace(t,"$1,$2");return e}function t9(e){return e=e.replace(/^(0{1,})([1-9]+)$/,'<span class="parse-error">$1</span>$2'),e=e.replace(/^(0{1,})(0)$/,'<span class="parse-error">$1</span>$2'),e}function r9(e,t){let r=[],n=[],s;for(s=0;s<e.length;s++)s<t[0]?r.push(e[s]):s>t[1]&&n.push(e[s]);return r.concat(["compact"]).concat(n)}function BE(e){return(0,Pn.sprintf)("%04x",parseInt(e,16))}function $E(e){return e&255}var Jp=class e{constructor(t,r){this.addressMinusSuffix="",this.parsedSubnet="",this.subnet="/128",this.subnetMask=128,this.v4=!1,this.zone="",this.isInSubnet=IE.isInSubnet,this.isCorrect=IE.isCorrect(Zt.BITS),r===void 0?this.groups=Zt.GROUPS:this.groups=r,this.address=t;let n=Zt.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>Zt.BITS)throw new su.AddressError("Invalid subnet mask.");t=t.replace(Zt.RE_SUBNET_STRING,"")}else if(/\//.test(t))throw new su.AddressError("Invalid subnet mask.");let s=Zt.RE_ZONE_STRING.exec(t);s&&(this.zone=s[0],t=t.replace(Zt.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;s<Zt.GROUPS;s++)n.push(r.slice(s*4,(s+1)*4));return new e(n.join(":"))}static fromURL(t){let r,n=null,s;if(t.indexOf("[")!==-1&&t.indexOf("]:")!==-1){if(s=Zt.RE_URL_WITH_PORT.exec(t),s===null)return{error:"failed to parse address with port",address:null,port:null};r=s[1],n=s[2]}else if(t.indexOf("/")!==-1){if(t=t.replace(/^[a-z0-9]+:\/\//,""),s=Zt.RE_URL.exec(t),s===null)return{error:"failed to parse address from URL",address:null,port:null};r=s[1]}else r=t;return n?(n=parseInt(n,10),(n<0||n>65536)&&(n=null)):n=null,{address:new e(r),port:n}}static fromAddress4(t){let r=new Ta.Address4(t),n=Zt.BITS-(Wp.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 su.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,Pn.sprintf)("%s.ipv6-literal.net",this.correctForm().replace(/:/g,"-"))}mask(t=this.subnetMask){return this.getBitsBase2(0,t)}possibleSubnets(t=128){let r=Zt.BITS-this.subnetMask,n=Math.abs(t-Zt.BITS),s=r-n;return s<0?"0":e9(new $n.BigInteger("2",10).pow(s).toString(10))}_startAddress(){return new $n.BigInteger(this.mask()+"0".repeat(Zt.BITS-this.subnetMask),2)}startAddress(){return e.fromBigInteger(this._startAddress())}startAddressExclusive(){let t=new $n.BigInteger("1");return e.fromBigInteger(this._startAddress().add(t))}_endAddress(){return new $n.BigInteger(this.mask()+"1".repeat(Zt.BITS-this.subnetMask),2)}endAddress(){return e.fromBigInteger(this._endAddress())}endAddressExclusive(){let t=new $n.BigInteger("1");return e.fromBigInteger(this._endAddress().subtract(t))}getScope(){let t=Zt.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(Zt.TYPES))if(this.isInSubnet(new e(t)))return Zt.TYPES[t];return"Global unicast"}getBits(t,r){return new $n.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,Zt.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,Pn.sprintf)("%s.ip6.arpa.",n):t.omitSuffix?"":"ip6.arpa."}correctForm(){let t,r=[],n=0,s=[];for(t=0;t<this.parsedAddress.length;t++){let o=parseInt(this.parsedAddress[t],16);o===0&&n++,o!==0&&n>0&&(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(o=>o[1]-o[0]+1);if(s.length>0){let o=u.indexOf(Math.max(...u));r=r9(this.parsedAddress,s[o])}else r=this.parsedAddress;for(t=0;t<r.length;t++)r[t]!=="compact"&&(r[t]=parseInt(r[t],16).toString(16));let i=r.join(":");return i=i.replace(/^compact$/,"::"),i=i.replace(/^compact|compact$/,":"),i=i.replace(/compact/,""),i}binaryZeroPad(){return this.bigInteger().toString(2).padStart(Zt.BITS,"0")}parse4in6(t){let r=t.split(":"),s=r.slice(-1)[0].match(Wp.RE_ADDRESS);if(s){this.parsedAddress4=s[0],this.address4=new Ta.Address4(this.parsedAddress4);for(let u=0;u<this.address4.groups;u++)if(/^0[0-9]+/.test(this.address4.parsedAddress[u]))throw new su.AddressError("IPv4 addresses can't have leading zeroes.",t.replace(Wp.RE_ADDRESS,this.address4.parsedAddress.map(t9).join(".")));this.v4=!0,r[r.length-1]=this.address4.toGroup6(),t=r.join(":")}return t}parse(t){t=this.parse4in6(t);let r=t.match(Zt.RE_BAD_CHARACTERS);if(r)throw new su.AddressError((0,Pn.sprintf)("Bad character%s detected in address: %s",r.length>1?"s":"",r.join("")),t.replace(Zt.RE_BAD_CHARACTERS,'<span class="parse-error">$1</span>'));let n=t.match(Zt.RE_BAD_ADDRESS);if(n)throw new su.AddressError((0,Pn.sprintf)("Address failed regex: %s",n.join("")),t.replace(Zt.RE_BAD_ADDRESS,'<span class="parse-error">$1</span>'));let s=[],u=t.split("::");if(u.length===2){let i=u[0].split(":"),o=u[1].split(":");i.length===1&&i[0]===""&&(i=[]),o.length===1&&o[0]===""&&(o=[]);let l=this.groups-(i.length+o.length);if(!l)throw new su.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<l;h++)s.push("0");s=s.concat(o)}else if(u.length===1)s=t.split(":"),this.elidedGroups=0;else throw new su.AddressError("Too many :: groups found");if(s=s.map(i=>(0,Pn.sprintf)("%x",parseInt(i,16))),s.length!==this.groups)throw new su.AddressError("Incorrect number of groups found");return s}canonicalForm(){return this.parsedAddress.map(BE).join(":")}decimal(){return this.parsedAddress.map(t=>(0,Pn.sprintf)("%05d",parseInt(t,16))).join(":")}bigInteger(){return new $n.BigInteger(this.parsedAddress.map(BE).join(""),16)}to4(){let t=this.binaryZeroPad().split("");return Ta.Address4.fromHex(new $n.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 $n.BigInteger("ffff",16)).toString(),n=Ta.Address4.fromHex(this.getBitsBase16(32,64)),s=Ta.Address4.fromHex(this.getBits(96,128).xor(new $n.BigInteger("ffffffff",16)).toString(16)),u=this.getBits(64,80),i=this.getBitsBase2(64,80),o=u.testBit(15),l=u.testBit(14),h=u.testBit(8),d=u.testBit(9),E=new $n.BigInteger(i.slice(2,6)+i.slice(8,16),2).toString(10);return{prefix:(0,Pn.sprintf)("%s:%s",t.slice(0,4),t.slice(4,8)),server4:n.address,client4:s.address,flags:i,coneNat:o,microsoft:{reserved:l,universalLocal:d,groupIndividual:h,nonce:E},udpPort:r}}inspect6to4(){let t=this.getBitsBase16(0,16),r=Ta.Address4.fromHex(this.getBitsBase16(16,48));return{prefix:(0,Pn.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($E)}static fromByteArray(t){return this.fromUnsignedByteArray(t.map($E))}static fromUnsignedByteArray(t){let r=new $n.BigInteger("256",10),n=new $n.BigInteger("0",10),s=new $n.BigInteger("1",10);for(let u=t.length-1;u>=0;u--)n=n.add(s.multiply(new $n.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,Pn.sprintf)(":%s",t),(0,Pn.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,Pn.sprintf)('<a href="%1$s%2$s" class="%3$s">%2$s</a>',t.prefix,r.call(this),t.className):(0,Pn.sprintf)('<a href="%1$s%2$s">%2$s</a>',t.prefix,r.call(this))}group(){if(this.elidedGroups===0)return Xp.simpleGroup(this.address).join(":");qf(typeof this.elidedGroups=="number"),qf(typeof this.elisionBegin=="number");let t=[],[r,n]=this.address.split("::");r.length?t.push(...Xp.simpleGroup(r)):t.push("");let s=["hover-group"];for(let u=this.elisionBegin;u<this.elisionBegin+this.elidedGroups;u++)s.push((0,Pn.sprintf)("group-%d",u));return t.push((0,Pn.sprintf)('<span class="%s"></span>',s.join(" "))),n.length?t.push(...Xp.simpleGroup(n,this.elisionEnd)):t.push(""),this.is4()&&(qf(this.address4 instanceof Ta.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,Oa.simpleRegularExpression)(n.parsedAddress));else if(n.elidedGroups===Zt.GROUPS)r.push((0,Oa.possibleElisions)(Zt.GROUPS));else{let s=n.address.split("::");s[0].length&&r.push((0,Oa.simpleRegularExpression)(s[0].split(":"))),qf(typeof n.elidedGroups=="number"),r.push((0,Oa.possibleElisions)(n.elidedGroups,s[0].length!==0,s[1].length!==0)),s[1].length&&r.push((0,Oa.simpleRegularExpression)(s[1].split(":"))),r=[r.join(":")]}return t||(r=["(?=^|",Oa.ADDRESS_BOUNDARY,"|[^\\w\\:])(",...r,")(?=[^\\w\\:]|",Oa.ADDRESS_BOUNDARY,"|$)"]),r.join("")}regularExpression(t=!1){return new RegExp(this.regularExpressionString(t),"i")}};As.Address6=Jp});var RE=Se(En=>{"use strict";var n9=En&&En.__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]}),i9=En&&En.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s9=En&&En.__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)&&n9(t,e,r);return i9(t,e),t};Object.defineProperty(En,"__esModule",{value:!0});En.v6=En.AddressError=En.Address6=En.Address4=void 0;var u9=Gp();Object.defineProperty(En,"Address4",{enumerable:!0,get:function(){return u9.Address4}});var a9=PE();Object.defineProperty(En,"Address6",{enumerable:!0,get:function(){return a9.Address6}});var o9=Lf();Object.defineProperty(En,"AddressError",{enumerable:!0,get:function(){return o9.AddressError}});var c9=s9(Yp());En.v6={helpers:c9}});var ME=Se(ad=>{"use strict";ad.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};ad.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 qE=Se(od=>{"use strict";od.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};od.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 VE=Se(cd=>{"use strict";cd.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};cd.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 KE=Se(ld=>{"use strict";ld.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};ld.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 GE=Se(fd=>{"use strict";fd.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}`};fd.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 WE=Se((YE,hd)=>{var zE=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,F=0;for(let A=0;A<v;){let C=p.charCodeAt(A++);C===46?(f[w++]=F,F=0):F=F*10+(C-48)}return f[w]=F,f},decode(p,f){return f=~~f,`${p[f++]}.${p[f++]}.${p[f++]}.${p[f]}`}};e.v4=u;let i={name:"v6",size:s,isFormat:p=>p.length>0&&n.test(p),encode(p,f,w){w=~~w;let v=w+s,F=-1,A=0,C=0,S=!0,I=!1;f=f||new Uint8Array(w+s);for(let _=0;_<p.length;_++){let j=p.charCodeAt(_);j===58?(S?F!==-1?(w<v&&(f[w]=0),w<v-1&&(f[w+1]=0),w+=2):w<v&&(F=w):(I===!0?(w<v&&(f[w]=C),w++):(w<v&&(f[w]=A>>8),w<v-1&&(f[w+1]=A&255),w+=2),A=0,C=0),S=!0,I=!1):j===46?(w<v&&(f[w]=C),w++,C=0,A=0,S=!1,I=!0):(S=!1,j>=97?j-=87:j>=65?j-=55:(j-=48,C=C*10+j),A=(A<<4)+j)}if(S===!1)I===!0?(w<v&&(f[w]=C),w++):(w<v&&(f[w]=A>>8),w<v-1&&(f[w+1]=A&255),w+=2);else if(F===0)w<v&&(f[w]=0),w<v-1&&(f[w+1]=0),w+=2;else if(F!==-1){w+=2;for(let _=Math.min(w-1,v-1);_>=F+2;_--)f[_]=f[_-2];f[F]=0,f[F+1]=0,F=w}if(F!==w&&F!==-1)for(w>v-2&&(w=v-2);v>F;)f[--v]=w<v&&w>F?f[--w]:0;else for(;w<v;)f[w++]=0;return f},decode(p,f){f=~~f;let w="";for(let v=0;v<s;v+=2)v!==0&&(w+=":"),w+=(p[f+v]<<8|p[f+v+1]).toString(16);return w.replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}};e.v6=i;let o="ip";e.name=o;function l(p){if(u.isFormat(p))return u.size;if(i.isFormat(p))return i.size;throw Error(`Invalid ip address: ${p}`)}function h(p){return l(p)===u.size?1:2}function d(p,f,w){w=~~w;let v=l(p);return typeof f=="function"&&(f=f(w+v)),v===u.size?u.encode(p,f,w):i.encode(p,f,w)}function E(p,f,w){if(f=~~f,w=w||p.length-f,w===u.size)return u.decode(p,f,w);if(w===i.size)return i.decode(p,f,w);throw Error(`Invalid buffer size needs to be ${u.size} for v4 or ${i.size} for v6.`)}return"default"in e?e.default:e}({});typeof define=="function"&&define.amd?define([],function(){return zE}):typeof hd=="object"&&typeof YE=="object"&&(hd.exports=zE)});var ZE=Se(Ke=>{"use strict";var Ge=ff().Buffer,vu=ME(),R9=qE(),T9=VE(),rh=KE(),pd=GE(),Na=WE(),O9=0,XE=32768,dd=32768,x9=~dd,JE=32768,N9=~JE,Te=Ke.name={};Te.encode=function(e,t,r,{mail:n=!1}={}){t||(t=Ge.alloc(Te.encodingLength(e))),r||(r=0);let s=r,u=e.replace(/^\.|\.$/gm,"");if(u.length){let i=[];if(n){let o="";u.split(".").forEach(l=>{l.endsWith("\\")?o+=(o.length?".":"")+l.slice(0,-1):i.length===0&&o.length?i.push(o+"."+l):i.push(l)})}else i=u.split(".");for(let o=0;o<i.length;o++){let l=t.write(i[o],r+1);t[r]=l,r+=l+1}}return t[r++]=0,Te.encode.bytes=r-s,t};Te.encode.bytes=0;Te.decode=function(e,t,{mail:r=!1}={}){t||(t=0);let n=[],s=t,u=0,i=0,o=!1;for(;;){if(t>=e.length)throw new Error("Cannot decode name (buffer overflow)");let l=e[t++];if(i+=o?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+=o?0:1,o=!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+=o?0:l}}return Te.decode.bytes=i,n.length===0?".":n.join(".")};Te.decode.bytes=0;Te.encodingLength=function(e){return e==="."||e===".."?1:Ge.byteLength(e.replace(/^\.|\.$/gm,""))+2};var Et={};Et.encode=function(e,t,r){t||(t=Ge.alloc(Et.encodingLength(e))),r||(r=0);let n=t.write(e,r+1);return t[r]=n,Et.encode.bytes=n+1,t};Et.encode.bytes=0;Et.decode=function(e,t){t||(t=0);let r=e[t],n=e.toString("utf-8",t+1,t+1+r);return Et.decode.bytes=r+1,n};Et.decode.bytes=0;Et.encodingLength=function(e){return Ge.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"?XE:O9;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&XE?"response":"query",flags:r&32767,flag_qr:(r>>15&1)===1,opcode:T9.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:R9.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 ou=Ke.unknown={};ou.encode=function(e,t,r){return t||(t=Ge.alloc(ou.encodingLength(e))),r||(r=0),t.writeUInt16BE(e.length,r),e.copy(t,r+2),ou.encode.bytes=e.length+2,t};ou.encode.bytes=0;ou.decode=function(e,t){t||(t=0);let r=e.readUInt16BE(t),n=e.slice(t+2,t+2+r);return ou.decode.bytes=r+2,n};ou.decode.bytes=0;ou.encodingLength=function(e){return e.length+2};var cu=Ke.ns={};cu.encode=function(e,t,r){return t||(t=Ge.alloc(cu.encodingLength(e))),r||(r=0),Te.encode(e,t,r+2),t.writeUInt16BE(Te.encode.bytes,r),cu.encode.bytes=Te.encode.bytes+2,t};cu.encode.bytes=0;cu.decode=function(e,t){t||(t=0);let r=e.readUInt16BE(t),n=Te.decode(e,t+2);return cu.decode.bytes=r+2,n};cu.decode.bytes=0;cu.encodingLength=function(e){return Te.encodingLength(e)+2};var lu=Ke.soa={};lu.encode=function(e,t,r){t||(t=Ge.alloc(lu.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),lu.encode.bytes=r-n,t};lu.encode.bytes=0;lu.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,lu.decode.bytes=t-r,n};lu.decode.bytes=0;lu.encodingLength=function(e){return 22+Te.encodingLength(e.mname)+Te.encodingLength(e.rname)};var fu=Ke.txt={};fu.encode=function(e,t,r){Array.isArray(e)||(e=[e]);for(let s=0;s<e.length;s++)if(typeof e[s]=="string"&&(e[s]=Ge.from(e[s])),!Ge.isBuffer(e[s]))throw new Error("Must be a Buffer");t||(t=Ge.alloc(fu.encodingLength(e))),r||(r=0);let n=r;return r+=2,e.forEach(function(s){t[r++]=s.length,s.copy(t,r,0,s.length),r+=s.length}),t.writeUInt16BE(r-n-2,n),fu.encode.bytes=r-n,t};fu.encode.bytes=0;fu.decode=function(e,t){t||(t=0);let r=t,n=e.readUInt16BE(t);t+=2;let s=[];for(;n>0;){let u=e[t++];if(--n,n<u)throw new Error("Buffer overflow");s.push(e.slice(t,t+u)),t+=u,n-=u}return fu.decode.bytes=t-r,s};fu.decode.bytes=0;fu.encodingLength=function(e){Array.isArray(e)||(e=[e]);let t=2;return e.forEach(function(r){typeof r=="string"?t+=Ge.byteLength(r)+1:t+=r.length+1}),t};var hu=Ke.null={};hu.encode=function(e,t,r){t||(t=Ge.alloc(hu.encodingLength(e))),r||(r=0),typeof e=="string"&&(e=Ge.from(e)),e||(e=Ge.alloc(0));let n=r;r+=2;let s=e.length;return e.copy(t,r,0,s),r+=s,t.writeUInt16BE(r-n-2,n),hu.encode.bytes=r-n,t};hu.encode.bytes=0;hu.decode=function(e,t){t||(t=0);let r=t,n=e.readUInt16BE(t);t+=2;let s=e.slice(t,t+n);return t+=n,hu.decode.bytes=t-r,s};hu.decode.bytes=0;hu.encodingLength=function(e){return e?(Ge.isBuffer(e)?e.length:Ge.byteLength(e))+2:2};var pu=Ke.hinfo={};pu.encode=function(e,t,r){t||(t=Ge.alloc(pu.encodingLength(e))),r||(r=0);let n=r;return r+=2,Et.encode(e.cpu,t,r),r+=Et.encode.bytes,Et.encode(e.os,t,r),r+=Et.encode.bytes,t.writeUInt16BE(r-n-2,n),pu.encode.bytes=r-n,t};pu.encode.bytes=0;pu.decode=function(e,t){t||(t=0);let r=t,n={};return t+=2,n.cpu=Et.decode(e,t),t+=Et.decode.bytes,n.os=Et.decode(e,t),t+=Et.decode.bytes,pu.decode.bytes=t-r,n};pu.decode.bytes=0;pu.encodingLength=function(e){return Et.encodingLength(e.cpu)+Et.encodingLength(e.os)+2};var Wi=Ke.ptr={},k9=Ke.cname=Wi,L9=Ke.dname=Wi;Wi.encode=function(e,t,r){return t||(t=Ge.alloc(Wi.encodingLength(e))),r||(r=0),Te.encode(e,t,r+2),t.writeUInt16BE(Te.encode.bytes,r),Wi.encode.bytes=Te.encode.bytes+2,t};Wi.encode.bytes=0;Wi.decode=function(e,t){t||(t=0);let r=Te.decode(e,t+2);return Wi.decode.bytes=Te.decode.bytes+2,r};Wi.decode.bytes=0;Wi.encodingLength=function(e){return Te.encodingLength(e)+2};var du=Ke.srv={};du.encode=function(e,t,r){t||(t=Ge.alloc(du.encodingLength(e))),r||(r=0),t.writeUInt16BE(e.priority||0,r+2),t.writeUInt16BE(e.weight||0,r+4),t.writeUInt16BE(e.port||0,r+6),Te.encode(e.target,t,r+8);let n=Te.encode.bytes+6;return t.writeUInt16BE(n,r),du.encode.bytes=n+2,t};du.encode.bytes=0;du.decode=function(e,t){t||(t=0);let r=e.readUInt16BE(t),n={};return n.priority=e.readUInt16BE(t+2),n.weight=e.readUInt16BE(t+4),n.port=e.readUInt16BE(t+6),n.target=Te.decode(e,t+8),du.decode.bytes=r+2,n};du.decode.bytes=0;du.encodingLength=function(e){return 8+Te.encodingLength(e.target)};var pi=Ke.caa={};pi.ISSUER_CRITICAL=128;pi.encode=function(e,t,r){let n=pi.encodingLength(e);return t||(t=Ge.alloc(pi.encodingLength(e))),r||(r=0),e.issuerCritical&&(e.flags=pi.ISSUER_CRITICAL),t.writeUInt16BE(n-2,r),r+=2,t.writeUInt8(e.flags||0,r),r+=1,Et.encode(e.tag,t,r),r+=Et.encode.bytes,t.write(e.value,r),r+=Ge.byteLength(e.value),pi.encode.bytes=n,t};pi.encode.bytes=0;pi.decode=function(e,t){t||(t=0);let r=e.readUInt16BE(t);t+=2;let n=t,s={};return s.flags=e.readUInt8(t),t+=1,s.tag=Et.decode(e,t),t+=Et.decode.bytes,s.value=e.toString("utf-8",t,n+r),s.issuerCritical=!!(s.flags&pi.ISSUER_CRITICAL),pi.decode.bytes=r+2,s};pi.decode.bytes=0;pi.encodingLength=function(e){return Et.encodingLength(e.tag)+Et.encodingLength(e.value)+2};var Ku=Ke.mx={};Ku.encode=function(e,t,r){t||(t=Ge.alloc(Ku.encodingLength(e))),r||(r=0);let n=r;return r+=2,t.writeUInt16BE(e.preference||0,r),r+=2,Te.encode(e.exchange,t,r),r+=Te.encode.bytes,t.writeUInt16BE(r-n-2,n),Ku.encode.bytes=r-n,t};Ku.encode.bytes=0;Ku.decode=function(e,t){t||(t=0);let r=t,n={};return t+=2,n.preference=e.readUInt16BE(t),t+=2,n.exchange=Te.decode(e,t),t+=Te.decode.bytes,Ku.decode.bytes=t-r,n};Ku.encodingLength=function(e){return 4+Te.encodingLength(e.exchange)};var gu=Ke.a={};gu.encode=function(e,t,r){return t||(t=Ge.alloc(gu.encodingLength(e))),r||(r=0),t.writeUInt16BE(4,r),r+=2,Na.v4.encode(e,t,r),gu.encode.bytes=6,t};gu.encode.bytes=0;gu.decode=function(e,t){t||(t=0),t+=2;let r=Na.v4.decode(e,t);return gu.decode.bytes=6,r};gu.decode.bytes=0;gu.encodingLength=function(){return 6};var mu=Ke.aaaa={};mu.encode=function(e,t,r){return t||(t=Ge.alloc(mu.encodingLength(e))),r||(r=0),t.writeUInt16BE(16,r),r+=2,Na.v6.encode(e,t,r),mu.encode.bytes=18,t};mu.encode.bytes=0;mu.decode=function(e,t){t||(t=0),t+=2;let r=Na.v6.decode(e,t);return mu.decode.bytes=18,r};mu.decode.bytes=0;mu.encodingLength=function(){return 18};var Jn=Ke.option={};Jn.encode=function(e,t,r){t||(t=Ge.alloc(Jn.encodingLength(e))),r||(r=0);let n=r,s=pd.toCode(e.code);if(t.writeUInt16BE(s,r),r+=2,e.data)t.writeUInt16BE(e.data.length,r),r+=2,e.data.copy(t,r),r+=e.data.length;else switch(s){case 8:let u=e.sourcePrefixLength||0,i=e.family||Na.familyOf(e.ip),o=Na.encode(e.ip,Ge.alloc),l=Math.ceil(u/8);t.writeUInt16BE(l+4,r),r+=2,t.writeUInt16BE(i,r),r+=2,t.writeUInt8(u,r++),t.writeUInt8(e.scopePrefixLength||0,r++),o.copy(t,r,0,l),r+=l;break;case 11:e.timeout?(t.writeUInt16BE(2,r),r+=2,t.writeUInt16BE(e.timeout,r),r+=2):(t.writeUInt16BE(0,r),r+=2);break;case 12:let h=e.length||0;t.writeUInt16BE(h,r),r+=2,t.fill(0,r,r+h),r+=h;break;case 14:let d=e.tags.length*2;t.writeUInt16BE(d,r),r+=2;for(let E of e.tags)t.writeUInt16BE(E,r),r+=2;break;default:throw new Error(`Unknown roption code: ${e.code}`)}return Jn.encode.bytes=r-n,t};Jn.encode.bytes=0;Jn.decode=function(e,t){t||(t=0);let r={};r.code=e.readUInt16BE(t),r.type=pd.toString(r.code),t+=2;let n=e.readUInt16BE(t);switch(t+=2,r.data=e.slice(t,t+n),r.code){case 8:r.family=e.readUInt16BE(t),t+=2,r.sourcePrefixLength=e.readUInt8(t++),r.scopePrefixLength=e.readUInt8(t++);let s=Ge.alloc(r.family===1?4:16);e.copy(s,0,t,t+n-4),r.ip=Na.decode(s);break;case 11:n>0&&(r.timeout=e.readUInt16BE(t),t+=2);break;case 14:r.tags=[];for(let u=0;u<n;u+=2)r.tags.push(e.readUInt16BE(t)),t+=2}return Jn.decode.bytes=n+4,r};Jn.decode.bytes=0;Jn.encodingLength=function(e){if(e.data)return e.data.length+4;switch(pd.toCode(e.code)){case 8:let r=e.sourcePrefixLength||0;return Math.ceil(r/8)+8;case 11:return typeof e.timeout=="number"?6:4;case 12:return e.length+4;case 14:return 4+e.tags.length*2}throw new Error(`Unknown roption code: ${e.code}`)};var gi=Ke.opt={};gi.encode=function(e,t,r){t||(t=Ge.alloc(gi.encodingLength(e))),r||(r=0);let n=r,s=jo(e,Jn);return t.writeUInt16BE(s,r),r=Mc(e,Jn,t,r+2),gi.encode.bytes=r-n,t};gi.encode.bytes=0;gi.decode=function(e,t){t||(t=0);let r=t,n=[],s=e.readUInt16BE(t);t+=2;let u=0;for(;s>0;)n[u++]=Jn.decode(e,t),t+=Jn.decode.bytes,s-=Jn.decode.bytes;return gi.decode.bytes=t-r,n};gi.decode.bytes=0;gi.encodingLength=function(e){return 2+jo(e||[],Jn)};var Rn=Ke.dnskey={};Rn.PROTOCOL_DNSSEC=3;Rn.ZONE_KEY=128;Rn.SECURE_ENTRYPOINT=32768;Rn.encode=function(e,t,r){t||(t=Ge.alloc(Rn.encodingLength(e))),r||(r=0);let n=r,s=e.key;if(!Ge.isBuffer(s))throw new Error("Key must be a Buffer");return r+=2,t.writeUInt16BE(e.flags,r),r+=2,t.writeUInt8(Rn.PROTOCOL_DNSSEC,r),r+=1,t.writeUInt8(e.algorithm,r),r+=1,s.copy(t,r,0,s.length),r+=s.length,Rn.encode.bytes=r-n,t.writeUInt16BE(Rn.encode.bytes-2,n),t};Rn.encode.bytes=0;Rn.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)!==Rn.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,Rn.decode.bytes=t-r,n};Rn.decode.bytes=0;Rn.encodingLength=function(e){return 6+Ge.byteLength(e.key)};var Ds=Ke.rrsig={};Ds.encode=function(e,t,r){t||(t=Ge.alloc(Ds.encodingLength(e))),r||(r=0);let n=r,s=e.signature;if(!Ge.isBuffer(s))throw new Error("Signature must be a Buffer");return r+=2,t.writeUInt16BE(vu.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,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;var n={},s=e.readUInt16BE(t);return t+=2,n.typeCovered=vu.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,Ds.decode.bytes=t-r,n};Ds.decode.bytes=0;Ds.encodingLength=function(e){return 20+Te.encodingLength(e.signersName)+Ge.byteLength(e.signature)};var ys=Ke.rp={};ys.encode=function(e,t,r){t||(t=Ge.alloc(ys.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,ys.encode.bytes=r-n,t.writeUInt16BE(ys.encode.bytes-2,n),t};ys.encode.bytes=0;ys.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,ys.decode.bytes=t-r,n};ys.decode.bytes=0;ys.encodingLength=function(e){return 2+Te.encodingLength(e.mbox||".")+Te.encodingLength(e.txt||".")};var Vr={};Vr.encode=function(e,t,r){t||(t=Ge.alloc(Vr.encodingLength(e))),r||(r=0);let n=r;for(var s=[],u=0;u<e.length;u++){var i=vu.toType(e[u]);s[i>>8]===void 0&&(s[i>>8]=[]),s[i>>8][i>>3&31]|=1<<7-(i&7)}for(u=0;u<s.length;u++)if(s[u]!==void 0){var o=Ge.from(s[u]);t.writeUInt8(u,r),r+=1,t.writeUInt8(o.length,r),r+=1,o.copy(t,r),r+=o.length}return Vr.encode.bytes=r-n,t};Vr.encode.bytes=0;Vr.decode=function(e,t,r){t||(t=0);let n=t;for(var s=[];t-n<r;){var u=e.readUInt8(t);t+=1;var i=e.readUInt8(t);t+=1;for(var o=0;o<i;o++)for(var l=e.readUInt8(t+o),h=0;h<8;h++)if(l&1<<7-h){var d=vu.toString(u<<8|o<<3|h);s.push(d)}t+=i}return Vr.decode.bytes=t-n,s};Vr.decode.bytes=0;Vr.encodingLength=function(e){for(var t=[],r=0;r<e.length;r++){var n=vu.toType(e[r]);t[n>>8]=Math.max(t[n>>8]||0,n&255)}var s=0;for(r=0;r<t.length;r++)t[r]!==void 0&&(s+=2+Math.ceil((t[r]+1)/8));return s};var Ss=Ke.nsec={};Ss.encode=function(e,t,r){t||(t=Ge.alloc(Ss.encodingLength(e))),r||(r=0);let n=r;return r+=2,Te.encode(e.nextDomain,t,r),r+=Te.encode.bytes,Vr.encode(e.rrtypes,t,r),r+=Vr.encode.bytes,Ss.encode.bytes=r-n,t.writeUInt16BE(Ss.encode.bytes-2,n),t};Ss.encode.bytes=0;Ss.decode=function(e,t){t||(t=0);let r=t;var n={},s=e.readUInt16BE(t);return t+=2,n.nextDomain=Te.decode(e,t),t+=Te.decode.bytes,n.rrtypes=Vr.decode(e,t,s-(t-r)),t+=Vr.decode.bytes,Ss.decode.bytes=t-r,n};Ss.decode.bytes=0;Ss.encodingLength=function(e){return 2+Te.encodingLength(e.nextDomain)+Vr.encodingLength(e.rrtypes)};var bs=Ke.nsec3={};bs.encode=function(e,t,r){t||(t=Ge.alloc(bs.encodingLength(e))),r||(r=0);let n=r,s=e.salt;if(!Ge.isBuffer(s))throw new Error("salt must be a Buffer");let u=e.nextDomain;if(!Ge.isBuffer(u))throw new Error("nextDomain must be a Buffer");return r+=2,t.writeUInt8(e.algorithm,r),r+=1,t.writeUInt8(e.flags,r),r+=1,t.writeUInt16BE(e.iterations,r),r+=2,t.writeUInt8(s.length,r),r+=1,s.copy(t,r,0,s.length),r+=s.length,t.writeUInt8(u.length,r),r+=1,u.copy(t,r,0,u.length),r+=u.length,Vr.encode(e.rrtypes,t,r),r+=Vr.encode.bytes,bs.encode.bytes=r-n,t.writeUInt16BE(bs.encode.bytes-2,n),t};bs.encode.bytes=0;bs.decode=function(e,t){t||(t=0);let r=t;var n={},s=e.readUInt16BE(t);t+=2,n.algorithm=e.readUInt8(t),t+=1,n.flags=e.readUInt8(t),t+=1,n.iterations=e.readUInt16BE(t),t+=2;let u=e.readUInt8(t);t+=1,n.salt=e.slice(t,t+u),t+=u;let i=e.readUInt8(t);return t+=1,n.nextDomain=e.slice(t,t+i),t+=i,n.rrtypes=Vr.decode(e,t,s-(t-r)),t+=Vr.decode.bytes,bs.decode.bytes=t-r,n};bs.decode.bytes=0;bs.encodingLength=function(e){return 8+e.salt.length+e.nextDomain.length+Vr.encodingLength(e.rrtypes)};var _s=Ke.ds={};_s.encode=function(e,t,r){t||(t=Ge.alloc(_s.encodingLength(e))),r||(r=0);let n=r,s=e.digest;if(!Ge.isBuffer(s))throw new Error("Digest must be a Buffer");return r+=2,t.writeUInt16BE(e.keyTag,r),r+=2,t.writeUInt8(e.algorithm,r),r+=1,t.writeUInt8(e.digestType,r),r+=1,s.copy(t,r,0,s.length),r+=s.length,_s.encode.bytes=r-n,t.writeUInt16BE(_s.encode.bytes-2,n),t};_s.encode.bytes=0;_s.decode=function(e,t){t||(t=0);let r=t;var n={},s=e.readUInt16BE(t);return t+=2,n.keyTag=e.readUInt16BE(t),t+=2,n.algorithm=e.readUInt8(t),t+=1,n.digestType=e.readUInt8(t),t+=1,n.digest=e.slice(t,r+s+2),t+=n.digest.length,_s.decode.bytes=t-r,n};_s.decode.bytes=0;_s.encodingLength=function(e){return 6+Ge.byteLength(e.digest)};var di=Ke.sshfp={};di.getFingerprintLengthForHashType=function(t){switch(t){case 1:return 20;case 2:return 32}};di.encode=function(t,r,n){r||(r=Ge.alloc(di.encodingLength(t))),n||(n=0);let s=n;n+=2,r[n]=t.algorithm,n+=1,r[n]=t.hash,n+=1;let u=Ge.from(t.fingerprint.toUpperCase(),"hex");if(u.length!==di.getFingerprintLengthForHashType(t.hash))throw new Error("Invalid fingerprint length");return u.copy(r,n),n+=u.byteLength,di.encode.bytes=n-s,r.writeUInt16BE(di.encode.bytes-2,s),r};di.encode.bytes=0;di.decode=function(t,r){r||(r=0);let n=r,s={};r+=2,s.algorithm=t[r],r+=1,s.hash=t[r],r+=1;let u=di.getFingerprintLengthForHashType(s.hash);return s.fingerprint=t.slice(r,r+u).toString("hex").toUpperCase(),r+=u,di.decode.bytes=r-n,s};di.decode.bytes=0;di.encodingLength=function(e){return 4+Ge.from(e.fingerprint,"hex").byteLength};var Is=Ke.naptr={};Is.encode=function(e,t,r){t||(t=Ge.alloc(Is.encodingLength(e))),r||(r=0);let n=r;return r+=2,t.writeUInt16BE(e.order||0,r),r+=2,t.writeUInt16BE(e.preference||0,r),r+=2,Et.encode(e.flags,t,r),r+=Et.encode.bytes,Et.encode(e.services,t,r),r+=Et.encode.bytes,Et.encode(e.regexp,t,r),r+=Et.encode.bytes,Te.encode(e.replacement,t,r),r+=Te.encode.bytes,Is.encode.bytes=r-n,t.writeUInt16BE(Is.encode.bytes-2,n),t};Is.encode.bytes=0;Is.decode=function(e,t){t||(t=0);let r=t,n={};return t+=2,n.order=e.readUInt16BE(t),t+=2,n.preference=e.readUInt16BE(t),t+=2,n.flags=Et.decode(e,t),t+=Et.decode.bytes,n.services=Et.decode(e,t),t+=Et.decode.bytes,n.regexp=Et.decode(e,t),t+=Et.decode.bytes,n.replacement=Te.decode(e,t),t+=Te.decode.bytes,Is.decode.bytes=t-r,n};Is.decode.bytes=0;Is.encodingLength=function(e){return Et.encodingLength(e.flags)+Et.encodingLength(e.services)+Et.encodingLength(e.regexp)+Te.encodingLength(e.replacement)+6};var Bs=Ke.tlsa={};Bs.encode=function(e,t,r){t||(t=Ge.alloc(Bs.encodingLength(e))),r||(r=0);let n=r,s=e.certificate;if(!Ge.isBuffer(s))throw new Error("Certificate must be a Buffer");return r+=2,t.writeUInt8(e.usage,r),r+=1,t.writeUInt8(e.selector,r),r+=1,t.writeUInt8(e.matchingType,r),r+=1,s.copy(t,r,0,s.length),r+=s.length,Bs.encode.bytes=r-n,t.writeUInt16BE(Bs.encode.bytes-2,n),t};Bs.encode.bytes=0;Bs.decode=function(e,t){t||(t=0);let r=t,n={},s=e.readUInt16BE(t);return t+=2,n.usage=e.readUInt8(t),t+=1,n.selector=e.readUInt8(t),t+=1,n.matchingType=e.readUInt8(t),t+=1,n.certificate=e.slice(t,r+s+2),t+=n.certificate.length,Bs.decode.bytes=t-r,n};Bs.decode.bytes=0;Bs.encodingLength=function(e){return 5+Ge.byteLength(e.certificate)};var gd=Ke.record=function(e){switch(e.toUpperCase()){case"A":return gu;case"PTR":return Wi;case"CNAME":return k9;case"DNAME":return L9;case"TXT":return fu;case"NULL":return hu;case"AAAA":return mu;case"SRV":return du;case"HINFO":return pu;case"CAA":return pi;case"NS":return cu;case"SOA":return lu;case"MX":return Ku;case"OPT":return gi;case"DNSKEY":return Rn;case"RRSIG":return Ds;case"RP":return ys;case"NSEC":return Ss;case"NSEC3":return bs;case"SSHFP":return di;case"DS":return _s;case"NAPTR":return Is;case"TLSA":return Bs}return ou},un=Ke.answer={};un.encode=function(e,t,r){t||(t=Ge.alloc(un.encodingLength(e))),r||(r=0);let n=r;if(Te.encode(e.name,t,r),r+=Te.encode.bytes,t.writeUInt16BE(vu.toType(e.type),r),e.type.toUpperCase()==="OPT"){if(e.name!==".")throw new Error("OPT name must be root.");t.writeUInt16BE(e.udpPayloadSize||4096,r+2),t.writeUInt8(e.extendedRcode||0,r+4),t.writeUInt8(e.ednsVersion||0,r+5),t.writeUInt16BE(e.flags||0,r+6),r+=8,gi.encode(e.options||[],t,r),r+=gi.encode.bytes}else{let s=rh.toClass(e.class===void 0?"IN":e.class);e.flush&&(s|=dd),t.writeUInt16BE(s,r+2),t.writeUInt32BE(e.ttl||0,r+4),r+=8;let u=gd(e.type);u.encode(e.data,t,r),r+=u.encode.bytes}return un.encode.bytes=r-n,t};un.encode.bytes=0;un.decode=function(e,t){t||(t=0);let r={},n=t;if(r.name=Te.decode(e,t),t+=Te.decode.bytes,r.type=vu.toString(e.readUInt16BE(t)),r.type==="OPT")r.udpPayloadSize=e.readUInt16BE(t+2),r.extendedRcode=e.readUInt8(t+4),r.ednsVersion=e.readUInt8(t+5),r.flags=e.readUInt16BE(t+6),r.flag_do=(r.flags>>15&1)===1,r.options=gi.decode(e,t+8),t+=8+gi.decode.bytes;else{let s=e.readUInt16BE(t+2);r.ttl=e.readUInt32BE(t+4),r.class=rh.toString(s&x9),r.flush=!!(s&dd);let u=gd(r.type);r.data=u.decode(e,t+8),t+=8+u.decode.bytes}return un.decode.bytes=t-n,r};un.decode.bytes=0;un.encodingLength=function(e){let t=e.data!==null&&e.data!==void 0?e.data:e.options;return Te.encodingLength(e.name)+8+gd(e.type).encodingLength(t)};var Xi=Ke.question={};Xi.encode=function(e,t,r){t||(t=Ge.alloc(Xi.encodingLength(e))),r||(r=0);let n=r;return Te.encode(e.name,t,r),r+=Te.encode.bytes,t.writeUInt16BE(vu.toType(e.type),r),r+=2,t.writeUInt16BE(rh.toClass(e.class===void 0?"IN":e.class),r),r+=2,Xi.encode.bytes=r-n,e};Xi.encode.bytes=0;Xi.decode=function(e,t){t||(t=0);let r=t,n={};return n.name=Te.decode(e,t),t+=Te.decode.bytes,n.type=vu.toString(e.readUInt16BE(t)),t+=2,n.class=rh.toString(e.readUInt16BE(t)),t+=2,!!(n.class&JE)&&(n.class&=N9),Xi.decode.bytes=t-r,n};Xi.decode.bytes=0;Xi.encodingLength=function(e){return Te.encodingLength(e.name)+4};Ke.AUTHORITATIVE_ANSWER=1024;Ke.TRUNCATED_RESPONSE=512;Ke.RECURSION_DESIRED=256;Ke.RECURSION_AVAILABLE=128;Ke.AUTHENTIC_DATA=32;Ke.CHECKING_DISABLED=16;Ke.DNSSEC_OK=32768;Ke.encode=function(e,t,r){let n=!t;n&&(t=Ge.alloc(Ke.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=Mc(e.questions,Xi,t,r),r=Mc(e.answers,un,t,r),r=Mc(e.authorities,un,t,r),r=Mc(e.additionals,un,t,r),Ke.encode.bytes=r-s,n&&Ke.encode.bytes!==t.length?t.slice(0,Ke.encode.bytes):t};Ke.encode.bytes=0;Ke.decode=function(e,t){t||(t=0);let r=t,n=Ji.decode(e,t);return t+=Ji.decode.bytes,t=th(n.questions,Xi,e,t),t=th(n.answers,un,e,t),t=th(n.authorities,un,e,t),t=th(n.additionals,un,e,t),Ke.decode.bytes=t-r,n};Ke.decode.bytes=0;Ke.encodingLength=function(e){return Ji.encodingLength(e)+jo(e.questions||[],Xi)+jo(e.answers||[],un)+jo(e.authorities||[],un)+jo(e.additionals||[],un)};Ke.streamEncode=function(e){let t=Ke.encode(e),r=Ge.alloc(2);r.writeUInt16BE(t.byteLength);let n=Ge.concat([r,t]);return Ke.streamEncode.bytes=n.byteLength,n};Ke.streamEncode.bytes=0;Ke.streamDecode=function(e){let t=e.readUInt16BE(0);if(e.byteLength<t+2)return null;let r=Ke.decode(e.slice(2));return Ke.streamDecode.bytes=Ke.decode.bytes,r};Ke.streamDecode.bytes=0;function jo(e,t){let r=0;for(let n=0;n<e.length;n++)r+=t.encodingLength(e[n]);return r}function Mc(e,t,r,n){for(let s=0;s<e.length;s++)t.encode(e[s],r,n),n+=t.encode.bytes;return n}function th(e,t,r,n){for(let s=0;s<e.length;s++)e[s]=t.decode(r,n),n+=t.decode.bytes;return n}});var md=Se((qo,qc)=>{(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__",o=500,l="__lodash_placeholder__",h=1,d=2,E=4,p=1,f=2,w=1,v=2,F=4,A=8,C=16,S=32,I=64,_=128,j=256,M=512,b=30,P="...",k=800,H=16,G=1,Y=2,K=3,z=1/0,X=9007199254740991,se=17976931348623157e292,ye=NaN,Fe=4294967295,Pe=Fe-1,Je=Fe>>>1,ce=[["ary",_],["bind",w],["bindKey",v],["curry",A],["curryRight",C],["flip",M],["partial",S],["partialRight",I],["rearg",j]],Be="[object Arguments]",Ve="[object Array]",Dr="[object AsyncFunction]",jt="[object Boolean]",Ct="[object Date]",cr="[object DOMException]",Qt="[object Error]",pt="[object Function]",Mt="[object GeneratorFunction]",st="[object Map]",Ye="[object Number]",er="[object Null]",qe="[object Object]",Pt="[object Promise]",Kr="[object Proxy]",Wt="[object RegExp]",qt="[object Set]",mt="[object String]",yr="[object Symbol]",ei="[object Undefined]",Gr="[object WeakMap]",yt="[object WeakSet]",je="[object ArrayBuffer]",_e="[object DataView]",lr="[object Float32Array]",zr="[object Float64Array]",ut="[object Int8Array]",Ts="[object Int16Array]",Yr="[object Int32Array]",ge="[object Uint8Array]",Zi="[object Uint8ClampedArray]",It="[object Uint16Array]",Nr="[object Uint32Array]",Li=/\b__p \+= '';/g,Fu=/\b(__p \+=) '' \+/g,Qi=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Du=/&(?:amp|lt|gt|quot|#39);/g,es=/[&<>"']/g,Ui=RegExp(Du.source),Rt=RegExp(es.source),Tn=/<%-([\s\S]+?)%>/g,yu=/<%([\s\S]+?)%>/g,Su=/<%=([\s\S]+?)%>/g,bu=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ts=/^\w*$/,Ju=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,rs=/[\\^$.*+?()[\]{}|]/g,Zu=RegExp(rs.source),Os=/^\s+/,re=/\s/,fe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,He=/\{\n\/\* \[wrapped with (.+)\] \*/,Ne=/,? & /,ze=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,at=/[()=,{}\[\]\/\s]/,ft=/\\(\\)?/g,Er=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,kt=/\w*$/,On=/^[-+]0x[0-9a-f]+$/i,Ci=/^0b[01]+$/i,Wr=/^\[object .+?Constructor\]$/,an=/^0o[0-7]+$/i,fr=/^(?:0|[1-9]\d*)$/,Xr=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Pr=/($^)/,Qu=/['\n\r\u2028\u2029\\]/g,ns="\\ud800-\\udfff",An="\\u0300-\\u036f",$t="\\ufe20-\\ufe2f",hr="\\u20d0-\\u20ff",rt=An+$t+hr,tr="\\u2700-\\u27bf",kr="a-z\\xdf-\\xf6\\xf8-\\xff",rr="\\xac\\xb1\\xd7\\xf7",Lt="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",wn="\\u2000-\\u206f",xn=" \\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",Nn="A-Z\\xc0-\\xd6\\xd8-\\xde",Cn="\\ufe0e\\ufe0f",Sr=rr+Lt+wn+xn,ir="['\u2019]",Xo="["+ns+"]",ea="["+Sr+"]",Lr="["+rt+"]",ta="\\d+",ja="["+tr+"]",Ma="["+kr+"]",ra="[^"+ns+Sr+ta+tr+kr+Nn+"]",is="\\ud83c[\\udffb-\\udfff]",na="(?:"+Lr+"|"+is+")",qa="[^"+ns+"]",ia="(?:\\ud83c[\\udde6-\\uddff]){2}",sa="[\\ud800-\\udbff][\\udc00-\\udfff]",Fn="["+Nn+"]",R="\\u200d",O="(?:"+Ma+"|"+ra+")",U="(?:"+Fn+"|"+ra+")",Q="(?:"+ir+"(?:d|ll|m|re|s|t|ve))?",ve="(?:"+ir+"(?:D|LL|M|RE|S|T|VE))?",we=na+"?",$e="["+Cn+"]?",xe="(?:"+R+"(?:"+[qa,ia,sa].join("|")+")"+$e+we+")*",Vt="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",pr="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Jr=$e+we+xe,Zr="(?:"+[ja,ia,sa].join("|")+")"+Jr,ti="(?:"+[qa+Lr+"?",Lr,ia,sa,Xo].join("|")+")",_u=RegExp(ir,"g"),Dn=RegExp(Lr,"g"),Qr=RegExp(is+"(?="+is+")|"+ti+Jr,"g"),Iu=RegExp([Fn+"?"+Ma+"+"+Q+"(?="+[ea,Fn,"$"].join("|")+")",U+"+"+ve+"(?="+[ea,Fn+O,"$"].join("|")+")",Fn+"?"+O+"+"+Q,Fn+"+"+ve,pr,Vt,ta,Zr].join("|"),"g"),Fi=RegExp("["+R+ns+rt+Cn+"]"),aa=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Ch=["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"],Fh=-1,Xt={};Xt[lr]=Xt[zr]=Xt[ut]=Xt[Ts]=Xt[Yr]=Xt[ge]=Xt[Zi]=Xt[It]=Xt[Nr]=!0,Xt[Be]=Xt[Ve]=Xt[je]=Xt[jt]=Xt[_e]=Xt[Ct]=Xt[Qt]=Xt[pt]=Xt[st]=Xt[Ye]=Xt[qe]=Xt[Wt]=Xt[qt]=Xt[mt]=Xt[Gr]=!1;var zt={};zt[Be]=zt[Ve]=zt[je]=zt[_e]=zt[jt]=zt[Ct]=zt[lr]=zt[zr]=zt[ut]=zt[Ts]=zt[Yr]=zt[st]=zt[Ye]=zt[qe]=zt[Wt]=zt[qt]=zt[mt]=zt[yr]=zt[ge]=zt[Zi]=zt[It]=zt[Nr]=!0,zt[Qt]=zt[pt]=zt[Gr]=!1;var Dh={\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"},yh={"&":"&","<":"<",">":">",'"':""","'":"'"},Sh={"&":"&","<":"<",">":">",""":'"',"'":"'"},bh={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},_h=parseFloat,Ih=parseInt,tl=typeof global=="object"&&global&&global.Object===Object&&global,Bh=typeof self=="object"&&self&&self.Object===Object&&self,br=tl||Bh||Function("return this")(),Jo=typeof qo=="object"&&qo&&!qo.nodeType&&qo,xs=Jo&&typeof qc=="object"&&qc&&!qc.nodeType&&qc,rl=xs&&xs.exports===Jo,Zo=rl&&tl.process,kn=function(){try{var ne=xs&&xs.require&&xs.require("util").types;return ne||Zo&&Zo.binding&&Zo.binding("util")}catch{}}(),nl=kn&&kn.isArrayBuffer,il=kn&&kn.isDate,sl=kn&&kn.isMap,ul=kn&&kn.isRegExp,al=kn&&kn.isSet,ol=kn&&kn.isTypedArray;function yn(ne,he,oe){switch(oe.length){case 0:return ne.call(he);case 1:return ne.call(he,oe[0]);case 2:return ne.call(he,oe[0],oe[1]);case 3:return ne.call(he,oe[0],oe[1],oe[2])}return ne.apply(he,oe)}function $h(ne,he,oe,ke){for(var nt=-1,St=ne==null?0:ne.length;++nt<St;){var ur=ne[nt];he(ke,ur,oe(ur),ne)}return ke}function Ln(ne,he){for(var oe=-1,ke=ne==null?0:ne.length;++oe<ke&&he(ne[oe],oe,ne)!==!1;);return ne}function B(ne,he){for(var oe=ne==null?0:ne.length;oe--&&he(ne[oe],oe,ne)!==!1;);return ne}function ot(ne,he){for(var oe=-1,ke=ne==null?0:ne.length;++oe<ke;)if(!he(ne[oe],oe,ne))return!1;return!0}function ri(ne,he){for(var oe=-1,ke=ne==null?0:ne.length,nt=0,St=[];++oe<ke;){var ur=ne[oe];he(ur,oe,ne)&&(St[nt++]=ur)}return St}function Sn(ne,he){var oe=ne==null?0:ne.length;return!!oe&&Bu(ne,he,0)>-1}function oa(ne,he,oe){for(var ke=-1,nt=ne==null?0:ne.length;++ke<nt;)if(oe(he,ne[ke]))return!0;return!1}function te(ne,he){for(var oe=-1,ke=ne==null?0:ne.length,nt=Array(ke);++oe<ke;)nt[oe]=he(ne[oe],oe,ne);return nt}function ni(ne,he){for(var oe=-1,ke=he.length,nt=ne.length;++oe<ke;)ne[nt+oe]=he[oe];return ne}function Qo(ne,he,oe,ke){var nt=-1,St=ne==null?0:ne.length;for(ke&&St&&(oe=ne[++nt]);++nt<St;)oe=he(oe,ne[nt],nt,ne);return oe}function n1(ne,he,oe,ke){var nt=ne==null?0:ne.length;for(ke&&nt&&(oe=ne[--nt]);nt--;)oe=he(oe,ne[nt],nt,ne);return oe}function cl(ne,he){for(var oe=-1,ke=ne==null?0:ne.length;++oe<ke;)if(he(ne[oe],oe,ne))return!0;return!1}var sr=Ns("length");function i1(ne){return ne.split("")}function ec(ne){return ne.match(ze)||[]}function We(ne,he,oe){var ke;return oe(ne,function(nt,St,ur){if(he(nt,St,ur))return ke=St,!1}),ke}function _r(ne,he,oe,ke){for(var nt=ne.length,St=oe+(ke?1:-1);ke?St--:++St<nt;)if(he(ne[St],St,ne))return St;return-1}function Bu(ne,he,oe){return he===he?gl(ne,he,oe):_r(ne,Di,oe)}function Ph(ne,he,oe,ke){for(var nt=oe-1,St=ne.length;++nt<St;)if(ke(ne[nt],he))return nt;return-1}function Di(ne){return ne!==ne}function tc(ne,he){var oe=ne==null?0:ne.length;return oe?Va(ne,he)/oe:ye}function Ns(ne){return function(he){return he==null?e:he[ne]}}function me(ne){return function(he){return ne==null?e:ne[he]}}function ll(ne,he,oe,ke,nt){return nt(ne,function(St,ur,Kt){oe=ke?(ke=!1,St):he(oe,St,ur,Kt)}),oe}function fl(ne,he){var oe=ne.length;for(ne.sort(he);oe--;)ne[oe]=ne[oe].value;return ne}function Va(ne,he){for(var oe,ke=-1,nt=ne.length;++ke<nt;){var St=he(ne[ke]);St!==e&&(oe=oe===e?St:oe+St)}return oe}function rc(ne,he){for(var oe=-1,ke=Array(ne);++oe<ne;)ke[oe]=he(oe);return ke}function Rh(ne,he){return te(he,function(oe){return[oe,ne[oe]]})}function nc(ne){return ne&&ne.slice(0,za(ne)+1).replace(Os,"")}function on(ne){return function(he){return ne(he)}}function ca(ne,he){return te(he,function(oe){return ne[oe]})}function la(ne,he){return ne.has(he)}function Ka(ne,he){for(var oe=-1,ke=ne.length;++oe<ke&&Bu(he,ne[oe],0)>-1;);return oe}function hl(ne,he){for(var oe=ne.length;oe--&&Bu(he,ne[oe],0)>-1;);return oe}function pl(ne,he){for(var oe=ne.length,ke=0;oe--;)ne[oe]===he&&++ke;return ke}var ic=me(Dh),Th=me(yh);function dl(ne){return"\\"+bh[ne]}function Oh(ne,he){return ne==null?e:ne[he]}function ks(ne){return Fi.test(ne)}function xh(ne){return aa.test(ne)}function Nh(ne){for(var he,oe=[];!(he=ne.next()).done;)oe.push(he.value);return oe}function sc(ne){var he=-1,oe=Array(ne.size);return ne.forEach(function(ke,nt){oe[++he]=[nt,ke]}),oe}function en(ne,he){return function(oe){return ne(he(oe))}}function ii(ne,he){for(var oe=-1,ke=ne.length,nt=0,St=[];++oe<ke;){var ur=ne[oe];(ur===he||ur===l)&&(ne[oe]=l,St[nt++]=oe)}return St}function si(ne){var he=-1,oe=Array(ne.size);return ne.forEach(function(ke){oe[++he]=ke}),oe}function Ga(ne){var he=-1,oe=Array(ne.size);return ne.forEach(function(ke){oe[++he]=[ke,ke]}),oe}function gl(ne,he,oe){for(var ke=oe-1,nt=ne.length;++ke<nt;)if(ne[ke]===he)return ke;return-1}function kh(ne,he,oe){for(var ke=oe+1;ke--;)if(ne[ke]===he)return ke;return ke}function Ls(ne){return ks(ne)?vl(ne):sr(ne)}function Un(ne){return ks(ne)?Lh(ne):i1(ne)}function za(ne){for(var he=ne.length;he--&&re.test(ne.charAt(he)););return he}var ml=me(Sh);function vl(ne){for(var he=Qr.lastIndex=0;Qr.test(ne);)++he;return he}function Lh(ne){return ne.match(Qr)||[]}function Uh(ne){return ne.match(Iu)||[]}var Hh=function ne(he){he=he==null?br:yi.defaults(br.Object(),he,yi.pick(br,Ch));var oe=he.Array,ke=he.Date,nt=he.Error,St=he.Function,ur=he.Math,Kt=he.Object,Ya=he.RegExp,jh=he.String,Hn=he.TypeError,Wa=oe.prototype,El=St.prototype,Us=Kt.prototype,Hi=he["__core-js_shared__"],Xa=El.toString,Bt=Us.hasOwnProperty,Mh=0,Ja=function(){var a=/[^.]+$/.exec(Hi&&Hi.keys&&Hi.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),Za=Us.toString,qh=Xa.call(Kt),Vh=br._,Kh=Ya("^"+Xa.call(Bt).replace(rs,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Qa=rl?he.Buffer:e,ss=he.Symbol,eo=he.Uint8Array,Al=Qa?Qa.allocUnsafe:e,to=en(Kt.getPrototypeOf,Kt),wl=Kt.create,Cl=Us.propertyIsEnumerable,xt=Wa.splice,Fl=ss?ss.isConcatSpreadable:e,Hs=ss?ss.iterator:e,js=ss?ss.toStringTag:e,ro=function(){try{var a=ga(Kt,"defineProperty");return a({},"",{}),a}catch{}}(),D=he.clearTimeout!==br.clearTimeout&&he.clearTimeout,x=ke&&ke.now!==br.Date.now&&ke.now,J=he.setTimeout!==br.setTimeout&&he.setTimeout,q=ur.ceil,ue=ur.floor,le=Kt.getOwnPropertySymbols,Gt=Qa?Qa.isBuffer:e,dr=he.isFinite,Tw=Wa.join,Ow=en(Kt.keys,Kt),Rr=ur.max,cn=ur.min,xw=ke.now,Nw=he.parseInt,s1=ur.random,kw=Wa.reverse,Gh=ga(he,"DataView"),uc=ga(he,"Map"),zh=ga(he,"Promise"),no=ga(he,"Set"),ac=ga(he,"WeakMap"),oc=ga(Kt,"create"),Dl=ac&&new ac,io={},Lw=ma(Gh),Uw=ma(uc),Hw=ma(zh),jw=ma(no),Mw=ma(ac),yl=ss?ss.prototype:e,cc=yl?yl.valueOf:e,u1=yl?yl.toString:e;function N(a){if(gr(a)&&!ct(a)&&!(a instanceof Ft)){if(a instanceof Si)return a;if(Bt.call(a,"__wrapped__"))return ag(a)}return new Si(a)}var so=function(){function a(){}return function(c){if(!ar(c))return{};if(wl)return wl(c);a.prototype=c;var m=new a;return a.prototype=e,m}}();function Sl(){}function Si(a,c){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!c,this.__index__=0,this.__values__=e}N.templateSettings={escape:Tn,evaluate:yu,interpolate:Su,variable:"",imports:{_:N}},N.prototype=Sl.prototype,N.prototype.constructor=N,Si.prototype=so(Sl.prototype),Si.prototype.constructor=Si;function Ft(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Fe,this.__views__=[]}function qw(){var a=new Ft(this.__wrapped__);return a.__actions__=jn(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=jn(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=jn(this.__views__),a}function Vw(){if(this.__filtered__){var a=new Ft(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function Kw(){var a=this.__wrapped__.value(),c=this.__dir__,m=ct(a),y=c<0,T=m?a.length:0,L=nF(0,T,this.__views__),W=L.start,Z=L.end,ie=Z-W,Ee=y?Z:W-1,Ae=this.__iteratees__,Ce=Ae.length,Re=0,Me=cn(ie,this.__takeCount__);if(!m||!y&&T==ie&&Me==ie)return $1(a,this.__actions__);var et=[];e:for(;ie--&&Re<Me;){Ee+=c;for(var gt=-1,tt=a[Ee];++gt<Ce;){var wt=Ae[gt],bt=wt.iteratee,oi=wt.type,In=bt(tt);if(oi==Y)tt=In;else if(!In){if(oi==G)continue e;break e}}et[Re++]=tt}return et}Ft.prototype=so(Sl.prototype),Ft.prototype.constructor=Ft;function fa(a){var c=-1,m=a==null?0:a.length;for(this.clear();++c<m;){var y=a[c];this.set(y[0],y[1])}}function Gw(){this.__data__=oc?oc(null):{},this.size=0}function zw(a){var c=this.has(a)&&delete this.__data__[a];return this.size-=c?1:0,c}function Yw(a){var c=this.__data__;if(oc){var m=c[a];return m===i?e:m}return Bt.call(c,a)?c[a]:e}function Ww(a){var c=this.__data__;return oc?c[a]!==e:Bt.call(c,a)}function Xw(a,c){var m=this.__data__;return this.size+=this.has(a)?0:1,m[a]=oc&&c===e?i:c,this}fa.prototype.clear=Gw,fa.prototype.delete=zw,fa.prototype.get=Yw,fa.prototype.has=Ww,fa.prototype.set=Xw;function Ms(a){var c=-1,m=a==null?0:a.length;for(this.clear();++c<m;){var y=a[c];this.set(y[0],y[1])}}function Jw(){this.__data__=[],this.size=0}function Zw(a){var c=this.__data__,m=bl(c,a);if(m<0)return!1;var y=c.length-1;return m==y?c.pop():xt.call(c,m,1),--this.size,!0}function Qw(a){var c=this.__data__,m=bl(c,a);return m<0?e:c[m][1]}function eC(a){return bl(this.__data__,a)>-1}function tC(a,c){var m=this.__data__,y=bl(m,a);return y<0?(++this.size,m.push([a,c])):m[y][1]=c,this}Ms.prototype.clear=Jw,Ms.prototype.delete=Zw,Ms.prototype.get=Qw,Ms.prototype.has=eC,Ms.prototype.set=tC;function qs(a){var c=-1,m=a==null?0:a.length;for(this.clear();++c<m;){var y=a[c];this.set(y[0],y[1])}}function rC(){this.size=0,this.__data__={hash:new fa,map:new(uc||Ms),string:new fa}}function nC(a){var c=Ll(this,a).delete(a);return this.size-=c?1:0,c}function iC(a){return Ll(this,a).get(a)}function sC(a){return Ll(this,a).has(a)}function uC(a,c){var m=Ll(this,a),y=m.size;return m.set(a,c),this.size+=m.size==y?0:1,this}qs.prototype.clear=rC,qs.prototype.delete=nC,qs.prototype.get=iC,qs.prototype.has=sC,qs.prototype.set=uC;function ha(a){var c=-1,m=a==null?0:a.length;for(this.__data__=new qs;++c<m;)this.add(a[c])}function aC(a){return this.__data__.set(a,i),this}function oC(a){return this.__data__.has(a)}ha.prototype.add=ha.prototype.push=aC,ha.prototype.has=oC;function ji(a){var c=this.__data__=new Ms(a);this.size=c.size}function cC(){this.__data__=new Ms,this.size=0}function lC(a){var c=this.__data__,m=c.delete(a);return this.size=c.size,m}function fC(a){return this.__data__.get(a)}function hC(a){return this.__data__.has(a)}function pC(a,c){var m=this.__data__;if(m instanceof Ms){var y=m.__data__;if(!uc||y.length<r-1)return y.push([a,c]),this.size=++m.size,this;m=this.__data__=new qs(y)}return m.set(a,c),this.size=m.size,this}ji.prototype.clear=cC,ji.prototype.delete=lC,ji.prototype.get=fC,ji.prototype.has=hC,ji.prototype.set=pC;function a1(a,c){var m=ct(a),y=!m&&va(a),T=!m&&!y&&Ou(a),L=!m&&!y&&!T&&co(a),W=m||y||T||L,Z=W?rc(a.length,jh):[],ie=Z.length;for(var Ee in a)(c||Bt.call(a,Ee))&&!(W&&(Ee=="length"||T&&(Ee=="offset"||Ee=="parent")||L&&(Ee=="buffer"||Ee=="byteLength"||Ee=="byteOffset")||zs(Ee,ie)))&&Z.push(Ee);return Z}function o1(a){var c=a.length;return c?a[i0(0,c-1)]:e}function dC(a,c){return Ul(jn(a),pa(c,0,a.length))}function gC(a){return Ul(jn(a))}function Yh(a,c,m){(m!==e&&!Mi(a[c],m)||m===e&&!(c in a))&&Vs(a,c,m)}function lc(a,c,m){var y=a[c];(!(Bt.call(a,c)&&Mi(y,m))||m===e&&!(c in a))&&Vs(a,c,m)}function bl(a,c){for(var m=a.length;m--;)if(Mi(a[m][0],c))return m;return-1}function mC(a,c,m,y){return $u(a,function(T,L,W){c(y,T,m(T),W)}),y}function c1(a,c){return a&&as(c,Ur(c),a)}function vC(a,c){return a&&as(c,qn(c),a)}function Vs(a,c,m){c=="__proto__"&&ro?ro(a,c,{configurable:!0,enumerable:!0,value:m,writable:!0}):a[c]=m}function Wh(a,c){for(var m=-1,y=c.length,T=oe(y),L=a==null;++m<y;)T[m]=L?e:B0(a,c[m]);return T}function pa(a,c,m){return a===a&&(m!==e&&(a=a<=m?a:m),c!==e&&(a=a>=c?a:c)),a}function bi(a,c,m,y,T,L){var W,Z=c&h,ie=c&d,Ee=c&E;if(m&&(W=T?m(a,y,T,L):m(a)),W!==e)return W;if(!ar(a))return a;var Ae=ct(a);if(Ae){if(W=sF(a),!Z)return jn(a,W)}else{var Ce=ln(a),Re=Ce==pt||Ce==Mt;if(Ou(a))return T1(a,Z);if(Ce==qe||Ce==Be||Re&&!T){if(W=ie||Re?{}:Z1(a),!Z)return ie?YC(a,vC(W,a)):zC(a,c1(W,a))}else{if(!zt[Ce])return T?a:{};W=uF(a,Ce,Z)}}L||(L=new ji);var Me=L.get(a);if(Me)return Me;L.set(a,W),_g(a)?a.forEach(function(tt){W.add(bi(tt,c,m,tt,a,L))}):Sg(a)&&a.forEach(function(tt,wt){W.set(wt,bi(tt,c,m,wt,a,L))});var et=Ee?ie?g0:d0:ie?qn:Ur,gt=Ae?e:et(a);return Ln(gt||a,function(tt,wt){gt&&(wt=tt,tt=a[wt]),lc(W,wt,bi(tt,c,m,wt,a,L))}),W}function EC(a){var c=Ur(a);return function(m){return l1(m,a,c)}}function l1(a,c,m){var y=m.length;if(a==null)return!y;for(a=Kt(a);y--;){var T=m[y],L=c[T],W=a[T];if(W===e&&!(T in a)||!L(W))return!1}return!0}function f1(a,c,m){if(typeof a!="function")throw new Hn(s);return vc(function(){a.apply(e,m)},c)}function fc(a,c,m,y){var T=-1,L=Sn,W=!0,Z=a.length,ie=[],Ee=c.length;if(!Z)return ie;m&&(c=te(c,on(m))),y?(L=oa,W=!1):c.length>=r&&(L=la,W=!1,c=new ha(c));e:for(;++T<Z;){var Ae=a[T],Ce=m==null?Ae:m(Ae);if(Ae=y||Ae!==0?Ae:0,W&&Ce===Ce){for(var Re=Ee;Re--;)if(c[Re]===Ce)continue e;ie.push(Ae)}else L(c,Ce,y)||ie.push(Ae)}return ie}var $u=L1(us),h1=L1(Jh,!0);function AC(a,c){var m=!0;return $u(a,function(y,T,L){return m=!!c(y,T,L),m}),m}function _l(a,c,m){for(var y=-1,T=a.length;++y<T;){var L=a[y],W=c(L);if(W!=null&&(Z===e?W===W&&!ai(W):m(W,Z)))var Z=W,ie=L}return ie}function wC(a,c,m,y){var T=a.length;for(m=dt(m),m<0&&(m=-m>T?0:T+m),y=y===e||y>T?T:dt(y),y<0&&(y+=T),y=m>y?0:Bg(y);m<y;)a[m++]=c;return a}function p1(a,c){var m=[];return $u(a,function(y,T,L){c(y,T,L)&&m.push(y)}),m}function tn(a,c,m,y,T){var L=-1,W=a.length;for(m||(m=oF),T||(T=[]);++L<W;){var Z=a[L];c>0&&m(Z)?c>1?tn(Z,c-1,m,y,T):ni(T,Z):y||(T[T.length]=Z)}return T}var Xh=U1(),d1=U1(!0);function us(a,c){return a&&Xh(a,c,Ur)}function Jh(a,c){return a&&d1(a,c,Ur)}function Il(a,c){return ri(c,function(m){return Ys(a[m])})}function da(a,c){c=Ru(c,a);for(var m=0,y=c.length;a!=null&&m<y;)a=a[os(c[m++])];return m&&m==y?a:e}function g1(a,c,m){var y=c(a);return ct(a)?y:ni(y,m(a))}function bn(a){return a==null?a===e?ei:er:js&&js in Kt(a)?rF(a):gF(a)}function Zh(a,c){return a>c}function CC(a,c){return a!=null&&Bt.call(a,c)}function FC(a,c){return a!=null&&c in Kt(a)}function DC(a,c,m){return a>=cn(c,m)&&a<Rr(c,m)}function Qh(a,c,m){for(var y=m?oa:Sn,T=a[0].length,L=a.length,W=L,Z=oe(L),ie=1/0,Ee=[];W--;){var Ae=a[W];W&&c&&(Ae=te(Ae,on(c))),ie=cn(Ae.length,ie),Z[W]=!m&&(c||T>=120&&Ae.length>=120)?new ha(W&&Ae):e}Ae=a[0];var Ce=-1,Re=Z[0];e:for(;++Ce<T&&Ee.length<ie;){var Me=Ae[Ce],et=c?c(Me):Me;if(Me=m||Me!==0?Me:0,!(Re?la(Re,et):y(Ee,et,m))){for(W=L;--W;){var gt=Z[W];if(!(gt?la(gt,et):y(a[W],et,m)))continue e}Re&&Re.push(et),Ee.push(Me)}}return Ee}function yC(a,c,m,y){return us(a,function(T,L,W){c(y,m(T),L,W)}),y}function hc(a,c,m){c=Ru(c,a),a=rg(a,c);var y=a==null?a:a[os(Ii(c))];return y==null?e:yn(y,a,m)}function m1(a){return gr(a)&&bn(a)==Be}function SC(a){return gr(a)&&bn(a)==je}function bC(a){return gr(a)&&bn(a)==Ct}function pc(a,c,m,y,T){return a===c?!0:a==null||c==null||!gr(a)&&!gr(c)?a!==a&&c!==c:_C(a,c,m,y,pc,T)}function _C(a,c,m,y,T,L){var W=ct(a),Z=ct(c),ie=W?Ve:ln(a),Ee=Z?Ve:ln(c);ie=ie==Be?qe:ie,Ee=Ee==Be?qe:Ee;var Ae=ie==qe,Ce=Ee==qe,Re=ie==Ee;if(Re&&Ou(a)){if(!Ou(c))return!1;W=!0,Ae=!1}if(Re&&!Ae)return L||(L=new ji),W||co(a)?W1(a,c,m,y,T,L):eF(a,c,ie,m,y,T,L);if(!(m&p)){var Me=Ae&&Bt.call(a,"__wrapped__"),et=Ce&&Bt.call(c,"__wrapped__");if(Me||et){var gt=Me?a.value():a,tt=et?c.value():c;return L||(L=new ji),T(gt,tt,m,y,L)}}return Re?(L||(L=new ji),tF(a,c,m,y,T,L)):!1}function IC(a){return gr(a)&&ln(a)==st}function e0(a,c,m,y){var T=m.length,L=T,W=!y;if(a==null)return!L;for(a=Kt(a);T--;){var Z=m[T];if(W&&Z[2]?Z[1]!==a[Z[0]]:!(Z[0]in a))return!1}for(;++T<L;){Z=m[T];var ie=Z[0],Ee=a[ie],Ae=Z[1];if(W&&Z[2]){if(Ee===e&&!(ie in a))return!1}else{var Ce=new ji;if(y)var Re=y(Ee,Ae,ie,a,c,Ce);if(!(Re===e?pc(Ae,Ee,p|f,y,Ce):Re))return!1}}return!0}function v1(a){if(!ar(a)||lF(a))return!1;var c=Ys(a)?Kh:Wr;return c.test(ma(a))}function BC(a){return gr(a)&&bn(a)==Wt}function $C(a){return gr(a)&&ln(a)==qt}function PC(a){return gr(a)&&Kl(a.length)&&!!Xt[bn(a)]}function E1(a){return typeof a=="function"?a:a==null?Vn:typeof a=="object"?ct(a)?C1(a[0],a[1]):w1(a):Hg(a)}function t0(a){if(!mc(a))return Ow(a);var c=[];for(var m in Kt(a))Bt.call(a,m)&&m!="constructor"&&c.push(m);return c}function RC(a){if(!ar(a))return dF(a);var c=mc(a),m=[];for(var y in a)y=="constructor"&&(c||!Bt.call(a,y))||m.push(y);return m}function r0(a,c){return a<c}function A1(a,c){var m=-1,y=Mn(a)?oe(a.length):[];return $u(a,function(T,L,W){y[++m]=c(T,L,W)}),y}function w1(a){var c=v0(a);return c.length==1&&c[0][2]?eg(c[0][0],c[0][1]):function(m){return m===a||e0(m,a,c)}}function C1(a,c){return A0(a)&&Q1(c)?eg(os(a),c):function(m){var y=B0(m,a);return y===e&&y===c?$0(m,a):pc(c,y,p|f)}}function Bl(a,c,m,y,T){a!==c&&Xh(c,function(L,W){if(T||(T=new ji),ar(L))TC(a,c,W,m,Bl,y,T);else{var Z=y?y(C0(a,W),L,W+"",a,c,T):e;Z===e&&(Z=L),Yh(a,W,Z)}},qn)}function TC(a,c,m,y,T,L,W){var Z=C0(a,m),ie=C0(c,m),Ee=W.get(ie);if(Ee){Yh(a,m,Ee);return}var Ae=L?L(Z,ie,m+"",a,c,W):e,Ce=Ae===e;if(Ce){var Re=ct(ie),Me=!Re&&Ou(ie),et=!Re&&!Me&&co(ie);Ae=ie,Re||Me||et?ct(Z)?Ae=Z:Ar(Z)?Ae=jn(Z):Me?(Ce=!1,Ae=T1(ie,!0)):et?(Ce=!1,Ae=O1(ie,!0)):Ae=[]:Ec(ie)||va(ie)?(Ae=Z,va(Z)?Ae=$g(Z):(!ar(Z)||Ys(Z))&&(Ae=Z1(ie))):Ce=!1}Ce&&(W.set(ie,Ae),T(Ae,ie,y,L,W),W.delete(ie)),Yh(a,m,Ae)}function F1(a,c){var m=a.length;if(m)return c+=c<0?m:0,zs(c,m)?a[c]:e}function D1(a,c,m){c.length?c=te(c,function(L){return ct(L)?function(W){return da(W,L.length===1?L[0]:L)}:L}):c=[Vn];var y=-1;c=te(c,on(Ze()));var T=A1(a,function(L,W,Z){var ie=te(c,function(Ee){return Ee(L)});return{criteria:ie,index:++y,value:L}});return fl(T,function(L,W){return GC(L,W,m)})}function OC(a,c){return y1(a,c,function(m,y){return $0(a,y)})}function y1(a,c,m){for(var y=-1,T=c.length,L={};++y<T;){var W=c[y],Z=da(a,W);m(Z,W)&&dc(L,Ru(W,a),Z)}return L}function xC(a){return function(c){return da(c,a)}}function n0(a,c,m,y){var T=y?Ph:Bu,L=-1,W=c.length,Z=a;for(a===c&&(c=jn(c)),m&&(Z=te(a,on(m)));++L<W;)for(var ie=0,Ee=c[L],Ae=m?m(Ee):Ee;(ie=T(Z,Ae,ie,y))>-1;)Z!==a&&xt.call(Z,ie,1),xt.call(a,ie,1);return a}function S1(a,c){for(var m=a?c.length:0,y=m-1;m--;){var T=c[m];if(m==y||T!==L){var L=T;zs(T)?xt.call(a,T,1):a0(a,T)}}return a}function i0(a,c){return a+ue(s1()*(c-a+1))}function NC(a,c,m,y){for(var T=-1,L=Rr(q((c-a)/(m||1)),0),W=oe(L);L--;)W[y?L:++T]=a,a+=m;return W}function s0(a,c){var m="";if(!a||c<1||c>X)return m;do c%2&&(m+=a),c=ue(c/2),c&&(a+=a);while(c);return m}function vt(a,c){return F0(tg(a,c,Vn),a+"")}function kC(a){return o1(lo(a))}function LC(a,c){var m=lo(a);return Ul(m,pa(c,0,m.length))}function dc(a,c,m,y){if(!ar(a))return a;c=Ru(c,a);for(var T=-1,L=c.length,W=L-1,Z=a;Z!=null&&++T<L;){var ie=os(c[T]),Ee=m;if(ie==="__proto__"||ie==="constructor"||ie==="prototype")return a;if(T!=W){var Ae=Z[ie];Ee=y?y(Ae,ie,Z):e,Ee===e&&(Ee=ar(Ae)?Ae:zs(c[T+1])?[]:{})}lc(Z,ie,Ee),Z=Z[ie]}return a}var b1=Dl?function(a,c){return Dl.set(a,c),a}:Vn,UC=ro?function(a,c){return ro(a,"toString",{configurable:!0,enumerable:!1,value:R0(c),writable:!0})}:Vn;function HC(a){return Ul(lo(a))}function _i(a,c,m){var y=-1,T=a.length;c<0&&(c=-c>T?0:T+c),m=m>T?T:m,m<0&&(m+=T),T=c>m?0:m-c>>>0,c>>>=0;for(var L=oe(T);++y<T;)L[y]=a[y+c];return L}function jC(a,c){var m;return $u(a,function(y,T,L){return m=c(y,T,L),!m}),!!m}function $l(a,c,m){var y=0,T=a==null?y:a.length;if(typeof c=="number"&&c===c&&T<=Je){for(;y<T;){var L=y+T>>>1,W=a[L];W!==null&&!ai(W)&&(m?W<=c:W<c)?y=L+1:T=L}return T}return u0(a,c,Vn,m)}function u0(a,c,m,y){var T=0,L=a==null?0:a.length;if(L===0)return 0;c=m(c);for(var W=c!==c,Z=c===null,ie=ai(c),Ee=c===e;T<L;){var Ae=ue((T+L)/2),Ce=m(a[Ae]),Re=Ce!==e,Me=Ce===null,et=Ce===Ce,gt=ai(Ce);if(W)var tt=y||et;else Ee?tt=et&&(y||Re):Z?tt=et&&Re&&(y||!Me):ie?tt=et&&Re&&!Me&&(y||!gt):Me||gt?tt=!1:tt=y?Ce<=c:Ce<c;tt?T=Ae+1:L=Ae}return cn(L,Pe)}function _1(a,c){for(var m=-1,y=a.length,T=0,L=[];++m<y;){var W=a[m],Z=c?c(W):W;if(!m||!Mi(Z,ie)){var ie=Z;L[T++]=W===0?0:W}}return L}function I1(a){return typeof a=="number"?a:ai(a)?ye:+a}function ui(a){if(typeof a=="string")return a;if(ct(a))return te(a,ui)+"";if(ai(a))return u1?u1.call(a):"";var c=a+"";return c=="0"&&1/a==-z?"-0":c}function Pu(a,c,m){var y=-1,T=Sn,L=a.length,W=!0,Z=[],ie=Z;if(m)W=!1,T=oa;else if(L>=r){var Ee=c?null:ZC(a);if(Ee)return si(Ee);W=!1,T=la,ie=new ha}else ie=c?[]:Z;e:for(;++y<L;){var Ae=a[y],Ce=c?c(Ae):Ae;if(Ae=m||Ae!==0?Ae:0,W&&Ce===Ce){for(var Re=ie.length;Re--;)if(ie[Re]===Ce)continue e;c&&ie.push(Ce),Z.push(Ae)}else T(ie,Ce,m)||(ie!==Z&&ie.push(Ce),Z.push(Ae))}return Z}function a0(a,c){return c=Ru(c,a),a=rg(a,c),a==null||delete a[os(Ii(c))]}function B1(a,c,m,y){return dc(a,c,m(da(a,c)),y)}function Pl(a,c,m,y){for(var T=a.length,L=y?T:-1;(y?L--:++L<T)&&c(a[L],L,a););return m?_i(a,y?0:L,y?L+1:T):_i(a,y?L+1:0,y?T:L)}function $1(a,c){var m=a;return m instanceof Ft&&(m=m.value()),Qo(c,function(y,T){return T.func.apply(T.thisArg,ni([y],T.args))},m)}function o0(a,c,m){var y=a.length;if(y<2)return y?Pu(a[0]):[];for(var T=-1,L=oe(y);++T<y;)for(var W=a[T],Z=-1;++Z<y;)Z!=T&&(L[T]=fc(L[T]||W,a[Z],c,m));return Pu(tn(L,1),c,m)}function P1(a,c,m){for(var y=-1,T=a.length,L=c.length,W={};++y<T;){var Z=y<L?c[y]:e;m(W,a[y],Z)}return W}function c0(a){return Ar(a)?a:[]}function l0(a){return typeof a=="function"?a:Vn}function Ru(a,c){return ct(a)?a:A0(a,c)?[a]:ug(Ut(a))}var MC=vt;function Tu(a,c,m){var y=a.length;return m=m===e?y:m,!c&&m>=y?a:_i(a,c,m)}var R1=D||function(a){return br.clearTimeout(a)};function T1(a,c){if(c)return a.slice();var m=a.length,y=Al?Al(m):new a.constructor(m);return a.copy(y),y}function f0(a){var c=new a.constructor(a.byteLength);return new eo(c).set(new eo(a)),c}function qC(a,c){var m=c?f0(a.buffer):a.buffer;return new a.constructor(m,a.byteOffset,a.byteLength)}function VC(a){var c=new a.constructor(a.source,kt.exec(a));return c.lastIndex=a.lastIndex,c}function KC(a){return cc?Kt(cc.call(a)):{}}function O1(a,c){var m=c?f0(a.buffer):a.buffer;return new a.constructor(m,a.byteOffset,a.length)}function x1(a,c){if(a!==c){var m=a!==e,y=a===null,T=a===a,L=ai(a),W=c!==e,Z=c===null,ie=c===c,Ee=ai(c);if(!Z&&!Ee&&!L&&a>c||L&&W&&ie&&!Z&&!Ee||y&&W&&ie||!m&&ie||!T)return 1;if(!y&&!L&&!Ee&&a<c||Ee&&m&&T&&!y&&!L||Z&&m&&T||!W&&T||!ie)return-1}return 0}function GC(a,c,m){for(var y=-1,T=a.criteria,L=c.criteria,W=T.length,Z=m.length;++y<W;){var ie=x1(T[y],L[y]);if(ie){if(y>=Z)return ie;var Ee=m[y];return ie*(Ee=="desc"?-1:1)}}return a.index-c.index}function N1(a,c,m,y){for(var T=-1,L=a.length,W=m.length,Z=-1,ie=c.length,Ee=Rr(L-W,0),Ae=oe(ie+Ee),Ce=!y;++Z<ie;)Ae[Z]=c[Z];for(;++T<W;)(Ce||T<L)&&(Ae[m[T]]=a[T]);for(;Ee--;)Ae[Z++]=a[T++];return Ae}function k1(a,c,m,y){for(var T=-1,L=a.length,W=-1,Z=m.length,ie=-1,Ee=c.length,Ae=Rr(L-Z,0),Ce=oe(Ae+Ee),Re=!y;++T<Ae;)Ce[T]=a[T];for(var Me=T;++ie<Ee;)Ce[Me+ie]=c[ie];for(;++W<Z;)(Re||T<L)&&(Ce[Me+m[W]]=a[T++]);return Ce}function jn(a,c){var m=-1,y=a.length;for(c||(c=oe(y));++m<y;)c[m]=a[m];return c}function as(a,c,m,y){var T=!m;m||(m={});for(var L=-1,W=c.length;++L<W;){var Z=c[L],ie=y?y(m[Z],a[Z],Z,m,a):e;ie===e&&(ie=a[Z]),T?Vs(m,Z,ie):lc(m,Z,ie)}return m}function zC(a,c){return as(a,E0(a),c)}function YC(a,c){return as(a,X1(a),c)}function Rl(a,c){return function(m,y){var T=ct(m)?$h:mC,L=c?c():{};return T(m,a,Ze(y,2),L)}}function uo(a){return vt(function(c,m){var y=-1,T=m.length,L=T>1?m[T-1]:e,W=T>2?m[2]:e;for(L=a.length>3&&typeof L=="function"?(T--,L):e,W&&_n(m[0],m[1],W)&&(L=T<3?e:L,T=1),c=Kt(c);++y<T;){var Z=m[y];Z&&a(c,Z,y,L)}return c})}function L1(a,c){return function(m,y){if(m==null)return m;if(!Mn(m))return a(m,y);for(var T=m.length,L=c?T:-1,W=Kt(m);(c?L--:++L<T)&&y(W[L],L,W)!==!1;);return m}}function U1(a){return function(c,m,y){for(var T=-1,L=Kt(c),W=y(c),Z=W.length;Z--;){var ie=W[a?Z:++T];if(m(L[ie],ie,L)===!1)break}return c}}function WC(a,c,m){var y=c&w,T=gc(a);function L(){var W=this&&this!==br&&this instanceof L?T:a;return W.apply(y?m:this,arguments)}return L}function H1(a){return function(c){c=Ut(c);var m=ks(c)?Un(c):e,y=m?m[0]:c.charAt(0),T=m?Tu(m,1).join(""):c.slice(1);return y[a]()+T}}function ao(a){return function(c){return Qo(Lg(kg(c).replace(_u,"")),a,"")}}function gc(a){return function(){var c=arguments;switch(c.length){case 0:return new a;case 1:return new a(c[0]);case 2:return new a(c[0],c[1]);case 3:return new a(c[0],c[1],c[2]);case 4:return new a(c[0],c[1],c[2],c[3]);case 5:return new a(c[0],c[1],c[2],c[3],c[4]);case 6:return new a(c[0],c[1],c[2],c[3],c[4],c[5]);case 7:return new a(c[0],c[1],c[2],c[3],c[4],c[5],c[6])}var m=so(a.prototype),y=a.apply(m,c);return ar(y)?y:m}}function XC(a,c,m){var y=gc(a);function T(){for(var L=arguments.length,W=oe(L),Z=L,ie=oo(T);Z--;)W[Z]=arguments[Z];var Ee=L<3&&W[0]!==ie&&W[L-1]!==ie?[]:ii(W,ie);if(L-=Ee.length,L<m)return K1(a,c,Tl,T.placeholder,e,W,Ee,e,e,m-L);var Ae=this&&this!==br&&this instanceof T?y:a;return yn(Ae,this,W)}return T}function j1(a){return function(c,m,y){var T=Kt(c);if(!Mn(c)){var L=Ze(m,3);c=Ur(c),m=function(Z){return L(T[Z],Z,T)}}var W=a(c,m,y);return W>-1?T[L?c[W]:W]:e}}function M1(a){return Gs(function(c){var m=c.length,y=m,T=Si.prototype.thru;for(a&&c.reverse();y--;){var L=c[y];if(typeof L!="function")throw new Hn(s);if(T&&!W&&kl(L)=="wrapper")var W=new Si([],!0)}for(y=W?y:m;++y<m;){L=c[y];var Z=kl(L),ie=Z=="wrapper"?m0(L):e;ie&&w0(ie[0])&&ie[1]==(_|A|S|j)&&!ie[4].length&&ie[9]==1?W=W[kl(ie[0])].apply(W,ie[3]):W=L.length==1&&w0(L)?W[Z]():W.thru(L)}return function(){var Ee=arguments,Ae=Ee[0];if(W&&Ee.length==1&&ct(Ae))return W.plant(Ae).value();for(var Ce=0,Re=m?c[Ce].apply(this,Ee):Ae;++Ce<m;)Re=c[Ce].call(this,Re);return Re}})}function Tl(a,c,m,y,T,L,W,Z,ie,Ee){var Ae=c&_,Ce=c&w,Re=c&v,Me=c&(A|C),et=c&M,gt=Re?e:gc(a);function tt(){for(var wt=arguments.length,bt=oe(wt),oi=wt;oi--;)bt[oi]=arguments[oi];if(Me)var In=oo(tt),ci=pl(bt,In);if(y&&(bt=N1(bt,y,T,Me)),L&&(bt=k1(bt,L,W,Me)),wt-=ci,Me&&wt<Ee){var wr=ii(bt,In);return K1(a,c,Tl,tt.placeholder,m,bt,wr,Z,ie,Ee-wt)}var qi=Ce?m:this,Xs=Re?qi[a]:a;return wt=bt.length,Z?bt=mF(bt,Z):et&&wt>1&&bt.reverse(),Ae&&ie<wt&&(bt.length=ie),this&&this!==br&&this instanceof tt&&(Xs=gt||gc(Xs)),Xs.apply(qi,bt)}return tt}function q1(a,c){return function(m,y){return yC(m,a,c(y),{})}}function Ol(a,c){return function(m,y){var T;if(m===e&&y===e)return c;if(m!==e&&(T=m),y!==e){if(T===e)return y;typeof m=="string"||typeof y=="string"?(m=ui(m),y=ui(y)):(m=I1(m),y=I1(y)),T=a(m,y)}return T}}function h0(a){return Gs(function(c){return c=te(c,on(Ze())),vt(function(m){var y=this;return a(c,function(T){return yn(T,y,m)})})})}function xl(a,c){c=c===e?" ":ui(c);var m=c.length;if(m<2)return m?s0(c,a):c;var y=s0(c,q(a/Ls(c)));return ks(c)?Tu(Un(y),0,a).join(""):y.slice(0,a)}function JC(a,c,m,y){var T=c&w,L=gc(a);function W(){for(var Z=-1,ie=arguments.length,Ee=-1,Ae=y.length,Ce=oe(Ae+ie),Re=this&&this!==br&&this instanceof W?L:a;++Ee<Ae;)Ce[Ee]=y[Ee];for(;ie--;)Ce[Ee++]=arguments[++Z];return yn(Re,T?m:this,Ce)}return W}function V1(a){return function(c,m,y){return y&&typeof y!="number"&&_n(c,m,y)&&(m=y=e),c=Ws(c),m===e?(m=c,c=0):m=Ws(m),y=y===e?c<m?1:-1:Ws(y),NC(c,m,y,a)}}function Nl(a){return function(c,m){return typeof c=="string"&&typeof m=="string"||(c=Bi(c),m=Bi(m)),a(c,m)}}function K1(a,c,m,y,T,L,W,Z,ie,Ee){var Ae=c&A,Ce=Ae?W:e,Re=Ae?e:W,Me=Ae?L:e,et=Ae?e:L;c|=Ae?S:I,c&=~(Ae?I:S),c&F||(c&=~(w|v));var gt=[a,c,T,Me,Ce,et,Re,Z,ie,Ee],tt=m.apply(e,gt);return w0(a)&&ng(tt,gt),tt.placeholder=y,ig(tt,a,c)}function p0(a){var c=ur[a];return function(m,y){if(m=Bi(m),y=y==null?0:cn(dt(y),292),y&&dr(m)){var T=(Ut(m)+"e").split("e"),L=c(T[0]+"e"+(+T[1]+y));return T=(Ut(L)+"e").split("e"),+(T[0]+"e"+(+T[1]-y))}return c(m)}}var ZC=no&&1/si(new no([,-0]))[1]==z?function(a){return new no(a)}:x0;function G1(a){return function(c){var m=ln(c);return m==st?sc(c):m==qt?Ga(c):Rh(c,a(c))}}function Ks(a,c,m,y,T,L,W,Z){var ie=c&v;if(!ie&&typeof a!="function")throw new Hn(s);var Ee=y?y.length:0;if(Ee||(c&=~(S|I),y=T=e),W=W===e?W:Rr(dt(W),0),Z=Z===e?Z:dt(Z),Ee-=T?T.length:0,c&I){var Ae=y,Ce=T;y=T=e}var Re=ie?e:m0(a),Me=[a,c,m,y,T,Ae,Ce,L,W,Z];if(Re&&pF(Me,Re),a=Me[0],c=Me[1],m=Me[2],y=Me[3],T=Me[4],Z=Me[9]=Me[9]===e?ie?0:a.length:Rr(Me[9]-Ee,0),!Z&&c&(A|C)&&(c&=~(A|C)),!c||c==w)var et=WC(a,c,m);else c==A||c==C?et=XC(a,c,Z):(c==S||c==(w|S))&&!T.length?et=JC(a,c,m,y):et=Tl.apply(e,Me);var gt=Re?b1:ng;return ig(gt(et,Me),a,c)}function z1(a,c,m,y){return a===e||Mi(a,Us[m])&&!Bt.call(y,m)?c:a}function Y1(a,c,m,y,T,L){return ar(a)&&ar(c)&&(L.set(c,a),Bl(a,c,e,Y1,L),L.delete(c)),a}function QC(a){return Ec(a)?e:a}function W1(a,c,m,y,T,L){var W=m&p,Z=a.length,ie=c.length;if(Z!=ie&&!(W&&ie>Z))return!1;var Ee=L.get(a),Ae=L.get(c);if(Ee&&Ae)return Ee==c&&Ae==a;var Ce=-1,Re=!0,Me=m&f?new ha:e;for(L.set(a,c),L.set(c,a);++Ce<Z;){var et=a[Ce],gt=c[Ce];if(y)var tt=W?y(gt,et,Ce,c,a,L):y(et,gt,Ce,a,c,L);if(tt!==e){if(tt)continue;Re=!1;break}if(Me){if(!cl(c,function(wt,bt){if(!la(Me,bt)&&(et===wt||T(et,wt,m,y,L)))return Me.push(bt)})){Re=!1;break}}else if(!(et===gt||T(et,gt,m,y,L))){Re=!1;break}}return L.delete(a),L.delete(c),Re}function eF(a,c,m,y,T,L,W){switch(m){case _e:if(a.byteLength!=c.byteLength||a.byteOffset!=c.byteOffset)return!1;a=a.buffer,c=c.buffer;case je:return!(a.byteLength!=c.byteLength||!L(new eo(a),new eo(c)));case jt:case Ct:case Ye:return Mi(+a,+c);case Qt:return a.name==c.name&&a.message==c.message;case Wt:case mt:return a==c+"";case st:var Z=sc;case qt:var ie=y&p;if(Z||(Z=si),a.size!=c.size&&!ie)return!1;var Ee=W.get(a);if(Ee)return Ee==c;y|=f,W.set(a,c);var Ae=W1(Z(a),Z(c),y,T,L,W);return W.delete(a),Ae;case yr:if(cc)return cc.call(a)==cc.call(c)}return!1}function tF(a,c,m,y,T,L){var W=m&p,Z=d0(a),ie=Z.length,Ee=d0(c),Ae=Ee.length;if(ie!=Ae&&!W)return!1;for(var Ce=ie;Ce--;){var Re=Z[Ce];if(!(W?Re in c:Bt.call(c,Re)))return!1}var Me=L.get(a),et=L.get(c);if(Me&&et)return Me==c&&et==a;var gt=!0;L.set(a,c),L.set(c,a);for(var tt=W;++Ce<ie;){Re=Z[Ce];var wt=a[Re],bt=c[Re];if(y)var oi=W?y(bt,wt,Re,c,a,L):y(wt,bt,Re,a,c,L);if(!(oi===e?wt===bt||T(wt,bt,m,y,L):oi)){gt=!1;break}tt||(tt=Re=="constructor")}if(gt&&!tt){var In=a.constructor,ci=c.constructor;In!=ci&&"constructor"in a&&"constructor"in c&&!(typeof In=="function"&&In instanceof In&&typeof ci=="function"&&ci instanceof ci)&&(gt=!1)}return L.delete(a),L.delete(c),gt}function Gs(a){return F0(tg(a,e,lg),a+"")}function d0(a){return g1(a,Ur,E0)}function g0(a){return g1(a,qn,X1)}var m0=Dl?function(a){return Dl.get(a)}:x0;function kl(a){for(var c=a.name+"",m=io[c],y=Bt.call(io,c)?m.length:0;y--;){var T=m[y],L=T.func;if(L==null||L==a)return T.name}return c}function oo(a){var c=Bt.call(N,"placeholder")?N:a;return c.placeholder}function Ze(){var a=N.iteratee||T0;return a=a===T0?E1:a,arguments.length?a(arguments[0],arguments[1]):a}function Ll(a,c){var m=a.__data__;return cF(c)?m[typeof c=="string"?"string":"hash"]:m.map}function v0(a){for(var c=Ur(a),m=c.length;m--;){var y=c[m],T=a[y];c[m]=[y,T,Q1(T)]}return c}function ga(a,c){var m=Oh(a,c);return v1(m)?m:e}function rF(a){var c=Bt.call(a,js),m=a[js];try{a[js]=e;var y=!0}catch{}var T=Za.call(a);return y&&(c?a[js]=m:delete a[js]),T}var E0=le?function(a){return a==null?[]:(a=Kt(a),ri(le(a),function(c){return Cl.call(a,c)}))}:N0,X1=le?function(a){for(var c=[];a;)ni(c,E0(a)),a=to(a);return c}:N0,ln=bn;(Gh&&ln(new Gh(new ArrayBuffer(1)))!=_e||uc&&ln(new uc)!=st||zh&&ln(zh.resolve())!=Pt||no&&ln(new no)!=qt||ac&&ln(new ac)!=Gr)&&(ln=function(a){var c=bn(a),m=c==qe?a.constructor:e,y=m?ma(m):"";if(y)switch(y){case Lw:return _e;case Uw:return st;case Hw:return Pt;case jw:return qt;case Mw:return Gr}return c});function nF(a,c,m){for(var y=-1,T=m.length;++y<T;){var L=m[y],W=L.size;switch(L.type){case"drop":a+=W;break;case"dropRight":c-=W;break;case"take":c=cn(c,a+W);break;case"takeRight":a=Rr(a,c-W);break}}return{start:a,end:c}}function iF(a){var c=a.match(He);return c?c[1].split(Ne):[]}function J1(a,c,m){c=Ru(c,a);for(var y=-1,T=c.length,L=!1;++y<T;){var W=os(c[y]);if(!(L=a!=null&&m(a,W)))break;a=a[W]}return L||++y!=T?L:(T=a==null?0:a.length,!!T&&Kl(T)&&zs(W,T)&&(ct(a)||va(a)))}function sF(a){var c=a.length,m=new a.constructor(c);return c&&typeof a[0]=="string"&&Bt.call(a,"index")&&(m.index=a.index,m.input=a.input),m}function Z1(a){return typeof a.constructor=="function"&&!mc(a)?so(to(a)):{}}function uF(a,c,m){var y=a.constructor;switch(c){case je:return f0(a);case jt:case Ct:return new y(+a);case _e:return qC(a,m);case lr:case zr:case ut:case Ts:case Yr:case ge:case Zi:case It:case Nr:return O1(a,m);case st:return new y;case Ye:case mt:return new y(a);case Wt:return VC(a);case qt:return new y;case yr:return KC(a)}}function aF(a,c){var m=c.length;if(!m)return a;var y=m-1;return c[y]=(m>1?"& ":"")+c[y],c=c.join(m>2?", ":" "),a.replace(fe,`{
|
||
/* [wrapped with `+c+`] */
|
||
`)}function oF(a){return ct(a)||va(a)||!!(Fl&&a&&a[Fl])}function zs(a,c){var m=typeof a;return c=c??X,!!c&&(m=="number"||m!="symbol"&&fr.test(a))&&a>-1&&a%1==0&&a<c}function _n(a,c,m){if(!ar(m))return!1;var y=typeof c;return(y=="number"?Mn(m)&&zs(c,m.length):y=="string"&&c in m)?Mi(m[c],a):!1}function A0(a,c){if(ct(a))return!1;var m=typeof a;return m=="number"||m=="symbol"||m=="boolean"||a==null||ai(a)?!0:ts.test(a)||!bu.test(a)||c!=null&&a in Kt(c)}function cF(a){var c=typeof a;return c=="string"||c=="number"||c=="symbol"||c=="boolean"?a!=="__proto__":a===null}function w0(a){var c=kl(a),m=N[c];if(typeof m!="function"||!(c in Ft.prototype))return!1;if(a===m)return!0;var y=m0(m);return!!y&&a===y[0]}function lF(a){return!!Ja&&Ja in a}var fF=Hi?Ys:k0;function mc(a){var c=a&&a.constructor,m=typeof c=="function"&&c.prototype||Us;return a===m}function Q1(a){return a===a&&!ar(a)}function eg(a,c){return function(m){return m==null?!1:m[a]===c&&(c!==e||a in Kt(m))}}function hF(a){var c=ql(a,function(y){return m.size===o&&m.clear(),y}),m=c.cache;return c}function pF(a,c){var m=a[1],y=c[1],T=m|y,L=T<(w|v|_),W=y==_&&m==A||y==_&&m==j&&a[7].length<=c[8]||y==(_|j)&&c[7].length<=c[8]&&m==A;if(!(L||W))return a;y&w&&(a[2]=c[2],T|=m&w?0:F);var Z=c[3];if(Z){var ie=a[3];a[3]=ie?N1(ie,Z,c[4]):Z,a[4]=ie?ii(a[3],l):c[4]}return Z=c[5],Z&&(ie=a[5],a[5]=ie?k1(ie,Z,c[6]):Z,a[6]=ie?ii(a[5],l):c[6]),Z=c[7],Z&&(a[7]=Z),y&_&&(a[8]=a[8]==null?c[8]:cn(a[8],c[8])),a[9]==null&&(a[9]=c[9]),a[0]=c[0],a[1]=T,a}function dF(a){var c=[];if(a!=null)for(var m in Kt(a))c.push(m);return c}function gF(a){return Za.call(a)}function tg(a,c,m){return c=Rr(c===e?a.length-1:c,0),function(){for(var y=arguments,T=-1,L=Rr(y.length-c,0),W=oe(L);++T<L;)W[T]=y[c+T];T=-1;for(var Z=oe(c+1);++T<c;)Z[T]=y[T];return Z[c]=m(W),yn(a,this,Z)}}function rg(a,c){return c.length<2?a:da(a,_i(c,0,-1))}function mF(a,c){for(var m=a.length,y=cn(c.length,m),T=jn(a);y--;){var L=c[y];a[y]=zs(L,m)?T[L]:e}return a}function C0(a,c){if(!(c==="constructor"&&typeof a[c]=="function")&&c!="__proto__")return a[c]}var ng=sg(b1),vc=J||function(a,c){return br.setTimeout(a,c)},F0=sg(UC);function ig(a,c,m){var y=c+"";return F0(a,aF(y,vF(iF(y),m)))}function sg(a){var c=0,m=0;return function(){var y=xw(),T=H-(y-m);if(m=y,T>0){if(++c>=k)return arguments[0]}else c=0;return a.apply(e,arguments)}}function Ul(a,c){var m=-1,y=a.length,T=y-1;for(c=c===e?y:c;++m<c;){var L=i0(m,T),W=a[L];a[L]=a[m],a[m]=W}return a.length=c,a}var ug=hF(function(a){var c=[];return a.charCodeAt(0)===46&&c.push(""),a.replace(Ju,function(m,y,T,L){c.push(T?L.replace(ft,"$1"):y||m)}),c});function os(a){if(typeof a=="string"||ai(a))return a;var c=a+"";return c=="0"&&1/a==-z?"-0":c}function ma(a){if(a!=null){try{return Xa.call(a)}catch{}try{return a+""}catch{}}return""}function vF(a,c){return Ln(ce,function(m){var y="_."+m[0];c&m[1]&&!Sn(a,y)&&a.push(y)}),a.sort()}function ag(a){if(a instanceof Ft)return a.clone();var c=new Si(a.__wrapped__,a.__chain__);return c.__actions__=jn(a.__actions__),c.__index__=a.__index__,c.__values__=a.__values__,c}function EF(a,c,m){(m?_n(a,c,m):c===e)?c=1:c=Rr(dt(c),0);var y=a==null?0:a.length;if(!y||c<1)return[];for(var T=0,L=0,W=oe(q(y/c));T<y;)W[L++]=_i(a,T,T+=c);return W}function AF(a){for(var c=-1,m=a==null?0:a.length,y=0,T=[];++c<m;){var L=a[c];L&&(T[y++]=L)}return T}function wF(){var a=arguments.length;if(!a)return[];for(var c=oe(a-1),m=arguments[0],y=a;y--;)c[y-1]=arguments[y];return ni(ct(m)?jn(m):[m],tn(c,1))}var CF=vt(function(a,c){return Ar(a)?fc(a,tn(c,1,Ar,!0)):[]}),FF=vt(function(a,c){var m=Ii(c);return Ar(m)&&(m=e),Ar(a)?fc(a,tn(c,1,Ar,!0),Ze(m,2)):[]}),DF=vt(function(a,c){var m=Ii(c);return Ar(m)&&(m=e),Ar(a)?fc(a,tn(c,1,Ar,!0),e,m):[]});function yF(a,c,m){var y=a==null?0:a.length;return y?(c=m||c===e?1:dt(c),_i(a,c<0?0:c,y)):[]}function SF(a,c,m){var y=a==null?0:a.length;return y?(c=m||c===e?1:dt(c),c=y-c,_i(a,0,c<0?0:c)):[]}function bF(a,c){return a&&a.length?Pl(a,Ze(c,3),!0,!0):[]}function _F(a,c){return a&&a.length?Pl(a,Ze(c,3),!0):[]}function IF(a,c,m,y){var T=a==null?0:a.length;return T?(m&&typeof m!="number"&&_n(a,c,m)&&(m=0,y=T),wC(a,c,m,y)):[]}function og(a,c,m){var y=a==null?0:a.length;if(!y)return-1;var T=m==null?0:dt(m);return T<0&&(T=Rr(y+T,0)),_r(a,Ze(c,3),T)}function cg(a,c,m){var y=a==null?0:a.length;if(!y)return-1;var T=y-1;return m!==e&&(T=dt(m),T=m<0?Rr(y+T,0):cn(T,y-1)),_r(a,Ze(c,3),T,!0)}function lg(a){var c=a==null?0:a.length;return c?tn(a,1):[]}function BF(a){var c=a==null?0:a.length;return c?tn(a,z):[]}function $F(a,c){var m=a==null?0:a.length;return m?(c=c===e?1:dt(c),tn(a,c)):[]}function PF(a){for(var c=-1,m=a==null?0:a.length,y={};++c<m;){var T=a[c];y[T[0]]=T[1]}return y}function fg(a){return a&&a.length?a[0]:e}function RF(a,c,m){var y=a==null?0:a.length;if(!y)return-1;var T=m==null?0:dt(m);return T<0&&(T=Rr(y+T,0)),Bu(a,c,T)}function TF(a){var c=a==null?0:a.length;return c?_i(a,0,-1):[]}var OF=vt(function(a){var c=te(a,c0);return c.length&&c[0]===a[0]?Qh(c):[]}),xF=vt(function(a){var c=Ii(a),m=te(a,c0);return c===Ii(m)?c=e:m.pop(),m.length&&m[0]===a[0]?Qh(m,Ze(c,2)):[]}),NF=vt(function(a){var c=Ii(a),m=te(a,c0);return c=typeof c=="function"?c:e,c&&m.pop(),m.length&&m[0]===a[0]?Qh(m,e,c):[]});function kF(a,c){return a==null?"":Tw.call(a,c)}function Ii(a){var c=a==null?0:a.length;return c?a[c-1]:e}function LF(a,c,m){var y=a==null?0:a.length;if(!y)return-1;var T=y;return m!==e&&(T=dt(m),T=T<0?Rr(y+T,0):cn(T,y-1)),c===c?kh(a,c,T):_r(a,Di,T,!0)}function UF(a,c){return a&&a.length?F1(a,dt(c)):e}var HF=vt(hg);function hg(a,c){return a&&a.length&&c&&c.length?n0(a,c):a}function jF(a,c,m){return a&&a.length&&c&&c.length?n0(a,c,Ze(m,2)):a}function MF(a,c,m){return a&&a.length&&c&&c.length?n0(a,c,e,m):a}var qF=Gs(function(a,c){var m=a==null?0:a.length,y=Wh(a,c);return S1(a,te(c,function(T){return zs(T,m)?+T:T}).sort(x1)),y});function VF(a,c){var m=[];if(!(a&&a.length))return m;var y=-1,T=[],L=a.length;for(c=Ze(c,3);++y<L;){var W=a[y];c(W,y,a)&&(m.push(W),T.push(y))}return S1(a,T),m}function D0(a){return a==null?a:kw.call(a)}function KF(a,c,m){var y=a==null?0:a.length;return y?(m&&typeof m!="number"&&_n(a,c,m)?(c=0,m=y):(c=c==null?0:dt(c),m=m===e?y:dt(m)),_i(a,c,m)):[]}function GF(a,c){return $l(a,c)}function zF(a,c,m){return u0(a,c,Ze(m,2))}function YF(a,c){var m=a==null?0:a.length;if(m){var y=$l(a,c);if(y<m&&Mi(a[y],c))return y}return-1}function WF(a,c){return $l(a,c,!0)}function XF(a,c,m){return u0(a,c,Ze(m,2),!0)}function JF(a,c){var m=a==null?0:a.length;if(m){var y=$l(a,c,!0)-1;if(Mi(a[y],c))return y}return-1}function ZF(a){return a&&a.length?_1(a):[]}function QF(a,c){return a&&a.length?_1(a,Ze(c,2)):[]}function e4(a){var c=a==null?0:a.length;return c?_i(a,1,c):[]}function t4(a,c,m){return a&&a.length?(c=m||c===e?1:dt(c),_i(a,0,c<0?0:c)):[]}function r4(a,c,m){var y=a==null?0:a.length;return y?(c=m||c===e?1:dt(c),c=y-c,_i(a,c<0?0:c,y)):[]}function n4(a,c){return a&&a.length?Pl(a,Ze(c,3),!1,!0):[]}function i4(a,c){return a&&a.length?Pl(a,Ze(c,3)):[]}var s4=vt(function(a){return Pu(tn(a,1,Ar,!0))}),u4=vt(function(a){var c=Ii(a);return Ar(c)&&(c=e),Pu(tn(a,1,Ar,!0),Ze(c,2))}),a4=vt(function(a){var c=Ii(a);return c=typeof c=="function"?c:e,Pu(tn(a,1,Ar,!0),e,c)});function o4(a){return a&&a.length?Pu(a):[]}function c4(a,c){return a&&a.length?Pu(a,Ze(c,2)):[]}function l4(a,c){return c=typeof c=="function"?c:e,a&&a.length?Pu(a,e,c):[]}function y0(a){if(!(a&&a.length))return[];var c=0;return a=ri(a,function(m){if(Ar(m))return c=Rr(m.length,c),!0}),rc(c,function(m){return te(a,Ns(m))})}function pg(a,c){if(!(a&&a.length))return[];var m=y0(a);return c==null?m:te(m,function(y){return yn(c,e,y)})}var f4=vt(function(a,c){return Ar(a)?fc(a,c):[]}),h4=vt(function(a){return o0(ri(a,Ar))}),p4=vt(function(a){var c=Ii(a);return Ar(c)&&(c=e),o0(ri(a,Ar),Ze(c,2))}),d4=vt(function(a){var c=Ii(a);return c=typeof c=="function"?c:e,o0(ri(a,Ar),e,c)}),g4=vt(y0);function m4(a,c){return P1(a||[],c||[],lc)}function v4(a,c){return P1(a||[],c||[],dc)}var E4=vt(function(a){var c=a.length,m=c>1?a[c-1]:e;return m=typeof m=="function"?(a.pop(),m):e,pg(a,m)});function dg(a){var c=N(a);return c.__chain__=!0,c}function A4(a,c){return c(a),a}function Hl(a,c){return c(a)}var w4=Gs(function(a){var c=a.length,m=c?a[0]:0,y=this.__wrapped__,T=function(L){return Wh(L,a)};return c>1||this.__actions__.length||!(y instanceof Ft)||!zs(m)?this.thru(T):(y=y.slice(m,+m+(c?1:0)),y.__actions__.push({func:Hl,args:[T],thisArg:e}),new Si(y,this.__chain__).thru(function(L){return c&&!L.length&&L.push(e),L}))});function C4(){return dg(this)}function F4(){return new Si(this.value(),this.__chain__)}function D4(){this.__values__===e&&(this.__values__=Ig(this.value()));var a=this.__index__>=this.__values__.length,c=a?e:this.__values__[this.__index__++];return{done:a,value:c}}function y4(){return this}function S4(a){for(var c,m=this;m instanceof Sl;){var y=ag(m);y.__index__=0,y.__values__=e,c?T.__wrapped__=y:c=y;var T=y;m=m.__wrapped__}return T.__wrapped__=a,c}function b4(){var a=this.__wrapped__;if(a instanceof Ft){var c=a;return this.__actions__.length&&(c=new Ft(this)),c=c.reverse(),c.__actions__.push({func:Hl,args:[D0],thisArg:e}),new Si(c,this.__chain__)}return this.thru(D0)}function _4(){return $1(this.__wrapped__,this.__actions__)}var I4=Rl(function(a,c,m){Bt.call(a,m)?++a[m]:Vs(a,m,1)});function B4(a,c,m){var y=ct(a)?ot:AC;return m&&_n(a,c,m)&&(c=e),y(a,Ze(c,3))}function $4(a,c){var m=ct(a)?ri:p1;return m(a,Ze(c,3))}var P4=j1(og),R4=j1(cg);function T4(a,c){return tn(jl(a,c),1)}function O4(a,c){return tn(jl(a,c),z)}function x4(a,c,m){return m=m===e?1:dt(m),tn(jl(a,c),m)}function gg(a,c){var m=ct(a)?Ln:$u;return m(a,Ze(c,3))}function mg(a,c){var m=ct(a)?B:h1;return m(a,Ze(c,3))}var N4=Rl(function(a,c,m){Bt.call(a,m)?a[m].push(c):Vs(a,m,[c])});function k4(a,c,m,y){a=Mn(a)?a:lo(a),m=m&&!y?dt(m):0;var T=a.length;return m<0&&(m=Rr(T+m,0)),Gl(a)?m<=T&&a.indexOf(c,m)>-1:!!T&&Bu(a,c,m)>-1}var L4=vt(function(a,c,m){var y=-1,T=typeof c=="function",L=Mn(a)?oe(a.length):[];return $u(a,function(W){L[++y]=T?yn(c,W,m):hc(W,c,m)}),L}),U4=Rl(function(a,c,m){Vs(a,m,c)});function jl(a,c){var m=ct(a)?te:A1;return m(a,Ze(c,3))}function H4(a,c,m,y){return a==null?[]:(ct(c)||(c=c==null?[]:[c]),m=y?e:m,ct(m)||(m=m==null?[]:[m]),D1(a,c,m))}var j4=Rl(function(a,c,m){a[m?0:1].push(c)},function(){return[[],[]]});function M4(a,c,m){var y=ct(a)?Qo:ll,T=arguments.length<3;return y(a,Ze(c,4),m,T,$u)}function q4(a,c,m){var y=ct(a)?n1:ll,T=arguments.length<3;return y(a,Ze(c,4),m,T,h1)}function V4(a,c){var m=ct(a)?ri:p1;return m(a,Vl(Ze(c,3)))}function K4(a){var c=ct(a)?o1:kC;return c(a)}function G4(a,c,m){(m?_n(a,c,m):c===e)?c=1:c=dt(c);var y=ct(a)?dC:LC;return y(a,c)}function z4(a){var c=ct(a)?gC:HC;return c(a)}function Y4(a){if(a==null)return 0;if(Mn(a))return Gl(a)?Ls(a):a.length;var c=ln(a);return c==st||c==qt?a.size:t0(a).length}function W4(a,c,m){var y=ct(a)?cl:jC;return m&&_n(a,c,m)&&(c=e),y(a,Ze(c,3))}var X4=vt(function(a,c){if(a==null)return[];var m=c.length;return m>1&&_n(a,c[0],c[1])?c=[]:m>2&&_n(c[0],c[1],c[2])&&(c=[c[0]]),D1(a,tn(c,1),[])}),Ml=x||function(){return br.Date.now()};function J4(a,c){if(typeof c!="function")throw new Hn(s);return a=dt(a),function(){if(--a<1)return c.apply(this,arguments)}}function vg(a,c,m){return c=m?e:c,c=a&&c==null?a.length:c,Ks(a,_,e,e,e,e,c)}function Eg(a,c){var m;if(typeof c!="function")throw new Hn(s);return a=dt(a),function(){return--a>0&&(m=c.apply(this,arguments)),a<=1&&(c=e),m}}var S0=vt(function(a,c,m){var y=w;if(m.length){var T=ii(m,oo(S0));y|=S}return Ks(a,y,c,m,T)}),Ag=vt(function(a,c,m){var y=w|v;if(m.length){var T=ii(m,oo(Ag));y|=S}return Ks(c,y,a,m,T)});function wg(a,c,m){c=m?e:c;var y=Ks(a,A,e,e,e,e,e,c);return y.placeholder=wg.placeholder,y}function Cg(a,c,m){c=m?e:c;var y=Ks(a,C,e,e,e,e,e,c);return y.placeholder=Cg.placeholder,y}function Fg(a,c,m){var y,T,L,W,Z,ie,Ee=0,Ae=!1,Ce=!1,Re=!0;if(typeof a!="function")throw new Hn(s);c=Bi(c)||0,ar(m)&&(Ae=!!m.leading,Ce="maxWait"in m,L=Ce?Rr(Bi(m.maxWait)||0,c):L,Re="trailing"in m?!!m.trailing:Re);function Me(wr){var qi=y,Xs=T;return y=T=e,Ee=wr,W=a.apply(Xs,qi),W}function et(wr){return Ee=wr,Z=vc(wt,c),Ae?Me(wr):W}function gt(wr){var qi=wr-ie,Xs=wr-Ee,jg=c-qi;return Ce?cn(jg,L-Xs):jg}function tt(wr){var qi=wr-ie,Xs=wr-Ee;return ie===e||qi>=c||qi<0||Ce&&Xs>=L}function wt(){var wr=Ml();if(tt(wr))return bt(wr);Z=vc(wt,gt(wr))}function bt(wr){return Z=e,Re&&y?Me(wr):(y=T=e,W)}function oi(){Z!==e&&R1(Z),Ee=0,y=ie=T=Z=e}function In(){return Z===e?W:bt(Ml())}function ci(){var wr=Ml(),qi=tt(wr);if(y=arguments,T=this,ie=wr,qi){if(Z===e)return et(ie);if(Ce)return R1(Z),Z=vc(wt,c),Me(ie)}return Z===e&&(Z=vc(wt,c)),W}return ci.cancel=oi,ci.flush=In,ci}var Z4=vt(function(a,c){return f1(a,1,c)}),Q4=vt(function(a,c,m){return f1(a,Bi(c)||0,m)});function eD(a){return Ks(a,M)}function ql(a,c){if(typeof a!="function"||c!=null&&typeof c!="function")throw new Hn(s);var m=function(){var y=arguments,T=c?c.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(ql.Cache||qs),m}ql.Cache=qs;function Vl(a){if(typeof a!="function")throw new Hn(s);return function(){var c=arguments;switch(c.length){case 0:return!a.call(this);case 1:return!a.call(this,c[0]);case 2:return!a.call(this,c[0],c[1]);case 3:return!a.call(this,c[0],c[1],c[2])}return!a.apply(this,c)}}function tD(a){return Eg(2,a)}var rD=MC(function(a,c){c=c.length==1&&ct(c[0])?te(c[0],on(Ze())):te(tn(c,1),on(Ze()));var m=c.length;return vt(function(y){for(var T=-1,L=cn(y.length,m);++T<L;)y[T]=c[T].call(this,y[T]);return yn(a,this,y)})}),b0=vt(function(a,c){var m=ii(c,oo(b0));return Ks(a,S,e,c,m)}),Dg=vt(function(a,c){var m=ii(c,oo(Dg));return Ks(a,I,e,c,m)}),nD=Gs(function(a,c){return Ks(a,j,e,e,e,c)});function iD(a,c){if(typeof a!="function")throw new Hn(s);return c=c===e?c:dt(c),vt(a,c)}function sD(a,c){if(typeof a!="function")throw new Hn(s);return c=c==null?0:Rr(dt(c),0),vt(function(m){var y=m[c],T=Tu(m,0,c);return y&&ni(T,y),yn(a,this,T)})}function uD(a,c,m){var y=!0,T=!0;if(typeof a!="function")throw new Hn(s);return ar(m)&&(y="leading"in m?!!m.leading:y,T="trailing"in m?!!m.trailing:T),Fg(a,c,{leading:y,maxWait:c,trailing:T})}function aD(a){return vg(a,1)}function oD(a,c){return b0(l0(c),a)}function cD(){if(!arguments.length)return[];var a=arguments[0];return ct(a)?a:[a]}function lD(a){return bi(a,E)}function fD(a,c){return c=typeof c=="function"?c:e,bi(a,E,c)}function hD(a){return bi(a,h|E)}function pD(a,c){return c=typeof c=="function"?c:e,bi(a,h|E,c)}function dD(a,c){return c==null||l1(a,c,Ur(c))}function Mi(a,c){return a===c||a!==a&&c!==c}var gD=Nl(Zh),mD=Nl(function(a,c){return a>=c}),va=m1(function(){return arguments}())?m1:function(a){return gr(a)&&Bt.call(a,"callee")&&!Cl.call(a,"callee")},ct=oe.isArray,vD=nl?on(nl):SC;function Mn(a){return a!=null&&Kl(a.length)&&!Ys(a)}function Ar(a){return gr(a)&&Mn(a)}function ED(a){return a===!0||a===!1||gr(a)&&bn(a)==jt}var Ou=Gt||k0,AD=il?on(il):bC;function wD(a){return gr(a)&&a.nodeType===1&&!Ec(a)}function CD(a){if(a==null)return!0;if(Mn(a)&&(ct(a)||typeof a=="string"||typeof a.splice=="function"||Ou(a)||co(a)||va(a)))return!a.length;var c=ln(a);if(c==st||c==qt)return!a.size;if(mc(a))return!t0(a).length;for(var m in a)if(Bt.call(a,m))return!1;return!0}function FD(a,c){return pc(a,c)}function DD(a,c,m){m=typeof m=="function"?m:e;var y=m?m(a,c):e;return y===e?pc(a,c,e,m):!!y}function _0(a){if(!gr(a))return!1;var c=bn(a);return c==Qt||c==cr||typeof a.message=="string"&&typeof a.name=="string"&&!Ec(a)}function yD(a){return typeof a=="number"&&dr(a)}function Ys(a){if(!ar(a))return!1;var c=bn(a);return c==pt||c==Mt||c==Dr||c==Kr}function yg(a){return typeof a=="number"&&a==dt(a)}function Kl(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=X}function ar(a){var c=typeof a;return a!=null&&(c=="object"||c=="function")}function gr(a){return a!=null&&typeof a=="object"}var Sg=sl?on(sl):IC;function SD(a,c){return a===c||e0(a,c,v0(c))}function bD(a,c,m){return m=typeof m=="function"?m:e,e0(a,c,v0(c),m)}function _D(a){return bg(a)&&a!=+a}function ID(a){if(fF(a))throw new nt(n);return v1(a)}function BD(a){return a===null}function $D(a){return a==null}function bg(a){return typeof a=="number"||gr(a)&&bn(a)==Ye}function Ec(a){if(!gr(a)||bn(a)!=qe)return!1;var c=to(a);if(c===null)return!0;var m=Bt.call(c,"constructor")&&c.constructor;return typeof m=="function"&&m instanceof m&&Xa.call(m)==qh}var I0=ul?on(ul):BC;function PD(a){return yg(a)&&a>=-X&&a<=X}var _g=al?on(al):$C;function Gl(a){return typeof a=="string"||!ct(a)&&gr(a)&&bn(a)==mt}function ai(a){return typeof a=="symbol"||gr(a)&&bn(a)==yr}var co=ol?on(ol):PC;function RD(a){return a===e}function TD(a){return gr(a)&&ln(a)==Gr}function OD(a){return gr(a)&&bn(a)==yt}var xD=Nl(r0),ND=Nl(function(a,c){return a<=c});function Ig(a){if(!a)return[];if(Mn(a))return Gl(a)?Un(a):jn(a);if(Hs&&a[Hs])return Nh(a[Hs]());var c=ln(a),m=c==st?sc:c==qt?si:lo;return m(a)}function Ws(a){if(!a)return a===0?a:0;if(a=Bi(a),a===z||a===-z){var c=a<0?-1:1;return c*se}return a===a?a:0}function dt(a){var c=Ws(a),m=c%1;return c===c?m?c-m:c:0}function Bg(a){return a?pa(dt(a),0,Fe):0}function Bi(a){if(typeof a=="number")return a;if(ai(a))return ye;if(ar(a)){var c=typeof a.valueOf=="function"?a.valueOf():a;a=ar(c)?c+"":c}if(typeof a!="string")return a===0?a:+a;a=nc(a);var m=Ci.test(a);return m||an.test(a)?Ih(a.slice(2),m?2:8):On.test(a)?ye:+a}function $g(a){return as(a,qn(a))}function kD(a){return a?pa(dt(a),-X,X):a===0?a:0}function Ut(a){return a==null?"":ui(a)}var LD=uo(function(a,c){if(mc(c)||Mn(c)){as(c,Ur(c),a);return}for(var m in c)Bt.call(c,m)&&lc(a,m,c[m])}),Pg=uo(function(a,c){as(c,qn(c),a)}),zl=uo(function(a,c,m,y){as(c,qn(c),a,y)}),UD=uo(function(a,c,m,y){as(c,Ur(c),a,y)}),HD=Gs(Wh);function jD(a,c){var m=so(a);return c==null?m:c1(m,c)}var MD=vt(function(a,c){a=Kt(a);var m=-1,y=c.length,T=y>2?c[2]:e;for(T&&_n(c[0],c[1],T)&&(y=1);++m<y;)for(var L=c[m],W=qn(L),Z=-1,ie=W.length;++Z<ie;){var Ee=W[Z],Ae=a[Ee];(Ae===e||Mi(Ae,Us[Ee])&&!Bt.call(a,Ee))&&(a[Ee]=L[Ee])}return a}),qD=vt(function(a){return a.push(e,Y1),yn(Rg,e,a)});function VD(a,c){return We(a,Ze(c,3),us)}function KD(a,c){return We(a,Ze(c,3),Jh)}function GD(a,c){return a==null?a:Xh(a,Ze(c,3),qn)}function zD(a,c){return a==null?a:d1(a,Ze(c,3),qn)}function YD(a,c){return a&&us(a,Ze(c,3))}function WD(a,c){return a&&Jh(a,Ze(c,3))}function XD(a){return a==null?[]:Il(a,Ur(a))}function JD(a){return a==null?[]:Il(a,qn(a))}function B0(a,c,m){var y=a==null?e:da(a,c);return y===e?m:y}function ZD(a,c){return a!=null&&J1(a,c,CC)}function $0(a,c){return a!=null&&J1(a,c,FC)}var QD=q1(function(a,c,m){c!=null&&typeof c.toString!="function"&&(c=Za.call(c)),a[c]=m},R0(Vn)),e6=q1(function(a,c,m){c!=null&&typeof c.toString!="function"&&(c=Za.call(c)),Bt.call(a,c)?a[c].push(m):a[c]=[m]},Ze),t6=vt(hc);function Ur(a){return Mn(a)?a1(a):t0(a)}function qn(a){return Mn(a)?a1(a,!0):RC(a)}function r6(a,c){var m={};return c=Ze(c,3),us(a,function(y,T,L){Vs(m,c(y,T,L),y)}),m}function n6(a,c){var m={};return c=Ze(c,3),us(a,function(y,T,L){Vs(m,T,c(y,T,L))}),m}var i6=uo(function(a,c,m){Bl(a,c,m)}),Rg=uo(function(a,c,m,y){Bl(a,c,m,y)}),s6=Gs(function(a,c){var m={};if(a==null)return m;var y=!1;c=te(c,function(L){return L=Ru(L,a),y||(y=L.length>1),L}),as(a,g0(a),m),y&&(m=bi(m,h|d|E,QC));for(var T=c.length;T--;)a0(m,c[T]);return m});function u6(a,c){return Tg(a,Vl(Ze(c)))}var a6=Gs(function(a,c){return a==null?{}:OC(a,c)});function Tg(a,c){if(a==null)return{};var m=te(g0(a),function(y){return[y]});return c=Ze(c),y1(a,m,function(y,T){return c(y,T[0])})}function o6(a,c,m){c=Ru(c,a);var y=-1,T=c.length;for(T||(T=1,a=e);++y<T;){var L=a==null?e:a[os(c[y])];L===e&&(y=T,L=m),a=Ys(L)?L.call(a):L}return a}function c6(a,c,m){return a==null?a:dc(a,c,m)}function l6(a,c,m,y){return y=typeof y=="function"?y:e,a==null?a:dc(a,c,m,y)}var Og=G1(Ur),xg=G1(qn);function f6(a,c,m){var y=ct(a),T=y||Ou(a)||co(a);if(c=Ze(c,4),m==null){var L=a&&a.constructor;T?m=y?new L:[]:ar(a)?m=Ys(L)?so(to(a)):{}:m={}}return(T?Ln:us)(a,function(W,Z,ie){return c(m,W,Z,ie)}),m}function h6(a,c){return a==null?!0:a0(a,c)}function p6(a,c,m){return a==null?a:B1(a,c,l0(m))}function d6(a,c,m,y){return y=typeof y=="function"?y:e,a==null?a:B1(a,c,l0(m),y)}function lo(a){return a==null?[]:ca(a,Ur(a))}function g6(a){return a==null?[]:ca(a,qn(a))}function m6(a,c,m){return m===e&&(m=c,c=e),m!==e&&(m=Bi(m),m=m===m?m:0),c!==e&&(c=Bi(c),c=c===c?c:0),pa(Bi(a),c,m)}function v6(a,c,m){return c=Ws(c),m===e?(m=c,c=0):m=Ws(m),a=Bi(a),DC(a,c,m)}function E6(a,c,m){if(m&&typeof m!="boolean"&&_n(a,c,m)&&(c=m=e),m===e&&(typeof c=="boolean"?(m=c,c=e):typeof a=="boolean"&&(m=a,a=e)),a===e&&c===e?(a=0,c=1):(a=Ws(a),c===e?(c=a,a=0):c=Ws(c)),a>c){var y=a;a=c,c=y}if(m||a%1||c%1){var T=s1();return cn(a+T*(c-a+_h("1e-"+((T+"").length-1))),c)}return i0(a,c)}var A6=ao(function(a,c,m){return c=c.toLowerCase(),a+(m?Ng(c):c)});function Ng(a){return P0(Ut(a).toLowerCase())}function kg(a){return a=Ut(a),a&&a.replace(Xr,ic).replace(Dn,"")}function w6(a,c,m){a=Ut(a),c=ui(c);var y=a.length;m=m===e?y:pa(dt(m),0,y);var T=m;return m-=c.length,m>=0&&a.slice(m,T)==c}function C6(a){return a=Ut(a),a&&Rt.test(a)?a.replace(es,Th):a}function F6(a){return a=Ut(a),a&&Zu.test(a)?a.replace(rs,"\\$&"):a}var D6=ao(function(a,c,m){return a+(m?"-":"")+c.toLowerCase()}),y6=ao(function(a,c,m){return a+(m?" ":"")+c.toLowerCase()}),S6=H1("toLowerCase");function b6(a,c,m){a=Ut(a),c=dt(c);var y=c?Ls(a):0;if(!c||y>=c)return a;var T=(c-y)/2;return xl(ue(T),m)+a+xl(q(T),m)}function _6(a,c,m){a=Ut(a),c=dt(c);var y=c?Ls(a):0;return c&&y<c?a+xl(c-y,m):a}function I6(a,c,m){a=Ut(a),c=dt(c);var y=c?Ls(a):0;return c&&y<c?xl(c-y,m)+a:a}function B6(a,c,m){return m||c==null?c=0:c&&(c=+c),Nw(Ut(a).replace(Os,""),c||0)}function $6(a,c,m){return(m?_n(a,c,m):c===e)?c=1:c=dt(c),s0(Ut(a),c)}function P6(){var a=arguments,c=Ut(a[0]);return a.length<3?c:c.replace(a[1],a[2])}var R6=ao(function(a,c,m){return a+(m?"_":"")+c.toLowerCase()});function T6(a,c,m){return m&&typeof m!="number"&&_n(a,c,m)&&(c=m=e),m=m===e?Fe:m>>>0,m?(a=Ut(a),a&&(typeof c=="string"||c!=null&&!I0(c))&&(c=ui(c),!c&&ks(a))?Tu(Un(a),0,m):a.split(c,m)):[]}var O6=ao(function(a,c,m){return a+(m?" ":"")+P0(c)});function x6(a,c,m){return a=Ut(a),m=m==null?0:pa(dt(m),0,a.length),c=ui(c),a.slice(m,m+c.length)==c}function N6(a,c,m){var y=N.templateSettings;m&&_n(a,c,m)&&(c=e),a=Ut(a),c=zl({},c,y,z1);var T=zl({},c.imports,y.imports,z1),L=Ur(T),W=ca(T,L),Z,ie,Ee=0,Ae=c.interpolate||Pr,Ce="__p += '",Re=Ya((c.escape||Pr).source+"|"+Ae.source+"|"+(Ae===Su?Er:Pr).source+"|"+(c.evaluate||Pr).source+"|$","g"),Me="//# sourceURL="+(Bt.call(c,"sourceURL")?(c.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Fh+"]")+`
|
||
`;a.replace(Re,function(tt,wt,bt,oi,In,ci){return bt||(bt=oi),Ce+=a.slice(Ee,ci).replace(Qu,dl),wt&&(Z=!0,Ce+=`' +
|
||
__e(`+wt+`) +
|
||
'`),In&&(ie=!0,Ce+=`';
|
||
`+In+`;
|
||
__p += '`),bt&&(Ce+=`' +
|
||
((__t = (`+bt+`)) == null ? '' : __t) +
|
||
'`),Ee=ci+tt.length,tt}),Ce+=`';
|
||
`;var et=Bt.call(c,"variable")&&c.variable;if(!et)Ce=`with (obj) {
|
||
`+Ce+`
|
||
}
|
||
`;else if(at.test(et))throw new nt(u);Ce=(ie?Ce.replace(Li,""):Ce).replace(Fu,"$1").replace(Qi,"$1;"),Ce="function("+(et||"obj")+`) {
|
||
`+(et?"":`obj || (obj = {});
|
||
`)+"var __t, __p = ''"+(Z?", __e = _.escape":"")+(ie?`, __j = Array.prototype.join;
|
||
function print() { __p += __j.call(arguments, '') }
|
||
`:`;
|
||
`)+Ce+`return __p
|
||
}`;var gt=Ug(function(){return St(L,Me+"return "+Ce).apply(e,W)});if(gt.source=Ce,_0(gt))throw gt;return gt}function k6(a){return Ut(a).toLowerCase()}function L6(a){return Ut(a).toUpperCase()}function U6(a,c,m){if(a=Ut(a),a&&(m||c===e))return nc(a);if(!a||!(c=ui(c)))return a;var y=Un(a),T=Un(c),L=Ka(y,T),W=hl(y,T)+1;return Tu(y,L,W).join("")}function H6(a,c,m){if(a=Ut(a),a&&(m||c===e))return a.slice(0,za(a)+1);if(!a||!(c=ui(c)))return a;var y=Un(a),T=hl(y,Un(c))+1;return Tu(y,0,T).join("")}function j6(a,c,m){if(a=Ut(a),a&&(m||c===e))return a.replace(Os,"");if(!a||!(c=ui(c)))return a;var y=Un(a),T=Ka(y,Un(c));return Tu(y,T).join("")}function M6(a,c){var m=b,y=P;if(ar(c)){var T="separator"in c?c.separator:T;m="length"in c?dt(c.length):m,y="omission"in c?ui(c.omission):y}a=Ut(a);var L=a.length;if(ks(a)){var W=Un(a);L=W.length}if(m>=L)return a;var Z=m-Ls(y);if(Z<1)return y;var ie=W?Tu(W,0,Z).join(""):a.slice(0,Z);if(T===e)return ie+y;if(W&&(Z+=ie.length-Z),I0(T)){if(a.slice(Z).search(T)){var Ee,Ae=ie;for(T.global||(T=Ya(T.source,Ut(kt.exec(T))+"g")),T.lastIndex=0;Ee=T.exec(Ae);)var Ce=Ee.index;ie=ie.slice(0,Ce===e?Z:Ce)}}else if(a.indexOf(ui(T),Z)!=Z){var Re=ie.lastIndexOf(T);Re>-1&&(ie=ie.slice(0,Re))}return ie+y}function q6(a){return a=Ut(a),a&&Ui.test(a)?a.replace(Du,ml):a}var V6=ao(function(a,c,m){return a+(m?" ":"")+c.toUpperCase()}),P0=H1("toUpperCase");function Lg(a,c,m){return a=Ut(a),c=m?e:c,c===e?xh(a)?Uh(a):ec(a):a.match(c)||[]}var Ug=vt(function(a,c){try{return yn(a,e,c)}catch(m){return _0(m)?m:new nt(m)}}),K6=Gs(function(a,c){return Ln(c,function(m){m=os(m),Vs(a,m,S0(a[m],a))}),a});function G6(a){var c=a==null?0:a.length,m=Ze();return a=c?te(a,function(y){if(typeof y[1]!="function")throw new Hn(s);return[m(y[0]),y[1]]}):[],vt(function(y){for(var T=-1;++T<c;){var L=a[T];if(yn(L[0],this,y))return yn(L[1],this,y)}})}function z6(a){return EC(bi(a,h))}function R0(a){return function(){return a}}function Y6(a,c){return a==null||a!==a?c:a}var W6=M1(),X6=M1(!0);function Vn(a){return a}function T0(a){return E1(typeof a=="function"?a:bi(a,h))}function J6(a){return w1(bi(a,h))}function Z6(a,c){return C1(a,bi(c,h))}var Q6=vt(function(a,c){return function(m){return hc(m,a,c)}}),ey=vt(function(a,c){return function(m){return hc(a,m,c)}});function O0(a,c,m){var y=Ur(c),T=Il(c,y);m==null&&!(ar(c)&&(T.length||!y.length))&&(m=c,c=a,a=this,T=Il(c,Ur(c)));var L=!(ar(m)&&"chain"in m)||!!m.chain,W=Ys(a);return Ln(T,function(Z){var ie=c[Z];a[Z]=ie,W&&(a.prototype[Z]=function(){var Ee=this.__chain__;if(L||Ee){var Ae=a(this.__wrapped__),Ce=Ae.__actions__=jn(this.__actions__);return Ce.push({func:ie,args:arguments,thisArg:a}),Ae.__chain__=Ee,Ae}return ie.apply(a,ni([this.value()],arguments))})}),a}function ty(){return br._===this&&(br._=Vh),this}function x0(){}function ry(a){return a=dt(a),vt(function(c){return F1(c,a)})}var ny=h0(te),iy=h0(ot),sy=h0(cl);function Hg(a){return A0(a)?Ns(os(a)):xC(a)}function uy(a){return function(c){return a==null?e:da(a,c)}}var ay=V1(),oy=V1(!0);function N0(){return[]}function k0(){return!1}function cy(){return{}}function ly(){return""}function fy(){return!0}function hy(a,c){if(a=dt(a),a<1||a>X)return[];var m=Fe,y=cn(a,Fe);c=Ze(c),a-=Fe;for(var T=rc(y,c);++m<a;)c(m);return T}function py(a){return ct(a)?te(a,os):ai(a)?[a]:jn(ug(Ut(a)))}function dy(a){var c=++Mh;return Ut(a)+c}var gy=Ol(function(a,c){return a+c},0),my=p0("ceil"),vy=Ol(function(a,c){return a/c},1),Ey=p0("floor");function Ay(a){return a&&a.length?_l(a,Vn,Zh):e}function wy(a,c){return a&&a.length?_l(a,Ze(c,2),Zh):e}function Cy(a){return tc(a,Vn)}function Fy(a,c){return tc(a,Ze(c,2))}function Dy(a){return a&&a.length?_l(a,Vn,r0):e}function yy(a,c){return a&&a.length?_l(a,Ze(c,2),r0):e}var Sy=Ol(function(a,c){return a*c},1),by=p0("round"),_y=Ol(function(a,c){return a-c},0);function Iy(a){return a&&a.length?Va(a,Vn):0}function By(a,c){return a&&a.length?Va(a,Ze(c,2)):0}return N.after=J4,N.ary=vg,N.assign=LD,N.assignIn=Pg,N.assignInWith=zl,N.assignWith=UD,N.at=HD,N.before=Eg,N.bind=S0,N.bindAll=K6,N.bindKey=Ag,N.castArray=cD,N.chain=dg,N.chunk=EF,N.compact=AF,N.concat=wF,N.cond=G6,N.conforms=z6,N.constant=R0,N.countBy=I4,N.create=jD,N.curry=wg,N.curryRight=Cg,N.debounce=Fg,N.defaults=MD,N.defaultsDeep=qD,N.defer=Z4,N.delay=Q4,N.difference=CF,N.differenceBy=FF,N.differenceWith=DF,N.drop=yF,N.dropRight=SF,N.dropRightWhile=bF,N.dropWhile=_F,N.fill=IF,N.filter=$4,N.flatMap=T4,N.flatMapDeep=O4,N.flatMapDepth=x4,N.flatten=lg,N.flattenDeep=BF,N.flattenDepth=$F,N.flip=eD,N.flow=W6,N.flowRight=X6,N.fromPairs=PF,N.functions=XD,N.functionsIn=JD,N.groupBy=N4,N.initial=TF,N.intersection=OF,N.intersectionBy=xF,N.intersectionWith=NF,N.invert=QD,N.invertBy=e6,N.invokeMap=L4,N.iteratee=T0,N.keyBy=U4,N.keys=Ur,N.keysIn=qn,N.map=jl,N.mapKeys=r6,N.mapValues=n6,N.matches=J6,N.matchesProperty=Z6,N.memoize=ql,N.merge=i6,N.mergeWith=Rg,N.method=Q6,N.methodOf=ey,N.mixin=O0,N.negate=Vl,N.nthArg=ry,N.omit=s6,N.omitBy=u6,N.once=tD,N.orderBy=H4,N.over=ny,N.overArgs=rD,N.overEvery=iy,N.overSome=sy,N.partial=b0,N.partialRight=Dg,N.partition=j4,N.pick=a6,N.pickBy=Tg,N.property=Hg,N.propertyOf=uy,N.pull=HF,N.pullAll=hg,N.pullAllBy=jF,N.pullAllWith=MF,N.pullAt=qF,N.range=ay,N.rangeRight=oy,N.rearg=nD,N.reject=V4,N.remove=VF,N.rest=iD,N.reverse=D0,N.sampleSize=G4,N.set=c6,N.setWith=l6,N.shuffle=z4,N.slice=KF,N.sortBy=X4,N.sortedUniq=ZF,N.sortedUniqBy=QF,N.split=T6,N.spread=sD,N.tail=e4,N.take=t4,N.takeRight=r4,N.takeRightWhile=n4,N.takeWhile=i4,N.tap=A4,N.throttle=uD,N.thru=Hl,N.toArray=Ig,N.toPairs=Og,N.toPairsIn=xg,N.toPath=py,N.toPlainObject=$g,N.transform=f6,N.unary=aD,N.union=s4,N.unionBy=u4,N.unionWith=a4,N.uniq=o4,N.uniqBy=c4,N.uniqWith=l4,N.unset=h6,N.unzip=y0,N.unzipWith=pg,N.update=p6,N.updateWith=d6,N.values=lo,N.valuesIn=g6,N.without=f4,N.words=Lg,N.wrap=oD,N.xor=h4,N.xorBy=p4,N.xorWith=d4,N.zip=g4,N.zipObject=m4,N.zipObjectDeep=v4,N.zipWith=E4,N.entries=Og,N.entriesIn=xg,N.extend=Pg,N.extendWith=zl,O0(N,N),N.add=gy,N.attempt=Ug,N.camelCase=A6,N.capitalize=Ng,N.ceil=my,N.clamp=m6,N.clone=lD,N.cloneDeep=hD,N.cloneDeepWith=pD,N.cloneWith=fD,N.conformsTo=dD,N.deburr=kg,N.defaultTo=Y6,N.divide=vy,N.endsWith=w6,N.eq=Mi,N.escape=C6,N.escapeRegExp=F6,N.every=B4,N.find=P4,N.findIndex=og,N.findKey=VD,N.findLast=R4,N.findLastIndex=cg,N.findLastKey=KD,N.floor=Ey,N.forEach=gg,N.forEachRight=mg,N.forIn=GD,N.forInRight=zD,N.forOwn=YD,N.forOwnRight=WD,N.get=B0,N.gt=gD,N.gte=mD,N.has=ZD,N.hasIn=$0,N.head=fg,N.identity=Vn,N.includes=k4,N.indexOf=RF,N.inRange=v6,N.invoke=t6,N.isArguments=va,N.isArray=ct,N.isArrayBuffer=vD,N.isArrayLike=Mn,N.isArrayLikeObject=Ar,N.isBoolean=ED,N.isBuffer=Ou,N.isDate=AD,N.isElement=wD,N.isEmpty=CD,N.isEqual=FD,N.isEqualWith=DD,N.isError=_0,N.isFinite=yD,N.isFunction=Ys,N.isInteger=yg,N.isLength=Kl,N.isMap=Sg,N.isMatch=SD,N.isMatchWith=bD,N.isNaN=_D,N.isNative=ID,N.isNil=$D,N.isNull=BD,N.isNumber=bg,N.isObject=ar,N.isObjectLike=gr,N.isPlainObject=Ec,N.isRegExp=I0,N.isSafeInteger=PD,N.isSet=_g,N.isString=Gl,N.isSymbol=ai,N.isTypedArray=co,N.isUndefined=RD,N.isWeakMap=TD,N.isWeakSet=OD,N.join=kF,N.kebabCase=D6,N.last=Ii,N.lastIndexOf=LF,N.lowerCase=y6,N.lowerFirst=S6,N.lt=xD,N.lte=ND,N.max=Ay,N.maxBy=wy,N.mean=Cy,N.meanBy=Fy,N.min=Dy,N.minBy=yy,N.stubArray=N0,N.stubFalse=k0,N.stubObject=cy,N.stubString=ly,N.stubTrue=fy,N.multiply=Sy,N.nth=UF,N.noConflict=ty,N.noop=x0,N.now=Ml,N.pad=b6,N.padEnd=_6,N.padStart=I6,N.parseInt=B6,N.random=E6,N.reduce=M4,N.reduceRight=q4,N.repeat=$6,N.replace=P6,N.result=o6,N.round=by,N.runInContext=ne,N.sample=K4,N.size=Y4,N.snakeCase=R6,N.some=W4,N.sortedIndex=GF,N.sortedIndexBy=zF,N.sortedIndexOf=YF,N.sortedLastIndex=WF,N.sortedLastIndexBy=XF,N.sortedLastIndexOf=JF,N.startCase=O6,N.startsWith=x6,N.subtract=_y,N.sum=Iy,N.sumBy=By,N.template=N6,N.times=hy,N.toFinite=Ws,N.toInteger=dt,N.toLength=Bg,N.toLower=k6,N.toNumber=Bi,N.toSafeInteger=kD,N.toString=Ut,N.toUpper=L6,N.trim=U6,N.trimEnd=H6,N.trimStart=j6,N.truncate=M6,N.unescape=q6,N.uniqueId=dy,N.upperCase=V6,N.upperFirst=P0,N.each=gg,N.eachRight=mg,N.first=fg,O0(N,function(){var a={};return us(N,function(c,m){Bt.call(N.prototype,m)||(a[m]=c)}),a}(),{chain:!1}),N.VERSION=t,Ln(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){N[a].placeholder=N}),Ln(["drop","take"],function(a,c){Ft.prototype[a]=function(m){m=m===e?1:Rr(dt(m),0);var y=this.__filtered__&&!c?new Ft(this):this.clone();return y.__filtered__?y.__takeCount__=cn(m,y.__takeCount__):y.__views__.push({size:cn(m,Fe),type:a+(y.__dir__<0?"Right":"")}),y},Ft.prototype[a+"Right"]=function(m){return this.reverse()[a](m).reverse()}}),Ln(["filter","map","takeWhile"],function(a,c){var m=c+1,y=m==G||m==K;Ft.prototype[a]=function(T){var L=this.clone();return L.__iteratees__.push({iteratee:Ze(T,3),type:m}),L.__filtered__=L.__filtered__||y,L}}),Ln(["head","last"],function(a,c){var m="take"+(c?"Right":"");Ft.prototype[a]=function(){return this[m](1).value()[0]}}),Ln(["initial","tail"],function(a,c){var m="drop"+(c?"":"Right");Ft.prototype[a]=function(){return this.__filtered__?new Ft(this):this[m](1)}}),Ft.prototype.compact=function(){return this.filter(Vn)},Ft.prototype.find=function(a){return this.filter(a).head()},Ft.prototype.findLast=function(a){return this.reverse().find(a)},Ft.prototype.invokeMap=vt(function(a,c){return typeof a=="function"?new Ft(this):this.map(function(m){return hc(m,a,c)})}),Ft.prototype.reject=function(a){return this.filter(Vl(Ze(a)))},Ft.prototype.slice=function(a,c){a=dt(a);var m=this;return m.__filtered__&&(a>0||c<0)?new Ft(m):(a<0?m=m.takeRight(-a):a&&(m=m.drop(a)),c!==e&&(c=dt(c),m=c<0?m.dropRight(-c):m.take(c-a)),m)},Ft.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},Ft.prototype.toArray=function(){return this.take(Fe)},us(Ft.prototype,function(a,c){var m=/^(?:filter|find|map|reject)|While$/.test(c),y=/^(?:head|last)$/.test(c),T=N[y?"take"+(c=="last"?"Right":""):c],L=y||/^find/.test(c);T&&(N.prototype[c]=function(){var W=this.__wrapped__,Z=y?[1]:arguments,ie=W instanceof Ft,Ee=Z[0],Ae=ie||ct(W),Ce=function(wt){var bt=T.apply(N,ni([wt],Z));return y&&Re?bt[0]:bt};Ae&&m&&typeof Ee=="function"&&Ee.length!=1&&(ie=Ae=!1);var Re=this.__chain__,Me=!!this.__actions__.length,et=L&&!Re,gt=ie&&!Me;if(!L&&Ae){W=gt?W:new Ft(this);var tt=a.apply(W,Z);return tt.__actions__.push({func:Hl,args:[Ce],thisArg:e}),new Si(tt,Re)}return et&>?a.apply(this,Z):(tt=this.thru(Ce),et?y?tt.value()[0]:tt.value():tt)})}),Ln(["pop","push","shift","sort","splice","unshift"],function(a){var c=Wa[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 c.apply(ct(L)?L:[],T)}return this[m](function(W){return c.apply(ct(W)?W:[],T)})}}),us(Ft.prototype,function(a,c){var m=N[c];if(m){var y=m.name+"";Bt.call(io,y)||(io[y]=[]),io[y].push({name:c,func:m})}}),io[Tl(e,v).name]=[{name:"wrapper",func:e}],Ft.prototype.clone=qw,Ft.prototype.reverse=Vw,Ft.prototype.value=Kw,N.prototype.at=w4,N.prototype.chain=C4,N.prototype.commit=F4,N.prototype.next=D4,N.prototype.plant=S4,N.prototype.reverse=b4,N.prototype.toJSON=N.prototype.valueOf=N.prototype.value=_4,N.prototype.first=N.prototype.head,Hs&&(N.prototype[Hs]=y4),N},yi=Hh();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(br._=yi,define(function(){return yi})):xs?((xs.exports=yi)._=yi,Jo._=yi):br._=yi}).call(qo)});var hh=Se((Qx,mA)=>{"use strict";var m7=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])},Sd=class e extends Error{constructor(t,r,n){super(t),m7(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,o=""){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;o&&(l+=`
|
||
note: ${o}`),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}`,o&&(l+=`: ${o}`);return l}function s(u,i,o,l=[]){let h;o?h=l.reduce((E,{location:p})=>Math.max(E,p.start.line),o.start.line):h=Math.max.apply(null,l.map(E=>E.location.start.line)),h=h.toString().length;let d=`${u}: ${i}`;o&&(d+=n(o,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(`
|
||
|
||
`)}};mA.exports=Sd});var Ni=Se((eN,vA)=>{"use strict";var v7={build(e){function t(i,...o){return e[i.type](i,...o)}function r(){}function n(i,...o){return t(i.expression,...o)}function s(i){return function(o,...l){o[i].forEach(h=>t(h,...l))}}let u={grammar(i,...o){i.topLevelInitializer&&t(i.topLevelInitializer,...o),i.initializer&&t(i.initializer,...o),i.rules.forEach(l=>t(l,...o))},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}};vA.exports=v7});var zu=Se((tN,AA)=>{"use strict";var E7=Ni(),EA={findRule(e,t){for(let r=0;r<e.rules.length;r++)if(e.rules[r].name===t)return e.rules[r]},indexOfRule(e,t){for(let r=0;r<e.rules.length;r++)if(e.rules[r].name===t)return r;return-1},alwaysConsumesOnSuccess(e,t){function r(){return!0}function n(){return!1}let s=E7.build({choice(u){return u.alternatives.every(s)},sequence(u){return u.elements.some(s)},simple_and:n,simple_not:n,optional:n,zero_or_more:n,semantic_and:n,semantic_not:n,rule_ref(u){let i=EA.findRule(e,u.name);return i?s(i):void 0},literal(u){return u.value!==""},class:r,any:r});return s(t)}};AA.exports=EA});var bd=Se((rN,wA)=>{"use strict";var A7={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};wA.exports=A7});var _d=Se((nN,CA)=>{"use strict";var w7=Ni(),C7=zu(),F7=hh(),Yc=1,Ha=0,Wc=-1;function ph(e){function t(i){return i.match=Ha}function r(i){return u(i.expression),i.match=Yc}function n(i){return i.match=u(i.expression)}function s(i,o){let l=i.length,h=0,d=0;for(let E=0;E<l;++E){let p=u(i[E]);p===Yc&&++h,p===Wc&&++d}return h===l?Yc:o?d===l?Wc:Ha:d>0?Wc:Ha}let u=w7.build({rule(i){let o,l=0;if(typeof i.match>"u"){i.match=Ha;do if(o=i.match,i.match=u(i.expression),++l>6)throw new F7("Infinity cycle detected when trying to evaluate node match result",i.location);while(o!==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 o=C7.findRule(e,i.name);return i.match=u(o)},literal(i){let o=i.value.length===0?Yc:Ha;return i.match=o},class(i){let o=i.parts.length===0?Wc:Ha;return i.match=o},any:t});u(e)}ph.ALWAYS_MATCH=Yc;ph.SOMETIMES_MATCH=Ha;ph.NEVER_MATCH=Wc;CA.exports=ph});var DA=Se((iN,FA)=>{"use strict";var D7=zu(),Oe=bd(),y7=Ni(),{ALWAYS_MATCH:Go,SOMETIMES_MATCH:Id,NEVER_MATCH:Bd}=_d();function S7(e){let t=[],r=[],n=[],s=[];function u(C){let S=t.indexOf(C);return S===-1?t.push(C)-1:S}function i(C){let S={value:C.parts,inverted:C.inverted,ignoreCase:C.ignoreCase},I=JSON.stringify(S),_=r.findIndex(j=>JSON.stringify(j)===I);return _===-1?r.push(S)-1:_}function o(C){let S=JSON.stringify(C),I=n.findIndex(_=>JSON.stringify(_)===S);return I===-1?n.push(C)-1:I}function l(C,S,I){let _={predicate:C,params:S,body:I.code,location:I.codeLocation},j=JSON.stringify(_),M=s.findIndex(b=>JSON.stringify(b)===j);return M===-1?s.push(_)-1:M}function h(C){let S={};return Object.keys(C).forEach(I=>{S[I]=C[I]}),S}function d(C,...S){return C.concat(...S)}function E(C,S,I,_){return C===Go?I:C===Bd?_:S.concat([I.length,_.length],I,_)}function p(C,S){return C.concat([S.length],S)}function f(C,S,I,_){let j=Object.keys(I).map(M=>_-I[M]);return[Oe.CALL,C,S,j.length].concat(j)}function w(C,S,I){let _=C.match|0;return d([Oe.PUSH_CURR_POS],[Oe.SILENT_FAILS_ON],A(C,{sp:I.sp+1,env:h(I.env),action:null}),[Oe.SILENT_FAILS_OFF],E(S?-_:_,[S?Oe.IF_ERROR:Oe.IF_NOT_ERROR],d([Oe.POP],[S?Oe.POP:Oe.POP_CURR_POS],[Oe.PUSH_UNDEFINED]),d([Oe.POP],[S?Oe.POP_CURR_POS:Oe.POP],[Oe.PUSH_FAILED])))}function v(C,S,I){let _=l(!0,Object.keys(I.env),C);return d([Oe.UPDATE_SAVED_POS],f(_,0,I.env,I.sp),E(C.match|0,[Oe.IF],d([Oe.POP],S?[Oe.PUSH_FAILED]:[Oe.PUSH_UNDEFINED]),d([Oe.POP],S?[Oe.PUSH_UNDEFINED]:[Oe.PUSH_FAILED])))}function F(C){return p([Oe.WHILE_NOT_ERROR],d([Oe.APPEND],C))}let A=y7.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,S){let I=C.match|0,_=I===Bd?null:o({type:"rule",value:C.name});return d([Oe.SILENT_FAILS_ON],A(C.expression,S),[Oe.SILENT_FAILS_OFF],E(I,[Oe.IF_ERROR],[Oe.FAIL,_],[]))},choice(C,S){function I(_,j){let M=_[0].match|0,b=A(_[0],{sp:j.sp,env:h(j.env),action:null});return M===Go?b:d(b,_.length>1?E(Id,[Oe.IF_ERROR],d([Oe.POP],I(_.slice(1),j)),[]):[])}return I(C.alternatives,S)},action(C,S){let I=h(S.env),_=C.expression.type!=="sequence"||C.expression.elements.length===0,j=A(C.expression,{sp:S.sp+(_?1:0),env:I,action:C}),M=C.expression.match|0,b=_&&M!==Bd?l(!1,Object.keys(I),C):null;return _?d([Oe.PUSH_CURR_POS],j,E(M,[Oe.IF_NOT_ERROR],d([Oe.LOAD_SAVED_POS,1],f(b,1,I,S.sp+2)),[]),[Oe.NIP]):j},sequence(C,S){function I(_,j){if(_.length>0){let M=C.elements.length-_.length+1;return d(A(_[0],{sp:j.sp,env:j.env,pluck:j.pluck,action:null}),E(_[0].match|0,[Oe.IF_NOT_ERROR],I(_.slice(1),{sp:j.sp+1,env:j.env,pluck:j.pluck,action:j.action}),d(M>1?[Oe.POP_N,M]:[Oe.POP],[Oe.POP_CURR_POS],[Oe.PUSH_FAILED])))}else{if(j.pluck.length>0)return d([Oe.PLUCK,C.elements.length+1,j.pluck.length],j.pluck.map(M=>j.sp-M));if(j.action){let M=l(!1,Object.keys(j.env),j.action);return d([Oe.LOAD_SAVED_POS,C.elements.length],f(M,C.elements.length+1,j.env,j.sp))}else return d([Oe.WRAP,C.elements.length],[Oe.NIP])}}return d([Oe.PUSH_CURR_POS],I(C.elements,{sp:S.sp+1,env:S.env,pluck:[],action:S.action}))},labeled(C,S){let I=S.env,_=C.label,j=S.sp+1;return _&&(I=h(S.env),S.env[C.label]=j),C.pick&&S.pluck.push(j),A(C.expression,{sp:S.sp,env:I,action:null})},text(C,S){return d([Oe.PUSH_CURR_POS],A(C.expression,{sp:S.sp+1,env:h(S.env),action:null}),E(C.match|0,[Oe.IF_NOT_ERROR],d([Oe.POP],[Oe.TEXT]),[Oe.NIP]))},simple_and(C,S){return w(C.expression,!1,S)},simple_not(C,S){return w(C.expression,!0,S)},optional(C,S){return d(A(C.expression,{sp:S.sp,env:h(S.env),action:null}),E(-(C.expression.match|0),[Oe.IF_ERROR],d([Oe.POP],[Oe.PUSH_NULL]),[]))},zero_or_more(C,S){let I=A(C.expression,{sp:S.sp+1,env:h(S.env),action:null});return d([Oe.PUSH_EMPTY_ARRAY],I,F(I),[Oe.POP])},one_or_more(C,S){let I=A(C.expression,{sp:S.sp+1,env:h(S.env),action:null});return d([Oe.PUSH_EMPTY_ARRAY],I,E(C.expression.match|0,[Oe.IF_NOT_ERROR],d(F(I),[Oe.POP]),d([Oe.POP],[Oe.POP],[Oe.PUSH_FAILED])))},group(C,S){return A(C.expression,{sp:S.sp,env:h(S.env),action:null})},semantic_and(C,S){return v(C,!1,S)},semantic_not(C,S){return v(C,!0,S)},rule_ref(C){return[Oe.RULE,D7.indexOfRule(e,C.name)]},literal(C){if(C.value.length>0){let S=C.match|0,_=S===Id||S===Go&&!C.ignoreCase?u(C.ignoreCase?C.value.toLowerCase():C.value):null,j=S!==Go?o({type:"literal",value:C.value,ignoreCase:C.ignoreCase}):null;return E(S,C.ignoreCase?[Oe.MATCH_STRING_IC,_]:[Oe.MATCH_STRING,_],C.ignoreCase?[Oe.ACCEPT_N,C.value.length]:[Oe.ACCEPT_STRING,_],[Oe.FAIL,j])}return[Oe.PUSH_EMPTY_STRING]},class(C){let S=C.match|0,I=S===Id?i(C):null,_=S!==Go?o({type:"class",value:C.parts,inverted:C.inverted,ignoreCase:C.ignoreCase}):null;return E(S,[Oe.MATCH_CHAR_CLASS,I],[Oe.ACCEPT_N,1],[Oe.FAIL,_])},any(C){let S=C.match|0,I=S!==Go?o({type:"any"}):null;return E(S,[Oe.MATCH_ANY],[Oe.ACCEPT_N,1],[Oe.FAIL,I])}});A(e)}FA.exports=S7});var SA=Se((sN,yA)=>{"use strict";var $d=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}<x>' 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+").")}};yA.exports=$d});var Pd=Se((uN,bA)=>{"use strict";bA.exports="2.0.1"});var _A=Se(dh=>{"use strict";function wu(e){return e.charCodeAt(0).toString(16).toUpperCase()}dh.hex=wu;function b7(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"+wu(t)).replace(/[\x10-\x1F\x7F-\xFF]/g,t=>"\\x"+wu(t)).replace(/[\u0100-\u0FFF]/g,t=>"\\u0"+wu(t)).replace(/[\u1000-\uFFFF]/g,t=>"\\u"+wu(t))}dh.stringEscape=b7;function _7(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"+wu(t)).replace(/[\x10-\x1F\x7F-\xFF]/g,t=>"\\x"+wu(t)).replace(/[\u0100-\u0FFF]/g,t=>"\\u0"+wu(t)).replace(/[\u1000-\uFFFF]/g,t=>"\\u"+wu(t))}dh.regexpClassEscape=_7});var $A=Se(BA=>{var IA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");BA.encode=function(e){if(0<=e&&e<IA.length)return IA[e];throw new TypeError("Must be between 0 and 63: "+e)}});var OA=Se(TA=>{var I7=$A(),PA=5,RA=1<<PA,B7=RA-1,$7=RA;function P7(e){return e<0?(-e<<1)+1:(e<<1)+0}TA.encode=function(t){let r="",n,s=P7(t);do n=s&B7,s>>>=PA,s>0&&(n|=$7),r+=I7.encode(n);while(s>0);return r}});var mh=Se(Wu=>{function R7(e,t,r){if(t in e)return e[t];if(arguments.length===3)return r;throw new Error('"'+t+'" is a required argument.')}Wu.getArg=R7;var NA=function(){return!("__proto__"in Object.create(null))}();function kA(e){return e}function T7(e){return LA(e)?"$"+e:e}Wu.toSetString=NA?kA:T7;function O7(e){return LA(e)?e.slice(1):e}Wu.fromSetString=NA?kA:O7;function LA(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 xA(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function x7(e,t){let r=e.generatedLine-t.generatedLine;return r!==0||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=xA(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:xA(e.name,t.name)}Wu.compareByGeneratedPositionsInflated=x7;var Rd="http:",Xc=`${Rd}//host`;function UA(e){return t=>{let r=Jc(t),n=Td(t),s=new URL(t,n);e(s);let u=s.toString();return r==="absolute"?u:r==="scheme-relative"?u.slice(Rd.length):r==="path-absolute"?u.slice(Xc.length):Od(n,u)}}function Yu(e,t){return new URL(e,t).toString()}function N7(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=N7("p",e),n=`${Xc}/`;for(let s=0;s<t;s++)n+=`${r}/`;return n}var k7=/^[A-Za-z0-9\+\-\.]+:/;function Jc(e){return e[0]==="/"?e[1]==="/"?"scheme-relative":"path-absolute":k7.test(e)?"absolute":"path-relative"}function Od(e,t){typeof e=="string"&&(e=new URL(e)),typeof t=="string"&&(t=new URL(t));let r=t.pathname.split("/"),n=e.pathname.split("/");for(n.length>0&&!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 L7=UA(e=>{e.pathname=e.pathname.replace(/\/?$/,"/")}),gh=UA(e=>{});Wu.normalize=gh;function U7(e,t){let r=Jc(t),n=Jc(e);if(e=L7(e),r==="absolute")return Yu(t,void 0);if(n==="absolute")return Yu(t,e);if(r==="scheme-relative")return gh(t);if(n==="scheme-relative")return Yu(t,Yu(e,Xc)).slice(Rd.length);if(r==="path-absolute")return gh(t);if(n==="path-absolute")return Yu(t,Yu(e,Xc)).slice(Xc.length);let s=Td(t+e),u=Yu(t,Yu(e,s));return Od(s,u)}Wu.join=U7;function H7(e,t){let r=j7(e,t);return typeof r=="string"?r:gh(t)}Wu.relative=H7;function j7(e,t){if(Jc(e)!==Jc(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:Od(s,u)}});var jA=Se(HA=>{var xd=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<u;s++)n.add(t[s],r);return n}size(){return this._set.size}add(t,r){let n=this.has(t),s=this._array.length;(!n||r)&&this._array.push(t),n||this._set.set(t,s)}has(t){return this._set.has(t)}indexOf(t){let r=this._set.get(t);if(r>=0)return r;throw new Error('"'+t+'" is not in the set.')}at(t){if(t>=0&&t<this._array.length)return this._array[t];throw new Error("No element indexed by "+t)}toArray(){return this._array.slice()}};HA.ArraySet=xd});var VA=Se(qA=>{var MA=mh();function M7(e,t){let r=e.generatedLine,n=t.generatedLine,s=e.generatedColumn,u=t.generatedColumn;return n>r||n==r&&u>=s||MA.compareByGeneratedPositionsInflated(e,t)<=0}var Nd=class{constructor(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}unsortedForEach(t,r){this._array.forEach(t,r)}add(t){M7(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))}toArray(){return this._sorted||(this._array.sort(MA.compareByGeneratedPositionsInflated),this._sorted=!0),this._array}};qA.MappingList=Nd});var kd=Se(KA=>{var Zc=OA(),$r=mh(),vh=jA().ArraySet,q7=VA().MappingList,Eh=class e{constructor(t){t||(t={}),this._file=$r.getArg(t,"file",null),this._sourceRoot=$r.getArg(t,"sourceRoot",null),this._skipValidation=$r.getArg(t,"skipValidation",!1),this._sources=new vh,this._names=new vh,this._mappings=new q7,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=$r.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=$r.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=$r.getArg(t,"generated"),n=$r.getArg(t,"original",null),s=$r.getArg(t,"source",null),u=$r.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=$r.relative(this._sourceRoot,n)),r!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[$r.toSetString(n)]=r):this._sourcesContents&&(delete this._sourcesContents[$r.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=$r.relative(u,s));let i=this._mappings.toArray().length>0?new vh:this._sources,o=new vh;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=$r.join(n,l.source)),u!=null&&(l.source=$r.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&&!o.has(d)&&o.add(d)},this),this._sources=i,this._names=o,t.sources.forEach(function(l){let h=t.sourceContentFor(l);h!=null&&(n!=null&&(l=$r.join(n,l)),u!=null&&(l=$r.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,o="",l,h,d,E,p=this._mappings.toArray();for(let f=0,w=p.length;f<w;f++){if(h=p[f],l="",h.generatedLine!==r)for(t=0;h.generatedLine!==r;)l+=";",r++;else if(f>0){if(!$r.compareByGeneratedPositionsInflated(h,p[f-1]))continue;l+=","}l+=Zc.encode(h.generatedColumn-t),t=h.generatedColumn,h.source!=null&&(E=this._sources.indexOf(h.source),l+=Zc.encode(E-i),i=E,l+=Zc.encode(h.originalLine-1-s),s=h.originalLine-1,l+=Zc.encode(h.originalColumn-n),n=h.originalColumn,h.name!=null&&(d=this._names.indexOf(h.name),l+=Zc.encode(d-u),u=d)),o+=l}return o}_generateSourcesContent(t,r){return t.map(function(n){if(!this._sourcesContents)return null;r!=null&&(n=$r.relative(r,n));let s=$r.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())}};Eh.prototype._version=3;KA.SourceMapGenerator=Eh});var zA=Se(GA=>{var V7=kd().SourceMapGenerator,Ah=mh(),K7=/(\r?\n)/,G7=10,zo="$$$isSourceNode$$$",Ld=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[zo]=!0,s!=null&&this.add(s)}static fromStringWithSourceMap(t,r,n){let s=new e,u=t.split(K7),i=0,o=function(){let f=v(),w=v()||"";return f+w;function v(){return i<u.length?u[i++]:void 0}},l=1,h=0,d=null,E;return r.eachMapping(function(f){if(d!==null)if(l<f.generatedLine)p(d,o()),l++,h=0;else{E=u[i]||"";let w=E.substr(0,f.generatedColumn-h);u[i]=E.substr(f.generatedColumn-h),h=f.generatedColumn,p(d,w),d=f;return}for(;l<f.generatedLine;)s.add(o()),l++;h<f.generatedColumn&&(E=u[i]||"",s.add(E.substr(0,f.generatedColumn)),u[i]=E.substr(f.generatedColumn),h=f.generatedColumn),d=f},this),i<u.length&&(d&&p(d,o()),s.add(u.splice(i).join(""))),r.sources.forEach(function(f){let w=r.sourceContentFor(f);w!=null&&(n!=null&&(f=Ah.join(n,f)),s.setSourceContent(f,w))}),s;function p(f,w){if(f===null||f.source===void 0)s.add(w);else{let v=n?Ah.join(n,f.source):f.source;s.add(new e(f.originalLine,f.originalColumn,v,w,f.name))}}}add(t){if(Array.isArray(t))t.forEach(function(r){this.add(r)},this);else if(t[zo]||typeof t=="string")t&&this.children.push(t);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+t);return this}prepend(t){if(Array.isArray(t))for(let r=t.length-1;r>=0;r--)this.prepend(t[r]);else if(t[zo]||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;n<s;n++)r=this.children[n],r[zo]?r.walk(t):r!==""&&t(r,{source:this.source,line:this.line,column:this.column,name:this.name})}join(t){let r,n,s=this.children.length;if(s>0){for(r=[],n=0;n<s-1;n++)r.push(this.children[n]),r.push(t);r.push(this.children[n]),this.children=r}return this}replaceRight(t,r){let n=this.children[this.children.length-1];return n[zo]?n.replaceRight(t,r):typeof n=="string"?this.children[this.children.length-1]=n.replace(t,r):this.children.push("".replace(t,r)),this}setSourceContent(t,r){this.sourceContents[Ah.toSetString(t)]=r}walkSourceContents(t){for(let n=0,s=this.children.length;n<s;n++)this.children[n][zo]&&this.children[n].walkSourceContents(t);let r=Object.keys(this.sourceContents);for(let n=0,s=r.length;n<s;n++)t(Ah.fromSetString(r[n]),this.sourceContents[r[n]])}toString(){let t="";return this.walk(function(r){t+=r}),t}toStringWithSourceMap(t){let r={code:"",line:1,column:0},n=new V7(t),s=!1,u=null,i=null,o=null,l=null;return this.walk(function(h,d){r.code+=h,d.source!==null&&d.line!==null&&d.column!==null?((u!==d.source||i!==d.line||o!==d.column||l!==d.name)&&n.addMapping({source:d.source,original:{line:d.line,column:d.column},generated:{line:r.line,column:r.column},name:d.name}),u=d.source,i=d.line,o=d.column,l=d.name,s=!0):s&&(n.addMapping({generated:{line:r.line,column:r.column}}),u=null,s=!1);for(let E=0,p=h.length;E<p;E++)h.charCodeAt(E)===G7?(r.line++,r.column=0,E+1===p?(u=null,s=!1):s&&n.addMapping({source:d.source,original:{line:d.line,column:d.column},generated:{line:r.line,column:r.column},name:d.name})):r.column++}),this.walkSourceContents(function(h,d){n.setSourceContent(h,d)}),{code:r.code,map:n}}};GA.SourceNode=Ld});var YA=Se(Ud=>{Ud.SourceMapGenerator=kd().SourceMapGenerator;Ud.SourceNode=zA().SourceNode});var ZA=Se((mN,JA)=>{"use strict";var z7=zu(),Nt=bd(),Y7=SA(),W7=Pd(),{stringEscape:Ai,regexpClassEscape:Hd}=_A(),{SourceNode:ki}=YA();function XA(e,t,r){let n=t.start.line,s=t.start.column-1,u=e.split(`
|
||
`);return u.length===1?new ki(n,s,t.source,e,r):new ki(null,null,t.source,u.map((i,o)=>new ki(n+o,o===0?s:0,t.source,o===u.length-1?i:[i,`
|
||
`],r)))}function WA(e,t,r,n,s){return r?new ki(null,null,r.source,[e,XA(t,r,s),new ki(r.end.line,r.end.column-1,r.source,n)]):new ki(null,null,null,[e,t,n])}function X7(e,t){function r(v){return v instanceof ki?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 o(v){return"peg$parse"+v}function l(){function v(S){return'"'+Ai(S)+'"'}function F(S){return"/^["+(S.inverted?"^":"")+S.value.map(I=>Array.isArray(I)?Hd(I[0])+"-"+Hd(I[1]):Hd(I)).join("")+"]/"+(S.ignoreCase?"i":"")}function A(S){switch(S.type){case"rule":return'peg$otherExpectation("'+Ai(S.value)+'")';case"literal":return'peg$literalExpectation("'+Ai(S.value)+'", '+S.ignoreCase+")";case"class":return"peg$classExpectation(["+S.value.map(_=>Array.isArray(_)?'["'+Ai(_[0])+'", "'+Ai(_[1])+'"]':'"'+Ai(_)+'"').join(", ")+"], "+S.inverted+", "+S.ignoreCase+")";case"any":return"peg$anyExpectation()";default:throw new Error("Unknown expectation type ("+JSON.stringify(S)+")")}}function C(S,I){return WA(`
|
||
var ${i(I)} = function(${S.params.join(", ")}) {`,S.body,S.location,"};")}return new ki(null,null,t.grammarSource,[e.literals.map((S,I)=>" var "+n(I)+" = "+v(S)+";").concat("",e.classes.map((S,I)=>" var "+s(I)+" = "+F(S)+";")).concat("",e.expectations.map((S,I)=>" var "+u(I)+" = "+A(S)+";")).concat("").join(`
|
||
`),e.functions.map(C)])}function h(v,F){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+" + "+F+";","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,F){let A=[];return t.cache&&A.push("","peg$resultsCache[key] = { nextPos: peg$currPos, result: "+F+" };"),t.trace&&A.push("","if ("+F+" !== peg$FAILED) {"," peg$tracer.trace({",' type: "rule.match",'," rule: "+v+","," result: "+F+","," location: peg$computeLocation(startPos, peg$currPos)"," });","} else {"," peg$tracer.trace({",' type: "rule.fail",'," rule: "+v+","," location: peg$computeLocation(startPos, startPos)"," });","}"),A.push("","return "+F+";"),A}function E(v){let F=[],A=new Y7(v.name,"s","var");function C(I){let _=0,j=I.length,M=[],b;function P(G,Y){let K=Y+3,z=I[_+K-2],X=I[_+K-1],se,ye;A.checkedIf(_,()=>{_+=K,se=C(I.slice(_,_+z)),_+=z},X>0?()=>{ye=C(I.slice(_,_+X)),_+=X}:null),M.push("if ("+G+") {"),M.push(...se.map(r)),X>0&&(M.push("} else {"),M.push(...ye.map(r))),M.push("}")}function k(G){let K=I[_+2-1],z;A.checkedLoop(_,()=>{_+=2,z=C(I.slice(_,_+K)),_+=K}),M.push("while ("+G+") {"),M.push(...z.map(r)),M.push("}")}function H(){let Y=I[_+4-1],K=i(I[_+1])+"("+I.slice(_+4,_+4+Y).map(z=>A.index(z)).join(", ")+")";A.pop(I[_+2]),M.push(A.push(K)),_+=4+Y}for(;_<j;)switch(I[_]){case Nt.PUSH_EMPTY_STRING:M.push(A.push("''")),_++;break;case Nt.PUSH_CURR_POS:M.push(A.push("peg$currPos")),_++;break;case Nt.PUSH_UNDEFINED:M.push(A.push("undefined")),_++;break;case Nt.PUSH_NULL:M.push(A.push("null")),_++;break;case Nt.PUSH_FAILED:M.push(A.push("peg$FAILED")),_++;break;case Nt.PUSH_EMPTY_ARRAY:M.push(A.push("[]")),_++;break;case Nt.POP:A.pop(),_++;break;case Nt.POP_CURR_POS:M.push("peg$currPos = "+A.pop()+";"),_++;break;case Nt.POP_N:A.pop(I[_+1]),_+=2;break;case Nt.NIP:b=A.pop(),A.pop(),M.push(A.push(b)),_++;break;case Nt.APPEND:b=A.pop(),M.push(A.top()+".push("+b+");"),_++;break;case Nt.WRAP:M.push(A.push("["+A.pop(I[_+1]).join(", ")+"]")),_+=2;break;case Nt.TEXT:M.push(A.push("input.substring("+A.pop()+", peg$currPos)")),_++;break;case Nt.PLUCK:{let Y=I[_+3-1],K=3+Y;b=I.slice(_+3,_+K),b=Y===1?A.index(b[0]):`[ ${b.map(z=>A.index(z)).join(", ")} ]`,A.pop(I[_+1]),M.push(A.push(b)),_+=K;break}case Nt.IF:P(A.top(),0);break;case Nt.IF_ERROR:P(A.top()+" === peg$FAILED",0);break;case Nt.IF_NOT_ERROR:P(A.top()+" !== peg$FAILED",0);break;case Nt.WHILE_NOT_ERROR:k(A.top()+" !== peg$FAILED");break;case Nt.MATCH_ANY:P("input.length > peg$currPos",0);break;case Nt.MATCH_STRING:P(e.literals[I[_+1]].length>1?"input.substr(peg$currPos, "+e.literals[I[_+1]].length+") === "+n(I[_+1]):"input.charCodeAt(peg$currPos) === "+e.literals[I[_+1]].charCodeAt(0),1);break;case Nt.MATCH_STRING_IC:P("input.substr(peg$currPos, "+e.literals[I[_+1]].length+").toLowerCase() === "+n(I[_+1]),1);break;case Nt.MATCH_CHAR_CLASS:P(s(I[_+1])+".test(input.charAt(peg$currPos))",1);break;case Nt.ACCEPT_N:M.push(A.push(I[_+1]>1?"input.substr(peg$currPos, "+I[_+1]+")":"input.charAt(peg$currPos)")),M.push(I[_+1]>1?"peg$currPos += "+I[_+1]+";":"peg$currPos++;"),_+=2;break;case Nt.ACCEPT_STRING:M.push(A.push(n(I[_+1]))),M.push(e.literals[I[_+1]].length>1?"peg$currPos += "+e.literals[I[_+1]].length+";":"peg$currPos++;"),_+=2;break;case Nt.FAIL:M.push(A.push("peg$FAILED")),M.push("if (peg$silentFails === 0) { peg$fail("+u(I[_+1])+"); }"),_+=2;break;case Nt.LOAD_SAVED_POS:M.push("peg$savedPos = "+A.index(I[_+1])+";"),_+=2;break;case Nt.UPDATE_SAVED_POS:M.push("peg$savedPos = peg$currPos;"),_++;break;case Nt.CALL:H();break;case Nt.RULE:M.push(A.push(o(e.rules[I[_+1]].name)+"()")),_+=2;break;case Nt.SILENT_FAILS_ON:M.push("peg$silentFails++;"),_++;break;case Nt.SILENT_FAILS_OFF:M.push("peg$silentFails--;"),_++;break;default:throw new Error("Invalid opcode: "+I[_]+".")}return M}let S=C(v.bytecode);return F.push(WA(" function ",o(v.name),v.nameLocation,`() {
|
||
`,v.name)),t.trace&&F.push(" var startPos = peg$currPos;"),F.push(r(A.defines())),F.push(...h('"'+Ai(v.name)+'"',z7.indexOfRule(e,v.name)).map(r)),F.push(...S.map(r)),F.push(...d('"'+Ai(v.name)+'"',A.result()).map(r)),F.push("}"),F}function p(v){return v.codeLocation?XA(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 F="{ "+t.allowedStartRules.map(C=>C+": "+o(C)).join(", ")+" }",A=o(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 = "+F+";"," 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 ki(null,null,t.grammarSource,v.map(C=>C instanceof ki?C:C+`
|
||
`))}function w(v){function F(){return[`// Generated by Peggy ${W7}.`,"//","// 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 S={bare(){return[...F(),"(function() {",' "use strict";',"",v,"",r("return "+A()+";"),"})()"]},commonjs(){let I=Object.keys(t.dependencies),_=F();return _.push("",'"use strict";',""),I.length>0&&(I.forEach(j=>{_.push("var "+j+' = require("'+Ai(t.dependencies[j])+'");')}),_.push("")),_.push(v,"","module.exports = "+A()+";"),_},es(){let I=Object.keys(t.dependencies),_=F();return _.push(""),I.length>0&&(I.forEach(j=>{_.push("import "+j+' from "'+Ai(t.dependencies[j])+'";')}),_.push("")),_.push(v,"","export {"," peg$SyntaxError as SyntaxError,",t.trace?" peg$DefaultTracer as DefaultTracer,":""," peg$parse as parse","};"),_},amd(){let I=Object.keys(t.dependencies),j="["+I.map(b=>t.dependencies[b]).map(b=>'"'+Ai(b)+'"').join(", ")+"]",M=I.join(", ");return[...F(),"define("+j+", function("+M+") {",' "use strict";',"",v,"",r("return "+A()+";"),"});"]},globals(){return[...F(),"(function(root) {",' "use strict";',"",v,"",r("root."+t.exportVar+" = "+A()+";"),"})(this);"]},umd(){let I=Object.keys(t.dependencies),_=I.map(k=>t.dependencies[k]),j="["+_.map(k=>'"'+Ai(k)+'"').join(", ")+"]",M=_.map(k=>'require("'+Ai(k)+'")').join(", "),b=I.join(", "),P=F();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("+M+");"),t.exportVar!==null&&P.push(" } else {"," root."+t.exportVar+" = factory();"),P.push(" }","})(this, function("+b+") {",' "use strict";',"",v,"",r("return "+A()+";"),"});"),P}}[t.format]();return new ki(null,null,t.grammarSource,S.map(I=>I instanceof ki?I:I+`
|
||
`))}e.code=w(f())}JA.exports=X7});var ew=Se((vN,QA)=>{"use strict";var J7=zu(),Z7=Ni();function Q7(e,t,r){function n(i){return i.type==="rule"&&i.expression.type==="rule_ref"}function s(i,o,l){Z7.build({rule_ref(d){d.name===o&&(d.name=l,r.info(`Proxy rule "${o}" replaced by the rule "${l}"`,d.location,[{message:"This rule will be used",location:J7.findRule(i,l).nameLocation}]))}})(i)}let u=[];e.rules.forEach((i,o)=>{n(i)&&(s(e,i.name,i.expression.name),t.allowedStartRules.indexOf(i.name)===-1&&u.push(o))}),u.reverse(),u.forEach(i=>{e.rules.splice(i,1)})}QA.exports=Q7});var rw=Se((EN,tw)=>{"use strict";var e$=Ni();function t$(e,t,r){function n(i){let o={};return Object.keys(i).forEach(l=>{o[l]=i[l]}),o}function s(i,o){u(i.expression,n(o))}let u=e$.build({rule(i){u(i.expression,{})},choice(i,o){i.alternatives.forEach(l=>{u(l,n(o))})},action:s,labeled(i,o){let l=i.label;l&&Object.prototype.hasOwnProperty.call(o,l)&&r.error(`Label "${i.label}" is already defined`,i.labelLocation,[{message:"Original label location",location:o[l]}]),u(i.expression,o),o[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)}tw.exports=t$});var iw=Se((AN,nw)=>{"use strict";var r$=Ni();function n$(e,t,r){let n={};r$.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)}nw.exports=n$});var aw=Se((wN,uw)=>{"use strict";var sw=zu(),i$=Ni();function s$(e,t,r){let n=[],s=[],u=i$.build({rule(i){n.push(i.name),u(i.expression),n.pop()},sequence(i){i.elements.every(o=>(u(o),!sw.alwaysConsumesOnSuccess(e,o)))},rule_ref(i){s.push(i);let o=sw.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(" -> ")+")",o.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}o&&u(o),s.pop()}});u(e)}uw.exports=s$});var lw=Se((CN,cw)=>{"use strict";var ow=zu(),u$=Ni();function a$(e,t,r){u$.build({zero_or_more(s){ow.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){ow.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)}cw.exports=a$});var hw=Se((FN,fw)=>{"use strict";var o$=zu(),c$=Ni();function l$(e,t,r){c$.build({rule_ref(s){o$.findRule(e,s.name)||r.error(`Rule "${s.name}" is not defined`,s.location)}})(e)}fw.exports=l$});var dw=Se((DN,pw)=>{"use strict";var f$=Ni();function h$(e,t,r){let n=f$.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)}pw.exports=h$});var mw=Se((yN,gw)=>{"use strict";var p$=hh(),jd=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(){}},Md=class{constructor(t){this._callbacks=new jd(t),this._firstError=null,this.errors=0,this.problems=[],this.stage=null}error(...t){++this.errors,this._firstError===null&&(this._firstError=new p$(...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}};gw.exports=Md});var vw=Se((exports,module)=>{"use strict";var generateBytecode=DA(),generateJS=ZA(),inferenceMatchResult=_d(),removeProxyRules=ew(),reportDuplicateLabels=rw(),reportDuplicateRules=iw(),reportInfiniteRecursion=aw(),reportInfiniteRepetition=lw(),reportUndefinedRules=hw(),reportIncorrectPlucking=dw(),Session=mw(),visitor=Ni();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 Aw=Se((SN,Ew)=>{"use strict";var d$={$:"text","&":"simple_and","!":"simple_not"},g$={"?":"optional","*":"zero_or_more","+":"one_or_more"},m$={"&":"semantic_and","!":"semantic_not"};function v$(e,t){function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r}function Xu(e,t,r,n){var s=Error.call(this,e);return Object.setPrototypeOf&&Object.setPrototypeOf(s,Xu.prototype),s.expected=t,s.found=r,s.location=n,s.name="SyntaxError",s}v$(Xu,Error);function qd(e,t,r){return r=r||" ",e.length>t?e:(t-=e.length,r+=r.repeat(t),e+r.slice(0,t))}Xu.prototype.format=function(e){var t="Error: "+this.message;if(this.location){var r=null,n;for(n=0;n<e.length;n++)if(e[n].source===this.location.source){r=e[n].text.split(/\r\n|\n|\r/g);break}var s=this.location.start,u=this.location.source+":"+s.line+":"+s.column;if(r){var i=this.location.end,o=qd("",s.line.toString().length," "),l=r[s.line-1],h=s.line===i.line?i.column:l.length+1,d=h-s.column||1;t+=`
|
||
--> `+u+`
|
||
`+o+` |
|
||
`+s.line+" | "+l+`
|
||
`+o+" | "+qd("",s.column-1," ")+qd("",d,"^")}else t+=`
|
||
at `+u}return t};Xu.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 o(h){var d=h.map(i),E,p;if(d.sort(),d.length>0){for(E=1,p=1;E<d.length;E++)d[E-1]!==d[E]&&(d[p]=d[E],p++);d.length=p}switch(d.length){case 1:return d[0];case 2:return d[0]+" or "+d[1];default:return d.slice(0,-1).join(", ")+", or "+d[d.length-1]}}function l(h){return h?'"'+s(h)+'"':"end of input"}return"Expected "+o(e)+" but "+l(t)+" found."};function E$(e,t){t=t!==void 0?t:{};var r={},n=t.grammarSource,s={Grammar:Va},u=Va,i="{",o="}",l="=",h="/",d="@",E=":",p="$",f="&",w="!",v="?",F="*",A="+",C="(",S=")",I=" ",_="\v",j="\f",M=" ",b="\xA0",P="\uFEFF",k=`
|
||
`,H=`\r
|
||
`,G="\r",Y="\u2028",K="\u2029",z="/*",X="*/",se="//",ye="_",Fe="\\",Pe="\u200C",Je="\u200D",ce="i",Be='"',Ve="'",Dr="[",jt="^",Ct="]",cr="-",Qt="0",pt="b",Mt="f",st="n",Ye="r",er="t",qe="v",Pt="x",Kr="u",Wt=".",qt=";",mt=/^[\n\r\u2028\u2029]/,yr=/^[0-9]/,ei=/^[0-9a-f]/i,Gr=/^[{}]/,yt=/^[a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137-\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148-\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C-\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA-\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9-\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC-\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF-\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F-\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0-\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB-\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE-\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0561-\u0587\u13F8-\u13FD\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6-\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FC7\u1FD0-\u1FD3\u1FD6-\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6-\u1FF7\u210A\u210E-\u210F\u2113\u212F\u2134\u2139\u213C-\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5E\u2C61\u2C65-\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73-\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3-\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7B5\uA7B7\uA7FA\uAB30-\uAB5A\uAB60-\uAB65\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A]/,je=/^[\u02B0-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0374\u037A\u0559\u0640\u06E5-\u06E6\u07F4-\u07F5\u07FA\u081A\u0824\u0828\u0971\u0E46\u0EC6\u10FC\u17D7\u1843\u1AA7\u1C78-\u1C7D\u1D2C-\u1D6A\u1D78\u1D9B-\u1DBF\u2071\u207F\u2090-\u209C\u2C7C-\u2C7D\u2D6F\u2E2F\u3005\u3031-\u3035\u303B\u309D-\u309E\u30FC-\u30FE\uA015\uA4F8-\uA4FD\uA60C\uA67F\uA69C-\uA69D\uA717-\uA71F\uA770\uA788\uA7F8-\uA7F9\uA9CF\uA9E6\uAA70\uAADD\uAAF3-\uAAF4\uAB5C-\uAB5F\uFF70\uFF9E-\uFF9F]/,_e=/^[\xAA\xBA\u01BB\u01C0-\u01C3\u0294\u05D0-\u05EA\u05F0-\u05F2\u0620-\u063F\u0641-\u064A\u066E-\u066F\u0671-\u06D3\u06D5\u06EE-\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u0800-\u0815\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0972-\u0980\u0985-\u098C\u098F-\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC-\u09DD\u09DF-\u09E1\u09F0-\u09F1\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\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0-\u0CE1\u0CF1-\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32-\u0E33\u0E40-\u0E45\u0E81-\u0E82\u0E84\u0E87-\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA-\u0EAB\u0EAD-\u0EB0\u0EB2-\u0EB3\u0EBD\u0EC0-\u0EC4\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065-\u1066\u106E-\u1070\u1075-\u1081\u108E\u10D0-\u10FA\u10FD-\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\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17DC\u1820-\u1842\u1844-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE-\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C77\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5-\u1CF6\u2135-\u2138\u2D30-\u2D67\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3006\u303C\u3041-\u3096\u309F\u30A1-\u30FA\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA014\uA016-\uA48C\uA4D0-\uA4F7\uA500-\uA60B\uA610-\uA61F\uA62A-\uA62B\uA66E\uA6A0-\uA6E5\uA78F\uA7F7\uA7FB-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9E0-\uA9E4\uA9E7-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA6F\uAA71-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5-\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADC\uAAE0-\uAAEA\uAAF2\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\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\uFF66-\uFF6F\uFF71-\uFF9D\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,lr=/^[\u01C5\u01C8\u01CB\u01F2\u1F88-\u1F8F\u1F98-\u1F9F\u1FA8-\u1FAF\u1FBC\u1FCC\u1FFC]/,zr=/^[A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178-\u0179\u017B\u017D\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018B\u018E-\u0191\u0193-\u0194\u0196-\u0198\u019C-\u019D\u019F-\u01A0\u01A2\u01A4\u01A6-\u01A7\u01A9\u01AC\u01AE-\u01AF\u01B1-\u01B3\u01B5\u01B7-\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A-\u023B\u023D-\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E-\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9-\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0-\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E-\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D-\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AD\uA7B0-\uA7B4\uA7B6\uFF21-\uFF3A]/,ut=/^[\u0903\u093B\u093E-\u0940\u0949-\u094C\u094E-\u094F\u0982-\u0983\u09BE-\u09C0\u09C7-\u09C8\u09CB-\u09CC\u09D7\u0A03\u0A3E-\u0A40\u0A83\u0ABE-\u0AC0\u0AC9\u0ACB-\u0ACC\u0B02-\u0B03\u0B3E\u0B40\u0B47-\u0B48\u0B4B-\u0B4C\u0B57\u0BBE-\u0BBF\u0BC1-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD7\u0C01-\u0C03\u0C41-\u0C44\u0C82-\u0C83\u0CBE\u0CC0-\u0CC4\u0CC7-\u0CC8\u0CCA-\u0CCB\u0CD5-\u0CD6\u0D02-\u0D03\u0D3E-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D57\u0D82-\u0D83\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DF2-\u0DF3\u0F3E-\u0F3F\u0F7F\u102B-\u102C\u1031\u1038\u103B-\u103C\u1056-\u1057\u1062-\u1064\u1067-\u106D\u1083-\u1084\u1087-\u108C\u108F\u109A-\u109C\u17B6\u17BE-\u17C5\u17C7-\u17C8\u1923-\u1926\u1929-\u192B\u1930-\u1931\u1933-\u1938\u1A19-\u1A1A\u1A55\u1A57\u1A61\u1A63-\u1A64\u1A6D-\u1A72\u1B04\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B44\u1B82\u1BA1\u1BA6-\u1BA7\u1BAA\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2-\u1BF3\u1C24-\u1C2B\u1C34-\u1C35\u1CE1\u1CF2-\u1CF3\u302E-\u302F\uA823-\uA824\uA827\uA880-\uA881\uA8B4-\uA8C3\uA952-\uA953\uA983\uA9B4-\uA9B5\uA9BA-\uA9BB\uA9BD-\uA9C0\uAA2F-\uAA30\uAA33-\uAA34\uAA4D\uAA7B\uAA7D\uAAEB\uAAEE-\uAAEF\uAAF5\uABE3-\uABE4\uABE6-\uABE7\uABE9-\uABEA\uABEC]/,Ts=/^[\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7-\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962-\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2-\u09E3\u0A01-\u0A02\u0A3C\u0A41-\u0A42\u0A47-\u0A48\u0A4B-\u0A4D\u0A51\u0A70-\u0A71\u0A75\u0A81-\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7-\u0AC8\u0ACD\u0AE2-\u0AE3\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62-\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55-\u0C56\u0C62-\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC-\u0CCD\u0CE2-\u0CE3\u0D01\u0D41-\u0D44\u0D4D\u0D62-\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB-\u0EBC\u0EC8-\u0ECD\u0F18-\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86-\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039-\u103A\u103D-\u103E\u1058-\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085-\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17B4-\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u18A9\u1920-\u1922\u1927-\u1928\u1932\u1939-\u193B\u1A17-\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABD\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80-\u1B81\u1BA2-\u1BA5\u1BA8-\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8-\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8-\u1CF9\u1DC0-\u1DF5\u1DFC-\u1DFF\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099-\u309A\uA66F\uA674-\uA67D\uA69E-\uA69F\uA6F0-\uA6F1\uA802\uA806\uA80B\uA825-\uA826\uA8C4\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31-\uAA32\uAA35-\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7-\uAAB8\uAABE-\uAABF\uAAC1\uAAEC-\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/,Yr=/^[0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19]/,ge=/^[\u16EE-\u16F0\u2160-\u2182\u2185-\u2188\u3007\u3021-\u3029\u3038-\u303A\uA6E6-\uA6EF]/,Zi=/^[_\u203F-\u2040\u2054\uFE33-\uFE34\uFE4D-\uFE4F\uFF3F]/,It=/^[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Nr=We("{",!1),Li=We("}",!1),Fu=We("=",!1),Qi=We("/",!1),Du=We("@",!1),es=We(":",!1),Ui=We("$",!1),Rt=We("&",!1),Tn=We("!",!1),yu=We("?",!1),Su=We("*",!1),bu=We("+",!1),ts=We("(",!1),Ju=We(")",!1),rs=Bu(),Zu=Di("whitespace"),Os=We(" ",!1),re=We("\v",!1),fe=We("\f",!1),He=We(" ",!1),Ne=We("\xA0",!1),ze=We("\uFEFF",!1),at=_r([`
|
||
`,"\r","\u2028","\u2029"],!1,!1),ft=Di("end of line"),Er=We(`
|
||
`,!1),kt=We(`\r
|
||
`,!1),On=We("\r",!1),Ci=We("\u2028",!1),Wr=We("\u2029",!1),an=Di("comment"),fr=We("/*",!1),Xr=We("*/",!1),Pr=We("//",!1),Qu=Di("identifier"),ns=We("_",!1),An=We("\\",!1),$t=We("\u200C",!1),hr=We("\u200D",!1),rt=Di("literal"),tr=We("i",!1),kr=Di("string"),rr=We('"',!1),Lt=We("'",!1),wn=Di("character class"),xn=We("[",!1),Nn=We("^",!1),Cn=We("]",!1),Sr=We("-",!1),ir=We("0",!1),Xo=We("b",!1),ea=We("f",!1),Lr=We("n",!1),ta=We("r",!1),ja=We("t",!1),Ma=We("v",!1),ra=We("x",!1),is=We("u",!1),na=_r([["0","9"]],!1,!1),qa=_r([["0","9"],["a","f"]],!1,!0),ia=We(".",!1),sa=Di("code block"),Fn=_r(["{","}"],!1,!1),R=_r([["a","z"],"\xB5",["\xDF","\xF6"],["\xF8","\xFF"],"\u0101","\u0103","\u0105","\u0107","\u0109","\u010B","\u010D","\u010F","\u0111","\u0113","\u0115","\u0117","\u0119","\u011B","\u011D","\u011F","\u0121","\u0123","\u0125","\u0127","\u0129","\u012B","\u012D","\u012F","\u0131","\u0133","\u0135",["\u0137","\u0138"],"\u013A","\u013C","\u013E","\u0140","\u0142","\u0144","\u0146",["\u0148","\u0149"],"\u014B","\u014D","\u014F","\u0151","\u0153","\u0155","\u0157","\u0159","\u015B","\u015D","\u015F","\u0161","\u0163","\u0165","\u0167","\u0169","\u016B","\u016D","\u016F","\u0171","\u0173","\u0175","\u0177","\u017A","\u017C",["\u017E","\u0180"],"\u0183","\u0185","\u0188",["\u018C","\u018D"],"\u0192","\u0195",["\u0199","\u019B"],"\u019E","\u01A1","\u01A3","\u01A5","\u01A8",["\u01AA","\u01AB"],"\u01AD","\u01B0","\u01B4","\u01B6",["\u01B9","\u01BA"],["\u01BD","\u01BF"],"\u01C6","\u01C9","\u01CC","\u01CE","\u01D0","\u01D2","\u01D4","\u01D6","\u01D8","\u01DA",["\u01DC","\u01DD"],"\u01DF","\u01E1","\u01E3","\u01E5","\u01E7","\u01E9","\u01EB","\u01ED",["\u01EF","\u01F0"],"\u01F3","\u01F5","\u01F9","\u01FB","\u01FD","\u01FF","\u0201","\u0203","\u0205","\u0207","\u0209","\u020B","\u020D","\u020F","\u0211","\u0213","\u0215","\u0217","\u0219","\u021B","\u021D","\u021F","\u0221","\u0223","\u0225","\u0227","\u0229","\u022B","\u022D","\u022F","\u0231",["\u0233","\u0239"],"\u023C",["\u023F","\u0240"],"\u0242","\u0247","\u0249","\u024B","\u024D",["\u024F","\u0293"],["\u0295","\u02AF"],"\u0371","\u0373","\u0377",["\u037B","\u037D"],"\u0390",["\u03AC","\u03CE"],["\u03D0","\u03D1"],["\u03D5","\u03D7"],"\u03D9","\u03DB","\u03DD","\u03DF","\u03E1","\u03E3","\u03E5","\u03E7","\u03E9","\u03EB","\u03ED",["\u03EF","\u03F3"],"\u03F5","\u03F8",["\u03FB","\u03FC"],["\u0430","\u045F"],"\u0461","\u0463","\u0465","\u0467","\u0469","\u046B","\u046D","\u046F","\u0471","\u0473","\u0475","\u0477","\u0479","\u047B","\u047D","\u047F","\u0481","\u048B","\u048D","\u048F","\u0491","\u0493","\u0495","\u0497","\u0499","\u049B","\u049D","\u049F","\u04A1","\u04A3","\u04A5","\u04A7","\u04A9","\u04AB","\u04AD","\u04AF","\u04B1","\u04B3","\u04B5","\u04B7","\u04B9","\u04BB","\u04BD","\u04BF","\u04C2","\u04C4","\u04C6","\u04C8","\u04CA","\u04CC",["\u04CE","\u04CF"],"\u04D1","\u04D3","\u04D5","\u04D7","\u04D9","\u04DB","\u04DD","\u04DF","\u04E1","\u04E3","\u04E5","\u04E7","\u04E9","\u04EB","\u04ED","\u04EF","\u04F1","\u04F3","\u04F5","\u04F7","\u04F9","\u04FB","\u04FD","\u04FF","\u0501","\u0503","\u0505","\u0507","\u0509","\u050B","\u050D","\u050F","\u0511","\u0513","\u0515","\u0517","\u0519","\u051B","\u051D","\u051F","\u0521","\u0523","\u0525","\u0527","\u0529","\u052B","\u052D","\u052F",["\u0561","\u0587"],["\u13F8","\u13FD"],["\u1D00","\u1D2B"],["\u1D6B","\u1D77"],["\u1D79","\u1D9A"],"\u1E01","\u1E03","\u1E05","\u1E07","\u1E09","\u1E0B","\u1E0D","\u1E0F","\u1E11","\u1E13","\u1E15","\u1E17","\u1E19","\u1E1B","\u1E1D","\u1E1F","\u1E21","\u1E23","\u1E25","\u1E27","\u1E29","\u1E2B","\u1E2D","\u1E2F","\u1E31","\u1E33","\u1E35","\u1E37","\u1E39","\u1E3B","\u1E3D","\u1E3F","\u1E41","\u1E43","\u1E45","\u1E47","\u1E49","\u1E4B","\u1E4D","\u1E4F","\u1E51","\u1E53","\u1E55","\u1E57","\u1E59","\u1E5B","\u1E5D","\u1E5F","\u1E61","\u1E63","\u1E65","\u1E67","\u1E69","\u1E6B","\u1E6D","\u1E6F","\u1E71","\u1E73","\u1E75","\u1E77","\u1E79","\u1E7B","\u1E7D","\u1E7F","\u1E81","\u1E83","\u1E85","\u1E87","\u1E89","\u1E8B","\u1E8D","\u1E8F","\u1E91","\u1E93",["\u1E95","\u1E9D"],"\u1E9F","\u1EA1","\u1EA3","\u1EA5","\u1EA7","\u1EA9","\u1EAB","\u1EAD","\u1EAF","\u1EB1","\u1EB3","\u1EB5","\u1EB7","\u1EB9","\u1EBB","\u1EBD","\u1EBF","\u1EC1","\u1EC3","\u1EC5","\u1EC7","\u1EC9","\u1ECB","\u1ECD","\u1ECF","\u1ED1","\u1ED3","\u1ED5","\u1ED7","\u1ED9","\u1EDB","\u1EDD","\u1EDF","\u1EE1","\u1EE3","\u1EE5","\u1EE7","\u1EE9","\u1EEB","\u1EED","\u1EEF","\u1EF1","\u1EF3","\u1EF5","\u1EF7","\u1EF9","\u1EFB","\u1EFD",["\u1EFF","\u1F07"],["\u1F10","\u1F15"],["\u1F20","\u1F27"],["\u1F30","\u1F37"],["\u1F40","\u1F45"],["\u1F50","\u1F57"],["\u1F60","\u1F67"],["\u1F70","\u1F7D"],["\u1F80","\u1F87"],["\u1F90","\u1F97"],["\u1FA0","\u1FA7"],["\u1FB0","\u1FB4"],["\u1FB6","\u1FB7"],"\u1FBE",["\u1FC2","\u1FC4"],["\u1FC6","\u1FC7"],["\u1FD0","\u1FD3"],["\u1FD6","\u1FD7"],["\u1FE0","\u1FE7"],["\u1FF2","\u1FF4"],["\u1FF6","\u1FF7"],"\u210A",["\u210E","\u210F"],"\u2113","\u212F","\u2134","\u2139",["\u213C","\u213D"],["\u2146","\u2149"],"\u214E","\u2184",["\u2C30","\u2C5E"],"\u2C61",["\u2C65","\u2C66"],"\u2C68","\u2C6A","\u2C6C","\u2C71",["\u2C73","\u2C74"],["\u2C76","\u2C7B"],"\u2C81","\u2C83","\u2C85","\u2C87","\u2C89","\u2C8B","\u2C8D","\u2C8F","\u2C91","\u2C93","\u2C95","\u2C97","\u2C99","\u2C9B","\u2C9D","\u2C9F","\u2CA1","\u2CA3","\u2CA5","\u2CA7","\u2CA9","\u2CAB","\u2CAD","\u2CAF","\u2CB1","\u2CB3","\u2CB5","\u2CB7","\u2CB9","\u2CBB","\u2CBD","\u2CBF","\u2CC1","\u2CC3","\u2CC5","\u2CC7","\u2CC9","\u2CCB","\u2CCD","\u2CCF","\u2CD1","\u2CD3","\u2CD5","\u2CD7","\u2CD9","\u2CDB","\u2CDD","\u2CDF","\u2CE1",["\u2CE3","\u2CE4"],"\u2CEC","\u2CEE","\u2CF3",["\u2D00","\u2D25"],"\u2D27","\u2D2D","\uA641","\uA643","\uA645","\uA647","\uA649","\uA64B","\uA64D","\uA64F","\uA651","\uA653","\uA655","\uA657","\uA659","\uA65B","\uA65D","\uA65F","\uA661","\uA663","\uA665","\uA667","\uA669","\uA66B","\uA66D","\uA681","\uA683","\uA685","\uA687","\uA689","\uA68B","\uA68D","\uA68F","\uA691","\uA693","\uA695","\uA697","\uA699","\uA69B","\uA723","\uA725","\uA727","\uA729","\uA72B","\uA72D",["\uA72F","\uA731"],"\uA733","\uA735","\uA737","\uA739","\uA73B","\uA73D","\uA73F","\uA741","\uA743","\uA745","\uA747","\uA749","\uA74B","\uA74D","\uA74F","\uA751","\uA753","\uA755","\uA757","\uA759","\uA75B","\uA75D","\uA75F","\uA761","\uA763","\uA765","\uA767","\uA769","\uA76B","\uA76D","\uA76F",["\uA771","\uA778"],"\uA77A","\uA77C","\uA77F","\uA781","\uA783","\uA785","\uA787","\uA78C","\uA78E","\uA791",["\uA793","\uA795"],"\uA797","\uA799","\uA79B","\uA79D","\uA79F","\uA7A1","\uA7A3","\uA7A5","\uA7A7","\uA7A9","\uA7B5","\uA7B7","\uA7FA",["\uAB30","\uAB5A"],["\uAB60","\uAB65"],["\uAB70","\uABBF"],["\uFB00","\uFB06"],["\uFB13","\uFB17"],["\uFF41","\uFF5A"]],!1,!1),O=_r([["\u02B0","\u02C1"],["\u02C6","\u02D1"],["\u02E0","\u02E4"],"\u02EC","\u02EE","\u0374","\u037A","\u0559","\u0640",["\u06E5","\u06E6"],["\u07F4","\u07F5"],"\u07FA","\u081A","\u0824","\u0828","\u0971","\u0E46","\u0EC6","\u10FC","\u17D7","\u1843","\u1AA7",["\u1C78","\u1C7D"],["\u1D2C","\u1D6A"],"\u1D78",["\u1D9B","\u1DBF"],"\u2071","\u207F",["\u2090","\u209C"],["\u2C7C","\u2C7D"],"\u2D6F","\u2E2F","\u3005",["\u3031","\u3035"],"\u303B",["\u309D","\u309E"],["\u30FC","\u30FE"],"\uA015",["\uA4F8","\uA4FD"],"\uA60C","\uA67F",["\uA69C","\uA69D"],["\uA717","\uA71F"],"\uA770","\uA788",["\uA7F8","\uA7F9"],"\uA9CF","\uA9E6","\uAA70","\uAADD",["\uAAF3","\uAAF4"],["\uAB5C","\uAB5F"],"\uFF70",["\uFF9E","\uFF9F"]],!1,!1),U=_r(["\xAA","\xBA","\u01BB",["\u01C0","\u01C3"],"\u0294",["\u05D0","\u05EA"],["\u05F0","\u05F2"],["\u0620","\u063F"],["\u0641","\u064A"],["\u066E","\u066F"],["\u0671","\u06D3"],"\u06D5",["\u06EE","\u06EF"],["\u06FA","\u06FC"],"\u06FF","\u0710",["\u0712","\u072F"],["\u074D","\u07A5"],"\u07B1",["\u07CA","\u07EA"],["\u0800","\u0815"],["\u0840","\u0858"],["\u08A0","\u08B4"],["\u0904","\u0939"],"\u093D","\u0950",["\u0958","\u0961"],["\u0972","\u0980"],["\u0985","\u098C"],["\u098F","\u0990"],["\u0993","\u09A8"],["\u09AA","\u09B0"],"\u09B2",["\u09B6","\u09B9"],"\u09BD","\u09CE",["\u09DC","\u09DD"],["\u09DF","\u09E1"],["\u09F0","\u09F1"],["\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"],["\u0C85","\u0C8C"],["\u0C8E","\u0C90"],["\u0C92","\u0CA8"],["\u0CAA","\u0CB3"],["\u0CB5","\u0CB9"],"\u0CBD","\u0CDE",["\u0CE0","\u0CE1"],["\u0CF1","\u0CF2"],["\u0D05","\u0D0C"],["\u0D0E","\u0D10"],["\u0D12","\u0D3A"],"\u0D3D","\u0D4E",["\u0D5F","\u0D61"],["\u0D7A","\u0D7F"],["\u0D85","\u0D96"],["\u0D9A","\u0DB1"],["\u0DB3","\u0DBB"],"\u0DBD",["\u0DC0","\u0DC6"],["\u0E01","\u0E30"],["\u0E32","\u0E33"],["\u0E40","\u0E45"],["\u0E81","\u0E82"],"\u0E84",["\u0E87","\u0E88"],"\u0E8A","\u0E8D",["\u0E94","\u0E97"],["\u0E99","\u0E9F"],["\u0EA1","\u0EA3"],"\u0EA5","\u0EA7",["\u0EAA","\u0EAB"],["\u0EAD","\u0EB0"],["\u0EB2","\u0EB3"],"\u0EBD",["\u0EC0","\u0EC4"],["\u0EDC","\u0EDF"],"\u0F00",["\u0F40","\u0F47"],["\u0F49","\u0F6C"],["\u0F88","\u0F8C"],["\u1000","\u102A"],"\u103F",["\u1050","\u1055"],["\u105A","\u105D"],"\u1061",["\u1065","\u1066"],["\u106E","\u1070"],["\u1075","\u1081"],"\u108E",["\u10D0","\u10FA"],["\u10FD","\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"],["\u1401","\u166C"],["\u166F","\u167F"],["\u1681","\u169A"],["\u16A0","\u16EA"],["\u16F1","\u16F8"],["\u1700","\u170C"],["\u170E","\u1711"],["\u1720","\u1731"],["\u1740","\u1751"],["\u1760","\u176C"],["\u176E","\u1770"],["\u1780","\u17B3"],"\u17DC",["\u1820","\u1842"],["\u1844","\u1877"],["\u1880","\u18A8"],"\u18AA",["\u18B0","\u18F5"],["\u1900","\u191E"],["\u1950","\u196D"],["\u1970","\u1974"],["\u1980","\u19AB"],["\u19B0","\u19C9"],["\u1A00","\u1A16"],["\u1A20","\u1A54"],["\u1B05","\u1B33"],["\u1B45","\u1B4B"],["\u1B83","\u1BA0"],["\u1BAE","\u1BAF"],["\u1BBA","\u1BE5"],["\u1C00","\u1C23"],["\u1C4D","\u1C4F"],["\u1C5A","\u1C77"],["\u1CE9","\u1CEC"],["\u1CEE","\u1CF1"],["\u1CF5","\u1CF6"],["\u2135","\u2138"],["\u2D30","\u2D67"],["\u2D80","\u2D96"],["\u2DA0","\u2DA6"],["\u2DA8","\u2DAE"],["\u2DB0","\u2DB6"],["\u2DB8","\u2DBE"],["\u2DC0","\u2DC6"],["\u2DC8","\u2DCE"],["\u2DD0","\u2DD6"],["\u2DD8","\u2DDE"],"\u3006","\u303C",["\u3041","\u3096"],"\u309F",["\u30A1","\u30FA"],"\u30FF",["\u3105","\u312D"],["\u3131","\u318E"],["\u31A0","\u31BA"],["\u31F0","\u31FF"],["\u3400","\u4DB5"],["\u4E00","\u9FD5"],["\uA000","\uA014"],["\uA016","\uA48C"],["\uA4D0","\uA4F7"],["\uA500","\uA60B"],["\uA610","\uA61F"],["\uA62A","\uA62B"],"\uA66E",["\uA6A0","\uA6E5"],"\uA78F","\uA7F7",["\uA7FB","\uA801"],["\uA803","\uA805"],["\uA807","\uA80A"],["\uA80C","\uA822"],["\uA840","\uA873"],["\uA882","\uA8B3"],["\uA8F2","\uA8F7"],"\uA8FB","\uA8FD",["\uA90A","\uA925"],["\uA930","\uA946"],["\uA960","\uA97C"],["\uA984","\uA9B2"],["\uA9E0","\uA9E4"],["\uA9E7","\uA9EF"],["\uA9FA","\uA9FE"],["\uAA00","\uAA28"],["\uAA40","\uAA42"],["\uAA44","\uAA4B"],["\uAA60","\uAA6F"],["\uAA71","\uAA76"],"\uAA7A",["\uAA7E","\uAAAF"],"\uAAB1",["\uAAB5","\uAAB6"],["\uAAB9","\uAABD"],"\uAAC0","\uAAC2",["\uAADB","\uAADC"],["\uAAE0","\uAAEA"],"\uAAF2",["\uAB01","\uAB06"],["\uAB09","\uAB0E"],["\uAB11","\uAB16"],["\uAB20","\uAB26"],["\uAB28","\uAB2E"],["\uABC0","\uABE2"],["\uAC00","\uD7A3"],["\uD7B0","\uD7C6"],["\uD7CB","\uD7FB"],["\uF900","\uFA6D"],["\uFA70","\uFAD9"],"\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"],["\uFF66","\uFF6F"],["\uFF71","\uFF9D"],["\uFFA0","\uFFBE"],["\uFFC2","\uFFC7"],["\uFFCA","\uFFCF"],["\uFFD2","\uFFD7"],["\uFFDA","\uFFDC"]],!1,!1),Q=_r(["\u01C5","\u01C8","\u01CB","\u01F2",["\u1F88","\u1F8F"],["\u1F98","\u1F9F"],["\u1FA8","\u1FAF"],"\u1FBC","\u1FCC","\u1FFC"],!1,!1),ve=_r([["A","Z"],["\xC0","\xD6"],["\xD8","\xDE"],"\u0100","\u0102","\u0104","\u0106","\u0108","\u010A","\u010C","\u010E","\u0110","\u0112","\u0114","\u0116","\u0118","\u011A","\u011C","\u011E","\u0120","\u0122","\u0124","\u0126","\u0128","\u012A","\u012C","\u012E","\u0130","\u0132","\u0134","\u0136","\u0139","\u013B","\u013D","\u013F","\u0141","\u0143","\u0145","\u0147","\u014A","\u014C","\u014E","\u0150","\u0152","\u0154","\u0156","\u0158","\u015A","\u015C","\u015E","\u0160","\u0162","\u0164","\u0166","\u0168","\u016A","\u016C","\u016E","\u0170","\u0172","\u0174","\u0176",["\u0178","\u0179"],"\u017B","\u017D",["\u0181","\u0182"],"\u0184",["\u0186","\u0187"],["\u0189","\u018B"],["\u018E","\u0191"],["\u0193","\u0194"],["\u0196","\u0198"],["\u019C","\u019D"],["\u019F","\u01A0"],"\u01A2","\u01A4",["\u01A6","\u01A7"],"\u01A9","\u01AC",["\u01AE","\u01AF"],["\u01B1","\u01B3"],"\u01B5",["\u01B7","\u01B8"],"\u01BC","\u01C4","\u01C7","\u01CA","\u01CD","\u01CF","\u01D1","\u01D3","\u01D5","\u01D7","\u01D9","\u01DB","\u01DE","\u01E0","\u01E2","\u01E4","\u01E6","\u01E8","\u01EA","\u01EC","\u01EE","\u01F1","\u01F4",["\u01F6","\u01F8"],"\u01FA","\u01FC","\u01FE","\u0200","\u0202","\u0204","\u0206","\u0208","\u020A","\u020C","\u020E","\u0210","\u0212","\u0214","\u0216","\u0218","\u021A","\u021C","\u021E","\u0220","\u0222","\u0224","\u0226","\u0228","\u022A","\u022C","\u022E","\u0230","\u0232",["\u023A","\u023B"],["\u023D","\u023E"],"\u0241",["\u0243","\u0246"],"\u0248","\u024A","\u024C","\u024E","\u0370","\u0372","\u0376","\u037F","\u0386",["\u0388","\u038A"],"\u038C",["\u038E","\u038F"],["\u0391","\u03A1"],["\u03A3","\u03AB"],"\u03CF",["\u03D2","\u03D4"],"\u03D8","\u03DA","\u03DC","\u03DE","\u03E0","\u03E2","\u03E4","\u03E6","\u03E8","\u03EA","\u03EC","\u03EE","\u03F4","\u03F7",["\u03F9","\u03FA"],["\u03FD","\u042F"],"\u0460","\u0462","\u0464","\u0466","\u0468","\u046A","\u046C","\u046E","\u0470","\u0472","\u0474","\u0476","\u0478","\u047A","\u047C","\u047E","\u0480","\u048A","\u048C","\u048E","\u0490","\u0492","\u0494","\u0496","\u0498","\u049A","\u049C","\u049E","\u04A0","\u04A2","\u04A4","\u04A6","\u04A8","\u04AA","\u04AC","\u04AE","\u04B0","\u04B2","\u04B4","\u04B6","\u04B8","\u04BA","\u04BC","\u04BE",["\u04C0","\u04C1"],"\u04C3","\u04C5","\u04C7","\u04C9","\u04CB","\u04CD","\u04D0","\u04D2","\u04D4","\u04D6","\u04D8","\u04DA","\u04DC","\u04DE","\u04E0","\u04E2","\u04E4","\u04E6","\u04E8","\u04EA","\u04EC","\u04EE","\u04F0","\u04F2","\u04F4","\u04F6","\u04F8","\u04FA","\u04FC","\u04FE","\u0500","\u0502","\u0504","\u0506","\u0508","\u050A","\u050C","\u050E","\u0510","\u0512","\u0514","\u0516","\u0518","\u051A","\u051C","\u051E","\u0520","\u0522","\u0524","\u0526","\u0528","\u052A","\u052C","\u052E",["\u0531","\u0556"],["\u10A0","\u10C5"],"\u10C7","\u10CD",["\u13A0","\u13F5"],"\u1E00","\u1E02","\u1E04","\u1E06","\u1E08","\u1E0A","\u1E0C","\u1E0E","\u1E10","\u1E12","\u1E14","\u1E16","\u1E18","\u1E1A","\u1E1C","\u1E1E","\u1E20","\u1E22","\u1E24","\u1E26","\u1E28","\u1E2A","\u1E2C","\u1E2E","\u1E30","\u1E32","\u1E34","\u1E36","\u1E38","\u1E3A","\u1E3C","\u1E3E","\u1E40","\u1E42","\u1E44","\u1E46","\u1E48","\u1E4A","\u1E4C","\u1E4E","\u1E50","\u1E52","\u1E54","\u1E56","\u1E58","\u1E5A","\u1E5C","\u1E5E","\u1E60","\u1E62","\u1E64","\u1E66","\u1E68","\u1E6A","\u1E6C","\u1E6E","\u1E70","\u1E72","\u1E74","\u1E76","\u1E78","\u1E7A","\u1E7C","\u1E7E","\u1E80","\u1E82","\u1E84","\u1E86","\u1E88","\u1E8A","\u1E8C","\u1E8E","\u1E90","\u1E92","\u1E94","\u1E9E","\u1EA0","\u1EA2","\u1EA4","\u1EA6","\u1EA8","\u1EAA","\u1EAC","\u1EAE","\u1EB0","\u1EB2","\u1EB4","\u1EB6","\u1EB8","\u1EBA","\u1EBC","\u1EBE","\u1EC0","\u1EC2","\u1EC4","\u1EC6","\u1EC8","\u1ECA","\u1ECC","\u1ECE","\u1ED0","\u1ED2","\u1ED4","\u1ED6","\u1ED8","\u1EDA","\u1EDC","\u1EDE","\u1EE0","\u1EE2","\u1EE4","\u1EE6","\u1EE8","\u1EEA","\u1EEC","\u1EEE","\u1EF0","\u1EF2","\u1EF4","\u1EF6","\u1EF8","\u1EFA","\u1EFC","\u1EFE",["\u1F08","\u1F0F"],["\u1F18","\u1F1D"],["\u1F28","\u1F2F"],["\u1F38","\u1F3F"],["\u1F48","\u1F4D"],"\u1F59","\u1F5B","\u1F5D","\u1F5F",["\u1F68","\u1F6F"],["\u1FB8","\u1FBB"],["\u1FC8","\u1FCB"],["\u1FD8","\u1FDB"],["\u1FE8","\u1FEC"],["\u1FF8","\u1FFB"],"\u2102","\u2107",["\u210B","\u210D"],["\u2110","\u2112"],"\u2115",["\u2119","\u211D"],"\u2124","\u2126","\u2128",["\u212A","\u212D"],["\u2130","\u2133"],["\u213E","\u213F"],"\u2145","\u2183",["\u2C00","\u2C2E"],"\u2C60",["\u2C62","\u2C64"],"\u2C67","\u2C69","\u2C6B",["\u2C6D","\u2C70"],"\u2C72","\u2C75",["\u2C7E","\u2C80"],"\u2C82","\u2C84","\u2C86","\u2C88","\u2C8A","\u2C8C","\u2C8E","\u2C90","\u2C92","\u2C94","\u2C96","\u2C98","\u2C9A","\u2C9C","\u2C9E","\u2CA0","\u2CA2","\u2CA4","\u2CA6","\u2CA8","\u2CAA","\u2CAC","\u2CAE","\u2CB0","\u2CB2","\u2CB4","\u2CB6","\u2CB8","\u2CBA","\u2CBC","\u2CBE","\u2CC0","\u2CC2","\u2CC4","\u2CC6","\u2CC8","\u2CCA","\u2CCC","\u2CCE","\u2CD0","\u2CD2","\u2CD4","\u2CD6","\u2CD8","\u2CDA","\u2CDC","\u2CDE","\u2CE0","\u2CE2","\u2CEB","\u2CED","\u2CF2","\uA640","\uA642","\uA644","\uA646","\uA648","\uA64A","\uA64C","\uA64E","\uA650","\uA652","\uA654","\uA656","\uA658","\uA65A","\uA65C","\uA65E","\uA660","\uA662","\uA664","\uA666","\uA668","\uA66A","\uA66C","\uA680","\uA682","\uA684","\uA686","\uA688","\uA68A","\uA68C","\uA68E","\uA690","\uA692","\uA694","\uA696","\uA698","\uA69A","\uA722","\uA724","\uA726","\uA728","\uA72A","\uA72C","\uA72E","\uA732","\uA734","\uA736","\uA738","\uA73A","\uA73C","\uA73E","\uA740","\uA742","\uA744","\uA746","\uA748","\uA74A","\uA74C","\uA74E","\uA750","\uA752","\uA754","\uA756","\uA758","\uA75A","\uA75C","\uA75E","\uA760","\uA762","\uA764","\uA766","\uA768","\uA76A","\uA76C","\uA76E","\uA779","\uA77B",["\uA77D","\uA77E"],"\uA780","\uA782","\uA784","\uA786","\uA78B","\uA78D","\uA790","\uA792","\uA796","\uA798","\uA79A","\uA79C","\uA79E","\uA7A0","\uA7A2","\uA7A4","\uA7A6","\uA7A8",["\uA7AA","\uA7AD"],["\uA7B0","\uA7B4"],"\uA7B6",["\uFF21","\uFF3A"]],!1,!1),we=_r(["\u0903","\u093B",["\u093E","\u0940"],["\u0949","\u094C"],["\u094E","\u094F"],["\u0982","\u0983"],["\u09BE","\u09C0"],["\u09C7","\u09C8"],["\u09CB","\u09CC"],"\u09D7","\u0A03",["\u0A3E","\u0A40"],"\u0A83",["\u0ABE","\u0AC0"],"\u0AC9",["\u0ACB","\u0ACC"],["\u0B02","\u0B03"],"\u0B3E","\u0B40",["\u0B47","\u0B48"],["\u0B4B","\u0B4C"],"\u0B57",["\u0BBE","\u0BBF"],["\u0BC1","\u0BC2"],["\u0BC6","\u0BC8"],["\u0BCA","\u0BCC"],"\u0BD7",["\u0C01","\u0C03"],["\u0C41","\u0C44"],["\u0C82","\u0C83"],"\u0CBE",["\u0CC0","\u0CC4"],["\u0CC7","\u0CC8"],["\u0CCA","\u0CCB"],["\u0CD5","\u0CD6"],["\u0D02","\u0D03"],["\u0D3E","\u0D40"],["\u0D46","\u0D48"],["\u0D4A","\u0D4C"],"\u0D57",["\u0D82","\u0D83"],["\u0DCF","\u0DD1"],["\u0DD8","\u0DDF"],["\u0DF2","\u0DF3"],["\u0F3E","\u0F3F"],"\u0F7F",["\u102B","\u102C"],"\u1031","\u1038",["\u103B","\u103C"],["\u1056","\u1057"],["\u1062","\u1064"],["\u1067","\u106D"],["\u1083","\u1084"],["\u1087","\u108C"],"\u108F",["\u109A","\u109C"],"\u17B6",["\u17BE","\u17C5"],["\u17C7","\u17C8"],["\u1923","\u1926"],["\u1929","\u192B"],["\u1930","\u1931"],["\u1933","\u1938"],["\u1A19","\u1A1A"],"\u1A55","\u1A57","\u1A61",["\u1A63","\u1A64"],["\u1A6D","\u1A72"],"\u1B04","\u1B35","\u1B3B",["\u1B3D","\u1B41"],["\u1B43","\u1B44"],"\u1B82","\u1BA1",["\u1BA6","\u1BA7"],"\u1BAA","\u1BE7",["\u1BEA","\u1BEC"],"\u1BEE",["\u1BF2","\u1BF3"],["\u1C24","\u1C2B"],["\u1C34","\u1C35"],"\u1CE1",["\u1CF2","\u1CF3"],["\u302E","\u302F"],["\uA823","\uA824"],"\uA827",["\uA880","\uA881"],["\uA8B4","\uA8C3"],["\uA952","\uA953"],"\uA983",["\uA9B4","\uA9B5"],["\uA9BA","\uA9BB"],["\uA9BD","\uA9C0"],["\uAA2F","\uAA30"],["\uAA33","\uAA34"],"\uAA4D","\uAA7B","\uAA7D","\uAAEB",["\uAAEE","\uAAEF"],"\uAAF5",["\uABE3","\uABE4"],["\uABE6","\uABE7"],["\uABE9","\uABEA"],"\uABEC"],!1,!1),$e=_r([["\u0300","\u036F"],["\u0483","\u0487"],["\u0591","\u05BD"],"\u05BF",["\u05C1","\u05C2"],["\u05C4","\u05C5"],"\u05C7",["\u0610","\u061A"],["\u064B","\u065F"],"\u0670",["\u06D6","\u06DC"],["\u06DF","\u06E4"],["\u06E7","\u06E8"],["\u06EA","\u06ED"],"\u0711",["\u0730","\u074A"],["\u07A6","\u07B0"],["\u07EB","\u07F3"],["\u0816","\u0819"],["\u081B","\u0823"],["\u0825","\u0827"],["\u0829","\u082D"],["\u0859","\u085B"],["\u08E3","\u0902"],"\u093A","\u093C",["\u0941","\u0948"],"\u094D",["\u0951","\u0957"],["\u0962","\u0963"],"\u0981","\u09BC",["\u09C1","\u09C4"],"\u09CD",["\u09E2","\u09E3"],["\u0A01","\u0A02"],"\u0A3C",["\u0A41","\u0A42"],["\u0A47","\u0A48"],["\u0A4B","\u0A4D"],"\u0A51",["\u0A70","\u0A71"],"\u0A75",["\u0A81","\u0A82"],"\u0ABC",["\u0AC1","\u0AC5"],["\u0AC7","\u0AC8"],"\u0ACD",["\u0AE2","\u0AE3"],"\u0B01","\u0B3C","\u0B3F",["\u0B41","\u0B44"],"\u0B4D","\u0B56",["\u0B62","\u0B63"],"\u0B82","\u0BC0","\u0BCD","\u0C00",["\u0C3E","\u0C40"],["\u0C46","\u0C48"],["\u0C4A","\u0C4D"],["\u0C55","\u0C56"],["\u0C62","\u0C63"],"\u0C81","\u0CBC","\u0CBF","\u0CC6",["\u0CCC","\u0CCD"],["\u0CE2","\u0CE3"],"\u0D01",["\u0D41","\u0D44"],"\u0D4D",["\u0D62","\u0D63"],"\u0DCA",["\u0DD2","\u0DD4"],"\u0DD6","\u0E31",["\u0E34","\u0E3A"],["\u0E47","\u0E4E"],"\u0EB1",["\u0EB4","\u0EB9"],["\u0EBB","\u0EBC"],["\u0EC8","\u0ECD"],["\u0F18","\u0F19"],"\u0F35","\u0F37","\u0F39",["\u0F71","\u0F7E"],["\u0F80","\u0F84"],["\u0F86","\u0F87"],["\u0F8D","\u0F97"],["\u0F99","\u0FBC"],"\u0FC6",["\u102D","\u1030"],["\u1032","\u1037"],["\u1039","\u103A"],["\u103D","\u103E"],["\u1058","\u1059"],["\u105E","\u1060"],["\u1071","\u1074"],"\u1082",["\u1085","\u1086"],"\u108D","\u109D",["\u135D","\u135F"],["\u1712","\u1714"],["\u1732","\u1734"],["\u1752","\u1753"],["\u1772","\u1773"],["\u17B4","\u17B5"],["\u17B7","\u17BD"],"\u17C6",["\u17C9","\u17D3"],"\u17DD",["\u180B","\u180D"],"\u18A9",["\u1920","\u1922"],["\u1927","\u1928"],"\u1932",["\u1939","\u193B"],["\u1A17","\u1A18"],"\u1A1B","\u1A56",["\u1A58","\u1A5E"],"\u1A60","\u1A62",["\u1A65","\u1A6C"],["\u1A73","\u1A7C"],"\u1A7F",["\u1AB0","\u1ABD"],["\u1B00","\u1B03"],"\u1B34",["\u1B36","\u1B3A"],"\u1B3C","\u1B42",["\u1B6B","\u1B73"],["\u1B80","\u1B81"],["\u1BA2","\u1BA5"],["\u1BA8","\u1BA9"],["\u1BAB","\u1BAD"],"\u1BE6",["\u1BE8","\u1BE9"],"\u1BED",["\u1BEF","\u1BF1"],["\u1C2C","\u1C33"],["\u1C36","\u1C37"],["\u1CD0","\u1CD2"],["\u1CD4","\u1CE0"],["\u1CE2","\u1CE8"],"\u1CED","\u1CF4",["\u1CF8","\u1CF9"],["\u1DC0","\u1DF5"],["\u1DFC","\u1DFF"],["\u20D0","\u20DC"],"\u20E1",["\u20E5","\u20F0"],["\u2CEF","\u2CF1"],"\u2D7F",["\u2DE0","\u2DFF"],["\u302A","\u302D"],["\u3099","\u309A"],"\uA66F",["\uA674","\uA67D"],["\uA69E","\uA69F"],["\uA6F0","\uA6F1"],"\uA802","\uA806","\uA80B",["\uA825","\uA826"],"\uA8C4",["\uA8E0","\uA8F1"],["\uA926","\uA92D"],["\uA947","\uA951"],["\uA980","\uA982"],"\uA9B3",["\uA9B6","\uA9B9"],"\uA9BC","\uA9E5",["\uAA29","\uAA2E"],["\uAA31","\uAA32"],["\uAA35","\uAA36"],"\uAA43","\uAA4C","\uAA7C","\uAAB0",["\uAAB2","\uAAB4"],["\uAAB7","\uAAB8"],["\uAABE","\uAABF"],"\uAAC1",["\uAAEC","\uAAED"],"\uAAF6","\uABE5","\uABE8","\uABED","\uFB1E",["\uFE00","\uFE0F"],["\uFE20","\uFE2F"]],!1,!1),xe=_r([["0","9"],["\u0660","\u0669"],["\u06F0","\u06F9"],["\u07C0","\u07C9"],["\u0966","\u096F"],["\u09E6","\u09EF"],["\u0A66","\u0A6F"],["\u0AE6","\u0AEF"],["\u0B66","\u0B6F"],["\u0BE6","\u0BEF"],["\u0C66","\u0C6F"],["\u0CE6","\u0CEF"],["\u0D66","\u0D6F"],["\u0DE6","\u0DEF"],["\u0E50","\u0E59"],["\u0ED0","\u0ED9"],["\u0F20","\u0F29"],["\u1040","\u1049"],["\u1090","\u1099"],["\u17E0","\u17E9"],["\u1810","\u1819"],["\u1946","\u194F"],["\u19D0","\u19D9"],["\u1A80","\u1A89"],["\u1A90","\u1A99"],["\u1B50","\u1B59"],["\u1BB0","\u1BB9"],["\u1C40","\u1C49"],["\u1C50","\u1C59"],["\uA620","\uA629"],["\uA8D0","\uA8D9"],["\uA900","\uA909"],["\uA9D0","\uA9D9"],["\uA9F0","\uA9F9"],["\uAA50","\uAA59"],["\uABF0","\uABF9"],["\uFF10","\uFF19"]],!1,!1),Vt=_r([["\u16EE","\u16F0"],["\u2160","\u2182"],["\u2185","\u2188"],"\u3007",["\u3021","\u3029"],["\u3038","\u303A"],["\uA6E6","\uA6EF"]],!1,!1),pr=_r(["_",["\u203F","\u2040"],"\u2054",["\uFE33","\uFE34"],["\uFE4D","\uFE4F"],"\uFF3F"],!1,!1),Jr=_r([" ","\xA0","\u1680",["\u2000","\u200A"],"\u202F","\u205F","\u3000"],!1,!1),Zr=We(";",!1),ti=function(D,x,J){return{type:"grammar",topLevelInitializer:D,initializer:x,rules:J,location:sr()}},_u=function(D){return{type:"top_level_initializer",code:D[0],codeLocation:D[1],location:sr()}},Dn=function(D){return{type:"initializer",code:D[0],codeLocation:D[1],location:sr()}},Qr=function(D,x,J){return{type:"rule",name:D[0],nameLocation:D[1],expression:x!==null?{type:"named",name:x,expression:J,location:sr()}:J,location:sr()}},Iu=function(D,x){return x.length>0?{type:"choice",alternatives:[D].concat(x),location:sr()}:D},Fi=function(D,x){return x!==null?{type:"action",expression:D,code:x[0],codeLocation:x[1],location:sr()}:D},aa=function(D,x){return x.length>0||D.type==="labeled"&&D.pick?{type:"sequence",elements:[D].concat(x),location:sr()}:D},Ch=function(D,x,J){return J.type.startsWith("semantic_")&&ec('"@" cannot be used on a semantic predicate',D),{type:"labeled",label:x!==null?x[0]:null,labelLocation:x!==null?x[1]:D,pick:!0,expression:J,location:sr()}},Fh=function(D,x){return{type:"labeled",label:D[0],labelLocation:D[1],expression:x,location:sr()}},Xt=function(){return sr()},zt=function(D){return ro.indexOf(D[0])>=0&&ec(`Label can't be a reserved word "${D[0]}"`,D[1]),D},Dh=function(D,x){return{type:d$[D],expression:x,location:sr()}},yh=function(D,x){return{type:g$[x],expression:D,location:sr()}},Sh=function(D){return D.type==="labeled"||D.type==="sequence"?{type:"group",expression:D,location:sr()}:D},bh=function(D){return{type:"rule_ref",name:D[0],location:sr()}},_h=function(D,x){return{type:m$[D],code:x[0],codeLocation:x[1],location:sr()}},Ih=function(D,x){return[D+x.join(""),sr()]},tl=function(D,x){return{type:"literal",value:D,ignoreCase:x!==null,location:sr()}},Bh=function(D){return D.join("")},br=function(D){return D.join("")},Jo=function(D,x,J){return{type:"class",parts:x.filter(q=>q!==""),inverted:D!==null,ignoreCase:J!==null,location:sr()}},xs=function(D,x){return D.charCodeAt(0)>x.charCodeAt(0)&&ec("Invalid character range: "+Qo()+"."),[D,x]},rl=function(){return""},Zo=function(){return"\0"},kn=function(){return"\b"},nl=function(){return"\f"},il=function(){return`
|
||
`},sl=function(){return"\r"},ul=function(){return" "},al=function(){return"\v"},ol=function(D){return String.fromCharCode(parseInt(D,16))},yn=function(D){return String.fromCharCode(parseInt(D,16))},$h=function(){return{type:"any",location:sr()}},Ln=function(D){return[D,sr()]},B=0,ot=0,ri=[{line:1,column:1}],Sn=0,oa=[],te=0,ni;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 Qo(){return e.substring(ot,B)}function n1(){return ot}function cl(){return{source:n,start:ot,end:B}}function sr(){return Ns(ot,B)}function i1(D,x){throw x=x!==void 0?x:Ns(ot,B),fl([Di(D)],e.substring(ot,B),x)}function ec(D,x){throw x=x!==void 0?x:Ns(ot,B),ll(D,x)}function We(D,x){return{type:"literal",text:D,ignoreCase:x}}function _r(D,x,J){return{type:"class",parts:D,inverted:x,ignoreCase:J}}function Bu(){return{type:"any"}}function Ph(){return{type:"end"}}function Di(D){return{type:"other",description:D}}function tc(D){var x=ri[D],J;if(x)return x;for(J=D-1;!ri[J];)J--;for(x=ri[J],x={line:x.line,column:x.column};J<D;)e.charCodeAt(J)===10?(x.line++,x.column=1):x.column++,J++;return ri[D]=x,x}function Ns(D,x){var J=tc(D),q=tc(x);return{source:n,start:{offset:D,line:J.line,column:J.column},end:{offset:x,line:q.line,column:q.column}}}function me(D){B<Sn||(B>Sn&&(Sn=B,oa=[]),oa.push(D))}function ll(D,x){return new Xu(D,null,null,x)}function fl(D,x,J){return new Xu(Xu.buildMessage(D,x),D,x,J)}function Va(){var D,x,J,q,ue,le,Gt,dr;if(D=B,x=xt(),J=B,q=rc(),q!==r?(ue=xt(),J=q):(B=J,J=r),J===r&&(J=null),q=B,ue=Rh(),ue!==r?(le=xt(),q=ue):(B=q,q=r),q===r&&(q=null),ue=[],le=B,Gt=nc(),Gt!==r?(dr=xt(),le=Gt):(B=le,le=r),le!==r)for(;le!==r;)ue.push(le),le=B,Gt=nc(),Gt!==r?(dr=xt(),le=Gt):(B=le,le=r);else ue=r;return ue!==r?(ot=D,D=ti(J,q,ue)):(B=D,D=r),D}function rc(){var D,x,J,q,ue;return D=B,e.charCodeAt(B)===123?(x=i,B++):(x=r,te===0&&me(Nr)),x!==r?(J=Bt(),J!==r?(e.charCodeAt(B)===125?(q=o,B++):(q=r,te===0&&me(Li)),q!==r?(ue=Hs(),ue!==r?(ot=D,D=_u(J)):(B=D,D=r)):(B=D,D=r)):(B=D,D=r)):(B=D,D=r),D}function Rh(){var D,x,J;return D=B,x=Bt(),x!==r?(J=Hs(),J!==r?(ot=D,D=Dn(x)):(B=D,D=r)):(B=D,D=r),D}function nc(){var D,x,J,q,ue,le,Gt,dr;return D=B,x=za(),x!==r?(J=xt(),q=B,ue=yi(),ue!==r?(le=xt(),q=ue):(B=q,q=r),q===r&&(q=null),e.charCodeAt(B)===61?(ue=l,B++):(ue=r,te===0&&me(Fu)),ue!==r?(le=xt(),Gt=on(),Gt!==r?(dr=Hs(),dr!==r?(ot=D,D=Qr(x,q,Gt)):(B=D,D=r)):(B=D,D=r)):(B=D,D=r)):(B=D,D=r),D}function on(){var D,x,J,q,ue,le,Gt,dr;if(D=B,x=ca(),x!==r){for(J=[],q=B,ue=xt(),e.charCodeAt(B)===47?(le=h,B++):(le=r,te===0&&me(Qi)),le!==r?(Gt=xt(),dr=ca(),dr!==r?q=dr:(B=q,q=r)):(B=q,q=r);q!==r;)J.push(q),q=B,ue=xt(),e.charCodeAt(B)===47?(le=h,B++):(le=r,te===0&&me(Qi)),le!==r?(Gt=xt(),dr=ca(),dr!==r?q=dr:(B=q,q=r)):(B=q,q=r);ot=D,D=Iu(x,J)}else B=D,D=r;return D}function ca(){var D,x,J,q,ue;return D=B,x=la(),x!==r?(J=B,q=xt(),ue=Bt(),ue!==r?J=ue:(B=J,J=r),J===r&&(J=null),ot=D,D=Fi(x,J)):(B=D,D=r),D}function la(){var D,x,J,q,ue,le;if(D=B,x=Ka(),x!==r){for(J=[],q=B,ue=xt(),le=Ka(),le!==r?q=le:(B=q,q=r);q!==r;)J.push(q),q=B,ue=xt(),le=Ka(),le!==r?q=le:(B=q,q=r);ot=D,D=aa(x,J)}else B=D,D=r;return D}function Ka(){var D,x,J,q;return D=B,x=hl(),x!==r?(J=pl(),J===r&&(J=null),q=ic(),q!==r?(ot=D,D=Ch(x,J,q)):(B=D,D=r)):(B=D,D=r),D===r&&(D=B,x=pl(),x!==r?(J=xt(),q=ic(),q!==r?(ot=D,D=Fh(x,q)):(B=D,D=r)):(B=D,D=r),D===r&&(D=ic())),D}function hl(){var D,x;return D=B,e.charCodeAt(B)===64?(x=d,B++):(x=r,te===0&&me(Du)),x!==r&&(ot=D,x=Xt()),D=x,D}function pl(){var D,x,J,q;return D=B,x=za(),x!==r?(J=xt(),e.charCodeAt(B)===58?(q=E,B++):(q=r,te===0&&me(es)),q!==r?(ot=D,D=zt(x)):(B=D,D=r)):(B=D,D=r),D}function ic(){var D,x,J,q;return D=B,x=Th(),x!==r?(J=xt(),q=dl(),q!==r?(ot=D,D=Dh(x,q)):(B=D,D=r)):(B=D,D=r),D===r&&(D=dl()),D}function Th(){var D;return e.charCodeAt(B)===36?(D=p,B++):(D=r,te===0&&me(Ui)),D===r&&(e.charCodeAt(B)===38?(D=f,B++):(D=r,te===0&&me(Rt)),D===r&&(e.charCodeAt(B)===33?(D=w,B++):(D=r,te===0&&me(Tn)))),D}function dl(){var D,x,J,q;return D=B,x=ks(),x!==r?(J=xt(),q=Oh(),q!==r?(ot=D,D=yh(x,q)):(B=D,D=r)):(B=D,D=r),D===r&&(D=ks()),D}function Oh(){var D;return e.charCodeAt(B)===63?(D=v,B++):(D=r,te===0&&me(yu)),D===r&&(e.charCodeAt(B)===42?(D=F,B++):(D=r,te===0&&me(Su)),D===r&&(e.charCodeAt(B)===43?(D=A,B++):(D=r,te===0&&me(bu)))),D}function ks(){var D,x,J,q,ue,le;return D=Hh(),D===r&&(D=oe(),D===r&&(D=Xa(),D===r&&(D=xh(),D===r&&(D=Nh(),D===r&&(D=B,e.charCodeAt(B)===40?(x=C,B++):(x=r,te===0&&me(ts)),x!==r?(J=xt(),q=on(),q!==r?(ue=xt(),e.charCodeAt(B)===41?(le=S,B++):(le=r,te===0&&me(Ju)),le!==r?(ot=D,D=Sh(q)):(B=D,D=r)):(B=D,D=r)):(B=D,D=r)))))),D}function xh(){var D,x,J,q,ue,le,Gt,dr;return D=B,x=za(),x!==r?(J=B,te++,q=B,ue=xt(),le=B,Gt=yi(),Gt!==r?(dr=xt(),Gt=[Gt,dr],le=Gt):(B=le,le=r),le===r&&(le=null),e.charCodeAt(B)===61?(Gt=l,B++):(Gt=r,te===0&&me(Fu)),Gt!==r?(ue=[ue,le,Gt],q=ue):(B=q,q=r),te--,q===r?J=void 0:(B=J,J=r),J!==r?(ot=D,D=bh(x)):(B=D,D=r)):(B=D,D=r),D}function Nh(){var D,x,J,q;return D=B,x=sc(),x!==r?(J=xt(),q=Bt(),q!==r?(ot=D,D=_h(x,q)):(B=D,D=r)):(B=D,D=r),D}function sc(){var D;return e.charCodeAt(B)===38?(D=f,B++):(D=r,te===0&&me(Rt)),D===r&&(e.charCodeAt(B)===33?(D=w,B++):(D=r,te===0&&me(Tn))),D}function en(){var D;return e.length>B?(D=e.charAt(B),B++):(D=r,te===0&&me(rs)),D}function ii(){var D,x;return te++,e.charCodeAt(B)===9?(D=I,B++):(D=r,te===0&&me(Os)),D===r&&(e.charCodeAt(B)===11?(D=_,B++):(D=r,te===0&&me(re)),D===r&&(e.charCodeAt(B)===12?(D=j,B++):(D=r,te===0&&me(fe)),D===r&&(e.charCodeAt(B)===32?(D=M,B++):(D=r,te===0&&me(He)),D===r&&(e.charCodeAt(B)===160?(D=b,B++):(D=r,te===0&&me(Ne)),D===r&&(e.charCodeAt(B)===65279?(D=P,B++):(D=r,te===0&&me(ze)),D===r&&(D=Cl())))))),te--,D===r&&(x=r,te===0&&me(Zu)),D}function si(){var D;return mt.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(at)),D}function Ga(){var D,x;return te++,e.charCodeAt(B)===10?(D=k,B++):(D=r,te===0&&me(Er)),D===r&&(e.substr(B,2)===H?(D=H,B+=2):(D=r,te===0&&me(kt)),D===r&&(e.charCodeAt(B)===13?(D=G,B++):(D=r,te===0&&me(On)),D===r&&(e.charCodeAt(B)===8232?(D=Y,B++):(D=r,te===0&&me(Ci)),D===r&&(e.charCodeAt(B)===8233?(D=K,B++):(D=r,te===0&&me(Wr)))))),te--,D===r&&(x=r,te===0&&me(ft)),D}function gl(){var D,x;return te++,D=kh(),D===r&&(D=Un()),te--,D===r&&(x=r,te===0&&me(an)),D}function kh(){var D,x,J,q,ue,le;if(D=B,e.substr(B,2)===z?(x=z,B+=2):(x=r,te===0&&me(fr)),x!==r){for(J=[],q=B,ue=B,te++,e.substr(B,2)===X?(le=X,B+=2):(le=r,te===0&&me(Xr)),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);q!==r;)J.push(q),q=B,ue=B,te++,e.substr(B,2)===X?(le=X,B+=2):(le=r,te===0&&me(Xr)),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);e.substr(B,2)===X?(q=X,B+=2):(q=r,te===0&&me(Xr)),q!==r?(x=[x,J,q],D=x):(B=D,D=r)}else B=D,D=r;return D}function Ls(){var D,x,J,q,ue,le;if(D=B,e.substr(B,2)===z?(x=z,B+=2):(x=r,te===0&&me(fr)),x!==r){for(J=[],q=B,ue=B,te++,e.substr(B,2)===X?(le=X,B+=2):(le=r,te===0&&me(Xr)),le===r&&(le=si()),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);q!==r;)J.push(q),q=B,ue=B,te++,e.substr(B,2)===X?(le=X,B+=2):(le=r,te===0&&me(Xr)),le===r&&(le=si()),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);e.substr(B,2)===X?(q=X,B+=2):(q=r,te===0&&me(Xr)),q!==r?(x=[x,J,q],D=x):(B=D,D=r)}else B=D,D=r;return D}function Un(){var D,x,J,q,ue,le;if(D=B,e.substr(B,2)===se?(x=se,B+=2):(x=r,te===0&&me(Pr)),x!==r){for(J=[],q=B,ue=B,te++,le=si(),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);q!==r;)J.push(q),q=B,ue=B,te++,le=si(),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);x=[x,J],D=x}else B=D,D=r;return D}function za(){var D,x,J,q;if(te++,D=B,x=ml(),x!==r){for(J=[],q=vl();q!==r;)J.push(q),q=vl();ot=D,D=Ih(x,J)}else B=D,D=r;return te--,D===r&&(x=r,te===0&&me(Qu)),D}function ml(){var D,x,J;return D=Lh(),D===r&&(e.charCodeAt(B)===36?(D=p,B++):(D=r,te===0&&me(Ui)),D===r&&(e.charCodeAt(B)===95?(D=ye,B++):(D=r,te===0&&me(ns)),D===r&&(D=B,e.charCodeAt(B)===92?(x=Fe,B++):(x=r,te===0&&me(An)),x!==r?(J=El(),J!==r?D=J:(B=D,D=r)):(B=D,D=r)))),D}function vl(){var D;return D=ml(),D===r&&(D=Uh(),D===r&&(D=Al(),D===r&&(D=wl(),D===r&&(e.charCodeAt(B)===8204?(D=Pe,B++):(D=r,te===0&&me($t)),D===r&&(e.charCodeAt(B)===8205?(D=Je,B++):(D=r,te===0&&me(hr))))))),D}function Lh(){var D;return D=Qa(),D===r&&(D=Za(),D===r&&(D=Kh(),D===r&&(D=qh(),D===r&&(D=Vh(),D===r&&(D=to()))))),D}function Uh(){var D;return D=eo(),D===r&&(D=ss()),D}function Hh(){var D,x,J;return te++,D=B,x=yi(),x!==r?(e.charCodeAt(B)===105?(J=ce,B++):(J=r,te===0&&me(tr)),J===r&&(J=null),ot=D,D=tl(x,J)):(B=D,D=r),te--,D===r&&(x=r,te===0&&me(rt)),D}function yi(){var D,x,J,q;if(te++,D=B,e.charCodeAt(B)===34?(x=Be,B++):(x=r,te===0&&me(rr)),x!==r){for(J=[],q=ne();q!==r;)J.push(q),q=ne();e.charCodeAt(B)===34?(q=Be,B++):(q=r,te===0&&me(rr)),q!==r?(ot=D,D=Bh(J)):(B=D,D=r)}else B=D,D=r;if(D===r)if(D=B,e.charCodeAt(B)===39?(x=Ve,B++):(x=r,te===0&&me(Lt)),x!==r){for(J=[],q=he();q!==r;)J.push(q),q=he();e.charCodeAt(B)===39?(q=Ve,B++):(q=r,te===0&&me(Lt)),q!==r?(ot=D,D=br(J)):(B=D,D=r)}else B=D,D=r;return te--,D===r&&(x=r,te===0&&me(kr)),D}function ne(){var D,x,J,q;return D=B,x=B,J=B,te++,e.charCodeAt(B)===34?(q=Be,B++):(q=r,te===0&&me(rr)),q===r&&(e.charCodeAt(B)===92?(q=Fe,B++):(q=r,te===0&&me(An)),q===r&&(q=si())),te--,q===r?J=void 0:(B=J,J=r),J!==r?(q=en(),q!==r?(J=[J,q],x=J):(B=x,x=r)):(B=x,x=r),x!==r?D=e.substring(D,B):D=x,D===r&&(D=B,e.charCodeAt(B)===92?(x=Fe,B++):(x=r,te===0&&me(An)),x!==r?(J=ur(),J!==r?D=J:(B=D,D=r)):(B=D,D=r),D===r&&(D=St())),D}function he(){var D,x,J,q;return D=B,x=B,J=B,te++,e.charCodeAt(B)===39?(q=Ve,B++):(q=r,te===0&&me(Lt)),q===r&&(e.charCodeAt(B)===92?(q=Fe,B++):(q=r,te===0&&me(An)),q===r&&(q=si())),te--,q===r?J=void 0:(B=J,J=r),J!==r?(q=en(),q!==r?(J=[J,q],x=J):(B=x,x=r)):(B=x,x=r),x!==r?D=e.substring(D,B):D=x,D===r&&(D=B,e.charCodeAt(B)===92?(x=Fe,B++):(x=r,te===0&&me(An)),x!==r?(J=ur(),J!==r?D=J:(B=D,D=r)):(B=D,D=r),D===r&&(D=St())),D}function oe(){var D,x,J,q,ue,le;if(te++,D=B,e.charCodeAt(B)===91?(x=Dr,B++):(x=r,te===0&&me(xn)),x!==r){for(e.charCodeAt(B)===94?(J=jt,B++):(J=r,te===0&&me(Nn)),J===r&&(J=null),q=[],ue=ke(),ue===r&&(ue=nt());ue!==r;)q.push(ue),ue=ke(),ue===r&&(ue=nt());e.charCodeAt(B)===93?(ue=Ct,B++):(ue=r,te===0&&me(Cn)),ue!==r?(e.charCodeAt(B)===105?(le=ce,B++):(le=r,te===0&&me(tr)),le===r&&(le=null),ot=D,D=Jo(J,q,le)):(B=D,D=r)}else B=D,D=r;return te--,D===r&&(x=r,te===0&&me(wn)),D}function ke(){var D,x,J,q;return D=B,x=nt(),x!==r?(e.charCodeAt(B)===45?(J=cr,B++):(J=r,te===0&&me(Sr)),J!==r?(q=nt(),q!==r?(ot=D,D=xs(x,q)):(B=D,D=r)):(B=D,D=r)):(B=D,D=r),D}function nt(){var D,x,J,q;return D=B,x=B,J=B,te++,e.charCodeAt(B)===93?(q=Ct,B++):(q=r,te===0&&me(Cn)),q===r&&(e.charCodeAt(B)===92?(q=Fe,B++):(q=r,te===0&&me(An)),q===r&&(q=si())),te--,q===r?J=void 0:(B=J,J=r),J!==r?(q=en(),q!==r?(J=[J,q],x=J):(B=x,x=r)):(B=x,x=r),x!==r?D=e.substring(D,B):D=x,D===r&&(D=B,e.charCodeAt(B)===92?(x=Fe,B++):(x=r,te===0&&me(An)),x!==r?(J=ur(),J!==r?D=J:(B=D,D=r)):(B=D,D=r),D===r&&(D=St())),D}function St(){var D,x,J;return D=B,e.charCodeAt(B)===92?(x=Fe,B++):(x=r,te===0&&me(An)),x!==r?(J=Ga(),J!==r?(ot=D,D=rl()):(B=D,D=r)):(B=D,D=r),D}function ur(){var D,x,J,q;return D=Kt(),D===r&&(D=B,e.charCodeAt(B)===48?(x=Qt,B++):(x=r,te===0&&me(ir)),x!==r?(J=B,te++,q=Us(),te--,q===r?J=void 0:(B=J,J=r),J!==r?(ot=D,D=Zo()):(B=D,D=r)):(B=D,D=r),D===r&&(D=Wa(),D===r&&(D=El()))),D}function Kt(){var D;return D=Ya(),D===r&&(D=jh()),D}function Ya(){var D,x;return e.charCodeAt(B)===39?(D=Ve,B++):(D=r,te===0&&me(Lt)),D===r&&(e.charCodeAt(B)===34?(D=Be,B++):(D=r,te===0&&me(rr)),D===r&&(e.charCodeAt(B)===92?(D=Fe,B++):(D=r,te===0&&me(An)),D===r&&(D=B,e.charCodeAt(B)===98?(x=pt,B++):(x=r,te===0&&me(Xo)),x!==r&&(ot=D,x=kn()),D=x,D===r&&(D=B,e.charCodeAt(B)===102?(x=Mt,B++):(x=r,te===0&&me(ea)),x!==r&&(ot=D,x=nl()),D=x,D===r&&(D=B,e.charCodeAt(B)===110?(x=st,B++):(x=r,te===0&&me(Lr)),x!==r&&(ot=D,x=il()),D=x,D===r&&(D=B,e.charCodeAt(B)===114?(x=Ye,B++):(x=r,te===0&&me(ta)),x!==r&&(ot=D,x=sl()),D=x,D===r&&(D=B,e.charCodeAt(B)===116?(x=er,B++):(x=r,te===0&&me(ja)),x!==r&&(ot=D,x=ul()),D=x,D===r&&(D=B,e.charCodeAt(B)===118?(x=qe,B++):(x=r,te===0&&me(Ma)),x!==r&&(ot=D,x=al()),D=x)))))))),D}function jh(){var D,x,J,q;return D=B,x=B,J=B,te++,q=Hn(),q===r&&(q=si()),te--,q===r?J=void 0:(B=J,J=r),J!==r?(q=en(),q!==r?(J=[J,q],x=J):(B=x,x=r)):(B=x,x=r),x!==r?D=e.substring(D,B):D=x,D}function Hn(){var D;return D=Ya(),D===r&&(D=Us(),D===r&&(e.charCodeAt(B)===120?(D=Pt,B++):(D=r,te===0&&me(ra)),D===r&&(e.charCodeAt(B)===117?(D=Kr,B++):(D=r,te===0&&me(is))))),D}function Wa(){var D,x,J,q,ue,le;return D=B,e.charCodeAt(B)===120?(x=Pt,B++):(x=r,te===0&&me(ra)),x!==r?(J=B,q=B,ue=Hi(),ue!==r?(le=Hi(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r),q!==r?J=e.substring(J,B):J=q,J!==r?(ot=D,D=ol(J)):(B=D,D=r)):(B=D,D=r),D}function El(){var D,x,J,q,ue,le,Gt,dr;return D=B,e.charCodeAt(B)===117?(x=Kr,B++):(x=r,te===0&&me(is)),x!==r?(J=B,q=B,ue=Hi(),ue!==r?(le=Hi(),le!==r?(Gt=Hi(),Gt!==r?(dr=Hi(),dr!==r?(ue=[ue,le,Gt,dr],q=ue):(B=q,q=r)):(B=q,q=r)):(B=q,q=r)):(B=q,q=r),q!==r?J=e.substring(J,B):J=q,J!==r?(ot=D,D=yn(J)):(B=D,D=r)):(B=D,D=r),D}function Us(){var D;return yr.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(na)),D}function Hi(){var D;return ei.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(qa)),D}function Xa(){var D,x;return D=B,e.charCodeAt(B)===46?(x=Wt,B++):(x=r,te===0&&me(ia)),x!==r&&(ot=D,x=$h()),D=x,D}function Bt(){var D,x,J,q;return te++,D=B,e.charCodeAt(B)===123?(x=i,B++):(x=r,te===0&&me(Nr)),x!==r?(J=Mh(),e.charCodeAt(B)===125?(q=o,B++):(q=r,te===0&&me(Li)),q!==r?D=J:(B=D,D=r)):(B=D,D=r),te--,D===r&&(x=r,te===0&&me(sa)),D}function Mh(){var D,x;return D=B,x=Ja(),ot=D,x=Ln(x),D=x,D}function Ja(){var D,x,J,q,ue,le;if(D=B,x=[],J=[],q=B,ue=B,te++,Gr.test(e.charAt(B))?(le=e.charAt(B),B++):(le=r,te===0&&me(Fn)),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r),q!==r)for(;q!==r;)J.push(q),q=B,ue=B,te++,Gr.test(e.charAt(B))?(le=e.charAt(B),B++):(le=r,te===0&&me(Fn)),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);else J=r;for(J===r&&(J=B,e.charCodeAt(B)===123?(q=i,B++):(q=r,te===0&&me(Nr)),q!==r?(ue=Ja(),e.charCodeAt(B)===125?(le=o,B++):(le=r,te===0&&me(Li)),le!==r?(q=[q,ue,le],J=q):(B=J,J=r)):(B=J,J=r));J!==r;){if(x.push(J),J=[],q=B,ue=B,te++,Gr.test(e.charAt(B))?(le=e.charAt(B),B++):(le=r,te===0&&me(Fn)),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r),q!==r)for(;q!==r;)J.push(q),q=B,ue=B,te++,Gr.test(e.charAt(B))?(le=e.charAt(B),B++):(le=r,te===0&&me(Fn)),te--,le===r?ue=void 0:(B=ue,ue=r),ue!==r?(le=en(),le!==r?(ue=[ue,le],q=ue):(B=q,q=r)):(B=q,q=r);else J=r;J===r&&(J=B,e.charCodeAt(B)===123?(q=i,B++):(q=r,te===0&&me(Nr)),q!==r?(ue=Ja(),e.charCodeAt(B)===125?(le=o,B++):(le=r,te===0&&me(Li)),le!==r?(q=[q,ue,le],J=q):(B=J,J=r)):(B=J,J=r))}return D=e.substring(D,B),D}function Za(){var D;return yt.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(R)),D}function qh(){var D;return je.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(O)),D}function Vh(){var D;return _e.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(U)),D}function Kh(){var D;return lr.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(Q)),D}function Qa(){var D;return zr.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(ve)),D}function ss(){var D;return ut.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(we)),D}function eo(){var D;return Ts.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me($e)),D}function Al(){var D;return Yr.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(xe)),D}function to(){var D;return ge.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(Vt)),D}function wl(){var D;return Zi.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(pr)),D}function Cl(){var D;return It.test(e.charAt(B))?(D=e.charAt(B),B++):(D=r,te===0&&me(Jr)),D}function xt(){var D,x;for(D=[],x=ii(),x===r&&(x=Ga(),x===r&&(x=gl()));x!==r;)D.push(x),x=ii(),x===r&&(x=Ga(),x===r&&(x=gl()));return D}function Fl(){var D,x;for(D=[],x=ii(),x===r&&(x=Ls());x!==r;)D.push(x),x=ii(),x===r&&(x=Ls());return D}function Hs(){var D,x,J,q;return D=B,x=xt(),e.charCodeAt(B)===59?(J=qt,B++):(J=r,te===0&&me(Zr)),J!==r?(x=[x,J],D=x):(B=D,D=r),D===r&&(D=B,x=Fl(),J=Un(),J===r&&(J=null),q=Ga(),q!==r?(x=[x,J,q],D=x):(B=D,D=r),D===r&&(D=B,x=xt(),J=js(),J!==r?(x=[x,J],D=x):(B=D,D=r))),D}function js(){var D,x;return D=B,te++,e.length>B?(x=e.charAt(B),B++):(x=r,te===0&&me(rs)),te--,x===r?D=void 0:(B=D,D=r),D}let ro=t.reservedWords||[];if(ni=u(),ni!==r&&B===e.length)return ni;throw ni!==r&&B<e.length&&me(Ph()),fl(oa,Sn<e.length?e.charAt(Sn):null,Sn<e.length?Ns(Sn,Sn+1):Ns(Sn,Sn))}Ew.exports={SyntaxError:Xu,parse:E$}});var el=Se((bN,ww)=>{"use strict";var A$=hh(),w$=vw(),C$=Aw(),F$=Pd(),D$=["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"],Qc={VERSION:F$,RESERVED_WORDS:D$,GrammarError:A$,parser:C$,compiler:w$,generate(e,t){t=t!==void 0?t:{};function r(u){let i={};return Object.keys(u).forEach(o=>{i[o]=u[o].slice()}),i}let n="plugins"in t?t.plugins:[],s={parser:Qc.parser,passes:r(Qc.compiler.passes),reservedWords:Qc.RESERVED_WORDS.slice()};return n.forEach(u=>{u.use(s,t)}),Qc.compiler.compile(s.parser.parse(e,{grammarSource:t.grammarSource,reservedWords:s.reservedWords}),s.passes,t)}};ww.exports=Qc});var Jd=Se((Wd,Xd)=>{(function(e,t){typeof Wd=="object"&&typeof Xd<"u"?Xd.exports=t():typeof define=="function"&&define.amd?define(t):e.JSON5=t()})(Wd,function(){"use strict";function e(re,fe){return fe={exports:{}},re(fe,fe.exports),fe.exports}var t=e(function(re){var fe=re.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(re){var fe=re.exports={version:"2.6.5"};typeof __e=="number"&&(__e=fe)}),n=r.version,s=function(re){return typeof re=="object"?re!==null:typeof re=="function"},u=function(re){if(!s(re))throw TypeError(re+" is not an object!");return re},i=function(re){try{return!!re()}catch{return!0}},o=!i(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7}),l=t.document,h=s(l)&&s(l.createElement),d=function(re){return h?l.createElement(re):{}},E=!o&&!i(function(){return Object.defineProperty(d("div"),"a",{get:function(){return 7}}).a!=7}),p=function(re,fe){if(!s(re))return re;var He,Ne;if(fe&&typeof(He=re.toString)=="function"&&!s(Ne=He.call(re))||typeof(He=re.valueOf)=="function"&&!s(Ne=He.call(re))||!fe&&typeof(He=re.toString)=="function"&&!s(Ne=He.call(re)))return Ne;throw TypeError("Can't convert object to primitive value")},f=Object.defineProperty,w=o?Object.defineProperty:function(fe,He,Ne){if(u(fe),He=p(He,!0),u(Ne),E)try{return f(fe,He,Ne)}catch{}if("get"in Ne||"set"in Ne)throw TypeError("Accessors not supported!");return"value"in Ne&&(fe[He]=Ne.value),fe},v={f:w},F=function(re,fe){return{enumerable:!(re&1),configurable:!(re&2),writable:!(re&4),value:fe}},A=o?function(re,fe,He){return v.f(re,fe,F(1,He))}:function(re,fe,He){return re[fe]=He,re},C={}.hasOwnProperty,S=function(re,fe){return C.call(re,fe)},I=0,_=Math.random(),j=function(re){return"Symbol(".concat(re===void 0?"":re,")_",(++I+_).toString(36))},M=!1,b=e(function(re){var fe="__core-js_shared__",He=t[fe]||(t[fe]={});(re.exports=function(Ne,ze){return He[Ne]||(He[Ne]=ze!==void 0?ze:{})})("versions",[]).push({version:r.version,mode:M?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})}),P=b("native-function-to-string",Function.toString),k=e(function(re){var fe=j("src"),He="toString",Ne=(""+P).split(He);r.inspectSource=function(ze){return P.call(ze)},(re.exports=function(ze,at,ft,Er){var kt=typeof ft=="function";kt&&(S(ft,"name")||A(ft,"name",at)),ze[at]!==ft&&(kt&&(S(ft,fe)||A(ft,fe,ze[at]?""+ze[at]:Ne.join(String(at)))),ze===t?ze[at]=ft:Er?ze[at]?ze[at]=ft:A(ze,at,ft):(delete ze[at],A(ze,at,ft)))})(Function.prototype,He,function(){return typeof this=="function"&&this[fe]||P.call(this)})}),H=function(re){if(typeof re!="function")throw TypeError(re+" is not a function!");return re},G=function(re,fe,He){if(H(re),fe===void 0)return re;switch(He){case 1:return function(Ne){return re.call(fe,Ne)};case 2:return function(Ne,ze){return re.call(fe,Ne,ze)};case 3:return function(Ne,ze,at){return re.call(fe,Ne,ze,at)}}return function(){return re.apply(fe,arguments)}},Y="prototype",K=function(re,fe,He){var Ne=re&K.F,ze=re&K.G,at=re&K.S,ft=re&K.P,Er=re&K.B,kt=ze?t:at?t[fe]||(t[fe]={}):(t[fe]||{})[Y],On=ze?r:r[fe]||(r[fe]={}),Ci=On[Y]||(On[Y]={}),Wr,an,fr,Xr;ze&&(He=fe);for(Wr in He)an=!Ne&&kt&&kt[Wr]!==void 0,fr=(an?kt:He)[Wr],Xr=Er&&an?G(fr,t):ft&&typeof fr=="function"?G(Function.call,fr):fr,kt&&k(kt,Wr,fr,re&K.U),On[Wr]!=fr&&A(On,Wr,Xr),ft&&Ci[Wr]!=fr&&(Ci[Wr]=fr)};t.core=r,K.F=1,K.G=2,K.S=4,K.P=8,K.B=16,K.W=32,K.U=64,K.R=128;var z=K,X=Math.ceil,se=Math.floor,ye=function(re){return isNaN(re=+re)?0:(re>0?se:X)(re)},Fe=function(re){if(re==null)throw TypeError("Can't call method on "+re);return re},Pe=function(re){return function(fe,He){var Ne=String(Fe(fe)),ze=ye(He),at=Ne.length,ft,Er;return ze<0||ze>=at?re?"":void 0:(ft=Ne.charCodeAt(ze),ft<55296||ft>56319||ze+1===at||(Er=Ne.charCodeAt(ze+1))<56320||Er>57343?re?Ne.charAt(ze):ft:re?Ne.slice(ze,ze+2):(ft-55296<<10)+(Er-56320)+65536)}},Je=Pe(!1);z(z.P,"String",{codePointAt:function(fe){return Je(this,fe)}});var ce=r.String.codePointAt,Be=Math.max,Ve=Math.min,Dr=function(re,fe){return re=ye(re),re<0?Be(re+fe,0):Ve(re,fe)},jt=String.fromCharCode,Ct=String.fromCodePoint;z(z.S+z.F*(!!Ct&&Ct.length!=1),"String",{fromCodePoint:function(fe){for(var He=arguments,Ne=[],ze=arguments.length,at=0,ft;ze>at;){if(ft=+He[at++],Dr(ft,1114111)!==ft)throw RangeError(ft+" is not a valid code point");Ne.push(ft<65536?jt(ft):jt(((ft-=65536)>>10)+55296,ft%1024+56320))}return Ne.join("")}});var cr=r.String.fromCodePoint,Qt=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,pt=/[\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]/,Mt=/[\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]/,st={Space_Separator:Qt,ID_Start:pt,ID_Continue:Mt},Ye={isSpaceSeparator:function(fe){return typeof fe=="string"&&st.Space_Separator.test(fe)},isIdStartChar:function(fe){return typeof fe=="string"&&(fe>="a"&&fe<="z"||fe>="A"&&fe<="Z"||fe==="$"||fe==="_"||st.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"||st.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)}},er,qe,Pt,Kr,Wt,qt,mt,yr,ei,Gr=function(fe,He){er=String(fe),qe="start",Pt=[],Kr=0,Wt=1,qt=0,mt=void 0,yr=void 0,ei=void 0;do mt=Ts(),Du[qe]();while(mt.type!=="eof");return typeof He=="function"?yt({"":ei},"",He):ei};function yt(re,fe,He){var Ne=re[fe];if(Ne!=null&&typeof Ne=="object")if(Array.isArray(Ne))for(var ze=0;ze<Ne.length;ze++){var at=String(ze),ft=yt(Ne,at,He);ft===void 0?delete Ne[at]:Object.defineProperty(Ne,at,{value:ft,writable:!0,enumerable:!0,configurable:!0})}else for(var Er in Ne){var kt=yt(Ne,Er,He);kt===void 0?delete Ne[Er]:Object.defineProperty(Ne,Er,{value:kt,writable:!0,enumerable:!0,configurable:!0})}return He.call(re,fe,Ne)}var je,_e,lr,zr,ut;function Ts(){for(je="default",_e="",lr=!1,zr=1;;){ut=Yr();var re=Zi[je]();if(re)return re}}function Yr(){if(er[Kr])return String.fromCodePoint(er.codePointAt(Kr))}function ge(){var re=Yr();return re===`
|
||
`?(Wt++,qt=0):re?qt+=re.length:qt++,re&&(Kr+=re.length),re}var Zi={default:function(){switch(ut){case" ":case"\v":case"\f":case" ":case"\xA0":case"\uFEFF":case`
|
||
`:case"\r":case"\u2028":case"\u2029":ge();return;case"/":ge(),je="comment";return;case void 0:return ge(),It("eof")}if(Ye.isSpaceSeparator(ut)){ge();return}return Zi[qe]()},comment:function(){switch(ut){case"*":ge(),je="multiLineComment";return;case"/":ge(),je="singleLineComment";return}throw Rt(ge())},multiLineComment:function(){switch(ut){case"*":ge(),je="multiLineCommentAsterisk";return;case void 0:throw Rt(ge())}ge()},multiLineCommentAsterisk:function(){switch(ut){case"*":ge();return;case"/":ge(),je="default";return;case void 0:throw Rt(ge())}ge(),je="multiLineComment"},singleLineComment:function(){switch(ut){case`
|
||
`:case"\r":case"\u2028":case"\u2029":ge(),je="default";return;case void 0:return ge(),It("eof")}ge()},value:function(){switch(ut){case"{":case"[":return It("punctuator",ge());case"n":return ge(),Nr("ull"),It("null",null);case"t":return ge(),Nr("rue"),It("boolean",!0);case"f":return ge(),Nr("alse"),It("boolean",!1);case"-":case"+":ge()==="-"&&(zr=-1),je="sign";return;case".":_e=ge(),je="decimalPointLeading";return;case"0":_e=ge(),je="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":_e=ge(),je="decimalInteger";return;case"I":return ge(),Nr("nfinity"),It("numeric",1/0);case"N":return ge(),Nr("aN"),It("numeric",NaN);case'"':case"'":lr=ge()==='"',_e="",je="string";return}throw Rt(ge())},identifierNameStartEscape:function(){if(ut!=="u")throw Rt(ge());ge();var fe=Qi();switch(fe){case"$":case"_":break;default:if(!Ye.isIdStartChar(fe))throw yu();break}_e+=fe,je="identifierName"},identifierName:function(){switch(ut){case"$":case"_":case"\u200C":case"\u200D":_e+=ge();return;case"\\":ge(),je="identifierNameEscape";return}if(Ye.isIdContinueChar(ut)){_e+=ge();return}return It("identifier",_e)},identifierNameEscape:function(){if(ut!=="u")throw Rt(ge());ge();var fe=Qi();switch(fe){case"$":case"_":case"\u200C":case"\u200D":break;default:if(!Ye.isIdContinueChar(fe))throw yu();break}_e+=fe,je="identifierName"},sign:function(){switch(ut){case".":_e=ge(),je="decimalPointLeading";return;case"0":_e=ge(),je="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":_e=ge(),je="decimalInteger";return;case"I":return ge(),Nr("nfinity"),It("numeric",zr*(1/0));case"N":return ge(),Nr("aN"),It("numeric",NaN)}throw Rt(ge())},zero:function(){switch(ut){case".":_e+=ge(),je="decimalPoint";return;case"e":case"E":_e+=ge(),je="decimalExponent";return;case"x":case"X":_e+=ge(),je="hexadecimal";return}return It("numeric",zr*0)},decimalInteger:function(){switch(ut){case".":_e+=ge(),je="decimalPoint";return;case"e":case"E":_e+=ge(),je="decimalExponent";return}if(Ye.isDigit(ut)){_e+=ge();return}return It("numeric",zr*Number(_e))},decimalPointLeading:function(){if(Ye.isDigit(ut)){_e+=ge(),je="decimalFraction";return}throw Rt(ge())},decimalPoint:function(){switch(ut){case"e":case"E":_e+=ge(),je="decimalExponent";return}if(Ye.isDigit(ut)){_e+=ge(),je="decimalFraction";return}return It("numeric",zr*Number(_e))},decimalFraction:function(){switch(ut){case"e":case"E":_e+=ge(),je="decimalExponent";return}if(Ye.isDigit(ut)){_e+=ge();return}return It("numeric",zr*Number(_e))},decimalExponent:function(){switch(ut){case"+":case"-":_e+=ge(),je="decimalExponentSign";return}if(Ye.isDigit(ut)){_e+=ge(),je="decimalExponentInteger";return}throw Rt(ge())},decimalExponentSign:function(){if(Ye.isDigit(ut)){_e+=ge(),je="decimalExponentInteger";return}throw Rt(ge())},decimalExponentInteger:function(){if(Ye.isDigit(ut)){_e+=ge();return}return It("numeric",zr*Number(_e))},hexadecimal:function(){if(Ye.isHexDigit(ut)){_e+=ge(),je="hexadecimalInteger";return}throw Rt(ge())},hexadecimalInteger:function(){if(Ye.isHexDigit(ut)){_e+=ge();return}return It("numeric",zr*Number(_e))},string:function(){switch(ut){case"\\":ge(),_e+=Li();return;case'"':if(lr)return ge(),It("string",_e);_e+=ge();return;case"'":if(!lr)return ge(),It("string",_e);_e+=ge();return;case`
|
||
`:case"\r":throw Rt(ge());case"\u2028":case"\u2029":Su(ut);break;case void 0:throw Rt(ge())}_e+=ge()},start:function(){switch(ut){case"{":case"[":return It("punctuator",ge())}je="value"},beforePropertyName:function(){switch(ut){case"$":case"_":_e=ge(),je="identifierName";return;case"\\":ge(),je="identifierNameStartEscape";return;case"}":return It("punctuator",ge());case'"':case"'":lr=ge()==='"',je="string";return}if(Ye.isIdStartChar(ut)){_e+=ge(),je="identifierName";return}throw Rt(ge())},afterPropertyName:function(){if(ut===":")return It("punctuator",ge());throw Rt(ge())},beforePropertyValue:function(){je="value"},afterPropertyValue:function(){switch(ut){case",":case"}":return It("punctuator",ge())}throw Rt(ge())},beforeArrayValue:function(){if(ut==="]")return It("punctuator",ge());je="value"},afterArrayValue:function(){switch(ut){case",":case"]":return It("punctuator",ge())}throw Rt(ge())},end:function(){throw Rt(ge())}};function It(re,fe){return{type:re,value:fe,line:Wt,column:qt}}function Nr(re){for(var fe=0,He=re;fe<He.length;fe+=1){var Ne=He[fe],ze=Yr();if(ze!==Ne)throw Rt(ge());ge()}}function Li(){var re=Yr();switch(re){case"b":return ge(),"\b";case"f":return ge(),"\f";case"n":return ge(),`
|
||
`;case"r":return ge(),"\r";case"t":return ge()," ";case"v":return ge(),"\v";case"0":if(ge(),Ye.isDigit(Yr()))throw Rt(ge());return"\0";case"x":return ge(),Fu();case"u":return ge(),Qi();case`
|
||
`:case"\u2028":case"\u2029":return ge(),"";case"\r":return ge(),Yr()===`
|
||
`&&ge(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw Rt(ge());case void 0:throw Rt(ge())}return ge()}function Fu(){var re="",fe=Yr();if(!Ye.isHexDigit(fe)||(re+=ge(),fe=Yr(),!Ye.isHexDigit(fe)))throw Rt(ge());return re+=ge(),String.fromCodePoint(parseInt(re,16))}function Qi(){for(var re="",fe=4;fe-- >0;){var He=Yr();if(!Ye.isHexDigit(He))throw Rt(ge());re+=ge()}return String.fromCodePoint(parseInt(re,16))}var Du={start:function(){if(mt.type==="eof")throw Tn();es()},beforePropertyName:function(){switch(mt.type){case"identifier":case"string":yr=mt.value,qe="afterPropertyName";return;case"punctuator":Ui();return;case"eof":throw Tn()}},afterPropertyName:function(){if(mt.type==="eof")throw Tn();qe="beforePropertyValue"},beforePropertyValue:function(){if(mt.type==="eof")throw Tn();es()},beforeArrayValue:function(){if(mt.type==="eof")throw Tn();if(mt.type==="punctuator"&&mt.value==="]"){Ui();return}es()},afterPropertyValue:function(){if(mt.type==="eof")throw Tn();switch(mt.value){case",":qe="beforePropertyName";return;case"}":Ui()}},afterArrayValue:function(){if(mt.type==="eof")throw Tn();switch(mt.value){case",":qe="beforeArrayValue";return;case"]":Ui()}},end:function(){}};function es(){var re;switch(mt.type){case"punctuator":switch(mt.value){case"{":re={};break;case"[":re=[];break}break;case"null":case"boolean":case"numeric":case"string":re=mt.value;break}if(ei===void 0)ei=re;else{var fe=Pt[Pt.length-1];Array.isArray(fe)?fe.push(re):Object.defineProperty(fe,yr,{value:re,writable:!0,enumerable:!0,configurable:!0})}if(re!==null&&typeof re=="object")Pt.push(re),Array.isArray(re)?qe="beforeArrayValue":qe="beforePropertyName";else{var He=Pt[Pt.length-1];He==null?qe="end":Array.isArray(He)?qe="afterArrayValue":qe="afterPropertyValue"}}function Ui(){Pt.pop();var re=Pt[Pt.length-1];re==null?qe="end":Array.isArray(re)?qe="afterArrayValue":qe="afterPropertyValue"}function Rt(re){return ts(re===void 0?"JSON5: invalid end of input at "+Wt+":"+qt:"JSON5: invalid character '"+bu(re)+"' at "+Wt+":"+qt)}function Tn(){return ts("JSON5: invalid end of input at "+Wt+":"+qt)}function yu(){return qt-=5,ts("JSON5: invalid identifier character at "+Wt+":"+qt)}function Su(re){console.warn("JSON5: '"+bu(re)+"' in strings is not valid ECMAScript; consider escaping")}function bu(re){var fe={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(fe[re])return fe[re];if(re<" "){var He=re.charCodeAt(0).toString(16);return"\\x"+("00"+He).substring(He.length)}return re}function ts(re){var fe=new SyntaxError(re);return fe.lineNumber=Wt,fe.columnNumber=qt,fe}var Ju=function(fe,He,Ne){var ze=[],at="",ft,Er,kt="",On;if(He!=null&&typeof He=="object"&&!Array.isArray(He)&&(Ne=He.space,On=He.quote,He=He.replacer),typeof He=="function")Er=He;else if(Array.isArray(He)){ft=[];for(var Ci=0,Wr=He;Ci<Wr.length;Ci+=1){var an=Wr[Ci],fr=void 0;typeof an=="string"?fr=an:(typeof an=="number"||an instanceof String||an instanceof Number)&&(fr=String(an)),fr!==void 0&&ft.indexOf(fr)<0&&ft.push(fr)}}return Ne instanceof Number?Ne=Number(Ne):Ne instanceof String&&(Ne=String(Ne)),typeof Ne=="number"?Ne>0&&(Ne=Math.min(10,Math.floor(Ne)),kt=" ".substr(0,Ne)):typeof Ne=="string"&&(kt=Ne.substr(0,10)),Xr("",{"":fe});function Xr($t,hr){var rt=hr[$t];switch(rt!=null&&(typeof rt.toJSON5=="function"?rt=rt.toJSON5($t):typeof rt.toJSON=="function"&&(rt=rt.toJSON($t))),Er&&(rt=Er.call(hr,$t,rt)),rt instanceof Number?rt=Number(rt):rt instanceof String?rt=String(rt):rt instanceof Boolean&&(rt=rt.valueOf()),rt){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof rt=="string")return Pr(rt,!1);if(typeof rt=="number")return String(rt);if(typeof rt=="object")return Array.isArray(rt)?An(rt):Qu(rt)}function Pr($t){for(var hr={"'":.1,'"':.2},rt={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},tr="",kr=0;kr<$t.length;kr++){var rr=$t[kr];switch(rr){case"'":case'"':hr[rr]++,tr+=rr;continue;case"\0":if(Ye.isDigit($t[kr+1])){tr+="\\x00";continue}}if(rt[rr]){tr+=rt[rr];continue}if(rr<" "){var Lt=rr.charCodeAt(0).toString(16);tr+="\\x"+("00"+Lt).substring(Lt.length);continue}tr+=rr}var wn=On||Object.keys(hr).reduce(function(xn,Nn){return hr[xn]<hr[Nn]?xn:Nn});return tr=tr.replace(new RegExp(wn,"g"),rt[wn]),wn+tr+wn}function Qu($t){if(ze.indexOf($t)>=0)throw TypeError("Converting circular structure to JSON5");ze.push($t);var hr=at;at=at+kt;for(var rt=ft||Object.keys($t),tr=[],kr=0,rr=rt;kr<rr.length;kr+=1){var Lt=rr[kr],wn=Xr(Lt,$t);if(wn!==void 0){var xn=ns(Lt)+":";kt!==""&&(xn+=" "),xn+=wn,tr.push(xn)}}var Nn;if(tr.length===0)Nn="{}";else{var Cn;if(kt==="")Cn=tr.join(","),Nn="{"+Cn+"}";else{var Sr=`,
|
||
`+at;Cn=tr.join(Sr),Nn=`{
|
||
`+at+Cn+`,
|
||
`+hr+"}"}}return ze.pop(),at=hr,Nn}function ns($t){if($t.length===0)return Pr($t,!0);var hr=String.fromCodePoint($t.codePointAt(0));if(!Ye.isIdStartChar(hr))return Pr($t,!0);for(var rt=hr.length;rt<$t.length;rt++)if(!Ye.isIdContinueChar(String.fromCodePoint($t.codePointAt(rt))))return Pr($t,!0);return $t}function An($t){if(ze.indexOf($t)>=0)throw TypeError("Converting circular structure to JSON5");ze.push($t);var hr=at;at=at+kt;for(var rt=[],tr=0;tr<$t.length;tr++){var kr=Xr(String(tr),$t);rt.push(kr!==void 0?kr:"null")}var rr;if(rt.length===0)rr="[]";else if(kt===""){var Lt=rt.join(",");rr="["+Lt+"]"}else{var wn=`,
|
||
`+at,xn=rt.join(wn);rr=`[
|
||
`+at+xn+`,
|
||
`+hr+"]"}return ze.pop(),at=hr,rr}},rs={parse:Gr,stringify:Ju},Zu=rs,Os=Zu;return Os})});var Yl="2.20.2";var L0="schemaVersion",$i="settings",Pi="subs",xu="collections",Js="files",Wl="modules",Vi="artifacts",Ac="rules",U0="tokens";var qg="Sub-Store Artifacts Repository",Aa="#sub-store-cached-resource",wa="#sub-store-cached-headers-resource",Xl="#sub-store-chr-expiration-time";var Ca="#sub-store-cached-script-resource",Jl="#sub-store-csr-expiration-time";var Wg="3.7.7",ky=Wg,ho=typeof Buffer=="function",Vg=typeof TextDecoder=="function"?new TextDecoder:void 0,Kg=typeof TextEncoder=="function"?new TextEncoder:void 0,Ly="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",wc=Array.prototype.slice.call(Ly),Zl=(e=>{let t={};return e.forEach((r,n)=>t[r]=n),t})(wc),Uy=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,rn=String.fromCharCode.bind(String),Gg=typeof Uint8Array.from=="function"?Uint8Array.from.bind(Uint8Array):e=>new Uint8Array(Array.prototype.slice.call(e,0)),Xg=e=>e.replace(/=/g,"").replace(/[+\/]/g,t=>t=="+"?"-":"_"),Jg=e=>e.replace(/[^A-Za-z0-9\+\/]/g,""),Zg=e=>{let t,r,n,s,u="",i=e.length%3;for(let o=0;o<e.length;){if((r=e.charCodeAt(o++))>255||(n=e.charCodeAt(o++))>255||(s=e.charCodeAt(o++))>255)throw new TypeError("invalid character found");t=r<<16|n<<8|s,u+=wc[t>>18&63]+wc[t>>12&63]+wc[t>>6&63]+wc[t&63]}return i?u.slice(0,i-3)+"===".substring(i):u},M0=typeof btoa=="function"?e=>btoa(e):ho?e=>Buffer.from(e,"binary").toString("base64"):Zg,H0=ho?e=>Buffer.from(e).toString("base64"):e=>{let r=[];for(let n=0,s=e.length;n<s;n+=4096)r.push(rn.apply(null,e.subarray(n,n+4096)));return M0(r.join(""))},Ql=(e,t=!1)=>t?Xg(H0(e)):H0(e),Hy=e=>{if(e.length<2){var t=e.charCodeAt(0);return t<128?e:t<2048?rn(192|t>>>6)+rn(128|t&63):rn(224|t>>>12&15)+rn(128|t>>>6&63)+rn(128|t&63)}else{var t=65536+(e.charCodeAt(0)-55296)*1024+(e.charCodeAt(1)-56320);return rn(240|t>>>18&7)+rn(128|t>>>12&63)+rn(128|t>>>6&63)+rn(128|t&63)}},jy=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,Qg=e=>e.replace(jy,Hy),zg=ho?e=>Buffer.from(e,"utf8").toString("base64"):Kg?e=>H0(Kg.encode(e)):e=>M0(Qg(e)),fo=(e,t=!1)=>t?Xg(zg(e)):zg(e),Yg=e=>fo(e,!0),My=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,qy=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 rn((r>>>10)+55296)+rn((r&1023)+56320);case 3:return rn((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return rn((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},em=e=>e.replace(My,qy),tm=e=>{if(e=e.replace(/\s+/g,""),!Uy.test(e))throw new TypeError("malformed base64.");e+="==".slice(2-(e.length&3));let t,r="",n,s;for(let u=0;u<e.length;)t=Zl[e.charAt(u++)]<<18|Zl[e.charAt(u++)]<<12|(n=Zl[e.charAt(u++)])<<6|(s=Zl[e.charAt(u++)]),r+=n===64?rn(t>>16&255):s===64?rn(t>>16&255,t>>8&255):rn(t>>16&255,t>>8&255,t&255);return r},q0=typeof atob=="function"?e=>atob(Jg(e)):ho?e=>Buffer.from(e,"base64").toString("binary"):tm,rm=ho?e=>Gg(Buffer.from(e,"base64")):e=>Gg(q0(e).split("").map(t=>t.charCodeAt(0))),nm=e=>rm(im(e)),Vy=ho?e=>Buffer.from(e,"base64").toString("utf8"):Vg?e=>Vg.decode(rm(e)):e=>em(q0(e)),im=e=>Jg(e.replace(/[-_]/g,t=>t=="-"?"+":"/")),j0=e=>Vy(im(e)),Ky=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)},sm=e=>({value:e,enumerable:!1,writable:!0,configurable:!0}),um=function(){let e=(t,r)=>Object.defineProperty(String.prototype,t,sm(r));e("fromBase64",function(){return j0(this)}),e("toBase64",function(t){return fo(this,t)}),e("toBase64URI",function(){return fo(this,!0)}),e("toBase64URL",function(){return fo(this,!0)}),e("toUint8Array",function(){return nm(this)})},am=function(){let e=(t,r)=>Object.defineProperty(Uint8Array.prototype,t,sm(r));e("toBase64",function(t){return Ql(this,t)}),e("toBase64URI",function(){return Ql(this,!0)}),e("toBase64URL",function(){return Ql(this,!0)})},Gy=()=>{um(),am()},Dt={version:Wg,VERSION:ky,atob:q0,atobPolyfill:tm,btoa:M0,btoaPolyfill:Zg,fromBase64:j0,toBase64:fo,encode:fo,encodeURI:Yg,encodeURL:Yg,utob:Qg,btou:em,decode:j0,isValid:Ky,fromUint8Array:Ql,toUint8Array:nm,extendString:um,extendUint8Array:am,extendBuiltins:Gy};var Nu=typeof $task<"u",Zs=typeof $loon<"u",ku=typeof $httpClient<"u"&&!Zs,cs=eval('typeof process !== "undefined"'),om=typeof $environment<"u"&&$environment["stash-version"],cm=typeof $rocket<"u",zy=typeof egern=="object",Yy=typeof $native<"u",Lu=typeof $Plugins<"u";function ef(e){return e!==null&&typeof e=="object"&&[null,Object.prototype].includes(Object.getPrototypeOf(e))}function Wy(e){let[t,r,n,s,u,i,o]=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 tf=class{constructor(name="untitled",debug=!1){if(this.name=name,this.debug=debug,this.http=Ki(),this.env=li(),cs){let dotenv=eval('require("dotenv")');dotenv.config()}this.node=(()=>{if(cs){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(Nu&&(this.cache=JSON.parse($prefs.valueForKey(this.name)||"{}")),(Zs||ku)&&(this.cache=JSON.parse($persistentStore.read(this.name)||"{}")),Lu&&(this.cache=JSON.parse($Plugins.SubStoreCache.get(this.name)||"{}")),cs){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}`)}ef(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")),!ef(this.cache))throw new Error("Invalid Data")}catch{try{let t=Dt.decode(this.node.fs.readFileSync(`${fpath}`,"utf-8"));if(this.cache=JSON.parse(t),this.node.fs.writeFileSync(fpath,t,{flag:"w"}),!ef(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}`)}}ef(this.cache)||(this.node.fs.writeFileSync(fpath,JSON.stringify({}),{flag:"w"}),this.cache={})}}persistCache(){let data=JSON.stringify(this.cache,null,2);if(Nu&&$prefs.setValueForKey(data,this.name),(Zs||ku)&&$persistentStore.write(data,this.name),Lu&&$Plugins.SubStoreCache.set(this.name,data),cs){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),ku||Zs)return $persistentStore.write(e,t);if(Nu)return $prefs.setValueForKey(e,t);if(cs&&(this.root[t]=e),Lu)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),ku||Zs)return $persistentStore.read(e);if(Nu)return $prefs.valueForKey(e);if(cs)return this.root[e];if(Lu)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),ku||Zs)return $persistentStore.write(null,e);if(Nu)return $prefs.removeValueForKey(e);if(cs&&delete this.root[e],Lu)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(Nu&&$notify(title,subtitle,content,options),ku&&$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(cs){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){let e=push.replace("[\u63A8\u9001\u6807\u9898]",encodeURIComponent(title||"Sub-Store")).replace("[\u63A8\u9001\u5185\u5BB9]",encodeURIComponent([subtitle,content_].map(r=>r).join(`
|
||
`)));Ki().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}`)})}}Lu&&$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={}){Nu||Zs||ku||Lu?$done(e):cs&&typeof $context<"u"&&($context.headers=e.headers,$context.statusCode=e.statusCode,$context.body=e.body)}};function li(){return{isQX:Nu,isLoon:Zs,isSurge:ku,isNode:cs,isStash:om,isShadowRocket:cm,isEgern:zy,isLanceX:Yy,isGUIforCores:Lu}}function Ki(defaultOptions={baseURL:""}){let{isQX,isLoon,isSurge,isNode,isGUIforCores}=li(),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||om||cm)&&(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)},bodyTimeout:opts.timeout,headersTimeout:opts.timeout};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(Wy(opts.proxy),agentOpts):dispatcher=new ProxyAgent({...agentOpts,uri:opts.proxy}):dispatcher=new EnvHttpProxyAgent(agentOpts);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 Xy=new tf("sub-store"),V=Xy;function V0(){Jy()}function Jy(){let e=V.read(L0);e||Zy(),e!=="2.0"&&V.write("2.0",L0)}function Zy(){V.info("Start migrating...");let e=V.read(Pi)||{},t=Object.values(e).map(w=>(w.source=w.source||"remote",p(w),f(w),w));V.write(t,Pi);let r=V.read(xu)||{},n=Object.values(r).map(w=>(delete w.ua,p(w),f(w),w));V.write(n,xu);let s=V.read(Vi)||{},u=Object.values(s);V.write(u,Vi);let i=V.read(Ac)||{},o=Object.values(i);V.write(o,Ac);let l=V.read(Js)||{},h=Object.values(l);V.write(h,Js);let d=V.read(U0)||{},E=Object.values(d);V.write(E,U0),delete V.cache.builtin,V.info("Migration complete!");function p(w){let v=w["display-name"];v&&(w.displayName=v,delete w["display-name"])}function f(w){let v=w.process;if(!v||v.length===0)return;let F=[],A={type:"Quick Setting Operator",args:{udp:"DEFAULT",tfo:"DEFAULT",scert:"DEFAULT","vmess aead":"DEFAULT",useless:"DEFAULT"}};for(let C of v)if(C.type){if(C.type==="Useless Filter")A.args.useless="ENABLED";else if(C.type==="Set Property Operator"){let{key:S,value:I}=C.args;switch(S){case"udp":A.args.udp=I?"ENABLED":"DISABLED";break;case"tfo":A.args.tfo=I?"ENABLED":"DISABLED";break;case"skip-cert-verify":A.args.scert=I?"ENABLED":"DISABLED";break;case"aead":A.args["vmess aead"]=I?"ENABLED":"DISABLED";break}}else if(C.type.indexOf("Keyword")===-1)if(C.type==="Flag Operator"){let S=typeof C.args>"u"?!0:C.args;C.args={mode:S?"add":"remove"},F.push(C)}else F.push(C)}F.unshift(A),w.process=F}}function K0({substore:$,port,host}){let{isNode}=li(),DEFAULT_HEADERS={"Content-Type":"text/plain;charset=UTF-8","Access-Control-Allow-Origin":"*","Access-Control-Allow-Methods":"POST,GET,OPTIONS,PATCH,PUT,DELETE","Access-Control-Allow-Headers":"Origin, X-Requested-With, Content-Type, Accept","X-Powered-By":"Sub-Store"};if(isNode){let express_=eval('require("express")'),bodyParser=eval('require("body-parser")'),app=express_(),limit=eval("process.env.SUB_STORE_BODY_JSON_LIMIT")||"1mb";return $.info(`[BACKEND] body JSON limit: ${limit}`),app.use(bodyParser.json({verify:rawBodySaver,limit})),app.use(bodyParser.urlencoded({verify:rawBodySaver,extended:!0})),app.use(bodyParser.raw({verify:rawBodySaver,type:"*/*"})),app.use((e,t,r)=>{t.set(DEFAULT_HEADERS),r()}),app.start=()=>{app.get("*",function(t,r){r.status(404).end()});let e=app.listen(port,host,()=>{let{address:t,port:r}=e.address();$.info(`[BACKEND] listening on ${t}:${r}`)})},app}let handlers=[],METHODS_NAMES=["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD'","ALL"],dispatch=(e,t=0)=>{let{method:r,url:n,headers:s,body:u}=e;s=Qy(s),/json/i.test(s["content-type"])&&(u=JSON.parse(u)),r=r.toUpperCase();let{path:i,query:o}=t3(n),l=null,h,d=0;for(h=t;h<handlers.length;h++)if(handlers[h].method==="ALL"||r===handlers[h].method){let{pattern:E}=handlers[h];e3(E,i)&&E.split("/").length>d&&(l=handlers[h],d=E.split("/").length)}if(l){let E=()=>{dispatch(r,n,h)},p={method:r,url:n,path:i,query:o,params:lm(l.pattern,i),headers:s,body:u},f=Response(),w=l.callback,v=F=>{f.status(500).json({status:"failed",message:`Internal Server Error: ${F}`})};if(w.constructor.name==="AsyncFunction")w(p,f,E).catch(v);else try{w(p,f,E)}catch(F){v(F)}}else Response().status(404).json({status:"failed",message:"ERROR: 404 not found"})},app={};return METHODS_NAMES.forEach(e=>{app[e.toLowerCase()]=(t,r)=>{handlers.push({method:e,pattern:t,callback:r})}}),app.route=e=>{let t={};return METHODS_NAMES.forEach(r=>{t[r.toLowerCase()]=n=>(handlers.push({method:r,pattern:e,callback:n}),t)}),t},app.start=()=>{dispatch($request)},app;function rawBodySaver(e,t,r,n){r&&r.length&&(e.rawBody=r.toString(n||"utf8"))}function Response(){let e=200,{isQX:t,isLoon:r,isSurge:n,isGUIforCores:s}=li(),u=DEFAULT_HEADERS,i={200:"HTTP/1.1 200 OK",201:"HTTP/1.1 201 Created",302:"HTTP/1.1 302 Found",307:"HTTP/1.1 307 Temporary Redirect",308:"HTTP/1.1 308 Permanent Redirect",404:"HTTP/1.1 404 Not Found",500:"HTTP/1.1 500 Internal Server Error"};return new class{status(o){return e=o,this}send(o=""){let l={status:t?i[e]:e,body:o,headers:u};t||s?$done(l):(r||n)&&$done({response:l})}end(){this.send()}html(o){this.set("Content-Type","text/html;charset=UTF-8"),this.send(o)}json(o){this.set("Content-Type","application/json;charset=UTF-8"),this.send(JSON.stringify(o))}set(o,l){return u[o]=l,this}}}}function Qy(e){let t={};for(let r of Object.keys(e))t[r.toLowerCase()]=e[r];return t}function e3(e,t){if(e instanceof RegExp&&e.test(t))return!0;if(e==="/")return!0;if(e.indexOf(":")===-1){let r=t.split("/"),n=e.split("/");for(let s=0;s<n.length;s++)if(r[s]!==n[s])return!1;return!0}else if(lm(e,t))return!0;return!1}function t3(e){let r=(e.match(/https?:\/\/[^/]+(\/[^?]*)/)||[])[1]||"/",n=e.indexOf("?"),s={};if(n!==-1){let u=e.slice(e.indexOf("?")+1).split("&");for(let i=0;i<u.length;i++){let o=u[i].split("=");s[o[0]]=decodeURIComponent(o[1])}}return{path:r,query:s}}function lm(e,t){if(e.indexOf(":")===-1)return null;{let r={};for(let n=0,s=0;n<e.length;n++,s++)if(e[n]===":"){let u=[],i=[];for(;e[++n]!=="/"&&n<e.length;)u.push(e[n]);for(;t[s]!=="/"&&s<t.length;)i.push(t[s++]);r[u.join("")]=decodeURIComponent(i.join(""))}else if(e[n]!==t[s])return null;return r}}var WP=fn(Im()),JP=fn(Tm());function I3(e){let t=Object.keys(e),r="",n="",s="";for(let u of t){let i=u.toLowerCase();i==="user-agent"?(r=e[u],n=r.toLowerCase()):i==="accept"&&(s=e[u])}return{UA:r,ua:n,accept:s}}function B3({ua:e,UA:t,accept:r}){return t.indexOf("Quantumult%20X")!==-1?"QX":e.indexOf("egern")!==-1?"Egern":t.indexOf("Surfboard")!==-1?"Surfboard":t.indexOf("Surge Mac")!==-1?"SurgeMac":t.indexOf("Surge")!==-1?"Surge":t.indexOf("Decar")!==-1||t.indexOf("Loon")!==-1?"Loon":t.indexOf("Shadowrocket")!==-1?"Shadowrocket":t.indexOf("Stash")!==-1?"Stash":e==="meta"||e.indexOf("clash")!==-1&&e.indexOf("meta")!==-1||e.indexOf("clash-verge")!==-1||e.indexOf("flclash")!==-1?"ClashMeta":e.indexOf("clash")!==-1?"Clash":e.indexOf("v2ray")!==-1?"V2Ray":e.indexOf("sing-box")!==-1||e.indexOf("singbox")!==-1?"sing-box":r.indexOf("application/json")===0?"JSON":"V2Ray"}function Z0(e){let{UA:t,ua:r,accept:n}=I3(e);return B3({ua:r,UA:t,accept:n})}function Q0(e,t){return!1}var wh=fn(ff());var _p=fn(Dv());function eb(e){let t=_p.default.pemtohex(e);return _p.default.KJUR.crypto.Util.hashHex(t,"sha256").match(/.{2}/g).join(":").toUpperCase()}var yv={generateFingerprint:eb};var Oc=fn(mE());function EE(e,t,...r){try{return e(t,...r)}catch{return e(AE(e(t.replace(/!<str>\s*/g,"__SubStoreJSYAMLString__"),...r)).replace(/__SubStoreJSYAMLString__/g,""),...r)}}function Tc(e,...t){return EE(Oc.default.safeLoad,JSON.parse(JSON.stringify(e)),...t)}function PI(e,...t){return EE(Oc.default.load,JSON.parse(JSON.stringify(e)),...t)}function vE(e,...t){return Oc.default.safeDump(JSON.parse(JSON.stringify(e)),...t)}function AE(e,...t){return Oc.default.dump(JSON.parse(JSON.stringify(e)),...t)}var gs={safeLoad:Tc,load:PI,safeDump:vE,dump:AE,parse:Tc,stringify:vE};var Hp=0;function zi(e){return TI(RI(OI(e)))}function RI(e){return NI(kI(xI(e),e.length*8))}function TI(e){try{}catch{Hp=0}for(var t=Hp?"0123456789ABCDEF":"0123456789abcdef",r="",n,s=0;s<e.length;s++)n=e.charCodeAt(s),r+=t.charAt(n>>>4&15)+t.charAt(n&15);return r}function OI(e){for(var t="",r=-1,n,s;++r<e.length;)n=e.charCodeAt(r),s=r+1<e.length?e.charCodeAt(r+1):0,55296<=n&&n<=56319&&56320<=s&&s<=57343&&(n=65536+((n&1023)<<10)+(s&1023),r++),n<=127?t+=String.fromCharCode(n):n<=2047?t+=String.fromCharCode(192|n>>>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 xI(e){for(var t=Array(e.length>>2),r=0;r<t.length;r++)t[r]=0;for(var r=0;r<e.length*8;r+=8)t[r>>5]|=(e.charCodeAt(r/8)&255)<<r%32;return t}function NI(e){for(var t="",r=0;r<e.length*32;r+=8)t+=String.fromCharCode(e[r>>5]>>>r%32&255);return t}function kI(e,t){e[t>>5]|=128<<t%32,e[(t+64>>>9<<4)+14]=t;for(var r=1732584193,n=-271733879,s=-1732584194,u=271733878,i=0;i<e.length;i+=16){var o=r,l=n,h=s,d=u;r=dn(r,n,s,u,e[i+0],7,-680876936),u=dn(u,r,n,s,e[i+1],12,-389564586),s=dn(s,u,r,n,e[i+2],17,606105819),n=dn(n,s,u,r,e[i+3],22,-1044525330),r=dn(r,n,s,u,e[i+4],7,-176418897),u=dn(u,r,n,s,e[i+5],12,1200080426),s=dn(s,u,r,n,e[i+6],17,-1473231341),n=dn(n,s,u,r,e[i+7],22,-45705983),r=dn(r,n,s,u,e[i+8],7,1770035416),u=dn(u,r,n,s,e[i+9],12,-1958414417),s=dn(s,u,r,n,e[i+10],17,-42063),n=dn(n,s,u,r,e[i+11],22,-1990404162),r=dn(r,n,s,u,e[i+12],7,1804603682),u=dn(u,r,n,s,e[i+13],12,-40341101),s=dn(s,u,r,n,e[i+14],17,-1502002290),n=dn(n,s,u,r,e[i+15],22,1236535329),r=gn(r,n,s,u,e[i+1],5,-165796510),u=gn(u,r,n,s,e[i+6],9,-1069501632),s=gn(s,u,r,n,e[i+11],14,643717713),n=gn(n,s,u,r,e[i+0],20,-373897302),r=gn(r,n,s,u,e[i+5],5,-701558691),u=gn(u,r,n,s,e[i+10],9,38016083),s=gn(s,u,r,n,e[i+15],14,-660478335),n=gn(n,s,u,r,e[i+4],20,-405537848),r=gn(r,n,s,u,e[i+9],5,568446438),u=gn(u,r,n,s,e[i+14],9,-1019803690),s=gn(s,u,r,n,e[i+3],14,-187363961),n=gn(n,s,u,r,e[i+8],20,1163531501),r=gn(r,n,s,u,e[i+13],5,-1444681467),u=gn(u,r,n,s,e[i+2],9,-51403784),s=gn(s,u,r,n,e[i+7],14,1735328473),n=gn(n,s,u,r,e[i+12],20,-1926607734),r=mn(r,n,s,u,e[i+5],4,-378558),u=mn(u,r,n,s,e[i+8],11,-2022574463),s=mn(s,u,r,n,e[i+11],16,1839030562),n=mn(n,s,u,r,e[i+14],23,-35309556),r=mn(r,n,s,u,e[i+1],4,-1530992060),u=mn(u,r,n,s,e[i+4],11,1272893353),s=mn(s,u,r,n,e[i+7],16,-155497632),n=mn(n,s,u,r,e[i+10],23,-1094730640),r=mn(r,n,s,u,e[i+13],4,681279174),u=mn(u,r,n,s,e[i+0],11,-358537222),s=mn(s,u,r,n,e[i+3],16,-722521979),n=mn(n,s,u,r,e[i+6],23,76029189),r=mn(r,n,s,u,e[i+9],4,-640364487),u=mn(u,r,n,s,e[i+12],11,-421815835),s=mn(s,u,r,n,e[i+15],16,530742520),n=mn(n,s,u,r,e[i+2],23,-995338651),r=vn(r,n,s,u,e[i+0],6,-198630844),u=vn(u,r,n,s,e[i+7],10,1126891415),s=vn(s,u,r,n,e[i+14],15,-1416354905),n=vn(n,s,u,r,e[i+5],21,-57434055),r=vn(r,n,s,u,e[i+12],6,1700485571),u=vn(u,r,n,s,e[i+3],10,-1894986606),s=vn(s,u,r,n,e[i+10],15,-1051523),n=vn(n,s,u,r,e[i+1],21,-2054922799),r=vn(r,n,s,u,e[i+8],6,1873313359),u=vn(u,r,n,s,e[i+15],10,-30611744),s=vn(s,u,r,n,e[i+6],15,-1560198380),n=vn(n,s,u,r,e[i+13],21,1309151649),r=vn(r,n,s,u,e[i+4],6,-145523070),u=vn(u,r,n,s,e[i+11],10,-1120210379),s=vn(s,u,r,n,e[i+2],15,718787259),n=vn(n,s,u,r,e[i+9],21,-343485551),r=Vu(r,o),n=Vu(n,l),s=Vu(s,h),u=Vu(u,d)}return Array(r,n,s,u)}function Nf(e,t,r,n,s,u){return Vu(LI(Vu(Vu(t,e),Vu(n,u)),s),r)}function dn(e,t,r,n,s,u,i){return Nf(t&r|~t&n,e,t,s,u,i)}function gn(e,t,r,n,s,u,i){return Nf(t&n|r&~n,e,t,s,u,i)}function mn(e,t,r,n,s,u,i){return Nf(t^r^n,e,t,s,u,i)}function vn(e,t,r,n,s,u,i){return Nf(r^(t|~n),e,t,s,u,i)}function Vu(e,t){var r=(e&65535)+(t&65535),n=(e>>16)+(t>>16)+(r>>16);return n<<16|r&65535}function LI(e,t){return e<<t|e>>>32-t}var Kf=fn(RE()),l9=/^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$)){4}$/,f9=/^(([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 Br(e){return l9.test(e)}function Cr(e){return f9.test(e)}function TE(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 ws(e){return typeof e=="string"&&e.trim().length>0}function Jt(e,t){return ws(e)?e:t}function No(e){return typeof e<"u"&&e!==null}function ko(e,t){return No(e)?e:t}function uu(e){return e?/^.+?\s*?=\s*?.+?\s*?,.+?/.test(e)?{"policy-descriptor":e}:{policy:e}:{}}function h9(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e}function kc(e){let t=e.split(/,|\//),r=t[Math.floor(Math.random()*t.length)];if(r.includes("-")){let[n,s]=r.split("-").map(Number);return h9(n,s)}else return Number(r)}function OE(e){return Number.isSafeInteger(e)?String(e):BigInt(e).toString()}function Gf(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)}var Zp=class{constructor(t){this.expires=t,V.read(Aa)||V.write("{}",Aa);try{this.resourceCache=JSON.parse(V.read(Aa))}catch(r){V.error(`\u89E3\u6790\u6301\u4E45\u5316\u7F13\u5B58\u4E2D\u7684 ${Aa} \u5931\u8D25, \u91CD\u7F6E\u4E3A {}, \u9519\u8BEF: ${r?.message??r}`),this.resourceCache={},V.write("{}",Aa)}this._cleanup()}_cleanup(){let t=!1;Object.entries(this.resourceCache).forEach(r=>{let[n,s]=r;s.time||(delete this.resourceCache[n],V.delete(`#${n}`),t=!0),new Date().getTime()-s.time>this.expires&&(delete this.resourceCache[n],t=!0)}),t&&this._persist()}revokeAll(){this.resourceCache={},this._persist()}_persist(){V.write(JSON.stringify(this.resourceCache),Aa)}get(t){let r=this.resourceCache[t]&&this.resourceCache[t].time;return r&&new Date().getTime()-r<=this.expires?this.resourceCache[t].data:null}set(t,r){this.resourceCache[t]={time:new Date().getTime(),data:r},this._persist()}},qr=new Zp(36e5);var Qp=class{constructor(){this.expires=d9(),V.read(wa)||V.write("{}",wa);try{this.resourceCache=JSON.parse(V.read(wa))}catch(t){V.error(`\u89E3\u6790\u6301\u4E45\u5316\u7F13\u5B58\u4E2D\u7684 ${wa} \u5931\u8D25, \u91CD\u7F6E\u4E3A {}, \u9519\u8BEF: ${t?.message??t}`),this.resourceCache={},V.write("{}",wa)}this._cleanup()}_cleanup(){let t=!1;Object.entries(this.resourceCache).forEach(r=>{let[n,s]=r;s.time||(delete this.resourceCache[n],V.delete(`#${n}`),t=!0),new Date().getTime()-s.time>this.expires&&(delete this.resourceCache[n],t=!0)}),t&&this._persist()}revokeAll(){this.resourceCache={},this._persist()}_persist(){V.write(JSON.stringify(this.resourceCache),wa)}get(t){let r=this.resourceCache[t]&&this.resourceCache[t].time;return r&&new Date().getTime()-r<=this.expires?this.resourceCache[t].data:null}gettime(t){let r=this.resourceCache[t]&&this.resourceCache[t].time;return r&&new Date().getTime()-r<=this.expires?this.resourceCache[t].time:null}set(t,r){this.resourceCache[t]={time:new Date().getTime(),data:r},this._persist()}};function d9(){V.read(Xl)||V.write("6e4",Xl);let e=6e4;if(V.env.isLoon){let t={"1\u5206\u949F":6e4,"5\u5206\u949F":3e5,"10\u5206\u949F":6e5,"30\u5206\u949F":18e5,"1\u5C0F\u65F6":36e5,"2\u5C0F\u65F6":72e5,"3\u5C0F\u65F6":108e5,"6\u5C0F\u65F6":216e5,"12\u5C0F\u65F6":432e5,"24\u5C0F\u65F6":864e5,"48\u5C0F\u65F6":1728e5,"72\u5C0F\u65F6":2592e5,\u53C2\u6570\u4F20\u5165:"readcachets"},r=V.read("#\u54CD\u5E94\u5934\u7F13\u5B58\u6709\u6548\u671F");return r in t&&(e=t[r],e==="readcachets"&&(e=r)),e}else return e=V.read(Xl),e}var Lc=new Qp;function Lo(e){let t=Object.keys(e),r="",n="";for(let s of t){let u=s.toLowerCase();u==="subscription-userinfo"?r=e[s]:u==="profile-web-page-url"&&(n=e[s])}return`${r||""}${n?`; app_url=${encodeURIComponent(n)}`:""}`}async function Cs(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}=li(),insecure=$arguments?.insecure?V.env.isNode?{strictSSL:!1}:{insecure:!0}:void 0,{defaultProxy,defaultFlowUserAgent,defaultTimeout}=V.read($i),proxy=customProxy||defaultProxy;V.env.isNode&&(proxy=proxy||eval("process.env.SUB_STORE_BACKEND_DEFAULT_PROXY"));let userAgent=ua||defaultFlowUserAgent||"clash",requestTimeout=timeout||defaultTimeout||8e3,id=zi(userAgent+url),cached=Lc.get(id),flowInfo;if(!$arguments?.noCache&&cached)V.info(`\u4F7F\u7528\u7F13\u5B58\u7684\u6D41\u91CF\u4FE1\u606F: ${url}, ${userAgent}`),flowInfo=cached;else{let e=Ki();if(flowUrl){V.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{body:t}=await e.get({url:flowUrl,headers:{"User-Agent":userAgent},timeout:requestTimeout,...proxy?{proxy}:{},...isLoon&&proxy?{node:proxy}:{},...isQX&&proxy?{opts:{policy:proxy}}:{},...proxy?uu(proxy):{},...insecure||{}});flowInfo=t}else{try{V.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?uu(proxy):{},...insecure||{}});flowInfo=Lo(t)}catch(t){V.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){V.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?uu(proxy):{},...insecure||{}});flowInfo=Lo(t)}}flowInfo&&(flowInfo=flowInfo.trim()),flowInfo&&Lc.set(id,flowInfo)}return flowInfo}function zf(e){if(!e)return;let t=e.match(/upload=([-+]?)([0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?)/),r=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]),o=e.match(/expire=([-+]?)([0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?)/),l=o?Number(o[1]+o[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 Uc(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}:Uc(e/1024,r[++n])}function Yf(e){if(!e)throw new Error("\u6CA1\u6709\u6D41\u91CF\u4FE1\u606F");if(e?.expires&&e.expires*1e3<Date.now()){let t=new Date(e.expires*1e3).toLocaleDateString();throw new Error(`\u8BA2\u9605\u5DF2\u8FC7\u671F: ${t}`)}if(e?.total){let t=e.usage?.upload||0,r=e.usage?.download||0;if(e.total-t-r<0){let n=t+r,s=Uc(Math.abs(n));s.value=n<0?"-"+s.value:s.value;let u=Uc(e.total);throw new Error(`\u6D41\u91CF\u5DF2\u7528\u5B8C: ${s.value} ${s.unit} / ${u.value} ${u.unit}`)}}}function xE(e={}){try{let{resetDay:t,startDate:r,cycleDays:n}=e;if(["string","number"].includes(typeof e)&&(t=e),r&&n){if(n=parseInt(n),isNaN(n)||n<=0)throw new Error("\u91CD\u7F6E\u5468\u671F\u5E94\u4E3A\u6B63\u6574\u6570");if(!r||!Date.parse(r))throw new Error("\u5F00\u59CB\u65E5\u671F\u4E0D\u5408\u6CD5");let s=new Date(r),u=new Date;if(s.setHours(0,0,0,0),u.setHours(0,0,0,0),s.getTime()>u.getTime())throw new Error("\u5F00\u59CB\u65E5\u671F\u5E94\u65E9\u4E8E\u73B0\u5728");let i=new Date(r);for(i.setDate(i.getDate()+n);i<u;)i.setDate(i.getDate()+n);i.setHours(0,0,0,0);let o=i.getTime()-u.getTime();return Math.ceil(o/(1e3*3600*24))}else{if(!t)return;if(t=parseInt(t),isNaN(t)||t<=0||t>31)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(),o=s.getFullYear(),l;return t>u?l=0:l=new Date(o,i+1,0).getDate(),l-u+t}}catch(t){V.error(`getRmainingDays failed: ${t.message??t}`)}}function Uo(e){try{let t=new Map;return e.split(";").map(r=>r.trim()).filter(Boolean).forEach(r=>{let n=r.indexOf("=");if(n===-1)return;let s=r.slice(0,n).trim(),u=r.slice(n+1).trim();if(!t.has(s))try{let i=decodeURIComponent(u);if(["upload","download","total","expire"].includes(s))try{i=Number(i).toFixed(0),["expire"].includes(s)&&i<=0&&(i="")}catch(o){V.error(`Failed to convert value for key "${s}=${u}": ${o.message??o}`)}t.set(s,i)}catch{t.set(s,u)}}),Array.from(t.entries()).map(([r,n])=>`${r}=${encodeURIComponent(n)}`).join("; ")}catch(t){return V.error(`normalizeFlowHeader failed: ${t.message??t}`),e}}function Fr(e,t,r="name"){return e.find(n=>n[r]===t)}function Fs(e,t,r){e.status(r||200).json({status:"success",data:t})}function nn(e,t,r){e.status(r||500).json({status:"failed",error:{code:t.code,type:t.type,message:t.message,details:e.req?.route?.path?.startsWith("/share/")?"\u8BE6\u60C5\u8BF7\u67E5\u770B\u65E5\u5FD7":t.details}})}var Hc=class{constructor(t,r,n){this.code=t,this.message=r,this.details=n}},hi=class extends Hc{constructor(t,r,n){super(t,r,n),this.type="InternalServerError"}};var au=class extends Hc{constructor(t,r,n){super(t,r,n),this.type="ResourceNotFoundError"}},Wf=class extends Hc{constructor(t,r,n){super(t,r,n),this.type="NetworkError"}};function g9(){return{name:"HTML",test:n=>/^<!DOCTYPE html>/.test(n),parse:()=>""}}function m9(){return{name:"Clash Provider",test:n=>/^payload:/gm.exec(n).index>=0,parse:n=>n.replace("payload:","").replace(/^\s*-\s*/gm,"")}}var NE=[g9(),m9()];function v9(){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 kE(){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 E9(){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))),kE().func(r))}}function A9(){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(o=>["no-resolve"].includes(o))),i+=u.options?.length>0?`,${u.options.join(",")}`:""),i})};return gs.dump(s)}}}var LE={QX:v9(),Surge:kE(),Loon:E9(),Clash:A9()};var w9=[[/^(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 C9(){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 o=i.split(",").map(d=>d.trim()),l=o[0],h=!1;for(let d of w9)if(d[0].test(l)){h=!0;let p={type:d[1],content:o[1]};["IP-CIDR","IP-CIDR6","GEOIP"].includes(p.type)&&(p.options=o.slice(2)),u.push(p)}if(!h)throw new Error("Invalid rule type: "+l)}catch(o){console.log(`Failed to parse line: ${i}
|
||
Reason: ${o}`)}return u}}}var UE=[C9()];var Xf=function(){function e(n){for(let s of NE)try{if(s.test(n))return V.info(`Pre-processor [${s.name}] activated`),s.parse(n)}catch(u){V.error(`Parser [${s.name}] failed
|
||
Reason: ${u}`)}return n}function t(n){n=e(n);for(let s of UE){let u;try{u=s.test(n)}catch{u=!1}if(u)return V.info(`Rule parser [${s.name}] is activated!`),s.parse(n)}}function r(n,s){let u=LE[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(o){return console.log(`ERROR: cannot produce rule: ${JSON.stringify(i)}
|
||
Reason: ${o}`),""}}).filter(i=>i.length>0).join(`
|
||
`);if(u.type==="ALL")return u.func(n)}return{parse:t,produce:r}}();var xa=class{constructor({token,key,syncPlatform}){let{isStash,isLoon,isShadowRocket,isQX}=li(),{defaultProxy,defaultTimeout:timeout,githubProxy}=V.read($i),proxy=defaultProxy;V.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=Ki({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?uu(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=Ki({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?uu(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);V.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 ed(e){let{gistToken:t,syncPlatform:r}=V.read($i);if(!t)return Promise.reject("\u672A\u8BBE\u7F6E GitHub Token\uFF01");let s=await new xa({token:t,key:qg,syncPlatform:r}).upload(e),u={};try{u=JSON.parse(s.body)}catch{}let i=u?.html_url??u?.web_url,o=V.read($i);return i?(V.log(`\u540C\u6B65 Gist \u540E, \u627E\u5230 Sub-Store Gist: ${i}`),o.artifactStore=i,o.artifactStoreStatus="VALID"):(V.error("\u540C\u6B65 Gist \u540E, \u627E\u4E0D\u5230 Sub-Store Gist"),o.artifactStoreStatus="NOT FOUND"),V.write(o,$i),s}function td(e){V.read(Vi)||V.write({},Vi),e.get("/api/sync/artifacts",D9),e.get("/api/sync/artifact/:name",y9)}async function Xn({type:e,name:t,platform:r,url:n,ua:s,content:u,mergeSources:i,ignoreFailedRemoteSub:o,ignoreFailedRemoteFile:l,produceType:h,produceOpts:d={},subscription:E,awaitCustomCache:p,$options:f,proxy:w,noCache:v,all:F}){if(r=r||"JSON",["subscription","sub"].includes(e)){let A;if(t){let _=V.read(Pi);if(A=Fr(_,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(M=>M.trim()).filter(M=>M.length).map(async M=>{try{return await sn(M,s||A.ua,void 0,w||A.proxy,void 0,p,v||A.noCache,!0)}catch(b){return _[M]=b,V.error(`\u8BA2\u9605 ${A.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${M} \u53D1\u751F\u9519\u8BEF: ${b}`),""}}));let j=A.ignoreFailedRemoteSub;if(o!=null&&o!==""&&(j=o),Object.keys(_).length>0)if(j)j==="enabled"&&V.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(M=>M.trim()).filter(M=>M.length).map(async M=>{try{return await sn(M,s||A.ua,void 0,w||A.proxy,void 0,p,v||A.noCache,!0)}catch(b){return _[M]=b,V.error(`\u8BA2\u9605 ${A.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${M} \u53D1\u751F\u9519\u8BEF: ${b}`),""}}));let j=A.ignoreFailedRemoteSub;if(o!=null&&o!==""&&(j=o),Object.keys(_).length>0)if(j)j==="enabled"&&V.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 S=(Array.isArray(C)?C:[C]).map(_=>Ot.parse(_)).flat();if(S.forEach(_=>{_._subName=A.name,_._subDisplayName=A.displayName}),S=await Ot.process(S,A.process||[],r,{[A.name]:A},f),S.length===0)throw new Error(`\u8BA2\u9605 ${t} \u4E2D\u4E0D\u542B\u6709\u6548\u8282\u70B9`);let I={};for(let _ of S){if(I[_.name]){V.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}I[_.name]=!0}return Ot.produce(S,r,h,d)}else if(["collection","col"].includes(e)){let A=V.read(Pi),C=V.read(xu),S=Fr(C,t);if(!S)throw new Error(`\u627E\u4E0D\u5230\u7EC4\u5408\u8BA2\u9605 ${t}`);let I=[...S.subscriptions],_=S.subscriptionTags;Array.isArray(_)&&_.length>0&&A.forEach(G=>{Array.isArray(G.tag)&&G.tag.length>0&&!I.includes(G.name)&&G.tag.some(Y=>_.includes(Y))&&I.push(G.name)});let j={},M={},b=0;await Promise.all(I.map(async G=>{let Y=Fr(A,G),K=Y.passThroughUA,z=Y.ua;K&&(V.info(`\u8BA2\u9605\u5F00\u542F\u4E86\u900F\u4F20 User-Agent, \u4F7F\u7528\u8BF7\u6C42\u7684 User-Agent: ${s}`),z=s);try{V.info(`\u6B63\u5728\u5904\u7406\u5B50\u8BA2\u9605\uFF1A${Y.name}...`);let X;if(Y.source==="local"&&!["localFirst","remoteFirst"].includes(Y.mergeSources))X=Y.content;else{let ye={};if(X=await await Promise.all(Y.url.split(/[\r\n]+/).map(Fe=>Fe.trim()).filter(Fe=>Fe.length).map(async Fe=>{try{return await sn(Fe,z,void 0,w||Y.proxy||S.proxy,void 0,void 0,v||Y.noCache,!0)}catch(Pe){return ye[Fe]=Pe,V.error(`\u8BA2\u9605 ${Y.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${Fe} \u53D1\u751F\u9519\u8BEF: ${Pe}`),""}})),Object.keys(ye).length>0)if(Y.ignoreFailedRemoteSub)Y.ignoreFailedRemoteSub==="enabled"&&V.notify("\u{1F30D} Sub-Store \u5904\u7406\u8BA2\u9605\u5931\u8D25",`\u274C ${Y.name}`,`\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(ye).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u8BA2\u9605 ${Y.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(ye).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);Y.mergeSources==="localFirst"?X.unshift(Y.content):Y.mergeSources==="remoteFirst"&&X.push(Y.content)}let se=(Array.isArray(X)?X:[X]).map(ye=>Ot.parse(ye)).flat();se.forEach(ye=>{ye._subName=Y.name,ye._subDisplayName=Y.displayName,ye._collectionName=S.name,ye._collectionDisplayName=S.displayName}),se=await Ot.process(se,Y.process||[],r,{[Y.name]:Y,_collection:S,$options:f}),j[G]=se,b++,V.info(`\u2705 \u5B50\u8BA2\u9605\uFF1A${Y.name}\u52A0\u8F7D\u6210\u529F\uFF0C\u8FDB\u5EA6--${100*(b/I.length).toFixed(1)}% `)}catch(X){b++,M[G]=X,V.error(`\u274C \u5904\u7406\u7EC4\u5408\u8BA2\u9605\u4E2D\u7684\u5B50\u8BA2\u9605: ${Y.name}\u65F6\u51FA\u73B0\u9519\u8BEF\uFF1A${X}\uFF01\u8FDB\u5EA6--${100*(b/I.length).toFixed(1)}%`)}}));let P=S.ignoreFailedRemoteSub;if(o!=null&&o!==""&&(P=o),Object.keys(M).length>0)if(P)P==="enabled"&&V.notify("\u{1F30D} Sub-Store \u5904\u7406\u7EC4\u5408\u8BA2\u9605\u5931\u8D25",`\u274C ${S.name}`,`\u5B50\u8BA2\u9605 ${Object.keys(M).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u7EC4\u5408\u8BA2\u9605 ${S.name} \u7684\u5B50\u8BA2\u9605 ${Object.keys(M).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);let k=Array.prototype.concat.apply([],I.map(G=>j[G]||[]));if(k.forEach(G=>{G._collectionName=S.name,G._collectionDisplayName=S.displayName}),k=await Ot.process(k,S.process||[],r,{_collection:S},f),k.length===0)throw new Error(`\u7EC4\u5408\u8BA2\u9605 ${t} \u4E2D\u4E0D\u542B\u6709\u6548\u8282\u70B9`);let H={};for(let G of k){if(H[G.name]){V.notify("\u{1F30D} Sub-Store",`\u26A0\uFE0F \u7EC4\u5408\u8BA2\u9605 ${t} \u5305\u542B\u91CD\u590D\u8282\u70B9 ${G.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[G.name]=!0}return Ot.produce(k,r,h,d)}else if(e==="rule"){let A=V.read(Ac),C=Fr(A,t);if(!C)throw new Error(`\u627E\u4E0D\u5230\u89C4\u5219 ${t}`);let S=[];for(let I=0;I<C.urls.length;I++){let _=C.urls[I];V.info(`\u6B63\u5728\u5904\u7406URL\uFF1A${_}\uFF0C\u8FDB\u5EA6--${100*((I+1)/C.urls.length).toFixed(1)}% `);try{let{body:j}=await sn(_),M=Xf.parse(j);S=S.concat(M)}catch(j){V.error(`\u5904\u7406\u5206\u6D41\u8BA2\u9605\u4E2D\u7684URL: ${_}\u65F6\u51FA\u73B0\u9519\u8BEF\uFF1A${j}! \u8BE5\u8BA2\u9605\u5DF2\u88AB\u8DF3\u8FC7\u3002`)}}return S=await Xf.process(S,[{type:"Remove Duplicate Filter"}]),Xf.produce(S,r)}else if(e==="file"){let A=V.read(Js),C=Fr(A,t);if(!C)throw new Error(`\u627E\u4E0D\u5230\u6587\u4EF6 ${t}`);let S="";if(C.type!=="mihomoProfile")if(u&&!["localFirst","remoteFirst"].includes(i))S=u;else if(n){let M={};S=await Promise.all(n.split(/[\r\n]+/).map(P=>P.trim()).filter(P=>P.length).map(async P=>{try{return await sn(P,s||C.ua,void 0,C.proxy||w,void 0,void 0,v)}catch(k){return M[P]=k,V.error(`\u6587\u4EF6 ${C.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${P} \u53D1\u751F\u9519\u8BEF: ${k}`),""}}));let b=C.ignoreFailedRemoteFile;if(l!=null&&l!==""&&(b=l),!b&&Object.keys(M).length>0)throw new Error(`\u6587\u4EF6 ${C.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${Object.keys(M).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);i==="localFirst"?S.unshift(u):i==="remoteFirst"&&S.push(u)}else if(C.source==="local"&&!["localFirst","remoteFirst"].includes(C.mergeSources))S=C.content;else{let M={};S=await Promise.all(C.url.split(/[\r\n]+/).map(P=>P.trim()).filter(P=>P.length).map(async P=>{try{return await sn(P,s||C.ua,void 0,C.proxy||w,void 0,void 0,v)}catch(k){return M[P]=k,V.error(`\u6587\u4EF6 ${C.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${P} \u53D1\u751F\u9519\u8BEF: ${k}`),""}}));let b=C.ignoreFailedRemoteFile;if(l!=null&&l!==""&&(b=l),Object.keys(M).length>0)if(b)b==="enabled"&&V.notify("\u{1F30D} Sub-Store \u5904\u7406\u6587\u4EF6\u5931\u8D25",`\u274C ${C.name}`,`\u8FDC\u7A0B\u6587\u4EF6 ${Object.keys(M).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(M).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);C.mergeSources==="localFirst"?S.unshift(C.content):C.mergeSources==="remoteFirst"&&S.push(C.content)}if(h==="raw")return JSON.stringify((Array.isArray(S)?S:[S]).flat());let I=(Array.isArray(S)?S:[S]).flat(),_=I.filter(M=>M!=null&&M!=="").join(`
|
||
`),j=Array.isArray(C.process)&&C.process.length>0?await Ot.process({$files:I,$content:_,$options:f,$file:C},C.process):{$content:_,$files:I,$options:f};return(F?j:j?.$content)??""}}async function F9(){V.info("\u5F00\u59CB\u540C\u6B65\u6240\u6709\u8FDC\u7A0B\u914D\u7F6E...");let e=V.read(Vi),t={};try{let r=[],n=[],s=V.read(Pi),u=V.read(xu),i=[],o=0;if(e.map(d=>{if(d.sync&&d.source){if(o++,d.type==="subscription"){let E=d.source,p=Fr(s,E);p&&p.url&&!i.includes(E)&&i.push(E)}else if(d.type==="collection"){let E=Fr(u,d.source);E&&Array.isArray(E.subscriptions)&&E.subscriptions.map(p=>{let f=Fr(s,p);f&&f.url&&!i.includes(p)&&i.push(p)})}}}),o===0){V.info(`\u9700\u540C\u6B65\u7684\u914D\u7F6E: ${o}, \u603B\u6570: ${e.length}`);return}if(i.length>0&&await Promise.all(i.map(async d=>{try{await Xn({type:"subscription",name:d,awaitCustomCache:!0})}catch{}})),await Promise.all(e.map(async d=>{try{if(d.sync&&d.source){V.info(`\u6B63\u5728\u540C\u6B65\u4E91\u914D\u7F6E\uFF1A${d.name}...`);let E=d.platform==="SurgeMac";E&&V.info("\u624B\u52A8\u6307\u5B9A\u4E86 target \u4E3A SurgeMac, \u5C06\u4F7F\u7528 Mihomo External");let p=await Xn({type:d.type,name:d.source,platform:d.platform,produceOpts:{"include-unsupported-proxy":d.includeUnsupportedProxy,useMihomoExternal:E}});t[encodeURIComponent(d.name)]={content:p},r.push(d.name)}}catch(E){V.error(`\u751F\u6210\u540C\u6B65\u914D\u7F6E ${d.name} \u53D1\u751F\u9519\u8BEF: ${E.message??E}`),n.push(d.name)}})),V.info(`${r.length} \u4E2A\u540C\u6B65\u914D\u7F6E\u751F\u6210\u6210\u529F: ${r.join(", ")}`),V.info(`${n.length} \u4E2A\u540C\u6B65\u914D\u7F6E\u751F\u6210\u5931\u8D25: ${n.join(", ")}`),r.length===0)throw new Error(`\u540C\u6B65\u914D\u7F6E ${n.join(", ")} \u751F\u6210\u5931\u8D25 \u8BE6\u60C5\u8BF7\u67E5\u770B\u65E5\u5FD7`);let l=await ed(t),h=JSON.parse(l.body);delete h.history,delete h.forks,delete h.owner,Object.values(h.files).forEach(d=>{delete d.content}),V.info("\u4E0A\u4F20\u914D\u7F6E\u54CD\u5E94:"),V.info(JSON.stringify(h,null,2));for(let d of e)if(d.sync&&d.source&&r.includes(d.name)){d.updated=new Date().getTime();let E=h.files,p;Array.isArray(E)&&(p=!0,E=Object.fromEntries(E.map(v=>[v.path,v])));let f=E[encodeURIComponent(d.name)]?.raw_url,w=p?f:f?.replace(/\/raw\/[^/]*\/(.*)/,"/raw/$1");V.info(`\u4E0A\u4F20\u914D\u7F6E\u5B8C\u6210
|
||
\u6587\u4EF6\u5217\u8868: ${Object.keys(E).join(", ")}
|
||
\u5F53\u524D\u6587\u4EF6: ${encodeURIComponent(d.name)}
|
||
\u54CD\u5E94\u8FD4\u56DE\u7684\u539F\u59CB\u94FE\u63A5: ${f}
|
||
\u5904\u7406\u5B8C\u7684\u65B0\u94FE\u63A5: ${w}`),d.url=w}if(V.write(e,Vi),V.info("\u4E0A\u4F20\u914D\u7F6E\u6210\u529F"),n.length>0)throw new Error(`\u540C\u6B65\u914D\u7F6E\u6210\u529F ${r.length} \u4E2A, \u5931\u8D25 ${n.length} \u4E2A, \u8BE6\u60C5\u8BF7\u67E5\u770B\u65E5\u5FD7`);V.info(`\u540C\u6B65\u914D\u7F6E\u6210\u529F ${r.length} \u4E2A`)}catch(r){throw V.error(`\u540C\u6B65\u914D\u7F6E\u5931\u8D25\uFF0C\u539F\u56E0\uFF1A${r.message??r}`),r}}async function D9(e,t){V.info("\u5F00\u59CB\u540C\u6B65\u6240\u6709\u8FDC\u7A0B\u914D\u7F6E...");try{await F9(),Fs(t)}catch(r){V.error(`\u540C\u6B65\u914D\u7F6E\u5931\u8D25\uFF0C\u539F\u56E0\uFF1A${r.message??r}`),nn(t,new hi("FAILED_TO_SYNC_ARTIFACTS","Failed to sync all artifacts",`Reason: ${r.message??r}`))}}async function y9(e,t){let{name:r}=e.params;V.info(`\u5F00\u59CB\u540C\u6B65\u8FDC\u7A0B\u914D\u7F6E ${r}...`);let n=V.read(Vi),s=Fr(n,r);if(!s){V.error(`\u627E\u4E0D\u5230\u8FDC\u7A0B\u914D\u7F6E ${r}`),nn(t,new au("RESOURCE_NOT_FOUND",`\u627E\u4E0D\u5230\u8FDC\u7A0B\u914D\u7F6E ${r}`),404);return}if(!s.source){V.error(`\u8FDC\u7A0B\u914D\u7F6E ${r} \u672A\u8BBE\u7F6E\u6765\u6E90`),nn(t,new au("RESOURCE_HAS_NO_SOURCE",`\u8FDC\u7A0B\u914D\u7F6E ${r} \u672A\u8BBE\u7F6E\u6765\u6E90`),404);return}try{let u=s.platform==="SurgeMac";u&&V.info("\u624B\u52A8\u6307\u5B9A\u4E86 target \u4E3A SurgeMac, \u5C06\u4F7F\u7528 Mihomo External");let i=await Xn({type:s.type,name:s.source,platform:s.platform,produceOpts:{"include-unsupported-proxy":s.includeUnsupportedProxy,useMihomoExternal:u}});V.info(`\u6B63\u5728\u4E0A\u4F20\u914D\u7F6E\uFF1A${s.name}
|
||
>>>${JSON.stringify(s,null,2)}`);let o=await ed({[encodeURIComponent(s.name)]:{content:i}});s.updated=new Date().getTime();let l=JSON.parse(o.body);delete l.history,delete l.forks,delete l.owner,Object.values(l.files).forEach(f=>{delete f.content}),V.info("\u4E0A\u4F20\u914D\u7F6E\u54CD\u5E94:"),V.info(JSON.stringify(l,null,2));let h=l.files,d;Array.isArray(h)&&(d=!0,h=Object.fromEntries(h.map(f=>[f.path,f])));let E=h[encodeURIComponent(s.name)]?.raw_url,p=d?E:E?.replace(/\/raw\/[^/]*\/(.*)/,"/raw/$1");V.info(`\u4E0A\u4F20\u914D\u7F6E\u5B8C\u6210
|
||
\u6587\u4EF6\u5217\u8868: ${Object.keys(h).join(", ")}
|
||
\u5F53\u524D\u6587\u4EF6: ${encodeURIComponent(s.name)}
|
||
\u54CD\u5E94\u8FD4\u56DE\u7684\u539F\u59CB\u94FE\u63A5: ${E}
|
||
\u5904\u7406\u5B8C\u7684\u65B0\u94FE\u63A5: ${p}`),s.url=p,V.write(n,Vi),Fs(t,s)}catch(u){V.error(`\u8FDC\u7A0B\u914D\u7F6E ${s.name} \u53D1\u751F\u9519\u8BEF: ${u.message??u}`),nn(t,new hi("FAILED_TO_SYNC_ARTIFACT",`Failed to sync artifact ${r}`,`Reason: ${u}`))}}function S9(){return{name:"HTML",test:n=>/^<!DOCTYPE html>/.test(n),parse:()=>""}}function b9(){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=Dt.decode(s);return/^\w+(:\/\/|\s*?=\s*?)\w+/m.test(u)?u:(V.error("Base64 Pre-processor error: decoded line does not start with protocol"),s)}}}function _9(){return{name:"Fallback Base64 Pre-processor",test:function(n){return!0},parse:function(n){let s=Dt.decode(n);return/^\w+(:\/\/|\s*?=\s*?)\w+/m.test(s)?s:(V.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=Tc(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":o}=Tc(u);return(s?`proxies:
|
||
`:"")+i.map(l=>(o&&!l["client-fingerprint"]&&(l["client-fingerprint"]=o),`${s?" - ":""}${JSON.stringify(l)}
|
||
`)).join("")}}}function B9(){return{name:"SSD Pre-processor",test:function(n){return n.indexOf("ssd://")===0},parse:function(n){let s=[],u=JSON.parse(Dt.decode(n.split("ssd://")[1])),i=u.port,o=u.encryption,l=u.password,h=u.servers;for(let d=0;d<h.length;d++){let E=h[d];o=E.encryption?E.encryption:o,l=E.password?E.password:l;let p=Dt.encode(o+":"+l),f=E.server;i=E.port?E.port:i;let w=E.remarks?E.remarks:d,v=E.plugin_options?"/?plugin="+encodeURIComponent(E.plugin+";"+E.plugin_options):"";s[d]="ss://"+p+"@"+f+":"+i+v+"#"+w}return s.join(`
|
||
`)}}}function $9(){return{name:"Full Config Preprocessor",test:function(n){return/^(\[server_local\]|\[Proxy\])/gm.test(n)},parse:function(n){return n.match(/^\[server_local|Proxy\]([\s\S]+?)^\[.+?\](\r?\n|$)/im)?.[1]||n}}}var Jf=[S9(),I9(),b9(),B9(),$9(),_9()];var HE=Jf.find(e=>e.name==="Clash Pre-processor"),rd=new Map;async function sn(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}=li(),{defaultProxy,defaultUserAgent,defaultTimeout,cacheThreshold:defaultCacheThreshold}=V.read($i),cacheThreshold=defaultCacheThreshold||1024,proxy=customProxy||defaultProxy;V.env.isNode&&(proxy=proxy||eval("process.env.SUB_STORE_BACKEND_DEFAULT_PROXY"));let userAgent=ua||defaultUserAgent||"clash.meta",requestTimeout=timeout||defaultTimeout||8e3,id=zi(userAgent+url);$arguments?.cacheKey===!0&&(V.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=V.read(customCacheKey),t=qr.get(id);if(!noCache&&!$arguments?.noCache&&t)return V.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){V.info(`\u4E50\u89C2\u7F13\u5B58: URL ${url}
|
||
\u672C\u6B21\u8FDB\u884C\u8BF7\u6C42 \u5C1D\u8BD5\u66F4\u65B0\u7F13\u5B58`);try{await sn(rawUrl.replace(/(\?|&)cacheKey=.*?(&|$)/,""),ua,timeout,proxy,!0,void 0,void 0,preprocess)}catch(r){V.error(`\u4E50\u89C2\u7F13\u5B58: URL ${url} \u66F4\u65B0\u7F13\u5B58\u53D1\u751F\u9519\u8BEF ${r.message??r}`),V.info("\u4F7F\u7528\u4E50\u89C2\u7F13\u5B58\u7684\u6570\u636E\u5237\u65B0\u7F13\u5B58, \u9632\u6B62\u540E\u7EED\u8BF7\u6C42"),qr.set(id,e)}}else V.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`),sn(rawUrl.replace(/(\?|&)cacheKey=.*?(&|$)/,""),ua,timeout,proxy,!0,void 0,void 0,preprocess).catch(r=>{V.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"?Wl:Js,n=Fr(V.read(r),t);if(!n)throw new Error(`\u627E\u4E0D\u5230 ${e}: ${t}`);return e==="module"?n.content:await Xn({type:"file",name:t})}catch(t){throw V.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 V.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&&rd.has(id))return rd.get(id);let http=Ki({headers:{"User-Agent":userAgent,...isStash&&proxy?{"X-Stash-Selected-Proxy":encodeURIComponent(proxy)}:{},...isShadowRocket&&proxy?{"X-Surge-Policy":proxy}:{}},timeout:requestTimeout}),result,cached=qr.get(id);if(!noCache&&!$arguments?.noCache&&cached)V.info(`\u4F7F\u7528\u7F13\u5B58: ${url}, ${userAgent}`),result=cached,customCacheKey&&(V.info(`URL ${url}
|
||
\u5199\u5165\u81EA\u5B9A\u4E49\u7F13\u5B58 ${$arguments?.cacheKey}`),V.write(cached,customCacheKey));else{let e=$arguments?.insecure?isNode?{strictSSL:!1}:{insecure:!0}:void 0;V.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?uu(proxy):{},...e||{}});if(V.info(`statusCode: ${n}`),n<200||n>=400)throw new Error(`statusCode: ${n}`);if(r){let u=Lo(r);u&&Lc.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{HE.test(t)&&(t=HE.parse(t,!0))}catch(u){V.error(`Clash Pre-processor error: ${u}`)}let s=!0;if(cacheThreshold){let u=t.length/1024;u>cacheThreshold&&(V.info(`\u8D44\u6E90\u5927\u5C0F ${u.toFixed(2)} KB \u8D85\u8FC7\u4E86 ${cacheThreshold} KB, \u4E0D\u7F13\u5B58`),s=!1)}if(preprocess)try{let u=Ot.parse(t);(!Array.isArray(u)||u.length===0)&&(V.error(`URL ${url} \u4E0D\u5305\u542B\u6709\u6548\u8282\u70B9, \u4E0D\u7F13\u5B58`),s=!1)}catch(u){V.error(`URL ${url} \u5C1D\u8BD5\u89E3\u6790\u8282\u70B9\u5931\u8D25 ${u.message??u}, \u4E0D\u7F13\u5B58`),s=!1}s&&(qr.set(id,t),customCacheKey&&(V.info(`URL ${url}
|
||
\u5199\u5165\u81EA\u5B9A\u4E49\u7F13\u5B58 ${$arguments?.cacheKey}`),V.write(t,customCacheKey))),result=t}catch(t){if(customCacheKey){let r=V.read(customCacheKey);if(r)return V.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 Yf(zf(await Cs(url,$arguments.flowUserAgent,void 0,proxy,$arguments.flowUrl))),isNode||rd.set(id,result),result}async function jE(url,file){let undici=eval("require('undici')"),fs=eval("require('fs')"),{pipeline}=eval("require('stream/promises')"),{Agent,interceptors,request}=undici;V.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),V.info(`File downloaded from ${url} to ${file}`),file}var nd=class{constructor(){this.expires=P9(),V.read(Ca)||V.write("{}",Ca);try{this.resourceCache=JSON.parse(V.read(Ca))}catch(t){V.error(`\u89E3\u6790\u6301\u4E45\u5316\u7F13\u5B58\u4E2D\u7684 ${Ca} \u5931\u8D25, \u91CD\u7F6E\u4E3A {}, \u9519\u8BEF: ${t?.message??t}`),this.resourceCache={},V.write("{}",Ca)}this._cleanup()}_cleanup(t,r){let n=!1;Object.entries(this.resourceCache).forEach(s=>{let[u,i]=s;i.time||(delete this.resourceCache[u],V.delete(`#${u}`),n=!0),(new Date().getTime()-i.time>(r??this.expires)||t&&u.startsWith(t))&&(delete this.resourceCache[u],n=!0)}),n&&this._persist()}revokeAll(){this.resourceCache={},this._persist()}_persist(){V.write(JSON.stringify(this.resourceCache),Ca)}get(t,r,n){let s=this.resourceCache[t]&&this.resourceCache[t].time;if(s){if(new Date().getTime()-s<=(r??this.expires))return this.resourceCache[t].data;n&&(delete this.resourceCache[t],this._persist())}return null}gettime(t){let r=this.resourceCache[t]&&this.resourceCache[t].time;return r&&new Date().getTime()-r<=this.expires?this.resourceCache[t].time:null}set(t,r){this.resourceCache[t]={time:new Date().getTime(),data:r},this._persist()}};function P9(){V.read(Jl)||V.write("1728e5",Jl);let e=1728e5;if(V.env.isLoon){let t={"1\u5206\u949F":6e4,"5\u5206\u949F":3e5,"10\u5206\u949F":6e5,"30\u5206\u949F":18e5,"1\u5C0F\u65F6":36e5,"2\u5C0F\u65F6":72e5,"3\u5C0F\u65F6":108e5,"6\u5C0F\u65F6":216e5,"12\u5C0F\u65F6":432e5,"24\u5C0F\u65F6":864e5,"48\u5C0F\u65F6":1728e5,"72\u5C0F\u65F6":2592e5,\u53C2\u6570\u4F20\u5165:"readcachets"},r=V.read("#\u8282\u70B9\u7F13\u5B58\u6709\u6548\u671F");return r in t&&(e=t[r],e==="readcachets"&&(e=r)),e}else return e=V.read(Jl),e}var sd=new nd;function Zf(e,t){return[...Array(e).keys()].map(()=>t)}var ud={"\u{1F3F3}\uFE0F\u200D\u{1F308}":["EXP","BAND"],"\u{1F1F8}\u{1F1F1}":["TEST","SOS"],"\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{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{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{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{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{1F1EA}":["VE","VEN"],"\u{1F1FB}\u{1F1F3}":["VN","VNM"],"\u{1F1FF}\u{1F1E6}":["ZA","ZAF","JNB"],"\u{1F1E8}\u{1F1F3}":["CN","CHN","BACK"]};function Ho(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{1F1E6}\u{1F1E9}":["Andorra","\u5B89\u9053\u5C14"],"\u{1F1E6}\u{1F1EA}":["United Arab Emirates","\u963F\u8054\u914B","\u8FEA\u62DC"],"\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{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"],"\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{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{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{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{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(ud))if(ud[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 eh(e){return ud[Ho(e)]?.[0]}function jc(e){return e.replace(/[\uD83C][\uDDE6-\uDDFF][\uD83C][\uDDE6-\uDDFF]|🏴☠️|🏳️🌈/g,"").trim()}var Qf=class{constructor({country,asn}={}){if(V.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 nh=fn(ZE()),QE=fn(ff());async function Mo({url:e,domain:t,type:r="A",timeout:n,edns:s}){let u=nh.default.encode({type:"query",id:0,flags:nh.default.RECURSION_DESIRED,questions:[{type:r,name:t}],additionals:[{type:"OPT",name:".",udpPayloadSize:4096,flags:0,options:[{code:"CLIENT_SUBNET",ip:s,sourcePrefixLength:Br(s)?24:56,scopePrefixLength:0}]}]}),i=await V.http.get({url:`${e}?dns=${u.toString("base64").toString("utf-8").replace(/=/g,"")}`,headers:{Accept:"application/dns-message"},"binary-mode":!0,encoding:null,timeout:n});return nh.default.decode(QE.Buffer.from(V.env.isQX?i.bodyBytes:i.body))}var Ed=fn(md());var{isNode:eA,isQX:U9,isLoon:H9,isSurge:j9,isStash:M9,isShadowRocket:q9,isLanceX:V9,isEgern:K9,isGUIforCores:G9}=li(),$s="Node";eA&&($s="Node");U9&&($s="QX");H9&&($s="Loon");j9&&($s="Surge");M9&&($s="Stash");q9&&($s="ShadowRocket");K9&&($s="Egern");V9&&($s="LanceX");G9&&($s="GUI.for.Cores");var ka={},z9={};try{if(typeof $environment<"u"&&(ka.env=$environment),typeof $loon<"u"&&(ka.loon=$loon),typeof $script<"u"&&(ka.script=$script),typeof $Plugin<"u"&&(ka.plugin=$Plugin),eA){ka.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)&&(ka.node.env[e]=env[e])}}catch(e){}var La={backend:$s,version:Yl,feature:z9,meta:ka};function Y9(e){return e&&typeof e=="object"&&!Array.isArray(e)}function Vc(e){return e.startsWith("<")&&e.endsWith(">")?e.slice(1,-1):e}function rA(e,t){let r=typeof t=="string"?JSON.parse(t):t;for(let n in r)if(Y9(r[n]))if(n.endsWith("!")){let s=Vc(n.slice(0,-1));e[s]=r[n]}else{let s=Vc(n);e[s]||Object.assign(e,{[s]:{}}),rA(e[s],r[s])}else if(Array.isArray(r[n]))if(n.startsWith("+")){let s=Vc(n.slice(1));e[s]||Object.assign(e,{[s]:[]}),e[s]=[...r[n],...e[s]]}else if(n.endsWith("+")){let s=Vc(n.slice(0,-1));e[s]||Object.assign(e,{[s]:[]}),e[s]=[...e[s],...r[n]]}else{let s=Vc(n);Object.assign(e,{[s]:r[n]})}else Object.assign(e,{[n]:r[n]});return e}function W9({rule:e}){return{name:"Conditional Filter",func:t=>t.map(r=>ih(e,r))}}function ih(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=>ih(r,t));case"OR":return e.child.some(r=>ih(r,t));case"NOT":return!ih(e.child,t);default:throw new Error(`Unknown operator: ${e.operator}`)}}function X9(e){return{name:"Quick Setting Operator",func:r=>{if(t(e.useless)){let s=uA().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 J9({mode:e,tw:t}){return{name:"Flag Operator",func:r=>r.map(n=>{if(e==="remove")n.name=jc(n.name);else{let s=Ho(n.name);n.name=jc(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 Z9(e){let{action:t,template:r,link:n,position:s}={action:"rename",template:"0 1 2 3 4 5 6 7 8 9",link:"-",position:"back",...e};return{name:"Handle Duplicate Operator",func:u=>{if(t==="delete"){let i={};return u.filter(o=>i[o.name]?!1:(i[o.name]=!0,!0))}else if(t==="rename"){let i=r.split(" "),o={},l=0;u.forEach(d=>{typeof o[d.name]>"u"?o[d.name]=1:o[d.name]++,l=Math.max(o[d.name].toString().length,l)});let h={};return u.map(d=>{if(o[d.name]>1){typeof h[d.name]>"u"&&(h[d.name]=1);let E="",p=h[d.name]++,f=0;for(;p>0;)E=i[p%10]+E,p=parseInt(p/10),f++;for(;f++<l;)E=i[0]+E;s==="front"?d.name=E+n+d.name:s==="back"&&(d.name=d.name+n+E)}return d})}}}}function Q9(e="asc"){return{name:"Sort Operator",func:t=>{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 lB(t);default:throw new Error("Unknown sort option: "+e)}}}}function eB(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=>Ad(s)),n.sort((s,u)=>{let i=tA(r,s.name),o=tA(r,u.name);return i&&!o?-1:o&&!i?1:i&&o?i<o?-1:1:t==="original"?0:t==="desc"?s.name<u.name?1:-1:s.name<u.name?-1:1}))}}function tA(e,t){let r=null;for(let n=0;n<e.length;n++)if(e[n].test(t)){r=n+1;break}return r}function nA(e){return{name:"Regex Rename Operator",func:t=>t.map(r=>{for(let{expr:n,now:s}of e)r.name=r.name.replace(Ad(n,"g"),s).trim();return r})}}function tB(e){let t=e.map(r=>({expr:r,now:""}));return{name:"Regex Delete Operator",func:nA(t).func}}function rB(e,t,r,n,s){return{name:"Script Operator",func:async u=>{let i=u;if(i?.$file?.type==="mihomoProfile")try{let o=gs.safeLoad(e),l;if(i?.$content)try{l=gs.safeLoad(i?.$content)}catch(h){V.error(h.message??h)}if(typeof o!="object")throw new Error("patch is not an object");return i.$content=Ot.yaml.safeDump(rA(l||(i?.$file?.sourceType==="none"?{}:{proxies:await Xn({type:i?.$file?.sourceType||"collection",name:i?.$file?.sourceName,platform:"mihomo",produceType:"internal",produceOpts:{"delete-underscore-fields":!0}})}),o)),i}catch{}return await async function(){i=sh("operator",e,r,s)(u,t,{source:n,...La})}(),i},nodeFunc:async u=>{let i=u;return await async function(){i=sh("operator",`async function operator(input = []) {
|
||
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)(u,t,{source:n,...La})}(),i}}}function nB(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,o=s&255,l=u>>8,h=u&255;if(t=`${i}.${o}.${l}.${h}`,r<=0||r>65535)throw new Error(`Invalid port number: ${r}`);if(!Br(t))throw new Error(`Invalid IP address: ${t}`)}catch(n){V.error(`IP4P \u89E3\u6790\u5931\u8D25: ${n}`)}return{server:t,port:r}}var iA={Custom:async function(e,t,r,n,s,u){let i=zi(`CUSTOM:${u}:${e}:${t}`),o=qr.get(i);if(!r&&o)return o;let l=t==="IPv6"?"AAAA":"A",h=await Mo({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 qr.set(i,E),E},Google:async function(e,t,r,n,s){let u=zi(`GOOGLE:${e}:${t}`),i=qr.get(u);if(!r&&i)return i;let o=t==="IPv6"?"AAAA":"A",l=await Mo({url:"https://8.8.4.4/dns-query",domain:e,type:o,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===o).map(E=>E?.data).filter(E=>E);if(d.length===0)throw new Error("No answers");return qr.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=zi(`IP-API:${e}`),u=qr.get(s);if(!r&&u)return u;let i=await V.http.get({url:`http://ip-api.com/json/${encodeURIComponent(e)}?lang=zh-CN`,timeout:n}),o=JSON.parse(i.body);if(o.status!=="success")throw new Error(`Status is ${o.status}`);if(!o.query||o.query===0)throw new Error("No answers");let l=[o.query];if(l.length===0)throw new Error("No answers");return qr.set(s,l),l},Cloudflare:async function(e,t,r,n,s){let u=zi(`CLOUDFLARE:${e}:${t}`),i=qr.get(u);if(!r&&i)return i;let o=t==="IPv6"?"AAAA":"A",l=await Mo({url:"https://1.0.0.1/dns-query",domain:e,type:o,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===o).map(E=>E?.data).filter(E=>E);if(d.length===0)throw new Error("No answers");return qr.set(u,d),d},Ali:async function(e,t,r,n,s){let u=zi(`ALI:${e}:${t}`),i=qr.get(u);if(!r&&i)return i;let o=await V.http.get({url:`http://223.6.6.6/resolve?edns_client_subnet=${s}/${Br(s)?24:56}&name=${encodeURIComponent(e)}&type=${t==="IPv6"?"AAAA":"A"}&short=1`,headers:{accept:"application/dns-json"},timeout:n}),l=JSON.parse(o.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 qr.set(u,h),h},Tencent:async function(e,t,r,n,s){let u=zi(`TENCENT:${e}:${t}`),i=qr.get(u);if(!r&&i)return i;let l=(await V.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 qr.set(u,h),h}};function sA({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:o}=V.read($i),l=u||o||8e3,h=["IPv6","IP4P"].includes(t)?"IPv6":"IPv4",d=iA[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(!Ua(E))throw new Error("\u57DF\u540D\u89E3\u6790 EDNS \u5E94\u4E3A IP");return V.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=>!Ua(A.server)&&!A["_no-resolve"]).map(A=>A.server))],F=Math.ceil(v.length/w);for(let A=0;A<F;A++){let C=[];for(let S of v.splice(0,w))C.push(d(S,h,n==="disabled",l,E,s).then(I=>{f[S]=I,V.info(`Successfully resolved domain: ${S} \u279F ${I}`)}).catch(I=>{V.error(`Failed to resolve domain: ${S} with resolver [${e}]: ${I}`)}));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"&&Cr(C)){try{C=new Kf.Address6(C).correctForm()}catch(S){V.error(`Failed to parse IPv6 address: ${C}: ${S}`)}if(/^2001::[^:]+:[^:]+:[^:]+$/.test(C)){A._IP4P=C;let{server:S,port:I}=nB(C);S&&I?(A._domain=A.server,A.server=S,A.port=I,A.resolved=!0,A._IPv4=A.server,Ua(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,Ua(A._IP)||(A._IP=A.server)}else A._domain=A.server,A.server=C,A.resolved=!0,A[`_${h}`]=A.server,Ua(A._IP)||(A._IP=A.server)}else A.resolved||(A.resolved=!1)}),p.filter(A=>r==="removeFailed"?Ua(A.server)||A["_no-resolve"]||A.resolved:r==="IPOnly"?Ua(A.server):r==="IPv4Only"?Br(A.server):r==="IPv6Only"?Cr(A.server):!0)}}}function Ua(e){return Br(e)||Cr(e)}sA.resolver=iA;function vd(e){var t=/^[\x00-\x7F]+$/;return t.test(e)}function uA(){return{name:"Useless Filter",func:e=>e.map(t=>{if(t.cipher&&!vd(t.cipher))return!1;if(t.password&&!vd(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&&!vd(n)))return!1}return!/网址|流量|时间|应急|过期|Bandwidth|expire/.test(t.name)})}}function iB(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=Ho(u.name),o=t.some(l=>n[l]===i);return r?o:!o})}}function sB({regex:e=[],keep:t=!0}){return{name:"Regex Filter",func:r=>r.map(n=>{let s=e.some(u=>Ad(u).test(n.name));return t?s:!s})}}function Ad(e,...t){return t=t.join(""),e.startsWith("(?i)")?(e=e.substring(4),new RegExp(e,"i"+t)):new RegExp(e,t)}function uB(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 aB(e,t,r,n,s){return{name:"Script Filter",func:async u=>{let i=Zf(u.length,!0);return await async function(){i=sh("filter",e,r,s)(u,t,{source:n,...La})}(),i},nodeFunc:async u=>{let i=Zf(u.length,!0);return await async function(){i=sh("filter",`async function filter(input = []) {
|
||
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)(u,t,{source:n,...La})}(),i}}}var uh={"Useless Filter":uA,"Region Filter":iB,"Regex Filter":sB,"Type Filter":uB,"Script Filter":aB,"Conditional Filter":W9,"Quick Setting Operator":X9,"Flag Operator":J9,"Sort Operator":Q9,"Regex Sort Operator":eB,"Regex Rename Operator":nA,"Regex Delete Operator":tB,"Script Operator":rB,"Handle Duplicate Operator":Z9,"Resolve Domain Operator":sA};async function oB(e,t){let r=Zf(t.length,!0);try{r=await e.func(t)}catch(n){let s="",u=`${n.message??n}`;u.includes("$server is not defined")?s="":(V.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){V.error(`Cannot apply filter ${e.name}(shortcut script)! Reason: ${i}`);let o="",l=`${i.message??i}`;throw s&&l===u?(o="",s=`\u6267\u884C\u5931\u8D25 ${u}`):o=`\u6267\u884C\u5FEB\u6377\u8FC7\u6EE4\u811A\u672C \u5931\u8D25 ${l}`,new Error(`\u811A\u672C\u8FC7\u6EE4 ${s}${o}`)}}return t.filter((n,s)=>r[s])}async function cB(e,t){let r=fB(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="":(V.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){V.error(`Cannot apply operator ${e.name}(shortcut script)! Reason: ${i}`);let o="",l=`${i.message??i}`;throw s&&l===u?(o="",s=`\u6267\u884C\u5931\u8D25 ${u}`):o=`\u6267\u884C\u5FEB\u6377\u811A\u672C \u5931\u8D25 ${l}`,new Error(`\u811A\u672C\u64CD\u4F5C ${s}${o}`)}}return r}async function aA(e,t){if(e.name.indexOf("Filter")!==-1)return oB(e,t);if(e.name.indexOf("Operator")!==-1)return cB(e,t)}function lB(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 fB(e){return JSON.parse(JSON.stringify(e))}function sh(name,script,$arguments,$options){let flowUtils={getFlowField:Lo,getFlowHeaders:Cs,parseFlowHeaders:zf,flowTransfer:Uc,validCheck:Yf,getRmainingDays:xE,normalizeFlowHeader:Uo};return V.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,V,Ed.default,$persistentStore,$httpClient,$notification,Ot,Ot.yaml,Ot.Buffer,Ot.Base64.decode,Ot.Base64.encode,sd,flowUtils,Xn,eval('typeof require !== "undefined"')?Ea:void 0):new Function("$arguments","$options","$substore","lodash","ProxyUtils","yaml","Buffer","b64d","b64e","scriptResourceCache","flowUtils","produceArtifact","require",`${script}
|
||
return ${name}`)($arguments,$options,V,Ed.default,Ot,Ot.yaml,Ot.Buffer,Ot.Base64.decode,Ot.Base64.encode,sd,flowUtils,Xn,eval('typeof require !== "undefined"')?Ea:void 0)}var oA=fn(md()),ht=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){ae(this.proxy,r)&&this.append(t)}toString(){return this.output.join("")}};function ae(e,t){let r=oA.default.get(e,t);return typeof r<"u"&&r!==null}var hB="Surge",xi={dual:"dual",ipv4:"v4-only",ipv6:"v6-only","ipv4-prefer":"prefer-v4","ipv6-prefer":"prefer-v6"};function Vo(){return{produce:(t,r,n={})=>{switch(t.name=t.name.replace(/=|,/g,""),t.ports&&(t.ports=String(t.ports)),t.type){case"ss":return pB(t,n["include-unsupported-proxy"]);case"trojan":return dB(t);case"vmess":return gB(t,n["include-unsupported-proxy"]);case"http":return vB(t);case"direct":return EB(t);case"socks5":return AB(t);case"snell":return wB(t);case"tuic":return CB(t);case"wireguard-surge":return DB(t);case"hysteria2":return yB(t);case"ssh":return mB(t)}if(n["include-unsupported-proxy"]&&t.type==="wireguard")return FB(t);throw new Error(`Platform ${hB} does not support proxy type: ${t.type}`)}}}function pB(e){let t=new ht(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=xi[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"),ae(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"),ae(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 dB(e){let t=new ht(e);t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,password="${e.password}"`,"password");let r=xi[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"),cA(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"),ae(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 gB(e,t){let r=new ht(e);r.append(`${e.name}=${e.type},${e.server},${e.port}`),r.appendIfPresent(`,username=${e.uuid}`,"uuid");let n=xi[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"),cA(r,e,t),ae(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"),ae(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 mB(e){let t=new ht(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=xi[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(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function vB(e){if(e.headers&&Object.keys(e.headers).length>0)throw new Error("headers is unsupported");let t=new ht(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=xi[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"),ae(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 EB(e){let t=new ht(e);t.append(`${e.name}=direct`);let n=xi[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(`,block-quic=${e["block-quic"]}`,"block-quic"),t.appendIfPresent(`,underlying-proxy=${e["underlying-proxy"]}`,"underlying-proxy"),t.toString()}function AB(e){let t=new ht(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=xi[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&&V.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"),ae(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 wB(e){let t=new ht(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=xi[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"),ae(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 CB(e){let t=new ht(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"),ae(e,"ports")&&t.append(`,port-hopping="${e.ports.replace(/,/g,";")}"`),t.appendIfPresent(`,port-hopping-interval=${e["hop-interval"]}`,"hop-interval");let n=xi[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"),ae(e,"tfo")?t.append(`,tfo=${e.tfo}`):ae(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"),ae(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 FB(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 ht(e);t.append(`# > WireGuard Proxy ${e.name}
|
||
# ${e.name}=wireguard`),e["section-name"]=Jt(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=xi[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"),ae(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"];u&&(u=`,preshared-key="${u}"`);let 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(o=>i[o]!=null).map(o=>`${o} = ${i[o]}`).join(", ")})`),t.toString()}function DB(e){let t=new ht(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=xi[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"),ae(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 yB(e){if(e.obfs||e["obfs-password"])throw new Error("obfs is unsupported");let t=new ht(e);t.append(`${e.name}=hysteria2,${e.server},${e.port}`),t.appendIfPresent(`,password="${e.password}"`,"password"),ae(e,"ports")&&t.append(`,port-hopping="${e.ports.replace(/,/g,";")}"`),t.appendIfPresent(`,port-hopping-interval=${e["hop-interval"]}`,"hop-interval");let r=xi[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(`,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"),ae(e,"tfo")?t.append(`,tfo=${e.tfo}`):ae(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"),ae(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(`,download-bandwidth=${`${e.down}`.match(/\d+/)?.[0]||0}`,"down"),t.appendIfPresent(`,ecn=${e.ecn}`,"ecn"),t.toString()}function cA(e,t,r){if(ae(t,"network"))if(t.network==="ws"){if(e.append(",ws=true"),ae(t,"ws-opts")&&(e.appendIfPresent(`,ws-path=${t["ws-opts"].path}`,"ws-opts.path"),ae(t,"ws-opts.headers"))){let n=t["ws-opts"].headers,s=Object.keys(n).map(u=>{let i=n[u];return["Host"].includes(u)&&(i=`"${i}"`),`${u}:${i}`}).join("|");ws(s)&&e.append(`,ws-headers=${s}`)}}else if(r&&["http"].includes(t.network))V.info(`Include Unsupported Proxy: nework ${t.network} -> tcp`);else throw new Error(`network ${t.network} is unsupported`)}var SB={dual:"dual","v4-only":"ipv4","v6-only":"ipv6","prefer-v4":"ipv4-prefer","prefer-v6":"ipv6-prefer"};function mi(){return{type:"ALL",produce:(r,n,s={})=>{let u=r.filter(i=>s["include-unsupported-proxy"]?!0:i.type==="snell"&&i.version>=4||["juicity"].includes(i.type)?!1:!(["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))).map(i=>{if(i.type==="vmess"?(ae(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),ae(i,"sni")&&(i.servername=i.sni,delete i.sni),ae(i,"cipher")&&!["auto","none","zero","aes-128-gcm","chacha20-poly1305"].includes(i.cipher)&&(i.cipher="auto")):i.type==="tuic"?(ae(i,"alpn")?i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]:i.alpn=["h3"],ae(i,"tfo")&&!ae(i,"fast-open")&&(i["fast-open"]=i.tfo),(!i.token||i.token.length===0)&&!ae(i,"version")&&(i.version=5)):i.type==="hysteria"?(ae(i,"auth_str")&&!ae(i,"auth-str")&&(i["auth-str"]=i.auth_str),ae(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),ae(i,"tfo")&&!ae(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"?ae(i,"sni")&&(i.servername=i.sni,delete i.sni):i.type==="ss"&&ae(i,"shadow-tls-password")&&!ae(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 o=i["http-opts"]?.path;ae(i,"http-opts.path")&&!Array.isArray(o)&&(i["http-opts"].path=[o]);let l=i["http-opts"]?.headers?.Host;ae(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let o=i["h2-opts"]?.path;ae(i,"h2-opts.path")&&Array.isArray(o)&&(i["h2-opts"].path=o[0]);let l=i["h2-opts"]?.headers?.host;ae(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(i.network==="ws"){let o=i["ws-opts"]?.path,l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(o);i["ws-opts"].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}if(i["plugin-opts"]?.tls&&ae(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls"].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"],ae(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 o in i)(i[o]==null||/^_/i.test(o))&&delete i[o];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"]=SB[i["ip-version"]]||i["ip-version"]),i});return n==="internal"?u:`proxies:
|
||
`+u.map(i=>" - "+JSON.stringify(i)+`
|
||
`).join("")}}}var lA="SurgeMac",bB=Vo();function wd(){return{produce:(t,r,n={})=>{switch(t.type){case"external":return fA(t);default:try{return bB.produce(t,r,n)}catch{if(n.useMihomoExternal)return V.log(`${t.name} is not supported on ${lA}, try to use Mihomo(SurgeMac - External Proxy Program) instead`),_B(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 fA(e){let t=new ht(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"),ae(e,"tfo")?t.append(`,tfo=${e.tfo}`):ae(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 _B(e,t,r){let n=mi().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",exec:e._exec||"/usr/local/bin/mihomo","local-port":s,args:["-config",Dt.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 IB(e.server)?i.addresses.push(e.server):V.log(`Platform ${lA}, proxy type ${e.type}: addresses should be an IP address, but got ${e.server}`),r.localPort=s-1,fA(i)}}function IB(e){return Br(e)||Cr(e)}function Cd(){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"])?!1:i["underlying-proxy"]||i["dialer-proxy"]?(V.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"?(ae(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),ae(i,"sni")&&(i.servername=i.sni,delete i.sni),ae(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"&&ae(i,"sni")&&(i.servername=i.sni,delete i.sni),["vmess","vless"].includes(i.type)&&i.network==="http"){let o=i["http-opts"]?.path;ae(i,"http-opts.path")&&!Array.isArray(o)&&(i["http-opts"].path=[o]);let l=i["http-opts"]?.headers?.Host;ae(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let o=i["h2-opts"]?.path;ae(i,"h2-opts.path")&&Array.isArray(o)&&(i["h2-opts"].path=o[0]);let l=i["h2-opts"]?.headers?.host;ae(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(i.network==="ws"){let o=i["ws-opts"]?.path,l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(o);i["ws-opts"].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}if(i["plugin-opts"]?.tls&&ae(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls"].includes(i.type)&&delete i.tls,i["tls-fingerprint"]&&(i.fingerprint=i["tls-fingerprint"]),delete i["tls-fingerprint"],ae(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 o in i)(i[o]==null||/^_/i.test(o))&&delete i[o];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 ah(){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"].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)?!1:i["underlying-proxy"]||i["dialer-proxy"]?(V.error(`Stash \u6682\u4E0D\u652F\u6301\u524D\u7F6E\u4EE3\u7406\u5B57\u6BB5. \u5DF2\u8FC7\u6EE4\u8282\u70B9 ${i.name}. \u8BF7\u4F7F\u7528 \u4EE3\u7406\u7684\u8F6C\u53D1\u94FE https://stash.wiki/proxy-protocols/proxy-groups#relay`),!1):!0).map(i=>{if(i.type==="vmess"?(ae(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),ae(i,"sni")&&(i.servername=i.sni,delete i.sni),ae(i,"cipher")&&!["auto","aes-128-gcm","chacha20-poly1305","none"].includes(i.cipher)&&(i.cipher="auto")):i.type==="tuic"?(ae(i,"alpn")?i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]:i.alpn=["h3"],ae(i,"tfo")&&!ae(i,"fast-open")&&(i["fast-open"]=i.tfo,delete i.tfo),(!i.token||i.token.length===0)&&!ae(i,"version")&&(i.version=5)):i.type==="hysteria"?(ae(i,"auth_str")&&!ae(i,"auth-str")&&(i["auth-str"]=i.auth_str),ae(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),ae(i,"tfo")&&!ae(i,"fast-open")&&(i["fast-open"]=i.tfo,delete i.tfo),ae(i,"down")&&!ae(i,"down-speed")&&(i["down-speed"]=i.down,delete i.down),ae(i,"up")&&!ae(i,"up-speed")&&(i["up-speed"]=i.up,delete i.up),ae(i,"down-speed")&&(i["down-speed"]=`${i["down-speed"]}`.match(/\d+/)?.[0]||0),ae(i,"up-speed")&&(i["up-speed"]=`${i["up-speed"]}`.match(/\d+/)?.[0]||0)):i.type==="hysteria2"?(ae(i,"password")&&!ae(i,"auth")&&(i.auth=i.password,delete i.password),ae(i,"tfo")&&!ae(i,"fast-open")&&(i["fast-open"]=i.tfo,delete i.tfo),ae(i,"down")&&!ae(i,"down-speed")&&(i["down-speed"]=i.down,delete i.down),ae(i,"up")&&!ae(i,"up-speed")&&(i["up-speed"]=i.up,delete i.up),ae(i,"down-speed")&&(i["down-speed"]=`${i["down-speed"]}`.match(/\d+/)?.[0]||0),ae(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"&&ae(i,"sni")&&(i.servername=i.sni,delete i.sni),["vmess","vless"].includes(i.type)&&i.network==="http"){let o=i["http-opts"]?.path;ae(i,"http-opts.path")&&!Array.isArray(o)&&(i["http-opts"].path=[o]);let l=i["http-opts"]?.headers?.Host;ae(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let o=i["h2-opts"]?.path;ae(i,"h2-opts.path")&&Array.isArray(o)&&(i["h2-opts"].path=o[0]);let l=i["h2-opts"]?.headers?.host;ae(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(i.network==="ws"){let o=i["ws-opts"]?.path,l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(o);i["ws-opts"].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}if(i["plugin-opts"]?.tls&&ae(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls"].includes(i.type)&&delete i.tls,i["tls-fingerprint"]&&(i["server-cert-fingerprint"]=i["tls-fingerprint"]),delete i["tls-fingerprint"],ae(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 o in i)(i[o]==null||/^_/i.test(o))&&delete i[o];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 BB="Loon",Eu={dual:"dual",ipv4:"v4-only",ipv6:"v6-only","ipv4-prefer":"prefer-v4","ipv6-prefer":"prefer-v6"};function Fd(){return{produce:(t,r,n={})=>{switch(t.type){case"ss":return $B(t);case"ssr":return PB(t);case"trojan":return RB(t);case"vmess":return TB(t,n["include-unsupported-proxy"]);case"vless":return OB(t,n["include-unsupported-proxy"]);case"http":return xB(t);case"socks5":return NB(t);case"wireguard":return kB(t);case"hysteria2":return LB(t)}throw new Error(`Platform ${BB} does not support proxy type: ${t.type}`)}}}function $B(e){let t=new ht(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}"`),ae(e,"plugin")){if(e.plugin==="obfs")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(ae(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=Eu[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function PB(e){let t=new ht(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"),ae(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=Eu[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function RB(e){let t=new ht(e);if(t.append(`${e.name}=trojan,${e.server},${e.port},"${e.password}"`),e.network==="tcp"&&delete e.network,ae(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=Eu[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function TB(e){let t=!!e["reality-opts"],r=new ht(e);if(r.append(`${e.name}=vmess,${e.server},${e.port},${e.cipher},"${e.uuid}"`),e.network==="tcp"&&delete e.network,ae(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")),ae(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=Eu[e["ip-version"]]||e["ip-version"];return r.appendIfPresent(`,ip-mode=${n}`,"ip-version"),r.toString()}function OB(e){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 ht(e);if(n.append(`${e.name}=vless,${e.server},${e.port},"${e.uuid}"`),e.network==="tcp"&&delete e.network,ae(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=Eu[e["ip-version"]]||e["ip-version"];return n.appendIfPresent(`,ip-mode=${s}`,"ip-version"),n.toString()}function xB(e){let t=new ht(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=Eu[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${n}`,"ip-version"),t.toString()}function NB(e){let t=new ht(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=Eu[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function kB(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 ht(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(o=>Cr(o));let i=e.dns.find(o=>Br(o));i||(i=e.dns.find(o=>!Br(o)&&!Cr(o))),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=Eu[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 LB(e){if(e["obfs-password"]&&e.obfs!="salamander")throw new Error("only salamander obfs is supported");let t=new ht(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=Eu[e["ip-version"]]||e["ip-version"];return t.appendIfPresent(`,ip-mode=${r}`,"ip-version"),t.toString()}function Ko(){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"].includes(r.type)&&delete r.tls,!["vmess"].includes(r.type)&&r.server&&Cr(r.server)&&(r.server=`[${r.server}]`),r.type){case"socks5":n=`socks://${encodeURIComponent(Dt.encode(`${r.username??""}:${r.password??""}`))}@${r.server}:${r.port}#${r.name}`;break;case"ss":let s=`${r.cipher}:${r.password}`;if(n=`ss://${r.cipher?.startsWith("2022-blake3-")?`${encodeURIComponent(r.cipher)}:${encodeURIComponent(r.password)}`:Dt.encode(s)}@${r.server}:${r.port}${r.plugin?"/":""}`,r.plugin){n+="?plugin=";let ce=r["plugin-opts"];switch(r.plugin){case"obfs":n+=encodeURIComponent(`simple-obfs;obfs=${ce.mode}${ce.host?";obfs-host="+ce.host:""}`);break;case"v2ray-plugin":n+=encodeURIComponent(`v2ray-plugin;obfs=${ce.mode}${ce.host?";obfs-host"+ce.host:""}${ce.tls?";tls":""}`);break;case"shadow-tls":n+=encodeURIComponent(`shadow-tls;host=${ce.host};password=${ce.password};version=${ce.version}`);break;default:throw new Error(`Unsupported plugin option: ${r.plugin}`)}}r["udp-over-tcp"]&&(n=`${n}${r.plugin?"&":"?"}uot=1`),r.tfo&&(n=`${n}${r.plugin||r["udp-over-tcp"]?"&":"?"}tfo=1`),n+=`#${encodeURIComponent(r.name)}`;break;case"ssr":n=`${r.server}:${r.port}:${r.protocol}:${r.cipher}:${r.obfs}:${Dt.encode(r.password)}/`,n+=`?remarks=${Dt.encode(r.name)}${r["obfs-param"]?"&obfsparam="+Dt.encode(r["obfs-param"]):""}${r["protocol-param"]?"&protocolparam="+Dt.encode(r["protocol-param"]):""}`,n="ssr://"+Dt.encode(n);break;case"vmess":let u="",i=r.network||"tcp";if(r.network==="http"?(i="tcp",u="http"):r.network==="ws"&&r["ws-opts"]?.["v2ray-http-upgrade"]&&(i="httpupgrade"),n={v:"2",ps:r.name,add:r.server,port:`${r.port}`,id:r.uuid,aid:`${r.alterId||0}`,scy:r.cipher,net:i,type:u,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 ce=r[`${r.network}-opts`]?.path,Be=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`]):(ce&&(n.path=Array.isArray(ce)?ce[0]:ce),Be&&(n.host=Array.isArray(Be)?Be[0]:Be))}n="vmess://"+Dt.encode(JSON.stringify(n));break;case"vless":let o="none",l=r["reality-opts"],h="",d="",E="";if(l){o="reality";let ce=r["reality-opts"]?.["public-key"];ce&&(d=`&pbk=${encodeURIComponent(ce)}`);let Be=r["reality-opts"]?.["short-id"];Be&&(h=`&sid=${encodeURIComponent(Be)}`);let Ve=r["reality-opts"]?.["_spider-x"];Ve&&(E=`&spx=${encodeURIComponent(Ve)}`)}else r.tls&&(o="tls");let p="";r.alpn&&(p=`&alpn=${encodeURIComponent(Array.isArray(r.alpn)?r.alpn:r.alpn.join(","))}`);let f="";r["skip-cert-verify"]&&(f="&allowInsecure=1");let w="";r.sni&&(w=`&sni=${encodeURIComponent(r.sni)}`);let v="";r["client-fingerprint"]&&(v=`&fp=${encodeURIComponent(r["client-fingerprint"])}`);let F="";r.flow&&(F=`&flow=${encodeURIComponent(r.flow)}`);let A="";r._extra&&(A=`&extra=${encodeURIComponent(r._extra)}`);let C="";r._mode&&(C=`&mode=${encodeURIComponent(r._mode)}`);let S=r.network;r.network==="ws"&&r["ws-opts"]?.["v2ray-http-upgrade"]&&(S="httpupgrade");let I=`&type=${encodeURIComponent(S)}`;if(["grpc"].includes(r.network)){I+=`&mode=${encodeURIComponent(r[`${r.network}-opts`]?.["_grpc-type"]||"gun")}`;let ce=r[`${r.network}-opts`]?.["_grpc-authority"];ce&&(I+=`&authority=${encodeURIComponent(ce)}`)}let _=r[`${r.network}-opts`]?.[`${r.network}-service-name`],j=r[`${r.network}-opts`]?.path,M=r[`${r.network}-opts`]?.headers?.Host;j&&(I+=`&path=${encodeURIComponent(Array.isArray(j)?j[0]:j)}`),M&&(I+=`&host=${encodeURIComponent(Array.isArray(M)?M[0]:M)}`),_&&(I+=`&serviceName=${encodeURIComponent(_)}`),r.network==="kcp"&&(r.seed&&(I+=`&seed=${encodeURIComponent(r.seed)}`),r.headerType&&(I+=`&headerType=${encodeURIComponent(r.headerType)}`)),n=`vless://${r.uuid}@${r.server}:${r.port}?security=${encodeURIComponent(o)}${I}${p}${f}${w}${v}${F}${h}${E}${d}${C}${A}#${encodeURIComponent(r.name)}`;break;case"trojan":let b="";if(r.network){let ce=r.network;if(r.network==="ws"&&r["ws-opts"]?.["v2ray-http-upgrade"]&&(ce="httpupgrade"),b=`&type=${encodeURIComponent(ce)}`,["grpc"].includes(r.network)){let Dr=r[`${r.network}-opts`]?.[`${r.network}-service-name`],jt=r[`${r.network}-opts`]?.["_grpc-authority"];Dr&&(b+=`&serviceName=${encodeURIComponent(Dr)}`),jt&&(b+=`&authority=${encodeURIComponent(jt)}`),b+=`&mode=${encodeURIComponent(r[`${r.network}-opts`]?.["_grpc-type"]||"gun")}`}let Be=r[`${r.network}-opts`]?.path,Ve=r[`${r.network}-opts`]?.headers?.Host;Be&&(b+=`&path=${encodeURIComponent(Array.isArray(Be)?Be[0]:Be)}`),Ve&&(b+=`&host=${encodeURIComponent(Array.isArray(Ve)?Ve[0]:Ve)}`)}let P="";r["client-fingerprint"]&&(P=`&fp=${encodeURIComponent(r["client-fingerprint"])}`);let k="";r.alpn&&(k=`&alpn=${encodeURIComponent(Array.isArray(r.alpn)?r.alpn:r.alpn.join(","))}`);let H=r["reality-opts"],G="",Y="",K="",z="",X="",se="";if(H){z="&security=reality";let ce=r["reality-opts"]?.["public-key"];ce&&(Y=`&pbk=${encodeURIComponent(ce)}`);let Be=r["reality-opts"]?.["short-id"];Be&&(G=`&sid=${encodeURIComponent(Be)}`);let Ve=r["reality-opts"]?.["_spider-x"];Ve&&(K=`&spx=${encodeURIComponent(Ve)}`),r._extra&&(se=`&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":""}${b}${k}${P}${z}${G}${Y}${K}${X}${se}#${encodeURIComponent(r.name)}`;break;case"hysteria2":let ye=[];r["hop-interval"]&&ye.push(`hop-interval=${r["hop-interval"]}`),r.keepalive&&ye.push(`keepalive=${r.keepalive}`),r["skip-cert-verify"]&&ye.push("insecure=1"),r.obfs&&(ye.push(`obfs=${encodeURIComponent(r.obfs)}`),r["obfs-password"]&&ye.push(`obfs-password=${encodeURIComponent(r["obfs-password"])}`)),r.sni&&ye.push(`sni=${encodeURIComponent(r.sni)}`),r.ports&&ye.push(`mport=${r.ports}`),r["tls-fingerprint"]&&ye.push(`pinSHA256=${encodeURIComponent(r["tls-fingerprint"])}`),r.tfo&&ye.push("fastopen=1"),n=`hysteria2://${encodeURIComponent(r.password)}@${r.server}:${r.port}?${ye.join("&")}#${encodeURIComponent(r.name)}`;break;case"hysteria":let Fe=[];Object.keys(r).forEach(ce=>{if(!["name","type","server","port"].includes(ce)){let Be=ce.replace(/-/,"_");["alpn"].includes(ce)?r[ce]&&Fe.push(`${Be}=${encodeURIComponent(Array.isArray(r[ce])?r[ce][0]:r[ce])}`):["skip-cert-verify"].includes(ce)?r[ce]&&Fe.push("insecure=1"):["tfo","fast-open"].includes(ce)?r[ce]&&!Fe.includes("fastopen=1")&&Fe.push("fastopen=1"):["ports"].includes(ce)?Fe.push(`mport=${r[ce]}`):["auth-str"].includes(ce)?Fe.push(`auth=${r[ce]}`):["up"].includes(ce)?Fe.push(`upmbps=${r[ce]}`):["down"].includes(ce)?Fe.push(`downmbps=${r[ce]}`):["_obfs"].includes(ce)?Fe.push(`obfs=${r[ce]}`):["obfs"].includes(ce)?Fe.push(`obfsParam=${r[ce]}`):["sni"].includes(ce)?Fe.push(`peer=${r[ce]}`):r[ce]&&!/^_/i.test(ce)&&Fe.push(`${Be}=${encodeURIComponent(r[ce])}`)}}),n=`hysteria://${r.server}:${r.port}?${Fe.join("&")}#${encodeURIComponent(r.name)}`;break;case"tuic":if(!r.token||r.token.length===0){let ce=[];Object.keys(r).forEach(Be=>{if(!["name","type","uuid","password","server","port","tls"].includes(Be)){let Ve=Be.replace(/-/,"_");["alpn"].includes(Be)?r[Be]&&ce.push(`${Ve}=${encodeURIComponent(Array.isArray(r[Be])?r[Be][0]:r[Be])}`):["skip-cert-verify"].includes(Be)?r[Be]&&ce.push("allow_insecure=1"):["tfo","fast-open"].includes(Be)?r[Be]&&!ce.includes("fast_open=1")&&ce.push("fast_open=1"):["disable-sni","reduce-rtt"].includes(Be)&&r[Be]?ce.push(`${Ve.replace(/-/g,"_")}=1`):["congestion-controller"].includes(Be)?ce.push(`congestion_control=${r[Be]}`):r[Be]&&!/^_/i.test(Be)&&ce.push(`${Ve.replace(/-/g,"_")}=${encodeURIComponent(r[Be])}`)}}),n=`tuic://${encodeURIComponent(r.uuid)}:${encodeURIComponent(r.password)}@${r.server}:${r.port}?${ce.join("&")}#${encodeURIComponent(r.name)}`}break;case"anytls":let Pe=[];Object.keys(r).forEach(ce=>{if(!["name","type","password","server","port","tls"].includes(ce)){let Be=ce.replace(/-/,"_");["alpn"].includes(ce)?r[ce]&&Pe.push(`${Be}=${encodeURIComponent(Array.isArray(r[ce])?r[ce][0]:r[ce])}`):["skip-cert-verify"].includes(ce)?r[ce]&&Pe.push("insecure=1"):["udp"].includes(ce)?r[ce]&&Pe.push("udp=1"):r[ce]&&!/^_/i.test(ce)&&Pe.push(`${Be.replace(/-/g,"_")}=${encodeURIComponent(r[ce])}`)}}),n=`anytls://${encodeURIComponent(r.password)}@${r.server}:${r.port}/?${Pe.join("&")}#${encodeURIComponent(r.name)}`;break;case"wireguard":let Je=[];Object.keys(r).forEach(ce=>{["name","type","server","port","ip","ipv6","private-key"].includes(ce)||(["public-key"].includes(ce)?Je.push(`publickey=${r[ce]}`):["udp"].includes(ce)?r[ce]&&Je.push(`${ce}=1`):r[ce]&&!/^_/i.test(ce)&&Je.push(`${ce}=${encodeURIComponent(r[ce])}`))}),r.ip&&r.ipv6?Je.push(`address=${r.ip}/32,${r.ipv6}/128`):r.ip?Je.push(`address=${r.ip}/32`):r.ipv6&&Je.push(`address=${r.ipv6}/128`),n=`wireguard://${encodeURIComponent(r["private-key"])}@${r.server}:${r.port}/?${Je.join("&")}#${encodeURIComponent(r.name)}`;break}return n}}}var UB=Ko();function Kc(){return{type:"ALL",produce:r=>{let n=[];return r.map(s=>{try{n.push(UB.produce(s))}catch(u){V.error(`Cannot produce proxy: ${JSON.stringify(s,null,2)}
|
||
Reason: ${u}`)}}),Dt.encode(n.join(`
|
||
`))}}}var HB="QX";function Gc(){return{produce:(t,r,n={})=>{switch(t.type){case"ss":return jB(t);case"ssr":return MB(t);case"trojan":return qB(t);case"vmess":return VB(t);case"http":return GB(t);case"socks5":return zB(t);case"vless":return KB(t)}throw new Error(`Platform ${HB} does not support proxy type: ${t.type}`)}}}function jB(e){let t=new ht(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}`),vi(e)&&(e.tls=!0),ae(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 vi(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 MB(e){let t=new ht(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 qB(e){let t=new ht(e),r=t.append.bind(t),n=t.appendIfPresent.bind(t);if(r(`trojan=${e.server}:${e.port}`),r(`,password=${e.password}`),ae(e,"network"))if(e.network==="ws")vi(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 throw new Error(`network ${e.network} is unsupported`);return e.network!=="ws"&&vi(e)&&r(",over-tls=true"),vi(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 VB(e){let t=new ht(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}`),vi(e)&&(e.tls=!0),ae(e,"network")){if(e.network==="ws")e.tls?r(",obfs=wss"):r(",obfs=ws");else if(e.network==="http")r(",obfs=http");else 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 vi(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")),ae(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 KB(e){if(typeof e.flow<"u"||e["reality-opts"])throw new Error("VLESS XTLS/REALITY is not supported");let t=new ht(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}`),vi(e)&&(e.tls=!0),ae(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 vi(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 GB(e){let t=new ht(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"),vi(e)&&(e.tls=!0),n(`,over-tls=${e.tls}`,"tls"),vi(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 zB(e){let t=new ht(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"),vi(e)&&(e.tls=!0),n(`,over-tls=${e.tls}`,"tls"),vi(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 vi(e){return e.tls}function zc(){return{type:"ALL",produce:(r,n,s={})=>{let u=r.filter(i=>s["include-unsupported-proxy"]?!0:i.type==="snell"&&i.version>=4?!1:!["mieru"].includes(i.type)).map(i=>{if(i.type==="vmess"?(ae(i,"aead")&&(i.aead&&(i.alterId=0),delete i.aead),ae(i,"sni")&&(i.servername=i.sni,delete i.sni),ae(i,"cipher")&&!["auto","none","zero","aes-128-gcm","chacha20-poly1305"].includes(i.cipher)&&(i.cipher="auto")):i.type==="tuic"?(ae(i,"alpn")?i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]:i.alpn=["h3"],ae(i,"tfo")&&!ae(i,"fast-open")&&(i["fast-open"]=i.tfo),(!i.token||i.token.length===0)&&!ae(i,"version")&&(i.version=5)):i.type==="hysteria"?(ae(i,"auth_str")&&!ae(i,"auth-str")&&(i["auth-str"]=i.auth_str),ae(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),ae(i,"tfo")&&!ae(i,"fast-open")&&(i["fast-open"]=i.tfo)):i.type==="hysteria2"?(i["obfs-password"]&&i.obfs=="salamander"&&(i.obfs=i["obfs-password"],delete i["obfs-password"]),ae(i,"alpn")&&(i.alpn=Array.isArray(i.alpn)?i.alpn:[i.alpn]),ae(i,"tfo")&&!ae(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"?ae(i,"sni")&&(i.servername=i.sni,delete i.sni):i.type==="ss"&&ae(i,"shadow-tls-password")&&!ae(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 o=i["http-opts"]?.path;ae(i,"http-opts.path")&&!Array.isArray(o)&&(i["http-opts"].path=[o]);let l=i["http-opts"]?.headers?.Host;ae(i,"http-opts.headers.Host")&&!Array.isArray(l)&&(i["http-opts"].headers.Host=[l])}if(["vmess","vless"].includes(i.type)&&i.network==="h2"){let o=i["h2-opts"]?.path;ae(i,"h2-opts.path")&&Array.isArray(o)&&(i["h2-opts"].path=o[0]);let l=i["h2-opts"]?.headers?.host;ae(i,"h2-opts.headers.Host")&&!Array.isArray(l)&&(i["h2-opts"].headers.host=[l])}if(i.network==="ws"){let o=i["ws-opts"]?.path,l=/^(.*?)(?:\?ed=(\d+))?$/,[h,d="",E=""]=l.exec(o);i["ws-opts"].path=d,E!==""&&(i["ws-opts"]["early-data-header-name"]="Sec-WebSocket-Protocol",i["ws-opts"]["max-early-data"]=parseInt(E,10))}if(i["plugin-opts"]?.tls&&ae(i,"skip-cert-verify")&&(i["plugin-opts"]["skip-cert-verify"]=i["skip-cert-verify"]),["trojan","tuic","hysteria","hysteria2","juicity","anytls"].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"],ae(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 o in i)(i[o]==null||/^_/i.test(o))&&delete i[o];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 YB="Surfboard";function oh(){return{produce:t=>{switch(t.name=t.name.replace(/=|,/g,""),t.type){case"ss":return WB(t);case"trojan":return XB(t);case"vmess":return JB(t);case"http":return ZB(t);case"socks5":return QB(t);case"wireguard-surge":return e7(t)}throw new Error(`Platform ${YB} does not support proxy type: ${t.type}`)}}}function WB(e){let t=new ht(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"),ae(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 XB(e){let t=new ht(e);return t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,password=${e.password}`,"password"),hA(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 JB(e){let t=new ht(e);return t.append(`${e.name}=${e.type},${e.server},${e.port}`),t.appendIfPresent(`,username=${e.uuid}`,"uuid"),hA(t,e),ae(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 ZB(e){let t=new ht(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 QB(e){let t=new ht(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 e7(e){let t=new ht(e);return t.append(`${e.name}=wireguard`),t.appendIfPresent(`,section-name=${e["section-name"]}`,"section-name"),t.toString()}function hA(e,t){if(ae(t,"network"))if(t.network==="ws"){if(e.append(",ws=true"),ae(t,"ws-opts")&&(e.appendIfPresent(`,ws-path=${t["ws-opts"].path}`,"ws-opts.path"),ae(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("|");ws(n)&&e.append(`,ws-headers=${n}`)}}else throw new Error(`network ${t.network} is unsupported`)}var t7={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"},Zn=(e,t)=>{let r=t7[e["ip-version"]];e._dns_server&&r&&(t.domain_resolver={server:e._dns_server,strategy:r})},Qn=(e,t)=>{t.detour=e["dialer-proxy"]||e.detour},Au=(e,t)=>{["tcp","udp"].includes(e._network)&&(t.network=e._network)},Ei=(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},Ps=(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))))},Dd=(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=parseInt(u,10),n!==""&&(r.path=`${n}`),Object.keys(s).length>0){let o={};for(let h of Object.keys(s)){let d=s[h];d!==""&&(Array.isArray(d)||(d=[`${d}`]),d.length>0&&(o[h]=d))}let{Host:l}=o;if(l.length===1)for(let h of`Host:${l[0]}`.split(`
|
||
`)){let[d,E]=h.split(":");E.trim()!==""&&(o[d.trim()]=E.trim().split(","))}r.headers=o}}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,o]=u.split(":");o.trim()!==""&&(n[i.trim()]=o.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},pA=(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 o=u[i];if(o!==""){if(i.toLowerCase()==="host"){let l=o;Array.isArray(l)||(l=`${l}`.split(",").map(h=>h.trim())),l.length>0&&(r.host=l);continue}Array.isArray(o)||(o=`${o}`.split(",").map(l=>l.trim())),o.length>0&&(r.headers[i]=o)}}}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},dA=(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},yd=(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},Gu=(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"]}),t.tls.enabled||delete t.tls},r7=(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),Ei(e,t),Qn(e,t),Zn(e,t),t},n7=(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),Ei(e,t),Qn(e,t),Gu(e,t),Zn(e,t),t},i7=(e={})=>{let t={tag:e.name,type:"socks",server:e.server,server_port:parseInt(`${e.port}`,10),password:e.password,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=!0),e["fast-open"]&&(t.udp_fragment=!0),Au(e,t),Ei(e,t),Qn(e,t),Zn(e,t),t},s7=(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),Ei(e,r),Qn(e,r),Ps(e.smux,t),Zn(e,r),{type:"ss-with-st",ssPart:t,stPart:r}},u7=(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),Au(e,t),Ei(e,t),Qn(e,t),Ps(e.smux,t),Zn(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},a7=(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),Ei(e,t),Qn(e,t),Ps(e.smux,t),Zn(e,t),t},o7=(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"&&Dd(e,t),e.network==="h2"&&dA(e,t),e.network==="http"&&pA(e,t),e.network==="grpc"&&yd(e,t),Au(e,t),Ei(e,t),Qn(e,t),Gu(e,t),Ps(e.smux,t),Zn(e,t),t},c7=(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"&&Dd(e,t),e.network==="h2"&&dA(e,t),e.network==="http"&&pA(e,t),e.network==="grpc"&&yd(e,t),Au(e,t),Ei(e,t),Qn(e,t),Ps(e.smux,t),Gu(e,t),Zn(e,t),t},l7=(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"&&yd(e,t),e.network==="ws"&&Dd(e,t),Au(e,t),Ei(e,t),Qn(e,t),Gu(e,t),Ps(e.smux,t),Zn(e,t),t},f7=(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.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)),Au(e,t),Gu(e,t),Qn(e,t),Ei(e,t),Ps(e.smux,t),Zn(e,t),t},h7=(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=>r.replace(/\s*-\s*/g,":"))),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,Au(e,t),Gu(e,t),Ei(e,t),Qn(e,t),Ps(e.smux,t),Zn(e,t),t},p7=(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`),Au(e,t),Ei(e,t),Qn(e,t),Gu(e,t),Ps(e.smux,t),Zn(e,t),t},d7=(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)),Qn(e,t),Gu(e,t),Zn(e,t),t},g7=(e={})=>{let t=["ip","ipv6"].map(n=>e[n]).map(n=>{if(Br(n))return`${n}/32`;if(Cr(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 Au(e,r),Ei(e,r),Qn(e,r),Ps(e.smux,r),Zn(e,r),r};function ch(){return{type:"ALL",produce:(r,n,s={})=>{let u=[];return mi().produce(r,"internal",{"include-unsupported-proxy":!0}).map(i=>{try{switch(i.type){case"ssh":u.push(r7(i));break;case"http":u.push(n7(i));break;case"socks5":if(i.tls)throw new Error(`Platform sing-box does not support proxy type: ${i.type} with tls`);u.push(i7(i));break;case"ss":if(i.plugin==="shadow-tls"){let{ssPart:o,stPart:l}=s7(i);u.push(o),u.push(l)}else u.push(u7(i));break;case"ssr":if(s["include-unsupported-proxy"])u.push(a7(i));else throw new Error(`Platform sing-box does not support proxy type: ${i.type}`);break;case"vmess":if(!i.network||["ws","grpc","h2","http"].includes(i.network))u.push(o7(i));else throw new Error(`Platform sing-box does not support proxy type: ${i.type} with network ${i.network}`);break;case"vless":if(!i.flow||["xtls-rprx-vision"].includes(i.flow))u.push(c7(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(l7(i));else throw new Error(`Platform sing-box does not support proxy type: ${i.type} with flow ${i.flow}`);break;case"hysteria":u.push(f7(i));break;case"hysteria2":u.push(h7(i,s["include-unsupported-proxy"]));break;case"tuic":if(!i.token||i.token.length===0)u.push(p7(i));else throw new Error("Platform sing-box does not support proxy type: TUIC v4");break;case"wireguard":u.push(g7(i));break;case"anytls":u.push(d7(i));break;default:throw new Error(`Platform sing-box does not support proxy type: ${i.type}`)}}catch(o){V.error(o.message??o)}}),n==="internal"?u:JSON.stringify({outbounds:u},null,2)}}}function lh(){return{type:"ALL",produce:(r,n)=>{let s=r.filter(u=>!(!["http","socks5","ss","trojan","hysteria2","vless","vmess","tuic"].includes(u.type)||u.type==="ss"&&(u.plugin==="obfs"&&!["http","tls"].includes(u["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(u.cipher))||u.type==="vmess"&&!["http","ws","tcp"].includes(u.network)&&u.network||u.type==="trojan"&&!["http","ws","tcp"].includes(u.network)&&u.network||u.type==="vless"&&(typeof u.flow<"u"||u["reality-opts"]||!["http","ws","tcp"].includes(u.network)&&u.network)||u.type==="tuic"&&u.token&&u.token.length!==0)).map(u=>{let i={...u};u.tls&&!u.sni&&(u.sni=u.server);let o=u.prev_hop||u["underlying-proxy"]||u["dialer-proxy"]||u.detour;if(u.type==="http")u={type:"http",name:u.name,server:u.server,port:u.port,username:u.username,password:u.password,tfo:u.tfo||u["fast-open"],next_hop:u.next_hop};else if(u.type==="socks5")u={type:"socks5",name:u.name,server:u.server,port:u.port,username:u.username,password:u.password,tfo:u.tfo||u["fast-open"],udp_relay:u.udp||u.udp_relay||u.udp_relay,next_hop:u.next_hop};else if(u.type==="ss")u={type:"shadowsocks",name:u.name,method:u.cipher==="chacha20-ietf-poly1305"?"chacha20-poly1305":u.cipher,server:u.server,port:u.port,password:u.password,tfo:u.tfo||u["fast-open"],udp_relay:u.udp||u.udp_relay||u.udp_relay,next_hop:u.next_hop},i.plugin==="obfs"&&(u.obfs=i["plugin-opts"].mode,u.obfs_host=i["plugin-opts"].host,u.obfs_uri=i["plugin-opts"].path);else if(u.type==="hysteria2")u={type:"hysteria2",name:u.name,server:u.server,port:u.port,auth:u.password,tfo:u.tfo||u["fast-open"],udp_relay:u.udp||u.udp_relay||u.udp_relay,next_hop:u.next_hop,sni:u.sni,skip_tls_verify:u["skip-cert-verify"],port_hopping:u.ports,port_hopping_interval:u["hop-interval"]},i["obfs-password"]&&i.obfs=="salamander"&&(u.obfs="salamander",u.obfs_password=i["obfs-password"]);else if(u.type==="tuic")u={type:"tuic",name:u.name,server:u.server,port:u.port,uuid:u.uuid,password:u.password,next_hop:u.next_hop,sni:u.sni,alpn:Array.isArray(u.alpn)?u.alpn:[u.alpn||"h3"],skip_tls_verify:u["skip-cert-verify"],port_hopping:u.ports,port_hopping_interval:u["hop-interval"]};else if(u.type==="trojan")u.network==="ws"&&(u.websocket={path:u["ws-opts"]?.path,host:u["ws-opts"]?.headers?.Host}),u={type:"trojan",name:u.name,server:u.server,port:u.port,password:u.password,tfo:u.tfo||u["fast-open"],udp_relay:u.udp||u.udp_relay||u.udp_relay,next_hop:u.next_hop,sni:u.sni,skip_tls_verify:u["skip-cert-verify"],websocket:u.websocket};else if(u.type==="vmess"){let l=u.cipher;l&&!["auto","none","zero","aes-128-gcm","chacha20-poly1305"].includes(l)&&(l="auto"),u.network==="ws"?u.transport={[u.tls?"wss":"ws"]:{path:u["ws-opts"]?.path,headers:{Host:u["ws-opts"]?.headers?.Host},sni:u.tls?u.sni:void 0,skip_tls_verify:u.tls?u["skip-cert-verify"]:void 0}}:u.network==="http"?u.transport={http1:{method:u["http-opts"]?.method,path:Array.isArray(u["http-opts"]?.path)?u["http-opts"]?.path[0]:u["http-opts"]?.path,headers:{Host:Array.isArray(u["http-opts"]?.headers?.Host)?u["http-opts"]?.headers?.Host[0]:u["http-opts"]?.headers?.Host},skip_tls_verify:u["skip-cert-verify"]}}:u.network==="h2"?u.transport={http2:{method:u["h2-opts"]?.method,path:Array.isArray(u["h2-opts"]?.path)?u["h2-opts"]?.path[0]:u["h2-opts"]?.path,headers:{Host:Array.isArray(u["h2-opts"]?.headers?.Host)?u["h2-opts"]?.headers?.Host[0]:u["h2-opts"]?.headers?.Host},skip_tls_verify:u["skip-cert-verify"]}}:(u.network==="tcp"||!u.network)&&u.tls&&(u.transport={tls:{sni:u.tls?u.sni:void 0,skip_tls_verify:u.tls?u["skip-cert-verify"]:void 0}}),u={type:"vmess",name:u.name,server:u.server,port:u.port,user_id:u.uuid,security:l,tfo:u.tfo||u["fast-open"],legacy:u.legacy,udp_relay:u.udp||u.udp_relay||u.udp_relay,next_hop:u.next_hop,transport:u.transport}}else u.type==="vless"&&(u.network==="ws"?u.transport={[u.tls?"wss":"ws"]:{path:u["ws-opts"]?.path,headers:{Host:u["ws-opts"]?.headers?.Host},sni:u.tls?u.sni:void 0,skip_tls_verify:u.tls?u["skip-cert-verify"]:void 0}}:u.network==="http"?u.transport={http:{method:u["http-opts"]?.method,path:Array.isArray(u["http-opts"]?.path)?u["http-opts"]?.path[0]:u["http-opts"]?.path,headers:{Host:Array.isArray(u["http-opts"]?.headers?.Host)?u["http-opts"]?.headers?.Host[0]:u["http-opts"]?.headers?.Host},skip_tls_verify:u["skip-cert-verify"]}}:(u.network==="tcp"||!u.network)&&(u.transport={[u.tls?"tls":"tcp"]:{sni:u.tls?u.sni:void 0,skip_tls_verify:u.tls?u["skip-cert-verify"]:void 0}}),u={type:"vless",name:u.name,server:u.server,port:u.port,user_id:u.uuid,security:u.cipher,tfo:u.tfo||u["fast-open"],legacy:u.legacy,udp_relay:u.udp||u.udp_relay||u.udp_relay,next_hop:u.next_hop,transport:u.transport});if(["http","socks5","ss","trojan","vless","vmess"].includes(i.type)){if(ae(i,"shadow-tls-password")){if(i["shadow-tls-version"]!=3)throw new Error(`shadow-tls version ${i["shadow-tls-version"]} is not supported`);u.shadow_tls={password:i["shadow-tls-password"],sni:i["shadow-tls-sni"]}}else if(["shadow-tls"].includes(i.plugin)&&i["plugin-opts"]){if(i["plugin-opts"].version!=3)throw new Error(`shadow-tls version ${i["plugin-opts"].version} is not supported`);u.shadow_tls={password:i["plugin-opts"].password,sni:i["plugin-opts"].host}}}if(["ss"].includes(i.type)&&u.shadow_tls&&i["udp-port"]>0&&i["udp-port"]<=65535&&(u.udp_port=i["udp-port"]),delete u.subName,delete u.collectionName,delete u.id,delete u.resolved,delete u["no-resolve"],u.transport){for(let l in u.transport)(Object.keys(u.transport[l]).length===0||Object.values(u.transport[l]).every(h=>h==null))&&delete u.transport[l];Object.keys(u.transport).length===0&&delete u.transport}if(n!=="internal")for(let l in u)(u[l]==null||/^_/i.test(l))&&delete u[l];return{[u.type]:{...u,type:void 0,prev_hop:o}}});return n==="internal"?s:`proxies:
|
||
`+s.map(u=>" - "+JSON.stringify(u)+`
|
||
`).join("")}}}function gA(){return{type:"ALL",produce:(r,n)=>n==="internal"?r:JSON.stringify(r,null,2)}}var fh={qx:Gc(),QX:Gc(),QuantumultX:Gc(),surge:Vo(),Surge:Vo(),SurgeMac:wd(),Loon:Fd(),Clash:Cd(),meta:mi(),clashmeta:mi(),"clash.meta":mi(),"Clash.Meta":mi(),ClashMeta:mi(),mihomo:mi(),Mihomo:mi(),uri:Ko(),URI:Ko(),v2:Kc(),v2ray:Kc(),V2Ray:Kc(),json:gA(),JSON:gA(),stash:ah(),Stash:ah(),shadowrocket:zc(),Shadowrocket:zc(),ShadowRocket:zc(),surfboard:oh(),Surfboard:oh(),singbox:ch(),"sing-box":ch(),egern:lh(),Egern:lh()};var Cw=fn(el()),y$=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 = (shadowsocks/vmess/trojan/https/http/snell/socks5/socks5_tls/tuic/tuic_v5/wireguard/hysteria2/ssh/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/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();
|
||
}
|
||
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(""); }
|
||
|
||
tag = match:[^=,]* { proxy.name = match.join("").trim(); }
|
||
comma = _ "," _
|
||
equals = _ "=" _
|
||
_ = [ \r\t]*
|
||
bool = b:("true"/"false") { return b === "true" }
|
||
others = comma [^=,]+ equals [^=,]+
|
||
`,Vd;function wi(){return Vd||(Vd=Cw.generate(y$)),Vd}var Fw=fn(el()),S$=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 [^=,]+
|
||
`,Kd;function Rs(){return Kd||(Kd=Fw.generate(S$)),Kd}var Dw=fn(el()),b$=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/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/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/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/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/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/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; }
|
||
|
||
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 Cu(){return Gd||(Gd=Dw.generate(b$)),Gd}var yw=fn(el()),_$=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);
|
||
}
|
||
`,zd;function Yd(){return zd||(zd=yw.generate(_$)),zd}var Zd=fn(Jd());function Sw(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 I$(){return{name:"URI PROXY Parser",test:n=>/^(socks5\+tls|socks5|http|https):\/\//.test(n),parse:n=>{let[s,u,i,o,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 V.error(`port is not present in line: ${n}`),new Error(`port is not present in line: ${n}`);V.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:o!=null?decodeURIComponent(o):void 0,password:l!=null?decodeURIComponent(l):void 0}}}}function B$(){return{name:"URI SOCKS Parser",test:n=>/^socks:\/\//.test(n),parse:n=>{let[s,u,i,o,l,h,d]=n.match(/^(socks)?:\/\/(?:(.*)@)?(.*?)(?::(\d+?))?(\?.*?)?(?:#(.*?))?$/);if(l)l=parseInt(l,10);else throw V.error(`port is not present in line: ${n}`),new Error(`port is not present in line: ${n}`);let E,p;if(i){let w=Dt.decode(decodeURIComponent(i)).split(":");E=w[0],p=w[1]}return{name:d!=null?decodeURIComponent(d):`${u} ${o}:${l}`,type:"socks5",server:o,port:l,username:E,password:p}}}}function $$(){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 o=s.match(/@([^/?]*)(\/|\?|$)/),l=decodeURIComponent(s.split("@")[0]),h;l?.startsWith("2022-blake3-")?h=l:h=Dt.decode(l);let d="";if(o)s.includes("?")&&(d=s.match(/(\?.*)$/)[1]);else{if(s.includes("?")){let F=s.match(/^(.*)(\?.*)$/);s=F[1],d=F[2]}if(s=Dt.decode(s),d){if(/(&|\?)v2ray-plugin=/.test(d)){let A=d.match(/(&|\?)v2ray-plugin=(.*?)(&|$)/)[2];A&&(i.plugin="v2ray-plugin",i["plugin-opts"]=JSON.parse(Dt.decode(A)))}s=`${s}${d}`}h=s.match(/(^.*)@/)?.[1],o=s.match(/@([^/@]*)(\/|$)/)}let E=o[1],p=E.lastIndexOf(":");i.server=E.substring(0,p),i.port=`${E.substring(p+1)}`.match(/\d+/)?.[0];let f=h.match(/(^.*?):(.*$)/);i.cipher=f?.[1],i.password=f?.[2];let w=s.match(/[?&]plugin=([^&]+)/),v=s.match(/[?&]shadow-tls=([^&]+)/);if(w){let F=("plugin="+decodeURIComponent(w[1])).split(";"),A={};for(let C of F){let[S,I]=C.split("=");S&&(A[S]=I||!0)}switch(A.plugin){case"obfs-local":case"simple-obfs":i.plugin="obfs",i["plugin-opts"]={mode:A.obfs,host:Jt(A["obfs-host"])};break;case"v2ray-plugin":i.plugin="v2ray-plugin",i["plugin-opts"]={mode:"websocket",host:Jt(A["obfs-host"]),path:Jt(A.path),tls:ko(A.tls)};break;case"shadow-tls":{i.plugin="shadow-tls";let C=Jt(A.version);i["plugin-opts"]={host:Jt(A.host),password:Jt(A.password),version:C?parseInt(C,10):void 0};break}default:throw new Error(`Unsupported plugin option: ${A.plugin}`)}}if(v){let F=JSON.parse(Dt.decode(v[1])),A=Jt(F.version),C=Jt(F.address),S=Jt(F.port);i.plugin="shadow-tls",i["plugin-opts"]={host:Jt(F.host),password:Jt(F.password),version:A?parseInt(A,10):void 0},C&&(i.server=C),S&&(i.port=parseInt(S,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 P$(){return{name:"URI SSR Parser",test:n=>/^ssr:\/\//.test(n),parse:n=>{n=Dt.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(":")),o=u.substring(u.lastIndexOf(":")+1),l=n.substring(s+1).split("/?")[0].split(":"),h={type:"ssr",server:i,port:o,protocol:l[0],cipher:l[1],obfs:l[2],password:Dt.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?Dt.decode(d.remarks):h.server,"protocol-param":Jt(Dt.decode(d.protoparam||"").replace(/\s/g,"")),"obfs-param":Jt(Dt.decode(d.obfsparam||"").replace(/\s/g,""))},h}}}function R$(){return{name:"URI VMess Parser",test:n=>/^vmess:\/\//.test(n),parse:n=>{n=n.split("vmess://")[1];let s=Dt.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 o={name:u[0].split("=")[0].trim(),type:"vmess",server:u[1],port:u[2],cipher:Jt(u[3],"auto"),uuid:u[4].match(/^"(.*)"$/)[1],tls:i.obfs==="wss",udp:ko(i["udp-relay"]),tfo:ko(i["fast-open"]),"skip-cert-verify":No(i["tls-verification"])?!i["tls-verification"]:void 0};if(No(i.obfs))if(i.obfs==="ws"||i.obfs==="wss"){o.network="ws",o["ws-opts"].path=(Jt(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]),ws(l)&&(o["ws-opts"].headers={Host:l})}else throw new Error(`Unsupported obfs: ${i.obfs}`);return o}else{let u={};try{u=JSON.parse(s)}catch{let[E,p,f]=/(^[^?]+?)\/?\?(.*)$/.exec(n);s=Dt.decode(p);for(let S of f.split("&")){let[I,_]=S.split("="),j=_;j=decodeURIComponent(_),j.indexOf(",")===-1?u[I]=j:u[I]=j.split(",")}let[w,v,F,A,C]=/(^[^:]+?):([^:]+?)@(.*):(\d+)$/.exec(s);u.scy=v,u.id=F,u.port=C,u.add=A}let i=u.add,o=parseInt(ko(u.port),10),l={name:u.ps??u.remarks??u.remark??`VMess ${i}:${o}`,type:"vmess",server:i,port:o,cipher:["auto","aes-128-gcm","chacha20-poly1305","none"].includes(u.scy)?u.scy:"auto",uuid:u.id,alterId:parseInt(ko(u.aid??u.alterId,0),10),tls:["tls",!0,1,"1"].includes(u.tls),"skip-cert-verify":No(u.verify_cert)?!u.verify_cert:void 0};!l["skip-cert-verify"]&&No(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":Jt(E),"_grpc-type":Jt(u.type),"_grpc-authority":Jt(u.authority)};else if(["kcp","quic"].includes(l.network))l[`${l.network}-opts`]={[`_${l.network}-type`]:Jt(u.type),[`_${l.network}-host`]:Jt(Jt(d)),[`_${l.network}-path`]:Jt(E)};else{let p={path:Jt(E),headers:{Host:Jt(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 T$(){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[F,A,C]=/^(.*?)(\?.*?$)/.exec(n);n=`${Dt.decode(A)}${C}`,u=/^(.*?)@(.*?):(\d+)\/?(\?(.*?))?(?:#(.*?))?$/.exec(n),s=!0}let[i,o,l,h,d,E="",p]=u;s&&(o=o.replace(/^.*?:/g,"")),h=parseInt(`${h}`,10),o=decodeURIComponent(o),p!=null&&(p=decodeURIComponent(p));let f={type:"vless",name:p,server:l,port:h,uuid:o},w={};for(let F of E.split("&")){let[A,C]=F.split("="),S=C;S=decodeURIComponent(C),w[A]=S}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 F=[void 0,"xtls-rprx-direct","xtls-rprx-vision"][w.xtls];F&&(f.flow=F)}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),["reality"].includes(w.security)){let F={};w.pbk&&(F["public-key"]=w.pbk),w.sid&&(F["short-id"]=w.sid),w.spx&&(F["_spider-x"]=w.spx),Object.keys(F).length>0&&(f[`${w.security}-opts`]=F)}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 F={},A=w.host??w.obfsParam;if(A)if(w.obfsParam)try{let C=JSON.parse(A);F.headers=C}catch{F.headers={Host:A}}else F.headers={Host:A};w.serviceName?(F[`${f.network}-service-name`]=w.serviceName,["grpc"].includes(f.network)&&w.authority&&(F["_grpc-authority"]=w.authority)):s&&w.path&&(["ws","http","h2"].includes(f.network)||(F[`${f.network}-service-name`]=w.path,delete w.path)),w.path&&(F.path=w.path),["grpc"].includes(f.network)&&(F["_grpc-type"]=w.mode||"gun"),v&&(F["v2ray-http-upgrade"]=!0,F["v2ray-http-upgrade-fast-open"]=!0),Object.keys(F).length>0&&(f[`${f.network}-opts`]=F),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 f}}}function O$(){return{name:"URI AnyTLS Parser",test:n=>/^anytls:\/\//.test(n),parse:n=>{n=n.split(/anytls:\/\//)[1];let[s,u,i,o,l="",h]=/^(.*?)@(.*?)(?::(\d+))?\/?(?:\?(.*?))?(?:#(.*?))?$/.exec(n);u=decodeURIComponent(u),o=parseInt(`${o}`,10),isNaN(o)&&(o=443),u=decodeURIComponent(u),h!=null&&(h=decodeURIComponent(h)),h=h??`AnyTLS ${i}:${o}`;let d={type:"anytls",name:h,server:i,port:o,password:u};for(let E of l.split("&")){let[p,f]=E.split("=");p=p.replace(/_/g,"-"),f=decodeURIComponent(f),["alpn"].includes(p)?d[p]=f?f.split(","):void 0:["insecure"].includes(p)?d["skip-cert-verify"]=/(TRUE)|1/i.test(f):["udp"].includes(p)?d[p]=/(TRUE)|1/i.test(f):d[p]=f}return d}}}function x$(){return{name:"URI Hysteria2 Parser",test:n=>/^(hysteria2|hy2):\/\//.test(n),parse:n=>{n=n.split(/(hysteria2|hy2):\/\//)[2];let s,[u,i,o,l,h,d,E,p,f,w,v="",F]=/^(.*?)@(.*?)(:((\d+(-\d+)?)([,;]\d+(-\d+)?)*))?\/?(\?(.*?))?(?:#(.*?))?$/.exec(n);/^\d+$/.test(h)?(h=parseInt(`${h}`,10),isNaN(h)&&(h=443)):h?(s=h,h=kc(s)):h=443,i=decodeURIComponent(i),F!=null&&(F=decodeURIComponent(F)),F=F??`Hysteria2 ${o}:${h}`;let A={type:"hysteria2",name:F,server:o,port:h,ports:s,password:i},C={};for(let _ of v.split("&")){let[j,M]=_.split("="),b=M;b=decodeURIComponent(M),C[j]=b}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 S=C["hop-interval"]||C.hop_interval;/^\d+$/.test(S)&&(A["hop-interval"]=parseInt(`${S}`,10));let I=C.keepalive;return/^\d+$/.test(I)&&(A.keepalive=parseInt(`${I}`,10)),A}}}function N$(){return{name:"URI Hysteria Parser",test:n=>/^(hysteria|hy):\/\//.test(n),parse:n=>{n=n.split(/(hysteria|hy):\/\//)[2];let[s,u,i,o,l,h="",d]=/^(.*?)(:(\d+))?\/?(\?(.*?))?(?:#(.*?))?$/.exec(n);o=parseInt(`${o}`,10),isNaN(o)&&(o=443),d!=null&&(d=decodeURIComponent(d)),d=d??`Hysteria ${u}:${o}`;let E={type:"hysteria",name:d,server:u,port:o},p={};for(let f of h.split("&")){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: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 k$(){return{name:"URI TUIC Parser",test:n=>/^tuic:\/\//.test(n),parse:n=>{n=n.split(/tuic:\/\//)[1];let[s,u,i,o,l="",h]=/^(.*?)@(.*?)(?::(\d+))?\/?(?:\?(.*?))?(?:#(.*?))?$/.exec(n);u=decodeURIComponent(u);let[d,...E]=u.split(":"),p=E.join(":");o=parseInt(`${o}`,10),isNaN(o)&&(o=443),p=decodeURIComponent(p),h!=null&&(h=decodeURIComponent(h)),h=h??`TUIC ${i}:${o}`;let f={type:"tuic",name:h,server:i,port:o,password:p,uuid:d};for(let w of l.split("&")){let[v,F]=w.split("=");v=v.replace(/_/g,"-"),F=decodeURIComponent(F),["alpn"].includes(v)?f[v]=F?F.split(","):void 0:["allow-insecure"].includes(v)?f["skip-cert-verify"]=/(TRUE)|1/i.test(F):["fast-open"].includes(v)?f.tfo=!0:["disable-sni","reduce-rtt"].includes(v)?f[v]=/(TRUE)|1/i.test(F):v==="congestion-control"?(f["congestion-controller"]=F,delete f[v]):f[v]=F}return f}}}function L$(){return{name:"URI WireGuard Parser",test:n=>/^(wireguard|wg):\/\//.test(n),parse:n=>{n=n.split(/(wireguard|wg):\/\//)[2];let[s,u,i,o,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 ${o}:${h}`;let f={type:"wireguard",name:p,server:o,port:h,"private-key":i,udp:!0};for(let w of E.split("&")){let[v,F]=w.split("=");if(v=v.replace(/_/,"-"),F=decodeURIComponent(F),["reserved"].includes(v)){let A=F.split(",").map(C=>parseInt(C.trim(),10)).filter(C=>Number.isInteger(C));A.length===3&&(f[v]=A)}else if(["address","ip"].includes(v))F.split(",").map(A=>{let C=A.trim().replace(/\/\d+$/,"").replace(/^\[/,"").replace(/\]$/,"");Br(C)?f.ip=C:Cr(C)&&(f.ipv6=C)});else if(["mtu"].includes(v)){let A=parseInt(F.trim(),10);Number.isInteger(A)&&(f[v]=A)}else/publickey/i.test(v)?f["public-key"]=F:/privatekey/i.test(v)?f["private-key"]=F:["udp"].includes(v)?f[v]=/(TRUE)|1/i.test(F):["flag"].includes(v)||(f[v]=F)}return f}}}function U$(){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,o]=n.split(/#(.+)/,2),h=Yd().parse(i);if(ws(o))try{h.name=decodeURIComponent(o)}catch(d){console.log(d)}return h}}}function H$(){return{name:"Clash Parser",test:n=>{let s;try{s=Zd.default.parse(n)}catch{s=gs.parse(n)}return!!s?.type},parse:n=>{let s;try{s=Zd.default.parse(n)}catch{s=gs.parse(n)}if(!["anytls","mieru","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 j$(){return{name:"QX SS Parser",test:n=>/^shadowsocks\s*=/.test(n.split(",")[0].trim())&&n.indexOf("ssr-protocol")===-1,parse:n=>Cu().parse(n)}}function M$(){return{name:"QX SSR Parser",test:n=>/^shadowsocks\s*=/.test(n.split(",")[0].trim())&&n.indexOf("ssr-protocol")!==-1,parse:n=>Cu().parse(n)}}function q$(){return{name:"QX VMess Parser",test:n=>/^vmess\s*=/.test(n.split(",")[0].trim()),parse:n=>Cu().parse(n)}}function V$(){return{name:"QX VLESS Parser",test:n=>/^vless\s*=/.test(n.split(",")[0].trim()),parse:n=>Cu().parse(n)}}function K$(){return{name:"QX Trojan Parser",test:n=>/^trojan\s*=/.test(n.split(",")[0].trim()),parse:n=>Cu().parse(n)}}function G$(){return{name:"QX HTTP Parser",test:n=>/^http\s*=/.test(n.split(",")[0].trim()),parse:n=>Cu().parse(n)}}function z$(){return{name:"QX Socks5 Parser",test:n=>/^socks5\s*=/.test(n.split(",")[0].trim()),parse:n=>Cu().parse(n)}}function Y$(){return{name:"Loon SS Parser",test:n=>n.split(",")[0].split("=")[1].trim().toLowerCase()==="shadowsocks",parse:n=>Rs().parse(n)}}function W$(){return{name:"Loon SSR Parser",test:n=>n.split(",")[0].split("=")[1].trim().toLowerCase()==="shadowsocksr",parse:n=>Rs().parse(n)}}function X$(){return{name:"Loon VMess Parser",test:n=>/^.*=\s*vmess/i.test(n.split(",")[0])&&n.indexOf("username")===-1,parse:n=>Rs().parse(n)}}function J$(){return{name:"Loon Vless Parser",test:n=>/^.*=\s*vless/i.test(n.split(",")[0]),parse:n=>Rs().parse(n)}}function Z$(){return{name:"Loon Trojan Parser",test:n=>/^.*=\s*trojan/i.test(n.split(",")[0]),parse:n=>Rs().parse(n)}}function Q$(){return{name:"Loon Hysteria2 Parser",test:n=>/^.*=\s*Hysteria2/i.test(n.split(",")[0]),parse:n=>Rs().parse(n)}}function eP(){return{name:"Loon HTTP Parser",test:n=>/^.*=\s*http/i.test(n.split(",")[0]),parse:n=>Rs().parse(n)}}function tP(){return{name:"Loon SOCKS5 Parser",test:n=>/^.*=\s*socks5/i.test(n.split(",")[0]),parse:n=>Rs().parse(n)}}function rP(){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),o=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()),F=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],S=u.match(/(,|^)\s*?public-key\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],I={type:"wireguard",name:s,server:o,port:l,ip:A,ipv6:C,"private-key":n.match(/(,|^)\s*?private-key\s*?=\s*?"?(.+?)"?\s*?(,|$)/i)?.[2],"public-key":S,mtu:h,keepalive:d,reserved:E,"allowed-ips":v,"preshared-key":F,dns:p,udp:!0,peers:[{server:o,port:l,ip:A,ipv6:C,"public-key":S,"pre-shared-key":F,"allowed-ips":v,reserved:E}]};return Array.isArray(I.dns)&&I.dns.length>0&&(I["remote-dns-resolve"]=!0),I}}}function nP(){return{name:"Surge Direct Parser",test:n=>/^.*=\s*direct/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function iP(){return{name:"Surge SSH Parser",test:n=>/^.*=\s*ssh/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function sP(){return{name:"Surge SS Parser",test:n=>/^.*=\s*ss/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function uP(){return{name:"Surge VMess Parser",test:n=>/^.*=\s*vmess/.test(n.split(",")[0])&&n.indexOf("username")!==-1,parse:n=>wi().parse(n)}}function aP(){return{name:"Surge Trojan Parser",test:n=>/^.*=\s*trojan/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function oP(){return{name:"Surge HTTP Parser",test:n=>/^.*=\s*https?/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function cP(){return{name:"Surge Socks5 Parser",test:n=>/^.*=\s*socks5(-tls)?/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function lP(){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,o]=s;n=o;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(/\]$/,"")),gP(A)&&v.push(A)}return{type:"external",name:i,exec:l,"local-port":h,args:p,addresses:v}}}}function fP(){return{name:"Surge Snell Parser",test:n=>/^.*=\s*snell/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function hP(){return{name:"Surge Tuic Parser",test:n=>/^.*=\s*tuic(-v5)?/.test(n.split(",")[0]),parse:n=>{let{port_hopping:s,line:u}=Sw(n),i=wi().parse(u);return i.ports=s,i}}}function pP(){return{name:"Surge WireGuard Parser",test:n=>/^.*=\s*wireguard/.test(n.split(",")[0]),parse:n=>wi().parse(n)}}function dP(){return{name:"Surge Hysteria2 Parser",test:n=>/^.*=\s*hysteria2/.test(n.split(",")[0]),parse:n=>{let{port_hopping:s,line:u}=Sw(n),i=wi().parse(u);return i.ports=s,i}}}function gP(e){return Br(e)||Cr(e)}var bw=[I$(),B$(),$$(),P$(),R$(),T$(),k$(),L$(),N$(),x$(),U$(),O$(),H$(),nP(),iP(),sP(),uP(),aP(),oP(),fP(),hP(),pP(),dP(),cP(),lP(),Y$(),W$(),X$(),J$(),Q$(),Z$(),eP(),tP(),rP(),j$(),M$(),q$(),V$(),K$(),G$(),z$()];var $w=fn(Jd());function mP(e){for(let t of Jf)try{if(t.test(e))return V.info(`Pre-processor [${t.name}] activated`),t.parse(e)}catch(r){V.error(`Parser [${t.name}] failed
|
||
Reason: ${r}`)}return e}function vP(e){e=mP(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,o]=_w(n,s);o||(r.push(Bw(i)),u=!0)}if(!u)for(let i of bw){let[o,l]=_w(i,s);if(!l){r.push(Bw(o)),n=i,u=!0,V.info(`${i.name} is activated`);break}}u||V.error(`Failed to parse line: ${s}`)}return r.filter(s=>(["vless","vmess"].includes(s.type)&&(Gf(s.uuid)||V.error(`UUID may be invalid: ${s.name} ${s.uuid}`)),!0))}async function EP(proxies,operators=[],targetPlatform,source,$options){for(let item of operators){if(item.disabled){V.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"?Wl:Js,n=Fr(V.read(r),t);if(!n)throw new Error(`\u627E\u4E0D\u5230 ${e}: ${t}`);e==="module"?script=n.content:script=await Xn({type:"file",name:t})}catch(t){throw V.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 V.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 sn(url)}catch(e){throw V.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(!uh[item.type]){V.error(`Unknown operator: "${item.type}"`);continue}V.log(`Applying "${item.type}" with arguments:
|
||
>>> ${JSON.stringify(item.args,null,2)||"None"}`);let processor;item.type.indexOf("Script")!==-1?processor=uh[item.type](script,targetPlatform,$arguments,source,$options):processor=uh[item.type](item.args||{}),proxies=await aA(processor,proxies)}return proxies}function AP(e,t,r,n={}){let s=fh[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)&&(Gf(i.uuid)||V.error(`UUID may be invalid: ${i.name} ${i.uuid}`)),!0)),e=e.map(i=>(i._resolved=i.resolved,ws(i.name)||(i.name=`${i.type} ${i.server}:${i.port}`),i["disable-sni"]&&(u?i.sni="off":["tuic"].includes(i.type)||(V.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=kc(i.ports))),i)),V.log(`Producing proxies for target: ${t}`),typeof s.type>"u"||s.type==="SINGLE"){let i=e.map(o=>{try{return s.produce(o,r,n)}catch(l){return V.error(`Cannot produce proxy: ${JSON.stringify(o,null,2)}
|
||
Reason: ${l}`),""}}).filter(o=>o.length>0);return i=r==="internal"?i:i.join(`
|
||
`),t.startsWith("Surge")&&e.length>0&&e.every(o=>o.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 Ot={parse:vP,process:EP,produce:AP,ipAddress:Kf,getRandomPort:kc,isIPv4:Br,isIPv6:Cr,isIP:Qd,yaml:gs,getFlag:Ho,removeFlag:jc,getISO:eh,MMDB:Qf,Gist:xa,download:sn,downloadFile:jE,isValidUUID:Gf,doh:Mo,Buffer:wh.Buffer,Base64:Dt,JSON5:$w.default};function _w(e,t){if(!wP(e,t))return[null,new Error("Parser mismatch")];try{return[e.parse(t),null]}catch(r){return[null,r]}}function wP(e,t){try{return e.test(t)}catch{return!1}}function Iw(e){if(typeof e=="string"||typeof e=="number"){if(e=String(e).trim(),e==="")return"/";if(!e.startsWith("/"))return"/"+e}return e}function Bw(e){typeof e.cipher=="string"&&(e.cipher=e.cipher.toLowerCase()),typeof e.password=="number"&&(e.password=OE(e.password)),["ss"].includes(e.type)&&e.cipher==="none"&&!e.password&&(e.password=""),e.interface&&(e["interface-name"]=e.interface,delete e.interface),TE(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=>Iw(n)):t!=null&&(e[`${e.network}-opts`].path=Iw(t)),e.type==="trojan"&&e.network==="tcp"&&delete e.network,["vless"].includes(e.type)&&(e.network||(e.network="tcp")),["trojan","tuic","hysteria","hysteria2","juicity","anytls"].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&&!Qd(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&&(Qd(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&&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=wh.Buffer.from(e.name.data).toString("utf8"):e.name=wh.Buffer.from(e.name).toString("utf8")}catch(n){V.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{V.env.isNode&&!r&&e._ca&&(r=V.node.fs.readFileSync(e._ca,{encoding:"utf8"}))}catch(n){V.error(`Read ca file failed
|
||
Reason: ${n}`)}return!e["tls-fingerprint"]&&r&&(e["tls-fingerprint"]=yv.generateFingerprint(r)),["ss"].includes(e.type)&&ae(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"]),e}function Qd(e){return Br(e)||Cr(e)}function e1(e){e.get("/share/col/:name/:target",async(t,r)=>{let{target:n}=t.params;n&&(t.query.target=n,V.info(`\u4F7F\u7528\u8DEF\u7531\u6307\u5B9A\u76EE\u6807: ${n}`)),await Wo(t,r)}),e.get("/share/col/:name",Wo),e.get("/share/sub/:name/:target",async(t,r)=>{let{target:n}=t.params;n&&(t.query.target=n,V.info(`\u4F7F\u7528\u8DEF\u7531\u6307\u5B9A\u76EE\u6807: ${n}`)),await Yo(t,r)}),e.get("/share/sub/:name",Yo),e.get("/download/collection/:name/:target",async(t,r)=>{let{target:n}=t.params;n&&(t.query.target=n,V.info(`\u4F7F\u7528\u8DEF\u7531\u6307\u5B9A\u76EE\u6807: ${n}`)),await Wo(t,r)}),e.get("/download/collection/:name",Wo),e.get("/download/:name/:target",async(t,r)=>{let{target:n}=t.params;n&&(t.query.target=n,V.info(`\u4F7F\u7528\u8DEF\u7531\u6307\u5B9A\u76EE\u6807: ${n}`)),await Yo(t,r)}),e.get("/download/:name",Yo),e.get("/download/collection/:name/api/v1/server/details",async(t,r)=>{t.query.platform="JSON",t.query.produceType="internal",t.query.resultFormat="nezha",await Wo(t,r)}),e.get("/download/:name/api/v1/server/details",async(t,r)=>{t.query.platform="JSON",t.query.produceType="internal",t.query.resultFormat="nezha",await Yo(t,r)}),e.get("/download/collection/:name/api/v1/monitor/:nezhaIndex",async(t,r)=>{t.query.platform="JSON",t.query.produceType="internal",t.query.resultFormat="nezha-monitor",await Wo(t,r)}),e.get("/download/:name/api/v1/monitor/:nezhaIndex",async(t,r)=>{t.query.platform="JSON",t.query.produceType="internal",t.query.resultFormat="nezha-monitor",await Yo(t,r)})}async function Yo(e,t){let{name:r,nezhaIndex:n}=e.params,s=e.query.target==="SurgeMac",u=e.query.target||Z0(e.headers)||"JSON",i=e.headers["user-agent"]||e.headers["User-Agent"];V.info(`\u6B63\u5728\u4E0B\u8F7D\u8BA2\u9605\uFF1A${r}
|
||
\u8BF7\u6C42 User-Agent: ${i}
|
||
\u8BF7\u6C42 target: ${e.query.target}
|
||
\u5B9E\u9645\u8F93\u51FA: ${u}`);let{url:o,ua:l,content:h,mergeSources:d,ignoreFailedRemoteSub:E,produceType:p,includeUnsupportedProxy:f,resultFormat:w,proxy:v,noCache:F}=e.query,A={_req:{method:e.method,url:e.url,path:e.path,query:e.query,params:e.params,headers:e.headers,body:e.body}};if(e.query.$options){try{A=JSON.parse(decodeURIComponent(e.query.$options))}catch{for(let _ of e.query.$options.split("&")){let j=_.split("=")[0],M=_.split("=")[1];A[j]=M==null||M===""?!0:decodeURIComponent(M)}}V.info(`\u4F20\u5165 $options: ${JSON.stringify(A)}`)}o&&(V.info(`\u6307\u5B9A\u8FDC\u7A0B\u8BA2\u9605 URL: ${o}`),/^https?:\/\//.test(o)||(h=o,V.info("URL \u4E0D\u662F\u94FE\u63A5\uFF0C\u89C6\u4E3A\u672C\u5730\u8BA2\u9605"))),h&&V.info(`\u6307\u5B9A\u672C\u5730\u8BA2\u9605: ${h}`),v&&V.info(`\u6307\u5B9A\u8FDC\u7A0B\u8BA2\u9605\u4F7F\u7528\u4EE3\u7406/\u7B56\u7565 proxy: ${v}`),l&&V.info(`\u6307\u5B9A\u8FDC\u7A0B\u8BA2\u9605 User-Agent: ${l}`),d&&V.info(`\u6307\u5B9A\u5408\u5E76\u6765\u6E90: ${d}`),E!=null&&E!==""&&V.info(`\u6307\u5B9A\u5FFD\u7565\u5931\u8D25\u7684\u8FDC\u7A0B\u8BA2\u9605: ${E}`),p&&V.info(`\u6307\u5B9A\u751F\u4EA7\u7C7B\u578B: ${p}`),f&&V.info(`\u5305\u542B\u5B98\u65B9/\u5546\u5E97\u7248/\u672A\u7EED\u8D39\u8BA2\u9605\u4E0D\u652F\u6301\u7684\u534F\u8BAE: ${f}`),!f&&Q0(u,i)&&(f=!0,V.info(`\u5F53\u524D\u5BA2\u6237\u7AEF\u53EF\u5305\u542B\u5B98\u65B9/\u5546\u5E97\u7248/\u672A\u7EED\u8D39\u8BA2\u9605\u4E0D\u652F\u6301\u7684\u534F\u8BAE: ${f}`)),s&&V.info("\u624B\u52A8\u6307\u5B9A\u4E86 target \u4E3A SurgeMac, \u5C06\u4F7F\u7528 Mihomo External"),F&&V.info(`\u6307\u5B9A\u4E0D\u4F7F\u7528\u7F13\u5B58: ${F}`);let C=V.read(Pi),S=Fr(C,r);if(S)try{S.passThroughUA&&(V.info(`\u8BA2\u9605\u5F00\u542F\u4E86\u900F\u4F20 User-Agent, \u4F7F\u7528\u8BF7\u6C42\u7684 User-Agent: ${i}`),l=i);let _=await Xn({type:"subscription",name:r,platform:u,url:o,ua:l,content:h,mergeSources:d,ignoreFailedRemoteSub:E,produceType:p,produceOpts:{"include-unsupported-proxy":f,useMihomoExternal:s},$options:A,proxy:v,noCache:F}),j;if(S.source!=="local"||["localFirst","remoteFirst"].includes(S.mergeSources))try{o=`${o||S.url}`.split(/[\r\n]+/).map(P=>P.trim()).filter(P=>P.length)?.[0]||"";let M={},b=o.split("#");if(o=o.split("#")[0],b.length>1)try{M=JSON.parse(decodeURIComponent(b[1]))}catch{for(let k of b[1].split("&")){let H=k.split("=")[0],G=k.split("=")[1];M[H]=G==null||G===""?!0:decodeURIComponent(G)}}!M.noFlow&&/^https?/.test(o)&&(j=await Cs(M?.insecure?`${o}#insecure`:o,M.flowUserAgent,void 0,v||S.proxy,M.flowUrl),j&&t.set("subscription-userinfo",Uo(j)))}catch(M){V.error(`\u8BA2\u9605 ${r} \u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u65F6\u53D1\u751F\u9519\u8BEF: ${JSON.stringify(M)}`)}if(S.subUserinfo){let M;if(/^https?:\/\//.test(S.subUserinfo))try{M=await Cs(void 0,void 0,void 0,v||S.proxy,S.subUserinfo)}catch(b){V.error(`\u8BA2\u9605 ${r} \u4F7F\u7528\u81EA\u5B9A\u4E49\u6D41\u91CF\u94FE\u63A5 ${S.subUserinfo} \u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u65F6\u53D1\u751F\u9519\u8BEF: ${JSON.stringify(b)}`)}else M=S.subUserinfo;t.set("subscription-userinfo",Uo([M,j].filter(b=>b).join(";")))}u==="JSON"?(w==="nezha"?_=Rw(_):w==="nezha-monitor"&&(n=/^\d+$/.test(n)?parseInt(n,10):_.findIndex(M=>M.name===n),_=await Pw(_[n],n,e.query)),t.set("Content-Type","application/json;charset=utf-8").send(_)):t.send(_)}catch(I){V.notify("\u{1F30D} Sub-Store \u4E0B\u8F7D\u8BA2\u9605\u5931\u8D25",`\u274C \u65E0\u6CD5\u4E0B\u8F7D\u8BA2\u9605\uFF1A${r}\uFF01`,`\u{1F914} \u539F\u56E0\uFF1A${I.message??I}`),V.error(I.message??I),nn(t,new hi("INTERNAL_SERVER_ERROR",`Failed to download subscription: ${r}`,`Reason: ${I.message??I}`))}else V.error(`\u{1F30D} Sub-Store \u4E0B\u8F7D\u8BA2\u9605\u5931\u8D25
|
||
\u274C \u672A\u627E\u5230\u8BA2\u9605\uFF1A${r}\uFF01`),nn(t,new au("RESOURCE_NOT_FOUND",`Subscription ${r} does not exist!`),404)}async function Wo(e,t){let{name:r,nezhaIndex:n}=e.params,s=e.query.target==="SurgeMac",u=e.query.target||Z0(e.headers)||"JSON",i=V.read(xu),o=Fr(i,r),l=e.headers["user-agent"]||e.headers["User-Agent"];V.info(`\u6B63\u5728\u4E0B\u8F7D\u7EC4\u5408\u8BA2\u9605\uFF1A${r}
|
||
\u8BF7\u6C42 User-Agent: ${l}
|
||
\u8BF7\u6C42 target: ${e.query.target}
|
||
\u5B9E\u9645\u8F93\u51FA: ${u}`);let{ignoreFailedRemoteSub:h,produceType:d,includeUnsupportedProxy:E,resultFormat:p,proxy:f,noCache:w}=e.query,v={_req:{method:e.method,url:e.url,path:e.path,query:e.query,params:e.params,headers:e.headers,body:e.body}};if(e.query.$options){try{v=JSON.parse(decodeURIComponent(e.query.$options))}catch{for(let A of e.query.$options.split("&")){let C=A.split("=")[0],S=A.split("=")[1];v[C]=S==null||S===""?!0:decodeURIComponent(S)}}V.info(`\u4F20\u5165 $options: ${JSON.stringify(v)}`)}if(f&&V.info(`\u6307\u5B9A\u8FDC\u7A0B\u8BA2\u9605\u4F7F\u7528\u4EE3\u7406/\u7B56\u7565 proxy: ${f}`),h!=null&&h!==""&&V.info(`\u6307\u5B9A\u5FFD\u7565\u5931\u8D25\u7684\u8FDC\u7A0B\u8BA2\u9605: ${h}`),d&&V.info(`\u6307\u5B9A\u751F\u4EA7\u7C7B\u578B: ${d}`),E&&V.info(`\u5305\u542B\u5B98\u65B9/\u5546\u5E97\u7248/\u672A\u7EED\u8D39\u8BA2\u9605\u4E0D\u652F\u6301\u7684\u534F\u8BAE: ${E}`),!E&&Q0(u,l)&&(E=!0,V.info(`\u5F53\u524D\u5BA2\u6237\u7AEF\u53EF\u5305\u542B\u5B98\u65B9/\u5546\u5E97\u7248/\u672A\u7EED\u8D39\u8BA2\u9605\u4E0D\u652F\u6301\u7684\u534F\u8BAE: ${E}`)),s&&V.info("\u624B\u52A8\u6307\u5B9A\u4E86 target \u4E3A SurgeMac, \u5C06\u4F7F\u7528 Mihomo External"),w&&V.info(`\u6307\u5B9A\u4E0D\u4F7F\u7528\u7F13\u5B58: ${w}`),o)try{let F=await Xn({type:"collection",name:r,platform:u,ignoreFailedRemoteSub:h,produceType:d,produceOpts:{"include-unsupported-proxy":E,useMihomoExternal:s},$options:v,proxy:f,noCache:w,ua:l}),A,C=V.read(Pi),S=o.subscriptions;if(S.length>0){let j=Fr(C,S[0]);if(j.source!=="local"||["localFirst","remoteFirst"].includes(j.mergeSources))try{let M=`${j.url}`.split(/[\r\n]+/).map(k=>k.trim()).filter(k=>k.length)?.[0]||"",b={},P=M.split("#");if(M=M.split("#")[0],P.length>1)try{b=JSON.parse(decodeURIComponent(P[1]))}catch{for(let H of P[1].split("&")){let G=H.split("=")[0],Y=H.split("=")[1];b[G]=Y==null||Y===""?!0:decodeURIComponent(Y)}}!b.noFlow&&/^https?:/.test(M)&&(A=await Cs(b?.insecure?`${M}#insecure`:M,b.flowUserAgent,void 0,f||j.proxy||o.proxy,b.flowUrl))}catch(M){V.error(`\u7EC4\u5408\u8BA2\u9605 ${r} \u4E2D\u7684\u5B50\u8BA2\u9605 ${j.name} \u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u65F6\u53D1\u751F\u9519\u8BEF: ${M.message??M}`)}if(j.subUserinfo){let M;if(/^https?:\/\//.test(j.subUserinfo))try{M=await Cs(void 0,void 0,void 0,f||j.proxy,j.subUserinfo)}catch(b){V.error(`\u7EC4\u5408\u8BA2\u9605 ${r} \u4F7F\u7528\u81EA\u5B9A\u4E49\u6D41\u91CF\u94FE\u63A5 ${j.subUserinfo} \u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u65F6\u53D1\u751F\u9519\u8BEF: ${JSON.stringify(b)}`)}else M=j.subUserinfo;A=[M,A].filter(b=>b).join("; ")}}V.info(`\u7EC4\u5408\u8BA2\u9605 ${r} \u900F\u4F20\u7684\u7684\u6D41\u91CF\u4FE1\u606F: ${A}`);let I;if(/^https?:\/\//.test(o.subUserinfo))try{I=await Cs(void 0,void 0,void 0,f||o.proxy,o.subUserinfo)}catch(j){V.error(`\u7EC4\u5408\u8BA2\u9605 ${r} \u4F7F\u7528\u81EA\u5B9A\u4E49\u6D41\u91CF\u94FE\u63A5 ${o.subUserinfo} \u83B7\u53D6\u6D41\u91CF\u4FE1\u606F\u65F6\u53D1\u751F\u9519\u8BEF: ${JSON.stringify(j)}`)}else I=o.subUserinfo;let _=[I,A].filter(j=>j).join("; ");_&&t.set("subscription-userinfo",Uo(_)),u==="JSON"?(p==="nezha"?F=Rw(F):p==="nezha-monitor"&&(n=/^\d+$/.test(n)?parseInt(n,10):F.findIndex(j=>j.name===n),F=await Pw(F[n],n,e.query)),t.set("Content-Type","application/json;charset=utf-8").send(F)):t.send(F)}catch(F){V.notify("\u{1F30D} Sub-Store \u4E0B\u8F7D\u7EC4\u5408\u8BA2\u9605\u5931\u8D25",`\u274C \u4E0B\u8F7D\u7EC4\u5408\u8BA2\u9605\u9519\u8BEF\uFF1A${r}\uFF01`,`\u{1F914} \u539F\u56E0\uFF1A${F}`),nn(t,new hi("INTERNAL_SERVER_ERROR",`Failed to download collection: ${r}`,`Reason: ${F.message??F}`))}else V.error("\u{1F30D} Sub-Store \u4E0B\u8F7D\u7EC4\u5408\u8BA2\u9605\u5931\u8D25",`\u274C \u672A\u627E\u5230\u7EC4\u5408\u8BA2\u9605\uFF1A${r}\uFF01`),nn(t,new au("RESOURCE_NOT_FOUND",`Collection ${r} does not exist!`),404)}async function Pw(e,t,r){let n={code:0,message:"success",result:[]};try{let{isLoon:s,isSurge:u}=V.env;if(!s&&!u)throw new Error("\u4EC5\u652F\u6301 Loon \u548C Surge(ability=http-client-policy)");let i=Ot.produce([e],s?"Loon":"Surge");if(!i)throw new Error("\u5F53\u524D\u5BA2\u6237\u7AEF\u4E0D\u517C\u5BB9\u6B64\u8282\u70B9");let o=e._monitors||[{name:"Cloudflare",url:"http://cp.cloudflare.com/generate_204",method:"HEAD",number:3,timeout:2e3},{name:"Google",url:"http://www.google.com/generate_204",method:"HEAD",number:3,timeout:2e3}],l=r.number||Math.max(...o.map(h=>h.number))||3;for(let h of o){let E={monitor_id:o.indexOf(h),server_id:t,monitor_name:h.name,server_name:e.name,created_at:[],avg_delay:[]};for(let p=0;p<l;p++){let f=Date.now();try{await V.http[(h.method||"HEAD").toLowerCase()]({timeout:h.timeout||2e3,url:h.url,"policy-descriptor":i,node:i});let w=Date.now()-f;V.info(`${h.name} latency: ${w}`),E.avg_delay.push(w)}catch(w){V.error(w),E.avg_delay.push(0)}E.created_at.push(Date.now()-6e5*(h.number-p-1))}n.result.push(E)}}catch(s){V.error(s),n.result.push({monitor_id:0,server_id:0,monitor_name:`\u274C ${s.message??s}`,server_name:e.name,created_at:[Date.now()],avg_delay:[0]})}return JSON.stringify(n,null,2)}function Rw(e){let t={code:0,message:"success",result:[]};return e.map((r,n)=>{let s=r._geo?.countryCode||r._geo?.country;if(/^[a-z]{2}$/i.test(s)||(s=eh(r.name)),/^[a-z]{2}$/i.test(s)){let u=Math.round(new Date().getTime()/1e3),i=r._unavailable?0:u,o=parseInt(r._uptime||0,10);t.result.push({id:n,name:r.name,tag:`${r._tag??""}`,last_active:i,valid_ip:r._IP||r.server,ipv4:r._IPv4||r.server,ipv6:r._IPv6||(Cr(r.server)?r.server:""),host:{Platform:"Sub-Store",PlatformVersion:La.version,CPU:[],MemTotal:1024,DiskTotal:1024,SwapTotal:1024,Arch:"",Virtualization:"",BootTime:u-o,CountryCode:s,Version:"0.0.1"},status:{CPU:0,MemUsed:0,SwapUsed:0,DiskUsed:0,NetInTransfer:0,NetOutTransfer:0,NetInSpeed:0,NetOutSpeed:0,Uptime:o,Load1:0,Load5:0,Load15:0,TcpConnCount:0,UdpConnCount:0,ProcessCount:0}})}}),JSON.stringify(t,null,2)}function t1(e){e.post("/api/preview/sub",FP),e.post("/api/preview/collection",DP),e.post("/api/preview/file",CP)}async function CP(e,t){try{let r=e.body,n="";if(r.type!=="mihomoProfile")if(r.source==="local"&&!["localFirst","remoteFirst"].includes(r.mergeSources))n=r.content;else{let o={};if(n=await Promise.all(r.url.split(/[\r\n]+/).map(l=>l.trim()).filter(l=>l.length).map(async l=>{try{return await sn(l,r.ua,void 0,r.proxy)}catch(h){return o[l]=h,V.error(`\u6587\u4EF6 ${r.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${l} \u53D1\u751F\u9519\u8BEF: ${h}`),""}})),Object.keys(o).length>0)if(r.ignoreFailedRemoteFile)r.ignoreFailedRemoteFile==="enabled"&&V.notify("\u{1F30D} Sub-Store \u9884\u89C8\u6587\u4EF6\u5931\u8D25",`\u274C ${r.name}`,`\u8FDC\u7A0B\u6587\u4EF6 ${Object.keys(o).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u6587\u4EF6 ${r.name} \u7684\u8FDC\u7A0B\u6587\u4EF6 ${Object.keys(o).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);r.mergeSources==="localFirst"?n.unshift(r.content):r.mergeSources==="remoteFirst"&&n.push(r.content)}let s=(Array.isArray(n)?n:[n]).flat(),u=s.filter(o=>o!=null&&o!=="").join(`
|
||
`),i=Array.isArray(r.process)&&r.process.length>0?await Ot.process({$files:s,$content:u,$file:r},r.process):{$content:u,$files:s};Fs(t,{original:u,processed:i?.$content??""})}catch(r){V.error(r.message??r),nn(t,new hi("INTERNAL_SERVER_ERROR","Failed to preview file",`Reason: ${r.message??r}`))}}async function FP(e,t){try{let r=e.body,n=e.query.target||"JSON",s;if(r.source==="local"&&!["localFirst","remoteFirst"].includes(r.mergeSources))s=r.content;else{let o={};if(s=await Promise.all(r.url.split(/[\r\n]+/).map(l=>l.trim()).filter(l=>l.length).map(async l=>{try{return await sn(l,r.ua,void 0,r.proxy,void 0,void 0,void 0,!0)}catch(h){return o[l]=h,V.error(`\u8BA2\u9605 ${r.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${l} \u53D1\u751F\u9519\u8BEF: ${h}`),""}})),Object.keys(o).length>0)if(r.ignoreFailedRemoteSub)r.ignoreFailedRemoteSub==="enabled"&&V.notify("\u{1F30D} Sub-Store \u9884\u89C8\u8BA2\u9605\u5931\u8D25",`\u274C ${r.name}`,`\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(o).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u8BA2\u9605 ${r.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(o).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);r.mergeSources==="localFirst"?s.unshift(r.content):r.mergeSources==="remoteFirst"&&s.push(r.content)}let u=(Array.isArray(s)?s:[s]).map(o=>Ot.parse(o)).flat();u.forEach((o,l)=>{o.id=l,o._subName=r.name,o._subDisplayName=r.displayName});let i=await Ot.process(u,r.process||[],n,{[r.name]:r});Fs(t,{original:u,processed:i})}catch(r){V.error(r.message??r),nn(t,new hi("INTERNAL_SERVER_ERROR","Failed to preview subscription",`Reason: ${r.message??r}`))}}async function DP(e,t){try{let r=V.read(Pi),n=e.body,s=[...n.subscriptions],u=n.subscriptionTags;Array.isArray(u)&&u.length>0&&r.forEach(d=>{Array.isArray(d.tag)&&d.tag.length>0&&!s.includes(d.name)&&d.tag.some(E=>u.includes(E))&&s.push(d.name)});let i={},o={};if(await Promise.all(s.map(async d=>{let E=Fr(r,d);try{let p;if(E.source==="local"&&!["localFirst","remoteFirst"].includes(E.mergeSources))p=E.content;else{let w={};if(p=await Promise.all(E.url.split(/[\r\n]+/).map(v=>v.trim()).filter(v=>v.length).map(async v=>{try{return await sn(v,E.ua,void 0,E.proxy,void 0,void 0,void 0,!0)}catch(F){return w[v]=F,V.error(`\u8BA2\u9605 ${E.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${v} \u53D1\u751F\u9519\u8BEF: ${F}`),""}})),Object.keys(w).length>0)if(E.ignoreFailedRemoteSub)E.ignoreFailedRemoteSub==="enabled"&&V.notify("\u{1F30D} Sub-Store \u9884\u89C8\u8BA2\u9605\u5931\u8D25",`\u274C ${E.name}`,`\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(w).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u8BA2\u9605 ${E.name} \u7684\u8FDC\u7A0B\u8BA2\u9605 ${Object.keys(w).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);E.mergeSources==="localFirst"?p.unshift(E.content):E.mergeSources==="remoteFirst"&&p.push(E.content)}let f=(Array.isArray(p)?p:[p]).map(w=>Ot.parse(w)).flat();f.forEach(w=>{w._subName=E.name,w._subDisplayName=E.displayName,w._collectionName=n.name,w._collectionDisplayName=n.displayName}),f=await Ot.process(f,E.process||[],"JSON",{[E.name]:E,_collection:n}),i[d]=f}catch(p){o[d]=p,V.error(`\u274C \u5904\u7406\u7EC4\u5408\u8BA2\u9605 ${n.name} \u4E2D\u7684\u5B50\u8BA2\u9605: ${E.name} \u65F6\u51FA\u73B0\u9519\u8BEF\uFF1A${p}\uFF01`)}})),Object.keys(o).length>0)if(n.ignoreFailedRemoteSub)n.ignoreFailedRemoteSub==="enabled"&&V.notify("\u{1F30D} Sub-Store \u9884\u89C8\u7EC4\u5408\u8BA2\u9605\u5931\u8D25",`\u274C ${n.name}`,`\u5B50\u8BA2\u9605 ${Object.keys(o).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);else throw new Error(`\u7EC4\u5408\u8BA2\u9605 ${n.name} \u7684\u5B50\u8BA2\u9605 ${Object.keys(o).join(", ")} \u53D1\u751F\u9519\u8BEF, \u8BF7\u67E5\u770B\u65E5\u5FD7`);let l=Array.prototype.concat.apply([],s.map(d=>i[d]||[]));l.forEach((d,E)=>{d.id=E,d._collectionName=n.name,d._collectionDisplayName=n.displayName});let h=await Ot.process(l,n.process||[],"JSON",{_collection:n});Fs(t,{original:l,processed:h})}catch(r){V.error(r.message??r),nn(t,new hi("INTERNAL_SERVER_ERROR","Failed to preview collection",`Reason: ${r.message??r}`))}}function r1(e){e.post("/api/utils/node-info",yP)}async function yP(e,t){let r=e.body,n=e.query.lang||"zh-CN",s;try{s=fh.URI.produce(r)}catch{}try{let i=await Ki().get({url:`http://ip-api.com/json/${encodeURIComponent(`${r.server}`.trim().replace(/^\[/,"").replace(/\]$/,""))}?lang=${n}`,headers:{"User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15"}}).then(o=>{let l=JSON.parse(o.body);if(l.status!=="success")throw new Error(l.message);return delete l.status,l});Fs(t,{shareUrl:s,info:i})}catch(u){nn(t,new Wf("FAILED_TO_GET_NODE_INFO","Failed to get node info",`Reason: ${u}`))}}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${Yl}
|
||
\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
|
||
`);V0();SP();function SP(){let e=K0({substore:V});e1(e),t1(e),td(e),r1(e),e.options("/",(t,r)=>{r.status(200).end()}),e.start()}})();
|
||
/*! Bundled license information:
|
||
|
||
ieee754/index.js:
|
||
(*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
||
|
||
buffer/index.js:
|
||
(*!
|
||
* The buffer module from node.js, for the browser.
|
||
*
|
||
* @author Feross Aboukhadijeh <https://feross.org>
|
||
* @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 <https://lodash.com/>
|
||
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
||
* Released under MIT license <https://lodash.com/license>
|
||
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
||
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||
*)
|
||
*/
|